Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 2a339657893f17d018f509f5a276497842acaf2d Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh13463175956972255004.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh15767518156277266082.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rfid-llrp-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rfid-llrp-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh2850712232277120761.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh14565672067852055810.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rfid-llrp-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rfid-llrp-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh5765723927796461725.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-rfid-llrp-go, buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-rfid-llrp-go-settings PROJECT: device-rfid-llrp-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-rfid-llrp DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-blackbox-4c-2g-1315’ doesn’t have label ‘ubuntu20.04-docker-8c-8g’ ‘prd-centos7-blackbox-4c-2g-1316’ doesn’t have label ‘ubuntu20.04-docker-8c-8g’ ‘prd-ubuntu20.04-docker-8c-8g-1956’ is offline Running on prd-ubuntu20.04-docker-8c-8g-1960 in /w/workspace/foundry_device-rfid-llrp-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-rfid-llrp-go.git > git init /w/workspace/foundry_device-rfid-llrp-go_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 2a339657893f17d018f509f5a276497842acaf2d (main) > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2a339657893f17d018f509f5a276497842acaf2d # timeout=10 Commit message: "Merge pull request #132 from lenny-intel/mb-config" > git rev-list --no-walk ca5f12e3f5b0dcc2e9f99ab405ce0dc1158ea6a8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:52:00 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:52:00 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:52:00 ========================================================= 21:52:00 EdgeX Global Pipelines Version Info 21:52:00 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:52:00 ------------------- 21:52:00 stable info: 21:52:00 ------------------- 21:52:00 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:52:00 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 21:52:00 Message: update stable to v1.0.244 21:52:01 ------------------- 21:52:01 experimental info: 21:52:01 ------------------- 21:52:01 Commited By: **** collab-it+edgex@linuxfoundation.org 21:52:01 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 21:52:01 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:52:01 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rfid-llrp-go-settings [Pipeline] echo 21:52:01 [edgeXSetupEnvironment]: set envvar PROJECT = device-rfid-llrp-go [Pipeline] echo 21:52:01 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:52:01 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:52:01 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:52:01 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 21:52:01 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 21:52:01 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 21:52:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:52:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:52:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 21:52:01 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rfid-llrp [Pipeline] echo 21:52:01 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:52:01 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:52:01 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 21:52:01 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 21:52:01 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 21:52:01 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 21:52:01 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:52:01 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 21:52:01 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 21:52:01 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 21:52:01 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 21:52:01 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 21:52:01 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 21:52:02 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 21:52:02 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 21:52:02 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 21:52:02 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 21:52:02 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 21:52:02 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2a339657893f17d018f509f5a276497842acaf2d [Pipeline] echo 21:52:02 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2a33965 [Pipeline] echo 21:52:02 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:52:02 provisioning config files... 21:52:02 copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config689552320009146907tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:52:02 ---> docker-login.sh 21:52:02 nexus3.edgexfoundry.org:10001 21:52:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:52:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:52:02 Configure a credential helper to remove this warning. See 21:52:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:52:02 21:52:02 Login Succeeded 21:52:02 nexus3.edgexfoundry.org:10002 21:52:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:52:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:52:02 Configure a credential helper to remove this warning. See 21:52:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:52:02 21:52:02 Login Succeeded 21:52:02 nexus3.edgexfoundry.org:10003 21:52:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:52:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:52:02 Configure a credential helper to remove this warning. See 21:52:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:52:02 21:52:02 Login Succeeded 21:52:02 nexus3.edgexfoundry.org:10004 21:52:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:52:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:52:03 Configure a credential helper to remove this warning. See 21:52:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:52:03 21:52:03 Login Succeeded 21:52:03 docker.io 21:52:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:52:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:52:03 Configure a credential helper to remove this warning. See 21:52:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:52:03 21:52:03 Login Succeeded 21:52:03 ---> docker-login.sh ends [Pipeline] } 21:52:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 21:52:03 + git rev-list -1 --merges 2a339657893f17d018f509f5a276497842acaf2d~1..2a339657893f17d018f509f5a276497842acaf2d [Pipeline] echo 21:52:03 -----------> git rev-list -1 --merges 2a339657893f17d018f509f5a276497842acaf2d~1..2a339657893f17d018f509f5a276497842acaf2d 2a339657893f17d018f509f5a276497842acaf2d 21:52:03 2a339657893f17d018f509f5a276497842acaf2d [false] [Pipeline] sh 21:52:04 + git log --format=format:%s -1 2a339657893f17d018f509f5a276497842acaf2d [Pipeline] echo 21:52:04 ========================================================= 21:52:04 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 21:52:04 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:52:04 + git log --format=format:%s -1 2a339657893f17d018f509f5a276497842acaf2d [Pipeline] echo 21:52:04 [semverPrep] GIT_COMMIT: 2a339657893f17d018f509f5a276497842acaf2d, Commit Message: Merge pull request #132 from lenny-intel/mb-config [Pipeline] echo 21:52:04 [semverPrep] This is not a build commit. [Pipeline] sh 21:52:04 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 21:52:04 + grep -v github /etc/ssh/ssh_known_hosts 21:52:04 + [ -e /tmp/ssh_known_hosts ] 21:52:04 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 21:52:04 + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 21:52:04 sudo tee -a /etc/ssh/ssh_known_hosts 21:52:04 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:52:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:52:05 21:52:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:52:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:52:05 0.1.4: Pulling from edgex-devops/py-git-semver 21:52:05 b85a868b505f: Pulling fs layer 21:52:05 e2be974225ed: Pulling fs layer 21:52:05 339a4e72a1f5: Pulling fs layer 21:52:05 988bab9f4d93: Pulling fs layer 21:52:05 1469e6f7b9e6: Pulling fs layer 21:52:05 eaf3925da568: Pulling fs layer 21:52:05 bab4dde63d76: Pulling fs layer 21:52:05 bde34c3a00c8: Pulling fs layer 21:52:05 b352a97aabf1: Pulling fs layer 21:52:05 4872d77fe225: Pulling fs layer 21:52:05 5851b861e8e6: Pulling fs layer 21:52:05 988bab9f4d93: Waiting 21:52:05 1469e6f7b9e6: Waiting 21:52:05 eaf3925da568: Waiting 21:52:05 bab4dde63d76: Waiting 21:52:05 bde34c3a00c8: Waiting 21:52:05 b352a97aabf1: Waiting 21:52:05 4872d77fe225: Waiting 21:52:05 5851b861e8e6: Waiting 21:52:05 e2be974225ed: Verifying Checksum 21:52:05 e2be974225ed: Download complete 21:52:05 988bab9f4d93: Download complete 21:52:05 1469e6f7b9e6: Download complete 21:52:05 eaf3925da568: Verifying Checksum 21:52:05 eaf3925da568: Download complete 21:52:05 339a4e72a1f5: Verifying Checksum 21:52:05 339a4e72a1f5: Download complete 21:52:05 bde34c3a00c8: Verifying Checksum 21:52:05 bde34c3a00c8: Download complete 21:52:05 b352a97aabf1: Download complete 21:52:05 4872d77fe225: Verifying Checksum 21:52:05 4872d77fe225: Download complete 21:52:05 5851b861e8e6: Verifying Checksum 21:52:05 5851b861e8e6: Download complete 21:52:05 b85a868b505f: Verifying Checksum 21:52:05 b85a868b505f: Download complete 21:52:06 bab4dde63d76: Verifying Checksum 21:52:06 bab4dde63d76: Download complete 21:52:07 b85a868b505f: Pull complete 21:52:07 e2be974225ed: Pull complete 21:52:08 339a4e72a1f5: Pull complete 21:52:08 988bab9f4d93: Pull complete 21:52:08 1469e6f7b9e6: Pull complete 21:52:08 eaf3925da568: Pull complete 21:52:10 bab4dde63d76: Pull complete 21:52:10 bde34c3a00c8: Pull complete 21:52:10 b352a97aabf1: Pull complete 21:52:10 4872d77fe225: Pull complete 21:52:10 5851b861e8e6: Pull complete 21:52:10 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 21:52:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:52:10 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:52:10 prd-ubuntu20.04-docker-8c-8g-1960 does not seem to be running inside a container 21:52:10 $ 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 21:52:14 $ docker top 199efaf246e1d994854841d284319cc18352d3288cadd7e4de70e6340c949992 -eo pid,comm 21:52:14 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). 21:52:14 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:52:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:52:14 [ssh-agent] Looking for ssh-agent implementation... 21:52:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:52:14 $ docker exec 199efaf246e1d994854841d284319cc18352d3288cadd7e4de70e6340c949992 ssh-agent 21:52:14 SSH_AUTH_SOCK=/tmp/ssh-rDRDjSZAux5s/agent.14 21:52:14 SSH_AGENT_PID=20 21:52:14 Running ssh-add (command line suppressed) 21:52:14 Identity added: /w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_5378240245210484273.key (/w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_5378240245210484273.key) 21:52:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:52:15 + git tag --points-at HEAD [Pipeline] } 21:52:15 $ docker exec --env ******** --env ******** 199efaf246e1d994854841d284319cc18352d3288cadd7e4de70e6340c949992 ssh-agent -k 21:52:15 unset SSH_AUTH_SOCK; 21:52:15 unset SSH_AGENT_PID; 21:52:15 echo Agent pid 20 killed; 21:52:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:52:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:52:15 [ssh-agent] Looking for ssh-agent implementation... 21:52:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:52:15 $ docker exec 199efaf246e1d994854841d284319cc18352d3288cadd7e4de70e6340c949992 ssh-agent 21:52:15 SSH_AUTH_SOCK=/tmp/ssh-gGodRSlGXoVZ/agent.71 21:52:15 SSH_AGENT_PID=77 21:52:15 Running ssh-add (command line suppressed) 21:52:15 Identity added: /w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_12552545501894843454.key (/w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_12552545501894843454.key) 21:52:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:52:15 + git semver init 21:52:16 2023-01-11 21:52:16,063 [run_init] DEBUG init version:0.0.0 force:False 21:52:16 2023-01-11 21:52:16,064 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/foundry_device-rfid-llrp-go_main/.semver 21:52:16 2023-01-11 21:52:16,064 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rfid-llrp-go.git /w/workspace/foundry_device-rfid-llrp-go_main/.semver 21:52:16 2023-01-11 21:52:16,064 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-rfid-llrp-go.git', '/w/workspace/foundry_device-rfid-llrp-go_main/.semver'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main, universal_newlines=False, shell=None, istream=None) 21:52:17 2023-01-11 21:52:16,974 [append_file] DEBUG append to file:/w/workspace/foundry_device-rfid-llrp-go_main/.git/info/exclude 21:52:17 2023-01-11 21:52:16,975 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/foundry_device-rfid-llrp-go_main/.semver/main with force:False 21:52:17 2023-01-11 21:52:16,975 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main 21:52:17 2023-01-11 21:52:16,975 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main 21:52:17 3.0.0-dev.3 [Pipeline] } 21:52:17 $ docker exec --env ******** --env ******** 199efaf246e1d994854841d284319cc18352d3288cadd7e4de70e6340c949992 ssh-agent -k 21:52:17 unset SSH_AUTH_SOCK; 21:52:17 unset SSH_AGENT_PID; 21:52:17 echo Agent pid 77 killed; 21:52:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:52:17 + git semver [Pipeline] } 21:52:17 $ docker stop --time=1 199efaf246e1d994854841d284319cc18352d3288cadd7e4de70e6340c949992 21:52:19 $ docker rm -f --volumes 199efaf246e1d994854841d284319cc18352d3288cadd7e4de70e6340c949992 [Pipeline] // withDockerContainer [Pipeline] sh 21:52:19 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:52:19 Stashed 1 file(s) [Pipeline] echo 21:52:19 [edgeXSemver]: initialized semver on version 3.0.0-dev.3 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:52:19 provisioning config files... 21:52:19 copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config9557312983818307868tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:52:20 ---> docker-login.sh 21:52:20 nexus3.edgexfoundry.org:10001 21:52:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:52:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:52:20 Configure a credential helper to remove this warning. See 21:52:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:52:20 21:52:20 Login Succeeded 21:52:20 nexus3.edgexfoundry.org:10002 21:52:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:52:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:52:20 Configure a credential helper to remove this warning. See 21:52:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:52:20 21:52:20 Login Succeeded 21:52:20 nexus3.edgexfoundry.org:10003 21:52:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:52:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:52:20 Configure a credential helper to remove this warning. See 21:52:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:52:20 21:52:20 Login Succeeded 21:52:20 nexus3.edgexfoundry.org:10004 21:52:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:52:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:52:20 Configure a credential helper to remove this warning. See 21:52:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:52:20 21:52:20 Login Succeeded 21:52:20 docker.io 21:52:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:52:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:52:20 Configure a credential helper to remove this warning. See 21:52:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:52:20 21:52:20 Login Succeeded 21:52:20 ---> docker-login.sh ends [Pipeline] } 21:52:20 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 21:52:20 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:52:20 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:52:20 ========================================================= 21:52:20 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 21:52:20 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:52:21 + 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 . 21:52:21 Sending build context to Docker daemon 4.126MB 21:52:21 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 21:52:21 Step 2/12 : FROM ${BASE} AS builder 21:52:21 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 21:52:21 213ec9aee27d: Pulling fs layer 21:52:21 4583459ba037: Pulling fs layer 21:52:21 93c1e223e6f2: Pulling fs layer 21:52:21 53926ce57604: Pulling fs layer 21:52:21 21b2b0c7a3f4: Pulling fs layer 21:52:21 53926ce57604: Waiting 21:52:21 22ff95d597cd: Pulling fs layer 21:52:21 21b2b0c7a3f4: Waiting 21:52:21 12d6caf4c0d1: Pulling fs layer 21:52:21 96b7cbca73a9: Pulling fs layer 21:52:21 a7acece74701: Pulling fs layer 21:52:21 22ff95d597cd: Waiting 21:52:21 a7acece74701: Waiting 21:52:21 12d6caf4c0d1: Waiting 21:52:21 96b7cbca73a9: Waiting 21:52:21 93c1e223e6f2: Verifying Checksum 21:52:21 93c1e223e6f2: Download complete 21:52:21 4583459ba037: Verifying Checksum 21:52:21 4583459ba037: Download complete 21:52:21 21b2b0c7a3f4: Verifying Checksum 21:52:21 21b2b0c7a3f4: Download complete 21:52:21 22ff95d597cd: Download complete 21:52:21 213ec9aee27d: Verifying Checksum 21:52:21 213ec9aee27d: Download complete 21:52:21 12d6caf4c0d1: Verifying Checksum 21:52:21 12d6caf4c0d1: Download complete 21:52:21 213ec9aee27d: Pull complete 21:52:21 4583459ba037: Pull complete 21:52:21 93c1e223e6f2: Pull complete 21:52:21 a7acece74701: Verifying Checksum 21:52:21 a7acece74701: Download complete 21:52:22 53926ce57604: Verifying Checksum 21:52:22 53926ce57604: Download complete 21:52:22 96b7cbca73a9: Verifying Checksum 21:52:22 96b7cbca73a9: Download complete 21:52:25 53926ce57604: Pull complete 21:52:25 21b2b0c7a3f4: Pull complete 21:52:25 22ff95d597cd: Pull complete 21:52:25 12d6caf4c0d1: Pull complete 21:52:27 96b7cbca73a9: Pull complete 21:52:28 a7acece74701: Pull complete 21:52:28 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 21:52:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 21:52:28 ---> db6d94c90886 21:52:28 Step 3/12 : ARG ADD_BUILD_TAGS="" 21:52:32 ---> Running in f59a4e5196da 21:52:33 Removing intermediate container f59a4e5196da 21:52:33 ---> e045147f5448 21:52:33 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 21:52:33 ---> Running in 7c447b5ec290 21:52:33 Removing intermediate container 7c447b5ec290 21:52:33 ---> 6aa097c04a49 21:52:33 Step 5/12 : ARG ALPINE_PKG_BASE="make git" 21:52:33 ---> Running in 4f322ed991ce 21:52:33 Removing intermediate container 4f322ed991ce 21:52:33 ---> 11efeea0ee04 21:52:33 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 21:52:33 ---> Running in 9718e416f9bf 21:52:34 Removing intermediate container 9718e416f9bf 21:52:34 ---> 74cd51b2ad51 21:52:34 Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 21:52:34 ---> Running in f8adda9a8ebf 21:52:34 Still waiting to schedule task 21:52:34 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 21:52:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:52:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:52:35 OK: 211 MiB in 51 packages 21:52:35 Removing intermediate container f8adda9a8ebf 21:52:35 ---> cc138c9f0885 21:52:35 Step 8/12 : WORKDIR /app 21:52:35 ---> Running in 2d6875e9dba0 21:52:36 Removing intermediate container 2d6875e9dba0 21:52:36 ---> 8a6664efacd1 21:52:36 Step 9/12 : COPY go.mod vendor* ./ 21:52:36 ---> 5709019c2915 21:52:36 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:52:36 ---> Running in 5658747a7f78 21:53:03 Removing intermediate container 5658747a7f78 21:53:03 ---> 5e3c175816aa 21:53:03 Step 11/12 : COPY . . 21:53:03 ---> 7691d8338511 21:53:03 Step 12/12 : RUN $MAKE 21:53:03 ---> Running in b931a064356f 21:53:03 noop 21:53:03 Removing intermediate container b931a064356f 21:53:03 ---> 451a543e5f12 21:53:03 Successfully built 451a543e5f12 21:53:03 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:53:04 + docker inspect -f . ci-base-image-x86_64 21:53:04 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:53:04 prd-ubuntu20.04-docker-8c-8g-1960 does not seem to be running inside a container 21:53:04 $ 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 21:53:04 $ docker top a6c735be54f504938df48d81cf8197464ed947b067121c07c7ca8678c60f86cf -eo pid,comm [Pipeline] { [Pipeline] sh 21:53:04 + go version 21:53:04 go version go1.18.7 linux/amd64 [Pipeline] } 21:53:04 $ docker stop --time=1 a6c735be54f504938df48d81cf8197464ed947b067121c07c7ca8678c60f86cf 21:53:06 $ docker rm -f --volumes a6c735be54f504938df48d81cf8197464ed947b067121c07c7ca8678c60f86cf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:53:06 + docker inspect -f . ci-base-image-x86_64 21:53:06 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:53:06 prd-ubuntu20.04-docker-8c-8g-1960 does not seem to be running inside a container 21:53:06 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/foundry_device-rfid-llrp-go_main -v /w/workspace/foundry_device-rfid-llrp-go_main:/w/workspace/foundry_device-rfid-llrp-go_main:rw,z -v /w/workspace/foundry_device-rfid-llrp-go_main@tmp:/w/workspace/foundry_device-rfid-llrp-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:53:07 $ docker top c9e337db52411ca1406a47f30e3a142b9347985981ef8fe0fdebfad7f59793d2 -eo pid,comm [Pipeline] { [Pipeline] sh 21:53:07 + git config --global --add safe.directory /w/workspace/foundry_device-rfid-llrp-go_main [Pipeline] fileExists [Pipeline] sh 21:53:07 + make test 21:53:07 go test ./... -coverprofile=coverage.out ./... 21:53:07 ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] 21:53:17 ? github.com/edgexfoundry/device-rfid-llrp-go/cmd [no test files] 21:53:17 ? github.com/edgexfoundry/device-rfid-llrp-go/cmd/llrp [no test files] 21:53:23 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/driver 3.949s coverage: 38.5% of statements 21:53:23 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.254s coverage: 52.0% of statements 21:53:23 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.032s coverage: 96.4% of statements 21:53:31 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." 21:53:31 go vet ./... 21:53:34 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 21:53:34 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 21:53:34 ./bin/test-attribution-txt.sh [Pipeline] echo 21:53:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 21:53:34 $ docker stop --time=1 c9e337db52411ca1406a47f30e3a142b9347985981ef8fe0fdebfad7f59793d2 21:53:39 $ docker rm -f --volumes c9e337db52411ca1406a47f30e3a142b9347985981ef8fe0fdebfad7f59793d2 [Pipeline] // withDockerContainer [Pipeline] sh 21:53:39 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:53:39 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 21:53:40 + sudo chown -R jenkins:jenkins . [Pipeline] sh 21:53:40 + ls -al . 21:53:40 total 644 21:53:40 drwxrwxr-x 11 jenkins jenkins 4096 Jan 11 21:53 . 21:53:40 drwxrwxr-x 4 jenkins jenkins 4096 Jan 11 21:51 .. 21:53:40 -rw-rw-r-- 1 jenkins jenkins 134 Jan 11 21:51 .dockerignore 21:53:40 drwxrwxr-x 8 jenkins jenkins 4096 Jan 11 21:53 .git 21:53:40 drwxrwxr-x 3 jenkins jenkins 4096 Jan 11 21:51 .github 21:53:40 -rw-rw-r-- 1 jenkins jenkins 946 Jan 11 21:51 .gitignore 21:53:40 -rw-rw-r-- 1 jenkins jenkins 41 Jan 11 21:51 .golangci.yml 21:53:40 drwxr-xr-x 3 jenkins jenkins 4096 Jan 11 21:52 .semver 21:53:40 -rw-rw-r-- 1 jenkins jenkins 10896 Jan 11 21:51 Attribution.txt 21:53:40 -rw-rw-r-- 1 jenkins jenkins 5905 Jan 11 21:51 CHANGELOG.md 21:53:40 -rw-rw-r-- 1 jenkins jenkins 1347 Jan 11 21:51 Dockerfile 21:53:40 -rw-rw-r-- 1 jenkins jenkins 677 Jan 11 21:51 GOVERNANCE.md 21:53:40 -rw-rw-r-- 1 jenkins jenkins 683 Jan 11 21:51 Jenkinsfile 21:53:40 -rw-rw-r-- 1 jenkins jenkins 11347 Jan 11 21:51 LICENSE 21:53:40 -rw-rw-r-- 1 jenkins jenkins 2018 Jan 11 21:51 Makefile 21:53:40 -rw-rw-r-- 1 jenkins jenkins 625 Jan 11 21:51 OWNERS.md 21:53:40 -rw-rw-r-- 1 jenkins jenkins 28496 Jan 11 21:51 README.md 21:53:40 -rw-rw-r-- 1 jenkins jenkins 11 Jan 11 21:52 VERSION 21:53:40 drwxrwxr-x 2 jenkins jenkins 4096 Jan 11 21:51 bin 21:53:40 drwxrwxr-x 4 jenkins jenkins 4096 Jan 11 21:51 cmd 21:53:40 -rw-r--r-- 1 jenkins jenkins 460049 Jan 11 21:53 coverage.out 21:53:40 drwxrwxr-x 2 jenkins jenkins 4096 Jan 11 21:51 examples 21:53:40 -rw-rw-r-- 1 jenkins jenkins 3550 Jan 11 21:51 go.mod 21:53:40 -rw-rw-r-- 1 jenkins jenkins 44766 Jan 11 21:51 go.sum 21:53:40 drwxrwxr-x 2 jenkins jenkins 4096 Jan 11 21:51 images 21:53:40 drwxrwxr-x 5 jenkins jenkins 4096 Jan 11 21:51 internal 21:53:40 drwxrwxr-x 4 jenkins jenkins 4096 Jan 11 21:51 snap 21:53:40 -rw-rw-r-- 1 jenkins jenkins 193 Jan 11 21:51 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:53:40 + docker build -t device-rfid-llrp -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=2a339657893f17d018f509f5a276497842acaf2d --label arch=amd64 --label version=3.0.0-dev.3 . 21:53:40 Sending build context to Docker daemon 4.126MB 21:53:40 Step 1/24 : ARG BASE=golang:1.18-alpine3.16 21:53:40 Step 2/24 : FROM ${BASE} AS builder 21:53:40 ---> 451a543e5f12 21:53:40 Step 3/24 : ARG ADD_BUILD_TAGS="" 21:53:41 ---> Running in 7f9c7388a894 21:53:41 Removing intermediate container 7f9c7388a894 21:53:41 ---> b7019994cb09 21:53:41 Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 21:53:41 ---> Running in 5c0da3f4bf93 21:53:41 Removing intermediate container 5c0da3f4bf93 21:53:41 ---> 6c19a76f6ea8 21:53:41 Step 5/24 : ARG ALPINE_PKG_BASE="make git" 21:53:41 ---> Running in 1092047ac0a5 21:53:41 Removing intermediate container 1092047ac0a5 21:53:41 ---> 54231b11d541 21:53:41 Step 6/24 : ARG ALPINE_PKG_EXTRA="" 21:53:41 ---> Running in 39997569111e 21:53:41 Removing intermediate container 39997569111e 21:53:41 ---> d5e8e06a0105 21:53:41 Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 21:53:41 ---> Running in 9094080f086a 21:53:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:53:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:53:41 OK: 211 MiB in 51 packages 21:53:42 Removing intermediate container 9094080f086a 21:53:42 ---> f9bd71452965 21:53:42 Step 8/24 : WORKDIR /app 21:53:42 ---> Running in 8f6cc751c4a1 21:53:42 Removing intermediate container 8f6cc751c4a1 21:53:42 ---> 17af682cfad6 21:53:42 Step 9/24 : COPY go.mod vendor* ./ 21:53:42 ---> 15f51eb34e8c 21:53:42 Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:53:42 ---> Running in fa7134bf3ded 21:53:43 Removing intermediate container fa7134bf3ded 21:53:43 ---> 89bb9791f01c 21:53:43 Step 11/24 : COPY . . 21:53:43 ---> 2b9c5bcd2070 21:53:43 Step 12/24 : RUN $MAKE 21:53:43 ---> Running in 2f7fb92c4191 21:53:43 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-rfid-llrp-go.Version=3.0.0-dev.3" -trimpath -mod=readonly -o cmd/device-rfid-llrp ./cmd 21:54:05 Removing intermediate container 2f7fb92c4191 21:54:05 ---> ef42d5272222 21:54:05 Step 13/24 : FROM alpine:3.16 21:54:05 3.16: Pulling from library/alpine 21:54:05 ca7dd9ec2225: Pulling fs layer 21:54:05 ca7dd9ec2225: Verifying Checksum 21:54:05 ca7dd9ec2225: Download complete 21:54:05 ca7dd9ec2225: Pull complete 21:54:05 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 21:54:05 Status: Downloaded newer image for alpine:3.16 21:54:05 ---> bfe296a52501 21:54:05 Step 14/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 21:54:05 ---> Running in d774c8f16ca3 21:54:05 Removing intermediate container d774c8f16ca3 21:54:05 ---> 2fb8be3a431e 21:54:05 Step 15/24 : RUN apk add --update --no-cache dumb-init 21:54:05 ---> Running in d90307951141 21:54:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:54:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:54:06 (1/1) Installing dumb-init (1.2.5-r1) 21:54:06 Executing busybox-1.35.0-r17.trigger 21:54:06 OK: 6 MiB in 15 packages 21:54:07 Removing intermediate container d90307951141 21:54:07 ---> 8b89ae79e913 21:54:07 Step 16/24 : COPY --from=builder /app/LICENSE / 21:54:07 ---> f280e73249a1 21:54:07 Step 17/24 : COPY --from=builder /app/Attribution.txt / 21:54:07 ---> e0ca56724d32 21:54:07 Step 18/24 : COPY --from=builder /app/cmd/ / 21:54:08 ---> 2748d89552a0 21:54:08 Step 19/24 : EXPOSE 59989 21:54:08 ---> Running in 4df894780537 21:54:08 Removing intermediate container 4df894780537 21:54:08 ---> 0074fe9afa52 21:54:08 Step 20/24 : ENTRYPOINT ["/device-rfid-llrp"] 21:54:08 ---> Running in 0dd40887707c 21:54:08 Removing intermediate container 0dd40887707c 21:54:08 ---> 0ce2b0c0eebf 21:54:08 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:54:08 ---> Running in 17040a1b2213 21:54:08 Removing intermediate container 17040a1b2213 21:54:08 ---> 7f5fc439b6c1 21:54:08 Step 22/24 : LABEL arch=amd64 21:54:08 ---> Running in 4334c9f92134 21:54:08 Removing intermediate container 4334c9f92134 21:54:08 ---> 17358f842af0 21:54:08 Step 23/24 : LABEL git_sha=2a339657893f17d018f509f5a276497842acaf2d 21:54:08 ---> Running in 069023fc2215 21:54:08 Removing intermediate container 069023fc2215 21:54:08 ---> cf832b3ca740 21:54:08 Step 24/24 : LABEL version=3.0.0-dev.3 21:54:08 ---> Running in 1b3419eeb9a4 21:54:08 Removing intermediate container 1b3419eeb9a4 21:54:08 ---> 9855a80d8ba8 21:54:08 [Warning] One or more build-args [ARCH] were not consumed 21:54:08 Successfully built 9855a80d8ba8 21:54:08 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 21:54:08 provisioning config files... 21:54:08 copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config367941480443283753tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:54:09 ---> docker-login.sh 21:54:09 nexus3.edgexfoundry.org:10001 21:54:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:54:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:54:09 Configure a credential helper to remove this warning. See 21:54:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:54:09 21:54:09 Login Succeeded 21:54:09 nexus3.edgexfoundry.org:10002 21:54:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:54:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:54:09 Configure a credential helper to remove this warning. See 21:54:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:54:09 21:54:09 Login Succeeded 21:54:09 nexus3.edgexfoundry.org:10003 21:54:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:54:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:54:09 Configure a credential helper to remove this warning. See 21:54:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:54:09 21:54:09 Login Succeeded 21:54:09 nexus3.edgexfoundry.org:10004 21:54:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:54:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:54:09 Configure a credential helper to remove this warning. See 21:54:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:54:09 21:54:09 Login Succeeded 21:54:09 docker.io 21:54:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:54:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:54:09 Configure a credential helper to remove this warning. See 21:54:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:54:09 21:54:09 Login Succeeded 21:54:09 ---> docker-login.sh ends [Pipeline] } 21:54:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:54:09 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:54:09 [edgeXDocker.push] Tagging docker image device-rfid-llrp with the following tags: 21:54:09 2a339657893f17d018f509f5a276497842acaf2d 21:54:09 latest 21:54:09 3.0.0-dev.3 21:54:09 2a339657893f17d018f509f5a276497842acaf2d-3.0.0-dev.3 21:54:09 main 21:54:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:54:10 + docker tag device-rfid-llrp nexus3.edgexfoundry.org:10004/device-rfid-llrp:2a339657893f17d018f509f5a276497842acaf2d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:54:10 + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp:2a339657893f17d018f509f5a276497842acaf2d 21:54:10 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp] 21:54:10 c1fd67b9f8a8: Preparing 21:54:10 0ad55fad6339: Preparing 21:54:10 f6034764f7ff: Preparing 21:54:10 dede6597081e: Preparing 21:54:10 e5e13b0c77cb: Preparing 21:54:10 e5e13b0c77cb: Layer already exists 21:54:10 f6034764f7ff: Pushed 21:54:10 dede6597081e: Pushed 21:54:10 0ad55fad6339: Pushed 21:54:12 c1fd67b9f8a8: Pushed 21:54:12 2a339657893f17d018f509f5a276497842acaf2d: digest: sha256:85bfd1466ebac201ca3933d6a961d58e46a9c6ed04858f0243efacbbce732f8c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:54:13 + docker tag device-rfid-llrp nexus3.edgexfoundry.org:10004/device-rfid-llrp:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:54:13 + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp:latest 21:54:13 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp] 21:54:13 c1fd67b9f8a8: Preparing 21:54:13 0ad55fad6339: Preparing 21:54:13 f6034764f7ff: Preparing 21:54:13 dede6597081e: Preparing 21:54:13 e5e13b0c77cb: Preparing 21:54:13 dede6597081e: Layer already exists 21:54:13 c1fd67b9f8a8: Layer already exists 21:54:13 f6034764f7ff: Layer already exists 21:54:13 e5e13b0c77cb: Layer already exists 21:54:13 0ad55fad6339: Layer already exists 21:54:13 latest: digest: sha256:85bfd1466ebac201ca3933d6a961d58e46a9c6ed04858f0243efacbbce732f8c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:54:13 + docker tag device-rfid-llrp nexus3.edgexfoundry.org:10004/device-rfid-llrp:3.0.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:54:14 + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp:3.0.0-dev.3 21:54:14 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp] 21:54:14 c1fd67b9f8a8: Preparing 21:54:14 0ad55fad6339: Preparing 21:54:14 f6034764f7ff: Preparing 21:54:14 dede6597081e: Preparing 21:54:14 e5e13b0c77cb: Preparing 21:54:14 dede6597081e: Layer already exists 21:54:14 c1fd67b9f8a8: Layer already exists 21:54:14 e5e13b0c77cb: Layer already exists 21:54:14 f6034764f7ff: Layer already exists 21:54:14 0ad55fad6339: Layer already exists 21:54:14 3.0.0-dev.3: digest: sha256:85bfd1466ebac201ca3933d6a961d58e46a9c6ed04858f0243efacbbce732f8c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:54:14 + docker tag device-rfid-llrp nexus3.edgexfoundry.org:10004/device-rfid-llrp:2a339657893f17d018f509f5a276497842acaf2d-3.0.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:54:14 + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp:2a339657893f17d018f509f5a276497842acaf2d-3.0.0-dev.3 21:54:14 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp] 21:54:14 c1fd67b9f8a8: Preparing 21:54:14 0ad55fad6339: Preparing 21:54:14 f6034764f7ff: Preparing 21:54:14 dede6597081e: Preparing 21:54:14 e5e13b0c77cb: Preparing 21:54:14 c1fd67b9f8a8: Layer already exists 21:54:14 e5e13b0c77cb: Layer already exists 21:54:14 0ad55fad6339: Layer already exists 21:54:14 dede6597081e: Layer already exists 21:54:14 f6034764f7ff: Layer already exists 21:54:14 2a339657893f17d018f509f5a276497842acaf2d-3.0.0-dev.3: digest: sha256:85bfd1466ebac201ca3933d6a961d58e46a9c6ed04858f0243efacbbce732f8c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:54:15 + docker tag device-rfid-llrp nexus3.edgexfoundry.org:10004/device-rfid-llrp:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:54:15 + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp:main 21:54:15 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp] 21:54:15 c1fd67b9f8a8: Preparing 21:54:15 0ad55fad6339: Preparing 21:54:15 f6034764f7ff: Preparing 21:54:15 dede6597081e: Preparing 21:54:15 e5e13b0c77cb: Preparing 21:54:15 e5e13b0c77cb: Layer already exists 21:54:15 f6034764f7ff: Layer already exists 21:54:15 c1fd67b9f8a8: Layer already exists 21:54:15 dede6597081e: Layer already exists 21:54:15 0ad55fad6339: Layer already exists 21:54:15 main: digest: sha256:85bfd1466ebac201ca3933d6a961d58e46a9c6ed04858f0243efacbbce732f8c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:54:15 ===================================================== [Pipeline] echo 21:54:15 taggedImages: 21:54:15 - nexus3.edgexfoundry.org:10004/device-rfid-llrp:2a339657893f17d018f509f5a276497842acaf2d 21:54:15 - nexus3.edgexfoundry.org:10004/device-rfid-llrp:latest 21:54:15 - nexus3.edgexfoundry.org:10004/device-rfid-llrp:3.0.0-dev.3 21:54:15 - nexus3.edgexfoundry.org:10004/device-rfid-llrp:2a339657893f17d018f509f5a276497842acaf2d-3.0.0-dev.3 21:54:15 - 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 21:54:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:54:16 21:54:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:54:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:54:16 latest: Pulling from edgex-lftools-log-publisher 21:54:16 5eb5b503b376: Pulling fs layer 21:54:16 5c69ac0246d0: Pulling fs layer 21:54:16 ec43610c2a17: Pulling fs layer 21:54:16 3a2ae6a8a46f: Pulling fs layer 21:54:16 33b1e0a273af: Pulling fs layer 21:54:16 5d3b04190fa2: Pulling fs layer 21:54:16 2f39f015ded8: Pulling fs layer 21:54:16 33b1e0a273af: Waiting 21:54:16 3a2ae6a8a46f: Waiting 21:54:16 5d3b04190fa2: Waiting 21:54:16 2f39f015ded8: Waiting 21:54:16 5c69ac0246d0: Verifying Checksum 21:54:16 5c69ac0246d0: Download complete 21:54:16 3a2ae6a8a46f: Verifying Checksum 21:54:16 3a2ae6a8a46f: Download complete 21:54:16 33b1e0a273af: Verifying Checksum 21:54:16 33b1e0a273af: Download complete 21:54:16 ec43610c2a17: Verifying Checksum 21:54:16 ec43610c2a17: Download complete 21:54:16 5d3b04190fa2: Verifying Checksum 21:54:16 5d3b04190fa2: Download complete 21:54:16 5eb5b503b376: Verifying Checksum 21:54:16 5eb5b503b376: Download complete 21:54:17 2f39f015ded8: Verifying Checksum 21:54:17 2f39f015ded8: Download complete 21:54:17 5eb5b503b376: Pull complete 21:54:17 5c69ac0246d0: Pull complete 21:54:18 ec43610c2a17: Pull complete 21:54:18 3a2ae6a8a46f: Pull complete 21:54:18 33b1e0a273af: Pull complete 21:54:18 5d3b04190fa2: Pull complete 21:54:22 2f39f015ded8: Pull complete 21:54:22 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 21:54:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:54:22 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:54:23 prd-ubuntu20.04-docker-8c-8g-1960 does not seem to be running inside a container 21:54:23 $ 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 21:54:27 $ docker top 398d8088036bbdb4d105e73323792bd9b9de2d3977a7eefa6636c17b864f123f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:54:27 ---> job-cost.sh 21:54:27 lf-activate-venv: SKIPPING 21:54:27 INFO: No Stack... 21:54:27 INFO: Retrieving Pricing Info for: v3-standard-8 21:54:28 INFO: Archiving Costs [Pipeline] sh 21:54:28 + cat /w/workspace/foundry_device-rfid-llrp-go_main/archives/cost.csv 21:54:28 + cut -d, -f6 [Pipeline] lock 21:54:28 Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-main-67-stack-cost] 21:54:28 Resource [jenkins-edgexfoundry-device-rfid-llrp-go-main-67-stack-cost] did not exist. Created. 21:54:28 Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-main-67-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:54:29 + echo total: 0.2199999988079071 [Pipeline] stash 21:54:29 Stashed 1 file(s) [Pipeline] } 21:54:29 Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-main-67-stack-cost] [Pipeline] // lock [Pipeline] } 21:54:29 $ docker stop --time=1 398d8088036bbdb4d105e73323792bd9b9de2d3977a7eefa6636c17b864f123f 21:54:30 $ docker rm -f --volumes 398d8088036bbdb4d105e73323792bd9b9de2d3977a7eefa6636c17b864f123f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 21:54:31 Running on prd-ubuntu20.04-docker-arm64-4c-16g-1968 in /w/workspace/foundry_device-rfid-llrp-go_main [Pipeline] { [Pipeline] ws 21:54:31 Running in /w/workspace/device-rfid-llrp-go/67 [Pipeline] { [Pipeline] checkout 21:54:31 Selected Git installation does not exist. Using Default 21:54:31 The recommended git tool is: NONE 21:54:38 using credential edgex-jenkins-ssh 21:54:38 Cloning the remote Git repository 21:54:38 Cloning repository git@github.com:edgexfoundry/device-rfid-llrp-go.git 21:54:38 > git init /w/workspace/device-rfid-llrp-go/67 # timeout=10 21:54:39 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git 21:54:39 > git --version # timeout=10 21:54:39 > git --version # 'git version 2.25.1' 21:54:39 using GIT_SSH to set credentials SSH Credentials for GitHub 21:54:39 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:54:40 > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 21:54:40 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:54:41 Avoid second fetch 21:54:41 Checking out Revision 2a339657893f17d018f509f5a276497842acaf2d (main) 21:54:42 > git config core.sparsecheckout # timeout=10 21:54:42 > git checkout -f 2a339657893f17d018f509f5a276497842acaf2d # timeout=10 21:54:42 Commit message: "Merge pull request #132 from lenny-intel/mb-config" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:54:43 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 21:54:43 % Total % Received % Xferd Average Speed Time Time Time Current 21:54:43 Dload Upload Total Spent Left Speed 21:54:43 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 168k 0 --:--:-- --:--:-- --:--:-- 168k [Pipeline] sh 21:54:44 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 21:54:44 + sudo tee /etc/docker/daemon.new 21:54:44 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 21:54:44 { 21:54:44 "registry-mirrors": [ 21:54:44 "https://nexus3.edgexfoundry.org:10001" 21:54:44 ], 21:54:44 "bip": "10.250.0.254/24", 21:54:44 "hosts": [ 21:54:44 "tcp://0.0.0.0:5555", 21:54:44 "unix:///var/run/docker.sock" 21:54:44 ], 21:54:44 "mtu": 1458, 21:54:44 "selinux-enabled": true, 21:54:44 "seccomp-profile": "/etc/docker/seccomp.json" 21:54:44 } [Pipeline] sh 21:54:44 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 21:54:45 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:55:03 provisioning config files... 21:55:03 copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/device-rfid-llrp-go/67@tmp/config3062839926303009657tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:55:03 ---> docker-login.sh 21:55:03 nexus3.edgexfoundry.org:10001 21:55:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:55:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:55:04 Configure a credential helper to remove this warning. See 21:55:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:55:04 21:55:04 Login Succeeded 21:55:04 nexus3.edgexfoundry.org:10002 21:55:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:55:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:55:05 Configure a credential helper to remove this warning. See 21:55:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:55:05 21:55:05 Login Succeeded 21:55:05 nexus3.edgexfoundry.org:10003 21:55:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:55:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:55:05 Configure a credential helper to remove this warning. See 21:55:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:55:05 21:55:05 Login Succeeded 21:55:05 nexus3.edgexfoundry.org:10004 21:55:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:55:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:55:05 Configure a credential helper to remove this warning. See 21:55:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:55:05 21:55:05 Login Succeeded 21:55:05 docker.io 21:55:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:55:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:55:06 Configure a credential helper to remove this warning. See 21:55:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:55:06 21:55:06 Login Succeeded 21:55:06 ---> docker-login.sh ends [Pipeline] } 21:55:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 21:55:06 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:55:06 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:55:06 ========================================================= 21:55:06 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 21:55:06 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:55:07 + 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 . 21:55:07 Sending build context to Docker daemon 1.222MB 21:55:07 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 21:55:07 Step 2/12 : FROM ${BASE} AS builder 21:55:07 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:55:07 9b18e9b68314: Pulling fs layer 21:55:07 35d82f9e3411: Pulling fs layer 21:55:07 e16973657156: Pulling fs layer 21:55:07 fc693d55d65f: Pulling fs layer 21:55:07 7e9fc2657dce: Pulling fs layer 21:55:07 dda99020689f: Pulling fs layer 21:55:07 db1c61fa0a46: Pulling fs layer 21:55:07 891c053d2c06: Pulling fs layer 21:55:07 fc693d55d65f: Waiting 21:55:07 7e9fc2657dce: Waiting 21:55:07 dda99020689f: Waiting 21:55:07 db1c61fa0a46: Waiting 21:55:07 891c053d2c06: Waiting 21:55:07 e16973657156: Verifying Checksum 21:55:07 e16973657156: Download complete 21:55:07 35d82f9e3411: Verifying Checksum 21:55:07 35d82f9e3411: Download complete 21:55:07 7e9fc2657dce: Verifying Checksum 21:55:07 7e9fc2657dce: Download complete 21:55:07 dda99020689f: Verifying Checksum 21:55:07 dda99020689f: Download complete 21:55:07 9b18e9b68314: Download complete 21:55:08 9b18e9b68314: Pull complete 21:55:08 891c053d2c06: Verifying Checksum 21:55:08 891c053d2c06: Download complete 21:55:09 35d82f9e3411: Pull complete 21:55:09 e16973657156: Pull complete 21:55:10 db1c61fa0a46: Verifying Checksum 21:55:10 db1c61fa0a46: Download complete 21:55:11 fc693d55d65f: Verifying Checksum 21:55:11 fc693d55d65f: Download complete 21:55:23 fc693d55d65f: Pull complete 21:55:23 7e9fc2657dce: Pull complete 21:55:23 dda99020689f: Pull complete 21:55:28 db1c61fa0a46: Pull complete 21:55:30 891c053d2c06: Pull complete 21:55:30 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 21:55:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 21:55:30 ---> f96f9c87975a 21:55:30 Step 3/12 : ARG ADD_BUILD_TAGS="" 21:55:32 ---> Running in 1c1eedb026ef 21:55:32 Removing intermediate container 1c1eedb026ef 21:55:32 ---> 74d93a34c467 21:55:32 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 21:55:32 ---> Running in 5a963b83a682 21:55:33 Removing intermediate container 5a963b83a682 21:55:33 ---> e5c4435d6cb7 21:55:33 Step 5/12 : ARG ALPINE_PKG_BASE="make git" 21:55:33 ---> Running in 64b635102ced 21:55:33 Removing intermediate container 64b635102ced 21:55:33 ---> 883ce7ddfb29 21:55:33 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 21:55:33 ---> Running in 1252fa61ec40 21:55:33 Removing intermediate container 1252fa61ec40 21:55:33 ---> 6b3cad739491 21:55:33 Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 21:55:33 ---> Running in 124a15596c2e 21:55:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:55:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:55:37 OK: 221 MiB in 51 packages 21:55:38 Removing intermediate container 124a15596c2e 21:55:38 ---> 2d0594a4e807 21:55:38 Step 8/12 : WORKDIR /app 21:55:38 ---> Running in 67b8048b3eb9 21:55:38 Removing intermediate container 67b8048b3eb9 21:55:38 ---> 80de744bf9aa 21:55:38 Step 9/12 : COPY go.mod vendor* ./ 21:55:39 ---> fd0f279edee0 21:55:39 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:55:39 ---> Running in 8aa4065bf39e 21:56:47 Removing intermediate container 8aa4065bf39e 21:56:47 ---> 115571452015 21:56:47 Step 11/12 : COPY . . 21:56:47 ---> 94a2630acb12 21:56:47 Step 12/12 : RUN $MAKE 21:56:47 ---> Running in d47377b98be5 21:56:47 noop 21:56:47 Removing intermediate container d47377b98be5 21:56:47 ---> 9b98bd0d378c 21:56:47 Successfully built 9b98bd0d378c 21:56:47 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:56:47 + docker inspect -f . ci-base-image-arm64 21:56:47 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:56:47 prd-ubuntu20.04-docker-arm64-4c-16g-1968 does not seem to be running inside a container 21:56:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rfid-llrp-go/67 -v /w/workspace/device-rfid-llrp-go/67:/w/workspace/device-rfid-llrp-go/67:rw,z -v /w/workspace/device-rfid-llrp-go/67@tmp:/w/workspace/device-rfid-llrp-go/67@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 21:56:49 $ docker top cbc5d60d3e60422d18d0396adca6e57c7b5ae2d26d8f8f918d8de5c3cde466d6 -eo pid,comm [Pipeline] { [Pipeline] sh 21:56:50 + go version 21:56:50 go version go1.18.7 linux/arm64 [Pipeline] } 21:56:50 $ docker stop --time=1 cbc5d60d3e60422d18d0396adca6e57c7b5ae2d26d8f8f918d8de5c3cde466d6 21:56:52 $ docker rm -f --volumes cbc5d60d3e60422d18d0396adca6e57c7b5ae2d26d8f8f918d8de5c3cde466d6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:56:52 + docker inspect -f . ci-base-image-arm64 21:56:52 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:56:52 prd-ubuntu20.04-docker-arm64-4c-16g-1968 does not seem to be running inside a container 21:56:52 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-rfid-llrp-go/67 -v /w/workspace/device-rfid-llrp-go/67:/w/workspace/device-rfid-llrp-go/67:rw,z -v /w/workspace/device-rfid-llrp-go/67@tmp:/w/workspace/device-rfid-llrp-go/67@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 21:56:54 $ docker top cb4857446846497dc70b298647701cfc16e1df9c16e4c5e5b80c8ee216c461e3 -eo pid,comm [Pipeline] { [Pipeline] sh 21:56:55 + git config --global --add safe.directory /w/workspace/device-rfid-llrp-go/67 [Pipeline] fileExists [Pipeline] sh 21:56:55 + make test 21:56:55 go test ./... -coverprofile=coverage.out ./... 21:56:57 ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] 21:58:49 ? github.com/edgexfoundry/device-rfid-llrp-go/cmd [no test files] 21:58:49 ? github.com/edgexfoundry/device-rfid-llrp-go/cmd/llrp [no test files] 21:59:28 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/driver 34.484s coverage: 38.5% of statements 21:59:28 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.635s coverage: 52.0% of statements 21:59:28 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.038s coverage: 95.5% of statements 21:59:28 WARNING: Linting skipped (not on x86_64 or linter not installed) 21:59:28 go vet ./... 22:00:07 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 22:00:07 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 22:00:07 ./bin/test-attribution-txt.sh [Pipeline] echo 22:00:07 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 22:00:07 $ docker stop --time=1 cb4857446846497dc70b298647701cfc16e1df9c16e4c5e5b80c8ee216c461e3 22:00:09 $ docker rm -f --volumes cb4857446846497dc70b298647701cfc16e1df9c16e4c5e5b80c8ee216c461e3 [Pipeline] // withDockerContainer [Pipeline] sh 22:00:10 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:00:10 Warning: overwriting stash ‘coverage-report’ 22:00:11 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 22:00:11 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:00:12 + ls -al . 22:00:12 total 640 22:00:12 drwxrwxr-x 10 jenkins jenkins 4096 Jan 11 21:56 . 22:00:12 drwxrwxr-x 4 jenkins jenkins 4096 Jan 11 21:54 .. 22:00:12 -rw-rw-r-- 1 jenkins jenkins 134 Jan 11 21:54 .dockerignore 22:00:12 drwxrwxr-x 8 jenkins jenkins 4096 Jan 11 21:54 .git 22:00:12 drwxrwxr-x 3 jenkins jenkins 4096 Jan 11 21:54 .github 22:00:12 -rw-rw-r-- 1 jenkins jenkins 946 Jan 11 21:54 .gitignore 22:00:12 -rw-rw-r-- 1 jenkins jenkins 41 Jan 11 21:54 .golangci.yml 22:00:12 -rw-rw-r-- 1 jenkins jenkins 10896 Jan 11 21:54 Attribution.txt 22:00:12 -rw-rw-r-- 1 jenkins jenkins 5905 Jan 11 21:54 CHANGELOG.md 22:00:12 -rw-rw-r-- 1 jenkins jenkins 1347 Jan 11 21:54 Dockerfile 22:00:12 -rw-rw-r-- 1 jenkins jenkins 677 Jan 11 21:54 GOVERNANCE.md 22:00:12 -rw-rw-r-- 1 jenkins jenkins 683 Jan 11 21:54 Jenkinsfile 22:00:12 -rw-rw-r-- 1 jenkins jenkins 11347 Jan 11 21:54 LICENSE 22:00:12 -rw-rw-r-- 1 jenkins jenkins 2018 Jan 11 21:54 Makefile 22:00:12 -rw-rw-r-- 1 jenkins jenkins 625 Jan 11 21:54 OWNERS.md 22:00:12 -rw-rw-r-- 1 jenkins jenkins 28496 Jan 11 21:54 README.md 22:00:12 -rw-rw-r-- 1 jenkins jenkins 11 Jan 11 21:52 VERSION 22:00:12 drwxrwxr-x 2 jenkins jenkins 4096 Jan 11 21:54 bin 22:00:12 drwxrwxr-x 4 jenkins jenkins 4096 Jan 11 21:54 cmd 22:00:12 -rw-r--r-- 1 jenkins jenkins 460049 Jan 11 21:59 coverage.out 22:00:12 drwxrwxr-x 2 jenkins jenkins 4096 Jan 11 21:54 examples 22:00:12 -rw-rw-r-- 1 jenkins jenkins 3550 Jan 11 21:54 go.mod 22:00:12 -rw-rw-r-- 1 jenkins jenkins 44766 Jan 11 21:54 go.sum 22:00:12 drwxrwxr-x 2 jenkins jenkins 4096 Jan 11 21:54 images 22:00:12 drwxrwxr-x 5 jenkins jenkins 4096 Jan 11 21:54 internal 22:00:12 drwxrwxr-x 4 jenkins jenkins 4096 Jan 11 21:54 snap 22:00:12 -rw-rw-r-- 1 jenkins jenkins 193 Jan 11 21:54 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:00:12 + docker build -t device-rfid-llrp-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=2a339657893f17d018f509f5a276497842acaf2d --label arch=arm64 --label version=3.0.0-dev.3 . 22:00:12 Sending build context to Docker daemon 1.222MB 22:00:12 Step 1/24 : ARG BASE=golang:1.18-alpine3.16 22:00:12 Step 2/24 : FROM ${BASE} AS builder 22:00:12 ---> 9b98bd0d378c 22:00:12 Step 3/24 : ARG ADD_BUILD_TAGS="" 22:00:13 ---> Running in 5718aa5c22fd 22:00:13 Removing intermediate container 5718aa5c22fd 22:00:13 ---> 47c8dea31b22 22:00:13 Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 22:00:13 ---> Running in 3bbe9748f0d4 22:00:13 Removing intermediate container 3bbe9748f0d4 22:00:13 ---> bff52a61380a 22:00:13 Step 5/24 : ARG ALPINE_PKG_BASE="make git" 22:00:13 ---> Running in 30234fbcd692 22:00:14 Removing intermediate container 30234fbcd692 22:00:14 ---> ee502ebb84f1 22:00:14 Step 6/24 : ARG ALPINE_PKG_EXTRA="" 22:00:14 ---> Running in f2d96847e8d6 22:00:14 Removing intermediate container f2d96847e8d6 22:00:14 ---> 977f525d4617 22:00:14 Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:00:14 ---> Running in 152be9e4b426 22:00:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 22:00:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 22:00:17 OK: 221 MiB in 51 packages 22:00:18 Removing intermediate container 152be9e4b426 22:00:18 ---> 295e8473eadb 22:00:18 Step 8/24 : WORKDIR /app 22:00:18 ---> Running in 5cb4437c9eaa 22:00:18 Removing intermediate container 5cb4437c9eaa 22:00:18 ---> 306974d46582 22:00:18 Step 9/24 : COPY go.mod vendor* ./ 22:00:19 ---> 0be6d845f5c0 22:00:19 Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:00:19 ---> Running in d11e505ee39b 22:00:21 Removing intermediate container d11e505ee39b 22:00:21 ---> 013f00b77100 22:00:21 Step 11/24 : COPY . . 22:00:22 ---> 0eb823c023ff 22:00:22 Step 12/24 : RUN $MAKE 22:00:22 ---> Running in d43a3f859d82 22:00:23 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-rfid-llrp-go.Version=3.0.0-dev.3" -trimpath -mod=readonly -o cmd/device-rfid-llrp ./cmd 22:03:00 Removing intermediate container d43a3f859d82 22:03:00 ---> 2dbaa1ebbba9 22:03:00 Step 13/24 : FROM alpine:3.16 22:03:00 3.16: Pulling from library/alpine 22:03:00 6875df1f5354: Pulling fs layer 22:03:00 6875df1f5354: Verifying Checksum 22:03:00 6875df1f5354: Download complete 22:03:00 6875df1f5354: Pull complete 22:03:00 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 22:03:00 Status: Downloaded newer image for alpine:3.16 22:03:00 ---> 2b4661558fb8 22:03:00 Step 14/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 22:03:00 ---> Running in 2a1f8cac1341 22:03:00 Removing intermediate container 2a1f8cac1341 22:03:00 ---> 09942dd8e40f 22:03:00 Step 15/24 : RUN apk add --update --no-cache dumb-init 22:03:00 ---> Running in 9d3ba7e7e2fb 22:03:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 22:03:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 22:03:00 (1/1) Installing dumb-init (1.2.5-r1) 22:03:00 Executing busybox-1.35.0-r17.trigger 22:03:00 OK: 5 MiB in 15 packages 22:03:00 Removing intermediate container 9d3ba7e7e2fb 22:03:00 ---> 33a6dedcf4b8 22:03:00 Step 16/24 : COPY --from=builder /app/LICENSE / 22:03:00 ---> acf40699162d 22:03:00 Step 17/24 : COPY --from=builder /app/Attribution.txt / 22:03:00 ---> 3714f9e19484 22:03:00 Step 18/24 : COPY --from=builder /app/cmd/ / 22:03:00 ---> 41a7b0ed1e7e 22:03:00 Step 19/24 : EXPOSE 59989 22:03:00 ---> Running in fa7c00161ccb 22:03:00 Removing intermediate container fa7c00161ccb 22:03:00 ---> 1c556f2344aa 22:03:00 Step 20/24 : ENTRYPOINT ["/device-rfid-llrp"] 22:03:00 ---> Running in 9deb79015f2c 22:03:00 Removing intermediate container 9deb79015f2c 22:03:00 ---> c45aff2efad8 22:03:00 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 22:03:00 ---> Running in 2ed755b884d7 22:03:00 Removing intermediate container 2ed755b884d7 22:03:00 ---> 36775429226f 22:03:00 Step 22/24 : LABEL arch=arm64 22:03:00 ---> Running in 83bf40d12a89 22:03:00 Removing intermediate container 83bf40d12a89 22:03:00 ---> 6c6c366c09d2 22:03:00 Step 23/24 : LABEL git_sha=2a339657893f17d018f509f5a276497842acaf2d 22:03:00 ---> Running in 26bf61ccb23d 22:03:00 Removing intermediate container 26bf61ccb23d 22:03:00 ---> d561e7013db5 22:03:00 Step 24/24 : LABEL version=3.0.0-dev.3 22:03:00 ---> Running in c52a7bfc7417 22:03:00 Removing intermediate container c52a7bfc7417 22:03:00 ---> 1d7a6498738b 22:03:00 [Warning] One or more build-args [ARCH] were not consumed 22:03:00 Successfully built 1d7a6498738b 22:03:00 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 22:03:00 provisioning config files... 22:03:00 copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/device-rfid-llrp-go/67@tmp/config5986510939708570358tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:03:00 ---> docker-login.sh 22:03:00 nexus3.edgexfoundry.org:10001 22:03:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:03:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:03:00 Configure a credential helper to remove this warning. See 22:03:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:03:00 22:03:00 Login Succeeded 22:03:00 nexus3.edgexfoundry.org:10002 22:03:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:03:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:03:01 Configure a credential helper to remove this warning. See 22:03:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:03:01 22:03:01 Login Succeeded 22:03:01 nexus3.edgexfoundry.org:10003 22:03:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:03:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:03:01 Configure a credential helper to remove this warning. See 22:03:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:03:01 22:03:01 Login Succeeded 22:03:01 nexus3.edgexfoundry.org:10004 22:03:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:03:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:03:02 Configure a credential helper to remove this warning. See 22:03:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:03:02 22:03:02 Login Succeeded 22:03:02 docker.io 22:03:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:03:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:03:02 Configure a credential helper to remove this warning. See 22:03:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:03:02 22:03:02 Login Succeeded 22:03:02 ---> docker-login.sh ends [Pipeline] } 22:03:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:03:02 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:03:02 [edgeXDocker.push] Tagging docker image device-rfid-llrp-arm64 with the following tags: 22:03:02 2a339657893f17d018f509f5a276497842acaf2d 22:03:02 latest 22:03:02 3.0.0-dev.3 22:03:02 2a339657893f17d018f509f5a276497842acaf2d-3.0.0-dev.3 22:03:02 main 22:03:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:03:03 + docker tag device-rfid-llrp-arm64 nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:2a339657893f17d018f509f5a276497842acaf2d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:03:03 + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:2a339657893f17d018f509f5a276497842acaf2d 22:03:03 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64] 22:03:03 b5cecc7f50cb: Preparing 22:03:03 60dcdaf34846: Preparing 22:03:03 4caaf8a3a7d2: Preparing 22:03:03 69284fabcb67: Preparing 22:03:03 17bec77d7fdc: Preparing 22:03:03 17bec77d7fdc: Layer already exists 22:03:03 60dcdaf34846: Pushed 22:03:03 4caaf8a3a7d2: Pushed 22:03:03 69284fabcb67: Pushed 22:03:09 b5cecc7f50cb: Pushed 22:03:09 2a339657893f17d018f509f5a276497842acaf2d: digest: sha256:3ee730609eb21d89b2ffea5aa90e7c3434fd02de168505a8e48e2766d4a20fb2 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:03:09 + 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 22:03:09 + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:latest 22:03:09 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64] 22:03:09 b5cecc7f50cb: Preparing 22:03:09 60dcdaf34846: Preparing 22:03:09 4caaf8a3a7d2: Preparing 22:03:09 69284fabcb67: Preparing 22:03:09 17bec77d7fdc: Preparing 22:03:09 69284fabcb67: Layer already exists 22:03:09 60dcdaf34846: Layer already exists 22:03:09 4caaf8a3a7d2: Layer already exists 22:03:09 b5cecc7f50cb: Layer already exists 22:03:09 17bec77d7fdc: Layer already exists 22:03:10 latest: digest: sha256:3ee730609eb21d89b2ffea5aa90e7c3434fd02de168505a8e48e2766d4a20fb2 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:03:10 + docker tag device-rfid-llrp-arm64 nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:3.0.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:03:10 + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:3.0.0-dev.3 22:03:10 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64] 22:03:10 b5cecc7f50cb: Preparing 22:03:10 60dcdaf34846: Preparing 22:03:10 4caaf8a3a7d2: Preparing 22:03:10 69284fabcb67: Preparing 22:03:10 17bec77d7fdc: Preparing 22:03:10 60dcdaf34846: Layer already exists 22:03:10 b5cecc7f50cb: Layer already exists 22:03:10 69284fabcb67: Layer already exists 22:03:10 4caaf8a3a7d2: Layer already exists 22:03:10 17bec77d7fdc: Layer already exists 22:03:11 3.0.0-dev.3: digest: sha256:3ee730609eb21d89b2ffea5aa90e7c3434fd02de168505a8e48e2766d4a20fb2 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:03:11 + docker tag device-rfid-llrp-arm64 nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:2a339657893f17d018f509f5a276497842acaf2d-3.0.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:03:11 + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:2a339657893f17d018f509f5a276497842acaf2d-3.0.0-dev.3 22:03:11 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64] 22:03:11 b5cecc7f50cb: Preparing 22:03:11 60dcdaf34846: Preparing 22:03:11 4caaf8a3a7d2: Preparing 22:03:11 69284fabcb67: Preparing 22:03:11 17bec77d7fdc: Preparing 22:03:11 4caaf8a3a7d2: Layer already exists 22:03:11 69284fabcb67: Layer already exists 22:03:11 b5cecc7f50cb: Layer already exists 22:03:11 60dcdaf34846: Layer already exists 22:03:11 17bec77d7fdc: Layer already exists 22:03:11 2a339657893f17d018f509f5a276497842acaf2d-3.0.0-dev.3: digest: sha256:3ee730609eb21d89b2ffea5aa90e7c3434fd02de168505a8e48e2766d4a20fb2 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:03:12 + 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 22:03:12 + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:main 22:03:12 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64] 22:03:12 b5cecc7f50cb: Preparing 22:03:12 60dcdaf34846: Preparing 22:03:12 4caaf8a3a7d2: Preparing 22:03:12 69284fabcb67: Preparing 22:03:12 17bec77d7fdc: Preparing 22:03:12 60dcdaf34846: Layer already exists 22:03:12 b5cecc7f50cb: Layer already exists 22:03:12 69284fabcb67: Layer already exists 22:03:12 4caaf8a3a7d2: Layer already exists 22:03:12 17bec77d7fdc: Layer already exists 22:03:13 main: digest: sha256:3ee730609eb21d89b2ffea5aa90e7c3434fd02de168505a8e48e2766d4a20fb2 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:03:13 ===================================================== [Pipeline] echo 22:03:13 taggedImages: 22:03:13 - nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:2a339657893f17d018f509f5a276497842acaf2d 22:03:13 - nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:latest 22:03:13 - nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:3.0.0-dev.3 22:03:13 - nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:2a339657893f17d018f509f5a276497842acaf2d-3.0.0-dev.3 22:03:13 - 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 22:03:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 22:03:13 22:03:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:03:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 22:03:13 arm64: Pulling from edgex-lftools-log-publisher 22:03:13 8998bd30e6a1: Pulling fs layer 22:03:13 04944245beec: Pulling fs layer 22:03:13 699f458cf7ca: Pulling fs layer 22:03:13 765212b225bb: Pulling fs layer 22:03:13 f23df028b6ca: Pulling fs layer 22:03:13 d65c8cfc05b1: Pulling fs layer 22:03:13 2437ff75d9bd: Pulling fs layer 22:03:13 f23df028b6ca: Waiting 22:03:13 d65c8cfc05b1: Waiting 22:03:13 2437ff75d9bd: Waiting 22:03:13 765212b225bb: Waiting 22:03:14 04944245beec: Verifying Checksum 22:03:14 04944245beec: Download complete 22:03:14 765212b225bb: Verifying Checksum 22:03:14 765212b225bb: Download complete 22:03:14 f23df028b6ca: Verifying Checksum 22:03:14 f23df028b6ca: Download complete 22:03:14 d65c8cfc05b1: Verifying Checksum 22:03:14 d65c8cfc05b1: Download complete 22:03:14 699f458cf7ca: Verifying Checksum 22:03:14 699f458cf7ca: Download complete 22:03:14 8998bd30e6a1: Download complete 22:03:17 2437ff75d9bd: Verifying Checksum 22:03:17 2437ff75d9bd: Download complete 22:03:18 8998bd30e6a1: Pull complete 22:03:18 04944245beec: Pull complete 22:03:20 699f458cf7ca: Pull complete 22:03:20 765212b225bb: Pull complete 22:03:21 f23df028b6ca: Pull complete 22:03:21 d65c8cfc05b1: Pull complete 22:03:36 2437ff75d9bd: Pull complete 22:03:36 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 22:03:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 22:03:36 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:03:36 prd-ubuntu20.04-docker-arm64-4c-16g-1968 does not seem to be running inside a container 22:03:36 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-rfid-llrp-go/67 -v /w/workspace/device-rfid-llrp-go/67:/w/workspace/device-rfid-llrp-go/67:rw,z -v /w/workspace/device-rfid-llrp-go/67@tmp:/w/workspace/device-rfid-llrp-go/67@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 22:03:39 $ docker top bd3c73945707c4e437bf851e6f711afb79683443ac2f458163a93cb3a56211c2 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:03:40 ---> job-cost.sh 22:03:40 lf-activate-venv: SKIPPING 22:03:40 INFO: No Stack... 22:03:40 INFO: Retrieving Pricing Info for: v3-standard-4 22:03:41 INFO: Archiving Costs [Pipeline] sh 22:03:42 + cut -d, -f6 22:03:42 + cat /w/workspace/device-rfid-llrp-go/67/archives/cost.csv [Pipeline] lock 22:03:42 Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-main-67-stack-cost] 22:03:42 Resource [jenkins-edgexfoundry-device-rfid-llrp-go-main-67-stack-cost] did not exist. Created. 22:03:42 Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-main-67-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:03:42 /w/workspace/device-rfid-llrp-go/67@tmp/durable-df03e152/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 22:03:43 + echo total: 0.10999999940395355 [Pipeline] stash 22:03:43 Warning: overwriting stash ‘stack-cost’ 22:03:43 Stashed 1 file(s) [Pipeline] } 22:03:43 Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-main-67-stack-cost] [Pipeline] // lock [Pipeline] } 22:03:43 $ docker stop --time=1 bd3c73945707c4e437bf851e6f711afb79683443ac2f458163a93cb3a56211c2 22:03:44 $ docker rm -f --volumes bd3c73945707c4e437bf851e6f711afb79683443ac2f458163a93cb3a56211c2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 22:03:45 provisioning config files... 22:03:45 copy managed file [device-rfid-llrp-go-codecov-token] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config11425384820958154545tmp [Pipeline] { [Pipeline] sh 22:03:45 + set +x 22:03:45 + + bash -s -- 22:03:45 curl -s https://codecov.io/bash 22:03:45 22:03:45 _____ _ 22:03:45 / ____| | | 22:03:45 | | ___ __| | ___ ___ _____ __ 22:03:45 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 22:03:45 | |___| (_) | (_| | __/ (_| (_) \ V / 22:03:45 \_____\___/ \__,_|\___|\___\___/ \_/ 22:03:45 Bash-1.0.6 22:03:45 22:03:45 22:03:45 ==> git version 2.25.1 found 22:03:45 ==> 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 22:03:45 Release-Date: 2020-01-08 22:03:45 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 22:03:45 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 22:03:45 ==> Jenkins CI detected. 22:03:45 current dir:  /w/workspace/foundry_device-rfid-llrp-go_main 22:03:45 project root: . 22:03:45 --> token set from env 22:03:45 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 22:03:45 ==> Running gcov in . (disable via -X gcov) 22:03:45 ==> Python coveragepy not found 22:03:45 ==> Searching for coverage reports in: 22:03:45 + . 22:03:45 -> Found 1 reports 22:03:45 ==> Detecting git/mercurial file structure 22:03:45 ==> Reading reports 22:03:45 + ./coverage.out bytes=460049 22:03:45 ==> Appending adjustments 22:03:45 https://docs.codecov.io/docs/fixing-reports 22:03:45 + Found adjustments 22:03:45 ==> Gzipping contents 22:03:45 52K /tmp/codecov.Qeg7ma.gz 22:03:45 ==> Uploading reports 22:03:45 url: https://codecov.io 22:03:45 query: branch=main&commit=2a339657893f17d018f509f5a276497842acaf2d&build=67&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rfid-llrp-go%2Fjob%2Fmain%2F67%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rfid-llrp-go&service=jenkins&flags=&pr=&job=&cmd_args= 22:03:45 -> Pinging Codecov 22:03:45 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=0703e47f-c946-4a15-b96a-5e99ca1c8fb5&branch=main&commit=2a339657893f17d018f509f5a276497842acaf2d&build=67&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rfid-llrp-go%2Fjob%2Fmain%2F67%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rfid-llrp-go&service=jenkins&flags=&pr=&job=&cmd_args= 22:03:46 -> Uploading to 22:03:46 https://storage.googleapis.com/codecov/v4/raw/2023-01-11/581DD39554BDF9B6E22D074273EAD858/2a339657893f17d018f509f5a276497842acaf2d/be59fe98-e051-48d1-bed0-a43f674dadf4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230111%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230111T220346Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=dd4ad81b363e168853099b6f0f6e89502c269d38594a30922671980d31ba64e4 22:03:46 % Total % Received % Xferd Average Speed Time Time Time Current 22:03:46 Dload Upload Total Spent Left Speed 22:03:46 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 51528 0 0 100 51528 0 247k --:--:-- --:--:-- --:--:-- 246k 100 51528 0 0 100 51528 0 200k --:--:-- --:--:-- --:--:-- 200k 22:03:46 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rfid-llrp-go/commit/2a339657893f17d018f509f5a276497842acaf2d [Pipeline] } 22:03:46 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 22:03:46 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 22:03:46 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:03:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:03:46 22:03:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:03:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:03:47 1.410.4: Pulling from edgex-devops/edgex-snyk-go 22:03:47 df9b9388f04a: Pulling fs layer 22:03:47 52dc419b0ee2: Pulling fs layer 22:03:47 25bc292e5bac: Pulling fs layer 22:03:47 114826534d7a: Pulling fs layer 22:03:47 4657fd5d0bcf: Pulling fs layer 22:03:47 6ad1cebc031e: Pulling fs layer 22:03:47 8a3aa393b2d8: Pulling fs layer 22:03:47 4657fd5d0bcf: Waiting 22:03:47 8a3aa393b2d8: Waiting 22:03:47 114826534d7a: Waiting 22:03:47 6ad1cebc031e: Waiting 22:03:47 25bc292e5bac: Verifying Checksum 22:03:47 25bc292e5bac: Download complete 22:03:47 52dc419b0ee2: Download complete 22:03:47 4657fd5d0bcf: Verifying Checksum 22:03:47 4657fd5d0bcf: Download complete 22:03:47 df9b9388f04a: Download complete 22:03:47 df9b9388f04a: Pull complete 22:03:47 6ad1cebc031e: Verifying Checksum 22:03:47 6ad1cebc031e: Download complete 22:03:47 52dc419b0ee2: Pull complete 22:03:47 25bc292e5bac: Pull complete 22:03:48 114826534d7a: Verifying Checksum 22:03:48 114826534d7a: Download complete 22:03:48 8a3aa393b2d8: Verifying Checksum 22:03:48 8a3aa393b2d8: Download complete 22:03:51 114826534d7a: Pull complete 22:03:51 4657fd5d0bcf: Pull complete 22:03:51 6ad1cebc031e: Pull complete 22:03:54 8a3aa393b2d8: Pull complete 22:03:54 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 22:03:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:03:54 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:03:54 prd-ubuntu20.04-docker-8c-8g-1960 does not seem to be running inside a container 22:03:54 $ 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 22:03:57 $ docker top 69085fc9c1dd22633c3227edb25c05294704d7a814a6cd51801b336c2e3df577 -eo pid,comm [Pipeline] { [Pipeline] echo 22:03:57 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-rfid-llrp-go:main' [Pipeline] sh 22:03:57 + set -o pipefail 22:03:57 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-rfid-llrp-go:main' 22:04:04 22:04:04 Monitoring /w/workspace/foundry_device-rfid-llrp-go_main (github.com/edgexfoundry/device-rfid-llrp-go)... 22:04:04 22:04:04 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/51b7f931-2ad3-4a5d-a1d2-3e401f6a993d/history/94b408b0-7df2-406b-b9ae-8df1189c469a 22:04:04 22:04:04 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 22:04:04 22:04:04 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 22:04:04 22:04:04 22:04:04 A medium severity vulnerability was found in the Snyk CLI versions you are using. 22:04:04 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 22:04:04 More details here: https://snyk.co/ue1NS [Pipeline] } 22:04:04 $ docker stop --time=1 69085fc9c1dd22633c3227edb25c05294704d7a814a6cd51801b336c2e3df577 22:04:08 $ docker rm -f --volumes 69085fc9c1dd22633c3227edb25c05294704d7a814a6cd51801b336c2e3df577 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:04:08 + git log --format=format:%s -1 2a339657893f17d018f509f5a276497842acaf2d [Pipeline] sh 22:04:09 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 22:04:09 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:04:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:04:09 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:04:09 prd-ubuntu20.04-docker-8c-8g-1960 does not seem to be running inside a container 22:04:09 $ 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 22:04:10 $ docker top 02f6d0eee9760de97ed69d5a12894d5225c629ac4913f8c508bf31b00ce58c0a -eo pid,comm 22:04:10 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). 22:04:10 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:04:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:04:10 [ssh-agent] Looking for ssh-agent implementation... 22:04:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:04:10 $ docker exec 02f6d0eee9760de97ed69d5a12894d5225c629ac4913f8c508bf31b00ce58c0a ssh-agent 22:04:10 SSH_AUTH_SOCK=/tmp/ssh-JfGqofGcIoNL/agent.32 22:04:10 SSH_AGENT_PID=38 22:04:10 Running ssh-add (command line suppressed) 22:04:10 Identity added: /w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_6864110740565902229.key (/w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_6864110740565902229.key) 22:04:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:04:10 + git semver tag 22:04:11 2023-01-11 22:04:10,999 [run_tag] DEBUG tag force:False 22:04:11 2023-01-11 22:04:10,999 [check_head_tag] DEBUG check head tag 22:04:11 2023-01-11 22:04:10,999 [execute] INFO git cat-file --batch-check 22:04:11 2023-01-11 22:04:11,000 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main, universal_newlines=False, shell=None, istream=) 22:04:11 2023-01-11 22:04:11,004 [execute] INFO git cat-file --batch 22:04:11 2023-01-11 22:04:11,004 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main, universal_newlines=False, shell=None, istream=) 22:04:11 2023-01-11 22:04:11,020 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main 22:04:11 2023-01-11 22:04:11,020 [execute] INFO git tag -a v3.0.0-dev.3 -m v3.0.0-dev.3 22:04:11 2023-01-11 22:04:11,020 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.3', '-m', 'v3.0.0-dev.3'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main, universal_newlines=False, shell=None, istream=None) 22:04:11 2023-01-11 22:04:11,025 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main 22:04:11 3.0.0-dev.3 [Pipeline] } 22:04:11 $ docker exec --env ******** --env ******** 02f6d0eee9760de97ed69d5a12894d5225c629ac4913f8c508bf31b00ce58c0a ssh-agent -k 22:04:11 unset SSH_AUTH_SOCK; 22:04:11 unset SSH_AGENT_PID; 22:04:11 echo Agent pid 38 killed; 22:04:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:04:11 + git semver [Pipeline] } 22:04:11 $ docker stop --time=1 02f6d0eee9760de97ed69d5a12894d5225c629ac4913f8c508bf31b00ce58c0a 22:04:13 $ docker rm -f --volumes 02f6d0eee9760de97ed69d5a12894d5225c629ac4913f8c508bf31b00ce58c0a [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:04:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:04:13 22:04:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:04:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:04:13 0.23.1-centos7: Pulling from edgex-lftools 22:04:13 ab5ef0e58194: Pulling fs layer 22:04:13 9712f1f96733: Pulling fs layer 22:04:13 63f879dbbcfc: Pulling fs layer 22:04:13 0d9ebad4ef96: Pulling fs layer 22:04:13 e9a5061849ea: Pulling fs layer 22:04:13 d747dcd14b5f: Pulling fs layer 22:04:13 2de7ff778b66: Pulling fs layer 22:04:13 0d9ebad4ef96: Waiting 22:04:13 e9a5061849ea: Waiting 22:04:13 d747dcd14b5f: Waiting 22:04:13 9712f1f96733: Verifying Checksum 22:04:13 9712f1f96733: Download complete 22:04:14 63f879dbbcfc: Verifying Checksum 22:04:14 63f879dbbcfc: Download complete 22:04:14 e9a5061849ea: Verifying Checksum 22:04:14 e9a5061849ea: Download complete 22:04:14 0d9ebad4ef96: Verifying Checksum 22:04:14 0d9ebad4ef96: Download complete 22:04:14 d747dcd14b5f: Download complete 22:04:14 ab5ef0e58194: Verifying Checksum 22:04:14 ab5ef0e58194: Download complete 22:04:14 2de7ff778b66: Verifying Checksum 22:04:14 2de7ff778b66: Download complete 22:04:17 ab5ef0e58194: Pull complete 22:04:17 9712f1f96733: Pull complete 22:04:18 63f879dbbcfc: Pull complete 22:04:22 0d9ebad4ef96: Pull complete 22:04:22 e9a5061849ea: Pull complete 22:04:22 d747dcd14b5f: Pull complete 22:04:23 2de7ff778b66: Pull complete 22:04:23 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 22:04:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:04:23 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:04:23 prd-ubuntu20.04-docker-8c-8g-1960 does not seem to be running inside a container 22:04:23 $ 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 22:04:28 $ docker top 45ebf4afb0a8fa3fe4460ed29cb24edb7c2bb336704b605c9f89fb8a10a4c40d -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 22:04:28 provisioning config files... 22:04:28 copy managed file [sigul-config] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config9867936326528861541tmp 22:04:28 copy managed file [sigul-password] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config6107093931720045516tmp 22:04:28 copy managed file [sigul-pki] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config4831993235398700595tmp [Pipeline] { [Pipeline] echo 22:04:28 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 22:04:28 ---> sigul-configuration.sh 22:04:28 gpg: directory `/root/.gnupg' created 22:04:28 gpg: new configuration file `/root/.gnupg/gpg.conf' created 22:04:28 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 22:04:28 gpg: keyring `/root/.gnupg/secring.gpg' created 22:04:28 gpg: keyring `/root/.gnupg/pubring.gpg' created 22:04:28 gpg: CAST5 encrypted data 22:04:28 gpg: encrypted with 1 passphrase 22:04:28 gpg: WARNING: message was not integrity protected [Pipeline] sh 22:04:29 + mkdir /home/jenkins 22:04:29 + mkdir /home/jenkins/sigul [Pipeline] sh 22:04:29 + 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 22:04:29 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 22:04:29 ---> sigul-install.sh 22:04:29 Sigul already installed; skipping installation. [Pipeline] sh 22:04:29 + git tag --list 22:04:29 v0.0.0 22:04:29 v1.0.0 22:04:29 v2.1.0 22:04:29 v2.1.1 22:04:29 v2.1.1-dev.1 22:04:29 v2.2.0 22:04:29 v2.2.1-dev.1 22:04:29 v2.2.1-dev.2 22:04:29 v2.2.1-dev.3 22:04:29 v2.2.1-dev.4 22:04:29 v2.2.1-dev.5 22:04:29 v2.2.1-dev.6 22:04:29 v2.2.1-dev.7 22:04:29 v2.3.0 22:04:29 v2.3.0-dev.10 22:04:29 v2.3.0-dev.11 22:04:29 v2.3.0-dev.12 22:04:29 v2.3.0-dev.13 22:04:29 v2.3.0-dev.14 22:04:29 v2.3.0-dev.15 22:04:29 v2.3.0-dev.16 22:04:29 v2.3.0-dev.17 22:04:29 v2.3.0-dev.18 22:04:29 v2.3.0-dev.19 22:04:29 v2.3.0-dev.20 22:04:29 v2.3.0-dev.21 22:04:29 v2.3.0-dev.22 22:04:29 v2.3.0-dev.23 22:04:29 v2.3.0-dev.7 22:04:29 v2.3.0-dev.8 22:04:29 v2.3.0-dev.9 22:04:29 v3.0.0-dev.1 22:04:29 v3.0.0-dev.2 22:04:29 v3.0.0-dev.3 [Pipeline] sh 22:04:30 + lftools sign git-tag v3.0.0-dev.3 22:04:30 Signing Git tag with Sigul... 22:04:30 Signing v3.0.0-dev.3 [Pipeline] echo 22:04:31 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 22:04:31 ---> sigul-configuration-cleanup.sh [Pipeline] } 22:04:31 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 22:04:31 $ docker stop --time=1 45ebf4afb0a8fa3fe4460ed29cb24edb7c2bb336704b605c9f89fb8a10a4c40d 22:04:32 $ docker rm -f --volumes 45ebf4afb0a8fa3fe4460ed29cb24edb7c2bb336704b605c9f89fb8a10a4c40d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 22:04:33 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 22:04:33 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:04:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:04:33 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:04:33 prd-ubuntu20.04-docker-8c-8g-1960 does not seem to be running inside a container 22:04:33 $ 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 22:04:33 $ docker top b45c7000e9a1c46372edff571ade830ea115d9f952fe7e35b3ce95b88f553507 -eo pid,comm 22:04:33 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). 22:04:33 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:04:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:04:33 [ssh-agent] Looking for ssh-agent implementation... 22:04:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:04:34 $ docker exec b45c7000e9a1c46372edff571ade830ea115d9f952fe7e35b3ce95b88f553507 ssh-agent 22:04:34 SSH_AUTH_SOCK=/tmp/ssh-3fu06AIMi3oo/agent.31 22:04:34 SSH_AGENT_PID=37 22:04:34 Running ssh-add (command line suppressed) 22:04:34 Identity added: /w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_17648518058032738903.key (/w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_17648518058032738903.key) 22:04:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:04:34 + git semver bump pre 22:04:34 2023-01-11 22:04:34,747 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main 22:04:34 2023-01-11 22:04:34,747 [bump_version] DEBUG bumping version:3.0.0-dev.3 on axis:pre with prefix:dev 22:04:34 2023-01-11 22:04:34,748 [bump_version] DEBUG bumped version:3.0.0-dev.4 22:04:34 2023-01-11 22:04:34,748 [write_version] DEBUG write version:3.0.0-dev.4 to path:/w/workspace/foundry_device-rfid-llrp-go_main/.semver/main with force:True 22:04:34 2023-01-11 22:04:34,748 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main 22:04:34 2023-01-11 22:04:34,748 [write_file] DEBUG write to file:/w/workspace/foundry_device-rfid-llrp-go_main/.semver/main 22:04:34 2023-01-11 22:04:34,749 [execute] INFO git cat-file --batch-check 22:04:34 2023-01-11 22:04:34,750 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main/.semver, universal_newlines=False, shell=None, istream=) 22:04:34 2023-01-11 22:04:34,755 [execute] INFO git cat-file --batch 22:04:34 2023-01-11 22:04:34,755 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main/.semver, universal_newlines=False, shell=None, istream=) 22:04:34 2023-01-11 22:04:34,761 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main 22:04:34 3.0.0-dev.4 [Pipeline] } 22:04:34 $ docker exec --env ******** --env ******** b45c7000e9a1c46372edff571ade830ea115d9f952fe7e35b3ce95b88f553507 ssh-agent -k 22:04:34 unset SSH_AUTH_SOCK; 22:04:34 unset SSH_AGENT_PID; 22:04:34 echo Agent pid 37 killed; 22:04:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:04:35 + git semver [Pipeline] } 22:04:35 $ docker stop --time=1 b45c7000e9a1c46372edff571ade830ea115d9f952fe7e35b3ce95b88f553507 22:04:36 $ docker rm -f --volumes b45c7000e9a1c46372edff571ade830ea115d9f952fe7e35b3ce95b88f553507 [Pipeline] // withDockerContainer [Pipeline] sh 22:04:37 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 22:04:37 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:04:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:04:37 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:04:37 prd-ubuntu20.04-docker-8c-8g-1960 does not seem to be running inside a container 22:04:37 $ 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 22:04:37 $ docker top fe24b637b20cd5ed16be9bfacd4a9193af3d6db7afcac3b8896de11ec868a4f8 -eo pid,comm 22:04:37 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). 22:04:37 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:04:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:04:37 [ssh-agent] Looking for ssh-agent implementation... 22:04:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:04:38 $ docker exec fe24b637b20cd5ed16be9bfacd4a9193af3d6db7afcac3b8896de11ec868a4f8 ssh-agent 22:04:38 SSH_AUTH_SOCK=/tmp/ssh-LQq6Wsecq14I/agent.30 22:04:38 SSH_AGENT_PID=36 22:04:38 Running ssh-add (command line suppressed) 22:04:38 Identity added: /w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_2870390435796067558.key (/w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_2870390435796067558.key) 22:04:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:04:38 + git semver push 22:04:38 2023-01-11 22:04:38,767 [run_push] DEBUG push 22:04:38 2023-01-11 22:04:38,767 [execute] INFO git cat-file --batch-check 22:04:38 2023-01-11 22:04:38,768 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main/.semver, universal_newlines=False, shell=None, istream=) 22:04:38 2023-01-11 22:04:38,772 [execute] INFO git rev-list f2d7ce8c5b027819080e26677e3573651c0e6810 -- 22:04:38 2023-01-11 22:04:38,773 [execute] DEBUG Popen(['git', 'rev-list', 'f2d7ce8c5b027819080e26677e3573651c0e6810', '--'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main/.semver, universal_newlines=False, shell=None, istream=None) 22:04:38 2023-01-11 22:04:38,780 [execute] INFO git fetch -v origin 22:04:38 2023-01-11 22:04:38,781 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main/.semver, universal_newlines=True, shell=None, istream=None) 22:04:39 2023-01-11 22:04:39,266 [run_push] DEBUG no remote changes detected 22:04:39 2023-01-11 22:04:39,266 [execute] INFO git push origin semver 22:04:39 2023-01-11 22:04:39,266 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main/.semver, universal_newlines=False, shell=None, istream=None) 22:04:40 2023-01-11 22:04:40,120 [run_push] DEBUG push all version tags 22:04:40 2023-01-11 22:04:40,120 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 22:04:40 2023-01-11 22:04:40,121 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main, universal_newlines=False, shell=None, istream=None) 22:04:41 2023-01-11 22:04:40,931 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main 22:04:41 3.0.0-dev.4 [Pipeline] } 22:04:41 $ docker exec --env ******** --env ******** fe24b637b20cd5ed16be9bfacd4a9193af3d6db7afcac3b8896de11ec868a4f8 ssh-agent -k 22:04:41 unset SSH_AUTH_SOCK; 22:04:41 unset SSH_AGENT_PID; 22:04:41 echo Agent pid 36 killed; 22:04:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:04:41 + git semver [Pipeline] } 22:04:41 $ docker stop --time=1 fe24b637b20cd5ed16be9bfacd4a9193af3d6db7afcac3b8896de11ec868a4f8 22:04:43 $ docker rm -f --volumes fe24b637b20cd5ed16be9bfacd4a9193af3d6db7afcac3b8896de11ec868a4f8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 22:04:43 + [ -d /w/workspace/foundry_device-rfid-llrp-go_main/archives ] 22:04:43 + ls -al /w/workspace/foundry_device-rfid-llrp-go_main/archives 22:04:43 total 16 22:04:43 drwxr-xr-x 3 root root 4096 Jan 11 21:54 . 22:04:43 drwxrwxr-x 12 jenkins jenkins 4096 Jan 11 22:04 .. 22:04:43 drwxr-xr-x 2 root root 4096 Jan 11 21:54 cost 22:04:43 -rw-r--r-- 1 root root 90 Jan 11 21:54 cost.csv 22:04:43 + sudo chown -R jenkins:jenkins /w/workspace/foundry_device-rfid-llrp-go_main/archives 22:04:43 + ls -al /w/workspace/foundry_device-rfid-llrp-go_main/archives 22:04:43 total 16 22:04:43 drwxr-xr-x 3 jenkins jenkins 4096 Jan 11 21:54 . 22:04:43 drwxrwxr-x 12 jenkins jenkins 4096 Jan 11 22:04 .. 22:04:43 drwxr-xr-x 2 jenkins jenkins 4096 Jan 11 21:54 cost 22:04:43 -rw-r--r-- 1 jenkins jenkins 90 Jan 11 21:54 cost.csv [Pipeline] libraryResource [Pipeline] sh 22:04:44 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:04:45 ---> package-listing.sh 22:04:45 ++ facter osfamily 22:04:45 ++ tr '[:upper:]' '[:lower:]' 22:04:45 + OS_FAMILY=debian 22:04:45 + workspace=/w/workspace/foundry_device-rfid-llrp-go_main 22:04:45 + START_PACKAGES=/tmp/packages_start.txt 22:04:45 + END_PACKAGES=/tmp/packages_end.txt 22:04:45 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:04:45 + PACKAGES=/tmp/packages_start.txt 22:04:45 + '[' /w/workspace/foundry_device-rfid-llrp-go_main ']' 22:04:45 + PACKAGES=/tmp/packages_end.txt 22:04:45 + case "${OS_FAMILY}" in 22:04:45 + dpkg -l 22:04:45 + grep '^ii' 22:04:45 + '[' -f /tmp/packages_start.txt ']' 22:04:45 + '[' -f /tmp/packages_end.txt ']' 22:04:45 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:04:45 + '[' /w/workspace/foundry_device-rfid-llrp-go_main ']' 22:04:45 + mkdir -p /w/workspace/foundry_device-rfid-llrp-go_main/archives/ 22:04:45 + 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 22:04:45 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 22:04:45 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:04:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:04:46 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:04:46 prd-ubuntu20.04-docker-8c-8g-1960 does not seem to be running inside a container 22:04:46 $ 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 22:04:46 $ docker top cc043931503461f03cc7946edf71bbb5ddb38e9489b8054a018451fdc81b6303 -eo pid,comm [Pipeline] { [Pipeline] sh 22:04:46 + touch /tmp/pre-build-complete [Pipeline] sh 22:04:47 + mkdir -p /var/log/sysstat [Pipeline] sh 22:04:47 + ls /var/log/sa-host 22:04:47 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:04:47 provisioning config files... 22:04:47 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config1867862159935125353tmp [Pipeline] { [Pipeline] echo 22:04:47 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:04:47 ---> create-netrc.sh [Pipeline] } 22:04:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 22:04:48 ---> python-tools-install.sh [Pipeline] echo 22:04:48 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:04:48 ---> sudo-logs.sh 22:04:48 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 22:04:48 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:04:48 ---> job-cost.sh 22:04:48 lf-activate-venv: SKIPPING 22:04:48 DEBUG: total: 0.2199999988079071 22:04:48 INFO: Retrieving Stack Cost... 22:04:49 INFO: Retrieving Pricing Info for: v3-standard-8 22:04:49 INFO: Archiving Costs [Pipeline] echo 22:04:49 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:04:50 ---> logs-deploy.sh 22:04:50 lf-activate-venv: SKIPPING 22:04:50 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rfid-llrp-go/main/67 22:04:50 INFO: archiving workspace using pattern(s): 22:04:51 Archives upload complete. 22:04:51 INFO: archiving logs to Nexus