Pull request #316 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of jinlinGuan for edgexfoundry/device-rfid-llrp-go Obtained Jenkinsfile from 38b54bc2ad585e44212b4ed68a2630b6f27188b6+15e688f125cb27749cddf3e3269a9133ab9603fe (00a35896784c0f65f04e3e275dafe74e03bfb1d8) 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-ssh17807436015693603583.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 0b81fa10a7dd14683a964f04f411324fe83f93ac 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-ssh4481026097797368372.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 0b81fa10a7dd14683a964f04f411324fe83f93ac 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-316/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-316/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh5054252462164758520.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-316/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh5336385005770568481.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 0b81fa10a7dd14683a964f04f411324fe83f93ac (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 0b81fa10a7dd14683a964f04f411324fe83f93ac # timeout=10 Commit message: "Merge pull request #457 from jinlinGuan/golang-1.23" > 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-ssh13160153037671832912.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-316/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-316/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh4617467459013571386.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 0b81fa10a7dd14683a964f04f411324fe83f93ac 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.23 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-rfid-llrp DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-15698’ Running on prd-ubuntu20.04-docker-8c-8g-15699 in /w/workspace/undry_device-rfid-llrp-go_PR-316 [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-316 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/pull/316/head:refs/remotes/origin/PR-316 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 15e688f125cb27749cddf3e3269a9133ab9603fe into PR head commit 38b54bc2ad585e44212b4ed68a2630b6f27188b6 Merge succeeded, producing 38b54bc2ad585e44212b4ed68a2630b6f27188b6 Checking out Revision 38b54bc2ad585e44212b4ed68a2630b6f27188b6 (PR-316) > git config core.sparsecheckout # timeout=10 > git checkout -f 38b54bc2ad585e44212b4ed68a2630b6f27188b6 # 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 15e688f125cb27749cddf3e3269a9133ab9603fe # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 38b54bc2ad585e44212b4ed68a2630b6f27188b6 # timeout=10 Commit message: "build: Upgrade to go-1.23, Linter1.61.0 and Alpine 3.20" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 0b81fa10a7dd14683a964f04f411324fe83f93ac [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-10-04T06:28:44.175Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-10-04T06:28:44.381Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-10-04T06:28:44.496Z] ========================================================= [2024-10-04T06:28:44.497Z] EdgeX Global Pipelines Version Info [2024-10-04T06:28:44.497Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-10-04T06:28:45.256Z] ------------------- [2024-10-04T06:28:45.256Z] stable info: [2024-10-04T06:28:45.256Z] ------------------- [2024-10-04T06:28:45.256Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-10-04T06:28:45.256Z] Commit SHA: 0b81fa10a7dd14683a964f04f411324fe83f93ac [2024-10-04T06:28:45.256Z] Message: update stable to v1.0.265 [2024-10-04T06:28:45.827Z] ------------------- [2024-10-04T06:28:45.827Z] experimental info: [2024-10-04T06:28:45.827Z] ------------------- [2024-10-04T06:28:45.827Z] Commited By: Cherry Wang cherry@iotechsys.com [2024-10-04T06:28:45.827Z] Commit SHA: b5a5e52272fc4198cf3754284eedf36dbf0baa35 [2024-10-04T06:28:45.827Z] Message: update experimental to v1.0.264 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-10-04T06:28:46.038Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rfid-llrp-go-settings [Pipeline] echo [2024-10-04T06:28:46.099Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rfid-llrp-go [Pipeline] echo [2024-10-04T06:28:46.152Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-10-04T06:28:46.207Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-10-04T06:28:46.260Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-10-04T06:28:46.317Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2024-10-04T06:28:46.371Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-10-04T06:28:46.435Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2024-10-04T06:28:46.488Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-10-04T06:28:46.546Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-10-04T06:28:46.601Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-10-04T06:28:46.655Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rfid-llrp [Pipeline] echo [2024-10-04T06:28:46.705Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-10-04T06:28:46.759Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-10-04T06:28:46.808Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-10-04T06:28:46.857Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-10-04T06:28:46.911Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2024-10-04T06:28:46.969Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2024-10-04T06:28:47.016Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-10-04T06:28:47.066Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-10-04T06:28:47.114Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2024-10-04T06:28:47.165Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2024-10-04T06:28:47.214Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2024-10-04T06:28:47.265Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2024-10-04T06:28:47.327Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2024-10-04T06:28:47.382Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-10-04T06:28:47.442Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-10-04T06:28:47.507Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-316 [Pipeline] echo [2024-10-04T06:28:47.567Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-316 [Pipeline] echo [2024-10-04T06:28:47.626Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-316 [Pipeline] echo [2024-10-04T06:28:47.681Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 38b54bc2ad585e44212b4ed68a2630b6f27188b6 [Pipeline] echo [2024-10-04T06:28:47.738Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 38b54bc [Pipeline] echo [2024-10-04T06:28:47.800Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-10-04T06:28:47.960Z] provisioning config files... [2024-10-04T06:28:47.973Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/undry_device-rfid-llrp-go_PR-316@tmp/config9387799860646301214tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-04T06:28:48.378Z] ---> ****-login.sh [2024-10-04T06:28:48.378Z] nexus3.edgexfoundry.org:10001 [2024-10-04T06:28:48.642Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-04T06:28:48.643Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-04T06:28:48.643Z] Configure a credential helper to remove this warning. See [2024-10-04T06:28:48.643Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-04T06:28:48.643Z] [2024-10-04T06:28:48.643Z] Login Succeeded [2024-10-04T06:28:48.643Z] nexus3.edgexfoundry.org:10002 [2024-10-04T06:28:48.643Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-04T06:28:48.643Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-04T06:28:48.643Z] Configure a credential helper to remove this warning. See [2024-10-04T06:28:48.643Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-04T06:28:48.643Z] [2024-10-04T06:28:48.906Z] Login Succeeded [2024-10-04T06:28:48.906Z] nexus3.edgexfoundry.org:10003 [2024-10-04T06:28:48.906Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-04T06:28:48.906Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-04T06:28:48.906Z] Configure a credential helper to remove this warning. See [2024-10-04T06:28:48.906Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-04T06:28:48.906Z] [2024-10-04T06:28:48.906Z] Login Succeeded [2024-10-04T06:28:48.906Z] nexus3.edgexfoundry.org:10004 [2024-10-04T06:28:48.907Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-04T06:28:48.907Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-04T06:28:48.907Z] Configure a credential helper to remove this warning. See [2024-10-04T06:28:48.907Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-04T06:28:48.907Z] [2024-10-04T06:28:48.907Z] Login Succeeded [2024-10-04T06:28:48.907Z] ****.io [2024-10-04T06:28:49.166Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-04T06:28:49.166Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-04T06:28:49.166Z] Configure a credential helper to remove this warning. See [2024-10-04T06:28:49.166Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-04T06:28:49.166Z] [2024-10-04T06:28:49.166Z] Login Succeeded [2024-10-04T06:28:49.166Z] ---> ****-login.sh ends [Pipeline] } [2024-10-04T06:28:49.198Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2024-10-04T06:28:49.890Z] + git rev-list -1 --merges 38b54bc2ad585e44212b4ed68a2630b6f27188b6~1..38b54bc2ad585e44212b4ed68a2630b6f27188b6 [Pipeline] echo [2024-10-04T06:28:49.941Z] -----------> git rev-list -1 --merges 38b54bc2ad585e44212b4ed68a2630b6f27188b6~1..38b54bc2ad585e44212b4ed68a2630b6f27188b6 38b54bc2ad585e44212b4ed68a2630b6f27188b6 [false] [Pipeline] sh [2024-10-04T06:28:50.271Z] + git log --format=format:%s -1 38b54bc2ad585e44212b4ed68a2630b6f27188b6 [Pipeline] echo [2024-10-04T06:28:50.321Z] ========================================================= [2024-10-04T06:28:50.321Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-10-04T06:28:50.321Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-10-04T06:28:50.805Z] + git log --format=format:%s -1 38b54bc2ad585e44212b4ed68a2630b6f27188b6 [Pipeline] echo [2024-10-04T06:28:50.840Z] [semverPrep] GIT_COMMIT: 38b54bc2ad585e44212b4ed68a2630b6f27188b6, Commit Message: build: Upgrade to go-1.23, Linter1.61.0 and Alpine 3.20 [Pipeline] echo [2024-10-04T06:28:50.883Z] [semverPrep] This is not a build commit. [Pipeline] sh [2024-10-04T06:28:51.283Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-10-04T06:28:51.283Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-10-04T06:28:51.283Z] + [ -e /tmp/ssh_known_hosts ] [2024-10-04T06:28:51.283Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-10-04T06:28:51.283Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2024-10-04T06:28:51.283Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2024-10-04T06:28:51.283Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-04T06:28:51.748Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-10-04T06:28:51.748Z] [2024-10-04T06:28:51.748Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-04T06:28:52.150Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-10-04T06:28:52.150Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-10-04T06:28:52.150Z] b85a868b505f: Pulling fs layer [2024-10-04T06:28:52.150Z] e2be974225ed: Pulling fs layer [2024-10-04T06:28:52.150Z] 339a4e72a1f5: Pulling fs layer [2024-10-04T06:28:52.150Z] 988bab9f4d93: Pulling fs layer [2024-10-04T06:28:52.150Z] 1469e6f7b9e6: Pulling fs layer [2024-10-04T06:28:52.150Z] eaf3925da568: Pulling fs layer [2024-10-04T06:28:52.150Z] bab4dde63d76: Pulling fs layer [2024-10-04T06:28:52.150Z] bde34c3a00c8: Pulling fs layer [2024-10-04T06:28:52.150Z] b352a97aabf1: Pulling fs layer [2024-10-04T06:28:52.150Z] 4872d77fe225: Pulling fs layer [2024-10-04T06:28:52.150Z] 5851b861e8e6: Pulling fs layer [2024-10-04T06:28:52.150Z] 988bab9f4d93: Waiting [2024-10-04T06:28:52.150Z] 1469e6f7b9e6: Waiting [2024-10-04T06:28:52.150Z] eaf3925da568: Waiting [2024-10-04T06:28:52.150Z] bde34c3a00c8: Waiting [2024-10-04T06:28:52.150Z] b352a97aabf1: Waiting [2024-10-04T06:28:52.150Z] 5851b861e8e6: Waiting [2024-10-04T06:28:52.150Z] 4872d77fe225: Waiting [2024-10-04T06:28:52.150Z] bab4dde63d76: Waiting [2024-10-04T06:28:52.150Z] e2be974225ed: Download complete [2024-10-04T06:28:52.150Z] 988bab9f4d93: Verifying Checksum [2024-10-04T06:28:52.150Z] 988bab9f4d93: Download complete [2024-10-04T06:28:52.413Z] 1469e6f7b9e6: Verifying Checksum [2024-10-04T06:28:52.413Z] 1469e6f7b9e6: Download complete [2024-10-04T06:28:52.413Z] eaf3925da568: Download complete [2024-10-04T06:28:52.413Z] 339a4e72a1f5: Verifying Checksum [2024-10-04T06:28:52.413Z] 339a4e72a1f5: Download complete [2024-10-04T06:28:52.413Z] bde34c3a00c8: Verifying Checksum [2024-10-04T06:28:52.413Z] bde34c3a00c8: Download complete [2024-10-04T06:28:52.413Z] b352a97aabf1: Download complete [2024-10-04T06:28:52.413Z] 4872d77fe225: Verifying Checksum [2024-10-04T06:28:52.413Z] 4872d77fe225: Download complete [2024-10-04T06:28:52.413Z] 5851b861e8e6: Verifying Checksum [2024-10-04T06:28:52.413Z] 5851b861e8e6: Download complete [2024-10-04T06:28:52.413Z] b85a868b505f: Verifying Checksum [2024-10-04T06:28:52.413Z] b85a868b505f: Download complete [2024-10-04T06:28:52.674Z] bab4dde63d76: Verifying Checksum [2024-10-04T06:28:52.674Z] bab4dde63d76: Download complete [2024-10-04T06:28:53.613Z] b85a868b505f: Pull complete [2024-10-04T06:28:53.873Z] e2be974225ed: Pull complete [2024-10-04T06:28:54.442Z] 339a4e72a1f5: Pull complete [2024-10-04T06:28:54.442Z] 988bab9f4d93: Pull complete [2024-10-04T06:28:54.702Z] 1469e6f7b9e6: Pull complete [2024-10-04T06:28:54.702Z] eaf3925da568: Pull complete [2024-10-04T06:28:56.608Z] bab4dde63d76: Pull complete [2024-10-04T06:28:56.608Z] bde34c3a00c8: Pull complete [2024-10-04T06:28:56.608Z] b352a97aabf1: Pull complete [2024-10-04T06:28:56.868Z] 4872d77fe225: Pull complete [2024-10-04T06:28:56.868Z] 5851b861e8e6: Pull complete [2024-10-04T06:28:56.868Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-10-04T06:28:56.868Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-10-04T06:28:56.868Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-04T06:28:57.147Z] prd-ubuntu20.04-docker-8c-8g-15699 does not seem to be running inside a container [2024-10-04T06:28:57.177Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_device-rfid-llrp-go_PR-316 -v /w/workspace/undry_device-rfid-llrp-go_PR-316:/w/workspace/undry_device-rfid-llrp-go_PR-316:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-316@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-316@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-devops/py-git-semver:0.1.4 cat [2024-10-04T06:29:00.748Z] $ docker top 1ccf1e07b6a42ed182e8dfd3e2da85fa3169233fdf08273880798887af17d5b1 -eo pid,comm [2024-10-04T06:29:00.796Z] 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-10-04T06:29:00.796Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-10-04T06:29:00.958Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-10-04T06:29:00.958Z] [ssh-agent] Looking for ssh-agent implementation... [2024-10-04T06:29:01.083Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-10-04T06:29:01.086Z] $ docker exec 1ccf1e07b6a42ed182e8dfd3e2da85fa3169233fdf08273880798887af17d5b1 ssh-agent [2024-10-04T06:29:01.200Z] SSH_AUTH_SOCK=/tmp/ssh-vtPIv0iaQftZ/agent.32 [2024-10-04T06:29:01.200Z] SSH_AGENT_PID=38 [2024-10-04T06:29:01.207Z] Running ssh-add (command line suppressed) [2024-10-04T06:29:01.313Z] Identity added: /w/workspace/undry_device-rfid-llrp-go_PR-316@tmp/private_key_910783062890174789.key (/w/workspace/undry_device-rfid-llrp-go_PR-316@tmp/private_key_910783062890174789.key) [2024-10-04T06:29:01.333Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-10-04T06:29:01.682Z] + git tag --points-at HEAD [Pipeline] } [2024-10-04T06:29:01.708Z] $ docker exec --env ******** --env ******** 1ccf1e07b6a42ed182e8dfd3e2da85fa3169233fdf08273880798887af17d5b1 ssh-agent -k [2024-10-04T06:29:01.801Z] unset SSH_AUTH_SOCK; [2024-10-04T06:29:01.801Z] unset SSH_AGENT_PID; [2024-10-04T06:29:01.802Z] echo Agent pid 38 killed; [2024-10-04T06:29:01.814Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-10-04T06:29:01.929Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-10-04T06:29:01.929Z] [ssh-agent] Looking for ssh-agent implementation... [2024-10-04T06:29:02.047Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-10-04T06:29:02.049Z] $ docker exec 1ccf1e07b6a42ed182e8dfd3e2da85fa3169233fdf08273880798887af17d5b1 ssh-agent [2024-10-04T06:29:02.144Z] SSH_AUTH_SOCK=/tmp/ssh-oLX7KRZXRfMN/agent.72 [2024-10-04T06:29:02.144Z] SSH_AGENT_PID=79 [2024-10-04T06:29:02.148Z] Running ssh-add (command line suppressed) [2024-10-04T06:29:02.265Z] Identity added: /w/workspace/undry_device-rfid-llrp-go_PR-316@tmp/private_key_883232324830743190.key (/w/workspace/undry_device-rfid-llrp-go_PR-316@tmp/private_key_883232324830743190.key) [2024-10-04T06:29:02.283Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-10-04T06:29:02.623Z] + git semver init [2024-10-04T06:29:02.883Z] 2024-10-04 06:29:02,793 [run_init] DEBUG init version:0.0.0 force:False [2024-10-04T06:29:02.883Z] 2024-10-04 06:29:02,794 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/undry_device-rfid-llrp-go_PR-316/.semver [2024-10-04T06:29:02.883Z] 2024-10-04 06:29:02,794 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rfid-llrp-go.git /w/workspace/undry_device-rfid-llrp-go_PR-316/.semver [2024-10-04T06:29:02.883Z] 2024-10-04 06:29:02,794 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-rfid-llrp-go.git', '/w/workspace/undry_device-rfid-llrp-go_PR-316/.semver'], cwd=/w/workspace/undry_device-rfid-llrp-go_PR-316, universal_newlines=False, shell=None, istream=None) [2024-10-04T06:29:04.790Z] 2024-10-04 06:29:04,416 [append_file] DEBUG append to file:/w/workspace/undry_device-rfid-llrp-go_PR-316/.git/info/exclude [2024-10-04T06:29:04.790Z] 2024-10-04 06:29:04,417 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/undry_device-rfid-llrp-go_PR-316/.semver/PR-316 with force:False [2024-10-04T06:29:04.790Z] 2024-10-04 06:29:04,417 [write_file] DEBUG write to file:/w/workspace/undry_device-rfid-llrp-go_PR-316/.semver/PR-316 [2024-10-04T06:29:04.790Z] 2024-10-04 06:29:04,420 [execute] INFO git cat-file --batch-check [2024-10-04T06:29:04.790Z] 2024-10-04 06:29:04,420 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/undry_device-rfid-llrp-go_PR-316/.semver, universal_newlines=False, shell=None, istream=) [2024-10-04T06:29:04.790Z] 2024-10-04 06:29:04,427 [execute] INFO git cat-file --batch [2024-10-04T06:29:04.790Z] 2024-10-04 06:29:04,427 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/undry_device-rfid-llrp-go_PR-316/.semver, universal_newlines=False, shell=None, istream=) [2024-10-04T06:29:04.791Z] 2024-10-04 06:29:04,433 [read_version] DEBUG read version from /w/workspace/undry_device-rfid-llrp-go_PR-316/.semver/PR-316 [2024-10-04T06:29:04.791Z] 0.0.0 [Pipeline] } [2024-10-04T06:29:04.822Z] $ docker exec --env ******** --env ******** 1ccf1e07b6a42ed182e8dfd3e2da85fa3169233fdf08273880798887af17d5b1 ssh-agent -k [2024-10-04T06:29:04.962Z] unset SSH_AUTH_SOCK; [2024-10-04T06:29:04.962Z] unset SSH_AGENT_PID; [2024-10-04T06:29:04.964Z] echo Agent pid 79 killed; [2024-10-04T06:29:04.974Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-10-04T06:29:05.434Z] + git semver [Pipeline] } [2024-10-04T06:29:05.726Z] $ docker stop --time=1 1ccf1e07b6a42ed182e8dfd3e2da85fa3169233fdf08273880798887af17d5b1 [2024-10-04T06:29:07.048Z] $ docker rm -f --volumes 1ccf1e07b6a42ed182e8dfd3e2da85fa3169233fdf08273880798887af17d5b1 [Pipeline] // withDockerContainer [Pipeline] sh [2024-10-04T06:29:07.466Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-10-04T06:29:07.771Z] Stashed 1 file(s) [Pipeline] echo [2024-10-04T06:29:07.797Z] [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-10-04T06:29:08.506Z] provisioning config files... [2024-10-04T06:29:08.516Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/undry_device-rfid-llrp-go_PR-316@tmp/config15456547042338613572tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-04T06:29:08.891Z] ---> ****-login.sh [2024-10-04T06:29:08.891Z] nexus3.edgexfoundry.org:10001 [2024-10-04T06:29:08.891Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-04T06:29:08.891Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-04T06:29:08.891Z] Configure a credential helper to remove this warning. See [2024-10-04T06:29:08.891Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-04T06:29:08.891Z] [2024-10-04T06:29:08.891Z] Login Succeeded [2024-10-04T06:29:08.891Z] nexus3.edgexfoundry.org:10002 [2024-10-04T06:29:08.891Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-04T06:29:08.891Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-04T06:29:08.891Z] Configure a credential helper to remove this warning. See [2024-10-04T06:29:08.891Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-04T06:29:08.891Z] [2024-10-04T06:29:08.891Z] Login Succeeded [2024-10-04T06:29:08.891Z] nexus3.edgexfoundry.org:10003 [2024-10-04T06:29:09.151Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-04T06:29:09.151Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-04T06:29:09.151Z] Configure a credential helper to remove this warning. See [2024-10-04T06:29:09.151Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-04T06:29:09.151Z] [2024-10-04T06:29:09.151Z] Login Succeeded [2024-10-04T06:29:09.151Z] nexus3.edgexfoundry.org:10004 [2024-10-04T06:29:09.151Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-04T06:29:09.152Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-04T06:29:09.152Z] Configure a credential helper to remove this warning. See [2024-10-04T06:29:09.152Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-04T06:29:09.152Z] [2024-10-04T06:29:09.152Z] Login Succeeded [2024-10-04T06:29:09.152Z] ****.io [2024-10-04T06:29:09.411Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-04T06:29:09.411Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-04T06:29:09.411Z] Configure a credential helper to remove this warning. See [2024-10-04T06:29:09.411Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-04T06:29:09.411Z] [2024-10-04T06:29:09.411Z] Login Succeeded [2024-10-04T06:29:09.411Z] ---> ****-login.sh ends [Pipeline] } [2024-10-04T06:29:09.449Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2024-10-04T06:29:09.666Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-10-04T06:29:09.718Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-10-04T06:29:09.773Z] ========================================================= [2024-10-04T06:29:09.773Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2024-10-04T06:29:09.773Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-04T06:29:10.284Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine --build-arg MAKE=echo noop --target=builder . [2024-10-04T06:29:10.284Z] Sending build context to Docker daemon 11.44MB [2024-10-04T06:29:10.284Z] Step 1/12 : ARG BASE=golang:1.23-alpine3.20 [2024-10-04T06:29:10.284Z] Step 2/12 : FROM ${BASE} AS builder [2024-10-04T06:29:10.284Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2024-10-04T06:29:10.284Z] 43c4264eed91: Pulling fs layer [2024-10-04T06:29:10.284Z] 4cc291be95ef: Pulling fs layer [2024-10-04T06:29:10.284Z] 2ac1f1163629: Pulling fs layer [2024-10-04T06:29:10.284Z] 5c3c966382ef: Pulling fs layer [2024-10-04T06:29:10.284Z] 4f4fb700ef54: Pulling fs layer [2024-10-04T06:29:10.284Z] 5d5c8e513c77: Pulling fs layer [2024-10-04T06:29:10.284Z] 9f66e0745190: Pulling fs layer [2024-10-04T06:29:10.284Z] 4f4fb700ef54: Waiting [2024-10-04T06:29:10.284Z] 5c3c966382ef: Waiting [2024-10-04T06:29:10.284Z] 9f66e0745190: Waiting [2024-10-04T06:29:10.284Z] f49a43e4bbc0: Pulling fs layer [2024-10-04T06:29:10.284Z] 561ebcabdf7f: Pulling fs layer [2024-10-04T06:29:10.284Z] f49a43e4bbc0: Waiting [2024-10-04T06:29:10.284Z] 561ebcabdf7f: Waiting [2024-10-04T06:29:10.284Z] 4cc291be95ef: Download complete [2024-10-04T06:29:10.284Z] 5c3c966382ef: Verifying Checksum [2024-10-04T06:29:10.284Z] 5c3c966382ef: Download complete [2024-10-04T06:29:10.544Z] 4f4fb700ef54: Verifying Checksum [2024-10-04T06:29:10.544Z] 4f4fb700ef54: Download complete [2024-10-04T06:29:10.544Z] 5d5c8e513c77: Verifying Checksum [2024-10-04T06:29:10.544Z] 5d5c8e513c77: Download complete [2024-10-04T06:29:10.544Z] 43c4264eed91: Verifying Checksum [2024-10-04T06:29:10.544Z] 43c4264eed91: Download complete [2024-10-04T06:29:10.544Z] 9f66e0745190: Verifying Checksum [2024-10-04T06:29:10.544Z] 9f66e0745190: Download complete [2024-10-04T06:29:10.544Z] 43c4264eed91: Pull complete [2024-10-04T06:29:10.544Z] 561ebcabdf7f: Verifying Checksum [2024-10-04T06:29:10.544Z] 561ebcabdf7f: Download complete [2024-10-04T06:29:10.803Z] 4cc291be95ef: Pull complete [2024-10-04T06:29:10.803Z] 2ac1f1163629: Verifying Checksum [2024-10-04T06:29:10.803Z] 2ac1f1163629: Download complete [2024-10-04T06:29:11.062Z] f49a43e4bbc0: Verifying Checksum [2024-10-04T06:29:11.062Z] f49a43e4bbc0: Download complete [2024-10-04T06:29:15.251Z] 2ac1f1163629: Pull complete [2024-10-04T06:29:15.251Z] 5c3c966382ef: Pull complete [2024-10-04T06:29:15.251Z] 4f4fb700ef54: Pull complete [2024-10-04T06:29:15.251Z] 5d5c8e513c77: Pull complete [2024-10-04T06:29:15.251Z] 9f66e0745190: Pull complete [2024-10-04T06:29:18.543Z] f49a43e4bbc0: Pull complete [2024-10-04T06:29:18.803Z] 561ebcabdf7f: Pull complete [2024-10-04T06:29:18.803Z] Digest: sha256:0719486ae9a24b675ee3acaa2cfd867e7a981f2ef22b41d166c62d936fe8de2d [2024-10-04T06:29:19.064Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2024-10-04T06:29:19.064Z] ---> 3a752c3f9dda [2024-10-04T06:29:19.064Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2024-10-04T06:29:23.298Z] Still waiting to schedule task [2024-10-04T06:29:23.298Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2024-10-04T06:29:25.894Z] ---> Running in 808daf42b95f [2024-10-04T06:29:25.894Z] Removing intermediate container 808daf42b95f [2024-10-04T06:29:25.894Z] ---> 0b97ecf18da1 [2024-10-04T06:29:25.894Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-10-04T06:29:25.894Z] ---> Running in c1ab8a663c64 [2024-10-04T06:29:25.894Z] Removing intermediate container c1ab8a663c64 [2024-10-04T06:29:25.894Z] ---> d49190510132 [2024-10-04T06:29:25.894Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git" [2024-10-04T06:29:25.894Z] ---> Running in ea2dec569881 [2024-10-04T06:29:25.894Z] Removing intermediate container ea2dec569881 [2024-10-04T06:29:25.894Z] ---> 8c56a852ef03 [2024-10-04T06:29:25.894Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2024-10-04T06:29:25.894Z] ---> Running in 223fbfb9166f [2024-10-04T06:29:26.155Z] Removing intermediate container 223fbfb9166f [2024-10-04T06:29:26.155Z] ---> 2d19b15e029a [2024-10-04T06:29:26.155Z] Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-10-04T06:29:26.155Z] ---> Running in eb065008d19a [2024-10-04T06:29:26.415Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-04T06:29:26.415Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-04T06:29:26.982Z] OK: 246 MiB in 54 packages [2024-10-04T06:29:27.242Z] Removing intermediate container eb065008d19a [2024-10-04T06:29:27.242Z] ---> 99269aaa9d0a [2024-10-04T06:29:27.242Z] Step 8/12 : WORKDIR /app [2024-10-04T06:29:27.501Z] ---> Running in c57781f5be40 [2024-10-04T06:29:27.501Z] Removing intermediate container c57781f5be40 [2024-10-04T06:29:27.501Z] ---> 63dfbdf7c4e9 [2024-10-04T06:29:27.501Z] Step 9/12 : COPY go.mod vendor* ./ [2024-10-04T06:29:27.501Z] ---> 8afa68d7c1bc [2024-10-04T06:29:27.501Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-04T06:29:27.501Z] ---> Running in ccdc4073d4d5 [2024-10-04T06:31:34.301Z] Removing intermediate container ccdc4073d4d5 [2024-10-04T06:31:34.301Z] ---> 8ff6daa6a814 [2024-10-04T06:31:34.301Z] Step 11/12 : COPY . . [2024-10-04T06:31:34.301Z] ---> b7e493bbfe43 [2024-10-04T06:31:34.301Z] Step 12/12 : RUN $MAKE [2024-10-04T06:31:34.301Z] ---> Running in bf876b733628 [2024-10-04T06:31:34.301Z] noop [2024-10-04T06:31:34.301Z] Removing intermediate container bf876b733628 [2024-10-04T06:31:34.301Z] ---> fb060eabf228 [2024-10-04T06:31:34.301Z] Successfully built fb060eabf228 [2024-10-04T06:31:34.301Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-04T06:31:34.788Z] + docker inspect -f . ci-base-image-x86_64 [2024-10-04T06:31:34.789Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-04T06:31:34.948Z] prd-ubuntu20.04-docker-8c-8g-15699 does not seem to be running inside a container [2024-10-04T06:31:34.971Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/undry_device-rfid-llrp-go_PR-316 -v /w/workspace/undry_device-rfid-llrp-go_PR-316:/w/workspace/undry_device-rfid-llrp-go_PR-316:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-316@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-316@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat [2024-10-04T06:31:35.779Z] $ docker top cd012bd21adf55becabc63dc6f7848f741a3066df5f0f0ab38b024d52e5508ad -eo pid,comm [Pipeline] { [Pipeline] sh [2024-10-04T06:31:36.186Z] + go version [2024-10-04T06:31:36.186Z] go version go1.23.2 linux/amd64 [Pipeline] } [2024-10-04T06:31:36.218Z] $ docker stop --time=1 cd012bd21adf55becabc63dc6f7848f741a3066df5f0f0ab38b024d52e5508ad [2024-10-04T06:31:37.674Z] $ docker rm -f --volumes cd012bd21adf55becabc63dc6f7848f741a3066df5f0f0ab38b024d52e5508ad [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-04T06:31:38.546Z] + docker inspect -f . ci-base-image-x86_64 [2024-10-04T06:31:38.546Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-04T06:31:38.717Z] prd-ubuntu20.04-docker-8c-8g-15699 does not seem to be running inside a container [2024-10-04T06:31:38.746Z] $ 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-316 -v /w/workspace/undry_device-rfid-llrp-go_PR-316:/w/workspace/undry_device-rfid-llrp-go_PR-316:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-316@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-316@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat [2024-10-04T06:31:39.445Z] $ docker top 64d69166625d8041887bbea1f55ed8f63afb168b08099bdfa9dde778775ae1d4 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-10-04T06:31:39.862Z] + git config --global --add safe.directory /w/workspace/undry_device-rfid-llrp-go_PR-316 [Pipeline] fileExists [Pipeline] sh [2024-10-04T06:31:40.238Z] + make test [2024-10-04T06:31:40.238Z] go test ./... -coverprofile=coverage.out ./... [2024-10-04T06:31:48.372Z] ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] [2024-10-04T06:32:10.342Z] github.com/edgexfoundry/device-rfid-llrp-go/cmd coverage: 0.0% of statements [2024-10-04T06:32:10.342Z] github.com/edgexfoundry/device-rfid-llrp-go/cmd/llrp coverage: 0.0% of statements [2024-10-04T06:32:12.878Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/driver 4.674s coverage: 40.6% of statements [2024-10-04T06:32:12.878Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.005s coverage: 94.6% of statements [2024-10-04T06:32:12.878Z] ok github.com/edgexfoundry/device-rfid-llrp-go/pkg/llrp 0.251s coverage: 51.9% of statements [2024-10-04T06:32:31.197Z] go vet ./... [2024-10-04T06:32:39.381Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-10-04T06:32:39.381Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-10-04T06:32:39.381Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2024-10-04T06:32:39.432Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-10-04T06:32:39.472Z] $ docker stop --time=1 64d69166625d8041887bbea1f55ed8f63afb168b08099bdfa9dde778775ae1d4 [2024-10-04T06:32:43.008Z] $ docker rm -f --volumes 64d69166625d8041887bbea1f55ed8f63afb168b08099bdfa9dde778775ae1d4 [Pipeline] // withDockerContainer [Pipeline] sh [2024-10-04T06:32:43.654Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-10-04T06:32:43.765Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2024-10-04T06:32:44.400Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-10-04T06:32:44.721Z] + ls -al . [2024-10-04T06:32:44.721Z] total 716 [2024-10-04T06:32:44.721Z] drwxrwxr-x 11 jenkins jenkins 4096 Oct 4 06:31 . [2024-10-04T06:32:44.721Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 4 06:28 .. [2024-10-04T06:32:44.721Z] -rw-rw-r-- 1 jenkins jenkins 134 Oct 4 06:28 .dockerignore [2024-10-04T06:32:44.721Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 4 06:32 .git [2024-10-04T06:32:44.721Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 4 06:28 .github [2024-10-04T06:32:44.721Z] -rw-rw-r-- 1 jenkins jenkins 880 Oct 4 06:28 .gitignore [2024-10-04T06:32:44.721Z] -rw-rw-r-- 1 jenkins jenkins 199 Oct 4 06:28 .golangci.yml [2024-10-04T06:32:44.721Z] drwxr-xr-x 3 jenkins jenkins 4096 Oct 4 06:29 .semver [2024-10-04T06:32:44.721Z] -rw-rw-r-- 1 jenkins jenkins 20798 Oct 4 06:28 Attribution.txt [2024-10-04T06:32:44.721Z] -rw-rw-r-- 1 jenkins jenkins 11677 Oct 4 06:28 CHANGELOG.md [2024-10-04T06:32:44.721Z] -rw-rw-r-- 1 jenkins jenkins 1488 Oct 4 06:28 Dockerfile [2024-10-04T06:32:44.721Z] -rw-rw-r-- 1 jenkins jenkins 677 Oct 4 06:28 GOVERNANCE.md [2024-10-04T06:32:44.721Z] -rw-rw-r-- 1 jenkins jenkins 661 Oct 4 06:28 Jenkinsfile [2024-10-04T06:32:44.721Z] -rw-rw-r-- 1 jenkins jenkins 11347 Oct 4 06:28 LICENSE [2024-10-04T06:32:44.721Z] -rw-rw-r-- 1 jenkins jenkins 2179 Oct 4 06:28 Makefile [2024-10-04T06:32:44.721Z] -rw-rw-r-- 1 jenkins jenkins 625 Oct 4 06:28 OWNERS.md [2024-10-04T06:32:44.721Z] -rw-rw-r-- 1 jenkins jenkins 28907 Oct 4 06:28 README.md [2024-10-04T06:32:44.721Z] -rw-rw-r-- 1 jenkins jenkins 5 Oct 4 06:29 VERSION [2024-10-04T06:32:44.721Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 4 06:28 bin [2024-10-04T06:32:44.721Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 4 06:28 cmd [2024-10-04T06:32:44.721Z] -rw-r--r-- 1 jenkins jenkins 451915 Oct 4 06:32 coverage.out [2024-10-04T06:32:44.721Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 4 06:28 examples [2024-10-04T06:32:44.721Z] -rw-rw-r-- 1 jenkins jenkins 7135 Oct 4 06:28 go.mod [2024-10-04T06:32:44.721Z] -rw-rw-r-- 1 jenkins jenkins 100176 Oct 4 06:28 go.sum [2024-10-04T06:32:44.721Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 4 06:28 images [2024-10-04T06:32:44.721Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 4 06:28 internal [2024-10-04T06:32:44.721Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 4 06:28 pkg [2024-10-04T06:32:44.721Z] -rw-rw-r-- 1 jenkins jenkins 193 Oct 4 06:28 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-04T06:32:45.169Z] + 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=38b54bc2ad585e44212b4ed68a2630b6f27188b6 --label arch=amd64 --label version=0.0.0 . [2024-10-04T06:32:45.169Z] Sending build context to Docker daemon 11.44MB [2024-10-04T06:32:45.169Z] Step 1/25 : ARG BASE=golang:1.23-alpine3.20 [2024-10-04T06:32:45.169Z] Step 2/25 : FROM ${BASE} AS builder [2024-10-04T06:32:45.169Z] ---> fb060eabf228 [2024-10-04T06:32:45.169Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2024-10-04T06:32:45.739Z] ---> Running in b0765f092d10 [2024-10-04T06:32:45.739Z] Removing intermediate container b0765f092d10 [2024-10-04T06:32:45.739Z] ---> ba139e20751c [2024-10-04T06:32:45.739Z] Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-10-04T06:32:45.739Z] ---> Running in c2299a17de4d [2024-10-04T06:32:45.739Z] Removing intermediate container c2299a17de4d [2024-10-04T06:32:45.739Z] ---> 10647faba165 [2024-10-04T06:32:45.739Z] Step 5/25 : ARG ALPINE_PKG_BASE="make git" [2024-10-04T06:32:45.739Z] ---> Running in 6199241e87c3 [2024-10-04T06:32:45.998Z] Removing intermediate container 6199241e87c3 [2024-10-04T06:32:45.998Z] ---> 2eba174b74e2 [2024-10-04T06:32:45.998Z] Step 6/25 : ARG ALPINE_PKG_EXTRA="" [2024-10-04T06:32:46.257Z] ---> Running in 35314c69cde7 [2024-10-04T06:32:46.257Z] Removing intermediate container 35314c69cde7 [2024-10-04T06:32:46.257Z] ---> 6c0f81bf2ac2 [2024-10-04T06:32:46.257Z] Step 7/25 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-10-04T06:32:46.517Z] ---> Running in 4054d3084f1b [2024-10-04T06:32:46.775Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-04T06:32:47.035Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-04T06:32:47.296Z] OK: 246 MiB in 54 packages [2024-10-04T06:32:47.865Z] Removing intermediate container 4054d3084f1b [2024-10-04T06:32:47.865Z] ---> 9c9ea45e8a8a [2024-10-04T06:32:47.865Z] Step 8/25 : WORKDIR /app [2024-10-04T06:32:47.865Z] ---> Running in 4b83027079ba [2024-10-04T06:32:47.865Z] Removing intermediate container 4b83027079ba [2024-10-04T06:32:47.865Z] ---> 57e844d46d3b [2024-10-04T06:32:47.865Z] Step 9/25 : COPY go.mod vendor* ./ [2024-10-04T06:32:47.865Z] ---> dfd863595d6f [2024-10-04T06:32:47.865Z] Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-04T06:32:47.865Z] ---> Running in 92fdfef10a59 [2024-10-04T06:32:48.818Z] Removing intermediate container 92fdfef10a59 [2024-10-04T06:32:48.818Z] ---> 90cf758f986c [2024-10-04T06:32:48.818Z] Step 11/25 : COPY . . [2024-10-04T06:32:49.077Z] ---> 467ff48a91a4 [2024-10-04T06:32:49.077Z] Step 12/25 : RUN $MAKE [2024-10-04T06:32:49.077Z] ---> Running in c0b4e864edf1 [2024-10-04T06:32:49.337Z] 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.41" -trimpath -mod=readonly -o cmd/device-rfid-llrp ./cmd [2024-10-04T06:33:37.190Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-15715 in /w/workspace/undry_device-rfid-llrp-go_PR-316 [Pipeline] { [Pipeline] ws [2024-10-04T06:33:37.269Z] Running in /w/workspace/device-rfid-llrp-go/1 [Pipeline] { [Pipeline] checkout [2024-10-04T06:33:40.398Z] The recommended git tool is: git [2024-10-04T06:33:45.928Z] Removing intermediate container c0b4e864edf1 [2024-10-04T06:33:45.929Z] ---> e82f497d904a [2024-10-04T06:33:45.929Z] Step 13/25 : FROM alpine:3.20 [2024-10-04T06:33:45.929Z] 3.20: Pulling from library/alpine [2024-10-04T06:33:45.929Z] 43c4264eed91: Already exists [2024-10-04T06:33:45.929Z] Digest: sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-10-04T06:33:45.929Z] Status: Downloaded newer image for alpine:3.20 [2024-10-04T06:33:45.929Z] ---> 91ef0af61f39 [2024-10-04T06:33:45.929Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2024-10-04T06:33:45.929Z] ---> Running in 090416e29dff [2024-10-04T06:33:45.929Z] Removing intermediate container 090416e29dff [2024-10-04T06:33:45.929Z] ---> 8a6b5b5b2c47 [2024-10-04T06:33:45.929Z] Step 15/25 : RUN apk add --update --no-cache dumb-init [2024-10-04T06:33:45.929Z] ---> Running in e24529b71b90 [2024-10-04T06:33:45.929Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-04T06:33:45.929Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-04T06:33:45.929Z] (1/1) Installing dumb-init (1.2.5-r3) [2024-10-04T06:33:45.929Z] Executing busybox-1.36.1-r29.trigger [2024-10-04T06:33:45.929Z] OK: 8 MiB in 15 packages [2024-10-04T06:33:46.495Z] Removing intermediate container e24529b71b90 [2024-10-04T06:33:46.495Z] ---> 408008275c6c [2024-10-04T06:33:46.495Z] Step 16/25 : RUN apk --no-cache upgrade [2024-10-04T06:33:47.432Z] ---> Running in 37f15727d188 [2024-10-04T06:33:47.692Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-04T06:33:47.950Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-04T06:33:48.210Z] Upgrading critical system libraries and apk-tools: [2024-10-04T06:33:48.210Z] (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-04T06:33:48.210Z] Executing busybox-1.36.1-r29.trigger [2024-10-04T06:33:48.210Z] Continuing the upgrade transaction with new apk-tools: [2024-10-04T06:33:48.210Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-04T06:33:48.210Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-04T06:33:48.249Z] using credential edgex-jenkins-ssh [2024-10-04T06:33:48.269Z] Cloning the remote Git repository [2024-10-04T06:33:48.335Z] Cloning repository git@github.com:edgexfoundry/device-rfid-llrp-go.git [2024-10-04T06:33:48.469Z] OK: 8 MiB in 15 packages [2024-10-04T06:33:48.457Z] > git init /w/workspace/device-rfid-llrp-go/1 # timeout=10 [2024-10-04T06:33:48.675Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git [2024-10-04T06:33:48.676Z] > git --version # timeout=10 [2024-10-04T06:33:48.698Z] > git --version # 'git version 2.25.1' [2024-10-04T06:33:48.701Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-10-04T06:33:48.925Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-10-04T06:33:49.848Z] Removing intermediate container 37f15727d188 [2024-10-04T06:33:49.848Z] ---> 025e6da59202 [2024-10-04T06:33:49.848Z] Step 17/25 : COPY --from=builder /app/LICENSE / [2024-10-04T06:33:50.416Z] ---> 762b42a806c6 [2024-10-04T06:33:50.416Z] Step 18/25 : COPY --from=builder /app/Attribution.txt / [2024-10-04T06:33:51.375Z] ---> c6050a0d5ba2 [2024-10-04T06:33:51.375Z] Step 19/25 : COPY --from=builder /app/cmd/ / [2024-10-04T06:33:51.721Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 [2024-10-04T06:33:51.757Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-10-04T06:33:52.635Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 [2024-10-04T06:33:53.240Z] Merging remotes/origin/main commit 15e688f125cb27749cddf3e3269a9133ab9603fe into PR head commit 38b54bc2ad585e44212b4ed68a2630b6f27188b6 [2024-10-04T06:33:53.515Z] Merge succeeded, producing 38b54bc2ad585e44212b4ed68a2630b6f27188b6 [2024-10-04T06:33:53.516Z] Checking out Revision 38b54bc2ad585e44212b4ed68a2630b6f27188b6 (PR-316) [2024-10-04T06:33:52.680Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git [2024-10-04T06:33:52.681Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-10-04T06:33:52.704Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/pull/316/head:refs/remotes/origin/PR-316 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2024-10-04T06:33:53.254Z] > git config core.sparsecheckout # timeout=10 [2024-10-04T06:33:53.307Z] > git checkout -f 38b54bc2ad585e44212b4ed68a2630b6f27188b6 # timeout=10 [2024-10-04T06:33:53.413Z] > git remote # timeout=10 [2024-10-04T06:33:53.428Z] > git config --get remote.origin.url # timeout=10 [2024-10-04T06:33:53.451Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-10-04T06:33:53.476Z] > git merge 15e688f125cb27749cddf3e3269a9133ab9603fe # timeout=10 [2024-10-04T06:33:53.498Z] > git rev-parse HEAD^{commit} # timeout=10 [2024-10-04T06:33:53.519Z] > git config core.sparsecheckout # timeout=10 [2024-10-04T06:33:53.532Z] > git checkout -f 38b54bc2ad585e44212b4ed68a2630b6f27188b6 # timeout=10 [2024-10-04T06:33:56.695Z] ---> 94274314865e [2024-10-04T06:33:56.695Z] Step 20/25 : EXPOSE 59989 [2024-10-04T06:33:56.695Z] ---> Running in ea182985a76b [2024-10-04T06:33:56.985Z] Removing intermediate container ea182985a76b [2024-10-04T06:33:56.985Z] ---> 5adb92b9340e [2024-10-04T06:33:56.985Z] Step 21/25 : ENTRYPOINT ["/device-rfid-llrp"] [2024-10-04T06:33:57.151Z] Commit message: "build: Upgrade to go-1.23, Linter1.61.0 and Alpine 3.20" [2024-10-04T06:33:57.194Z] > git --version # timeout=10 [2024-10-04T06:33:57.205Z] > git --version # 'git version 2.25.1' [2024-10-04T06:33:57.216Z] fatal: bad object 0b81fa10a7dd14683a964f04f411324fe83f93ac [2024-10-04T06:33:57.244Z] ---> Running in 0f0888c55e75 [2024-10-04T06:33:57.808Z] Removing intermediate container 0f0888c55e75 [2024-10-04T06:33:57.808Z] ---> 6dd095d67716 [2024-10-04T06:33:57.808Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2024-10-04T06:33:57.808Z] ---> Running in 1c7fe00b7d41 [2024-10-04T06:33:57.808Z] Removing intermediate container 1c7fe00b7d41 [2024-10-04T06:33:57.808Z] ---> c92a621895e3 [2024-10-04T06:33:57.808Z] Step 23/25 : LABEL arch=amd64 [2024-10-04T06:33:57.808Z] ---> Running in 533c59549aed [2024-10-04T06:33:57.808Z] Removing intermediate container 533c59549aed [2024-10-04T06:33:57.808Z] ---> 51b6de69d8cc [2024-10-04T06:33:57.808Z] Step 24/25 : LABEL git_sha=38b54bc2ad585e44212b4ed68a2630b6f27188b6 [2024-10-04T06:33:58.066Z] ---> Running in 8684f2da04e5 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-10-04T06:33:58.632Z] Removing intermediate container 8684f2da04e5 [2024-10-04T06:33:58.632Z] ---> 1993ac38440c [2024-10-04T06:33:58.632Z] Step 25/25 : LABEL version=0.0.0 [2024-10-04T06:33:58.891Z] ---> Running in fe47394d0579 [2024-10-04T06:33:58.977Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-10-04T06:33:58.977Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-10-04T06:33:58.977Z] Dload Upload Total Spent Left Speed [2024-10-04T06:33:58.977Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 92287 0 --:--:-- --:--:-- --:--:-- 92287 [Pipeline] sh [2024-10-04T06:33:59.150Z] Removing intermediate container fe47394d0579 [2024-10-04T06:33:59.150Z] ---> 5013261e3979 [2024-10-04T06:33:59.150Z] [Warning] One or more build-args [ARCH] were not consumed [2024-10-04T06:33:59.150Z] Successfully built 5013261e3979 [2024-10-04T06:33:59.332Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-10-04T06:33:59.408Z] Successfully tagged device-rfid-llrp:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [2024-10-04T06:33:59.683Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2024-10-04T06:33:59.683Z] + sudo tee /etc/docker/daemon.new [2024-10-04T06:33:59.683Z] { [2024-10-04T06:33:59.683Z] "registry-mirrors": [ [2024-10-04T06:33:59.683Z] "https://nexus3.edgexfoundry.org:10001" [2024-10-04T06:33:59.683Z] ], [2024-10-04T06:33:59.683Z] "bip": "10.250.0.254/24", [2024-10-04T06:33:59.683Z] "hosts": [ [2024-10-04T06:33:59.683Z] "tcp://0.0.0.0:5555", [2024-10-04T06:33:59.683Z] "unix:///var/run/docker.sock" [2024-10-04T06:33:59.683Z] ], [2024-10-04T06:33:59.683Z] "mtu": 1458, [2024-10-04T06:33:59.684Z] "selinux-enabled": true, [2024-10-04T06:33:59.684Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-10-04T06:33:59.684Z] } [Pipeline] sh 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] } [2024-10-04T06:34:00.031Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] // stage Post stage [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-04T06:34:00.452Z] + sudo service docker restart [2024-10-04T06:34:00.650Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-10-04T06:34:00.650Z] [2024-10-04T06:34:00.650Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-04T06:34:01.074Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-10-04T06:34:01.333Z] latest: Pulling from edgex-lftools-log-publisher [2024-10-04T06:34:01.333Z] 5eb5b503b376: Pulling fs layer [2024-10-04T06:34:01.333Z] 5c69ac0246d0: Pulling fs layer [2024-10-04T06:34:01.333Z] ec43610c2a17: Pulling fs layer [2024-10-04T06:34:01.333Z] 3a2ae6a8a46f: Pulling fs layer [2024-10-04T06:34:01.333Z] 33b1e0a273af: Pulling fs layer [2024-10-04T06:34:01.333Z] 5d3b04190fa2: Pulling fs layer [2024-10-04T06:34:01.333Z] 2f39f015ded8: Pulling fs layer [2024-10-04T06:34:01.333Z] 5d3b04190fa2: Waiting [2024-10-04T06:34:01.333Z] 3a2ae6a8a46f: Waiting [2024-10-04T06:34:01.333Z] 2f39f015ded8: Waiting [2024-10-04T06:34:01.333Z] 33b1e0a273af: Waiting [2024-10-04T06:34:01.333Z] 5c69ac0246d0: Verifying Checksum [2024-10-04T06:34:01.333Z] 5c69ac0246d0: Download complete [2024-10-04T06:34:01.333Z] 3a2ae6a8a46f: Download complete [2024-10-04T06:34:01.333Z] 33b1e0a273af: Verifying Checksum [2024-10-04T06:34:01.333Z] 33b1e0a273af: Download complete [2024-10-04T06:34:01.333Z] ec43610c2a17: Verifying Checksum [2024-10-04T06:34:01.333Z] ec43610c2a17: Download complete [2024-10-04T06:34:01.333Z] 5d3b04190fa2: Verifying Checksum [2024-10-04T06:34:01.333Z] 5d3b04190fa2: Download complete [2024-10-04T06:34:01.592Z] 5eb5b503b376: Verifying Checksum [2024-10-04T06:34:01.592Z] 5eb5b503b376: Download complete [2024-10-04T06:34:02.159Z] 2f39f015ded8: Download complete [2024-10-04T06:34:02.726Z] 5eb5b503b376: Pull complete [2024-10-04T06:34:02.982Z] 5c69ac0246d0: Pull complete [2024-10-04T06:34:03.549Z] ec43610c2a17: Pull complete [2024-10-04T06:34:04.116Z] 3a2ae6a8a46f: Pull complete [2024-10-04T06:34:04.374Z] 33b1e0a273af: Pull complete [2024-10-04T06:34:04.632Z] 5d3b04190fa2: Pull complete [2024-10-04T06:34:11.277Z] 2f39f015ded8: Pull complete [2024-10-04T06:34:11.277Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-10-04T06:34:11.277Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-10-04T06:34:11.277Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-04T06:34:11.538Z] prd-ubuntu20.04-docker-8c-8g-15699 does not seem to be running inside a container [2024-10-04T06:34:11.570Z] $ 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-316 -v /w/workspace/undry_device-rfid-llrp-go_PR-316:/w/workspace/undry_device-rfid-llrp-go_PR-316:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-316@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-316@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2024-10-04T06:34:22.464Z] $ docker top 557c2682a92e972c57c824bb157301f08f3ba23512d4fc3d804b6ab6316d206a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] configFileProvider [2024-10-04T06:34:22.783Z] provisioning config files... [2024-10-04T06:34:22.811Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/device-rfid-llrp-go/1@tmp/config13300795479338518735tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-04T06:34:23.014Z] ---> job-cost.sh [2024-10-04T06:34:23.014Z] lf-activate-venv: SKIPPING [2024-10-04T06:34:23.014Z] INFO: No Stack... [2024-10-04T06:34:23.293Z] ---> ****-login.sh [2024-10-04T06:34:23.293Z] nexus3.edgexfoundry.org:10001 [2024-10-04T06:34:23.562Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-04T06:34:23.582Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-10-04T06:34:23.829Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-04T06:34:23.829Z] Configure a credential helper to remove this warning. See [2024-10-04T06:34:23.829Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-04T06:34:23.829Z] [2024-10-04T06:34:23.829Z] Login Succeeded [2024-10-04T06:34:23.830Z] nexus3.edgexfoundry.org:10002 [2024-10-04T06:34:23.839Z] INFO: Archiving Costs [Pipeline] sh [2024-10-04T06:34:24.096Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-04T06:34:24.096Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-04T06:34:24.097Z] Configure a credential helper to remove this warning. See [2024-10-04T06:34:24.097Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-04T06:34:24.097Z] [2024-10-04T06:34:24.097Z] Login Succeeded [2024-10-04T06:34:24.097Z] nexus3.edgexfoundry.org:10003 [2024-10-04T06:34:24.158Z] + cat /w/workspace/undry_device-rfid-llrp-go_PR-316/archives/cost.csv [2024-10-04T06:34:24.158Z] + cut -d, -f6 [Pipeline] lock [2024-10-04T06:34:24.205Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-rfid-llrp-go-PR-316-1-stack-cost] [2024-10-04T06:34:24.212Z] Resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-316-1-stack-cost] did not exist. Created. [2024-10-04T06:34:24.218Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-rfid-llrp-go-PR-316-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-10-04T06:34:24.364Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-04T06:34:24.634Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-04T06:34:24.634Z] Configure a credential helper to remove this warning. See [2024-10-04T06:34:24.634Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-04T06:34:24.634Z] [2024-10-04T06:34:24.634Z] Login Succeeded [2024-10-04T06:34:24.634Z] nexus3.edgexfoundry.org:10004 [2024-10-04T06:34:24.634Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-04T06:34:24.644Z] + echo total: 0.2199999988079071 [Pipeline] stash [2024-10-04T06:34:24.725Z] Stashed 1 file(s) [Pipeline] } [2024-10-04T06:34:24.758Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-rfid-llrp-go-PR-316-1-stack-cost] [Pipeline] // lock [Pipeline] } [2024-10-04T06:34:24.853Z] $ docker stop --time=1 557c2682a92e972c57c824bb157301f08f3ba23512d4fc3d804b6ab6316d206a [2024-10-04T06:34:24.901Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-04T06:34:24.901Z] Configure a credential helper to remove this warning. See [2024-10-04T06:34:24.901Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-04T06:34:24.901Z] [2024-10-04T06:34:24.901Z] Login Succeeded [2024-10-04T06:34:24.901Z] ****.io [2024-10-04T06:34:25.168Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-04T06:34:25.436Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-04T06:34:25.436Z] Configure a credential helper to remove this warning. See [2024-10-04T06:34:25.436Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-04T06:34:25.436Z] [2024-10-04T06:34:25.436Z] Login Succeeded [2024-10-04T06:34:25.436Z] ---> ****-login.sh ends [2024-10-04T06:34:26.431Z] $ docker rm -f --volumes 557c2682a92e972c57c824bb157301f08f3ba23512d4fc3d804b6ab6316d206a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [2024-10-04T06:34:26.631Z] Deleting 1 temporary files [Pipeline] // script [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] echo [2024-10-04T06:34:27.097Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-10-04T06:34:27.148Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-10-04T06:34:27.198Z] ========================================================= [2024-10-04T06:34:27.198Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2024-10-04T06:34:27.198Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-04T06:34:33.399Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine --build-arg MAKE=echo noop --target=builder . [2024-10-04T06:34:33.667Z] Sending build context to Docker daemon 1.21MB [2024-10-04T06:34:33.667Z] Step 1/12 : ARG BASE=golang:1.23-alpine3.20 [2024-10-04T06:34:33.667Z] Step 2/12 : FROM ${BASE} AS builder [2024-10-04T06:34:33.948Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2024-10-04T06:34:33.948Z] cf04c63912e1: Pulling fs layer [2024-10-04T06:34:33.948Z] 55b35a11ae5e: Pulling fs layer [2024-10-04T06:34:33.948Z] a37a00ec5f00: Pulling fs layer [2024-10-04T06:34:33.948Z] 50b3750afda1: Pulling fs layer [2024-10-04T06:34:33.948Z] 4f4fb700ef54: Pulling fs layer [2024-10-04T06:34:33.948Z] 80978eb59214: Pulling fs layer [2024-10-04T06:34:33.948Z] c9f46d7d2bd2: Pulling fs layer [2024-10-04T06:34:33.948Z] c5a475d317c9: Pulling fs layer [2024-10-04T06:34:33.948Z] 50b3750afda1: Waiting [2024-10-04T06:34:33.948Z] 4f4fb700ef54: Waiting [2024-10-04T06:34:33.948Z] 80978eb59214: Waiting [2024-10-04T06:34:33.948Z] c9f46d7d2bd2: Waiting [2024-10-04T06:34:33.948Z] c5a475d317c9: Waiting [2024-10-04T06:34:33.948Z] 55b35a11ae5e: Verifying Checksum [2024-10-04T06:34:33.948Z] 55b35a11ae5e: Download complete [2024-10-04T06:34:33.948Z] 50b3750afda1: Verifying Checksum [2024-10-04T06:34:33.948Z] 50b3750afda1: Download complete [2024-10-04T06:34:33.948Z] 4f4fb700ef54: Download complete [2024-10-04T06:34:33.948Z] 80978eb59214: Verifying Checksum [2024-10-04T06:34:33.948Z] 80978eb59214: Download complete [2024-10-04T06:34:33.948Z] cf04c63912e1: Verifying Checksum [2024-10-04T06:34:33.948Z] cf04c63912e1: Download complete [2024-10-04T06:34:34.563Z] c5a475d317c9: Verifying Checksum [2024-10-04T06:34:34.563Z] c5a475d317c9: Download complete [2024-10-04T06:34:35.152Z] cf04c63912e1: Pull complete [2024-10-04T06:34:35.420Z] 55b35a11ae5e: Pull complete [2024-10-04T06:34:36.008Z] a37a00ec5f00: Verifying Checksum [2024-10-04T06:34:36.008Z] a37a00ec5f00: Download complete [2024-10-04T06:34:36.970Z] c9f46d7d2bd2: Verifying Checksum [2024-10-04T06:34:36.970Z] c9f46d7d2bd2: Download complete [2024-10-04T06:34:49.295Z] a37a00ec5f00: Pull complete [2024-10-04T06:34:49.295Z] 50b3750afda1: Pull complete [2024-10-04T06:34:49.295Z] 4f4fb700ef54: Pull complete [2024-10-04T06:34:49.295Z] 80978eb59214: Pull complete [2024-10-04T06:34:55.945Z] c9f46d7d2bd2: Pull complete [2024-10-04T06:34:57.888Z] c5a475d317c9: Pull complete [2024-10-04T06:34:57.888Z] Digest: sha256:2391c17ca386d1fbfa331956bd558234564149703727e64d3c69580d84b42a9b [2024-10-04T06:34:57.888Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2024-10-04T06:34:57.888Z] ---> be29e6b0f0d4 [2024-10-04T06:34:57.888Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2024-10-04T06:34:59.838Z] ---> Running in 0b9442b98d27 [2024-10-04T06:34:59.838Z] Removing intermediate container 0b9442b98d27 [2024-10-04T06:34:59.838Z] ---> cf3570ea40ff [2024-10-04T06:34:59.838Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-10-04T06:34:59.838Z] ---> Running in 36b82759cd76 [2024-10-04T06:35:00.106Z] Removing intermediate container 36b82759cd76 [2024-10-04T06:35:00.106Z] ---> 952e0efa0010 [2024-10-04T06:35:00.106Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git" [2024-10-04T06:35:00.106Z] ---> Running in 32a4aef2f8d5 [2024-10-04T06:35:00.374Z] Removing intermediate container 32a4aef2f8d5 [2024-10-04T06:35:00.374Z] ---> c4ee1505ea0b [2024-10-04T06:35:00.374Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2024-10-04T06:35:00.374Z] ---> Running in 540208e95686 [2024-10-04T06:35:00.643Z] Removing intermediate container 540208e95686 [2024-10-04T06:35:00.643Z] ---> 4f7fd564776a [2024-10-04T06:35:00.643Z] Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-10-04T06:35:00.910Z] ---> Running in 8f14b67a853b [2024-10-04T06:35:01.876Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-04T06:35:02.146Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-04T06:35:03.555Z] OK: 238 MiB in 54 packages [2024-10-04T06:35:04.520Z] Removing intermediate container 8f14b67a853b [2024-10-04T06:35:04.520Z] ---> 1d127d0ee021 [2024-10-04T06:35:04.520Z] Step 8/12 : WORKDIR /app [2024-10-04T06:35:04.788Z] ---> Running in 16f0b431424a [2024-10-04T06:35:05.058Z] Removing intermediate container 16f0b431424a [2024-10-04T06:35:05.058Z] ---> fe5bb1a5dc55 [2024-10-04T06:35:05.058Z] Step 9/12 : COPY go.mod vendor* ./ [2024-10-04T06:35:05.327Z] ---> 471ec9363d62 [2024-10-04T06:35:05.327Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-04T06:35:05.597Z] ---> Running in 6f42480d8b79 [2024-10-04T06:36:57.265Z] Removing intermediate container 6f42480d8b79 [2024-10-04T06:36:57.265Z] ---> 30d355438eda [2024-10-04T06:36:57.265Z] Step 11/12 : COPY . . [2024-10-04T06:36:57.265Z] ---> 8485e5ff1aae [2024-10-04T06:36:57.265Z] Step 12/12 : RUN $MAKE [2024-10-04T06:36:57.265Z] ---> Running in bb9921188494 [2024-10-04T06:36:57.265Z] noop [2024-10-04T06:36:57.265Z] Removing intermediate container bb9921188494 [2024-10-04T06:36:57.265Z] ---> 46cd6dbe8965 [2024-10-04T06:36:57.265Z] Successfully built 46cd6dbe8965 [2024-10-04T06:36:57.265Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-04T06:36:57.773Z] + docker inspect -f . ci-base-image-arm64 [2024-10-04T06:36:57.773Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-04T06:36:58.047Z] prd-ubuntu20.04-docker-arm64-4c-16g-15715 does not seem to be running inside a container [2024-10-04T06:36:58.102Z] $ 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 ******** -e ******** -e ******** ci-base-image-arm64 cat [2024-10-04T06:36:59.640Z] $ docker top 615ba0fd50f71c027a227d4445c186999bbce638c9870e08fe08355921325d83 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-10-04T06:37:00.522Z] + go version [2024-10-04T06:37:00.522Z] go version go1.23.2 linux/arm64 [Pipeline] } [2024-10-04T06:37:00.600Z] $ docker stop --time=1 615ba0fd50f71c027a227d4445c186999bbce638c9870e08fe08355921325d83 [2024-10-04T06:37:02.188Z] $ docker rm -f --volumes 615ba0fd50f71c027a227d4445c186999bbce638c9870e08fe08355921325d83 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-04T06:37:03.089Z] + docker inspect -f . ci-base-image-arm64 [2024-10-04T06:37:03.089Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-04T06:37:03.347Z] prd-ubuntu20.04-docker-arm64-4c-16g-15715 does not seem to be running inside a container [2024-10-04T06:37:03.400Z] $ 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 ******** -e ******** -e ******** ci-base-image-arm64 cat [2024-10-04T06:37:04.504Z] $ docker top 31b2801722a8925850bda89b0408f9ef32743cfae5a4ddeac43d0fa59c0d63a3 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-10-04T06:37:05.063Z] + git config --global --add safe.directory /w/workspace/device-rfid-llrp-go/1 [Pipeline] fileExists [Pipeline] sh [2024-10-04T06:37:05.468Z] + make test [2024-10-04T06:37:05.468Z] go test ./... -coverprofile=coverage.out ./... [2024-10-04T06:37:12.099Z] ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] [2024-10-04T06:40:34.027Z] github.com/edgexfoundry/device-rfid-llrp-go/cmd coverage: 0.0% of statements [2024-10-04T06:40:34.027Z] github.com/edgexfoundry/device-rfid-llrp-go/cmd/llrp coverage: 0.0% of statements [2024-10-04T06:41:06.262Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/driver 27.594s coverage: 40.6% of statements [2024-10-04T06:41:06.262Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.042s coverage: 95.5% of statements [2024-10-04T06:41:06.262Z] ok github.com/edgexfoundry/device-rfid-llrp-go/pkg/llrp 0.580s coverage: 51.9% of statements [2024-10-04T06:41:06.262Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2024-10-04T06:41:06.262Z] go vet ./... [2024-10-04T06:41:53.131Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-10-04T06:41:53.131Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-10-04T06:41:53.131Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2024-10-04T06:41:53.216Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-10-04T06:41:53.265Z] $ docker stop --time=1 31b2801722a8925850bda89b0408f9ef32743cfae5a4ddeac43d0fa59c0d63a3 [2024-10-04T06:41:55.128Z] $ docker rm -f --volumes 31b2801722a8925850bda89b0408f9ef32743cfae5a4ddeac43d0fa59c0d63a3 [Pipeline] // withDockerContainer [Pipeline] sh [2024-10-04T06:41:56.940Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-10-04T06:41:56.994Z] Warning: overwriting stash ‘coverage-report’ [2024-10-04T06:41:57.879Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-10-04T06:41:58.535Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-10-04T06:41:58.886Z] + ls -al . [2024-10-04T06:41:58.886Z] total 712 [2024-10-04T06:41:58.886Z] drwxrwxr-x 10 jenkins jenkins 4096 Oct 4 06:37 . [2024-10-04T06:41:58.886Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 4 06:33 .. [2024-10-04T06:41:58.886Z] -rw-rw-r-- 1 jenkins jenkins 134 Oct 4 06:33 .dockerignore [2024-10-04T06:41:58.886Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 4 06:33 .git [2024-10-04T06:41:58.886Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 4 06:33 .github [2024-10-04T06:41:58.886Z] -rw-rw-r-- 1 jenkins jenkins 880 Oct 4 06:33 .gitignore [2024-10-04T06:41:58.886Z] -rw-rw-r-- 1 jenkins jenkins 199 Oct 4 06:33 .golangci.yml [2024-10-04T06:41:58.886Z] -rw-rw-r-- 1 jenkins jenkins 20798 Oct 4 06:33 Attribution.txt [2024-10-04T06:41:58.886Z] -rw-rw-r-- 1 jenkins jenkins 11677 Oct 4 06:33 CHANGELOG.md [2024-10-04T06:41:58.886Z] -rw-rw-r-- 1 jenkins jenkins 1488 Oct 4 06:33 Dockerfile [2024-10-04T06:41:58.886Z] -rw-rw-r-- 1 jenkins jenkins 677 Oct 4 06:33 GOVERNANCE.md [2024-10-04T06:41:58.886Z] -rw-rw-r-- 1 jenkins jenkins 661 Oct 4 06:33 Jenkinsfile [2024-10-04T06:41:58.886Z] -rw-rw-r-- 1 jenkins jenkins 11347 Oct 4 06:33 LICENSE [2024-10-04T06:41:58.886Z] -rw-rw-r-- 1 jenkins jenkins 2179 Oct 4 06:33 Makefile [2024-10-04T06:41:58.886Z] -rw-rw-r-- 1 jenkins jenkins 625 Oct 4 06:33 OWNERS.md [2024-10-04T06:41:58.886Z] -rw-rw-r-- 1 jenkins jenkins 28907 Oct 4 06:33 README.md [2024-10-04T06:41:58.886Z] -rw-rw-r-- 1 jenkins jenkins 5 Oct 4 06:29 VERSION [2024-10-04T06:41:58.886Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 4 06:33 bin [2024-10-04T06:41:58.886Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 4 06:33 cmd [2024-10-04T06:41:58.886Z] -rw-r--r-- 1 jenkins jenkins 451915 Oct 4 06:41 coverage.out [2024-10-04T06:41:58.886Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 4 06:33 examples [2024-10-04T06:41:58.886Z] -rw-rw-r-- 1 jenkins jenkins 7135 Oct 4 06:33 go.mod [2024-10-04T06:41:58.886Z] -rw-rw-r-- 1 jenkins jenkins 100176 Oct 4 06:33 go.sum [2024-10-04T06:41:58.886Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 4 06:33 images [2024-10-04T06:41:58.886Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 4 06:33 internal [2024-10-04T06:41:58.886Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 4 06:33 pkg [2024-10-04T06:41:58.886Z] -rw-rw-r-- 1 jenkins jenkins 193 Oct 4 06:33 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-04T06:41:59.389Z] + 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=38b54bc2ad585e44212b4ed68a2630b6f27188b6 --label arch=arm64 --label version=0.0.0 . [2024-10-04T06:41:59.659Z] Sending build context to Docker daemon 1.21MB [2024-10-04T06:41:59.659Z] Step 1/25 : ARG BASE=golang:1.23-alpine3.20 [2024-10-04T06:41:59.659Z] Step 2/25 : FROM ${BASE} AS builder [2024-10-04T06:41:59.659Z] ---> 46cd6dbe8965 [2024-10-04T06:41:59.659Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2024-10-04T06:41:59.659Z] ---> Running in 8ce4f4da074f [2024-10-04T06:41:59.927Z] Removing intermediate container 8ce4f4da074f [2024-10-04T06:41:59.928Z] ---> 2e0a4d12d119 [2024-10-04T06:41:59.928Z] Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-10-04T06:42:00.194Z] ---> Running in 1ee0bfb6d96f [2024-10-04T06:42:00.463Z] Removing intermediate container 1ee0bfb6d96f [2024-10-04T06:42:00.463Z] ---> f01207c8b211 [2024-10-04T06:42:00.463Z] Step 5/25 : ARG ALPINE_PKG_BASE="make git" [2024-10-04T06:42:00.463Z] ---> Running in d26a7352ac2c [2024-10-04T06:42:00.733Z] Removing intermediate container d26a7352ac2c [2024-10-04T06:42:00.733Z] ---> 664750a268cf [2024-10-04T06:42:00.733Z] Step 6/25 : ARG ALPINE_PKG_EXTRA="" [2024-10-04T06:42:01.003Z] ---> Running in 96974e1f0c0e [2024-10-04T06:42:01.272Z] Removing intermediate container 96974e1f0c0e [2024-10-04T06:42:01.272Z] ---> 313e3ea442c4 [2024-10-04T06:42:01.272Z] Step 7/25 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-10-04T06:42:01.272Z] ---> Running in 50804c879235 [2024-10-04T06:42:02.234Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-04T06:42:02.503Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-04T06:42:04.448Z] OK: 238 MiB in 54 packages [2024-10-04T06:42:05.040Z] Removing intermediate container 50804c879235 [2024-10-04T06:42:05.040Z] ---> e929fb692bbf [2024-10-04T06:42:05.040Z] Step 8/25 : WORKDIR /app [2024-10-04T06:42:05.040Z] ---> Running in 872dbc7dd564 [2024-10-04T06:42:05.621Z] Removing intermediate container 872dbc7dd564 [2024-10-04T06:42:05.621Z] ---> 8092ca79a17b [2024-10-04T06:42:05.621Z] Step 9/25 : COPY go.mod vendor* ./ [2024-10-04T06:42:05.887Z] ---> 44710719f704 [2024-10-04T06:42:05.887Z] Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-04T06:42:06.157Z] ---> Running in bd1d117787be [2024-10-04T06:42:08.094Z] Removing intermediate container bd1d117787be [2024-10-04T06:42:08.094Z] ---> 6b67496e0207 [2024-10-04T06:42:08.094Z] Step 11/25 : COPY . . [2024-10-04T06:42:09.057Z] ---> 37c10df38dc5 [2024-10-04T06:42:09.057Z] Step 12/25 : RUN $MAKE [2024-10-04T06:42:09.057Z] ---> Running in db3942fd7b1f [2024-10-04T06:42:10.014Z] 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.41" -trimpath -mod=readonly -o cmd/device-rfid-llrp ./cmd [2024-10-04T06:45:31.817Z] Removing intermediate container db3942fd7b1f [2024-10-04T06:45:31.817Z] ---> 289df84f0e94 [2024-10-04T06:45:31.817Z] Step 13/25 : FROM alpine:3.20 [2024-10-04T06:45:31.817Z] 3.20: Pulling from library/alpine [2024-10-04T06:45:31.817Z] cf04c63912e1: Already exists [2024-10-04T06:45:31.817Z] Digest: sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-10-04T06:45:31.817Z] Status: Downloaded newer image for alpine:3.20 [2024-10-04T06:45:31.817Z] ---> c157a85ed455 [2024-10-04T06:45:31.817Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2024-10-04T06:45:31.817Z] ---> Running in beae22b5b181 [2024-10-04T06:45:32.087Z] Removing intermediate container beae22b5b181 [2024-10-04T06:45:32.087Z] ---> 40b5b9017486 [2024-10-04T06:45:32.087Z] Step 15/25 : RUN apk add --update --no-cache dumb-init [2024-10-04T06:45:32.087Z] ---> Running in de3e30eef058 [2024-10-04T06:45:33.042Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-04T06:45:33.307Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-04T06:45:34.707Z] (1/1) Installing dumb-init (1.2.5-r3) [2024-10-04T06:45:34.707Z] Executing busybox-1.36.1-r29.trigger [2024-10-04T06:45:34.707Z] OK: 9 MiB in 15 packages [2024-10-04T06:45:35.669Z] Removing intermediate container de3e30eef058 [2024-10-04T06:45:35.669Z] ---> 8bfe25b3d352 [2024-10-04T06:45:35.669Z] Step 16/25 : RUN apk --no-cache upgrade [2024-10-04T06:45:35.669Z] ---> Running in f8281d1bee3e [2024-10-04T06:45:36.624Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-04T06:45:36.624Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-04T06:45:38.036Z] Upgrading critical system libraries and apk-tools: [2024-10-04T06:45:38.036Z] (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-04T06:45:38.036Z] Executing busybox-1.36.1-r29.trigger [2024-10-04T06:45:38.302Z] Continuing the upgrade transaction with new apk-tools: [2024-10-04T06:45:38.302Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-04T06:45:38.566Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-04T06:45:39.965Z] OK: 9 MiB in 15 packages [2024-10-04T06:45:40.551Z] Removing intermediate container f8281d1bee3e [2024-10-04T06:45:40.551Z] ---> ca82ae1bba24 [2024-10-04T06:45:40.551Z] Step 17/25 : COPY --from=builder /app/LICENSE / [2024-10-04T06:45:40.818Z] ---> 385bb55a350e [2024-10-04T06:45:40.818Z] Step 18/25 : COPY --from=builder /app/Attribution.txt / [2024-10-04T06:45:41.398Z] ---> f83b5d8b47d5 [2024-10-04T06:45:41.398Z] Step 19/25 : COPY --from=builder /app/cmd/ / [2024-10-04T06:45:43.976Z] ---> 3cc04b180166 [2024-10-04T06:45:43.976Z] Step 20/25 : EXPOSE 59989 [2024-10-04T06:45:43.976Z] ---> Running in 94b346e72ef4 [2024-10-04T06:45:43.976Z] Removing intermediate container 94b346e72ef4 [2024-10-04T06:45:43.976Z] ---> 6ff50ed2b9bd [2024-10-04T06:45:43.976Z] Step 21/25 : ENTRYPOINT ["/device-rfid-llrp"] [2024-10-04T06:45:43.976Z] ---> Running in b9a6fadc0de7 [2024-10-04T06:45:44.239Z] Removing intermediate container b9a6fadc0de7 [2024-10-04T06:45:44.239Z] ---> f73c4168801a [2024-10-04T06:45:44.239Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2024-10-04T06:45:44.239Z] ---> Running in f6cf435aba88 [2024-10-04T06:45:44.504Z] Removing intermediate container f6cf435aba88 [2024-10-04T06:45:44.504Z] ---> df298f60d001 [2024-10-04T06:45:44.504Z] Step 23/25 : LABEL arch=arm64 [2024-10-04T06:45:44.504Z] ---> Running in 319afb754621 [2024-10-04T06:45:44.771Z] Removing intermediate container 319afb754621 [2024-10-04T06:45:44.771Z] ---> c5823f3c35e7 [2024-10-04T06:45:44.771Z] Step 24/25 : LABEL git_sha=38b54bc2ad585e44212b4ed68a2630b6f27188b6 [2024-10-04T06:45:45.036Z] ---> Running in 8b7bccb9d319 [2024-10-04T06:45:45.300Z] Removing intermediate container 8b7bccb9d319 [2024-10-04T06:45:45.300Z] ---> 23fb919b79cf [2024-10-04T06:45:45.300Z] Step 25/25 : LABEL version=0.0.0 [2024-10-04T06:45:45.300Z] ---> Running in a81402e4c49f [2024-10-04T06:45:45.565Z] Removing intermediate container a81402e4c49f [2024-10-04T06:45:45.565Z] ---> a67afa072347 [2024-10-04T06:45:45.565Z] [Warning] One or more build-args [ARCH] were not consumed [2024-10-04T06:45:45.565Z] Successfully built a67afa072347 [2024-10-04T06:45:45.565Z] 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-10-04T06:45:46.505Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-10-04T06:45:46.505Z] [2024-10-04T06:45:46.505Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-04T06:45:46.933Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-10-04T06:45:46.933Z] arm64: Pulling from edgex-lftools-log-publisher [2024-10-04T06:45:46.933Z] 8998bd30e6a1: Pulling fs layer [2024-10-04T06:45:46.933Z] 04944245beec: Pulling fs layer [2024-10-04T06:45:46.933Z] 699f458cf7ca: Pulling fs layer [2024-10-04T06:45:46.933Z] 765212b225bb: Pulling fs layer [2024-10-04T06:45:46.933Z] f23df028b6ca: Pulling fs layer [2024-10-04T06:45:46.933Z] d65c8cfc05b1: Pulling fs layer [2024-10-04T06:45:46.933Z] 2437ff75d9bd: Pulling fs layer [2024-10-04T06:45:46.933Z] f23df028b6ca: Waiting [2024-10-04T06:45:46.933Z] d65c8cfc05b1: Waiting [2024-10-04T06:45:46.933Z] 2437ff75d9bd: Waiting [2024-10-04T06:45:46.933Z] 765212b225bb: Waiting [2024-10-04T06:45:47.198Z] 04944245beec: Verifying Checksum [2024-10-04T06:45:47.198Z] 04944245beec: Download complete [2024-10-04T06:45:47.198Z] 765212b225bb: Download complete [2024-10-04T06:45:47.198Z] f23df028b6ca: Download complete [2024-10-04T06:45:47.198Z] d65c8cfc05b1: Verifying Checksum [2024-10-04T06:45:47.198Z] d65c8cfc05b1: Download complete [2024-10-04T06:45:47.198Z] 699f458cf7ca: Verifying Checksum [2024-10-04T06:45:47.198Z] 699f458cf7ca: Download complete [2024-10-04T06:45:47.776Z] 8998bd30e6a1: Verifying Checksum [2024-10-04T06:45:47.776Z] 8998bd30e6a1: Download complete [2024-10-04T06:45:50.344Z] 2437ff75d9bd: Verifying Checksum [2024-10-04T06:45:50.344Z] 2437ff75d9bd: Download complete [2024-10-04T06:45:52.284Z] 8998bd30e6a1: Pull complete [2024-10-04T06:45:52.548Z] 04944245beec: Pull complete [2024-10-04T06:45:53.963Z] 699f458cf7ca: Pull complete [2024-10-04T06:45:53.963Z] 765212b225bb: Pull complete [2024-10-04T06:45:54.921Z] f23df028b6ca: Pull complete [2024-10-04T06:45:54.921Z] d65c8cfc05b1: Pull complete [2024-10-04T06:46:09.887Z] 2437ff75d9bd: Pull complete [2024-10-04T06:46:09.887Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-10-04T06:46:09.887Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-10-04T06:46:09.887Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-04T06:46:10.290Z] prd-ubuntu20.04-docker-arm64-4c-16g-15715 does not seem to be running inside a container [2024-10-04T06:46:10.343Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2024-10-04T06:46:12.939Z] $ docker top 6152fe066568b0272fee57ae8bd5c9d9bdd9f576e3da9e47650734b5b097baed -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-04T06:46:13.870Z] ---> job-cost.sh [2024-10-04T06:46:13.870Z] lf-activate-venv: SKIPPING [2024-10-04T06:46:13.870Z] INFO: No Stack... [2024-10-04T06:46:14.138Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-10-04T06:46:15.097Z] INFO: Archiving Costs [Pipeline] sh [2024-10-04T06:46:15.467Z] + + catcut /w/workspace/device-rfid-llrp-go/1/archives/cost.csv -d, [2024-10-04T06:46:15.467Z] -f6 [Pipeline] lock [2024-10-04T06:46:15.815Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-rfid-llrp-go-PR-316-1-stack-cost] [2024-10-04T06:46:15.821Z] Resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-316-1-stack-cost] did not exist. Created. [2024-10-04T06:46:15.827Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-rfid-llrp-go-PR-316-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-10-04T06:46:16.576Z] /w/workspace/device-rfid-llrp-go/1@tmp/durable-1ab096d6/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2024-10-04T06:46:17.253Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-10-04T06:46:17.295Z] Warning: overwriting stash ‘stack-cost’ [2024-10-04T06:46:17.351Z] Stashed 1 file(s) [Pipeline] } [2024-10-04T06:46:17.372Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-rfid-llrp-go-PR-316-1-stack-cost] [Pipeline] // lock [Pipeline] } [2024-10-04T06:46:17.467Z] $ docker stop --time=1 6152fe066568b0272fee57ae8bd5c9d9bdd9f576e3da9e47650734b5b097baed [2024-10-04T06:46:18.991Z] $ docker rm -f --volumes 6152fe066568b0272fee57ae8bd5c9d9bdd9f576e3da9e47650734b5b097baed [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-10-04T06:46:20.234Z] provisioning config files... [2024-10-04T06:46:20.240Z] copy managed file [device-rfid-llrp-go-codecov-token] to file:/w/workspace/undry_device-rfid-llrp-go_PR-316@tmp/config205615462638560016tmp [Pipeline] { [Pipeline] sh [2024-10-04T06:46:20.591Z] + set +x [2024-10-04T06:46:20.591Z] + + curl -s https://codecov.io/bash [2024-10-04T06:46:20.591Z] bash -s -- [2024-10-04T06:46:20.591Z] [2024-10-04T06:46:20.591Z] _____ _ [2024-10-04T06:46:20.591Z] / ____| | | [2024-10-04T06:46:20.591Z] | | ___ __| | ___ ___ _____ __ [2024-10-04T06:46:20.591Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2024-10-04T06:46:20.592Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2024-10-04T06:46:20.592Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2024-10-04T06:46:20.592Z] Bash-1.0.6 [2024-10-04T06:46:20.592Z] [2024-10-04T06:46:20.592Z] [2024-10-04T06:46:20.592Z] ==> git version 2.25.1 found [2024-10-04T06:46:20.592Z] ==> 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-10-04T06:46:20.592Z] Release-Date: 2020-01-08 [2024-10-04T06:46:20.592Z] 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-10-04T06:46:20.592Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2024-10-04T06:46:20.592Z] ==> Jenkins CI detected. [2024-10-04T06:46:20.592Z] current dir:  /w/workspace/undry_device-rfid-llrp-go_PR-316 [2024-10-04T06:46:20.592Z] project root: . [2024-10-04T06:46:20.592Z] --> token set from env [2024-10-04T06:46:20.592Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2024-10-04T06:46:20.592Z] ==> Running gcov in . (disable via -X gcov) [2024-10-04T06:46:20.592Z] ==> Python coveragepy not found [2024-10-04T06:46:20.592Z] ==> Searching for coverage reports in: [2024-10-04T06:46:20.592Z] + . [2024-10-04T06:46:20.592Z] -> Found 1 reports [2024-10-04T06:46:20.592Z] ==> Detecting git/mercurial file structure [2024-10-04T06:46:20.852Z] ==> Reading reports [2024-10-04T06:46:20.852Z] + ./coverage.out bytes=451915 [2024-10-04T06:46:20.852Z] ==> Appending adjustments [2024-10-04T06:46:20.852Z] https://docs.codecov.io/docs/fixing-reports [2024-10-04T06:46:20.852Z] + Found adjustments [2024-10-04T06:46:20.852Z] ==> Gzipping contents [2024-10-04T06:46:20.852Z] 52K /tmp/codecov.omS6u8.gz [2024-10-04T06:46:20.852Z] ==> Uploading reports [2024-10-04T06:46:20.852Z] url: https://codecov.io [2024-10-04T06:46:20.852Z] query: branch=PR-316&commit=38b54bc2ad585e44212b4ed68a2630b6f27188b6&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rfid-llrp-go%2Fjob%2FPR-316%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rfid-llrp-go&service=jenkins&flags=&pr=316&job=&cmd_args= [2024-10-04T06:46:21.111Z] -> Pinging Codecov [2024-10-04T06:46:21.111Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=PR-316&commit=38b54bc2ad585e44212b4ed68a2630b6f27188b6&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rfid-llrp-go%2Fjob%2FPR-316%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rfid-llrp-go&service=jenkins&flags=&pr=316&job=&cmd_args= [2024-10-04T06:46:21.370Z] -> Uploading to [2024-10-04T06:46:21.370Z] https://storage.googleapis.com/codecov/shelter/v4/github/edgexfoundry/device-rfid-llrp-go/38b54bc2ad585e44212b4ed68a2630b6f27188b6/38faad4e-7ebe-43fc-a151-41d7a8661e71.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20241004%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20241004T064621Z&X-Amz-Expires=30&X-Amz-SignedHeaders=host&X-Amz-Signature=fd52dbeb9ff0d1163aaa43fdb32199b49c020ed4df889b01a9826a565fd64b4f [2024-10-04T06:46:21.370Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-10-04T06:46:21.370Z] Dload Upload Total Spent Left Speed [2024-10-04T06:46:21.630Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 51489 0 0 100 51489 0 201k --:--:-- --:--:-- --:--:-- 201k [2024-10-04T06:46:21.630Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rfid-llrp-go/commit/38b54bc2ad585e44212b4ed68a2630b6f27188b6 [Pipeline] } [2024-10-04T06:46:21.669Z] 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-10-04T06:46:23.796Z] + [ -d /w/workspace/undry_device-rfid-llrp-go_PR-316/archives ] [2024-10-04T06:46:23.796Z] + ls -al /w/workspace/undry_device-rfid-llrp-go_PR-316/archives [2024-10-04T06:46:23.796Z] total 16 [2024-10-04T06:46:23.796Z] drwxr-xr-x 3 root root 4096 Oct 4 06:34 . [2024-10-04T06:46:23.796Z] drwxrwxr-x 12 jenkins jenkins 4096 Oct 4 06:34 .. [2024-10-04T06:46:23.796Z] drwxr-xr-x 2 root root 4096 Oct 4 06:34 cost [2024-10-04T06:46:23.796Z] -rw-r--r-- 1 root root 91 Oct 4 06:34 cost.csv [2024-10-04T06:46:23.796Z] + sudo chown -R jenkins:jenkins /w/workspace/undry_device-rfid-llrp-go_PR-316/archives [2024-10-04T06:46:23.796Z] + ls -al /w/workspace/undry_device-rfid-llrp-go_PR-316/archives [2024-10-04T06:46:23.796Z] total 16 [2024-10-04T06:46:23.796Z] drwxr-xr-x 3 jenkins jenkins 4096 Oct 4 06:34 . [2024-10-04T06:46:23.796Z] drwxrwxr-x 12 jenkins jenkins 4096 Oct 4 06:34 .. [2024-10-04T06:46:23.796Z] drwxr-xr-x 2 jenkins jenkins 4096 Oct 4 06:34 cost [2024-10-04T06:46:23.796Z] -rw-r--r-- 1 jenkins jenkins 91 Oct 4 06:34 cost.csv [Pipeline] libraryResource [Pipeline] sh [2024-10-04T06:46:24.134Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-04T06:46:25.033Z] ---> package-listing.sh [2024-10-04T06:46:25.033Z] ++ facter osfamily [2024-10-04T06:46:25.033Z] ++ tr '[:upper:]' '[:lower:]' [2024-10-04T06:46:25.294Z] + OS_FAMILY=debian [2024-10-04T06:46:25.294Z] + workspace=/w/workspace/undry_device-rfid-llrp-go_PR-316 [2024-10-04T06:46:25.294Z] + START_PACKAGES=/tmp/packages_start.txt [2024-10-04T06:46:25.294Z] + END_PACKAGES=/tmp/packages_end.txt [2024-10-04T06:46:25.294Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-10-04T06:46:25.294Z] + PACKAGES=/tmp/packages_start.txt [2024-10-04T06:46:25.294Z] + '[' /w/workspace/undry_device-rfid-llrp-go_PR-316 ']' [2024-10-04T06:46:25.294Z] + PACKAGES=/tmp/packages_end.txt [2024-10-04T06:46:25.294Z] + case "${OS_FAMILY}" in [2024-10-04T06:46:25.294Z] + dpkg -l [2024-10-04T06:46:25.294Z] + grep '^ii' [2024-10-04T06:46:25.294Z] + '[' -f /tmp/packages_start.txt ']' [2024-10-04T06:46:25.294Z] + '[' -f /tmp/packages_end.txt ']' [2024-10-04T06:46:25.294Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-10-04T06:46:25.294Z] + '[' /w/workspace/undry_device-rfid-llrp-go_PR-316 ']' [2024-10-04T06:46:25.294Z] + mkdir -p /w/workspace/undry_device-rfid-llrp-go_PR-316/archives/ [2024-10-04T06:46:25.294Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/undry_device-rfid-llrp-go_PR-316/archives/ [Pipeline] echo [2024-10-04T06:46:25.353Z] 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-316/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2024-10-04T06:46:25.649Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-04T06:46:26.298Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-10-04T06:46:26.298Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-04T06:46:26.461Z] prd-ubuntu20.04-docker-8c-8g-15699 does not seem to be running inside a container [2024-10-04T06:46:26.487Z] $ 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-316/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-316 -v /w/workspace/undry_device-rfid-llrp-go_PR-316:/w/workspace/undry_device-rfid-llrp-go_PR-316:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-316@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-316@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2024-10-04T06:46:26.688Z] $ docker top 898c3f29cffa907c696b799150da19cc27e30fc447a81cc6afdef97d432eb3a4 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-10-04T06:46:27.102Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-10-04T06:46:27.424Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-10-04T06:46:27.748Z] + ls /var/log/sa-host [2024-10-04T06:46:27.748Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-10-04T06:46:27.906Z] provisioning config files... [2024-10-04T06:46:27.916Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/undry_device-rfid-llrp-go_PR-316@tmp/config17702919099571573330tmp [Pipeline] { [Pipeline] echo [2024-10-04T06:46:27.988Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-04T06:46:28.308Z] ---> create-netrc.sh [Pipeline] } [2024-10-04T06:46:28.342Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-10-04T06:46:28.794Z] ---> python-tools-install.sh [Pipeline] echo [2024-10-04T06:46:28.844Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-04T06:46:29.164Z] ---> sudo-logs.sh [2024-10-04T06:46:29.164Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-10-04T06:46:29.271Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-04T06:46:29.595Z] ---> job-cost.sh [2024-10-04T06:46:29.595Z] lf-activate-venv: SKIPPING [2024-10-04T06:46:29.595Z] DEBUG: total: 0.2199999988079071 [2024-10-04T06:46:29.595Z] INFO: Retrieving Stack Cost... [2024-10-04T06:46:29.855Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-10-04T06:46:30.116Z] INFO: Archiving Costs [Pipeline] echo [2024-10-04T06:46:30.155Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-04T06:46:30.479Z] ---> logs-deploy.sh [2024-10-04T06:46:30.479Z] lf-activate-venv: SKIPPING [2024-10-04T06:46:30.479Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rfid-llrp-go/PR-316/1 [2024-10-04T06:46:30.479Z] INFO: archiving workspace using pattern(s): [2024-10-04T06:46:31.417Z] Archives upload complete. [2024-10-04T06:46:31.417Z] INFO: archiving logs to Nexus