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 23:00:37 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:00:37 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:00:37 ========================================================= 23:00:37 EdgeX Global Pipelines Version Info 23:00:37 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:00:38 ------------------- 23:00:38 stable info: 23:00:38 ------------------- 23:00:38 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:00:38 Commit SHA: 33739fb647ab338ef2ce3bfc8312bfbcef468f88 23:00:38 Message: update stable to v1.0.258 23:00:38 ------------------- 23:00:38 experimental info: 23:00:38 ------------------- 23:00:38 Commited By: **** collab-it+edgex@linuxfoundation.org 23:00:38 Commit SHA: 33739fb647ab338ef2ce3bfc8312bfbcef468f88 23:00:38 Message: update experimental to v1.0.258 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 23:00:39 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-rfid-llrp-inventory-settings [Pipeline] echo 23:00:39 [edgeXSetupEnvironment]: set envvar PROJECT = app-rfid-llrp-inventory [Pipeline] echo 23:00:39 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:00:39 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:00:39 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:00:39 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo 23:00:39 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 23:00:39 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 23:00:39 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:00:39 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:00:39 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 23:00:39 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-rfid-llrp-inventory [Pipeline] echo 23:00:39 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:00:39 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:00:40 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 23:00:40 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 23:00:40 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 23:00:40 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 23:00:40 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:00:40 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 23:00:40 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 23:00:40 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 23:00:40 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 23:00:40 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 23:00:40 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 23:00:40 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 23:00:40 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 23:00:40 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-255 [Pipeline] echo 23:00:40 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-255 [Pipeline] echo 23:00:41 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-255 [Pipeline] echo 23:00:41 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ef45c9dc7f5314647510f7c3a459cb48ea5c866c [Pipeline] echo 23:00:41 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ef45c9d [Pipeline] echo 23:00:41 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:00:41 provisioning config files... 23:00:41 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 23:00:43 ---> ****-login.sh 23:00:43 nexus3.edgexfoundry.org:10001 23:00:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:00:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 23:00:43 Configure a credential helper to remove this warning. See 23:00:43 https://docs.****.com/engine/reference/commandline/login/#credentials-store 23:00:43 23:00:43 Login Succeeded 23:00:43 nexus3.edgexfoundry.org:10002 23:00:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:00:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 23:00:43 Configure a credential helper to remove this warning. See 23:00:43 https://docs.****.com/engine/reference/commandline/login/#credentials-store 23:00:43 23:00:43 Login Succeeded 23:00:43 nexus3.edgexfoundry.org:10003 23:00:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:00:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 23:00:43 Configure a credential helper to remove this warning. See 23:00:43 https://docs.****.com/engine/reference/commandline/login/#credentials-store 23:00:43 23:00:43 Login Succeeded 23:00:43 nexus3.edgexfoundry.org:10004 23:00:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:00:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 23:00:43 Configure a credential helper to remove this warning. See 23:00:43 https://docs.****.com/engine/reference/commandline/login/#credentials-store 23:00:43 23:00:43 Login Succeeded 23:00:43 ****.io 23:00:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:00:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 23:00:44 Configure a credential helper to remove this warning. See 23:00:44 https://docs.****.com/engine/reference/commandline/login/#credentials-store 23:00:44 23:00:44 Login Succeeded 23:00:44 ---> ****-login.sh ends [Pipeline] } 23:00:44 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 23:00:44 + git rev-list -1 --merges ef45c9dc7f5314647510f7c3a459cb48ea5c866c~1..ef45c9dc7f5314647510f7c3a459cb48ea5c866c [Pipeline] echo 23:00:45 -----------> git rev-list -1 --merges ef45c9dc7f5314647510f7c3a459cb48ea5c866c~1..ef45c9dc7f5314647510f7c3a459cb48ea5c866c ef45c9dc7f5314647510f7c3a459cb48ea5c866c 23:00:45 ef45c9dc7f5314647510f7c3a459cb48ea5c866c [false] [Pipeline] sh 23:00:45 + git log --format=format:%s -1 ef45c9dc7f5314647510f7c3a459cb48ea5c866c [Pipeline] echo 23:00:45 ========================================================= 23:00:45 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 23:00:45 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:00:45 + git log --format=format:%s -1 ef45c9dc7f5314647510f7c3a459cb48ea5c866c [Pipeline] echo 23:00:45 [semverPrep] GIT_COMMIT: ef45c9dc7f5314647510f7c3a459cb48ea5c866c, Commit Message: Merge branch 'echo' of https://github.com/marcpfuller/app-rfid-llrp-inventory into echo [Pipeline] echo 23:00:45 [semverPrep] This is not a build commit. [Pipeline] sh 23:00:46 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 23:00:46 + grep -v github /etc/ssh/ssh_known_hosts 23:00:46 + [ -e /tmp/ssh_known_hosts ] 23:00:46 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 23:00:46 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 23:00:46 + sudo tee -a /etc/ssh/ssh_known_hosts 23:00:46 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:00:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 23:00:46 23:00:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:00:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 23:00:47 0.1.4: Pulling from edgex-devops/py-git-semver 23:00:47 b85a868b505f: Pulling fs layer 23:00:47 e2be974225ed: Pulling fs layer 23:00:47 339a4e72a1f5: Pulling fs layer 23:00:47 988bab9f4d93: Pulling fs layer 23:00:47 1469e6f7b9e6: Pulling fs layer 23:00:47 eaf3925da568: Pulling fs layer 23:00:47 bab4dde63d76: Pulling fs layer 23:00:47 bde34c3a00c8: Pulling fs layer 23:00:47 b352a97aabf1: Pulling fs layer 23:00:47 4872d77fe225: Pulling fs layer 23:00:47 5851b861e8e6: Pulling fs layer 23:00:47 988bab9f4d93: Waiting 23:00:47 1469e6f7b9e6: Waiting 23:00:47 eaf3925da568: Waiting 23:00:47 bab4dde63d76: Waiting 23:00:47 bde34c3a00c8: Waiting 23:00:47 b352a97aabf1: Waiting 23:00:47 4872d77fe225: Waiting 23:00:47 e2be974225ed: Verifying Checksum 23:00:47 e2be974225ed: Download complete 23:00:47 988bab9f4d93: Verifying Checksum 23:00:47 988bab9f4d93: Download complete 23:00:47 1469e6f7b9e6: Verifying Checksum 23:00:47 1469e6f7b9e6: Download complete 23:00:47 339a4e72a1f5: Verifying Checksum 23:00:47 339a4e72a1f5: Download complete 23:00:47 eaf3925da568: Verifying Checksum 23:00:47 eaf3925da568: Download complete 23:00:47 bde34c3a00c8: Verifying Checksum 23:00:47 bde34c3a00c8: Download complete 23:00:47 b352a97aabf1: Download complete 23:00:47 4872d77fe225: Download complete 23:00:47 5851b861e8e6: Verifying Checksum 23:00:47 5851b861e8e6: Download complete 23:00:47 b85a868b505f: Download complete 23:00:47 bab4dde63d76: Verifying Checksum 23:00:47 bab4dde63d76: Download complete 23:00:49 b85a868b505f: Pull complete 23:00:49 e2be974225ed: Pull complete 23:00:49 339a4e72a1f5: Pull complete 23:00:49 988bab9f4d93: Pull complete 23:00:49 1469e6f7b9e6: Pull complete 23:00:49 eaf3925da568: Pull complete 23:00:51 bab4dde63d76: Pull complete 23:00:51 bde34c3a00c8: Pull complete 23:00:51 b352a97aabf1: Pull complete 23:00:51 4872d77fe225: Pull complete 23:00:52 5851b861e8e6: Pull complete 23:00:52 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 23:00:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 23:00:52 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:00:52 prd-ubuntu20.04-docker-8c-8g-24115 does not seem to be running inside a container 23:00:52 $ 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 23:00:56 $ docker top 02e7c2675ac789c4ac4839f5514b258a586b6fbecbb1df50481c5d4533dd7f95 -eo pid,comm 23:00:56 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). 23:00:56 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:00:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:00:56 [ssh-agent] Looking for ssh-agent implementation... 23:00:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:00:57 $ docker exec 02e7c2675ac789c4ac4839f5514b258a586b6fbecbb1df50481c5d4533dd7f95 ssh-agent 23:00:57 SSH_AUTH_SOCK=/tmp/ssh-LqCi0dD3qBsl/agent.33 23:00:57 SSH_AGENT_PID=39 23:00:57 Running ssh-add (command line suppressed) 23:00:57 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) 23:00:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:00:57 + git tag --points-at HEAD [Pipeline] } 23:00:57 $ docker exec --env ******** --env ******** 02e7c2675ac789c4ac4839f5514b258a586b6fbecbb1df50481c5d4533dd7f95 ssh-agent -k 23:00:57 unset SSH_AUTH_SOCK; 23:00:57 unset SSH_AGENT_PID; 23:00:57 echo Agent pid 39 killed; 23:00:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 23:00:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:00:57 [ssh-agent] Looking for ssh-agent implementation... 23:00:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:00:58 $ docker exec 02e7c2675ac789c4ac4839f5514b258a586b6fbecbb1df50481c5d4533dd7f95 ssh-agent 23:00:58 SSH_AUTH_SOCK=/tmp/ssh-sUzlJAsT8QE4/agent.71 23:00:58 SSH_AGENT_PID=77 23:00:58 Running ssh-add (command line suppressed) 23:00:58 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) 23:00:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:00:58 + git semver init 23:00:58 2023-12-05 23:00:58,858 [run_init] DEBUG init version:0.0.0 force:False 23:00:58 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 23:00:58 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 23:00:58 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) 23:01:00 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 23:01:00 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 23:01:00 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 23:01:00 2023-12-05 23:01:00,649 [execute] INFO git cat-file --batch-check 23:01:00 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=) 23:01:00 2023-12-05 23:01:00,655 [execute] INFO git cat-file --batch 23:01:00 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=) 23:01:00 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 23:01:00 0.0.0 [Pipeline] } 23:01:00 $ docker exec --env ******** --env ******** 02e7c2675ac789c4ac4839f5514b258a586b6fbecbb1df50481c5d4533dd7f95 ssh-agent -k 23:01:00 unset SSH_AUTH_SOCK; 23:01:00 unset SSH_AGENT_PID; 23:01:00 echo Agent pid 77 killed; 23:01:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:01:01 + git semver [Pipeline] } 23:01:01 $ docker stop --time=1 02e7c2675ac789c4ac4839f5514b258a586b6fbecbb1df50481c5d4533dd7f95 23:01:03 $ docker rm -f --volumes 02e7c2675ac789c4ac4839f5514b258a586b6fbecbb1df50481c5d4533dd7f95 [Pipeline] // withDockerContainer [Pipeline] sh 23:01:03 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 23:01:03 Stashed 1 file(s) [Pipeline] echo 23:01:03 [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 23:01:04 provisioning config files... 23:01:04 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 23:01:05 ---> ****-login.sh 23:01:05 nexus3.edgexfoundry.org:10001 23:01:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:01:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 23:01:05 Configure a credential helper to remove this warning. See 23:01:05 https://docs.****.com/engine/reference/commandline/login/#credentials-store 23:01:05 23:01:05 Login Succeeded 23:01:05 nexus3.edgexfoundry.org:10002 23:01:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:01:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 23:01:05 Configure a credential helper to remove this warning. See 23:01:05 https://docs.****.com/engine/reference/commandline/login/#credentials-store 23:01:05 23:01:05 Login Succeeded 23:01:05 nexus3.edgexfoundry.org:10003 23:01:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:01:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 23:01:05 Configure a credential helper to remove this warning. See 23:01:05 https://docs.****.com/engine/reference/commandline/login/#credentials-store 23:01:05 23:01:05 Login Succeeded 23:01:05 nexus3.edgexfoundry.org:10004 23:01:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:01:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 23:01:05 Configure a credential helper to remove this warning. See 23:01:05 https://docs.****.com/engine/reference/commandline/login/#credentials-store 23:01:05 23:01:05 Login Succeeded 23:01:05 ****.io 23:01:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:01:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 23:01:06 Configure a credential helper to remove this warning. See 23:01:06 https://docs.****.com/engine/reference/commandline/login/#credentials-store 23:01:06 23:01:06 Login Succeeded 23:01:06 ---> ****-login.sh ends [Pipeline] } 23:01:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 23:01:06 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 23:01:06 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 23:01:06 ========================================================= 23:01:06 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] 23:01:06 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:01:07 + 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 . 23:01:07 Sending build context to Docker daemon 18.19MB 23:01:07 Step 1/12 : ARG BASE=golang:1.21-alpine3.18 23:01:07 Step 2/12 : FROM ${BASE} AS builder 23:01:08 1.21-alpine: Pulling from edgex-devops/edgex-golang-base 23:01:08 7264a8db6415: Pulling fs layer 23:01:08 c4d48a809fc2: Pulling fs layer 23:01:08 4f1c88b9dad5: Pulling fs layer 23:01:08 ad3a456e5733: Pulling fs layer 23:01:08 69c7f0334f64: Pulling fs layer 23:01:08 1f1c1a5573a3: Pulling fs layer 23:01:08 ce7588e14bc9: Pulling fs layer 23:01:08 b5e4710f87ac: Pulling fs layer 23:01:08 ad3a456e5733: Waiting 23:01:08 69c7f0334f64: Waiting 23:01:08 1f1c1a5573a3: Waiting 23:01:08 ce7588e14bc9: Waiting 23:01:08 b5e4710f87ac: Waiting 23:01:08 c4d48a809fc2: Verifying Checksum 23:01:08 c4d48a809fc2: Download complete 23:01:08 ad3a456e5733: Download complete 23:01:08 69c7f0334f64: Verifying Checksum 23:01:08 69c7f0334f64: Download complete 23:01:08 7264a8db6415: Verifying Checksum 23:01:08 7264a8db6415: Download complete 23:01:08 1f1c1a5573a3: Verifying Checksum 23:01:08 1f1c1a5573a3: Download complete 23:01:08 7264a8db6415: Pull complete 23:01:08 c4d48a809fc2: Pull complete 23:01:13 b5e4710f87ac: Verifying Checksum 23:01:13 b5e4710f87ac: Download complete 23:01:14 4f1c88b9dad5: Verifying Checksum 23:01:14 4f1c88b9dad5: Download complete 23:01:14 ce7588e14bc9: Verifying Checksum 23:01:14 ce7588e14bc9: Download complete 23:01:17 4f1c88b9dad5: Pull complete 23:01:17 ad3a456e5733: Pull complete 23:01:17 69c7f0334f64: Pull complete 23:01:17 1f1c1a5573a3: Pull complete 23:01:19 Still waiting to schedule task 23:01:19 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-24114’ 23:01:20 ce7588e14bc9: Pull complete 23:01:20 b5e4710f87ac: Pull complete 23:01:20 Digest: sha256:f80dd7bb8fdf010369d5adb4058a62695265b22e897ca6aac7b42af84fdce50e 23:01:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 23:01:20 ---> 88b5674ff536 23:01:20 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 23:01:27 ---> Running in dbe5a536c6da 23:01:27 Removing intermediate container dbe5a536c6da 23:01:27 ---> 46fdce7560e3 23:01:27 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 23:01:27 ---> Running in 7150fca2d69f 23:01:27 Removing intermediate container 7150fca2d69f 23:01:27 ---> b17e09684734 23:01:27 Step 5/12 : ARG ADD_BUILD_TAGS="" 23:01:27 ---> Running in 15eee67b6e31 23:01:27 Removing intermediate container 15eee67b6e31 23:01:27 ---> 2ef78a317e0e 23:01:27 Step 6/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 23:01:27 ---> Running in 96e51f89aa61 23:01:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 23:01:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 23:01:28 OK: 264 MiB in 52 packages 23:01:29 Removing intermediate container 96e51f89aa61 23:01:29 ---> 1036a37c706d 23:01:29 Step 7/12 : WORKDIR /app 23:01:29 ---> Running in 0a009b9ccf8c 23:01:29 Removing intermediate container 0a009b9ccf8c 23:01:29 ---> ed5487ee1b1b 23:01:29 Step 8/12 : COPY go.mod vendor* ./ 23:01:30 ---> 123940be2496 23:01:30 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:01:30 ---> Running in 6393c8f09aca 23:02:16 Removing intermediate container 6393c8f09aca 23:02:16 ---> f22622335e2f 23:02:16 Step 10/12 : COPY . . 23:02:16 ---> bf5872c464ab 23:02:16 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 23:02:16 ---> Running in d6545a7589de 23:02:16 Removing intermediate container d6545a7589de 23:02:16 ---> 5b01b7f560d4 23:02:16 Step 12/12 : RUN $MAKE 23:02:16 ---> Running in 06420caad503 23:02:16 noop 23:02:16 Removing intermediate container 06420caad503 23:02:16 ---> 630e280a3714 23:02:16 Successfully built 630e280a3714 23:02:16 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:02:17 + docker inspect -f . ci-base-image-x86_64 23:02:17 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:02:17 prd-ubuntu20.04-docker-8c-8g-24115 does not seem to be running inside a container 23:02:17 $ 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 23:02:18 $ docker top b737dc73000d58313d9d7c3b457089405011240fbc1e26a19447ba20a6ce232b -eo pid,comm [Pipeline] { [Pipeline] sh 23:02:18 + go version 23:02:18 go version go1.21.0 linux/amd64 [Pipeline] } 23:02:18 $ docker stop --time=1 b737dc73000d58313d9d7c3b457089405011240fbc1e26a19447ba20a6ce232b 23:02:19 $ 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 23:02:20 + docker inspect -f . ci-base-image-x86_64 23:02:20 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:02:21 prd-ubuntu20.04-docker-8c-8g-24115 does not seem to be running inside a container 23:02:21 $ 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 23:02:21 $ docker top 4088cd9cf3a145a015ca2cc1165054ac2ae0d4a965ac7dac8c3985f49721f90a -eo pid,comm [Pipeline] { [Pipeline] sh 23:02:22 + git config --global --add safe.directory /w/workspace/y_app-rfid-llrp-inventory_PR-255 [Pipeline] fileExists [Pipeline] sh 23:02:22 + make test 23:02:22 go test -race ./... -coverprofile=coverage.out ./... 23:02:40 ? edgexfoundry/app-rfid-llrp-inventory [no test files] 23:02:40 ? edgexfoundry/app-rfid-llrp-inventory/internal/inventory/app [no test files] 23:02:41 ok edgexfoundry/app-rfid-llrp-inventory/internal/inventory 1.142s coverage: 86.2% of statements 23:02:44 ok edgexfoundry/app-rfid-llrp-inventory/internal/llrp 3.694s coverage: 71.9% of statements 23:03:02 internal/inventory/app/routes.go:82:13: Error return value of `ctx.String` is not checked (errcheck) 23:03:02 ctx.String(http.StatusInternalServerError, msg) 23:03:02 ^ 23:03:02 internal/inventory/app/routes.go:93:13: Error return value of `ctx.String` is not checked (errcheck) 23:03:02 ctx.String(http.StatusInternalServerError, msg) 23:03:02 ^ 23:03:02 internal/inventory/app/routes.go:102:13: Error return value of `ctx.String` is not checked (errcheck) 23:03:02 ctx.String(http.StatusInternalServerError, msg) 23:03:02 ^ 23:03:02 make: *** [Makefile:40: lint] Error 1 [Pipeline] } 23:03:02 $ docker stop --time=1 4088cd9cf3a145a015ca2cc1165054ac2ae0d4a965ac7dac8c3985f49721f90a 23:03:10 $ 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 23:03:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 23:03:12 23:03:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:03:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 23:03:13 latest: Pulling from edgex-lftools-log-publisher 23:03:13 5eb5b503b376: Pulling fs layer 23:03:13 5c69ac0246d0: Pulling fs layer 23:03:13 ec43610c2a17: Pulling fs layer 23:03:13 3a2ae6a8a46f: Pulling fs layer 23:03:13 33b1e0a273af: Pulling fs layer 23:03:13 5d3b04190fa2: Pulling fs layer 23:03:13 2f39f015ded8: Pulling fs layer 23:03:13 33b1e0a273af: Waiting 23:03:13 5d3b04190fa2: Waiting 23:03:13 2f39f015ded8: Waiting 23:03:13 3a2ae6a8a46f: Waiting 23:03:13 5c69ac0246d0: Download complete 23:03:13 3a2ae6a8a46f: Verifying Checksum 23:03:13 3a2ae6a8a46f: Download complete 23:03:13 33b1e0a273af: Verifying Checksum 23:03:13 33b1e0a273af: Download complete 23:03:13 5d3b04190fa2: Download complete 23:03:13 ec43610c2a17: Verifying Checksum 23:03:13 ec43610c2a17: Download complete 23:03:13 5eb5b503b376: Verifying Checksum 23:03:13 5eb5b503b376: Download complete 23:03:14 2f39f015ded8: Download complete 23:03:14 5eb5b503b376: Pull complete 23:03:14 5c69ac0246d0: Pull complete 23:03:15 ec43610c2a17: Pull complete 23:03:15 3a2ae6a8a46f: Pull complete 23:03:15 33b1e0a273af: Pull complete 23:03:15 5d3b04190fa2: Pull complete 23:03:19 2f39f015ded8: Pull complete 23:03:19 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 23:03:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 23:03:19 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:03:20 prd-ubuntu20.04-docker-8c-8g-24115 does not seem to be running inside a container 23:03:20 $ 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 23:03:26 $ docker top 1d676d2db70df44c0ad6cde277277c1c74b079faa46661278fe5f6806140729e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:03:27 ---> job-cost.sh 23:03:27 lf-activate-venv: SKIPPING 23:03:27 INFO: No Stack... 23:03:27 INFO: Retrieving Pricing Info for: v3-standard-8 23:03:27 INFO: Archiving Costs [Pipeline] sh 23:03:28 + cat /w/workspace/y_app-rfid-llrp-inventory_PR-255/archives/cost.csv 23:03:28 + cut -d, -f6 [Pipeline] lock 23:03:28 Trying to acquire lock on [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-255-1-stack-cost] 23:03:28 Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-255-1-stack-cost] did not exist. Created. 23:03:28 Lock acquired on [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-255-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 23:03:28 + echo total: 0.2199999988079071 [Pipeline] stash 23:03:28 Stashed 1 file(s) [Pipeline] } 23:03:28 Lock released on resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-255-1-stack-cost] [Pipeline] // lock [Pipeline] } 23:03:29 $ docker stop --time=1 1d676d2db70df44c0ad6cde277277c1c74b079faa46661278fe5f6806140729e 23:03:30 $ docker rm -f --volumes 1d676d2db70df44c0ad6cde277277c1c74b079faa46661278fe5f6806140729e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 23:03:30 Failed in branch amd64 23:04:24 Running on prd-ubuntu20.04-docker-arm64-4c-16g-24116 in /w/workspace/y_app-rfid-llrp-inventory_PR-255 [Pipeline] { [Pipeline] ws 23:04:24 Running in /w/workspace/app-rfid-llrp-inventory/1 [Pipeline] { [Pipeline] checkout 23:04:24 The recommended git tool is: git 23:04:30 using credential edgex-jenkins-ssh 23:04:30 Cloning the remote Git repository 23:04:30 Cloning repository git@github.com:edgexfoundry/app-rfid-llrp-inventory.git 23:04:30 > git init /w/workspace/app-rfid-llrp-inventory/1 # timeout=10 23:04:30 Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.git 23:04:30 > git --version # timeout=10 23:04:30 > git --version # 'git version 2.25.1' 23:04:30 using GIT_SSH to set credentials SSH Credentials for GitHub 23:04:30 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:04:33 > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 23:04:33 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:04:35 Merging remotes/origin/main commit c016e0e692f6ec25de6015d4618db51ef1045541 into PR head commit ef45c9dc7f5314647510f7c3a459cb48ea5c866c 23:04:35 Merge succeeded, producing ef45c9dc7f5314647510f7c3a459cb48ea5c866c 23:04:35 Checking out Revision ef45c9dc7f5314647510f7c3a459cb48ea5c866c (PR-255) 23:04:34 > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 23:04:34 Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.git 23:04:34 using GIT_SSH to set credentials SSH Credentials for GitHub 23:04:34 > 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 23:04:35 > git config core.sparsecheckout # timeout=10 23:04:35 > git checkout -f ef45c9dc7f5314647510f7c3a459cb48ea5c866c # timeout=10 23:04:35 > git remote # timeout=10 23:04:35 > git config --get remote.origin.url # timeout=10 23:04:35 using GIT_SSH to set credentials SSH Credentials for GitHub 23:04:35 > git merge c016e0e692f6ec25de6015d4618db51ef1045541 # timeout=10 23:04:35 > git rev-parse HEAD^{commit} # timeout=10 23:04:35 > git config core.sparsecheckout # timeout=10 23:04:35 > git checkout -f ef45c9dc7f5314647510f7c3a459cb48ea5c866c # timeout=10 23:04:39 Commit message: "Merge branch 'echo' of https://github.com/marcpfuller/app-rfid-llrp-inventory into echo" 23:04:39 > git --version # timeout=10 23:04:39 > git --version # 'git version 2.25.1' 23:04:39 fatal: bad object 33739fb647ab338ef2ce3bfc8312bfbcef468f88 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:04:41 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 23:04:41 % Total % Received % Xferd Average Speed Time Time Time Current 23:04:41 Dload Upload Total Spent Left Speed 23:04:41 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12682 100 12682 0 0 151k 0 --:--:-- --:--:-- --:--:-- 152k [Pipeline] sh 23:04:41 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 23:04:42 + sudo+ jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 23:04:42 sudo tee /etc/docker/daemon.new 23:04:42 { 23:04:42 "registry-mirrors": [ 23:04:42 "https://nexus3.edgexfoundry.org:10001" 23:04:42 ], 23:04:42 "bip": "10.250.0.254/24", 23:04:42 "hosts": [ 23:04:42 "tcp://0.0.0.0:5555", 23:04:42 "unix:///var/run/docker.sock" 23:04:42 ], 23:04:42 "mtu": 1458, 23:04:42 "selinux-enabled": true, 23:04:42 "seccomp-profile": "/etc/docker/seccomp.json" 23:04:42 } [Pipeline] sh 23:04:42 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 23:04:43 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:05:01 provisioning config files... 23:05:01 copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/app-rfid-llrp-inventory/1@tmp/config18224778515520546390tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:05:02 ---> ****-login.sh 23:05:02 nexus3.edgexfoundry.org:10001 23:05:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:05:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 23:05:02 Configure a credential helper to remove this warning. See 23:05:02 https://docs.****.com/engine/reference/commandline/login/#credentials-store 23:05:02 23:05:02 Login Succeeded 23:05:02 nexus3.edgexfoundry.org:10002 23:05:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:05:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 23:05:03 Configure a credential helper to remove this warning. See 23:05:03 https://docs.****.com/engine/reference/commandline/login/#credentials-store 23:05:03 23:05:03 Login Succeeded 23:05:03 nexus3.edgexfoundry.org:10003 23:05:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:05:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 23:05:03 Configure a credential helper to remove this warning. See 23:05:03 https://docs.****.com/engine/reference/commandline/login/#credentials-store 23:05:03 23:05:03 Login Succeeded 23:05:03 nexus3.edgexfoundry.org:10004 23:05:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:05:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 23:05:03 Configure a credential helper to remove this warning. See 23:05:03 https://docs.****.com/engine/reference/commandline/login/#credentials-store 23:05:03 23:05:03 Login Succeeded 23:05:03 ****.io 23:05:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:05:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 23:05:04 Configure a credential helper to remove this warning. See 23:05:04 https://docs.****.com/engine/reference/commandline/login/#credentials-store 23:05:04 23:05:04 Login Succeeded 23:05:04 ---> ****-login.sh ends [Pipeline] } 23:05:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 23:05:05 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 23:05:05 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 23:05:05 ========================================================= 23:05:05 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] 23:05:05 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:05:06 + 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 . 23:05:16 #0 building with "default" instance using docker driver 23:05:16 23:05:16 #1 [internal] load .dockerignore 23:05:16 #1 transferring context: 304B done 23:05:16 #1 DONE 0.1s 23:05:16 23:05:16 #2 [internal] load build definition from Dockerfile 23:05:16 #2 transferring dockerfile: 1.81kB 0.0s done 23:05:16 #2 DONE 0.1s 23:05:16 23:05:16 #3 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 23:05:16 #3 DONE 0.1s 23:05:16 23:05:16 #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine@sha256:bced28d2139e98291f6f5222245e06760ce829f55f75386c6c13bfabca1016f1 23:05:16 #4 resolve nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine@sha256:bced28d2139e98291f6f5222245e06760ce829f55f75386c6c13bfabca1016f1 0.0s done 23:05:16 #4 ... 23:05:16 23:05:16 #5 [internal] load build context 23:05:16 #5 transferring context: 619.86kB 0.1s done 23:05:16 #5 DONE 0.2s 23:05:16 23:05:16 #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine@sha256:bced28d2139e98291f6f5222245e06760ce829f55f75386c6c13bfabca1016f1 23:05:16 #4 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 126.98kB / 63.99MB 0.1s 23:05:16 #4 sha256:bced28d2139e98291f6f5222245e06760ce829f55f75386c6c13bfabca1016f1 1.79kB / 1.79kB done 23:05:16 #4 sha256:86de565de09d5564fc8e683dd5e843d211607dc732ec3413b333e21adf3ea5fe 8.50kB / 8.50kB done 23:05:16 #4 sha256:5d54e960e981301b0098c80d2e61d694333b5ab480a007a3a8d0fa629662d377 286.30kB / 286.30kB 0.1s 23:05:16 #4 sha256:9fda8d8052c61740409c4bea888859c141fd8cc3f58ac61943144ff6d1681b2d 0B / 3.33MB 0.1s 23:05:16 #4 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 4.19MB / 63.99MB 0.2s 23:05:16 #4 sha256:5d54e960e981301b0098c80d2e61d694333b5ab480a007a3a8d0fa629662d377 286.30kB / 286.30kB 0.1s done 23:05:16 #4 sha256:9fda8d8052c61740409c4bea888859c141fd8cc3f58ac61943144ff6d1681b2d 1.05MB / 3.33MB 0.2s 23:05:16 #4 sha256:f0e02332f6b52e139e0158c3d8d903ddf2c22f866cf8b4937f6ec867389ead7e 156B / 156B 0.2s done 23:05:16 #4 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 11.21MB / 63.99MB 0.4s 23:05:16 #4 sha256:9fda8d8052c61740409c4bea888859c141fd8cc3f58ac61943144ff6d1681b2d 3.33MB / 3.33MB 0.3s done 23:05:16 #4 extracting sha256:9fda8d8052c61740409c4bea888859c141fd8cc3f58ac61943144ff6d1681b2d 23:05:16 #4 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 4.19MB / 97.63MB 0.4s 23:05:16 #4 sha256:872ee5b61b7b24ecb4310852b1d24038dd5f0ac59b55905f2e0a51b50880d9a1 440B / 440B 0.2s done 23:05:16 #4 sha256:94ae7d8d031caf51c1dafe287a029a279f16e37f70b86d866d23593c59136feb 2.68MB / 11.40MB 0.4s 23:05:16 #4 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 15.73MB / 63.99MB 0.5s 23:05:16 #4 sha256:94ae7d8d031caf51c1dafe287a029a279f16e37f70b86d866d23593c59136feb 6.29MB / 11.40MB 0.5s 23:05:16 #4 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 20.97MB / 63.99MB 0.6s 23:05:16 #4 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 12.10MB / 97.63MB 0.6s 23:05:16 #4 sha256:94ae7d8d031caf51c1dafe287a029a279f16e37f70b86d866d23593c59136feb 9.60MB / 11.40MB 0.6s 23:05:16 #4 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 25.17MB / 63.99MB 0.7s 23:05:16 #4 sha256:94ae7d8d031caf51c1dafe287a029a279f16e37f70b86d866d23593c59136feb 11.40MB / 11.40MB 0.7s done 23:05:17 #4 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 29.36MB / 63.99MB 0.8s 23:05:17 #4 extracting sha256:9fda8d8052c61740409c4bea888859c141fd8cc3f58ac61943144ff6d1681b2d 0.4s done 23:05:17 #4 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 19.92MB / 97.63MB 0.8s 23:05:17 #4 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 34.60MB / 63.99MB 0.9s 23:05:17 #4 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 25.17MB / 97.63MB 0.9s 23:05:17 #4 extracting sha256:5d54e960e981301b0098c80d2e61d694333b5ab480a007a3a8d0fa629662d377 23:05:17 #4 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 38.80MB / 63.99MB 1.0s 23:05:17 #4 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 46.14MB / 63.99MB 1.2s 23:05:17 #4 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 38.80MB / 97.63MB 1.2s 23:05:17 #4 extracting sha256:5d54e960e981301b0098c80d2e61d694333b5ab480a007a3a8d0fa629662d377 0.2s done 23:05:17 #4 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 51.27MB / 63.99MB 1.3s 23:05:17 #4 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 43.83MB / 97.63MB 1.3s 23:05:17 #4 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 60.82MB / 63.99MB 1.5s 23:05:17 #4 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 52.43MB / 97.63MB 1.5s 23:05:18 #4 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 57.67MB / 97.63MB 1.6s 23:05:18 #4 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 63.99MB / 63.99MB 1.7s done 23:05:18 #4 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 72.35MB / 97.63MB 1.9s 23:05:18 #4 extracting sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 23:05:18 #4 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 80.74MB / 97.63MB 2.1s 23:05:18 #4 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 91.23MB / 97.63MB 2.3s 23:05:18 #4 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 97.63MB / 97.63MB 2.6s 23:05:19 #4 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 97.63MB / 97.63MB 2.6s done 23:05:24 #4 extracting sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 6.0s 23:05:29 #4 extracting sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 11.1s 23:05:36 #4 extracting sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 17.7s done 23:05:40 #4 extracting sha256:f0e02332f6b52e139e0158c3d8d903ddf2c22f866cf8b4937f6ec867389ead7e done 23:05:40 #4 extracting sha256:872ee5b61b7b24ecb4310852b1d24038dd5f0ac59b55905f2e0a51b50880d9a1 23:05:40 #4 extracting sha256:872ee5b61b7b24ecb4310852b1d24038dd5f0ac59b55905f2e0a51b50880d9a1 done 23:05:40 #4 extracting sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 23:05:46 #4 extracting sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 5.1s 23:05:49 #4 extracting sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 8.9s done 23:05:49 #4 extracting sha256:94ae7d8d031caf51c1dafe287a029a279f16e37f70b86d866d23593c59136feb 0.1s 23:05:51 #4 extracting sha256:94ae7d8d031caf51c1dafe287a029a279f16e37f70b86d866d23593c59136feb 1.8s done 23:05:51 #4 DONE 35.4s 23:05:51 23:05:51 #6 [builder 2/7] RUN apk add --no-cache make git 23:05:52 #6 0.774 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 23:05:53 #6 1.206 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 23:05:54 #6 2.306 OK: 266 MiB in 52 packages 23:05:56 #6 DONE 4.0s 23:05:56 23:05:56 #7 [builder 3/7] WORKDIR /app 23:05:56 #7 DONE 0.1s 23:05:56 23:05:56 #8 [builder 4/7] COPY go.mod vendor* ./ 23:05:56 #8 DONE 0.1s 23:05:56 23:05:56 #9 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:06:22 #9 DONE 23.4s 23:06:22 23:06:22 #10 [builder 6/7] COPY . . 23:06:22 #10 DONE 0.2s 23:06:22 23:06:22 #11 [builder 7/7] RUN echo noop 23:06:22 #11 0.636 noop 23:06:22 #11 DONE 0.7s 23:06:22 23:06:22 #12 exporting to image 23:06:22 #12 exporting layers 23:06:44 #12 exporting layers 22.6s done 23:06:44 #12 writing image sha256:1df59cb80802c409f2d096437e25f1051645a99faaff3b085a496dd844f8df22 0.0s done 23:06:44 #12 naming to docker.io/library/ci-base-image-arm64 done 23:06:44 #12 DONE 22.7s [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:06:45 + docker inspect -f . ci-base-image-arm64 23:06:45 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:06:45 prd-ubuntu20.04-docker-arm64-4c-16g-24116 does not seem to be running inside a container 23:06:45 $ 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 23:06:47 $ docker top 22fc0bff5f0bd99f0f83abefa3dff5aca463f2a4eb26d5349cc6d58250743171 -eo pid,comm [Pipeline] { [Pipeline] sh 23:06:48 + go version 23:06:48 go version go1.21.0 linux/arm64 [Pipeline] } 23:06:48 $ docker stop --time=1 22fc0bff5f0bd99f0f83abefa3dff5aca463f2a4eb26d5349cc6d58250743171 23:06:52 $ 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 23:06:53 + docker inspect -f . ci-base-image-arm64 23:06:53 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:06:54 prd-ubuntu20.04-docker-arm64-4c-16g-24116 does not seem to be running inside a container 23:06:54 $ 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 23:06:55 $ docker top d5b77c3f10e6a24cb773c8fd2288e5eb3893dc088e42f54db7e88b3268dcda1c -eo pid,comm [Pipeline] { [Pipeline] sh 23:06:55 + git config --global --add safe.directory /w/workspace/app-rfid-llrp-inventory/1 [Pipeline] fileExists [Pipeline] sh 23:06:56 + make test 23:06:56 go test -race ./... -coverprofile=coverage.out ./... 23:08:33 ? edgexfoundry/app-rfid-llrp-inventory [no test files] 23:08:33 ? edgexfoundry/app-rfid-llrp-inventory/internal/inventory/app [no test files] 23:08:34 ok edgexfoundry/app-rfid-llrp-inventory/internal/inventory 2.042s coverage: 86.2% of statements 23:08:37 ok edgexfoundry/app-rfid-llrp-inventory/internal/llrp 4.384s coverage: 71.9% of statements 23:08:38 WARNING: Linting skipped (not on x86_64 or linter not installed) 23:08:38 go vet ./... 23:10:14 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 23:10:14 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 23:10:14 ./bin/test-attribution.sh 23:10:14 An attribution for github.com/labstack/echo/v4 is missing from Attribution.txt, please add 23:10:14 An attribution for github.com/golang-jwt/jwt is missing from Attribution.txt, please add 23:10:14 An attribution for github.com/labstack/echo/v4 is missing from Attribution.txt, please add 23:10:14 An attribution for github.com/labstack/gommon is missing from Attribution.txt, please add 23:10:14 An attribution for github.com/valyala/bytebufferpool is missing from Attribution.txt, please add 23:10:14 An attribution for github.com/valyala/fasttemplate is missing from Attribution.txt, please add 23:10:14 An attribution for golang.org/x/time is missing from Attribution.txt, please add [Pipeline] echo 23:10:14 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 23:10:14 $ docker stop --time=1 d5b77c3f10e6a24cb773c8fd2288e5eb3893dc088e42f54db7e88b3268dcda1c 23:10:16 $ docker rm -f --volumes d5b77c3f10e6a24cb773c8fd2288e5eb3893dc088e42f54db7e88b3268dcda1c [Pipeline] // withDockerContainer [Pipeline] sh 23:10:18 + sudo chown -R jenkins:jenkins . [Pipeline] stash 23:10:19 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 23:10:20 + sudo chown -R jenkins:jenkins . [Pipeline] sh 23:10:20 + ls -al . 23:10:20 total 204 23:10:20 drwxrwxr-x 10 jenkins jenkins 4096 Dec 5 23:06 . 23:10:20 drwxrwxr-x 4 jenkins jenkins 4096 Dec 5 23:04 .. 23:10:20 -rw-rw-r-- 1 jenkins jenkins 262 Dec 5 23:04 .dockerignore 23:10:20 drwxrwxr-x 8 jenkins jenkins 4096 Dec 5 23:04 .git 23:10:20 drwxrwxr-x 3 jenkins jenkins 4096 Dec 5 23:04 .github 23:10:20 -rw-rw-r-- 1 jenkins jenkins 773 Dec 5 23:04 .gitignore 23:10:20 -rw-rw-r-- 1 jenkins jenkins 41 Dec 5 23:04 .golangci.yml 23:10:20 -rw-rw-r-- 1 jenkins jenkins 10232 Dec 5 23:04 Attribution.txt 23:10:20 -rw-rw-r-- 1 jenkins jenkins 11245 Dec 5 23:04 CHANGELOG.md 23:10:20 -rw-rw-r-- 1 jenkins jenkins 1768 Dec 5 23:04 Dockerfile 23:10:20 -rw-rw-r-- 1 jenkins jenkins 677 Dec 5 23:04 GOVERNANCE.md 23:10:20 -rw-rw-r-- 1 jenkins jenkins 665 Dec 5 23:04 Jenkinsfile 23:10:20 -rw-rw-r-- 1 jenkins jenkins 11347 Dec 5 23:04 LICENSE 23:10:20 -rw-rw-r-- 1 jenkins jenkins 2497 Dec 5 23:04 Makefile 23:10:20 -rw-rw-r-- 1 jenkins jenkins 617 Dec 5 23:04 OWNERS.md 23:10:20 -rw-rw-r-- 1 jenkins jenkins 3851 Dec 5 23:04 README.md 23:10:20 -rw-rw-r-- 1 jenkins jenkins 5 Dec 5 23:01 VERSION 23:10:20 drwxrwxr-x 2 jenkins jenkins 4096 Dec 5 23:04 bin 23:10:20 -rw-r--r-- 1 jenkins jenkins 41317 Dec 5 23:08 coverage.out 23:10:20 -rw-rw-r-- 1 jenkins jenkins 4001 Dec 5 23:04 go.mod 23:10:20 -rw-rw-r-- 1 jenkins jenkins 35070 Dec 5 23:04 go.sum 23:10:20 drwxrwxr-x 2 jenkins jenkins 4096 Dec 5 23:04 images 23:10:20 drwxrwxr-x 4 jenkins jenkins 4096 Dec 5 23:04 internal 23:10:20 -rw-rw-r-- 1 jenkins jenkins 531 Dec 5 23:04 main.go 23:10:20 drwxrwxr-x 3 jenkins jenkins 4096 Dec 5 23:04 openapi 23:10:20 drwxrwxr-x 2 jenkins jenkins 4096 Dec 5 23:04 res 23:10:20 drwxrwxr-x 3 jenkins jenkins 4096 Dec 5 23:04 static [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:10:21 + 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 . 23:10:21 #0 building with "default" instance using docker driver 23:10:21 23:10:21 #1 [internal] load .dockerignore 23:10:21 #1 transferring context: 304B 0.0s done 23:10:21 #1 DONE 0.0s 23:10:21 23:10:21 #2 [internal] load build definition from Dockerfile 23:10:21 #2 transferring dockerfile: 1.81kB done 23:10:21 #2 DONE 0.0s 23:10:21 23:10:21 #3 [internal] load metadata for docker.io/library/ci-base-image-arm64:latest 23:10:21 #3 DONE 0.0s 23:10:21 23:10:21 #4 [internal] load metadata for docker.io/library/alpine:3.18 23:10:22 #4 DONE 0.5s 23:10:22 23:10:22 #5 [internal] load build context 23:10:22 #5 transferring context: 2.98kB 0.0s done 23:10:22 #5 DONE 0.1s 23:10:22 23:10:22 #6 [stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 23:10:22 #6 resolve docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 0.1s done 23:10:22 #6 ... 23:10:22 23:10:22 #7 [builder 1/7] FROM docker.io/library/ci-base-image-arm64 23:10:22 #7 DONE 0.3s 23:10:22 23:10:22 #6 [stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 23:10:22 #6 sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 1.64kB / 1.64kB done 23:10:22 #6 sha256:d4ade3639c27579321046d78cc44ec978cea8357d56932611984f601d27e30ac 528B / 528B done 23:10:22 #6 sha256:98487ac3d99577fbab06f220381fb052c7145a5dbcfea10ca83256f8f37f4f77 1.49kB / 1.49kB done 23:10:22 #6 sha256:2c03dbb20264f09924f9eab176da44e5421e74a78b09531d3c63448a7baa7c59 3.33MB / 3.33MB 0.1s done 23:10:22 #6 extracting sha256:2c03dbb20264f09924f9eab176da44e5421e74a78b09531d3c63448a7baa7c59 23:10:23 #6 extracting sha256:2c03dbb20264f09924f9eab176da44e5421e74a78b09531d3c63448a7baa7c59 0.4s done 23:10:23 #6 DONE 0.9s 23:10:23 23:10:23 #8 [stage-1 2/9] RUN apk --no-cache add ca-certificates dumb-init 23:10:23 #8 0.717 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 23:10:24 #8 1.075 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 23:10:25 #8 ... 23:10:25 23:10:25 #9 [builder 2/7] RUN apk add --no-cache make git 23:10:25 #9 0.742 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 23:10:25 #9 1.187 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 23:10:25 #9 2.417 OK: 266 MiB in 52 packages 23:10:25 #9 DONE 2.8s 23:10:25 23:10:25 #10 [builder 3/7] WORKDIR /app 23:10:25 #10 DONE 0.1s 23:10:25 23:10:25 #8 [stage-1 2/9] RUN apk --no-cache add ca-certificates dumb-init 23:10:25 #8 2.279 (1/2) Installing ca-certificates (20230506-r0) 23:10:25 #8 ... 23:10:25 23:10:25 #11 [builder 4/7] COPY go.mod vendor* ./ 23:10:25 #11 DONE 0.2s 23:10:25 23:10:25 #8 [stage-1 2/9] RUN apk --no-cache add ca-certificates dumb-init 23:10:25 #8 2.393 (2/2) Installing dumb-init (1.2.5-r2) 23:10:25 #8 2.403 Executing busybox-1.36.1-r5.trigger 23:10:25 #8 2.427 Executing ca-certificates-20230506-r0.trigger 23:10:25 #8 2.687 OK: 9 MiB in 17 packages 23:10:30 #8 DONE 6.4s 23:10:30 23:10:30 #12 [stage-1 3/9] RUN apk --no-cache upgrade 23:10:30 #12 ... 23:10:30 23:10:30 #13 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:10:30 #13 DONE 4.8s 23:10:30 23:10:30 #14 [builder 6/7] COPY . . 23:10:30 #14 DONE 0.2s 23:10:30 23:10:30 #15 [builder 7/7] RUN make build 23:10:31 #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 23:10:32 #15 ... 23:10:32 23:10:32 #12 [stage-1 3/9] RUN apk --no-cache upgrade 23:10:32 #12 0.899 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 23:10:32 #12 1.336 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 23:10:32 #12 2.570 OK: 9 MiB in 17 packages 23:10:32 #12 DONE 2.9s 23:10:32 23:10:32 #15 [builder 7/7] RUN make build 23:11:54 #15 DONE 71.7s 23:11:54 23:11:54 #16 [stage-1 4/9] COPY --from=builder /app/Attribution.txt /Attribution.txt 23:11:54 #16 DONE 0.1s 23:11:54 23:11:54 #17 [stage-1 5/9] COPY --from=builder /app/LICENSE /LICENSE 23:11:54 #17 DONE 0.1s 23:11:54 23:11:54 #18 [stage-1 6/9] COPY --from=builder /app/res/ /res/ 23:11:54 #18 DONE 0.1s 23:11:54 23:11:54 #19 [stage-1 7/9] COPY --from=builder /app/static/ /static/ 23:11:54 #19 DONE 0.1s 23:11:54 23:11:54 #20 [stage-1 8/9] COPY --from=builder /app/app-rfid-llrp-inventory /app-rfid-llrp-inventory 23:11:54 #20 DONE 0.3s 23:11:54 23:11:54 #21 [stage-1 9/9] RUN mkdir -p /cache && chown -R 2002:2002 /cache 23:11:54 #21 DONE 0.7s 23:11:54 23:11:54 #22 exporting to image 23:11:54 #22 exporting layers 23:11:54 #22 exporting layers 0.5s done 23:11:54 #22 writing image sha256:5427b71fe2e4e68037ba2e31c74bddd7f39339a9b6f73e1591c5dfda5a7661e2 done 23:11:54 #22 naming to docker.io/library/app-rfid-llrp-inventory-arm64 done 23:11:54 #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 23:11:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 23:11:55 23:11:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:11:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 23:11:57 arm64: Pulling from edgex-lftools-log-publisher 23:11:57 8998bd30e6a1: Pulling fs layer 23:11:57 04944245beec: Pulling fs layer 23:11:57 699f458cf7ca: Pulling fs layer 23:11:57 765212b225bb: Pulling fs layer 23:11:57 f23df028b6ca: Pulling fs layer 23:11:57 d65c8cfc05b1: Pulling fs layer 23:11:57 2437ff75d9bd: Pulling fs layer 23:11:57 765212b225bb: Waiting 23:11:57 f23df028b6ca: Waiting 23:11:57 d65c8cfc05b1: Waiting 23:11:57 2437ff75d9bd: Waiting 23:11:57 04944245beec: Verifying Checksum 23:11:57 04944245beec: Download complete 23:11:57 765212b225bb: Verifying Checksum 23:11:57 765212b225bb: Download complete 23:11:57 f23df028b6ca: Download complete 23:11:57 d65c8cfc05b1: Download complete 23:11:57 699f458cf7ca: Verifying Checksum 23:11:57 699f458cf7ca: Download complete 23:11:57 8998bd30e6a1: Verifying Checksum 23:11:57 8998bd30e6a1: Download complete 23:11:59 2437ff75d9bd: Verifying Checksum 23:11:59 2437ff75d9bd: Download complete 23:12:03 8998bd30e6a1: Pull complete 23:12:03 04944245beec: Pull complete 23:12:05 699f458cf7ca: Pull complete 23:12:05 765212b225bb: Pull complete 23:12:06 f23df028b6ca: Pull complete 23:12:06 d65c8cfc05b1: Pull complete 23:12:29 2437ff75d9bd: Pull complete 23:12:29 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 23:12:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 23:12:29 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:12:29 prd-ubuntu20.04-docker-arm64-4c-16g-24116 does not seem to be running inside a container 23:12:29 $ 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 23:12:31 $ docker top bf8c5eb8b1fa9401501b956be01e92b50c8669b3ecc420867cf0ba54492e1ef1 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:12:32 ---> job-cost.sh 23:12:32 lf-activate-venv: SKIPPING 23:12:32 INFO: No Stack... 23:12:33 INFO: Retrieving Pricing Info for: v3-standard-8 23:12:34 INFO: Archiving Costs [Pipeline] sh 23:12:34 + cat /w/workspace/app-rfid-llrp-inventory/1/archives/cost.csv 23:12:34 + cut -d, -f6 [Pipeline] lock 23:12:34 Trying to acquire lock on [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-255-1-stack-cost] 23:12:34 Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-255-1-stack-cost] did not exist. Created. 23:12:34 Lock acquired on [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-255-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 23:12:35 /w/workspace/app-rfid-llrp-inventory/1@tmp/durable-35df5ba7/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 23:12:35 + echo total: 0.2199999988079071 [Pipeline] stash 23:12:35 Warning: overwriting stash ‘stack-cost’ 23:12:35 Stashed 1 file(s) [Pipeline] } 23:12:35 Lock released on resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-255-1-stack-cost] [Pipeline] // lock [Pipeline] } 23:12:35 $ docker stop --time=1 bf8c5eb8b1fa9401501b956be01e92b50c8669b3ecc420867cf0ba54492e1ef1 23:12:37 $ 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 23:12:43 + [ -d /w/workspace/y_app-rfid-llrp-inventory_PR-255/archives ] 23:12:43 + ls -al /w/workspace/y_app-rfid-llrp-inventory_PR-255/archives 23:12:43 total 16 23:12:43 drwxr-xr-x 3 root root 4096 Dec 5 23:03 . 23:12:43 drwxrwxr-x 12 jenkins jenkins 4096 Dec 5 23:03 .. 23:12:43 drwxr-xr-x 2 root root 4096 Dec 5 23:03 cost 23:12:43 -rw-r--r-- 1 root root 95 Dec 5 23:03 cost.csv 23:12:43 + sudo chown -R jenkins:jenkins /w/workspace/y_app-rfid-llrp-inventory_PR-255/archives 23:12:43 + ls -al /w/workspace/y_app-rfid-llrp-inventory_PR-255/archives 23:12:43 total 16 23:12:43 drwxr-xr-x 3 jenkins jenkins 4096 Dec 5 23:03 . 23:12:43 drwxrwxr-x 12 jenkins jenkins 4096 Dec 5 23:03 .. 23:12:43 drwxr-xr-x 2 jenkins jenkins 4096 Dec 5 23:03 cost 23:12:43 -rw-r--r-- 1 jenkins jenkins 95 Dec 5 23:03 cost.csv [Pipeline] libraryResource [Pipeline] sh 23:12:43 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:12:44 ---> package-listing.sh 23:12:44 ++ facter osfamily 23:12:44 ++ tr '[:upper:]' '[:lower:]' 23:12:44 + OS_FAMILY=debian 23:12:44 + workspace=/w/workspace/y_app-rfid-llrp-inventory_PR-255 23:12:44 + START_PACKAGES=/tmp/packages_start.txt 23:12:44 + END_PACKAGES=/tmp/packages_end.txt 23:12:44 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:12:44 + PACKAGES=/tmp/packages_start.txt 23:12:44 + '[' /w/workspace/y_app-rfid-llrp-inventory_PR-255 ']' 23:12:44 + PACKAGES=/tmp/packages_end.txt 23:12:44 + case "${OS_FAMILY}" in 23:12:44 + dpkg -l 23:12:44 + grep '^ii' 23:12:44 + '[' -f /tmp/packages_start.txt ']' 23:12:44 + '[' -f /tmp/packages_end.txt ']' 23:12:44 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:12:44 + '[' /w/workspace/y_app-rfid-llrp-inventory_PR-255 ']' 23:12:44 + mkdir -p /w/workspace/y_app-rfid-llrp-inventory_PR-255/archives/ 23:12:44 + 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 23:12:45 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 23:12:45 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:12:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 23:12:46 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:12:46 prd-ubuntu20.04-docker-8c-8g-24115 does not seem to be running inside a container 23:12:46 $ 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 23:12:46 $ docker top 0af333b7b764a6afdd7e8341f5eb25bc232f1062e64588aabf940fce4243b976 -eo pid,comm [Pipeline] { [Pipeline] sh 23:12:47 + touch /tmp/pre-build-complete [Pipeline] sh 23:12:47 + mkdir -p /var/log/sysstat [Pipeline] sh 23:12:47 + ls /var/log/sa-host 23:12:47 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:12:48 provisioning config files... 23:12:48 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/y_app-rfid-llrp-inventory_PR-255@tmp/config18361289977519369560tmp [Pipeline] { [Pipeline] echo 23:12:48 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:12:48 ---> create-netrc.sh [Pipeline] } 23:12:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 23:12:49 ---> python-tools-install.sh [Pipeline] echo 23:12:49 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:12:49 ---> sudo-logs.sh 23:12:49 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 23:12:49 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:12:50 ---> job-cost.sh 23:12:50 lf-activate-venv: SKIPPING 23:12:50 DEBUG: total: 0.2199999988079071 23:12:50 INFO: Retrieving Stack Cost... 23:12:50 INFO: Retrieving Pricing Info for: v3-standard-8 23:12:51 INFO: Archiving Costs [Pipeline] echo 23:12:51 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:12:51 ---> logs-deploy.sh 23:12:51 lf-activate-venv: SKIPPING 23:12:51 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-rfid-llrp-inventory/PR-255/1 23:12:51 INFO: archiving workspace using pattern(s): 23:12:52 Archives upload complete. 23:12:52 INFO: archiving logs to Nexus