Pull request #207 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from bab5ccdb175b4508451e4b5f5505152500af32cc+f0fb454d4e4dcc934eeca44d9ca1b17142f48834 (ae9871c573fc4a6fefa020055143fdb9ab10115e) 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-ssh16837554268382243115.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-ssh1574729107960424647.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-207/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-207/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15160784702047967169.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-207/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh1394540449584063880.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-ssh7829121309200644045.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-207/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-207/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh17521271120498188224.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 ‘prd-centos7-blackbox-4c-2g-8594’ doesn’t have label ‘ubuntu20.04-docker-8c-8g’ ‘prd-centos7-blackbox-4c-2g-8595’ doesn’t have label ‘ubuntu20.04-docker-8c-8g’ ‘prd-ubuntu20.04-docker-8c-8g-9021’ is offline ‘prd-ubuntu20.04-docker-8c-8g-9038’ is offline ‘prd-ubuntu20.04-docker-8c-8g-9039’ is offline ‘prd-ubuntu20.04-docker-8c-8g-9046’ is offline ‘prd-ubuntu20.04-docker-arm64-4c-16g-9030’ doesn’t have label ‘ubuntu20.04-docker-8c-8g’ ‘prd-ubuntu20.04-docker-arm64-4c-16g-9040’ doesn’t have label ‘ubuntu20.04-docker-8c-8g’ ‘prd-ubuntu20.04-docker-arm64-4c-16g-9041’ doesn’t have label ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-9048 in /w/workspace/undry_device-rfid-llrp-go_PR-207 [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-207 # 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 f0fb454d4e4dcc934eeca44d9ca1b17142f48834 into PR head commit bab5ccdb175b4508451e4b5f5505152500af32cc Merge succeeded, producing bab5ccdb175b4508451e4b5f5505152500af32cc Checking out Revision bab5ccdb175b4508451e4b5f5505152500af32cc (PR-207) 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 > 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/207/head:refs/remotes/origin/PR-207 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bab5ccdb175b4508451e4b5f5505152500af32cc # 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 f0fb454d4e4dcc934eeca44d9ca1b17142f48834 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bab5ccdb175b4508451e4b5f5505152500af32cc # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:06:43 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:06:43 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:06:43 ========================================================= 03:06:43 EdgeX Global Pipelines Version Info 03:06:43 ========================================================= [Pipeline] libraryResource [Pipeline] sh 03:06:44 ------------------- 03:06:44 stable info: 03:06:44 ------------------- 03:06:44 Commited By: Bill Mahoney bill.mahoney@intel.com 03:06:44 Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 03:06:44 Message: update stable to v1.0.248 03:06:45 ------------------- 03:06:45 experimental info: 03:06:45 ------------------- 03:06:45 Commited By: **** collab-it+edgex@linuxfoundation.org 03:06:45 Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 03:06:45 Message: update experimental to v1.0.248 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 03:06:45 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rfid-llrp-go-settings [Pipeline] echo 03:06:45 [edgeXSetupEnvironment]: set envvar PROJECT = device-rfid-llrp-go [Pipeline] echo 03:06:45 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:06:45 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:06:45 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:06:45 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 03:06:45 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 03:06:45 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 03:06:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:06:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:06:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 03:06:45 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rfid-llrp [Pipeline] echo 03:06:46 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:06:46 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:06:46 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 03:06:46 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 03:06:46 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 03:06:46 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 03:06:46 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 03:06:46 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 03:06:46 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 03:06:46 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 03:06:46 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 03:06:46 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 03:06:46 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 03:06:46 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 03:06:46 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 03:06:46 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-207 [Pipeline] echo 03:06:46 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-207 [Pipeline] echo 03:06:46 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-207 [Pipeline] echo 03:06:46 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = bab5ccdb175b4508451e4b5f5505152500af32cc [Pipeline] echo 03:06:46 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = bab5ccd [Pipeline] echo 03:06:47 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:06:47 provisioning config files... 03:06:47 copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/undry_device-rfid-llrp-go_PR-207@tmp/config10753529227006851642tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:06:47 ---> docker-login.sh 03:06:47 nexus3.edgexfoundry.org:10001 03:06:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:06:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:06:47 Configure a credential helper to remove this warning. See 03:06:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:06:47 03:06:47 Login Succeeded 03:06:47 nexus3.edgexfoundry.org:10002 03:06:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:06:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:06:48 Configure a credential helper to remove this warning. See 03:06:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:06:48 03:06:48 Login Succeeded 03:06:48 nexus3.edgexfoundry.org:10003 03:06:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:06:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:06:48 Configure a credential helper to remove this warning. See 03:06:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:06:48 03:06:48 Login Succeeded 03:06:48 nexus3.edgexfoundry.org:10004 03:06:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:06:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:06:48 Configure a credential helper to remove this warning. See 03:06:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:06:48 03:06:48 Login Succeeded 03:06:48 docker.io 03:06:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:06:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:06:48 Configure a credential helper to remove this warning. See 03:06:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:06:48 03:06:48 Login Succeeded 03:06:48 ---> docker-login.sh ends [Pipeline] } 03:06:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 03:06:49 + git rev-list -1 --merges bab5ccdb175b4508451e4b5f5505152500af32cc~1..bab5ccdb175b4508451e4b5f5505152500af32cc [Pipeline] echo 03:06:49 -----------> git rev-list -1 --merges bab5ccdb175b4508451e4b5f5505152500af32cc~1..bab5ccdb175b4508451e4b5f5505152500af32cc bab5ccdb175b4508451e4b5f5505152500af32cc [false] [Pipeline] sh 03:06:49 + git log --format=format:%s -1 bab5ccdb175b4508451e4b5f5505152500af32cc [Pipeline] echo 03:06:49 ========================================================= 03:06:49 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 03:06:49 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:06:50 + git log --format=format:%s -1 bab5ccdb175b4508451e4b5f5505152500af32cc [Pipeline] echo 03:06:50 [semverPrep] GIT_COMMIT: bab5ccdb175b4508451e4b5f5505152500af32cc, Commit Message: build(deps): bump github.com/edgexfoundry/device-sdk-go/v3 [Pipeline] echo 03:06:50 [semverPrep] This is not a build commit. [Pipeline] sh 03:06:50 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 03:06:50 + grep -v github /etc/ssh/ssh_known_hosts 03:06:50 + [ -e /tmp/ssh_known_hosts ] 03:06:50 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 03:06:50 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 03:06:50 + sudo tee -a /etc/ssh/ssh_known_hosts 03:06:50 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:06:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:06:51 03:06:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:06:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:06:51 0.1.4: Pulling from edgex-devops/py-git-semver 03:06:51 b85a868b505f: Pulling fs layer 03:06:51 e2be974225ed: Pulling fs layer 03:06:51 339a4e72a1f5: Pulling fs layer 03:06:51 988bab9f4d93: Pulling fs layer 03:06:51 1469e6f7b9e6: Pulling fs layer 03:06:51 eaf3925da568: Pulling fs layer 03:06:51 bab4dde63d76: Pulling fs layer 03:06:51 bde34c3a00c8: Pulling fs layer 03:06:51 b352a97aabf1: Pulling fs layer 03:06:51 4872d77fe225: Pulling fs layer 03:06:51 5851b861e8e6: Pulling fs layer 03:06:51 bab4dde63d76: Waiting 03:06:51 bde34c3a00c8: Waiting 03:06:51 b352a97aabf1: Waiting 03:06:51 4872d77fe225: Waiting 03:06:51 5851b861e8e6: Waiting 03:06:51 988bab9f4d93: Waiting 03:06:51 1469e6f7b9e6: Waiting 03:06:51 eaf3925da568: Waiting 03:06:51 e2be974225ed: Download complete 03:06:51 988bab9f4d93: Verifying Checksum 03:06:51 988bab9f4d93: Download complete 03:06:51 1469e6f7b9e6: Verifying Checksum 03:06:51 1469e6f7b9e6: Download complete 03:06:51 339a4e72a1f5: Verifying Checksum 03:06:51 339a4e72a1f5: Download complete 03:06:51 eaf3925da568: Download complete 03:06:51 bde34c3a00c8: Download complete 03:06:51 b352a97aabf1: Verifying Checksum 03:06:51 b352a97aabf1: Download complete 03:06:51 4872d77fe225: Verifying Checksum 03:06:51 4872d77fe225: Download complete 03:06:51 5851b861e8e6: Verifying Checksum 03:06:51 5851b861e8e6: Download complete 03:06:51 b85a868b505f: Verifying Checksum 03:06:51 b85a868b505f: Download complete 03:06:52 bab4dde63d76: Verifying Checksum 03:06:52 bab4dde63d76: Download complete 03:06:53 b85a868b505f: Pull complete 03:06:53 e2be974225ed: Pull complete 03:06:53 339a4e72a1f5: Pull complete 03:06:53 988bab9f4d93: Pull complete 03:06:54 1469e6f7b9e6: Pull complete 03:06:54 eaf3925da568: Pull complete 03:06:55 bab4dde63d76: Pull complete 03:06:55 bde34c3a00c8: Pull complete 03:06:55 b352a97aabf1: Pull complete 03:06:56 4872d77fe225: Pull complete 03:06:56 5851b861e8e6: Pull complete 03:06:56 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 03:06:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:06:56 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:06:56 prd-ubuntu20.04-docker-8c-8g-9048 does not seem to be running inside a container 03:06:56 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_device-rfid-llrp-go_PR-207 -v /w/workspace/undry_device-rfid-llrp-go_PR-207:/w/workspace/undry_device-rfid-llrp-go_PR-207:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-207@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-207@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 03:06:59 $ docker top 92841d41c100c92beacd549570af7b5a4d7f28d6c5b0deaf59ede5437f1e9874 -eo pid,comm 03:06:59 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). 03:06:59 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:06:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:06:59 [ssh-agent] Looking for ssh-agent implementation... 03:06:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:06:59 $ docker exec 92841d41c100c92beacd549570af7b5a4d7f28d6c5b0deaf59ede5437f1e9874 ssh-agent 03:06:59 SSH_AUTH_SOCK=/tmp/ssh-FxnG6FisixtY/agent.31 03:06:59 SSH_AGENT_PID=37 03:06:59 Running ssh-add (command line suppressed) 03:06:59 Identity added: /w/workspace/undry_device-rfid-llrp-go_PR-207@tmp/private_key_168385817988849841.key (/w/workspace/undry_device-rfid-llrp-go_PR-207@tmp/private_key_168385817988849841.key) 03:06:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:07:00 + git tag --points-at HEAD [Pipeline] } 03:07:00 $ docker exec --env ******** --env ******** 92841d41c100c92beacd549570af7b5a4d7f28d6c5b0deaf59ede5437f1e9874 ssh-agent -k 03:07:00 unset SSH_AUTH_SOCK; 03:07:00 unset SSH_AGENT_PID; 03:07:00 echo Agent pid 37 killed; 03:07:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 03:07:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:07:00 [ssh-agent] Looking for ssh-agent implementation... 03:07:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:07:00 $ docker exec 92841d41c100c92beacd549570af7b5a4d7f28d6c5b0deaf59ede5437f1e9874 ssh-agent 03:07:00 SSH_AUTH_SOCK=/tmp/ssh-i6IpbvhPApXo/agent.69 03:07:00 SSH_AGENT_PID=75 03:07:00 Running ssh-add (command line suppressed) 03:07:00 Identity added: /w/workspace/undry_device-rfid-llrp-go_PR-207@tmp/private_key_3567288329402319347.key (/w/workspace/undry_device-rfid-llrp-go_PR-207@tmp/private_key_3567288329402319347.key) 03:07:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:07:01 + git semver init 03:07:01 2023-04-19 03:07:01,511 [run_init] DEBUG init version:0.0.0 force:False 03:07:01 2023-04-19 03:07:01,512 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/undry_device-rfid-llrp-go_PR-207/.semver 03:07:01 2023-04-19 03:07:01,512 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rfid-llrp-go.git /w/workspace/undry_device-rfid-llrp-go_PR-207/.semver 03:07:01 2023-04-19 03:07:01,513 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-rfid-llrp-go.git', '/w/workspace/undry_device-rfid-llrp-go_PR-207/.semver'], cwd=/w/workspace/undry_device-rfid-llrp-go_PR-207, universal_newlines=False, shell=None, istream=None) 03:07:02 2023-04-19 03:07:02,328 [append_file] DEBUG append to file:/w/workspace/undry_device-rfid-llrp-go_PR-207/.git/info/exclude 03:07:02 2023-04-19 03:07:02,329 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/undry_device-rfid-llrp-go_PR-207/.semver/PR-207 with force:False 03:07:02 2023-04-19 03:07:02,329 [write_file] DEBUG write to file:/w/workspace/undry_device-rfid-llrp-go_PR-207/.semver/PR-207 03:07:02 2023-04-19 03:07:02,334 [execute] INFO git cat-file --batch-check 03:07:02 2023-04-19 03:07:02,334 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/undry_device-rfid-llrp-go_PR-207/.semver, universal_newlines=False, shell=None, istream=) 03:07:02 2023-04-19 03:07:02,340 [execute] INFO git cat-file --batch 03:07:02 2023-04-19 03:07:02,340 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/undry_device-rfid-llrp-go_PR-207/.semver, universal_newlines=False, shell=None, istream=) 03:07:02 2023-04-19 03:07:02,346 [read_version] DEBUG read version from /w/workspace/undry_device-rfid-llrp-go_PR-207/.semver/PR-207 03:07:02 0.0.0 [Pipeline] } 03:07:02 $ docker exec --env ******** --env ******** 92841d41c100c92beacd549570af7b5a4d7f28d6c5b0deaf59ede5437f1e9874 ssh-agent -k 03:07:02 unset SSH_AUTH_SOCK; 03:07:02 unset SSH_AGENT_PID; 03:07:02 echo Agent pid 75 killed; 03:07:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:07:03 + git semver [Pipeline] } 03:07:03 $ docker stop --time=1 92841d41c100c92beacd549570af7b5a4d7f28d6c5b0deaf59ede5437f1e9874 03:07:04 $ docker rm -f --volumes 92841d41c100c92beacd549570af7b5a4d7f28d6c5b0deaf59ede5437f1e9874 [Pipeline] // withDockerContainer [Pipeline] sh 03:07:05 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 03:07:05 Stashed 1 file(s) [Pipeline] echo 03:07:05 [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 03:07:06 provisioning config files... 03:07:06 copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/undry_device-rfid-llrp-go_PR-207@tmp/config8512924305599681072tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:07:06 ---> docker-login.sh 03:07:06 nexus3.edgexfoundry.org:10001 03:07:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:07:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:07:06 Configure a credential helper to remove this warning. See 03:07:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:07:06 03:07:06 Login Succeeded 03:07:06 nexus3.edgexfoundry.org:10002 03:07:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:07:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:07:06 Configure a credential helper to remove this warning. See 03:07:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:07:06 03:07:06 Login Succeeded 03:07:06 nexus3.edgexfoundry.org:10003 03:07:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:07:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:07:06 Configure a credential helper to remove this warning. See 03:07:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:07:06 03:07:06 Login Succeeded 03:07:06 nexus3.edgexfoundry.org:10004 03:07:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:07:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:07:06 Configure a credential helper to remove this warning. See 03:07:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:07:06 03:07:06 Login Succeeded 03:07:06 docker.io 03:07:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:07:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:07:06 Configure a credential helper to remove this warning. See 03:07:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:07:06 03:07:06 Login Succeeded 03:07:06 ---> docker-login.sh ends [Pipeline] } 03:07:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 03:07:07 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 03:07:07 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 03:07:07 ========================================================= 03:07:07 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 03:07:07 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:07:07 + 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 . 03:07:07 Sending build context to Docker daemon 4.214MB 03:07:07 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 03:07:07 Step 2/12 : FROM ${BASE} AS builder 03:07:07 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 03:07:07 63b65145d645: Pulling fs layer 03:07:07 a2d21d5440eb: Pulling fs layer 03:07:07 935e6c44a52c: Pulling fs layer 03:07:07 94cc34f8dd06: Pulling fs layer 03:07:07 30dea6a524f1: Pulling fs layer 03:07:07 a2aff8979fd8: Pulling fs layer 03:07:07 6808be2612f2: Pulling fs layer 03:07:07 f25807f1079a: Pulling fs layer 03:07:07 30dea6a524f1: Waiting 03:07:07 a2aff8979fd8: Waiting 03:07:07 6808be2612f2: Waiting 03:07:07 f25807f1079a: Waiting 03:07:07 94cc34f8dd06: Waiting 03:07:08 a2d21d5440eb: Verifying Checksum 03:07:08 a2d21d5440eb: Download complete 03:07:08 94cc34f8dd06: Verifying Checksum 03:07:08 94cc34f8dd06: Download complete 03:07:08 30dea6a524f1: Verifying Checksum 03:07:08 30dea6a524f1: Download complete 03:07:08 63b65145d645: Download complete 03:07:08 a2aff8979fd8: Verifying Checksum 03:07:08 a2aff8979fd8: Download complete 03:07:08 63b65145d645: Pull complete 03:07:08 a2d21d5440eb: Pull complete 03:07:08 f25807f1079a: Verifying Checksum 03:07:08 f25807f1079a: Download complete 03:07:08 935e6c44a52c: Verifying Checksum 03:07:08 935e6c44a52c: Download complete 03:07:08 6808be2612f2: Verifying Checksum 03:07:08 6808be2612f2: Download complete 03:07:12 935e6c44a52c: Pull complete 03:07:12 94cc34f8dd06: Pull complete 03:07:12 30dea6a524f1: Pull complete 03:07:12 a2aff8979fd8: Pull complete 03:07:14 6808be2612f2: Pull complete 03:07:15 f25807f1079a: Pull complete 03:07:15 Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 03:07:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 03:07:15 ---> 3b553350e43f 03:07:15 Step 3/12 : ARG ADD_BUILD_TAGS="" 03:07:20 ---> Running in ccd34fd9633d 03:07:20 Removing intermediate container ccd34fd9633d 03:07:20 ---> c42bbd493508 03:07:20 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 03:07:20 ---> Running in 76767d3a6257 03:07:20 Removing intermediate container 76767d3a6257 03:07:20 ---> c097fc4355b1 03:07:20 Step 5/12 : ARG ALPINE_PKG_BASE="make git" 03:07:20 ---> Running in a8da10e8b916 03:07:20 Removing intermediate container a8da10e8b916 03:07:20 ---> 0335f2dac534 03:07:20 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 03:07:20 ---> Running in 8f7019379c8b 03:07:20 Removing intermediate container 8f7019379c8b 03:07:20 ---> 1199f95ddeb2 03:07:20 Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 03:07:20 ---> Running in 868384a4f480 03:07:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 03:07:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 03:07:20 OK: 265 MiB in 53 packages 03:07:20 Removing intermediate container 868384a4f480 03:07:20 ---> 252fbb6f6b9a 03:07:20 Step 8/12 : WORKDIR /app 03:07:20 Still waiting to schedule task 03:07:20 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-9043’ 03:07:20 ---> Running in a64d79a14eb0 03:07:20 Removing intermediate container a64d79a14eb0 03:07:20 ---> 1196a63137ad 03:07:20 Step 9/12 : COPY go.mod vendor* ./ 03:07:20 ---> c045e38577ae 03:07:20 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:07:20 ---> Running in a306dc9d3b43 03:07:53 Removing intermediate container a306dc9d3b43 03:07:53 ---> 69aa5fe52491 03:07:53 Step 11/12 : COPY . . 03:07:53 ---> b19e840dc612 03:07:53 Step 12/12 : RUN $MAKE 03:07:53 ---> Running in be6e5e4672b4 03:07:53 noop 03:07:53 Removing intermediate container be6e5e4672b4 03:07:53 ---> e405d05dfd82 03:07:53 Successfully built e405d05dfd82 03:07:53 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:07:53 + docker inspect -f . ci-base-image-x86_64 03:07:53 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:07:53 prd-ubuntu20.04-docker-8c-8g-9048 does not seem to be running inside a container 03:07:53 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/undry_device-rfid-llrp-go_PR-207 -v /w/workspace/undry_device-rfid-llrp-go_PR-207:/w/workspace/undry_device-rfid-llrp-go_PR-207:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-207@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-207@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 03:07:54 $ docker top 0d60f6930d4c73c5935758690e5acb5831901181058e164e061cc8450783a474 -eo pid,comm [Pipeline] { [Pipeline] sh 03:07:54 + go version 03:07:54 go version go1.20.2 linux/amd64 [Pipeline] } 03:07:54 $ docker stop --time=1 0d60f6930d4c73c5935758690e5acb5831901181058e164e061cc8450783a474 03:07:55 $ docker rm -f --volumes 0d60f6930d4c73c5935758690e5acb5831901181058e164e061cc8450783a474 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:07:56 + docker inspect -f . ci-base-image-x86_64 03:07:56 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:07:56 prd-ubuntu20.04-docker-8c-8g-9048 does not seem to be running inside a container 03:07:56 $ 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-207 -v /w/workspace/undry_device-rfid-llrp-go_PR-207:/w/workspace/undry_device-rfid-llrp-go_PR-207:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-207@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-207@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 03:07:57 $ docker top 59f6404a053cd8641ad82e377b6cea20ce3b9397f6782e15d538d0be18155164 -eo pid,comm [Pipeline] { [Pipeline] sh 03:07:57 + git config --global --add safe.directory /w/workspace/undry_device-rfid-llrp-go_PR-207 [Pipeline] fileExists [Pipeline] sh 03:07:57 + make test 03:07:57 go test ./... -coverprofile=coverage.out ./... 03:08:03 ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] 03:08:13 ? github.com/edgexfoundry/device-rfid-llrp-go/cmd [no test files] 03:08:13 ? github.com/edgexfoundry/device-rfid-llrp-go/cmd/llrp [no test files] 03:08:17 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/driver 3.907s coverage: 40.5% of statements 03:08:17 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.248s coverage: 51.9% of statements 03:08:17 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.010s coverage: 95.5% of statements 03:08:27 go vet ./... 03:08:30 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 03:08:30 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 03:08:30 ./bin/test-attribution-txt.sh 03:08:30 An attribution for golang.org/x/mod is missing from Attribution.txt, please add 03:08:30 An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo 03:08:30 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 03:08:30 $ docker stop --time=1 59f6404a053cd8641ad82e377b6cea20ce3b9397f6782e15d538d0be18155164 03:08:31 $ docker rm -f --volumes 59f6404a053cd8641ad82e377b6cea20ce3b9397f6782e15d538d0be18155164 [Pipeline] // withDockerContainer [Pipeline] sh 03:08:32 + sudo chown -R jenkins:jenkins . [Pipeline] stash 03:08:32 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 03:08:33 + sudo chown -R jenkins:jenkins . [Pipeline] sh 03:08:33 + ls -al . 03:08:33 total 628 03:08:33 drwxrwxr-x 11 jenkins jenkins 4096 Apr 19 03:07 . 03:08:33 drwxrwxr-x 4 jenkins jenkins 4096 Apr 19 03:06 .. 03:08:33 -rw-rw-r-- 1 jenkins jenkins 134 Apr 19 03:06 .dockerignore 03:08:33 drwxrwxr-x 8 jenkins jenkins 4096 Apr 19 03:07 .git 03:08:33 drwxrwxr-x 3 jenkins jenkins 4096 Apr 19 03:06 .github 03:08:33 -rw-rw-r-- 1 jenkins jenkins 946 Apr 19 03:06 .gitignore 03:08:33 -rw-rw-r-- 1 jenkins jenkins 41 Apr 19 03:06 .golangci.yml 03:08:33 drwxr-xr-x 3 jenkins jenkins 4096 Apr 19 03:07 .semver 03:08:33 -rw-rw-r-- 1 jenkins jenkins 10794 Apr 19 03:06 Attribution.txt 03:08:33 -rw-rw-r-- 1 jenkins jenkins 5905 Apr 19 03:06 CHANGELOG.md 03:08:33 -rw-rw-r-- 1 jenkins jenkins 1347 Apr 19 03:06 Dockerfile 03:08:33 -rw-rw-r-- 1 jenkins jenkins 677 Apr 19 03:06 GOVERNANCE.md 03:08:33 -rw-rw-r-- 1 jenkins jenkins 683 Apr 19 03:06 Jenkinsfile 03:08:33 -rw-rw-r-- 1 jenkins jenkins 11347 Apr 19 03:06 LICENSE 03:08:33 -rw-rw-r-- 1 jenkins jenkins 2053 Apr 19 03:06 Makefile 03:08:33 -rw-rw-r-- 1 jenkins jenkins 625 Apr 19 03:06 OWNERS.md 03:08:33 -rw-rw-r-- 1 jenkins jenkins 28505 Apr 19 03:06 README.md 03:08:33 -rw-rw-r-- 1 jenkins jenkins 5 Apr 19 03:07 VERSION 03:08:33 drwxrwxr-x 2 jenkins jenkins 4096 Apr 19 03:06 bin 03:08:33 drwxrwxr-x 4 jenkins jenkins 4096 Apr 19 03:06 cmd 03:08:33 -rw-r--r-- 1 jenkins jenkins 458038 Apr 19 03:08 coverage.out 03:08:33 drwxrwxr-x 2 jenkins jenkins 4096 Apr 19 03:06 examples 03:08:33 -rw-rw-r-- 1 jenkins jenkins 3419 Apr 19 03:06 go.mod 03:08:33 -rw-rw-r-- 1 jenkins jenkins 31193 Apr 19 03:06 go.sum 03:08:33 drwxrwxr-x 2 jenkins jenkins 4096 Apr 19 03:06 images 03:08:33 drwxrwxr-x 5 jenkins jenkins 4096 Apr 19 03:06 internal 03:08:33 drwxrwxr-x 4 jenkins jenkins 4096 Apr 19 03:06 snap 03:08:33 -rw-rw-r-- 1 jenkins jenkins 193 Apr 19 03:06 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:08:33 + 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=bab5ccdb175b4508451e4b5f5505152500af32cc --label arch=amd64 --label version=0.0.0 . 03:08:33 Sending build context to Docker daemon 4.214MB 03:08:33 Step 1/24 : ARG BASE=golang:1.20-alpine3.17 03:08:33 Step 2/24 : FROM ${BASE} AS builder 03:08:33 ---> e405d05dfd82 03:08:33 Step 3/24 : ARG ADD_BUILD_TAGS="" 03:08:34 ---> Running in ad33020df0b1 03:08:34 Removing intermediate container ad33020df0b1 03:08:34 ---> b114048d3a0e 03:08:34 Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 03:08:34 ---> Running in 27196e483581 03:08:34 Removing intermediate container 27196e483581 03:08:34 ---> bb2fb9c0cccd 03:08:34 Step 5/24 : ARG ALPINE_PKG_BASE="make git" 03:08:34 ---> Running in aea15bb4b297 03:08:34 Removing intermediate container aea15bb4b297 03:08:34 ---> 4466c1a7220c 03:08:34 Step 6/24 : ARG ALPINE_PKG_EXTRA="" 03:08:34 ---> Running in 86544693d345 03:08:34 Removing intermediate container 86544693d345 03:08:34 ---> df1d6e796f53 03:08:34 Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 03:08:34 ---> Running in 4d2d9f8c82f0 03:08:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 03:08:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 03:08:35 OK: 265 MiB in 53 packages 03:08:35 Removing intermediate container 4d2d9f8c82f0 03:08:35 ---> 2c1f326bfd06 03:08:35 Step 8/24 : WORKDIR /app 03:08:35 ---> Running in 1cfd683c0283 03:08:35 Removing intermediate container 1cfd683c0283 03:08:35 ---> ad833622d765 03:08:35 Step 9/24 : COPY go.mod vendor* ./ 03:08:35 ---> 032d3ba9a021 03:08:35 Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:08:35 ---> Running in 62c35ac19013 03:08:36 Removing intermediate container 62c35ac19013 03:08:36 ---> 56f58678f613 03:08:36 Step 11/24 : COPY . . 03:08:36 ---> 69b0ddc80901 03:08:36 Step 12/24 : RUN $MAKE 03:08:36 ---> Running in cb113aed7ab6 03:08:36 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 03:08:58 Removing intermediate container cb113aed7ab6 03:08:58 ---> b8389b495216 03:08:58 Step 13/24 : FROM alpine:3.17 03:08:58 3.17: Pulling from library/alpine 03:08:58 f56be85fc22e: Pulling fs layer 03:08:58 f56be85fc22e: Download complete 03:08:59 f56be85fc22e: Pull complete 03:08:59 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 03:08:59 Status: Downloaded newer image for alpine:3.17 03:08:59 ---> 9ed4aefc74f6 03:08:59 Step 14/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 03:08:59 ---> Running in d05007fed3e8 03:08:59 Removing intermediate container d05007fed3e8 03:08:59 ---> 2214707d7ae9 03:08:59 Step 15/24 : RUN apk add --update --no-cache dumb-init 03:08:59 ---> Running in af08f13d81b6 03:08:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 03:08:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 03:08:59 (1/1) Installing dumb-init (1.2.5-r2) 03:08:59 Executing busybox-1.35.0-r29.trigger 03:08:59 OK: 7 MiB in 16 packages 03:09:00 Removing intermediate container af08f13d81b6 03:09:00 ---> a3948fdef949 03:09:00 Step 16/24 : COPY --from=builder /app/LICENSE / 03:09:00 ---> a4d21726dcfd 03:09:00 Step 17/24 : COPY --from=builder /app/Attribution.txt / 03:09:00 ---> e485bcf8383f 03:09:00 Step 18/24 : COPY --from=builder /app/cmd/ / 03:09:01 ---> 2a61cfdc5486 03:09:01 Step 19/24 : EXPOSE 59989 03:09:01 ---> Running in 1b836f788d69 03:09:01 Removing intermediate container 1b836f788d69 03:09:01 ---> 3c7abfd8e21a 03:09:01 Step 20/24 : ENTRYPOINT ["/device-rfid-llrp"] 03:09:01 ---> Running in d06260c64740 03:09:01 Removing intermediate container d06260c64740 03:09:01 ---> a76e5d2294de 03:09:01 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 03:09:01 ---> Running in 82a02cffd2ab 03:09:01 Removing intermediate container 82a02cffd2ab 03:09:01 ---> 98fc19f41705 03:09:01 Step 22/24 : LABEL arch=amd64 03:09:01 ---> Running in 7815e375cae3 03:09:01 Removing intermediate container 7815e375cae3 03:09:01 ---> 9042fc963843 03:09:01 Step 23/24 : LABEL git_sha=bab5ccdb175b4508451e4b5f5505152500af32cc 03:09:01 ---> Running in 918c7a085d97 03:09:01 Removing intermediate container 918c7a085d97 03:09:01 ---> d71130f384bf 03:09:01 Step 24/24 : LABEL version=0.0.0 03:09:01 ---> Running in a876a7bbff47 03:09:01 Removing intermediate container a876a7bbff47 03:09:01 ---> 914e07e19eca 03:09:01 [Warning] One or more build-args [ARCH] were not consumed 03:09:01 Successfully built 914e07e19eca 03:09:01 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 03:09:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:09:03 03:09:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:09:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:09:03 latest: Pulling from edgex-lftools-log-publisher 03:09:03 5eb5b503b376: Pulling fs layer 03:09:03 5c69ac0246d0: Pulling fs layer 03:09:03 ec43610c2a17: Pulling fs layer 03:09:03 3a2ae6a8a46f: Pulling fs layer 03:09:03 33b1e0a273af: Pulling fs layer 03:09:03 5d3b04190fa2: Pulling fs layer 03:09:03 2f39f015ded8: Pulling fs layer 03:09:03 33b1e0a273af: Waiting 03:09:03 5d3b04190fa2: Waiting 03:09:03 2f39f015ded8: Waiting 03:09:03 3a2ae6a8a46f: Waiting 03:09:03 5c69ac0246d0: Download complete 03:09:03 3a2ae6a8a46f: Download complete 03:09:03 33b1e0a273af: Verifying Checksum 03:09:03 33b1e0a273af: Download complete 03:09:03 5d3b04190fa2: Verifying Checksum 03:09:03 5d3b04190fa2: Download complete 03:09:03 ec43610c2a17: Verifying Checksum 03:09:03 ec43610c2a17: Download complete 03:09:04 5eb5b503b376: Verifying Checksum 03:09:04 5eb5b503b376: Download complete 03:09:04 2f39f015ded8: Download complete 03:09:05 5eb5b503b376: Pull complete 03:09:05 5c69ac0246d0: Pull complete 03:09:05 ec43610c2a17: Pull complete 03:09:05 3a2ae6a8a46f: Pull complete 03:09:06 33b1e0a273af: Pull complete 03:09:06 5d3b04190fa2: Pull complete 03:09:10 2f39f015ded8: Pull complete 03:09:10 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 03:09:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:09:10 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:09:10 prd-ubuntu20.04-docker-8c-8g-9048 does not seem to be running inside a container 03:09:10 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/undry_device-rfid-llrp-go_PR-207 -v /w/workspace/undry_device-rfid-llrp-go_PR-207:/w/workspace/undry_device-rfid-llrp-go_PR-207:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-207@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-207@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 03:09:16 $ docker top 7fce71089809f59e05977f3e38df9689ad89a70b8476e8d267fea94996f64062 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:09:16 ---> job-cost.sh 03:09:16 lf-activate-venv: SKIPPING 03:09:16 INFO: No Stack... 03:09:16 INFO: Retrieving Pricing Info for: v3-standard-8 03:09:17 INFO: Archiving Costs [Pipeline] sh 03:09:17 + cat /w/workspace/undry_device-rfid-llrp-go_PR-207/archives/cost.csv 03:09:17 + cut -d, -f6 [Pipeline] lock 03:09:17 Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-207-1-stack-cost] 03:09:17 Resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-207-1-stack-cost] did not exist. Created. 03:09:17 Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-207-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 03:09:18 + echo total: 0.2199999988079071 [Pipeline] stash 03:09:18 Stashed 1 file(s) [Pipeline] } 03:09:18 Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-207-1-stack-cost] [Pipeline] // lock [Pipeline] } 03:09:18 $ docker stop --time=1 7fce71089809f59e05977f3e38df9689ad89a70b8476e8d267fea94996f64062 03:09:19 $ docker rm -f --volumes 7fce71089809f59e05977f3e38df9689ad89a70b8476e8d267fea94996f64062 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 03:10:06 Running on prd-ubuntu20.04-docker-arm64-4c-16g-9050 in /w/workspace/undry_device-rfid-llrp-go_PR-207 [Pipeline] { [Pipeline] ws 03:10:06 Running in /w/workspace/device-rfid-llrp-go/1 [Pipeline] { [Pipeline] checkout 03:10:06 Selected Git installation does not exist. Using Default 03:10:06 The recommended git tool is: NONE 03:10:12 using credential edgex-jenkins-ssh 03:10:12 Cloning the remote Git repository 03:10:12 Cloning repository git@github.com:edgexfoundry/device-rfid-llrp-go.git 03:10:12 > git init /w/workspace/device-rfid-llrp-go/1 # timeout=10 03:10:12 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git 03:10:12 > git --version # timeout=10 03:10:12 > git --version # 'git version 2.25.1' 03:10:12 using GIT_SSH to set credentials SSH Credentials for GitHub 03:10:12 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:10:13 > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 03:10:14 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:10:15 Merging remotes/origin/main commit f0fb454d4e4dcc934eeca44d9ca1b17142f48834 into PR head commit bab5ccdb175b4508451e4b5f5505152500af32cc 03:10:15 > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 03:10:15 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git 03:10:15 using GIT_SSH to set credentials SSH Credentials for GitHub 03:10:15 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/pull/207/head:refs/remotes/origin/PR-207 +refs/heads/main:refs/remotes/origin/main # timeout=10 03:10:15 > git config core.sparsecheckout # timeout=10 03:10:15 > git checkout -f bab5ccdb175b4508451e4b5f5505152500af32cc # timeout=10 03:10:15 Merge succeeded, producing bab5ccdb175b4508451e4b5f5505152500af32cc 03:10:15 Checking out Revision bab5ccdb175b4508451e4b5f5505152500af32cc (PR-207) 03:10:16 Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v3" 03:10:16 > git --version # timeout=10 03:10:16 > git --version # 'git version 2.25.1' 03:10:16 fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { 03:10:15 > git remote # timeout=10 03:10:15 > git config --get remote.origin.url # timeout=10 03:10:15 using GIT_SSH to set credentials SSH Credentials for GitHub 03:10:15 > git merge f0fb454d4e4dcc934eeca44d9ca1b17142f48834 # timeout=10 03:10:15 > git rev-parse HEAD^{commit} # timeout=10 03:10:15 > git config core.sparsecheckout # timeout=10 03:10:15 > git checkout -f bab5ccdb175b4508451e4b5f5505152500af32cc # timeout=10 [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:10:17 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 03:10:17 % Total % Received % Xferd Average Speed Time Time Time Current 03:10:17 Dload Upload Total Spent Left Speed 03:10:17 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 214k 0 --:--:-- --:--:-- --:--:-- 214k [Pipeline] sh 03:10:18 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 03:10:18 + sudo tee /etc/docker/daemon.new 03:10:18 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 03:10:18 { 03:10:18 "registry-mirrors": [ 03:10:18 "https://nexus3.edgexfoundry.org:10001" 03:10:18 ], 03:10:18 "bip": "10.250.0.254/24", 03:10:18 "hosts": [ 03:10:18 "tcp://0.0.0.0:5555", 03:10:18 "unix:///var/run/docker.sock" 03:10:18 ], 03:10:18 "mtu": 1458, 03:10:18 "selinux-enabled": true, 03:10:18 "seccomp-profile": "/etc/docker/seccomp.json" 03:10:18 } [Pipeline] sh 03:10:19 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 03:10:19 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:10:37 provisioning config files... 03:10:37 copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/device-rfid-llrp-go/1@tmp/config11162003194686894780tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:10:38 ---> docker-login.sh 03:10:38 nexus3.edgexfoundry.org:10001 03:10:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:10:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:10:38 Configure a credential helper to remove this warning. See 03:10:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:10:38 03:10:38 Login Succeeded 03:10:38 nexus3.edgexfoundry.org:10002 03:10:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:10:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:10:39 Configure a credential helper to remove this warning. See 03:10:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:10:39 03:10:39 Login Succeeded 03:10:39 nexus3.edgexfoundry.org:10003 03:10:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:10:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:10:39 Configure a credential helper to remove this warning. See 03:10:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:10:39 03:10:39 Login Succeeded 03:10:39 nexus3.edgexfoundry.org:10004 03:10:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:10:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:10:40 Configure a credential helper to remove this warning. See 03:10:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:10:40 03:10:40 Login Succeeded 03:10:40 docker.io 03:10:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:10:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:10:40 Configure a credential helper to remove this warning. See 03:10:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:10:40 03:10:40 Login Succeeded 03:10:40 ---> docker-login.sh ends [Pipeline] } 03:10:40 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 03:10:41 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 03:10:41 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 03:10:41 ========================================================= 03:10:41 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 03:10:41 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:10:41 + 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 . 03:10:41 Sending build context to Docker daemon 1.212MB 03:10:41 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 03:10:41 Step 2/12 : FROM ${BASE} AS builder 03:10:42 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:10:42 af6eaf76a39c: Pulling fs layer 03:10:42 55522c791124: Pulling fs layer 03:10:42 ce5c4a1c91eb: Pulling fs layer 03:10:42 169dfbe0d373: Pulling fs layer 03:10:42 e1ff8fa3b103: Pulling fs layer 03:10:42 52ebb69f0ebf: Pulling fs layer 03:10:42 5abe8eddf0d5: Pulling fs layer 03:10:42 e1ff8fa3b103: Waiting 03:10:42 169dfbe0d373: Waiting 03:10:42 52ebb69f0ebf: Waiting 03:10:42 5abe8eddf0d5: Waiting 03:10:42 55522c791124: Verifying Checksum 03:10:42 55522c791124: Download complete 03:10:42 169dfbe0d373: Verifying Checksum 03:10:42 169dfbe0d373: Download complete 03:10:42 e1ff8fa3b103: Download complete 03:10:42 af6eaf76a39c: Verifying Checksum 03:10:42 af6eaf76a39c: Download complete 03:10:43 af6eaf76a39c: Pull complete 03:10:43 5abe8eddf0d5: Verifying Checksum 03:10:43 5abe8eddf0d5: Download complete 03:10:43 55522c791124: Pull complete 03:10:44 ce5c4a1c91eb: Verifying Checksum 03:10:44 ce5c4a1c91eb: Download complete 03:10:45 52ebb69f0ebf: Verifying Checksum 03:10:45 52ebb69f0ebf: Download complete 03:10:55 ce5c4a1c91eb: Pull complete 03:10:55 169dfbe0d373: Pull complete 03:10:55 e1ff8fa3b103: Pull complete 03:11:03 52ebb69f0ebf: Pull complete 03:11:04 5abe8eddf0d5: Pull complete 03:11:04 Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f 03:11:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 03:11:04 ---> 6cb57ee374ae 03:11:04 Step 3/12 : ARG ADD_BUILD_TAGS="" 03:11:06 ---> Running in 3ab1ea205721 03:11:07 Removing intermediate container 3ab1ea205721 03:11:07 ---> 9ee96b4e348a 03:11:07 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 03:11:07 ---> Running in de5d062856ad 03:11:07 Removing intermediate container de5d062856ad 03:11:07 ---> e5f4a4a1df46 03:11:07 Step 5/12 : ARG ALPINE_PKG_BASE="make git" 03:11:07 ---> Running in 2a57e26984f9 03:11:07 Removing intermediate container 2a57e26984f9 03:11:07 ---> e4dfbc09e8c2 03:11:07 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 03:11:07 ---> Running in 0ff2b78c7c94 03:11:08 Removing intermediate container 0ff2b78c7c94 03:11:08 ---> 3f7f23bb50dd 03:11:08 Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 03:11:08 ---> Running in 2d7dc2d31e0d 03:11:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 03:11:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 03:11:10 OK: 263 MiB in 53 packages 03:11:12 Removing intermediate container 2d7dc2d31e0d 03:11:12 ---> c1efc196c7d1 03:11:12 Step 8/12 : WORKDIR /app 03:11:13 ---> Running in 2b936fcf0597 03:11:13 Removing intermediate container 2b936fcf0597 03:11:13 ---> c32e5a2a7c9f 03:11:13 Step 9/12 : COPY go.mod vendor* ./ 03:11:13 ---> beeae3fb3ef3 03:11:13 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:11:13 ---> Running in 54123535fecf 03:12:21 Removing intermediate container 54123535fecf 03:12:21 ---> e3cada46f2c7 03:12:21 Step 11/12 : COPY . . 03:12:21 ---> 95e2fbc57005 03:12:21 Step 12/12 : RUN $MAKE 03:12:21 ---> Running in 42f005cd84d8 03:12:21 noop 03:12:21 Removing intermediate container 42f005cd84d8 03:12:21 ---> 03a28674a884 03:12:21 Successfully built 03a28674a884 03:12:21 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:12:22 + docker inspect -f . ci-base-image-arm64 03:12:22 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:12:22 prd-ubuntu20.04-docker-arm64-4c-16g-9050 does not seem to be running inside a container 03:12:22 $ 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 03:12:24 $ docker top 15d47b0f55f83733bce9796f2c19c6f00aca53d96f723a0cd1b9cc692b95111d -eo pid,comm [Pipeline] { [Pipeline] sh 03:12:25 + go version 03:12:25 go version go1.20.2 linux/arm64 [Pipeline] } 03:12:25 $ docker stop --time=1 15d47b0f55f83733bce9796f2c19c6f00aca53d96f723a0cd1b9cc692b95111d 03:12:26 $ docker rm -f --volumes 15d47b0f55f83733bce9796f2c19c6f00aca53d96f723a0cd1b9cc692b95111d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:12:27 + docker inspect -f . ci-base-image-arm64 03:12:27 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:12:27 prd-ubuntu20.04-docker-arm64-4c-16g-9050 does not seem to be running inside a container 03:12:27 $ 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 03:12:29 $ docker top 34550b0b4d43a37f6887afc5a3204e308d2334ce9a780b47493c0138f82a6ce6 -eo pid,comm [Pipeline] { [Pipeline] sh 03:12:29 + git config --global --add safe.directory /w/workspace/device-rfid-llrp-go/1 [Pipeline] fileExists [Pipeline] sh 03:12:30 + make test 03:12:30 go test ./... -coverprofile=coverage.out ./... 03:13:02 ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] 03:14:54 ? github.com/edgexfoundry/device-rfid-llrp-go/cmd [no test files] 03:14:54 ? github.com/edgexfoundry/device-rfid-llrp-go/cmd/llrp [no test files] 03:15:33 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/driver 30.001s coverage: 40.5% of statements 03:15:33 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.602s coverage: 51.9% of statements 03:15:33 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.045s coverage: 95.5% of statements 03:15:33 WARNING: Linting skipped (not on x86_64 or linter not installed) 03:15:33 go vet ./... 03:15:59 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 03:15:59 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 03:15:59 ./bin/test-attribution-txt.sh 03:15:59 An attribution for golang.org/x/mod is missing from Attribution.txt, please add 03:15:59 An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo 03:15:59 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 03:16:00 $ docker stop --time=1 34550b0b4d43a37f6887afc5a3204e308d2334ce9a780b47493c0138f82a6ce6 03:16:01 $ docker rm -f --volumes 34550b0b4d43a37f6887afc5a3204e308d2334ce9a780b47493c0138f82a6ce6 [Pipeline] // withDockerContainer [Pipeline] sh 03:16:03 + sudo chown -R jenkins:jenkins . [Pipeline] stash 03:16:03 Warning: overwriting stash ‘coverage-report’ 03:16:03 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 03:16:04 + sudo chown -R jenkins:jenkins . [Pipeline] sh 03:16:04 + ls -al . 03:16:04 total 624 03:16:04 drwxrwxr-x 10 jenkins jenkins 4096 Apr 19 03:12 . 03:16:04 drwxrwxr-x 4 jenkins jenkins 4096 Apr 19 03:10 .. 03:16:04 -rw-rw-r-- 1 jenkins jenkins 134 Apr 19 03:10 .dockerignore 03:16:04 drwxrwxr-x 8 jenkins jenkins 4096 Apr 19 03:10 .git 03:16:04 drwxrwxr-x 3 jenkins jenkins 4096 Apr 19 03:10 .github 03:16:04 -rw-rw-r-- 1 jenkins jenkins 946 Apr 19 03:10 .gitignore 03:16:04 -rw-rw-r-- 1 jenkins jenkins 41 Apr 19 03:10 .golangci.yml 03:16:04 -rw-rw-r-- 1 jenkins jenkins 10794 Apr 19 03:10 Attribution.txt 03:16:04 -rw-rw-r-- 1 jenkins jenkins 5905 Apr 19 03:10 CHANGELOG.md 03:16:04 -rw-rw-r-- 1 jenkins jenkins 1347 Apr 19 03:10 Dockerfile 03:16:04 -rw-rw-r-- 1 jenkins jenkins 677 Apr 19 03:10 GOVERNANCE.md 03:16:04 -rw-rw-r-- 1 jenkins jenkins 683 Apr 19 03:10 Jenkinsfile 03:16:04 -rw-rw-r-- 1 jenkins jenkins 11347 Apr 19 03:10 LICENSE 03:16:04 -rw-rw-r-- 1 jenkins jenkins 2053 Apr 19 03:10 Makefile 03:16:04 -rw-rw-r-- 1 jenkins jenkins 625 Apr 19 03:10 OWNERS.md 03:16:04 -rw-rw-r-- 1 jenkins jenkins 28505 Apr 19 03:10 README.md 03:16:04 -rw-rw-r-- 1 jenkins jenkins 5 Apr 19 03:07 VERSION 03:16:04 drwxrwxr-x 2 jenkins jenkins 4096 Apr 19 03:10 bin 03:16:04 drwxrwxr-x 4 jenkins jenkins 4096 Apr 19 03:10 cmd 03:16:04 -rw-r--r-- 1 jenkins jenkins 458038 Apr 19 03:15 coverage.out 03:16:04 drwxrwxr-x 2 jenkins jenkins 4096 Apr 19 03:10 examples 03:16:04 -rw-rw-r-- 1 jenkins jenkins 3419 Apr 19 03:10 go.mod 03:16:04 -rw-rw-r-- 1 jenkins jenkins 31193 Apr 19 03:10 go.sum 03:16:04 drwxrwxr-x 2 jenkins jenkins 4096 Apr 19 03:10 images 03:16:04 drwxrwxr-x 5 jenkins jenkins 4096 Apr 19 03:10 internal 03:16:04 drwxrwxr-x 4 jenkins jenkins 4096 Apr 19 03:10 snap 03:16:04 -rw-rw-r-- 1 jenkins jenkins 193 Apr 19 03:10 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:16:05 + 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=bab5ccdb175b4508451e4b5f5505152500af32cc --label arch=arm64 --label version=0.0.0 . 03:16:05 Sending build context to Docker daemon 1.212MB 03:16:05 Step 1/24 : ARG BASE=golang:1.20-alpine3.17 03:16:05 Step 2/24 : FROM ${BASE} AS builder 03:16:05 ---> 03a28674a884 03:16:05 Step 3/24 : ARG ADD_BUILD_TAGS="" 03:16:05 ---> Running in ac6b17eb4244 03:16:05 Removing intermediate container ac6b17eb4244 03:16:05 ---> 197fe8870987 03:16:05 Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 03:16:06 ---> Running in 4540f487117a 03:16:06 Removing intermediate container 4540f487117a 03:16:06 ---> 47a1a098fd88 03:16:06 Step 5/24 : ARG ALPINE_PKG_BASE="make git" 03:16:06 ---> Running in fac07b762f62 03:16:06 Removing intermediate container fac07b762f62 03:16:06 ---> 7526bbdab2b1 03:16:06 Step 6/24 : ARG ALPINE_PKG_EXTRA="" 03:16:06 ---> Running in 1a7b8576a9e2 03:16:06 Removing intermediate container 1a7b8576a9e2 03:16:06 ---> c2e89d64e025 03:16:06 Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 03:16:06 ---> Running in 6c3b00877d94 03:16:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 03:16:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 03:16:09 OK: 263 MiB in 53 packages 03:16:10 Removing intermediate container 6c3b00877d94 03:16:10 ---> 36abe5022570 03:16:10 Step 8/24 : WORKDIR /app 03:16:10 ---> Running in 7e9e0be93da0 03:16:10 Removing intermediate container 7e9e0be93da0 03:16:10 ---> d4599257116d 03:16:10 Step 9/24 : COPY go.mod vendor* ./ 03:16:11 ---> 70fecd64720b 03:16:11 Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:16:11 ---> Running in 34560d044089 03:16:13 Removing intermediate container 34560d044089 03:16:13 ---> afadfa6ad924 03:16:13 Step 11/24 : COPY . . 03:16:14 ---> 26a761e896a2 03:16:14 Step 12/24 : RUN $MAKE 03:16:14 ---> Running in fa9181be7a2c 03:16:15 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 03:18:37 Removing intermediate container fa9181be7a2c 03:18:37 ---> 1c25b728a85b 03:18:37 Step 13/24 : FROM alpine:3.17 03:18:37 3.17: Pulling from library/alpine 03:18:37 c41833b44d91: Pulling fs layer 03:18:37 c41833b44d91: Verifying Checksum 03:18:37 c41833b44d91: Download complete 03:18:37 c41833b44d91: Pull complete 03:18:37 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 03:18:37 Status: Downloaded newer image for alpine:3.17 03:18:37 ---> 51e60588ff2c 03:18:37 Step 14/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 03:18:37 ---> Running in fec32e14d394 03:18:37 Removing intermediate container fec32e14d394 03:18:37 ---> d1971da830e0 03:18:37 Step 15/24 : RUN apk add --update --no-cache dumb-init 03:18:37 ---> Running in 56f468c591b9 03:18:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 03:18:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 03:18:37 (1/1) Installing dumb-init (1.2.5-r2) 03:18:37 Executing busybox-1.35.0-r29.trigger 03:18:37 OK: 8 MiB in 16 packages 03:18:37 Removing intermediate container 56f468c591b9 03:18:37 ---> 6c2b0d091301 03:18:37 Step 16/24 : COPY --from=builder /app/LICENSE / 03:18:37 ---> a07b5f48cfa1 03:18:37 Step 17/24 : COPY --from=builder /app/Attribution.txt / 03:18:37 ---> b5679891c52c 03:18:37 Step 18/24 : COPY --from=builder /app/cmd/ / 03:18:38 ---> 20975e5ec012 03:18:38 Step 19/24 : EXPOSE 59989 03:18:38 ---> Running in d758157359d7 03:18:38 Removing intermediate container d758157359d7 03:18:38 ---> ef827cf779da 03:18:38 Step 20/24 : ENTRYPOINT ["/device-rfid-llrp"] 03:18:38 ---> Running in 0aac26fe903c 03:18:39 Removing intermediate container 0aac26fe903c 03:18:39 ---> 5d3a6191d3f4 03:18:39 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 03:18:39 ---> Running in 1782a0cca6ca 03:18:39 Removing intermediate container 1782a0cca6ca 03:18:39 ---> baa55534e341 03:18:39 Step 22/24 : LABEL arch=arm64 03:18:39 ---> Running in 4f68db2eca8a 03:18:39 Removing intermediate container 4f68db2eca8a 03:18:39 ---> c57aded49974 03:18:39 Step 23/24 : LABEL git_sha=bab5ccdb175b4508451e4b5f5505152500af32cc 03:18:39 ---> Running in 7d81a6161ab4 03:18:40 Removing intermediate container 7d81a6161ab4 03:18:40 ---> f77b6f8a61e5 03:18:40 Step 24/24 : LABEL version=0.0.0 03:18:40 ---> Running in ed5652b339ff 03:18:40 Removing intermediate container ed5652b339ff 03:18:40 ---> 75b6e0022759 03:18:40 [Warning] One or more build-args [ARCH] were not consumed 03:18:40 Successfully built 75b6e0022759 03:18:40 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 03:18:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 03:18:41 03:18:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:18:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 03:18:41 arm64: Pulling from edgex-lftools-log-publisher 03:18:41 8998bd30e6a1: Pulling fs layer 03:18:41 04944245beec: Pulling fs layer 03:18:41 699f458cf7ca: Pulling fs layer 03:18:41 765212b225bb: Pulling fs layer 03:18:41 f23df028b6ca: Pulling fs layer 03:18:41 d65c8cfc05b1: Pulling fs layer 03:18:41 2437ff75d9bd: Pulling fs layer 03:18:41 f23df028b6ca: Waiting 03:18:41 d65c8cfc05b1: Waiting 03:18:41 2437ff75d9bd: Waiting 03:18:41 765212b225bb: Waiting 03:18:42 04944245beec: Verifying Checksum 03:18:42 04944245beec: Download complete 03:18:42 765212b225bb: Verifying Checksum 03:18:42 765212b225bb: Download complete 03:18:42 f23df028b6ca: Download complete 03:18:42 d65c8cfc05b1: Verifying Checksum 03:18:42 d65c8cfc05b1: Download complete 03:18:42 699f458cf7ca: Verifying Checksum 03:18:42 699f458cf7ca: Download complete 03:18:42 8998bd30e6a1: Verifying Checksum 03:18:42 8998bd30e6a1: Download complete 03:18:45 2437ff75d9bd: Verifying Checksum 03:18:45 2437ff75d9bd: Download complete 03:18:46 8998bd30e6a1: Pull complete 03:18:46 04944245beec: Pull complete 03:18:48 699f458cf7ca: Pull complete 03:18:48 765212b225bb: Pull complete 03:18:48 f23df028b6ca: Pull complete 03:18:49 d65c8cfc05b1: Pull complete 03:19:04 2437ff75d9bd: Pull complete 03:19:04 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 03:19:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 03:19:04 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:19:04 prd-ubuntu20.04-docker-arm64-4c-16g-9050 does not seem to be running inside a container 03:19:04 $ 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 03:19:07 $ docker top 8eab7d3d9bfe96e6f5c7d77385560c9c94105a57821750c1420269e0e456631a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:19:08 ---> job-cost.sh 03:19:08 lf-activate-venv: SKIPPING 03:19:08 INFO: No Stack... 03:19:08 INFO: Retrieving Pricing Info for: v3-standard-4 03:19:09 INFO: Archiving Costs [Pipeline] sh 03:19:09 + cat /w/workspace/device-rfid-llrp-go/1/archives/cost.csv 03:19:09 + cut -d, -f6 [Pipeline] lock 03:19:10 Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-207-1-stack-cost] 03:19:10 Resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-207-1-stack-cost] did not exist. Created. 03:19:10 Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-207-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 03:19:10 /w/workspace/device-rfid-llrp-go/1@tmp/durable-4b6ed0da/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 03:19:10 + echo total: 0.10999999940395355 [Pipeline] stash 03:19:10 Warning: overwriting stash ‘stack-cost’ 03:19:10 Stashed 1 file(s) [Pipeline] } 03:19:10 Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-207-1-stack-cost] [Pipeline] // lock [Pipeline] } 03:19:11 $ docker stop --time=1 8eab7d3d9bfe96e6f5c7d77385560c9c94105a57821750c1420269e0e456631a 03:19:12 $ docker rm -f --volumes 8eab7d3d9bfe96e6f5c7d77385560c9c94105a57821750c1420269e0e456631a [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 03:19:13 provisioning config files... 03:19:13 copy managed file [device-rfid-llrp-go-codecov-token] to file:/w/workspace/undry_device-rfid-llrp-go_PR-207@tmp/config16991943147027611291tmp [Pipeline] { [Pipeline] sh 03:19:14 + set +x 03:19:14 + curl -s https://codecov.io/bash 03:19:14 + bash -s -- 03:19:14 03:19:14 _____ _ 03:19:14 / ____| | | 03:19:14 | | ___ __| | ___ ___ _____ __ 03:19:14 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 03:19:14 | |___| (_) | (_| | __/ (_| (_) \ V / 03:19:14 \_____\___/ \__,_|\___|\___\___/ \_/ 03:19:14 Bash-1.0.6 03:19:14 03:19:14 03:19:14 ==> git version 2.25.1 found 03:19:14 ==> 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 03:19:14 Release-Date: 2020-01-08 03:19:14 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 03:19:14 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 03:19:14 ==> Jenkins CI detected. 03:19:14 current dir:  /w/workspace/undry_device-rfid-llrp-go_PR-207 03:19:14 project root: . 03:19:14 --> token set from env 03:19:14 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 03:19:14 ==> Running gcov in . (disable via -X gcov) 03:19:14 ==> Python coveragepy not found 03:19:14 ==> Searching for coverage reports in: 03:19:14 + . 03:19:14 -> Found 1 reports 03:19:14 ==> Detecting git/mercurial file structure 03:19:14 ==> Reading reports 03:19:14 + ./coverage.out bytes=458038 03:19:14 ==> Appending adjustments 03:19:14 https://docs.codecov.io/docs/fixing-reports 03:19:14 + Found adjustments 03:19:14 ==> Gzipping contents 03:19:14 52K /tmp/codecov.PkILdR.gz 03:19:14 ==> Uploading reports 03:19:14 url: https://codecov.io 03:19:14 query: branch=PR-207&commit=bab5ccdb175b4508451e4b5f5505152500af32cc&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rfid-llrp-go%2Fjob%2FPR-207%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rfid-llrp-go&service=jenkins&flags=&pr=207&job=&cmd_args= 03:19:14 -> Pinging Codecov 03:19:14 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=0703e47f-c946-4a15-b96a-5e99ca1c8fb5&branch=PR-207&commit=bab5ccdb175b4508451e4b5f5505152500af32cc&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rfid-llrp-go%2Fjob%2FPR-207%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rfid-llrp-go&service=jenkins&flags=&pr=207&job=&cmd_args= 03:19:14 -> Uploading to 03:19:14 https://storage.googleapis.com/codecov/v4/raw/2023-04-19/581DD39554BDF9B6E22D074273EAD858/bab5ccdb175b4508451e4b5f5505152500af32cc/fc4752fa-252a-472a-a27b-c26b63ba1321.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230419%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230419T031914Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c1ac5cb66cdccf2cc74d5017ef4b33ac2ea7055830dfaa984d84f1274c78809d 03:19:14 % Total % Received % Xferd Average Speed Time Time Time Current 03:19:14 Dload Upload Total Spent Left Speed 03:19:15 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50496 0 0 100 50496 0 215k --:--:-- --:--:-- --:--:-- 215k 03:19:15 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rfid-llrp-go/commit/bab5ccdb175b4508451e4b5f5505152500af32cc [Pipeline] } 03:19:15 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 03:19:17 + [ -d /w/workspace/undry_device-rfid-llrp-go_PR-207/archives ] 03:19:17 + ls -al /w/workspace/undry_device-rfid-llrp-go_PR-207/archives 03:19:17 total 16 03:19:17 drwxr-xr-x 3 root root 4096 Apr 19 03:09 . 03:19:17 drwxrwxr-x 12 jenkins jenkins 4096 Apr 19 03:09 .. 03:19:17 drwxr-xr-x 2 root root 4096 Apr 19 03:09 cost 03:19:17 -rw-r--r-- 1 root root 91 Apr 19 03:09 cost.csv 03:19:17 + sudo chown -R jenkins:jenkins /w/workspace/undry_device-rfid-llrp-go_PR-207/archives 03:19:17 + ls -al /w/workspace/undry_device-rfid-llrp-go_PR-207/archives 03:19:17 total 16 03:19:17 drwxr-xr-x 3 jenkins jenkins 4096 Apr 19 03:09 . 03:19:17 drwxrwxr-x 12 jenkins jenkins 4096 Apr 19 03:09 .. 03:19:17 drwxr-xr-x 2 jenkins jenkins 4096 Apr 19 03:09 cost 03:19:17 -rw-r--r-- 1 jenkins jenkins 91 Apr 19 03:09 cost.csv [Pipeline] libraryResource [Pipeline] sh 03:19:18 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:19:18 ---> package-listing.sh 03:19:18 ++ facter osfamily 03:19:18 ++ tr '[:upper:]' '[:lower:]' 03:19:19 + OS_FAMILY=debian 03:19:19 + workspace=/w/workspace/undry_device-rfid-llrp-go_PR-207 03:19:19 + START_PACKAGES=/tmp/packages_start.txt 03:19:19 + END_PACKAGES=/tmp/packages_end.txt 03:19:19 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:19:19 + PACKAGES=/tmp/packages_start.txt 03:19:19 + '[' /w/workspace/undry_device-rfid-llrp-go_PR-207 ']' 03:19:19 + PACKAGES=/tmp/packages_end.txt 03:19:19 + case "${OS_FAMILY}" in 03:19:19 + dpkg -l 03:19:19 + grep '^ii' 03:19:19 + '[' -f /tmp/packages_start.txt ']' 03:19:19 + '[' -f /tmp/packages_end.txt ']' 03:19:19 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:19:19 + '[' /w/workspace/undry_device-rfid-llrp-go_PR-207 ']' 03:19:19 + mkdir -p /w/workspace/undry_device-rfid-llrp-go_PR-207/archives/ 03:19:19 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/undry_device-rfid-llrp-go_PR-207/archives/ [Pipeline] echo 03:19:19 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-207/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 03:19:19 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:19:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:19:20 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:19:20 prd-ubuntu20.04-docker-8c-8g-9048 does not seem to be running inside a container 03:19:20 $ 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-207/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-207 -v /w/workspace/undry_device-rfid-llrp-go_PR-207:/w/workspace/undry_device-rfid-llrp-go_PR-207:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-207@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-207@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 03:19:20 $ docker top 8b44c59a39853724bbf30e2d45f19f01b7e5389be446bc016c475b1b35fa8e61 -eo pid,comm [Pipeline] { [Pipeline] sh 03:19:20 + touch /tmp/pre-build-complete [Pipeline] sh 03:19:21 + mkdir -p /var/log/sysstat [Pipeline] sh 03:19:21 + ls /var/log/sa-host 03:19:21 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:19:21 provisioning config files... 03:19:21 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/undry_device-rfid-llrp-go_PR-207@tmp/config14253851847470723707tmp [Pipeline] { [Pipeline] echo 03:19:21 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:19:22 ---> create-netrc.sh [Pipeline] } 03:19:22 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 03:19:22 ---> python-tools-install.sh [Pipeline] echo 03:19:22 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:19:22 ---> sudo-logs.sh 03:19:22 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 03:19:22 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 03:19:23 ---> job-cost.sh 03:19:23 lf-activate-venv: SKIPPING 03:19:23 DEBUG: total: 0.2199999988079071 03:19:23 INFO: Retrieving Stack Cost... 03:19:23 INFO: Retrieving Pricing Info for: v3-standard-8 03:19:24 INFO: Archiving Costs [Pipeline] echo 03:19:24 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:19:24 ---> logs-deploy.sh 03:19:24 lf-activate-venv: SKIPPING 03:19:24 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rfid-llrp-go/PR-207/1 03:19:24 INFO: archiving workspace using pattern(s): 03:19:25 Archives upload complete. 03:19:25 INFO: archiving logs to Nexus