Started by user Lenny Goodell Replayed #131 Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 3238a3be2f44512a9de49c586dce83c0c67ab7c8 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-ssh2338316725111694367.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 6375147a0d0ca7a67a13085e8428bd7204efc6d4 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-ssh2400040887293805125.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 6375147a0d0ca7a67a13085e8428bd7204efc6d4 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-ssh13168228924951796731.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 6375147a0d0ca7a67a13085e8428bd7204efc6d4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 6375147a0d0ca7a67a13085e8428bd7204efc6d4 # timeout=10 Commit message: "Merge pull request #446 from ernestojeda/add-go-lts-image" > 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. Replacing contents of vars/edgeXClair.groovy Replacing contents of vars/edgeXReleaseOpenApi.groovy Replacing contents of vars/edgex.groovy Replacing contents of vars/edgeXUpdateNamedTag.groovy Replacing contents of vars/edgeXReleaseGitHubAssets.groovy Replacing contents of vars/edgeXBuildGoMod.groovy Replacing contents of src/main/groovy/edgeXDocGenerator.groovy Replacing contents of vars/edgeXSemver.groovy Replacing contents of vars/edgeXLTS.groovy Replacing contents of vars/edgeXInfraPublish.groovy Replacing contents of vars/edgeXDockerLogin.groovy Replacing contents of vars/edgeXReleaseGitTag.groovy Replacing contents of vars/edgeXEmailUtil.groovy Replacing contents of vars/edgeXBuildGoApp.groovy Replacing contents of vars/edgeXReleaseSnap.groovy Replacing contents of vars/edgeXReleaseDocs.groovy Replacing contents of vars/edgeXSetupEnvironment.groovy Replacing contents of vars/edgeXInfraLFToolsSign.groovy Replacing contents of vars/edgeXGeneric.groovy Replacing contents of vars/edgeXGHPagesPublish.groovy Replacing contents of vars/edgeXDocker.groovy Replacing contents of vars/edgeXInfraShipLogs.groovy Replacing contents of vars/edgeXBuildGoParallel.groovy Replacing contents of vars/edgeXBuildCApp.groovy Replacing contents of vars/edgeXRelease.groovy Replacing contents of vars/edgeXCodecov.groovy Replacing contents of vars/edgeXReleaseDockerImage.groovy Replacing contents of vars/edgeXBuildDocker.groovy Replacing contents of vars/edgeXEmail.groovy Replacing contents of vars/edgeXNexusPublish.groovy Replacing contents of vars/edgeXSwaggerPublish.groovy Replacing contents of vars/edgeXSnyk.groovy Replacing contents of vars/edgeXSnap.groovy Replacing contents of vars/edgeXReleaseGitTagUtil.groovy 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-ssh9294671206797962469.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-ssh2238611569355480440.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. Replacing contents of vars/lfJava.groovy Replacing contents of vars/lfDocker.groovy Replacing contents of vars/lfDefaults.groovy Replacing contents of vars/lfInfraShipLogs.groovy Replacing contents of vars/lfParallelCostCapture.groovy Replacing contents of vars/lfCommon.groovy Replacing contents of vars/lfNode.groovy [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-rfid-llrp-go] ========================================================= [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-18116 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 3238a3be2f44512a9de49c586dce83c0c67ab7c8 (main) > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3238a3be2f44512a9de49c586dce83c0c67ab7c8 # timeout=10 Commit message: "fix: Address CVE in Alpine base image (#272)" > git rev-list --no-walk 3238a3be2f44512a9de49c586dce83c0c67ab7c8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:59:33 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:59:33 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:59:33 ========================================================= 16:59:33 EdgeX Global Pipelines Version Info 16:59:33 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:59:34 ------------------- 16:59:34 stable info: 16:59:34 ------------------- 16:59:34 Commited By: ad_eojeda ad_eojeda@nswe-ubuntu01.amr.corp.intel.com 16:59:34 Commit SHA: 6375147a0d0ca7a67a13085e8428bd7204efc6d4 16:59:34 Message: update stable to v1.0.257 16:59:35 ------------------- 16:59:35 experimental info: 16:59:35 ------------------- 16:59:35 Commited By: **** collab-it+edgex@linuxfoundation.org 16:59:35 Commit SHA: 6375147a0d0ca7a67a13085e8428bd7204efc6d4 16:59:35 Message: update experimental to v1.0.257 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:59:35 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rfid-llrp-go-settings [Pipeline] echo 16:59:35 [edgeXSetupEnvironment]: set envvar PROJECT = device-rfid-llrp-go [Pipeline] echo 16:59:35 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:59:35 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:59:35 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:59:35 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo 16:59:35 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 16:59:35 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 16:59:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:59:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:59:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 16:59:35 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rfid-llrp [Pipeline] echo 16:59:35 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:59:35 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:59:35 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 16:59:35 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 16:59:35 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 16:59:35 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 16:59:35 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:59:35 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 16:59:35 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 16:59:35 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 16:59:35 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 16:59:35 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 16:59:35 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 16:59:35 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 16:59:35 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 16:59:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 16:59:35 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 16:59:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 16:59:35 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3238a3be2f44512a9de49c586dce83c0c67ab7c8 [Pipeline] echo 16:59:35 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3238a3b [Pipeline] echo 16:59:35 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:59:35 provisioning config files... 16:59:35 copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config16346565624613130592tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:59:36 ---> docker-login.sh 16:59:36 nexus3.edgexfoundry.org:10001 16:59:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:59:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:59:36 Configure a credential helper to remove this warning. See 16:59:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:59:36 16:59:36 Login Succeeded 16:59:36 nexus3.edgexfoundry.org:10002 16:59:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:59:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:59:36 Configure a credential helper to remove this warning. See 16:59:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:59:36 16:59:36 Login Succeeded 16:59:36 nexus3.edgexfoundry.org:10003 16:59:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:59:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:59:36 Configure a credential helper to remove this warning. See 16:59:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:59:36 16:59:36 Login Succeeded 16:59:36 nexus3.edgexfoundry.org:10004 16:59:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:59:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:59:36 Configure a credential helper to remove this warning. See 16:59:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:59:36 16:59:36 Login Succeeded 16:59:36 docker.io 16:59:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:59:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:59:36 Configure a credential helper to remove this warning. See 16:59:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:59:36 16:59:36 Login Succeeded 16:59:36 ---> docker-login.sh ends [Pipeline] } 16:59:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 16:59:37 + git rev-list -1 --merges 3238a3be2f44512a9de49c586dce83c0c67ab7c8~1..3238a3be2f44512a9de49c586dce83c0c67ab7c8 [Pipeline] echo 16:59:37 -----------> git rev-list -1 --merges 3238a3be2f44512a9de49c586dce83c0c67ab7c8~1..3238a3be2f44512a9de49c586dce83c0c67ab7c8 3238a3be2f44512a9de49c586dce83c0c67ab7c8 [false] [Pipeline] sh 16:59:37 + git log --format=format:%s -1 3238a3be2f44512a9de49c586dce83c0c67ab7c8 [Pipeline] echo 16:59:37 ========================================================= 16:59:37 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 16:59:37 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:59:37 + git log --format=format:%s -1 3238a3be2f44512a9de49c586dce83c0c67ab7c8 [Pipeline] echo 16:59:37 [semverPrep] GIT_COMMIT: 3238a3be2f44512a9de49c586dce83c0c67ab7c8, Commit Message: fix: Address CVE in Alpine base image (#272) [Pipeline] echo 16:59:37 [semverPrep] This is not a build commit. [Pipeline] sh 16:59:38 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:59:38 + grep -v github /etc/ssh/ssh_known_hosts 16:59:38 + [ -e /tmp/ssh_known_hosts ] 16:59:38 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 16:59:38 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 16:59:38 + sudo tee -a /etc/ssh/ssh_known_hosts 16:59:38 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:59:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:59:38 16:59:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:59:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:59:39 0.1.4: Pulling from edgex-devops/py-git-semver 16:59:39 b85a868b505f: Pulling fs layer 16:59:39 e2be974225ed: Pulling fs layer 16:59:39 339a4e72a1f5: Pulling fs layer 16:59:39 988bab9f4d93: Pulling fs layer 16:59:39 1469e6f7b9e6: Pulling fs layer 16:59:39 eaf3925da568: Pulling fs layer 16:59:39 bab4dde63d76: Pulling fs layer 16:59:39 bde34c3a00c8: Pulling fs layer 16:59:39 b352a97aabf1: Pulling fs layer 16:59:39 988bab9f4d93: Waiting 16:59:39 4872d77fe225: Pulling fs layer 16:59:39 5851b861e8e6: Pulling fs layer 16:59:39 1469e6f7b9e6: Waiting 16:59:39 bab4dde63d76: Waiting 16:59:39 bde34c3a00c8: Waiting 16:59:39 b352a97aabf1: Waiting 16:59:39 4872d77fe225: Waiting 16:59:39 5851b861e8e6: Waiting 16:59:39 eaf3925da568: Waiting 16:59:39 e2be974225ed: Verifying Checksum 16:59:39 988bab9f4d93: Verifying Checksum 16:59:39 988bab9f4d93: Download complete 16:59:39 1469e6f7b9e6: Verifying Checksum 16:59:39 1469e6f7b9e6: Download complete 16:59:39 339a4e72a1f5: Verifying Checksum 16:59:39 339a4e72a1f5: Download complete 16:59:39 eaf3925da568: Verifying Checksum 16:59:39 eaf3925da568: Download complete 16:59:39 bde34c3a00c8: Verifying Checksum 16:59:39 bde34c3a00c8: Download complete 16:59:39 b352a97aabf1: Download complete 16:59:39 4872d77fe225: Verifying Checksum 16:59:39 4872d77fe225: Download complete 16:59:39 5851b861e8e6: Verifying Checksum 16:59:39 5851b861e8e6: Download complete 16:59:39 b85a868b505f: Verifying Checksum 16:59:39 b85a868b505f: Download complete 16:59:39 bab4dde63d76: Verifying Checksum 16:59:39 bab4dde63d76: Download complete 16:59:40 b85a868b505f: Pull complete 16:59:41 e2be974225ed: Pull complete 16:59:41 339a4e72a1f5: Pull complete 16:59:41 988bab9f4d93: Pull complete 16:59:41 1469e6f7b9e6: Pull complete 16:59:41 eaf3925da568: Pull complete 16:59:43 bab4dde63d76: Pull complete 16:59:43 bde34c3a00c8: Pull complete 16:59:43 b352a97aabf1: Pull complete 16:59:44 4872d77fe225: Pull complete 16:59:44 5851b861e8e6: Pull complete 16:59:44 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 16:59:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:59:44 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:59:44 prd-ubuntu20.04-docker-8c-8g-18116 does not seem to be running inside a container 16:59:44 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-rfid-llrp-go_main -v /w/workspace/foundry_device-rfid-llrp-go_main:/w/workspace/foundry_device-rfid-llrp-go_main:rw,z -v /w/workspace/foundry_device-rfid-llrp-go_main@tmp:/w/workspace/foundry_device-rfid-llrp-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 16:59:47 $ docker top 72819f80ad5956e00347c32c721aed3b6d4a1364b1a6bd9e9fc648279e7a4f78 -eo pid,comm 16:59:47 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 16:59:47 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:59:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:59:47 [ssh-agent] Looking for ssh-agent implementation... 16:59:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:59:47 $ docker exec 72819f80ad5956e00347c32c721aed3b6d4a1364b1a6bd9e9fc648279e7a4f78 ssh-agent 16:59:47 SSH_AUTH_SOCK=/tmp/ssh-ureQwwYBcjIp/agent.31 16:59:47 SSH_AGENT_PID=37 16:59:47 Running ssh-add (command line suppressed) 16:59:48 Identity added: /w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_1209912128972897124.key (/w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_1209912128972897124.key) 16:59:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:59:48 + git tag --points-at HEAD [Pipeline] } 16:59:48 $ docker exec --env ******** --env ******** 72819f80ad5956e00347c32c721aed3b6d4a1364b1a6bd9e9fc648279e7a4f78 ssh-agent -k 16:59:48 unset SSH_AUTH_SOCK; 16:59:48 unset SSH_AGENT_PID; 16:59:48 echo Agent pid 37 killed; 16:59:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:59:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:59:48 [ssh-agent] Looking for ssh-agent implementation... 16:59:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:59:48 $ docker exec 72819f80ad5956e00347c32c721aed3b6d4a1364b1a6bd9e9fc648279e7a4f78 ssh-agent 16:59:48 SSH_AUTH_SOCK=/tmp/ssh-FFGNevWALVaP/agent.69 16:59:48 SSH_AGENT_PID=75 16:59:48 Running ssh-add (command line suppressed) 16:59:48 Identity added: /w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_2450703232031891033.key (/w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_2450703232031891033.key) 16:59:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:59:49 + git semver init 16:59:49 2023-11-15 16:59:49,332 [run_init] DEBUG init version:0.0.0 force:False 16:59:49 2023-11-15 16:59:49,332 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/foundry_device-rfid-llrp-go_main/.semver 16:59:49 2023-11-15 16:59:49,333 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rfid-llrp-go.git /w/workspace/foundry_device-rfid-llrp-go_main/.semver 16:59:49 2023-11-15 16:59:49,333 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-rfid-llrp-go.git', '/w/workspace/foundry_device-rfid-llrp-go_main/.semver'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main, universal_newlines=False, shell=None, istream=None) 16:59:50 2023-11-15 16:59:50,221 [append_file] DEBUG append to file:/w/workspace/foundry_device-rfid-llrp-go_main/.git/info/exclude 16:59:50 2023-11-15 16:59:50,221 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/foundry_device-rfid-llrp-go_main/.semver/main with force:False 16:59:50 2023-11-15 16:59:50,221 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main 16:59:50 2023-11-15 16:59:50,221 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main 16:59:50 3.1.0-dev.24 [Pipeline] } 16:59:50 $ docker exec --env ******** --env ******** 72819f80ad5956e00347c32c721aed3b6d4a1364b1a6bd9e9fc648279e7a4f78 ssh-agent -k 16:59:50 unset SSH_AUTH_SOCK; 16:59:50 unset SSH_AGENT_PID; 16:59:50 echo Agent pid 75 killed; 16:59:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:59:50 + git semver [Pipeline] } 16:59:51 $ docker stop --time=1 72819f80ad5956e00347c32c721aed3b6d4a1364b1a6bd9e9fc648279e7a4f78 16:59:52 $ docker rm -f --volumes 72819f80ad5956e00347c32c721aed3b6d4a1364b1a6bd9e9fc648279e7a4f78 [Pipeline] // withDockerContainer [Pipeline] sh 16:59:52 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:59:53 Stashed 1 file(s) [Pipeline] echo 16:59:53 [edgeXSemver]: initialized semver on version 3.1.0-dev.24 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:59:53 provisioning config files... 16:59:53 copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config17947311666527441693tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:59:53 ---> docker-login.sh 16:59:53 nexus3.edgexfoundry.org:10001 16:59:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:59:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:59:53 Configure a credential helper to remove this warning. See 16:59:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:59:53 16:59:53 Login Succeeded 16:59:53 nexus3.edgexfoundry.org:10002 16:59:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:59:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:59:53 Configure a credential helper to remove this warning. See 16:59:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:59:53 16:59:53 Login Succeeded 16:59:53 nexus3.edgexfoundry.org:10003 16:59:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:59:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:59:53 Configure a credential helper to remove this warning. See 16:59:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:59:53 16:59:53 Login Succeeded 16:59:53 nexus3.edgexfoundry.org:10004 16:59:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:59:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:59:53 Configure a credential helper to remove this warning. See 16:59:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:59:53 16:59:53 Login Succeeded 16:59:53 docker.io 16:59:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:59:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:59:54 Configure a credential helper to remove this warning. See 16:59:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:59:54 16:59:54 Login Succeeded 16:59:54 ---> docker-login.sh ends [Pipeline] } 16:59:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:59:54 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 16:59:54 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 16:59:54 ========================================================= 16:59:54 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] 16:59:54 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:59:54 + 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 . 16:59:54 Sending build context to Docker daemon 4.348MB 16:59:54 Step 1/12 : ARG BASE=golang:1.21-alpine3.18 16:59:54 Step 2/12 : FROM ${BASE} AS builder 16:59:54 1.21-alpine: Pulling from edgex-devops/edgex-golang-base 16:59:54 7264a8db6415: Pulling fs layer 16:59:54 c4d48a809fc2: Pulling fs layer 16:59:54 4f1c88b9dad5: Pulling fs layer 16:59:54 ad3a456e5733: Pulling fs layer 16:59:54 69c7f0334f64: Pulling fs layer 16:59:54 1f1c1a5573a3: Pulling fs layer 16:59:54 ce7588e14bc9: Pulling fs layer 16:59:54 b5e4710f87ac: Pulling fs layer 16:59:54 ad3a456e5733: Waiting 16:59:54 69c7f0334f64: Waiting 16:59:54 ce7588e14bc9: Waiting 16:59:54 1f1c1a5573a3: Waiting 16:59:54 c4d48a809fc2: Verifying Checksum 16:59:54 c4d48a809fc2: Download complete 16:59:54 ad3a456e5733: Verifying Checksum 16:59:54 ad3a456e5733: Download complete 16:59:54 69c7f0334f64: Verifying Checksum 16:59:54 69c7f0334f64: Download complete 16:59:54 7264a8db6415: Verifying Checksum 16:59:54 7264a8db6415: Download complete 16:59:54 1f1c1a5573a3: Verifying Checksum 16:59:54 1f1c1a5573a3: Download complete 16:59:54 7264a8db6415: Pull complete 16:59:55 b5e4710f87ac: Verifying Checksum 16:59:55 b5e4710f87ac: Download complete 16:59:55 c4d48a809fc2: Pull complete 16:59:55 4f1c88b9dad5: Verifying Checksum 16:59:55 4f1c88b9dad5: Download complete 16:59:55 ce7588e14bc9: Verifying Checksum 16:59:55 ce7588e14bc9: Download complete 16:59:58 4f1c88b9dad5: Pull complete 16:59:58 ad3a456e5733: Pull complete 16:59:58 69c7f0334f64: Pull complete 16:59:58 1f1c1a5573a3: Pull complete 17:00:01 ce7588e14bc9: Pull complete 17:00:01 b5e4710f87ac: Pull complete 17:00:01 Digest: sha256:f80dd7bb8fdf010369d5adb4058a62695265b22e897ca6aac7b42af84fdce50e 17:00:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 17:00:01 ---> 88b5674ff536 17:00:01 Step 3/12 : ARG ADD_BUILD_TAGS="" 17:00:08 Still waiting to schedule task 17:00:08 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 17:00:08 ---> Running in 175d73dc4e13 17:00:08 Removing intermediate container 175d73dc4e13 17:00:08 ---> 15874035cd23 17:00:08 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 17:00:08 ---> Running in a0e7634df437 17:00:08 Removing intermediate container a0e7634df437 17:00:08 ---> d6997c106ebe 17:00:08 Step 5/12 : ARG ALPINE_PKG_BASE="make git" 17:00:08 ---> Running in d7afad301958 17:00:08 Removing intermediate container d7afad301958 17:00:08 ---> d14bbe6491b8 17:00:08 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 17:00:08 ---> Running in 8a61d638fc0c 17:00:08 Removing intermediate container 8a61d638fc0c 17:00:08 ---> 49efce203f34 17:00:08 Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:00:08 ---> Running in 6d78ff75fdcf 17:00:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 17:00:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 17:00:08 OK: 264 MiB in 52 packages 17:00:09 Removing intermediate container 6d78ff75fdcf 17:00:09 ---> 56a03f9d2a99 17:00:09 Step 8/12 : WORKDIR /app 17:00:09 ---> Running in c5c05131d284 17:00:09 Removing intermediate container c5c05131d284 17:00:09 ---> 7f72d28bbe2e 17:00:09 Step 9/12 : COPY go.mod vendor* ./ 17:00:09 ---> c20bc037675d 17:00:09 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:00:09 ---> Running in a39f03025585 17:00:48 Removing intermediate container a39f03025585 17:00:48 ---> 2109c46b3a2e 17:00:48 Step 11/12 : COPY . . 17:00:48 ---> 6fbc32cf7bb6 17:00:48 Step 12/12 : RUN $MAKE 17:00:48 ---> Running in fb99d898c769 17:00:48 noop 17:00:48 Removing intermediate container fb99d898c769 17:00:48 ---> 24dcb36c186b 17:00:48 Successfully built 24dcb36c186b 17:00:48 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:00:48 + docker inspect -f . ci-base-image-x86_64 17:00:48 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:00:48 prd-ubuntu20.04-docker-8c-8g-18116 does not seem to be running inside a container 17:00:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-rfid-llrp-go_main -v /w/workspace/foundry_device-rfid-llrp-go_main:/w/workspace/foundry_device-rfid-llrp-go_main:rw,z -v /w/workspace/foundry_device-rfid-llrp-go_main@tmp:/w/workspace/foundry_device-rfid-llrp-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:00:49 $ docker top 58925593427c67e0d4c15e6c9ca6bce6738e83b9dcd99d7a73207706c0a7d68e -eo pid,comm [Pipeline] { [Pipeline] sh 17:00:49 + go version 17:00:49 go version go1.21.0 linux/amd64 [Pipeline] } 17:00:49 $ docker stop --time=1 58925593427c67e0d4c15e6c9ca6bce6738e83b9dcd99d7a73207706c0a7d68e 17:00:50 $ docker rm -f --volumes 58925593427c67e0d4c15e6c9ca6bce6738e83b9dcd99d7a73207706c0a7d68e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:00:51 + docker inspect -f . ci-base-image-x86_64 17:00:51 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:00:51 prd-ubuntu20.04-docker-8c-8g-18116 does not seem to be running inside a container 17:00:51 $ 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 ******** ci-base-image-x86_64 cat 17:00:51 $ docker top d0ae0cc05d7c54602596f70a7ba19e0cadaad4d25a16c2e940ffe09a68ccd52e -eo pid,comm [Pipeline] { [Pipeline] sh 17:00:51 + git config --global --add safe.directory /w/workspace/foundry_device-rfid-llrp-go_main [Pipeline] fileExists [Pipeline] sh 17:00:52 + make test 17:00:52 go test ./... -coverprofile=coverage.out ./... 17:00:53 ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] 17:01:03 ? github.com/edgexfoundry/device-rfid-llrp-go/cmd [no test files] 17:01:03 ? github.com/edgexfoundry/device-rfid-llrp-go/cmd/llrp [no test files] 17:01:07 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/driver 4.116s coverage: 40.6% of statements 17:01:07 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.238s coverage: 51.9% of statements 17:01:07 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.007s coverage: 96.4% of statements 17:01:22 go vet ./... 17:01:25 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 17:01:25 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 17:01:25 ./bin/test-attribution-txt.sh [Pipeline] echo 17:01:25 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 17:01:25 $ docker stop --time=1 d0ae0cc05d7c54602596f70a7ba19e0cadaad4d25a16c2e940ffe09a68ccd52e 17:01:29 $ docker rm -f --volumes d0ae0cc05d7c54602596f70a7ba19e0cadaad4d25a16c2e940ffe09a68ccd52e [Pipeline] // withDockerContainer [Pipeline] sh 17:01:30 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:01:30 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 17:01:30 + sudo chown -R jenkins:jenkins . [Pipeline] sh 17:01:31 + ls -al . 17:01:31 total 640 17:01:31 drwxrwxr-x 10 jenkins jenkins 4096 Nov 15 17:00 . 17:01:31 drwxrwxr-x 4 jenkins jenkins 4096 Nov 15 16:59 .. 17:01:31 -rw-rw-r-- 1 jenkins jenkins 134 Nov 15 16:59 .dockerignore 17:01:31 drwxrwxr-x 8 jenkins jenkins 4096 Nov 15 17:01 .git 17:01:31 drwxrwxr-x 3 jenkins jenkins 4096 Nov 15 16:59 .github 17:01:31 -rw-rw-r-- 1 jenkins jenkins 880 Nov 15 16:59 .gitignore 17:01:31 -rw-rw-r-- 1 jenkins jenkins 41 Nov 15 16:59 .golangci.yml 17:01:31 drwxr-xr-x 3 jenkins jenkins 4096 Nov 15 16:59 .semver 17:01:31 -rw-rw-r-- 1 jenkins jenkins 11980 Nov 15 16:59 Attribution.txt 17:01:31 -rw-rw-r-- 1 jenkins jenkins 11677 Nov 15 16:59 CHANGELOG.md 17:01:31 -rw-rw-r-- 1 jenkins jenkins 1456 Nov 15 16:59 Dockerfile 17:01:31 -rw-rw-r-- 1 jenkins jenkins 677 Nov 15 16:59 GOVERNANCE.md 17:01:31 -rw-rw-r-- 1 jenkins jenkins 661 Nov 15 16:59 Jenkinsfile 17:01:31 -rw-rw-r-- 1 jenkins jenkins 11347 Nov 15 16:59 LICENSE 17:01:31 -rw-rw-r-- 1 jenkins jenkins 2179 Nov 15 16:59 Makefile 17:01:31 -rw-rw-r-- 1 jenkins jenkins 625 Nov 15 16:59 OWNERS.md 17:01:31 -rw-rw-r-- 1 jenkins jenkins 28907 Nov 15 16:59 README.md 17:01:31 -rw-rw-r-- 1 jenkins jenkins 12 Nov 15 16:59 VERSION 17:01:31 drwxrwxr-x 2 jenkins jenkins 4096 Nov 15 16:59 bin 17:01:31 drwxrwxr-x 4 jenkins jenkins 4096 Nov 15 16:59 cmd 17:01:31 -rw-r--r-- 1 jenkins jenkins 459493 Nov 15 17:01 coverage.out 17:01:31 drwxrwxr-x 2 jenkins jenkins 4096 Nov 15 16:59 examples 17:01:31 -rw-rw-r-- 1 jenkins jenkins 3831 Nov 15 16:59 go.mod 17:01:31 -rw-rw-r-- 1 jenkins jenkins 34396 Nov 15 16:59 go.sum 17:01:31 drwxrwxr-x 2 jenkins jenkins 4096 Nov 15 16:59 images 17:01:31 drwxrwxr-x 5 jenkins jenkins 4096 Nov 15 16:59 internal 17:01:31 -rw-rw-r-- 1 jenkins jenkins 193 Nov 15 16:59 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:01:31 + 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=3238a3be2f44512a9de49c586dce83c0c67ab7c8 --label arch=amd64 --label version=3.1.0-dev.24 . 17:01:31 Sending build context to Docker daemon 4.348MB 17:01:31 Step 1/25 : ARG BASE=golang:1.21-alpine3.18 17:01:31 Step 2/25 : FROM ${BASE} AS builder 17:01:31 ---> 24dcb36c186b 17:01:31 Step 3/25 : ARG ADD_BUILD_TAGS="" 17:01:31 ---> Running in 60e1f4cc4c25 17:01:31 Removing intermediate container 60e1f4cc4c25 17:01:31 ---> 714f21797cc6 17:01:31 Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 17:01:31 ---> Running in 5f920fa48ce6 17:01:31 Removing intermediate container 5f920fa48ce6 17:01:31 ---> 3b8f3ecd8b5d 17:01:31 Step 5/25 : ARG ALPINE_PKG_BASE="make git" 17:01:31 ---> Running in 9b22967fbded 17:01:31 Removing intermediate container 9b22967fbded 17:01:31 ---> c46bd631f519 17:01:31 Step 6/25 : ARG ALPINE_PKG_EXTRA="" 17:01:31 ---> Running in 55730efee196 17:01:31 Removing intermediate container 55730efee196 17:01:31 ---> bce7cfdc7c52 17:01:31 Step 7/25 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:01:31 ---> Running in c73bfd76605d 17:01:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 17:01:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 17:01:32 OK: 264 MiB in 52 packages 17:01:32 Removing intermediate container c73bfd76605d 17:01:32 ---> 1c4fefbe72bb 17:01:32 Step 8/25 : WORKDIR /app 17:01:32 ---> Running in 7f2a88444376 17:01:32 Removing intermediate container 7f2a88444376 17:01:32 ---> 2eb5c9cd7a77 17:01:32 Step 9/25 : COPY go.mod vendor* ./ 17:01:32 ---> bb767263ea24 17:01:32 Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:01:32 ---> Running in cd516603acb8 17:01:33 Removing intermediate container cd516603acb8 17:01:33 ---> 2f0f81bb6fff 17:01:33 Step 11/25 : COPY . . 17:01:33 ---> cb0c779fffb0 17:01:33 Step 12/25 : RUN $MAKE 17:01:33 ---> Running in 0338bb751a57 17:01:34 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-rfid-llrp-go.Version=3.1.0-dev.24 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.1.0" -trimpath -mod=readonly -o cmd/device-rfid-llrp ./cmd 17:01:55 Removing intermediate container 0338bb751a57 17:01:55 ---> fa0d50cc1cb1 17:01:55 Step 13/25 : FROM alpine:3.18 17:01:55 3.18: Pulling from library/alpine 17:01:55 96526aa774ef: Pulling fs layer 17:01:55 96526aa774ef: Verifying Checksum 17:01:55 96526aa774ef: Download complete 17:01:55 96526aa774ef: Pull complete 17:01:55 Digest: sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 17:01:55 Status: Downloaded newer image for alpine:3.18 17:01:55 ---> 8ca4688f4f35 17:01:55 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 17:01:55 ---> Running in 590d454ec1cb 17:01:55 Removing intermediate container 590d454ec1cb 17:01:55 ---> dafe8cbf7250 17:01:55 Step 15/25 : RUN apk add --update --no-cache dumb-init 17:01:55 ---> Running in f17f9617a36c 17:01:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 17:01:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 17:01:55 (1/1) Installing dumb-init (1.2.5-r2) 17:01:55 Executing busybox-1.36.1-r2.trigger 17:01:55 OK: 7 MiB in 16 packages 17:01:56 Removing intermediate container f17f9617a36c 17:01:56 ---> ee94c7964c4d 17:01:56 Step 16/25 : RUN apk --no-cache upgrade 17:01:56 ---> Running in bde33fa3bd04 17:01:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 17:01:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 17:01:57 (1/7) Upgrading musl (1.2.4-r1 -> 1.2.4-r2) 17:01:57 (2/7) Upgrading busybox (1.36.1-r2 -> 1.36.1-r5) 17:01:57 Executing busybox-1.36.1-r5.post-upgrade 17:01:57 (3/7) Upgrading busybox-binsh (1.36.1-r2 -> 1.36.1-r5) 17:01:57 (4/7) Upgrading libcrypto3 (3.1.3-r0 -> 3.1.4-r1) 17:01:57 (5/7) Upgrading libssl3 (3.1.3-r0 -> 3.1.4-r1) 17:01:57 (6/7) Upgrading ssl_client (1.36.1-r2 -> 1.36.1-r5) 17:01:57 (7/7) Upgrading musl-utils (1.2.4-r1 -> 1.2.4-r2) 17:01:57 Executing busybox-1.36.1-r5.trigger 17:01:57 OK: 7 MiB in 16 packages 17:01:57 Removing intermediate container bde33fa3bd04 17:01:57 ---> 20fca1f7e632 17:01:57 Step 17/25 : COPY --from=builder /app/LICENSE / 17:01:57 ---> 442c90ec68d5 17:01:57 Step 18/25 : COPY --from=builder /app/Attribution.txt / 17:01:57 ---> ac3eada6fe0a 17:01:57 Step 19/25 : COPY --from=builder /app/cmd/ / 17:01:58 ---> 1a5847c80b4d 17:01:58 Step 20/25 : EXPOSE 59989 17:01:58 ---> Running in f2f1b2383a9d 17:01:58 Removing intermediate container f2f1b2383a9d 17:01:58 ---> f387bfad48ef 17:01:58 Step 21/25 : ENTRYPOINT ["/device-rfid-llrp"] 17:01:58 ---> Running in 2df0e240b780 17:01:58 Removing intermediate container 2df0e240b780 17:01:58 ---> fa2e52f97004 17:01:58 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 17:01:58 ---> Running in d53fba00fac6 17:01:59 Removing intermediate container d53fba00fac6 17:01:59 ---> 405842ad7956 17:01:59 Step 23/25 : LABEL arch=amd64 17:01:59 ---> Running in 1cdce341f5c1 17:01:59 Removing intermediate container 1cdce341f5c1 17:01:59 ---> d66e03e25066 17:01:59 Step 24/25 : LABEL git_sha=3238a3be2f44512a9de49c586dce83c0c67ab7c8 17:01:59 ---> Running in 96fb50ba5edc 17:01:59 Removing intermediate container 96fb50ba5edc 17:01:59 ---> f9e31486d135 17:01:59 Step 25/25 : LABEL version=3.1.0-dev.24 17:01:59 ---> Running in aa1b358d16b5 17:01:59 Removing intermediate container aa1b358d16b5 17:01:59 ---> 890f2942ae8d 17:01:59 [Warning] One or more build-args [ARCH] were not consumed 17:01:59 Successfully built 890f2942ae8d 17:01:59 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 17:01:59 provisioning config files... 17:01:59 copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config5198282063780602970tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:01:59 ---> docker-login.sh 17:01:59 nexus3.edgexfoundry.org:10001 17:01:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:01:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:01:59 Configure a credential helper to remove this warning. See 17:01:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:01:59 17:01:59 Login Succeeded 17:01:59 nexus3.edgexfoundry.org:10002 17:01:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:01:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:01:59 Configure a credential helper to remove this warning. See 17:01:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:01:59 17:01:59 Login Succeeded 17:01:59 nexus3.edgexfoundry.org:10003 17:02:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:02:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:02:00 Configure a credential helper to remove this warning. See 17:02:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:02:00 17:02:00 Login Succeeded 17:02:00 nexus3.edgexfoundry.org:10004 17:02:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:02:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:02:00 Configure a credential helper to remove this warning. See 17:02:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:02:00 17:02:00 Login Succeeded 17:02:00 docker.io 17:02:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:02:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:02:00 Configure a credential helper to remove this warning. See 17:02:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:02:00 17:02:00 Login Succeeded 17:02:00 ---> docker-login.sh ends [Pipeline] } 17:02:00 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:02:00 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 17:02:00 [edgeXDocker.push] Tagging docker image device-rfid-llrp with the following tags: 17:02:00 3238a3be2f44512a9de49c586dce83c0c67ab7c8 17:02:00 latest 17:02:00 3.1.0-dev.24 17:02:00 3238a3be2f44512a9de49c586dce83c0c67ab7c8-3.1.0-dev.24 17:02:00 main 17:02:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:02:00 + docker tag device-rfid-llrp nexus3.edgexfoundry.org:10004/device-rfid-llrp:3238a3be2f44512a9de49c586dce83c0c67ab7c8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:02:00 + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp:3238a3be2f44512a9de49c586dce83c0c67ab7c8 17:02:00 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp] 17:02:00 91a12146f5da: Preparing 17:02:00 980cc43d287a: Preparing 17:02:00 9cb8d66e67fe: Preparing 17:02:00 7e8f2c6b5906: Preparing 17:02:00 a7f97ef6a8d0: Preparing 17:02:00 cc2447e1835a: Preparing 17:02:00 cc2447e1835a: Waiting 17:02:00 a7f97ef6a8d0: Pushed 17:02:00 9cb8d66e67fe: Pushed 17:02:00 980cc43d287a: Pushed 17:02:00 cc2447e1835a: Layer already exists 17:02:01 7e8f2c6b5906: Pushed 17:02:04 91a12146f5da: Pushed 17:02:04 3238a3be2f44512a9de49c586dce83c0c67ab7c8: digest: sha256:eb378b73a3730c85b5040259582ac9684801f9a483bb84293ffd26493e4ced08 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:02:04 + docker tag device-rfid-llrp nexus3.edgexfoundry.org:10004/device-rfid-llrp:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:02:04 + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp:latest 17:02:04 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp] 17:02:04 91a12146f5da: Preparing 17:02:04 980cc43d287a: Preparing 17:02:04 9cb8d66e67fe: Preparing 17:02:04 7e8f2c6b5906: Preparing 17:02:04 a7f97ef6a8d0: Preparing 17:02:04 cc2447e1835a: Preparing 17:02:04 cc2447e1835a: Waiting 17:02:04 7e8f2c6b5906: Layer already exists 17:02:04 9cb8d66e67fe: Layer already exists 17:02:04 91a12146f5da: Layer already exists 17:02:04 a7f97ef6a8d0: Layer already exists 17:02:04 980cc43d287a: Layer already exists 17:02:04 cc2447e1835a: Layer already exists 17:02:04 latest: digest: sha256:eb378b73a3730c85b5040259582ac9684801f9a483bb84293ffd26493e4ced08 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:02:05 + docker tag device-rfid-llrp nexus3.edgexfoundry.org:10004/device-rfid-llrp:3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:02:05 + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp:3.1.0-dev.24 17:02:05 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp] 17:02:05 91a12146f5da: Preparing 17:02:05 980cc43d287a: Preparing 17:02:05 9cb8d66e67fe: Preparing 17:02:05 7e8f2c6b5906: Preparing 17:02:05 a7f97ef6a8d0: Preparing 17:02:05 cc2447e1835a: Preparing 17:02:05 cc2447e1835a: Waiting 17:02:05 a7f97ef6a8d0: Layer already exists 17:02:05 7e8f2c6b5906: Layer already exists 17:02:05 9cb8d66e67fe: Layer already exists 17:02:05 91a12146f5da: Layer already exists 17:02:05 980cc43d287a: Layer already exists 17:02:05 cc2447e1835a: Layer already exists 17:02:05 3.1.0-dev.24: digest: sha256:eb378b73a3730c85b5040259582ac9684801f9a483bb84293ffd26493e4ced08 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:02:05 + docker tag device-rfid-llrp nexus3.edgexfoundry.org:10004/device-rfid-llrp:3238a3be2f44512a9de49c586dce83c0c67ab7c8-3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:02:05 + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp:3238a3be2f44512a9de49c586dce83c0c67ab7c8-3.1.0-dev.24 17:02:05 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp] 17:02:05 91a12146f5da: Preparing 17:02:05 980cc43d287a: Preparing 17:02:05 9cb8d66e67fe: Preparing 17:02:05 7e8f2c6b5906: Preparing 17:02:05 a7f97ef6a8d0: Preparing 17:02:05 cc2447e1835a: Preparing 17:02:05 cc2447e1835a: Waiting 17:02:05 9cb8d66e67fe: Layer already exists 17:02:05 7e8f2c6b5906: Layer already exists 17:02:05 91a12146f5da: Layer already exists 17:02:05 a7f97ef6a8d0: Layer already exists 17:02:05 980cc43d287a: Layer already exists 17:02:05 cc2447e1835a: Layer already exists 17:02:05 3238a3be2f44512a9de49c586dce83c0c67ab7c8-3.1.0-dev.24: digest: sha256:eb378b73a3730c85b5040259582ac9684801f9a483bb84293ffd26493e4ced08 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:02:06 + docker tag device-rfid-llrp nexus3.edgexfoundry.org:10004/device-rfid-llrp:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:02:06 + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp:main 17:02:06 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp] 17:02:06 91a12146f5da: Preparing 17:02:06 980cc43d287a: Preparing 17:02:06 9cb8d66e67fe: Preparing 17:02:06 7e8f2c6b5906: Preparing 17:02:06 a7f97ef6a8d0: Preparing 17:02:06 cc2447e1835a: Preparing 17:02:06 cc2447e1835a: Waiting 17:02:06 a7f97ef6a8d0: Layer already exists 17:02:06 7e8f2c6b5906: Layer already exists 17:02:06 91a12146f5da: Layer already exists 17:02:06 9cb8d66e67fe: Layer already exists 17:02:06 980cc43d287a: Layer already exists 17:02:06 cc2447e1835a: Layer already exists 17:02:06 main: digest: sha256:eb378b73a3730c85b5040259582ac9684801f9a483bb84293ffd26493e4ced08 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:02:06 ===================================================== [Pipeline] echo 17:02:06 taggedImages: 17:02:06 - nexus3.edgexfoundry.org:10004/device-rfid-llrp:3238a3be2f44512a9de49c586dce83c0c67ab7c8 17:02:06 - nexus3.edgexfoundry.org:10004/device-rfid-llrp:latest 17:02:06 - nexus3.edgexfoundry.org:10004/device-rfid-llrp:3.1.0-dev.24 17:02:06 - nexus3.edgexfoundry.org:10004/device-rfid-llrp:3238a3be2f44512a9de49c586dce83c0c67ab7c8-3.1.0-dev.24 17:02:06 - 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 17:02:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:02:06 17:02:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:02:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:02:07 latest: Pulling from edgex-lftools-log-publisher 17:02:07 5eb5b503b376: Pulling fs layer 17:02:07 5c69ac0246d0: Pulling fs layer 17:02:07 ec43610c2a17: Pulling fs layer 17:02:07 3a2ae6a8a46f: Pulling fs layer 17:02:07 33b1e0a273af: Pulling fs layer 17:02:07 5d3b04190fa2: Pulling fs layer 17:02:07 2f39f015ded8: Pulling fs layer 17:02:07 2f39f015ded8: Waiting 17:02:07 5d3b04190fa2: Waiting 17:02:07 3a2ae6a8a46f: Waiting 17:02:07 33b1e0a273af: Waiting 17:02:07 5c69ac0246d0: Verifying Checksum 17:02:07 5c69ac0246d0: Download complete 17:02:07 3a2ae6a8a46f: Download complete 17:02:07 ec43610c2a17: Verifying Checksum 17:02:07 ec43610c2a17: Download complete 17:02:07 33b1e0a273af: Verifying Checksum 17:02:07 33b1e0a273af: Download complete 17:02:07 5d3b04190fa2: Verifying Checksum 17:02:07 5d3b04190fa2: Download complete 17:02:07 5eb5b503b376: Verifying Checksum 17:02:07 5eb5b503b376: Download complete 17:02:08 2f39f015ded8: Download complete 17:02:09 5eb5b503b376: Pull complete 17:02:09 5c69ac0246d0: Pull complete 17:02:09 ec43610c2a17: Pull complete 17:02:09 3a2ae6a8a46f: Pull complete 17:02:09 33b1e0a273af: Pull complete 17:02:09 5d3b04190fa2: Pull complete 17:02:14 2f39f015ded8: Pull complete 17:02:14 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 17:02:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:02:14 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:02:14 prd-ubuntu20.04-docker-8c-8g-18116 does not seem to be running inside a container 17:02:14 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/foundry_device-rfid-llrp-go_main -v /w/workspace/foundry_device-rfid-llrp-go_main:/w/workspace/foundry_device-rfid-llrp-go_main:rw,z -v /w/workspace/foundry_device-rfid-llrp-go_main@tmp:/w/workspace/foundry_device-rfid-llrp-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 17:02:19 $ docker top 6fe1194749440c4a1e11f05cddcc50b158aa3c73e8fa537ddb999cbb619e02a3 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:02:20 ---> job-cost.sh 17:02:20 lf-activate-venv: SKIPPING 17:02:20 INFO: No Stack... 17:02:20 INFO: Retrieving Pricing Info for: v3-standard-8 17:02:20 INFO: Archiving Costs [Pipeline] sh 17:02:21 + cat /w/workspace/foundry_device-rfid-llrp-go_main/archives/cost.csv 17:02:21 + cut -d, -f6 [Pipeline] lock 17:02:21 Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-main-132-stack-cost] 17:02:21 Resource [jenkins-edgexfoundry-device-rfid-llrp-go-main-132-stack-cost] did not exist. Created. 17:02:21 Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-main-132-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:02:21 + echo total: 0.2199999988079071 [Pipeline] stash 17:02:21 Stashed 1 file(s) [Pipeline] } 17:02:21 Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-main-132-stack-cost] [Pipeline] // lock [Pipeline] } 17:02:21 $ docker stop --time=1 6fe1194749440c4a1e11f05cddcc50b158aa3c73e8fa537ddb999cbb619e02a3 17:02:22 $ docker rm -f --volumes 6fe1194749440c4a1e11f05cddcc50b158aa3c73e8fa537ddb999cbb619e02a3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 17:03:07 Running on prd-ubuntu20.04-docker-arm64-4c-16g-18118 in /w/workspace/foundry_device-rfid-llrp-go_main [Pipeline] { [Pipeline] ws 17:03:07 Running in /w/workspace/device-rfid-llrp-go/132 [Pipeline] { [Pipeline] checkout 17:03:08 The recommended git tool is: git 17:03:14 using credential edgex-jenkins-ssh 17:03:14 Cloning the remote Git repository 17:03:14 Cloning repository git@github.com:edgexfoundry/device-rfid-llrp-go.git 17:03:14 > git init /w/workspace/device-rfid-llrp-go/132 # timeout=10 17:03:14 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git 17:03:14 > git --version # timeout=10 17:03:14 > git --version # 'git version 2.25.1' 17:03:14 using GIT_SSH to set credentials SSH Credentials for GitHub 17:03:14 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:03:16 > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 17:03:16 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:03:17 Avoid second fetch 17:03:17 Checking out Revision 3238a3be2f44512a9de49c586dce83c0c67ab7c8 (main) 17:03:17 Commit message: "fix: Address CVE in Alpine base image (#272)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:03:17 > git config core.sparsecheckout # timeout=10 17:03:17 > git checkout -f 3238a3be2f44512a9de49c586dce83c0c67ab7c8 # timeout=10 17:03:18 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 17:03:18 % Total % Received % Xferd Average Speed Time Time Time Current 17:03:18 Dload Upload Total Spent Left Speed 17:03:18 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12682 100 12682 0 0 217k 0 --:--:-- --:--:-- --:--:-- 217k [Pipeline] sh 17:03:19 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 17:03:19 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 17:03:19 + sudo tee /etc/docker/daemon.new 17:03:19 { 17:03:19 "registry-mirrors": [ 17:03:19 "https://nexus3.edgexfoundry.org:10001" 17:03:19 ], 17:03:19 "bip": "10.250.0.254/24", 17:03:19 "hosts": [ 17:03:19 "tcp://0.0.0.0:5555", 17:03:19 "unix:///var/run/docker.sock" 17:03:19 ], 17:03:19 "mtu": 1458, 17:03:19 "selinux-enabled": true, 17:03:19 "seccomp-profile": "/etc/docker/seccomp.json" 17:03:19 } [Pipeline] sh 17:03:20 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 17:03:20 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:03:38 provisioning config files... 17:03:38 copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/device-rfid-llrp-go/132@tmp/config12206094871983291788tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:03:39 ---> docker-login.sh 17:03:39 nexus3.edgexfoundry.org:10001 17:03:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:03:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:03:39 Configure a credential helper to remove this warning. See 17:03:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:03:39 17:03:39 Login Succeeded 17:03:39 nexus3.edgexfoundry.org:10002 17:03:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:03:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:03:40 Configure a credential helper to remove this warning. See 17:03:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:03:40 17:03:40 Login Succeeded 17:03:40 nexus3.edgexfoundry.org:10003 17:03:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:03:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:03:40 Configure a credential helper to remove this warning. See 17:03:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:03:40 17:03:40 Login Succeeded 17:03:40 nexus3.edgexfoundry.org:10004 17:03:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:03:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:03:40 Configure a credential helper to remove this warning. See 17:03:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:03:40 17:03:40 Login Succeeded 17:03:40 docker.io 17:03:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:03:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:03:41 Configure a credential helper to remove this warning. See 17:03:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:03:41 17:03:41 Login Succeeded 17:03:41 ---> docker-login.sh ends [Pipeline] } 17:03:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:03:41 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 17:03:41 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 17:03:41 ========================================================= 17:03:41 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] 17:03:41 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:03:41 + 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 . 17:03:42 Sending build context to Docker daemon 1.198MB 17:03:42 Step 1/12 : ARG BASE=golang:1.21-alpine3.18 17:03:42 Step 2/12 : FROM ${BASE} AS builder 17:03:44 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:03:44 9fda8d8052c6: Pulling fs layer 17:03:44 5d54e960e981: Pulling fs layer 17:03:44 c4a7e357bf2a: Pulling fs layer 17:03:44 f0e02332f6b5: Pulling fs layer 17:03:44 872ee5b61b7b: Pulling fs layer 17:03:44 0c6a40ed1a82: Pulling fs layer 17:03:44 94ae7d8d031c: Pulling fs layer 17:03:44 872ee5b61b7b: Waiting 17:03:44 0c6a40ed1a82: Waiting 17:03:44 94ae7d8d031c: Waiting 17:03:44 f0e02332f6b5: Waiting 17:03:44 5d54e960e981: Verifying Checksum 17:03:44 5d54e960e981: Download complete 17:03:44 f0e02332f6b5: Verifying Checksum 17:03:44 f0e02332f6b5: Download complete 17:03:44 872ee5b61b7b: Verifying Checksum 17:03:44 872ee5b61b7b: Download complete 17:03:44 9fda8d8052c6: Verifying Checksum 17:03:44 9fda8d8052c6: Download complete 17:03:44 94ae7d8d031c: Verifying Checksum 17:03:44 94ae7d8d031c: Download complete 17:03:44 9fda8d8052c6: Pull complete 17:03:45 5d54e960e981: Pull complete 17:03:45 c4a7e357bf2a: Download complete 17:03:46 0c6a40ed1a82: Verifying Checksum 17:03:46 0c6a40ed1a82: Download complete 17:03:59 c4a7e357bf2a: Pull complete 17:03:59 f0e02332f6b5: Pull complete 17:03:59 872ee5b61b7b: Pull complete 17:04:07 0c6a40ed1a82: Pull complete 17:04:12 94ae7d8d031c: Pull complete 17:04:12 Digest: sha256:bced28d2139e98291f6f5222245e06760ce829f55f75386c6c13bfabca1016f1 17:04:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 17:04:12 ---> 86de565de09d 17:04:12 Step 3/12 : ARG ADD_BUILD_TAGS="" 17:04:14 ---> Running in 18556a9f61e0 17:04:14 Removing intermediate container 18556a9f61e0 17:04:14 ---> 2e090a6804c5 17:04:14 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 17:04:14 ---> Running in 524930fc3758 17:04:15 Removing intermediate container 524930fc3758 17:04:15 ---> 0588b3aaa5a8 17:04:15 Step 5/12 : ARG ALPINE_PKG_BASE="make git" 17:04:15 ---> Running in cae3a170d38f 17:04:15 Removing intermediate container cae3a170d38f 17:04:15 ---> 009ca55503ff 17:04:15 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 17:04:15 ---> Running in 66670ae38abe 17:04:15 Removing intermediate container 66670ae38abe 17:04:15 ---> 6171a5da7494 17:04:15 Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:04:15 ---> Running in de6844f13dcc 17:04:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 17:04:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 17:04:18 OK: 266 MiB in 52 packages 17:04:19 Removing intermediate container de6844f13dcc 17:04:19 ---> f6c438d29c55 17:04:19 Step 8/12 : WORKDIR /app 17:04:19 ---> Running in 80b3e61d6a23 17:04:19 Removing intermediate container 80b3e61d6a23 17:04:19 ---> 6bd722fcebd1 17:04:19 Step 9/12 : COPY go.mod vendor* ./ 17:04:20 ---> 9c04c0188d22 17:04:20 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:04:20 ---> Running in 27f15681ddd0 17:05:41 Removing intermediate container 27f15681ddd0 17:05:41 ---> 2daa6dc61955 17:05:41 Step 11/12 : COPY . . 17:05:41 ---> e90ae6f8631c 17:05:41 Step 12/12 : RUN $MAKE 17:05:41 ---> Running in a06dfd50239e 17:05:41 noop 17:05:41 Removing intermediate container a06dfd50239e 17:05:41 ---> a2eb12f817af 17:05:41 Successfully built a2eb12f817af 17:05:41 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:05:42 + docker inspect -f . ci-base-image-arm64 17:05:42 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:05:42 prd-ubuntu20.04-docker-arm64-4c-16g-18118 does not seem to be running inside a container 17:05:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rfid-llrp-go/132 -v /w/workspace/device-rfid-llrp-go/132:/w/workspace/device-rfid-llrp-go/132:rw,z -v /w/workspace/device-rfid-llrp-go/132@tmp:/w/workspace/device-rfid-llrp-go/132@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 17:05:43 $ docker top 26bdca01a1ed9f402f1a52574a7946ebd03797aff369a2157f4690ea0f4992ae -eo pid,comm [Pipeline] { [Pipeline] sh 17:05:44 + go version 17:05:44 go version go1.21.0 linux/arm64 [Pipeline] } 17:05:44 $ docker stop --time=1 26bdca01a1ed9f402f1a52574a7946ebd03797aff369a2157f4690ea0f4992ae 17:05:46 $ docker rm -f --volumes 26bdca01a1ed9f402f1a52574a7946ebd03797aff369a2157f4690ea0f4992ae [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:05:46 + docker inspect -f . ci-base-image-arm64 17:05:46 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:05:46 prd-ubuntu20.04-docker-arm64-4c-16g-18118 does not seem to be running inside a container 17:05:46 $ 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/132 -v /w/workspace/device-rfid-llrp-go/132:/w/workspace/device-rfid-llrp-go/132:rw,z -v /w/workspace/device-rfid-llrp-go/132@tmp:/w/workspace/device-rfid-llrp-go/132@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 17:05:48 $ docker top bf63a04ae304e3e8f10c66209a1fda845e0aa92d981077daef3878fce1cef3f3 -eo pid,comm [Pipeline] { [Pipeline] sh 17:05:49 + git config --global --add safe.directory /w/workspace/device-rfid-llrp-go/132 [Pipeline] fileExists [Pipeline] sh 17:05:49 + make test 17:05:49 go test ./... -coverprofile=coverage.out ./... 17:05:57 ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] 17:07:34 ? github.com/edgexfoundry/device-rfid-llrp-go/cmd [no test files] 17:07:34 ? github.com/edgexfoundry/device-rfid-llrp-go/cmd/llrp [no test files] 17:08:01 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/driver 27.577s coverage: 40.6% of statements 17:08:01 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.547s coverage: 51.9% of statements 17:08:01 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.038s coverage: 95.5% of statements 17:08:01 WARNING: Linting skipped (not on x86_64 or linter not installed) 17:08:01 go vet ./... 17:08:23 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 17:08:23 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 17:08:23 ./bin/test-attribution-txt.sh [Pipeline] echo 17:08:24 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 17:08:24 $ docker stop --time=1 bf63a04ae304e3e8f10c66209a1fda845e0aa92d981077daef3878fce1cef3f3 17:08:26 $ docker rm -f --volumes bf63a04ae304e3e8f10c66209a1fda845e0aa92d981077daef3878fce1cef3f3 [Pipeline] // withDockerContainer [Pipeline] sh 17:08:27 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:08:27 Warning: overwriting stash ‘coverage-report’ 17:08:28 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 17:08:28 + sudo chown -R jenkins:jenkins . [Pipeline] sh 17:08:29 + ls -al . 17:08:29 total 636 17:08:29 drwxrwxr-x 9 jenkins jenkins 4096 Nov 15 17:05 . 17:08:29 drwxrwxr-x 4 jenkins jenkins 4096 Nov 15 17:03 .. 17:08:29 -rw-rw-r-- 1 jenkins jenkins 134 Nov 15 17:03 .dockerignore 17:08:29 drwxrwxr-x 8 jenkins jenkins 4096 Nov 15 17:03 .git 17:08:29 drwxrwxr-x 3 jenkins jenkins 4096 Nov 15 17:03 .github 17:08:29 -rw-rw-r-- 1 jenkins jenkins 880 Nov 15 17:03 .gitignore 17:08:29 -rw-rw-r-- 1 jenkins jenkins 41 Nov 15 17:03 .golangci.yml 17:08:29 -rw-rw-r-- 1 jenkins jenkins 11980 Nov 15 17:03 Attribution.txt 17:08:29 -rw-rw-r-- 1 jenkins jenkins 11677 Nov 15 17:03 CHANGELOG.md 17:08:29 -rw-rw-r-- 1 jenkins jenkins 1456 Nov 15 17:03 Dockerfile 17:08:29 -rw-rw-r-- 1 jenkins jenkins 677 Nov 15 17:03 GOVERNANCE.md 17:08:29 -rw-rw-r-- 1 jenkins jenkins 661 Nov 15 17:03 Jenkinsfile 17:08:29 -rw-rw-r-- 1 jenkins jenkins 11347 Nov 15 17:03 LICENSE 17:08:29 -rw-rw-r-- 1 jenkins jenkins 2179 Nov 15 17:03 Makefile 17:08:29 -rw-rw-r-- 1 jenkins jenkins 625 Nov 15 17:03 OWNERS.md 17:08:29 -rw-rw-r-- 1 jenkins jenkins 28907 Nov 15 17:03 README.md 17:08:29 -rw-rw-r-- 1 jenkins jenkins 12 Nov 15 16:59 VERSION 17:08:29 drwxrwxr-x 2 jenkins jenkins 4096 Nov 15 17:03 bin 17:08:29 drwxrwxr-x 4 jenkins jenkins 4096 Nov 15 17:03 cmd 17:08:29 -rw-r--r-- 1 jenkins jenkins 459493 Nov 15 17:08 coverage.out 17:08:29 drwxrwxr-x 2 jenkins jenkins 4096 Nov 15 17:03 examples 17:08:29 -rw-rw-r-- 1 jenkins jenkins 3831 Nov 15 17:03 go.mod 17:08:29 -rw-rw-r-- 1 jenkins jenkins 34396 Nov 15 17:03 go.sum 17:08:29 drwxrwxr-x 2 jenkins jenkins 4096 Nov 15 17:03 images 17:08:29 drwxrwxr-x 5 jenkins jenkins 4096 Nov 15 17:03 internal 17:08:29 -rw-rw-r-- 1 jenkins jenkins 193 Nov 15 17:03 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:08:29 + 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=3238a3be2f44512a9de49c586dce83c0c67ab7c8 --label arch=arm64 --label version=3.1.0-dev.24 . 17:08:29 Sending build context to Docker daemon 1.198MB 17:08:29 Step 1/25 : ARG BASE=golang:1.21-alpine3.18 17:08:29 Step 2/25 : FROM ${BASE} AS builder 17:08:29 ---> a2eb12f817af 17:08:29 Step 3/25 : ARG ADD_BUILD_TAGS="" 17:08:32 ---> Running in 00496039dfe7 17:08:32 Removing intermediate container 00496039dfe7 17:08:32 ---> ed9190b000bc 17:08:32 Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 17:08:32 ---> Running in 5018a0181f83 17:08:32 Removing intermediate container 5018a0181f83 17:08:32 ---> 6ea0f2e43bfc 17:08:32 Step 5/25 : ARG ALPINE_PKG_BASE="make git" 17:08:32 ---> Running in 1b0ca929426f 17:08:32 Removing intermediate container 1b0ca929426f 17:08:32 ---> 69e53f44ace2 17:08:32 Step 6/25 : ARG ALPINE_PKG_EXTRA="" 17:08:33 ---> Running in 39f6e43c620d 17:08:33 Removing intermediate container 39f6e43c620d 17:08:33 ---> 9882cebf57e4 17:08:33 Step 7/25 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:08:33 ---> Running in 8649bbaf23f5 17:08:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 17:08:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 17:08:35 OK: 266 MiB in 52 packages 17:08:36 Removing intermediate container 8649bbaf23f5 17:08:36 ---> 61a247c5ec38 17:08:36 Step 8/25 : WORKDIR /app 17:08:36 ---> Running in 6597d1a0e70d 17:08:37 Removing intermediate container 6597d1a0e70d 17:08:37 ---> 4dcfcf6b53fb 17:08:37 Step 9/25 : COPY go.mod vendor* ./ 17:08:37 ---> b836d5a66d99 17:08:37 Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:08:37 ---> Running in 9b5aa8a243f2 17:08:39 Removing intermediate container 9b5aa8a243f2 17:08:39 ---> c35a9c578046 17:08:39 Step 11/25 : COPY . . 17:08:40 ---> c75c113a3ccc 17:08:40 Step 12/25 : RUN $MAKE 17:08:40 ---> Running in 115577d0bd99 17:08:41 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-rfid-llrp-go.Version=3.1.0-dev.24 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.1.0" -trimpath -mod=readonly -o cmd/device-rfid-llrp ./cmd 17:10:48 Removing intermediate container 115577d0bd99 17:10:48 ---> c7f99155e8bd 17:10:48 Step 13/25 : FROM alpine:3.18 17:10:48 3.18: Pulling from library/alpine 17:10:48 579b34f0a95b: Pulling fs layer 17:10:48 579b34f0a95b: Verifying Checksum 17:10:48 579b34f0a95b: Download complete 17:10:48 579b34f0a95b: Pull complete 17:10:48 Digest: sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 17:10:48 Status: Downloaded newer image for alpine:3.18 17:10:48 ---> 3cc203321400 17:10:48 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 17:10:48 ---> Running in 63c4ebc88534 17:10:48 Removing intermediate container 63c4ebc88534 17:10:48 ---> 9861eb52fece 17:10:48 Step 15/25 : RUN apk add --update --no-cache dumb-init 17:10:48 ---> Running in a7ded074543f 17:10:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 17:10:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 17:10:48 (1/1) Installing dumb-init (1.2.5-r2) 17:10:48 Executing busybox-1.36.1-r2.trigger 17:10:48 OK: 8 MiB in 16 packages 17:10:48 Removing intermediate container a7ded074543f 17:10:48 ---> 150ddec68ba7 17:10:48 Step 16/25 : RUN apk --no-cache upgrade 17:10:48 ---> Running in 3baa47ca32ca 17:10:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 17:10:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 17:10:48 (1/7) Upgrading musl (1.2.4-r1 -> 1.2.4-r2) 17:10:48 (2/7) Upgrading busybox (1.36.1-r2 -> 1.36.1-r5) 17:10:48 Executing busybox-1.36.1-r5.post-upgrade 17:10:48 (3/7) Upgrading busybox-binsh (1.36.1-r2 -> 1.36.1-r5) 17:10:48 (4/7) Upgrading libcrypto3 (3.1.3-r0 -> 3.1.4-r1) 17:10:48 (5/7) Upgrading libssl3 (3.1.3-r0 -> 3.1.4-r1) 17:10:48 (6/7) Upgrading ssl_client (1.36.1-r2 -> 1.36.1-r5) 17:10:48 (7/7) Upgrading musl-utils (1.2.4-r1 -> 1.2.4-r2) 17:10:48 Executing busybox-1.36.1-r5.trigger 17:10:48 OK: 8 MiB in 16 packages 17:10:48 Removing intermediate container 3baa47ca32ca 17:10:48 ---> 5f0564a5701f 17:10:48 Step 17/25 : COPY --from=builder /app/LICENSE / 17:10:49 ---> 55f9a7436632 17:10:49 Step 18/25 : COPY --from=builder /app/Attribution.txt / 17:10:49 ---> 67e38b242cd2 17:10:49 Step 19/25 : COPY --from=builder /app/cmd/ / 17:10:51 ---> 1a83a51af161 17:10:51 Step 20/25 : EXPOSE 59989 17:10:51 ---> Running in f63b121a5e03 17:10:51 Removing intermediate container f63b121a5e03 17:10:51 ---> b84f60d768bb 17:10:51 Step 21/25 : ENTRYPOINT ["/device-rfid-llrp"] 17:10:51 ---> Running in 712564a2e0a0 17:10:51 Removing intermediate container 712564a2e0a0 17:10:51 ---> 26398c445c06 17:10:51 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 17:10:51 ---> Running in d174a66007e4 17:10:52 Removing intermediate container d174a66007e4 17:10:52 ---> bf926ae8f2c8 17:10:52 Step 23/25 : LABEL arch=arm64 17:10:52 ---> Running in a99c0a109d1f 17:10:52 Removing intermediate container a99c0a109d1f 17:10:52 ---> 1e92085908af 17:10:52 Step 24/25 : LABEL git_sha=3238a3be2f44512a9de49c586dce83c0c67ab7c8 17:10:52 ---> Running in 42f7e76c284b 17:10:52 Removing intermediate container 42f7e76c284b 17:10:52 ---> 4afa52641c76 17:10:52 Step 25/25 : LABEL version=3.1.0-dev.24 17:10:53 ---> Running in b3aff589d852 17:10:53 Removing intermediate container b3aff589d852 17:10:53 ---> ea5f877c196e 17:10:53 [Warning] One or more build-args [ARCH] were not consumed 17:10:53 Successfully built ea5f877c196e 17:10:53 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 17:10:53 provisioning config files... 17:10:53 copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/device-rfid-llrp-go/132@tmp/config2841585677472436369tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:10:53 ---> docker-login.sh 17:10:53 nexus3.edgexfoundry.org:10001 17:10:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:10:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:10:54 Configure a credential helper to remove this warning. See 17:10:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:10:54 17:10:54 Login Succeeded 17:10:54 nexus3.edgexfoundry.org:10002 17:10:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:10:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:10:54 Configure a credential helper to remove this warning. See 17:10:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:10:54 17:10:54 Login Succeeded 17:10:54 nexus3.edgexfoundry.org:10003 17:10:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:10:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:10:55 Configure a credential helper to remove this warning. See 17:10:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:10:55 17:10:55 Login Succeeded 17:10:55 nexus3.edgexfoundry.org:10004 17:10:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:10:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:10:55 Configure a credential helper to remove this warning. See 17:10:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:10:55 17:10:55 Login Succeeded 17:10:55 docker.io 17:10:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:10:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:10:55 Configure a credential helper to remove this warning. See 17:10:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:10:55 17:10:55 Login Succeeded 17:10:55 ---> docker-login.sh ends [Pipeline] } 17:10:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:10:55 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 17:10:55 [edgeXDocker.push] Tagging docker image device-rfid-llrp-arm64 with the following tags: 17:10:55 3238a3be2f44512a9de49c586dce83c0c67ab7c8 17:10:55 latest 17:10:55 3.1.0-dev.24 17:10:55 3238a3be2f44512a9de49c586dce83c0c67ab7c8-3.1.0-dev.24 17:10:55 main 17:10:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:10:56 + docker tag device-rfid-llrp-arm64 nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:3238a3be2f44512a9de49c586dce83c0c67ab7c8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:10:59 + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:3238a3be2f44512a9de49c586dce83c0c67ab7c8 17:10:59 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64] 17:10:59 6793148c56b2: Preparing 17:10:59 0c712b587523: Preparing 17:10:59 be1d87dc7fa3: Preparing 17:10:59 3028c61fcb38: Preparing 17:10:59 bf96fd5e3264: Preparing 17:10:59 5f4d9fc4d98d: Preparing 17:10:59 5f4d9fc4d98d: Waiting 17:10:59 0c712b587523: Pushed 17:10:59 be1d87dc7fa3: Pushed 17:10:59 bf96fd5e3264: Pushed 17:10:59 5f4d9fc4d98d: Layer already exists 17:11:00 3028c61fcb38: Pushed 17:11:05 6793148c56b2: Pushed 17:11:05 3238a3be2f44512a9de49c586dce83c0c67ab7c8: digest: sha256:28aa715de13d3ef4dc9c39efe616ce4e1e0435deace301d4ff4a489dcac46f12 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:11:05 + 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 17:11:06 + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:latest 17:11:06 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64] 17:11:06 6793148c56b2: Preparing 17:11:06 0c712b587523: Preparing 17:11:06 be1d87dc7fa3: Preparing 17:11:06 3028c61fcb38: Preparing 17:11:06 bf96fd5e3264: Preparing 17:11:06 5f4d9fc4d98d: Preparing 17:11:06 5f4d9fc4d98d: Waiting 17:11:06 6793148c56b2: Layer already exists 17:11:06 3028c61fcb38: Layer already exists 17:11:06 be1d87dc7fa3: Layer already exists 17:11:06 0c712b587523: Layer already exists 17:11:06 bf96fd5e3264: Layer already exists 17:11:06 5f4d9fc4d98d: Layer already exists 17:11:06 latest: digest: sha256:28aa715de13d3ef4dc9c39efe616ce4e1e0435deace301d4ff4a489dcac46f12 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:11:06 + docker tag device-rfid-llrp-arm64 nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:11:07 + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:3.1.0-dev.24 17:11:07 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64] 17:11:07 6793148c56b2: Preparing 17:11:07 0c712b587523: Preparing 17:11:07 be1d87dc7fa3: Preparing 17:11:07 3028c61fcb38: Preparing 17:11:07 bf96fd5e3264: Preparing 17:11:07 5f4d9fc4d98d: Preparing 17:11:07 3028c61fcb38: Layer already exists 17:11:07 be1d87dc7fa3: Layer already exists 17:11:07 bf96fd5e3264: Layer already exists 17:11:07 6793148c56b2: Layer already exists 17:11:07 0c712b587523: Layer already exists 17:11:07 5f4d9fc4d98d: Layer already exists 17:11:07 3.1.0-dev.24: digest: sha256:28aa715de13d3ef4dc9c39efe616ce4e1e0435deace301d4ff4a489dcac46f12 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:11:07 + docker tag device-rfid-llrp-arm64 nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:3238a3be2f44512a9de49c586dce83c0c67ab7c8-3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:11:08 + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:3238a3be2f44512a9de49c586dce83c0c67ab7c8-3.1.0-dev.24 17:11:08 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64] 17:11:08 6793148c56b2: Preparing 17:11:08 0c712b587523: Preparing 17:11:08 be1d87dc7fa3: Preparing 17:11:08 3028c61fcb38: Preparing 17:11:08 bf96fd5e3264: Preparing 17:11:08 5f4d9fc4d98d: Preparing 17:11:08 5f4d9fc4d98d: Waiting 17:11:08 bf96fd5e3264: Layer already exists 17:11:08 6793148c56b2: Layer already exists 17:11:08 0c712b587523: Layer already exists 17:11:08 be1d87dc7fa3: Layer already exists 17:11:08 3028c61fcb38: Layer already exists 17:11:08 5f4d9fc4d98d: Layer already exists 17:11:08 3238a3be2f44512a9de49c586dce83c0c67ab7c8-3.1.0-dev.24: digest: sha256:28aa715de13d3ef4dc9c39efe616ce4e1e0435deace301d4ff4a489dcac46f12 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:11:08 + 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 17:11:09 + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:main 17:11:09 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64] 17:11:09 6793148c56b2: Preparing 17:11:09 0c712b587523: Preparing 17:11:09 be1d87dc7fa3: Preparing 17:11:09 3028c61fcb38: Preparing 17:11:09 bf96fd5e3264: Preparing 17:11:09 5f4d9fc4d98d: Preparing 17:11:09 5f4d9fc4d98d: Waiting 17:11:09 6793148c56b2: Layer already exists 17:11:09 3028c61fcb38: Layer already exists 17:11:09 0c712b587523: Layer already exists 17:11:09 be1d87dc7fa3: Layer already exists 17:11:09 bf96fd5e3264: Layer already exists 17:11:09 5f4d9fc4d98d: Layer already exists 17:11:09 main: digest: sha256:28aa715de13d3ef4dc9c39efe616ce4e1e0435deace301d4ff4a489dcac46f12 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:11:09 ===================================================== [Pipeline] echo 17:11:09 taggedImages: 17:11:09 - nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:3238a3be2f44512a9de49c586dce83c0c67ab7c8 17:11:09 - nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:latest 17:11:09 - nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:3.1.0-dev.24 17:11:09 - nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:3238a3be2f44512a9de49c586dce83c0c67ab7c8-3.1.0-dev.24 17:11:09 - 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 17:11:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:11:09 17:11:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:11:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:11:13 arm64: Pulling from edgex-lftools-log-publisher 17:11:13 8998bd30e6a1: Pulling fs layer 17:11:13 04944245beec: Pulling fs layer 17:11:13 699f458cf7ca: Pulling fs layer 17:11:13 765212b225bb: Pulling fs layer 17:11:13 f23df028b6ca: Pulling fs layer 17:11:13 d65c8cfc05b1: Pulling fs layer 17:11:13 2437ff75d9bd: Pulling fs layer 17:11:13 765212b225bb: Waiting 17:11:13 f23df028b6ca: Waiting 17:11:13 d65c8cfc05b1: Waiting 17:11:13 2437ff75d9bd: Waiting 17:11:13 04944245beec: Verifying Checksum 17:11:13 04944245beec: Download complete 17:11:13 765212b225bb: Verifying Checksum 17:11:13 765212b225bb: Download complete 17:11:13 f23df028b6ca: Verifying Checksum 17:11:13 f23df028b6ca: Download complete 17:11:13 d65c8cfc05b1: Verifying Checksum 17:11:13 d65c8cfc05b1: Download complete 17:11:13 699f458cf7ca: Verifying Checksum 17:11:13 699f458cf7ca: Download complete 17:11:14 8998bd30e6a1: Verifying Checksum 17:11:14 8998bd30e6a1: Download complete 17:11:16 2437ff75d9bd: Verifying Checksum 17:11:16 2437ff75d9bd: Download complete 17:11:18 8998bd30e6a1: Pull complete 17:11:18 04944245beec: Pull complete 17:11:20 699f458cf7ca: Pull complete 17:11:20 765212b225bb: Pull complete 17:11:21 f23df028b6ca: Pull complete 17:11:21 d65c8cfc05b1: Pull complete 17:11:39 2437ff75d9bd: Pull complete 17:11:39 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 17:11:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:11:39 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:11:39 prd-ubuntu20.04-docker-arm64-4c-16g-18118 does not seem to be running inside a container 17:11:39 $ 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/132 -v /w/workspace/device-rfid-llrp-go/132:/w/workspace/device-rfid-llrp-go/132:rw,z -v /w/workspace/device-rfid-llrp-go/132@tmp:/w/workspace/device-rfid-llrp-go/132@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 17:11:43 $ docker top 39ee61fba100b4fd52e7095b4f086e872436bd0f8c3ef353644a7a00e02c0a6a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:11:44 ---> job-cost.sh 17:11:44 lf-activate-venv: SKIPPING 17:11:44 INFO: No Stack... 17:11:45 INFO: Retrieving Pricing Info for: v3-standard-4 17:11:45 INFO: Archiving Costs [Pipeline] sh 17:11:46 + cat /w/workspace/device-rfid-llrp-go/132/archives/cost.csv 17:11:46 + cut -d, -f6 [Pipeline] lock 17:11:46 Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-main-132-stack-cost] 17:11:46 Resource [jenkins-edgexfoundry-device-rfid-llrp-go-main-132-stack-cost] did not exist. Created. 17:11:46 Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-main-132-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:11:47 /w/workspace/device-rfid-llrp-go/132@tmp/durable-59b24271/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 17:11:47 + echo total: 0.10999999940395355 [Pipeline] stash 17:11:47 Warning: overwriting stash ‘stack-cost’ 17:11:47 Stashed 1 file(s) [Pipeline] } 17:11:47 Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-main-132-stack-cost] [Pipeline] // lock [Pipeline] } 17:11:47 $ docker stop --time=1 39ee61fba100b4fd52e7095b4f086e872436bd0f8c3ef353644a7a00e02c0a6a 17:11:49 $ docker rm -f --volumes 39ee61fba100b4fd52e7095b4f086e872436bd0f8c3ef353644a7a00e02c0a6a [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 17:11:49 provisioning config files... 17:11:49 copy managed file [device-rfid-llrp-go-codecov-token] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config1149865316398333719tmp [Pipeline] { [Pipeline] sh 17:11:50 + set +x 17:11:50 + + curl -s https://codecov.io/bash 17:11:50 bash -s -- 17:11:50 17:11:50 _____ _ 17:11:50 / ____| | | 17:11:50 | | ___ __| | ___ ___ _____ __ 17:11:50 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:11:50 | |___| (_) | (_| | __/ (_| (_) \ V / 17:11:50 \_____\___/ \__,_|\___|\___\___/ \_/ 17:11:50 Bash-1.0.6 17:11:50 17:11:50 17:11:50 ==> git version 2.25.1 found 17:11:50 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 17:11:50 Release-Date: 2020-01-08 17:11:50 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 17:11:50 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 17:11:50 ==> Jenkins CI detected. 17:11:50 current dir:  /w/workspace/foundry_device-rfid-llrp-go_main 17:11:50 project root: . 17:11:50 --> token set from env 17:11:50 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:11:50 ==> Running gcov in . (disable via -X gcov) 17:11:50 ==> Python coveragepy not found 17:11:50 ==> Searching for coverage reports in: 17:11:50 + . 17:11:50 -> Found 1 reports 17:11:50 ==> Detecting git/mercurial file structure 17:11:50 ==> Reading reports 17:11:50 + ./coverage.out bytes=459493 17:11:50 ==> Appending adjustments 17:11:50 https://docs.codecov.io/docs/fixing-reports 17:11:50 + Found adjustments 17:11:50 ==> Gzipping contents 17:11:50 52K /tmp/codecov.q38B46.gz 17:11:50 ==> Uploading reports 17:11:50 url: https://codecov.io 17:11:50 query: branch=main&commit=3238a3be2f44512a9de49c586dce83c0c67ab7c8&build=132&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rfid-llrp-go%2Fjob%2Fmain%2F132%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rfid-llrp-go&service=jenkins&flags=&pr=&job=&cmd_args= 17:11:50 -> Pinging Codecov 17:11:50 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=0703e47f-c946-4a15-b96a-5e99ca1c8fb5&branch=main&commit=3238a3be2f44512a9de49c586dce83c0c67ab7c8&build=132&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rfid-llrp-go%2Fjob%2Fmain%2F132%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rfid-llrp-go&service=jenkins&flags=&pr=&job=&cmd_args= 17:11:50 -> Uploading to 17:11:50 https://storage.googleapis.com/codecov/v4/raw/2023-11-15/581DD39554BDF9B6E22D074273EAD858/3238a3be2f44512a9de49c586dce83c0c67ab7c8/571a6814-fd21-4cfe-b2a8-43517309c964.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20231115%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20231115T171150Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f30c82bca93866e53c4b0e4e7c81ca9c023d5343eaa4e32af053ba256246e683 17:11:50 % Total % Received % Xferd Average Speed Time Time Time Current 17:11:50 Dload Upload Total Spent Left Speed 17:11:50 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50324 0 0 100 50324 0 180k --:--:-- --:--:-- --:--:-- 180k 17:11:50 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rfid-llrp-go/commit/3238a3be2f44512a9de49c586dce83c0c67ab7c8 [Pipeline] } 17:11:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 17:11:51 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 17:11:51 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:11:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:11:51 17:11:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:11:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:11:51 1.410.4: Pulling from edgex-devops/edgex-snyk-go 17:11:51 df9b9388f04a: Pulling fs layer 17:11:51 52dc419b0ee2: Pulling fs layer 17:11:51 25bc292e5bac: Pulling fs layer 17:11:51 114826534d7a: Pulling fs layer 17:11:51 4657fd5d0bcf: Pulling fs layer 17:11:51 6ad1cebc031e: Pulling fs layer 17:11:51 8a3aa393b2d8: Pulling fs layer 17:11:51 8a3aa393b2d8: Waiting 17:11:51 6ad1cebc031e: Waiting 17:11:51 114826534d7a: Waiting 17:11:51 4657fd5d0bcf: Waiting 17:11:51 25bc292e5bac: Verifying Checksum 17:11:51 25bc292e5bac: Download complete 17:11:51 52dc419b0ee2: Download complete 17:11:51 4657fd5d0bcf: Download complete 17:11:51 df9b9388f04a: Download complete 17:11:52 df9b9388f04a: Pull complete 17:11:52 6ad1cebc031e: Verifying Checksum 17:11:52 6ad1cebc031e: Download complete 17:11:52 52dc419b0ee2: Pull complete 17:11:52 25bc292e5bac: Pull complete 17:11:52 114826534d7a: Verifying Checksum 17:11:52 114826534d7a: Download complete 17:11:52 8a3aa393b2d8: Verifying Checksum 17:11:52 8a3aa393b2d8: Download complete 17:11:55 114826534d7a: Pull complete 17:11:55 4657fd5d0bcf: Pull complete 17:11:56 6ad1cebc031e: Pull complete 17:11:58 8a3aa393b2d8: Pull complete 17:11:58 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 17:11:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:11:58 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:11:58 prd-ubuntu20.04-docker-8c-8g-18116 does not seem to be running inside a container 17:11:58 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/foundry_device-rfid-llrp-go_main -v /w/workspace/foundry_device-rfid-llrp-go_main:/w/workspace/foundry_device-rfid-llrp-go_main:rw,z -v /w/workspace/foundry_device-rfid-llrp-go_main@tmp:/w/workspace/foundry_device-rfid-llrp-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 17:12:06 $ docker top c37e5df17cbe8e940f79763e330059565d4a1ea3dbf6e3c923913e7e0e04f2ca -eo pid,comm [Pipeline] { [Pipeline] echo 17:12:06 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-rfid-llrp-go:main' [Pipeline] sh 17:12:06 + set -o pipefail 17:12:06 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-rfid-llrp-go:main' 17:12:12 17:12:12 Monitoring /w/workspace/foundry_device-rfid-llrp-go_main (github.com/edgexfoundry/device-rfid-llrp-go)... 17:12:12 17:12:12 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/51b7f931-2ad3-4a5d-a1d2-3e401f6a993d/history/4240de00-fec3-4974-b800-448128b1089e 17:12:12 17:12:12 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 17:12:12 17:12:12 17:12:12 A medium severity vulnerability was found in the Snyk CLI versions you are using. 17:12:12 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 17:12:12 More details here: https://snyk.co/ue1NS [Pipeline] } 17:12:12 $ docker stop --time=1 c37e5df17cbe8e940f79763e330059565d4a1ea3dbf6e3c923913e7e0e04f2ca 17:12:16 $ docker rm -f --volumes c37e5df17cbe8e940f79763e330059565d4a1ea3dbf6e3c923913e7e0e04f2ca [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 17:12:17 + git log --format=format:%s -1 3238a3be2f44512a9de49c586dce83c0c67ab7c8 [Pipeline] sh 17:12:17 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 17:12:17 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:12:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:12:17 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:12:18 prd-ubuntu20.04-docker-8c-8g-18116 does not seem to be running inside a container 17:12:18 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-rfid-llrp-go_main -v /w/workspace/foundry_device-rfid-llrp-go_main:/w/workspace/foundry_device-rfid-llrp-go_main:rw,z -v /w/workspace/foundry_device-rfid-llrp-go_main@tmp:/w/workspace/foundry_device-rfid-llrp-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 17:12:18 $ docker top e053b3a148e9cea85dd395b28572a8762a44e7e40e871e36de40b9816b4f220c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:12:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:12:18 [ssh-agent] Looking for ssh-agent implementation... 17:12:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:12:18 $ docker exec e053b3a148e9cea85dd395b28572a8762a44e7e40e871e36de40b9816b4f220c ssh-agent 17:12:18 SSH_AUTH_SOCK=/tmp/ssh-eMRJfPOmiSCA/agent.33 17:12:18 SSH_AGENT_PID=39 17:12:18 Running ssh-add (command line suppressed) 17:12:18 Identity added: /w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_5487659535651539452.key (/w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_5487659535651539452.key) 17:12:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:12:19 + git semver tag 17:12:19 2023-11-15 17:12:19,445 [run_tag] DEBUG tag force:False 17:12:19 2023-11-15 17:12:19,445 [check_head_tag] DEBUG check head tag 17:12:19 2023-11-15 17:12:19,445 [execute] INFO git cat-file --batch-check 17:12:19 2023-11-15 17:12:19,446 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main, universal_newlines=False, shell=None, istream=) 17:12:19 2023-11-15 17:12:19,449 [execute] INFO git cat-file --batch 17:12:19 2023-11-15 17:12:19,449 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main, universal_newlines=False, shell=None, istream=) 17:12:19 2023-11-15 17:12:19,460 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main 17:12:19 2023-11-15 17:12:19,461 [execute] INFO git tag -a v3.1.0-dev.24 -m v3.1.0-dev.24 17:12:19 2023-11-15 17:12:19,461 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.1.0-dev.24', '-m', 'v3.1.0-dev.24'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main, universal_newlines=False, shell=None, istream=None) 17:12:19 2023-11-15 17:12:19,467 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main 17:12:19 3.1.0-dev.24 [Pipeline] } 17:12:19 $ docker exec --env ******** --env ******** e053b3a148e9cea85dd395b28572a8762a44e7e40e871e36de40b9816b4f220c ssh-agent -k 17:12:19 unset SSH_AUTH_SOCK; 17:12:19 unset SSH_AGENT_PID; 17:12:19 echo Agent pid 39 killed; 17:12:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:12:19 + git semver [Pipeline] } 17:12:20 $ docker stop --time=1 e053b3a148e9cea85dd395b28572a8762a44e7e40e871e36de40b9816b4f220c 17:12:21 $ docker rm -f --volumes e053b3a148e9cea85dd395b28572a8762a44e7e40e871e36de40b9816b4f220c [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:12:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:12:21 17:12:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:12:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:12:22 0.23.1-centos7: Pulling from edgex-lftools 17:12:22 ab5ef0e58194: Pulling fs layer 17:12:22 9712f1f96733: Pulling fs layer 17:12:22 63f879dbbcfc: Pulling fs layer 17:12:22 0d9ebad4ef96: Pulling fs layer 17:12:22 e9a5061849ea: Pulling fs layer 17:12:22 d747dcd14b5f: Pulling fs layer 17:12:22 2de7ff778b66: Pulling fs layer 17:12:22 0d9ebad4ef96: Waiting 17:12:22 e9a5061849ea: Waiting 17:12:22 d747dcd14b5f: Waiting 17:12:22 2de7ff778b66: Waiting 17:12:22 9712f1f96733: Verifying Checksum 17:12:22 9712f1f96733: Download complete 17:12:22 63f879dbbcfc: Verifying Checksum 17:12:22 63f879dbbcfc: Download complete 17:12:22 0d9ebad4ef96: Verifying Checksum 17:12:22 0d9ebad4ef96: Download complete 17:12:22 e9a5061849ea: Verifying Checksum 17:12:22 e9a5061849ea: Download complete 17:12:22 d747dcd14b5f: Verifying Checksum 17:12:22 d747dcd14b5f: Download complete 17:12:22 ab5ef0e58194: Verifying Checksum 17:12:22 ab5ef0e58194: Download complete 17:12:22 2de7ff778b66: Verifying Checksum 17:12:22 2de7ff778b66: Download complete 17:12:25 ab5ef0e58194: Pull complete 17:12:25 9712f1f96733: Pull complete 17:12:26 63f879dbbcfc: Pull complete 17:12:30 0d9ebad4ef96: Pull complete 17:12:30 e9a5061849ea: Pull complete 17:12:30 d747dcd14b5f: Pull complete 17:12:31 2de7ff778b66: Pull complete 17:12:31 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 17:12:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:12:31 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:12:31 prd-ubuntu20.04-docker-8c-8g-18116 does not seem to be running inside a container 17:12:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-rfid-llrp-go_main -v /w/workspace/foundry_device-rfid-llrp-go_main:/w/workspace/foundry_device-rfid-llrp-go_main:rw,z -v /w/workspace/foundry_device-rfid-llrp-go_main@tmp:/w/workspace/foundry_device-rfid-llrp-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 17:12:39 $ docker top db659f5a401a5f9d0e091bc6725f5ff35bc8233587c50644d734641b68d81251 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 17:12:39 provisioning config files... 17:12:39 copy managed file [sigul-config] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config8282376956185825202tmp 17:12:39 copy managed file [sigul-password] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config12790150007170430295tmp 17:12:39 copy managed file [sigul-pki] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config9544619924559600835tmp [Pipeline] { [Pipeline] echo 17:12:39 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 17:12:39 ---> sigul-configuration.sh 17:12:39 gpg: directory `/root/.gnupg' created 17:12:39 gpg: new configuration file `/root/.gnupg/gpg.conf' created 17:12:39 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 17:12:39 gpg: keyring `/root/.gnupg/secring.gpg' created 17:12:39 gpg: keyring `/root/.gnupg/pubring.gpg' created 17:12:39 gpg: CAST5 encrypted data 17:12:39 gpg: encrypted with 1 passphrase 17:12:39 gpg: WARNING: message was not integrity protected [Pipeline] sh 17:12:40 + mkdir /home/jenkins 17:12:40 + mkdir /home/jenkins/sigul [Pipeline] sh 17:12:40 + 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 17:12:40 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 17:12:40 ---> sigul-install.sh 17:12:40 Sigul already installed; skipping installation. [Pipeline] sh 17:12:40 + git tag --list 17:12:40 v0.0.0 17:12:40 v1.0.0 17:12:40 v2.1.0 17:12:40 v2.1.1 17:12:40 v2.2.0 17:12:40 v2.3.0 17:12:40 v3.0 17:12:40 v3.0.0 17:12:40 v3.1.0-dev.1 17:12:40 v3.1.0-dev.10 17:12:40 v3.1.0-dev.11 17:12:40 v3.1.0-dev.12 17:12:40 v3.1.0-dev.13 17:12:40 v3.1.0-dev.14 17:12:40 v3.1.0-dev.15 17:12:40 v3.1.0-dev.16 17:12:40 v3.1.0-dev.17 17:12:40 v3.1.0-dev.18 17:12:40 v3.1.0-dev.19 17:12:40 v3.1.0-dev.2 17:12:40 v3.1.0-dev.20 17:12:40 v3.1.0-dev.21 17:12:40 v3.1.0-dev.22 17:12:40 v3.1.0-dev.23 17:12:40 v3.1.0-dev.24 17:12:40 v3.1.0-dev.3 17:12:40 v3.1.0-dev.4 17:12:40 v3.1.0-dev.5 17:12:40 v3.1.0-dev.6 17:12:40 v3.1.0-dev.7 17:12:40 v3.1.0-dev.8 17:12:40 v3.1.0-dev.9 [Pipeline] sh 17:12:41 + lftools sign git-tag v3.1.0-dev.24 17:12:41 Signing Git tag with Sigul... 17:12:41 Signing v3.1.0-dev.24 [Pipeline] echo 17:12:42 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 17:12:42 ---> sigul-configuration-cleanup.sh [Pipeline] } 17:12:42 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 17:12:42 $ docker stop --time=1 db659f5a401a5f9d0e091bc6725f5ff35bc8233587c50644d734641b68d81251 17:12:43 $ docker rm -f --volumes db659f5a401a5f9d0e091bc6725f5ff35bc8233587c50644d734641b68d81251 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 17:12:44 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 17:12:44 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:12:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:12:44 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:12:44 prd-ubuntu20.04-docker-8c-8g-18116 does not seem to be running inside a container 17:12:44 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-rfid-llrp-go_main -v /w/workspace/foundry_device-rfid-llrp-go_main:/w/workspace/foundry_device-rfid-llrp-go_main:rw,z -v /w/workspace/foundry_device-rfid-llrp-go_main@tmp:/w/workspace/foundry_device-rfid-llrp-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 17:12:44 $ docker top 140020fa25bce5ffb816c2f5b862324c364c27e53ba763a593c49edac191aadb -eo pid,comm 17:12:44 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). 17:12:44 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:12:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:12:44 [ssh-agent] Looking for ssh-agent implementation... 17:12:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:12:44 $ docker exec 140020fa25bce5ffb816c2f5b862324c364c27e53ba763a593c49edac191aadb ssh-agent 17:12:45 SSH_AUTH_SOCK=/tmp/ssh-pXf8txBhh0Bv/agent.32 17:12:45 SSH_AGENT_PID=38 17:12:45 Running ssh-add (command line suppressed) 17:12:45 Identity added: /w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_4983607656902033007.key (/w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_4983607656902033007.key) 17:12:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:12:45 + git semver bump pre 17:12:45 2023-11-15 17:12:45,715 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main 17:12:45 2023-11-15 17:12:45,715 [bump_version] DEBUG bumping version:3.1.0-dev.24 on axis:pre with prefix:dev 17:12:45 2023-11-15 17:12:45,715 [bump_version] DEBUG bumped version:3.1.0-dev.25 17:12:45 2023-11-15 17:12:45,715 [write_version] DEBUG write version:3.1.0-dev.25 to path:/w/workspace/foundry_device-rfid-llrp-go_main/.semver/main with force:True 17:12:45 2023-11-15 17:12:45,715 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main 17:12:45 2023-11-15 17:12:45,715 [write_file] DEBUG write to file:/w/workspace/foundry_device-rfid-llrp-go_main/.semver/main 17:12:45 2023-11-15 17:12:45,717 [execute] INFO git cat-file --batch-check 17:12:45 2023-11-15 17:12:45,717 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main/.semver, universal_newlines=False, shell=None, istream=) 17:12:45 2023-11-15 17:12:45,722 [execute] INFO git cat-file --batch 17:12:45 2023-11-15 17:12:45,722 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main/.semver, universal_newlines=False, shell=None, istream=) 17:12:45 2023-11-15 17:12:45,728 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main 17:12:45 3.1.0-dev.25 [Pipeline] } 17:12:45 $ docker exec --env ******** --env ******** 140020fa25bce5ffb816c2f5b862324c364c27e53ba763a593c49edac191aadb ssh-agent -k 17:12:45 unset SSH_AUTH_SOCK; 17:12:45 unset SSH_AGENT_PID; 17:12:45 echo Agent pid 38 killed; 17:12:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:12:46 + git semver [Pipeline] } 17:12:46 $ docker stop --time=1 140020fa25bce5ffb816c2f5b862324c364c27e53ba763a593c49edac191aadb 17:12:47 $ docker rm -f --volumes 140020fa25bce5ffb816c2f5b862324c364c27e53ba763a593c49edac191aadb [Pipeline] // withDockerContainer [Pipeline] sh 17:12:48 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 17:12:48 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:12:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:12:48 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:12:48 prd-ubuntu20.04-docker-8c-8g-18116 does not seem to be running inside a container 17:12: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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 17:12:48 $ docker top d647ddcfbafb73fcaf39b72e8d0b992f2e034b7162483d8196775c8bdd37b07b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:12:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:12:49 [ssh-agent] Looking for ssh-agent implementation... 17:12:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:12:49 $ docker exec d647ddcfbafb73fcaf39b72e8d0b992f2e034b7162483d8196775c8bdd37b07b ssh-agent 17:12:49 SSH_AUTH_SOCK=/tmp/ssh-yOyK7Vl6mzCQ/agent.32 17:12:49 SSH_AGENT_PID=38 17:12:49 Running ssh-add (command line suppressed) 17:12:49 Identity added: /w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_5580778440964211425.key (/w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_5580778440964211425.key) 17:12:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:12:49 + git semver push 17:12:49 2023-11-15 17:12:49,851 [run_push] DEBUG push 17:12:49 2023-11-15 17:12:49,851 [execute] INFO git cat-file --batch-check 17:12:49 2023-11-15 17:12:49,852 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main/.semver, universal_newlines=False, shell=None, istream=) 17:12:49 2023-11-15 17:12:49,856 [execute] INFO git rev-list 68a70c7da13f3aeb371ea738f5218abffece58c5 -- 17:12:49 2023-11-15 17:12:49,857 [execute] DEBUG Popen(['git', 'rev-list', '68a70c7da13f3aeb371ea738f5218abffece58c5', '--'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main/.semver, universal_newlines=False, shell=None, istream=None) 17:12:49 2023-11-15 17:12:49,866 [execute] INFO git fetch -v origin 17:12:49 2023-11-15 17:12:49,866 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main/.semver, universal_newlines=True, shell=None, istream=None) 17:12:50 2023-11-15 17:12:50,440 [run_push] DEBUG no remote changes detected 17:12:50 2023-11-15 17:12:50,440 [execute] INFO git push origin semver 17:12:50 2023-11-15 17:12:50,441 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main/.semver, universal_newlines=False, shell=None, istream=None) 17:12:51 2023-11-15 17:12:51,288 [run_push] DEBUG push all version tags 17:12:51 2023-11-15 17:12:51,289 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 17:12:51 2023-11-15 17:12:51,290 [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) 17:12:52 2023-11-15 17:12:52,015 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main 17:12:52 3.1.0-dev.25 [Pipeline] } 17:12:52 $ docker exec --env ******** --env ******** d647ddcfbafb73fcaf39b72e8d0b992f2e034b7162483d8196775c8bdd37b07b ssh-agent -k 17:12:52 unset SSH_AUTH_SOCK; 17:12:52 unset SSH_AGENT_PID; 17:12:52 echo Agent pid 38 killed; 17:12:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:12:52 + git semver [Pipeline] } 17:12:53 $ docker stop --time=1 d647ddcfbafb73fcaf39b72e8d0b992f2e034b7162483d8196775c8bdd37b07b 17:12:54 $ docker rm -f --volumes d647ddcfbafb73fcaf39b72e8d0b992f2e034b7162483d8196775c8bdd37b07b [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 17:12:54 + [ -d /w/workspace/foundry_device-rfid-llrp-go_main/archives ] 17:12:54 + ls -al /w/workspace/foundry_device-rfid-llrp-go_main/archives 17:12:54 total 16 17:12:54 drwxr-xr-x 3 root root 4096 Nov 15 17:02 . 17:12:54 drwxrwxr-x 11 jenkins jenkins 4096 Nov 15 17:12 .. 17:12:54 drwxr-xr-x 2 root root 4096 Nov 15 17:02 cost 17:12:54 -rw-r--r-- 1 root root 91 Nov 15 17:02 cost.csv 17:12:54 + sudo chown -R jenkins:jenkins /w/workspace/foundry_device-rfid-llrp-go_main/archives 17:12:54 + ls -al /w/workspace/foundry_device-rfid-llrp-go_main/archives 17:12:54 total 16 17:12:54 drwxr-xr-x 3 jenkins jenkins 4096 Nov 15 17:02 . 17:12:54 drwxrwxr-x 11 jenkins jenkins 4096 Nov 15 17:12 .. 17:12:54 drwxr-xr-x 2 jenkins jenkins 4096 Nov 15 17:02 cost 17:12:54 -rw-r--r-- 1 jenkins jenkins 91 Nov 15 17:02 cost.csv [Pipeline] libraryResource [Pipeline] sh 17:12:55 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:12:56 ---> package-listing.sh 17:12:56 ++ facter osfamily 17:12:56 ++ tr '[:upper:]' '[:lower:]' 17:12:56 + OS_FAMILY=debian 17:12:56 + workspace=/w/workspace/foundry_device-rfid-llrp-go_main 17:12:56 + START_PACKAGES=/tmp/packages_start.txt 17:12:56 + END_PACKAGES=/tmp/packages_end.txt 17:12:56 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:12:56 + PACKAGES=/tmp/packages_start.txt 17:12:56 + '[' /w/workspace/foundry_device-rfid-llrp-go_main ']' 17:12:56 + PACKAGES=/tmp/packages_end.txt 17:12:56 + case "${OS_FAMILY}" in 17:12:56 + dpkg -l 17:12:56 + grep '^ii' 17:12:56 + '[' -f /tmp/packages_start.txt ']' 17:12:56 + '[' -f /tmp/packages_end.txt ']' 17:12:56 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:12:56 + '[' /w/workspace/foundry_device-rfid-llrp-go_main ']' 17:12:56 + mkdir -p /w/workspace/foundry_device-rfid-llrp-go_main/archives/ 17:12:56 + 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 17:12:56 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 17:12:56 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:12:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:12:57 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:12:57 prd-ubuntu20.04-docker-8c-8g-18116 does not seem to be running inside a container 17:12:57 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/foundry_device-rfid-llrp-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/foundry_device-rfid-llrp-go_main -v /w/workspace/foundry_device-rfid-llrp-go_main:/w/workspace/foundry_device-rfid-llrp-go_main:rw,z -v /w/workspace/foundry_device-rfid-llrp-go_main@tmp:/w/workspace/foundry_device-rfid-llrp-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 17:12:57 $ docker top ef2421f6dff5fca0b02b863cee5f965ae394eb643707a5883ca37d623dc04633 -eo pid,comm [Pipeline] { [Pipeline] sh 17:12:57 + touch /tmp/pre-build-complete [Pipeline] sh 17:12:58 + mkdir -p /var/log/sysstat [Pipeline] sh 17:12:58 + ls /var/log/sa-host 17:12:58 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:12:58 provisioning config files... 17:12:58 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config13973582656549018728tmp [Pipeline] { [Pipeline] echo 17:12:58 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:12:58 ---> create-netrc.sh [Pipeline] } 17:12:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 17:12:59 ---> python-tools-install.sh [Pipeline] echo 17:12:59 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:12:59 ---> sudo-logs.sh 17:12:59 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 17:12:59 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:12:59 ---> job-cost.sh 17:12:59 lf-activate-venv: SKIPPING 17:12:59 DEBUG: total: 0.2199999988079071 17:12:59 INFO: Retrieving Stack Cost... 17:13:00 INFO: Retrieving Pricing Info for: v3-standard-8 17:13:00 INFO: Archiving Costs [Pipeline] echo 17:13:00 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:13:00 ---> logs-deploy.sh 17:13:00 lf-activate-venv: SKIPPING 17:13:00 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rfid-llrp-go/main/132 17:13:00 INFO: archiving workspace using pattern(s): 17:13:01 Archives upload complete. 17:13:01 INFO: archiving logs to Nexus