Pull request #211 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 4b3a4da264884e1b9f8c16a8f440796932f49319+50861cafd9a0a537a9199728e1fa185e63d74b97 (cb55a2079a81fa53fa2e52c8bd44e443993fc1a8) 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-ssh1673387086909843081.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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-ssh8080296381847824577.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 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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-211/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-211/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh1094857616292784847.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-211/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13204954325238322200.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 # timeout=10 Commit message: "fix: bug with isLTS relying on env.GIT_BRANCH inside cd-management repo (#429)" > 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-ssh10581233081547962223.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-211/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-211/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh10920188375870627648.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 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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, buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-rfid-llrp-go-settings PROJECT: device-rfid-llrp-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: 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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-9528 in /w/workspace/undry_device-rfid-llrp-go_PR-211 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE 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-211 # 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/211/head:refs/remotes/origin/PR-211 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 50861cafd9a0a537a9199728e1fa185e63d74b97 into PR head commit 4b3a4da264884e1b9f8c16a8f440796932f49319 Merge succeeded, producing 4b3a4da264884e1b9f8c16a8f440796932f49319 Checking out Revision 4b3a4da264884e1b9f8c16a8f440796932f49319 (PR-211) Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 11:10:44 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { > git config core.sparsecheckout # timeout=10 > git checkout -f 4b3a4da264884e1b9f8c16a8f440796932f49319 # 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 50861cafd9a0a537a9199728e1fa185e63d74b97 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4b3a4da264884e1b9f8c16a8f440796932f49319 # timeout=10 [Pipeline] withCredentials 11:10:45 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 11:10:45 ========================================================= 11:10:45 EdgeX Global Pipelines Version Info 11:10:45 ========================================================= [Pipeline] libraryResource [Pipeline] sh 11:10:46 ------------------- 11:10:46 stable info: 11:10:46 ------------------- 11:10:46 Commited By: Bill Mahoney bill.mahoney@intel.com 11:10:46 Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 11:10:46 Message: update stable to v1.0.248 11:10:46 ------------------- 11:10:46 experimental info: 11:10:46 ------------------- 11:10:46 Commited By: **** collab-it+edgex@linuxfoundation.org 11:10:46 Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 11:10:46 Message: update experimental to v1.0.248 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 11:10:46 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rfid-llrp-go-settings [Pipeline] echo 11:10:46 [edgeXSetupEnvironment]: set envvar PROJECT = device-rfid-llrp-go [Pipeline] echo 11:10:47 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 11:10:47 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 11:10:47 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 11:10:47 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 11:10:47 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 11:10:47 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 11:10:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 11:10:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 11:10:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 11:10:47 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rfid-llrp [Pipeline] echo 11:10:47 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 11:10:47 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 11:10:47 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 11:10:47 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 11:10:47 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 11:10:47 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 11:10:47 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 11:10:47 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 11:10:47 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 11:10:47 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 11:10:47 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 11:10:47 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 11:10:47 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 11:10:47 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 11:10:48 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 11:10:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-211 [Pipeline] echo 11:10:48 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-211 [Pipeline] echo 11:10:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-211 [Pipeline] echo 11:10:48 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4b3a4da264884e1b9f8c16a8f440796932f49319 [Pipeline] echo 11:10:48 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4b3a4da [Pipeline] echo 11:10:48 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:10:48 provisioning config files... 11:10:48 copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/undry_device-rfid-llrp-go_PR-211@tmp/config4732896470861677435tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:10:48 ---> docker-login.sh 11:10:48 nexus3.edgexfoundry.org:10001 11:10:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:10:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:10:49 Configure a credential helper to remove this warning. See 11:10:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:10:49 11:10:49 Login Succeeded 11:10:49 nexus3.edgexfoundry.org:10002 11:10:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:10:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:10:49 Configure a credential helper to remove this warning. See 11:10:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:10:49 11:10:49 Login Succeeded 11:10:49 nexus3.edgexfoundry.org:10003 11:10:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:10:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:10:49 Configure a credential helper to remove this warning. See 11:10:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:10:49 11:10:49 Login Succeeded 11:10:49 nexus3.edgexfoundry.org:10004 11:10:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:10:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:10:49 Configure a credential helper to remove this warning. See 11:10:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:10:49 11:10:49 Login Succeeded 11:10:49 docker.io 11:10:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:10:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:10:49 Configure a credential helper to remove this warning. See 11:10:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:10:49 11:10:49 Login Succeeded 11:10:49 ---> docker-login.sh ends [Pipeline] } 11:10:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 11:10:50 + git rev-list -1 --merges 4b3a4da264884e1b9f8c16a8f440796932f49319~1..4b3a4da264884e1b9f8c16a8f440796932f49319 [Pipeline] echo 11:10:50 -----------> git rev-list -1 --merges 4b3a4da264884e1b9f8c16a8f440796932f49319~1..4b3a4da264884e1b9f8c16a8f440796932f49319 4b3a4da264884e1b9f8c16a8f440796932f49319 [false] [Pipeline] sh 11:10:50 + git log --format=format:%s -1 4b3a4da264884e1b9f8c16a8f440796932f49319 [Pipeline] echo 11:10:50 ========================================================= 11:10:50 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 11:10:50 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 11:10:51 + git log --format=format:%s -1 4b3a4da264884e1b9f8c16a8f440796932f49319 [Pipeline] echo 11:10:51 [semverPrep] GIT_COMMIT: 4b3a4da264884e1b9f8c16a8f440796932f49319, Commit Message: build(deps): bump github.com/edgexfoundry/device-sdk-go/v3 [Pipeline] echo 11:10:51 [semverPrep] This is not a build commit. [Pipeline] sh 11:10:51 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:10:51 + grep -v github /etc/ssh/ssh_known_hosts 11:10:51 + [ -e /tmp/ssh_known_hosts ] 11:10:51 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 11:10:51 + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 11:10:51 sudo tee -a /etc/ssh/ssh_known_hosts 11:10:51 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:10:52 11:10:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:10:52 0.1.4: Pulling from edgex-devops/py-git-semver 11:10:52 b85a868b505f: Pulling fs layer 11:10:52 e2be974225ed: Pulling fs layer 11:10:52 339a4e72a1f5: Pulling fs layer 11:10:52 988bab9f4d93: Pulling fs layer 11:10:52 1469e6f7b9e6: Pulling fs layer 11:10:52 eaf3925da568: Pulling fs layer 11:10:52 bab4dde63d76: Pulling fs layer 11:10:52 bde34c3a00c8: Pulling fs layer 11:10:52 b352a97aabf1: Pulling fs layer 11:10:52 4872d77fe225: Pulling fs layer 11:10:52 5851b861e8e6: Pulling fs layer 11:10:52 1469e6f7b9e6: Waiting 11:10:52 bab4dde63d76: Waiting 11:10:52 b352a97aabf1: Waiting 11:10:52 5851b861e8e6: Waiting 11:10:52 4872d77fe225: Waiting 11:10:52 988bab9f4d93: Waiting 11:10:52 e2be974225ed: Verifying Checksum 11:10:52 e2be974225ed: Download complete 11:10:52 988bab9f4d93: Download complete 11:10:52 1469e6f7b9e6: Verifying Checksum 11:10:52 1469e6f7b9e6: Download complete 11:10:52 eaf3925da568: Verifying Checksum 11:10:52 eaf3925da568: Download complete 11:10:52 339a4e72a1f5: Verifying Checksum 11:10:52 339a4e72a1f5: Download complete 11:10:53 bde34c3a00c8: Verifying Checksum 11:10:53 bde34c3a00c8: Download complete 11:10:53 b352a97aabf1: Download complete 11:10:53 4872d77fe225: Download complete 11:10:53 5851b861e8e6: Verifying Checksum 11:10:53 5851b861e8e6: Download complete 11:10:53 b85a868b505f: Download complete 11:10:53 bab4dde63d76: Verifying Checksum 11:10:53 bab4dde63d76: Download complete 11:10:54 b85a868b505f: Pull complete 11:10:54 e2be974225ed: Pull complete 11:10:55 339a4e72a1f5: Pull complete 11:10:55 988bab9f4d93: Pull complete 11:10:55 1469e6f7b9e6: Pull complete 11:10:55 eaf3925da568: Pull complete 11:10:57 bab4dde63d76: Pull complete 11:10:57 bde34c3a00c8: Pull complete 11:10:57 b352a97aabf1: Pull complete 11:10:57 4872d77fe225: Pull complete 11:10:57 5851b861e8e6: Pull complete 11:10:57 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 11:10:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:10:57 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:10:57 prd-ubuntu20.04-docker-8c-8g-9528 does not seem to be running inside a container 11:10:58 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_device-rfid-llrp-go_PR-211 -v /w/workspace/undry_device-rfid-llrp-go_PR-211:/w/workspace/undry_device-rfid-llrp-go_PR-211:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-211@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-211@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 11:11:01 $ docker top b46c2d466c72a95f2f2d3fd06643373741015466b2365ef572b6211d75b5387e -eo pid,comm 11:11:01 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). 11:11:01 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:11:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:11:01 [ssh-agent] Looking for ssh-agent implementation... 11:11:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:11:01 $ docker exec b46c2d466c72a95f2f2d3fd06643373741015466b2365ef572b6211d75b5387e ssh-agent 11:11:02 SSH_AUTH_SOCK=/tmp/ssh-vu3KS72zIRJs/agent.32 11:11:02 SSH_AGENT_PID=38 11:11:02 Running ssh-add (command line suppressed) 11:11:02 Identity added: /w/workspace/undry_device-rfid-llrp-go_PR-211@tmp/private_key_17079340233571604959.key (/w/workspace/undry_device-rfid-llrp-go_PR-211@tmp/private_key_17079340233571604959.key) 11:11:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:11:02 + git tag --points-at HEAD [Pipeline] } 11:11:02 $ docker exec --env ******** --env ******** b46c2d466c72a95f2f2d3fd06643373741015466b2365ef572b6211d75b5387e ssh-agent -k 11:11:02 unset SSH_AUTH_SOCK; 11:11:02 unset SSH_AGENT_PID; 11:11:02 echo Agent pid 38 killed; 11:11:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 11:11:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:11:02 [ssh-agent] Looking for ssh-agent implementation... 11:11:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:11:02 $ docker exec b46c2d466c72a95f2f2d3fd06643373741015466b2365ef572b6211d75b5387e ssh-agent 11:11:03 SSH_AUTH_SOCK=/tmp/ssh-Bq9wOVMzZLk0/agent.71 11:11:03 SSH_AGENT_PID=77 11:11:03 Running ssh-add (command line suppressed) 11:11:03 Identity added: /w/workspace/undry_device-rfid-llrp-go_PR-211@tmp/private_key_11986384812096806455.key (/w/workspace/undry_device-rfid-llrp-go_PR-211@tmp/private_key_11986384812096806455.key) 11:11:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:11:03 + git semver init 11:11:03 2023-04-24 11:11:03,692 [run_init] DEBUG init version:0.0.0 force:False 11:11:03 2023-04-24 11:11:03,694 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/undry_device-rfid-llrp-go_PR-211/.semver 11:11:03 2023-04-24 11:11:03,695 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rfid-llrp-go.git /w/workspace/undry_device-rfid-llrp-go_PR-211/.semver 11:11:03 2023-04-24 11:11:03,695 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-rfid-llrp-go.git', '/w/workspace/undry_device-rfid-llrp-go_PR-211/.semver'], cwd=/w/workspace/undry_device-rfid-llrp-go_PR-211, universal_newlines=False, shell=None, istream=None) 11:11:04 2023-04-24 11:11:04,512 [append_file] DEBUG append to file:/w/workspace/undry_device-rfid-llrp-go_PR-211/.git/info/exclude 11:11:04 2023-04-24 11:11:04,513 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/undry_device-rfid-llrp-go_PR-211/.semver/PR-211 with force:False 11:11:04 2023-04-24 11:11:04,513 [write_file] DEBUG write to file:/w/workspace/undry_device-rfid-llrp-go_PR-211/.semver/PR-211 11:11:04 2023-04-24 11:11:04,517 [execute] INFO git cat-file --batch-check 11:11:04 2023-04-24 11:11:04,518 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/undry_device-rfid-llrp-go_PR-211/.semver, universal_newlines=False, shell=None, istream=) 11:11:04 2023-04-24 11:11:04,523 [execute] INFO git cat-file --batch 11:11:04 2023-04-24 11:11:04,523 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/undry_device-rfid-llrp-go_PR-211/.semver, universal_newlines=False, shell=None, istream=) 11:11:04 2023-04-24 11:11:04,528 [read_version] DEBUG read version from /w/workspace/undry_device-rfid-llrp-go_PR-211/.semver/PR-211 11:11:04 0.0.0 [Pipeline] } 11:11:04 $ docker exec --env ******** --env ******** b46c2d466c72a95f2f2d3fd06643373741015466b2365ef572b6211d75b5387e ssh-agent -k 11:11:04 unset SSH_AUTH_SOCK; 11:11:04 unset SSH_AGENT_PID; 11:11:04 echo Agent pid 77 killed; 11:11:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:11:05 + git semver [Pipeline] } 11:11:05 $ docker stop --time=1 b46c2d466c72a95f2f2d3fd06643373741015466b2365ef572b6211d75b5387e 11:11:06 $ docker rm -f --volumes b46c2d466c72a95f2f2d3fd06643373741015466b2365ef572b6211d75b5387e [Pipeline] // withDockerContainer [Pipeline] sh 11:11:07 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 11:11:07 Stashed 1 file(s) [Pipeline] echo 11:11: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 11:11:08 provisioning config files... 11:11:08 copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/undry_device-rfid-llrp-go_PR-211@tmp/config1936140769535302919tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:11:08 ---> docker-login.sh 11:11:08 nexus3.edgexfoundry.org:10001 11:11:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:11:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:11:08 Configure a credential helper to remove this warning. See 11:11:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:11:08 11:11:08 Login Succeeded 11:11:08 nexus3.edgexfoundry.org:10002 11:11:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:11:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:11:08 Configure a credential helper to remove this warning. See 11:11:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:11:08 11:11:08 Login Succeeded 11:11:08 nexus3.edgexfoundry.org:10003 11:11:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:11:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:11:08 Configure a credential helper to remove this warning. See 11:11:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:11:08 11:11:08 Login Succeeded 11:11:08 nexus3.edgexfoundry.org:10004 11:11:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:11:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:11:08 Configure a credential helper to remove this warning. See 11:11:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:11:08 11:11:08 Login Succeeded 11:11:08 docker.io 11:11:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:11:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:11:09 Configure a credential helper to remove this warning. See 11:11:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:11:09 11:11:09 Login Succeeded 11:11:09 ---> docker-login.sh ends [Pipeline] } 11:11:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 11:11:09 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 11:11:09 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 11:11:09 ========================================================= 11:11:09 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 11:11:09 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:09 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . 11:11:09 Sending build context to Docker daemon 4.222MB 11:11:09 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 11:11:09 Step 2/12 : FROM ${BASE} AS builder 11:11:09 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 11:11:09 63b65145d645: Pulling fs layer 11:11:09 a2d21d5440eb: Pulling fs layer 11:11:09 935e6c44a52c: Pulling fs layer 11:11:09 94cc34f8dd06: Pulling fs layer 11:11:09 30dea6a524f1: Pulling fs layer 11:11:09 a2aff8979fd8: Pulling fs layer 11:11:09 6808be2612f2: Pulling fs layer 11:11:09 f25807f1079a: Pulling fs layer 11:11:09 94cc34f8dd06: Waiting 11:11:09 30dea6a524f1: Waiting 11:11:09 6808be2612f2: Waiting 11:11:09 f25807f1079a: Waiting 11:11:09 a2aff8979fd8: Waiting 11:11:09 a2d21d5440eb: Download complete 11:11:09 94cc34f8dd06: Download complete 11:11:10 30dea6a524f1: Download complete 11:11:10 63b65145d645: Verifying Checksum 11:11:10 63b65145d645: Download complete 11:11:10 a2aff8979fd8: Verifying Checksum 11:11:10 a2aff8979fd8: Download complete 11:11:10 63b65145d645: Pull complete 11:11:10 a2d21d5440eb: Pull complete 11:11:10 f25807f1079a: Verifying Checksum 11:11:10 f25807f1079a: Download complete 11:11:10 935e6c44a52c: Verifying Checksum 11:11:10 935e6c44a52c: Download complete 11:11:10 6808be2612f2: Download complete 11:11:14 935e6c44a52c: Pull complete 11:11:14 94cc34f8dd06: Pull complete 11:11:14 30dea6a524f1: Pull complete 11:11:14 a2aff8979fd8: Pull complete 11:11:16 6808be2612f2: Pull complete 11:11:17 f25807f1079a: Pull complete 11:11:17 Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 11:11:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 11:11:17 ---> 3b553350e43f 11:11:17 Step 3/12 : ARG ADD_BUILD_TAGS="" 11:11:22 Still waiting to schedule task 11:11:22 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 11:11:24 ---> Running in 5b1dd9811337 11:11:24 Removing intermediate container 5b1dd9811337 11:11:24 ---> c832587977e0 11:11:24 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 11:11:24 ---> Running in a8a307533dfd 11:11:24 Removing intermediate container a8a307533dfd 11:11:24 ---> 7931bb87ed40 11:11:24 Step 5/12 : ARG ALPINE_PKG_BASE="make git" 11:11:24 ---> Running in dcaf950867eb 11:11:24 Removing intermediate container dcaf950867eb 11:11:24 ---> 4a4af58dd3e3 11:11:24 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 11:11:24 ---> Running in 814e66301cb7 11:11:24 Removing intermediate container 814e66301cb7 11:11:24 ---> 6348734c2d70 11:11:24 Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:11:24 ---> Running in 3e5793e283c4 11:11:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 11:11:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 11:11:24 OK: 265 MiB in 53 packages 11:11:24 Removing intermediate container 3e5793e283c4 11:11:24 ---> 84ae0acb687d 11:11:24 Step 8/12 : WORKDIR /app 11:11:24 ---> Running in caa2207253b5 11:11:24 Removing intermediate container caa2207253b5 11:11:24 ---> 35cebefe4786 11:11:24 Step 9/12 : COPY go.mod vendor* ./ 11:11:24 ---> bd2110e8d6dc 11:11:24 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:11:24 ---> Running in f13225216533 11:11:57 Removing intermediate container f13225216533 11:11:57 ---> c93db8837502 11:11:57 Step 11/12 : COPY . . 11:11:57 ---> f2fe92863ba2 11:11:57 Step 12/12 : RUN $MAKE 11:11:57 ---> Running in 909f5cef1d37 11:11:57 noop 11:11:57 Removing intermediate container 909f5cef1d37 11:11:57 ---> 2c11fbdb2c4a 11:11:57 Successfully built 2c11fbdb2c4a 11:11:57 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:58 + docker inspect -f . ci-base-image-x86_64 11:11:58 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:11:58 prd-ubuntu20.04-docker-8c-8g-9528 does not seem to be running inside a container 11:11:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/undry_device-rfid-llrp-go_PR-211 -v /w/workspace/undry_device-rfid-llrp-go_PR-211:/w/workspace/undry_device-rfid-llrp-go_PR-211:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-211@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-211@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 11:11:58 $ docker top 7fce06f23d5faf0aa5944be34a8a9311b6cbe43d06e0dc85c42e6afd498dceb4 -eo pid,comm [Pipeline] { [Pipeline] sh 11:11:59 + go version 11:11:59 go version go1.20.2 linux/amd64 [Pipeline] } 11:11:59 $ docker stop --time=1 7fce06f23d5faf0aa5944be34a8a9311b6cbe43d06e0dc85c42e6afd498dceb4 11:12:00 $ docker rm -f --volumes 7fce06f23d5faf0aa5944be34a8a9311b6cbe43d06e0dc85c42e6afd498dceb4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:12:01 + docker inspect -f . ci-base-image-x86_64 11:12:01 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:12:01 prd-ubuntu20.04-docker-8c-8g-9528 does not seem to be running inside a container 11:12:01 $ 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-211 -v /w/workspace/undry_device-rfid-llrp-go_PR-211:/w/workspace/undry_device-rfid-llrp-go_PR-211:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-211@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-211@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 11:12:01 $ docker top 5d9b28be3cccd6995d2bddd8d57a824f801a4e2fe815536027b323423a2ea542 -eo pid,comm [Pipeline] { [Pipeline] sh 11:12:02 + git config --global --add safe.directory /w/workspace/undry_device-rfid-llrp-go_PR-211 [Pipeline] fileExists [Pipeline] sh 11:12:02 + make test 11:12:02 go test ./... -coverprofile=coverage.out ./... 11:12:07 ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] 11:12:20 ? github.com/edgexfoundry/device-rfid-llrp-go/cmd [no test files] 11:12:20 ? github.com/edgexfoundry/device-rfid-llrp-go/cmd/llrp [no test files] 11:12:22 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/driver 4.086s coverage: 40.5% of statements 11:12:22 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.257s coverage: 52.0% of statements 11:12:22 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.011s coverage: 95.5% of statements 11:12:30 go vet ./... 11:12:34 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 11:12:34 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 11:12:34 ./bin/test-attribution-txt.sh 11:12:35 An attribution for golang.org/x/mod is missing from Attribution.txt, please add 11:12:35 An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo 11:12:35 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 11:12:35 $ docker stop --time=1 5d9b28be3cccd6995d2bddd8d57a824f801a4e2fe815536027b323423a2ea542 11:12:39 $ docker rm -f --volumes 5d9b28be3cccd6995d2bddd8d57a824f801a4e2fe815536027b323423a2ea542 [Pipeline] // withDockerContainer [Pipeline] sh 11:12:39 + sudo chown -R jenkins:jenkins . [Pipeline] stash 11:12:39 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 11:12:40 + sudo chown -R jenkins:jenkins . [Pipeline] sh 11:12:40 + ls -al . 11:12:40 total 628 11:12:40 drwxrwxr-x 11 jenkins jenkins 4096 Apr 24 11:12 . 11:12:40 drwxrwxr-x 4 jenkins jenkins 4096 Apr 24 11:10 .. 11:12:40 -rw-rw-r-- 1 jenkins jenkins 134 Apr 24 11:10 .dockerignore 11:12:40 drwxrwxr-x 8 jenkins jenkins 4096 Apr 24 11:11 .git 11:12:40 drwxrwxr-x 3 jenkins jenkins 4096 Apr 24 11:10 .github 11:12:40 -rw-rw-r-- 1 jenkins jenkins 946 Apr 24 11:10 .gitignore 11:12:40 -rw-rw-r-- 1 jenkins jenkins 41 Apr 24 11:10 .golangci.yml 11:12:40 drwxr-xr-x 3 jenkins jenkins 4096 Apr 24 11:11 .semver 11:12:40 -rw-rw-r-- 1 jenkins jenkins 10794 Apr 24 11:10 Attribution.txt 11:12:40 -rw-rw-r-- 1 jenkins jenkins 5905 Apr 24 11:10 CHANGELOG.md 11:12:40 -rw-rw-r-- 1 jenkins jenkins 1347 Apr 24 11:10 Dockerfile 11:12:40 -rw-rw-r-- 1 jenkins jenkins 677 Apr 24 11:10 GOVERNANCE.md 11:12:40 -rw-rw-r-- 1 jenkins jenkins 683 Apr 24 11:10 Jenkinsfile 11:12:40 -rw-rw-r-- 1 jenkins jenkins 11347 Apr 24 11:10 LICENSE 11:12:40 -rw-rw-r-- 1 jenkins jenkins 2053 Apr 24 11:10 Makefile 11:12:40 -rw-rw-r-- 1 jenkins jenkins 625 Apr 24 11:10 OWNERS.md 11:12:40 -rw-rw-r-- 1 jenkins jenkins 28505 Apr 24 11:10 README.md 11:12:40 -rw-rw-r-- 1 jenkins jenkins 5 Apr 24 11:11 VERSION 11:12:40 drwxrwxr-x 2 jenkins jenkins 4096 Apr 24 11:10 bin 11:12:40 drwxrwxr-x 4 jenkins jenkins 4096 Apr 24 11:10 cmd 11:12:40 -rw-r--r-- 1 jenkins jenkins 458038 Apr 24 11:12 coverage.out 11:12:40 drwxrwxr-x 2 jenkins jenkins 4096 Apr 24 11:10 examples 11:12:40 -rw-rw-r-- 1 jenkins jenkins 3419 Apr 24 11:10 go.mod 11:12:40 -rw-rw-r-- 1 jenkins jenkins 31193 Apr 24 11:10 go.sum 11:12:40 drwxrwxr-x 2 jenkins jenkins 4096 Apr 24 11:10 images 11:12:40 drwxrwxr-x 5 jenkins jenkins 4096 Apr 24 11:10 internal 11:12:40 drwxrwxr-x 4 jenkins jenkins 4096 Apr 24 11:10 snap 11:12:40 -rw-rw-r-- 1 jenkins jenkins 193 Apr 24 11:10 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:12:41 + 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=4b3a4da264884e1b9f8c16a8f440796932f49319 --label arch=amd64 --label version=0.0.0 . 11:12:41 Sending build context to Docker daemon 4.222MB 11:12:41 Step 1/24 : ARG BASE=golang:1.20-alpine3.17 11:12:41 Step 2/24 : FROM ${BASE} AS builder 11:12:41 ---> 2c11fbdb2c4a 11:12:41 Step 3/24 : ARG ADD_BUILD_TAGS="" 11:12:41 ---> Running in d5f1f9c1ef3b 11:12:41 Removing intermediate container d5f1f9c1ef3b 11:12:41 ---> e9cf8071609b 11:12:41 Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 11:12:41 ---> Running in 23f7cabea5d7 11:12:41 Removing intermediate container 23f7cabea5d7 11:12:41 ---> 2b648778e8ea 11:12:41 Step 5/24 : ARG ALPINE_PKG_BASE="make git" 11:12:41 ---> Running in 01c50ce7f3cc 11:12:41 Removing intermediate container 01c50ce7f3cc 11:12:41 ---> 3279a96e1959 11:12:41 Step 6/24 : ARG ALPINE_PKG_EXTRA="" 11:12:41 ---> Running in c218142da48a 11:12:41 Removing intermediate container c218142da48a 11:12:41 ---> 267de7a258fc 11:12:41 Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:12:41 ---> Running in f0b497461386 11:12:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 11:12:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 11:12:42 OK: 265 MiB in 53 packages 11:12:42 Removing intermediate container f0b497461386 11:12:42 ---> 19e763ee613b 11:12:42 Step 8/24 : WORKDIR /app 11:12:42 ---> Running in 46c7e1f09c70 11:12:42 Removing intermediate container 46c7e1f09c70 11:12:42 ---> 76a9052cc54f 11:12:42 Step 9/24 : COPY go.mod vendor* ./ 11:12:43 ---> 8e25e5000280 11:12:43 Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:12:43 ---> Running in 0663b0be65f3 11:12:43 Removing intermediate container 0663b0be65f3 11:12:43 ---> 65c68a4aa145 11:12:43 Step 11/24 : COPY . . 11:12:44 ---> 0ce8a5e6a24e 11:12:44 Step 12/24 : RUN $MAKE 11:12:44 ---> Running in cce5745f9a84 11:12:44 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-rfid-llrp-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-rfid-llrp ./cmd 11:12:55 Running on prd-ubuntu20.04-docker-arm64-4c-16g-9529 in /w/workspace/undry_device-rfid-llrp-go_PR-211 [Pipeline] { [Pipeline] ws 11:12:56 Running in /w/workspace/device-rfid-llrp-go/1 [Pipeline] { [Pipeline] checkout 11:12:56 Selected Git installation does not exist. Using Default 11:12:56 The recommended git tool is: NONE 11:13:01 using credential edgex-jenkins-ssh 11:13:01 Cloning the remote Git repository 11:13:01 Cloning repository git@github.com:edgexfoundry/device-rfid-llrp-go.git 11:13:01 > git init /w/workspace/device-rfid-llrp-go/1 # timeout=10 11:13:02 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git 11:13:02 > git --version # timeout=10 11:13:02 > git --version # 'git version 2.25.1' 11:13:02 using GIT_SSH to set credentials SSH Credentials for GitHub 11:13:02 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 11:13:03 > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 11:13:03 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 11:13:04 Merging remotes/origin/main commit 50861cafd9a0a537a9199728e1fa185e63d74b97 into PR head commit 4b3a4da264884e1b9f8c16a8f440796932f49319 11:13:04 > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 11:13:04 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git 11:13:04 using GIT_SSH to set credentials SSH Credentials for GitHub 11:13:04 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/pull/211/head:refs/remotes/origin/PR-211 +refs/heads/main:refs/remotes/origin/main # timeout=10 11:13:04 > git config core.sparsecheckout # timeout=10 11:13:04 > git checkout -f 4b3a4da264884e1b9f8c16a8f440796932f49319 # timeout=10 11:13:05 Merge succeeded, producing 4b3a4da264884e1b9f8c16a8f440796932f49319 11:13:05 Checking out Revision 4b3a4da264884e1b9f8c16a8f440796932f49319 (PR-211) 11:13:05 Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v3" 11:13:05 > git --version # timeout=10 11:13:05 > git --version # 'git version 2.25.1' 11:13:05 fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { 11:13:05 > git remote # timeout=10 11:13:05 > git config --get remote.origin.url # timeout=10 11:13:05 using GIT_SSH to set credentials SSH Credentials for GitHub 11:13:05 > git merge 50861cafd9a0a537a9199728e1fa185e63d74b97 # timeout=10 11:13:05 > git rev-parse HEAD^{commit} # timeout=10 11:13:05 > git config core.sparsecheckout # timeout=10 11:13:05 > git checkout -f 4b3a4da264884e1b9f8c16a8f440796932f49319 # timeout=10 [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 11:13:06 Removing intermediate container cce5745f9a84 11:13:06 ---> 917505dc1891 11:13:06 Step 13/24 : FROM alpine:3.17 11:13:06 3.17: Pulling from library/alpine 11:13:06 f56be85fc22e: Pulling fs layer 11:13:06 f56be85fc22e: Verifying Checksum 11:13:06 f56be85fc22e: Download complete 11:13:06 f56be85fc22e: Pull complete 11:13:06 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 11:13:06 Status: Downloaded newer image for alpine:3.17 11:13:06 ---> 9ed4aefc74f6 11:13:06 Step 14/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 11:13:06 ---> Running in 4a751e1fc8a8 11:13:06 Removing intermediate container 4a751e1fc8a8 11:13:06 ---> 6440126f5803 11:13:06 Step 15/24 : RUN apk add --update --no-cache dumb-init 11:13:06 ---> Running in 6e198f539af8 11:13:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 11:13:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 11:13:06 (1/1) Installing dumb-init (1.2.5-r2) 11:13:06 Executing busybox-1.35.0-r29.trigger 11:13:06 OK: 7 MiB in 16 packages 11:13:06 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 11:13:06 % Total % Received % Xferd Average Speed Time Time Time Current 11:13:06 Dload Upload Total Spent Left Speed 11:13:06 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 98k 0 --:--:-- --:--:-- --:--:-- 98k 11:13:06 Removing intermediate container 6e198f539af8 11:13:06 ---> b19b85e665f1 11:13:06 Step 16/24 : COPY --from=builder /app/LICENSE / 11:13:07 ---> b136ac1ee82d 11:13:07 Step 17/24 : COPY --from=builder /app/Attribution.txt / 11:13:07 ---> da2fc2b22a66 11:13:07 Step 18/24 : COPY --from=builder /app/cmd/ / [Pipeline] sh 11:13:07 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 11:13:07 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 11:13:07 + sudo tee /etc/docker/daemon.new 11:13:07 { 11:13:07 "registry-mirrors": [ 11:13:07 "https://nexus3.edgexfoundry.org:10001" 11:13:07 ], 11:13:07 "bip": "10.250.0.254/24", 11:13:07 "hosts": [ 11:13:07 "tcp://0.0.0.0:5555", 11:13:07 "unix:///var/run/docker.sock" 11:13:07 ], 11:13:07 "mtu": 1458, 11:13:07 "selinux-enabled": true, 11:13:07 "seccomp-profile": "/etc/docker/seccomp.json" 11:13:07 } [Pipeline] sh 11:13:08 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 11:13:08 ---> 0b2fd61646b6 11:13:08 Step 19/24 : EXPOSE 59989 11:13:08 ---> Running in 3df6b883b43b 11:13:08 Removing intermediate container 3df6b883b43b 11:13:08 ---> b6b078f1a21d 11:13:08 Step 20/24 : ENTRYPOINT ["/device-rfid-llrp"] 11:13:08 ---> Running in c61ac4ad67a3 11:13:08 Removing intermediate container c61ac4ad67a3 11:13:08 ---> be34889b25c3 11:13:08 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 11:13:08 ---> Running in a0438d79291c 11:13:08 Removing intermediate container a0438d79291c 11:13:08 ---> 9a141e06da78 11:13:08 Step 22/24 : LABEL arch=amd64 11:13:08 ---> Running in c64f859dfa2d 11:13:08 Removing intermediate container c64f859dfa2d 11:13:08 ---> 394a47162902 11:13:08 Step 23/24 : LABEL git_sha=4b3a4da264884e1b9f8c16a8f440796932f49319 11:13:08 ---> Running in f515387a8a1a 11:13:08 + sudo service docker restart 11:13:08 Removing intermediate container f515387a8a1a 11:13:08 ---> 596df1a9f573 11:13:08 Step 24/24 : LABEL version=0.0.0 11:13:08 ---> Running in 8298ffb8d8fc 11:13:08 Removing intermediate container 8298ffb8d8fc 11:13:08 ---> 666cb2028d5f 11:13:08 [Warning] One or more build-args [ARCH] were not consumed 11:13:08 Successfully built 666cb2028d5f 11:13:08 Successfully tagged device-rfid-llrp:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:13:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:13:09 11:13:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:13:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:13:10 latest: Pulling from edgex-lftools-log-publisher 11:13:10 5eb5b503b376: Pulling fs layer 11:13:10 5c69ac0246d0: Pulling fs layer 11:13:10 ec43610c2a17: Pulling fs layer 11:13:10 3a2ae6a8a46f: Pulling fs layer 11:13:10 33b1e0a273af: Pulling fs layer 11:13:10 5d3b04190fa2: Pulling fs layer 11:13:10 2f39f015ded8: Pulling fs layer 11:13:10 3a2ae6a8a46f: Waiting 11:13:10 33b1e0a273af: Waiting 11:13:10 2f39f015ded8: Waiting 11:13:10 5d3b04190fa2: Waiting 11:13:10 5c69ac0246d0: Verifying Checksum 11:13:10 5c69ac0246d0: Download complete 11:13:10 3a2ae6a8a46f: Verifying Checksum 11:13:10 3a2ae6a8a46f: Download complete 11:13:10 33b1e0a273af: Verifying Checksum 11:13:10 33b1e0a273af: Download complete 11:13:10 ec43610c2a17: Verifying Checksum 11:13:10 ec43610c2a17: Download complete 11:13:10 5d3b04190fa2: Verifying Checksum 11:13:10 5d3b04190fa2: Download complete 11:13:10 5eb5b503b376: Download complete 11:13:11 2f39f015ded8: Verifying Checksum 11:13:11 2f39f015ded8: Download complete 11:13:11 5eb5b503b376: Pull complete 11:13:11 5c69ac0246d0: Pull complete 11:13:12 ec43610c2a17: Pull complete 11:13:12 3a2ae6a8a46f: Pull complete 11:13:12 33b1e0a273af: Pull complete 11:13:12 5d3b04190fa2: Pull complete 11:13:16 2f39f015ded8: Pull complete 11:13:16 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 11:13:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:13:16 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:13:17 prd-ubuntu20.04-docker-8c-8g-9528 does not seem to be running inside a container 11:13:17 $ 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-211 -v /w/workspace/undry_device-rfid-llrp-go_PR-211:/w/workspace/undry_device-rfid-llrp-go_PR-211:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-211@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-211@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 11:13:23 $ docker top f0ac1cde7bd2c7b11774479af0c2cf30e82d9f9f45ba457c0044d3b3e447f62b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:13:23 ---> job-cost.sh 11:13:23 lf-activate-venv: SKIPPING 11:13:23 INFO: No Stack... 11:13:24 INFO: Retrieving Pricing Info for: v3-standard-8 11:13:24 INFO: Archiving Costs [Pipeline] sh 11:13:24 + cat /w/workspace/undry_device-rfid-llrp-go_PR-211/archives/cost.csv 11:13:24 + cut -d, -f6 [Pipeline] lock 11:13:24 Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-211-1-stack-cost] 11:13:24 Resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-211-1-stack-cost] did not exist. Created. 11:13:24 Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-211-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 11:13:25 + echo total: 0.2199999988079071 [Pipeline] stash 11:13:25 Stashed 1 file(s) [Pipeline] } 11:13:25 Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-211-1-stack-cost] [Pipeline] // lock [Pipeline] } 11:13:25 $ docker stop --time=1 f0ac1cde7bd2c7b11774479af0c2cf30e82d9f9f45ba457c0044d3b3e447f62b 11:13:26 $ docker rm -f --volumes f0ac1cde7bd2c7b11774479af0c2cf30e82d9f9f45ba457c0044d3b3e447f62b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:13:27 provisioning config files... 11:13:27 copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/device-rfid-llrp-go/1@tmp/config8324978172220799445tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:13:27 ---> docker-login.sh 11:13:27 nexus3.edgexfoundry.org:10001 11:13:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:13:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:13:28 Configure a credential helper to remove this warning. See 11:13:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:13:28 11:13:28 Login Succeeded 11:13:28 nexus3.edgexfoundry.org:10002 11:13:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:13:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:13:28 Configure a credential helper to remove this warning. See 11:13:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:13:28 11:13:28 Login Succeeded 11:13:28 nexus3.edgexfoundry.org:10003 11:13:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:13:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:13:28 Configure a credential helper to remove this warning. See 11:13:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:13:28 11:13:28 Login Succeeded 11:13:28 nexus3.edgexfoundry.org:10004 11:13:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:13:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:13:29 Configure a credential helper to remove this warning. See 11:13:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:13:29 11:13:29 Login Succeeded 11:13:29 docker.io 11:13:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:13:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:13:29 Configure a credential helper to remove this warning. See 11:13:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:13:29 11:13:29 Login Succeeded 11:13:29 ---> docker-login.sh ends [Pipeline] } 11:13:29 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 11:13:30 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 11:13:30 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 11:13:30 ========================================================= 11:13:30 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 11:13:30 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:13:30 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . 11:13:30 Sending build context to Docker daemon 1.212MB 11:13:30 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 11:13:30 Step 2/12 : FROM ${BASE} AS builder 11:13:31 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 11:13:31 af6eaf76a39c: Pulling fs layer 11:13:31 55522c791124: Pulling fs layer 11:13:31 ce5c4a1c91eb: Pulling fs layer 11:13:31 169dfbe0d373: Pulling fs layer 11:13:31 e1ff8fa3b103: Pulling fs layer 11:13:31 52ebb69f0ebf: Pulling fs layer 11:13:31 5abe8eddf0d5: Pulling fs layer 11:13:31 52ebb69f0ebf: Waiting 11:13:31 169dfbe0d373: Waiting 11:13:31 e1ff8fa3b103: Waiting 11:13:31 5abe8eddf0d5: Waiting 11:13:31 55522c791124: Verifying Checksum 11:13:31 55522c791124: Download complete 11:13:31 169dfbe0d373: Verifying Checksum 11:13:31 169dfbe0d373: Download complete 11:13:31 e1ff8fa3b103: Verifying Checksum 11:13:31 e1ff8fa3b103: Download complete 11:13:31 af6eaf76a39c: Download complete 11:13:32 5abe8eddf0d5: Verifying Checksum 11:13:32 5abe8eddf0d5: Download complete 11:13:33 52ebb69f0ebf: Verifying Checksum 11:13:33 52ebb69f0ebf: Download complete 11:13:33 ce5c4a1c91eb: Verifying Checksum 11:13:33 ce5c4a1c91eb: Download complete 11:13:34 af6eaf76a39c: Pull complete 11:13:34 55522c791124: Pull complete 11:13:47 ce5c4a1c91eb: Pull complete 11:13:47 169dfbe0d373: Pull complete 11:13:47 e1ff8fa3b103: Pull complete 11:13:54 52ebb69f0ebf: Pull complete 11:13:56 5abe8eddf0d5: Pull complete 11:13:56 Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f 11:13:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 11:13:56 ---> 6cb57ee374ae 11:13:56 Step 3/12 : ARG ADD_BUILD_TAGS="" 11:13:58 ---> Running in a8b45d6cd5fd 11:13:58 Removing intermediate container a8b45d6cd5fd 11:13:58 ---> 3ff9331d16b1 11:13:58 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 11:13:58 ---> Running in a5ec314e75a2 11:13:58 Removing intermediate container a5ec314e75a2 11:13:58 ---> 40ce7143b502 11:13:58 Step 5/12 : ARG ALPINE_PKG_BASE="make git" 11:13:58 ---> Running in b96f9552eac0 11:13:59 Removing intermediate container b96f9552eac0 11:13:59 ---> 28731294fc47 11:13:59 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 11:13:59 ---> Running in 7544def95d75 11:13:59 Removing intermediate container 7544def95d75 11:13:59 ---> 18c260023194 11:13:59 Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:13:59 ---> Running in 6ac1772cbf98 11:14:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 11:14:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 11:14:02 OK: 263 MiB in 53 packages 11:14:03 Removing intermediate container 6ac1772cbf98 11:14:03 ---> 9a52dbf6314d 11:14:03 Step 8/12 : WORKDIR /app 11:14:03 ---> Running in c1234cf0daaa 11:14:03 Removing intermediate container c1234cf0daaa 11:14:03 ---> b5b7cee131ef 11:14:03 Step 9/12 : COPY go.mod vendor* ./ 11:14:04 ---> 6ec075846b75 11:14:04 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:14:04 ---> Running in 2c63fd6d69a5 11:15:12 Removing intermediate container 2c63fd6d69a5 11:15:12 ---> 20a363964f65 11:15:12 Step 11/12 : COPY . . 11:15:12 ---> d29e303f3751 11:15:12 Step 12/12 : RUN $MAKE 11:15:12 ---> Running in 87ed1270aae6 11:15:12 noop 11:15:12 Removing intermediate container 87ed1270aae6 11:15:12 ---> 26a3f1bfb7ac 11:15:12 Successfully built 26a3f1bfb7ac 11:15:12 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:15:12 + docker inspect -f . ci-base-image-arm64 11:15:12 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:15:12 prd-ubuntu20.04-docker-arm64-4c-16g-9529 does not seem to be running inside a container 11:15:12 $ 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 ******** ci-base-image-arm64 cat 11:15:14 $ docker top 7c22503dccf5273a35f7fea08396445a66842cb2144270ba176bb36053156f1a -eo pid,comm [Pipeline] { [Pipeline] sh 11:15:14 + go version 11:15:14 go version go1.20.2 linux/arm64 [Pipeline] } 11:15:14 $ docker stop --time=1 7c22503dccf5273a35f7fea08396445a66842cb2144270ba176bb36053156f1a 11:15:16 $ docker rm -f --volumes 7c22503dccf5273a35f7fea08396445a66842cb2144270ba176bb36053156f1a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:15:17 + docker inspect -f . ci-base-image-arm64 11:15:17 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:15:17 prd-ubuntu20.04-docker-arm64-4c-16g-9529 does not seem to be running inside a container 11:15:17 $ 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 ******** ci-base-image-arm64 cat 11:15:19 $ docker top 6e5d6e5423c33276214cde1c05fd1a6c8099ac16fd74255f9535131c55fdaf6f -eo pid,comm [Pipeline] { [Pipeline] sh 11:15:19 + git config --global --add safe.directory /w/workspace/device-rfid-llrp-go/1 [Pipeline] fileExists [Pipeline] sh 11:15:20 + make test 11:15:20 go test ./... -coverprofile=coverage.out ./... 11:15:52 ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] 11:17:44 ? github.com/edgexfoundry/device-rfid-llrp-go/cmd [no test files] 11:17:44 ? github.com/edgexfoundry/device-rfid-llrp-go/cmd/llrp [no test files] 11:18:16 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/driver 28.367s coverage: 40.5% of statements 11:18:16 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.592s coverage: 52.0% of statements 11:18:16 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.058s coverage: 96.4% of statements 11:18:16 WARNING: Linting skipped (not on x86_64 or linter not installed) 11:18:16 go vet ./... 11:18:43 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 11:18:43 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 11:18:43 ./bin/test-attribution-txt.sh 11:18:43 An attribution for golang.org/x/mod is missing from Attribution.txt, please add 11:18:43 An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo 11:18:43 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 11:18:43 $ docker stop --time=1 6e5d6e5423c33276214cde1c05fd1a6c8099ac16fd74255f9535131c55fdaf6f 11:18:45 $ docker rm -f --volumes 6e5d6e5423c33276214cde1c05fd1a6c8099ac16fd74255f9535131c55fdaf6f [Pipeline] // withDockerContainer [Pipeline] sh 11:18:46 + sudo chown -R jenkins:jenkins . [Pipeline] stash 11:18:46 Warning: overwriting stash ‘coverage-report’ 11:18:47 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 11:18:47 + sudo chown -R jenkins:jenkins . [Pipeline] sh 11:18:48 + ls -al . 11:18:48 total 624 11:18:48 drwxrwxr-x 10 jenkins jenkins 4096 Apr 24 11:15 . 11:18:48 drwxrwxr-x 4 jenkins jenkins 4096 Apr 24 11:13 .. 11:18:48 -rw-rw-r-- 1 jenkins jenkins 134 Apr 24 11:13 .dockerignore 11:18:48 drwxrwxr-x 8 jenkins jenkins 4096 Apr 24 11:13 .git 11:18:48 drwxrwxr-x 3 jenkins jenkins 4096 Apr 24 11:13 .github 11:18:48 -rw-rw-r-- 1 jenkins jenkins 946 Apr 24 11:13 .gitignore 11:18:48 -rw-rw-r-- 1 jenkins jenkins 41 Apr 24 11:13 .golangci.yml 11:18:48 -rw-rw-r-- 1 jenkins jenkins 10794 Apr 24 11:13 Attribution.txt 11:18:48 -rw-rw-r-- 1 jenkins jenkins 5905 Apr 24 11:13 CHANGELOG.md 11:18:48 -rw-rw-r-- 1 jenkins jenkins 1347 Apr 24 11:13 Dockerfile 11:18:48 -rw-rw-r-- 1 jenkins jenkins 677 Apr 24 11:13 GOVERNANCE.md 11:18:48 -rw-rw-r-- 1 jenkins jenkins 683 Apr 24 11:13 Jenkinsfile 11:18:48 -rw-rw-r-- 1 jenkins jenkins 11347 Apr 24 11:13 LICENSE 11:18:48 -rw-rw-r-- 1 jenkins jenkins 2053 Apr 24 11:13 Makefile 11:18:48 -rw-rw-r-- 1 jenkins jenkins 625 Apr 24 11:13 OWNERS.md 11:18:48 -rw-rw-r-- 1 jenkins jenkins 28505 Apr 24 11:13 README.md 11:18:48 -rw-rw-r-- 1 jenkins jenkins 5 Apr 24 11:11 VERSION 11:18:48 drwxrwxr-x 2 jenkins jenkins 4096 Apr 24 11:13 bin 11:18:48 drwxrwxr-x 4 jenkins jenkins 4096 Apr 24 11:13 cmd 11:18:48 -rw-r--r-- 1 jenkins jenkins 458038 Apr 24 11:18 coverage.out 11:18:48 drwxrwxr-x 2 jenkins jenkins 4096 Apr 24 11:13 examples 11:18:48 -rw-rw-r-- 1 jenkins jenkins 3419 Apr 24 11:13 go.mod 11:18:48 -rw-rw-r-- 1 jenkins jenkins 31193 Apr 24 11:13 go.sum 11:18:48 drwxrwxr-x 2 jenkins jenkins 4096 Apr 24 11:13 images 11:18:48 drwxrwxr-x 5 jenkins jenkins 4096 Apr 24 11:13 internal 11:18:48 drwxrwxr-x 4 jenkins jenkins 4096 Apr 24 11:13 snap 11:18:48 -rw-rw-r-- 1 jenkins jenkins 193 Apr 24 11:13 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:18:48 + 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=4b3a4da264884e1b9f8c16a8f440796932f49319 --label arch=arm64 --label version=0.0.0 . 11:18:48 Sending build context to Docker daemon 1.212MB 11:18:48 Step 1/24 : ARG BASE=golang:1.20-alpine3.17 11:18:48 Step 2/24 : FROM ${BASE} AS builder 11:18:48 ---> 26a3f1bfb7ac 11:18:48 Step 3/24 : ARG ADD_BUILD_TAGS="" 11:18:48 ---> Running in 5fa0a1d89ab3 11:18:49 Removing intermediate container 5fa0a1d89ab3 11:18:49 ---> 25f71efa484a 11:18:49 Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 11:18:49 ---> Running in 12cb3e3c6214 11:18:49 Removing intermediate container 12cb3e3c6214 11:18:49 ---> e45fc80280cc 11:18:49 Step 5/24 : ARG ALPINE_PKG_BASE="make git" 11:18:49 ---> Running in cfcb18004549 11:18:49 Removing intermediate container cfcb18004549 11:18:49 ---> 9cd16f529bfc 11:18:49 Step 6/24 : ARG ALPINE_PKG_EXTRA="" 11:18:49 ---> Running in 5419abd3331e 11:18:50 Removing intermediate container 5419abd3331e 11:18:50 ---> e4442eaaa342 11:18:50 Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:18:50 ---> Running in b4b46111048e 11:18:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 11:18:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 11:18:52 OK: 263 MiB in 53 packages 11:18:54 Removing intermediate container b4b46111048e 11:18:54 ---> 95b59d75f2c1 11:18:54 Step 8/24 : WORKDIR /app 11:18:54 ---> Running in 24a7a270fed8 11:18:54 Removing intermediate container 24a7a270fed8 11:18:54 ---> b818e333212e 11:18:54 Step 9/24 : COPY go.mod vendor* ./ 11:18:55 ---> 56a92f3b45a0 11:18:55 Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:18:55 ---> Running in 79b64858c403 11:18:57 Removing intermediate container 79b64858c403 11:18:57 ---> a65e5498867e 11:18:57 Step 11/24 : COPY . . 11:18:58 ---> e225f769c2ad 11:18:58 Step 12/24 : RUN $MAKE 11:18:58 ---> Running in 99582842c8ad 11:18:59 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-rfid-llrp-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-rfid-llrp ./cmd 11:21:20 Removing intermediate container 99582842c8ad 11:21:20 ---> 6d7053f48621 11:21:20 Step 13/24 : FROM alpine:3.17 11:21:20 3.17: Pulling from library/alpine 11:21:20 c41833b44d91: Pulling fs layer 11:21:20 c41833b44d91: Verifying Checksum 11:21:20 c41833b44d91: Download complete 11:21:20 c41833b44d91: Pull complete 11:21:20 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 11:21:20 Status: Downloaded newer image for alpine:3.17 11:21:20 ---> 51e60588ff2c 11:21:20 Step 14/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 11:21:20 ---> Running in 09e7fe888292 11:21:20 Removing intermediate container 09e7fe888292 11:21:20 ---> 59ad72647a3d 11:21:20 Step 15/24 : RUN apk add --update --no-cache dumb-init 11:21:20 ---> Running in a5424de45dde 11:21:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 11:21:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 11:21:20 (1/1) Installing dumb-init (1.2.5-r2) 11:21:20 Executing busybox-1.35.0-r29.trigger 11:21:20 OK: 8 MiB in 16 packages 11:21:20 Removing intermediate container a5424de45dde 11:21:20 ---> 0da4684016b6 11:21:20 Step 16/24 : COPY --from=builder /app/LICENSE / 11:21:20 ---> fd674f31e0b7 11:21:20 Step 17/24 : COPY --from=builder /app/Attribution.txt / 11:21:20 ---> bf24d043ad9d 11:21:20 Step 18/24 : COPY --from=builder /app/cmd/ / 11:21:20 ---> e15af8d9ee51 11:21:20 Step 19/24 : EXPOSE 59989 11:21:20 ---> Running in 22ae83f63392 11:21:20 Removing intermediate container 22ae83f63392 11:21:20 ---> e1f90254f598 11:21:20 Step 20/24 : ENTRYPOINT ["/device-rfid-llrp"] 11:21:20 ---> Running in dcd2bab81d70 11:21:20 Removing intermediate container dcd2bab81d70 11:21:20 ---> e18d5cfc7338 11:21:20 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 11:21:20 ---> Running in e56f2424223e 11:21:20 Removing intermediate container e56f2424223e 11:21:20 ---> 9e8b27bead7b 11:21:20 Step 22/24 : LABEL arch=arm64 11:21:20 ---> Running in 2b5ceb61ec76 11:21:20 Removing intermediate container 2b5ceb61ec76 11:21:20 ---> fdb05fffd948 11:21:20 Step 23/24 : LABEL git_sha=4b3a4da264884e1b9f8c16a8f440796932f49319 11:21:20 ---> Running in 59cbf153a431 11:21:20 Removing intermediate container 59cbf153a431 11:21:20 ---> 2e8c2fb0acbb 11:21:20 Step 24/24 : LABEL version=0.0.0 11:21:20 ---> Running in 9ca37508300c 11:21:20 Removing intermediate container 9ca37508300c 11:21:20 ---> c8a9974e901a 11:21:20 [Warning] One or more build-args [ARCH] were not consumed 11:21:20 Successfully built c8a9974e901a 11:21:20 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] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:21:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:21:21 11:21:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:21:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:21:22 arm64: Pulling from edgex-lftools-log-publisher 11:21:22 8998bd30e6a1: Pulling fs layer 11:21:22 04944245beec: Pulling fs layer 11:21:22 699f458cf7ca: Pulling fs layer 11:21:22 765212b225bb: Pulling fs layer 11:21:22 f23df028b6ca: Pulling fs layer 11:21:22 d65c8cfc05b1: Pulling fs layer 11:21:22 2437ff75d9bd: Pulling fs layer 11:21:22 765212b225bb: Waiting 11:21:22 d65c8cfc05b1: Waiting 11:21:22 f23df028b6ca: Waiting 11:21:22 2437ff75d9bd: Waiting 11:21:22 04944245beec: Verifying Checksum 11:21:22 04944245beec: Download complete 11:21:22 765212b225bb: Verifying Checksum 11:21:22 765212b225bb: Download complete 11:21:22 f23df028b6ca: Verifying Checksum 11:21:22 f23df028b6ca: Download complete 11:21:22 d65c8cfc05b1: Verifying Checksum 11:21:22 d65c8cfc05b1: Download complete 11:21:22 699f458cf7ca: Verifying Checksum 11:21:22 699f458cf7ca: Download complete 11:21:23 8998bd30e6a1: Verifying Checksum 11:21:23 8998bd30e6a1: Download complete 11:21:25 2437ff75d9bd: Verifying Checksum 11:21:25 2437ff75d9bd: Download complete 11:21:26 8998bd30e6a1: Pull complete 11:21:27 04944245beec: Pull complete 11:21:28 699f458cf7ca: Pull complete 11:21:28 765212b225bb: Pull complete 11:21:29 f23df028b6ca: Pull complete 11:21:29 d65c8cfc05b1: Pull complete 11:21:44 2437ff75d9bd: Pull complete 11:21:44 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 11:21:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:21:44 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:21:45 prd-ubuntu20.04-docker-arm64-4c-16g-9529 does not seem to be running inside a container 11:21:45 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 11:21:47 $ docker top a563ccb31451bccec83fd9b98d83b72e2f96466d8ea87580977f34910208575e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:21:48 ---> job-cost.sh 11:21:48 lf-activate-venv: SKIPPING 11:21:48 INFO: No Stack... 11:21:49 INFO: Retrieving Pricing Info for: v3-standard-4 11:21:49 INFO: Archiving Costs [Pipeline] sh 11:21:50 + cut -d, -f6 11:21:50 + cat /w/workspace/device-rfid-llrp-go/1/archives/cost.csv [Pipeline] lock 11:21:50 Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-211-1-stack-cost] 11:21:50 Resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-211-1-stack-cost] did not exist. Created. 11:21:50 Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-211-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 11:21:50 /w/workspace/device-rfid-llrp-go/1@tmp/durable-0fcd5c98/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 11:21:51 + echo total: 0.10999999940395355 [Pipeline] stash 11:21:51 Warning: overwriting stash ‘stack-cost’ 11:21:51 Stashed 1 file(s) [Pipeline] } 11:21:51 Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-211-1-stack-cost] [Pipeline] // lock [Pipeline] } 11:21:51 $ docker stop --time=1 a563ccb31451bccec83fd9b98d83b72e2f96466d8ea87580977f34910208575e 11:21:52 $ docker rm -f --volumes a563ccb31451bccec83fd9b98d83b72e2f96466d8ea87580977f34910208575e [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 11:21:53 provisioning config files... 11:21:53 copy managed file [device-rfid-llrp-go-codecov-token] to file:/w/workspace/undry_device-rfid-llrp-go_PR-211@tmp/config1003397506544012954tmp [Pipeline] { [Pipeline] sh 11:21:54 + set +x 11:21:54 + curl -s https://codecov.io/bash 11:21:54 + bash -s -- 11:21:54 11:21:54 _____ _ 11:21:54 / ____| | | 11:21:54 | | ___ __| | ___ ___ _____ __ 11:21:54 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 11:21:54 | |___| (_) | (_| | __/ (_| (_) \ V / 11:21:54 \_____\___/ \__,_|\___|\___\___/ \_/ 11:21:54 Bash-1.0.6 11:21:54 11:21:54 11:21:54 ==> git version 2.25.1 found 11:21:54 ==> 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 11:21:54 Release-Date: 2020-01-08 11:21:54 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 11:21:54 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 11:21:54 ==> Jenkins CI detected. 11:21:54 current dir:  /w/workspace/undry_device-rfid-llrp-go_PR-211 11:21:54 project root: . 11:21:54 --> token set from env 11:21:54 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 11:21:54 ==> Running gcov in . (disable via -X gcov) 11:21:54 ==> Python coveragepy not found 11:21:54 ==> Searching for coverage reports in: 11:21:54 + . 11:21:54 -> Found 1 reports 11:21:54 ==> Detecting git/mercurial file structure 11:21:54 ==> Reading reports 11:21:54 + ./coverage.out bytes=458038 11:21:54 ==> Appending adjustments 11:21:54 https://docs.codecov.io/docs/fixing-reports 11:21:54 + Found adjustments 11:21:54 ==> Gzipping contents 11:21:54 52K /tmp/codecov.MYl3lG.gz 11:21:54 ==> Uploading reports 11:21:54 url: https://codecov.io 11:21:54 query: branch=PR-211&commit=4b3a4da264884e1b9f8c16a8f440796932f49319&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rfid-llrp-go%2Fjob%2FPR-211%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rfid-llrp-go&service=jenkins&flags=&pr=211&job=&cmd_args= 11:21:54 -> Pinging Codecov 11:21:54 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=0703e47f-c946-4a15-b96a-5e99ca1c8fb5&branch=PR-211&commit=4b3a4da264884e1b9f8c16a8f440796932f49319&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rfid-llrp-go%2Fjob%2FPR-211%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rfid-llrp-go&service=jenkins&flags=&pr=211&job=&cmd_args= 11:21:54 -> Uploading to 11:21:54 https://storage.googleapis.com/codecov/v4/raw/2023-04-24/581DD39554BDF9B6E22D074273EAD858/4b3a4da264884e1b9f8c16a8f440796932f49319/16289943-cbcf-4f66-8832-75352229ab1f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230424%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230424T112154Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=3e21d7197ddefba7bcf1b40b776decd6452506474deea11f77a3b60965e7c2f1 11:21:54 % Total % Received % Xferd Average Speed Time Time Time Current 11:21:54 Dload Upload Total Spent Left Speed 11:21:54 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50494 0 0 100 50494 0 221k --:--:-- --:--:-- --:--:-- 221k 100 50494 0 0 100 50494 0 189k --:--:-- --:--:-- --:--:-- 188k 11:21:54 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rfid-llrp-go/commit/4b3a4da264884e1b9f8c16a8f440796932f49319 [Pipeline] } 11:21:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 11:21:56 + [ -d /w/workspace/undry_device-rfid-llrp-go_PR-211/archives ] 11:21:56 + ls -al /w/workspace/undry_device-rfid-llrp-go_PR-211/archives 11:21:56 total 16 11:21:56 drwxr-xr-x 3 root root 4096 Apr 24 11:13 . 11:21:56 drwxrwxr-x 12 jenkins jenkins 4096 Apr 24 11:13 .. 11:21:56 drwxr-xr-x 2 root root 4096 Apr 24 11:13 cost 11:21:56 -rw-r--r-- 1 root root 91 Apr 24 11:13 cost.csv 11:21:56 + sudo chown -R jenkins:jenkins /w/workspace/undry_device-rfid-llrp-go_PR-211/archives 11:21:56 + ls -al /w/workspace/undry_device-rfid-llrp-go_PR-211/archives 11:21:56 total 16 11:21:56 drwxr-xr-x 3 jenkins jenkins 4096 Apr 24 11:13 . 11:21:56 drwxrwxr-x 12 jenkins jenkins 4096 Apr 24 11:13 .. 11:21:56 drwxr-xr-x 2 jenkins jenkins 4096 Apr 24 11:13 cost 11:21:56 -rw-r--r-- 1 jenkins jenkins 91 Apr 24 11:13 cost.csv [Pipeline] libraryResource [Pipeline] sh 11:21:57 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 11:21:57 ---> package-listing.sh 11:21:57 ++ facter osfamily 11:21:57 ++ tr '[:upper:]' '[:lower:]' 11:21:58 + OS_FAMILY=debian 11:21:58 + workspace=/w/workspace/undry_device-rfid-llrp-go_PR-211 11:21:58 + START_PACKAGES=/tmp/packages_start.txt 11:21:58 + END_PACKAGES=/tmp/packages_end.txt 11:21:58 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:21:58 + PACKAGES=/tmp/packages_start.txt 11:21:58 + '[' /w/workspace/undry_device-rfid-llrp-go_PR-211 ']' 11:21:58 + PACKAGES=/tmp/packages_end.txt 11:21:58 + case "${OS_FAMILY}" in 11:21:58 + dpkg -l 11:21:58 + grep '^ii' 11:21:58 + '[' -f /tmp/packages_start.txt ']' 11:21:58 + '[' -f /tmp/packages_end.txt ']' 11:21:58 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:21:58 + '[' /w/workspace/undry_device-rfid-llrp-go_PR-211 ']' 11:21:58 + mkdir -p /w/workspace/undry_device-rfid-llrp-go_PR-211/archives/ 11:21:58 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/undry_device-rfid-llrp-go_PR-211/archives/ [Pipeline] echo 11:21:58 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-211/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 11:21:58 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:21:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:21:59 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:21:59 prd-ubuntu20.04-docker-8c-8g-9528 does not seem to be running inside a container 11:21:59 $ 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-211/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-211 -v /w/workspace/undry_device-rfid-llrp-go_PR-211:/w/workspace/undry_device-rfid-llrp-go_PR-211:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-211@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-211@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 11:21:59 $ docker top 1a2f47de13bc2015d03ba2b2b0dfc9117201325756d87c8fa0ac0c1baf217efd -eo pid,comm [Pipeline] { [Pipeline] sh 11:21:59 + touch /tmp/pre-build-complete [Pipeline] sh 11:22:00 + mkdir -p /var/log/sysstat [Pipeline] sh 11:22:00 + ls /var/log/sa-host 11:22:00 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:22:00 provisioning config files... 11:22:00 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/undry_device-rfid-llrp-go_PR-211@tmp/config641301605438645408tmp [Pipeline] { [Pipeline] echo 11:22:00 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 11:22:01 ---> create-netrc.sh [Pipeline] } 11:22:01 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 11:22:01 ---> python-tools-install.sh [Pipeline] echo 11:22:01 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 11:22:02 ---> sudo-logs.sh 11:22:02 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 11:22:02 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 11:22:02 ---> job-cost.sh 11:22:02 lf-activate-venv: SKIPPING 11:22:02 DEBUG: total: 0.2199999988079071 11:22:02 INFO: Retrieving Stack Cost... 11:22:02 INFO: Retrieving Pricing Info for: v3-standard-8 11:22:03 INFO: Archiving Costs [Pipeline] echo 11:22:03 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 11:22:03 ---> logs-deploy.sh 11:22:03 lf-activate-venv: SKIPPING 11:22:03 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rfid-llrp-go/PR-211/1 11:22:03 INFO: archiving workspace using pattern(s): 11:22:04 Archives upload complete. 11:22:04 INFO: archiving logs to Nexus 11:22:05 ---> uname -a: 11:22:05 Linux prd-ubuntu20-04-docker-8c-8g-9528 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 11:22:05 11:22:05 11:22:05 ---> lscpu: 11:22:05 Architecture: x86_64 11:22:05 CPU op-mode(s): 32-bit, 64-bit 11:22:05 Byte Order: Little Endian 11:22:05 Address sizes: 40 bits physical, 48 bits virtual 11:22:05 CPU(s): 8 11:22:05 On-line CPU(s) list: 0-7 11:22:05 Thread(s) per core: 1 11:22:05 Core(s) per socket: 1 11:22:05 Socket(s): 8 11:22:05 NUMA node(s): 1 11:22:05 Vendor ID: AuthenticAMD 11:22:05 CPU family: 23 11:22:05 Model: 49 11:22:05 Model name: AMD EPYC-Rome Processor 11:22:05 Stepping: 0 11:22:05 CPU MHz: 2799.940 11:22:05 BogoMIPS: 5599.88 11:22:05 Virtualization: AMD-V 11:22:05 Hypervisor vendor: KVM 11:22:05 Virtualization type: full 11:22:05 L1d cache: 256 KiB 11:22:05 L1i cache: 256 KiB 11:22:05 L2 cache: 4 MiB 11:22:05 L3 cache: 128 MiB 11:22:05 NUMA node0 CPU(s): 0-7 11:22:05 Vulnerability Itlb multihit: Not affected 11:22:05 Vulnerability L1tf: Not affected 11:22:05 Vulnerability Mds: Not affected 11:22:05 Vulnerability Meltdown: Not affected 11:22:05 Vulnerability Mmio stale data: Not affected 11:22:05 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 11:22:05 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 11:22:05 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 11:22:05 Vulnerability Srbds: Not affected 11:22:05 Vulnerability Tsx async abort: Not affected 11:22:05 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 11:22:05 11:22:05 11:22:05 ---> nproc: 11:22:05 8 11:22:05 11:22:05 11:22:05 ---> df -h: 11:22:05 Filesystem Size Used Avail Use% Mounted on 11:22:05 overlay 155G 12G 144G 8% / 11:22:05 tmpfs 64M 0 64M 0% /dev 11:22:05 tmpfs 16G 0 16G 0% /sys/fs/cgroup 11:22:05 shm 64M 0 64M 0% /dev/shm 11:22:05 /dev/vda1 155G 12G 144G 8% /facter-os 11:22:05 11:22:05