Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 878a6e6074138d8920890418877c0dc328ed9919 Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh1679335431279512814.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision e143027787c0ac28563f7e92b6cefc600d3b7107 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh14218200250052937112.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision e143027787c0ac28563f7e92b6cefc600d3b7107 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rfid-llrp-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rfid-llrp-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13357944424576378528.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision e143027787c0ac28563f7e92b6cefc600d3b7107 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f e143027787c0ac28563f7e92b6cefc600d3b7107 # timeout=10 Commit message: "Merge pull request #442 from ernestojeda/golang-1.21" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh15383637118835789828.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rfid-llrp-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rfid-llrp-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh11804570301816098367.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-rfid-llrp-go, buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-rfid-llrp-go-settings PROJECT: device-rfid-llrp-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.21 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-rfid-llrp DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-9504 in /w/workspace/foundry_device-rfid-llrp-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-rfid-llrp-go.git > git init /w/workspace/foundry_device-rfid-llrp-go_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 878a6e6074138d8920890418877c0dc328ed9919 (main) Commit message: "Merge pull request #260 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v3-3.1.0-dev.35" > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 878a6e6074138d8920890418877c0dc328ed9919 # timeout=10 > git rev-list --no-walk 49b23cd757709314b75e6b697209f3b198e2a4ed # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-10-18T11:27:43.553Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-10-18T11:27:43.627Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-10-18T11:27:43.645Z] ========================================================= [2023-10-18T11:27:43.645Z] EdgeX Global Pipelines Version Info [2023-10-18T11:27:43.645Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-10-18T11:27:44.353Z] ------------------- [2023-10-18T11:27:44.353Z] stable info: [2023-10-18T11:27:44.353Z] ------------------- [2023-10-18T11:27:44.353Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-10-18T11:27:44.353Z] Commit SHA: e143027787c0ac28563f7e92b6cefc600d3b7107 [2023-10-18T11:27:44.353Z] Message: update stable to v1.0.254 [2023-10-18T11:27:44.922Z] ------------------- [2023-10-18T11:27:44.922Z] experimental info: [2023-10-18T11:27:44.922Z] ------------------- [2023-10-18T11:27:44.922Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-10-18T11:27:44.922Z] Commit SHA: e143027787c0ac28563f7e92b6cefc600d3b7107 [2023-10-18T11:27:44.922Z] Message: update experimental to v1.0.254 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-10-18T11:27:45.105Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rfid-llrp-go-settings [Pipeline] echo [2023-10-18T11:27:45.116Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rfid-llrp-go [Pipeline] echo [2023-10-18T11:27:45.127Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-10-18T11:27:45.140Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-10-18T11:27:45.153Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-10-18T11:27:45.167Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2023-10-18T11:27:45.179Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-10-18T11:27:45.192Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-10-18T11:27:45.203Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-10-18T11:27:45.213Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-10-18T11:27:45.225Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-10-18T11:27:45.237Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rfid-llrp [Pipeline] echo [2023-10-18T11:27:45.254Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-10-18T11:27:45.265Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-10-18T11:27:45.281Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-10-18T11:27:45.299Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-10-18T11:27:45.312Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-10-18T11:27:45.324Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-10-18T11:27:45.338Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-10-18T11:27:45.356Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-10-18T11:27:45.372Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-10-18T11:27:45.384Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-10-18T11:27:45.403Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-10-18T11:27:45.419Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-10-18T11:27:45.436Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-10-18T11:27:45.451Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-10-18T11:27:45.462Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-10-18T11:27:45.480Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-10-18T11:27:45.494Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-10-18T11:27:45.505Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-10-18T11:27:45.518Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 878a6e6074138d8920890418877c0dc328ed9919 [Pipeline] echo [2023-10-18T11:27:45.533Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 878a6e6 [Pipeline] echo [2023-10-18T11:27:45.545Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-10-18T11:27:45.591Z] provisioning config files... [2023-10-18T11:27:45.613Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config12198182389029142618tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-10-18T11:27:45.918Z] ---> docker-login.sh [2023-10-18T11:27:45.918Z] nexus3.edgexfoundry.org:10001 [2023-10-18T11:27:46.178Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-18T11:27:46.178Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-18T11:27:46.178Z] Configure a credential helper to remove this warning. See [2023-10-18T11:27:46.178Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-18T11:27:46.178Z] [2023-10-18T11:27:46.178Z] Login Succeeded [2023-10-18T11:27:46.178Z] nexus3.edgexfoundry.org:10002 [2023-10-18T11:27:46.437Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-18T11:27:46.437Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-18T11:27:46.437Z] Configure a credential helper to remove this warning. See [2023-10-18T11:27:46.437Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-18T11:27:46.437Z] [2023-10-18T11:27:46.437Z] Login Succeeded [2023-10-18T11:27:46.437Z] nexus3.edgexfoundry.org:10003 [2023-10-18T11:27:46.437Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-18T11:27:46.437Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-18T11:27:46.437Z] Configure a credential helper to remove this warning. See [2023-10-18T11:27:46.437Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-18T11:27:46.437Z] [2023-10-18T11:27:46.437Z] Login Succeeded [2023-10-18T11:27:46.437Z] nexus3.edgexfoundry.org:10004 [2023-10-18T11:27:46.714Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-18T11:27:46.714Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-18T11:27:46.714Z] Configure a credential helper to remove this warning. See [2023-10-18T11:27:46.714Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-18T11:27:46.714Z] [2023-10-18T11:27:46.714Z] Login Succeeded [2023-10-18T11:27:46.714Z] docker.io [2023-10-18T11:27:46.714Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-18T11:27:46.992Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-18T11:27:46.992Z] Configure a credential helper to remove this warning. See [2023-10-18T11:27:46.992Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-18T11:27:46.992Z] [2023-10-18T11:27:46.992Z] Login Succeeded [2023-10-18T11:27:46.992Z] ---> docker-login.sh ends [Pipeline] } [2023-10-18T11:27:47.000Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-10-18T11:27:47.355Z] + git rev-list -1 --merges 878a6e6074138d8920890418877c0dc328ed9919~1..878a6e6074138d8920890418877c0dc328ed9919 [Pipeline] echo [2023-10-18T11:27:47.402Z] -----------> git rev-list -1 --merges 878a6e6074138d8920890418877c0dc328ed9919~1..878a6e6074138d8920890418877c0dc328ed9919 878a6e6074138d8920890418877c0dc328ed9919 [2023-10-18T11:27:47.402Z] 878a6e6074138d8920890418877c0dc328ed9919 [false] [Pipeline] sh [2023-10-18T11:27:47.698Z] + git log --format=format:%s -1 878a6e6074138d8920890418877c0dc328ed9919 [Pipeline] echo [2023-10-18T11:27:47.732Z] ========================================================= [2023-10-18T11:27:47.732Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-10-18T11:27:47.732Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-10-18T11:27:48.051Z] + git log --format=format:%s -1 878a6e6074138d8920890418877c0dc328ed9919 [Pipeline] echo [2023-10-18T11:27:48.060Z] [semverPrep] GIT_COMMIT: 878a6e6074138d8920890418877c0dc328ed9919, Commit Message: Merge pull request #260 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v3-3.1.0-dev.35 [Pipeline] echo [2023-10-18T11:27:48.068Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-10-18T11:27:48.434Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-10-18T11:27:48.434Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-10-18T11:27:48.434Z] + [ -e /tmp/ssh_known_hosts ] [2023-10-18T11:27:48.434Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-10-18T11:27:48.434Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-10-18T11:27:48.434Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-10-18T11:27:48.434Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-18T11:27:48.856Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-10-18T11:27:48.856Z] [2023-10-18T11:27:48.856Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-18T11:27:49.176Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-10-18T11:27:49.176Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-10-18T11:27:49.176Z] b85a868b505f: Pulling fs layer [2023-10-18T11:27:49.176Z] e2be974225ed: Pulling fs layer [2023-10-18T11:27:49.176Z] 339a4e72a1f5: Pulling fs layer [2023-10-18T11:27:49.176Z] 988bab9f4d93: Pulling fs layer [2023-10-18T11:27:49.176Z] 1469e6f7b9e6: Pulling fs layer [2023-10-18T11:27:49.176Z] eaf3925da568: Pulling fs layer [2023-10-18T11:27:49.176Z] bab4dde63d76: Pulling fs layer [2023-10-18T11:27:49.176Z] bde34c3a00c8: Pulling fs layer [2023-10-18T11:27:49.176Z] b352a97aabf1: Pulling fs layer [2023-10-18T11:27:49.176Z] 988bab9f4d93: Waiting [2023-10-18T11:27:49.176Z] 1469e6f7b9e6: Waiting [2023-10-18T11:27:49.176Z] eaf3925da568: Waiting [2023-10-18T11:27:49.176Z] 4872d77fe225: Pulling fs layer [2023-10-18T11:27:49.176Z] 5851b861e8e6: Pulling fs layer [2023-10-18T11:27:49.176Z] bab4dde63d76: Waiting [2023-10-18T11:27:49.176Z] 4872d77fe225: Waiting [2023-10-18T11:27:49.176Z] b352a97aabf1: Waiting [2023-10-18T11:27:49.176Z] e2be974225ed: Verifying Checksum [2023-10-18T11:27:49.176Z] e2be974225ed: Download complete [2023-10-18T11:27:49.176Z] 988bab9f4d93: Verifying Checksum [2023-10-18T11:27:49.176Z] 988bab9f4d93: Download complete [2023-10-18T11:27:49.176Z] 1469e6f7b9e6: Verifying Checksum [2023-10-18T11:27:49.176Z] 1469e6f7b9e6: Download complete [2023-10-18T11:27:49.176Z] eaf3925da568: Verifying Checksum [2023-10-18T11:27:49.176Z] eaf3925da568: Download complete [2023-10-18T11:27:49.435Z] 339a4e72a1f5: Download complete [2023-10-18T11:27:49.435Z] bde34c3a00c8: Download complete [2023-10-18T11:27:49.435Z] b352a97aabf1: Download complete [2023-10-18T11:27:49.435Z] 4872d77fe225: Verifying Checksum [2023-10-18T11:27:49.435Z] 4872d77fe225: Download complete [2023-10-18T11:27:49.435Z] 5851b861e8e6: Download complete [2023-10-18T11:27:49.435Z] b85a868b505f: Verifying Checksum [2023-10-18T11:27:49.435Z] b85a868b505f: Download complete [2023-10-18T11:27:49.693Z] bab4dde63d76: Verifying Checksum [2023-10-18T11:27:49.693Z] bab4dde63d76: Download complete [2023-10-18T11:27:50.629Z] b85a868b505f: Pull complete [2023-10-18T11:27:50.889Z] e2be974225ed: Pull complete [2023-10-18T11:27:51.458Z] 339a4e72a1f5: Pull complete [2023-10-18T11:27:51.458Z] 988bab9f4d93: Pull complete [2023-10-18T11:27:51.718Z] 1469e6f7b9e6: Pull complete [2023-10-18T11:27:51.718Z] eaf3925da568: Pull complete [2023-10-18T11:27:53.621Z] bab4dde63d76: Pull complete [2023-10-18T11:27:53.621Z] bde34c3a00c8: Pull complete [2023-10-18T11:27:53.880Z] b352a97aabf1: Pull complete [2023-10-18T11:27:54.141Z] 4872d77fe225: Pull complete [2023-10-18T11:27:54.141Z] 5851b861e8e6: Pull complete [2023-10-18T11:27:54.141Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-10-18T11:27:54.141Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-10-18T11:27:54.141Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-10-18T11:27:54.241Z] prd-ubuntu20.04-docker-8c-8g-9504 does not seem to be running inside a container [2023-10-18T11:27:54.280Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-rfid-llrp-go_main -v /w/workspace/foundry_device-rfid-llrp-go_main:/w/workspace/foundry_device-rfid-llrp-go_main:rw,z -v /w/workspace/foundry_device-rfid-llrp-go_main@tmp:/w/workspace/foundry_device-rfid-llrp-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-10-18T11:27:57.357Z] $ docker top 5c782ba01faa97719e50291eb8232a4e3d6feeeb972b99958337038106d2a567 -eo pid,comm [2023-10-18T11:27:57.418Z] 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-10-18T11:27:57.418Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-10-18T11:27:57.447Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-10-18T11:27:57.447Z] [ssh-agent] Looking for ssh-agent implementation... [2023-10-18T11:27:57.573Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-10-18T11:27:57.579Z] $ docker exec 5c782ba01faa97719e50291eb8232a4e3d6feeeb972b99958337038106d2a567 ssh-agent [2023-10-18T11:27:57.686Z] SSH_AUTH_SOCK=/tmp/ssh-4c1hv2QTreWo/agent.33 [2023-10-18T11:27:57.686Z] SSH_AGENT_PID=39 [2023-10-18T11:27:57.694Z] Running ssh-add (command line suppressed) [2023-10-18T11:27:57.809Z] Identity added: /w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_5665499304777528212.key (/w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_5665499304777528212.key) [2023-10-18T11:27:57.820Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-10-18T11:27:58.113Z] + git tag --points-at HEAD [Pipeline] } [2023-10-18T11:27:58.136Z] $ docker exec --env ******** --env ******** 5c782ba01faa97719e50291eb8232a4e3d6feeeb972b99958337038106d2a567 ssh-agent -k [2023-10-18T11:27:58.240Z] unset SSH_AUTH_SOCK; [2023-10-18T11:27:58.241Z] unset SSH_AGENT_PID; [2023-10-18T11:27:58.241Z] echo Agent pid 39 killed; [2023-10-18T11:27:58.253Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-10-18T11:27:58.279Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-10-18T11:27:58.279Z] [ssh-agent] Looking for ssh-agent implementation... [2023-10-18T11:27:58.387Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-10-18T11:27:58.393Z] $ docker exec 5c782ba01faa97719e50291eb8232a4e3d6feeeb972b99958337038106d2a567 ssh-agent [2023-10-18T11:27:58.504Z] SSH_AUTH_SOCK=/tmp/ssh-p1vWFHcmdh4V/agent.71 [2023-10-18T11:27:58.504Z] SSH_AGENT_PID=77 [2023-10-18T11:27:58.509Z] Running ssh-add (command line suppressed) [2023-10-18T11:27:58.626Z] Identity added: /w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_10303899584611265658.key (/w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_10303899584611265658.key) [2023-10-18T11:27:58.640Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-10-18T11:27:58.934Z] + git semver init [2023-10-18T11:27:59.195Z] 2023-10-18 11:27:59,100 [run_init] DEBUG init version:0.0.0 force:False [2023-10-18T11:27:59.195Z] 2023-10-18 11:27:59,101 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/foundry_device-rfid-llrp-go_main/.semver [2023-10-18T11:27:59.195Z] 2023-10-18 11:27:59,101 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rfid-llrp-go.git /w/workspace/foundry_device-rfid-llrp-go_main/.semver [2023-10-18T11:27:59.195Z] 2023-10-18 11:27:59,102 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-rfid-llrp-go.git', '/w/workspace/foundry_device-rfid-llrp-go_main/.semver'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main, universal_newlines=False, shell=None, istream=None) [2023-10-18T11:28:00.133Z] 2023-10-18 11:27:59,950 [append_file] DEBUG append to file:/w/workspace/foundry_device-rfid-llrp-go_main/.git/info/exclude [2023-10-18T11:28:00.133Z] 2023-10-18 11:27:59,950 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/foundry_device-rfid-llrp-go_main/.semver/main with force:False [2023-10-18T11:28:00.133Z] 2023-10-18 11:27:59,950 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main [2023-10-18T11:28:00.133Z] 2023-10-18 11:27:59,951 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main [2023-10-18T11:28:00.133Z] 3.1.0-dev.16 [Pipeline] } [2023-10-18T11:28:00.146Z] $ docker exec --env ******** --env ******** 5c782ba01faa97719e50291eb8232a4e3d6feeeb972b99958337038106d2a567 ssh-agent -k [2023-10-18T11:28:00.251Z] unset SSH_AUTH_SOCK; [2023-10-18T11:28:00.251Z] unset SSH_AGENT_PID; [2023-10-18T11:28:00.251Z] echo Agent pid 77 killed; [2023-10-18T11:28:00.261Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-10-18T11:28:00.563Z] + git semver [Pipeline] } [2023-10-18T11:28:00.838Z] $ docker stop --time=1 5c782ba01faa97719e50291eb8232a4e3d6feeeb972b99958337038106d2a567 [2023-10-18T11:28:02.131Z] $ docker rm -f --volumes 5c782ba01faa97719e50291eb8232a4e3d6feeeb972b99958337038106d2a567 [Pipeline] // withDockerContainer [Pipeline] sh [2023-10-18T11:28:02.464Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-10-18T11:28:02.669Z] Stashed 1 file(s) [Pipeline] echo [2023-10-18T11:28:02.672Z] [edgeXSemver]: initialized semver on version 3.1.0-dev.16 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-10-18T11:28:02.825Z] provisioning config files... [2023-10-18T11:28:02.834Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config1488253259055942094tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-10-18T11:28:03.133Z] ---> docker-login.sh [2023-10-18T11:28:03.134Z] nexus3.edgexfoundry.org:10001 [2023-10-18T11:28:03.134Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-18T11:28:03.134Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-18T11:28:03.134Z] Configure a credential helper to remove this warning. See [2023-10-18T11:28:03.134Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-18T11:28:03.134Z] [2023-10-18T11:28:03.134Z] Login Succeeded [2023-10-18T11:28:03.134Z] nexus3.edgexfoundry.org:10002 [2023-10-18T11:28:03.134Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-18T11:28:03.134Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-18T11:28:03.134Z] Configure a credential helper to remove this warning. See [2023-10-18T11:28:03.134Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-18T11:28:03.134Z] [2023-10-18T11:28:03.134Z] Login Succeeded [2023-10-18T11:28:03.134Z] nexus3.edgexfoundry.org:10003 [2023-10-18T11:28:03.394Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-18T11:28:03.394Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-18T11:28:03.394Z] Configure a credential helper to remove this warning. See [2023-10-18T11:28:03.394Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-18T11:28:03.394Z] [2023-10-18T11:28:03.394Z] Login Succeeded [2023-10-18T11:28:03.394Z] nexus3.edgexfoundry.org:10004 [2023-10-18T11:28:03.394Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-18T11:28:03.394Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-18T11:28:03.394Z] Configure a credential helper to remove this warning. See [2023-10-18T11:28:03.394Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-18T11:28:03.394Z] [2023-10-18T11:28:03.394Z] Login Succeeded [2023-10-18T11:28:03.394Z] docker.io [2023-10-18T11:28:03.653Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-18T11:28:03.916Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-18T11:28:03.916Z] Configure a credential helper to remove this warning. See [2023-10-18T11:28:03.916Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-18T11:28:03.916Z] [2023-10-18T11:28:03.916Z] Login Succeeded [2023-10-18T11:28:03.916Z] ---> docker-login.sh ends [Pipeline] } [2023-10-18T11:28:03.922Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-10-18T11:28:03.983Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-10-18T11:28:03.995Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-10-18T11:28:04.001Z] ========================================================= [2023-10-18T11:28:04.001Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2023-10-18T11:28:04.001Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-18T11:28:04.306Z] + 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-10-18T11:28:04.306Z] Sending build context to Docker daemon 4.365MB [2023-10-18T11:28:04.306Z] Step 1/12 : ARG BASE=golang:1.21-alpine3.18 [2023-10-18T11:28:04.306Z] Step 2/12 : FROM ${BASE} AS builder [2023-10-18T11:28:04.306Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2023-10-18T11:28:04.306Z] 7264a8db6415: Pulling fs layer [2023-10-18T11:28:04.306Z] c4d48a809fc2: Pulling fs layer [2023-10-18T11:28:04.306Z] 4f1c88b9dad5: Pulling fs layer [2023-10-18T11:28:04.306Z] ad3a456e5733: Pulling fs layer [2023-10-18T11:28:04.306Z] 33e27b845d1e: Pulling fs layer [2023-10-18T11:28:04.306Z] c68163c4e522: Pulling fs layer [2023-10-18T11:28:04.306Z] 50da416c3ac9: Pulling fs layer [2023-10-18T11:28:04.306Z] 23d2d4c4bb30: Pulling fs layer [2023-10-18T11:28:04.306Z] 33e27b845d1e: Waiting [2023-10-18T11:28:04.306Z] ad3a456e5733: Waiting [2023-10-18T11:28:04.306Z] 50da416c3ac9: Waiting [2023-10-18T11:28:04.306Z] c68163c4e522: Waiting [2023-10-18T11:28:04.306Z] c4d48a809fc2: Verifying Checksum [2023-10-18T11:28:04.306Z] c4d48a809fc2: Download complete [2023-10-18T11:28:04.306Z] ad3a456e5733: Verifying Checksum [2023-10-18T11:28:04.306Z] ad3a456e5733: Download complete [2023-10-18T11:28:04.306Z] 33e27b845d1e: Download complete [2023-10-18T11:28:04.568Z] 7264a8db6415: Verifying Checksum [2023-10-18T11:28:04.568Z] 7264a8db6415: Download complete [2023-10-18T11:28:04.568Z] c68163c4e522: Verifying Checksum [2023-10-18T11:28:04.568Z] c68163c4e522: Download complete [2023-10-18T11:28:04.568Z] 7264a8db6415: Pull complete [2023-10-18T11:28:04.828Z] 23d2d4c4bb30: Verifying Checksum [2023-10-18T11:28:04.828Z] 23d2d4c4bb30: Download complete [2023-10-18T11:28:04.828Z] c4d48a809fc2: Pull complete [2023-10-18T11:28:04.828Z] 4f1c88b9dad5: Verifying Checksum [2023-10-18T11:28:04.828Z] 4f1c88b9dad5: Download complete [2023-10-18T11:28:05.089Z] 50da416c3ac9: Verifying Checksum [2023-10-18T11:28:05.089Z] 50da416c3ac9: Download complete [2023-10-18T11:28:08.378Z] 4f1c88b9dad5: Pull complete [2023-10-18T11:28:08.378Z] ad3a456e5733: Pull complete [2023-10-18T11:28:08.637Z] 33e27b845d1e: Pull complete [2023-10-18T11:28:08.637Z] c68163c4e522: Pull complete [2023-10-18T11:28:11.177Z] 50da416c3ac9: Pull complete [2023-10-18T11:28:11.746Z] 23d2d4c4bb30: Pull complete [2023-10-18T11:28:11.746Z] Digest: sha256:869f8081a9cc57a47d9be3c92245bb8518e7edea9beab93563b77b0fbed5fa8c [2023-10-18T11:28:11.746Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2023-10-18T11:28:11.746Z] ---> 0786185ac409 [2023-10-18T11:28:11.746Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-10-18T11:28:15.954Z] ---> Running in 3fde9fa15bef [2023-10-18T11:28:15.954Z] Removing intermediate container 3fde9fa15bef [2023-10-18T11:28:15.954Z] ---> d3617443b061 [2023-10-18T11:28:15.954Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-10-18T11:28:15.954Z] ---> Running in 41cdfb8abf50 [2023-10-18T11:28:15.954Z] Removing intermediate container 41cdfb8abf50 [2023-10-18T11:28:15.954Z] ---> cc9e5f2673b5 [2023-10-18T11:28:15.954Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git" [2023-10-18T11:28:15.954Z] ---> Running in 5bcb0745a07b [2023-10-18T11:28:15.954Z] Removing intermediate container 5bcb0745a07b [2023-10-18T11:28:15.954Z] ---> 82cc0af033c7 [2023-10-18T11:28:15.954Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-10-18T11:28:15.954Z] ---> Running in c5518e5e65e4 [2023-10-18T11:28:16.214Z] Removing intermediate container c5518e5e65e4 [2023-10-18T11:28:16.214Z] ---> 2186027a7e3e [2023-10-18T11:28:16.214Z] Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-10-18T11:28:16.214Z] ---> Running in 6c680dace8b9 [2023-10-18T11:28:16.473Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-10-18T11:28:16.732Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-10-18T11:28:16.991Z] OK: 264 MiB in 52 packages [2023-10-18T11:28:17.251Z] Removing intermediate container 6c680dace8b9 [2023-10-18T11:28:17.251Z] ---> 0b094d3d808e [2023-10-18T11:28:17.251Z] Step 8/12 : WORKDIR /app [2023-10-18T11:28:17.251Z] ---> Running in ea913a53cb1c [2023-10-18T11:28:17.251Z] Removing intermediate container ea913a53cb1c [2023-10-18T11:28:17.251Z] ---> faac76af3416 [2023-10-18T11:28:17.251Z] Step 9/12 : COPY go.mod vendor* ./ [2023-10-18T11:28:17.509Z] ---> fc5b7aec177a [2023-10-18T11:28:17.509Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-10-18T11:28:17.509Z] ---> Running in 61f6897bfd0b [2023-10-18T11:28:17.783Z] Still waiting to schedule task [2023-10-18T11:28:17.783Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-10-18T11:29:13.755Z] Removing intermediate container 61f6897bfd0b [2023-10-18T11:29:13.755Z] ---> 77f5dc1768ae [2023-10-18T11:29:13.755Z] Step 11/12 : COPY . . [2023-10-18T11:29:13.755Z] ---> 7c2bbc03531c [2023-10-18T11:29:13.755Z] Step 12/12 : RUN $MAKE [2023-10-18T11:29:13.755Z] ---> Running in 5b8a30f693bd [2023-10-18T11:29:13.755Z] noop [2023-10-18T11:29:13.755Z] Removing intermediate container 5b8a30f693bd [2023-10-18T11:29:13.755Z] ---> 376dac0f4e94 [2023-10-18T11:29:13.755Z] Successfully built 376dac0f4e94 [2023-10-18T11:29:13.755Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-18T11:29:14.066Z] + docker inspect -f . ci-base-image-x86_64 [2023-10-18T11:29:14.066Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-10-18T11:29:14.136Z] prd-ubuntu20.04-docker-8c-8g-9504 does not seem to be running inside a container [2023-10-18T11:29:14.179Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-rfid-llrp-go_main -v /w/workspace/foundry_device-rfid-llrp-go_main:/w/workspace/foundry_device-rfid-llrp-go_main:rw,z -v /w/workspace/foundry_device-rfid-llrp-go_main@tmp:/w/workspace/foundry_device-rfid-llrp-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-10-18T11:29:14.512Z] $ docker top d035e852450b41c98be1a18a97969503e31b3b31ebb179ba8d61f53f65002775 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-10-18T11:29:14.848Z] + go version [2023-10-18T11:29:14.848Z] go version go1.21.0 linux/amd64 [Pipeline] } [2023-10-18T11:29:14.863Z] $ docker stop --time=1 d035e852450b41c98be1a18a97969503e31b3b31ebb179ba8d61f53f65002775 [2023-10-18T11:29:16.119Z] $ docker rm -f --volumes d035e852450b41c98be1a18a97969503e31b3b31ebb179ba8d61f53f65002775 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-18T11:29:16.522Z] + docker inspect -f . ci-base-image-x86_64 [2023-10-18T11:29:16.523Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-10-18T11:29:16.593Z] prd-ubuntu20.04-docker-8c-8g-9504 does not seem to be running inside a container [2023-10-18T11:29:16.628Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/foundry_device-rfid-llrp-go_main -v /w/workspace/foundry_device-rfid-llrp-go_main:/w/workspace/foundry_device-rfid-llrp-go_main:rw,z -v /w/workspace/foundry_device-rfid-llrp-go_main@tmp:/w/workspace/foundry_device-rfid-llrp-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-10-18T11:29:16.974Z] $ docker top 59f660bb96731a6e4edd1de305d5f03301a5e35b980ab0521b02a889cf6e4be6 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-10-18T11:29:17.312Z] + git config --global --add safe.directory /w/workspace/foundry_device-rfid-llrp-go_main [Pipeline] fileExists [Pipeline] sh [2023-10-18T11:29:17.610Z] + make test [2023-10-18T11:29:17.610Z] go test ./... -coverprofile=coverage.out ./... [2023-10-18T11:29:18.984Z] ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] [2023-10-18T11:29:31.178Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd [no test files] [2023-10-18T11:29:31.178Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd/llrp [no test files] [2023-10-18T11:29:33.710Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/driver 4.420s coverage: 40.6% of statements [2023-10-18T11:29:33.710Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.249s coverage: 51.9% of statements [2023-10-18T11:29:33.710Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.011s coverage: 96.4% of statements [2023-10-18T11:29:48.574Z] go vet ./... [2023-10-18T11:29:51.859Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-10-18T11:29:51.859Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-10-18T11:29:51.859Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-10-18T11:29:51.874Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-10-18T11:29:51.898Z] $ docker stop --time=1 59f660bb96731a6e4edd1de305d5f03301a5e35b980ab0521b02a889cf6e4be6 [2023-10-18T11:29:55.136Z] $ docker rm -f --volumes 59f660bb96731a6e4edd1de305d5f03301a5e35b980ab0521b02a889cf6e4be6 [Pipeline] // withDockerContainer [Pipeline] sh [2023-10-18T11:29:55.627Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-10-18T11:29:55.721Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-10-18T11:29:56.250Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-10-18T11:29:56.534Z] + ls -al . [2023-10-18T11:29:56.534Z] total 644 [2023-10-18T11:29:56.534Z] drwxrwxr-x 11 jenkins jenkins 4096 Oct 18 11:29 . [2023-10-18T11:29:56.534Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 18 11:27 .. [2023-10-18T11:29:56.534Z] -rw-rw-r-- 1 jenkins jenkins 134 Oct 18 11:27 .dockerignore [2023-10-18T11:29:56.534Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 18 11:29 .git [2023-10-18T11:29:56.534Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 18 11:27 .github [2023-10-18T11:29:56.534Z] -rw-rw-r-- 1 jenkins jenkins 946 Oct 18 11:27 .gitignore [2023-10-18T11:29:56.534Z] -rw-rw-r-- 1 jenkins jenkins 41 Oct 18 11:27 .golangci.yml [2023-10-18T11:29:56.534Z] drwxr-xr-x 3 jenkins jenkins 4096 Oct 18 11:27 .semver [2023-10-18T11:29:56.534Z] -rw-rw-r-- 1 jenkins jenkins 11980 Oct 18 11:27 Attribution.txt [2023-10-18T11:29:56.534Z] -rw-rw-r-- 1 jenkins jenkins 10365 Oct 18 11:27 CHANGELOG.md [2023-10-18T11:29:56.534Z] -rw-rw-r-- 1 jenkins jenkins 1347 Oct 18 11:27 Dockerfile [2023-10-18T11:29:56.534Z] -rw-rw-r-- 1 jenkins jenkins 677 Oct 18 11:27 GOVERNANCE.md [2023-10-18T11:29:56.534Z] -rw-rw-r-- 1 jenkins jenkins 683 Oct 18 11:27 Jenkinsfile [2023-10-18T11:29:56.534Z] -rw-rw-r-- 1 jenkins jenkins 11347 Oct 18 11:27 LICENSE [2023-10-18T11:29:56.534Z] -rw-rw-r-- 1 jenkins jenkins 2179 Oct 18 11:27 Makefile [2023-10-18T11:29:56.534Z] -rw-rw-r-- 1 jenkins jenkins 625 Oct 18 11:27 OWNERS.md [2023-10-18T11:29:56.534Z] -rw-rw-r-- 1 jenkins jenkins 29016 Oct 18 11:27 README.md [2023-10-18T11:29:56.534Z] -rw-rw-r-- 1 jenkins jenkins 12 Oct 18 11:28 VERSION [2023-10-18T11:29:56.534Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 18 11:27 bin [2023-10-18T11:29:56.535Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 18 11:27 cmd [2023-10-18T11:29:56.535Z] -rw-r--r-- 1 jenkins jenkins 459493 Oct 18 11:29 coverage.out [2023-10-18T11:29:56.535Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 18 11:27 examples [2023-10-18T11:29:56.535Z] -rw-rw-r-- 1 jenkins jenkins 3878 Oct 18 11:27 go.mod [2023-10-18T11:29:56.535Z] -rw-rw-r-- 1 jenkins jenkins 34490 Oct 18 11:27 go.sum [2023-10-18T11:29:56.535Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 18 11:27 images [2023-10-18T11:29:56.535Z] drwxrwxr-x 5 jenkins jenkins 4096 Oct 18 11:27 internal [2023-10-18T11:29:56.535Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 18 11:27 snap [2023-10-18T11:29:56.535Z] -rw-rw-r-- 1 jenkins jenkins 193 Oct 18 11:27 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-18T11:29:56.914Z] + docker build -t device-rfid-llrp -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=878a6e6074138d8920890418877c0dc328ed9919 --label arch=amd64 --label version=3.1.0-dev.16 . [2023-10-18T11:29:56.914Z] Sending build context to Docker daemon 4.365MB [2023-10-18T11:29:56.914Z] Step 1/24 : ARG BASE=golang:1.21-alpine3.18 [2023-10-18T11:29:56.914Z] Step 2/24 : FROM ${BASE} AS builder [2023-10-18T11:29:56.914Z] ---> 376dac0f4e94 [2023-10-18T11:29:56.914Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-10-18T11:29:57.173Z] ---> Running in f57c4f875d6d [2023-10-18T11:29:57.173Z] Removing intermediate container f57c4f875d6d [2023-10-18T11:29:57.173Z] ---> cdfae4ca24b7 [2023-10-18T11:29:57.173Z] Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-10-18T11:29:57.173Z] ---> Running in 4139a6c44050 [2023-10-18T11:29:57.173Z] Removing intermediate container 4139a6c44050 [2023-10-18T11:29:57.173Z] ---> 5b113c27d514 [2023-10-18T11:29:57.173Z] Step 5/24 : ARG ALPINE_PKG_BASE="make git" [2023-10-18T11:29:57.173Z] ---> Running in ece22960aec4 [2023-10-18T11:29:57.432Z] Removing intermediate container ece22960aec4 [2023-10-18T11:29:57.432Z] ---> 0b027e706870 [2023-10-18T11:29:57.432Z] Step 6/24 : ARG ALPINE_PKG_EXTRA="" [2023-10-18T11:29:57.432Z] ---> Running in df9b54ce45d8 [2023-10-18T11:29:57.432Z] Removing intermediate container df9b54ce45d8 [2023-10-18T11:29:57.432Z] ---> 08fd3f87fba0 [2023-10-18T11:29:57.432Z] Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-10-18T11:29:57.432Z] ---> Running in 478b85048dcb [2023-10-18T11:29:57.692Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-10-18T11:29:57.951Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-10-18T11:29:58.212Z] OK: 264 MiB in 52 packages [2023-10-18T11:29:58.471Z] Removing intermediate container 478b85048dcb [2023-10-18T11:29:58.471Z] ---> e73d604f6ab3 [2023-10-18T11:29:58.471Z] Step 8/24 : WORKDIR /app [2023-10-18T11:29:58.471Z] ---> Running in 3cdf9250f079 [2023-10-18T11:29:58.471Z] Removing intermediate container 3cdf9250f079 [2023-10-18T11:29:58.471Z] ---> cfaa09f9b190 [2023-10-18T11:29:58.471Z] Step 9/24 : COPY go.mod vendor* ./ [2023-10-18T11:29:58.729Z] ---> c01695635dd8 [2023-10-18T11:29:58.729Z] Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-10-18T11:29:58.729Z] ---> Running in bc7ef896993e [2023-10-18T11:29:59.299Z] Removing intermediate container bc7ef896993e [2023-10-18T11:29:59.299Z] ---> 9ea6c52d0339 [2023-10-18T11:29:59.299Z] Step 11/24 : COPY . . [2023-10-18T11:29:59.558Z] ---> 25adf8534ee0 [2023-10-18T11:29:59.558Z] Step 12/24 : RUN $MAKE [2023-10-18T11:29:59.558Z] ---> Running in de4d3abd17d3 [2023-10-18T11:29:59.816Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-rfid-llrp-go.Version=3.1.0-dev.16 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.1.0-dev.35" -trimpath -mod=readonly -o cmd/device-rfid-llrp ./cmd [2023-10-18T11:30:05.379Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-9505 in /w/workspace/foundry_device-rfid-llrp-go_main [Pipeline] { [Pipeline] ws [2023-10-18T11:30:05.395Z] Running in /w/workspace/device-rfid-llrp-go/121 [Pipeline] { [Pipeline] checkout [2023-10-18T11:30:05.497Z] The recommended git tool is: git [2023-10-18T11:30:16.425Z] using credential edgex-jenkins-ssh [2023-10-18T11:30:16.446Z] Cloning the remote Git repository [2023-10-18T11:30:16.495Z] Cloning repository git@github.com:edgexfoundry/device-rfid-llrp-go.git [2023-10-18T11:30:16.636Z] > git init /w/workspace/device-rfid-llrp-go/121 # timeout=10 [2023-10-18T11:30:16.954Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git [2023-10-18T11:30:16.961Z] > git --version # timeout=10 [2023-10-18T11:30:16.984Z] > git --version # 'git version 2.25.1' [2023-10-18T11:30:16.987Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-10-18T11:30:17.199Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-10-18T11:30:18.483Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 [2023-10-18T11:30:18.511Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-10-18T11:30:19.605Z] Avoid second fetch [2023-10-18T11:30:19.605Z] Checking out Revision 878a6e6074138d8920890418877c0dc328ed9919 (main) [2023-10-18T11:30:19.628Z] > git config core.sparsecheckout # timeout=10 [2023-10-18T11:30:19.759Z] > git checkout -f 878a6e6074138d8920890418877c0dc328ed9919 # timeout=10 [2023-10-18T11:30:20.344Z] Commit message: "Merge pull request #260 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v3-3.1.0-dev.35" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-10-18T11:30:21.348Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-10-18T11:30:21.348Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-10-18T11:30:21.348Z] Dload Upload Total Spent Left Speed [2023-10-18T11:30:21.348Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 97335 0 --:--:-- --:--:-- --:--:-- 98084 [2023-10-18T11:30:21.764Z] Removing intermediate container de4d3abd17d3 [2023-10-18T11:30:21.764Z] ---> 7eb3dfaeadae [2023-10-18T11:30:21.764Z] Step 13/24 : FROM alpine:3.18 [2023-10-18T11:30:21.764Z] 3.18: Pulling from library/alpine [2023-10-18T11:30:21.764Z] 96526aa774ef: Pulling fs layer [2023-10-18T11:30:21.764Z] 96526aa774ef: Verifying Checksum [2023-10-18T11:30:21.764Z] 96526aa774ef: Download complete [2023-10-18T11:30:21.764Z] 96526aa774ef: Pull complete [2023-10-18T11:30:21.764Z] Digest: sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 [2023-10-18T11:30:21.764Z] Status: Downloaded newer image for alpine:3.18 [2023-10-18T11:30:21.764Z] ---> 8ca4688f4f35 [2023-10-18T11:30:21.764Z] Step 14/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-10-18T11:30:21.764Z] ---> Running in ff40c6d60734 [2023-10-18T11:30:21.764Z] Removing intermediate container ff40c6d60734 [2023-10-18T11:30:21.764Z] ---> 171c08919a6c [2023-10-18T11:30:21.764Z] Step 15/24 : RUN apk add --update --no-cache dumb-init [2023-10-18T11:30:21.764Z] ---> Running in 2c1b7b70316a [2023-10-18T11:30:21.764Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-10-18T11:30:21.764Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-10-18T11:30:21.764Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-10-18T11:30:21.764Z] Executing busybox-1.36.1-r2.trigger [2023-10-18T11:30:21.764Z] OK: 7 MiB in 16 packages [Pipeline] sh [2023-10-18T11:30:22.022Z] Removing intermediate container 2c1b7b70316a [2023-10-18T11:30:22.022Z] ---> 166a4f4c84b7 [2023-10-18T11:30:22.022Z] Step 16/24 : COPY --from=builder /app/LICENSE / [2023-10-18T11:30:22.022Z] ---> c42bea84cf8d [2023-10-18T11:30:22.022Z] Step 17/24 : COPY --from=builder /app/Attribution.txt / [2023-10-18T11:30:22.281Z] ---> 26e38b1e759f [2023-10-18T11:30:22.281Z] Step 18/24 : COPY --from=builder /app/cmd/ / [2023-10-18T11:30:22.336Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-10-18T11:30:22.671Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-10-18T11:30:22.671Z] + sudo tee /etc/docker/daemon.new [2023-10-18T11:30:22.671Z] { [2023-10-18T11:30:22.671Z] "registry-mirrors": [ [2023-10-18T11:30:22.671Z] "https://nexus3.edgexfoundry.org:10001" [2023-10-18T11:30:22.671Z] ], [2023-10-18T11:30:22.671Z] "bip": "10.250.0.254/24", [2023-10-18T11:30:22.671Z] "hosts": [ [2023-10-18T11:30:22.671Z] "tcp://0.0.0.0:5555", [2023-10-18T11:30:22.671Z] "unix:///var/run/docker.sock" [2023-10-18T11:30:22.671Z] ], [2023-10-18T11:30:22.671Z] "mtu": 1458, [2023-10-18T11:30:22.671Z] "selinux-enabled": true, [2023-10-18T11:30:22.671Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-10-18T11:30:22.671Z] } [Pipeline] sh [2023-10-18T11:30:23.006Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-10-18T11:30:23.217Z] ---> 37a21bc0096e [2023-10-18T11:30:23.218Z] Step 19/24 : EXPOSE 59989 [2023-10-18T11:30:23.218Z] ---> Running in dbcfe7b0b6c6 [2023-10-18T11:30:23.218Z] Removing intermediate container dbcfe7b0b6c6 [2023-10-18T11:30:23.218Z] ---> 28294213a659 [2023-10-18T11:30:23.218Z] Step 20/24 : ENTRYPOINT ["/device-rfid-llrp"] [2023-10-18T11:30:23.218Z] ---> Running in abd2e598b688 [2023-10-18T11:30:23.218Z] Removing intermediate container abd2e598b688 [2023-10-18T11:30:23.218Z] ---> 4ed21be95eb9 [2023-10-18T11:30:23.218Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-10-18T11:30:23.218Z] ---> Running in e922b9e3d80f [2023-10-18T11:30:23.218Z] Removing intermediate container e922b9e3d80f [2023-10-18T11:30:23.218Z] ---> eb0711733ab6 [2023-10-18T11:30:23.218Z] Step 22/24 : LABEL arch=amd64 [2023-10-18T11:30:23.218Z] ---> Running in 2de1f5f24e00 [2023-10-18T11:30:23.356Z] + sudo service docker restart [2023-10-18T11:30:23.477Z] Removing intermediate container 2de1f5f24e00 [2023-10-18T11:30:23.477Z] ---> 15b9420dc8f3 [2023-10-18T11:30:23.477Z] Step 23/24 : LABEL git_sha=878a6e6074138d8920890418877c0dc328ed9919 [2023-10-18T11:30:23.477Z] ---> Running in 3379c136e2e4 [2023-10-18T11:30:23.477Z] Removing intermediate container 3379c136e2e4 [2023-10-18T11:30:23.477Z] ---> 1e5ff5d44bb1 [2023-10-18T11:30:23.477Z] Step 24/24 : LABEL version=3.1.0-dev.16 [2023-10-18T11:30:23.477Z] ---> Running in 42e9d3e61338 [2023-10-18T11:30:23.477Z] Removing intermediate container 42e9d3e61338 [2023-10-18T11:30:23.477Z] ---> ff7a218e3709 [2023-10-18T11:30:23.477Z] [Warning] One or more build-args [ARCH] were not consumed [2023-10-18T11:30:23.477Z] Successfully built ff7a218e3709 [2023-10-18T11:30:23.477Z] 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-10-18T11:30:23.571Z] provisioning config files... [2023-10-18T11:30:23.581Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config14035835280408898215tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-10-18T11:30:23.879Z] ---> docker-login.sh [2023-10-18T11:30:23.879Z] nexus3.edgexfoundry.org:10001 [2023-10-18T11:30:23.879Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-18T11:30:23.879Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-18T11:30:23.879Z] Configure a credential helper to remove this warning. See [2023-10-18T11:30:23.879Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-18T11:30:23.879Z] [2023-10-18T11:30:23.879Z] Login Succeeded [2023-10-18T11:30:23.879Z] nexus3.edgexfoundry.org:10002 [2023-10-18T11:30:23.879Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-18T11:30:23.879Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-18T11:30:23.879Z] Configure a credential helper to remove this warning. See [2023-10-18T11:30:23.879Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-18T11:30:23.879Z] [2023-10-18T11:30:23.879Z] Login Succeeded [2023-10-18T11:30:23.879Z] nexus3.edgexfoundry.org:10003 [2023-10-18T11:30:24.138Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-18T11:30:24.138Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-18T11:30:24.138Z] Configure a credential helper to remove this warning. See [2023-10-18T11:30:24.138Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-18T11:30:24.138Z] [2023-10-18T11:30:24.138Z] Login Succeeded [2023-10-18T11:30:24.138Z] nexus3.edgexfoundry.org:10004 [2023-10-18T11:30:24.138Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-18T11:30:24.138Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-18T11:30:24.138Z] Configure a credential helper to remove this warning. See [2023-10-18T11:30:24.138Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-18T11:30:24.138Z] [2023-10-18T11:30:24.138Z] Login Succeeded [2023-10-18T11:30:24.138Z] docker.io [2023-10-18T11:30:24.396Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-18T11:30:24.396Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-18T11:30:24.396Z] Configure a credential helper to remove this warning. See [2023-10-18T11:30:24.396Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-18T11:30:24.396Z] [2023-10-18T11:30:24.396Z] Login Succeeded [2023-10-18T11:30:24.396Z] ---> docker-login.sh ends [Pipeline] } [2023-10-18T11:30:24.402Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-10-18T11:30:24.427Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-10-18T11:30:24.444Z] [edgeXDocker.push] Tagging docker image device-rfid-llrp with the following tags: [2023-10-18T11:30:24.444Z] 878a6e6074138d8920890418877c0dc328ed9919 [2023-10-18T11:30:24.444Z] latest [2023-10-18T11:30:24.444Z] 3.1.0-dev.16 [2023-10-18T11:30:24.444Z] 878a6e6074138d8920890418877c0dc328ed9919-3.1.0-dev.16 [2023-10-18T11:30:24.444Z] main [2023-10-18T11:30:24.444Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-18T11:30:24.754Z] + docker tag device-rfid-llrp nexus3.edgexfoundry.org:10004/device-rfid-llrp:878a6e6074138d8920890418877c0dc328ed9919 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-18T11:30:25.055Z] + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp:878a6e6074138d8920890418877c0dc328ed9919 [2023-10-18T11:30:25.055Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp] [2023-10-18T11:30:25.055Z] 78dc06223924: Preparing [2023-10-18T11:30:25.055Z] 847271f360eb: Preparing [2023-10-18T11:30:25.055Z] 5a4acfa1364c: Preparing [2023-10-18T11:30:25.055Z] 2a23e7293cbc: Preparing [2023-10-18T11:30:25.055Z] cc2447e1835a: Preparing [2023-10-18T11:30:25.055Z] cc2447e1835a: Layer already exists [2023-10-18T11:30:25.055Z] 847271f360eb: Pushed [2023-10-18T11:30:25.055Z] 5a4acfa1364c: Pushed [2023-10-18T11:30:25.055Z] 2a23e7293cbc: Pushed [2023-10-18T11:30:28.339Z] 78dc06223924: Pushed [2023-10-18T11:30:28.339Z] 878a6e6074138d8920890418877c0dc328ed9919: digest: sha256:c945fc0304fd07013f87360c73160b6bfaa4a9653891f090cb8f70a70a2d6351 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-18T11:30:28.648Z] + docker tag device-rfid-llrp nexus3.edgexfoundry.org:10004/device-rfid-llrp:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-18T11:30:28.945Z] + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp:latest [2023-10-18T11:30:28.945Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp] [2023-10-18T11:30:28.945Z] 78dc06223924: Preparing [2023-10-18T11:30:28.945Z] 847271f360eb: Preparing [2023-10-18T11:30:28.945Z] 5a4acfa1364c: Preparing [2023-10-18T11:30:28.945Z] 2a23e7293cbc: Preparing [2023-10-18T11:30:28.945Z] cc2447e1835a: Preparing [2023-10-18T11:30:28.945Z] 78dc06223924: Layer already exists [2023-10-18T11:30:28.945Z] 2a23e7293cbc: Layer already exists [2023-10-18T11:30:28.945Z] 5a4acfa1364c: Layer already exists [2023-10-18T11:30:28.945Z] 847271f360eb: Layer already exists [2023-10-18T11:30:28.945Z] cc2447e1835a: Layer already exists [2023-10-18T11:30:28.945Z] latest: digest: sha256:c945fc0304fd07013f87360c73160b6bfaa4a9653891f090cb8f70a70a2d6351 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-18T11:30:29.252Z] + docker tag device-rfid-llrp nexus3.edgexfoundry.org:10004/device-rfid-llrp:3.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-18T11:30:29.556Z] + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp:3.1.0-dev.16 [2023-10-18T11:30:29.556Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp] [2023-10-18T11:30:29.556Z] 78dc06223924: Preparing [2023-10-18T11:30:29.556Z] 847271f360eb: Preparing [2023-10-18T11:30:29.556Z] 5a4acfa1364c: Preparing [2023-10-18T11:30:29.556Z] 2a23e7293cbc: Preparing [2023-10-18T11:30:29.556Z] cc2447e1835a: Preparing [2023-10-18T11:30:29.556Z] 847271f360eb: Layer already exists [2023-10-18T11:30:29.556Z] cc2447e1835a: Layer already exists [2023-10-18T11:30:29.556Z] 78dc06223924: Layer already exists [2023-10-18T11:30:29.556Z] 5a4acfa1364c: Layer already exists [2023-10-18T11:30:29.556Z] 2a23e7293cbc: Layer already exists [2023-10-18T11:30:29.556Z] 3.1.0-dev.16: digest: sha256:c945fc0304fd07013f87360c73160b6bfaa4a9653891f090cb8f70a70a2d6351 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-18T11:30:29.861Z] + docker tag device-rfid-llrp nexus3.edgexfoundry.org:10004/device-rfid-llrp:878a6e6074138d8920890418877c0dc328ed9919-3.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-18T11:30:30.162Z] + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp:878a6e6074138d8920890418877c0dc328ed9919-3.1.0-dev.16 [2023-10-18T11:30:30.162Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp] [2023-10-18T11:30:30.162Z] 78dc06223924: Preparing [2023-10-18T11:30:30.162Z] 847271f360eb: Preparing [2023-10-18T11:30:30.162Z] 5a4acfa1364c: Preparing [2023-10-18T11:30:30.162Z] 2a23e7293cbc: Preparing [2023-10-18T11:30:30.162Z] cc2447e1835a: Preparing [2023-10-18T11:30:30.162Z] cc2447e1835a: Layer already exists [2023-10-18T11:30:30.162Z] 2a23e7293cbc: Layer already exists [2023-10-18T11:30:30.162Z] 847271f360eb: Layer already exists [2023-10-18T11:30:30.162Z] 5a4acfa1364c: Layer already exists [2023-10-18T11:30:30.162Z] 78dc06223924: Layer already exists [2023-10-18T11:30:30.162Z] 878a6e6074138d8920890418877c0dc328ed9919-3.1.0-dev.16: digest: sha256:c945fc0304fd07013f87360c73160b6bfaa4a9653891f090cb8f70a70a2d6351 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-18T11:30:30.464Z] + docker tag device-rfid-llrp nexus3.edgexfoundry.org:10004/device-rfid-llrp:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-18T11:30:30.766Z] + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp:main [2023-10-18T11:30:30.766Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp] [2023-10-18T11:30:30.766Z] 78dc06223924: Preparing [2023-10-18T11:30:30.766Z] 847271f360eb: Preparing [2023-10-18T11:30:30.766Z] 5a4acfa1364c: Preparing [2023-10-18T11:30:30.766Z] 2a23e7293cbc: Preparing [2023-10-18T11:30:30.766Z] cc2447e1835a: Preparing [2023-10-18T11:30:30.766Z] 847271f360eb: Layer already exists [2023-10-18T11:30:30.766Z] 2a23e7293cbc: Layer already exists [2023-10-18T11:30:30.766Z] 5a4acfa1364c: Layer already exists [2023-10-18T11:30:30.766Z] cc2447e1835a: Layer already exists [2023-10-18T11:30:30.766Z] 78dc06223924: Layer already exists [2023-10-18T11:30:30.766Z] main: digest: sha256:c945fc0304fd07013f87360c73160b6bfaa4a9653891f090cb8f70a70a2d6351 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-10-18T11:30:30.816Z] ===================================================== [Pipeline] echo [2023-10-18T11:30:30.825Z] taggedImages: [2023-10-18T11:30:30.825Z] - nexus3.edgexfoundry.org:10004/device-rfid-llrp:878a6e6074138d8920890418877c0dc328ed9919 [2023-10-18T11:30:30.825Z] - nexus3.edgexfoundry.org:10004/device-rfid-llrp:latest [2023-10-18T11:30:30.825Z] - nexus3.edgexfoundry.org:10004/device-rfid-llrp:3.1.0-dev.16 [2023-10-18T11:30:30.825Z] - nexus3.edgexfoundry.org:10004/device-rfid-llrp:878a6e6074138d8920890418877c0dc328ed9919-3.1.0-dev.16 [2023-10-18T11:30:30.825Z] - 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-10-18T11:30:31.197Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-10-18T11:30:31.197Z] [2023-10-18T11:30:31.197Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-18T11:30:31.494Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-10-18T11:30:31.494Z] latest: Pulling from edgex-lftools-log-publisher [2023-10-18T11:30:31.494Z] 5eb5b503b376: Pulling fs layer [2023-10-18T11:30:31.494Z] 5c69ac0246d0: Pulling fs layer [2023-10-18T11:30:31.494Z] ec43610c2a17: Pulling fs layer [2023-10-18T11:30:31.494Z] 3a2ae6a8a46f: Pulling fs layer [2023-10-18T11:30:31.494Z] 33b1e0a273af: Pulling fs layer [2023-10-18T11:30:31.494Z] 5d3b04190fa2: Pulling fs layer [2023-10-18T11:30:31.494Z] 2f39f015ded8: Pulling fs layer [2023-10-18T11:30:31.494Z] 3a2ae6a8a46f: Waiting [2023-10-18T11:30:31.494Z] 33b1e0a273af: Waiting [2023-10-18T11:30:31.494Z] 5d3b04190fa2: Waiting [2023-10-18T11:30:31.494Z] 2f39f015ded8: Waiting [2023-10-18T11:30:31.494Z] 5c69ac0246d0: Download complete [2023-10-18T11:30:31.494Z] 3a2ae6a8a46f: Verifying Checksum [2023-10-18T11:30:31.494Z] 3a2ae6a8a46f: Download complete [2023-10-18T11:30:31.494Z] 33b1e0a273af: Verifying Checksum [2023-10-18T11:30:31.494Z] 33b1e0a273af: Download complete [2023-10-18T11:30:31.494Z] 5d3b04190fa2: Verifying Checksum [2023-10-18T11:30:31.494Z] 5d3b04190fa2: Download complete [2023-10-18T11:30:31.494Z] ec43610c2a17: Verifying Checksum [2023-10-18T11:30:31.494Z] ec43610c2a17: Download complete [2023-10-18T11:30:31.752Z] 5eb5b503b376: Verifying Checksum [2023-10-18T11:30:31.752Z] 5eb5b503b376: Download complete [2023-10-18T11:30:32.318Z] 2f39f015ded8: Download complete [2023-10-18T11:30:32.884Z] 5eb5b503b376: Pull complete [2023-10-18T11:30:32.884Z] 5c69ac0246d0: Pull complete [2023-10-18T11:30:33.449Z] ec43610c2a17: Pull complete [2023-10-18T11:30:33.449Z] 3a2ae6a8a46f: Pull complete [2023-10-18T11:30:33.708Z] 33b1e0a273af: Pull complete [2023-10-18T11:30:33.708Z] 5d3b04190fa2: Pull complete [2023-10-18T11:30:37.893Z] 2f39f015ded8: Pull complete [2023-10-18T11:30:38.152Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-10-18T11:30:38.152Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-10-18T11:30:38.152Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-10-18T11:30:38.234Z] prd-ubuntu20.04-docker-8c-8g-9504 does not seem to be running inside a container [2023-10-18T11:30:38.270Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/foundry_device-rfid-llrp-go_main -v /w/workspace/foundry_device-rfid-llrp-go_main:/w/workspace/foundry_device-rfid-llrp-go_main:rw,z -v /w/workspace/foundry_device-rfid-llrp-go_main@tmp:/w/workspace/foundry_device-rfid-llrp-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-10-18T11:30:42.624Z] $ docker top a68f101df17e49ec86477218c95d88c558e18f27376d25654ab6c7c92aff6e9c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] configFileProvider [2023-10-18T11:30:42.780Z] provisioning config files... [2023-10-18T11:30:42.810Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/device-rfid-llrp-go/121@tmp/config13771999573185773013tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-10-18T11:30:43.031Z] ---> job-cost.sh [2023-10-18T11:30:43.031Z] lf-activate-venv: SKIPPING [2023-10-18T11:30:43.031Z] INFO: No Stack... [2023-10-18T11:30:43.164Z] ---> docker-login.sh [2023-10-18T11:30:43.164Z] nexus3.edgexfoundry.org:10001 [2023-10-18T11:30:43.290Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-10-18T11:30:43.549Z] INFO: Archiving Costs [Pipeline] sh [2023-10-18T11:30:43.749Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-18T11:30:43.750Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-18T11:30:43.750Z] Configure a credential helper to remove this warning. See [2023-10-18T11:30:43.750Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-18T11:30:43.750Z] [2023-10-18T11:30:43.750Z] Login Succeeded [2023-10-18T11:30:43.750Z] nexus3.edgexfoundry.org:10002 [2023-10-18T11:30:43.835Z] + cat /w/workspace/foundry_device-rfid-llrp-go_main/archives/cost.csv [2023-10-18T11:30:43.835Z] + cut -d, -f6 [Pipeline] lock [2023-10-18T11:30:43.847Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-main-121-stack-cost] [2023-10-18T11:30:43.853Z] Resource [jenkins-edgexfoundry-device-rfid-llrp-go-main-121-stack-cost] did not exist. Created. [2023-10-18T11:30:43.853Z] Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-main-121-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-10-18T11:30:44.018Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-18T11:30:44.018Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-18T11:30:44.018Z] Configure a credential helper to remove this warning. See [2023-10-18T11:30:44.018Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-18T11:30:44.018Z] [2023-10-18T11:30:44.018Z] Login Succeeded [2023-10-18T11:30:44.162Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-10-18T11:30:44.195Z] Stashed 1 file(s) [Pipeline] } [2023-10-18T11:30:44.202Z] Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-main-121-stack-cost] [Pipeline] // lock [Pipeline] } [2023-10-18T11:30:44.225Z] $ docker stop --time=1 a68f101df17e49ec86477218c95d88c558e18f27376d25654ab6c7c92aff6e9c [2023-10-18T11:30:44.288Z] nexus3.edgexfoundry.org:10003 [2023-10-18T11:30:44.288Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-18T11:30:44.564Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-18T11:30:44.564Z] Configure a credential helper to remove this warning. See [2023-10-18T11:30:44.564Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-18T11:30:44.564Z] [2023-10-18T11:30:44.564Z] Login Succeeded [2023-10-18T11:30:44.564Z] nexus3.edgexfoundry.org:10004 [2023-10-18T11:30:44.834Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-18T11:30:44.834Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-18T11:30:44.834Z] Configure a credential helper to remove this warning. See [2023-10-18T11:30:44.834Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-18T11:30:44.834Z] [2023-10-18T11:30:44.834Z] Login Succeeded [2023-10-18T11:30:44.834Z] docker.io [2023-10-18T11:30:45.103Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-18T11:30:45.370Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-18T11:30:45.370Z] Configure a credential helper to remove this warning. See [2023-10-18T11:30:45.370Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-18T11:30:45.370Z] [2023-10-18T11:30:45.370Z] Login Succeeded [2023-10-18T11:30:45.370Z] ---> docker-login.sh ends [2023-10-18T11:30:45.423Z] $ docker rm -f --volumes a68f101df17e49ec86477218c95d88c558e18f27376d25654ab6c7c92aff6e9c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [2023-10-18T11:30:45.465Z] Deleting 1 temporary files [Pipeline] // script [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] echo [2023-10-18T11:30:45.697Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-10-18T11:30:45.718Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-10-18T11:30:45.733Z] ========================================================= [2023-10-18T11:30:45.733Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2023-10-18T11:30:45.733Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-18T11:30:46.077Z] + 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-10-18T11:30:46.345Z] Sending build context to Docker daemon 1.219MB [2023-10-18T11:30:46.345Z] Step 1/12 : ARG BASE=golang:1.21-alpine3.18 [2023-10-18T11:30:46.345Z] Step 2/12 : FROM ${BASE} AS builder [2023-10-18T11:30:46.622Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-10-18T11:30:46.622Z] 9fda8d8052c6: Pulling fs layer [2023-10-18T11:30:46.622Z] 5d54e960e981: Pulling fs layer [2023-10-18T11:30:46.622Z] c4a7e357bf2a: Pulling fs layer [2023-10-18T11:30:46.622Z] f0e02332f6b5: Pulling fs layer [2023-10-18T11:30:46.622Z] cefa15bbcfad: Pulling fs layer [2023-10-18T11:30:46.622Z] 17808c966233: Pulling fs layer [2023-10-18T11:30:46.622Z] f4c1fc716caa: Pulling fs layer [2023-10-18T11:30:46.622Z] f0e02332f6b5: Waiting [2023-10-18T11:30:46.622Z] cefa15bbcfad: Waiting [2023-10-18T11:30:46.622Z] 17808c966233: Waiting [2023-10-18T11:30:46.622Z] f4c1fc716caa: Waiting [2023-10-18T11:30:46.622Z] 5d54e960e981: Verifying Checksum [2023-10-18T11:30:46.622Z] 5d54e960e981: Download complete [2023-10-18T11:30:46.622Z] f0e02332f6b5: Download complete [2023-10-18T11:30:46.622Z] cefa15bbcfad: Verifying Checksum [2023-10-18T11:30:46.622Z] cefa15bbcfad: Download complete [2023-10-18T11:30:46.622Z] 9fda8d8052c6: Download complete [2023-10-18T11:30:47.212Z] f4c1fc716caa: Verifying Checksum [2023-10-18T11:30:47.212Z] f4c1fc716caa: Download complete [2023-10-18T11:30:47.797Z] 9fda8d8052c6: Pull complete [2023-10-18T11:30:48.391Z] 5d54e960e981: Pull complete [2023-10-18T11:30:48.676Z] c4a7e357bf2a: Verifying Checksum [2023-10-18T11:30:48.676Z] c4a7e357bf2a: Download complete [2023-10-18T11:30:49.655Z] 17808c966233: Verifying Checksum [2023-10-18T11:30:49.655Z] 17808c966233: Download complete [2023-10-18T11:31:01.995Z] c4a7e357bf2a: Pull complete [2023-10-18T11:31:02.267Z] f0e02332f6b5: Pull complete [2023-10-18T11:31:02.536Z] cefa15bbcfad: Pull complete [2023-10-18T11:31:10.746Z] 17808c966233: Pull complete [2023-10-18T11:31:12.703Z] f4c1fc716caa: Pull complete [2023-10-18T11:31:12.703Z] Digest: sha256:f9b5da702465edd0a2564459334de068a24595700ad6c8d0b85b07445f0b3000 [2023-10-18T11:31:12.703Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2023-10-18T11:31:12.703Z] ---> ea914061e18c [2023-10-18T11:31:12.703Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-10-18T11:31:13.667Z] ---> Running in 18d01260a02d [2023-10-18T11:31:13.939Z] Removing intermediate container 18d01260a02d [2023-10-18T11:31:13.939Z] ---> 1f1089a51275 [2023-10-18T11:31:13.939Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-10-18T11:31:13.939Z] ---> Running in 8143d8c9d5f0 [2023-10-18T11:31:14.534Z] Removing intermediate container 8143d8c9d5f0 [2023-10-18T11:31:14.534Z] ---> b233dd6b1f95 [2023-10-18T11:31:14.534Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git" [2023-10-18T11:31:14.534Z] ---> Running in 2695857a4f7e [2023-10-18T11:31:14.801Z] Removing intermediate container 2695857a4f7e [2023-10-18T11:31:14.801Z] ---> e923d4b0054a [2023-10-18T11:31:14.801Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-10-18T11:31:14.801Z] ---> Running in 0ad9dc9bc0c0 [2023-10-18T11:31:15.069Z] Removing intermediate container 0ad9dc9bc0c0 [2023-10-18T11:31:15.069Z] ---> f34b45780827 [2023-10-18T11:31:15.069Z] Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-10-18T11:31:15.069Z] ---> Running in c271a6157f88 [2023-10-18T11:31:16.487Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-10-18T11:31:16.759Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-10-18T11:31:17.723Z] OK: 266 MiB in 52 packages [2023-10-18T11:31:18.309Z] Removing intermediate container c271a6157f88 [2023-10-18T11:31:18.309Z] ---> 49fd21eaafb8 [2023-10-18T11:31:18.309Z] Step 8/12 : WORKDIR /app [2023-10-18T11:31:18.577Z] ---> Running in 85f8a96d736a [2023-10-18T11:31:18.845Z] Removing intermediate container 85f8a96d736a [2023-10-18T11:31:18.845Z] ---> 2f964ef9df54 [2023-10-18T11:31:18.845Z] Step 9/12 : COPY go.mod vendor* ./ [2023-10-18T11:31:21.428Z] ---> e9c0ea342bd2 [2023-10-18T11:31:21.428Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-10-18T11:31:21.428Z] ---> Running in 85e8d0d462cf [2023-10-18T11:32:58.086Z] Removing intermediate container 85e8d0d462cf [2023-10-18T11:32:58.086Z] ---> a91ed188d76c [2023-10-18T11:32:58.086Z] Step 11/12 : COPY . . [2023-10-18T11:32:58.086Z] ---> 5beae9540b8e [2023-10-18T11:32:58.086Z] Step 12/12 : RUN $MAKE [2023-10-18T11:32:58.086Z] ---> Running in 6172df08077c [2023-10-18T11:32:58.086Z] noop [2023-10-18T11:32:58.086Z] Removing intermediate container 6172df08077c [2023-10-18T11:32:58.086Z] ---> ef0c202845f6 [2023-10-18T11:32:58.086Z] Successfully built ef0c202845f6 [2023-10-18T11:32:58.086Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-18T11:32:58.442Z] + docker inspect -f . ci-base-image-arm64 [2023-10-18T11:32:58.442Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-10-18T11:32:58.647Z] prd-ubuntu20.04-docker-arm64-4c-16g-9505 does not seem to be running inside a container [2023-10-18T11:32:58.713Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rfid-llrp-go/121 -v /w/workspace/device-rfid-llrp-go/121:/w/workspace/device-rfid-llrp-go/121:rw,z -v /w/workspace/device-rfid-llrp-go/121@tmp:/w/workspace/device-rfid-llrp-go/121@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-10-18T11:33:00.080Z] $ docker top 7eea89d2f700be6ae901a4f302e97a7c906849f8b4794c1288b5eda1ced3d77d -eo pid,comm [Pipeline] { [Pipeline] sh [2023-10-18T11:33:00.897Z] + go version [2023-10-18T11:33:00.897Z] go version go1.21.0 linux/arm64 [Pipeline] } [2023-10-18T11:33:00.914Z] $ docker stop --time=1 7eea89d2f700be6ae901a4f302e97a7c906849f8b4794c1288b5eda1ced3d77d [2023-10-18T11:33:02.496Z] $ docker rm -f --volumes 7eea89d2f700be6ae901a4f302e97a7c906849f8b4794c1288b5eda1ced3d77d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-18T11:33:03.030Z] + docker inspect -f . ci-base-image-arm64 [2023-10-18T11:33:03.030Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-10-18T11:33:03.198Z] prd-ubuntu20.04-docker-arm64-4c-16g-9505 does not seem to be running inside a container [2023-10-18T11:33:03.267Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-rfid-llrp-go/121 -v /w/workspace/device-rfid-llrp-go/121:/w/workspace/device-rfid-llrp-go/121:rw,z -v /w/workspace/device-rfid-llrp-go/121@tmp:/w/workspace/device-rfid-llrp-go/121@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-10-18T11:33:04.390Z] $ docker top e8d73295366c4bb9e816e1c8e8d96ec3fdce32840e5c7413675bf2feff2fbb21 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-10-18T11:33:04.877Z] + git config --global --add safe.directory /w/workspace/device-rfid-llrp-go/121 [Pipeline] fileExists [Pipeline] sh [2023-10-18T11:33:05.542Z] + make test [2023-10-18T11:33:05.542Z] go test ./... -coverprofile=coverage.out ./... [2023-10-18T11:33:13.767Z] ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] [2023-10-18T11:34:50.426Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd [no test files] [2023-10-18T11:34:50.426Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd/llrp [no test files] [2023-10-18T11:35:17.111Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/driver 27.648s coverage: 40.6% of statements [2023-10-18T11:35:17.111Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.516s coverage: 51.9% of statements [2023-10-18T11:35:17.111Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.032s coverage: 95.5% of statements [2023-10-18T11:35:17.111Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-10-18T11:35:17.111Z] go vet ./... [2023-10-18T11:35:39.171Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-10-18T11:35:39.171Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-10-18T11:35:39.171Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-10-18T11:35:39.187Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-10-18T11:35:39.200Z] $ docker stop --time=1 e8d73295366c4bb9e816e1c8e8d96ec3fdce32840e5c7413675bf2feff2fbb21 [2023-10-18T11:35:41.032Z] $ docker rm -f --volumes e8d73295366c4bb9e816e1c8e8d96ec3fdce32840e5c7413675bf2feff2fbb21 [Pipeline] // withDockerContainer [Pipeline] sh [2023-10-18T11:35:42.259Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-10-18T11:35:42.274Z] Warning: overwriting stash ‘coverage-report’ [2023-10-18T11:35:42.904Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-10-18T11:35:43.304Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-10-18T11:35:43.643Z] + ls -al . [2023-10-18T11:35:43.643Z] total 640 [2023-10-18T11:35:43.643Z] drwxrwxr-x 10 jenkins jenkins 4096 Oct 18 11:33 . [2023-10-18T11:35:43.643Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 18 11:30 .. [2023-10-18T11:35:43.643Z] -rw-rw-r-- 1 jenkins jenkins 134 Oct 18 11:30 .dockerignore [2023-10-18T11:35:43.643Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 18 11:30 .git [2023-10-18T11:35:43.643Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 18 11:30 .github [2023-10-18T11:35:43.643Z] -rw-rw-r-- 1 jenkins jenkins 946 Oct 18 11:30 .gitignore [2023-10-18T11:35:43.643Z] -rw-rw-r-- 1 jenkins jenkins 41 Oct 18 11:30 .golangci.yml [2023-10-18T11:35:43.643Z] -rw-rw-r-- 1 jenkins jenkins 11980 Oct 18 11:30 Attribution.txt [2023-10-18T11:35:43.643Z] -rw-rw-r-- 1 jenkins jenkins 10365 Oct 18 11:30 CHANGELOG.md [2023-10-18T11:35:43.643Z] -rw-rw-r-- 1 jenkins jenkins 1347 Oct 18 11:30 Dockerfile [2023-10-18T11:35:43.643Z] -rw-rw-r-- 1 jenkins jenkins 677 Oct 18 11:30 GOVERNANCE.md [2023-10-18T11:35:43.643Z] -rw-rw-r-- 1 jenkins jenkins 683 Oct 18 11:30 Jenkinsfile [2023-10-18T11:35:43.643Z] -rw-rw-r-- 1 jenkins jenkins 11347 Oct 18 11:30 LICENSE [2023-10-18T11:35:43.643Z] -rw-rw-r-- 1 jenkins jenkins 2179 Oct 18 11:30 Makefile [2023-10-18T11:35:43.643Z] -rw-rw-r-- 1 jenkins jenkins 625 Oct 18 11:30 OWNERS.md [2023-10-18T11:35:43.643Z] -rw-rw-r-- 1 jenkins jenkins 29016 Oct 18 11:30 README.md [2023-10-18T11:35:43.643Z] -rw-rw-r-- 1 jenkins jenkins 12 Oct 18 11:28 VERSION [2023-10-18T11:35:43.643Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 18 11:30 bin [2023-10-18T11:35:43.643Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 18 11:30 cmd [2023-10-18T11:35:43.643Z] -rw-r--r-- 1 jenkins jenkins 459493 Oct 18 11:35 coverage.out [2023-10-18T11:35:43.643Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 18 11:30 examples [2023-10-18T11:35:43.643Z] -rw-rw-r-- 1 jenkins jenkins 3878 Oct 18 11:30 go.mod [2023-10-18T11:35:43.643Z] -rw-rw-r-- 1 jenkins jenkins 34490 Oct 18 11:30 go.sum [2023-10-18T11:35:43.643Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 18 11:30 images [2023-10-18T11:35:43.643Z] drwxrwxr-x 5 jenkins jenkins 4096 Oct 18 11:30 internal [2023-10-18T11:35:43.643Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 18 11:30 snap [2023-10-18T11:35:43.643Z] -rw-rw-r-- 1 jenkins jenkins 193 Oct 18 11:30 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-18T11:35:43.995Z] + docker build -t device-rfid-llrp-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=878a6e6074138d8920890418877c0dc328ed9919 --label arch=arm64 --label version=3.1.0-dev.16 . [2023-10-18T11:35:44.339Z] Sending build context to Docker daemon 1.219MB [2023-10-18T11:35:44.339Z] Step 1/24 : ARG BASE=golang:1.21-alpine3.18 [2023-10-18T11:35:44.339Z] Step 2/24 : FROM ${BASE} AS builder [2023-10-18T11:35:44.339Z] ---> ef0c202845f6 [2023-10-18T11:35:44.339Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-10-18T11:35:44.620Z] ---> Running in bef1addc9b38 [2023-10-18T11:35:44.900Z] Removing intermediate container bef1addc9b38 [2023-10-18T11:35:44.900Z] ---> b874d7491da6 [2023-10-18T11:35:44.900Z] Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-10-18T11:35:44.900Z] ---> Running in 0032bee25659 [2023-10-18T11:35:45.176Z] Removing intermediate container 0032bee25659 [2023-10-18T11:35:45.176Z] ---> 4f6c9e78ae86 [2023-10-18T11:35:45.176Z] Step 5/24 : ARG ALPINE_PKG_BASE="make git" [2023-10-18T11:35:45.454Z] ---> Running in 2fca80ee7525 [2023-10-18T11:35:45.742Z] Removing intermediate container 2fca80ee7525 [2023-10-18T11:35:45.742Z] ---> f2a68b8c21a3 [2023-10-18T11:35:45.742Z] Step 6/24 : ARG ALPINE_PKG_EXTRA="" [2023-10-18T11:35:45.742Z] ---> Running in 3c7ecd7769c3 [2023-10-18T11:35:46.046Z] Removing intermediate container 3c7ecd7769c3 [2023-10-18T11:35:46.046Z] ---> dc32c18d6c42 [2023-10-18T11:35:46.046Z] Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-10-18T11:35:46.046Z] ---> Running in dcdfab43b1d0 [2023-10-18T11:35:47.040Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-10-18T11:35:47.638Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-10-18T11:35:49.050Z] OK: 266 MiB in 52 packages [2023-10-18T11:35:49.641Z] Removing intermediate container dcdfab43b1d0 [2023-10-18T11:35:49.641Z] ---> fcb8eb8b49b8 [2023-10-18T11:35:49.641Z] Step 8/24 : WORKDIR /app [2023-10-18T11:35:49.912Z] ---> Running in 057e849e6ac9 [2023-10-18T11:35:52.499Z] Removing intermediate container 057e849e6ac9 [2023-10-18T11:35:52.499Z] ---> 2503a63cb483 [2023-10-18T11:35:52.499Z] Step 9/24 : COPY go.mod vendor* ./ [2023-10-18T11:35:53.086Z] ---> 9113619d1013 [2023-10-18T11:35:53.086Z] Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-10-18T11:35:53.086Z] ---> Running in 67e61112b784 [2023-10-18T11:35:55.677Z] Removing intermediate container 67e61112b784 [2023-10-18T11:35:55.677Z] ---> 60a615cf8e35 [2023-10-18T11:35:55.677Z] Step 11/24 : COPY . . [2023-10-18T11:35:56.273Z] ---> c38d80b1c87e [2023-10-18T11:35:56.273Z] Step 12/24 : RUN $MAKE [2023-10-18T11:35:56.273Z] ---> Running in 28bfd4e5c9ec [2023-10-18T11:35:57.701Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-rfid-llrp-go.Version=3.1.0-dev.16 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.1.0-dev.35" -trimpath -mod=readonly -o cmd/device-rfid-llrp ./cmd [2023-10-18T11:38:04.412Z] Removing intermediate container 28bfd4e5c9ec [2023-10-18T11:38:04.412Z] ---> a7cf7420c30a [2023-10-18T11:38:04.412Z] Step 13/24 : FROM alpine:3.18 [2023-10-18T11:38:04.412Z] 3.18: Pulling from library/alpine [2023-10-18T11:38:04.412Z] 579b34f0a95b: Pulling fs layer [2023-10-18T11:38:04.412Z] 579b34f0a95b: Download complete [2023-10-18T11:38:04.412Z] 579b34f0a95b: Pull complete [2023-10-18T11:38:04.412Z] Digest: sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 [2023-10-18T11:38:04.412Z] Status: Downloaded newer image for alpine:3.18 [2023-10-18T11:38:04.412Z] ---> 3cc203321400 [2023-10-18T11:38:04.412Z] Step 14/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-10-18T11:38:04.412Z] ---> Running in fc34a1037b28 [2023-10-18T11:38:04.412Z] Removing intermediate container fc34a1037b28 [2023-10-18T11:38:04.412Z] ---> e11fe69bce2b [2023-10-18T11:38:04.412Z] Step 15/24 : RUN apk add --update --no-cache dumb-init [2023-10-18T11:38:04.412Z] ---> Running in d69ed9ac7ead [2023-10-18T11:38:04.412Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-10-18T11:38:04.412Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-10-18T11:38:04.412Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-10-18T11:38:04.412Z] Executing busybox-1.36.1-r2.trigger [2023-10-18T11:38:04.412Z] OK: 8 MiB in 16 packages [2023-10-18T11:38:04.412Z] Removing intermediate container d69ed9ac7ead [2023-10-18T11:38:04.412Z] ---> 94d30c34d37d [2023-10-18T11:38:04.412Z] Step 16/24 : COPY --from=builder /app/LICENSE / [2023-10-18T11:38:04.412Z] ---> 6052f346dc69 [2023-10-18T11:38:04.412Z] Step 17/24 : COPY --from=builder /app/Attribution.txt / [2023-10-18T11:38:04.412Z] ---> cbfd36d15bf7 [2023-10-18T11:38:04.412Z] Step 18/24 : COPY --from=builder /app/cmd/ / [2023-10-18T11:38:04.412Z] ---> 504c8cc18ac3 [2023-10-18T11:38:04.412Z] Step 19/24 : EXPOSE 59989 [2023-10-18T11:38:04.412Z] ---> Running in 28c4ac6c8dbd [2023-10-18T11:38:04.412Z] Removing intermediate container 28c4ac6c8dbd [2023-10-18T11:38:04.412Z] ---> 2b523f4abb16 [2023-10-18T11:38:04.412Z] Step 20/24 : ENTRYPOINT ["/device-rfid-llrp"] [2023-10-18T11:38:04.412Z] ---> Running in c1aeac827976 [2023-10-18T11:38:04.412Z] Removing intermediate container c1aeac827976 [2023-10-18T11:38:04.412Z] ---> c3ad798ae799 [2023-10-18T11:38:04.412Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-10-18T11:38:04.412Z] ---> Running in 839e0480fcb9 [2023-10-18T11:38:04.412Z] Removing intermediate container 839e0480fcb9 [2023-10-18T11:38:04.412Z] ---> 731e33b17892 [2023-10-18T11:38:04.412Z] Step 22/24 : LABEL arch=arm64 [2023-10-18T11:38:04.412Z] ---> Running in 9d4700577749 [2023-10-18T11:38:04.412Z] Removing intermediate container 9d4700577749 [2023-10-18T11:38:04.412Z] ---> 438cbebfa24c [2023-10-18T11:38:04.412Z] Step 23/24 : LABEL git_sha=878a6e6074138d8920890418877c0dc328ed9919 [2023-10-18T11:38:04.412Z] ---> Running in f90b9655fc50 [2023-10-18T11:38:04.412Z] Removing intermediate container f90b9655fc50 [2023-10-18T11:38:04.412Z] ---> 6d12c08be155 [2023-10-18T11:38:04.412Z] Step 24/24 : LABEL version=3.1.0-dev.16 [2023-10-18T11:38:04.412Z] ---> Running in 6fa6876128df [2023-10-18T11:38:04.412Z] Removing intermediate container 6fa6876128df [2023-10-18T11:38:04.412Z] ---> 9fe3350b2192 [2023-10-18T11:38:04.412Z] [Warning] One or more build-args [ARCH] were not consumed [2023-10-18T11:38:04.412Z] Successfully built 9fe3350b2192 [2023-10-18T11:38:04.412Z] 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-10-18T11:38:04.530Z] provisioning config files... [2023-10-18T11:38:04.542Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/device-rfid-llrp-go/121@tmp/config2692585413910376077tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-10-18T11:38:04.866Z] ---> docker-login.sh [2023-10-18T11:38:04.866Z] nexus3.edgexfoundry.org:10001 [2023-10-18T11:38:04.866Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-18T11:38:05.131Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-18T11:38:05.131Z] Configure a credential helper to remove this warning. See [2023-10-18T11:38:05.131Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-18T11:38:05.131Z] [2023-10-18T11:38:05.131Z] Login Succeeded [2023-10-18T11:38:05.131Z] nexus3.edgexfoundry.org:10002 [2023-10-18T11:38:05.396Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-18T11:38:05.396Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-18T11:38:05.396Z] Configure a credential helper to remove this warning. See [2023-10-18T11:38:05.396Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-18T11:38:05.396Z] [2023-10-18T11:38:05.396Z] Login Succeeded [2023-10-18T11:38:05.396Z] nexus3.edgexfoundry.org:10003 [2023-10-18T11:38:05.662Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-18T11:38:05.926Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-18T11:38:05.926Z] Configure a credential helper to remove this warning. See [2023-10-18T11:38:05.926Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-18T11:38:05.926Z] [2023-10-18T11:38:05.926Z] Login Succeeded [2023-10-18T11:38:05.926Z] nexus3.edgexfoundry.org:10004 [2023-10-18T11:38:06.198Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-18T11:38:06.198Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-18T11:38:06.198Z] Configure a credential helper to remove this warning. See [2023-10-18T11:38:06.198Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-18T11:38:06.198Z] [2023-10-18T11:38:06.198Z] Login Succeeded [2023-10-18T11:38:06.198Z] docker.io [2023-10-18T11:38:06.465Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-18T11:38:06.732Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-18T11:38:06.732Z] Configure a credential helper to remove this warning. See [2023-10-18T11:38:06.732Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-18T11:38:06.732Z] [2023-10-18T11:38:06.732Z] Login Succeeded [2023-10-18T11:38:06.732Z] ---> docker-login.sh ends [Pipeline] } [2023-10-18T11:38:06.748Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-10-18T11:38:06.773Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-10-18T11:38:06.789Z] [edgeXDocker.push] Tagging docker image device-rfid-llrp-arm64 with the following tags: [2023-10-18T11:38:06.789Z] 878a6e6074138d8920890418877c0dc328ed9919 [2023-10-18T11:38:06.789Z] latest [2023-10-18T11:38:06.789Z] 3.1.0-dev.16 [2023-10-18T11:38:06.789Z] 878a6e6074138d8920890418877c0dc328ed9919-3.1.0-dev.16 [2023-10-18T11:38:06.789Z] main [2023-10-18T11:38:06.789Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-18T11:38:07.141Z] + docker tag device-rfid-llrp-arm64 nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:878a6e6074138d8920890418877c0dc328ed9919 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-18T11:38:07.489Z] + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:878a6e6074138d8920890418877c0dc328ed9919 [2023-10-18T11:38:07.489Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64] [2023-10-18T11:38:07.489Z] 83e0ce2db22a: Preparing [2023-10-18T11:38:07.489Z] 94cd65e32a28: Preparing [2023-10-18T11:38:07.489Z] 86833f8ba1e4: Preparing [2023-10-18T11:38:07.489Z] c2f409b5e60f: Preparing [2023-10-18T11:38:07.489Z] 5f4d9fc4d98d: Preparing [2023-10-18T11:38:07.489Z] 5f4d9fc4d98d: Layer already exists [2023-10-18T11:38:07.756Z] 94cd65e32a28: Pushed [2023-10-18T11:38:07.756Z] c2f409b5e60f: Pushed [2023-10-18T11:38:07.756Z] 86833f8ba1e4: Pushed [2023-10-18T11:38:13.077Z] 83e0ce2db22a: Pushed [2023-10-18T11:38:13.342Z] 878a6e6074138d8920890418877c0dc328ed9919: digest: sha256:a7633bda919b28c56b681f607b1faa249863b3e49fe986ac6b3e78d6aad1ef52 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-18T11:38:13.690Z] + 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-10-18T11:38:14.021Z] + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:latest [2023-10-18T11:38:14.021Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64] [2023-10-18T11:38:14.021Z] 83e0ce2db22a: Preparing [2023-10-18T11:38:14.021Z] 94cd65e32a28: Preparing [2023-10-18T11:38:14.021Z] 86833f8ba1e4: Preparing [2023-10-18T11:38:14.021Z] c2f409b5e60f: Preparing [2023-10-18T11:38:14.021Z] 5f4d9fc4d98d: Preparing [2023-10-18T11:38:14.021Z] c2f409b5e60f: Layer already exists [2023-10-18T11:38:14.021Z] 86833f8ba1e4: Layer already exists [2023-10-18T11:38:14.021Z] 94cd65e32a28: Layer already exists [2023-10-18T11:38:14.021Z] 5f4d9fc4d98d: Layer already exists [2023-10-18T11:38:14.021Z] 83e0ce2db22a: Layer already exists [2023-10-18T11:38:14.021Z] latest: digest: sha256:a7633bda919b28c56b681f607b1faa249863b3e49fe986ac6b3e78d6aad1ef52 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-18T11:38:14.356Z] + docker tag device-rfid-llrp-arm64 nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:3.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-18T11:38:14.705Z] + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:3.1.0-dev.16 [2023-10-18T11:38:14.705Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64] [2023-10-18T11:38:14.705Z] 83e0ce2db22a: Preparing [2023-10-18T11:38:14.705Z] 94cd65e32a28: Preparing [2023-10-18T11:38:14.705Z] 86833f8ba1e4: Preparing [2023-10-18T11:38:14.705Z] c2f409b5e60f: Preparing [2023-10-18T11:38:14.705Z] 5f4d9fc4d98d: Preparing [2023-10-18T11:38:14.705Z] c2f409b5e60f: Layer already exists [2023-10-18T11:38:14.705Z] 86833f8ba1e4: Layer already exists [2023-10-18T11:38:14.705Z] 94cd65e32a28: Layer already exists [2023-10-18T11:38:14.705Z] 5f4d9fc4d98d: Layer already exists [2023-10-18T11:38:14.705Z] 83e0ce2db22a: Layer already exists [2023-10-18T11:38:14.705Z] 3.1.0-dev.16: digest: sha256:a7633bda919b28c56b681f607b1faa249863b3e49fe986ac6b3e78d6aad1ef52 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-18T11:38:15.044Z] + docker tag device-rfid-llrp-arm64 nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:878a6e6074138d8920890418877c0dc328ed9919-3.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-18T11:38:15.392Z] + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:878a6e6074138d8920890418877c0dc328ed9919-3.1.0-dev.16 [2023-10-18T11:38:15.392Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64] [2023-10-18T11:38:15.392Z] 83e0ce2db22a: Preparing [2023-10-18T11:38:15.392Z] 94cd65e32a28: Preparing [2023-10-18T11:38:15.392Z] 86833f8ba1e4: Preparing [2023-10-18T11:38:15.392Z] c2f409b5e60f: Preparing [2023-10-18T11:38:15.392Z] 5f4d9fc4d98d: Preparing [2023-10-18T11:38:15.392Z] 86833f8ba1e4: Layer already exists [2023-10-18T11:38:15.392Z] 94cd65e32a28: Layer already exists [2023-10-18T11:38:15.392Z] 5f4d9fc4d98d: Layer already exists [2023-10-18T11:38:15.392Z] 83e0ce2db22a: Layer already exists [2023-10-18T11:38:15.392Z] c2f409b5e60f: Layer already exists [2023-10-18T11:38:15.392Z] 878a6e6074138d8920890418877c0dc328ed9919-3.1.0-dev.16: digest: sha256:a7633bda919b28c56b681f607b1faa249863b3e49fe986ac6b3e78d6aad1ef52 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-18T11:38:15.744Z] + 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-10-18T11:38:16.083Z] + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:main [2023-10-18T11:38:16.083Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64] [2023-10-18T11:38:16.083Z] 83e0ce2db22a: Preparing [2023-10-18T11:38:16.083Z] 94cd65e32a28: Preparing [2023-10-18T11:38:16.083Z] 86833f8ba1e4: Preparing [2023-10-18T11:38:16.083Z] c2f409b5e60f: Preparing [2023-10-18T11:38:16.083Z] 5f4d9fc4d98d: Preparing [2023-10-18T11:38:16.083Z] 94cd65e32a28: Layer already exists [2023-10-18T11:38:16.083Z] c2f409b5e60f: Layer already exists [2023-10-18T11:38:16.083Z] 5f4d9fc4d98d: Layer already exists [2023-10-18T11:38:16.083Z] 83e0ce2db22a: Layer already exists [2023-10-18T11:38:16.083Z] 86833f8ba1e4: Layer already exists [2023-10-18T11:38:16.349Z] main: digest: sha256:a7633bda919b28c56b681f607b1faa249863b3e49fe986ac6b3e78d6aad1ef52 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-10-18T11:38:16.390Z] ===================================================== [Pipeline] echo [2023-10-18T11:38:16.397Z] taggedImages: [2023-10-18T11:38:16.397Z] - nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:878a6e6074138d8920890418877c0dc328ed9919 [2023-10-18T11:38:16.397Z] - nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:latest [2023-10-18T11:38:16.397Z] - nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:3.1.0-dev.16 [2023-10-18T11:38:16.397Z] - nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:878a6e6074138d8920890418877c0dc328ed9919-3.1.0-dev.16 [2023-10-18T11:38:16.397Z] - 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-10-18T11:38:16.741Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-10-18T11:38:16.741Z] [2023-10-18T11:38:16.741Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-18T11:38:17.067Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-10-18T11:38:17.067Z] arm64: Pulling from edgex-lftools-log-publisher [2023-10-18T11:38:17.067Z] 8998bd30e6a1: Pulling fs layer [2023-10-18T11:38:17.067Z] 04944245beec: Pulling fs layer [2023-10-18T11:38:17.067Z] 699f458cf7ca: Pulling fs layer [2023-10-18T11:38:17.067Z] 765212b225bb: Pulling fs layer [2023-10-18T11:38:17.067Z] f23df028b6ca: Pulling fs layer [2023-10-18T11:38:17.067Z] d65c8cfc05b1: Pulling fs layer [2023-10-18T11:38:17.067Z] 2437ff75d9bd: Pulling fs layer [2023-10-18T11:38:17.067Z] 765212b225bb: Waiting [2023-10-18T11:38:17.067Z] f23df028b6ca: Waiting [2023-10-18T11:38:17.067Z] d65c8cfc05b1: Waiting [2023-10-18T11:38:17.067Z] 2437ff75d9bd: Waiting [2023-10-18T11:38:17.332Z] 04944245beec: Verifying Checksum [2023-10-18T11:38:17.332Z] 04944245beec: Download complete [2023-10-18T11:38:17.332Z] 765212b225bb: Verifying Checksum [2023-10-18T11:38:17.332Z] 765212b225bb: Download complete [2023-10-18T11:38:17.332Z] f23df028b6ca: Verifying Checksum [2023-10-18T11:38:17.332Z] f23df028b6ca: Download complete [2023-10-18T11:38:17.332Z] d65c8cfc05b1: Verifying Checksum [2023-10-18T11:38:17.332Z] d65c8cfc05b1: Download complete [2023-10-18T11:38:17.597Z] 699f458cf7ca: Verifying Checksum [2023-10-18T11:38:17.597Z] 699f458cf7ca: Download complete [2023-10-18T11:38:17.863Z] 8998bd30e6a1: Verifying Checksum [2023-10-18T11:38:17.863Z] 8998bd30e6a1: Download complete [2023-10-18T11:38:20.435Z] 2437ff75d9bd: Verifying Checksum [2023-10-18T11:38:20.435Z] 2437ff75d9bd: Download complete [2023-10-18T11:38:22.398Z] 8998bd30e6a1: Pull complete [2023-10-18T11:38:22.662Z] 04944245beec: Pull complete [2023-10-18T11:38:24.600Z] 699f458cf7ca: Pull complete [2023-10-18T11:38:24.600Z] 765212b225bb: Pull complete [2023-10-18T11:38:25.183Z] f23df028b6ca: Pull complete [2023-10-18T11:38:25.450Z] d65c8cfc05b1: Pull complete [2023-10-18T11:38:43.645Z] 2437ff75d9bd: Pull complete [2023-10-18T11:38:43.645Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-10-18T11:38:43.645Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-10-18T11:38:43.645Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-10-18T11:38:43.842Z] prd-ubuntu20.04-docker-arm64-4c-16g-9505 does not seem to be running inside a container [2023-10-18T11:38:43.913Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-rfid-llrp-go/121 -v /w/workspace/device-rfid-llrp-go/121:/w/workspace/device-rfid-llrp-go/121:rw,z -v /w/workspace/device-rfid-llrp-go/121@tmp:/w/workspace/device-rfid-llrp-go/121@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-10-18T11:38:46.670Z] $ docker top b7462a8cfa7eca6fe2374708222cb6b0a5c11e24777ca99976ba1ff9ca004070 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-10-18T11:38:47.492Z] ---> job-cost.sh [2023-10-18T11:38:47.492Z] lf-activate-venv: SKIPPING [2023-10-18T11:38:47.492Z] INFO: No Stack... [2023-10-18T11:38:47.757Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-10-18T11:38:48.713Z] INFO: Archiving Costs [Pipeline] sh [2023-10-18T11:38:49.346Z] + cat /w/workspace/device-rfid-llrp-go/121/archives/cost.csv [2023-10-18T11:38:49.346Z] + cut -d, -f6 [Pipeline] lock [2023-10-18T11:38:49.402Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-main-121-stack-cost] [2023-10-18T11:38:49.408Z] Resource [jenkins-edgexfoundry-device-rfid-llrp-go-main-121-stack-cost] did not exist. Created. [2023-10-18T11:38:49.408Z] Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-main-121-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-10-18T11:38:50.056Z] /w/workspace/device-rfid-llrp-go/121@tmp/durable-d6cbfa52/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-10-18T11:38:50.602Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-10-18T11:38:50.883Z] Warning: overwriting stash ‘stack-cost’ [2023-10-18T11:38:50.979Z] Stashed 1 file(s) [Pipeline] } [2023-10-18T11:38:50.990Z] Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-main-121-stack-cost] [Pipeline] // lock [Pipeline] } [2023-10-18T11:38:51.012Z] $ docker stop --time=1 b7462a8cfa7eca6fe2374708222cb6b0a5c11e24777ca99976ba1ff9ca004070 [2023-10-18T11:38:54.091Z] $ docker rm -f --volumes b7462a8cfa7eca6fe2374708222cb6b0a5c11e24777ca99976ba1ff9ca004070 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2023-10-18T11:38:54.522Z] provisioning config files... [2023-10-18T11:38:54.528Z] copy managed file [device-rfid-llrp-go-codecov-token] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config9601898783508243737tmp [Pipeline] { [Pipeline] sh [2023-10-18T11:38:54.819Z] + set +x [2023-10-18T11:38:54.819Z] + curl -s https://codecov.io/bash [2023-10-18T11:38:54.819Z] + bash -s -- [2023-10-18T11:38:54.819Z] [2023-10-18T11:38:54.819Z] _____ _ [2023-10-18T11:38:54.819Z] / ____| | | [2023-10-18T11:38:54.819Z] | | ___ __| | ___ ___ _____ __ [2023-10-18T11:38:54.819Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-10-18T11:38:54.819Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-10-18T11:38:54.819Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-10-18T11:38:54.819Z] Bash-1.0.6 [2023-10-18T11:38:54.819Z] [2023-10-18T11:38:54.819Z] [2023-10-18T11:38:54.819Z] ==> git version 2.25.1 found [2023-10-18T11:38:54.819Z] ==> 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-10-18T11:38:54.819Z] Release-Date: 2020-01-08 [2023-10-18T11:38:54.819Z] 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-10-18T11:38:54.819Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-10-18T11:38:54.819Z] ==> Jenkins CI detected. [2023-10-18T11:38:54.819Z] current dir:  /w/workspace/foundry_device-rfid-llrp-go_main [2023-10-18T11:38:54.819Z] project root: . [2023-10-18T11:38:54.819Z] --> token set from env [2023-10-18T11:38:54.819Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-10-18T11:38:54.819Z] ==> Running gcov in . (disable via -X gcov) [2023-10-18T11:38:54.819Z] ==> Python coveragepy not found [2023-10-18T11:38:54.819Z] ==> Searching for coverage reports in: [2023-10-18T11:38:54.819Z] + . [2023-10-18T11:38:54.819Z] -> Found 1 reports [2023-10-18T11:38:54.819Z] ==> Detecting git/mercurial file structure [2023-10-18T11:38:55.077Z] ==> Reading reports [2023-10-18T11:38:55.077Z] + ./coverage.out bytes=459493 [2023-10-18T11:38:55.077Z] ==> Appending adjustments [2023-10-18T11:38:55.077Z] https://docs.codecov.io/docs/fixing-reports [2023-10-18T11:38:55.077Z] + Found adjustments [2023-10-18T11:38:55.077Z] ==> Gzipping contents [2023-10-18T11:38:55.336Z] 52K /tmp/codecov.AOD6Qn.gz [2023-10-18T11:38:55.336Z] ==> Uploading reports [2023-10-18T11:38:55.336Z] url: https://codecov.io [2023-10-18T11:38:55.336Z] query: branch=main&commit=878a6e6074138d8920890418877c0dc328ed9919&build=121&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rfid-llrp-go%2Fjob%2Fmain%2F121%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rfid-llrp-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-10-18T11:38:55.336Z] -> Pinging Codecov [2023-10-18T11:38:55.336Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=0703e47f-c946-4a15-b96a-5e99ca1c8fb5&branch=main&commit=878a6e6074138d8920890418877c0dc328ed9919&build=121&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rfid-llrp-go%2Fjob%2Fmain%2F121%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rfid-llrp-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-10-18T11:38:55.336Z] -> Uploading to [2023-10-18T11:38:55.336Z] https://storage.googleapis.com/codecov/v4/raw/2023-10-18/581DD39554BDF9B6E22D074273EAD858/878a6e6074138d8920890418877c0dc328ed9919/327b8a3f-e3f1-4d5f-af14-d9eecadc1279.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20231018%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20231018T113855Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4b25d8750eef2ee16569b7263f3fca730ed8f809575d70fd868b82f0801a4d4e [2023-10-18T11:38:55.336Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-10-18T11:38:55.336Z] Dload Upload Total Spent Left Speed [2023-10-18T11:38:55.906Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50515 0 0 100 50515 0 151k --:--:-- --:--:-- --:--:-- 151k 100 50515 0 0 100 50515 0 151k --:--:-- --:--:-- --:--:-- 151k [2023-10-18T11:38:55.906Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rfid-llrp-go/commit/878a6e6074138d8920890418877c0dc328ed9919 [Pipeline] } [2023-10-18T11:38:55.913Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-10-18T11:38:56.130Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-10-18T11:38:56.140Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-18T11:38:56.442Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-10-18T11:38:56.442Z] [2023-10-18T11:38:56.442Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-18T11:38:56.739Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-10-18T11:38:56.739Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-10-18T11:38:56.740Z] df9b9388f04a: Pulling fs layer [2023-10-18T11:38:56.740Z] 52dc419b0ee2: Pulling fs layer [2023-10-18T11:38:56.740Z] 25bc292e5bac: Pulling fs layer [2023-10-18T11:38:56.740Z] 114826534d7a: Pulling fs layer [2023-10-18T11:38:56.740Z] 4657fd5d0bcf: Pulling fs layer [2023-10-18T11:38:56.740Z] 6ad1cebc031e: Pulling fs layer [2023-10-18T11:38:56.740Z] 8a3aa393b2d8: Pulling fs layer [2023-10-18T11:38:56.740Z] 114826534d7a: Waiting [2023-10-18T11:38:56.740Z] 4657fd5d0bcf: Waiting [2023-10-18T11:38:56.740Z] 6ad1cebc031e: Waiting [2023-10-18T11:38:56.740Z] 8a3aa393b2d8: Waiting [2023-10-18T11:38:56.740Z] 52dc419b0ee2: Download complete [2023-10-18T11:38:56.740Z] 4657fd5d0bcf: Download complete [2023-10-18T11:38:56.740Z] df9b9388f04a: Download complete [2023-10-18T11:38:56.997Z] df9b9388f04a: Pull complete [2023-10-18T11:38:56.997Z] 6ad1cebc031e: Verifying Checksum [2023-10-18T11:38:56.997Z] 6ad1cebc031e: Download complete [2023-10-18T11:38:56.997Z] 52dc419b0ee2: Pull complete [2023-10-18T11:38:56.997Z] 25bc292e5bac: Pull complete [2023-10-18T11:38:57.562Z] 114826534d7a: Verifying Checksum [2023-10-18T11:38:57.562Z] 114826534d7a: Download complete [2023-10-18T11:38:57.562Z] 8a3aa393b2d8: Download complete [2023-10-18T11:39:00.837Z] 114826534d7a: Pull complete [2023-10-18T11:39:00.837Z] 4657fd5d0bcf: Pull complete [2023-10-18T11:39:01.095Z] 6ad1cebc031e: Pull complete [2023-10-18T11:39:03.618Z] 8a3aa393b2d8: Pull complete [2023-10-18T11:39:03.618Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-10-18T11:39:03.618Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-10-18T11:39:03.618Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-10-18T11:39:03.698Z] prd-ubuntu20.04-docker-8c-8g-9504 does not seem to be running inside a container [2023-10-18T11:39:03.732Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/foundry_device-rfid-llrp-go_main -v /w/workspace/foundry_device-rfid-llrp-go_main:/w/workspace/foundry_device-rfid-llrp-go_main:rw,z -v /w/workspace/foundry_device-rfid-llrp-go_main@tmp:/w/workspace/foundry_device-rfid-llrp-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-10-18T11:39:09.230Z] $ docker top 177ca173bc1164131a897abacc89a908c05ef41326b1f7d449816e0e172076d7 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-10-18T11:39:09.286Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-rfid-llrp-go:main' [Pipeline] sh [2023-10-18T11:39:09.561Z] + set -o pipefail [2023-10-18T11:39:09.561Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-rfid-llrp-go:main' [2023-10-18T11:39:17.674Z] [2023-10-18T11:39:17.674Z] Monitoring /w/workspace/foundry_device-rfid-llrp-go_main (github.com/edgexfoundry/device-rfid-llrp-go)... [2023-10-18T11:39:17.674Z] [2023-10-18T11:39:17.674Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/51b7f931-2ad3-4a5d-a1d2-3e401f6a993d/history/f628848a-8881-4944-b042-6b76a914d270 [2023-10-18T11:39:17.674Z] [2023-10-18T11:39:17.674Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-10-18T11:39:17.674Z] [2023-10-18T11:39:17.674Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-10-18T11:39:17.674Z] [2023-10-18T11:39:17.933Z] [2023-10-18T11:39:17.933Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-10-18T11:39:17.933Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-10-18T11:39:17.933Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-10-18T11:39:17.950Z] $ docker stop --time=1 177ca173bc1164131a897abacc89a908c05ef41326b1f7d449816e0e172076d7 [2023-10-18T11:39:22.167Z] $ docker rm -f --volumes 177ca173bc1164131a897abacc89a908c05ef41326b1f7d449816e0e172076d7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-10-18T11:39:22.879Z] + git log --format=format:%s -1 878a6e6074138d8920890418877c0dc328ed9919 [Pipeline] sh [2023-10-18T11:39:23.168Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-10-18T11:39:23.169Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-18T11:39:23.463Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-10-18T11:39:23.463Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-10-18T11:39:23.531Z] prd-ubuntu20.04-docker-8c-8g-9504 does not seem to be running inside a container [2023-10-18T11:39:23.567Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-rfid-llrp-go_main -v /w/workspace/foundry_device-rfid-llrp-go_main:/w/workspace/foundry_device-rfid-llrp-go_main:rw,z -v /w/workspace/foundry_device-rfid-llrp-go_main@tmp:/w/workspace/foundry_device-rfid-llrp-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-10-18T11:39:24.012Z] $ docker top d029c34f27189c91440646e0da36519e9aad5686dea9edf1034b00113e2b5fb1 -eo pid,comm [2023-10-18T11:39:24.053Z] 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-10-18T11:39:24.053Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-10-18T11:39:24.097Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-10-18T11:39:24.097Z] [ssh-agent] Looking for ssh-agent implementation... [2023-10-18T11:39:24.205Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-10-18T11:39:24.213Z] $ docker exec d029c34f27189c91440646e0da36519e9aad5686dea9edf1034b00113e2b5fb1 ssh-agent [2023-10-18T11:39:24.317Z] SSH_AUTH_SOCK=/tmp/ssh-4Onou6lA4Lng/agent.32 [2023-10-18T11:39:24.317Z] SSH_AGENT_PID=38 [2023-10-18T11:39:24.321Z] Running ssh-add (command line suppressed) [2023-10-18T11:39:24.426Z] Identity added: /w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_6860847592625423221.key (/w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_6860847592625423221.key) [2023-10-18T11:39:24.435Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-10-18T11:39:24.721Z] + git semver tag [2023-10-18T11:39:24.981Z] 2023-10-18 11:39:24,888 [run_tag] DEBUG tag force:False [2023-10-18T11:39:24.981Z] 2023-10-18 11:39:24,888 [check_head_tag] DEBUG check head tag [2023-10-18T11:39:24.981Z] 2023-10-18 11:39:24,889 [execute] INFO git cat-file --batch-check [2023-10-18T11:39:24.981Z] 2023-10-18 11:39:24,889 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main, universal_newlines=False, shell=None, istream=) [2023-10-18T11:39:24.981Z] 2023-10-18 11:39:24,893 [execute] INFO git cat-file --batch [2023-10-18T11:39:24.981Z] 2023-10-18 11:39:24,893 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main, universal_newlines=False, shell=None, istream=) [2023-10-18T11:39:24.981Z] 2023-10-18 11:39:24,903 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main [2023-10-18T11:39:24.981Z] 2023-10-18 11:39:24,903 [execute] INFO git tag -a v3.1.0-dev.16 -m v3.1.0-dev.16 [2023-10-18T11:39:24.981Z] 2023-10-18 11:39:24,903 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.1.0-dev.16', '-m', 'v3.1.0-dev.16'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main, universal_newlines=False, shell=None, istream=None) [2023-10-18T11:39:24.981Z] 2023-10-18 11:39:24,908 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main [2023-10-18T11:39:24.981Z] 3.1.0-dev.16 [Pipeline] } [2023-10-18T11:39:24.994Z] $ docker exec --env ******** --env ******** d029c34f27189c91440646e0da36519e9aad5686dea9edf1034b00113e2b5fb1 ssh-agent -k [2023-10-18T11:39:25.084Z] unset SSH_AUTH_SOCK; [2023-10-18T11:39:25.085Z] unset SSH_AGENT_PID; [2023-10-18T11:39:25.085Z] echo Agent pid 38 killed; [2023-10-18T11:39:25.087Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-10-18T11:39:25.391Z] + git semver [Pipeline] } [2023-10-18T11:39:25.668Z] $ docker stop --time=1 d029c34f27189c91440646e0da36519e9aad5686dea9edf1034b00113e2b5fb1 [2023-10-18T11:39:26.978Z] $ docker rm -f --volumes d029c34f27189c91440646e0da36519e9aad5686dea9edf1034b00113e2b5fb1 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-18T11:39:27.359Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-10-18T11:39:27.359Z] [2023-10-18T11:39:27.359Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-18T11:39:27.660Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-10-18T11:39:27.660Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-10-18T11:39:27.660Z] ab5ef0e58194: Pulling fs layer [2023-10-18T11:39:27.660Z] 9712f1f96733: Pulling fs layer [2023-10-18T11:39:27.660Z] 63f879dbbcfc: Pulling fs layer [2023-10-18T11:39:27.660Z] 0d9ebad4ef96: Pulling fs layer [2023-10-18T11:39:27.660Z] e9a5061849ea: Pulling fs layer [2023-10-18T11:39:27.660Z] d747dcd14b5f: Pulling fs layer [2023-10-18T11:39:27.660Z] 2de7ff778b66: Pulling fs layer [2023-10-18T11:39:27.660Z] e9a5061849ea: Waiting [2023-10-18T11:39:27.660Z] 2de7ff778b66: Waiting [2023-10-18T11:39:27.660Z] d747dcd14b5f: Waiting [2023-10-18T11:39:27.660Z] 0d9ebad4ef96: Waiting [2023-10-18T11:39:27.660Z] 9712f1f96733: Verifying Checksum [2023-10-18T11:39:27.660Z] 9712f1f96733: Download complete [2023-10-18T11:39:28.228Z] 63f879dbbcfc: Verifying Checksum [2023-10-18T11:39:28.228Z] 63f879dbbcfc: Download complete [2023-10-18T11:39:28.228Z] 0d9ebad4ef96: Verifying Checksum [2023-10-18T11:39:28.228Z] 0d9ebad4ef96: Download complete [2023-10-18T11:39:28.228Z] e9a5061849ea: Verifying Checksum [2023-10-18T11:39:28.228Z] e9a5061849ea: Download complete [2023-10-18T11:39:28.228Z] d747dcd14b5f: Download complete [2023-10-18T11:39:28.228Z] ab5ef0e58194: Verifying Checksum [2023-10-18T11:39:28.228Z] ab5ef0e58194: Download complete [2023-10-18T11:39:28.228Z] 2de7ff778b66: Verifying Checksum [2023-10-18T11:39:28.228Z] 2de7ff778b66: Download complete [2023-10-18T11:39:30.757Z] ab5ef0e58194: Pull complete [2023-10-18T11:39:30.757Z] 9712f1f96733: Pull complete [2023-10-18T11:39:31.689Z] 63f879dbbcfc: Pull complete [2023-10-18T11:39:34.971Z] 0d9ebad4ef96: Pull complete [2023-10-18T11:39:35.229Z] e9a5061849ea: Pull complete [2023-10-18T11:39:35.485Z] d747dcd14b5f: Pull complete [2023-10-18T11:39:36.419Z] 2de7ff778b66: Pull complete [2023-10-18T11:39:36.419Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-10-18T11:39:36.419Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-10-18T11:39:36.419Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-10-18T11:39:36.496Z] prd-ubuntu20.04-docker-8c-8g-9504 does not seem to be running inside a container [2023-10-18T11:39:36.530Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-rfid-llrp-go_main -v /w/workspace/foundry_device-rfid-llrp-go_main:/w/workspace/foundry_device-rfid-llrp-go_main:rw,z -v /w/workspace/foundry_device-rfid-llrp-go_main@tmp:/w/workspace/foundry_device-rfid-llrp-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-10-18T11:39:43.101Z] $ docker top 0d90a2e9cdda4d7f6c16fe17b8de07954f955ec0f269ca0867659345fcd896ea -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-10-18T11:39:43.157Z] provisioning config files... [2023-10-18T11:39:43.164Z] copy managed file [sigul-config] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config7647613851651754193tmp [2023-10-18T11:39:43.173Z] copy managed file [sigul-password] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config3240968719761637055tmp [2023-10-18T11:39:43.183Z] copy managed file [sigul-pki] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config2317169611285168950tmp [Pipeline] { [Pipeline] echo [2023-10-18T11:39:43.197Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-10-18T11:39:43.479Z] ---> sigul-configuration.sh [2023-10-18T11:39:43.479Z] gpg: directory `/root/.gnupg' created [2023-10-18T11:39:43.479Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-10-18T11:39:43.479Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-10-18T11:39:43.479Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-10-18T11:39:43.479Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-10-18T11:39:43.479Z] gpg: CAST5 encrypted data [2023-10-18T11:39:43.479Z] gpg: encrypted with 1 passphrase [2023-10-18T11:39:43.479Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-10-18T11:39:43.764Z] + mkdir /home/jenkins [2023-10-18T11:39:43.764Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-10-18T11:39:44.046Z] + 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-10-18T11:39:44.053Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-10-18T11:39:44.332Z] ---> sigul-install.sh [2023-10-18T11:39:44.332Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-10-18T11:39:44.616Z] + git tag --list [2023-10-18T11:39:44.616Z] v0.0.0 [2023-10-18T11:39:44.616Z] v1.0.0 [2023-10-18T11:39:44.616Z] v2.1.0 [2023-10-18T11:39:44.616Z] v2.1.1 [2023-10-18T11:39:44.616Z] v2.2.0 [2023-10-18T11:39:44.616Z] v2.3.0 [2023-10-18T11:39:44.616Z] v3.0 [2023-10-18T11:39:44.616Z] v3.0.0 [2023-10-18T11:39:44.616Z] v3.1.0-dev.1 [2023-10-18T11:39:44.616Z] v3.1.0-dev.10 [2023-10-18T11:39:44.616Z] v3.1.0-dev.11 [2023-10-18T11:39:44.616Z] v3.1.0-dev.12 [2023-10-18T11:39:44.616Z] v3.1.0-dev.13 [2023-10-18T11:39:44.616Z] v3.1.0-dev.14 [2023-10-18T11:39:44.616Z] v3.1.0-dev.15 [2023-10-18T11:39:44.616Z] v3.1.0-dev.16 [2023-10-18T11:39:44.616Z] v3.1.0-dev.2 [2023-10-18T11:39:44.616Z] v3.1.0-dev.3 [2023-10-18T11:39:44.616Z] v3.1.0-dev.4 [2023-10-18T11:39:44.616Z] v3.1.0-dev.5 [2023-10-18T11:39:44.616Z] v3.1.0-dev.6 [2023-10-18T11:39:44.616Z] v3.1.0-dev.7 [2023-10-18T11:39:44.616Z] v3.1.0-dev.8 [2023-10-18T11:39:44.616Z] v3.1.0-dev.9 [Pipeline] sh [2023-10-18T11:39:44.901Z] + lftools sign git-tag v3.1.0-dev.16 [2023-10-18T11:39:45.468Z] Signing Git tag with Sigul... [2023-10-18T11:39:45.468Z] Signing v3.1.0-dev.16 [Pipeline] echo [2023-10-18T11:39:45.734Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-10-18T11:39:46.015Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-10-18T11:39:46.022Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-10-18T11:39:46.044Z] $ docker stop --time=1 0d90a2e9cdda4d7f6c16fe17b8de07954f955ec0f269ca0867659345fcd896ea [2023-10-18T11:39:47.341Z] $ docker rm -f --volumes 0d90a2e9cdda4d7f6c16fe17b8de07954f955ec0f269ca0867659345fcd896ea [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-10-18T11:39:47.739Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-10-18T11:39:47.739Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-18T11:39:48.033Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-10-18T11:39:48.033Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-10-18T11:39:48.100Z] prd-ubuntu20.04-docker-8c-8g-9504 does not seem to be running inside a container [2023-10-18T11:39:48.136Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-rfid-llrp-go_main -v /w/workspace/foundry_device-rfid-llrp-go_main:/w/workspace/foundry_device-rfid-llrp-go_main:rw,z -v /w/workspace/foundry_device-rfid-llrp-go_main@tmp:/w/workspace/foundry_device-rfid-llrp-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-10-18T11:39:48.459Z] $ docker top e38c49a765556021efd62f95a41b3c6a11747a341436d9ccf6f59976dae99e7f -eo pid,comm [2023-10-18T11:39:48.504Z] 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-10-18T11:39:48.504Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-10-18T11:39:48.535Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-10-18T11:39:48.535Z] [ssh-agent] Looking for ssh-agent implementation... [2023-10-18T11:39:48.645Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-10-18T11:39:48.652Z] $ docker exec e38c49a765556021efd62f95a41b3c6a11747a341436d9ccf6f59976dae99e7f ssh-agent [2023-10-18T11:39:48.754Z] SSH_AUTH_SOCK=/tmp/ssh-jwnsLCzR8vL7/agent.32 [2023-10-18T11:39:48.754Z] SSH_AGENT_PID=38 [2023-10-18T11:39:48.758Z] Running ssh-add (command line suppressed) [2023-10-18T11:39:48.851Z] Identity added: /w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_3150539086565650394.key (/w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_3150539086565650394.key) [2023-10-18T11:39:48.858Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-10-18T11:39:49.144Z] + git semver bump pre [2023-10-18T11:39:49.402Z] 2023-10-18 11:39:49,305 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main [2023-10-18T11:39:49.402Z] 2023-10-18 11:39:49,305 [bump_version] DEBUG bumping version:3.1.0-dev.16 on axis:pre with prefix:dev [2023-10-18T11:39:49.402Z] 2023-10-18 11:39:49,305 [bump_version] DEBUG bumped version:3.1.0-dev.17 [2023-10-18T11:39:49.402Z] 2023-10-18 11:39:49,305 [write_version] DEBUG write version:3.1.0-dev.17 to path:/w/workspace/foundry_device-rfid-llrp-go_main/.semver/main with force:True [2023-10-18T11:39:49.402Z] 2023-10-18 11:39:49,305 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main [2023-10-18T11:39:49.402Z] 2023-10-18 11:39:49,305 [write_file] DEBUG write to file:/w/workspace/foundry_device-rfid-llrp-go_main/.semver/main [2023-10-18T11:39:49.402Z] 2023-10-18 11:39:49,307 [execute] INFO git cat-file --batch-check [2023-10-18T11:39:49.402Z] 2023-10-18 11:39:49,307 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-10-18T11:39:49.402Z] 2023-10-18 11:39:49,312 [execute] INFO git cat-file --batch [2023-10-18T11:39:49.402Z] 2023-10-18 11:39:49,312 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-10-18T11:39:49.402Z] 2023-10-18 11:39:49,318 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main [2023-10-18T11:39:49.402Z] 3.1.0-dev.17 [Pipeline] } [2023-10-18T11:39:49.417Z] $ docker exec --env ******** --env ******** e38c49a765556021efd62f95a41b3c6a11747a341436d9ccf6f59976dae99e7f ssh-agent -k [2023-10-18T11:39:49.505Z] unset SSH_AUTH_SOCK; [2023-10-18T11:39:49.505Z] unset SSH_AGENT_PID; [2023-10-18T11:39:49.505Z] echo Agent pid 38 killed; [2023-10-18T11:39:49.507Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-10-18T11:39:49.798Z] + git semver [Pipeline] } [2023-10-18T11:39:50.075Z] $ docker stop --time=1 e38c49a765556021efd62f95a41b3c6a11747a341436d9ccf6f59976dae99e7f [2023-10-18T11:39:51.319Z] $ docker rm -f --volumes e38c49a765556021efd62f95a41b3c6a11747a341436d9ccf6f59976dae99e7f [Pipeline] // withDockerContainer [Pipeline] sh [2023-10-18T11:39:52.623Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-10-18T11:39:52.623Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-18T11:39:54.942Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-10-18T11:39:54.942Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-10-18T11:39:55.014Z] prd-ubuntu20.04-docker-8c-8g-9504 does not seem to be running inside a container [2023-10-18T11:39:55.049Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-rfid-llrp-go_main -v /w/workspace/foundry_device-rfid-llrp-go_main:/w/workspace/foundry_device-rfid-llrp-go_main:rw,z -v /w/workspace/foundry_device-rfid-llrp-go_main@tmp:/w/workspace/foundry_device-rfid-llrp-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-10-18T11:39:55.371Z] $ docker top 07809f3c760a6ee820be606059ecad758aa8acd88b40eba312c55505e827ee60 -eo pid,comm [2023-10-18T11:39:55.413Z] 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-10-18T11:39:55.413Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-10-18T11:39:55.451Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-10-18T11:39:55.451Z] [ssh-agent] Looking for ssh-agent implementation... [2023-10-18T11:39:55.552Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-10-18T11:39:55.560Z] $ docker exec 07809f3c760a6ee820be606059ecad758aa8acd88b40eba312c55505e827ee60 ssh-agent [2023-10-18T11:39:55.659Z] SSH_AUTH_SOCK=/tmp/ssh-gH7eYKIN0i3e/agent.32 [2023-10-18T11:39:55.659Z] SSH_AGENT_PID=39 [2023-10-18T11:39:55.664Z] Running ssh-add (command line suppressed) [2023-10-18T11:39:55.771Z] Identity added: /w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_6101041228516737551.key (/w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_6101041228516737551.key) [2023-10-18T11:39:55.776Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-10-18T11:39:56.064Z] + git semver push [2023-10-18T11:39:56.323Z] 2023-10-18 11:39:56,244 [run_push] DEBUG push [2023-10-18T11:39:56.323Z] 2023-10-18 11:39:56,245 [execute] INFO git cat-file --batch-check [2023-10-18T11:39:56.323Z] 2023-10-18 11:39:56,245 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-10-18T11:39:56.323Z] 2023-10-18 11:39:56,249 [execute] INFO git rev-list 57c8ebfa257c4282ef89177a2e247594d03e4dab -- [2023-10-18T11:39:56.323Z] 2023-10-18 11:39:56,249 [execute] DEBUG Popen(['git', 'rev-list', '57c8ebfa257c4282ef89177a2e247594d03e4dab', '--'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-10-18T11:39:56.323Z] 2023-10-18 11:39:56,254 [execute] INFO git fetch -v origin [2023-10-18T11:39:56.323Z] 2023-10-18 11:39:56,255 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-10-18T11:39:56.891Z] 2023-10-18 11:39:56,743 [run_push] DEBUG no remote changes detected [2023-10-18T11:39:56.891Z] 2023-10-18 11:39:56,743 [execute] INFO git push origin semver [2023-10-18T11:39:56.891Z] 2023-10-18 11:39:56,743 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-10-18T11:39:57.826Z] 2023-10-18 11:39:57,467 [run_push] DEBUG push all version tags [2023-10-18T11:39:57.826Z] 2023-10-18 11:39:57,467 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-10-18T11:39:57.826Z] 2023-10-18 11:39:57,468 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main, universal_newlines=False, shell=None, istream=None) [2023-10-18T11:39:58.396Z] 2023-10-18 11:39:58,225 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main [2023-10-18T11:39:58.396Z] 3.1.0-dev.17 [Pipeline] } [2023-10-18T11:39:58.410Z] $ docker exec --env ******** --env ******** 07809f3c760a6ee820be606059ecad758aa8acd88b40eba312c55505e827ee60 ssh-agent -k [2023-10-18T11:39:58.510Z] unset SSH_AUTH_SOCK; [2023-10-18T11:39:58.510Z] unset SSH_AGENT_PID; [2023-10-18T11:39:58.510Z] echo Agent pid 39 killed; [2023-10-18T11:39:58.514Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-10-18T11:39:58.817Z] + git semver [Pipeline] } [2023-10-18T11:39:59.094Z] $ docker stop --time=1 07809f3c760a6ee820be606059ecad758aa8acd88b40eba312c55505e827ee60 [2023-10-18T11:40:00.361Z] $ docker rm -f --volumes 07809f3c760a6ee820be606059ecad758aa8acd88b40eba312c55505e827ee60 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-10-18T11:40:00.932Z] + [ -d /w/workspace/foundry_device-rfid-llrp-go_main/archives ] [2023-10-18T11:40:00.932Z] + ls -al /w/workspace/foundry_device-rfid-llrp-go_main/archives [2023-10-18T11:40:00.932Z] total 16 [2023-10-18T11:40:00.932Z] drwxr-xr-x 3 root root 4096 Oct 18 11:30 . [2023-10-18T11:40:00.932Z] drwxrwxr-x 12 jenkins jenkins 4096 Oct 18 11:39 .. [2023-10-18T11:40:00.932Z] drwxr-xr-x 2 root root 4096 Oct 18 11:30 cost [2023-10-18T11:40:00.932Z] -rw-r--r-- 1 root root 91 Oct 18 11:30 cost.csv [2023-10-18T11:40:00.932Z] + sudo chown -R jenkins:jenkins /w/workspace/foundry_device-rfid-llrp-go_main/archives [2023-10-18T11:40:00.932Z] + ls -al /w/workspace/foundry_device-rfid-llrp-go_main/archives [2023-10-18T11:40:00.932Z] total 16 [2023-10-18T11:40:00.932Z] drwxr-xr-x 3 jenkins jenkins 4096 Oct 18 11:30 . [2023-10-18T11:40:00.932Z] drwxrwxr-x 12 jenkins jenkins 4096 Oct 18 11:39 .. [2023-10-18T11:40:00.932Z] drwxr-xr-x 2 jenkins jenkins 4096 Oct 18 11:30 cost [2023-10-18T11:40:00.932Z] -rw-r--r-- 1 jenkins jenkins 91 Oct 18 11:30 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-10-18T11:40:01.218Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-10-18T11:40:02.084Z] ---> package-listing.sh [2023-10-18T11:40:02.084Z] ++ facter osfamily [2023-10-18T11:40:02.084Z] ++ tr '[:upper:]' '[:lower:]' [2023-10-18T11:40:02.342Z] + OS_FAMILY=debian [2023-10-18T11:40:02.342Z] + workspace=/w/workspace/foundry_device-rfid-llrp-go_main [2023-10-18T11:40:02.342Z] + START_PACKAGES=/tmp/packages_start.txt [2023-10-18T11:40:02.342Z] + END_PACKAGES=/tmp/packages_end.txt [2023-10-18T11:40:02.342Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-10-18T11:40:02.342Z] + PACKAGES=/tmp/packages_start.txt [2023-10-18T11:40:02.342Z] + '[' /w/workspace/foundry_device-rfid-llrp-go_main ']' [2023-10-18T11:40:02.342Z] + PACKAGES=/tmp/packages_end.txt [2023-10-18T11:40:02.342Z] + case "${OS_FAMILY}" in [2023-10-18T11:40:02.342Z] + dpkg -l [2023-10-18T11:40:02.342Z] + grep '^ii' [2023-10-18T11:40:02.342Z] + '[' -f /tmp/packages_start.txt ']' [2023-10-18T11:40:02.342Z] + '[' -f /tmp/packages_end.txt ']' [2023-10-18T11:40:02.342Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-10-18T11:40:02.342Z] + '[' /w/workspace/foundry_device-rfid-llrp-go_main ']' [2023-10-18T11:40:02.342Z] + mkdir -p /w/workspace/foundry_device-rfid-llrp-go_main/archives/ [2023-10-18T11:40:02.342Z] + 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-10-18T11:40:02.352Z] 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-10-18T11:40:02.625Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-18T11:40:03.179Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-10-18T11:40:03.179Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-10-18T11:40:03.329Z] prd-ubuntu20.04-docker-8c-8g-9504 does not seem to be running inside a container [2023-10-18T11:40:03.398Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/foundry_device-rfid-llrp-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/foundry_device-rfid-llrp-go_main -v /w/workspace/foundry_device-rfid-llrp-go_main:/w/workspace/foundry_device-rfid-llrp-go_main:rw,z -v /w/workspace/foundry_device-rfid-llrp-go_main@tmp:/w/workspace/foundry_device-rfid-llrp-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-10-18T11:40:03.597Z] $ docker top e8bd556eb8afd8205af401ab2ae49b6cb099a30a9b0fa33650342fa377352cef -eo pid,comm [Pipeline] { [Pipeline] sh [2023-10-18T11:40:03.932Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-10-18T11:40:04.214Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-10-18T11:40:04.498Z] + ls /var/log/sa-host [2023-10-18T11:40:04.498Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-10-18T11:40:04.650Z] provisioning config files... [2023-10-18T11:40:04.657Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config15005945736912717260tmp [Pipeline] { [Pipeline] echo [2023-10-18T11:40:04.673Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-10-18T11:40:04.957Z] ---> create-netrc.sh [Pipeline] } [2023-10-18T11:40:04.964Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-10-18T11:40:05.297Z] ---> python-tools-install.sh [Pipeline] echo [2023-10-18T11:40:05.305Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-10-18T11:40:05.588Z] ---> sudo-logs.sh [2023-10-18T11:40:05.588Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-10-18T11:40:05.617Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-10-18T11:40:05.896Z] ---> job-cost.sh [2023-10-18T11:40:05.896Z] lf-activate-venv: SKIPPING [2023-10-18T11:40:05.896Z] DEBUG: total: 0.2199999988079071 [2023-10-18T11:40:05.896Z] INFO: Retrieving Stack Cost... [2023-10-18T11:40:06.154Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-10-18T11:40:06.722Z] INFO: Archiving Costs [Pipeline] echo [2023-10-18T11:40:06.735Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-10-18T11:40:07.017Z] ---> logs-deploy.sh [2023-10-18T11:40:07.017Z] lf-activate-venv: SKIPPING [2023-10-18T11:40:07.017Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rfid-llrp-go/main/121 [2023-10-18T11:40:07.017Z] INFO: archiving workspace using pattern(s): [2023-10-18T11:40:07.952Z] Archives upload complete. [2023-10-18T11:40:07.952Z] INFO: archiving logs to Nexus