Pull request #299 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 9aafdc70cf72219a8331b734b73458934d5f0239+e83b8e1a3e8907a42e6a265f9968d04d77803185 (8e1200b8171340cf56dac336ad0ae3b97210ae98) 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-ssh12552927290693612851.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 590556114a56c6d90cc8043840e039c2f74196dc 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-ssh7882394859338760180.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 590556114a56c6d90cc8043840e039c2f74196dc 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-299/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-299/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh1027103264169418046.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-299/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15109835070296282624.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 590556114a56c6d90cc8043840e039c2f74196dc (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 590556114a56c6d90cc8043840e039c2f74196dc # timeout=10 Commit message: "Merge pull request #451 from jinlinGuan/fix-snyk" > 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-ssh5404992730435562778.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-299/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-299/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh10427881510697787724.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 590556114a56c6d90cc8043840e039c2f74196dc 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] ========================================================= [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.21 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-4816 in /w/workspace/undry_device-rfid-llrp-go_PR-299 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git 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-299 # 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 Merging remotes/origin/main commit e83b8e1a3e8907a42e6a265f9968d04d77803185 into PR head commit 9aafdc70cf72219a8331b734b73458934d5f0239 Merge succeeded, producing 9aafdc70cf72219a8331b734b73458934d5f0239 Checking out Revision 9aafdc70cf72219a8331b734b73458934d5f0239 (PR-299) 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 590556114a56c6d90cc8043840e039c2f74196dc > 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/299/head:refs/remotes/origin/PR-299 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9aafdc70cf72219a8331b734b73458934d5f0239 # 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 e83b8e1a3e8907a42e6a265f9968d04d77803185 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9aafdc70cf72219a8331b734b73458934d5f0239 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-07-02T10:32:02.323Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-07-02T10:32:02.545Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-07-02T10:32:02.670Z] ========================================================= [2024-07-02T10:32:02.670Z] EdgeX Global Pipelines Version Info [2024-07-02T10:32:02.670Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-07-02T10:32:03.423Z] ------------------- [2024-07-02T10:32:03.423Z] stable info: [2024-07-02T10:32:03.423Z] ------------------- [2024-07-02T10:32:03.423Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-07-02T10:32:03.423Z] Commit SHA: 590556114a56c6d90cc8043840e039c2f74196dc [2024-07-02T10:32:03.423Z] Message: update stable to v1.0.260 [2024-07-02T10:32:03.994Z] ------------------- [2024-07-02T10:32:03.994Z] experimental info: [2024-07-02T10:32:03.994Z] ------------------- [2024-07-02T10:32:03.994Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-07-02T10:32:03.994Z] Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 [2024-07-02T10:32:03.994Z] Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-07-02T10:32:04.209Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rfid-llrp-go-settings [Pipeline] echo [2024-07-02T10:32:04.275Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rfid-llrp-go [Pipeline] echo [2024-07-02T10:32:04.331Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-07-02T10:32:04.389Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-07-02T10:32:04.449Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-07-02T10:32:04.512Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2024-07-02T10:32:04.572Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-07-02T10:32:04.631Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2024-07-02T10:32:04.689Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-07-02T10:32:04.750Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-07-02T10:32:04.810Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-07-02T10:32:04.876Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rfid-llrp [Pipeline] echo [2024-07-02T10:32:04.934Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-07-02T10:32:04.988Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-07-02T10:32:05.049Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-07-02T10:32:05.112Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-07-02T10:32:05.173Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2024-07-02T10:32:05.235Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2024-07-02T10:32:05.299Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-07-02T10:32:05.362Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-07-02T10:32:05.422Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2024-07-02T10:32:05.482Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2024-07-02T10:32:05.539Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2024-07-02T10:32:05.602Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2024-07-02T10:32:05.665Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2024-07-02T10:32:05.728Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-07-02T10:32:05.798Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-07-02T10:32:05.862Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-299 [Pipeline] echo [2024-07-02T10:32:05.927Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-299 [Pipeline] echo [2024-07-02T10:32:05.990Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-299 [Pipeline] echo [2024-07-02T10:32:06.058Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9aafdc70cf72219a8331b734b73458934d5f0239 [Pipeline] echo [2024-07-02T10:32:06.124Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9aafdc7 [Pipeline] echo [2024-07-02T10:32:06.186Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-02T10:32:06.331Z] provisioning config files... [2024-07-02T10:32:06.346Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/undry_device-rfid-llrp-go_PR-299@tmp/config1047979559007239528tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-02T10:32:06.734Z] ---> ****-login.sh [2024-07-02T10:32:06.734Z] nexus3.edgexfoundry.org:10001 [2024-07-02T10:32:06.995Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-02T10:32:07.256Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-02T10:32:07.256Z] Configure a credential helper to remove this warning. See [2024-07-02T10:32:07.256Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-02T10:32:07.256Z] [2024-07-02T10:32:07.256Z] Login Succeeded [2024-07-02T10:32:07.256Z] nexus3.edgexfoundry.org:10002 [2024-07-02T10:32:07.256Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-02T10:32:07.256Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-02T10:32:07.256Z] Configure a credential helper to remove this warning. See [2024-07-02T10:32:07.256Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-02T10:32:07.256Z] [2024-07-02T10:32:07.256Z] Login Succeeded [2024-07-02T10:32:07.256Z] nexus3.edgexfoundry.org:10003 [2024-07-02T10:32:07.256Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-02T10:32:07.516Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-02T10:32:07.516Z] Configure a credential helper to remove this warning. See [2024-07-02T10:32:07.516Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-02T10:32:07.516Z] [2024-07-02T10:32:07.516Z] Login Succeeded [2024-07-02T10:32:07.517Z] nexus3.edgexfoundry.org:10004 [2024-07-02T10:32:07.517Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-02T10:32:07.517Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-02T10:32:07.517Z] Configure a credential helper to remove this warning. See [2024-07-02T10:32:07.517Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-02T10:32:07.517Z] [2024-07-02T10:32:07.517Z] Login Succeeded [2024-07-02T10:32:07.517Z] ****.io [2024-07-02T10:32:07.517Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-02T10:32:07.778Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-02T10:32:07.778Z] Configure a credential helper to remove this warning. See [2024-07-02T10:32:07.778Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-02T10:32:07.778Z] [2024-07-02T10:32:07.778Z] Login Succeeded [2024-07-02T10:32:07.778Z] ---> ****-login.sh ends [Pipeline] } [2024-07-02T10:32:07.810Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2024-07-02T10:32:08.533Z] + git rev-list -1 --merges 9aafdc70cf72219a8331b734b73458934d5f0239~1..9aafdc70cf72219a8331b734b73458934d5f0239 [Pipeline] echo [2024-07-02T10:32:08.580Z] -----------> git rev-list -1 --merges 9aafdc70cf72219a8331b734b73458934d5f0239~1..9aafdc70cf72219a8331b734b73458934d5f0239 9aafdc70cf72219a8331b734b73458934d5f0239 [false] [Pipeline] sh [2024-07-02T10:32:08.901Z] + git log --format=format:%s -1 9aafdc70cf72219a8331b734b73458934d5f0239 [Pipeline] echo [2024-07-02T10:32:08.940Z] ========================================================= [2024-07-02T10:32:08.940Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-07-02T10:32:08.940Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-07-02T10:32:09.395Z] + git log --format=format:%s -1 9aafdc70cf72219a8331b734b73458934d5f0239 [Pipeline] echo [2024-07-02T10:32:09.436Z] [semverPrep] GIT_COMMIT: 9aafdc70cf72219a8331b734b73458934d5f0239, Commit Message: build(deps): bump github.com/edgexfoundry/device-sdk-go/v3 [Pipeline] echo [2024-07-02T10:32:09.479Z] [semverPrep] This is not a build commit. [Pipeline] sh [2024-07-02T10:32:09.904Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-07-02T10:32:09.904Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-07-02T10:32:09.904Z] + [ -e /tmp/ssh_known_hosts ] [2024-07-02T10:32:09.904Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-07-02T10:32:09.904Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2024-07-02T10:32:09.904Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2024-07-02T10:32:09.904Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-02T10:32:10.406Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-02T10:32:10.406Z] [2024-07-02T10:32:10.406Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-02T10:32:10.813Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-02T10:32:10.814Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-07-02T10:32:10.814Z] b85a868b505f: Pulling fs layer [2024-07-02T10:32:10.814Z] e2be974225ed: Pulling fs layer [2024-07-02T10:32:10.814Z] 339a4e72a1f5: Pulling fs layer [2024-07-02T10:32:10.814Z] 988bab9f4d93: Pulling fs layer [2024-07-02T10:32:10.814Z] 1469e6f7b9e6: Pulling fs layer [2024-07-02T10:32:10.814Z] eaf3925da568: Pulling fs layer [2024-07-02T10:32:10.814Z] bab4dde63d76: Pulling fs layer [2024-07-02T10:32:10.814Z] bde34c3a00c8: Pulling fs layer [2024-07-02T10:32:10.814Z] b352a97aabf1: Pulling fs layer [2024-07-02T10:32:10.814Z] 4872d77fe225: Pulling fs layer [2024-07-02T10:32:10.814Z] 5851b861e8e6: Pulling fs layer [2024-07-02T10:32:10.814Z] 1469e6f7b9e6: Waiting [2024-07-02T10:32:10.814Z] eaf3925da568: Waiting [2024-07-02T10:32:10.814Z] bab4dde63d76: Waiting [2024-07-02T10:32:10.814Z] bde34c3a00c8: Waiting [2024-07-02T10:32:10.814Z] b352a97aabf1: Waiting [2024-07-02T10:32:10.814Z] 4872d77fe225: Waiting [2024-07-02T10:32:10.814Z] 5851b861e8e6: Waiting [2024-07-02T10:32:10.814Z] 988bab9f4d93: Waiting [2024-07-02T10:32:10.814Z] e2be974225ed: Verifying Checksum [2024-07-02T10:32:10.814Z] e2be974225ed: Download complete [2024-07-02T10:32:10.814Z] 988bab9f4d93: Verifying Checksum [2024-07-02T10:32:10.814Z] 988bab9f4d93: Download complete [2024-07-02T10:32:10.814Z] 1469e6f7b9e6: Verifying Checksum [2024-07-02T10:32:10.814Z] 1469e6f7b9e6: Download complete [2024-07-02T10:32:11.076Z] eaf3925da568: Verifying Checksum [2024-07-02T10:32:11.076Z] eaf3925da568: Download complete [2024-07-02T10:32:11.076Z] 339a4e72a1f5: Verifying Checksum [2024-07-02T10:32:11.076Z] 339a4e72a1f5: Download complete [2024-07-02T10:32:11.076Z] bde34c3a00c8: Verifying Checksum [2024-07-02T10:32:11.076Z] bde34c3a00c8: Download complete [2024-07-02T10:32:11.076Z] b352a97aabf1: Download complete [2024-07-02T10:32:11.076Z] 4872d77fe225: Verifying Checksum [2024-07-02T10:32:11.076Z] 4872d77fe225: Download complete [2024-07-02T10:32:11.076Z] 5851b861e8e6: Verifying Checksum [2024-07-02T10:32:11.076Z] 5851b861e8e6: Download complete [2024-07-02T10:32:11.076Z] b85a868b505f: Verifying Checksum [2024-07-02T10:32:11.076Z] b85a868b505f: Download complete [2024-07-02T10:32:11.334Z] bab4dde63d76: Verifying Checksum [2024-07-02T10:32:11.334Z] bab4dde63d76: Download complete [2024-07-02T10:32:12.716Z] b85a868b505f: Pull complete [2024-07-02T10:32:12.716Z] e2be974225ed: Pull complete [2024-07-02T10:32:13.285Z] 339a4e72a1f5: Pull complete [2024-07-02T10:32:13.285Z] 988bab9f4d93: Pull complete [2024-07-02T10:32:13.544Z] 1469e6f7b9e6: Pull complete [2024-07-02T10:32:13.544Z] eaf3925da568: Pull complete [2024-07-02T10:32:15.447Z] bab4dde63d76: Pull complete [2024-07-02T10:32:15.447Z] bde34c3a00c8: Pull complete [2024-07-02T10:32:15.706Z] b352a97aabf1: Pull complete [2024-07-02T10:32:15.706Z] 4872d77fe225: Pull complete [2024-07-02T10:32:15.706Z] 5851b861e8e6: Pull complete [2024-07-02T10:32:15.966Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-07-02T10:32:15.966Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-02T10:32:15.966Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-02T10:32:16.258Z] prd-ubuntu20.04-docker-8c-8g-4816 does not seem to be running inside a container [2024-07-02T10:32:16.287Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_device-rfid-llrp-go_PR-299 -v /w/workspace/undry_device-rfid-llrp-go_PR-299:/w/workspace/undry_device-rfid-llrp-go_PR-299:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-299@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-299@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-07-02T10:32:21.383Z] $ docker top 197a2077f13655bc85966c2f424c80d9d23b9bf60bbec4192e58e80836c39375 -eo pid,comm [2024-07-02T10:32:21.445Z] 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). [2024-07-02T10:32:21.445Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-07-02T10:32:21.616Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-02T10:32:21.616Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-02T10:32:21.726Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-02T10:32:21.725Z] $ docker exec 197a2077f13655bc85966c2f424c80d9d23b9bf60bbec4192e58e80836c39375 ssh-agent [2024-07-02T10:32:21.831Z] SSH_AUTH_SOCK=/tmp/ssh-65upbCIos4bX/agent.32 [2024-07-02T10:32:21.831Z] SSH_AGENT_PID=38 [2024-07-02T10:32:21.840Z] Running ssh-add (command line suppressed) [2024-07-02T10:32:21.934Z] Identity added: /w/workspace/undry_device-rfid-llrp-go_PR-299@tmp/private_key_12740286488801461842.key (/w/workspace/undry_device-rfid-llrp-go_PR-299@tmp/private_key_12740286488801461842.key) [2024-07-02T10:32:21.949Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-02T10:32:22.312Z] + git tag --points-at HEAD [Pipeline] } [2024-07-02T10:32:22.336Z] $ docker exec --env ******** --env ******** 197a2077f13655bc85966c2f424c80d9d23b9bf60bbec4192e58e80836c39375 ssh-agent -k [2024-07-02T10:32:22.431Z] unset SSH_AUTH_SOCK; [2024-07-02T10:32:22.432Z] unset SSH_AGENT_PID; [2024-07-02T10:32:22.432Z] echo Agent pid 38 killed; [2024-07-02T10:32:22.444Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-07-02T10:32:22.552Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-02T10:32:22.552Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-02T10:32:22.664Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-02T10:32:22.664Z] $ docker exec 197a2077f13655bc85966c2f424c80d9d23b9bf60bbec4192e58e80836c39375 ssh-agent [2024-07-02T10:32:22.772Z] SSH_AUTH_SOCK=/tmp/ssh-EaxJzsNEd2Zn/agent.72 [2024-07-02T10:32:22.772Z] SSH_AGENT_PID=78 [2024-07-02T10:32:22.778Z] Running ssh-add (command line suppressed) [2024-07-02T10:32:22.872Z] Identity added: /w/workspace/undry_device-rfid-llrp-go_PR-299@tmp/private_key_6253602788230323137.key (/w/workspace/undry_device-rfid-llrp-go_PR-299@tmp/private_key_6253602788230323137.key) [2024-07-02T10:32:22.890Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-02T10:32:23.243Z] + git semver init [2024-07-02T10:32:23.502Z] 2024-07-02 10:32:23,410 [run_init] DEBUG init version:0.0.0 force:False [2024-07-02T10:32:23.502Z] 2024-07-02 10:32:23,411 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/undry_device-rfid-llrp-go_PR-299/.semver [2024-07-02T10:32:23.502Z] 2024-07-02 10:32:23,412 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rfid-llrp-go.git /w/workspace/undry_device-rfid-llrp-go_PR-299/.semver [2024-07-02T10:32:23.502Z] 2024-07-02 10:32:23,412 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-rfid-llrp-go.git', '/w/workspace/undry_device-rfid-llrp-go_PR-299/.semver'], cwd=/w/workspace/undry_device-rfid-llrp-go_PR-299, universal_newlines=False, shell=None, istream=None) [2024-07-02T10:32:24.884Z] 2024-07-02 10:32:24,804 [append_file] DEBUG append to file:/w/workspace/undry_device-rfid-llrp-go_PR-299/.git/info/exclude [2024-07-02T10:32:24.884Z] 2024-07-02 10:32:24,804 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/undry_device-rfid-llrp-go_PR-299/.semver/PR-299 with force:False [2024-07-02T10:32:24.884Z] 2024-07-02 10:32:24,804 [write_file] DEBUG write to file:/w/workspace/undry_device-rfid-llrp-go_PR-299/.semver/PR-299 [2024-07-02T10:32:24.884Z] 2024-07-02 10:32:24,809 [execute] INFO git cat-file --batch-check [2024-07-02T10:32:24.884Z] 2024-07-02 10:32:24,809 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/undry_device-rfid-llrp-go_PR-299/.semver, universal_newlines=False, shell=None, istream=) [2024-07-02T10:32:24.884Z] 2024-07-02 10:32:24,817 [execute] INFO git cat-file --batch [2024-07-02T10:32:24.884Z] 2024-07-02 10:32:24,817 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/undry_device-rfid-llrp-go_PR-299/.semver, universal_newlines=False, shell=None, istream=) [2024-07-02T10:32:24.884Z] 2024-07-02 10:32:24,824 [read_version] DEBUG read version from /w/workspace/undry_device-rfid-llrp-go_PR-299/.semver/PR-299 [2024-07-02T10:32:24.884Z] 0.0.0 [Pipeline] } [2024-07-02T10:32:24.913Z] $ docker exec --env ******** --env ******** 197a2077f13655bc85966c2f424c80d9d23b9bf60bbec4192e58e80836c39375 ssh-agent -k [2024-07-02T10:32:25.027Z] unset SSH_AUTH_SOCK; [2024-07-02T10:32:25.027Z] unset SSH_AGENT_PID; [2024-07-02T10:32:25.027Z] echo Agent pid 78 killed; [2024-07-02T10:32:25.044Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-07-02T10:32:25.513Z] + git semver [Pipeline] } [2024-07-02T10:32:25.799Z] $ docker stop --time=1 197a2077f13655bc85966c2f424c80d9d23b9bf60bbec4192e58e80836c39375 [2024-07-02T10:32:27.105Z] $ docker rm -f --volumes 197a2077f13655bc85966c2f424c80d9d23b9bf60bbec4192e58e80836c39375 [Pipeline] // withDockerContainer [Pipeline] sh [2024-07-02T10:32:27.541Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-07-02T10:32:27.865Z] Stashed 1 file(s) [Pipeline] echo [2024-07-02T10:32:27.889Z] [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 [2024-07-02T10:32:28.593Z] provisioning config files... [2024-07-02T10:32:28.604Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/undry_device-rfid-llrp-go_PR-299@tmp/config9199900178196556908tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-02T10:32:28.975Z] ---> ****-login.sh [2024-07-02T10:32:28.975Z] nexus3.edgexfoundry.org:10001 [2024-07-02T10:32:28.975Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-02T10:32:28.975Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-02T10:32:28.975Z] Configure a credential helper to remove this warning. See [2024-07-02T10:32:28.975Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-02T10:32:28.975Z] [2024-07-02T10:32:28.975Z] Login Succeeded [2024-07-02T10:32:28.975Z] nexus3.edgexfoundry.org:10002 [2024-07-02T10:32:28.975Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-02T10:32:28.975Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-02T10:32:28.975Z] Configure a credential helper to remove this warning. See [2024-07-02T10:32:28.975Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-02T10:32:28.976Z] [2024-07-02T10:32:28.976Z] Login Succeeded [2024-07-02T10:32:28.976Z] nexus3.edgexfoundry.org:10003 [2024-07-02T10:32:29.235Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-02T10:32:29.235Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-02T10:32:29.236Z] Configure a credential helper to remove this warning. See [2024-07-02T10:32:29.236Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-02T10:32:29.236Z] [2024-07-02T10:32:29.236Z] Login Succeeded [2024-07-02T10:32:29.236Z] nexus3.edgexfoundry.org:10004 [2024-07-02T10:32:29.236Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-02T10:32:29.236Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-02T10:32:29.236Z] Configure a credential helper to remove this warning. See [2024-07-02T10:32:29.236Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-02T10:32:29.236Z] [2024-07-02T10:32:29.236Z] Login Succeeded [2024-07-02T10:32:29.236Z] ****.io [2024-07-02T10:32:29.495Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-02T10:32:29.495Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-02T10:32:29.495Z] Configure a credential helper to remove this warning. See [2024-07-02T10:32:29.495Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-02T10:32:29.495Z] [2024-07-02T10:32:29.495Z] Login Succeeded [2024-07-02T10:32:29.495Z] ---> ****-login.sh ends [Pipeline] } [2024-07-02T10:32:29.539Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2024-07-02T10:32:29.780Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-02T10:32:29.832Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-02T10:32:29.884Z] ========================================================= [2024-07-02T10:32:29.884Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2024-07-02T10:32:29.884Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-02T10:32:30.392Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine --build-arg MAKE=echo noop --target=builder . [2024-07-02T10:32:30.392Z] Sending build context to Docker daemon 11.53MB [2024-07-02T10:32:30.392Z] Step 1/12 : ARG BASE=golang:1.21-alpine3.18 [2024-07-02T10:32:30.392Z] Step 2/12 : FROM ${BASE} AS builder [2024-07-02T10:32:30.392Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2024-07-02T10:32:30.392Z] 619be1103602: Pulling fs layer [2024-07-02T10:32:30.392Z] 7862e08f4a3e: Pulling fs layer [2024-07-02T10:32:30.392Z] 5df492c9dc93: Pulling fs layer [2024-07-02T10:32:30.392Z] 7629e6793208: Pulling fs layer [2024-07-02T10:32:30.392Z] 4f4fb700ef54: Pulling fs layer [2024-07-02T10:32:30.392Z] fb5054dd5b73: Pulling fs layer [2024-07-02T10:32:30.392Z] eeca6798cff9: Pulling fs layer [2024-07-02T10:32:30.392Z] aa269ceb94a6: Pulling fs layer [2024-07-02T10:32:30.392Z] ada007ff1a6a: Pulling fs layer [2024-07-02T10:32:30.392Z] 7629e6793208: Waiting [2024-07-02T10:32:30.392Z] 4f4fb700ef54: Waiting [2024-07-02T10:32:30.392Z] fb5054dd5b73: Waiting [2024-07-02T10:32:30.392Z] eeca6798cff9: Waiting [2024-07-02T10:32:30.392Z] ada007ff1a6a: Waiting [2024-07-02T10:32:30.392Z] aa269ceb94a6: Waiting [2024-07-02T10:32:30.651Z] 7862e08f4a3e: Download complete [2024-07-02T10:32:30.651Z] 7629e6793208: Download complete [2024-07-02T10:32:30.651Z] 4f4fb700ef54: Verifying Checksum [2024-07-02T10:32:30.651Z] 4f4fb700ef54: Download complete [2024-07-02T10:32:30.651Z] 619be1103602: Verifying Checksum [2024-07-02T10:32:30.651Z] 619be1103602: Download complete [2024-07-02T10:32:30.651Z] fb5054dd5b73: Verifying Checksum [2024-07-02T10:32:30.651Z] fb5054dd5b73: Download complete [2024-07-02T10:32:30.651Z] eeca6798cff9: Verifying Checksum [2024-07-02T10:32:30.651Z] eeca6798cff9: Download complete [2024-07-02T10:32:30.651Z] 619be1103602: Pull complete [2024-07-02T10:32:30.911Z] ada007ff1a6a: Verifying Checksum [2024-07-02T10:32:30.911Z] ada007ff1a6a: Download complete [2024-07-02T10:32:30.911Z] 7862e08f4a3e: Pull complete [2024-07-02T10:32:31.169Z] 5df492c9dc93: Verifying Checksum [2024-07-02T10:32:31.169Z] 5df492c9dc93: Download complete [2024-07-02T10:32:31.427Z] aa269ceb94a6: Verifying Checksum [2024-07-02T10:32:31.427Z] aa269ceb94a6: Download complete [2024-07-02T10:32:34.709Z] 5df492c9dc93: Pull complete [2024-07-02T10:32:34.709Z] 7629e6793208: Pull complete [2024-07-02T10:32:34.709Z] 4f4fb700ef54: Pull complete [2024-07-02T10:32:34.709Z] fb5054dd5b73: Pull complete [2024-07-02T10:32:34.968Z] eeca6798cff9: Pull complete [2024-07-02T10:32:37.500Z] aa269ceb94a6: Pull complete [2024-07-02T10:32:38.087Z] ada007ff1a6a: Pull complete [2024-07-02T10:32:38.087Z] Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 [2024-07-02T10:32:38.087Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-07-02T10:32:38.087Z] ---> f489d0715acc [2024-07-02T10:32:38.087Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2024-07-02T10:32:43.387Z] Still waiting to schedule task [2024-07-02T10:32:43.387Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2024-07-02T10:32:46.225Z] ---> Running in 70e3ce00ed3e [2024-07-02T10:32:46.225Z] Removing intermediate container 70e3ce00ed3e [2024-07-02T10:32:46.225Z] ---> 774bb7837a2a [2024-07-02T10:32:46.225Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-07-02T10:32:46.225Z] ---> Running in 6eb4e2d8a8ac [2024-07-02T10:32:46.225Z] Removing intermediate container 6eb4e2d8a8ac [2024-07-02T10:32:46.225Z] ---> 3ea1674098dc [2024-07-02T10:32:46.225Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git" [2024-07-02T10:32:46.225Z] ---> Running in 91815a783082 [2024-07-02T10:32:46.225Z] Removing intermediate container 91815a783082 [2024-07-02T10:32:46.225Z] ---> 309775973c8a [2024-07-02T10:32:46.225Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2024-07-02T10:32:46.225Z] ---> Running in 73868ad33522 [2024-07-02T10:32:46.225Z] Removing intermediate container 73868ad33522 [2024-07-02T10:32:46.225Z] ---> 002b08a3a170 [2024-07-02T10:32:46.225Z] Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-07-02T10:32:46.225Z] ---> Running in 3f463ffe84c1 [2024-07-02T10:32:46.225Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-02T10:32:46.225Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-02T10:32:46.225Z] OK: 264 MiB in 52 packages [2024-07-02T10:32:46.484Z] Removing intermediate container 3f463ffe84c1 [2024-07-02T10:32:46.484Z] ---> a71c0f01973b [2024-07-02T10:32:46.484Z] Step 8/12 : WORKDIR /app [2024-07-02T10:32:46.484Z] ---> Running in fcd68199fc91 [2024-07-02T10:32:46.745Z] Removing intermediate container fcd68199fc91 [2024-07-02T10:32:46.745Z] ---> a6c219920f5c [2024-07-02T10:32:46.745Z] Step 9/12 : COPY go.mod vendor* ./ [2024-07-02T10:32:46.745Z] ---> 08644a2d97ca [2024-07-02T10:32:46.745Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-02T10:32:46.745Z] ---> Running in 6c0ef4a08581 [2024-07-02T10:34:08.322Z] Removing intermediate container 6c0ef4a08581 [2024-07-02T10:34:08.322Z] ---> 137617a76536 [2024-07-02T10:34:08.322Z] Step 11/12 : COPY . . [2024-07-02T10:34:08.322Z] ---> 7d7a77c527b6 [2024-07-02T10:34:08.322Z] Step 12/12 : RUN $MAKE [2024-07-02T10:34:08.322Z] ---> Running in 6d1534cd5a3e [2024-07-02T10:34:08.322Z] noop [2024-07-02T10:34:08.322Z] Removing intermediate container 6d1534cd5a3e [2024-07-02T10:34:08.322Z] ---> 3e3fb10efe1f [2024-07-02T10:34:08.322Z] Successfully built 3e3fb10efe1f [2024-07-02T10:34:08.322Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-02T10:34:08.826Z] + docker inspect -f . ci-base-image-x86_64 [2024-07-02T10:34:08.826Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-02T10:34:09.011Z] prd-ubuntu20.04-docker-8c-8g-4816 does not seem to be running inside a container [2024-07-02T10:34:09.039Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/undry_device-rfid-llrp-go_PR-299 -v /w/workspace/undry_device-rfid-llrp-go_PR-299:/w/workspace/undry_device-rfid-llrp-go_PR-299:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-299@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-299@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-x86_64 cat [2024-07-02T10:34:09.393Z] $ docker top aa13e7c6b15b1b6c0cab7d81960e5c1f091829b44f042b89e425d6576382d018 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-02T10:34:09.821Z] + go version [2024-07-02T10:34:09.822Z] go version go1.21.9 linux/amd64 [Pipeline] } [2024-07-02T10:34:09.855Z] $ docker stop --time=1 aa13e7c6b15b1b6c0cab7d81960e5c1f091829b44f042b89e425d6576382d018 [2024-07-02T10:34:11.160Z] $ docker rm -f --volumes aa13e7c6b15b1b6c0cab7d81960e5c1f091829b44f042b89e425d6576382d018 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-02T10:34:11.959Z] + docker inspect -f . ci-base-image-x86_64 [2024-07-02T10:34:11.959Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-02T10:34:12.157Z] prd-ubuntu20.04-docker-8c-8g-4816 does not seem to be running inside a container [2024-07-02T10:34:12.184Z] $ 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-299 -v /w/workspace/undry_device-rfid-llrp-go_PR-299:/w/workspace/undry_device-rfid-llrp-go_PR-299:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-299@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-299@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-x86_64 cat [2024-07-02T10:34:12.566Z] $ docker top 49d36d64efb15483cf360c986b930e662cac50e0ed8a0719d24254160c76bbfb -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-02T10:34:12.992Z] + git config --global --add safe.directory /w/workspace/undry_device-rfid-llrp-go_PR-299 [Pipeline] fileExists [Pipeline] sh [2024-07-02T10:34:13.370Z] + make test [2024-07-02T10:34:13.370Z] go test ./... -coverprofile=coverage.out ./... [2024-07-02T10:34:15.276Z] ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] [2024-07-02T10:34:21.578Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-4817 in /w/workspace/undry_device-rfid-llrp-go_PR-299 [Pipeline] { [Pipeline] ws [2024-07-02T10:34:21.719Z] Running in /w/workspace/device-rfid-llrp-go/1 [Pipeline] { [Pipeline] checkout [2024-07-02T10:34:24.851Z] The recommended git tool is: git [2024-07-02T10:34:32.358Z] using credential edgex-jenkins-ssh [2024-07-02T10:34:32.382Z] Cloning the remote Git repository [2024-07-02T10:34:32.432Z] Cloning repository git@github.com:edgexfoundry/device-rfid-llrp-go.git [2024-07-02T10:34:32.532Z] > git init /w/workspace/device-rfid-llrp-go/1 # timeout=10 [2024-07-02T10:34:32.700Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git [2024-07-02T10:34:32.701Z] > git --version # timeout=10 [2024-07-02T10:34:33.349Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd [no test files] [2024-07-02T10:34:33.349Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd/llrp [no test files] [2024-07-02T10:34:32.758Z] > git --version # 'git version 2.25.1' [2024-07-02T10:34:32.762Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-07-02T10:34:33.002Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-07-02T10:34:35.426Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 [2024-07-02T10:34:35.473Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-07-02T10:34:36.565Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 [2024-07-02T10:34:36.637Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git [2024-07-02T10:34:36.637Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-07-02T10:34:36.662Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/pull/299/head:refs/remotes/origin/PR-299 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2024-07-02T10:34:37.147Z] Merging remotes/origin/main commit e83b8e1a3e8907a42e6a265f9968d04d77803185 into PR head commit 9aafdc70cf72219a8331b734b73458934d5f0239 [2024-07-02T10:34:37.424Z] Merge succeeded, producing 9aafdc70cf72219a8331b734b73458934d5f0239 [2024-07-02T10:34:37.425Z] Checking out Revision 9aafdc70cf72219a8331b734b73458934d5f0239 (PR-299) [2024-07-02T10:34:37.561Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/driver 4.025s coverage: 40.6% of statements [2024-07-02T10:34:37.561Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.009s coverage: 96.4% of statements [2024-07-02T10:34:37.561Z] ok github.com/edgexfoundry/device-rfid-llrp-go/pkg/llrp 0.248s coverage: 51.9% of statements [2024-07-02T10:34:37.968Z] Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v3" [2024-07-02T10:34:38.017Z] > git --version # timeout=10 [2024-07-02T10:34:38.029Z] > git --version # 'git version 2.25.1' [2024-07-02T10:34:38.042Z] fatal: bad object 590556114a56c6d90cc8043840e039c2f74196dc [2024-07-02T10:34:37.164Z] > git config core.sparsecheckout # timeout=10 [2024-07-02T10:34:37.226Z] > git checkout -f 9aafdc70cf72219a8331b734b73458934d5f0239 # timeout=10 [2024-07-02T10:34:37.326Z] > git remote # timeout=10 [2024-07-02T10:34:37.342Z] > git config --get remote.origin.url # timeout=10 [2024-07-02T10:34:37.359Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-07-02T10:34:37.380Z] > git merge e83b8e1a3e8907a42e6a265f9968d04d77803185 # timeout=10 [2024-07-02T10:34:37.410Z] > git rev-parse HEAD^{commit} # timeout=10 [2024-07-02T10:34:37.429Z] > git config core.sparsecheckout # timeout=10 [2024-07-02T10:34:37.441Z] > git checkout -f 9aafdc70cf72219a8331b734b73458934d5f0239 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-07-02T10:34:43.114Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-07-02T10:34:43.114Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-07-02T10:34:43.114Z] Dload Upload Total Spent Left Speed [2024-07-02T10:34:43.114Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 120k 0 --:--:-- --:--:-- --:--:-- 119k 100 12828 100 12828 0 0 119k 0 --:--:-- --:--:-- --:--:-- 118k [Pipeline] sh [2024-07-02T10:34:43.494Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-07-02T10:34:43.849Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2024-07-02T10:34:43.849Z] + sudo tee /etc/docker/daemon.new [2024-07-02T10:34:43.849Z] { [2024-07-02T10:34:43.849Z] "registry-mirrors": [ [2024-07-02T10:34:43.849Z] "https://nexus3.edgexfoundry.org:10001" [2024-07-02T10:34:43.849Z] ], [2024-07-02T10:34:43.849Z] "bip": "10.250.0.254/24", [2024-07-02T10:34:43.849Z] "hosts": [ [2024-07-02T10:34:43.849Z] "tcp://0.0.0.0:5555", [2024-07-02T10:34:43.849Z] "unix:///var/run/docker.sock" [2024-07-02T10:34:43.849Z] ], [2024-07-02T10:34:43.849Z] "mtu": 1458, [2024-07-02T10:34:43.849Z] "selinux-enabled": true, [2024-07-02T10:34:43.849Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-07-02T10:34:43.849Z] } [Pipeline] sh [2024-07-02T10:34:44.206Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-07-02T10:34:44.566Z] + sudo service docker restart [2024-07-02T10:34:59.504Z] go vet ./... [2024-07-02T10:35:02.812Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-07-02T10:35:02.812Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-07-02T10:35:02.812Z] ./bin/test-attribution-txt.sh [2024-07-02T10:35:02.812Z] An attribution for github.com/asaskevich/govalidator is missing from Attribution.txt, please add [2024-07-02T10:35:02.812Z] An attribution for github.com/cenkalti/backoff/v4 is missing from Attribution.txt, please add [2024-07-02T10:35:02.812Z] An attribution for github.com/fsnotify/fsnotify is missing from Attribution.txt, please add [2024-07-02T10:35:02.812Z] An attribution for github.com/fullsailor/pkcs7 is missing from Attribution.txt, please add [2024-07-02T10:35:02.812Z] An attribution for github.com/go-jose/go-jose/v4 is missing from Attribution.txt, please add [2024-07-02T10:35:02.812Z] An attribution for github.com/go-logr/logr is missing from Attribution.txt, please add [2024-07-02T10:35:02.812Z] An attribution for github.com/go-logr/stdr is missing from Attribution.txt, please add [2024-07-02T10:35:02.812Z] An attribution for github.com/go-ole/go-ole is missing from Attribution.txt, please add [2024-07-02T10:35:02.812Z] An attribution for github.com/go-openapi/analysis is missing from Attribution.txt, please add [2024-07-02T10:35:02.812Z] An attribution for github.com/go-openapi/errors is missing from Attribution.txt, please add [2024-07-02T10:35:02.813Z] An attribution for github.com/go-openapi/jsonpointer is missing from Attribution.txt, please add [2024-07-02T10:35:02.813Z] An attribution for github.com/go-openapi/jsonreference is missing from Attribution.txt, please add [2024-07-02T10:35:02.813Z] An attribution for github.com/go-openapi/loads is missing from Attribution.txt, please add [2024-07-02T10:35:02.813Z] An attribution for github.com/go-openapi/runtime is missing from Attribution.txt, please add [2024-07-02T10:35:02.813Z] An attribution for github.com/go-openapi/spec is missing from Attribution.txt, please add [2024-07-02T10:35:02.813Z] An attribution for github.com/go-openapi/strfmt is missing from Attribution.txt, please add [2024-07-02T10:35:02.813Z] An attribution for github.com/go-openapi/swag is missing from Attribution.txt, please add [2024-07-02T10:35:02.813Z] An attribution for github.com/go-openapi/validate is missing from Attribution.txt, please add [2024-07-02T10:35:02.813Z] An attribution for github.com/go-resty/resty/v2 is missing from Attribution.txt, please add [2024-07-02T10:35:02.813Z] An attribution for github.com/golang-jwt/jwt/v5 is missing from Attribution.txt, please add [2024-07-02T10:35:02.813Z] An attribution for github.com/gorilla/mux is missing from Attribution.txt, please add [2024-07-02T10:35:02.813Z] An attribution for github.com/gorilla/schema is missing from Attribution.txt, please add [2024-07-02T10:35:02.813Z] An attribution for github.com/gorilla/securecookie is missing from Attribution.txt, please add [2024-07-02T10:35:02.813Z] An attribution for github.com/josharian/intern is missing from Attribution.txt, please add [2024-07-02T10:35:02.813Z] An attribution for github.com/kataras/go-events is missing from Attribution.txt, please add [2024-07-02T10:35:02.813Z] An attribution for github.com/lufia/plan9stats is missing from Attribution.txt, please add [2024-07-02T10:35:02.813Z] An attribution for github.com/mailru/easyjson is missing from Attribution.txt, please add [2024-07-02T10:35:02.813Z] An attribution for github.com/mgutz/ansi is missing from Attribution.txt, please add [2024-07-02T10:35:02.813Z] An attribution for github.com/michaelquigley/pfxlog is missing from Attribution.txt, please add [2024-07-02T10:35:02.813Z] An attribution for github.com/miekg/pkcs11 is missing from Attribution.txt, please add [2024-07-02T10:35:02.813Z] An attribution for github.com/mitchellh/go-ps is missing from Attribution.txt, please add [2024-07-02T10:35:02.813Z] An attribution for github.com/muhlemmer/gu is missing from Attribution.txt, please add [2024-07-02T10:35:02.813Z] An attribution for github.com/oklog/ulid is missing from Attribution.txt, please add [2024-07-02T10:35:02.813Z] An attribution for github.com/opentracing/opentracing-go is missing from Attribution.txt, please add [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-02T10:35:02.936Z] provisioning config files... [2024-07-02T10:35:02.962Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/device-rfid-llrp-go/1@tmp/config17259272938529594485tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-02T10:35:03.071Z] An attribution for github.com/openziti/channel/v2 is missing from Attribution.txt, please add [2024-07-02T10:35:03.071Z] An attribution for github.com/openziti/edge-api is missing from Attribution.txt, please add [2024-07-02T10:35:03.071Z] An attribution for github.com/openziti/foundation/v2 is missing from Attribution.txt, please add [2024-07-02T10:35:03.071Z] An attribution for github.com/openziti/identity is missing from Attribution.txt, please add [2024-07-02T10:35:03.071Z] An attribution for github.com/openziti/metrics is missing from Attribution.txt, please add [2024-07-02T10:35:03.071Z] An attribution for github.com/openziti/sdk-golang is missing from Attribution.txt, please add [2024-07-02T10:35:03.071Z] An attribution for github.com/openziti/secretstream is missing from Attribution.txt, please add [2024-07-02T10:35:03.071Z] An attribution for github.com/openziti/transport/v2 is missing from Attribution.txt, please add [2024-07-02T10:35:03.071Z] An attribution for github.com/orcaman/concurrent-map/v2 is missing from Attribution.txt, please add [2024-07-02T10:35:03.071Z] An attribution for github.com/parallaxsecond/parsec-client-go is missing from Attribution.txt, please add [2024-07-02T10:35:03.071Z] An attribution for github.com/pkg/errors is missing from Attribution.txt, please add [2024-07-02T10:35:03.071Z] An attribution for github.com/power-devops/perfstat is missing from Attribution.txt, please add [2024-07-02T10:35:03.071Z] An attribution for github.com/shirou/gopsutil/v3 is missing from Attribution.txt, please add [2024-07-02T10:35:03.071Z] An attribution for github.com/shoenig/go-m1cpu is missing from Attribution.txt, please add [2024-07-02T10:35:03.071Z] An attribution for github.com/sirupsen/logrus is missing from Attribution.txt, please add [2024-07-02T10:35:03.071Z] An attribution for github.com/speps/go-hashids is missing from Attribution.txt, please add [2024-07-02T10:35:03.071Z] An attribution for github.com/spf13/cast is missing from Attribution.txt, please add [2024-07-02T10:35:03.071Z] An attribution for github.com/tklauser/go-sysconf is missing from Attribution.txt, please add [2024-07-02T10:35:03.071Z] An attribution for github.com/tklauser/numcpus is missing from Attribution.txt, please add [2024-07-02T10:35:03.071Z] An attribution for github.com/yusufpapurcu/wmi is missing from Attribution.txt, please add [2024-07-02T10:35:03.071Z] An attribution for github.com/zitadel/oidc/v2 is missing from Attribution.txt, please add [2024-07-02T10:35:03.071Z] An attribution for go.mongodb.org/mongo-driver is missing from Attribution.txt, please add [2024-07-02T10:35:03.071Z] An attribution for go.mozilla.org/pkcs7 is missing from Attribution.txt, please add [2024-07-02T10:35:03.071Z] An attribution for go.opentelemetry.io/otel is missing from Attribution.txt, please add [2024-07-02T10:35:03.071Z] An attribution for go.opentelemetry.io/otel/metric is missing from Attribution.txt, please add [2024-07-02T10:35:03.071Z] An attribution for go.opentelemetry.io/otel/trace is missing from Attribution.txt, please add [2024-07-02T10:35:03.071Z] An attribution for golang.org/x/oauth2 is missing from Attribution.txt, please add [2024-07-02T10:35:03.071Z] An attribution for golang.org/x/term is missing from Attribution.txt, please add [2024-07-02T10:35:03.071Z] An attribution for google.golang.org/genproto/googleapis/rpc is missing from Attribution.txt, please add [2024-07-02T10:35:03.071Z] An attribution for nhooyr.io/websocket is missing from Attribution.txt, please add [Pipeline] echo [2024-07-02T10:35:03.244Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-07-02T10:35:03.280Z] $ docker stop --time=1 49d36d64efb15483cf360c986b930e662cac50e0ed8a0719d24254160c76bbfb [2024-07-02T10:35:03.429Z] ---> ****-login.sh [2024-07-02T10:35:03.429Z] nexus3.edgexfoundry.org:10001 [2024-07-02T10:35:03.698Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-02T10:35:03.968Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-02T10:35:03.968Z] Configure a credential helper to remove this warning. See [2024-07-02T10:35:03.968Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-02T10:35:03.968Z] [2024-07-02T10:35:03.968Z] Login Succeeded [2024-07-02T10:35:03.968Z] nexus3.edgexfoundry.org:10002 [2024-07-02T10:35:04.239Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-02T10:35:04.239Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-02T10:35:04.239Z] Configure a credential helper to remove this warning. See [2024-07-02T10:35:04.239Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-02T10:35:04.239Z] [2024-07-02T10:35:04.239Z] Login Succeeded [2024-07-02T10:35:04.239Z] nexus3.edgexfoundry.org:10003 [2024-07-02T10:35:04.508Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-02T10:35:04.781Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-02T10:35:04.781Z] Configure a credential helper to remove this warning. See [2024-07-02T10:35:04.781Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-02T10:35:04.781Z] [2024-07-02T10:35:04.781Z] Login Succeeded [2024-07-02T10:35:04.781Z] nexus3.edgexfoundry.org:10004 [2024-07-02T10:35:05.051Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-02T10:35:05.051Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-02T10:35:05.051Z] Configure a credential helper to remove this warning. See [2024-07-02T10:35:05.051Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-02T10:35:05.051Z] [2024-07-02T10:35:05.051Z] Login Succeeded [2024-07-02T10:35:05.051Z] ****.io [2024-07-02T10:35:05.318Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-02T10:35:05.402Z] $ docker rm -f --volumes 49d36d64efb15483cf360c986b930e662cac50e0ed8a0719d24254160c76bbfb [2024-07-02T10:35:05.589Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-02T10:35:05.589Z] Configure a credential helper to remove this warning. See [2024-07-02T10:35:05.589Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-02T10:35:05.589Z] [2024-07-02T10:35:05.589Z] Login Succeeded [2024-07-02T10:35:05.589Z] ---> ****-login.sh ends [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] } [2024-07-02T10:35:05.971Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2024-07-02T10:35:06.212Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-07-02T10:35:06.319Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] echo [2024-07-02T10:35:06.566Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-02T10:35:06.614Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-02T10:35:06.663Z] ========================================================= [2024-07-02T10:35:06.663Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2024-07-02T10:35:06.663Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] sh [2024-07-02T10:35:07.124Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine --build-arg MAKE=echo noop --target=builder . [2024-07-02T10:35:07.392Z] Sending build context to Docker daemon 1.202MB [2024-07-02T10:35:07.392Z] Step 1/12 : ARG BASE=golang:1.21-alpine3.18 [2024-07-02T10:35:07.392Z] Step 2/12 : FROM ${BASE} AS builder [2024-07-02T10:35:07.397Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-07-02T10:35:07.665Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2024-07-02T10:35:07.665Z] c6b39de5b339: Pulling fs layer [2024-07-02T10:35:07.665Z] a69c41024577: Pulling fs layer [2024-07-02T10:35:07.665Z] d6de4b400683: Pulling fs layer [2024-07-02T10:35:07.665Z] 35cb2a7552d0: Pulling fs layer [2024-07-02T10:35:07.665Z] 4f4fb700ef54: Pulling fs layer [2024-07-02T10:35:07.665Z] 464afbd9ba4c: Pulling fs layer [2024-07-02T10:35:07.665Z] 00f215d4a9da: Pulling fs layer [2024-07-02T10:35:07.665Z] 35cb2a7552d0: Waiting [2024-07-02T10:35:07.665Z] 4f4fb700ef54: Waiting [2024-07-02T10:35:07.665Z] 464afbd9ba4c: Waiting [2024-07-02T10:35:07.665Z] d496ad576159: Pulling fs layer [2024-07-02T10:35:07.665Z] 00f215d4a9da: Waiting [2024-07-02T10:35:07.665Z] d496ad576159: Waiting [2024-07-02T10:35:07.665Z] a69c41024577: Verifying Checksum [2024-07-02T10:35:07.665Z] a69c41024577: Download complete [2024-07-02T10:35:07.665Z] 35cb2a7552d0: Verifying Checksum [2024-07-02T10:35:07.665Z] 35cb2a7552d0: Download complete [2024-07-02T10:35:07.665Z] 4f4fb700ef54: Verifying Checksum [2024-07-02T10:35:07.665Z] 4f4fb700ef54: Download complete [2024-07-02T10:35:07.665Z] c6b39de5b339: Verifying Checksum [2024-07-02T10:35:07.665Z] c6b39de5b339: Download complete [2024-07-02T10:35:07.665Z] 464afbd9ba4c: Verifying Checksum [2024-07-02T10:35:07.665Z] 464afbd9ba4c: Download complete [2024-07-02T10:35:07.743Z] + ls -al . [2024-07-02T10:35:07.743Z] total 688 [2024-07-02T10:35:07.743Z] drwxrwxr-x 11 jenkins jenkins 4096 Jul 2 10:34 . [2024-07-02T10:35:07.743Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 2 10:31 .. [2024-07-02T10:35:07.743Z] -rw-rw-r-- 1 jenkins jenkins 134 Jul 2 10:31 .dockerignore [2024-07-02T10:35:07.743Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 2 10:34 .git [2024-07-02T10:35:07.743Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 2 10:31 .github [2024-07-02T10:35:07.743Z] -rw-rw-r-- 1 jenkins jenkins 880 Jul 2 10:31 .gitignore [2024-07-02T10:35:07.743Z] -rw-rw-r-- 1 jenkins jenkins 41 Jul 2 10:31 .golangci.yml [2024-07-02T10:35:07.743Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 2 10:32 .semver [2024-07-02T10:35:07.743Z] -rw-rw-r-- 1 jenkins jenkins 11980 Jul 2 10:31 Attribution.txt [2024-07-02T10:35:07.743Z] -rw-rw-r-- 1 jenkins jenkins 11677 Jul 2 10:31 CHANGELOG.md [2024-07-02T10:35:07.743Z] -rw-rw-r-- 1 jenkins jenkins 1456 Jul 2 10:31 Dockerfile [2024-07-02T10:35:07.743Z] -rw-rw-r-- 1 jenkins jenkins 677 Jul 2 10:31 GOVERNANCE.md [2024-07-02T10:35:07.743Z] -rw-rw-r-- 1 jenkins jenkins 661 Jul 2 10:31 Jenkinsfile [2024-07-02T10:35:07.743Z] -rw-rw-r-- 1 jenkins jenkins 11347 Jul 2 10:31 LICENSE [2024-07-02T10:35:07.743Z] -rw-rw-r-- 1 jenkins jenkins 2179 Jul 2 10:31 Makefile [2024-07-02T10:35:07.743Z] -rw-rw-r-- 1 jenkins jenkins 625 Jul 2 10:31 OWNERS.md [2024-07-02T10:35:07.743Z] -rw-rw-r-- 1 jenkins jenkins 28907 Jul 2 10:31 README.md [2024-07-02T10:35:07.743Z] -rw-rw-r-- 1 jenkins jenkins 5 Jul 2 10:32 VERSION [2024-07-02T10:35:07.743Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 2 10:31 bin [2024-07-02T10:35:07.743Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 2 10:31 cmd [2024-07-02T10:35:07.743Z] -rw-r--r-- 1 jenkins jenkins 438103 Jul 2 10:34 coverage.out [2024-07-02T10:35:07.743Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 2 10:31 examples [2024-07-02T10:35:07.743Z] -rw-rw-r-- 1 jenkins jenkins 7219 Jul 2 10:31 go.mod [2024-07-02T10:35:07.743Z] -rw-rw-r-- 1 jenkins jenkins 101949 Jul 2 10:31 go.sum [2024-07-02T10:35:07.743Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 2 10:31 images [2024-07-02T10:35:07.743Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 2 10:31 internal [2024-07-02T10:35:07.743Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 2 10:31 pkg [2024-07-02T10:35:07.743Z] -rw-rw-r-- 1 jenkins jenkins 193 Jul 2 10:31 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-02T10:35:07.934Z] d496ad576159: Verifying Checksum [2024-07-02T10:35:07.934Z] d496ad576159: Download complete [2024-07-02T10:35:08.194Z] + 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=9aafdc70cf72219a8331b734b73458934d5f0239 --label arch=amd64 --label version=0.0.0 . [2024-07-02T10:35:08.194Z] Sending build context to Docker daemon 11.53MB [2024-07-02T10:35:08.194Z] Step 1/25 : ARG BASE=golang:1.21-alpine3.18 [2024-07-02T10:35:08.194Z] Step 2/25 : FROM ${BASE} AS builder [2024-07-02T10:35:08.194Z] ---> 3e3fb10efe1f [2024-07-02T10:35:08.194Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2024-07-02T10:35:08.454Z] ---> Running in e89047a58b31 [2024-07-02T10:35:08.454Z] Removing intermediate container e89047a58b31 [2024-07-02T10:35:08.454Z] ---> 6d98a49282a2 [2024-07-02T10:35:08.454Z] Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-07-02T10:35:08.454Z] ---> Running in a0f4d79e8581 [2024-07-02T10:35:08.517Z] c6b39de5b339: Pull complete [2024-07-02T10:35:08.714Z] Removing intermediate container a0f4d79e8581 [2024-07-02T10:35:08.714Z] ---> 749b5a3e6e67 [2024-07-02T10:35:08.714Z] Step 5/25 : ARG ALPINE_PKG_BASE="make git" [2024-07-02T10:35:08.714Z] ---> Running in 182f1d72c455 [2024-07-02T10:35:08.714Z] Removing intermediate container 182f1d72c455 [2024-07-02T10:35:08.714Z] ---> 294a4e162ae0 [2024-07-02T10:35:08.714Z] Step 6/25 : ARG ALPINE_PKG_EXTRA="" [2024-07-02T10:35:08.714Z] ---> Running in fb3c891aece1 [2024-07-02T10:35:08.974Z] Removing intermediate container fb3c891aece1 [2024-07-02T10:35:08.974Z] ---> 4c82e630f23c [2024-07-02T10:35:08.974Z] Step 7/25 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-07-02T10:35:08.974Z] ---> Running in 7e25a2e4acdb [2024-07-02T10:35:09.100Z] a69c41024577: Pull complete [2024-07-02T10:35:09.234Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-02T10:35:09.234Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-02T10:35:09.366Z] d6de4b400683: Verifying Checksum [2024-07-02T10:35:09.366Z] d6de4b400683: Download complete [2024-07-02T10:35:09.494Z] OK: 264 MiB in 52 packages [2024-07-02T10:35:10.062Z] Removing intermediate container 7e25a2e4acdb [2024-07-02T10:35:10.062Z] ---> 511531267643 [2024-07-02T10:35:10.062Z] Step 8/25 : WORKDIR /app [2024-07-02T10:35:10.062Z] ---> Running in 7213a44d66d1 [2024-07-02T10:35:10.062Z] Removing intermediate container 7213a44d66d1 [2024-07-02T10:35:10.062Z] ---> 485746ab0835 [2024-07-02T10:35:10.062Z] Step 9/25 : COPY go.mod vendor* ./ [2024-07-02T10:35:10.062Z] ---> 8f5d96abc0af [2024-07-02T10:35:10.062Z] Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-02T10:35:10.322Z] ---> Running in 0db8067a53b4 [2024-07-02T10:35:10.771Z] 00f215d4a9da: Verifying Checksum [2024-07-02T10:35:10.771Z] 00f215d4a9da: Download complete [2024-07-02T10:35:10.890Z] Removing intermediate container 0db8067a53b4 [2024-07-02T10:35:10.890Z] ---> 60bdda61fda8 [2024-07-02T10:35:10.890Z] Step 11/25 : COPY . . [2024-07-02T10:35:11.460Z] ---> 87cdbfaa259a [2024-07-02T10:35:11.460Z] Step 12/25 : RUN $MAKE [2024-07-02T10:35:11.460Z] ---> Running in f9b9a130ab31 [2024-07-02T10:35:11.719Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-rfid-llrp-go.Version=0.0.0 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.2.0-dev.19" -trimpath -mod=readonly -o cmd/device-rfid-llrp ./cmd [2024-07-02T10:35:23.271Z] d6de4b400683: Pull complete [2024-07-02T10:35:23.271Z] 35cb2a7552d0: Pull complete [2024-07-02T10:35:23.271Z] 4f4fb700ef54: Pull complete [2024-07-02T10:35:23.271Z] 464afbd9ba4c: Pull complete [2024-07-02T10:35:31.470Z] 00f215d4a9da: Pull complete [2024-07-02T10:35:32.887Z] d496ad576159: Pull complete [2024-07-02T10:35:32.887Z] Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 [2024-07-02T10:35:32.888Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-07-02T10:35:32.888Z] ---> f246e2811388 [2024-07-02T10:35:32.888Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2024-07-02T10:35:34.826Z] ---> Running in 4d5d10d04c81 [2024-07-02T10:35:34.826Z] Removing intermediate container 4d5d10d04c81 [2024-07-02T10:35:34.826Z] ---> 9ec01807969b [2024-07-02T10:35:34.826Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-07-02T10:35:34.826Z] ---> Running in af3dd1df282c [2024-07-02T10:35:35.097Z] Removing intermediate container af3dd1df282c [2024-07-02T10:35:35.097Z] ---> 982a938e6cec [2024-07-02T10:35:35.097Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git" [2024-07-02T10:35:35.367Z] ---> Running in bdaa6cf6bd73 [2024-07-02T10:35:35.633Z] Removing intermediate container bdaa6cf6bd73 [2024-07-02T10:35:35.634Z] ---> cb7916639c77 [2024-07-02T10:35:35.634Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2024-07-02T10:35:35.634Z] ---> Running in 53367b3d9a82 [2024-07-02T10:35:35.899Z] Removing intermediate container 53367b3d9a82 [2024-07-02T10:35:35.899Z] ---> 03a174484709 [2024-07-02T10:35:35.899Z] Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-07-02T10:35:35.899Z] ---> Running in cc449a2143ac [2024-07-02T10:35:37.310Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-02T10:35:37.310Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-02T10:35:38.717Z] OK: 266 MiB in 52 packages [2024-07-02T10:35:40.131Z] Removing intermediate container cc449a2143ac [2024-07-02T10:35:40.131Z] ---> 7479c16ee743 [2024-07-02T10:35:40.131Z] Step 8/12 : WORKDIR /app [2024-07-02T10:35:40.131Z] ---> Running in 4ea0376a96d1 [2024-07-02T10:35:40.131Z] Removing intermediate container 4ea0376a96d1 [2024-07-02T10:35:40.131Z] ---> 549d926d3d7f [2024-07-02T10:35:40.131Z] Step 9/12 : COPY go.mod vendor* ./ [2024-07-02T10:35:40.716Z] ---> e240df049efe [2024-07-02T10:35:40.716Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-02T10:35:40.716Z] ---> Running in d9fee781abe4 [2024-07-02T10:35:50.481Z] Removing intermediate container f9b9a130ab31 [2024-07-02T10:35:50.481Z] ---> 4697517432f4 [2024-07-02T10:35:50.481Z] Step 13/25 : FROM alpine:3.18 [2024-07-02T10:35:50.481Z] 3.18: Pulling from library/alpine [2024-07-02T10:35:50.481Z] 73baa7ef167e: Pulling fs layer [2024-07-02T10:35:50.481Z] 73baa7ef167e: Download complete [2024-07-02T10:35:50.481Z] 73baa7ef167e: Pull complete [2024-07-02T10:35:50.481Z] Digest: sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-02T10:35:50.481Z] Status: Downloaded newer image for alpine:3.18 [2024-07-02T10:35:50.481Z] ---> 8fd7cac70a4a [2024-07-02T10:35:50.481Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2024-07-02T10:35:50.481Z] ---> Running in f357bf051a39 [2024-07-02T10:35:50.481Z] Removing intermediate container f357bf051a39 [2024-07-02T10:35:50.481Z] ---> 773691cb02b0 [2024-07-02T10:35:50.481Z] Step 15/25 : RUN apk add --update --no-cache dumb-init [2024-07-02T10:35:50.481Z] ---> Running in aaef5177b15e [2024-07-02T10:35:50.742Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-02T10:35:51.001Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-02T10:35:51.262Z] (1/1) Installing dumb-init (1.2.5-r2) [2024-07-02T10:35:51.262Z] Executing busybox-1.36.1-r7.trigger [2024-07-02T10:35:51.262Z] OK: 7 MiB in 16 packages [2024-07-02T10:35:51.520Z] Removing intermediate container aaef5177b15e [2024-07-02T10:35:51.520Z] ---> d57d801f957e [2024-07-02T10:35:51.520Z] Step 16/25 : RUN apk --no-cache upgrade [2024-07-02T10:35:51.520Z] ---> Running in 6199987c02d9 [2024-07-02T10:35:52.089Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-02T10:35:52.089Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-02T10:35:52.089Z] (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-02T10:35:52.348Z] (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-02T10:35:52.348Z] OK: 7 MiB in 16 packages [2024-07-02T10:35:52.919Z] Removing intermediate container 6199987c02d9 [2024-07-02T10:35:52.919Z] ---> 4efa03532885 [2024-07-02T10:35:52.919Z] Step 17/25 : COPY --from=builder /app/LICENSE / [2024-07-02T10:35:52.919Z] ---> b7cdef695cb4 [2024-07-02T10:35:52.919Z] Step 18/25 : COPY --from=builder /app/Attribution.txt / [2024-07-02T10:35:53.178Z] ---> 954fbc3a9f4c [2024-07-02T10:35:53.178Z] Step 19/25 : COPY --from=builder /app/cmd/ / [2024-07-02T10:35:54.580Z] ---> 008b209c4b4b [2024-07-02T10:35:54.580Z] Step 20/25 : EXPOSE 59989 [2024-07-02T10:35:54.580Z] ---> Running in 65025e43517a [2024-07-02T10:35:54.580Z] Removing intermediate container 65025e43517a [2024-07-02T10:35:54.580Z] ---> 5484156b4d3b [2024-07-02T10:35:54.580Z] Step 21/25 : ENTRYPOINT ["/device-rfid-llrp"] [2024-07-02T10:35:54.580Z] ---> Running in 15d37f19803d [2024-07-02T10:35:54.580Z] Removing intermediate container 15d37f19803d [2024-07-02T10:35:54.580Z] ---> 62896a111b33 [2024-07-02T10:35:54.580Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2024-07-02T10:35:54.580Z] ---> Running in cab807c0b448 [2024-07-02T10:35:54.839Z] Removing intermediate container cab807c0b448 [2024-07-02T10:35:54.839Z] ---> d07582051fa7 [2024-07-02T10:35:54.839Z] Step 23/25 : LABEL arch=amd64 [2024-07-02T10:35:54.839Z] ---> Running in b92a2a28282a [2024-07-02T10:35:54.839Z] Removing intermediate container b92a2a28282a [2024-07-02T10:35:54.839Z] ---> af829d1c50b5 [2024-07-02T10:35:54.839Z] Step 24/25 : LABEL git_sha=9aafdc70cf72219a8331b734b73458934d5f0239 [2024-07-02T10:35:54.839Z] ---> Running in 9637d4290597 [2024-07-02T10:35:55.099Z] Removing intermediate container 9637d4290597 [2024-07-02T10:35:55.099Z] ---> 74704bc49eeb [2024-07-02T10:35:55.099Z] Step 25/25 : LABEL version=0.0.0 [2024-07-02T10:35:55.099Z] ---> Running in 3ff0d4be1ccd [2024-07-02T10:35:55.099Z] Removing intermediate container 3ff0d4be1ccd [2024-07-02T10:35:55.099Z] ---> da326ddfc479 [2024-07-02T10:35:55.099Z] [Warning] One or more build-args [ARCH] were not consumed [2024-07-02T10:35:55.099Z] Successfully built da326ddfc479 [2024-07-02T10:35:55.099Z] 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] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-02T10:35:56.108Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-02T10:35:56.108Z] [2024-07-02T10:35:56.108Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-02T10:35:56.510Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-02T10:35:56.510Z] latest: Pulling from edgex-lftools-log-publisher [2024-07-02T10:35:56.510Z] 5eb5b503b376: Pulling fs layer [2024-07-02T10:35:56.510Z] 5c69ac0246d0: Pulling fs layer [2024-07-02T10:35:56.510Z] ec43610c2a17: Pulling fs layer [2024-07-02T10:35:56.510Z] 3a2ae6a8a46f: Pulling fs layer [2024-07-02T10:35:56.510Z] 33b1e0a273af: Pulling fs layer [2024-07-02T10:35:56.510Z] 5d3b04190fa2: Pulling fs layer [2024-07-02T10:35:56.510Z] 2f39f015ded8: Pulling fs layer [2024-07-02T10:35:56.510Z] 33b1e0a273af: Waiting [2024-07-02T10:35:56.510Z] 3a2ae6a8a46f: Waiting [2024-07-02T10:35:56.510Z] 5d3b04190fa2: Waiting [2024-07-02T10:35:56.510Z] 2f39f015ded8: Waiting [2024-07-02T10:35:56.510Z] 5c69ac0246d0: Verifying Checksum [2024-07-02T10:35:56.510Z] 5c69ac0246d0: Download complete [2024-07-02T10:35:56.510Z] 3a2ae6a8a46f: Verifying Checksum [2024-07-02T10:35:56.510Z] 3a2ae6a8a46f: Download complete [2024-07-02T10:35:56.510Z] 33b1e0a273af: Verifying Checksum [2024-07-02T10:35:56.510Z] 33b1e0a273af: Download complete [2024-07-02T10:35:56.510Z] ec43610c2a17: Verifying Checksum [2024-07-02T10:35:56.510Z] ec43610c2a17: Download complete [2024-07-02T10:35:56.510Z] 5d3b04190fa2: Verifying Checksum [2024-07-02T10:35:56.510Z] 5d3b04190fa2: Download complete [2024-07-02T10:35:56.768Z] 5eb5b503b376: Verifying Checksum [2024-07-02T10:35:56.768Z] 5eb5b503b376: Download complete [2024-07-02T10:35:57.336Z] 2f39f015ded8: Download complete [2024-07-02T10:35:58.271Z] 5eb5b503b376: Pull complete [2024-07-02T10:35:58.271Z] 5c69ac0246d0: Pull complete [2024-07-02T10:35:58.839Z] ec43610c2a17: Pull complete [2024-07-02T10:35:58.839Z] 3a2ae6a8a46f: Pull complete [2024-07-02T10:35:59.098Z] 33b1e0a273af: Pull complete [2024-07-02T10:35:59.098Z] 5d3b04190fa2: Pull complete [2024-07-02T10:36:04.373Z] 2f39f015ded8: Pull complete [2024-07-02T10:36:04.373Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-07-02T10:36:04.373Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-02T10:36:04.373Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-02T10:36:04.655Z] prd-ubuntu20.04-docker-8c-8g-4816 does not seem to be running inside a container [2024-07-02T10:36:04.686Z] $ 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-299 -v /w/workspace/undry_device-rfid-llrp-go_PR-299:/w/workspace/undry_device-rfid-llrp-go_PR-299:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-299@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-299@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:latest cat [2024-07-02T10:36:08.683Z] $ docker top 6f1d33865b57ead1e7988a03aaa60b16dc14e3a9bb95c0286cad2dc9d4c5d472 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-02T10:36:09.197Z] ---> job-cost.sh [2024-07-02T10:36:09.197Z] lf-activate-venv: SKIPPING [2024-07-02T10:36:09.197Z] INFO: No Stack... [2024-07-02T10:36:09.459Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-07-02T10:36:09.722Z] INFO: Archiving Costs [Pipeline] sh [2024-07-02T10:36:10.057Z] + cat /w/workspace/undry_device-rfid-llrp-go_PR-299/archives/cost.csv [2024-07-02T10:36:10.057Z] + cut -d, -f6 [Pipeline] lock [2024-07-02T10:36:10.108Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-rfid-llrp-go-PR-299-1-stack-cost] [2024-07-02T10:36:10.114Z] Resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-299-1-stack-cost] did not exist. Created. [2024-07-02T10:36:10.121Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-rfid-llrp-go-PR-299-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-07-02T10:36:10.536Z] + echo total: 0.2199999988079071 [Pipeline] stash [2024-07-02T10:36:10.595Z] Stashed 1 file(s) [Pipeline] } [2024-07-02T10:36:10.637Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-rfid-llrp-go-PR-299-1-stack-cost] [Pipeline] // lock [Pipeline] } [2024-07-02T10:36:10.736Z] $ docker stop --time=1 6f1d33865b57ead1e7988a03aaa60b16dc14e3a9bb95c0286cad2dc9d4c5d472 [2024-07-02T10:36:11.906Z] $ docker rm -f --volumes 6f1d33865b57ead1e7988a03aaa60b16dc14e3a9bb95c0286cad2dc9d4c5d472 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2024-07-02T10:37:32.364Z] Removing intermediate container d9fee781abe4 [2024-07-02T10:37:32.364Z] ---> d04feb570f6a [2024-07-02T10:37:32.364Z] Step 11/12 : COPY . . [2024-07-02T10:37:32.364Z] ---> 39e48c949e72 [2024-07-02T10:37:32.364Z] Step 12/12 : RUN $MAKE [2024-07-02T10:37:32.364Z] ---> Running in 6c8d20c57539 [2024-07-02T10:37:32.364Z] noop [2024-07-02T10:37:32.364Z] Removing intermediate container 6c8d20c57539 [2024-07-02T10:37:32.364Z] ---> ca417de548df [2024-07-02T10:37:32.364Z] Successfully built ca417de548df [2024-07-02T10:37:32.364Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-02T10:37:32.902Z] + docker inspect -f . ci-base-image-arm64 [2024-07-02T10:37:32.902Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-02T10:37:33.189Z] prd-ubuntu20.04-docker-arm64-4c-16g-4817 does not seem to be running inside a container [2024-07-02T10:37:33.252Z] $ 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 [2024-07-02T10:37:34.441Z] $ docker top d6721cb29a7d854c40150cf3d75c08c9c6a96e3a32d250ae69014eac3cf8d503 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-02T10:37:35.335Z] + go version [2024-07-02T10:37:35.335Z] go version go1.21.9 linux/arm64 [Pipeline] } [2024-07-02T10:37:35.376Z] $ docker stop --time=1 d6721cb29a7d854c40150cf3d75c08c9c6a96e3a32d250ae69014eac3cf8d503 [2024-07-02T10:37:36.989Z] $ docker rm -f --volumes d6721cb29a7d854c40150cf3d75c08c9c6a96e3a32d250ae69014eac3cf8d503 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-02T10:37:37.924Z] + docker inspect -f . ci-base-image-arm64 [2024-07-02T10:37:37.924Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-02T10:37:38.202Z] prd-ubuntu20.04-docker-arm64-4c-16g-4817 does not seem to be running inside a container [2024-07-02T10:37:38.261Z] $ 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 [2024-07-02T10:37:39.394Z] $ docker top b91f4f26c02bb79b1ed602ac80a10df5989398e425b7e708ea87400c3e3fa59e -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-02T10:37:40.292Z] + git config --global --add safe.directory /w/workspace/device-rfid-llrp-go/1 [Pipeline] fileExists [Pipeline] sh [2024-07-02T10:37:40.700Z] + make test [2024-07-02T10:37:40.971Z] go test ./... -coverprofile=coverage.out ./... [2024-07-02T10:37:47.601Z] ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] [2024-07-02T10:41:09.387Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd [no test files] [2024-07-02T10:41:09.387Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd/llrp [no test files] [2024-07-02T10:41:27.666Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/driver 25.189s coverage: 40.6% of statements [2024-07-02T10:41:27.666Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.043s coverage: 96.4% of statements [2024-07-02T10:41:27.666Z] ok github.com/edgexfoundry/device-rfid-llrp-go/pkg/llrp 0.555s coverage: 51.9% of statements [2024-07-02T10:41:29.072Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2024-07-02T10:41:29.072Z] go vet ./... [2024-07-02T10:42:16.170Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-07-02T10:42:16.170Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-07-02T10:42:16.170Z] ./bin/test-attribution-txt.sh [2024-07-02T10:42:16.170Z] An attribution for github.com/asaskevich/govalidator is missing from Attribution.txt, please add [2024-07-02T10:42:16.170Z] An attribution for github.com/cenkalti/backoff/v4 is missing from Attribution.txt, please add [2024-07-02T10:42:16.170Z] An attribution for github.com/fsnotify/fsnotify is missing from Attribution.txt, please add [2024-07-02T10:42:16.170Z] An attribution for github.com/fullsailor/pkcs7 is missing from Attribution.txt, please add [2024-07-02T10:42:16.170Z] An attribution for github.com/go-jose/go-jose/v4 is missing from Attribution.txt, please add [2024-07-02T10:42:16.170Z] An attribution for github.com/go-logr/logr is missing from Attribution.txt, please add [2024-07-02T10:42:16.170Z] An attribution for github.com/go-logr/stdr is missing from Attribution.txt, please add [2024-07-02T10:42:16.170Z] An attribution for github.com/go-ole/go-ole is missing from Attribution.txt, please add [2024-07-02T10:42:16.170Z] An attribution for github.com/go-openapi/analysis is missing from Attribution.txt, please add [2024-07-02T10:42:16.170Z] An attribution for github.com/go-openapi/errors is missing from Attribution.txt, please add [2024-07-02T10:42:16.170Z] An attribution for github.com/go-openapi/jsonpointer is missing from Attribution.txt, please add [2024-07-02T10:42:16.170Z] An attribution for github.com/go-openapi/jsonreference is missing from Attribution.txt, please add [2024-07-02T10:42:16.170Z] An attribution for github.com/go-openapi/loads is missing from Attribution.txt, please add [2024-07-02T10:42:16.170Z] An attribution for github.com/go-openapi/runtime is missing from Attribution.txt, please add [2024-07-02T10:42:16.171Z] An attribution for github.com/go-openapi/spec is missing from Attribution.txt, please add [2024-07-02T10:42:16.171Z] An attribution for github.com/go-openapi/strfmt is missing from Attribution.txt, please add [2024-07-02T10:42:16.171Z] An attribution for github.com/go-openapi/swag is missing from Attribution.txt, please add [2024-07-02T10:42:16.171Z] An attribution for github.com/go-openapi/validate is missing from Attribution.txt, please add [2024-07-02T10:42:16.171Z] An attribution for github.com/go-resty/resty/v2 is missing from Attribution.txt, please add [2024-07-02T10:42:16.171Z] An attribution for github.com/golang-jwt/jwt/v5 is missing from Attribution.txt, please add [2024-07-02T10:42:16.171Z] An attribution for github.com/gorilla/mux is missing from Attribution.txt, please add [2024-07-02T10:42:16.171Z] An attribution for github.com/gorilla/schema is missing from Attribution.txt, please add [2024-07-02T10:42:16.171Z] An attribution for github.com/gorilla/securecookie is missing from Attribution.txt, please add [2024-07-02T10:42:16.171Z] An attribution for github.com/josharian/intern is missing from Attribution.txt, please add [2024-07-02T10:42:16.171Z] An attribution for github.com/kataras/go-events is missing from Attribution.txt, please add [2024-07-02T10:42:16.171Z] An attribution for github.com/lufia/plan9stats is missing from Attribution.txt, please add [2024-07-02T10:42:16.171Z] An attribution for github.com/mailru/easyjson is missing from Attribution.txt, please add [2024-07-02T10:42:16.171Z] An attribution for github.com/mgutz/ansi is missing from Attribution.txt, please add [2024-07-02T10:42:16.171Z] An attribution for github.com/michaelquigley/pfxlog is missing from Attribution.txt, please add [2024-07-02T10:42:16.171Z] An attribution for github.com/miekg/pkcs11 is missing from Attribution.txt, please add [2024-07-02T10:42:16.171Z] An attribution for github.com/mitchellh/go-ps is missing from Attribution.txt, please add [2024-07-02T10:42:16.171Z] An attribution for github.com/muhlemmer/gu is missing from Attribution.txt, please add [2024-07-02T10:42:16.171Z] An attribution for github.com/oklog/ulid is missing from Attribution.txt, please add [2024-07-02T10:42:16.171Z] An attribution for github.com/opentracing/opentracing-go is missing from Attribution.txt, please add [2024-07-02T10:42:16.171Z] An attribution for github.com/openziti/channel/v2 is missing from Attribution.txt, please add [2024-07-02T10:42:16.171Z] An attribution for github.com/openziti/edge-api is missing from Attribution.txt, please add [2024-07-02T10:42:16.171Z] An attribution for github.com/openziti/foundation/v2 is missing from Attribution.txt, please add [2024-07-02T10:42:16.171Z] An attribution for github.com/openziti/identity is missing from Attribution.txt, please add [2024-07-02T10:42:16.171Z] An attribution for github.com/openziti/metrics is missing from Attribution.txt, please add [2024-07-02T10:42:16.171Z] An attribution for github.com/openziti/sdk-golang is missing from Attribution.txt, please add [2024-07-02T10:42:16.171Z] An attribution for github.com/openziti/secretstream is missing from Attribution.txt, please add [2024-07-02T10:42:16.171Z] An attribution for github.com/openziti/transport/v2 is missing from Attribution.txt, please add [2024-07-02T10:42:16.171Z] An attribution for github.com/orcaman/concurrent-map/v2 is missing from Attribution.txt, please add [2024-07-02T10:42:16.171Z] An attribution for github.com/parallaxsecond/parsec-client-go is missing from Attribution.txt, please add [2024-07-02T10:42:16.171Z] An attribution for github.com/pkg/errors is missing from Attribution.txt, please add [2024-07-02T10:42:16.171Z] An attribution for github.com/power-devops/perfstat is missing from Attribution.txt, please add [2024-07-02T10:42:16.171Z] An attribution for github.com/shirou/gopsutil/v3 is missing from Attribution.txt, please add [2024-07-02T10:42:16.171Z] An attribution for github.com/shoenig/go-m1cpu is missing from Attribution.txt, please add [2024-07-02T10:42:16.171Z] An attribution for github.com/sirupsen/logrus is missing from Attribution.txt, please add [2024-07-02T10:42:16.171Z] An attribution for github.com/speps/go-hashids is missing from Attribution.txt, please add [2024-07-02T10:42:16.171Z] An attribution for github.com/spf13/cast is missing from Attribution.txt, please add [2024-07-02T10:42:16.171Z] An attribution for github.com/tklauser/go-sysconf is missing from Attribution.txt, please add [2024-07-02T10:42:16.171Z] An attribution for github.com/tklauser/numcpus is missing from Attribution.txt, please add [2024-07-02T10:42:16.171Z] An attribution for github.com/yusufpapurcu/wmi is missing from Attribution.txt, please add [2024-07-02T10:42:16.171Z] An attribution for github.com/zitadel/oidc/v2 is missing from Attribution.txt, please add [2024-07-02T10:42:16.171Z] An attribution for go.mongodb.org/mongo-driver is missing from Attribution.txt, please add [2024-07-02T10:42:16.171Z] An attribution for go.mozilla.org/pkcs7 is missing from Attribution.txt, please add [2024-07-02T10:42:16.171Z] An attribution for go.opentelemetry.io/otel is missing from Attribution.txt, please add [2024-07-02T10:42:16.171Z] An attribution for go.opentelemetry.io/otel/metric is missing from Attribution.txt, please add [2024-07-02T10:42:16.171Z] An attribution for go.opentelemetry.io/otel/trace is missing from Attribution.txt, please add [2024-07-02T10:42:16.171Z] An attribution for golang.org/x/oauth2 is missing from Attribution.txt, please add [2024-07-02T10:42:16.171Z] An attribution for golang.org/x/term is missing from Attribution.txt, please add [2024-07-02T10:42:16.171Z] An attribution for google.golang.org/genproto/googleapis/rpc is missing from Attribution.txt, please add [2024-07-02T10:42:16.171Z] An attribution for nhooyr.io/websocket is missing from Attribution.txt, please add [Pipeline] echo [2024-07-02T10:42:16.220Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-07-02T10:42:16.266Z] $ docker stop --time=1 b91f4f26c02bb79b1ed602ac80a10df5989398e425b7e708ea87400c3e3fa59e [2024-07-02T10:42:18.178Z] $ docker rm -f --volumes b91f4f26c02bb79b1ed602ac80a10df5989398e425b7e708ea87400c3e3fa59e [Pipeline] // withDockerContainer [Pipeline] sh [2024-07-02T10:42:19.725Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-07-02T10:42:19.766Z] Warning: overwriting stash ‘coverage-report’ [2024-07-02T10:42:20.359Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-07-02T10:42:21.003Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-07-02T10:42:21.344Z] + ls -al . [2024-07-02T10:42:21.344Z] total 684 [2024-07-02T10:42:21.344Z] drwxrwxr-x 10 jenkins jenkins 4096 Jul 2 10:37 . [2024-07-02T10:42:21.344Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 2 10:34 .. [2024-07-02T10:42:21.344Z] -rw-rw-r-- 1 jenkins jenkins 134 Jul 2 10:34 .dockerignore [2024-07-02T10:42:21.344Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 2 10:34 .git [2024-07-02T10:42:21.344Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 2 10:34 .github [2024-07-02T10:42:21.344Z] -rw-rw-r-- 1 jenkins jenkins 880 Jul 2 10:34 .gitignore [2024-07-02T10:42:21.344Z] -rw-rw-r-- 1 jenkins jenkins 41 Jul 2 10:34 .golangci.yml [2024-07-02T10:42:21.344Z] -rw-rw-r-- 1 jenkins jenkins 11980 Jul 2 10:34 Attribution.txt [2024-07-02T10:42:21.344Z] -rw-rw-r-- 1 jenkins jenkins 11677 Jul 2 10:34 CHANGELOG.md [2024-07-02T10:42:21.344Z] -rw-rw-r-- 1 jenkins jenkins 1456 Jul 2 10:34 Dockerfile [2024-07-02T10:42:21.344Z] -rw-rw-r-- 1 jenkins jenkins 677 Jul 2 10:34 GOVERNANCE.md [2024-07-02T10:42:21.344Z] -rw-rw-r-- 1 jenkins jenkins 661 Jul 2 10:34 Jenkinsfile [2024-07-02T10:42:21.344Z] -rw-rw-r-- 1 jenkins jenkins 11347 Jul 2 10:34 LICENSE [2024-07-02T10:42:21.344Z] -rw-rw-r-- 1 jenkins jenkins 2179 Jul 2 10:34 Makefile [2024-07-02T10:42:21.344Z] -rw-rw-r-- 1 jenkins jenkins 625 Jul 2 10:34 OWNERS.md [2024-07-02T10:42:21.344Z] -rw-rw-r-- 1 jenkins jenkins 28907 Jul 2 10:34 README.md [2024-07-02T10:42:21.344Z] -rw-rw-r-- 1 jenkins jenkins 5 Jul 2 10:32 VERSION [2024-07-02T10:42:21.344Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 2 10:34 bin [2024-07-02T10:42:21.344Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 2 10:34 cmd [2024-07-02T10:42:21.344Z] -rw-r--r-- 1 jenkins jenkins 438103 Jul 2 10:41 coverage.out [2024-07-02T10:42:21.344Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 2 10:34 examples [2024-07-02T10:42:21.344Z] -rw-rw-r-- 1 jenkins jenkins 7219 Jul 2 10:34 go.mod [2024-07-02T10:42:21.344Z] -rw-rw-r-- 1 jenkins jenkins 101949 Jul 2 10:34 go.sum [2024-07-02T10:42:21.344Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 2 10:34 images [2024-07-02T10:42:21.344Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 2 10:34 internal [2024-07-02T10:42:21.344Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 2 10:34 pkg [2024-07-02T10:42:21.344Z] -rw-rw-r-- 1 jenkins jenkins 193 Jul 2 10:34 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-02T10:42:21.795Z] + 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=9aafdc70cf72219a8331b734b73458934d5f0239 --label arch=arm64 --label version=0.0.0 . [2024-07-02T10:42:22.062Z] Sending build context to Docker daemon 1.202MB [2024-07-02T10:42:22.062Z] Step 1/25 : ARG BASE=golang:1.21-alpine3.18 [2024-07-02T10:42:22.062Z] Step 2/25 : FROM ${BASE} AS builder [2024-07-02T10:42:22.062Z] ---> ca417de548df [2024-07-02T10:42:22.062Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2024-07-02T10:42:22.329Z] ---> Running in 202f273a5e28 [2024-07-02T10:42:22.329Z] Removing intermediate container 202f273a5e28 [2024-07-02T10:42:22.329Z] ---> 54e7ae378556 [2024-07-02T10:42:22.329Z] Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-07-02T10:42:22.595Z] ---> Running in 15a2b4062385 [2024-07-02T10:42:22.861Z] Removing intermediate container 15a2b4062385 [2024-07-02T10:42:22.861Z] ---> af4a0f94c738 [2024-07-02T10:42:22.861Z] Step 5/25 : ARG ALPINE_PKG_BASE="make git" [2024-07-02T10:42:22.861Z] ---> Running in 0de9bf24d598 [2024-07-02T10:42:23.138Z] Removing intermediate container 0de9bf24d598 [2024-07-02T10:42:23.138Z] ---> e50d079a820b [2024-07-02T10:42:23.138Z] Step 6/25 : ARG ALPINE_PKG_EXTRA="" [2024-07-02T10:42:23.138Z] ---> Running in 02e6bd2aa3dc [2024-07-02T10:42:23.732Z] Removing intermediate container 02e6bd2aa3dc [2024-07-02T10:42:23.732Z] ---> cf51367a15c6 [2024-07-02T10:42:23.732Z] Step 7/25 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-07-02T10:42:23.732Z] ---> Running in 6b37c2d88da9 [2024-07-02T10:42:24.697Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-02T10:42:24.975Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-02T10:42:26.575Z] OK: 266 MiB in 52 packages [2024-07-02T10:42:26.575Z] Removing intermediate container 6b37c2d88da9 [2024-07-02T10:42:26.575Z] ---> 65fb885dc684 [2024-07-02T10:42:26.575Z] Step 8/25 : WORKDIR /app [2024-07-02T10:42:26.850Z] ---> Running in afb4d8d4b817 [2024-07-02T10:42:27.116Z] Removing intermediate container afb4d8d4b817 [2024-07-02T10:42:27.116Z] ---> 622bd19092fc [2024-07-02T10:42:27.116Z] Step 9/25 : COPY go.mod vendor* ./ [2024-07-02T10:42:27.700Z] ---> b07a42d098c1 [2024-07-02T10:42:27.700Z] Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-02T10:42:27.700Z] ---> Running in fd33aae945ab [2024-07-02T10:42:30.283Z] Removing intermediate container fd33aae945ab [2024-07-02T10:42:30.284Z] ---> 929b04e9dd88 [2024-07-02T10:42:30.284Z] Step 11/25 : COPY . . [2024-07-02T10:42:30.551Z] ---> d7a7b45f4481 [2024-07-02T10:42:30.552Z] Step 12/25 : RUN $MAKE [2024-07-02T10:42:30.552Z] ---> Running in 2344f5e1eb2b [2024-07-02T10:42:31.508Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-rfid-llrp-go.Version=0.0.0 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.2.0-dev.19" -trimpath -mod=readonly -o cmd/device-rfid-llrp ./cmd [2024-07-02T10:45:53.242Z] Removing intermediate container 2344f5e1eb2b [2024-07-02T10:45:53.242Z] ---> 0d21d73d60ea [2024-07-02T10:45:53.242Z] Step 13/25 : FROM alpine:3.18 [2024-07-02T10:45:53.242Z] 3.18: Pulling from library/alpine [2024-07-02T10:45:53.242Z] 5c905c7ebe2f: Pulling fs layer [2024-07-02T10:45:53.242Z] 5c905c7ebe2f: Verifying Checksum [2024-07-02T10:45:53.242Z] 5c905c7ebe2f: Download complete [2024-07-02T10:45:53.242Z] 5c905c7ebe2f: Pull complete [2024-07-02T10:45:53.242Z] Digest: sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-02T10:45:53.242Z] Status: Downloaded newer image for alpine:3.18 [2024-07-02T10:45:53.242Z] ---> dec292d02e07 [2024-07-02T10:45:53.242Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2024-07-02T10:45:53.242Z] ---> Running in db497a5bd16d [2024-07-02T10:45:53.518Z] Removing intermediate container db497a5bd16d [2024-07-02T10:45:53.518Z] ---> b0516cbdda14 [2024-07-02T10:45:53.518Z] Step 15/25 : RUN apk add --update --no-cache dumb-init [2024-07-02T10:45:53.518Z] ---> Running in 1f8d12cba7b0 [2024-07-02T10:45:54.937Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-02T10:45:55.204Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-02T10:45:56.165Z] (1/1) Installing dumb-init (1.2.5-r2) [2024-07-02T10:45:56.165Z] Executing busybox-1.36.1-r7.trigger [2024-07-02T10:45:56.165Z] OK: 8 MiB in 16 packages [2024-07-02T10:45:57.124Z] Removing intermediate container 1f8d12cba7b0 [2024-07-02T10:45:57.124Z] ---> 92d118c15c35 [2024-07-02T10:45:57.124Z] Step 16/25 : RUN apk --no-cache upgrade [2024-07-02T10:45:57.124Z] ---> Running in 9e5345bc91d4 [2024-07-02T10:45:58.082Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-02T10:45:58.664Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-02T10:45:59.625Z] (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-02T10:45:59.625Z] (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-02T10:45:59.625Z] OK: 8 MiB in 16 packages [2024-07-02T10:46:00.589Z] Removing intermediate container 9e5345bc91d4 [2024-07-02T10:46:00.589Z] ---> 49ec92e54e60 [2024-07-02T10:46:00.589Z] Step 17/25 : COPY --from=builder /app/LICENSE / [2024-07-02T10:46:01.171Z] ---> bad931813a6f [2024-07-02T10:46:01.171Z] Step 18/25 : COPY --from=builder /app/Attribution.txt / [2024-07-02T10:46:01.438Z] ---> 1c3ee5292ce6 [2024-07-02T10:46:01.438Z] Step 19/25 : COPY --from=builder /app/cmd/ / [2024-07-02T10:46:04.017Z] ---> 51728323ad87 [2024-07-02T10:46:04.017Z] Step 20/25 : EXPOSE 59989 [2024-07-02T10:46:04.017Z] ---> Running in 16b76e15b491 [2024-07-02T10:46:04.017Z] Removing intermediate container 16b76e15b491 [2024-07-02T10:46:04.017Z] ---> b8b6d042f350 [2024-07-02T10:46:04.017Z] Step 21/25 : ENTRYPOINT ["/device-rfid-llrp"] [2024-07-02T10:46:04.017Z] ---> Running in 517ab310ee5a [2024-07-02T10:46:04.294Z] Removing intermediate container 517ab310ee5a [2024-07-02T10:46:04.294Z] ---> 03f9b671dda7 [2024-07-02T10:46:04.294Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2024-07-02T10:46:04.560Z] ---> Running in 87b886c11d65 [2024-07-02T10:46:04.827Z] Removing intermediate container 87b886c11d65 [2024-07-02T10:46:04.827Z] ---> 3ce95b8a6ecf [2024-07-02T10:46:04.827Z] Step 23/25 : LABEL arch=arm64 [2024-07-02T10:46:04.827Z] ---> Running in c576239994d2 [2024-07-02T10:46:05.094Z] Removing intermediate container c576239994d2 [2024-07-02T10:46:05.094Z] ---> e42aec466e4a [2024-07-02T10:46:05.094Z] Step 24/25 : LABEL git_sha=9aafdc70cf72219a8331b734b73458934d5f0239 [2024-07-02T10:46:05.094Z] ---> Running in f4585696f7e6 [2024-07-02T10:46:05.360Z] Removing intermediate container f4585696f7e6 [2024-07-02T10:46:05.360Z] ---> 5d2d0d68b5da [2024-07-02T10:46:05.360Z] Step 25/25 : LABEL version=0.0.0 [2024-07-02T10:46:05.628Z] ---> Running in 42731c0f8b52 [2024-07-02T10:46:05.894Z] Removing intermediate container 42731c0f8b52 [2024-07-02T10:46:05.894Z] ---> 95fc05d0bf87 [2024-07-02T10:46:05.894Z] [Warning] One or more build-args [ARCH] were not consumed [2024-07-02T10:46:05.894Z] Successfully built 95fc05d0bf87 [2024-07-02T10:46:05.894Z] 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] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-02T10:46:06.886Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-07-02T10:46:06.886Z] [2024-07-02T10:46:06.886Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-02T10:46:07.326Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-07-02T10:46:07.326Z] arm64: Pulling from edgex-lftools-log-publisher [2024-07-02T10:46:07.326Z] 8998bd30e6a1: Pulling fs layer [2024-07-02T10:46:07.326Z] 04944245beec: Pulling fs layer [2024-07-02T10:46:07.326Z] 699f458cf7ca: Pulling fs layer [2024-07-02T10:46:07.326Z] 765212b225bb: Pulling fs layer [2024-07-02T10:46:07.326Z] f23df028b6ca: Pulling fs layer [2024-07-02T10:46:07.326Z] d65c8cfc05b1: Pulling fs layer [2024-07-02T10:46:07.326Z] 2437ff75d9bd: Pulling fs layer [2024-07-02T10:46:07.326Z] 765212b225bb: Waiting [2024-07-02T10:46:07.326Z] f23df028b6ca: Waiting [2024-07-02T10:46:07.326Z] d65c8cfc05b1: Waiting [2024-07-02T10:46:07.326Z] 2437ff75d9bd: Waiting [2024-07-02T10:46:07.594Z] 04944245beec: Verifying Checksum [2024-07-02T10:46:07.594Z] 04944245beec: Download complete [2024-07-02T10:46:07.594Z] 765212b225bb: Verifying Checksum [2024-07-02T10:46:07.594Z] 765212b225bb: Download complete [2024-07-02T10:46:07.594Z] f23df028b6ca: Verifying Checksum [2024-07-02T10:46:07.594Z] f23df028b6ca: Download complete [2024-07-02T10:46:07.594Z] d65c8cfc05b1: Verifying Checksum [2024-07-02T10:46:07.594Z] d65c8cfc05b1: Download complete [2024-07-02T10:46:07.864Z] 699f458cf7ca: Download complete [2024-07-02T10:46:08.135Z] 8998bd30e6a1: Verifying Checksum [2024-07-02T10:46:08.135Z] 8998bd30e6a1: Download complete [2024-07-02T10:46:10.725Z] 2437ff75d9bd: Verifying Checksum [2024-07-02T10:46:10.725Z] 2437ff75d9bd: Download complete [2024-07-02T10:46:12.669Z] 8998bd30e6a1: Pull complete [2024-07-02T10:46:13.253Z] 04944245beec: Pull complete [2024-07-02T10:46:14.663Z] 699f458cf7ca: Pull complete [2024-07-02T10:46:14.931Z] 765212b225bb: Pull complete [2024-07-02T10:46:15.890Z] f23df028b6ca: Pull complete [2024-07-02T10:46:15.890Z] d65c8cfc05b1: Pull complete [2024-07-02T10:46:34.097Z] 2437ff75d9bd: Pull complete [2024-07-02T10:46:34.097Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-07-02T10:46:34.097Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-07-02T10:46:34.097Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-02T10:46:56.693Z] prd-ubuntu20.04-docker-arm64-4c-16g-4817 does not seem to be running inside a container [2024-07-02T10:46:56.756Z] $ 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 [2024-07-02T10:46:58.320Z] $ docker top 521b26c4ddfb8d09e0c286718f609ea757f5be1042daab498717d11693525ae5 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-02T10:46:59.379Z] ---> job-cost.sh [2024-07-02T10:46:59.379Z] lf-activate-venv: SKIPPING [2024-07-02T10:46:59.379Z] INFO: No Stack... [2024-07-02T10:46:59.645Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-07-02T10:47:00.601Z] INFO: Archiving Costs [Pipeline] sh [2024-07-02T10:47:01.273Z] + cat /w/workspace/device-rfid-llrp-go/1/archives/cost.csv [2024-07-02T10:47:01.273Z] + cut -d, -f6 [Pipeline] lock [2024-07-02T10:47:01.366Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-rfid-llrp-go-PR-299-1-stack-cost] [2024-07-02T10:47:01.373Z] Resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-299-1-stack-cost] did not exist. Created. [2024-07-02T10:47:01.380Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-rfid-llrp-go-PR-299-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-07-02T10:47:02.137Z] /w/workspace/device-rfid-llrp-go/1@tmp/durable-99058a16/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2024-07-02T10:47:02.820Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-07-02T10:47:02.863Z] Warning: overwriting stash ‘stack-cost’ [2024-07-02T10:47:02.933Z] Stashed 1 file(s) [Pipeline] } [2024-07-02T10:47:02.953Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-rfid-llrp-go-PR-299-1-stack-cost] [Pipeline] // lock [Pipeline] } [2024-07-02T10:47:03.050Z] $ docker stop --time=1 521b26c4ddfb8d09e0c286718f609ea757f5be1042daab498717d11693525ae5 [2024-07-02T10:47:04.563Z] $ docker rm -f --volumes 521b26c4ddfb8d09e0c286718f609ea757f5be1042daab498717d11693525ae5 [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 [2024-07-02T10:47:05.751Z] provisioning config files... [2024-07-02T10:47:05.761Z] copy managed file [device-rfid-llrp-go-codecov-token] to file:/w/workspace/undry_device-rfid-llrp-go_PR-299@tmp/config8801299848559298463tmp [Pipeline] { [Pipeline] sh [2024-07-02T10:47:06.112Z] + set +x [2024-07-02T10:47:06.112Z] + bash -s -- [2024-07-02T10:47:06.112Z] + curl -s https://codecov.io/bash [2024-07-02T10:47:06.112Z] [2024-07-02T10:47:06.112Z] _____ _ [2024-07-02T10:47:06.112Z] / ____| | | [2024-07-02T10:47:06.112Z] | | ___ __| | ___ ___ _____ __ [2024-07-02T10:47:06.112Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2024-07-02T10:47:06.112Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2024-07-02T10:47:06.112Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2024-07-02T10:47:06.112Z] Bash-1.0.6 [2024-07-02T10:47:06.112Z] [2024-07-02T10:47:06.112Z] [2024-07-02T10:47:06.112Z] ==> git version 2.25.1 found [2024-07-02T10:47:06.112Z] ==> 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 [2024-07-02T10:47:06.112Z] Release-Date: 2020-01-08 [2024-07-02T10:47:06.112Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2024-07-02T10:47:06.112Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2024-07-02T10:47:06.112Z] ==> Jenkins CI detected. [2024-07-02T10:47:06.112Z] current dir:  /w/workspace/undry_device-rfid-llrp-go_PR-299 [2024-07-02T10:47:06.112Z] project root: . [2024-07-02T10:47:06.112Z] --> token set from env [2024-07-02T10:47:06.112Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2024-07-02T10:47:06.112Z] ==> Running gcov in . (disable via -X gcov) [2024-07-02T10:47:06.112Z] ==> Python coveragepy not found [2024-07-02T10:47:06.112Z] ==> Searching for coverage reports in: [2024-07-02T10:47:06.112Z] + . [2024-07-02T10:47:06.112Z] -> Found 1 reports [2024-07-02T10:47:06.373Z] ==> Detecting git/mercurial file structure [2024-07-02T10:47:06.373Z] ==> Reading reports [2024-07-02T10:47:06.373Z] + ./coverage.out bytes=438103 [2024-07-02T10:47:06.373Z] ==> Appending adjustments [2024-07-02T10:47:06.373Z] https://docs.codecov.io/docs/fixing-reports [2024-07-02T10:47:06.373Z] + Found adjustments [2024-07-02T10:47:06.633Z] ==> Gzipping contents [2024-07-02T10:47:06.633Z] 52K /tmp/codecov.QwQoc0.gz [2024-07-02T10:47:06.633Z] ==> Uploading reports [2024-07-02T10:47:06.633Z] url: https://codecov.io [2024-07-02T10:47:06.633Z] query: branch=PR-299&commit=9aafdc70cf72219a8331b734b73458934d5f0239&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rfid-llrp-go%2Fjob%2FPR-299%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rfid-llrp-go&service=jenkins&flags=&pr=299&job=&cmd_args= [2024-07-02T10:47:06.633Z] -> Pinging Codecov [2024-07-02T10:47:06.633Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=PR-299&commit=9aafdc70cf72219a8331b734b73458934d5f0239&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rfid-llrp-go%2Fjob%2FPR-299%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rfid-llrp-go&service=jenkins&flags=&pr=299&job=&cmd_args= [2024-07-02T10:47:06.892Z] -> Uploading to [2024-07-02T10:47:06.892Z] https://storage.googleapis.com/codecov/v4/raw/2024-07-02/581DD39554BDF9B6E22D074273EAD858/9aafdc70cf72219a8331b734b73458934d5f0239/5576be04-fb46-4cdb-a198-5268a6b3013a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240702%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240702T104706Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=248a8357c409a22012accab42323cca60a5fd704f83e0221ed7f135203fa2419 [2024-07-02T10:47:06.892Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-07-02T10:47:06.892Z] Dload Upload Total Spent Left Speed [2024-07-02T10:47:07.152Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50179 0 0 100 50179 0 198k --:--:-- --:--:-- --:--:-- 198k [2024-07-02T10:47:07.152Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rfid-llrp-go/commit/9aafdc70cf72219a8331b734b73458934d5f0239 [Pipeline] } [2024-07-02T10:47:07.181Z] 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] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2024-07-02T10:47:09.490Z] + [ -d /w/workspace/undry_device-rfid-llrp-go_PR-299/archives ] [2024-07-02T10:47:09.490Z] + ls -al /w/workspace/undry_device-rfid-llrp-go_PR-299/archives [2024-07-02T10:47:09.490Z] total 16 [2024-07-02T10:47:09.490Z] drwxr-xr-x 3 root root 4096 Jul 2 10:36 . [2024-07-02T10:47:09.490Z] drwxrwxr-x 12 jenkins jenkins 4096 Jul 2 10:36 .. [2024-07-02T10:47:09.490Z] drwxr-xr-x 2 root root 4096 Jul 2 10:36 cost [2024-07-02T10:47:09.490Z] -rw-r--r-- 1 root root 91 Jul 2 10:36 cost.csv [2024-07-02T10:47:09.490Z] + sudo chown -R jenkins:jenkins /w/workspace/undry_device-rfid-llrp-go_PR-299/archives [2024-07-02T10:47:09.490Z] + ls -al /w/workspace/undry_device-rfid-llrp-go_PR-299/archives [2024-07-02T10:47:09.490Z] total 16 [2024-07-02T10:47:09.490Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 2 10:36 . [2024-07-02T10:47:09.490Z] drwxrwxr-x 12 jenkins jenkins 4096 Jul 2 10:36 .. [2024-07-02T10:47:09.490Z] drwxr-xr-x 2 jenkins jenkins 4096 Jul 2 10:36 cost [2024-07-02T10:47:09.490Z] -rw-r--r-- 1 jenkins jenkins 91 Jul 2 10:36 cost.csv [Pipeline] libraryResource [Pipeline] sh [2024-07-02T10:47:09.830Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-02T10:47:10.736Z] ---> package-listing.sh [2024-07-02T10:47:10.736Z] ++ facter osfamily [2024-07-02T10:47:10.736Z] ++ tr '[:upper:]' '[:lower:]' [2024-07-02T10:47:10.996Z] + OS_FAMILY=debian [2024-07-02T10:47:10.996Z] + workspace=/w/workspace/undry_device-rfid-llrp-go_PR-299 [2024-07-02T10:47:10.996Z] + START_PACKAGES=/tmp/packages_start.txt [2024-07-02T10:47:10.996Z] + END_PACKAGES=/tmp/packages_end.txt [2024-07-02T10:47:10.996Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-07-02T10:47:10.996Z] + PACKAGES=/tmp/packages_start.txt [2024-07-02T10:47:10.996Z] + '[' /w/workspace/undry_device-rfid-llrp-go_PR-299 ']' [2024-07-02T10:47:10.996Z] + PACKAGES=/tmp/packages_end.txt [2024-07-02T10:47:10.996Z] + case "${OS_FAMILY}" in [2024-07-02T10:47:10.996Z] + dpkg -l [2024-07-02T10:47:10.996Z] + grep '^ii' [2024-07-02T10:47:10.996Z] + '[' -f /tmp/packages_start.txt ']' [2024-07-02T10:47:10.996Z] + '[' -f /tmp/packages_end.txt ']' [2024-07-02T10:47:10.996Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-07-02T10:47:10.996Z] + '[' /w/workspace/undry_device-rfid-llrp-go_PR-299 ']' [2024-07-02T10:47:10.996Z] + mkdir -p /w/workspace/undry_device-rfid-llrp-go_PR-299/archives/ [2024-07-02T10:47:10.996Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/undry_device-rfid-llrp-go_PR-299/archives/ [Pipeline] echo [2024-07-02T10:47:11.037Z] 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-299/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2024-07-02T10:47:11.334Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-02T10:47:11.982Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-02T10:47:11.982Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-02T10:47:12.153Z] prd-ubuntu20.04-docker-8c-8g-4816 does not seem to be running inside a container [2024-07-02T10:47:12.180Z] $ 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-299/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-299 -v /w/workspace/undry_device-rfid-llrp-go_PR-299:/w/workspace/undry_device-rfid-llrp-go_PR-299:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-299@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-299@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 [2024-07-02T10:47:12.385Z] $ docker top f664a62ee670c3bd6d8486ddf1e09dc8c2af509d4e7c04d6badb02e337f77913 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-02T10:47:12.809Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-07-02T10:47:13.128Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-07-02T10:47:13.449Z] + ls /var/log/sa-host [2024-07-02T10:47:13.449Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-02T10:47:13.707Z] provisioning config files... [2024-07-02T10:47:13.717Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/undry_device-rfid-llrp-go_PR-299@tmp/config2837550872845133816tmp [Pipeline] { [Pipeline] echo [2024-07-02T10:47:13.784Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-02T10:47:14.192Z] ---> create-netrc.sh [Pipeline] } [2024-07-02T10:47:14.224Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-07-02T10:47:14.650Z] ---> python-tools-install.sh [Pipeline] echo [2024-07-02T10:47:14.689Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-02T10:47:15.052Z] ---> sudo-logs.sh [2024-07-02T10:47:15.052Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-07-02T10:47:15.162Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-02T10:47:15.486Z] ---> job-cost.sh [2024-07-02T10:47:15.486Z] lf-activate-venv: SKIPPING [2024-07-02T10:47:15.486Z] DEBUG: total: 0.2199999988079071 [2024-07-02T10:47:15.486Z] INFO: Retrieving Stack Cost... [2024-07-02T10:47:16.054Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-07-02T10:47:16.312Z] INFO: Archiving Costs [Pipeline] echo [2024-07-02T10:47:16.355Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-02T10:47:16.776Z] ---> logs-deploy.sh [2024-07-02T10:47:16.776Z] lf-activate-venv: SKIPPING [2024-07-02T10:47:16.776Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rfid-llrp-go/PR-299/1 [2024-07-02T10:47:16.776Z] INFO: archiving workspace using pattern(s): [2024-07-02T10:47:17.712Z] Archives upload complete. [2024-07-02T10:47:17.971Z] INFO: archiving logs to Nexus