Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 15a0269d460efb14f9eb5e7a2dfd5097cbc6281f 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-ssh15522732536315305153.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 95c76d14630896f3c9cf825147e1b1e2bad20cbb 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-ssh17927418896199083035.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 95c76d14630896f3c9cf825147e1b1e2bad20cbb The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rfid-llrp-go/branches/main/workspace@libs/edgex-global-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > 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 > 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/main/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh12095915382967182721.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 95c76d14630896f3c9cf825147e1b1e2bad20cbb (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 95c76d14630896f3c9cf825147e1b1e2bad20cbb # timeout=10 Commit message: "Merge pull request #387 from ernestojeda/disable-concurrent-builds" > 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 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared 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-ssh15445191366909616141.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b3dada9287033e4e81bc68320e01fd57bef02650 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rfid-llrp-go/branches/main/workspace@libs/lf-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags 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/main/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh18016899423654525275.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b3dada9287033e4e81bc68320e01fd57bef02650 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b3dada9287033e4e81bc68320e01fd57bef02650 # timeout=10 Commit message: "Fix: Update requirements.txt, update global-jjb" > 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 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared 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.17 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 [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-63687 in /w/workspace/foundry_device-rfid-llrp-go_main [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/foundry_device-rfid-llrp-go_main # 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 Avoid second fetch Checking out Revision 15a0269d460efb14f9eb5e7a2dfd5097cbc6281f (main) > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 15a0269d460efb14f9eb5e7a2dfd5097cbc6281f # timeout=10 Commit message: "fix(snap): stage curl for auto-configure (#86)" > git rev-list --no-walk f19c5b4581d27e0813f140be9e158fd085b802c9 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:12:36 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:12:36 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:12:36 ========================================================= 16:12:36 EdgeX Global Pipelines Version Info 16:12:36 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:12:37 ------------------- 16:12:37 stable info: 16:12:37 ------------------- 16:12:37 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:12:37 Commit SHA: 95c76d14630896f3c9cf825147e1b1e2bad20cbb 16:12:37 Message: update stable to v1.0.230 16:12:37 ------------------- 16:12:37 experimental info: 16:12:37 ------------------- 16:12:37 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:12:37 Commit SHA: 95c76d14630896f3c9cf825147e1b1e2bad20cbb 16:12:37 Message: update experimental to v1.0.230 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:12:38 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rfid-llrp-go-settings [Pipeline] echo 16:12:38 [edgeXSetupEnvironment]: set envvar PROJECT = device-rfid-llrp-go [Pipeline] echo 16:12:38 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:12:38 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:12:38 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:12:38 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 16:12:38 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 16:12:38 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 16:12:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:12:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:12:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 16:12:38 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rfid-llrp [Pipeline] echo 16:12:38 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:12:38 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:12:38 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 16:12:38 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 16:12:38 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 16:12:38 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 16:12:38 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:12:38 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 16:12:38 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 16:12:38 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 16:12:38 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 16:12:38 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 16:12:38 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 16:12:38 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 16:12:38 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 16:12:38 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 16:12:38 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 16:12:38 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 15a0269d460efb14f9eb5e7a2dfd5097cbc6281f [Pipeline] echo 16:12:38 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 15a0269 [Pipeline] echo 16:12:38 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:12:38 provisioning config files... 16:12:38 copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config4496469734272454682tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:12:39 ---> docker-login.sh 16:12:39 nexus3.edgexfoundry.org:10001 16:12:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:12:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:12:39 Configure a credential helper to remove this warning. See 16:12:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:12:39 16:12:39 Login Succeeded 16:12:39 nexus3.edgexfoundry.org:10002 16:12:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:12:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:12:39 Configure a credential helper to remove this warning. See 16:12:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:12:39 16:12:39 Login Succeeded 16:12:39 nexus3.edgexfoundry.org:10003 16:12:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:12:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:12:39 Configure a credential helper to remove this warning. See 16:12:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:12:39 16:12:39 Login Succeeded 16:12:39 nexus3.edgexfoundry.org:10004 16:12:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:12:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:12:39 Configure a credential helper to remove this warning. See 16:12:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:12:39 16:12:39 Login Succeeded 16:12:39 docker.io 16:12:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:12:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:12:40 Configure a credential helper to remove this warning. See 16:12:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:12:40 16:12:40 Login Succeeded 16:12:40 ---> docker-login.sh ends [Pipeline] } 16:12:40 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 16:12:40 + git rev-list -1 --merges 15a0269d460efb14f9eb5e7a2dfd5097cbc6281f~1..15a0269d460efb14f9eb5e7a2dfd5097cbc6281f [Pipeline] echo 16:12:40 -----------> git rev-list -1 --merges 15a0269d460efb14f9eb5e7a2dfd5097cbc6281f~1..15a0269d460efb14f9eb5e7a2dfd5097cbc6281f 15a0269d460efb14f9eb5e7a2dfd5097cbc6281f [false] [Pipeline] sh 16:12:41 + git log --format=format:%s -1 15a0269d460efb14f9eb5e7a2dfd5097cbc6281f [Pipeline] echo 16:12:41 ========================================================= 16:12:41 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 16:12:41 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:12:41 + git log --format=format:%s -1 15a0269d460efb14f9eb5e7a2dfd5097cbc6281f [Pipeline] echo 16:12:41 [semverPrep] GIT_COMMIT: 15a0269d460efb14f9eb5e7a2dfd5097cbc6281f, Commit Message: fix(snap): stage curl for auto-configure (#86) [Pipeline] echo 16:12:41 [semverPrep] This is not a build commit. [Pipeline] sh 16:12:42 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:12:42 + grep -v github /etc/ssh/ssh_known_hosts 16:12:42 + [ -e /tmp/ssh_known_hosts ] 16:12:42 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 16:12:42 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 16:12:42 + sudo tee -a /etc/ssh/ssh_known_hosts 16:12:42 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 16:12:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 16:12:42 16:12:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:12:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 16:12:42 latest: Pulling from edgex-devops/py-git-semver 16:12:42 1fe172e4850f: Pulling fs layer 16:12:42 caf521ccaac6: Pulling fs layer 16:12:42 3ead6fa29328: Pulling fs layer 16:12:42 5c2a1cbceb83: Pulling fs layer 16:12:42 a8d5f1318db7: Pulling fs layer 16:12:42 c427282e49a2: Pulling fs layer 16:12:42 1827001aaf11: Pulling fs layer 16:12:42 0714d37db230: Pulling fs layer 16:12:42 ac28cf19c067: Pulling fs layer 16:12:42 ca983d60f3e2: Pulling fs layer 16:12:42 9f894cec8388: Pulling fs layer 16:12:42 a8d5f1318db7: Waiting 16:12:42 5c2a1cbceb83: Waiting 16:12:42 1827001aaf11: Waiting 16:12:42 0714d37db230: Waiting 16:12:42 ac28cf19c067: Waiting 16:12:42 9f894cec8388: Waiting 16:12:42 caf521ccaac6: Download complete 16:12:42 5c2a1cbceb83: Verifying Checksum 16:12:42 5c2a1cbceb83: Download complete 16:12:42 a8d5f1318db7: Verifying Checksum 16:12:42 a8d5f1318db7: Download complete 16:12:43 c427282e49a2: Download complete 16:12:43 3ead6fa29328: Verifying Checksum 16:12:43 3ead6fa29328: Download complete 16:12:43 0714d37db230: Verifying Checksum 16:12:43 0714d37db230: Download complete 16:12:43 ac28cf19c067: Download complete 16:12:43 ca983d60f3e2: Verifying Checksum 16:12:43 ca983d60f3e2: Download complete 16:12:43 9f894cec8388: Verifying Checksum 16:12:43 9f894cec8388: Download complete 16:12:43 1fe172e4850f: Verifying Checksum 16:12:43 1fe172e4850f: Download complete 16:12:43 1827001aaf11: Verifying Checksum 16:12:43 1827001aaf11: Download complete 16:12:44 1fe172e4850f: Pull complete 16:12:44 caf521ccaac6: Pull complete 16:12:45 3ead6fa29328: Pull complete 16:12:45 5c2a1cbceb83: Pull complete 16:12:45 a8d5f1318db7: Pull complete 16:12:45 c427282e49a2: Pull complete 16:12:47 1827001aaf11: Pull complete 16:12:47 0714d37db230: Pull complete 16:12:47 ac28cf19c067: Pull complete 16:12:47 ca983d60f3e2: Pull complete 16:12:47 9f894cec8388: Pull complete 16:12:47 Digest: sha256:90e63904a1edc574c23a580e5fc31fbcdccad1501625621f67a6be262171cfee 16:12:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 16:12:47 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] withDockerContainer 16:12:47 prd-ubuntu20.04-docker-8c-8g-63687 does not seem to be running inside a container 16:12:47 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-rfid-llrp-go_main -v /w/workspace/foundry_device-rfid-llrp-go_main:/w/workspace/foundry_device-rfid-llrp-go_main:rw,z -v /w/workspace/foundry_device-rfid-llrp-go_main@tmp:/w/workspace/foundry_device-rfid-llrp-go_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest cat 16:12:49 $ docker top ad81d0521fa145a713e9ce274aec112e3b443a015255e6d040f0898d86c0f07d -eo pid,comm 16:12:49 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). 16:12:49 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:12:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:12:49 [ssh-agent] Looking for ssh-agent implementation... 16:12:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:12:49 $ docker exec ad81d0521fa145a713e9ce274aec112e3b443a015255e6d040f0898d86c0f07d ssh-agent 16:12:49 SSH_AUTH_SOCK=/tmp/ssh-Kxs4tyg6k6FL/agent.34 16:12:49 SSH_AGENT_PID=40 16:12:49 Running ssh-add (command line suppressed) 16:12:50 Identity added: /w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_2470460468913784728.key (/w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_2470460468913784728.key) 16:12:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:12:50 + git tag --points-at HEAD [Pipeline] } 16:12:50 $ docker exec --env ******** --env ******** ad81d0521fa145a713e9ce274aec112e3b443a015255e6d040f0898d86c0f07d ssh-agent -k 16:12:50 unset SSH_AUTH_SOCK; 16:12:50 unset SSH_AGENT_PID; 16:12:50 echo Agent pid 40 killed; 16:12:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:12:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:12:50 [ssh-agent] Looking for ssh-agent implementation... 16:12:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:12:50 $ docker exec ad81d0521fa145a713e9ce274aec112e3b443a015255e6d040f0898d86c0f07d ssh-agent 16:12:50 SSH_AUTH_SOCK=/tmp/ssh-eDPIxksLqbJn/agent.72 16:12:50 SSH_AGENT_PID=78 16:12:50 Running ssh-add (command line suppressed) 16:12:50 Identity added: /w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_2971729492209022645.key (/w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_2971729492209022645.key) 16:12:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:12:51 + git semver init 16:12:51 2022-05-15 16:12:51,401 [run_init] DEBUG init version:0.0.0 force:False 16:12:51 2022-05-15 16:12:51,401 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/foundry_device-rfid-llrp-go_main/.semver 16:12:51 2022-05-15 16:12:51,402 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rfid-llrp-go.git /w/workspace/foundry_device-rfid-llrp-go_main/.semver 16:12:51 2022-05-15 16:12:51,402 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-rfid-llrp-go.git', '/w/workspace/foundry_device-rfid-llrp-go_main/.semver'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main, universal_newlines=False, shell=None, istream=None) 16:12:52 2022-05-15 16:12:52,248 [append_file] DEBUG append to file:/w/workspace/foundry_device-rfid-llrp-go_main/.git/info/exclude 16:12:52 2022-05-15 16:12:52,249 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/foundry_device-rfid-llrp-go_main/.semver/main with force:False 16:12:52 2022-05-15 16:12:52,249 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main 16:12:52 2022-05-15 16:12:52,249 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main 16:12:52 2.1.0-dev.16 [Pipeline] } 16:12:52 $ docker exec --env ******** --env ******** ad81d0521fa145a713e9ce274aec112e3b443a015255e6d040f0898d86c0f07d ssh-agent -k 16:12:52 unset SSH_AUTH_SOCK; 16:12:52 unset SSH_AGENT_PID; 16:12:52 echo Agent pid 78 killed; 16:12:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:12:52 + git semver [Pipeline] } 16:12:53 $ docker stop --time=1 ad81d0521fa145a713e9ce274aec112e3b443a015255e6d040f0898d86c0f07d 16:12:54 $ docker rm -f ad81d0521fa145a713e9ce274aec112e3b443a015255e6d040f0898d86c0f07d [Pipeline] // withDockerContainer [Pipeline] sh 16:12:54 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:12:55 Stashed 1 file(s) [Pipeline] echo 16:12:55 [edgeXSemver]: initialized semver on version 2.1.0-dev.16 [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 16:12:55 provisioning config files... 16:12:55 copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config2200026767377885972tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:12:55 ---> docker-login.sh 16:12:55 nexus3.edgexfoundry.org:10001 16:12:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:12:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:12:55 Configure a credential helper to remove this warning. See 16:12:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:12:55 16:12:55 Login Succeeded 16:12:55 nexus3.edgexfoundry.org:10002 16:12:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:12:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:12:55 Configure a credential helper to remove this warning. See 16:12:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:12:55 16:12:55 Login Succeeded 16:12:55 nexus3.edgexfoundry.org:10003 16:12:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:12:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:12:55 Configure a credential helper to remove this warning. See 16:12:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:12:55 16:12:55 Login Succeeded 16:12:55 nexus3.edgexfoundry.org:10004 16:12:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:12:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:12:55 Configure a credential helper to remove this warning. See 16:12:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:12:55 16:12:55 Login Succeeded 16:12:55 docker.io 16:12:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:12:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:12:56 Configure a credential helper to remove this warning. See 16:12:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:12:56 16:12:56 Login Succeeded 16:12:56 ---> docker-login.sh ends [Pipeline] } 16:12:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:12:56 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:12:56 ========================================================= 16:12:56 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 16:12:56 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 16:12:56 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine --build-arg MAKE=echo noop --target=builder . 16:12:56 Sending build context to Docker daemon 3.985MB 16:12:56 Step 1/12 : ARG BASE=golang:1.17-alpine3.15 16:12:56 Step 2/12 : FROM ${BASE} AS builder 16:12:56 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 16:12:56 59bf1c3509f3: Pulling fs layer 16:12:56 666ba61612fd: Pulling fs layer 16:12:56 8ed8ca486205: Pulling fs layer 16:12:56 4fe6c5a15a65: Pulling fs layer 16:12:56 22a0e8bec74d: Pulling fs layer 16:12:56 ca2b28591e48: Pulling fs layer 16:12:56 a51346096db8: Pulling fs layer 16:12:56 daebc70d1ce1: Pulling fs layer 16:12:56 0e18a0eac166: Pulling fs layer 16:12:56 ca2b28591e48: Waiting 16:12:56 a51346096db8: Waiting 16:12:56 4fe6c5a15a65: Waiting 16:12:56 22a0e8bec74d: Waiting 16:12:56 daebc70d1ce1: Waiting 16:12:56 0e18a0eac166: Waiting 16:12:56 8ed8ca486205: Verifying Checksum 16:12:56 8ed8ca486205: Download complete 16:12:56 666ba61612fd: Verifying Checksum 16:12:56 666ba61612fd: Download complete 16:12:56 22a0e8bec74d: Download complete 16:12:57 59bf1c3509f3: Download complete 16:12:57 a51346096db8: Verifying Checksum 16:12:57 a51346096db8: Download complete 16:12:57 daebc70d1ce1: Verifying Checksum 16:12:57 daebc70d1ce1: Download complete 16:12:57 59bf1c3509f3: Pull complete 16:12:57 666ba61612fd: Pull complete 16:12:57 8ed8ca486205: Pull complete 16:12:57 0e18a0eac166: Verifying Checksum 16:12:57 0e18a0eac166: Download complete 16:12:57 4fe6c5a15a65: Verifying Checksum 16:12:57 4fe6c5a15a65: Download complete 16:13:01 4fe6c5a15a65: Pull complete 16:13:01 22a0e8bec74d: Pull complete 16:13:01 ca2b28591e48: Pull complete 16:13:01 a51346096db8: Pull complete 16:13:01 daebc70d1ce1: Pull complete 16:13:03 0e18a0eac166: Pull complete 16:13:03 Digest: sha256:5cf2d0a306c5171eb5b3008c4b83cc7b6044f1808c238cb17927cddb93576120 16:13:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 16:13:03 ---> f018257e8ee9 16:13:03 Step 3/12 : ARG MAKE='make build' 16:13:04 ---> Running in 934c73ef0069 16:13:04 Removing intermediate container 934c73ef0069 16:13:04 ---> 38df79f850a5 16:13:04 Step 4/12 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev" 16:13:04 ---> Running in a19e99981b1c 16:13:04 Removing intermediate container a19e99981b1c 16:13:04 ---> c224a6500792 16:13:04 Step 5/12 : ARG ALPINE_PKG_EXTRA="" 16:13:04 ---> Running in c71172158ddf 16:13:05 Removing intermediate container c71172158ddf 16:13:05 ---> 01595bee9397 16:13:05 Step 6/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:13:05 ---> Running in 926f31f22b12 16:13:05 Removing intermediate container 926f31f22b12 16:13:05 ---> 37b3e28b35dc 16:13:05 Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:13:05 ---> Running in ec52a64a1f65 16:13:05 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 16:13:06 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 16:13:07 OK: 221 MiB in 52 packages 16:13:07 Removing intermediate container ec52a64a1f65 16:13:07 ---> 0bb758340000 16:13:07 Step 8/12 : WORKDIR /app 16:13:07 ---> Running in 112236d9fd26 16:13:07 Removing intermediate container 112236d9fd26 16:13:07 ---> 90acf89ce0cb 16:13:07 Step 9/12 : COPY go.mod vendor* ./ 16:13:07 ---> 0eedc43b3a58 16:13:07 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:13:07 ---> Running in a82727aeb9da 16:13:10 Still waiting to schedule task 16:13:10 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 16:13:29 Removing intermediate container a82727aeb9da 16:13:29 ---> 71d99a75c46b 16:13:29 Step 11/12 : COPY . . 16:13:29 ---> 69e177b62dfb 16:13:29 Step 12/12 : RUN $MAKE 16:13:29 ---> Running in 29195b8ef091 16:13:29 noop 16:13:29 Removing intermediate container 29195b8ef091 16:13:29 ---> 8947b4f76dbd 16:13:29 Successfully built 8947b4f76dbd 16:13:29 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:13:29 + docker inspect -f . ci-base-image-x86_64 16:13:29 . [Pipeline] withDockerContainer 16:13:30 prd-ubuntu20.04-docker-8c-8g-63687 does not seem to be running inside a container 16:13:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-rfid-llrp-go_main -v /w/workspace/foundry_device-rfid-llrp-go_main:/w/workspace/foundry_device-rfid-llrp-go_main:rw,z -v /w/workspace/foundry_device-rfid-llrp-go_main@tmp:/w/workspace/foundry_device-rfid-llrp-go_main@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 ******** ci-base-image-x86_64 cat 16:13:30 $ docker top 4b5f648e1295a47939c310e9f1e3ead9f35bab3647442d930b08d5b9f5d5a0be -eo pid,comm [Pipeline] { [Pipeline] sh 16:13:30 + go version 16:13:30 go version go1.17.6 linux/amd64 [Pipeline] } 16:13:30 $ docker stop --time=1 4b5f648e1295a47939c310e9f1e3ead9f35bab3647442d930b08d5b9f5d5a0be 16:13:32 $ docker rm -f 4b5f648e1295a47939c310e9f1e3ead9f35bab3647442d930b08d5b9f5d5a0be [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:13:32 + docker inspect -f . ci-base-image-x86_64 16:13:32 . [Pipeline] withDockerContainer 16:13:32 prd-ubuntu20.04-docker-8c-8g-63687 does not seem to be running inside a container 16:13:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-rfid-llrp-go_main -v /w/workspace/foundry_device-rfid-llrp-go_main:/w/workspace/foundry_device-rfid-llrp-go_main:rw,z -v /w/workspace/foundry_device-rfid-llrp-go_main@tmp:/w/workspace/foundry_device-rfid-llrp-go_main@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 ******** ci-base-image-x86_64 cat 16:13:33 $ docker top 409d6b07cfa40d334e8619b0dcfd5c80628354f97ded65f64532a50e9321e5c2 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 16:13:33 + make test 16:13:33 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 16:13:33 ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] 16:13:43 ? github.com/edgexfoundry/device-rfid-llrp-go/cmd [no test files] 16:13:43 ? github.com/edgexfoundry/device-rfid-llrp-go/cmd/llrp [no test files] 16:13:46 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/driver 3.502s coverage: 39.3% of statements 16:13:46 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.240s coverage: 52.0% of statements 16:13:46 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.025s coverage: 96.4% of statements 16:13:54 CGO_ENABLED=1 GO111MODULE=on go vet ./... 16:13:57 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 16:13:57 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 16:13:57 ./bin/test-attribution-txt.sh [Pipeline] echo 16:13:58 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 16:13:58 $ docker stop --time=1 409d6b07cfa40d334e8619b0dcfd5c80628354f97ded65f64532a50e9321e5c2 16:14:00 $ docker rm -f 409d6b07cfa40d334e8619b0dcfd5c80628354f97ded65f64532a50e9321e5c2 [Pipeline] // withDockerContainer [Pipeline] sh 16:14:00 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:14:00 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 16:14:01 + sudo chown -R jenkins:jenkins . [Pipeline] sh 16:14:01 + ls -al . 16:14:01 total 632 16:14:01 drwxrwxr-x 11 jenkins jenkins 4096 May 15 16:13 . 16:14:01 drwxrwxr-x 4 jenkins jenkins 4096 May 15 16:12 .. 16:14:01 -rw-rw-r-- 1 jenkins jenkins 134 May 15 16:12 .dockerignore 16:14:01 drwxrwxr-x 8 jenkins jenkins 4096 May 15 16:12 .git 16:14:01 drwxrwxr-x 3 jenkins jenkins 4096 May 15 16:12 .github 16:14:01 -rw-rw-r-- 1 jenkins jenkins 946 May 15 16:12 .gitignore 16:14:01 -rw-rw-r-- 1 jenkins jenkins 41 May 15 16:12 .golangci.yml 16:14:01 drwxr-xr-x 3 jenkins jenkins 4096 May 15 16:12 .semver 16:14:01 -rw-rw-r-- 1 jenkins jenkins 10235 May 15 16:12 Attribution.txt 16:14:01 -rw-rw-r-- 1 jenkins jenkins 3740 May 15 16:12 CHANGELOG.md 16:14:01 -rw-rw-r-- 1 jenkins jenkins 1514 May 15 16:12 Dockerfile 16:14:01 -rw-rw-r-- 1 jenkins jenkins 677 May 15 16:12 GOVERNANCE.md 16:14:01 -rw-rw-r-- 1 jenkins jenkins 683 May 15 16:12 Jenkinsfile 16:14:01 -rw-rw-r-- 1 jenkins jenkins 11347 May 15 16:12 LICENSE 16:14:01 -rw-rw-r-- 1 jenkins jenkins 1991 May 15 16:12 Makefile 16:14:01 -rw-rw-r-- 1 jenkins jenkins 625 May 15 16:12 OWNERS.md 16:14:01 -rw-rw-r-- 1 jenkins jenkins 28496 May 15 16:12 README.md 16:14:01 -rw-rw-r-- 1 jenkins jenkins 12 May 15 16:12 VERSION 16:14:01 drwxrwxr-x 2 jenkins jenkins 4096 May 15 16:12 bin 16:14:01 drwxrwxr-x 4 jenkins jenkins 4096 May 15 16:12 cmd 16:14:01 -rw-r--r-- 1 jenkins jenkins 460394 May 15 16:13 coverage.out 16:14:01 drwxrwxr-x 2 jenkins jenkins 4096 May 15 16:12 examples 16:14:01 -rw-rw-r-- 1 jenkins jenkins 3304 May 15 16:12 go.mod 16:14:01 -rw-rw-r-- 1 jenkins jenkins 35006 May 15 16:12 go.sum 16:14:01 drwxrwxr-x 2 jenkins jenkins 4096 May 15 16:12 images 16:14:01 drwxrwxr-x 5 jenkins jenkins 4096 May 15 16:12 internal 16:14:01 drwxrwxr-x 4 jenkins jenkins 4096 May 15 16:12 snap 16:14:01 -rw-rw-r-- 1 jenkins jenkins 193 May 15 16:12 version.go [Pipeline] isUnix [Pipeline] sh 16:14:02 + 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=15a0269d460efb14f9eb5e7a2dfd5097cbc6281f --label arch=amd64 --label version=2.1.0-dev.16 . 16:14:02 Sending build context to Docker daemon 3.985MB 16:14:02 Step 1/25 : ARG BASE=golang:1.17-alpine3.15 16:14:02 Step 2/25 : FROM ${BASE} AS builder 16:14:02 ---> 8947b4f76dbd 16:14:02 Step 3/25 : ARG MAKE='make build' 16:14:02 ---> Running in e53cba6c0f8d 16:14:02 Removing intermediate container e53cba6c0f8d 16:14:02 ---> 175b40d80ab2 16:14:02 Step 4/25 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev" 16:14:02 ---> Running in d75a07752605 16:14:02 Removing intermediate container d75a07752605 16:14:02 ---> 4f08082f3026 16:14:02 Step 5/25 : ARG ALPINE_PKG_EXTRA="" 16:14:02 ---> Running in 654ee679bea8 16:14:02 Removing intermediate container 654ee679bea8 16:14:02 ---> 59df3171b8dd 16:14:02 Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:14:02 ---> Running in 894b41c61554 16:14:03 Removing intermediate container 894b41c61554 16:14:03 ---> 20291aadff21 16:14:03 Step 7/25 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:14:03 ---> Running in 4b7638a8d8fb 16:14:03 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 16:14:04 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 16:14:04 OK: 221 MiB in 52 packages 16:14:04 Removing intermediate container 4b7638a8d8fb 16:14:04 ---> 614158eef134 16:14:04 Step 8/25 : WORKDIR /app 16:14:04 ---> Running in 7baeb217293e 16:14:04 Removing intermediate container 7baeb217293e 16:14:04 ---> 4d48062a0bab 16:14:04 Step 9/25 : COPY go.mod vendor* ./ 16:14:05 ---> 763b86edcf3c 16:14:05 Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:14:05 ---> Running in 7f2439a0e425 16:14:05 Removing intermediate container 7f2439a0e425 16:14:05 ---> 0fdb6582f631 16:14:05 Step 11/25 : COPY . . 16:14:06 ---> be0c7fb9c7d3 16:14:06 Step 12/25 : RUN $MAKE 16:14:06 ---> Running in 9b651c0ced5a 16:14:06 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion= -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion= -X edgexfoundry/app-rfid-llrp-inventory.Version=" -trimpath -mod=readonly -buildmode=pie -o cmd/device-rfid-llrp ./cmd 16:14:28 Removing intermediate container 9b651c0ced5a 16:14:28 ---> 2ed0b14c78a3 16:14:28 Step 13/25 : FROM alpine:3.14 16:14:28 3.14: Pulling from library/alpine 16:14:28 8663204ce13b: Pulling fs layer 16:14:28 8663204ce13b: Verifying Checksum 16:14:28 8663204ce13b: Download complete 16:14:28 8663204ce13b: Pull complete 16:14:28 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 16:14:28 Status: Downloaded newer image for alpine:3.14 16:14:28 ---> e04c818066af 16:14:28 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 16:14:28 ---> Running in f4cc19d14ae7 16:14:28 Removing intermediate container f4cc19d14ae7 16:14:28 ---> 6dd3f8fefe57 16:14:28 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:14:28 ---> Running in db662c9e5886 16:14:28 Removing intermediate container db662c9e5886 16:14:28 ---> 8993eed2d12e 16:14:28 Step 16/25 : RUN apk add --update --no-cache zeromq dumb-init 16:14:28 ---> Running in 2c6945cee7a9 16:14:28 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 16:14:28 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 16:14:28 (1/6) Installing dumb-init (1.2.5-r1) 16:14:28 (2/6) Installing libgcc (10.3.1_git20210424-r2) 16:14:28 (3/6) Installing libsodium (1.0.18-r0) 16:14:28 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 16:14:28 (5/6) Installing libzmq (4.3.4-r0) 16:14:28 (6/6) Installing zeromq (4.3.4-r0) 16:14:28 Executing busybox-1.33.1-r7.trigger 16:14:28 OK: 8 MiB in 20 packages 16:14:29 Removing intermediate container 2c6945cee7a9 16:14:29 ---> 7ddceb4f8341 16:14:29 Step 17/25 : COPY --from=builder /app/LICENSE / 16:14:29 ---> 8065f9e630c8 16:14:29 Step 18/25 : COPY --from=builder /app/Attribution.txt / 16:14:29 ---> fdd2cbe58ab8 16:14:29 Step 19/25 : COPY --from=builder /app/cmd/ / 16:14:30 ---> 48740efa57b5 16:14:30 Step 20/25 : EXPOSE 59989 16:14:30 ---> Running in 4dde37395fbb 16:14:30 Removing intermediate container 4dde37395fbb 16:14:30 ---> 1dcd8b3ee2d6 16:14:30 Step 21/25 : ENTRYPOINT ["/device-rfid-llrp"] 16:14:30 ---> Running in faf1565795e5 16:14:30 Removing intermediate container faf1565795e5 16:14:30 ---> 827600c45c69 16:14:30 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--confdir=/res", "--registry"] 16:14:30 ---> Running in d631b8889b10 16:14:30 Removing intermediate container d631b8889b10 16:14:30 ---> 300e77e95250 16:14:30 Step 23/25 : LABEL arch=amd64 16:14:30 ---> Running in e4fb27e4e041 16:14:30 Removing intermediate container e4fb27e4e041 16:14:30 ---> e409e222137e 16:14:30 Step 24/25 : LABEL git_sha=15a0269d460efb14f9eb5e7a2dfd5097cbc6281f 16:14:30 ---> Running in 6cacb00fb2fe 16:14:30 Removing intermediate container 6cacb00fb2fe 16:14:30 ---> df902f79c959 16:14:30 Step 25/25 : LABEL version=2.1.0-dev.16 16:14:30 ---> Running in 8739152ee5ad 16:14:30 Removing intermediate container 8739152ee5ad 16:14:30 ---> 185df7d8887e 16:14:30 [Warning] One or more build-args [ARCH] were not consumed 16:14:30 Successfully built 185df7d8887e 16:14:30 Successfully tagged device-rfid-llrp:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:14:31 provisioning config files... 16:14:31 copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config1542671331281900512tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:14:31 ---> docker-login.sh 16:14:31 nexus3.edgexfoundry.org:10001 16:14:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:14:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:14:31 Configure a credential helper to remove this warning. See 16:14:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:14:31 16:14:31 Login Succeeded 16:14:31 nexus3.edgexfoundry.org:10002 16:14:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:14:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:14:31 Configure a credential helper to remove this warning. See 16:14:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:14:31 16:14:31 Login Succeeded 16:14:31 nexus3.edgexfoundry.org:10003 16:14:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:14:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:14:31 Configure a credential helper to remove this warning. See 16:14:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:14:31 16:14:31 Login Succeeded 16:14:31 nexus3.edgexfoundry.org:10004 16:14:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:14:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:14:31 Configure a credential helper to remove this warning. See 16:14:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:14:31 16:14:31 Login Succeeded 16:14:31 docker.io 16:14:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:14:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:14:32 Configure a credential helper to remove this warning. See 16:14:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:14:32 16:14:32 Login Succeeded 16:14:32 ---> docker-login.sh ends [Pipeline] } 16:14:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:14:32 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:14:32 [edgeXDocker.push] Tagging docker image device-rfid-llrp with the following tags: 16:14:32 15a0269d460efb14f9eb5e7a2dfd5097cbc6281f 16:14:32 latest 16:14:32 2.1.0-dev.16 16:14:32 15a0269d460efb14f9eb5e7a2dfd5097cbc6281f-2.1.0-dev.16 16:14:32 main 16:14:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:14:32 + docker tag device-rfid-llrp nexus3.edgexfoundry.org:10004/device-rfid-llrp:15a0269d460efb14f9eb5e7a2dfd5097cbc6281f [Pipeline] isUnix [Pipeline] sh 16:14:32 + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp:15a0269d460efb14f9eb5e7a2dfd5097cbc6281f 16:14:32 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp] 16:14:32 ad02904b8246: Preparing 16:14:32 fbb69280a48a: Preparing 16:14:32 1b80376d943e: Preparing 16:14:32 d916b7aaf8d9: Preparing 16:14:32 c0dde21ded3a: Preparing 16:14:32 b541d28bf3b4: Preparing 16:14:32 b541d28bf3b4: Waiting 16:14:32 1b80376d943e: Pushed 16:14:32 c0dde21ded3a: Pushed 16:14:32 fbb69280a48a: Pushed 16:14:32 b541d28bf3b4: Layer already exists 16:14:33 d916b7aaf8d9: Pushed 16:14:35 ad02904b8246: Pushed 16:14:35 15a0269d460efb14f9eb5e7a2dfd5097cbc6281f: digest: sha256:7d4df973a31e77bce89081ad1607dcd52e1fef3683ae9b378d19b4fea474e7c8 size: 1574 [Pipeline] isUnix [Pipeline] sh 16:14:36 + docker tag device-rfid-llrp nexus3.edgexfoundry.org:10004/device-rfid-llrp:latest [Pipeline] isUnix [Pipeline] sh 16:14:36 + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp:latest 16:14:36 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp] 16:14:36 ad02904b8246: Preparing 16:14:36 fbb69280a48a: Preparing 16:14:36 1b80376d943e: Preparing 16:14:36 d916b7aaf8d9: Preparing 16:14:36 c0dde21ded3a: Preparing 16:14:36 b541d28bf3b4: Preparing 16:14:36 b541d28bf3b4: Waiting 16:14:36 fbb69280a48a: Layer already exists 16:14:36 1b80376d943e: Layer already exists 16:14:36 ad02904b8246: Layer already exists 16:14:36 c0dde21ded3a: Layer already exists 16:14:36 d916b7aaf8d9: Layer already exists 16:14:36 b541d28bf3b4: Layer already exists 16:14:36 latest: digest: sha256:7d4df973a31e77bce89081ad1607dcd52e1fef3683ae9b378d19b4fea474e7c8 size: 1574 [Pipeline] isUnix [Pipeline] sh 16:14:36 + docker tag device-rfid-llrp nexus3.edgexfoundry.org:10004/device-rfid-llrp:2.1.0-dev.16 [Pipeline] isUnix [Pipeline] sh 16:14:37 + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp:2.1.0-dev.16 16:14:37 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp] 16:14:37 ad02904b8246: Preparing 16:14:37 fbb69280a48a: Preparing 16:14:37 1b80376d943e: Preparing 16:14:37 d916b7aaf8d9: Preparing 16:14:37 c0dde21ded3a: Preparing 16:14:37 b541d28bf3b4: Preparing 16:14:37 b541d28bf3b4: Waiting 16:14:37 c0dde21ded3a: Layer already exists 16:14:37 fbb69280a48a: Layer already exists 16:14:37 d916b7aaf8d9: Layer already exists 16:14:37 ad02904b8246: Layer already exists 16:14:37 1b80376d943e: Layer already exists 16:14:37 b541d28bf3b4: Layer already exists 16:14:37 2.1.0-dev.16: digest: sha256:7d4df973a31e77bce89081ad1607dcd52e1fef3683ae9b378d19b4fea474e7c8 size: 1574 [Pipeline] isUnix [Pipeline] sh 16:14:37 + docker tag device-rfid-llrp nexus3.edgexfoundry.org:10004/device-rfid-llrp:15a0269d460efb14f9eb5e7a2dfd5097cbc6281f-2.1.0-dev.16 [Pipeline] isUnix [Pipeline] sh 16:14:37 + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp:15a0269d460efb14f9eb5e7a2dfd5097cbc6281f-2.1.0-dev.16 16:14:37 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp] 16:14:37 ad02904b8246: Preparing 16:14:37 fbb69280a48a: Preparing 16:14:37 1b80376d943e: Preparing 16:14:37 d916b7aaf8d9: Preparing 16:14:37 c0dde21ded3a: Preparing 16:14:37 b541d28bf3b4: Preparing 16:14:37 b541d28bf3b4: Waiting 16:14:37 d916b7aaf8d9: Layer already exists 16:14:37 c0dde21ded3a: Layer already exists 16:14:37 1b80376d943e: Layer already exists 16:14:37 ad02904b8246: Layer already exists 16:14:37 fbb69280a48a: Layer already exists 16:14:37 b541d28bf3b4: Layer already exists 16:14:37 15a0269d460efb14f9eb5e7a2dfd5097cbc6281f-2.1.0-dev.16: digest: sha256:7d4df973a31e77bce89081ad1607dcd52e1fef3683ae9b378d19b4fea474e7c8 size: 1574 [Pipeline] isUnix [Pipeline] sh 16:14:37 + docker tag device-rfid-llrp nexus3.edgexfoundry.org:10004/device-rfid-llrp:main [Pipeline] isUnix [Pipeline] sh 16:14:38 + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp:main 16:14:38 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp] 16:14:38 ad02904b8246: Preparing 16:14:38 fbb69280a48a: Preparing 16:14:38 1b80376d943e: Preparing 16:14:38 d916b7aaf8d9: Preparing 16:14:38 c0dde21ded3a: Preparing 16:14:38 b541d28bf3b4: Preparing 16:14:38 b541d28bf3b4: Waiting 16:14:38 fbb69280a48a: Layer already exists 16:14:38 c0dde21ded3a: Layer already exists 16:14:38 1b80376d943e: Layer already exists 16:14:38 ad02904b8246: Layer already exists 16:14:38 d916b7aaf8d9: Layer already exists 16:14:38 b541d28bf3b4: Layer already exists 16:14:38 main: digest: sha256:7d4df973a31e77bce89081ad1607dcd52e1fef3683ae9b378d19b4fea474e7c8 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:14:38 ===================================================== [Pipeline] echo 16:14:38 taggedImages: 16:14:38 - nexus3.edgexfoundry.org:10004/device-rfid-llrp:15a0269d460efb14f9eb5e7a2dfd5097cbc6281f 16:14:38 - nexus3.edgexfoundry.org:10004/device-rfid-llrp:latest 16:14:38 - nexus3.edgexfoundry.org:10004/device-rfid-llrp:2.1.0-dev.16 16:14:38 - nexus3.edgexfoundry.org:10004/device-rfid-llrp:15a0269d460efb14f9eb5e7a2dfd5097cbc6281f-2.1.0-dev.16 16:14:38 - nexus3.edgexfoundry.org:10004/device-rfid-llrp:main [Pipeline] } [Pipeline] // script [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] sh 16:14:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:14:38 16:14:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 16:14:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:14:39 latest: Pulling from edgex-lftools-log-publisher 16:14:39 5eb5b503b376: Pulling fs layer 16:14:39 5c69ac0246d0: Pulling fs layer 16:14:39 ec43610c2a17: Pulling fs layer 16:14:39 3a2ae6a8a46f: Pulling fs layer 16:14:39 33b1e0a273af: Pulling fs layer 16:14:39 5d3b04190fa2: Pulling fs layer 16:14:39 2f39f015ded8: Pulling fs layer 16:14:39 3a2ae6a8a46f: Waiting 16:14:39 5d3b04190fa2: Waiting 16:14:39 5c69ac0246d0: Download complete 16:14:39 33b1e0a273af: Verifying Checksum 16:14:39 33b1e0a273af: Download complete 16:14:39 5d3b04190fa2: Download complete 16:14:39 ec43610c2a17: Download complete 16:14:39 5eb5b503b376: Verifying Checksum 16:14:39 5eb5b503b376: Download complete 16:14:39 2f39f015ded8: Download complete 16:14:40 5eb5b503b376: Pull complete 16:14:40 5c69ac0246d0: Pull complete 16:14:40 ec43610c2a17: Pull complete 16:14:41 3a2ae6a8a46f: Pull complete 16:14:41 33b1e0a273af: Pull complete 16:14:41 5d3b04190fa2: Pull complete 16:14:45 2f39f015ded8: Pull complete 16:14:45 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 16:14:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:14:45 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 16:14:45 prd-ubuntu20.04-docker-8c-8g-63687 does not seem to be running inside a container 16:14:45 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/foundry_device-rfid-llrp-go_main -v /w/workspace/foundry_device-rfid-llrp-go_main:/w/workspace/foundry_device-rfid-llrp-go_main:rw,z -v /w/workspace/foundry_device-rfid-llrp-go_main@tmp:/w/workspace/foundry_device-rfid-llrp-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 16:14:47 $ docker top 8fbec00da9b0b418ad67538258e979999f7d7166cb0134664c7f13a4a4441734 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:14:47 ---> job-cost.sh 16:14:47 lf-activate-venv: SKIPPING 16:14:47 INFO: No Stack... 16:14:47 INFO: Retrieving Pricing Info for: v3-standard-8 16:14:48 INFO: Archiving Costs [Pipeline] sh 16:14:48 + cat /w/workspace/foundry_device-rfid-llrp-go_main/archives/cost.csv 16:14:48 + cut -d, -f6 [Pipeline] lock 16:14:48 Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-main-33-stack-cost] 16:14:48 Resource [jenkins-edgexfoundry-device-rfid-llrp-go-main-33-stack-cost] did not exist. Created. 16:14:48 Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-main-33-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:14:49 + echo total: 0.2199999988079071 [Pipeline] stash 16:14:49 Stashed 1 file(s) [Pipeline] } 16:14:49 Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-main-33-stack-cost] [Pipeline] // lock [Pipeline] } 16:14:49 $ docker stop --time=1 8fbec00da9b0b418ad67538258e979999f7d7166cb0134664c7f13a4a4441734 16:14:50 $ docker rm -f 8fbec00da9b0b418ad67538258e979999f7d7166cb0134664c7f13a4a4441734 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 16:14:50 Running on prd-ubuntu20.04-docker-arm64-4c-16g-63688 in /w/workspace/foundry_device-rfid-llrp-go_main [Pipeline] { [Pipeline] ws 16:14:50 Running in /w/workspace/device-rfid-llrp-go/33 [Pipeline] { [Pipeline] checkout 16:14:51 Selected Git installation does not exist. Using Default 16:14:51 The recommended git tool is: NONE 16:14:57 using credential edgex-jenkins-ssh 16:14:57 Cloning the remote Git repository 16:14:57 Cloning repository git@github.com:edgexfoundry/device-rfid-llrp-go.git 16:14:57 > git init /w/workspace/device-rfid-llrp-go/33 # timeout=10 16:14:57 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git 16:14:57 > git --version # timeout=10 16:14:57 > git --version # 'git version 2.25.1' 16:14:57 using GIT_SSH to set credentials SSH Credentials for GitHub 16:14:57 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:14:58 Avoid second fetch 16:14:58 Checking out Revision 15a0269d460efb14f9eb5e7a2dfd5097cbc6281f (main) 16:14:58 > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 16:14:58 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:14:58 > git config core.sparsecheckout # timeout=10 16:14:58 > git checkout -f 15a0269d460efb14f9eb5e7a2dfd5097cbc6281f # timeout=10 16:15:02 Commit message: "fix(snap): stage curl for auto-configure (#86)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:15:03 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 16:15:03 % Total % Received % Xferd Average Speed Time Time Time Current 16:15:03 Dload Upload Total Spent Left Speed 16:15:03 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12253 100 12253 0 0 51054 0 --:--:-- --:--:-- --:--:-- 51267 [Pipeline] sh 16:15:04 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 16:15:04 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 16:15:04 + sudo tee /etc/docker/daemon.new 16:15:04 { 16:15:04 "registry-mirrors": [ 16:15:04 "https://nexus3.edgexfoundry.org:10001" 16:15:04 ], 16:15:04 "bip": "10.250.0.254/24", 16:15:04 "hosts": [ 16:15:04 "tcp://0.0.0.0:5555", 16:15:04 "unix:///var/run/docker.sock" 16:15:04 ], 16:15:04 "mtu": 1458, 16:15:04 "selinux-enabled": true, 16:15:04 "seccomp-profile": "/etc/docker/seccomp.json" 16:15:04 } [Pipeline] sh 16:15:05 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 16:15:05 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:15:23 provisioning config files... 16:15:23 copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/device-rfid-llrp-go/33@tmp/config2886046889897345154tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:15:24 ---> docker-login.sh 16:15:24 nexus3.edgexfoundry.org:10001 16:15:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:15:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:15:25 Configure a credential helper to remove this warning. See 16:15:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:15:25 16:15:25 Login Succeeded 16:15:25 nexus3.edgexfoundry.org:10002 16:15:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:15:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:15:25 Configure a credential helper to remove this warning. See 16:15:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:15:25 16:15:25 Login Succeeded 16:15:25 nexus3.edgexfoundry.org:10003 16:15:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:15:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:15:25 Configure a credential helper to remove this warning. See 16:15:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:15:25 16:15:25 Login Succeeded 16:15:25 nexus3.edgexfoundry.org:10004 16:15:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:15:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:15:26 Configure a credential helper to remove this warning. See 16:15:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:15:26 16:15:26 Login Succeeded 16:15:26 docker.io 16:15:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:15:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:15:27 Configure a credential helper to remove this warning. See 16:15:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:15:27 16:15:27 Login Succeeded 16:15:27 ---> docker-login.sh ends [Pipeline] } 16:15:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:15:27 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:15:27 ========================================================= 16:15:27 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 16:15:27 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 16:15:27 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine --build-arg MAKE=echo noop --target=builder . 16:15:28 Sending build context to Docker daemon 1.228MB 16:15:28 Step 1/12 : ARG BASE=golang:1.17-alpine3.15 16:15:28 Step 2/12 : FROM ${BASE} AS builder 16:15:28 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:15:28 9b3977197b4f: Pulling fs layer 16:15:28 1a89e8eeedd5: Pulling fs layer 16:15:28 94645a83ff95: Pulling fs layer 16:15:28 3f3a8bcf1eab: Pulling fs layer 16:15:28 0c92f367c5e7: Pulling fs layer 16:15:28 3096ccb668a1: Pulling fs layer 16:15:28 e8cf19c19ddd: Pulling fs layer 16:15:28 a4caa8a26152: Pulling fs layer 16:15:28 3096ccb668a1: Waiting 16:15:28 e8cf19c19ddd: Waiting 16:15:28 3f3a8bcf1eab: Waiting 16:15:28 a4caa8a26152: Waiting 16:15:28 0c92f367c5e7: Waiting 16:15:28 94645a83ff95: Download complete 16:15:28 1a89e8eeedd5: Verifying Checksum 16:15:28 1a89e8eeedd5: Download complete 16:15:28 0c92f367c5e7: Verifying Checksum 16:15:28 0c92f367c5e7: Download complete 16:15:28 9b3977197b4f: Verifying Checksum 16:15:28 9b3977197b4f: Download complete 16:15:28 3096ccb668a1: Verifying Checksum 16:15:28 3096ccb668a1: Download complete 16:15:28 e8cf19c19ddd: Verifying Checksum 16:15:28 e8cf19c19ddd: Download complete 16:15:29 9b3977197b4f: Pull complete 16:15:29 1a89e8eeedd5: Pull complete 16:15:30 94645a83ff95: Pull complete 16:15:30 a4caa8a26152: Verifying Checksum 16:15:31 3f3a8bcf1eab: Verifying Checksum 16:15:31 3f3a8bcf1eab: Download complete 16:15:43 3f3a8bcf1eab: Pull complete 16:15:43 0c92f367c5e7: Pull complete 16:15:43 3096ccb668a1: Pull complete 16:15:43 e8cf19c19ddd: Pull complete 16:15:50 a4caa8a26152: Pull complete 16:15:50 Digest: sha256:b3ad895ecde34a7521bb8912598475bc58d052e1c2c58d00df7f0fe54a102a46 16:15:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 16:15:50 ---> 725f1c02e7f9 16:15:50 Step 3/12 : ARG MAKE='make build' 16:15:50 ---> Running in ec0f113cbb6a 16:15:51 Removing intermediate container ec0f113cbb6a 16:15:51 ---> 81720331ab43 16:15:51 Step 4/12 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev" 16:15:51 ---> Running in 363d7a8ec390 16:15:51 Removing intermediate container 363d7a8ec390 16:15:51 ---> c46192652109 16:15:51 Step 5/12 : ARG ALPINE_PKG_EXTRA="" 16:15:51 ---> Running in 9aaf2faab063 16:15:51 Removing intermediate container 9aaf2faab063 16:15:51 ---> a6d20c9e2e05 16:15:51 Step 6/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:15:51 ---> Running in 71b96b17e1d9 16:15:53 Removing intermediate container 71b96b17e1d9 16:15:53 ---> 984361f37c83 16:15:53 Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:15:53 ---> Running in f93721e15774 16:15:54 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 16:15:55 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 16:15:56 OK: 220 MiB in 52 packages 16:15:57 Removing intermediate container f93721e15774 16:15:57 ---> 22446eda37cd 16:15:57 Step 8/12 : WORKDIR /app 16:15:57 ---> Running in 4d52601e56c7 16:15:57 Removing intermediate container 4d52601e56c7 16:15:57 ---> 1fba8c9e1263 16:15:57 Step 9/12 : COPY go.mod vendor* ./ 16:15:58 ---> 1794928eed30 16:15:58 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:15:58 ---> Running in 1c7ab090d663 16:16:45 Removing intermediate container 1c7ab090d663 16:16:45 ---> 3e3466dd1a58 16:16:45 Step 11/12 : COPY . . 16:16:45 ---> c817aa174534 16:16:45 Step 12/12 : RUN $MAKE 16:16:45 ---> Running in fc10c460b368 16:16:45 noop 16:16:45 Removing intermediate container fc10c460b368 16:16:45 ---> b30a1c32079b 16:16:45 Successfully built b30a1c32079b 16:16:45 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:16:45 + docker inspect -f . ci-base-image-arm64 16:16:45 . [Pipeline] withDockerContainer 16:16:46 prd-ubuntu20.04-docker-arm64-4c-16g-63688 does not seem to be running inside a container 16:16:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rfid-llrp-go/33 -v /w/workspace/device-rfid-llrp-go/33:/w/workspace/device-rfid-llrp-go/33:rw,z -v /w/workspace/device-rfid-llrp-go/33@tmp:/w/workspace/device-rfid-llrp-go/33@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 ******** ci-base-image-arm64 cat 16:16:47 $ docker top 48b0b7a785086a663d8b5bc24c4a9e6184697f951b8f0df8504fb432f4a43902 -eo pid,comm [Pipeline] { [Pipeline] sh 16:16:48 + go version 16:16:48 go version go1.17.6 linux/arm64 [Pipeline] } 16:16:48 $ docker stop --time=1 48b0b7a785086a663d8b5bc24c4a9e6184697f951b8f0df8504fb432f4a43902 16:16:49 $ docker rm -f 48b0b7a785086a663d8b5bc24c4a9e6184697f951b8f0df8504fb432f4a43902 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:16:50 + docker inspect -f . ci-base-image-arm64 16:16:50 . [Pipeline] withDockerContainer 16:16:50 prd-ubuntu20.04-docker-arm64-4c-16g-63688 does not seem to be running inside a container 16:16:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rfid-llrp-go/33 -v /w/workspace/device-rfid-llrp-go/33:/w/workspace/device-rfid-llrp-go/33:rw,z -v /w/workspace/device-rfid-llrp-go/33@tmp:/w/workspace/device-rfid-llrp-go/33@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 ******** ci-base-image-arm64 cat 16:16:52 $ docker top cd302ac14225a430ef92e54d0540121f601934d561ce6dc20cc97cedbaa270c4 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 16:16:53 + make test 16:16:53 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 16:16:54 ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] 16:18:32 ? github.com/edgexfoundry/device-rfid-llrp-go/cmd [no test files] 16:18:32 ? github.com/edgexfoundry/device-rfid-llrp-go/cmd/llrp [no test files] 16:18:54 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/driver 31.286s coverage: 39.3% of statements 16:18:54 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.554s coverage: 51.9% of statements 16:18:54 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.073s coverage: 95.5% of statements 16:18:54 WARNING: Linting skipped (not on x86_64 or linter not installed) 16:18:54 CGO_ENABLED=1 GO111MODULE=on go vet ./... 16:19:21 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 16:19:21 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 16:19:21 ./bin/test-attribution-txt.sh [Pipeline] echo 16:19:22 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 16:19:22 $ docker stop --time=1 cd302ac14225a430ef92e54d0540121f601934d561ce6dc20cc97cedbaa270c4 16:19:24 $ docker rm -f cd302ac14225a430ef92e54d0540121f601934d561ce6dc20cc97cedbaa270c4 [Pipeline] // withDockerContainer [Pipeline] sh 16:19:25 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:19:25 Warning: overwriting stash ‘coverage-report’ 16:19:25 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 16:19:26 + sudo chown -R jenkins:jenkins . [Pipeline] sh 16:19:26 + ls -al . 16:19:26 total 628 16:19:26 drwxrwxr-x 10 jenkins jenkins 4096 May 15 16:19 . 16:19:26 drwxrwxr-x 4 jenkins jenkins 4096 May 15 16:14 .. 16:19:26 -rw-rw-r-- 1 jenkins jenkins 134 May 15 16:14 .dockerignore 16:19:26 drwxrwxr-x 8 jenkins jenkins 4096 May 15 16:15 .git 16:19:26 drwxrwxr-x 3 jenkins jenkins 4096 May 15 16:14 .github 16:19:26 -rw-rw-r-- 1 jenkins jenkins 946 May 15 16:14 .gitignore 16:19:26 -rw-rw-r-- 1 jenkins jenkins 41 May 15 16:14 .golangci.yml 16:19:26 -rw-rw-r-- 1 jenkins jenkins 10235 May 15 16:14 Attribution.txt 16:19:26 -rw-rw-r-- 1 jenkins jenkins 3740 May 15 16:14 CHANGELOG.md 16:19:26 -rw-rw-r-- 1 jenkins jenkins 1514 May 15 16:14 Dockerfile 16:19:26 -rw-rw-r-- 1 jenkins jenkins 677 May 15 16:14 GOVERNANCE.md 16:19:26 -rw-rw-r-- 1 jenkins jenkins 683 May 15 16:14 Jenkinsfile 16:19:26 -rw-rw-r-- 1 jenkins jenkins 11347 May 15 16:14 LICENSE 16:19:26 -rw-rw-r-- 1 jenkins jenkins 1991 May 15 16:14 Makefile 16:19:26 -rw-rw-r-- 1 jenkins jenkins 625 May 15 16:14 OWNERS.md 16:19:26 -rw-rw-r-- 1 jenkins jenkins 28496 May 15 16:14 README.md 16:19:26 -rw-rw-r-- 1 jenkins jenkins 12 May 15 16:12 VERSION 16:19:26 drwxrwxr-x 2 jenkins jenkins 4096 May 15 16:14 bin 16:19:26 drwxrwxr-x 4 jenkins jenkins 4096 May 15 16:14 cmd 16:19:26 -rw-r--r-- 1 jenkins jenkins 460394 May 15 16:18 coverage.out 16:19:26 drwxrwxr-x 2 jenkins jenkins 4096 May 15 16:14 examples 16:19:26 -rw-rw-r-- 1 jenkins jenkins 3304 May 15 16:14 go.mod 16:19:26 -rw-rw-r-- 1 jenkins jenkins 35006 May 15 16:14 go.sum 16:19:26 drwxrwxr-x 2 jenkins jenkins 4096 May 15 16:14 images 16:19:26 drwxrwxr-x 5 jenkins jenkins 4096 May 15 16:14 internal 16:19:26 drwxrwxr-x 4 jenkins jenkins 4096 May 15 16:14 snap 16:19:26 -rw-rw-r-- 1 jenkins jenkins 193 May 15 16:14 version.go [Pipeline] isUnix [Pipeline] sh 16:19:26 + 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=15a0269d460efb14f9eb5e7a2dfd5097cbc6281f --label arch=arm64 --label version=2.1.0-dev.16 . 16:19:27 Sending build context to Docker daemon 1.228MB 16:19:27 Step 1/25 : ARG BASE=golang:1.17-alpine3.15 16:19:27 Step 2/25 : FROM ${BASE} AS builder 16:19:27 ---> b30a1c32079b 16:19:27 Step 3/25 : ARG MAKE='make build' 16:19:27 ---> Running in 1e0c0fd31b30 16:19:27 Removing intermediate container 1e0c0fd31b30 16:19:27 ---> 944adf2b8a89 16:19:27 Step 4/25 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev" 16:19:27 ---> Running in 249b4504d725 16:19:27 Removing intermediate container 249b4504d725 16:19:27 ---> 5ad4f4ced4cd 16:19:27 Step 5/25 : ARG ALPINE_PKG_EXTRA="" 16:19:27 ---> Running in fdc8c5e0a481 16:19:28 Removing intermediate container fdc8c5e0a481 16:19:28 ---> 7d6d127a257f 16:19:28 Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:19:28 ---> Running in 0d6f23123592 16:19:29 Removing intermediate container 0d6f23123592 16:19:29 ---> ce03f6814a6c 16:19:29 Step 7/25 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:19:29 ---> Running in 22d6e53b7e8d 16:19:30 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 16:19:31 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 16:19:32 OK: 220 MiB in 52 packages 16:19:33 Removing intermediate container 22d6e53b7e8d 16:19:33 ---> 12b7de391738 16:19:33 Step 8/25 : WORKDIR /app 16:19:33 ---> Running in c78dabb0a482 16:19:33 Removing intermediate container c78dabb0a482 16:19:33 ---> 31599200446a 16:19:33 Step 9/25 : COPY go.mod vendor* ./ 16:19:34 ---> 2e34e116b3cd 16:19:34 Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:19:34 ---> Running in 27b52282448e 16:19:36 Removing intermediate container 27b52282448e 16:19:36 ---> 1948439716be 16:19:36 Step 11/25 : COPY . . 16:19:37 ---> 61bf9e5e0528 16:19:37 Step 12/25 : RUN $MAKE 16:19:37 ---> Running in a6278e2132ec 16:19:38 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion= -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion= -X edgexfoundry/app-rfid-llrp-inventory.Version=" -trimpath -mod=readonly -buildmode=pie -o cmd/device-rfid-llrp ./cmd 16:21:45 Removing intermediate container a6278e2132ec 16:21:45 ---> 4ec136f50c84 16:21:45 Step 13/25 : FROM alpine:3.14 16:21:45 3.14: Pulling from library/alpine 16:21:45 455c02918c45: Pulling fs layer 16:21:45 455c02918c45: Download complete 16:21:45 455c02918c45: Pull complete 16:21:45 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 16:21:45 Status: Downloaded newer image for alpine:3.14 16:21:45 ---> ac73e934f311 16:21:45 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 16:21:45 ---> Running in eef72c99a460 16:21:45 Removing intermediate container eef72c99a460 16:21:45 ---> 5e2c65305191 16:21:45 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:21:45 ---> Running in 05ee52de0db5 16:21:45 Removing intermediate container 05ee52de0db5 16:21:45 ---> 796f1c96ddc5 16:21:45 Step 16/25 : RUN apk add --update --no-cache zeromq dumb-init 16:21:45 ---> Running in c7cf95a5fab9 16:21:45 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 16:21:45 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 16:21:45 (1/6) Installing dumb-init (1.2.5-r1) 16:21:45 (2/6) Installing libgcc (10.3.1_git20210424-r2) 16:21:45 (3/6) Installing libsodium (1.0.18-r0) 16:21:45 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 16:21:45 (5/6) Installing libzmq (4.3.4-r0) 16:21:45 (6/6) Installing zeromq (4.3.4-r0) 16:21:45 Executing busybox-1.33.1-r7.trigger 16:21:45 OK: 8 MiB in 20 packages 16:21:45 Removing intermediate container c7cf95a5fab9 16:21:45 ---> 20562fa512bd 16:21:45 Step 17/25 : COPY --from=builder /app/LICENSE / 16:21:45 ---> e82a04954748 16:21:45 Step 18/25 : COPY --from=builder /app/Attribution.txt / 16:21:45 ---> 1f695eb571e6 16:21:45 Step 19/25 : COPY --from=builder /app/cmd/ / 16:21:45 ---> b80d44cb0728 16:21:45 Step 20/25 : EXPOSE 59989 16:21:45 ---> Running in 9dd938b83217 16:21:46 Removing intermediate container 9dd938b83217 16:21:46 ---> 52351fb4711a 16:21:46 Step 21/25 : ENTRYPOINT ["/device-rfid-llrp"] 16:21:46 ---> Running in 4c93be2783b2 16:21:46 Removing intermediate container 4c93be2783b2 16:21:46 ---> 3c06a608424e 16:21:46 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--confdir=/res", "--registry"] 16:21:46 ---> Running in 2c9c7ce28d21 16:21:46 Removing intermediate container 2c9c7ce28d21 16:21:46 ---> 220afd0d7d67 16:21:46 Step 23/25 : LABEL arch=arm64 16:21:47 ---> Running in dfd19586862a 16:21:47 Removing intermediate container dfd19586862a 16:21:47 ---> 78e7172c8404 16:21:47 Step 24/25 : LABEL git_sha=15a0269d460efb14f9eb5e7a2dfd5097cbc6281f 16:21:47 ---> Running in 5e09fb17cb23 16:21:47 Removing intermediate container 5e09fb17cb23 16:21:47 ---> f9de2a9f701c 16:21:47 Step 25/25 : LABEL version=2.1.0-dev.16 16:21:47 ---> Running in 8f2f08aca46e 16:21:48 Removing intermediate container 8f2f08aca46e 16:21:48 ---> 9e86e1ed2d11 16:21:48 [Warning] One or more build-args [ARCH] were not consumed 16:21:48 Successfully built 9e86e1ed2d11 16:21:48 Successfully tagged device-rfid-llrp-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:21:48 provisioning config files... 16:21:48 copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/device-rfid-llrp-go/33@tmp/config2894263067882233937tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:21:48 ---> docker-login.sh 16:21:48 nexus3.edgexfoundry.org:10001 16:21:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:21:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:21:48 Configure a credential helper to remove this warning. See 16:21:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:21:48 16:21:48 Login Succeeded 16:21:48 nexus3.edgexfoundry.org:10002 16:21:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:21:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:21:49 Configure a credential helper to remove this warning. See 16:21:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:21:49 16:21:49 Login Succeeded 16:21:49 nexus3.edgexfoundry.org:10003 16:21:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:21:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:21:50 Configure a credential helper to remove this warning. See 16:21:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:21:50 16:21:50 Login Succeeded 16:21:50 nexus3.edgexfoundry.org:10004 16:21:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:21:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:21:50 Configure a credential helper to remove this warning. See 16:21:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:21:50 16:21:50 Login Succeeded 16:21:50 docker.io 16:21:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:21:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:21:51 Configure a credential helper to remove this warning. See 16:21:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:21:51 16:21:51 Login Succeeded 16:21:51 ---> docker-login.sh ends [Pipeline] } 16:21:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:21:51 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:21:51 [edgeXDocker.push] Tagging docker image device-rfid-llrp-arm64 with the following tags: 16:21:51 15a0269d460efb14f9eb5e7a2dfd5097cbc6281f 16:21:51 latest 16:21:51 2.1.0-dev.16 16:21:51 15a0269d460efb14f9eb5e7a2dfd5097cbc6281f-2.1.0-dev.16 16:21:51 main 16:21:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:21:51 + docker tag device-rfid-llrp-arm64 nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:15a0269d460efb14f9eb5e7a2dfd5097cbc6281f [Pipeline] isUnix [Pipeline] sh 16:21:51 + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:15a0269d460efb14f9eb5e7a2dfd5097cbc6281f 16:21:51 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64] 16:21:51 45c9e36bec85: Preparing 16:21:51 fe289909d9fc: Preparing 16:21:51 b2b3fd49f188: Preparing 16:21:51 f73364d07008: Preparing 16:21:51 7d0cc27f309f: Preparing 16:21:51 f73e7dbfee58: Preparing 16:21:51 f73e7dbfee58: Waiting 16:21:52 fe289909d9fc: Pushed 16:21:52 b2b3fd49f188: Pushed 16:21:52 7d0cc27f309f: Pushed 16:21:52 f73e7dbfee58: Layer already exists 16:21:52 f73364d07008: Pushed 16:21:58 45c9e36bec85: Pushed 16:21:58 15a0269d460efb14f9eb5e7a2dfd5097cbc6281f: digest: sha256:e400c0ddfeae3e6e07b6a6658fe3a995aef359fbe7ef71660aaec2c0f53697fc size: 1573 [Pipeline] isUnix [Pipeline] sh 16:21:58 + docker tag device-rfid-llrp-arm64 nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:21:58 + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:latest 16:21:58 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64] 16:21:58 45c9e36bec85: Preparing 16:21:58 fe289909d9fc: Preparing 16:21:58 b2b3fd49f188: Preparing 16:21:58 f73364d07008: Preparing 16:21:58 7d0cc27f309f: Preparing 16:21:58 f73e7dbfee58: Preparing 16:21:58 f73e7dbfee58: Waiting 16:21:58 45c9e36bec85: Layer already exists 16:21:58 fe289909d9fc: Layer already exists 16:21:58 7d0cc27f309f: Layer already exists 16:21:58 b2b3fd49f188: Layer already exists 16:21:58 f73364d07008: Layer already exists 16:21:58 f73e7dbfee58: Layer already exists 16:21:59 latest: digest: sha256:e400c0ddfeae3e6e07b6a6658fe3a995aef359fbe7ef71660aaec2c0f53697fc size: 1573 [Pipeline] isUnix [Pipeline] sh 16:21:59 + docker tag device-rfid-llrp-arm64 nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:2.1.0-dev.16 [Pipeline] isUnix [Pipeline] sh 16:21:59 + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:2.1.0-dev.16 16:21:59 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64] 16:21:59 45c9e36bec85: Preparing 16:21:59 fe289909d9fc: Preparing 16:21:59 b2b3fd49f188: Preparing 16:21:59 f73364d07008: Preparing 16:21:59 7d0cc27f309f: Preparing 16:21:59 f73e7dbfee58: Preparing 16:21:59 f73e7dbfee58: Waiting 16:21:59 b2b3fd49f188: Layer already exists 16:21:59 7d0cc27f309f: Layer already exists 16:21:59 f73364d07008: Layer already exists 16:21:59 45c9e36bec85: Layer already exists 16:21:59 fe289909d9fc: Layer already exists 16:21:59 f73e7dbfee58: Layer already exists 16:22:00 2.1.0-dev.16: digest: sha256:e400c0ddfeae3e6e07b6a6658fe3a995aef359fbe7ef71660aaec2c0f53697fc size: 1573 [Pipeline] isUnix [Pipeline] sh 16:22:00 + docker tag device-rfid-llrp-arm64 nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:15a0269d460efb14f9eb5e7a2dfd5097cbc6281f-2.1.0-dev.16 [Pipeline] isUnix [Pipeline] sh 16:22:00 + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:15a0269d460efb14f9eb5e7a2dfd5097cbc6281f-2.1.0-dev.16 16:22:00 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64] 16:22:00 45c9e36bec85: Preparing 16:22:00 fe289909d9fc: Preparing 16:22:00 b2b3fd49f188: Preparing 16:22:00 f73364d07008: Preparing 16:22:00 7d0cc27f309f: Preparing 16:22:00 f73e7dbfee58: Preparing 16:22:00 f73e7dbfee58: Waiting 16:22:00 fe289909d9fc: Layer already exists 16:22:00 45c9e36bec85: Layer already exists 16:22:00 b2b3fd49f188: Layer already exists 16:22:00 7d0cc27f309f: Layer already exists 16:22:00 f73364d07008: Layer already exists 16:22:00 f73e7dbfee58: Layer already exists 16:22:01 15a0269d460efb14f9eb5e7a2dfd5097cbc6281f-2.1.0-dev.16: digest: sha256:e400c0ddfeae3e6e07b6a6658fe3a995aef359fbe7ef71660aaec2c0f53697fc size: 1573 [Pipeline] isUnix [Pipeline] sh 16:22:01 + docker tag device-rfid-llrp-arm64 nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:main [Pipeline] isUnix [Pipeline] sh 16:22:01 + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:main 16:22:01 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64] 16:22:01 45c9e36bec85: Preparing 16:22:01 fe289909d9fc: Preparing 16:22:01 b2b3fd49f188: Preparing 16:22:01 f73364d07008: Preparing 16:22:01 7d0cc27f309f: Preparing 16:22:01 f73e7dbfee58: Preparing 16:22:01 f73e7dbfee58: Waiting 16:22:01 45c9e36bec85: Layer already exists 16:22:01 f73364d07008: Layer already exists 16:22:01 fe289909d9fc: Layer already exists 16:22:01 7d0cc27f309f: Layer already exists 16:22:01 b2b3fd49f188: Layer already exists 16:22:01 f73e7dbfee58: Layer already exists 16:22:02 main: digest: sha256:e400c0ddfeae3e6e07b6a6658fe3a995aef359fbe7ef71660aaec2c0f53697fc size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:22:02 ===================================================== [Pipeline] echo 16:22:02 taggedImages: 16:22:02 - nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:15a0269d460efb14f9eb5e7a2dfd5097cbc6281f 16:22:02 - nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:latest 16:22:02 - nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:2.1.0-dev.16 16:22:02 - nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:15a0269d460efb14f9eb5e7a2dfd5097cbc6281f-2.1.0-dev.16 16:22:02 - nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:22:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:22:02 16:22:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 16:22:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:22:02 arm64: Pulling from edgex-lftools-log-publisher 16:22:02 8998bd30e6a1: Pulling fs layer 16:22:02 04944245beec: Pulling fs layer 16:22:02 699f458cf7ca: Pulling fs layer 16:22:02 765212b225bb: Pulling fs layer 16:22:02 f23df028b6ca: Pulling fs layer 16:22:02 d65c8cfc05b1: Pulling fs layer 16:22:02 2437ff75d9bd: Pulling fs layer 16:22:02 f23df028b6ca: Waiting 16:22:02 d65c8cfc05b1: Waiting 16:22:02 2437ff75d9bd: Waiting 16:22:02 765212b225bb: Waiting 16:22:03 04944245beec: Verifying Checksum 16:22:03 04944245beec: Download complete 16:22:03 765212b225bb: Verifying Checksum 16:22:03 765212b225bb: Download complete 16:22:03 f23df028b6ca: Verifying Checksum 16:22:03 f23df028b6ca: Download complete 16:22:03 d65c8cfc05b1: Verifying Checksum 16:22:03 d65c8cfc05b1: Download complete 16:22:03 699f458cf7ca: Verifying Checksum 16:22:03 8998bd30e6a1: Download complete 16:22:06 2437ff75d9bd: Verifying Checksum 16:22:06 2437ff75d9bd: Download complete 16:22:07 8998bd30e6a1: Pull complete 16:22:08 04944245beec: Pull complete 16:22:09 699f458cf7ca: Pull complete 16:22:10 765212b225bb: Pull complete 16:22:11 f23df028b6ca: Pull complete 16:22:11 d65c8cfc05b1: Pull complete 16:22:29 2437ff75d9bd: Pull complete 16:22:29 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 16:22:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:22:29 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 16:22:29 prd-ubuntu20.04-docker-arm64-4c-16g-63688 does not seem to be running inside a container 16:22:29 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-rfid-llrp-go/33 -v /w/workspace/device-rfid-llrp-go/33:/w/workspace/device-rfid-llrp-go/33:rw,z -v /w/workspace/device-rfid-llrp-go/33@tmp:/w/workspace/device-rfid-llrp-go/33@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 16:22:32 $ docker top 5a332c6399635bea22e035b6e2d83666fa3de6a06c27fbf9a7dd0cc67b2381c7 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:22:33 ---> job-cost.sh 16:22:33 lf-activate-venv: SKIPPING 16:22:33 INFO: No Stack... 16:22:33 INFO: Retrieving Pricing Info for: v3-standard-4 16:22:34 INFO: Archiving Costs [Pipeline] sh 16:22:35 + cut -d, -f6 16:22:35 + cat /w/workspace/device-rfid-llrp-go/33/archives/cost.csv [Pipeline] lock 16:22:35 Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-main-33-stack-cost] 16:22:35 Resource [jenkins-edgexfoundry-device-rfid-llrp-go-main-33-stack-cost] did not exist. Created. 16:22:35 Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-main-33-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:22:35 /w/workspace/device-rfid-llrp-go/33@tmp/durable-ca67897a/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 16:22:36 + echo total: 0.10999999940395355 [Pipeline] stash 16:22:36 Warning: overwriting stash ‘stack-cost’ 16:22:36 Stashed 1 file(s) [Pipeline] } 16:22:36 Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-main-33-stack-cost] [Pipeline] // lock [Pipeline] } 16:22:36 $ docker stop --time=1 5a332c6399635bea22e035b6e2d83666fa3de6a06c27fbf9a7dd0cc67b2381c7 16:22:38 $ docker rm -f 5a332c6399635bea22e035b6e2d83666fa3de6a06c27fbf9a7dd0cc67b2381c7 [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 16:22:38 provisioning config files... 16:22:38 copy managed file [device-rfid-llrp-go-codecov-token] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config433214430594820627tmp [Pipeline] { [Pipeline] sh 16:22:39 + set +x 16:22:39 + curl -s https://codecov.io/bash+ 16:22:39 bash -s -- 16:22:39 16:22:39 _____ _ 16:22:39 / ____| | | 16:22:39 | | ___ __| | ___ ___ _____ __ 16:22:39 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:22:39 | |___| (_) | (_| | __/ (_| (_) \ V / 16:22:39 \_____\___/ \__,_|\___|\___\___/ \_/ 16:22:39 Bash-1.0.6 16:22:39 16:22:39 16:22:39 ==> git version 2.25.1 found 16:22:39 ==> 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 16:22:39 Release-Date: 2020-01-08 16:22:39 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 16:22:39 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 16:22:39 ==> Jenkins CI detected. 16:22:39 current dir:  /w/workspace/foundry_device-rfid-llrp-go_main 16:22:39 project root: . 16:22:39 --> token set from env 16:22:39 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:22:39 ==> Running gcov in . (disable via -X gcov) 16:22:39 ==> Python coveragepy not found 16:22:39 ==> Searching for coverage reports in: 16:22:39 + . 16:22:39 -> Found 1 reports 16:22:39 ==> Detecting git/mercurial file structure 16:22:39 ==> Reading reports 16:22:39 + ./coverage.out bytes=460394 16:22:39 ==> Appending adjustments 16:22:39 https://docs.codecov.io/docs/fixing-reports 16:22:39 + Found adjustments 16:22:39 ==> Gzipping contents 16:22:39 52K /tmp/codecov.sWP9Us.gz 16:22:39 ==> Uploading reports 16:22:39 url: https://codecov.io 16:22:39 query: branch=main&commit=15a0269d460efb14f9eb5e7a2dfd5097cbc6281f&build=33&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rfid-llrp-go%2Fjob%2Fmain%2F33%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rfid-llrp-go&service=jenkins&flags=&pr=&job=&cmd_args= 16:22:39 -> Pinging Codecov 16:22:39 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=0703e47f-c946-4a15-b96a-5e99ca1c8fb5&branch=main&commit=15a0269d460efb14f9eb5e7a2dfd5097cbc6281f&build=33&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rfid-llrp-go%2Fjob%2Fmain%2F33%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rfid-llrp-go&service=jenkins&flags=&pr=&job=&cmd_args= 16:22:39 -> Uploading to 16:22:39 https://storage.googleapis.com/codecov/v4/raw/2022-05-15/581DD39554BDF9B6E22D074273EAD858/15a0269d460efb14f9eb5e7a2dfd5097cbc6281f/9b38a317-d097-470d-9c17-762dab83dc3c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220515%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220515T162239Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=10a9e1f566ac417f4634e0aabce7cfaeccbad36450c4a05917c625d9587b79b8 16:22:39 % Total % Received % Xferd Average Speed Time Time Time Current 16:22:39 Dload Upload Total Spent Left Speed 16:22:40 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 51836 0 0 100 51836 0 172k --:--:-- --:--:-- --:--:-- 172k 16:22:40 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-rfid-llrp-go/commit/15a0269d460efb14f9eb5e7a2dfd5097cbc6281f [Pipeline] } 16:22:40 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 16:22:40 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 16:22:40 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:22:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:22:40 16:22:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 16:22:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:22:41 1.410.4: Pulling from edgex-devops/edgex-snyk-go 16:22:41 188c0c94c7c5: Pulling fs layer 16:22:41 0ef7d3d256c8: Pulling fs layer 16:22:41 de9db76c5a1d: Pulling fs layer 16:22:41 0eba1c9be4d2: Pulling fs layer 16:22:41 0d57e429df01: Pulling fs layer 16:22:41 4e4be7b47b0d: Pulling fs layer 16:22:41 e1f770b5df2f: Pulling fs layer 16:22:41 85a0685a4137: Pulling fs layer 16:22:41 0d57e429df01: Waiting 16:22:41 4e4be7b47b0d: Waiting 16:22:41 e1f770b5df2f: Waiting 16:22:41 85a0685a4137: Waiting 16:22:41 0eba1c9be4d2: Waiting 16:22:41 de9db76c5a1d: Download complete 16:22:41 0ef7d3d256c8: Verifying Checksum 16:22:41 0ef7d3d256c8: Download complete 16:22:41 0d57e429df01: Verifying Checksum 16:22:41 0d57e429df01: Download complete 16:22:41 188c0c94c7c5: Verifying Checksum 16:22:41 188c0c94c7c5: Download complete 16:22:41 4e4be7b47b0d: Verifying Checksum 16:22:41 4e4be7b47b0d: Download complete 16:22:41 188c0c94c7c5: Pull complete 16:22:41 e1f770b5df2f: Verifying Checksum 16:22:41 e1f770b5df2f: Download complete 16:22:41 0ef7d3d256c8: Pull complete 16:22:41 de9db76c5a1d: Pull complete 16:22:41 0eba1c9be4d2: Verifying Checksum 16:22:41 0eba1c9be4d2: Download complete 16:22:42 85a0685a4137: Verifying Checksum 16:22:42 85a0685a4137: Download complete 16:22:45 0eba1c9be4d2: Pull complete 16:22:45 0d57e429df01: Pull complete 16:22:45 4e4be7b47b0d: Pull complete 16:22:45 e1f770b5df2f: Pull complete 16:22:48 85a0685a4137: Pull complete 16:22:48 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 16:22:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:22:48 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 16:22:48 prd-ubuntu20.04-docker-8c-8g-63687 does not seem to be running inside a container 16:22:49 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/foundry_device-rfid-llrp-go_main -v /w/workspace/foundry_device-rfid-llrp-go_main:/w/workspace/foundry_device-rfid-llrp-go_main:rw,z -v /w/workspace/foundry_device-rfid-llrp-go_main@tmp:/w/workspace/foundry_device-rfid-llrp-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 16:22:51 $ docker top 4001391a4255f01f45b1dcd6dc472091c67534f65520fccd987340ffee3b784c -eo pid,comm [Pipeline] { [Pipeline] echo 16:22:51 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 16:22:51 + set -o pipefail 16:22:51 + snyk monitor '--org=edgex-jenkins' 16:22:56 16:22:56 Monitoring /w/workspace/foundry_device-rfid-llrp-go_main (github.com/edgexfoundry/device-rfid-llrp-go)... 16:22:56 16:22:56 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8e266e59-5b4d-48a8-830b-753ef23c5713/history/bde25c63-c4f6-4e55-a54a-20bf2dc4b2d1 16:22:56 16:22:56 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 16:22:56 16:22:56 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 16:22:56 16:22:56 [Pipeline] } 16:22:56 $ docker stop --time=1 4001391a4255f01f45b1dcd6dc472091c67534f65520fccd987340ffee3b784c 16:22:59 $ docker rm -f 4001391a4255f01f45b1dcd6dc472091c67534f65520fccd987340ffee3b784c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [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) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:22:59 + git log --format=format:%s -1 15a0269d460efb14f9eb5e7a2dfd5097cbc6281f [Pipeline] sh 16:23:00 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:23:00 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 16:23:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 16:23:00 . [Pipeline] withDockerContainer 16:23:00 prd-ubuntu20.04-docker-8c-8g-63687 does not seem to be running inside a container 16:23:00 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-rfid-llrp-go_main -v /w/workspace/foundry_device-rfid-llrp-go_main:/w/workspace/foundry_device-rfid-llrp-go_main:rw,z -v /w/workspace/foundry_device-rfid-llrp-go_main@tmp:/w/workspace/foundry_device-rfid-llrp-go_main@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:latest cat 16:23:01 $ docker top 9f651be36fb51083025f0c927f09b0f7eb3ebde2a5502b230bcbddf19bfdedf7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:23:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:23:01 [ssh-agent] Looking for ssh-agent implementation... 16:23:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:23:01 $ docker exec 9f651be36fb51083025f0c927f09b0f7eb3ebde2a5502b230bcbddf19bfdedf7 ssh-agent 16:23:01 SSH_AUTH_SOCK=/tmp/ssh-4Y8toyD4MgTM/agent.34 16:23:01 SSH_AGENT_PID=40 16:23:01 Running ssh-add (command line suppressed) 16:23:01 Identity added: /w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_6586687750977726714.key (/w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_6586687750977726714.key) 16:23:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:23:01 + git semver tag 16:23:02 2022-05-15 16:23:02,115 [run_tag] DEBUG tag force:False 16:23:02 2022-05-15 16:23:02,115 [check_head_tag] DEBUG check head tag 16:23:02 2022-05-15 16:23:02,116 [execute] INFO git cat-file --batch-check 16:23:02 2022-05-15 16:23:02,116 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main, universal_newlines=False, shell=None, istream=) 16:23:02 2022-05-15 16:23:02,119 [execute] INFO git cat-file --batch 16:23:02 2022-05-15 16:23:02,120 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main, universal_newlines=False, shell=None, istream=) 16:23:02 2022-05-15 16:23:02,130 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main 16:23:02 2022-05-15 16:23:02,131 [execute] INFO git tag -a v2.1.0-dev.16 -m v2.1.0-dev.16 16:23:02 2022-05-15 16:23:02,131 [execute] DEBUG Popen(['git', 'tag', '-a', 'v2.1.0-dev.16', '-m', 'v2.1.0-dev.16'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main, universal_newlines=False, shell=None, istream=None) 16:23:02 2022-05-15 16:23:02,136 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main 16:23:02 2.1.0-dev.16 [Pipeline] } 16:23:02 $ docker exec --env ******** --env ******** 9f651be36fb51083025f0c927f09b0f7eb3ebde2a5502b230bcbddf19bfdedf7 ssh-agent -k 16:23:02 unset SSH_AUTH_SOCK; 16:23:02 unset SSH_AGENT_PID; 16:23:02 echo Agent pid 40 killed; 16:23:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:23:02 + git semver [Pipeline] } 16:23:02 $ docker stop --time=1 9f651be36fb51083025f0c927f09b0f7eb3ebde2a5502b230bcbddf19bfdedf7 16:23:04 $ docker rm -f 9f651be36fb51083025f0c927f09b0f7eb3ebde2a5502b230bcbddf19bfdedf7 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 16:23:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:23:04 16:23:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 16:23:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:23:04 0.23.1-centos7: Pulling from edgex-lftools 16:23:04 ab5ef0e58194: Pulling fs layer 16:23:04 9712f1f96733: Pulling fs layer 16:23:04 63f879dbbcfc: Pulling fs layer 16:23:04 0d9ebad4ef96: Pulling fs layer 16:23:04 e9a5061849ea: Pulling fs layer 16:23:04 d747dcd14b5f: Pulling fs layer 16:23:04 2de7ff778b66: Pulling fs layer 16:23:04 e9a5061849ea: Waiting 16:23:04 d747dcd14b5f: Waiting 16:23:04 2de7ff778b66: Waiting 16:23:04 0d9ebad4ef96: Waiting 16:23:04 9712f1f96733: Download complete 16:23:05 63f879dbbcfc: Verifying Checksum 16:23:05 63f879dbbcfc: Download complete 16:23:05 e9a5061849ea: Verifying Checksum 16:23:05 e9a5061849ea: Download complete 16:23:05 d747dcd14b5f: Verifying Checksum 16:23:05 d747dcd14b5f: Download complete 16:23:05 ab5ef0e58194: Verifying Checksum 16:23:05 ab5ef0e58194: Download complete 16:23:05 0d9ebad4ef96: Verifying Checksum 16:23:05 0d9ebad4ef96: Download complete 16:23:05 2de7ff778b66: Download complete 16:23:08 ab5ef0e58194: Pull complete 16:23:08 9712f1f96733: Pull complete 16:23:09 63f879dbbcfc: Pull complete 16:23:12 0d9ebad4ef96: Pull complete 16:23:13 e9a5061849ea: Pull complete 16:23:13 d747dcd14b5f: Pull complete 16:23:13 2de7ff778b66: Pull complete 16:23:13 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 16:23:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:23:13 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 16:23:14 prd-ubuntu20.04-docker-8c-8g-63687 does not seem to be running inside a container 16:23:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-rfid-llrp-go_main -v /w/workspace/foundry_device-rfid-llrp-go_main:/w/workspace/foundry_device-rfid-llrp-go_main:rw,z -v /w/workspace/foundry_device-rfid-llrp-go_main@tmp:/w/workspace/foundry_device-rfid-llrp-go_main@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-lftools:0.23.1-centos7 cat 16:23:16 $ docker top 8249d048c9cd7db36b3fd9e28da0367b893a9a8e8374775592d324d92318e2f2 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 16:23:16 provisioning config files... 16:23:16 copy managed file [sigul-config] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config524972614010293153tmp 16:23:16 copy managed file [sigul-password] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config6125725597920336814tmp 16:23:16 copy managed file [sigul-pki] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config3172658064178550898tmp [Pipeline] { [Pipeline] echo 16:23:16 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 16:23:16 ---> sigul-configuration.sh 16:23:16 gpg: directory `/root/.gnupg' created 16:23:16 gpg: new configuration file `/root/.gnupg/gpg.conf' created 16:23:16 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 16:23:16 gpg: keyring `/root/.gnupg/secring.gpg' created 16:23:16 gpg: keyring `/root/.gnupg/pubring.gpg' created 16:23:16 gpg: CAST5 encrypted data 16:23:16 gpg: encrypted with 1 passphrase 16:23:16 gpg: WARNING: message was not integrity protected [Pipeline] sh 16:23:16 + mkdir /home/jenkins 16:23:16 + mkdir /home/jenkins/sigul [Pipeline] sh 16:23:17 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 16:23:17 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 16:23:17 ---> sigul-install.sh 16:23:17 Sigul already installed; skipping installation. [Pipeline] sh 16:23:17 + git tag --list 16:23:17 v0.0.0 16:23:17 v1.0.0 16:23:17 v1.0.0-dev.1 16:23:17 v1.0.0-dev.2 16:23:17 v1.0.0-dev.3 16:23:17 v1.0.0-dev.4 16:23:17 v1.0.0-dev.5 16:23:17 v1.0.0-dev.6 16:23:17 v1.0.0-dev.7 16:23:17 v1.0.0-dev.8 16:23:17 v1.0.0-dev.9 16:23:17 v1.0.1-dev.1 16:23:17 v1.0.1-dev.2 16:23:17 v1.0.1-dev.3 16:23:17 v1.0.1-dev.4 16:23:17 v1.0.1-dev.5 16:23:17 v1.0.1-dev.6 16:23:17 v2.1.0 16:23:17 v2.1.0-dev.1 16:23:17 v2.1.0-dev.10 16:23:17 v2.1.0-dev.11 16:23:17 v2.1.0-dev.12 16:23:17 v2.1.0-dev.13 16:23:17 v2.1.0-dev.14 16:23:17 v2.1.0-dev.15 16:23:17 v2.1.0-dev.16 16:23:17 v2.1.0-dev.2 16:23:17 v2.1.0-dev.3 16:23:17 v2.1.0-dev.4 16:23:17 v2.1.0-dev.5 16:23:17 v2.1.0-dev.6 16:23:17 v2.1.0-dev.7 16:23:17 v2.1.0-dev.8 16:23:17 v2.1.0-dev.9 [Pipeline] sh 16:23:18 + lftools sign git-tag v2.1.0-dev.16 16:23:18 Signing Git tag with Sigul... 16:23:18 Signing v2.1.0-dev.16 [Pipeline] echo 16:23:19 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 16:23:19 ---> sigul-configuration-cleanup.sh [Pipeline] } 16:23:19 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 16:23:19 $ docker stop --time=1 8249d048c9cd7db36b3fd9e28da0367b893a9a8e8374775592d324d92318e2f2 16:23:20 $ docker rm -f 8249d048c9cd7db36b3fd9e28da0367b893a9a8e8374775592d324d92318e2f2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 16:23:21 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:23:21 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 16:23:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 16:23:21 . [Pipeline] withDockerContainer 16:23:21 prd-ubuntu20.04-docker-8c-8g-63687 does not seem to be running inside a container 16:23:21 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-rfid-llrp-go_main -v /w/workspace/foundry_device-rfid-llrp-go_main:/w/workspace/foundry_device-rfid-llrp-go_main:rw,z -v /w/workspace/foundry_device-rfid-llrp-go_main@tmp:/w/workspace/foundry_device-rfid-llrp-go_main@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:latest cat 16:23:22 $ docker top 6848c03759539a3fa7ed36274524a79ec627321f06d0210280d731a50bb0f82f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:23:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:23:22 [ssh-agent] Looking for ssh-agent implementation... 16:23:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:23:22 $ docker exec 6848c03759539a3fa7ed36274524a79ec627321f06d0210280d731a50bb0f82f ssh-agent 16:23:22 SSH_AUTH_SOCK=/tmp/ssh-dhKFqiyxw9Mw/agent.33 16:23:22 SSH_AGENT_PID=39 16:23:22 Running ssh-add (command line suppressed) 16:23:22 Identity added: /w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_861888309742945174.key (/w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_861888309742945174.key) 16:23:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:23:23 + git semver bump pre 16:23:23 2022-05-15 16:23:23,234 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main 16:23:23 2022-05-15 16:23:23,234 [bump_version] DEBUG bumping version:2.1.0-dev.16 on axis:pre with prefix:dev 16:23:23 2022-05-15 16:23:23,234 [bump_version] DEBUG bumped version:2.1.0-dev.17 16:23:23 2022-05-15 16:23:23,234 [write_version] DEBUG write version:2.1.0-dev.17 to path:/w/workspace/foundry_device-rfid-llrp-go_main/.semver/main with force:True 16:23:23 2022-05-15 16:23:23,234 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main 16:23:23 2022-05-15 16:23:23,234 [write_file] DEBUG write to file:/w/workspace/foundry_device-rfid-llrp-go_main/.semver/main 16:23:23 2022-05-15 16:23:23,237 [execute] INFO git cat-file --batch-check 16:23:23 2022-05-15 16:23:23,237 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main/.semver, universal_newlines=False, shell=None, istream=) 16:23:23 2022-05-15 16:23:23,242 [execute] INFO git cat-file --batch 16:23:23 2022-05-15 16:23:23,243 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main/.semver, universal_newlines=False, shell=None, istream=) 16:23:23 2022-05-15 16:23:23,247 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main 16:23:23 2.1.0-dev.17 [Pipeline] } 16:23:23 $ docker exec --env ******** --env ******** 6848c03759539a3fa7ed36274524a79ec627321f06d0210280d731a50bb0f82f ssh-agent -k 16:23:23 unset SSH_AUTH_SOCK; 16:23:23 unset SSH_AGENT_PID; 16:23:23 echo Agent pid 39 killed; 16:23:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:23:23 + git semver [Pipeline] } 16:23:24 $ docker stop --time=1 6848c03759539a3fa7ed36274524a79ec627321f06d0210280d731a50bb0f82f 16:23:25 $ docker rm -f 6848c03759539a3fa7ed36274524a79ec627321f06d0210280d731a50bb0f82f [Pipeline] // withDockerContainer [Pipeline] sh 16:23:25 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:23:25 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 16:23:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 16:23:26 . [Pipeline] withDockerContainer 16:23:26 prd-ubuntu20.04-docker-8c-8g-63687 does not seem to be running inside a container 16:23:26 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-rfid-llrp-go_main -v /w/workspace/foundry_device-rfid-llrp-go_main:/w/workspace/foundry_device-rfid-llrp-go_main:rw,z -v /w/workspace/foundry_device-rfid-llrp-go_main@tmp:/w/workspace/foundry_device-rfid-llrp-go_main@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:latest cat 16:23:26 $ docker top 015ce9d1b14df4e6091fa933f28c47a07baeea0bd20868bb9b5f1a60cff0dbc4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:23:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:23:26 [ssh-agent] Looking for ssh-agent implementation... 16:23:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:23:26 $ docker exec 015ce9d1b14df4e6091fa933f28c47a07baeea0bd20868bb9b5f1a60cff0dbc4 ssh-agent 16:23:26 SSH_AUTH_SOCK=/tmp/ssh-02kK2lmPeziX/agent.35 16:23:26 SSH_AGENT_PID=41 16:23:26 Running ssh-add (command line suppressed) 16:23:27 Identity added: /w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_8182304032791428487.key (/w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_8182304032791428487.key) 16:23:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:23:27 + git semver push 16:23:27 2022-05-15 16:23:27,526 [run_push] DEBUG push 16:23:27 2022-05-15 16:23:27,526 [execute] INFO git push origin semver 16:23:27 2022-05-15 16:23:27,527 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main/.semver, universal_newlines=False, shell=None, istream=None) 16:23:28 2022-05-15 16:23:28,268 [run_push] DEBUG push all version tags 16:23:28 2022-05-15 16:23:28,268 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 16:23:28 2022-05-15 16:23:28,269 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main, universal_newlines=False, shell=None, istream=None) 16:23:29 2022-05-15 16:23:29,075 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main 16:23:29 2.1.0-dev.17 [Pipeline] } 16:23:29 $ docker exec --env ******** --env ******** 015ce9d1b14df4e6091fa933f28c47a07baeea0bd20868bb9b5f1a60cff0dbc4 ssh-agent -k 16:23:29 unset SSH_AUTH_SOCK; 16:23:29 unset SSH_AGENT_PID; 16:23:29 echo Agent pid 41 killed; 16:23:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:23:29 + git semver [Pipeline] } 16:23:29 $ docker stop --time=1 015ce9d1b14df4e6091fa933f28c47a07baeea0bd20868bb9b5f1a60cff0dbc4 16:23:31 $ docker rm -f 015ce9d1b14df4e6091fa933f28c47a07baeea0bd20868bb9b5f1a60cff0dbc4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" 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 16:23:31 + [ -d /w/workspace/foundry_device-rfid-llrp-go_main/archives ] 16:23:31 + ls -al /w/workspace/foundry_device-rfid-llrp-go_main/archives 16:23:31 total 16 16:23:31 drwxr-xr-x 3 root root 4096 May 15 16:14 . 16:23:31 drwxrwxr-x 12 jenkins jenkins 4096 May 15 16:23 .. 16:23:31 drwxr-xr-x 2 root root 4096 May 15 16:14 cost 16:23:31 -rw-r--r-- 1 root root 89 May 15 16:14 cost.csv 16:23:31 + sudo chown -R jenkins:jenkins /w/workspace/foundry_device-rfid-llrp-go_main/archives 16:23:31 + ls -al /w/workspace/foundry_device-rfid-llrp-go_main/archives 16:23:31 total 16 16:23:31 drwxr-xr-x 3 jenkins jenkins 4096 May 15 16:14 . 16:23:31 drwxrwxr-x 12 jenkins jenkins 4096 May 15 16:23 .. 16:23:31 drwxr-xr-x 2 jenkins jenkins 4096 May 15 16:14 cost 16:23:31 -rw-r--r-- 1 jenkins jenkins 89 May 15 16:14 cost.csv [Pipeline] libraryResource [Pipeline] sh 16:23:32 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:23:32 ---> package-listing.sh 16:23:32 ++ facter osfamily 16:23:32 ++ tr '[:upper:]' '[:lower:]' 16:23:33 + OS_FAMILY=debian 16:23:33 + workspace=/w/workspace/foundry_device-rfid-llrp-go_main 16:23:33 + START_PACKAGES=/tmp/packages_start.txt 16:23:33 + END_PACKAGES=/tmp/packages_end.txt 16:23:33 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:23:33 + PACKAGES=/tmp/packages_start.txt 16:23:33 + '[' /w/workspace/foundry_device-rfid-llrp-go_main ']' 16:23:33 + PACKAGES=/tmp/packages_end.txt 16:23:33 + case "${OS_FAMILY}" in 16:23:33 + dpkg -l 16:23:33 + grep '^ii' 16:23:33 + '[' -f /tmp/packages_start.txt ']' 16:23:33 + '[' -f /tmp/packages_end.txt ']' 16:23:33 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:23:33 + '[' /w/workspace/foundry_device-rfid-llrp-go_main ']' 16:23:33 + mkdir -p /w/workspace/foundry_device-rfid-llrp-go_main/archives/ 16:23:33 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-rfid-llrp-go_main/archives/ [Pipeline] echo 16:23:33 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/foundry_device-rfid-llrp-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 16:23:33 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 16:23:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:23:34 . [Pipeline] withDockerContainer 16:23:34 prd-ubuntu20.04-docker-8c-8g-63687 does not seem to be running inside a container 16:23:34 $ 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/foundry_device-rfid-llrp-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/foundry_device-rfid-llrp-go_main -v /w/workspace/foundry_device-rfid-llrp-go_main:/w/workspace/foundry_device-rfid-llrp-go_main:rw,z -v /w/workspace/foundry_device-rfid-llrp-go_main@tmp:/w/workspace/foundry_device-rfid-llrp-go_main@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-lftools-log-publisher:latest cat 16:23:34 $ docker top 4fcd9fa57a92ae1aca0925fcd60cbc967347ba2a81760fa08e03bc26b5c683d8 -eo pid,comm [Pipeline] { [Pipeline] sh 16:23:34 + touch /tmp/pre-build-complete [Pipeline] sh 16:23:35 + mkdir -p /var/log/sysstat [Pipeline] sh 16:23:35 + ls /var/log/sa-host 16:23:35 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:23:35 provisioning config files... 16:23:35 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config3432393486993744537tmp [Pipeline] { [Pipeline] echo 16:23:35 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:23:35 ---> create-netrc.sh [Pipeline] } 16:23:35 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 16:23:36 ---> python-tools-install.sh [Pipeline] echo 16:23:36 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:23:36 ---> sudo-logs.sh 16:23:36 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 16:23:36 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:23:36 ---> job-cost.sh 16:23:36 lf-activate-venv: SKIPPING 16:23:36 DEBUG: total: 0.2199999988079071 16:23:36 INFO: Retrieving Stack Cost... 16:23:37 INFO: Retrieving Pricing Info for: v3-standard-8 16:23:37 INFO: Archiving Costs [Pipeline] echo 16:23:37 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:23:37 ---> logs-deploy.sh 16:23:37 lf-activate-venv: SKIPPING 16:23:37 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rfid-llrp-go/main/33 16:23:37 INFO: archiving workspace using pattern(s): 16:23:38 Archives upload complete. 16:23:38 INFO: archiving logs to Nexus