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 [2023-11-15T16:59:33.649Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-11-15T16:59:33.715Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-11-15T16:59:33.732Z] ========================================================= [2023-11-15T16:59:33.733Z] EdgeX Global Pipelines Version Info [2023-11-15T16:59:33.733Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-11-15T16:59:34.451Z] ------------------- [2023-11-15T16:59:34.451Z] stable info: [2023-11-15T16:59:34.451Z] ------------------- [2023-11-15T16:59:34.451Z] Commited By: ad_eojeda ad_eojeda@nswe-ubuntu01.amr.corp.intel.com [2023-11-15T16:59:34.451Z] Commit SHA: 6375147a0d0ca7a67a13085e8428bd7204efc6d4 [2023-11-15T16:59:34.451Z] Message: update stable to v1.0.257 [2023-11-15T16:59:35.024Z] ------------------- [2023-11-15T16:59:35.024Z] experimental info: [2023-11-15T16:59:35.024Z] ------------------- [2023-11-15T16:59:35.024Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-11-15T16:59:35.024Z] Commit SHA: 6375147a0d0ca7a67a13085e8428bd7204efc6d4 [2023-11-15T16:59:35.024Z] Message: update experimental to v1.0.257 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-11-15T16:59:35.189Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rfid-llrp-go-settings [Pipeline] echo [2023-11-15T16:59:35.202Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rfid-llrp-go [Pipeline] echo [2023-11-15T16:59:35.215Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-11-15T16:59:35.228Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-11-15T16:59:35.241Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-11-15T16:59:35.259Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2023-11-15T16:59:35.279Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-11-15T16:59:35.297Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-11-15T16:59:35.310Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-11-15T16:59:35.324Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-11-15T16:59:35.337Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-11-15T16:59:35.349Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rfid-llrp [Pipeline] echo [2023-11-15T16:59:35.363Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-11-15T16:59:35.374Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-11-15T16:59:35.387Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-11-15T16:59:35.400Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-11-15T16:59:35.414Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-11-15T16:59:35.430Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-11-15T16:59:35.441Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-11-15T16:59:35.457Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-11-15T16:59:35.468Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-11-15T16:59:35.488Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-11-15T16:59:35.506Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-11-15T16:59:35.523Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-11-15T16:59:35.542Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-11-15T16:59:35.562Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-11-15T16:59:35.583Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-11-15T16:59:35.603Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-11-15T16:59:35.623Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-11-15T16:59:35.641Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-11-15T16:59:35.657Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3238a3be2f44512a9de49c586dce83c0c67ab7c8 [Pipeline] echo [2023-11-15T16:59:35.668Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3238a3b [Pipeline] echo [2023-11-15T16:59:35.684Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-11-15T16:59:35.729Z] provisioning config files... [2023-11-15T16:59:35.743Z] 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 [2023-11-15T16:59:36.047Z] ---> docker-login.sh [2023-11-15T16:59:36.047Z] nexus3.edgexfoundry.org:10001 [2023-11-15T16:59:36.308Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-15T16:59:36.308Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-15T16:59:36.308Z] Configure a credential helper to remove this warning. See [2023-11-15T16:59:36.308Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-15T16:59:36.308Z] [2023-11-15T16:59:36.308Z] Login Succeeded [2023-11-15T16:59:36.308Z] nexus3.edgexfoundry.org:10002 [2023-11-15T16:59:36.308Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-15T16:59:36.308Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-15T16:59:36.308Z] Configure a credential helper to remove this warning. See [2023-11-15T16:59:36.308Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-15T16:59:36.308Z] [2023-11-15T16:59:36.308Z] Login Succeeded [2023-11-15T16:59:36.308Z] nexus3.edgexfoundry.org:10003 [2023-11-15T16:59:36.569Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-15T16:59:36.569Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-15T16:59:36.569Z] Configure a credential helper to remove this warning. See [2023-11-15T16:59:36.569Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-15T16:59:36.569Z] [2023-11-15T16:59:36.569Z] Login Succeeded [2023-11-15T16:59:36.569Z] nexus3.edgexfoundry.org:10004 [2023-11-15T16:59:36.569Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-15T16:59:36.569Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-15T16:59:36.569Z] Configure a credential helper to remove this warning. See [2023-11-15T16:59:36.569Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-15T16:59:36.569Z] [2023-11-15T16:59:36.569Z] Login Succeeded [2023-11-15T16:59:36.569Z] docker.io [2023-11-15T16:59:36.829Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-15T16:59:36.829Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-15T16:59:36.829Z] Configure a credential helper to remove this warning. See [2023-11-15T16:59:36.829Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-15T16:59:36.829Z] [2023-11-15T16:59:36.829Z] Login Succeeded [2023-11-15T16:59:36.829Z] ---> docker-login.sh ends [Pipeline] } [2023-11-15T16:59:36.837Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-11-15T16:59:37.222Z] + git rev-list -1 --merges 3238a3be2f44512a9de49c586dce83c0c67ab7c8~1..3238a3be2f44512a9de49c586dce83c0c67ab7c8 [Pipeline] echo [2023-11-15T16:59:37.276Z] -----------> git rev-list -1 --merges 3238a3be2f44512a9de49c586dce83c0c67ab7c8~1..3238a3be2f44512a9de49c586dce83c0c67ab7c8 3238a3be2f44512a9de49c586dce83c0c67ab7c8 [false] [Pipeline] sh [2023-11-15T16:59:37.565Z] + git log --format=format:%s -1 3238a3be2f44512a9de49c586dce83c0c67ab7c8 [Pipeline] echo [2023-11-15T16:59:37.581Z] ========================================================= [2023-11-15T16:59:37.581Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-11-15T16:59:37.581Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-11-15T16:59:37.950Z] + git log --format=format:%s -1 3238a3be2f44512a9de49c586dce83c0c67ab7c8 [Pipeline] echo [2023-11-15T16:59:37.960Z] [semverPrep] GIT_COMMIT: 3238a3be2f44512a9de49c586dce83c0c67ab7c8, Commit Message: fix: Address CVE in Alpine base image (#272) [Pipeline] echo [2023-11-15T16:59:37.972Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-11-15T16:59:38.347Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-11-15T16:59:38.347Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-11-15T16:59:38.347Z] + [ -e /tmp/ssh_known_hosts ] [2023-11-15T16:59:38.347Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-11-15T16:59:38.347Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-11-15T16:59:38.347Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-11-15T16:59:38.347Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-15T16:59:38.776Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-11-15T16:59:38.776Z] [2023-11-15T16:59:38.776Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-15T16:59:39.078Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-11-15T16:59:39.340Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-11-15T16:59:39.340Z] b85a868b505f: Pulling fs layer [2023-11-15T16:59:39.340Z] e2be974225ed: Pulling fs layer [2023-11-15T16:59:39.340Z] 339a4e72a1f5: Pulling fs layer [2023-11-15T16:59:39.340Z] 988bab9f4d93: Pulling fs layer [2023-11-15T16:59:39.340Z] 1469e6f7b9e6: Pulling fs layer [2023-11-15T16:59:39.340Z] eaf3925da568: Pulling fs layer [2023-11-15T16:59:39.341Z] bab4dde63d76: Pulling fs layer [2023-11-15T16:59:39.341Z] bde34c3a00c8: Pulling fs layer [2023-11-15T16:59:39.341Z] b352a97aabf1: Pulling fs layer [2023-11-15T16:59:39.341Z] 988bab9f4d93: Waiting [2023-11-15T16:59:39.341Z] 4872d77fe225: Pulling fs layer [2023-11-15T16:59:39.341Z] 5851b861e8e6: Pulling fs layer [2023-11-15T16:59:39.341Z] 1469e6f7b9e6: Waiting [2023-11-15T16:59:39.341Z] bab4dde63d76: Waiting [2023-11-15T16:59:39.341Z] bde34c3a00c8: Waiting [2023-11-15T16:59:39.341Z] b352a97aabf1: Waiting [2023-11-15T16:59:39.341Z] 4872d77fe225: Waiting [2023-11-15T16:59:39.341Z] 5851b861e8e6: Waiting [2023-11-15T16:59:39.341Z] eaf3925da568: Waiting [2023-11-15T16:59:39.341Z] e2be974225ed: Verifying Checksum [2023-11-15T16:59:39.341Z] 988bab9f4d93: Verifying Checksum [2023-11-15T16:59:39.341Z] 988bab9f4d93: Download complete [2023-11-15T16:59:39.600Z] 1469e6f7b9e6: Verifying Checksum [2023-11-15T16:59:39.600Z] 1469e6f7b9e6: Download complete [2023-11-15T16:59:39.600Z] 339a4e72a1f5: Verifying Checksum [2023-11-15T16:59:39.600Z] 339a4e72a1f5: Download complete [2023-11-15T16:59:39.600Z] eaf3925da568: Verifying Checksum [2023-11-15T16:59:39.600Z] eaf3925da568: Download complete [2023-11-15T16:59:39.600Z] bde34c3a00c8: Verifying Checksum [2023-11-15T16:59:39.600Z] bde34c3a00c8: Download complete [2023-11-15T16:59:39.600Z] b352a97aabf1: Download complete [2023-11-15T16:59:39.600Z] 4872d77fe225: Verifying Checksum [2023-11-15T16:59:39.600Z] 4872d77fe225: Download complete [2023-11-15T16:59:39.600Z] 5851b861e8e6: Verifying Checksum [2023-11-15T16:59:39.600Z] 5851b861e8e6: Download complete [2023-11-15T16:59:39.600Z] b85a868b505f: Verifying Checksum [2023-11-15T16:59:39.600Z] b85a868b505f: Download complete [2023-11-15T16:59:39.860Z] bab4dde63d76: Verifying Checksum [2023-11-15T16:59:39.860Z] bab4dde63d76: Download complete [2023-11-15T16:59:40.801Z] b85a868b505f: Pull complete [2023-11-15T16:59:41.060Z] e2be974225ed: Pull complete [2023-11-15T16:59:41.634Z] 339a4e72a1f5: Pull complete [2023-11-15T16:59:41.634Z] 988bab9f4d93: Pull complete [2023-11-15T16:59:41.896Z] 1469e6f7b9e6: Pull complete [2023-11-15T16:59:41.896Z] eaf3925da568: Pull complete [2023-11-15T16:59:43.803Z] bab4dde63d76: Pull complete [2023-11-15T16:59:43.803Z] bde34c3a00c8: Pull complete [2023-11-15T16:59:43.803Z] b352a97aabf1: Pull complete [2023-11-15T16:59:44.062Z] 4872d77fe225: Pull complete [2023-11-15T16:59:44.063Z] 5851b861e8e6: Pull complete [2023-11-15T16:59:44.063Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-11-15T16:59:44.063Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-11-15T16:59:44.063Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-15T16:59:44.157Z] prd-ubuntu20.04-docker-8c-8g-18116 does not seem to be running inside a container [2023-11-15T16:59:44.190Z] $ 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 [2023-11-15T16:59:47.628Z] $ docker top 72819f80ad5956e00347c32c721aed3b6d4a1364b1a6bd9e9fc648279e7a4f78 -eo pid,comm [2023-11-15T16:59:47.688Z] 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). [2023-11-15T16:59:47.688Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-11-15T16:59:47.728Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-11-15T16:59:47.728Z] [ssh-agent] Looking for ssh-agent implementation... [2023-11-15T16:59:47.838Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-11-15T16:59:47.839Z] $ docker exec 72819f80ad5956e00347c32c721aed3b6d4a1364b1a6bd9e9fc648279e7a4f78 ssh-agent [2023-11-15T16:59:47.961Z] SSH_AUTH_SOCK=/tmp/ssh-ureQwwYBcjIp/agent.31 [2023-11-15T16:59:47.961Z] SSH_AGENT_PID=37 [2023-11-15T16:59:47.970Z] Running ssh-add (command line suppressed) [2023-11-15T16:59:48.068Z] 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) [2023-11-15T16:59:48.087Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-11-15T16:59:48.377Z] + git tag --points-at HEAD [Pipeline] } [2023-11-15T16:59:48.387Z] $ docker exec --env ******** --env ******** 72819f80ad5956e00347c32c721aed3b6d4a1364b1a6bd9e9fc648279e7a4f78 ssh-agent -k [2023-11-15T16:59:48.498Z] unset SSH_AUTH_SOCK; [2023-11-15T16:59:48.499Z] unset SSH_AGENT_PID; [2023-11-15T16:59:48.499Z] echo Agent pid 37 killed; [2023-11-15T16:59:48.513Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-11-15T16:59:48.538Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-11-15T16:59:48.538Z] [ssh-agent] Looking for ssh-agent implementation... [2023-11-15T16:59:48.646Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-11-15T16:59:48.646Z] $ docker exec 72819f80ad5956e00347c32c721aed3b6d4a1364b1a6bd9e9fc648279e7a4f78 ssh-agent [2023-11-15T16:59:48.761Z] SSH_AUTH_SOCK=/tmp/ssh-FFGNevWALVaP/agent.69 [2023-11-15T16:59:48.761Z] SSH_AGENT_PID=75 [2023-11-15T16:59:48.766Z] Running ssh-add (command line suppressed) [2023-11-15T16:59:48.867Z] 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) [2023-11-15T16:59:48.885Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-11-15T16:59:49.179Z] + git semver init [2023-11-15T16:59:49.441Z] 2023-11-15 16:59:49,332 [run_init] DEBUG init version:0.0.0 force:False [2023-11-15T16:59:49.441Z] 2023-11-15 16:59:49,332 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/foundry_device-rfid-llrp-go_main/.semver [2023-11-15T16:59:49.441Z] 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 [2023-11-15T16:59:49.441Z] 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) [2023-11-15T16:59:50.381Z] 2023-11-15 16:59:50,221 [append_file] DEBUG append to file:/w/workspace/foundry_device-rfid-llrp-go_main/.git/info/exclude [2023-11-15T16:59:50.381Z] 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 [2023-11-15T16:59:50.381Z] 2023-11-15 16:59:50,221 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main [2023-11-15T16:59:50.381Z] 2023-11-15 16:59:50,221 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main [2023-11-15T16:59:50.381Z] 3.1.0-dev.24 [Pipeline] } [2023-11-15T16:59:50.387Z] $ docker exec --env ******** --env ******** 72819f80ad5956e00347c32c721aed3b6d4a1364b1a6bd9e9fc648279e7a4f78 ssh-agent -k [2023-11-15T16:59:50.486Z] unset SSH_AUTH_SOCK; [2023-11-15T16:59:50.487Z] unset SSH_AGENT_PID; [2023-11-15T16:59:50.487Z] echo Agent pid 75 killed; [2023-11-15T16:59:50.501Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-11-15T16:59:50.805Z] + git semver [Pipeline] } [2023-11-15T16:59:51.072Z] $ docker stop --time=1 72819f80ad5956e00347c32c721aed3b6d4a1364b1a6bd9e9fc648279e7a4f78 [2023-11-15T16:59:52.418Z] $ docker rm -f --volumes 72819f80ad5956e00347c32c721aed3b6d4a1364b1a6bd9e9fc648279e7a4f78 [Pipeline] // withDockerContainer [Pipeline] sh [2023-11-15T16:59:52.760Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-11-15T16:59:53.172Z] Stashed 1 file(s) [Pipeline] echo [2023-11-15T16:59:53.175Z] [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 [2023-11-15T16:59:53.336Z] provisioning config files... [2023-11-15T16:59:53.346Z] 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 [2023-11-15T16:59:53.646Z] ---> docker-login.sh [2023-11-15T16:59:53.646Z] nexus3.edgexfoundry.org:10001 [2023-11-15T16:59:53.646Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-15T16:59:53.646Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-15T16:59:53.646Z] Configure a credential helper to remove this warning. See [2023-11-15T16:59:53.646Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-15T16:59:53.646Z] [2023-11-15T16:59:53.646Z] Login Succeeded [2023-11-15T16:59:53.646Z] nexus3.edgexfoundry.org:10002 [2023-11-15T16:59:53.646Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-15T16:59:53.646Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-15T16:59:53.646Z] Configure a credential helper to remove this warning. See [2023-11-15T16:59:53.646Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-15T16:59:53.646Z] [2023-11-15T16:59:53.646Z] Login Succeeded [2023-11-15T16:59:53.646Z] nexus3.edgexfoundry.org:10003 [2023-11-15T16:59:53.905Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-15T16:59:53.905Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-15T16:59:53.905Z] Configure a credential helper to remove this warning. See [2023-11-15T16:59:53.905Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-15T16:59:53.905Z] [2023-11-15T16:59:53.905Z] Login Succeeded [2023-11-15T16:59:53.905Z] nexus3.edgexfoundry.org:10004 [2023-11-15T16:59:53.905Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-15T16:59:53.905Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-15T16:59:53.905Z] Configure a credential helper to remove this warning. See [2023-11-15T16:59:53.905Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-15T16:59:53.905Z] [2023-11-15T16:59:53.905Z] Login Succeeded [2023-11-15T16:59:53.905Z] docker.io [2023-11-15T16:59:53.905Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-15T16:59:54.170Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-15T16:59:54.170Z] Configure a credential helper to remove this warning. See [2023-11-15T16:59:54.170Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-15T16:59:54.170Z] [2023-11-15T16:59:54.170Z] Login Succeeded [2023-11-15T16:59:54.170Z] ---> docker-login.sh ends [Pipeline] } [2023-11-15T16:59:54.178Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-11-15T16:59:54.240Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2023-11-15T16:59:54.252Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2023-11-15T16:59:54.261Z] ========================================================= [2023-11-15T16:59:54.261Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2023-11-15T16:59:54.261Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-15T16:59:54.566Z] + 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 . [2023-11-15T16:59:54.566Z] Sending build context to Docker daemon 4.348MB [2023-11-15T16:59:54.566Z] Step 1/12 : ARG BASE=golang:1.21-alpine3.18 [2023-11-15T16:59:54.566Z] Step 2/12 : FROM ${BASE} AS builder [2023-11-15T16:59:54.566Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2023-11-15T16:59:54.566Z] 7264a8db6415: Pulling fs layer [2023-11-15T16:59:54.566Z] c4d48a809fc2: Pulling fs layer [2023-11-15T16:59:54.566Z] 4f1c88b9dad5: Pulling fs layer [2023-11-15T16:59:54.566Z] ad3a456e5733: Pulling fs layer [2023-11-15T16:59:54.566Z] 69c7f0334f64: Pulling fs layer [2023-11-15T16:59:54.566Z] 1f1c1a5573a3: Pulling fs layer [2023-11-15T16:59:54.566Z] ce7588e14bc9: Pulling fs layer [2023-11-15T16:59:54.566Z] b5e4710f87ac: Pulling fs layer [2023-11-15T16:59:54.566Z] ad3a456e5733: Waiting [2023-11-15T16:59:54.566Z] 69c7f0334f64: Waiting [2023-11-15T16:59:54.566Z] ce7588e14bc9: Waiting [2023-11-15T16:59:54.566Z] 1f1c1a5573a3: Waiting [2023-11-15T16:59:54.566Z] c4d48a809fc2: Verifying Checksum [2023-11-15T16:59:54.566Z] c4d48a809fc2: Download complete [2023-11-15T16:59:54.566Z] ad3a456e5733: Verifying Checksum [2023-11-15T16:59:54.566Z] ad3a456e5733: Download complete [2023-11-15T16:59:54.825Z] 69c7f0334f64: Verifying Checksum [2023-11-15T16:59:54.825Z] 69c7f0334f64: Download complete [2023-11-15T16:59:54.825Z] 7264a8db6415: Verifying Checksum [2023-11-15T16:59:54.825Z] 7264a8db6415: Download complete [2023-11-15T16:59:54.825Z] 1f1c1a5573a3: Verifying Checksum [2023-11-15T16:59:54.825Z] 1f1c1a5573a3: Download complete [2023-11-15T16:59:54.825Z] 7264a8db6415: Pull complete [2023-11-15T16:59:55.084Z] b5e4710f87ac: Verifying Checksum [2023-11-15T16:59:55.084Z] b5e4710f87ac: Download complete [2023-11-15T16:59:55.084Z] c4d48a809fc2: Pull complete [2023-11-15T16:59:55.084Z] 4f1c88b9dad5: Verifying Checksum [2023-11-15T16:59:55.084Z] 4f1c88b9dad5: Download complete [2023-11-15T16:59:55.652Z] ce7588e14bc9: Verifying Checksum [2023-11-15T16:59:55.652Z] ce7588e14bc9: Download complete [2023-11-15T16:59:58.962Z] 4f1c88b9dad5: Pull complete [2023-11-15T16:59:58.962Z] ad3a456e5733: Pull complete [2023-11-15T16:59:58.962Z] 69c7f0334f64: Pull complete [2023-11-15T16:59:58.962Z] 1f1c1a5573a3: Pull complete [2023-11-15T17:00:01.495Z] ce7588e14bc9: Pull complete [2023-11-15T17:00:01.495Z] b5e4710f87ac: Pull complete [2023-11-15T17:00:01.755Z] Digest: sha256:f80dd7bb8fdf010369d5adb4058a62695265b22e897ca6aac7b42af84fdce50e [2023-11-15T17:00:01.756Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2023-11-15T17:00:01.756Z] ---> 88b5674ff536 [2023-11-15T17:00:01.756Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-11-15T17:00:08.284Z] Still waiting to schedule task [2023-11-15T17:00:08.285Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-11-15T17:00:08.373Z] ---> Running in 175d73dc4e13 [2023-11-15T17:00:08.373Z] Removing intermediate container 175d73dc4e13 [2023-11-15T17:00:08.373Z] ---> 15874035cd23 [2023-11-15T17:00:08.373Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-11-15T17:00:08.373Z] ---> Running in a0e7634df437 [2023-11-15T17:00:08.373Z] Removing intermediate container a0e7634df437 [2023-11-15T17:00:08.373Z] ---> d6997c106ebe [2023-11-15T17:00:08.373Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git" [2023-11-15T17:00:08.373Z] ---> Running in d7afad301958 [2023-11-15T17:00:08.373Z] Removing intermediate container d7afad301958 [2023-11-15T17:00:08.373Z] ---> d14bbe6491b8 [2023-11-15T17:00:08.373Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-11-15T17:00:08.373Z] ---> Running in 8a61d638fc0c [2023-11-15T17:00:08.373Z] Removing intermediate container 8a61d638fc0c [2023-11-15T17:00:08.373Z] ---> 49efce203f34 [2023-11-15T17:00:08.373Z] Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-11-15T17:00:08.373Z] ---> Running in 6d78ff75fdcf [2023-11-15T17:00:08.373Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-11-15T17:00:08.373Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-11-15T17:00:08.633Z] OK: 264 MiB in 52 packages [2023-11-15T17:00:09.204Z] Removing intermediate container 6d78ff75fdcf [2023-11-15T17:00:09.204Z] ---> 56a03f9d2a99 [2023-11-15T17:00:09.204Z] Step 8/12 : WORKDIR /app [2023-11-15T17:00:09.204Z] ---> Running in c5c05131d284 [2023-11-15T17:00:09.204Z] Removing intermediate container c5c05131d284 [2023-11-15T17:00:09.204Z] ---> 7f72d28bbe2e [2023-11-15T17:00:09.204Z] Step 9/12 : COPY go.mod vendor* ./ [2023-11-15T17:00:09.204Z] ---> c20bc037675d [2023-11-15T17:00:09.204Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-11-15T17:00:09.204Z] ---> Running in a39f03025585 [2023-11-15T17:00:48.265Z] Removing intermediate container a39f03025585 [2023-11-15T17:00:48.265Z] ---> 2109c46b3a2e [2023-11-15T17:00:48.265Z] Step 11/12 : COPY . . [2023-11-15T17:00:48.265Z] ---> 6fbc32cf7bb6 [2023-11-15T17:00:48.265Z] Step 12/12 : RUN $MAKE [2023-11-15T17:00:48.265Z] ---> Running in fb99d898c769 [2023-11-15T17:00:48.265Z] noop [2023-11-15T17:00:48.265Z] Removing intermediate container fb99d898c769 [2023-11-15T17:00:48.265Z] ---> 24dcb36c186b [2023-11-15T17:00:48.265Z] Successfully built 24dcb36c186b [2023-11-15T17:00:48.265Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-15T17:00:48.570Z] + docker inspect -f . ci-base-image-x86_64 [2023-11-15T17:00:48.570Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-15T17:00:48.638Z] prd-ubuntu20.04-docker-8c-8g-18116 does not seem to be running inside a container [2023-11-15T17:00:48.669Z] $ 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 [2023-11-15T17:00:49.022Z] $ docker top 58925593427c67e0d4c15e6c9ca6bce6738e83b9dcd99d7a73207706c0a7d68e -eo pid,comm [Pipeline] { [Pipeline] sh [2023-11-15T17:00:49.375Z] + go version [2023-11-15T17:00:49.375Z] go version go1.21.0 linux/amd64 [Pipeline] } [2023-11-15T17:00:49.386Z] $ docker stop --time=1 58925593427c67e0d4c15e6c9ca6bce6738e83b9dcd99d7a73207706c0a7d68e [2023-11-15T17:00:50.642Z] $ 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 [2023-11-15T17:00:51.049Z] + docker inspect -f . ci-base-image-x86_64 [2023-11-15T17:00:51.049Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-15T17:00:51.128Z] prd-ubuntu20.04-docker-8c-8g-18116 does not seem to be running inside a container [2023-11-15T17:00:51.160Z] $ 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 [2023-11-15T17:00:51.509Z] $ docker top d0ae0cc05d7c54602596f70a7ba19e0cadaad4d25a16c2e940ffe09a68ccd52e -eo pid,comm [Pipeline] { [Pipeline] sh [2023-11-15T17:00:51.853Z] + git config --global --add safe.directory /w/workspace/foundry_device-rfid-llrp-go_main [Pipeline] fileExists [Pipeline] sh [2023-11-15T17:00:52.148Z] + make test [2023-11-15T17:00:52.148Z] go test ./... -coverprofile=coverage.out ./... [2023-11-15T17:00:53.521Z] ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] [2023-11-15T17:01:03.481Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd [no test files] [2023-11-15T17:01:03.481Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd/llrp [no test files] [2023-11-15T17:01:07.662Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/driver 4.116s coverage: 40.6% of statements [2023-11-15T17:01:07.662Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.238s coverage: 51.9% of statements [2023-11-15T17:01:07.662Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.007s coverage: 96.4% of statements [2023-11-15T17:01:22.533Z] go vet ./... [2023-11-15T17:01:25.815Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-11-15T17:01:25.815Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-11-15T17:01:25.815Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-11-15T17:01:25.825Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2023-11-15T17:01:25.836Z] $ docker stop --time=1 d0ae0cc05d7c54602596f70a7ba19e0cadaad4d25a16c2e940ffe09a68ccd52e [2023-11-15T17:01:29.571Z] $ docker rm -f --volumes d0ae0cc05d7c54602596f70a7ba19e0cadaad4d25a16c2e940ffe09a68ccd52e [Pipeline] // withDockerContainer [Pipeline] sh [2023-11-15T17:01:30.027Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-11-15T17:01:30.118Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-11-15T17:01:30.642Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-11-15T17:01:31.047Z] + ls -al . [2023-11-15T17:01:31.047Z] total 640 [2023-11-15T17:01:31.047Z] drwxrwxr-x 10 jenkins jenkins 4096 Nov 15 17:00 . [2023-11-15T17:01:31.047Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 15 16:59 .. [2023-11-15T17:01:31.047Z] -rw-rw-r-- 1 jenkins jenkins 134 Nov 15 16:59 .dockerignore [2023-11-15T17:01:31.047Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 15 17:01 .git [2023-11-15T17:01:31.047Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 15 16:59 .github [2023-11-15T17:01:31.047Z] -rw-rw-r-- 1 jenkins jenkins 880 Nov 15 16:59 .gitignore [2023-11-15T17:01:31.047Z] -rw-rw-r-- 1 jenkins jenkins 41 Nov 15 16:59 .golangci.yml [2023-11-15T17:01:31.047Z] drwxr-xr-x 3 jenkins jenkins 4096 Nov 15 16:59 .semver [2023-11-15T17:01:31.047Z] -rw-rw-r-- 1 jenkins jenkins 11980 Nov 15 16:59 Attribution.txt [2023-11-15T17:01:31.047Z] -rw-rw-r-- 1 jenkins jenkins 11677 Nov 15 16:59 CHANGELOG.md [2023-11-15T17:01:31.047Z] -rw-rw-r-- 1 jenkins jenkins 1456 Nov 15 16:59 Dockerfile [2023-11-15T17:01:31.047Z] -rw-rw-r-- 1 jenkins jenkins 677 Nov 15 16:59 GOVERNANCE.md [2023-11-15T17:01:31.047Z] -rw-rw-r-- 1 jenkins jenkins 661 Nov 15 16:59 Jenkinsfile [2023-11-15T17:01:31.047Z] -rw-rw-r-- 1 jenkins jenkins 11347 Nov 15 16:59 LICENSE [2023-11-15T17:01:31.047Z] -rw-rw-r-- 1 jenkins jenkins 2179 Nov 15 16:59 Makefile [2023-11-15T17:01:31.047Z] -rw-rw-r-- 1 jenkins jenkins 625 Nov 15 16:59 OWNERS.md [2023-11-15T17:01:31.047Z] -rw-rw-r-- 1 jenkins jenkins 28907 Nov 15 16:59 README.md [2023-11-15T17:01:31.047Z] -rw-rw-r-- 1 jenkins jenkins 12 Nov 15 16:59 VERSION [2023-11-15T17:01:31.047Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 15 16:59 bin [2023-11-15T17:01:31.047Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 15 16:59 cmd [2023-11-15T17:01:31.047Z] -rw-r--r-- 1 jenkins jenkins 459493 Nov 15 17:01 coverage.out [2023-11-15T17:01:31.047Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 15 16:59 examples [2023-11-15T17:01:31.047Z] -rw-rw-r-- 1 jenkins jenkins 3831 Nov 15 16:59 go.mod [2023-11-15T17:01:31.047Z] -rw-rw-r-- 1 jenkins jenkins 34396 Nov 15 16:59 go.sum [2023-11-15T17:01:31.047Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 15 16:59 images [2023-11-15T17:01:31.047Z] drwxrwxr-x 5 jenkins jenkins 4096 Nov 15 16:59 internal [2023-11-15T17:01:31.047Z] -rw-rw-r-- 1 jenkins jenkins 193 Nov 15 16:59 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-15T17:01:31.359Z] + 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 . [2023-11-15T17:01:31.359Z] Sending build context to Docker daemon 4.348MB [2023-11-15T17:01:31.359Z] Step 1/25 : ARG BASE=golang:1.21-alpine3.18 [2023-11-15T17:01:31.359Z] Step 2/25 : FROM ${BASE} AS builder [2023-11-15T17:01:31.359Z] ---> 24dcb36c186b [2023-11-15T17:01:31.359Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2023-11-15T17:01:31.359Z] ---> Running in 60e1f4cc4c25 [2023-11-15T17:01:31.619Z] Removing intermediate container 60e1f4cc4c25 [2023-11-15T17:01:31.619Z] ---> 714f21797cc6 [2023-11-15T17:01:31.619Z] Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-11-15T17:01:31.619Z] ---> Running in 5f920fa48ce6 [2023-11-15T17:01:31.619Z] Removing intermediate container 5f920fa48ce6 [2023-11-15T17:01:31.619Z] ---> 3b8f3ecd8b5d [2023-11-15T17:01:31.619Z] Step 5/25 : ARG ALPINE_PKG_BASE="make git" [2023-11-15T17:01:31.619Z] ---> Running in 9b22967fbded [2023-11-15T17:01:31.619Z] Removing intermediate container 9b22967fbded [2023-11-15T17:01:31.619Z] ---> c46bd631f519 [2023-11-15T17:01:31.619Z] Step 6/25 : ARG ALPINE_PKG_EXTRA="" [2023-11-15T17:01:31.619Z] ---> Running in 55730efee196 [2023-11-15T17:01:31.878Z] Removing intermediate container 55730efee196 [2023-11-15T17:01:31.878Z] ---> bce7cfdc7c52 [2023-11-15T17:01:31.878Z] Step 7/25 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-11-15T17:01:31.878Z] ---> Running in c73bfd76605d [2023-11-15T17:01:32.137Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-11-15T17:01:32.137Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-11-15T17:01:32.396Z] OK: 264 MiB in 52 packages [2023-11-15T17:01:32.655Z] Removing intermediate container c73bfd76605d [2023-11-15T17:01:32.655Z] ---> 1c4fefbe72bb [2023-11-15T17:01:32.655Z] Step 8/25 : WORKDIR /app [2023-11-15T17:01:32.655Z] ---> Running in 7f2a88444376 [2023-11-15T17:01:32.655Z] Removing intermediate container 7f2a88444376 [2023-11-15T17:01:32.655Z] ---> 2eb5c9cd7a77 [2023-11-15T17:01:32.655Z] Step 9/25 : COPY go.mod vendor* ./ [2023-11-15T17:01:32.913Z] ---> bb767263ea24 [2023-11-15T17:01:32.913Z] Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-11-15T17:01:32.913Z] ---> Running in cd516603acb8 [2023-11-15T17:01:33.546Z] Removing intermediate container cd516603acb8 [2023-11-15T17:01:33.546Z] ---> 2f0f81bb6fff [2023-11-15T17:01:33.546Z] Step 11/25 : COPY . . [2023-11-15T17:01:33.806Z] ---> cb0c779fffb0 [2023-11-15T17:01:33.806Z] Step 12/25 : RUN $MAKE [2023-11-15T17:01:33.806Z] ---> Running in 0338bb751a57 [2023-11-15T17:01:34.064Z] 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 [2023-11-15T17:01:55.990Z] Removing intermediate container 0338bb751a57 [2023-11-15T17:01:55.990Z] ---> fa0d50cc1cb1 [2023-11-15T17:01:55.990Z] Step 13/25 : FROM alpine:3.18 [2023-11-15T17:01:55.990Z] 3.18: Pulling from library/alpine [2023-11-15T17:01:55.990Z] 96526aa774ef: Pulling fs layer [2023-11-15T17:01:55.990Z] 96526aa774ef: Verifying Checksum [2023-11-15T17:01:55.990Z] 96526aa774ef: Download complete [2023-11-15T17:01:55.990Z] 96526aa774ef: Pull complete [2023-11-15T17:01:55.990Z] Digest: sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 [2023-11-15T17:01:55.990Z] Status: Downloaded newer image for alpine:3.18 [2023-11-15T17:01:55.990Z] ---> 8ca4688f4f35 [2023-11-15T17:01:55.990Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-11-15T17:01:55.990Z] ---> Running in 590d454ec1cb [2023-11-15T17:01:55.990Z] Removing intermediate container 590d454ec1cb [2023-11-15T17:01:55.990Z] ---> dafe8cbf7250 [2023-11-15T17:01:55.990Z] Step 15/25 : RUN apk add --update --no-cache dumb-init [2023-11-15T17:01:55.990Z] ---> Running in f17f9617a36c [2023-11-15T17:01:55.990Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-11-15T17:01:55.990Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-11-15T17:01:55.990Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-11-15T17:01:55.990Z] Executing busybox-1.36.1-r2.trigger [2023-11-15T17:01:55.990Z] OK: 7 MiB in 16 packages [2023-11-15T17:01:56.249Z] Removing intermediate container f17f9617a36c [2023-11-15T17:01:56.249Z] ---> ee94c7964c4d [2023-11-15T17:01:56.249Z] Step 16/25 : RUN apk --no-cache upgrade [2023-11-15T17:01:56.249Z] ---> Running in bde33fa3bd04 [2023-11-15T17:01:56.508Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-11-15T17:01:56.768Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-11-15T17:01:57.027Z] (1/7) Upgrading musl (1.2.4-r1 -> 1.2.4-r2) [2023-11-15T17:01:57.027Z] (2/7) Upgrading busybox (1.36.1-r2 -> 1.36.1-r5) [2023-11-15T17:01:57.027Z] Executing busybox-1.36.1-r5.post-upgrade [2023-11-15T17:01:57.027Z] (3/7) Upgrading busybox-binsh (1.36.1-r2 -> 1.36.1-r5) [2023-11-15T17:01:57.027Z] (4/7) Upgrading libcrypto3 (3.1.3-r0 -> 3.1.4-r1) [2023-11-15T17:01:57.027Z] (5/7) Upgrading libssl3 (3.1.3-r0 -> 3.1.4-r1) [2023-11-15T17:01:57.027Z] (6/7) Upgrading ssl_client (1.36.1-r2 -> 1.36.1-r5) [2023-11-15T17:01:57.027Z] (7/7) Upgrading musl-utils (1.2.4-r1 -> 1.2.4-r2) [2023-11-15T17:01:57.027Z] Executing busybox-1.36.1-r5.trigger [2023-11-15T17:01:57.027Z] OK: 7 MiB in 16 packages [2023-11-15T17:01:57.593Z] Removing intermediate container bde33fa3bd04 [2023-11-15T17:01:57.593Z] ---> 20fca1f7e632 [2023-11-15T17:01:57.593Z] Step 17/25 : COPY --from=builder /app/LICENSE / [2023-11-15T17:01:57.593Z] ---> 442c90ec68d5 [2023-11-15T17:01:57.593Z] Step 18/25 : COPY --from=builder /app/Attribution.txt / [2023-11-15T17:01:57.852Z] ---> ac3eada6fe0a [2023-11-15T17:01:57.852Z] Step 19/25 : COPY --from=builder /app/cmd/ / [2023-11-15T17:01:58.823Z] ---> 1a5847c80b4d [2023-11-15T17:01:58.823Z] Step 20/25 : EXPOSE 59989 [2023-11-15T17:01:58.823Z] ---> Running in f2f1b2383a9d [2023-11-15T17:01:58.823Z] Removing intermediate container f2f1b2383a9d [2023-11-15T17:01:58.823Z] ---> f387bfad48ef [2023-11-15T17:01:58.823Z] Step 21/25 : ENTRYPOINT ["/device-rfid-llrp"] [2023-11-15T17:01:58.823Z] ---> Running in 2df0e240b780 [2023-11-15T17:01:58.823Z] Removing intermediate container 2df0e240b780 [2023-11-15T17:01:58.823Z] ---> fa2e52f97004 [2023-11-15T17:01:58.823Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-11-15T17:01:58.823Z] ---> Running in d53fba00fac6 [2023-11-15T17:01:59.082Z] Removing intermediate container d53fba00fac6 [2023-11-15T17:01:59.082Z] ---> 405842ad7956 [2023-11-15T17:01:59.082Z] Step 23/25 : LABEL arch=amd64 [2023-11-15T17:01:59.082Z] ---> Running in 1cdce341f5c1 [2023-11-15T17:01:59.082Z] Removing intermediate container 1cdce341f5c1 [2023-11-15T17:01:59.082Z] ---> d66e03e25066 [2023-11-15T17:01:59.082Z] Step 24/25 : LABEL git_sha=3238a3be2f44512a9de49c586dce83c0c67ab7c8 [2023-11-15T17:01:59.082Z] ---> Running in 96fb50ba5edc [2023-11-15T17:01:59.082Z] Removing intermediate container 96fb50ba5edc [2023-11-15T17:01:59.082Z] ---> f9e31486d135 [2023-11-15T17:01:59.082Z] Step 25/25 : LABEL version=3.1.0-dev.24 [2023-11-15T17:01:59.341Z] ---> Running in aa1b358d16b5 [2023-11-15T17:01:59.341Z] Removing intermediate container aa1b358d16b5 [2023-11-15T17:01:59.341Z] ---> 890f2942ae8d [2023-11-15T17:01:59.341Z] [Warning] One or more build-args [ARCH] were not consumed [2023-11-15T17:01:59.341Z] Successfully built 890f2942ae8d [2023-11-15T17:01:59.341Z] 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 [2023-11-15T17:01:59.459Z] provisioning config files... [2023-11-15T17:01:59.466Z] 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 [2023-11-15T17:01:59.761Z] ---> docker-login.sh [2023-11-15T17:01:59.761Z] nexus3.edgexfoundry.org:10001 [2023-11-15T17:01:59.761Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-15T17:01:59.761Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-15T17:01:59.761Z] Configure a credential helper to remove this warning. See [2023-11-15T17:01:59.761Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-15T17:01:59.761Z] [2023-11-15T17:01:59.761Z] Login Succeeded [2023-11-15T17:01:59.761Z] nexus3.edgexfoundry.org:10002 [2023-11-15T17:01:59.761Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-15T17:01:59.761Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-15T17:01:59.761Z] Configure a credential helper to remove this warning. See [2023-11-15T17:01:59.762Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-15T17:01:59.762Z] [2023-11-15T17:01:59.762Z] Login Succeeded [2023-11-15T17:01:59.762Z] nexus3.edgexfoundry.org:10003 [2023-11-15T17:02:00.021Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-15T17:02:00.021Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-15T17:02:00.021Z] Configure a credential helper to remove this warning. See [2023-11-15T17:02:00.021Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-15T17:02:00.021Z] [2023-11-15T17:02:00.021Z] Login Succeeded [2023-11-15T17:02:00.021Z] nexus3.edgexfoundry.org:10004 [2023-11-15T17:02:00.021Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-15T17:02:00.021Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-15T17:02:00.021Z] Configure a credential helper to remove this warning. See [2023-11-15T17:02:00.021Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-15T17:02:00.021Z] [2023-11-15T17:02:00.021Z] Login Succeeded [2023-11-15T17:02:00.021Z] docker.io [2023-11-15T17:02:00.282Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-15T17:02:00.282Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-15T17:02:00.282Z] Configure a credential helper to remove this warning. See [2023-11-15T17:02:00.282Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-15T17:02:00.282Z] [2023-11-15T17:02:00.282Z] Login Succeeded [2023-11-15T17:02:00.282Z] ---> docker-login.sh ends [Pipeline] } [2023-11-15T17:02:00.289Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-11-15T17:02:00.315Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2023-11-15T17:02:00.330Z] [edgeXDocker.push] Tagging docker image device-rfid-llrp with the following tags: [2023-11-15T17:02:00.330Z] 3238a3be2f44512a9de49c586dce83c0c67ab7c8 [2023-11-15T17:02:00.330Z] latest [2023-11-15T17:02:00.330Z] 3.1.0-dev.24 [2023-11-15T17:02:00.330Z] 3238a3be2f44512a9de49c586dce83c0c67ab7c8-3.1.0-dev.24 [2023-11-15T17:02:00.330Z] main [2023-11-15T17:02:00.330Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-15T17:02:00.648Z] + docker tag device-rfid-llrp nexus3.edgexfoundry.org:10004/device-rfid-llrp:3238a3be2f44512a9de49c586dce83c0c67ab7c8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-15T17:02:00.951Z] + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp:3238a3be2f44512a9de49c586dce83c0c67ab7c8 [2023-11-15T17:02:00.951Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp] [2023-11-15T17:02:00.951Z] 91a12146f5da: Preparing [2023-11-15T17:02:00.951Z] 980cc43d287a: Preparing [2023-11-15T17:02:00.951Z] 9cb8d66e67fe: Preparing [2023-11-15T17:02:00.951Z] 7e8f2c6b5906: Preparing [2023-11-15T17:02:00.951Z] a7f97ef6a8d0: Preparing [2023-11-15T17:02:00.951Z] cc2447e1835a: Preparing [2023-11-15T17:02:00.951Z] cc2447e1835a: Waiting [2023-11-15T17:02:00.951Z] a7f97ef6a8d0: Pushed [2023-11-15T17:02:00.951Z] 9cb8d66e67fe: Pushed [2023-11-15T17:02:00.951Z] 980cc43d287a: Pushed [2023-11-15T17:02:00.951Z] cc2447e1835a: Layer already exists [2023-11-15T17:02:01.521Z] 7e8f2c6b5906: Pushed [2023-11-15T17:02:04.057Z] 91a12146f5da: Pushed [2023-11-15T17:02:04.057Z] 3238a3be2f44512a9de49c586dce83c0c67ab7c8: digest: sha256:eb378b73a3730c85b5040259582ac9684801f9a483bb84293ffd26493e4ced08 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-15T17:02:04.377Z] + docker tag device-rfid-llrp nexus3.edgexfoundry.org:10004/device-rfid-llrp:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-15T17:02:04.693Z] + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp:latest [2023-11-15T17:02:04.693Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp] [2023-11-15T17:02:04.693Z] 91a12146f5da: Preparing [2023-11-15T17:02:04.693Z] 980cc43d287a: Preparing [2023-11-15T17:02:04.693Z] 9cb8d66e67fe: Preparing [2023-11-15T17:02:04.693Z] 7e8f2c6b5906: Preparing [2023-11-15T17:02:04.693Z] a7f97ef6a8d0: Preparing [2023-11-15T17:02:04.693Z] cc2447e1835a: Preparing [2023-11-15T17:02:04.693Z] cc2447e1835a: Waiting [2023-11-15T17:02:04.693Z] 7e8f2c6b5906: Layer already exists [2023-11-15T17:02:04.693Z] 9cb8d66e67fe: Layer already exists [2023-11-15T17:02:04.693Z] 91a12146f5da: Layer already exists [2023-11-15T17:02:04.693Z] a7f97ef6a8d0: Layer already exists [2023-11-15T17:02:04.693Z] 980cc43d287a: Layer already exists [2023-11-15T17:02:04.693Z] cc2447e1835a: Layer already exists [2023-11-15T17:02:04.693Z] latest: digest: sha256:eb378b73a3730c85b5040259582ac9684801f9a483bb84293ffd26493e4ced08 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-15T17:02:05.007Z] + 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 [2023-11-15T17:02:05.318Z] + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp:3.1.0-dev.24 [2023-11-15T17:02:05.318Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp] [2023-11-15T17:02:05.318Z] 91a12146f5da: Preparing [2023-11-15T17:02:05.318Z] 980cc43d287a: Preparing [2023-11-15T17:02:05.318Z] 9cb8d66e67fe: Preparing [2023-11-15T17:02:05.318Z] 7e8f2c6b5906: Preparing [2023-11-15T17:02:05.318Z] a7f97ef6a8d0: Preparing [2023-11-15T17:02:05.318Z] cc2447e1835a: Preparing [2023-11-15T17:02:05.318Z] cc2447e1835a: Waiting [2023-11-15T17:02:05.318Z] a7f97ef6a8d0: Layer already exists [2023-11-15T17:02:05.318Z] 7e8f2c6b5906: Layer already exists [2023-11-15T17:02:05.318Z] 9cb8d66e67fe: Layer already exists [2023-11-15T17:02:05.318Z] 91a12146f5da: Layer already exists [2023-11-15T17:02:05.318Z] 980cc43d287a: Layer already exists [2023-11-15T17:02:05.318Z] cc2447e1835a: Layer already exists [2023-11-15T17:02:05.318Z] 3.1.0-dev.24: digest: sha256:eb378b73a3730c85b5040259582ac9684801f9a483bb84293ffd26493e4ced08 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-15T17:02:05.633Z] + 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 [2023-11-15T17:02:05.951Z] + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp:3238a3be2f44512a9de49c586dce83c0c67ab7c8-3.1.0-dev.24 [2023-11-15T17:02:05.951Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp] [2023-11-15T17:02:05.951Z] 91a12146f5da: Preparing [2023-11-15T17:02:05.951Z] 980cc43d287a: Preparing [2023-11-15T17:02:05.951Z] 9cb8d66e67fe: Preparing [2023-11-15T17:02:05.951Z] 7e8f2c6b5906: Preparing [2023-11-15T17:02:05.951Z] a7f97ef6a8d0: Preparing [2023-11-15T17:02:05.951Z] cc2447e1835a: Preparing [2023-11-15T17:02:05.951Z] cc2447e1835a: Waiting [2023-11-15T17:02:05.951Z] 9cb8d66e67fe: Layer already exists [2023-11-15T17:02:05.951Z] 7e8f2c6b5906: Layer already exists [2023-11-15T17:02:05.951Z] 91a12146f5da: Layer already exists [2023-11-15T17:02:05.951Z] a7f97ef6a8d0: Layer already exists [2023-11-15T17:02:05.951Z] 980cc43d287a: Layer already exists [2023-11-15T17:02:05.951Z] cc2447e1835a: Layer already exists [2023-11-15T17:02:05.951Z] 3238a3be2f44512a9de49c586dce83c0c67ab7c8-3.1.0-dev.24: digest: sha256:eb378b73a3730c85b5040259582ac9684801f9a483bb84293ffd26493e4ced08 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-15T17:02:06.266Z] + docker tag device-rfid-llrp nexus3.edgexfoundry.org:10004/device-rfid-llrp:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-15T17:02:06.573Z] + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp:main [2023-11-15T17:02:06.573Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp] [2023-11-15T17:02:06.573Z] 91a12146f5da: Preparing [2023-11-15T17:02:06.573Z] 980cc43d287a: Preparing [2023-11-15T17:02:06.573Z] 9cb8d66e67fe: Preparing [2023-11-15T17:02:06.573Z] 7e8f2c6b5906: Preparing [2023-11-15T17:02:06.573Z] a7f97ef6a8d0: Preparing [2023-11-15T17:02:06.573Z] cc2447e1835a: Preparing [2023-11-15T17:02:06.573Z] cc2447e1835a: Waiting [2023-11-15T17:02:06.573Z] a7f97ef6a8d0: Layer already exists [2023-11-15T17:02:06.573Z] 7e8f2c6b5906: Layer already exists [2023-11-15T17:02:06.573Z] 91a12146f5da: Layer already exists [2023-11-15T17:02:06.573Z] 9cb8d66e67fe: Layer already exists [2023-11-15T17:02:06.573Z] 980cc43d287a: Layer already exists [2023-11-15T17:02:06.573Z] cc2447e1835a: Layer already exists [2023-11-15T17:02:06.573Z] main: digest: sha256:eb378b73a3730c85b5040259582ac9684801f9a483bb84293ffd26493e4ced08 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-11-15T17:02:06.615Z] ===================================================== [Pipeline] echo [2023-11-15T17:02:06.622Z] taggedImages: [2023-11-15T17:02:06.622Z] - nexus3.edgexfoundry.org:10004/device-rfid-llrp:3238a3be2f44512a9de49c586dce83c0c67ab7c8 [2023-11-15T17:02:06.622Z] - nexus3.edgexfoundry.org:10004/device-rfid-llrp:latest [2023-11-15T17:02:06.622Z] - nexus3.edgexfoundry.org:10004/device-rfid-llrp:3.1.0-dev.24 [2023-11-15T17:02:06.622Z] - nexus3.edgexfoundry.org:10004/device-rfid-llrp:3238a3be2f44512a9de49c586dce83c0c67ab7c8-3.1.0-dev.24 [2023-11-15T17:02:06.622Z] - 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 [2023-11-15T17:02:06.990Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-11-15T17:02:06.990Z] [2023-11-15T17:02:06.990Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-15T17:02:07.293Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-11-15T17:02:07.293Z] latest: Pulling from edgex-lftools-log-publisher [2023-11-15T17:02:07.293Z] 5eb5b503b376: Pulling fs layer [2023-11-15T17:02:07.293Z] 5c69ac0246d0: Pulling fs layer [2023-11-15T17:02:07.293Z] ec43610c2a17: Pulling fs layer [2023-11-15T17:02:07.293Z] 3a2ae6a8a46f: Pulling fs layer [2023-11-15T17:02:07.293Z] 33b1e0a273af: Pulling fs layer [2023-11-15T17:02:07.293Z] 5d3b04190fa2: Pulling fs layer [2023-11-15T17:02:07.293Z] 2f39f015ded8: Pulling fs layer [2023-11-15T17:02:07.293Z] 2f39f015ded8: Waiting [2023-11-15T17:02:07.293Z] 5d3b04190fa2: Waiting [2023-11-15T17:02:07.293Z] 3a2ae6a8a46f: Waiting [2023-11-15T17:02:07.293Z] 33b1e0a273af: Waiting [2023-11-15T17:02:07.293Z] 5c69ac0246d0: Verifying Checksum [2023-11-15T17:02:07.293Z] 5c69ac0246d0: Download complete [2023-11-15T17:02:07.293Z] 3a2ae6a8a46f: Download complete [2023-11-15T17:02:07.293Z] ec43610c2a17: Verifying Checksum [2023-11-15T17:02:07.293Z] ec43610c2a17: Download complete [2023-11-15T17:02:07.293Z] 33b1e0a273af: Verifying Checksum [2023-11-15T17:02:07.293Z] 33b1e0a273af: Download complete [2023-11-15T17:02:07.293Z] 5d3b04190fa2: Verifying Checksum [2023-11-15T17:02:07.293Z] 5d3b04190fa2: Download complete [2023-11-15T17:02:07.557Z] 5eb5b503b376: Verifying Checksum [2023-11-15T17:02:07.557Z] 5eb5b503b376: Download complete [2023-11-15T17:02:08.128Z] 2f39f015ded8: Download complete [2023-11-15T17:02:09.061Z] 5eb5b503b376: Pull complete [2023-11-15T17:02:09.062Z] 5c69ac0246d0: Pull complete [2023-11-15T17:02:09.321Z] ec43610c2a17: Pull complete [2023-11-15T17:02:09.581Z] 3a2ae6a8a46f: Pull complete [2023-11-15T17:02:09.581Z] 33b1e0a273af: Pull complete [2023-11-15T17:02:09.839Z] 5d3b04190fa2: Pull complete [2023-11-15T17:02:14.024Z] 2f39f015ded8: Pull complete [2023-11-15T17:02:14.024Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-11-15T17:02:14.024Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-11-15T17:02:14.024Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-15T17:02:14.102Z] prd-ubuntu20.04-docker-8c-8g-18116 does not seem to be running inside a container [2023-11-15T17:02:14.133Z] $ 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 [2023-11-15T17:02:19.756Z] $ docker top 6fe1194749440c4a1e11f05cddcc50b158aa3c73e8fa537ddb999cbb619e02a3 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-11-15T17:02:20.153Z] ---> job-cost.sh [2023-11-15T17:02:20.153Z] lf-activate-venv: SKIPPING [2023-11-15T17:02:20.153Z] INFO: No Stack... [2023-11-15T17:02:20.722Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-11-15T17:02:20.981Z] INFO: Archiving Costs [Pipeline] sh [2023-11-15T17:02:21.268Z] + cat /w/workspace/foundry_device-rfid-llrp-go_main/archives/cost.csv [2023-11-15T17:02:21.268Z] + cut -d, -f6 [Pipeline] lock [2023-11-15T17:02:21.280Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-main-132-stack-cost] [2023-11-15T17:02:21.289Z] Resource [jenkins-edgexfoundry-device-rfid-llrp-go-main-132-stack-cost] did not exist. Created. [2023-11-15T17:02:21.289Z] Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-main-132-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-11-15T17:02:21.635Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-11-15T17:02:21.666Z] Stashed 1 file(s) [Pipeline] } [2023-11-15T17:02:21.677Z] Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-main-132-stack-cost] [Pipeline] // lock [Pipeline] } [2023-11-15T17:02:21.694Z] $ docker stop --time=1 6fe1194749440c4a1e11f05cddcc50b158aa3c73e8fa537ddb999cbb619e02a3 [2023-11-15T17:02:22.849Z] $ docker rm -f --volumes 6fe1194749440c4a1e11f05cddcc50b158aa3c73e8fa537ddb999cbb619e02a3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-11-15T17:03:07.961Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-18118 in /w/workspace/foundry_device-rfid-llrp-go_main [Pipeline] { [Pipeline] ws [2023-11-15T17:03:07.974Z] Running in /w/workspace/device-rfid-llrp-go/132 [Pipeline] { [Pipeline] checkout [2023-11-15T17:03:08.010Z] The recommended git tool is: git [2023-11-15T17:03:14.360Z] using credential edgex-jenkins-ssh [2023-11-15T17:03:14.379Z] Cloning the remote Git repository [2023-11-15T17:03:14.431Z] Cloning repository git@github.com:edgexfoundry/device-rfid-llrp-go.git [2023-11-15T17:03:14.552Z] > git init /w/workspace/device-rfid-llrp-go/132 # timeout=10 [2023-11-15T17:03:14.736Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git [2023-11-15T17:03:14.737Z] > git --version # timeout=10 [2023-11-15T17:03:14.757Z] > git --version # 'git version 2.25.1' [2023-11-15T17:03:14.760Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-11-15T17:03:14.928Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-11-15T17:03:16.107Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 [2023-11-15T17:03:16.129Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-11-15T17:03:17.067Z] Avoid second fetch [2023-11-15T17:03:17.067Z] Checking out Revision 3238a3be2f44512a9de49c586dce83c0c67ab7c8 (main) [2023-11-15T17:03:17.682Z] 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 [2023-11-15T17:03:17.085Z] > git config core.sparsecheckout # timeout=10 [2023-11-15T17:03:17.177Z] > git checkout -f 3238a3be2f44512a9de49c586dce83c0c67ab7c8 # timeout=10 [2023-11-15T17:03:18.679Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-11-15T17:03:18.680Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-11-15T17:03:18.680Z] Dload Upload Total Spent Left Speed [2023-11-15T17:03:18.680Z] 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 [2023-11-15T17:03:19.342Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-11-15T17:03:19.680Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-11-15T17:03:19.680Z] + sudo tee /etc/docker/daemon.new [2023-11-15T17:03:19.680Z] { [2023-11-15T17:03:19.680Z] "registry-mirrors": [ [2023-11-15T17:03:19.680Z] "https://nexus3.edgexfoundry.org:10001" [2023-11-15T17:03:19.680Z] ], [2023-11-15T17:03:19.680Z] "bip": "10.250.0.254/24", [2023-11-15T17:03:19.680Z] "hosts": [ [2023-11-15T17:03:19.680Z] "tcp://0.0.0.0:5555", [2023-11-15T17:03:19.680Z] "unix:///var/run/docker.sock" [2023-11-15T17:03:19.680Z] ], [2023-11-15T17:03:19.680Z] "mtu": 1458, [2023-11-15T17:03:19.680Z] "selinux-enabled": true, [2023-11-15T17:03:19.680Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-11-15T17:03:19.680Z] } [Pipeline] sh [2023-11-15T17:03:20.011Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-11-15T17:03:20.353Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-11-15T17:03:38.611Z] provisioning config files... [2023-11-15T17:03:38.641Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/device-rfid-llrp-go/132@tmp/config12206094871983291788tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-11-15T17:03:39.007Z] ---> docker-login.sh [2023-11-15T17:03:39.007Z] nexus3.edgexfoundry.org:10001 [2023-11-15T17:03:39.278Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-15T17:03:39.866Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-15T17:03:39.866Z] Configure a credential helper to remove this warning. See [2023-11-15T17:03:39.866Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-15T17:03:39.866Z] [2023-11-15T17:03:39.866Z] Login Succeeded [2023-11-15T17:03:39.866Z] nexus3.edgexfoundry.org:10002 [2023-11-15T17:03:40.144Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-15T17:03:40.144Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-15T17:03:40.144Z] Configure a credential helper to remove this warning. See [2023-11-15T17:03:40.144Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-15T17:03:40.144Z] [2023-11-15T17:03:40.144Z] Login Succeeded [2023-11-15T17:03:40.144Z] nexus3.edgexfoundry.org:10003 [2023-11-15T17:03:40.416Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-15T17:03:40.417Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-15T17:03:40.417Z] Configure a credential helper to remove this warning. See [2023-11-15T17:03:40.417Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-15T17:03:40.417Z] [2023-11-15T17:03:40.417Z] Login Succeeded [2023-11-15T17:03:40.417Z] nexus3.edgexfoundry.org:10004 [2023-11-15T17:03:40.687Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-15T17:03:40.963Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-15T17:03:40.963Z] Configure a credential helper to remove this warning. See [2023-11-15T17:03:40.963Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-15T17:03:40.963Z] [2023-11-15T17:03:40.963Z] Login Succeeded [2023-11-15T17:03:40.963Z] docker.io [2023-11-15T17:03:40.963Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-15T17:03:41.232Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-15T17:03:41.232Z] Configure a credential helper to remove this warning. See [2023-11-15T17:03:41.232Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-15T17:03:41.232Z] [2023-11-15T17:03:41.232Z] Login Succeeded [2023-11-15T17:03:41.232Z] ---> docker-login.sh ends [Pipeline] } [2023-11-15T17:03:41.246Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-11-15T17:03:41.502Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2023-11-15T17:03:41.512Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2023-11-15T17:03:41.520Z] ========================================================= [2023-11-15T17:03:41.520Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2023-11-15T17:03:41.520Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-15T17:03:41.856Z] + 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 . [2023-11-15T17:03:42.123Z] Sending build context to Docker daemon 1.198MB [2023-11-15T17:03:42.123Z] Step 1/12 : ARG BASE=golang:1.21-alpine3.18 [2023-11-15T17:03:42.123Z] Step 2/12 : FROM ${BASE} AS builder [2023-11-15T17:03:44.074Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-11-15T17:03:44.074Z] 9fda8d8052c6: Pulling fs layer [2023-11-15T17:03:44.074Z] 5d54e960e981: Pulling fs layer [2023-11-15T17:03:44.074Z] c4a7e357bf2a: Pulling fs layer [2023-11-15T17:03:44.074Z] f0e02332f6b5: Pulling fs layer [2023-11-15T17:03:44.074Z] 872ee5b61b7b: Pulling fs layer [2023-11-15T17:03:44.074Z] 0c6a40ed1a82: Pulling fs layer [2023-11-15T17:03:44.074Z] 94ae7d8d031c: Pulling fs layer [2023-11-15T17:03:44.074Z] 872ee5b61b7b: Waiting [2023-11-15T17:03:44.074Z] 0c6a40ed1a82: Waiting [2023-11-15T17:03:44.074Z] 94ae7d8d031c: Waiting [2023-11-15T17:03:44.074Z] f0e02332f6b5: Waiting [2023-11-15T17:03:44.074Z] 5d54e960e981: Verifying Checksum [2023-11-15T17:03:44.074Z] 5d54e960e981: Download complete [2023-11-15T17:03:44.074Z] f0e02332f6b5: Verifying Checksum [2023-11-15T17:03:44.074Z] f0e02332f6b5: Download complete [2023-11-15T17:03:44.074Z] 872ee5b61b7b: Verifying Checksum [2023-11-15T17:03:44.074Z] 872ee5b61b7b: Download complete [2023-11-15T17:03:44.074Z] 9fda8d8052c6: Verifying Checksum [2023-11-15T17:03:44.074Z] 9fda8d8052c6: Download complete [2023-11-15T17:03:44.344Z] 94ae7d8d031c: Verifying Checksum [2023-11-15T17:03:44.344Z] 94ae7d8d031c: Download complete [2023-11-15T17:03:44.936Z] 9fda8d8052c6: Pull complete [2023-11-15T17:03:45.527Z] 5d54e960e981: Pull complete [2023-11-15T17:03:45.799Z] c4a7e357bf2a: Download complete [2023-11-15T17:03:46.776Z] 0c6a40ed1a82: Verifying Checksum [2023-11-15T17:03:46.776Z] 0c6a40ed1a82: Download complete [2023-11-15T17:03:59.138Z] c4a7e357bf2a: Pull complete [2023-11-15T17:03:59.138Z] f0e02332f6b5: Pull complete [2023-11-15T17:03:59.138Z] 872ee5b61b7b: Pull complete [2023-11-15T17:04:07.373Z] 0c6a40ed1a82: Pull complete [2023-11-15T17:04:12.748Z] 94ae7d8d031c: Pull complete [2023-11-15T17:04:12.748Z] Digest: sha256:bced28d2139e98291f6f5222245e06760ce829f55f75386c6c13bfabca1016f1 [2023-11-15T17:04:12.748Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2023-11-15T17:04:12.748Z] ---> 86de565de09d [2023-11-15T17:04:12.748Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-11-15T17:04:14.159Z] ---> Running in 18556a9f61e0 [2023-11-15T17:04:14.515Z] Removing intermediate container 18556a9f61e0 [2023-11-15T17:04:14.515Z] ---> 2e090a6804c5 [2023-11-15T17:04:14.515Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-11-15T17:04:14.515Z] ---> Running in 524930fc3758 [2023-11-15T17:04:15.125Z] Removing intermediate container 524930fc3758 [2023-11-15T17:04:15.125Z] ---> 0588b3aaa5a8 [2023-11-15T17:04:15.125Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git" [2023-11-15T17:04:15.125Z] ---> Running in cae3a170d38f [2023-11-15T17:04:15.401Z] Removing intermediate container cae3a170d38f [2023-11-15T17:04:15.401Z] ---> 009ca55503ff [2023-11-15T17:04:15.401Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-11-15T17:04:15.401Z] ---> Running in 66670ae38abe [2023-11-15T17:04:15.681Z] Removing intermediate container 66670ae38abe [2023-11-15T17:04:15.681Z] ---> 6171a5da7494 [2023-11-15T17:04:15.681Z] Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-11-15T17:04:15.681Z] ---> Running in de6844f13dcc [2023-11-15T17:04:17.088Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-11-15T17:04:17.357Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-11-15T17:04:18.329Z] OK: 266 MiB in 52 packages [2023-11-15T17:04:19.304Z] Removing intermediate container de6844f13dcc [2023-11-15T17:04:19.304Z] ---> f6c438d29c55 [2023-11-15T17:04:19.304Z] Step 8/12 : WORKDIR /app [2023-11-15T17:04:19.304Z] ---> Running in 80b3e61d6a23 [2023-11-15T17:04:19.582Z] Removing intermediate container 80b3e61d6a23 [2023-11-15T17:04:19.582Z] ---> 6bd722fcebd1 [2023-11-15T17:04:19.582Z] Step 9/12 : COPY go.mod vendor* ./ [2023-11-15T17:04:20.165Z] ---> 9c04c0188d22 [2023-11-15T17:04:20.165Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-11-15T17:04:20.165Z] ---> Running in 27f15681ddd0 [2023-11-15T17:05:41.798Z] Removing intermediate container 27f15681ddd0 [2023-11-15T17:05:41.798Z] ---> 2daa6dc61955 [2023-11-15T17:05:41.798Z] Step 11/12 : COPY . . [2023-11-15T17:05:41.798Z] ---> e90ae6f8631c [2023-11-15T17:05:41.798Z] Step 12/12 : RUN $MAKE [2023-11-15T17:05:41.798Z] ---> Running in a06dfd50239e [2023-11-15T17:05:41.798Z] noop [2023-11-15T17:05:41.798Z] Removing intermediate container a06dfd50239e [2023-11-15T17:05:41.798Z] ---> a2eb12f817af [2023-11-15T17:05:41.798Z] Successfully built a2eb12f817af [2023-11-15T17:05:41.798Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-15T17:05:42.159Z] + docker inspect -f . ci-base-image-arm64 [2023-11-15T17:05:42.160Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-15T17:05:42.377Z] prd-ubuntu20.04-docker-arm64-4c-16g-18118 does not seem to be running inside a container [2023-11-15T17:05:42.440Z] $ 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 [2023-11-15T17:05:43.679Z] $ docker top 26bdca01a1ed9f402f1a52574a7946ebd03797aff369a2157f4690ea0f4992ae -eo pid,comm [Pipeline] { [Pipeline] sh [2023-11-15T17:05:44.505Z] + go version [2023-11-15T17:05:44.505Z] go version go1.21.0 linux/arm64 [Pipeline] } [2023-11-15T17:05:44.524Z] $ docker stop --time=1 26bdca01a1ed9f402f1a52574a7946ebd03797aff369a2157f4690ea0f4992ae [2023-11-15T17:05:46.145Z] $ 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 [2023-11-15T17:05:46.709Z] + docker inspect -f . ci-base-image-arm64 [2023-11-15T17:05:46.710Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-15T17:05:46.912Z] prd-ubuntu20.04-docker-arm64-4c-16g-18118 does not seem to be running inside a container [2023-11-15T17:05:46.980Z] $ 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 [2023-11-15T17:05:48.189Z] $ docker top bf63a04ae304e3e8f10c66209a1fda845e0aa92d981077daef3878fce1cef3f3 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-11-15T17:05:49.032Z] + git config --global --add safe.directory /w/workspace/device-rfid-llrp-go/132 [Pipeline] fileExists [Pipeline] sh [2023-11-15T17:05:49.683Z] + make test [2023-11-15T17:05:49.683Z] go test ./... -coverprofile=coverage.out ./... [2023-11-15T17:05:57.903Z] ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] [2023-11-15T17:07:34.572Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd [no test files] [2023-11-15T17:07:34.572Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd/llrp [no test files] [2023-11-15T17:08:01.235Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/driver 27.577s coverage: 40.6% of statements [2023-11-15T17:08:01.235Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.547s coverage: 51.9% of statements [2023-11-15T17:08:01.235Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.038s coverage: 95.5% of statements [2023-11-15T17:08:01.503Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-11-15T17:08:01.503Z] go vet ./... [2023-11-15T17:08:23.708Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-11-15T17:08:23.708Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-11-15T17:08:23.708Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-11-15T17:08:24.312Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2023-11-15T17:08:24.329Z] $ docker stop --time=1 bf63a04ae304e3e8f10c66209a1fda845e0aa92d981077daef3878fce1cef3f3 [2023-11-15T17:08:26.197Z] $ docker rm -f --volumes bf63a04ae304e3e8f10c66209a1fda845e0aa92d981077daef3878fce1cef3f3 [Pipeline] // withDockerContainer [Pipeline] sh [2023-11-15T17:08:27.437Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-11-15T17:08:27.470Z] Warning: overwriting stash ‘coverage-report’ [2023-11-15T17:08:28.357Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-11-15T17:08:28.756Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-11-15T17:08:29.087Z] + ls -al . [2023-11-15T17:08:29.087Z] total 636 [2023-11-15T17:08:29.087Z] drwxrwxr-x 9 jenkins jenkins 4096 Nov 15 17:05 . [2023-11-15T17:08:29.087Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 15 17:03 .. [2023-11-15T17:08:29.087Z] -rw-rw-r-- 1 jenkins jenkins 134 Nov 15 17:03 .dockerignore [2023-11-15T17:08:29.087Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 15 17:03 .git [2023-11-15T17:08:29.087Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 15 17:03 .github [2023-11-15T17:08:29.087Z] -rw-rw-r-- 1 jenkins jenkins 880 Nov 15 17:03 .gitignore [2023-11-15T17:08:29.087Z] -rw-rw-r-- 1 jenkins jenkins 41 Nov 15 17:03 .golangci.yml [2023-11-15T17:08:29.087Z] -rw-rw-r-- 1 jenkins jenkins 11980 Nov 15 17:03 Attribution.txt [2023-11-15T17:08:29.087Z] -rw-rw-r-- 1 jenkins jenkins 11677 Nov 15 17:03 CHANGELOG.md [2023-11-15T17:08:29.087Z] -rw-rw-r-- 1 jenkins jenkins 1456 Nov 15 17:03 Dockerfile [2023-11-15T17:08:29.087Z] -rw-rw-r-- 1 jenkins jenkins 677 Nov 15 17:03 GOVERNANCE.md [2023-11-15T17:08:29.087Z] -rw-rw-r-- 1 jenkins jenkins 661 Nov 15 17:03 Jenkinsfile [2023-11-15T17:08:29.087Z] -rw-rw-r-- 1 jenkins jenkins 11347 Nov 15 17:03 LICENSE [2023-11-15T17:08:29.087Z] -rw-rw-r-- 1 jenkins jenkins 2179 Nov 15 17:03 Makefile [2023-11-15T17:08:29.087Z] -rw-rw-r-- 1 jenkins jenkins 625 Nov 15 17:03 OWNERS.md [2023-11-15T17:08:29.087Z] -rw-rw-r-- 1 jenkins jenkins 28907 Nov 15 17:03 README.md [2023-11-15T17:08:29.087Z] -rw-rw-r-- 1 jenkins jenkins 12 Nov 15 16:59 VERSION [2023-11-15T17:08:29.087Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 15 17:03 bin [2023-11-15T17:08:29.087Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 15 17:03 cmd [2023-11-15T17:08:29.087Z] -rw-r--r-- 1 jenkins jenkins 459493 Nov 15 17:08 coverage.out [2023-11-15T17:08:29.087Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 15 17:03 examples [2023-11-15T17:08:29.087Z] -rw-rw-r-- 1 jenkins jenkins 3831 Nov 15 17:03 go.mod [2023-11-15T17:08:29.087Z] -rw-rw-r-- 1 jenkins jenkins 34396 Nov 15 17:03 go.sum [2023-11-15T17:08:29.087Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 15 17:03 images [2023-11-15T17:08:29.087Z] drwxrwxr-x 5 jenkins jenkins 4096 Nov 15 17:03 internal [2023-11-15T17:08:29.087Z] -rw-rw-r-- 1 jenkins jenkins 193 Nov 15 17:03 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-15T17:08:29.432Z] + 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 . [2023-11-15T17:08:29.700Z] Sending build context to Docker daemon 1.198MB [2023-11-15T17:08:29.700Z] Step 1/25 : ARG BASE=golang:1.21-alpine3.18 [2023-11-15T17:08:29.700Z] Step 2/25 : FROM ${BASE} AS builder [2023-11-15T17:08:29.700Z] ---> a2eb12f817af [2023-11-15T17:08:29.700Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2023-11-15T17:08:32.299Z] ---> Running in 00496039dfe7 [2023-11-15T17:08:32.299Z] Removing intermediate container 00496039dfe7 [2023-11-15T17:08:32.299Z] ---> ed9190b000bc [2023-11-15T17:08:32.299Z] Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-11-15T17:08:32.299Z] ---> Running in 5018a0181f83 [2023-11-15T17:08:32.567Z] Removing intermediate container 5018a0181f83 [2023-11-15T17:08:32.567Z] ---> 6ea0f2e43bfc [2023-11-15T17:08:32.567Z] Step 5/25 : ARG ALPINE_PKG_BASE="make git" [2023-11-15T17:08:32.567Z] ---> Running in 1b0ca929426f [2023-11-15T17:08:32.835Z] Removing intermediate container 1b0ca929426f [2023-11-15T17:08:32.835Z] ---> 69e53f44ace2 [2023-11-15T17:08:32.835Z] Step 6/25 : ARG ALPINE_PKG_EXTRA="" [2023-11-15T17:08:33.103Z] ---> Running in 39f6e43c620d [2023-11-15T17:08:33.371Z] Removing intermediate container 39f6e43c620d [2023-11-15T17:08:33.371Z] ---> 9882cebf57e4 [2023-11-15T17:08:33.371Z] Step 7/25 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-11-15T17:08:33.371Z] ---> Running in 8649bbaf23f5 [2023-11-15T17:08:34.336Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-11-15T17:08:34.919Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-11-15T17:08:35.880Z] OK: 266 MiB in 52 packages [2023-11-15T17:08:36.838Z] Removing intermediate container 8649bbaf23f5 [2023-11-15T17:08:36.838Z] ---> 61a247c5ec38 [2023-11-15T17:08:36.838Z] Step 8/25 : WORKDIR /app [2023-11-15T17:08:36.838Z] ---> Running in 6597d1a0e70d [2023-11-15T17:08:37.110Z] Removing intermediate container 6597d1a0e70d [2023-11-15T17:08:37.110Z] ---> 4dcfcf6b53fb [2023-11-15T17:08:37.110Z] Step 9/25 : COPY go.mod vendor* ./ [2023-11-15T17:08:37.697Z] ---> b836d5a66d99 [2023-11-15T17:08:37.697Z] Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-11-15T17:08:37.697Z] ---> Running in 9b5aa8a243f2 [2023-11-15T17:08:39.668Z] Removing intermediate container 9b5aa8a243f2 [2023-11-15T17:08:39.668Z] ---> c35a9c578046 [2023-11-15T17:08:39.668Z] Step 11/25 : COPY . . [2023-11-15T17:08:40.266Z] ---> c75c113a3ccc [2023-11-15T17:08:40.266Z] Step 12/25 : RUN $MAKE [2023-11-15T17:08:40.538Z] ---> Running in 115577d0bd99 [2023-11-15T17:08:41.500Z] 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 [2023-11-15T17:10:48.194Z] Removing intermediate container 115577d0bd99 [2023-11-15T17:10:48.194Z] ---> c7f99155e8bd [2023-11-15T17:10:48.194Z] Step 13/25 : FROM alpine:3.18 [2023-11-15T17:10:48.194Z] 3.18: Pulling from library/alpine [2023-11-15T17:10:48.194Z] 579b34f0a95b: Pulling fs layer [2023-11-15T17:10:48.194Z] 579b34f0a95b: Verifying Checksum [2023-11-15T17:10:48.194Z] 579b34f0a95b: Download complete [2023-11-15T17:10:48.194Z] 579b34f0a95b: Pull complete [2023-11-15T17:10:48.194Z] Digest: sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 [2023-11-15T17:10:48.194Z] Status: Downloaded newer image for alpine:3.18 [2023-11-15T17:10:48.194Z] ---> 3cc203321400 [2023-11-15T17:10:48.194Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-11-15T17:10:48.194Z] ---> Running in 63c4ebc88534 [2023-11-15T17:10:48.194Z] Removing intermediate container 63c4ebc88534 [2023-11-15T17:10:48.194Z] ---> 9861eb52fece [2023-11-15T17:10:48.194Z] Step 15/25 : RUN apk add --update --no-cache dumb-init [2023-11-15T17:10:48.194Z] ---> Running in a7ded074543f [2023-11-15T17:10:48.194Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-11-15T17:10:48.194Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-11-15T17:10:48.194Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-11-15T17:10:48.194Z] Executing busybox-1.36.1-r2.trigger [2023-11-15T17:10:48.194Z] OK: 8 MiB in 16 packages [2023-11-15T17:10:48.194Z] Removing intermediate container a7ded074543f [2023-11-15T17:10:48.194Z] ---> 150ddec68ba7 [2023-11-15T17:10:48.194Z] Step 16/25 : RUN apk --no-cache upgrade [2023-11-15T17:10:48.194Z] ---> Running in 3baa47ca32ca [2023-11-15T17:10:48.194Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-11-15T17:10:48.194Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-11-15T17:10:48.194Z] (1/7) Upgrading musl (1.2.4-r1 -> 1.2.4-r2) [2023-11-15T17:10:48.194Z] (2/7) Upgrading busybox (1.36.1-r2 -> 1.36.1-r5) [2023-11-15T17:10:48.194Z] Executing busybox-1.36.1-r5.post-upgrade [2023-11-15T17:10:48.194Z] (3/7) Upgrading busybox-binsh (1.36.1-r2 -> 1.36.1-r5) [2023-11-15T17:10:48.194Z] (4/7) Upgrading libcrypto3 (3.1.3-r0 -> 3.1.4-r1) [2023-11-15T17:10:48.194Z] (5/7) Upgrading libssl3 (3.1.3-r0 -> 3.1.4-r1) [2023-11-15T17:10:48.194Z] (6/7) Upgrading ssl_client (1.36.1-r2 -> 1.36.1-r5) [2023-11-15T17:10:48.194Z] (7/7) Upgrading musl-utils (1.2.4-r1 -> 1.2.4-r2) [2023-11-15T17:10:48.194Z] Executing busybox-1.36.1-r5.trigger [2023-11-15T17:10:48.194Z] OK: 8 MiB in 16 packages [2023-11-15T17:10:48.796Z] Removing intermediate container 3baa47ca32ca [2023-11-15T17:10:48.796Z] ---> 5f0564a5701f [2023-11-15T17:10:48.796Z] Step 17/25 : COPY --from=builder /app/LICENSE / [2023-11-15T17:10:49.063Z] ---> 55f9a7436632 [2023-11-15T17:10:49.063Z] Step 18/25 : COPY --from=builder /app/Attribution.txt / [2023-11-15T17:10:49.648Z] ---> 67e38b242cd2 [2023-11-15T17:10:49.649Z] Step 19/25 : COPY --from=builder /app/cmd/ / [2023-11-15T17:10:51.061Z] ---> 1a83a51af161 [2023-11-15T17:10:51.061Z] Step 20/25 : EXPOSE 59989 [2023-11-15T17:10:51.330Z] ---> Running in f63b121a5e03 [2023-11-15T17:10:51.597Z] Removing intermediate container f63b121a5e03 [2023-11-15T17:10:51.597Z] ---> b84f60d768bb [2023-11-15T17:10:51.598Z] Step 21/25 : ENTRYPOINT ["/device-rfid-llrp"] [2023-11-15T17:10:51.598Z] ---> Running in 712564a2e0a0 [2023-11-15T17:10:51.866Z] Removing intermediate container 712564a2e0a0 [2023-11-15T17:10:51.866Z] ---> 26398c445c06 [2023-11-15T17:10:51.866Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-11-15T17:10:51.866Z] ---> Running in d174a66007e4 [2023-11-15T17:10:52.135Z] Removing intermediate container d174a66007e4 [2023-11-15T17:10:52.135Z] ---> bf926ae8f2c8 [2023-11-15T17:10:52.135Z] Step 23/25 : LABEL arch=arm64 [2023-11-15T17:10:52.402Z] ---> Running in a99c0a109d1f [2023-11-15T17:10:52.670Z] Removing intermediate container a99c0a109d1f [2023-11-15T17:10:52.670Z] ---> 1e92085908af [2023-11-15T17:10:52.670Z] Step 24/25 : LABEL git_sha=3238a3be2f44512a9de49c586dce83c0c67ab7c8 [2023-11-15T17:10:52.670Z] ---> Running in 42f7e76c284b [2023-11-15T17:10:52.947Z] Removing intermediate container 42f7e76c284b [2023-11-15T17:10:52.947Z] ---> 4afa52641c76 [2023-11-15T17:10:52.947Z] Step 25/25 : LABEL version=3.1.0-dev.24 [2023-11-15T17:10:53.214Z] ---> Running in b3aff589d852 [2023-11-15T17:10:53.480Z] Removing intermediate container b3aff589d852 [2023-11-15T17:10:53.480Z] ---> ea5f877c196e [2023-11-15T17:10:53.480Z] [Warning] One or more build-args [ARCH] were not consumed [2023-11-15T17:10:53.480Z] Successfully built ea5f877c196e [2023-11-15T17:10:53.480Z] 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 [2023-11-15T17:10:53.586Z] provisioning config files... [2023-11-15T17:10:53.601Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/device-rfid-llrp-go/132@tmp/config2841585677472436369tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-11-15T17:10:53.948Z] ---> docker-login.sh [2023-11-15T17:10:53.948Z] nexus3.edgexfoundry.org:10001 [2023-11-15T17:10:53.948Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-15T17:10:54.216Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-15T17:10:54.216Z] Configure a credential helper to remove this warning. See [2023-11-15T17:10:54.216Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-15T17:10:54.216Z] [2023-11-15T17:10:54.216Z] Login Succeeded [2023-11-15T17:10:54.216Z] nexus3.edgexfoundry.org:10002 [2023-11-15T17:10:54.483Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-15T17:10:54.483Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-15T17:10:54.483Z] Configure a credential helper to remove this warning. See [2023-11-15T17:10:54.483Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-15T17:10:54.483Z] [2023-11-15T17:10:54.483Z] Login Succeeded [2023-11-15T17:10:54.483Z] nexus3.edgexfoundry.org:10003 [2023-11-15T17:10:54.749Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-15T17:10:55.017Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-15T17:10:55.017Z] Configure a credential helper to remove this warning. See [2023-11-15T17:10:55.017Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-15T17:10:55.017Z] [2023-11-15T17:10:55.017Z] Login Succeeded [2023-11-15T17:10:55.017Z] nexus3.edgexfoundry.org:10004 [2023-11-15T17:10:55.286Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-15T17:10:55.286Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-15T17:10:55.286Z] Configure a credential helper to remove this warning. See [2023-11-15T17:10:55.286Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-15T17:10:55.286Z] [2023-11-15T17:10:55.286Z] Login Succeeded [2023-11-15T17:10:55.286Z] docker.io [2023-11-15T17:10:55.555Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-15T17:10:55.886Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-15T17:10:55.886Z] Configure a credential helper to remove this warning. See [2023-11-15T17:10:55.886Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-15T17:10:55.886Z] [2023-11-15T17:10:55.886Z] Login Succeeded [2023-11-15T17:10:55.886Z] ---> docker-login.sh ends [Pipeline] } [2023-11-15T17:10:55.901Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-11-15T17:10:55.947Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2023-11-15T17:10:55.976Z] [edgeXDocker.push] Tagging docker image device-rfid-llrp-arm64 with the following tags: [2023-11-15T17:10:55.976Z] 3238a3be2f44512a9de49c586dce83c0c67ab7c8 [2023-11-15T17:10:55.976Z] latest [2023-11-15T17:10:55.976Z] 3.1.0-dev.24 [2023-11-15T17:10:55.976Z] 3238a3be2f44512a9de49c586dce83c0c67ab7c8-3.1.0-dev.24 [2023-11-15T17:10:55.976Z] main [2023-11-15T17:10:55.976Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-15T17:10:56.343Z] + 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 [2023-11-15T17:10:59.303Z] + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:3238a3be2f44512a9de49c586dce83c0c67ab7c8 [2023-11-15T17:10:59.303Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64] [2023-11-15T17:10:59.303Z] 6793148c56b2: Preparing [2023-11-15T17:10:59.303Z] 0c712b587523: Preparing [2023-11-15T17:10:59.303Z] be1d87dc7fa3: Preparing [2023-11-15T17:10:59.303Z] 3028c61fcb38: Preparing [2023-11-15T17:10:59.303Z] bf96fd5e3264: Preparing [2023-11-15T17:10:59.303Z] 5f4d9fc4d98d: Preparing [2023-11-15T17:10:59.303Z] 5f4d9fc4d98d: Waiting [2023-11-15T17:10:59.569Z] 0c712b587523: Pushed [2023-11-15T17:10:59.569Z] be1d87dc7fa3: Pushed [2023-11-15T17:10:59.569Z] bf96fd5e3264: Pushed [2023-11-15T17:10:59.569Z] 5f4d9fc4d98d: Layer already exists [2023-11-15T17:11:00.976Z] 3028c61fcb38: Pushed [2023-11-15T17:11:05.223Z] 6793148c56b2: Pushed [2023-11-15T17:11:05.489Z] 3238a3be2f44512a9de49c586dce83c0c67ab7c8: digest: sha256:28aa715de13d3ef4dc9c39efe616ce4e1e0435deace301d4ff4a489dcac46f12 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-15T17:11:05.836Z] + 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 [2023-11-15T17:11:06.181Z] + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:latest [2023-11-15T17:11:06.182Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64] [2023-11-15T17:11:06.182Z] 6793148c56b2: Preparing [2023-11-15T17:11:06.182Z] 0c712b587523: Preparing [2023-11-15T17:11:06.182Z] be1d87dc7fa3: Preparing [2023-11-15T17:11:06.182Z] 3028c61fcb38: Preparing [2023-11-15T17:11:06.182Z] bf96fd5e3264: Preparing [2023-11-15T17:11:06.182Z] 5f4d9fc4d98d: Preparing [2023-11-15T17:11:06.182Z] 5f4d9fc4d98d: Waiting [2023-11-15T17:11:06.182Z] 6793148c56b2: Layer already exists [2023-11-15T17:11:06.182Z] 3028c61fcb38: Layer already exists [2023-11-15T17:11:06.182Z] be1d87dc7fa3: Layer already exists [2023-11-15T17:11:06.182Z] 0c712b587523: Layer already exists [2023-11-15T17:11:06.182Z] bf96fd5e3264: Layer already exists [2023-11-15T17:11:06.182Z] 5f4d9fc4d98d: Layer already exists [2023-11-15T17:11:06.447Z] latest: digest: sha256:28aa715de13d3ef4dc9c39efe616ce4e1e0435deace301d4ff4a489dcac46f12 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-15T17:11:06.789Z] + 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 [2023-11-15T17:11:07.133Z] + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:3.1.0-dev.24 [2023-11-15T17:11:07.133Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64] [2023-11-15T17:11:07.133Z] 6793148c56b2: Preparing [2023-11-15T17:11:07.133Z] 0c712b587523: Preparing [2023-11-15T17:11:07.133Z] be1d87dc7fa3: Preparing [2023-11-15T17:11:07.133Z] 3028c61fcb38: Preparing [2023-11-15T17:11:07.133Z] bf96fd5e3264: Preparing [2023-11-15T17:11:07.133Z] 5f4d9fc4d98d: Preparing [2023-11-15T17:11:07.133Z] 3028c61fcb38: Layer already exists [2023-11-15T17:11:07.133Z] be1d87dc7fa3: Layer already exists [2023-11-15T17:11:07.133Z] bf96fd5e3264: Layer already exists [2023-11-15T17:11:07.133Z] 6793148c56b2: Layer already exists [2023-11-15T17:11:07.133Z] 0c712b587523: Layer already exists [2023-11-15T17:11:07.133Z] 5f4d9fc4d98d: Layer already exists [2023-11-15T17:11:07.399Z] 3.1.0-dev.24: digest: sha256:28aa715de13d3ef4dc9c39efe616ce4e1e0435deace301d4ff4a489dcac46f12 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-15T17:11:07.739Z] + 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 [2023-11-15T17:11:08.078Z] + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:3238a3be2f44512a9de49c586dce83c0c67ab7c8-3.1.0-dev.24 [2023-11-15T17:11:08.078Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64] [2023-11-15T17:11:08.078Z] 6793148c56b2: Preparing [2023-11-15T17:11:08.078Z] 0c712b587523: Preparing [2023-11-15T17:11:08.078Z] be1d87dc7fa3: Preparing [2023-11-15T17:11:08.078Z] 3028c61fcb38: Preparing [2023-11-15T17:11:08.078Z] bf96fd5e3264: Preparing [2023-11-15T17:11:08.078Z] 5f4d9fc4d98d: Preparing [2023-11-15T17:11:08.078Z] 5f4d9fc4d98d: Waiting [2023-11-15T17:11:08.078Z] bf96fd5e3264: Layer already exists [2023-11-15T17:11:08.078Z] 6793148c56b2: Layer already exists [2023-11-15T17:11:08.078Z] 0c712b587523: Layer already exists [2023-11-15T17:11:08.078Z] be1d87dc7fa3: Layer already exists [2023-11-15T17:11:08.078Z] 3028c61fcb38: Layer already exists [2023-11-15T17:11:08.078Z] 5f4d9fc4d98d: Layer already exists [2023-11-15T17:11:08.342Z] 3238a3be2f44512a9de49c586dce83c0c67ab7c8-3.1.0-dev.24: digest: sha256:28aa715de13d3ef4dc9c39efe616ce4e1e0435deace301d4ff4a489dcac46f12 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-15T17:11:08.694Z] + 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 [2023-11-15T17:11:09.117Z] + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:main [2023-11-15T17:11:09.117Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64] [2023-11-15T17:11:09.117Z] 6793148c56b2: Preparing [2023-11-15T17:11:09.117Z] 0c712b587523: Preparing [2023-11-15T17:11:09.117Z] be1d87dc7fa3: Preparing [2023-11-15T17:11:09.117Z] 3028c61fcb38: Preparing [2023-11-15T17:11:09.117Z] bf96fd5e3264: Preparing [2023-11-15T17:11:09.117Z] 5f4d9fc4d98d: Preparing [2023-11-15T17:11:09.117Z] 5f4d9fc4d98d: Waiting [2023-11-15T17:11:09.117Z] 6793148c56b2: Layer already exists [2023-11-15T17:11:09.117Z] 3028c61fcb38: Layer already exists [2023-11-15T17:11:09.117Z] 0c712b587523: Layer already exists [2023-11-15T17:11:09.117Z] be1d87dc7fa3: Layer already exists [2023-11-15T17:11:09.117Z] bf96fd5e3264: Layer already exists [2023-11-15T17:11:09.117Z] 5f4d9fc4d98d: Layer already exists [2023-11-15T17:11:09.381Z] main: digest: sha256:28aa715de13d3ef4dc9c39efe616ce4e1e0435deace301d4ff4a489dcac46f12 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-11-15T17:11:09.438Z] ===================================================== [Pipeline] echo [2023-11-15T17:11:09.449Z] taggedImages: [2023-11-15T17:11:09.449Z] - nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:3238a3be2f44512a9de49c586dce83c0c67ab7c8 [2023-11-15T17:11:09.449Z] - nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:latest [2023-11-15T17:11:09.449Z] - nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:3.1.0-dev.24 [2023-11-15T17:11:09.449Z] - nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:3238a3be2f44512a9de49c586dce83c0c67ab7c8-3.1.0-dev.24 [2023-11-15T17:11:09.449Z] - 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 [2023-11-15T17:11:09.827Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-11-15T17:11:09.827Z] [2023-11-15T17:11:09.827Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-15T17:11:10.154Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-11-15T17:11:13.488Z] arm64: Pulling from edgex-lftools-log-publisher [2023-11-15T17:11:13.488Z] 8998bd30e6a1: Pulling fs layer [2023-11-15T17:11:13.488Z] 04944245beec: Pulling fs layer [2023-11-15T17:11:13.488Z] 699f458cf7ca: Pulling fs layer [2023-11-15T17:11:13.488Z] 765212b225bb: Pulling fs layer [2023-11-15T17:11:13.488Z] f23df028b6ca: Pulling fs layer [2023-11-15T17:11:13.488Z] d65c8cfc05b1: Pulling fs layer [2023-11-15T17:11:13.488Z] 2437ff75d9bd: Pulling fs layer [2023-11-15T17:11:13.488Z] 765212b225bb: Waiting [2023-11-15T17:11:13.488Z] f23df028b6ca: Waiting [2023-11-15T17:11:13.488Z] d65c8cfc05b1: Waiting [2023-11-15T17:11:13.488Z] 2437ff75d9bd: Waiting [2023-11-15T17:11:13.488Z] 04944245beec: Verifying Checksum [2023-11-15T17:11:13.488Z] 04944245beec: Download complete [2023-11-15T17:11:13.488Z] 765212b225bb: Verifying Checksum [2023-11-15T17:11:13.488Z] 765212b225bb: Download complete [2023-11-15T17:11:13.488Z] f23df028b6ca: Verifying Checksum [2023-11-15T17:11:13.488Z] f23df028b6ca: Download complete [2023-11-15T17:11:13.488Z] d65c8cfc05b1: Verifying Checksum [2023-11-15T17:11:13.488Z] d65c8cfc05b1: Download complete [2023-11-15T17:11:13.757Z] 699f458cf7ca: Verifying Checksum [2023-11-15T17:11:13.757Z] 699f458cf7ca: Download complete [2023-11-15T17:11:14.024Z] 8998bd30e6a1: Verifying Checksum [2023-11-15T17:11:14.024Z] 8998bd30e6a1: Download complete [2023-11-15T17:11:16.601Z] 2437ff75d9bd: Verifying Checksum [2023-11-15T17:11:16.601Z] 2437ff75d9bd: Download complete [2023-11-15T17:11:18.538Z] 8998bd30e6a1: Pull complete [2023-11-15T17:11:18.805Z] 04944245beec: Pull complete [2023-11-15T17:11:20.214Z] 699f458cf7ca: Pull complete [2023-11-15T17:11:20.214Z] 765212b225bb: Pull complete [2023-11-15T17:11:21.177Z] f23df028b6ca: Pull complete [2023-11-15T17:11:21.177Z] d65c8cfc05b1: Pull complete [2023-11-15T17:11:39.372Z] 2437ff75d9bd: Pull complete [2023-11-15T17:11:39.373Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-11-15T17:11:39.373Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-11-15T17:11:39.373Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-15T17:11:39.585Z] prd-ubuntu20.04-docker-arm64-4c-16g-18118 does not seem to be running inside a container [2023-11-15T17:11:39.655Z] $ 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 [2023-11-15T17:11:43.752Z] $ docker top 39ee61fba100b4fd52e7095b4f086e872436bd0f8c3ef353644a7a00e02c0a6a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-11-15T17:11:44.603Z] ---> job-cost.sh [2023-11-15T17:11:44.603Z] lf-activate-venv: SKIPPING [2023-11-15T17:11:44.603Z] INFO: No Stack... [2023-11-15T17:11:45.187Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-11-15T17:11:45.772Z] INFO: Archiving Costs [Pipeline] sh [2023-11-15T17:11:46.419Z] + cat /w/workspace/device-rfid-llrp-go/132/archives/cost.csv [2023-11-15T17:11:46.419Z] + cut -d, -f6 [Pipeline] lock [2023-11-15T17:11:46.493Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-main-132-stack-cost] [2023-11-15T17:11:46.499Z] Resource [jenkins-edgexfoundry-device-rfid-llrp-go-main-132-stack-cost] did not exist. Created. [2023-11-15T17:11:46.499Z] Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-main-132-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-11-15T17:11:47.158Z] /w/workspace/device-rfid-llrp-go/132@tmp/durable-59b24271/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-11-15T17:11:47.816Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-11-15T17:11:47.840Z] Warning: overwriting stash ‘stack-cost’ [2023-11-15T17:11:47.921Z] Stashed 1 file(s) [Pipeline] } [2023-11-15T17:11:47.928Z] Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-main-132-stack-cost] [Pipeline] // lock [Pipeline] } [2023-11-15T17:11:47.944Z] $ docker stop --time=1 39ee61fba100b4fd52e7095b4f086e872436bd0f8c3ef353644a7a00e02c0a6a [2023-11-15T17:11:49.456Z] $ 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 [2023-11-15T17:11:49.919Z] provisioning config files... [2023-11-15T17:11:49.926Z] copy managed file [device-rfid-llrp-go-codecov-token] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config1149865316398333719tmp [Pipeline] { [Pipeline] sh [2023-11-15T17:11:50.218Z] + set +x [2023-11-15T17:11:50.218Z] + + curl -s https://codecov.io/bash [2023-11-15T17:11:50.218Z] bash -s -- [2023-11-15T17:11:50.218Z] [2023-11-15T17:11:50.218Z] _____ _ [2023-11-15T17:11:50.218Z] / ____| | | [2023-11-15T17:11:50.218Z] | | ___ __| | ___ ___ _____ __ [2023-11-15T17:11:50.218Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-11-15T17:11:50.218Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-11-15T17:11:50.218Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-11-15T17:11:50.218Z] Bash-1.0.6 [2023-11-15T17:11:50.218Z] [2023-11-15T17:11:50.218Z] [2023-11-15T17:11:50.218Z] ==> git version 2.25.1 found [2023-11-15T17:11:50.218Z] ==> 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 [2023-11-15T17:11:50.218Z] Release-Date: 2020-01-08 [2023-11-15T17:11:50.218Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-11-15T17:11:50.218Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-11-15T17:11:50.218Z] ==> Jenkins CI detected. [2023-11-15T17:11:50.218Z] current dir:  /w/workspace/foundry_device-rfid-llrp-go_main [2023-11-15T17:11:50.218Z] project root: . [2023-11-15T17:11:50.218Z] --> token set from env [2023-11-15T17:11:50.218Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-11-15T17:11:50.218Z] ==> Running gcov in . (disable via -X gcov) [2023-11-15T17:11:50.218Z] ==> Python coveragepy not found [2023-11-15T17:11:50.218Z] ==> Searching for coverage reports in: [2023-11-15T17:11:50.218Z] + . [2023-11-15T17:11:50.218Z] -> Found 1 reports [2023-11-15T17:11:50.218Z] ==> Detecting git/mercurial file structure [2023-11-15T17:11:50.218Z] ==> Reading reports [2023-11-15T17:11:50.218Z] + ./coverage.out bytes=459493 [2023-11-15T17:11:50.218Z] ==> Appending adjustments [2023-11-15T17:11:50.218Z] https://docs.codecov.io/docs/fixing-reports [2023-11-15T17:11:50.477Z] + Found adjustments [2023-11-15T17:11:50.735Z] ==> Gzipping contents [2023-11-15T17:11:50.735Z] 52K /tmp/codecov.q38B46.gz [2023-11-15T17:11:50.735Z] ==> Uploading reports [2023-11-15T17:11:50.735Z] url: https://codecov.io [2023-11-15T17:11:50.735Z] 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= [2023-11-15T17:11:50.735Z] -> Pinging Codecov [2023-11-15T17:11:50.735Z] 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= [2023-11-15T17:11:50.735Z] -> Uploading to [2023-11-15T17:11:50.735Z] 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 [2023-11-15T17:11:50.735Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-11-15T17:11:50.735Z] Dload Upload Total Spent Left Speed [2023-11-15T17:11:50.994Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50324 0 0 100 50324 0 180k --:--:-- --:--:-- --:--:-- 180k [2023-11-15T17:11:50.994Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rfid-llrp-go/commit/3238a3be2f44512a9de49c586dce83c0c67ab7c8 [Pipeline] } [2023-11-15T17:11:51.002Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-11-15T17:11:51.196Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-11-15T17:11:51.209Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-15T17:11:51.510Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-11-15T17:11:51.510Z] [2023-11-15T17:11:51.510Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-15T17:11:51.811Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-11-15T17:11:51.811Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-11-15T17:11:51.811Z] df9b9388f04a: Pulling fs layer [2023-11-15T17:11:51.811Z] 52dc419b0ee2: Pulling fs layer [2023-11-15T17:11:51.811Z] 25bc292e5bac: Pulling fs layer [2023-11-15T17:11:51.811Z] 114826534d7a: Pulling fs layer [2023-11-15T17:11:51.811Z] 4657fd5d0bcf: Pulling fs layer [2023-11-15T17:11:51.811Z] 6ad1cebc031e: Pulling fs layer [2023-11-15T17:11:51.811Z] 8a3aa393b2d8: Pulling fs layer [2023-11-15T17:11:51.811Z] 8a3aa393b2d8: Waiting [2023-11-15T17:11:51.811Z] 6ad1cebc031e: Waiting [2023-11-15T17:11:51.811Z] 114826534d7a: Waiting [2023-11-15T17:11:51.811Z] 4657fd5d0bcf: Waiting [2023-11-15T17:11:51.811Z] 25bc292e5bac: Verifying Checksum [2023-11-15T17:11:51.811Z] 25bc292e5bac: Download complete [2023-11-15T17:11:51.811Z] 52dc419b0ee2: Download complete [2023-11-15T17:11:51.811Z] 4657fd5d0bcf: Download complete [2023-11-15T17:11:51.811Z] df9b9388f04a: Download complete [2023-11-15T17:11:52.075Z] df9b9388f04a: Pull complete [2023-11-15T17:11:52.075Z] 6ad1cebc031e: Verifying Checksum [2023-11-15T17:11:52.075Z] 6ad1cebc031e: Download complete [2023-11-15T17:11:52.075Z] 52dc419b0ee2: Pull complete [2023-11-15T17:11:52.075Z] 25bc292e5bac: Pull complete [2023-11-15T17:11:52.645Z] 114826534d7a: Verifying Checksum [2023-11-15T17:11:52.645Z] 114826534d7a: Download complete [2023-11-15T17:11:52.645Z] 8a3aa393b2d8: Verifying Checksum [2023-11-15T17:11:52.645Z] 8a3aa393b2d8: Download complete [2023-11-15T17:11:55.928Z] 114826534d7a: Pull complete [2023-11-15T17:11:55.928Z] 4657fd5d0bcf: Pull complete [2023-11-15T17:11:56.185Z] 6ad1cebc031e: Pull complete [2023-11-15T17:11:58.714Z] 8a3aa393b2d8: Pull complete [2023-11-15T17:11:58.714Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-11-15T17:11:58.714Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-11-15T17:11:58.714Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-15T17:11:58.790Z] prd-ubuntu20.04-docker-8c-8g-18116 does not seem to be running inside a container [2023-11-15T17:11:58.826Z] $ 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 [2023-11-15T17:12:06.579Z] $ docker top c37e5df17cbe8e940f79763e330059565d4a1ea3dbf6e3c923913e7e0e04f2ca -eo pid,comm [Pipeline] { [Pipeline] echo [2023-11-15T17:12:06.647Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-rfid-llrp-go:main' [Pipeline] sh [2023-11-15T17:12:06.930Z] + set -o pipefail [2023-11-15T17:12:06.931Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-rfid-llrp-go:main' [2023-11-15T17:12:12.216Z] [2023-11-15T17:12:12.216Z] Monitoring /w/workspace/foundry_device-rfid-llrp-go_main (github.com/edgexfoundry/device-rfid-llrp-go)... [2023-11-15T17:12:12.216Z] [2023-11-15T17:12:12.216Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/51b7f931-2ad3-4a5d-a1d2-3e401f6a993d/history/4240de00-fec3-4974-b800-448128b1089e [2023-11-15T17:12:12.216Z] [2023-11-15T17:12:12.216Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-11-15T17:12:12.216Z] [2023-11-15T17:12:12.216Z] [2023-11-15T17:12:12.216Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-11-15T17:12:12.216Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-11-15T17:12:12.216Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-11-15T17:12:12.230Z] $ docker stop --time=1 c37e5df17cbe8e940f79763e330059565d4a1ea3dbf6e3c923913e7e0e04f2ca [2023-11-15T17:12:16.632Z] $ 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 [2023-11-15T17:12:17.390Z] + git log --format=format:%s -1 3238a3be2f44512a9de49c586dce83c0c67ab7c8 [Pipeline] sh [2023-11-15T17:12:17.682Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-11-15T17:12:17.682Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-15T17:12:17.981Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-11-15T17:12:17.981Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-15T17:12:18.045Z] prd-ubuntu20.04-docker-8c-8g-18116 does not seem to be running inside a container [2023-11-15T17:12:18.078Z] $ 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 [2023-11-15T17:12:18.559Z] $ docker top e053b3a148e9cea85dd395b28572a8762a44e7e40e871e36de40b9816b4f220c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-11-15T17:12:18.647Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-11-15T17:12:18.647Z] [ssh-agent] Looking for ssh-agent implementation... [2023-11-15T17:12:18.765Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-11-15T17:12:18.769Z] $ docker exec e053b3a148e9cea85dd395b28572a8762a44e7e40e871e36de40b9816b4f220c ssh-agent [2023-11-15T17:12:18.866Z] SSH_AUTH_SOCK=/tmp/ssh-eMRJfPOmiSCA/agent.33 [2023-11-15T17:12:18.866Z] SSH_AGENT_PID=39 [2023-11-15T17:12:18.869Z] Running ssh-add (command line suppressed) [2023-11-15T17:12:18.967Z] 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) [2023-11-15T17:12:18.978Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-11-15T17:12:19.263Z] + git semver tag [2023-11-15T17:12:19.522Z] 2023-11-15 17:12:19,445 [run_tag] DEBUG tag force:False [2023-11-15T17:12:19.522Z] 2023-11-15 17:12:19,445 [check_head_tag] DEBUG check head tag [2023-11-15T17:12:19.522Z] 2023-11-15 17:12:19,445 [execute] INFO git cat-file --batch-check [2023-11-15T17:12:19.522Z] 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=) [2023-11-15T17:12:19.522Z] 2023-11-15 17:12:19,449 [execute] INFO git cat-file --batch [2023-11-15T17:12:19.522Z] 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=) [2023-11-15T17:12:19.522Z] 2023-11-15 17:12:19,460 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main [2023-11-15T17:12:19.522Z] 2023-11-15 17:12:19,461 [execute] INFO git tag -a v3.1.0-dev.24 -m v3.1.0-dev.24 [2023-11-15T17:12:19.522Z] 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) [2023-11-15T17:12:19.522Z] 2023-11-15 17:12:19,467 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main [2023-11-15T17:12:19.522Z] 3.1.0-dev.24 [Pipeline] } [2023-11-15T17:12:19.533Z] $ docker exec --env ******** --env ******** e053b3a148e9cea85dd395b28572a8762a44e7e40e871e36de40b9816b4f220c ssh-agent -k [2023-11-15T17:12:19.637Z] unset SSH_AUTH_SOCK; [2023-11-15T17:12:19.638Z] unset SSH_AGENT_PID; [2023-11-15T17:12:19.638Z] echo Agent pid 39 killed; [2023-11-15T17:12:19.645Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-11-15T17:12:19.951Z] + git semver [Pipeline] } [2023-11-15T17:12:20.226Z] $ docker stop --time=1 e053b3a148e9cea85dd395b28572a8762a44e7e40e871e36de40b9816b4f220c [2023-11-15T17:12:21.512Z] $ docker rm -f --volumes e053b3a148e9cea85dd395b28572a8762a44e7e40e871e36de40b9816b4f220c [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-15T17:12:21.905Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-11-15T17:12:21.905Z] [2023-11-15T17:12:21.905Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-15T17:12:22.206Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-11-15T17:12:22.206Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-11-15T17:12:22.206Z] ab5ef0e58194: Pulling fs layer [2023-11-15T17:12:22.206Z] 9712f1f96733: Pulling fs layer [2023-11-15T17:12:22.206Z] 63f879dbbcfc: Pulling fs layer [2023-11-15T17:12:22.206Z] 0d9ebad4ef96: Pulling fs layer [2023-11-15T17:12:22.206Z] e9a5061849ea: Pulling fs layer [2023-11-15T17:12:22.206Z] d747dcd14b5f: Pulling fs layer [2023-11-15T17:12:22.206Z] 2de7ff778b66: Pulling fs layer [2023-11-15T17:12:22.206Z] 0d9ebad4ef96: Waiting [2023-11-15T17:12:22.206Z] e9a5061849ea: Waiting [2023-11-15T17:12:22.206Z] d747dcd14b5f: Waiting [2023-11-15T17:12:22.206Z] 2de7ff778b66: Waiting [2023-11-15T17:12:22.206Z] 9712f1f96733: Verifying Checksum [2023-11-15T17:12:22.206Z] 9712f1f96733: Download complete [2023-11-15T17:12:22.464Z] 63f879dbbcfc: Verifying Checksum [2023-11-15T17:12:22.464Z] 63f879dbbcfc: Download complete [2023-11-15T17:12:22.722Z] 0d9ebad4ef96: Verifying Checksum [2023-11-15T17:12:22.722Z] 0d9ebad4ef96: Download complete [2023-11-15T17:12:22.722Z] e9a5061849ea: Verifying Checksum [2023-11-15T17:12:22.722Z] e9a5061849ea: Download complete [2023-11-15T17:12:22.722Z] d747dcd14b5f: Verifying Checksum [2023-11-15T17:12:22.722Z] d747dcd14b5f: Download complete [2023-11-15T17:12:22.722Z] ab5ef0e58194: Verifying Checksum [2023-11-15T17:12:22.722Z] ab5ef0e58194: Download complete [2023-11-15T17:12:22.980Z] 2de7ff778b66: Verifying Checksum [2023-11-15T17:12:22.980Z] 2de7ff778b66: Download complete [2023-11-15T17:12:25.511Z] ab5ef0e58194: Pull complete [2023-11-15T17:12:25.511Z] 9712f1f96733: Pull complete [2023-11-15T17:12:26.078Z] 63f879dbbcfc: Pull complete [2023-11-15T17:12:30.262Z] 0d9ebad4ef96: Pull complete [2023-11-15T17:12:30.262Z] e9a5061849ea: Pull complete [2023-11-15T17:12:30.262Z] d747dcd14b5f: Pull complete [2023-11-15T17:12:31.195Z] 2de7ff778b66: Pull complete [2023-11-15T17:12:31.195Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-11-15T17:12:31.195Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-11-15T17:12:31.195Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-15T17:12:31.283Z] prd-ubuntu20.04-docker-8c-8g-18116 does not seem to be running inside a container [2023-11-15T17:12:31.313Z] $ 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 [2023-11-15T17:12:39.396Z] $ docker top db659f5a401a5f9d0e091bc6725f5ff35bc8233587c50644d734641b68d81251 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-11-15T17:12:39.459Z] provisioning config files... [2023-11-15T17:12:39.466Z] copy managed file [sigul-config] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config8282376956185825202tmp [2023-11-15T17:12:39.475Z] copy managed file [sigul-password] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config12790150007170430295tmp [2023-11-15T17:12:39.483Z] copy managed file [sigul-pki] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config9544619924559600835tmp [Pipeline] { [Pipeline] echo [2023-11-15T17:12:39.499Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-11-15T17:12:39.780Z] ---> sigul-configuration.sh [2023-11-15T17:12:39.780Z] gpg: directory `/root/.gnupg' created [2023-11-15T17:12:39.780Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-11-15T17:12:39.780Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-11-15T17:12:39.780Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-11-15T17:12:39.780Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-11-15T17:12:39.780Z] gpg: CAST5 encrypted data [2023-11-15T17:12:39.780Z] gpg: encrypted with 1 passphrase [2023-11-15T17:12:39.780Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-11-15T17:12:40.066Z] + mkdir /home/jenkins [2023-11-15T17:12:40.066Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-11-15T17:12:40.352Z] + 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 [2023-11-15T17:12:40.361Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-11-15T17:12:40.647Z] ---> sigul-install.sh [2023-11-15T17:12:40.647Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-11-15T17:12:40.944Z] + git tag --list [2023-11-15T17:12:40.944Z] v0.0.0 [2023-11-15T17:12:40.944Z] v1.0.0 [2023-11-15T17:12:40.944Z] v2.1.0 [2023-11-15T17:12:40.944Z] v2.1.1 [2023-11-15T17:12:40.944Z] v2.2.0 [2023-11-15T17:12:40.944Z] v2.3.0 [2023-11-15T17:12:40.944Z] v3.0 [2023-11-15T17:12:40.944Z] v3.0.0 [2023-11-15T17:12:40.944Z] v3.1.0-dev.1 [2023-11-15T17:12:40.944Z] v3.1.0-dev.10 [2023-11-15T17:12:40.944Z] v3.1.0-dev.11 [2023-11-15T17:12:40.944Z] v3.1.0-dev.12 [2023-11-15T17:12:40.944Z] v3.1.0-dev.13 [2023-11-15T17:12:40.944Z] v3.1.0-dev.14 [2023-11-15T17:12:40.944Z] v3.1.0-dev.15 [2023-11-15T17:12:40.944Z] v3.1.0-dev.16 [2023-11-15T17:12:40.944Z] v3.1.0-dev.17 [2023-11-15T17:12:40.944Z] v3.1.0-dev.18 [2023-11-15T17:12:40.944Z] v3.1.0-dev.19 [2023-11-15T17:12:40.944Z] v3.1.0-dev.2 [2023-11-15T17:12:40.944Z] v3.1.0-dev.20 [2023-11-15T17:12:40.944Z] v3.1.0-dev.21 [2023-11-15T17:12:40.944Z] v3.1.0-dev.22 [2023-11-15T17:12:40.944Z] v3.1.0-dev.23 [2023-11-15T17:12:40.944Z] v3.1.0-dev.24 [2023-11-15T17:12:40.944Z] v3.1.0-dev.3 [2023-11-15T17:12:40.944Z] v3.1.0-dev.4 [2023-11-15T17:12:40.944Z] v3.1.0-dev.5 [2023-11-15T17:12:40.944Z] v3.1.0-dev.6 [2023-11-15T17:12:40.944Z] v3.1.0-dev.7 [2023-11-15T17:12:40.944Z] v3.1.0-dev.8 [2023-11-15T17:12:40.944Z] v3.1.0-dev.9 [Pipeline] sh [2023-11-15T17:12:41.228Z] + lftools sign git-tag v3.1.0-dev.24 [2023-11-15T17:12:41.796Z] Signing Git tag with Sigul... [2023-11-15T17:12:41.796Z] Signing v3.1.0-dev.24 [Pipeline] echo [2023-11-15T17:12:42.066Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-11-15T17:12:42.352Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-11-15T17:12:42.360Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-11-15T17:12:42.381Z] $ docker stop --time=1 db659f5a401a5f9d0e091bc6725f5ff35bc8233587c50644d734641b68d81251 [2023-11-15T17:12:43.635Z] $ 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 [2023-11-15T17:12:44.042Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-11-15T17:12:44.042Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-15T17:12:44.342Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-11-15T17:12:44.342Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-15T17:12:44.412Z] prd-ubuntu20.04-docker-8c-8g-18116 does not seem to be running inside a container [2023-11-15T17:12:44.446Z] $ 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 [2023-11-15T17:12:44.784Z] $ docker top 140020fa25bce5ffb816c2f5b862324c364c27e53ba763a593c49edac191aadb -eo pid,comm [2023-11-15T17:12:44.830Z] 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). [2023-11-15T17:12:44.830Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-11-15T17:12:44.868Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-11-15T17:12:44.868Z] [ssh-agent] Looking for ssh-agent implementation... [2023-11-15T17:12:44.978Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-11-15T17:12:44.983Z] $ docker exec 140020fa25bce5ffb816c2f5b862324c364c27e53ba763a593c49edac191aadb ssh-agent [2023-11-15T17:12:45.089Z] SSH_AUTH_SOCK=/tmp/ssh-pXf8txBhh0Bv/agent.32 [2023-11-15T17:12:45.089Z] SSH_AGENT_PID=38 [2023-11-15T17:12:45.094Z] Running ssh-add (command line suppressed) [2023-11-15T17:12:45.191Z] 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) [2023-11-15T17:12:45.201Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-11-15T17:12:45.487Z] + git semver bump pre [2023-11-15T17:12:45.746Z] 2023-11-15 17:12:45,715 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main [2023-11-15T17:12:45.746Z] 2023-11-15 17:12:45,715 [bump_version] DEBUG bumping version:3.1.0-dev.24 on axis:pre with prefix:dev [2023-11-15T17:12:45.747Z] 2023-11-15 17:12:45,715 [bump_version] DEBUG bumped version:3.1.0-dev.25 [2023-11-15T17:12:45.747Z] 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 [2023-11-15T17:12:45.747Z] 2023-11-15 17:12:45,715 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main [2023-11-15T17:12:45.747Z] 2023-11-15 17:12:45,715 [write_file] DEBUG write to file:/w/workspace/foundry_device-rfid-llrp-go_main/.semver/main [2023-11-15T17:12:45.747Z] 2023-11-15 17:12:45,717 [execute] INFO git cat-file --batch-check [2023-11-15T17:12:45.747Z] 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=) [2023-11-15T17:12:45.747Z] 2023-11-15 17:12:45,722 [execute] INFO git cat-file --batch [2023-11-15T17:12:45.747Z] 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=) [2023-11-15T17:12:45.747Z] 2023-11-15 17:12:45,728 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main [2023-11-15T17:12:45.747Z] 3.1.0-dev.25 [Pipeline] } [2023-11-15T17:12:45.758Z] $ docker exec --env ******** --env ******** 140020fa25bce5ffb816c2f5b862324c364c27e53ba763a593c49edac191aadb ssh-agent -k [2023-11-15T17:12:45.853Z] unset SSH_AUTH_SOCK; [2023-11-15T17:12:45.854Z] unset SSH_AGENT_PID; [2023-11-15T17:12:45.854Z] echo Agent pid 38 killed; [2023-11-15T17:12:45.861Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-11-15T17:12:46.164Z] + git semver [Pipeline] } [2023-11-15T17:12:46.458Z] $ docker stop --time=1 140020fa25bce5ffb816c2f5b862324c364c27e53ba763a593c49edac191aadb [2023-11-15T17:12:47.884Z] $ docker rm -f --volumes 140020fa25bce5ffb816c2f5b862324c364c27e53ba763a593c49edac191aadb [Pipeline] // withDockerContainer [Pipeline] sh [2023-11-15T17:12:48.228Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-11-15T17:12:48.228Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-15T17:12:48.528Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-11-15T17:12:48.528Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-15T17:12:48.597Z] prd-ubuntu20.04-docker-8c-8g-18116 does not seem to be running inside a container [2023-11-15T17:12:48.636Z] $ 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 [2023-11-15T17:12:48.973Z] $ docker top d647ddcfbafb73fcaf39b72e8d0b992f2e034b7162483d8196775c8bdd37b07b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-11-15T17:12:49.064Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-11-15T17:12:49.064Z] [ssh-agent] Looking for ssh-agent implementation... [2023-11-15T17:12:49.167Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-11-15T17:12:49.172Z] $ docker exec d647ddcfbafb73fcaf39b72e8d0b992f2e034b7162483d8196775c8bdd37b07b ssh-agent [2023-11-15T17:12:49.283Z] SSH_AUTH_SOCK=/tmp/ssh-yOyK7Vl6mzCQ/agent.32 [2023-11-15T17:12:49.283Z] SSH_AGENT_PID=38 [2023-11-15T17:12:49.288Z] Running ssh-add (command line suppressed) [2023-11-15T17:12:49.379Z] 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) [2023-11-15T17:12:49.389Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-11-15T17:12:49.675Z] + git semver push [2023-11-15T17:12:49.933Z] 2023-11-15 17:12:49,851 [run_push] DEBUG push [2023-11-15T17:12:49.933Z] 2023-11-15 17:12:49,851 [execute] INFO git cat-file --batch-check [2023-11-15T17:12:49.933Z] 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=) [2023-11-15T17:12:49.933Z] 2023-11-15 17:12:49,856 [execute] INFO git rev-list 68a70c7da13f3aeb371ea738f5218abffece58c5 -- [2023-11-15T17:12:49.933Z] 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) [2023-11-15T17:12:49.933Z] 2023-11-15 17:12:49,866 [execute] INFO git fetch -v origin [2023-11-15T17:12:49.933Z] 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) [2023-11-15T17:12:50.503Z] 2023-11-15 17:12:50,440 [run_push] DEBUG no remote changes detected [2023-11-15T17:12:50.503Z] 2023-11-15 17:12:50,440 [execute] INFO git push origin semver [2023-11-15T17:12:50.503Z] 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) [2023-11-15T17:12:51.440Z] 2023-11-15 17:12:51,288 [run_push] DEBUG push all version tags [2023-11-15T17:12:51.440Z] 2023-11-15 17:12:51,289 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-11-15T17:12:51.440Z] 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) [2023-11-15T17:12:52.381Z] 2023-11-15 17:12:52,015 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main [2023-11-15T17:12:52.381Z] 3.1.0-dev.25 [Pipeline] } [2023-11-15T17:12:52.394Z] $ docker exec --env ******** --env ******** d647ddcfbafb73fcaf39b72e8d0b992f2e034b7162483d8196775c8bdd37b07b ssh-agent -k [2023-11-15T17:12:52.503Z] unset SSH_AUTH_SOCK; [2023-11-15T17:12:52.503Z] unset SSH_AGENT_PID; [2023-11-15T17:12:52.503Z] echo Agent pid 38 killed; [2023-11-15T17:12:52.520Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-11-15T17:12:52.825Z] + git semver [Pipeline] } [2023-11-15T17:12:53.098Z] $ docker stop --time=1 d647ddcfbafb73fcaf39b72e8d0b992f2e034b7162483d8196775c8bdd37b07b [2023-11-15T17:12:54.385Z] $ 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 [2023-11-15T17:12:54.970Z] + [ -d /w/workspace/foundry_device-rfid-llrp-go_main/archives ] [2023-11-15T17:12:54.970Z] + ls -al /w/workspace/foundry_device-rfid-llrp-go_main/archives [2023-11-15T17:12:54.970Z] total 16 [2023-11-15T17:12:54.970Z] drwxr-xr-x 3 root root 4096 Nov 15 17:02 . [2023-11-15T17:12:54.970Z] drwxrwxr-x 11 jenkins jenkins 4096 Nov 15 17:12 .. [2023-11-15T17:12:54.970Z] drwxr-xr-x 2 root root 4096 Nov 15 17:02 cost [2023-11-15T17:12:54.970Z] -rw-r--r-- 1 root root 91 Nov 15 17:02 cost.csv [2023-11-15T17:12:54.970Z] + sudo chown -R jenkins:jenkins /w/workspace/foundry_device-rfid-llrp-go_main/archives [2023-11-15T17:12:54.970Z] + ls -al /w/workspace/foundry_device-rfid-llrp-go_main/archives [2023-11-15T17:12:54.970Z] total 16 [2023-11-15T17:12:54.970Z] drwxr-xr-x 3 jenkins jenkins 4096 Nov 15 17:02 . [2023-11-15T17:12:54.970Z] drwxrwxr-x 11 jenkins jenkins 4096 Nov 15 17:12 .. [2023-11-15T17:12:54.970Z] drwxr-xr-x 2 jenkins jenkins 4096 Nov 15 17:02 cost [2023-11-15T17:12:54.970Z] -rw-r--r-- 1 jenkins jenkins 91 Nov 15 17:02 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-11-15T17:12:55.262Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-11-15T17:12:56.126Z] ---> package-listing.sh [2023-11-15T17:12:56.126Z] ++ facter osfamily [2023-11-15T17:12:56.126Z] ++ tr '[:upper:]' '[:lower:]' [2023-11-15T17:12:56.387Z] + OS_FAMILY=debian [2023-11-15T17:12:56.387Z] + workspace=/w/workspace/foundry_device-rfid-llrp-go_main [2023-11-15T17:12:56.387Z] + START_PACKAGES=/tmp/packages_start.txt [2023-11-15T17:12:56.387Z] + END_PACKAGES=/tmp/packages_end.txt [2023-11-15T17:12:56.387Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-11-15T17:12:56.387Z] + PACKAGES=/tmp/packages_start.txt [2023-11-15T17:12:56.387Z] + '[' /w/workspace/foundry_device-rfid-llrp-go_main ']' [2023-11-15T17:12:56.387Z] + PACKAGES=/tmp/packages_end.txt [2023-11-15T17:12:56.387Z] + case "${OS_FAMILY}" in [2023-11-15T17:12:56.387Z] + dpkg -l [2023-11-15T17:12:56.387Z] + grep '^ii' [2023-11-15T17:12:56.387Z] + '[' -f /tmp/packages_start.txt ']' [2023-11-15T17:12:56.387Z] + '[' -f /tmp/packages_end.txt ']' [2023-11-15T17:12:56.387Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-11-15T17:12:56.387Z] + '[' /w/workspace/foundry_device-rfid-llrp-go_main ']' [2023-11-15T17:12:56.387Z] + mkdir -p /w/workspace/foundry_device-rfid-llrp-go_main/archives/ [2023-11-15T17:12:56.387Z] + 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 [2023-11-15T17:12:56.399Z] 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 [2023-11-15T17:12:56.674Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-15T17:12:57.231Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-11-15T17:12:57.231Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-15T17:12:57.340Z] prd-ubuntu20.04-docker-8c-8g-18116 does not seem to be running inside a container [2023-11-15T17:12:57.388Z] $ 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 [2023-11-15T17:12:57.606Z] $ docker top ef2421f6dff5fca0b02b863cee5f965ae394eb643707a5883ca37d623dc04633 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-11-15T17:12:57.962Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-11-15T17:12:58.257Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-11-15T17:12:58.542Z] + ls /var/log/sa-host [2023-11-15T17:12:58.542Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-11-15T17:12:58.614Z] provisioning config files... [2023-11-15T17:12:58.622Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config13973582656549018728tmp [Pipeline] { [Pipeline] echo [2023-11-15T17:12:58.639Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-11-15T17:12:58.924Z] ---> create-netrc.sh [Pipeline] } [2023-11-15T17:12:58.932Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-11-15T17:12:59.254Z] ---> python-tools-install.sh [Pipeline] echo [2023-11-15T17:12:59.263Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-11-15T17:12:59.549Z] ---> sudo-logs.sh [2023-11-15T17:12:59.549Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-11-15T17:12:59.572Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-11-15T17:12:59.853Z] ---> job-cost.sh [2023-11-15T17:12:59.853Z] lf-activate-venv: SKIPPING [2023-11-15T17:12:59.853Z] DEBUG: total: 0.2199999988079071 [2023-11-15T17:12:59.853Z] INFO: Retrieving Stack Cost... [2023-11-15T17:13:00.113Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-11-15T17:13:00.682Z] INFO: Archiving Costs [Pipeline] echo [2023-11-15T17:13:00.695Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-11-15T17:13:00.981Z] ---> logs-deploy.sh [2023-11-15T17:13:00.981Z] lf-activate-venv: SKIPPING [2023-11-15T17:13:00.981Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rfid-llrp-go/main/132 [2023-11-15T17:13:00.981Z] INFO: archiving workspace using pattern(s): [2023-11-15T17:13:01.917Z] Archives upload complete. [2023-11-15T17:13:01.917Z] INFO: archiving logs to Nexus