Pull request #210 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 0ab4598f8aa0d2bf341ac222f6280d0264e83d2e+85826e77fb29969954e3475a8ff39b67fe868a1c (a2dfff2b05c8cc78d7a49a9e7f2c52436b6bd9b7) 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-ssh5078708621659073029.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-ssh16366706254171816485.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-210/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-210/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13307110756396664428.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-210/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13457594248307018023.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-ssh3263110291283772135.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-210/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-210/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh5279923708843211107.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-9277 in /w/workspace/undry_device-rfid-llrp-go_PR-210 [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-210 # 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 Merging remotes/origin/main commit 85826e77fb29969954e3475a8ff39b67fe868a1c into PR head commit 0ab4598f8aa0d2bf341ac222f6280d0264e83d2e Merge succeeded, producing 0ab4598f8aa0d2bf341ac222f6280d0264e83d2e Checking out Revision 0ab4598f8aa0d2bf341ac222f6280d0264e83d2e (PR-210) 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] { > 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/210/head:refs/remotes/origin/PR-210 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0ab4598f8aa0d2bf341ac222f6280d0264e83d2e # 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 85826e77fb29969954e3475a8ff39b67fe868a1c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0ab4598f8aa0d2bf341ac222f6280d0264e83d2e # timeout=10 [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 11:00:27 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 11:00:27 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 11:00:27 ========================================================= 11:00:27 EdgeX Global Pipelines Version Info 11:00:27 ========================================================= [Pipeline] libraryResource [Pipeline] sh 11:00:28 ------------------- 11:00:28 stable info: 11:00:28 ------------------- 11:00:28 Commited By: Bill Mahoney bill.mahoney@intel.com 11:00:28 Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 11:00:28 Message: update stable to v1.0.248 11:00:29 ------------------- 11:00:29 experimental info: 11:00:29 ------------------- 11:00:29 Commited By: **** collab-it+edgex@linuxfoundation.org 11:00:29 Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 11:00:29 Message: update experimental to v1.0.248 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 11:00:29 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rfid-llrp-go-settings [Pipeline] echo 11:00:29 [edgeXSetupEnvironment]: set envvar PROJECT = device-rfid-llrp-go [Pipeline] echo 11:00:29 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 11:00:29 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 11:00:29 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 11:00:29 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 11:00:29 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 11:00:29 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 11:00:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 11:00:30 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 11:00:30 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 11:00:30 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rfid-llrp [Pipeline] echo 11:00:30 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 11:00:30 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 11:00:30 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 11:00:30 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 11:00:30 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 11:00:30 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 11:00:30 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 11:00:30 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 11:00:30 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 11:00:30 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 11:00:30 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 11:00:30 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 11:00:30 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 11:00:30 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 11:00:30 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 11:00:30 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-210 [Pipeline] echo 11:00:30 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-210 [Pipeline] echo 11:00:30 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-210 [Pipeline] echo 11:00:30 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0ab4598f8aa0d2bf341ac222f6280d0264e83d2e [Pipeline] echo 11:00:30 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0ab4598 [Pipeline] echo 11:00:30 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:00:31 provisioning config files... 11:00:31 copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/undry_device-rfid-llrp-go_PR-210@tmp/config2936251669203194051tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:00:31 ---> docker-login.sh 11:00:31 nexus3.edgexfoundry.org:10001 11:00:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:00:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:00:31 Configure a credential helper to remove this warning. See 11:00:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:00:31 11:00:31 Login Succeeded 11:00:31 nexus3.edgexfoundry.org:10002 11:00:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:00:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:00:31 Configure a credential helper to remove this warning. See 11:00:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:00:31 11:00:31 Login Succeeded 11:00:31 nexus3.edgexfoundry.org:10003 11:00:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:00:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:00:31 Configure a credential helper to remove this warning. See 11:00:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:00:31 11:00:31 Login Succeeded 11:00:31 nexus3.edgexfoundry.org:10004 11:00:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:00:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:00:31 Configure a credential helper to remove this warning. See 11:00:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:00:31 11:00:31 Login Succeeded 11:00:31 docker.io 11:00:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:00:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:00:32 Configure a credential helper to remove this warning. See 11:00:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:00:32 11:00:32 Login Succeeded 11:00:32 ---> docker-login.sh ends [Pipeline] } 11:00:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 11:00:32 + git rev-list -1 --merges 0ab4598f8aa0d2bf341ac222f6280d0264e83d2e~1..0ab4598f8aa0d2bf341ac222f6280d0264e83d2e [Pipeline] echo 11:00:32 -----------> git rev-list -1 --merges 0ab4598f8aa0d2bf341ac222f6280d0264e83d2e~1..0ab4598f8aa0d2bf341ac222f6280d0264e83d2e 0ab4598f8aa0d2bf341ac222f6280d0264e83d2e [false] [Pipeline] sh 11:00:33 + git log --format=format:%s -1 0ab4598f8aa0d2bf341ac222f6280d0264e83d2e [Pipeline] echo 11:00:33 ========================================================= 11:00:33 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 11:00:33 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 11:00:33 + git log --format=format:%s -1 0ab4598f8aa0d2bf341ac222f6280d0264e83d2e [Pipeline] echo 11:00:33 [semverPrep] GIT_COMMIT: 0ab4598f8aa0d2bf341ac222f6280d0264e83d2e, Commit Message: build(deps): bump github.com/edgexfoundry/device-sdk-go/v3 [Pipeline] echo 11:00:33 [semverPrep] This is not a build commit. [Pipeline] sh 11:00:34 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:00:34 + grep -v github /etc/ssh/ssh_known_hosts 11:00:34 + [ -e /tmp/ssh_known_hosts ] 11:00:34 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 11:00:34 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 11:00:34 + sudo tee -a /etc/ssh/ssh_known_hosts 11:00:34 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:00:34 11:00:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:00:34 0.1.4: Pulling from edgex-devops/py-git-semver 11:00:34 b85a868b505f: Pulling fs layer 11:00:34 e2be974225ed: Pulling fs layer 11:00:34 339a4e72a1f5: Pulling fs layer 11:00:34 988bab9f4d93: Pulling fs layer 11:00:34 1469e6f7b9e6: Pulling fs layer 11:00:34 eaf3925da568: Pulling fs layer 11:00:34 bab4dde63d76: Pulling fs layer 11:00:34 bde34c3a00c8: Pulling fs layer 11:00:34 b352a97aabf1: Pulling fs layer 11:00:34 4872d77fe225: Pulling fs layer 11:00:34 5851b861e8e6: Pulling fs layer 11:00:34 988bab9f4d93: Waiting 11:00:34 b352a97aabf1: Waiting 11:00:34 eaf3925da568: Waiting 11:00:34 1469e6f7b9e6: Waiting 11:00:34 bde34c3a00c8: Waiting 11:00:34 4872d77fe225: Waiting 11:00:34 bab4dde63d76: Waiting 11:00:34 5851b861e8e6: Waiting 11:00:34 e2be974225ed: Download complete 11:00:34 988bab9f4d93: Verifying Checksum 11:00:34 988bab9f4d93: Download complete 11:00:34 1469e6f7b9e6: Verifying Checksum 11:00:34 1469e6f7b9e6: Download complete 11:00:34 eaf3925da568: Verifying Checksum 11:00:34 eaf3925da568: Download complete 11:00:35 339a4e72a1f5: Verifying Checksum 11:00:35 339a4e72a1f5: Download complete 11:00:35 bde34c3a00c8: Verifying Checksum 11:00:35 bde34c3a00c8: Download complete 11:00:35 b352a97aabf1: Verifying Checksum 11:00:35 b352a97aabf1: Download complete 11:00:35 4872d77fe225: Verifying Checksum 11:00:35 4872d77fe225: Download complete 11:00:35 5851b861e8e6: Download complete 11:00:35 b85a868b505f: Verifying Checksum 11:00:35 b85a868b505f: Download complete 11:00:35 bab4dde63d76: Verifying Checksum 11:00:35 bab4dde63d76: Download complete 11:00:36 b85a868b505f: Pull complete 11:00:36 e2be974225ed: Pull complete 11:00:37 339a4e72a1f5: Pull complete 11:00:37 988bab9f4d93: Pull complete 11:00:37 1469e6f7b9e6: Pull complete 11:00:37 eaf3925da568: Pull complete 11:00:39 bab4dde63d76: Pull complete 11:00:39 bde34c3a00c8: Pull complete 11:00:39 b352a97aabf1: Pull complete 11:00:39 4872d77fe225: Pull complete 11:00:39 5851b861e8e6: Pull complete 11:00:39 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 11:00:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:00:39 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:00:40 prd-ubuntu20.04-docker-8c-8g-9277 does not seem to be running inside a container 11:00:40 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_device-rfid-llrp-go_PR-210 -v /w/workspace/undry_device-rfid-llrp-go_PR-210:/w/workspace/undry_device-rfid-llrp-go_PR-210:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-210@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-210@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:00:42 $ docker top e67b293a40b2fc698e69d6d37d63229d4a533f0dcc724e8194a582bd3f2b7a1c -eo pid,comm 11:00:42 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:00:42 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:00:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:00:42 [ssh-agent] Looking for ssh-agent implementation... 11:00:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:00:42 $ docker exec e67b293a40b2fc698e69d6d37d63229d4a533f0dcc724e8194a582bd3f2b7a1c ssh-agent 11:00:42 SSH_AUTH_SOCK=/tmp/ssh-pLK4gfELDQ7j/agent.32 11:00:42 SSH_AGENT_PID=38 11:00:42 Running ssh-add (command line suppressed) 11:00:43 Identity added: /w/workspace/undry_device-rfid-llrp-go_PR-210@tmp/private_key_15547011568941051416.key (/w/workspace/undry_device-rfid-llrp-go_PR-210@tmp/private_key_15547011568941051416.key) 11:00:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:00:43 + git tag --points-at HEAD [Pipeline] } 11:00:43 $ docker exec --env ******** --env ******** e67b293a40b2fc698e69d6d37d63229d4a533f0dcc724e8194a582bd3f2b7a1c ssh-agent -k 11:00:43 unset SSH_AUTH_SOCK; 11:00:43 unset SSH_AGENT_PID; 11:00:43 echo Agent pid 38 killed; 11:00:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 11:00:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:00:43 [ssh-agent] Looking for ssh-agent implementation... 11:00:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:00:43 $ docker exec e67b293a40b2fc698e69d6d37d63229d4a533f0dcc724e8194a582bd3f2b7a1c ssh-agent 11:00:43 SSH_AUTH_SOCK=/tmp/ssh-W1COyR6afdMd/agent.70 11:00:43 SSH_AGENT_PID=76 11:00:43 Running ssh-add (command line suppressed) 11:00:44 Identity added: /w/workspace/undry_device-rfid-llrp-go_PR-210@tmp/private_key_12039563863390040505.key (/w/workspace/undry_device-rfid-llrp-go_PR-210@tmp/private_key_12039563863390040505.key) 11:00:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:00:44 + git semver init 11:00:44 2023-04-21 11:00:44,572 [run_init] DEBUG init version:0.0.0 force:False 11:00:44 2023-04-21 11:00:44,573 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/undry_device-rfid-llrp-go_PR-210/.semver 11:00:44 2023-04-21 11:00:44,573 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rfid-llrp-go.git /w/workspace/undry_device-rfid-llrp-go_PR-210/.semver 11:00:44 2023-04-21 11:00:44,574 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-rfid-llrp-go.git', '/w/workspace/undry_device-rfid-llrp-go_PR-210/.semver'], cwd=/w/workspace/undry_device-rfid-llrp-go_PR-210, universal_newlines=False, shell=None, istream=None) 11:00:45 2023-04-21 11:00:45,363 [append_file] DEBUG append to file:/w/workspace/undry_device-rfid-llrp-go_PR-210/.git/info/exclude 11:00:45 2023-04-21 11:00:45,363 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/undry_device-rfid-llrp-go_PR-210/.semver/PR-210 with force:False 11:00:45 2023-04-21 11:00:45,363 [write_file] DEBUG write to file:/w/workspace/undry_device-rfid-llrp-go_PR-210/.semver/PR-210 11:00:45 2023-04-21 11:00:45,370 [execute] INFO git cat-file --batch-check 11:00:45 2023-04-21 11:00:45,371 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/undry_device-rfid-llrp-go_PR-210/.semver, universal_newlines=False, shell=None, istream=) 11:00:45 2023-04-21 11:00:45,377 [execute] INFO git cat-file --batch 11:00:45 2023-04-21 11:00:45,378 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/undry_device-rfid-llrp-go_PR-210/.semver, universal_newlines=False, shell=None, istream=) 11:00:45 2023-04-21 11:00:45,383 [read_version] DEBUG read version from /w/workspace/undry_device-rfid-llrp-go_PR-210/.semver/PR-210 11:00:45 0.0.0 [Pipeline] } 11:00:45 $ docker exec --env ******** --env ******** e67b293a40b2fc698e69d6d37d63229d4a533f0dcc724e8194a582bd3f2b7a1c ssh-agent -k 11:00:45 unset SSH_AUTH_SOCK; 11:00:45 unset SSH_AGENT_PID; 11:00:45 echo Agent pid 76 killed; 11:00:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:00:46 + git semver [Pipeline] } 11:00:46 $ docker stop --time=1 e67b293a40b2fc698e69d6d37d63229d4a533f0dcc724e8194a582bd3f2b7a1c 11:00:47 $ docker rm -f --volumes e67b293a40b2fc698e69d6d37d63229d4a533f0dcc724e8194a582bd3f2b7a1c [Pipeline] // withDockerContainer [Pipeline] sh 11:00:48 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 11:00:48 Stashed 1 file(s) [Pipeline] echo 11:00:48 [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:00:49 provisioning config files... 11:00:49 copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/undry_device-rfid-llrp-go_PR-210@tmp/config6735786965720105823tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:00:49 ---> docker-login.sh 11:00:49 nexus3.edgexfoundry.org:10001 11:00:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:00:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:00:49 Configure a credential helper to remove this warning. See 11:00:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:00:49 11:00:49 Login Succeeded 11:00:49 nexus3.edgexfoundry.org:10002 11:00:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:00:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:00:49 Configure a credential helper to remove this warning. See 11:00:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:00:49 11:00:49 Login Succeeded 11:00:49 nexus3.edgexfoundry.org:10003 11:00:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:00:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:00:49 Configure a credential helper to remove this warning. See 11:00:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:00:49 11:00:49 Login Succeeded 11:00:49 nexus3.edgexfoundry.org:10004 11:00:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:00:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:00:49 Configure a credential helper to remove this warning. See 11:00:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:00:49 11:00:49 Login Succeeded 11:00:49 docker.io 11:00:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:00:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:00:50 Configure a credential helper to remove this warning. See 11:00:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:00:50 11:00:50 Login Succeeded 11:00:50 ---> docker-login.sh ends [Pipeline] } 11:00:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 11:00:50 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 11:00:50 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 11:00:50 ========================================================= 11:00:50 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 11:00:50 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:50 + 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:00:50 Sending build context to Docker daemon 4.22MB 11:00:50 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 11:00:50 Step 2/12 : FROM ${BASE} AS builder 11:00:50 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 11:00:50 63b65145d645: Pulling fs layer 11:00:50 a2d21d5440eb: Pulling fs layer 11:00:50 935e6c44a52c: Pulling fs layer 11:00:50 94cc34f8dd06: Pulling fs layer 11:00:50 30dea6a524f1: Pulling fs layer 11:00:50 a2aff8979fd8: Pulling fs layer 11:00:50 6808be2612f2: Pulling fs layer 11:00:50 f25807f1079a: Pulling fs layer 11:00:50 94cc34f8dd06: Waiting 11:00:50 30dea6a524f1: Waiting 11:00:50 a2aff8979fd8: Waiting 11:00:50 6808be2612f2: Waiting 11:00:50 a2d21d5440eb: Verifying Checksum 11:00:50 a2d21d5440eb: Download complete 11:00:50 94cc34f8dd06: Download complete 11:00:51 30dea6a524f1: Verifying Checksum 11:00:51 30dea6a524f1: Download complete 11:00:51 63b65145d645: Verifying Checksum 11:00:51 a2aff8979fd8: Verifying Checksum 11:00:51 a2aff8979fd8: Download complete 11:00:51 63b65145d645: Pull complete 11:00:51 a2d21d5440eb: Pull complete 11:00:51 f25807f1079a: Verifying Checksum 11:00:51 f25807f1079a: Download complete 11:00:51 935e6c44a52c: Download complete 11:00:51 6808be2612f2: Verifying Checksum 11:00:56 935e6c44a52c: Pull complete 11:00:56 94cc34f8dd06: Pull complete 11:00:56 30dea6a524f1: Pull complete 11:00:56 a2aff8979fd8: Pull complete 11:00:57 6808be2612f2: Pull complete 11:00:58 f25807f1079a: Pull complete 11:00:58 Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 11:00:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 11:00:58 ---> 3b553350e43f 11:00:58 Step 3/12 : ARG ADD_BUILD_TAGS="" 11:01:02 ---> Running in a0d7346e0a27 11:01:02 Removing intermediate container a0d7346e0a27 11:01:02 ---> de0004bb32df 11:01:02 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 11:01:02 ---> Running in 7a72f813e7a1 11:01:02 Removing intermediate container 7a72f813e7a1 11:01:02 ---> 3fcde28fff98 11:01:02 Step 5/12 : ARG ALPINE_PKG_BASE="make git" 11:01:02 ---> Running in f5fba608a4ac 11:01:02 Removing intermediate container f5fba608a4ac 11:01:02 ---> 96039a7d6330 11:01:02 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 11:01:02 ---> Running in 83b563134551 11:01:02 Removing intermediate container 83b563134551 11:01:02 ---> a941de8c9510 11:01:02 Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:01:02 ---> Running in af5cd295d83a 11:01:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 11:01:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 11:01:03 OK: 265 MiB in 53 packages 11:01:03 Removing intermediate container af5cd295d83a 11:01:03 ---> 0b33f0eff789 11:01:03 Step 8/12 : WORKDIR /app 11:01:03 ---> Running in cb0c4e212083 11:01:03 Removing intermediate container cb0c4e212083 11:01:03 ---> 742d67b64eaa 11:01:03 Step 9/12 : COPY go.mod vendor* ./ 11:01:03 ---> aa1924783e27 11:01:03 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:01:03 ---> Running in 71b53c56627e 11:01:03 Still waiting to schedule task 11:01:03 ‘prd-ubuntu20.04-docker-arm64-4c-16g-9278’ is offline 11:01:42 Removing intermediate container 71b53c56627e 11:01:42 ---> 7edd807c0137 11:01:42 Step 11/12 : COPY . . 11:01:42 ---> c495c432be97 11:01:42 Step 12/12 : RUN $MAKE 11:01:42 ---> Running in f179b41a0ac2 11:01:42 noop 11:01:42 Removing intermediate container f179b41a0ac2 11:01:42 ---> 2684b9c2bd69 11:01:42 Successfully built 2684b9c2bd69 11:01:42 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:43 + docker inspect -f . ci-base-image-x86_64 11:01:43 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:01:43 prd-ubuntu20.04-docker-8c-8g-9277 does not seem to be running inside a container 11:01:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/undry_device-rfid-llrp-go_PR-210 -v /w/workspace/undry_device-rfid-llrp-go_PR-210:/w/workspace/undry_device-rfid-llrp-go_PR-210:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-210@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-210@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:01:43 $ docker top 02fc4ba392d288f33b1571152f4dad5dc452b76aef393d69386f63a350f69410 -eo pid,comm [Pipeline] { [Pipeline] sh 11:01:44 + go version 11:01:44 go version go1.20.2 linux/amd64 [Pipeline] } 11:01:44 $ docker stop --time=1 02fc4ba392d288f33b1571152f4dad5dc452b76aef393d69386f63a350f69410 11:01:45 $ docker rm -f --volumes 02fc4ba392d288f33b1571152f4dad5dc452b76aef393d69386f63a350f69410 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:46 + docker inspect -f . ci-base-image-x86_64 11:01:46 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:01:46 prd-ubuntu20.04-docker-8c-8g-9277 does not seem to be running inside a container 11:01:46 $ 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-210 -v /w/workspace/undry_device-rfid-llrp-go_PR-210:/w/workspace/undry_device-rfid-llrp-go_PR-210:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-210@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-210@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:01:46 $ docker top f570c1de35c797fbcb5dda044e4c5c0af84da64cfcbf101eaa20e8d3a31771cc -eo pid,comm [Pipeline] { [Pipeline] sh 11:01:47 + git config --global --add safe.directory /w/workspace/undry_device-rfid-llrp-go_PR-210 [Pipeline] fileExists [Pipeline] sh 11:01:47 + make test 11:01:47 go test ./... -coverprofile=coverage.out ./... 11:01:52 ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] 11:02:04 ? github.com/edgexfoundry/device-rfid-llrp-go/cmd [no test files] 11:02:04 ? github.com/edgexfoundry/device-rfid-llrp-go/cmd/llrp [no test files] 11:02:07 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/driver 4.075s coverage: 40.5% of statements 11:02:07 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.247s coverage: 52.0% of statements 11:02:07 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.014s coverage: 95.5% of statements 11:02:17 go vet ./... 11:02:19 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 11:02:19 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 11:02:19 ./bin/test-attribution-txt.sh 11:02:20 An attribution for golang.org/x/mod is missing from Attribution.txt, please add 11:02:20 An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo 11:02:20 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 11:02:20 $ docker stop --time=1 f570c1de35c797fbcb5dda044e4c5c0af84da64cfcbf101eaa20e8d3a31771cc 11:02:21 $ docker rm -f --volumes f570c1de35c797fbcb5dda044e4c5c0af84da64cfcbf101eaa20e8d3a31771cc [Pipeline] // withDockerContainer [Pipeline] sh 11:02:22 + sudo chown -R jenkins:jenkins . [Pipeline] stash 11:02:22 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 11:02:23 + sudo chown -R jenkins:jenkins . [Pipeline] sh 11:02:23 + ls -al . 11:02:23 total 628 11:02:23 drwxrwxr-x 11 jenkins jenkins 4096 Apr 21 11:01 . 11:02:23 drwxrwxr-x 4 jenkins jenkins 4096 Apr 21 11:00 .. 11:02:23 -rw-rw-r-- 1 jenkins jenkins 134 Apr 21 11:00 .dockerignore 11:02:23 drwxrwxr-x 8 jenkins jenkins 4096 Apr 21 11:00 .git 11:02:23 drwxrwxr-x 3 jenkins jenkins 4096 Apr 21 11:00 .github 11:02:23 -rw-rw-r-- 1 jenkins jenkins 946 Apr 21 11:00 .gitignore 11:02:23 -rw-rw-r-- 1 jenkins jenkins 41 Apr 21 11:00 .golangci.yml 11:02:23 drwxr-xr-x 3 jenkins jenkins 4096 Apr 21 11:00 .semver 11:02:23 -rw-rw-r-- 1 jenkins jenkins 10794 Apr 21 11:00 Attribution.txt 11:02:23 -rw-rw-r-- 1 jenkins jenkins 5905 Apr 21 11:00 CHANGELOG.md 11:02:23 -rw-rw-r-- 1 jenkins jenkins 1347 Apr 21 11:00 Dockerfile 11:02:23 -rw-rw-r-- 1 jenkins jenkins 677 Apr 21 11:00 GOVERNANCE.md 11:02:23 -rw-rw-r-- 1 jenkins jenkins 683 Apr 21 11:00 Jenkinsfile 11:02:23 -rw-rw-r-- 1 jenkins jenkins 11347 Apr 21 11:00 LICENSE 11:02:23 -rw-rw-r-- 1 jenkins jenkins 2053 Apr 21 11:00 Makefile 11:02:23 -rw-rw-r-- 1 jenkins jenkins 625 Apr 21 11:00 OWNERS.md 11:02:23 -rw-rw-r-- 1 jenkins jenkins 28505 Apr 21 11:00 README.md 11:02:23 -rw-rw-r-- 1 jenkins jenkins 5 Apr 21 11:00 VERSION 11:02:23 drwxrwxr-x 2 jenkins jenkins 4096 Apr 21 11:00 bin 11:02:23 drwxrwxr-x 4 jenkins jenkins 4096 Apr 21 11:00 cmd 11:02:23 -rw-r--r-- 1 jenkins jenkins 458038 Apr 21 11:02 coverage.out 11:02:23 drwxrwxr-x 2 jenkins jenkins 4096 Apr 21 11:00 examples 11:02:23 -rw-rw-r-- 1 jenkins jenkins 3419 Apr 21 11:00 go.mod 11:02:23 -rw-rw-r-- 1 jenkins jenkins 31193 Apr 21 11:00 go.sum 11:02:23 drwxrwxr-x 2 jenkins jenkins 4096 Apr 21 11:00 images 11:02:23 drwxrwxr-x 5 jenkins jenkins 4096 Apr 21 11:00 internal 11:02:23 drwxrwxr-x 4 jenkins jenkins 4096 Apr 21 11:00 snap 11:02:23 -rw-rw-r-- 1 jenkins jenkins 193 Apr 21 11:00 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:02:23 + 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=0ab4598f8aa0d2bf341ac222f6280d0264e83d2e --label arch=amd64 --label version=0.0.0 . 11:02:23 Sending build context to Docker daemon 4.22MB 11:02:23 Step 1/24 : ARG BASE=golang:1.20-alpine3.17 11:02:23 Step 2/24 : FROM ${BASE} AS builder 11:02:23 ---> 2684b9c2bd69 11:02:23 Step 3/24 : ARG ADD_BUILD_TAGS="" 11:02:23 ---> Running in 0fb0f0865d7f 11:02:24 Removing intermediate container 0fb0f0865d7f 11:02:24 ---> fae4d0565f6b 11:02:24 Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 11:02:24 ---> Running in 04b3b8c6bba8 11:02:24 Removing intermediate container 04b3b8c6bba8 11:02:24 ---> 7f1dbf140a8d 11:02:24 Step 5/24 : ARG ALPINE_PKG_BASE="make git" 11:02:24 ---> Running in 3116bfd6f741 11:02:24 Removing intermediate container 3116bfd6f741 11:02:24 ---> 376e5954bccb 11:02:24 Step 6/24 : ARG ALPINE_PKG_EXTRA="" 11:02:24 ---> Running in 57c0963c7502 11:02:24 Removing intermediate container 57c0963c7502 11:02:24 ---> cf96c004228c 11:02:24 Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:02:24 ---> Running in a2d43d7ffd28 11:02:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 11:02:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 11:02:25 OK: 265 MiB in 53 packages 11:02:25 Removing intermediate container a2d43d7ffd28 11:02:25 ---> 5ecbc5cbef41 11:02:25 Step 8/24 : WORKDIR /app 11:02:25 ---> Running in 73cfa3c597f9 11:02:25 Removing intermediate container 73cfa3c597f9 11:02:25 ---> 3f05074b304b 11:02:25 Step 9/24 : COPY go.mod vendor* ./ 11:02:25 ---> bbdbecf279e9 11:02:25 Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:02:25 ---> Running in f56bacb576f7 11:02:26 Removing intermediate container f56bacb576f7 11:02:26 ---> 6f17c9250148 11:02:26 Step 11/24 : COPY . . 11:02:26 ---> bcb89920b586 11:02:26 Step 12/24 : RUN $MAKE 11:02:26 ---> Running in dc0ee4d56c48 11:02:26 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:02:48 Removing intermediate container dc0ee4d56c48 11:02:48 ---> 3e4c3055d8a9 11:02:48 Step 13/24 : FROM alpine:3.17 11:02:48 3.17: Pulling from library/alpine 11:02:48 f56be85fc22e: Pulling fs layer 11:02:48 f56be85fc22e: Verifying Checksum 11:02:48 f56be85fc22e: Download complete 11:02:48 f56be85fc22e: Pull complete 11:02:48 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 11:02:48 Status: Downloaded newer image for alpine:3.17 11:02:48 ---> 9ed4aefc74f6 11:02:48 Step 14/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 11:02:48 ---> Running in 079b748fbcf3 11:02:48 Removing intermediate container 079b748fbcf3 11:02:48 ---> 2bfe801b5410 11:02:48 Step 15/24 : RUN apk add --update --no-cache dumb-init 11:02:48 ---> Running in b6661d00cd3b 11:02:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 11:02:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 11:02:48 (1/1) Installing dumb-init (1.2.5-r2) 11:02:48 Executing busybox-1.35.0-r29.trigger 11:02:48 OK: 7 MiB in 16 packages 11:02:48 Removing intermediate container b6661d00cd3b 11:02:48 ---> bdc8cc4e6a74 11:02:48 Step 16/24 : COPY --from=builder /app/LICENSE / 11:02:49 ---> d84fabe2fb4b 11:02:49 Step 17/24 : COPY --from=builder /app/Attribution.txt / 11:02:49 ---> 2c317105758a 11:02:49 Step 18/24 : COPY --from=builder /app/cmd/ / 11:02:49 ---> e88ba2053607 11:02:49 Step 19/24 : EXPOSE 59989 11:02:49 ---> Running in 8a651c6005ce 11:02:49 Removing intermediate container 8a651c6005ce 11:02:49 ---> 5a73720e4fef 11:02:49 Step 20/24 : ENTRYPOINT ["/device-rfid-llrp"] 11:02:49 ---> Running in fa449c00a439 11:02:49 Removing intermediate container fa449c00a439 11:02:49 ---> 3ca65953b791 11:02:49 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 11:02:49 ---> Running in c3611862e66f 11:02:49 Removing intermediate container c3611862e66f 11:02:49 ---> 1d0e48693e6a 11:02:49 Step 22/24 : LABEL arch=amd64 11:02:49 ---> Running in f02bbc51cd8e 11:02:50 Removing intermediate container f02bbc51cd8e 11:02:50 ---> e633e5306fa1 11:02:50 Step 23/24 : LABEL git_sha=0ab4598f8aa0d2bf341ac222f6280d0264e83d2e 11:02:50 ---> Running in 6a41ed36959c 11:02:50 Removing intermediate container 6a41ed36959c 11:02:50 ---> 4857046a5864 11:02:50 Step 24/24 : LABEL version=0.0.0 11:02:50 ---> Running in fe49c8c63949 11:02:50 Removing intermediate container fe49c8c63949 11:02:50 ---> 3e3c5d3e8e60 11:02:50 [Warning] One or more build-args [ARCH] were not consumed 11:02:50 Successfully built 3e3c5d3e8e60 11:02:50 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:02:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:02:51 11:02:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:02:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:02:51 latest: Pulling from edgex-lftools-log-publisher 11:02:51 5eb5b503b376: Pulling fs layer 11:02:51 5c69ac0246d0: Pulling fs layer 11:02:51 ec43610c2a17: Pulling fs layer 11:02:51 3a2ae6a8a46f: Pulling fs layer 11:02:51 33b1e0a273af: Pulling fs layer 11:02:51 5d3b04190fa2: Pulling fs layer 11:02:51 2f39f015ded8: Pulling fs layer 11:02:51 33b1e0a273af: Waiting 11:02:51 5d3b04190fa2: Waiting 11:02:51 3a2ae6a8a46f: Waiting 11:02:51 2f39f015ded8: Waiting 11:02:51 5c69ac0246d0: Download complete 11:02:51 3a2ae6a8a46f: Verifying Checksum 11:02:51 3a2ae6a8a46f: Download complete 11:02:51 33b1e0a273af: Verifying Checksum 11:02:51 33b1e0a273af: Download complete 11:02:51 ec43610c2a17: Verifying Checksum 11:02:51 ec43610c2a17: Download complete 11:02:51 5d3b04190fa2: Verifying Checksum 11:02:51 5d3b04190fa2: Download complete 11:02:51 5eb5b503b376: Download complete 11:02:52 2f39f015ded8: Download complete 11:02:53 5eb5b503b376: Pull complete 11:02:53 5c69ac0246d0: Pull complete 11:02:53 ec43610c2a17: Pull complete 11:02:53 3a2ae6a8a46f: Pull complete 11:02:54 33b1e0a273af: Pull complete 11:02:54 5d3b04190fa2: Pull complete 11:02:59 2f39f015ded8: Pull complete 11:02:59 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 11:02:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:02:59 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:02:59 prd-ubuntu20.04-docker-8c-8g-9277 does not seem to be running inside a container 11:02:59 $ 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-210 -v /w/workspace/undry_device-rfid-llrp-go_PR-210:/w/workspace/undry_device-rfid-llrp-go_PR-210:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-210@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-210@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:03:02 $ docker top 409cf968841eadf7c2a7e49dc89c14a224c08f1baa4a89d904b3827cbb204d95 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:03:03 ---> job-cost.sh 11:03:03 lf-activate-venv: SKIPPING 11:03:03 INFO: No Stack... 11:03:03 INFO: Retrieving Pricing Info for: v3-standard-8 11:03:03 INFO: Archiving Costs [Pipeline] sh 11:03:03 + cat /w/workspace/undry_device-rfid-llrp-go_PR-210/archives/cost.csv 11:03:03 + cut -d, -f6 [Pipeline] lock 11:03:03 Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-210-1-stack-cost] 11:03:03 Resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-210-1-stack-cost] did not exist. Created. 11:03:03 Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-210-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 11:03:04 + echo total: 0.2199999988079071 [Pipeline] stash 11:03:04 Stashed 1 file(s) [Pipeline] } 11:03:04 Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-210-1-stack-cost] [Pipeline] // lock [Pipeline] } 11:03:04 $ docker stop --time=1 409cf968841eadf7c2a7e49dc89c14a224c08f1baa4a89d904b3827cbb204d95 11:03:05 $ docker rm -f --volumes 409cf968841eadf7c2a7e49dc89c14a224c08f1baa4a89d904b3827cbb204d95 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 11:03:16 Running on prd-ubuntu20.04-docker-arm64-4c-16g-9279 in /w/workspace/undry_device-rfid-llrp-go_PR-210 [Pipeline] { [Pipeline] ws 11:03:16 Running in /w/workspace/device-rfid-llrp-go/1 [Pipeline] { [Pipeline] checkout 11:03:16 Selected Git installation does not exist. Using Default 11:03:16 The recommended git tool is: NONE 11:03:22 using credential edgex-jenkins-ssh 11:03:22 Cloning the remote Git repository 11:03:22 Cloning repository git@github.com:edgexfoundry/device-rfid-llrp-go.git 11:03:22 > git init /w/workspace/device-rfid-llrp-go/1 # timeout=10 11:03:22 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git 11:03:22 > git --version # timeout=10 11:03:23 > git --version # 'git version 2.25.1' 11:03:23 using GIT_SSH to set credentials SSH Credentials for GitHub 11:03:23 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 11:03:24 > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 11:03:24 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 11:03:25 > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 11:03:25 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git 11:03:25 using GIT_SSH to set credentials SSH Credentials for GitHub 11:03:25 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/pull/210/head:refs/remotes/origin/PR-210 +refs/heads/main:refs/remotes/origin/main # timeout=10 11:03:25 Merging remotes/origin/main commit 85826e77fb29969954e3475a8ff39b67fe868a1c into PR head commit 0ab4598f8aa0d2bf341ac222f6280d0264e83d2e 11:03:26 Merge succeeded, producing 0ab4598f8aa0d2bf341ac222f6280d0264e83d2e 11:03:26 Checking out Revision 0ab4598f8aa0d2bf341ac222f6280d0264e83d2e (PR-210) 11:03:26 Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v3" 11:03:25 > git config core.sparsecheckout # timeout=10 11:03:26 > git checkout -f 0ab4598f8aa0d2bf341ac222f6280d0264e83d2e # timeout=10 11:03:26 > git remote # timeout=10 11:03:26 > git config --get remote.origin.url # timeout=10 11:03:26 using GIT_SSH to set credentials SSH Credentials for GitHub 11:03:26 > git merge 85826e77fb29969954e3475a8ff39b67fe868a1c # timeout=10 11:03:26 > git rev-parse HEAD^{commit} # timeout=10 11:03:26 > git config core.sparsecheckout # timeout=10 11:03:26 > git checkout -f 0ab4598f8aa0d2bf341ac222f6280d0264e83d2e # timeout=10 11:03:26 > git --version # timeout=10 11:03:26 > git --version # 'git version 2.25.1' 11:03:26 fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 11:03:28 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 11:03:28 % Total % Received % Xferd Average Speed Time Time Time Current 11:03:28 Dload Upload Total Spent Left Speed 11:03:28 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 207k 0 --:--:-- --:--:-- --:--:-- 211k [Pipeline] sh 11:03:28 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 11:03:29 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 11:03:29 + sudo tee /etc/docker/daemon.new 11:03:29 { 11:03:29 "registry-mirrors": [ 11:03:29 "https://nexus3.edgexfoundry.org:10001" 11:03:29 ], 11:03:29 "bip": "10.250.0.254/24", 11:03:29 "hosts": [ 11:03:29 "tcp://0.0.0.0:5555", 11:03:29 "unix:///var/run/docker.sock" 11:03:29 ], 11:03:29 "mtu": 1458, 11:03:29 "selinux-enabled": true, 11:03:29 "seccomp-profile": "/etc/docker/seccomp.json" 11:03:29 } [Pipeline] sh 11:03:29 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 11:03:29 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:03:48 provisioning config files... 11:03:48 copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/device-rfid-llrp-go/1@tmp/config9894325283606320268tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:03:48 ---> docker-login.sh 11:03:48 nexus3.edgexfoundry.org:10001 11:03:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:03:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:03:49 Configure a credential helper to remove this warning. See 11:03:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:03:49 11:03:49 Login Succeeded 11:03:49 nexus3.edgexfoundry.org:10002 11:03:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:03:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:03:49 Configure a credential helper to remove this warning. See 11:03:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:03:49 11:03:49 Login Succeeded 11:03:49 nexus3.edgexfoundry.org:10003 11:03:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:03:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:03:50 Configure a credential helper to remove this warning. See 11:03:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:03:50 11:03:50 Login Succeeded 11:03:50 nexus3.edgexfoundry.org:10004 11:03:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:03:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:03:50 Configure a credential helper to remove this warning. See 11:03:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:03:50 11:03:50 Login Succeeded 11:03:50 docker.io 11:03:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:03:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:03:50 Configure a credential helper to remove this warning. See 11:03:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:03:50 11:03:50 Login Succeeded 11:03:50 ---> docker-login.sh ends [Pipeline] } 11:03:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 11:03:51 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 11:03:51 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 11:03:51 ========================================================= 11:03:51 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 11:03:51 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:03:51 + 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:03:53 Sending build context to Docker daemon 1.212MB 11:03:53 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 11:03:53 Step 2/12 : FROM ${BASE} AS builder 11:03:53 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 11:03:53 af6eaf76a39c: Pulling fs layer 11:03:53 55522c791124: Pulling fs layer 11:03:53 ce5c4a1c91eb: Pulling fs layer 11:03:53 169dfbe0d373: Pulling fs layer 11:03:53 e1ff8fa3b103: Pulling fs layer 11:03:53 52ebb69f0ebf: Pulling fs layer 11:03:53 5abe8eddf0d5: Pulling fs layer 11:03:53 e1ff8fa3b103: Waiting 11:03:53 52ebb69f0ebf: Waiting 11:03:53 169dfbe0d373: Waiting 11:03:53 5abe8eddf0d5: Waiting 11:03:53 55522c791124: Verifying Checksum 11:03:53 55522c791124: Download complete 11:03:54 169dfbe0d373: Verifying Checksum 11:03:54 169dfbe0d373: Download complete 11:03:54 e1ff8fa3b103: Verifying Checksum 11:03:54 e1ff8fa3b103: Download complete 11:03:54 af6eaf76a39c: Verifying Checksum 11:03:54 af6eaf76a39c: Download complete 11:03:55 af6eaf76a39c: Pull complete 11:03:55 5abe8eddf0d5: Verifying Checksum 11:03:55 5abe8eddf0d5: Download complete 11:03:55 55522c791124: Pull complete 11:03:56 ce5c4a1c91eb: Verifying Checksum 11:03:56 ce5c4a1c91eb: Download complete 11:03:56 52ebb69f0ebf: Verifying Checksum 11:03:56 52ebb69f0ebf: Download complete 11:04:09 ce5c4a1c91eb: Pull complete 11:04:09 169dfbe0d373: Pull complete 11:04:09 e1ff8fa3b103: Pull complete 11:04:14 52ebb69f0ebf: Pull complete 11:04:16 5abe8eddf0d5: Pull complete 11:04:16 Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f 11:04:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 11:04:16 ---> 6cb57ee374ae 11:04:16 Step 3/12 : ARG ADD_BUILD_TAGS="" 11:04:18 ---> Running in aa1859c047d0 11:04:19 Removing intermediate container aa1859c047d0 11:04:19 ---> f696d9d20775 11:04:19 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 11:04:19 ---> Running in 8bd289caf3c3 11:04:19 Removing intermediate container 8bd289caf3c3 11:04:19 ---> 932fc9b0b4b3 11:04:19 Step 5/12 : ARG ALPINE_PKG_BASE="make git" 11:04:19 ---> Running in 7048caa50610 11:04:20 Removing intermediate container 7048caa50610 11:04:20 ---> 1ae1045a3026 11:04:20 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 11:04:20 ---> Running in c35e8a60ada2 11:04:20 Removing intermediate container c35e8a60ada2 11:04:20 ---> 5e9ee8fe205d 11:04:20 Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:04:20 ---> Running in 69d8b88aef52 11:04:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 11:04:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 11:04:23 OK: 263 MiB in 53 packages 11:04:24 Removing intermediate container 69d8b88aef52 11:04:24 ---> 1f2153d4418d 11:04:24 Step 8/12 : WORKDIR /app 11:04:24 ---> Running in 4d43ae86d55e 11:04:25 Removing intermediate container 4d43ae86d55e 11:04:25 ---> 5b84683ae6bb 11:04:25 Step 9/12 : COPY go.mod vendor* ./ 11:04:25 ---> 3ae486a4d697 11:04:25 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:04:25 ---> Running in 40e4f204672f 11:05:47 Removing intermediate container 40e4f204672f 11:05:47 ---> aaafc1a1ea19 11:05:47 Step 11/12 : COPY . . 11:05:47 ---> 9f0f4f9e5e60 11:05:47 Step 12/12 : RUN $MAKE 11:05:47 ---> Running in 47375f2cee4f 11:05:47 noop 11:05:47 Removing intermediate container 47375f2cee4f 11:05:47 ---> 7e9a32b454f8 11:05:47 Successfully built 7e9a32b454f8 11:05:47 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:05:47 + docker inspect -f . ci-base-image-arm64 11:05:47 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:05:47 prd-ubuntu20.04-docker-arm64-4c-16g-9279 does not seem to be running inside a container 11:05:48 $ 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:05:49 $ docker top 732afeb1f35ccc1bebec31b2c4319ba7edde6889b1d3ec7d1efb6f8cfb623ee9 -eo pid,comm [Pipeline] { [Pipeline] sh 11:05:50 + go version 11:05:50 go version go1.20.2 linux/arm64 [Pipeline] } 11:05:50 $ docker stop --time=1 732afeb1f35ccc1bebec31b2c4319ba7edde6889b1d3ec7d1efb6f8cfb623ee9 11:05:51 $ docker rm -f --volumes 732afeb1f35ccc1bebec31b2c4319ba7edde6889b1d3ec7d1efb6f8cfb623ee9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:05:52 + docker inspect -f . ci-base-image-arm64 11:05:52 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:05:52 prd-ubuntu20.04-docker-arm64-4c-16g-9279 does not seem to be running inside a container 11:05:53 $ 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:05:55 $ docker top a00d98946d9a069b48a1c1649b1246c800286cd67ff9393c03623a7510dbf4e3 -eo pid,comm [Pipeline] { [Pipeline] sh 11:05:56 + git config --global --add safe.directory /w/workspace/device-rfid-llrp-go/1 [Pipeline] fileExists [Pipeline] sh 11:05:57 + make test 11:05:57 go test ./... -coverprofile=coverage.out ./... 11:06:36 ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] 11:08:42 ? github.com/edgexfoundry/device-rfid-llrp-go/cmd [no test files] 11:08:42 ? github.com/edgexfoundry/device-rfid-llrp-go/cmd/llrp [no test files] 11:09:21 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/driver 29.888s coverage: 40.5% of statements 11:09:21 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.585s coverage: 52.0% of statements 11:09:21 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.056s coverage: 95.5% of statements 11:09:21 WARNING: Linting skipped (not on x86_64 or linter not installed) 11:09:21 go vet ./... 11:09:43 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 11:09:43 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 11:09:43 ./bin/test-attribution-txt.sh 11:09:43 An attribution for golang.org/x/mod is missing from Attribution.txt, please add 11:09:44 An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo 11:09:44 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 11:09:44 $ docker stop --time=1 a00d98946d9a069b48a1c1649b1246c800286cd67ff9393c03623a7510dbf4e3 11:09:45 $ docker rm -f --volumes a00d98946d9a069b48a1c1649b1246c800286cd67ff9393c03623a7510dbf4e3 [Pipeline] // withDockerContainer [Pipeline] sh 11:09:47 + sudo chown -R jenkins:jenkins . [Pipeline] stash 11:09:47 Warning: overwriting stash ‘coverage-report’ 11:09:47 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 11:09:48 + sudo chown -R jenkins:jenkins . [Pipeline] sh 11:09:48 + ls -al . 11:09:48 total 624 11:09:48 drwxrwxr-x 10 jenkins jenkins 4096 Apr 21 11:05 . 11:09:48 drwxrwxr-x 4 jenkins jenkins 4096 Apr 21 11:03 .. 11:09:48 -rw-rw-r-- 1 jenkins jenkins 134 Apr 21 11:03 .dockerignore 11:09:48 drwxrwxr-x 8 jenkins jenkins 4096 Apr 21 11:03 .git 11:09:48 drwxrwxr-x 3 jenkins jenkins 4096 Apr 21 11:03 .github 11:09:48 -rw-rw-r-- 1 jenkins jenkins 946 Apr 21 11:03 .gitignore 11:09:48 -rw-rw-r-- 1 jenkins jenkins 41 Apr 21 11:03 .golangci.yml 11:09:48 -rw-rw-r-- 1 jenkins jenkins 10794 Apr 21 11:03 Attribution.txt 11:09:48 -rw-rw-r-- 1 jenkins jenkins 5905 Apr 21 11:03 CHANGELOG.md 11:09:48 -rw-rw-r-- 1 jenkins jenkins 1347 Apr 21 11:03 Dockerfile 11:09:48 -rw-rw-r-- 1 jenkins jenkins 677 Apr 21 11:03 GOVERNANCE.md 11:09:48 -rw-rw-r-- 1 jenkins jenkins 683 Apr 21 11:03 Jenkinsfile 11:09:48 -rw-rw-r-- 1 jenkins jenkins 11347 Apr 21 11:03 LICENSE 11:09:48 -rw-rw-r-- 1 jenkins jenkins 2053 Apr 21 11:03 Makefile 11:09:48 -rw-rw-r-- 1 jenkins jenkins 625 Apr 21 11:03 OWNERS.md 11:09:48 -rw-rw-r-- 1 jenkins jenkins 28505 Apr 21 11:03 README.md 11:09:48 -rw-rw-r-- 1 jenkins jenkins 5 Apr 21 11:00 VERSION 11:09:48 drwxrwxr-x 2 jenkins jenkins 4096 Apr 21 11:03 bin 11:09:48 drwxrwxr-x 4 jenkins jenkins 4096 Apr 21 11:03 cmd 11:09:48 -rw-r--r-- 1 jenkins jenkins 458038 Apr 21 11:09 coverage.out 11:09:48 drwxrwxr-x 2 jenkins jenkins 4096 Apr 21 11:03 examples 11:09:48 -rw-rw-r-- 1 jenkins jenkins 3419 Apr 21 11:03 go.mod 11:09:48 -rw-rw-r-- 1 jenkins jenkins 31193 Apr 21 11:03 go.sum 11:09:48 drwxrwxr-x 2 jenkins jenkins 4096 Apr 21 11:03 images 11:09:48 drwxrwxr-x 5 jenkins jenkins 4096 Apr 21 11:03 internal 11:09:48 drwxrwxr-x 4 jenkins jenkins 4096 Apr 21 11:03 snap 11:09:48 -rw-rw-r-- 1 jenkins jenkins 193 Apr 21 11:03 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:09:49 + 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=0ab4598f8aa0d2bf341ac222f6280d0264e83d2e --label arch=arm64 --label version=0.0.0 . 11:09:49 Sending build context to Docker daemon 1.212MB 11:09:49 Step 1/24 : ARG BASE=golang:1.20-alpine3.17 11:09:49 Step 2/24 : FROM ${BASE} AS builder 11:09:49 ---> 7e9a32b454f8 11:09:49 Step 3/24 : ARG ADD_BUILD_TAGS="" 11:09:49 ---> Running in b055fefdf4e0 11:09:50 Removing intermediate container b055fefdf4e0 11:09:50 ---> 3d66aba54478 11:09:50 Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 11:09:50 ---> Running in 44bf5490387c 11:09:50 Removing intermediate container 44bf5490387c 11:09:50 ---> 70d1f3d626d4 11:09:50 Step 5/24 : ARG ALPINE_PKG_BASE="make git" 11:09:50 ---> Running in f21a92187351 11:09:50 Removing intermediate container f21a92187351 11:09:50 ---> 3de77f0d95cd 11:09:50 Step 6/24 : ARG ALPINE_PKG_EXTRA="" 11:09:50 ---> Running in 85f1f049ad78 11:09:51 Removing intermediate container 85f1f049ad78 11:09:51 ---> 029c4f17eab2 11:09:51 Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:09:51 ---> Running in 58fd78e5703d 11:09:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 11:09:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 11:09:53 OK: 263 MiB in 53 packages 11:09:54 Removing intermediate container 58fd78e5703d 11:09:54 ---> 26bf4f24fbf2 11:09:54 Step 8/24 : WORKDIR /app 11:09:54 ---> Running in 0be0bc24b9ec 11:09:54 Removing intermediate container 0be0bc24b9ec 11:09:54 ---> 0aba1d61e69c 11:09:54 Step 9/24 : COPY go.mod vendor* ./ 11:09:55 ---> b37f850ac4ac 11:09:55 Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:09:55 ---> Running in 28c448c48b7a 11:09:58 Removing intermediate container 28c448c48b7a 11:09:58 ---> 5ef548af530c 11:09:58 Step 11/24 : COPY . . 11:09:58 ---> ab51949c1d6a 11:09:58 Step 12/24 : RUN $MAKE 11:09:58 ---> Running in 1d3eeb0ebe21 11:09: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:12:21 Removing intermediate container 1d3eeb0ebe21 11:12:21 ---> dde88503df5d 11:12:21 Step 13/24 : FROM alpine:3.17 11:12:21 3.17: Pulling from library/alpine 11:12:21 c41833b44d91: Pulling fs layer 11:12:21 c41833b44d91: Verifying Checksum 11:12:21 c41833b44d91: Download complete 11:12:21 c41833b44d91: Pull complete 11:12:21 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 11:12:21 Status: Downloaded newer image for alpine:3.17 11:12:21 ---> 51e60588ff2c 11:12:21 Step 14/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 11:12:21 ---> Running in 4e2be64947aa 11:12:21 Removing intermediate container 4e2be64947aa 11:12:21 ---> 9887f2a2ae9b 11:12:21 Step 15/24 : RUN apk add --update --no-cache dumb-init 11:12:21 ---> Running in 2be6691988c9 11:12:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 11:12:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 11:12:21 (1/1) Installing dumb-init (1.2.5-r2) 11:12:21 Executing busybox-1.35.0-r29.trigger 11:12:21 OK: 8 MiB in 16 packages 11:12:21 Removing intermediate container 2be6691988c9 11:12:21 ---> cf3b4c58de75 11:12:21 Step 16/24 : COPY --from=builder /app/LICENSE / 11:12:21 ---> 416fab2ede46 11:12:21 Step 17/24 : COPY --from=builder /app/Attribution.txt / 11:12:21 ---> d8c31262cd87 11:12:21 Step 18/24 : COPY --from=builder /app/cmd/ / 11:12:21 ---> 4d8f38e99763 11:12:21 Step 19/24 : EXPOSE 59989 11:12:21 ---> Running in c0bb38e88a35 11:12:21 Removing intermediate container c0bb38e88a35 11:12:21 ---> 57b3c4517798 11:12:21 Step 20/24 : ENTRYPOINT ["/device-rfid-llrp"] 11:12:21 ---> Running in 3d37f268f15b 11:12:21 Removing intermediate container 3d37f268f15b 11:12:21 ---> d203da9e6ee5 11:12:21 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 11:12:21 ---> Running in c9d69129833c 11:12:21 Removing intermediate container c9d69129833c 11:12:21 ---> 83d131b36e1c 11:12:21 Step 22/24 : LABEL arch=arm64 11:12:21 ---> Running in 31f7e83641d5 11:12:21 Removing intermediate container 31f7e83641d5 11:12:21 ---> 44bf2f26c547 11:12:21 Step 23/24 : LABEL git_sha=0ab4598f8aa0d2bf341ac222f6280d0264e83d2e 11:12:21 ---> Running in 1b1f4791489c 11:12:21 Removing intermediate container 1b1f4791489c 11:12:21 ---> 43fc719765b4 11:12:21 Step 24/24 : LABEL version=0.0.0 11:12:21 ---> Running in b6e01c76bfe3 11:12:21 Removing intermediate container b6e01c76bfe3 11:12:21 ---> 45fb6fa4b543 11:12:21 [Warning] One or more build-args [ARCH] were not consumed 11:12:21 Successfully built 45fb6fa4b543 11:12:21 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:12:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:12:22 11:12:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:12:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:12:22 arm64: Pulling from edgex-lftools-log-publisher 11:12:22 8998bd30e6a1: Pulling fs layer 11:12:22 04944245beec: Pulling fs layer 11:12:22 699f458cf7ca: Pulling fs layer 11:12:22 765212b225bb: Pulling fs layer 11:12:22 f23df028b6ca: Pulling fs layer 11:12:22 d65c8cfc05b1: Pulling fs layer 11:12:22 2437ff75d9bd: Pulling fs layer 11:12:22 f23df028b6ca: Waiting 11:12:22 2437ff75d9bd: Waiting 11:12:22 765212b225bb: Waiting 11:12:22 d65c8cfc05b1: Waiting 11:12:23 04944245beec: Verifying Checksum 11:12:23 04944245beec: Download complete 11:12:23 765212b225bb: Verifying Checksum 11:12:23 765212b225bb: Download complete 11:12:23 f23df028b6ca: Verifying Checksum 11:12:23 f23df028b6ca: Download complete 11:12:23 d65c8cfc05b1: Verifying Checksum 11:12:23 d65c8cfc05b1: Download complete 11:12:23 699f458cf7ca: Verifying Checksum 11:12:23 699f458cf7ca: Download complete 11:12:23 8998bd30e6a1: Verifying Checksum 11:12:23 8998bd30e6a1: Download complete 11:12:26 2437ff75d9bd: Verifying Checksum 11:12:26 2437ff75d9bd: Download complete 11:12:27 8998bd30e6a1: Pull complete 11:12:27 04944245beec: Pull complete 11:12:29 699f458cf7ca: Pull complete 11:12:29 765212b225bb: Pull complete 11:12:30 f23df028b6ca: Pull complete 11:12:32 d65c8cfc05b1: Pull complete 11:12:47 2437ff75d9bd: Pull complete 11:12:47 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 11:12:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:12:47 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:12:47 prd-ubuntu20.04-docker-arm64-4c-16g-9279 does not seem to be running inside a container 11:12:47 $ 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:12:50 $ docker top 6b994a09ab8e09a94f5598c40e225143e31c0b040c6d517cb8c6be8cbb423c82 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:12:50 ---> job-cost.sh 11:12:51 lf-activate-venv: SKIPPING 11:12:51 INFO: No Stack... 11:12:51 INFO: Retrieving Pricing Info for: v3-standard-4 11:12:52 INFO: Archiving Costs [Pipeline] sh 11:12:52 + cut -d, -f6 11:12:52 + cat /w/workspace/device-rfid-llrp-go/1/archives/cost.csv [Pipeline] lock 11:12:52 Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-210-1-stack-cost] 11:12:52 Resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-210-1-stack-cost] did not exist. Created. 11:12:52 Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-210-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 11:12:53 /w/workspace/device-rfid-llrp-go/1@tmp/durable-6168501d/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 11:12:53 + echo total: 0.10999999940395355 [Pipeline] stash 11:12:53 Warning: overwriting stash ‘stack-cost’ 11:12:53 Stashed 1 file(s) [Pipeline] } 11:12:53 Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-210-1-stack-cost] [Pipeline] // lock [Pipeline] } 11:12:53 $ docker stop --time=1 6b994a09ab8e09a94f5598c40e225143e31c0b040c6d517cb8c6be8cbb423c82 11:12:55 $ docker rm -f --volumes 6b994a09ab8e09a94f5598c40e225143e31c0b040c6d517cb8c6be8cbb423c82 [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:12:56 provisioning config files... 11:12:56 copy managed file [device-rfid-llrp-go-codecov-token] to file:/w/workspace/undry_device-rfid-llrp-go_PR-210@tmp/config7969597956479641715tmp [Pipeline] { [Pipeline] sh 11:12:56 + set +x 11:12:56 + curl -s https://codecov.io/bash 11:12:56 + bash -s -- 11:12:56 11:12:56 _____ _ 11:12:56 / ____| | | 11:12:56 | | ___ __| | ___ ___ _____ __ 11:12:56 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 11:12:56 | |___| (_) | (_| | __/ (_| (_) \ V / 11:12:56 \_____\___/ \__,_|\___|\___\___/ \_/ 11:12:56 Bash-1.0.6 11:12:56 11:12:56 11:12:56 ==> git version 2.25.1 found 11:12:56 ==> 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:12:56 Release-Date: 2020-01-08 11:12:56 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:12:56 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 11:12:56 ==> Jenkins CI detected. 11:12:56 current dir:  /w/workspace/undry_device-rfid-llrp-go_PR-210 11:12:56 project root: . 11:12:56 --> token set from env 11:12:56 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 11:12:56 ==> Running gcov in . (disable via -X gcov) 11:12:56 ==> Python coveragepy not found 11:12:56 ==> Searching for coverage reports in: 11:12:56 + . 11:12:56 -> Found 1 reports 11:12:56 ==> Detecting git/mercurial file structure 11:12:56 ==> Reading reports 11:12:56 + ./coverage.out bytes=458038 11:12:56 ==> Appending adjustments 11:12:56 https://docs.codecov.io/docs/fixing-reports 11:12:57 + Found adjustments 11:12:57 ==> Gzipping contents 11:12:57 52K /tmp/codecov.8RcRbr.gz 11:12:57 ==> Uploading reports 11:12:57 url: https://codecov.io 11:12:57 query: branch=PR-210&commit=0ab4598f8aa0d2bf341ac222f6280d0264e83d2e&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rfid-llrp-go%2Fjob%2FPR-210%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rfid-llrp-go&service=jenkins&flags=&pr=210&job=&cmd_args= 11:12:57 -> Pinging Codecov 11:12:57 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=0703e47f-c946-4a15-b96a-5e99ca1c8fb5&branch=PR-210&commit=0ab4598f8aa0d2bf341ac222f6280d0264e83d2e&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rfid-llrp-go%2Fjob%2FPR-210%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rfid-llrp-go&service=jenkins&flags=&pr=210&job=&cmd_args= 11:12:57 -> Uploading to 11:12:57 https://storage.googleapis.com/codecov/v4/raw/2023-04-21/581DD39554BDF9B6E22D074273EAD858/0ab4598f8aa0d2bf341ac222f6280d0264e83d2e/5f596d70-e510-4a5f-81c9-8896800f9b91.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230421%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230421T111257Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d98f154196d6eeeeedde547c018c9be85814e8e2444fd74ef8f2a97e613caa72 11:12:57 % Total % Received % Xferd Average Speed Time Time Time Current 11:12:57 Dload Upload Total Spent Left Speed 11:12:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50498 0 0 100 50498 0 201k --:--:-- --:--:-- --:--:-- 201k 11:12:57 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rfid-llrp-go/commit/0ab4598f8aa0d2bf341ac222f6280d0264e83d2e [Pipeline] } 11:12:57 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:12:59 + [ -d /w/workspace/undry_device-rfid-llrp-go_PR-210/archives ] 11:12:59 + ls -al /w/workspace/undry_device-rfid-llrp-go_PR-210/archives 11:12:59 total 16 11:12:59 drwxr-xr-x 3 root root 4096 Apr 21 11:03 . 11:12:59 drwxrwxr-x 12 jenkins jenkins 4096 Apr 21 11:03 .. 11:12:59 drwxr-xr-x 2 root root 4096 Apr 21 11:03 cost 11:12:59 -rw-r--r-- 1 root root 91 Apr 21 11:03 cost.csv 11:12:59 + sudo chown -R jenkins:jenkins /w/workspace/undry_device-rfid-llrp-go_PR-210/archives 11:12:59 + ls -al /w/workspace/undry_device-rfid-llrp-go_PR-210/archives 11:12:59 total 16 11:12:59 drwxr-xr-x 3 jenkins jenkins 4096 Apr 21 11:03 . 11:12:59 drwxrwxr-x 12 jenkins jenkins 4096 Apr 21 11:03 .. 11:12:59 drwxr-xr-x 2 jenkins jenkins 4096 Apr 21 11:03 cost 11:12:59 -rw-r--r-- 1 jenkins jenkins 91 Apr 21 11:03 cost.csv [Pipeline] libraryResource [Pipeline] sh 11:12:59 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 11:13:00 ---> package-listing.sh 11:13:00 ++ facter osfamily 11:13:00 ++ tr '[:upper:]' '[:lower:]' 11:13:00 + OS_FAMILY=debian 11:13:00 + workspace=/w/workspace/undry_device-rfid-llrp-go_PR-210 11:13:00 + START_PACKAGES=/tmp/packages_start.txt 11:13:00 + END_PACKAGES=/tmp/packages_end.txt 11:13:00 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:13:00 + PACKAGES=/tmp/packages_start.txt 11:13:00 + '[' /w/workspace/undry_device-rfid-llrp-go_PR-210 ']' 11:13:00 + PACKAGES=/tmp/packages_end.txt 11:13:00 + case "${OS_FAMILY}" in 11:13:00 + dpkg -l 11:13:00 + grep '^ii' 11:13:00 + '[' -f /tmp/packages_start.txt ']' 11:13:00 + '[' -f /tmp/packages_end.txt ']' 11:13:00 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:13:00 + '[' /w/workspace/undry_device-rfid-llrp-go_PR-210 ']' 11:13:00 + mkdir -p /w/workspace/undry_device-rfid-llrp-go_PR-210/archives/ 11:13:00 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/undry_device-rfid-llrp-go_PR-210/archives/ [Pipeline] echo 11:13:00 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-210/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 11:13:01 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:13:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:13:01 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:13:01 prd-ubuntu20.04-docker-8c-8g-9277 does not seem to be running inside a container 11:13:01 $ 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-210/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-210 -v /w/workspace/undry_device-rfid-llrp-go_PR-210:/w/workspace/undry_device-rfid-llrp-go_PR-210:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-210@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-210@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:13:01 $ docker top 6ea78fd474d3864e643debe5ef394f0adb2c98dd9632475fe0b79447837814ae -eo pid,comm [Pipeline] { [Pipeline] sh 11:13:02 + touch /tmp/pre-build-complete [Pipeline] sh 11:13:02 + mkdir -p /var/log/sysstat [Pipeline] sh 11:13:03 + ls /var/log/sa-host 11:13:03 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:13:03 provisioning config files... 11:13:03 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/undry_device-rfid-llrp-go_PR-210@tmp/config10169882238977727752tmp [Pipeline] { [Pipeline] echo 11:13:03 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 11:13:03 ---> create-netrc.sh [Pipeline] } 11:13:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 11:13:03 ---> python-tools-install.sh [Pipeline] echo 11:13:04 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 11:13:04 ---> sudo-logs.sh 11:13:04 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 11:13:04 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 11:13:04 ---> job-cost.sh 11:13:04 lf-activate-venv: SKIPPING 11:13:04 DEBUG: total: 0.2199999988079071 11:13:04 INFO: Retrieving Stack Cost... 11:13:04 INFO: Retrieving Pricing Info for: v3-standard-8 11:13:05 INFO: Archiving Costs [Pipeline] echo 11:13:05 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 11:13:05 ---> logs-deploy.sh 11:13:05 lf-activate-venv: SKIPPING 11:13:05 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rfid-llrp-go/PR-210/1 11:13:05 INFO: archiving workspace using pattern(s): 11:13:06 Archives upload complete. 11:13:06 INFO: archiving logs to Nexus