Pull request #141 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 491e75cc94cb02527e0112e3520d40c836586648+494ae06946c85c67f213c8c16471dc3d31088bf8 (91170907a7c33f701e25d6d2110a2638ee5e8d79) 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-ssh9179933218208891035.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh16132700336274402963.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/app-rfid-llrp-inventory/branches/PR-141/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-141/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh11419680391082539385.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-141/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh12974635665886292432.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh8584600980712140417.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-141/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-141/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh15849772712358416311.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-rfid-llrp-inventory, buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-rfid-llrp-inventory-settings PROJECT: app-rfid-llrp-inventory USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-rfid-llrp-inventory DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-4667 in /w/workspace/y_app-rfid-llrp-inventory_PR-141 [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-141 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 494ae06946c85c67f213c8c16471dc3d31088bf8 into PR head commit 491e75cc94cb02527e0112e3520d40c836586648 Merge succeeded, producing 491e75cc94cb02527e0112e3520d40c836586648 Checking out Revision 491e75cc94cb02527e0112e3520d40c836586648 (PR-141) > 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/141/head:refs/remotes/origin/PR-141 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 491e75cc94cb02527e0112e3520d40c836586648 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 494ae06946c85c67f213c8c16471dc3d31088bf8 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 491e75cc94cb02527e0112e3520d40c836586648 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 13:05:50 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 13:05:51 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 13:05:51 ========================================================= 13:05:51 EdgeX Global Pipelines Version Info 13:05:51 ========================================================= [Pipeline] libraryResource [Pipeline] sh 13:05:52 ------------------- 13:05:52 stable info: 13:05:52 ------------------- 13:05:52 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 13:05:52 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 13:05:52 Message: update stable to v1.0.244 13:05:52 ------------------- 13:05:52 experimental info: 13:05:52 ------------------- 13:05:52 Commited By: **** collab-it+edgex@linuxfoundation.org 13:05:52 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 13:05:52 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 13:05:52 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-rfid-llrp-inventory-settings [Pipeline] echo 13:05:52 [edgeXSetupEnvironment]: set envvar PROJECT = app-rfid-llrp-inventory [Pipeline] echo 13:05:52 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 13:05:52 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 13:05:52 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 13:05:53 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 13:05:53 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 13:05:53 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 13:05:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 13:05:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 13:05:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 13:05:53 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-rfid-llrp-inventory [Pipeline] echo 13:05:53 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 13:05:53 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 13:05:53 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 13:05:53 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 13:05:53 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 13:05:53 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 13:05:53 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 13:05:53 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 13:05:53 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 13:05:53 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 13:05:53 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 13:05:53 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 13:05:53 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 13:05:53 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 13:05:53 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 13:05:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-141 [Pipeline] echo 13:05:53 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-141 [Pipeline] echo 13:05:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-141 [Pipeline] echo 13:05:54 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 491e75cc94cb02527e0112e3520d40c836586648 [Pipeline] echo 13:05:54 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 491e75c [Pipeline] echo 13:05:54 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:05:54 provisioning config files... 13:05:54 copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/y_app-rfid-llrp-inventory_PR-141@tmp/config334608508285290502tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:05:54 ---> docker-login.sh 13:05:54 nexus3.edgexfoundry.org:10001 13:05:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:05:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:05:54 Configure a credential helper to remove this warning. See 13:05:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:05:54 13:05:54 Login Succeeded 13:05:54 nexus3.edgexfoundry.org:10002 13:05:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:05:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:05:54 Configure a credential helper to remove this warning. See 13:05:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:05:54 13:05:54 Login Succeeded 13:05:54 nexus3.edgexfoundry.org:10003 13:05:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:05:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:05:55 Configure a credential helper to remove this warning. See 13:05:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:05:55 13:05:55 Login Succeeded 13:05:55 nexus3.edgexfoundry.org:10004 13:05:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:05:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:05:55 Configure a credential helper to remove this warning. See 13:05:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:05:55 13:05:55 Login Succeeded 13:05:55 docker.io 13:05:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:05:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:05:55 Configure a credential helper to remove this warning. See 13:05:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:05:55 13:05:55 Login Succeeded 13:05:55 ---> docker-login.sh ends [Pipeline] } 13:05:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 13:05:56 + git rev-list -1 --merges 491e75cc94cb02527e0112e3520d40c836586648~1..491e75cc94cb02527e0112e3520d40c836586648 [Pipeline] echo 13:05:56 -----------> git rev-list -1 --merges 491e75cc94cb02527e0112e3520d40c836586648~1..491e75cc94cb02527e0112e3520d40c836586648 491e75cc94cb02527e0112e3520d40c836586648 [false] [Pipeline] sh 13:05:56 + git log --format=format:%s -1 491e75cc94cb02527e0112e3520d40c836586648 [Pipeline] echo 13:05:56 ========================================================= 13:05:56 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 13:05:56 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 13:05:56 + git log --format=format:%s -1 491e75cc94cb02527e0112e3520d40c836586648 [Pipeline] echo 13:05:56 [semverPrep] GIT_COMMIT: 491e75cc94cb02527e0112e3520d40c836586648, Commit Message: build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v3 [Pipeline] echo 13:05:56 [semverPrep] This is not a build commit. [Pipeline] sh 13:05:57 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 13:05:57 + grep -v github /etc/ssh/ssh_known_hosts 13:05:57 + [ -e /tmp/ssh_known_hosts ] 13:05:57 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 13:05:57 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 13:05:57 + sudo tee -a /etc/ssh/ssh_known_hosts 13:05:57 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:05:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 13:05:57 13:05:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:05:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 13:05:58 0.1.4: Pulling from edgex-devops/py-git-semver 13:05:58 b85a868b505f: Pulling fs layer 13:05:58 e2be974225ed: Pulling fs layer 13:05:58 339a4e72a1f5: Pulling fs layer 13:05:58 988bab9f4d93: Pulling fs layer 13:05:58 1469e6f7b9e6: Pulling fs layer 13:05:58 eaf3925da568: Pulling fs layer 13:05:58 bab4dde63d76: Pulling fs layer 13:05:58 bde34c3a00c8: Pulling fs layer 13:05:58 b352a97aabf1: Pulling fs layer 13:05:58 4872d77fe225: Pulling fs layer 13:05:58 5851b861e8e6: Pulling fs layer 13:05:58 bab4dde63d76: Waiting 13:05:58 1469e6f7b9e6: Waiting 13:05:58 988bab9f4d93: Waiting 13:05:58 bde34c3a00c8: Waiting 13:05:58 eaf3925da568: Waiting 13:05:58 4872d77fe225: Waiting 13:05:58 5851b861e8e6: Waiting 13:05:58 b352a97aabf1: Waiting 13:05:58 e2be974225ed: Download complete 13:05:58 988bab9f4d93: Verifying Checksum 13:05:58 988bab9f4d93: Download complete 13:05:58 1469e6f7b9e6: Verifying Checksum 13:05:58 1469e6f7b9e6: Download complete 13:05:58 eaf3925da568: Verifying Checksum 13:05:58 eaf3925da568: Download complete 13:05:58 339a4e72a1f5: Verifying Checksum 13:05:58 339a4e72a1f5: Download complete 13:05:58 bde34c3a00c8: Download complete 13:05:58 b352a97aabf1: Verifying Checksum 13:05:58 b352a97aabf1: Download complete 13:05:58 4872d77fe225: Verifying Checksum 13:05:58 4872d77fe225: Download complete 13:05:58 5851b861e8e6: Verifying Checksum 13:05:58 5851b861e8e6: Download complete 13:05:58 b85a868b505f: Verifying Checksum 13:05:58 b85a868b505f: Download complete 13:05:58 bab4dde63d76: Verifying Checksum 13:05:58 bab4dde63d76: Download complete 13:05:59 b85a868b505f: Pull complete 13:05:59 e2be974225ed: Pull complete 13:06:00 339a4e72a1f5: Pull complete 13:06:00 988bab9f4d93: Pull complete 13:06:00 1469e6f7b9e6: Pull complete 13:06:00 eaf3925da568: Pull complete 13:06:02 bab4dde63d76: Pull complete 13:06:02 bde34c3a00c8: Pull complete 13:06:02 b352a97aabf1: Pull complete 13:06:02 4872d77fe225: Pull complete 13:06:02 5851b861e8e6: Pull complete 13:06:02 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 13:06:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 13:06:02 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:06:02 prd-ubuntu20.04-docker-8c-8g-4667 does not seem to be running inside a container 13:06:02 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/y_app-rfid-llrp-inventory_PR-141 -v /w/workspace/y_app-rfid-llrp-inventory_PR-141:/w/workspace/y_app-rfid-llrp-inventory_PR-141:rw,z -v /w/workspace/y_app-rfid-llrp-inventory_PR-141@tmp:/w/workspace/y_app-rfid-llrp-inventory_PR-141@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 13:06:05 $ docker top 88a8a8aaf72f11d09b0c37009bed65deb3a7c68eeb861b5fdcf64b2ffa4569ef -eo pid,comm 13:06:05 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). 13:06:05 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:06:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:06:05 [ssh-agent] Looking for ssh-agent implementation... 13:06:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:06:05 $ docker exec 88a8a8aaf72f11d09b0c37009bed65deb3a7c68eeb861b5fdcf64b2ffa4569ef ssh-agent 13:06:05 SSH_AUTH_SOCK=/tmp/ssh-4XRFaP5iFFYe/agent.31 13:06:05 SSH_AGENT_PID=37 13:06:05 Running ssh-add (command line suppressed) 13:06:05 Identity added: /w/workspace/y_app-rfid-llrp-inventory_PR-141@tmp/private_key_6661662872678771207.key (/w/workspace/y_app-rfid-llrp-inventory_PR-141@tmp/private_key_6661662872678771207.key) 13:06:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:06:06 + git tag --points-at HEAD [Pipeline] } 13:06:06 $ docker exec --env ******** --env ******** 88a8a8aaf72f11d09b0c37009bed65deb3a7c68eeb861b5fdcf64b2ffa4569ef ssh-agent -k 13:06:06 unset SSH_AUTH_SOCK; 13:06:06 unset SSH_AGENT_PID; 13:06:06 echo Agent pid 37 killed; 13:06:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 13:06:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:06:06 [ssh-agent] Looking for ssh-agent implementation... 13:06:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:06:06 $ docker exec 88a8a8aaf72f11d09b0c37009bed65deb3a7c68eeb861b5fdcf64b2ffa4569ef ssh-agent 13:06:06 SSH_AUTH_SOCK=/tmp/ssh-cwKIMJGPy2s2/agent.71 13:06:06 SSH_AGENT_PID=77 13:06:06 Running ssh-add (command line suppressed) 13:06:06 Identity added: /w/workspace/y_app-rfid-llrp-inventory_PR-141@tmp/private_key_16049558826259220981.key (/w/workspace/y_app-rfid-llrp-inventory_PR-141@tmp/private_key_16049558826259220981.key) 13:06:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:06:06 + git semver init 13:06:07 2023-02-06 13:06:07,073 [run_init] DEBUG init version:0.0.0 force:False 13:06:07 2023-02-06 13:06:07,074 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/y_app-rfid-llrp-inventory_PR-141/.semver 13:06:07 2023-02-06 13:06:07,075 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-rfid-llrp-inventory.git /w/workspace/y_app-rfid-llrp-inventory_PR-141/.semver 13:06:07 2023-02-06 13:06:07,075 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-rfid-llrp-inventory.git', '/w/workspace/y_app-rfid-llrp-inventory_PR-141/.semver'], cwd=/w/workspace/y_app-rfid-llrp-inventory_PR-141, universal_newlines=False, shell=None, istream=None) 13:06:08 2023-02-06 13:06:08,466 [append_file] DEBUG append to file:/w/workspace/y_app-rfid-llrp-inventory_PR-141/.git/info/exclude 13:06:08 2023-02-06 13:06:08,467 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/y_app-rfid-llrp-inventory_PR-141/.semver/PR-141 with force:False 13:06:08 2023-02-06 13:06:08,467 [write_file] DEBUG write to file:/w/workspace/y_app-rfid-llrp-inventory_PR-141/.semver/PR-141 13:06:08 2023-02-06 13:06:08,471 [execute] INFO git cat-file --batch-check 13:06:08 2023-02-06 13:06:08,471 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/y_app-rfid-llrp-inventory_PR-141/.semver, universal_newlines=False, shell=None, istream=) 13:06:08 2023-02-06 13:06:08,476 [execute] INFO git cat-file --batch 13:06:08 2023-02-06 13:06:08,476 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/y_app-rfid-llrp-inventory_PR-141/.semver, universal_newlines=False, shell=None, istream=) 13:06:08 2023-02-06 13:06:08,481 [read_version] DEBUG read version from /w/workspace/y_app-rfid-llrp-inventory_PR-141/.semver/PR-141 13:06:08 0.0.0 [Pipeline] } 13:06:08 $ docker exec --env ******** --env ******** 88a8a8aaf72f11d09b0c37009bed65deb3a7c68eeb861b5fdcf64b2ffa4569ef ssh-agent -k 13:06:08 unset SSH_AUTH_SOCK; 13:06:08 unset SSH_AGENT_PID; 13:06:08 echo Agent pid 77 killed; 13:06:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:06:09 + git semver [Pipeline] } 13:06:09 $ docker stop --time=1 88a8a8aaf72f11d09b0c37009bed65deb3a7c68eeb861b5fdcf64b2ffa4569ef 13:06:10 $ docker rm -f --volumes 88a8a8aaf72f11d09b0c37009bed65deb3a7c68eeb861b5fdcf64b2ffa4569ef [Pipeline] // withDockerContainer [Pipeline] sh 13:06:11 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 13:06:11 Stashed 1 file(s) [Pipeline] echo 13:06:11 [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 13:06:11 provisioning config files... 13:06:11 copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/y_app-rfid-llrp-inventory_PR-141@tmp/config16495086560170794623tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:06:12 ---> docker-login.sh 13:06:12 nexus3.edgexfoundry.org:10001 13:06:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:06:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:06:12 Configure a credential helper to remove this warning. See 13:06:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:06:12 13:06:12 Login Succeeded 13:06:12 nexus3.edgexfoundry.org:10002 13:06:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:06:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:06:12 Configure a credential helper to remove this warning. See 13:06:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:06:12 13:06:12 Login Succeeded 13:06:12 nexus3.edgexfoundry.org:10003 13:06:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:06:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:06:12 Configure a credential helper to remove this warning. See 13:06:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:06:12 13:06:12 Login Succeeded 13:06:12 nexus3.edgexfoundry.org:10004 13:06:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:06:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:06:12 Configure a credential helper to remove this warning. See 13:06:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:06:12 13:06:12 Login Succeeded 13:06:12 docker.io 13:06:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:06:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:06:12 Configure a credential helper to remove this warning. See 13:06:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:06:12 13:06:12 Login Succeeded 13:06:12 ---> docker-login.sh ends [Pipeline] } 13:06:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 13:06:13 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 13:06:13 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 13:06:13 ========================================================= 13:06:13 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 13:06:13 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:06:13 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . 13:06:13 Sending build context to Docker daemon 12.57MB 13:06:13 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 13:06:13 Step 2/12 : FROM ${BASE} AS builder 13:06:13 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 13:06:13 213ec9aee27d: Pulling fs layer 13:06:13 4583459ba037: Pulling fs layer 13:06:13 93c1e223e6f2: Pulling fs layer 13:06:13 53926ce57604: Pulling fs layer 13:06:13 21b2b0c7a3f4: Pulling fs layer 13:06:13 22ff95d597cd: Pulling fs layer 13:06:13 12d6caf4c0d1: Pulling fs layer 13:06:13 96b7cbca73a9: Pulling fs layer 13:06:13 a7acece74701: Pulling fs layer 13:06:13 53926ce57604: Waiting 13:06:13 12d6caf4c0d1: Waiting 13:06:13 21b2b0c7a3f4: Waiting 13:06:13 22ff95d597cd: Waiting 13:06:13 a7acece74701: Waiting 13:06:13 93c1e223e6f2: Verifying Checksum 13:06:13 93c1e223e6f2: Download complete 13:06:13 4583459ba037: Verifying Checksum 13:06:13 4583459ba037: Download complete 13:06:13 21b2b0c7a3f4: Verifying Checksum 13:06:13 21b2b0c7a3f4: Download complete 13:06:13 22ff95d597cd: Download complete 13:06:13 213ec9aee27d: Verifying Checksum 13:06:13 213ec9aee27d: Download complete 13:06:13 12d6caf4c0d1: Download complete 13:06:13 213ec9aee27d: Pull complete 13:06:14 4583459ba037: Pull complete 13:06:14 93c1e223e6f2: Pull complete 13:06:15 a7acece74701: Verifying Checksum 13:06:15 a7acece74701: Download complete 13:06:15 53926ce57604: Verifying Checksum 13:06:15 53926ce57604: Download complete 13:06:15 96b7cbca73a9: Verifying Checksum 13:06:15 96b7cbca73a9: Download complete 13:06:18 53926ce57604: Pull complete 13:06:18 21b2b0c7a3f4: Pull complete 13:06:18 22ff95d597cd: Pull complete 13:06:18 12d6caf4c0d1: Pull complete 13:06:20 96b7cbca73a9: Pull complete 13:06:21 a7acece74701: Pull complete 13:06:21 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 13:06:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 13:06:21 ---> db6d94c90886 13:06:21 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 13:06:25 ---> Running in 2e714f369aa0 13:06:25 Removing intermediate container 2e714f369aa0 13:06:25 ---> 21b907f099e1 13:06:25 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 13:06:26 ---> Running in 1ceabd0a4e31 13:06:26 Removing intermediate container 1ceabd0a4e31 13:06:26 ---> 3a0f0940edf6 13:06:26 Step 5/12 : ARG ADD_BUILD_TAGS="" 13:06:26 ---> Running in adab2be6f631 13:06:26 Still waiting to schedule task 13:06:26 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 13:06:26 Removing intermediate container adab2be6f631 13:06:26 ---> 962377e374f8 13:06:26 Step 6/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 13:06:26 ---> Running in 214f58dd795a 13:06:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 13:06:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 13:06:28 OK: 211 MiB in 51 packages 13:06:28 Removing intermediate container 214f58dd795a 13:06:28 ---> 4cd295510923 13:06:28 Step 7/12 : WORKDIR /app 13:06:28 ---> Running in 295c49d82391 13:06:29 Removing intermediate container 295c49d82391 13:06:29 ---> 09526a862d71 13:06:29 Step 8/12 : COPY go.mod vendor* ./ 13:06:29 ---> f97ac8da52cc 13:06:29 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:06:29 ---> Running in b6f2c699b302 13:07:01 Removing intermediate container b6f2c699b302 13:07:01 ---> 57984369452c 13:07:01 Step 10/12 : COPY . . 13:07:02 ---> 233bff05bc20 13:07:02 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 13:07:02 ---> Running in a99d93ea43d5 13:07:02 Removing intermediate container a99d93ea43d5 13:07:02 ---> 162d8df07a83 13:07:02 Step 12/12 : RUN $MAKE 13:07:02 ---> Running in e687c7984913 13:07:02 noop 13:07:02 Removing intermediate container e687c7984913 13:07:02 ---> 9bf2e8779711 13:07:02 Successfully built 9bf2e8779711 13:07:02 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:07:03 + docker inspect -f . ci-base-image-x86_64 13:07:03 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:07:03 prd-ubuntu20.04-docker-8c-8g-4667 does not seem to be running inside a container 13:07:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/y_app-rfid-llrp-inventory_PR-141 -v /w/workspace/y_app-rfid-llrp-inventory_PR-141:/w/workspace/y_app-rfid-llrp-inventory_PR-141:rw,z -v /w/workspace/y_app-rfid-llrp-inventory_PR-141@tmp:/w/workspace/y_app-rfid-llrp-inventory_PR-141@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 ******** ci-base-image-x86_64 cat 13:07:03 $ docker top 4c8d12457ccd612053158842bd25d3eb45843935546f69e517d167acbbc257aa -eo pid,comm [Pipeline] { [Pipeline] sh 13:07:04 + go version 13:07:04 go version go1.18.7 linux/amd64 [Pipeline] } 13:07:04 $ docker stop --time=1 4c8d12457ccd612053158842bd25d3eb45843935546f69e517d167acbbc257aa 13:07:05 $ docker rm -f --volumes 4c8d12457ccd612053158842bd25d3eb45843935546f69e517d167acbbc257aa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:07:06 + docker inspect -f . ci-base-image-x86_64 13:07:06 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:07:06 prd-ubuntu20.04-docker-8c-8g-4667 does not seem to be running inside a container 13:07:06 $ 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-141 -v /w/workspace/y_app-rfid-llrp-inventory_PR-141:/w/workspace/y_app-rfid-llrp-inventory_PR-141:rw,z -v /w/workspace/y_app-rfid-llrp-inventory_PR-141@tmp:/w/workspace/y_app-rfid-llrp-inventory_PR-141@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 ******** ci-base-image-x86_64 cat 13:07:06 $ docker top 7b74e77b23e73ef36e274e07a11e282e5ab2a29214657a2c6d83d534c246366b -eo pid,comm [Pipeline] { [Pipeline] sh 13:07:07 + git config --global --add safe.directory /w/workspace/y_app-rfid-llrp-inventory_PR-141 [Pipeline] fileExists [Pipeline] sh 13:07:07 + make test 13:07:07 go test -race ./... -coverprofile=coverage.out ./... 13:07:25 ? edgexfoundry/app-rfid-llrp-inventory [no test files] 13:07:25 ok edgexfoundry/app-rfid-llrp-inventory/internal/inventory 0.140s coverage: 86.2% of statements 13:07:25 ? edgexfoundry/app-rfid-llrp-inventory/internal/inventory/app [no test files] 13:07:27 ok edgexfoundry/app-rfid-llrp-inventory/internal/llrp 2.763s coverage: 71.9% of statements 13:07:42 level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." 13:07:42 go vet ./... 13:07:45 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 13:07:45 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 13:07:45 ./bin/test-attribution.sh 13:07:45 An attribution for golang.org/x/mod is missing from Attribution.txt, please add 13:07:45 An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo 13:07:45 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 13:07:45 $ docker stop --time=1 7b74e77b23e73ef36e274e07a11e282e5ab2a29214657a2c6d83d534c246366b 13:07:49 $ docker rm -f --volumes 7b74e77b23e73ef36e274e07a11e282e5ab2a29214657a2c6d83d534c246366b [Pipeline] // withDockerContainer [Pipeline] sh 13:07:49 + sudo chown -R jenkins:jenkins . [Pipeline] stash 13:07:49 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 13:07:50 + sudo chown -R jenkins:jenkins . [Pipeline] sh 13:07:50 + ls -al . 13:07:50 total 232 13:07:50 drwxrwxr-x 11 jenkins jenkins 4096 Feb 6 13:07 . 13:07:50 drwxrwxr-x 4 jenkins jenkins 4096 Feb 6 13:05 .. 13:07:50 -rw-rw-r-- 1 jenkins jenkins 262 Feb 6 13:05 .dockerignore 13:07:50 drwxrwxr-x 8 jenkins jenkins 4096 Feb 6 13:07 .git 13:07:50 drwxrwxr-x 3 jenkins jenkins 4096 Feb 6 13:05 .github 13:07:50 -rw-rw-r-- 1 jenkins jenkins 788 Feb 6 13:05 .gitignore 13:07:50 -rw-rw-r-- 1 jenkins jenkins 41 Feb 6 13:05 .golangci.yml 13:07:50 drwxr-xr-x 3 jenkins jenkins 4096 Feb 6 13:06 .semver 13:07:50 -rw-rw-r-- 1 jenkins jenkins 9818 Feb 6 13:05 Attribution.txt 13:07:50 -rw-rw-r-- 1 jenkins jenkins 4331 Feb 6 13:05 CHANGELOG.md 13:07:50 -rw-rw-r-- 1 jenkins jenkins 1659 Feb 6 13:05 Dockerfile 13:07:50 -rw-rw-r-- 1 jenkins jenkins 677 Feb 6 13:05 GOVERNANCE.md 13:07:50 -rw-rw-r-- 1 jenkins jenkins 687 Feb 6 13:05 Jenkinsfile 13:07:50 -rw-rw-r-- 1 jenkins jenkins 11347 Feb 6 13:05 LICENSE 13:07:50 -rw-rw-r-- 1 jenkins jenkins 2462 Feb 6 13:05 Makefile 13:07:50 -rw-rw-r-- 1 jenkins jenkins 617 Feb 6 13:05 OWNERS.md 13:07:50 -rw-rw-r-- 1 jenkins jenkins 31023 Feb 6 13:05 README.md 13:07:50 -rw-rw-r-- 1 jenkins jenkins 5 Feb 6 13:06 VERSION 13:07:50 drwxrwxr-x 2 jenkins jenkins 4096 Feb 6 13:05 bin 13:07:50 -rw-r--r-- 1 jenkins jenkins 41317 Feb 6 13:07 coverage.out 13:07:50 -rw-rw-r-- 1 jenkins jenkins 3564 Feb 6 13:05 go.mod 13:07:50 -rw-rw-r-- 1 jenkins jenkins 34844 Feb 6 13:05 go.sum 13:07:50 drwxrwxr-x 2 jenkins jenkins 4096 Feb 6 13:05 images 13:07:50 drwxrwxr-x 4 jenkins jenkins 4096 Feb 6 13:05 internal 13:07:50 -rw-rw-r-- 1 jenkins jenkins 531 Feb 6 13:05 main.go 13:07:50 drwxrwxr-x 2 jenkins jenkins 4096 Feb 6 13:05 res 13:07:50 drwxrwxr-x 4 jenkins jenkins 4096 Feb 6 13:05 snap 13:07:50 drwxrwxr-x 3 jenkins jenkins 4096 Feb 6 13:05 static [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:07:51 + 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=491e75cc94cb02527e0112e3520d40c836586648 --label arch=amd64 --label version=0.0.0 . 13:07:51 Sending build context to Docker daemon 12.57MB 13:07:51 Step 1/29 : ARG BASE=golang:1.18-alpine3.16 13:07:51 Step 2/29 : FROM ${BASE} AS builder 13:07:51 ---> 9bf2e8779711 13:07:51 Step 3/29 : ARG ALPINE_PKG_BASE="make git" 13:07:51 ---> Running in 7d59a0df85ee 13:07:51 Removing intermediate container 7d59a0df85ee 13:07:51 ---> ffe5e5648bcd 13:07:51 Step 4/29 : ARG ALPINE_PKG_EXTRA="" 13:07:51 ---> Running in 65ed7fea40a3 13:07:51 Removing intermediate container 65ed7fea40a3 13:07:51 ---> 594aee5560a3 13:07:51 Step 5/29 : ARG ADD_BUILD_TAGS="" 13:07:51 ---> Running in 6f0108c185b3 13:07:51 Removing intermediate container 6f0108c185b3 13:07:51 ---> 25da0094ba29 13:07:51 Step 6/29 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 13:07:51 ---> Running in bb38d898a600 13:07:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 13:07:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 13:07:52 OK: 211 MiB in 51 packages 13:07:52 Removing intermediate container bb38d898a600 13:07:52 ---> b9fc75224fcd 13:07:52 Step 7/29 : WORKDIR /app 13:07:52 ---> Running in c4f819101e02 13:07:52 Removing intermediate container c4f819101e02 13:07:52 ---> 775b288ec1f5 13:07:52 Step 8/29 : COPY go.mod vendor* ./ 13:07:52 ---> f26604f00399 13:07:52 Step 9/29 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:07:52 ---> Running in 45c486defacd 13:07:53 Removing intermediate container 45c486defacd 13:07:53 ---> 4eb2c86f25a7 13:07:53 Step 10/29 : COPY . . 13:07:53 ---> 277b54a8af4e 13:07:53 Step 11/29 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 13:07:53 ---> Running in cc2afa4a968f 13:07:54 Removing intermediate container cc2afa4a968f 13:07:54 ---> c19c4aae4b92 13:07:54 Step 12/29 : RUN $MAKE 13:07:54 ---> Running in 030ea2cdf43b 13:07:54 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.23 -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 13:08:16 Removing intermediate container 030ea2cdf43b 13:08:16 ---> ac5832371db3 13:08:16 Step 13/29 : FROM alpine:3.14 13:08:16 3.14: Pulling from library/alpine 13:08:16 c7ed990a2339: Pulling fs layer 13:08:16 c7ed990a2339: Download complete 13:08:16 c7ed990a2339: Pull complete 13:08:16 Digest: sha256:4c869a63e1b7c0722fed1e402a6466610327c3b83bdddb94bd94fb71da7f638a 13:08:16 Status: Downloaded newer image for alpine:3.14 13:08:16 ---> dd53f409bf0b 13:08:16 Step 14/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 13:08:16 ---> Running in 85b5fd21cfd6 13:08:16 Removing intermediate container 85b5fd21cfd6 13:08:16 ---> 3c87a207c883 13:08:16 Step 15/29 : LABEL Name=app-service-rfid-llrp-inventory Version=${VERSION} 13:08:16 ---> Running in 05dae30797fc 13:08:16 Removing intermediate container 05dae30797fc 13:08:16 ---> 18361f135f5d 13:08:16 Step 16/29 : RUN apk --no-cache add ca-certificates dumb-init 13:08:16 ---> Running in e4f2e7d20e9e 13:08:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 13:08:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 13:08:16 (1/2) Installing ca-certificates (20220614-r0) 13:08:16 (2/2) Installing dumb-init (1.2.5-r1) 13:08:16 Executing busybox-1.33.1-r8.trigger 13:08:16 Executing ca-certificates-20220614-r0.trigger 13:08:16 OK: 6 MiB in 16 packages 13:08:17 Removing intermediate container e4f2e7d20e9e 13:08:17 ---> 88e4c78899c2 13:08:17 Step 17/29 : COPY --from=builder /app/Attribution.txt /Attribution.txt 13:08:17 ---> a44ab45dd3ee 13:08:17 Step 18/29 : COPY --from=builder /app/LICENSE /LICENSE 13:08:17 ---> f35b8c33176a 13:08:17 Step 19/29 : COPY --from=builder /app/res/ /res/ 13:08:18 ---> 9f22cf26a6ff 13:08:18 Step 20/29 : COPY --from=builder /app/static/ /static/ 13:08:18 ---> 66da9eb9b930 13:08:18 Step 21/29 : COPY --from=builder /app/app-rfid-llrp-inventory /app-rfid-llrp-inventory 13:08:19 ---> 030b8b1b950d 13:08:19 Step 22/29 : RUN mkdir -p /cache && chown -R 2002:2002 /cache 13:08:19 ---> Running in 667e680a33fc 13:08:20 Removing intermediate container 667e680a33fc 13:08:20 ---> d9acdaa3572d 13:08:20 Step 23/29 : VOLUME /cache 13:08:20 ---> Running in 93461953934f 13:08:20 Removing intermediate container 93461953934f 13:08:20 ---> 0f2dc803a0d0 13:08:20 Step 24/29 : EXPOSE 59711 13:08:20 ---> Running in acd42e534f66 13:08:20 Removing intermediate container acd42e534f66 13:08:20 ---> 3f01dba6ed03 13:08:20 Step 25/29 : ENTRYPOINT ["/app-rfid-llrp-inventory"] 13:08:20 ---> Running in 1f4c24495049 13:08:20 Removing intermediate container 1f4c24495049 13:08:20 ---> 219b908bcdc3 13:08:20 Step 26/29 : CMD ["-cp=consul.http://edgex-core-consul:8500", "-registry"] 13:08:20 ---> Running in da380aa10b2c 13:08:20 Removing intermediate container da380aa10b2c 13:08:20 ---> 9e9f2a41753d 13:08:20 Step 27/29 : LABEL arch=amd64 13:08:20 ---> Running in 8667b37c287f 13:08:20 Removing intermediate container 8667b37c287f 13:08:20 ---> 6c6b4fe56f81 13:08:20 Step 28/29 : LABEL git_sha=491e75cc94cb02527e0112e3520d40c836586648 13:08:20 ---> Running in ad8f46e14d81 13:08:20 Removing intermediate container ad8f46e14d81 13:08:20 ---> 4fd6eeda956b 13:08:20 Step 29/29 : LABEL version=0.0.0 13:08:20 ---> Running in a1d92d4bf517 13:08:21 Removing intermediate container a1d92d4bf517 13:08:21 ---> c242ed411170 13:08:21 [Warning] One or more build-args [ARCH] were not consumed 13:08:21 Successfully built c242ed411170 13:08:21 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 13:08:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:08:21 13:08:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:08:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:08:22 latest: Pulling from edgex-lftools-log-publisher 13:08:22 5eb5b503b376: Pulling fs layer 13:08:22 5c69ac0246d0: Pulling fs layer 13:08:22 ec43610c2a17: Pulling fs layer 13:08:22 3a2ae6a8a46f: Pulling fs layer 13:08:22 33b1e0a273af: Pulling fs layer 13:08:22 3a2ae6a8a46f: Waiting 13:08:22 33b1e0a273af: Waiting 13:08:22 5d3b04190fa2: Pulling fs layer 13:08:22 2f39f015ded8: Pulling fs layer 13:08:22 5d3b04190fa2: Waiting 13:08:22 2f39f015ded8: Waiting 13:08:22 5c69ac0246d0: Download complete 13:08:22 3a2ae6a8a46f: Verifying Checksum 13:08:22 3a2ae6a8a46f: Download complete 13:08:22 33b1e0a273af: Verifying Checksum 13:08:22 33b1e0a273af: Download complete 13:08:22 5d3b04190fa2: Verifying Checksum 13:08:22 5d3b04190fa2: Download complete 13:08:22 ec43610c2a17: Verifying Checksum 13:08:22 ec43610c2a17: Download complete 13:08:22 5eb5b503b376: Verifying Checksum 13:08:22 5eb5b503b376: Download complete 13:08:23 2f39f015ded8: Download complete 13:08:23 5eb5b503b376: Pull complete 13:08:23 5c69ac0246d0: Pull complete 13:08:24 ec43610c2a17: Pull complete 13:08:24 3a2ae6a8a46f: Pull complete 13:08:24 33b1e0a273af: Pull complete 13:08:24 5d3b04190fa2: Pull complete 13:08:28 2f39f015ded8: Pull complete 13:08:28 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 13:08:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:08:28 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:08:29 prd-ubuntu20.04-docker-8c-8g-4667 does not seem to be running inside a container 13:08:29 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/y_app-rfid-llrp-inventory_PR-141 -v /w/workspace/y_app-rfid-llrp-inventory_PR-141:/w/workspace/y_app-rfid-llrp-inventory_PR-141:rw,z -v /w/workspace/y_app-rfid-llrp-inventory_PR-141@tmp:/w/workspace/y_app-rfid-llrp-inventory_PR-141@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 13:08:33 $ docker top dbcfbebdf235a96981478f136049eb63081b44d703a35b078b9cfb898d5bce14 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:08:33 ---> job-cost.sh 13:08:33 lf-activate-venv: SKIPPING 13:08:33 INFO: No Stack... 13:08:34 INFO: Retrieving Pricing Info for: v3-standard-8 13:08:34 INFO: Archiving Costs [Pipeline] sh 13:08:35 + cat /w/workspace/y_app-rfid-llrp-inventory_PR-141/archives/cost.csv 13:08:35 + cut -d, -f6 [Pipeline] lock 13:08:35 Trying to acquire lock on [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-141-1-stack-cost] 13:08:35 Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-141-1-stack-cost] did not exist. Created. 13:08:35 Lock acquired on [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-141-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 13:08:35 + echo total: 0.2199999988079071 [Pipeline] stash 13:08:35 Stashed 1 file(s) [Pipeline] } 13:08:35 Lock released on resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-141-1-stack-cost] [Pipeline] // lock [Pipeline] } 13:08:35 $ docker stop --time=1 dbcfbebdf235a96981478f136049eb63081b44d703a35b078b9cfb898d5bce14 13:08:36 $ docker rm -f --volumes dbcfbebdf235a96981478f136049eb63081b44d703a35b078b9cfb898d5bce14 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 13:08:46 Running on prd-ubuntu20.04-docker-arm64-4c-16g-4670 in /w/workspace/y_app-rfid-llrp-inventory_PR-141 [Pipeline] { [Pipeline] ws 13:08:46 Running in /w/workspace/app-rfid-llrp-inventory/1 [Pipeline] { [Pipeline] checkout 13:08:46 The recommended git tool is: git 13:08:51 using credential edgex-jenkins-ssh 13:08:51 Cloning the remote Git repository 13:08:51 Cloning repository git@github.com:edgexfoundry/app-rfid-llrp-inventory.git 13:08:52 > git init /w/workspace/app-rfid-llrp-inventory/1 # timeout=10 13:08:52 Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.git 13:08:52 > git --version # timeout=10 13:08:52 > git --version # 'git version 2.25.1' 13:08:52 using GIT_SSH to set credentials SSH Credentials for GitHub 13:08:52 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/heads/*:refs/remotes/origin/* # timeout=10 13:08:54 > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 13:08:54 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 13:08:56 Merging remotes/origin/main commit 494ae06946c85c67f213c8c16471dc3d31088bf8 into PR head commit 491e75cc94cb02527e0112e3520d40c836586648 13:08:55 > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 13:08:55 Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.git 13:08:55 using GIT_SSH to set credentials SSH Credentials for GitHub 13:08:55 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/pull/141/head:refs/remotes/origin/PR-141 +refs/heads/main:refs/remotes/origin/main # timeout=10 13:08:56 > git config core.sparsecheckout # timeout=10 13:08:56 > git checkout -f 491e75cc94cb02527e0112e3520d40c836586648 # timeout=10 13:08:56 > git remote # timeout=10 13:08:56 Merge succeeded, producing 491e75cc94cb02527e0112e3520d40c836586648 13:08:56 Checking out Revision 491e75cc94cb02527e0112e3520d40c836586648 (PR-141) 13:08:57 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v3" 13:08:57 > git --version # timeout=10 13:08:57 > git --version # 'git version 2.25.1' 13:08:57 fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 13:08:56 > git config --get remote.origin.url # timeout=10 13:08:56 using GIT_SSH to set credentials SSH Credentials for GitHub 13:08:56 > git merge 494ae06946c85c67f213c8c16471dc3d31088bf8 # timeout=10 13:08:56 > git rev-parse HEAD^{commit} # timeout=10 13:08:56 > git config core.sparsecheckout # timeout=10 13:08:56 > git checkout -f 491e75cc94cb02527e0112e3520d40c836586648 # timeout=10 13:08:58 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 13:08:58 % Total % Received % Xferd Average Speed Time Time Time Current 13:08:58 Dload Upload Total Spent Left Speed 13:08:58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 148k 0 --:--:-- --:--:-- --:--:-- 148k [Pipeline] sh 13:08:59 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 13:08:59 + sudo tee /etc/docker/daemon.new 13:08:59 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 13:08:59 { 13:08:59 "registry-mirrors": [ 13:08:59 "https://nexus3.edgexfoundry.org:10001" 13:08:59 ], 13:08:59 "bip": "10.250.0.254/24", 13:08:59 "hosts": [ 13:08:59 "tcp://0.0.0.0:5555", 13:08:59 "unix:///var/run/docker.sock" 13:08:59 ], 13:08:59 "mtu": 1458, 13:08:59 "selinux-enabled": true, 13:08:59 "seccomp-profile": "/etc/docker/seccomp.json" 13:08:59 } [Pipeline] sh 13:08:59 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 13:09:00 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:09:18 provisioning config files... 13:09:18 copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/app-rfid-llrp-inventory/1@tmp/config14916620798205347076tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:09:18 ---> docker-login.sh 13:09:18 nexus3.edgexfoundry.org:10001 13:09:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:09:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:09:19 Configure a credential helper to remove this warning. See 13:09:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:09:19 13:09:19 Login Succeeded 13:09:19 nexus3.edgexfoundry.org:10002 13:09:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:09:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:09:20 Configure a credential helper to remove this warning. See 13:09:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:09:20 13:09:20 Login Succeeded 13:09:20 nexus3.edgexfoundry.org:10003 13:09:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:09:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:09:20 Configure a credential helper to remove this warning. See 13:09:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:09:20 13:09:20 Login Succeeded 13:09:20 nexus3.edgexfoundry.org:10004 13:09:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:09:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:09:20 Configure a credential helper to remove this warning. See 13:09:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:09:20 13:09:20 Login Succeeded 13:09:20 docker.io 13:09:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:09:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:09:21 Configure a credential helper to remove this warning. See 13:09:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:09:21 13:09:21 Login Succeeded 13:09:21 ---> docker-login.sh ends [Pipeline] } 13:09:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 13:09:21 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 13:09:21 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 13:09:21 ========================================================= 13:09:21 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 13:09:21 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:09:22 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . 13:09:22 Sending build context to Docker daemon 683kB 13:09:22 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 13:09:22 Step 2/12 : FROM ${BASE} AS builder 13:09:22 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 13:09:22 9b18e9b68314: Pulling fs layer 13:09:22 35d82f9e3411: Pulling fs layer 13:09:22 e16973657156: Pulling fs layer 13:09:22 fc693d55d65f: Pulling fs layer 13:09:22 7e9fc2657dce: Pulling fs layer 13:09:22 dda99020689f: Pulling fs layer 13:09:22 db1c61fa0a46: Pulling fs layer 13:09:22 891c053d2c06: Pulling fs layer 13:09:22 fc693d55d65f: Waiting 13:09:22 7e9fc2657dce: Waiting 13:09:22 dda99020689f: Waiting 13:09:22 db1c61fa0a46: Waiting 13:09:22 891c053d2c06: Waiting 13:09:22 e16973657156: Verifying Checksum 13:09:22 e16973657156: Download complete 13:09:22 35d82f9e3411: Verifying Checksum 13:09:22 35d82f9e3411: Download complete 13:09:22 7e9fc2657dce: Verifying Checksum 13:09:22 7e9fc2657dce: Download complete 13:09:22 dda99020689f: Verifying Checksum 13:09:22 dda99020689f: Download complete 13:09:22 9b18e9b68314: Verifying Checksum 13:09:23 9b18e9b68314: Pull complete 13:09:24 891c053d2c06: Verifying Checksum 13:09:24 891c053d2c06: Download complete 13:09:24 35d82f9e3411: Pull complete 13:09:24 e16973657156: Pull complete 13:09:25 db1c61fa0a46: Verifying Checksum 13:09:25 db1c61fa0a46: Download complete 13:09:25 fc693d55d65f: Verifying Checksum 13:09:25 fc693d55d65f: Download complete 13:09:38 fc693d55d65f: Pull complete 13:09:38 7e9fc2657dce: Pull complete 13:09:38 dda99020689f: Pull complete 13:09:43 db1c61fa0a46: Pull complete 13:09:45 891c053d2c06: Pull complete 13:09:45 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 13:09:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 13:09:45 ---> f96f9c87975a 13:09:45 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 13:09:47 ---> Running in 660c54d4c028 13:09:47 Removing intermediate container 660c54d4c028 13:09:47 ---> ab80727d022f 13:09:47 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 13:09:47 ---> Running in 850252578ca8 13:09:47 Removing intermediate container 850252578ca8 13:09:47 ---> 95f6cbac9983 13:09:47 Step 5/12 : ARG ADD_BUILD_TAGS="" 13:09:48 ---> Running in 64324c1c98b3 13:09:48 Removing intermediate container 64324c1c98b3 13:09:48 ---> 78e1389c42f9 13:09:48 Step 6/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 13:09:48 ---> Running in 89ccb3e19f09 13:09:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 13:09:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 13:09:51 OK: 221 MiB in 51 packages 13:09:53 Removing intermediate container 89ccb3e19f09 13:09:53 ---> e0542c1c077f 13:09:53 Step 7/12 : WORKDIR /app 13:09:53 ---> Running in ada6a20c1242 13:09:53 Removing intermediate container ada6a20c1242 13:09:53 ---> 75b9b46563a4 13:09:53 Step 8/12 : COPY go.mod vendor* ./ 13:09:54 ---> 362a19c4244a 13:09:54 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:09:54 ---> Running in 834b3f3a7b6a 13:11:02 Removing intermediate container 834b3f3a7b6a 13:11:02 ---> 9f70869d9ef5 13:11:02 Step 10/12 : COPY . . 13:11:02 ---> 981d3a709352 13:11:02 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 13:11:02 ---> Running in a22a6533c698 13:11:02 Removing intermediate container a22a6533c698 13:11:02 ---> da47892887cc 13:11:02 Step 12/12 : RUN $MAKE 13:11:02 ---> Running in 8ded784a3924 13:11:02 noop 13:11:02 Removing intermediate container 8ded784a3924 13:11:02 ---> c66a9d85ef84 13:11:02 Successfully built c66a9d85ef84 13:11:02 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:11:02 + docker inspect -f . ci-base-image-arm64 13:11:02 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:11:02 prd-ubuntu20.04-docker-arm64-4c-16g-4670 does not seem to be running inside a container 13:11:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-rfid-llrp-inventory/1 -v /w/workspace/app-rfid-llrp-inventory/1:/w/workspace/app-rfid-llrp-inventory/1:rw,z -v /w/workspace/app-rfid-llrp-inventory/1@tmp:/w/workspace/app-rfid-llrp-inventory/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 13:11:04 $ docker top 416532f94a8e2d1deb3a69bb9669a4b25fb18eaea636b4e076dedaf5484af178 -eo pid,comm [Pipeline] { [Pipeline] sh 13:11:05 + go version 13:11:05 go version go1.18.7 linux/arm64 [Pipeline] } 13:11:05 $ docker stop --time=1 416532f94a8e2d1deb3a69bb9669a4b25fb18eaea636b4e076dedaf5484af178 13:11:06 $ docker rm -f --volumes 416532f94a8e2d1deb3a69bb9669a4b25fb18eaea636b4e076dedaf5484af178 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:11:07 + docker inspect -f . ci-base-image-arm64 13:11:07 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:11:07 prd-ubuntu20.04-docker-arm64-4c-16g-4670 does not seem to be running inside a container 13:11:07 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/app-rfid-llrp-inventory/1 -v /w/workspace/app-rfid-llrp-inventory/1:/w/workspace/app-rfid-llrp-inventory/1:rw,z -v /w/workspace/app-rfid-llrp-inventory/1@tmp:/w/workspace/app-rfid-llrp-inventory/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 13:11:10 $ docker top c3c1acc5fb4ad4aa1d5a850dcbb4719a748110b55eae47aa62405c0ee68af033 -eo pid,comm [Pipeline] { [Pipeline] sh 13:11:10 + git config --global --add safe.directory /w/workspace/app-rfid-llrp-inventory/1 [Pipeline] fileExists [Pipeline] sh 13:11:11 + make test 13:11:11 go test -race ./... -coverprofile=coverage.out ./... 13:13:33 ? edgexfoundry/app-rfid-llrp-inventory [no test files] 13:13:48 ok edgexfoundry/app-rfid-llrp-inventory/internal/inventory 0.876s coverage: 86.2% of statements 13:13:48 ? edgexfoundry/app-rfid-llrp-inventory/internal/inventory/app [no test files] 13:13:58 ok edgexfoundry/app-rfid-llrp-inventory/internal/llrp 3.622s coverage: 71.9% of statements 13:13:58 WARNING: Linting skipped (not on x86_64 or linter not installed) 13:13:58 go vet ./... 13:15:35 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 13:15:35 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 13:15:35 ./bin/test-attribution.sh 13:15:35 An attribution for golang.org/x/mod is missing from Attribution.txt, please add 13:15:35 An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo 13:15:35 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 13:15:35 $ docker stop --time=1 c3c1acc5fb4ad4aa1d5a850dcbb4719a748110b55eae47aa62405c0ee68af033 13:15:37 $ docker rm -f --volumes c3c1acc5fb4ad4aa1d5a850dcbb4719a748110b55eae47aa62405c0ee68af033 [Pipeline] // withDockerContainer [Pipeline] sh 13:15:38 + sudo chown -R jenkins:jenkins . [Pipeline] stash 13:15:38 Warning: overwriting stash ‘coverage-report’ 13:15:38 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 13:15:39 + sudo chown -R jenkins:jenkins . [Pipeline] sh 13:15:39 + ls -al . 13:15:39 total 228 13:15:39 drwxrwxr-x 10 jenkins jenkins 4096 Feb 6 13:11 . 13:15:39 drwxrwxr-x 4 jenkins jenkins 4096 Feb 6 13:08 .. 13:15:39 -rw-rw-r-- 1 jenkins jenkins 262 Feb 6 13:08 .dockerignore 13:15:39 drwxrwxr-x 8 jenkins jenkins 4096 Feb 6 13:08 .git 13:15:39 drwxrwxr-x 3 jenkins jenkins 4096 Feb 6 13:08 .github 13:15:39 -rw-rw-r-- 1 jenkins jenkins 788 Feb 6 13:08 .gitignore 13:15:39 -rw-rw-r-- 1 jenkins jenkins 41 Feb 6 13:08 .golangci.yml 13:15:39 -rw-rw-r-- 1 jenkins jenkins 9818 Feb 6 13:08 Attribution.txt 13:15:39 -rw-rw-r-- 1 jenkins jenkins 4331 Feb 6 13:08 CHANGELOG.md 13:15:39 -rw-rw-r-- 1 jenkins jenkins 1659 Feb 6 13:08 Dockerfile 13:15:39 -rw-rw-r-- 1 jenkins jenkins 677 Feb 6 13:08 GOVERNANCE.md 13:15:39 -rw-rw-r-- 1 jenkins jenkins 687 Feb 6 13:08 Jenkinsfile 13:15:39 -rw-rw-r-- 1 jenkins jenkins 11347 Feb 6 13:08 LICENSE 13:15:39 -rw-rw-r-- 1 jenkins jenkins 2462 Feb 6 13:08 Makefile 13:15:39 -rw-rw-r-- 1 jenkins jenkins 617 Feb 6 13:08 OWNERS.md 13:15:39 -rw-rw-r-- 1 jenkins jenkins 31023 Feb 6 13:08 README.md 13:15:39 -rw-rw-r-- 1 jenkins jenkins 5 Feb 6 13:06 VERSION 13:15:39 drwxrwxr-x 2 jenkins jenkins 4096 Feb 6 13:08 bin 13:15:39 -rw-r--r-- 1 jenkins jenkins 41317 Feb 6 13:13 coverage.out 13:15:39 -rw-rw-r-- 1 jenkins jenkins 3564 Feb 6 13:08 go.mod 13:15:39 -rw-rw-r-- 1 jenkins jenkins 34844 Feb 6 13:08 go.sum 13:15:39 drwxrwxr-x 2 jenkins jenkins 4096 Feb 6 13:08 images 13:15:39 drwxrwxr-x 4 jenkins jenkins 4096 Feb 6 13:08 internal 13:15:39 -rw-rw-r-- 1 jenkins jenkins 531 Feb 6 13:08 main.go 13:15:39 drwxrwxr-x 2 jenkins jenkins 4096 Feb 6 13:08 res 13:15:39 drwxrwxr-x 4 jenkins jenkins 4096 Feb 6 13:08 snap 13:15:39 drwxrwxr-x 3 jenkins jenkins 4096 Feb 6 13:08 static [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:15:40 + 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=491e75cc94cb02527e0112e3520d40c836586648 --label arch=arm64 --label version=0.0.0 . 13:15:40 Sending build context to Docker daemon 683kB 13:15:40 Step 1/29 : ARG BASE=golang:1.18-alpine3.16 13:15:40 Step 2/29 : FROM ${BASE} AS builder 13:15:40 ---> c66a9d85ef84 13:15:40 Step 3/29 : ARG ALPINE_PKG_BASE="make git" 13:15:40 ---> Running in 3007e32394bb 13:15:40 Removing intermediate container 3007e32394bb 13:15:40 ---> 0749c6900b6a 13:15:40 Step 4/29 : ARG ALPINE_PKG_EXTRA="" 13:15:41 ---> Running in 4f717014ec47 13:15:41 Removing intermediate container 4f717014ec47 13:15:41 ---> 01c90955fb0c 13:15:41 Step 5/29 : ARG ADD_BUILD_TAGS="" 13:15:41 ---> Running in 1c62e486a941 13:15:41 Removing intermediate container 1c62e486a941 13:15:41 ---> 5ca04094bb82 13:15:41 Step 6/29 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 13:15:41 ---> Running in 1254479ff79d 13:15:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 13:15:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 13:15:44 OK: 221 MiB in 51 packages 13:15:45 Removing intermediate container 1254479ff79d 13:15:45 ---> 35722fae7b30 13:15:45 Step 7/29 : WORKDIR /app 13:15:45 ---> Running in 0fb4b2951c35 13:15:45 Removing intermediate container 0fb4b2951c35 13:15:45 ---> d75517e94427 13:15:45 Step 8/29 : COPY go.mod vendor* ./ 13:15:45 ---> bd499e517ac6 13:15:45 Step 9/29 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:15:45 ---> Running in e77cb240b8d4 13:15:48 Removing intermediate container e77cb240b8d4 13:15:48 ---> ecc52cd579e3 13:15:48 Step 10/29 : COPY . . 13:15:48 ---> c67f25ea6f3c 13:15:48 Step 11/29 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 13:15:48 ---> Running in 72588a3f0324 13:15:48 Removing intermediate container 72588a3f0324 13:15:48 ---> 7b6cdd79678e 13:15:48 Step 12/29 : RUN $MAKE 13:15:49 ---> Running in d37b9810c923 13:15:50 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.23 -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 13:17:57 Removing intermediate container d37b9810c923 13:17:57 ---> 343238a45bf1 13:17:57 Step 13/29 : FROM alpine:3.14 13:17:57 3.14: Pulling from library/alpine 13:17:57 90cda3b7c325: Pulling fs layer 13:17:57 90cda3b7c325: Verifying Checksum 13:17:57 90cda3b7c325: Download complete 13:17:57 90cda3b7c325: Pull complete 13:17:57 Digest: sha256:4c869a63e1b7c0722fed1e402a6466610327c3b83bdddb94bd94fb71da7f638a 13:17:57 Status: Downloaded newer image for alpine:3.14 13:17:57 ---> 275902a1839d 13:17:57 Step 14/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 13:17:57 ---> Running in c7fd3a6eef6a 13:17:57 Removing intermediate container c7fd3a6eef6a 13:17:57 ---> 182e26d67c86 13:17:57 Step 15/29 : LABEL Name=app-service-rfid-llrp-inventory Version=${VERSION} 13:17:57 ---> Running in 92398e64dbdc 13:17:57 Removing intermediate container 92398e64dbdc 13:17:57 ---> c17a2b416987 13:17:57 Step 16/29 : RUN apk --no-cache add ca-certificates dumb-init 13:17:57 ---> Running in acbe07b654f9 13:17:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 13:17:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 13:17:57 (1/2) Installing ca-certificates (20220614-r0) 13:17:57 (2/2) Installing dumb-init (1.2.5-r1) 13:17:57 Executing busybox-1.33.1-r8.trigger 13:17:57 Executing ca-certificates-20220614-r0.trigger 13:17:57 OK: 6 MiB in 16 packages 13:17:57 Removing intermediate container acbe07b654f9 13:17:57 ---> 9c4e80c47daf 13:17:57 Step 17/29 : COPY --from=builder /app/Attribution.txt /Attribution.txt 13:17:57 ---> 04affd1d502f 13:17:57 Step 18/29 : COPY --from=builder /app/LICENSE /LICENSE 13:17:57 ---> 6ab98eefdc5e 13:17:57 Step 19/29 : COPY --from=builder /app/res/ /res/ 13:17:57 ---> 27ffec94e7db 13:17:57 Step 20/29 : COPY --from=builder /app/static/ /static/ 13:17:57 ---> b2cbfdc8d44d 13:17:57 Step 21/29 : COPY --from=builder /app/app-rfid-llrp-inventory /app-rfid-llrp-inventory 13:17:57 ---> f86b43a7263f 13:17:57 Step 22/29 : RUN mkdir -p /cache && chown -R 2002:2002 /cache 13:17:57 ---> Running in 4a7c6269b15c 13:17:57 Removing intermediate container 4a7c6269b15c 13:17:57 ---> 442137b4624d 13:17:57 Step 23/29 : VOLUME /cache 13:17:57 ---> Running in 3ca217c20e10 13:17:57 Removing intermediate container 3ca217c20e10 13:17:57 ---> 289308cfd06a 13:17:57 Step 24/29 : EXPOSE 59711 13:17:57 ---> Running in 71e9324af5ae 13:17:57 Removing intermediate container 71e9324af5ae 13:17:57 ---> f20cd372b166 13:17:57 Step 25/29 : ENTRYPOINT ["/app-rfid-llrp-inventory"] 13:17:58 ---> Running in 3279fc2ca610 13:17:58 Removing intermediate container 3279fc2ca610 13:17:58 ---> 22cd40a01d63 13:17:58 Step 26/29 : CMD ["-cp=consul.http://edgex-core-consul:8500", "-registry"] 13:17:58 ---> Running in 4e26d8c9b497 13:17:58 Removing intermediate container 4e26d8c9b497 13:17:58 ---> dd0848993ea5 13:17:58 Step 27/29 : LABEL arch=arm64 13:17:58 ---> Running in 39ed0d073912 13:17:58 Removing intermediate container 39ed0d073912 13:17:58 ---> a011fa9569fd 13:17:58 Step 28/29 : LABEL git_sha=491e75cc94cb02527e0112e3520d40c836586648 13:17:58 ---> Running in eff588846965 13:17:59 Removing intermediate container eff588846965 13:17:59 ---> 0efde60246dc 13:17:59 Step 29/29 : LABEL version=0.0.0 13:17:59 ---> Running in 9a6ae89bcb09 13:17:59 Removing intermediate container 9a6ae89bcb09 13:17:59 ---> 56d13f0cb989 13:17:59 [Warning] One or more build-args [ARCH] were not consumed 13:17:59 Successfully built 56d13f0cb989 13:17:59 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 13:18:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 13:18:00 13:18:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:18:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 13:18:00 arm64: Pulling from edgex-lftools-log-publisher 13:18:00 8998bd30e6a1: Pulling fs layer 13:18:00 04944245beec: Pulling fs layer 13:18:00 699f458cf7ca: Pulling fs layer 13:18:00 765212b225bb: Pulling fs layer 13:18:00 f23df028b6ca: Pulling fs layer 13:18:00 d65c8cfc05b1: Pulling fs layer 13:18:00 2437ff75d9bd: Pulling fs layer 13:18:00 765212b225bb: Waiting 13:18:00 f23df028b6ca: Waiting 13:18:00 d65c8cfc05b1: Waiting 13:18:01 04944245beec: Download complete 13:18:01 765212b225bb: Verifying Checksum 13:18:01 765212b225bb: Download complete 13:18:01 f23df028b6ca: Verifying Checksum 13:18:01 f23df028b6ca: Download complete 13:18:01 d65c8cfc05b1: Verifying Checksum 13:18:01 d65c8cfc05b1: Download complete 13:18:01 699f458cf7ca: Download complete 13:18:01 8998bd30e6a1: Verifying Checksum 13:18:01 8998bd30e6a1: Download complete 13:18:04 2437ff75d9bd: Verifying Checksum 13:18:04 2437ff75d9bd: Download complete 13:18:05 8998bd30e6a1: Pull complete 13:18:06 04944245beec: Pull complete 13:18:06 699f458cf7ca: Pull complete 13:18:07 765212b225bb: Pull complete 13:18:07 f23df028b6ca: Pull complete 13:18:08 d65c8cfc05b1: Pull complete 13:18:23 2437ff75d9bd: Pull complete 13:18:23 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 13:18:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 13:18:23 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:18:23 prd-ubuntu20.04-docker-arm64-4c-16g-4670 does not seem to be running inside a container 13:18:23 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/app-rfid-llrp-inventory/1 -v /w/workspace/app-rfid-llrp-inventory/1:/w/workspace/app-rfid-llrp-inventory/1:rw,z -v /w/workspace/app-rfid-llrp-inventory/1@tmp:/w/workspace/app-rfid-llrp-inventory/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 13:18:25 $ docker top a7093261e8dcd9534b07a2b74b676730ad3ab6959928ad404bd27450a34b14f0 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:18:26 ---> job-cost.sh 13:18:26 lf-activate-venv: SKIPPING 13:18:26 INFO: No Stack... 13:18:26 INFO: Retrieving Pricing Info for: v3-standard-4 13:18:27 INFO: Archiving Costs [Pipeline] sh 13:18:28 + cat /w/workspace/app-rfid-llrp-inventory/1/archives/cost.csv 13:18:28 + cut -d, -f6 [Pipeline] lock 13:18:28 Trying to acquire lock on [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-141-1-stack-cost] 13:18:28 Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-141-1-stack-cost] did not exist. Created. 13:18:28 Lock acquired on [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-141-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 13:18:29 /w/workspace/app-rfid-llrp-inventory/1@tmp/durable-5d0d548e/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 13:18:29 + echo total: 0.10999999940395355 [Pipeline] stash 13:18:29 Warning: overwriting stash ‘stack-cost’ 13:18:29 Stashed 1 file(s) [Pipeline] } 13:18:29 Lock released on resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-141-1-stack-cost] [Pipeline] // lock [Pipeline] } 13:18:29 $ docker stop --time=1 a7093261e8dcd9534b07a2b74b676730ad3ab6959928ad404bd27450a34b14f0 13:18:31 $ docker rm -f --volumes a7093261e8dcd9534b07a2b74b676730ad3ab6959928ad404bd27450a34b14f0 [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 13:18:32 provisioning config files... 13:18:32 copy managed file [app-rfid-llrp-inventory-codecov-token] to file:/w/workspace/y_app-rfid-llrp-inventory_PR-141@tmp/config2131422761716508477tmp [Pipeline] { [Pipeline] sh 13:18:32 + set +x 13:18:32 + curl -s https://codecov.io/bash 13:18:32 + bash -s -- 13:18:32 13:18:32 _____ _ 13:18:32 / ____| | | 13:18:32 | | ___ __| | ___ ___ _____ __ 13:18:32 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 13:18:32 | |___| (_) | (_| | __/ (_| (_) \ V / 13:18:32 \_____\___/ \__,_|\___|\___\___/ \_/ 13:18:32 Bash-1.0.6 13:18:32 13:18:32 13:18:32 ==> git version 2.25.1 found 13:18:32 ==> 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 13:18:32 Release-Date: 2020-01-08 13:18:32 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 13:18:32 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 13:18:32 ==> Jenkins CI detected. 13:18:32 current dir:  /w/workspace/y_app-rfid-llrp-inventory_PR-141 13:18:32 project root: . 13:18:32 --> token set from env 13:18:32 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 13:18:32 ==> Running gcov in . (disable via -X gcov) 13:18:32 ==> Python coveragepy not found 13:18:32 ==> Searching for coverage reports in: 13:18:32 + . 13:18:32 -> Found 1 reports 13:18:32 ==> Detecting git/mercurial file structure 13:18:32 ==> Reading reports 13:18:32 + ./coverage.out bytes=41317 13:18:32 ==> Appending adjustments 13:18:32 https://docs.codecov.io/docs/fixing-reports 13:18:32 + Found adjustments 13:18:32 ==> Gzipping contents 13:18:32 12K /tmp/codecov.ZGMPaU.gz 13:18:32 ==> Uploading reports 13:18:32 url: https://codecov.io 13:18:32 query: branch=PR-141&commit=491e75cc94cb02527e0112e3520d40c836586648&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-rfid-llrp-inventory%2Fjob%2FPR-141%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-rfid-llrp-inventory&service=jenkins&flags=&pr=141&job=&cmd_args= 13:18:32 -> Pinging Codecov 13:18:32 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=0703e47f-c946-4a15-b96a-5e99ca1c8fb5&branch=PR-141&commit=491e75cc94cb02527e0112e3520d40c836586648&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-rfid-llrp-inventory%2Fjob%2FPR-141%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-rfid-llrp-inventory&service=jenkins&flags=&pr=141&job=&cmd_args= 13:18:32 -> Uploading to 13:18:32 https://storage.googleapis.com/codecov/v4/raw/2023-02-06/581DD39554BDF9B6E22D074273EAD858/491e75cc94cb02527e0112e3520d40c836586648/d466c47c-c624-4348-9a57-115a39c16199.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230206%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230206T131832Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d170bcc93956363ba47179ee280f3fecefc35a4a767c81c095f3fcac5037d279 13:18:32 % Total % Received % Xferd Average Speed Time Time Time Current 13:18:32 Dload Upload Total Spent Left Speed 13:18:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 0 0 100 11843 0 45030 --:--:-- --:--:-- --:--:-- 45030 13:18:33 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rfid-llrp-go/commit/491e75cc94cb02527e0112e3520d40c836586648 [Pipeline] } 13:18:33 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 13:18:35 + [ -d /w/workspace/y_app-rfid-llrp-inventory_PR-141/archives ] 13:18:35 + ls -al /w/workspace/y_app-rfid-llrp-inventory_PR-141/archives 13:18:35 total 16 13:18:35 drwxr-xr-x 3 root root 4096 Feb 6 13:08 . 13:18:35 drwxrwxr-x 12 jenkins jenkins 4096 Feb 6 13:08 .. 13:18:35 drwxr-xr-x 2 root root 4096 Feb 6 13:08 cost 13:18:35 -rw-r--r-- 1 root root 95 Feb 6 13:08 cost.csv 13:18:35 + sudo chown -R jenkins:jenkins /w/workspace/y_app-rfid-llrp-inventory_PR-141/archives 13:18:35 + ls -al /w/workspace/y_app-rfid-llrp-inventory_PR-141/archives 13:18:35 total 16 13:18:35 drwxr-xr-x 3 jenkins jenkins 4096 Feb 6 13:08 . 13:18:35 drwxrwxr-x 12 jenkins jenkins 4096 Feb 6 13:08 .. 13:18:35 drwxr-xr-x 2 jenkins jenkins 4096 Feb 6 13:08 cost 13:18:35 -rw-r--r-- 1 jenkins jenkins 95 Feb 6 13:08 cost.csv [Pipeline] libraryResource [Pipeline] sh 13:18:35 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 13:18:36 ---> package-listing.sh 13:18:36 ++ facter osfamily 13:18:36 ++ tr '[:upper:]' '[:lower:]' 13:18:36 + OS_FAMILY=debian 13:18:36 + workspace=/w/workspace/y_app-rfid-llrp-inventory_PR-141 13:18:36 + START_PACKAGES=/tmp/packages_start.txt 13:18:36 + END_PACKAGES=/tmp/packages_end.txt 13:18:36 + DIFF_PACKAGES=/tmp/packages_diff.txt 13:18:36 + PACKAGES=/tmp/packages_start.txt 13:18:36 + '[' /w/workspace/y_app-rfid-llrp-inventory_PR-141 ']' 13:18:36 + PACKAGES=/tmp/packages_end.txt 13:18:36 + case "${OS_FAMILY}" in 13:18:36 + dpkg -l 13:18:36 + grep '^ii' 13:18:36 + '[' -f /tmp/packages_start.txt ']' 13:18:36 + '[' -f /tmp/packages_end.txt ']' 13:18:36 + diff /tmp/packages_start.txt /tmp/packages_end.txt 13:18:36 + '[' /w/workspace/y_app-rfid-llrp-inventory_PR-141 ']' 13:18:36 + mkdir -p /w/workspace/y_app-rfid-llrp-inventory_PR-141/archives/ 13:18:36 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/y_app-rfid-llrp-inventory_PR-141/archives/ [Pipeline] echo 13:18:36 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-141/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 13:18:36 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:18:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:18:37 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:18:37 prd-ubuntu20.04-docker-8c-8g-4667 does not seem to be running inside a container 13:18:37 $ 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-141/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-141 -v /w/workspace/y_app-rfid-llrp-inventory_PR-141:/w/workspace/y_app-rfid-llrp-inventory_PR-141:rw,z -v /w/workspace/y_app-rfid-llrp-inventory_PR-141@tmp:/w/workspace/y_app-rfid-llrp-inventory_PR-141@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 13:18:37 $ docker top 78582424c9bb6271a066cf9ebe70ecf2524a65bdd3f29e71d43cd5bea3b32270 -eo pid,comm [Pipeline] { [Pipeline] sh 13:18:38 + touch /tmp/pre-build-complete [Pipeline] sh 13:18:38 + mkdir -p /var/log/sysstat [Pipeline] sh 13:18:38 + ls /var/log/sa-host 13:18:38 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:18:39 provisioning config files... 13:18:39 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/y_app-rfid-llrp-inventory_PR-141@tmp/config1169333610548615404tmp [Pipeline] { [Pipeline] echo 13:18:39 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 13:18:39 ---> create-netrc.sh [Pipeline] } 13:18:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 13:18:39 ---> python-tools-install.sh [Pipeline] echo 13:18:39 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 13:18:40 ---> sudo-logs.sh 13:18:40 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 13:18:40 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 13:18:40 ---> job-cost.sh 13:18:40 lf-activate-venv: SKIPPING 13:18:40 DEBUG: total: 0.2199999988079071 13:18:40 INFO: Retrieving Stack Cost... 13:18:41 INFO: Retrieving Pricing Info for: v3-standard-8 13:18:41 INFO: Archiving Costs [Pipeline] echo 13:18:41 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 13:18:41 ---> logs-deploy.sh 13:18:41 lf-activate-venv: SKIPPING 13:18:41 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-rfid-llrp-inventory/PR-141/1 13:18:41 INFO: archiving workspace using pattern(s): 13:18:42 Archives upload complete. 13:18:42 INFO: archiving logs to Nexus