Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 083fa2f723157b55da528870f81b1571d9ee15b2 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-ssh10288857813628077777.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 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-ssh4577944767678898594.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 a0327f913308fcf13875ae7a2d6e6099471c5ff1 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/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.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/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh18417624675890588933.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a0327f913308fcf13875ae7a2d6e6099471c5ff1 # timeout=10 Commit message: "fix: dry-run use case (#441)" > 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 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-ssh10841383639386284774.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rfid-llrp-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.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/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh7428308572363120671.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-rfid-llrp-go, buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-rfid-llrp-go-settings PROJECT: device-rfid-llrp-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-rfid-llrp DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-4557 in /w/workspace/foundry_device-rfid-llrp-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-rfid-llrp-go.git > git init /w/workspace/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 Avoid second fetch Checking out Revision 083fa2f723157b55da528870f81b1571d9ee15b2 (main) > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 083fa2f723157b55da528870f81b1571d9ee15b2 # timeout=10 Commit message: "Merge pull request #244 from FelixTing/update-sdk" > git rev-list --no-walk 2324491fcd83c67259ed47f9c53b07eaebff8e42 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 10:57:44 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:57:44 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:57:44 ========================================================= 10:57:44 EdgeX Global Pipelines Version Info 10:57:44 ========================================================= [Pipeline] libraryResource [Pipeline] sh 10:57:45 ------------------- 10:57:45 stable info: 10:57:45 ------------------- 10:57:45 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:57:45 Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 10:57:45 Message: update stable to v1.0.253 10:57:45 ------------------- 10:57:45 experimental info: 10:57:45 ------------------- 10:57:45 Commited By: **** collab-it+edgex@linuxfoundation.org 10:57:45 Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 10:57:45 Message: update experimental to v1.0.253 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:57:45 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rfid-llrp-go-settings [Pipeline] echo 10:57:45 [edgeXSetupEnvironment]: set envvar PROJECT = device-rfid-llrp-go [Pipeline] echo 10:57:45 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 10:57:45 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 10:57:45 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 10:57:45 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 10:57:45 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 10:57:45 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 10:57:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 10:57:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 10:57:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 10:57:46 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rfid-llrp [Pipeline] echo 10:57:46 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 10:57:46 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 10:57:46 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 10:57:46 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 10:57:46 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 10:57:46 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 10:57:46 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 10:57:46 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 10:57:46 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 10:57:46 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 10:57:46 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 10:57:46 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 10:57:46 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 10:57:46 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 10:57:46 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 10:57:46 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 10:57:46 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 10:57:46 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 10:57:46 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 083fa2f723157b55da528870f81b1571d9ee15b2 [Pipeline] echo 10:57:46 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 083fa2f [Pipeline] echo 10:57:46 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:57:46 provisioning config files... 10:57:46 copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config3877609325848869906tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:57:46 ---> docker-login.sh 10:57:46 nexus3.edgexfoundry.org:10001 10:57:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:57:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:57:46 Configure a credential helper to remove this warning. See 10:57:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:57:46 10:57:46 Login Succeeded 10:57:46 nexus3.edgexfoundry.org:10002 10:57:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:57:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:57:47 Configure a credential helper to remove this warning. See 10:57:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:57:47 10:57:47 Login Succeeded 10:57:47 nexus3.edgexfoundry.org:10003 10:57:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:57:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:57:47 Configure a credential helper to remove this warning. See 10:57:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:57:47 10:57:47 Login Succeeded 10:57:47 nexus3.edgexfoundry.org:10004 10:57:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:57:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:57:47 Configure a credential helper to remove this warning. See 10:57:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:57:47 10:57:47 Login Succeeded 10:57:47 docker.io 10:57:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:57:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:57:47 Configure a credential helper to remove this warning. See 10:57:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:57:47 10:57:47 Login Succeeded 10:57:47 ---> docker-login.sh ends [Pipeline] } 10:57:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 10:57:48 + git rev-list -1 --merges 083fa2f723157b55da528870f81b1571d9ee15b2~1..083fa2f723157b55da528870f81b1571d9ee15b2 [Pipeline] echo 10:57:48 -----------> git rev-list -1 --merges 083fa2f723157b55da528870f81b1571d9ee15b2~1..083fa2f723157b55da528870f81b1571d9ee15b2 083fa2f723157b55da528870f81b1571d9ee15b2 10:57:48 083fa2f723157b55da528870f81b1571d9ee15b2 [false] [Pipeline] sh 10:57:48 + git log --format=format:%s -1 083fa2f723157b55da528870f81b1571d9ee15b2 [Pipeline] echo 10:57:48 ========================================================= 10:57:48 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 10:57:48 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:57:48 + git log --format=format:%s -1 083fa2f723157b55da528870f81b1571d9ee15b2 [Pipeline] echo 10:57:48 [semverPrep] GIT_COMMIT: 083fa2f723157b55da528870f81b1571d9ee15b2, Commit Message: Merge pull request #244 from FelixTing/update-sdk [Pipeline] echo 10:57:48 [semverPrep] This is not a build commit. [Pipeline] sh 10:57:49 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 10:57:49 + grep -v github /etc/ssh/ssh_known_hosts 10:57:49 + [ -e /tmp/ssh_known_hosts ] 10:57:49 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 10:57:49 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 10:57:49 + sudo tee -a /etc/ssh/ssh_known_hosts 10:57:49 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:57:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:57:49 10:57:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:57:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:57:49 0.1.4: Pulling from edgex-devops/py-git-semver 10:57:49 b85a868b505f: Pulling fs layer 10:57:49 e2be974225ed: Pulling fs layer 10:57:49 339a4e72a1f5: Pulling fs layer 10:57:49 988bab9f4d93: Pulling fs layer 10:57:49 1469e6f7b9e6: Pulling fs layer 10:57:49 eaf3925da568: Pulling fs layer 10:57:49 bab4dde63d76: Pulling fs layer 10:57:49 bde34c3a00c8: Pulling fs layer 10:57:49 b352a97aabf1: Pulling fs layer 10:57:49 4872d77fe225: Pulling fs layer 10:57:49 5851b861e8e6: Pulling fs layer 10:57:49 988bab9f4d93: Waiting 10:57:49 1469e6f7b9e6: Waiting 10:57:49 eaf3925da568: Waiting 10:57:49 bab4dde63d76: Waiting 10:57:49 bde34c3a00c8: Waiting 10:57:49 b352a97aabf1: Waiting 10:57:49 4872d77fe225: Waiting 10:57:49 5851b861e8e6: Waiting 10:57:49 e2be974225ed: Verifying Checksum 10:57:49 e2be974225ed: Download complete 10:57:49 988bab9f4d93: Download complete 10:57:50 1469e6f7b9e6: Verifying Checksum 10:57:50 1469e6f7b9e6: Download complete 10:57:50 339a4e72a1f5: Verifying Checksum 10:57:50 339a4e72a1f5: Download complete 10:57:50 eaf3925da568: Verifying Checksum 10:57:50 eaf3925da568: Download complete 10:57:50 bde34c3a00c8: Download complete 10:57:50 b352a97aabf1: Download complete 10:57:50 4872d77fe225: Download complete 10:57:50 5851b861e8e6: Download complete 10:57:50 b85a868b505f: Verifying Checksum 10:57:50 b85a868b505f: Download complete 10:57:50 bab4dde63d76: Verifying Checksum 10:57:50 bab4dde63d76: Download complete 10:57:51 b85a868b505f: Pull complete 10:57:51 e2be974225ed: Pull complete 10:57:52 339a4e72a1f5: Pull complete 10:57:52 988bab9f4d93: Pull complete 10:57:52 1469e6f7b9e6: Pull complete 10:57:52 eaf3925da568: Pull complete 10:57:54 bab4dde63d76: Pull complete 10:57:54 bde34c3a00c8: Pull complete 10:57:54 b352a97aabf1: Pull complete 10:57:54 4872d77fe225: Pull complete 10:57:54 5851b861e8e6: Pull complete 10:57:54 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 10:57:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:57:54 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:57:54 prd-ubuntu20.04-docker-8c-8g-4557 does not seem to be running inside a container 10:57:54 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 10:58:02 $ docker top 9dc1af97d8dc3003da16f44c5d36fe787432bc64ff8c12664631a92579ad2394 -eo pid,comm 10:58:02 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). 10:58:02 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:58:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:58:02 [ssh-agent] Looking for ssh-agent implementation... 10:58:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:58:02 $ docker exec 9dc1af97d8dc3003da16f44c5d36fe787432bc64ff8c12664631a92579ad2394 ssh-agent 10:58:02 SSH_AUTH_SOCK=/tmp/ssh-sEKvnb2TWrCa/agent.15 10:58:02 SSH_AGENT_PID=21 10:58:02 Running ssh-add (command line suppressed) 10:58:02 Identity added: /w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_16644379627086733359.key (/w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_16644379627086733359.key) 10:58:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:58:02 + git tag --points-at HEAD [Pipeline] } 10:58:02 $ docker exec --env ******** --env ******** 9dc1af97d8dc3003da16f44c5d36fe787432bc64ff8c12664631a92579ad2394 ssh-agent -k 10:58:03 unset SSH_AUTH_SOCK; 10:58:03 unset SSH_AGENT_PID; 10:58:03 echo Agent pid 21 killed; 10:58:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 10:58:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:58:03 [ssh-agent] Looking for ssh-agent implementation... 10:58:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:58:03 $ docker exec 9dc1af97d8dc3003da16f44c5d36fe787432bc64ff8c12664631a92579ad2394 ssh-agent 10:58:03 SSH_AUTH_SOCK=/tmp/ssh-1bgSl8vY9rqE/agent.53 10:58:03 SSH_AGENT_PID=72 10:58:03 Running ssh-add (command line suppressed) 10:58:03 Identity added: /w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_11149839155968196611.key (/w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_11149839155968196611.key) 10:58:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:58:03 + git semver init 10:58:04 2023-08-25 10:58:03,926 [run_init] DEBUG init version:0.0.0 force:False 10:58:04 2023-08-25 10:58:03,926 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/foundry_device-rfid-llrp-go_main/.semver 10:58:04 2023-08-25 10:58:03,927 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rfid-llrp-go.git /w/workspace/foundry_device-rfid-llrp-go_main/.semver 10:58:04 2023-08-25 10:58:03,927 [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) 10:58:04 2023-08-25 10:58:04,939 [append_file] DEBUG append to file:/w/workspace/foundry_device-rfid-llrp-go_main/.git/info/exclude 10:58:04 2023-08-25 10:58:04,940 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/foundry_device-rfid-llrp-go_main/.semver/main with force:False 10:58:04 2023-08-25 10:58:04,940 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main 10:58:04 2023-08-25 10:58:04,940 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main 10:58:04 3.1.0-dev.3 [Pipeline] } 10:58:05 $ docker exec --env ******** --env ******** 9dc1af97d8dc3003da16f44c5d36fe787432bc64ff8c12664631a92579ad2394 ssh-agent -k 10:58:05 unset SSH_AUTH_SOCK; 10:58:05 unset SSH_AGENT_PID; 10:58:05 echo Agent pid 72 killed; 10:58:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:58:05 + git semver [Pipeline] } 10:58:05 $ docker stop --time=1 9dc1af97d8dc3003da16f44c5d36fe787432bc64ff8c12664631a92579ad2394 10:58:07 $ docker rm -f --volumes 9dc1af97d8dc3003da16f44c5d36fe787432bc64ff8c12664631a92579ad2394 [Pipeline] // withDockerContainer [Pipeline] sh 10:58:08 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 10:58:08 Stashed 1 file(s) [Pipeline] echo 10:58:08 [edgeXSemver]: initialized semver on version 3.1.0-dev.3 [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 10:58:08 provisioning config files... 10:58:08 copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config4726199438829097787tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:58:08 ---> docker-login.sh 10:58:08 nexus3.edgexfoundry.org:10001 10:58:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:58:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:58:08 Configure a credential helper to remove this warning. See 10:58:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:58:08 10:58:08 Login Succeeded 10:58:08 nexus3.edgexfoundry.org:10002 10:58:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:58:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:58:08 Configure a credential helper to remove this warning. See 10:58:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:58:08 10:58:08 Login Succeeded 10:58:08 nexus3.edgexfoundry.org:10003 10:58:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:58:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:58:09 Configure a credential helper to remove this warning. See 10:58:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:58:09 10:58:09 Login Succeeded 10:58:09 nexus3.edgexfoundry.org:10004 10:58:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:58:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:58:09 Configure a credential helper to remove this warning. See 10:58:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:58:09 10:58:09 Login Succeeded 10:58:09 docker.io 10:58:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:58:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:58:09 Configure a credential helper to remove this warning. See 10:58:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:58:09 10:58:09 Login Succeeded 10:58:09 ---> docker-login.sh ends [Pipeline] } 10:58:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 10:58:09 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 10:58:09 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 10:58:09 ========================================================= 10:58:09 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 10:58:09 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:58:09 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . 10:58:09 Sending build context to Docker daemon 4.302MB 10:58:09 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 10:58:09 Step 2/12 : FROM ${BASE} AS builder 10:58:10 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 10:58:10 4db1b89c0bd1: Pulling fs layer 10:58:10 6911f1a30b25: Pulling fs layer 10:58:10 e194b8c5c2a9: Pulling fs layer 10:58:10 6863d3e3a2b1: Pulling fs layer 10:58:10 ec0bb842ea78: Pulling fs layer 10:58:10 40a00589a448: Pulling fs layer 10:58:10 6c08303d61cc: Pulling fs layer 10:58:10 798269fcf238: Pulling fs layer 10:58:10 6863d3e3a2b1: Waiting 10:58:10 ec0bb842ea78: Waiting 10:58:10 40a00589a448: Waiting 10:58:10 6c08303d61cc: Waiting 10:58:10 798269fcf238: Waiting 10:58:10 6911f1a30b25: Verifying Checksum 10:58:10 6911f1a30b25: Download complete 10:58:10 6863d3e3a2b1: Verifying Checksum 10:58:10 6863d3e3a2b1: Download complete 10:58:10 ec0bb842ea78: Verifying Checksum 10:58:10 ec0bb842ea78: Download complete 10:58:10 4db1b89c0bd1: Verifying Checksum 10:58:10 4db1b89c0bd1: Download complete 10:58:10 40a00589a448: Verifying Checksum 10:58:10 40a00589a448: Download complete 10:58:11 4db1b89c0bd1: Pull complete 10:58:11 798269fcf238: Verifying Checksum 10:58:11 798269fcf238: Download complete 10:58:11 e194b8c5c2a9: Verifying Checksum 10:58:11 e194b8c5c2a9: Download complete 10:58:11 6c08303d61cc: Verifying Checksum 10:58:11 6c08303d61cc: Download complete 10:58:11 6911f1a30b25: Pull complete 10:58:15 e194b8c5c2a9: Pull complete 10:58:15 6863d3e3a2b1: Pull complete 10:58:15 ec0bb842ea78: Pull complete 10:58:15 40a00589a448: Pull complete 10:58:19 6c08303d61cc: Pull complete 10:58:20 798269fcf238: Pull complete 10:58:20 Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 10:58:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 10:58:20 ---> ec979cd7f677 10:58:20 Step 3/12 : ARG ADD_BUILD_TAGS="" 10:58:23 Still waiting to schedule task 10:58:23 ‘prd-ubuntu20.04-docker-arm64-4c-16g-4560’ is offline 10:58:35 ---> Running in ac087136efea 10:58:35 Removing intermediate container ac087136efea 10:58:35 ---> b7b3cfbf3ae3 10:58:35 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 10:58:35 ---> Running in 7580dc526f41 10:58:36 Removing intermediate container 7580dc526f41 10:58:36 ---> 700ed7eaef8e 10:58:36 Step 5/12 : ARG ALPINE_PKG_BASE="make git" 10:58:36 ---> Running in ff6496b9a35f 10:58:37 Removing intermediate container ff6496b9a35f 10:58:37 ---> a6a8722ca328 10:58:37 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 10:58:37 ---> Running in 52e13f369b29 10:58:38 Removing intermediate container 52e13f369b29 10:58:38 ---> c0b490f9fd17 10:58:38 Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 10:58:38 ---> Running in 5f0b5eb4caed 10:58:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 10:58:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 10:58:40 OK: 265 MiB in 53 packages 10:58:42 Removing intermediate container 5f0b5eb4caed 10:58:42 ---> 352fc7e75dce 10:58:42 Step 8/12 : WORKDIR /app 10:58:42 ---> Running in e75bfd4f6353 10:58:42 Removing intermediate container e75bfd4f6353 10:58:42 ---> f1a00df68a70 10:58:42 Step 9/12 : COPY go.mod vendor* ./ 10:58:42 ---> c551143fd299 10:58:42 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:58:43 ---> Running in 2c07895e4347 10:59:22 Removing intermediate container 2c07895e4347 10:59:22 ---> d481dcb13168 10:59:22 Step 11/12 : COPY . . 10:59:22 ---> 78a4dcbaf152 10:59:22 Step 12/12 : RUN $MAKE 10:59:22 ---> Running in 6c795808697e 10:59:22 noop 10:59:23 Removing intermediate container 6c795808697e 10:59:23 ---> 90513ae5ce9b 10:59:23 Successfully built 90513ae5ce9b 10:59:23 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:59:23 + docker inspect -f . ci-base-image-x86_64 10:59:23 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:59:23 prd-ubuntu20.04-docker-8c-8g-4557 does not seem to be running inside a container 10:59:23 $ 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 ******** -e ******** ci-base-image-x86_64 cat 10:59:23 $ docker top 39bb8d21558d012203a196b1ae5bd275efc56f0d0fc4ebfc7ffdbb7cf7fe8cbb -eo pid,comm [Pipeline] { [Pipeline] sh 10:59:24 + go version 10:59:24 go version go1.20.6 linux/amd64 [Pipeline] } 10:59:24 $ docker stop --time=1 39bb8d21558d012203a196b1ae5bd275efc56f0d0fc4ebfc7ffdbb7cf7fe8cbb 10:59:25 $ docker rm -f --volumes 39bb8d21558d012203a196b1ae5bd275efc56f0d0fc4ebfc7ffdbb7cf7fe8cbb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:59:25 + docker inspect -f . ci-base-image-x86_64 10:59:25 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:59:25 prd-ubuntu20.04-docker-8c-8g-4557 does not seem to be running inside a container 10:59:25 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -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 ******** -e ******** ci-base-image-x86_64 cat 10:59:26 $ docker top 1c0fc724ecca2ba1824c31233f659bf007b59de82a1d0cb02aae0fd088163a31 -eo pid,comm [Pipeline] { [Pipeline] sh 10:59:26 + git config --global --add safe.directory /w/workspace/foundry_device-rfid-llrp-go_main [Pipeline] fileExists [Pipeline] sh 10:59:26 + make test 10:59:26 go test ./... -coverprofile=coverage.out ./... 10:59:31 ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] 10:59:43 ? github.com/edgexfoundry/device-rfid-llrp-go/cmd [no test files] 10:59:43 ? github.com/edgexfoundry/device-rfid-llrp-go/cmd/llrp [no test files] 10:59:45 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/driver 3.648s coverage: 40.6% of statements 10:59:45 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.245s coverage: 51.9% of statements 10:59:45 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.008s coverage: 95.5% of statements 10:59:54 go vet ./... 10:59:58 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 10:59:58 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 10:59:58 ./bin/test-attribution-txt.sh [Pipeline] echo 10:59:58 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 10:59:58 $ docker stop --time=1 1c0fc724ecca2ba1824c31233f659bf007b59de82a1d0cb02aae0fd088163a31 11:00:03 $ docker rm -f --volumes 1c0fc724ecca2ba1824c31233f659bf007b59de82a1d0cb02aae0fd088163a31 [Pipeline] // withDockerContainer [Pipeline] sh 11:00:03 + sudo chown -R jenkins:jenkins . [Pipeline] stash 11:00:04 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 11:00:04 + sudo chown -R jenkins:jenkins . [Pipeline] sh 11:00:04 + ls -al . 11:00:04 total 644 11:00:04 drwxrwxr-x 11 jenkins jenkins 4096 Aug 25 10:59 . 11:00:04 drwxrwxr-x 4 jenkins jenkins 4096 Aug 25 10:57 .. 11:00:04 -rw-rw-r-- 1 jenkins jenkins 134 Aug 25 10:57 .dockerignore 11:00:04 drwxrwxr-x 8 jenkins jenkins 4096 Aug 25 10:58 .git 11:00:04 drwxrwxr-x 3 jenkins jenkins 4096 Aug 25 10:57 .github 11:00:04 -rw-rw-r-- 1 jenkins jenkins 946 Aug 25 10:57 .gitignore 11:00:04 -rw-rw-r-- 1 jenkins jenkins 41 Aug 25 10:57 .golangci.yml 11:00:04 drwxr-xr-x 3 jenkins jenkins 4096 Aug 25 10:58 .semver 11:00:04 -rw-rw-r-- 1 jenkins jenkins 11980 Aug 25 10:57 Attribution.txt 11:00:04 -rw-rw-r-- 1 jenkins jenkins 10365 Aug 25 10:57 CHANGELOG.md 11:00:04 -rw-rw-r-- 1 jenkins jenkins 1347 Aug 25 10:57 Dockerfile 11:00:04 -rw-rw-r-- 1 jenkins jenkins 677 Aug 25 10:57 GOVERNANCE.md 11:00:04 -rw-rw-r-- 1 jenkins jenkins 683 Aug 25 10:57 Jenkinsfile 11:00:04 -rw-rw-r-- 1 jenkins jenkins 11347 Aug 25 10:57 LICENSE 11:00:04 -rw-rw-r-- 1 jenkins jenkins 2179 Aug 25 10:57 Makefile 11:00:04 -rw-rw-r-- 1 jenkins jenkins 625 Aug 25 10:57 OWNERS.md 11:00:04 -rw-rw-r-- 1 jenkins jenkins 29016 Aug 25 10:57 README.md 11:00:04 -rw-rw-r-- 1 jenkins jenkins 11 Aug 25 10:58 VERSION 11:00:04 drwxrwxr-x 2 jenkins jenkins 4096 Aug 25 10:57 bin 11:00:04 drwxrwxr-x 4 jenkins jenkins 4096 Aug 25 10:57 cmd 11:00:04 -rw-r--r-- 1 jenkins jenkins 459493 Aug 25 10:59 coverage.out 11:00:04 drwxrwxr-x 2 jenkins jenkins 4096 Aug 25 10:57 examples 11:00:04 -rw-rw-r-- 1 jenkins jenkins 3876 Aug 25 10:57 go.mod 11:00:04 -rw-rw-r-- 1 jenkins jenkins 33758 Aug 25 10:57 go.sum 11:00:04 drwxrwxr-x 2 jenkins jenkins 4096 Aug 25 10:57 images 11:00:04 drwxrwxr-x 5 jenkins jenkins 4096 Aug 25 10:57 internal 11:00:04 drwxrwxr-x 4 jenkins jenkins 4096 Aug 25 10:57 snap 11:00:04 -rw-rw-r-- 1 jenkins jenkins 193 Aug 25 10:57 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:05 + 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=083fa2f723157b55da528870f81b1571d9ee15b2 --label arch=amd64 --label version=3.1.0-dev.3 . 11:00:05 Sending build context to Docker daemon 4.302MB 11:00:05 Step 1/24 : ARG BASE=golang:1.20-alpine3.17 11:00:05 Step 2/24 : FROM ${BASE} AS builder 11:00:05 ---> 90513ae5ce9b 11:00:05 Step 3/24 : ARG ADD_BUILD_TAGS="" 11:00:05 ---> Running in 695fc3dfb42a 11:00:05 Removing intermediate container 695fc3dfb42a 11:00:05 ---> 046770ddea5a 11:00:05 Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 11:00:05 ---> Running in 4d00c82544c6 11:00:05 Removing intermediate container 4d00c82544c6 11:00:05 ---> 20be34080c86 11:00:05 Step 5/24 : ARG ALPINE_PKG_BASE="make git" 11:00:05 ---> Running in 0f08053c8488 11:00:05 Removing intermediate container 0f08053c8488 11:00:05 ---> fa4b4f27ca71 11:00:05 Step 6/24 : ARG ALPINE_PKG_EXTRA="" 11:00:05 ---> Running in d91708f8912e 11:00:05 Removing intermediate container d91708f8912e 11:00:05 ---> 0371392fc2d0 11:00:05 Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:00:05 ---> Running in 8b29ceaa3c00 11:00:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 11:00:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 11:00:06 OK: 265 MiB in 53 packages 11:00:09 Removing intermediate container 8b29ceaa3c00 11:00:09 ---> fec2df4493ae 11:00:09 Step 8/24 : WORKDIR /app 11:00:10 ---> Running in 7e2b2c939b4e 11:00:11 Removing intermediate container 7e2b2c939b4e 11:00:11 ---> ff90f53a6ff8 11:00:11 Step 9/24 : COPY go.mod vendor* ./ 11:00:12 ---> 5a99487e1e63 11:00:12 Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:00:13 ---> Running in 03881b499115 11:00:17 Removing intermediate container 03881b499115 11:00:17 ---> 2cde07d72cee 11:00:17 Step 11/24 : COPY . . 11:00:17 ---> 2e34daad1962 11:00:17 Step 12/24 : RUN $MAKE 11:00:17 ---> Running in b97f9aa48893 11:00:17 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-rfid-llrp-go.Version=3.1.0-dev.3 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.1.0-dev.16" -trimpath -mod=readonly -o cmd/device-rfid-llrp ./cmd 11:00:41 Removing intermediate container b97f9aa48893 11:00:41 ---> f532530e23f4 11:00:41 Step 13/24 : FROM alpine:3.17 11:00:41 3.17: Pulling from library/alpine 11:00:41 9398808236ff: Pulling fs layer 11:00:41 9398808236ff: Verifying Checksum 11:00:41 9398808236ff: Download complete 11:00:41 9398808236ff: Pull complete 11:00:41 Digest: sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 11:00:41 Status: Downloaded newer image for alpine:3.17 11:00:41 ---> 1e0b8b5322fc 11:00:41 Step 14/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 11:00:41 ---> Running in 5e2d4083c695 11:00:41 Removing intermediate container 5e2d4083c695 11:00:41 ---> 9a21be488db2 11:00:41 Step 15/24 : RUN apk add --update --no-cache dumb-init 11:00:41 ---> Running in 3a2ea782d351 11:00:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 11:00:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 11:00:42 (1/1) Installing dumb-init (1.2.5-r2) 11:00:42 Executing busybox-1.35.0-r29.trigger 11:00:42 OK: 7 MiB in 16 packages 11:00:42 Removing intermediate container 3a2ea782d351 11:00:42 ---> 76d2367dcc08 11:00:42 Step 16/24 : COPY --from=builder /app/LICENSE / 11:00:43 ---> 3047549a7366 11:00:43 Step 17/24 : COPY --from=builder /app/Attribution.txt / 11:00:43 ---> 9a28f2e0d6d6 11:00:43 Step 18/24 : COPY --from=builder /app/cmd/ / 11:00:44 ---> 6cf129910024 11:00:44 Step 19/24 : EXPOSE 59989 11:00:44 ---> Running in c61879dc9274 11:00:44 Removing intermediate container c61879dc9274 11:00:44 ---> d1341ed63469 11:00:44 Step 20/24 : ENTRYPOINT ["/device-rfid-llrp"] 11:00:44 ---> Running in aa8021e6d62e 11:00:44 Removing intermediate container aa8021e6d62e 11:00:44 ---> 46119076e0cc 11:00:44 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 11:00:44 ---> Running in 2633138642c5 11:00:44 Removing intermediate container 2633138642c5 11:00:44 ---> a65da73e46d8 11:00:44 Step 22/24 : LABEL arch=amd64 11:00:44 ---> Running in 2ef28aa07170 11:00:44 Removing intermediate container 2ef28aa07170 11:00:44 ---> 2023a315dbc4 11:00:44 Step 23/24 : LABEL git_sha=083fa2f723157b55da528870f81b1571d9ee15b2 11:00:44 ---> Running in c988c2b9b1cb 11:00:44 Removing intermediate container c988c2b9b1cb 11:00:44 ---> 8e927f132fd0 11:00:44 Step 24/24 : LABEL version=3.1.0-dev.3 11:00:44 ---> Running in 876a0fa50878 11:00:44 Removing intermediate container 876a0fa50878 11:00:44 ---> e79166ee84a0 11:00:44 [Warning] One or more build-args [ARCH] were not consumed 11:00:44 Successfully built e79166ee84a0 11:00:44 Successfully tagged device-rfid-llrp:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:00:45 provisioning config files... 11:00:45 copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config350693860045499614tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:00:45 ---> docker-login.sh 11:00:45 nexus3.edgexfoundry.org:10001 11:00:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:00:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:00:45 Configure a credential helper to remove this warning. See 11:00:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:00:45 11:00:45 Login Succeeded 11:00:45 nexus3.edgexfoundry.org:10002 11:00:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:00:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:00:45 Configure a credential helper to remove this warning. See 11:00:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:00:45 11:00:45 Login Succeeded 11:00:45 nexus3.edgexfoundry.org:10003 11:00:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:00:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:00:45 Configure a credential helper to remove this warning. See 11:00:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:00:45 11:00:45 Login Succeeded 11:00:45 nexus3.edgexfoundry.org:10004 11:00:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:00:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:00:45 Configure a credential helper to remove this warning. See 11:00:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:00:45 11:00:45 Login Succeeded 11:00:45 docker.io 11:00:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:00:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:00:45 Configure a credential helper to remove this warning. See 11:00:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:00:45 11:00:45 Login Succeeded 11:00:45 ---> docker-login.sh ends [Pipeline] } 11:00:45 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:00:45 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 11:00:45 [edgeXDocker.push] Tagging docker image device-rfid-llrp with the following tags: 11:00:45 083fa2f723157b55da528870f81b1571d9ee15b2 11:00:45 latest 11:00:45 3.1.0-dev.3 11:00:45 083fa2f723157b55da528870f81b1571d9ee15b2-3.1.0-dev.3 11:00:45 main 11:00:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:46 + docker tag device-rfid-llrp nexus3.edgexfoundry.org:10004/device-rfid-llrp:083fa2f723157b55da528870f81b1571d9ee15b2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:46 + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp:083fa2f723157b55da528870f81b1571d9ee15b2 11:00:46 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp] 11:00:46 1299bada9c41: Preparing 11:00:46 866dd21709c3: Preparing 11:00:46 e8ad874aaae3: Preparing 11:00:46 a4622c1f7d54: Preparing 11:00:46 36b50b131297: Preparing 11:00:46 a4622c1f7d54: Pushed 11:00:46 866dd21709c3: Pushed 11:00:46 e8ad874aaae3: Pushed 11:00:46 36b50b131297: Layer already exists 11:00:49 1299bada9c41: Pushed 11:00:49 083fa2f723157b55da528870f81b1571d9ee15b2: digest: sha256:9083e6a17f6f832f0c56e3cc4794c5417e97616b05e95ed138df0d933820c5e0 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:50 + docker tag device-rfid-llrp nexus3.edgexfoundry.org:10004/device-rfid-llrp:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:50 + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp:latest 11:00:50 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp] 11:00:50 1299bada9c41: Preparing 11:00:50 866dd21709c3: Preparing 11:00:50 e8ad874aaae3: Preparing 11:00:50 a4622c1f7d54: Preparing 11:00:50 36b50b131297: Preparing 11:00:50 e8ad874aaae3: Layer already exists 11:00:50 36b50b131297: Layer already exists 11:00:50 1299bada9c41: Layer already exists 11:00:50 a4622c1f7d54: Layer already exists 11:00:50 866dd21709c3: Layer already exists 11:00:50 latest: digest: sha256:9083e6a17f6f832f0c56e3cc4794c5417e97616b05e95ed138df0d933820c5e0 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:50 Running on prd-ubuntu20.04-docker-arm64-4c-16g-4562 in /w/workspace/foundry_device-rfid-llrp-go_main [Pipeline] { [Pipeline] ws 11:00:50 Running in /w/workspace/device-rfid-llrp-go/106 [Pipeline] { [Pipeline] checkout 11:00:50 The recommended git tool is: git 11:00:50 + docker tag device-rfid-llrp nexus3.edgexfoundry.org:10004/device-rfid-llrp:3.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:51 + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp:3.1.0-dev.3 11:00:51 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp] 11:00:51 1299bada9c41: Preparing 11:00:51 866dd21709c3: Preparing 11:00:51 e8ad874aaae3: Preparing 11:00:51 a4622c1f7d54: Preparing 11:00:51 36b50b131297: Preparing 11:00:51 e8ad874aaae3: Layer already exists 11:00:51 1299bada9c41: Layer already exists 11:00:51 866dd21709c3: Layer already exists 11:00:51 36b50b131297: Layer already exists 11:00:51 a4622c1f7d54: Layer already exists 11:00:51 3.1.0-dev.3: digest: sha256:9083e6a17f6f832f0c56e3cc4794c5417e97616b05e95ed138df0d933820c5e0 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:51 + docker tag device-rfid-llrp nexus3.edgexfoundry.org:10004/device-rfid-llrp:083fa2f723157b55da528870f81b1571d9ee15b2-3.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:51 + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp:083fa2f723157b55da528870f81b1571d9ee15b2-3.1.0-dev.3 11:00:51 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp] 11:00:51 1299bada9c41: Preparing 11:00:51 866dd21709c3: Preparing 11:00:51 e8ad874aaae3: Preparing 11:00:51 a4622c1f7d54: Preparing 11:00:51 36b50b131297: Preparing 11:00:51 866dd21709c3: Layer already exists 11:00:51 1299bada9c41: Layer already exists 11:00:51 36b50b131297: Layer already exists 11:00:51 a4622c1f7d54: Layer already exists 11:00:51 e8ad874aaae3: Layer already exists 11:00:51 083fa2f723157b55da528870f81b1571d9ee15b2-3.1.0-dev.3: digest: sha256:9083e6a17f6f832f0c56e3cc4794c5417e97616b05e95ed138df0d933820c5e0 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:52 + docker tag device-rfid-llrp nexus3.edgexfoundry.org:10004/device-rfid-llrp:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:52 + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp:main 11:00:52 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp] 11:00:52 1299bada9c41: Preparing 11:00:52 866dd21709c3: Preparing 11:00:52 e8ad874aaae3: Preparing 11:00:52 a4622c1f7d54: Preparing 11:00:52 36b50b131297: Preparing 11:00:52 866dd21709c3: Layer already exists 11:00:52 36b50b131297: Layer already exists 11:00:52 e8ad874aaae3: Layer already exists 11:00:52 a4622c1f7d54: Layer already exists 11:00:52 1299bada9c41: Layer already exists 11:00:52 main: digest: sha256:9083e6a17f6f832f0c56e3cc4794c5417e97616b05e95ed138df0d933820c5e0 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:00:52 ===================================================== [Pipeline] echo 11:00:52 taggedImages: 11:00:52 - nexus3.edgexfoundry.org:10004/device-rfid-llrp:083fa2f723157b55da528870f81b1571d9ee15b2 11:00:52 - nexus3.edgexfoundry.org:10004/device-rfid-llrp:latest 11:00:52 - nexus3.edgexfoundry.org:10004/device-rfid-llrp:3.1.0-dev.3 11:00:52 - nexus3.edgexfoundry.org:10004/device-rfid-llrp:083fa2f723157b55da528870f81b1571d9ee15b2-3.1.0-dev.3 11:00:52 - 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] withEnv [Pipeline] { [Pipeline] sh 11:00:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:00:52 11:00:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:00:53 latest: Pulling from edgex-lftools-log-publisher 11:00:53 5eb5b503b376: Pulling fs layer 11:00:53 5c69ac0246d0: Pulling fs layer 11:00:53 ec43610c2a17: Pulling fs layer 11:00:53 3a2ae6a8a46f: Pulling fs layer 11:00:53 33b1e0a273af: Pulling fs layer 11:00:53 5d3b04190fa2: Pulling fs layer 11:00:53 2f39f015ded8: Pulling fs layer 11:00:53 2f39f015ded8: Waiting 11:00:53 33b1e0a273af: Waiting 11:00:53 3a2ae6a8a46f: Waiting 11:00:53 5d3b04190fa2: Waiting 11:00:53 5c69ac0246d0: Verifying Checksum 11:00:53 5c69ac0246d0: Download complete 11:00:53 3a2ae6a8a46f: Verifying Checksum 11:00:53 3a2ae6a8a46f: Download complete 11:00:53 33b1e0a273af: Verifying Checksum 11:00:53 33b1e0a273af: Download complete 11:00:53 5d3b04190fa2: Verifying Checksum 11:00:53 5d3b04190fa2: Download complete 11:00:53 ec43610c2a17: Verifying Checksum 11:00:53 ec43610c2a17: Download complete 11:00:54 5eb5b503b376: Download complete 11:00:54 2f39f015ded8: Download complete 11:00:55 5eb5b503b376: Pull complete 11:00:56 5c69ac0246d0: Pull complete 11:00:57 using credential edgex-jenkins-ssh 11:00:57 Cloning the remote Git repository 11:00:57 ec43610c2a17: Pull complete 11:00:57 Cloning repository git@github.com:edgexfoundry/device-rfid-llrp-go.git 11:00:57 > git init /w/workspace/device-rfid-llrp-go/106 # timeout=10 11:00:57 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git 11:00:57 > git --version # timeout=10 11:00:57 > git --version # 'git version 2.25.1' 11:00:57 using GIT_SSH to set credentials SSH Credentials for GitHub 11:00:57 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 11:00:58 3a2ae6a8a46f: Pull complete 11:00:58 33b1e0a273af: Pull complete 11:00:58 5d3b04190fa2: Pull complete 11:00:58 > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 11:00:58 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 11:00:59 Avoid second fetch 11:00:59 Checking out Revision 083fa2f723157b55da528870f81b1571d9ee15b2 (main) 11:01:00 Commit message: "Merge pull request #244 from FelixTing/update-sdk" 11:01:00 11:01:00 GitHub has been notified of this commit’s build result 11:01:00 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 11:01:00 > git config core.sparsecheckout # timeout=10 11:01:00 > git checkout -f 083fa2f723157b55da528870f81b1571d9ee15b2 # timeout=10 11:01:01 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 11:01:01 % Total % Received % Xferd Average Speed Time Time Time Current 11:01:01 Dload Upload Total Spent Left Speed 11:01:01 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 175k 0 --:--:-- --:--:-- --:--:-- 175k [Pipeline] sh 11:01:02 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 11:01:02 + sudo tee /etc/docker/daemon.new 11:01:02 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 11:01:02 { 11:01:02 "registry-mirrors": [ 11:01:02 "https://nexus3.edgexfoundry.org:10001" 11:01:02 ], 11:01:02 "bip": "10.250.0.254/24", 11:01:02 "hosts": [ 11:01:02 "tcp://0.0.0.0:5555", 11:01:02 "unix:///var/run/docker.sock" 11:01:02 ], 11:01:02 "mtu": 1458, 11:01:02 "selinux-enabled": true, 11:01:02 "seccomp-profile": "/etc/docker/seccomp.json" 11:01:02 } [Pipeline] sh 11:01:02 2f39f015ded8: Pull complete 11:01:02 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 11:01:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:01:02 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv 11:01:02 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:01:02 prd-ubuntu20.04-docker-8c-8g-4557 does not seem to be running inside a container 11:01:02 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 11:01:08 $ docker top 7f4fb9f17486c7052892a3cb3a88a5445fc74b15c2bfbf6435f7bc6f6950ae07 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] libraryResource [Pipeline] sh 11:01:08 + sudo service docker restart 11:01:08 ---> job-cost.sh 11:01:08 lf-activate-venv: SKIPPING 11:01:08 INFO: No Stack... 11:01:09 INFO: Retrieving Pricing Info for: v3-standard-8 11:01:09 INFO: Archiving Costs [Pipeline] sh 11:01:09 + cat /w/workspace/foundry_device-rfid-llrp-go_main/archives/cost.csv 11:01:09 + cut -d, -f6 [Pipeline] lock 11:01:09 Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-main-106-stack-cost] 11:01:09 Resource [jenkins-edgexfoundry-device-rfid-llrp-go-main-106-stack-cost] did not exist. Created. 11:01:09 Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-main-106-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 11:01:10 + echo total: 0.2199999988079071 [Pipeline] stash 11:01:10 Stashed 1 file(s) [Pipeline] } 11:01:10 Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-main-106-stack-cost] [Pipeline] // lock [Pipeline] } 11:01:10 $ docker stop --time=1 7f4fb9f17486c7052892a3cb3a88a5445fc74b15c2bfbf6435f7bc6f6950ae07 11:01:12 $ docker rm -f --volumes 7f4fb9f17486c7052892a3cb3a88a5445fc74b15c2bfbf6435f7bc6f6950ae07 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:01:27 provisioning config files... 11:01:27 copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/device-rfid-llrp-go/106@tmp/config12350363885248984895tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:01:27 ---> docker-login.sh 11:01:27 nexus3.edgexfoundry.org:10001 11:01:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:01:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:01:28 Configure a credential helper to remove this warning. See 11:01:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:01:28 11:01:28 Login Succeeded 11:01:28 nexus3.edgexfoundry.org:10002 11:01:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:01:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:01:29 Configure a credential helper to remove this warning. See 11:01:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:01:29 11:01:29 Login Succeeded 11:01:29 nexus3.edgexfoundry.org:10003 11:01:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:01:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:01:29 Configure a credential helper to remove this warning. See 11:01:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:01:29 11:01:29 Login Succeeded 11:01:29 nexus3.edgexfoundry.org:10004 11:01:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:01:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:01:29 Configure a credential helper to remove this warning. See 11:01:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:01:29 11:01:29 Login Succeeded 11:01:29 docker.io 11:01:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:01:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:01:30 Configure a credential helper to remove this warning. See 11:01:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:01:30 11:01:30 Login Succeeded 11:01:30 ---> docker-login.sh ends [Pipeline] } 11:01:30 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 11:01:30 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 11:01:30 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 11:01:30 ========================================================= 11:01:30 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 11:01:30 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:31 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . 11:01:31 Sending build context to Docker daemon 1.218MB 11:01:31 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 11:01:31 Step 2/12 : FROM ${BASE} AS builder 11:01:31 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 11:01:31 edb6bdbacee9: Pulling fs layer 11:01:31 5f9638ab2659: Pulling fs layer 11:01:31 8d51d6327a98: Pulling fs layer 11:01:31 8b374f2dd631: Pulling fs layer 11:01:31 ec14aa9079de: Pulling fs layer 11:01:31 2f466654f4bb: Pulling fs layer 11:01:31 554e91adad29: Pulling fs layer 11:01:31 8b374f2dd631: Waiting 11:01:31 ec14aa9079de: Waiting 11:01:31 2f466654f4bb: Waiting 11:01:31 554e91adad29: Waiting 11:01:31 5f9638ab2659: Download complete 11:01:31 8b374f2dd631: Verifying Checksum 11:01:31 8b374f2dd631: Download complete 11:01:31 ec14aa9079de: Verifying Checksum 11:01:31 ec14aa9079de: Download complete 11:01:31 edb6bdbacee9: Verifying Checksum 11:01:31 edb6bdbacee9: Download complete 11:01:33 edb6bdbacee9: Pull complete 11:01:33 554e91adad29: Verifying Checksum 11:01:33 554e91adad29: Download complete 11:01:33 5f9638ab2659: Pull complete 11:01:34 8d51d6327a98: Verifying Checksum 11:01:34 8d51d6327a98: Download complete 11:01:34 2f466654f4bb: Verifying Checksum 11:01:34 2f466654f4bb: Download complete 11:01:47 8d51d6327a98: Pull complete 11:01:47 8b374f2dd631: Pull complete 11:01:47 ec14aa9079de: Pull complete 11:01:52 2f466654f4bb: Pull complete 11:01:55 554e91adad29: Pull complete 11:01:55 Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 11:01:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 11:01:55 ---> 1e15ea492957 11:01:55 Step 3/12 : ARG ADD_BUILD_TAGS="" 11:01:57 ---> Running in 4a8aae7dab19 11:01:57 Removing intermediate container 4a8aae7dab19 11:01:57 ---> d45efb7f7998 11:01:57 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 11:01:57 ---> Running in 7fe22ee46975 11:01:58 Removing intermediate container 7fe22ee46975 11:01:58 ---> 5d9c14e15fc9 11:01:58 Step 5/12 : ARG ALPINE_PKG_BASE="make git" 11:01:58 ---> Running in 1be6bbce7bec 11:01:58 Removing intermediate container 1be6bbce7bec 11:01:58 ---> 60f1873539fd 11:01:58 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 11:01:58 ---> Running in 3860004fe3df 11:01:58 Removing intermediate container 3860004fe3df 11:01:58 ---> a99a2192beee 11:01:58 Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:01:59 ---> Running in acdd39a6f75b 11:02:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 11:02:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 11:02:02 OK: 263 MiB in 53 packages 11:02:03 Removing intermediate container acdd39a6f75b 11:02:03 ---> 960b4c9b91ed 11:02:03 Step 8/12 : WORKDIR /app 11:02:03 ---> Running in 4c7b5ab74aa6 11:02:03 Removing intermediate container 4c7b5ab74aa6 11:02:03 ---> e3b0b4f2fb1a 11:02:03 Step 9/12 : COPY go.mod vendor* ./ 11:02:04 ---> 938f4cba88f2 11:02:04 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:02:04 ---> Running in cc1855f6fcde 11:03:12 Removing intermediate container cc1855f6fcde 11:03:12 ---> 53cc6dc5602e 11:03:12 Step 11/12 : COPY . . 11:03:12 ---> e735b7c31dbb 11:03:12 Step 12/12 : RUN $MAKE 11:03:13 ---> Running in 7077757fab9b 11:03:14 noop 11:03:14 Removing intermediate container 7077757fab9b 11:03:14 ---> 8fc4e10b9987 11:03:14 Successfully built 8fc4e10b9987 11:03:14 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:03:15 + docker inspect -f . ci-base-image-arm64 11:03:15 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:03:15 prd-ubuntu20.04-docker-arm64-4c-16g-4562 does not seem to be running inside a container 11:03:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rfid-llrp-go/106 -v /w/workspace/device-rfid-llrp-go/106:/w/workspace/device-rfid-llrp-go/106:rw,z -v /w/workspace/device-rfid-llrp-go/106@tmp:/w/workspace/device-rfid-llrp-go/106@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 11:03:17 $ docker top ba62f1312c80d69697cd93c4ab4526deedf4c127c9f6f358d97eac99ccf1778a -eo pid,comm [Pipeline] { [Pipeline] sh 11:03:17 + go version 11:03:17 go version go1.20.6 linux/arm64 [Pipeline] } 11:03:17 $ docker stop --time=1 ba62f1312c80d69697cd93c4ab4526deedf4c127c9f6f358d97eac99ccf1778a 11:03:19 $ docker rm -f --volumes ba62f1312c80d69697cd93c4ab4526deedf4c127c9f6f358d97eac99ccf1778a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:03:20 + docker inspect -f . ci-base-image-arm64 11:03:20 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:03:20 prd-ubuntu20.04-docker-arm64-4c-16g-4562 does not seem to be running inside a container 11:03:20 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-rfid-llrp-go/106 -v /w/workspace/device-rfid-llrp-go/106:/w/workspace/device-rfid-llrp-go/106:rw,z -v /w/workspace/device-rfid-llrp-go/106@tmp:/w/workspace/device-rfid-llrp-go/106@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 11:03:21 $ docker top ef8745a1e8802cad703fc9caec93ba6f059e04ac9f76ce5b67b8bca647e0c111 -eo pid,comm [Pipeline] { [Pipeline] sh 11:03:22 + git config --global --add safe.directory /w/workspace/device-rfid-llrp-go/106 [Pipeline] fileExists [Pipeline] sh 11:03:23 + make test 11:03:23 go test ./... -coverprofile=coverage.out ./... 11:04:02 ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] 11:06:39 ? github.com/edgexfoundry/device-rfid-llrp-go/cmd [no test files] 11:06:39 ? github.com/edgexfoundry/device-rfid-llrp-go/cmd/llrp [no test files] 11:07:11 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/driver 38.338s coverage: 40.6% of statements 11:07:11 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.620s coverage: 51.9% of statements 11:07:11 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.043s coverage: 95.5% of statements 11:07:11 WARNING: Linting skipped (not on x86_64 or linter not installed) 11:07:11 go vet ./... 11:07:50 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 11:07:50 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 11:07:50 ./bin/test-attribution-txt.sh [Pipeline] echo 11:07:50 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 11:07:50 $ docker stop --time=1 ef8745a1e8802cad703fc9caec93ba6f059e04ac9f76ce5b67b8bca647e0c111 11:07:52 $ docker rm -f --volumes ef8745a1e8802cad703fc9caec93ba6f059e04ac9f76ce5b67b8bca647e0c111 [Pipeline] // withDockerContainer [Pipeline] sh 11:07:53 + sudo chown -R jenkins:jenkins . [Pipeline] stash 11:07:53 Warning: overwriting stash ‘coverage-report’ 11:07:54 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 11:07:54 + sudo chown -R jenkins:jenkins . [Pipeline] sh 11:07:55 + ls -al . 11:07:55 total 640 11:07:55 drwxrwxr-x 10 jenkins jenkins 4096 Aug 25 11:03 . 11:07:55 drwxrwxr-x 4 jenkins jenkins 4096 Aug 25 11:00 .. 11:07:55 -rw-rw-r-- 1 jenkins jenkins 134 Aug 25 11:01 .dockerignore 11:07:55 drwxrwxr-x 8 jenkins jenkins 4096 Aug 25 11:01 .git 11:07:55 drwxrwxr-x 3 jenkins jenkins 4096 Aug 25 11:01 .github 11:07:55 -rw-rw-r-- 1 jenkins jenkins 946 Aug 25 11:01 .gitignore 11:07:55 -rw-rw-r-- 1 jenkins jenkins 41 Aug 25 11:01 .golangci.yml 11:07:55 -rw-rw-r-- 1 jenkins jenkins 11980 Aug 25 11:01 Attribution.txt 11:07:55 -rw-rw-r-- 1 jenkins jenkins 10365 Aug 25 11:01 CHANGELOG.md 11:07:55 -rw-rw-r-- 1 jenkins jenkins 1347 Aug 25 11:01 Dockerfile 11:07:55 -rw-rw-r-- 1 jenkins jenkins 677 Aug 25 11:01 GOVERNANCE.md 11:07:55 -rw-rw-r-- 1 jenkins jenkins 683 Aug 25 11:01 Jenkinsfile 11:07:55 -rw-rw-r-- 1 jenkins jenkins 11347 Aug 25 11:01 LICENSE 11:07:55 -rw-rw-r-- 1 jenkins jenkins 2179 Aug 25 11:01 Makefile 11:07:55 -rw-rw-r-- 1 jenkins jenkins 625 Aug 25 11:01 OWNERS.md 11:07:55 -rw-rw-r-- 1 jenkins jenkins 29016 Aug 25 11:01 README.md 11:07:55 -rw-rw-r-- 1 jenkins jenkins 11 Aug 25 10:58 VERSION 11:07:55 drwxrwxr-x 2 jenkins jenkins 4096 Aug 25 11:01 bin 11:07:55 drwxrwxr-x 4 jenkins jenkins 4096 Aug 25 11:01 cmd 11:07:55 -rw-r--r-- 1 jenkins jenkins 459493 Aug 25 11:07 coverage.out 11:07:55 drwxrwxr-x 2 jenkins jenkins 4096 Aug 25 11:01 examples 11:07:55 -rw-rw-r-- 1 jenkins jenkins 3876 Aug 25 11:01 go.mod 11:07:55 -rw-rw-r-- 1 jenkins jenkins 33758 Aug 25 11:01 go.sum 11:07:55 drwxrwxr-x 2 jenkins jenkins 4096 Aug 25 11:01 images 11:07:55 drwxrwxr-x 5 jenkins jenkins 4096 Aug 25 11:01 internal 11:07:55 drwxrwxr-x 4 jenkins jenkins 4096 Aug 25 11:01 snap 11:07:55 -rw-rw-r-- 1 jenkins jenkins 193 Aug 25 11:01 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:07:55 + 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=083fa2f723157b55da528870f81b1571d9ee15b2 --label arch=arm64 --label version=3.1.0-dev.3 . 11:07:55 Sending build context to Docker daemon 1.218MB 11:07:55 Step 1/24 : ARG BASE=golang:1.20-alpine3.17 11:07:55 Step 2/24 : FROM ${BASE} AS builder 11:07:55 ---> 8fc4e10b9987 11:07:55 Step 3/24 : ARG ADD_BUILD_TAGS="" 11:07:56 ---> Running in 25064664f102 11:07:56 Removing intermediate container 25064664f102 11:07:56 ---> b15a4c3629c9 11:07:56 Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 11:07:56 ---> Running in a5cc736615a7 11:07:56 Removing intermediate container a5cc736615a7 11:07:56 ---> e2447c3c1703 11:07:56 Step 5/24 : ARG ALPINE_PKG_BASE="make git" 11:07:56 ---> Running in 45c1bde0327c 11:07:57 Removing intermediate container 45c1bde0327c 11:07:57 ---> 458cb6085ce2 11:07:57 Step 6/24 : ARG ALPINE_PKG_EXTRA="" 11:07:57 ---> Running in ab76dc3b6393 11:07:57 Removing intermediate container ab76dc3b6393 11:07:57 ---> a21088fa6c57 11:07:57 Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:07:57 ---> Running in 1e254a3e5048 11:07:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 11:07:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 11:08:00 OK: 263 MiB in 53 packages 11:08:01 Removing intermediate container 1e254a3e5048 11:08:01 ---> c51a7c179137 11:08:01 Step 8/24 : WORKDIR /app 11:08:01 ---> Running in 83a570d0b565 11:08:01 Removing intermediate container 83a570d0b565 11:08:01 ---> 8f8d85cf2782 11:08:01 Step 9/24 : COPY go.mod vendor* ./ 11:08:02 ---> d550b6a8b2c1 11:08:02 Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:08:02 ---> Running in fde669d79b94 11:08:04 Removing intermediate container fde669d79b94 11:08:04 ---> 634a864716d0 11:08:04 Step 11/24 : COPY . . 11:08:05 ---> 7c355c395325 11:08:05 Step 12/24 : RUN $MAKE 11:08:05 ---> Running in cea9b13acbc9 11:08:06 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-rfid-llrp-go.Version=3.1.0-dev.3 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.1.0-dev.16" -trimpath -mod=readonly -o cmd/device-rfid-llrp ./cmd 11:10:58 Removing intermediate container cea9b13acbc9 11:10:58 ---> 22be333aab14 11:10:58 Step 13/24 : FROM alpine:3.17 11:10:58 3.17: Pulling from library/alpine 11:10:58 4060ece20d7a: Pulling fs layer 11:10:58 4060ece20d7a: Verifying Checksum 11:10:58 4060ece20d7a: Download complete 11:10:58 4060ece20d7a: Pull complete 11:10:58 Digest: sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 11:10:58 Status: Downloaded newer image for alpine:3.17 11:10:58 ---> 8650cd65339b 11:10:58 Step 14/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 11:10:58 ---> Running in ebc4dd23c10f 11:10:58 Removing intermediate container ebc4dd23c10f 11:10:58 ---> bb45753bae96 11:10:58 Step 15/24 : RUN apk add --update --no-cache dumb-init 11:10:58 ---> Running in 25106ff8075c 11:10:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 11:10:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 11:10:58 (1/1) Installing dumb-init (1.2.5-r2) 11:10:58 Executing busybox-1.35.0-r29.trigger 11:10:58 OK: 8 MiB in 16 packages 11:10:58 Removing intermediate container 25106ff8075c 11:10:58 ---> 78ea527db847 11:10:58 Step 16/24 : COPY --from=builder /app/LICENSE / 11:10:58 ---> 8bd6a8db2fd6 11:10:58 Step 17/24 : COPY --from=builder /app/Attribution.txt / 11:10:58 ---> 17d45acea901 11:10:58 Step 18/24 : COPY --from=builder /app/cmd/ / 11:10:59 ---> 01b318fbf12f 11:10:59 Step 19/24 : EXPOSE 59989 11:10:59 ---> Running in 8f099b74e185 11:10:59 Removing intermediate container 8f099b74e185 11:10:59 ---> 779f7fd53f11 11:10:59 Step 20/24 : ENTRYPOINT ["/device-rfid-llrp"] 11:10:59 ---> Running in b8c3f7510659 11:11:00 Removing intermediate container b8c3f7510659 11:11:00 ---> 4e76ce597682 11:11:00 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 11:11:00 ---> Running in 563f272f204c 11:11:00 Removing intermediate container 563f272f204c 11:11:00 ---> cdf718b0b881 11:11:00 Step 22/24 : LABEL arch=arm64 11:11:00 ---> Running in 7474fe34a6d5 11:11:00 Removing intermediate container 7474fe34a6d5 11:11:00 ---> 6b5ffda601f9 11:11:00 Step 23/24 : LABEL git_sha=083fa2f723157b55da528870f81b1571d9ee15b2 11:11:00 ---> Running in ca8ebc7a1f98 11:11:00 Removing intermediate container ca8ebc7a1f98 11:11:00 ---> c6925283c312 11:11:00 Step 24/24 : LABEL version=3.1.0-dev.3 11:11:01 ---> Running in ba7248675cea 11:11:01 Removing intermediate container ba7248675cea 11:11:01 ---> f4ae06663fc2 11:11:01 [Warning] One or more build-args [ARCH] were not consumed 11:11:01 Successfully built f4ae06663fc2 11:11:01 Successfully tagged device-rfid-llrp-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:11:01 provisioning config files... 11:11:01 copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/device-rfid-llrp-go/106@tmp/config17950196452333248576tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:11:01 ---> docker-login.sh 11:11:01 nexus3.edgexfoundry.org:10001 11:11:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:11:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:11:02 Configure a credential helper to remove this warning. See 11:11:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:11:02 11:11:02 Login Succeeded 11:11:02 nexus3.edgexfoundry.org:10002 11:11:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:11:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:11:02 Configure a credential helper to remove this warning. See 11:11:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:11:02 11:11:02 Login Succeeded 11:11:02 nexus3.edgexfoundry.org:10003 11:11:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:11:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:11:02 Configure a credential helper to remove this warning. See 11:11:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:11:02 11:11:02 Login Succeeded 11:11:02 nexus3.edgexfoundry.org:10004 11:11:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:11:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:11:03 Configure a credential helper to remove this warning. See 11:11:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:11:03 11:11:03 Login Succeeded 11:11:03 docker.io 11:11:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:11:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:11:03 Configure a credential helper to remove this warning. See 11:11:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:11:03 11:11:03 Login Succeeded 11:11:03 ---> docker-login.sh ends [Pipeline] } 11:11:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:11:03 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 11:11:03 [edgeXDocker.push] Tagging docker image device-rfid-llrp-arm64 with the following tags: 11:11:03 083fa2f723157b55da528870f81b1571d9ee15b2 11:11:03 latest 11:11:03 3.1.0-dev.3 11:11:03 083fa2f723157b55da528870f81b1571d9ee15b2-3.1.0-dev.3 11:11:03 main 11:11:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:04 + docker tag device-rfid-llrp-arm64 nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:083fa2f723157b55da528870f81b1571d9ee15b2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:04 + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:083fa2f723157b55da528870f81b1571d9ee15b2 11:11:04 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64] 11:11:04 ab85e461a70a: Preparing 11:11:04 64eb619359b1: Preparing 11:11:04 ba1b0656311b: Preparing 11:11:04 c396dfa3a398: Preparing 11:11:04 d2d9d24a8c2a: Preparing 11:11:04 d2d9d24a8c2a: Layer already exists 11:11:04 ba1b0656311b: Pushed 11:11:04 64eb619359b1: Pushed 11:11:04 c396dfa3a398: Pushed 11:11:11 ab85e461a70a: Pushed 11:11:11 083fa2f723157b55da528870f81b1571d9ee15b2: digest: sha256:db6a1ddfedca8d5e0c56aa16958fbcd30df4f3a9693c43ed2f5255995eb72442 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:11 + docker tag device-rfid-llrp-arm64 nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:12 + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:latest 11:11:12 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64] 11:11:12 ab85e461a70a: Preparing 11:11:12 64eb619359b1: Preparing 11:11:12 ba1b0656311b: Preparing 11:11:12 c396dfa3a398: Preparing 11:11:12 d2d9d24a8c2a: Preparing 11:11:12 64eb619359b1: Layer already exists 11:11:12 d2d9d24a8c2a: Layer already exists 11:11:12 c396dfa3a398: Layer already exists 11:11:12 ba1b0656311b: Layer already exists 11:11:12 ab85e461a70a: Layer already exists 11:11:12 latest: digest: sha256:db6a1ddfedca8d5e0c56aa16958fbcd30df4f3a9693c43ed2f5255995eb72442 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:12 + docker tag device-rfid-llrp-arm64 nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:3.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:13 + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:3.1.0-dev.3 11:11:13 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64] 11:11:13 ab85e461a70a: Preparing 11:11:13 64eb619359b1: Preparing 11:11:13 ba1b0656311b: Preparing 11:11:13 c396dfa3a398: Preparing 11:11:13 d2d9d24a8c2a: Preparing 11:11:13 ab85e461a70a: Layer already exists 11:11:13 d2d9d24a8c2a: Layer already exists 11:11:13 64eb619359b1: Layer already exists 11:11:13 c396dfa3a398: Layer already exists 11:11:13 ba1b0656311b: Layer already exists 11:11:13 3.1.0-dev.3: digest: sha256:db6a1ddfedca8d5e0c56aa16958fbcd30df4f3a9693c43ed2f5255995eb72442 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:13 + docker tag device-rfid-llrp-arm64 nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:083fa2f723157b55da528870f81b1571d9ee15b2-3.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:13 + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:083fa2f723157b55da528870f81b1571d9ee15b2-3.1.0-dev.3 11:11:13 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64] 11:11:13 ab85e461a70a: Preparing 11:11:13 64eb619359b1: Preparing 11:11:13 ba1b0656311b: Preparing 11:11:13 c396dfa3a398: Preparing 11:11:13 d2d9d24a8c2a: Preparing 11:11:13 ab85e461a70a: Layer already exists 11:11:13 ba1b0656311b: Layer already exists 11:11:13 c396dfa3a398: Layer already exists 11:11:13 64eb619359b1: Layer already exists 11:11:13 d2d9d24a8c2a: Layer already exists 11:11:13 083fa2f723157b55da528870f81b1571d9ee15b2-3.1.0-dev.3: digest: sha256:db6a1ddfedca8d5e0c56aa16958fbcd30df4f3a9693c43ed2f5255995eb72442 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:14 + docker tag device-rfid-llrp-arm64 nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:14 + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:main 11:11:14 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64] 11:11:14 ab85e461a70a: Preparing 11:11:14 64eb619359b1: Preparing 11:11:14 ba1b0656311b: Preparing 11:11:14 c396dfa3a398: Preparing 11:11:14 d2d9d24a8c2a: Preparing 11:11:14 d2d9d24a8c2a: Layer already exists 11:11:14 ab85e461a70a: Layer already exists 11:11:14 ba1b0656311b: Layer already exists 11:11:14 c396dfa3a398: Layer already exists 11:11:14 64eb619359b1: Layer already exists 11:11:14 main: digest: sha256:db6a1ddfedca8d5e0c56aa16958fbcd30df4f3a9693c43ed2f5255995eb72442 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:11:15 ===================================================== [Pipeline] echo 11:11:15 taggedImages: 11:11:15 - nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:083fa2f723157b55da528870f81b1571d9ee15b2 11:11:15 - nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:latest 11:11:15 - nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:3.1.0-dev.3 11:11:15 - nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:083fa2f723157b55da528870f81b1571d9ee15b2-3.1.0-dev.3 11:11:15 - nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:11:15 11:11:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:11:15 arm64: Pulling from edgex-lftools-log-publisher 11:11:15 8998bd30e6a1: Pulling fs layer 11:11:15 04944245beec: Pulling fs layer 11:11:15 699f458cf7ca: Pulling fs layer 11:11:15 765212b225bb: Pulling fs layer 11:11:15 f23df028b6ca: Pulling fs layer 11:11:15 d65c8cfc05b1: Pulling fs layer 11:11:15 2437ff75d9bd: Pulling fs layer 11:11:15 765212b225bb: Waiting 11:11:15 f23df028b6ca: Waiting 11:11:15 d65c8cfc05b1: Waiting 11:11:15 2437ff75d9bd: Waiting 11:11:16 04944245beec: Verifying Checksum 11:11:16 04944245beec: Download complete 11:11:16 765212b225bb: Verifying Checksum 11:11:16 765212b225bb: Download complete 11:11:16 f23df028b6ca: Verifying Checksum 11:11:16 f23df028b6ca: Download complete 11:11:16 d65c8cfc05b1: Verifying Checksum 11:11:16 d65c8cfc05b1: Download complete 11:11:16 699f458cf7ca: Verifying Checksum 11:11:16 699f458cf7ca: Download complete 11:11:16 8998bd30e6a1: Verifying Checksum 11:11:16 8998bd30e6a1: Download complete 11:11:19 2437ff75d9bd: Verifying Checksum 11:11:19 2437ff75d9bd: Download complete 11:11:22 8998bd30e6a1: Pull complete 11:11:23 04944245beec: Pull complete 11:11:24 699f458cf7ca: Pull complete 11:11:24 765212b225bb: Pull complete 11:11:25 f23df028b6ca: Pull complete 11:11:25 d65c8cfc05b1: Pull complete 11:11:40 2437ff75d9bd: Pull complete 11:11:40 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 11:11:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:11:40 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:11:40 prd-ubuntu20.04-docker-arm64-4c-16g-4562 does not seem to be running inside a container 11:11:40 $ 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/106 -v /w/workspace/device-rfid-llrp-go/106:/w/workspace/device-rfid-llrp-go/106:rw,z -v /w/workspace/device-rfid-llrp-go/106@tmp:/w/workspace/device-rfid-llrp-go/106@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 11:11:43 $ docker top f47901a40f1d416269e9c386024f17c9db77f080129ef19ea8849d45ceb1d8a8 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:11:44 ---> job-cost.sh 11:11:44 lf-activate-venv: SKIPPING 11:11:44 INFO: No Stack... 11:11:44 INFO: Retrieving Pricing Info for: v3-standard-4 11:11:45 INFO: Archiving Costs [Pipeline] sh 11:11:46 + cat /w/workspace/device-rfid-llrp-go/106/archives/cost.csv 11:11:46 + cut -d, -f6 [Pipeline] lock 11:11:46 Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-main-106-stack-cost] 11:11:46 Resource [jenkins-edgexfoundry-device-rfid-llrp-go-main-106-stack-cost] did not exist. Created. 11:11:46 Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-main-106-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 11:11:47 /w/workspace/device-rfid-llrp-go/106@tmp/durable-f52c2701/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 11:11:47 + echo total: 0.10999999940395355 [Pipeline] stash 11:11:47 Warning: overwriting stash ‘stack-cost’ 11:11:48 Stashed 1 file(s) [Pipeline] } 11:11:48 Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-main-106-stack-cost] [Pipeline] // lock [Pipeline] } 11:11:48 $ docker stop --time=1 f47901a40f1d416269e9c386024f17c9db77f080129ef19ea8849d45ceb1d8a8 11:11:49 $ docker rm -f --volumes f47901a40f1d416269e9c386024f17c9db77f080129ef19ea8849d45ceb1d8a8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 11:11:49 provisioning config files... 11:11:49 copy managed file [device-rfid-llrp-go-codecov-token] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config2443522303076501533tmp [Pipeline] { [Pipeline] sh 11:11:50 + set +x 11:11:50 + + curl -s https://codecov.io/bash 11:11:50 bash -s -- 11:11:50 11:11:50 _____ _ 11:11:50 / ____| | | 11:11:50 | | ___ __| | ___ ___ _____ __ 11:11:50 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 11:11:50 | |___| (_) | (_| | __/ (_| (_) \ V / 11:11:50 \_____\___/ \__,_|\___|\___\___/ \_/ 11:11:50 Bash-1.0.6 11:11:50 11:11:50 11:11:50 ==> git version 2.25.1 found 11:11:50 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 11:11:50 Release-Date: 2020-01-08 11:11:50 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 11:11:50 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 11:11:50 ==> Jenkins CI detected. 11:11:50 current dir:  /w/workspace/foundry_device-rfid-llrp-go_main 11:11:50 project root: . 11:11:50 --> token set from env 11:11:50 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 11:11:50 ==> Running gcov in . (disable via -X gcov) 11:11:50 ==> Python coveragepy not found 11:11:50 ==> Searching for coverage reports in: 11:11:50 + . 11:11:50 -> Found 1 reports 11:11:50 ==> Detecting git/mercurial file structure 11:11:50 ==> Reading reports 11:11:50 + ./coverage.out bytes=459493 11:11:50 ==> Appending adjustments 11:11:50 https://docs.codecov.io/docs/fixing-reports 11:11:50 + Found adjustments 11:11:50 ==> Gzipping contents 11:11:50 52K /tmp/codecov.9zKDK1.gz 11:11:50 ==> Uploading reports 11:11:50 url: https://codecov.io 11:11:50 query: branch=main&commit=083fa2f723157b55da528870f81b1571d9ee15b2&build=106&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rfid-llrp-go%2Fjob%2Fmain%2F106%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rfid-llrp-go&service=jenkins&flags=&pr=&job=&cmd_args= 11:11:50 -> Pinging Codecov 11:11:50 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=083fa2f723157b55da528870f81b1571d9ee15b2&build=106&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rfid-llrp-go%2Fjob%2Fmain%2F106%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rfid-llrp-go&service=jenkins&flags=&pr=&job=&cmd_args= 11:11:50 -> Uploading to 11:11:50 https://storage.googleapis.com/codecov/v4/raw/2023-08-25/581DD39554BDF9B6E22D074273EAD858/083fa2f723157b55da528870f81b1571d9ee15b2/6f1c04c3-63f8-4681-a54f-cb82ec3e90b9.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230825%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230825T111150Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c3bdaeeb5802b22594b83d2e7aef2f580efdee026cb23f9ca3f9ddedda2f8f74 11:11:50 % Total % Received % Xferd Average Speed Time Time Time Current 11:11:50 Dload Upload Total Spent Left Speed 11:11:51 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50515 0 0 100 50515 0 225k --:--:-- --:--:-- --:--:-- 225k 11:11:51 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rfid-llrp-go/commit/083fa2f723157b55da528870f81b1571d9ee15b2 [Pipeline] } 11:11:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 11:11:51 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 11:11:51 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 11:11:51 11:11:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 11:11:51 1.410.4: Pulling from edgex-devops/edgex-snyk-go 11:11:51 df9b9388f04a: Pulling fs layer 11:11:51 52dc419b0ee2: Pulling fs layer 11:11:51 25bc292e5bac: Pulling fs layer 11:11:51 114826534d7a: Pulling fs layer 11:11:51 4657fd5d0bcf: Pulling fs layer 11:11:51 6ad1cebc031e: Pulling fs layer 11:11:51 8a3aa393b2d8: Pulling fs layer 11:11:51 114826534d7a: Waiting 11:11:51 4657fd5d0bcf: Waiting 11:11:51 6ad1cebc031e: Waiting 11:11:51 25bc292e5bac: Verifying Checksum 11:11:51 25bc292e5bac: Download complete 11:11:51 52dc419b0ee2: Download complete 11:11:51 4657fd5d0bcf: Verifying Checksum 11:11:51 4657fd5d0bcf: Download complete 11:11:51 df9b9388f04a: Verifying Checksum 11:11:51 df9b9388f04a: Download complete 11:11:52 df9b9388f04a: Pull complete 11:11:52 6ad1cebc031e: Verifying Checksum 11:11:52 6ad1cebc031e: Download complete 11:11:52 52dc419b0ee2: Pull complete 11:11:52 25bc292e5bac: Pull complete 11:11:53 114826534d7a: Verifying Checksum 11:11:53 114826534d7a: Download complete 11:11:53 8a3aa393b2d8: Verifying Checksum 11:11:53 8a3aa393b2d8: Download complete 11:11:56 114826534d7a: Pull complete 11:11:56 4657fd5d0bcf: Pull complete 11:11:56 6ad1cebc031e: Pull complete 11:11:58 8a3aa393b2d8: Pull complete 11:11:58 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 11:11:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 11:11:58 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:11:58 prd-ubuntu20.04-docker-8c-8g-4557 does not seem to be running inside a container 11:11:58 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 11:12:02 $ docker top 1a48204245a43f6cf7a54af40f947fe0c7714be3e899dd4461e64fdd81825651 -eo pid,comm [Pipeline] { [Pipeline] echo 11:12:02 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-rfid-llrp-go:main' [Pipeline] sh 11:12:02 + set -o pipefail 11:12:02 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-rfid-llrp-go:main' 11:12:06 11:12:06 Monitoring /w/workspace/foundry_device-rfid-llrp-go_main (github.com/edgexfoundry/device-rfid-llrp-go)... 11:12:06 11:12:06 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/51b7f931-2ad3-4a5d-a1d2-3e401f6a993d/history/9df2c581-865f-4ccc-926c-f8842063dab3 11:12:06 11:12:06 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 11:12:06 11:12:06 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 11:12:06 11:12:07 11:12:07 A medium severity vulnerability was found in the Snyk CLI versions you are using. 11:12:07 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 11:12:07 More details here: https://snyk.co/ue1NS [Pipeline] } 11:12:07 $ docker stop --time=1 1a48204245a43f6cf7a54af40f947fe0c7714be3e899dd4461e64fdd81825651 11:12:10 $ docker rm -f --volumes 1a48204245a43f6cf7a54af40f947fe0c7714be3e899dd4461e64fdd81825651 [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 11:12:10 + git log --format=format:%s -1 083fa2f723157b55da528870f81b1571d9ee15b2 [Pipeline] sh 11:12:11 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:12:11 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:12:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:12:11 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:12:11 prd-ubuntu20.04-docker-8c-8g-4557 does not seem to be running inside a container 11:12:11 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 11:12:12 $ docker top 2c75612683048af0fd5dd2736f6e60802b656828791daa501832d05e51937c82 -eo pid,comm 11:12:12 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 11:12:12 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:12:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:12:12 [ssh-agent] Looking for ssh-agent implementation... 11:12:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:12:12 $ docker exec 2c75612683048af0fd5dd2736f6e60802b656828791daa501832d05e51937c82 ssh-agent 11:12:12 SSH_AUTH_SOCK=/tmp/ssh-dSc9jYlw3p1q/agent.32 11:12:12 SSH_AGENT_PID=38 11:12:12 Running ssh-add (command line suppressed) 11:12:12 Identity added: /w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_16213981714726176550.key (/w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_16213981714726176550.key) 11:12:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:12:12 + git semver tag 11:12:13 2023-08-25 11:12:12,993 [run_tag] DEBUG tag force:False 11:12:13 2023-08-25 11:12:12,993 [check_head_tag] DEBUG check head tag 11:12:13 2023-08-25 11:12:12,993 [execute] INFO git cat-file --batch-check 11:12:13 2023-08-25 11:12:12,994 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main, universal_newlines=False, shell=None, istream=) 11:12:13 2023-08-25 11:12:12,996 [execute] INFO git cat-file --batch 11:12:13 2023-08-25 11:12:12,996 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main, universal_newlines=False, shell=None, istream=) 11:12:13 2023-08-25 11:12:13,002 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main 11:12:13 2023-08-25 11:12:13,002 [execute] INFO git tag -a v3.1.0-dev.3 -m v3.1.0-dev.3 11:12:13 2023-08-25 11:12:13,003 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.1.0-dev.3', '-m', 'v3.1.0-dev.3'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main, universal_newlines=False, shell=None, istream=None) 11:12:13 2023-08-25 11:12:13,006 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main 11:12:13 3.1.0-dev.3 [Pipeline] } 11:12:13 $ docker exec --env ******** --env ******** 2c75612683048af0fd5dd2736f6e60802b656828791daa501832d05e51937c82 ssh-agent -k 11:12:13 unset SSH_AUTH_SOCK; 11:12:13 unset SSH_AGENT_PID; 11:12:13 echo Agent pid 38 killed; 11:12:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:12:13 + git semver [Pipeline] } 11:12:13 $ docker stop --time=1 2c75612683048af0fd5dd2736f6e60802b656828791daa501832d05e51937c82 11:12:15 $ docker rm -f --volumes 2c75612683048af0fd5dd2736f6e60802b656828791daa501832d05e51937c82 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:12:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:12:15 11:12:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:12:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:12:15 0.23.1-centos7: Pulling from edgex-lftools 11:12:15 ab5ef0e58194: Pulling fs layer 11:12:15 9712f1f96733: Pulling fs layer 11:12:15 63f879dbbcfc: Pulling fs layer 11:12:15 0d9ebad4ef96: Pulling fs layer 11:12:15 e9a5061849ea: Pulling fs layer 11:12:15 d747dcd14b5f: Pulling fs layer 11:12:15 2de7ff778b66: Pulling fs layer 11:12:15 e9a5061849ea: Waiting 11:12:15 2de7ff778b66: Waiting 11:12:15 0d9ebad4ef96: Waiting 11:12:15 9712f1f96733: Verifying Checksum 11:12:15 9712f1f96733: Download complete 11:12:16 63f879dbbcfc: Verifying Checksum 11:12:16 63f879dbbcfc: Download complete 11:12:16 0d9ebad4ef96: Verifying Checksum 11:12:16 0d9ebad4ef96: Download complete 11:12:16 d747dcd14b5f: Verifying Checksum 11:12:16 d747dcd14b5f: Download complete 11:12:16 e9a5061849ea: Verifying Checksum 11:12:16 e9a5061849ea: Download complete 11:12:16 ab5ef0e58194: Verifying Checksum 11:12:16 ab5ef0e58194: Download complete 11:12:16 2de7ff778b66: Verifying Checksum 11:12:16 2de7ff778b66: Download complete 11:12:19 ab5ef0e58194: Pull complete 11:12:19 9712f1f96733: Pull complete 11:12:19 63f879dbbcfc: Pull complete 11:12:23 0d9ebad4ef96: Pull complete 11:12:23 e9a5061849ea: Pull complete 11:12:23 d747dcd14b5f: Pull complete 11:12:24 2de7ff778b66: Pull complete 11:12:24 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 11:12:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:12:24 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:12:24 prd-ubuntu20.04-docker-8c-8g-4557 does not seem to be running inside a container 11:12:24 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 11:12:31 $ docker top 8bb92304ba59cce1793ddbde909c0f317ed850de34686ec9f98114a67f8bd570 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 11:12:31 provisioning config files... 11:12:31 copy managed file [sigul-config] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config16218703779234329360tmp 11:12:31 copy managed file [sigul-password] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config4503040270631630549tmp 11:12:31 copy managed file [sigul-pki] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config16771353742521194052tmp [Pipeline] { [Pipeline] echo 11:12:31 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 11:12:31 ---> sigul-configuration.sh 11:12:31 gpg: directory `/root/.gnupg' created 11:12:31 gpg: new configuration file `/root/.gnupg/gpg.conf' created 11:12:31 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 11:12:31 gpg: keyring `/root/.gnupg/secring.gpg' created 11:12:31 gpg: keyring `/root/.gnupg/pubring.gpg' created 11:12:31 gpg: CAST5 encrypted data 11:12:31 gpg: encrypted with 1 passphrase 11:12:31 gpg: WARNING: message was not integrity protected [Pipeline] sh 11:12:32 + mkdir /home/jenkins 11:12:32 + mkdir /home/jenkins/sigul [Pipeline] sh 11:12:32 + 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 11:12:32 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 11:12:32 ---> sigul-install.sh 11:12:32 Sigul already installed; skipping installation. [Pipeline] sh 11:12:32 + git tag --list 11:12:32 v0.0.0 11:12:32 v1.0.0 11:12:32 v2.1.0 11:12:32 v2.1.1 11:12:32 v2.2.0 11:12:32 v2.3.0 11:12:32 v3.0 11:12:32 v3.0.0 11:12:32 v3.1.0-dev.1 11:12:32 v3.1.0-dev.2 11:12:32 v3.1.0-dev.3 [Pipeline] sh 11:12:33 + lftools sign git-tag v3.1.0-dev.3 11:12:33 Signing Git tag with Sigul... 11:12:33 Signing v3.1.0-dev.3 [Pipeline] echo 11:12:34 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 11:12:34 ---> sigul-configuration-cleanup.sh [Pipeline] } 11:12:34 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 11:12:34 $ docker stop --time=1 8bb92304ba59cce1793ddbde909c0f317ed850de34686ec9f98114a67f8bd570 11:12:35 $ docker rm -f --volumes 8bb92304ba59cce1793ddbde909c0f317ed850de34686ec9f98114a67f8bd570 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 11:12:36 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:12:36 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:12:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:12:36 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:12:36 prd-ubuntu20.04-docker-8c-8g-4557 does not seem to be running inside a container 11:12:36 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 11:12:37 $ docker top e441fc6a59d8881f5c8b42156b7633a359225dbd8d116bcd535ce4411a7ba157 -eo pid,comm 11:12:37 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 11:12:37 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:12:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:12:37 [ssh-agent] Looking for ssh-agent implementation... 11:12:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:12:37 $ docker exec e441fc6a59d8881f5c8b42156b7633a359225dbd8d116bcd535ce4411a7ba157 ssh-agent 11:12:37 SSH_AUTH_SOCK=/tmp/ssh-aBFjRa43s7eO/agent.33 11:12:37 SSH_AGENT_PID=39 11:12:37 Running ssh-add (command line suppressed) 11:12:37 Identity added: /w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_1067915908147498527.key (/w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_1067915908147498527.key) 11:12:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:12:37 + git semver bump pre 11:12:38 2023-08-25 11:12:37,966 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main 11:12:38 2023-08-25 11:12:37,966 [bump_version] DEBUG bumping version:3.1.0-dev.3 on axis:pre with prefix:dev 11:12:38 2023-08-25 11:12:37,966 [bump_version] DEBUG bumped version:3.1.0-dev.4 11:12:38 2023-08-25 11:12:37,967 [write_version] DEBUG write version:3.1.0-dev.4 to path:/w/workspace/foundry_device-rfid-llrp-go_main/.semver/main with force:True 11:12:38 2023-08-25 11:12:37,967 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main 11:12:38 2023-08-25 11:12:37,967 [write_file] DEBUG write to file:/w/workspace/foundry_device-rfid-llrp-go_main/.semver/main 11:12:38 2023-08-25 11:12:37,968 [execute] INFO git cat-file --batch-check 11:12:38 2023-08-25 11:12:37,968 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main/.semver, universal_newlines=False, shell=None, istream=) 11:12:38 2023-08-25 11:12:37,973 [execute] INFO git cat-file --batch 11:12:38 2023-08-25 11:12:37,973 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main/.semver, universal_newlines=False, shell=None, istream=) 11:12:38 2023-08-25 11:12:37,978 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main 11:12:38 3.1.0-dev.4 [Pipeline] } 11:12:38 $ docker exec --env ******** --env ******** e441fc6a59d8881f5c8b42156b7633a359225dbd8d116bcd535ce4411a7ba157 ssh-agent -k 11:12:38 unset SSH_AUTH_SOCK; 11:12:38 unset SSH_AGENT_PID; 11:12:38 echo Agent pid 39 killed; 11:12:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:12:38 + git semver [Pipeline] } 11:12:38 $ docker stop --time=1 e441fc6a59d8881f5c8b42156b7633a359225dbd8d116bcd535ce4411a7ba157 11:12:40 $ docker rm -f --volumes e441fc6a59d8881f5c8b42156b7633a359225dbd8d116bcd535ce4411a7ba157 [Pipeline] // withDockerContainer [Pipeline] sh 11:12:40 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:12:40 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:12:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:12:40 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:12:40 prd-ubuntu20.04-docker-8c-8g-4557 does not seem to be running inside a container 11:12:40 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 11:12:41 $ docker top cb0c5e43247b8e881cc6cbeacbec6661ef4ce13f1acc3ff91a4bf4f779d2ab68 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:12:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:12:41 [ssh-agent] Looking for ssh-agent implementation... 11:12:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:12:41 $ docker exec cb0c5e43247b8e881cc6cbeacbec6661ef4ce13f1acc3ff91a4bf4f779d2ab68 ssh-agent 11:12:41 SSH_AUTH_SOCK=/tmp/ssh-1OqgGh07sgi9/agent.32 11:12:41 SSH_AGENT_PID=38 11:12:41 Running ssh-add (command line suppressed) 11:12:41 Identity added: /w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_13272322385123948966.key (/w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_13272322385123948966.key) 11:12:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:12:42 + git semver push 11:12:42 2023-08-25 11:12:42,275 [run_push] DEBUG push 11:12:42 2023-08-25 11:12:42,276 [execute] INFO git cat-file --batch-check 11:12:42 2023-08-25 11:12:42,276 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main/.semver, universal_newlines=False, shell=None, istream=) 11:12:42 2023-08-25 11:12:42,280 [execute] INFO git rev-list 8104ddf276fd3cffcf6ecb4e9a49ca9db9223c4b -- 11:12:42 2023-08-25 11:12:42,280 [execute] DEBUG Popen(['git', 'rev-list', '8104ddf276fd3cffcf6ecb4e9a49ca9db9223c4b', '--'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main/.semver, universal_newlines=False, shell=None, istream=None) 11:12:42 2023-08-25 11:12:42,288 [execute] INFO git fetch -v origin 11:12:42 2023-08-25 11:12:42,288 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main/.semver, universal_newlines=True, shell=None, istream=None) 11:12:42 2023-08-25 11:12:42,741 [run_push] DEBUG no remote changes detected 11:12:42 2023-08-25 11:12:42,741 [execute] INFO git push origin semver 11:12:42 2023-08-25 11:12:42,742 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main/.semver, universal_newlines=False, shell=None, istream=None) 11:12:43 2023-08-25 11:12:43,566 [run_push] DEBUG push all version tags 11:12:43 2023-08-25 11:12:43,566 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 11:12:43 2023-08-25 11:12:43,567 [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) 11:12:44 2023-08-25 11:12:44,270 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main 11:12:44 3.1.0-dev.4 [Pipeline] } 11:12:44 $ docker exec --env ******** --env ******** cb0c5e43247b8e881cc6cbeacbec6661ef4ce13f1acc3ff91a4bf4f779d2ab68 ssh-agent -k 11:12:44 unset SSH_AUTH_SOCK; 11:12:44 unset SSH_AGENT_PID; 11:12:44 echo Agent pid 38 killed; 11:12:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:12:44 + git semver [Pipeline] } 11:12:45 $ docker stop --time=1 cb0c5e43247b8e881cc6cbeacbec6661ef4ce13f1acc3ff91a4bf4f779d2ab68 11:12:46 $ docker rm -f --volumes cb0c5e43247b8e881cc6cbeacbec6661ef4ce13f1acc3ff91a4bf4f779d2ab68 [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 11:12:46 + [ -d /w/workspace/foundry_device-rfid-llrp-go_main/archives ] 11:12:46 + ls -al /w/workspace/foundry_device-rfid-llrp-go_main/archives 11:12:46 total 16 11:12:46 drwxr-xr-x 3 root root 4096 Aug 25 11:01 . 11:12:46 drwxrwxr-x 12 jenkins jenkins 4096 Aug 25 11:12 .. 11:12:46 drwxr-xr-x 2 root root 4096 Aug 25 11:01 cost 11:12:46 -rw-r--r-- 1 root root 91 Aug 25 11:01 cost.csv 11:12:46 + sudo chown -R jenkins:jenkins /w/workspace/foundry_device-rfid-llrp-go_main/archives 11:12:46 + ls -al /w/workspace/foundry_device-rfid-llrp-go_main/archives 11:12:46 total 16 11:12:46 drwxr-xr-x 3 jenkins jenkins 4096 Aug 25 11:01 . 11:12:46 drwxrwxr-x 12 jenkins jenkins 4096 Aug 25 11:12 .. 11:12:46 drwxr-xr-x 2 jenkins jenkins 4096 Aug 25 11:01 cost 11:12:46 -rw-r--r-- 1 jenkins jenkins 91 Aug 25 11:01 cost.csv [Pipeline] libraryResource [Pipeline] sh 11:12:47 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 11:12:48 ---> package-listing.sh 11:12:48 ++ facter osfamily 11:12:48 ++ tr '[:upper:]' '[:lower:]' 11:12:48 + OS_FAMILY=debian 11:12:48 + workspace=/w/workspace/foundry_device-rfid-llrp-go_main 11:12:48 + START_PACKAGES=/tmp/packages_start.txt 11:12:48 + END_PACKAGES=/tmp/packages_end.txt 11:12:48 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:12:48 + PACKAGES=/tmp/packages_start.txt 11:12:48 + '[' /w/workspace/foundry_device-rfid-llrp-go_main ']' 11:12:48 + PACKAGES=/tmp/packages_end.txt 11:12:48 + case "${OS_FAMILY}" in 11:12:48 + dpkg -l 11:12:48 + grep '^ii' 11:12:48 + '[' -f /tmp/packages_start.txt ']' 11:12:48 + '[' -f /tmp/packages_end.txt ']' 11:12:48 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:12:48 + '[' /w/workspace/foundry_device-rfid-llrp-go_main ']' 11:12:48 + mkdir -p /w/workspace/foundry_device-rfid-llrp-go_main/archives/ 11:12:48 + 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 11:12:48 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 11:12:48 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:12:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:12:49 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:12:49 prd-ubuntu20.04-docker-8c-8g-4557 does not seem to be running inside a container 11:12:49 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 11:12:49 $ docker top 45ac6f151ac4e944b0316256a5d3081971033dd956b0a171a0ab9a0607877576 -eo pid,comm [Pipeline] { [Pipeline] sh 11:12:49 + touch /tmp/pre-build-complete [Pipeline] sh 11:12:50 + mkdir -p /var/log/sysstat [Pipeline] sh 11:12:50 + ls /var/log/sa-host 11:12:50 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:12:50 provisioning config files... 11:12:50 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config11848178858899311049tmp [Pipeline] { [Pipeline] echo 11:12:50 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 11:12:50 ---> create-netrc.sh [Pipeline] } 11:12:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 11:12:51 ---> python-tools-install.sh [Pipeline] echo 11:12:51 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 11:12:51 ---> sudo-logs.sh 11:12:51 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 11:12:51 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 11:12:51 ---> job-cost.sh 11:12:51 lf-activate-venv: SKIPPING 11:12:51 DEBUG: total: 0.2199999988079071 11:12:51 INFO: Retrieving Stack Cost... 11:12:51 INFO: Retrieving Pricing Info for: v3-standard-8 11:12:52 INFO: Archiving Costs [Pipeline] echo 11:12:52 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 11:12:52 ---> logs-deploy.sh 11:12:52 lf-activate-venv: SKIPPING 11:12:52 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rfid-llrp-go/main/106 11:12:52 INFO: archiving workspace using pattern(s): 11:12:53 Archives upload complete. 11:12:54 INFO: archiving logs to Nexus 11:12:54 ---> uname -a: 11:12:54 Linux prd-ubuntu20-04-docker-8c-8g-4557 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 11:12:54 11:12:54 11:12:54 ---> lscpu: 11:12:54 Architecture: x86_64 11:12:54 CPU op-mode(s): 32-bit, 64-bit 11:12:54 Byte Order: Little Endian 11:12:54 Address sizes: 40 bits physical, 48 bits virtual 11:12:54 CPU(s): 8 11:12:54 On-line CPU(s) list: 0-7 11:12:54 Thread(s) per core: 1 11:12:54 Core(s) per socket: 1 11:12:54 Socket(s): 8 11:12:54 NUMA node(s): 1 11:12:54 Vendor ID: AuthenticAMD 11:12:54 CPU family: 23 11:12:54 Model: 49 11:12:54 Model name: AMD EPYC-Rome Processor 11:12:54 Stepping: 0 11:12:54 CPU MHz: 2799.998 11:12:54 BogoMIPS: 5599.99 11:12:54 Virtualization: AMD-V 11:12:54 Hypervisor vendor: KVM 11:12:54 Virtualization type: full 11:12:54 L1d cache: 256 KiB 11:12:54 L1i cache: 256 KiB 11:12:54 L2 cache: 4 MiB 11:12:54 L3 cache: 128 MiB 11:12:54 NUMA node0 CPU(s): 0-7 11:12:54 Vulnerability Itlb multihit: Not affected 11:12:54 Vulnerability L1tf: Not affected 11:12:54 Vulnerability Mds: Not affected 11:12:54 Vulnerability Meltdown: Not affected 11:12:54 Vulnerability Mmio stale data: Not affected 11:12:54 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 11:12:54 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 11:12:54 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 11:12:54 Vulnerability Srbds: Not affected 11:12:54 Vulnerability Tsx async abort: Not affected 11:12:54 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 11:12:54 11:12:54 11:12:54 ---> nproc: 11:12:54 8 11:12:54 11:12:54 11:12:54 ---> df -h: 11:12:54 Filesystem Size Used Avail Use% Mounted on 11:12:54 overlay 155G 13G 143G 9% / 11:12:54 tmpfs 64M 0 64M 0% /dev 11:12:54 tmpfs 16G 0 16G 0% /sys/fs/cgroup 11:12:54 shm 64M 0 64M 0% /dev/shm 11:12:54 /dev/vda1 155G 13G 143G 9% /facter-os 11:12:54 11:12:54 11:12:54 ---> sar -b -r -n DEV: 11:12:54 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-4557) 08/25/23 _x86_64_ (8 CPU) 11:12:54 11:12:54 10:57:02 LINUX RESTART (8 CPU) 11:12:54 11:12:54 10:58:00 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 11:12:54 10:59:01 123.36 3.82 119.54 0.00 404.92 42925.16 0.00 11:12:54 11:00:01 89.89 0.08 89.80 0.00 13.20 39620.73 0.00 11:12:54 11:01:01 133.67 0.32 133.35 0.00 29.60 26273.20 0.00 11:12:54 11:02:01 32.91 0.02 32.89 0.00 4.27 16469.54 0.00 11:12:54 11:03:01 29.75 10.21 19.53 0.00 3449.83 3778.17 0.00 11:12:54 11:04:01 1.38 0.00 1.38 0.00 0.00 16.13 0.00 11:12:54 11:05:01 1.18 0.00 1.18 0.00 0.00 13.46 0.00 11:12:54 11:06:01 1.47 0.00 1.47 0.00 0.00 17.06 0.00 11:12:54 11:07:01 0.93 0.00 0.93 0.00 0.00 11.33 0.00 11:12:54 11:08:01 1.58 0.00 1.58 0.00 0.00 27.32 0.00 11:12:54 11:09:01 0.80 0.00 0.80 0.00 0.00 9.07 0.00 11:12:54 11:10:01 1.28 0.00 1.28 0.00 0.00 14.66 0.00 11:12:54 11:11:01 0.72 0.00 0.72 0.00 0.00 8.40 0.00 11:12:54 11:12:01 22.82 0.15 22.67 0.00 14.39 21017.32 0.00 11:12:54 Average: 31.66 1.05 30.61 0.00 279.86 10766.89 0.00 11:12:54 11:12:54 10:58:00 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 11:12:54 10:59:01 28416688 31590592 718464 2.18 109300 3271756 1887388 5.56 1151524 2877756 221020 11:12:54 11:00:01 28045964 31557364 751252 2.28 149280 3536368 1932936 5.70 1222752 3146544 125092 11:12:54 11:01:01 27487692 31532908 773488 2.35 158108 4029928 2046220 6.03 1289512 3598984 484584 11:12:54 11:02:01 27540124 31570420 735260 2.24 161260 4002788 1759332 5.18 1268780 3559656 12 11:12:54 11:03:01 27302712 31552108 743080 2.26 166576 4206512 1827284 5.39 1430460 3612016 148 11:12:54 11:04:01 27308328 31557748 737356 2.24 166624 4206512 1827284 5.39 1425232 3612016 144 11:12:54 11:05:01 27308548 31558068 736996 2.24 166704 4206516 1827284 5.39 1424548 3612020 8 11:12:54 11:06:01 27315400 31564964 730064 2.22 166760 4206520 1827284 5.39 1418548 3612024 4 11:12:54 11:07:01 27315228 31565244 730132 2.22 166808 4206508 1827284 5.39 1418356 3612396 12 11:12:54 11:08:01 27315180 31565260 730004 2.22 166904 4206488 1827284 5.39 1418520 3612384 8 11:12:54 11:09:01 27315664 31565804 729644 2.22 166928 4206496 1827284 5.39 1418360 3612384 8 11:12:54 11:10:01 27315680 31565852 729568 2.22 166952 4206504 1827284 5.39 1418384 3612392 4 11:12:54 11:11:01 27315688 31565888 729464 2.22 166968 4206512 1827284 5.39 1418152 3612392 8 11:12:54 11:12:01 26538960 31547752 746836 2.27 172600 4910568 1854476 5.47 1443964 4315900 51980 11:12:54 Average: 27417275 31561427 737258 2.24 160841 4114998 1851851 5.46 1369078 3572062 63074 11:12:54 11:12:54 10:58:00 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 11:12:54 10:59:01 docker0 197.62 313.01 15.78 2399.23 0.00 0.00 0.00 0.00 11:12:54 10:59:01 lo 2.62 2.62 0.26 0.26 0.00 0.00 0.00 0.00 11:12:54 10:59:01 ens3 473.68 292.95 6559.27 41.44 0.00 0.00 0.00 0.00 11:12:54 11:00:01 docker0 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 11:12:54 11:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:12:54 11:00:01 ens3 40.13 32.78 33.71 99.12 0.00 0.00 0.00 0.00 11:12:54 11:01:01 docker0 3.03 6.82 0.18 85.52 0.00 0.00 0.00 0.00 11:12:54 11:01:01 lo 7.53 7.53 0.76 0.76 0.00 0.00 0.00 0.00 11:12:54 11:01:01 ens3 160.12 113.95 2701.89 253.91 0.00 0.00 0.00 0.00 11:12:54 11:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:12:54 11:02:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 11:12:54 11:02:01 ens3 13.38 8.83 14.51 5.09 0.00 0.00 0.00 0.00 11:12:54 11:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:12:54 11:03:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 11:12:54 11:03:01 ens3 106.50 58.37 1377.17 4.31 0.00 0.00 0.00 0.00 11:12:54 11:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:12:54 11:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:12:54 11:04:01 ens3 1.22 0.67 0.40 0.29 0.00 0.00 0.00 0.00 11:12:54 11:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:12:54 11:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:12:54 11:05:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:12:54 11:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:12:54 11:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:12:54 11:06:01 ens3 0.47 0.13 0.02 0.01 0.00 0.00 0.00 0.00 11:12:54 11:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:12:54 11:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:12:54 11:07:01 ens3 0.73 0.15 0.14 0.07 0.00 0.00 0.00 0.00 11:12:54 11:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:12:54 11:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:12:54 11:08:01 ens3 0.57 0.40 0.33 0.27 0.00 0.00 0.00 0.00 11:12:54 11:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:12:54 11:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:12:54 11:09:01 ens3 0.10 0.00 0.01 0.00 0.00 0.00 0.00 0.00 11:12:54 11:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:12:54 11:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:12:54 11:10:01 ens3 0.25 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:12:54 11:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:12:54 11:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:12:54 11:11:01 ens3 0.30 0.10 0.07 0.01 0.00 0.00 0.00 0.00 11:12:54 11:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:12:54 11:12:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 11:12:54 11:12:01 ens3 122.70 68.60 3968.17 10.42 0.00 0.00 0.00 0.00 11:12:54 Average: docker0 14.55 23.20 1.16 180.12 0.00 0.00 0.00 0.00 11:12:54 Average: lo 0.93 0.93 0.09 0.09 0.00 0.00 0.00 0.00 11:12:54 Average: ens3 66.21 41.52 1053.45 29.65 0.00 0.00 0.00 0.00 11:12:54 11:12:54