Pull request #162 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 MonicaisHer for edgexfoundry/app-rfid-llrp-inventory Obtained Jenkinsfile from 7686bc774fb40174b3cad436c0db71a2f5a267b7+3870cf64a21da350ccd1352be90d06d1a491a75a (ab54c61e95a46ba3f3ab94323582493213ca5753) 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-ssh5379634757271458695.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 66200e8eedfc470904d6b329e562ec5b45423d6a 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-ssh13424484856937105762.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 66200e8eedfc470904d6b329e562ec5b45423d6a 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-162/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-162/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh8147583540002178573.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-162/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh10493318648750026329.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 66200e8eedfc470904d6b329e562ec5b45423d6a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 66200e8eedfc470904d6b329e562ec5b45423d6a # timeout=10 Commit message: "feat: add capability to use golang 1.20 (#427)" > 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-ssh9255841005711895255.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-162/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-162/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh252603926653555657.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 66200e8eedfc470904d6b329e562ec5b45423d6a Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-rfid-llrp-inventory, buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-rfid-llrp-inventory-settings PROJECT: app-rfid-llrp-inventory USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 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 Running on prd-ubuntu20.04-docker-8c-8g-2484 in /w/workspace/y_app-rfid-llrp-inventory_PR-162 [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-162 # 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 > 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/162/head:refs/remotes/origin/PR-162 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 3870cf64a21da350ccd1352be90d06d1a491a75a into PR head commit 7686bc774fb40174b3cad436c0db71a2f5a267b7 Merge succeeded, producing 7686bc774fb40174b3cad436c0db71a2f5a267b7 Checking out Revision 7686bc774fb40174b3cad436c0db71a2f5a267b7 (PR-162) > git config core.sparsecheckout # timeout=10 > git checkout -f 7686bc774fb40174b3cad436c0db71a2f5a267b7 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 3870cf64a21da350ccd1352be90d06d1a491a75a # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7686bc774fb40174b3cad436c0db71a2f5a267b7 # timeout=10 Commit message: "refactor(snap): Update command and metadata sourcing" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 66200e8eedfc470904d6b329e562ec5b45423d6a [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:00:11 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:00:11 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:00:11 ========================================================= 17:00:11 EdgeX Global Pipelines Version Info 17:00:11 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:00:12 ------------------- 17:00:12 stable info: 17:00:12 ------------------- 17:00:12 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:00:12 Commit SHA: 66200e8eedfc470904d6b329e562ec5b45423d6a 17:00:12 Message: update stable to v1.0.245 17:00:13 ------------------- 17:00:13 experimental info: 17:00:13 ------------------- 17:00:13 Commited By: **** collab-it+edgex@linuxfoundation.org 17:00:13 Commit SHA: eb5041bb0874f6b7cdca3e6793e1ef87c0289dce 17:00:13 Message: update experimental to v1.0.246 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:00:13 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-rfid-llrp-inventory-settings [Pipeline] echo 17:00:14 [edgeXSetupEnvironment]: set envvar PROJECT = app-rfid-llrp-inventory [Pipeline] echo 17:00:14 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:00:14 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:00:14 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:00:14 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 17:00:14 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 17:00:14 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 17:00:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:00:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:00:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 17:00:14 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-rfid-llrp-inventory [Pipeline] echo 17:00:14 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:00:14 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:00:14 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 17:00:14 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 17:00:14 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 17:00:14 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 17:00:14 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:00:14 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 17:00:14 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 17:00:14 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 17:00:14 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 17:00:14 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 17:00:14 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 17:00:14 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 17:00:15 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 17:00:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-162 [Pipeline] echo 17:00:15 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-162 [Pipeline] echo 17:00:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-162 [Pipeline] echo 17:00:15 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7686bc774fb40174b3cad436c0db71a2f5a267b7 [Pipeline] echo 17:00:15 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7686bc7 [Pipeline] echo 17:00:15 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:00:15 provisioning config files... 17:00:15 copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/y_app-rfid-llrp-inventory_PR-162@tmp/config3099013080663415104tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:00:15 ---> docker-login.sh 17:00:15 nexus3.edgexfoundry.org:10001 17:00:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:00:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:00:16 Configure a credential helper to remove this warning. See 17:00:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:00:16 17:00:16 Login Succeeded 17:00:16 nexus3.edgexfoundry.org:10002 17:00:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:00:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:00:16 Configure a credential helper to remove this warning. See 17:00:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:00:16 17:00:16 Login Succeeded 17:00:16 nexus3.edgexfoundry.org:10003 17:00:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:00:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:00:16 Configure a credential helper to remove this warning. See 17:00:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:00:16 17:00:16 Login Succeeded 17:00:16 nexus3.edgexfoundry.org:10004 17:00:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:00:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:00:16 Configure a credential helper to remove this warning. See 17:00:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:00:16 17:00:16 Login Succeeded 17:00:16 docker.io 17:00:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:00:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:00:18 Configure a credential helper to remove this warning. See 17:00:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:00:18 17:00:18 Login Succeeded 17:00:18 ---> docker-login.sh ends [Pipeline] } 17:00:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 17:00:19 + git rev-list -1 --merges 7686bc774fb40174b3cad436c0db71a2f5a267b7~1..7686bc774fb40174b3cad436c0db71a2f5a267b7 [Pipeline] echo 17:00:19 -----------> git rev-list -1 --merges 7686bc774fb40174b3cad436c0db71a2f5a267b7~1..7686bc774fb40174b3cad436c0db71a2f5a267b7 7686bc774fb40174b3cad436c0db71a2f5a267b7 [false] [Pipeline] sh 17:00:19 + git log --format=format:%s -1 7686bc774fb40174b3cad436c0db71a2f5a267b7 [Pipeline] echo 17:00:19 ========================================================= 17:00:19 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 17:00:19 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:00:20 + git log --format=format:%s -1 7686bc774fb40174b3cad436c0db71a2f5a267b7 [Pipeline] echo 17:00:20 [semverPrep] GIT_COMMIT: 7686bc774fb40174b3cad436c0db71a2f5a267b7, Commit Message: refactor(snap): Update command and metadata sourcing [Pipeline] echo 17:00:20 [semverPrep] This is not a build commit. [Pipeline] sh 17:00:20 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 17:00:20 + grep -v github /etc/ssh/ssh_known_hosts 17:00:20 + [ -e /tmp/ssh_known_hosts ] 17:00:20 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 17:00:20 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 17:00:20 + sudo tee -a /etc/ssh/ssh_known_hosts 17:00:20 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:00:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:00:21 17:00:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:00:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:00:21 0.1.4: Pulling from edgex-devops/py-git-semver 17:00:21 b85a868b505f: Pulling fs layer 17:00:21 e2be974225ed: Pulling fs layer 17:00:21 339a4e72a1f5: Pulling fs layer 17:00:21 988bab9f4d93: Pulling fs layer 17:00:21 1469e6f7b9e6: Pulling fs layer 17:00:21 eaf3925da568: Pulling fs layer 17:00:21 bab4dde63d76: Pulling fs layer 17:00:21 bde34c3a00c8: Pulling fs layer 17:00:21 b352a97aabf1: Pulling fs layer 17:00:21 4872d77fe225: Pulling fs layer 17:00:21 5851b861e8e6: Pulling fs layer 17:00:21 1469e6f7b9e6: Waiting 17:00:21 eaf3925da568: Waiting 17:00:21 bab4dde63d76: Waiting 17:00:21 988bab9f4d93: Waiting 17:00:21 bde34c3a00c8: Waiting 17:00:21 b352a97aabf1: Waiting 17:00:21 4872d77fe225: Waiting 17:00:21 5851b861e8e6: Waiting 17:00:21 e2be974225ed: Verifying Checksum 17:00:21 e2be974225ed: Download complete 17:00:21 988bab9f4d93: Verifying Checksum 17:00:21 988bab9f4d93: Download complete 17:00:21 1469e6f7b9e6: Verifying Checksum 17:00:21 1469e6f7b9e6: Download complete 17:00:21 339a4e72a1f5: Verifying Checksum 17:00:21 339a4e72a1f5: Download complete 17:00:21 eaf3925da568: Verifying Checksum 17:00:21 eaf3925da568: Download complete 17:00:21 bde34c3a00c8: Verifying Checksum 17:00:21 bde34c3a00c8: Download complete 17:00:21 b352a97aabf1: Verifying Checksum 17:00:21 b352a97aabf1: Download complete 17:00:21 4872d77fe225: Verifying Checksum 17:00:21 4872d77fe225: Download complete 17:00:21 5851b861e8e6: Download complete 17:00:21 b85a868b505f: Verifying Checksum 17:00:21 b85a868b505f: Download complete 17:00:21 bab4dde63d76: Verifying Checksum 17:00:21 bab4dde63d76: Download complete 17:00:23 b85a868b505f: Pull complete 17:00:23 e2be974225ed: Pull complete 17:00:23 339a4e72a1f5: Pull complete 17:00:23 988bab9f4d93: Pull complete 17:00:23 1469e6f7b9e6: Pull complete 17:00:24 eaf3925da568: Pull complete 17:00:26 bab4dde63d76: Pull complete 17:00:26 bde34c3a00c8: Pull complete 17:00:26 b352a97aabf1: Pull complete 17:00:26 4872d77fe225: Pull complete 17:00:26 5851b861e8e6: Pull complete 17:00:26 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 17:00:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:00:26 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:00:26 prd-ubuntu20.04-docker-8c-8g-2484 does not seem to be running inside a container 17:00:26 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/y_app-rfid-llrp-inventory_PR-162 -v /w/workspace/y_app-rfid-llrp-inventory_PR-162:/w/workspace/y_app-rfid-llrp-inventory_PR-162:rw,z -v /w/workspace/y_app-rfid-llrp-inventory_PR-162@tmp:/w/workspace/y_app-rfid-llrp-inventory_PR-162@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 17:00:29 $ docker top fb92124ba133e3732836045749c9f574293a84af2af7b4c11729884d4c6ad802 -eo pid,comm 17:00:29 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). 17:00:29 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:00:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:00:29 [ssh-agent] Looking for ssh-agent implementation... 17:00:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:00:29 $ docker exec fb92124ba133e3732836045749c9f574293a84af2af7b4c11729884d4c6ad802 ssh-agent 17:00:29 SSH_AUTH_SOCK=/tmp/ssh-94TkpXGvlcwu/agent.31 17:00:29 SSH_AGENT_PID=37 17:00:29 Running ssh-add (command line suppressed) 17:00:30 Identity added: /w/workspace/y_app-rfid-llrp-inventory_PR-162@tmp/private_key_4003838417774352439.key (/w/workspace/y_app-rfid-llrp-inventory_PR-162@tmp/private_key_4003838417774352439.key) 17:00:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:00:30 + git tag --points-at HEAD [Pipeline] } 17:00:30 $ docker exec --env ******** --env ******** fb92124ba133e3732836045749c9f574293a84af2af7b4c11729884d4c6ad802 ssh-agent -k 17:00:30 unset SSH_AUTH_SOCK; 17:00:30 unset SSH_AGENT_PID; 17:00:30 echo Agent pid 37 killed; 17:00:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:00:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:00:30 [ssh-agent] Looking for ssh-agent implementation... 17:00:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:00:30 $ docker exec fb92124ba133e3732836045749c9f574293a84af2af7b4c11729884d4c6ad802 ssh-agent 17:00:30 SSH_AUTH_SOCK=/tmp/ssh-jKQB22tSjmTo/agent.69 17:00:30 SSH_AGENT_PID=75 17:00:30 Running ssh-add (command line suppressed) 17:00:30 Identity added: /w/workspace/y_app-rfid-llrp-inventory_PR-162@tmp/private_key_7992469322875243476.key (/w/workspace/y_app-rfid-llrp-inventory_PR-162@tmp/private_key_7992469322875243476.key) 17:00:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:00:31 + git semver init 17:00:31 2023-03-16 17:00:31,429 [run_init] DEBUG init version:0.0.0 force:False 17:00:31 2023-03-16 17:00:31,430 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/y_app-rfid-llrp-inventory_PR-162/.semver 17:00:31 2023-03-16 17:00:31,431 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-rfid-llrp-inventory.git /w/workspace/y_app-rfid-llrp-inventory_PR-162/.semver 17:00:31 2023-03-16 17:00:31,431 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-rfid-llrp-inventory.git', '/w/workspace/y_app-rfid-llrp-inventory_PR-162/.semver'], cwd=/w/workspace/y_app-rfid-llrp-inventory_PR-162, universal_newlines=False, shell=None, istream=None) 17:00:32 2023-03-16 17:00:32,805 [append_file] DEBUG append to file:/w/workspace/y_app-rfid-llrp-inventory_PR-162/.git/info/exclude 17:00:32 2023-03-16 17:00:32,806 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/y_app-rfid-llrp-inventory_PR-162/.semver/PR-162 with force:False 17:00:32 2023-03-16 17:00:32,806 [write_file] DEBUG write to file:/w/workspace/y_app-rfid-llrp-inventory_PR-162/.semver/PR-162 17:00:32 2023-03-16 17:00:32,810 [execute] INFO git cat-file --batch-check 17:00:32 2023-03-16 17:00:32,811 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/y_app-rfid-llrp-inventory_PR-162/.semver, universal_newlines=False, shell=None, istream=) 17:00:32 2023-03-16 17:00:32,817 [execute] INFO git cat-file --batch 17:00:32 2023-03-16 17:00:32,817 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/y_app-rfid-llrp-inventory_PR-162/.semver, universal_newlines=False, shell=None, istream=) 17:00:32 2023-03-16 17:00:32,822 [read_version] DEBUG read version from /w/workspace/y_app-rfid-llrp-inventory_PR-162/.semver/PR-162 17:00:32 0.0.0 [Pipeline] } 17:00:32 $ docker exec --env ******** --env ******** fb92124ba133e3732836045749c9f574293a84af2af7b4c11729884d4c6ad802 ssh-agent -k 17:00:33 unset SSH_AUTH_SOCK; 17:00:33 unset SSH_AGENT_PID; 17:00:33 echo Agent pid 75 killed; 17:00:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:00:33 + git semver [Pipeline] } 17:00:33 $ docker stop --time=1 fb92124ba133e3732836045749c9f574293a84af2af7b4c11729884d4c6ad802 17:00:35 $ docker rm -f --volumes fb92124ba133e3732836045749c9f574293a84af2af7b4c11729884d4c6ad802 [Pipeline] // withDockerContainer [Pipeline] sh 17:00:35 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:00:35 Stashed 1 file(s) [Pipeline] echo 17:00:35 [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 17:00:36 provisioning config files... 17:00:36 copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/y_app-rfid-llrp-inventory_PR-162@tmp/config316812076190713865tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:00:36 ---> docker-login.sh 17:00:36 nexus3.edgexfoundry.org:10001 17:00:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:00:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:00:36 Configure a credential helper to remove this warning. See 17:00:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:00:36 17:00:36 Login Succeeded 17:00:36 nexus3.edgexfoundry.org:10002 17:00:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:00:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:00:36 Configure a credential helper to remove this warning. See 17:00:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:00:36 17:00:36 Login Succeeded 17:00:36 nexus3.edgexfoundry.org:10003 17:00:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:00:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:00:36 Configure a credential helper to remove this warning. See 17:00:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:00:36 17:00:36 Login Succeeded 17:00:36 nexus3.edgexfoundry.org:10004 17:00:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:00:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:00:36 Configure a credential helper to remove this warning. See 17:00:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:00:36 17:00:36 Login Succeeded 17:00:36 docker.io 17:00:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:00:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:00:37 Configure a credential helper to remove this warning. See 17:00:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:00:37 17:00:37 Login Succeeded 17:00:37 ---> docker-login.sh ends [Pipeline] } 17:00:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:00:37 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:00:37 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:00:37 ========================================================= 17:00:37 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 17:00:37 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:00:37 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . 17:00:37 Sending build context to Docker daemon 12.59MB 17:00:37 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 17:00:37 Step 2/12 : FROM ${BASE} AS builder 17:00:37 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 17:00:37 63b65145d645: Pulling fs layer 17:00:37 a2d21d5440eb: Pulling fs layer 17:00:37 935e6c44a52c: Pulling fs layer 17:00:37 94cc34f8dd06: Pulling fs layer 17:00:37 30dea6a524f1: Pulling fs layer 17:00:37 a2aff8979fd8: Pulling fs layer 17:00:37 6808be2612f2: Pulling fs layer 17:00:37 f25807f1079a: Pulling fs layer 17:00:37 30dea6a524f1: Waiting 17:00:37 a2aff8979fd8: Waiting 17:00:37 f25807f1079a: Waiting 17:00:37 94cc34f8dd06: Waiting 17:00:37 a2d21d5440eb: Verifying Checksum 17:00:37 a2d21d5440eb: Download complete 17:00:38 94cc34f8dd06: Download complete 17:00:38 30dea6a524f1: Verifying Checksum 17:00:38 30dea6a524f1: Download complete 17:00:38 63b65145d645: Verifying Checksum 17:00:38 63b65145d645: Download complete 17:00:38 a2aff8979fd8: Verifying Checksum 17:00:38 a2aff8979fd8: Download complete 17:00:38 63b65145d645: Pull complete 17:00:38 a2d21d5440eb: Pull complete 17:00:38 935e6c44a52c: Download complete 17:00:39 f25807f1079a: Verifying Checksum 17:00:39 f25807f1079a: Download complete 17:00:39 6808be2612f2: Verifying Checksum 17:00:39 6808be2612f2: Download complete 17:00:41 935e6c44a52c: Pull complete 17:00:42 94cc34f8dd06: Pull complete 17:00:42 30dea6a524f1: Pull complete 17:00:42 a2aff8979fd8: Pull complete 17:00:44 6808be2612f2: Pull complete 17:00:45 f25807f1079a: Pull complete 17:00:45 Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 17:00:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 17:00:45 ---> 3b553350e43f 17:00:45 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 17:00:50 ---> Running in b6ad86500be6 17:00:50 Removing intermediate container b6ad86500be6 17:00:50 ---> 08473c0908d6 17:00:50 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 17:00:50 ---> Running in 82ab1b03ab1b 17:00:50 Removing intermediate container 82ab1b03ab1b 17:00:50 ---> cf430549f9b4 17:00:50 Step 5/12 : ARG ADD_BUILD_TAGS="" 17:00:50 ---> Running in c39fd334ac87 17:00:50 Removing intermediate container c39fd334ac87 17:00:50 ---> ffa4e74622b2 17:00:50 Step 6/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:00:50 ---> Running in cf321a0f2adf 17:00:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 17:00:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 17:00:51 Still waiting to schedule task 17:00:51 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 17:00:51 OK: 265 MiB in 53 packages 17:00:51 Removing intermediate container cf321a0f2adf 17:00:51 ---> ce2bad38a3fe 17:00:51 Step 7/12 : WORKDIR /app 17:00:51 ---> Running in bd7aea7d919d 17:00:51 Removing intermediate container bd7aea7d919d 17:00:51 ---> 350fe5e36dd6 17:00:51 Step 8/12 : COPY go.mod vendor* ./ 17:00:51 ---> ce6b48b09466 17:00:51 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:00:51 ---> Running in ae132d189da1 17:01:23 Removing intermediate container ae132d189da1 17:01:23 ---> 9fb5933ec0c3 17:01:23 Step 10/12 : COPY . . 17:01:23 ---> 39e19ef66aaf 17:01:23 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 17:01:23 ---> Running in 9e681a33548b 17:01:23 Removing intermediate container 9e681a33548b 17:01:23 ---> ae9532bfbad0 17:01:23 Step 12/12 : RUN $MAKE 17:01:23 ---> Running in 550bbbb4a664 17:01:23 noop 17:01:23 Removing intermediate container 550bbbb4a664 17:01:23 ---> 06586fbff98c 17:01:23 Successfully built 06586fbff98c 17:01:23 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:01:24 + docker inspect -f . ci-base-image-x86_64 17:01:24 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:01:24 prd-ubuntu20.04-docker-8c-8g-2484 does not seem to be running inside a container 17:01:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/y_app-rfid-llrp-inventory_PR-162 -v /w/workspace/y_app-rfid-llrp-inventory_PR-162:/w/workspace/y_app-rfid-llrp-inventory_PR-162:rw,z -v /w/workspace/y_app-rfid-llrp-inventory_PR-162@tmp:/w/workspace/y_app-rfid-llrp-inventory_PR-162@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 17:01:24 $ docker top 6e7e3665efadb1eb43116cd99360916c386f06e26223e079558f0f4e616a1ce9 -eo pid,comm [Pipeline] { [Pipeline] sh 17:01:25 + go version 17:01:25 go version go1.20.2 linux/amd64 [Pipeline] } 17:01:25 $ docker stop --time=1 6e7e3665efadb1eb43116cd99360916c386f06e26223e079558f0f4e616a1ce9 17:01:26 $ docker rm -f --volumes 6e7e3665efadb1eb43116cd99360916c386f06e26223e079558f0f4e616a1ce9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:01:27 + docker inspect -f . ci-base-image-x86_64 17:01:27 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:01:27 prd-ubuntu20.04-docker-8c-8g-2484 does not seem to be running inside a container 17:01:27 $ 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-162 -v /w/workspace/y_app-rfid-llrp-inventory_PR-162:/w/workspace/y_app-rfid-llrp-inventory_PR-162:rw,z -v /w/workspace/y_app-rfid-llrp-inventory_PR-162@tmp:/w/workspace/y_app-rfid-llrp-inventory_PR-162@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 17:01:27 $ docker top f66958cfe2bcb8f439fb8841957f88943623ca3442f90874a863f2e7a2e0ca44 -eo pid,comm [Pipeline] { [Pipeline] sh 17:01:28 + git config --global --add safe.directory /w/workspace/y_app-rfid-llrp-inventory_PR-162 [Pipeline] fileExists [Pipeline] sh 17:01:28 + make test 17:01:28 go test -race ./... -coverprofile=coverage.out ./... 17:01:46 ? edgexfoundry/app-rfid-llrp-inventory [no test files] 17:01:46 ? edgexfoundry/app-rfid-llrp-inventory/internal/inventory/app [no test files] 17:01:46 ok edgexfoundry/app-rfid-llrp-inventory/internal/inventory 0.128s coverage: 86.2% of statements 17:01:48 ok edgexfoundry/app-rfid-llrp-inventory/internal/llrp 2.672s coverage: 71.9% of statements 17:02:10 go vet ./... 17:02:11 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 17:02:11 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 17:02:11 ./bin/test-attribution.sh [Pipeline] echo 17:02:11 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 17:02:11 $ docker stop --time=1 f66958cfe2bcb8f439fb8841957f88943623ca3442f90874a863f2e7a2e0ca44 17:02:16 $ docker rm -f --volumes f66958cfe2bcb8f439fb8841957f88943623ca3442f90874a863f2e7a2e0ca44 [Pipeline] // withDockerContainer [Pipeline] sh 17:02:17 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:02:17 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 17:02:17 + sudo chown -R jenkins:jenkins . [Pipeline] sh 17:02:18 + ls -al . 17:02:18 total 228 17:02:18 drwxrwxr-x 11 jenkins jenkins 4096 Mar 16 17:01 . 17:02:18 drwxrwxr-x 4 jenkins jenkins 4096 Mar 16 17:00 .. 17:02:18 -rw-rw-r-- 1 jenkins jenkins 262 Mar 16 17:00 .dockerignore 17:02:18 drwxrwxr-x 8 jenkins jenkins 4096 Mar 16 17:00 .git 17:02:18 drwxrwxr-x 3 jenkins jenkins 4096 Mar 16 17:00 .github 17:02:18 -rw-rw-r-- 1 jenkins jenkins 788 Mar 16 17:00 .gitignore 17:02:18 -rw-rw-r-- 1 jenkins jenkins 41 Mar 16 17:00 .golangci.yml 17:02:18 drwxr-xr-x 3 jenkins jenkins 4096 Mar 16 17:00 .semver 17:02:18 -rw-rw-r-- 1 jenkins jenkins 10037 Mar 16 17:00 Attribution.txt 17:02:18 -rw-rw-r-- 1 jenkins jenkins 4331 Mar 16 17:00 CHANGELOG.md 17:02:18 -rw-rw-r-- 1 jenkins jenkins 1659 Mar 16 17:00 Dockerfile 17:02:18 -rw-rw-r-- 1 jenkins jenkins 677 Mar 16 17:00 GOVERNANCE.md 17:02:18 -rw-rw-r-- 1 jenkins jenkins 687 Mar 16 17:00 Jenkinsfile 17:02:18 -rw-rw-r-- 1 jenkins jenkins 11347 Mar 16 17:00 LICENSE 17:02:18 -rw-rw-r-- 1 jenkins jenkins 2497 Mar 16 17:00 Makefile 17:02:18 -rw-rw-r-- 1 jenkins jenkins 617 Mar 16 17:00 OWNERS.md 17:02:18 -rw-rw-r-- 1 jenkins jenkins 31023 Mar 16 17:00 README.md 17:02:18 -rw-rw-r-- 1 jenkins jenkins 5 Mar 16 17:00 VERSION 17:02:18 drwxrwxr-x 2 jenkins jenkins 4096 Mar 16 17:00 bin 17:02:18 -rw-r--r-- 1 jenkins jenkins 41317 Mar 16 17:01 coverage.out 17:02:18 -rw-rw-r-- 1 jenkins jenkins 3511 Mar 16 17:00 go.mod 17:02:18 -rw-rw-r-- 1 jenkins jenkins 31563 Mar 16 17:00 go.sum 17:02:18 drwxrwxr-x 2 jenkins jenkins 4096 Mar 16 17:00 images 17:02:18 drwxrwxr-x 4 jenkins jenkins 4096 Mar 16 17:00 internal 17:02:18 -rw-rw-r-- 1 jenkins jenkins 531 Mar 16 17:00 main.go 17:02:18 drwxrwxr-x 2 jenkins jenkins 4096 Mar 16 17:00 res 17:02:18 drwxrwxr-x 4 jenkins jenkins 4096 Mar 16 17:00 snap 17:02:18 drwxrwxr-x 3 jenkins jenkins 4096 Mar 16 17:00 static [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:02:18 + docker build -t app-rfid-llrp-inventory -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=7686bc774fb40174b3cad436c0db71a2f5a267b7 --label arch=amd64 --label version=0.0.0 . 17:02:18 Sending build context to Docker daemon 12.59MB 17:02:18 Step 1/29 : ARG BASE=golang:1.20-alpine3.17 17:02:18 Step 2/29 : FROM ${BASE} AS builder 17:02:18 ---> 06586fbff98c 17:02:18 Step 3/29 : ARG ALPINE_PKG_BASE="make git" 17:02:18 ---> Running in 8b1b69e4efc8 17:02:18 Removing intermediate container 8b1b69e4efc8 17:02:18 ---> 0e20bce813a0 17:02:18 Step 4/29 : ARG ALPINE_PKG_EXTRA="" 17:02:18 ---> Running in 2175bc4a7e94 17:02:19 Removing intermediate container 2175bc4a7e94 17:02:19 ---> 99bb502f280c 17:02:19 Step 5/29 : ARG ADD_BUILD_TAGS="" 17:02:19 ---> Running in e9b66e37ce97 17:02:19 Removing intermediate container e9b66e37ce97 17:02:19 ---> 8b1aa3550ca7 17:02:19 Step 6/29 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:02:19 ---> Running in 7a9a5792eded 17:02:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 17:02:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 17:02:19 OK: 265 MiB in 53 packages 17:02:19 Removing intermediate container 7a9a5792eded 17:02:19 ---> 4b97547fea97 17:02:19 Step 7/29 : WORKDIR /app 17:02:20 ---> Running in e80bef7f9b9f 17:02:20 Removing intermediate container e80bef7f9b9f 17:02:20 ---> f1d9a416e1aa 17:02:20 Step 8/29 : COPY go.mod vendor* ./ 17:02:20 ---> 53ab4cdfbfde 17:02:20 Step 9/29 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:02:20 ---> Running in 359e17093665 17:02:21 Removing intermediate container 359e17093665 17:02:21 ---> dcfcd09e6f53 17:02:21 Step 10/29 : COPY . . 17:02:21 ---> c331d5df2067 17:02:21 Step 11/29 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 17:02:21 ---> Running in ea84e50e2e3e 17:02:21 Removing intermediate container ea84e50e2e3e 17:02:21 ---> 7647ce2d52d4 17:02:21 Step 12/29 : RUN $MAKE 17:02:21 ---> Running in 4386deb8b50d 17:02:21 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.41 -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 17:02:31 Running on prd-ubuntu20.04-docker-arm64-4c-16g-2485 in /w/workspace/y_app-rfid-llrp-inventory_PR-162 [Pipeline] { [Pipeline] ws 17:02:31 Running in /w/workspace/app-rfid-llrp-inventory/1 [Pipeline] { [Pipeline] checkout 17:02:31 The recommended git tool is: git 17:02:36 using credential edgex-jenkins-ssh 17:02:37 Cloning the remote Git repository 17:02:37 Cloning repository git@github.com:edgexfoundry/app-rfid-llrp-inventory.git 17:02:37 > git init /w/workspace/app-rfid-llrp-inventory/1 # timeout=10 17:02:37 Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.git 17:02:37 > git --version # timeout=10 17:02:37 > git --version # 'git version 2.25.1' 17:02:37 using GIT_SSH to set credentials SSH Credentials for GitHub 17:02:37 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:02:39 Removing intermediate container 4386deb8b50d 17:02:39 ---> b08e0877c5b8 17:02:39 Step 13/29 : FROM alpine:3.17 17:02:40 3.17: Pulling from library/alpine 17:02:40 63b65145d645: Already exists 17:02:40 Digest: sha256:ff6bdca1701f3a8a67e328815ff2346b0e4067d32ec36b7992c1fdc001dc8517 17:02:40 Status: Downloaded newer image for alpine:3.17 17:02:40 ---> b2aa39c304c2 17:02:40 Step 14/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 17:02:40 ---> Running in 0831a6bcd362 17:02:40 Removing intermediate container 0831a6bcd362 17:02:40 ---> b52bdf15287f 17:02:40 Step 15/29 : LABEL Name=app-service-rfid-llrp-inventory Version=${VERSION} 17:02:40 ---> Running in bbd29457b862 17:02:40 Removing intermediate container bbd29457b862 17:02:40 ---> 8bd84ea34124 17:02:40 Step 16/29 : RUN apk --no-cache add ca-certificates dumb-init 17:02:40 ---> Running in 961b769f2ebf 17:02:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 17:02:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 17:02:41 (1/2) Installing ca-certificates (20220614-r4) 17:02:41 (2/2) Installing dumb-init (1.2.5-r2) 17:02:41 Executing busybox-1.35.0-r29.trigger 17:02:41 Executing ca-certificates-20220614-r4.trigger 17:02:41 OK: 8 MiB in 17 packages 17:02:41 Removing intermediate container 961b769f2ebf 17:02:41 ---> 6539aa5f7e7f 17:02:41 Step 17/29 : COPY --from=builder /app/Attribution.txt /Attribution.txt 17:02:40 > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 17:02:40 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:02:42 ---> f32d6c8a3f8c 17:02:42 Step 18/29 : COPY --from=builder /app/LICENSE /LICENSE 17:02:42 ---> 84d20cf24cee 17:02:42 Step 19/29 : COPY --from=builder /app/res/ /res/ 17:02:42 ---> dd497943872c 17:02:42 Step 20/29 : COPY --from=builder /app/static/ /static/ 17:02:42 ---> d538b0148866 17:02:42 Step 21/29 : COPY --from=builder /app/app-rfid-llrp-inventory /app-rfid-llrp-inventory 17:02:42 Merging remotes/origin/main commit 3870cf64a21da350ccd1352be90d06d1a491a75a into PR head commit 7686bc774fb40174b3cad436c0db71a2f5a267b7 17:02:42 Merge succeeded, producing 7686bc774fb40174b3cad436c0db71a2f5a267b7 17:02:42 Checking out Revision 7686bc774fb40174b3cad436c0db71a2f5a267b7 (PR-162) 17:02:43 ---> cb1b1c4ca4e5 17:02:43 Step 22/29 : RUN mkdir -p /cache && chown -R 2002:2002 /cache 17:02:43 ---> Running in 983910a70b61 17:02:41 > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 17:02:41 Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.git 17:02:41 using GIT_SSH to set credentials SSH Credentials for GitHub 17:02:41 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/pull/162/head:refs/remotes/origin/PR-162 +refs/heads/main:refs/remotes/origin/main # timeout=10 17:02:42 > git config core.sparsecheckout # timeout=10 17:02:42 > git checkout -f 7686bc774fb40174b3cad436c0db71a2f5a267b7 # timeout=10 17:02:42 > git remote # timeout=10 17:02:42 > git config --get remote.origin.url # timeout=10 17:02:42 using GIT_SSH to set credentials SSH Credentials for GitHub 17:02:42 > git merge 3870cf64a21da350ccd1352be90d06d1a491a75a # timeout=10 17:02:42 > git rev-parse HEAD^{commit} # timeout=10 17:02:42 > git config core.sparsecheckout # timeout=10 17:02:42 > git checkout -f 7686bc774fb40174b3cad436c0db71a2f5a267b7 # timeout=10 17:02:43 Removing intermediate container 983910a70b61 17:02:43 ---> f057aa392aae 17:02:43 Step 23/29 : VOLUME /cache 17:02:43 ---> Running in 440853d80507 17:02:43 Removing intermediate container 440853d80507 17:02:43 ---> 185f1e48b9a4 17:02:43 Step 24/29 : EXPOSE 59711 17:02:43 ---> Running in 1c1f3cd3c656 17:02:43 Removing intermediate container 1c1f3cd3c656 17:02:43 ---> 5533f627d506 17:02:43 Step 25/29 : ENTRYPOINT ["/app-rfid-llrp-inventory"] 17:02:43 ---> Running in 17cc99751729 17:02:44 Removing intermediate container 17cc99751729 17:02:44 ---> 6d969b5b750b 17:02:44 Step 26/29 : CMD ["-cp=consul.http://edgex-core-consul:8500", "-registry"] 17:02:44 ---> Running in 9f9d170d4469 17:02:44 Removing intermediate container 9f9d170d4469 17:02:44 ---> b73f14bd7c6c 17:02:44 Step 27/29 : LABEL arch=amd64 17:02:44 ---> Running in 657842dc67c6 17:02:44 Removing intermediate container 657842dc67c6 17:02:44 ---> eeb3a0f016d2 17:02:44 Step 28/29 : LABEL git_sha=7686bc774fb40174b3cad436c0db71a2f5a267b7 17:02:44 ---> Running in 4649e075d7cc 17:02:44 Removing intermediate container 4649e075d7cc 17:02:44 ---> 20a7d64c44c5 17:02:44 Step 29/29 : LABEL version=0.0.0 17:02:44 ---> Running in 69a0f09f7928 17:02:44 Removing intermediate container 69a0f09f7928 17:02:44 ---> cbc1108b3dc4 17:02:44 [Warning] One or more build-args [ARCH] were not consumed 17:02:44 Successfully built cbc1108b3dc4 17:02:44 Successfully tagged app-rfid-llrp-inventory:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:02:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:02:45 17:02:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:02:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:02:45 latest: Pulling from edgex-lftools-log-publisher 17:02:45 5eb5b503b376: Pulling fs layer 17:02:45 5c69ac0246d0: Pulling fs layer 17:02:45 ec43610c2a17: Pulling fs layer 17:02:45 3a2ae6a8a46f: Pulling fs layer 17:02:45 33b1e0a273af: Pulling fs layer 17:02:45 5d3b04190fa2: Pulling fs layer 17:02:45 2f39f015ded8: Pulling fs layer 17:02:45 3a2ae6a8a46f: Waiting 17:02:45 33b1e0a273af: Waiting 17:02:45 5d3b04190fa2: Waiting 17:02:45 2f39f015ded8: Waiting 17:02:45 5c69ac0246d0: Download complete 17:02:45 3a2ae6a8a46f: Verifying Checksum 17:02:45 3a2ae6a8a46f: Download complete 17:02:45 33b1e0a273af: Verifying Checksum 17:02:45 33b1e0a273af: Download complete 17:02:45 ec43610c2a17: Verifying Checksum 17:02:45 ec43610c2a17: Download complete 17:02:45 5d3b04190fa2: Verifying Checksum 17:02:45 5d3b04190fa2: Download complete 17:02:45 5eb5b503b376: Verifying Checksum 17:02:45 5eb5b503b376: Download complete 17:02:46 Commit message: "refactor(snap): Update command and metadata sourcing" 17:02:46 > git --version # timeout=10 17:02:46 > git --version # 'git version 2.25.1' 17:02:46 fatal: bad object 66200e8eedfc470904d6b329e562ec5b45423d6a 17:02:46 2f39f015ded8: Download complete 17:02:46 17:02:46 GitHub has been notified of this commit’s build result 17:02:46 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { 17:02:46 5eb5b503b376: Pull complete [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:02:47 5c69ac0246d0: Pull complete 17:02:47 ec43610c2a17: Pull complete 17:02:47 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 17:02:47 % Total % Received % Xferd Average Speed Time Time Time Current 17:02:47 Dload Upload Total Spent Left Speed 17:02:47 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 87937 0 --:--:-- --:--:-- --:--:-- 87937 17:02:47 3a2ae6a8a46f: Pull complete 17:02:47 33b1e0a273af: Pull complete 17:02:47 5d3b04190fa2: Pull complete [Pipeline] sh 17:02:48 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 17:02:48 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 17:02:48 + sudo tee /etc/docker/daemon.new 17:02:48 { 17:02:48 "registry-mirrors": [ 17:02:48 "https://nexus3.edgexfoundry.org:10001" 17:02:48 ], 17:02:48 "bip": "10.250.0.254/24", 17:02:48 "hosts": [ 17:02:48 "tcp://0.0.0.0:5555", 17:02:48 "unix:///var/run/docker.sock" 17:02:48 ], 17:02:48 "mtu": 1458, 17:02:48 "selinux-enabled": true, 17:02:48 "seccomp-profile": "/etc/docker/seccomp.json" 17:02:48 } [Pipeline] sh 17:02:48 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 17:02:49 + sudo service docker restart 17:02:51 2f39f015ded8: Pull complete 17:02:51 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 17:02:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:02:51 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:02:52 prd-ubuntu20.04-docker-8c-8g-2484 does not seem to be running inside a container 17:02:52 $ 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-162 -v /w/workspace/y_app-rfid-llrp-inventory_PR-162:/w/workspace/y_app-rfid-llrp-inventory_PR-162:rw,z -v /w/workspace/y_app-rfid-llrp-inventory_PR-162@tmp:/w/workspace/y_app-rfid-llrp-inventory_PR-162@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 17:02:56 $ docker top e6842ee112bbc80e9b61fe6309fda7232f9c0f5a0a77a5d99e0922edc876eafd -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:02:57 ---> job-cost.sh 17:02:57 lf-activate-venv: SKIPPING 17:02:57 INFO: No Stack... 17:02:57 INFO: Retrieving Pricing Info for: v3-standard-8 17:02:57 INFO: Archiving Costs [Pipeline] sh 17:02:58 + cat /w/workspace/y_app-rfid-llrp-inventory_PR-162/archives/cost.csv 17:02:58 + cut -d, -f6 [Pipeline] lock 17:02:58 Trying to acquire lock on [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-162-1-stack-cost] 17:02:58 Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-162-1-stack-cost] did not exist. Created. 17:02:58 Lock acquired on [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-162-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:02:58 + echo total: 0.2199999988079071 [Pipeline] stash 17:02:58 Stashed 1 file(s) [Pipeline] } 17:02:58 Lock released on resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-162-1-stack-cost] [Pipeline] // lock [Pipeline] } 17:02:58 $ docker stop --time=1 e6842ee112bbc80e9b61fe6309fda7232f9c0f5a0a77a5d99e0922edc876eafd 17:02:59 $ docker rm -f --volumes e6842ee112bbc80e9b61fe6309fda7232f9c0f5a0a77a5d99e0922edc876eafd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:03:07 provisioning config files... 17:03:07 copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/app-rfid-llrp-inventory/1@tmp/config7044765775679327213tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:03:08 ---> docker-login.sh 17:03:08 nexus3.edgexfoundry.org:10001 17:03:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:03:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:03:08 Configure a credential helper to remove this warning. See 17:03:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:03:08 17:03:08 Login Succeeded 17:03:08 nexus3.edgexfoundry.org:10002 17:03:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:03:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:03:08 Configure a credential helper to remove this warning. See 17:03:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:03:08 17:03:08 Login Succeeded 17:03:08 nexus3.edgexfoundry.org:10003 17:03:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:03:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:03:09 Configure a credential helper to remove this warning. See 17:03:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:03:09 17:03:09 Login Succeeded 17:03:09 nexus3.edgexfoundry.org:10004 17:03:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:03:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:03:09 Configure a credential helper to remove this warning. See 17:03:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:03:09 17:03:09 Login Succeeded 17:03:09 docker.io 17:03:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:03:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:03:10 Configure a credential helper to remove this warning. See 17:03:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:03:10 17:03:10 Login Succeeded 17:03:10 ---> docker-login.sh ends [Pipeline] } 17:03:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:03:10 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:03:10 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:03:10 ========================================================= 17:03:10 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 17:03:10 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:03:11 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . 17:03:11 Sending build context to Docker daemon 678.4kB 17:03:11 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 17:03:11 Step 2/12 : FROM ${BASE} AS builder 17:03:11 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:03:11 af6eaf76a39c: Pulling fs layer 17:03:11 55522c791124: Pulling fs layer 17:03:11 ce5c4a1c91eb: Pulling fs layer 17:03:11 169dfbe0d373: Pulling fs layer 17:03:11 e1ff8fa3b103: Pulling fs layer 17:03:11 52ebb69f0ebf: Pulling fs layer 17:03:11 5abe8eddf0d5: Pulling fs layer 17:03:11 169dfbe0d373: Waiting 17:03:11 e1ff8fa3b103: Waiting 17:03:11 52ebb69f0ebf: Waiting 17:03:11 5abe8eddf0d5: Waiting 17:03:11 55522c791124: Verifying Checksum 17:03:11 55522c791124: Download complete 17:03:11 169dfbe0d373: Verifying Checksum 17:03:11 169dfbe0d373: Download complete 17:03:11 e1ff8fa3b103: Verifying Checksum 17:03:11 e1ff8fa3b103: Download complete 17:03:11 af6eaf76a39c: Verifying Checksum 17:03:11 af6eaf76a39c: Download complete 17:03:13 5abe8eddf0d5: Verifying Checksum 17:03:13 5abe8eddf0d5: Download complete 17:03:13 af6eaf76a39c: Pull complete 17:03:13 55522c791124: Pull complete 17:03:14 ce5c4a1c91eb: Download complete 17:03:14 52ebb69f0ebf: Verifying Checksum 17:03:14 52ebb69f0ebf: Download complete 17:03:26 ce5c4a1c91eb: Pull complete 17:03:26 169dfbe0d373: Pull complete 17:03:26 e1ff8fa3b103: Pull complete 17:03:33 52ebb69f0ebf: Pull complete 17:03:35 5abe8eddf0d5: Pull complete 17:03:35 Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f 17:03:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 17:03:35 ---> 6cb57ee374ae 17:03:35 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 17:03:37 ---> Running in 670ab6cc9a13 17:03:37 Removing intermediate container 670ab6cc9a13 17:03:37 ---> 94e87d36e9c8 17:03:37 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 17:03:37 ---> Running in 9c4c2963c863 17:03:38 Removing intermediate container 9c4c2963c863 17:03:38 ---> 74a61c5c3f11 17:03:38 Step 5/12 : ARG ADD_BUILD_TAGS="" 17:03:38 ---> Running in e3dd1d679626 17:03:38 Removing intermediate container e3dd1d679626 17:03:38 ---> 618857cd285f 17:03:38 Step 6/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:03:38 ---> Running in 6854cd878af0 17:03:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 17:03:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 17:03:41 OK: 263 MiB in 53 packages 17:03:42 Removing intermediate container 6854cd878af0 17:03:42 ---> a51072280aa9 17:03:42 Step 7/12 : WORKDIR /app 17:03:42 ---> Running in dabfa51f5f1a 17:03:42 Removing intermediate container dabfa51f5f1a 17:03:42 ---> cf53467b020e 17:03:42 Step 8/12 : COPY go.mod vendor* ./ 17:03:42 ---> 61be51e2f36d 17:03:42 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:03:42 ---> Running in 326e2c997250 17:04:50 Removing intermediate container 326e2c997250 17:04:50 ---> 4b9b40223fc3 17:04:50 Step 10/12 : COPY . . 17:04:50 ---> 283af45caf55 17:04:50 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 17:04:50 ---> Running in 331174298b58 17:04:50 Removing intermediate container 331174298b58 17:04:50 ---> 54ee262c67d6 17:04:50 Step 12/12 : RUN $MAKE 17:04:50 ---> Running in c5a4a53f5010 17:04:50 noop 17:04:50 Removing intermediate container c5a4a53f5010 17:04:50 ---> 6dd2432447ee 17:04:50 Successfully built 6dd2432447ee 17:04:50 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:04:51 + docker inspect -f . ci-base-image-arm64 17:04:51 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:04:51 prd-ubuntu20.04-docker-arm64-4c-16g-2485 does not seem to be running inside a container 17:04:51 $ 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 ******** ci-base-image-arm64 cat 17:04:52 $ docker top 562d238d706aafe594a038ad3d3f41fe42d2dd9ad631236796daf79171e42b36 -eo pid,comm [Pipeline] { [Pipeline] sh 17:04:53 + go version 17:04:53 go version go1.20.2 linux/arm64 [Pipeline] } 17:04:53 $ docker stop --time=1 562d238d706aafe594a038ad3d3f41fe42d2dd9ad631236796daf79171e42b36 17:04:55 $ docker rm -f --volumes 562d238d706aafe594a038ad3d3f41fe42d2dd9ad631236796daf79171e42b36 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:04:56 + docker inspect -f . ci-base-image-arm64 17:04:56 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:04:56 prd-ubuntu20.04-docker-arm64-4c-16g-2485 does not seem to be running inside a container 17:04:56 $ 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 ******** ci-base-image-arm64 cat 17:04:57 $ docker top f84fc6c1bbbb582da0e45fc6b5d8209f5d486176a6caa7d0f40bafa02f8fd1c1 -eo pid,comm [Pipeline] { [Pipeline] sh 17:04:58 + git config --global --add safe.directory /w/workspace/app-rfid-llrp-inventory/1 [Pipeline] fileExists [Pipeline] sh 17:04:59 + make test 17:04:59 go test -race ./... -coverprofile=coverage.out ./... 17:07:52 ? edgexfoundry/app-rfid-llrp-inventory [no test files] 17:07:54 ? edgexfoundry/app-rfid-llrp-inventory/internal/inventory/app [no test files] 17:07:56 ok edgexfoundry/app-rfid-llrp-inventory/internal/inventory 1.473s coverage: 86.2% of statements 17:08:06 ok edgexfoundry/app-rfid-llrp-inventory/internal/llrp 3.483s coverage: 71.9% of statements 17:08:07 WARNING: Linting skipped (not on x86_64 or linter not installed) 17:08:07 go vet ./... 17:10:29 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 17:10:29 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 17:10:29 ./bin/test-attribution.sh [Pipeline] echo 17:10:29 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 17:10:29 $ docker stop --time=1 f84fc6c1bbbb582da0e45fc6b5d8209f5d486176a6caa7d0f40bafa02f8fd1c1 17:10:30 $ docker rm -f --volumes f84fc6c1bbbb582da0e45fc6b5d8209f5d486176a6caa7d0f40bafa02f8fd1c1 [Pipeline] // withDockerContainer [Pipeline] sh 17:10:32 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:10:32 Warning: overwriting stash ‘coverage-report’ 17:10:33 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 17:10:33 + sudo chown -R jenkins:jenkins . [Pipeline] sh 17:10:33 + ls -al . 17:10:33 total 224 17:10:33 drwxrwxr-x 10 jenkins jenkins 4096 Mar 16 17:05 . 17:10:33 drwxrwxr-x 4 jenkins jenkins 4096 Mar 16 17:02 .. 17:10:33 -rw-rw-r-- 1 jenkins jenkins 262 Mar 16 17:02 .dockerignore 17:10:33 drwxrwxr-x 8 jenkins jenkins 4096 Mar 16 17:02 .git 17:10:33 drwxrwxr-x 3 jenkins jenkins 4096 Mar 16 17:02 .github 17:10:33 -rw-rw-r-- 1 jenkins jenkins 788 Mar 16 17:02 .gitignore 17:10:33 -rw-rw-r-- 1 jenkins jenkins 41 Mar 16 17:02 .golangci.yml 17:10:33 -rw-rw-r-- 1 jenkins jenkins 10037 Mar 16 17:02 Attribution.txt 17:10:33 -rw-rw-r-- 1 jenkins jenkins 4331 Mar 16 17:02 CHANGELOG.md 17:10:33 -rw-rw-r-- 1 jenkins jenkins 1659 Mar 16 17:02 Dockerfile 17:10:33 -rw-rw-r-- 1 jenkins jenkins 677 Mar 16 17:02 GOVERNANCE.md 17:10:33 -rw-rw-r-- 1 jenkins jenkins 687 Mar 16 17:02 Jenkinsfile 17:10:33 -rw-rw-r-- 1 jenkins jenkins 11347 Mar 16 17:02 LICENSE 17:10:33 -rw-rw-r-- 1 jenkins jenkins 2497 Mar 16 17:02 Makefile 17:10:33 -rw-rw-r-- 1 jenkins jenkins 617 Mar 16 17:02 OWNERS.md 17:10:33 -rw-rw-r-- 1 jenkins jenkins 31023 Mar 16 17:02 README.md 17:10:33 -rw-rw-r-- 1 jenkins jenkins 5 Mar 16 17:00 VERSION 17:10:33 drwxrwxr-x 2 jenkins jenkins 4096 Mar 16 17:02 bin 17:10:33 -rw-r--r-- 1 jenkins jenkins 41317 Mar 16 17:08 coverage.out 17:10:33 -rw-rw-r-- 1 jenkins jenkins 3511 Mar 16 17:02 go.mod 17:10:33 -rw-rw-r-- 1 jenkins jenkins 31563 Mar 16 17:02 go.sum 17:10:33 drwxrwxr-x 2 jenkins jenkins 4096 Mar 16 17:02 images 17:10:33 drwxrwxr-x 4 jenkins jenkins 4096 Mar 16 17:02 internal 17:10:33 -rw-rw-r-- 1 jenkins jenkins 531 Mar 16 17:02 main.go 17:10:33 drwxrwxr-x 2 jenkins jenkins 4096 Mar 16 17:02 res 17:10:33 drwxrwxr-x 4 jenkins jenkins 4096 Mar 16 17:02 snap 17:10:33 drwxrwxr-x 3 jenkins jenkins 4096 Mar 16 17:02 static [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:10:34 + 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=7686bc774fb40174b3cad436c0db71a2f5a267b7 --label arch=arm64 --label version=0.0.0 . 17:10:34 Sending build context to Docker daemon 678.4kB 17:10:34 Step 1/29 : ARG BASE=golang:1.20-alpine3.17 17:10:34 Step 2/29 : FROM ${BASE} AS builder 17:10:34 ---> 6dd2432447ee 17:10:34 Step 3/29 : ARG ALPINE_PKG_BASE="make git" 17:10:34 ---> Running in 71ff044d7402 17:10:34 Removing intermediate container 71ff044d7402 17:10:34 ---> cabaf22bfa8d 17:10:34 Step 4/29 : ARG ALPINE_PKG_EXTRA="" 17:10:34 ---> Running in 553c54fbe075 17:10:35 Removing intermediate container 553c54fbe075 17:10:35 ---> ce8a61a6e116 17:10:35 Step 5/29 : ARG ADD_BUILD_TAGS="" 17:10:35 ---> Running in 810adffd0968 17:10:35 Removing intermediate container 810adffd0968 17:10:35 ---> 695cc75c482f 17:10:35 Step 6/29 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:10:35 ---> Running in 52ae81c53d7d 17:10:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 17:10:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 17:10:38 OK: 263 MiB in 53 packages 17:10:38 Removing intermediate container 52ae81c53d7d 17:10:38 ---> 4e6057798023 17:10:38 Step 7/29 : WORKDIR /app 17:10:38 ---> Running in 5255b08ac916 17:10:39 Removing intermediate container 5255b08ac916 17:10:39 ---> 91d1f3394ba1 17:10:39 Step 8/29 : COPY go.mod vendor* ./ 17:10:42 ---> a5cd4f46f7c6 17:10:42 Step 9/29 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:10:42 ---> Running in e0e213a7231d 17:10:42 Removing intermediate container e0e213a7231d 17:10:42 ---> 0ca4c2afa090 17:10:42 Step 10/29 : COPY . . 17:10:43 ---> f3184f286a6b 17:10:43 Step 11/29 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 17:10:43 ---> Running in 12b482d252d5 17:10:43 Removing intermediate container 12b482d252d5 17:10:43 ---> 95d8ea63e988 17:10:43 Step 12/29 : RUN $MAKE 17:10:43 ---> Running in e539dca6e947 17:10:44 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.41 -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 17:12:51 Removing intermediate container e539dca6e947 17:12:51 ---> 3a782e46a1a3 17:12:51 Step 13/29 : FROM alpine:3.17 17:12:51 3.17: Pulling from library/alpine 17:12:51 af6eaf76a39c: Already exists 17:12:51 Digest: sha256:ff6bdca1701f3a8a67e328815ff2346b0e4067d32ec36b7992c1fdc001dc8517 17:12:51 Status: Downloaded newer image for alpine:3.17 17:12:51 ---> d74e625d9115 17:12:51 Step 14/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 17:12:51 ---> Running in ef90efa1c301 17:12:51 Removing intermediate container ef90efa1c301 17:12:51 ---> 18e1cc323f10 17:12:51 Step 15/29 : LABEL Name=app-service-rfid-llrp-inventory Version=${VERSION} 17:12:51 ---> Running in a281cc77640f 17:12:51 Removing intermediate container a281cc77640f 17:12:51 ---> 9995bdc0b453 17:12:51 Step 16/29 : RUN apk --no-cache add ca-certificates dumb-init 17:12:51 ---> Running in 146b0bc893fc 17:12:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 17:12:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 17:12:51 (1/2) Installing ca-certificates (20220614-r4) 17:12:51 (2/2) Installing dumb-init (1.2.5-r2) 17:12:51 Executing busybox-1.35.0-r29.trigger 17:12:51 Executing ca-certificates-20220614-r4.trigger 17:12:51 OK: 8 MiB in 17 packages 17:12:51 Removing intermediate container 146b0bc893fc 17:12:51 ---> 77322352a684 17:12:51 Step 17/29 : COPY --from=builder /app/Attribution.txt /Attribution.txt 17:12:51 ---> 345ff0461788 17:12:51 Step 18/29 : COPY --from=builder /app/LICENSE /LICENSE 17:12:52 ---> f4f935744e98 17:12:52 Step 19/29 : COPY --from=builder /app/res/ /res/ 17:12:54 ---> ca2ac0fd202b 17:12:54 Step 20/29 : COPY --from=builder /app/static/ /static/ 17:12:55 ---> c88beb013a35 17:12:55 Step 21/29 : COPY --from=builder /app/app-rfid-llrp-inventory /app-rfid-llrp-inventory 17:12:56 ---> 22340ab8ebd0 17:12:56 Step 22/29 : RUN mkdir -p /cache && chown -R 2002:2002 /cache 17:12:56 ---> Running in a9f63882d9b8 17:12:58 Removing intermediate container a9f63882d9b8 17:12:58 ---> d5e58f0adeb8 17:12:58 Step 23/29 : VOLUME /cache 17:12:58 ---> Running in 14a0af786d16 17:12:58 Removing intermediate container 14a0af786d16 17:12:58 ---> a53060c22686 17:12:58 Step 24/29 : EXPOSE 59711 17:12:58 ---> Running in a318ccf5a8e2 17:12:58 Removing intermediate container a318ccf5a8e2 17:12:58 ---> 43de51a8a54d 17:12:58 Step 25/29 : ENTRYPOINT ["/app-rfid-llrp-inventory"] 17:12:59 ---> Running in d9fcd75892a1 17:12:59 Removing intermediate container d9fcd75892a1 17:12:59 ---> c64247dfa4b9 17:12:59 Step 26/29 : CMD ["-cp=consul.http://edgex-core-consul:8500", "-registry"] 17:12:59 ---> Running in ef52e3e64f71 17:12:59 Removing intermediate container ef52e3e64f71 17:12:59 ---> eab6dad59ca0 17:12:59 Step 27/29 : LABEL arch=arm64 17:12:59 ---> Running in a8678b01ac09 17:13:00 Removing intermediate container a8678b01ac09 17:13:00 ---> 46f176dc54f8 17:13:00 Step 28/29 : LABEL git_sha=7686bc774fb40174b3cad436c0db71a2f5a267b7 17:13:00 ---> Running in f9266d10d7f5 17:13:00 Removing intermediate container f9266d10d7f5 17:13:00 ---> 97dfb949588e 17:13:00 Step 29/29 : LABEL version=0.0.0 17:13:00 ---> Running in 6544b289c484 17:13:00 Removing intermediate container 6544b289c484 17:13:00 ---> db3fabc4b3ea 17:13:00 [Warning] One or more build-args [ARCH] were not consumed 17:13:00 Successfully built db3fabc4b3ea 17:13:00 Successfully tagged app-rfid-llrp-inventory-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:13:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:13:01 17:13:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:13:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:13:02 arm64: Pulling from edgex-lftools-log-publisher 17:13:02 8998bd30e6a1: Pulling fs layer 17:13:02 04944245beec: Pulling fs layer 17:13:02 699f458cf7ca: Pulling fs layer 17:13:02 765212b225bb: Pulling fs layer 17:13:02 f23df028b6ca: Pulling fs layer 17:13:02 d65c8cfc05b1: Pulling fs layer 17:13:02 2437ff75d9bd: Pulling fs layer 17:13:02 f23df028b6ca: Waiting 17:13:02 d65c8cfc05b1: Waiting 17:13:02 765212b225bb: Waiting 17:13:02 04944245beec: Verifying Checksum 17:13:02 04944245beec: Download complete 17:13:02 765212b225bb: Verifying Checksum 17:13:02 765212b225bb: Download complete 17:13:02 f23df028b6ca: Download complete 17:13:02 d65c8cfc05b1: Verifying Checksum 17:13:02 d65c8cfc05b1: Download complete 17:13:02 699f458cf7ca: Verifying Checksum 17:13:02 699f458cf7ca: Download complete 17:13:02 8998bd30e6a1: Verifying Checksum 17:13:02 8998bd30e6a1: Download complete 17:13:05 2437ff75d9bd: Verifying Checksum 17:13:05 2437ff75d9bd: Download complete 17:13:07 8998bd30e6a1: Pull complete 17:13:07 04944245beec: Pull complete 17:13:09 699f458cf7ca: Pull complete 17:13:09 765212b225bb: Pull complete 17:13:10 f23df028b6ca: Pull complete 17:13:10 d65c8cfc05b1: Pull complete 17:13:25 2437ff75d9bd: Pull complete 17:13:25 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 17:13:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:13:25 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:13:25 prd-ubuntu20.04-docker-arm64-4c-16g-2485 does not seem to be running inside a container 17:13:25 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 17:13:28 $ docker top 2f6063331642295f38cfb865be81e4824f94c7d620a28232240c2975021f90e5 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:13:29 ---> job-cost.sh 17:13:29 lf-activate-venv: SKIPPING 17:13:29 INFO: No Stack... 17:13:29 INFO: Retrieving Pricing Info for: v3-standard-4 17:13:30 INFO: Archiving Costs [Pipeline] sh 17:13:31 + cat /w/workspace/app-rfid-llrp-inventory/1/archives/cost.csv 17:13:31 + cut -d, -f6 [Pipeline] lock 17:13:31 Trying to acquire lock on [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-162-1-stack-cost] 17:13:31 Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-162-1-stack-cost] did not exist. Created. 17:13:31 Lock acquired on [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-162-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:13:31 /w/workspace/app-rfid-llrp-inventory/1@tmp/durable-f36c5b29/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 17:13:32 + echo total: 0.10999999940395355 [Pipeline] stash 17:13:32 Warning: overwriting stash ‘stack-cost’ 17:13:32 Stashed 1 file(s) [Pipeline] } 17:13:32 Lock released on resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-162-1-stack-cost] [Pipeline] // lock [Pipeline] } 17:13:32 $ docker stop --time=1 2f6063331642295f38cfb865be81e4824f94c7d620a28232240c2975021f90e5 17:13:33 $ docker rm -f --volumes 2f6063331642295f38cfb865be81e4824f94c7d620a28232240c2975021f90e5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 17:13:34 provisioning config files... 17:13:34 copy managed file [app-rfid-llrp-inventory-codecov-token] to file:/w/workspace/y_app-rfid-llrp-inventory_PR-162@tmp/config7973014774183812511tmp [Pipeline] { [Pipeline] sh 17:13:35 + set +x 17:13:35 + curl -s https://codecov.io/bash 17:13:35 + bash -s -- 17:13:35 17:13:35 _____ _ 17:13:35 / ____| | | 17:13:35 | | ___ __| | ___ ___ _____ __ 17:13:35 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:13:35 | |___| (_) | (_| | __/ (_| (_) \ V / 17:13:35 \_____\___/ \__,_|\___|\___\___/ \_/ 17:13:35 Bash-1.0.6 17:13:35 17:13:35 17:13:35 ==> git version 2.25.1 found 17:13:35 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 17:13:35 Release-Date: 2020-01-08 17:13:35 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 17:13:35 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 17:13:35 ==> Jenkins CI detected. 17:13:35 current dir:  /w/workspace/y_app-rfid-llrp-inventory_PR-162 17:13:35 project root: . 17:13:35 --> token set from env 17:13:35 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:13:35 ==> Running gcov in . (disable via -X gcov) 17:13:35 ==> Python coveragepy not found 17:13:35 ==> Searching for coverage reports in: 17:13:35 + . 17:13:35 -> Found 1 reports 17:13:35 ==> Detecting git/mercurial file structure 17:13:35 ==> Reading reports 17:13:35 + ./coverage.out bytes=41317 17:13:35 ==> Appending adjustments 17:13:35 https://docs.codecov.io/docs/fixing-reports 17:13:35 + Found adjustments 17:13:35 ==> Gzipping contents 17:13:35 12K /tmp/codecov.a8OPXi.gz 17:13:35 ==> Uploading reports 17:13:35 url: https://codecov.io 17:13:35 query: branch=PR-162&commit=7686bc774fb40174b3cad436c0db71a2f5a267b7&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-rfid-llrp-inventory%2Fjob%2FPR-162%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-rfid-llrp-inventory&service=jenkins&flags=&pr=162&job=&cmd_args= 17:13:35 -> Pinging Codecov 17:13:35 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=0703e47f-c946-4a15-b96a-5e99ca1c8fb5&branch=PR-162&commit=7686bc774fb40174b3cad436c0db71a2f5a267b7&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-rfid-llrp-inventory%2Fjob%2FPR-162%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-rfid-llrp-inventory&service=jenkins&flags=&pr=162&job=&cmd_args= 17:13:35 -> Uploading to 17:13:35 https://storage.googleapis.com/codecov/v4/raw/2023-03-16/581DD39554BDF9B6E22D074273EAD858/7686bc774fb40174b3cad436c0db71a2f5a267b7/b5b06e2b-14bc-4954-bb53-dd376c465d06.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230316%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230316T171335Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=9cae1192154df6f9dce8393c671b8a89df4f70299351850ff7cc11fe3ab35822 17:13:35 % Total % Received % Xferd Average Speed Time Time Time Current 17:13:35 Dload Upload Total Spent Left Speed 17:13:36 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11805 0 0 100 11805 0 44885 --:--:-- --:--:-- --:--:-- 44885 17:13:36 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rfid-llrp-go/commit/7686bc774fb40174b3cad436c0db71a2f5a267b7 [Pipeline] } 17:13:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 17:13:37 + [ -d /w/workspace/y_app-rfid-llrp-inventory_PR-162/archives ] 17:13:37 + ls -al /w/workspace/y_app-rfid-llrp-inventory_PR-162/archives 17:13:37 total 16 17:13:37 drwxr-xr-x 3 root root 4096 Mar 16 17:02 . 17:13:37 drwxrwxr-x 12 jenkins jenkins 4096 Mar 16 17:02 .. 17:13:37 drwxr-xr-x 2 root root 4096 Mar 16 17:02 cost 17:13:37 -rw-r--r-- 1 root root 95 Mar 16 17:02 cost.csv 17:13:37 + sudo chown -R jenkins:jenkins /w/workspace/y_app-rfid-llrp-inventory_PR-162/archives 17:13:37 + ls -al /w/workspace/y_app-rfid-llrp-inventory_PR-162/archives 17:13:37 total 16 17:13:37 drwxr-xr-x 3 jenkins jenkins 4096 Mar 16 17:02 . 17:13:37 drwxrwxr-x 12 jenkins jenkins 4096 Mar 16 17:02 .. 17:13:37 drwxr-xr-x 2 jenkins jenkins 4096 Mar 16 17:02 cost 17:13:37 -rw-r--r-- 1 jenkins jenkins 95 Mar 16 17:02 cost.csv [Pipeline] libraryResource [Pipeline] sh 17:13:38 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:13:39 ---> package-listing.sh 17:13:39 ++ facter osfamily 17:13:39 ++ tr '[:upper:]' '[:lower:]' 17:13:39 + OS_FAMILY=debian 17:13:39 + workspace=/w/workspace/y_app-rfid-llrp-inventory_PR-162 17:13:39 + START_PACKAGES=/tmp/packages_start.txt 17:13:39 + END_PACKAGES=/tmp/packages_end.txt 17:13:39 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:13:39 + PACKAGES=/tmp/packages_start.txt 17:13:39 + '[' /w/workspace/y_app-rfid-llrp-inventory_PR-162 ']' 17:13:39 + PACKAGES=/tmp/packages_end.txt 17:13:39 + case "${OS_FAMILY}" in 17:13:39 + dpkg -l 17:13:39 + grep '^ii' 17:13:39 + '[' -f /tmp/packages_start.txt ']' 17:13:39 + '[' -f /tmp/packages_end.txt ']' 17:13:39 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:13:39 + '[' /w/workspace/y_app-rfid-llrp-inventory_PR-162 ']' 17:13:39 + mkdir -p /w/workspace/y_app-rfid-llrp-inventory_PR-162/archives/ 17:13:39 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/y_app-rfid-llrp-inventory_PR-162/archives/ [Pipeline] echo 17:13:39 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-162/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 17:13:39 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:13:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:13:40 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:13:40 prd-ubuntu20.04-docker-8c-8g-2484 does not seem to be running inside a container 17:13:40 $ 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-162/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-162 -v /w/workspace/y_app-rfid-llrp-inventory_PR-162:/w/workspace/y_app-rfid-llrp-inventory_PR-162:rw,z -v /w/workspace/y_app-rfid-llrp-inventory_PR-162@tmp:/w/workspace/y_app-rfid-llrp-inventory_PR-162@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 17:13:40 $ docker top 1d6d2beeee7795237e1456bba6d21fb1126d7626eedce964cc1b04c13abf59e5 -eo pid,comm [Pipeline] { [Pipeline] sh 17:13:41 + touch /tmp/pre-build-complete [Pipeline] sh 17:13:41 + mkdir -p /var/log/sysstat [Pipeline] sh 17:13:41 + ls /var/log/sa-host 17:13:41 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:13:41 provisioning config files... 17:13:41 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/y_app-rfid-llrp-inventory_PR-162@tmp/config2521972918111863026tmp [Pipeline] { [Pipeline] echo 17:13:42 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:13:42 ---> create-netrc.sh [Pipeline] } 17:13:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 17:13:42 ---> python-tools-install.sh [Pipeline] echo 17:13:42 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:13:43 ---> sudo-logs.sh 17:13:43 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 17:13:43 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:13:43 ---> job-cost.sh 17:13:43 lf-activate-venv: SKIPPING 17:13:43 DEBUG: total: 0.2199999988079071 17:13:43 INFO: Retrieving Stack Cost... 17:13:43 INFO: Retrieving Pricing Info for: v3-standard-8 17:13:44 INFO: Archiving Costs [Pipeline] echo 17:13:44 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:13:44 ---> logs-deploy.sh 17:13:44 lf-activate-venv: SKIPPING 17:13:44 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-rfid-llrp-inventory/PR-162/1 17:13:44 INFO: archiving workspace using pattern(s): 17:13:45 Archives upload complete. 17:13:45 INFO: archiving logs to Nexus