Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 878a6e6074138d8920890418877c0dc328ed9919 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-ssh1679335431279512814.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision e143027787c0ac28563f7e92b6cefc600d3b7107 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-ssh14218200250052937112.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 e143027787c0ac28563f7e92b6cefc600d3b7107 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-ssh13357944424576378528.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision e143027787c0ac28563f7e92b6cefc600d3b7107 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f e143027787c0ac28563f7e92b6cefc600d3b7107 # timeout=10 Commit message: "Merge pull request #442 from ernestojeda/golang-1.21" > 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-ssh15383637118835789828.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-ssh11804570301816098367.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.21 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-9504 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 878a6e6074138d8920890418877c0dc328ed9919 (main) Commit message: "Merge pull request #260 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v3-3.1.0-dev.35" > 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 878a6e6074138d8920890418877c0dc328ed9919 # timeout=10 > git rev-list --no-walk 49b23cd757709314b75e6b697209f3b198e2a4ed # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 11:27:43 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 11:27:43 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 11:27:43 ========================================================= 11:27:43 EdgeX Global Pipelines Version Info 11:27:43 ========================================================= [Pipeline] libraryResource [Pipeline] sh 11:27:44 ------------------- 11:27:44 stable info: 11:27:44 ------------------- 11:27:44 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 11:27:44 Commit SHA: e143027787c0ac28563f7e92b6cefc600d3b7107 11:27:44 Message: update stable to v1.0.254 11:27:44 ------------------- 11:27:44 experimental info: 11:27:44 ------------------- 11:27:44 Commited By: **** collab-it+edgex@linuxfoundation.org 11:27:44 Commit SHA: e143027787c0ac28563f7e92b6cefc600d3b7107 11:27:44 Message: update experimental to v1.0.254 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 11:27:45 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rfid-llrp-go-settings [Pipeline] echo 11:27:45 [edgeXSetupEnvironment]: set envvar PROJECT = device-rfid-llrp-go [Pipeline] echo 11:27:45 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 11:27:45 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 11:27:45 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 11:27:45 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo 11:27:45 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 11:27:45 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 11:27:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 11:27:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 11:27:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 11:27:45 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rfid-llrp [Pipeline] echo 11:27:45 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 11:27:45 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 11:27:45 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 11:27:45 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 11:27:45 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 11:27:45 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 11:27:45 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 11:27:45 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 11:27:45 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 11:27:45 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 11:27:45 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 11:27:45 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 11:27:45 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 11:27:45 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 11:27:45 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 11:27:45 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 11:27:45 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 11:27:45 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 11:27:45 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 878a6e6074138d8920890418877c0dc328ed9919 [Pipeline] echo 11:27:45 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 878a6e6 [Pipeline] echo 11:27:45 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:27:45 provisioning config files... 11:27:45 copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config12198182389029142618tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:27:45 ---> docker-login.sh 11:27:45 nexus3.edgexfoundry.org:10001 11:27:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:27:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:27:46 Configure a credential helper to remove this warning. See 11:27:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:27:46 11:27:46 Login Succeeded 11:27:46 nexus3.edgexfoundry.org:10002 11:27:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:27:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:27:46 Configure a credential helper to remove this warning. See 11:27:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:27:46 11:27:46 Login Succeeded 11:27:46 nexus3.edgexfoundry.org:10003 11:27:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:27:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:27:46 Configure a credential helper to remove this warning. See 11:27:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:27:46 11:27:46 Login Succeeded 11:27:46 nexus3.edgexfoundry.org:10004 11:27:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:27:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:27:46 Configure a credential helper to remove this warning. See 11:27:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:27:46 11:27:46 Login Succeeded 11:27:46 docker.io 11:27:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:27:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:27:46 Configure a credential helper to remove this warning. See 11:27:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:27:46 11:27:46 Login Succeeded 11:27:46 ---> docker-login.sh ends [Pipeline] } 11:27:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 11:27:47 + git rev-list -1 --merges 878a6e6074138d8920890418877c0dc328ed9919~1..878a6e6074138d8920890418877c0dc328ed9919 [Pipeline] echo 11:27:47 -----------> git rev-list -1 --merges 878a6e6074138d8920890418877c0dc328ed9919~1..878a6e6074138d8920890418877c0dc328ed9919 878a6e6074138d8920890418877c0dc328ed9919 11:27:47 878a6e6074138d8920890418877c0dc328ed9919 [false] [Pipeline] sh 11:27:47 + git log --format=format:%s -1 878a6e6074138d8920890418877c0dc328ed9919 [Pipeline] echo 11:27:47 ========================================================= 11:27:47 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 11:27:47 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 11:27:48 + git log --format=format:%s -1 878a6e6074138d8920890418877c0dc328ed9919 [Pipeline] echo 11:27:48 [semverPrep] GIT_COMMIT: 878a6e6074138d8920890418877c0dc328ed9919, Commit Message: Merge pull request #260 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v3-3.1.0-dev.35 [Pipeline] echo 11:27:48 [semverPrep] This is not a build commit. [Pipeline] sh 11:27:48 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:27:48 + grep -v github /etc/ssh/ssh_known_hosts 11:27:48 + [ -e /tmp/ssh_known_hosts ] 11:27:48 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 11:27:48 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 11:27:48 + sudo tee -a /etc/ssh/ssh_known_hosts 11:27:48 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:27:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:27:48 11:27:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:27:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:27:49 0.1.4: Pulling from edgex-devops/py-git-semver 11:27:49 b85a868b505f: Pulling fs layer 11:27:49 e2be974225ed: Pulling fs layer 11:27:49 339a4e72a1f5: Pulling fs layer 11:27:49 988bab9f4d93: Pulling fs layer 11:27:49 1469e6f7b9e6: Pulling fs layer 11:27:49 eaf3925da568: Pulling fs layer 11:27:49 bab4dde63d76: Pulling fs layer 11:27:49 bde34c3a00c8: Pulling fs layer 11:27:49 b352a97aabf1: Pulling fs layer 11:27:49 988bab9f4d93: Waiting 11:27:49 1469e6f7b9e6: Waiting 11:27:49 eaf3925da568: Waiting 11:27:49 4872d77fe225: Pulling fs layer 11:27:49 5851b861e8e6: Pulling fs layer 11:27:49 bab4dde63d76: Waiting 11:27:49 4872d77fe225: Waiting 11:27:49 b352a97aabf1: Waiting 11:27:49 e2be974225ed: Verifying Checksum 11:27:49 e2be974225ed: Download complete 11:27:49 988bab9f4d93: Verifying Checksum 11:27:49 988bab9f4d93: Download complete 11:27:49 1469e6f7b9e6: Verifying Checksum 11:27:49 1469e6f7b9e6: Download complete 11:27:49 eaf3925da568: Verifying Checksum 11:27:49 eaf3925da568: Download complete 11:27:49 339a4e72a1f5: Download complete 11:27:49 bde34c3a00c8: Download complete 11:27:49 b352a97aabf1: Download complete 11:27:49 4872d77fe225: Verifying Checksum 11:27:49 4872d77fe225: Download complete 11:27:49 5851b861e8e6: Download complete 11:27:49 b85a868b505f: Verifying Checksum 11:27:49 b85a868b505f: Download complete 11:27:49 bab4dde63d76: Verifying Checksum 11:27:49 bab4dde63d76: Download complete 11:27:50 b85a868b505f: Pull complete 11:27:50 e2be974225ed: Pull complete 11:27:51 339a4e72a1f5: Pull complete 11:27:51 988bab9f4d93: Pull complete 11:27:51 1469e6f7b9e6: Pull complete 11:27:51 eaf3925da568: Pull complete 11:27:53 bab4dde63d76: Pull complete 11:27:53 bde34c3a00c8: Pull complete 11:27:53 b352a97aabf1: Pull complete 11:27:54 4872d77fe225: Pull complete 11:27:54 5851b861e8e6: Pull complete 11:27:54 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 11:27:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:27:54 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:27:54 prd-ubuntu20.04-docker-8c-8g-9504 does not seem to be running inside a container 11:27: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 11:27:57 $ docker top 5c782ba01faa97719e50291eb8232a4e3d6feeeb972b99958337038106d2a567 -eo pid,comm 11:27:57 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:27:57 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:27:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:27:57 [ssh-agent] Looking for ssh-agent implementation... 11:27:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:27:57 $ docker exec 5c782ba01faa97719e50291eb8232a4e3d6feeeb972b99958337038106d2a567 ssh-agent 11:27:57 SSH_AUTH_SOCK=/tmp/ssh-4c1hv2QTreWo/agent.33 11:27:57 SSH_AGENT_PID=39 11:27:57 Running ssh-add (command line suppressed) 11:27:57 Identity added: /w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_5665499304777528212.key (/w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_5665499304777528212.key) 11:27:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:27:58 + git tag --points-at HEAD [Pipeline] } 11:27:58 $ docker exec --env ******** --env ******** 5c782ba01faa97719e50291eb8232a4e3d6feeeb972b99958337038106d2a567 ssh-agent -k 11:27:58 unset SSH_AUTH_SOCK; 11:27:58 unset SSH_AGENT_PID; 11:27:58 echo Agent pid 39 killed; 11:27:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 11:27:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:27:58 [ssh-agent] Looking for ssh-agent implementation... 11:27:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:27:58 $ docker exec 5c782ba01faa97719e50291eb8232a4e3d6feeeb972b99958337038106d2a567 ssh-agent 11:27:58 SSH_AUTH_SOCK=/tmp/ssh-p1vWFHcmdh4V/agent.71 11:27:58 SSH_AGENT_PID=77 11:27:58 Running ssh-add (command line suppressed) 11:27:58 Identity added: /w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_10303899584611265658.key (/w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_10303899584611265658.key) 11:27:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:27:58 + git semver init 11:27:59 2023-10-18 11:27:59,100 [run_init] DEBUG init version:0.0.0 force:False 11:27:59 2023-10-18 11:27:59,101 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/foundry_device-rfid-llrp-go_main/.semver 11:27:59 2023-10-18 11:27:59,101 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rfid-llrp-go.git /w/workspace/foundry_device-rfid-llrp-go_main/.semver 11:27:59 2023-10-18 11:27:59,102 [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) 11:28:00 2023-10-18 11:27:59,950 [append_file] DEBUG append to file:/w/workspace/foundry_device-rfid-llrp-go_main/.git/info/exclude 11:28:00 2023-10-18 11:27:59,950 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/foundry_device-rfid-llrp-go_main/.semver/main with force:False 11:28:00 2023-10-18 11:27:59,950 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main 11:28:00 2023-10-18 11:27:59,951 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main 11:28:00 3.1.0-dev.16 [Pipeline] } 11:28:00 $ docker exec --env ******** --env ******** 5c782ba01faa97719e50291eb8232a4e3d6feeeb972b99958337038106d2a567 ssh-agent -k 11:28:00 unset SSH_AUTH_SOCK; 11:28:00 unset SSH_AGENT_PID; 11:28:00 echo Agent pid 77 killed; 11:28:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:28:00 + git semver [Pipeline] } 11:28:00 $ docker stop --time=1 5c782ba01faa97719e50291eb8232a4e3d6feeeb972b99958337038106d2a567 11:28:02 $ docker rm -f --volumes 5c782ba01faa97719e50291eb8232a4e3d6feeeb972b99958337038106d2a567 [Pipeline] // withDockerContainer [Pipeline] sh 11:28:02 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 11:28:02 Stashed 1 file(s) [Pipeline] echo 11:28:02 [edgeXSemver]: initialized semver on version 3.1.0-dev.16 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:28:02 provisioning config files... 11:28:02 copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config1488253259055942094tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:28:03 ---> docker-login.sh 11:28:03 nexus3.edgexfoundry.org:10001 11:28:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:28:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:28:03 Configure a credential helper to remove this warning. See 11:28:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:28:03 11:28:03 Login Succeeded 11:28:03 nexus3.edgexfoundry.org:10002 11:28:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:28:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:28:03 Configure a credential helper to remove this warning. See 11:28:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:28:03 11:28:03 Login Succeeded 11:28:03 nexus3.edgexfoundry.org:10003 11:28:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:28:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:28:03 Configure a credential helper to remove this warning. See 11:28:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:28:03 11:28:03 Login Succeeded 11:28:03 nexus3.edgexfoundry.org:10004 11:28:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:28:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:28:03 Configure a credential helper to remove this warning. See 11:28:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:28:03 11:28:03 Login Succeeded 11:28:03 docker.io 11:28:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:28:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:28:03 Configure a credential helper to remove this warning. See 11:28:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:28:03 11:28:03 Login Succeeded 11:28:03 ---> docker-login.sh ends [Pipeline] } 11:28:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 11:28:03 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 11:28:03 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 11:28:04 ========================================================= 11:28:04 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] 11:28:04 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:28:04 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine --build-arg MAKE=echo noop --target=builder . 11:28:04 Sending build context to Docker daemon 4.365MB 11:28:04 Step 1/12 : ARG BASE=golang:1.21-alpine3.18 11:28:04 Step 2/12 : FROM ${BASE} AS builder 11:28:04 1.21-alpine: Pulling from edgex-devops/edgex-golang-base 11:28:04 7264a8db6415: Pulling fs layer 11:28:04 c4d48a809fc2: Pulling fs layer 11:28:04 4f1c88b9dad5: Pulling fs layer 11:28:04 ad3a456e5733: Pulling fs layer 11:28:04 33e27b845d1e: Pulling fs layer 11:28:04 c68163c4e522: Pulling fs layer 11:28:04 50da416c3ac9: Pulling fs layer 11:28:04 23d2d4c4bb30: Pulling fs layer 11:28:04 33e27b845d1e: Waiting 11:28:04 ad3a456e5733: Waiting 11:28:04 50da416c3ac9: Waiting 11:28:04 c68163c4e522: Waiting 11:28:04 c4d48a809fc2: Verifying Checksum 11:28:04 c4d48a809fc2: Download complete 11:28:04 ad3a456e5733: Verifying Checksum 11:28:04 ad3a456e5733: Download complete 11:28:04 33e27b845d1e: Download complete 11:28:04 7264a8db6415: Verifying Checksum 11:28:04 7264a8db6415: Download complete 11:28:04 c68163c4e522: Verifying Checksum 11:28:04 c68163c4e522: Download complete 11:28:04 7264a8db6415: Pull complete 11:28:04 23d2d4c4bb30: Verifying Checksum 11:28:04 23d2d4c4bb30: Download complete 11:28:04 c4d48a809fc2: Pull complete 11:28:04 4f1c88b9dad5: Verifying Checksum 11:28:04 4f1c88b9dad5: Download complete 11:28:05 50da416c3ac9: Verifying Checksum 11:28:05 50da416c3ac9: Download complete 11:28:08 4f1c88b9dad5: Pull complete 11:28:08 ad3a456e5733: Pull complete 11:28:08 33e27b845d1e: Pull complete 11:28:08 c68163c4e522: Pull complete 11:28:11 50da416c3ac9: Pull complete 11:28:11 23d2d4c4bb30: Pull complete 11:28:11 Digest: sha256:869f8081a9cc57a47d9be3c92245bb8518e7edea9beab93563b77b0fbed5fa8c 11:28:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 11:28:11 ---> 0786185ac409 11:28:11 Step 3/12 : ARG ADD_BUILD_TAGS="" 11:28:15 ---> Running in 3fde9fa15bef 11:28:15 Removing intermediate container 3fde9fa15bef 11:28:15 ---> d3617443b061 11:28:15 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 11:28:15 ---> Running in 41cdfb8abf50 11:28:15 Removing intermediate container 41cdfb8abf50 11:28:15 ---> cc9e5f2673b5 11:28:15 Step 5/12 : ARG ALPINE_PKG_BASE="make git" 11:28:15 ---> Running in 5bcb0745a07b 11:28:15 Removing intermediate container 5bcb0745a07b 11:28:15 ---> 82cc0af033c7 11:28:15 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 11:28:15 ---> Running in c5518e5e65e4 11:28:16 Removing intermediate container c5518e5e65e4 11:28:16 ---> 2186027a7e3e 11:28:16 Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:28:16 ---> Running in 6c680dace8b9 11:28:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 11:28:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 11:28:16 OK: 264 MiB in 52 packages 11:28:17 Removing intermediate container 6c680dace8b9 11:28:17 ---> 0b094d3d808e 11:28:17 Step 8/12 : WORKDIR /app 11:28:17 ---> Running in ea913a53cb1c 11:28:17 Removing intermediate container ea913a53cb1c 11:28:17 ---> faac76af3416 11:28:17 Step 9/12 : COPY go.mod vendor* ./ 11:28:17 ---> fc5b7aec177a 11:28:17 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:28:17 ---> Running in 61f6897bfd0b 11:28:17 Still waiting to schedule task 11:28:17 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 11:29:13 Removing intermediate container 61f6897bfd0b 11:29:13 ---> 77f5dc1768ae 11:29:13 Step 11/12 : COPY . . 11:29:13 ---> 7c2bbc03531c 11:29:13 Step 12/12 : RUN $MAKE 11:29:13 ---> Running in 5b8a30f693bd 11:29:13 noop 11:29:13 Removing intermediate container 5b8a30f693bd 11:29:13 ---> 376dac0f4e94 11:29:13 Successfully built 376dac0f4e94 11:29:13 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:29:14 + docker inspect -f . ci-base-image-x86_64 11:29:14 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:29:14 prd-ubuntu20.04-docker-8c-8g-9504 does not seem to be running inside a container 11:29:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-rfid-llrp-go_main -v /w/workspace/foundry_device-rfid-llrp-go_main:/w/workspace/foundry_device-rfid-llrp-go_main:rw,z -v /w/workspace/foundry_device-rfid-llrp-go_main@tmp:/w/workspace/foundry_device-rfid-llrp-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 11:29:14 $ docker top d035e852450b41c98be1a18a97969503e31b3b31ebb179ba8d61f53f65002775 -eo pid,comm [Pipeline] { [Pipeline] sh 11:29:14 + go version 11:29:14 go version go1.21.0 linux/amd64 [Pipeline] } 11:29:14 $ docker stop --time=1 d035e852450b41c98be1a18a97969503e31b3b31ebb179ba8d61f53f65002775 11:29:16 $ docker rm -f --volumes d035e852450b41c98be1a18a97969503e31b3b31ebb179ba8d61f53f65002775 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:29:16 + docker inspect -f . ci-base-image-x86_64 11:29:16 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:29:16 prd-ubuntu20.04-docker-8c-8g-9504 does not seem to be running inside a container 11:29:16 $ 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 11:29:16 $ docker top 59f660bb96731a6e4edd1de305d5f03301a5e35b980ab0521b02a889cf6e4be6 -eo pid,comm [Pipeline] { [Pipeline] sh 11:29:17 + git config --global --add safe.directory /w/workspace/foundry_device-rfid-llrp-go_main [Pipeline] fileExists [Pipeline] sh 11:29:17 + make test 11:29:17 go test ./... -coverprofile=coverage.out ./... 11:29:18 ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] 11:29:31 ? github.com/edgexfoundry/device-rfid-llrp-go/cmd [no test files] 11:29:31 ? github.com/edgexfoundry/device-rfid-llrp-go/cmd/llrp [no test files] 11:29:33 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/driver 4.420s coverage: 40.6% of statements 11:29:33 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.249s coverage: 51.9% of statements 11:29:33 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.011s coverage: 96.4% of statements 11:29:48 go vet ./... 11:29:51 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 11:29:51 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 11:29:51 ./bin/test-attribution-txt.sh [Pipeline] echo 11:29:51 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 11:29:51 $ docker stop --time=1 59f660bb96731a6e4edd1de305d5f03301a5e35b980ab0521b02a889cf6e4be6 11:29:55 $ docker rm -f --volumes 59f660bb96731a6e4edd1de305d5f03301a5e35b980ab0521b02a889cf6e4be6 [Pipeline] // withDockerContainer [Pipeline] sh 11:29:55 + sudo chown -R jenkins:jenkins . [Pipeline] stash 11:29:55 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 11:29:56 + sudo chown -R jenkins:jenkins . [Pipeline] sh 11:29:56 + ls -al . 11:29:56 total 644 11:29:56 drwxrwxr-x 11 jenkins jenkins 4096 Oct 18 11:29 . 11:29:56 drwxrwxr-x 4 jenkins jenkins 4096 Oct 18 11:27 .. 11:29:56 -rw-rw-r-- 1 jenkins jenkins 134 Oct 18 11:27 .dockerignore 11:29:56 drwxrwxr-x 8 jenkins jenkins 4096 Oct 18 11:29 .git 11:29:56 drwxrwxr-x 3 jenkins jenkins 4096 Oct 18 11:27 .github 11:29:56 -rw-rw-r-- 1 jenkins jenkins 946 Oct 18 11:27 .gitignore 11:29:56 -rw-rw-r-- 1 jenkins jenkins 41 Oct 18 11:27 .golangci.yml 11:29:56 drwxr-xr-x 3 jenkins jenkins 4096 Oct 18 11:27 .semver 11:29:56 -rw-rw-r-- 1 jenkins jenkins 11980 Oct 18 11:27 Attribution.txt 11:29:56 -rw-rw-r-- 1 jenkins jenkins 10365 Oct 18 11:27 CHANGELOG.md 11:29:56 -rw-rw-r-- 1 jenkins jenkins 1347 Oct 18 11:27 Dockerfile 11:29:56 -rw-rw-r-- 1 jenkins jenkins 677 Oct 18 11:27 GOVERNANCE.md 11:29:56 -rw-rw-r-- 1 jenkins jenkins 683 Oct 18 11:27 Jenkinsfile 11:29:56 -rw-rw-r-- 1 jenkins jenkins 11347 Oct 18 11:27 LICENSE 11:29:56 -rw-rw-r-- 1 jenkins jenkins 2179 Oct 18 11:27 Makefile 11:29:56 -rw-rw-r-- 1 jenkins jenkins 625 Oct 18 11:27 OWNERS.md 11:29:56 -rw-rw-r-- 1 jenkins jenkins 29016 Oct 18 11:27 README.md 11:29:56 -rw-rw-r-- 1 jenkins jenkins 12 Oct 18 11:28 VERSION 11:29:56 drwxrwxr-x 2 jenkins jenkins 4096 Oct 18 11:27 bin 11:29:56 drwxrwxr-x 4 jenkins jenkins 4096 Oct 18 11:27 cmd 11:29:56 -rw-r--r-- 1 jenkins jenkins 459493 Oct 18 11:29 coverage.out 11:29:56 drwxrwxr-x 2 jenkins jenkins 4096 Oct 18 11:27 examples 11:29:56 -rw-rw-r-- 1 jenkins jenkins 3878 Oct 18 11:27 go.mod 11:29:56 -rw-rw-r-- 1 jenkins jenkins 34490 Oct 18 11:27 go.sum 11:29:56 drwxrwxr-x 2 jenkins jenkins 4096 Oct 18 11:27 images 11:29:56 drwxrwxr-x 5 jenkins jenkins 4096 Oct 18 11:27 internal 11:29:56 drwxrwxr-x 4 jenkins jenkins 4096 Oct 18 11:27 snap 11:29:56 -rw-rw-r-- 1 jenkins jenkins 193 Oct 18 11:27 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:29:56 + 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=878a6e6074138d8920890418877c0dc328ed9919 --label arch=amd64 --label version=3.1.0-dev.16 . 11:29:56 Sending build context to Docker daemon 4.365MB 11:29:56 Step 1/24 : ARG BASE=golang:1.21-alpine3.18 11:29:56 Step 2/24 : FROM ${BASE} AS builder 11:29:56 ---> 376dac0f4e94 11:29:56 Step 3/24 : ARG ADD_BUILD_TAGS="" 11:29:57 ---> Running in f57c4f875d6d 11:29:57 Removing intermediate container f57c4f875d6d 11:29:57 ---> cdfae4ca24b7 11:29:57 Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 11:29:57 ---> Running in 4139a6c44050 11:29:57 Removing intermediate container 4139a6c44050 11:29:57 ---> 5b113c27d514 11:29:57 Step 5/24 : ARG ALPINE_PKG_BASE="make git" 11:29:57 ---> Running in ece22960aec4 11:29:57 Removing intermediate container ece22960aec4 11:29:57 ---> 0b027e706870 11:29:57 Step 6/24 : ARG ALPINE_PKG_EXTRA="" 11:29:57 ---> Running in df9b54ce45d8 11:29:57 Removing intermediate container df9b54ce45d8 11:29:57 ---> 08fd3f87fba0 11:29:57 Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:29:57 ---> Running in 478b85048dcb 11:29:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 11:29:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 11:29:58 OK: 264 MiB in 52 packages 11:29:58 Removing intermediate container 478b85048dcb 11:29:58 ---> e73d604f6ab3 11:29:58 Step 8/24 : WORKDIR /app 11:29:58 ---> Running in 3cdf9250f079 11:29:58 Removing intermediate container 3cdf9250f079 11:29:58 ---> cfaa09f9b190 11:29:58 Step 9/24 : COPY go.mod vendor* ./ 11:29:58 ---> c01695635dd8 11:29:58 Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:29:58 ---> Running in bc7ef896993e 11:29:59 Removing intermediate container bc7ef896993e 11:29:59 ---> 9ea6c52d0339 11:29:59 Step 11/24 : COPY . . 11:29:59 ---> 25adf8534ee0 11:29:59 Step 12/24 : RUN $MAKE 11:29:59 ---> Running in de4d3abd17d3 11:29:59 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-rfid-llrp-go.Version=3.1.0-dev.16 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.1.0-dev.35" -trimpath -mod=readonly -o cmd/device-rfid-llrp ./cmd 11:30:05 Running on prd-ubuntu20.04-docker-arm64-4c-16g-9505 in /w/workspace/foundry_device-rfid-llrp-go_main [Pipeline] { [Pipeline] ws 11:30:05 Running in /w/workspace/device-rfid-llrp-go/121 [Pipeline] { [Pipeline] checkout 11:30:05 The recommended git tool is: git 11:30:16 using credential edgex-jenkins-ssh 11:30:16 Cloning the remote Git repository 11:30:16 Cloning repository git@github.com:edgexfoundry/device-rfid-llrp-go.git 11:30:16 > git init /w/workspace/device-rfid-llrp-go/121 # timeout=10 11:30:16 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git 11:30:16 > git --version # timeout=10 11:30:16 > git --version # 'git version 2.25.1' 11:30:16 using GIT_SSH to set credentials SSH Credentials for GitHub 11:30:17 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 11:30:18 > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 11:30:18 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 11:30:19 Avoid second fetch 11:30:19 Checking out Revision 878a6e6074138d8920890418877c0dc328ed9919 (main) 11:30:19 > git config core.sparsecheckout # timeout=10 11:30:19 > git checkout -f 878a6e6074138d8920890418877c0dc328ed9919 # timeout=10 11:30:20 Commit message: "Merge pull request #260 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v3-3.1.0-dev.35" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 11:30:21 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 11:30:21 % Total % Received % Xferd Average Speed Time Time Time Current 11:30:21 Dload Upload Total Spent Left Speed 11:30:21 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 97335 0 --:--:-- --:--:-- --:--:-- 98084 11:30:21 Removing intermediate container de4d3abd17d3 11:30:21 ---> 7eb3dfaeadae 11:30:21 Step 13/24 : FROM alpine:3.18 11:30:21 3.18: Pulling from library/alpine 11:30:21 96526aa774ef: Pulling fs layer 11:30:21 96526aa774ef: Verifying Checksum 11:30:21 96526aa774ef: Download complete 11:30:21 96526aa774ef: Pull complete 11:30:21 Digest: sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 11:30:21 Status: Downloaded newer image for alpine:3.18 11:30:21 ---> 8ca4688f4f35 11:30:21 Step 14/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 11:30:21 ---> Running in ff40c6d60734 11:30:21 Removing intermediate container ff40c6d60734 11:30:21 ---> 171c08919a6c 11:30:21 Step 15/24 : RUN apk add --update --no-cache dumb-init 11:30:21 ---> Running in 2c1b7b70316a 11:30:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 11:30:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 11:30:21 (1/1) Installing dumb-init (1.2.5-r2) 11:30:21 Executing busybox-1.36.1-r2.trigger 11:30:21 OK: 7 MiB in 16 packages [Pipeline] sh 11:30:22 Removing intermediate container 2c1b7b70316a 11:30:22 ---> 166a4f4c84b7 11:30:22 Step 16/24 : COPY --from=builder /app/LICENSE / 11:30:22 ---> c42bea84cf8d 11:30:22 Step 17/24 : COPY --from=builder /app/Attribution.txt / 11:30:22 ---> 26e38b1e759f 11:30:22 Step 18/24 : COPY --from=builder /app/cmd/ / 11:30:22 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 11:30:22 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 11:30:22 + sudo tee /etc/docker/daemon.new 11:30:22 { 11:30:22 "registry-mirrors": [ 11:30:22 "https://nexus3.edgexfoundry.org:10001" 11:30:22 ], 11:30:22 "bip": "10.250.0.254/24", 11:30:22 "hosts": [ 11:30:22 "tcp://0.0.0.0:5555", 11:30:22 "unix:///var/run/docker.sock" 11:30:22 ], 11:30:22 "mtu": 1458, 11:30:22 "selinux-enabled": true, 11:30:22 "seccomp-profile": "/etc/docker/seccomp.json" 11:30:22 } [Pipeline] sh 11:30:23 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 11:30:23 ---> 37a21bc0096e 11:30:23 Step 19/24 : EXPOSE 59989 11:30:23 ---> Running in dbcfe7b0b6c6 11:30:23 Removing intermediate container dbcfe7b0b6c6 11:30:23 ---> 28294213a659 11:30:23 Step 20/24 : ENTRYPOINT ["/device-rfid-llrp"] 11:30:23 ---> Running in abd2e598b688 11:30:23 Removing intermediate container abd2e598b688 11:30:23 ---> 4ed21be95eb9 11:30:23 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 11:30:23 ---> Running in e922b9e3d80f 11:30:23 Removing intermediate container e922b9e3d80f 11:30:23 ---> eb0711733ab6 11:30:23 Step 22/24 : LABEL arch=amd64 11:30:23 ---> Running in 2de1f5f24e00 11:30:23 + sudo service docker restart 11:30:23 Removing intermediate container 2de1f5f24e00 11:30:23 ---> 15b9420dc8f3 11:30:23 Step 23/24 : LABEL git_sha=878a6e6074138d8920890418877c0dc328ed9919 11:30:23 ---> Running in 3379c136e2e4 11:30:23 Removing intermediate container 3379c136e2e4 11:30:23 ---> 1e5ff5d44bb1 11:30:23 Step 24/24 : LABEL version=3.1.0-dev.16 11:30:23 ---> Running in 42e9d3e61338 11:30:23 Removing intermediate container 42e9d3e61338 11:30:23 ---> ff7a218e3709 11:30:23 [Warning] One or more build-args [ARCH] were not consumed 11:30:23 Successfully built ff7a218e3709 11:30:23 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:30:23 provisioning config files... 11:30:23 copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config14035835280408898215tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:30:23 ---> docker-login.sh 11:30:23 nexus3.edgexfoundry.org:10001 11:30:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:30:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:30:23 Configure a credential helper to remove this warning. See 11:30:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:30:23 11:30:23 Login Succeeded 11:30:23 nexus3.edgexfoundry.org:10002 11:30:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:30:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:30:23 Configure a credential helper to remove this warning. See 11:30:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:30:23 11:30:23 Login Succeeded 11:30:23 nexus3.edgexfoundry.org:10003 11:30:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:30:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:30:24 Configure a credential helper to remove this warning. See 11:30:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:30:24 11:30:24 Login Succeeded 11:30:24 nexus3.edgexfoundry.org:10004 11:30:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:30:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:30:24 Configure a credential helper to remove this warning. See 11:30:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:30:24 11:30:24 Login Succeeded 11:30:24 docker.io 11:30:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:30:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:30:24 Configure a credential helper to remove this warning. See 11:30:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:30:24 11:30:24 Login Succeeded 11:30:24 ---> docker-login.sh ends [Pipeline] } 11:30:24 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:30:24 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 11:30:24 [edgeXDocker.push] Tagging docker image device-rfid-llrp with the following tags: 11:30:24 878a6e6074138d8920890418877c0dc328ed9919 11:30:24 latest 11:30:24 3.1.0-dev.16 11:30:24 878a6e6074138d8920890418877c0dc328ed9919-3.1.0-dev.16 11:30:24 main 11:30:24 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:30:24 + docker tag device-rfid-llrp nexus3.edgexfoundry.org:10004/device-rfid-llrp:878a6e6074138d8920890418877c0dc328ed9919 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:30:25 + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp:878a6e6074138d8920890418877c0dc328ed9919 11:30:25 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp] 11:30:25 78dc06223924: Preparing 11:30:25 847271f360eb: Preparing 11:30:25 5a4acfa1364c: Preparing 11:30:25 2a23e7293cbc: Preparing 11:30:25 cc2447e1835a: Preparing 11:30:25 cc2447e1835a: Layer already exists 11:30:25 847271f360eb: Pushed 11:30:25 5a4acfa1364c: Pushed 11:30:25 2a23e7293cbc: Pushed 11:30:28 78dc06223924: Pushed 11:30:28 878a6e6074138d8920890418877c0dc328ed9919: digest: sha256:c945fc0304fd07013f87360c73160b6bfaa4a9653891f090cb8f70a70a2d6351 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:30:28 + docker tag device-rfid-llrp nexus3.edgexfoundry.org:10004/device-rfid-llrp:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:30:28 + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp:latest 11:30:28 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp] 11:30:28 78dc06223924: Preparing 11:30:28 847271f360eb: Preparing 11:30:28 5a4acfa1364c: Preparing 11:30:28 2a23e7293cbc: Preparing 11:30:28 cc2447e1835a: Preparing 11:30:28 78dc06223924: Layer already exists 11:30:28 2a23e7293cbc: Layer already exists 11:30:28 5a4acfa1364c: Layer already exists 11:30:28 847271f360eb: Layer already exists 11:30:28 cc2447e1835a: Layer already exists 11:30:28 latest: digest: sha256:c945fc0304fd07013f87360c73160b6bfaa4a9653891f090cb8f70a70a2d6351 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:30:29 + docker tag device-rfid-llrp nexus3.edgexfoundry.org:10004/device-rfid-llrp:3.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:30:29 + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp:3.1.0-dev.16 11:30:29 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp] 11:30:29 78dc06223924: Preparing 11:30:29 847271f360eb: Preparing 11:30:29 5a4acfa1364c: Preparing 11:30:29 2a23e7293cbc: Preparing 11:30:29 cc2447e1835a: Preparing 11:30:29 847271f360eb: Layer already exists 11:30:29 cc2447e1835a: Layer already exists 11:30:29 78dc06223924: Layer already exists 11:30:29 5a4acfa1364c: Layer already exists 11:30:29 2a23e7293cbc: Layer already exists 11:30:29 3.1.0-dev.16: digest: sha256:c945fc0304fd07013f87360c73160b6bfaa4a9653891f090cb8f70a70a2d6351 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:30:29 + docker tag device-rfid-llrp nexus3.edgexfoundry.org:10004/device-rfid-llrp:878a6e6074138d8920890418877c0dc328ed9919-3.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:30:30 + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp:878a6e6074138d8920890418877c0dc328ed9919-3.1.0-dev.16 11:30:30 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp] 11:30:30 78dc06223924: Preparing 11:30:30 847271f360eb: Preparing 11:30:30 5a4acfa1364c: Preparing 11:30:30 2a23e7293cbc: Preparing 11:30:30 cc2447e1835a: Preparing 11:30:30 cc2447e1835a: Layer already exists 11:30:30 2a23e7293cbc: Layer already exists 11:30:30 847271f360eb: Layer already exists 11:30:30 5a4acfa1364c: Layer already exists 11:30:30 78dc06223924: Layer already exists 11:30:30 878a6e6074138d8920890418877c0dc328ed9919-3.1.0-dev.16: digest: sha256:c945fc0304fd07013f87360c73160b6bfaa4a9653891f090cb8f70a70a2d6351 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:30:30 + docker tag device-rfid-llrp nexus3.edgexfoundry.org:10004/device-rfid-llrp:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:30:30 + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp:main 11:30:30 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp] 11:30:30 78dc06223924: Preparing 11:30:30 847271f360eb: Preparing 11:30:30 5a4acfa1364c: Preparing 11:30:30 2a23e7293cbc: Preparing 11:30:30 cc2447e1835a: Preparing 11:30:30 847271f360eb: Layer already exists 11:30:30 2a23e7293cbc: Layer already exists 11:30:30 5a4acfa1364c: Layer already exists 11:30:30 cc2447e1835a: Layer already exists 11:30:30 78dc06223924: Layer already exists 11:30:30 main: digest: sha256:c945fc0304fd07013f87360c73160b6bfaa4a9653891f090cb8f70a70a2d6351 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:30:30 ===================================================== [Pipeline] echo 11:30:30 taggedImages: 11:30:30 - nexus3.edgexfoundry.org:10004/device-rfid-llrp:878a6e6074138d8920890418877c0dc328ed9919 11:30:30 - nexus3.edgexfoundry.org:10004/device-rfid-llrp:latest 11:30:30 - nexus3.edgexfoundry.org:10004/device-rfid-llrp:3.1.0-dev.16 11:30:30 - nexus3.edgexfoundry.org:10004/device-rfid-llrp:878a6e6074138d8920890418877c0dc328ed9919-3.1.0-dev.16 11:30:30 - 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:30:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:30:31 11:30:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:30:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:30:31 latest: Pulling from edgex-lftools-log-publisher 11:30:31 5eb5b503b376: Pulling fs layer 11:30:31 5c69ac0246d0: Pulling fs layer 11:30:31 ec43610c2a17: Pulling fs layer 11:30:31 3a2ae6a8a46f: Pulling fs layer 11:30:31 33b1e0a273af: Pulling fs layer 11:30:31 5d3b04190fa2: Pulling fs layer 11:30:31 2f39f015ded8: Pulling fs layer 11:30:31 3a2ae6a8a46f: Waiting 11:30:31 33b1e0a273af: Waiting 11:30:31 5d3b04190fa2: Waiting 11:30:31 2f39f015ded8: Waiting 11:30:31 5c69ac0246d0: Download complete 11:30:31 3a2ae6a8a46f: Verifying Checksum 11:30:31 3a2ae6a8a46f: Download complete 11:30:31 33b1e0a273af: Verifying Checksum 11:30:31 33b1e0a273af: Download complete 11:30:31 5d3b04190fa2: Verifying Checksum 11:30:31 5d3b04190fa2: Download complete 11:30:31 ec43610c2a17: Verifying Checksum 11:30:31 ec43610c2a17: Download complete 11:30:31 5eb5b503b376: Verifying Checksum 11:30:31 5eb5b503b376: Download complete 11:30:32 2f39f015ded8: Download complete 11:30:32 5eb5b503b376: Pull complete 11:30:32 5c69ac0246d0: Pull complete 11:30:33 ec43610c2a17: Pull complete 11:30:33 3a2ae6a8a46f: Pull complete 11:30:33 33b1e0a273af: Pull complete 11:30:33 5d3b04190fa2: Pull complete 11:30:37 2f39f015ded8: Pull complete 11:30:38 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 11:30:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:30:38 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:30:38 prd-ubuntu20.04-docker-8c-8g-9504 does not seem to be running inside a container 11:30:38 $ 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:30:42 $ docker top a68f101df17e49ec86477218c95d88c558e18f27376d25654ab6c7c92aff6e9c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] configFileProvider 11:30:42 provisioning config files... 11:30:42 copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/device-rfid-llrp-go/121@tmp/config13771999573185773013tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:30:43 ---> job-cost.sh 11:30:43 lf-activate-venv: SKIPPING 11:30:43 INFO: No Stack... 11:30:43 ---> docker-login.sh 11:30:43 nexus3.edgexfoundry.org:10001 11:30:43 INFO: Retrieving Pricing Info for: v3-standard-8 11:30:43 INFO: Archiving Costs [Pipeline] sh 11:30:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:30:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:30:43 Configure a credential helper to remove this warning. See 11:30:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:30:43 11:30:43 Login Succeeded 11:30:43 nexus3.edgexfoundry.org:10002 11:30:43 + cat /w/workspace/foundry_device-rfid-llrp-go_main/archives/cost.csv 11:30:43 + cut -d, -f6 [Pipeline] lock 11:30:43 Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-main-121-stack-cost] 11:30:43 Resource [jenkins-edgexfoundry-device-rfid-llrp-go-main-121-stack-cost] did not exist. Created. 11:30:43 Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-main-121-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 11:30:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:30:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:30:44 Configure a credential helper to remove this warning. See 11:30:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:30:44 11:30:44 Login Succeeded 11:30:44 + echo total: 0.2199999988079071 [Pipeline] stash 11:30:44 Stashed 1 file(s) [Pipeline] } 11:30:44 Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-main-121-stack-cost] [Pipeline] // lock [Pipeline] } 11:30:44 $ docker stop --time=1 a68f101df17e49ec86477218c95d88c558e18f27376d25654ab6c7c92aff6e9c 11:30:44 nexus3.edgexfoundry.org:10003 11:30:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:30:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:30:44 Configure a credential helper to remove this warning. See 11:30:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:30:44 11:30:44 Login Succeeded 11:30:44 nexus3.edgexfoundry.org:10004 11:30:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:30:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:30:44 Configure a credential helper to remove this warning. See 11:30:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:30:44 11:30:44 Login Succeeded 11:30:44 docker.io 11:30:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:30:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:30:45 Configure a credential helper to remove this warning. See 11:30:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:30:45 11:30:45 Login Succeeded 11:30:45 ---> docker-login.sh ends 11:30:45 $ docker rm -f --volumes a68f101df17e49ec86477218c95d88c558e18f27376d25654ab6c7c92aff6e9c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } 11:30:45 Deleting 1 temporary files [Pipeline] // script [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] echo 11:30:45 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 11:30:45 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 11:30:45 ========================================================= 11:30:45 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] 11:30:45 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:30:46 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine --build-arg MAKE=echo noop --target=builder . 11:30:46 Sending build context to Docker daemon 1.219MB 11:30:46 Step 1/12 : ARG BASE=golang:1.21-alpine3.18 11:30:46 Step 2/12 : FROM ${BASE} AS builder 11:30:46 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 11:30:46 9fda8d8052c6: Pulling fs layer 11:30:46 5d54e960e981: Pulling fs layer 11:30:46 c4a7e357bf2a: Pulling fs layer 11:30:46 f0e02332f6b5: Pulling fs layer 11:30:46 cefa15bbcfad: Pulling fs layer 11:30:46 17808c966233: Pulling fs layer 11:30:46 f4c1fc716caa: Pulling fs layer 11:30:46 f0e02332f6b5: Waiting 11:30:46 cefa15bbcfad: Waiting 11:30:46 17808c966233: Waiting 11:30:46 f4c1fc716caa: Waiting 11:30:46 5d54e960e981: Verifying Checksum 11:30:46 5d54e960e981: Download complete 11:30:46 f0e02332f6b5: Download complete 11:30:46 cefa15bbcfad: Verifying Checksum 11:30:46 cefa15bbcfad: Download complete 11:30:46 9fda8d8052c6: Download complete 11:30:47 f4c1fc716caa: Verifying Checksum 11:30:47 f4c1fc716caa: Download complete 11:30:47 9fda8d8052c6: Pull complete 11:30:48 5d54e960e981: Pull complete 11:30:48 c4a7e357bf2a: Verifying Checksum 11:30:48 c4a7e357bf2a: Download complete 11:30:49 17808c966233: Verifying Checksum 11:30:49 17808c966233: Download complete 11:31:01 c4a7e357bf2a: Pull complete 11:31:02 f0e02332f6b5: Pull complete 11:31:02 cefa15bbcfad: Pull complete 11:31:10 17808c966233: Pull complete 11:31:12 f4c1fc716caa: Pull complete 11:31:12 Digest: sha256:f9b5da702465edd0a2564459334de068a24595700ad6c8d0b85b07445f0b3000 11:31:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 11:31:12 ---> ea914061e18c 11:31:12 Step 3/12 : ARG ADD_BUILD_TAGS="" 11:31:13 ---> Running in 18d01260a02d 11:31:13 Removing intermediate container 18d01260a02d 11:31:13 ---> 1f1089a51275 11:31:13 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 11:31:13 ---> Running in 8143d8c9d5f0 11:31:14 Removing intermediate container 8143d8c9d5f0 11:31:14 ---> b233dd6b1f95 11:31:14 Step 5/12 : ARG ALPINE_PKG_BASE="make git" 11:31:14 ---> Running in 2695857a4f7e 11:31:14 Removing intermediate container 2695857a4f7e 11:31:14 ---> e923d4b0054a 11:31:14 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 11:31:14 ---> Running in 0ad9dc9bc0c0 11:31:15 Removing intermediate container 0ad9dc9bc0c0 11:31:15 ---> f34b45780827 11:31:15 Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:31:15 ---> Running in c271a6157f88 11:31:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 11:31:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 11:31:17 OK: 266 MiB in 52 packages 11:31:18 Removing intermediate container c271a6157f88 11:31:18 ---> 49fd21eaafb8 11:31:18 Step 8/12 : WORKDIR /app 11:31:18 ---> Running in 85f8a96d736a 11:31:18 Removing intermediate container 85f8a96d736a 11:31:18 ---> 2f964ef9df54 11:31:18 Step 9/12 : COPY go.mod vendor* ./ 11:31:21 ---> e9c0ea342bd2 11:31:21 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:31:21 ---> Running in 85e8d0d462cf 11:32:58 Removing intermediate container 85e8d0d462cf 11:32:58 ---> a91ed188d76c 11:32:58 Step 11/12 : COPY . . 11:32:58 ---> 5beae9540b8e 11:32:58 Step 12/12 : RUN $MAKE 11:32:58 ---> Running in 6172df08077c 11:32:58 noop 11:32:58 Removing intermediate container 6172df08077c 11:32:58 ---> ef0c202845f6 11:32:58 Successfully built ef0c202845f6 11:32:58 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:32:58 + docker inspect -f . ci-base-image-arm64 11:32:58 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:32:58 prd-ubuntu20.04-docker-arm64-4c-16g-9505 does not seem to be running inside a container 11:32:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rfid-llrp-go/121 -v /w/workspace/device-rfid-llrp-go/121:/w/workspace/device-rfid-llrp-go/121:rw,z -v /w/workspace/device-rfid-llrp-go/121@tmp:/w/workspace/device-rfid-llrp-go/121@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:33:00 $ docker top 7eea89d2f700be6ae901a4f302e97a7c906849f8b4794c1288b5eda1ced3d77d -eo pid,comm [Pipeline] { [Pipeline] sh 11:33:00 + go version 11:33:00 go version go1.21.0 linux/arm64 [Pipeline] } 11:33:00 $ docker stop --time=1 7eea89d2f700be6ae901a4f302e97a7c906849f8b4794c1288b5eda1ced3d77d 11:33:02 $ docker rm -f --volumes 7eea89d2f700be6ae901a4f302e97a7c906849f8b4794c1288b5eda1ced3d77d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:33:03 + docker inspect -f . ci-base-image-arm64 11:33:03 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:33:03 prd-ubuntu20.04-docker-arm64-4c-16g-9505 does not seem to be running inside a container 11:33:03 $ 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/121 -v /w/workspace/device-rfid-llrp-go/121:/w/workspace/device-rfid-llrp-go/121:rw,z -v /w/workspace/device-rfid-llrp-go/121@tmp:/w/workspace/device-rfid-llrp-go/121@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:33:04 $ docker top e8d73295366c4bb9e816e1c8e8d96ec3fdce32840e5c7413675bf2feff2fbb21 -eo pid,comm [Pipeline] { [Pipeline] sh 11:33:04 + git config --global --add safe.directory /w/workspace/device-rfid-llrp-go/121 [Pipeline] fileExists [Pipeline] sh 11:33:05 + make test 11:33:05 go test ./... -coverprofile=coverage.out ./... 11:33:13 ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] 11:34:50 ? github.com/edgexfoundry/device-rfid-llrp-go/cmd [no test files] 11:34:50 ? github.com/edgexfoundry/device-rfid-llrp-go/cmd/llrp [no test files] 11:35:17 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/driver 27.648s coverage: 40.6% of statements 11:35:17 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.516s coverage: 51.9% of statements 11:35:17 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.032s coverage: 95.5% of statements 11:35:17 WARNING: Linting skipped (not on x86_64 or linter not installed) 11:35:17 go vet ./... 11:35:39 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 11:35:39 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 11:35:39 ./bin/test-attribution-txt.sh [Pipeline] echo 11:35:39 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 11:35:39 $ docker stop --time=1 e8d73295366c4bb9e816e1c8e8d96ec3fdce32840e5c7413675bf2feff2fbb21 11:35:41 $ docker rm -f --volumes e8d73295366c4bb9e816e1c8e8d96ec3fdce32840e5c7413675bf2feff2fbb21 [Pipeline] // withDockerContainer [Pipeline] sh 11:35:42 + sudo chown -R jenkins:jenkins . [Pipeline] stash 11:35:42 Warning: overwriting stash ‘coverage-report’ 11:35:42 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 11:35:43 + sudo chown -R jenkins:jenkins . [Pipeline] sh 11:35:43 + ls -al . 11:35:43 total 640 11:35:43 drwxrwxr-x 10 jenkins jenkins 4096 Oct 18 11:33 . 11:35:43 drwxrwxr-x 4 jenkins jenkins 4096 Oct 18 11:30 .. 11:35:43 -rw-rw-r-- 1 jenkins jenkins 134 Oct 18 11:30 .dockerignore 11:35:43 drwxrwxr-x 8 jenkins jenkins 4096 Oct 18 11:30 .git 11:35:43 drwxrwxr-x 3 jenkins jenkins 4096 Oct 18 11:30 .github 11:35:43 -rw-rw-r-- 1 jenkins jenkins 946 Oct 18 11:30 .gitignore 11:35:43 -rw-rw-r-- 1 jenkins jenkins 41 Oct 18 11:30 .golangci.yml 11:35:43 -rw-rw-r-- 1 jenkins jenkins 11980 Oct 18 11:30 Attribution.txt 11:35:43 -rw-rw-r-- 1 jenkins jenkins 10365 Oct 18 11:30 CHANGELOG.md 11:35:43 -rw-rw-r-- 1 jenkins jenkins 1347 Oct 18 11:30 Dockerfile 11:35:43 -rw-rw-r-- 1 jenkins jenkins 677 Oct 18 11:30 GOVERNANCE.md 11:35:43 -rw-rw-r-- 1 jenkins jenkins 683 Oct 18 11:30 Jenkinsfile 11:35:43 -rw-rw-r-- 1 jenkins jenkins 11347 Oct 18 11:30 LICENSE 11:35:43 -rw-rw-r-- 1 jenkins jenkins 2179 Oct 18 11:30 Makefile 11:35:43 -rw-rw-r-- 1 jenkins jenkins 625 Oct 18 11:30 OWNERS.md 11:35:43 -rw-rw-r-- 1 jenkins jenkins 29016 Oct 18 11:30 README.md 11:35:43 -rw-rw-r-- 1 jenkins jenkins 12 Oct 18 11:28 VERSION 11:35:43 drwxrwxr-x 2 jenkins jenkins 4096 Oct 18 11:30 bin 11:35:43 drwxrwxr-x 4 jenkins jenkins 4096 Oct 18 11:30 cmd 11:35:43 -rw-r--r-- 1 jenkins jenkins 459493 Oct 18 11:35 coverage.out 11:35:43 drwxrwxr-x 2 jenkins jenkins 4096 Oct 18 11:30 examples 11:35:43 -rw-rw-r-- 1 jenkins jenkins 3878 Oct 18 11:30 go.mod 11:35:43 -rw-rw-r-- 1 jenkins jenkins 34490 Oct 18 11:30 go.sum 11:35:43 drwxrwxr-x 2 jenkins jenkins 4096 Oct 18 11:30 images 11:35:43 drwxrwxr-x 5 jenkins jenkins 4096 Oct 18 11:30 internal 11:35:43 drwxrwxr-x 4 jenkins jenkins 4096 Oct 18 11:30 snap 11:35:43 -rw-rw-r-- 1 jenkins jenkins 193 Oct 18 11:30 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:35:43 + 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=878a6e6074138d8920890418877c0dc328ed9919 --label arch=arm64 --label version=3.1.0-dev.16 . 11:35:44 Sending build context to Docker daemon 1.219MB 11:35:44 Step 1/24 : ARG BASE=golang:1.21-alpine3.18 11:35:44 Step 2/24 : FROM ${BASE} AS builder 11:35:44 ---> ef0c202845f6 11:35:44 Step 3/24 : ARG ADD_BUILD_TAGS="" 11:35:44 ---> Running in bef1addc9b38 11:35:44 Removing intermediate container bef1addc9b38 11:35:44 ---> b874d7491da6 11:35:44 Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 11:35:44 ---> Running in 0032bee25659 11:35:45 Removing intermediate container 0032bee25659 11:35:45 ---> 4f6c9e78ae86 11:35:45 Step 5/24 : ARG ALPINE_PKG_BASE="make git" 11:35:45 ---> Running in 2fca80ee7525 11:35:45 Removing intermediate container 2fca80ee7525 11:35:45 ---> f2a68b8c21a3 11:35:45 Step 6/24 : ARG ALPINE_PKG_EXTRA="" 11:35:45 ---> Running in 3c7ecd7769c3 11:35:46 Removing intermediate container 3c7ecd7769c3 11:35:46 ---> dc32c18d6c42 11:35:46 Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:35:46 ---> Running in dcdfab43b1d0 11:35:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 11:35:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 11:35:49 OK: 266 MiB in 52 packages 11:35:49 Removing intermediate container dcdfab43b1d0 11:35:49 ---> fcb8eb8b49b8 11:35:49 Step 8/24 : WORKDIR /app 11:35:49 ---> Running in 057e849e6ac9 11:35:52 Removing intermediate container 057e849e6ac9 11:35:52 ---> 2503a63cb483 11:35:52 Step 9/24 : COPY go.mod vendor* ./ 11:35:53 ---> 9113619d1013 11:35:53 Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:35:53 ---> Running in 67e61112b784 11:35:55 Removing intermediate container 67e61112b784 11:35:55 ---> 60a615cf8e35 11:35:55 Step 11/24 : COPY . . 11:35:56 ---> c38d80b1c87e 11:35:56 Step 12/24 : RUN $MAKE 11:35:56 ---> Running in 28bfd4e5c9ec 11:35:57 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-rfid-llrp-go.Version=3.1.0-dev.16 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.1.0-dev.35" -trimpath -mod=readonly -o cmd/device-rfid-llrp ./cmd 11:38:04 Removing intermediate container 28bfd4e5c9ec 11:38:04 ---> a7cf7420c30a 11:38:04 Step 13/24 : FROM alpine:3.18 11:38:04 3.18: Pulling from library/alpine 11:38:04 579b34f0a95b: Pulling fs layer 11:38:04 579b34f0a95b: Download complete 11:38:04 579b34f0a95b: Pull complete 11:38:04 Digest: sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 11:38:04 Status: Downloaded newer image for alpine:3.18 11:38:04 ---> 3cc203321400 11:38:04 Step 14/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 11:38:04 ---> Running in fc34a1037b28 11:38:04 Removing intermediate container fc34a1037b28 11:38:04 ---> e11fe69bce2b 11:38:04 Step 15/24 : RUN apk add --update --no-cache dumb-init 11:38:04 ---> Running in d69ed9ac7ead 11:38:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 11:38:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 11:38:04 (1/1) Installing dumb-init (1.2.5-r2) 11:38:04 Executing busybox-1.36.1-r2.trigger 11:38:04 OK: 8 MiB in 16 packages 11:38:04 Removing intermediate container d69ed9ac7ead 11:38:04 ---> 94d30c34d37d 11:38:04 Step 16/24 : COPY --from=builder /app/LICENSE / 11:38:04 ---> 6052f346dc69 11:38:04 Step 17/24 : COPY --from=builder /app/Attribution.txt / 11:38:04 ---> cbfd36d15bf7 11:38:04 Step 18/24 : COPY --from=builder /app/cmd/ / 11:38:04 ---> 504c8cc18ac3 11:38:04 Step 19/24 : EXPOSE 59989 11:38:04 ---> Running in 28c4ac6c8dbd 11:38:04 Removing intermediate container 28c4ac6c8dbd 11:38:04 ---> 2b523f4abb16 11:38:04 Step 20/24 : ENTRYPOINT ["/device-rfid-llrp"] 11:38:04 ---> Running in c1aeac827976 11:38:04 Removing intermediate container c1aeac827976 11:38:04 ---> c3ad798ae799 11:38:04 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 11:38:04 ---> Running in 839e0480fcb9 11:38:04 Removing intermediate container 839e0480fcb9 11:38:04 ---> 731e33b17892 11:38:04 Step 22/24 : LABEL arch=arm64 11:38:04 ---> Running in 9d4700577749 11:38:04 Removing intermediate container 9d4700577749 11:38:04 ---> 438cbebfa24c 11:38:04 Step 23/24 : LABEL git_sha=878a6e6074138d8920890418877c0dc328ed9919 11:38:04 ---> Running in f90b9655fc50 11:38:04 Removing intermediate container f90b9655fc50 11:38:04 ---> 6d12c08be155 11:38:04 Step 24/24 : LABEL version=3.1.0-dev.16 11:38:04 ---> Running in 6fa6876128df 11:38:04 Removing intermediate container 6fa6876128df 11:38:04 ---> 9fe3350b2192 11:38:04 [Warning] One or more build-args [ARCH] were not consumed 11:38:04 Successfully built 9fe3350b2192 11:38:04 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:38:04 provisioning config files... 11:38:04 copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/device-rfid-llrp-go/121@tmp/config2692585413910376077tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:38:04 ---> docker-login.sh 11:38:04 nexus3.edgexfoundry.org:10001 11:38:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:38:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:38:05 Configure a credential helper to remove this warning. See 11:38:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:38:05 11:38:05 Login Succeeded 11:38:05 nexus3.edgexfoundry.org:10002 11:38:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:38:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:38:05 Configure a credential helper to remove this warning. See 11:38:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:38:05 11:38:05 Login Succeeded 11:38:05 nexus3.edgexfoundry.org:10003 11:38:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:38:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:38:05 Configure a credential helper to remove this warning. See 11:38:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:38:05 11:38:05 Login Succeeded 11:38:05 nexus3.edgexfoundry.org:10004 11:38:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:38:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:38:06 Configure a credential helper to remove this warning. See 11:38:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:38:06 11:38:06 Login Succeeded 11:38:06 docker.io 11:38:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:38:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:38:06 Configure a credential helper to remove this warning. See 11:38:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:38:06 11:38:06 Login Succeeded 11:38:06 ---> docker-login.sh ends [Pipeline] } 11:38:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:38:06 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 11:38:06 [edgeXDocker.push] Tagging docker image device-rfid-llrp-arm64 with the following tags: 11:38:06 878a6e6074138d8920890418877c0dc328ed9919 11:38:06 latest 11:38:06 3.1.0-dev.16 11:38:06 878a6e6074138d8920890418877c0dc328ed9919-3.1.0-dev.16 11:38:06 main 11:38:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:38:07 + docker tag device-rfid-llrp-arm64 nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:878a6e6074138d8920890418877c0dc328ed9919 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:38:07 + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:878a6e6074138d8920890418877c0dc328ed9919 11:38:07 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64] 11:38:07 83e0ce2db22a: Preparing 11:38:07 94cd65e32a28: Preparing 11:38:07 86833f8ba1e4: Preparing 11:38:07 c2f409b5e60f: Preparing 11:38:07 5f4d9fc4d98d: Preparing 11:38:07 5f4d9fc4d98d: Layer already exists 11:38:07 94cd65e32a28: Pushed 11:38:07 c2f409b5e60f: Pushed 11:38:07 86833f8ba1e4: Pushed 11:38:13 83e0ce2db22a: Pushed 11:38:13 878a6e6074138d8920890418877c0dc328ed9919: digest: sha256:a7633bda919b28c56b681f607b1faa249863b3e49fe986ac6b3e78d6aad1ef52 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:38:13 + 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:38:14 + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:latest 11:38:14 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64] 11:38:14 83e0ce2db22a: Preparing 11:38:14 94cd65e32a28: Preparing 11:38:14 86833f8ba1e4: Preparing 11:38:14 c2f409b5e60f: Preparing 11:38:14 5f4d9fc4d98d: Preparing 11:38:14 c2f409b5e60f: Layer already exists 11:38:14 86833f8ba1e4: Layer already exists 11:38:14 94cd65e32a28: Layer already exists 11:38:14 5f4d9fc4d98d: Layer already exists 11:38:14 83e0ce2db22a: Layer already exists 11:38:14 latest: digest: sha256:a7633bda919b28c56b681f607b1faa249863b3e49fe986ac6b3e78d6aad1ef52 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:38:14 + docker tag device-rfid-llrp-arm64 nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:3.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:38:14 + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:3.1.0-dev.16 11:38:14 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64] 11:38:14 83e0ce2db22a: Preparing 11:38:14 94cd65e32a28: Preparing 11:38:14 86833f8ba1e4: Preparing 11:38:14 c2f409b5e60f: Preparing 11:38:14 5f4d9fc4d98d: Preparing 11:38:14 c2f409b5e60f: Layer already exists 11:38:14 86833f8ba1e4: Layer already exists 11:38:14 94cd65e32a28: Layer already exists 11:38:14 5f4d9fc4d98d: Layer already exists 11:38:14 83e0ce2db22a: Layer already exists 11:38:14 3.1.0-dev.16: digest: sha256:a7633bda919b28c56b681f607b1faa249863b3e49fe986ac6b3e78d6aad1ef52 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:38:15 + docker tag device-rfid-llrp-arm64 nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:878a6e6074138d8920890418877c0dc328ed9919-3.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:38:15 + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:878a6e6074138d8920890418877c0dc328ed9919-3.1.0-dev.16 11:38:15 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64] 11:38:15 83e0ce2db22a: Preparing 11:38:15 94cd65e32a28: Preparing 11:38:15 86833f8ba1e4: Preparing 11:38:15 c2f409b5e60f: Preparing 11:38:15 5f4d9fc4d98d: Preparing 11:38:15 86833f8ba1e4: Layer already exists 11:38:15 94cd65e32a28: Layer already exists 11:38:15 5f4d9fc4d98d: Layer already exists 11:38:15 83e0ce2db22a: Layer already exists 11:38:15 c2f409b5e60f: Layer already exists 11:38:15 878a6e6074138d8920890418877c0dc328ed9919-3.1.0-dev.16: digest: sha256:a7633bda919b28c56b681f607b1faa249863b3e49fe986ac6b3e78d6aad1ef52 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:38:15 + 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:38:16 + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:main 11:38:16 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64] 11:38:16 83e0ce2db22a: Preparing 11:38:16 94cd65e32a28: Preparing 11:38:16 86833f8ba1e4: Preparing 11:38:16 c2f409b5e60f: Preparing 11:38:16 5f4d9fc4d98d: Preparing 11:38:16 94cd65e32a28: Layer already exists 11:38:16 c2f409b5e60f: Layer already exists 11:38:16 5f4d9fc4d98d: Layer already exists 11:38:16 83e0ce2db22a: Layer already exists 11:38:16 86833f8ba1e4: Layer already exists 11:38:16 main: digest: sha256:a7633bda919b28c56b681f607b1faa249863b3e49fe986ac6b3e78d6aad1ef52 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:38:16 ===================================================== [Pipeline] echo 11:38:16 taggedImages: 11:38:16 - nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:878a6e6074138d8920890418877c0dc328ed9919 11:38:16 - nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:latest 11:38:16 - nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:3.1.0-dev.16 11:38:16 - nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:878a6e6074138d8920890418877c0dc328ed9919-3.1.0-dev.16 11:38:16 - 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:38:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:38:16 11:38:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:38:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:38:17 arm64: Pulling from edgex-lftools-log-publisher 11:38:17 8998bd30e6a1: Pulling fs layer 11:38:17 04944245beec: Pulling fs layer 11:38:17 699f458cf7ca: Pulling fs layer 11:38:17 765212b225bb: Pulling fs layer 11:38:17 f23df028b6ca: Pulling fs layer 11:38:17 d65c8cfc05b1: Pulling fs layer 11:38:17 2437ff75d9bd: Pulling fs layer 11:38:17 765212b225bb: Waiting 11:38:17 f23df028b6ca: Waiting 11:38:17 d65c8cfc05b1: Waiting 11:38:17 2437ff75d9bd: Waiting 11:38:17 04944245beec: Verifying Checksum 11:38:17 04944245beec: Download complete 11:38:17 765212b225bb: Verifying Checksum 11:38:17 765212b225bb: Download complete 11:38:17 f23df028b6ca: Verifying Checksum 11:38:17 f23df028b6ca: Download complete 11:38:17 d65c8cfc05b1: Verifying Checksum 11:38:17 d65c8cfc05b1: Download complete 11:38:17 699f458cf7ca: Verifying Checksum 11:38:17 699f458cf7ca: Download complete 11:38:17 8998bd30e6a1: Verifying Checksum 11:38:17 8998bd30e6a1: Download complete 11:38:20 2437ff75d9bd: Verifying Checksum 11:38:20 2437ff75d9bd: Download complete 11:38:22 8998bd30e6a1: Pull complete 11:38:22 04944245beec: Pull complete 11:38:24 699f458cf7ca: Pull complete 11:38:24 765212b225bb: Pull complete 11:38:25 f23df028b6ca: Pull complete 11:38:25 d65c8cfc05b1: Pull complete 11:38:43 2437ff75d9bd: Pull complete 11:38:43 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 11:38:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:38:43 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:38:43 prd-ubuntu20.04-docker-arm64-4c-16g-9505 does not seem to be running inside a container 11:38:43 $ 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/121 -v /w/workspace/device-rfid-llrp-go/121:/w/workspace/device-rfid-llrp-go/121:rw,z -v /w/workspace/device-rfid-llrp-go/121@tmp:/w/workspace/device-rfid-llrp-go/121@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:38:46 $ docker top b7462a8cfa7eca6fe2374708222cb6b0a5c11e24777ca99976ba1ff9ca004070 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:38:47 ---> job-cost.sh 11:38:47 lf-activate-venv: SKIPPING 11:38:47 INFO: No Stack... 11:38:47 INFO: Retrieving Pricing Info for: v3-standard-4 11:38:48 INFO: Archiving Costs [Pipeline] sh 11:38:49 + cat /w/workspace/device-rfid-llrp-go/121/archives/cost.csv 11:38:49 + cut -d, -f6 [Pipeline] lock 11:38:49 Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-main-121-stack-cost] 11:38:49 Resource [jenkins-edgexfoundry-device-rfid-llrp-go-main-121-stack-cost] did not exist. Created. 11:38:49 Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-main-121-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 11:38:50 /w/workspace/device-rfid-llrp-go/121@tmp/durable-d6cbfa52/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 11:38:50 + echo total: 0.10999999940395355 [Pipeline] stash 11:38:50 Warning: overwriting stash ‘stack-cost’ 11:38:50 Stashed 1 file(s) [Pipeline] } 11:38:50 Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-main-121-stack-cost] [Pipeline] // lock [Pipeline] } 11:38:51 $ docker stop --time=1 b7462a8cfa7eca6fe2374708222cb6b0a5c11e24777ca99976ba1ff9ca004070 11:38:54 $ docker rm -f --volumes b7462a8cfa7eca6fe2374708222cb6b0a5c11e24777ca99976ba1ff9ca004070 [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:38:54 provisioning config files... 11:38:54 copy managed file [device-rfid-llrp-go-codecov-token] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config9601898783508243737tmp [Pipeline] { [Pipeline] sh 11:38:54 + set +x 11:38:54 + curl -s https://codecov.io/bash 11:38:54 + bash -s -- 11:38:54 11:38:54 _____ _ 11:38:54 / ____| | | 11:38:54 | | ___ __| | ___ ___ _____ __ 11:38:54 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 11:38:54 | |___| (_) | (_| | __/ (_| (_) \ V / 11:38:54 \_____\___/ \__,_|\___|\___\___/ \_/ 11:38:54 Bash-1.0.6 11:38:54 11:38:54 11:38:54 ==> git version 2.25.1 found 11:38:54 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 11:38:54 Release-Date: 2020-01-08 11:38:54 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 11:38:54 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 11:38:54 ==> Jenkins CI detected. 11:38:54 current dir:  /w/workspace/foundry_device-rfid-llrp-go_main 11:38:54 project root: . 11:38:54 --> token set from env 11:38:54 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 11:38:54 ==> Running gcov in . (disable via -X gcov) 11:38:54 ==> Python coveragepy not found 11:38:54 ==> Searching for coverage reports in: 11:38:54 + . 11:38:54 -> Found 1 reports 11:38:54 ==> Detecting git/mercurial file structure 11:38:55 ==> Reading reports 11:38:55 + ./coverage.out bytes=459493 11:38:55 ==> Appending adjustments 11:38:55 https://docs.codecov.io/docs/fixing-reports 11:38:55 + Found adjustments 11:38:55 ==> Gzipping contents 11:38:55 52K /tmp/codecov.AOD6Qn.gz 11:38:55 ==> Uploading reports 11:38:55 url: https://codecov.io 11:38:55 query: branch=main&commit=878a6e6074138d8920890418877c0dc328ed9919&build=121&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rfid-llrp-go%2Fjob%2Fmain%2F121%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rfid-llrp-go&service=jenkins&flags=&pr=&job=&cmd_args= 11:38:55 -> Pinging Codecov 11:38:55 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=878a6e6074138d8920890418877c0dc328ed9919&build=121&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rfid-llrp-go%2Fjob%2Fmain%2F121%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rfid-llrp-go&service=jenkins&flags=&pr=&job=&cmd_args= 11:38:55 -> Uploading to 11:38:55 https://storage.googleapis.com/codecov/v4/raw/2023-10-18/581DD39554BDF9B6E22D074273EAD858/878a6e6074138d8920890418877c0dc328ed9919/327b8a3f-e3f1-4d5f-af14-d9eecadc1279.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20231018%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20231018T113855Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4b25d8750eef2ee16569b7263f3fca730ed8f809575d70fd868b82f0801a4d4e 11:38:55 % Total % Received % Xferd Average Speed Time Time Time Current 11:38:55 Dload Upload Total Spent Left Speed 11:38:55 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50515 0 0 100 50515 0 151k --:--:-- --:--:-- --:--:-- 151k 100 50515 0 0 100 50515 0 151k --:--:-- --:--:-- --:--:-- 151k 11:38:55 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rfid-llrp-go/commit/878a6e6074138d8920890418877c0dc328ed9919 [Pipeline] } 11:38:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 11:38:56 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 11:38:56 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:38:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 11:38:56 11:38:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:38:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 11:38:56 1.410.4: Pulling from edgex-devops/edgex-snyk-go 11:38:56 df9b9388f04a: Pulling fs layer 11:38:56 52dc419b0ee2: Pulling fs layer 11:38:56 25bc292e5bac: Pulling fs layer 11:38:56 114826534d7a: Pulling fs layer 11:38:56 4657fd5d0bcf: Pulling fs layer 11:38:56 6ad1cebc031e: Pulling fs layer 11:38:56 8a3aa393b2d8: Pulling fs layer 11:38:56 114826534d7a: Waiting 11:38:56 4657fd5d0bcf: Waiting 11:38:56 6ad1cebc031e: Waiting 11:38:56 8a3aa393b2d8: Waiting 11:38:56 52dc419b0ee2: Download complete 11:38:56 4657fd5d0bcf: Download complete 11:38:56 df9b9388f04a: Download complete 11:38:56 df9b9388f04a: Pull complete 11:38:56 6ad1cebc031e: Verifying Checksum 11:38:56 6ad1cebc031e: Download complete 11:38:56 52dc419b0ee2: Pull complete 11:38:56 25bc292e5bac: Pull complete 11:38:57 114826534d7a: Verifying Checksum 11:38:57 114826534d7a: Download complete 11:38:57 8a3aa393b2d8: Download complete 11:39:00 114826534d7a: Pull complete 11:39:00 4657fd5d0bcf: Pull complete 11:39:01 6ad1cebc031e: Pull complete 11:39:03 8a3aa393b2d8: Pull complete 11:39:03 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 11:39:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 11:39:03 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:39:03 prd-ubuntu20.04-docker-8c-8g-9504 does not seem to be running inside a container 11:39:03 $ 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:39:09 $ docker top 177ca173bc1164131a897abacc89a908c05ef41326b1f7d449816e0e172076d7 -eo pid,comm [Pipeline] { [Pipeline] echo 11:39:09 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-rfid-llrp-go:main' [Pipeline] sh 11:39:09 + set -o pipefail 11:39:09 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-rfid-llrp-go:main' 11:39:17 11:39:17 Monitoring /w/workspace/foundry_device-rfid-llrp-go_main (github.com/edgexfoundry/device-rfid-llrp-go)... 11:39:17 11:39:17 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/51b7f931-2ad3-4a5d-a1d2-3e401f6a993d/history/f628848a-8881-4944-b042-6b76a914d270 11:39:17 11:39:17 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 11:39:17 11:39:17 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 11:39:17 11:39:17 11:39:17 A medium severity vulnerability was found in the Snyk CLI versions you are using. 11:39:17 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 11:39:17 More details here: https://snyk.co/ue1NS [Pipeline] } 11:39:17 $ docker stop --time=1 177ca173bc1164131a897abacc89a908c05ef41326b1f7d449816e0e172076d7 11:39:22 $ docker rm -f --volumes 177ca173bc1164131a897abacc89a908c05ef41326b1f7d449816e0e172076d7 [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:39:22 + git log --format=format:%s -1 878a6e6074138d8920890418877c0dc328ed9919 [Pipeline] sh 11:39:23 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:39:23 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:39:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:39:23 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:39:23 prd-ubuntu20.04-docker-8c-8g-9504 does not seem to be running inside a container 11:39:23 $ 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:39:24 $ docker top d029c34f27189c91440646e0da36519e9aad5686dea9edf1034b00113e2b5fb1 -eo pid,comm 11:39:24 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:39:24 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:39:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:39:24 [ssh-agent] Looking for ssh-agent implementation... 11:39:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:39:24 $ docker exec d029c34f27189c91440646e0da36519e9aad5686dea9edf1034b00113e2b5fb1 ssh-agent 11:39:24 SSH_AUTH_SOCK=/tmp/ssh-4Onou6lA4Lng/agent.32 11:39:24 SSH_AGENT_PID=38 11:39:24 Running ssh-add (command line suppressed) 11:39:24 Identity added: /w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_6860847592625423221.key (/w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_6860847592625423221.key) 11:39:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:39:24 + git semver tag 11:39:24 2023-10-18 11:39:24,888 [run_tag] DEBUG tag force:False 11:39:24 2023-10-18 11:39:24,888 [check_head_tag] DEBUG check head tag 11:39:24 2023-10-18 11:39:24,889 [execute] INFO git cat-file --batch-check 11:39:24 2023-10-18 11:39:24,889 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main, universal_newlines=False, shell=None, istream=) 11:39:24 2023-10-18 11:39:24,893 [execute] INFO git cat-file --batch 11:39:24 2023-10-18 11:39:24,893 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main, universal_newlines=False, shell=None, istream=) 11:39:24 2023-10-18 11:39:24,903 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main 11:39:24 2023-10-18 11:39:24,903 [execute] INFO git tag -a v3.1.0-dev.16 -m v3.1.0-dev.16 11:39:24 2023-10-18 11:39:24,903 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.1.0-dev.16', '-m', 'v3.1.0-dev.16'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main, universal_newlines=False, shell=None, istream=None) 11:39:24 2023-10-18 11:39:24,908 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main 11:39:24 3.1.0-dev.16 [Pipeline] } 11:39:24 $ docker exec --env ******** --env ******** d029c34f27189c91440646e0da36519e9aad5686dea9edf1034b00113e2b5fb1 ssh-agent -k 11:39:25 unset SSH_AUTH_SOCK; 11:39:25 unset SSH_AGENT_PID; 11:39:25 echo Agent pid 38 killed; 11:39:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:39:25 + git semver [Pipeline] } 11:39:25 $ docker stop --time=1 d029c34f27189c91440646e0da36519e9aad5686dea9edf1034b00113e2b5fb1 11:39:26 $ docker rm -f --volumes d029c34f27189c91440646e0da36519e9aad5686dea9edf1034b00113e2b5fb1 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:39:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:39:27 11:39:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:39:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:39:27 0.23.1-centos7: Pulling from edgex-lftools 11:39:27 ab5ef0e58194: Pulling fs layer 11:39:27 9712f1f96733: Pulling fs layer 11:39:27 63f879dbbcfc: Pulling fs layer 11:39:27 0d9ebad4ef96: Pulling fs layer 11:39:27 e9a5061849ea: Pulling fs layer 11:39:27 d747dcd14b5f: Pulling fs layer 11:39:27 2de7ff778b66: Pulling fs layer 11:39:27 e9a5061849ea: Waiting 11:39:27 2de7ff778b66: Waiting 11:39:27 d747dcd14b5f: Waiting 11:39:27 0d9ebad4ef96: Waiting 11:39:27 9712f1f96733: Verifying Checksum 11:39:27 9712f1f96733: Download complete 11:39:28 63f879dbbcfc: Verifying Checksum 11:39:28 63f879dbbcfc: Download complete 11:39:28 0d9ebad4ef96: Verifying Checksum 11:39:28 0d9ebad4ef96: Download complete 11:39:28 e9a5061849ea: Verifying Checksum 11:39:28 e9a5061849ea: Download complete 11:39:28 d747dcd14b5f: Download complete 11:39:28 ab5ef0e58194: Verifying Checksum 11:39:28 ab5ef0e58194: Download complete 11:39:28 2de7ff778b66: Verifying Checksum 11:39:28 2de7ff778b66: Download complete 11:39:30 ab5ef0e58194: Pull complete 11:39:30 9712f1f96733: Pull complete 11:39:31 63f879dbbcfc: Pull complete 11:39:34 0d9ebad4ef96: Pull complete 11:39:35 e9a5061849ea: Pull complete 11:39:35 d747dcd14b5f: Pull complete 11:39:36 2de7ff778b66: Pull complete 11:39:36 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 11:39:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:39:36 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:39:36 prd-ubuntu20.04-docker-8c-8g-9504 does not seem to be running inside a container 11:39:36 $ 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:39:43 $ docker top 0d90a2e9cdda4d7f6c16fe17b8de07954f955ec0f269ca0867659345fcd896ea -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 11:39:43 provisioning config files... 11:39:43 copy managed file [sigul-config] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config7647613851651754193tmp 11:39:43 copy managed file [sigul-password] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config3240968719761637055tmp 11:39:43 copy managed file [sigul-pki] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config2317169611285168950tmp [Pipeline] { [Pipeline] echo 11:39:43 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 11:39:43 ---> sigul-configuration.sh 11:39:43 gpg: directory `/root/.gnupg' created 11:39:43 gpg: new configuration file `/root/.gnupg/gpg.conf' created 11:39:43 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 11:39:43 gpg: keyring `/root/.gnupg/secring.gpg' created 11:39:43 gpg: keyring `/root/.gnupg/pubring.gpg' created 11:39:43 gpg: CAST5 encrypted data 11:39:43 gpg: encrypted with 1 passphrase 11:39:43 gpg: WARNING: message was not integrity protected [Pipeline] sh 11:39:43 + mkdir /home/jenkins 11:39:43 + mkdir /home/jenkins/sigul [Pipeline] sh 11:39:44 + 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:39:44 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 11:39:44 ---> sigul-install.sh 11:39:44 Sigul already installed; skipping installation. [Pipeline] sh 11:39:44 + git tag --list 11:39:44 v0.0.0 11:39:44 v1.0.0 11:39:44 v2.1.0 11:39:44 v2.1.1 11:39:44 v2.2.0 11:39:44 v2.3.0 11:39:44 v3.0 11:39:44 v3.0.0 11:39:44 v3.1.0-dev.1 11:39:44 v3.1.0-dev.10 11:39:44 v3.1.0-dev.11 11:39:44 v3.1.0-dev.12 11:39:44 v3.1.0-dev.13 11:39:44 v3.1.0-dev.14 11:39:44 v3.1.0-dev.15 11:39:44 v3.1.0-dev.16 11:39:44 v3.1.0-dev.2 11:39:44 v3.1.0-dev.3 11:39:44 v3.1.0-dev.4 11:39:44 v3.1.0-dev.5 11:39:44 v3.1.0-dev.6 11:39:44 v3.1.0-dev.7 11:39:44 v3.1.0-dev.8 11:39:44 v3.1.0-dev.9 [Pipeline] sh 11:39:44 + lftools sign git-tag v3.1.0-dev.16 11:39:45 Signing Git tag with Sigul... 11:39:45 Signing v3.1.0-dev.16 [Pipeline] echo 11:39:45 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 11:39:46 ---> sigul-configuration-cleanup.sh [Pipeline] } 11:39:46 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 11:39:46 $ docker stop --time=1 0d90a2e9cdda4d7f6c16fe17b8de07954f955ec0f269ca0867659345fcd896ea 11:39:47 $ docker rm -f --volumes 0d90a2e9cdda4d7f6c16fe17b8de07954f955ec0f269ca0867659345fcd896ea [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 11:39:47 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:39:47 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:39:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:39:48 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:39:48 prd-ubuntu20.04-docker-8c-8g-9504 does not seem to be running inside a container 11:39:48 $ 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:39:48 $ docker top e38c49a765556021efd62f95a41b3c6a11747a341436d9ccf6f59976dae99e7f -eo pid,comm 11:39:48 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:39:48 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:39:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:39:48 [ssh-agent] Looking for ssh-agent implementation... 11:39:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:39:48 $ docker exec e38c49a765556021efd62f95a41b3c6a11747a341436d9ccf6f59976dae99e7f ssh-agent 11:39:48 SSH_AUTH_SOCK=/tmp/ssh-jwnsLCzR8vL7/agent.32 11:39:48 SSH_AGENT_PID=38 11:39:48 Running ssh-add (command line suppressed) 11:39:48 Identity added: /w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_3150539086565650394.key (/w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_3150539086565650394.key) 11:39:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:39:49 + git semver bump pre 11:39:49 2023-10-18 11:39:49,305 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main 11:39:49 2023-10-18 11:39:49,305 [bump_version] DEBUG bumping version:3.1.0-dev.16 on axis:pre with prefix:dev 11:39:49 2023-10-18 11:39:49,305 [bump_version] DEBUG bumped version:3.1.0-dev.17 11:39:49 2023-10-18 11:39:49,305 [write_version] DEBUG write version:3.1.0-dev.17 to path:/w/workspace/foundry_device-rfid-llrp-go_main/.semver/main with force:True 11:39:49 2023-10-18 11:39:49,305 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main 11:39:49 2023-10-18 11:39:49,305 [write_file] DEBUG write to file:/w/workspace/foundry_device-rfid-llrp-go_main/.semver/main 11:39:49 2023-10-18 11:39:49,307 [execute] INFO git cat-file --batch-check 11:39:49 2023-10-18 11:39:49,307 [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:39:49 2023-10-18 11:39:49,312 [execute] INFO git cat-file --batch 11:39:49 2023-10-18 11:39:49,312 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main/.semver, universal_newlines=False, shell=None, istream=) 11:39:49 2023-10-18 11:39:49,318 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main 11:39:49 3.1.0-dev.17 [Pipeline] } 11:39:49 $ docker exec --env ******** --env ******** e38c49a765556021efd62f95a41b3c6a11747a341436d9ccf6f59976dae99e7f ssh-agent -k 11:39:49 unset SSH_AUTH_SOCK; 11:39:49 unset SSH_AGENT_PID; 11:39:49 echo Agent pid 38 killed; 11:39:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:39:49 + git semver [Pipeline] } 11:39:50 $ docker stop --time=1 e38c49a765556021efd62f95a41b3c6a11747a341436d9ccf6f59976dae99e7f 11:39:51 $ docker rm -f --volumes e38c49a765556021efd62f95a41b3c6a11747a341436d9ccf6f59976dae99e7f [Pipeline] // withDockerContainer [Pipeline] sh 11:39:52 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:39:52 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:39:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:39:54 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:39:55 prd-ubuntu20.04-docker-8c-8g-9504 does not seem to be running inside a container 11:39:55 $ 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:39:55 $ docker top 07809f3c760a6ee820be606059ecad758aa8acd88b40eba312c55505e827ee60 -eo pid,comm 11:39:55 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:39:55 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:39:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:39:55 [ssh-agent] Looking for ssh-agent implementation... 11:39:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:39:55 $ docker exec 07809f3c760a6ee820be606059ecad758aa8acd88b40eba312c55505e827ee60 ssh-agent 11:39:55 SSH_AUTH_SOCK=/tmp/ssh-gH7eYKIN0i3e/agent.32 11:39:55 SSH_AGENT_PID=39 11:39:55 Running ssh-add (command line suppressed) 11:39:55 Identity added: /w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_6101041228516737551.key (/w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_6101041228516737551.key) 11:39:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:39:56 + git semver push 11:39:56 2023-10-18 11:39:56,244 [run_push] DEBUG push 11:39:56 2023-10-18 11:39:56,245 [execute] INFO git cat-file --batch-check 11:39:56 2023-10-18 11:39:56,245 [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:39:56 2023-10-18 11:39:56,249 [execute] INFO git rev-list 57c8ebfa257c4282ef89177a2e247594d03e4dab -- 11:39:56 2023-10-18 11:39:56,249 [execute] DEBUG Popen(['git', 'rev-list', '57c8ebfa257c4282ef89177a2e247594d03e4dab', '--'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main/.semver, universal_newlines=False, shell=None, istream=None) 11:39:56 2023-10-18 11:39:56,254 [execute] INFO git fetch -v origin 11:39:56 2023-10-18 11:39:56,255 [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:39:56 2023-10-18 11:39:56,743 [run_push] DEBUG no remote changes detected 11:39:56 2023-10-18 11:39:56,743 [execute] INFO git push origin semver 11:39:56 2023-10-18 11:39:56,743 [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:39:57 2023-10-18 11:39:57,467 [run_push] DEBUG push all version tags 11:39:57 2023-10-18 11:39:57,467 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 11:39:57 2023-10-18 11:39:57,468 [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:39:58 2023-10-18 11:39:58,225 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main 11:39:58 3.1.0-dev.17 [Pipeline] } 11:39:58 $ docker exec --env ******** --env ******** 07809f3c760a6ee820be606059ecad758aa8acd88b40eba312c55505e827ee60 ssh-agent -k 11:39:58 unset SSH_AUTH_SOCK; 11:39:58 unset SSH_AGENT_PID; 11:39:58 echo Agent pid 39 killed; 11:39:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:39:58 + git semver [Pipeline] } 11:39:59 $ docker stop --time=1 07809f3c760a6ee820be606059ecad758aa8acd88b40eba312c55505e827ee60 11:40:00 $ docker rm -f --volumes 07809f3c760a6ee820be606059ecad758aa8acd88b40eba312c55505e827ee60 [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:40:00 + [ -d /w/workspace/foundry_device-rfid-llrp-go_main/archives ] 11:40:00 + ls -al /w/workspace/foundry_device-rfid-llrp-go_main/archives 11:40:00 total 16 11:40:00 drwxr-xr-x 3 root root 4096 Oct 18 11:30 . 11:40:00 drwxrwxr-x 12 jenkins jenkins 4096 Oct 18 11:39 .. 11:40:00 drwxr-xr-x 2 root root 4096 Oct 18 11:30 cost 11:40:00 -rw-r--r-- 1 root root 91 Oct 18 11:30 cost.csv 11:40:00 + sudo chown -R jenkins:jenkins /w/workspace/foundry_device-rfid-llrp-go_main/archives 11:40:00 + ls -al /w/workspace/foundry_device-rfid-llrp-go_main/archives 11:40:00 total 16 11:40:00 drwxr-xr-x 3 jenkins jenkins 4096 Oct 18 11:30 . 11:40:00 drwxrwxr-x 12 jenkins jenkins 4096 Oct 18 11:39 .. 11:40:00 drwxr-xr-x 2 jenkins jenkins 4096 Oct 18 11:30 cost 11:40:00 -rw-r--r-- 1 jenkins jenkins 91 Oct 18 11:30 cost.csv [Pipeline] libraryResource [Pipeline] sh 11:40:01 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 11:40:02 ---> package-listing.sh 11:40:02 ++ facter osfamily 11:40:02 ++ tr '[:upper:]' '[:lower:]' 11:40:02 + OS_FAMILY=debian 11:40:02 + workspace=/w/workspace/foundry_device-rfid-llrp-go_main 11:40:02 + START_PACKAGES=/tmp/packages_start.txt 11:40:02 + END_PACKAGES=/tmp/packages_end.txt 11:40:02 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:40:02 + PACKAGES=/tmp/packages_start.txt 11:40:02 + '[' /w/workspace/foundry_device-rfid-llrp-go_main ']' 11:40:02 + PACKAGES=/tmp/packages_end.txt 11:40:02 + case "${OS_FAMILY}" in 11:40:02 + dpkg -l 11:40:02 + grep '^ii' 11:40:02 + '[' -f /tmp/packages_start.txt ']' 11:40:02 + '[' -f /tmp/packages_end.txt ']' 11:40:02 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:40:02 + '[' /w/workspace/foundry_device-rfid-llrp-go_main ']' 11:40:02 + mkdir -p /w/workspace/foundry_device-rfid-llrp-go_main/archives/ 11:40:02 + 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:40:02 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:40:02 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:40:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:40:03 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:40:03 prd-ubuntu20.04-docker-8c-8g-9504 does not seem to be running inside a container 11:40:03 $ 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:40:03 $ docker top e8bd556eb8afd8205af401ab2ae49b6cb099a30a9b0fa33650342fa377352cef -eo pid,comm [Pipeline] { [Pipeline] sh 11:40:03 + touch /tmp/pre-build-complete [Pipeline] sh 11:40:04 + mkdir -p /var/log/sysstat [Pipeline] sh 11:40:04 + ls /var/log/sa-host 11:40:04 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:40:04 provisioning config files... 11:40:04 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config15005945736912717260tmp [Pipeline] { [Pipeline] echo 11:40:04 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 11:40:04 ---> create-netrc.sh [Pipeline] } 11:40:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 11:40:05 ---> python-tools-install.sh [Pipeline] echo 11:40:05 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 11:40:05 ---> sudo-logs.sh 11:40:05 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 11:40:05 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 11:40:05 ---> job-cost.sh 11:40:05 lf-activate-venv: SKIPPING 11:40:05 DEBUG: total: 0.2199999988079071 11:40:05 INFO: Retrieving Stack Cost... 11:40:06 INFO: Retrieving Pricing Info for: v3-standard-8 11:40:06 INFO: Archiving Costs [Pipeline] echo 11:40:06 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 11:40:07 ---> logs-deploy.sh 11:40:07 lf-activate-venv: SKIPPING 11:40:07 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rfid-llrp-go/main/121 11:40:07 INFO: archiving workspace using pattern(s): 11:40:07 Archives upload complete. 11:40:07 INFO: archiving logs to Nexus