Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 2a339657893f17d018f509f5a276497842acaf2d 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-ssh13463175956972255004.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-ssh15767518156277266082.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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-ssh2850712232277120761.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > 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-ssh14565672067852055810.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-ssh5765723927796461725.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.18 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 ‘prd-centos7-blackbox-4c-2g-1315’ doesn’t have label ‘ubuntu20.04-docker-8c-8g’ ‘prd-centos7-blackbox-4c-2g-1316’ doesn’t have label ‘ubuntu20.04-docker-8c-8g’ ‘prd-ubuntu20.04-docker-8c-8g-1956’ is offline Running on prd-ubuntu20.04-docker-8c-8g-1960 in /w/workspace/foundry_device-rfid-llrp-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE 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 2a339657893f17d018f509f5a276497842acaf2d (main) > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2a339657893f17d018f509f5a276497842acaf2d # timeout=10 Commit message: "Merge pull request #132 from lenny-intel/mb-config" > git rev-list --no-walk ca5f12e3f5b0dcc2e9f99ab405ce0dc1158ea6a8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-01-11T21:52:00.173Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-01-11T21:52:00.233Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-01-11T21:52:00.246Z] ========================================================= [2023-01-11T21:52:00.246Z] EdgeX Global Pipelines Version Info [2023-01-11T21:52:00.246Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-01-11T21:52:00.947Z] ------------------- [2023-01-11T21:52:00.947Z] stable info: [2023-01-11T21:52:00.947Z] ------------------- [2023-01-11T21:52:00.947Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-01-11T21:52:00.947Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-11T21:52:00.947Z] Message: update stable to v1.0.244 [2023-01-11T21:52:01.515Z] ------------------- [2023-01-11T21:52:01.515Z] experimental info: [2023-01-11T21:52:01.515Z] ------------------- [2023-01-11T21:52:01.515Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-01-11T21:52:01.515Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-11T21:52:01.515Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-01-11T21:52:01.677Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rfid-llrp-go-settings [Pipeline] echo [2023-01-11T21:52:01.690Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rfid-llrp-go [Pipeline] echo [2023-01-11T21:52:01.702Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-01-11T21:52:01.718Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-01-11T21:52:01.730Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-01-11T21:52:01.742Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-01-11T21:52:01.752Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-01-11T21:52:01.764Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-01-11T21:52:01.774Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-01-11T21:52:01.788Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-01-11T21:52:01.804Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-01-11T21:52:01.815Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rfid-llrp [Pipeline] echo [2023-01-11T21:52:01.830Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-01-11T21:52:01.850Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-01-11T21:52:01.861Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-01-11T21:52:01.877Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-01-11T21:52:01.890Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-01-11T21:52:01.906Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-01-11T21:52:01.919Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-01-11T21:52:01.936Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-01-11T21:52:01.947Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-01-11T21:52:01.963Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-01-11T21:52:01.976Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-01-11T21:52:01.989Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-01-11T21:52:01.999Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-01-11T21:52:02.013Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-01-11T21:52:02.024Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-01-11T21:52:02.037Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-01-11T21:52:02.047Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-01-11T21:52:02.060Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-01-11T21:52:02.075Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2a339657893f17d018f509f5a276497842acaf2d [Pipeline] echo [2023-01-11T21:52:02.089Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2a33965 [Pipeline] echo [2023-01-11T21:52:02.104Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-11T21:52:02.151Z] provisioning config files... [2023-01-11T21:52:02.162Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config689552320009146907tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-11T21:52:02.475Z] ---> docker-login.sh [2023-01-11T21:52:02.475Z] nexus3.edgexfoundry.org:10001 [2023-01-11T21:52:02.735Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T21:52:02.735Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T21:52:02.736Z] Configure a credential helper to remove this warning. See [2023-01-11T21:52:02.736Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T21:52:02.736Z] [2023-01-11T21:52:02.736Z] Login Succeeded [2023-01-11T21:52:02.736Z] nexus3.edgexfoundry.org:10002 [2023-01-11T21:52:02.995Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T21:52:02.995Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T21:52:02.995Z] Configure a credential helper to remove this warning. See [2023-01-11T21:52:02.995Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T21:52:02.995Z] [2023-01-11T21:52:02.995Z] Login Succeeded [2023-01-11T21:52:02.995Z] nexus3.edgexfoundry.org:10003 [2023-01-11T21:52:02.995Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T21:52:02.995Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T21:52:02.995Z] Configure a credential helper to remove this warning. See [2023-01-11T21:52:02.995Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T21:52:02.995Z] [2023-01-11T21:52:02.995Z] Login Succeeded [2023-01-11T21:52:02.995Z] nexus3.edgexfoundry.org:10004 [2023-01-11T21:52:03.255Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T21:52:03.255Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T21:52:03.255Z] Configure a credential helper to remove this warning. See [2023-01-11T21:52:03.255Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T21:52:03.255Z] [2023-01-11T21:52:03.255Z] Login Succeeded [2023-01-11T21:52:03.255Z] docker.io [2023-01-11T21:52:03.255Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T21:52:03.516Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T21:52:03.516Z] Configure a credential helper to remove this warning. See [2023-01-11T21:52:03.516Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T21:52:03.516Z] [2023-01-11T21:52:03.516Z] Login Succeeded [2023-01-11T21:52:03.516Z] ---> docker-login.sh ends [Pipeline] } [2023-01-11T21:52:03.523Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-01-11T21:52:03.894Z] + git rev-list -1 --merges 2a339657893f17d018f509f5a276497842acaf2d~1..2a339657893f17d018f509f5a276497842acaf2d [Pipeline] echo [2023-01-11T21:52:03.938Z] -----------> git rev-list -1 --merges 2a339657893f17d018f509f5a276497842acaf2d~1..2a339657893f17d018f509f5a276497842acaf2d 2a339657893f17d018f509f5a276497842acaf2d [2023-01-11T21:52:03.938Z] 2a339657893f17d018f509f5a276497842acaf2d [false] [Pipeline] sh [2023-01-11T21:52:04.226Z] + git log --format=format:%s -1 2a339657893f17d018f509f5a276497842acaf2d [Pipeline] echo [2023-01-11T21:52:04.241Z] ========================================================= [2023-01-11T21:52:04.241Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-01-11T21:52:04.241Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-11T21:52:04.554Z] + git log --format=format:%s -1 2a339657893f17d018f509f5a276497842acaf2d [Pipeline] echo [2023-01-11T21:52:04.566Z] [semverPrep] GIT_COMMIT: 2a339657893f17d018f509f5a276497842acaf2d, Commit Message: Merge pull request #132 from lenny-intel/mb-config [Pipeline] echo [2023-01-11T21:52:04.574Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-01-11T21:52:04.920Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-11T21:52:04.920Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-01-11T21:52:04.920Z] + [ -e /tmp/ssh_known_hosts ] [2023-01-11T21:52:04.920Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-01-11T21:52:04.920Z] + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-01-11T21:52:04.920Z] sudo tee -a /etc/ssh/ssh_known_hosts [2023-01-11T21:52:04.920Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:52:05.288Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-11T21:52:05.288Z] [2023-01-11T21:52:05.288Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:52:05.582Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-11T21:52:05.582Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-01-11T21:52:05.582Z] b85a868b505f: Pulling fs layer [2023-01-11T21:52:05.582Z] e2be974225ed: Pulling fs layer [2023-01-11T21:52:05.582Z] 339a4e72a1f5: Pulling fs layer [2023-01-11T21:52:05.582Z] 988bab9f4d93: Pulling fs layer [2023-01-11T21:52:05.582Z] 1469e6f7b9e6: Pulling fs layer [2023-01-11T21:52:05.582Z] eaf3925da568: Pulling fs layer [2023-01-11T21:52:05.582Z] bab4dde63d76: Pulling fs layer [2023-01-11T21:52:05.582Z] bde34c3a00c8: Pulling fs layer [2023-01-11T21:52:05.582Z] b352a97aabf1: Pulling fs layer [2023-01-11T21:52:05.582Z] 4872d77fe225: Pulling fs layer [2023-01-11T21:52:05.582Z] 5851b861e8e6: Pulling fs layer [2023-01-11T21:52:05.582Z] 988bab9f4d93: Waiting [2023-01-11T21:52:05.582Z] 1469e6f7b9e6: Waiting [2023-01-11T21:52:05.582Z] eaf3925da568: Waiting [2023-01-11T21:52:05.582Z] bab4dde63d76: Waiting [2023-01-11T21:52:05.582Z] bde34c3a00c8: Waiting [2023-01-11T21:52:05.582Z] b352a97aabf1: Waiting [2023-01-11T21:52:05.582Z] 4872d77fe225: Waiting [2023-01-11T21:52:05.582Z] 5851b861e8e6: Waiting [2023-01-11T21:52:05.582Z] e2be974225ed: Verifying Checksum [2023-01-11T21:52:05.582Z] e2be974225ed: Download complete [2023-01-11T21:52:05.582Z] 988bab9f4d93: Download complete [2023-01-11T21:52:05.843Z] 1469e6f7b9e6: Download complete [2023-01-11T21:52:05.843Z] eaf3925da568: Verifying Checksum [2023-01-11T21:52:05.843Z] eaf3925da568: Download complete [2023-01-11T21:52:05.843Z] 339a4e72a1f5: Verifying Checksum [2023-01-11T21:52:05.843Z] 339a4e72a1f5: Download complete [2023-01-11T21:52:05.843Z] bde34c3a00c8: Verifying Checksum [2023-01-11T21:52:05.843Z] bde34c3a00c8: Download complete [2023-01-11T21:52:05.843Z] b352a97aabf1: Download complete [2023-01-11T21:52:05.843Z] 4872d77fe225: Verifying Checksum [2023-01-11T21:52:05.843Z] 4872d77fe225: Download complete [2023-01-11T21:52:05.843Z] 5851b861e8e6: Verifying Checksum [2023-01-11T21:52:05.843Z] 5851b861e8e6: Download complete [2023-01-11T21:52:05.843Z] b85a868b505f: Verifying Checksum [2023-01-11T21:52:05.843Z] b85a868b505f: Download complete [2023-01-11T21:52:06.101Z] bab4dde63d76: Verifying Checksum [2023-01-11T21:52:06.101Z] bab4dde63d76: Download complete [2023-01-11T21:52:07.486Z] b85a868b505f: Pull complete [2023-01-11T21:52:07.486Z] e2be974225ed: Pull complete [2023-01-11T21:52:08.061Z] 339a4e72a1f5: Pull complete [2023-01-11T21:52:08.061Z] 988bab9f4d93: Pull complete [2023-01-11T21:52:08.321Z] 1469e6f7b9e6: Pull complete [2023-01-11T21:52:08.321Z] eaf3925da568: Pull complete [2023-01-11T21:52:10.225Z] bab4dde63d76: Pull complete [2023-01-11T21:52:10.225Z] bde34c3a00c8: Pull complete [2023-01-11T21:52:10.484Z] b352a97aabf1: Pull complete [2023-01-11T21:52:10.484Z] 4872d77fe225: Pull complete [2023-01-11T21:52:10.746Z] 5851b861e8e6: Pull complete [2023-01-11T21:52:10.746Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-01-11T21:52:10.746Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-11T21:52:10.746Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-11T21:52:10.832Z] prd-ubuntu20.04-docker-8c-8g-1960 does not seem to be running inside a container [2023-01-11T21:52:10.866Z] $ 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-01-11T21:52:14.299Z] $ docker top 199efaf246e1d994854841d284319cc18352d3288cadd7e4de70e6340c949992 -eo pid,comm [2023-01-11T21:52:14.378Z] 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-01-11T21:52:14.379Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-11T21:52:14.407Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-11T21:52:14.407Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-11T21:52:14.544Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-11T21:52:14.550Z] $ docker exec 199efaf246e1d994854841d284319cc18352d3288cadd7e4de70e6340c949992 ssh-agent [2023-01-11T21:52:14.646Z] SSH_AUTH_SOCK=/tmp/ssh-rDRDjSZAux5s/agent.14 [2023-01-11T21:52:14.646Z] SSH_AGENT_PID=20 [2023-01-11T21:52:14.652Z] Running ssh-add (command line suppressed) [2023-01-11T21:52:14.760Z] Identity added: /w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_5378240245210484273.key (/w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_5378240245210484273.key) [2023-01-11T21:52:14.780Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-11T21:52:15.068Z] + git tag --points-at HEAD [Pipeline] } [2023-01-11T21:52:15.088Z] $ docker exec --env ******** --env ******** 199efaf246e1d994854841d284319cc18352d3288cadd7e4de70e6340c949992 ssh-agent -k [2023-01-11T21:52:15.193Z] unset SSH_AUTH_SOCK; [2023-01-11T21:52:15.193Z] unset SSH_AGENT_PID; [2023-01-11T21:52:15.193Z] echo Agent pid 20 killed; [2023-01-11T21:52:15.202Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-01-11T21:52:15.233Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-11T21:52:15.233Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-11T21:52:15.354Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-11T21:52:15.360Z] $ docker exec 199efaf246e1d994854841d284319cc18352d3288cadd7e4de70e6340c949992 ssh-agent [2023-01-11T21:52:15.469Z] SSH_AUTH_SOCK=/tmp/ssh-gGodRSlGXoVZ/agent.71 [2023-01-11T21:52:15.469Z] SSH_AGENT_PID=77 [2023-01-11T21:52:15.474Z] Running ssh-add (command line suppressed) [2023-01-11T21:52:15.579Z] Identity added: /w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_12552545501894843454.key (/w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_12552545501894843454.key) [2023-01-11T21:52:15.590Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-11T21:52:15.878Z] + git semver init [2023-01-11T21:52:16.137Z] 2023-01-11 21:52:16,063 [run_init] DEBUG init version:0.0.0 force:False [2023-01-11T21:52:16.137Z] 2023-01-11 21:52:16,064 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/foundry_device-rfid-llrp-go_main/.semver [2023-01-11T21:52:16.137Z] 2023-01-11 21:52:16,064 [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-01-11T21:52:16.137Z] 2023-01-11 21:52:16,064 [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-01-11T21:52:17.078Z] 2023-01-11 21:52:16,974 [append_file] DEBUG append to file:/w/workspace/foundry_device-rfid-llrp-go_main/.git/info/exclude [2023-01-11T21:52:17.078Z] 2023-01-11 21:52:16,975 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/foundry_device-rfid-llrp-go_main/.semver/main with force:False [2023-01-11T21:52:17.078Z] 2023-01-11 21:52:16,975 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main [2023-01-11T21:52:17.078Z] 2023-01-11 21:52:16,975 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main [2023-01-11T21:52:17.078Z] 3.0.0-dev.3 [Pipeline] } [2023-01-11T21:52:17.094Z] $ docker exec --env ******** --env ******** 199efaf246e1d994854841d284319cc18352d3288cadd7e4de70e6340c949992 ssh-agent -k [2023-01-11T21:52:17.185Z] unset SSH_AUTH_SOCK; [2023-01-11T21:52:17.186Z] unset SSH_AGENT_PID; [2023-01-11T21:52:17.186Z] echo Agent pid 77 killed; [2023-01-11T21:52:17.203Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-11T21:52:17.511Z] + git semver [Pipeline] } [2023-01-11T21:52:17.787Z] $ docker stop --time=1 199efaf246e1d994854841d284319cc18352d3288cadd7e4de70e6340c949992 [2023-01-11T21:52:19.133Z] $ docker rm -f --volumes 199efaf246e1d994854841d284319cc18352d3288cadd7e4de70e6340c949992 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-11T21:52:19.465Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-01-11T21:52:19.670Z] Stashed 1 file(s) [Pipeline] echo [2023-01-11T21:52:19.673Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.3 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-11T21:52:19.832Z] provisioning config files... [2023-01-11T21:52:19.841Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config9557312983818307868tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-11T21:52:20.143Z] ---> docker-login.sh [2023-01-11T21:52:20.143Z] nexus3.edgexfoundry.org:10001 [2023-01-11T21:52:20.143Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T21:52:20.143Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T21:52:20.143Z] Configure a credential helper to remove this warning. See [2023-01-11T21:52:20.143Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T21:52:20.143Z] [2023-01-11T21:52:20.143Z] Login Succeeded [2023-01-11T21:52:20.143Z] nexus3.edgexfoundry.org:10002 [2023-01-11T21:52:20.143Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T21:52:20.143Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T21:52:20.143Z] Configure a credential helper to remove this warning. See [2023-01-11T21:52:20.143Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T21:52:20.143Z] [2023-01-11T21:52:20.143Z] Login Succeeded [2023-01-11T21:52:20.143Z] nexus3.edgexfoundry.org:10003 [2023-01-11T21:52:20.402Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T21:52:20.402Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T21:52:20.402Z] Configure a credential helper to remove this warning. See [2023-01-11T21:52:20.402Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T21:52:20.402Z] [2023-01-11T21:52:20.402Z] Login Succeeded [2023-01-11T21:52:20.402Z] nexus3.edgexfoundry.org:10004 [2023-01-11T21:52:20.402Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T21:52:20.402Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T21:52:20.402Z] Configure a credential helper to remove this warning. See [2023-01-11T21:52:20.402Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T21:52:20.402Z] [2023-01-11T21:52:20.402Z] Login Succeeded [2023-01-11T21:52:20.402Z] docker.io [2023-01-11T21:52:20.661Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T21:52:20.661Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T21:52:20.661Z] Configure a credential helper to remove this warning. See [2023-01-11T21:52:20.661Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T21:52:20.661Z] [2023-01-11T21:52:20.661Z] Login Succeeded [2023-01-11T21:52:20.661Z] ---> docker-login.sh ends [Pipeline] } [2023-01-11T21:52:20.668Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-01-11T21:52:20.741Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-11T21:52:20.759Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-11T21:52:20.768Z] ========================================================= [2023-01-11T21:52:20.768Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-01-11T21:52:20.768Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:52:21.085Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-01-11T21:52:21.085Z] Sending build context to Docker daemon 4.126MB [2023-01-11T21:52:21.085Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2023-01-11T21:52:21.085Z] Step 2/12 : FROM ${BASE} AS builder [2023-01-11T21:52:21.085Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-01-11T21:52:21.085Z] 213ec9aee27d: Pulling fs layer [2023-01-11T21:52:21.085Z] 4583459ba037: Pulling fs layer [2023-01-11T21:52:21.085Z] 93c1e223e6f2: Pulling fs layer [2023-01-11T21:52:21.085Z] 53926ce57604: Pulling fs layer [2023-01-11T21:52:21.085Z] 21b2b0c7a3f4: Pulling fs layer [2023-01-11T21:52:21.085Z] 53926ce57604: Waiting [2023-01-11T21:52:21.085Z] 22ff95d597cd: Pulling fs layer [2023-01-11T21:52:21.085Z] 21b2b0c7a3f4: Waiting [2023-01-11T21:52:21.085Z] 12d6caf4c0d1: Pulling fs layer [2023-01-11T21:52:21.085Z] 96b7cbca73a9: Pulling fs layer [2023-01-11T21:52:21.085Z] a7acece74701: Pulling fs layer [2023-01-11T21:52:21.085Z] 22ff95d597cd: Waiting [2023-01-11T21:52:21.085Z] a7acece74701: Waiting [2023-01-11T21:52:21.085Z] 12d6caf4c0d1: Waiting [2023-01-11T21:52:21.085Z] 96b7cbca73a9: Waiting [2023-01-11T21:52:21.085Z] 93c1e223e6f2: Verifying Checksum [2023-01-11T21:52:21.085Z] 93c1e223e6f2: Download complete [2023-01-11T21:52:21.085Z] 4583459ba037: Verifying Checksum [2023-01-11T21:52:21.085Z] 4583459ba037: Download complete [2023-01-11T21:52:21.085Z] 21b2b0c7a3f4: Verifying Checksum [2023-01-11T21:52:21.085Z] 21b2b0c7a3f4: Download complete [2023-01-11T21:52:21.085Z] 22ff95d597cd: Download complete [2023-01-11T21:52:21.349Z] 213ec9aee27d: Verifying Checksum [2023-01-11T21:52:21.349Z] 213ec9aee27d: Download complete [2023-01-11T21:52:21.349Z] 12d6caf4c0d1: Verifying Checksum [2023-01-11T21:52:21.349Z] 12d6caf4c0d1: Download complete [2023-01-11T21:52:21.349Z] 213ec9aee27d: Pull complete [2023-01-11T21:52:21.622Z] 4583459ba037: Pull complete [2023-01-11T21:52:21.622Z] 93c1e223e6f2: Pull complete [2023-01-11T21:52:21.622Z] a7acece74701: Verifying Checksum [2023-01-11T21:52:21.622Z] a7acece74701: Download complete [2023-01-11T21:52:22.200Z] 53926ce57604: Verifying Checksum [2023-01-11T21:52:22.200Z] 53926ce57604: Download complete [2023-01-11T21:52:22.200Z] 96b7cbca73a9: Verifying Checksum [2023-01-11T21:52:22.200Z] 96b7cbca73a9: Download complete [2023-01-11T21:52:25.512Z] 53926ce57604: Pull complete [2023-01-11T21:52:25.512Z] 21b2b0c7a3f4: Pull complete [2023-01-11T21:52:25.775Z] 22ff95d597cd: Pull complete [2023-01-11T21:52:25.775Z] 12d6caf4c0d1: Pull complete [2023-01-11T21:52:27.708Z] 96b7cbca73a9: Pull complete [2023-01-11T21:52:28.641Z] a7acece74701: Pull complete [2023-01-11T21:52:28.641Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-01-11T21:52:28.641Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-11T21:52:28.641Z] ---> db6d94c90886 [2023-01-11T21:52:28.641Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-01-11T21:52:32.847Z] ---> Running in f59a4e5196da [2023-01-11T21:52:33.107Z] Removing intermediate container f59a4e5196da [2023-01-11T21:52:33.107Z] ---> e045147f5448 [2023-01-11T21:52:33.107Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-01-11T21:52:33.107Z] ---> Running in 7c447b5ec290 [2023-01-11T21:52:33.107Z] Removing intermediate container 7c447b5ec290 [2023-01-11T21:52:33.107Z] ---> 6aa097c04a49 [2023-01-11T21:52:33.107Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git" [2023-01-11T21:52:33.107Z] ---> Running in 4f322ed991ce [2023-01-11T21:52:33.705Z] Removing intermediate container 4f322ed991ce [2023-01-11T21:52:33.705Z] ---> 11efeea0ee04 [2023-01-11T21:52:33.705Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-01-11T21:52:33.705Z] ---> Running in 9718e416f9bf [2023-01-11T21:52:34.276Z] Removing intermediate container 9718e416f9bf [2023-01-11T21:52:34.276Z] ---> 74cd51b2ad51 [2023-01-11T21:52:34.276Z] Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-01-11T21:52:34.276Z] ---> Running in f8adda9a8ebf [2023-01-11T21:52:34.780Z] Still waiting to schedule task [2023-01-11T21:52:34.780Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-01-11T21:52:34.842Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-11T21:52:34.842Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-11T21:52:35.100Z] OK: 211 MiB in 51 packages [2023-01-11T21:52:35.668Z] Removing intermediate container f8adda9a8ebf [2023-01-11T21:52:35.668Z] ---> cc138c9f0885 [2023-01-11T21:52:35.668Z] Step 8/12 : WORKDIR /app [2023-01-11T21:52:35.927Z] ---> Running in 2d6875e9dba0 [2023-01-11T21:52:36.187Z] Removing intermediate container 2d6875e9dba0 [2023-01-11T21:52:36.187Z] ---> 8a6664efacd1 [2023-01-11T21:52:36.187Z] Step 9/12 : COPY go.mod vendor* ./ [2023-01-11T21:52:36.450Z] ---> 5709019c2915 [2023-01-11T21:52:36.450Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-11T21:52:36.709Z] ---> Running in 5658747a7f78 [2023-01-11T21:53:03.764Z] Removing intermediate container 5658747a7f78 [2023-01-11T21:53:03.764Z] ---> 5e3c175816aa [2023-01-11T21:53:03.764Z] Step 11/12 : COPY . . [2023-01-11T21:53:03.764Z] ---> 7691d8338511 [2023-01-11T21:53:03.764Z] Step 12/12 : RUN $MAKE [2023-01-11T21:53:03.764Z] ---> Running in b931a064356f [2023-01-11T21:53:03.764Z] noop [2023-01-11T21:53:03.764Z] Removing intermediate container b931a064356f [2023-01-11T21:53:03.764Z] ---> 451a543e5f12 [2023-01-11T21:53:03.764Z] Successfully built 451a543e5f12 [2023-01-11T21:53:03.764Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:53:04.065Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-11T21:53:04.065Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-11T21:53:04.139Z] prd-ubuntu20.04-docker-8c-8g-1960 does not seem to be running inside a container [2023-01-11T21:53:04.168Z] $ 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-01-11T21:53:04.508Z] $ docker top a6c735be54f504938df48d81cf8197464ed947b067121c07c7ca8678c60f86cf -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-11T21:53:04.835Z] + go version [2023-01-11T21:53:04.835Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-01-11T21:53:04.848Z] $ docker stop --time=1 a6c735be54f504938df48d81cf8197464ed947b067121c07c7ca8678c60f86cf [2023-01-11T21:53:06.090Z] $ docker rm -f --volumes a6c735be54f504938df48d81cf8197464ed947b067121c07c7ca8678c60f86cf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:53:06.481Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-11T21:53:06.482Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-11T21:53:06.561Z] prd-ubuntu20.04-docker-8c-8g-1960 does not seem to be running inside a container [2023-01-11T21:53:06.588Z] $ 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-01-11T21:53:07.025Z] $ docker top c9e337db52411ca1406a47f30e3a142b9347985981ef8fe0fdebfad7f59793d2 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-11T21:53:07.363Z] + git config --global --add safe.directory /w/workspace/foundry_device-rfid-llrp-go_main [Pipeline] fileExists [Pipeline] sh [2023-01-11T21:53:07.655Z] + make test [2023-01-11T21:53:07.655Z] go test ./... -coverprofile=coverage.out ./... [2023-01-11T21:53:07.914Z] ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] [2023-01-11T21:53:17.875Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd [no test files] [2023-01-11T21:53:17.875Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd/llrp [no test files] [2023-01-11T21:53:23.143Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/driver 3.949s coverage: 38.5% of statements [2023-01-11T21:53:23.143Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.254s coverage: 52.0% of statements [2023-01-11T21:53:23.143Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.032s coverage: 96.4% of statements [2023-01-11T21:53:31.258Z] level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." [2023-01-11T21:53:31.258Z] go vet ./... [2023-01-11T21:53:34.539Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-01-11T21:53:34.539Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-01-11T21:53:34.539Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-01-11T21:53:34.550Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-01-11T21:53:34.564Z] $ docker stop --time=1 c9e337db52411ca1406a47f30e3a142b9347985981ef8fe0fdebfad7f59793d2 [2023-01-11T21:53:39.236Z] $ docker rm -f --volumes c9e337db52411ca1406a47f30e3a142b9347985981ef8fe0fdebfad7f59793d2 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-11T21:53:39.681Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-01-11T21:53:39.752Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-01-11T21:53:40.161Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-01-11T21:53:40.445Z] + ls -al . [2023-01-11T21:53:40.445Z] total 644 [2023-01-11T21:53:40.445Z] drwxrwxr-x 11 jenkins jenkins 4096 Jan 11 21:53 . [2023-01-11T21:53:40.445Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 11 21:51 .. [2023-01-11T21:53:40.445Z] -rw-rw-r-- 1 jenkins jenkins 134 Jan 11 21:51 .dockerignore [2023-01-11T21:53:40.445Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 11 21:53 .git [2023-01-11T21:53:40.445Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 11 21:51 .github [2023-01-11T21:53:40.445Z] -rw-rw-r-- 1 jenkins jenkins 946 Jan 11 21:51 .gitignore [2023-01-11T21:53:40.445Z] -rw-rw-r-- 1 jenkins jenkins 41 Jan 11 21:51 .golangci.yml [2023-01-11T21:53:40.445Z] drwxr-xr-x 3 jenkins jenkins 4096 Jan 11 21:52 .semver [2023-01-11T21:53:40.445Z] -rw-rw-r-- 1 jenkins jenkins 10896 Jan 11 21:51 Attribution.txt [2023-01-11T21:53:40.445Z] -rw-rw-r-- 1 jenkins jenkins 5905 Jan 11 21:51 CHANGELOG.md [2023-01-11T21:53:40.445Z] -rw-rw-r-- 1 jenkins jenkins 1347 Jan 11 21:51 Dockerfile [2023-01-11T21:53:40.445Z] -rw-rw-r-- 1 jenkins jenkins 677 Jan 11 21:51 GOVERNANCE.md [2023-01-11T21:53:40.445Z] -rw-rw-r-- 1 jenkins jenkins 683 Jan 11 21:51 Jenkinsfile [2023-01-11T21:53:40.445Z] -rw-rw-r-- 1 jenkins jenkins 11347 Jan 11 21:51 LICENSE [2023-01-11T21:53:40.445Z] -rw-rw-r-- 1 jenkins jenkins 2018 Jan 11 21:51 Makefile [2023-01-11T21:53:40.445Z] -rw-rw-r-- 1 jenkins jenkins 625 Jan 11 21:51 OWNERS.md [2023-01-11T21:53:40.445Z] -rw-rw-r-- 1 jenkins jenkins 28496 Jan 11 21:51 README.md [2023-01-11T21:53:40.445Z] -rw-rw-r-- 1 jenkins jenkins 11 Jan 11 21:52 VERSION [2023-01-11T21:53:40.445Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 11 21:51 bin [2023-01-11T21:53:40.445Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 11 21:51 cmd [2023-01-11T21:53:40.445Z] -rw-r--r-- 1 jenkins jenkins 460049 Jan 11 21:53 coverage.out [2023-01-11T21:53:40.445Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 11 21:51 examples [2023-01-11T21:53:40.445Z] -rw-rw-r-- 1 jenkins jenkins 3550 Jan 11 21:51 go.mod [2023-01-11T21:53:40.445Z] -rw-rw-r-- 1 jenkins jenkins 44766 Jan 11 21:51 go.sum [2023-01-11T21:53:40.445Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 11 21:51 images [2023-01-11T21:53:40.445Z] drwxrwxr-x 5 jenkins jenkins 4096 Jan 11 21:51 internal [2023-01-11T21:53:40.445Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 11 21:51 snap [2023-01-11T21:53:40.445Z] -rw-rw-r-- 1 jenkins jenkins 193 Jan 11 21:51 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:53:40.792Z] + 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=2a339657893f17d018f509f5a276497842acaf2d --label arch=amd64 --label version=3.0.0-dev.3 . [2023-01-11T21:53:40.792Z] Sending build context to Docker daemon 4.126MB [2023-01-11T21:53:40.792Z] Step 1/24 : ARG BASE=golang:1.18-alpine3.16 [2023-01-11T21:53:40.792Z] Step 2/24 : FROM ${BASE} AS builder [2023-01-11T21:53:40.792Z] ---> 451a543e5f12 [2023-01-11T21:53:40.792Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-01-11T21:53:41.088Z] ---> Running in 7f9c7388a894 [2023-01-11T21:53:41.088Z] Removing intermediate container 7f9c7388a894 [2023-01-11T21:53:41.088Z] ---> b7019994cb09 [2023-01-11T21:53:41.088Z] Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-01-11T21:53:41.088Z] ---> Running in 5c0da3f4bf93 [2023-01-11T21:53:41.088Z] Removing intermediate container 5c0da3f4bf93 [2023-01-11T21:53:41.088Z] ---> 6c19a76f6ea8 [2023-01-11T21:53:41.088Z] Step 5/24 : ARG ALPINE_PKG_BASE="make git" [2023-01-11T21:53:41.088Z] ---> Running in 1092047ac0a5 [2023-01-11T21:53:41.088Z] Removing intermediate container 1092047ac0a5 [2023-01-11T21:53:41.088Z] ---> 54231b11d541 [2023-01-11T21:53:41.088Z] Step 6/24 : ARG ALPINE_PKG_EXTRA="" [2023-01-11T21:53:41.355Z] ---> Running in 39997569111e [2023-01-11T21:53:41.355Z] Removing intermediate container 39997569111e [2023-01-11T21:53:41.355Z] ---> d5e8e06a0105 [2023-01-11T21:53:41.355Z] Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-01-11T21:53:41.355Z] ---> Running in 9094080f086a [2023-01-11T21:53:41.617Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-11T21:53:41.617Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-11T21:53:41.890Z] OK: 211 MiB in 51 packages [2023-01-11T21:53:42.165Z] Removing intermediate container 9094080f086a [2023-01-11T21:53:42.165Z] ---> f9bd71452965 [2023-01-11T21:53:42.165Z] Step 8/24 : WORKDIR /app [2023-01-11T21:53:42.440Z] ---> Running in 8f6cc751c4a1 [2023-01-11T21:53:42.440Z] Removing intermediate container 8f6cc751c4a1 [2023-01-11T21:53:42.440Z] ---> 17af682cfad6 [2023-01-11T21:53:42.440Z] Step 9/24 : COPY go.mod vendor* ./ [2023-01-11T21:53:42.698Z] ---> 15f51eb34e8c [2023-01-11T21:53:42.698Z] Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-11T21:53:42.698Z] ---> Running in fa7134bf3ded [2023-01-11T21:53:43.266Z] Removing intermediate container fa7134bf3ded [2023-01-11T21:53:43.266Z] ---> 89bb9791f01c [2023-01-11T21:53:43.266Z] Step 11/24 : COPY . . [2023-01-11T21:53:43.524Z] ---> 2b9c5bcd2070 [2023-01-11T21:53:43.524Z] Step 12/24 : RUN $MAKE [2023-01-11T21:53:43.524Z] ---> Running in 2f7fb92c4191 [2023-01-11T21:53:43.783Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-rfid-llrp-go.Version=3.0.0-dev.3" -trimpath -mod=readonly -o cmd/device-rfid-llrp ./cmd [2023-01-11T21:54:05.695Z] Removing intermediate container 2f7fb92c4191 [2023-01-11T21:54:05.695Z] ---> ef42d5272222 [2023-01-11T21:54:05.695Z] Step 13/24 : FROM alpine:3.16 [2023-01-11T21:54:05.695Z] 3.16: Pulling from library/alpine [2023-01-11T21:54:05.695Z] ca7dd9ec2225: Pulling fs layer [2023-01-11T21:54:05.695Z] ca7dd9ec2225: Verifying Checksum [2023-01-11T21:54:05.695Z] ca7dd9ec2225: Download complete [2023-01-11T21:54:05.695Z] ca7dd9ec2225: Pull complete [2023-01-11T21:54:05.695Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-11T21:54:05.695Z] Status: Downloaded newer image for alpine:3.16 [2023-01-11T21:54:05.695Z] ---> bfe296a52501 [2023-01-11T21:54:05.695Z] Step 14/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-01-11T21:54:05.695Z] ---> Running in d774c8f16ca3 [2023-01-11T21:54:05.695Z] Removing intermediate container d774c8f16ca3 [2023-01-11T21:54:05.695Z] ---> 2fb8be3a431e [2023-01-11T21:54:05.695Z] Step 15/24 : RUN apk add --update --no-cache dumb-init [2023-01-11T21:54:05.695Z] ---> Running in d90307951141 [2023-01-11T21:54:06.272Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-11T21:54:06.531Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-11T21:54:06.531Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-11T21:54:06.531Z] Executing busybox-1.35.0-r17.trigger [2023-01-11T21:54:06.531Z] OK: 6 MiB in 15 packages [2023-01-11T21:54:07.099Z] Removing intermediate container d90307951141 [2023-01-11T21:54:07.099Z] ---> 8b89ae79e913 [2023-01-11T21:54:07.099Z] Step 16/24 : COPY --from=builder /app/LICENSE / [2023-01-11T21:54:07.099Z] ---> f280e73249a1 [2023-01-11T21:54:07.099Z] Step 17/24 : COPY --from=builder /app/Attribution.txt / [2023-01-11T21:54:07.358Z] ---> e0ca56724d32 [2023-01-11T21:54:07.358Z] Step 18/24 : COPY --from=builder /app/cmd/ / [2023-01-11T21:54:08.295Z] ---> 2748d89552a0 [2023-01-11T21:54:08.295Z] Step 19/24 : EXPOSE 59989 [2023-01-11T21:54:08.295Z] ---> Running in 4df894780537 [2023-01-11T21:54:08.295Z] Removing intermediate container 4df894780537 [2023-01-11T21:54:08.295Z] ---> 0074fe9afa52 [2023-01-11T21:54:08.295Z] Step 20/24 : ENTRYPOINT ["/device-rfid-llrp"] [2023-01-11T21:54:08.295Z] ---> Running in 0dd40887707c [2023-01-11T21:54:08.295Z] Removing intermediate container 0dd40887707c [2023-01-11T21:54:08.295Z] ---> 0ce2b0c0eebf [2023-01-11T21:54:08.295Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-11T21:54:08.295Z] ---> Running in 17040a1b2213 [2023-01-11T21:54:08.295Z] Removing intermediate container 17040a1b2213 [2023-01-11T21:54:08.295Z] ---> 7f5fc439b6c1 [2023-01-11T21:54:08.295Z] Step 22/24 : LABEL arch=amd64 [2023-01-11T21:54:08.295Z] ---> Running in 4334c9f92134 [2023-01-11T21:54:08.295Z] Removing intermediate container 4334c9f92134 [2023-01-11T21:54:08.295Z] ---> 17358f842af0 [2023-01-11T21:54:08.295Z] Step 23/24 : LABEL git_sha=2a339657893f17d018f509f5a276497842acaf2d [2023-01-11T21:54:08.295Z] ---> Running in 069023fc2215 [2023-01-11T21:54:08.554Z] Removing intermediate container 069023fc2215 [2023-01-11T21:54:08.554Z] ---> cf832b3ca740 [2023-01-11T21:54:08.554Z] Step 24/24 : LABEL version=3.0.0-dev.3 [2023-01-11T21:54:08.813Z] ---> Running in 1b3419eeb9a4 [2023-01-11T21:54:08.813Z] Removing intermediate container 1b3419eeb9a4 [2023-01-11T21:54:08.813Z] ---> 9855a80d8ba8 [2023-01-11T21:54:08.813Z] [Warning] One or more build-args [ARCH] were not consumed [2023-01-11T21:54:08.813Z] Successfully built 9855a80d8ba8 [2023-01-11T21:54:08.813Z] 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-01-11T21:54:08.921Z] provisioning config files... [2023-01-11T21:54:08.929Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config367941480443283753tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-11T21:54:09.227Z] ---> docker-login.sh [2023-01-11T21:54:09.227Z] nexus3.edgexfoundry.org:10001 [2023-01-11T21:54:09.227Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T21:54:09.227Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T21:54:09.227Z] Configure a credential helper to remove this warning. See [2023-01-11T21:54:09.227Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T21:54:09.227Z] [2023-01-11T21:54:09.227Z] Login Succeeded [2023-01-11T21:54:09.227Z] nexus3.edgexfoundry.org:10002 [2023-01-11T21:54:09.227Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T21:54:09.227Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T21:54:09.227Z] Configure a credential helper to remove this warning. See [2023-01-11T21:54:09.227Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T21:54:09.227Z] [2023-01-11T21:54:09.227Z] Login Succeeded [2023-01-11T21:54:09.227Z] nexus3.edgexfoundry.org:10003 [2023-01-11T21:54:09.486Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T21:54:09.486Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T21:54:09.486Z] Configure a credential helper to remove this warning. See [2023-01-11T21:54:09.486Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T21:54:09.486Z] [2023-01-11T21:54:09.486Z] Login Succeeded [2023-01-11T21:54:09.486Z] nexus3.edgexfoundry.org:10004 [2023-01-11T21:54:09.486Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T21:54:09.486Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T21:54:09.486Z] Configure a credential helper to remove this warning. See [2023-01-11T21:54:09.486Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T21:54:09.486Z] [2023-01-11T21:54:09.486Z] Login Succeeded [2023-01-11T21:54:09.486Z] docker.io [2023-01-11T21:54:09.486Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T21:54:09.745Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T21:54:09.745Z] Configure a credential helper to remove this warning. See [2023-01-11T21:54:09.745Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T21:54:09.745Z] [2023-01-11T21:54:09.745Z] Login Succeeded [2023-01-11T21:54:09.745Z] ---> docker-login.sh ends [Pipeline] } [2023-01-11T21:54:09.751Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-11T21:54:09.783Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-11T21:54:09.815Z] [edgeXDocker.push] Tagging docker image device-rfid-llrp with the following tags: [2023-01-11T21:54:09.815Z] 2a339657893f17d018f509f5a276497842acaf2d [2023-01-11T21:54:09.815Z] latest [2023-01-11T21:54:09.815Z] 3.0.0-dev.3 [2023-01-11T21:54:09.815Z] 2a339657893f17d018f509f5a276497842acaf2d-3.0.0-dev.3 [2023-01-11T21:54:09.815Z] main [2023-01-11T21:54:09.815Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:54:10.129Z] + docker tag device-rfid-llrp nexus3.edgexfoundry.org:10004/device-rfid-llrp:2a339657893f17d018f509f5a276497842acaf2d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:54:10.438Z] + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp:2a339657893f17d018f509f5a276497842acaf2d [2023-01-11T21:54:10.438Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp] [2023-01-11T21:54:10.438Z] c1fd67b9f8a8: Preparing [2023-01-11T21:54:10.438Z] 0ad55fad6339: Preparing [2023-01-11T21:54:10.438Z] f6034764f7ff: Preparing [2023-01-11T21:54:10.438Z] dede6597081e: Preparing [2023-01-11T21:54:10.438Z] e5e13b0c77cb: Preparing [2023-01-11T21:54:10.438Z] e5e13b0c77cb: Layer already exists [2023-01-11T21:54:10.438Z] f6034764f7ff: Pushed [2023-01-11T21:54:10.438Z] dede6597081e: Pushed [2023-01-11T21:54:10.438Z] 0ad55fad6339: Pushed [2023-01-11T21:54:12.971Z] c1fd67b9f8a8: Pushed [2023-01-11T21:54:12.971Z] 2a339657893f17d018f509f5a276497842acaf2d: digest: sha256:85bfd1466ebac201ca3933d6a961d58e46a9c6ed04858f0243efacbbce732f8c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:54:13.288Z] + docker tag device-rfid-llrp nexus3.edgexfoundry.org:10004/device-rfid-llrp:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:54:13.603Z] + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp:latest [2023-01-11T21:54:13.603Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp] [2023-01-11T21:54:13.603Z] c1fd67b9f8a8: Preparing [2023-01-11T21:54:13.603Z] 0ad55fad6339: Preparing [2023-01-11T21:54:13.603Z] f6034764f7ff: Preparing [2023-01-11T21:54:13.603Z] dede6597081e: Preparing [2023-01-11T21:54:13.603Z] e5e13b0c77cb: Preparing [2023-01-11T21:54:13.603Z] dede6597081e: Layer already exists [2023-01-11T21:54:13.603Z] c1fd67b9f8a8: Layer already exists [2023-01-11T21:54:13.603Z] f6034764f7ff: Layer already exists [2023-01-11T21:54:13.603Z] e5e13b0c77cb: Layer already exists [2023-01-11T21:54:13.603Z] 0ad55fad6339: Layer already exists [2023-01-11T21:54:13.603Z] latest: digest: sha256:85bfd1466ebac201ca3933d6a961d58e46a9c6ed04858f0243efacbbce732f8c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:54:13.988Z] + docker tag device-rfid-llrp nexus3.edgexfoundry.org:10004/device-rfid-llrp:3.0.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:54:14.305Z] + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp:3.0.0-dev.3 [2023-01-11T21:54:14.305Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp] [2023-01-11T21:54:14.305Z] c1fd67b9f8a8: Preparing [2023-01-11T21:54:14.305Z] 0ad55fad6339: Preparing [2023-01-11T21:54:14.305Z] f6034764f7ff: Preparing [2023-01-11T21:54:14.305Z] dede6597081e: Preparing [2023-01-11T21:54:14.305Z] e5e13b0c77cb: Preparing [2023-01-11T21:54:14.305Z] dede6597081e: Layer already exists [2023-01-11T21:54:14.305Z] c1fd67b9f8a8: Layer already exists [2023-01-11T21:54:14.305Z] e5e13b0c77cb: Layer already exists [2023-01-11T21:54:14.305Z] f6034764f7ff: Layer already exists [2023-01-11T21:54:14.305Z] 0ad55fad6339: Layer already exists [2023-01-11T21:54:14.305Z] 3.0.0-dev.3: digest: sha256:85bfd1466ebac201ca3933d6a961d58e46a9c6ed04858f0243efacbbce732f8c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:54:14.616Z] + docker tag device-rfid-llrp nexus3.edgexfoundry.org:10004/device-rfid-llrp:2a339657893f17d018f509f5a276497842acaf2d-3.0.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:54:14.942Z] + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp:2a339657893f17d018f509f5a276497842acaf2d-3.0.0-dev.3 [2023-01-11T21:54:14.942Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp] [2023-01-11T21:54:14.942Z] c1fd67b9f8a8: Preparing [2023-01-11T21:54:14.942Z] 0ad55fad6339: Preparing [2023-01-11T21:54:14.942Z] f6034764f7ff: Preparing [2023-01-11T21:54:14.942Z] dede6597081e: Preparing [2023-01-11T21:54:14.942Z] e5e13b0c77cb: Preparing [2023-01-11T21:54:14.942Z] c1fd67b9f8a8: Layer already exists [2023-01-11T21:54:14.942Z] e5e13b0c77cb: Layer already exists [2023-01-11T21:54:14.942Z] 0ad55fad6339: Layer already exists [2023-01-11T21:54:14.942Z] dede6597081e: Layer already exists [2023-01-11T21:54:14.942Z] f6034764f7ff: Layer already exists [2023-01-11T21:54:14.942Z] 2a339657893f17d018f509f5a276497842acaf2d-3.0.0-dev.3: digest: sha256:85bfd1466ebac201ca3933d6a961d58e46a9c6ed04858f0243efacbbce732f8c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:54:15.269Z] + docker tag device-rfid-llrp nexus3.edgexfoundry.org:10004/device-rfid-llrp:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:54:15.581Z] + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp:main [2023-01-11T21:54:15.581Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp] [2023-01-11T21:54:15.581Z] c1fd67b9f8a8: Preparing [2023-01-11T21:54:15.581Z] 0ad55fad6339: Preparing [2023-01-11T21:54:15.581Z] f6034764f7ff: Preparing [2023-01-11T21:54:15.581Z] dede6597081e: Preparing [2023-01-11T21:54:15.581Z] e5e13b0c77cb: Preparing [2023-01-11T21:54:15.581Z] e5e13b0c77cb: Layer already exists [2023-01-11T21:54:15.581Z] f6034764f7ff: Layer already exists [2023-01-11T21:54:15.581Z] c1fd67b9f8a8: Layer already exists [2023-01-11T21:54:15.581Z] dede6597081e: Layer already exists [2023-01-11T21:54:15.581Z] 0ad55fad6339: Layer already exists [2023-01-11T21:54:15.581Z] main: digest: sha256:85bfd1466ebac201ca3933d6a961d58e46a9c6ed04858f0243efacbbce732f8c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-11T21:54:15.631Z] ===================================================== [Pipeline] echo [2023-01-11T21:54:15.640Z] taggedImages: [2023-01-11T21:54:15.640Z] - nexus3.edgexfoundry.org:10004/device-rfid-llrp:2a339657893f17d018f509f5a276497842acaf2d [2023-01-11T21:54:15.640Z] - nexus3.edgexfoundry.org:10004/device-rfid-llrp:latest [2023-01-11T21:54:15.640Z] - nexus3.edgexfoundry.org:10004/device-rfid-llrp:3.0.0-dev.3 [2023-01-11T21:54:15.640Z] - nexus3.edgexfoundry.org:10004/device-rfid-llrp:2a339657893f17d018f509f5a276497842acaf2d-3.0.0-dev.3 [2023-01-11T21:54:15.640Z] - 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-01-11T21:54:16.017Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-11T21:54:16.017Z] [2023-01-11T21:54:16.017Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:54:16.317Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-11T21:54:16.317Z] latest: Pulling from edgex-lftools-log-publisher [2023-01-11T21:54:16.317Z] 5eb5b503b376: Pulling fs layer [2023-01-11T21:54:16.317Z] 5c69ac0246d0: Pulling fs layer [2023-01-11T21:54:16.317Z] ec43610c2a17: Pulling fs layer [2023-01-11T21:54:16.317Z] 3a2ae6a8a46f: Pulling fs layer [2023-01-11T21:54:16.317Z] 33b1e0a273af: Pulling fs layer [2023-01-11T21:54:16.317Z] 5d3b04190fa2: Pulling fs layer [2023-01-11T21:54:16.317Z] 2f39f015ded8: Pulling fs layer [2023-01-11T21:54:16.317Z] 33b1e0a273af: Waiting [2023-01-11T21:54:16.317Z] 3a2ae6a8a46f: Waiting [2023-01-11T21:54:16.317Z] 5d3b04190fa2: Waiting [2023-01-11T21:54:16.317Z] 2f39f015ded8: Waiting [2023-01-11T21:54:16.317Z] 5c69ac0246d0: Verifying Checksum [2023-01-11T21:54:16.317Z] 5c69ac0246d0: Download complete [2023-01-11T21:54:16.317Z] 3a2ae6a8a46f: Verifying Checksum [2023-01-11T21:54:16.317Z] 3a2ae6a8a46f: Download complete [2023-01-11T21:54:16.578Z] 33b1e0a273af: Verifying Checksum [2023-01-11T21:54:16.578Z] 33b1e0a273af: Download complete [2023-01-11T21:54:16.578Z] ec43610c2a17: Verifying Checksum [2023-01-11T21:54:16.578Z] ec43610c2a17: Download complete [2023-01-11T21:54:16.578Z] 5d3b04190fa2: Verifying Checksum [2023-01-11T21:54:16.578Z] 5d3b04190fa2: Download complete [2023-01-11T21:54:16.578Z] 5eb5b503b376: Verifying Checksum [2023-01-11T21:54:16.578Z] 5eb5b503b376: Download complete [2023-01-11T21:54:17.143Z] 2f39f015ded8: Verifying Checksum [2023-01-11T21:54:17.143Z] 2f39f015ded8: Download complete [2023-01-11T21:54:17.710Z] 5eb5b503b376: Pull complete [2023-01-11T21:54:17.968Z] 5c69ac0246d0: Pull complete [2023-01-11T21:54:18.224Z] ec43610c2a17: Pull complete [2023-01-11T21:54:18.224Z] 3a2ae6a8a46f: Pull complete [2023-01-11T21:54:18.482Z] 33b1e0a273af: Pull complete [2023-01-11T21:54:18.739Z] 5d3b04190fa2: Pull complete [2023-01-11T21:54:22.996Z] 2f39f015ded8: Pull complete [2023-01-11T21:54:22.996Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-01-11T21:54:22.996Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-11T21:54:22.996Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-11T21:54:23.098Z] prd-ubuntu20.04-docker-8c-8g-1960 does not seem to be running inside a container [2023-01-11T21:54:23.134Z] $ 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-01-11T21:54:27.230Z] $ docker top 398d8088036bbdb4d105e73323792bd9b9de2d3977a7eefa6636c17b864f123f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-11T21:54:27.605Z] ---> job-cost.sh [2023-01-11T21:54:27.605Z] lf-activate-venv: SKIPPING [2023-01-11T21:54:27.605Z] INFO: No Stack... [2023-01-11T21:54:27.863Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-01-11T21:54:28.431Z] INFO: Archiving Costs [Pipeline] sh [2023-01-11T21:54:28.720Z] + cat /w/workspace/foundry_device-rfid-llrp-go_main/archives/cost.csv [2023-01-11T21:54:28.720Z] + cut -d, -f6 [Pipeline] lock [2023-01-11T21:54:28.738Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-main-67-stack-cost] [2023-01-11T21:54:28.743Z] Resource [jenkins-edgexfoundry-device-rfid-llrp-go-main-67-stack-cost] did not exist. Created. [2023-01-11T21:54:28.743Z] Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-main-67-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-01-11T21:54:29.049Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-01-11T21:54:29.080Z] Stashed 1 file(s) [Pipeline] } [2023-01-11T21:54:29.086Z] Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-main-67-stack-cost] [Pipeline] // lock [Pipeline] } [2023-01-11T21:54:29.108Z] $ docker stop --time=1 398d8088036bbdb4d105e73323792bd9b9de2d3977a7eefa6636c17b864f123f [2023-01-11T21:54:30.258Z] $ docker rm -f --volumes 398d8088036bbdb4d105e73323792bd9b9de2d3977a7eefa6636c17b864f123f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-01-11T21:54:31.754Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-1968 in /w/workspace/foundry_device-rfid-llrp-go_main [Pipeline] { [Pipeline] ws [2023-01-11T21:54:31.769Z] Running in /w/workspace/device-rfid-llrp-go/67 [Pipeline] { [Pipeline] checkout [2023-01-11T21:54:31.811Z] Selected Git installation does not exist. Using Default [2023-01-11T21:54:31.811Z] The recommended git tool is: NONE [2023-01-11T21:54:38.797Z] using credential edgex-jenkins-ssh [2023-01-11T21:54:38.815Z] Cloning the remote Git repository [2023-01-11T21:54:38.873Z] Cloning repository git@github.com:edgexfoundry/device-rfid-llrp-go.git [2023-01-11T21:54:38.967Z] > git init /w/workspace/device-rfid-llrp-go/67 # timeout=10 [2023-01-11T21:54:39.170Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git [2023-01-11T21:54:39.172Z] > git --version # timeout=10 [2023-01-11T21:54:39.204Z] > git --version # 'git version 2.25.1' [2023-01-11T21:54:39.207Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-01-11T21:54:39.284Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-11T21:54:40.601Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 [2023-01-11T21:54:40.627Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-11T21:54:41.980Z] Avoid second fetch [2023-01-11T21:54:41.981Z] Checking out Revision 2a339657893f17d018f509f5a276497842acaf2d (main) [2023-01-11T21:54:42.009Z] > git config core.sparsecheckout # timeout=10 [2023-01-11T21:54:42.032Z] > git checkout -f 2a339657893f17d018f509f5a276497842acaf2d # timeout=10 [2023-01-11T21:54:42.679Z] Commit message: "Merge pull request #132 from lenny-intel/mb-config" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-11T21:54:43.544Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-01-11T21:54:43.544Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-11T21:54:43.544Z] Dload Upload Total Spent Left Speed [2023-01-11T21:54:43.544Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 168k 0 --:--:-- --:--:-- --:--:-- 168k [Pipeline] sh [2023-01-11T21:54:44.167Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-01-11T21:54:44.508Z] + sudo tee /etc/docker/daemon.new [2023-01-11T21:54:44.508Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-01-11T21:54:44.508Z] { [2023-01-11T21:54:44.508Z] "registry-mirrors": [ [2023-01-11T21:54:44.508Z] "https://nexus3.edgexfoundry.org:10001" [2023-01-11T21:54:44.508Z] ], [2023-01-11T21:54:44.508Z] "bip": "10.250.0.254/24", [2023-01-11T21:54:44.508Z] "hosts": [ [2023-01-11T21:54:44.508Z] "tcp://0.0.0.0:5555", [2023-01-11T21:54:44.508Z] "unix:///var/run/docker.sock" [2023-01-11T21:54:44.508Z] ], [2023-01-11T21:54:44.508Z] "mtu": 1458, [2023-01-11T21:54:44.508Z] "selinux-enabled": true, [2023-01-11T21:54:44.508Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-01-11T21:54:44.508Z] } [Pipeline] sh [2023-01-11T21:54:44.855Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-01-11T21:54:45.200Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-11T21:55:03.539Z] provisioning config files... [2023-01-11T21:55:03.573Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/device-rfid-llrp-go/67@tmp/config3062839926303009657tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-11T21:55:03.953Z] ---> docker-login.sh [2023-01-11T21:55:03.953Z] nexus3.edgexfoundry.org:10001 [2023-01-11T21:55:04.546Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T21:55:04.546Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T21:55:04.546Z] Configure a credential helper to remove this warning. See [2023-01-11T21:55:04.546Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T21:55:04.546Z] [2023-01-11T21:55:04.546Z] Login Succeeded [2023-01-11T21:55:04.546Z] nexus3.edgexfoundry.org:10002 [2023-01-11T21:55:04.823Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T21:55:05.094Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T21:55:05.094Z] Configure a credential helper to remove this warning. See [2023-01-11T21:55:05.094Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T21:55:05.094Z] [2023-01-11T21:55:05.094Z] Login Succeeded [2023-01-11T21:55:05.094Z] nexus3.edgexfoundry.org:10003 [2023-01-11T21:55:05.364Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T21:55:05.364Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T21:55:05.364Z] Configure a credential helper to remove this warning. See [2023-01-11T21:55:05.364Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T21:55:05.364Z] [2023-01-11T21:55:05.364Z] Login Succeeded [2023-01-11T21:55:05.364Z] nexus3.edgexfoundry.org:10004 [2023-01-11T21:55:05.634Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T21:55:05.909Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T21:55:05.909Z] Configure a credential helper to remove this warning. See [2023-01-11T21:55:05.909Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T21:55:05.909Z] [2023-01-11T21:55:05.909Z] Login Succeeded [2023-01-11T21:55:05.909Z] docker.io [2023-01-11T21:55:06.183Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T21:55:06.452Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T21:55:06.452Z] Configure a credential helper to remove this warning. See [2023-01-11T21:55:06.452Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T21:55:06.452Z] [2023-01-11T21:55:06.452Z] Login Succeeded [2023-01-11T21:55:06.452Z] ---> docker-login.sh ends [Pipeline] } [2023-01-11T21:55:06.471Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-01-11T21:55:06.779Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-11T21:55:06.791Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-11T21:55:06.806Z] ========================================================= [2023-01-11T21:55:06.806Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-01-11T21:55:06.806Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:55:07.171Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-01-11T21:55:07.446Z] Sending build context to Docker daemon 1.222MB [2023-01-11T21:55:07.446Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2023-01-11T21:55:07.446Z] Step 2/12 : FROM ${BASE} AS builder [2023-01-11T21:55:07.719Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-01-11T21:55:07.719Z] 9b18e9b68314: Pulling fs layer [2023-01-11T21:55:07.719Z] 35d82f9e3411: Pulling fs layer [2023-01-11T21:55:07.719Z] e16973657156: Pulling fs layer [2023-01-11T21:55:07.719Z] fc693d55d65f: Pulling fs layer [2023-01-11T21:55:07.719Z] 7e9fc2657dce: Pulling fs layer [2023-01-11T21:55:07.719Z] dda99020689f: Pulling fs layer [2023-01-11T21:55:07.719Z] db1c61fa0a46: Pulling fs layer [2023-01-11T21:55:07.719Z] 891c053d2c06: Pulling fs layer [2023-01-11T21:55:07.719Z] fc693d55d65f: Waiting [2023-01-11T21:55:07.719Z] 7e9fc2657dce: Waiting [2023-01-11T21:55:07.719Z] dda99020689f: Waiting [2023-01-11T21:55:07.719Z] db1c61fa0a46: Waiting [2023-01-11T21:55:07.719Z] 891c053d2c06: Waiting [2023-01-11T21:55:07.719Z] e16973657156: Verifying Checksum [2023-01-11T21:55:07.719Z] e16973657156: Download complete [2023-01-11T21:55:07.719Z] 35d82f9e3411: Verifying Checksum [2023-01-11T21:55:07.719Z] 35d82f9e3411: Download complete [2023-01-11T21:55:07.719Z] 7e9fc2657dce: Verifying Checksum [2023-01-11T21:55:07.719Z] 7e9fc2657dce: Download complete [2023-01-11T21:55:07.719Z] dda99020689f: Verifying Checksum [2023-01-11T21:55:07.719Z] dda99020689f: Download complete [2023-01-11T21:55:07.719Z] 9b18e9b68314: Download complete [2023-01-11T21:55:08.713Z] 9b18e9b68314: Pull complete [2023-01-11T21:55:08.986Z] 891c053d2c06: Verifying Checksum [2023-01-11T21:55:08.986Z] 891c053d2c06: Download complete [2023-01-11T21:55:09.275Z] 35d82f9e3411: Pull complete [2023-01-11T21:55:09.546Z] e16973657156: Pull complete [2023-01-11T21:55:10.146Z] db1c61fa0a46: Verifying Checksum [2023-01-11T21:55:10.147Z] db1c61fa0a46: Download complete [2023-01-11T21:55:11.126Z] fc693d55d65f: Verifying Checksum [2023-01-11T21:55:11.126Z] fc693d55d65f: Download complete [2023-01-11T21:55:23.466Z] fc693d55d65f: Pull complete [2023-01-11T21:55:23.466Z] 7e9fc2657dce: Pull complete [2023-01-11T21:55:23.466Z] dda99020689f: Pull complete [2023-01-11T21:55:28.892Z] db1c61fa0a46: Pull complete [2023-01-11T21:55:30.316Z] 891c053d2c06: Pull complete [2023-01-11T21:55:30.316Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-01-11T21:55:30.316Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-11T21:55:30.316Z] ---> f96f9c87975a [2023-01-11T21:55:30.316Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-01-11T21:55:32.280Z] ---> Running in 1c1eedb026ef [2023-01-11T21:55:32.554Z] Removing intermediate container 1c1eedb026ef [2023-01-11T21:55:32.554Z] ---> 74d93a34c467 [2023-01-11T21:55:32.554Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-01-11T21:55:32.554Z] ---> Running in 5a963b83a682 [2023-01-11T21:55:33.150Z] Removing intermediate container 5a963b83a682 [2023-01-11T21:55:33.150Z] ---> e5c4435d6cb7 [2023-01-11T21:55:33.150Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git" [2023-01-11T21:55:33.150Z] ---> Running in 64b635102ced [2023-01-11T21:55:33.432Z] Removing intermediate container 64b635102ced [2023-01-11T21:55:33.432Z] ---> 883ce7ddfb29 [2023-01-11T21:55:33.432Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-01-11T21:55:33.708Z] ---> Running in 1252fa61ec40 [2023-01-11T21:55:33.991Z] Removing intermediate container 1252fa61ec40 [2023-01-11T21:55:33.991Z] ---> 6b3cad739491 [2023-01-11T21:55:33.991Z] Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-01-11T21:55:33.991Z] ---> Running in 124a15596c2e [2023-01-11T21:55:35.515Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-11T21:55:35.793Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-11T21:55:37.244Z] OK: 221 MiB in 51 packages [2023-01-11T21:55:38.230Z] Removing intermediate container 124a15596c2e [2023-01-11T21:55:38.230Z] ---> 2d0594a4e807 [2023-01-11T21:55:38.230Z] Step 8/12 : WORKDIR /app [2023-01-11T21:55:38.513Z] ---> Running in 67b8048b3eb9 [2023-01-11T21:55:38.792Z] Removing intermediate container 67b8048b3eb9 [2023-01-11T21:55:38.792Z] ---> 80de744bf9aa [2023-01-11T21:55:38.792Z] Step 9/12 : COPY go.mod vendor* ./ [2023-01-11T21:55:39.390Z] ---> fd0f279edee0 [2023-01-11T21:55:39.391Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-11T21:55:39.391Z] ---> Running in 8aa4065bf39e [2023-01-11T21:56:47.410Z] Removing intermediate container 8aa4065bf39e [2023-01-11T21:56:47.410Z] ---> 115571452015 [2023-01-11T21:56:47.410Z] Step 11/12 : COPY . . [2023-01-11T21:56:47.410Z] ---> 94a2630acb12 [2023-01-11T21:56:47.410Z] Step 12/12 : RUN $MAKE [2023-01-11T21:56:47.410Z] ---> Running in d47377b98be5 [2023-01-11T21:56:47.410Z] noop [2023-01-11T21:56:47.410Z] Removing intermediate container d47377b98be5 [2023-01-11T21:56:47.410Z] ---> 9b98bd0d378c [2023-01-11T21:56:47.410Z] Successfully built 9b98bd0d378c [2023-01-11T21:56:47.410Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:56:47.775Z] + docker inspect -f . ci-base-image-arm64 [2023-01-11T21:56:47.775Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-11T21:56:47.997Z] prd-ubuntu20.04-docker-arm64-4c-16g-1968 does not seem to be running inside a container [2023-01-11T21:56:48.084Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rfid-llrp-go/67 -v /w/workspace/device-rfid-llrp-go/67:/w/workspace/device-rfid-llrp-go/67:rw,z -v /w/workspace/device-rfid-llrp-go/67@tmp:/w/workspace/device-rfid-llrp-go/67@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-01-11T21:56:49.476Z] $ docker top cbc5d60d3e60422d18d0396adca6e57c7b5ae2d26d8f8f918d8de5c3cde466d6 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-11T21:56:50.344Z] + go version [2023-01-11T21:56:50.344Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-01-11T21:56:50.374Z] $ docker stop --time=1 cbc5d60d3e60422d18d0396adca6e57c7b5ae2d26d8f8f918d8de5c3cde466d6 [2023-01-11T21:56:52.072Z] $ docker rm -f --volumes cbc5d60d3e60422d18d0396adca6e57c7b5ae2d26d8f8f918d8de5c3cde466d6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:56:52.668Z] + docker inspect -f . ci-base-image-arm64 [2023-01-11T21:56:52.668Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-11T21:56:52.878Z] prd-ubuntu20.04-docker-arm64-4c-16g-1968 does not seem to be running inside a container [2023-01-11T21:56:52.967Z] $ 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/67 -v /w/workspace/device-rfid-llrp-go/67:/w/workspace/device-rfid-llrp-go/67:rw,z -v /w/workspace/device-rfid-llrp-go/67@tmp:/w/workspace/device-rfid-llrp-go/67@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-01-11T21:56:54.363Z] $ docker top cb4857446846497dc70b298647701cfc16e1df9c16e4c5e5b80c8ee216c461e3 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-11T21:56:55.255Z] + git config --global --add safe.directory /w/workspace/device-rfid-llrp-go/67 [Pipeline] fileExists [Pipeline] sh [2023-01-11T21:56:55.935Z] + make test [2023-01-11T21:56:55.935Z] go test ./... -coverprofile=coverage.out ./... [2023-01-11T21:56:57.897Z] ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] [2023-01-11T21:58:49.672Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd [no test files] [2023-01-11T21:58:49.672Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd/llrp [no test files] [2023-01-11T21:59:28.614Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/driver 34.484s coverage: 38.5% of statements [2023-01-11T21:59:28.614Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.635s coverage: 52.0% of statements [2023-01-11T21:59:28.614Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.038s coverage: 95.5% of statements [2023-01-11T21:59:28.614Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-01-11T21:59:28.614Z] go vet ./... [2023-01-11T22:00:07.616Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-01-11T22:00:07.616Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-01-11T22:00:07.616Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-01-11T22:00:07.638Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-01-11T22:00:07.653Z] $ docker stop --time=1 cb4857446846497dc70b298647701cfc16e1df9c16e4c5e5b80c8ee216c461e3 [2023-01-11T22:00:09.525Z] $ docker rm -f --volumes cb4857446846497dc70b298647701cfc16e1df9c16e4c5e5b80c8ee216c461e3 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-11T22:00:10.585Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-01-11T22:00:10.614Z] Warning: overwriting stash ‘coverage-report’ [2023-01-11T22:00:11.473Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-11T22:00:11.888Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-01-11T22:00:12.234Z] + ls -al . [2023-01-11T22:00:12.234Z] total 640 [2023-01-11T22:00:12.234Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 11 21:56 . [2023-01-11T22:00:12.234Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 11 21:54 .. [2023-01-11T22:00:12.234Z] -rw-rw-r-- 1 jenkins jenkins 134 Jan 11 21:54 .dockerignore [2023-01-11T22:00:12.234Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 11 21:54 .git [2023-01-11T22:00:12.234Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 11 21:54 .github [2023-01-11T22:00:12.234Z] -rw-rw-r-- 1 jenkins jenkins 946 Jan 11 21:54 .gitignore [2023-01-11T22:00:12.234Z] -rw-rw-r-- 1 jenkins jenkins 41 Jan 11 21:54 .golangci.yml [2023-01-11T22:00:12.234Z] -rw-rw-r-- 1 jenkins jenkins 10896 Jan 11 21:54 Attribution.txt [2023-01-11T22:00:12.234Z] -rw-rw-r-- 1 jenkins jenkins 5905 Jan 11 21:54 CHANGELOG.md [2023-01-11T22:00:12.234Z] -rw-rw-r-- 1 jenkins jenkins 1347 Jan 11 21:54 Dockerfile [2023-01-11T22:00:12.234Z] -rw-rw-r-- 1 jenkins jenkins 677 Jan 11 21:54 GOVERNANCE.md [2023-01-11T22:00:12.234Z] -rw-rw-r-- 1 jenkins jenkins 683 Jan 11 21:54 Jenkinsfile [2023-01-11T22:00:12.234Z] -rw-rw-r-- 1 jenkins jenkins 11347 Jan 11 21:54 LICENSE [2023-01-11T22:00:12.234Z] -rw-rw-r-- 1 jenkins jenkins 2018 Jan 11 21:54 Makefile [2023-01-11T22:00:12.234Z] -rw-rw-r-- 1 jenkins jenkins 625 Jan 11 21:54 OWNERS.md [2023-01-11T22:00:12.234Z] -rw-rw-r-- 1 jenkins jenkins 28496 Jan 11 21:54 README.md [2023-01-11T22:00:12.234Z] -rw-rw-r-- 1 jenkins jenkins 11 Jan 11 21:52 VERSION [2023-01-11T22:00:12.234Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 11 21:54 bin [2023-01-11T22:00:12.234Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 11 21:54 cmd [2023-01-11T22:00:12.234Z] -rw-r--r-- 1 jenkins jenkins 460049 Jan 11 21:59 coverage.out [2023-01-11T22:00:12.234Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 11 21:54 examples [2023-01-11T22:00:12.234Z] -rw-rw-r-- 1 jenkins jenkins 3550 Jan 11 21:54 go.mod [2023-01-11T22:00:12.234Z] -rw-rw-r-- 1 jenkins jenkins 44766 Jan 11 21:54 go.sum [2023-01-11T22:00:12.234Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 11 21:54 images [2023-01-11T22:00:12.234Z] drwxrwxr-x 5 jenkins jenkins 4096 Jan 11 21:54 internal [2023-01-11T22:00:12.234Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 11 21:54 snap [2023-01-11T22:00:12.234Z] -rw-rw-r-- 1 jenkins jenkins 193 Jan 11 21:54 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T22:00:12.603Z] + 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=2a339657893f17d018f509f5a276497842acaf2d --label arch=arm64 --label version=3.0.0-dev.3 . [2023-01-11T22:00:12.871Z] Sending build context to Docker daemon 1.222MB [2023-01-11T22:00:12.871Z] Step 1/24 : ARG BASE=golang:1.18-alpine3.16 [2023-01-11T22:00:12.871Z] Step 2/24 : FROM ${BASE} AS builder [2023-01-11T22:00:12.871Z] ---> 9b98bd0d378c [2023-01-11T22:00:12.871Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-01-11T22:00:13.139Z] ---> Running in 5718aa5c22fd [2023-01-11T22:00:13.411Z] Removing intermediate container 5718aa5c22fd [2023-01-11T22:00:13.411Z] ---> 47c8dea31b22 [2023-01-11T22:00:13.411Z] Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-01-11T22:00:13.411Z] ---> Running in 3bbe9748f0d4 [2023-01-11T22:00:13.686Z] Removing intermediate container 3bbe9748f0d4 [2023-01-11T22:00:13.686Z] ---> bff52a61380a [2023-01-11T22:00:13.686Z] Step 5/24 : ARG ALPINE_PKG_BASE="make git" [2023-01-11T22:00:13.955Z] ---> Running in 30234fbcd692 [2023-01-11T22:00:14.223Z] Removing intermediate container 30234fbcd692 [2023-01-11T22:00:14.223Z] ---> ee502ebb84f1 [2023-01-11T22:00:14.223Z] Step 6/24 : ARG ALPINE_PKG_EXTRA="" [2023-01-11T22:00:14.223Z] ---> Running in f2d96847e8d6 [2023-01-11T22:00:14.502Z] Removing intermediate container f2d96847e8d6 [2023-01-11T22:00:14.502Z] ---> 977f525d4617 [2023-01-11T22:00:14.502Z] Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-01-11T22:00:14.502Z] ---> Running in 152be9e4b426 [2023-01-11T22:00:15.940Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-11T22:00:15.940Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-11T22:00:17.362Z] OK: 221 MiB in 51 packages [2023-01-11T22:00:18.335Z] Removing intermediate container 152be9e4b426 [2023-01-11T22:00:18.335Z] ---> 295e8473eadb [2023-01-11T22:00:18.335Z] Step 8/24 : WORKDIR /app [2023-01-11T22:00:18.335Z] ---> Running in 5cb4437c9eaa [2023-01-11T22:00:18.604Z] Removing intermediate container 5cb4437c9eaa [2023-01-11T22:00:18.604Z] ---> 306974d46582 [2023-01-11T22:00:18.604Z] Step 9/24 : COPY go.mod vendor* ./ [2023-01-11T22:00:19.191Z] ---> 0be6d845f5c0 [2023-01-11T22:00:19.191Z] Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-11T22:00:19.191Z] ---> Running in d11e505ee39b [2023-01-11T22:00:21.792Z] Removing intermediate container d11e505ee39b [2023-01-11T22:00:21.792Z] ---> 013f00b77100 [2023-01-11T22:00:21.792Z] Step 11/24 : COPY . . [2023-01-11T22:00:22.072Z] ---> 0eb823c023ff [2023-01-11T22:00:22.072Z] Step 12/24 : RUN $MAKE [2023-01-11T22:00:22.343Z] ---> Running in d43a3f859d82 [2023-01-11T22:00:23.312Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-rfid-llrp-go.Version=3.0.0-dev.3" -trimpath -mod=readonly -o cmd/device-rfid-llrp ./cmd [2023-01-11T22:03:00.103Z] Removing intermediate container d43a3f859d82 [2023-01-11T22:03:00.103Z] ---> 2dbaa1ebbba9 [2023-01-11T22:03:00.103Z] Step 13/24 : FROM alpine:3.16 [2023-01-11T22:03:00.103Z] 3.16: Pulling from library/alpine [2023-01-11T22:03:00.103Z] 6875df1f5354: Pulling fs layer [2023-01-11T22:03:00.103Z] 6875df1f5354: Verifying Checksum [2023-01-11T22:03:00.103Z] 6875df1f5354: Download complete [2023-01-11T22:03:00.103Z] 6875df1f5354: Pull complete [2023-01-11T22:03:00.103Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-11T22:03:00.103Z] Status: Downloaded newer image for alpine:3.16 [2023-01-11T22:03:00.103Z] ---> 2b4661558fb8 [2023-01-11T22:03:00.103Z] Step 14/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-01-11T22:03:00.103Z] ---> Running in 2a1f8cac1341 [2023-01-11T22:03:00.103Z] Removing intermediate container 2a1f8cac1341 [2023-01-11T22:03:00.103Z] ---> 09942dd8e40f [2023-01-11T22:03:00.103Z] Step 15/24 : RUN apk add --update --no-cache dumb-init [2023-01-11T22:03:00.103Z] ---> Running in 9d3ba7e7e2fb [2023-01-11T22:03:00.103Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-11T22:03:00.103Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-11T22:03:00.103Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-11T22:03:00.103Z] Executing busybox-1.35.0-r17.trigger [2023-01-11T22:03:00.103Z] OK: 5 MiB in 15 packages [2023-01-11T22:03:00.103Z] Removing intermediate container 9d3ba7e7e2fb [2023-01-11T22:03:00.103Z] ---> 33a6dedcf4b8 [2023-01-11T22:03:00.103Z] Step 16/24 : COPY --from=builder /app/LICENSE / [2023-01-11T22:03:00.103Z] ---> acf40699162d [2023-01-11T22:03:00.103Z] Step 17/24 : COPY --from=builder /app/Attribution.txt / [2023-01-11T22:03:00.103Z] ---> 3714f9e19484 [2023-01-11T22:03:00.103Z] Step 18/24 : COPY --from=builder /app/cmd/ / [2023-01-11T22:03:00.103Z] ---> 41a7b0ed1e7e [2023-01-11T22:03:00.103Z] Step 19/24 : EXPOSE 59989 [2023-01-11T22:03:00.103Z] ---> Running in fa7c00161ccb [2023-01-11T22:03:00.103Z] Removing intermediate container fa7c00161ccb [2023-01-11T22:03:00.103Z] ---> 1c556f2344aa [2023-01-11T22:03:00.103Z] Step 20/24 : ENTRYPOINT ["/device-rfid-llrp"] [2023-01-11T22:03:00.103Z] ---> Running in 9deb79015f2c [2023-01-11T22:03:00.103Z] Removing intermediate container 9deb79015f2c [2023-01-11T22:03:00.103Z] ---> c45aff2efad8 [2023-01-11T22:03:00.103Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-11T22:03:00.103Z] ---> Running in 2ed755b884d7 [2023-01-11T22:03:00.103Z] Removing intermediate container 2ed755b884d7 [2023-01-11T22:03:00.103Z] ---> 36775429226f [2023-01-11T22:03:00.103Z] Step 22/24 : LABEL arch=arm64 [2023-01-11T22:03:00.103Z] ---> Running in 83bf40d12a89 [2023-01-11T22:03:00.103Z] Removing intermediate container 83bf40d12a89 [2023-01-11T22:03:00.103Z] ---> 6c6c366c09d2 [2023-01-11T22:03:00.103Z] Step 23/24 : LABEL git_sha=2a339657893f17d018f509f5a276497842acaf2d [2023-01-11T22:03:00.103Z] ---> Running in 26bf61ccb23d [2023-01-11T22:03:00.103Z] Removing intermediate container 26bf61ccb23d [2023-01-11T22:03:00.103Z] ---> d561e7013db5 [2023-01-11T22:03:00.103Z] Step 24/24 : LABEL version=3.0.0-dev.3 [2023-01-11T22:03:00.103Z] ---> Running in c52a7bfc7417 [2023-01-11T22:03:00.104Z] Removing intermediate container c52a7bfc7417 [2023-01-11T22:03:00.104Z] ---> 1d7a6498738b [2023-01-11T22:03:00.104Z] [Warning] One or more build-args [ARCH] were not consumed [2023-01-11T22:03:00.104Z] Successfully built 1d7a6498738b [2023-01-11T22:03:00.104Z] 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-01-11T22:03:00.240Z] provisioning config files... [2023-01-11T22:03:00.256Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/device-rfid-llrp-go/67@tmp/config5986510939708570358tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-11T22:03:00.598Z] ---> docker-login.sh [2023-01-11T22:03:00.598Z] nexus3.edgexfoundry.org:10001 [2023-01-11T22:03:00.867Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T22:03:00.867Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T22:03:00.867Z] Configure a credential helper to remove this warning. See [2023-01-11T22:03:00.867Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T22:03:00.867Z] [2023-01-11T22:03:00.867Z] Login Succeeded [2023-01-11T22:03:00.867Z] nexus3.edgexfoundry.org:10002 [2023-01-11T22:03:01.136Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T22:03:01.404Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T22:03:01.404Z] Configure a credential helper to remove this warning. See [2023-01-11T22:03:01.404Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T22:03:01.404Z] [2023-01-11T22:03:01.404Z] Login Succeeded [2023-01-11T22:03:01.404Z] nexus3.edgexfoundry.org:10003 [2023-01-11T22:03:01.673Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T22:03:01.673Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T22:03:01.673Z] Configure a credential helper to remove this warning. See [2023-01-11T22:03:01.673Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T22:03:01.673Z] [2023-01-11T22:03:01.673Z] Login Succeeded [2023-01-11T22:03:01.673Z] nexus3.edgexfoundry.org:10004 [2023-01-11T22:03:01.945Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T22:03:02.212Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T22:03:02.212Z] Configure a credential helper to remove this warning. See [2023-01-11T22:03:02.212Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T22:03:02.212Z] [2023-01-11T22:03:02.212Z] Login Succeeded [2023-01-11T22:03:02.212Z] docker.io [2023-01-11T22:03:02.482Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T22:03:02.750Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T22:03:02.750Z] Configure a credential helper to remove this warning. See [2023-01-11T22:03:02.750Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T22:03:02.750Z] [2023-01-11T22:03:02.750Z] Login Succeeded [2023-01-11T22:03:02.750Z] ---> docker-login.sh ends [Pipeline] } [2023-01-11T22:03:02.764Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-11T22:03:02.789Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-11T22:03:02.805Z] [edgeXDocker.push] Tagging docker image device-rfid-llrp-arm64 with the following tags: [2023-01-11T22:03:02.805Z] 2a339657893f17d018f509f5a276497842acaf2d [2023-01-11T22:03:02.805Z] latest [2023-01-11T22:03:02.805Z] 3.0.0-dev.3 [2023-01-11T22:03:02.805Z] 2a339657893f17d018f509f5a276497842acaf2d-3.0.0-dev.3 [2023-01-11T22:03:02.805Z] main [2023-01-11T22:03:02.805Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T22:03:03.154Z] + docker tag device-rfid-llrp-arm64 nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:2a339657893f17d018f509f5a276497842acaf2d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T22:03:03.516Z] + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:2a339657893f17d018f509f5a276497842acaf2d [2023-01-11T22:03:03.516Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64] [2023-01-11T22:03:03.516Z] b5cecc7f50cb: Preparing [2023-01-11T22:03:03.516Z] 60dcdaf34846: Preparing [2023-01-11T22:03:03.516Z] 4caaf8a3a7d2: Preparing [2023-01-11T22:03:03.516Z] 69284fabcb67: Preparing [2023-01-11T22:03:03.516Z] 17bec77d7fdc: Preparing [2023-01-11T22:03:03.516Z] 17bec77d7fdc: Layer already exists [2023-01-11T22:03:03.787Z] 60dcdaf34846: Pushed [2023-01-11T22:03:03.787Z] 4caaf8a3a7d2: Pushed [2023-01-11T22:03:03.787Z] 69284fabcb67: Pushed [2023-01-11T22:03:09.138Z] b5cecc7f50cb: Pushed [2023-01-11T22:03:09.138Z] 2a339657893f17d018f509f5a276497842acaf2d: digest: sha256:3ee730609eb21d89b2ffea5aa90e7c3434fd02de168505a8e48e2766d4a20fb2 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T22:03:09.497Z] + 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-01-11T22:03:09.842Z] + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:latest [2023-01-11T22:03:09.842Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64] [2023-01-11T22:03:09.842Z] b5cecc7f50cb: Preparing [2023-01-11T22:03:09.842Z] 60dcdaf34846: Preparing [2023-01-11T22:03:09.842Z] 4caaf8a3a7d2: Preparing [2023-01-11T22:03:09.842Z] 69284fabcb67: Preparing [2023-01-11T22:03:09.842Z] 17bec77d7fdc: Preparing [2023-01-11T22:03:09.842Z] 69284fabcb67: Layer already exists [2023-01-11T22:03:09.842Z] 60dcdaf34846: Layer already exists [2023-01-11T22:03:09.842Z] 4caaf8a3a7d2: Layer already exists [2023-01-11T22:03:09.842Z] b5cecc7f50cb: Layer already exists [2023-01-11T22:03:09.842Z] 17bec77d7fdc: Layer already exists [2023-01-11T22:03:10.110Z] latest: digest: sha256:3ee730609eb21d89b2ffea5aa90e7c3434fd02de168505a8e48e2766d4a20fb2 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T22:03:10.456Z] + docker tag device-rfid-llrp-arm64 nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:3.0.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T22:03:10.794Z] + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:3.0.0-dev.3 [2023-01-11T22:03:10.794Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64] [2023-01-11T22:03:10.794Z] b5cecc7f50cb: Preparing [2023-01-11T22:03:10.794Z] 60dcdaf34846: Preparing [2023-01-11T22:03:10.794Z] 4caaf8a3a7d2: Preparing [2023-01-11T22:03:10.794Z] 69284fabcb67: Preparing [2023-01-11T22:03:10.794Z] 17bec77d7fdc: Preparing [2023-01-11T22:03:10.794Z] 60dcdaf34846: Layer already exists [2023-01-11T22:03:10.794Z] b5cecc7f50cb: Layer already exists [2023-01-11T22:03:10.794Z] 69284fabcb67: Layer already exists [2023-01-11T22:03:10.794Z] 4caaf8a3a7d2: Layer already exists [2023-01-11T22:03:10.794Z] 17bec77d7fdc: Layer already exists [2023-01-11T22:03:11.062Z] 3.0.0-dev.3: digest: sha256:3ee730609eb21d89b2ffea5aa90e7c3434fd02de168505a8e48e2766d4a20fb2 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T22:03:11.465Z] + docker tag device-rfid-llrp-arm64 nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:2a339657893f17d018f509f5a276497842acaf2d-3.0.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T22:03:11.824Z] + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:2a339657893f17d018f509f5a276497842acaf2d-3.0.0-dev.3 [2023-01-11T22:03:11.824Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64] [2023-01-11T22:03:11.824Z] b5cecc7f50cb: Preparing [2023-01-11T22:03:11.824Z] 60dcdaf34846: Preparing [2023-01-11T22:03:11.824Z] 4caaf8a3a7d2: Preparing [2023-01-11T22:03:11.824Z] 69284fabcb67: Preparing [2023-01-11T22:03:11.824Z] 17bec77d7fdc: Preparing [2023-01-11T22:03:11.824Z] 4caaf8a3a7d2: Layer already exists [2023-01-11T22:03:11.824Z] 69284fabcb67: Layer already exists [2023-01-11T22:03:11.824Z] b5cecc7f50cb: Layer already exists [2023-01-11T22:03:11.824Z] 60dcdaf34846: Layer already exists [2023-01-11T22:03:11.824Z] 17bec77d7fdc: Layer already exists [2023-01-11T22:03:11.824Z] 2a339657893f17d018f509f5a276497842acaf2d-3.0.0-dev.3: digest: sha256:3ee730609eb21d89b2ffea5aa90e7c3434fd02de168505a8e48e2766d4a20fb2 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T22:03:12.474Z] + 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-01-11T22:03:12.837Z] + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:main [2023-01-11T22:03:12.837Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64] [2023-01-11T22:03:12.837Z] b5cecc7f50cb: Preparing [2023-01-11T22:03:12.837Z] 60dcdaf34846: Preparing [2023-01-11T22:03:12.837Z] 4caaf8a3a7d2: Preparing [2023-01-11T22:03:12.837Z] 69284fabcb67: Preparing [2023-01-11T22:03:12.837Z] 17bec77d7fdc: Preparing [2023-01-11T22:03:12.837Z] 60dcdaf34846: Layer already exists [2023-01-11T22:03:12.837Z] b5cecc7f50cb: Layer already exists [2023-01-11T22:03:12.837Z] 69284fabcb67: Layer already exists [2023-01-11T22:03:12.837Z] 4caaf8a3a7d2: Layer already exists [2023-01-11T22:03:12.837Z] 17bec77d7fdc: Layer already exists [2023-01-11T22:03:13.114Z] main: digest: sha256:3ee730609eb21d89b2ffea5aa90e7c3434fd02de168505a8e48e2766d4a20fb2 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-11T22:03:13.169Z] ===================================================== [Pipeline] echo [2023-01-11T22:03:13.176Z] taggedImages: [2023-01-11T22:03:13.176Z] - nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:2a339657893f17d018f509f5a276497842acaf2d [2023-01-11T22:03:13.176Z] - nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:latest [2023-01-11T22:03:13.176Z] - nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:3.0.0-dev.3 [2023-01-11T22:03:13.176Z] - nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:2a339657893f17d018f509f5a276497842acaf2d-3.0.0-dev.3 [2023-01-11T22:03:13.176Z] - 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-01-11T22:03:13.537Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-11T22:03:13.537Z] [2023-01-11T22:03:13.537Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T22:03:13.872Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-11T22:03:13.872Z] arm64: Pulling from edgex-lftools-log-publisher [2023-01-11T22:03:13.872Z] 8998bd30e6a1: Pulling fs layer [2023-01-11T22:03:13.872Z] 04944245beec: Pulling fs layer [2023-01-11T22:03:13.872Z] 699f458cf7ca: Pulling fs layer [2023-01-11T22:03:13.872Z] 765212b225bb: Pulling fs layer [2023-01-11T22:03:13.872Z] f23df028b6ca: Pulling fs layer [2023-01-11T22:03:13.872Z] d65c8cfc05b1: Pulling fs layer [2023-01-11T22:03:13.872Z] 2437ff75d9bd: Pulling fs layer [2023-01-11T22:03:13.872Z] f23df028b6ca: Waiting [2023-01-11T22:03:13.872Z] d65c8cfc05b1: Waiting [2023-01-11T22:03:13.872Z] 2437ff75d9bd: Waiting [2023-01-11T22:03:13.872Z] 765212b225bb: Waiting [2023-01-11T22:03:14.140Z] 04944245beec: Verifying Checksum [2023-01-11T22:03:14.140Z] 04944245beec: Download complete [2023-01-11T22:03:14.140Z] 765212b225bb: Verifying Checksum [2023-01-11T22:03:14.140Z] 765212b225bb: Download complete [2023-01-11T22:03:14.140Z] f23df028b6ca: Verifying Checksum [2023-01-11T22:03:14.140Z] f23df028b6ca: Download complete [2023-01-11T22:03:14.140Z] d65c8cfc05b1: Verifying Checksum [2023-01-11T22:03:14.141Z] d65c8cfc05b1: Download complete [2023-01-11T22:03:14.409Z] 699f458cf7ca: Verifying Checksum [2023-01-11T22:03:14.409Z] 699f458cf7ca: Download complete [2023-01-11T22:03:14.677Z] 8998bd30e6a1: Download complete [2023-01-11T22:03:17.266Z] 2437ff75d9bd: Verifying Checksum [2023-01-11T22:03:17.266Z] 2437ff75d9bd: Download complete [2023-01-11T22:03:18.676Z] 8998bd30e6a1: Pull complete [2023-01-11T22:03:18.945Z] 04944245beec: Pull complete [2023-01-11T22:03:20.360Z] 699f458cf7ca: Pull complete [2023-01-11T22:03:20.629Z] 765212b225bb: Pull complete [2023-01-11T22:03:21.593Z] f23df028b6ca: Pull complete [2023-01-11T22:03:21.593Z] d65c8cfc05b1: Pull complete [2023-01-11T22:03:36.600Z] 2437ff75d9bd: Pull complete [2023-01-11T22:03:36.600Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-01-11T22:03:36.600Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-11T22:03:36.600Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-11T22:03:36.797Z] prd-ubuntu20.04-docker-arm64-4c-16g-1968 does not seem to be running inside a container [2023-01-11T22:03:36.876Z] $ 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/67 -v /w/workspace/device-rfid-llrp-go/67:/w/workspace/device-rfid-llrp-go/67:rw,z -v /w/workspace/device-rfid-llrp-go/67@tmp:/w/workspace/device-rfid-llrp-go/67@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-01-11T22:03:39.451Z] $ docker top bd3c73945707c4e437bf851e6f711afb79683443ac2f458163a93cb3a56211c2 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-11T22:03:40.296Z] ---> job-cost.sh [2023-01-11T22:03:40.296Z] lf-activate-venv: SKIPPING [2023-01-11T22:03:40.296Z] INFO: No Stack... [2023-01-11T22:03:40.562Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-01-11T22:03:41.521Z] INFO: Archiving Costs [Pipeline] sh [2023-01-11T22:03:42.164Z] + cut -d, -f6 [2023-01-11T22:03:42.164Z] + cat /w/workspace/device-rfid-llrp-go/67/archives/cost.csv [Pipeline] lock [2023-01-11T22:03:42.237Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-main-67-stack-cost] [2023-01-11T22:03:42.242Z] Resource [jenkins-edgexfoundry-device-rfid-llrp-go-main-67-stack-cost] did not exist. Created. [2023-01-11T22:03:42.242Z] Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-main-67-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-01-11T22:03:42.905Z] /w/workspace/device-rfid-llrp-go/67@tmp/durable-df03e152/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-01-11T22:03:43.244Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-01-11T22:03:43.272Z] Warning: overwriting stash ‘stack-cost’ [2023-01-11T22:03:43.337Z] Stashed 1 file(s) [Pipeline] } [2023-01-11T22:03:43.344Z] Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-main-67-stack-cost] [Pipeline] // lock [Pipeline] } [2023-01-11T22:03:43.366Z] $ docker stop --time=1 bd3c73945707c4e437bf851e6f711afb79683443ac2f458163a93cb3a56211c2 [2023-01-11T22:03:44.865Z] $ docker rm -f --volumes bd3c73945707c4e437bf851e6f711afb79683443ac2f458163a93cb3a56211c2 [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-01-11T22:03:45.296Z] provisioning config files... [2023-01-11T22:03:45.303Z] copy managed file [device-rfid-llrp-go-codecov-token] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config11425384820958154545tmp [Pipeline] { [Pipeline] sh [2023-01-11T22:03:45.596Z] + set +x [2023-01-11T22:03:45.596Z] + + bash -s -- [2023-01-11T22:03:45.596Z] curl -s https://codecov.io/bash [2023-01-11T22:03:45.596Z] [2023-01-11T22:03:45.596Z] _____ _ [2023-01-11T22:03:45.596Z] / ____| | | [2023-01-11T22:03:45.596Z] | | ___ __| | ___ ___ _____ __ [2023-01-11T22:03:45.596Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-01-11T22:03:45.596Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-01-11T22:03:45.596Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-01-11T22:03:45.596Z] Bash-1.0.6 [2023-01-11T22:03:45.596Z] [2023-01-11T22:03:45.596Z] [2023-01-11T22:03:45.596Z] ==> git version 2.25.1 found [2023-01-11T22:03:45.596Z] ==> 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-01-11T22:03:45.596Z] Release-Date: 2020-01-08 [2023-01-11T22:03:45.596Z] 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-01-11T22:03:45.596Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-01-11T22:03:45.596Z] ==> Jenkins CI detected. [2023-01-11T22:03:45.596Z] current dir:  /w/workspace/foundry_device-rfid-llrp-go_main [2023-01-11T22:03:45.596Z] project root: . [2023-01-11T22:03:45.596Z] --> token set from env [2023-01-11T22:03:45.596Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-01-11T22:03:45.596Z] ==> Running gcov in . (disable via -X gcov) [2023-01-11T22:03:45.596Z] ==> Python coveragepy not found [2023-01-11T22:03:45.596Z] ==> Searching for coverage reports in: [2023-01-11T22:03:45.596Z] + . [2023-01-11T22:03:45.596Z] -> Found 1 reports [2023-01-11T22:03:45.596Z] ==> Detecting git/mercurial file structure [2023-01-11T22:03:45.596Z] ==> Reading reports [2023-01-11T22:03:45.596Z] + ./coverage.out bytes=460049 [2023-01-11T22:03:45.596Z] ==> Appending adjustments [2023-01-11T22:03:45.596Z] https://docs.codecov.io/docs/fixing-reports [2023-01-11T22:03:45.855Z] + Found adjustments [2023-01-11T22:03:45.855Z] ==> Gzipping contents [2023-01-11T22:03:45.855Z] 52K /tmp/codecov.Qeg7ma.gz [2023-01-11T22:03:45.855Z] ==> Uploading reports [2023-01-11T22:03:45.855Z] url: https://codecov.io [2023-01-11T22:03:45.855Z] query: branch=main&commit=2a339657893f17d018f509f5a276497842acaf2d&build=67&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rfid-llrp-go%2Fjob%2Fmain%2F67%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rfid-llrp-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-01-11T22:03:45.855Z] -> Pinging Codecov [2023-01-11T22:03:45.855Z] 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=2a339657893f17d018f509f5a276497842acaf2d&build=67&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rfid-llrp-go%2Fjob%2Fmain%2F67%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rfid-llrp-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-01-11T22:03:46.428Z] -> Uploading to [2023-01-11T22:03:46.428Z] https://storage.googleapis.com/codecov/v4/raw/2023-01-11/581DD39554BDF9B6E22D074273EAD858/2a339657893f17d018f509f5a276497842acaf2d/be59fe98-e051-48d1-bed0-a43f674dadf4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230111%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230111T220346Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=dd4ad81b363e168853099b6f0f6e89502c269d38594a30922671980d31ba64e4 [2023-01-11T22:03:46.428Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-11T22:03:46.428Z] Dload Upload Total Spent Left Speed [2023-01-11T22:03:46.428Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 51528 0 0 100 51528 0 247k --:--:-- --:--:-- --:--:-- 246k 100 51528 0 0 100 51528 0 200k --:--:-- --:--:-- --:--:-- 200k [2023-01-11T22:03:46.428Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rfid-llrp-go/commit/2a339657893f17d018f509f5a276497842acaf2d [Pipeline] } [2023-01-11T22:03:46.434Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-01-11T22:03:46.558Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-01-11T22:03:46.569Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T22:03:46.875Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-11T22:03:46.875Z] [2023-01-11T22:03:46.875Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T22:03:47.177Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-11T22:03:47.177Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-01-11T22:03:47.177Z] df9b9388f04a: Pulling fs layer [2023-01-11T22:03:47.177Z] 52dc419b0ee2: Pulling fs layer [2023-01-11T22:03:47.177Z] 25bc292e5bac: Pulling fs layer [2023-01-11T22:03:47.177Z] 114826534d7a: Pulling fs layer [2023-01-11T22:03:47.177Z] 4657fd5d0bcf: Pulling fs layer [2023-01-11T22:03:47.177Z] 6ad1cebc031e: Pulling fs layer [2023-01-11T22:03:47.177Z] 8a3aa393b2d8: Pulling fs layer [2023-01-11T22:03:47.177Z] 4657fd5d0bcf: Waiting [2023-01-11T22:03:47.177Z] 8a3aa393b2d8: Waiting [2023-01-11T22:03:47.177Z] 114826534d7a: Waiting [2023-01-11T22:03:47.177Z] 6ad1cebc031e: Waiting [2023-01-11T22:03:47.177Z] 25bc292e5bac: Verifying Checksum [2023-01-11T22:03:47.177Z] 25bc292e5bac: Download complete [2023-01-11T22:03:47.177Z] 52dc419b0ee2: Download complete [2023-01-11T22:03:47.177Z] 4657fd5d0bcf: Verifying Checksum [2023-01-11T22:03:47.177Z] 4657fd5d0bcf: Download complete [2023-01-11T22:03:47.177Z] df9b9388f04a: Download complete [2023-01-11T22:03:47.441Z] df9b9388f04a: Pull complete [2023-01-11T22:03:47.441Z] 6ad1cebc031e: Verifying Checksum [2023-01-11T22:03:47.441Z] 6ad1cebc031e: Download complete [2023-01-11T22:03:47.441Z] 52dc419b0ee2: Pull complete [2023-01-11T22:03:47.441Z] 25bc292e5bac: Pull complete [2023-01-11T22:03:48.037Z] 114826534d7a: Verifying Checksum [2023-01-11T22:03:48.037Z] 114826534d7a: Download complete [2023-01-11T22:03:48.294Z] 8a3aa393b2d8: Verifying Checksum [2023-01-11T22:03:48.294Z] 8a3aa393b2d8: Download complete [2023-01-11T22:03:51.575Z] 114826534d7a: Pull complete [2023-01-11T22:03:51.575Z] 4657fd5d0bcf: Pull complete [2023-01-11T22:03:51.575Z] 6ad1cebc031e: Pull complete [2023-01-11T22:03:54.101Z] 8a3aa393b2d8: Pull complete [2023-01-11T22:03:54.101Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-01-11T22:03:54.101Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-11T22:03:54.101Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-11T22:03:54.183Z] prd-ubuntu20.04-docker-8c-8g-1960 does not seem to be running inside a container [2023-01-11T22:03:54.217Z] $ 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-01-11T22:03:57.355Z] $ docker top 69085fc9c1dd22633c3227edb25c05294704d7a814a6cd51801b336c2e3df577 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-01-11T22:03:57.411Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-rfid-llrp-go:main' [Pipeline] sh [2023-01-11T22:03:57.690Z] + set -o pipefail [2023-01-11T22:03:57.690Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-rfid-llrp-go:main' [2023-01-11T22:04:04.258Z] [2023-01-11T22:04:04.258Z] Monitoring /w/workspace/foundry_device-rfid-llrp-go_main (github.com/edgexfoundry/device-rfid-llrp-go)... [2023-01-11T22:04:04.258Z] [2023-01-11T22:04:04.258Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/51b7f931-2ad3-4a5d-a1d2-3e401f6a993d/history/94b408b0-7df2-406b-b9ae-8df1189c469a [2023-01-11T22:04:04.258Z] [2023-01-11T22:04:04.258Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-01-11T22:04:04.258Z] [2023-01-11T22:04:04.258Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-01-11T22:04:04.258Z] [2023-01-11T22:04:04.826Z] [2023-01-11T22:04:04.826Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-01-11T22:04:04.826Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-01-11T22:04:04.826Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-01-11T22:04:04.840Z] $ docker stop --time=1 69085fc9c1dd22633c3227edb25c05294704d7a814a6cd51801b336c2e3df577 [2023-01-11T22:04:08.227Z] $ docker rm -f --volumes 69085fc9c1dd22633c3227edb25c05294704d7a814a6cd51801b336c2e3df577 [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-01-11T22:04:08.950Z] + git log --format=format:%s -1 2a339657893f17d018f509f5a276497842acaf2d [Pipeline] sh [2023-01-11T22:04:09.245Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-11T22:04:09.245Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T22:04:09.544Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-11T22:04:09.544Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-11T22:04:09.618Z] prd-ubuntu20.04-docker-8c-8g-1960 does not seem to be running inside a container [2023-01-11T22:04:09.651Z] $ 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-01-11T22:04:10.059Z] $ docker top 02f6d0eee9760de97ed69d5a12894d5225c629ac4913f8c508bf31b00ce58c0a -eo pid,comm [2023-01-11T22:04:10.105Z] 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-01-11T22:04:10.105Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-11T22:04:10.147Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-11T22:04:10.147Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-11T22:04:10.266Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-11T22:04:10.270Z] $ docker exec 02f6d0eee9760de97ed69d5a12894d5225c629ac4913f8c508bf31b00ce58c0a ssh-agent [2023-01-11T22:04:10.384Z] SSH_AUTH_SOCK=/tmp/ssh-JfGqofGcIoNL/agent.32 [2023-01-11T22:04:10.384Z] SSH_AGENT_PID=38 [2023-01-11T22:04:10.390Z] Running ssh-add (command line suppressed) [2023-01-11T22:04:10.512Z] Identity added: /w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_6864110740565902229.key (/w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_6864110740565902229.key) [2023-01-11T22:04:10.524Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-11T22:04:10.811Z] + git semver tag [2023-01-11T22:04:11.070Z] 2023-01-11 22:04:10,999 [run_tag] DEBUG tag force:False [2023-01-11T22:04:11.070Z] 2023-01-11 22:04:10,999 [check_head_tag] DEBUG check head tag [2023-01-11T22:04:11.070Z] 2023-01-11 22:04:10,999 [execute] INFO git cat-file --batch-check [2023-01-11T22:04:11.070Z] 2023-01-11 22:04:11,000 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main, universal_newlines=False, shell=None, istream=) [2023-01-11T22:04:11.070Z] 2023-01-11 22:04:11,004 [execute] INFO git cat-file --batch [2023-01-11T22:04:11.070Z] 2023-01-11 22:04:11,004 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main, universal_newlines=False, shell=None, istream=) [2023-01-11T22:04:11.070Z] 2023-01-11 22:04:11,020 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main [2023-01-11T22:04:11.070Z] 2023-01-11 22:04:11,020 [execute] INFO git tag -a v3.0.0-dev.3 -m v3.0.0-dev.3 [2023-01-11T22:04:11.070Z] 2023-01-11 22:04:11,020 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.3', '-m', 'v3.0.0-dev.3'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main, universal_newlines=False, shell=None, istream=None) [2023-01-11T22:04:11.070Z] 2023-01-11 22:04:11,025 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main [2023-01-11T22:04:11.070Z] 3.0.0-dev.3 [Pipeline] } [2023-01-11T22:04:11.081Z] $ docker exec --env ******** --env ******** 02f6d0eee9760de97ed69d5a12894d5225c629ac4913f8c508bf31b00ce58c0a ssh-agent -k [2023-01-11T22:04:11.190Z] unset SSH_AUTH_SOCK; [2023-01-11T22:04:11.190Z] unset SSH_AGENT_PID; [2023-01-11T22:04:11.190Z] echo Agent pid 38 killed; [2023-01-11T22:04:11.197Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-11T22:04:11.497Z] + git semver [Pipeline] } [2023-01-11T22:04:11.770Z] $ docker stop --time=1 02f6d0eee9760de97ed69d5a12894d5225c629ac4913f8c508bf31b00ce58c0a [2023-01-11T22:04:13.065Z] $ docker rm -f --volumes 02f6d0eee9760de97ed69d5a12894d5225c629ac4913f8c508bf31b00ce58c0a [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T22:04:13.446Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-11T22:04:13.446Z] [2023-01-11T22:04:13.446Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T22:04:13.742Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-11T22:04:13.743Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-01-11T22:04:13.743Z] ab5ef0e58194: Pulling fs layer [2023-01-11T22:04:13.743Z] 9712f1f96733: Pulling fs layer [2023-01-11T22:04:13.743Z] 63f879dbbcfc: Pulling fs layer [2023-01-11T22:04:13.743Z] 0d9ebad4ef96: Pulling fs layer [2023-01-11T22:04:13.743Z] e9a5061849ea: Pulling fs layer [2023-01-11T22:04:13.743Z] d747dcd14b5f: Pulling fs layer [2023-01-11T22:04:13.743Z] 2de7ff778b66: Pulling fs layer [2023-01-11T22:04:13.743Z] 0d9ebad4ef96: Waiting [2023-01-11T22:04:13.743Z] e9a5061849ea: Waiting [2023-01-11T22:04:13.743Z] d747dcd14b5f: Waiting [2023-01-11T22:04:13.743Z] 9712f1f96733: Verifying Checksum [2023-01-11T22:04:13.743Z] 9712f1f96733: Download complete [2023-01-11T22:04:14.002Z] 63f879dbbcfc: Verifying Checksum [2023-01-11T22:04:14.002Z] 63f879dbbcfc: Download complete [2023-01-11T22:04:14.261Z] e9a5061849ea: Verifying Checksum [2023-01-11T22:04:14.261Z] e9a5061849ea: Download complete [2023-01-11T22:04:14.261Z] 0d9ebad4ef96: Verifying Checksum [2023-01-11T22:04:14.261Z] 0d9ebad4ef96: Download complete [2023-01-11T22:04:14.261Z] d747dcd14b5f: Download complete [2023-01-11T22:04:14.520Z] ab5ef0e58194: Verifying Checksum [2023-01-11T22:04:14.520Z] ab5ef0e58194: Download complete [2023-01-11T22:04:14.520Z] 2de7ff778b66: Verifying Checksum [2023-01-11T22:04:14.520Z] 2de7ff778b66: Download complete [2023-01-11T22:04:17.806Z] ab5ef0e58194: Pull complete [2023-01-11T22:04:17.806Z] 9712f1f96733: Pull complete [2023-01-11T22:04:18.063Z] 63f879dbbcfc: Pull complete [2023-01-11T22:04:22.250Z] 0d9ebad4ef96: Pull complete [2023-01-11T22:04:22.250Z] e9a5061849ea: Pull complete [2023-01-11T22:04:22.250Z] d747dcd14b5f: Pull complete [2023-01-11T22:04:23.640Z] 2de7ff778b66: Pull complete [2023-01-11T22:04:23.640Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-01-11T22:04:23.640Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-11T22:04:23.640Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-11T22:04:23.715Z] prd-ubuntu20.04-docker-8c-8g-1960 does not seem to be running inside a container [2023-01-11T22:04:23.744Z] $ 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-01-11T22:04:28.336Z] $ docker top 45ebf4afb0a8fa3fe4460ed29cb24edb7c2bb336704b605c9f89fb8a10a4c40d -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-01-11T22:04:28.412Z] provisioning config files... [2023-01-11T22:04:28.419Z] copy managed file [sigul-config] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config9867936326528861541tmp [2023-01-11T22:04:28.430Z] copy managed file [sigul-password] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config6107093931720045516tmp [2023-01-11T22:04:28.437Z] copy managed file [sigul-pki] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config4831993235398700595tmp [Pipeline] { [Pipeline] echo [2023-01-11T22:04:28.453Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-11T22:04:28.734Z] ---> sigul-configuration.sh [2023-01-11T22:04:28.734Z] gpg: directory `/root/.gnupg' created [2023-01-11T22:04:28.734Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-01-11T22:04:28.734Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-01-11T22:04:28.734Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-01-11T22:04:28.734Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-01-11T22:04:28.734Z] gpg: CAST5 encrypted data [2023-01-11T22:04:28.734Z] gpg: encrypted with 1 passphrase [2023-01-11T22:04:28.734Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-01-11T22:04:29.020Z] + mkdir /home/jenkins [2023-01-11T22:04:29.020Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-01-11T22:04:29.305Z] + 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-01-11T22:04:29.314Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-11T22:04:29.598Z] ---> sigul-install.sh [2023-01-11T22:04:29.598Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-01-11T22:04:29.888Z] + git tag --list [2023-01-11T22:04:29.888Z] v0.0.0 [2023-01-11T22:04:29.888Z] v1.0.0 [2023-01-11T22:04:29.888Z] v2.1.0 [2023-01-11T22:04:29.888Z] v2.1.1 [2023-01-11T22:04:29.888Z] v2.1.1-dev.1 [2023-01-11T22:04:29.888Z] v2.2.0 [2023-01-11T22:04:29.888Z] v2.2.1-dev.1 [2023-01-11T22:04:29.888Z] v2.2.1-dev.2 [2023-01-11T22:04:29.888Z] v2.2.1-dev.3 [2023-01-11T22:04:29.888Z] v2.2.1-dev.4 [2023-01-11T22:04:29.888Z] v2.2.1-dev.5 [2023-01-11T22:04:29.888Z] v2.2.1-dev.6 [2023-01-11T22:04:29.888Z] v2.2.1-dev.7 [2023-01-11T22:04:29.888Z] v2.3.0 [2023-01-11T22:04:29.888Z] v2.3.0-dev.10 [2023-01-11T22:04:29.888Z] v2.3.0-dev.11 [2023-01-11T22:04:29.888Z] v2.3.0-dev.12 [2023-01-11T22:04:29.888Z] v2.3.0-dev.13 [2023-01-11T22:04:29.888Z] v2.3.0-dev.14 [2023-01-11T22:04:29.888Z] v2.3.0-dev.15 [2023-01-11T22:04:29.888Z] v2.3.0-dev.16 [2023-01-11T22:04:29.888Z] v2.3.0-dev.17 [2023-01-11T22:04:29.888Z] v2.3.0-dev.18 [2023-01-11T22:04:29.888Z] v2.3.0-dev.19 [2023-01-11T22:04:29.888Z] v2.3.0-dev.20 [2023-01-11T22:04:29.888Z] v2.3.0-dev.21 [2023-01-11T22:04:29.888Z] v2.3.0-dev.22 [2023-01-11T22:04:29.888Z] v2.3.0-dev.23 [2023-01-11T22:04:29.888Z] v2.3.0-dev.7 [2023-01-11T22:04:29.888Z] v2.3.0-dev.8 [2023-01-11T22:04:29.888Z] v2.3.0-dev.9 [2023-01-11T22:04:29.888Z] v3.0.0-dev.1 [2023-01-11T22:04:29.888Z] v3.0.0-dev.2 [2023-01-11T22:04:29.888Z] v3.0.0-dev.3 [Pipeline] sh [2023-01-11T22:04:30.176Z] + lftools sign git-tag v3.0.0-dev.3 [2023-01-11T22:04:30.745Z] Signing Git tag with Sigul... [2023-01-11T22:04:30.745Z] Signing v3.0.0-dev.3 [Pipeline] echo [2023-01-11T22:04:31.014Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-11T22:04:31.299Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-01-11T22:04:31.306Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-01-11T22:04:31.326Z] $ docker stop --time=1 45ebf4afb0a8fa3fe4460ed29cb24edb7c2bb336704b605c9f89fb8a10a4c40d [2023-01-11T22:04:32.657Z] $ docker rm -f --volumes 45ebf4afb0a8fa3fe4460ed29cb24edb7c2bb336704b605c9f89fb8a10a4c40d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-01-11T22:04:33.078Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-11T22:04:33.078Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T22:04:33.382Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-11T22:04:33.382Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-11T22:04:33.464Z] prd-ubuntu20.04-docker-8c-8g-1960 does not seem to be running inside a container [2023-01-11T22:04:33.497Z] $ 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-01-11T22:04:33.837Z] $ docker top b45c7000e9a1c46372edff571ade830ea115d9f952fe7e35b3ce95b88f553507 -eo pid,comm [2023-01-11T22:04:33.886Z] 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-01-11T22:04:33.886Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-11T22:04:33.926Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-11T22:04:33.926Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-11T22:04:34.056Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-11T22:04:34.060Z] $ docker exec b45c7000e9a1c46372edff571ade830ea115d9f952fe7e35b3ce95b88f553507 ssh-agent [2023-01-11T22:04:34.168Z] SSH_AUTH_SOCK=/tmp/ssh-3fu06AIMi3oo/agent.31 [2023-01-11T22:04:34.168Z] SSH_AGENT_PID=37 [2023-01-11T22:04:34.173Z] Running ssh-add (command line suppressed) [2023-01-11T22:04:34.280Z] Identity added: /w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_17648518058032738903.key (/w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_17648518058032738903.key) [2023-01-11T22:04:34.294Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-11T22:04:34.580Z] + git semver bump pre [2023-01-11T22:04:34.839Z] 2023-01-11 22:04:34,747 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main [2023-01-11T22:04:34.839Z] 2023-01-11 22:04:34,747 [bump_version] DEBUG bumping version:3.0.0-dev.3 on axis:pre with prefix:dev [2023-01-11T22:04:34.839Z] 2023-01-11 22:04:34,748 [bump_version] DEBUG bumped version:3.0.0-dev.4 [2023-01-11T22:04:34.839Z] 2023-01-11 22:04:34,748 [write_version] DEBUG write version:3.0.0-dev.4 to path:/w/workspace/foundry_device-rfid-llrp-go_main/.semver/main with force:True [2023-01-11T22:04:34.839Z] 2023-01-11 22:04:34,748 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main [2023-01-11T22:04:34.839Z] 2023-01-11 22:04:34,748 [write_file] DEBUG write to file:/w/workspace/foundry_device-rfid-llrp-go_main/.semver/main [2023-01-11T22:04:34.839Z] 2023-01-11 22:04:34,749 [execute] INFO git cat-file --batch-check [2023-01-11T22:04:34.839Z] 2023-01-11 22:04:34,750 [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-01-11T22:04:34.839Z] 2023-01-11 22:04:34,755 [execute] INFO git cat-file --batch [2023-01-11T22:04:34.839Z] 2023-01-11 22:04:34,755 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-01-11T22:04:34.839Z] 2023-01-11 22:04:34,761 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main [2023-01-11T22:04:34.839Z] 3.0.0-dev.4 [Pipeline] } [2023-01-11T22:04:34.851Z] $ docker exec --env ******** --env ******** b45c7000e9a1c46372edff571ade830ea115d9f952fe7e35b3ce95b88f553507 ssh-agent -k [2023-01-11T22:04:34.942Z] unset SSH_AUTH_SOCK; [2023-01-11T22:04:34.942Z] unset SSH_AGENT_PID; [2023-01-11T22:04:34.942Z] echo Agent pid 37 killed; [2023-01-11T22:04:34.949Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-11T22:04:35.257Z] + git semver [Pipeline] } [2023-01-11T22:04:35.529Z] $ docker stop --time=1 b45c7000e9a1c46372edff571ade830ea115d9f952fe7e35b3ce95b88f553507 [2023-01-11T22:04:36.793Z] $ docker rm -f --volumes b45c7000e9a1c46372edff571ade830ea115d9f952fe7e35b3ce95b88f553507 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-11T22:04:37.126Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-11T22:04:37.126Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T22:04:37.426Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-11T22:04:37.426Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-11T22:04:37.501Z] prd-ubuntu20.04-docker-8c-8g-1960 does not seem to be running inside a container [2023-01-11T22:04:37.530Z] $ 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-01-11T22:04:37.878Z] $ docker top fe24b637b20cd5ed16be9bfacd4a9193af3d6db7afcac3b8896de11ec868a4f8 -eo pid,comm [2023-01-11T22:04:37.922Z] 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-01-11T22:04:37.922Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-11T22:04:37.958Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-11T22:04:37.958Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-11T22:04:38.073Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-11T22:04:38.077Z] $ docker exec fe24b637b20cd5ed16be9bfacd4a9193af3d6db7afcac3b8896de11ec868a4f8 ssh-agent [2023-01-11T22:04:38.184Z] SSH_AUTH_SOCK=/tmp/ssh-LQq6Wsecq14I/agent.30 [2023-01-11T22:04:38.184Z] SSH_AGENT_PID=36 [2023-01-11T22:04:38.188Z] Running ssh-add (command line suppressed) [2023-01-11T22:04:38.296Z] Identity added: /w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_2870390435796067558.key (/w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_2870390435796067558.key) [2023-01-11T22:04:38.306Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-11T22:04:38.591Z] + git semver push [2023-01-11T22:04:38.849Z] 2023-01-11 22:04:38,767 [run_push] DEBUG push [2023-01-11T22:04:38.849Z] 2023-01-11 22:04:38,767 [execute] INFO git cat-file --batch-check [2023-01-11T22:04:38.849Z] 2023-01-11 22:04:38,768 [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-01-11T22:04:38.849Z] 2023-01-11 22:04:38,772 [execute] INFO git rev-list f2d7ce8c5b027819080e26677e3573651c0e6810 -- [2023-01-11T22:04:38.849Z] 2023-01-11 22:04:38,773 [execute] DEBUG Popen(['git', 'rev-list', 'f2d7ce8c5b027819080e26677e3573651c0e6810', '--'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-01-11T22:04:38.849Z] 2023-01-11 22:04:38,780 [execute] INFO git fetch -v origin [2023-01-11T22:04:38.849Z] 2023-01-11 22:04:38,781 [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-01-11T22:04:39.416Z] 2023-01-11 22:04:39,266 [run_push] DEBUG no remote changes detected [2023-01-11T22:04:39.416Z] 2023-01-11 22:04:39,266 [execute] INFO git push origin semver [2023-01-11T22:04:39.416Z] 2023-01-11 22:04:39,266 [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-01-11T22:04:40.352Z] 2023-01-11 22:04:40,120 [run_push] DEBUG push all version tags [2023-01-11T22:04:40.352Z] 2023-01-11 22:04:40,120 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-01-11T22:04:40.352Z] 2023-01-11 22:04:40,121 [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-01-11T22:04:41.290Z] 2023-01-11 22:04:40,931 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main [2023-01-11T22:04:41.290Z] 3.0.0-dev.4 [Pipeline] } [2023-01-11T22:04:41.301Z] $ docker exec --env ******** --env ******** fe24b637b20cd5ed16be9bfacd4a9193af3d6db7afcac3b8896de11ec868a4f8 ssh-agent -k [2023-01-11T22:04:41.404Z] unset SSH_AUTH_SOCK; [2023-01-11T22:04:41.404Z] unset SSH_AGENT_PID; [2023-01-11T22:04:41.404Z] echo Agent pid 36 killed; [2023-01-11T22:04:41.412Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-11T22:04:41.722Z] + git semver [Pipeline] } [2023-01-11T22:04:41.995Z] $ docker stop --time=1 fe24b637b20cd5ed16be9bfacd4a9193af3d6db7afcac3b8896de11ec868a4f8 [2023-01-11T22:04:43.317Z] $ docker rm -f --volumes fe24b637b20cd5ed16be9bfacd4a9193af3d6db7afcac3b8896de11ec868a4f8 [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-01-11T22:04:43.861Z] + [ -d /w/workspace/foundry_device-rfid-llrp-go_main/archives ] [2023-01-11T22:04:43.861Z] + ls -al /w/workspace/foundry_device-rfid-llrp-go_main/archives [2023-01-11T22:04:43.861Z] total 16 [2023-01-11T22:04:43.861Z] drwxr-xr-x 3 root root 4096 Jan 11 21:54 . [2023-01-11T22:04:43.861Z] drwxrwxr-x 12 jenkins jenkins 4096 Jan 11 22:04 .. [2023-01-11T22:04:43.861Z] drwxr-xr-x 2 root root 4096 Jan 11 21:54 cost [2023-01-11T22:04:43.861Z] -rw-r--r-- 1 root root 90 Jan 11 21:54 cost.csv [2023-01-11T22:04:43.861Z] + sudo chown -R jenkins:jenkins /w/workspace/foundry_device-rfid-llrp-go_main/archives [2023-01-11T22:04:43.861Z] + ls -al /w/workspace/foundry_device-rfid-llrp-go_main/archives [2023-01-11T22:04:43.861Z] total 16 [2023-01-11T22:04:43.861Z] drwxr-xr-x 3 jenkins jenkins 4096 Jan 11 21:54 . [2023-01-11T22:04:43.861Z] drwxrwxr-x 12 jenkins jenkins 4096 Jan 11 22:04 .. [2023-01-11T22:04:43.861Z] drwxr-xr-x 2 jenkins jenkins 4096 Jan 11 21:54 cost [2023-01-11T22:04:43.861Z] -rw-r--r-- 1 jenkins jenkins 90 Jan 11 21:54 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-01-11T22:04:44.150Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-11T22:04:45.010Z] ---> package-listing.sh [2023-01-11T22:04:45.010Z] ++ facter osfamily [2023-01-11T22:04:45.010Z] ++ tr '[:upper:]' '[:lower:]' [2023-01-11T22:04:45.269Z] + OS_FAMILY=debian [2023-01-11T22:04:45.269Z] + workspace=/w/workspace/foundry_device-rfid-llrp-go_main [2023-01-11T22:04:45.269Z] + START_PACKAGES=/tmp/packages_start.txt [2023-01-11T22:04:45.269Z] + END_PACKAGES=/tmp/packages_end.txt [2023-01-11T22:04:45.269Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-01-11T22:04:45.269Z] + PACKAGES=/tmp/packages_start.txt [2023-01-11T22:04:45.269Z] + '[' /w/workspace/foundry_device-rfid-llrp-go_main ']' [2023-01-11T22:04:45.269Z] + PACKAGES=/tmp/packages_end.txt [2023-01-11T22:04:45.269Z] + case "${OS_FAMILY}" in [2023-01-11T22:04:45.269Z] + dpkg -l [2023-01-11T22:04:45.269Z] + grep '^ii' [2023-01-11T22:04:45.269Z] + '[' -f /tmp/packages_start.txt ']' [2023-01-11T22:04:45.269Z] + '[' -f /tmp/packages_end.txt ']' [2023-01-11T22:04:45.269Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-01-11T22:04:45.269Z] + '[' /w/workspace/foundry_device-rfid-llrp-go_main ']' [2023-01-11T22:04:45.269Z] + mkdir -p /w/workspace/foundry_device-rfid-llrp-go_main/archives/ [2023-01-11T22:04:45.269Z] + 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-01-11T22:04:45.280Z] 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-01-11T22:04:45.555Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T22:04:46.120Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-11T22:04:46.120Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-11T22:04:46.240Z] prd-ubuntu20.04-docker-8c-8g-1960 does not seem to be running inside a container [2023-01-11T22:04:46.286Z] $ 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-01-11T22:04:46.505Z] $ docker top cc043931503461f03cc7946edf71bbb5ddb38e9489b8054a018451fdc81b6303 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-11T22:04:46.913Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-01-11T22:04:47.194Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-01-11T22:04:47.477Z] + ls /var/log/sa-host [2023-01-11T22:04:47.477Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-11T22:04:47.539Z] provisioning config files... [2023-01-11T22:04:47.546Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config1867862159935125353tmp [Pipeline] { [Pipeline] echo [2023-01-11T22:04:47.558Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-11T22:04:47.836Z] ---> create-netrc.sh [Pipeline] } [2023-01-11T22:04:47.843Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-01-11T22:04:48.154Z] ---> python-tools-install.sh [Pipeline] echo [2023-01-11T22:04:48.163Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-11T22:04:48.444Z] ---> sudo-logs.sh [2023-01-11T22:04:48.444Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-01-11T22:04:48.472Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-11T22:04:48.752Z] ---> job-cost.sh [2023-01-11T22:04:48.753Z] lf-activate-venv: SKIPPING [2023-01-11T22:04:48.753Z] DEBUG: total: 0.2199999988079071 [2023-01-11T22:04:48.753Z] INFO: Retrieving Stack Cost... [2023-01-11T22:04:49.320Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-01-11T22:04:49.888Z] INFO: Archiving Costs [Pipeline] echo [2023-01-11T22:04:49.901Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-11T22:04:50.183Z] ---> logs-deploy.sh [2023-01-11T22:04:50.183Z] lf-activate-venv: SKIPPING [2023-01-11T22:04:50.183Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rfid-llrp-go/main/67 [2023-01-11T22:04:50.183Z] INFO: archiving workspace using pattern(s): [2023-01-11T22:04:51.119Z] Archives upload complete. [2023-01-11T22:04:51.119Z] INFO: archiving logs to Nexus