Pull request #183 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 6768ab4e56f2f5d1eafcb5ee009b69d2918da281+f00720d4eb9fd1484aed3c055fae78d92fc13fb9 (8b1b372c062383185176704f66da943302d7dbf3) 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-ssh14908763234466586125.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-ssh4809830858788589177.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-183/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-183/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh3229826349710892106.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-183/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh4692499946895152517.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-ssh9453802452220209250.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-183/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-183/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh1184802471379108794.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-12160 in /w/workspace/y_app-rfid-llrp-inventory_PR-183 [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-183 # 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 > 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/183/head:refs/remotes/origin/PR-183 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit f00720d4eb9fd1484aed3c055fae78d92fc13fb9 into PR head commit 6768ab4e56f2f5d1eafcb5ee009b69d2918da281 Merge succeeded, producing 6768ab4e56f2f5d1eafcb5ee009b69d2918da281 Checking out Revision 6768ab4e56f2f5d1eafcb5ee009b69d2918da281 (PR-183) 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 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-05-01T14:03:10.311Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { > git config core.sparsecheckout # timeout=10 > git checkout -f 6768ab4e56f2f5d1eafcb5ee009b69d2918da281 # 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 f00720d4eb9fd1484aed3c055fae78d92fc13fb9 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6768ab4e56f2f5d1eafcb5ee009b69d2918da281 # timeout=10 [Pipeline] withCredentials [2023-05-01T14:03:10.499Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-05-01T14:03:10.624Z] ========================================================= [2023-05-01T14:03:10.624Z] EdgeX Global Pipelines Version Info [2023-05-01T14:03:10.624Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-05-01T14:03:11.375Z] ------------------- [2023-05-01T14:03:11.375Z] stable info: [2023-05-01T14:03:11.375Z] ------------------- [2023-05-01T14:03:11.375Z] Commited By: Bill Mahoney bill.mahoney@intel.com [2023-05-01T14:03:11.375Z] Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-05-01T14:03:11.375Z] Message: update stable to v1.0.248 [2023-05-01T14:03:11.946Z] ------------------- [2023-05-01T14:03:11.946Z] experimental info: [2023-05-01T14:03:11.946Z] ------------------- [2023-05-01T14:03:11.946Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-05-01T14:03:11.946Z] Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-05-01T14:03:11.946Z] Message: update experimental to v1.0.248 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-05-01T14:03:12.266Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-rfid-llrp-inventory-settings [Pipeline] echo [2023-05-01T14:03:12.312Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-rfid-llrp-inventory [Pipeline] echo [2023-05-01T14:03:12.358Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-05-01T14:03:12.401Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-05-01T14:03:12.439Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-05-01T14:03:12.478Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-05-01T14:03:12.518Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-05-01T14:03:12.554Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-05-01T14:03:12.592Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-05-01T14:03:12.633Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-05-01T14:03:12.670Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-05-01T14:03:12.704Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-rfid-llrp-inventory [Pipeline] echo [2023-05-01T14:03:12.744Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-05-01T14:03:12.783Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-05-01T14:03:12.823Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-05-01T14:03:12.860Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-05-01T14:03:12.903Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-05-01T14:03:12.943Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-05-01T14:03:12.980Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-05-01T14:03:13.016Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-05-01T14:03:13.052Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-05-01T14:03:13.087Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-05-01T14:03:13.123Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-05-01T14:03:13.161Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-05-01T14:03:13.198Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-05-01T14:03:13.235Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-05-01T14:03:13.271Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-05-01T14:03:13.311Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-183 [Pipeline] echo [2023-05-01T14:03:13.349Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-183 [Pipeline] echo [2023-05-01T14:03:13.388Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-183 [Pipeline] echo [2023-05-01T14:03:13.426Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6768ab4e56f2f5d1eafcb5ee009b69d2918da281 [Pipeline] echo [2023-05-01T14:03:13.471Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6768ab4 [Pipeline] echo [2023-05-01T14:03:13.506Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-01T14:03:13.612Z] provisioning config files... [2023-05-01T14:03:13.626Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/y_app-rfid-llrp-inventory_PR-183@tmp/config1029471770633761510tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-01T14:03:13.966Z] ---> docker-login.sh [2023-05-01T14:03:13.966Z] nexus3.edgexfoundry.org:10001 [2023-05-01T14:03:13.966Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-01T14:03:14.229Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-01T14:03:14.229Z] Configure a credential helper to remove this warning. See [2023-05-01T14:03:14.229Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-01T14:03:14.229Z] [2023-05-01T14:03:14.229Z] Login Succeeded [2023-05-01T14:03:14.229Z] nexus3.edgexfoundry.org:10002 [2023-05-01T14:03:14.229Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-01T14:03:14.494Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-01T14:03:14.494Z] Configure a credential helper to remove this warning. See [2023-05-01T14:03:14.494Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-01T14:03:14.494Z] [2023-05-01T14:03:14.494Z] Login Succeeded [2023-05-01T14:03:14.494Z] nexus3.edgexfoundry.org:10003 [2023-05-01T14:03:14.494Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-01T14:03:14.494Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-01T14:03:14.494Z] Configure a credential helper to remove this warning. See [2023-05-01T14:03:14.494Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-01T14:03:14.494Z] [2023-05-01T14:03:14.494Z] Login Succeeded [2023-05-01T14:03:14.494Z] nexus3.edgexfoundry.org:10004 [2023-05-01T14:03:14.494Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-01T14:03:14.754Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-01T14:03:14.754Z] Configure a credential helper to remove this warning. See [2023-05-01T14:03:14.754Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-01T14:03:14.754Z] [2023-05-01T14:03:14.754Z] Login Succeeded [2023-05-01T14:03:14.754Z] docker.io [2023-05-01T14:03:14.754Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-01T14:03:15.029Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-01T14:03:15.029Z] Configure a credential helper to remove this warning. See [2023-05-01T14:03:15.029Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-01T14:03:15.029Z] [2023-05-01T14:03:15.029Z] Login Succeeded [2023-05-01T14:03:15.029Z] ---> docker-login.sh ends [Pipeline] } [2023-05-01T14:03:15.057Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-05-01T14:03:15.671Z] + git rev-list -1 --merges 6768ab4e56f2f5d1eafcb5ee009b69d2918da281~1..6768ab4e56f2f5d1eafcb5ee009b69d2918da281 [Pipeline] echo [2023-05-01T14:03:15.749Z] -----------> git rev-list -1 --merges 6768ab4e56f2f5d1eafcb5ee009b69d2918da281~1..6768ab4e56f2f5d1eafcb5ee009b69d2918da281 6768ab4e56f2f5d1eafcb5ee009b69d2918da281 [false] [Pipeline] sh [2023-05-01T14:03:16.055Z] + git log --format=format:%s -1 6768ab4e56f2f5d1eafcb5ee009b69d2918da281 [Pipeline] echo [2023-05-01T14:03:16.092Z] ========================================================= [2023-05-01T14:03:16.092Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-05-01T14:03:16.092Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-01T14:03:16.521Z] + git log --format=format:%s -1 6768ab4e56f2f5d1eafcb5ee009b69d2918da281 [Pipeline] echo [2023-05-01T14:03:16.552Z] [semverPrep] GIT_COMMIT: 6768ab4e56f2f5d1eafcb5ee009b69d2918da281, Commit Message: build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v3 [Pipeline] echo [2023-05-01T14:03:16.580Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-05-01T14:03:16.974Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-05-01T14:03:16.974Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-05-01T14:03:16.974Z] + [ -e /tmp/ssh_known_hosts ] [2023-05-01T14:03:16.974Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-05-01T14:03:16.974Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-05-01T14:03:16.974Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-05-01T14:03:16.974Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-01T14:03:17.465Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-01T14:03:17.465Z] [2023-05-01T14:03:17.465Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-01T14:03:17.843Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-01T14:03:17.843Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-05-01T14:03:17.843Z] b85a868b505f: Pulling fs layer [2023-05-01T14:03:17.843Z] e2be974225ed: Pulling fs layer [2023-05-01T14:03:17.843Z] 339a4e72a1f5: Pulling fs layer [2023-05-01T14:03:17.843Z] 988bab9f4d93: Pulling fs layer [2023-05-01T14:03:17.843Z] 1469e6f7b9e6: Pulling fs layer [2023-05-01T14:03:17.843Z] eaf3925da568: Pulling fs layer [2023-05-01T14:03:17.843Z] bab4dde63d76: Pulling fs layer [2023-05-01T14:03:17.843Z] bde34c3a00c8: Pulling fs layer [2023-05-01T14:03:17.843Z] b352a97aabf1: Pulling fs layer [2023-05-01T14:03:17.843Z] 4872d77fe225: Pulling fs layer [2023-05-01T14:03:17.843Z] 5851b861e8e6: Pulling fs layer [2023-05-01T14:03:17.843Z] 988bab9f4d93: Waiting [2023-05-01T14:03:17.843Z] 1469e6f7b9e6: Waiting [2023-05-01T14:03:17.843Z] eaf3925da568: Waiting [2023-05-01T14:03:17.843Z] bab4dde63d76: Waiting [2023-05-01T14:03:17.843Z] 4872d77fe225: Waiting [2023-05-01T14:03:17.843Z] 5851b861e8e6: Waiting [2023-05-01T14:03:17.843Z] bde34c3a00c8: Waiting [2023-05-01T14:03:17.843Z] b352a97aabf1: Waiting [2023-05-01T14:03:17.843Z] e2be974225ed: Verifying Checksum [2023-05-01T14:03:17.843Z] e2be974225ed: Download complete [2023-05-01T14:03:17.843Z] 988bab9f4d93: Download complete [2023-05-01T14:03:18.102Z] 1469e6f7b9e6: Verifying Checksum [2023-05-01T14:03:18.103Z] 1469e6f7b9e6: Download complete [2023-05-01T14:03:18.103Z] eaf3925da568: Verifying Checksum [2023-05-01T14:03:18.103Z] eaf3925da568: Download complete [2023-05-01T14:03:18.103Z] 339a4e72a1f5: Verifying Checksum [2023-05-01T14:03:18.103Z] 339a4e72a1f5: Download complete [2023-05-01T14:03:18.103Z] bde34c3a00c8: Download complete [2023-05-01T14:03:18.103Z] b352a97aabf1: Download complete [2023-05-01T14:03:18.103Z] 4872d77fe225: Verifying Checksum [2023-05-01T14:03:18.103Z] 4872d77fe225: Download complete [2023-05-01T14:03:18.103Z] 5851b861e8e6: Verifying Checksum [2023-05-01T14:03:18.103Z] 5851b861e8e6: Download complete [2023-05-01T14:03:18.103Z] b85a868b505f: Download complete [2023-05-01T14:03:18.361Z] bab4dde63d76: Verifying Checksum [2023-05-01T14:03:18.361Z] bab4dde63d76: Download complete [2023-05-01T14:03:19.296Z] b85a868b505f: Pull complete [2023-05-01T14:03:19.566Z] e2be974225ed: Pull complete [2023-05-01T14:03:19.826Z] 339a4e72a1f5: Pull complete [2023-05-01T14:03:20.086Z] 988bab9f4d93: Pull complete [2023-05-01T14:03:20.345Z] 1469e6f7b9e6: Pull complete [2023-05-01T14:03:20.345Z] eaf3925da568: Pull complete [2023-05-01T14:03:22.252Z] bab4dde63d76: Pull complete [2023-05-01T14:03:22.252Z] bde34c3a00c8: Pull complete [2023-05-01T14:03:22.252Z] b352a97aabf1: Pull complete [2023-05-01T14:03:22.252Z] 4872d77fe225: Pull complete [2023-05-01T14:03:22.252Z] 5851b861e8e6: Pull complete [2023-05-01T14:03:22.252Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-05-01T14:03:22.252Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-01T14:03:22.252Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-01T14:03:22.504Z] prd-ubuntu20.04-docker-8c-8g-12160 does not seem to be running inside a container [2023-05-01T14:03:22.538Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/y_app-rfid-llrp-inventory_PR-183 -v /w/workspace/y_app-rfid-llrp-inventory_PR-183:/w/workspace/y_app-rfid-llrp-inventory_PR-183:rw,z -v /w/workspace/y_app-rfid-llrp-inventory_PR-183@tmp:/w/workspace/y_app-rfid-llrp-inventory_PR-183@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-05-01T14:03:24.431Z] $ docker top 587f38588882d55cb4b498e6244b1f1f950be56eee15bb789a9d711e6b9a63a0 -eo pid,comm [2023-05-01T14:03:24.488Z] 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-05-01T14:03:24.488Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-05-01T14:03:24.616Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-01T14:03:24.616Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-01T14:03:24.747Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-01T14:03:24.754Z] $ docker exec 587f38588882d55cb4b498e6244b1f1f950be56eee15bb789a9d711e6b9a63a0 ssh-agent [2023-05-01T14:03:24.858Z] SSH_AUTH_SOCK=/tmp/ssh-HvUsbzKrNyIh/agent.33 [2023-05-01T14:03:24.858Z] SSH_AGENT_PID=39 [2023-05-01T14:03:24.865Z] Running ssh-add (command line suppressed) [2023-05-01T14:03:24.970Z] Identity added: /w/workspace/y_app-rfid-llrp-inventory_PR-183@tmp/private_key_12905741453060030064.key (/w/workspace/y_app-rfid-llrp-inventory_PR-183@tmp/private_key_12905741453060030064.key) [2023-05-01T14:03:24.981Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-01T14:03:25.317Z] + git tag --points-at HEAD [Pipeline] } [2023-05-01T14:03:25.347Z] $ docker exec --env ******** --env ******** 587f38588882d55cb4b498e6244b1f1f950be56eee15bb789a9d711e6b9a63a0 ssh-agent -k [2023-05-01T14:03:25.450Z] unset SSH_AUTH_SOCK; [2023-05-01T14:03:25.450Z] unset SSH_AGENT_PID; [2023-05-01T14:03:25.450Z] echo Agent pid 39 killed; [2023-05-01T14:03:25.457Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-05-01T14:03:25.548Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-01T14:03:25.548Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-01T14:03:25.662Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-01T14:03:25.669Z] $ docker exec 587f38588882d55cb4b498e6244b1f1f950be56eee15bb789a9d711e6b9a63a0 ssh-agent [2023-05-01T14:03:25.778Z] SSH_AUTH_SOCK=/tmp/ssh-AnVdAdNfry7t/agent.72 [2023-05-01T14:03:25.778Z] SSH_AGENT_PID=78 [2023-05-01T14:03:25.782Z] Running ssh-add (command line suppressed) [2023-05-01T14:03:25.897Z] Identity added: /w/workspace/y_app-rfid-llrp-inventory_PR-183@tmp/private_key_8167089139577898231.key (/w/workspace/y_app-rfid-llrp-inventory_PR-183@tmp/private_key_8167089139577898231.key) [2023-05-01T14:03:25.909Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-01T14:03:26.285Z] + git semver init [2023-05-01T14:03:26.544Z] 2023-05-01 14:03:26,473 [run_init] DEBUG init version:0.0.0 force:False [2023-05-01T14:03:26.544Z] 2023-05-01 14:03:26,474 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/y_app-rfid-llrp-inventory_PR-183/.semver [2023-05-01T14:03:26.544Z] 2023-05-01 14:03:26,475 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-rfid-llrp-inventory.git /w/workspace/y_app-rfid-llrp-inventory_PR-183/.semver [2023-05-01T14:03:26.544Z] 2023-05-01 14:03:26,475 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-rfid-llrp-inventory.git', '/w/workspace/y_app-rfid-llrp-inventory_PR-183/.semver'], cwd=/w/workspace/y_app-rfid-llrp-inventory_PR-183, universal_newlines=False, shell=None, istream=None) [2023-05-01T14:03:27.483Z] 2023-05-01 14:03:27,478 [append_file] DEBUG append to file:/w/workspace/y_app-rfid-llrp-inventory_PR-183/.git/info/exclude [2023-05-01T14:03:27.483Z] 2023-05-01 14:03:27,479 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/y_app-rfid-llrp-inventory_PR-183/.semver/PR-183 with force:False [2023-05-01T14:03:27.483Z] 2023-05-01 14:03:27,479 [write_file] DEBUG write to file:/w/workspace/y_app-rfid-llrp-inventory_PR-183/.semver/PR-183 [2023-05-01T14:03:27.483Z] 2023-05-01 14:03:27,484 [execute] INFO git cat-file --batch-check [2023-05-01T14:03:27.483Z] 2023-05-01 14:03:27,485 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/y_app-rfid-llrp-inventory_PR-183/.semver, universal_newlines=False, shell=None, istream=) [2023-05-01T14:03:27.741Z] 2023-05-01 14:03:27,491 [execute] INFO git cat-file --batch [2023-05-01T14:03:27.741Z] 2023-05-01 14:03:27,492 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/y_app-rfid-llrp-inventory_PR-183/.semver, universal_newlines=False, shell=None, istream=) [2023-05-01T14:03:27.741Z] 2023-05-01 14:03:27,497 [read_version] DEBUG read version from /w/workspace/y_app-rfid-llrp-inventory_PR-183/.semver/PR-183 [2023-05-01T14:03:27.741Z] 0.0.0 [Pipeline] } [2023-05-01T14:03:27.768Z] $ docker exec --env ******** --env ******** 587f38588882d55cb4b498e6244b1f1f950be56eee15bb789a9d711e6b9a63a0 ssh-agent -k [2023-05-01T14:03:27.876Z] unset SSH_AUTH_SOCK; [2023-05-01T14:03:27.877Z] unset SSH_AGENT_PID; [2023-05-01T14:03:27.877Z] echo Agent pid 78 killed; [2023-05-01T14:03:27.882Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-05-01T14:03:28.308Z] + git semver [Pipeline] } [2023-05-01T14:03:28.593Z] $ docker stop --time=1 587f38588882d55cb4b498e6244b1f1f950be56eee15bb789a9d711e6b9a63a0 [2023-05-01T14:03:29.881Z] $ docker rm -f --volumes 587f38588882d55cb4b498e6244b1f1f950be56eee15bb789a9d711e6b9a63a0 [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-01T14:03:30.275Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-05-01T14:03:30.527Z] Stashed 1 file(s) [Pipeline] echo [2023-05-01T14:03:30.543Z] [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-05-01T14:03:31.110Z] provisioning config files... [2023-05-01T14:03:31.119Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/y_app-rfid-llrp-inventory_PR-183@tmp/config8240494975172440291tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-01T14:03:31.467Z] ---> docker-login.sh [2023-05-01T14:03:31.467Z] nexus3.edgexfoundry.org:10001 [2023-05-01T14:03:31.467Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-01T14:03:31.467Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-01T14:03:31.467Z] Configure a credential helper to remove this warning. See [2023-05-01T14:03:31.467Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-01T14:03:31.467Z] [2023-05-01T14:03:31.467Z] Login Succeeded [2023-05-01T14:03:31.467Z] nexus3.edgexfoundry.org:10002 [2023-05-01T14:03:31.467Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-01T14:03:31.467Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-01T14:03:31.467Z] Configure a credential helper to remove this warning. See [2023-05-01T14:03:31.467Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-01T14:03:31.467Z] [2023-05-01T14:03:31.467Z] Login Succeeded [2023-05-01T14:03:31.467Z] nexus3.edgexfoundry.org:10003 [2023-05-01T14:03:31.725Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-01T14:03:31.725Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-01T14:03:31.725Z] Configure a credential helper to remove this warning. See [2023-05-01T14:03:31.725Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-01T14:03:31.725Z] [2023-05-01T14:03:31.725Z] Login Succeeded [2023-05-01T14:03:31.725Z] nexus3.edgexfoundry.org:10004 [2023-05-01T14:03:31.725Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-01T14:03:31.725Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-01T14:03:31.725Z] Configure a credential helper to remove this warning. See [2023-05-01T14:03:31.725Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-01T14:03:31.725Z] [2023-05-01T14:03:31.725Z] Login Succeeded [2023-05-01T14:03:31.725Z] docker.io [2023-05-01T14:03:31.985Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-01T14:03:31.985Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-01T14:03:31.985Z] Configure a credential helper to remove this warning. See [2023-05-01T14:03:31.985Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-01T14:03:31.985Z] [2023-05-01T14:03:31.985Z] Login Succeeded [2023-05-01T14:03:31.985Z] ---> docker-login.sh ends [Pipeline] } [2023-05-01T14:03:32.016Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-05-01T14:03:32.221Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-01T14:03:32.260Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-01T14:03:32.294Z] ========================================================= [2023-05-01T14:03:32.294Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-05-01T14:03:32.294Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-01T14:03:32.766Z] + 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-05-01T14:03:32.766Z] Sending build context to Docker daemon 12.64MB [2023-05-01T14:03:32.766Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-05-01T14:03:32.766Z] Step 2/12 : FROM ${BASE} AS builder [2023-05-01T14:03:32.766Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-05-01T14:03:32.766Z] f56be85fc22e: Pulling fs layer [2023-05-01T14:03:32.766Z] 85791d961cd3: Pulling fs layer [2023-05-01T14:03:32.766Z] d694b5ae8c79: Pulling fs layer [2023-05-01T14:03:32.766Z] 9f32a84ed3da: Pulling fs layer [2023-05-01T14:03:32.766Z] 4d19c01a9841: Pulling fs layer [2023-05-01T14:03:32.766Z] 9325e15d5711: Pulling fs layer [2023-05-01T14:03:32.766Z] 556b6ee489ea: Pulling fs layer [2023-05-01T14:03:32.766Z] c5a4b2cf53e6: Pulling fs layer [2023-05-01T14:03:32.766Z] 9325e15d5711: Waiting [2023-05-01T14:03:32.766Z] 556b6ee489ea: Waiting [2023-05-01T14:03:32.766Z] 9f32a84ed3da: Waiting [2023-05-01T14:03:32.766Z] c5a4b2cf53e6: Waiting [2023-05-01T14:03:32.766Z] 4d19c01a9841: Waiting [2023-05-01T14:03:33.026Z] 85791d961cd3: Verifying Checksum [2023-05-01T14:03:33.026Z] 85791d961cd3: Download complete [2023-05-01T14:03:33.026Z] 9f32a84ed3da: Verifying Checksum [2023-05-01T14:03:33.026Z] 9f32a84ed3da: Download complete [2023-05-01T14:03:33.026Z] 4d19c01a9841: Verifying Checksum [2023-05-01T14:03:33.026Z] 4d19c01a9841: Download complete [2023-05-01T14:03:33.026Z] f56be85fc22e: Verifying Checksum [2023-05-01T14:03:33.026Z] f56be85fc22e: Download complete [2023-05-01T14:03:33.026Z] 9325e15d5711: Verifying Checksum [2023-05-01T14:03:33.026Z] 9325e15d5711: Download complete [2023-05-01T14:03:33.026Z] f56be85fc22e: Pull complete [2023-05-01T14:03:33.286Z] 85791d961cd3: Pull complete [2023-05-01T14:03:33.544Z] c5a4b2cf53e6: Verifying Checksum [2023-05-01T14:03:33.544Z] c5a4b2cf53e6: Download complete [2023-05-01T14:03:33.544Z] d694b5ae8c79: Verifying Checksum [2023-05-01T14:03:33.544Z] d694b5ae8c79: Download complete [2023-05-01T14:03:33.804Z] 556b6ee489ea: Download complete [2023-05-01T14:03:37.091Z] d694b5ae8c79: Pull complete [2023-05-01T14:03:37.091Z] 9f32a84ed3da: Pull complete [2023-05-01T14:03:37.091Z] 4d19c01a9841: Pull complete [2023-05-01T14:03:37.353Z] 9325e15d5711: Pull complete [2023-05-01T14:03:39.886Z] 556b6ee489ea: Pull complete [2023-05-01T14:03:40.821Z] c5a4b2cf53e6: Pull complete [2023-05-01T14:03:40.821Z] Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b [2023-05-01T14:03:40.821Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-05-01T14:03:40.821Z] ---> c4be618373d6 [2023-05-01T14:03:40.821Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-05-01T14:03:43.758Z] ---> Running in cc8880cd32dc [2023-05-01T14:03:43.758Z] Removing intermediate container cc8880cd32dc [2023-05-01T14:03:43.758Z] ---> 6d5e635967b1 [2023-05-01T14:03:43.758Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-05-01T14:03:44.021Z] ---> Running in b74cb352fe79 [2023-05-01T14:03:44.021Z] Removing intermediate container b74cb352fe79 [2023-05-01T14:03:44.021Z] ---> 777849e0389a [2023-05-01T14:03:44.021Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-05-01T14:03:44.021Z] ---> Running in 5fdb023b0f11 [2023-05-01T14:03:44.021Z] Removing intermediate container 5fdb023b0f11 [2023-05-01T14:03:44.021Z] ---> af6f342c494b [2023-05-01T14:03:44.021Z] Step 6/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-01T14:03:44.021Z] ---> Running in 26f7ad8bf8a2 [2023-05-01T14:03:44.280Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-01T14:03:44.851Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-01T14:03:44.851Z] OK: 265 MiB in 53 packages [2023-05-01T14:03:45.113Z] Removing intermediate container 26f7ad8bf8a2 [2023-05-01T14:03:45.113Z] ---> 166f6c384861 [2023-05-01T14:03:45.113Z] Step 7/12 : WORKDIR /app [2023-05-01T14:03:45.113Z] ---> Running in 7d870499e483 [2023-05-01T14:03:45.375Z] Removing intermediate container 7d870499e483 [2023-05-01T14:03:45.375Z] ---> 9c70892cabf3 [2023-05-01T14:03:45.375Z] Step 8/12 : COPY go.mod vendor* ./ [2023-05-01T14:03:45.375Z] ---> bee7425746db [2023-05-01T14:03:45.375Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-01T14:03:45.375Z] ---> Running in 057b30693135 [2023-05-01T14:03:45.944Z] Still waiting to schedule task [2023-05-01T14:03:45.945Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-05-01T14:04:47.892Z] Removing intermediate container 057b30693135 [2023-05-01T14:04:47.892Z] ---> 012e0d5264bd [2023-05-01T14:04:47.892Z] Step 10/12 : COPY . . [2023-05-01T14:04:47.892Z] ---> adf0278f0fe7 [2023-05-01T14:04:47.892Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-01T14:04:47.892Z] ---> Running in 5c65504b9774 [2023-05-01T14:04:47.892Z] Removing intermediate container 5c65504b9774 [2023-05-01T14:04:47.892Z] ---> 050d8756be1f [2023-05-01T14:04:47.892Z] Step 12/12 : RUN $MAKE [2023-05-01T14:04:47.892Z] ---> Running in fa85acb69b63 [2023-05-01T14:04:47.892Z] noop [2023-05-01T14:04:47.892Z] Removing intermediate container fa85acb69b63 [2023-05-01T14:04:47.892Z] ---> a4f305e1d5c1 [2023-05-01T14:04:47.892Z] Successfully built a4f305e1d5c1 [2023-05-01T14:04:47.892Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-01T14:04:48.355Z] + docker inspect -f . ci-base-image-x86_64 [2023-05-01T14:04:48.355Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-01T14:04:48.502Z] prd-ubuntu20.04-docker-8c-8g-12160 does not seem to be running inside a container [2023-05-01T14:04:48.541Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/y_app-rfid-llrp-inventory_PR-183 -v /w/workspace/y_app-rfid-llrp-inventory_PR-183:/w/workspace/y_app-rfid-llrp-inventory_PR-183:rw,z -v /w/workspace/y_app-rfid-llrp-inventory_PR-183@tmp:/w/workspace/y_app-rfid-llrp-inventory_PR-183@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-05-01T14:04:48.893Z] $ docker top c3bf02af331fbbf4f03a6f87efee6140a0a630dc4ff69d251dfc8aff99fd5619 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-01T14:04:49.293Z] + go version [2023-05-01T14:04:49.294Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-05-01T14:04:49.327Z] $ docker stop --time=1 c3bf02af331fbbf4f03a6f87efee6140a0a630dc4ff69d251dfc8aff99fd5619 [2023-05-01T14:04:50.651Z] $ docker rm -f --volumes c3bf02af331fbbf4f03a6f87efee6140a0a630dc4ff69d251dfc8aff99fd5619 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-01T14:04:51.389Z] + docker inspect -f . ci-base-image-x86_64 [2023-05-01T14:04:51.389Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-01T14:04:51.541Z] prd-ubuntu20.04-docker-8c-8g-12160 does not seem to be running inside a container [2023-05-01T14:04:51.579Z] $ 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-183 -v /w/workspace/y_app-rfid-llrp-inventory_PR-183:/w/workspace/y_app-rfid-llrp-inventory_PR-183:rw,z -v /w/workspace/y_app-rfid-llrp-inventory_PR-183@tmp:/w/workspace/y_app-rfid-llrp-inventory_PR-183@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-05-01T14:04:52.069Z] $ docker top 0924ee1e3fe18dc4b6993bb7df33d692e23620d1ae0327f468da8c89f644d0da -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-01T14:04:52.472Z] + git config --global --add safe.directory /w/workspace/y_app-rfid-llrp-inventory_PR-183 [Pipeline] fileExists [Pipeline] sh [2023-05-01T14:04:52.841Z] + make test [2023-05-01T14:04:52.841Z] go test -race ./... -coverprofile=coverage.out ./... [2023-05-01T14:05:14.822Z] ? edgexfoundry/app-rfid-llrp-inventory [no test files] [2023-05-01T14:05:14.822Z] ? edgexfoundry/app-rfid-llrp-inventory/internal/inventory/app [no test files] [2023-05-01T14:05:14.822Z] ok edgexfoundry/app-rfid-llrp-inventory/internal/inventory 0.175s coverage: 86.2% of statements [2023-05-01T14:05:14.822Z] ok edgexfoundry/app-rfid-llrp-inventory/internal/llrp 2.692s coverage: 71.9% of statements [2023-05-01T14:05:21.008Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-12162 in /w/workspace/y_app-rfid-llrp-inventory_PR-183 [Pipeline] { [Pipeline] ws [2023-05-01T14:05:21.071Z] Running in /w/workspace/app-rfid-llrp-inventory/1 [Pipeline] { [Pipeline] checkout [2023-05-01T14:05:21.149Z] The recommended git tool is: git [2023-05-01T14:05:26.359Z] using credential edgex-jenkins-ssh [2023-05-01T14:05:26.378Z] Cloning the remote Git repository [2023-05-01T14:05:26.424Z] Cloning repository git@github.com:edgexfoundry/app-rfid-llrp-inventory.git [2023-05-01T14:05:26.510Z] > git init /w/workspace/app-rfid-llrp-inventory/1 # timeout=10 [2023-05-01T14:05:26.640Z] Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.git [2023-05-01T14:05:26.641Z] > git --version # timeout=10 [2023-05-01T14:05:26.663Z] > git --version # 'git version 2.25.1' [2023-05-01T14:05:26.667Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-01T14:05:26.820Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-05-01T14:05:28.813Z] > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 [2023-05-01T14:05:28.837Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-05-01T14:05:29.800Z] > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 [2023-05-01T14:05:29.854Z] Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.git [2023-05-01T14:05:29.855Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-01T14:05:29.872Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/pull/183/head:refs/remotes/origin/PR-183 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-05-01T14:05:30.384Z] Merging remotes/origin/main commit f00720d4eb9fd1484aed3c055fae78d92fc13fb9 into PR head commit 6768ab4e56f2f5d1eafcb5ee009b69d2918da281 [2023-05-01T14:05:30.707Z] Merge succeeded, producing 6768ab4e56f2f5d1eafcb5ee009b69d2918da281 [2023-05-01T14:05:30.707Z] Checking out Revision 6768ab4e56f2f5d1eafcb5ee009b69d2918da281 (PR-183) [2023-05-01T14:05:31.217Z] Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v3" [2023-05-01T14:05:31.271Z] > git --version # timeout=10 [2023-05-01T14:05:31.283Z] > git --version # 'git version 2.25.1' [2023-05-01T14:05:31.296Z] fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-05-01T14:05:30.408Z] > git config core.sparsecheckout # timeout=10 [2023-05-01T14:05:30.485Z] > git checkout -f 6768ab4e56f2f5d1eafcb5ee009b69d2918da281 # timeout=10 [2023-05-01T14:05:30.592Z] > git remote # timeout=10 [2023-05-01T14:05:30.612Z] > git config --get remote.origin.url # timeout=10 [2023-05-01T14:05:30.644Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-01T14:05:30.661Z] > git merge f00720d4eb9fd1484aed3c055fae78d92fc13fb9 # timeout=10 [2023-05-01T14:05:30.689Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-05-01T14:05:30.718Z] > git config core.sparsecheckout # timeout=10 [2023-05-01T14:05:30.735Z] > git checkout -f 6768ab4e56f2f5d1eafcb5ee009b69d2918da281 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-01T14:05:32.501Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-05-01T14:05:32.501Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-01T14:05:32.501Z] Dload Upload Total Spent Left Speed [2023-05-01T14:05:32.501Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 93757 0 --:--:-- --:--:-- --:--:-- 93757 [Pipeline] sh [2023-05-01T14:05:33.222Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-05-01T14:05:33.580Z] + sudo+ jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-05-01T14:05:33.580Z] sudo tee /etc/docker/daemon.new [2023-05-01T14:05:33.580Z] { [2023-05-01T14:05:33.580Z] "registry-mirrors": [ [2023-05-01T14:05:33.580Z] "https://nexus3.edgexfoundry.org:10001" [2023-05-01T14:05:33.580Z] ], [2023-05-01T14:05:33.580Z] "bip": "10.250.0.254/24", [2023-05-01T14:05:33.580Z] "hosts": [ [2023-05-01T14:05:33.580Z] "tcp://0.0.0.0:5555", [2023-05-01T14:05:33.580Z] "unix:///var/run/docker.sock" [2023-05-01T14:05:33.580Z] ], [2023-05-01T14:05:33.580Z] "mtu": 1458, [2023-05-01T14:05:33.580Z] "selinux-enabled": true, [2023-05-01T14:05:33.580Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-05-01T14:05:33.580Z] } [Pipeline] sh [2023-05-01T14:05:33.933Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-05-01T14:05:34.306Z] + sudo service docker restart [2023-05-01T14:05:36.933Z] go vet ./... [2023-05-01T14:05:40.243Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-05-01T14:05:40.243Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-05-01T14:05:40.243Z] ./bin/test-attribution.sh [2023-05-01T14:05:40.243Z] An attribution for github.com/go-jose/go-jose/v3 is missing from Attribution.txt, please add [Pipeline] echo [2023-05-01T14:05:40.282Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-05-01T14:05:40.313Z] $ docker stop --time=1 0924ee1e3fe18dc4b6993bb7df33d692e23620d1ae0327f468da8c89f644d0da [2023-05-01T14:05:43.710Z] $ docker rm -f --volumes 0924ee1e3fe18dc4b6993bb7df33d692e23620d1ae0327f468da8c89f644d0da [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-01T14:05:44.301Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-05-01T14:05:44.390Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-05-01T14:05:45.081Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-05-01T14:05:45.390Z] + ls -al . [2023-05-01T14:05:45.390Z] total 228 [2023-05-01T14:05:45.390Z] drwxrwxr-x 11 jenkins jenkins 4096 May 1 14:04 . [2023-05-01T14:05:45.390Z] drwxrwxr-x 4 jenkins jenkins 4096 May 1 14:03 .. [2023-05-01T14:05:45.390Z] -rw-rw-r-- 1 jenkins jenkins 262 May 1 14:03 .dockerignore [2023-05-01T14:05:45.390Z] drwxrwxr-x 8 jenkins jenkins 4096 May 1 14:03 .git [2023-05-01T14:05:45.390Z] drwxrwxr-x 3 jenkins jenkins 4096 May 1 14:03 .github [2023-05-01T14:05:45.390Z] -rw-rw-r-- 1 jenkins jenkins 788 May 1 14:03 .gitignore [2023-05-01T14:05:45.390Z] -rw-rw-r-- 1 jenkins jenkins 41 May 1 14:03 .golangci.yml [2023-05-01T14:05:45.390Z] drwxr-xr-x 3 jenkins jenkins 4096 May 1 14:03 .semver [2023-05-01T14:05:45.390Z] -rw-rw-r-- 1 jenkins jenkins 9805 May 1 14:03 Attribution.txt [2023-05-01T14:05:45.390Z] -rw-rw-r-- 1 jenkins jenkins 4331 May 1 14:03 CHANGELOG.md [2023-05-01T14:05:45.390Z] -rw-rw-r-- 1 jenkins jenkins 1659 May 1 14:03 Dockerfile [2023-05-01T14:05:45.390Z] -rw-rw-r-- 1 jenkins jenkins 677 May 1 14:03 GOVERNANCE.md [2023-05-01T14:05:45.390Z] -rw-rw-r-- 1 jenkins jenkins 687 May 1 14:03 Jenkinsfile [2023-05-01T14:05:45.390Z] -rw-rw-r-- 1 jenkins jenkins 11347 May 1 14:03 LICENSE [2023-05-01T14:05:45.390Z] -rw-rw-r-- 1 jenkins jenkins 2497 May 1 14:03 Makefile [2023-05-01T14:05:45.390Z] -rw-rw-r-- 1 jenkins jenkins 617 May 1 14:03 OWNERS.md [2023-05-01T14:05:45.390Z] -rw-rw-r-- 1 jenkins jenkins 31001 May 1 14:03 README.md [2023-05-01T14:05:45.390Z] -rw-rw-r-- 1 jenkins jenkins 5 May 1 14:03 VERSION [2023-05-01T14:05:45.390Z] drwxrwxr-x 2 jenkins jenkins 4096 May 1 14:03 bin [2023-05-01T14:05:45.390Z] -rw-r--r-- 1 jenkins jenkins 41317 May 1 14:05 coverage.out [2023-05-01T14:05:45.390Z] -rw-rw-r-- 1 jenkins jenkins 3467 May 1 14:03 go.mod [2023-05-01T14:05:45.390Z] -rw-rw-r-- 1 jenkins jenkins 31620 May 1 14:03 go.sum [2023-05-01T14:05:45.390Z] drwxrwxr-x 2 jenkins jenkins 4096 May 1 14:03 images [2023-05-01T14:05:45.390Z] drwxrwxr-x 4 jenkins jenkins 4096 May 1 14:03 internal [2023-05-01T14:05:45.390Z] -rw-rw-r-- 1 jenkins jenkins 531 May 1 14:03 main.go [2023-05-01T14:05:45.390Z] drwxrwxr-x 2 jenkins jenkins 4096 May 1 14:03 res [2023-05-01T14:05:45.390Z] drwxrwxr-x 4 jenkins jenkins 4096 May 1 14:03 snap [2023-05-01T14:05:45.390Z] drwxrwxr-x 3 jenkins jenkins 4096 May 1 14:03 static [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-01T14:05:45.794Z] + 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=6768ab4e56f2f5d1eafcb5ee009b69d2918da281 --label arch=amd64 --label version=0.0.0 . [2023-05-01T14:05:45.795Z] Sending build context to Docker daemon 12.64MB [2023-05-01T14:05:45.795Z] Step 1/29 : ARG BASE=golang:1.20-alpine3.17 [2023-05-01T14:05:45.795Z] Step 2/29 : FROM ${BASE} AS builder [2023-05-01T14:05:45.795Z] ---> a4f305e1d5c1 [2023-05-01T14:05:45.795Z] Step 3/29 : ARG ALPINE_PKG_BASE="make git" [2023-05-01T14:05:46.054Z] ---> Running in 78116d181987 [2023-05-01T14:05:46.054Z] Removing intermediate container 78116d181987 [2023-05-01T14:05:46.054Z] ---> fff36f223342 [2023-05-01T14:05:46.054Z] Step 4/29 : ARG ALPINE_PKG_EXTRA="" [2023-05-01T14:05:46.054Z] ---> Running in de4cf46c2a00 [2023-05-01T14:05:46.314Z] Removing intermediate container de4cf46c2a00 [2023-05-01T14:05:46.314Z] ---> 3986b74af731 [2023-05-01T14:05:46.314Z] Step 5/29 : ARG ADD_BUILD_TAGS="" [2023-05-01T14:05:46.314Z] ---> Running in e1460f2a3205 [2023-05-01T14:05:46.314Z] Removing intermediate container e1460f2a3205 [2023-05-01T14:05:46.314Z] ---> 35bf077cb1bd [2023-05-01T14:05:46.314Z] Step 6/29 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-01T14:05:46.314Z] ---> Running in 4723a6fb90ef [2023-05-01T14:05:46.575Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-01T14:05:46.835Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-01T14:05:47.095Z] OK: 265 MiB in 53 packages [2023-05-01T14:05:47.357Z] Removing intermediate container 4723a6fb90ef [2023-05-01T14:05:47.357Z] ---> e82af95d7b1c [2023-05-01T14:05:47.357Z] Step 7/29 : WORKDIR /app [2023-05-01T14:05:47.357Z] ---> Running in 5719e4e04f4f [2023-05-01T14:05:47.357Z] Removing intermediate container 5719e4e04f4f [2023-05-01T14:05:47.357Z] ---> 1b9350fcadd2 [2023-05-01T14:05:47.357Z] Step 8/29 : COPY go.mod vendor* ./ [2023-05-01T14:05:47.618Z] ---> 6087bccef7d6 [2023-05-01T14:05:47.618Z] Step 9/29 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-01T14:05:47.618Z] ---> Running in fb30e281846f [2023-05-01T14:05:48.555Z] Removing intermediate container fb30e281846f [2023-05-01T14:05:48.555Z] ---> bad0d13f509a [2023-05-01T14:05:48.555Z] Step 10/29 : COPY . . [2023-05-01T14:05:49.126Z] ---> 1ef41d37d4af [2023-05-01T14:05:49.126Z] Step 11/29 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-01T14:05:49.126Z] ---> Running in dc4a4b6beff5 [2023-05-01T14:05:49.126Z] Removing intermediate container dc4a4b6beff5 [2023-05-01T14:05:49.126Z] ---> 342bbe087e4a [2023-05-01T14:05:49.126Z] Step 12/29 : RUN $MAKE [2023-05-01T14:05:49.126Z] ---> Running in 8205638f007d [2023-05-01T14:05:49.385Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.55 -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 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-01T14:05:52.631Z] provisioning config files... [2023-05-01T14:05:52.659Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/app-rfid-llrp-inventory/1@tmp/config16884523208217997195tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-01T14:05:53.046Z] ---> docker-login.sh [2023-05-01T14:05:53.046Z] nexus3.edgexfoundry.org:10001 [2023-05-01T14:05:53.319Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-01T14:05:53.590Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-01T14:05:53.590Z] Configure a credential helper to remove this warning. See [2023-05-01T14:05:53.590Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-01T14:05:53.590Z] [2023-05-01T14:05:53.590Z] Login Succeeded [2023-05-01T14:05:53.590Z] nexus3.edgexfoundry.org:10002 [2023-05-01T14:05:53.858Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-01T14:05:54.127Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-01T14:05:54.127Z] Configure a credential helper to remove this warning. See [2023-05-01T14:05:54.127Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-01T14:05:54.127Z] [2023-05-01T14:05:54.127Z] Login Succeeded [2023-05-01T14:05:54.127Z] nexus3.edgexfoundry.org:10003 [2023-05-01T14:05:54.127Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-01T14:05:54.398Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-01T14:05:54.398Z] Configure a credential helper to remove this warning. See [2023-05-01T14:05:54.398Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-01T14:05:54.398Z] [2023-05-01T14:05:54.398Z] Login Succeeded [2023-05-01T14:05:54.398Z] nexus3.edgexfoundry.org:10004 [2023-05-01T14:05:54.671Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-01T14:05:54.671Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-01T14:05:54.671Z] Configure a credential helper to remove this warning. See [2023-05-01T14:05:54.671Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-01T14:05:54.671Z] [2023-05-01T14:05:54.671Z] Login Succeeded [2023-05-01T14:05:54.671Z] docker.io [2023-05-01T14:05:54.944Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-01T14:05:55.212Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-01T14:05:55.212Z] Configure a credential helper to remove this warning. See [2023-05-01T14:05:55.212Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-01T14:05:55.212Z] [2023-05-01T14:05:55.212Z] Login Succeeded [2023-05-01T14:05:55.212Z] ---> docker-login.sh ends [Pipeline] } [2023-05-01T14:05:55.241Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-05-01T14:05:55.619Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-01T14:05:55.656Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-01T14:05:55.690Z] ========================================================= [2023-05-01T14:05:55.690Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-05-01T14:05:55.690Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-01T14:05:56.186Z] + 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-05-01T14:05:56.457Z] Sending build context to Docker daemon 677.9kB [2023-05-01T14:05:56.457Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-05-01T14:05:56.457Z] Step 2/12 : FROM ${BASE} AS builder [2023-05-01T14:05:56.731Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-05-01T14:05:56.731Z] c41833b44d91: Pulling fs layer [2023-05-01T14:05:56.731Z] ed15518f5707: Pulling fs layer [2023-05-01T14:05:56.731Z] feae8fd75edb: Pulling fs layer [2023-05-01T14:05:56.731Z] 242c74f7c9fa: Pulling fs layer [2023-05-01T14:05:56.731Z] 3cdef696dda3: Pulling fs layer [2023-05-01T14:05:56.731Z] 2ced38df9373: Pulling fs layer [2023-05-01T14:05:56.731Z] 58f1dce35555: Pulling fs layer [2023-05-01T14:05:56.731Z] 242c74f7c9fa: Waiting [2023-05-01T14:05:56.731Z] 3cdef696dda3: Waiting [2023-05-01T14:05:56.731Z] 2ced38df9373: Waiting [2023-05-01T14:05:56.731Z] 58f1dce35555: Waiting [2023-05-01T14:05:56.731Z] ed15518f5707: Download complete [2023-05-01T14:05:56.731Z] 242c74f7c9fa: Verifying Checksum [2023-05-01T14:05:56.731Z] 242c74f7c9fa: Download complete [2023-05-01T14:05:56.731Z] 3cdef696dda3: Verifying Checksum [2023-05-01T14:05:56.731Z] 3cdef696dda3: Download complete [2023-05-01T14:05:56.731Z] c41833b44d91: Verifying Checksum [2023-05-01T14:05:58.169Z] 58f1dce35555: Verifying Checksum [2023-05-01T14:05:58.169Z] 58f1dce35555: Download complete [2023-05-01T14:05:59.135Z] 2ced38df9373: Verifying Checksum [2023-05-01T14:05:59.135Z] 2ced38df9373: Download complete [2023-05-01T14:05:59.724Z] c41833b44d91: Pull complete [2023-05-01T14:06:00.484Z] ed15518f5707: Pull complete [2023-05-01T14:06:01.472Z] feae8fd75edb: Download complete [2023-05-01T14:06:08.593Z] Removing intermediate container 8205638f007d [2023-05-01T14:06:08.593Z] ---> 2036afb7ca80 [2023-05-01T14:06:08.593Z] Step 13/29 : FROM alpine:3.17 [2023-05-01T14:06:08.593Z] 3.17: Pulling from library/alpine [2023-05-01T14:06:08.593Z] f56be85fc22e: Already exists [2023-05-01T14:06:08.852Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-01T14:06:08.852Z] Status: Downloaded newer image for alpine:3.17 [2023-05-01T14:06:08.852Z] ---> 9ed4aefc74f6 [2023-05-01T14:06:08.852Z] Step 14/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-05-01T14:06:09.111Z] ---> Running in 69583028225e [2023-05-01T14:06:09.111Z] Removing intermediate container 69583028225e [2023-05-01T14:06:09.111Z] ---> 196ae7b37f7f [2023-05-01T14:06:09.111Z] Step 15/29 : LABEL Name=app-service-rfid-llrp-inventory Version=${VERSION} [2023-05-01T14:06:09.371Z] ---> Running in c947c4ab1db9 [2023-05-01T14:06:09.371Z] Removing intermediate container c947c4ab1db9 [2023-05-01T14:06:09.371Z] ---> ca38378d348e [2023-05-01T14:06:09.371Z] Step 16/29 : RUN apk --no-cache add ca-certificates dumb-init [2023-05-01T14:06:09.631Z] ---> Running in ec841d5c67fd [2023-05-01T14:06:09.890Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-01T14:06:10.149Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-01T14:06:10.149Z] (1/2) Installing ca-certificates (20220614-r4) [2023-05-01T14:06:10.149Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-05-01T14:06:10.149Z] Executing busybox-1.35.0-r29.trigger [2023-05-01T14:06:10.149Z] Executing ca-certificates-20220614-r4.trigger [2023-05-01T14:06:10.409Z] OK: 8 MiB in 17 packages [2023-05-01T14:06:10.668Z] Removing intermediate container ec841d5c67fd [2023-05-01T14:06:10.668Z] ---> f7a3ded5b0f1 [2023-05-01T14:06:10.668Z] Step 17/29 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-05-01T14:06:10.927Z] ---> 6e7b2e231358 [2023-05-01T14:06:10.927Z] Step 18/29 : COPY --from=builder /app/LICENSE /LICENSE [2023-05-01T14:06:10.927Z] ---> ade4ecd634e0 [2023-05-01T14:06:10.927Z] Step 19/29 : COPY --from=builder /app/res/ /res/ [2023-05-01T14:06:11.188Z] ---> a4e037c04b5a [2023-05-01T14:06:11.188Z] Step 20/29 : COPY --from=builder /app/static/ /static/ [2023-05-01T14:06:11.188Z] ---> 6f174a288756 [2023-05-01T14:06:11.188Z] Step 21/29 : COPY --from=builder /app/app-rfid-llrp-inventory /app-rfid-llrp-inventory [2023-05-01T14:06:12.125Z] ---> 62f25d9a5567 [2023-05-01T14:06:12.125Z] Step 22/29 : RUN mkdir -p /cache && chown -R 2002:2002 /cache [2023-05-01T14:06:12.125Z] ---> Running in 81d2853f504a [2023-05-01T14:06:12.695Z] Removing intermediate container 81d2853f504a [2023-05-01T14:06:12.695Z] ---> ee28e722216a [2023-05-01T14:06:12.695Z] Step 23/29 : VOLUME /cache [2023-05-01T14:06:12.695Z] ---> Running in 35b24ede9bec [2023-05-01T14:06:12.695Z] Removing intermediate container 35b24ede9bec [2023-05-01T14:06:12.695Z] ---> ea0e235ce0db [2023-05-01T14:06:12.695Z] Step 24/29 : EXPOSE 59711 [2023-05-01T14:06:12.695Z] ---> Running in 4a3126b388ff [2023-05-01T14:06:12.695Z] Removing intermediate container 4a3126b388ff [2023-05-01T14:06:12.695Z] ---> 02ea92a41106 [2023-05-01T14:06:12.695Z] Step 25/29 : ENTRYPOINT ["/app-rfid-llrp-inventory"] [2023-05-01T14:06:12.954Z] ---> Running in 889243e672f2 [2023-05-01T14:06:12.954Z] Removing intermediate container 889243e672f2 [2023-05-01T14:06:12.954Z] ---> 6f24f4e4497c [2023-05-01T14:06:12.954Z] Step 26/29 : CMD ["-cp=consul.http://edgex-core-consul:8500", "-registry"] [2023-05-01T14:06:12.954Z] ---> Running in a0bca0672e48 [2023-05-01T14:06:12.954Z] Removing intermediate container a0bca0672e48 [2023-05-01T14:06:12.954Z] ---> ca42c34bffb2 [2023-05-01T14:06:12.954Z] Step 27/29 : LABEL arch=amd64 [2023-05-01T14:06:12.954Z] ---> Running in 30abc9cd874b [2023-05-01T14:06:13.214Z] Removing intermediate container 30abc9cd874b [2023-05-01T14:06:13.214Z] ---> dd44cdedd89e [2023-05-01T14:06:13.214Z] Step 28/29 : LABEL git_sha=6768ab4e56f2f5d1eafcb5ee009b69d2918da281 [2023-05-01T14:06:13.214Z] ---> Running in de46363388bd [2023-05-01T14:06:13.214Z] Removing intermediate container de46363388bd [2023-05-01T14:06:13.214Z] ---> 3e977ee7a73a [2023-05-01T14:06:13.214Z] Step 29/29 : LABEL version=0.0.0 [2023-05-01T14:06:13.214Z] ---> Running in 2de8668dbaa8 [2023-05-01T14:06:13.473Z] Removing intermediate container 2de8668dbaa8 [2023-05-01T14:06:13.473Z] ---> 4d1762b957b7 [2023-05-01T14:06:13.473Z] [Warning] One or more build-args [ARCH] were not consumed [2023-05-01T14:06:13.473Z] Successfully built 4d1762b957b7 [2023-05-01T14:06:13.473Z] Successfully tagged app-rfid-llrp-inventory:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [2023-05-01T14:06:13.805Z] feae8fd75edb: Pull complete [2023-05-01T14:06:13.805Z] 242c74f7c9fa: Pull complete [2023-05-01T14:06:13.805Z] 3cdef696dda3: Pull complete Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-01T14:06:14.357Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-01T14:06:14.358Z] [2023-05-01T14:06:14.358Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-01T14:06:14.736Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-01T14:06:14.736Z] latest: Pulling from edgex-lftools-log-publisher [2023-05-01T14:06:14.736Z] 5eb5b503b376: Pulling fs layer [2023-05-01T14:06:14.736Z] 5c69ac0246d0: Pulling fs layer [2023-05-01T14:06:14.736Z] ec43610c2a17: Pulling fs layer [2023-05-01T14:06:14.736Z] 3a2ae6a8a46f: Pulling fs layer [2023-05-01T14:06:14.736Z] 33b1e0a273af: Pulling fs layer [2023-05-01T14:06:14.736Z] 5d3b04190fa2: Pulling fs layer [2023-05-01T14:06:14.736Z] 2f39f015ded8: Pulling fs layer [2023-05-01T14:06:14.736Z] 33b1e0a273af: Waiting [2023-05-01T14:06:14.736Z] 5d3b04190fa2: Waiting [2023-05-01T14:06:14.736Z] 2f39f015ded8: Waiting [2023-05-01T14:06:14.736Z] 5c69ac0246d0: Verifying Checksum [2023-05-01T14:06:14.736Z] 5c69ac0246d0: Download complete [2023-05-01T14:06:14.736Z] 3a2ae6a8a46f: Verifying Checksum [2023-05-01T14:06:14.736Z] 3a2ae6a8a46f: Download complete [2023-05-01T14:06:14.736Z] 33b1e0a273af: Verifying Checksum [2023-05-01T14:06:14.736Z] 33b1e0a273af: Download complete [2023-05-01T14:06:14.995Z] ec43610c2a17: Verifying Checksum [2023-05-01T14:06:14.995Z] ec43610c2a17: Download complete [2023-05-01T14:06:14.995Z] 5d3b04190fa2: Verifying Checksum [2023-05-01T14:06:14.995Z] 5d3b04190fa2: Download complete [2023-05-01T14:06:14.995Z] 5eb5b503b376: Download complete [2023-05-01T14:06:15.563Z] 2f39f015ded8: Download complete [2023-05-01T14:06:16.129Z] 5eb5b503b376: Pull complete [2023-05-01T14:06:16.387Z] 5c69ac0246d0: Pull complete [2023-05-01T14:06:16.646Z] ec43610c2a17: Pull complete [2023-05-01T14:06:16.906Z] 3a2ae6a8a46f: Pull complete [2023-05-01T14:06:16.906Z] 33b1e0a273af: Pull complete [2023-05-01T14:06:17.163Z] 5d3b04190fa2: Pull complete [2023-05-01T14:06:20.538Z] 2ced38df9373: Pull complete [2023-05-01T14:06:21.366Z] 2f39f015ded8: Pull complete [2023-05-01T14:06:21.366Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-05-01T14:06:21.366Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-01T14:06:21.366Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-01T14:06:21.613Z] prd-ubuntu20.04-docker-8c-8g-12160 does not seem to be running inside a container [2023-05-01T14:06:21.643Z] $ 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-183 -v /w/workspace/y_app-rfid-llrp-inventory_PR-183:/w/workspace/y_app-rfid-llrp-inventory_PR-183:rw,z -v /w/workspace/y_app-rfid-llrp-inventory_PR-183@tmp:/w/workspace/y_app-rfid-llrp-inventory_PR-183@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-05-01T14:06:22.481Z] 58f1dce35555: Pull complete [2023-05-01T14:06:22.481Z] Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e [2023-05-01T14:06:22.481Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-05-01T14:06:22.481Z] ---> fadd8f120f05 [2023-05-01T14:06:22.481Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-05-01T14:06:23.075Z] ---> Running in 4ba96946fd89 [2023-05-01T14:06:23.662Z] Removing intermediate container 4ba96946fd89 [2023-05-01T14:06:23.662Z] ---> 608888afd277 [2023-05-01T14:06:23.662Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-05-01T14:06:23.662Z] ---> Running in 2ef2711c3468 [2023-05-01T14:06:23.932Z] Removing intermediate container 2ef2711c3468 [2023-05-01T14:06:23.932Z] ---> 91434a5deb2b [2023-05-01T14:06:23.932Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-05-01T14:06:23.932Z] ---> Running in 26fafbf50906 [2023-05-01T14:06:24.168Z] $ docker top 4a4ecf01674b27ca9a67d67b9242171c00ce15b8e046b8880a135db1aaee07dd -eo pid,comm [2023-05-01T14:06:24.201Z] Removing intermediate container 26fafbf50906 [2023-05-01T14:06:24.201Z] ---> de3474878440 [2023-05-01T14:06:24.201Z] Step 6/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-01T14:06:24.475Z] ---> Running in 08c3d2ec7427 [2023-05-01T14:06:24.713Z] ---> job-cost.sh [2023-05-01T14:06:24.713Z] lf-activate-venv: SKIPPING [2023-05-01T14:06:24.713Z] INFO: No Stack... [2023-05-01T14:06:25.282Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-05-01T14:06:25.433Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-01T14:06:25.541Z] INFO: Archiving Costs [Pipeline] sh [2023-05-01T14:06:25.852Z] + + cut -d, -f6 [2023-05-01T14:06:25.852Z] cat /w/workspace/y_app-rfid-llrp-inventory_PR-183/archives/cost.csv [Pipeline] lock [2023-05-01T14:06:25.896Z] Trying to acquire lock on [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-183-1-stack-cost] [2023-05-01T14:06:25.900Z] Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-183-1-stack-cost] did not exist. Created. [2023-05-01T14:06:25.901Z] Lock acquired on [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-183-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-05-01T14:06:26.022Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-01T14:06:26.299Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-05-01T14:06:26.355Z] Stashed 1 file(s) [Pipeline] } [2023-05-01T14:06:26.387Z] Lock released on resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-183-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-05-01T14:06:26.476Z] $ docker stop --time=1 4a4ecf01674b27ca9a67d67b9242171c00ce15b8e046b8880a135db1aaee07dd [2023-05-01T14:06:26.984Z] OK: 263 MiB in 53 packages [2023-05-01T14:06:27.577Z] Removing intermediate container 08c3d2ec7427 [2023-05-01T14:06:27.577Z] ---> 1d434fa04b5a [2023-05-01T14:06:27.577Z] Step 7/12 : WORKDIR /app [2023-05-01T14:06:27.659Z] $ docker rm -f --volumes 4a4ecf01674b27ca9a67d67b9242171c00ce15b8e046b8880a135db1aaee07dd [Pipeline] // withDockerContainer [Pipeline] } [2023-05-01T14:06:27.844Z] ---> Running in f81c3e91d8c4 [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-05-01T14:06:28.112Z] Removing intermediate container f81c3e91d8c4 [2023-05-01T14:06:28.112Z] ---> 81cd08499019 [2023-05-01T14:06:28.112Z] Step 8/12 : COPY go.mod vendor* ./ [2023-05-01T14:06:28.696Z] ---> 5ae1b7b78b19 [2023-05-01T14:06:28.696Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-01T14:06:28.696Z] ---> Running in fd249a6b2184 [2023-05-01T14:07:36.580Z] Removing intermediate container fd249a6b2184 [2023-05-01T14:07:36.580Z] ---> 2c1f60883452 [2023-05-01T14:07:36.580Z] Step 10/12 : COPY . . [2023-05-01T14:07:36.580Z] ---> 5b2e9c3f7f5f [2023-05-01T14:07:36.580Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-01T14:07:36.580Z] ---> Running in df154760a775 [2023-05-01T14:07:36.580Z] Removing intermediate container df154760a775 [2023-05-01T14:07:36.580Z] ---> 24562e2e4cc6 [2023-05-01T14:07:36.580Z] Step 12/12 : RUN $MAKE [2023-05-01T14:07:36.580Z] ---> Running in 2400ebafd69f [2023-05-01T14:07:36.580Z] noop [2023-05-01T14:07:36.580Z] Removing intermediate container 2400ebafd69f [2023-05-01T14:07:36.580Z] ---> 133da13c39f6 [2023-05-01T14:07:36.580Z] Successfully built 133da13c39f6 [2023-05-01T14:07:36.580Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-01T14:07:37.058Z] + docker inspect -f . ci-base-image-arm64 [2023-05-01T14:07:37.058Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-01T14:07:37.327Z] prd-ubuntu20.04-docker-arm64-4c-16g-12162 does not seem to be running inside a container [2023-05-01T14:07:37.393Z] $ 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-05-01T14:07:38.528Z] $ docker top 1c37665dd49e887dc56e60a79d7292e278dd34d35ec14a098dea94ce5d157887 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-01T14:07:39.397Z] + go version [2023-05-01T14:07:39.398Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-05-01T14:07:39.435Z] $ docker stop --time=1 1c37665dd49e887dc56e60a79d7292e278dd34d35ec14a098dea94ce5d157887 [2023-05-01T14:07:41.002Z] $ docker rm -f --volumes 1c37665dd49e887dc56e60a79d7292e278dd34d35ec14a098dea94ce5d157887 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-01T14:07:41.844Z] + docker inspect -f . ci-base-image-arm64 [2023-05-01T14:07:41.845Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-01T14:07:42.096Z] prd-ubuntu20.04-docker-arm64-4c-16g-12162 does not seem to be running inside a container [2023-05-01T14:07:42.166Z] $ 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-05-01T14:07:43.298Z] $ docker top fea9b49837cac67de569653f5a38d8dbbec3f311958664f98f1844c2bde61b12 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-01T14:07:43.842Z] + git config --global --add safe.directory /w/workspace/app-rfid-llrp-inventory/1 [Pipeline] fileExists [Pipeline] sh [2023-05-01T14:07:44.505Z] + make test [2023-05-01T14:07:44.777Z] go test -race ./... -coverprofile=coverage.out ./... [2023-05-01T14:10:21.497Z] ? edgexfoundry/app-rfid-llrp-inventory [no test files] [2023-05-01T14:10:23.433Z] ? edgexfoundry/app-rfid-llrp-inventory/internal/inventory/app [no test files] [2023-05-01T14:10:24.846Z] ok edgexfoundry/app-rfid-llrp-inventory/internal/inventory 1.291s coverage: 86.2% of statements [2023-05-01T14:10:34.921Z] ok edgexfoundry/app-rfid-llrp-inventory/internal/llrp 3.490s coverage: 71.9% of statements [2023-05-01T14:10:34.921Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-05-01T14:10:34.921Z] go vet ./... [2023-05-01T14:12:56.606Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-05-01T14:12:56.606Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-05-01T14:12:56.606Z] ./bin/test-attribution.sh [2023-05-01T14:12:56.606Z] An attribution for github.com/go-jose/go-jose/v3 is missing from Attribution.txt, please add [Pipeline] echo [2023-05-01T14:12:56.643Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-05-01T14:12:56.673Z] $ docker stop --time=1 fea9b49837cac67de569653f5a38d8dbbec3f311958664f98f1844c2bde61b12 [2023-05-01T14:12:58.531Z] $ docker rm -f --volumes fea9b49837cac67de569653f5a38d8dbbec3f311958664f98f1844c2bde61b12 [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-01T14:13:00.131Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-05-01T14:13:00.165Z] Warning: overwriting stash ‘coverage-report’ [2023-05-01T14:13:00.642Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-01T14:13:01.214Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-05-01T14:13:01.551Z] + ls -al . [2023-05-01T14:13:01.551Z] total 224 [2023-05-01T14:13:01.551Z] drwxrwxr-x 10 jenkins jenkins 4096 May 1 14:07 . [2023-05-01T14:13:01.551Z] drwxrwxr-x 4 jenkins jenkins 4096 May 1 14:05 .. [2023-05-01T14:13:01.551Z] -rw-rw-r-- 1 jenkins jenkins 262 May 1 14:05 .dockerignore [2023-05-01T14:13:01.551Z] drwxrwxr-x 8 jenkins jenkins 4096 May 1 14:05 .git [2023-05-01T14:13:01.551Z] drwxrwxr-x 3 jenkins jenkins 4096 May 1 14:05 .github [2023-05-01T14:13:01.551Z] -rw-rw-r-- 1 jenkins jenkins 788 May 1 14:05 .gitignore [2023-05-01T14:13:01.551Z] -rw-rw-r-- 1 jenkins jenkins 41 May 1 14:05 .golangci.yml [2023-05-01T14:13:01.551Z] -rw-rw-r-- 1 jenkins jenkins 9805 May 1 14:05 Attribution.txt [2023-05-01T14:13:01.551Z] -rw-rw-r-- 1 jenkins jenkins 4331 May 1 14:05 CHANGELOG.md [2023-05-01T14:13:01.551Z] -rw-rw-r-- 1 jenkins jenkins 1659 May 1 14:05 Dockerfile [2023-05-01T14:13:01.551Z] -rw-rw-r-- 1 jenkins jenkins 677 May 1 14:05 GOVERNANCE.md [2023-05-01T14:13:01.551Z] -rw-rw-r-- 1 jenkins jenkins 687 May 1 14:05 Jenkinsfile [2023-05-01T14:13:01.551Z] -rw-rw-r-- 1 jenkins jenkins 11347 May 1 14:05 LICENSE [2023-05-01T14:13:01.551Z] -rw-rw-r-- 1 jenkins jenkins 2497 May 1 14:05 Makefile [2023-05-01T14:13:01.551Z] -rw-rw-r-- 1 jenkins jenkins 617 May 1 14:05 OWNERS.md [2023-05-01T14:13:01.551Z] -rw-rw-r-- 1 jenkins jenkins 31001 May 1 14:05 README.md [2023-05-01T14:13:01.551Z] -rw-rw-r-- 1 jenkins jenkins 5 May 1 14:03 VERSION [2023-05-01T14:13:01.551Z] drwxrwxr-x 2 jenkins jenkins 4096 May 1 14:05 bin [2023-05-01T14:13:01.551Z] -rw-r--r-- 1 jenkins jenkins 41317 May 1 14:10 coverage.out [2023-05-01T14:13:01.551Z] -rw-rw-r-- 1 jenkins jenkins 3467 May 1 14:05 go.mod [2023-05-01T14:13:01.551Z] -rw-rw-r-- 1 jenkins jenkins 31620 May 1 14:05 go.sum [2023-05-01T14:13:01.551Z] drwxrwxr-x 2 jenkins jenkins 4096 May 1 14:05 images [2023-05-01T14:13:01.551Z] drwxrwxr-x 4 jenkins jenkins 4096 May 1 14:05 internal [2023-05-01T14:13:01.551Z] -rw-rw-r-- 1 jenkins jenkins 531 May 1 14:05 main.go [2023-05-01T14:13:01.551Z] drwxrwxr-x 2 jenkins jenkins 4096 May 1 14:05 res [2023-05-01T14:13:01.551Z] drwxrwxr-x 4 jenkins jenkins 4096 May 1 14:05 snap [2023-05-01T14:13:01.551Z] drwxrwxr-x 3 jenkins jenkins 4096 May 1 14:05 static [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-01T14:13:01.962Z] + 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=6768ab4e56f2f5d1eafcb5ee009b69d2918da281 --label arch=arm64 --label version=0.0.0 . [2023-05-01T14:13:02.231Z] Sending build context to Docker daemon 677.9kB [2023-05-01T14:13:02.231Z] Step 1/29 : ARG BASE=golang:1.20-alpine3.17 [2023-05-01T14:13:02.231Z] Step 2/29 : FROM ${BASE} AS builder [2023-05-01T14:13:02.231Z] ---> 133da13c39f6 [2023-05-01T14:13:02.231Z] Step 3/29 : ARG ALPINE_PKG_BASE="make git" [2023-05-01T14:13:02.231Z] ---> Running in 96e58c7b081c [2023-05-01T14:13:02.503Z] Removing intermediate container 96e58c7b081c [2023-05-01T14:13:02.503Z] ---> 21e4792ca848 [2023-05-01T14:13:02.503Z] Step 4/29 : ARG ALPINE_PKG_EXTRA="" [2023-05-01T14:13:02.772Z] ---> Running in 88f07d1d0abe [2023-05-01T14:13:03.038Z] Removing intermediate container 88f07d1d0abe [2023-05-01T14:13:03.038Z] ---> bb8246addb1b [2023-05-01T14:13:03.038Z] Step 5/29 : ARG ADD_BUILD_TAGS="" [2023-05-01T14:13:03.038Z] ---> Running in a8b113d5d8d7 [2023-05-01T14:13:03.311Z] Removing intermediate container a8b113d5d8d7 [2023-05-01T14:13:03.311Z] ---> 2510c59ff8f6 [2023-05-01T14:13:03.311Z] Step 6/29 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-01T14:13:03.311Z] ---> Running in 4c5ade203840 [2023-05-01T14:13:04.274Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-01T14:13:04.867Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-01T14:13:05.842Z] OK: 263 MiB in 53 packages [2023-05-01T14:13:06.803Z] Removing intermediate container 4c5ade203840 [2023-05-01T14:13:06.803Z] ---> e478e5460f76 [2023-05-01T14:13:06.803Z] Step 7/29 : WORKDIR /app [2023-05-01T14:13:06.803Z] ---> Running in b79d85e97dcf [2023-05-01T14:13:07.070Z] Removing intermediate container b79d85e97dcf [2023-05-01T14:13:07.070Z] ---> 5b1dd3742cb6 [2023-05-01T14:13:07.070Z] Step 8/29 : COPY go.mod vendor* ./ [2023-05-01T14:13:07.336Z] ---> 324bd2c1463e [2023-05-01T14:13:07.336Z] Step 9/29 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-01T14:13:07.606Z] ---> Running in 2870098711d8 [2023-05-01T14:13:10.188Z] Removing intermediate container 2870098711d8 [2023-05-01T14:13:10.188Z] ---> 753ba32e352c [2023-05-01T14:13:10.188Z] Step 10/29 : COPY . . [2023-05-01T14:13:10.188Z] ---> 522dc25f25fd [2023-05-01T14:13:10.188Z] Step 11/29 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-01T14:13:10.468Z] ---> Running in 7906b67e94e5 [2023-05-01T14:13:10.737Z] Removing intermediate container 7906b67e94e5 [2023-05-01T14:13:10.737Z] ---> 9bbe8060b2fe [2023-05-01T14:13:10.737Z] Step 12/29 : RUN $MAKE [2023-05-01T14:13:10.737Z] ---> Running in edb53017a0ca [2023-05-01T14:13:11.708Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.55 -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-05-01T14:15:18.391Z] Removing intermediate container edb53017a0ca [2023-05-01T14:15:18.391Z] ---> e30ff9bcd484 [2023-05-01T14:15:18.391Z] Step 13/29 : FROM alpine:3.17 [2023-05-01T14:15:18.391Z] 3.17: Pulling from library/alpine [2023-05-01T14:15:18.391Z] c41833b44d91: Already exists [2023-05-01T14:15:18.391Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-01T14:15:18.391Z] Status: Downloaded newer image for alpine:3.17 [2023-05-01T14:15:18.391Z] ---> 51e60588ff2c [2023-05-01T14:15:18.391Z] Step 14/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-05-01T14:15:18.391Z] ---> Running in 2677a16c040a [2023-05-01T14:15:18.391Z] Removing intermediate container 2677a16c040a [2023-05-01T14:15:18.391Z] ---> 7b11c7595535 [2023-05-01T14:15:18.391Z] Step 15/29 : LABEL Name=app-service-rfid-llrp-inventory Version=${VERSION} [2023-05-01T14:15:18.391Z] ---> Running in d92abb7422d7 [2023-05-01T14:15:18.391Z] Removing intermediate container d92abb7422d7 [2023-05-01T14:15:18.391Z] ---> 3afe118b70f5 [2023-05-01T14:15:18.391Z] Step 16/29 : RUN apk --no-cache add ca-certificates dumb-init [2023-05-01T14:15:18.391Z] ---> Running in 63dd8051d01e [2023-05-01T14:15:18.391Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-01T14:15:18.391Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-01T14:15:18.391Z] (1/2) Installing ca-certificates (20220614-r4) [2023-05-01T14:15:18.391Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-05-01T14:15:18.391Z] Executing busybox-1.35.0-r29.trigger [2023-05-01T14:15:18.391Z] Executing ca-certificates-20220614-r4.trigger [2023-05-01T14:15:18.977Z] OK: 8 MiB in 17 packages [2023-05-01T14:15:19.938Z] Removing intermediate container 63dd8051d01e [2023-05-01T14:15:19.938Z] ---> 09dd074ba242 [2023-05-01T14:15:19.938Z] Step 17/29 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-05-01T14:15:20.524Z] ---> a8c49549b3af [2023-05-01T14:15:20.524Z] Step 18/29 : COPY --from=builder /app/LICENSE /LICENSE [2023-05-01T14:15:20.792Z] ---> 162a2804ab70 [2023-05-01T14:15:20.792Z] Step 19/29 : COPY --from=builder /app/res/ /res/ [2023-05-01T14:15:21.374Z] ---> 753b43e32993 [2023-05-01T14:15:21.374Z] Step 20/29 : COPY --from=builder /app/static/ /static/ [2023-05-01T14:15:21.960Z] ---> eef65f112d88 [2023-05-01T14:15:21.960Z] Step 21/29 : COPY --from=builder /app/app-rfid-llrp-inventory /app-rfid-llrp-inventory [2023-05-01T14:15:23.372Z] ---> edc68c41e177 [2023-05-01T14:15:23.372Z] Step 22/29 : RUN mkdir -p /cache && chown -R 2002:2002 /cache [2023-05-01T14:15:23.372Z] ---> Running in 19ce98c1cf23 [2023-05-01T14:15:24.945Z] Removing intermediate container 19ce98c1cf23 [2023-05-01T14:15:24.945Z] ---> 66d04c9bc8d9 [2023-05-01T14:15:24.945Z] Step 23/29 : VOLUME /cache [2023-05-01T14:15:25.224Z] ---> Running in 8c63dfbccb80 [2023-05-01T14:15:25.502Z] Removing intermediate container 8c63dfbccb80 [2023-05-01T14:15:25.502Z] ---> 30d24e15d8e4 [2023-05-01T14:15:25.502Z] Step 24/29 : EXPOSE 59711 [2023-05-01T14:15:25.502Z] ---> Running in ba3e131a23bb [2023-05-01T14:15:26.106Z] Removing intermediate container ba3e131a23bb [2023-05-01T14:15:26.106Z] ---> c9775f89e058 [2023-05-01T14:15:26.106Z] Step 25/29 : ENTRYPOINT ["/app-rfid-llrp-inventory"] [2023-05-01T14:15:26.106Z] ---> Running in f100ef27d308 [2023-05-01T14:15:26.380Z] Removing intermediate container f100ef27d308 [2023-05-01T14:15:26.380Z] ---> d93c64dd44f7 [2023-05-01T14:15:26.380Z] Step 26/29 : CMD ["-cp=consul.http://edgex-core-consul:8500", "-registry"] [2023-05-01T14:15:26.380Z] ---> Running in af950f30879a [2023-05-01T14:15:26.665Z] Removing intermediate container af950f30879a [2023-05-01T14:15:26.665Z] ---> fffff173848a [2023-05-01T14:15:26.665Z] Step 27/29 : LABEL arch=arm64 [2023-05-01T14:15:26.665Z] ---> Running in a027ef81d653 [2023-05-01T14:15:27.271Z] Removing intermediate container a027ef81d653 [2023-05-01T14:15:27.271Z] ---> f424280d5c21 [2023-05-01T14:15:27.271Z] Step 28/29 : LABEL git_sha=6768ab4e56f2f5d1eafcb5ee009b69d2918da281 [2023-05-01T14:15:27.271Z] ---> Running in d02d2e4d38ea [2023-05-01T14:15:27.540Z] Removing intermediate container d02d2e4d38ea [2023-05-01T14:15:27.540Z] ---> 8a340df6e28f [2023-05-01T14:15:27.540Z] Step 29/29 : LABEL version=0.0.0 [2023-05-01T14:15:27.540Z] ---> Running in e8d28c75bd39 [2023-05-01T14:15:27.807Z] Removing intermediate container e8d28c75bd39 [2023-05-01T14:15:27.807Z] ---> 8b654524bf39 [2023-05-01T14:15:27.807Z] [Warning] One or more build-args [ARCH] were not consumed [2023-05-01T14:15:27.807Z] Successfully built 8b654524bf39 [2023-05-01T14:15:27.807Z] 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-05-01T14:15:28.605Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-01T14:15:28.605Z] [2023-05-01T14:15:28.605Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-01T14:15:28.993Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-01T14:15:28.994Z] arm64: Pulling from edgex-lftools-log-publisher [2023-05-01T14:15:28.994Z] 8998bd30e6a1: Pulling fs layer [2023-05-01T14:15:28.994Z] 04944245beec: Pulling fs layer [2023-05-01T14:15:28.994Z] 699f458cf7ca: Pulling fs layer [2023-05-01T14:15:28.994Z] 765212b225bb: Pulling fs layer [2023-05-01T14:15:28.994Z] f23df028b6ca: Pulling fs layer [2023-05-01T14:15:28.994Z] d65c8cfc05b1: Pulling fs layer [2023-05-01T14:15:28.994Z] 2437ff75d9bd: Pulling fs layer [2023-05-01T14:15:28.994Z] d65c8cfc05b1: Waiting [2023-05-01T14:15:28.994Z] 765212b225bb: Waiting [2023-05-01T14:15:28.994Z] f23df028b6ca: Waiting [2023-05-01T14:15:28.994Z] 2437ff75d9bd: Waiting [2023-05-01T14:15:29.267Z] 04944245beec: Verifying Checksum [2023-05-01T14:15:29.267Z] 04944245beec: Download complete [2023-05-01T14:15:29.267Z] 765212b225bb: Download complete [2023-05-01T14:15:29.267Z] f23df028b6ca: Download complete [2023-05-01T14:15:29.267Z] d65c8cfc05b1: Verifying Checksum [2023-05-01T14:15:29.267Z] d65c8cfc05b1: Download complete [2023-05-01T14:15:29.536Z] 699f458cf7ca: Verifying Checksum [2023-05-01T14:15:29.536Z] 699f458cf7ca: Download complete [2023-05-01T14:15:29.804Z] 8998bd30e6a1: Verifying Checksum [2023-05-01T14:15:29.804Z] 8998bd30e6a1: Download complete [2023-05-01T14:15:32.401Z] 2437ff75d9bd: Verifying Checksum [2023-05-01T14:15:32.401Z] 2437ff75d9bd: Download complete [2023-05-01T14:15:33.818Z] 8998bd30e6a1: Pull complete [2023-05-01T14:15:34.402Z] 04944245beec: Pull complete [2023-05-01T14:15:35.812Z] 699f458cf7ca: Pull complete [2023-05-01T14:15:35.812Z] 765212b225bb: Pull complete [2023-05-01T14:15:36.772Z] f23df028b6ca: Pull complete [2023-05-01T14:15:36.772Z] d65c8cfc05b1: Pull complete [2023-05-01T14:15:51.757Z] 2437ff75d9bd: Pull complete [2023-05-01T14:15:51.757Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-05-01T14:15:51.758Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-01T14:15:51.758Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-01T14:15:52.099Z] prd-ubuntu20.04-docker-arm64-4c-16g-12162 does not seem to be running inside a container [2023-05-01T14:15:52.171Z] $ 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-05-01T14:15:54.849Z] $ docker top ef55fd455f0eabe264393cd830ee778c5e64427f91ba65b3099a76fb0fe2a06a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-01T14:15:55.425Z] ---> job-cost.sh [2023-05-01T14:15:55.692Z] lf-activate-venv: SKIPPING [2023-05-01T14:15:55.692Z] INFO: No Stack... [2023-05-01T14:15:56.273Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-05-01T14:15:56.857Z] INFO: Archiving Costs [Pipeline] sh [2023-05-01T14:15:57.212Z] + + catcut /w/workspace/app-rfid-llrp-inventory/1/archives/cost.csv -d, [2023-05-01T14:15:57.212Z] -f6 [Pipeline] lock [2023-05-01T14:15:57.301Z] Trying to acquire lock on [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-183-1-stack-cost] [2023-05-01T14:15:57.305Z] Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-183-1-stack-cost] did not exist. Created. [2023-05-01T14:15:57.305Z] Lock acquired on [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-183-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-05-01T14:15:58.038Z] /w/workspace/app-rfid-llrp-inventory/1@tmp/durable-0f5e6a51/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-05-01T14:15:58.398Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-05-01T14:15:58.694Z] Warning: overwriting stash ‘stack-cost’ [2023-05-01T14:15:58.754Z] Stashed 1 file(s) [Pipeline] } [2023-05-01T14:15:58.769Z] Lock released on resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-183-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-05-01T14:15:58.853Z] $ docker stop --time=1 ef55fd455f0eabe264393cd830ee778c5e64427f91ba65b3099a76fb0fe2a06a [2023-05-01T14:16:00.349Z] $ docker rm -f --volumes ef55fd455f0eabe264393cd830ee778c5e64427f91ba65b3099a76fb0fe2a06a [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-05-01T14:16:01.368Z] provisioning config files... [2023-05-01T14:16:01.377Z] copy managed file [app-rfid-llrp-inventory-codecov-token] to file:/w/workspace/y_app-rfid-llrp-inventory_PR-183@tmp/config7632036206406635227tmp [Pipeline] { [Pipeline] sh [2023-05-01T14:16:01.727Z] + set +x [2023-05-01T14:16:01.727Z] + curl -s https://codecov.io/bash [2023-05-01T14:16:01.727Z] + bash -s -- [2023-05-01T14:16:01.727Z] [2023-05-01T14:16:01.727Z] _____ _ [2023-05-01T14:16:01.727Z] / ____| | | [2023-05-01T14:16:01.727Z] | | ___ __| | ___ ___ _____ __ [2023-05-01T14:16:01.727Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-05-01T14:16:01.727Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-05-01T14:16:01.727Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-05-01T14:16:01.727Z] Bash-1.0.6 [2023-05-01T14:16:01.727Z] [2023-05-01T14:16:01.727Z] [2023-05-01T14:16:01.727Z] ==> git version 2.25.1 found [2023-05-01T14:16:01.727Z] ==> 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-05-01T14:16:01.727Z] Release-Date: 2020-01-08 [2023-05-01T14:16:01.727Z] 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-05-01T14:16:01.727Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-05-01T14:16:01.727Z] ==> Jenkins CI detected. [2023-05-01T14:16:01.727Z] current dir:  /w/workspace/y_app-rfid-llrp-inventory_PR-183 [2023-05-01T14:16:01.727Z] project root: . [2023-05-01T14:16:01.727Z] --> token set from env [2023-05-01T14:16:01.727Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-05-01T14:16:01.727Z] ==> Running gcov in . (disable via -X gcov) [2023-05-01T14:16:01.985Z] ==> Python coveragepy not found [2023-05-01T14:16:01.985Z] ==> Searching for coverage reports in: [2023-05-01T14:16:01.985Z] + . [2023-05-01T14:16:01.985Z] -> Found 1 reports [2023-05-01T14:16:01.985Z] ==> Detecting git/mercurial file structure [2023-05-01T14:16:01.985Z] ==> Reading reports [2023-05-01T14:16:01.985Z] + ./coverage.out bytes=41317 [2023-05-01T14:16:01.985Z] ==> Appending adjustments [2023-05-01T14:16:01.985Z] https://docs.codecov.io/docs/fixing-reports [2023-05-01T14:16:01.985Z] + Found adjustments [2023-05-01T14:16:01.985Z] ==> Gzipping contents [2023-05-01T14:16:01.985Z] 12K /tmp/codecov.2nVLry.gz [2023-05-01T14:16:01.985Z] ==> Uploading reports [2023-05-01T14:16:01.985Z] url: https://codecov.io [2023-05-01T14:16:01.985Z] query: branch=PR-183&commit=6768ab4e56f2f5d1eafcb5ee009b69d2918da281&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-rfid-llrp-inventory%2Fjob%2FPR-183%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-rfid-llrp-inventory&service=jenkins&flags=&pr=183&job=&cmd_args= [2023-05-01T14:16:01.985Z] -> Pinging Codecov [2023-05-01T14:16:01.985Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=0703e47f-c946-4a15-b96a-5e99ca1c8fb5&branch=PR-183&commit=6768ab4e56f2f5d1eafcb5ee009b69d2918da281&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-rfid-llrp-inventory%2Fjob%2FPR-183%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-rfid-llrp-inventory&service=jenkins&flags=&pr=183&job=&cmd_args= [2023-05-01T14:16:02.244Z] -> Uploading to [2023-05-01T14:16:02.244Z] https://storage.googleapis.com/codecov/v4/raw/2023-05-01/581DD39554BDF9B6E22D074273EAD858/6768ab4e56f2f5d1eafcb5ee009b69d2918da281/7c4d3325-69a6-4091-b5d0-98d3e226288f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230501%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230501T141602Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a705c56d68723f99de7a14c0a9581a5e804d0fe5abb1f7af66bcdde3be8b41fa [2023-05-01T14:16:02.244Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-01T14:16:02.244Z] Dload Upload Total Spent Left Speed [2023-05-01T14:16:02.503Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11800 0 0 100 11800 0 47200 --:--:-- --:--:-- --:--:-- 47200 [2023-05-01T14:16:02.503Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rfid-llrp-go/commit/6768ab4e56f2f5d1eafcb5ee009b69d2918da281 [Pipeline] } [2023-05-01T14:16:02.531Z] 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-05-01T14:16:04.307Z] + [ -d /w/workspace/y_app-rfid-llrp-inventory_PR-183/archives ] [2023-05-01T14:16:04.307Z] + ls -al /w/workspace/y_app-rfid-llrp-inventory_PR-183/archives [2023-05-01T14:16:04.308Z] total 16 [2023-05-01T14:16:04.308Z] drwxr-xr-x 3 root root 4096 May 1 14:06 . [2023-05-01T14:16:04.308Z] drwxrwxr-x 12 jenkins jenkins 4096 May 1 14:06 .. [2023-05-01T14:16:04.308Z] drwxr-xr-x 2 root root 4096 May 1 14:06 cost [2023-05-01T14:16:04.308Z] -rw-r--r-- 1 root root 95 May 1 14:06 cost.csv [2023-05-01T14:16:04.308Z] + sudo chown -R jenkins:jenkins /w/workspace/y_app-rfid-llrp-inventory_PR-183/archives [2023-05-01T14:16:04.308Z] + ls -al /w/workspace/y_app-rfid-llrp-inventory_PR-183/archives [2023-05-01T14:16:04.308Z] total 16 [2023-05-01T14:16:04.308Z] drwxr-xr-x 3 jenkins jenkins 4096 May 1 14:06 . [2023-05-01T14:16:04.308Z] drwxrwxr-x 12 jenkins jenkins 4096 May 1 14:06 .. [2023-05-01T14:16:04.308Z] drwxr-xr-x 2 jenkins jenkins 4096 May 1 14:06 cost [2023-05-01T14:16:04.308Z] -rw-r--r-- 1 jenkins jenkins 95 May 1 14:06 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-05-01T14:16:04.637Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-01T14:16:05.527Z] ---> package-listing.sh [2023-05-01T14:16:05.527Z] ++ facter osfamily [2023-05-01T14:16:05.527Z] ++ tr '[:upper:]' '[:lower:]' [2023-05-01T14:16:05.786Z] + OS_FAMILY=debian [2023-05-01T14:16:05.786Z] + workspace=/w/workspace/y_app-rfid-llrp-inventory_PR-183 [2023-05-01T14:16:05.786Z] + START_PACKAGES=/tmp/packages_start.txt [2023-05-01T14:16:05.786Z] + END_PACKAGES=/tmp/packages_end.txt [2023-05-01T14:16:05.786Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-05-01T14:16:05.786Z] + PACKAGES=/tmp/packages_start.txt [2023-05-01T14:16:05.786Z] + '[' /w/workspace/y_app-rfid-llrp-inventory_PR-183 ']' [2023-05-01T14:16:05.786Z] + PACKAGES=/tmp/packages_end.txt [2023-05-01T14:16:05.786Z] + case "${OS_FAMILY}" in [2023-05-01T14:16:05.786Z] + dpkg -l [2023-05-01T14:16:05.786Z] + grep '^ii' [2023-05-01T14:16:05.786Z] + '[' -f /tmp/packages_start.txt ']' [2023-05-01T14:16:05.786Z] + '[' -f /tmp/packages_end.txt ']' [2023-05-01T14:16:05.786Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-05-01T14:16:05.786Z] + '[' /w/workspace/y_app-rfid-llrp-inventory_PR-183 ']' [2023-05-01T14:16:05.786Z] + mkdir -p /w/workspace/y_app-rfid-llrp-inventory_PR-183/archives/ [2023-05-01T14:16:05.786Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/y_app-rfid-llrp-inventory_PR-183/archives/ [Pipeline] echo [2023-05-01T14:16:05.818Z] 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-183/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-05-01T14:16:06.107Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-01T14:16:06.734Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-01T14:16:06.735Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-01T14:16:06.877Z] prd-ubuntu20.04-docker-8c-8g-12160 does not seem to be running inside a container [2023-05-01T14:16:06.913Z] $ 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-183/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-183 -v /w/workspace/y_app-rfid-llrp-inventory_PR-183:/w/workspace/y_app-rfid-llrp-inventory_PR-183:rw,z -v /w/workspace/y_app-rfid-llrp-inventory_PR-183@tmp:/w/workspace/y_app-rfid-llrp-inventory_PR-183@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-05-01T14:16:07.113Z] $ docker top a93b04b1325b2212e8aab11dd9a6535cb9ad2a296ef9b8b310c37d862955e4f6 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-01T14:16:07.494Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-05-01T14:16:07.801Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-05-01T14:16:08.114Z] + ls /var/log/sa-host [2023-05-01T14:16:08.114Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-01T14:16:08.328Z] provisioning config files... [2023-05-01T14:16:08.337Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/y_app-rfid-llrp-inventory_PR-183@tmp/config1362190194497453845tmp [Pipeline] { [Pipeline] echo [2023-05-01T14:16:08.391Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-01T14:16:08.708Z] ---> create-netrc.sh [Pipeline] } [2023-05-01T14:16:08.736Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-05-01T14:16:09.138Z] ---> python-tools-install.sh [Pipeline] echo [2023-05-01T14:16:09.170Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-01T14:16:09.828Z] ---> sudo-logs.sh [2023-05-01T14:16:09.828Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-05-01T14:16:10.163Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-01T14:16:10.470Z] ---> job-cost.sh [2023-05-01T14:16:10.470Z] lf-activate-venv: SKIPPING [2023-05-01T14:16:10.470Z] DEBUG: total: 0.2199999988079071 [2023-05-01T14:16:10.470Z] INFO: Retrieving Stack Cost... [2023-05-01T14:16:11.039Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-05-01T14:16:11.298Z] INFO: Archiving Costs [Pipeline] echo [2023-05-01T14:16:11.330Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-01T14:16:11.640Z] ---> logs-deploy.sh [2023-05-01T14:16:11.640Z] lf-activate-venv: SKIPPING [2023-05-01T14:16:11.640Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-rfid-llrp-inventory/PR-183/1 [2023-05-01T14:16:11.640Z] INFO: archiving workspace using pattern(s): [2023-05-01T14:16:12.577Z] Archives upload complete. [2023-05-01T14:16:12.577Z] INFO: archiving logs to Nexus