Pull request #188 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/app-rfid-llrp-inventory Obtained Jenkinsfile from 540e3e70e473c0327a97a91c29a0ac70fd1be730+2f09c48157f651af307535ec646201223a75b6fb (4856e77b390f3ba391061f69a27895d3c2516d51) 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-ssh11294610870033008044.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 4fc256d9079ed2258907e613f84b1b8da264a4bd 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-ssh10138286254080351194.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 4fc256d9079ed2258907e613f84b1b8da264a4bd 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-188/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-188/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh7584136013135568466.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-188/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh6838384966591379849.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 4fc256d9079ed2258907e613f84b1b8da264a4bd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4fc256d9079ed2258907e613f84b1b8da264a4bd # timeout=10 Commit message: "Merge pull request #430 from ernestojeda/release-lock" > 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-ssh17539675012901022396.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-188/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-188/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh602248012303143637.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 4fc256d9079ed2258907e613f84b1b8da264a4bd 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 ‘prd-ubuntu20.04-docker-8c-8g-14563’ is offline Running on prd-ubuntu20.04-docker-8c-8g-14565 in /w/workspace/y_app-rfid-llrp-inventory_PR-188 [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-188 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 2f09c48157f651af307535ec646201223a75b6fb into PR head commit 540e3e70e473c0327a97a91c29a0ac70fd1be730 Merge succeeded, producing 540e3e70e473c0327a97a91c29a0ac70fd1be730 Checking out Revision 540e3e70e473c0327a97a91c29a0ac70fd1be730 (PR-188) > 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/188/head:refs/remotes/origin/PR-188 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 540e3e70e473c0327a97a91c29a0ac70fd1be730 # 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 2f09c48157f651af307535ec646201223a75b6fb # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 540e3e70e473c0327a97a91c29a0ac70fd1be730 # timeout=10 Commit message: "refactor: Consume MakeItRun rename to Run" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 4fc256d9079ed2258907e613f84b1b8da264a4bd [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-05-08T22:43:24.291Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-05-08T22:43:24.478Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-05-08T22:43:24.585Z] ========================================================= [2023-05-08T22:43:24.585Z] EdgeX Global Pipelines Version Info [2023-05-08T22:43:24.585Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-05-08T22:43:25.336Z] ------------------- [2023-05-08T22:43:25.337Z] stable info: [2023-05-08T22:43:25.337Z] ------------------- [2023-05-08T22:43:25.337Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-05-08T22:43:25.337Z] Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd [2023-05-08T22:43:25.337Z] Message: update stable to v1.0.249 [2023-05-08T22:43:25.906Z] ------------------- [2023-05-08T22:43:25.907Z] experimental info: [2023-05-08T22:43:25.907Z] ------------------- [2023-05-08T22:43:25.907Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-05-08T22:43:25.907Z] Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd [2023-05-08T22:43:25.907Z] Message: update experimental to v1.0.249 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-05-08T22:43:26.202Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-rfid-llrp-inventory-settings [Pipeline] echo [2023-05-08T22:43:26.245Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-rfid-llrp-inventory [Pipeline] echo [2023-05-08T22:43:26.285Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-05-08T22:43:26.327Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-05-08T22:43:26.368Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-05-08T22:43:26.407Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-05-08T22:43:26.450Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-05-08T22:43:26.489Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-05-08T22:43:26.533Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-05-08T22:43:26.579Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-05-08T22:43:26.621Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-05-08T22:43:26.663Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-rfid-llrp-inventory [Pipeline] echo [2023-05-08T22:43:26.704Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-05-08T22:43:26.742Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-05-08T22:43:26.782Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-05-08T22:43:26.825Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-05-08T22:43:26.878Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-05-08T22:43:26.919Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-05-08T22:43:26.960Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-05-08T22:43:27.000Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-05-08T22:43:27.039Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-05-08T22:43:27.082Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-05-08T22:43:27.127Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-05-08T22:43:27.173Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-05-08T22:43:27.222Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-05-08T22:43:27.267Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-05-08T22:43:27.307Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-05-08T22:43:27.351Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-188 [Pipeline] echo [2023-05-08T22:43:27.396Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-188 [Pipeline] echo [2023-05-08T22:43:27.438Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-188 [Pipeline] echo [2023-05-08T22:43:27.479Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 540e3e70e473c0327a97a91c29a0ac70fd1be730 [Pipeline] echo [2023-05-08T22:43:27.521Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 540e3e7 [Pipeline] echo [2023-05-08T22:43:27.560Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-08T22:43:27.674Z] provisioning config files... [2023-05-08T22:43:27.689Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/y_app-rfid-llrp-inventory_PR-188@tmp/config6173016287033774560tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-08T22:43:28.037Z] ---> docker-login.sh [2023-05-08T22:43:28.037Z] nexus3.edgexfoundry.org:10001 [2023-05-08T22:43:28.301Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-08T22:43:28.301Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-08T22:43:28.301Z] Configure a credential helper to remove this warning. See [2023-05-08T22:43:28.301Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-08T22:43:28.301Z] [2023-05-08T22:43:28.301Z] Login Succeeded [2023-05-08T22:43:28.301Z] nexus3.edgexfoundry.org:10002 [2023-05-08T22:43:28.569Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-08T22:43:28.569Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-08T22:43:28.569Z] Configure a credential helper to remove this warning. See [2023-05-08T22:43:28.569Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-08T22:43:28.569Z] [2023-05-08T22:43:28.569Z] Login Succeeded [2023-05-08T22:43:28.569Z] nexus3.edgexfoundry.org:10003 [2023-05-08T22:43:28.569Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-08T22:43:28.569Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-08T22:43:28.569Z] Configure a credential helper to remove this warning. See [2023-05-08T22:43:28.569Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-08T22:43:28.569Z] [2023-05-08T22:43:28.569Z] Login Succeeded [2023-05-08T22:43:28.569Z] nexus3.edgexfoundry.org:10004 [2023-05-08T22:43:28.569Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-08T22:43:28.829Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-08T22:43:28.829Z] Configure a credential helper to remove this warning. See [2023-05-08T22:43:28.829Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-08T22:43:28.829Z] [2023-05-08T22:43:28.829Z] Login Succeeded [2023-05-08T22:43:28.829Z] docker.io [2023-05-08T22:43:28.829Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-08T22:43:29.089Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-08T22:43:29.089Z] Configure a credential helper to remove this warning. See [2023-05-08T22:43:29.089Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-08T22:43:29.089Z] [2023-05-08T22:43:29.089Z] Login Succeeded [2023-05-08T22:43:29.089Z] ---> docker-login.sh ends [Pipeline] } [2023-05-08T22:43:29.116Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-05-08T22:43:29.743Z] + git rev-list -1 --merges 540e3e70e473c0327a97a91c29a0ac70fd1be730~1..540e3e70e473c0327a97a91c29a0ac70fd1be730 [Pipeline] echo [2023-05-08T22:43:29.797Z] -----------> git rev-list -1 --merges 540e3e70e473c0327a97a91c29a0ac70fd1be730~1..540e3e70e473c0327a97a91c29a0ac70fd1be730 540e3e70e473c0327a97a91c29a0ac70fd1be730 [false] [Pipeline] sh [2023-05-08T22:43:30.102Z] + git log --format=format:%s -1 540e3e70e473c0327a97a91c29a0ac70fd1be730 [Pipeline] echo [2023-05-08T22:43:30.139Z] ========================================================= [2023-05-08T22:43:30.139Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-05-08T22:43:30.139Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-08T22:43:30.568Z] + git log --format=format:%s -1 540e3e70e473c0327a97a91c29a0ac70fd1be730 [Pipeline] echo [2023-05-08T22:43:30.603Z] [semverPrep] GIT_COMMIT: 540e3e70e473c0327a97a91c29a0ac70fd1be730, Commit Message: refactor: Consume MakeItRun rename to Run [Pipeline] echo [2023-05-08T22:43:30.630Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-05-08T22:43:30.994Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-05-08T22:43:30.994Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-05-08T22:43:30.994Z] + [ -e /tmp/ssh_known_hosts ] [2023-05-08T22:43:30.994Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-05-08T22:43:30.994Z] + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=sudo [2023-05-08T22:43:30.994Z] tee -a /etc/ssh/ssh_known_hosts [2023-05-08T22:43:30.994Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-08T22:43:31.494Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-08T22:43:31.495Z] [2023-05-08T22:43:31.495Z] 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-08T22:43:31.864Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-08T22:43:31.864Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-05-08T22:43:31.864Z] b85a868b505f: Pulling fs layer [2023-05-08T22:43:31.864Z] e2be974225ed: Pulling fs layer [2023-05-08T22:43:31.864Z] 339a4e72a1f5: Pulling fs layer [2023-05-08T22:43:31.864Z] 988bab9f4d93: Pulling fs layer [2023-05-08T22:43:31.864Z] 1469e6f7b9e6: Pulling fs layer [2023-05-08T22:43:31.864Z] eaf3925da568: Pulling fs layer [2023-05-08T22:43:31.864Z] bab4dde63d76: Pulling fs layer [2023-05-08T22:43:31.864Z] bde34c3a00c8: Pulling fs layer [2023-05-08T22:43:31.864Z] b352a97aabf1: Pulling fs layer [2023-05-08T22:43:31.864Z] 4872d77fe225: Pulling fs layer [2023-05-08T22:43:31.864Z] 5851b861e8e6: Pulling fs layer [2023-05-08T22:43:31.864Z] bab4dde63d76: Waiting [2023-05-08T22:43:31.864Z] bde34c3a00c8: Waiting [2023-05-08T22:43:31.864Z] b352a97aabf1: Waiting [2023-05-08T22:43:31.864Z] eaf3925da568: Waiting [2023-05-08T22:43:31.864Z] 4872d77fe225: Waiting [2023-05-08T22:43:31.864Z] 988bab9f4d93: Waiting [2023-05-08T22:43:31.864Z] 5851b861e8e6: Waiting [2023-05-08T22:43:31.864Z] e2be974225ed: Download complete [2023-05-08T22:43:31.864Z] 988bab9f4d93: Verifying Checksum [2023-05-08T22:43:31.864Z] 988bab9f4d93: Download complete [2023-05-08T22:43:31.864Z] 1469e6f7b9e6: Verifying Checksum [2023-05-08T22:43:31.864Z] 1469e6f7b9e6: Download complete [2023-05-08T22:43:32.123Z] 339a4e72a1f5: Verifying Checksum [2023-05-08T22:43:32.123Z] 339a4e72a1f5: Download complete [2023-05-08T22:43:32.123Z] eaf3925da568: Download complete [2023-05-08T22:43:32.123Z] bde34c3a00c8: Download complete [2023-05-08T22:43:32.123Z] b352a97aabf1: Download complete [2023-05-08T22:43:32.123Z] 4872d77fe225: Download complete [2023-05-08T22:43:32.123Z] 5851b861e8e6: Download complete [2023-05-08T22:43:32.123Z] b85a868b505f: Verifying Checksum [2023-05-08T22:43:32.123Z] b85a868b505f: Download complete [2023-05-08T22:43:32.382Z] bab4dde63d76: Verifying Checksum [2023-05-08T22:43:32.382Z] bab4dde63d76: Download complete [2023-05-08T22:43:33.320Z] b85a868b505f: Pull complete [2023-05-08T22:43:33.579Z] e2be974225ed: Pull complete [2023-05-08T22:43:34.150Z] 339a4e72a1f5: Pull complete [2023-05-08T22:43:34.150Z] 988bab9f4d93: Pull complete [2023-05-08T22:43:34.412Z] 1469e6f7b9e6: Pull complete [2023-05-08T22:43:34.412Z] eaf3925da568: Pull complete [2023-05-08T22:43:36.315Z] bab4dde63d76: Pull complete [2023-05-08T22:43:36.316Z] bde34c3a00c8: Pull complete [2023-05-08T22:43:36.316Z] b352a97aabf1: Pull complete [2023-05-08T22:43:36.316Z] 4872d77fe225: Pull complete [2023-05-08T22:43:36.623Z] 5851b861e8e6: Pull complete [2023-05-08T22:43:36.623Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-05-08T22:43:36.623Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-08T22:43:36.623Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-08T22:43:36.876Z] prd-ubuntu20.04-docker-8c-8g-14565 does not seem to be running inside a container [2023-05-08T22:43:36.906Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/y_app-rfid-llrp-inventory_PR-188 -v /w/workspace/y_app-rfid-llrp-inventory_PR-188:/w/workspace/y_app-rfid-llrp-inventory_PR-188:rw,z -v /w/workspace/y_app-rfid-llrp-inventory_PR-188@tmp:/w/workspace/y_app-rfid-llrp-inventory_PR-188@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-05-08T22:43:38.110Z] $ docker top 9b9b113ec7a91d1f1ccee812cedc7ce154a63ed8ebc5eb1c4f75827087cb00e1 -eo pid,comm [2023-05-08T22:43:38.161Z] 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-08T22:43:38.161Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-05-08T22:43:38.296Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-08T22:43:38.296Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-08T22:43:38.407Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-08T22:43:38.408Z] $ docker exec 9b9b113ec7a91d1f1ccee812cedc7ce154a63ed8ebc5eb1c4f75827087cb00e1 ssh-agent [2023-05-08T22:43:38.505Z] SSH_AUTH_SOCK=/tmp/ssh-8YGg5U5igPwq/agent.33 [2023-05-08T22:43:38.505Z] SSH_AGENT_PID=39 [2023-05-08T22:43:38.511Z] Running ssh-add (command line suppressed) [2023-05-08T22:43:38.608Z] Identity added: /w/workspace/y_app-rfid-llrp-inventory_PR-188@tmp/private_key_10082372135218414584.key (/w/workspace/y_app-rfid-llrp-inventory_PR-188@tmp/private_key_10082372135218414584.key) [2023-05-08T22:43:38.622Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-08T22:43:38.953Z] + git tag --points-at HEAD [Pipeline] } [2023-05-08T22:43:38.978Z] $ docker exec --env ******** --env ******** 9b9b113ec7a91d1f1ccee812cedc7ce154a63ed8ebc5eb1c4f75827087cb00e1 ssh-agent -k [2023-05-08T22:43:39.060Z] unset SSH_AUTH_SOCK; [2023-05-08T22:43:39.060Z] unset SSH_AGENT_PID; [2023-05-08T22:43:39.061Z] echo Agent pid 39 killed; [2023-05-08T22:43:39.072Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-05-08T22:43:39.160Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-08T22:43:39.160Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-08T22:43:39.260Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-08T22:43:39.261Z] $ docker exec 9b9b113ec7a91d1f1ccee812cedc7ce154a63ed8ebc5eb1c4f75827087cb00e1 ssh-agent [2023-05-08T22:43:39.357Z] SSH_AUTH_SOCK=/tmp/ssh-GFNqe5kuMPeZ/agent.71 [2023-05-08T22:43:39.357Z] SSH_AGENT_PID=77 [2023-05-08T22:43:39.360Z] Running ssh-add (command line suppressed) [2023-05-08T22:43:39.465Z] Identity added: /w/workspace/y_app-rfid-llrp-inventory_PR-188@tmp/private_key_10346655950246319896.key (/w/workspace/y_app-rfid-llrp-inventory_PR-188@tmp/private_key_10346655950246319896.key) [2023-05-08T22:43:39.480Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-08T22:43:39.811Z] + git semver init [2023-05-08T22:43:40.069Z] 2023-05-08 22:43:39,973 [run_init] DEBUG init version:0.0.0 force:False [2023-05-08T22:43:40.069Z] 2023-05-08 22:43:39,974 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/y_app-rfid-llrp-inventory_PR-188/.semver [2023-05-08T22:43:40.069Z] 2023-05-08 22:43:39,974 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-rfid-llrp-inventory.git /w/workspace/y_app-rfid-llrp-inventory_PR-188/.semver [2023-05-08T22:43:40.069Z] 2023-05-08 22:43:39,974 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-rfid-llrp-inventory.git', '/w/workspace/y_app-rfid-llrp-inventory_PR-188/.semver'], cwd=/w/workspace/y_app-rfid-llrp-inventory_PR-188, universal_newlines=False, shell=None, istream=None) [2023-05-08T22:43:41.008Z] 2023-05-08 22:43:40,939 [append_file] DEBUG append to file:/w/workspace/y_app-rfid-llrp-inventory_PR-188/.git/info/exclude [2023-05-08T22:43:41.008Z] 2023-05-08 22:43:40,940 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/y_app-rfid-llrp-inventory_PR-188/.semver/PR-188 with force:False [2023-05-08T22:43:41.008Z] 2023-05-08 22:43:40,940 [write_file] DEBUG write to file:/w/workspace/y_app-rfid-llrp-inventory_PR-188/.semver/PR-188 [2023-05-08T22:43:41.008Z] 2023-05-08 22:43:40,943 [execute] INFO git cat-file --batch-check [2023-05-08T22:43:41.008Z] 2023-05-08 22:43:40,943 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/y_app-rfid-llrp-inventory_PR-188/.semver, universal_newlines=False, shell=None, istream=) [2023-05-08T22:43:41.008Z] 2023-05-08 22:43:40,948 [execute] INFO git cat-file --batch [2023-05-08T22:43:41.008Z] 2023-05-08 22:43:40,948 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/y_app-rfid-llrp-inventory_PR-188/.semver, universal_newlines=False, shell=None, istream=) [2023-05-08T22:43:41.008Z] 2023-05-08 22:43:40,953 [read_version] DEBUG read version from /w/workspace/y_app-rfid-llrp-inventory_PR-188/.semver/PR-188 [2023-05-08T22:43:41.008Z] 0.0.0 [Pipeline] } [2023-05-08T22:43:41.033Z] $ docker exec --env ******** --env ******** 9b9b113ec7a91d1f1ccee812cedc7ce154a63ed8ebc5eb1c4f75827087cb00e1 ssh-agent -k [2023-05-08T22:43:41.126Z] unset SSH_AUTH_SOCK; [2023-05-08T22:43:41.126Z] unset SSH_AGENT_PID; [2023-05-08T22:43:41.126Z] echo Agent pid 77 killed; [2023-05-08T22:43:41.138Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-05-08T22:43:41.566Z] + git semver [Pipeline] } [2023-05-08T22:43:41.847Z] $ docker stop --time=1 9b9b113ec7a91d1f1ccee812cedc7ce154a63ed8ebc5eb1c4f75827087cb00e1 [2023-05-08T22:43:43.153Z] $ docker rm -f --volumes 9b9b113ec7a91d1f1ccee812cedc7ce154a63ed8ebc5eb1c4f75827087cb00e1 [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-08T22:43:43.555Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-05-08T22:43:43.819Z] Stashed 1 file(s) [Pipeline] echo [2023-05-08T22:43:43.836Z] [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-08T22:43:44.381Z] provisioning config files... [2023-05-08T22:43:44.391Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/y_app-rfid-llrp-inventory_PR-188@tmp/config1965910716972712514tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-08T22:43:44.732Z] ---> docker-login.sh [2023-05-08T22:43:44.732Z] nexus3.edgexfoundry.org:10001 [2023-05-08T22:43:44.732Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-08T22:43:44.732Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-08T22:43:44.732Z] Configure a credential helper to remove this warning. See [2023-05-08T22:43:44.732Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-08T22:43:44.732Z] [2023-05-08T22:43:44.732Z] Login Succeeded [2023-05-08T22:43:44.732Z] nexus3.edgexfoundry.org:10002 [2023-05-08T22:43:44.732Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-08T22:43:44.732Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-08T22:43:44.732Z] Configure a credential helper to remove this warning. See [2023-05-08T22:43:44.732Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-08T22:43:44.732Z] [2023-05-08T22:43:44.732Z] Login Succeeded [2023-05-08T22:43:44.732Z] nexus3.edgexfoundry.org:10003 [2023-05-08T22:43:44.991Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-08T22:43:44.991Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-08T22:43:44.991Z] Configure a credential helper to remove this warning. See [2023-05-08T22:43:44.991Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-08T22:43:44.991Z] [2023-05-08T22:43:44.991Z] Login Succeeded [2023-05-08T22:43:44.991Z] nexus3.edgexfoundry.org:10004 [2023-05-08T22:43:44.991Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-08T22:43:44.991Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-08T22:43:44.991Z] Configure a credential helper to remove this warning. See [2023-05-08T22:43:44.991Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-08T22:43:44.991Z] [2023-05-08T22:43:44.991Z] Login Succeeded [2023-05-08T22:43:44.991Z] docker.io [2023-05-08T22:43:44.991Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-08T22:43:45.249Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-08T22:43:45.249Z] Configure a credential helper to remove this warning. See [2023-05-08T22:43:45.249Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-08T22:43:45.249Z] [2023-05-08T22:43:45.249Z] Login Succeeded [2023-05-08T22:43:45.249Z] ---> docker-login.sh ends [Pipeline] } [2023-05-08T22:43:45.278Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-05-08T22:43:45.472Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-08T22:43:45.509Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-08T22:43:45.541Z] ========================================================= [2023-05-08T22:43:45.541Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-05-08T22:43:45.541Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-08T22:43:46.002Z] + 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-08T22:43:46.002Z] Sending build context to Docker daemon 12.64MB [2023-05-08T22:43:46.002Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-05-08T22:43:46.002Z] Step 2/12 : FROM ${BASE} AS builder [2023-05-08T22:43:46.002Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-05-08T22:43:46.002Z] f56be85fc22e: Pulling fs layer [2023-05-08T22:43:46.002Z] 85791d961cd3: Pulling fs layer [2023-05-08T22:43:46.002Z] d694b5ae8c79: Pulling fs layer [2023-05-08T22:43:46.002Z] 9f32a84ed3da: Pulling fs layer [2023-05-08T22:43:46.002Z] 4d19c01a9841: Pulling fs layer [2023-05-08T22:43:46.002Z] 9f32a84ed3da: Waiting [2023-05-08T22:43:46.002Z] 9325e15d5711: Pulling fs layer [2023-05-08T22:43:46.002Z] 556b6ee489ea: Pulling fs layer [2023-05-08T22:43:46.002Z] 4d19c01a9841: Waiting [2023-05-08T22:43:46.002Z] 9325e15d5711: Waiting [2023-05-08T22:43:46.003Z] c5a4b2cf53e6: Pulling fs layer [2023-05-08T22:43:46.003Z] 556b6ee489ea: Waiting [2023-05-08T22:43:46.003Z] c5a4b2cf53e6: Waiting [2023-05-08T22:43:46.003Z] 85791d961cd3: Verifying Checksum [2023-05-08T22:43:46.003Z] 85791d961cd3: Download complete [2023-05-08T22:43:46.003Z] 9f32a84ed3da: Verifying Checksum [2023-05-08T22:43:46.003Z] 9f32a84ed3da: Download complete [2023-05-08T22:43:46.261Z] 4d19c01a9841: Verifying Checksum [2023-05-08T22:43:46.261Z] 4d19c01a9841: Download complete [2023-05-08T22:43:46.261Z] f56be85fc22e: Verifying Checksum [2023-05-08T22:43:46.261Z] 9325e15d5711: Verifying Checksum [2023-05-08T22:43:46.261Z] 9325e15d5711: Download complete [2023-05-08T22:43:46.261Z] f56be85fc22e: Pull complete [2023-05-08T22:43:46.520Z] 85791d961cd3: Pull complete [2023-05-08T22:43:46.779Z] c5a4b2cf53e6: Verifying Checksum [2023-05-08T22:43:46.779Z] c5a4b2cf53e6: Download complete [2023-05-08T22:43:46.779Z] d694b5ae8c79: Verifying Checksum [2023-05-08T22:43:46.779Z] d694b5ae8c79: Download complete [2023-05-08T22:43:47.038Z] 556b6ee489ea: Verifying Checksum [2023-05-08T22:43:47.038Z] 556b6ee489ea: Download complete [2023-05-08T22:43:50.317Z] d694b5ae8c79: Pull complete [2023-05-08T22:43:50.317Z] 9f32a84ed3da: Pull complete [2023-05-08T22:43:50.317Z] 4d19c01a9841: Pull complete [2023-05-08T22:43:50.317Z] 9325e15d5711: Pull complete [2023-05-08T22:43:52.229Z] 556b6ee489ea: Pull complete [2023-05-08T22:43:53.162Z] c5a4b2cf53e6: Pull complete [2023-05-08T22:43:53.162Z] Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b [2023-05-08T22:43:53.162Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-05-08T22:43:53.162Z] ---> c4be618373d6 [2023-05-08T22:43:53.162Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-05-08T22:43:54.537Z] ---> Running in b9ed73cd316c [2023-05-08T22:43:54.796Z] Removing intermediate container b9ed73cd316c [2023-05-08T22:43:54.796Z] ---> b8779b5e88a5 [2023-05-08T22:43:54.797Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-05-08T22:43:54.797Z] ---> Running in 74371572f771 [2023-05-08T22:43:54.797Z] Removing intermediate container 74371572f771 [2023-05-08T22:43:54.797Z] ---> 7f7bdfbdb829 [2023-05-08T22:43:54.797Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-05-08T22:43:54.797Z] ---> Running in 81279a4067ce [2023-05-08T22:43:55.057Z] Removing intermediate container 81279a4067ce [2023-05-08T22:43:55.057Z] ---> a9150b5265f2 [2023-05-08T22:43:55.057Z] Step 6/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-08T22:43:55.057Z] ---> Running in 9433d98d9035 [2023-05-08T22:43:55.314Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-08T22:43:55.314Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-08T22:43:55.574Z] OK: 265 MiB in 53 packages [2023-05-08T22:43:55.834Z] Removing intermediate container 9433d98d9035 [2023-05-08T22:43:55.834Z] ---> a0aacff3137e [2023-05-08T22:43:55.834Z] Step 7/12 : WORKDIR /app [2023-05-08T22:43:56.093Z] ---> Running in d30c2785e911 [2023-05-08T22:43:56.093Z] Removing intermediate container d30c2785e911 [2023-05-08T22:43:56.093Z] ---> 56d34bd25b42 [2023-05-08T22:43:56.093Z] Step 8/12 : COPY go.mod vendor* ./ [2023-05-08T22:43:56.093Z] ---> 0ad06121da3f [2023-05-08T22:43:56.093Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-08T22:43:56.093Z] ---> Running in 9258495c3c18 [2023-05-08T22:43:59.215Z] Still waiting to schedule task [2023-05-08T22:43:59.216Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-14564’ is offline [2023-05-08T22:44:18.042Z] Removing intermediate container 9258495c3c18 [2023-05-08T22:44:18.042Z] ---> 72f8f5ed3544 [2023-05-08T22:44:18.042Z] Step 10/12 : COPY . . [2023-05-08T22:44:18.042Z] ---> 12aaf1f90880 [2023-05-08T22:44:18.042Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-08T22:44:18.042Z] ---> Running in 3a6c1071345b [2023-05-08T22:44:18.042Z] Removing intermediate container 3a6c1071345b [2023-05-08T22:44:18.042Z] ---> 6c663fc3672f [2023-05-08T22:44:18.042Z] Step 12/12 : RUN $MAKE [2023-05-08T22:44:18.042Z] ---> Running in 9ade6b6957c8 [2023-05-08T22:44:18.301Z] noop [2023-05-08T22:44:18.561Z] Removing intermediate container 9ade6b6957c8 [2023-05-08T22:44:18.561Z] ---> 6202d9c1ae48 [2023-05-08T22:44:18.561Z] Successfully built 6202d9c1ae48 [2023-05-08T22:44:18.561Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-08T22:44:19.007Z] + docker inspect -f . ci-base-image-x86_64 [2023-05-08T22:44:19.007Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-08T22:44:19.159Z] prd-ubuntu20.04-docker-8c-8g-14565 does not seem to be running inside a container [2023-05-08T22:44:19.190Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/y_app-rfid-llrp-inventory_PR-188 -v /w/workspace/y_app-rfid-llrp-inventory_PR-188:/w/workspace/y_app-rfid-llrp-inventory_PR-188:rw,z -v /w/workspace/y_app-rfid-llrp-inventory_PR-188@tmp:/w/workspace/y_app-rfid-llrp-inventory_PR-188@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-05-08T22:44:19.506Z] $ docker top 6f8248550b68f21ed3e9f4a8becc382ec239de5b421f7d376190319c3081f706 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-08T22:44:19.894Z] + go version [2023-05-08T22:44:19.894Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-05-08T22:44:19.927Z] $ docker stop --time=1 6f8248550b68f21ed3e9f4a8becc382ec239de5b421f7d376190319c3081f706 [2023-05-08T22:44:21.193Z] $ docker rm -f --volumes 6f8248550b68f21ed3e9f4a8becc382ec239de5b421f7d376190319c3081f706 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-08T22:44:21.936Z] + docker inspect -f . ci-base-image-x86_64 [2023-05-08T22:44:21.936Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-08T22:44:22.086Z] prd-ubuntu20.04-docker-8c-8g-14565 does not seem to be running inside a container [2023-05-08T22:44:22.118Z] $ 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-188 -v /w/workspace/y_app-rfid-llrp-inventory_PR-188:/w/workspace/y_app-rfid-llrp-inventory_PR-188:rw,z -v /w/workspace/y_app-rfid-llrp-inventory_PR-188@tmp:/w/workspace/y_app-rfid-llrp-inventory_PR-188@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-05-08T22:44:22.478Z] $ docker top 2d0de3c8c400bf60cbf9a3fd23e821c1fd174c8045f7a89f8ffde0724afe7c75 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-08T22:44:22.871Z] + git config --global --add safe.directory /w/workspace/y_app-rfid-llrp-inventory_PR-188 [Pipeline] fileExists [Pipeline] sh [2023-05-08T22:44:23.233Z] + make test [2023-05-08T22:44:23.233Z] go test -race ./... -coverprofile=coverage.out ./... [2023-05-08T22:44:41.317Z] ? edgexfoundry/app-rfid-llrp-inventory [no test files] [2023-05-08T22:44:41.317Z] ? edgexfoundry/app-rfid-llrp-inventory/internal/inventory/app [no test files] [2023-05-08T22:44:41.317Z] ok edgexfoundry/app-rfid-llrp-inventory/internal/inventory 0.155s coverage: 86.2% of statements [2023-05-08T22:44:43.852Z] ok edgexfoundry/app-rfid-llrp-inventory/internal/llrp 2.697s coverage: 71.9% of statements [2023-05-08T22:45:05.774Z] go vet ./... [2023-05-08T22:45:07.673Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-05-08T22:45:07.673Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-05-08T22:45:07.673Z] ./bin/test-attribution.sh [2023-05-08T22:45:07.673Z] An attribution for github.com/go-jose/go-jose/v3 is missing from Attribution.txt, please add [Pipeline] echo [2023-05-08T22:45:07.708Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-05-08T22:45:07.742Z] $ docker stop --time=1 2d0de3c8c400bf60cbf9a3fd23e821c1fd174c8045f7a89f8ffde0724afe7c75 [2023-05-08T22:45:10.571Z] $ docker rm -f --volumes 2d0de3c8c400bf60cbf9a3fd23e821c1fd174c8045f7a89f8ffde0724afe7c75 [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-08T22:45:11.150Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-05-08T22:45:11.225Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-05-08T22:45:12.024Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-05-08T22:45:12.332Z] + ls -al . [2023-05-08T22:45:12.333Z] total 228 [2023-05-08T22:45:12.333Z] drwxrwxr-x 11 jenkins jenkins 4096 May 8 22:44 . [2023-05-08T22:45:12.333Z] drwxrwxr-x 4 jenkins jenkins 4096 May 8 22:43 .. [2023-05-08T22:45:12.333Z] -rw-rw-r-- 1 jenkins jenkins 262 May 8 22:43 .dockerignore [2023-05-08T22:45:12.333Z] drwxrwxr-x 8 jenkins jenkins 4096 May 8 22:43 .git [2023-05-08T22:45:12.333Z] drwxrwxr-x 3 jenkins jenkins 4096 May 8 22:43 .github [2023-05-08T22:45:12.333Z] -rw-rw-r-- 1 jenkins jenkins 788 May 8 22:43 .gitignore [2023-05-08T22:45:12.333Z] -rw-rw-r-- 1 jenkins jenkins 41 May 8 22:43 .golangci.yml [2023-05-08T22:45:12.333Z] drwxr-xr-x 3 jenkins jenkins 4096 May 8 22:43 .semver [2023-05-08T22:45:12.333Z] -rw-rw-r-- 1 jenkins jenkins 9805 May 8 22:43 Attribution.txt [2023-05-08T22:45:12.333Z] -rw-rw-r-- 1 jenkins jenkins 4331 May 8 22:43 CHANGELOG.md [2023-05-08T22:45:12.333Z] -rw-rw-r-- 1 jenkins jenkins 1659 May 8 22:43 Dockerfile [2023-05-08T22:45:12.333Z] -rw-rw-r-- 1 jenkins jenkins 677 May 8 22:43 GOVERNANCE.md [2023-05-08T22:45:12.333Z] -rw-rw-r-- 1 jenkins jenkins 687 May 8 22:43 Jenkinsfile [2023-05-08T22:45:12.333Z] -rw-rw-r-- 1 jenkins jenkins 11347 May 8 22:43 LICENSE [2023-05-08T22:45:12.333Z] -rw-rw-r-- 1 jenkins jenkins 2497 May 8 22:43 Makefile [2023-05-08T22:45:12.333Z] -rw-rw-r-- 1 jenkins jenkins 617 May 8 22:43 OWNERS.md [2023-05-08T22:45:12.333Z] -rw-rw-r-- 1 jenkins jenkins 31001 May 8 22:43 README.md [2023-05-08T22:45:12.333Z] -rw-rw-r-- 1 jenkins jenkins 5 May 8 22:43 VERSION [2023-05-08T22:45:12.333Z] drwxrwxr-x 2 jenkins jenkins 4096 May 8 22:43 bin [2023-05-08T22:45:12.333Z] -rw-r--r-- 1 jenkins jenkins 41317 May 8 22:44 coverage.out [2023-05-08T22:45:12.333Z] -rw-rw-r-- 1 jenkins jenkins 3467 May 8 22:43 go.mod [2023-05-08T22:45:12.333Z] -rw-rw-r-- 1 jenkins jenkins 31505 May 8 22:43 go.sum [2023-05-08T22:45:12.333Z] drwxrwxr-x 2 jenkins jenkins 4096 May 8 22:43 images [2023-05-08T22:45:12.333Z] drwxrwxr-x 4 jenkins jenkins 4096 May 8 22:43 internal [2023-05-08T22:45:12.333Z] -rw-rw-r-- 1 jenkins jenkins 531 May 8 22:43 main.go [2023-05-08T22:45:12.333Z] drwxrwxr-x 2 jenkins jenkins 4096 May 8 22:43 res [2023-05-08T22:45:12.333Z] drwxrwxr-x 4 jenkins jenkins 4096 May 8 22:43 snap [2023-05-08T22:45:12.333Z] drwxrwxr-x 3 jenkins jenkins 4096 May 8 22:43 static [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-08T22:45:12.760Z] + 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=540e3e70e473c0327a97a91c29a0ac70fd1be730 --label arch=amd64 --label version=0.0.0 . [2023-05-08T22:45:12.760Z] Sending build context to Docker daemon 12.64MB [2023-05-08T22:45:12.760Z] Step 1/29 : ARG BASE=golang:1.20-alpine3.17 [2023-05-08T22:45:12.760Z] Step 2/29 : FROM ${BASE} AS builder [2023-05-08T22:45:12.760Z] ---> 6202d9c1ae48 [2023-05-08T22:45:12.760Z] Step 3/29 : ARG ALPINE_PKG_BASE="make git" [2023-05-08T22:45:13.021Z] ---> Running in a50a7ef3d13b [2023-05-08T22:45:13.021Z] Removing intermediate container a50a7ef3d13b [2023-05-08T22:45:13.021Z] ---> 7a54e2514f8f [2023-05-08T22:45:13.021Z] Step 4/29 : ARG ALPINE_PKG_EXTRA="" [2023-05-08T22:45:13.021Z] ---> Running in 264c1f57b7da [2023-05-08T22:45:13.021Z] Removing intermediate container 264c1f57b7da [2023-05-08T22:45:13.021Z] ---> d34b8b74d31e [2023-05-08T22:45:13.021Z] Step 5/29 : ARG ADD_BUILD_TAGS="" [2023-05-08T22:45:13.021Z] ---> Running in 0bb077bb1008 [2023-05-08T22:45:13.279Z] Removing intermediate container 0bb077bb1008 [2023-05-08T22:45:13.279Z] ---> 8d3db872d6ef [2023-05-08T22:45:13.279Z] Step 6/29 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-08T22:45:13.279Z] ---> Running in 2a27bbfcda0a [2023-05-08T22:45:13.538Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-08T22:45:13.538Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-08T22:45:13.797Z] OK: 265 MiB in 53 packages [2023-05-08T22:45:14.060Z] Removing intermediate container 2a27bbfcda0a [2023-05-08T22:45:14.060Z] ---> 1ebefe1edf62 [2023-05-08T22:45:14.060Z] Step 7/29 : WORKDIR /app [2023-05-08T22:45:14.060Z] ---> Running in 256f01394b56 [2023-05-08T22:45:14.319Z] Removing intermediate container 256f01394b56 [2023-05-08T22:45:14.319Z] ---> a0dee9bc3d75 [2023-05-08T22:45:14.319Z] Step 8/29 : COPY go.mod vendor* ./ [2023-05-08T22:45:14.319Z] ---> 3bb4a36f461f [2023-05-08T22:45:14.319Z] Step 9/29 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-08T22:45:14.319Z] ---> Running in a392a17335ea [2023-05-08T22:45:15.255Z] Removing intermediate container a392a17335ea [2023-05-08T22:45:15.255Z] ---> 7b72979f720f [2023-05-08T22:45:15.255Z] Step 10/29 : COPY . . [2023-05-08T22:45:15.515Z] ---> db5eb3e86635 [2023-05-08T22:45:15.515Z] Step 11/29 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-08T22:45:15.775Z] ---> Running in 87a71e7b6423 [2023-05-08T22:45:15.775Z] Removing intermediate container 87a71e7b6423 [2023-05-08T22:45:15.775Z] ---> a3c9cd44b361 [2023-05-08T22:45:15.775Z] Step 12/29 : RUN $MAKE [2023-05-08T22:45:15.775Z] ---> Running in 9ad3313ec2d3 [2023-05-08T22:45:16.034Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.61 -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-08T22:45:27.627Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-14566 in /w/workspace/y_app-rfid-llrp-inventory_PR-188 [Pipeline] { [Pipeline] ws [2023-05-08T22:45:27.682Z] Running in /w/workspace/app-rfid-llrp-inventory/1 [Pipeline] { [Pipeline] checkout [2023-05-08T22:45:27.761Z] The recommended git tool is: git [2023-05-08T22:45:33.158Z] using credential edgex-jenkins-ssh [2023-05-08T22:45:33.176Z] Cloning the remote Git repository [2023-05-08T22:45:33.225Z] Cloning repository git@github.com:edgexfoundry/app-rfid-llrp-inventory.git [2023-05-08T22:45:33.326Z] > git init /w/workspace/app-rfid-llrp-inventory/1 # timeout=10 [2023-05-08T22:45:33.463Z] Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.git [2023-05-08T22:45:33.464Z] > git --version # timeout=10 [2023-05-08T22:45:33.485Z] > git --version # 'git version 2.25.1' [2023-05-08T22:45:33.488Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-08T22:45:33.632Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-05-08T22:45:34.110Z] Removing intermediate container 9ad3313ec2d3 [2023-05-08T22:45:34.110Z] ---> 724a9ebca417 [2023-05-08T22:45:34.110Z] Step 13/29 : FROM alpine:3.17 [2023-05-08T22:45:34.369Z] 3.17: Pulling from library/alpine [2023-05-08T22:45:34.629Z] f56be85fc22e: Already exists [2023-05-08T22:45:34.629Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-08T22:45:34.629Z] Status: Downloaded newer image for alpine:3.17 [2023-05-08T22:45:34.629Z] ---> 9ed4aefc74f6 [2023-05-08T22:45:34.629Z] Step 14/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-05-08T22:45:34.888Z] ---> Running in ab4b605c211d [2023-05-08T22:45:34.888Z] Removing intermediate container ab4b605c211d [2023-05-08T22:45:34.888Z] ---> b8394524a391 [2023-05-08T22:45:34.888Z] Step 15/29 : LABEL Name=app-service-rfid-llrp-inventory Version=${VERSION} [2023-05-08T22:45:34.888Z] ---> Running in 37345c64ee36 [2023-05-08T22:45:34.888Z] Removing intermediate container 37345c64ee36 [2023-05-08T22:45:34.888Z] ---> 7b1d216956db [2023-05-08T22:45:34.888Z] Step 16/29 : RUN apk --no-cache add ca-certificates dumb-init [2023-05-08T22:45:34.888Z] ---> Running in 5d64dd89c4a7 [2023-05-08T22:45:35.149Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-08T22:45:35.408Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-08T22:45:35.408Z] (1/2) Installing ca-certificates (20230506-r0) [2023-05-08T22:45:35.670Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-05-08T22:45:35.670Z] Executing busybox-1.35.0-r29.trigger [2023-05-08T22:45:35.670Z] Executing ca-certificates-20230506-r0.trigger [2023-05-08T22:45:35.670Z] OK: 8 MiB in 17 packages [2023-05-08T22:45:35.930Z] Removing intermediate container 5d64dd89c4a7 [2023-05-08T22:45:35.930Z] ---> 62d8b89f67b6 [2023-05-08T22:45:35.930Z] Step 17/29 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-05-08T22:45:36.190Z] ---> 7310abb92dc6 [2023-05-08T22:45:36.190Z] Step 18/29 : COPY --from=builder /app/LICENSE /LICENSE [2023-05-08T22:45:36.190Z] ---> d0e92ceb3a9a [2023-05-08T22:45:36.190Z] Step 19/29 : COPY --from=builder /app/res/ /res/ [2023-05-08T22:45:36.449Z] ---> afd0bddf3a95 [2023-05-08T22:45:36.449Z] Step 20/29 : COPY --from=builder /app/static/ /static/ [2023-05-08T22:45:36.449Z] ---> 67f4a062a45c [2023-05-08T22:45:36.449Z] Step 21/29 : COPY --from=builder /app/app-rfid-llrp-inventory /app-rfid-llrp-inventory [2023-05-08T22:45:35.613Z] > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 [2023-05-08T22:45:35.642Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-05-08T22:45:36.469Z] > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 [2023-05-08T22:45:37.016Z] ---> f3c78f944545 [2023-05-08T22:45:37.016Z] Step 22/29 : RUN mkdir -p /cache && chown -R 2002:2002 /cache [2023-05-08T22:45:37.016Z] ---> Running in 909ac7c7a814 [2023-05-08T22:45:37.092Z] Merging remotes/origin/main commit 2f09c48157f651af307535ec646201223a75b6fb into PR head commit 540e3e70e473c0327a97a91c29a0ac70fd1be730 [2023-05-08T22:45:37.393Z] Merge succeeded, producing 540e3e70e473c0327a97a91c29a0ac70fd1be730 [2023-05-08T22:45:37.394Z] Checking out Revision 540e3e70e473c0327a97a91c29a0ac70fd1be730 (PR-188) [2023-05-08T22:45:37.584Z] Removing intermediate container 909ac7c7a814 [2023-05-08T22:45:37.584Z] ---> 3ae68e713d67 [2023-05-08T22:45:37.584Z] Step 23/29 : VOLUME /cache [2023-05-08T22:45:37.584Z] ---> Running in 550c5b75fb4f [2023-05-08T22:45:37.584Z] Removing intermediate container 550c5b75fb4f [2023-05-08T22:45:37.584Z] ---> ff3007d83297 [2023-05-08T22:45:37.584Z] Step 24/29 : EXPOSE 59711 [2023-05-08T22:45:37.584Z] ---> Running in cc35e0cef22c [2023-05-08T22:45:37.844Z] Removing intermediate container cc35e0cef22c [2023-05-08T22:45:37.844Z] ---> 2c26ce2ddfd8 [2023-05-08T22:45:37.844Z] Step 25/29 : ENTRYPOINT ["/app-rfid-llrp-inventory"] [2023-05-08T22:45:37.844Z] ---> Running in 68469dd0053f [2023-05-08T22:45:37.844Z] Removing intermediate container 68469dd0053f [2023-05-08T22:45:37.844Z] ---> 6942a1c361ca [2023-05-08T22:45:37.844Z] Step 26/29 : CMD ["-cp=consul.http://edgex-core-consul:8500", "-registry"] [2023-05-08T22:45:37.844Z] ---> Running in 0ef874721e5b [2023-05-08T22:45:37.844Z] Removing intermediate container 0ef874721e5b [2023-05-08T22:45:37.844Z] ---> 301f268bddea [2023-05-08T22:45:37.844Z] Step 27/29 : LABEL arch=amd64 [2023-05-08T22:45:36.517Z] Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.git [2023-05-08T22:45:36.518Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-08T22:45:36.538Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/pull/188/head:refs/remotes/origin/PR-188 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-05-08T22:45:37.111Z] > git config core.sparsecheckout # timeout=10 [2023-05-08T22:45:37.185Z] > git checkout -f 540e3e70e473c0327a97a91c29a0ac70fd1be730 # timeout=10 [2023-05-08T22:45:37.288Z] > git remote # timeout=10 [2023-05-08T22:45:37.307Z] > git config --get remote.origin.url # timeout=10 [2023-05-08T22:45:37.330Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-08T22:45:37.345Z] > git merge 2f09c48157f651af307535ec646201223a75b6fb # timeout=10 [2023-05-08T22:45:37.370Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-05-08T22:45:37.398Z] > git config core.sparsecheckout # timeout=10 [2023-05-08T22:45:37.411Z] > git checkout -f 540e3e70e473c0327a97a91c29a0ac70fd1be730 # timeout=10 [2023-05-08T22:45:38.102Z] ---> Running in 17f65090de77 [2023-05-08T22:45:38.103Z] Removing intermediate container 17f65090de77 [2023-05-08T22:45:38.103Z] ---> b36177374ae9 [2023-05-08T22:45:38.103Z] Step 28/29 : LABEL git_sha=540e3e70e473c0327a97a91c29a0ac70fd1be730 [2023-05-08T22:45:38.103Z] ---> Running in cd20cc6dc4d4 [2023-05-08T22:45:38.103Z] Removing intermediate container cd20cc6dc4d4 [2023-05-08T22:45:38.103Z] ---> 70510756b558 [2023-05-08T22:45:38.103Z] Step 29/29 : LABEL version=0.0.0 [2023-05-08T22:45:38.103Z] ---> Running in 81ba748af72e [2023-05-08T22:45:38.363Z] Removing intermediate container 81ba748af72e [2023-05-08T22:45:38.363Z] ---> 3195db82622f [2023-05-08T22:45:38.363Z] [Warning] One or more build-args [ARCH] were not consumed [2023-05-08T22:45:38.363Z] Successfully built 3195db82622f [2023-05-08T22:45:38.363Z] 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) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-08T22:45:39.213Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-08T22:45:39.213Z] [2023-05-08T22:45:39.213Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-08T22:45:39.590Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-08T22:45:39.591Z] latest: Pulling from edgex-lftools-log-publisher [2023-05-08T22:45:39.591Z] 5eb5b503b376: Pulling fs layer [2023-05-08T22:45:39.591Z] 5c69ac0246d0: Pulling fs layer [2023-05-08T22:45:39.591Z] ec43610c2a17: Pulling fs layer [2023-05-08T22:45:39.591Z] 3a2ae6a8a46f: Pulling fs layer [2023-05-08T22:45:39.591Z] 33b1e0a273af: Pulling fs layer [2023-05-08T22:45:39.591Z] 5d3b04190fa2: Pulling fs layer [2023-05-08T22:45:39.591Z] 2f39f015ded8: Pulling fs layer [2023-05-08T22:45:39.591Z] 3a2ae6a8a46f: Waiting [2023-05-08T22:45:39.591Z] 33b1e0a273af: Waiting [2023-05-08T22:45:39.591Z] 5c69ac0246d0: Download complete [2023-05-08T22:45:39.591Z] 3a2ae6a8a46f: Download complete [2023-05-08T22:45:39.591Z] 33b1e0a273af: Verifying Checksum [2023-05-08T22:45:39.591Z] 33b1e0a273af: Download complete [2023-05-08T22:45:39.591Z] 5d3b04190fa2: Download complete [2023-05-08T22:45:39.591Z] ec43610c2a17: Verifying Checksum [2023-05-08T22:45:39.591Z] ec43610c2a17: Download complete [2023-05-08T22:45:39.850Z] 5eb5b503b376: Verifying Checksum [2023-05-08T22:45:39.850Z] 5eb5b503b376: Download complete [2023-05-08T22:45:40.419Z] 2f39f015ded8: Download complete [2023-05-08T22:45:40.903Z] Commit message: "refactor: Consume MakeItRun rename to Run" [2023-05-08T22:45:40.948Z] > git --version # timeout=10 [2023-05-08T22:45:40.958Z] > git --version # 'git version 2.25.1' [2023-05-08T22:45:40.971Z] fatal: bad object 4fc256d9079ed2258907e613f84b1b8da264a4bd [2023-05-08T22:45:40.989Z] 5eb5b503b376: Pull complete [2023-05-08T22:45:41.246Z] 5c69ac0246d0: Pull complete [2023-05-08T22:45:41.489Z] [2023-05-08T22:45:41.489Z] GitHub has been notified of this commit’s build result [2023-05-08T22:45:41.489Z] [2023-05-08T22:45:41.504Z] ec43610c2a17: Pull complete [2023-05-08T22:45:41.504Z] 3a2ae6a8a46f: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [2023-05-08T22:45:41.762Z] 33b1e0a273af: Pull complete [2023-05-08T22:45:41.762Z] 5d3b04190fa2: Pull complete [Pipeline] sh [2023-05-08T22:45:42.230Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-05-08T22:45:42.230Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-08T22:45:42.230Z] Dload Upload Total Spent Left Speed [2023-05-08T22:45:42.230Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 102k 0 --:--:-- --:--:-- --:--:-- 102k [Pipeline] sh [2023-05-08T22:45:42.922Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-05-08T22:45:43.275Z] + + sudo teesudo /etc/docker/daemon.new jq [2023-05-08T22:45:43.276Z] . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-05-08T22:45:43.276Z] { [2023-05-08T22:45:43.276Z] "registry-mirrors": [ [2023-05-08T22:45:43.276Z] "https://nexus3.edgexfoundry.org:10001" [2023-05-08T22:45:43.276Z] ], [2023-05-08T22:45:43.276Z] "bip": "10.250.0.254/24", [2023-05-08T22:45:43.276Z] "hosts": [ [2023-05-08T22:45:43.276Z] "tcp://0.0.0.0:5555", [2023-05-08T22:45:43.276Z] "unix:///var/run/docker.sock" [2023-05-08T22:45:43.276Z] ], [2023-05-08T22:45:43.276Z] "mtu": 1458, [2023-05-08T22:45:43.276Z] "selinux-enabled": true, [2023-05-08T22:45:43.276Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-05-08T22:45:43.276Z] } [Pipeline] sh [2023-05-08T22:45:43.621Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-05-08T22:45:43.987Z] + sudo service docker restart [2023-05-08T22:45:45.943Z] 2f39f015ded8: Pull complete [2023-05-08T22:45:45.943Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-05-08T22:45:45.943Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-08T22:45:45.943Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-08T22:45:46.168Z] prd-ubuntu20.04-docker-8c-8g-14565 does not seem to be running inside a container [2023-05-08T22:45:46.197Z] $ 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-188 -v /w/workspace/y_app-rfid-llrp-inventory_PR-188:/w/workspace/y_app-rfid-llrp-inventory_PR-188:rw,z -v /w/workspace/y_app-rfid-llrp-inventory_PR-188@tmp:/w/workspace/y_app-rfid-llrp-inventory_PR-188@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-05-08T22:45:48.674Z] $ docker top abfaa0b00e98c942a11052fa6c1b7264bb31d04075e3f2174b347ad5020e7199 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-08T22:45:49.114Z] ---> job-cost.sh [2023-05-08T22:45:49.114Z] lf-activate-venv: SKIPPING [2023-05-08T22:45:49.114Z] INFO: No Stack... [2023-05-08T22:45:49.373Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-05-08T22:45:49.634Z] INFO: Archiving Costs [Pipeline] sh [2023-05-08T22:45:49.944Z] + cat /w/workspace/y_app-rfid-llrp-inventory_PR-188/archives/cost.csv [2023-05-08T22:45:49.944Z] + cut -d, -f6 [Pipeline] lock [2023-05-08T22:45:49.989Z] Trying to acquire lock on [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-188-1-stack-cost] [2023-05-08T22:45:49.994Z] Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-188-1-stack-cost] did not exist. Created. [2023-05-08T22:45:49.994Z] Lock acquired on [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-188-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-05-08T22:45:50.394Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-05-08T22:45:50.452Z] Stashed 1 file(s) [Pipeline] } [2023-05-08T22:45:50.479Z] Lock released on resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-188-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-05-08T22:45:50.543Z] $ docker stop --time=1 abfaa0b00e98c942a11052fa6c1b7264bb31d04075e3f2174b347ad5020e7199 [2023-05-08T22:45:51.718Z] $ docker rm -f --volumes abfaa0b00e98c942a11052fa6c1b7264bb31d04075e3f2174b347ad5020e7199 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-08T22:46:02.316Z] provisioning config files... [2023-05-08T22:46:02.344Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/app-rfid-llrp-inventory/1@tmp/config1965598820393833984tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-08T22:46:02.735Z] ---> docker-login.sh [2023-05-08T22:46:02.735Z] nexus3.edgexfoundry.org:10001 [2023-05-08T22:46:03.323Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-08T22:46:03.323Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-08T22:46:03.323Z] Configure a credential helper to remove this warning. See [2023-05-08T22:46:03.323Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-08T22:46:03.323Z] [2023-05-08T22:46:03.323Z] Login Succeeded [2023-05-08T22:46:03.323Z] nexus3.edgexfoundry.org:10002 [2023-05-08T22:46:03.592Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-08T22:46:03.592Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-08T22:46:03.592Z] Configure a credential helper to remove this warning. See [2023-05-08T22:46:03.592Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-08T22:46:03.592Z] [2023-05-08T22:46:03.592Z] Login Succeeded [2023-05-08T22:46:03.592Z] nexus3.edgexfoundry.org:10003 [2023-05-08T22:46:03.862Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-08T22:46:04.131Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-08T22:46:04.131Z] Configure a credential helper to remove this warning. See [2023-05-08T22:46:04.131Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-08T22:46:04.131Z] [2023-05-08T22:46:04.131Z] Login Succeeded [2023-05-08T22:46:04.131Z] nexus3.edgexfoundry.org:10004 [2023-05-08T22:46:04.404Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-08T22:46:04.404Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-08T22:46:04.404Z] Configure a credential helper to remove this warning. See [2023-05-08T22:46:04.404Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-08T22:46:04.404Z] [2023-05-08T22:46:04.404Z] Login Succeeded [2023-05-08T22:46:04.404Z] docker.io [2023-05-08T22:46:04.673Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-08T22:46:04.942Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-08T22:46:04.942Z] Configure a credential helper to remove this warning. See [2023-05-08T22:46:04.942Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-08T22:46:04.942Z] [2023-05-08T22:46:04.942Z] Login Succeeded [2023-05-08T22:46:04.942Z] ---> docker-login.sh ends [Pipeline] } [2023-05-08T22:46:04.972Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-05-08T22:46:05.340Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-08T22:46:05.381Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-08T22:46:05.417Z] ========================================================= [2023-05-08T22:46:05.417Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-05-08T22:46:05.417Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-08T22:46:05.915Z] + 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-08T22:46:06.186Z] Sending build context to Docker daemon 678.4kB [2023-05-08T22:46:06.186Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-05-08T22:46:06.186Z] Step 2/12 : FROM ${BASE} AS builder [2023-05-08T22:46:08.788Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-05-08T22:46:08.788Z] c41833b44d91: Pulling fs layer [2023-05-08T22:46:08.788Z] ed15518f5707: Pulling fs layer [2023-05-08T22:46:08.788Z] feae8fd75edb: Pulling fs layer [2023-05-08T22:46:08.788Z] 242c74f7c9fa: Pulling fs layer [2023-05-08T22:46:08.788Z] 3cdef696dda3: Pulling fs layer [2023-05-08T22:46:08.788Z] 2ced38df9373: Pulling fs layer [2023-05-08T22:46:08.788Z] 58f1dce35555: Pulling fs layer [2023-05-08T22:46:08.788Z] 3cdef696dda3: Waiting [2023-05-08T22:46:08.788Z] 2ced38df9373: Waiting [2023-05-08T22:46:08.788Z] 58f1dce35555: Waiting [2023-05-08T22:46:08.788Z] 242c74f7c9fa: Waiting [2023-05-08T22:46:08.788Z] ed15518f5707: Verifying Checksum [2023-05-08T22:46:08.788Z] ed15518f5707: Download complete [2023-05-08T22:46:08.788Z] 242c74f7c9fa: Download complete [2023-05-08T22:46:08.788Z] 3cdef696dda3: Verifying Checksum [2023-05-08T22:46:08.788Z] 3cdef696dda3: Download complete [2023-05-08T22:46:08.788Z] c41833b44d91: Verifying Checksum [2023-05-08T22:46:08.788Z] c41833b44d91: Download complete [2023-05-08T22:46:09.767Z] c41833b44d91: Pull complete [2023-05-08T22:46:10.041Z] 58f1dce35555: Verifying Checksum [2023-05-08T22:46:10.041Z] 58f1dce35555: Download complete [2023-05-08T22:46:10.041Z] ed15518f5707: Pull complete [2023-05-08T22:46:11.017Z] feae8fd75edb: Verifying Checksum [2023-05-08T22:46:11.017Z] feae8fd75edb: Download complete [2023-05-08T22:46:11.017Z] 2ced38df9373: Verifying Checksum [2023-05-08T22:46:11.017Z] 2ced38df9373: Download complete [2023-05-08T22:46:23.360Z] feae8fd75edb: Pull complete [2023-05-08T22:46:23.360Z] 242c74f7c9fa: Pull complete [2023-05-08T22:46:23.360Z] 3cdef696dda3: Pull complete [2023-05-08T22:46:28.724Z] 2ced38df9373: Pull complete [2023-05-08T22:46:31.332Z] 58f1dce35555: Pull complete [2023-05-08T22:46:31.332Z] Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e [2023-05-08T22:46:31.332Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-05-08T22:46:31.332Z] ---> fadd8f120f05 [2023-05-08T22:46:31.332Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-05-08T22:46:33.276Z] ---> Running in 880186ecc030 [2023-05-08T22:46:33.276Z] Removing intermediate container 880186ecc030 [2023-05-08T22:46:33.276Z] ---> f67d592e0677 [2023-05-08T22:46:33.276Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-05-08T22:46:33.276Z] ---> Running in 6e2171255e91 [2023-05-08T22:46:33.543Z] Removing intermediate container 6e2171255e91 [2023-05-08T22:46:33.543Z] ---> 85bf6e96d2ef [2023-05-08T22:46:33.543Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-05-08T22:46:33.810Z] ---> Running in 1acb1257b209 [2023-05-08T22:46:34.079Z] Removing intermediate container 1acb1257b209 [2023-05-08T22:46:34.079Z] ---> 7124d68a8b40 [2023-05-08T22:46:34.079Z] Step 6/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-08T22:46:34.079Z] ---> Running in 4bf1ed960129 [2023-05-08T22:46:35.502Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-08T22:46:35.770Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-08T22:46:36.734Z] OK: 263 MiB in 53 packages [2023-05-08T22:46:37.720Z] Removing intermediate container 4bf1ed960129 [2023-05-08T22:46:37.720Z] ---> b811bd8d2144 [2023-05-08T22:46:37.720Z] Step 7/12 : WORKDIR /app [2023-05-08T22:46:37.720Z] ---> Running in 2dd5c1c49f5f [2023-05-08T22:46:37.987Z] Removing intermediate container 2dd5c1c49f5f [2023-05-08T22:46:37.987Z] ---> ca40fe9f63ff [2023-05-08T22:46:37.987Z] Step 8/12 : COPY go.mod vendor* ./ [2023-05-08T22:46:38.571Z] ---> f8819959c72d [2023-05-08T22:46:38.572Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-08T22:46:38.572Z] ---> Running in 97afb928cd24 [2023-05-08T22:47:46.465Z] Removing intermediate container 97afb928cd24 [2023-05-08T22:47:46.465Z] ---> 96661aaeb0f9 [2023-05-08T22:47:46.465Z] Step 10/12 : COPY . . [2023-05-08T22:47:46.465Z] ---> f236193ffabe [2023-05-08T22:47:46.465Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-08T22:47:46.465Z] ---> Running in ee3a71bfae7e [2023-05-08T22:47:46.465Z] Removing intermediate container ee3a71bfae7e [2023-05-08T22:47:46.465Z] ---> 2ac1e3420168 [2023-05-08T22:47:46.465Z] Step 12/12 : RUN $MAKE [2023-05-08T22:47:46.465Z] ---> Running in ba7a9f82a245 [2023-05-08T22:47:46.465Z] noop [2023-05-08T22:47:46.465Z] Removing intermediate container ba7a9f82a245 [2023-05-08T22:47:46.465Z] ---> ad8c6df88495 [2023-05-08T22:47:46.465Z] Successfully built ad8c6df88495 [2023-05-08T22:47:46.465Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-08T22:47:46.929Z] + docker inspect -f . ci-base-image-arm64 [2023-05-08T22:47:46.930Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-08T22:47:47.199Z] prd-ubuntu20.04-docker-arm64-4c-16g-14566 does not seem to be running inside a container [2023-05-08T22:47:47.257Z] $ 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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-05-08T22:47:48.442Z] $ docker top 48173e59f66a76dae4d7f01c02065c30dcfe1c2554af4645c88d51db00581e22 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-08T22:47:49.332Z] + go version [2023-05-08T22:47:49.332Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-05-08T22:47:49.366Z] $ docker stop --time=1 48173e59f66a76dae4d7f01c02065c30dcfe1c2554af4645c88d51db00581e22 [2023-05-08T22:47:50.993Z] $ docker rm -f --volumes 48173e59f66a76dae4d7f01c02065c30dcfe1c2554af4645c88d51db00581e22 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-08T22:47:52.138Z] + docker inspect -f . ci-base-image-arm64 [2023-05-08T22:47:52.138Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-08T22:47:52.435Z] prd-ubuntu20.04-docker-arm64-4c-16g-14566 does not seem to be running inside a container [2023-05-08T22:47:52.502Z] $ 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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-05-08T22:47:53.684Z] $ docker top 6102a90d4c8d90a046c58407461e5cdc192a1c4cfa3d37384fc4c9702db9a0af -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-08T22:47:54.575Z] + git config --global --add safe.directory /w/workspace/app-rfid-llrp-inventory/1 [Pipeline] fileExists [Pipeline] sh [2023-05-08T22:47:54.973Z] + make test [2023-05-08T22:47:54.973Z] go test -race ./... -coverprofile=coverage.out ./... [2023-05-08T22:50:46.733Z] ? edgexfoundry/app-rfid-llrp-inventory [no test files] [2023-05-08T22:50:46.733Z] ? edgexfoundry/app-rfid-llrp-inventory/internal/inventory/app [no test files] [2023-05-08T22:50:46.733Z] ok edgexfoundry/app-rfid-llrp-inventory/internal/inventory 1.163s coverage: 86.2% of statements [2023-05-08T22:50:52.065Z] ok edgexfoundry/app-rfid-llrp-inventory/internal/llrp 3.380s coverage: 71.9% of statements [2023-05-08T22:50:52.065Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-05-08T22:50:52.065Z] go vet ./... [2023-05-08T22:53:13.767Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-05-08T22:53:13.767Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-05-08T22:53:13.767Z] ./bin/test-attribution.sh [2023-05-08T22:53:13.767Z] An attribution for github.com/go-jose/go-jose/v3 is missing from Attribution.txt, please add [Pipeline] echo [2023-05-08T22:53:13.809Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-05-08T22:53:13.833Z] $ docker stop --time=1 6102a90d4c8d90a046c58407461e5cdc192a1c4cfa3d37384fc4c9702db9a0af [2023-05-08T22:53:15.713Z] $ docker rm -f --volumes 6102a90d4c8d90a046c58407461e5cdc192a1c4cfa3d37384fc4c9702db9a0af [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-08T22:53:17.281Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-05-08T22:53:17.313Z] Warning: overwriting stash ‘coverage-report’ [2023-05-08T22:53:17.785Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-08T22:53:18.391Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-05-08T22:53:18.728Z] + ls -al . [2023-05-08T22:53:18.728Z] total 224 [2023-05-08T22:53:18.728Z] drwxrwxr-x 10 jenkins jenkins 4096 May 8 22:47 . [2023-05-08T22:53:18.728Z] drwxrwxr-x 4 jenkins jenkins 4096 May 8 22:45 .. [2023-05-08T22:53:18.728Z] -rw-rw-r-- 1 jenkins jenkins 262 May 8 22:45 .dockerignore [2023-05-08T22:53:18.728Z] drwxrwxr-x 8 jenkins jenkins 4096 May 8 22:45 .git [2023-05-08T22:53:18.729Z] drwxrwxr-x 3 jenkins jenkins 4096 May 8 22:45 .github [2023-05-08T22:53:18.729Z] -rw-rw-r-- 1 jenkins jenkins 788 May 8 22:45 .gitignore [2023-05-08T22:53:18.729Z] -rw-rw-r-- 1 jenkins jenkins 41 May 8 22:45 .golangci.yml [2023-05-08T22:53:18.729Z] -rw-rw-r-- 1 jenkins jenkins 9805 May 8 22:45 Attribution.txt [2023-05-08T22:53:18.729Z] -rw-rw-r-- 1 jenkins jenkins 4331 May 8 22:45 CHANGELOG.md [2023-05-08T22:53:18.729Z] -rw-rw-r-- 1 jenkins jenkins 1659 May 8 22:45 Dockerfile [2023-05-08T22:53:18.729Z] -rw-rw-r-- 1 jenkins jenkins 677 May 8 22:45 GOVERNANCE.md [2023-05-08T22:53:18.729Z] -rw-rw-r-- 1 jenkins jenkins 687 May 8 22:45 Jenkinsfile [2023-05-08T22:53:18.729Z] -rw-rw-r-- 1 jenkins jenkins 11347 May 8 22:45 LICENSE [2023-05-08T22:53:18.729Z] -rw-rw-r-- 1 jenkins jenkins 2497 May 8 22:45 Makefile [2023-05-08T22:53:18.729Z] -rw-rw-r-- 1 jenkins jenkins 617 May 8 22:45 OWNERS.md [2023-05-08T22:53:18.729Z] -rw-rw-r-- 1 jenkins jenkins 31001 May 8 22:45 README.md [2023-05-08T22:53:18.729Z] -rw-rw-r-- 1 jenkins jenkins 5 May 8 22:43 VERSION [2023-05-08T22:53:18.729Z] drwxrwxr-x 2 jenkins jenkins 4096 May 8 22:45 bin [2023-05-08T22:53:18.729Z] -rw-r--r-- 1 jenkins jenkins 41317 May 8 22:50 coverage.out [2023-05-08T22:53:18.729Z] -rw-rw-r-- 1 jenkins jenkins 3467 May 8 22:45 go.mod [2023-05-08T22:53:18.729Z] -rw-rw-r-- 1 jenkins jenkins 31505 May 8 22:45 go.sum [2023-05-08T22:53:18.729Z] drwxrwxr-x 2 jenkins jenkins 4096 May 8 22:45 images [2023-05-08T22:53:18.729Z] drwxrwxr-x 4 jenkins jenkins 4096 May 8 22:45 internal [2023-05-08T22:53:18.729Z] -rw-rw-r-- 1 jenkins jenkins 531 May 8 22:45 main.go [2023-05-08T22:53:18.729Z] drwxrwxr-x 2 jenkins jenkins 4096 May 8 22:45 res [2023-05-08T22:53:18.729Z] drwxrwxr-x 4 jenkins jenkins 4096 May 8 22:45 snap [2023-05-08T22:53:18.729Z] drwxrwxr-x 3 jenkins jenkins 4096 May 8 22:45 static [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-08T22:53:19.226Z] + 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=540e3e70e473c0327a97a91c29a0ac70fd1be730 --label arch=arm64 --label version=0.0.0 . [2023-05-08T22:53:19.517Z] Sending build context to Docker daemon 678.4kB [2023-05-08T22:53:19.517Z] Step 1/29 : ARG BASE=golang:1.20-alpine3.17 [2023-05-08T22:53:19.517Z] Step 2/29 : FROM ${BASE} AS builder [2023-05-08T22:53:19.517Z] ---> ad8c6df88495 [2023-05-08T22:53:19.517Z] Step 3/29 : ARG ALPINE_PKG_BASE="make git" [2023-05-08T22:53:19.517Z] ---> Running in 3676227b5066 [2023-05-08T22:53:20.124Z] Removing intermediate container 3676227b5066 [2023-05-08T22:53:20.124Z] ---> 91973f4c129b [2023-05-08T22:53:20.124Z] Step 4/29 : ARG ALPINE_PKG_EXTRA="" [2023-05-08T22:53:20.124Z] ---> Running in 7a67f5d63cad [2023-05-08T22:53:20.397Z] Removing intermediate container 7a67f5d63cad [2023-05-08T22:53:20.397Z] ---> ea6de126c067 [2023-05-08T22:53:20.397Z] Step 5/29 : ARG ADD_BUILD_TAGS="" [2023-05-08T22:53:20.397Z] ---> Running in 042769ad749d [2023-05-08T22:53:20.674Z] Removing intermediate container 042769ad749d [2023-05-08T22:53:20.674Z] ---> 475016341547 [2023-05-08T22:53:20.674Z] Step 6/29 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-08T22:53:20.674Z] ---> Running in 14274a3ae4c0 [2023-05-08T22:53:21.672Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-08T22:53:22.261Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-08T22:53:23.676Z] OK: 263 MiB in 53 packages [2023-05-08T22:53:24.264Z] Removing intermediate container 14274a3ae4c0 [2023-05-08T22:53:24.264Z] ---> 4321d8716307 [2023-05-08T22:53:24.264Z] Step 7/29 : WORKDIR /app [2023-05-08T22:53:24.264Z] ---> Running in 6c669abfa0fa [2023-05-08T22:53:24.546Z] Removing intermediate container 6c669abfa0fa [2023-05-08T22:53:24.546Z] ---> e31b5ff41cc1 [2023-05-08T22:53:24.546Z] Step 8/29 : COPY go.mod vendor* ./ [2023-05-08T22:53:27.993Z] ---> 6a8b7f7a2314 [2023-05-08T22:53:27.993Z] Step 9/29 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-08T22:53:28.261Z] ---> Running in a53aa9fd9040 [2023-05-08T22:53:30.846Z] Removing intermediate container a53aa9fd9040 [2023-05-08T22:53:30.846Z] ---> 119b6cfb2d82 [2023-05-08T22:53:30.846Z] Step 10/29 : COPY . . [2023-05-08T22:53:31.114Z] ---> 3694e1d8876d [2023-05-08T22:53:31.114Z] Step 11/29 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-08T22:53:31.114Z] ---> Running in fa9c96952f32 [2023-05-08T22:53:31.383Z] Removing intermediate container fa9c96952f32 [2023-05-08T22:53:31.383Z] ---> db3be4d60de8 [2023-05-08T22:53:31.383Z] Step 12/29 : RUN $MAKE [2023-05-08T22:53:31.651Z] ---> Running in df9b37ce18a7 [2023-05-08T22:53:32.616Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.61 -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-08T22:55:39.309Z] Removing intermediate container df9b37ce18a7 [2023-05-08T22:55:39.309Z] ---> c14edfef4193 [2023-05-08T22:55:39.309Z] Step 13/29 : FROM alpine:3.17 [2023-05-08T22:55:39.309Z] 3.17: Pulling from library/alpine [2023-05-08T22:55:39.309Z] c41833b44d91: Already exists [2023-05-08T22:55:39.309Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-08T22:55:39.309Z] Status: Downloaded newer image for alpine:3.17 [2023-05-08T22:55:39.309Z] ---> 51e60588ff2c [2023-05-08T22:55:39.309Z] Step 14/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-05-08T22:55:39.309Z] ---> Running in 3a91eba2f9a8 [2023-05-08T22:55:39.309Z] Removing intermediate container 3a91eba2f9a8 [2023-05-08T22:55:39.309Z] ---> 6770c619543f [2023-05-08T22:55:39.309Z] Step 15/29 : LABEL Name=app-service-rfid-llrp-inventory Version=${VERSION} [2023-05-08T22:55:39.309Z] ---> Running in bd324d1d0809 [2023-05-08T22:55:39.309Z] Removing intermediate container bd324d1d0809 [2023-05-08T22:55:39.309Z] ---> 7dba0e82a501 [2023-05-08T22:55:39.309Z] Step 16/29 : RUN apk --no-cache add ca-certificates dumb-init [2023-05-08T22:55:39.309Z] ---> Running in 0dd24fff34fd [2023-05-08T22:55:39.309Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-08T22:55:39.309Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-08T22:55:40.272Z] (1/2) Installing ca-certificates (20230506-r0) [2023-05-08T22:55:40.272Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-05-08T22:55:40.272Z] Executing busybox-1.35.0-r29.trigger [2023-05-08T22:55:40.272Z] Executing ca-certificates-20230506-r0.trigger [2023-05-08T22:55:40.544Z] OK: 8 MiB in 17 packages [2023-05-08T22:55:41.957Z] Removing intermediate container 0dd24fff34fd [2023-05-08T22:55:41.957Z] ---> a1de75dd402b [2023-05-08T22:55:41.957Z] Step 17/29 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-05-08T22:55:42.224Z] ---> f52ad0045e1d [2023-05-08T22:55:42.224Z] Step 18/29 : COPY --from=builder /app/LICENSE /LICENSE [2023-05-08T22:55:42.811Z] ---> f46da8e72a5e [2023-05-08T22:55:42.811Z] Step 19/29 : COPY --from=builder /app/res/ /res/ [2023-05-08T22:55:43.398Z] ---> b6fbcec29821 [2023-05-08T22:55:43.398Z] Step 20/29 : COPY --from=builder /app/static/ /static/ [2023-05-08T22:55:43.663Z] ---> 4d34cc445ec5 [2023-05-08T22:55:43.663Z] Step 21/29 : COPY --from=builder /app/app-rfid-llrp-inventory /app-rfid-llrp-inventory [2023-05-08T22:55:45.073Z] ---> 2a34a5b03588 [2023-05-08T22:55:45.073Z] Step 22/29 : RUN mkdir -p /cache && chown -R 2002:2002 /cache [2023-05-08T22:55:45.073Z] ---> Running in 994fdbc2e6f9 [2023-05-08T22:55:46.491Z] Removing intermediate container 994fdbc2e6f9 [2023-05-08T22:55:46.491Z] ---> 662100a150ed [2023-05-08T22:55:46.491Z] Step 23/29 : VOLUME /cache [2023-05-08T22:55:46.756Z] ---> Running in 9614beb35f63 [2023-05-08T22:55:47.022Z] Removing intermediate container 9614beb35f63 [2023-05-08T22:55:47.022Z] ---> 4c7593404450 [2023-05-08T22:55:47.022Z] Step 24/29 : EXPOSE 59711 [2023-05-08T22:55:47.022Z] ---> Running in 6fd800be02a2 [2023-05-08T22:55:47.290Z] Removing intermediate container 6fd800be02a2 [2023-05-08T22:55:47.290Z] ---> 4d097f217c19 [2023-05-08T22:55:47.290Z] Step 25/29 : ENTRYPOINT ["/app-rfid-llrp-inventory"] [2023-05-08T22:55:47.290Z] ---> Running in e39ef77c2332 [2023-05-08T22:55:47.560Z] Removing intermediate container e39ef77c2332 [2023-05-08T22:55:47.560Z] ---> 936968bc6e5f [2023-05-08T22:55:47.560Z] Step 26/29 : CMD ["-cp=consul.http://edgex-core-consul:8500", "-registry"] [2023-05-08T22:55:47.826Z] ---> Running in b685e442673e [2023-05-08T22:55:48.092Z] Removing intermediate container b685e442673e [2023-05-08T22:55:48.092Z] ---> 0ff0cea9f453 [2023-05-08T22:55:48.092Z] Step 27/29 : LABEL arch=arm64 [2023-05-08T22:55:48.093Z] ---> Running in 431c1174b916 [2023-05-08T22:55:48.359Z] Removing intermediate container 431c1174b916 [2023-05-08T22:55:48.359Z] ---> ddb6e2ee532e [2023-05-08T22:55:48.359Z] Step 28/29 : LABEL git_sha=540e3e70e473c0327a97a91c29a0ac70fd1be730 [2023-05-08T22:55:48.359Z] ---> Running in 3d73f05fa65a [2023-05-08T22:55:48.626Z] Removing intermediate container 3d73f05fa65a [2023-05-08T22:55:48.626Z] ---> 15233f8aef9d [2023-05-08T22:55:48.626Z] Step 29/29 : LABEL version=0.0.0 [2023-05-08T22:55:48.895Z] ---> Running in cdc9ae961f3d [2023-05-08T22:55:49.159Z] Removing intermediate container cdc9ae961f3d [2023-05-08T22:55:49.159Z] ---> ee06766fd675 [2023-05-08T22:55:49.159Z] [Warning] One or more build-args [ARCH] were not consumed [2023-05-08T22:55:49.159Z] Successfully built ee06766fd675 [2023-05-08T22:55:49.159Z] 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-08T22:55:50.014Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-08T22:55:50.014Z] [2023-05-08T22:55:50.014Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-08T22:55:50.417Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-08T22:55:50.417Z] arm64: Pulling from edgex-lftools-log-publisher [2023-05-08T22:55:50.417Z] 8998bd30e6a1: Pulling fs layer [2023-05-08T22:55:50.417Z] 04944245beec: Pulling fs layer [2023-05-08T22:55:50.417Z] 699f458cf7ca: Pulling fs layer [2023-05-08T22:55:50.417Z] 765212b225bb: Pulling fs layer [2023-05-08T22:55:50.417Z] f23df028b6ca: Pulling fs layer [2023-05-08T22:55:50.417Z] d65c8cfc05b1: Pulling fs layer [2023-05-08T22:55:50.418Z] 2437ff75d9bd: Pulling fs layer [2023-05-08T22:55:50.418Z] 765212b225bb: Waiting [2023-05-08T22:55:50.418Z] f23df028b6ca: Waiting [2023-05-08T22:55:50.418Z] d65c8cfc05b1: Waiting [2023-05-08T22:55:50.418Z] 2437ff75d9bd: Waiting [2023-05-08T22:55:50.686Z] 04944245beec: Verifying Checksum [2023-05-08T22:55:50.686Z] 04944245beec: Download complete [2023-05-08T22:55:50.686Z] 765212b225bb: Verifying Checksum [2023-05-08T22:55:50.686Z] 765212b225bb: Download complete [2023-05-08T22:55:50.686Z] f23df028b6ca: Verifying Checksum [2023-05-08T22:55:50.686Z] f23df028b6ca: Download complete [2023-05-08T22:55:50.686Z] d65c8cfc05b1: Verifying Checksum [2023-05-08T22:55:50.686Z] d65c8cfc05b1: Download complete [2023-05-08T22:55:50.686Z] 699f458cf7ca: Verifying Checksum [2023-05-08T22:55:50.686Z] 699f458cf7ca: Download complete [2023-05-08T22:55:51.275Z] 8998bd30e6a1: Verifying Checksum [2023-05-08T22:55:51.275Z] 8998bd30e6a1: Download complete [2023-05-08T22:55:53.219Z] 2437ff75d9bd: Verifying Checksum [2023-05-08T22:55:53.219Z] 2437ff75d9bd: Download complete [2023-05-08T22:55:55.160Z] 8998bd30e6a1: Pull complete [2023-05-08T22:55:55.429Z] 04944245beec: Pull complete [2023-05-08T22:55:56.833Z] 699f458cf7ca: Pull complete [2023-05-08T22:55:56.833Z] 765212b225bb: Pull complete [2023-05-08T22:55:57.415Z] f23df028b6ca: Pull complete [2023-05-08T22:55:57.684Z] d65c8cfc05b1: Pull complete [2023-05-08T22:56:12.672Z] 2437ff75d9bd: Pull complete [2023-05-08T22:56:12.672Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-05-08T22:56:12.672Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-08T22:56:12.672Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-08T22:56:12.987Z] prd-ubuntu20.04-docker-arm64-4c-16g-14566 does not seem to be running inside a container [2023-05-08T22:56:13.043Z] $ 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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-05-08T22:56:15.633Z] $ docker top 6ee743dbab82397601a28c7e5c6ab5780f7c41fe19c64e6e13a53e41aa06c9db -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-08T22:56:16.205Z] ---> job-cost.sh [2023-05-08T22:56:16.475Z] lf-activate-venv: SKIPPING [2023-05-08T22:56:16.475Z] INFO: No Stack... [2023-05-08T22:56:16.740Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-05-08T22:56:17.702Z] INFO: Archiving Costs [Pipeline] sh [2023-05-08T22:56:18.348Z] + cat /w/workspace/app-rfid-llrp-inventory/1/archives/cost.csv [2023-05-08T22:56:18.348Z] + cut -d, -f6 [Pipeline] lock [2023-05-08T22:56:18.436Z] Trying to acquire lock on [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-188-1-stack-cost] [2023-05-08T22:56:18.442Z] Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-188-1-stack-cost] did not exist. Created. [2023-05-08T22:56:18.442Z] Lock acquired on [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-188-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-05-08T22:56:18.853Z] /w/workspace/app-rfid-llrp-inventory/1@tmp/durable-7998211f/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-05-08T22:56:19.214Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-05-08T22:56:19.252Z] Warning: overwriting stash ‘stack-cost’ [2023-05-08T22:56:19.301Z] Stashed 1 file(s) [Pipeline] } [2023-05-08T22:56:19.319Z] Lock released on resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-188-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-05-08T22:56:19.397Z] $ docker stop --time=1 6ee743dbab82397601a28c7e5c6ab5780f7c41fe19c64e6e13a53e41aa06c9db [2023-05-08T22:56:22.123Z] $ docker rm -f --volumes 6ee743dbab82397601a28c7e5c6ab5780f7c41fe19c64e6e13a53e41aa06c9db [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-08T22:56:23.114Z] provisioning config files... [2023-05-08T22:56:23.122Z] copy managed file [app-rfid-llrp-inventory-codecov-token] to file:/w/workspace/y_app-rfid-llrp-inventory_PR-188@tmp/config5481564457355101192tmp [Pipeline] { [Pipeline] sh [2023-05-08T22:56:23.451Z] + set +x [2023-05-08T22:56:23.451Z] + curl -s https://codecov.io/bash [2023-05-08T22:56:23.451Z] + bash -s -- [2023-05-08T22:56:23.451Z] [2023-05-08T22:56:23.451Z] _____ _ [2023-05-08T22:56:23.451Z] / ____| | | [2023-05-08T22:56:23.451Z] | | ___ __| | ___ ___ _____ __ [2023-05-08T22:56:23.451Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-05-08T22:56:23.451Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-05-08T22:56:23.451Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-05-08T22:56:23.451Z] Bash-1.0.6 [2023-05-08T22:56:23.451Z] [2023-05-08T22:56:23.451Z] [2023-05-08T22:56:23.451Z] ==> git version 2.25.1 found [2023-05-08T22:56:23.451Z] ==> 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-08T22:56:23.451Z] Release-Date: 2020-01-08 [2023-05-08T22:56:23.451Z] 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-08T22:56:23.451Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-05-08T22:56:23.451Z] ==> Jenkins CI detected. [2023-05-08T22:56:23.451Z] current dir:  /w/workspace/y_app-rfid-llrp-inventory_PR-188 [2023-05-08T22:56:23.451Z] project root: . [2023-05-08T22:56:23.451Z] --> token set from env [2023-05-08T22:56:23.451Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-05-08T22:56:23.451Z] ==> Running gcov in . (disable via -X gcov) [2023-05-08T22:56:23.451Z] ==> Python coveragepy not found [2023-05-08T22:56:23.452Z] ==> Searching for coverage reports in: [2023-05-08T22:56:23.452Z] + . [2023-05-08T22:56:23.711Z] -> Found 1 reports [2023-05-08T22:56:23.711Z] ==> Detecting git/mercurial file structure [2023-05-08T22:56:23.711Z] ==> Reading reports [2023-05-08T22:56:23.711Z] + ./coverage.out bytes=41317 [2023-05-08T22:56:23.711Z] ==> Appending adjustments [2023-05-08T22:56:23.711Z] https://docs.codecov.io/docs/fixing-reports [2023-05-08T22:56:23.711Z] + Found adjustments [2023-05-08T22:56:23.711Z] ==> Gzipping contents [2023-05-08T22:56:23.711Z] 12K /tmp/codecov.uPBYaH.gz [2023-05-08T22:56:23.711Z] ==> Uploading reports [2023-05-08T22:56:23.711Z] url: https://codecov.io [2023-05-08T22:56:23.711Z] query: branch=PR-188&commit=540e3e70e473c0327a97a91c29a0ac70fd1be730&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-rfid-llrp-inventory%2Fjob%2FPR-188%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-rfid-llrp-inventory&service=jenkins&flags=&pr=188&job=&cmd_args= [2023-05-08T22:56:23.711Z] -> Pinging Codecov [2023-05-08T22:56:23.711Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=0703e47f-c946-4a15-b96a-5e99ca1c8fb5&branch=PR-188&commit=540e3e70e473c0327a97a91c29a0ac70fd1be730&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-rfid-llrp-inventory%2Fjob%2FPR-188%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-rfid-llrp-inventory&service=jenkins&flags=&pr=188&job=&cmd_args= [2023-05-08T22:56:23.972Z] -> Uploading to [2023-05-08T22:56:23.972Z] https://storage.googleapis.com/codecov/v4/raw/2023-05-08/581DD39554BDF9B6E22D074273EAD858/540e3e70e473c0327a97a91c29a0ac70fd1be730/bd1972d0-f894-41f2-8439-99fae51837a1.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230508%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230508T225623Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4026439a5bb76b4953c7ee26203d6ff56b16aa5ef910d6c7a8c2e0f7acab7e7f [2023-05-08T22:56:23.972Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-08T22:56:23.972Z] Dload Upload Total Spent Left Speed [2023-05-08T22:56:24.231Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11799 0 0 100 11799 0 55394 --:--:-- --:--:-- --:--:-- 55394 [2023-05-08T22:56:24.231Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rfid-llrp-go/commit/540e3e70e473c0327a97a91c29a0ac70fd1be730 [Pipeline] } [2023-05-08T22:56:24.263Z] 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-08T22:56:26.027Z] + [ -d /w/workspace/y_app-rfid-llrp-inventory_PR-188/archives ] [2023-05-08T22:56:26.027Z] + ls -al /w/workspace/y_app-rfid-llrp-inventory_PR-188/archives [2023-05-08T22:56:26.027Z] total 16 [2023-05-08T22:56:26.027Z] drwxr-xr-x 3 root root 4096 May 8 22:45 . [2023-05-08T22:56:26.027Z] drwxrwxr-x 12 jenkins jenkins 4096 May 8 22:45 .. [2023-05-08T22:56:26.027Z] drwxr-xr-x 2 root root 4096 May 8 22:45 cost [2023-05-08T22:56:26.027Z] -rw-r--r-- 1 root root 95 May 8 22:45 cost.csv [2023-05-08T22:56:26.027Z] + sudo chown -R jenkins:jenkins /w/workspace/y_app-rfid-llrp-inventory_PR-188/archives [2023-05-08T22:56:26.027Z] + ls -al /w/workspace/y_app-rfid-llrp-inventory_PR-188/archives [2023-05-08T22:56:26.027Z] total 16 [2023-05-08T22:56:26.027Z] drwxr-xr-x 3 jenkins jenkins 4096 May 8 22:45 . [2023-05-08T22:56:26.027Z] drwxrwxr-x 12 jenkins jenkins 4096 May 8 22:45 .. [2023-05-08T22:56:26.027Z] drwxr-xr-x 2 jenkins jenkins 4096 May 8 22:45 cost [2023-05-08T22:56:26.027Z] -rw-r--r-- 1 jenkins jenkins 95 May 8 22:45 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-05-08T22:56:26.353Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-08T22:56:27.241Z] ---> package-listing.sh [2023-05-08T22:56:27.241Z] ++ facter osfamily [2023-05-08T22:56:27.241Z] ++ tr '[:upper:]' '[:lower:]' [2023-05-08T22:56:27.501Z] + OS_FAMILY=debian [2023-05-08T22:56:27.501Z] + workspace=/w/workspace/y_app-rfid-llrp-inventory_PR-188 [2023-05-08T22:56:27.501Z] + START_PACKAGES=/tmp/packages_start.txt [2023-05-08T22:56:27.501Z] + END_PACKAGES=/tmp/packages_end.txt [2023-05-08T22:56:27.501Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-05-08T22:56:27.501Z] + PACKAGES=/tmp/packages_start.txt [2023-05-08T22:56:27.501Z] + '[' /w/workspace/y_app-rfid-llrp-inventory_PR-188 ']' [2023-05-08T22:56:27.501Z] + PACKAGES=/tmp/packages_end.txt [2023-05-08T22:56:27.501Z] + case "${OS_FAMILY}" in [2023-05-08T22:56:27.501Z] + dpkg -l [2023-05-08T22:56:27.501Z] + grep '^ii' [2023-05-08T22:56:27.501Z] + '[' -f /tmp/packages_start.txt ']' [2023-05-08T22:56:27.501Z] + '[' -f /tmp/packages_end.txt ']' [2023-05-08T22:56:27.501Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-05-08T22:56:27.501Z] + '[' /w/workspace/y_app-rfid-llrp-inventory_PR-188 ']' [2023-05-08T22:56:27.501Z] + mkdir -p /w/workspace/y_app-rfid-llrp-inventory_PR-188/archives/ [2023-05-08T22:56:27.501Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/y_app-rfid-llrp-inventory_PR-188/archives/ [Pipeline] echo [2023-05-08T22:56:27.537Z] 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-188/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-05-08T22:56:27.829Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-08T22:56:28.450Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-08T22:56:28.450Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-08T22:56:28.596Z] prd-ubuntu20.04-docker-8c-8g-14565 does not seem to be running inside a container [2023-05-08T22:56:28.626Z] $ 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-188/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-188 -v /w/workspace/y_app-rfid-llrp-inventory_PR-188:/w/workspace/y_app-rfid-llrp-inventory_PR-188:rw,z -v /w/workspace/y_app-rfid-llrp-inventory_PR-188@tmp:/w/workspace/y_app-rfid-llrp-inventory_PR-188@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-05-08T22:56:28.827Z] $ docker top c71d45536b7ec33b9fca1c940faa7effcdcf276b4a5fc9c91ad117e468534d28 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-08T22:56:29.213Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-05-08T22:56:29.520Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-05-08T22:56:29.831Z] + ls /var/log/sa-host [2023-05-08T22:56:29.831Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-08T22:56:30.139Z] provisioning config files... [2023-05-08T22:56:30.150Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/y_app-rfid-llrp-inventory_PR-188@tmp/config4672918394482926189tmp [Pipeline] { [Pipeline] echo [2023-05-08T22:56:30.206Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-08T22:56:30.515Z] ---> create-netrc.sh [Pipeline] } [2023-05-08T22:56:30.543Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-05-08T22:56:30.957Z] ---> python-tools-install.sh [Pipeline] echo [2023-05-08T22:56:30.990Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-08T22:56:31.305Z] ---> sudo-logs.sh [2023-05-08T22:56:31.305Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-05-08T22:56:31.390Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-08T22:56:31.699Z] ---> job-cost.sh [2023-05-08T22:56:31.700Z] lf-activate-venv: SKIPPING [2023-05-08T22:56:31.700Z] DEBUG: total: 0.2199999988079071 [2023-05-08T22:56:31.700Z] INFO: Retrieving Stack Cost... [2023-05-08T22:56:32.266Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-05-08T22:56:32.526Z] INFO: Archiving Costs [Pipeline] echo [2023-05-08T22:56:32.563Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-08T22:56:32.876Z] ---> logs-deploy.sh [2023-05-08T22:56:32.876Z] lf-activate-venv: SKIPPING [2023-05-08T22:56:32.876Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-rfid-llrp-inventory/PR-188/1 [2023-05-08T22:56:32.876Z] INFO: archiving workspace using pattern(s): [2023-05-08T22:56:33.816Z] Archives upload complete. [2023-05-08T22:56:33.816Z] INFO: archiving logs to Nexus