Pull request #213 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 8df8d08ef680d3e6759f4499028696817167db5f+2f54bd8158ccdc44977c3c173d19ed6e18b43dfa (0835d7073d267dd2b3e416fe254b7ff7a21e0fff) 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-ssh9846751833962600102.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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-ssh12473830963125518335.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 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rfid-llrp-go/branches/PR-213/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 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/PR-213/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh1611245727163568781.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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/PR-213/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh5463255159439218863.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 # timeout=10 Commit message: "fix: bug with isLTS relying on env.GIT_BRANCH inside cd-management repo (#429)" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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-ssh758156765676123158.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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rfid-llrp-go/branches/PR-213/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 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/PR-213/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh14608216170374159115.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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.20 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-rfid-llrp DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-10984 in /w/workspace/undry_device-rfid-llrp-go_PR-213 [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/undry_device-rfid-llrp-go_PR-213 # 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 > 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 remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git 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/pull/213/head:refs/remotes/origin/PR-213 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 2f54bd8158ccdc44977c3c173d19ed6e18b43dfa into PR head commit 8df8d08ef680d3e6759f4499028696817167db5f Merge succeeded, producing 8df8d08ef680d3e6759f4499028696817167db5f Checking out Revision 8df8d08ef680d3e6759f4499028696817167db5f (PR-213) Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 10:59:45 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git config core.sparsecheckout # timeout=10 > git checkout -f 8df8d08ef680d3e6759f4499028696817167db5f # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 2f54bd8158ccdc44977c3c173d19ed6e18b43dfa # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8df8d08ef680d3e6759f4499028696817167db5f # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:59:45 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:59:45 ========================================================= 10:59:45 EdgeX Global Pipelines Version Info 10:59:45 ========================================================= [Pipeline] libraryResource [Pipeline] sh 10:59:46 ------------------- 10:59:46 stable info: 10:59:46 ------------------- 10:59:46 Commited By: Bill Mahoney bill.mahoney@intel.com 10:59:46 Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 10:59:46 Message: update stable to v1.0.248 10:59:46 ------------------- 10:59:46 experimental info: 10:59:46 ------------------- 10:59:46 Commited By: **** collab-it+edgex@linuxfoundation.org 10:59:46 Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 10:59:46 Message: update experimental to v1.0.248 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:59:47 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rfid-llrp-go-settings [Pipeline] echo 10:59:47 [edgeXSetupEnvironment]: set envvar PROJECT = device-rfid-llrp-go [Pipeline] echo 10:59:47 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 10:59:47 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 10:59:47 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 10:59:47 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 10:59:47 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 10:59:47 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 10:59:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 10:59:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 10:59:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 10:59:47 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rfid-llrp [Pipeline] echo 10:59:47 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 10:59:47 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 10:59:47 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 10:59:47 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 10:59:47 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 10:59:47 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 10:59:47 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 10:59:48 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 10:59:48 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 10:59:48 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 10:59:48 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 10:59:48 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 10:59:48 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 10:59:48 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 10:59:48 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 10:59:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-213 [Pipeline] echo 10:59:48 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-213 [Pipeline] echo 10:59:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-213 [Pipeline] echo 10:59:48 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8df8d08ef680d3e6759f4499028696817167db5f [Pipeline] echo 10:59:48 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8df8d08 [Pipeline] echo 10:59:48 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:59:48 provisioning config files... 10:59:48 copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/undry_device-rfid-llrp-go_PR-213@tmp/config13202854235606810826tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:59:49 ---> docker-login.sh 10:59:49 nexus3.edgexfoundry.org:10001 10:59:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:59:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:59:49 Configure a credential helper to remove this warning. See 10:59:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:59:49 10:59:49 Login Succeeded 10:59:49 nexus3.edgexfoundry.org:10002 10:59:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:59:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:59:49 Configure a credential helper to remove this warning. See 10:59:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:59:49 10:59:49 Login Succeeded 10:59:49 nexus3.edgexfoundry.org:10003 10:59:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:59:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:59:49 Configure a credential helper to remove this warning. See 10:59:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:59:49 10:59:49 Login Succeeded 10:59:49 nexus3.edgexfoundry.org:10004 10:59:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:59:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:59:49 Configure a credential helper to remove this warning. See 10:59:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:59:49 10:59:49 Login Succeeded 10:59:49 docker.io 10:59:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:59:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:59:50 Configure a credential helper to remove this warning. See 10:59:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:59:50 10:59:50 Login Succeeded 10:59:50 ---> docker-login.sh ends [Pipeline] } 10:59:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 10:59:50 + git rev-list -1 --merges 8df8d08ef680d3e6759f4499028696817167db5f~1..8df8d08ef680d3e6759f4499028696817167db5f [Pipeline] echo 10:59:50 -----------> git rev-list -1 --merges 8df8d08ef680d3e6759f4499028696817167db5f~1..8df8d08ef680d3e6759f4499028696817167db5f 8df8d08ef680d3e6759f4499028696817167db5f [false] [Pipeline] sh 10:59:51 + git log --format=format:%s -1 8df8d08ef680d3e6759f4499028696817167db5f [Pipeline] echo 10:59:51 ========================================================= 10:59:51 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 10:59:51 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:59:51 + git log --format=format:%s -1 8df8d08ef680d3e6759f4499028696817167db5f [Pipeline] echo 10:59:51 [semverPrep] GIT_COMMIT: 8df8d08ef680d3e6759f4499028696817167db5f, Commit Message: build(deps): bump github.com/edgexfoundry/device-sdk-go/v3 [Pipeline] echo 10:59:51 [semverPrep] This is not a build commit. [Pipeline] sh 10:59:52 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 10:59:52 + grep -v github /etc/ssh/ssh_known_hosts 10:59:52 + [ -e /tmp/ssh_known_hosts ] 10:59:52 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 10:59:52 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 10:59:52 + sudo tee -a /etc/ssh/ssh_known_hosts 10:59:52 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:59:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:59:52 10:59:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:59:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:59:52 0.1.4: Pulling from edgex-devops/py-git-semver 10:59:52 b85a868b505f: Pulling fs layer 10:59:52 e2be974225ed: Pulling fs layer 10:59:52 339a4e72a1f5: Pulling fs layer 10:59:52 988bab9f4d93: Pulling fs layer 10:59:52 1469e6f7b9e6: Pulling fs layer 10:59:52 eaf3925da568: Pulling fs layer 10:59:52 1469e6f7b9e6: Waiting 10:59:52 988bab9f4d93: Waiting 10:59:52 bab4dde63d76: Pulling fs layer 10:59:52 bde34c3a00c8: Pulling fs layer 10:59:52 b352a97aabf1: Pulling fs layer 10:59:52 eaf3925da568: Waiting 10:59:52 bde34c3a00c8: Waiting 10:59:52 bab4dde63d76: Waiting 10:59:52 4872d77fe225: Pulling fs layer 10:59:52 5851b861e8e6: Pulling fs layer 10:59:52 b352a97aabf1: Waiting 10:59:52 4872d77fe225: Waiting 10:59:52 5851b861e8e6: Waiting 10:59:52 e2be974225ed: Verifying Checksum 10:59:52 e2be974225ed: Download complete 10:59:52 988bab9f4d93: Download complete 10:59:53 1469e6f7b9e6: Verifying Checksum 10:59:53 1469e6f7b9e6: Download complete 10:59:53 339a4e72a1f5: Verifying Checksum 10:59:53 339a4e72a1f5: Download complete 10:59:53 eaf3925da568: Verifying Checksum 10:59:53 eaf3925da568: Download complete 10:59:53 bde34c3a00c8: Download complete 10:59:53 b352a97aabf1: Verifying Checksum 10:59:53 b352a97aabf1: Download complete 10:59:53 4872d77fe225: Download complete 10:59:53 5851b861e8e6: Verifying Checksum 10:59:53 5851b861e8e6: Download complete 10:59:53 b85a868b505f: Download complete 10:59:53 bab4dde63d76: Verifying Checksum 10:59:53 bab4dde63d76: Download complete 10:59:54 b85a868b505f: Pull complete 10:59:54 e2be974225ed: Pull complete 10:59:55 339a4e72a1f5: Pull complete 10:59:55 988bab9f4d93: Pull complete 10:59:55 1469e6f7b9e6: Pull complete 10:59:55 eaf3925da568: Pull complete 10:59:57 bab4dde63d76: Pull complete 10:59:57 bde34c3a00c8: Pull complete 10:59:57 b352a97aabf1: Pull complete 10:59:57 4872d77fe225: Pull complete 10:59:58 5851b861e8e6: Pull complete 10:59:58 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 10:59:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:59:58 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:59:58 prd-ubuntu20.04-docker-8c-8g-10984 does not seem to be running inside a container 10:59:58 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_device-rfid-llrp-go_PR-213 -v /w/workspace/undry_device-rfid-llrp-go_PR-213:/w/workspace/undry_device-rfid-llrp-go_PR-213:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-213@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-213@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 11:00:01 $ docker top a5e0a0af8ebf32fcef360172e4bd98b80d0f274c02e1999bca0a34757c820d7c -eo pid,comm 11:00:01 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). 11:00:01 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:00:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:00:01 [ssh-agent] Looking for ssh-agent implementation... 11:00:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:00:01 $ docker exec a5e0a0af8ebf32fcef360172e4bd98b80d0f274c02e1999bca0a34757c820d7c ssh-agent 11:00:02 SSH_AUTH_SOCK=/tmp/ssh-rHAJkj19E1hz/agent.33 11:00:02 SSH_AGENT_PID=39 11:00:02 Running ssh-add (command line suppressed) 11:00:02 Identity added: /w/workspace/undry_device-rfid-llrp-go_PR-213@tmp/private_key_4209045998519036328.key (/w/workspace/undry_device-rfid-llrp-go_PR-213@tmp/private_key_4209045998519036328.key) 11:00:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:00:02 + git tag --points-at HEAD [Pipeline] } 11:00:02 $ docker exec --env ******** --env ******** a5e0a0af8ebf32fcef360172e4bd98b80d0f274c02e1999bca0a34757c820d7c ssh-agent -k 11:00:02 unset SSH_AUTH_SOCK; 11:00:02 unset SSH_AGENT_PID; 11:00:02 echo Agent pid 39 killed; 11:00:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 11:00:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:00:02 [ssh-agent] Looking for ssh-agent implementation... 11:00:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:00:02 $ docker exec a5e0a0af8ebf32fcef360172e4bd98b80d0f274c02e1999bca0a34757c820d7c ssh-agent 11:00:03 SSH_AUTH_SOCK=/tmp/ssh-gGWxwlIKzi8f/agent.71 11:00:03 SSH_AGENT_PID=77 11:00:03 Running ssh-add (command line suppressed) 11:00:03 Identity added: /w/workspace/undry_device-rfid-llrp-go_PR-213@tmp/private_key_16293838819746338624.key (/w/workspace/undry_device-rfid-llrp-go_PR-213@tmp/private_key_16293838819746338624.key) 11:00:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:00:03 + git semver init 11:00:03 2023-04-26 11:00:03,711 [run_init] DEBUG init version:0.0.0 force:False 11:00:03 2023-04-26 11:00:03,712 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/undry_device-rfid-llrp-go_PR-213/.semver 11:00:03 2023-04-26 11:00:03,713 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rfid-llrp-go.git /w/workspace/undry_device-rfid-llrp-go_PR-213/.semver 11:00:03 2023-04-26 11:00:03,713 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-rfid-llrp-go.git', '/w/workspace/undry_device-rfid-llrp-go_PR-213/.semver'], cwd=/w/workspace/undry_device-rfid-llrp-go_PR-213, universal_newlines=False, shell=None, istream=None) 11:00:05 2023-04-26 11:00:04,923 [append_file] DEBUG append to file:/w/workspace/undry_device-rfid-llrp-go_PR-213/.git/info/exclude 11:00:05 2023-04-26 11:00:04,924 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/undry_device-rfid-llrp-go_PR-213/.semver/PR-213 with force:False 11:00:05 2023-04-26 11:00:04,924 [write_file] DEBUG write to file:/w/workspace/undry_device-rfid-llrp-go_PR-213/.semver/PR-213 11:00:05 2023-04-26 11:00:04,929 [execute] INFO git cat-file --batch-check 11:00:05 2023-04-26 11:00:04,929 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/undry_device-rfid-llrp-go_PR-213/.semver, universal_newlines=False, shell=None, istream=) 11:00:05 2023-04-26 11:00:04,938 [execute] INFO git cat-file --batch 11:00:05 2023-04-26 11:00:04,938 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/undry_device-rfid-llrp-go_PR-213/.semver, universal_newlines=False, shell=None, istream=) 11:00:05 2023-04-26 11:00:04,944 [read_version] DEBUG read version from /w/workspace/undry_device-rfid-llrp-go_PR-213/.semver/PR-213 11:00:05 0.0.0 [Pipeline] } 11:00:05 $ docker exec --env ******** --env ******** a5e0a0af8ebf32fcef360172e4bd98b80d0f274c02e1999bca0a34757c820d7c ssh-agent -k 11:00:05 unset SSH_AUTH_SOCK; 11:00:05 unset SSH_AGENT_PID; 11:00:05 echo Agent pid 77 killed; 11:00:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:00:05 + git semver [Pipeline] } 11:00:06 $ docker stop --time=1 a5e0a0af8ebf32fcef360172e4bd98b80d0f274c02e1999bca0a34757c820d7c 11:00:07 $ docker rm -f --volumes a5e0a0af8ebf32fcef360172e4bd98b80d0f274c02e1999bca0a34757c820d7c [Pipeline] // withDockerContainer [Pipeline] sh 11:00:08 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 11:00:08 Stashed 1 file(s) [Pipeline] echo 11:00:08 [edgeXSemver]: initialized semver on version 0.0.0 [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 11:00:08 provisioning config files... 11:00:08 copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/undry_device-rfid-llrp-go_PR-213@tmp/config8927088421752872620tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:00:09 ---> docker-login.sh 11:00:09 nexus3.edgexfoundry.org:10001 11:00:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:00:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:00:09 Configure a credential helper to remove this warning. See 11:00:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:00:09 11:00:09 Login Succeeded 11:00:09 nexus3.edgexfoundry.org:10002 11:00:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:00:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:00:09 Configure a credential helper to remove this warning. See 11:00:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:00:09 11:00:09 Login Succeeded 11:00:09 nexus3.edgexfoundry.org:10003 11:00:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:00:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:00:09 Configure a credential helper to remove this warning. See 11:00:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:00:09 11:00:09 Login Succeeded 11:00:09 nexus3.edgexfoundry.org:10004 11:00:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:00:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:00:09 Configure a credential helper to remove this warning. See 11:00:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:00:09 11:00:09 Login Succeeded 11:00:09 docker.io 11:00:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:00:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:00:13 Configure a credential helper to remove this warning. See 11:00:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:00:13 11:00:13 Login Succeeded 11:00:13 ---> docker-login.sh ends [Pipeline] } 11:00:13 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 11:00:13 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 11:00:13 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 11:00:13 ========================================================= 11:00:13 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 11:00:13 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:13 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . 11:00:13 Sending build context to Docker daemon 4.224MB 11:00:13 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 11:00:13 Step 2/12 : FROM ${BASE} AS builder 11:00:13 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 11:00:13 f56be85fc22e: Pulling fs layer 11:00:13 85791d961cd3: Pulling fs layer 11:00:13 d694b5ae8c79: Pulling fs layer 11:00:13 9f32a84ed3da: Pulling fs layer 11:00:13 4d19c01a9841: Pulling fs layer 11:00:13 9325e15d5711: Pulling fs layer 11:00:13 556b6ee489ea: Pulling fs layer 11:00:13 c5a4b2cf53e6: Pulling fs layer 11:00:13 9f32a84ed3da: Waiting 11:00:13 556b6ee489ea: Waiting 11:00:13 c5a4b2cf53e6: Waiting 11:00:13 4d19c01a9841: Waiting 11:00:13 9325e15d5711: Waiting 11:00:13 85791d961cd3: Verifying Checksum 11:00:13 85791d961cd3: Download complete 11:00:13 9f32a84ed3da: Verifying Checksum 11:00:13 9f32a84ed3da: Download complete 11:00:14 4d19c01a9841: Verifying Checksum 11:00:14 4d19c01a9841: Download complete 11:00:14 f56be85fc22e: Verifying Checksum 11:00:14 f56be85fc22e: Download complete 11:00:14 9325e15d5711: Verifying Checksum 11:00:14 9325e15d5711: Download complete 11:00:14 f56be85fc22e: Pull complete 11:00:14 85791d961cd3: Pull complete 11:00:14 c5a4b2cf53e6: Verifying Checksum 11:00:14 c5a4b2cf53e6: Download complete 11:00:14 d694b5ae8c79: Verifying Checksum 11:00:14 d694b5ae8c79: Download complete 11:00:14 556b6ee489ea: Verifying Checksum 11:00:14 556b6ee489ea: Download complete 11:00:18 d694b5ae8c79: Pull complete 11:00:18 9f32a84ed3da: Pull complete 11:00:18 4d19c01a9841: Pull complete 11:00:18 9325e15d5711: Pull complete 11:00:21 556b6ee489ea: Pull complete 11:00:22 c5a4b2cf53e6: Pull complete 11:00:22 Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b 11:00:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 11:00:22 ---> c4be618373d6 11:00:22 Step 3/12 : ARG ADD_BUILD_TAGS="" 11:00:23 Still waiting to schedule task 11:00:23 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 11:00:27 ---> Running in 50017d02eba4 11:00:27 Removing intermediate container 50017d02eba4 11:00:27 ---> 366d16bcd8fd 11:00:27 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 11:00:27 ---> Running in 69be5fb8f503 11:00:27 Removing intermediate container 69be5fb8f503 11:00:27 ---> de3e802de97c 11:00:27 Step 5/12 : ARG ALPINE_PKG_BASE="make git" 11:00:27 ---> Running in 07208e59e812 11:00:27 Removing intermediate container 07208e59e812 11:00:27 ---> 19ed2769ad5f 11:00:27 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 11:00:27 ---> Running in 81ae21f6d2c7 11:00:27 Removing intermediate container 81ae21f6d2c7 11:00:27 ---> 81d1e3c4a1a9 11:00:27 Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:00:27 ---> Running in f46cb8783e4d 11:00:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 11:00:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 11:00:28 OK: 265 MiB in 53 packages 11:00:28 Removing intermediate container f46cb8783e4d 11:00:28 ---> 03d16009256f 11:00:28 Step 8/12 : WORKDIR /app 11:00:28 ---> Running in a59aee484510 11:00:29 Removing intermediate container a59aee484510 11:00:29 ---> 662367866525 11:00:29 Step 9/12 : COPY go.mod vendor* ./ 11:00:29 ---> d16f0df83ecb 11:00:29 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:00:29 ---> Running in 693772c73e29 11:01:15 Removing intermediate container 693772c73e29 11:01:15 ---> 144470e54d5c 11:01:15 Step 11/12 : COPY . . 11:01:15 ---> cfbde50bfdf9 11:01:15 Step 12/12 : RUN $MAKE 11:01:15 ---> Running in 99f544e62856 11:01:15 noop 11:01:15 Removing intermediate container 99f544e62856 11:01:15 ---> f15907e8f775 11:01:15 Successfully built f15907e8f775 11:01:15 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:16 + docker inspect -f . ci-base-image-x86_64 11:01:16 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:01:16 prd-ubuntu20.04-docker-8c-8g-10984 does not seem to be running inside a container 11:01:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/undry_device-rfid-llrp-go_PR-213 -v /w/workspace/undry_device-rfid-llrp-go_PR-213:/w/workspace/undry_device-rfid-llrp-go_PR-213:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-213@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-213@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 ******** -e ******** ci-base-image-x86_64 cat 11:01:16 $ docker top abde3de50c1953c4d2f4cea006ffacd48f63834a66bd3f4aaaf799544be3ba93 -eo pid,comm [Pipeline] { [Pipeline] sh 11:01:17 + go version 11:01:17 go version go1.20.2 linux/amd64 [Pipeline] } 11:01:17 $ docker stop --time=1 abde3de50c1953c4d2f4cea006ffacd48f63834a66bd3f4aaaf799544be3ba93 11:01:18 $ docker rm -f --volumes abde3de50c1953c4d2f4cea006ffacd48f63834a66bd3f4aaaf799544be3ba93 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:19 + docker inspect -f . ci-base-image-x86_64 11:01:19 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:01:19 prd-ubuntu20.04-docker-8c-8g-10984 does not seem to be running inside a container 11:01:19 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/undry_device-rfid-llrp-go_PR-213 -v /w/workspace/undry_device-rfid-llrp-go_PR-213:/w/workspace/undry_device-rfid-llrp-go_PR-213:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-213@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-213@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 ******** -e ******** ci-base-image-x86_64 cat 11:01:20 $ docker top cc1f01c97e3ae813416c7cb4e8e06ad075441be95b644e7cf7421bb9c9b5301a -eo pid,comm [Pipeline] { [Pipeline] sh 11:01:20 + git config --global --add safe.directory /w/workspace/undry_device-rfid-llrp-go_PR-213 [Pipeline] fileExists [Pipeline] sh 11:01:20 + make test 11:01:20 go test ./... -coverprofile=coverage.out ./... 11:01:26 ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] 11:01:36 ? github.com/edgexfoundry/device-rfid-llrp-go/cmd [no test files] 11:01:36 ? github.com/edgexfoundry/device-rfid-llrp-go/cmd/llrp [no test files] 11:01:40 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/driver 3.574s coverage: 40.5% of statements 11:01:40 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.248s coverage: 52.0% of statements 11:01:40 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.008s coverage: 95.5% of statements 11:01:46 go vet ./... 11:01:51 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 11:01:51 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 11:01:51 ./bin/test-attribution-txt.sh 11:01:51 An attribution for golang.org/x/mod is missing from Attribution.txt, please add 11:01:51 An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo 11:01:51 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 11:01:51 $ docker stop --time=1 cc1f01c97e3ae813416c7cb4e8e06ad075441be95b644e7cf7421bb9c9b5301a 11:01:53 $ docker rm -f --volumes cc1f01c97e3ae813416c7cb4e8e06ad075441be95b644e7cf7421bb9c9b5301a [Pipeline] // withDockerContainer [Pipeline] sh 11:01:54 + sudo chown -R jenkins:jenkins . [Pipeline] stash 11:01:54 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 11:01:55 + sudo chown -R jenkins:jenkins . [Pipeline] sh 11:01:55 + ls -al . 11:01:55 total 628 11:01:55 drwxrwxr-x 11 jenkins jenkins 4096 Apr 26 11:01 . 11:01:55 drwxrwxr-x 4 jenkins jenkins 4096 Apr 26 10:59 .. 11:01:55 -rw-rw-r-- 1 jenkins jenkins 134 Apr 26 10:59 .dockerignore 11:01:55 drwxrwxr-x 8 jenkins jenkins 4096 Apr 26 11:00 .git 11:01:55 drwxrwxr-x 3 jenkins jenkins 4096 Apr 26 10:59 .github 11:01:55 -rw-rw-r-- 1 jenkins jenkins 946 Apr 26 10:59 .gitignore 11:01:55 -rw-rw-r-- 1 jenkins jenkins 41 Apr 26 10:59 .golangci.yml 11:01:55 drwxr-xr-x 3 jenkins jenkins 4096 Apr 26 11:00 .semver 11:01:55 -rw-rw-r-- 1 jenkins jenkins 10794 Apr 26 10:59 Attribution.txt 11:01:55 -rw-rw-r-- 1 jenkins jenkins 5905 Apr 26 10:59 CHANGELOG.md 11:01:55 -rw-rw-r-- 1 jenkins jenkins 1347 Apr 26 10:59 Dockerfile 11:01:55 -rw-rw-r-- 1 jenkins jenkins 677 Apr 26 10:59 GOVERNANCE.md 11:01:55 -rw-rw-r-- 1 jenkins jenkins 683 Apr 26 10:59 Jenkinsfile 11:01:55 -rw-rw-r-- 1 jenkins jenkins 11347 Apr 26 10:59 LICENSE 11:01:55 -rw-rw-r-- 1 jenkins jenkins 2053 Apr 26 10:59 Makefile 11:01:55 -rw-rw-r-- 1 jenkins jenkins 625 Apr 26 10:59 OWNERS.md 11:01:55 -rw-rw-r-- 1 jenkins jenkins 28505 Apr 26 10:59 README.md 11:01:55 -rw-rw-r-- 1 jenkins jenkins 5 Apr 26 11:00 VERSION 11:01:55 drwxrwxr-x 2 jenkins jenkins 4096 Apr 26 10:59 bin 11:01:55 drwxrwxr-x 4 jenkins jenkins 4096 Apr 26 10:59 cmd 11:01:55 -rw-r--r-- 1 jenkins jenkins 458038 Apr 26 11:01 coverage.out 11:01:55 drwxrwxr-x 2 jenkins jenkins 4096 Apr 26 10:59 examples 11:01:55 -rw-rw-r-- 1 jenkins jenkins 3419 Apr 26 10:59 go.mod 11:01:55 -rw-rw-r-- 1 jenkins jenkins 31193 Apr 26 10:59 go.sum 11:01:55 drwxrwxr-x 2 jenkins jenkins 4096 Apr 26 10:59 images 11:01:55 drwxrwxr-x 5 jenkins jenkins 4096 Apr 26 10:59 internal 11:01:55 drwxrwxr-x 4 jenkins jenkins 4096 Apr 26 10:59 snap 11:01:55 -rw-rw-r-- 1 jenkins jenkins 193 Apr 26 10:59 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:55 + 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=8df8d08ef680d3e6759f4499028696817167db5f --label arch=amd64 --label version=0.0.0 . 11:01:55 Sending build context to Docker daemon 4.224MB 11:01:55 Step 1/24 : ARG BASE=golang:1.20-alpine3.17 11:01:55 Step 2/24 : FROM ${BASE} AS builder 11:01:55 ---> f15907e8f775 11:01:55 Step 3/24 : ARG ADD_BUILD_TAGS="" 11:01:55 ---> Running in 29706e5656be 11:01:56 Removing intermediate container 29706e5656be 11:01:56 ---> f76c7368af98 11:01:56 Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 11:01:56 ---> Running in 41708b708e33 11:01:56 Removing intermediate container 41708b708e33 11:01:56 ---> 0c05855a8bb1 11:01:56 Step 5/24 : ARG ALPINE_PKG_BASE="make git" 11:01:56 ---> Running in 1438e2d95ffd 11:01:56 Removing intermediate container 1438e2d95ffd 11:01:56 ---> 0b84805671a5 11:01:56 Step 6/24 : ARG ALPINE_PKG_EXTRA="" 11:01:56 ---> Running in 1cd10b623234 11:01:56 Removing intermediate container 1cd10b623234 11:01:56 ---> c8ef8c398f27 11:01:56 Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:01:56 ---> Running in 82416971b88d 11:01:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 11:01:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 11:01:57 OK: 265 MiB in 53 packages 11:01:57 Running on prd-ubuntu20.04-docker-arm64-4c-16g-10986 in /w/workspace/undry_device-rfid-llrp-go_PR-213 [Pipeline] { [Pipeline] ws 11:01:57 Running in /w/workspace/device-rfid-llrp-go/1 [Pipeline] { [Pipeline] checkout 11:01:57 Selected Git installation does not exist. Using Default 11:01:57 The recommended git tool is: NONE 11:01:57 Removing intermediate container 82416971b88d 11:01:57 ---> 988c6c6ebdd8 11:01:57 Step 8/24 : WORKDIR /app 11:01:57 ---> Running in ef9b4f70eab5 11:01:57 Removing intermediate container ef9b4f70eab5 11:01:57 ---> 843f68314b92 11:01:57 Step 9/24 : COPY go.mod vendor* ./ 11:01:57 ---> 6cacf66a408b 11:01:57 Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:01:57 ---> Running in c6c77301ad4f 11:01:58 Removing intermediate container c6c77301ad4f 11:01:58 ---> 60e796db685b 11:01:58 Step 11/24 : COPY . . 11:01:58 ---> 84cbbe495ae6 11:01:58 Step 12/24 : RUN $MAKE 11:01:58 ---> Running in ed77eedebb4e 11:01:59 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-rfid-llrp-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-rfid-llrp ./cmd 11:02:03 using credential edgex-jenkins-ssh 11:02:03 Cloning the remote Git repository 11:02:03 Cloning repository git@github.com:edgexfoundry/device-rfid-llrp-go.git 11:02:03 > git init /w/workspace/device-rfid-llrp-go/1 # timeout=10 11:02:03 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git 11:02:03 > git --version # timeout=10 11:02:03 > git --version # 'git version 2.25.1' 11:02:03 using GIT_SSH to set credentials SSH Credentials for GitHub 11:02:03 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 11:02:04 > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 11:02:04 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 11:02:06 Merging remotes/origin/main commit 2f54bd8158ccdc44977c3c173d19ed6e18b43dfa into PR head commit 8df8d08ef680d3e6759f4499028696817167db5f 11:02:05 > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 11:02:05 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git 11:02:05 using GIT_SSH to set credentials SSH Credentials for GitHub 11:02:05 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/pull/213/head:refs/remotes/origin/PR-213 +refs/heads/main:refs/remotes/origin/main # timeout=10 11:02:06 > git config core.sparsecheckout # timeout=10 11:02:06 > git checkout -f 8df8d08ef680d3e6759f4499028696817167db5f # timeout=10 11:02:06 Merge succeeded, producing 8df8d08ef680d3e6759f4499028696817167db5f 11:02:06 Checking out Revision 8df8d08ef680d3e6759f4499028696817167db5f (PR-213) 11:02:06 Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v3" 11:02:07 > git --version # timeout=10 11:02:07 > git --version # 'git version 2.25.1' 11:02:07 fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage 11:02:06 > git remote # timeout=10 11:02:06 > git config --get remote.origin.url # timeout=10 11:02:06 using GIT_SSH to set credentials SSH Credentials for GitHub 11:02:06 > git merge 2f54bd8158ccdc44977c3c173d19ed6e18b43dfa # timeout=10 11:02:06 > git rev-parse HEAD^{commit} # timeout=10 11:02:06 > git config core.sparsecheckout # timeout=10 11:02:06 > git checkout -f 8df8d08ef680d3e6759f4499028696817167db5f # timeout=10 [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 11:02:08 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 11:02:08 % Total % Received % Xferd Average Speed Time Time Time Current 11:02:08 Dload Upload Total Spent Left Speed 11:02:08 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 43667 0 --:--:-- --:--:-- --:--:-- 43667 [Pipeline] sh 11:02:09 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 11:02:09 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 11:02:09 + sudo tee /etc/docker/daemon.new 11:02:09 { 11:02:09 "registry-mirrors": [ 11:02:09 "https://nexus3.edgexfoundry.org:10001" 11:02:09 ], 11:02:09 "bip": "10.250.0.254/24", 11:02:09 "hosts": [ 11:02:09 "tcp://0.0.0.0:5555", 11:02:09 "unix:///var/run/docker.sock" 11:02:09 ], 11:02:09 "mtu": 1458, 11:02:09 "selinux-enabled": true, 11:02:09 "seccomp-profile": "/etc/docker/seccomp.json" 11:02:09 } [Pipeline] sh 11:02:09 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 11:02:10 + sudo service docker restart 11:02:21 Removing intermediate container ed77eedebb4e 11:02:21 ---> afc837207406 11:02:21 Step 13/24 : FROM alpine:3.17 11:02:21 3.17: Pulling from library/alpine 11:02:21 f56be85fc22e: Already exists 11:02:21 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 11:02:21 Status: Downloaded newer image for alpine:3.17 11:02:21 ---> 9ed4aefc74f6 11:02:21 Step 14/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 11:02:21 ---> Running in acbeb0d19ec4 11:02:21 Removing intermediate container acbeb0d19ec4 11:02:21 ---> 191d18195e33 11:02:21 Step 15/24 : RUN apk add --update --no-cache dumb-init 11:02:21 ---> Running in f3a97041bc1f 11:02:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 11:02:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 11:02:22 (1/1) Installing dumb-init (1.2.5-r2) 11:02:22 Executing busybox-1.35.0-r29.trigger 11:02:22 OK: 7 MiB in 16 packages 11:02:22 Removing intermediate container f3a97041bc1f 11:02:22 ---> 0ab805d82b77 11:02:22 Step 16/24 : COPY --from=builder /app/LICENSE / 11:02:22 ---> 21a79ecf4126 11:02:22 Step 17/24 : COPY --from=builder /app/Attribution.txt / 11:02:22 ---> 854b7e29661c 11:02:22 Step 18/24 : COPY --from=builder /app/cmd/ / 11:02:23 ---> 0dd12d97846b 11:02:23 Step 19/24 : EXPOSE 59989 11:02:23 ---> Running in 5e83dbb8247c 11:02:23 Removing intermediate container 5e83dbb8247c 11:02:23 ---> d62f7ac7ffa3 11:02:23 Step 20/24 : ENTRYPOINT ["/device-rfid-llrp"] 11:02:23 ---> Running in 6037da4cbca4 11:02:23 Removing intermediate container 6037da4cbca4 11:02:23 ---> 6dee9f81c0f1 11:02:23 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 11:02:23 ---> Running in 1bc1d7f35f16 11:02:23 Removing intermediate container 1bc1d7f35f16 11:02:23 ---> a202abf9189f 11:02:23 Step 22/24 : LABEL arch=amd64 11:02:23 ---> Running in 14b26733db7e 11:02:23 Removing intermediate container 14b26733db7e 11:02:23 ---> fc552b4a671c 11:02:23 Step 23/24 : LABEL git_sha=8df8d08ef680d3e6759f4499028696817167db5f 11:02:23 ---> Running in 8e55b5f1b0e8 11:02:23 Removing intermediate container 8e55b5f1b0e8 11:02:23 ---> f53f43ec4203 11:02:23 Step 24/24 : LABEL version=0.0.0 11:02:23 ---> Running in ae5bd5548b34 11:02:24 Removing intermediate container ae5bd5548b34 11:02:24 ---> caefd2fefd7c 11:02:24 [Warning] One or more build-args [ARCH] were not consumed 11:02:24 Successfully built caefd2fefd7c 11:02:24 Successfully tagged device-rfid-llrp:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [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 11:02:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:02:25 11:02:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:02:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:02:25 latest: Pulling from edgex-lftools-log-publisher 11:02:25 5eb5b503b376: Pulling fs layer 11:02:25 5c69ac0246d0: Pulling fs layer 11:02:25 ec43610c2a17: Pulling fs layer 11:02:25 3a2ae6a8a46f: Pulling fs layer 11:02:25 33b1e0a273af: Pulling fs layer 11:02:25 5d3b04190fa2: Pulling fs layer 11:02:25 2f39f015ded8: Pulling fs layer 11:02:25 5d3b04190fa2: Waiting 11:02:25 2f39f015ded8: Waiting 11:02:25 33b1e0a273af: Waiting 11:02:25 3a2ae6a8a46f: Waiting 11:02:25 5c69ac0246d0: Download complete 11:02:25 3a2ae6a8a46f: Verifying Checksum 11:02:25 3a2ae6a8a46f: Download complete 11:02:25 33b1e0a273af: Verifying Checksum 11:02:25 33b1e0a273af: Download complete 11:02:25 5d3b04190fa2: Verifying Checksum 11:02:25 5d3b04190fa2: Download complete 11:02:25 ec43610c2a17: Verifying Checksum 11:02:25 ec43610c2a17: Download complete 11:02:25 5eb5b503b376: Verifying Checksum 11:02:25 5eb5b503b376: Download complete 11:02:26 2f39f015ded8: Download complete 11:02:26 5eb5b503b376: Pull complete 11:02:26 5c69ac0246d0: Pull complete 11:02:27 ec43610c2a17: Pull complete 11:02:27 3a2ae6a8a46f: Pull complete 11:02:27 33b1e0a273af: Pull complete 11:02:27 5d3b04190fa2: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:02:28 provisioning config files... 11:02:28 copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/device-rfid-llrp-go/1@tmp/config13264858658114559159tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:02:29 ---> docker-login.sh 11:02:29 nexus3.edgexfoundry.org:10001 11:02:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:02:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:02:29 Configure a credential helper to remove this warning. See 11:02:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:02:29 11:02:29 Login Succeeded 11:02:29 nexus3.edgexfoundry.org:10002 11:02:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:02:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:02:30 Configure a credential helper to remove this warning. See 11:02:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:02:30 11:02:30 Login Succeeded 11:02:30 nexus3.edgexfoundry.org:10003 11:02:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:02:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:02:30 Configure a credential helper to remove this warning. See 11:02:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:02:30 11:02:30 Login Succeeded 11:02:30 nexus3.edgexfoundry.org:10004 11:02:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:02:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:02:30 Configure a credential helper to remove this warning. See 11:02:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:02:30 11:02:30 Login Succeeded 11:02:30 docker.io 11:02:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:02:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:02:31 Configure a credential helper to remove this warning. See 11:02:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:02:31 11:02:31 Login Succeeded 11:02:31 ---> docker-login.sh ends [Pipeline] } 11:02:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 11:02:31 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 11:02:31 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 11:02:31 ========================================================= 11:02:31 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 11:02:31 ========================================================= [Pipeline] fileExists 11:02:31 2f39f015ded8: Pull complete 11:02:31 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 11:02:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:02:31 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] fileExists [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:02:32 prd-ubuntu20.04-docker-8c-8g-10984 does not seem to be running inside a container 11:02:32 $ 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/undry_device-rfid-llrp-go_PR-213 -v /w/workspace/undry_device-rfid-llrp-go_PR-213:/w/workspace/undry_device-rfid-llrp-go_PR-213:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-213@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-213@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 11:02:37 $ docker top beb8c2238fbd96e79ab89d18f345902ec5324bdfbed4d35f928770e25d729192 -eo pid,comm [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] sh 11:02:37 ---> job-cost.sh 11:02:37 lf-activate-venv: SKIPPING 11:02:37 INFO: No Stack... 11:02:37 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . 11:02:37 INFO: Retrieving Pricing Info for: v3-standard-8 11:02:37 Sending build context to Docker daemon 1.211MB 11:02:37 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 11:02:37 Step 2/12 : FROM ${BASE} AS builder 11:02:38 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 11:02:38 c41833b44d91: Pulling fs layer 11:02:38 ed15518f5707: Pulling fs layer 11:02:38 feae8fd75edb: Pulling fs layer 11:02:38 242c74f7c9fa: Pulling fs layer 11:02:38 3cdef696dda3: Pulling fs layer 11:02:38 2ced38df9373: Pulling fs layer 11:02:38 58f1dce35555: Pulling fs layer 11:02:38 3cdef696dda3: Waiting 11:02:38 2ced38df9373: Waiting 11:02:38 58f1dce35555: Waiting 11:02:38 242c74f7c9fa: Waiting 11:02:38 ed15518f5707: Download complete 11:02:38 242c74f7c9fa: Verifying Checksum 11:02:38 242c74f7c9fa: Download complete 11:02:38 3cdef696dda3: Verifying Checksum 11:02:38 3cdef696dda3: Download complete 11:02:38 c41833b44d91: Verifying Checksum 11:02:38 INFO: Archiving Costs [Pipeline] sh 11:02:38 + cat /w/workspace/undry_device-rfid-llrp-go_PR-213/archives/cost.csv 11:02:38 + cut -d, -f6 [Pipeline] lock 11:02:38 Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-213-1-stack-cost] 11:02:38 Resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-213-1-stack-cost] did not exist. Created. 11:02:38 Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-213-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 11:02:39 + echo total: 0.2199999988079071 [Pipeline] stash 11:02:39 Stashed 1 file(s) [Pipeline] } 11:02:39 Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-213-1-stack-cost] [Pipeline] // lock [Pipeline] } 11:02:39 $ docker stop --time=1 beb8c2238fbd96e79ab89d18f345902ec5324bdfbed4d35f928770e25d729192 11:02:39 c41833b44d91: Pull complete 11:02:39 58f1dce35555: Verifying Checksum 11:02:39 58f1dce35555: Download complete 11:02:39 ed15518f5707: Pull complete 11:02:40 $ docker rm -f --volumes beb8c2238fbd96e79ab89d18f345902ec5324bdfbed4d35f928770e25d729192 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 11:02:40 feae8fd75edb: Verifying Checksum 11:02:40 feae8fd75edb: Download complete 11:02:40 2ced38df9373: Download complete 11:02:53 feae8fd75edb: Pull complete 11:02:53 242c74f7c9fa: Pull complete 11:02:53 3cdef696dda3: Pull complete 11:03:00 2ced38df9373: Pull complete 11:03:01 58f1dce35555: Pull complete 11:03:01 Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e 11:03:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 11:03:01 ---> fadd8f120f05 11:03:01 Step 3/12 : ARG ADD_BUILD_TAGS="" 11:03:03 ---> Running in 18f6fa9bf113 11:03:03 Removing intermediate container 18f6fa9bf113 11:03:03 ---> 8b1968127ede 11:03:03 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 11:03:03 ---> Running in 3b23678c59c1 11:03:04 Removing intermediate container 3b23678c59c1 11:03:04 ---> 19d3489f0eef 11:03:04 Step 5/12 : ARG ALPINE_PKG_BASE="make git" 11:03:04 ---> Running in e359bcf8fbe3 11:03:04 Removing intermediate container e359bcf8fbe3 11:03:04 ---> d3afefbd9b0c 11:03:04 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 11:03:04 ---> Running in 378110deccb3 11:03:05 Removing intermediate container 378110deccb3 11:03:05 ---> f711687979f4 11:03:05 Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:03:05 ---> Running in 00b4c8f6bd19 11:03:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 11:03:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 11:03:07 OK: 263 MiB in 53 packages 11:03:08 Removing intermediate container 00b4c8f6bd19 11:03:08 ---> fbf6bba61e43 11:03:08 Step 8/12 : WORKDIR /app 11:03:08 ---> Running in 25362ae83251 11:03:08 Removing intermediate container 25362ae83251 11:03:08 ---> 835ec45f45e7 11:03:08 Step 9/12 : COPY go.mod vendor* ./ 11:03:09 ---> 6c474725b85b 11:03:09 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:03:09 ---> Running in c5fa23eb6c78 11:04:17 Removing intermediate container c5fa23eb6c78 11:04:17 ---> 1faf94b9fe96 11:04:17 Step 11/12 : COPY . . 11:04:17 ---> 2a530621e1e6 11:04:17 Step 12/12 : RUN $MAKE 11:04:17 ---> Running in b429812f28fa 11:04:17 noop 11:04:17 Removing intermediate container b429812f28fa 11:04:17 ---> f1b19f725880 11:04:17 Successfully built f1b19f725880 11:04:17 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:04:17 + docker inspect -f . ci-base-image-arm64 11:04:17 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:04:18 prd-ubuntu20.04-docker-arm64-4c-16g-10986 does not seem to be running inside a container 11:04:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rfid-llrp-go/1 -v /w/workspace/device-rfid-llrp-go/1:/w/workspace/device-rfid-llrp-go/1:rw,z -v /w/workspace/device-rfid-llrp-go/1@tmp:/w/workspace/device-rfid-llrp-go/1@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 ******** -e ******** -e ******** ci-base-image-arm64 cat 11:04:20 $ docker top 328585d37ef7c3ecda12fee3781d22f8ccf73cba862f6eef50f80721360ea3dc -eo pid,comm [Pipeline] { [Pipeline] sh 11:04:21 + go version 11:04:21 go version go1.20.2 linux/arm64 [Pipeline] } 11:04:21 $ docker stop --time=1 328585d37ef7c3ecda12fee3781d22f8ccf73cba862f6eef50f80721360ea3dc 11:04:23 $ docker rm -f --volumes 328585d37ef7c3ecda12fee3781d22f8ccf73cba862f6eef50f80721360ea3dc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:04:24 + docker inspect -f . ci-base-image-arm64 11:04:24 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:04:24 prd-ubuntu20.04-docker-arm64-4c-16g-10986 does not seem to be running inside a container 11:04:24 $ 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/1 -v /w/workspace/device-rfid-llrp-go/1:/w/workspace/device-rfid-llrp-go/1:rw,z -v /w/workspace/device-rfid-llrp-go/1@tmp:/w/workspace/device-rfid-llrp-go/1@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 ******** -e ******** -e ******** ci-base-image-arm64 cat 11:04:25 $ docker top 726402031e17139e8cfff640b9d5d4532fad6cc404c7b48bcb7dda44c768def0 -eo pid,comm [Pipeline] { [Pipeline] sh 11:04:26 + git config --global --add safe.directory /w/workspace/device-rfid-llrp-go/1 [Pipeline] fileExists [Pipeline] sh 11:04:27 + make test 11:04:27 go test ./... -coverprofile=coverage.out ./... 11:04:59 ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] 11:07:06 ? github.com/edgexfoundry/device-rfid-llrp-go/cmd [no test files] 11:07:06 ? github.com/edgexfoundry/device-rfid-llrp-go/cmd/llrp [no test files] 11:07:38 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/driver 26.454s coverage: 40.5% of statements 11:07:38 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.547s coverage: 51.9% of statements 11:07:38 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.041s coverage: 94.6% of statements 11:07:38 WARNING: Linting skipped (not on x86_64 or linter not installed) 11:07:38 go vet ./... 11:08:05 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 11:08:06 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 11:08:06 ./bin/test-attribution-txt.sh 11:08:06 An attribution for golang.org/x/mod is missing from Attribution.txt, please add 11:08:06 An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo 11:08:06 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 11:08:06 $ docker stop --time=1 726402031e17139e8cfff640b9d5d4532fad6cc404c7b48bcb7dda44c768def0 11:08:08 $ docker rm -f --volumes 726402031e17139e8cfff640b9d5d4532fad6cc404c7b48bcb7dda44c768def0 [Pipeline] // withDockerContainer [Pipeline] sh 11:08:09 + sudo chown -R jenkins:jenkins . [Pipeline] stash 11:08:09 Warning: overwriting stash ‘coverage-report’ 11:08:10 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 11:08:11 + sudo chown -R jenkins:jenkins . [Pipeline] sh 11:08:11 + ls -al . 11:08:11 total 624 11:08:11 drwxrwxr-x 10 jenkins jenkins 4096 Apr 26 11:04 . 11:08:11 drwxrwxr-x 4 jenkins jenkins 4096 Apr 26 11:02 .. 11:08:11 -rw-rw-r-- 1 jenkins jenkins 134 Apr 26 11:02 .dockerignore 11:08:11 drwxrwxr-x 8 jenkins jenkins 4096 Apr 26 11:02 .git 11:08:11 drwxrwxr-x 3 jenkins jenkins 4096 Apr 26 11:02 .github 11:08:11 -rw-rw-r-- 1 jenkins jenkins 946 Apr 26 11:02 .gitignore 11:08:11 -rw-rw-r-- 1 jenkins jenkins 41 Apr 26 11:02 .golangci.yml 11:08:11 -rw-rw-r-- 1 jenkins jenkins 10794 Apr 26 11:02 Attribution.txt 11:08:11 -rw-rw-r-- 1 jenkins jenkins 5905 Apr 26 11:02 CHANGELOG.md 11:08:11 -rw-rw-r-- 1 jenkins jenkins 1347 Apr 26 11:02 Dockerfile 11:08:11 -rw-rw-r-- 1 jenkins jenkins 677 Apr 26 11:02 GOVERNANCE.md 11:08:11 -rw-rw-r-- 1 jenkins jenkins 683 Apr 26 11:02 Jenkinsfile 11:08:11 -rw-rw-r-- 1 jenkins jenkins 11347 Apr 26 11:02 LICENSE 11:08:11 -rw-rw-r-- 1 jenkins jenkins 2053 Apr 26 11:02 Makefile 11:08:11 -rw-rw-r-- 1 jenkins jenkins 625 Apr 26 11:02 OWNERS.md 11:08:11 -rw-rw-r-- 1 jenkins jenkins 28505 Apr 26 11:02 README.md 11:08:11 -rw-rw-r-- 1 jenkins jenkins 5 Apr 26 11:00 VERSION 11:08:11 drwxrwxr-x 2 jenkins jenkins 4096 Apr 26 11:02 bin 11:08:11 drwxrwxr-x 4 jenkins jenkins 4096 Apr 26 11:02 cmd 11:08:11 -rw-r--r-- 1 jenkins jenkins 458038 Apr 26 11:07 coverage.out 11:08:11 drwxrwxr-x 2 jenkins jenkins 4096 Apr 26 11:02 examples 11:08:11 -rw-rw-r-- 1 jenkins jenkins 3419 Apr 26 11:02 go.mod 11:08:11 -rw-rw-r-- 1 jenkins jenkins 31193 Apr 26 11:02 go.sum 11:08:11 drwxrwxr-x 2 jenkins jenkins 4096 Apr 26 11:02 images 11:08:11 drwxrwxr-x 5 jenkins jenkins 4096 Apr 26 11:02 internal 11:08:11 drwxrwxr-x 4 jenkins jenkins 4096 Apr 26 11:02 snap 11:08:11 -rw-rw-r-- 1 jenkins jenkins 193 Apr 26 11:02 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:08: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=8df8d08ef680d3e6759f4499028696817167db5f --label arch=arm64 --label version=0.0.0 . 11:08:12 Sending build context to Docker daemon 1.211MB 11:08:12 Step 1/24 : ARG BASE=golang:1.20-alpine3.17 11:08:12 Step 2/24 : FROM ${BASE} AS builder 11:08:12 ---> f1b19f725880 11:08:12 Step 3/24 : ARG ADD_BUILD_TAGS="" 11:08:12 ---> Running in 1629c400db26 11:08:12 Removing intermediate container 1629c400db26 11:08:12 ---> dce7e29c8448 11:08:12 Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 11:08:12 ---> Running in a58f3d02a6c9 11:08:13 Removing intermediate container a58f3d02a6c9 11:08:13 ---> 6b4e38b42357 11:08:13 Step 5/24 : ARG ALPINE_PKG_BASE="make git" 11:08:13 ---> Running in b02e14a91738 11:08:13 Removing intermediate container b02e14a91738 11:08:13 ---> 742315a99719 11:08:13 Step 6/24 : ARG ALPINE_PKG_EXTRA="" 11:08:13 ---> Running in aceab9b4188f 11:08:13 Removing intermediate container aceab9b4188f 11:08:13 ---> 81bd6b95fa77 11:08:13 Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:08:14 ---> Running in 1306dab3f4b4 11:08:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 11:08:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 11:08:17 OK: 263 MiB in 53 packages 11:08:19 Removing intermediate container 1306dab3f4b4 11:08:19 ---> 8b608db8192a 11:08:19 Step 8/24 : WORKDIR /app 11:08:19 ---> Running in 7c69db134a97 11:08:19 Removing intermediate container 7c69db134a97 11:08:19 ---> b69c93c04efe 11:08:19 Step 9/24 : COPY go.mod vendor* ./ 11:08:20 ---> 3608c549a320 11:08:20 Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:08:20 ---> Running in 2ffcf17db5e5 11:08:23 Removing intermediate container 2ffcf17db5e5 11:08:23 ---> 8bf51cdade13 11:08:23 Step 11/24 : COPY . . 11:08:24 ---> 5cb933e4c20e 11:08:24 Step 12/24 : RUN $MAKE 11:08:24 ---> Running in 62c681a67fbf 11:08:25 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-rfid-llrp-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-rfid-llrp ./cmd 11:10:46 Removing intermediate container 62c681a67fbf 11:10:46 ---> 7fde9b6da330 11:10:46 Step 13/24 : FROM alpine:3.17 11:10:46 3.17: Pulling from library/alpine 11:10:46 c41833b44d91: Already exists 11:10:46 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 11:10:46 Status: Downloaded newer image for alpine:3.17 11:10:46 ---> 51e60588ff2c 11:10:46 Step 14/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 11:10:46 ---> Running in d06d2ae42f20 11:10:46 Removing intermediate container d06d2ae42f20 11:10:46 ---> a1448fe3f82f 11:10:46 Step 15/24 : RUN apk add --update --no-cache dumb-init 11:10:46 ---> Running in bbbdaa1ed86a 11:10:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 11:10:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 11:10:46 (1/1) Installing dumb-init (1.2.5-r2) 11:10:46 Executing busybox-1.35.0-r29.trigger 11:10:46 OK: 8 MiB in 16 packages 11:10:48 Removing intermediate container bbbdaa1ed86a 11:10:48 ---> c8868bebc716 11:10:48 Step 16/24 : COPY --from=builder /app/LICENSE / 11:10:48 ---> 420b7d65ae6f 11:10:48 Step 17/24 : COPY --from=builder /app/Attribution.txt / 11:10:49 ---> b493407b0db9 11:10:49 Step 18/24 : COPY --from=builder /app/cmd/ / 11:10:50 ---> 2a7e41443392 11:10:50 Step 19/24 : EXPOSE 59989 11:10:50 ---> Running in 10d03efe5674 11:10:51 Removing intermediate container 10d03efe5674 11:10:51 ---> ab9ce5f04456 11:10:51 Step 20/24 : ENTRYPOINT ["/device-rfid-llrp"] 11:10:51 ---> Running in 0cfdf69a5a1d 11:10:51 Removing intermediate container 0cfdf69a5a1d 11:10:51 ---> 186a4e9f1ee3 11:10:51 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 11:10:51 ---> Running in 77b4acbae2f7 11:10:52 Removing intermediate container 77b4acbae2f7 11:10:52 ---> 9a43e30d723f 11:10:52 Step 22/24 : LABEL arch=arm64 11:10:52 ---> Running in d5d94194cf15 11:10:52 Removing intermediate container d5d94194cf15 11:10:52 ---> 14c354dba006 11:10:52 Step 23/24 : LABEL git_sha=8df8d08ef680d3e6759f4499028696817167db5f 11:10:52 ---> Running in 7f322c5f7726 11:10:52 Removing intermediate container 7f322c5f7726 11:10:52 ---> c05241922fac 11:10:52 Step 24/24 : LABEL version=0.0.0 11:10:52 ---> Running in e35139d212eb 11:10:53 Removing intermediate container e35139d212eb 11:10:53 ---> c902881ddc64 11:10:53 [Warning] One or more build-args [ARCH] were not consumed 11:10:53 Successfully built c902881ddc64 11:10:53 Successfully tagged device-rfid-llrp-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:10:53 11:10:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:10:54 arm64: Pulling from edgex-lftools-log-publisher 11:10:54 8998bd30e6a1: Pulling fs layer 11:10:54 04944245beec: Pulling fs layer 11:10:54 699f458cf7ca: Pulling fs layer 11:10:54 765212b225bb: Pulling fs layer 11:10:54 f23df028b6ca: Pulling fs layer 11:10:54 d65c8cfc05b1: Pulling fs layer 11:10:54 2437ff75d9bd: Pulling fs layer 11:10:54 765212b225bb: Waiting 11:10:54 f23df028b6ca: Waiting 11:10:54 d65c8cfc05b1: Waiting 11:10:54 2437ff75d9bd: Waiting 11:10:54 04944245beec: Verifying Checksum 11:10:54 04944245beec: Download complete 11:10:54 765212b225bb: Verifying Checksum 11:10:54 765212b225bb: Download complete 11:10:54 f23df028b6ca: Verifying Checksum 11:10:54 f23df028b6ca: Download complete 11:10:54 d65c8cfc05b1: Verifying Checksum 11:10:54 d65c8cfc05b1: Download complete 11:10:54 699f458cf7ca: Verifying Checksum 11:10:54 699f458cf7ca: Download complete 11:10:55 8998bd30e6a1: Verifying Checksum 11:10:55 8998bd30e6a1: Download complete 11:10:57 2437ff75d9bd: Verifying Checksum 11:10:57 2437ff75d9bd: Download complete 11:10:59 8998bd30e6a1: Pull complete 11:11:02 04944245beec: Pull complete 11:11:03 699f458cf7ca: Pull complete 11:11:03 765212b225bb: Pull complete 11:11:04 f23df028b6ca: Pull complete 11:11:04 d65c8cfc05b1: Pull complete 11:11:19 2437ff75d9bd: Pull complete 11:11:19 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 11:11:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:11:19 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:11:20 prd-ubuntu20.04-docker-arm64-4c-16g-10986 does not seem to be running inside a container 11:11:20 $ 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/1 -v /w/workspace/device-rfid-llrp-go/1:/w/workspace/device-rfid-llrp-go/1:rw,z -v /w/workspace/device-rfid-llrp-go/1@tmp:/w/workspace/device-rfid-llrp-go/1@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 11:11:22 $ docker top 614b0d025f1d97a76f5a9d08d414317766eea16c7f5fbd532b0213cc99ce7130 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:11:23 ---> job-cost.sh 11:11:23 lf-activate-venv: SKIPPING 11:11:23 INFO: No Stack... 11:11:24 INFO: Retrieving Pricing Info for: v3-standard-4 11:11:24 INFO: Archiving Costs [Pipeline] sh 11:11:25 + cat+ /w/workspace/device-rfid-llrp-go/1/archives/cost.csv 11:11:25 cut -d, -f6 [Pipeline] lock 11:11:25 Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-213-1-stack-cost] 11:11:25 Resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-213-1-stack-cost] did not exist. Created. 11:11:25 Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-213-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 11:11:26 /w/workspace/device-rfid-llrp-go/1@tmp/durable-ae575fa4/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 11:11:26 + echo total: 0.10999999940395355 [Pipeline] stash 11:11:26 Warning: overwriting stash ‘stack-cost’ 11:11:26 Stashed 1 file(s) [Pipeline] } 11:11:26 Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-213-1-stack-cost] [Pipeline] // lock [Pipeline] } 11:11:26 $ docker stop --time=1 614b0d025f1d97a76f5a9d08d414317766eea16c7f5fbd532b0213cc99ce7130 11:11:28 $ docker rm -f --volumes 614b0d025f1d97a76f5a9d08d414317766eea16c7f5fbd532b0213cc99ce7130 [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 11:11:29 provisioning config files... 11:11:29 copy managed file [device-rfid-llrp-go-codecov-token] to file:/w/workspace/undry_device-rfid-llrp-go_PR-213@tmp/config14847883492855879914tmp [Pipeline] { [Pipeline] sh 11:11:30 + set +x 11:11:30 + bash -s -- 11:11:30 + curl -s https://codecov.io/bash 11:11:30 11:11:30 _____ _ 11:11:30 / ____| | | 11:11:30 | | ___ __| | ___ ___ _____ __ 11:11:30 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 11:11:30 | |___| (_) | (_| | __/ (_| (_) \ V / 11:11:30 \_____\___/ \__,_|\___|\___\___/ \_/ 11:11:30 Bash-1.0.6 11:11:30 11:11:30 11:11:30 ==> git version 2.25.1 found 11:11:30 ==> 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 11:11:30 Release-Date: 2020-01-08 11:11:30 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 11:11:30 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 11:11:30 ==> Jenkins CI detected. 11:11:30 current dir:  /w/workspace/undry_device-rfid-llrp-go_PR-213 11:11:30 project root: . 11:11:30 --> token set from env 11:11:30 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 11:11:30 ==> Running gcov in . (disable via -X gcov) 11:11:30 ==> Python coveragepy not found 11:11:30 ==> Searching for coverage reports in: 11:11:30 + . 11:11:30 -> Found 1 reports 11:11:30 ==> Detecting git/mercurial file structure 11:11:30 ==> Reading reports 11:11:30 + ./coverage.out bytes=458038 11:11:30 ==> Appending adjustments 11:11:30 https://docs.codecov.io/docs/fixing-reports 11:11:30 + Found adjustments 11:11:30 ==> Gzipping contents 11:11:30 52K /tmp/codecov.ZnjiHN.gz 11:11:30 ==> Uploading reports 11:11:30 url: https://codecov.io 11:11:30 query: branch=PR-213&commit=8df8d08ef680d3e6759f4499028696817167db5f&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rfid-llrp-go%2Fjob%2FPR-213%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rfid-llrp-go&service=jenkins&flags=&pr=213&job=&cmd_args= 11:11:30 -> Pinging Codecov 11:11:30 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=0703e47f-c946-4a15-b96a-5e99ca1c8fb5&branch=PR-213&commit=8df8d08ef680d3e6759f4499028696817167db5f&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rfid-llrp-go%2Fjob%2FPR-213%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rfid-llrp-go&service=jenkins&flags=&pr=213&job=&cmd_args= 11:11:30 -> Uploading to 11:11:30 https://storage.googleapis.com/codecov/v4/raw/2023-04-26/581DD39554BDF9B6E22D074273EAD858/8df8d08ef680d3e6759f4499028696817167db5f/4e5af407-e288-4459-b56d-782a4e6f9547.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230426%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230426T111130Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1252bbb615615470cd38dee901ec7fb9dec9af00c3b94216adcb144f9984aa47 11:11:30 % Total % Received % Xferd Average Speed Time Time Time Current 11:11:30 Dload Upload Total Spent Left Speed 11:11:30 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50500 0 0 100 50500 0 201k --:--:-- --:--:-- --:--:-- 201k 11:11:30 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rfid-llrp-go/commit/8df8d08ef680d3e6759f4499028696817167db5f [Pipeline] } 11:11:30 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [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) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" 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 11:11:32 + [ -d /w/workspace/undry_device-rfid-llrp-go_PR-213/archives ] 11:11:32 + ls -al /w/workspace/undry_device-rfid-llrp-go_PR-213/archives 11:11:32 total 16 11:11:32 drwxr-xr-x 3 root root 4096 Apr 26 11:02 . 11:11:32 drwxrwxr-x 12 jenkins jenkins 4096 Apr 26 11:02 .. 11:11:32 drwxr-xr-x 2 root root 4096 Apr 26 11:02 cost 11:11:32 -rw-r--r-- 1 root root 91 Apr 26 11:02 cost.csv 11:11:32 + sudo chown -R jenkins:jenkins /w/workspace/undry_device-rfid-llrp-go_PR-213/archives 11:11:32 + ls -al /w/workspace/undry_device-rfid-llrp-go_PR-213/archives 11:11:32 total 16 11:11:32 drwxr-xr-x 3 jenkins jenkins 4096 Apr 26 11:02 . 11:11:32 drwxrwxr-x 12 jenkins jenkins 4096 Apr 26 11:02 .. 11:11:32 drwxr-xr-x 2 jenkins jenkins 4096 Apr 26 11:02 cost 11:11:32 -rw-r--r-- 1 jenkins jenkins 91 Apr 26 11:02 cost.csv [Pipeline] libraryResource [Pipeline] sh 11:11:33 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 11:11:33 ---> package-listing.sh 11:11:33 ++ facter osfamily 11:11:33 ++ tr '[:upper:]' '[:lower:]' 11:11:34 + OS_FAMILY=debian 11:11:34 + workspace=/w/workspace/undry_device-rfid-llrp-go_PR-213 11:11:34 + START_PACKAGES=/tmp/packages_start.txt 11:11:34 + END_PACKAGES=/tmp/packages_end.txt 11:11:34 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:11:34 + PACKAGES=/tmp/packages_start.txt 11:11:34 + '[' /w/workspace/undry_device-rfid-llrp-go_PR-213 ']' 11:11:34 + PACKAGES=/tmp/packages_end.txt 11:11:34 + case "${OS_FAMILY}" in 11:11:34 + dpkg -l 11:11:34 + grep '^ii' 11:11:34 + '[' -f /tmp/packages_start.txt ']' 11:11:34 + '[' -f /tmp/packages_end.txt ']' 11:11:34 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:11:34 + '[' /w/workspace/undry_device-rfid-llrp-go_PR-213 ']' 11:11:34 + mkdir -p /w/workspace/undry_device-rfid-llrp-go_PR-213/archives/ 11:11:34 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/undry_device-rfid-llrp-go_PR-213/archives/ [Pipeline] echo 11:11:34 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/undry_device-rfid-llrp-go_PR-213/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 11:11:34 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:11:35 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:11:35 prd-ubuntu20.04-docker-8c-8g-10984 does not seem to be running inside a container 11:11:35 $ 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/undry_device-rfid-llrp-go_PR-213/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/undry_device-rfid-llrp-go_PR-213 -v /w/workspace/undry_device-rfid-llrp-go_PR-213:/w/workspace/undry_device-rfid-llrp-go_PR-213:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-213@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-213@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 11:11:35 $ docker top 6c5516553db54e0b73c87b0ee74183e6f59d7c6a157ff4c05001eb27d72175c9 -eo pid,comm [Pipeline] { [Pipeline] sh 11:11:35 + touch /tmp/pre-build-complete [Pipeline] sh 11:11:36 + mkdir -p /var/log/sysstat [Pipeline] sh 11:11:36 + ls /var/log/sa-host 11:11:36 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:11:36 provisioning config files... 11:11:36 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/undry_device-rfid-llrp-go_PR-213@tmp/config862567893310992239tmp [Pipeline] { [Pipeline] echo 11:11:36 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 11:11:37 ---> create-netrc.sh [Pipeline] } 11:11:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 11:11:37 ---> python-tools-install.sh [Pipeline] echo 11:11:37 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 11:11:37 ---> sudo-logs.sh 11:11:37 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 11:11:37 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 11:11:38 ---> job-cost.sh 11:11:38 lf-activate-venv: SKIPPING 11:11:38 DEBUG: total: 0.2199999988079071 11:11:38 INFO: Retrieving Stack Cost... 11:11:38 INFO: Retrieving Pricing Info for: v3-standard-8 11:11:39 INFO: Archiving Costs [Pipeline] echo 11:11:39 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 11:11:39 ---> logs-deploy.sh 11:11:39 lf-activate-venv: SKIPPING 11:11:39 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rfid-llrp-go/PR-213/1 11:11:39 INFO: archiving workspace using pattern(s): 11:11:40 Archives upload complete. 11:11:40 INFO: archiving logs to Nexus 11:11:41 ---> uname -a: 11:11:41 Linux prd-ubuntu20-04-docker-8c-8g-10984 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 11:11:41 11:11:41 11:11:41 ---> lscpu: 11:11:41 Architecture: x86_64 11:11:41 CPU op-mode(s): 32-bit, 64-bit 11:11:41 Byte Order: Little Endian 11:11:41 Address sizes: 40 bits physical, 48 bits virtual 11:11:41 CPU(s): 8 11:11:41 On-line CPU(s) list: 0-7 11:11:41 Thread(s) per core: 1 11:11:41 Core(s) per socket: 1 11:11:41 Socket(s): 8 11:11:41 NUMA node(s): 1 11:11:41 Vendor ID: AuthenticAMD 11:11:41 CPU family: 23 11:11:41 Model: 49 11:11:41 Model name: AMD EPYC-Rome Processor 11:11:41 Stepping: 0 11:11:41 CPU MHz: 2799.998 11:11:41 BogoMIPS: 5599.99 11:11:41 Virtualization: AMD-V 11:11:41 Hypervisor vendor: KVM 11:11:41 Virtualization type: full 11:11:41 L1d cache: 256 KiB 11:11:41 L1i cache: 256 KiB 11:11:41 L2 cache: 4 MiB 11:11:41 L3 cache: 128 MiB 11:11:41 NUMA node0 CPU(s): 0-7 11:11:41 Vulnerability Itlb multihit: Not affected 11:11:41 Vulnerability L1tf: Not affected 11:11:41 Vulnerability Mds: Not affected 11:11:41 Vulnerability Meltdown: Not affected 11:11:41 Vulnerability Mmio stale data: Not affected 11:11:41 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 11:11:41 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 11:11:41 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 11:11:41 Vulnerability Srbds: Not affected 11:11:41 Vulnerability Tsx async abort: Not affected 11:11:41 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 11:11:41 11:11:41 11:11:41 ---> nproc: 11:11:41 8 11:11:41 11:11:41 11:11:41 ---> df -h: 11:11:41 Filesystem Size Used Avail Use% Mounted on 11:11:41 overlay 155G 12G 144G 8% / 11:11:41 tmpfs 64M 0 64M 0% /dev 11:11:41 tmpfs 16G 0 16G 0% /sys/fs/cgroup 11:11:41 shm 64M 0 64M 0% /dev/shm 11:11:41 /dev/vda1 155G 12G 144G 8% /facter-os 11:11:41 11:11:41 11:11:41 ---> sar -b -r -n DEV: 11:11:41 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-10984) 04/26/23 _x86_64_ (8 CPU) 11:11:41 11:11:41 10:59:08 LINUX RESTART (8 CPU) 11:11:41 11:11:41 11:00:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 11:11:41 11:01:01 129.08 1.15 127.93 0.00 42.70 49416.71 0.00 11:11:41 11:02:01 136.66 0.30 136.36 0.00 25.86 33653.06 0.00 11:11:41 11:03:01 111.53 0.10 111.43 0.00 13.46 34457.45 0.00 11:11:41 11:04:01 2.38 0.00 2.38 0.00 0.00 27.47 0.00 11:11:41 11:05:01 38.69 11.86 26.83 0.00 5430.16 6255.76 0.00 11:11:41 11:06:01 4.18 1.65 2.53 0.00 37.73 28.13 0.00 11:11:41 11:07:01 3.53 1.02 2.52 0.00 21.86 31.99 0.00 11:11:41 11:08:01 1.85 0.00 1.85 0.00 0.00 20.00 0.00 11:11:41 11:09:01 1.03 0.00 1.03 0.00 0.00 10.80 0.00 11:11:41 11:10:01 2.58 0.00 2.58 0.00 0.00 41.33 0.00 11:11:41 11:11:01 1.40 0.00 1.40 0.00 0.00 14.66 0.00 11:11:41 Average: 39.22 1.46 37.76 0.00 507.21 11211.16 0.00 11:11:41 11:11:41 11:00:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 11:11:41 11:01:01 28100308 31561504 739488 2.25 126776 3522692 2031068 5.99 1179076 3142676 341232 11:11:41 11:02:01 28215824 31391036 901256 2.74 148652 3218900 2152412 6.34 1392044 2808716 9960 11:11:41 11:03:01 27654976 31567252 725708 2.21 158300 3901192 1764296 5.20 1259436 3454108 340 11:11:41 11:04:01 27655012 31567432 725164 2.21 158352 3901188 1764296 5.20 1259932 3454108 28 11:11:41 11:05:01 27288504 31556640 727456 2.21 166456 4233840 1833324 5.40 1486900 3567268 132 11:11:41 11:06:01 27282472 31552972 730904 2.22 166552 4234968 1833324 5.40 1494800 3567608 8 11:11:41 11:07:01 27283172 31554836 728932 2.22 166680 4235580 1810136 5.33 1490448 3568156 8 11:11:41 11:08:01 27283500 31555212 728332 2.21 166732 4235584 1810136 5.33 1490140 3568160 0 11:11:41 11:09:01 27282984 31555328 728508 2.22 166764 4235584 1810136 5.33 1489652 3568716 8 11:11:41 11:10:01 27282676 31555144 728580 2.22 166908 4235576 1810136 5.33 1489940 3568708 8 11:11:41 11:11:01 27282572 31555164 728536 2.22 167004 4235568 1810136 5.33 1489976 3568712 8 11:11:41 Average: 27510182 31542956 744806 2.27 159925 4017334 1857218 5.47 1411122 3439721 31976 11:11:41 11:11:41 11:00:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 11:11:41 11:01:01 docker0 198.47 340.65 15.71 2020.67 0.00 0.00 0.00 0.00 11:11:41 11:01:01 lo 2.71 2.71 0.27 0.27 0.00 0.00 0.00 0.00 11:11:41 11:01:01 ens3 498.78 290.04 6346.42 38.94 0.00 0.00 0.00 0.00 11:11:41 11:02:01 docker0 1.27 2.88 0.08 42.49 0.00 0.00 0.00 0.00 11:11:41 11:02:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 11:11:41 11:02:01 vethd2ed4cc 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 11:11:41 11:02:01 ens3 52.76 51.61 83.15 99.34 0.00 0.00 0.00 0.00 11:11:41 11:03:01 docker0 1.48 3.37 0.09 43.01 0.00 0.00 0.00 0.00 11:11:41 11:03:01 lo 1.60 1.60 0.16 0.16 0.00 0.00 0.00 0.00 11:11:41 11:03:01 ens3 103.12 64.23 2580.02 13.42 0.00 0.00 0.00 0.00 11:11:41 11:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:11:41 11:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:11:41 11:04:01 ens3 1.82 1.20 2.02 0.51 0.00 0.00 0.00 0.00 11:11:41 11:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:11:41 11:05:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 11:11:41 11:05:01 ens3 84.89 34.49 1949.18 2.69 0.00 0.00 0.00 0.00 11:11:41 11:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:11:41 11:06:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 11:11:41 11:06:01 ens3 8.03 6.98 5.34 5.99 0.00 0.00 0.00 0.00 11:11:41 11:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:11:41 11:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:11:41 11:07:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:11:41 11:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:11:41 11:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:11:41 11:08:01 ens3 0.18 0.13 0.01 0.01 0.00 0.00 0.00 0.00 11:11:41 11:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:11:41 11:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:11:41 11:09:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:11:41 11:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:11:41 11:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:11:41 11:10:01 ens3 0.30 0.23 0.09 0.07 0.00 0.00 0.00 0.00 11:11:41 11:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:11:41 11:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:11:41 11:11:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:11:41 Average: docker0 18.02 31.07 1.42 188.69 0.00 0.00 0.00 0.00 11:11:41 Average: lo 0.55 0.55 0.05 0.05 0.00 0.00 0.00 0.00 11:11:41 Average: ens3 67.52 40.43 988.82 14.60 0.00 0.00 0.00 0.00 11:11:41 11:11:41 11:11:41 ---> sar -P ALL: 11:11:41 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-10984) 04/26/23 _x86_64_ (8 CPU) 11:11:41 11:11:41 10:59:08 LINUX RESTART (8 CPU) 11:11:41 11:11:41 11:00:02 CPU %user %nice %system %iowait %steal %idle 11:11:41 11:01:01 all 7.34 0.00 3.37 2.61 0.12 86.55 11:11:41 11:01:01 0 6.68 0.00 3.48 6.84 0.05 82.95 11:11:41 11:01:01 1 7.17 0.00 3.75 0.07 0.05 88.96 11:11:41 11:01:01 2 6.70 0.00 2.82 2.20 0.05 88.23 11:11:41 11:01:01 3 9.15 0.00 3.21 0.36 0.05 87.23 11:11:41 11:01:01 4 8.62 0.00 2.76 0.58 0.09 87.95 11:11:41 11:01:01 5 7.39 0.00 3.62 7.78 0.05 81.15 11:11:41 11:01:01 6 6.67 0.00 3.20 1.88 0.07 88.18 11:11:41 11:01:01 7 6.36 0.00 4.15 1.17 0.55 87.77 11:11:41 11:02:01 all 32.39 0.00 5.81 1.80 0.08 59.92 11:11:41 11:02:01 0 33.06 0.00 6.12 8.01 0.08 52.72 11:11:41 11:02:01 1 32.50 0.00 5.97 0.29 0.08 61.16 11:11:41 11:02:01 2 32.43 0.00 5.10 0.54 0.07 61.87 11:11:41 11:02:01 3 33.28 0.00 5.94 0.05 0.08 60.65 11:11:41 11:02:01 4 31.60 0.00 5.72 0.34 0.08 62.26 11:11:41 11:02:01 5 33.28 0.00 5.18 2.33 0.08 59.13 11:11:41 11:02:01 6 31.58 0.00 6.31 1.72 0.07 60.32 11:11:41 11:02:01 7 31.42 0.00 6.12 1.15 0.08 61.23 11:11:41 11:03:01 all 15.49 0.00 3.39 2.52 0.07 78.54 11:11:41 11:03:01 0 13.64 0.00 2.62 5.58 0.03 78.12 11:11:41 11:03:01 1 15.43 0.00 4.19 4.27 0.05 76.06 11:11:41 11:03:01 2 15.75 0.00 3.33 0.05 0.05 80.82 11:11:41 11:03:01 3 15.46 0.00 3.08 0.39 0.05 81.02 11:11:41 11:03:01 4 15.85 0.00 2.96 0.05 0.05 81.09 11:11:41 11:03:01 5 16.67 0.00 3.45 0.65 0.05 79.17 11:11:41 11:03:01 6 15.59 0.00 4.24 9.15 0.20 70.82 11:11:41 11:03:01 7 15.52 0.00 3.22 0.03 0.05 81.18 11:11:41 11:04:01 all 0.24 0.00 0.01 0.00 0.00 99.73 11:11:41 11:04:01 0 1.78 0.00 0.02 0.02 0.00 98.19 11:11:41 11:04:01 1 0.00 0.00 0.00 0.02 0.00 99.98 11:11:41 11:04:01 2 0.00 0.00 0.02 0.00 0.00 99.98 11:11:41 11:04:01 3 0.00 0.00 0.00 0.00 0.00 100.00 11:11:41 11:04:01 4 0.05 0.00 0.05 0.00 0.02 99.88 11:11:41 11:04:01 5 0.00 0.00 0.00 0.00 0.00 100.00 11:11:41 11:04:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:11:41 11:04:01 7 0.10 0.00 0.03 0.00 0.02 99.85 11:11:41 11:05:01 all 1.34 0.00 0.61 0.48 0.01 97.56 11:11:41 11:05:01 0 1.59 0.00 0.38 1.06 0.02 96.95 11:11:41 11:05:01 1 1.08 0.00 1.20 1.70 0.00 96.01 11:11:41 11:05:01 2 0.62 0.00 0.33 0.33 0.02 98.70 11:11:41 11:05:01 3 1.32 0.00 0.50 0.03 0.00 98.15 11:11:41 11:05:01 4 0.70 0.00 0.47 0.32 0.02 98.50 11:11:41 11:05:01 5 1.42 0.00 0.63 0.07 0.00 97.88 11:11:41 11:05:01 6 1.52 0.00 0.60 0.28 0.00 97.60 11:11:41 11:05:01 7 2.49 0.00 0.75 0.07 0.02 96.67 11:11:41 11:06:01 all 0.30 0.00 0.03 0.01 0.01 99.65 11:11:41 11:06:01 0 0.00 0.00 0.00 0.03 0.00 99.97 11:11:41 11:06:01 1 1.32 0.00 0.02 0.02 0.02 98.63 11:11:41 11:06:01 2 0.27 0.00 0.03 0.03 0.00 99.67 11:11:41 11:06:01 3 0.17 0.00 0.02 0.02 0.02 99.78 11:11:41 11:06:01 4 0.35 0.00 0.05 0.00 0.02 99.58 11:11:41 11:06:01 5 0.22 0.00 0.05 0.00 0.00 99.73 11:11:41 11:06:01 6 0.05 0.00 0.00 0.00 0.00 99.95 11:11:41 11:06:01 7 0.03 0.00 0.03 0.02 0.00 99.92 11:11:41 11:07:01 all 0.07 0.00 0.03 0.01 0.00 99.89 11:11:41 11:07:01 0 0.02 0.00 0.03 0.02 0.00 99.93 11:11:41 11:07:01 1 0.05 0.00 0.02 0.00 0.00 99.93 11:11:41 11:07:01 2 0.02 0.00 0.05 0.00 0.00 99.93 11:11:41 11:07:01 3 0.03 0.00 0.03 0.00 0.00 99.93 11:11:41 11:07:01 4 0.10 0.00 0.03 0.00 0.00 99.87 11:11:41 11:07:01 5 0.08 0.00 0.02 0.00 0.00 99.90 11:11:41 11:07:01 6 0.02 0.00 0.03 0.00 0.00 99.95 11:11:41 11:07:01 7 0.25 0.00 0.05 0.05 0.00 99.65 11:11:41 11:08:01 all 0.02 0.00 0.00 0.01 0.00 99.97 11:11:41 11:08:01 0 0.00 0.00 0.02 0.02 0.00 99.97 11:11:41 11:08:01 1 0.02 0.00 0.00 0.03 0.00 99.95 11:11:41 11:08:01 2 0.00 0.00 0.02 0.00 0.00 99.98 11:11:41 11:08:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:11:41 11:08:01 4 0.07 0.00 0.00 0.00 0.02 99.92 11:11:41 11:08:01 5 0.02 0.00 0.00 0.00 0.00 99.98 11:11:41 11:08:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:11:41 11:08:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:11:41 11:09:01 all 0.02 0.00 0.01 0.00 0.00 99.96 11:11:41 11:09:01 0 0.02 0.00 0.00 0.02 0.00 99.97 11:11:41 11:09:01 1 0.03 0.00 0.02 0.00 0.00 99.95 11:11:41 11:09:01 2 0.03 0.00 0.00 0.00 0.00 99.97 11:11:41 11:09:01 3 0.00 0.00 0.02 0.00 0.00 99.98 11:11:41 11:09:01 4 0.03 0.00 0.03 0.00 0.02 99.92 11:11:41 11:09:01 5 0.03 0.00 0.00 0.00 0.00 99.97 11:11:41 11:09:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:11:41 11:09:01 7 0.02 0.00 0.02 0.00 0.02 99.95 11:11:41 11:10:01 all 0.05 0.00 0.01 0.01 0.00 99.93 11:11:41 11:10:01 0 0.02 0.00 0.00 0.03 0.00 99.95 11:11:41 11:10:01 1 0.27 0.00 0.00 0.03 0.00 99.70 11:11:41 11:10:01 2 0.03 0.00 0.02 0.02 0.00 99.93 11:11:41 11:10:01 3 0.00 0.00 0.00 0.00 0.00 100.00 11:11:41 11:10:01 4 0.05 0.00 0.02 0.00 0.00 99.93 11:11:41 11:10:01 5 0.02 0.00 0.00 0.00 0.00 99.98 11:11:41 11:10:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:11:41 11:10:01 7 0.03 0.00 0.02 0.00 0.00 99.95 11:11:41 11:11:01 all 0.03 0.00 0.01 0.00 0.00 99.95 11:11:41 11:11:01 0 0.00 0.00 0.00 0.03 0.02 99.95 11:11:41 11:11:01 1 0.13 0.00 0.02 0.00 0.00 99.85 11:11:41 11:11:01 2 0.03 0.00 0.03 0.00 0.00 99.93 11:11:41 11:11:01 3 0.00 0.00 0.00 0.00 0.00 100.00 11:11:41 11:11:01 4 0.02 0.00 0.02 0.00 0.02 99.95 11:11:41 11:11:01 5 0.00 0.00 0.00 0.00 0.00 100.00 11:11:41 11:11:01 6 0.02 0.00 0.02 0.00 0.00 99.97 11:11:41 11:11:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:11:41 11:11:41 Average: CPU %user %nice %system %iowait %steal %idle 11:11:41 Average: all 5.17 0.00 1.20 0.67 0.03 92.94 11:11:41 Average: 0 5.13 0.00 1.14 1.95 0.02 91.76 11:11:41 Average: 1 5.24 0.00 1.37 0.58 0.02 92.79 11:11:41 Average: 2 5.05 0.00 1.06 0.28 0.02 93.60 11:11:41 Average: 3 5.36 0.00 1.15 0.08 0.02 93.39 11:11:41 Average: 4 5.19 0.00 1.09 0.12 0.03 93.58 11:11:41 Average: 5 5.33 0.00 1.17 0.97 0.02 92.52 11:11:41 Average: 6 5.00 0.00 1.30 1.17 0.03 92.50 11:11:41 Average: 7 5.06 0.00 1.29 0.22 0.07 93.36 11:11:41 11:11:41 11:11:41