Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644 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-ssh13459370003168513427.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 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-ssh14548558358680108933.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 a0327f913308fcf13875ae7a2d6e6099471c5ff1 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/app-rfid-llrp-inventory/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > 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 > 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/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh16159344684965433729.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a0327f913308fcf13875ae7a2d6e6099471c5ff1 # timeout=10 Commit message: "fix: dry-run use case (#441)" > 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 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-ssh10980722707306795968.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 > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/app-rfid-llrp-inventory/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags 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/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh2511347789020121609.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 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 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-rfid-llrp-inventory, buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-rfid-llrp-inventory-settings PROJECT: app-rfid-llrp-inventory USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-rfid-llrp-inventory DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-4260 in /w/workspace/dry_app-rfid-llrp-inventory_main [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/dry_app-rfid-llrp-inventory_main # 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 Avoid second fetch Checking out Revision 8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644 (main) Commit message: "build(deps): Bump github.com/google/uuid from 1.3.0 to 1.3.1 (#221)" > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644 # timeout=10 > git rev-list --no-walk 966f2917b41cbabd8c329e4006849192ff537794 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-08-22T16:15:55.464Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-08-22T16:15:55.531Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-08-22T16:15:55.553Z] ========================================================= [2023-08-22T16:15:55.553Z] EdgeX Global Pipelines Version Info [2023-08-22T16:15:55.553Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-08-22T16:15:56.273Z] ------------------- [2023-08-22T16:15:56.273Z] stable info: [2023-08-22T16:15:56.273Z] ------------------- [2023-08-22T16:15:56.273Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-08-22T16:15:56.273Z] Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 [2023-08-22T16:15:56.273Z] Message: update stable to v1.0.253 [2023-08-22T16:15:56.844Z] ------------------- [2023-08-22T16:15:56.844Z] experimental info: [2023-08-22T16:15:56.844Z] ------------------- [2023-08-22T16:15:56.844Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-08-22T16:15:56.844Z] Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 [2023-08-22T16:15:56.844Z] Message: update experimental to v1.0.253 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-08-22T16:15:56.997Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-rfid-llrp-inventory-settings [Pipeline] echo [2023-08-22T16:15:57.008Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-rfid-llrp-inventory [Pipeline] echo [2023-08-22T16:15:57.028Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-08-22T16:15:57.047Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-08-22T16:15:57.065Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-08-22T16:15:57.081Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-08-22T16:15:57.101Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-08-22T16:15:57.118Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-08-22T16:15:57.134Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-08-22T16:15:57.154Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-08-22T16:15:57.172Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-08-22T16:15:57.184Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-rfid-llrp-inventory [Pipeline] echo [2023-08-22T16:15:57.201Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-08-22T16:15:57.214Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-08-22T16:15:57.228Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-08-22T16:15:57.241Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-08-22T16:15:57.254Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-08-22T16:15:57.270Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-08-22T16:15:57.284Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-08-22T16:15:57.295Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-08-22T16:15:57.307Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-08-22T16:15:57.321Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-08-22T16:15:57.334Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-08-22T16:15:57.345Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-08-22T16:15:57.357Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-08-22T16:15:57.372Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-08-22T16:15:57.383Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-08-22T16:15:57.398Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-08-22T16:15:57.415Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-08-22T16:15:57.430Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-08-22T16:15:57.444Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644 [Pipeline] echo [2023-08-22T16:15:57.456Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8e515cb [Pipeline] echo [2023-08-22T16:15:57.469Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-22T16:15:57.520Z] provisioning config files... [2023-08-22T16:15:57.535Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config1000822937094949426tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-22T16:15:57.835Z] ---> docker-login.sh [2023-08-22T16:15:57.835Z] nexus3.edgexfoundry.org:10001 [2023-08-22T16:15:58.095Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-22T16:15:58.356Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-22T16:15:58.356Z] Configure a credential helper to remove this warning. See [2023-08-22T16:15:58.356Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-22T16:15:58.356Z] [2023-08-22T16:15:58.356Z] Login Succeeded [2023-08-22T16:15:58.356Z] nexus3.edgexfoundry.org:10002 [2023-08-22T16:15:58.356Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-22T16:15:58.356Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-22T16:15:58.356Z] Configure a credential helper to remove this warning. See [2023-08-22T16:15:58.356Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-22T16:15:58.356Z] [2023-08-22T16:15:58.356Z] Login Succeeded [2023-08-22T16:15:58.356Z] nexus3.edgexfoundry.org:10003 [2023-08-22T16:15:58.356Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-22T16:15:58.356Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-22T16:15:58.356Z] Configure a credential helper to remove this warning. See [2023-08-22T16:15:58.356Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-22T16:15:58.356Z] [2023-08-22T16:15:58.356Z] Login Succeeded [2023-08-22T16:15:58.616Z] nexus3.edgexfoundry.org:10004 [2023-08-22T16:15:58.616Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-22T16:15:58.616Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-22T16:15:58.616Z] Configure a credential helper to remove this warning. See [2023-08-22T16:15:58.616Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-22T16:15:58.616Z] [2023-08-22T16:15:58.616Z] Login Succeeded [2023-08-22T16:15:58.616Z] docker.io [2023-08-22T16:15:58.616Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-22T16:15:58.876Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-22T16:15:58.876Z] Configure a credential helper to remove this warning. See [2023-08-22T16:15:58.876Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-22T16:15:58.876Z] [2023-08-22T16:15:58.876Z] Login Succeeded [2023-08-22T16:15:58.876Z] ---> docker-login.sh ends [Pipeline] } [2023-08-22T16:15:58.883Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-08-22T16:15:59.261Z] + git rev-list -1 --merges 8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644~1..8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644 [Pipeline] echo [2023-08-22T16:15:59.310Z] -----------> git rev-list -1 --merges 8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644~1..8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644 8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644 [false] [Pipeline] sh [2023-08-22T16:15:59.594Z] + git log --format=format:%s -1 8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644 [Pipeline] echo [2023-08-22T16:15:59.609Z] ========================================================= [2023-08-22T16:15:59.609Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-08-22T16:15:59.609Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-08-22T16:15:59.926Z] + git log --format=format:%s -1 8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644 [Pipeline] echo [2023-08-22T16:15:59.936Z] [semverPrep] GIT_COMMIT: 8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644, Commit Message: build(deps): Bump github.com/google/uuid from 1.3.0 to 1.3.1 (#221) [Pipeline] echo [2023-08-22T16:15:59.946Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-08-22T16:16:00.319Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-08-22T16:16:00.319Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-08-22T16:16:00.319Z] + [ -e /tmp/ssh_known_hosts ] [2023-08-22T16:16:00.319Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-08-22T16:16:00.319Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-08-22T16:16:00.319Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-08-22T16:16:00.319Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-22T16:16:00.660Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-22T16:16:00.660Z] [2023-08-22T16:16:00.660Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-22T16:16:00.957Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-22T16:16:00.958Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-08-22T16:16:00.958Z] b85a868b505f: Pulling fs layer [2023-08-22T16:16:00.958Z] e2be974225ed: Pulling fs layer [2023-08-22T16:16:00.958Z] 339a4e72a1f5: Pulling fs layer [2023-08-22T16:16:00.958Z] 988bab9f4d93: Pulling fs layer [2023-08-22T16:16:00.958Z] 1469e6f7b9e6: Pulling fs layer [2023-08-22T16:16:00.958Z] eaf3925da568: Pulling fs layer [2023-08-22T16:16:00.958Z] bab4dde63d76: Pulling fs layer [2023-08-22T16:16:00.958Z] bde34c3a00c8: Pulling fs layer [2023-08-22T16:16:00.958Z] 1469e6f7b9e6: Waiting [2023-08-22T16:16:00.958Z] b352a97aabf1: Pulling fs layer [2023-08-22T16:16:00.958Z] bab4dde63d76: Waiting [2023-08-22T16:16:00.958Z] 4872d77fe225: Pulling fs layer [2023-08-22T16:16:00.958Z] 988bab9f4d93: Waiting [2023-08-22T16:16:00.958Z] bde34c3a00c8: Waiting [2023-08-22T16:16:00.958Z] 5851b861e8e6: Pulling fs layer [2023-08-22T16:16:00.958Z] b352a97aabf1: Waiting [2023-08-22T16:16:00.958Z] 4872d77fe225: Waiting [2023-08-22T16:16:00.958Z] e2be974225ed: Verifying Checksum [2023-08-22T16:16:00.958Z] e2be974225ed: Download complete [2023-08-22T16:16:00.958Z] 988bab9f4d93: Verifying Checksum [2023-08-22T16:16:00.958Z] 988bab9f4d93: Download complete [2023-08-22T16:16:01.220Z] 1469e6f7b9e6: Verifying Checksum [2023-08-22T16:16:01.220Z] 1469e6f7b9e6: Download complete [2023-08-22T16:16:01.220Z] eaf3925da568: Verifying Checksum [2023-08-22T16:16:01.220Z] eaf3925da568: Download complete [2023-08-22T16:16:01.220Z] 339a4e72a1f5: Verifying Checksum [2023-08-22T16:16:01.220Z] 339a4e72a1f5: Download complete [2023-08-22T16:16:01.220Z] bde34c3a00c8: Download complete [2023-08-22T16:16:01.220Z] b352a97aabf1: Download complete [2023-08-22T16:16:01.220Z] 4872d77fe225: Verifying Checksum [2023-08-22T16:16:01.220Z] 4872d77fe225: Download complete [2023-08-22T16:16:01.220Z] 5851b861e8e6: Download complete [2023-08-22T16:16:01.482Z] b85a868b505f: Download complete [2023-08-22T16:16:01.741Z] bab4dde63d76: Download complete [2023-08-22T16:16:02.678Z] b85a868b505f: Pull complete [2023-08-22T16:16:02.678Z] e2be974225ed: Pull complete [2023-08-22T16:16:03.244Z] 339a4e72a1f5: Pull complete [2023-08-22T16:16:03.244Z] 988bab9f4d93: Pull complete [2023-08-22T16:16:03.504Z] 1469e6f7b9e6: Pull complete [2023-08-22T16:16:03.504Z] eaf3925da568: Pull complete [2023-08-22T16:16:05.410Z] bab4dde63d76: Pull complete [2023-08-22T16:16:05.410Z] bde34c3a00c8: Pull complete [2023-08-22T16:16:05.410Z] b352a97aabf1: Pull complete [2023-08-22T16:16:05.669Z] 4872d77fe225: Pull complete [2023-08-22T16:16:05.669Z] 5851b861e8e6: Pull complete [2023-08-22T16:16:05.669Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-08-22T16:16:05.669Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-22T16:16:05.669Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-22T16:16:05.775Z] prd-ubuntu20.04-docker-8c-8g-4260 does not seem to be running inside a container [2023-08-22T16:16:05.805Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_app-rfid-llrp-inventory_main -v /w/workspace/dry_app-rfid-llrp-inventory_main:/w/workspace/dry_app-rfid-llrp-inventory_main:rw,z -v /w/workspace/dry_app-rfid-llrp-inventory_main@tmp:/w/workspace/dry_app-rfid-llrp-inventory_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-08-22T16:16:09.766Z] $ docker top bcd887c18f3489429f98df71fdb7096b2a18936e91fdc132b2f0882a15afb99d -eo pid,comm [2023-08-22T16:16:09.864Z] 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-08-22T16:16:09.864Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-08-22T16:16:09.907Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-22T16:16:09.907Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-22T16:16:10.036Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-22T16:16:10.040Z] $ docker exec bcd887c18f3489429f98df71fdb7096b2a18936e91fdc132b2f0882a15afb99d ssh-agent [2023-08-22T16:16:10.150Z] SSH_AUTH_SOCK=/tmp/ssh-yHwpFqlFnsNM/agent.31 [2023-08-22T16:16:10.150Z] SSH_AGENT_PID=37 [2023-08-22T16:16:10.159Z] Running ssh-add (command line suppressed) [2023-08-22T16:16:10.263Z] Identity added: /w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_5933650465349041538.key (/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_5933650465349041538.key) [2023-08-22T16:16:10.276Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-22T16:16:10.561Z] + git tag --points-at HEAD [Pipeline] } [2023-08-22T16:16:10.573Z] $ docker exec --env ******** --env ******** bcd887c18f3489429f98df71fdb7096b2a18936e91fdc132b2f0882a15afb99d ssh-agent -k [2023-08-22T16:16:10.687Z] unset SSH_AUTH_SOCK; [2023-08-22T16:16:10.687Z] unset SSH_AGENT_PID; [2023-08-22T16:16:10.688Z] echo Agent pid 37 killed; [2023-08-22T16:16:10.701Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-08-22T16:16:10.723Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-22T16:16:10.723Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-22T16:16:10.836Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-22T16:16:10.840Z] $ docker exec bcd887c18f3489429f98df71fdb7096b2a18936e91fdc132b2f0882a15afb99d ssh-agent [2023-08-22T16:16:10.953Z] SSH_AUTH_SOCK=/tmp/ssh-U3Np34AUEZ7i/agent.70 [2023-08-22T16:16:10.953Z] SSH_AGENT_PID=76 [2023-08-22T16:16:10.958Z] Running ssh-add (command line suppressed) [2023-08-22T16:16:11.063Z] Identity added: /w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_7908055870500550752.key (/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_7908055870500550752.key) [2023-08-22T16:16:11.075Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-22T16:16:11.360Z] + git semver init [2023-08-22T16:16:11.619Z] 2023-08-22 16:16:11,552 [run_init] DEBUG init version:0.0.0 force:False [2023-08-22T16:16:11.619Z] 2023-08-22 16:16:11,553 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/dry_app-rfid-llrp-inventory_main/.semver [2023-08-22T16:16:11.619Z] 2023-08-22 16:16:11,553 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-rfid-llrp-inventory.git /w/workspace/dry_app-rfid-llrp-inventory_main/.semver [2023-08-22T16:16:11.619Z] 2023-08-22 16:16:11,553 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-rfid-llrp-inventory.git', '/w/workspace/dry_app-rfid-llrp-inventory_main/.semver'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main, universal_newlines=False, shell=None, istream=None) [2023-08-22T16:16:12.996Z] 2023-08-22 16:16:12,607 [append_file] DEBUG append to file:/w/workspace/dry_app-rfid-llrp-inventory_main/.git/info/exclude [2023-08-22T16:16:12.996Z] 2023-08-22 16:16:12,607 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main with force:False [2023-08-22T16:16:12.996Z] 2023-08-22 16:16:12,607 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2023-08-22T16:16:12.996Z] 2023-08-22 16:16:12,608 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2023-08-22T16:16:12.996Z] 3.1.0-dev.13 [Pipeline] } [2023-08-22T16:16:13.007Z] $ docker exec --env ******** --env ******** bcd887c18f3489429f98df71fdb7096b2a18936e91fdc132b2f0882a15afb99d ssh-agent -k [2023-08-22T16:16:13.099Z] unset SSH_AUTH_SOCK; [2023-08-22T16:16:13.099Z] unset SSH_AGENT_PID; [2023-08-22T16:16:13.099Z] echo Agent pid 76 killed; [2023-08-22T16:16:13.109Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-08-22T16:16:13.419Z] + git semver [Pipeline] } [2023-08-22T16:16:13.693Z] $ docker stop --time=1 bcd887c18f3489429f98df71fdb7096b2a18936e91fdc132b2f0882a15afb99d [2023-08-22T16:16:14.991Z] $ docker rm -f --volumes bcd887c18f3489429f98df71fdb7096b2a18936e91fdc132b2f0882a15afb99d [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-22T16:16:15.327Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-08-22T16:16:15.540Z] Stashed 1 file(s) [Pipeline] echo [2023-08-22T16:16:15.543Z] [edgeXSemver]: initialized semver on version 3.1.0-dev.13 [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-08-22T16:16:15.718Z] provisioning config files... [2023-08-22T16:16:15.727Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config11237998523396578447tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-22T16:16:16.027Z] ---> docker-login.sh [2023-08-22T16:16:16.027Z] nexus3.edgexfoundry.org:10001 [2023-08-22T16:16:16.027Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-22T16:16:16.027Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-22T16:16:16.027Z] Configure a credential helper to remove this warning. See [2023-08-22T16:16:16.027Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-22T16:16:16.027Z] [2023-08-22T16:16:16.027Z] Login Succeeded [2023-08-22T16:16:16.027Z] nexus3.edgexfoundry.org:10002 [2023-08-22T16:16:16.027Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-22T16:16:16.027Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-22T16:16:16.027Z] Configure a credential helper to remove this warning. See [2023-08-22T16:16:16.027Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-22T16:16:16.027Z] [2023-08-22T16:16:16.027Z] Login Succeeded [2023-08-22T16:16:16.027Z] nexus3.edgexfoundry.org:10003 [2023-08-22T16:16:16.286Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-22T16:16:16.286Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-22T16:16:16.286Z] Configure a credential helper to remove this warning. See [2023-08-22T16:16:16.286Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-22T16:16:16.286Z] [2023-08-22T16:16:16.286Z] Login Succeeded [2023-08-22T16:16:16.286Z] nexus3.edgexfoundry.org:10004 [2023-08-22T16:16:16.286Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-22T16:16:16.286Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-22T16:16:16.286Z] Configure a credential helper to remove this warning. See [2023-08-22T16:16:16.286Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-22T16:16:16.286Z] [2023-08-22T16:16:16.286Z] Login Succeeded [2023-08-22T16:16:16.286Z] docker.io [2023-08-22T16:16:16.546Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-22T16:16:16.546Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-22T16:16:16.546Z] Configure a credential helper to remove this warning. See [2023-08-22T16:16:16.546Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-22T16:16:16.546Z] [2023-08-22T16:16:16.546Z] Login Succeeded [2023-08-22T16:16:16.546Z] ---> docker-login.sh ends [Pipeline] } [2023-08-22T16:16:16.552Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-08-22T16:16:16.619Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-22T16:16:16.634Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-22T16:16:16.644Z] ========================================================= [2023-08-22T16:16:16.644Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-08-22T16:16:16.644Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-22T16:16:16.963Z] + 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-08-22T16:16:16.963Z] Sending build context to Docker daemon 12.69MB [2023-08-22T16:16:16.963Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-08-22T16:16:16.963Z] Step 2/12 : FROM ${BASE} AS builder [2023-08-22T16:16:16.963Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-08-22T16:16:16.963Z] 4db1b89c0bd1: Pulling fs layer [2023-08-22T16:16:16.963Z] 6911f1a30b25: Pulling fs layer [2023-08-22T16:16:16.963Z] e194b8c5c2a9: Pulling fs layer [2023-08-22T16:16:16.963Z] 6863d3e3a2b1: Pulling fs layer [2023-08-22T16:16:16.963Z] ec0bb842ea78: Pulling fs layer [2023-08-22T16:16:16.963Z] 6863d3e3a2b1: Waiting [2023-08-22T16:16:16.963Z] 40a00589a448: Pulling fs layer [2023-08-22T16:16:16.963Z] 6c08303d61cc: Pulling fs layer [2023-08-22T16:16:16.963Z] ec0bb842ea78: Waiting [2023-08-22T16:16:16.963Z] 40a00589a448: Waiting [2023-08-22T16:16:16.963Z] 798269fcf238: Pulling fs layer [2023-08-22T16:16:16.963Z] 798269fcf238: Waiting [2023-08-22T16:16:17.223Z] 6911f1a30b25: Download complete [2023-08-22T16:16:17.223Z] 6863d3e3a2b1: Download complete [2023-08-22T16:16:17.223Z] ec0bb842ea78: Download complete [2023-08-22T16:16:17.223Z] 4db1b89c0bd1: Verifying Checksum [2023-08-22T16:16:17.223Z] 4db1b89c0bd1: Download complete [2023-08-22T16:16:17.223Z] 40a00589a448: Verifying Checksum [2023-08-22T16:16:17.223Z] 40a00589a448: Download complete [2023-08-22T16:16:17.223Z] 4db1b89c0bd1: Pull complete [2023-08-22T16:16:17.484Z] 6911f1a30b25: Pull complete [2023-08-22T16:16:18.067Z] 798269fcf238: Verifying Checksum [2023-08-22T16:16:18.067Z] 798269fcf238: Download complete [2023-08-22T16:16:18.067Z] e194b8c5c2a9: Verifying Checksum [2023-08-22T16:16:18.067Z] e194b8c5c2a9: Download complete [2023-08-22T16:16:18.325Z] 6c08303d61cc: Verifying Checksum [2023-08-22T16:16:18.325Z] 6c08303d61cc: Download complete [2023-08-22T16:16:21.661Z] e194b8c5c2a9: Pull complete [2023-08-22T16:16:21.661Z] 6863d3e3a2b1: Pull complete [2023-08-22T16:16:21.661Z] ec0bb842ea78: Pull complete [2023-08-22T16:16:21.918Z] 40a00589a448: Pull complete [2023-08-22T16:16:24.455Z] 6c08303d61cc: Pull complete [2023-08-22T16:16:25.027Z] 798269fcf238: Pull complete [2023-08-22T16:16:25.028Z] Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 [2023-08-22T16:16:25.028Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-08-22T16:16:25.028Z] ---> ec979cd7f677 [2023-08-22T16:16:25.028Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-08-22T16:16:30.663Z] Still waiting to schedule task [2023-08-22T16:16:30.663Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-08-22T16:16:33.169Z] ---> Running in 52937c8843c8 [2023-08-22T16:16:33.169Z] Removing intermediate container 52937c8843c8 [2023-08-22T16:16:33.169Z] ---> 5fcef2e890af [2023-08-22T16:16:33.169Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-08-22T16:16:33.169Z] ---> Running in ca0463d85014 [2023-08-22T16:16:33.169Z] Removing intermediate container ca0463d85014 [2023-08-22T16:16:33.169Z] ---> 350f81f0301e [2023-08-22T16:16:33.169Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-08-22T16:16:33.169Z] ---> Running in 7387a9940b78 [2023-08-22T16:16:33.169Z] Removing intermediate container 7387a9940b78 [2023-08-22T16:16:33.169Z] ---> 9400d79c21be [2023-08-22T16:16:33.169Z] Step 6/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-08-22T16:16:33.169Z] ---> Running in 2d4eac77b778 [2023-08-22T16:16:33.169Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-22T16:16:33.430Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-22T16:16:33.690Z] OK: 265 MiB in 53 packages [2023-08-22T16:16:33.950Z] Removing intermediate container 2d4eac77b778 [2023-08-22T16:16:33.950Z] ---> 219bf0cbf225 [2023-08-22T16:16:33.950Z] Step 7/12 : WORKDIR /app [2023-08-22T16:16:33.950Z] ---> Running in 1667764dcc0a [2023-08-22T16:16:34.209Z] Removing intermediate container 1667764dcc0a [2023-08-22T16:16:34.209Z] ---> 26b4c1155831 [2023-08-22T16:16:34.209Z] Step 8/12 : COPY go.mod vendor* ./ [2023-08-22T16:16:34.209Z] ---> aa27dda5e9af [2023-08-22T16:16:34.209Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-22T16:16:34.209Z] ---> Running in f13f982d6f5c [2023-08-22T16:17:30.491Z] Removing intermediate container f13f982d6f5c [2023-08-22T16:17:30.491Z] ---> 3ae0a68b7f2c [2023-08-22T16:17:30.491Z] Step 10/12 : COPY . . [2023-08-22T16:17:30.491Z] ---> e0d2cb0c6448 [2023-08-22T16:17:30.491Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-08-22T16:17:30.491Z] ---> Running in d2b7a12e5873 [2023-08-22T16:17:30.491Z] Removing intermediate container d2b7a12e5873 [2023-08-22T16:17:30.491Z] ---> a8f187005328 [2023-08-22T16:17:30.491Z] Step 12/12 : RUN $MAKE [2023-08-22T16:17:30.491Z] ---> Running in a66c6b09a158 [2023-08-22T16:17:30.491Z] noop [2023-08-22T16:17:30.491Z] Removing intermediate container a66c6b09a158 [2023-08-22T16:17:30.491Z] ---> 2c0983a23bcd [2023-08-22T16:17:30.491Z] Successfully built 2c0983a23bcd [2023-08-22T16:17:30.491Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-22T16:17:30.806Z] + docker inspect -f . ci-base-image-x86_64 [2023-08-22T16:17:30.806Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-22T16:17:30.874Z] prd-ubuntu20.04-docker-8c-8g-4260 does not seem to be running inside a container [2023-08-22T16:17:30.911Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dry_app-rfid-llrp-inventory_main -v /w/workspace/dry_app-rfid-llrp-inventory_main:/w/workspace/dry_app-rfid-llrp-inventory_main:rw,z -v /w/workspace/dry_app-rfid-llrp-inventory_main@tmp:/w/workspace/dry_app-rfid-llrp-inventory_main@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 ******** ci-base-image-x86_64 cat [2023-08-22T16:17:31.257Z] $ docker top 1533993df62b7769c415f021ab71e884f02401280f2e1be16c3224ea83e8fa19 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-22T16:17:31.586Z] + go version [2023-08-22T16:17:31.587Z] go version go1.20.6 linux/amd64 [Pipeline] } [2023-08-22T16:17:31.602Z] $ docker stop --time=1 1533993df62b7769c415f021ab71e884f02401280f2e1be16c3224ea83e8fa19 [2023-08-22T16:17:32.865Z] $ docker rm -f --volumes 1533993df62b7769c415f021ab71e884f02401280f2e1be16c3224ea83e8fa19 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-22T16:17:33.280Z] + docker inspect -f . ci-base-image-x86_64 [2023-08-22T16:17:33.280Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-22T16:17:33.349Z] prd-ubuntu20.04-docker-8c-8g-4260 does not seem to be running inside a container [2023-08-22T16:17:33.386Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/dry_app-rfid-llrp-inventory_main -v /w/workspace/dry_app-rfid-llrp-inventory_main:/w/workspace/dry_app-rfid-llrp-inventory_main:rw,z -v /w/workspace/dry_app-rfid-llrp-inventory_main@tmp:/w/workspace/dry_app-rfid-llrp-inventory_main@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 ******** ci-base-image-x86_64 cat [2023-08-22T16:17:33.738Z] $ docker top 6d38e8ac2af39f68357247b58a7fe3dbc5080cd7b1f7321d28d5165103161f1d -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-22T16:17:34.074Z] + git config --global --add safe.directory /w/workspace/dry_app-rfid-llrp-inventory_main [Pipeline] fileExists [Pipeline] sh [2023-08-22T16:17:34.366Z] + make test [2023-08-22T16:17:34.366Z] go test -race ./... -coverprofile=coverage.out ./... [2023-08-22T16:17:56.291Z] ? edgexfoundry/app-rfid-llrp-inventory [no test files] [2023-08-22T16:17:56.291Z] ? edgexfoundry/app-rfid-llrp-inventory/internal/inventory/app [no test files] [2023-08-22T16:17:56.291Z] ok edgexfoundry/app-rfid-llrp-inventory/internal/inventory 0.148s coverage: 86.2% of statements [2023-08-22T16:17:56.291Z] ok edgexfoundry/app-rfid-llrp-inventory/internal/llrp 2.709s coverage: 71.9% of statements [2023-08-22T16:18:17.663Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-4261 in /w/workspace/dry_app-rfid-llrp-inventory_main [Pipeline] { [Pipeline] ws [2023-08-22T16:18:17.676Z] Running in /w/workspace/app-rfid-llrp-inventory/125 [Pipeline] { [Pipeline] checkout [2023-08-22T16:18:17.725Z] The recommended git tool is: git [2023-08-22T16:18:18.214Z] go vet ./... [2023-08-22T16:18:22.398Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-08-22T16:18:22.398Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-08-22T16:18:22.398Z] ./bin/test-attribution.sh [Pipeline] echo [2023-08-22T16:18:22.456Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-08-22T16:18:22.471Z] $ docker stop --time=1 6d38e8ac2af39f68357247b58a7fe3dbc5080cd7b1f7321d28d5165103161f1d [2023-08-22T16:18:23.957Z] using credential edgex-jenkins-ssh [2023-08-22T16:18:23.976Z] Cloning the remote Git repository [2023-08-22T16:18:24.027Z] Cloning repository git@github.com:edgexfoundry/app-rfid-llrp-inventory.git [2023-08-22T16:18:24.146Z] > git init /w/workspace/app-rfid-llrp-inventory/125 # timeout=10 [2023-08-22T16:18:24.354Z] Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.git [2023-08-22T16:18:24.356Z] > git --version # timeout=10 [2023-08-22T16:18:24.388Z] > git --version # 'git version 2.25.1' [2023-08-22T16:18:24.392Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-08-22T16:18:24.597Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-08-22T16:18:25.904Z] $ docker rm -f --volumes 6d38e8ac2af39f68357247b58a7fe3dbc5080cd7b1f7321d28d5165103161f1d [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-22T16:18:26.486Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-08-22T16:18:26.539Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-08-22T16:18:27.076Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-08-22T16:18:27.371Z] + ls -al . [2023-08-22T16:18:27.371Z] total 236 [2023-08-22T16:18:27.371Z] drwxrwxr-x 11 jenkins jenkins 4096 Aug 22 16:17 . [2023-08-22T16:18:27.371Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 22 16:15 .. [2023-08-22T16:18:27.371Z] -rw-rw-r-- 1 jenkins jenkins 262 Aug 22 16:15 .dockerignore [2023-08-22T16:18:27.371Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 22 16:16 .git [2023-08-22T16:18:27.371Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 22 16:15 .github [2023-08-22T16:18:27.371Z] -rw-rw-r-- 1 jenkins jenkins 788 Aug 22 16:15 .gitignore [2023-08-22T16:18:27.371Z] -rw-rw-r-- 1 jenkins jenkins 41 Aug 22 16:15 .golangci.yml [2023-08-22T16:18:27.371Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 22 16:16 .semver [2023-08-22T16:18:27.371Z] -rw-rw-r-- 1 jenkins jenkins 10232 Aug 22 16:15 Attribution.txt [2023-08-22T16:18:27.371Z] -rw-rw-r-- 1 jenkins jenkins 9317 Aug 22 16:15 CHANGELOG.md [2023-08-22T16:18:27.371Z] -rw-rw-r-- 1 jenkins jenkins 1659 Aug 22 16:15 Dockerfile [2023-08-22T16:18:27.371Z] -rw-rw-r-- 1 jenkins jenkins 677 Aug 22 16:15 GOVERNANCE.md [2023-08-22T16:18:27.371Z] -rw-rw-r-- 1 jenkins jenkins 687 Aug 22 16:15 Jenkinsfile [2023-08-22T16:18:27.371Z] -rw-rw-r-- 1 jenkins jenkins 11347 Aug 22 16:15 LICENSE [2023-08-22T16:18:27.371Z] -rw-rw-r-- 1 jenkins jenkins 2497 Aug 22 16:15 Makefile [2023-08-22T16:18:27.371Z] -rw-rw-r-- 1 jenkins jenkins 617 Aug 22 16:15 OWNERS.md [2023-08-22T16:18:27.371Z] -rw-rw-r-- 1 jenkins jenkins 31516 Aug 22 16:15 README.md [2023-08-22T16:18:27.371Z] -rw-rw-r-- 1 jenkins jenkins 12 Aug 22 16:16 VERSION [2023-08-22T16:18:27.371Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 22 16:15 bin [2023-08-22T16:18:27.371Z] -rw-r--r-- 1 jenkins jenkins 41317 Aug 22 16:17 coverage.out [2023-08-22T16:18:27.371Z] -rw-rw-r-- 1 jenkins jenkins 3664 Aug 22 16:15 go.mod [2023-08-22T16:18:27.371Z] -rw-rw-r-- 1 jenkins jenkins 32783 Aug 22 16:15 go.sum [2023-08-22T16:18:27.371Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 22 16:15 images [2023-08-22T16:18:27.371Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 22 16:15 internal [2023-08-22T16:18:27.371Z] -rw-rw-r-- 1 jenkins jenkins 531 Aug 22 16:15 main.go [2023-08-22T16:18:27.371Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 22 16:15 res [2023-08-22T16:18:27.371Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 22 16:15 snap [2023-08-22T16:18:27.371Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 22 16:15 static [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-22T16:18:27.706Z] + 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=8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644 --label arch=amd64 --label version=3.1.0-dev.13 . [2023-08-22T16:18:27.706Z] Sending build context to Docker daemon 12.69MB [2023-08-22T16:18:27.706Z] Step 1/29 : ARG BASE=golang:1.20-alpine3.17 [2023-08-22T16:18:27.706Z] Step 2/29 : FROM ${BASE} AS builder [2023-08-22T16:18:27.706Z] ---> 2c0983a23bcd [2023-08-22T16:18:27.706Z] Step 3/29 : ARG ALPINE_PKG_BASE="make git" [2023-08-22T16:18:27.406Z] > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 [2023-08-22T16:18:27.433Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-08-22T16:18:27.965Z] ---> Running in cc9eef58dc37 [2023-08-22T16:18:27.965Z] Removing intermediate container cc9eef58dc37 [2023-08-22T16:18:27.965Z] ---> e6a0303a895c [2023-08-22T16:18:27.965Z] Step 4/29 : ARG ALPINE_PKG_EXTRA="" [2023-08-22T16:18:27.965Z] ---> Running in c053a63e860a [2023-08-22T16:18:28.223Z] Removing intermediate container c053a63e860a [2023-08-22T16:18:28.223Z] ---> 80d8792b1a34 [2023-08-22T16:18:28.223Z] Step 5/29 : ARG ADD_BUILD_TAGS="" [2023-08-22T16:18:28.223Z] ---> Running in a63ebf4819e5 [2023-08-22T16:18:28.223Z] Removing intermediate container a63ebf4819e5 [2023-08-22T16:18:28.223Z] ---> 704cae23b850 [2023-08-22T16:18:28.223Z] Step 6/29 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-08-22T16:18:28.223Z] ---> Running in cc696013445e [2023-08-22T16:18:28.427Z] Avoid second fetch [2023-08-22T16:18:28.428Z] Checking out Revision 8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644 (main) [2023-08-22T16:18:28.482Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-22T16:18:28.740Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-22T16:18:28.998Z] OK: 265 MiB in 53 packages [2023-08-22T16:18:29.084Z] Commit message: "build(deps): Bump github.com/google/uuid from 1.3.0 to 1.3.1 (#221)" [2023-08-22T16:18:28.450Z] > git config core.sparsecheckout # timeout=10 [2023-08-22T16:18:28.546Z] > git checkout -f 8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-08-22T16:18:29.568Z] Removing intermediate container cc696013445e [2023-08-22T16:18:29.568Z] ---> f2a379b709b9 [2023-08-22T16:18:29.568Z] Step 7/29 : WORKDIR /app [2023-08-22T16:18:29.568Z] ---> Running in cb761f8d76ff [2023-08-22T16:18:29.568Z] Removing intermediate container cb761f8d76ff [2023-08-22T16:18:29.568Z] ---> 0aff2cb58b81 [2023-08-22T16:18:29.568Z] Step 8/29 : COPY go.mod vendor* ./ [2023-08-22T16:18:29.568Z] ---> 108686052bfb [2023-08-22T16:18:29.568Z] Step 9/29 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-22T16:18:29.568Z] ---> Running in 70900ebe657e [2023-08-22T16:18:30.072Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-08-22T16:18:30.072Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-08-22T16:18:30.072Z] Dload Upload Total Spent Left Speed [2023-08-22T16:18:30.072Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 68924 0 --:--:-- --:--:-- --:--:-- 68924 [Pipeline] sh [2023-08-22T16:18:30.592Z] Removing intermediate container 70900ebe657e [2023-08-22T16:18:30.592Z] ---> 566ffbcd1ce2 [2023-08-22T16:18:30.592Z] Step 10/29 : COPY . . [2023-08-22T16:18:30.849Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [2023-08-22T16:18:30.852Z] ---> f37d98b2cc6a [2023-08-22T16:18:30.852Z] Step 11/29 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-08-22T16:18:30.852Z] ---> Running in 4a76505b3c9a [2023-08-22T16:18:30.852Z] Removing intermediate container 4a76505b3c9a [2023-08-22T16:18:30.852Z] ---> 38aa517b8408 [2023-08-22T16:18:30.852Z] Step 12/29 : RUN $MAKE [2023-08-22T16:18:30.852Z] ---> Running in 496ef346c564 [Pipeline] sh [2023-08-22T16:18:31.108Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.1.0-dev.19 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.1.0-dev.13 -X edgexfoundry/app-rfid-llrp-inventory.Version=3.1.0-dev.13" -trimpath -mod=readonly -o app-rfid-llrp-inventory [2023-08-22T16:18:31.463Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-08-22T16:18:31.463Z] + sudo tee /etc/docker/daemon.new [2023-08-22T16:18:31.463Z] { [2023-08-22T16:18:31.463Z] "registry-mirrors": [ [2023-08-22T16:18:31.463Z] "https://nexus3.edgexfoundry.org:10001" [2023-08-22T16:18:31.463Z] ], [2023-08-22T16:18:31.463Z] "bip": "10.250.0.254/24", [2023-08-22T16:18:31.463Z] "hosts": [ [2023-08-22T16:18:31.463Z] "tcp://0.0.0.0:5555", [2023-08-22T16:18:31.463Z] "unix:///var/run/docker.sock" [2023-08-22T16:18:31.463Z] ], [2023-08-22T16:18:31.463Z] "mtu": 1458, [2023-08-22T16:18:31.463Z] "selinux-enabled": true, [2023-08-22T16:18:31.463Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-08-22T16:18:31.463Z] } [Pipeline] sh [2023-08-22T16:18:31.810Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-08-22T16:18:32.163Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-22T16:18:50.738Z] provisioning config files... [2023-08-22T16:18:50.760Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/app-rfid-llrp-inventory/125@tmp/config5313565337923820485tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-22T16:18:51.103Z] ---> docker-login.sh [2023-08-22T16:18:51.103Z] nexus3.edgexfoundry.org:10001 [2023-08-22T16:18:51.372Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-22T16:18:51.642Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-22T16:18:51.642Z] Configure a credential helper to remove this warning. See [2023-08-22T16:18:51.642Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-22T16:18:51.642Z] [2023-08-22T16:18:51.642Z] Login Succeeded [2023-08-22T16:18:51.642Z] nexus3.edgexfoundry.org:10002 [2023-08-22T16:18:51.913Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-22T16:18:52.181Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-22T16:18:52.181Z] Configure a credential helper to remove this warning. See [2023-08-22T16:18:52.181Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-22T16:18:52.181Z] [2023-08-22T16:18:52.181Z] Login Succeeded [2023-08-22T16:18:52.181Z] nexus3.edgexfoundry.org:10003 [2023-08-22T16:18:52.450Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-22T16:18:52.450Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-22T16:18:52.450Z] Configure a credential helper to remove this warning. See [2023-08-22T16:18:52.450Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-22T16:18:52.450Z] [2023-08-22T16:18:52.450Z] Login Succeeded [2023-08-22T16:18:52.450Z] nexus3.edgexfoundry.org:10004 [2023-08-22T16:18:52.719Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-22T16:18:52.719Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-22T16:18:52.719Z] Configure a credential helper to remove this warning. See [2023-08-22T16:18:52.719Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-22T16:18:52.719Z] [2023-08-22T16:18:52.719Z] Login Succeeded [2023-08-22T16:18:52.719Z] docker.io [2023-08-22T16:18:52.985Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-22T16:18:53.254Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-22T16:18:53.254Z] Configure a credential helper to remove this warning. See [2023-08-22T16:18:53.254Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-22T16:18:53.254Z] [2023-08-22T16:18:53.254Z] Login Succeeded [2023-08-22T16:18:53.254Z] ---> docker-login.sh ends [Pipeline] } [2023-08-22T16:18:53.268Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2023-08-22T16:18:53.414Z] Removing intermediate container 496ef346c564 [2023-08-22T16:18:53.415Z] ---> 970200172080 [2023-08-22T16:18:53.415Z] Step 13/29 : FROM alpine:3.17 [2023-08-22T16:18:53.415Z] 3.17: Pulling from library/alpine [2023-08-22T16:18:53.415Z] 9398808236ff: Pulling fs layer [2023-08-22T16:18:53.415Z] 9398808236ff: Download complete [Pipeline] echo [2023-08-22T16:18:53.488Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-22T16:18:53.498Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-22T16:18:53.509Z] ========================================================= [2023-08-22T16:18:53.509Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-08-22T16:18:53.509Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-22T16:18:53.672Z] 9398808236ff: Pull complete [2023-08-22T16:18:53.672Z] Digest: sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-22T16:18:53.672Z] Status: Downloaded newer image for alpine:3.17 [2023-08-22T16:18:53.672Z] ---> 1e0b8b5322fc [2023-08-22T16:18:53.672Z] Step 14/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-08-22T16:18:53.672Z] ---> Running in 39b7d598e1da [2023-08-22T16:18:53.672Z] Removing intermediate container 39b7d598e1da [2023-08-22T16:18:53.672Z] ---> 6c651eb399f9 [2023-08-22T16:18:53.672Z] Step 15/29 : LABEL Name=app-service-rfid-llrp-inventory Version=${VERSION} [2023-08-22T16:18:53.672Z] ---> Running in 276d2ae76f49 [2023-08-22T16:18:53.929Z] Removing intermediate container 276d2ae76f49 [2023-08-22T16:18:53.929Z] ---> 4afdc7178516 [2023-08-22T16:18:53.929Z] Step 16/29 : RUN apk --no-cache add ca-certificates dumb-init [2023-08-22T16:18:53.929Z] ---> Running in 2328dccd75a5 [2023-08-22T16:18:53.931Z] + 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-08-22T16:18:54.188Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-22T16:18:54.213Z] Sending build context to Docker daemon 684kB [2023-08-22T16:18:54.213Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-08-22T16:18:54.213Z] Step 2/12 : FROM ${BASE} AS builder [2023-08-22T16:18:54.213Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-08-22T16:18:54.213Z] edb6bdbacee9: Pulling fs layer [2023-08-22T16:18:54.213Z] 5f9638ab2659: Pulling fs layer [2023-08-22T16:18:54.213Z] 8d51d6327a98: Pulling fs layer [2023-08-22T16:18:54.213Z] 8b374f2dd631: Pulling fs layer [2023-08-22T16:18:54.213Z] ec14aa9079de: Pulling fs layer [2023-08-22T16:18:54.213Z] 2f466654f4bb: Pulling fs layer [2023-08-22T16:18:54.213Z] 554e91adad29: Pulling fs layer [2023-08-22T16:18:54.213Z] ec14aa9079de: Waiting [2023-08-22T16:18:54.213Z] 2f466654f4bb: Waiting [2023-08-22T16:18:54.213Z] 554e91adad29: Waiting [2023-08-22T16:18:54.213Z] 8b374f2dd631: Waiting [2023-08-22T16:18:54.447Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-22T16:18:54.494Z] 5f9638ab2659: Verifying Checksum [2023-08-22T16:18:54.494Z] 5f9638ab2659: Download complete [2023-08-22T16:18:54.494Z] 8b374f2dd631: Verifying Checksum [2023-08-22T16:18:54.494Z] 8b374f2dd631: Download complete [2023-08-22T16:18:54.494Z] ec14aa9079de: Verifying Checksum [2023-08-22T16:18:54.494Z] ec14aa9079de: Download complete [2023-08-22T16:18:54.494Z] edb6bdbacee9: Verifying Checksum [2023-08-22T16:18:54.494Z] edb6bdbacee9: Download complete [2023-08-22T16:18:54.727Z] (1/2) Installing ca-certificates (20230506-r0) [2023-08-22T16:18:54.727Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-08-22T16:18:54.727Z] Executing busybox-1.35.0-r29.trigger [2023-08-22T16:18:54.727Z] Executing ca-certificates-20230506-r0.trigger [2023-08-22T16:18:54.727Z] OK: 8 MiB in 17 packages [2023-08-22T16:18:55.295Z] Removing intermediate container 2328dccd75a5 [2023-08-22T16:18:55.295Z] ---> c47d7308335e [2023-08-22T16:18:55.296Z] Step 17/29 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-08-22T16:18:55.296Z] ---> ab2b06c0a8f1 [2023-08-22T16:18:55.296Z] Step 18/29 : COPY --from=builder /app/LICENSE /LICENSE [2023-08-22T16:18:55.456Z] edb6bdbacee9: Pull complete [2023-08-22T16:18:55.555Z] ---> 04ff9e548176 [2023-08-22T16:18:55.555Z] Step 19/29 : COPY --from=builder /app/res/ /res/ [2023-08-22T16:18:55.555Z] ---> c26db0692cdf [2023-08-22T16:18:55.555Z] Step 20/29 : COPY --from=builder /app/static/ /static/ [2023-08-22T16:18:55.725Z] 554e91adad29: Verifying Checksum [2023-08-22T16:18:55.725Z] 554e91adad29: Download complete [2023-08-22T16:18:55.816Z] ---> bba5dc13a429 [2023-08-22T16:18:55.816Z] Step 21/29 : COPY --from=builder /app/app-rfid-llrp-inventory /app-rfid-llrp-inventory [2023-08-22T16:18:55.993Z] 5f9638ab2659: Pull complete [2023-08-22T16:18:56.382Z] ---> 1bb5d354636e [2023-08-22T16:18:56.382Z] Step 22/29 : RUN mkdir -p /cache && chown -R 2002:2002 /cache [2023-08-22T16:18:56.382Z] ---> Running in 06b4d8db43eb [2023-08-22T16:18:56.949Z] Removing intermediate container 06b4d8db43eb [2023-08-22T16:18:56.949Z] ---> 90594a4fea26 [2023-08-22T16:18:56.949Z] Step 23/29 : VOLUME /cache [2023-08-22T16:18:56.949Z] ---> Running in 12fa25e156a5 [2023-08-22T16:18:56.953Z] 8d51d6327a98: Verifying Checksum [2023-08-22T16:18:56.953Z] 8d51d6327a98: Download complete [2023-08-22T16:18:56.953Z] 2f466654f4bb: Verifying Checksum [2023-08-22T16:18:56.953Z] 2f466654f4bb: Download complete [2023-08-22T16:18:57.211Z] Removing intermediate container 12fa25e156a5 [2023-08-22T16:18:57.211Z] ---> 431bd9bc664c [2023-08-22T16:18:57.211Z] Step 24/29 : EXPOSE 59711 [2023-08-22T16:18:57.211Z] ---> Running in 034660a2320b [2023-08-22T16:18:57.211Z] Removing intermediate container 034660a2320b [2023-08-22T16:18:57.211Z] ---> 3df2a00e61f7 [2023-08-22T16:18:57.211Z] Step 25/29 : ENTRYPOINT ["/app-rfid-llrp-inventory"] [2023-08-22T16:18:57.211Z] ---> Running in 45484498084a [2023-08-22T16:18:57.468Z] Removing intermediate container 45484498084a [2023-08-22T16:18:57.468Z] ---> 7b816f0685b5 [2023-08-22T16:18:57.468Z] Step 26/29 : CMD ["-cp=consul.http://edgex-core-consul:8500", "-registry"] [2023-08-22T16:18:57.468Z] ---> Running in 99ece9d8a285 [2023-08-22T16:18:57.468Z] Removing intermediate container 99ece9d8a285 [2023-08-22T16:18:57.468Z] ---> 8848da3c8ac2 [2023-08-22T16:18:57.468Z] Step 27/29 : LABEL arch=amd64 [2023-08-22T16:18:57.468Z] ---> Running in ba7f5c82572b [2023-08-22T16:18:57.727Z] Removing intermediate container ba7f5c82572b [2023-08-22T16:18:57.727Z] ---> e29ae58fabba [2023-08-22T16:18:57.727Z] Step 28/29 : LABEL git_sha=8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644 [2023-08-22T16:18:57.727Z] ---> Running in 298d5045d86c [2023-08-22T16:18:57.727Z] Removing intermediate container 298d5045d86c [2023-08-22T16:18:57.727Z] ---> db72704c2347 [2023-08-22T16:18:57.727Z] Step 29/29 : LABEL version=3.1.0-dev.13 [2023-08-22T16:18:57.727Z] ---> Running in c72e2dab179d [2023-08-22T16:18:57.727Z] Removing intermediate container c72e2dab179d [2023-08-22T16:18:57.727Z] ---> f85251ca5383 [2023-08-22T16:18:57.727Z] [Warning] One or more build-args [ARCH] were not consumed [2023-08-22T16:18:57.727Z] Successfully built f85251ca5383 [2023-08-22T16:18:57.727Z] Successfully tagged app-rfid-llrp-inventory:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-22T16:18:57.846Z] provisioning config files... [2023-08-22T16:18:57.854Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config2653586562573624509tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-22T16:18:58.153Z] ---> docker-login.sh [2023-08-22T16:18:58.153Z] nexus3.edgexfoundry.org:10001 [2023-08-22T16:18:58.153Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-22T16:18:58.153Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-22T16:18:58.153Z] Configure a credential helper to remove this warning. See [2023-08-22T16:18:58.153Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-22T16:18:58.153Z] [2023-08-22T16:18:58.153Z] Login Succeeded [2023-08-22T16:18:58.153Z] nexus3.edgexfoundry.org:10002 [2023-08-22T16:18:58.153Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-22T16:18:58.153Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-22T16:18:58.153Z] Configure a credential helper to remove this warning. See [2023-08-22T16:18:58.153Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-22T16:18:58.153Z] [2023-08-22T16:18:58.153Z] Login Succeeded [2023-08-22T16:18:58.153Z] nexus3.edgexfoundry.org:10003 [2023-08-22T16:18:58.412Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-22T16:18:58.412Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-22T16:18:58.412Z] Configure a credential helper to remove this warning. See [2023-08-22T16:18:58.412Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-22T16:18:58.412Z] [2023-08-22T16:18:58.412Z] Login Succeeded [2023-08-22T16:18:58.412Z] nexus3.edgexfoundry.org:10004 [2023-08-22T16:18:58.412Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-22T16:18:58.412Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-22T16:18:58.412Z] Configure a credential helper to remove this warning. See [2023-08-22T16:18:58.412Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-22T16:18:58.412Z] [2023-08-22T16:18:58.412Z] Login Succeeded [2023-08-22T16:18:58.412Z] docker.io [2023-08-22T16:18:58.412Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-22T16:18:58.672Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-22T16:18:58.672Z] Configure a credential helper to remove this warning. See [2023-08-22T16:18:58.672Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-22T16:18:58.672Z] [2023-08-22T16:18:58.672Z] Login Succeeded [2023-08-22T16:18:58.672Z] ---> docker-login.sh ends [Pipeline] } [2023-08-22T16:18:58.680Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-08-22T16:18:58.722Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-22T16:18:58.743Z] [edgeXDocker.push] Tagging docker image app-rfid-llrp-inventory with the following tags: [2023-08-22T16:18:58.743Z] 8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644 [2023-08-22T16:18:58.743Z] latest [2023-08-22T16:18:58.743Z] 3.1.0-dev.13 [2023-08-22T16:18:58.743Z] 8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644-3.1.0-dev.13 [2023-08-22T16:18:58.743Z] main [2023-08-22T16:18:58.743Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-22T16:18:59.053Z] + docker tag app-rfid-llrp-inventory nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-22T16:18:59.356Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644 [2023-08-22T16:18:59.356Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] [2023-08-22T16:18:59.356Z] 1632393223df: Preparing [2023-08-22T16:18:59.356Z] 9793213f1bd8: Preparing [2023-08-22T16:18:59.356Z] e890cb42e687: Preparing [2023-08-22T16:18:59.356Z] f09f4d8c4470: Preparing [2023-08-22T16:18:59.356Z] 24408e63046d: Preparing [2023-08-22T16:18:59.356Z] 28e3d38ca3d8: Preparing [2023-08-22T16:18:59.356Z] 8f48ee9fccd2: Preparing [2023-08-22T16:18:59.356Z] 36b50b131297: Preparing [2023-08-22T16:18:59.356Z] 28e3d38ca3d8: Waiting [2023-08-22T16:18:59.356Z] 8f48ee9fccd2: Waiting [2023-08-22T16:18:59.356Z] 36b50b131297: Waiting [2023-08-22T16:18:59.356Z] 24408e63046d: Pushed [2023-08-22T16:18:59.356Z] f09f4d8c4470: Pushed [2023-08-22T16:18:59.356Z] 1632393223df: Pushed [2023-08-22T16:18:59.356Z] e890cb42e687: Pushed [2023-08-22T16:18:59.356Z] 36b50b131297: Layer already exists [2023-08-22T16:18:59.356Z] 28e3d38ca3d8: Pushed [2023-08-22T16:18:59.615Z] 8f48ee9fccd2: Pushed [2023-08-22T16:19:02.151Z] 9793213f1bd8: Pushed [2023-08-22T16:19:02.151Z] 8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644: digest: sha256:2e611e3e89fd8f8cdf1d564964269a6e13d8b6a860f334a74abf8d890cf62a28 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-22T16:19:02.469Z] + docker tag app-rfid-llrp-inventory nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-22T16:19:02.787Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:latest [2023-08-22T16:19:02.787Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] [2023-08-22T16:19:02.787Z] 1632393223df: Preparing [2023-08-22T16:19:02.787Z] 9793213f1bd8: Preparing [2023-08-22T16:19:02.787Z] e890cb42e687: Preparing [2023-08-22T16:19:02.787Z] f09f4d8c4470: Preparing [2023-08-22T16:19:02.787Z] 24408e63046d: Preparing [2023-08-22T16:19:02.787Z] 28e3d38ca3d8: Preparing [2023-08-22T16:19:02.787Z] 8f48ee9fccd2: Preparing [2023-08-22T16:19:02.787Z] 36b50b131297: Preparing [2023-08-22T16:19:02.787Z] 8f48ee9fccd2: Waiting [2023-08-22T16:19:02.787Z] 28e3d38ca3d8: Waiting [2023-08-22T16:19:02.787Z] 36b50b131297: Waiting [2023-08-22T16:19:02.787Z] 1632393223df: Layer already exists [2023-08-22T16:19:02.787Z] 9793213f1bd8: Layer already exists [2023-08-22T16:19:02.787Z] f09f4d8c4470: Layer already exists [2023-08-22T16:19:02.787Z] 24408e63046d: Layer already exists [2023-08-22T16:19:02.787Z] e890cb42e687: Layer already exists [2023-08-22T16:19:02.787Z] 8f48ee9fccd2: Layer already exists [2023-08-22T16:19:02.787Z] 28e3d38ca3d8: Layer already exists [2023-08-22T16:19:02.787Z] 36b50b131297: Layer already exists [2023-08-22T16:19:02.787Z] latest: digest: sha256:2e611e3e89fd8f8cdf1d564964269a6e13d8b6a860f334a74abf8d890cf62a28 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-22T16:19:03.094Z] + docker tag app-rfid-llrp-inventory nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:3.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-22T16:19:03.395Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:3.1.0-dev.13 [2023-08-22T16:19:03.395Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] [2023-08-22T16:19:03.395Z] 1632393223df: Preparing [2023-08-22T16:19:03.395Z] 9793213f1bd8: Preparing [2023-08-22T16:19:03.395Z] e890cb42e687: Preparing [2023-08-22T16:19:03.395Z] f09f4d8c4470: Preparing [2023-08-22T16:19:03.395Z] 24408e63046d: Preparing [2023-08-22T16:19:03.395Z] 28e3d38ca3d8: Preparing [2023-08-22T16:19:03.395Z] 8f48ee9fccd2: Preparing [2023-08-22T16:19:03.395Z] 28e3d38ca3d8: Waiting [2023-08-22T16:19:03.395Z] 36b50b131297: Preparing [2023-08-22T16:19:03.395Z] 8f48ee9fccd2: Waiting [2023-08-22T16:19:03.395Z] 36b50b131297: Waiting [2023-08-22T16:19:03.395Z] 24408e63046d: Layer already exists [2023-08-22T16:19:03.395Z] f09f4d8c4470: Layer already exists [2023-08-22T16:19:03.395Z] 1632393223df: Layer already exists [2023-08-22T16:19:03.395Z] e890cb42e687: Layer already exists [2023-08-22T16:19:03.395Z] 9793213f1bd8: Layer already exists [2023-08-22T16:19:03.395Z] 28e3d38ca3d8: Layer already exists [2023-08-22T16:19:03.395Z] 36b50b131297: Layer already exists [2023-08-22T16:19:03.395Z] 8f48ee9fccd2: Layer already exists [2023-08-22T16:19:03.395Z] 3.1.0-dev.13: digest: sha256:2e611e3e89fd8f8cdf1d564964269a6e13d8b6a860f334a74abf8d890cf62a28 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-22T16:19:03.698Z] + docker tag app-rfid-llrp-inventory nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644-3.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-22T16:19:03.999Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644-3.1.0-dev.13 [2023-08-22T16:19:03.999Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] [2023-08-22T16:19:03.999Z] 1632393223df: Preparing [2023-08-22T16:19:03.999Z] 9793213f1bd8: Preparing [2023-08-22T16:19:03.999Z] e890cb42e687: Preparing [2023-08-22T16:19:03.999Z] f09f4d8c4470: Preparing [2023-08-22T16:19:03.999Z] 24408e63046d: Preparing [2023-08-22T16:19:03.999Z] 28e3d38ca3d8: Preparing [2023-08-22T16:19:03.999Z] 8f48ee9fccd2: Preparing [2023-08-22T16:19:04.000Z] 36b50b131297: Preparing [2023-08-22T16:19:04.000Z] 28e3d38ca3d8: Waiting [2023-08-22T16:19:04.000Z] 8f48ee9fccd2: Waiting [2023-08-22T16:19:04.000Z] 36b50b131297: Waiting [2023-08-22T16:19:04.000Z] f09f4d8c4470: Layer already exists [2023-08-22T16:19:04.000Z] 1632393223df: Layer already exists [2023-08-22T16:19:04.000Z] 8f48ee9fccd2: Layer already exists [2023-08-22T16:19:04.000Z] 24408e63046d: Layer already exists [2023-08-22T16:19:04.000Z] 9793213f1bd8: Layer already exists [2023-08-22T16:19:04.000Z] 28e3d38ca3d8: Layer already exists [2023-08-22T16:19:04.000Z] 36b50b131297: Layer already exists [2023-08-22T16:19:04.000Z] e890cb42e687: Layer already exists [2023-08-22T16:19:04.000Z] 8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644-3.1.0-dev.13: digest: sha256:2e611e3e89fd8f8cdf1d564964269a6e13d8b6a860f334a74abf8d890cf62a28 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-22T16:19:04.303Z] + docker tag app-rfid-llrp-inventory nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-22T16:19:04.612Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:main [2023-08-22T16:19:04.612Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] [2023-08-22T16:19:04.612Z] 1632393223df: Preparing [2023-08-22T16:19:04.612Z] 9793213f1bd8: Preparing [2023-08-22T16:19:04.612Z] e890cb42e687: Preparing [2023-08-22T16:19:04.612Z] f09f4d8c4470: Preparing [2023-08-22T16:19:04.612Z] 24408e63046d: Preparing [2023-08-22T16:19:04.612Z] 28e3d38ca3d8: Preparing [2023-08-22T16:19:04.612Z] 8f48ee9fccd2: Preparing [2023-08-22T16:19:04.612Z] 36b50b131297: Preparing [2023-08-22T16:19:04.612Z] 28e3d38ca3d8: Waiting [2023-08-22T16:19:04.612Z] 8f48ee9fccd2: Waiting [2023-08-22T16:19:04.612Z] 36b50b131297: Waiting [2023-08-22T16:19:04.612Z] f09f4d8c4470: Layer already exists [2023-08-22T16:19:04.612Z] e890cb42e687: Layer already exists [2023-08-22T16:19:04.612Z] 9793213f1bd8: Layer already exists [2023-08-22T16:19:04.612Z] 1632393223df: Layer already exists [2023-08-22T16:19:04.612Z] 24408e63046d: Layer already exists [2023-08-22T16:19:04.612Z] 28e3d38ca3d8: Layer already exists [2023-08-22T16:19:04.612Z] 8f48ee9fccd2: Layer already exists [2023-08-22T16:19:04.612Z] 36b50b131297: Layer already exists [2023-08-22T16:19:04.612Z] main: digest: sha256:2e611e3e89fd8f8cdf1d564964269a6e13d8b6a860f334a74abf8d890cf62a28 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-08-22T16:19:04.657Z] ===================================================== [Pipeline] echo [2023-08-22T16:19:04.665Z] taggedImages: [2023-08-22T16:19:04.665Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644 [2023-08-22T16:19:04.665Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:latest [2023-08-22T16:19:04.665Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:3.1.0-dev.13 [2023-08-22T16:19:04.665Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644-3.1.0-dev.13 [2023-08-22T16:19:04.665Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:main [Pipeline] } [Pipeline] // script [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-08-22T16:19:05.055Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-22T16:19:05.055Z] [2023-08-22T16:19:05.055Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-22T16:19:05.357Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-22T16:19:05.358Z] latest: Pulling from edgex-lftools-log-publisher [2023-08-22T16:19:05.358Z] 5eb5b503b376: Pulling fs layer [2023-08-22T16:19:05.358Z] 5c69ac0246d0: Pulling fs layer [2023-08-22T16:19:05.358Z] ec43610c2a17: Pulling fs layer [2023-08-22T16:19:05.358Z] 3a2ae6a8a46f: Pulling fs layer [2023-08-22T16:19:05.358Z] 33b1e0a273af: Pulling fs layer [2023-08-22T16:19:05.358Z] 5d3b04190fa2: Pulling fs layer [2023-08-22T16:19:05.358Z] 2f39f015ded8: Pulling fs layer [2023-08-22T16:19:05.358Z] 33b1e0a273af: Waiting [2023-08-22T16:19:05.358Z] 5d3b04190fa2: Waiting [2023-08-22T16:19:05.358Z] 2f39f015ded8: Waiting [2023-08-22T16:19:05.358Z] 3a2ae6a8a46f: Waiting [2023-08-22T16:19:05.358Z] 5c69ac0246d0: Download complete [2023-08-22T16:19:05.358Z] 3a2ae6a8a46f: Verifying Checksum [2023-08-22T16:19:05.358Z] 3a2ae6a8a46f: Download complete [2023-08-22T16:19:05.358Z] 33b1e0a273af: Verifying Checksum [2023-08-22T16:19:05.358Z] 33b1e0a273af: Download complete [2023-08-22T16:19:05.358Z] 5d3b04190fa2: Download complete [2023-08-22T16:19:05.358Z] ec43610c2a17: Verifying Checksum [2023-08-22T16:19:05.358Z] ec43610c2a17: Download complete [2023-08-22T16:19:05.619Z] 5eb5b503b376: Download complete [2023-08-22T16:19:06.188Z] 2f39f015ded8: Verifying Checksum [2023-08-22T16:19:06.189Z] 2f39f015ded8: Download complete [2023-08-22T16:19:06.756Z] 5eb5b503b376: Pull complete [2023-08-22T16:19:07.015Z] 5c69ac0246d0: Pull complete [2023-08-22T16:19:07.034Z] 8d51d6327a98: Pull complete [2023-08-22T16:19:07.275Z] ec43610c2a17: Pull complete [2023-08-22T16:19:07.275Z] 3a2ae6a8a46f: Pull complete [2023-08-22T16:19:07.303Z] 8b374f2dd631: Pull complete [2023-08-22T16:19:07.534Z] 33b1e0a273af: Pull complete [2023-08-22T16:19:07.534Z] 5d3b04190fa2: Pull complete [2023-08-22T16:19:07.573Z] ec14aa9079de: Pull complete [2023-08-22T16:19:11.723Z] 2f39f015ded8: Pull complete [2023-08-22T16:19:11.723Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-08-22T16:19:11.723Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-22T16:19:11.723Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-22T16:19:11.799Z] prd-ubuntu20.04-docker-8c-8g-4260 does not seem to be running inside a container [2023-08-22T16:19:11.833Z] $ 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/dry_app-rfid-llrp-inventory_main -v /w/workspace/dry_app-rfid-llrp-inventory_main:/w/workspace/dry_app-rfid-llrp-inventory_main:rw,z -v /w/workspace/dry_app-rfid-llrp-inventory_main@tmp:/w/workspace/dry_app-rfid-llrp-inventory_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-08-22T16:19:14.225Z] 2f466654f4bb: Pull complete [2023-08-22T16:19:16.183Z] 554e91adad29: Pull complete [2023-08-22T16:19:16.183Z] Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 [2023-08-22T16:19:16.183Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-08-22T16:19:16.183Z] ---> 1e15ea492957 [2023-08-22T16:19:16.183Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-08-22T16:19:17.134Z] $ docker top f56b5e0b03bfc73af18eea6377fde8839391e5065ab56db3bb467c290741442b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-22T16:19:17.513Z] ---> job-cost.sh [2023-08-22T16:19:17.513Z] lf-activate-venv: SKIPPING [2023-08-22T16:19:17.513Z] INFO: No Stack... [2023-08-22T16:19:17.771Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-08-22T16:19:18.231Z] ---> Running in ff384e1a6103 [2023-08-22T16:19:18.231Z] Removing intermediate container ff384e1a6103 [2023-08-22T16:19:18.231Z] ---> 8336b1f05fda [2023-08-22T16:19:18.231Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-08-22T16:19:18.231Z] ---> Running in d6ad6caa0cdc [2023-08-22T16:19:18.386Z] INFO: Archiving Costs [Pipeline] sh [2023-08-22T16:19:18.678Z] + cat /w/workspace/dry_app-rfid-llrp-inventory_main/archives/cost.csv [2023-08-22T16:19:18.678Z] + cut -d, -f6 [Pipeline] lock [2023-08-22T16:19:18.690Z] Trying to acquire lock on [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-125-stack-cost] [2023-08-22T16:19:18.696Z] Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-125-stack-cost] did not exist. Created. [2023-08-22T16:19:18.696Z] Lock acquired on [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-125-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-08-22T16:19:18.827Z] Removing intermediate container d6ad6caa0cdc [2023-08-22T16:19:18.827Z] ---> 333c1d6c4c6e [2023-08-22T16:19:18.827Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-08-22T16:19:18.827Z] ---> Running in 227b41f8b475 [2023-08-22T16:19:19.002Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-08-22T16:19:19.031Z] Stashed 1 file(s) [Pipeline] } [2023-08-22T16:19:19.038Z] Lock released on resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-125-stack-cost] [Pipeline] // lock [Pipeline] } [2023-08-22T16:19:19.060Z] $ docker stop --time=1 f56b5e0b03bfc73af18eea6377fde8839391e5065ab56db3bb467c290741442b [2023-08-22T16:19:19.100Z] Removing intermediate container 227b41f8b475 [2023-08-22T16:19:19.100Z] ---> 20951628954b [2023-08-22T16:19:19.100Z] Step 6/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-08-22T16:19:19.100Z] ---> Running in 16a3eef9e02a [2023-08-22T16:19:20.225Z] $ docker rm -f --volumes f56b5e0b03bfc73af18eea6377fde8839391e5065ab56db3bb467c290741442b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-08-22T16:19:20.513Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-22T16:19:20.780Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-22T16:19:21.741Z] OK: 263 MiB in 53 packages [2023-08-22T16:19:22.704Z] Removing intermediate container 16a3eef9e02a [2023-08-22T16:19:22.704Z] ---> cfb02079c93a [2023-08-22T16:19:22.704Z] Step 7/12 : WORKDIR /app [2023-08-22T16:19:22.704Z] ---> Running in 84b093084ab1 [2023-08-22T16:19:22.972Z] Removing intermediate container 84b093084ab1 [2023-08-22T16:19:22.972Z] ---> 039ccb1daefb [2023-08-22T16:19:22.972Z] Step 8/12 : COPY go.mod vendor* ./ [2023-08-22T16:19:23.558Z] ---> b9cac5e99f02 [2023-08-22T16:19:23.558Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-22T16:19:23.558Z] ---> Running in b1c752cc494c [2023-08-22T16:20:31.444Z] Removing intermediate container b1c752cc494c [2023-08-22T16:20:31.444Z] ---> 5d472ad48450 [2023-08-22T16:20:31.444Z] Step 10/12 : COPY . . [2023-08-22T16:20:31.444Z] ---> f25a62fba9c6 [2023-08-22T16:20:31.444Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-08-22T16:20:31.444Z] ---> Running in 3a594ceaac9c [2023-08-22T16:20:31.444Z] Removing intermediate container 3a594ceaac9c [2023-08-22T16:20:31.444Z] ---> 344c8771af92 [2023-08-22T16:20:31.444Z] Step 12/12 : RUN $MAKE [2023-08-22T16:20:31.444Z] ---> Running in 80ee8f650aa5 [2023-08-22T16:20:31.444Z] noop [2023-08-22T16:20:31.444Z] Removing intermediate container 80ee8f650aa5 [2023-08-22T16:20:31.444Z] ---> 5d9e4c7a5ff5 [2023-08-22T16:20:31.444Z] Successfully built 5d9e4c7a5ff5 [2023-08-22T16:20:31.444Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-22T16:20:31.807Z] + docker inspect -f . ci-base-image-arm64 [2023-08-22T16:20:31.807Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-22T16:20:32.005Z] prd-ubuntu20.04-docker-arm64-4c-16g-4261 does not seem to be running inside a container [2023-08-22T16:20:32.079Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-rfid-llrp-inventory/125 -v /w/workspace/app-rfid-llrp-inventory/125:/w/workspace/app-rfid-llrp-inventory/125:rw,z -v /w/workspace/app-rfid-llrp-inventory/125@tmp:/w/workspace/app-rfid-llrp-inventory/125@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 ******** ci-base-image-arm64 cat [2023-08-22T16:20:33.329Z] $ docker top cc7567a1268ca279969b220fb2fa56f299b4bdf96793d85ce0e3b70085d8449f -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-22T16:20:34.171Z] + go version [2023-08-22T16:20:34.171Z] go version go1.20.6 linux/arm64 [Pipeline] } [2023-08-22T16:20:34.200Z] $ docker stop --time=1 cc7567a1268ca279969b220fb2fa56f299b4bdf96793d85ce0e3b70085d8449f [2023-08-22T16:20:35.848Z] $ docker rm -f --volumes cc7567a1268ca279969b220fb2fa56f299b4bdf96793d85ce0e3b70085d8449f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-22T16:20:36.395Z] + docker inspect -f . ci-base-image-arm64 [2023-08-22T16:20:36.395Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-22T16:20:36.579Z] prd-ubuntu20.04-docker-arm64-4c-16g-4261 does not seem to be running inside a container [2023-08-22T16:20:36.656Z] $ 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/125 -v /w/workspace/app-rfid-llrp-inventory/125:/w/workspace/app-rfid-llrp-inventory/125:rw,z -v /w/workspace/app-rfid-llrp-inventory/125@tmp:/w/workspace/app-rfid-llrp-inventory/125@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 ******** ci-base-image-arm64 cat [2023-08-22T16:20:37.887Z] $ docker top 99aff63ce17d6a47a9344175cf1bbbfb40d51e30124d953403b66fa80d75e5b5 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-22T16:20:38.735Z] + git config --global --add safe.directory /w/workspace/app-rfid-llrp-inventory/125 [Pipeline] fileExists [Pipeline] sh [2023-08-22T16:20:39.389Z] + make test [2023-08-22T16:20:39.389Z] go test -race ./... -coverprofile=coverage.out ./... [2023-08-22T16:23:47.631Z] ? edgexfoundry/app-rfid-llrp-inventory [no test files] [2023-08-22T16:23:51.917Z] ? edgexfoundry/app-rfid-llrp-inventory/internal/inventory/app [no test files] [2023-08-22T16:23:53.340Z] ok edgexfoundry/app-rfid-llrp-inventory/internal/inventory 1.405s coverage: 86.2% of statements [2023-08-22T16:24:08.404Z] ok edgexfoundry/app-rfid-llrp-inventory/internal/llrp 3.700s coverage: 71.9% of statements [2023-08-22T16:24:08.404Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-08-22T16:24:08.404Z] go vet ./... [2023-08-22T16:27:15.281Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-08-22T16:27:15.281Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-08-22T16:27:15.281Z] ./bin/test-attribution.sh [Pipeline] echo [2023-08-22T16:27:15.302Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-08-22T16:27:15.327Z] $ docker stop --time=1 99aff63ce17d6a47a9344175cf1bbbfb40d51e30124d953403b66fa80d75e5b5 [2023-08-22T16:27:19.193Z] $ docker rm -f --volumes 99aff63ce17d6a47a9344175cf1bbbfb40d51e30124d953403b66fa80d75e5b5 [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-22T16:27:21.074Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-08-22T16:27:21.098Z] Warning: overwriting stash ‘coverage-report’ [2023-08-22T16:27:21.758Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-08-22T16:27:22.167Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-08-22T16:27:22.501Z] + ls -al . [2023-08-22T16:27:22.501Z] total 232 [2023-08-22T16:27:22.501Z] drwxrwxr-x 10 jenkins jenkins 4096 Aug 22 16:20 . [2023-08-22T16:27:22.501Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 22 16:18 .. [2023-08-22T16:27:22.501Z] -rw-rw-r-- 1 jenkins jenkins 262 Aug 22 16:18 .dockerignore [2023-08-22T16:27:22.501Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 22 16:18 .git [2023-08-22T16:27:22.501Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 22 16:18 .github [2023-08-22T16:27:22.501Z] -rw-rw-r-- 1 jenkins jenkins 788 Aug 22 16:18 .gitignore [2023-08-22T16:27:22.501Z] -rw-rw-r-- 1 jenkins jenkins 41 Aug 22 16:18 .golangci.yml [2023-08-22T16:27:22.501Z] -rw-rw-r-- 1 jenkins jenkins 10232 Aug 22 16:18 Attribution.txt [2023-08-22T16:27:22.501Z] -rw-rw-r-- 1 jenkins jenkins 9317 Aug 22 16:18 CHANGELOG.md [2023-08-22T16:27:22.501Z] -rw-rw-r-- 1 jenkins jenkins 1659 Aug 22 16:18 Dockerfile [2023-08-22T16:27:22.501Z] -rw-rw-r-- 1 jenkins jenkins 677 Aug 22 16:18 GOVERNANCE.md [2023-08-22T16:27:22.501Z] -rw-rw-r-- 1 jenkins jenkins 687 Aug 22 16:18 Jenkinsfile [2023-08-22T16:27:22.501Z] -rw-rw-r-- 1 jenkins jenkins 11347 Aug 22 16:18 LICENSE [2023-08-22T16:27:22.501Z] -rw-rw-r-- 1 jenkins jenkins 2497 Aug 22 16:18 Makefile [2023-08-22T16:27:22.501Z] -rw-rw-r-- 1 jenkins jenkins 617 Aug 22 16:18 OWNERS.md [2023-08-22T16:27:22.501Z] -rw-rw-r-- 1 jenkins jenkins 31516 Aug 22 16:18 README.md [2023-08-22T16:27:22.501Z] -rw-rw-r-- 1 jenkins jenkins 12 Aug 22 16:16 VERSION [2023-08-22T16:27:22.501Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 22 16:18 bin [2023-08-22T16:27:22.501Z] -rw-r--r-- 1 jenkins jenkins 41317 Aug 22 16:24 coverage.out [2023-08-22T16:27:22.501Z] -rw-rw-r-- 1 jenkins jenkins 3664 Aug 22 16:18 go.mod [2023-08-22T16:27:22.501Z] -rw-rw-r-- 1 jenkins jenkins 32783 Aug 22 16:18 go.sum [2023-08-22T16:27:22.501Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 22 16:18 images [2023-08-22T16:27:22.501Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 22 16:18 internal [2023-08-22T16:27:22.501Z] -rw-rw-r-- 1 jenkins jenkins 531 Aug 22 16:18 main.go [2023-08-22T16:27:22.502Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 22 16:18 res [2023-08-22T16:27:22.502Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 22 16:18 snap [2023-08-22T16:27:22.502Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 22 16:18 static [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-22T16:27:22.863Z] + 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=8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644 --label arch=arm64 --label version=3.1.0-dev.13 . [2023-08-22T16:27:23.139Z] Sending build context to Docker daemon 684kB [2023-08-22T16:27:23.139Z] Step 1/29 : ARG BASE=golang:1.20-alpine3.17 [2023-08-22T16:27:23.139Z] Step 2/29 : FROM ${BASE} AS builder [2023-08-22T16:27:23.139Z] ---> 5d9e4c7a5ff5 [2023-08-22T16:27:23.139Z] Step 3/29 : ARG ALPINE_PKG_BASE="make git" [2023-08-22T16:27:23.410Z] ---> Running in c60bc403f481 [2023-08-22T16:27:23.680Z] Removing intermediate container c60bc403f481 [2023-08-22T16:27:23.680Z] ---> 3a0e6ec47f91 [2023-08-22T16:27:23.680Z] Step 4/29 : ARG ALPINE_PKG_EXTRA="" [2023-08-22T16:27:23.680Z] ---> Running in 0949a63647bf [2023-08-22T16:27:23.951Z] Removing intermediate container 0949a63647bf [2023-08-22T16:27:23.951Z] ---> f0c9a9fdd0b1 [2023-08-22T16:27:23.951Z] Step 5/29 : ARG ADD_BUILD_TAGS="" [2023-08-22T16:27:24.228Z] ---> Running in e37be65c13ef [2023-08-22T16:27:24.499Z] Removing intermediate container e37be65c13ef [2023-08-22T16:27:24.499Z] ---> 9039ad50a631 [2023-08-22T16:27:24.499Z] Step 6/29 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-08-22T16:27:24.499Z] ---> Running in 8f023701c80f [2023-08-22T16:27:25.945Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-22T16:27:26.534Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-22T16:27:27.950Z] OK: 263 MiB in 53 packages [2023-08-22T16:27:28.914Z] Removing intermediate container 8f023701c80f [2023-08-22T16:27:28.914Z] ---> 7dcd46654402 [2023-08-22T16:27:28.914Z] Step 7/29 : WORKDIR /app [2023-08-22T16:27:28.914Z] ---> Running in 43dfe1a5d892 [2023-08-22T16:27:29.184Z] Removing intermediate container 43dfe1a5d892 [2023-08-22T16:27:29.184Z] ---> 6824015d357c [2023-08-22T16:27:29.184Z] Step 8/29 : COPY go.mod vendor* ./ [2023-08-22T16:27:29.771Z] ---> b03bf0e2ca59 [2023-08-22T16:27:29.771Z] Step 9/29 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-22T16:27:29.771Z] ---> Running in d937c4d0eefc [2023-08-22T16:27:34.244Z] Removing intermediate container d937c4d0eefc [2023-08-22T16:27:34.244Z] ---> ec1182b2f0ac [2023-08-22T16:27:34.244Z] Step 10/29 : COPY . . [2023-08-22T16:27:34.841Z] ---> 75aa4add07f4 [2023-08-22T16:27:34.841Z] Step 11/29 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-08-22T16:27:35.113Z] ---> Running in 27fb14f80a5a [2023-08-22T16:27:35.399Z] Removing intermediate container 27fb14f80a5a [2023-08-22T16:27:35.399Z] ---> 960635e54349 [2023-08-22T16:27:35.399Z] Step 12/29 : RUN $MAKE [2023-08-22T16:27:35.399Z] ---> Running in 6a5437a94c50 [2023-08-22T16:27:36.829Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.1.0-dev.19 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.1.0-dev.13 -X edgexfoundry/app-rfid-llrp-inventory.Version=3.1.0-dev.13" -trimpath -mod=readonly -o app-rfid-llrp-inventory [2023-08-22T16:30:28.896Z] Removing intermediate container 6a5437a94c50 [2023-08-22T16:30:28.896Z] ---> d4b5dac1ba2b [2023-08-22T16:30:28.896Z] Step 13/29 : FROM alpine:3.17 [2023-08-22T16:30:28.896Z] 3.17: Pulling from library/alpine [2023-08-22T16:30:28.896Z] 4060ece20d7a: Pulling fs layer [2023-08-22T16:30:28.896Z] 4060ece20d7a: Verifying Checksum [2023-08-22T16:30:28.896Z] 4060ece20d7a: Download complete [2023-08-22T16:30:29.165Z] 4060ece20d7a: Pull complete [2023-08-22T16:30:29.165Z] Digest: sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-22T16:30:29.165Z] Status: Downloaded newer image for alpine:3.17 [2023-08-22T16:30:29.435Z] ---> 8650cd65339b [2023-08-22T16:30:29.435Z] Step 14/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-08-22T16:30:29.435Z] ---> Running in 554a9c8eabac [2023-08-22T16:30:29.706Z] Removing intermediate container 554a9c8eabac [2023-08-22T16:30:29.706Z] ---> 4283a04fcfef [2023-08-22T16:30:29.706Z] Step 15/29 : LABEL Name=app-service-rfid-llrp-inventory Version=${VERSION} [2023-08-22T16:30:29.977Z] ---> Running in 4340e1035f85 [2023-08-22T16:30:30.246Z] Removing intermediate container 4340e1035f85 [2023-08-22T16:30:30.246Z] ---> c5a204a163f4 [2023-08-22T16:30:30.246Z] Step 16/29 : RUN apk --no-cache add ca-certificates dumb-init [2023-08-22T16:30:30.246Z] ---> Running in a4d9c37c6f41 [2023-08-22T16:30:31.668Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-22T16:30:32.644Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-22T16:30:34.065Z] (1/2) Installing ca-certificates (20230506-r0) [2023-08-22T16:30:34.065Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-08-22T16:30:34.065Z] Executing busybox-1.35.0-r29.trigger [2023-08-22T16:30:34.065Z] Executing ca-certificates-20230506-r0.trigger [2023-08-22T16:30:34.652Z] OK: 8 MiB in 17 packages [2023-08-22T16:30:36.073Z] Removing intermediate container a4d9c37c6f41 [2023-08-22T16:30:36.073Z] ---> 5001576868f4 [2023-08-22T16:30:36.073Z] Step 17/29 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-08-22T16:30:36.664Z] ---> 5316191fb2cf [2023-08-22T16:30:36.664Z] Step 18/29 : COPY --from=builder /app/LICENSE /LICENSE [2023-08-22T16:30:37.251Z] ---> b5bdd657b62b [2023-08-22T16:30:37.251Z] Step 19/29 : COPY --from=builder /app/res/ /res/ [2023-08-22T16:30:37.840Z] ---> 3be7c94dbf9b [2023-08-22T16:30:37.840Z] Step 20/29 : COPY --from=builder /app/static/ /static/ [2023-08-22T16:30:38.430Z] ---> 93199354bac9 [2023-08-22T16:30:38.430Z] Step 21/29 : COPY --from=builder /app/app-rfid-llrp-inventory /app-rfid-llrp-inventory [2023-08-22T16:30:39.845Z] ---> 3e9d922ed527 [2023-08-22T16:30:39.845Z] Step 22/29 : RUN mkdir -p /cache && chown -R 2002:2002 /cache [2023-08-22T16:30:40.113Z] ---> Running in fce069838851 [2023-08-22T16:30:42.070Z] Removing intermediate container fce069838851 [2023-08-22T16:30:42.070Z] ---> 740fb27fa919 [2023-08-22T16:30:42.070Z] Step 23/29 : VOLUME /cache [2023-08-22T16:30:42.070Z] ---> Running in a7c144f84079 [2023-08-22T16:30:42.338Z] Removing intermediate container a7c144f84079 [2023-08-22T16:30:42.338Z] ---> ea64d77aa1e7 [2023-08-22T16:30:42.338Z] Step 24/29 : EXPOSE 59711 [2023-08-22T16:30:42.338Z] ---> Running in 0062cc2717b7 [2023-08-22T16:30:42.929Z] Removing intermediate container 0062cc2717b7 [2023-08-22T16:30:42.929Z] ---> 6dbbfbeb914f [2023-08-22T16:30:42.929Z] Step 25/29 : ENTRYPOINT ["/app-rfid-llrp-inventory"] [2023-08-22T16:30:42.929Z] ---> Running in 66415b730e62 [2023-08-22T16:30:43.199Z] Removing intermediate container 66415b730e62 [2023-08-22T16:30:43.199Z] ---> 8194fddc712e [2023-08-22T16:30:43.199Z] Step 26/29 : CMD ["-cp=consul.http://edgex-core-consul:8500", "-registry"] [2023-08-22T16:30:43.471Z] ---> Running in f89779bd5d8a [2023-08-22T16:30:43.740Z] Removing intermediate container f89779bd5d8a [2023-08-22T16:30:43.740Z] ---> fe5656ec2b35 [2023-08-22T16:30:43.740Z] Step 27/29 : LABEL arch=arm64 [2023-08-22T16:30:43.740Z] ---> Running in 6fca1c31d056 [2023-08-22T16:30:44.327Z] Removing intermediate container 6fca1c31d056 [2023-08-22T16:30:44.327Z] ---> 01680b153b97 [2023-08-22T16:30:44.328Z] Step 28/29 : LABEL git_sha=8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644 [2023-08-22T16:30:44.328Z] ---> Running in 1cebc4df77bb [2023-08-22T16:30:44.597Z] Removing intermediate container 1cebc4df77bb [2023-08-22T16:30:44.597Z] ---> aae3cb3a1e8c [2023-08-22T16:30:44.597Z] Step 29/29 : LABEL version=3.1.0-dev.13 [2023-08-22T16:30:44.597Z] ---> Running in 015772dc09da [2023-08-22T16:30:45.185Z] Removing intermediate container 015772dc09da [2023-08-22T16:30:45.185Z] ---> f21f2f0f71f0 [2023-08-22T16:30:45.185Z] [Warning] One or more build-args [ARCH] were not consumed [2023-08-22T16:30:45.185Z] Successfully built f21f2f0f71f0 [2023-08-22T16:30:45.185Z] Successfully tagged app-rfid-llrp-inventory-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-22T16:30:45.281Z] provisioning config files... [2023-08-22T16:30:45.296Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/app-rfid-llrp-inventory/125@tmp/config10279965828904935996tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-22T16:30:45.636Z] ---> docker-login.sh [2023-08-22T16:30:45.636Z] nexus3.edgexfoundry.org:10001 [2023-08-22T16:30:45.905Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-22T16:30:45.905Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-22T16:30:45.905Z] Configure a credential helper to remove this warning. See [2023-08-22T16:30:45.905Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-22T16:30:45.905Z] [2023-08-22T16:30:45.905Z] Login Succeeded [2023-08-22T16:30:45.905Z] nexus3.edgexfoundry.org:10002 [2023-08-22T16:30:46.173Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-22T16:30:46.443Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-22T16:30:46.443Z] Configure a credential helper to remove this warning. See [2023-08-22T16:30:46.443Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-22T16:30:46.443Z] [2023-08-22T16:30:46.443Z] Login Succeeded [2023-08-22T16:30:46.443Z] nexus3.edgexfoundry.org:10003 [2023-08-22T16:30:46.713Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-22T16:30:46.713Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-22T16:30:46.713Z] Configure a credential helper to remove this warning. See [2023-08-22T16:30:46.713Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-22T16:30:46.713Z] [2023-08-22T16:30:46.713Z] Login Succeeded [2023-08-22T16:30:46.982Z] nexus3.edgexfoundry.org:10004 [2023-08-22T16:30:47.251Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-22T16:30:47.251Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-22T16:30:47.251Z] Configure a credential helper to remove this warning. See [2023-08-22T16:30:47.251Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-22T16:30:47.251Z] [2023-08-22T16:30:47.251Z] Login Succeeded [2023-08-22T16:30:47.251Z] docker.io [2023-08-22T16:30:47.521Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-22T16:30:48.110Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-22T16:30:48.110Z] Configure a credential helper to remove this warning. See [2023-08-22T16:30:48.110Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-22T16:30:48.110Z] [2023-08-22T16:30:48.110Z] Login Succeeded [2023-08-22T16:30:48.110Z] ---> docker-login.sh ends [Pipeline] } [2023-08-22T16:30:48.127Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-08-22T16:30:48.162Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-22T16:30:48.191Z] [edgeXDocker.push] Tagging docker image app-rfid-llrp-inventory-arm64 with the following tags: [2023-08-22T16:30:48.191Z] 8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644 [2023-08-22T16:30:48.191Z] latest [2023-08-22T16:30:48.191Z] 3.1.0-dev.13 [2023-08-22T16:30:48.191Z] 8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644-3.1.0-dev.13 [2023-08-22T16:30:48.191Z] main [2023-08-22T16:30:48.191Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-22T16:30:48.580Z] + docker tag app-rfid-llrp-inventory-arm64 nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-22T16:30:48.933Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644 [2023-08-22T16:30:48.933Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] [2023-08-22T16:30:48.933Z] 7da323c3c5bb: Preparing [2023-08-22T16:30:48.933Z] 92e66e6f16f6: Preparing [2023-08-22T16:30:48.933Z] d47c69f491ec: Preparing [2023-08-22T16:30:48.933Z] cfc2ec34b66e: Preparing [2023-08-22T16:30:48.933Z] fffa835246e7: Preparing [2023-08-22T16:30:48.933Z] 1f068454cef3: Preparing [2023-08-22T16:30:48.933Z] caaa2180fc6a: Preparing [2023-08-22T16:30:48.933Z] d2d9d24a8c2a: Preparing [2023-08-22T16:30:48.933Z] 1f068454cef3: Waiting [2023-08-22T16:30:48.933Z] caaa2180fc6a: Waiting [2023-08-22T16:30:48.933Z] d2d9d24a8c2a: Waiting [2023-08-22T16:30:49.228Z] cfc2ec34b66e: Pushed [2023-08-22T16:30:49.228Z] fffa835246e7: Pushed [2023-08-22T16:30:49.228Z] 7da323c3c5bb: Pushed [2023-08-22T16:30:49.228Z] d47c69f491ec: Pushed [2023-08-22T16:30:49.228Z] d2d9d24a8c2a: Layer already exists [2023-08-22T16:30:49.496Z] 1f068454cef3: Pushed [2023-08-22T16:30:49.767Z] caaa2180fc6a: Pushed [2023-08-22T16:30:55.135Z] 92e66e6f16f6: Pushed [2023-08-22T16:30:55.135Z] 8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644: digest: sha256:0bf652391268ec4316c3405217e004d041a660d700ad496a7ebc182c26c8d96e size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-22T16:30:55.490Z] + docker tag app-rfid-llrp-inventory-arm64 nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-22T16:30:55.852Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:latest [2023-08-22T16:30:55.852Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] [2023-08-22T16:30:55.852Z] 7da323c3c5bb: Preparing [2023-08-22T16:30:55.852Z] 92e66e6f16f6: Preparing [2023-08-22T16:30:55.852Z] d47c69f491ec: Preparing [2023-08-22T16:30:55.852Z] cfc2ec34b66e: Preparing [2023-08-22T16:30:55.852Z] fffa835246e7: Preparing [2023-08-22T16:30:55.852Z] 1f068454cef3: Preparing [2023-08-22T16:30:55.852Z] caaa2180fc6a: Preparing [2023-08-22T16:30:55.852Z] d2d9d24a8c2a: Preparing [2023-08-22T16:30:55.852Z] 1f068454cef3: Waiting [2023-08-22T16:30:55.852Z] caaa2180fc6a: Waiting [2023-08-22T16:30:55.852Z] d2d9d24a8c2a: Waiting [2023-08-22T16:30:55.852Z] cfc2ec34b66e: Layer already exists [2023-08-22T16:30:55.852Z] fffa835246e7: Layer already exists [2023-08-22T16:30:55.852Z] 7da323c3c5bb: Layer already exists [2023-08-22T16:30:55.852Z] 92e66e6f16f6: Layer already exists [2023-08-22T16:30:55.852Z] d47c69f491ec: Layer already exists [2023-08-22T16:30:55.852Z] d2d9d24a8c2a: Layer already exists [2023-08-22T16:30:55.852Z] 1f068454cef3: Layer already exists [2023-08-22T16:30:55.852Z] caaa2180fc6a: Layer already exists [2023-08-22T16:30:56.125Z] latest: digest: sha256:0bf652391268ec4316c3405217e004d041a660d700ad496a7ebc182c26c8d96e size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-22T16:30:56.481Z] + docker tag app-rfid-llrp-inventory-arm64 nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:3.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-22T16:30:56.843Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:3.1.0-dev.13 [2023-08-22T16:30:56.843Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] [2023-08-22T16:30:56.843Z] 7da323c3c5bb: Preparing [2023-08-22T16:30:56.843Z] 92e66e6f16f6: Preparing [2023-08-22T16:30:56.843Z] d47c69f491ec: Preparing [2023-08-22T16:30:56.843Z] cfc2ec34b66e: Preparing [2023-08-22T16:30:56.843Z] fffa835246e7: Preparing [2023-08-22T16:30:56.843Z] 1f068454cef3: Preparing [2023-08-22T16:30:56.843Z] caaa2180fc6a: Preparing [2023-08-22T16:30:56.843Z] d2d9d24a8c2a: Preparing [2023-08-22T16:30:56.843Z] 1f068454cef3: Waiting [2023-08-22T16:30:56.843Z] d2d9d24a8c2a: Waiting [2023-08-22T16:30:56.843Z] caaa2180fc6a: Waiting [2023-08-22T16:30:56.843Z] cfc2ec34b66e: Layer already exists [2023-08-22T16:30:56.843Z] d47c69f491ec: Layer already exists [2023-08-22T16:30:56.843Z] fffa835246e7: Layer already exists [2023-08-22T16:30:56.843Z] 7da323c3c5bb: Layer already exists [2023-08-22T16:30:56.843Z] 92e66e6f16f6: Layer already exists [2023-08-22T16:30:56.843Z] 1f068454cef3: Layer already exists [2023-08-22T16:30:56.843Z] caaa2180fc6a: Layer already exists [2023-08-22T16:30:56.843Z] d2d9d24a8c2a: Layer already exists [2023-08-22T16:30:57.113Z] 3.1.0-dev.13: digest: sha256:0bf652391268ec4316c3405217e004d041a660d700ad496a7ebc182c26c8d96e size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-22T16:30:57.473Z] + docker tag app-rfid-llrp-inventory-arm64 nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644-3.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-22T16:30:57.841Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644-3.1.0-dev.13 [2023-08-22T16:30:57.841Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] [2023-08-22T16:30:57.841Z] 7da323c3c5bb: Preparing [2023-08-22T16:30:57.841Z] 92e66e6f16f6: Preparing [2023-08-22T16:30:57.841Z] d47c69f491ec: Preparing [2023-08-22T16:30:57.841Z] cfc2ec34b66e: Preparing [2023-08-22T16:30:57.841Z] fffa835246e7: Preparing [2023-08-22T16:30:57.841Z] 1f068454cef3: Preparing [2023-08-22T16:30:57.841Z] caaa2180fc6a: Preparing [2023-08-22T16:30:57.841Z] d2d9d24a8c2a: Preparing [2023-08-22T16:30:57.841Z] caaa2180fc6a: Waiting [2023-08-22T16:30:57.841Z] 1f068454cef3: Waiting [2023-08-22T16:30:57.841Z] d2d9d24a8c2a: Waiting [2023-08-22T16:30:57.841Z] 7da323c3c5bb: Layer already exists [2023-08-22T16:30:57.841Z] fffa835246e7: Layer already exists [2023-08-22T16:30:57.841Z] d47c69f491ec: Layer already exists [2023-08-22T16:30:57.841Z] cfc2ec34b66e: Layer already exists [2023-08-22T16:30:57.841Z] 92e66e6f16f6: Layer already exists [2023-08-22T16:30:58.112Z] d2d9d24a8c2a: Layer already exists [2023-08-22T16:30:58.112Z] caaa2180fc6a: Layer already exists [2023-08-22T16:30:58.112Z] 1f068454cef3: Layer already exists [2023-08-22T16:30:58.112Z] 8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644-3.1.0-dev.13: digest: sha256:0bf652391268ec4316c3405217e004d041a660d700ad496a7ebc182c26c8d96e size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-22T16:30:58.477Z] + docker tag app-rfid-llrp-inventory-arm64 nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-22T16:30:58.849Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:main [2023-08-22T16:30:58.849Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] [2023-08-22T16:30:58.849Z] 7da323c3c5bb: Preparing [2023-08-22T16:30:58.849Z] 92e66e6f16f6: Preparing [2023-08-22T16:30:58.849Z] d47c69f491ec: Preparing [2023-08-22T16:30:58.849Z] cfc2ec34b66e: Preparing [2023-08-22T16:30:58.849Z] fffa835246e7: Preparing [2023-08-22T16:30:58.849Z] 1f068454cef3: Preparing [2023-08-22T16:30:58.849Z] caaa2180fc6a: Preparing [2023-08-22T16:30:58.849Z] d2d9d24a8c2a: Preparing [2023-08-22T16:30:58.849Z] 1f068454cef3: Waiting [2023-08-22T16:30:58.849Z] caaa2180fc6a: Waiting [2023-08-22T16:30:58.849Z] d2d9d24a8c2a: Waiting [2023-08-22T16:30:58.849Z] fffa835246e7: Layer already exists [2023-08-22T16:30:58.849Z] cfc2ec34b66e: Layer already exists [2023-08-22T16:30:58.849Z] 92e66e6f16f6: Layer already exists [2023-08-22T16:30:58.849Z] d47c69f491ec: Layer already exists [2023-08-22T16:30:58.849Z] 7da323c3c5bb: Layer already exists [2023-08-22T16:30:58.849Z] d2d9d24a8c2a: Layer already exists [2023-08-22T16:30:58.849Z] caaa2180fc6a: Layer already exists [2023-08-22T16:30:58.849Z] 1f068454cef3: Layer already exists [2023-08-22T16:30:59.119Z] main: digest: sha256:0bf652391268ec4316c3405217e004d041a660d700ad496a7ebc182c26c8d96e size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-08-22T16:30:59.165Z] ===================================================== [Pipeline] echo [2023-08-22T16:30:59.172Z] taggedImages: [2023-08-22T16:30:59.172Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644 [2023-08-22T16:30:59.172Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:latest [2023-08-22T16:30:59.172Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:3.1.0-dev.13 [2023-08-22T16:30:59.172Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644-3.1.0-dev.13 [2023-08-22T16:30:59.172Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-22T16:30:59.561Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-08-22T16:30:59.561Z] [2023-08-22T16:30:59.561Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-22T16:30:59.908Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-08-22T16:31:00.180Z] arm64: Pulling from edgex-lftools-log-publisher [2023-08-22T16:31:00.181Z] 8998bd30e6a1: Pulling fs layer [2023-08-22T16:31:00.181Z] 04944245beec: Pulling fs layer [2023-08-22T16:31:00.181Z] 699f458cf7ca: Pulling fs layer [2023-08-22T16:31:00.181Z] 765212b225bb: Pulling fs layer [2023-08-22T16:31:00.181Z] f23df028b6ca: Pulling fs layer [2023-08-22T16:31:00.181Z] d65c8cfc05b1: Pulling fs layer [2023-08-22T16:31:00.181Z] 2437ff75d9bd: Pulling fs layer [2023-08-22T16:31:00.181Z] 765212b225bb: Waiting [2023-08-22T16:31:00.181Z] f23df028b6ca: Waiting [2023-08-22T16:31:00.181Z] d65c8cfc05b1: Waiting [2023-08-22T16:31:00.181Z] 2437ff75d9bd: Waiting [2023-08-22T16:31:00.181Z] 04944245beec: Verifying Checksum [2023-08-22T16:31:00.181Z] 04944245beec: Download complete [2023-08-22T16:31:00.181Z] 765212b225bb: Verifying Checksum [2023-08-22T16:31:00.181Z] 765212b225bb: Download complete [2023-08-22T16:31:00.454Z] f23df028b6ca: Verifying Checksum [2023-08-22T16:31:00.454Z] f23df028b6ca: Download complete [2023-08-22T16:31:00.454Z] d65c8cfc05b1: Download complete [2023-08-22T16:31:00.454Z] 699f458cf7ca: Verifying Checksum [2023-08-22T16:31:00.454Z] 699f458cf7ca: Download complete [2023-08-22T16:31:01.048Z] 8998bd30e6a1: Verifying Checksum [2023-08-22T16:31:01.048Z] 8998bd30e6a1: Download complete [2023-08-22T16:31:03.651Z] 2437ff75d9bd: Verifying Checksum [2023-08-22T16:31:03.651Z] 2437ff75d9bd: Download complete [2023-08-22T16:31:05.604Z] 8998bd30e6a1: Pull complete [2023-08-22T16:31:05.872Z] 04944245beec: Pull complete [2023-08-22T16:31:07.287Z] 699f458cf7ca: Pull complete [2023-08-22T16:31:07.556Z] 765212b225bb: Pull complete [2023-08-22T16:31:10.146Z] f23df028b6ca: Pull complete [2023-08-22T16:31:10.414Z] d65c8cfc05b1: Pull complete [2023-08-22T16:31:25.426Z] 2437ff75d9bd: Pull complete [2023-08-22T16:31:25.426Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-08-22T16:31:25.426Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-08-22T16:31:25.426Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-22T16:31:25.677Z] prd-ubuntu20.04-docker-arm64-4c-16g-4261 does not seem to be running inside a container [2023-08-22T16:31:25.767Z] $ 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/125 -v /w/workspace/app-rfid-llrp-inventory/125:/w/workspace/app-rfid-llrp-inventory/125:rw,z -v /w/workspace/app-rfid-llrp-inventory/125@tmp:/w/workspace/app-rfid-llrp-inventory/125@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-08-22T16:31:28.824Z] $ docker top 8d780684b05f4112dd59b7274b72b2a12ccad6571b43c3a2dabb017937c5d569 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-22T16:31:29.734Z] ---> job-cost.sh [2023-08-22T16:31:29.734Z] lf-activate-venv: SKIPPING [2023-08-22T16:31:29.734Z] INFO: No Stack... [2023-08-22T16:31:30.324Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-08-22T16:31:30.911Z] INFO: Archiving Costs [Pipeline] sh [2023-08-22T16:31:31.830Z] + cat /w/workspace/app-rfid-llrp-inventory/125/archives/cost.csv [2023-08-22T16:31:31.830Z] + cut -d, -f6 [Pipeline] lock [2023-08-22T16:31:31.870Z] Trying to acquire lock on [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-125-stack-cost] [2023-08-22T16:31:31.878Z] Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-125-stack-cost] did not exist. Created. [2023-08-22T16:31:31.878Z] Lock acquired on [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-125-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-08-22T16:31:32.567Z] /w/workspace/app-rfid-llrp-inventory/125@tmp/durable-b773e950/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-08-22T16:31:33.236Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-08-22T16:31:33.260Z] Warning: overwriting stash ‘stack-cost’ [2023-08-22T16:31:33.337Z] Stashed 1 file(s) [Pipeline] } [2023-08-22T16:31:33.346Z] Lock released on resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-125-stack-cost] [Pipeline] // lock [Pipeline] } [2023-08-22T16:31:33.378Z] $ docker stop --time=1 8d780684b05f4112dd59b7274b72b2a12ccad6571b43c3a2dabb017937c5d569 [2023-08-22T16:31:35.025Z] $ docker rm -f --volumes 8d780684b05f4112dd59b7274b72b2a12ccad6571b43c3a2dabb017937c5d569 [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-08-22T16:31:35.455Z] provisioning config files... [2023-08-22T16:31:35.461Z] copy managed file [app-rfid-llrp-inventory-codecov-token] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config10901812040041010928tmp [Pipeline] { [Pipeline] sh [2023-08-22T16:31:35.761Z] + set +x [2023-08-22T16:31:35.762Z] + curl -s https://codecov.io/bash [2023-08-22T16:31:35.762Z] + bash -s -- [2023-08-22T16:31:35.762Z] [2023-08-22T16:31:35.762Z] _____ _ [2023-08-22T16:31:35.762Z] / ____| | | [2023-08-22T16:31:35.762Z] | | ___ __| | ___ ___ _____ __ [2023-08-22T16:31:35.762Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-08-22T16:31:35.762Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-08-22T16:31:35.762Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-08-22T16:31:35.762Z] Bash-1.0.6 [2023-08-22T16:31:35.762Z] [2023-08-22T16:31:35.762Z] [2023-08-22T16:31:35.762Z] ==> git version 2.25.1 found [2023-08-22T16:31:35.762Z] ==> 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-08-22T16:31:35.762Z] Release-Date: 2020-01-08 [2023-08-22T16:31:35.762Z] 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-08-22T16:31:35.762Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-08-22T16:31:35.762Z] ==> Jenkins CI detected. [2023-08-22T16:31:35.762Z] current dir:  /w/workspace/dry_app-rfid-llrp-inventory_main [2023-08-22T16:31:35.762Z] project root: . [2023-08-22T16:31:35.762Z] --> token set from env [2023-08-22T16:31:35.762Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-08-22T16:31:35.762Z] ==> Running gcov in . (disable via -X gcov) [2023-08-22T16:31:35.762Z] ==> Python coveragepy not found [2023-08-22T16:31:35.762Z] ==> Searching for coverage reports in: [2023-08-22T16:31:35.762Z] + . [2023-08-22T16:31:35.762Z] -> Found 1 reports [2023-08-22T16:31:35.762Z] ==> Detecting git/mercurial file structure [2023-08-22T16:31:35.762Z] ==> Reading reports [2023-08-22T16:31:35.762Z] + ./coverage.out bytes=41317 [2023-08-22T16:31:35.762Z] ==> Appending adjustments [2023-08-22T16:31:35.762Z] https://docs.codecov.io/docs/fixing-reports [2023-08-22T16:31:36.022Z] + Found adjustments [2023-08-22T16:31:36.022Z] ==> Gzipping contents [2023-08-22T16:31:36.022Z] 12K /tmp/codecov.rUwMw1.gz [2023-08-22T16:31:36.022Z] ==> Uploading reports [2023-08-22T16:31:36.022Z] url: https://codecov.io [2023-08-22T16:31:36.022Z] query: branch=main&commit=8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644&build=125&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-rfid-llrp-inventory%2Fjob%2Fmain%2F125%2F&name=&tag=&slug=edgexfoundry%2Fapp-rfid-llrp-inventory&service=jenkins&flags=&pr=&job=&cmd_args= [2023-08-22T16:31:36.022Z] -> Pinging Codecov [2023-08-22T16:31:36.022Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=0703e47f-c946-4a15-b96a-5e99ca1c8fb5&branch=main&commit=8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644&build=125&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-rfid-llrp-inventory%2Fjob%2Fmain%2F125%2F&name=&tag=&slug=edgexfoundry%2Fapp-rfid-llrp-inventory&service=jenkins&flags=&pr=&job=&cmd_args= [2023-08-22T16:31:36.281Z] -> Uploading to [2023-08-22T16:31:36.281Z] https://storage.googleapis.com/codecov/v4/raw/2023-08-22/581DD39554BDF9B6E22D074273EAD858/8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644/b58d06a2-b3a7-4749-9328-2bdcb9dc4b70.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230822%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230822T163136Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=da5a24b4ca185a8f7c92bacd2833947034a0912487020110e69cf2a1051c73bc [2023-08-22T16:31:36.281Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-08-22T16:31:36.281Z] Dload Upload Total Spent Left Speed [2023-08-22T16:31:36.540Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11810 0 0 100 11810 0 59346 --:--:-- --:--:-- --:--:-- 59346 [2023-08-22T16:31:36.540Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rfid-llrp-go/commit/8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644 [Pipeline] } [2023-08-22T16:31:36.548Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-08-22T16:31:36.688Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-08-22T16:31:36.699Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-22T16:31:37.004Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-08-22T16:31:37.004Z] [2023-08-22T16:31:37.004Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-22T16:31:37.305Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-08-22T16:31:37.305Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-08-22T16:31:37.305Z] df9b9388f04a: Pulling fs layer [2023-08-22T16:31:37.305Z] 52dc419b0ee2: Pulling fs layer [2023-08-22T16:31:37.305Z] 25bc292e5bac: Pulling fs layer [2023-08-22T16:31:37.305Z] 114826534d7a: Pulling fs layer [2023-08-22T16:31:37.305Z] 4657fd5d0bcf: Pulling fs layer [2023-08-22T16:31:37.305Z] 6ad1cebc031e: Pulling fs layer [2023-08-22T16:31:37.305Z] 8a3aa393b2d8: Pulling fs layer [2023-08-22T16:31:37.305Z] 4657fd5d0bcf: Waiting [2023-08-22T16:31:37.305Z] 6ad1cebc031e: Waiting [2023-08-22T16:31:37.305Z] 8a3aa393b2d8: Waiting [2023-08-22T16:31:37.305Z] 114826534d7a: Waiting [2023-08-22T16:31:37.305Z] 25bc292e5bac: Verifying Checksum [2023-08-22T16:31:37.305Z] 25bc292e5bac: Download complete [2023-08-22T16:31:37.305Z] 52dc419b0ee2: Verifying Checksum [2023-08-22T16:31:37.305Z] 52dc419b0ee2: Download complete [2023-08-22T16:31:37.305Z] 4657fd5d0bcf: Verifying Checksum [2023-08-22T16:31:37.305Z] 4657fd5d0bcf: Download complete [2023-08-22T16:31:37.305Z] df9b9388f04a: Verifying Checksum [2023-08-22T16:31:37.565Z] df9b9388f04a: Pull complete [2023-08-22T16:31:37.565Z] 6ad1cebc031e: Verifying Checksum [2023-08-22T16:31:37.565Z] 6ad1cebc031e: Download complete [2023-08-22T16:31:37.565Z] 52dc419b0ee2: Pull complete [2023-08-22T16:31:37.837Z] 25bc292e5bac: Pull complete [2023-08-22T16:31:38.403Z] 114826534d7a: Download complete [2023-08-22T16:31:38.403Z] 8a3aa393b2d8: Verifying Checksum [2023-08-22T16:31:38.403Z] 8a3aa393b2d8: Download complete [2023-08-22T16:31:42.589Z] 114826534d7a: Pull complete [2023-08-22T16:31:42.589Z] 4657fd5d0bcf: Pull complete [2023-08-22T16:31:42.589Z] 6ad1cebc031e: Pull complete [2023-08-22T16:31:45.117Z] 8a3aa393b2d8: Pull complete [2023-08-22T16:31:45.117Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-08-22T16:31:45.117Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-08-22T16:31:45.117Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-22T16:31:45.194Z] prd-ubuntu20.04-docker-8c-8g-4260 does not seem to be running inside a container [2023-08-22T16:31:45.230Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/dry_app-rfid-llrp-inventory_main -v /w/workspace/dry_app-rfid-llrp-inventory_main:/w/workspace/dry_app-rfid-llrp-inventory_main:rw,z -v /w/workspace/dry_app-rfid-llrp-inventory_main@tmp:/w/workspace/dry_app-rfid-llrp-inventory_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-08-22T16:31:51.351Z] $ docker top 9aaf5f80042f03cafca64fb84f1dad11d319e8ada7d30eafc3acb0cab783f0e0 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-08-22T16:31:51.417Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-rfid-llrp-inventory:main' [Pipeline] sh [2023-08-22T16:31:51.693Z] + set -o pipefail [2023-08-22T16:31:51.693Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-rfid-llrp-inventory:main' [2023-08-22T16:31:56.963Z] [2023-08-22T16:31:56.963Z] Monitoring /w/workspace/dry_app-rfid-llrp-inventory_main (edgexfoundry/app-rfid-llrp-inventory)... [2023-08-22T16:31:56.963Z] [2023-08-22T16:31:56.963Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/1ab6cd8a-eef5-4d42-a15e-1c0297f074f4/history/0c04d607-5026-4704-8d64-ff15ee65c022 [2023-08-22T16:31:56.963Z] [2023-08-22T16:31:56.963Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-08-22T16:31:56.963Z] [2023-08-22T16:31:56.963Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-08-22T16:31:56.963Z] [2023-08-22T16:31:56.963Z] [2023-08-22T16:31:56.963Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-08-22T16:31:56.963Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-08-22T16:31:56.963Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-08-22T16:31:56.977Z] $ docker stop --time=1 9aaf5f80042f03cafca64fb84f1dad11d319e8ada7d30eafc3acb0cab783f0e0 [2023-08-22T16:32:02.259Z] $ docker rm -f --volumes 9aaf5f80042f03cafca64fb84f1dad11d319e8ada7d30eafc3acb0cab783f0e0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [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) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-08-22T16:32:02.990Z] + git log --format=format:%s -1 8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644 [Pipeline] sh [2023-08-22T16:32:03.281Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-08-22T16:32:03.281Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-22T16:32:03.583Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-22T16:32:03.583Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-22T16:32:03.656Z] prd-ubuntu20.04-docker-8c-8g-4260 does not seem to be running inside a container [2023-08-22T16:32:03.693Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_app-rfid-llrp-inventory_main -v /w/workspace/dry_app-rfid-llrp-inventory_main:/w/workspace/dry_app-rfid-llrp-inventory_main:rw,z -v /w/workspace/dry_app-rfid-llrp-inventory_main@tmp:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-08-22T16:32:04.151Z] $ docker top e6a390d6ffa364b0b73568ae3a565cc6788907b153ace9fce06bcc3a75160353 -eo pid,comm [2023-08-22T16:32:04.195Z] 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-08-22T16:32:04.195Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-08-22T16:32:04.228Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-22T16:32:04.228Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-22T16:32:04.344Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-22T16:32:04.351Z] $ docker exec e6a390d6ffa364b0b73568ae3a565cc6788907b153ace9fce06bcc3a75160353 ssh-agent [2023-08-22T16:32:04.453Z] SSH_AUTH_SOCK=/tmp/ssh-3OtpTxspHlqA/agent.33 [2023-08-22T16:32:04.453Z] SSH_AGENT_PID=39 [2023-08-22T16:32:04.457Z] Running ssh-add (command line suppressed) [2023-08-22T16:32:04.553Z] Identity added: /w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_6816022466373916668.key (/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_6816022466373916668.key) [2023-08-22T16:32:04.564Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-22T16:32:04.857Z] + git semver tag [2023-08-22T16:32:05.117Z] 2023-08-22 16:32:05,040 [run_tag] DEBUG tag force:False [2023-08-22T16:32:05.117Z] 2023-08-22 16:32:05,040 [check_head_tag] DEBUG check head tag [2023-08-22T16:32:05.117Z] 2023-08-22 16:32:05,040 [execute] INFO git cat-file --batch-check [2023-08-22T16:32:05.117Z] 2023-08-22 16:32:05,040 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main, universal_newlines=False, shell=None, istream=) [2023-08-22T16:32:05.117Z] 2023-08-22 16:32:05,044 [execute] INFO git cat-file --batch [2023-08-22T16:32:05.117Z] 2023-08-22 16:32:05,044 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main, universal_newlines=False, shell=None, istream=) [2023-08-22T16:32:05.117Z] 2023-08-22 16:32:05,057 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2023-08-22T16:32:05.117Z] 2023-08-22 16:32:05,057 [execute] INFO git tag -a v3.1.0-dev.13 -m v3.1.0-dev.13 [2023-08-22T16:32:05.117Z] 2023-08-22 16:32:05,057 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.1.0-dev.13', '-m', 'v3.1.0-dev.13'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main, universal_newlines=False, shell=None, istream=None) [2023-08-22T16:32:05.117Z] 2023-08-22 16:32:05,062 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2023-08-22T16:32:05.117Z] 3.1.0-dev.13 [Pipeline] } [2023-08-22T16:32:05.131Z] $ docker exec --env ******** --env ******** e6a390d6ffa364b0b73568ae3a565cc6788907b153ace9fce06bcc3a75160353 ssh-agent -k [2023-08-22T16:32:05.229Z] unset SSH_AUTH_SOCK; [2023-08-22T16:32:05.230Z] unset SSH_AGENT_PID; [2023-08-22T16:32:05.230Z] echo Agent pid 39 killed; [2023-08-22T16:32:05.236Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-08-22T16:32:05.539Z] + git semver [Pipeline] } [2023-08-22T16:32:05.817Z] $ docker stop --time=1 e6a390d6ffa364b0b73568ae3a565cc6788907b153ace9fce06bcc3a75160353 [2023-08-22T16:32:07.079Z] $ docker rm -f --volumes e6a390d6ffa364b0b73568ae3a565cc6788907b153ace9fce06bcc3a75160353 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-22T16:32:07.470Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-08-22T16:32:07.470Z] [2023-08-22T16:32:07.470Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-22T16:32:07.764Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-08-22T16:32:07.764Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-08-22T16:32:07.764Z] ab5ef0e58194: Pulling fs layer [2023-08-22T16:32:07.764Z] 9712f1f96733: Pulling fs layer [2023-08-22T16:32:07.764Z] 63f879dbbcfc: Pulling fs layer [2023-08-22T16:32:07.764Z] 0d9ebad4ef96: Pulling fs layer [2023-08-22T16:32:07.764Z] e9a5061849ea: Pulling fs layer [2023-08-22T16:32:07.764Z] d747dcd14b5f: Pulling fs layer [2023-08-22T16:32:07.764Z] 2de7ff778b66: Pulling fs layer [2023-08-22T16:32:07.764Z] 0d9ebad4ef96: Waiting [2023-08-22T16:32:07.764Z] e9a5061849ea: Waiting [2023-08-22T16:32:07.764Z] d747dcd14b5f: Waiting [2023-08-22T16:32:07.764Z] 2de7ff778b66: Waiting [2023-08-22T16:32:07.764Z] 9712f1f96733: Verifying Checksum [2023-08-22T16:32:07.764Z] 9712f1f96733: Download complete [2023-08-22T16:32:08.348Z] 63f879dbbcfc: Verifying Checksum [2023-08-22T16:32:08.348Z] 63f879dbbcfc: Download complete [2023-08-22T16:32:08.348Z] e9a5061849ea: Verifying Checksum [2023-08-22T16:32:08.348Z] e9a5061849ea: Download complete [2023-08-22T16:32:08.348Z] d747dcd14b5f: Download complete [2023-08-22T16:32:08.348Z] 0d9ebad4ef96: Verifying Checksum [2023-08-22T16:32:08.348Z] 0d9ebad4ef96: Download complete [2023-08-22T16:32:08.606Z] ab5ef0e58194: Verifying Checksum [2023-08-22T16:32:08.606Z] ab5ef0e58194: Download complete [2023-08-22T16:32:08.606Z] 2de7ff778b66: Verifying Checksum [2023-08-22T16:32:08.606Z] 2de7ff778b66: Download complete [2023-08-22T16:32:11.163Z] ab5ef0e58194: Pull complete [2023-08-22T16:32:11.163Z] 9712f1f96733: Pull complete [2023-08-22T16:32:12.096Z] 63f879dbbcfc: Pull complete [2023-08-22T16:32:16.285Z] 0d9ebad4ef96: Pull complete [2023-08-22T16:32:16.285Z] e9a5061849ea: Pull complete [2023-08-22T16:32:16.285Z] d747dcd14b5f: Pull complete [2023-08-22T16:32:17.256Z] 2de7ff778b66: Pull complete [2023-08-22T16:32:17.256Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-08-22T16:32:17.256Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-08-22T16:32:17.256Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-22T16:32:17.338Z] prd-ubuntu20.04-docker-8c-8g-4260 does not seem to be running inside a container [2023-08-22T16:32:17.372Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dry_app-rfid-llrp-inventory_main -v /w/workspace/dry_app-rfid-llrp-inventory_main:/w/workspace/dry_app-rfid-llrp-inventory_main:rw,z -v /w/workspace/dry_app-rfid-llrp-inventory_main@tmp:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-08-22T16:32:24.881Z] $ docker top d8f2856bca9aaf8b544cca731e9169dd4045fcc690f7641a874d2e80420d98a5 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-08-22T16:32:24.949Z] provisioning config files... [2023-08-22T16:32:24.956Z] copy managed file [sigul-config] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config8481958373050707887tmp [2023-08-22T16:32:24.968Z] copy managed file [sigul-password] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config1958781277078679367tmp [2023-08-22T16:32:24.978Z] copy managed file [sigul-pki] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config7367968943658752317tmp [Pipeline] { [Pipeline] echo [2023-08-22T16:32:24.995Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-22T16:32:25.282Z] ---> sigul-configuration.sh [2023-08-22T16:32:25.282Z] gpg: directory `/root/.gnupg' created [2023-08-22T16:32:25.282Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-08-22T16:32:25.282Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-08-22T16:32:25.282Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-08-22T16:32:25.282Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-08-22T16:32:25.282Z] gpg: CAST5 encrypted data [2023-08-22T16:32:25.282Z] gpg: encrypted with 1 passphrase [2023-08-22T16:32:25.282Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-08-22T16:32:25.572Z] + mkdir /home/jenkins [2023-08-22T16:32:25.573Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-08-22T16:32:25.858Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2023-08-22T16:32:25.867Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-22T16:32:26.151Z] ---> sigul-install.sh [2023-08-22T16:32:26.151Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-08-22T16:32:26.436Z] + git tag --list [2023-08-22T16:32:26.436Z] v0.0.0 [2023-08-22T16:32:26.436Z] v1.0.0 [2023-08-22T16:32:26.436Z] v2.1.0 [2023-08-22T16:32:26.436Z] v2.1.1 [2023-08-22T16:32:26.436Z] v2.2.0 [2023-08-22T16:32:26.436Z] v2.3.0 [2023-08-22T16:32:26.436Z] v3.0 [2023-08-22T16:32:26.436Z] v3.0.0 [2023-08-22T16:32:26.436Z] v3.0.1 [2023-08-22T16:32:26.436Z] v3.0.1-dev.1 [2023-08-22T16:32:26.436Z] v3.1.0-dev.1 [2023-08-22T16:32:26.436Z] v3.1.0-dev.10 [2023-08-22T16:32:26.436Z] v3.1.0-dev.11 [2023-08-22T16:32:26.436Z] v3.1.0-dev.12 [2023-08-22T16:32:26.436Z] v3.1.0-dev.13 [2023-08-22T16:32:26.436Z] v3.1.0-dev.2 [2023-08-22T16:32:26.436Z] v3.1.0-dev.3 [2023-08-22T16:32:26.436Z] v3.1.0-dev.4 [2023-08-22T16:32:26.436Z] v3.1.0-dev.5 [2023-08-22T16:32:26.436Z] v3.1.0-dev.6 [2023-08-22T16:32:26.436Z] v3.1.0-dev.7 [2023-08-22T16:32:26.436Z] v3.1.0-dev.8 [2023-08-22T16:32:26.436Z] v3.1.0-dev.9 [Pipeline] sh [2023-08-22T16:32:26.725Z] + lftools sign git-tag v3.1.0-dev.13 [2023-08-22T16:32:27.295Z] Signing Git tag with Sigul... [2023-08-22T16:32:27.295Z] Signing v3.1.0-dev.13 [Pipeline] echo [2023-08-22T16:32:27.871Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-22T16:32:28.152Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-08-22T16:32:28.160Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-08-22T16:32:28.184Z] $ docker stop --time=1 d8f2856bca9aaf8b544cca731e9169dd4045fcc690f7641a874d2e80420d98a5 [2023-08-22T16:32:29.505Z] $ docker rm -f --volumes d8f2856bca9aaf8b544cca731e9169dd4045fcc690f7641a874d2e80420d98a5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-08-22T16:32:29.951Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-08-22T16:32:29.951Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-22T16:32:30.260Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-22T16:32:30.260Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-22T16:32:30.341Z] prd-ubuntu20.04-docker-8c-8g-4260 does not seem to be running inside a container [2023-08-22T16:32:30.378Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_app-rfid-llrp-inventory_main -v /w/workspace/dry_app-rfid-llrp-inventory_main:/w/workspace/dry_app-rfid-llrp-inventory_main:rw,z -v /w/workspace/dry_app-rfid-llrp-inventory_main@tmp:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-08-22T16:32:30.718Z] $ docker top 1590e4487eb290ac7226119ccde55de8b3c9d2854899302013e4e28efc725c85 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-08-22T16:32:30.813Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-22T16:32:30.813Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-22T16:32:30.926Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-22T16:32:30.933Z] $ docker exec 1590e4487eb290ac7226119ccde55de8b3c9d2854899302013e4e28efc725c85 ssh-agent [2023-08-22T16:32:31.038Z] SSH_AUTH_SOCK=/tmp/ssh-y6NxmJv5whc3/agent.32 [2023-08-22T16:32:31.038Z] SSH_AGENT_PID=38 [2023-08-22T16:32:31.043Z] Running ssh-add (command line suppressed) [2023-08-22T16:32:31.156Z] Identity added: /w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_17184946741963984832.key (/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_17184946741963984832.key) [2023-08-22T16:32:31.165Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-22T16:32:31.455Z] + git semver bump pre [2023-08-22T16:32:31.715Z] 2023-08-22 16:32:31,623 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2023-08-22T16:32:31.715Z] 2023-08-22 16:32:31,624 [bump_version] DEBUG bumping version:3.1.0-dev.13 on axis:pre with prefix:dev [2023-08-22T16:32:31.715Z] 2023-08-22 16:32:31,624 [bump_version] DEBUG bumped version:3.1.0-dev.14 [2023-08-22T16:32:31.715Z] 2023-08-22 16:32:31,624 [write_version] DEBUG write version:3.1.0-dev.14 to path:/w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main with force:True [2023-08-22T16:32:31.715Z] 2023-08-22 16:32:31,624 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2023-08-22T16:32:31.715Z] 2023-08-22 16:32:31,624 [write_file] DEBUG write to file:/w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2023-08-22T16:32:31.715Z] 2023-08-22 16:32:31,626 [execute] INFO git cat-file --batch-check [2023-08-22T16:32:31.715Z] 2023-08-22 16:32:31,626 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main/.semver, universal_newlines=False, shell=None, istream=) [2023-08-22T16:32:31.715Z] 2023-08-22 16:32:31,631 [execute] INFO git cat-file --batch [2023-08-22T16:32:31.715Z] 2023-08-22 16:32:31,632 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main/.semver, universal_newlines=False, shell=None, istream=) [2023-08-22T16:32:31.715Z] 2023-08-22 16:32:31,637 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2023-08-22T16:32:31.715Z] 3.1.0-dev.14 [Pipeline] } [2023-08-22T16:32:31.729Z] $ docker exec --env ******** --env ******** 1590e4487eb290ac7226119ccde55de8b3c9d2854899302013e4e28efc725c85 ssh-agent -k [2023-08-22T16:32:31.833Z] unset SSH_AUTH_SOCK; [2023-08-22T16:32:31.833Z] unset SSH_AGENT_PID; [2023-08-22T16:32:31.833Z] echo Agent pid 38 killed; [2023-08-22T16:32:31.840Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-08-22T16:32:32.149Z] + git semver [Pipeline] } [2023-08-22T16:32:32.427Z] $ docker stop --time=1 1590e4487eb290ac7226119ccde55de8b3c9d2854899302013e4e28efc725c85 [2023-08-22T16:32:33.722Z] $ docker rm -f --volumes 1590e4487eb290ac7226119ccde55de8b3c9d2854899302013e4e28efc725c85 [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-22T16:32:34.071Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-08-22T16:32:34.071Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-22T16:32:34.376Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-22T16:32:34.376Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-22T16:32:34.444Z] prd-ubuntu20.04-docker-8c-8g-4260 does not seem to be running inside a container [2023-08-22T16:32:34.479Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_app-rfid-llrp-inventory_main -v /w/workspace/dry_app-rfid-llrp-inventory_main:/w/workspace/dry_app-rfid-llrp-inventory_main:rw,z -v /w/workspace/dry_app-rfid-llrp-inventory_main@tmp:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-08-22T16:32:34.816Z] $ docker top 37f60eeaa43f1be477f366235e8c873719239c2aab9ccaa6bc961800d09db8af -eo pid,comm [2023-08-22T16:32:34.860Z] 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-08-22T16:32:34.860Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-08-22T16:32:34.900Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-22T16:32:34.900Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-22T16:32:35.028Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-22T16:32:35.035Z] $ docker exec 37f60eeaa43f1be477f366235e8c873719239c2aab9ccaa6bc961800d09db8af ssh-agent [2023-08-22T16:32:35.144Z] SSH_AUTH_SOCK=/tmp/ssh-mtoiXuekllBy/agent.33 [2023-08-22T16:32:35.144Z] SSH_AGENT_PID=39 [2023-08-22T16:32:35.157Z] Running ssh-add (command line suppressed) [2023-08-22T16:32:35.264Z] Identity added: /w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_2687325794124598719.key (/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_2687325794124598719.key) [2023-08-22T16:32:35.309Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-22T16:32:35.647Z] + git semver push [2023-08-22T16:32:35.941Z] 2023-08-22 16:32:35,812 [run_push] DEBUG push [2023-08-22T16:32:35.941Z] 2023-08-22 16:32:35,813 [execute] INFO git cat-file --batch-check [2023-08-22T16:32:35.941Z] 2023-08-22 16:32:35,814 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main/.semver, universal_newlines=False, shell=None, istream=) [2023-08-22T16:32:35.941Z] 2023-08-22 16:32:35,819 [execute] INFO git rev-list bb780735ae81bc38a477939e7eef231254b54a03 -- [2023-08-22T16:32:35.941Z] 2023-08-22 16:32:35,819 [execute] DEBUG Popen(['git', 'rev-list', 'bb780735ae81bc38a477939e7eef231254b54a03', '--'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-08-22T16:32:35.941Z] 2023-08-22 16:32:35,826 [execute] INFO git fetch -v origin [2023-08-22T16:32:35.941Z] 2023-08-22 16:32:35,826 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-08-22T16:32:36.509Z] 2023-08-22 16:32:36,295 [run_push] DEBUG no remote changes detected [2023-08-22T16:32:36.509Z] 2023-08-22 16:32:36,295 [execute] INFO git push origin semver [2023-08-22T16:32:36.509Z] 2023-08-22 16:32:36,296 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-08-22T16:32:37.081Z] 2023-08-22 16:32:36,970 [run_push] DEBUG push all version tags [2023-08-22T16:32:37.081Z] 2023-08-22 16:32:36,970 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-08-22T16:32:37.081Z] 2023-08-22 16:32:36,971 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main, universal_newlines=False, shell=None, istream=None) [2023-08-22T16:32:38.020Z] 2023-08-22 16:32:37,677 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2023-08-22T16:32:38.020Z] 3.1.0-dev.14 [Pipeline] } [2023-08-22T16:32:38.033Z] $ docker exec --env ******** --env ******** 37f60eeaa43f1be477f366235e8c873719239c2aab9ccaa6bc961800d09db8af ssh-agent -k [2023-08-22T16:32:38.129Z] unset SSH_AUTH_SOCK; [2023-08-22T16:32:38.130Z] unset SSH_AGENT_PID; [2023-08-22T16:32:38.130Z] echo Agent pid 39 killed; [2023-08-22T16:32:38.137Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-08-22T16:32:38.449Z] + git semver [Pipeline] } [2023-08-22T16:32:38.727Z] $ docker stop --time=1 37f60eeaa43f1be477f366235e8c873719239c2aab9ccaa6bc961800d09db8af [2023-08-22T16:32:40.019Z] $ docker rm -f --volumes 37f60eeaa43f1be477f366235e8c873719239c2aab9ccaa6bc961800d09db8af [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" 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-08-22T16:32:40.665Z] + [ -d /w/workspace/dry_app-rfid-llrp-inventory_main/archives ] [2023-08-22T16:32:40.665Z] + ls -al /w/workspace/dry_app-rfid-llrp-inventory_main/archives [2023-08-22T16:32:40.665Z] total 16 [2023-08-22T16:32:40.665Z] drwxr-xr-x 3 root root 4096 Aug 22 16:19 . [2023-08-22T16:32:40.665Z] drwxrwxr-x 12 jenkins jenkins 4096 Aug 22 16:32 .. [2023-08-22T16:32:40.665Z] drwxr-xr-x 2 root root 4096 Aug 22 16:19 cost [2023-08-22T16:32:40.665Z] -rw-r--r-- 1 root root 95 Aug 22 16:19 cost.csv [2023-08-22T16:32:40.665Z] + sudo chown -R jenkins:jenkins /w/workspace/dry_app-rfid-llrp-inventory_main/archives [2023-08-22T16:32:40.665Z] + ls -al /w/workspace/dry_app-rfid-llrp-inventory_main/archives [2023-08-22T16:32:40.665Z] total 16 [2023-08-22T16:32:40.665Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 22 16:19 . [2023-08-22T16:32:40.665Z] drwxrwxr-x 12 jenkins jenkins 4096 Aug 22 16:32 .. [2023-08-22T16:32:40.665Z] drwxr-xr-x 2 jenkins jenkins 4096 Aug 22 16:19 cost [2023-08-22T16:32:40.665Z] -rw-r--r-- 1 jenkins jenkins 95 Aug 22 16:19 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-08-22T16:32:40.971Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-22T16:32:41.832Z] ---> package-listing.sh [2023-08-22T16:32:41.832Z] ++ facter osfamily [2023-08-22T16:32:41.832Z] ++ tr '[:upper:]' '[:lower:]' [2023-08-22T16:32:42.092Z] + OS_FAMILY=debian [2023-08-22T16:32:42.092Z] + workspace=/w/workspace/dry_app-rfid-llrp-inventory_main [2023-08-22T16:32:42.092Z] + START_PACKAGES=/tmp/packages_start.txt [2023-08-22T16:32:42.092Z] + END_PACKAGES=/tmp/packages_end.txt [2023-08-22T16:32:42.092Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-08-22T16:32:42.092Z] + PACKAGES=/tmp/packages_start.txt [2023-08-22T16:32:42.092Z] + '[' /w/workspace/dry_app-rfid-llrp-inventory_main ']' [2023-08-22T16:32:42.092Z] + PACKAGES=/tmp/packages_end.txt [2023-08-22T16:32:42.092Z] + case "${OS_FAMILY}" in [2023-08-22T16:32:42.092Z] + dpkg -l [2023-08-22T16:32:42.092Z] + grep '^ii' [2023-08-22T16:32:42.092Z] + '[' -f /tmp/packages_start.txt ']' [2023-08-22T16:32:42.092Z] + '[' -f /tmp/packages_end.txt ']' [2023-08-22T16:32:42.092Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-08-22T16:32:42.092Z] + '[' /w/workspace/dry_app-rfid-llrp-inventory_main ']' [2023-08-22T16:32:42.092Z] + mkdir -p /w/workspace/dry_app-rfid-llrp-inventory_main/archives/ [2023-08-22T16:32:42.092Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_app-rfid-llrp-inventory_main/archives/ [Pipeline] echo [2023-08-22T16:32:42.104Z] 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/dry_app-rfid-llrp-inventory_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-08-22T16:32:42.382Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-22T16:32:42.948Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-22T16:32:42.949Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-22T16:32:43.023Z] prd-ubuntu20.04-docker-8c-8g-4260 does not seem to be running inside a container [2023-08-22T16:32:43.054Z] $ 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/dry_app-rfid-llrp-inventory_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dry_app-rfid-llrp-inventory_main -v /w/workspace/dry_app-rfid-llrp-inventory_main:/w/workspace/dry_app-rfid-llrp-inventory_main:rw,z -v /w/workspace/dry_app-rfid-llrp-inventory_main@tmp:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-08-22T16:32:43.248Z] $ docker top 04487af7a319959215b8bf0f124c4449edb05b1359e1919fe4692ae97114ad79 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-22T16:32:43.587Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-08-22T16:32:43.870Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-08-22T16:32:44.154Z] + ls /var/log/sa-host [2023-08-22T16:32:44.154Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-22T16:32:44.216Z] provisioning config files... [2023-08-22T16:32:44.223Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config9412877173377442698tmp [Pipeline] { [Pipeline] echo [2023-08-22T16:32:44.234Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-22T16:32:44.515Z] ---> create-netrc.sh [Pipeline] } [2023-08-22T16:32:44.522Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-08-22T16:32:44.845Z] ---> python-tools-install.sh [Pipeline] echo [2023-08-22T16:32:44.854Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-22T16:32:45.133Z] ---> sudo-logs.sh [2023-08-22T16:32:45.133Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-08-22T16:32:45.161Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-22T16:32:45.438Z] ---> job-cost.sh [2023-08-22T16:32:45.438Z] lf-activate-venv: SKIPPING [2023-08-22T16:32:45.438Z] DEBUG: total: 0.2199999988079071 [2023-08-22T16:32:45.438Z] INFO: Retrieving Stack Cost... [2023-08-22T16:32:45.696Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-08-22T16:32:46.268Z] INFO: Archiving Costs [Pipeline] echo [2023-08-22T16:32:46.277Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-22T16:32:46.557Z] ---> logs-deploy.sh [2023-08-22T16:32:46.558Z] lf-activate-venv: SKIPPING [2023-08-22T16:32:46.558Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-rfid-llrp-inventory/main/125 [2023-08-22T16:32:46.558Z] INFO: archiving workspace using pattern(s): [2023-08-22T16:32:47.502Z] Archives upload complete. [2023-08-22T16:32:47.502Z] INFO: archiving logs to Nexus