Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 67743ce73b5f11851f5a3332a1e6bc4b63a9e69f 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-ssh222999292028584005.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-ssh12269782715883024428.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-ssh3804398489237661536.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-ssh761005588571931322.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-ssh13949244492523424770.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 Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-1609 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 67743ce73b5f11851f5a3332a1e6bc4b63a9e69f (main) Commit message: "refactor!: Rename command line flags for the sake of consistency (#130)" > 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 67743ce73b5f11851f5a3332a1e6bc4b63a9e69f # timeout=10 > git rev-list --no-walk 90ff275cbc9ac58a8a645ff628eaeb6b97f16bb6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-01-10T17:39:25.888Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-01-10T17:39:25.939Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-01-10T17:39:25.959Z] ========================================================= [2023-01-10T17:39:25.959Z] EdgeX Global Pipelines Version Info [2023-01-10T17:39:25.959Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-01-10T17:39:26.682Z] ------------------- [2023-01-10T17:39:26.682Z] stable info: [2023-01-10T17:39:26.682Z] ------------------- [2023-01-10T17:39:26.682Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-01-10T17:39:26.682Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-10T17:39:26.682Z] Message: update stable to v1.0.244 [2023-01-10T17:39:27.258Z] ------------------- [2023-01-10T17:39:27.258Z] experimental info: [2023-01-10T17:39:27.258Z] ------------------- [2023-01-10T17:39:27.258Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-01-10T17:39:27.258Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-10T17:39:27.258Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-01-10T17:39:27.455Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rfid-llrp-go-settings [Pipeline] echo [2023-01-10T17:39:27.465Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rfid-llrp-go [Pipeline] echo [2023-01-10T17:39:27.474Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-01-10T17:39:27.483Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-01-10T17:39:27.491Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-01-10T17:39:27.500Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-01-10T17:39:27.510Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-01-10T17:39:27.529Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-01-10T17:39:27.541Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-01-10T17:39:27.563Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-01-10T17:39:27.578Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-01-10T17:39:27.592Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rfid-llrp [Pipeline] echo [2023-01-10T17:39:27.603Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-01-10T17:39:27.616Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-01-10T17:39:27.627Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-01-10T17:39:27.639Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-01-10T17:39:27.652Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-01-10T17:39:27.664Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-01-10T17:39:27.676Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-01-10T17:39:27.690Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-01-10T17:39:27.701Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-01-10T17:39:27.715Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-01-10T17:39:27.729Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-01-10T17:39:27.747Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-01-10T17:39:27.764Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-01-10T17:39:27.779Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-01-10T17:39:27.798Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-01-10T17:39:27.815Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-01-10T17:39:27.831Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-01-10T17:39:27.841Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-01-10T17:39:27.854Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 67743ce73b5f11851f5a3332a1e6bc4b63a9e69f [Pipeline] echo [2023-01-10T17:39:27.866Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 67743ce [Pipeline] echo [2023-01-10T17:39:27.882Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-10T17:39:27.926Z] provisioning config files... [2023-01-10T17:39:27.941Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config5764126975258053860tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-10T17:39:28.245Z] ---> docker-login.sh [2023-01-10T17:39:28.246Z] nexus3.edgexfoundry.org:10001 [2023-01-10T17:39:28.506Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T17:39:28.506Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T17:39:28.506Z] Configure a credential helper to remove this warning. See [2023-01-10T17:39:28.506Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T17:39:28.506Z] [2023-01-10T17:39:28.506Z] Login Succeeded [2023-01-10T17:39:28.506Z] nexus3.edgexfoundry.org:10002 [2023-01-10T17:39:28.506Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T17:39:28.767Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T17:39:28.767Z] Configure a credential helper to remove this warning. See [2023-01-10T17:39:28.767Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T17:39:28.767Z] [2023-01-10T17:39:28.767Z] Login Succeeded [2023-01-10T17:39:28.767Z] nexus3.edgexfoundry.org:10003 [2023-01-10T17:39:28.767Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T17:39:28.767Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T17:39:28.767Z] Configure a credential helper to remove this warning. See [2023-01-10T17:39:28.767Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T17:39:28.767Z] [2023-01-10T17:39:28.767Z] Login Succeeded [2023-01-10T17:39:28.767Z] nexus3.edgexfoundry.org:10004 [2023-01-10T17:39:28.767Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T17:39:28.767Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T17:39:28.767Z] Configure a credential helper to remove this warning. See [2023-01-10T17:39:28.767Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T17:39:28.767Z] [2023-01-10T17:39:28.767Z] Login Succeeded [2023-01-10T17:39:28.767Z] docker.io [2023-01-10T17:39:29.027Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T17:39:29.287Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T17:39:29.287Z] Configure a credential helper to remove this warning. See [2023-01-10T17:39:29.287Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T17:39:29.287Z] [2023-01-10T17:39:29.287Z] Login Succeeded [2023-01-10T17:39:29.287Z] ---> docker-login.sh ends [Pipeline] } [2023-01-10T17:39:29.295Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-01-10T17:39:29.716Z] + git rev-list -1 --merges 67743ce73b5f11851f5a3332a1e6bc4b63a9e69f~1..67743ce73b5f11851f5a3332a1e6bc4b63a9e69f [Pipeline] echo [2023-01-10T17:39:29.771Z] -----------> git rev-list -1 --merges 67743ce73b5f11851f5a3332a1e6bc4b63a9e69f~1..67743ce73b5f11851f5a3332a1e6bc4b63a9e69f 67743ce73b5f11851f5a3332a1e6bc4b63a9e69f [false] [Pipeline] sh [2023-01-10T17:39:30.055Z] + git log --format=format:%s -1 67743ce73b5f11851f5a3332a1e6bc4b63a9e69f [Pipeline] echo [2023-01-10T17:39:30.068Z] ========================================================= [2023-01-10T17:39:30.068Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-01-10T17:39:30.068Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-10T17:39:30.382Z] + git log --format=format:%s -1 67743ce73b5f11851f5a3332a1e6bc4b63a9e69f [Pipeline] echo [2023-01-10T17:39:30.396Z] [semverPrep] GIT_COMMIT: 67743ce73b5f11851f5a3332a1e6bc4b63a9e69f, Commit Message: refactor!: Rename command line flags for the sake of consistency (#130) [Pipeline] echo [2023-01-10T17:39:30.405Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-01-10T17:39:30.777Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-10T17:39:30.777Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-01-10T17:39:30.777Z] + [ -e /tmp/ssh_known_hosts ] [2023-01-10T17:39:30.777Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-01-10T17:39:30.777Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-01-10T17:39:30.777Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-01-10T17:39:30.777Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T17:39:31.203Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-10T17:39:31.203Z] [2023-01-10T17:39:31.203Z] 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-10T17:39:31.506Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-10T17:39:31.506Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-01-10T17:39:31.506Z] b85a868b505f: Pulling fs layer [2023-01-10T17:39:31.506Z] e2be974225ed: Pulling fs layer [2023-01-10T17:39:31.506Z] 339a4e72a1f5: Pulling fs layer [2023-01-10T17:39:31.506Z] 988bab9f4d93: Pulling fs layer [2023-01-10T17:39:31.506Z] 1469e6f7b9e6: Pulling fs layer [2023-01-10T17:39:31.506Z] eaf3925da568: Pulling fs layer [2023-01-10T17:39:31.506Z] bab4dde63d76: Pulling fs layer [2023-01-10T17:39:31.506Z] bde34c3a00c8: Pulling fs layer [2023-01-10T17:39:31.506Z] b352a97aabf1: Pulling fs layer [2023-01-10T17:39:31.506Z] 4872d77fe225: Pulling fs layer [2023-01-10T17:39:31.506Z] 5851b861e8e6: Pulling fs layer [2023-01-10T17:39:31.506Z] 1469e6f7b9e6: Waiting [2023-01-10T17:39:31.506Z] eaf3925da568: Waiting [2023-01-10T17:39:31.506Z] bab4dde63d76: Waiting [2023-01-10T17:39:31.506Z] bde34c3a00c8: Waiting [2023-01-10T17:39:31.506Z] b352a97aabf1: Waiting [2023-01-10T17:39:31.506Z] 988bab9f4d93: Waiting [2023-01-10T17:39:31.506Z] 4872d77fe225: Waiting [2023-01-10T17:39:31.506Z] 5851b861e8e6: Waiting [2023-01-10T17:39:31.506Z] e2be974225ed: Download complete [2023-01-10T17:39:31.506Z] 988bab9f4d93: Verifying Checksum [2023-01-10T17:39:31.506Z] 988bab9f4d93: Download complete [2023-01-10T17:39:31.765Z] 1469e6f7b9e6: Verifying Checksum [2023-01-10T17:39:31.765Z] 1469e6f7b9e6: Download complete [2023-01-10T17:39:31.765Z] 339a4e72a1f5: Verifying Checksum [2023-01-10T17:39:31.765Z] 339a4e72a1f5: Download complete [2023-01-10T17:39:31.765Z] eaf3925da568: Verifying Checksum [2023-01-10T17:39:31.765Z] eaf3925da568: Download complete [2023-01-10T17:39:31.765Z] bde34c3a00c8: Verifying Checksum [2023-01-10T17:39:31.765Z] bde34c3a00c8: Download complete [2023-01-10T17:39:31.765Z] b352a97aabf1: Download complete [2023-01-10T17:39:31.765Z] 4872d77fe225: Download complete [2023-01-10T17:39:31.765Z] 5851b861e8e6: Download complete [2023-01-10T17:39:31.765Z] b85a868b505f: Verifying Checksum [2023-01-10T17:39:31.765Z] b85a868b505f: Download complete [2023-01-10T17:39:32.025Z] bab4dde63d76: Verifying Checksum [2023-01-10T17:39:32.025Z] bab4dde63d76: Download complete [2023-01-10T17:39:33.407Z] b85a868b505f: Pull complete [2023-01-10T17:39:33.407Z] e2be974225ed: Pull complete [2023-01-10T17:39:33.977Z] 339a4e72a1f5: Pull complete [2023-01-10T17:39:33.977Z] 988bab9f4d93: Pull complete [2023-01-10T17:39:34.238Z] 1469e6f7b9e6: Pull complete [2023-01-10T17:39:34.238Z] eaf3925da568: Pull complete [2023-01-10T17:39:36.775Z] bab4dde63d76: Pull complete [2023-01-10T17:39:36.775Z] bde34c3a00c8: Pull complete [2023-01-10T17:39:36.775Z] b352a97aabf1: Pull complete [2023-01-10T17:39:36.775Z] 4872d77fe225: Pull complete [2023-01-10T17:39:36.775Z] 5851b861e8e6: Pull complete [2023-01-10T17:39:36.775Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-01-10T17:39:36.775Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-10T17:39:36.775Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-10T17:39:36.871Z] prd-ubuntu20.04-docker-8c-8g-1609 does not seem to be running inside a container [2023-01-10T17:39:36.891Z] $ 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-10T17:39:39.803Z] $ docker top da3b1e0b6563b058405089c77b4b99db39c91f5623b3baa2d8be621245abdf13 -eo pid,comm [2023-01-10T17:39:39.862Z] 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-10T17:39:39.862Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-10T17:39:39.900Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-10T17:39:39.900Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-10T17:39:39.997Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-10T17:39:39.992Z] $ docker exec da3b1e0b6563b058405089c77b4b99db39c91f5623b3baa2d8be621245abdf13 ssh-agent [2023-01-10T17:39:40.105Z] SSH_AUTH_SOCK=/tmp/ssh-MW8mAKoVUJtY/agent.32 [2023-01-10T17:39:40.105Z] SSH_AGENT_PID=38 [2023-01-10T17:39:40.111Z] Running ssh-add (command line suppressed) [2023-01-10T17:39:40.213Z] Identity added: /w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_1741680949739686004.key (/w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_1741680949739686004.key) [2023-01-10T17:39:40.233Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-10T17:39:40.523Z] + git tag --points-at HEAD [Pipeline] } [2023-01-10T17:39:40.527Z] $ docker exec --env ******** --env ******** da3b1e0b6563b058405089c77b4b99db39c91f5623b3baa2d8be621245abdf13 ssh-agent -k [2023-01-10T17:39:40.627Z] unset SSH_AUTH_SOCK; [2023-01-10T17:39:40.627Z] unset SSH_AGENT_PID; [2023-01-10T17:39:40.627Z] echo Agent pid 38 killed; [2023-01-10T17:39:40.644Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-01-10T17:39:40.670Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-10T17:39:40.670Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-10T17:39:40.780Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-10T17:39:40.775Z] $ docker exec da3b1e0b6563b058405089c77b4b99db39c91f5623b3baa2d8be621245abdf13 ssh-agent [2023-01-10T17:39:40.890Z] SSH_AUTH_SOCK=/tmp/ssh-JVzh4R8xNbFn/agent.70 [2023-01-10T17:39:40.890Z] SSH_AGENT_PID=76 [2023-01-10T17:39:40.895Z] Running ssh-add (command line suppressed) [2023-01-10T17:39:40.999Z] Identity added: /w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_824320265569917142.key (/w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_824320265569917142.key) [2023-01-10T17:39:41.021Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-10T17:39:41.308Z] + git semver init [2023-01-10T17:39:41.568Z] 2023-01-10 17:39:41,478 [run_init] DEBUG init version:0.0.0 force:False [2023-01-10T17:39:41.568Z] 2023-01-10 17:39:41,478 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/foundry_device-rfid-llrp-go_main/.semver [2023-01-10T17:39:41.568Z] 2023-01-10 17:39:41,479 [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-10T17:39:41.568Z] 2023-01-10 17:39:41,479 [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-10T17:39:42.950Z] 2023-01-10 17:39:42,553 [append_file] DEBUG append to file:/w/workspace/foundry_device-rfid-llrp-go_main/.git/info/exclude [2023-01-10T17:39:42.950Z] 2023-01-10 17:39:42,553 [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-10T17:39:42.950Z] 2023-01-10 17:39:42,553 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main [2023-01-10T17:39:42.950Z] 2023-01-10 17:39:42,553 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main [2023-01-10T17:39:42.950Z] 3.0.0-dev.2 [Pipeline] } [2023-01-10T17:39:42.954Z] $ docker exec --env ******** --env ******** da3b1e0b6563b058405089c77b4b99db39c91f5623b3baa2d8be621245abdf13 ssh-agent -k [2023-01-10T17:39:43.049Z] unset SSH_AUTH_SOCK; [2023-01-10T17:39:43.050Z] unset SSH_AGENT_PID; [2023-01-10T17:39:43.050Z] echo Agent pid 76 killed; [2023-01-10T17:39:43.065Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-10T17:39:43.365Z] + git semver [Pipeline] } [2023-01-10T17:39:43.633Z] $ docker stop --time=1 da3b1e0b6563b058405089c77b4b99db39c91f5623b3baa2d8be621245abdf13 [2023-01-10T17:39:44.927Z] $ docker rm -f --volumes da3b1e0b6563b058405089c77b4b99db39c91f5623b3baa2d8be621245abdf13 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-10T17:39:45.265Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-01-10T17:39:45.465Z] Stashed 1 file(s) [Pipeline] echo [2023-01-10T17:39:45.470Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.2 [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-10T17:39:45.704Z] provisioning config files... [2023-01-10T17:39:45.716Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config11740572161231262830tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-10T17:39:46.012Z] ---> docker-login.sh [2023-01-10T17:39:46.012Z] nexus3.edgexfoundry.org:10001 [2023-01-10T17:39:46.013Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T17:39:46.013Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T17:39:46.013Z] Configure a credential helper to remove this warning. See [2023-01-10T17:39:46.013Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T17:39:46.013Z] [2023-01-10T17:39:46.013Z] Login Succeeded [2023-01-10T17:39:46.013Z] nexus3.edgexfoundry.org:10002 [2023-01-10T17:39:46.013Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T17:39:46.013Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T17:39:46.013Z] Configure a credential helper to remove this warning. See [2023-01-10T17:39:46.013Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T17:39:46.013Z] [2023-01-10T17:39:46.013Z] Login Succeeded [2023-01-10T17:39:46.013Z] nexus3.edgexfoundry.org:10003 [2023-01-10T17:39:46.272Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T17:39:46.272Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T17:39:46.272Z] Configure a credential helper to remove this warning. See [2023-01-10T17:39:46.272Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T17:39:46.272Z] [2023-01-10T17:39:46.272Z] Login Succeeded [2023-01-10T17:39:46.272Z] nexus3.edgexfoundry.org:10004 [2023-01-10T17:39:46.272Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T17:39:46.272Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T17:39:46.272Z] Configure a credential helper to remove this warning. See [2023-01-10T17:39:46.272Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T17:39:46.272Z] [2023-01-10T17:39:46.272Z] Login Succeeded [2023-01-10T17:39:46.272Z] docker.io [2023-01-10T17:39:46.531Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T17:39:46.531Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T17:39:46.531Z] Configure a credential helper to remove this warning. See [2023-01-10T17:39:46.531Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T17:39:46.531Z] [2023-01-10T17:39:46.531Z] Login Succeeded [2023-01-10T17:39:46.531Z] ---> docker-login.sh ends [Pipeline] } [2023-01-10T17:39:46.540Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-01-10T17:39:46.608Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-10T17:39:46.622Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-10T17:39:46.631Z] ========================================================= [2023-01-10T17:39:46.631Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-01-10T17:39:46.631Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T17:39:46.940Z] + 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-10T17:39:46.940Z] Sending build context to Docker daemon 4.116MB [2023-01-10T17:39:46.940Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2023-01-10T17:39:46.940Z] Step 2/12 : FROM ${BASE} AS builder [2023-01-10T17:39:46.940Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-01-10T17:39:46.940Z] 213ec9aee27d: Pulling fs layer [2023-01-10T17:39:46.940Z] 4583459ba037: Pulling fs layer [2023-01-10T17:39:46.940Z] 93c1e223e6f2: Pulling fs layer [2023-01-10T17:39:46.940Z] 53926ce57604: Pulling fs layer [2023-01-10T17:39:46.940Z] 21b2b0c7a3f4: Pulling fs layer [2023-01-10T17:39:46.940Z] 22ff95d597cd: Pulling fs layer [2023-01-10T17:39:46.940Z] 12d6caf4c0d1: Pulling fs layer [2023-01-10T17:39:46.940Z] 96b7cbca73a9: Pulling fs layer [2023-01-10T17:39:46.940Z] a7acece74701: Pulling fs layer [2023-01-10T17:39:46.940Z] 22ff95d597cd: Waiting [2023-01-10T17:39:46.940Z] 12d6caf4c0d1: Waiting [2023-01-10T17:39:46.940Z] 53926ce57604: Waiting [2023-01-10T17:39:46.940Z] 96b7cbca73a9: Waiting [2023-01-10T17:39:46.940Z] 21b2b0c7a3f4: Waiting [2023-01-10T17:39:46.940Z] a7acece74701: Waiting [2023-01-10T17:39:46.940Z] 93c1e223e6f2: Verifying Checksum [2023-01-10T17:39:46.940Z] 93c1e223e6f2: Download complete [2023-01-10T17:39:46.940Z] 4583459ba037: Download complete [2023-01-10T17:39:46.940Z] 21b2b0c7a3f4: Download complete [2023-01-10T17:39:46.940Z] 22ff95d597cd: Verifying Checksum [2023-01-10T17:39:46.940Z] 22ff95d597cd: Download complete [2023-01-10T17:39:47.206Z] 213ec9aee27d: Verifying Checksum [2023-01-10T17:39:47.207Z] 213ec9aee27d: Download complete [2023-01-10T17:39:47.207Z] 12d6caf4c0d1: Download complete [2023-01-10T17:39:47.207Z] 213ec9aee27d: Pull complete [2023-01-10T17:39:47.483Z] 4583459ba037: Pull complete [2023-01-10T17:39:47.484Z] 93c1e223e6f2: Pull complete [2023-01-10T17:39:48.088Z] 53926ce57604: Verifying Checksum [2023-01-10T17:39:48.088Z] 53926ce57604: Download complete [2023-01-10T17:39:48.346Z] 96b7cbca73a9: Verifying Checksum [2023-01-10T17:39:48.346Z] a7acece74701: Verifying Checksum [2023-01-10T17:39:48.346Z] a7acece74701: Download complete [2023-01-10T17:39:52.535Z] 53926ce57604: Pull complete [2023-01-10T17:39:52.536Z] 21b2b0c7a3f4: Pull complete [2023-01-10T17:39:52.536Z] 22ff95d597cd: Pull complete [2023-01-10T17:39:52.536Z] 12d6caf4c0d1: Pull complete [2023-01-10T17:39:53.908Z] 96b7cbca73a9: Pull complete [2023-01-10T17:39:54.840Z] a7acece74701: Pull complete [2023-01-10T17:39:54.840Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-01-10T17:39:54.840Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-10T17:39:54.840Z] ---> db6d94c90886 [2023-01-10T17:39:54.840Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-01-10T17:40:00.122Z] ---> Running in 8be8f77e61d1 [2023-01-10T17:40:00.122Z] Removing intermediate container 8be8f77e61d1 [2023-01-10T17:40:00.122Z] ---> 21567bac4f04 [2023-01-10T17:40:00.122Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-01-10T17:40:00.122Z] ---> Running in 88c87aa6415e [2023-01-10T17:40:00.122Z] Removing intermediate container 88c87aa6415e [2023-01-10T17:40:00.122Z] ---> 4ea9df42641f [2023-01-10T17:40:00.122Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev" [2023-01-10T17:40:00.122Z] ---> Running in eb3f980f9a3b [2023-01-10T17:40:00.122Z] Removing intermediate container eb3f980f9a3b [2023-01-10T17:40:00.122Z] ---> 9e7b1be8dab6 [2023-01-10T17:40:00.122Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-01-10T17:40:00.122Z] ---> Running in 23414153b4c7 [2023-01-10T17:40:00.122Z] Removing intermediate container 23414153b4c7 [2023-01-10T17:40:00.122Z] ---> d03b6df71da6 [2023-01-10T17:40:00.122Z] Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-01-10T17:40:00.382Z] ---> Running in 678e2e1c6cfc [2023-01-10T17:40:00.589Z] Still waiting to schedule task [2023-01-10T17:40:00.589Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-01-10T17:40:00.640Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-10T17:40:00.640Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-10T17:40:00.901Z] OK: 211 MiB in 51 packages [2023-01-10T17:40:01.160Z] Removing intermediate container 678e2e1c6cfc [2023-01-10T17:40:01.160Z] ---> 414988fc04aa [2023-01-10T17:40:01.160Z] Step 8/12 : WORKDIR /app [2023-01-10T17:40:01.160Z] ---> Running in e8f29a3f2630 [2023-01-10T17:40:01.420Z] Removing intermediate container e8f29a3f2630 [2023-01-10T17:40:01.420Z] ---> aa613d2324b0 [2023-01-10T17:40:01.420Z] Step 9/12 : COPY go.mod vendor* ./ [2023-01-10T17:40:01.420Z] ---> 3f9a3064e216 [2023-01-10T17:40:01.420Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-10T17:40:01.420Z] ---> Running in 0e0c78984aed [2023-01-10T17:40:23.614Z] Removing intermediate container 0e0c78984aed [2023-01-10T17:40:23.614Z] ---> ca9c5f152fe4 [2023-01-10T17:40:23.614Z] Step 11/12 : COPY . . [2023-01-10T17:40:23.875Z] ---> 291f813cb1c3 [2023-01-10T17:40:23.875Z] Step 12/12 : RUN $MAKE [2023-01-10T17:40:23.875Z] ---> Running in 87a4cf0d5252 [2023-01-10T17:40:24.133Z] noop [2023-01-10T17:40:24.391Z] Removing intermediate container 87a4cf0d5252 [2023-01-10T17:40:24.391Z] ---> d9f2c9cdba0b [2023-01-10T17:40:24.391Z] Successfully built d9f2c9cdba0b [2023-01-10T17:40:24.391Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T17:40:24.701Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-10T17:40:24.701Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-10T17:40:24.775Z] prd-ubuntu20.04-docker-8c-8g-1609 does not seem to be running inside a container [2023-01-10T17:40:24.816Z] $ 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-10T17:40:25.149Z] $ docker top c40ca3ef0d7581b4e3cae3c1020fb0ed03d6af5d4c5a70323710153e4426e460 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-10T17:40:25.487Z] + go version [2023-01-10T17:40:25.487Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-01-10T17:40:25.504Z] $ docker stop --time=1 c40ca3ef0d7581b4e3cae3c1020fb0ed03d6af5d4c5a70323710153e4426e460 [2023-01-10T17:40:26.783Z] $ docker rm -f --volumes c40ca3ef0d7581b4e3cae3c1020fb0ed03d6af5d4c5a70323710153e4426e460 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T17:40:27.181Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-10T17:40:27.181Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-10T17:40:27.256Z] prd-ubuntu20.04-docker-8c-8g-1609 does not seem to be running inside a container [2023-01-10T17:40:27.290Z] $ 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-10T17:40:27.657Z] $ docker top 1c5c7795c17ec22c9b6f180f0a2a0822aa58b8f4164118dce06777c51f8817dd -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-10T17:40:27.991Z] + git config --global --add safe.directory /w/workspace/foundry_device-rfid-llrp-go_main [Pipeline] fileExists [Pipeline] sh [2023-01-10T17:40:28.282Z] + make test [2023-01-10T17:40:28.282Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2023-01-10T17:40:28.541Z] ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] [2023-01-10T17:40:38.520Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd [no test files] [2023-01-10T17:40:38.520Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd/llrp [no test files] [2023-01-10T17:40:42.730Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/driver 3.680s coverage: 38.5% of statements [2023-01-10T17:40:42.730Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.246s coverage: 51.9% of statements [2023-01-10T17:40:42.730Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.020s coverage: 95.5% of statements [2023-01-10T17:40:52.705Z] 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-10T17:40:52.705Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2023-01-10T17:40:55.240Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-01-10T17:40:55.240Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-01-10T17:40:55.240Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-01-10T17:40:55.250Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-01-10T17:40:55.268Z] $ docker stop --time=1 1c5c7795c17ec22c9b6f180f0a2a0822aa58b8f4164118dce06777c51f8817dd [2023-01-10T17:40:58.110Z] $ docker rm -f --volumes 1c5c7795c17ec22c9b6f180f0a2a0822aa58b8f4164118dce06777c51f8817dd [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-10T17:40:58.541Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-01-10T17:40:58.620Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-01-10T17:40:59.111Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-01-10T17:40:59.395Z] + ls -al . [2023-01-10T17:40:59.395Z] total 644 [2023-01-10T17:40:59.395Z] drwxrwxr-x 11 jenkins jenkins 4096 Jan 10 17:40 . [2023-01-10T17:40:59.395Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 10 17:39 .. [2023-01-10T17:40:59.395Z] -rw-rw-r-- 1 jenkins jenkins 134 Jan 10 17:39 .dockerignore [2023-01-10T17:40:59.395Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 10 17:40 .git [2023-01-10T17:40:59.395Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 10 17:39 .github [2023-01-10T17:40:59.395Z] -rw-rw-r-- 1 jenkins jenkins 946 Jan 10 17:39 .gitignore [2023-01-10T17:40:59.395Z] -rw-rw-r-- 1 jenkins jenkins 41 Jan 10 17:39 .golangci.yml [2023-01-10T17:40:59.395Z] drwxr-xr-x 3 jenkins jenkins 4096 Jan 10 17:39 .semver [2023-01-10T17:40:59.395Z] -rw-rw-r-- 1 jenkins jenkins 11000 Jan 10 17:39 Attribution.txt [2023-01-10T17:40:59.395Z] -rw-rw-r-- 1 jenkins jenkins 5905 Jan 10 17:39 CHANGELOG.md [2023-01-10T17:40:59.395Z] -rw-rw-r-- 1 jenkins jenkins 1378 Jan 10 17:39 Dockerfile [2023-01-10T17:40:59.395Z] -rw-rw-r-- 1 jenkins jenkins 677 Jan 10 17:39 GOVERNANCE.md [2023-01-10T17:40:59.396Z] -rw-rw-r-- 1 jenkins jenkins 683 Jan 10 17:39 Jenkinsfile [2023-01-10T17:40:59.396Z] -rw-rw-r-- 1 jenkins jenkins 11347 Jan 10 17:39 LICENSE [2023-01-10T17:40:59.396Z] -rw-rw-r-- 1 jenkins jenkins 2405 Jan 10 17:39 Makefile [2023-01-10T17:40:59.396Z] -rw-rw-r-- 1 jenkins jenkins 625 Jan 10 17:39 OWNERS.md [2023-01-10T17:40:59.396Z] -rw-rw-r-- 1 jenkins jenkins 28496 Jan 10 17:39 README.md [2023-01-10T17:40:59.396Z] -rw-rw-r-- 1 jenkins jenkins 11 Jan 10 17:39 VERSION [2023-01-10T17:40:59.396Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 10 17:39 bin [2023-01-10T17:40:59.396Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 10 17:39 cmd [2023-01-10T17:40:59.396Z] -rw-r--r-- 1 jenkins jenkins 460049 Jan 10 17:40 coverage.out [2023-01-10T17:40:59.396Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 10 17:39 examples [2023-01-10T17:40:59.396Z] -rw-rw-r-- 1 jenkins jenkins 3550 Jan 10 17:39 go.mod [2023-01-10T17:40:59.396Z] -rw-rw-r-- 1 jenkins jenkins 44766 Jan 10 17:39 go.sum [2023-01-10T17:40:59.396Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 10 17:39 images [2023-01-10T17:40:59.396Z] drwxrwxr-x 5 jenkins jenkins 4096 Jan 10 17:39 internal [2023-01-10T17:40:59.396Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 10 17:39 snap [2023-01-10T17:40:59.396Z] -rw-rw-r-- 1 jenkins jenkins 193 Jan 10 17:39 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T17:40:59.699Z] + 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=67743ce73b5f11851f5a3332a1e6bc4b63a9e69f --label arch=amd64 --label version=3.0.0-dev.2 . [2023-01-10T17:40:59.699Z] Sending build context to Docker daemon 4.116MB [2023-01-10T17:40:59.699Z] Step 1/24 : ARG BASE=golang:1.18-alpine3.16 [2023-01-10T17:40:59.699Z] Step 2/24 : FROM ${BASE} AS builder [2023-01-10T17:40:59.699Z] ---> d9f2c9cdba0b [2023-01-10T17:40:59.699Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-01-10T17:40:59.957Z] ---> Running in 3e34fb0ca11c [2023-01-10T17:40:59.957Z] Removing intermediate container 3e34fb0ca11c [2023-01-10T17:40:59.957Z] ---> 2b9d2706b1b6 [2023-01-10T17:40:59.957Z] Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-01-10T17:40:59.957Z] ---> Running in 1139bd6de647 [2023-01-10T17:40:59.957Z] Removing intermediate container 1139bd6de647 [2023-01-10T17:40:59.957Z] ---> 08fafaf5046a [2023-01-10T17:40:59.957Z] Step 5/24 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev" [2023-01-10T17:40:59.957Z] ---> Running in 2881c107f487 [2023-01-10T17:41:00.217Z] Removing intermediate container 2881c107f487 [2023-01-10T17:41:00.217Z] ---> 5740a8121016 [2023-01-10T17:41:00.217Z] Step 6/24 : ARG ALPINE_PKG_EXTRA="" [2023-01-10T17:41:00.217Z] ---> Running in b65be3d23c17 [2023-01-10T17:41:00.217Z] Removing intermediate container b65be3d23c17 [2023-01-10T17:41:00.217Z] ---> 10c387329874 [2023-01-10T17:41:00.217Z] Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-01-10T17:41:00.217Z] ---> Running in a50e92e1b788 [2023-01-10T17:41:00.475Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-10T17:41:00.734Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-10T17:41:00.993Z] OK: 211 MiB in 51 packages [2023-01-10T17:41:01.261Z] Removing intermediate container a50e92e1b788 [2023-01-10T17:41:01.261Z] ---> a4a6c9a863ac [2023-01-10T17:41:01.261Z] Step 8/24 : WORKDIR /app [2023-01-10T17:41:01.261Z] ---> Running in 0d4819b25857 [2023-01-10T17:41:01.261Z] Removing intermediate container 0d4819b25857 [2023-01-10T17:41:01.261Z] ---> 17a9accf1005 [2023-01-10T17:41:01.261Z] Step 9/24 : COPY go.mod vendor* ./ [2023-01-10T17:41:01.523Z] ---> f0aa7d1bcbce [2023-01-10T17:41:01.523Z] Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-10T17:41:01.523Z] ---> Running in 43bbf48ebd0a [2023-01-10T17:41:02.090Z] Removing intermediate container 43bbf48ebd0a [2023-01-10T17:41:02.090Z] ---> e9dccabc49cf [2023-01-10T17:41:02.090Z] Step 11/24 : COPY . . [2023-01-10T17:41:02.348Z] ---> 0142a3967da4 [2023-01-10T17:41:02.348Z] Step 12/24 : RUN $MAKE [2023-01-10T17:41:02.348Z] ---> Running in 5190fef2fe40 [2023-01-10T17:41:02.609Z] CGO_ENABLED=1 GO111MODULE=on go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.0.0-dev.5 -X github.com/edgexfoundry/device-rfid-llrp-go.Version=3.0.0-dev.2" -trimpath -mod=readonly -buildmode=pie -o cmd/device-rfid-llrp ./cmd [2023-01-10T17:41:24.528Z] Removing intermediate container 5190fef2fe40 [2023-01-10T17:41:24.528Z] ---> 1805442e3c08 [2023-01-10T17:41:24.528Z] Step 13/24 : FROM alpine:3.16 [2023-01-10T17:41:24.528Z] 3.16: Pulling from library/alpine [2023-01-10T17:41:24.528Z] ca7dd9ec2225: Pulling fs layer [2023-01-10T17:41:24.528Z] ca7dd9ec2225: Verifying Checksum [2023-01-10T17:41:24.528Z] ca7dd9ec2225: Download complete [2023-01-10T17:41:24.528Z] ca7dd9ec2225: Pull complete [2023-01-10T17:41:24.528Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-10T17:41:24.528Z] Status: Downloaded newer image for alpine:3.16 [2023-01-10T17:41:24.528Z] ---> bfe296a52501 [2023-01-10T17:41:24.528Z] Step 14/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-01-10T17:41:24.528Z] ---> Running in 8c39b4b2e84b [2023-01-10T17:41:24.528Z] Removing intermediate container 8c39b4b2e84b [2023-01-10T17:41:24.528Z] ---> 332f11d524ea [2023-01-10T17:41:24.528Z] Step 15/24 : RUN apk add --update --no-cache zeromq dumb-init [2023-01-10T17:41:24.528Z] ---> Running in b8f2664b5017 [2023-01-10T17:41:24.528Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-10T17:41:24.881Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-10T17:41:25.165Z] (1/6) Installing dumb-init (1.2.5-r1) [2023-01-10T17:41:25.165Z] (2/6) Installing libgcc (11.2.1_git20220219-r2) [2023-01-10T17:41:25.165Z] (3/6) Installing libsodium (1.0.18-r0) [2023-01-10T17:41:25.165Z] (4/6) Installing libstdc++ (11.2.1_git20220219-r2) [2023-01-10T17:41:25.165Z] (5/6) Installing libzmq (4.3.4-r0) [2023-01-10T17:41:25.165Z] (6/6) Installing zeromq (4.3.4-r0) [2023-01-10T17:41:25.165Z] Executing busybox-1.35.0-r17.trigger [2023-01-10T17:41:25.165Z] OK: 8 MiB in 20 packages [2023-01-10T17:41:25.809Z] Removing intermediate container b8f2664b5017 [2023-01-10T17:41:25.809Z] ---> 2ab1c53effc7 [2023-01-10T17:41:25.809Z] Step 16/24 : COPY --from=builder /app/LICENSE / [2023-01-10T17:41:25.809Z] ---> d8d2e1fcd972 [2023-01-10T17:41:25.809Z] Step 17/24 : COPY --from=builder /app/Attribution.txt / [2023-01-10T17:41:25.809Z] ---> d0631fda413b [2023-01-10T17:41:25.809Z] Step 18/24 : COPY --from=builder /app/cmd/ / [2023-01-10T17:41:26.744Z] ---> db465bc4fb22 [2023-01-10T17:41:26.744Z] Step 19/24 : EXPOSE 59989 [2023-01-10T17:41:26.744Z] ---> Running in e5f5525817a0 [2023-01-10T17:41:26.744Z] Removing intermediate container e5f5525817a0 [2023-01-10T17:41:26.744Z] ---> 48d9d1e20c3d [2023-01-10T17:41:26.744Z] Step 20/24 : ENTRYPOINT ["/device-rfid-llrp"] [2023-01-10T17:41:26.744Z] ---> Running in 7166af96f811 [2023-01-10T17:41:26.744Z] Removing intermediate container 7166af96f811 [2023-01-10T17:41:26.744Z] ---> 2e4c868b55f0 [2023-01-10T17:41:26.744Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-10T17:41:26.744Z] ---> Running in ee4dd446b6ec [2023-01-10T17:41:26.744Z] Removing intermediate container ee4dd446b6ec [2023-01-10T17:41:26.744Z] ---> efab37f03846 [2023-01-10T17:41:26.744Z] Step 22/24 : LABEL arch=amd64 [2023-01-10T17:41:27.005Z] ---> Running in deb002aa3865 [2023-01-10T17:41:27.005Z] Removing intermediate container deb002aa3865 [2023-01-10T17:41:27.005Z] ---> ac0044c380cb [2023-01-10T17:41:27.005Z] Step 23/24 : LABEL git_sha=67743ce73b5f11851f5a3332a1e6bc4b63a9e69f [2023-01-10T17:41:27.005Z] ---> Running in 8016adae7550 [2023-01-10T17:41:27.005Z] Removing intermediate container 8016adae7550 [2023-01-10T17:41:27.005Z] ---> d3a6dcb502f8 [2023-01-10T17:41:27.005Z] Step 24/24 : LABEL version=3.0.0-dev.2 [2023-01-10T17:41:27.005Z] ---> Running in ef3505495c99 [2023-01-10T17:41:27.264Z] Removing intermediate container ef3505495c99 [2023-01-10T17:41:27.264Z] ---> c194e95a7050 [2023-01-10T17:41:27.264Z] [Warning] One or more build-args [ARCH] were not consumed [2023-01-10T17:41:27.264Z] Successfully built c194e95a7050 [2023-01-10T17:41:27.264Z] 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-10T17:41:27.372Z] provisioning config files... [2023-01-10T17:41:27.379Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config5897296268517237497tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-10T17:41:27.674Z] ---> docker-login.sh [2023-01-10T17:41:27.674Z] nexus3.edgexfoundry.org:10001 [2023-01-10T17:41:27.674Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T17:41:27.674Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T17:41:27.674Z] Configure a credential helper to remove this warning. See [2023-01-10T17:41:27.674Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T17:41:27.674Z] [2023-01-10T17:41:27.674Z] Login Succeeded [2023-01-10T17:41:27.674Z] nexus3.edgexfoundry.org:10002 [2023-01-10T17:41:27.674Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T17:41:27.674Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T17:41:27.674Z] Configure a credential helper to remove this warning. See [2023-01-10T17:41:27.674Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T17:41:27.674Z] [2023-01-10T17:41:27.674Z] Login Succeeded [2023-01-10T17:41:27.674Z] nexus3.edgexfoundry.org:10003 [2023-01-10T17:41:27.932Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T17:41:27.932Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T17:41:27.932Z] Configure a credential helper to remove this warning. See [2023-01-10T17:41:27.932Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T17:41:27.932Z] [2023-01-10T17:41:27.932Z] Login Succeeded [2023-01-10T17:41:27.932Z] nexus3.edgexfoundry.org:10004 [2023-01-10T17:41:27.932Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T17:41:27.932Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T17:41:27.932Z] Configure a credential helper to remove this warning. See [2023-01-10T17:41:27.932Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T17:41:27.932Z] [2023-01-10T17:41:27.932Z] Login Succeeded [2023-01-10T17:41:27.932Z] docker.io [2023-01-10T17:41:28.190Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T17:41:28.190Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T17:41:28.190Z] Configure a credential helper to remove this warning. See [2023-01-10T17:41:28.190Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T17:41:28.190Z] [2023-01-10T17:41:28.190Z] Login Succeeded [2023-01-10T17:41:28.190Z] ---> docker-login.sh ends [Pipeline] } [2023-01-10T17:41:28.198Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-10T17:41:28.222Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-10T17:41:28.237Z] [edgeXDocker.push] Tagging docker image device-rfid-llrp with the following tags: [2023-01-10T17:41:28.237Z] 67743ce73b5f11851f5a3332a1e6bc4b63a9e69f [2023-01-10T17:41:28.237Z] latest [2023-01-10T17:41:28.237Z] 3.0.0-dev.2 [2023-01-10T17:41:28.237Z] 67743ce73b5f11851f5a3332a1e6bc4b63a9e69f-3.0.0-dev.2 [2023-01-10T17:41:28.237Z] main [2023-01-10T17:41:28.237Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T17:41:28.539Z] + docker tag device-rfid-llrp nexus3.edgexfoundry.org:10004/device-rfid-llrp:67743ce73b5f11851f5a3332a1e6bc4b63a9e69f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T17:41:28.840Z] + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp:67743ce73b5f11851f5a3332a1e6bc4b63a9e69f [2023-01-10T17:41:28.840Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp] [2023-01-10T17:41:28.840Z] e1e69244826d: Preparing [2023-01-10T17:41:28.840Z] f3620b4533fa: Preparing [2023-01-10T17:41:28.840Z] 93e18762ee65: Preparing [2023-01-10T17:41:28.840Z] af02dbce9729: Preparing [2023-01-10T17:41:28.840Z] e5e13b0c77cb: Preparing [2023-01-10T17:41:28.840Z] e5e13b0c77cb: Layer already exists [2023-01-10T17:41:28.840Z] f3620b4533fa: Pushed [2023-01-10T17:41:28.840Z] 93e18762ee65: Pushed [2023-01-10T17:41:29.099Z] af02dbce9729: Pushed [2023-01-10T17:41:31.630Z] e1e69244826d: Pushed [2023-01-10T17:41:31.895Z] 67743ce73b5f11851f5a3332a1e6bc4b63a9e69f: digest: sha256:adcc858d830cb71a4daed898363810f4d12bdc8a51ae25927cb502e0384b12a7 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T17:41:32.142Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-1611 in /w/workspace/foundry_device-rfid-llrp-go_main [Pipeline] { [Pipeline] ws [2023-01-10T17:41:32.155Z] Running in /w/workspace/device-rfid-llrp-go/65 [Pipeline] { [Pipeline] checkout [2023-01-10T17:41:32.194Z] Selected Git installation does not exist. Using Default [2023-01-10T17:41:32.194Z] The recommended git tool is: NONE [2023-01-10T17:41:32.219Z] + 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-10T17:41:32.528Z] + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp:latest [2023-01-10T17:41:32.528Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp] [2023-01-10T17:41:32.528Z] e1e69244826d: Preparing [2023-01-10T17:41:32.528Z] f3620b4533fa: Preparing [2023-01-10T17:41:32.528Z] 93e18762ee65: Preparing [2023-01-10T17:41:32.528Z] af02dbce9729: Preparing [2023-01-10T17:41:32.528Z] e5e13b0c77cb: Preparing [2023-01-10T17:41:32.528Z] e1e69244826d: Layer already exists [2023-01-10T17:41:32.528Z] 93e18762ee65: Layer already exists [2023-01-10T17:41:32.528Z] e5e13b0c77cb: Layer already exists [2023-01-10T17:41:32.528Z] af02dbce9729: Layer already exists [2023-01-10T17:41:32.528Z] f3620b4533fa: Layer already exists [2023-01-10T17:41:32.528Z] latest: digest: sha256:adcc858d830cb71a4daed898363810f4d12bdc8a51ae25927cb502e0384b12a7 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T17:41:32.840Z] + docker tag device-rfid-llrp nexus3.edgexfoundry.org:10004/device-rfid-llrp:3.0.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T17:41:33.144Z] + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp:3.0.0-dev.2 [2023-01-10T17:41:33.144Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp] [2023-01-10T17:41:33.144Z] e1e69244826d: Preparing [2023-01-10T17:41:33.144Z] f3620b4533fa: Preparing [2023-01-10T17:41:33.144Z] 93e18762ee65: Preparing [2023-01-10T17:41:33.144Z] af02dbce9729: Preparing [2023-01-10T17:41:33.144Z] e5e13b0c77cb: Preparing [2023-01-10T17:41:33.144Z] f3620b4533fa: Layer already exists [2023-01-10T17:41:33.144Z] af02dbce9729: Layer already exists [2023-01-10T17:41:33.144Z] e1e69244826d: Layer already exists [2023-01-10T17:41:33.144Z] 93e18762ee65: Layer already exists [2023-01-10T17:41:33.144Z] e5e13b0c77cb: Layer already exists [2023-01-10T17:41:33.144Z] 3.0.0-dev.2: digest: sha256:adcc858d830cb71a4daed898363810f4d12bdc8a51ae25927cb502e0384b12a7 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T17:41:33.452Z] + docker tag device-rfid-llrp nexus3.edgexfoundry.org:10004/device-rfid-llrp:67743ce73b5f11851f5a3332a1e6bc4b63a9e69f-3.0.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T17:41:33.771Z] + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp:67743ce73b5f11851f5a3332a1e6bc4b63a9e69f-3.0.0-dev.2 [2023-01-10T17:41:33.771Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp] [2023-01-10T17:41:33.771Z] e1e69244826d: Preparing [2023-01-10T17:41:33.771Z] f3620b4533fa: Preparing [2023-01-10T17:41:33.771Z] 93e18762ee65: Preparing [2023-01-10T17:41:33.771Z] af02dbce9729: Preparing [2023-01-10T17:41:33.771Z] e5e13b0c77cb: Preparing [2023-01-10T17:41:33.771Z] e1e69244826d: Layer already exists [2023-01-10T17:41:33.771Z] af02dbce9729: Layer already exists [2023-01-10T17:41:33.771Z] e5e13b0c77cb: Layer already exists [2023-01-10T17:41:33.771Z] 93e18762ee65: Layer already exists [2023-01-10T17:41:33.771Z] f3620b4533fa: Layer already exists [2023-01-10T17:41:33.771Z] 67743ce73b5f11851f5a3332a1e6bc4b63a9e69f-3.0.0-dev.2: digest: sha256:adcc858d830cb71a4daed898363810f4d12bdc8a51ae25927cb502e0384b12a7 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T17:41:34.076Z] + 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-10T17:41:34.379Z] + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp:main [2023-01-10T17:41:34.379Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp] [2023-01-10T17:41:34.379Z] e1e69244826d: Preparing [2023-01-10T17:41:34.379Z] f3620b4533fa: Preparing [2023-01-10T17:41:34.379Z] 93e18762ee65: Preparing [2023-01-10T17:41:34.379Z] af02dbce9729: Preparing [2023-01-10T17:41:34.379Z] e5e13b0c77cb: Preparing [2023-01-10T17:41:34.379Z] e1e69244826d: Layer already exists [2023-01-10T17:41:34.379Z] f3620b4533fa: Layer already exists [2023-01-10T17:41:34.379Z] af02dbce9729: Layer already exists [2023-01-10T17:41:34.379Z] 93e18762ee65: Layer already exists [2023-01-10T17:41:34.379Z] e5e13b0c77cb: Layer already exists [2023-01-10T17:41:34.379Z] main: digest: sha256:adcc858d830cb71a4daed898363810f4d12bdc8a51ae25927cb502e0384b12a7 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-10T17:41:34.420Z] ===================================================== [Pipeline] echo [2023-01-10T17:41:34.427Z] taggedImages: [2023-01-10T17:41:34.427Z] - nexus3.edgexfoundry.org:10004/device-rfid-llrp:67743ce73b5f11851f5a3332a1e6bc4b63a9e69f [2023-01-10T17:41:34.427Z] - nexus3.edgexfoundry.org:10004/device-rfid-llrp:latest [2023-01-10T17:41:34.427Z] - nexus3.edgexfoundry.org:10004/device-rfid-llrp:3.0.0-dev.2 [2023-01-10T17:41:34.427Z] - nexus3.edgexfoundry.org:10004/device-rfid-llrp:67743ce73b5f11851f5a3332a1e6bc4b63a9e69f-3.0.0-dev.2 [2023-01-10T17:41:34.428Z] - 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-10T17:41:34.810Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-10T17:41:34.811Z] [2023-01-10T17:41:34.811Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T17:41:35.109Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-10T17:41:35.109Z] latest: Pulling from edgex-lftools-log-publisher [2023-01-10T17:41:35.109Z] 5eb5b503b376: Pulling fs layer [2023-01-10T17:41:35.109Z] 5c69ac0246d0: Pulling fs layer [2023-01-10T17:41:35.109Z] ec43610c2a17: Pulling fs layer [2023-01-10T17:41:35.109Z] 3a2ae6a8a46f: Pulling fs layer [2023-01-10T17:41:35.109Z] 33b1e0a273af: Pulling fs layer [2023-01-10T17:41:35.109Z] 5d3b04190fa2: Pulling fs layer [2023-01-10T17:41:35.109Z] 2f39f015ded8: Pulling fs layer [2023-01-10T17:41:35.109Z] 3a2ae6a8a46f: Waiting [2023-01-10T17:41:35.109Z] 33b1e0a273af: Waiting [2023-01-10T17:41:35.109Z] 5d3b04190fa2: Waiting [2023-01-10T17:41:35.109Z] 2f39f015ded8: Waiting [2023-01-10T17:41:35.109Z] 5c69ac0246d0: Verifying Checksum [2023-01-10T17:41:35.109Z] 5c69ac0246d0: Download complete [2023-01-10T17:41:35.109Z] 3a2ae6a8a46f: Verifying Checksum [2023-01-10T17:41:35.109Z] 3a2ae6a8a46f: Download complete [2023-01-10T17:41:35.109Z] 33b1e0a273af: Verifying Checksum [2023-01-10T17:41:35.109Z] 33b1e0a273af: Download complete [2023-01-10T17:41:35.109Z] 5d3b04190fa2: Download complete [2023-01-10T17:41:35.109Z] ec43610c2a17: Verifying Checksum [2023-01-10T17:41:35.109Z] ec43610c2a17: Download complete [2023-01-10T17:41:35.366Z] 5eb5b503b376: Download complete [2023-01-10T17:41:35.930Z] 2f39f015ded8: Download complete [2023-01-10T17:41:36.496Z] 5eb5b503b376: Pull complete [2023-01-10T17:41:36.754Z] 5c69ac0246d0: Pull complete [2023-01-10T17:41:37.327Z] ec43610c2a17: Pull complete [2023-01-10T17:41:37.327Z] 3a2ae6a8a46f: Pull complete [2023-01-10T17:41:37.416Z] using credential edgex-jenkins-ssh [2023-01-10T17:41:37.441Z] Cloning the remote Git repository [2023-01-10T17:41:37.586Z] 33b1e0a273af: Pull complete [2023-01-10T17:41:37.844Z] 5d3b04190fa2: Pull complete [2023-01-10T17:41:37.489Z] Cloning repository git@github.com:edgexfoundry/device-rfid-llrp-go.git [2023-01-10T17:41:37.564Z] > git init /w/workspace/device-rfid-llrp-go/65 # timeout=10 [2023-01-10T17:41:37.752Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git [2023-01-10T17:41:37.753Z] > git --version # timeout=10 [2023-01-10T17:41:37.779Z] > git --version # 'git version 2.25.1' [2023-01-10T17:41:37.780Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-01-10T17:41:37.845Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-10T17:41:39.238Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 [2023-01-10T17:41:39.269Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-10T17:41:40.197Z] Avoid second fetch [2023-01-10T17:41:40.198Z] Checking out Revision 67743ce73b5f11851f5a3332a1e6bc4b63a9e69f (main) [2023-01-10T17:41:40.780Z] Commit message: "refactor!: Rename command line flags for the sake of consistency (#130)" [2023-01-10T17:41:40.222Z] > git config core.sparsecheckout # timeout=10 [2023-01-10T17:41:40.239Z] > git checkout -f 67743ce73b5f11851f5a3332a1e6bc4b63a9e69f # timeout=10 [2023-01-10T17:41:41.106Z] [2023-01-10T17:41:41.106Z] GitHub has been notified of this commit’s build result [2023-01-10T17:41:41.106Z] [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-10T17:41:41.618Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-01-10T17:41:41.618Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-10T17:41:41.618Z] Dload Upload Total Spent Left Speed [2023-01-10T17:41:41.618Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 101k 0 --:--:-- --:--:-- --:--:-- 101k [Pipeline] sh [2023-01-10T17:41:42.024Z] 2f39f015ded8: Pull complete [2023-01-10T17:41:42.234Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-01-10T17:41:42.283Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-01-10T17:41:42.283Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-10T17:41:42.283Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-10T17:41:42.371Z] prd-ubuntu20.04-docker-8c-8g-1609 does not seem to be running inside a container [2023-01-10T17:41:42.409Z] $ 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-10T17:41:42.556Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-01-10T17:41:42.557Z] + sudo tee /etc/docker/daemon.new [2023-01-10T17:41:42.557Z] { [2023-01-10T17:41:42.557Z] "registry-mirrors": [ [2023-01-10T17:41:42.557Z] "https://nexus3.edgexfoundry.org:10001" [2023-01-10T17:41:42.557Z] ], [2023-01-10T17:41:42.557Z] "bip": "10.250.0.254/24", [2023-01-10T17:41:42.557Z] "hosts": [ [2023-01-10T17:41:42.557Z] "tcp://0.0.0.0:5555", [2023-01-10T17:41:42.557Z] "unix:///var/run/docker.sock" [2023-01-10T17:41:42.557Z] ], [2023-01-10T17:41:42.557Z] "mtu": 1458, [2023-01-10T17:41:42.557Z] "selinux-enabled": true, [2023-01-10T17:41:42.557Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-01-10T17:41:42.557Z] } [2023-01-10T17:41:45.588Z] $ docker top 3888ae1e63b9b593a601fe6cd74b6a260074e39232229a430858bb4eaf2c41e8 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] libraryResource [Pipeline] sh [2023-01-10T17:41:45.963Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-01-10T17:41:46.027Z] ---> job-cost.sh [2023-01-10T17:41:46.027Z] lf-activate-venv: SKIPPING [2023-01-10T17:41:46.027Z] INFO: No Stack... [2023-01-10T17:41:46.290Z] + sudo service docker restart [2023-01-10T17:41:46.592Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-01-10T17:41:46.851Z] INFO: Archiving Costs [Pipeline] sh [2023-01-10T17:41:47.139Z] + cat /w/workspace/foundry_device-rfid-llrp-go_main/archives/cost.csv [2023-01-10T17:41:47.139Z] + cut -d, -f6 [Pipeline] lock [2023-01-10T17:41:47.153Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-main-65-stack-cost] [2023-01-10T17:41:47.158Z] Resource [jenkins-edgexfoundry-device-rfid-llrp-go-main-65-stack-cost] did not exist. Created. [2023-01-10T17:41:47.158Z] Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-main-65-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-01-10T17:41:47.458Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-01-10T17:41:47.492Z] Stashed 1 file(s) [Pipeline] } [2023-01-10T17:41:47.503Z] Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-main-65-stack-cost] [Pipeline] // lock [Pipeline] } [2023-01-10T17:41:47.531Z] $ docker stop --time=1 3888ae1e63b9b593a601fe6cd74b6a260074e39232229a430858bb4eaf2c41e8 [2023-01-10T17:41:48.682Z] $ docker rm -f --volumes 3888ae1e63b9b593a601fe6cd74b6a260074e39232229a430858bb4eaf2c41e8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-10T17:42:04.555Z] provisioning config files... [2023-01-10T17:42:04.580Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/device-rfid-llrp-go/65@tmp/config6713370128309321621tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-10T17:42:04.940Z] ---> docker-login.sh [2023-01-10T17:42:04.940Z] nexus3.edgexfoundry.org:10001 [2023-01-10T17:42:05.531Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T17:42:05.531Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T17:42:05.531Z] Configure a credential helper to remove this warning. See [2023-01-10T17:42:05.531Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T17:42:05.531Z] [2023-01-10T17:42:05.531Z] Login Succeeded [2023-01-10T17:42:05.531Z] nexus3.edgexfoundry.org:10002 [2023-01-10T17:42:05.800Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T17:42:06.072Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T17:42:06.072Z] Configure a credential helper to remove this warning. See [2023-01-10T17:42:06.072Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T17:42:06.072Z] [2023-01-10T17:42:06.072Z] Login Succeeded [2023-01-10T17:42:06.072Z] nexus3.edgexfoundry.org:10003 [2023-01-10T17:42:06.072Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T17:42:06.343Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T17:42:06.343Z] Configure a credential helper to remove this warning. See [2023-01-10T17:42:06.343Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T17:42:06.343Z] [2023-01-10T17:42:06.343Z] Login Succeeded [2023-01-10T17:42:06.343Z] nexus3.edgexfoundry.org:10004 [2023-01-10T17:42:06.614Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T17:42:06.614Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T17:42:06.614Z] Configure a credential helper to remove this warning. See [2023-01-10T17:42:06.614Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T17:42:06.614Z] [2023-01-10T17:42:06.614Z] Login Succeeded [2023-01-10T17:42:06.614Z] docker.io [2023-01-10T17:42:06.884Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T17:42:07.152Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T17:42:07.152Z] Configure a credential helper to remove this warning. See [2023-01-10T17:42:07.152Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T17:42:07.152Z] [2023-01-10T17:42:07.152Z] Login Succeeded [2023-01-10T17:42:07.152Z] ---> docker-login.sh ends [Pipeline] } [2023-01-10T17:42:07.166Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-01-10T17:42:07.431Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-10T17:42:07.449Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-10T17:42:07.462Z] ========================================================= [2023-01-10T17:42:07.462Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-01-10T17:42:07.462Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T17:42:07.819Z] + 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-10T17:42:08.089Z] Sending build context to Docker daemon 1.223MB [2023-01-10T17:42:08.089Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2023-01-10T17:42:08.089Z] Step 2/12 : FROM ${BASE} AS builder [2023-01-10T17:42:08.359Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-01-10T17:42:08.359Z] 9b18e9b68314: Pulling fs layer [2023-01-10T17:42:08.359Z] 35d82f9e3411: Pulling fs layer [2023-01-10T17:42:08.359Z] e16973657156: Pulling fs layer [2023-01-10T17:42:08.359Z] fc693d55d65f: Pulling fs layer [2023-01-10T17:42:08.359Z] 7e9fc2657dce: Pulling fs layer [2023-01-10T17:42:08.359Z] dda99020689f: Pulling fs layer [2023-01-10T17:42:08.359Z] fc693d55d65f: Waiting [2023-01-10T17:42:08.359Z] db1c61fa0a46: Pulling fs layer [2023-01-10T17:42:08.359Z] 891c053d2c06: Pulling fs layer [2023-01-10T17:42:08.359Z] 7e9fc2657dce: Waiting [2023-01-10T17:42:08.359Z] dda99020689f: Waiting [2023-01-10T17:42:08.359Z] db1c61fa0a46: Waiting [2023-01-10T17:42:08.359Z] 891c053d2c06: Waiting [2023-01-10T17:42:08.359Z] e16973657156: Verifying Checksum [2023-01-10T17:42:08.359Z] e16973657156: Download complete [2023-01-10T17:42:08.359Z] 35d82f9e3411: Verifying Checksum [2023-01-10T17:42:08.359Z] 35d82f9e3411: Download complete [2023-01-10T17:42:08.359Z] 7e9fc2657dce: Verifying Checksum [2023-01-10T17:42:08.359Z] 7e9fc2657dce: Download complete [2023-01-10T17:42:08.359Z] dda99020689f: Download complete [2023-01-10T17:42:08.359Z] 9b18e9b68314: Verifying Checksum [2023-01-10T17:42:08.359Z] 9b18e9b68314: Download complete [2023-01-10T17:42:09.337Z] 891c053d2c06: Verifying Checksum [2023-01-10T17:42:09.337Z] 891c053d2c06: Download complete [2023-01-10T17:42:10.308Z] db1c61fa0a46: Verifying Checksum [2023-01-10T17:42:10.308Z] db1c61fa0a46: Download complete [2023-01-10T17:42:10.582Z] 9b18e9b68314: Pull complete [2023-01-10T17:42:10.854Z] 35d82f9e3411: Pull complete [2023-01-10T17:42:11.126Z] fc693d55d65f: Verifying Checksum [2023-01-10T17:42:11.126Z] fc693d55d65f: Download complete [2023-01-10T17:42:11.126Z] e16973657156: Pull complete [2023-01-10T17:42:26.151Z] fc693d55d65f: Pull complete [2023-01-10T17:42:26.151Z] 7e9fc2657dce: Pull complete [2023-01-10T17:42:26.151Z] dda99020689f: Pull complete [2023-01-10T17:42:30.444Z] db1c61fa0a46: Pull complete [2023-01-10T17:42:32.414Z] 891c053d2c06: Pull complete [2023-01-10T17:42:32.414Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-01-10T17:42:32.414Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-10T17:42:32.414Z] ---> f96f9c87975a [2023-01-10T17:42:32.414Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-01-10T17:42:34.370Z] ---> Running in 8e8c1b4bec75 [2023-01-10T17:42:34.640Z] Removing intermediate container 8e8c1b4bec75 [2023-01-10T17:42:34.640Z] ---> cff940ad054e [2023-01-10T17:42:34.640Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-01-10T17:42:34.640Z] ---> Running in 8d2ed8540282 [2023-01-10T17:42:34.916Z] Removing intermediate container 8d2ed8540282 [2023-01-10T17:42:34.916Z] ---> b60a762c27bc [2023-01-10T17:42:34.916Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev" [2023-01-10T17:42:34.916Z] ---> Running in 28de8f9d7add [2023-01-10T17:42:35.185Z] Removing intermediate container 28de8f9d7add [2023-01-10T17:42:35.185Z] ---> 007a9fe92be5 [2023-01-10T17:42:35.185Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-01-10T17:42:35.452Z] ---> Running in c1e7848e59ac [2023-01-10T17:42:35.722Z] Removing intermediate container c1e7848e59ac [2023-01-10T17:42:35.722Z] ---> b4b55aedb165 [2023-01-10T17:42:35.722Z] Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-01-10T17:42:35.722Z] ---> Running in d3bf441577f7 [2023-01-10T17:42:37.131Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-10T17:42:37.131Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-10T17:42:38.090Z] OK: 221 MiB in 51 packages [2023-01-10T17:42:39.113Z] Removing intermediate container d3bf441577f7 [2023-01-10T17:42:39.113Z] ---> b3fa948c1674 [2023-01-10T17:42:39.113Z] Step 8/12 : WORKDIR /app [2023-01-10T17:42:39.113Z] ---> Running in 7be5b68de011 [2023-01-10T17:42:39.113Z] Removing intermediate container 7be5b68de011 [2023-01-10T17:42:39.113Z] ---> dce2997fba87 [2023-01-10T17:42:39.113Z] Step 9/12 : COPY go.mod vendor* ./ [2023-01-10T17:42:39.776Z] ---> 95e8d2f1e127 [2023-01-10T17:42:39.776Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-10T17:42:39.776Z] ---> Running in 29a3892b9406 [2023-01-10T17:43:36.251Z] Removing intermediate container 29a3892b9406 [2023-01-10T17:43:36.251Z] ---> 225923d67de1 [2023-01-10T17:43:36.251Z] Step 11/12 : COPY . . [2023-01-10T17:43:36.251Z] ---> 249f4516f8cc [2023-01-10T17:43:36.251Z] Step 12/12 : RUN $MAKE [2023-01-10T17:43:36.251Z] ---> Running in eeb55125e5b1 [2023-01-10T17:43:36.251Z] noop [2023-01-10T17:43:36.251Z] Removing intermediate container eeb55125e5b1 [2023-01-10T17:43:36.251Z] ---> 897a257fe891 [2023-01-10T17:43:36.251Z] Successfully built 897a257fe891 [2023-01-10T17:43:36.251Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T17:43:36.673Z] + docker inspect -f . ci-base-image-arm64 [2023-01-10T17:43:36.673Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-10T17:43:36.915Z] prd-ubuntu20.04-docker-arm64-4c-16g-1611 does not seem to be running inside a container [2023-01-10T17:43:36.992Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rfid-llrp-go/65 -v /w/workspace/device-rfid-llrp-go/65:/w/workspace/device-rfid-llrp-go/65:rw,z -v /w/workspace/device-rfid-llrp-go/65@tmp:/w/workspace/device-rfid-llrp-go/65@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-10T17:43:38.157Z] $ docker top 3a0b15d411803a54dc0a3d3f816912f628e21cb8257096b9bc95fe598353075c -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-10T17:43:38.959Z] + go version [2023-01-10T17:43:38.959Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-01-10T17:43:38.981Z] $ docker stop --time=1 3a0b15d411803a54dc0a3d3f816912f628e21cb8257096b9bc95fe598353075c [2023-01-10T17:43:40.568Z] $ docker rm -f --volumes 3a0b15d411803a54dc0a3d3f816912f628e21cb8257096b9bc95fe598353075c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T17:43:41.124Z] + docker inspect -f . ci-base-image-arm64 [2023-01-10T17:43:41.124Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-10T17:43:41.325Z] prd-ubuntu20.04-docker-arm64-4c-16g-1611 does not seem to be running inside a container [2023-01-10T17:43:41.403Z] $ 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/65 -v /w/workspace/device-rfid-llrp-go/65:/w/workspace/device-rfid-llrp-go/65:rw,z -v /w/workspace/device-rfid-llrp-go/65@tmp:/w/workspace/device-rfid-llrp-go/65@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-10T17:43:42.578Z] $ docker top caf61d19d9cba1d00eeccf09f668f354e73235d356c858fa1241eef3e88d8504 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-10T17:43:43.398Z] + git config --global --add safe.directory /w/workspace/device-rfid-llrp-go/65 [Pipeline] fileExists [Pipeline] sh [2023-01-10T17:43:44.049Z] + make test [2023-01-10T17:43:44.049Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2023-01-10T17:43:45.996Z] ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] [2023-01-10T17:45:22.673Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd [no test files] [2023-01-10T17:45:22.673Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd/llrp [no test files] [2023-01-10T17:45:44.749Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/driver 28.770s coverage: 38.5% of statements [2023-01-10T17:45:44.749Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.509s coverage: 52.0% of statements [2023-01-10T17:45:44.749Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.053s coverage: 96.4% of statements [2023-01-10T17:45:44.749Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-01-10T17:45:44.749Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2023-01-10T17:46:11.447Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-01-10T17:46:11.716Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-01-10T17:46:11.986Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-01-10T17:46:12.594Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-01-10T17:46:12.608Z] $ docker stop --time=1 caf61d19d9cba1d00eeccf09f668f354e73235d356c858fa1241eef3e88d8504 [2023-01-10T17:46:14.441Z] $ docker rm -f --volumes caf61d19d9cba1d00eeccf09f668f354e73235d356c858fa1241eef3e88d8504 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-10T17:46:15.519Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-01-10T17:46:15.545Z] Warning: overwriting stash ‘coverage-report’ [2023-01-10T17:46:16.396Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-10T17:46:16.795Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-01-10T17:46:17.133Z] + ls -al . [2023-01-10T17:46:17.133Z] total 640 [2023-01-10T17:46:17.133Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 10 17:43 . [2023-01-10T17:46:17.133Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 10 17:41 .. [2023-01-10T17:46:17.133Z] -rw-rw-r-- 1 jenkins jenkins 134 Jan 10 17:41 .dockerignore [2023-01-10T17:46:17.133Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 10 17:41 .git [2023-01-10T17:46:17.133Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 10 17:41 .github [2023-01-10T17:46:17.133Z] -rw-rw-r-- 1 jenkins jenkins 946 Jan 10 17:41 .gitignore [2023-01-10T17:46:17.133Z] -rw-rw-r-- 1 jenkins jenkins 41 Jan 10 17:41 .golangci.yml [2023-01-10T17:46:17.133Z] -rw-rw-r-- 1 jenkins jenkins 11000 Jan 10 17:41 Attribution.txt [2023-01-10T17:46:17.133Z] -rw-rw-r-- 1 jenkins jenkins 5905 Jan 10 17:41 CHANGELOG.md [2023-01-10T17:46:17.133Z] -rw-rw-r-- 1 jenkins jenkins 1378 Jan 10 17:41 Dockerfile [2023-01-10T17:46:17.133Z] -rw-rw-r-- 1 jenkins jenkins 677 Jan 10 17:41 GOVERNANCE.md [2023-01-10T17:46:17.133Z] -rw-rw-r-- 1 jenkins jenkins 683 Jan 10 17:41 Jenkinsfile [2023-01-10T17:46:17.133Z] -rw-rw-r-- 1 jenkins jenkins 11347 Jan 10 17:41 LICENSE [2023-01-10T17:46:17.133Z] -rw-rw-r-- 1 jenkins jenkins 2405 Jan 10 17:41 Makefile [2023-01-10T17:46:17.133Z] -rw-rw-r-- 1 jenkins jenkins 625 Jan 10 17:41 OWNERS.md [2023-01-10T17:46:17.133Z] -rw-rw-r-- 1 jenkins jenkins 28496 Jan 10 17:41 README.md [2023-01-10T17:46:17.133Z] -rw-rw-r-- 1 jenkins jenkins 11 Jan 10 17:39 VERSION [2023-01-10T17:46:17.133Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 10 17:41 bin [2023-01-10T17:46:17.133Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 10 17:41 cmd [2023-01-10T17:46:17.133Z] -rw-r--r-- 1 jenkins jenkins 460049 Jan 10 17:45 coverage.out [2023-01-10T17:46:17.133Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 10 17:41 examples [2023-01-10T17:46:17.133Z] -rw-rw-r-- 1 jenkins jenkins 3550 Jan 10 17:41 go.mod [2023-01-10T17:46:17.133Z] -rw-rw-r-- 1 jenkins jenkins 44766 Jan 10 17:41 go.sum [2023-01-10T17:46:17.133Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 10 17:41 images [2023-01-10T17:46:17.133Z] drwxrwxr-x 5 jenkins jenkins 4096 Jan 10 17:41 internal [2023-01-10T17:46:17.133Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 10 17:41 snap [2023-01-10T17:46:17.133Z] -rw-rw-r-- 1 jenkins jenkins 193 Jan 10 17:41 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T17:46:17.487Z] + 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=67743ce73b5f11851f5a3332a1e6bc4b63a9e69f --label arch=arm64 --label version=3.0.0-dev.2 . [2023-01-10T17:46:17.756Z] Sending build context to Docker daemon 1.223MB [2023-01-10T17:46:17.756Z] Step 1/24 : ARG BASE=golang:1.18-alpine3.16 [2023-01-10T17:46:17.756Z] Step 2/24 : FROM ${BASE} AS builder [2023-01-10T17:46:17.756Z] ---> 897a257fe891 [2023-01-10T17:46:17.756Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-01-10T17:46:18.031Z] ---> Running in f069755ec743 [2023-01-10T17:46:18.302Z] Removing intermediate container f069755ec743 [2023-01-10T17:46:18.302Z] ---> 15f474a86d17 [2023-01-10T17:46:18.302Z] Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-01-10T17:46:18.302Z] ---> Running in 65a8bb0dc23f [2023-01-10T17:46:18.570Z] Removing intermediate container 65a8bb0dc23f [2023-01-10T17:46:18.570Z] ---> c6f5ba09a980 [2023-01-10T17:46:18.570Z] Step 5/24 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev" [2023-01-10T17:46:18.570Z] ---> Running in 10e283828e32 [2023-01-10T17:46:19.157Z] Removing intermediate container 10e283828e32 [2023-01-10T17:46:19.157Z] ---> aa2b283d897f [2023-01-10T17:46:19.157Z] Step 6/24 : ARG ALPINE_PKG_EXTRA="" [2023-01-10T17:46:19.157Z] ---> Running in 7e1c0457e8e7 [2023-01-10T17:46:19.426Z] Removing intermediate container 7e1c0457e8e7 [2023-01-10T17:46:19.426Z] ---> ad2804c22792 [2023-01-10T17:46:19.426Z] Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-01-10T17:46:19.426Z] ---> Running in 4978118e8ec4 [2023-01-10T17:46:20.389Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-10T17:46:20.976Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-10T17:46:21.943Z] OK: 221 MiB in 51 packages [2023-01-10T17:46:22.939Z] Removing intermediate container 4978118e8ec4 [2023-01-10T17:46:22.939Z] ---> a57bfe4ddaec [2023-01-10T17:46:22.939Z] Step 8/24 : WORKDIR /app [2023-01-10T17:46:22.939Z] ---> Running in d354a138aa10 [2023-01-10T17:46:23.217Z] Removing intermediate container d354a138aa10 [2023-01-10T17:46:23.217Z] ---> 45a0ddd56cc7 [2023-01-10T17:46:23.217Z] Step 9/24 : COPY go.mod vendor* ./ [2023-01-10T17:46:23.803Z] ---> a6aa81a93967 [2023-01-10T17:46:23.803Z] Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-10T17:46:23.803Z] ---> Running in 8d785f3159a8 [2023-01-10T17:46:25.750Z] Removing intermediate container 8d785f3159a8 [2023-01-10T17:46:25.750Z] ---> a0a0cc22d09b [2023-01-10T17:46:25.750Z] Step 11/24 : COPY . . [2023-01-10T17:46:26.716Z] ---> d392bd2bf637 [2023-01-10T17:46:26.716Z] Step 12/24 : RUN $MAKE [2023-01-10T17:46:26.716Z] ---> Running in d9b16d6ee675 [2023-01-10T17:46:28.133Z] CGO_ENABLED=1 GO111MODULE=on go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.0.0-dev.5 -X github.com/edgexfoundry/device-rfid-llrp-go.Version=3.0.0-dev.2" -trimpath -mod=readonly -buildmode=pie -o cmd/device-rfid-llrp ./cmd [2023-01-10T17:49:19.933Z] Removing intermediate container d9b16d6ee675 [2023-01-10T17:49:19.933Z] ---> e30bf0917a92 [2023-01-10T17:49:19.933Z] Step 13/24 : FROM alpine:3.16 [2023-01-10T17:49:19.933Z] 3.16: Pulling from library/alpine [2023-01-10T17:49:19.933Z] 6875df1f5354: Pulling fs layer [2023-01-10T17:49:19.933Z] 6875df1f5354: Download complete [2023-01-10T17:49:19.933Z] 6875df1f5354: Pull complete [2023-01-10T17:49:19.933Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-10T17:49:19.933Z] Status: Downloaded newer image for alpine:3.16 [2023-01-10T17:49:19.933Z] ---> 2b4661558fb8 [2023-01-10T17:49:19.933Z] Step 14/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-01-10T17:49:19.933Z] ---> Running in 5fbac52d4c79 [2023-01-10T17:49:19.933Z] Removing intermediate container 5fbac52d4c79 [2023-01-10T17:49:19.933Z] ---> 9f354ffd91fb [2023-01-10T17:49:19.933Z] Step 15/24 : RUN apk add --update --no-cache zeromq dumb-init [2023-01-10T17:49:19.933Z] ---> Running in b97d55fccd1b [2023-01-10T17:49:19.933Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-10T17:49:19.933Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-10T17:49:19.933Z] (1/6) Installing dumb-init (1.2.5-r1) [2023-01-10T17:49:19.933Z] (2/6) Installing libgcc (11.2.1_git20220219-r2) [2023-01-10T17:49:19.933Z] (3/6) Installing libsodium (1.0.18-r0) [2023-01-10T17:49:19.933Z] (4/6) Installing libstdc++ (11.2.1_git20220219-r2) [2023-01-10T17:49:19.933Z] (5/6) Installing libzmq (4.3.4-r0) [2023-01-10T17:49:19.933Z] (6/6) Installing zeromq (4.3.4-r0) [2023-01-10T17:49:19.933Z] Executing busybox-1.35.0-r17.trigger [2023-01-10T17:49:19.933Z] OK: 8 MiB in 20 packages [2023-01-10T17:49:19.933Z] Removing intermediate container b97d55fccd1b [2023-01-10T17:49:19.933Z] ---> 50002a31ef12 [2023-01-10T17:49:19.933Z] Step 16/24 : COPY --from=builder /app/LICENSE / [2023-01-10T17:49:19.933Z] ---> 5c65d3633f02 [2023-01-10T17:49:19.933Z] Step 17/24 : COPY --from=builder /app/Attribution.txt / [2023-01-10T17:49:20.918Z] ---> 4fc342aedd9f [2023-01-10T17:49:20.918Z] Step 18/24 : COPY --from=builder /app/cmd/ / [2023-01-10T17:49:22.346Z] ---> 8c41c4847ec8 [2023-01-10T17:49:22.346Z] Step 19/24 : EXPOSE 59989 [2023-01-10T17:49:22.346Z] ---> Running in f601d6600045 [2023-01-10T17:49:22.940Z] Removing intermediate container f601d6600045 [2023-01-10T17:49:22.940Z] ---> 551f76160029 [2023-01-10T17:49:22.940Z] Step 20/24 : ENTRYPOINT ["/device-rfid-llrp"] [2023-01-10T17:49:22.940Z] ---> Running in e9f7503726eb [2023-01-10T17:49:23.210Z] Removing intermediate container e9f7503726eb [2023-01-10T17:49:23.210Z] ---> bc788ba00371 [2023-01-10T17:49:23.210Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-10T17:49:23.481Z] ---> Running in 3a616a1f53e8 [2023-01-10T17:49:23.751Z] Removing intermediate container 3a616a1f53e8 [2023-01-10T17:49:23.751Z] ---> cd68a2fd0d06 [2023-01-10T17:49:23.751Z] Step 22/24 : LABEL arch=arm64 [2023-01-10T17:49:23.751Z] ---> Running in 1a7f376564e0 [2023-01-10T17:49:24.023Z] Removing intermediate container 1a7f376564e0 [2023-01-10T17:49:24.023Z] ---> eceaa9d37670 [2023-01-10T17:49:24.023Z] Step 23/24 : LABEL git_sha=67743ce73b5f11851f5a3332a1e6bc4b63a9e69f [2023-01-10T17:49:24.299Z] ---> Running in 99ca9fa9af1d [2023-01-10T17:49:24.580Z] Removing intermediate container 99ca9fa9af1d [2023-01-10T17:49:24.580Z] ---> 9b9a19f53cbf [2023-01-10T17:49:24.580Z] Step 24/24 : LABEL version=3.0.0-dev.2 [2023-01-10T17:49:24.580Z] ---> Running in 0b8013bc02ba [2023-01-10T17:49:25.171Z] Removing intermediate container 0b8013bc02ba [2023-01-10T17:49:25.171Z] ---> 93e85faf5385 [2023-01-10T17:49:25.171Z] [Warning] One or more build-args [ARCH] were not consumed [2023-01-10T17:49:25.171Z] Successfully built 93e85faf5385 [2023-01-10T17:49:25.171Z] 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-10T17:49:25.284Z] provisioning config files... [2023-01-10T17:49:25.301Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/device-rfid-llrp-go/65@tmp/config16838639911888867429tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-10T17:49:25.650Z] ---> docker-login.sh [2023-01-10T17:49:25.650Z] nexus3.edgexfoundry.org:10001 [2023-01-10T17:49:25.919Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T17:49:25.920Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T17:49:25.920Z] Configure a credential helper to remove this warning. See [2023-01-10T17:49:25.920Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T17:49:25.920Z] [2023-01-10T17:49:25.920Z] Login Succeeded [2023-01-10T17:49:25.920Z] nexus3.edgexfoundry.org:10002 [2023-01-10T17:49:26.189Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T17:49:26.456Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T17:49:26.456Z] Configure a credential helper to remove this warning. See [2023-01-10T17:49:26.456Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T17:49:26.456Z] [2023-01-10T17:49:26.456Z] Login Succeeded [2023-01-10T17:49:26.456Z] nexus3.edgexfoundry.org:10003 [2023-01-10T17:49:26.726Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T17:49:26.726Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T17:49:26.726Z] Configure a credential helper to remove this warning. See [2023-01-10T17:49:26.726Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T17:49:26.726Z] [2023-01-10T17:49:26.726Z] Login Succeeded [2023-01-10T17:49:26.996Z] nexus3.edgexfoundry.org:10004 [2023-01-10T17:49:27.264Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T17:49:27.264Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T17:49:27.264Z] Configure a credential helper to remove this warning. See [2023-01-10T17:49:27.264Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T17:49:27.264Z] [2023-01-10T17:49:27.264Z] Login Succeeded [2023-01-10T17:49:27.264Z] docker.io [2023-01-10T17:49:27.533Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T17:49:27.801Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T17:49:27.801Z] Configure a credential helper to remove this warning. See [2023-01-10T17:49:27.801Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T17:49:27.801Z] [2023-01-10T17:49:27.801Z] Login Succeeded [2023-01-10T17:49:27.801Z] ---> docker-login.sh ends [Pipeline] } [2023-01-10T17:49:27.816Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-10T17:49:27.842Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-10T17:49:27.857Z] [edgeXDocker.push] Tagging docker image device-rfid-llrp-arm64 with the following tags: [2023-01-10T17:49:27.857Z] 67743ce73b5f11851f5a3332a1e6bc4b63a9e69f [2023-01-10T17:49:27.857Z] latest [2023-01-10T17:49:27.857Z] 3.0.0-dev.2 [2023-01-10T17:49:27.857Z] 67743ce73b5f11851f5a3332a1e6bc4b63a9e69f-3.0.0-dev.2 [2023-01-10T17:49:27.857Z] main [2023-01-10T17:49:27.857Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T17:49:28.205Z] + docker tag device-rfid-llrp-arm64 nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:67743ce73b5f11851f5a3332a1e6bc4b63a9e69f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T17:49:28.569Z] + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:67743ce73b5f11851f5a3332a1e6bc4b63a9e69f [2023-01-10T17:49:28.569Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64] [2023-01-10T17:49:28.569Z] a151cb72a133: Preparing [2023-01-10T17:49:28.569Z] f21fdf698d97: Preparing [2023-01-10T17:49:28.569Z] 8e5d5fdadd3b: Preparing [2023-01-10T17:49:28.569Z] 4497c6f79cf9: Preparing [2023-01-10T17:49:28.569Z] 17bec77d7fdc: Preparing [2023-01-10T17:49:28.838Z] 17bec77d7fdc: Layer already exists [2023-01-10T17:49:28.838Z] 8e5d5fdadd3b: Pushed [2023-01-10T17:49:28.838Z] f21fdf698d97: Pushed [2023-01-10T17:49:29.425Z] 4497c6f79cf9: Pushed [2023-01-10T17:49:34.776Z] a151cb72a133: Pushed [2023-01-10T17:49:34.777Z] 67743ce73b5f11851f5a3332a1e6bc4b63a9e69f: digest: sha256:8ba1dd22b026f12fbfb1c5eefcfa2febb79ef8686130de92ba703311f78d9854 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T17:49:35.187Z] + 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-10T17:49:35.566Z] + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:latest [2023-01-10T17:49:35.567Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64] [2023-01-10T17:49:35.567Z] a151cb72a133: Preparing [2023-01-10T17:49:35.567Z] f21fdf698d97: Preparing [2023-01-10T17:49:35.567Z] 8e5d5fdadd3b: Preparing [2023-01-10T17:49:35.567Z] 4497c6f79cf9: Preparing [2023-01-10T17:49:35.567Z] 17bec77d7fdc: Preparing [2023-01-10T17:49:35.567Z] 4497c6f79cf9: Layer already exists [2023-01-10T17:49:35.567Z] a151cb72a133: Layer already exists [2023-01-10T17:49:35.567Z] 8e5d5fdadd3b: Layer already exists [2023-01-10T17:49:35.567Z] 17bec77d7fdc: Layer already exists [2023-01-10T17:49:35.567Z] f21fdf698d97: Layer already exists [2023-01-10T17:49:35.840Z] latest: digest: sha256:8ba1dd22b026f12fbfb1c5eefcfa2febb79ef8686130de92ba703311f78d9854 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T17:49:36.201Z] + docker tag device-rfid-llrp-arm64 nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:3.0.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T17:49:36.562Z] + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:3.0.0-dev.2 [2023-01-10T17:49:36.562Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64] [2023-01-10T17:49:36.562Z] a151cb72a133: Preparing [2023-01-10T17:49:36.562Z] f21fdf698d97: Preparing [2023-01-10T17:49:36.562Z] 8e5d5fdadd3b: Preparing [2023-01-10T17:49:36.562Z] 4497c6f79cf9: Preparing [2023-01-10T17:49:36.562Z] 17bec77d7fdc: Preparing [2023-01-10T17:49:36.562Z] f21fdf698d97: Layer already exists [2023-01-10T17:49:36.562Z] a151cb72a133: Layer already exists [2023-01-10T17:49:36.562Z] 17bec77d7fdc: Layer already exists [2023-01-10T17:49:36.562Z] 8e5d5fdadd3b: Layer already exists [2023-01-10T17:49:36.562Z] 4497c6f79cf9: Layer already exists [2023-01-10T17:49:36.848Z] 3.0.0-dev.2: digest: sha256:8ba1dd22b026f12fbfb1c5eefcfa2febb79ef8686130de92ba703311f78d9854 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T17:49:37.218Z] + docker tag device-rfid-llrp-arm64 nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:67743ce73b5f11851f5a3332a1e6bc4b63a9e69f-3.0.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T17:49:37.570Z] + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:67743ce73b5f11851f5a3332a1e6bc4b63a9e69f-3.0.0-dev.2 [2023-01-10T17:49:37.570Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64] [2023-01-10T17:49:37.570Z] a151cb72a133: Preparing [2023-01-10T17:49:37.570Z] f21fdf698d97: Preparing [2023-01-10T17:49:37.570Z] 8e5d5fdadd3b: Preparing [2023-01-10T17:49:37.570Z] 4497c6f79cf9: Preparing [2023-01-10T17:49:37.570Z] 17bec77d7fdc: Preparing [2023-01-10T17:49:37.570Z] 8e5d5fdadd3b: Layer already exists [2023-01-10T17:49:37.570Z] f21fdf698d97: Layer already exists [2023-01-10T17:49:37.570Z] 17bec77d7fdc: Layer already exists [2023-01-10T17:49:37.570Z] 4497c6f79cf9: Layer already exists [2023-01-10T17:49:37.570Z] a151cb72a133: Layer already exists [2023-01-10T17:49:37.837Z] 67743ce73b5f11851f5a3332a1e6bc4b63a9e69f-3.0.0-dev.2: digest: sha256:8ba1dd22b026f12fbfb1c5eefcfa2febb79ef8686130de92ba703311f78d9854 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T17:49:38.195Z] + 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-10T17:49:38.544Z] + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:main [2023-01-10T17:49:38.544Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64] [2023-01-10T17:49:38.544Z] a151cb72a133: Preparing [2023-01-10T17:49:38.544Z] f21fdf698d97: Preparing [2023-01-10T17:49:38.544Z] 8e5d5fdadd3b: Preparing [2023-01-10T17:49:38.544Z] 4497c6f79cf9: Preparing [2023-01-10T17:49:38.544Z] 17bec77d7fdc: Preparing [2023-01-10T17:49:38.544Z] f21fdf698d97: Layer already exists [2023-01-10T17:49:38.544Z] 8e5d5fdadd3b: Layer already exists [2023-01-10T17:49:38.544Z] a151cb72a133: Layer already exists [2023-01-10T17:49:38.544Z] 17bec77d7fdc: Layer already exists [2023-01-10T17:49:38.544Z] 4497c6f79cf9: Layer already exists [2023-01-10T17:49:38.811Z] main: digest: sha256:8ba1dd22b026f12fbfb1c5eefcfa2febb79ef8686130de92ba703311f78d9854 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-10T17:49:38.855Z] ===================================================== [Pipeline] echo [2023-01-10T17:49:38.862Z] taggedImages: [2023-01-10T17:49:38.862Z] - nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:67743ce73b5f11851f5a3332a1e6bc4b63a9e69f [2023-01-10T17:49:38.862Z] - nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:latest [2023-01-10T17:49:38.862Z] - nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:3.0.0-dev.2 [2023-01-10T17:49:38.862Z] - nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:67743ce73b5f11851f5a3332a1e6bc4b63a9e69f-3.0.0-dev.2 [2023-01-10T17:49:38.862Z] - 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-10T17:49:39.236Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-10T17:49:39.236Z] [2023-01-10T17:49:39.236Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T17:49:39.579Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-10T17:49:39.851Z] arm64: Pulling from edgex-lftools-log-publisher [2023-01-10T17:49:39.851Z] 8998bd30e6a1: Pulling fs layer [2023-01-10T17:49:39.851Z] 04944245beec: Pulling fs layer [2023-01-10T17:49:39.851Z] 699f458cf7ca: Pulling fs layer [2023-01-10T17:49:39.851Z] 765212b225bb: Pulling fs layer [2023-01-10T17:49:39.851Z] f23df028b6ca: Pulling fs layer [2023-01-10T17:49:39.851Z] d65c8cfc05b1: Pulling fs layer [2023-01-10T17:49:39.851Z] 2437ff75d9bd: Pulling fs layer [2023-01-10T17:49:39.851Z] f23df028b6ca: Waiting [2023-01-10T17:49:39.851Z] d65c8cfc05b1: Waiting [2023-01-10T17:49:39.851Z] 765212b225bb: Waiting [2023-01-10T17:49:39.851Z] 2437ff75d9bd: Waiting [2023-01-10T17:49:39.851Z] 04944245beec: Verifying Checksum [2023-01-10T17:49:39.851Z] 04944245beec: Download complete [2023-01-10T17:49:39.851Z] 765212b225bb: Download complete [2023-01-10T17:49:40.122Z] f23df028b6ca: Verifying Checksum [2023-01-10T17:49:40.122Z] f23df028b6ca: Download complete [2023-01-10T17:49:40.122Z] d65c8cfc05b1: Verifying Checksum [2023-01-10T17:49:40.122Z] d65c8cfc05b1: Download complete [2023-01-10T17:49:40.122Z] 699f458cf7ca: Verifying Checksum [2023-01-10T17:49:40.122Z] 699f458cf7ca: Download complete [2023-01-10T17:49:40.394Z] 8998bd30e6a1: Download complete [2023-01-10T17:49:43.003Z] 2437ff75d9bd: Verifying Checksum [2023-01-10T17:49:43.003Z] 2437ff75d9bd: Download complete [2023-01-10T17:49:44.961Z] 8998bd30e6a1: Pull complete [2023-01-10T17:49:45.229Z] 04944245beec: Pull complete [2023-01-10T17:49:46.661Z] 699f458cf7ca: Pull complete [2023-01-10T17:49:46.930Z] 765212b225bb: Pull complete [2023-01-10T17:49:47.527Z] f23df028b6ca: Pull complete [2023-01-10T17:49:47.797Z] d65c8cfc05b1: Pull complete [2023-01-10T17:50:02.810Z] 2437ff75d9bd: Pull complete [2023-01-10T17:50:02.810Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-01-10T17:50:02.810Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-10T17:50:02.810Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-10T17:50:03.046Z] prd-ubuntu20.04-docker-arm64-4c-16g-1611 does not seem to be running inside a container [2023-01-10T17:50:03.127Z] $ 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/65 -v /w/workspace/device-rfid-llrp-go/65:/w/workspace/device-rfid-llrp-go/65:rw,z -v /w/workspace/device-rfid-llrp-go/65@tmp:/w/workspace/device-rfid-llrp-go/65@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-10T17:50:05.982Z] $ docker top 4fde14232fec2c7144844517b763488d966564d9f8503c2facf45a0503effa3d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-10T17:50:06.835Z] ---> job-cost.sh [2023-01-10T17:50:06.836Z] lf-activate-venv: SKIPPING [2023-01-10T17:50:06.836Z] INFO: No Stack... [2023-01-10T17:50:07.420Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-01-10T17:50:08.007Z] INFO: Archiving Costs [Pipeline] sh [2023-01-10T17:50:08.664Z] + cat /w/workspace/device-rfid-llrp-go/65/archives/cost.csv [2023-01-10T17:50:08.664Z] + cut -d, -f6 [Pipeline] lock [2023-01-10T17:50:08.738Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-main-65-stack-cost] [2023-01-10T17:50:08.744Z] Resource [jenkins-edgexfoundry-device-rfid-llrp-go-main-65-stack-cost] did not exist. Created. [2023-01-10T17:50:08.744Z] Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-main-65-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-01-10T17:50:09.403Z] /w/workspace/device-rfid-llrp-go/65@tmp/durable-0f9fdcb8/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-01-10T17:50:10.064Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-01-10T17:50:10.133Z] Warning: overwriting stash ‘stack-cost’ [2023-01-10T17:50:10.235Z] Stashed 1 file(s) [Pipeline] } [2023-01-10T17:50:10.245Z] Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-main-65-stack-cost] [Pipeline] // lock [Pipeline] } [2023-01-10T17:50:10.268Z] $ docker stop --time=1 4fde14232fec2c7144844517b763488d966564d9f8503c2facf45a0503effa3d [2023-01-10T17:50:11.850Z] $ docker rm -f --volumes 4fde14232fec2c7144844517b763488d966564d9f8503c2facf45a0503effa3d [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-10T17:50:12.372Z] provisioning config files... [2023-01-10T17:50:12.379Z] copy managed file [device-rfid-llrp-go-codecov-token] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config2015510658227366464tmp [Pipeline] { [Pipeline] sh [2023-01-10T17:50:12.671Z] + set +x [2023-01-10T17:50:12.671Z] + curl -s https://codecov.io/bash [2023-01-10T17:50:12.671Z] + bash -s -- [2023-01-10T17:50:12.671Z] [2023-01-10T17:50:12.671Z] _____ _ [2023-01-10T17:50:12.671Z] / ____| | | [2023-01-10T17:50:12.671Z] | | ___ __| | ___ ___ _____ __ [2023-01-10T17:50:12.671Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-01-10T17:50:12.671Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-01-10T17:50:12.671Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-01-10T17:50:12.671Z] Bash-1.0.6 [2023-01-10T17:50:12.671Z] [2023-01-10T17:50:12.671Z] [2023-01-10T17:50:12.671Z] ==> git version 2.25.1 found [2023-01-10T17:50:12.671Z] ==> 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-10T17:50:12.671Z] Release-Date: 2020-01-08 [2023-01-10T17:50:12.671Z] 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-10T17:50:12.671Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-01-10T17:50:12.671Z] ==> Jenkins CI detected. [2023-01-10T17:50:12.671Z] current dir:  /w/workspace/foundry_device-rfid-llrp-go_main [2023-01-10T17:50:12.671Z] project root: . [2023-01-10T17:50:12.671Z] --> token set from env [2023-01-10T17:50:12.671Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-01-10T17:50:12.671Z] ==> Running gcov in . (disable via -X gcov) [2023-01-10T17:50:12.671Z] ==> Python coveragepy not found [2023-01-10T17:50:12.671Z] ==> Searching for coverage reports in: [2023-01-10T17:50:12.671Z] + . [2023-01-10T17:50:12.671Z] -> Found 1 reports [2023-01-10T17:50:12.671Z] ==> Detecting git/mercurial file structure [2023-01-10T17:50:12.671Z] ==> Reading reports [2023-01-10T17:50:12.671Z] + ./coverage.out bytes=460049 [2023-01-10T17:50:12.930Z] ==> Appending adjustments [2023-01-10T17:50:12.930Z] https://docs.codecov.io/docs/fixing-reports [2023-01-10T17:50:12.930Z] + Found adjustments [2023-01-10T17:50:12.930Z] ==> Gzipping contents [2023-01-10T17:50:13.190Z] 52K /tmp/codecov.qzxDEt.gz [2023-01-10T17:50:13.190Z] ==> Uploading reports [2023-01-10T17:50:13.190Z] url: https://codecov.io [2023-01-10T17:50:13.190Z] query: branch=main&commit=67743ce73b5f11851f5a3332a1e6bc4b63a9e69f&build=65&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rfid-llrp-go%2Fjob%2Fmain%2F65%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rfid-llrp-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-01-10T17:50:13.190Z] -> Pinging Codecov [2023-01-10T17:50:13.190Z] 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=67743ce73b5f11851f5a3332a1e6bc4b63a9e69f&build=65&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rfid-llrp-go%2Fjob%2Fmain%2F65%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rfid-llrp-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-01-10T17:50:13.448Z] -> Uploading to [2023-01-10T17:50:13.448Z] https://storage.googleapis.com/codecov/v4/raw/2023-01-10/581DD39554BDF9B6E22D074273EAD858/67743ce73b5f11851f5a3332a1e6bc4b63a9e69f/52e96813-87b3-4322-8c84-32a790a4c869.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230110%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230110T175013Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=356a13f1e5ba9e81f39f0fc5e30c0cc7858502294218890f8dc5b97421b904a2 [2023-01-10T17:50:13.448Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-10T17:50:13.448Z] Dload Upload Total Spent Left Speed [2023-01-10T17:50:13.709Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 51633 0 0 100 51633 0 216k --:--:-- --:--:-- --:--:-- 216k [2023-01-10T17:50:13.709Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rfid-llrp-go/commit/67743ce73b5f11851f5a3332a1e6bc4b63a9e69f [Pipeline] } [2023-01-10T17:50:13.716Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-01-10T17:50:13.889Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-01-10T17:50:13.899Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T17:50:14.190Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-10T17:50:14.190Z] [2023-01-10T17:50:14.190Z] 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-10T17:50:14.485Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-10T17:50:14.485Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-01-10T17:50:14.485Z] df9b9388f04a: Pulling fs layer [2023-01-10T17:50:14.485Z] 52dc419b0ee2: Pulling fs layer [2023-01-10T17:50:14.485Z] 25bc292e5bac: Pulling fs layer [2023-01-10T17:50:14.485Z] 114826534d7a: Pulling fs layer [2023-01-10T17:50:14.485Z] 4657fd5d0bcf: Pulling fs layer [2023-01-10T17:50:14.485Z] 6ad1cebc031e: Pulling fs layer [2023-01-10T17:50:14.485Z] 8a3aa393b2d8: Pulling fs layer [2023-01-10T17:50:14.485Z] 4657fd5d0bcf: Waiting [2023-01-10T17:50:14.485Z] 6ad1cebc031e: Waiting [2023-01-10T17:50:14.485Z] 8a3aa393b2d8: Waiting [2023-01-10T17:50:14.485Z] 114826534d7a: Waiting [2023-01-10T17:50:14.485Z] 25bc292e5bac: Download complete [2023-01-10T17:50:14.485Z] 52dc419b0ee2: Download complete [2023-01-10T17:50:14.485Z] 4657fd5d0bcf: Verifying Checksum [2023-01-10T17:50:14.485Z] 4657fd5d0bcf: Download complete [2023-01-10T17:50:14.485Z] df9b9388f04a: Download complete [2023-01-10T17:50:14.746Z] 6ad1cebc031e: Verifying Checksum [2023-01-10T17:50:14.746Z] 6ad1cebc031e: Download complete [2023-01-10T17:50:14.746Z] df9b9388f04a: Pull complete [2023-01-10T17:50:14.746Z] 52dc419b0ee2: Pull complete [2023-01-10T17:50:15.007Z] 25bc292e5bac: Pull complete [2023-01-10T17:50:15.267Z] 114826534d7a: Verifying Checksum [2023-01-10T17:50:15.267Z] 114826534d7a: Download complete [2023-01-10T17:50:15.527Z] 8a3aa393b2d8: Verifying Checksum [2023-01-10T17:50:15.527Z] 8a3aa393b2d8: Download complete [2023-01-10T17:50:18.818Z] 114826534d7a: Pull complete [2023-01-10T17:50:18.818Z] 4657fd5d0bcf: Pull complete [2023-01-10T17:50:19.076Z] 6ad1cebc031e: Pull complete [2023-01-10T17:50:22.360Z] 8a3aa393b2d8: Pull complete [2023-01-10T17:50:22.360Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-01-10T17:50:22.360Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-10T17:50:22.360Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-10T17:50:22.443Z] prd-ubuntu20.04-docker-8c-8g-1609 does not seem to be running inside a container [2023-01-10T17:50:22.483Z] $ 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-10T17:50:27.434Z] $ docker top 5e8bdae2e9a3404ece473da6ce6462104cac84aed19aa3e44372774cd8dd57f1 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-01-10T17:50:27.489Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-rfid-llrp-go:main' [Pipeline] sh [2023-01-10T17:50:27.765Z] + set -o pipefail [2023-01-10T17:50:27.765Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-rfid-llrp-go:main' [2023-01-10T17:50:34.327Z] [2023-01-10T17:50:34.327Z] Monitoring /w/workspace/foundry_device-rfid-llrp-go_main (github.com/edgexfoundry/device-rfid-llrp-go)... [2023-01-10T17:50:34.327Z] [2023-01-10T17:50:34.327Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/51b7f931-2ad3-4a5d-a1d2-3e401f6a993d/history/8f7910c7-08c3-4de8-8093-c6780c914305 [2023-01-10T17:50:34.327Z] [2023-01-10T17:50:34.327Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-01-10T17:50:34.327Z] [2023-01-10T17:50:34.327Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-01-10T17:50:34.327Z] [2023-01-10T17:50:34.327Z] [2023-01-10T17:50:34.327Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-01-10T17:50:34.327Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-01-10T17:50:34.327Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-01-10T17:50:34.350Z] $ docker stop --time=1 5e8bdae2e9a3404ece473da6ce6462104cac84aed19aa3e44372774cd8dd57f1 [2023-01-10T17:50:39.777Z] $ docker rm -f --volumes 5e8bdae2e9a3404ece473da6ce6462104cac84aed19aa3e44372774cd8dd57f1 [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-10T17:50:40.457Z] + git log --format=format:%s -1 67743ce73b5f11851f5a3332a1e6bc4b63a9e69f [Pipeline] sh [2023-01-10T17:50:40.754Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-10T17:50:40.754Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T17:50:41.046Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-10T17:50:41.046Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-10T17:50:41.114Z] prd-ubuntu20.04-docker-8c-8g-1609 does not seem to be running inside a container [2023-01-10T17:50:41.152Z] $ 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-10T17:50:41.551Z] $ docker top 71d7714d599ff61e56e306b1160dece3577f55fa618eaf4a10e211741fdfce0d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-10T17:50:41.629Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-10T17:50:41.629Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-10T17:50:41.759Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-10T17:50:41.774Z] $ docker exec 71d7714d599ff61e56e306b1160dece3577f55fa618eaf4a10e211741fdfce0d ssh-agent [2023-01-10T17:50:41.890Z] SSH_AUTH_SOCK=/tmp/ssh-YDUFDeJS343F/agent.32 [2023-01-10T17:50:41.890Z] SSH_AGENT_PID=38 [2023-01-10T17:50:41.896Z] Running ssh-add (command line suppressed) [2023-01-10T17:50:42.016Z] Identity added: /w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_13736729869631428399.key (/w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_13736729869631428399.key) [2023-01-10T17:50:42.016Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-10T17:50:42.309Z] + git semver tag [2023-01-10T17:50:42.571Z] 2023-01-10 17:50:42,525 [run_tag] DEBUG tag force:False [2023-01-10T17:50:42.571Z] 2023-01-10 17:50:42,526 [check_head_tag] DEBUG check head tag [2023-01-10T17:50:42.571Z] 2023-01-10 17:50:42,527 [execute] INFO git cat-file --batch-check [2023-01-10T17:50:42.571Z] 2023-01-10 17:50:42,527 [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-10T17:50:42.571Z] 2023-01-10 17:50:42,532 [execute] INFO git cat-file --batch [2023-01-10T17:50:42.571Z] 2023-01-10 17:50:42,533 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main, universal_newlines=False, shell=None, istream=) [2023-01-10T17:50:42.571Z] 2023-01-10 17:50:42,547 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main [2023-01-10T17:50:42.571Z] 2023-01-10 17:50:42,547 [execute] INFO git tag -a v3.0.0-dev.2 -m v3.0.0-dev.2 [2023-01-10T17:50:42.571Z] 2023-01-10 17:50:42,547 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.2', '-m', 'v3.0.0-dev.2'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main, universal_newlines=False, shell=None, istream=None) [2023-01-10T17:50:42.571Z] 2023-01-10 17:50:42,552 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main [2023-01-10T17:50:42.571Z] 3.0.0-dev.2 [Pipeline] } [2023-01-10T17:50:42.594Z] $ docker exec --env ******** --env ******** 71d7714d599ff61e56e306b1160dece3577f55fa618eaf4a10e211741fdfce0d ssh-agent -k [2023-01-10T17:50:42.691Z] unset SSH_AUTH_SOCK; [2023-01-10T17:50:42.692Z] unset SSH_AGENT_PID; [2023-01-10T17:50:42.692Z] echo Agent pid 38 killed; [2023-01-10T17:50:42.688Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-10T17:50:42.999Z] + git semver [Pipeline] } [2023-01-10T17:50:43.284Z] $ docker stop --time=1 71d7714d599ff61e56e306b1160dece3577f55fa618eaf4a10e211741fdfce0d [2023-01-10T17:50:44.587Z] $ docker rm -f --volumes 71d7714d599ff61e56e306b1160dece3577f55fa618eaf4a10e211741fdfce0d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T17:50:44.965Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-10T17:50:44.965Z] [2023-01-10T17:50:44.965Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T17:50:45.261Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-10T17:50:45.261Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-01-10T17:50:45.261Z] ab5ef0e58194: Pulling fs layer [2023-01-10T17:50:45.261Z] 9712f1f96733: Pulling fs layer [2023-01-10T17:50:45.261Z] 63f879dbbcfc: Pulling fs layer [2023-01-10T17:50:45.261Z] 0d9ebad4ef96: Pulling fs layer [2023-01-10T17:50:45.261Z] e9a5061849ea: Pulling fs layer [2023-01-10T17:50:45.261Z] d747dcd14b5f: Pulling fs layer [2023-01-10T17:50:45.261Z] 2de7ff778b66: Pulling fs layer [2023-01-10T17:50:45.261Z] e9a5061849ea: Waiting [2023-01-10T17:50:45.261Z] d747dcd14b5f: Waiting [2023-01-10T17:50:45.261Z] 2de7ff778b66: Waiting [2023-01-10T17:50:45.261Z] 0d9ebad4ef96: Waiting [2023-01-10T17:50:45.261Z] 9712f1f96733: Verifying Checksum [2023-01-10T17:50:45.261Z] 9712f1f96733: Download complete [2023-01-10T17:50:45.829Z] 63f879dbbcfc: Verifying Checksum [2023-01-10T17:50:45.829Z] 63f879dbbcfc: Download complete [2023-01-10T17:50:45.829Z] e9a5061849ea: Verifying Checksum [2023-01-10T17:50:45.829Z] e9a5061849ea: Download complete [2023-01-10T17:50:45.829Z] d747dcd14b5f: Verifying Checksum [2023-01-10T17:50:45.829Z] d747dcd14b5f: Download complete [2023-01-10T17:50:46.087Z] ab5ef0e58194: Download complete [2023-01-10T17:50:46.087Z] 0d9ebad4ef96: Verifying Checksum [2023-01-10T17:50:46.087Z] 0d9ebad4ef96: Download complete [2023-01-10T17:50:46.345Z] 2de7ff778b66: Verifying Checksum [2023-01-10T17:50:46.345Z] 2de7ff778b66: Download complete [2023-01-10T17:50:49.626Z] ab5ef0e58194: Pull complete [2023-01-10T17:50:49.626Z] 9712f1f96733: Pull complete [2023-01-10T17:50:49.884Z] 63f879dbbcfc: Pull complete [2023-01-10T17:50:54.071Z] 0d9ebad4ef96: Pull complete [2023-01-10T17:50:54.330Z] e9a5061849ea: Pull complete [2023-01-10T17:50:54.330Z] d747dcd14b5f: Pull complete [2023-01-10T17:50:55.264Z] 2de7ff778b66: Pull complete [2023-01-10T17:50:55.524Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-01-10T17:50:55.524Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-10T17:50:55.524Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-10T17:50:55.602Z] prd-ubuntu20.04-docker-8c-8g-1609 does not seem to be running inside a container [2023-01-10T17:50:55.642Z] $ 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-10T17:51:04.243Z] $ docker top 6795eeb35383a1df8b52df072acf2ba7d91a137c66e4850c75c4484e5d12456d -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-01-10T17:51:04.304Z] provisioning config files... [2023-01-10T17:51:04.310Z] copy managed file [sigul-config] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config2476687547342152522tmp [2023-01-10T17:51:04.320Z] copy managed file [sigul-password] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config6199885852203645703tmp [2023-01-10T17:51:04.329Z] copy managed file [sigul-pki] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config1060437372049959812tmp [Pipeline] { [Pipeline] echo [2023-01-10T17:51:04.345Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-10T17:51:04.628Z] ---> sigul-configuration.sh [2023-01-10T17:51:04.628Z] gpg: directory `/root/.gnupg' created [2023-01-10T17:51:04.628Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-01-10T17:51:04.628Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-01-10T17:51:04.628Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-01-10T17:51:04.628Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-01-10T17:51:04.628Z] gpg: CAST5 encrypted data [2023-01-10T17:51:04.628Z] gpg: encrypted with 1 passphrase [2023-01-10T17:51:04.628Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-01-10T17:51:04.917Z] + mkdir /home/jenkins [2023-01-10T17:51:04.917Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-01-10T17:51:05.200Z] + 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-10T17:51:05.209Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-10T17:51:05.494Z] ---> sigul-install.sh [2023-01-10T17:51:05.494Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-01-10T17:51:05.781Z] + git tag --list [2023-01-10T17:51:05.781Z] v0.0.0 [2023-01-10T17:51:05.781Z] v1.0.0 [2023-01-10T17:51:05.781Z] v2.1.0 [2023-01-10T17:51:05.781Z] v2.1.1 [2023-01-10T17:51:05.781Z] v2.1.1-dev.1 [2023-01-10T17:51:05.781Z] v2.2.0 [2023-01-10T17:51:05.781Z] v2.2.1-dev.1 [2023-01-10T17:51:05.781Z] v2.2.1-dev.2 [2023-01-10T17:51:05.781Z] v2.2.1-dev.3 [2023-01-10T17:51:05.781Z] v2.2.1-dev.4 [2023-01-10T17:51:05.781Z] v2.2.1-dev.5 [2023-01-10T17:51:05.781Z] v2.2.1-dev.6 [2023-01-10T17:51:05.781Z] v2.2.1-dev.7 [2023-01-10T17:51:05.781Z] v2.3.0 [2023-01-10T17:51:05.781Z] v2.3.0-dev.10 [2023-01-10T17:51:05.781Z] v2.3.0-dev.11 [2023-01-10T17:51:05.781Z] v2.3.0-dev.12 [2023-01-10T17:51:05.781Z] v2.3.0-dev.13 [2023-01-10T17:51:05.781Z] v2.3.0-dev.14 [2023-01-10T17:51:05.781Z] v2.3.0-dev.15 [2023-01-10T17:51:05.781Z] v2.3.0-dev.16 [2023-01-10T17:51:05.781Z] v2.3.0-dev.17 [2023-01-10T17:51:05.781Z] v2.3.0-dev.18 [2023-01-10T17:51:05.781Z] v2.3.0-dev.19 [2023-01-10T17:51:05.781Z] v2.3.0-dev.20 [2023-01-10T17:51:05.781Z] v2.3.0-dev.21 [2023-01-10T17:51:05.781Z] v2.3.0-dev.22 [2023-01-10T17:51:05.781Z] v2.3.0-dev.23 [2023-01-10T17:51:05.781Z] v2.3.0-dev.7 [2023-01-10T17:51:05.781Z] v2.3.0-dev.8 [2023-01-10T17:51:05.781Z] v2.3.0-dev.9 [2023-01-10T17:51:05.781Z] v3.0.0-dev.1 [2023-01-10T17:51:05.781Z] v3.0.0-dev.2 [Pipeline] sh [2023-01-10T17:51:06.070Z] + lftools sign git-tag v3.0.0-dev.2 [2023-01-10T17:51:06.639Z] Signing Git tag with Sigul... [2023-01-10T17:51:06.639Z] Signing v3.0.0-dev.2 [Pipeline] echo [2023-01-10T17:51:06.907Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-10T17:51:07.195Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-01-10T17:51:07.202Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-01-10T17:51:07.234Z] $ docker stop --time=1 6795eeb35383a1df8b52df072acf2ba7d91a137c66e4850c75c4484e5d12456d [2023-01-10T17:51:08.560Z] $ docker rm -f --volumes 6795eeb35383a1df8b52df072acf2ba7d91a137c66e4850c75c4484e5d12456d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-01-10T17:51:08.967Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-10T17:51:08.967Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T17:51:09.266Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-10T17:51:09.266Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-10T17:51:09.333Z] prd-ubuntu20.04-docker-8c-8g-1609 does not seem to be running inside a container [2023-01-10T17:51:09.376Z] $ 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-10T17:51:09.785Z] $ docker top 1562f398c314c93e60cac1d1aaf8a03baac7189371ce22bf589c715de4a9cb53 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-10T17:51:09.856Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-10T17:51:09.856Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-10T17:51:09.978Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-10T17:51:09.993Z] $ docker exec 1562f398c314c93e60cac1d1aaf8a03baac7189371ce22bf589c715de4a9cb53 ssh-agent [2023-01-10T17:51:10.088Z] SSH_AUTH_SOCK=/tmp/ssh-4zg1lRBZLwHS/agent.32 [2023-01-10T17:51:10.088Z] SSH_AGENT_PID=38 [2023-01-10T17:51:10.093Z] Running ssh-add (command line suppressed) [2023-01-10T17:51:10.212Z] Identity added: /w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_214401507474421226.key (/w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_214401507474421226.key) [2023-01-10T17:51:10.211Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-10T17:51:10.496Z] + git semver bump pre [2023-01-10T17:51:10.756Z] 2023-01-10 17:51:10,683 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main [2023-01-10T17:51:10.756Z] 2023-01-10 17:51:10,684 [bump_version] DEBUG bumping version:3.0.0-dev.2 on axis:pre with prefix:dev [2023-01-10T17:51:10.756Z] 2023-01-10 17:51:10,684 [bump_version] DEBUG bumped version:3.0.0-dev.3 [2023-01-10T17:51:10.756Z] 2023-01-10 17:51:10,684 [write_version] DEBUG write version:3.0.0-dev.3 to path:/w/workspace/foundry_device-rfid-llrp-go_main/.semver/main with force:True [2023-01-10T17:51:10.756Z] 2023-01-10 17:51:10,684 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main [2023-01-10T17:51:10.756Z] 2023-01-10 17:51:10,684 [write_file] DEBUG write to file:/w/workspace/foundry_device-rfid-llrp-go_main/.semver/main [2023-01-10T17:51:10.756Z] 2023-01-10 17:51:10,686 [execute] INFO git cat-file --batch-check [2023-01-10T17:51:10.756Z] 2023-01-10 17:51:10,687 [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-10T17:51:10.756Z] 2023-01-10 17:51:10,692 [execute] INFO git cat-file --batch [2023-01-10T17:51:10.756Z] 2023-01-10 17:51:10,692 [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-10T17:51:10.756Z] 2023-01-10 17:51:10,697 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main [2023-01-10T17:51:10.756Z] 3.0.0-dev.3 [Pipeline] } [2023-01-10T17:51:10.778Z] $ docker exec --env ******** --env ******** 1562f398c314c93e60cac1d1aaf8a03baac7189371ce22bf589c715de4a9cb53 ssh-agent -k [2023-01-10T17:51:10.868Z] unset SSH_AUTH_SOCK; [2023-01-10T17:51:10.869Z] unset SSH_AGENT_PID; [2023-01-10T17:51:10.869Z] echo Agent pid 38 killed; [2023-01-10T17:51:10.866Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-10T17:51:11.164Z] + git semver [Pipeline] } [2023-01-10T17:51:11.452Z] $ docker stop --time=1 1562f398c314c93e60cac1d1aaf8a03baac7189371ce22bf589c715de4a9cb53 [2023-01-10T17:51:12.761Z] $ docker rm -f --volumes 1562f398c314c93e60cac1d1aaf8a03baac7189371ce22bf589c715de4a9cb53 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-10T17:51:13.077Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-10T17:51:13.077Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T17:51:13.368Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-10T17:51:13.368Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-10T17:51:13.440Z] prd-ubuntu20.04-docker-8c-8g-1609 does not seem to be running inside a container [2023-01-10T17:51:13.483Z] $ 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-10T17:51:13.818Z] $ docker top c8198dfe3f832d3adc17c175f7d57c68de47c739c8bab43784d6fe1cc359363c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-10T17:51:13.889Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-10T17:51:13.889Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-10T17:51:13.996Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-10T17:51:14.011Z] $ docker exec c8198dfe3f832d3adc17c175f7d57c68de47c739c8bab43784d6fe1cc359363c ssh-agent [2023-01-10T17:51:14.102Z] SSH_AUTH_SOCK=/tmp/ssh-DIpE8V1JXcA6/agent.32 [2023-01-10T17:51:14.102Z] SSH_AGENT_PID=38 [2023-01-10T17:51:14.106Z] Running ssh-add (command line suppressed) [2023-01-10T17:51:14.231Z] Identity added: /w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_2831107760389649914.key (/w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_2831107760389649914.key) [2023-01-10T17:51:14.230Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-10T17:51:14.510Z] + git semver push [2023-01-10T17:51:14.767Z] 2023-01-10 17:51:14,684 [run_push] DEBUG push [2023-01-10T17:51:14.768Z] 2023-01-10 17:51:14,684 [execute] INFO git cat-file --batch-check [2023-01-10T17:51:14.768Z] 2023-01-10 17:51:14,685 [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-10T17:51:14.768Z] 2023-01-10 17:51:14,688 [execute] INFO git rev-list 63df09310146875432cc86afcd86be025eb8e676 -- [2023-01-10T17:51:14.768Z] 2023-01-10 17:51:14,688 [execute] DEBUG Popen(['git', 'rev-list', '63df09310146875432cc86afcd86be025eb8e676', '--'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-01-10T17:51:14.768Z] 2023-01-10 17:51:14,693 [execute] INFO git fetch -v origin [2023-01-10T17:51:14.768Z] 2023-01-10 17:51:14,693 [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-10T17:51:15.336Z] 2023-01-10 17:51:15,181 [run_push] DEBUG no remote changes detected [2023-01-10T17:51:15.336Z] 2023-01-10 17:51:15,182 [execute] INFO git push origin semver [2023-01-10T17:51:15.336Z] 2023-01-10 17:51:15,182 [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-10T17:51:16.270Z] 2023-01-10 17:51:15,961 [run_push] DEBUG push all version tags [2023-01-10T17:51:16.270Z] 2023-01-10 17:51:15,961 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-01-10T17:51:16.270Z] 2023-01-10 17:51:15,962 [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-10T17:51:17.207Z] 2023-01-10 17:51:16,943 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main [2023-01-10T17:51:17.207Z] 3.0.0-dev.3 [Pipeline] } [2023-01-10T17:51:17.229Z] $ docker exec --env ******** --env ******** c8198dfe3f832d3adc17c175f7d57c68de47c739c8bab43784d6fe1cc359363c ssh-agent -k [2023-01-10T17:51:17.318Z] unset SSH_AUTH_SOCK; [2023-01-10T17:51:17.319Z] unset SSH_AGENT_PID; [2023-01-10T17:51:17.320Z] echo Agent pid 38 killed; [2023-01-10T17:51:17.313Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-10T17:51:17.608Z] + git semver [Pipeline] } [2023-01-10T17:51:17.892Z] $ docker stop --time=1 c8198dfe3f832d3adc17c175f7d57c68de47c739c8bab43784d6fe1cc359363c [2023-01-10T17:51:19.226Z] $ docker rm -f --volumes c8198dfe3f832d3adc17c175f7d57c68de47c739c8bab43784d6fe1cc359363c [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-10T17:51:19.788Z] + [ -d /w/workspace/foundry_device-rfid-llrp-go_main/archives ] [2023-01-10T17:51:19.788Z] + ls -al /w/workspace/foundry_device-rfid-llrp-go_main/archives [2023-01-10T17:51:19.788Z] total 16 [2023-01-10T17:51:19.788Z] drwxr-xr-x 3 root root 4096 Jan 10 17:41 . [2023-01-10T17:51:19.788Z] drwxrwxr-x 12 jenkins jenkins 4096 Jan 10 17:51 .. [2023-01-10T17:51:19.788Z] drwxr-xr-x 2 root root 4096 Jan 10 17:41 cost [2023-01-10T17:51:19.788Z] -rw-r--r-- 1 root root 90 Jan 10 17:41 cost.csv [2023-01-10T17:51:19.788Z] + sudo chown -R jenkins:jenkins /w/workspace/foundry_device-rfid-llrp-go_main/archives [2023-01-10T17:51:19.788Z] + ls -al /w/workspace/foundry_device-rfid-llrp-go_main/archives [2023-01-10T17:51:19.788Z] total 16 [2023-01-10T17:51:19.788Z] drwxr-xr-x 3 jenkins jenkins 4096 Jan 10 17:41 . [2023-01-10T17:51:19.788Z] drwxrwxr-x 12 jenkins jenkins 4096 Jan 10 17:51 .. [2023-01-10T17:51:19.788Z] drwxr-xr-x 2 jenkins jenkins 4096 Jan 10 17:41 cost [2023-01-10T17:51:19.788Z] -rw-r--r-- 1 jenkins jenkins 90 Jan 10 17:41 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-01-10T17:51:20.080Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-10T17:51:20.942Z] ---> package-listing.sh [2023-01-10T17:51:20.942Z] ++ facter osfamily [2023-01-10T17:51:20.942Z] ++ tr '[:upper:]' '[:lower:]' [2023-01-10T17:51:21.202Z] + OS_FAMILY=debian [2023-01-10T17:51:21.202Z] + workspace=/w/workspace/foundry_device-rfid-llrp-go_main [2023-01-10T17:51:21.202Z] + START_PACKAGES=/tmp/packages_start.txt [2023-01-10T17:51:21.202Z] + END_PACKAGES=/tmp/packages_end.txt [2023-01-10T17:51:21.202Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-01-10T17:51:21.202Z] + PACKAGES=/tmp/packages_start.txt [2023-01-10T17:51:21.202Z] + '[' /w/workspace/foundry_device-rfid-llrp-go_main ']' [2023-01-10T17:51:21.202Z] + PACKAGES=/tmp/packages_end.txt [2023-01-10T17:51:21.202Z] + case "${OS_FAMILY}" in [2023-01-10T17:51:21.202Z] + dpkg -l [2023-01-10T17:51:21.202Z] + grep '^ii' [2023-01-10T17:51:21.202Z] + '[' -f /tmp/packages_start.txt ']' [2023-01-10T17:51:21.202Z] + '[' -f /tmp/packages_end.txt ']' [2023-01-10T17:51:21.202Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-01-10T17:51:21.202Z] + '[' /w/workspace/foundry_device-rfid-llrp-go_main ']' [2023-01-10T17:51:21.202Z] + mkdir -p /w/workspace/foundry_device-rfid-llrp-go_main/archives/ [2023-01-10T17:51:21.202Z] + 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-10T17:51:21.212Z] 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-10T17:51:21.488Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T17:51:22.060Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-10T17:51:22.060Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-10T17:51:22.132Z] prd-ubuntu20.04-docker-8c-8g-1609 does not seem to be running inside a container [2023-01-10T17:51:22.241Z] $ 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-10T17:51:22.486Z] $ docker top 7110f1f027e8dcea14af734ed63d6210e39946eadb48d249def062aa6695e189 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-10T17:51:22.900Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-01-10T17:51:23.206Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-01-10T17:51:23.493Z] + ls /var/log/sa-host [2023-01-10T17:51:23.493Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-10T17:51:23.654Z] provisioning config files... [2023-01-10T17:51:23.663Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config15219970791774004980tmp [Pipeline] { [Pipeline] echo [2023-01-10T17:51:23.682Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-10T17:51:23.964Z] ---> create-netrc.sh [Pipeline] } [2023-01-10T17:51:23.971Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-01-10T17:51:24.303Z] ---> python-tools-install.sh [Pipeline] echo [2023-01-10T17:51:24.312Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-10T17:51:24.595Z] ---> sudo-logs.sh [2023-01-10T17:51:24.595Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-01-10T17:51:24.628Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-10T17:51:24.914Z] ---> job-cost.sh [2023-01-10T17:51:24.914Z] lf-activate-venv: SKIPPING [2023-01-10T17:51:24.914Z] DEBUG: total: 0.2199999988079071 [2023-01-10T17:51:24.914Z] INFO: Retrieving Stack Cost... [2023-01-10T17:51:25.484Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-01-10T17:51:26.052Z] INFO: Archiving Costs [Pipeline] echo [2023-01-10T17:51:26.065Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-10T17:51:26.350Z] ---> logs-deploy.sh [2023-01-10T17:51:26.350Z] lf-activate-venv: SKIPPING [2023-01-10T17:51:26.350Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rfid-llrp-go/main/65 [2023-01-10T17:51:26.350Z] INFO: archiving workspace using pattern(s): [2023-01-10T17:51:27.288Z] Archives upload complete. [2023-01-10T17:51:27.288Z] INFO: archiving logs to Nexus