Pull request #176 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 5fda2aeba8a2ea99c49d39af1cab18402f678de1+670e042fb11711975c44f19a61fa475a20d859e8 (57bfbf9c93e58c7ce8f7d46df205e1d6b0660ff6) 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-ssh14875688321961466069.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh16735496634976532023.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/app-rfid-llrp-inventory/branches/PR-176/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/app-rfid-llrp-inventory/branches/PR-176/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh3724895646043339370.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/app-rfid-llrp-inventory/branches/PR-176/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh535115040707024037.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 # timeout=10 Commit message: "fix: bug with isLTS relying on env.GIT_BRANCH inside cd-management repo (#429)" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh14667527767427005019.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/app-rfid-llrp-inventory/branches/PR-176/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/app-rfid-llrp-inventory/branches/PR-176/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh7814366875691631854.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-rfid-llrp-inventory, buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-rfid-llrp-inventory-settings PROJECT: app-rfid-llrp-inventory USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-rfid-llrp-inventory DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-9088 in /w/workspace/y_app-rfid-llrp-inventory_PR-176 [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/app-rfid-llrp-inventory.git > git init /w/workspace/y_app-rfid-llrp-inventory_PR-176 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.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/app-rfid-llrp-inventory.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 670e042fb11711975c44f19a61fa475a20d859e8 into PR head commit 5fda2aeba8a2ea99c49d39af1cab18402f678de1 Merge succeeded, producing 5fda2aeba8a2ea99c49d39af1cab18402f678de1 Checking out Revision 5fda2aeba8a2ea99c49d39af1cab18402f678de1 (PR-176) Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/pull/176/head:refs/remotes/origin/PR-176 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5fda2aeba8a2ea99c49d39af1cab18402f678de1 # 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 670e042fb11711975c44f19a61fa475a20d859e8 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5fda2aeba8a2ea99c49d39af1cab18402f678de1 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-04-19T13:59:58.290Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-04-19T13:59:58.471Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-04-19T13:59:58.560Z] ========================================================= [2023-04-19T13:59:58.560Z] EdgeX Global Pipelines Version Info [2023-04-19T13:59:58.560Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-04-19T13:59:59.297Z] ------------------- [2023-04-19T13:59:59.297Z] stable info: [2023-04-19T13:59:59.297Z] ------------------- [2023-04-19T13:59:59.297Z] Commited By: Bill Mahoney bill.mahoney@intel.com [2023-04-19T13:59:59.297Z] Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-04-19T13:59:59.297Z] Message: update stable to v1.0.248 [2023-04-19T13:59:59.869Z] ------------------- [2023-04-19T13:59:59.869Z] experimental info: [2023-04-19T13:59:59.869Z] ------------------- [2023-04-19T13:59:59.869Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-04-19T13:59:59.869Z] Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-04-19T13:59:59.869Z] Message: update experimental to v1.0.248 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-04-19T14:00:00.181Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-rfid-llrp-inventory-settings [Pipeline] echo [2023-04-19T14:00:00.226Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-rfid-llrp-inventory [Pipeline] echo [2023-04-19T14:00:00.266Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-04-19T14:00:00.301Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-04-19T14:00:00.342Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-04-19T14:00:00.380Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-04-19T14:00:00.419Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-04-19T14:00:00.460Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-04-19T14:00:00.503Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-04-19T14:00:00.544Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-04-19T14:00:00.586Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-04-19T14:00:00.632Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-rfid-llrp-inventory [Pipeline] echo [2023-04-19T14:00:00.679Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-04-19T14:00:00.721Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-04-19T14:00:00.766Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-04-19T14:00:00.810Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-04-19T14:00:00.854Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-04-19T14:00:00.896Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-04-19T14:00:00.935Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-04-19T14:00:00.976Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-04-19T14:00:01.019Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-04-19T14:00:01.062Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-04-19T14:00:01.101Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-04-19T14:00:01.144Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-04-19T14:00:01.184Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-04-19T14:00:01.238Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-04-19T14:00:01.283Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-04-19T14:00:01.327Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-176 [Pipeline] echo [2023-04-19T14:00:01.367Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-176 [Pipeline] echo [2023-04-19T14:00:01.401Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-176 [Pipeline] echo [2023-04-19T14:00:01.439Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5fda2aeba8a2ea99c49d39af1cab18402f678de1 [Pipeline] echo [2023-04-19T14:00:01.479Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5fda2ae [Pipeline] echo [2023-04-19T14:00:01.520Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-19T14:00:01.637Z] provisioning config files... [2023-04-19T14:00:01.652Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/y_app-rfid-llrp-inventory_PR-176@tmp/config12270543051257163648tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-19T14:00:01.993Z] ---> docker-login.sh [2023-04-19T14:00:01.993Z] nexus3.edgexfoundry.org:10001 [2023-04-19T14:00:02.253Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-19T14:00:02.253Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-19T14:00:02.253Z] Configure a credential helper to remove this warning. See [2023-04-19T14:00:02.253Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-19T14:00:02.253Z] [2023-04-19T14:00:02.253Z] Login Succeeded [2023-04-19T14:00:02.253Z] nexus3.edgexfoundry.org:10002 [2023-04-19T14:00:02.511Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-19T14:00:02.511Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-19T14:00:02.511Z] Configure a credential helper to remove this warning. See [2023-04-19T14:00:02.511Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-19T14:00:02.511Z] [2023-04-19T14:00:02.511Z] Login Succeeded [2023-04-19T14:00:02.511Z] nexus3.edgexfoundry.org:10003 [2023-04-19T14:00:02.511Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-19T14:00:02.511Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-19T14:00:02.511Z] Configure a credential helper to remove this warning. See [2023-04-19T14:00:02.511Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-19T14:00:02.511Z] [2023-04-19T14:00:02.511Z] Login Succeeded [2023-04-19T14:00:02.511Z] nexus3.edgexfoundry.org:10004 [2023-04-19T14:00:02.770Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-19T14:00:02.770Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-19T14:00:02.770Z] Configure a credential helper to remove this warning. See [2023-04-19T14:00:02.770Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-19T14:00:02.770Z] [2023-04-19T14:00:02.770Z] Login Succeeded [2023-04-19T14:00:02.770Z] docker.io [2023-04-19T14:00:02.770Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-19T14:00:05.321Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-19T14:00:05.321Z] Configure a credential helper to remove this warning. See [2023-04-19T14:00:05.321Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-19T14:00:05.321Z] [2023-04-19T14:00:05.321Z] Login Succeeded [2023-04-19T14:00:05.321Z] ---> docker-login.sh ends [Pipeline] } [2023-04-19T14:00:05.351Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-04-19T14:00:05.971Z] + git rev-list -1 --merges 5fda2aeba8a2ea99c49d39af1cab18402f678de1~1..5fda2aeba8a2ea99c49d39af1cab18402f678de1 [Pipeline] echo [2023-04-19T14:00:06.035Z] -----------> git rev-list -1 --merges 5fda2aeba8a2ea99c49d39af1cab18402f678de1~1..5fda2aeba8a2ea99c49d39af1cab18402f678de1 5fda2aeba8a2ea99c49d39af1cab18402f678de1 [false] [Pipeline] sh [2023-04-19T14:00:06.340Z] + git log --format=format:%s -1 5fda2aeba8a2ea99c49d39af1cab18402f678de1 [Pipeline] echo [2023-04-19T14:00:06.383Z] ========================================================= [2023-04-19T14:00:06.383Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-04-19T14:00:06.383Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-19T14:00:07.226Z] + git log --format=format:%s -1 5fda2aeba8a2ea99c49d39af1cab18402f678de1 [Pipeline] echo [2023-04-19T14:00:07.261Z] [semverPrep] GIT_COMMIT: 5fda2aeba8a2ea99c49d39af1cab18402f678de1, Commit Message: build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v3 [Pipeline] echo [2023-04-19T14:00:07.291Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-04-19T14:00:07.930Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-04-19T14:00:07.930Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-04-19T14:00:07.930Z] + [ -e /tmp/ssh_known_hosts ] [2023-04-19T14:00:07.930Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-04-19T14:00:07.930Z] + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-04-19T14:00:07.930Z] sudo tee -a /etc/ssh/ssh_known_hosts [2023-04-19T14:00:07.930Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-19T14:00:08.368Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-19T14:00:08.368Z] [2023-04-19T14:00:08.368Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-19T14:00:08.751Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-19T14:00:08.751Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-04-19T14:00:08.751Z] b85a868b505f: Pulling fs layer [2023-04-19T14:00:08.751Z] e2be974225ed: Pulling fs layer [2023-04-19T14:00:08.751Z] 339a4e72a1f5: Pulling fs layer [2023-04-19T14:00:08.751Z] 988bab9f4d93: Pulling fs layer [2023-04-19T14:00:08.751Z] 1469e6f7b9e6: Pulling fs layer [2023-04-19T14:00:08.751Z] eaf3925da568: Pulling fs layer [2023-04-19T14:00:08.751Z] bab4dde63d76: Pulling fs layer [2023-04-19T14:00:08.751Z] bde34c3a00c8: Pulling fs layer [2023-04-19T14:00:08.751Z] b352a97aabf1: Pulling fs layer [2023-04-19T14:00:08.751Z] 4872d77fe225: Pulling fs layer [2023-04-19T14:00:08.751Z] 5851b861e8e6: Pulling fs layer [2023-04-19T14:00:08.751Z] bab4dde63d76: Waiting [2023-04-19T14:00:08.751Z] 4872d77fe225: Waiting [2023-04-19T14:00:08.751Z] bde34c3a00c8: Waiting [2023-04-19T14:00:08.751Z] 5851b861e8e6: Waiting [2023-04-19T14:00:08.751Z] 988bab9f4d93: Waiting [2023-04-19T14:00:08.751Z] 1469e6f7b9e6: Waiting [2023-04-19T14:00:08.751Z] eaf3925da568: Waiting [2023-04-19T14:00:08.751Z] e2be974225ed: Verifying Checksum [2023-04-19T14:00:08.751Z] e2be974225ed: Download complete [2023-04-19T14:00:09.010Z] 988bab9f4d93: Verifying Checksum [2023-04-19T14:00:09.010Z] 988bab9f4d93: Download complete [2023-04-19T14:00:09.010Z] 1469e6f7b9e6: Verifying Checksum [2023-04-19T14:00:09.010Z] 1469e6f7b9e6: Download complete [2023-04-19T14:00:09.010Z] 339a4e72a1f5: Verifying Checksum [2023-04-19T14:00:09.010Z] 339a4e72a1f5: Download complete [2023-04-19T14:00:09.010Z] eaf3925da568: Verifying Checksum [2023-04-19T14:00:09.010Z] eaf3925da568: Download complete [2023-04-19T14:00:09.010Z] bde34c3a00c8: Download complete [2023-04-19T14:00:09.010Z] b352a97aabf1: Download complete [2023-04-19T14:00:09.010Z] 4872d77fe225: Verifying Checksum [2023-04-19T14:00:09.010Z] 4872d77fe225: Download complete [2023-04-19T14:00:09.010Z] 5851b861e8e6: Verifying Checksum [2023-04-19T14:00:09.010Z] 5851b861e8e6: Download complete [2023-04-19T14:00:09.010Z] b85a868b505f: Verifying Checksum [2023-04-19T14:00:09.010Z] b85a868b505f: Download complete [2023-04-19T14:00:09.271Z] bab4dde63d76: Verifying Checksum [2023-04-19T14:00:09.271Z] bab4dde63d76: Download complete [2023-04-19T14:00:10.657Z] b85a868b505f: Pull complete [2023-04-19T14:00:10.657Z] e2be974225ed: Pull complete [2023-04-19T14:00:10.927Z] 339a4e72a1f5: Pull complete [2023-04-19T14:00:11.194Z] 988bab9f4d93: Pull complete [2023-04-19T14:00:11.457Z] 1469e6f7b9e6: Pull complete [2023-04-19T14:00:11.457Z] eaf3925da568: Pull complete [2023-04-19T14:00:13.368Z] bab4dde63d76: Pull complete [2023-04-19T14:00:13.368Z] bde34c3a00c8: Pull complete [2023-04-19T14:00:13.368Z] b352a97aabf1: Pull complete [2023-04-19T14:00:13.368Z] 4872d77fe225: Pull complete [2023-04-19T14:00:13.628Z] 5851b861e8e6: Pull complete [2023-04-19T14:00:13.628Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-04-19T14:00:13.628Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-19T14:00:13.628Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-19T14:00:13.865Z] prd-ubuntu20.04-docker-8c-8g-9088 does not seem to be running inside a container [2023-04-19T14:00:13.905Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/y_app-rfid-llrp-inventory_PR-176 -v /w/workspace/y_app-rfid-llrp-inventory_PR-176:/w/workspace/y_app-rfid-llrp-inventory_PR-176:rw,z -v /w/workspace/y_app-rfid-llrp-inventory_PR-176@tmp:/w/workspace/y_app-rfid-llrp-inventory_PR-176@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-04-19T14:00:16.250Z] $ docker top d0d9857080a876c71d522528d9c770653accde668f8998f4972c7ab1ee830496 -eo pid,comm [2023-04-19T14:00:16.302Z] 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). [2023-04-19T14:00:16.302Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-04-19T14:00:16.438Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-19T14:00:16.438Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-19T14:00:16.560Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-19T14:00:16.568Z] $ docker exec d0d9857080a876c71d522528d9c770653accde668f8998f4972c7ab1ee830496 ssh-agent [2023-04-19T14:00:16.670Z] SSH_AUTH_SOCK=/tmp/ssh-C0hcJqAMorD1/agent.32 [2023-04-19T14:00:16.670Z] SSH_AGENT_PID=38 [2023-04-19T14:00:16.679Z] Running ssh-add (command line suppressed) [2023-04-19T14:00:16.789Z] Identity added: /w/workspace/y_app-rfid-llrp-inventory_PR-176@tmp/private_key_12392056535350295588.key (/w/workspace/y_app-rfid-llrp-inventory_PR-176@tmp/private_key_12392056535350295588.key) [2023-04-19T14:00:16.802Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-19T14:00:17.139Z] + git tag --points-at HEAD [Pipeline] } [2023-04-19T14:00:17.171Z] $ docker exec --env ******** --env ******** d0d9857080a876c71d522528d9c770653accde668f8998f4972c7ab1ee830496 ssh-agent -k [2023-04-19T14:00:17.274Z] unset SSH_AUTH_SOCK; [2023-04-19T14:00:17.275Z] unset SSH_AGENT_PID; [2023-04-19T14:00:17.276Z] echo Agent pid 38 killed; [2023-04-19T14:00:17.280Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-04-19T14:00:17.376Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-19T14:00:17.376Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-19T14:00:17.493Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-19T14:00:17.501Z] $ docker exec d0d9857080a876c71d522528d9c770653accde668f8998f4972c7ab1ee830496 ssh-agent [2023-04-19T14:00:17.602Z] SSH_AUTH_SOCK=/tmp/ssh-bvoVbqqDepfn/agent.70 [2023-04-19T14:00:17.602Z] SSH_AGENT_PID=76 [2023-04-19T14:00:17.609Z] Running ssh-add (command line suppressed) [2023-04-19T14:00:17.726Z] Identity added: /w/workspace/y_app-rfid-llrp-inventory_PR-176@tmp/private_key_2864574233580204661.key (/w/workspace/y_app-rfid-llrp-inventory_PR-176@tmp/private_key_2864574233580204661.key) [2023-04-19T14:00:17.744Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-19T14:00:18.081Z] + git semver init [2023-04-19T14:00:18.341Z] 2023-04-19 14:00:18,304 [run_init] DEBUG init version:0.0.0 force:False [2023-04-19T14:00:18.341Z] 2023-04-19 14:00:18,305 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/y_app-rfid-llrp-inventory_PR-176/.semver [2023-04-19T14:00:18.341Z] 2023-04-19 14:00:18,305 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-rfid-llrp-inventory.git /w/workspace/y_app-rfid-llrp-inventory_PR-176/.semver [2023-04-19T14:00:18.341Z] 2023-04-19 14:00:18,305 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-rfid-llrp-inventory.git', '/w/workspace/y_app-rfid-llrp-inventory_PR-176/.semver'], cwd=/w/workspace/y_app-rfid-llrp-inventory_PR-176, universal_newlines=False, shell=None, istream=None) [2023-04-19T14:00:19.725Z] 2023-04-19 14:00:19,374 [append_file] DEBUG append to file:/w/workspace/y_app-rfid-llrp-inventory_PR-176/.git/info/exclude [2023-04-19T14:00:19.725Z] 2023-04-19 14:00:19,375 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/y_app-rfid-llrp-inventory_PR-176/.semver/PR-176 with force:False [2023-04-19T14:00:19.725Z] 2023-04-19 14:00:19,375 [write_file] DEBUG write to file:/w/workspace/y_app-rfid-llrp-inventory_PR-176/.semver/PR-176 [2023-04-19T14:00:19.725Z] 2023-04-19 14:00:19,379 [execute] INFO git cat-file --batch-check [2023-04-19T14:00:19.725Z] 2023-04-19 14:00:19,380 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/y_app-rfid-llrp-inventory_PR-176/.semver, universal_newlines=False, shell=None, istream=) [2023-04-19T14:00:19.725Z] 2023-04-19 14:00:19,386 [execute] INFO git cat-file --batch [2023-04-19T14:00:19.725Z] 2023-04-19 14:00:19,386 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/y_app-rfid-llrp-inventory_PR-176/.semver, universal_newlines=False, shell=None, istream=) [2023-04-19T14:00:19.725Z] 2023-04-19 14:00:19,392 [read_version] DEBUG read version from /w/workspace/y_app-rfid-llrp-inventory_PR-176/.semver/PR-176 [2023-04-19T14:00:19.725Z] 0.0.0 [Pipeline] } [2023-04-19T14:00:19.758Z] $ docker exec --env ******** --env ******** d0d9857080a876c71d522528d9c770653accde668f8998f4972c7ab1ee830496 ssh-agent -k [2023-04-19T14:00:19.866Z] unset SSH_AUTH_SOCK; [2023-04-19T14:00:19.866Z] unset SSH_AGENT_PID; [2023-04-19T14:00:19.867Z] echo Agent pid 76 killed; [2023-04-19T14:00:19.872Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-19T14:00:20.290Z] + git semver [Pipeline] } [2023-04-19T14:00:20.586Z] $ docker stop --time=1 d0d9857080a876c71d522528d9c770653accde668f8998f4972c7ab1ee830496 [2023-04-19T14:00:21.902Z] $ docker rm -f --volumes d0d9857080a876c71d522528d9c770653accde668f8998f4972c7ab1ee830496 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-19T14:00:22.310Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-04-19T14:00:22.578Z] Stashed 1 file(s) [Pipeline] echo [2023-04-19T14:00:22.596Z] [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 [2023-04-19T14:00:23.406Z] provisioning config files... [2023-04-19T14:00:23.415Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/y_app-rfid-llrp-inventory_PR-176@tmp/config5374622239729423375tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-19T14:00:24.564Z] ---> docker-login.sh [2023-04-19T14:00:24.565Z] nexus3.edgexfoundry.org:10001 [2023-04-19T14:00:24.565Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-19T14:00:24.565Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-19T14:00:24.565Z] Configure a credential helper to remove this warning. See [2023-04-19T14:00:24.565Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-19T14:00:24.565Z] [2023-04-19T14:00:24.565Z] Login Succeeded [2023-04-19T14:00:24.565Z] nexus3.edgexfoundry.org:10002 [2023-04-19T14:00:24.565Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-19T14:00:24.565Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-19T14:00:24.565Z] Configure a credential helper to remove this warning. See [2023-04-19T14:00:24.565Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-19T14:00:24.565Z] [2023-04-19T14:00:24.565Z] Login Succeeded [2023-04-19T14:00:24.565Z] nexus3.edgexfoundry.org:10003 [2023-04-19T14:00:24.826Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-19T14:00:24.826Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-19T14:00:24.826Z] Configure a credential helper to remove this warning. See [2023-04-19T14:00:24.826Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-19T14:00:24.826Z] [2023-04-19T14:00:24.826Z] Login Succeeded [2023-04-19T14:00:24.826Z] nexus3.edgexfoundry.org:10004 [2023-04-19T14:00:24.826Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-19T14:00:24.826Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-19T14:00:24.826Z] Configure a credential helper to remove this warning. See [2023-04-19T14:00:24.826Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-19T14:00:24.826Z] [2023-04-19T14:00:24.826Z] Login Succeeded [2023-04-19T14:00:24.826Z] docker.io [2023-04-19T14:00:25.087Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-19T14:00:25.348Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-19T14:00:25.348Z] Configure a credential helper to remove this warning. See [2023-04-19T14:00:25.348Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-19T14:00:25.348Z] [2023-04-19T14:00:25.348Z] Login Succeeded [2023-04-19T14:00:25.348Z] ---> docker-login.sh ends [Pipeline] } [2023-04-19T14:00:25.493Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-04-19T14:00:26.537Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-19T14:00:26.643Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-19T14:00:26.735Z] ========================================================= [2023-04-19T14:00:26.735Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-04-19T14:00:26.735Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-19T14:00:27.456Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-04-19T14:00:27.456Z] Sending build context to Docker daemon 12.63MB [2023-04-19T14:00:27.456Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-04-19T14:00:27.456Z] Step 2/12 : FROM ${BASE} AS builder [2023-04-19T14:00:27.456Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-04-19T14:00:27.456Z] 63b65145d645: Pulling fs layer [2023-04-19T14:00:27.456Z] a2d21d5440eb: Pulling fs layer [2023-04-19T14:00:27.456Z] 935e6c44a52c: Pulling fs layer [2023-04-19T14:00:27.456Z] 94cc34f8dd06: Pulling fs layer [2023-04-19T14:00:27.456Z] 30dea6a524f1: Pulling fs layer [2023-04-19T14:00:27.456Z] a2aff8979fd8: Pulling fs layer [2023-04-19T14:00:27.456Z] 6808be2612f2: Pulling fs layer [2023-04-19T14:00:27.456Z] f25807f1079a: Pulling fs layer [2023-04-19T14:00:27.456Z] 94cc34f8dd06: Waiting [2023-04-19T14:00:27.456Z] 30dea6a524f1: Waiting [2023-04-19T14:00:27.456Z] a2aff8979fd8: Waiting [2023-04-19T14:00:27.456Z] 6808be2612f2: Waiting [2023-04-19T14:00:27.456Z] f25807f1079a: Waiting [2023-04-19T14:00:27.716Z] a2d21d5440eb: Verifying Checksum [2023-04-19T14:00:27.716Z] a2d21d5440eb: Download complete [2023-04-19T14:00:27.716Z] 94cc34f8dd06: Verifying Checksum [2023-04-19T14:00:27.716Z] 94cc34f8dd06: Download complete [2023-04-19T14:00:27.716Z] 30dea6a524f1: Download complete [2023-04-19T14:00:27.716Z] 63b65145d645: Download complete [2023-04-19T14:00:27.716Z] a2aff8979fd8: Verifying Checksum [2023-04-19T14:00:27.716Z] a2aff8979fd8: Download complete [2023-04-19T14:00:27.716Z] 63b65145d645: Pull complete [2023-04-19T14:00:27.975Z] a2d21d5440eb: Pull complete [2023-04-19T14:00:27.975Z] f25807f1079a: Verifying Checksum [2023-04-19T14:00:27.975Z] f25807f1079a: Download complete [2023-04-19T14:00:28.238Z] 935e6c44a52c: Verifying Checksum [2023-04-19T14:00:28.238Z] 935e6c44a52c: Download complete [2023-04-19T14:00:28.496Z] 6808be2612f2: Verifying Checksum [2023-04-19T14:00:28.496Z] 6808be2612f2: Download complete [2023-04-19T14:00:31.780Z] 935e6c44a52c: Pull complete [2023-04-19T14:00:31.780Z] 94cc34f8dd06: Pull complete [2023-04-19T14:00:31.780Z] 30dea6a524f1: Pull complete [2023-04-19T14:00:32.039Z] a2aff8979fd8: Pull complete [2023-04-19T14:00:34.567Z] 6808be2612f2: Pull complete [2023-04-19T14:00:35.139Z] f25807f1079a: Pull complete [2023-04-19T14:00:35.139Z] Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 [2023-04-19T14:00:35.139Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-04-19T14:00:35.139Z] ---> 3b553350e43f [2023-04-19T14:00:35.139Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-04-19T14:00:38.007Z] Still waiting to schedule task [2023-04-19T14:00:38.007Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-04-19T14:00:39.347Z] ---> Running in 4d6eaa04674d [2023-04-19T14:00:39.347Z] Removing intermediate container 4d6eaa04674d [2023-04-19T14:00:39.347Z] ---> c2eb3fa7fdf2 [2023-04-19T14:00:39.347Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-04-19T14:00:39.347Z] ---> Running in cdae32a6529f [2023-04-19T14:00:39.607Z] Removing intermediate container cdae32a6529f [2023-04-19T14:00:39.607Z] ---> 1a4603509883 [2023-04-19T14:00:39.607Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-04-19T14:00:39.607Z] ---> Running in 44f48472a8e2 [2023-04-19T14:00:39.607Z] Removing intermediate container 44f48472a8e2 [2023-04-19T14:00:39.607Z] ---> 7977262017aa [2023-04-19T14:00:39.607Z] Step 6/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-19T14:00:39.866Z] ---> Running in e577c96f95b0 [2023-04-19T14:00:40.125Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-19T14:00:40.125Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-19T14:00:40.383Z] OK: 265 MiB in 53 packages [2023-04-19T14:00:40.950Z] Removing intermediate container e577c96f95b0 [2023-04-19T14:00:40.950Z] ---> 83f1ff00a56c [2023-04-19T14:00:40.950Z] Step 7/12 : WORKDIR /app [2023-04-19T14:00:40.950Z] ---> Running in 0d3db15b0999 [2023-04-19T14:00:40.950Z] Removing intermediate container 0d3db15b0999 [2023-04-19T14:00:40.950Z] ---> ff127234c8ff [2023-04-19T14:00:40.950Z] Step 8/12 : COPY go.mod vendor* ./ [2023-04-19T14:00:40.950Z] ---> 7b045db679a2 [2023-04-19T14:00:40.950Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-19T14:00:40.950Z] ---> Running in b98a0418d8e5 [2023-04-19T14:01:19.735Z] Removing intermediate container b98a0418d8e5 [2023-04-19T14:01:19.735Z] ---> 9781de9847b3 [2023-04-19T14:01:19.735Z] Step 10/12 : COPY . . [2023-04-19T14:01:19.735Z] ---> 5e50249f7b92 [2023-04-19T14:01:19.735Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-19T14:01:19.735Z] ---> Running in 41bd0a9569a3 [2023-04-19T14:01:19.735Z] Removing intermediate container 41bd0a9569a3 [2023-04-19T14:01:19.735Z] ---> 1bb9de3b4011 [2023-04-19T14:01:19.735Z] Step 12/12 : RUN $MAKE [2023-04-19T14:01:19.735Z] ---> Running in 76b84d6dea27 [2023-04-19T14:01:19.735Z] noop [2023-04-19T14:01:19.735Z] Removing intermediate container 76b84d6dea27 [2023-04-19T14:01:19.735Z] ---> 47999048548c [2023-04-19T14:01:19.735Z] Successfully built 47999048548c [2023-04-19T14:01:19.735Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-19T14:01:20.168Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-19T14:01:20.168Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-19T14:01:20.314Z] prd-ubuntu20.04-docker-8c-8g-9088 does not seem to be running inside a container [2023-04-19T14:01:20.356Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/y_app-rfid-llrp-inventory_PR-176 -v /w/workspace/y_app-rfid-llrp-inventory_PR-176:/w/workspace/y_app-rfid-llrp-inventory_PR-176:rw,z -v /w/workspace/y_app-rfid-llrp-inventory_PR-176@tmp:/w/workspace/y_app-rfid-llrp-inventory_PR-176@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-04-19T14:01:20.691Z] $ docker top 6487686ce69a77319607c3027f0838613882b2b2a10fd7e7b56569b01b92801f -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-19T14:01:21.077Z] + go version [2023-04-19T14:01:21.077Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-04-19T14:01:21.117Z] $ docker stop --time=1 6487686ce69a77319607c3027f0838613882b2b2a10fd7e7b56569b01b92801f [2023-04-19T14:01:22.382Z] $ docker rm -f --volumes 6487686ce69a77319607c3027f0838613882b2b2a10fd7e7b56569b01b92801f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-19T14:01:23.085Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-19T14:01:23.086Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-19T14:01:23.228Z] prd-ubuntu20.04-docker-8c-8g-9088 does not seem to be running inside a container [2023-04-19T14:01:23.269Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/y_app-rfid-llrp-inventory_PR-176 -v /w/workspace/y_app-rfid-llrp-inventory_PR-176:/w/workspace/y_app-rfid-llrp-inventory_PR-176:rw,z -v /w/workspace/y_app-rfid-llrp-inventory_PR-176@tmp:/w/workspace/y_app-rfid-llrp-inventory_PR-176@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-04-19T14:01:23.620Z] $ docker top c733addc4a9c8c72b82a4c7b6c1f9a4d6f15ae98c31184636000a508c830846c -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-19T14:01:24.007Z] + git config --global --add safe.directory /w/workspace/y_app-rfid-llrp-inventory_PR-176 [Pipeline] fileExists [Pipeline] sh [2023-04-19T14:01:24.371Z] + make test [2023-04-19T14:01:24.371Z] go test -race ./... -coverprofile=coverage.out ./... [2023-04-19T14:01:46.293Z] ? edgexfoundry/app-rfid-llrp-inventory [no test files] [2023-04-19T14:01:46.293Z] ? edgexfoundry/app-rfid-llrp-inventory/internal/inventory/app [no test files] [2023-04-19T14:01:46.293Z] ok edgexfoundry/app-rfid-llrp-inventory/internal/inventory 0.163s coverage: 86.2% of statements [2023-04-19T14:01:46.293Z] ok edgexfoundry/app-rfid-llrp-inventory/internal/llrp 2.682s coverage: 71.9% of statements [2023-04-19T14:02:08.235Z] go vet ./... [2023-04-19T14:02:08.435Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-9089 in /w/workspace/y_app-rfid-llrp-inventory_PR-176 [Pipeline] { [Pipeline] ws [2023-04-19T14:02:08.491Z] Running in /w/workspace/app-rfid-llrp-inventory/1 [Pipeline] { [Pipeline] checkout [2023-04-19T14:02:08.571Z] The recommended git tool is: git [2023-04-19T14:02:08.799Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-04-19T14:02:09.058Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-04-19T14:02:09.058Z] ./bin/test-attribution.sh [2023-04-19T14:02:09.058Z] An attribution for github.com/go-jose/go-jose/v3 is missing from Attribution.txt, please add [Pipeline] echo [2023-04-19T14:02:09.095Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-04-19T14:02:09.126Z] $ docker stop --time=1 c733addc4a9c8c72b82a4c7b6c1f9a4d6f15ae98c31184636000a508c830846c [2023-04-19T14:02:13.632Z] $ docker rm -f --volumes c733addc4a9c8c72b82a4c7b6c1f9a4d6f15ae98c31184636000a508c830846c [2023-04-19T14:02:13.716Z] using credential edgex-jenkins-ssh [2023-04-19T14:02:13.731Z] Cloning the remote Git repository [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-19T14:02:14.247Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-04-19T14:02:14.316Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2023-04-19T14:02:13.776Z] Cloning repository git@github.com:edgexfoundry/app-rfid-llrp-inventory.git [2023-04-19T14:02:13.862Z] > git init /w/workspace/app-rfid-llrp-inventory/1 # timeout=10 [2023-04-19T14:02:13.985Z] Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.git [2023-04-19T14:02:13.986Z] > git --version # timeout=10 [2023-04-19T14:02:14.007Z] > git --version # 'git version 2.25.1' [2023-04-19T14:02:14.009Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-19T14:02:14.150Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] sh [2023-04-19T14:02:15.003Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-04-19T14:02:15.311Z] + ls -al . [2023-04-19T14:02:15.311Z] total 228 [2023-04-19T14:02:15.311Z] drwxrwxr-x 11 jenkins jenkins 4096 Apr 19 14:01 . [2023-04-19T14:02:15.311Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 19 13:59 .. [2023-04-19T14:02:15.311Z] -rw-rw-r-- 1 jenkins jenkins 262 Apr 19 13:59 .dockerignore [2023-04-19T14:02:15.311Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 19 14:00 .git [2023-04-19T14:02:15.311Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 19 13:59 .github [2023-04-19T14:02:15.311Z] -rw-rw-r-- 1 jenkins jenkins 788 Apr 19 13:59 .gitignore [2023-04-19T14:02:15.311Z] -rw-rw-r-- 1 jenkins jenkins 41 Apr 19 13:59 .golangci.yml [2023-04-19T14:02:15.311Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 19 14:00 .semver [2023-04-19T14:02:15.311Z] -rw-rw-r-- 1 jenkins jenkins 9805 Apr 19 13:59 Attribution.txt [2023-04-19T14:02:15.311Z] -rw-rw-r-- 1 jenkins jenkins 4331 Apr 19 13:59 CHANGELOG.md [2023-04-19T14:02:15.311Z] -rw-rw-r-- 1 jenkins jenkins 1659 Apr 19 13:59 Dockerfile [2023-04-19T14:02:15.311Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 19 13:59 GOVERNANCE.md [2023-04-19T14:02:15.311Z] -rw-rw-r-- 1 jenkins jenkins 687 Apr 19 13:59 Jenkinsfile [2023-04-19T14:02:15.311Z] -rw-rw-r-- 1 jenkins jenkins 11347 Apr 19 13:59 LICENSE [2023-04-19T14:02:15.311Z] -rw-rw-r-- 1 jenkins jenkins 2497 Apr 19 13:59 Makefile [2023-04-19T14:02:15.311Z] -rw-rw-r-- 1 jenkins jenkins 617 Apr 19 13:59 OWNERS.md [2023-04-19T14:02:15.311Z] -rw-rw-r-- 1 jenkins jenkins 31001 Apr 19 13:59 README.md [2023-04-19T14:02:15.311Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 19 14:00 VERSION [2023-04-19T14:02:15.311Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 19 13:59 bin [2023-04-19T14:02:15.311Z] -rw-r--r-- 1 jenkins jenkins 41317 Apr 19 14:01 coverage.out [2023-04-19T14:02:15.311Z] -rw-rw-r-- 1 jenkins jenkins 3467 Apr 19 13:59 go.mod [2023-04-19T14:02:15.311Z] -rw-rw-r-- 1 jenkins jenkins 31620 Apr 19 13:59 go.sum [2023-04-19T14:02:15.311Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 19 13:59 images [2023-04-19T14:02:15.311Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 19 13:59 internal [2023-04-19T14:02:15.311Z] -rw-rw-r-- 1 jenkins jenkins 531 Apr 19 13:59 main.go [2023-04-19T14:02:15.311Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 19 13:59 res [2023-04-19T14:02:15.311Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 19 13:59 snap [2023-04-19T14:02:15.311Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 19 13:59 static [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-19T14:02:15.693Z] + docker build -t app-rfid-llrp-inventory -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=5fda2aeba8a2ea99c49d39af1cab18402f678de1 --label arch=amd64 --label version=0.0.0 . [2023-04-19T14:02:15.693Z] Sending build context to Docker daemon 12.63MB [2023-04-19T14:02:15.693Z] Step 1/29 : ARG BASE=golang:1.20-alpine3.17 [2023-04-19T14:02:15.693Z] Step 2/29 : FROM ${BASE} AS builder [2023-04-19T14:02:15.693Z] ---> 47999048548c [2023-04-19T14:02:15.693Z] Step 3/29 : ARG ALPINE_PKG_BASE="make git" [2023-04-19T14:02:15.952Z] ---> Running in 6057d41a8b33 [2023-04-19T14:02:15.952Z] Removing intermediate container 6057d41a8b33 [2023-04-19T14:02:15.952Z] ---> b103472e0ff5 [2023-04-19T14:02:15.952Z] Step 4/29 : ARG ALPINE_PKG_EXTRA="" [2023-04-19T14:02:15.952Z] ---> Running in a90e7653a839 [2023-04-19T14:02:15.952Z] Removing intermediate container a90e7653a839 [2023-04-19T14:02:15.952Z] ---> c4a89c479952 [2023-04-19T14:02:15.952Z] Step 5/29 : ARG ADD_BUILD_TAGS="" [2023-04-19T14:02:16.210Z] ---> Running in 1fe0290c2f32 [2023-04-19T14:02:16.210Z] Removing intermediate container 1fe0290c2f32 [2023-04-19T14:02:16.210Z] ---> a2ab1b56955c [2023-04-19T14:02:16.210Z] Step 6/29 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-19T14:02:16.210Z] ---> Running in aa06aac1ba54 [2023-04-19T14:02:16.469Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-19T14:02:16.469Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-19T14:02:16.728Z] OK: 265 MiB in 53 packages [2023-04-19T14:02:16.988Z] Removing intermediate container aa06aac1ba54 [2023-04-19T14:02:16.988Z] ---> 57516a246778 [2023-04-19T14:02:16.988Z] Step 7/29 : WORKDIR /app [2023-04-19T14:02:16.988Z] ---> Running in f5230160eb58 [2023-04-19T14:02:17.247Z] Removing intermediate container f5230160eb58 [2023-04-19T14:02:17.247Z] ---> 16227d321012 [2023-04-19T14:02:17.247Z] Step 8/29 : COPY go.mod vendor* ./ [2023-04-19T14:02:17.247Z] ---> 0ae3f68b3eb6 [2023-04-19T14:02:17.247Z] Step 9/29 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-19T14:02:17.247Z] ---> Running in 06cd66eec468 [2023-04-19T14:02:18.256Z] Removing intermediate container 06cd66eec468 [2023-04-19T14:02:18.256Z] ---> d4215e016b6a [2023-04-19T14:02:18.256Z] Step 10/29 : COPY . . [2023-04-19T14:02:18.520Z] ---> 9671c8f7bdfa [2023-04-19T14:02:18.520Z] Step 11/29 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-19T14:02:18.520Z] ---> Running in 680fedc36adc [2023-04-19T14:02:18.520Z] Removing intermediate container 680fedc36adc [2023-04-19T14:02:18.520Z] ---> 0f5359e05360 [2023-04-19T14:02:18.520Z] Step 12/29 : RUN $MAKE [2023-04-19T14:02:18.520Z] ---> Running in 6f3bb5ba0c54 [2023-04-19T14:02:18.779Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.51 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=0.0.0 -X edgexfoundry/app-rfid-llrp-inventory.Version=0.0.0" -trimpath -mod=readonly -o app-rfid-llrp-inventory [2023-04-19T14:02:19.129Z] > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 [2023-04-19T14:02:19.156Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-19T14:02:20.000Z] > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 [2023-04-19T14:02:20.045Z] Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.git [2023-04-19T14:02:20.045Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-19T14:02:20.063Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/pull/176/head:refs/remotes/origin/PR-176 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-04-19T14:02:20.538Z] Merging remotes/origin/main commit 670e042fb11711975c44f19a61fa475a20d859e8 into PR head commit 5fda2aeba8a2ea99c49d39af1cab18402f678de1 [2023-04-19T14:02:20.816Z] Merge succeeded, producing 5fda2aeba8a2ea99c49d39af1cab18402f678de1 [2023-04-19T14:02:20.816Z] Checking out Revision 5fda2aeba8a2ea99c49d39af1cab18402f678de1 (PR-176) [2023-04-19T14:02:21.290Z] Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v3" [2023-04-19T14:02:21.343Z] > git --version # timeout=10 [2023-04-19T14:02:21.355Z] > git --version # 'git version 2.25.1' [2023-04-19T14:02:21.377Z] fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-04-19T14:02:20.562Z] > git config core.sparsecheckout # timeout=10 [2023-04-19T14:02:20.636Z] > git checkout -f 5fda2aeba8a2ea99c49d39af1cab18402f678de1 # timeout=10 [2023-04-19T14:02:20.730Z] > git remote # timeout=10 [2023-04-19T14:02:20.747Z] > git config --get remote.origin.url # timeout=10 [2023-04-19T14:02:20.768Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-19T14:02:20.780Z] > git merge 670e042fb11711975c44f19a61fa475a20d859e8 # timeout=10 [2023-04-19T14:02:20.804Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-04-19T14:02:20.827Z] > git config core.sparsecheckout # timeout=10 [2023-04-19T14:02:20.841Z] > git checkout -f 5fda2aeba8a2ea99c49d39af1cab18402f678de1 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-19T14:02:22.594Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-04-19T14:02:22.594Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-19T14:02:22.594Z] Dload Upload Total Spent Left Speed [2023-04-19T14:02:22.594Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 82798 0 --:--:-- --:--:-- --:--:-- 82798 [Pipeline] sh [2023-04-19T14:02:23.192Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-04-19T14:02:23.544Z] + sudo tee /etc/docker/daemon.new [2023-04-19T14:02:23.544Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-04-19T14:02:23.544Z] { [2023-04-19T14:02:23.544Z] "registry-mirrors": [ [2023-04-19T14:02:23.544Z] "https://nexus3.edgexfoundry.org:10001" [2023-04-19T14:02:23.544Z] ], [2023-04-19T14:02:23.544Z] "bip": "10.250.0.254/24", [2023-04-19T14:02:23.544Z] "hosts": [ [2023-04-19T14:02:23.544Z] "tcp://0.0.0.0:5555", [2023-04-19T14:02:23.544Z] "unix:///var/run/docker.sock" [2023-04-19T14:02:23.544Z] ], [2023-04-19T14:02:23.544Z] "mtu": 1458, [2023-04-19T14:02:23.544Z] "selinux-enabled": true, [2023-04-19T14:02:23.544Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-04-19T14:02:23.544Z] } [Pipeline] sh [2023-04-19T14:02:23.884Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-04-19T14:02:24.225Z] + sudo service docker restart [2023-04-19T14:02:40.714Z] Removing intermediate container 6f3bb5ba0c54 [2023-04-19T14:02:40.714Z] ---> 398c5e64916c [2023-04-19T14:02:40.714Z] Step 13/29 : FROM alpine:3.17 [2023-04-19T14:02:40.714Z] 3.17: Pulling from library/alpine [2023-04-19T14:02:40.714Z] f56be85fc22e: Pulling fs layer [2023-04-19T14:02:40.714Z] f56be85fc22e: Download complete [2023-04-19T14:02:40.714Z] f56be85fc22e: Pull complete [2023-04-19T14:02:40.714Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-19T14:02:40.714Z] Status: Downloaded newer image for alpine:3.17 [2023-04-19T14:02:40.714Z] ---> 9ed4aefc74f6 [2023-04-19T14:02:40.714Z] Step 14/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-04-19T14:02:40.714Z] ---> Running in c5e263d5409b [2023-04-19T14:02:40.714Z] Removing intermediate container c5e263d5409b [2023-04-19T14:02:40.714Z] ---> fbfeb023a528 [2023-04-19T14:02:40.714Z] Step 15/29 : LABEL Name=app-service-rfid-llrp-inventory Version=${VERSION} [2023-04-19T14:02:40.714Z] ---> Running in bdc0cc33feaa [2023-04-19T14:02:40.714Z] Removing intermediate container bdc0cc33feaa [2023-04-19T14:02:40.714Z] ---> cff3d9601c7e [2023-04-19T14:02:40.714Z] Step 16/29 : RUN apk --no-cache add ca-certificates dumb-init [2023-04-19T14:02:40.714Z] ---> Running in 2817881d10d7 [2023-04-19T14:02:40.714Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-19T14:02:40.714Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-19T14:02:40.714Z] (1/2) Installing ca-certificates (20220614-r4) [2023-04-19T14:02:40.714Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-04-19T14:02:40.714Z] Executing busybox-1.35.0-r29.trigger [2023-04-19T14:02:40.714Z] Executing ca-certificates-20220614-r4.trigger [2023-04-19T14:02:40.714Z] OK: 8 MiB in 17 packages [2023-04-19T14:02:40.714Z] Removing intermediate container 2817881d10d7 [2023-04-19T14:02:40.714Z] ---> c922dec28acb [2023-04-19T14:02:40.714Z] Step 17/29 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-04-19T14:02:40.714Z] ---> 2881984f1ec0 [2023-04-19T14:02:40.714Z] Step 18/29 : COPY --from=builder /app/LICENSE /LICENSE [2023-04-19T14:02:40.714Z] ---> 1872d3f2f4c8 [2023-04-19T14:02:40.714Z] Step 19/29 : COPY --from=builder /app/res/ /res/ [2023-04-19T14:02:40.714Z] ---> b6913cccb58a [2023-04-19T14:02:40.714Z] Step 20/29 : COPY --from=builder /app/static/ /static/ [2023-04-19T14:02:40.714Z] ---> e80cd3f9045e [2023-04-19T14:02:40.714Z] Step 21/29 : COPY --from=builder /app/app-rfid-llrp-inventory /app-rfid-llrp-inventory [2023-04-19T14:02:41.321Z] ---> cffdd6a2a61c [2023-04-19T14:02:41.321Z] Step 22/29 : RUN mkdir -p /cache && chown -R 2002:2002 /cache [2023-04-19T14:02:41.321Z] ---> Running in 55eb7df59fba [2023-04-19T14:02:41.889Z] Removing intermediate container 55eb7df59fba [2023-04-19T14:02:41.889Z] ---> 7b7e53409886 [2023-04-19T14:02:41.890Z] Step 23/29 : VOLUME /cache [2023-04-19T14:02:41.890Z] ---> Running in 37ec96767652 [2023-04-19T14:02:42.148Z] Removing intermediate container 37ec96767652 [2023-04-19T14:02:42.148Z] ---> 5348a6e1eac2 [2023-04-19T14:02:42.148Z] Step 24/29 : EXPOSE 59711 [2023-04-19T14:02:42.148Z] ---> Running in f81e1610c940 [2023-04-19T14:02:42.148Z] Removing intermediate container f81e1610c940 [2023-04-19T14:02:42.148Z] ---> 124af8a854d0 [2023-04-19T14:02:42.148Z] Step 25/29 : ENTRYPOINT ["/app-rfid-llrp-inventory"] [2023-04-19T14:02:42.148Z] ---> Running in d37014e090d0 [2023-04-19T14:02:42.148Z] Removing intermediate container d37014e090d0 [2023-04-19T14:02:42.148Z] ---> d4930f39cedb [2023-04-19T14:02:42.148Z] Step 26/29 : CMD ["-cp=consul.http://edgex-core-consul:8500", "-registry"] [2023-04-19T14:02:42.148Z] ---> Running in d5865c4a6cb1 [2023-04-19T14:02:42.409Z] Removing intermediate container d5865c4a6cb1 [2023-04-19T14:02:42.409Z] ---> bf0cb00cabd4 [2023-04-19T14:02:42.409Z] Step 27/29 : LABEL arch=amd64 [2023-04-19T14:02:42.409Z] ---> Running in 3ce1596f554f [2023-04-19T14:02:42.409Z] Removing intermediate container 3ce1596f554f [2023-04-19T14:02:42.409Z] ---> 64245d9a3b12 [2023-04-19T14:02:42.409Z] Step 28/29 : LABEL git_sha=5fda2aeba8a2ea99c49d39af1cab18402f678de1 [2023-04-19T14:02:42.409Z] ---> Running in 10105f9ef460 [2023-04-19T14:02:42.409Z] Removing intermediate container 10105f9ef460 [2023-04-19T14:02:42.409Z] ---> 6fc07a380c1a [2023-04-19T14:02:42.409Z] Step 29/29 : LABEL version=0.0.0 [2023-04-19T14:02:42.409Z] ---> Running in 9f3dfa0aeb39 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-19T14:02:42.547Z] provisioning config files... [2023-04-19T14:02:42.572Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/app-rfid-llrp-inventory/1@tmp/config4074729256860509758tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-19T14:02:42.670Z] Removing intermediate container 9f3dfa0aeb39 [2023-04-19T14:02:42.670Z] ---> dc088bfc61f7 [2023-04-19T14:02:42.670Z] [Warning] One or more build-args [ARCH] were not consumed [2023-04-19T14:02:42.670Z] Successfully built dc088bfc61f7 [2023-04-19T14:02:42.670Z] Successfully tagged app-rfid-llrp-inventory:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [2023-04-19T14:02:42.960Z] ---> docker-login.sh [2023-04-19T14:02:42.960Z] nexus3.edgexfoundry.org:10001 Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [2023-04-19T14:02:43.229Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-19T14:02:43.503Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-19T14:02:43.503Z] Configure a credential helper to remove this warning. See [2023-04-19T14:02:43.503Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-19T14:02:43.503Z] [2023-04-19T14:02:43.659Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-19T14:02:43.659Z] [2023-04-19T14:02:43.659Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-19T14:02:43.770Z] Login Succeeded [2023-04-19T14:02:43.770Z] nexus3.edgexfoundry.org:10002 [2023-04-19T14:02:43.771Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-19T14:02:44.040Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-19T14:02:44.040Z] latest: Pulling from edgex-lftools-log-publisher [2023-04-19T14:02:44.040Z] 5eb5b503b376: Pulling fs layer [2023-04-19T14:02:44.040Z] 5c69ac0246d0: Pulling fs layer [2023-04-19T14:02:44.040Z] ec43610c2a17: Pulling fs layer [2023-04-19T14:02:44.040Z] 3a2ae6a8a46f: Pulling fs layer [2023-04-19T14:02:44.040Z] 33b1e0a273af: Pulling fs layer [2023-04-19T14:02:44.040Z] 5d3b04190fa2: Pulling fs layer [2023-04-19T14:02:44.040Z] 2f39f015ded8: Pulling fs layer [2023-04-19T14:02:44.040Z] 33b1e0a273af: Waiting [2023-04-19T14:02:44.040Z] 5d3b04190fa2: Waiting [2023-04-19T14:02:44.040Z] 2f39f015ded8: Waiting [2023-04-19T14:02:44.040Z] 3a2ae6a8a46f: Waiting [2023-04-19T14:02:44.040Z] 5c69ac0246d0: Download complete [2023-04-19T14:02:44.040Z] 3a2ae6a8a46f: Verifying Checksum [2023-04-19T14:02:44.040Z] 3a2ae6a8a46f: Download complete [2023-04-19T14:02:44.040Z] ec43610c2a17: Verifying Checksum [2023-04-19T14:02:44.040Z] ec43610c2a17: Download complete [2023-04-19T14:02:44.040Z] 33b1e0a273af: Verifying Checksum [2023-04-19T14:02:44.040Z] 33b1e0a273af: Download complete [2023-04-19T14:02:44.040Z] 5d3b04190fa2: Download complete [2023-04-19T14:02:44.042Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-19T14:02:44.042Z] Configure a credential helper to remove this warning. See [2023-04-19T14:02:44.042Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-19T14:02:44.042Z] [2023-04-19T14:02:44.042Z] Login Succeeded [2023-04-19T14:02:44.042Z] nexus3.edgexfoundry.org:10003 [2023-04-19T14:02:44.300Z] 5eb5b503b376: Verifying Checksum [2023-04-19T14:02:44.300Z] 5eb5b503b376: Download complete [2023-04-19T14:02:44.310Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-19T14:02:44.311Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-19T14:02:44.311Z] Configure a credential helper to remove this warning. See [2023-04-19T14:02:44.311Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-19T14:02:44.311Z] [2023-04-19T14:02:44.311Z] Login Succeeded [2023-04-19T14:02:44.311Z] nexus3.edgexfoundry.org:10004 [2023-04-19T14:02:44.582Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-19T14:02:44.852Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-19T14:02:44.852Z] Configure a credential helper to remove this warning. See [2023-04-19T14:02:44.852Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-19T14:02:44.852Z] [2023-04-19T14:02:44.852Z] Login Succeeded [2023-04-19T14:02:44.852Z] docker.io [2023-04-19T14:02:44.852Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-19T14:02:44.865Z] 2f39f015ded8: Verifying Checksum [2023-04-19T14:02:44.865Z] 2f39f015ded8: Download complete [2023-04-19T14:02:45.121Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-19T14:02:45.121Z] Configure a credential helper to remove this warning. See [2023-04-19T14:02:45.121Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-19T14:02:45.121Z] [2023-04-19T14:02:45.121Z] Login Succeeded [2023-04-19T14:02:45.121Z] ---> docker-login.sh ends [Pipeline] } [2023-04-19T14:02:45.150Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2023-04-19T14:02:45.429Z] 5eb5b503b376: Pull complete [Pipeline] echo [2023-04-19T14:02:45.507Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-19T14:02:45.544Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-19T14:02:45.578Z] ========================================================= [2023-04-19T14:02:45.578Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-04-19T14:02:45.578Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [2023-04-19T14:02:45.686Z] 5c69ac0246d0: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-19T14:02:45.946Z] ec43610c2a17: Pull complete [2023-04-19T14:02:46.098Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-04-19T14:02:46.205Z] 3a2ae6a8a46f: Pull complete [2023-04-19T14:02:46.205Z] 33b1e0a273af: Pull complete [2023-04-19T14:02:46.368Z] Sending build context to Docker daemon 677.9kB [2023-04-19T14:02:46.368Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-04-19T14:02:46.368Z] Step 2/12 : FROM ${BASE} AS builder [2023-04-19T14:02:46.368Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-04-19T14:02:46.368Z] af6eaf76a39c: Pulling fs layer [2023-04-19T14:02:46.368Z] 55522c791124: Pulling fs layer [2023-04-19T14:02:46.368Z] ce5c4a1c91eb: Pulling fs layer [2023-04-19T14:02:46.368Z] 169dfbe0d373: Pulling fs layer [2023-04-19T14:02:46.368Z] e1ff8fa3b103: Pulling fs layer [2023-04-19T14:02:46.368Z] 52ebb69f0ebf: Pulling fs layer [2023-04-19T14:02:46.368Z] 5abe8eddf0d5: Pulling fs layer [2023-04-19T14:02:46.368Z] 169dfbe0d373: Waiting [2023-04-19T14:02:46.368Z] e1ff8fa3b103: Waiting [2023-04-19T14:02:46.368Z] 52ebb69f0ebf: Waiting [2023-04-19T14:02:46.368Z] 5abe8eddf0d5: Waiting [2023-04-19T14:02:46.368Z] 55522c791124: Verifying Checksum [2023-04-19T14:02:46.368Z] 55522c791124: Download complete [2023-04-19T14:02:46.471Z] 5d3b04190fa2: Pull complete [2023-04-19T14:02:46.638Z] 169dfbe0d373: Verifying Checksum [2023-04-19T14:02:46.638Z] 169dfbe0d373: Download complete [2023-04-19T14:02:46.638Z] e1ff8fa3b103: Verifying Checksum [2023-04-19T14:02:46.638Z] e1ff8fa3b103: Download complete [2023-04-19T14:02:46.638Z] af6eaf76a39c: Verifying Checksum [2023-04-19T14:02:46.638Z] af6eaf76a39c: Download complete [2023-04-19T14:02:48.063Z] af6eaf76a39c: Pull complete [2023-04-19T14:02:48.063Z] 5abe8eddf0d5: Verifying Checksum [2023-04-19T14:02:48.063Z] 5abe8eddf0d5: Download complete [2023-04-19T14:02:48.331Z] 55522c791124: Pull complete [2023-04-19T14:02:48.925Z] ce5c4a1c91eb: Verifying Checksum [2023-04-19T14:02:48.925Z] ce5c4a1c91eb: Download complete [2023-04-19T14:02:48.925Z] 52ebb69f0ebf: Verifying Checksum [2023-04-19T14:02:48.925Z] 52ebb69f0ebf: Download complete [2023-04-19T14:02:50.669Z] 2f39f015ded8: Pull complete [2023-04-19T14:02:50.669Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-04-19T14:02:50.669Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-19T14:02:50.669Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-19T14:02:50.868Z] prd-ubuntu20.04-docker-8c-8g-9088 does not seem to be running inside a container [2023-04-19T14:02:50.897Z] $ 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/y_app-rfid-llrp-inventory_PR-176 -v /w/workspace/y_app-rfid-llrp-inventory_PR-176:/w/workspace/y_app-rfid-llrp-inventory_PR-176:rw,z -v /w/workspace/y_app-rfid-llrp-inventory_PR-176@tmp:/w/workspace/y_app-rfid-llrp-inventory_PR-176@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-04-19T14:02:53.968Z] $ docker top 69f2e9e752c19d522e8fb74ae96852d1d2fbb288616230334b062a36ea1877c4 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-19T14:02:54.417Z] ---> job-cost.sh [2023-04-19T14:02:54.417Z] lf-activate-venv: SKIPPING [2023-04-19T14:02:54.417Z] INFO: No Stack... [2023-04-19T14:02:54.676Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-04-19T14:02:55.247Z] INFO: Archiving Costs [Pipeline] sh [2023-04-19T14:02:55.573Z] + cat /w/workspace/y_app-rfid-llrp-inventory_PR-176/archives/cost.csv [2023-04-19T14:02:55.573Z] + cut -d, -f6 [Pipeline] lock [2023-04-19T14:02:55.612Z] Trying to acquire lock on [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-176-1-stack-cost] [2023-04-19T14:02:55.617Z] Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-176-1-stack-cost] did not exist. Created. [2023-04-19T14:02:55.617Z] Lock acquired on [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-176-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-04-19T14:02:56.025Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-04-19T14:02:56.082Z] Stashed 1 file(s) [Pipeline] } [2023-04-19T14:02:56.111Z] Lock released on resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-176-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-04-19T14:02:56.191Z] $ docker stop --time=1 69f2e9e752c19d522e8fb74ae96852d1d2fbb288616230334b062a36ea1877c4 [2023-04-19T14:02:57.330Z] $ docker rm -f --volumes 69f2e9e752c19d522e8fb74ae96852d1d2fbb288616230334b062a36ea1877c4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-04-19T14:02:59.126Z] ce5c4a1c91eb: Pull complete [2023-04-19T14:02:59.126Z] 169dfbe0d373: Pull complete [2023-04-19T14:02:59.126Z] e1ff8fa3b103: Pull complete [2023-04-19T14:03:04.463Z] 52ebb69f0ebf: Pull complete [2023-04-19T14:03:06.402Z] 5abe8eddf0d5: Pull complete [2023-04-19T14:03:06.402Z] Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f [2023-04-19T14:03:06.402Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-04-19T14:03:06.402Z] ---> 6cb57ee374ae [2023-04-19T14:03:06.402Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-04-19T14:03:07.816Z] ---> Running in 62c597d83c32 [2023-04-19T14:03:08.084Z] Removing intermediate container 62c597d83c32 [2023-04-19T14:03:08.084Z] ---> 60dfd3a8a88c [2023-04-19T14:03:08.084Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-04-19T14:03:08.350Z] ---> Running in 16d81e869b6d [2023-04-19T14:03:08.616Z] Removing intermediate container 16d81e869b6d [2023-04-19T14:03:08.616Z] ---> 4a4fc8f7d455 [2023-04-19T14:03:08.616Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-04-19T14:03:08.616Z] ---> Running in cdff6d8cf66e [2023-04-19T14:03:08.883Z] Removing intermediate container cdff6d8cf66e [2023-04-19T14:03:08.883Z] ---> 691e5bc3ed9a [2023-04-19T14:03:08.883Z] Step 6/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-19T14:03:08.883Z] ---> Running in 67b36341cd11 [2023-04-19T14:03:09.843Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-19T14:03:10.802Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-19T14:03:11.763Z] OK: 263 MiB in 53 packages [2023-04-19T14:03:12.345Z] Removing intermediate container 67b36341cd11 [2023-04-19T14:03:12.345Z] ---> c28b6a6a4966 [2023-04-19T14:03:12.345Z] Step 7/12 : WORKDIR /app [2023-04-19T14:03:12.616Z] ---> Running in b641ca6d4fb8 [2023-04-19T14:03:12.883Z] Removing intermediate container b641ca6d4fb8 [2023-04-19T14:03:12.883Z] ---> 17ea80df5791 [2023-04-19T14:03:12.883Z] Step 8/12 : COPY go.mod vendor* ./ [2023-04-19T14:03:13.468Z] ---> 0b9d5fdd6e22 [2023-04-19T14:03:13.468Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-19T14:03:13.468Z] ---> Running in 1facd51503fb [2023-04-19T14:04:35.088Z] Removing intermediate container 1facd51503fb [2023-04-19T14:04:35.088Z] ---> d172e7262dee [2023-04-19T14:04:35.088Z] Step 10/12 : COPY . . [2023-04-19T14:04:35.088Z] ---> 5ff83db633c2 [2023-04-19T14:04:35.088Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-19T14:04:35.088Z] ---> Running in 78e9ce2e7086 [2023-04-19T14:04:35.088Z] Removing intermediate container 78e9ce2e7086 [2023-04-19T14:04:35.088Z] ---> ebe3f17fe658 [2023-04-19T14:04:35.088Z] Step 12/12 : RUN $MAKE [2023-04-19T14:04:35.088Z] ---> Running in 214be242a615 [2023-04-19T14:04:35.088Z] noop [2023-04-19T14:04:35.088Z] Removing intermediate container 214be242a615 [2023-04-19T14:04:35.088Z] ---> 451e20e4b78e [2023-04-19T14:04:35.088Z] Successfully built 451e20e4b78e [2023-04-19T14:04:35.088Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-19T14:04:35.557Z] + docker inspect -f . ci-base-image-arm64 [2023-04-19T14:04:35.557Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-19T14:04:35.817Z] prd-ubuntu20.04-docker-arm64-4c-16g-9089 does not seem to be running inside a container [2023-04-19T14:04:35.874Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-rfid-llrp-inventory/1 -v /w/workspace/app-rfid-llrp-inventory/1:/w/workspace/app-rfid-llrp-inventory/1:rw,z -v /w/workspace/app-rfid-llrp-inventory/1@tmp:/w/workspace/app-rfid-llrp-inventory/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-04-19T14:04:36.944Z] $ docker top a23eefe971c81b9ba59fec7c83066b00aa04abce6818430014589a4c3eeb01d0 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-19T14:04:37.796Z] + go version [2023-04-19T14:04:37.796Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-04-19T14:04:37.828Z] $ docker stop --time=1 a23eefe971c81b9ba59fec7c83066b00aa04abce6818430014589a4c3eeb01d0 [2023-04-19T14:04:39.386Z] $ docker rm -f --volumes a23eefe971c81b9ba59fec7c83066b00aa04abce6818430014589a4c3eeb01d0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-19T14:04:40.246Z] + docker inspect -f . ci-base-image-arm64 [2023-04-19T14:04:40.246Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-19T14:04:40.485Z] prd-ubuntu20.04-docker-arm64-4c-16g-9089 does not seem to be running inside a container [2023-04-19T14:04:40.542Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/app-rfid-llrp-inventory/1 -v /w/workspace/app-rfid-llrp-inventory/1:/w/workspace/app-rfid-llrp-inventory/1:rw,z -v /w/workspace/app-rfid-llrp-inventory/1@tmp:/w/workspace/app-rfid-llrp-inventory/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-04-19T14:04:41.619Z] $ docker top 8466179aa4a169e4ffb425ca7991d4d051b206bfa11acee172e795b61d11dcdd -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-19T14:04:42.169Z] + git config --global --add safe.directory /w/workspace/app-rfid-llrp-inventory/1 [Pipeline] fileExists [Pipeline] sh [2023-04-19T14:04:42.816Z] + make test [2023-04-19T14:04:42.816Z] go test -race ./... -coverprofile=coverage.out ./... [2023-04-19T14:07:34.535Z] ? edgexfoundry/app-rfid-llrp-inventory [no test files] [2023-04-19T14:07:34.535Z] ? edgexfoundry/app-rfid-llrp-inventory/internal/inventory/app [no test files] [2023-04-19T14:07:34.535Z] ok edgexfoundry/app-rfid-llrp-inventory/internal/inventory 1.110s coverage: 86.2% of statements [2023-04-19T14:07:39.885Z] ok edgexfoundry/app-rfid-llrp-inventory/internal/llrp 3.472s coverage: 71.9% of statements [2023-04-19T14:07:40.154Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-04-19T14:07:40.154Z] go vet ./... [2023-04-19T14:10:01.862Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-04-19T14:10:01.862Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-04-19T14:10:01.862Z] ./bin/test-attribution.sh [2023-04-19T14:10:01.862Z] An attribution for github.com/go-jose/go-jose/v3 is missing from Attribution.txt, please add [Pipeline] echo [2023-04-19T14:10:01.895Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-04-19T14:10:01.905Z] $ docker stop --time=1 8466179aa4a169e4ffb425ca7991d4d051b206bfa11acee172e795b61d11dcdd [2023-04-19T14:10:05.291Z] $ docker rm -f --volumes 8466179aa4a169e4ffb425ca7991d4d051b206bfa11acee172e795b61d11dcdd [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-19T14:10:06.882Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-04-19T14:10:06.919Z] Warning: overwriting stash ‘coverage-report’ [2023-04-19T14:10:07.401Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-19T14:10:08.010Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-04-19T14:10:08.343Z] + ls -al . [2023-04-19T14:10:08.343Z] total 224 [2023-04-19T14:10:08.343Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 19 14:04 . [2023-04-19T14:10:08.343Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 19 14:02 .. [2023-04-19T14:10:08.343Z] -rw-rw-r-- 1 jenkins jenkins 262 Apr 19 14:02 .dockerignore [2023-04-19T14:10:08.343Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 19 14:02 .git [2023-04-19T14:10:08.343Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 19 14:02 .github [2023-04-19T14:10:08.343Z] -rw-rw-r-- 1 jenkins jenkins 788 Apr 19 14:02 .gitignore [2023-04-19T14:10:08.343Z] -rw-rw-r-- 1 jenkins jenkins 41 Apr 19 14:02 .golangci.yml [2023-04-19T14:10:08.343Z] -rw-rw-r-- 1 jenkins jenkins 9805 Apr 19 14:02 Attribution.txt [2023-04-19T14:10:08.343Z] -rw-rw-r-- 1 jenkins jenkins 4331 Apr 19 14:02 CHANGELOG.md [2023-04-19T14:10:08.343Z] -rw-rw-r-- 1 jenkins jenkins 1659 Apr 19 14:02 Dockerfile [2023-04-19T14:10:08.343Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 19 14:02 GOVERNANCE.md [2023-04-19T14:10:08.343Z] -rw-rw-r-- 1 jenkins jenkins 687 Apr 19 14:02 Jenkinsfile [2023-04-19T14:10:08.343Z] -rw-rw-r-- 1 jenkins jenkins 11347 Apr 19 14:02 LICENSE [2023-04-19T14:10:08.343Z] -rw-rw-r-- 1 jenkins jenkins 2497 Apr 19 14:02 Makefile [2023-04-19T14:10:08.343Z] -rw-rw-r-- 1 jenkins jenkins 617 Apr 19 14:02 OWNERS.md [2023-04-19T14:10:08.343Z] -rw-rw-r-- 1 jenkins jenkins 31001 Apr 19 14:02 README.md [2023-04-19T14:10:08.343Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 19 14:00 VERSION [2023-04-19T14:10:08.343Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 19 14:02 bin [2023-04-19T14:10:08.343Z] -rw-r--r-- 1 jenkins jenkins 41317 Apr 19 14:07 coverage.out [2023-04-19T14:10:08.343Z] -rw-rw-r-- 1 jenkins jenkins 3467 Apr 19 14:02 go.mod [2023-04-19T14:10:08.343Z] -rw-rw-r-- 1 jenkins jenkins 31620 Apr 19 14:02 go.sum [2023-04-19T14:10:08.343Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 19 14:02 images [2023-04-19T14:10:08.343Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 19 14:02 internal [2023-04-19T14:10:08.343Z] -rw-rw-r-- 1 jenkins jenkins 531 Apr 19 14:02 main.go [2023-04-19T14:10:08.343Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 19 14:02 res [2023-04-19T14:10:08.343Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 19 14:02 snap [2023-04-19T14:10:08.343Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 19 14:02 static [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-19T14:10:08.765Z] + docker build -t app-rfid-llrp-inventory-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=5fda2aeba8a2ea99c49d39af1cab18402f678de1 --label arch=arm64 --label version=0.0.0 . [2023-04-19T14:10:09.031Z] Sending build context to Docker daemon 677.9kB [2023-04-19T14:10:09.031Z] Step 1/29 : ARG BASE=golang:1.20-alpine3.17 [2023-04-19T14:10:09.031Z] Step 2/29 : FROM ${BASE} AS builder [2023-04-19T14:10:09.031Z] ---> 451e20e4b78e [2023-04-19T14:10:09.031Z] Step 3/29 : ARG ALPINE_PKG_BASE="make git" [2023-04-19T14:10:09.031Z] ---> Running in 6105ec4efe05 [2023-04-19T14:10:09.297Z] Removing intermediate container 6105ec4efe05 [2023-04-19T14:10:09.297Z] ---> c0df8c7dcbe4 [2023-04-19T14:10:09.297Z] Step 4/29 : ARG ALPINE_PKG_EXTRA="" [2023-04-19T14:10:09.570Z] ---> Running in 6a4ce1f0b969 [2023-04-19T14:10:09.841Z] Removing intermediate container 6a4ce1f0b969 [2023-04-19T14:10:09.841Z] ---> 5fdddcd121f0 [2023-04-19T14:10:09.841Z] Step 5/29 : ARG ADD_BUILD_TAGS="" [2023-04-19T14:10:09.841Z] ---> Running in 5612a4b32d2c [2023-04-19T14:10:10.119Z] Removing intermediate container 5612a4b32d2c [2023-04-19T14:10:10.119Z] ---> 9f0999a0aad7 [2023-04-19T14:10:10.119Z] Step 6/29 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-19T14:10:10.119Z] ---> Running in 4300dced8ae2 [2023-04-19T14:10:11.093Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-19T14:10:11.680Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-19T14:10:12.644Z] OK: 263 MiB in 53 packages [2023-04-19T14:10:13.610Z] Removing intermediate container 4300dced8ae2 [2023-04-19T14:10:13.610Z] ---> f5a3016e9540 [2023-04-19T14:10:13.610Z] Step 7/29 : WORKDIR /app [2023-04-19T14:10:13.610Z] ---> Running in 9a20f23af1fb [2023-04-19T14:10:13.879Z] Removing intermediate container 9a20f23af1fb [2023-04-19T14:10:13.879Z] ---> 1770c119407e [2023-04-19T14:10:13.879Z] Step 8/29 : COPY go.mod vendor* ./ [2023-04-19T14:10:14.463Z] ---> b52b23b509dc [2023-04-19T14:10:14.463Z] Step 9/29 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-19T14:10:14.463Z] ---> Running in b6d20a52bd2d [2023-04-19T14:10:17.045Z] Removing intermediate container b6d20a52bd2d [2023-04-19T14:10:17.045Z] ---> f90ed83a5bdd [2023-04-19T14:10:17.045Z] Step 10/29 : COPY . . [2023-04-19T14:10:17.313Z] ---> fde264d16728 [2023-04-19T14:10:17.313Z] Step 11/29 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-19T14:10:17.583Z] ---> Running in a159b0ed359e [2023-04-19T14:10:17.853Z] Removing intermediate container a159b0ed359e [2023-04-19T14:10:17.853Z] ---> 97517b3dd9f5 [2023-04-19T14:10:17.853Z] Step 12/29 : RUN $MAKE [2023-04-19T14:10:17.853Z] ---> Running in 1256fe7bd821 [2023-04-19T14:10:18.814Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.51 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=0.0.0 -X edgexfoundry/app-rfid-llrp-inventory.Version=0.0.0" -trimpath -mod=readonly -o app-rfid-llrp-inventory [2023-04-19T14:12:25.526Z] Removing intermediate container 1256fe7bd821 [2023-04-19T14:12:25.526Z] ---> e451388ad54d [2023-04-19T14:12:25.526Z] Step 13/29 : FROM alpine:3.17 [2023-04-19T14:12:25.526Z] 3.17: Pulling from library/alpine [2023-04-19T14:12:25.526Z] c41833b44d91: Pulling fs layer [2023-04-19T14:12:25.526Z] c41833b44d91: Verifying Checksum [2023-04-19T14:12:25.526Z] c41833b44d91: Download complete [2023-04-19T14:12:25.526Z] c41833b44d91: Pull complete [2023-04-19T14:12:25.526Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-19T14:12:25.526Z] Status: Downloaded newer image for alpine:3.17 [2023-04-19T14:12:25.526Z] ---> 51e60588ff2c [2023-04-19T14:12:25.526Z] Step 14/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-04-19T14:12:25.526Z] ---> Running in b3536be3aa16 [2023-04-19T14:12:25.526Z] Removing intermediate container b3536be3aa16 [2023-04-19T14:12:25.526Z] ---> 125d631cd224 [2023-04-19T14:12:25.526Z] Step 15/29 : LABEL Name=app-service-rfid-llrp-inventory Version=${VERSION} [2023-04-19T14:12:25.526Z] ---> Running in d26f96dd3e36 [2023-04-19T14:12:25.526Z] Removing intermediate container d26f96dd3e36 [2023-04-19T14:12:25.526Z] ---> 8fa88110add3 [2023-04-19T14:12:25.526Z] Step 16/29 : RUN apk --no-cache add ca-certificates dumb-init [2023-04-19T14:12:25.526Z] ---> Running in c1ece6baf5b8 [2023-04-19T14:12:25.526Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-19T14:12:26.109Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-19T14:12:27.081Z] (1/2) Installing ca-certificates (20220614-r4) [2023-04-19T14:12:27.081Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-04-19T14:12:27.081Z] Executing busybox-1.35.0-r29.trigger [2023-04-19T14:12:27.081Z] Executing ca-certificates-20220614-r4.trigger [2023-04-19T14:12:27.349Z] OK: 8 MiB in 17 packages [2023-04-19T14:12:28.762Z] Removing intermediate container c1ece6baf5b8 [2023-04-19T14:12:28.762Z] ---> c17816f834bb [2023-04-19T14:12:28.762Z] Step 17/29 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-04-19T14:12:29.028Z] ---> 3424c2df2bef [2023-04-19T14:12:29.028Z] Step 18/29 : COPY --from=builder /app/LICENSE /LICENSE [2023-04-19T14:12:29.611Z] ---> 666b9e90a6f9 [2023-04-19T14:12:29.611Z] Step 19/29 : COPY --from=builder /app/res/ /res/ [2023-04-19T14:12:29.878Z] ---> 0335fe49495b [2023-04-19T14:12:29.878Z] Step 20/29 : COPY --from=builder /app/static/ /static/ [2023-04-19T14:12:30.479Z] ---> c9746d7c2fcd [2023-04-19T14:12:30.479Z] Step 21/29 : COPY --from=builder /app/app-rfid-llrp-inventory /app-rfid-llrp-inventory [2023-04-19T14:12:31.441Z] ---> 0e92ea31979c [2023-04-19T14:12:31.441Z] Step 22/29 : RUN mkdir -p /cache && chown -R 2002:2002 /cache [2023-04-19T14:12:31.441Z] ---> Running in f8b83f1a0f7a [2023-04-19T14:12:32.862Z] Removing intermediate container f8b83f1a0f7a [2023-04-19T14:12:32.862Z] ---> 87e3d93251cb [2023-04-19T14:12:32.862Z] Step 23/29 : VOLUME /cache [2023-04-19T14:12:33.129Z] ---> Running in 955caa120160 [2023-04-19T14:12:33.395Z] Removing intermediate container 955caa120160 [2023-04-19T14:12:33.395Z] ---> d826f6a583c8 [2023-04-19T14:12:33.395Z] Step 24/29 : EXPOSE 59711 [2023-04-19T14:12:33.395Z] ---> Running in 19d245188e37 [2023-04-19T14:12:33.666Z] Removing intermediate container 19d245188e37 [2023-04-19T14:12:33.667Z] ---> 60385c65a241 [2023-04-19T14:12:33.667Z] Step 25/29 : ENTRYPOINT ["/app-rfid-llrp-inventory"] [2023-04-19T14:12:33.667Z] ---> Running in 382c8114ddca [2023-04-19T14:12:33.932Z] Removing intermediate container 382c8114ddca [2023-04-19T14:12:33.932Z] ---> 321e30f98a7e [2023-04-19T14:12:33.932Z] Step 26/29 : CMD ["-cp=consul.http://edgex-core-consul:8500", "-registry"] [2023-04-19T14:12:33.932Z] ---> Running in 30c8ce4fb79e [2023-04-19T14:12:34.269Z] Removing intermediate container 30c8ce4fb79e [2023-04-19T14:12:34.269Z] ---> 8ee959d719d1 [2023-04-19T14:12:34.269Z] Step 27/29 : LABEL arch=arm64 [2023-04-19T14:12:34.540Z] ---> Running in c713cf2d7b96 [2023-04-19T14:12:34.811Z] Removing intermediate container c713cf2d7b96 [2023-04-19T14:12:34.811Z] ---> d517de4d7d67 [2023-04-19T14:12:34.811Z] Step 28/29 : LABEL git_sha=5fda2aeba8a2ea99c49d39af1cab18402f678de1 [2023-04-19T14:12:34.811Z] ---> Running in 5763071bd3a5 [2023-04-19T14:12:35.080Z] Removing intermediate container 5763071bd3a5 [2023-04-19T14:12:35.080Z] ---> 8324befcdc6a [2023-04-19T14:12:35.080Z] Step 29/29 : LABEL version=0.0.0 [2023-04-19T14:12:35.080Z] ---> Running in c760a8f48446 [2023-04-19T14:12:35.349Z] Removing intermediate container c760a8f48446 [2023-04-19T14:12:35.349Z] ---> 0ec2b264a379 [2023-04-19T14:12:35.349Z] [Warning] One or more build-args [ARCH] were not consumed [2023-04-19T14:12:35.349Z] Successfully built 0ec2b264a379 [2023-04-19T14:12:35.349Z] Successfully tagged app-rfid-llrp-inventory-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-19T14:12:36.231Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-19T14:12:36.231Z] [2023-04-19T14:12:36.231Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-19T14:12:36.658Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-19T14:12:36.658Z] arm64: Pulling from edgex-lftools-log-publisher [2023-04-19T14:12:36.658Z] 8998bd30e6a1: Pulling fs layer [2023-04-19T14:12:36.658Z] 04944245beec: Pulling fs layer [2023-04-19T14:12:36.658Z] 699f458cf7ca: Pulling fs layer [2023-04-19T14:12:36.658Z] 765212b225bb: Pulling fs layer [2023-04-19T14:12:36.658Z] f23df028b6ca: Pulling fs layer [2023-04-19T14:12:36.658Z] d65c8cfc05b1: Pulling fs layer [2023-04-19T14:12:36.658Z] 2437ff75d9bd: Pulling fs layer [2023-04-19T14:12:36.658Z] d65c8cfc05b1: Waiting [2023-04-19T14:12:36.658Z] 765212b225bb: Waiting [2023-04-19T14:12:36.658Z] 2437ff75d9bd: Waiting [2023-04-19T14:12:36.658Z] f23df028b6ca: Waiting [2023-04-19T14:12:36.948Z] 04944245beec: Verifying Checksum [2023-04-19T14:12:36.948Z] 04944245beec: Download complete [2023-04-19T14:12:36.948Z] 765212b225bb: Verifying Checksum [2023-04-19T14:12:36.948Z] 765212b225bb: Download complete [2023-04-19T14:12:36.948Z] f23df028b6ca: Download complete [2023-04-19T14:12:36.948Z] d65c8cfc05b1: Verifying Checksum [2023-04-19T14:12:36.948Z] d65c8cfc05b1: Download complete [2023-04-19T14:12:36.948Z] 699f458cf7ca: Download complete [2023-04-19T14:12:37.559Z] 8998bd30e6a1: Verifying Checksum [2023-04-19T14:12:37.559Z] 8998bd30e6a1: Download complete [2023-04-19T14:12:39.500Z] 2437ff75d9bd: Verifying Checksum [2023-04-19T14:12:39.500Z] 2437ff75d9bd: Download complete [2023-04-19T14:12:42.082Z] 8998bd30e6a1: Pull complete [2023-04-19T14:12:42.350Z] 04944245beec: Pull complete [2023-04-19T14:12:43.772Z] 699f458cf7ca: Pull complete [2023-04-19T14:12:44.040Z] 765212b225bb: Pull complete [2023-04-19T14:12:44.625Z] f23df028b6ca: Pull complete [2023-04-19T14:12:44.892Z] d65c8cfc05b1: Pull complete [2023-04-19T14:12:59.887Z] 2437ff75d9bd: Pull complete [2023-04-19T14:12:59.887Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-04-19T14:12:59.887Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-19T14:12:59.887Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-19T14:13:00.229Z] prd-ubuntu20.04-docker-arm64-4c-16g-9089 does not seem to be running inside a container [2023-04-19T14:13:00.277Z] $ 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/app-rfid-llrp-inventory/1 -v /w/workspace/app-rfid-llrp-inventory/1:/w/workspace/app-rfid-llrp-inventory/1:rw,z -v /w/workspace/app-rfid-llrp-inventory/1@tmp:/w/workspace/app-rfid-llrp-inventory/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-04-19T14:13:02.809Z] $ docker top fd1bfea1931fb95972bef98d35701e668dd8d24a0a8838436b64393b4ef902a6 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-19T14:13:03.756Z] ---> job-cost.sh [2023-04-19T14:13:03.756Z] lf-activate-venv: SKIPPING [2023-04-19T14:13:03.756Z] INFO: No Stack... [2023-04-19T14:13:04.022Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-04-19T14:13:04.978Z] INFO: Archiving Costs [Pipeline] sh [2023-04-19T14:13:05.322Z] + cat /w/workspace/app-rfid-llrp-inventory/1/archives/cost.csv [2023-04-19T14:13:05.322Z] + cut -d, -f6 [Pipeline] lock [2023-04-19T14:13:05.411Z] Trying to acquire lock on [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-176-1-stack-cost] [2023-04-19T14:13:05.417Z] Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-176-1-stack-cost] did not exist. Created. [2023-04-19T14:13:05.417Z] Lock acquired on [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-176-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-04-19T14:13:06.148Z] /w/workspace/app-rfid-llrp-inventory/1@tmp/durable-b40581c4/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-04-19T14:13:06.819Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-04-19T14:13:06.857Z] Warning: overwriting stash ‘stack-cost’ [2023-04-19T14:13:06.906Z] Stashed 1 file(s) [Pipeline] } [2023-04-19T14:13:06.923Z] Lock released on resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-176-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-04-19T14:13:06.972Z] $ docker stop --time=1 fd1bfea1931fb95972bef98d35701e668dd8d24a0a8838436b64393b4ef902a6 [2023-04-19T14:13:09.879Z] $ docker rm -f --volumes fd1bfea1931fb95972bef98d35701e668dd8d24a0a8838436b64393b4ef902a6 [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 [2023-04-19T14:13:10.950Z] provisioning config files... [2023-04-19T14:13:10.959Z] copy managed file [app-rfid-llrp-inventory-codecov-token] to file:/w/workspace/y_app-rfid-llrp-inventory_PR-176@tmp/config11826077581794772366tmp [Pipeline] { [Pipeline] sh [2023-04-19T14:13:11.296Z] + set +x [2023-04-19T14:13:11.296Z] + bash -s -- [2023-04-19T14:13:11.296Z] + curl -s https://codecov.io/bash [2023-04-19T14:13:11.296Z] [2023-04-19T14:13:11.296Z] _____ _ [2023-04-19T14:13:11.296Z] / ____| | | [2023-04-19T14:13:11.296Z] | | ___ __| | ___ ___ _____ __ [2023-04-19T14:13:11.296Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-04-19T14:13:11.296Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-04-19T14:13:11.296Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-04-19T14:13:11.296Z] Bash-1.0.6 [2023-04-19T14:13:11.296Z] [2023-04-19T14:13:11.296Z] [2023-04-19T14:13:11.296Z] ==> git version 2.25.1 found [2023-04-19T14:13:11.296Z] ==> 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 [2023-04-19T14:13:11.296Z] Release-Date: 2020-01-08 [2023-04-19T14:13:11.296Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-04-19T14:13:11.296Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-04-19T14:13:11.296Z] ==> Jenkins CI detected. [2023-04-19T14:13:11.296Z] current dir:  /w/workspace/y_app-rfid-llrp-inventory_PR-176 [2023-04-19T14:13:11.296Z] project root: . [2023-04-19T14:13:11.296Z] --> token set from env [2023-04-19T14:13:11.296Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-04-19T14:13:11.296Z] ==> Running gcov in . (disable via -X gcov) [2023-04-19T14:13:11.296Z] ==> Python coveragepy not found [2023-04-19T14:13:11.296Z] ==> Searching for coverage reports in: [2023-04-19T14:13:11.296Z] + . [2023-04-19T14:13:11.296Z] -> Found 1 reports [2023-04-19T14:13:11.296Z] ==> Detecting git/mercurial file structure [2023-04-19T14:13:11.296Z] ==> Reading reports [2023-04-19T14:13:11.296Z] + ./coverage.out bytes=41317 [2023-04-19T14:13:11.557Z] ==> Appending adjustments [2023-04-19T14:13:11.557Z] https://docs.codecov.io/docs/fixing-reports [2023-04-19T14:13:11.557Z] + Found adjustments [2023-04-19T14:13:11.557Z] ==> Gzipping contents [2023-04-19T14:13:11.557Z] 12K /tmp/codecov.R80Ykz.gz [2023-04-19T14:13:11.557Z] ==> Uploading reports [2023-04-19T14:13:11.557Z] url: https://codecov.io [2023-04-19T14:13:11.557Z] query: branch=PR-176&commit=5fda2aeba8a2ea99c49d39af1cab18402f678de1&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-rfid-llrp-inventory%2Fjob%2FPR-176%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-rfid-llrp-inventory&service=jenkins&flags=&pr=176&job=&cmd_args= [2023-04-19T14:13:11.557Z] -> Pinging Codecov [2023-04-19T14:13:11.557Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=0703e47f-c946-4a15-b96a-5e99ca1c8fb5&branch=PR-176&commit=5fda2aeba8a2ea99c49d39af1cab18402f678de1&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-rfid-llrp-inventory%2Fjob%2FPR-176%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-rfid-llrp-inventory&service=jenkins&flags=&pr=176&job=&cmd_args= [2023-04-19T14:13:11.818Z] -> Uploading to [2023-04-19T14:13:11.818Z] https://storage.googleapis.com/codecov/v4/raw/2023-04-19/581DD39554BDF9B6E22D074273EAD858/5fda2aeba8a2ea99c49d39af1cab18402f678de1/2fe6e26c-343b-43e3-8657-58410a820fcb.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230419%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230419T141311Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5917abf5e34f863ef944697e4b8e81ccea449c2105c26af4bbc3ae401c9f3492 [2023-04-19T14:13:11.818Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-19T14:13:11.818Z] Dload Upload Total Spent Left Speed [2023-04-19T14:13:12.078Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11800 0 0 100 11800 0 48760 --:--:-- --:--:-- --:--:-- 48760 [2023-04-19T14:13:12.078Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rfid-llrp-go/commit/5fda2aeba8a2ea99c49d39af1cab18402f678de1 [Pipeline] } [2023-04-19T14:13:12.111Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-04-19T14:13:13.891Z] + [ -d /w/workspace/y_app-rfid-llrp-inventory_PR-176/archives ] [2023-04-19T14:13:13.891Z] + ls -al /w/workspace/y_app-rfid-llrp-inventory_PR-176/archives [2023-04-19T14:13:13.891Z] total 16 [2023-04-19T14:13:13.891Z] drwxr-xr-x 3 root root 4096 Apr 19 14:02 . [2023-04-19T14:13:13.891Z] drwxrwxr-x 12 jenkins jenkins 4096 Apr 19 14:02 .. [2023-04-19T14:13:13.891Z] drwxr-xr-x 2 root root 4096 Apr 19 14:02 cost [2023-04-19T14:13:13.891Z] -rw-r--r-- 1 root root 95 Apr 19 14:02 cost.csv [2023-04-19T14:13:13.891Z] + sudo chown -R jenkins:jenkins /w/workspace/y_app-rfid-llrp-inventory_PR-176/archives [2023-04-19T14:13:13.891Z] + ls -al /w/workspace/y_app-rfid-llrp-inventory_PR-176/archives [2023-04-19T14:13:13.891Z] total 16 [2023-04-19T14:13:13.891Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 19 14:02 . [2023-04-19T14:13:13.891Z] drwxrwxr-x 12 jenkins jenkins 4096 Apr 19 14:02 .. [2023-04-19T14:13:13.891Z] drwxr-xr-x 2 jenkins jenkins 4096 Apr 19 14:02 cost [2023-04-19T14:13:13.891Z] -rw-r--r-- 1 jenkins jenkins 95 Apr 19 14:02 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-04-19T14:13:14.234Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-19T14:13:15.144Z] ---> package-listing.sh [2023-04-19T14:13:15.145Z] ++ facter osfamily [2023-04-19T14:13:15.145Z] ++ tr '[:upper:]' '[:lower:]' [2023-04-19T14:13:15.404Z] + OS_FAMILY=debian [2023-04-19T14:13:15.404Z] + workspace=/w/workspace/y_app-rfid-llrp-inventory_PR-176 [2023-04-19T14:13:15.404Z] + START_PACKAGES=/tmp/packages_start.txt [2023-04-19T14:13:15.404Z] + END_PACKAGES=/tmp/packages_end.txt [2023-04-19T14:13:15.404Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-04-19T14:13:15.404Z] + PACKAGES=/tmp/packages_start.txt [2023-04-19T14:13:15.404Z] + '[' /w/workspace/y_app-rfid-llrp-inventory_PR-176 ']' [2023-04-19T14:13:15.404Z] + PACKAGES=/tmp/packages_end.txt [2023-04-19T14:13:15.405Z] + case "${OS_FAMILY}" in [2023-04-19T14:13:15.405Z] + dpkg -l [2023-04-19T14:13:15.405Z] + grep '^ii' [2023-04-19T14:13:15.405Z] + '[' -f /tmp/packages_start.txt ']' [2023-04-19T14:13:15.405Z] + '[' -f /tmp/packages_end.txt ']' [2023-04-19T14:13:15.405Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-04-19T14:13:15.405Z] + '[' /w/workspace/y_app-rfid-llrp-inventory_PR-176 ']' [2023-04-19T14:13:15.405Z] + mkdir -p /w/workspace/y_app-rfid-llrp-inventory_PR-176/archives/ [2023-04-19T14:13:15.405Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/y_app-rfid-llrp-inventory_PR-176/archives/ [Pipeline] echo [2023-04-19T14:13:15.437Z] 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/y_app-rfid-llrp-inventory_PR-176/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-04-19T14:13:15.730Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-19T14:13:16.359Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-19T14:13:16.359Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-19T14:13:16.498Z] prd-ubuntu20.04-docker-8c-8g-9088 does not seem to be running inside a container [2023-04-19T14:13:16.526Z] $ 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/y_app-rfid-llrp-inventory_PR-176/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/y_app-rfid-llrp-inventory_PR-176 -v /w/workspace/y_app-rfid-llrp-inventory_PR-176:/w/workspace/y_app-rfid-llrp-inventory_PR-176:rw,z -v /w/workspace/y_app-rfid-llrp-inventory_PR-176@tmp:/w/workspace/y_app-rfid-llrp-inventory_PR-176@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-04-19T14:13:16.735Z] $ docker top ce2e22ff9548673e7c5141c5cd096cd6b7959ff977089012589d26c2598036c0 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-19T14:13:17.130Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-04-19T14:13:17.445Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-04-19T14:13:17.760Z] + ls /var/log/sa-host [2023-04-19T14:13:17.761Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-19T14:13:17.989Z] provisioning config files... [2023-04-19T14:13:17.997Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/y_app-rfid-llrp-inventory_PR-176@tmp/config1367500758507523576tmp [Pipeline] { [Pipeline] echo [2023-04-19T14:13:18.055Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-19T14:13:18.363Z] ---> create-netrc.sh [Pipeline] } [2023-04-19T14:13:18.390Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-04-19T14:13:18.801Z] ---> python-tools-install.sh [Pipeline] echo [2023-04-19T14:13:18.833Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-19T14:13:19.149Z] ---> sudo-logs.sh [2023-04-19T14:13:19.149Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-04-19T14:13:19.243Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-19T14:13:19.550Z] ---> job-cost.sh [2023-04-19T14:13:19.550Z] lf-activate-venv: SKIPPING [2023-04-19T14:13:19.550Z] DEBUG: total: 0.2199999988079071 [2023-04-19T14:13:19.550Z] INFO: Retrieving Stack Cost... [2023-04-19T14:13:19.810Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-04-19T14:13:20.379Z] INFO: Archiving Costs [Pipeline] echo [2023-04-19T14:13:20.418Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-19T14:13:20.736Z] ---> logs-deploy.sh [2023-04-19T14:13:20.737Z] lf-activate-venv: SKIPPING [2023-04-19T14:13:20.737Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-rfid-llrp-inventory/PR-176/1 [2023-04-19T14:13:20.737Z] INFO: archiving workspace using pattern(s): [2023-04-19T14:13:21.676Z] Archives upload complete. [2023-04-19T14:13:21.937Z] INFO: archiving logs to Nexus