Pull request #316 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of jinlinGuan for edgexfoundry/device-rfid-llrp-go Obtained Jenkinsfile from 38b54bc2ad585e44212b4ed68a2630b6f27188b6+15e688f125cb27749cddf3e3269a9133ab9603fe (00a35896784c0f65f04e3e275dafe74e03bfb1d8) 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-ssh17807436015693603583.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 0b81fa10a7dd14683a964f04f411324fe83f93ac 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-ssh4481026097797368372.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 0b81fa10a7dd14683a964f04f411324fe83f93ac 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/device-rfid-llrp-go/branches/PR-316/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/device-rfid-llrp-go/branches/PR-316/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh5054252462164758520.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/device-rfid-llrp-go/branches/PR-316/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh5336385005770568481.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 0b81fa10a7dd14683a964f04f411324fe83f93ac (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 0b81fa10a7dd14683a964f04f411324fe83f93ac # timeout=10 Commit message: "Merge pull request #457 from jinlinGuan/golang-1.23" > 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-ssh13160153037671832912.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/device-rfid-llrp-go/branches/PR-316/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/device-rfid-llrp-go/branches/PR-316/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh4617467459013571386.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 0b81fa10a7dd14683a964f04f411324fe83f93ac 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:device-rfid-llrp-go] ========================================================= [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: device-rfid-llrp-go-settings PROJECT: device-rfid-llrp-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-rfid-llrp DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-15698’ Running on prd-ubuntu20.04-docker-8c-8g-15699 in /w/workspace/undry_device-rfid-llrp-go_PR-316 [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/device-rfid-llrp-go.git > git init /w/workspace/undry_device-rfid-llrp-go_PR-316 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.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/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.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/device-rfid-llrp-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/pull/316/head:refs/remotes/origin/PR-316 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 15e688f125cb27749cddf3e3269a9133ab9603fe into PR head commit 38b54bc2ad585e44212b4ed68a2630b6f27188b6 Merge succeeded, producing 38b54bc2ad585e44212b4ed68a2630b6f27188b6 Checking out Revision 38b54bc2ad585e44212b4ed68a2630b6f27188b6 (PR-316) > git config core.sparsecheckout # timeout=10 > git checkout -f 38b54bc2ad585e44212b4ed68a2630b6f27188b6 # 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 15e688f125cb27749cddf3e3269a9133ab9603fe # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 38b54bc2ad585e44212b4ed68a2630b6f27188b6 # timeout=10 Commit message: "build: Upgrade to go-1.23, Linter1.61.0 and Alpine 3.20" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 0b81fa10a7dd14683a964f04f411324fe83f93ac [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:28:44 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:28:44 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:28:44 ========================================================= 06:28:44 EdgeX Global Pipelines Version Info 06:28:44 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:28:45 ------------------- 06:28:45 stable info: 06:28:45 ------------------- 06:28:45 Commited By: Ginny Guan ginny@iotechsys.com 06:28:45 Commit SHA: 0b81fa10a7dd14683a964f04f411324fe83f93ac 06:28:45 Message: update stable to v1.0.265 06:28:45 ------------------- 06:28:45 experimental info: 06:28:45 ------------------- 06:28:45 Commited By: Cherry Wang cherry@iotechsys.com 06:28:45 Commit SHA: b5a5e52272fc4198cf3754284eedf36dbf0baa35 06:28:45 Message: update experimental to v1.0.264 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 06:28:46 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rfid-llrp-go-settings [Pipeline] echo 06:28:46 [edgeXSetupEnvironment]: set envvar PROJECT = device-rfid-llrp-go [Pipeline] echo 06:28:46 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:28:46 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:28:46 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:28:46 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 06:28:46 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 06:28:46 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 06:28:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:28:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:28:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 06:28:46 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rfid-llrp [Pipeline] echo 06:28:46 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:28:46 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:28:46 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:28:46 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 06:28:46 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 06:28:46 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 06:28:47 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:28:47 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:28:47 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 06:28:47 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 06:28:47 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 06:28:47 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 06:28:47 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 06:28:47 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 06:28:47 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 06:28:47 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-316 [Pipeline] echo 06:28:47 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-316 [Pipeline] echo 06:28:47 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-316 [Pipeline] echo 06:28:47 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 38b54bc2ad585e44212b4ed68a2630b6f27188b6 [Pipeline] echo 06:28:47 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 38b54bc [Pipeline] echo 06:28:47 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:28:47 provisioning config files... 06:28:47 copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/undry_device-rfid-llrp-go_PR-316@tmp/config9387799860646301214tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:28:48 ---> ****-login.sh 06:28:48 nexus3.edgexfoundry.org:10001 06:28:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:28:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:28:48 Configure a credential helper to remove this warning. See 06:28:48 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:28:48 06:28:48 Login Succeeded 06:28:48 nexus3.edgexfoundry.org:10002 06:28:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:28:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:28:48 Configure a credential helper to remove this warning. See 06:28:48 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:28:48 06:28:48 Login Succeeded 06:28:48 nexus3.edgexfoundry.org:10003 06:28:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:28:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:28:48 Configure a credential helper to remove this warning. See 06:28:48 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:28:48 06:28:48 Login Succeeded 06:28:48 nexus3.edgexfoundry.org:10004 06:28:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:28:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:28:48 Configure a credential helper to remove this warning. See 06:28:48 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:28:48 06:28:48 Login Succeeded 06:28:48 ****.io 06:28:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:28:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:28:49 Configure a credential helper to remove this warning. See 06:28:49 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:28:49 06:28:49 Login Succeeded 06:28:49 ---> ****-login.sh ends [Pipeline] } 06:28:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 06:28:49 + git rev-list -1 --merges 38b54bc2ad585e44212b4ed68a2630b6f27188b6~1..38b54bc2ad585e44212b4ed68a2630b6f27188b6 [Pipeline] echo 06:28:49 -----------> git rev-list -1 --merges 38b54bc2ad585e44212b4ed68a2630b6f27188b6~1..38b54bc2ad585e44212b4ed68a2630b6f27188b6 38b54bc2ad585e44212b4ed68a2630b6f27188b6 [false] [Pipeline] sh 06:28:50 + git log --format=format:%s -1 38b54bc2ad585e44212b4ed68a2630b6f27188b6 [Pipeline] echo 06:28:50 ========================================================= 06:28:50 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 06:28:50 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:28:50 + git log --format=format:%s -1 38b54bc2ad585e44212b4ed68a2630b6f27188b6 [Pipeline] echo 06:28:50 [semverPrep] GIT_COMMIT: 38b54bc2ad585e44212b4ed68a2630b6f27188b6, Commit Message: build: Upgrade to go-1.23, Linter1.61.0 and Alpine 3.20 [Pipeline] echo 06:28:50 [semverPrep] This is not a build commit. [Pipeline] sh 06:28:51 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 06:28:51 + grep -v github /etc/ssh/ssh_known_hosts 06:28:51 + [ -e /tmp/ssh_known_hosts ] 06:28:51 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 06:28:51 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 06:28:51 + sudo tee -a /etc/ssh/ssh_known_hosts 06:28:51 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:28:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:28:51 06:28:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:28:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:28:52 0.1.4: Pulling from edgex-devops/py-git-semver 06:28:52 b85a868b505f: Pulling fs layer 06:28:52 e2be974225ed: Pulling fs layer 06:28:52 339a4e72a1f5: Pulling fs layer 06:28:52 988bab9f4d93: Pulling fs layer 06:28:52 1469e6f7b9e6: Pulling fs layer 06:28:52 eaf3925da568: Pulling fs layer 06:28:52 bab4dde63d76: Pulling fs layer 06:28:52 bde34c3a00c8: Pulling fs layer 06:28:52 b352a97aabf1: Pulling fs layer 06:28:52 4872d77fe225: Pulling fs layer 06:28:52 5851b861e8e6: Pulling fs layer 06:28:52 988bab9f4d93: Waiting 06:28:52 1469e6f7b9e6: Waiting 06:28:52 eaf3925da568: Waiting 06:28:52 bde34c3a00c8: Waiting 06:28:52 b352a97aabf1: Waiting 06:28:52 5851b861e8e6: Waiting 06:28:52 4872d77fe225: Waiting 06:28:52 bab4dde63d76: Waiting 06:28:52 e2be974225ed: Download complete 06:28:52 988bab9f4d93: Verifying Checksum 06:28:52 988bab9f4d93: Download complete 06:28:52 1469e6f7b9e6: Verifying Checksum 06:28:52 1469e6f7b9e6: Download complete 06:28:52 eaf3925da568: Download complete 06:28:52 339a4e72a1f5: Verifying Checksum 06:28:52 339a4e72a1f5: Download complete 06:28:52 bde34c3a00c8: Verifying Checksum 06:28:52 bde34c3a00c8: Download complete 06:28:52 b352a97aabf1: Download complete 06:28:52 4872d77fe225: Verifying Checksum 06:28:52 4872d77fe225: Download complete 06:28:52 5851b861e8e6: Verifying Checksum 06:28:52 5851b861e8e6: Download complete 06:28:52 b85a868b505f: Verifying Checksum 06:28:52 b85a868b505f: Download complete 06:28:52 bab4dde63d76: Verifying Checksum 06:28:52 bab4dde63d76: Download complete 06:28:53 b85a868b505f: Pull complete 06:28:53 e2be974225ed: Pull complete 06:28:54 339a4e72a1f5: Pull complete 06:28:54 988bab9f4d93: Pull complete 06:28:54 1469e6f7b9e6: Pull complete 06:28:54 eaf3925da568: Pull complete 06:28:56 bab4dde63d76: Pull complete 06:28:56 bde34c3a00c8: Pull complete 06:28:56 b352a97aabf1: Pull complete 06:28:56 4872d77fe225: Pull complete 06:28:56 5851b861e8e6: Pull complete 06:28:56 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 06:28:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:28:56 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:28:57 prd-ubuntu20.04-docker-8c-8g-15699 does not seem to be running inside a container 06:28:57 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_device-rfid-llrp-go_PR-316 -v /w/workspace/undry_device-rfid-llrp-go_PR-316:/w/workspace/undry_device-rfid-llrp-go_PR-316:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-316@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-316@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 06:29:00 $ docker top 1ccf1e07b6a42ed182e8dfd3e2da85fa3169233fdf08273880798887af17d5b1 -eo pid,comm 06:29:00 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). 06:29:00 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:29:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:29:00 [ssh-agent] Looking for ssh-agent implementation... 06:29:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:29:01 $ docker exec 1ccf1e07b6a42ed182e8dfd3e2da85fa3169233fdf08273880798887af17d5b1 ssh-agent 06:29:01 SSH_AUTH_SOCK=/tmp/ssh-vtPIv0iaQftZ/agent.32 06:29:01 SSH_AGENT_PID=38 06:29:01 Running ssh-add (command line suppressed) 06:29:01 Identity added: /w/workspace/undry_device-rfid-llrp-go_PR-316@tmp/private_key_910783062890174789.key (/w/workspace/undry_device-rfid-llrp-go_PR-316@tmp/private_key_910783062890174789.key) 06:29:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:29:01 + git tag --points-at HEAD [Pipeline] } 06:29:01 $ docker exec --env ******** --env ******** 1ccf1e07b6a42ed182e8dfd3e2da85fa3169233fdf08273880798887af17d5b1 ssh-agent -k 06:29:01 unset SSH_AUTH_SOCK; 06:29:01 unset SSH_AGENT_PID; 06:29:01 echo Agent pid 38 killed; 06:29:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:29:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:29:01 [ssh-agent] Looking for ssh-agent implementation... 06:29:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:29:02 $ docker exec 1ccf1e07b6a42ed182e8dfd3e2da85fa3169233fdf08273880798887af17d5b1 ssh-agent 06:29:02 SSH_AUTH_SOCK=/tmp/ssh-oLX7KRZXRfMN/agent.72 06:29:02 SSH_AGENT_PID=79 06:29:02 Running ssh-add (command line suppressed) 06:29:02 Identity added: /w/workspace/undry_device-rfid-llrp-go_PR-316@tmp/private_key_883232324830743190.key (/w/workspace/undry_device-rfid-llrp-go_PR-316@tmp/private_key_883232324830743190.key) 06:29:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:29:02 + git semver init 06:29:02 2024-10-04 06:29:02,793 [run_init] DEBUG init version:0.0.0 force:False 06:29:02 2024-10-04 06:29:02,794 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/undry_device-rfid-llrp-go_PR-316/.semver 06:29:02 2024-10-04 06:29:02,794 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rfid-llrp-go.git /w/workspace/undry_device-rfid-llrp-go_PR-316/.semver 06:29:02 2024-10-04 06:29:02,794 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-rfid-llrp-go.git', '/w/workspace/undry_device-rfid-llrp-go_PR-316/.semver'], cwd=/w/workspace/undry_device-rfid-llrp-go_PR-316, universal_newlines=False, shell=None, istream=None) 06:29:04 2024-10-04 06:29:04,416 [append_file] DEBUG append to file:/w/workspace/undry_device-rfid-llrp-go_PR-316/.git/info/exclude 06:29:04 2024-10-04 06:29:04,417 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/undry_device-rfid-llrp-go_PR-316/.semver/PR-316 with force:False 06:29:04 2024-10-04 06:29:04,417 [write_file] DEBUG write to file:/w/workspace/undry_device-rfid-llrp-go_PR-316/.semver/PR-316 06:29:04 2024-10-04 06:29:04,420 [execute] INFO git cat-file --batch-check 06:29:04 2024-10-04 06:29:04,420 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/undry_device-rfid-llrp-go_PR-316/.semver, universal_newlines=False, shell=None, istream=) 06:29:04 2024-10-04 06:29:04,427 [execute] INFO git cat-file --batch 06:29:04 2024-10-04 06:29:04,427 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/undry_device-rfid-llrp-go_PR-316/.semver, universal_newlines=False, shell=None, istream=) 06:29:04 2024-10-04 06:29:04,433 [read_version] DEBUG read version from /w/workspace/undry_device-rfid-llrp-go_PR-316/.semver/PR-316 06:29:04 0.0.0 [Pipeline] } 06:29:04 $ docker exec --env ******** --env ******** 1ccf1e07b6a42ed182e8dfd3e2da85fa3169233fdf08273880798887af17d5b1 ssh-agent -k 06:29:04 unset SSH_AUTH_SOCK; 06:29:04 unset SSH_AGENT_PID; 06:29:04 echo Agent pid 79 killed; 06:29:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:29:05 + git semver [Pipeline] } 06:29:05 $ docker stop --time=1 1ccf1e07b6a42ed182e8dfd3e2da85fa3169233fdf08273880798887af17d5b1 06:29:07 $ docker rm -f --volumes 1ccf1e07b6a42ed182e8dfd3e2da85fa3169233fdf08273880798887af17d5b1 [Pipeline] // withDockerContainer [Pipeline] sh 06:29:07 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:29:07 Stashed 1 file(s) [Pipeline] echo 06:29:07 [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 06:29:08 provisioning config files... 06:29:08 copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/undry_device-rfid-llrp-go_PR-316@tmp/config15456547042338613572tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:29:08 ---> ****-login.sh 06:29:08 nexus3.edgexfoundry.org:10001 06:29:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:29:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:29:08 Configure a credential helper to remove this warning. See 06:29:08 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:29:08 06:29:08 Login Succeeded 06:29:08 nexus3.edgexfoundry.org:10002 06:29:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:29:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:29:08 Configure a credential helper to remove this warning. See 06:29:08 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:29:08 06:29:08 Login Succeeded 06:29:08 nexus3.edgexfoundry.org:10003 06:29:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:29:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:29:09 Configure a credential helper to remove this warning. See 06:29:09 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:29:09 06:29:09 Login Succeeded 06:29:09 nexus3.edgexfoundry.org:10004 06:29:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:29:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:29:09 Configure a credential helper to remove this warning. See 06:29:09 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:29:09 06:29:09 Login Succeeded 06:29:09 ****.io 06:29:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:29:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:29:09 Configure a credential helper to remove this warning. See 06:29:09 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:29:09 06:29:09 Login Succeeded 06:29:09 ---> ****-login.sh ends [Pipeline] } 06:29:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:29:09 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 06:29:09 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 06:29:09 ========================================================= 06:29:09 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 06:29:09 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:29:10 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine --build-arg MAKE=echo noop --target=builder . 06:29:10 Sending build context to Docker daemon 11.44MB 06:29:10 Step 1/12 : ARG BASE=golang:1.23-alpine3.20 06:29:10 Step 2/12 : FROM ${BASE} AS builder 06:29:10 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 06:29:10 43c4264eed91: Pulling fs layer 06:29:10 4cc291be95ef: Pulling fs layer 06:29:10 2ac1f1163629: Pulling fs layer 06:29:10 5c3c966382ef: Pulling fs layer 06:29:10 4f4fb700ef54: Pulling fs layer 06:29:10 5d5c8e513c77: Pulling fs layer 06:29:10 9f66e0745190: Pulling fs layer 06:29:10 4f4fb700ef54: Waiting 06:29:10 5c3c966382ef: Waiting 06:29:10 9f66e0745190: Waiting 06:29:10 f49a43e4bbc0: Pulling fs layer 06:29:10 561ebcabdf7f: Pulling fs layer 06:29:10 f49a43e4bbc0: Waiting 06:29:10 561ebcabdf7f: Waiting 06:29:10 4cc291be95ef: Download complete 06:29:10 5c3c966382ef: Verifying Checksum 06:29:10 5c3c966382ef: Download complete 06:29:10 4f4fb700ef54: Verifying Checksum 06:29:10 4f4fb700ef54: Download complete 06:29:10 5d5c8e513c77: Verifying Checksum 06:29:10 5d5c8e513c77: Download complete 06:29:10 43c4264eed91: Verifying Checksum 06:29:10 43c4264eed91: Download complete 06:29:10 9f66e0745190: Verifying Checksum 06:29:10 9f66e0745190: Download complete 06:29:10 43c4264eed91: Pull complete 06:29:10 561ebcabdf7f: Verifying Checksum 06:29:10 561ebcabdf7f: Download complete 06:29:10 4cc291be95ef: Pull complete 06:29:10 2ac1f1163629: Verifying Checksum 06:29:10 2ac1f1163629: Download complete 06:29:11 f49a43e4bbc0: Verifying Checksum 06:29:11 f49a43e4bbc0: Download complete 06:29:15 2ac1f1163629: Pull complete 06:29:15 5c3c966382ef: Pull complete 06:29:15 4f4fb700ef54: Pull complete 06:29:15 5d5c8e513c77: Pull complete 06:29:15 9f66e0745190: Pull complete 06:29:18 f49a43e4bbc0: Pull complete 06:29:18 561ebcabdf7f: Pull complete 06:29:18 Digest: sha256:0719486ae9a24b675ee3acaa2cfd867e7a981f2ef22b41d166c62d936fe8de2d 06:29:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 06:29:19 ---> 3a752c3f9dda 06:29:19 Step 3/12 : ARG ADD_BUILD_TAGS="" 06:29:23 Still waiting to schedule task 06:29:23 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 06:29:25 ---> Running in 808daf42b95f 06:29:25 Removing intermediate container 808daf42b95f 06:29:25 ---> 0b97ecf18da1 06:29:25 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 06:29:25 ---> Running in c1ab8a663c64 06:29:25 Removing intermediate container c1ab8a663c64 06:29:25 ---> d49190510132 06:29:25 Step 5/12 : ARG ALPINE_PKG_BASE="make git" 06:29:25 ---> Running in ea2dec569881 06:29:25 Removing intermediate container ea2dec569881 06:29:25 ---> 8c56a852ef03 06:29:25 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 06:29:25 ---> Running in 223fbfb9166f 06:29:26 Removing intermediate container 223fbfb9166f 06:29:26 ---> 2d19b15e029a 06:29:26 Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:29:26 ---> Running in eb065008d19a 06:29:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:29:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:29:26 OK: 246 MiB in 54 packages 06:29:27 Removing intermediate container eb065008d19a 06:29:27 ---> 99269aaa9d0a 06:29:27 Step 8/12 : WORKDIR /app 06:29:27 ---> Running in c57781f5be40 06:29:27 Removing intermediate container c57781f5be40 06:29:27 ---> 63dfbdf7c4e9 06:29:27 Step 9/12 : COPY go.mod vendor* ./ 06:29:27 ---> 8afa68d7c1bc 06:29:27 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:29:27 ---> Running in ccdc4073d4d5 06:31:34 Removing intermediate container ccdc4073d4d5 06:31:34 ---> 8ff6daa6a814 06:31:34 Step 11/12 : COPY . . 06:31:34 ---> b7e493bbfe43 06:31:34 Step 12/12 : RUN $MAKE 06:31:34 ---> Running in bf876b733628 06:31:34 noop 06:31:34 Removing intermediate container bf876b733628 06:31:34 ---> fb060eabf228 06:31:34 Successfully built fb060eabf228 06:31:34 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:31:34 + docker inspect -f . ci-base-image-x86_64 06:31:34 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:31:34 prd-ubuntu20.04-docker-8c-8g-15699 does not seem to be running inside a container 06:31:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/undry_device-rfid-llrp-go_PR-316 -v /w/workspace/undry_device-rfid-llrp-go_PR-316:/w/workspace/undry_device-rfid-llrp-go_PR-316:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-316@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-316@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:31:35 $ docker top cd012bd21adf55becabc63dc6f7848f741a3066df5f0f0ab38b024d52e5508ad -eo pid,comm [Pipeline] { [Pipeline] sh 06:31:36 + go version 06:31:36 go version go1.23.2 linux/amd64 [Pipeline] } 06:31:36 $ docker stop --time=1 cd012bd21adf55becabc63dc6f7848f741a3066df5f0f0ab38b024d52e5508ad 06:31:37 $ docker rm -f --volumes cd012bd21adf55becabc63dc6f7848f741a3066df5f0f0ab38b024d52e5508ad [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:31:38 + docker inspect -f . ci-base-image-x86_64 06:31:38 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:31:38 prd-ubuntu20.04-docker-8c-8g-15699 does not seem to be running inside a container 06:31:38 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/undry_device-rfid-llrp-go_PR-316 -v /w/workspace/undry_device-rfid-llrp-go_PR-316:/w/workspace/undry_device-rfid-llrp-go_PR-316:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-316@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-316@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:31:39 $ docker top 64d69166625d8041887bbea1f55ed8f63afb168b08099bdfa9dde778775ae1d4 -eo pid,comm [Pipeline] { [Pipeline] sh 06:31:39 + git config --global --add safe.directory /w/workspace/undry_device-rfid-llrp-go_PR-316 [Pipeline] fileExists [Pipeline] sh 06:31:40 + make test 06:31:40 go test ./... -coverprofile=coverage.out ./... 06:31:48 ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] 06:32:10 github.com/edgexfoundry/device-rfid-llrp-go/cmd coverage: 0.0% of statements 06:32:10 github.com/edgexfoundry/device-rfid-llrp-go/cmd/llrp coverage: 0.0% of statements 06:32:12 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/driver 4.674s coverage: 40.6% of statements 06:32:12 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.005s coverage: 94.6% of statements 06:32:12 ok github.com/edgexfoundry/device-rfid-llrp-go/pkg/llrp 0.251s coverage: 51.9% of statements 06:32:31 go vet ./... 06:32:39 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 06:32:39 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 06:32:39 ./bin/test-attribution-txt.sh [Pipeline] echo 06:32:39 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 06:32:39 $ docker stop --time=1 64d69166625d8041887bbea1f55ed8f63afb168b08099bdfa9dde778775ae1d4 06:32:43 $ docker rm -f --volumes 64d69166625d8041887bbea1f55ed8f63afb168b08099bdfa9dde778775ae1d4 [Pipeline] // withDockerContainer [Pipeline] sh 06:32:43 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:32:43 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 06:32:44 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:32:44 + ls -al . 06:32:44 total 716 06:32:44 drwxrwxr-x 11 jenkins jenkins 4096 Oct 4 06:31 . 06:32:44 drwxrwxr-x 4 jenkins jenkins 4096 Oct 4 06:28 .. 06:32:44 -rw-rw-r-- 1 jenkins jenkins 134 Oct 4 06:28 .dockerignore 06:32:44 drwxrwxr-x 8 jenkins jenkins 4096 Oct 4 06:32 .git 06:32:44 drwxrwxr-x 3 jenkins jenkins 4096 Oct 4 06:28 .github 06:32:44 -rw-rw-r-- 1 jenkins jenkins 880 Oct 4 06:28 .gitignore 06:32:44 -rw-rw-r-- 1 jenkins jenkins 199 Oct 4 06:28 .golangci.yml 06:32:44 drwxr-xr-x 3 jenkins jenkins 4096 Oct 4 06:29 .semver 06:32:44 -rw-rw-r-- 1 jenkins jenkins 20798 Oct 4 06:28 Attribution.txt 06:32:44 -rw-rw-r-- 1 jenkins jenkins 11677 Oct 4 06:28 CHANGELOG.md 06:32:44 -rw-rw-r-- 1 jenkins jenkins 1488 Oct 4 06:28 Dockerfile 06:32:44 -rw-rw-r-- 1 jenkins jenkins 677 Oct 4 06:28 GOVERNANCE.md 06:32:44 -rw-rw-r-- 1 jenkins jenkins 661 Oct 4 06:28 Jenkinsfile 06:32:44 -rw-rw-r-- 1 jenkins jenkins 11347 Oct 4 06:28 LICENSE 06:32:44 -rw-rw-r-- 1 jenkins jenkins 2179 Oct 4 06:28 Makefile 06:32:44 -rw-rw-r-- 1 jenkins jenkins 625 Oct 4 06:28 OWNERS.md 06:32:44 -rw-rw-r-- 1 jenkins jenkins 28907 Oct 4 06:28 README.md 06:32:44 -rw-rw-r-- 1 jenkins jenkins 5 Oct 4 06:29 VERSION 06:32:44 drwxrwxr-x 2 jenkins jenkins 4096 Oct 4 06:28 bin 06:32:44 drwxrwxr-x 4 jenkins jenkins 4096 Oct 4 06:28 cmd 06:32:44 -rw-r--r-- 1 jenkins jenkins 451915 Oct 4 06:32 coverage.out 06:32:44 drwxrwxr-x 2 jenkins jenkins 4096 Oct 4 06:28 examples 06:32:44 -rw-rw-r-- 1 jenkins jenkins 7135 Oct 4 06:28 go.mod 06:32:44 -rw-rw-r-- 1 jenkins jenkins 100176 Oct 4 06:28 go.sum 06:32:44 drwxrwxr-x 2 jenkins jenkins 4096 Oct 4 06:28 images 06:32:44 drwxrwxr-x 4 jenkins jenkins 4096 Oct 4 06:28 internal 06:32:44 drwxrwxr-x 3 jenkins jenkins 4096 Oct 4 06:28 pkg 06:32:44 -rw-rw-r-- 1 jenkins jenkins 193 Oct 4 06:28 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:45 + docker build -t device-rfid-llrp -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=38b54bc2ad585e44212b4ed68a2630b6f27188b6 --label arch=amd64 --label version=0.0.0 . 06:32:45 Sending build context to Docker daemon 11.44MB 06:32:45 Step 1/25 : ARG BASE=golang:1.23-alpine3.20 06:32:45 Step 2/25 : FROM ${BASE} AS builder 06:32:45 ---> fb060eabf228 06:32:45 Step 3/25 : ARG ADD_BUILD_TAGS="" 06:32:45 ---> Running in b0765f092d10 06:32:45 Removing intermediate container b0765f092d10 06:32:45 ---> ba139e20751c 06:32:45 Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 06:32:45 ---> Running in c2299a17de4d 06:32:45 Removing intermediate container c2299a17de4d 06:32:45 ---> 10647faba165 06:32:45 Step 5/25 : ARG ALPINE_PKG_BASE="make git" 06:32:45 ---> Running in 6199241e87c3 06:32:45 Removing intermediate container 6199241e87c3 06:32:45 ---> 2eba174b74e2 06:32:45 Step 6/25 : ARG ALPINE_PKG_EXTRA="" 06:32:46 ---> Running in 35314c69cde7 06:32:46 Removing intermediate container 35314c69cde7 06:32:46 ---> 6c0f81bf2ac2 06:32:46 Step 7/25 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:32:46 ---> Running in 4054d3084f1b 06:32:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:32:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:32:47 OK: 246 MiB in 54 packages 06:32:47 Removing intermediate container 4054d3084f1b 06:32:47 ---> 9c9ea45e8a8a 06:32:47 Step 8/25 : WORKDIR /app 06:32:47 ---> Running in 4b83027079ba 06:32:47 Removing intermediate container 4b83027079ba 06:32:47 ---> 57e844d46d3b 06:32:47 Step 9/25 : COPY go.mod vendor* ./ 06:32:47 ---> dfd863595d6f 06:32:47 Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:32:47 ---> Running in 92fdfef10a59 06:32:48 Removing intermediate container 92fdfef10a59 06:32:48 ---> 90cf758f986c 06:32:48 Step 11/25 : COPY . . 06:32:49 ---> 467ff48a91a4 06:32:49 Step 12/25 : RUN $MAKE 06:32:49 ---> Running in c0b4e864edf1 06:32:49 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-rfid-llrp-go.Version=0.0.0 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.2.0-dev.41" -trimpath -mod=readonly -o cmd/device-rfid-llrp ./cmd 06:33:37 Running on prd-ubuntu20.04-docker-arm64-4c-16g-15715 in /w/workspace/undry_device-rfid-llrp-go_PR-316 [Pipeline] { [Pipeline] ws 06:33:37 Running in /w/workspace/device-rfid-llrp-go/1 [Pipeline] { [Pipeline] checkout 06:33:40 The recommended git tool is: git 06:33:45 Removing intermediate container c0b4e864edf1 06:33:45 ---> e82f497d904a 06:33:45 Step 13/25 : FROM alpine:3.20 06:33:45 3.20: Pulling from library/alpine 06:33:45 43c4264eed91: Already exists 06:33:45 Digest: sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 06:33:45 Status: Downloaded newer image for alpine:3.20 06:33:45 ---> 91ef0af61f39 06:33:45 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 06:33:45 ---> Running in 090416e29dff 06:33:45 Removing intermediate container 090416e29dff 06:33:45 ---> 8a6b5b5b2c47 06:33:45 Step 15/25 : RUN apk add --update --no-cache dumb-init 06:33:45 ---> Running in e24529b71b90 06:33:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:33:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:33:45 (1/1) Installing dumb-init (1.2.5-r3) 06:33:45 Executing busybox-1.36.1-r29.trigger 06:33:45 OK: 8 MiB in 15 packages 06:33:46 Removing intermediate container e24529b71b90 06:33:46 ---> 408008275c6c 06:33:46 Step 16/25 : RUN apk --no-cache upgrade 06:33:47 ---> Running in 37f15727d188 06:33:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:33:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:33:48 Upgrading critical system libraries and apk-tools: 06:33:48 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 06:33:48 Executing busybox-1.36.1-r29.trigger 06:33:48 Continuing the upgrade transaction with new apk-tools: 06:33:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:33:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:33:48 using credential edgex-jenkins-ssh 06:33:48 Cloning the remote Git repository 06:33:48 Cloning repository git@github.com:edgexfoundry/device-rfid-llrp-go.git 06:33:48 OK: 8 MiB in 15 packages 06:33:48 > git init /w/workspace/device-rfid-llrp-go/1 # timeout=10 06:33:48 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git 06:33:48 > git --version # timeout=10 06:33:48 > git --version # 'git version 2.25.1' 06:33:48 using GIT_SSH to set credentials SSH Credentials for GitHub 06:33:48 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:33:49 Removing intermediate container 37f15727d188 06:33:49 ---> 025e6da59202 06:33:49 Step 17/25 : COPY --from=builder /app/LICENSE / 06:33:50 ---> 762b42a806c6 06:33:50 Step 18/25 : COPY --from=builder /app/Attribution.txt / 06:33:51 ---> c6050a0d5ba2 06:33:51 Step 19/25 : COPY --from=builder /app/cmd/ / 06:33:51 > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 06:33:51 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:33:52 > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 06:33:53 Merging remotes/origin/main commit 15e688f125cb27749cddf3e3269a9133ab9603fe into PR head commit 38b54bc2ad585e44212b4ed68a2630b6f27188b6 06:33:53 Merge succeeded, producing 38b54bc2ad585e44212b4ed68a2630b6f27188b6 06:33:53 Checking out Revision 38b54bc2ad585e44212b4ed68a2630b6f27188b6 (PR-316) 06:33:52 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git 06:33:52 using GIT_SSH to set credentials SSH Credentials for GitHub 06:33:52 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/pull/316/head:refs/remotes/origin/PR-316 +refs/heads/main:refs/remotes/origin/main # timeout=10 06:33:53 > git config core.sparsecheckout # timeout=10 06:33:53 > git checkout -f 38b54bc2ad585e44212b4ed68a2630b6f27188b6 # timeout=10 06:33:53 > git remote # timeout=10 06:33:53 > git config --get remote.origin.url # timeout=10 06:33:53 using GIT_SSH to set credentials SSH Credentials for GitHub 06:33:53 > git merge 15e688f125cb27749cddf3e3269a9133ab9603fe # timeout=10 06:33:53 > git rev-parse HEAD^{commit} # timeout=10 06:33:53 > git config core.sparsecheckout # timeout=10 06:33:53 > git checkout -f 38b54bc2ad585e44212b4ed68a2630b6f27188b6 # timeout=10 06:33:56 ---> 94274314865e 06:33:56 Step 20/25 : EXPOSE 59989 06:33:56 ---> Running in ea182985a76b 06:33:56 Removing intermediate container ea182985a76b 06:33:56 ---> 5adb92b9340e 06:33:56 Step 21/25 : ENTRYPOINT ["/device-rfid-llrp"] 06:33:57 Commit message: "build: Upgrade to go-1.23, Linter1.61.0 and Alpine 3.20" 06:33:57 > git --version # timeout=10 06:33:57 > git --version # 'git version 2.25.1' 06:33:57 fatal: bad object 0b81fa10a7dd14683a964f04f411324fe83f93ac 06:33:57 ---> Running in 0f0888c55e75 06:33:57 Removing intermediate container 0f0888c55e75 06:33:57 ---> 6dd095d67716 06:33:57 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 06:33:57 ---> Running in 1c7fe00b7d41 06:33:57 Removing intermediate container 1c7fe00b7d41 06:33:57 ---> c92a621895e3 06:33:57 Step 23/25 : LABEL arch=amd64 06:33:57 ---> Running in 533c59549aed 06:33:57 Removing intermediate container 533c59549aed 06:33:57 ---> 51b6de69d8cc 06:33:57 Step 24/25 : LABEL git_sha=38b54bc2ad585e44212b4ed68a2630b6f27188b6 06:33:58 ---> Running in 8684f2da04e5 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:33:58 Removing intermediate container 8684f2da04e5 06:33:58 ---> 1993ac38440c 06:33:58 Step 25/25 : LABEL version=0.0.0 06:33:58 ---> Running in fe47394d0579 06:33:58 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 06:33:58 % Total % Received % Xferd Average Speed Time Time Time Current 06:33:58 Dload Upload Total Spent Left Speed 06:33:58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 92287 0 --:--:-- --:--:-- --:--:-- 92287 [Pipeline] sh 06:33:59 Removing intermediate container fe47394d0579 06:33:59 ---> 5013261e3979 06:33:59 [Warning] One or more build-args [ARCH] were not consumed 06:33:59 Successfully built 5013261e3979 06:33:59 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 06:33:59 Successfully tagged device-rfid-llrp:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) 06:33:59 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 06:33:59 + sudo tee /etc/docker/daemon.new 06:33:59 { 06:33:59 "registry-mirrors": [ 06:33:59 "https://nexus3.edgexfoundry.org:10001" 06:33:59 ], 06:33:59 "bip": "10.250.0.254/24", 06:33:59 "hosts": [ 06:33:59 "tcp://0.0.0.0:5555", 06:33:59 "unix:///var/run/docker.sock" 06:33:59 ], 06:33:59 "mtu": 1458, 06:33:59 "selinux-enabled": true, 06:33:59 "seccomp-profile": "/etc/docker/seccomp.json" 06:33:59 } [Pipeline] sh Stage "Docker Push" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } 06:34:00 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] // stage Post stage [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:34:00 + sudo service docker restart 06:34:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:34:00 06:34:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:34:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:34:01 latest: Pulling from edgex-lftools-log-publisher 06:34:01 5eb5b503b376: Pulling fs layer 06:34:01 5c69ac0246d0: Pulling fs layer 06:34:01 ec43610c2a17: Pulling fs layer 06:34:01 3a2ae6a8a46f: Pulling fs layer 06:34:01 33b1e0a273af: Pulling fs layer 06:34:01 5d3b04190fa2: Pulling fs layer 06:34:01 2f39f015ded8: Pulling fs layer 06:34:01 5d3b04190fa2: Waiting 06:34:01 3a2ae6a8a46f: Waiting 06:34:01 2f39f015ded8: Waiting 06:34:01 33b1e0a273af: Waiting 06:34:01 5c69ac0246d0: Verifying Checksum 06:34:01 5c69ac0246d0: Download complete 06:34:01 3a2ae6a8a46f: Download complete 06:34:01 33b1e0a273af: Verifying Checksum 06:34:01 33b1e0a273af: Download complete 06:34:01 ec43610c2a17: Verifying Checksum 06:34:01 ec43610c2a17: Download complete 06:34:01 5d3b04190fa2: Verifying Checksum 06:34:01 5d3b04190fa2: Download complete 06:34:01 5eb5b503b376: Verifying Checksum 06:34:01 5eb5b503b376: Download complete 06:34:02 2f39f015ded8: Download complete 06:34:02 5eb5b503b376: Pull complete 06:34:02 5c69ac0246d0: Pull complete 06:34:03 ec43610c2a17: Pull complete 06:34:04 3a2ae6a8a46f: Pull complete 06:34:04 33b1e0a273af: Pull complete 06:34:04 5d3b04190fa2: Pull complete 06:34:11 2f39f015ded8: Pull complete 06:34:11 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 06:34:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:34:11 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:34:11 prd-ubuntu20.04-docker-8c-8g-15699 does not seem to be running inside a container 06:34:11 $ 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/undry_device-rfid-llrp-go_PR-316 -v /w/workspace/undry_device-rfid-llrp-go_PR-316:/w/workspace/undry_device-rfid-llrp-go_PR-316:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-316@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-316@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 06:34:22 $ docker top 557c2682a92e972c57c824bb157301f08f3ba23512d4fc3d804b6ab6316d206a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] configFileProvider 06:34:22 provisioning config files... 06:34:22 copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/device-rfid-llrp-go/1@tmp/config13300795479338518735tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:34:23 ---> job-cost.sh 06:34:23 lf-activate-venv: SKIPPING 06:34:23 INFO: No Stack... 06:34:23 ---> ****-login.sh 06:34:23 nexus3.edgexfoundry.org:10001 06:34:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:34:23 INFO: Retrieving Pricing Info for: v3-standard-8 06:34:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:34:23 Configure a credential helper to remove this warning. See 06:34:23 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:34:23 06:34:23 Login Succeeded 06:34:23 nexus3.edgexfoundry.org:10002 06:34:23 INFO: Archiving Costs [Pipeline] sh 06:34:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:34:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:34:24 Configure a credential helper to remove this warning. See 06:34:24 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:34:24 06:34:24 Login Succeeded 06:34:24 nexus3.edgexfoundry.org:10003 06:34:24 + cat /w/workspace/undry_device-rfid-llrp-go_PR-316/archives/cost.csv 06:34:24 + cut -d, -f6 [Pipeline] lock 06:34:24 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-rfid-llrp-go-PR-316-1-stack-cost] 06:34:24 Resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-316-1-stack-cost] did not exist. Created. 06:34:24 Lock acquired on [Resource: jenkins-edgexfoundry-device-rfid-llrp-go-PR-316-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:34:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:34:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:34:24 Configure a credential helper to remove this warning. See 06:34:24 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:34:24 06:34:24 Login Succeeded 06:34:24 nexus3.edgexfoundry.org:10004 06:34:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:34:24 + echo total: 0.2199999988079071 [Pipeline] stash 06:34:24 Stashed 1 file(s) [Pipeline] } 06:34:24 Lock released on resource [Resource: jenkins-edgexfoundry-device-rfid-llrp-go-PR-316-1-stack-cost] [Pipeline] // lock [Pipeline] } 06:34:24 $ docker stop --time=1 557c2682a92e972c57c824bb157301f08f3ba23512d4fc3d804b6ab6316d206a 06:34:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:34:24 Configure a credential helper to remove this warning. See 06:34:24 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:34:24 06:34:24 Login Succeeded 06:34:24 ****.io 06:34:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:34:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:34:25 Configure a credential helper to remove this warning. See 06:34:25 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:34:25 06:34:25 Login Succeeded 06:34:25 ---> ****-login.sh ends 06:34:26 $ docker rm -f --volumes 557c2682a92e972c57c824bb157301f08f3ba23512d4fc3d804b6ab6316d206a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } 06:34:26 Deleting 1 temporary files [Pipeline] // script [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] echo 06:34:27 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 06:34:27 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 06:34:27 ========================================================= 06:34:27 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 06:34:27 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:34:33 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine --build-arg MAKE=echo noop --target=builder . 06:34:33 Sending build context to Docker daemon 1.21MB 06:34:33 Step 1/12 : ARG BASE=golang:1.23-alpine3.20 06:34:33 Step 2/12 : FROM ${BASE} AS builder 06:34:33 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:34:33 cf04c63912e1: Pulling fs layer 06:34:33 55b35a11ae5e: Pulling fs layer 06:34:33 a37a00ec5f00: Pulling fs layer 06:34:33 50b3750afda1: Pulling fs layer 06:34:33 4f4fb700ef54: Pulling fs layer 06:34:33 80978eb59214: Pulling fs layer 06:34:33 c9f46d7d2bd2: Pulling fs layer 06:34:33 c5a475d317c9: Pulling fs layer 06:34:33 50b3750afda1: Waiting 06:34:33 4f4fb700ef54: Waiting 06:34:33 80978eb59214: Waiting 06:34:33 c9f46d7d2bd2: Waiting 06:34:33 c5a475d317c9: Waiting 06:34:33 55b35a11ae5e: Verifying Checksum 06:34:33 55b35a11ae5e: Download complete 06:34:33 50b3750afda1: Verifying Checksum 06:34:33 50b3750afda1: Download complete 06:34:33 4f4fb700ef54: Download complete 06:34:33 80978eb59214: Verifying Checksum 06:34:33 80978eb59214: Download complete 06:34:33 cf04c63912e1: Verifying Checksum 06:34:33 cf04c63912e1: Download complete 06:34:34 c5a475d317c9: Verifying Checksum 06:34:34 c5a475d317c9: Download complete 06:34:35 cf04c63912e1: Pull complete 06:34:35 55b35a11ae5e: Pull complete 06:34:36 a37a00ec5f00: Verifying Checksum 06:34:36 a37a00ec5f00: Download complete 06:34:36 c9f46d7d2bd2: Verifying Checksum 06:34:36 c9f46d7d2bd2: Download complete 06:34:49 a37a00ec5f00: Pull complete 06:34:49 50b3750afda1: Pull complete 06:34:49 4f4fb700ef54: Pull complete 06:34:49 80978eb59214: Pull complete 06:34:55 c9f46d7d2bd2: Pull complete 06:34:57 c5a475d317c9: Pull complete 06:34:57 Digest: sha256:2391c17ca386d1fbfa331956bd558234564149703727e64d3c69580d84b42a9b 06:34:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 06:34:57 ---> be29e6b0f0d4 06:34:57 Step 3/12 : ARG ADD_BUILD_TAGS="" 06:34:59 ---> Running in 0b9442b98d27 06:34:59 Removing intermediate container 0b9442b98d27 06:34:59 ---> cf3570ea40ff 06:34:59 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 06:34:59 ---> Running in 36b82759cd76 06:35:00 Removing intermediate container 36b82759cd76 06:35:00 ---> 952e0efa0010 06:35:00 Step 5/12 : ARG ALPINE_PKG_BASE="make git" 06:35:00 ---> Running in 32a4aef2f8d5 06:35:00 Removing intermediate container 32a4aef2f8d5 06:35:00 ---> c4ee1505ea0b 06:35:00 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 06:35:00 ---> Running in 540208e95686 06:35:00 Removing intermediate container 540208e95686 06:35:00 ---> 4f7fd564776a 06:35:00 Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:35:00 ---> Running in 8f14b67a853b 06:35:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:35:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:35:03 OK: 238 MiB in 54 packages 06:35:04 Removing intermediate container 8f14b67a853b 06:35:04 ---> 1d127d0ee021 06:35:04 Step 8/12 : WORKDIR /app 06:35:04 ---> Running in 16f0b431424a 06:35:05 Removing intermediate container 16f0b431424a 06:35:05 ---> fe5bb1a5dc55 06:35:05 Step 9/12 : COPY go.mod vendor* ./ 06:35:05 ---> 471ec9363d62 06:35:05 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:35:05 ---> Running in 6f42480d8b79 06:36:57 Removing intermediate container 6f42480d8b79 06:36:57 ---> 30d355438eda 06:36:57 Step 11/12 : COPY . . 06:36:57 ---> 8485e5ff1aae 06:36:57 Step 12/12 : RUN $MAKE 06:36:57 ---> Running in bb9921188494 06:36:57 noop 06:36:57 Removing intermediate container bb9921188494 06:36:57 ---> 46cd6dbe8965 06:36:57 Successfully built 46cd6dbe8965 06:36:57 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:57 + docker inspect -f . ci-base-image-arm64 06:36:57 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:36:58 prd-ubuntu20.04-docker-arm64-4c-16g-15715 does not seem to be running inside a container 06:36:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rfid-llrp-go/1 -v /w/workspace/device-rfid-llrp-go/1:/w/workspace/device-rfid-llrp-go/1:rw,z -v /w/workspace/device-rfid-llrp-go/1@tmp:/w/workspace/device-rfid-llrp-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 06:36:59 $ docker top 615ba0fd50f71c027a227d4445c186999bbce638c9870e08fe08355921325d83 -eo pid,comm [Pipeline] { [Pipeline] sh 06:37:00 + go version 06:37:00 go version go1.23.2 linux/arm64 [Pipeline] } 06:37:00 $ docker stop --time=1 615ba0fd50f71c027a227d4445c186999bbce638c9870e08fe08355921325d83 06:37:02 $ docker rm -f --volumes 615ba0fd50f71c027a227d4445c186999bbce638c9870e08fe08355921325d83 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:37:03 + docker inspect -f . ci-base-image-arm64 06:37:03 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:37:03 prd-ubuntu20.04-docker-arm64-4c-16g-15715 does not seem to be running inside a container 06:37:03 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-rfid-llrp-go/1 -v /w/workspace/device-rfid-llrp-go/1:/w/workspace/device-rfid-llrp-go/1:rw,z -v /w/workspace/device-rfid-llrp-go/1@tmp:/w/workspace/device-rfid-llrp-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 06:37:04 $ docker top 31b2801722a8925850bda89b0408f9ef32743cfae5a4ddeac43d0fa59c0d63a3 -eo pid,comm [Pipeline] { [Pipeline] sh 06:37:05 + git config --global --add safe.directory /w/workspace/device-rfid-llrp-go/1 [Pipeline] fileExists [Pipeline] sh 06:37:05 + make test 06:37:05 go test ./... -coverprofile=coverage.out ./... 06:37:12 ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] 06:40:34 github.com/edgexfoundry/device-rfid-llrp-go/cmd coverage: 0.0% of statements 06:40:34 github.com/edgexfoundry/device-rfid-llrp-go/cmd/llrp coverage: 0.0% of statements 06:41:06 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/driver 27.594s coverage: 40.6% of statements 06:41:06 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.042s coverage: 95.5% of statements 06:41:06 ok github.com/edgexfoundry/device-rfid-llrp-go/pkg/llrp 0.580s coverage: 51.9% of statements 06:41:06 WARNING: Linting skipped (not on x86_64 or linter not installed) 06:41:06 go vet ./... 06:41:53 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 06:41:53 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 06:41:53 ./bin/test-attribution-txt.sh [Pipeline] echo 06:41:53 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 06:41:53 $ docker stop --time=1 31b2801722a8925850bda89b0408f9ef32743cfae5a4ddeac43d0fa59c0d63a3 06:41:55 $ docker rm -f --volumes 31b2801722a8925850bda89b0408f9ef32743cfae5a4ddeac43d0fa59c0d63a3 [Pipeline] // withDockerContainer [Pipeline] sh 06:41:56 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:41:56 Warning: overwriting stash ‘coverage-report’ 06:41:57 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 06:41:58 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:41:58 + ls -al . 06:41:58 total 712 06:41:58 drwxrwxr-x 10 jenkins jenkins 4096 Oct 4 06:37 . 06:41:58 drwxrwxr-x 4 jenkins jenkins 4096 Oct 4 06:33 .. 06:41:58 -rw-rw-r-- 1 jenkins jenkins 134 Oct 4 06:33 .dockerignore 06:41:58 drwxrwxr-x 8 jenkins jenkins 4096 Oct 4 06:33 .git 06:41:58 drwxrwxr-x 3 jenkins jenkins 4096 Oct 4 06:33 .github 06:41:58 -rw-rw-r-- 1 jenkins jenkins 880 Oct 4 06:33 .gitignore 06:41:58 -rw-rw-r-- 1 jenkins jenkins 199 Oct 4 06:33 .golangci.yml 06:41:58 -rw-rw-r-- 1 jenkins jenkins 20798 Oct 4 06:33 Attribution.txt 06:41:58 -rw-rw-r-- 1 jenkins jenkins 11677 Oct 4 06:33 CHANGELOG.md 06:41:58 -rw-rw-r-- 1 jenkins jenkins 1488 Oct 4 06:33 Dockerfile 06:41:58 -rw-rw-r-- 1 jenkins jenkins 677 Oct 4 06:33 GOVERNANCE.md 06:41:58 -rw-rw-r-- 1 jenkins jenkins 661 Oct 4 06:33 Jenkinsfile 06:41:58 -rw-rw-r-- 1 jenkins jenkins 11347 Oct 4 06:33 LICENSE 06:41:58 -rw-rw-r-- 1 jenkins jenkins 2179 Oct 4 06:33 Makefile 06:41:58 -rw-rw-r-- 1 jenkins jenkins 625 Oct 4 06:33 OWNERS.md 06:41:58 -rw-rw-r-- 1 jenkins jenkins 28907 Oct 4 06:33 README.md 06:41:58 -rw-rw-r-- 1 jenkins jenkins 5 Oct 4 06:29 VERSION 06:41:58 drwxrwxr-x 2 jenkins jenkins 4096 Oct 4 06:33 bin 06:41:58 drwxrwxr-x 4 jenkins jenkins 4096 Oct 4 06:33 cmd 06:41:58 -rw-r--r-- 1 jenkins jenkins 451915 Oct 4 06:41 coverage.out 06:41:58 drwxrwxr-x 2 jenkins jenkins 4096 Oct 4 06:33 examples 06:41:58 -rw-rw-r-- 1 jenkins jenkins 7135 Oct 4 06:33 go.mod 06:41:58 -rw-rw-r-- 1 jenkins jenkins 100176 Oct 4 06:33 go.sum 06:41:58 drwxrwxr-x 2 jenkins jenkins 4096 Oct 4 06:33 images 06:41:58 drwxrwxr-x 4 jenkins jenkins 4096 Oct 4 06:33 internal 06:41:58 drwxrwxr-x 3 jenkins jenkins 4096 Oct 4 06:33 pkg 06:41:58 -rw-rw-r-- 1 jenkins jenkins 193 Oct 4 06:33 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:41:59 + docker build -t device-rfid-llrp-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=38b54bc2ad585e44212b4ed68a2630b6f27188b6 --label arch=arm64 --label version=0.0.0 . 06:41:59 Sending build context to Docker daemon 1.21MB 06:41:59 Step 1/25 : ARG BASE=golang:1.23-alpine3.20 06:41:59 Step 2/25 : FROM ${BASE} AS builder 06:41:59 ---> 46cd6dbe8965 06:41:59 Step 3/25 : ARG ADD_BUILD_TAGS="" 06:41:59 ---> Running in 8ce4f4da074f 06:41:59 Removing intermediate container 8ce4f4da074f 06:41:59 ---> 2e0a4d12d119 06:41:59 Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 06:42:00 ---> Running in 1ee0bfb6d96f 06:42:00 Removing intermediate container 1ee0bfb6d96f 06:42:00 ---> f01207c8b211 06:42:00 Step 5/25 : ARG ALPINE_PKG_BASE="make git" 06:42:00 ---> Running in d26a7352ac2c 06:42:00 Removing intermediate container d26a7352ac2c 06:42:00 ---> 664750a268cf 06:42:00 Step 6/25 : ARG ALPINE_PKG_EXTRA="" 06:42:01 ---> Running in 96974e1f0c0e 06:42:01 Removing intermediate container 96974e1f0c0e 06:42:01 ---> 313e3ea442c4 06:42:01 Step 7/25 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:42:01 ---> Running in 50804c879235 06:42:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:42:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:42:04 OK: 238 MiB in 54 packages 06:42:05 Removing intermediate container 50804c879235 06:42:05 ---> e929fb692bbf 06:42:05 Step 8/25 : WORKDIR /app 06:42:05 ---> Running in 872dbc7dd564 06:42:05 Removing intermediate container 872dbc7dd564 06:42:05 ---> 8092ca79a17b 06:42:05 Step 9/25 : COPY go.mod vendor* ./ 06:42:05 ---> 44710719f704 06:42:05 Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:42:06 ---> Running in bd1d117787be 06:42:08 Removing intermediate container bd1d117787be 06:42:08 ---> 6b67496e0207 06:42:08 Step 11/25 : COPY . . 06:42:09 ---> 37c10df38dc5 06:42:09 Step 12/25 : RUN $MAKE 06:42:09 ---> Running in db3942fd7b1f 06:42:10 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-rfid-llrp-go.Version=0.0.0 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.2.0-dev.41" -trimpath -mod=readonly -o cmd/device-rfid-llrp ./cmd 06:45:31 Removing intermediate container db3942fd7b1f 06:45:31 ---> 289df84f0e94 06:45:31 Step 13/25 : FROM alpine:3.20 06:45:31 3.20: Pulling from library/alpine 06:45:31 cf04c63912e1: Already exists 06:45:31 Digest: sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 06:45:31 Status: Downloaded newer image for alpine:3.20 06:45:31 ---> c157a85ed455 06:45:31 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 06:45:31 ---> Running in beae22b5b181 06:45:32 Removing intermediate container beae22b5b181 06:45:32 ---> 40b5b9017486 06:45:32 Step 15/25 : RUN apk add --update --no-cache dumb-init 06:45:32 ---> Running in de3e30eef058 06:45:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:45:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:45:34 (1/1) Installing dumb-init (1.2.5-r3) 06:45:34 Executing busybox-1.36.1-r29.trigger 06:45:34 OK: 9 MiB in 15 packages 06:45:35 Removing intermediate container de3e30eef058 06:45:35 ---> 8bfe25b3d352 06:45:35 Step 16/25 : RUN apk --no-cache upgrade 06:45:35 ---> Running in f8281d1bee3e 06:45:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:45:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:45:38 Upgrading critical system libraries and apk-tools: 06:45:38 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 06:45:38 Executing busybox-1.36.1-r29.trigger 06:45:38 Continuing the upgrade transaction with new apk-tools: 06:45:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:45:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:45:39 OK: 9 MiB in 15 packages 06:45:40 Removing intermediate container f8281d1bee3e 06:45:40 ---> ca82ae1bba24 06:45:40 Step 17/25 : COPY --from=builder /app/LICENSE / 06:45:40 ---> 385bb55a350e 06:45:40 Step 18/25 : COPY --from=builder /app/Attribution.txt / 06:45:41 ---> f83b5d8b47d5 06:45:41 Step 19/25 : COPY --from=builder /app/cmd/ / 06:45:43 ---> 3cc04b180166 06:45:43 Step 20/25 : EXPOSE 59989 06:45:43 ---> Running in 94b346e72ef4 06:45:43 Removing intermediate container 94b346e72ef4 06:45:43 ---> 6ff50ed2b9bd 06:45:43 Step 21/25 : ENTRYPOINT ["/device-rfid-llrp"] 06:45:43 ---> Running in b9a6fadc0de7 06:45:44 Removing intermediate container b9a6fadc0de7 06:45:44 ---> f73c4168801a 06:45:44 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 06:45:44 ---> Running in f6cf435aba88 06:45:44 Removing intermediate container f6cf435aba88 06:45:44 ---> df298f60d001 06:45:44 Step 23/25 : LABEL arch=arm64 06:45:44 ---> Running in 319afb754621 06:45:44 Removing intermediate container 319afb754621 06:45:44 ---> c5823f3c35e7 06:45:44 Step 24/25 : LABEL git_sha=38b54bc2ad585e44212b4ed68a2630b6f27188b6 06:45:45 ---> Running in 8b7bccb9d319 06:45:45 Removing intermediate container 8b7bccb9d319 06:45:45 ---> 23fb919b79cf 06:45:45 Step 25/25 : LABEL version=0.0.0 06:45:45 ---> Running in a81402e4c49f 06:45:45 Removing intermediate container a81402e4c49f 06:45:45 ---> a67afa072347 06:45:45 [Warning] One or more build-args [ARCH] were not consumed 06:45:45 Successfully built a67afa072347 06:45:45 Successfully tagged device-rfid-llrp-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] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:45:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:45:46 06:45:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:45:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:45:46 arm64: Pulling from edgex-lftools-log-publisher 06:45:46 8998bd30e6a1: Pulling fs layer 06:45:46 04944245beec: Pulling fs layer 06:45:46 699f458cf7ca: Pulling fs layer 06:45:46 765212b225bb: Pulling fs layer 06:45:46 f23df028b6ca: Pulling fs layer 06:45:46 d65c8cfc05b1: Pulling fs layer 06:45:46 2437ff75d9bd: Pulling fs layer 06:45:46 f23df028b6ca: Waiting 06:45:46 d65c8cfc05b1: Waiting 06:45:46 2437ff75d9bd: Waiting 06:45:46 765212b225bb: Waiting 06:45:47 04944245beec: Verifying Checksum 06:45:47 04944245beec: Download complete 06:45:47 765212b225bb: Download complete 06:45:47 f23df028b6ca: Download complete 06:45:47 d65c8cfc05b1: Verifying Checksum 06:45:47 d65c8cfc05b1: Download complete 06:45:47 699f458cf7ca: Verifying Checksum 06:45:47 699f458cf7ca: Download complete 06:45:47 8998bd30e6a1: Verifying Checksum 06:45:47 8998bd30e6a1: Download complete 06:45:50 2437ff75d9bd: Verifying Checksum 06:45:50 2437ff75d9bd: Download complete 06:45:52 8998bd30e6a1: Pull complete 06:45:52 04944245beec: Pull complete 06:45:53 699f458cf7ca: Pull complete 06:45:53 765212b225bb: Pull complete 06:45:54 f23df028b6ca: Pull complete 06:45:54 d65c8cfc05b1: Pull complete 06:46:09 2437ff75d9bd: Pull complete 06:46:09 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 06:46:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:46:09 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:46:10 prd-ubuntu20.04-docker-arm64-4c-16g-15715 does not seem to be running inside a container 06:46:10 $ 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/device-rfid-llrp-go/1 -v /w/workspace/device-rfid-llrp-go/1:/w/workspace/device-rfid-llrp-go/1:rw,z -v /w/workspace/device-rfid-llrp-go/1@tmp:/w/workspace/device-rfid-llrp-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 06:46:12 $ docker top 6152fe066568b0272fee57ae8bd5c9d9bdd9f576e3da9e47650734b5b097baed -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:46:13 ---> job-cost.sh 06:46:13 lf-activate-venv: SKIPPING 06:46:13 INFO: No Stack... 06:46:14 INFO: Retrieving Pricing Info for: v3-standard-4 06:46:15 INFO: Archiving Costs [Pipeline] sh 06:46:15 + + catcut /w/workspace/device-rfid-llrp-go/1/archives/cost.csv -d, 06:46:15 -f6 [Pipeline] lock 06:46:15 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-rfid-llrp-go-PR-316-1-stack-cost] 06:46:15 Resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-316-1-stack-cost] did not exist. Created. 06:46:15 Lock acquired on [Resource: jenkins-edgexfoundry-device-rfid-llrp-go-PR-316-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:46:16 /w/workspace/device-rfid-llrp-go/1@tmp/durable-1ab096d6/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 06:46:17 + echo total: 0.10999999940395355 [Pipeline] stash 06:46:17 Warning: overwriting stash ‘stack-cost’ 06:46:17 Stashed 1 file(s) [Pipeline] } 06:46:17 Lock released on resource [Resource: jenkins-edgexfoundry-device-rfid-llrp-go-PR-316-1-stack-cost] [Pipeline] // lock [Pipeline] } 06:46:17 $ docker stop --time=1 6152fe066568b0272fee57ae8bd5c9d9bdd9f576e3da9e47650734b5b097baed 06:46:18 $ docker rm -f --volumes 6152fe066568b0272fee57ae8bd5c9d9bdd9f576e3da9e47650734b5b097baed [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 06:46:20 provisioning config files... 06:46:20 copy managed file [device-rfid-llrp-go-codecov-token] to file:/w/workspace/undry_device-rfid-llrp-go_PR-316@tmp/config205615462638560016tmp [Pipeline] { [Pipeline] sh 06:46:20 + set +x 06:46:20 + + curl -s https://codecov.io/bash 06:46:20 bash -s -- 06:46:20 06:46:20 _____ _ 06:46:20 / ____| | | 06:46:20 | | ___ __| | ___ ___ _____ __ 06:46:20 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 06:46:20 | |___| (_) | (_| | __/ (_| (_) \ V / 06:46:20 \_____\___/ \__,_|\___|\___\___/ \_/ 06:46:20 Bash-1.0.6 06:46:20 06:46:20 06:46:20 ==> git version 2.25.1 found 06:46:20 ==> 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 06:46:20 Release-Date: 2020-01-08 06:46:20 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 06:46:20 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 06:46:20 ==> Jenkins CI detected. 06:46:20 current dir:  /w/workspace/undry_device-rfid-llrp-go_PR-316 06:46:20 project root: . 06:46:20 --> token set from env 06:46:20 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 06:46:20 ==> Running gcov in . (disable via -X gcov) 06:46:20 ==> Python coveragepy not found 06:46:20 ==> Searching for coverage reports in: 06:46:20 + . 06:46:20 -> Found 1 reports 06:46:20 ==> Detecting git/mercurial file structure 06:46:20 ==> Reading reports 06:46:20 + ./coverage.out bytes=451915 06:46:20 ==> Appending adjustments 06:46:20 https://docs.codecov.io/docs/fixing-reports 06:46:20 + Found adjustments 06:46:20 ==> Gzipping contents 06:46:20 52K /tmp/codecov.omS6u8.gz 06:46:20 ==> Uploading reports 06:46:20 url: https://codecov.io 06:46:20 query: branch=PR-316&commit=38b54bc2ad585e44212b4ed68a2630b6f27188b6&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rfid-llrp-go%2Fjob%2FPR-316%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rfid-llrp-go&service=jenkins&flags=&pr=316&job=&cmd_args= 06:46:21 -> Pinging Codecov 06:46:21 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=PR-316&commit=38b54bc2ad585e44212b4ed68a2630b6f27188b6&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rfid-llrp-go%2Fjob%2FPR-316%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rfid-llrp-go&service=jenkins&flags=&pr=316&job=&cmd_args= 06:46:21 -> Uploading to 06:46:21 https://storage.googleapis.com/codecov/shelter/v4/github/edgexfoundry/device-rfid-llrp-go/38b54bc2ad585e44212b4ed68a2630b6f27188b6/38faad4e-7ebe-43fc-a151-41d7a8661e71.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20241004%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20241004T064621Z&X-Amz-Expires=30&X-Amz-SignedHeaders=host&X-Amz-Signature=fd52dbeb9ff0d1163aaa43fdb32199b49c020ed4df889b01a9826a565fd64b4f 06:46:21 % Total % Received % Xferd Average Speed Time Time Time Current 06:46:21 Dload Upload Total Spent Left Speed 06:46:21 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 51489 0 0 100 51489 0 201k --:--:-- --:--:-- --:--:-- 201k 06:46:21 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rfid-llrp-go/commit/38b54bc2ad585e44212b4ed68a2630b6f27188b6 [Pipeline] } 06:46:21 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] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 06:46:23 + [ -d /w/workspace/undry_device-rfid-llrp-go_PR-316/archives ] 06:46:23 + ls -al /w/workspace/undry_device-rfid-llrp-go_PR-316/archives 06:46:23 total 16 06:46:23 drwxr-xr-x 3 root root 4096 Oct 4 06:34 . 06:46:23 drwxrwxr-x 12 jenkins jenkins 4096 Oct 4 06:34 .. 06:46:23 drwxr-xr-x 2 root root 4096 Oct 4 06:34 cost 06:46:23 -rw-r--r-- 1 root root 91 Oct 4 06:34 cost.csv 06:46:23 + sudo chown -R jenkins:jenkins /w/workspace/undry_device-rfid-llrp-go_PR-316/archives 06:46:23 + ls -al /w/workspace/undry_device-rfid-llrp-go_PR-316/archives 06:46:23 total 16 06:46:23 drwxr-xr-x 3 jenkins jenkins 4096 Oct 4 06:34 . 06:46:23 drwxrwxr-x 12 jenkins jenkins 4096 Oct 4 06:34 .. 06:46:23 drwxr-xr-x 2 jenkins jenkins 4096 Oct 4 06:34 cost 06:46:23 -rw-r--r-- 1 jenkins jenkins 91 Oct 4 06:34 cost.csv [Pipeline] libraryResource [Pipeline] sh 06:46:24 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:46:25 ---> package-listing.sh 06:46:25 ++ facter osfamily 06:46:25 ++ tr '[:upper:]' '[:lower:]' 06:46:25 + OS_FAMILY=debian 06:46:25 + workspace=/w/workspace/undry_device-rfid-llrp-go_PR-316 06:46:25 + START_PACKAGES=/tmp/packages_start.txt 06:46:25 + END_PACKAGES=/tmp/packages_end.txt 06:46:25 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:46:25 + PACKAGES=/tmp/packages_start.txt 06:46:25 + '[' /w/workspace/undry_device-rfid-llrp-go_PR-316 ']' 06:46:25 + PACKAGES=/tmp/packages_end.txt 06:46:25 + case "${OS_FAMILY}" in 06:46:25 + dpkg -l 06:46:25 + grep '^ii' 06:46:25 + '[' -f /tmp/packages_start.txt ']' 06:46:25 + '[' -f /tmp/packages_end.txt ']' 06:46:25 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:46:25 + '[' /w/workspace/undry_device-rfid-llrp-go_PR-316 ']' 06:46:25 + mkdir -p /w/workspace/undry_device-rfid-llrp-go_PR-316/archives/ 06:46:25 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/undry_device-rfid-llrp-go_PR-316/archives/ [Pipeline] echo 06:46:25 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/undry_device-rfid-llrp-go_PR-316/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 06:46:25 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:46:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:46:26 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:46:26 prd-ubuntu20.04-docker-8c-8g-15699 does not seem to be running inside a container 06:46:26 $ 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/undry_device-rfid-llrp-go_PR-316/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/undry_device-rfid-llrp-go_PR-316 -v /w/workspace/undry_device-rfid-llrp-go_PR-316:/w/workspace/undry_device-rfid-llrp-go_PR-316:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-316@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-316@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 06:46:26 $ docker top 898c3f29cffa907c696b799150da19cc27e30fc447a81cc6afdef97d432eb3a4 -eo pid,comm [Pipeline] { [Pipeline] sh 06:46:27 + touch /tmp/pre-build-complete [Pipeline] sh 06:46:27 + mkdir -p /var/log/sysstat [Pipeline] sh 06:46:27 + ls /var/log/sa-host 06:46:27 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:46:27 provisioning config files... 06:46:27 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/undry_device-rfid-llrp-go_PR-316@tmp/config17702919099571573330tmp [Pipeline] { [Pipeline] echo 06:46:27 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:46:28 ---> create-netrc.sh [Pipeline] } 06:46:28 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 06:46:28 ---> python-tools-install.sh [Pipeline] echo 06:46:28 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:46:29 ---> sudo-logs.sh 06:46:29 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 06:46:29 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:46:29 ---> job-cost.sh 06:46:29 lf-activate-venv: SKIPPING 06:46:29 DEBUG: total: 0.2199999988079071 06:46:29 INFO: Retrieving Stack Cost... 06:46:29 INFO: Retrieving Pricing Info for: v3-standard-8 06:46:30 INFO: Archiving Costs [Pipeline] echo 06:46:30 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:46:30 ---> logs-deploy.sh 06:46:30 lf-activate-venv: SKIPPING 06:46:30 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rfid-llrp-go/PR-316/1 06:46:30 INFO: archiving workspace using pattern(s): 06:46:31 Archives upload complete. 06:46:31 INFO: archiving logs to Nexus