Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 1ffe010eb2f290b6070e357c011b7baf4b643b5d 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-ssh7528102865915586323.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 2c432abcf2d142718d3fe157e81a44428d9b823e 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-ssh13130930228929021143.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 2c432abcf2d142718d3fe157e81a44428d9b823e 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-ssh12613421960135657755.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 2c432abcf2d142718d3fe157e81a44428d9b823e (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 2c432abcf2d142718d3fe157e81a44428d9b823e # timeout=10 Commit message: "Merge pull request #406 from ernestojeda/go.18-debug" > 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-ssh7969491532601856955.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 2ebbc55eab71e191b38dc3bff9bc5b1b552b008d 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-ssh775903176800742839.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 2ebbc55eab71e191b38dc3bff9bc5b1b552b008d (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 2ebbc55eab71e191b38dc3bff9bc5b1b552b008d # timeout=10 Commit message: "Merge changes Iad18a535,I8019d0c0" > 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 ‘prd-ubuntu20.04-docker-8c-8g-22098’ Running on prd-ubuntu20.04-docker-8c-8g-22101 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 1ffe010eb2f290b6070e357c011b7baf4b643b5d (main) > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1ffe010eb2f290b6070e357c011b7baf4b643b5d # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v2 (#103)" > git rev-list --no-walk 5edf93054b7fac81efc4a068ae801689f0a9bfbc # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-08-07T22:21:32.943Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-08-07T22:21:33.006Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-08-07T22:21:33.029Z] ========================================================= [2022-08-07T22:21:33.029Z] EdgeX Global Pipelines Version Info [2022-08-07T22:21:33.029Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-08-07T22:21:33.809Z] ------------------- [2022-08-07T22:21:33.809Z] stable info: [2022-08-07T22:21:33.809Z] ------------------- [2022-08-07T22:21:33.809Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-08-07T22:21:33.809Z] Commit SHA: 2c432abcf2d142718d3fe157e81a44428d9b823e [2022-08-07T22:21:33.809Z] Message: update stable to v1.0.238 [2022-08-07T22:21:34.383Z] ------------------- [2022-08-07T22:21:34.383Z] experimental info: [2022-08-07T22:21:34.383Z] ------------------- [2022-08-07T22:21:34.383Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-08-07T22:21:34.383Z] Commit SHA: 2c432abcf2d142718d3fe157e81a44428d9b823e [2022-08-07T22:21:34.383Z] Message: update experimental to v1.0.238 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-08-07T22:21:34.669Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rfid-llrp-go-settings [Pipeline] echo [2022-08-07T22:21:34.683Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rfid-llrp-go [Pipeline] echo [2022-08-07T22:21:34.696Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-08-07T22:21:34.707Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-08-07T22:21:34.722Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-08-07T22:21:34.739Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2022-08-07T22:21:34.748Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-08-07T22:21:34.759Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-08-07T22:21:34.773Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-08-07T22:21:34.784Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-08-07T22:21:34.796Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-08-07T22:21:34.812Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rfid-llrp [Pipeline] echo [2022-08-07T22:21:34.821Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-08-07T22:21:34.830Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-08-07T22:21:34.838Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-08-07T22:21:34.846Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-08-07T22:21:34.854Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-08-07T22:21:34.863Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-08-07T22:21:34.872Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-08-07T22:21:34.881Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-08-07T22:21:34.890Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-08-07T22:21:34.898Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-08-07T22:21:34.910Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-08-07T22:21:34.920Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-08-07T22:21:34.928Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-08-07T22:21:34.945Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-08-07T22:21:34.955Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-08-07T22:21:34.970Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2022-08-07T22:21:34.980Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2022-08-07T22:21:34.992Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2022-08-07T22:21:35.006Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1ffe010eb2f290b6070e357c011b7baf4b643b5d [Pipeline] echo [2022-08-07T22:21:35.018Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1ffe010 [Pipeline] echo [2022-08-07T22:21:35.030Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-08-07T22:21:35.085Z] provisioning config files... [2022-08-07T22:21:35.098Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config7008806545142322360tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-07T22:21:35.411Z] ---> docker-login.sh [2022-08-07T22:21:35.411Z] nexus3.edgexfoundry.org:10001 [2022-08-07T22:21:35.680Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-07T22:21:35.680Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-07T22:21:35.680Z] Configure a credential helper to remove this warning. See [2022-08-07T22:21:35.680Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-07T22:21:35.680Z] [2022-08-07T22:21:35.680Z] Login Succeeded [2022-08-07T22:21:35.680Z] nexus3.edgexfoundry.org:10002 [2022-08-07T22:21:35.947Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-07T22:21:35.947Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-07T22:21:35.947Z] Configure a credential helper to remove this warning. See [2022-08-07T22:21:35.947Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-07T22:21:35.947Z] [2022-08-07T22:21:35.947Z] Login Succeeded [2022-08-07T22:21:35.947Z] nexus3.edgexfoundry.org:10003 [2022-08-07T22:21:35.947Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-07T22:21:35.947Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-07T22:21:35.947Z] Configure a credential helper to remove this warning. See [2022-08-07T22:21:35.947Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-07T22:21:35.947Z] [2022-08-07T22:21:35.947Z] Login Succeeded [2022-08-07T22:21:35.947Z] nexus3.edgexfoundry.org:10004 [2022-08-07T22:21:36.210Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-07T22:21:36.210Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-07T22:21:36.210Z] Configure a credential helper to remove this warning. See [2022-08-07T22:21:36.210Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-07T22:21:36.210Z] [2022-08-07T22:21:36.210Z] Login Succeeded [2022-08-07T22:21:36.210Z] docker.io [2022-08-07T22:21:36.210Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-07T22:21:36.785Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-07T22:21:36.785Z] Configure a credential helper to remove this warning. See [2022-08-07T22:21:36.785Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-07T22:21:36.785Z] [2022-08-07T22:21:36.785Z] Login Succeeded [2022-08-07T22:21:36.785Z] ---> docker-login.sh ends [Pipeline] } [2022-08-07T22:21:36.795Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-08-07T22:21:37.186Z] + git rev-list -1 --merges 1ffe010eb2f290b6070e357c011b7baf4b643b5d~1..1ffe010eb2f290b6070e357c011b7baf4b643b5d [Pipeline] echo [2022-08-07T22:21:37.225Z] -----------> git rev-list -1 --merges 1ffe010eb2f290b6070e357c011b7baf4b643b5d~1..1ffe010eb2f290b6070e357c011b7baf4b643b5d 1ffe010eb2f290b6070e357c011b7baf4b643b5d [false] [Pipeline] sh [2022-08-07T22:21:37.523Z] + git log --format=format:%s -1 1ffe010eb2f290b6070e357c011b7baf4b643b5d [Pipeline] echo [2022-08-07T22:21:37.542Z] ========================================================= [2022-08-07T22:21:37.542Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-08-07T22:21:37.542Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-08-07T22:21:37.870Z] + git log --format=format:%s -1 1ffe010eb2f290b6070e357c011b7baf4b643b5d [Pipeline] echo [2022-08-07T22:21:37.884Z] [semverPrep] GIT_COMMIT: 1ffe010eb2f290b6070e357c011b7baf4b643b5d, Commit Message: build(deps): bump github.com/edgexfoundry/device-sdk-go/v2 (#103) [Pipeline] echo [2022-08-07T22:21:37.892Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-08-07T22:21:38.236Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-08-07T22:21:38.236Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-08-07T22:21:38.236Z] + [ -e /tmp/ssh_known_hosts ] [2022-08-07T22:21:38.236Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-08-07T22:21:38.236Z] + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-08-07T22:21:38.236Z] sudo tee -a /etc/ssh/ssh_known_hosts [2022-08-07T22:21:38.236Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-07T22:21:38.594Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-07T22:21:38.594Z] [2022-08-07T22:21:38.594Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-07T22:21:38.904Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-07T22:21:38.904Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-08-07T22:21:38.904Z] b85a868b505f: Pulling fs layer [2022-08-07T22:21:38.904Z] e2be974225ed: Pulling fs layer [2022-08-07T22:21:38.904Z] 339a4e72a1f5: Pulling fs layer [2022-08-07T22:21:38.904Z] 988bab9f4d93: Pulling fs layer [2022-08-07T22:21:38.904Z] 1469e6f7b9e6: Pulling fs layer [2022-08-07T22:21:38.904Z] eaf3925da568: Pulling fs layer [2022-08-07T22:21:38.905Z] bab4dde63d76: Pulling fs layer [2022-08-07T22:21:38.905Z] bde34c3a00c8: Pulling fs layer [2022-08-07T22:21:38.905Z] b352a97aabf1: Pulling fs layer [2022-08-07T22:21:38.905Z] 4872d77fe225: Pulling fs layer [2022-08-07T22:21:38.905Z] 5851b861e8e6: Pulling fs layer [2022-08-07T22:21:38.905Z] bab4dde63d76: Waiting [2022-08-07T22:21:38.905Z] bde34c3a00c8: Waiting [2022-08-07T22:21:38.905Z] b352a97aabf1: Waiting [2022-08-07T22:21:38.905Z] 5851b861e8e6: Waiting [2022-08-07T22:21:38.905Z] 4872d77fe225: Waiting [2022-08-07T22:21:38.905Z] 988bab9f4d93: Waiting [2022-08-07T22:21:38.905Z] 1469e6f7b9e6: Waiting [2022-08-07T22:21:38.905Z] eaf3925da568: Waiting [2022-08-07T22:21:38.905Z] e2be974225ed: Verifying Checksum [2022-08-07T22:21:38.905Z] e2be974225ed: Download complete [2022-08-07T22:21:38.905Z] 988bab9f4d93: Download complete [2022-08-07T22:21:39.165Z] 1469e6f7b9e6: Verifying Checksum [2022-08-07T22:21:39.165Z] 1469e6f7b9e6: Download complete [2022-08-07T22:21:39.165Z] 339a4e72a1f5: Verifying Checksum [2022-08-07T22:21:39.165Z] 339a4e72a1f5: Download complete [2022-08-07T22:21:39.165Z] eaf3925da568: Verifying Checksum [2022-08-07T22:21:39.165Z] eaf3925da568: Download complete [2022-08-07T22:21:39.165Z] bde34c3a00c8: Verifying Checksum [2022-08-07T22:21:39.165Z] bde34c3a00c8: Download complete [2022-08-07T22:21:39.165Z] b352a97aabf1: Verifying Checksum [2022-08-07T22:21:39.165Z] b352a97aabf1: Download complete [2022-08-07T22:21:39.165Z] 4872d77fe225: Download complete [2022-08-07T22:21:39.165Z] 5851b861e8e6: Download complete [2022-08-07T22:21:39.165Z] b85a868b505f: Download complete [2022-08-07T22:21:39.426Z] bab4dde63d76: Verifying Checksum [2022-08-07T22:21:39.426Z] bab4dde63d76: Download complete [2022-08-07T22:21:40.813Z] b85a868b505f: Pull complete [2022-08-07T22:21:40.813Z] e2be974225ed: Pull complete [2022-08-07T22:21:41.386Z] 339a4e72a1f5: Pull complete [2022-08-07T22:21:41.386Z] 988bab9f4d93: Pull complete [2022-08-07T22:21:41.648Z] 1469e6f7b9e6: Pull complete [2022-08-07T22:21:41.648Z] eaf3925da568: Pull complete [2022-08-07T22:21:44.188Z] bab4dde63d76: Pull complete [2022-08-07T22:21:44.188Z] bde34c3a00c8: Pull complete [2022-08-07T22:21:44.188Z] b352a97aabf1: Pull complete [2022-08-07T22:21:44.188Z] 4872d77fe225: Pull complete [2022-08-07T22:21:44.188Z] 5851b861e8e6: Pull complete [2022-08-07T22:21:44.188Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-08-07T22:21:44.188Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-07T22:21:44.188Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-07T22:21:44.304Z] prd-ubuntu20.04-docker-8c-8g-22101 does not seem to be running inside a container [2022-08-07T22:21:44.350Z] $ 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 [2022-08-07T22:21:45.997Z] $ docker top 02b79fc10d7493dcb9850945bb0dc277d84016a6c5c85dd171ec2047c6e05b7d -eo pid,comm [2022-08-07T22:21:46.071Z] 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). [2022-08-07T22:21:46.071Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-08-07T22:21:46.111Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-08-07T22:21:46.111Z] [ssh-agent] Looking for ssh-agent implementation... [2022-08-07T22:21:46.242Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-08-07T22:21:46.249Z] $ docker exec 02b79fc10d7493dcb9850945bb0dc277d84016a6c5c85dd171ec2047c6e05b7d ssh-agent [2022-08-07T22:21:46.381Z] SSH_AUTH_SOCK=/tmp/ssh-zweVI2VujHU4/agent.33 [2022-08-07T22:21:46.381Z] SSH_AGENT_PID=39 [2022-08-07T22:21:46.390Z] Running ssh-add (command line suppressed) [2022-08-07T22:21:46.515Z] Identity added: /w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_5634693362300950107.key (/w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_5634693362300950107.key) [2022-08-07T22:21:46.530Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-08-07T22:21:46.825Z] + git tag --points-at HEAD [Pipeline] } [2022-08-07T22:21:46.843Z] $ docker exec --env ******** --env ******** 02b79fc10d7493dcb9850945bb0dc277d84016a6c5c85dd171ec2047c6e05b7d ssh-agent -k [2022-08-07T22:21:46.956Z] unset SSH_AUTH_SOCK; [2022-08-07T22:21:46.956Z] unset SSH_AGENT_PID; [2022-08-07T22:21:46.956Z] echo Agent pid 39 killed; [2022-08-07T22:21:46.966Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-08-07T22:21:46.988Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-08-07T22:21:46.988Z] [ssh-agent] Looking for ssh-agent implementation... [2022-08-07T22:21:47.145Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-08-07T22:21:47.153Z] $ docker exec 02b79fc10d7493dcb9850945bb0dc277d84016a6c5c85dd171ec2047c6e05b7d ssh-agent [2022-08-07T22:21:47.297Z] SSH_AUTH_SOCK=/tmp/ssh-26lG6zBsBQTc/agent.72 [2022-08-07T22:21:47.297Z] SSH_AGENT_PID=78 [2022-08-07T22:21:47.303Z] Running ssh-add (command line suppressed) [2022-08-07T22:21:47.431Z] Identity added: /w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_1851524589943505954.key (/w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_1851524589943505954.key) [2022-08-07T22:21:47.450Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-08-07T22:21:47.739Z] + git semver init [2022-08-07T22:21:48.000Z] 2022-08-07 22:21:47,953 [run_init] DEBUG init version:0.0.0 force:False [2022-08-07T22:21:48.000Z] 2022-08-07 22:21:47,954 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/foundry_device-rfid-llrp-go_main/.semver [2022-08-07T22:21:48.000Z] 2022-08-07 22:21:47,954 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rfid-llrp-go.git /w/workspace/foundry_device-rfid-llrp-go_main/.semver [2022-08-07T22:21:48.000Z] 2022-08-07 22:21:47,955 [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) [2022-08-07T22:21:48.942Z] 2022-08-07 22:21:48,766 [append_file] DEBUG append to file:/w/workspace/foundry_device-rfid-llrp-go_main/.git/info/exclude [2022-08-07T22:21:48.942Z] 2022-08-07 22:21:48,767 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/foundry_device-rfid-llrp-go_main/.semver/main with force:False [2022-08-07T22:21:48.942Z] 2022-08-07 22:21:48,767 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main [2022-08-07T22:21:48.942Z] 2022-08-07 22:21:48,767 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main [2022-08-07T22:21:48.942Z] 2.3.0-dev.9 [Pipeline] } [2022-08-07T22:21:48.957Z] $ docker exec --env ******** --env ******** 02b79fc10d7493dcb9850945bb0dc277d84016a6c5c85dd171ec2047c6e05b7d ssh-agent -k [2022-08-07T22:21:49.084Z] unset SSH_AUTH_SOCK; [2022-08-07T22:21:49.084Z] unset SSH_AGENT_PID; [2022-08-07T22:21:49.085Z] echo Agent pid 78 killed; [2022-08-07T22:21:49.092Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-08-07T22:21:49.401Z] + git semver [Pipeline] } [2022-08-07T22:21:49.679Z] $ docker stop --time=1 02b79fc10d7493dcb9850945bb0dc277d84016a6c5c85dd171ec2047c6e05b7d [2022-08-07T22:21:50.982Z] $ docker rm -f 02b79fc10d7493dcb9850945bb0dc277d84016a6c5c85dd171ec2047c6e05b7d [Pipeline] // withDockerContainer [Pipeline] sh [2022-08-07T22:21:51.337Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-08-07T22:21:51.603Z] Stashed 1 file(s) [Pipeline] echo [2022-08-07T22:21:51.607Z] [edgeXSemver]: initialized semver on version 2.3.0-dev.9 [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 [2022-08-07T22:21:51.762Z] provisioning config files... [2022-08-07T22:21:51.773Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config1637252861315256880tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-07T22:21:52.076Z] ---> docker-login.sh [2022-08-07T22:21:52.076Z] nexus3.edgexfoundry.org:10001 [2022-08-07T22:21:52.076Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-07T22:21:52.076Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-07T22:21:52.076Z] Configure a credential helper to remove this warning. See [2022-08-07T22:21:52.076Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-07T22:21:52.076Z] [2022-08-07T22:21:52.076Z] Login Succeeded [2022-08-07T22:21:52.076Z] nexus3.edgexfoundry.org:10002 [2022-08-07T22:21:52.076Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-07T22:21:52.337Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-07T22:21:52.337Z] Configure a credential helper to remove this warning. See [2022-08-07T22:21:52.337Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-07T22:21:52.337Z] [2022-08-07T22:21:52.337Z] Login Succeeded [2022-08-07T22:21:52.337Z] nexus3.edgexfoundry.org:10003 [2022-08-07T22:21:52.337Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-07T22:21:52.337Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-07T22:21:52.337Z] Configure a credential helper to remove this warning. See [2022-08-07T22:21:52.337Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-07T22:21:52.337Z] [2022-08-07T22:21:52.337Z] Login Succeeded [2022-08-07T22:21:52.337Z] nexus3.edgexfoundry.org:10004 [2022-08-07T22:21:52.598Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-07T22:21:52.598Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-07T22:21:52.598Z] Configure a credential helper to remove this warning. See [2022-08-07T22:21:52.598Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-07T22:21:52.598Z] [2022-08-07T22:21:52.598Z] Login Succeeded [2022-08-07T22:21:52.598Z] docker.io [2022-08-07T22:21:52.598Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-07T22:21:52.859Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-07T22:21:52.859Z] Configure a credential helper to remove this warning. See [2022-08-07T22:21:52.859Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-07T22:21:52.859Z] [2022-08-07T22:21:52.859Z] Login Succeeded [2022-08-07T22:21:52.859Z] ---> docker-login.sh ends [Pipeline] } [2022-08-07T22:21:52.868Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-08-07T22:21:52.940Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-07T22:21:52.956Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-07T22:21:52.964Z] ========================================================= [2022-08-07T22:21:52.964Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2022-08-07T22:21:52.964Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-07T22:21:53.286Z] + 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 . [2022-08-07T22:21:53.286Z] Sending build context to Docker daemon 4.049MB [2022-08-07T22:21:53.286Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2022-08-07T22:21:53.286Z] Step 2/12 : FROM ${BASE} AS builder [2022-08-07T22:21:53.286Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2022-08-07T22:21:53.286Z] 2408cc74d12b: Pulling fs layer [2022-08-07T22:21:53.286Z] ea60b727a1ce: Pulling fs layer [2022-08-07T22:21:53.286Z] 30c4a7721957: Pulling fs layer [2022-08-07T22:21:53.287Z] 370296b7ddb6: Pulling fs layer [2022-08-07T22:21:53.287Z] 7c6cee850709: Pulling fs layer [2022-08-07T22:21:53.287Z] 39a5fcdaea64: Pulling fs layer [2022-08-07T22:21:53.287Z] d94ebbe4e438: Pulling fs layer [2022-08-07T22:21:53.287Z] bcfd1f05c69d: Pulling fs layer [2022-08-07T22:21:53.287Z] 59ccb84bbe0f: Pulling fs layer [2022-08-07T22:21:53.287Z] 39a5fcdaea64: Waiting [2022-08-07T22:21:53.287Z] d94ebbe4e438: Waiting [2022-08-07T22:21:53.287Z] bcfd1f05c69d: Waiting [2022-08-07T22:21:53.287Z] 370296b7ddb6: Waiting [2022-08-07T22:21:53.287Z] 7c6cee850709: Waiting [2022-08-07T22:21:53.287Z] 59ccb84bbe0f: Waiting [2022-08-07T22:21:53.287Z] 30c4a7721957: Verifying Checksum [2022-08-07T22:21:53.287Z] 30c4a7721957: Download complete [2022-08-07T22:21:53.287Z] ea60b727a1ce: Verifying Checksum [2022-08-07T22:21:53.287Z] ea60b727a1ce: Download complete [2022-08-07T22:21:53.287Z] 7c6cee850709: Download complete [2022-08-07T22:21:53.287Z] 39a5fcdaea64: Download complete [2022-08-07T22:21:53.554Z] 2408cc74d12b: Verifying Checksum [2022-08-07T22:21:53.554Z] 2408cc74d12b: Download complete [2022-08-07T22:21:53.554Z] d94ebbe4e438: Download complete [2022-08-07T22:21:53.554Z] 2408cc74d12b: Pull complete [2022-08-07T22:21:53.828Z] ea60b727a1ce: Pull complete [2022-08-07T22:21:53.828Z] 30c4a7721957: Pull complete [2022-08-07T22:21:54.093Z] 59ccb84bbe0f: Verifying Checksum [2022-08-07T22:21:54.093Z] 59ccb84bbe0f: Download complete [2022-08-07T22:21:54.358Z] 370296b7ddb6: Verifying Checksum [2022-08-07T22:21:54.358Z] 370296b7ddb6: Download complete [2022-08-07T22:21:54.358Z] bcfd1f05c69d: Verifying Checksum [2022-08-07T22:21:54.358Z] bcfd1f05c69d: Download complete [2022-08-07T22:21:58.557Z] 370296b7ddb6: Pull complete [2022-08-07T22:21:58.817Z] 7c6cee850709: Pull complete [2022-08-07T22:21:58.817Z] 39a5fcdaea64: Pull complete [2022-08-07T22:21:58.817Z] d94ebbe4e438: Pull complete [2022-08-07T22:22:01.368Z] bcfd1f05c69d: Pull complete [2022-08-07T22:22:01.941Z] 59ccb84bbe0f: Pull complete [2022-08-07T22:22:01.941Z] Digest: sha256:b7a3521351a9cbc7ce2a60b0b0d40edf4ed6cc338df7dc09f1589c9a81f0a497 [2022-08-07T22:22:01.941Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-08-07T22:22:01.941Z] ---> a4fb48ad2a94 [2022-08-07T22:22:01.941Z] Step 3/12 : ARG MAKE='make build' [2022-08-07T22:22:03.864Z] ---> Running in 58660ca8bed5 [2022-08-07T22:22:04.193Z] Removing intermediate container 58660ca8bed5 [2022-08-07T22:22:04.193Z] ---> 621959e9e944 [2022-08-07T22:22:04.193Z] Step 4/12 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev" [2022-08-07T22:22:04.193Z] ---> Running in 490e3b3c6bf5 [2022-08-07T22:22:04.193Z] Removing intermediate container 490e3b3c6bf5 [2022-08-07T22:22:04.193Z] ---> d161b11568f2 [2022-08-07T22:22:04.193Z] Step 5/12 : ARG ALPINE_PKG_EXTRA="" [2022-08-07T22:22:04.193Z] ---> Running in 07100121a328 [2022-08-07T22:22:04.453Z] Removing intermediate container 07100121a328 [2022-08-07T22:22:04.453Z] ---> c2babee0fa52 [2022-08-07T22:22:04.453Z] Step 6/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-07T22:22:04.453Z] ---> Running in a0a272349c4c [2022-08-07T22:22:05.024Z] Removing intermediate container a0a272349c4c [2022-08-07T22:22:05.024Z] ---> 8532add20db3 [2022-08-07T22:22:05.024Z] Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-08-07T22:22:05.024Z] ---> Running in e6ae41c600a7 [2022-08-07T22:22:05.285Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-07T22:22:06.226Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-07T22:22:06.727Z] Still waiting to schedule task [2022-08-07T22:22:06.727Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-22099’ [2022-08-07T22:22:06.799Z] OK: 211 MiB in 51 packages [2022-08-07T22:22:07.064Z] Removing intermediate container e6ae41c600a7 [2022-08-07T22:22:07.064Z] ---> 65e2203097df [2022-08-07T22:22:07.064Z] Step 8/12 : WORKDIR /app [2022-08-07T22:22:07.064Z] ---> Running in cd2306d46d31 [2022-08-07T22:22:07.064Z] Removing intermediate container cd2306d46d31 [2022-08-07T22:22:07.064Z] ---> 632d552481f5 [2022-08-07T22:22:07.064Z] Step 9/12 : COPY go.mod vendor* ./ [2022-08-07T22:22:07.325Z] ---> 434ff2e6461f [2022-08-07T22:22:07.325Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-07T22:22:07.325Z] ---> Running in b5ac883f6cec [2022-08-07T22:22:25.660Z] Removing intermediate container b5ac883f6cec [2022-08-07T22:22:25.660Z] ---> 787cfec1df57 [2022-08-07T22:22:25.660Z] Step 11/12 : COPY . . [2022-08-07T22:22:25.660Z] ---> 35324d3393e4 [2022-08-07T22:22:25.660Z] Step 12/12 : RUN $MAKE [2022-08-07T22:22:25.660Z] ---> Running in 6d7200c57cbf [2022-08-07T22:22:25.660Z] noop [2022-08-07T22:22:25.660Z] Removing intermediate container 6d7200c57cbf [2022-08-07T22:22:25.660Z] ---> db62050d01b5 [2022-08-07T22:22:25.660Z] Successfully built db62050d01b5 [2022-08-07T22:22:25.660Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-07T22:22:25.985Z] + docker inspect -f . ci-base-image-x86_64 [2022-08-07T22:22:25.985Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-07T22:22:26.080Z] prd-ubuntu20.04-docker-8c-8g-22101 does not seem to be running inside a container [2022-08-07T22:22:26.122Z] $ 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 [2022-08-07T22:22:26.553Z] $ docker top e58070d9e689a73e729c4bd7fede2ecd6c475ad6383573d3d70cd444f81b82d3 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-07T22:22:26.941Z] + go version [2022-08-07T22:22:26.941Z] go version go1.18.3 linux/amd64 [Pipeline] } [2022-08-07T22:22:26.963Z] $ docker stop --time=1 e58070d9e689a73e729c4bd7fede2ecd6c475ad6383573d3d70cd444f81b82d3 [2022-08-07T22:22:28.282Z] $ docker rm -f e58070d9e689a73e729c4bd7fede2ecd6c475ad6383573d3d70cd444f81b82d3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-07T22:22:28.733Z] + docker inspect -f . ci-base-image-x86_64 [2022-08-07T22:22:28.733Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-07T22:22:28.825Z] prd-ubuntu20.04-docker-8c-8g-22101 does not seem to be running inside a container [2022-08-07T22:22:28.868Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -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 [2022-08-07T22:22:29.257Z] $ docker top 7d1cf9a1ec90fec40b03ef9e3942a333a321ade01191eda9aa2b90d7e6ad326c -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-07T22:22:29.628Z] + git config --global --add safe.directory /w/workspace/foundry_device-rfid-llrp-go_main [Pipeline] fileExists [Pipeline] sh [2022-08-07T22:22:29.931Z] + make test [2022-08-07T22:22:29.931Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2022-08-07T22:22:30.192Z] ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] [2022-08-07T22:22:40.192Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd [no test files] [2022-08-07T22:22:40.192Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd/llrp [no test files] [2022-08-07T22:22:45.486Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/driver 3.665s coverage: 39.3% of statements [2022-08-07T22:22:45.486Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.250s coverage: 52.0% of statements [2022-08-07T22:22:45.486Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.053s coverage: 95.5% of statements [2022-08-07T22:22:55.480Z] 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." [2022-08-07T22:22:55.480Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2022-08-07T22:22:58.025Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-08-07T22:22:58.025Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-08-07T22:22:58.025Z] ./bin/test-attribution-txt.sh [2022-08-07T22:22:58.025Z] An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add [2022-08-07T22:22:58.025Z] An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add [2022-08-07T22:22:58.025Z] An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add [Pipeline] echo [2022-08-07T22:22:58.037Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-08-07T22:22:58.053Z] $ docker stop --time=1 7d1cf9a1ec90fec40b03ef9e3942a333a321ade01191eda9aa2b90d7e6ad326c [2022-08-07T22:22:59.865Z] $ docker rm -f 7d1cf9a1ec90fec40b03ef9e3942a333a321ade01191eda9aa2b90d7e6ad326c [Pipeline] // withDockerContainer [Pipeline] sh [2022-08-07T22:23:00.364Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-08-07T22:23:00.466Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-08-07T22:23:00.964Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-08-07T22:23:01.253Z] + ls -al . [2022-08-07T22:23:01.253Z] total 632 [2022-08-07T22:23:01.253Z] drwxrwxr-x 11 jenkins jenkins 4096 Aug 7 22:22 . [2022-08-07T22:23:01.253Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 7 22:21 .. [2022-08-07T22:23:01.253Z] -rw-rw-r-- 1 jenkins jenkins 134 Aug 7 22:21 .dockerignore [2022-08-07T22:23:01.253Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 7 22:22 .git [2022-08-07T22:23:01.253Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 7 22:21 .github [2022-08-07T22:23:01.253Z] -rw-rw-r-- 1 jenkins jenkins 946 Aug 7 22:21 .gitignore [2022-08-07T22:23:01.253Z] -rw-rw-r-- 1 jenkins jenkins 41 Aug 7 22:21 .golangci.yml [2022-08-07T22:23:01.253Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 7 22:21 .semver [2022-08-07T22:23:01.253Z] -rw-rw-r-- 1 jenkins jenkins 10362 Aug 7 22:21 Attribution.txt [2022-08-07T22:23:01.253Z] -rw-rw-r-- 1 jenkins jenkins 3740 Aug 7 22:21 CHANGELOG.md [2022-08-07T22:23:01.253Z] -rw-rw-r-- 1 jenkins jenkins 1518 Aug 7 22:21 Dockerfile [2022-08-07T22:23:01.253Z] -rw-rw-r-- 1 jenkins jenkins 677 Aug 7 22:21 GOVERNANCE.md [2022-08-07T22:23:01.253Z] -rw-rw-r-- 1 jenkins jenkins 683 Aug 7 22:21 Jenkinsfile [2022-08-07T22:23:01.253Z] -rw-rw-r-- 1 jenkins jenkins 11347 Aug 7 22:21 LICENSE [2022-08-07T22:23:01.253Z] -rw-rw-r-- 1 jenkins jenkins 2196 Aug 7 22:21 Makefile [2022-08-07T22:23:01.253Z] -rw-rw-r-- 1 jenkins jenkins 625 Aug 7 22:21 OWNERS.md [2022-08-07T22:23:01.253Z] -rw-rw-r-- 1 jenkins jenkins 28496 Aug 7 22:21 README.md [2022-08-07T22:23:01.253Z] -rw-rw-r-- 1 jenkins jenkins 11 Aug 7 22:21 VERSION [2022-08-07T22:23:01.253Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 7 22:21 bin [2022-08-07T22:23:01.253Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 7 22:21 cmd [2022-08-07T22:23:01.253Z] -rw-r--r-- 1 jenkins jenkins 460394 Aug 7 22:22 coverage.out [2022-08-07T22:23:01.253Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 7 22:21 examples [2022-08-07T22:23:01.253Z] -rw-rw-r-- 1 jenkins jenkins 3493 Aug 7 22:21 go.mod [2022-08-07T22:23:01.253Z] -rw-rw-r-- 1 jenkins jenkins 36553 Aug 7 22:21 go.sum [2022-08-07T22:23:01.253Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 7 22:21 images [2022-08-07T22:23:01.253Z] drwxrwxr-x 5 jenkins jenkins 4096 Aug 7 22:21 internal [2022-08-07T22:23:01.253Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 7 22:21 snap [2022-08-07T22:23:01.254Z] -rw-rw-r-- 1 jenkins jenkins 193 Aug 7 22:21 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-07T22:23:01.572Z] + 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=1ffe010eb2f290b6070e357c011b7baf4b643b5d --label arch=amd64 --label version=2.3.0-dev.9 . [2022-08-07T22:23:01.572Z] Sending build context to Docker daemon 4.049MB [2022-08-07T22:23:01.572Z] Step 1/25 : ARG BASE=golang:1.18-alpine3.16 [2022-08-07T22:23:01.572Z] Step 2/25 : FROM ${BASE} AS builder [2022-08-07T22:23:01.572Z] ---> db62050d01b5 [2022-08-07T22:23:01.572Z] Step 3/25 : ARG MAKE='make build' [2022-08-07T22:23:01.572Z] ---> Running in e6de2e0986cf [2022-08-07T22:23:01.831Z] Removing intermediate container e6de2e0986cf [2022-08-07T22:23:01.831Z] ---> de5fd2dc6af7 [2022-08-07T22:23:01.831Z] Step 4/25 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev" [2022-08-07T22:23:01.831Z] ---> Running in bfe9e49e4a33 [2022-08-07T22:23:01.831Z] Removing intermediate container bfe9e49e4a33 [2022-08-07T22:23:01.831Z] ---> 3d2bc55a9dd0 [2022-08-07T22:23:01.831Z] Step 5/25 : ARG ALPINE_PKG_EXTRA="" [2022-08-07T22:23:01.831Z] ---> Running in f1d5509308ff [2022-08-07T22:23:02.092Z] Removing intermediate container f1d5509308ff [2022-08-07T22:23:02.092Z] ---> 44c422d18248 [2022-08-07T22:23:02.092Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-07T22:23:02.092Z] ---> Running in ccaa4940a978 [2022-08-07T22:23:02.665Z] Removing intermediate container ccaa4940a978 [2022-08-07T22:23:02.665Z] ---> 7707a8b8a34d [2022-08-07T22:23:02.665Z] Step 7/25 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-08-07T22:23:02.665Z] ---> Running in 8afcc885a9d3 [2022-08-07T22:23:02.925Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-07T22:23:03.868Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-07T22:23:04.129Z] OK: 211 MiB in 51 packages [2022-08-07T22:23:04.701Z] Removing intermediate container 8afcc885a9d3 [2022-08-07T22:23:04.701Z] ---> 9d80449ad0e2 [2022-08-07T22:23:04.701Z] Step 8/25 : WORKDIR /app [2022-08-07T22:23:04.701Z] ---> Running in 9dec8b3ac256 [2022-08-07T22:23:04.701Z] Removing intermediate container 9dec8b3ac256 [2022-08-07T22:23:04.701Z] ---> 4f062cf6006b [2022-08-07T22:23:04.701Z] Step 9/25 : COPY go.mod vendor* ./ [2022-08-07T22:23:04.960Z] ---> 07593f7c1cce [2022-08-07T22:23:04.960Z] Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-07T22:23:04.960Z] ---> Running in 65cc96c0f7bf [2022-08-07T22:23:05.535Z] Removing intermediate container 65cc96c0f7bf [2022-08-07T22:23:05.535Z] ---> 6170215eb0b2 [2022-08-07T22:23:05.535Z] Step 11/25 : COPY . . [2022-08-07T22:23:06.108Z] ---> d4ec2a5d80d3 [2022-08-07T22:23:06.108Z] Step 12/25 : RUN $MAKE [2022-08-07T22:23:06.108Z] ---> Running in f13f59b7c703 [2022-08-07T22:23:06.368Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-sdk-go/v2/internal/common.SDKVersion=v2.3.0-dev.18 -X github.com/edgexfoundry/device-rfid-llrp-go.Version=2.3.0-dev.9" -trimpath -mod=readonly -buildmode=pie -o cmd/device-rfid-llrp ./cmd [2022-08-07T22:23:28.335Z] Removing intermediate container f13f59b7c703 [2022-08-07T22:23:28.335Z] ---> 9b9b42fe461e [2022-08-07T22:23:28.335Z] Step 13/25 : FROM alpine:3.16 [2022-08-07T22:23:28.335Z] 3.16: Pulling from library/alpine [2022-08-07T22:23:28.335Z] 530afca65e2e: Pulling fs layer [2022-08-07T22:23:28.335Z] 530afca65e2e: Verifying Checksum [2022-08-07T22:23:28.335Z] 530afca65e2e: Download complete [2022-08-07T22:23:28.595Z] 530afca65e2e: Pull complete [2022-08-07T22:23:28.595Z] Digest: sha256:7580ece7963bfa863801466c0a488f11c86f85d9988051a9f9c68cb27f6b7872 [2022-08-07T22:23:28.595Z] Status: Downloaded newer image for alpine:3.16 [2022-08-07T22:23:28.595Z] ---> d7d3d98c851f [2022-08-07T22:23:28.595Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-08-07T22:23:28.595Z] ---> Running in a5599e21e278 [2022-08-07T22:23:28.855Z] Removing intermediate container a5599e21e278 [2022-08-07T22:23:28.855Z] ---> f0e0ca40fd5f [2022-08-07T22:23:28.855Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-07T22:23:28.855Z] ---> Running in ef79dc89b7b3 [2022-08-07T22:23:29.427Z] Removing intermediate container ef79dc89b7b3 [2022-08-07T22:23:29.428Z] ---> 047500743a51 [2022-08-07T22:23:29.428Z] Step 16/25 : RUN apk add --update --no-cache zeromq dumb-init [2022-08-07T22:23:29.428Z] ---> Running in b0299ff0ad9e [2022-08-07T22:23:29.689Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-07T22:23:30.633Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-07T22:23:31.216Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-08-07T22:23:31.476Z] (2/6) Installing libgcc (11.2.1_git20220219-r2) [2022-08-07T22:23:31.476Z] (3/6) Installing libsodium (1.0.18-r0) [2022-08-07T22:23:31.476Z] (4/6) Installing libstdc++ (11.2.1_git20220219-r2) [2022-08-07T22:23:31.737Z] (5/6) Installing libzmq (4.3.4-r0) [2022-08-07T22:23:31.737Z] (6/6) Installing zeromq (4.3.4-r0) [2022-08-07T22:23:32.018Z] Executing busybox-1.35.0-r15.trigger [2022-08-07T22:23:32.018Z] OK: 8 MiB in 20 packages [2022-08-07T22:23:32.277Z] Removing intermediate container b0299ff0ad9e [2022-08-07T22:23:32.277Z] ---> 742efdb0b776 [2022-08-07T22:23:32.277Z] Step 17/25 : COPY --from=builder /app/LICENSE / [2022-08-07T22:23:32.537Z] ---> e43d81f85433 [2022-08-07T22:23:32.537Z] Step 18/25 : COPY --from=builder /app/Attribution.txt / [2022-08-07T22:23:32.537Z] ---> 9d362289cb27 [2022-08-07T22:23:32.537Z] Step 19/25 : COPY --from=builder /app/cmd/ / [2022-08-07T22:23:33.478Z] ---> 2c631a5aa225 [2022-08-07T22:23:33.478Z] Step 20/25 : EXPOSE 59989 [2022-08-07T22:23:33.478Z] ---> Running in 6210bad7e2dc [2022-08-07T22:23:33.478Z] Removing intermediate container 6210bad7e2dc [2022-08-07T22:23:33.478Z] ---> 3cbd0ae2281e [2022-08-07T22:23:33.478Z] Step 21/25 : ENTRYPOINT ["/device-rfid-llrp"] [2022-08-07T22:23:33.478Z] ---> Running in fc860f026ffb [2022-08-07T22:23:33.739Z] Removing intermediate container fc860f026ffb [2022-08-07T22:23:33.739Z] ---> 302d0914ffb7 [2022-08-07T22:23:33.739Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--confdir=/res", "--registry"] [2022-08-07T22:23:33.739Z] ---> Running in 576f8135e671 [2022-08-07T22:23:33.739Z] Removing intermediate container 576f8135e671 [2022-08-07T22:23:33.739Z] ---> ed260ac43a34 [2022-08-07T22:23:33.739Z] Step 23/25 : LABEL arch=amd64 [2022-08-07T22:23:33.739Z] ---> Running in 79436123c1c4 [2022-08-07T22:23:34.012Z] Removing intermediate container 79436123c1c4 [2022-08-07T22:23:34.012Z] ---> 5e22dbbfb6d3 [2022-08-07T22:23:34.012Z] Step 24/25 : LABEL git_sha=1ffe010eb2f290b6070e357c011b7baf4b643b5d [2022-08-07T22:23:34.012Z] ---> Running in aac1fc633911 [2022-08-07T22:23:34.012Z] Removing intermediate container aac1fc633911 [2022-08-07T22:23:34.012Z] ---> 8c1d318f9464 [2022-08-07T22:23:34.012Z] Step 25/25 : LABEL version=2.3.0-dev.9 [2022-08-07T22:23:34.012Z] ---> Running in 893a43c3658a [2022-08-07T22:23:34.276Z] Removing intermediate container 893a43c3658a [2022-08-07T22:23:34.276Z] ---> 37414422e5b8 [2022-08-07T22:23:34.276Z] [Warning] One or more build-args [ARCH] were not consumed [2022-08-07T22:23:34.276Z] Successfully built 37414422e5b8 [2022-08-07T22:23:34.276Z] 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 [2022-08-07T22:23:34.371Z] provisioning config files... [2022-08-07T22:23:34.385Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config3913298774197825938tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-07T22:23:34.697Z] ---> docker-login.sh [2022-08-07T22:23:34.697Z] nexus3.edgexfoundry.org:10001 [2022-08-07T22:23:34.697Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-07T22:23:34.697Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-07T22:23:34.697Z] Configure a credential helper to remove this warning. See [2022-08-07T22:23:34.697Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-07T22:23:34.697Z] [2022-08-07T22:23:34.697Z] Login Succeeded [2022-08-07T22:23:34.697Z] nexus3.edgexfoundry.org:10002 [2022-08-07T22:23:34.697Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-07T22:23:34.957Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-07T22:23:34.957Z] Configure a credential helper to remove this warning. See [2022-08-07T22:23:34.957Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-07T22:23:34.957Z] [2022-08-07T22:23:34.957Z] Login Succeeded [2022-08-07T22:23:34.957Z] nexus3.edgexfoundry.org:10003 [2022-08-07T22:23:34.957Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-07T22:23:34.957Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-07T22:23:34.957Z] Configure a credential helper to remove this warning. See [2022-08-07T22:23:34.957Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-07T22:23:34.957Z] [2022-08-07T22:23:34.957Z] Login Succeeded [2022-08-07T22:23:34.957Z] nexus3.edgexfoundry.org:10004 [2022-08-07T22:23:35.217Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-07T22:23:35.217Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-07T22:23:35.217Z] Configure a credential helper to remove this warning. See [2022-08-07T22:23:35.217Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-07T22:23:35.217Z] [2022-08-07T22:23:35.217Z] Login Succeeded [2022-08-07T22:23:35.217Z] docker.io [2022-08-07T22:23:35.217Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-07T22:23:35.484Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-07T22:23:35.484Z] Configure a credential helper to remove this warning. See [2022-08-07T22:23:35.484Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-07T22:23:35.484Z] [2022-08-07T22:23:35.484Z] Login Succeeded [2022-08-07T22:23:35.484Z] ---> docker-login.sh ends [Pipeline] } [2022-08-07T22:23:35.492Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-07T22:23:35.522Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-07T22:23:35.544Z] [edgeXDocker.push] Tagging docker image device-rfid-llrp with the following tags: [2022-08-07T22:23:35.544Z] 1ffe010eb2f290b6070e357c011b7baf4b643b5d [2022-08-07T22:23:35.544Z] latest [2022-08-07T22:23:35.544Z] 2.3.0-dev.9 [2022-08-07T22:23:35.544Z] 1ffe010eb2f290b6070e357c011b7baf4b643b5d-2.3.0-dev.9 [2022-08-07T22:23:35.544Z] main [2022-08-07T22:23:35.544Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-07T22:23:35.876Z] + docker tag device-rfid-llrp nexus3.edgexfoundry.org:10004/device-rfid-llrp:1ffe010eb2f290b6070e357c011b7baf4b643b5d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-07T22:23:36.656Z] + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp:1ffe010eb2f290b6070e357c011b7baf4b643b5d [2022-08-07T22:23:36.656Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp] [2022-08-07T22:23:36.656Z] 53fcd6af1ccf: Preparing [2022-08-07T22:23:36.656Z] a3d138cac755: Preparing [2022-08-07T22:23:36.656Z] d7169e8a9799: Preparing [2022-08-07T22:23:36.656Z] 2a75ce1f4b4b: Preparing [2022-08-07T22:23:36.656Z] e72efd4832cc: Preparing [2022-08-07T22:23:36.656Z] ec34fcc1d526: Preparing [2022-08-07T22:23:36.656Z] ec34fcc1d526: Waiting [2022-08-07T22:23:36.656Z] d7169e8a9799: Pushed [2022-08-07T22:23:36.656Z] e72efd4832cc: Pushed [2022-08-07T22:23:36.656Z] a3d138cac755: Pushed [2022-08-07T22:23:36.656Z] ec34fcc1d526: Layer already exists [2022-08-07T22:23:36.920Z] 2a75ce1f4b4b: Pushed [2022-08-07T22:23:39.551Z] 53fcd6af1ccf: Pushed [2022-08-07T22:23:39.551Z] 1ffe010eb2f290b6070e357c011b7baf4b643b5d: digest: sha256:85eff489d4bfed5291388506354122c6811cad6e8305787013daa1143b925677 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-07T22:23:39.887Z] + docker tag device-rfid-llrp nexus3.edgexfoundry.org:10004/device-rfid-llrp:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-07T22:23:40.208Z] + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp:latest [2022-08-07T22:23:40.208Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp] [2022-08-07T22:23:40.208Z] 53fcd6af1ccf: Preparing [2022-08-07T22:23:40.208Z] a3d138cac755: Preparing [2022-08-07T22:23:40.208Z] d7169e8a9799: Preparing [2022-08-07T22:23:40.209Z] 2a75ce1f4b4b: Preparing [2022-08-07T22:23:40.209Z] e72efd4832cc: Preparing [2022-08-07T22:23:40.209Z] ec34fcc1d526: Preparing [2022-08-07T22:23:40.209Z] ec34fcc1d526: Waiting [2022-08-07T22:23:40.209Z] 2a75ce1f4b4b: Layer already exists [2022-08-07T22:23:40.209Z] e72efd4832cc: Layer already exists [2022-08-07T22:23:40.209Z] 53fcd6af1ccf: Layer already exists [2022-08-07T22:23:40.209Z] a3d138cac755: Layer already exists [2022-08-07T22:23:40.209Z] d7169e8a9799: Layer already exists [2022-08-07T22:23:40.209Z] ec34fcc1d526: Layer already exists [2022-08-07T22:23:40.209Z] latest: digest: sha256:85eff489d4bfed5291388506354122c6811cad6e8305787013daa1143b925677 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-07T22:23:40.533Z] + docker tag device-rfid-llrp nexus3.edgexfoundry.org:10004/device-rfid-llrp:2.3.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-07T22:23:40.852Z] + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp:2.3.0-dev.9 [2022-08-07T22:23:40.852Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp] [2022-08-07T22:23:40.852Z] 53fcd6af1ccf: Preparing [2022-08-07T22:23:40.852Z] a3d138cac755: Preparing [2022-08-07T22:23:40.852Z] d7169e8a9799: Preparing [2022-08-07T22:23:40.852Z] 2a75ce1f4b4b: Preparing [2022-08-07T22:23:40.852Z] e72efd4832cc: Preparing [2022-08-07T22:23:40.852Z] ec34fcc1d526: Preparing [2022-08-07T22:23:40.852Z] ec34fcc1d526: Waiting [2022-08-07T22:23:40.852Z] d7169e8a9799: Layer already exists [2022-08-07T22:23:40.852Z] 53fcd6af1ccf: Layer already exists [2022-08-07T22:23:40.852Z] a3d138cac755: Layer already exists [2022-08-07T22:23:40.852Z] 2a75ce1f4b4b: Layer already exists [2022-08-07T22:23:40.852Z] e72efd4832cc: Layer already exists [2022-08-07T22:23:40.852Z] ec34fcc1d526: Layer already exists [2022-08-07T22:23:40.852Z] 2.3.0-dev.9: digest: sha256:85eff489d4bfed5291388506354122c6811cad6e8305787013daa1143b925677 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-07T22:23:41.261Z] + docker tag device-rfid-llrp nexus3.edgexfoundry.org:10004/device-rfid-llrp:1ffe010eb2f290b6070e357c011b7baf4b643b5d-2.3.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-07T22:23:41.631Z] + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp:1ffe010eb2f290b6070e357c011b7baf4b643b5d-2.3.0-dev.9 [2022-08-07T22:23:41.631Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp] [2022-08-07T22:23:41.631Z] 53fcd6af1ccf: Preparing [2022-08-07T22:23:41.631Z] a3d138cac755: Preparing [2022-08-07T22:23:41.631Z] d7169e8a9799: Preparing [2022-08-07T22:23:41.631Z] 2a75ce1f4b4b: Preparing [2022-08-07T22:23:41.631Z] e72efd4832cc: Preparing [2022-08-07T22:23:41.631Z] ec34fcc1d526: Preparing [2022-08-07T22:23:41.631Z] ec34fcc1d526: Waiting [2022-08-07T22:23:41.631Z] e72efd4832cc: Layer already exists [2022-08-07T22:23:41.631Z] 53fcd6af1ccf: Layer already exists [2022-08-07T22:23:41.631Z] a3d138cac755: Layer already exists [2022-08-07T22:23:41.631Z] d7169e8a9799: Layer already exists [2022-08-07T22:23:41.631Z] 2a75ce1f4b4b: Layer already exists [2022-08-07T22:23:41.631Z] ec34fcc1d526: Layer already exists [2022-08-07T22:23:41.631Z] 1ffe010eb2f290b6070e357c011b7baf4b643b5d-2.3.0-dev.9: digest: sha256:85eff489d4bfed5291388506354122c6811cad6e8305787013daa1143b925677 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-07T22:23:41.954Z] + docker tag device-rfid-llrp nexus3.edgexfoundry.org:10004/device-rfid-llrp:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-07T22:23:42.287Z] + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp:main [2022-08-07T22:23:42.287Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp] [2022-08-07T22:23:42.287Z] 53fcd6af1ccf: Preparing [2022-08-07T22:23:42.287Z] a3d138cac755: Preparing [2022-08-07T22:23:42.287Z] d7169e8a9799: Preparing [2022-08-07T22:23:42.287Z] 2a75ce1f4b4b: Preparing [2022-08-07T22:23:42.287Z] e72efd4832cc: Preparing [2022-08-07T22:23:42.287Z] ec34fcc1d526: Preparing [2022-08-07T22:23:42.287Z] ec34fcc1d526: Waiting [2022-08-07T22:23:42.287Z] d7169e8a9799: Layer already exists [2022-08-07T22:23:42.287Z] 53fcd6af1ccf: Layer already exists [2022-08-07T22:23:42.287Z] a3d138cac755: Layer already exists [2022-08-07T22:23:42.287Z] 2a75ce1f4b4b: Layer already exists [2022-08-07T22:23:42.287Z] e72efd4832cc: Layer already exists [2022-08-07T22:23:42.287Z] ec34fcc1d526: Layer already exists [2022-08-07T22:23:42.287Z] main: digest: sha256:85eff489d4bfed5291388506354122c6811cad6e8305787013daa1143b925677 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-07T22:23:42.340Z] ===================================================== [Pipeline] echo [2022-08-07T22:23:42.349Z] taggedImages: [2022-08-07T22:23:42.349Z] - nexus3.edgexfoundry.org:10004/device-rfid-llrp:1ffe010eb2f290b6070e357c011b7baf4b643b5d [2022-08-07T22:23:42.349Z] - nexus3.edgexfoundry.org:10004/device-rfid-llrp:latest [2022-08-07T22:23:42.349Z] - nexus3.edgexfoundry.org:10004/device-rfid-llrp:2.3.0-dev.9 [2022-08-07T22:23:42.349Z] - nexus3.edgexfoundry.org:10004/device-rfid-llrp:1ffe010eb2f290b6070e357c011b7baf4b643b5d-2.3.0-dev.9 [2022-08-07T22:23:42.349Z] - 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 [2022-08-07T22:23:42.743Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-08-07T22:23:42.743Z] [2022-08-07T22:23:42.743Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-07T22:23:44.225Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-08-07T22:23:44.225Z] latest: Pulling from edgex-lftools-log-publisher [2022-08-07T22:23:44.225Z] 5eb5b503b376: Pulling fs layer [2022-08-07T22:23:44.225Z] 5c69ac0246d0: Pulling fs layer [2022-08-07T22:23:44.225Z] ec43610c2a17: Pulling fs layer [2022-08-07T22:23:44.225Z] 3a2ae6a8a46f: Pulling fs layer [2022-08-07T22:23:44.225Z] 33b1e0a273af: Pulling fs layer [2022-08-07T22:23:44.225Z] 5d3b04190fa2: Pulling fs layer [2022-08-07T22:23:44.225Z] 2f39f015ded8: Pulling fs layer [2022-08-07T22:23:44.225Z] 3a2ae6a8a46f: Waiting [2022-08-07T22:23:44.225Z] 33b1e0a273af: Waiting [2022-08-07T22:23:44.225Z] 5d3b04190fa2: Waiting [2022-08-07T22:23:44.225Z] 2f39f015ded8: Waiting [2022-08-07T22:23:44.225Z] 5c69ac0246d0: Download complete [2022-08-07T22:23:44.225Z] 3a2ae6a8a46f: Download complete [2022-08-07T22:23:44.225Z] 33b1e0a273af: Verifying Checksum [2022-08-07T22:23:44.225Z] 33b1e0a273af: Download complete [2022-08-07T22:23:44.225Z] ec43610c2a17: Verifying Checksum [2022-08-07T22:23:44.225Z] ec43610c2a17: Download complete [2022-08-07T22:23:44.225Z] 5d3b04190fa2: Verifying Checksum [2022-08-07T22:23:44.225Z] 5d3b04190fa2: Download complete [2022-08-07T22:23:44.487Z] 5eb5b503b376: Download complete [2022-08-07T22:23:45.058Z] 2f39f015ded8: Download complete [2022-08-07T22:23:46.003Z] 5eb5b503b376: Pull complete [2022-08-07T22:23:46.003Z] 5c69ac0246d0: Pull complete [2022-08-07T22:23:46.579Z] ec43610c2a17: Pull complete [2022-08-07T22:23:46.579Z] 3a2ae6a8a46f: Pull complete [2022-08-07T22:23:46.841Z] 33b1e0a273af: Pull complete [2022-08-07T22:23:46.841Z] 5d3b04190fa2: Pull complete [2022-08-07T22:23:52.139Z] 2f39f015ded8: Pull complete [2022-08-07T22:23:52.139Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-08-07T22:23:52.139Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-08-07T22:23:52.139Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-07T22:23:52.236Z] prd-ubuntu20.04-docker-8c-8g-22101 does not seem to be running inside a container [2022-08-07T22:23:52.278Z] $ 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 [2022-08-07T22:23:54.401Z] $ docker top e85754747d4b5f6383e86c5d6f5b444c3e257447bf69c96f0067f67f8ffce42e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-07T22:23:54.806Z] ---> job-cost.sh [2022-08-07T22:23:54.806Z] lf-activate-venv: SKIPPING [2022-08-07T22:23:54.806Z] INFO: No Stack... [2022-08-07T22:23:55.100Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-08-07T22:23:55.593Z] INFO: Archiving Costs [Pipeline] sh [2022-08-07T22:23:55.911Z] + cat /w/workspace/foundry_device-rfid-llrp-go_main/archives/cost.csv [2022-08-07T22:23:55.911Z] + cut -d, -f6 [Pipeline] lock [2022-08-07T22:23:55.925Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-main-44-stack-cost] [2022-08-07T22:23:55.931Z] Resource [jenkins-edgexfoundry-device-rfid-llrp-go-main-44-stack-cost] did not exist. Created. [2022-08-07T22:23:55.931Z] Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-main-44-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-08-07T22:23:56.248Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-08-07T22:23:56.282Z] Stashed 1 file(s) [Pipeline] } [2022-08-07T22:23:56.289Z] Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-main-44-stack-cost] [Pipeline] // lock [Pipeline] } [2022-08-07T22:23:56.310Z] $ docker stop --time=1 e85754747d4b5f6383e86c5d6f5b444c3e257447bf69c96f0067f67f8ffce42e [2022-08-07T22:23:57.508Z] $ docker rm -f e85754747d4b5f6383e86c5d6f5b444c3e257447bf69c96f0067f67f8ffce42e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-08-07T22:24:59.417Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-22103 in /w/workspace/foundry_device-rfid-llrp-go_main [Pipeline] { [Pipeline] ws [2022-08-07T22:24:59.433Z] Running in /w/workspace/device-rfid-llrp-go/44 [Pipeline] { [Pipeline] checkout [2022-08-07T22:24:59.480Z] Selected Git installation does not exist. Using Default [2022-08-07T22:24:59.480Z] The recommended git tool is: NONE [2022-08-07T22:25:06.010Z] using credential edgex-jenkins-ssh [2022-08-07T22:25:06.050Z] Cloning the remote Git repository [2022-08-07T22:25:06.113Z] Cloning repository git@github.com:edgexfoundry/device-rfid-llrp-go.git [2022-08-07T22:25:06.206Z] > git init /w/workspace/device-rfid-llrp-go/44 # timeout=10 [2022-08-07T22:25:06.309Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git [2022-08-07T22:25:06.313Z] > git --version # timeout=10 [2022-08-07T22:25:06.334Z] > git --version # 'git version 2.25.1' [2022-08-07T22:25:06.336Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-08-07T22:25:06.416Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-08-07T22:25:07.592Z] Avoid second fetch [2022-08-07T22:25:07.593Z] Checking out Revision 1ffe010eb2f290b6070e357c011b7baf4b643b5d (main) [2022-08-07T22:25:07.493Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 [2022-08-07T22:25:07.515Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-08-07T22:25:07.663Z] > git config core.sparsecheckout # timeout=10 [2022-08-07T22:25:07.732Z] > git checkout -f 1ffe010eb2f290b6070e357c011b7baf4b643b5d # timeout=10 [2022-08-07T22:25:12.289Z] Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v2 (#103)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-08-07T22:25:13.211Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-08-07T22:25:13.211Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-08-07T22:25:13.211Z] Dload Upload Total Spent Left Speed [2022-08-07T22:25:13.211Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12332 100 12332 0 0 200k 0 --:--:-- --:--:-- --:--:-- 197k [Pipeline] sh [2022-08-07T22:25:14.064Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-08-07T22:25:14.422Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-08-07T22:25:14.423Z] + sudo tee /etc/docker/daemon.new [2022-08-07T22:25:14.423Z] { [2022-08-07T22:25:14.423Z] "registry-mirrors": [ [2022-08-07T22:25:14.423Z] "https://nexus3.edgexfoundry.org:10001" [2022-08-07T22:25:14.423Z] ], [2022-08-07T22:25:14.423Z] "bip": "10.250.0.254/24", [2022-08-07T22:25:14.423Z] "hosts": [ [2022-08-07T22:25:14.423Z] "tcp://0.0.0.0:5555", [2022-08-07T22:25:14.423Z] "unix:///var/run/docker.sock" [2022-08-07T22:25:14.423Z] ], [2022-08-07T22:25:14.423Z] "mtu": 1458, [2022-08-07T22:25:14.423Z] "selinux-enabled": true, [2022-08-07T22:25:14.423Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-08-07T22:25:14.423Z] } [Pipeline] sh [2022-08-07T22:25:14.780Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-08-07T22:25:15.131Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-08-07T22:25:33.591Z] provisioning config files... [2022-08-07T22:25:33.649Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/device-rfid-llrp-go/44@tmp/config5532036594523528790tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-07T22:25:34.149Z] ---> docker-login.sh [2022-08-07T22:25:34.149Z] nexus3.edgexfoundry.org:10001 [2022-08-07T22:25:34.815Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-07T22:25:35.528Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-07T22:25:35.528Z] Configure a credential helper to remove this warning. See [2022-08-07T22:25:35.528Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-07T22:25:35.528Z] [2022-08-07T22:25:35.528Z] Login Succeeded [2022-08-07T22:25:35.528Z] nexus3.edgexfoundry.org:10002 [2022-08-07T22:25:35.528Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-07T22:25:35.807Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-07T22:25:35.807Z] Configure a credential helper to remove this warning. See [2022-08-07T22:25:35.807Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-07T22:25:35.807Z] [2022-08-07T22:25:35.807Z] Login Succeeded [2022-08-07T22:25:35.807Z] nexus3.edgexfoundry.org:10003 [2022-08-07T22:25:36.080Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-07T22:25:36.080Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-07T22:25:36.080Z] Configure a credential helper to remove this warning. See [2022-08-07T22:25:36.080Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-07T22:25:36.080Z] [2022-08-07T22:25:36.080Z] Login Succeeded [2022-08-07T22:25:36.363Z] nexus3.edgexfoundry.org:10004 [2022-08-07T22:25:36.642Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-07T22:25:36.642Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-07T22:25:36.642Z] Configure a credential helper to remove this warning. See [2022-08-07T22:25:36.642Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-07T22:25:36.642Z] [2022-08-07T22:25:36.642Z] Login Succeeded [2022-08-07T22:25:36.642Z] docker.io [2022-08-07T22:25:37.244Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-07T22:25:37.517Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-07T22:25:37.517Z] Configure a credential helper to remove this warning. See [2022-08-07T22:25:37.517Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-07T22:25:37.517Z] [2022-08-07T22:25:37.517Z] Login Succeeded [2022-08-07T22:25:37.517Z] ---> docker-login.sh ends [Pipeline] } [2022-08-07T22:25:37.536Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-08-07T22:25:37.838Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-07T22:25:37.855Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-07T22:25:37.867Z] ========================================================= [2022-08-07T22:25:37.867Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2022-08-07T22:25:37.867Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-07T22:25:38.245Z] + 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 . [2022-08-07T22:25:38.517Z] Sending build context to Docker daemon 1.224MB [2022-08-07T22:25:38.517Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2022-08-07T22:25:38.517Z] Step 2/12 : FROM ${BASE} AS builder [2022-08-07T22:25:38.794Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-08-07T22:25:38.794Z] b3c136eddcbf: Pulling fs layer [2022-08-07T22:25:38.794Z] c0a3192eca97: Pulling fs layer [2022-08-07T22:25:38.794Z] a050256f5b6f: Pulling fs layer [2022-08-07T22:25:38.794Z] 656be50a0ddc: Pulling fs layer [2022-08-07T22:25:38.794Z] 2bbca73fdf42: Pulling fs layer [2022-08-07T22:25:38.794Z] 46d945488cbd: Pulling fs layer [2022-08-07T22:25:38.794Z] 8a5474983e97: Pulling fs layer [2022-08-07T22:25:38.794Z] 329c88fbcd65: Pulling fs layer [2022-08-07T22:25:38.794Z] 46d945488cbd: Waiting [2022-08-07T22:25:38.794Z] 8a5474983e97: Waiting [2022-08-07T22:25:38.794Z] 329c88fbcd65: Waiting [2022-08-07T22:25:38.794Z] 2bbca73fdf42: Waiting [2022-08-07T22:25:38.794Z] a050256f5b6f: Verifying Checksum [2022-08-07T22:25:38.794Z] a050256f5b6f: Download complete [2022-08-07T22:25:38.794Z] c0a3192eca97: Verifying Checksum [2022-08-07T22:25:38.794Z] c0a3192eca97: Download complete [2022-08-07T22:25:38.794Z] 2bbca73fdf42: Verifying Checksum [2022-08-07T22:25:38.794Z] 2bbca73fdf42: Download complete [2022-08-07T22:25:38.794Z] 46d945488cbd: Verifying Checksum [2022-08-07T22:25:38.794Z] 46d945488cbd: Download complete [2022-08-07T22:25:38.794Z] b3c136eddcbf: Verifying Checksum [2022-08-07T22:25:38.794Z] b3c136eddcbf: Download complete [2022-08-07T22:25:39.801Z] b3c136eddcbf: Pull complete [2022-08-07T22:25:39.801Z] 329c88fbcd65: Verifying Checksum [2022-08-07T22:25:39.801Z] 329c88fbcd65: Download complete [2022-08-07T22:25:40.406Z] c0a3192eca97: Pull complete [2022-08-07T22:25:40.689Z] a050256f5b6f: Pull complete [2022-08-07T22:25:41.292Z] 8a5474983e97: Verifying Checksum [2022-08-07T22:25:41.292Z] 8a5474983e97: Download complete [2022-08-07T22:25:41.892Z] 656be50a0ddc: Download complete [2022-08-07T22:25:54.430Z] 656be50a0ddc: Pull complete [2022-08-07T22:25:54.711Z] 2bbca73fdf42: Pull complete [2022-08-07T22:25:54.993Z] 46d945488cbd: Pull complete [2022-08-07T22:26:01.796Z] 8a5474983e97: Pull complete [2022-08-07T22:26:05.282Z] 329c88fbcd65: Pull complete [2022-08-07T22:26:05.282Z] Digest: sha256:53af0e8f7504757f555691f1ffb14839a2b3754f429f24055fc4060c6a6ea7d8 [2022-08-07T22:26:05.282Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-08-07T22:26:05.282Z] ---> ff4287adb874 [2022-08-07T22:26:05.282Z] Step 3/12 : ARG MAKE='make build' [2022-08-07T22:26:06.789Z] ---> Running in 76aaf927df09 [2022-08-07T22:26:07.069Z] Removing intermediate container 76aaf927df09 [2022-08-07T22:26:07.069Z] ---> 87468ef76bf4 [2022-08-07T22:26:07.069Z] Step 4/12 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev" [2022-08-07T22:26:07.069Z] ---> Running in 58bb0149b39f [2022-08-07T22:26:07.369Z] Removing intermediate container 58bb0149b39f [2022-08-07T22:26:07.370Z] ---> 0ccf79c83438 [2022-08-07T22:26:07.370Z] Step 5/12 : ARG ALPINE_PKG_EXTRA="" [2022-08-07T22:26:07.370Z] ---> Running in 90686196e4c3 [2022-08-07T22:26:08.004Z] Removing intermediate container 90686196e4c3 [2022-08-07T22:26:08.004Z] ---> 341c3a088795 [2022-08-07T22:26:08.004Z] Step 6/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-07T22:26:08.004Z] ---> Running in 878e604d0236 [2022-08-07T22:26:10.057Z] Removing intermediate container 878e604d0236 [2022-08-07T22:26:10.057Z] ---> 10a0fdc67012 [2022-08-07T22:26:10.057Z] Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-08-07T22:26:10.057Z] ---> Running in d167b980f780 [2022-08-07T22:26:11.049Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-07T22:26:13.051Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-07T22:26:14.515Z] OK: 221 MiB in 51 packages [2022-08-07T22:26:15.151Z] Removing intermediate container d167b980f780 [2022-08-07T22:26:15.151Z] ---> f62230c6384d [2022-08-07T22:26:15.151Z] Step 8/12 : WORKDIR /app [2022-08-07T22:26:15.151Z] ---> Running in 7864c7918ff3 [2022-08-07T22:26:15.438Z] Removing intermediate container 7864c7918ff3 [2022-08-07T22:26:15.438Z] ---> 4b0c1faebeb7 [2022-08-07T22:26:15.438Z] Step 9/12 : COPY go.mod vendor* ./ [2022-08-07T22:26:16.058Z] ---> 2d122186fdbc [2022-08-07T22:26:16.058Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-07T22:26:16.058Z] ---> Running in 2933e45b3ec5 [2022-08-07T22:28:23.037Z] Removing intermediate container 2933e45b3ec5 [2022-08-07T22:28:23.037Z] ---> 9666a31c63c5 [2022-08-07T22:28:23.037Z] Step 11/12 : COPY . . [2022-08-07T22:28:23.037Z] ---> cbfd7603492b [2022-08-07T22:28:23.037Z] Step 12/12 : RUN $MAKE [2022-08-07T22:28:23.037Z] ---> Running in 29ee6da1ecca [2022-08-07T22:28:23.037Z] noop [2022-08-07T22:28:23.037Z] Removing intermediate container 29ee6da1ecca [2022-08-07T22:28:23.037Z] ---> 9b24f536783b [2022-08-07T22:28:23.037Z] Successfully built 9b24f536783b [2022-08-07T22:28:23.037Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-07T22:28:23.427Z] + docker inspect -f . ci-base-image-arm64 [2022-08-07T22:28:23.428Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-07T22:28:23.703Z] prd-ubuntu20.04-docker-arm64-4c-16g-22103 does not seem to be running inside a container [2022-08-07T22:28:23.787Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rfid-llrp-go/44 -v /w/workspace/device-rfid-llrp-go/44:/w/workspace/device-rfid-llrp-go/44:rw,z -v /w/workspace/device-rfid-llrp-go/44@tmp:/w/workspace/device-rfid-llrp-go/44@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 [2022-08-07T22:28:25.188Z] $ docker top f6880fe8d9f0c0d26c7ef354bd069f1e2f1fd4d8f13ec968aae914d08c6392c8 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-07T22:28:26.147Z] + go version [2022-08-07T22:28:26.147Z] go version go1.18.3 linux/arm64 [Pipeline] } [2022-08-07T22:28:26.168Z] $ docker stop --time=1 f6880fe8d9f0c0d26c7ef354bd069f1e2f1fd4d8f13ec968aae914d08c6392c8 [2022-08-07T22:28:27.860Z] $ docker rm -f f6880fe8d9f0c0d26c7ef354bd069f1e2f1fd4d8f13ec968aae914d08c6392c8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-07T22:28:28.532Z] + docker inspect -f . ci-base-image-arm64 [2022-08-07T22:28:28.532Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-07T22:28:28.795Z] prd-ubuntu20.04-docker-arm64-4c-16g-22103 does not seem to be running inside a container [2022-08-07T22:28:28.886Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -w /w/workspace/device-rfid-llrp-go/44 -v /w/workspace/device-rfid-llrp-go/44:/w/workspace/device-rfid-llrp-go/44:rw,z -v /w/workspace/device-rfid-llrp-go/44@tmp:/w/workspace/device-rfid-llrp-go/44@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 [2022-08-07T22:28:30.243Z] $ docker top 9ac3661480ead642772eca3e0b3e57d2c9518eb70202b1c5156ade9629296bee -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-07T22:28:31.225Z] + git config --global --add safe.directory /w/workspace/device-rfid-llrp-go/44 [Pipeline] fileExists [Pipeline] sh [2022-08-07T22:28:31.911Z] + make test [2022-08-07T22:28:31.911Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2022-08-07T22:28:33.929Z] ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] [2022-08-07T22:30:26.009Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd [no test files] [2022-08-07T22:30:26.009Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd/llrp [no test files] [2022-08-07T22:30:41.132Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/driver 24.940s coverage: 39.3% of statements [2022-08-07T22:30:41.132Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.629s coverage: 52.0% of statements [2022-08-07T22:30:41.132Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.025s coverage: 95.5% of statements [2022-08-07T22:30:41.411Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-08-07T22:30:41.411Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2022-08-07T22:31:08.283Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-08-07T22:31:08.283Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-08-07T22:31:08.283Z] ./bin/test-attribution-txt.sh [2022-08-07T22:31:08.283Z] An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add [2022-08-07T22:31:08.283Z] An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add [2022-08-07T22:31:08.283Z] An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add [Pipeline] echo [2022-08-07T22:31:08.315Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-08-07T22:31:08.331Z] $ docker stop --time=1 9ac3661480ead642772eca3e0b3e57d2c9518eb70202b1c5156ade9629296bee [2022-08-07T22:31:10.113Z] $ docker rm -f 9ac3661480ead642772eca3e0b3e57d2c9518eb70202b1c5156ade9629296bee [Pipeline] // withDockerContainer [Pipeline] sh [2022-08-07T22:31:11.204Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-08-07T22:31:11.233Z] Warning: overwriting stash ‘coverage-report’ [2022-08-07T22:31:12.232Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-08-07T22:31:12.696Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-08-07T22:31:13.116Z] + ls -al . [2022-08-07T22:31:13.116Z] total 628 [2022-08-07T22:31:13.116Z] drwxrwxr-x 10 jenkins jenkins 4096 Aug 7 22:28 . [2022-08-07T22:31:13.116Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 7 22:25 .. [2022-08-07T22:31:13.116Z] -rw-rw-r-- 1 jenkins jenkins 134 Aug 7 22:25 .dockerignore [2022-08-07T22:31:13.116Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 7 22:25 .git [2022-08-07T22:31:13.116Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 7 22:25 .github [2022-08-07T22:31:13.116Z] -rw-rw-r-- 1 jenkins jenkins 946 Aug 7 22:25 .gitignore [2022-08-07T22:31:13.116Z] -rw-rw-r-- 1 jenkins jenkins 41 Aug 7 22:25 .golangci.yml [2022-08-07T22:31:13.116Z] -rw-rw-r-- 1 jenkins jenkins 10362 Aug 7 22:25 Attribution.txt [2022-08-07T22:31:13.116Z] -rw-rw-r-- 1 jenkins jenkins 3740 Aug 7 22:25 CHANGELOG.md [2022-08-07T22:31:13.116Z] -rw-rw-r-- 1 jenkins jenkins 1518 Aug 7 22:25 Dockerfile [2022-08-07T22:31:13.116Z] -rw-rw-r-- 1 jenkins jenkins 677 Aug 7 22:25 GOVERNANCE.md [2022-08-07T22:31:13.116Z] -rw-rw-r-- 1 jenkins jenkins 683 Aug 7 22:25 Jenkinsfile [2022-08-07T22:31:13.116Z] -rw-rw-r-- 1 jenkins jenkins 11347 Aug 7 22:25 LICENSE [2022-08-07T22:31:13.116Z] -rw-rw-r-- 1 jenkins jenkins 2196 Aug 7 22:25 Makefile [2022-08-07T22:31:13.116Z] -rw-rw-r-- 1 jenkins jenkins 625 Aug 7 22:25 OWNERS.md [2022-08-07T22:31:13.116Z] -rw-rw-r-- 1 jenkins jenkins 28496 Aug 7 22:25 README.md [2022-08-07T22:31:13.116Z] -rw-rw-r-- 1 jenkins jenkins 11 Aug 7 22:21 VERSION [2022-08-07T22:31:13.116Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 7 22:25 bin [2022-08-07T22:31:13.116Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 7 22:25 cmd [2022-08-07T22:31:13.116Z] -rw-r--r-- 1 jenkins jenkins 460394 Aug 7 22:30 coverage.out [2022-08-07T22:31:13.116Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 7 22:25 examples [2022-08-07T22:31:13.116Z] -rw-rw-r-- 1 jenkins jenkins 3493 Aug 7 22:25 go.mod [2022-08-07T22:31:13.116Z] -rw-rw-r-- 1 jenkins jenkins 36553 Aug 7 22:25 go.sum [2022-08-07T22:31:13.116Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 7 22:25 images [2022-08-07T22:31:13.116Z] drwxrwxr-x 5 jenkins jenkins 4096 Aug 7 22:25 internal [2022-08-07T22:31:13.116Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 7 22:25 snap [2022-08-07T22:31:13.116Z] -rw-rw-r-- 1 jenkins jenkins 193 Aug 7 22:25 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-07T22:31:13.520Z] + 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=1ffe010eb2f290b6070e357c011b7baf4b643b5d --label arch=arm64 --label version=2.3.0-dev.9 . [2022-08-07T22:31:13.835Z] Sending build context to Docker daemon 1.224MB [2022-08-07T22:31:13.835Z] Step 1/25 : ARG BASE=golang:1.18-alpine3.16 [2022-08-07T22:31:13.835Z] Step 2/25 : FROM ${BASE} AS builder [2022-08-07T22:31:13.835Z] ---> 9b24f536783b [2022-08-07T22:31:13.835Z] Step 3/25 : ARG MAKE='make build' [2022-08-07T22:31:14.128Z] ---> Running in 3f43bf58ea99 [2022-08-07T22:31:14.404Z] Removing intermediate container 3f43bf58ea99 [2022-08-07T22:31:14.404Z] ---> a4152fb4c6f4 [2022-08-07T22:31:14.404Z] Step 4/25 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev" [2022-08-07T22:31:14.404Z] ---> Running in 55d952f4f5d3 [2022-08-07T22:31:15.036Z] Removing intermediate container 55d952f4f5d3 [2022-08-07T22:31:15.036Z] ---> cc2f6638bb5b [2022-08-07T22:31:15.036Z] Step 5/25 : ARG ALPINE_PKG_EXTRA="" [2022-08-07T22:31:15.036Z] ---> Running in 9befaaee3d82 [2022-08-07T22:31:15.313Z] Removing intermediate container 9befaaee3d82 [2022-08-07T22:31:15.313Z] ---> f0b5487f946c [2022-08-07T22:31:15.313Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-07T22:31:15.313Z] ---> Running in 6cb8b5142f9d [2022-08-07T22:31:17.325Z] Removing intermediate container 6cb8b5142f9d [2022-08-07T22:31:17.325Z] ---> 4623017260c2 [2022-08-07T22:31:17.325Z] Step 7/25 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-08-07T22:31:17.325Z] ---> Running in e67db482a0b4 [2022-08-07T22:31:18.330Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-07T22:31:19.336Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-07T22:31:20.328Z] OK: 221 MiB in 51 packages [2022-08-07T22:31:21.329Z] Removing intermediate container e67db482a0b4 [2022-08-07T22:31:21.329Z] ---> 7432b9a3d5ff [2022-08-07T22:31:21.329Z] Step 8/25 : WORKDIR /app [2022-08-07T22:31:21.329Z] ---> Running in 0ecb3cd2a6a8 [2022-08-07T22:31:21.605Z] Removing intermediate container 0ecb3cd2a6a8 [2022-08-07T22:31:21.605Z] ---> 202099a213af [2022-08-07T22:31:21.605Z] Step 9/25 : COPY go.mod vendor* ./ [2022-08-07T22:31:22.212Z] ---> 60f360e01727 [2022-08-07T22:31:22.212Z] Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-07T22:31:22.212Z] ---> Running in d1d225bd1c05 [2022-08-07T22:31:24.205Z] Removing intermediate container d1d225bd1c05 [2022-08-07T22:31:24.205Z] ---> 677c0155a9bd [2022-08-07T22:31:24.205Z] Step 11/25 : COPY . . [2022-08-07T22:31:25.192Z] ---> 46f7cd0c0e8c [2022-08-07T22:31:25.192Z] Step 12/25 : RUN $MAKE [2022-08-07T22:31:25.192Z] ---> Running in cfea1996fc0c [2022-08-07T22:31:26.188Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-sdk-go/v2/internal/common.SDKVersion=v2.3.0-dev.18 -X github.com/edgexfoundry/device-rfid-llrp-go.Version=2.3.0-dev.9" -trimpath -mod=readonly -buildmode=pie -o cmd/device-rfid-llrp ./cmd [2022-08-07T22:33:48.121Z] Removing intermediate container cfea1996fc0c [2022-08-07T22:33:48.121Z] ---> 93c7e156423b [2022-08-07T22:33:48.121Z] Step 13/25 : FROM alpine:3.16 [2022-08-07T22:33:48.717Z] 3.16: Pulling from library/alpine [2022-08-07T22:33:48.990Z] f97344484467: Pulling fs layer [2022-08-07T22:33:48.990Z] f97344484467: Verifying Checksum [2022-08-07T22:33:48.990Z] f97344484467: Download complete [2022-08-07T22:33:49.623Z] f97344484467: Pull complete [2022-08-07T22:33:49.623Z] Digest: sha256:7580ece7963bfa863801466c0a488f11c86f85d9988051a9f9c68cb27f6b7872 [2022-08-07T22:33:49.623Z] Status: Downloaded newer image for alpine:3.16 [2022-08-07T22:33:49.623Z] ---> 3d81c46cd875 [2022-08-07T22:33:49.623Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-08-07T22:33:49.897Z] ---> Running in abf824e8ab41 [2022-08-07T22:33:50.176Z] Removing intermediate container abf824e8ab41 [2022-08-07T22:33:50.176Z] ---> ff9aae37e8c8 [2022-08-07T22:33:50.176Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-07T22:33:50.176Z] ---> Running in ebdd90a513aa [2022-08-07T22:33:52.150Z] Removing intermediate container ebdd90a513aa [2022-08-07T22:33:52.150Z] ---> 395b56006599 [2022-08-07T22:33:52.150Z] Step 16/25 : RUN apk add --update --no-cache zeromq dumb-init [2022-08-07T22:33:52.150Z] ---> Running in f01718e42e79 [2022-08-07T22:33:53.128Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-07T22:33:54.103Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-07T22:33:55.079Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-08-07T22:33:55.079Z] (2/6) Installing libgcc (11.2.1_git20220219-r2) [2022-08-07T22:33:55.079Z] (3/6) Installing libsodium (1.0.18-r0) [2022-08-07T22:33:55.079Z] (4/6) Installing libstdc++ (11.2.1_git20220219-r2) [2022-08-07T22:33:55.353Z] (5/6) Installing libzmq (4.3.4-r0) [2022-08-07T22:33:55.353Z] (6/6) Installing zeromq (4.3.4-r0) [2022-08-07T22:33:55.627Z] Executing busybox-1.35.0-r15.trigger [2022-08-07T22:33:55.627Z] OK: 8 MiB in 20 packages [2022-08-07T22:33:56.612Z] Removing intermediate container f01718e42e79 [2022-08-07T22:33:56.612Z] ---> 889ac383f35b [2022-08-07T22:33:56.612Z] Step 17/25 : COPY --from=builder /app/LICENSE / [2022-08-07T22:33:57.207Z] ---> 5abf70608d00 [2022-08-07T22:33:57.207Z] Step 18/25 : COPY --from=builder /app/Attribution.txt / [2022-08-07T22:33:57.805Z] ---> deb9e7d7f482 [2022-08-07T22:33:57.805Z] Step 19/25 : COPY --from=builder /app/cmd/ / [2022-08-07T22:33:59.239Z] ---> 9b904016ff36 [2022-08-07T22:33:59.239Z] Step 20/25 : EXPOSE 59989 [2022-08-07T22:33:59.239Z] ---> Running in e63b397f4b85 [2022-08-07T22:33:59.516Z] Removing intermediate container e63b397f4b85 [2022-08-07T22:33:59.516Z] ---> 6e2cc0cc8fca [2022-08-07T22:33:59.516Z] Step 21/25 : ENTRYPOINT ["/device-rfid-llrp"] [2022-08-07T22:33:59.516Z] ---> Running in 85ee8a2ec34a [2022-08-07T22:34:00.113Z] Removing intermediate container 85ee8a2ec34a [2022-08-07T22:34:00.113Z] ---> 5446c1819a5c [2022-08-07T22:34:00.113Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--confdir=/res", "--registry"] [2022-08-07T22:34:00.113Z] ---> Running in 08a3496e6f9c [2022-08-07T22:34:00.386Z] Removing intermediate container 08a3496e6f9c [2022-08-07T22:34:00.386Z] ---> 01620f2c779e [2022-08-07T22:34:00.386Z] Step 23/25 : LABEL arch=arm64 [2022-08-07T22:34:00.386Z] ---> Running in 041939023b8b [2022-08-07T22:34:00.660Z] Removing intermediate container 041939023b8b [2022-08-07T22:34:00.660Z] ---> abbbe35cde14 [2022-08-07T22:34:00.660Z] Step 24/25 : LABEL git_sha=1ffe010eb2f290b6070e357c011b7baf4b643b5d [2022-08-07T22:34:00.944Z] ---> Running in 33dfaa224e9d [2022-08-07T22:34:01.217Z] Removing intermediate container 33dfaa224e9d [2022-08-07T22:34:01.217Z] ---> 34f5a7007830 [2022-08-07T22:34:01.217Z] Step 25/25 : LABEL version=2.3.0-dev.9 [2022-08-07T22:34:01.217Z] ---> Running in a1a71267934e [2022-08-07T22:34:01.489Z] Removing intermediate container a1a71267934e [2022-08-07T22:34:01.489Z] ---> 07fea4a1d428 [2022-08-07T22:34:01.489Z] [Warning] One or more build-args [ARCH] were not consumed [2022-08-07T22:34:01.489Z] Successfully built 07fea4a1d428 [2022-08-07T22:34:01.489Z] 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 [2022-08-07T22:34:01.621Z] provisioning config files... [2022-08-07T22:34:01.640Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/device-rfid-llrp-go/44@tmp/config8675039758594788055tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-07T22:34:01.995Z] ---> docker-login.sh [2022-08-07T22:34:01.995Z] nexus3.edgexfoundry.org:10001 [2022-08-07T22:34:02.267Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-07T22:34:02.267Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-07T22:34:02.267Z] Configure a credential helper to remove this warning. See [2022-08-07T22:34:02.267Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-07T22:34:02.267Z] [2022-08-07T22:34:02.267Z] Login Succeeded [2022-08-07T22:34:02.267Z] nexus3.edgexfoundry.org:10002 [2022-08-07T22:34:02.865Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-07T22:34:02.865Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-07T22:34:02.865Z] Configure a credential helper to remove this warning. See [2022-08-07T22:34:02.865Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-07T22:34:02.865Z] [2022-08-07T22:34:02.865Z] Login Succeeded [2022-08-07T22:34:02.865Z] nexus3.edgexfoundry.org:10003 [2022-08-07T22:34:03.464Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-07T22:34:03.464Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-07T22:34:03.464Z] Configure a credential helper to remove this warning. See [2022-08-07T22:34:03.464Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-07T22:34:03.464Z] [2022-08-07T22:34:03.464Z] Login Succeeded [2022-08-07T22:34:03.464Z] nexus3.edgexfoundry.org:10004 [2022-08-07T22:34:03.738Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-07T22:34:04.010Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-07T22:34:04.010Z] Configure a credential helper to remove this warning. See [2022-08-07T22:34:04.010Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-07T22:34:04.010Z] [2022-08-07T22:34:04.010Z] Login Succeeded [2022-08-07T22:34:04.010Z] docker.io [2022-08-07T22:34:04.282Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-07T22:34:04.555Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-07T22:34:04.555Z] Configure a credential helper to remove this warning. See [2022-08-07T22:34:04.555Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-07T22:34:04.555Z] [2022-08-07T22:34:04.555Z] Login Succeeded [2022-08-07T22:34:04.555Z] ---> docker-login.sh ends [Pipeline] } [2022-08-07T22:34:04.572Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-07T22:34:04.610Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-07T22:34:04.639Z] [edgeXDocker.push] Tagging docker image device-rfid-llrp-arm64 with the following tags: [2022-08-07T22:34:04.639Z] 1ffe010eb2f290b6070e357c011b7baf4b643b5d [2022-08-07T22:34:04.639Z] latest [2022-08-07T22:34:04.639Z] 2.3.0-dev.9 [2022-08-07T22:34:04.639Z] 1ffe010eb2f290b6070e357c011b7baf4b643b5d-2.3.0-dev.9 [2022-08-07T22:34:04.639Z] main [2022-08-07T22:34:04.639Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-07T22:34:05.005Z] + docker tag device-rfid-llrp-arm64 nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:1ffe010eb2f290b6070e357c011b7baf4b643b5d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-07T22:34:05.371Z] + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:1ffe010eb2f290b6070e357c011b7baf4b643b5d [2022-08-07T22:34:05.372Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64] [2022-08-07T22:34:05.372Z] f15dc1944282: Preparing [2022-08-07T22:34:05.372Z] 4003814e412d: Preparing [2022-08-07T22:34:05.372Z] 582feb23f184: Preparing [2022-08-07T22:34:05.372Z] 96917841922d: Preparing [2022-08-07T22:34:05.372Z] 3ed22cb1dfc4: Preparing [2022-08-07T22:34:05.372Z] 5b7df235d876: Preparing [2022-08-07T22:34:05.372Z] 5b7df235d876: Waiting [2022-08-07T22:34:05.647Z] 4003814e412d: Pushed [2022-08-07T22:34:05.647Z] 3ed22cb1dfc4: Pushed [2022-08-07T22:34:05.647Z] 582feb23f184: Pushed [2022-08-07T22:34:05.647Z] 5b7df235d876: Layer already exists [2022-08-07T22:34:06.243Z] 96917841922d: Pushed [2022-08-07T22:34:11.634Z] f15dc1944282: Pushed [2022-08-07T22:34:11.634Z] 1ffe010eb2f290b6070e357c011b7baf4b643b5d: digest: sha256:bbd0d5e1bea6d806127667e276ce52f7fced068125569d422b0df72f4b6c1476 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-07T22:34:12.008Z] + 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 [2022-08-07T22:34:12.375Z] + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:latest [2022-08-07T22:34:12.375Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64] [2022-08-07T22:34:12.375Z] f15dc1944282: Preparing [2022-08-07T22:34:12.375Z] 4003814e412d: Preparing [2022-08-07T22:34:12.375Z] 582feb23f184: Preparing [2022-08-07T22:34:12.375Z] 96917841922d: Preparing [2022-08-07T22:34:12.375Z] 3ed22cb1dfc4: Preparing [2022-08-07T22:34:12.375Z] 5b7df235d876: Preparing [2022-08-07T22:34:12.375Z] 5b7df235d876: Waiting [2022-08-07T22:34:12.375Z] f15dc1944282: Layer already exists [2022-08-07T22:34:12.375Z] 582feb23f184: Layer already exists [2022-08-07T22:34:12.375Z] 96917841922d: Layer already exists [2022-08-07T22:34:12.375Z] 4003814e412d: Layer already exists [2022-08-07T22:34:12.375Z] 3ed22cb1dfc4: Layer already exists [2022-08-07T22:34:12.375Z] 5b7df235d876: Layer already exists [2022-08-07T22:34:12.655Z] latest: digest: sha256:bbd0d5e1bea6d806127667e276ce52f7fced068125569d422b0df72f4b6c1476 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-07T22:34:13.032Z] + docker tag device-rfid-llrp-arm64 nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:2.3.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-07T22:34:13.399Z] + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:2.3.0-dev.9 [2022-08-07T22:34:13.399Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64] [2022-08-07T22:34:13.399Z] f15dc1944282: Preparing [2022-08-07T22:34:13.399Z] 4003814e412d: Preparing [2022-08-07T22:34:13.399Z] 582feb23f184: Preparing [2022-08-07T22:34:13.399Z] 96917841922d: Preparing [2022-08-07T22:34:13.399Z] 3ed22cb1dfc4: Preparing [2022-08-07T22:34:13.399Z] 5b7df235d876: Preparing [2022-08-07T22:34:13.399Z] 5b7df235d876: Waiting [2022-08-07T22:34:13.399Z] f15dc1944282: Layer already exists [2022-08-07T22:34:13.399Z] 3ed22cb1dfc4: Layer already exists [2022-08-07T22:34:13.399Z] 96917841922d: Layer already exists [2022-08-07T22:34:13.399Z] 582feb23f184: Layer already exists [2022-08-07T22:34:13.399Z] 4003814e412d: Layer already exists [2022-08-07T22:34:13.399Z] 5b7df235d876: Layer already exists [2022-08-07T22:34:13.671Z] 2.3.0-dev.9: digest: sha256:bbd0d5e1bea6d806127667e276ce52f7fced068125569d422b0df72f4b6c1476 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-07T22:34:14.077Z] + docker tag device-rfid-llrp-arm64 nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:1ffe010eb2f290b6070e357c011b7baf4b643b5d-2.3.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-07T22:34:14.471Z] + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:1ffe010eb2f290b6070e357c011b7baf4b643b5d-2.3.0-dev.9 [2022-08-07T22:34:14.471Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64] [2022-08-07T22:34:14.471Z] f15dc1944282: Preparing [2022-08-07T22:34:14.471Z] 4003814e412d: Preparing [2022-08-07T22:34:14.471Z] 582feb23f184: Preparing [2022-08-07T22:34:14.471Z] 96917841922d: Preparing [2022-08-07T22:34:14.471Z] 3ed22cb1dfc4: Preparing [2022-08-07T22:34:14.471Z] 5b7df235d876: Preparing [2022-08-07T22:34:14.471Z] 5b7df235d876: Waiting [2022-08-07T22:34:14.471Z] f15dc1944282: Layer already exists [2022-08-07T22:34:14.471Z] 96917841922d: Layer already exists [2022-08-07T22:34:14.471Z] 4003814e412d: Layer already exists [2022-08-07T22:34:14.471Z] 582feb23f184: Layer already exists [2022-08-07T22:34:14.471Z] 3ed22cb1dfc4: Layer already exists [2022-08-07T22:34:14.747Z] 5b7df235d876: Layer already exists [2022-08-07T22:34:14.747Z] 1ffe010eb2f290b6070e357c011b7baf4b643b5d-2.3.0-dev.9: digest: sha256:bbd0d5e1bea6d806127667e276ce52f7fced068125569d422b0df72f4b6c1476 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-07T22:34:15.136Z] + 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 [2022-08-07T22:34:15.543Z] + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:main [2022-08-07T22:34:15.543Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64] [2022-08-07T22:34:15.543Z] f15dc1944282: Preparing [2022-08-07T22:34:15.543Z] 4003814e412d: Preparing [2022-08-07T22:34:15.543Z] 582feb23f184: Preparing [2022-08-07T22:34:15.543Z] 96917841922d: Preparing [2022-08-07T22:34:15.543Z] 3ed22cb1dfc4: Preparing [2022-08-07T22:34:15.543Z] 5b7df235d876: Preparing [2022-08-07T22:34:15.543Z] 5b7df235d876: Waiting [2022-08-07T22:34:15.543Z] 3ed22cb1dfc4: Layer already exists [2022-08-07T22:34:15.543Z] 96917841922d: Layer already exists [2022-08-07T22:34:15.543Z] 4003814e412d: Layer already exists [2022-08-07T22:34:15.543Z] 582feb23f184: Layer already exists [2022-08-07T22:34:15.543Z] f15dc1944282: Layer already exists [2022-08-07T22:34:15.818Z] 5b7df235d876: Layer already exists [2022-08-07T22:34:15.818Z] main: digest: sha256:bbd0d5e1bea6d806127667e276ce52f7fced068125569d422b0df72f4b6c1476 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-07T22:34:15.879Z] ===================================================== [Pipeline] echo [2022-08-07T22:34:15.889Z] taggedImages: [2022-08-07T22:34:15.889Z] - nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:1ffe010eb2f290b6070e357c011b7baf4b643b5d [2022-08-07T22:34:15.889Z] - nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:latest [2022-08-07T22:34:15.889Z] - nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:2.3.0-dev.9 [2022-08-07T22:34:15.889Z] - nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:1ffe010eb2f290b6070e357c011b7baf4b643b5d-2.3.0-dev.9 [2022-08-07T22:34:15.889Z] - 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 [2022-08-07T22:34:16.278Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-08-07T22:34:16.278Z] [2022-08-07T22:34:16.278Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-07T22:34:16.634Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-08-07T22:34:16.914Z] arm64: Pulling from edgex-lftools-log-publisher [2022-08-07T22:34:16.914Z] 8998bd30e6a1: Pulling fs layer [2022-08-07T22:34:16.914Z] 04944245beec: Pulling fs layer [2022-08-07T22:34:16.914Z] 699f458cf7ca: Pulling fs layer [2022-08-07T22:34:16.914Z] 765212b225bb: Pulling fs layer [2022-08-07T22:34:16.914Z] f23df028b6ca: Pulling fs layer [2022-08-07T22:34:16.914Z] d65c8cfc05b1: Pulling fs layer [2022-08-07T22:34:16.914Z] 2437ff75d9bd: Pulling fs layer [2022-08-07T22:34:16.914Z] f23df028b6ca: Waiting [2022-08-07T22:34:16.914Z] d65c8cfc05b1: Waiting [2022-08-07T22:34:16.914Z] 765212b225bb: Waiting [2022-08-07T22:34:16.914Z] 2437ff75d9bd: Waiting [2022-08-07T22:34:16.914Z] 04944245beec: Verifying Checksum [2022-08-07T22:34:16.914Z] 04944245beec: Download complete [2022-08-07T22:34:16.914Z] 765212b225bb: Download complete [2022-08-07T22:34:16.914Z] f23df028b6ca: Verifying Checksum [2022-08-07T22:34:16.914Z] f23df028b6ca: Download complete [2022-08-07T22:34:17.193Z] d65c8cfc05b1: Verifying Checksum [2022-08-07T22:34:17.193Z] d65c8cfc05b1: Download complete [2022-08-07T22:34:17.193Z] 699f458cf7ca: Verifying Checksum [2022-08-07T22:34:17.193Z] 699f458cf7ca: Download complete [2022-08-07T22:34:17.468Z] 8998bd30e6a1: Verifying Checksum [2022-08-07T22:34:17.468Z] 8998bd30e6a1: Download complete [2022-08-07T22:34:20.095Z] 2437ff75d9bd: Download complete [2022-08-07T22:34:22.093Z] 8998bd30e6a1: Pull complete [2022-08-07T22:34:22.369Z] 04944245beec: Pull complete [2022-08-07T22:34:23.811Z] 699f458cf7ca: Pull complete [2022-08-07T22:34:24.086Z] 765212b225bb: Pull complete [2022-08-07T22:34:25.069Z] f23df028b6ca: Pull complete [2022-08-07T22:34:25.346Z] d65c8cfc05b1: Pull complete [2022-08-07T22:34:40.446Z] 2437ff75d9bd: Pull complete [2022-08-07T22:34:40.446Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-08-07T22:34:40.446Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-08-07T22:34:40.446Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-07T22:34:40.731Z] prd-ubuntu20.04-docker-arm64-4c-16g-22103 does not seem to be running inside a container [2022-08-07T22:34:40.829Z] $ 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/44 -v /w/workspace/device-rfid-llrp-go/44:/w/workspace/device-rfid-llrp-go/44:rw,z -v /w/workspace/device-rfid-llrp-go/44@tmp:/w/workspace/device-rfid-llrp-go/44@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 [2022-08-07T22:34:43.649Z] $ docker top fc1bedb7bbec0bd553f4ee06029d747ee7a05e441eb6cb16343db923a5d265a5 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-07T22:34:44.624Z] ---> job-cost.sh [2022-08-07T22:34:44.624Z] lf-activate-venv: SKIPPING [2022-08-07T22:34:44.624Z] INFO: No Stack... [2022-08-07T22:34:45.223Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-08-07T22:34:46.203Z] INFO: Archiving Costs [Pipeline] sh [2022-08-07T22:34:46.883Z] + cat /w/workspace/device-rfid-llrp-go/44/archives/cost.csv [2022-08-07T22:34:46.883Z] + cut -d, -f6 [Pipeline] lock [2022-08-07T22:34:46.952Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-main-44-stack-cost] [2022-08-07T22:34:46.961Z] Resource [jenkins-edgexfoundry-device-rfid-llrp-go-main-44-stack-cost] did not exist. Created. [2022-08-07T22:34:46.961Z] Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-main-44-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-08-07T22:34:47.646Z] /w/workspace/device-rfid-llrp-go/44@tmp/durable-03cbc07d/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-08-07T22:34:48.340Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-08-07T22:34:48.367Z] Warning: overwriting stash ‘stack-cost’ [2022-08-07T22:34:48.423Z] Stashed 1 file(s) [Pipeline] } [2022-08-07T22:34:48.432Z] Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-main-44-stack-cost] [Pipeline] // lock [Pipeline] } [2022-08-07T22:34:48.454Z] $ docker stop --time=1 fc1bedb7bbec0bd553f4ee06029d747ee7a05e441eb6cb16343db923a5d265a5 [2022-08-07T22:34:50.012Z] $ docker rm -f fc1bedb7bbec0bd553f4ee06029d747ee7a05e441eb6cb16343db923a5d265a5 [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 [2022-08-07T22:34:50.511Z] provisioning config files... [2022-08-07T22:34:50.520Z] copy managed file [device-rfid-llrp-go-codecov-token] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config3273679598506390393tmp [Pipeline] { [Pipeline] sh [2022-08-07T22:34:50.818Z] + set +x [2022-08-07T22:34:50.818Z] + bash -s -- [2022-08-07T22:34:50.818Z] + curl -s https://codecov.io/bash [2022-08-07T22:34:50.818Z] [2022-08-07T22:34:50.818Z] _____ _ [2022-08-07T22:34:50.818Z] / ____| | | [2022-08-07T22:34:50.818Z] | | ___ __| | ___ ___ _____ __ [2022-08-07T22:34:50.818Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-08-07T22:34:50.818Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-08-07T22:34:50.818Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-08-07T22:34:50.818Z] Bash-1.0.6 [2022-08-07T22:34:50.818Z] [2022-08-07T22:34:50.818Z] [2022-08-07T22:34:50.818Z] ==> git version 2.25.1 found [2022-08-07T22:34:50.818Z] ==> 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 [2022-08-07T22:34:50.818Z] Release-Date: 2020-01-08 [2022-08-07T22:34:50.818Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-08-07T22:34:50.818Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-08-07T22:34:50.818Z] ==> Jenkins CI detected. [2022-08-07T22:34:50.818Z] current dir:  /w/workspace/foundry_device-rfid-llrp-go_main [2022-08-07T22:34:50.818Z] project root: . [2022-08-07T22:34:50.818Z] --> token set from env [2022-08-07T22:34:50.818Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-08-07T22:34:50.818Z] ==> Running gcov in . (disable via -X gcov) [2022-08-07T22:34:50.818Z] ==> Python coveragepy not found [2022-08-07T22:34:50.818Z] ==> Searching for coverage reports in: [2022-08-07T22:34:50.818Z] + . [2022-08-07T22:34:50.818Z] -> Found 1 reports [2022-08-07T22:34:50.818Z] ==> Detecting git/mercurial file structure [2022-08-07T22:34:50.818Z] ==> Reading reports [2022-08-07T22:34:50.818Z] + ./coverage.out bytes=460394 [2022-08-07T22:34:50.818Z] ==> Appending adjustments [2022-08-07T22:34:50.818Z] https://docs.codecov.io/docs/fixing-reports [2022-08-07T22:34:51.078Z] + Found adjustments [2022-08-07T22:34:51.078Z] ==> Gzipping contents [2022-08-07T22:34:51.078Z] 52K /tmp/codecov.umNjhx.gz [2022-08-07T22:34:51.078Z] ==> Uploading reports [2022-08-07T22:34:51.078Z] url: https://codecov.io [2022-08-07T22:34:51.078Z] query: branch=main&commit=1ffe010eb2f290b6070e357c011b7baf4b643b5d&build=44&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rfid-llrp-go%2Fjob%2Fmain%2F44%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rfid-llrp-go&service=jenkins&flags=&pr=&job=&cmd_args= [2022-08-07T22:34:51.078Z] -> Pinging Codecov [2022-08-07T22:34:51.078Z] 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=1ffe010eb2f290b6070e357c011b7baf4b643b5d&build=44&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rfid-llrp-go%2Fjob%2Fmain%2F44%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rfid-llrp-go&service=jenkins&flags=&pr=&job=&cmd_args= [2022-08-07T22:34:51.652Z] -> Uploading to [2022-08-07T22:34:51.652Z] https://storage.googleapis.com/codecov/v4/raw/2022-08-07/581DD39554BDF9B6E22D074273EAD858/1ffe010eb2f290b6070e357c011b7baf4b643b5d/fea8fe49-e68a-4918-a509-af841ed84b70.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20220807%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220807T223451Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=219f6e13bbab7729df8af7d801a87bbe7c275cc92df87a414f560f5acd001029 [2022-08-07T22:34:51.652Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-08-07T22:34:51.652Z] Dload Upload Total Spent Left Speed [2022-08-07T22:34:51.913Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 51698 0 0 100 51698 0 197k --:--:-- --:--:-- --:--:-- 197k [2022-08-07T22:34:51.913Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-rfid-llrp-go/commit/1ffe010eb2f290b6070e357c011b7baf4b643b5d [Pipeline] } [2022-08-07T22:34:51.921Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2022-08-07T22:34:52.052Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2022-08-07T22:34:52.061Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-07T22:34:52.361Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-08-07T22:34:52.361Z] [2022-08-07T22:34:52.361Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-07T22:34:52.664Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-08-07T22:34:52.925Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2022-08-07T22:34:52.925Z] df9b9388f04a: Pulling fs layer [2022-08-07T22:34:52.925Z] 52dc419b0ee2: Pulling fs layer [2022-08-07T22:34:52.925Z] 25bc292e5bac: Pulling fs layer [2022-08-07T22:34:52.925Z] 114826534d7a: Pulling fs layer [2022-08-07T22:34:52.925Z] 4657fd5d0bcf: Pulling fs layer [2022-08-07T22:34:52.925Z] 6ad1cebc031e: Pulling fs layer [2022-08-07T22:34:52.925Z] 8a3aa393b2d8: Pulling fs layer [2022-08-07T22:34:52.925Z] 114826534d7a: Waiting [2022-08-07T22:34:52.925Z] 8a3aa393b2d8: Waiting [2022-08-07T22:34:52.925Z] 6ad1cebc031e: Waiting [2022-08-07T22:34:52.925Z] 4657fd5d0bcf: Waiting [2022-08-07T22:34:52.925Z] 25bc292e5bac: Verifying Checksum [2022-08-07T22:34:52.925Z] 25bc292e5bac: Download complete [2022-08-07T22:34:52.925Z] 52dc419b0ee2: Verifying Checksum [2022-08-07T22:34:52.925Z] 52dc419b0ee2: Download complete [2022-08-07T22:34:52.925Z] 4657fd5d0bcf: Download complete [2022-08-07T22:34:52.925Z] df9b9388f04a: Download complete [2022-08-07T22:34:52.925Z] 6ad1cebc031e: Verifying Checksum [2022-08-07T22:34:52.925Z] 6ad1cebc031e: Download complete [2022-08-07T22:34:53.185Z] df9b9388f04a: Pull complete [2022-08-07T22:34:53.185Z] 52dc419b0ee2: Pull complete [2022-08-07T22:34:53.445Z] 25bc292e5bac: Pull complete [2022-08-07T22:34:53.705Z] 114826534d7a: Verifying Checksum [2022-08-07T22:34:53.705Z] 114826534d7a: Download complete [2022-08-07T22:34:53.705Z] 8a3aa393b2d8: Verifying Checksum [2022-08-07T22:34:53.705Z] 8a3aa393b2d8: Download complete [2022-08-07T22:34:56.995Z] 114826534d7a: Pull complete [2022-08-07T22:34:56.995Z] 4657fd5d0bcf: Pull complete [2022-08-07T22:34:57.255Z] 6ad1cebc031e: Pull complete [2022-08-07T22:35:00.554Z] 8a3aa393b2d8: Pull complete [2022-08-07T22:35:00.554Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2022-08-07T22:35:00.554Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-08-07T22:35:00.554Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-07T22:35:00.654Z] prd-ubuntu20.04-docker-8c-8g-22101 does not seem to be running inside a container [2022-08-07T22:35:00.694Z] $ 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 [2022-08-07T22:35:03.691Z] $ docker top 54aea49ca8b41e20473720cb96feff945b5a7dee721f15c92cd7fa3e4523556f -eo pid,comm [Pipeline] { [Pipeline] echo [2022-08-07T22:35:03.780Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-rfid-llrp-go:main' [Pipeline] sh [2022-08-07T22:35:04.065Z] + set -o pipefail [2022-08-07T22:35:04.065Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-rfid-llrp-go:main' [2022-08-07T22:35:12.196Z] [2022-08-07T22:35:12.196Z] Monitoring /w/workspace/foundry_device-rfid-llrp-go_main (github.com/edgexfoundry/device-rfid-llrp-go)... [2022-08-07T22:35:12.196Z] [2022-08-07T22:35:12.196Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/51b7f931-2ad3-4a5d-a1d2-3e401f6a993d/history/e2ed0736-329b-4052-b4f7-125de02f95c3 [2022-08-07T22:35:12.196Z] [2022-08-07T22:35:12.196Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2022-08-07T22:35:12.196Z] [2022-08-07T22:35:12.196Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2022-08-07T22:35:12.196Z] [2022-08-07T22:35:12.456Z] [Pipeline] } [2022-08-07T22:35:12.468Z] $ docker stop --time=1 54aea49ca8b41e20473720cb96feff945b5a7dee721f15c92cd7fa3e4523556f [2022-08-07T22:35:15.357Z] $ docker rm -f 54aea49ca8b41e20473720cb96feff945b5a7dee721f15c92cd7fa3e4523556f [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 [2022-08-07T22:35:16.175Z] + git log --format=format:%s -1 1ffe010eb2f290b6070e357c011b7baf4b643b5d [Pipeline] sh [2022-08-07T22:35:16.474Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-08-07T22:35:16.475Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-07T22:35:16.850Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-07T22:35:16.850Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-07T22:35:16.959Z] prd-ubuntu20.04-docker-8c-8g-22101 does not seem to be running inside a container [2022-08-07T22:35:16.996Z] $ 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 [2022-08-07T22:35:17.534Z] $ docker top 80524441aa1bf9aef5edd499be33cbace853022913a9a09baeb6a6bf65f99c78 -eo pid,comm [2022-08-07T22:35:17.606Z] 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). [2022-08-07T22:35:17.606Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-08-07T22:35:17.650Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-08-07T22:35:17.650Z] [ssh-agent] Looking for ssh-agent implementation... [2022-08-07T22:35:17.781Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-08-07T22:35:17.784Z] $ docker exec 80524441aa1bf9aef5edd499be33cbace853022913a9a09baeb6a6bf65f99c78 ssh-agent [2022-08-07T22:35:17.906Z] SSH_AUTH_SOCK=/tmp/ssh-7o4qEOH4pTP7/agent.32 [2022-08-07T22:35:17.906Z] SSH_AGENT_PID=39 [2022-08-07T22:35:17.912Z] Running ssh-add (command line suppressed) [2022-08-07T22:35:18.031Z] Identity added: /w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_1740693055230420047.key (/w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_1740693055230420047.key) [2022-08-07T22:35:18.046Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-08-07T22:35:18.337Z] + git semver tag [2022-08-07T22:35:18.598Z] 2022-08-07 22:35:18,519 [run_tag] DEBUG tag force:False [2022-08-07T22:35:18.598Z] 2022-08-07 22:35:18,519 [check_head_tag] DEBUG check head tag [2022-08-07T22:35:18.598Z] 2022-08-07 22:35:18,519 [execute] INFO git cat-file --batch-check [2022-08-07T22:35:18.598Z] 2022-08-07 22:35:18,520 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main, universal_newlines=False, shell=None, istream=) [2022-08-07T22:35:18.598Z] 2022-08-07 22:35:18,523 [execute] INFO git cat-file --batch [2022-08-07T22:35:18.598Z] 2022-08-07 22:35:18,524 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main, universal_newlines=False, shell=None, istream=) [2022-08-07T22:35:18.598Z] 2022-08-07 22:35:18,533 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main [2022-08-07T22:35:18.598Z] 2022-08-07 22:35:18,533 [execute] INFO git tag -a v2.3.0-dev.9 -m v2.3.0-dev.9 [2022-08-07T22:35:18.598Z] 2022-08-07 22:35:18,533 [execute] DEBUG Popen(['git', 'tag', '-a', 'v2.3.0-dev.9', '-m', 'v2.3.0-dev.9'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main, universal_newlines=False, shell=None, istream=None) [2022-08-07T22:35:18.598Z] 2022-08-07 22:35:18,538 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main [2022-08-07T22:35:18.598Z] 2.3.0-dev.9 [Pipeline] } [2022-08-07T22:35:18.610Z] $ docker exec --env ******** --env ******** 80524441aa1bf9aef5edd499be33cbace853022913a9a09baeb6a6bf65f99c78 ssh-agent -k [2022-08-07T22:35:18.724Z] unset SSH_AUTH_SOCK; [2022-08-07T22:35:18.725Z] unset SSH_AGENT_PID; [2022-08-07T22:35:18.725Z] echo Agent pid 39 killed; [2022-08-07T22:35:18.742Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-08-07T22:35:19.057Z] + git semver [Pipeline] } [2022-08-07T22:35:19.332Z] $ docker stop --time=1 80524441aa1bf9aef5edd499be33cbace853022913a9a09baeb6a6bf65f99c78 [2022-08-07T22:35:20.699Z] $ docker rm -f 80524441aa1bf9aef5edd499be33cbace853022913a9a09baeb6a6bf65f99c78 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-07T22:35:21.106Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-08-07T22:35:21.106Z] [2022-08-07T22:35:21.106Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-07T22:35:21.407Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-08-07T22:35:21.407Z] 0.23.1-centos7: Pulling from edgex-lftools [2022-08-07T22:35:21.407Z] ab5ef0e58194: Pulling fs layer [2022-08-07T22:35:21.407Z] 9712f1f96733: Pulling fs layer [2022-08-07T22:35:21.408Z] 63f879dbbcfc: Pulling fs layer [2022-08-07T22:35:21.408Z] 0d9ebad4ef96: Pulling fs layer [2022-08-07T22:35:21.408Z] e9a5061849ea: Pulling fs layer [2022-08-07T22:35:21.408Z] d747dcd14b5f: Pulling fs layer [2022-08-07T22:35:21.408Z] 2de7ff778b66: Pulling fs layer [2022-08-07T22:35:21.408Z] 0d9ebad4ef96: Waiting [2022-08-07T22:35:21.408Z] d747dcd14b5f: Waiting [2022-08-07T22:35:21.408Z] e9a5061849ea: Waiting [2022-08-07T22:35:21.408Z] 9712f1f96733: Verifying Checksum [2022-08-07T22:35:21.408Z] 9712f1f96733: Download complete [2022-08-07T22:35:21.979Z] 63f879dbbcfc: Verifying Checksum [2022-08-07T22:35:21.979Z] 63f879dbbcfc: Download complete [2022-08-07T22:35:21.979Z] e9a5061849ea: Verifying Checksum [2022-08-07T22:35:21.979Z] e9a5061849ea: Download complete [2022-08-07T22:35:21.979Z] 0d9ebad4ef96: Download complete [2022-08-07T22:35:21.979Z] d747dcd14b5f: Verifying Checksum [2022-08-07T22:35:21.979Z] d747dcd14b5f: Download complete [2022-08-07T22:35:22.238Z] ab5ef0e58194: Verifying Checksum [2022-08-07T22:35:22.238Z] ab5ef0e58194: Download complete [2022-08-07T22:35:22.238Z] 2de7ff778b66: Verifying Checksum [2022-08-07T22:35:22.238Z] 2de7ff778b66: Download complete [2022-08-07T22:35:25.523Z] ab5ef0e58194: Pull complete [2022-08-07T22:35:25.524Z] 9712f1f96733: Pull complete [2022-08-07T22:35:25.782Z] 63f879dbbcfc: Pull complete [2022-08-07T22:35:29.977Z] 0d9ebad4ef96: Pull complete [2022-08-07T22:35:29.977Z] e9a5061849ea: Pull complete [2022-08-07T22:35:29.977Z] d747dcd14b5f: Pull complete [2022-08-07T22:35:30.915Z] 2de7ff778b66: Pull complete [2022-08-07T22:35:30.915Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2022-08-07T22:35:30.915Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-08-07T22:35:30.915Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-07T22:35:31.016Z] prd-ubuntu20.04-docker-8c-8g-22101 does not seem to be running inside a container [2022-08-07T22:35:31.051Z] $ 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 [2022-08-07T22:35:34.034Z] $ docker top 79a599b4c92bf614bf8271f4a33a4327563bf3d2f635367e30c2694ed9574676 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2022-08-07T22:35:34.117Z] provisioning config files... [2022-08-07T22:35:34.125Z] copy managed file [sigul-config] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config6653163913718417170tmp [2022-08-07T22:35:34.137Z] copy managed file [sigul-password] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config1020540600970058355tmp [2022-08-07T22:35:34.147Z] copy managed file [sigul-pki] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config5233939241990043309tmp [Pipeline] { [Pipeline] echo [2022-08-07T22:35:34.162Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-07T22:35:34.445Z] ---> sigul-configuration.sh [2022-08-07T22:35:34.445Z] gpg: directory `/root/.gnupg' created [2022-08-07T22:35:34.445Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2022-08-07T22:35:34.445Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2022-08-07T22:35:34.445Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2022-08-07T22:35:34.445Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2022-08-07T22:35:34.445Z] gpg: CAST5 encrypted data [2022-08-07T22:35:34.445Z] gpg: encrypted with 1 passphrase [2022-08-07T22:35:34.445Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2022-08-07T22:35:34.731Z] + mkdir /home/jenkins [2022-08-07T22:35:34.731Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2022-08-07T22:35:35.019Z] + 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 [2022-08-07T22:35:35.027Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-07T22:35:35.315Z] ---> sigul-install.sh [2022-08-07T22:35:35.315Z] Sigul already installed; skipping installation. [Pipeline] sh [2022-08-07T22:35:35.610Z] + git tag --list [2022-08-07T22:35:35.610Z] v0.0.0 [2022-08-07T22:35:35.610Z] v1.0.0 [2022-08-07T22:35:35.610Z] v2.1.0 [2022-08-07T22:35:35.610Z] v2.1.1 [2022-08-07T22:35:35.610Z] v2.1.1-dev.1 [2022-08-07T22:35:35.610Z] v2.2.0 [2022-08-07T22:35:35.610Z] v2.2.1-dev.1 [2022-08-07T22:35:35.610Z] v2.2.1-dev.2 [2022-08-07T22:35:35.610Z] v2.2.1-dev.3 [2022-08-07T22:35:35.610Z] v2.2.1-dev.4 [2022-08-07T22:35:35.610Z] v2.2.1-dev.5 [2022-08-07T22:35:35.610Z] v2.2.1-dev.6 [2022-08-07T22:35:35.610Z] v2.2.1-dev.7 [2022-08-07T22:35:35.610Z] v2.3.0-dev.7 [2022-08-07T22:35:35.610Z] v2.3.0-dev.8 [2022-08-07T22:35:35.610Z] v2.3.0-dev.9 [Pipeline] sh [2022-08-07T22:35:35.903Z] + lftools sign git-tag v2.3.0-dev.9 [2022-08-07T22:35:36.470Z] Signing Git tag with Sigul... [2022-08-07T22:35:36.470Z] Signing v2.3.0-dev.9 [Pipeline] echo [2022-08-07T22:35:36.739Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-07T22:35:37.028Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2022-08-07T22:35:37.036Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2022-08-07T22:35:37.057Z] $ docker stop --time=1 79a599b4c92bf614bf8271f4a33a4327563bf3d2f635367e30c2694ed9574676 [2022-08-07T22:35:38.436Z] $ docker rm -f 79a599b4c92bf614bf8271f4a33a4327563bf3d2f635367e30c2694ed9574676 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2022-08-07T22:35:38.887Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-08-07T22:35:38.887Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-07T22:35:39.194Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-07T22:35:39.194Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-07T22:35:39.276Z] prd-ubuntu20.04-docker-8c-8g-22101 does not seem to be running inside a container [2022-08-07T22:35:39.316Z] $ 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 [2022-08-07T22:35:39.715Z] $ docker top b7aea92f3a581f295b331b5d76aa3a40f40ba5e0ccc2766a3f26887cc0a0857c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-08-07T22:35:39.818Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-08-07T22:35:39.818Z] [ssh-agent] Looking for ssh-agent implementation... [2022-08-07T22:35:39.944Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-08-07T22:35:39.946Z] $ docker exec b7aea92f3a581f295b331b5d76aa3a40f40ba5e0ccc2766a3f26887cc0a0857c ssh-agent [2022-08-07T22:35:40.078Z] SSH_AUTH_SOCK=/tmp/ssh-zdl8bTeqacs9/agent.33 [2022-08-07T22:35:40.078Z] SSH_AGENT_PID=39 [2022-08-07T22:35:40.083Z] Running ssh-add (command line suppressed) [2022-08-07T22:35:40.195Z] Identity added: /w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_1762385950896515242.key (/w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_1762385950896515242.key) [2022-08-07T22:35:40.210Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-08-07T22:35:40.502Z] + git semver bump pre [2022-08-07T22:35:40.761Z] 2022-08-07 22:35:40,692 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main [2022-08-07T22:35:40.761Z] 2022-08-07 22:35:40,692 [bump_version] DEBUG bumping version:2.3.0-dev.9 on axis:pre with prefix:dev [2022-08-07T22:35:40.761Z] 2022-08-07 22:35:40,692 [bump_version] DEBUG bumped version:2.3.0-dev.10 [2022-08-07T22:35:40.761Z] 2022-08-07 22:35:40,692 [write_version] DEBUG write version:2.3.0-dev.10 to path:/w/workspace/foundry_device-rfid-llrp-go_main/.semver/main with force:True [2022-08-07T22:35:40.761Z] 2022-08-07 22:35:40,692 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main [2022-08-07T22:35:40.761Z] 2022-08-07 22:35:40,692 [write_file] DEBUG write to file:/w/workspace/foundry_device-rfid-llrp-go_main/.semver/main [2022-08-07T22:35:40.761Z] 2022-08-07 22:35:40,694 [execute] INFO git cat-file --batch-check [2022-08-07T22:35:40.761Z] 2022-08-07 22:35:40,695 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main/.semver, universal_newlines=False, shell=None, istream=) [2022-08-07T22:35:40.761Z] 2022-08-07 22:35:40,698 [execute] INFO git cat-file --batch [2022-08-07T22:35:40.761Z] 2022-08-07 22:35:40,699 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main/.semver, universal_newlines=False, shell=None, istream=) [2022-08-07T22:35:40.761Z] 2022-08-07 22:35:40,703 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main [2022-08-07T22:35:40.761Z] 2.3.0-dev.10 [Pipeline] } [2022-08-07T22:35:40.773Z] $ docker exec --env ******** --env ******** b7aea92f3a581f295b331b5d76aa3a40f40ba5e0ccc2766a3f26887cc0a0857c ssh-agent -k [2022-08-07T22:35:40.884Z] unset SSH_AUTH_SOCK; [2022-08-07T22:35:40.884Z] unset SSH_AGENT_PID; [2022-08-07T22:35:40.884Z] echo Agent pid 39 killed; [2022-08-07T22:35:40.895Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-08-07T22:35:41.205Z] + git semver [Pipeline] } [2022-08-07T22:35:41.481Z] $ docker stop --time=1 b7aea92f3a581f295b331b5d76aa3a40f40ba5e0ccc2766a3f26887cc0a0857c [2022-08-07T22:35:42.853Z] $ docker rm -f b7aea92f3a581f295b331b5d76aa3a40f40ba5e0ccc2766a3f26887cc0a0857c [Pipeline] // withDockerContainer [Pipeline] sh [2022-08-07T22:35:43.212Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-08-07T22:35:43.212Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-07T22:35:43.529Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-07T22:35:43.529Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-07T22:35:43.652Z] prd-ubuntu20.04-docker-8c-8g-22101 does not seem to be running inside a container [2022-08-07T22:35:43.691Z] $ 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 [2022-08-07T22:35:44.071Z] $ docker top 572cfe4599e59b073e175aebe3adc00924ff66baac8c56cd8ed473d2b6e22bfd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-08-07T22:35:44.169Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-08-07T22:35:44.169Z] [ssh-agent] Looking for ssh-agent implementation... [2022-08-07T22:35:44.298Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-08-07T22:35:44.301Z] $ docker exec 572cfe4599e59b073e175aebe3adc00924ff66baac8c56cd8ed473d2b6e22bfd ssh-agent [2022-08-07T22:35:44.424Z] SSH_AUTH_SOCK=/tmp/ssh-1BKJsy3NNz5H/agent.33 [2022-08-07T22:35:44.424Z] SSH_AGENT_PID=40 [2022-08-07T22:35:44.430Z] Running ssh-add (command line suppressed) [2022-08-07T22:35:44.551Z] Identity added: /w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_8237382317221934822.key (/w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_8237382317221934822.key) [2022-08-07T22:35:44.567Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-08-07T22:35:44.853Z] + git semver push [2022-08-07T22:35:45.114Z] 2022-08-07 22:35:45,050 [run_push] DEBUG push [2022-08-07T22:35:45.114Z] 2022-08-07 22:35:45,050 [execute] INFO git cat-file --batch-check [2022-08-07T22:35:45.114Z] 2022-08-07 22:35:45,051 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main/.semver, universal_newlines=False, shell=None, istream=) [2022-08-07T22:35:45.114Z] 2022-08-07 22:35:45,054 [execute] INFO git rev-list 30723c06ae3f6f67a2590b38c4a027e24efba8a5 -- [2022-08-07T22:35:45.114Z] 2022-08-07 22:35:45,054 [execute] DEBUG Popen(['git', 'rev-list', '30723c06ae3f6f67a2590b38c4a027e24efba8a5', '--'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2022-08-07T22:35:45.114Z] 2022-08-07 22:35:45,061 [execute] INFO git fetch -v origin [2022-08-07T22:35:45.114Z] 2022-08-07 22:35:45,061 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main/.semver, universal_newlines=True, shell=None, istream=None) [2022-08-07T22:35:45.685Z] 2022-08-07 22:35:45,543 [run_push] DEBUG no remote changes detected [2022-08-07T22:35:45.685Z] 2022-08-07 22:35:45,543 [execute] INFO git push origin semver [2022-08-07T22:35:45.685Z] 2022-08-07 22:35:45,544 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2022-08-07T22:35:46.253Z] 2022-08-07 22:35:46,230 [run_push] DEBUG push all version tags [2022-08-07T22:35:46.253Z] 2022-08-07 22:35:46,231 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2022-08-07T22:35:46.253Z] 2022-08-07 22:35:46,231 [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) [2022-08-07T22:35:47.195Z] 2022-08-07 22:35:46,896 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main [2022-08-07T22:35:47.195Z] 2.3.0-dev.10 [Pipeline] } [2022-08-07T22:35:47.204Z] $ docker exec --env ******** --env ******** 572cfe4599e59b073e175aebe3adc00924ff66baac8c56cd8ed473d2b6e22bfd ssh-agent -k [2022-08-07T22:35:47.314Z] unset SSH_AUTH_SOCK; [2022-08-07T22:35:47.315Z] unset SSH_AGENT_PID; [2022-08-07T22:35:47.315Z] echo Agent pid 40 killed; [2022-08-07T22:35:47.324Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-08-07T22:35:47.634Z] + git semver [Pipeline] } [2022-08-07T22:35:47.910Z] $ docker stop --time=1 572cfe4599e59b073e175aebe3adc00924ff66baac8c56cd8ed473d2b6e22bfd [2022-08-07T22:35:49.402Z] $ docker rm -f 572cfe4599e59b073e175aebe3adc00924ff66baac8c56cd8ed473d2b6e22bfd [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 [2022-08-07T22:35:49.987Z] + [ -d /w/workspace/foundry_device-rfid-llrp-go_main/archives ] [2022-08-07T22:35:49.987Z] + ls -al /w/workspace/foundry_device-rfid-llrp-go_main/archives [2022-08-07T22:35:49.987Z] total 16 [2022-08-07T22:35:49.987Z] drwxr-xr-x 3 root root 4096 Aug 7 22:23 . [2022-08-07T22:35:49.987Z] drwxrwxr-x 12 jenkins jenkins 4096 Aug 7 22:35 .. [2022-08-07T22:35:49.987Z] drwxr-xr-x 2 root root 4096 Aug 7 22:23 cost [2022-08-07T22:35:49.987Z] -rw-r--r-- 1 root root 90 Aug 7 22:23 cost.csv [2022-08-07T22:35:49.987Z] + sudo chown -R jenkins:jenkins /w/workspace/foundry_device-rfid-llrp-go_main/archives [2022-08-07T22:35:49.987Z] + ls -al /w/workspace/foundry_device-rfid-llrp-go_main/archives [2022-08-07T22:35:49.987Z] total 16 [2022-08-07T22:35:49.987Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 7 22:23 . [2022-08-07T22:35:49.987Z] drwxrwxr-x 12 jenkins jenkins 4096 Aug 7 22:35 .. [2022-08-07T22:35:49.987Z] drwxr-xr-x 2 jenkins jenkins 4096 Aug 7 22:23 cost [2022-08-07T22:35:49.987Z] -rw-r--r-- 1 jenkins jenkins 90 Aug 7 22:23 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-08-07T22:35:50.282Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-07T22:35:51.148Z] ---> package-listing.sh [2022-08-07T22:35:51.148Z] ++ facter osfamily [2022-08-07T22:35:51.148Z] ++ tr '[:upper:]' '[:lower:]' [2022-08-07T22:35:51.408Z] + OS_FAMILY=debian [2022-08-07T22:35:51.408Z] + workspace=/w/workspace/foundry_device-rfid-llrp-go_main [2022-08-07T22:35:51.408Z] + START_PACKAGES=/tmp/packages_start.txt [2022-08-07T22:35:51.408Z] + END_PACKAGES=/tmp/packages_end.txt [2022-08-07T22:35:51.408Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-08-07T22:35:51.408Z] + PACKAGES=/tmp/packages_start.txt [2022-08-07T22:35:51.408Z] + '[' /w/workspace/foundry_device-rfid-llrp-go_main ']' [2022-08-07T22:35:51.408Z] + PACKAGES=/tmp/packages_end.txt [2022-08-07T22:35:51.408Z] + case "${OS_FAMILY}" in [2022-08-07T22:35:51.408Z] + dpkg -l [2022-08-07T22:35:51.408Z] + grep '^ii' [2022-08-07T22:35:51.408Z] + '[' -f /tmp/packages_start.txt ']' [2022-08-07T22:35:51.408Z] + '[' -f /tmp/packages_end.txt ']' [2022-08-07T22:35:51.408Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-08-07T22:35:51.408Z] + '[' /w/workspace/foundry_device-rfid-llrp-go_main ']' [2022-08-07T22:35:51.408Z] + mkdir -p /w/workspace/foundry_device-rfid-llrp-go_main/archives/ [2022-08-07T22:35:51.408Z] + 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 [2022-08-07T22:35:51.417Z] 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 [2022-08-07T22:35:51.698Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-07T22:35:52.265Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-08-07T22:35:52.265Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-07T22:35:52.353Z] prd-ubuntu20.04-docker-8c-8g-22101 does not seem to be running inside a container [2022-08-07T22:35:52.388Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/foundry_device-rfid-llrp-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/foundry_device-rfid-llrp-go_main -v /w/workspace/foundry_device-rfid-llrp-go_main:/w/workspace/foundry_device-rfid-llrp-go_main:rw,z -v /w/workspace/foundry_device-rfid-llrp-go_main@tmp:/w/workspace/foundry_device-rfid-llrp-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-08-07T22:35:52.963Z] $ docker top ad5757e8c5a7f9be56dd5546b2f06513510a5d3d295838483fc15dcba152c0e0 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-07T22:35:53.322Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-08-07T22:35:53.608Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-08-07T22:35:53.893Z] + ls /var/log/sa-host [2022-08-07T22:35:53.893Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-08-07T22:35:53.989Z] provisioning config files... [2022-08-07T22:35:54.000Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config6493196697266126597tmp [Pipeline] { [Pipeline] echo [2022-08-07T22:35:54.015Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-07T22:35:54.302Z] ---> create-netrc.sh [Pipeline] } [2022-08-07T22:35:54.311Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-08-07T22:35:54.648Z] ---> python-tools-install.sh [Pipeline] echo [2022-08-07T22:35:54.657Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-07T22:35:54.944Z] ---> sudo-logs.sh [2022-08-07T22:35:54.944Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-08-07T22:35:54.979Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-07T22:35:55.270Z] ---> job-cost.sh [2022-08-07T22:35:55.270Z] lf-activate-venv: SKIPPING [2022-08-07T22:35:55.270Z] DEBUG: total: 0.2199999988079071 [2022-08-07T22:35:55.270Z] INFO: Retrieving Stack Cost... [2022-08-07T22:35:55.531Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-08-07T22:35:56.103Z] INFO: Archiving Costs [Pipeline] echo [2022-08-07T22:35:56.116Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-07T22:35:56.399Z] ---> logs-deploy.sh [2022-08-07T22:35:56.399Z] lf-activate-venv: SKIPPING [2022-08-07T22:35:56.399Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rfid-llrp-go/main/44 [2022-08-07T22:35:56.399Z] INFO: archiving workspace using pattern(s): [2022-08-07T22:35:57.339Z] Archives upload complete. [2022-08-07T22:35:57.599Z] INFO: archiving logs to Nexus