Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 619109fb4055fb888c1b579a9d1d65a4cd37a572 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-ssh15709741027684771700.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision d4291cbe28daa2a40ca94d44cc831565108a4ea5 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-ssh116472461012045796.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 d4291cbe28daa2a40ca94d44cc831565108a4ea5 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-ssh1883441891985154492.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision d4291cbe28daa2a40ca94d44cc831565108a4ea5 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d4291cbe28daa2a40ca94d44cc831565108a4ea5 # timeout=10 Commit message: "Merge pull request #431 from ernestojeda/update-compose" > 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-ssh17193435108187571276.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-ssh17076147010028519642.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-2451 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 619109fb4055fb888c1b579a9d1d65a4cd37a572 (main) > 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 619109fb4055fb888c1b579a9d1d65a4cd37a572 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/app-functions-sdk-go/v3 (#213)" > git rev-list --no-walk a5aba83ef2fc51b0a984281085c7d33d7df2dbd9 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-07-28T17:47:14.363Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-07-28T17:47:14.410Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-07-28T17:47:14.422Z] ========================================================= [2023-07-28T17:47:14.422Z] EdgeX Global Pipelines Version Info [2023-07-28T17:47:14.422Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-07-28T17:47:15.133Z] ------------------- [2023-07-28T17:47:15.133Z] stable info: [2023-07-28T17:47:15.133Z] ------------------- [2023-07-28T17:47:15.133Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-07-28T17:47:15.133Z] Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 [2023-07-28T17:47:15.133Z] Message: update stable to v1.0.250 [2023-07-28T17:47:15.703Z] ------------------- [2023-07-28T17:47:15.703Z] experimental info: [2023-07-28T17:47:15.703Z] ------------------- [2023-07-28T17:47:15.703Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-07-28T17:47:15.703Z] Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 [2023-07-28T17:47:15.703Z] Message: update experimental to v1.0.250 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-07-28T17:47:15.872Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-rfid-llrp-inventory-settings [Pipeline] echo [2023-07-28T17:47:15.884Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-rfid-llrp-inventory [Pipeline] echo [2023-07-28T17:47:15.896Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-07-28T17:47:15.907Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-07-28T17:47:15.922Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-07-28T17:47:15.935Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-07-28T17:47:15.947Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-07-28T17:47:15.961Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-07-28T17:47:15.970Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-07-28T17:47:15.982Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-07-28T17:47:15.997Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-07-28T17:47:16.010Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-rfid-llrp-inventory [Pipeline] echo [2023-07-28T17:47:16.024Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-07-28T17:47:16.036Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-07-28T17:47:16.049Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-07-28T17:47:16.061Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-07-28T17:47:16.073Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-07-28T17:47:16.087Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-07-28T17:47:16.103Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-07-28T17:47:16.114Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-07-28T17:47:16.125Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-07-28T17:47:16.137Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-07-28T17:47:16.153Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-07-28T17:47:16.164Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-07-28T17:47:16.178Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-07-28T17:47:16.189Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-07-28T17:47:16.202Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-07-28T17:47:16.213Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-07-28T17:47:16.225Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-07-28T17:47:16.235Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-07-28T17:47:16.249Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 619109fb4055fb888c1b579a9d1d65a4cd37a572 [Pipeline] echo [2023-07-28T17:47:16.266Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 619109f [Pipeline] echo [2023-07-28T17:47:16.277Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-07-28T17:47:16.317Z] provisioning config files... [2023-07-28T17:47:16.328Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config9089136612525145133tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-07-28T17:47:16.625Z] ---> docker-login.sh [2023-07-28T17:47:16.625Z] nexus3.edgexfoundry.org:10001 [2023-07-28T17:47:16.885Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-28T17:47:16.885Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-28T17:47:16.885Z] Configure a credential helper to remove this warning. See [2023-07-28T17:47:16.885Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-28T17:47:16.885Z] [2023-07-28T17:47:16.885Z] Login Succeeded [2023-07-28T17:47:16.885Z] nexus3.edgexfoundry.org:10002 [2023-07-28T17:47:16.885Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-28T17:47:17.145Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-28T17:47:17.145Z] Configure a credential helper to remove this warning. See [2023-07-28T17:47:17.145Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-28T17:47:17.145Z] [2023-07-28T17:47:17.145Z] Login Succeeded [2023-07-28T17:47:17.145Z] nexus3.edgexfoundry.org:10003 [2023-07-28T17:47:17.145Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-28T17:47:17.145Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-28T17:47:17.145Z] Configure a credential helper to remove this warning. See [2023-07-28T17:47:17.145Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-28T17:47:17.145Z] [2023-07-28T17:47:17.145Z] Login Succeeded [2023-07-28T17:47:17.145Z] nexus3.edgexfoundry.org:10004 [2023-07-28T17:47:17.145Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-28T17:47:17.145Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-28T17:47:17.145Z] Configure a credential helper to remove this warning. See [2023-07-28T17:47:17.145Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-28T17:47:17.145Z] [2023-07-28T17:47:17.145Z] Login Succeeded [2023-07-28T17:47:17.404Z] docker.io [2023-07-28T17:47:17.404Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-28T17:47:17.664Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-28T17:47:17.664Z] Configure a credential helper to remove this warning. See [2023-07-28T17:47:17.664Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-28T17:47:17.664Z] [2023-07-28T17:47:17.664Z] Login Succeeded [2023-07-28T17:47:17.664Z] ---> docker-login.sh ends [Pipeline] } [2023-07-28T17:47:17.673Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-07-28T17:47:18.054Z] + git rev-list -1 --merges 619109fb4055fb888c1b579a9d1d65a4cd37a572~1..619109fb4055fb888c1b579a9d1d65a4cd37a572 [Pipeline] echo [2023-07-28T17:47:18.098Z] -----------> git rev-list -1 --merges 619109fb4055fb888c1b579a9d1d65a4cd37a572~1..619109fb4055fb888c1b579a9d1d65a4cd37a572 619109fb4055fb888c1b579a9d1d65a4cd37a572 [false] [Pipeline] sh [2023-07-28T17:47:18.385Z] + git log --format=format:%s -1 619109fb4055fb888c1b579a9d1d65a4cd37a572 [Pipeline] echo [2023-07-28T17:47:18.401Z] ========================================================= [2023-07-28T17:47:18.401Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-07-28T17:47:18.401Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-07-28T17:47:18.741Z] + git log --format=format:%s -1 619109fb4055fb888c1b579a9d1d65a4cd37a572 [Pipeline] echo [2023-07-28T17:47:18.751Z] [semverPrep] GIT_COMMIT: 619109fb4055fb888c1b579a9d1d65a4cd37a572, Commit Message: build(deps): Bump github.com/edgexfoundry/app-functions-sdk-go/v3 (#213) [Pipeline] echo [2023-07-28T17:47:18.759Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-07-28T17:47:19.095Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-07-28T17:47:19.095Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-07-28T17:47:19.095Z] + [ -e /tmp/ssh_known_hosts ] [2023-07-28T17:47:19.095Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-07-28T17:47:19.095Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-07-28T17:47:19.095Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-07-28T17:47:19.095Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-28T17:47:19.439Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-07-28T17:47:19.439Z] [2023-07-28T17:47:19.439Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-28T17:47:19.738Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-07-28T17:47:19.738Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-07-28T17:47:19.738Z] b85a868b505f: Pulling fs layer [2023-07-28T17:47:19.738Z] e2be974225ed: Pulling fs layer [2023-07-28T17:47:19.738Z] 339a4e72a1f5: Pulling fs layer [2023-07-28T17:47:19.738Z] 988bab9f4d93: Pulling fs layer [2023-07-28T17:47:19.738Z] 1469e6f7b9e6: Pulling fs layer [2023-07-28T17:47:19.738Z] eaf3925da568: Pulling fs layer [2023-07-28T17:47:19.738Z] bab4dde63d76: Pulling fs layer [2023-07-28T17:47:19.738Z] bde34c3a00c8: Pulling fs layer [2023-07-28T17:47:19.738Z] b352a97aabf1: Pulling fs layer [2023-07-28T17:47:19.738Z] 4872d77fe225: Pulling fs layer [2023-07-28T17:47:19.738Z] 988bab9f4d93: Waiting [2023-07-28T17:47:19.738Z] 1469e6f7b9e6: Waiting [2023-07-28T17:47:19.738Z] 5851b861e8e6: Pulling fs layer [2023-07-28T17:47:19.738Z] eaf3925da568: Waiting [2023-07-28T17:47:19.738Z] bde34c3a00c8: Waiting [2023-07-28T17:47:19.738Z] b352a97aabf1: Waiting [2023-07-28T17:47:19.738Z] 4872d77fe225: Waiting [2023-07-28T17:47:19.738Z] 5851b861e8e6: Waiting [2023-07-28T17:47:19.738Z] bab4dde63d76: Waiting [2023-07-28T17:47:19.738Z] e2be974225ed: Download complete [2023-07-28T17:47:19.738Z] 988bab9f4d93: Verifying Checksum [2023-07-28T17:47:19.738Z] 988bab9f4d93: Download complete [2023-07-28T17:47:19.738Z] 1469e6f7b9e6: Verifying Checksum [2023-07-28T17:47:19.738Z] 1469e6f7b9e6: Download complete [2023-07-28T17:47:19.997Z] eaf3925da568: Verifying Checksum [2023-07-28T17:47:19.997Z] eaf3925da568: Download complete [2023-07-28T17:47:19.997Z] 339a4e72a1f5: Verifying Checksum [2023-07-28T17:47:19.997Z] 339a4e72a1f5: Download complete [2023-07-28T17:47:19.997Z] bde34c3a00c8: Download complete [2023-07-28T17:47:19.997Z] b352a97aabf1: Download complete [2023-07-28T17:47:19.997Z] 4872d77fe225: Verifying Checksum [2023-07-28T17:47:19.997Z] 4872d77fe225: Download complete [2023-07-28T17:47:19.997Z] 5851b861e8e6: Download complete [2023-07-28T17:47:19.997Z] b85a868b505f: Verifying Checksum [2023-07-28T17:47:19.997Z] b85a868b505f: Download complete [2023-07-28T17:47:20.255Z] bab4dde63d76: Verifying Checksum [2023-07-28T17:47:20.255Z] bab4dde63d76: Download complete [2023-07-28T17:47:21.188Z] b85a868b505f: Pull complete [2023-07-28T17:47:21.188Z] e2be974225ed: Pull complete [2023-07-28T17:47:21.754Z] 339a4e72a1f5: Pull complete [2023-07-28T17:47:21.754Z] 988bab9f4d93: Pull complete [2023-07-28T17:47:22.012Z] 1469e6f7b9e6: Pull complete [2023-07-28T17:47:22.012Z] eaf3925da568: Pull complete [2023-07-28T17:47:23.938Z] bab4dde63d76: Pull complete [2023-07-28T17:47:23.938Z] bde34c3a00c8: Pull complete [2023-07-28T17:47:24.199Z] b352a97aabf1: Pull complete [2023-07-28T17:47:24.199Z] 4872d77fe225: Pull complete [2023-07-28T17:47:24.199Z] 5851b861e8e6: Pull complete [2023-07-28T17:47:24.199Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-07-28T17:47:24.199Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-07-28T17:47:24.199Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-28T17:47:24.301Z] prd-ubuntu20.04-docker-8c-8g-2451 does not seem to be running inside a container [2023-07-28T17:47:24.333Z] $ 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-07-28T17:47:27.049Z] $ docker top d341172ebae64de97a33c5151674ebd5d3a8120c9d723d9e68107ac4542a30b7 -eo pid,comm [2023-07-28T17:47:27.113Z] 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-07-28T17:47:27.113Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-07-28T17:47:27.152Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-07-28T17:47:27.152Z] [ssh-agent] Looking for ssh-agent implementation... [2023-07-28T17:47:27.260Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-07-28T17:47:27.264Z] $ docker exec d341172ebae64de97a33c5151674ebd5d3a8120c9d723d9e68107ac4542a30b7 ssh-agent [2023-07-28T17:47:27.384Z] SSH_AUTH_SOCK=/tmp/ssh-0EAzxBTSwzij/agent.32 [2023-07-28T17:47:27.384Z] SSH_AGENT_PID=38 [2023-07-28T17:47:27.389Z] Running ssh-add (command line suppressed) [2023-07-28T17:47:27.488Z] Identity added: /w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_264371234287227560.key (/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_264371234287227560.key) [2023-07-28T17:47:27.501Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-07-28T17:47:27.791Z] + git tag --points-at HEAD [Pipeline] } [2023-07-28T17:47:27.803Z] $ docker exec --env ******** --env ******** d341172ebae64de97a33c5151674ebd5d3a8120c9d723d9e68107ac4542a30b7 ssh-agent -k [2023-07-28T17:47:27.905Z] unset SSH_AUTH_SOCK; [2023-07-28T17:47:27.906Z] unset SSH_AGENT_PID; [2023-07-28T17:47:27.907Z] echo Agent pid 38 killed; [2023-07-28T17:47:27.917Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-07-28T17:47:27.948Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-07-28T17:47:27.948Z] [ssh-agent] Looking for ssh-agent implementation... [2023-07-28T17:47:28.058Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-07-28T17:47:28.060Z] $ docker exec d341172ebae64de97a33c5151674ebd5d3a8120c9d723d9e68107ac4542a30b7 ssh-agent [2023-07-28T17:47:28.166Z] SSH_AUTH_SOCK=/tmp/ssh-n7BS5GhuRch0/agent.71 [2023-07-28T17:47:28.166Z] SSH_AGENT_PID=77 [2023-07-28T17:47:28.171Z] Running ssh-add (command line suppressed) [2023-07-28T17:47:28.269Z] Identity added: /w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_17349426534770855623.key (/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_17349426534770855623.key) [2023-07-28T17:47:28.286Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-07-28T17:47:28.572Z] + git semver init [2023-07-28T17:47:28.830Z] 2023-07-28 17:47:28,744 [run_init] DEBUG init version:0.0.0 force:False [2023-07-28T17:47:28.831Z] 2023-07-28 17:47:28,744 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/dry_app-rfid-llrp-inventory_main/.semver [2023-07-28T17:47:28.831Z] 2023-07-28 17:47:28,745 [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-07-28T17:47:28.831Z] 2023-07-28 17:47:28,745 [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-07-28T17:47:30.210Z] 2023-07-28 17:47:29,902 [append_file] DEBUG append to file:/w/workspace/dry_app-rfid-llrp-inventory_main/.git/info/exclude [2023-07-28T17:47:30.210Z] 2023-07-28 17:47:29,902 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main with force:False [2023-07-28T17:47:30.210Z] 2023-07-28 17:47:29,902 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2023-07-28T17:47:30.210Z] 2023-07-28 17:47:29,903 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2023-07-28T17:47:30.210Z] 3.1.0-dev.6 [Pipeline] } [2023-07-28T17:47:30.221Z] $ docker exec --env ******** --env ******** d341172ebae64de97a33c5151674ebd5d3a8120c9d723d9e68107ac4542a30b7 ssh-agent -k [2023-07-28T17:47:30.320Z] unset SSH_AUTH_SOCK; [2023-07-28T17:47:30.320Z] unset SSH_AGENT_PID; [2023-07-28T17:47:30.321Z] echo Agent pid 77 killed; [2023-07-28T17:47:30.330Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-07-28T17:47:30.631Z] + git semver [Pipeline] } [2023-07-28T17:47:30.904Z] $ docker stop --time=1 d341172ebae64de97a33c5151674ebd5d3a8120c9d723d9e68107ac4542a30b7 [2023-07-28T17:47:32.209Z] $ docker rm -f --volumes d341172ebae64de97a33c5151674ebd5d3a8120c9d723d9e68107ac4542a30b7 [Pipeline] // withDockerContainer [Pipeline] sh [2023-07-28T17:47:32.539Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-07-28T17:47:32.759Z] Stashed 1 file(s) [Pipeline] echo [2023-07-28T17:47:32.762Z] [edgeXSemver]: initialized semver on version 3.1.0-dev.6 [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-07-28T17:47:32.921Z] provisioning config files... [2023-07-28T17:47:32.929Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config4886662839678252994tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-07-28T17:47:33.225Z] ---> docker-login.sh [2023-07-28T17:47:33.225Z] nexus3.edgexfoundry.org:10001 [2023-07-28T17:47:33.225Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-28T17:47:33.225Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-28T17:47:33.225Z] Configure a credential helper to remove this warning. See [2023-07-28T17:47:33.225Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-28T17:47:33.225Z] [2023-07-28T17:47:33.225Z] Login Succeeded [2023-07-28T17:47:33.225Z] nexus3.edgexfoundry.org:10002 [2023-07-28T17:47:33.225Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-28T17:47:33.225Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-28T17:47:33.225Z] Configure a credential helper to remove this warning. See [2023-07-28T17:47:33.225Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-28T17:47:33.225Z] [2023-07-28T17:47:33.225Z] Login Succeeded [2023-07-28T17:47:33.225Z] nexus3.edgexfoundry.org:10003 [2023-07-28T17:47:33.484Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-28T17:47:33.484Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-28T17:47:33.484Z] Configure a credential helper to remove this warning. See [2023-07-28T17:47:33.484Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-28T17:47:33.484Z] [2023-07-28T17:47:33.484Z] Login Succeeded [2023-07-28T17:47:33.484Z] nexus3.edgexfoundry.org:10004 [2023-07-28T17:47:33.484Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-28T17:47:33.484Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-28T17:47:33.484Z] Configure a credential helper to remove this warning. See [2023-07-28T17:47:33.484Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-28T17:47:33.484Z] [2023-07-28T17:47:33.484Z] Login Succeeded [2023-07-28T17:47:33.484Z] docker.io [2023-07-28T17:47:33.744Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-28T17:47:34.005Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-28T17:47:34.005Z] Configure a credential helper to remove this warning. See [2023-07-28T17:47:34.005Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-28T17:47:34.005Z] [2023-07-28T17:47:34.005Z] Login Succeeded [2023-07-28T17:47:34.005Z] ---> docker-login.sh ends [Pipeline] } [2023-07-28T17:47:34.012Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-07-28T17:47:34.066Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-07-28T17:47:34.077Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-07-28T17:47:34.083Z] ========================================================= [2023-07-28T17:47:34.083Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-07-28T17:47:34.083Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-28T17:47:34.383Z] + 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-07-28T17:47:34.383Z] Sending build context to Docker daemon 12.66MB [2023-07-28T17:47:34.383Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-07-28T17:47:34.383Z] Step 2/12 : FROM ${BASE} AS builder [2023-07-28T17:47:34.383Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-07-28T17:47:34.383Z] 4db1b89c0bd1: Pulling fs layer [2023-07-28T17:47:34.383Z] 6911f1a30b25: Pulling fs layer [2023-07-28T17:47:34.383Z] e194b8c5c2a9: Pulling fs layer [2023-07-28T17:47:34.383Z] 6863d3e3a2b1: Pulling fs layer [2023-07-28T17:47:34.383Z] ec0bb842ea78: Pulling fs layer [2023-07-28T17:47:34.383Z] 40a00589a448: Pulling fs layer [2023-07-28T17:47:34.383Z] 6c08303d61cc: Pulling fs layer [2023-07-28T17:47:34.383Z] ec0bb842ea78: Waiting [2023-07-28T17:47:34.383Z] 40a00589a448: Waiting [2023-07-28T17:47:34.383Z] 798269fcf238: Pulling fs layer [2023-07-28T17:47:34.383Z] 6c08303d61cc: Waiting [2023-07-28T17:47:34.383Z] 798269fcf238: Waiting [2023-07-28T17:47:34.383Z] 6911f1a30b25: Download complete [2023-07-28T17:47:34.383Z] 6863d3e3a2b1: Verifying Checksum [2023-07-28T17:47:34.383Z] 6863d3e3a2b1: Download complete [2023-07-28T17:47:34.641Z] ec0bb842ea78: Verifying Checksum [2023-07-28T17:47:34.641Z] ec0bb842ea78: Download complete [2023-07-28T17:47:34.641Z] 4db1b89c0bd1: Verifying Checksum [2023-07-28T17:47:34.641Z] 4db1b89c0bd1: Download complete [2023-07-28T17:47:34.641Z] 40a00589a448: Verifying Checksum [2023-07-28T17:47:34.641Z] 40a00589a448: Download complete [2023-07-28T17:47:34.641Z] 4db1b89c0bd1: Pull complete [2023-07-28T17:47:34.900Z] 6911f1a30b25: Pull complete [2023-07-28T17:47:34.900Z] 798269fcf238: Verifying Checksum [2023-07-28T17:47:34.900Z] 798269fcf238: Download complete [2023-07-28T17:47:35.157Z] e194b8c5c2a9: Verifying Checksum [2023-07-28T17:47:35.157Z] e194b8c5c2a9: Download complete [2023-07-28T17:47:35.415Z] 6c08303d61cc: Verifying Checksum [2023-07-28T17:47:35.415Z] 6c08303d61cc: Download complete [2023-07-28T17:47:38.697Z] e194b8c5c2a9: Pull complete [2023-07-28T17:47:38.697Z] 6863d3e3a2b1: Pull complete [2023-07-28T17:47:38.697Z] ec0bb842ea78: Pull complete [2023-07-28T17:47:38.957Z] 40a00589a448: Pull complete [2023-07-28T17:47:41.499Z] 6c08303d61cc: Pull complete [2023-07-28T17:47:42.433Z] 798269fcf238: Pull complete [2023-07-28T17:47:42.433Z] Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 [2023-07-28T17:47:42.433Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-07-28T17:47:42.433Z] ---> ec979cd7f677 [2023-07-28T17:47:42.433Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-07-28T17:47:46.630Z] ---> Running in 90f28b187888 [2023-07-28T17:47:46.890Z] Removing intermediate container 90f28b187888 [2023-07-28T17:47:46.890Z] ---> 62c1e29b1b8c [2023-07-28T17:47:46.890Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-07-28T17:47:46.890Z] ---> Running in c37096a7bf5f [2023-07-28T17:47:46.890Z] Removing intermediate container c37096a7bf5f [2023-07-28T17:47:46.890Z] ---> 6790a01e72e4 [2023-07-28T17:47:46.890Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-07-28T17:47:46.890Z] ---> Running in 788d5f573cc1 [2023-07-28T17:47:47.150Z] Removing intermediate container 788d5f573cc1 [2023-07-28T17:47:47.150Z] ---> 89d9c48c22ce [2023-07-28T17:47:47.150Z] Step 6/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-07-28T17:47:47.150Z] ---> Running in 49c547502f40 [2023-07-28T17:47:47.411Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-07-28T17:47:47.670Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-07-28T17:47:47.872Z] Still waiting to schedule task [2023-07-28T17:47:47.872Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-2452’ [2023-07-28T17:47:47.929Z] OK: 265 MiB in 53 packages [2023-07-28T17:47:48.188Z] Removing intermediate container 49c547502f40 [2023-07-28T17:47:48.188Z] ---> cd8960ca4435 [2023-07-28T17:47:48.188Z] Step 7/12 : WORKDIR /app [2023-07-28T17:47:48.188Z] ---> Running in f15e2517593c [2023-07-28T17:47:48.447Z] Removing intermediate container f15e2517593c [2023-07-28T17:47:48.447Z] ---> 73312f116c56 [2023-07-28T17:47:48.447Z] Step 8/12 : COPY go.mod vendor* ./ [2023-07-28T17:47:48.447Z] ---> dede5adba9cf [2023-07-28T17:47:48.447Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-07-28T17:47:48.447Z] ---> Running in 9c275359f194 [2023-07-28T17:48:14.992Z] Removing intermediate container 9c275359f194 [2023-07-28T17:48:14.992Z] ---> 0d784842153f [2023-07-28T17:48:14.992Z] Step 10/12 : COPY . . [2023-07-28T17:48:14.992Z] ---> 380c35348d23 [2023-07-28T17:48:14.992Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-07-28T17:48:14.992Z] ---> Running in a46a97b27d3c [2023-07-28T17:48:14.992Z] Removing intermediate container a46a97b27d3c [2023-07-28T17:48:14.992Z] ---> 18ea1b6f6c3f [2023-07-28T17:48:14.992Z] Step 12/12 : RUN $MAKE [2023-07-28T17:48:14.992Z] ---> Running in eedc498daa00 [2023-07-28T17:48:14.992Z] noop [2023-07-28T17:48:14.992Z] Removing intermediate container eedc498daa00 [2023-07-28T17:48:14.992Z] ---> 7c91e822db4d [2023-07-28T17:48:14.992Z] Successfully built 7c91e822db4d [2023-07-28T17:48:14.992Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-28T17:48:15.301Z] + docker inspect -f . ci-base-image-x86_64 [2023-07-28T17:48:15.301Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-28T17:48:15.384Z] prd-ubuntu20.04-docker-8c-8g-2451 does not seem to be running inside a container [2023-07-28T17:48:15.414Z] $ 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-07-28T17:48:15.781Z] $ docker top 4dd7740670488c9c7c264a88b8ffdf971cbc8664f4a6b6dc1e0a2246c8a110dc -eo pid,comm [Pipeline] { [Pipeline] sh [2023-07-28T17:48:16.116Z] + go version [2023-07-28T17:48:16.116Z] go version go1.20.6 linux/amd64 [Pipeline] } [2023-07-28T17:48:16.125Z] $ docker stop --time=1 4dd7740670488c9c7c264a88b8ffdf971cbc8664f4a6b6dc1e0a2246c8a110dc [2023-07-28T17:48:17.409Z] $ docker rm -f --volumes 4dd7740670488c9c7c264a88b8ffdf971cbc8664f4a6b6dc1e0a2246c8a110dc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-28T17:48:17.822Z] + docker inspect -f . ci-base-image-x86_64 [2023-07-28T17:48:17.822Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-28T17:48:17.893Z] prd-ubuntu20.04-docker-8c-8g-2451 does not seem to be running inside a container [2023-07-28T17:48:17.920Z] $ 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-07-28T17:48:18.273Z] $ docker top 5d85f06d80aa42530806914d21bd94a8fffc3226bcb72161f0612738a282b4da -eo pid,comm [Pipeline] { [Pipeline] sh [2023-07-28T17:48:18.614Z] + git config --global --add safe.directory /w/workspace/dry_app-rfid-llrp-inventory_main [Pipeline] fileExists [Pipeline] sh [2023-07-28T17:48:18.908Z] + make test [2023-07-28T17:48:18.908Z] go test -race ./... -coverprofile=coverage.out ./... [2023-07-28T17:48:40.834Z] ? edgexfoundry/app-rfid-llrp-inventory [no test files] [2023-07-28T17:48:40.834Z] ? edgexfoundry/app-rfid-llrp-inventory/internal/inventory/app [no test files] [2023-07-28T17:48:40.834Z] ok edgexfoundry/app-rfid-llrp-inventory/internal/inventory 0.165s coverage: 86.2% of statements [2023-07-28T17:48:41.399Z] ok edgexfoundry/app-rfid-llrp-inventory/internal/llrp 2.710s coverage: 71.9% of statements [2023-07-28T17:49:03.354Z] go vet ./... [2023-07-28T17:49:06.635Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-07-28T17:49:06.635Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-07-28T17:49:06.635Z] ./bin/test-attribution.sh [Pipeline] echo [2023-07-28T17:49:06.905Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-07-28T17:49:06.924Z] $ docker stop --time=1 5d85f06d80aa42530806914d21bd94a8fffc3226bcb72161f0612738a282b4da [2023-07-28T17:49:09.525Z] $ docker rm -f --volumes 5d85f06d80aa42530806914d21bd94a8fffc3226bcb72161f0612738a282b4da [Pipeline] // withDockerContainer [Pipeline] sh [2023-07-28T17:49:10.184Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-07-28T17:49:10.235Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-07-28T17:49:10.737Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-07-28T17:49:11.024Z] + ls -al . [2023-07-28T17:49:11.024Z] total 236 [2023-07-28T17:49:11.024Z] drwxrwxr-x 11 jenkins jenkins 4096 Jul 28 17:48 . [2023-07-28T17:49:11.024Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 28 17:47 .. [2023-07-28T17:49:11.024Z] -rw-rw-r-- 1 jenkins jenkins 262 Jul 28 17:47 .dockerignore [2023-07-28T17:49:11.024Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 28 17:47 .git [2023-07-28T17:49:11.024Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 28 17:47 .github [2023-07-28T17:49:11.024Z] -rw-rw-r-- 1 jenkins jenkins 788 Jul 28 17:47 .gitignore [2023-07-28T17:49:11.024Z] -rw-rw-r-- 1 jenkins jenkins 41 Jul 28 17:47 .golangci.yml [2023-07-28T17:49:11.024Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 28 17:47 .semver [2023-07-28T17:49:11.024Z] -rw-rw-r-- 1 jenkins jenkins 10332 Jul 28 17:47 Attribution.txt [2023-07-28T17:49:11.024Z] -rw-rw-r-- 1 jenkins jenkins 9042 Jul 28 17:47 CHANGELOG.md [2023-07-28T17:49:11.024Z] -rw-rw-r-- 1 jenkins jenkins 1659 Jul 28 17:47 Dockerfile [2023-07-28T17:49:11.024Z] -rw-rw-r-- 1 jenkins jenkins 677 Jul 28 17:47 GOVERNANCE.md [2023-07-28T17:49:11.024Z] -rw-rw-r-- 1 jenkins jenkins 687 Jul 28 17:47 Jenkinsfile [2023-07-28T17:49:11.024Z] -rw-rw-r-- 1 jenkins jenkins 11347 Jul 28 17:47 LICENSE [2023-07-28T17:49:11.024Z] -rw-rw-r-- 1 jenkins jenkins 2497 Jul 28 17:47 Makefile [2023-07-28T17:49:11.024Z] -rw-rw-r-- 1 jenkins jenkins 617 Jul 28 17:47 OWNERS.md [2023-07-28T17:49:11.024Z] -rw-rw-r-- 1 jenkins jenkins 31516 Jul 28 17:47 README.md [2023-07-28T17:49:11.024Z] -rw-rw-r-- 1 jenkins jenkins 11 Jul 28 17:47 VERSION [2023-07-28T17:49:11.024Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 28 17:47 bin [2023-07-28T17:49:11.024Z] -rw-r--r-- 1 jenkins jenkins 41317 Jul 28 17:48 coverage.out [2023-07-28T17:49:11.024Z] -rw-rw-r-- 1 jenkins jenkins 3694 Jul 28 17:47 go.mod [2023-07-28T17:49:11.024Z] -rw-rw-r-- 1 jenkins jenkins 32867 Jul 28 17:47 go.sum [2023-07-28T17:49:11.024Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 28 17:47 images [2023-07-28T17:49:11.024Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 28 17:47 internal [2023-07-28T17:49:11.024Z] -rw-rw-r-- 1 jenkins jenkins 531 Jul 28 17:47 main.go [2023-07-28T17:49:11.024Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 28 17:47 res [2023-07-28T17:49:11.024Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 28 17:47 snap [2023-07-28T17:49:11.024Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 28 17:47 static [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-28T17:49:11.334Z] + 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=619109fb4055fb888c1b579a9d1d65a4cd37a572 --label arch=amd64 --label version=3.1.0-dev.6 . [2023-07-28T17:49:11.334Z] Sending build context to Docker daemon 12.66MB [2023-07-28T17:49:11.334Z] Step 1/29 : ARG BASE=golang:1.20-alpine3.17 [2023-07-28T17:49:11.334Z] Step 2/29 : FROM ${BASE} AS builder [2023-07-28T17:49:11.334Z] ---> 7c91e822db4d [2023-07-28T17:49:11.334Z] Step 3/29 : ARG ALPINE_PKG_BASE="make git" [2023-07-28T17:49:11.592Z] ---> Running in daa8b8a5d3f3 [2023-07-28T17:49:11.592Z] Removing intermediate container daa8b8a5d3f3 [2023-07-28T17:49:11.592Z] ---> a35fb596f5cd [2023-07-28T17:49:11.592Z] Step 4/29 : ARG ALPINE_PKG_EXTRA="" [2023-07-28T17:49:11.592Z] ---> Running in c28032368d27 [2023-07-28T17:49:11.592Z] Removing intermediate container c28032368d27 [2023-07-28T17:49:11.592Z] ---> 2682880e9f26 [2023-07-28T17:49:11.592Z] Step 5/29 : ARG ADD_BUILD_TAGS="" [2023-07-28T17:49:11.592Z] ---> Running in dd968960f07d [2023-07-28T17:49:11.850Z] Removing intermediate container dd968960f07d [2023-07-28T17:49:11.850Z] ---> f10d03844b8c [2023-07-28T17:49:11.850Z] Step 6/29 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-07-28T17:49:11.850Z] ---> Running in 9a4ece1494f7 [2023-07-28T17:49:12.108Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-07-28T17:49:12.367Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-07-28T17:49:12.627Z] OK: 265 MiB in 53 packages [2023-07-28T17:49:12.886Z] Removing intermediate container 9a4ece1494f7 [2023-07-28T17:49:12.886Z] ---> 6e7e43ad1d7f [2023-07-28T17:49:12.886Z] Step 7/29 : WORKDIR /app [2023-07-28T17:49:12.886Z] ---> Running in d73e5fa122f6 [2023-07-28T17:49:12.886Z] Removing intermediate container d73e5fa122f6 [2023-07-28T17:49:12.886Z] ---> 67b237f3825c [2023-07-28T17:49:12.886Z] Step 8/29 : COPY go.mod vendor* ./ [2023-07-28T17:49:13.146Z] ---> 6438ca4cb5d6 [2023-07-28T17:49:13.146Z] Step 9/29 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-07-28T17:49:13.146Z] ---> Running in 20f8e03c40de [2023-07-28T17:49:13.715Z] Removing intermediate container 20f8e03c40de [2023-07-28T17:49:13.715Z] ---> 720445289f7d [2023-07-28T17:49:13.715Z] Step 10/29 : COPY . . [2023-07-28T17:49:14.317Z] ---> c45755b0e446 [2023-07-28T17:49:14.317Z] Step 11/29 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-07-28T17:49:14.317Z] ---> Running in 39f908f81776 [2023-07-28T17:49:14.317Z] Removing intermediate container 39f908f81776 [2023-07-28T17:49:14.317Z] ---> 6f427d632fdc [2023-07-28T17:49:14.317Z] Step 12/29 : RUN $MAKE [2023-07-28T17:49:14.317Z] ---> Running in 148858af4b5a [2023-07-28T17:49:14.576Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.1.0-dev.13 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.1.0-dev.6 -X edgexfoundry/app-rfid-llrp-inventory.Version=3.1.0-dev.6" -trimpath -mod=readonly -o app-rfid-llrp-inventory [2023-07-28T17:49:36.510Z] Removing intermediate container 148858af4b5a [2023-07-28T17:49:36.510Z] ---> 57dcd7118b1b [2023-07-28T17:49:36.510Z] Step 13/29 : FROM alpine:3.17 [2023-07-28T17:49:36.510Z] 3.17: Pulling from library/alpine [2023-07-28T17:49:36.510Z] 4db1b89c0bd1: Already exists [2023-07-28T17:49:36.510Z] Digest: sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 [2023-07-28T17:49:36.510Z] Status: Downloaded newer image for alpine:3.17 [2023-07-28T17:49:36.510Z] ---> 1f73a9d63274 [2023-07-28T17:49:36.510Z] Step 14/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-07-28T17:49:36.510Z] ---> Running in 80cc9f040909 [2023-07-28T17:49:36.510Z] Removing intermediate container 80cc9f040909 [2023-07-28T17:49:36.511Z] ---> 24ebd5f38538 [2023-07-28T17:49:36.511Z] Step 15/29 : LABEL Name=app-service-rfid-llrp-inventory Version=${VERSION} [2023-07-28T17:49:36.511Z] ---> Running in 04ccec4148be [2023-07-28T17:49:36.511Z] Removing intermediate container 04ccec4148be [2023-07-28T17:49:36.511Z] ---> 9f0ef5e5529a [2023-07-28T17:49:36.511Z] Step 16/29 : RUN apk --no-cache add ca-certificates dumb-init [2023-07-28T17:49:36.511Z] ---> Running in 7f045f7ee0e7 [2023-07-28T17:49:36.511Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-07-28T17:49:36.511Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-07-28T17:49:36.511Z] (1/2) Installing ca-certificates (20230506-r0) [2023-07-28T17:49:36.511Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-07-28T17:49:36.511Z] Executing busybox-1.35.0-r29.trigger [2023-07-28T17:49:36.511Z] Executing ca-certificates-20230506-r0.trigger [2023-07-28T17:49:36.511Z] OK: 8 MiB in 17 packages [2023-07-28T17:49:36.511Z] Removing intermediate container 7f045f7ee0e7 [2023-07-28T17:49:36.511Z] ---> 58b083800322 [2023-07-28T17:49:36.511Z] Step 17/29 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-07-28T17:49:36.511Z] ---> 20b9c35d915f [2023-07-28T17:49:36.511Z] Step 18/29 : COPY --from=builder /app/LICENSE /LICENSE [2023-07-28T17:49:36.511Z] ---> cbc3124b6766 [2023-07-28T17:49:36.511Z] Step 19/29 : COPY --from=builder /app/res/ /res/ [2023-07-28T17:49:36.511Z] ---> 7e5b12d74847 [2023-07-28T17:49:36.511Z] Step 20/29 : COPY --from=builder /app/static/ /static/ [2023-07-28T17:49:36.511Z] ---> 8c4fb9131577 [2023-07-28T17:49:36.511Z] Step 21/29 : COPY --from=builder /app/app-rfid-llrp-inventory /app-rfid-llrp-inventory [2023-07-28T17:49:37.090Z] ---> 6270cae282f8 [2023-07-28T17:49:37.090Z] Step 22/29 : RUN mkdir -p /cache && chown -R 2002:2002 /cache [2023-07-28T17:49:37.090Z] ---> Running in b51e7a9dd40a [2023-07-28T17:49:37.658Z] Removing intermediate container b51e7a9dd40a [2023-07-28T17:49:37.658Z] ---> 7859ce9545b8 [2023-07-28T17:49:37.658Z] Step 23/29 : VOLUME /cache [2023-07-28T17:49:37.658Z] ---> Running in 2a5b9a655d52 [2023-07-28T17:49:37.658Z] Removing intermediate container 2a5b9a655d52 [2023-07-28T17:49:37.658Z] ---> d1ffc1739385 [2023-07-28T17:49:37.658Z] Step 24/29 : EXPOSE 59711 [2023-07-28T17:49:37.658Z] ---> Running in 7aeae517219c [2023-07-28T17:49:37.658Z] Removing intermediate container 7aeae517219c [2023-07-28T17:49:37.658Z] ---> 0a5e3b0e507e [2023-07-28T17:49:37.658Z] Step 25/29 : ENTRYPOINT ["/app-rfid-llrp-inventory"] [2023-07-28T17:49:37.658Z] ---> Running in 9cebb480be1f [2023-07-28T17:49:37.930Z] Removing intermediate container 9cebb480be1f [2023-07-28T17:49:37.930Z] ---> d57cb47992e3 [2023-07-28T17:49:37.930Z] Step 26/29 : CMD ["-cp=consul.http://edgex-core-consul:8500", "-registry"] [2023-07-28T17:49:37.930Z] ---> Running in 832830e344d8 [2023-07-28T17:49:37.930Z] Removing intermediate container 832830e344d8 [2023-07-28T17:49:37.930Z] ---> fdffcb74370f [2023-07-28T17:49:37.930Z] Step 27/29 : LABEL arch=amd64 [2023-07-28T17:49:37.930Z] ---> Running in 7ae35335920b [2023-07-28T17:49:37.930Z] Removing intermediate container 7ae35335920b [2023-07-28T17:49:37.930Z] ---> 42a91c5633cc [2023-07-28T17:49:37.930Z] Step 28/29 : LABEL git_sha=619109fb4055fb888c1b579a9d1d65a4cd37a572 [2023-07-28T17:49:38.190Z] ---> Running in 2dccc558b8a1 [2023-07-28T17:49:38.190Z] Removing intermediate container 2dccc558b8a1 [2023-07-28T17:49:38.190Z] ---> 918a2a59ecd1 [2023-07-28T17:49:38.190Z] Step 29/29 : LABEL version=3.1.0-dev.6 [2023-07-28T17:49:38.190Z] ---> Running in 49fd8e15ceef [2023-07-28T17:49:38.190Z] Removing intermediate container 49fd8e15ceef [2023-07-28T17:49:38.190Z] ---> ef989db08fc6 [2023-07-28T17:49:38.190Z] [Warning] One or more build-args [ARCH] were not consumed [2023-07-28T17:49:38.190Z] Successfully built ef989db08fc6 [2023-07-28T17:49:38.190Z] 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-07-28T17:49:38.293Z] provisioning config files... [2023-07-28T17:49:38.302Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config1700249470920930631tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-07-28T17:49:38.596Z] ---> docker-login.sh [2023-07-28T17:49:38.597Z] nexus3.edgexfoundry.org:10001 [2023-07-28T17:49:38.597Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-28T17:49:38.597Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-28T17:49:38.597Z] Configure a credential helper to remove this warning. See [2023-07-28T17:49:38.597Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-28T17:49:38.597Z] [2023-07-28T17:49:38.597Z] Login Succeeded [2023-07-28T17:49:38.597Z] nexus3.edgexfoundry.org:10002 [2023-07-28T17:49:38.597Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-28T17:49:38.597Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-28T17:49:38.597Z] Configure a credential helper to remove this warning. See [2023-07-28T17:49:38.597Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-28T17:49:38.597Z] [2023-07-28T17:49:38.597Z] Login Succeeded [2023-07-28T17:49:38.597Z] nexus3.edgexfoundry.org:10003 [2023-07-28T17:49:38.856Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-28T17:49:38.856Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-28T17:49:38.856Z] Configure a credential helper to remove this warning. See [2023-07-28T17:49:38.856Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-28T17:49:38.856Z] [2023-07-28T17:49:38.856Z] Login Succeeded [2023-07-28T17:49:38.856Z] nexus3.edgexfoundry.org:10004 [2023-07-28T17:49:38.856Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-28T17:49:38.856Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-28T17:49:38.856Z] Configure a credential helper to remove this warning. See [2023-07-28T17:49:38.856Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-28T17:49:38.856Z] [2023-07-28T17:49:38.856Z] Login Succeeded [2023-07-28T17:49:38.856Z] docker.io [2023-07-28T17:49:38.856Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-28T17:49:39.115Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-28T17:49:39.115Z] Configure a credential helper to remove this warning. See [2023-07-28T17:49:39.115Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-28T17:49:39.115Z] [2023-07-28T17:49:39.115Z] Login Succeeded [2023-07-28T17:49:39.115Z] ---> docker-login.sh ends [Pipeline] } [2023-07-28T17:49:39.123Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-07-28T17:49:39.150Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-07-28T17:49:39.167Z] [edgeXDocker.push] Tagging docker image app-rfid-llrp-inventory with the following tags: [2023-07-28T17:49:39.167Z] 619109fb4055fb888c1b579a9d1d65a4cd37a572 [2023-07-28T17:49:39.167Z] latest [2023-07-28T17:49:39.167Z] 3.1.0-dev.6 [2023-07-28T17:49:39.167Z] 619109fb4055fb888c1b579a9d1d65a4cd37a572-3.1.0-dev.6 [2023-07-28T17:49:39.167Z] main [2023-07-28T17:49:39.167Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-28T17:49:39.470Z] + docker tag app-rfid-llrp-inventory nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:619109fb4055fb888c1b579a9d1d65a4cd37a572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-28T17:49:39.774Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:619109fb4055fb888c1b579a9d1d65a4cd37a572 [2023-07-28T17:49:39.774Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] [2023-07-28T17:49:39.774Z] 658f022b95f1: Preparing [2023-07-28T17:49:39.774Z] c6ec31bc77cb: Preparing [2023-07-28T17:49:39.774Z] aefa0bac4ae6: Preparing [2023-07-28T17:49:39.774Z] 1e85d89fa879: Preparing [2023-07-28T17:49:39.774Z] fd62fb76eea7: Preparing [2023-07-28T17:49:39.774Z] ac3c45492edf: Preparing [2023-07-28T17:49:39.774Z] 73a98c54ec1b: Preparing [2023-07-28T17:49:39.774Z] 3dab9f8bf2d2: Preparing [2023-07-28T17:49:39.774Z] 73a98c54ec1b: Waiting [2023-07-28T17:49:39.774Z] 3dab9f8bf2d2: Waiting [2023-07-28T17:49:39.774Z] ac3c45492edf: Waiting [2023-07-28T17:49:39.774Z] fd62fb76eea7: Pushed [2023-07-28T17:49:39.774Z] 658f022b95f1: Pushed [2023-07-28T17:49:39.774Z] 1e85d89fa879: Pushed [2023-07-28T17:49:39.774Z] aefa0bac4ae6: Pushed [2023-07-28T17:49:39.774Z] 3dab9f8bf2d2: Layer already exists [2023-07-28T17:49:39.774Z] ac3c45492edf: Pushed [2023-07-28T17:49:40.032Z] 73a98c54ec1b: Pushed [2023-07-28T17:49:42.568Z] c6ec31bc77cb: Pushed [2023-07-28T17:49:42.568Z] 619109fb4055fb888c1b579a9d1d65a4cd37a572: digest: sha256:5b8d8fa6ad58c16de06faf74f35b7038c0767b4856a0e78ec8f2ef0b857909e3 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-28T17:49:42.873Z] + 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-07-28T17:49:43.173Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:latest [2023-07-28T17:49:43.173Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] [2023-07-28T17:49:43.173Z] 658f022b95f1: Preparing [2023-07-28T17:49:43.173Z] c6ec31bc77cb: Preparing [2023-07-28T17:49:43.173Z] aefa0bac4ae6: Preparing [2023-07-28T17:49:43.173Z] 1e85d89fa879: Preparing [2023-07-28T17:49:43.173Z] fd62fb76eea7: Preparing [2023-07-28T17:49:43.173Z] ac3c45492edf: Preparing [2023-07-28T17:49:43.173Z] 73a98c54ec1b: Preparing [2023-07-28T17:49:43.173Z] 3dab9f8bf2d2: Preparing [2023-07-28T17:49:43.173Z] ac3c45492edf: Waiting [2023-07-28T17:49:43.173Z] 73a98c54ec1b: Waiting [2023-07-28T17:49:43.173Z] 3dab9f8bf2d2: Waiting [2023-07-28T17:49:43.173Z] c6ec31bc77cb: Layer already exists [2023-07-28T17:49:43.173Z] 658f022b95f1: Layer already exists [2023-07-28T17:49:43.173Z] 1e85d89fa879: Layer already exists [2023-07-28T17:49:43.173Z] fd62fb76eea7: Layer already exists [2023-07-28T17:49:43.173Z] aefa0bac4ae6: Layer already exists [2023-07-28T17:49:43.173Z] 73a98c54ec1b: Layer already exists [2023-07-28T17:49:43.173Z] ac3c45492edf: Layer already exists [2023-07-28T17:49:43.173Z] 3dab9f8bf2d2: Layer already exists [2023-07-28T17:49:43.173Z] latest: digest: sha256:5b8d8fa6ad58c16de06faf74f35b7038c0767b4856a0e78ec8f2ef0b857909e3 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-28T17:49:43.477Z] + docker tag app-rfid-llrp-inventory nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:3.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-28T17:49:43.783Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:3.1.0-dev.6 [2023-07-28T17:49:43.783Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] [2023-07-28T17:49:43.783Z] 658f022b95f1: Preparing [2023-07-28T17:49:43.783Z] c6ec31bc77cb: Preparing [2023-07-28T17:49:43.783Z] aefa0bac4ae6: Preparing [2023-07-28T17:49:43.783Z] 1e85d89fa879: Preparing [2023-07-28T17:49:43.783Z] fd62fb76eea7: Preparing [2023-07-28T17:49:43.783Z] ac3c45492edf: Preparing [2023-07-28T17:49:43.783Z] 73a98c54ec1b: Preparing [2023-07-28T17:49:43.783Z] 3dab9f8bf2d2: Preparing [2023-07-28T17:49:43.783Z] 73a98c54ec1b: Waiting [2023-07-28T17:49:43.783Z] 3dab9f8bf2d2: Waiting [2023-07-28T17:49:43.783Z] ac3c45492edf: Waiting [2023-07-28T17:49:43.783Z] c6ec31bc77cb: Layer already exists [2023-07-28T17:49:43.783Z] 1e85d89fa879: Layer already exists [2023-07-28T17:49:43.783Z] 658f022b95f1: Layer already exists [2023-07-28T17:49:43.783Z] fd62fb76eea7: Layer already exists [2023-07-28T17:49:43.783Z] aefa0bac4ae6: Layer already exists [2023-07-28T17:49:43.783Z] ac3c45492edf: Layer already exists [2023-07-28T17:49:43.783Z] 73a98c54ec1b: Layer already exists [2023-07-28T17:49:43.783Z] 3dab9f8bf2d2: Layer already exists [2023-07-28T17:49:43.783Z] 3.1.0-dev.6: digest: sha256:5b8d8fa6ad58c16de06faf74f35b7038c0767b4856a0e78ec8f2ef0b857909e3 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-28T17:49:44.093Z] + docker tag app-rfid-llrp-inventory nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:619109fb4055fb888c1b579a9d1d65a4cd37a572-3.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-28T17:49:44.440Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:619109fb4055fb888c1b579a9d1d65a4cd37a572-3.1.0-dev.6 [2023-07-28T17:49:44.440Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] [2023-07-28T17:49:44.440Z] 658f022b95f1: Preparing [2023-07-28T17:49:44.440Z] c6ec31bc77cb: Preparing [2023-07-28T17:49:44.440Z] aefa0bac4ae6: Preparing [2023-07-28T17:49:44.440Z] 1e85d89fa879: Preparing [2023-07-28T17:49:44.440Z] fd62fb76eea7: Preparing [2023-07-28T17:49:44.440Z] ac3c45492edf: Preparing [2023-07-28T17:49:44.440Z] 73a98c54ec1b: Preparing [2023-07-28T17:49:44.440Z] 3dab9f8bf2d2: Preparing [2023-07-28T17:49:44.440Z] 73a98c54ec1b: Waiting [2023-07-28T17:49:44.440Z] 3dab9f8bf2d2: Waiting [2023-07-28T17:49:44.440Z] 658f022b95f1: Layer already exists [2023-07-28T17:49:44.440Z] c6ec31bc77cb: Layer already exists [2023-07-28T17:49:44.440Z] 1e85d89fa879: Layer already exists [2023-07-28T17:49:44.440Z] fd62fb76eea7: Layer already exists [2023-07-28T17:49:44.440Z] aefa0bac4ae6: Layer already exists [2023-07-28T17:49:44.440Z] ac3c45492edf: Layer already exists [2023-07-28T17:49:44.440Z] 73a98c54ec1b: Layer already exists [2023-07-28T17:49:44.440Z] 3dab9f8bf2d2: Layer already exists [2023-07-28T17:49:44.440Z] 619109fb4055fb888c1b579a9d1d65a4cd37a572-3.1.0-dev.6: digest: sha256:5b8d8fa6ad58c16de06faf74f35b7038c0767b4856a0e78ec8f2ef0b857909e3 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-28T17:49:44.742Z] + 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-07-28T17:49:45.037Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:main [2023-07-28T17:49:45.037Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] [2023-07-28T17:49:45.037Z] 658f022b95f1: Preparing [2023-07-28T17:49:45.037Z] c6ec31bc77cb: Preparing [2023-07-28T17:49:45.037Z] aefa0bac4ae6: Preparing [2023-07-28T17:49:45.037Z] 1e85d89fa879: Preparing [2023-07-28T17:49:45.037Z] fd62fb76eea7: Preparing [2023-07-28T17:49:45.037Z] ac3c45492edf: Preparing [2023-07-28T17:49:45.037Z] 73a98c54ec1b: Preparing [2023-07-28T17:49:45.037Z] 3dab9f8bf2d2: Preparing [2023-07-28T17:49:45.037Z] 3dab9f8bf2d2: Waiting [2023-07-28T17:49:45.037Z] ac3c45492edf: Waiting [2023-07-28T17:49:45.037Z] 658f022b95f1: Layer already exists [2023-07-28T17:49:45.037Z] 1e85d89fa879: Layer already exists [2023-07-28T17:49:45.037Z] c6ec31bc77cb: Layer already exists [2023-07-28T17:49:45.037Z] fd62fb76eea7: Layer already exists [2023-07-28T17:49:45.037Z] aefa0bac4ae6: Layer already exists [2023-07-28T17:49:45.037Z] ac3c45492edf: Layer already exists [2023-07-28T17:49:45.037Z] 73a98c54ec1b: Layer already exists [2023-07-28T17:49:45.037Z] 3dab9f8bf2d2: Layer already exists [2023-07-28T17:49:45.037Z] main: digest: sha256:5b8d8fa6ad58c16de06faf74f35b7038c0767b4856a0e78ec8f2ef0b857909e3 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-07-28T17:49:45.074Z] ===================================================== [Pipeline] echo [2023-07-28T17:49:45.080Z] taggedImages: [2023-07-28T17:49:45.080Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:619109fb4055fb888c1b579a9d1d65a4cd37a572 [2023-07-28T17:49:45.080Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:latest [2023-07-28T17:49:45.080Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:3.1.0-dev.6 [2023-07-28T17:49:45.080Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:619109fb4055fb888c1b579a9d1d65a4cd37a572-3.1.0-dev.6 [2023-07-28T17:49:45.080Z] - 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-07-28T17:49:45.443Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-07-28T17:49:45.443Z] [2023-07-28T17:49:45.443Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-28T17:49:45.740Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-07-28T17:49:45.740Z] latest: Pulling from edgex-lftools-log-publisher [2023-07-28T17:49:45.740Z] 5eb5b503b376: Pulling fs layer [2023-07-28T17:49:45.740Z] 5c69ac0246d0: Pulling fs layer [2023-07-28T17:49:45.740Z] ec43610c2a17: Pulling fs layer [2023-07-28T17:49:45.740Z] 3a2ae6a8a46f: Pulling fs layer [2023-07-28T17:49:45.740Z] 33b1e0a273af: Pulling fs layer [2023-07-28T17:49:45.740Z] 5d3b04190fa2: Pulling fs layer [2023-07-28T17:49:45.740Z] 2f39f015ded8: Pulling fs layer [2023-07-28T17:49:45.740Z] 33b1e0a273af: Waiting [2023-07-28T17:49:45.740Z] 5d3b04190fa2: Waiting [2023-07-28T17:49:45.740Z] 5c69ac0246d0: Download complete [2023-07-28T17:49:45.740Z] 3a2ae6a8a46f: Download complete [2023-07-28T17:49:45.740Z] 33b1e0a273af: Verifying Checksum [2023-07-28T17:49:45.740Z] 33b1e0a273af: Download complete [2023-07-28T17:49:45.740Z] 5d3b04190fa2: Download complete [2023-07-28T17:49:45.740Z] ec43610c2a17: Verifying Checksum [2023-07-28T17:49:45.740Z] ec43610c2a17: Download complete [2023-07-28T17:49:45.998Z] 5eb5b503b376: Verifying Checksum [2023-07-28T17:49:45.998Z] 5eb5b503b376: Download complete [2023-07-28T17:49:46.564Z] 2f39f015ded8: Verifying Checksum [2023-07-28T17:49:47.128Z] 5eb5b503b376: Pull complete [2023-07-28T17:49:47.128Z] 5c69ac0246d0: Pull complete [2023-07-28T17:49:47.695Z] ec43610c2a17: Pull complete [2023-07-28T17:49:47.695Z] 3a2ae6a8a46f: Pull complete [2023-07-28T17:49:47.695Z] 33b1e0a273af: Pull complete [2023-07-28T17:49:47.953Z] 5d3b04190fa2: Pull complete [2023-07-28T17:49:52.135Z] 2f39f015ded8: Pull complete [2023-07-28T17:49:52.135Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-07-28T17:49:52.135Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-07-28T17:49:52.135Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-28T17:49:52.207Z] prd-ubuntu20.04-docker-8c-8g-2451 does not seem to be running inside a container [2023-07-28T17:49:52.231Z] $ 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-07-28T17:49:55.005Z] $ docker top b3925fe3f73cbe517bd9cb88c007cc3489d3766e5ad7f9601400e1f61962ce49 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-07-28T17:49:55.371Z] ---> job-cost.sh [2023-07-28T17:49:55.371Z] lf-activate-venv: SKIPPING [2023-07-28T17:49:55.371Z] INFO: No Stack... [2023-07-28T17:49:55.629Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-07-28T17:49:56.197Z] INFO: Archiving Costs [Pipeline] sh [2023-07-28T17:49:56.482Z] + cat /w/workspace/dry_app-rfid-llrp-inventory_main/archives/cost.csv [2023-07-28T17:49:56.482Z] + cut -d, -f6 [Pipeline] lock [2023-07-28T17:49:56.494Z] Trying to acquire lock on [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-118-stack-cost] [2023-07-28T17:49:56.500Z] Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-118-stack-cost] did not exist. Created. [2023-07-28T17:49:56.500Z] Lock acquired on [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-118-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-07-28T17:49:56.801Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-07-28T17:49:56.827Z] Stashed 1 file(s) [Pipeline] } [2023-07-28T17:49:56.834Z] Lock released on resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-118-stack-cost] [Pipeline] // lock [Pipeline] } [2023-07-28T17:49:56.856Z] $ docker stop --time=1 b3925fe3f73cbe517bd9cb88c007cc3489d3766e5ad7f9601400e1f61962ce49 [2023-07-28T17:49:58.019Z] $ docker rm -f --volumes b3925fe3f73cbe517bd9cb88c007cc3489d3766e5ad7f9601400e1f61962ce49 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-07-28T17:50:40.771Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-2453 in /w/workspace/dry_app-rfid-llrp-inventory_main [Pipeline] { [Pipeline] ws [2023-07-28T17:50:40.784Z] Running in /w/workspace/app-rfid-llrp-inventory/118 [Pipeline] { [Pipeline] checkout [2023-07-28T17:50:40.814Z] The recommended git tool is: git [2023-07-28T17:50:46.209Z] using credential edgex-jenkins-ssh [2023-07-28T17:50:46.225Z] Cloning the remote Git repository [2023-07-28T17:50:46.269Z] Cloning repository git@github.com:edgexfoundry/app-rfid-llrp-inventory.git [2023-07-28T17:50:46.362Z] > git init /w/workspace/app-rfid-llrp-inventory/118 # timeout=10 [2023-07-28T17:50:46.509Z] Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.git [2023-07-28T17:50:46.510Z] > git --version # timeout=10 [2023-07-28T17:50:46.533Z] > git --version # 'git version 2.25.1' [2023-07-28T17:50:46.536Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-07-28T17:50:46.684Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-07-28T17:50:49.322Z] > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 [2023-07-28T17:50:49.360Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-07-28T17:50:50.210Z] Avoid second fetch [2023-07-28T17:50:50.210Z] Checking out Revision 619109fb4055fb888c1b579a9d1d65a4cd37a572 (main) [2023-07-28T17:50:50.764Z] Commit message: "build(deps): Bump github.com/edgexfoundry/app-functions-sdk-go/v3 (#213)" [2023-07-28T17:50:50.226Z] > git config core.sparsecheckout # timeout=10 [2023-07-28T17:50:50.295Z] > git checkout -f 619109fb4055fb888c1b579a9d1d65a4cd37a572 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-07-28T17:50:51.784Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-07-28T17:50:51.784Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-07-28T17:50:51.784Z] Dload Upload Total Spent Left Speed [2023-07-28T17:50:51.784Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 226k 0 --:--:-- --:--:-- --:--:-- 226k [Pipeline] sh [2023-07-28T17:50:52.455Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-07-28T17:50:52.790Z] + sudo tee /etc/docker/daemon.new [2023-07-28T17:50:52.790Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-07-28T17:50:52.790Z] { [2023-07-28T17:50:52.790Z] "registry-mirrors": [ [2023-07-28T17:50:52.790Z] "https://nexus3.edgexfoundry.org:10001" [2023-07-28T17:50:52.790Z] ], [2023-07-28T17:50:52.790Z] "bip": "10.250.0.254/24", [2023-07-28T17:50:52.790Z] "hosts": [ [2023-07-28T17:50:52.790Z] "tcp://0.0.0.0:5555", [2023-07-28T17:50:52.790Z] "unix:///var/run/docker.sock" [2023-07-28T17:50:52.790Z] ], [2023-07-28T17:50:52.790Z] "mtu": 1458, [2023-07-28T17:50:52.790Z] "selinux-enabled": true, [2023-07-28T17:50:52.790Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-07-28T17:50:52.790Z] } [Pipeline] sh [2023-07-28T17:50:53.126Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-07-28T17:50:53.466Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-07-28T17:51:11.737Z] provisioning config files... [2023-07-28T17:51:11.763Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/app-rfid-llrp-inventory/118@tmp/config17377470649208884254tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-07-28T17:51:12.117Z] ---> docker-login.sh [2023-07-28T17:51:12.117Z] nexus3.edgexfoundry.org:10001 [2023-07-28T17:51:12.387Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-28T17:51:12.974Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-28T17:51:12.974Z] Configure a credential helper to remove this warning. See [2023-07-28T17:51:12.974Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-28T17:51:12.974Z] [2023-07-28T17:51:12.974Z] Login Succeeded [2023-07-28T17:51:12.974Z] nexus3.edgexfoundry.org:10002 [2023-07-28T17:51:13.246Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-28T17:51:13.246Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-28T17:51:13.246Z] Configure a credential helper to remove this warning. See [2023-07-28T17:51:13.246Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-28T17:51:13.246Z] [2023-07-28T17:51:13.246Z] Login Succeeded [2023-07-28T17:51:13.246Z] nexus3.edgexfoundry.org:10003 [2023-07-28T17:51:13.519Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-28T17:51:13.519Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-28T17:51:13.519Z] Configure a credential helper to remove this warning. See [2023-07-28T17:51:13.519Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-28T17:51:13.519Z] [2023-07-28T17:51:13.519Z] Login Succeeded [2023-07-28T17:51:13.519Z] nexus3.edgexfoundry.org:10004 [2023-07-28T17:51:13.789Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-28T17:51:14.062Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-28T17:51:14.062Z] Configure a credential helper to remove this warning. See [2023-07-28T17:51:14.062Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-28T17:51:14.062Z] [2023-07-28T17:51:14.062Z] Login Succeeded [2023-07-28T17:51:14.062Z] docker.io [2023-07-28T17:51:14.330Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-28T17:51:14.599Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-28T17:51:14.599Z] Configure a credential helper to remove this warning. See [2023-07-28T17:51:14.599Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-28T17:51:14.599Z] [2023-07-28T17:51:14.599Z] Login Succeeded [2023-07-28T17:51:14.599Z] ---> docker-login.sh ends [Pipeline] } [2023-07-28T17:51:14.614Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-07-28T17:51:14.862Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-07-28T17:51:14.879Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-07-28T17:51:14.892Z] ========================================================= [2023-07-28T17:51:14.892Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-07-28T17:51:14.892Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-28T17:51:15.261Z] + 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-07-28T17:51:15.530Z] Sending build context to Docker daemon 684kB [2023-07-28T17:51:15.530Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-07-28T17:51:15.530Z] Step 2/12 : FROM ${BASE} AS builder [2023-07-28T17:51:15.803Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-07-28T17:51:15.803Z] edb6bdbacee9: Pulling fs layer [2023-07-28T17:51:15.803Z] 5f9638ab2659: Pulling fs layer [2023-07-28T17:51:15.803Z] 8d51d6327a98: Pulling fs layer [2023-07-28T17:51:15.803Z] 8b374f2dd631: Pulling fs layer [2023-07-28T17:51:15.803Z] ec14aa9079de: Pulling fs layer [2023-07-28T17:51:15.803Z] 2f466654f4bb: Pulling fs layer [2023-07-28T17:51:15.803Z] 554e91adad29: Pulling fs layer [2023-07-28T17:51:15.803Z] ec14aa9079de: Waiting [2023-07-28T17:51:15.803Z] 8b374f2dd631: Waiting [2023-07-28T17:51:15.803Z] 2f466654f4bb: Waiting [2023-07-28T17:51:15.803Z] 554e91adad29: Waiting [2023-07-28T17:51:15.804Z] 5f9638ab2659: Download complete [2023-07-28T17:51:15.804Z] 8b374f2dd631: Verifying Checksum [2023-07-28T17:51:15.804Z] 8b374f2dd631: Download complete [2023-07-28T17:51:15.804Z] edb6bdbacee9: Verifying Checksum [2023-07-28T17:51:15.804Z] edb6bdbacee9: Download complete [2023-07-28T17:51:15.804Z] ec14aa9079de: Verifying Checksum [2023-07-28T17:51:15.804Z] ec14aa9079de: Download complete [2023-07-28T17:51:16.792Z] edb6bdbacee9: Pull complete [2023-07-28T17:51:17.385Z] 554e91adad29: Verifying Checksum [2023-07-28T17:51:17.385Z] 554e91adad29: Download complete [2023-07-28T17:51:17.385Z] 5f9638ab2659: Pull complete [2023-07-28T17:51:18.354Z] 8d51d6327a98: Verifying Checksum [2023-07-28T17:51:18.354Z] 8d51d6327a98: Download complete [2023-07-28T17:51:18.354Z] 2f466654f4bb: Verifying Checksum [2023-07-28T17:51:18.354Z] 2f466654f4bb: Download complete [2023-07-28T17:51:30.719Z] 8d51d6327a98: Pull complete [2023-07-28T17:51:30.719Z] 8b374f2dd631: Pull complete [2023-07-28T17:51:30.719Z] ec14aa9079de: Pull complete [2023-07-28T17:51:39.087Z] 2f466654f4bb: Pull complete [2023-07-28T17:51:41.674Z] 554e91adad29: Pull complete [2023-07-28T17:51:41.674Z] Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 [2023-07-28T17:51:41.674Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-07-28T17:51:41.674Z] ---> 1e15ea492957 [2023-07-28T17:51:41.674Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-07-28T17:51:43.629Z] ---> Running in 509eff309749 [2023-07-28T17:51:43.897Z] Removing intermediate container 509eff309749 [2023-07-28T17:51:43.897Z] ---> 9f5a81232d25 [2023-07-28T17:51:43.897Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-07-28T17:51:43.897Z] ---> Running in 8b2bfcb56b0d [2023-07-28T17:51:44.167Z] Removing intermediate container 8b2bfcb56b0d [2023-07-28T17:51:44.167Z] ---> 9e40bc386256 [2023-07-28T17:51:44.167Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-07-28T17:51:44.167Z] ---> Running in b5cfca483ba4 [2023-07-28T17:51:44.755Z] Removing intermediate container b5cfca483ba4 [2023-07-28T17:51:44.755Z] ---> 562db3b25d2b [2023-07-28T17:51:44.755Z] Step 6/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-07-28T17:51:44.755Z] ---> Running in 9b2e1fed0345 [2023-07-28T17:51:45.718Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-07-28T17:51:46.300Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-07-28T17:51:47.263Z] OK: 263 MiB in 53 packages [2023-07-28T17:51:48.236Z] Removing intermediate container 9b2e1fed0345 [2023-07-28T17:51:48.236Z] ---> 3e0700dbb50d [2023-07-28T17:51:48.236Z] Step 7/12 : WORKDIR /app [2023-07-28T17:51:48.236Z] ---> Running in e844b2689ee0 [2023-07-28T17:51:48.827Z] Removing intermediate container e844b2689ee0 [2023-07-28T17:51:48.827Z] ---> 2c2b75146734 [2023-07-28T17:51:48.827Z] Step 8/12 : COPY go.mod vendor* ./ [2023-07-28T17:51:49.105Z] ---> bdd832e630a4 [2023-07-28T17:51:49.105Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-07-28T17:51:49.375Z] ---> Running in d1209fb69c1a [2023-07-28T17:53:11.012Z] Removing intermediate container d1209fb69c1a [2023-07-28T17:53:11.012Z] ---> 760b83e5ae2b [2023-07-28T17:53:11.012Z] Step 10/12 : COPY . . [2023-07-28T17:53:11.012Z] ---> dba4a4f7e757 [2023-07-28T17:53:11.012Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-07-28T17:53:11.012Z] ---> Running in f8d3433d99ac [2023-07-28T17:53:11.012Z] Removing intermediate container f8d3433d99ac [2023-07-28T17:53:11.012Z] ---> e4715ef0d373 [2023-07-28T17:53:11.012Z] Step 12/12 : RUN $MAKE [2023-07-28T17:53:11.012Z] ---> Running in a18b8919767f [2023-07-28T17:53:11.012Z] noop [2023-07-28T17:53:11.012Z] Removing intermediate container a18b8919767f [2023-07-28T17:53:11.012Z] ---> e9c16806e086 [2023-07-28T17:53:11.012Z] Successfully built e9c16806e086 [2023-07-28T17:53:11.012Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-28T17:53:11.383Z] + docker inspect -f . ci-base-image-arm64 [2023-07-28T17:53:11.383Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-28T17:53:11.559Z] prd-ubuntu20.04-docker-arm64-4c-16g-2453 does not seem to be running inside a container [2023-07-28T17:53:11.624Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-rfid-llrp-inventory/118 -v /w/workspace/app-rfid-llrp-inventory/118:/w/workspace/app-rfid-llrp-inventory/118:rw,z -v /w/workspace/app-rfid-llrp-inventory/118@tmp:/w/workspace/app-rfid-llrp-inventory/118@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-07-28T17:53:12.784Z] $ docker top 328cfe73025bfbced0fcf6e2dbac0f0ec7e04d613032152808ebd6b36850f7e4 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-07-28T17:53:13.613Z] + go version [2023-07-28T17:53:13.613Z] go version go1.20.6 linux/arm64 [Pipeline] } [2023-07-28T17:53:13.629Z] $ docker stop --time=1 328cfe73025bfbced0fcf6e2dbac0f0ec7e04d613032152808ebd6b36850f7e4 [2023-07-28T17:53:15.473Z] $ docker rm -f --volumes 328cfe73025bfbced0fcf6e2dbac0f0ec7e04d613032152808ebd6b36850f7e4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-28T17:53:16.025Z] + docker inspect -f . ci-base-image-arm64 [2023-07-28T17:53:16.026Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-28T17:53:16.206Z] prd-ubuntu20.04-docker-arm64-4c-16g-2453 does not seem to be running inside a container [2023-07-28T17:53:16.269Z] $ 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/118 -v /w/workspace/app-rfid-llrp-inventory/118:/w/workspace/app-rfid-llrp-inventory/118:rw,z -v /w/workspace/app-rfid-llrp-inventory/118@tmp:/w/workspace/app-rfid-llrp-inventory/118@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-07-28T17:53:17.396Z] $ docker top 415b16e026343948d40c526485f882611da1404b332f9f62bfb8f54c9c6d35db -eo pid,comm [Pipeline] { [Pipeline] sh [2023-07-28T17:53:18.207Z] + git config --global --add safe.directory /w/workspace/app-rfid-llrp-inventory/118 [Pipeline] fileExists [Pipeline] sh [2023-07-28T17:53:18.545Z] + make test [2023-07-28T17:53:18.545Z] go test -race ./... -coverprofile=coverage.out ./... [2023-07-28T17:56:25.302Z] ? edgexfoundry/app-rfid-llrp-inventory [no test files] [2023-07-28T17:56:25.302Z] ? edgexfoundry/app-rfid-llrp-inventory/internal/inventory/app [no test files] [2023-07-28T17:56:26.713Z] ok edgexfoundry/app-rfid-llrp-inventory/internal/inventory 1.158s coverage: 86.2% of statements [2023-07-28T17:56:36.779Z] ok edgexfoundry/app-rfid-llrp-inventory/internal/llrp 3.439s coverage: 71.9% of statements [2023-07-28T17:56:37.047Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-07-28T17:56:37.047Z] go vet ./... [2023-07-28T17:58:58.741Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-07-28T17:58:58.741Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-07-28T17:58:58.741Z] ./bin/test-attribution.sh [Pipeline] echo [2023-07-28T17:58:58.755Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-07-28T17:58:58.763Z] $ docker stop --time=1 415b16e026343948d40c526485f882611da1404b332f9f62bfb8f54c9c6d35db [2023-07-28T17:59:00.594Z] $ docker rm -f --volumes 415b16e026343948d40c526485f882611da1404b332f9f62bfb8f54c9c6d35db [Pipeline] // withDockerContainer [Pipeline] sh [2023-07-28T17:59:02.067Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-07-28T17:59:02.090Z] Warning: overwriting stash ‘coverage-report’ [2023-07-28T17:59:02.512Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-07-28T17:59:02.903Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-07-28T17:59:03.216Z] + ls -al . [2023-07-28T17:59:03.216Z] total 232 [2023-07-28T17:59:03.216Z] drwxrwxr-x 10 jenkins jenkins 4096 Jul 28 17:53 . [2023-07-28T17:59:03.216Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 28 17:50 .. [2023-07-28T17:59:03.216Z] -rw-rw-r-- 1 jenkins jenkins 262 Jul 28 17:50 .dockerignore [2023-07-28T17:59:03.216Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 28 17:50 .git [2023-07-28T17:59:03.216Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 28 17:50 .github [2023-07-28T17:59:03.216Z] -rw-rw-r-- 1 jenkins jenkins 788 Jul 28 17:50 .gitignore [2023-07-28T17:59:03.216Z] -rw-rw-r-- 1 jenkins jenkins 41 Jul 28 17:50 .golangci.yml [2023-07-28T17:59:03.216Z] -rw-rw-r-- 1 jenkins jenkins 10332 Jul 28 17:50 Attribution.txt [2023-07-28T17:59:03.216Z] -rw-rw-r-- 1 jenkins jenkins 9042 Jul 28 17:50 CHANGELOG.md [2023-07-28T17:59:03.216Z] -rw-rw-r-- 1 jenkins jenkins 1659 Jul 28 17:50 Dockerfile [2023-07-28T17:59:03.216Z] -rw-rw-r-- 1 jenkins jenkins 677 Jul 28 17:50 GOVERNANCE.md [2023-07-28T17:59:03.216Z] -rw-rw-r-- 1 jenkins jenkins 687 Jul 28 17:50 Jenkinsfile [2023-07-28T17:59:03.216Z] -rw-rw-r-- 1 jenkins jenkins 11347 Jul 28 17:50 LICENSE [2023-07-28T17:59:03.216Z] -rw-rw-r-- 1 jenkins jenkins 2497 Jul 28 17:50 Makefile [2023-07-28T17:59:03.216Z] -rw-rw-r-- 1 jenkins jenkins 617 Jul 28 17:50 OWNERS.md [2023-07-28T17:59:03.216Z] -rw-rw-r-- 1 jenkins jenkins 31516 Jul 28 17:50 README.md [2023-07-28T17:59:03.216Z] -rw-rw-r-- 1 jenkins jenkins 11 Jul 28 17:47 VERSION [2023-07-28T17:59:03.216Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 28 17:50 bin [2023-07-28T17:59:03.216Z] -rw-r--r-- 1 jenkins jenkins 41317 Jul 28 17:56 coverage.out [2023-07-28T17:59:03.216Z] -rw-rw-r-- 1 jenkins jenkins 3694 Jul 28 17:50 go.mod [2023-07-28T17:59:03.216Z] -rw-rw-r-- 1 jenkins jenkins 32867 Jul 28 17:50 go.sum [2023-07-28T17:59:03.216Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 28 17:50 images [2023-07-28T17:59:03.216Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 28 17:50 internal [2023-07-28T17:59:03.216Z] -rw-rw-r-- 1 jenkins jenkins 531 Jul 28 17:50 main.go [2023-07-28T17:59:03.216Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 28 17:50 res [2023-07-28T17:59:03.216Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 28 17:50 snap [2023-07-28T17:59:03.216Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 28 17:50 static [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-28T17:59:03.545Z] + 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=619109fb4055fb888c1b579a9d1d65a4cd37a572 --label arch=arm64 --label version=3.1.0-dev.6 . [2023-07-28T17:59:03.812Z] Sending build context to Docker daemon 684kB [2023-07-28T17:59:03.812Z] Step 1/29 : ARG BASE=golang:1.20-alpine3.17 [2023-07-28T17:59:03.812Z] Step 2/29 : FROM ${BASE} AS builder [2023-07-28T17:59:03.812Z] ---> e9c16806e086 [2023-07-28T17:59:03.812Z] Step 3/29 : ARG ALPINE_PKG_BASE="make git" [2023-07-28T17:59:03.812Z] ---> Running in 1df53cae1c9e [2023-07-28T17:59:04.084Z] Removing intermediate container 1df53cae1c9e [2023-07-28T17:59:04.084Z] ---> 00c8bd87ffea [2023-07-28T17:59:04.084Z] Step 4/29 : ARG ALPINE_PKG_EXTRA="" [2023-07-28T17:59:04.364Z] ---> Running in a2a2ad96b42b [2023-07-28T17:59:04.633Z] Removing intermediate container a2a2ad96b42b [2023-07-28T17:59:04.633Z] ---> 17a2516337ef [2023-07-28T17:59:04.633Z] Step 5/29 : ARG ADD_BUILD_TAGS="" [2023-07-28T17:59:04.633Z] ---> Running in ceb0f5c9710c [2023-07-28T17:59:04.901Z] Removing intermediate container ceb0f5c9710c [2023-07-28T17:59:04.901Z] ---> 82ee4597e00e [2023-07-28T17:59:04.901Z] Step 6/29 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-07-28T17:59:04.901Z] ---> Running in 49ad527a4608 [2023-07-28T17:59:05.864Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-07-28T17:59:09.197Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-07-28T17:59:10.153Z] OK: 263 MiB in 53 packages [2023-07-28T17:59:10.735Z] Removing intermediate container 49ad527a4608 [2023-07-28T17:59:10.735Z] ---> 25e8d3938471 [2023-07-28T17:59:10.735Z] Step 7/29 : WORKDIR /app [2023-07-28T17:59:10.735Z] ---> Running in b6a14cf2dbdf [2023-07-28T17:59:11.014Z] Removing intermediate container b6a14cf2dbdf [2023-07-28T17:59:11.014Z] ---> ec9c13ab39c4 [2023-07-28T17:59:11.014Z] Step 8/29 : COPY go.mod vendor* ./ [2023-07-28T17:59:11.600Z] ---> d822f5d2a1fd [2023-07-28T17:59:11.600Z] Step 9/29 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-07-28T17:59:11.600Z] ---> Running in e75a65cf4e9e [2023-07-28T17:59:13.552Z] Removing intermediate container e75a65cf4e9e [2023-07-28T17:59:13.552Z] ---> 7da6a6d98bbd [2023-07-28T17:59:13.552Z] Step 10/29 : COPY . . [2023-07-28T17:59:14.135Z] ---> dd18c516d9e1 [2023-07-28T17:59:14.135Z] Step 11/29 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-07-28T17:59:14.401Z] ---> Running in edbec192723f [2023-07-28T17:59:14.401Z] Removing intermediate container edbec192723f [2023-07-28T17:59:14.401Z] ---> 983bb328a1f5 [2023-07-28T17:59:14.401Z] Step 12/29 : RUN $MAKE [2023-07-28T17:59:14.668Z] ---> Running in 90c992f171df [2023-07-28T17:59:15.629Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.1.0-dev.13 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.1.0-dev.6 -X edgexfoundry/app-rfid-llrp-inventory.Version=3.1.0-dev.6" -trimpath -mod=readonly -o app-rfid-llrp-inventory [2023-07-28T18:01:22.493Z] Removing intermediate container 90c992f171df [2023-07-28T18:01:22.493Z] ---> 7c2896c5bb53 [2023-07-28T18:01:22.493Z] Step 13/29 : FROM alpine:3.17 [2023-07-28T18:01:22.493Z] 3.17: Pulling from library/alpine [2023-07-28T18:01:22.493Z] edb6bdbacee9: Already exists [2023-07-28T18:01:22.493Z] Digest: sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 [2023-07-28T18:01:22.493Z] Status: Downloaded newer image for alpine:3.17 [2023-07-28T18:01:22.493Z] ---> 779605e5fbc0 [2023-07-28T18:01:22.493Z] Step 14/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-07-28T18:01:22.493Z] ---> Running in c1810a163eec [2023-07-28T18:01:22.493Z] Removing intermediate container c1810a163eec [2023-07-28T18:01:22.493Z] ---> 3b1bc1f33ca9 [2023-07-28T18:01:22.493Z] Step 15/29 : LABEL Name=app-service-rfid-llrp-inventory Version=${VERSION} [2023-07-28T18:01:22.493Z] ---> Running in bf58275e047d [2023-07-28T18:01:22.493Z] Removing intermediate container bf58275e047d [2023-07-28T18:01:22.493Z] ---> 9e4c18370833 [2023-07-28T18:01:22.493Z] Step 16/29 : RUN apk --no-cache add ca-certificates dumb-init [2023-07-28T18:01:22.493Z] ---> Running in 833842c04bd5 [2023-07-28T18:01:22.493Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-07-28T18:01:22.493Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-07-28T18:01:23.450Z] (1/2) Installing ca-certificates (20230506-r0) [2023-07-28T18:01:23.451Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-07-28T18:01:23.451Z] Executing busybox-1.35.0-r29.trigger [2023-07-28T18:01:23.451Z] Executing ca-certificates-20230506-r0.trigger [2023-07-28T18:01:23.718Z] OK: 8 MiB in 17 packages [2023-07-28T18:01:25.142Z] Removing intermediate container 833842c04bd5 [2023-07-28T18:01:25.142Z] ---> d41c7dfedc47 [2023-07-28T18:01:25.142Z] Step 17/29 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-07-28T18:01:25.410Z] ---> d3cb7c2af4b0 [2023-07-28T18:01:25.410Z] Step 18/29 : COPY --from=builder /app/LICENSE /LICENSE [2023-07-28T18:01:25.993Z] ---> 837a2360253e [2023-07-28T18:01:25.993Z] Step 19/29 : COPY --from=builder /app/res/ /res/ [2023-07-28T18:01:26.578Z] ---> d5834d072e0a [2023-07-28T18:01:26.578Z] Step 20/29 : COPY --from=builder /app/static/ /static/ [2023-07-28T18:01:26.843Z] ---> 0789067b5b2e [2023-07-28T18:01:26.843Z] Step 21/29 : COPY --from=builder /app/app-rfid-llrp-inventory /app-rfid-llrp-inventory [2023-07-28T18:01:28.254Z] ---> 7cc803ec1c6a [2023-07-28T18:01:28.254Z] Step 22/29 : RUN mkdir -p /cache && chown -R 2002:2002 /cache [2023-07-28T18:01:28.520Z] ---> Running in 293d45f3d3eb [2023-07-28T18:01:29.931Z] Removing intermediate container 293d45f3d3eb [2023-07-28T18:01:29.931Z] ---> ed77be13a969 [2023-07-28T18:01:29.931Z] Step 23/29 : VOLUME /cache [2023-07-28T18:01:29.931Z] ---> Running in 2ad85c4212f1 [2023-07-28T18:01:30.197Z] Removing intermediate container 2ad85c4212f1 [2023-07-28T18:01:30.197Z] ---> b99d0f80132d [2023-07-28T18:01:30.197Z] Step 24/29 : EXPOSE 59711 [2023-07-28T18:01:30.463Z] ---> Running in ffb8b3c3b555 [2023-07-28T18:01:30.729Z] Removing intermediate container ffb8b3c3b555 [2023-07-28T18:01:30.729Z] ---> 84decb421e45 [2023-07-28T18:01:30.729Z] Step 25/29 : ENTRYPOINT ["/app-rfid-llrp-inventory"] [2023-07-28T18:01:30.729Z] ---> Running in 2403a259d97b [2023-07-28T18:01:30.993Z] Removing intermediate container 2403a259d97b [2023-07-28T18:01:30.993Z] ---> 784b07e51077 [2023-07-28T18:01:30.993Z] Step 26/29 : CMD ["-cp=consul.http://edgex-core-consul:8500", "-registry"] [2023-07-28T18:01:30.993Z] ---> Running in de0fdcd18ba6 [2023-07-28T18:01:31.260Z] Removing intermediate container de0fdcd18ba6 [2023-07-28T18:01:31.260Z] ---> 64cdef48e494 [2023-07-28T18:01:31.260Z] Step 27/29 : LABEL arch=arm64 [2023-07-28T18:01:31.260Z] ---> Running in 4ea5e4ab5624 [2023-07-28T18:01:31.526Z] Removing intermediate container 4ea5e4ab5624 [2023-07-28T18:01:31.526Z] ---> 2984b4bba3b3 [2023-07-28T18:01:31.526Z] Step 28/29 : LABEL git_sha=619109fb4055fb888c1b579a9d1d65a4cd37a572 [2023-07-28T18:01:31.792Z] ---> Running in 7bba5ac2bace [2023-07-28T18:01:32.059Z] Removing intermediate container 7bba5ac2bace [2023-07-28T18:01:32.059Z] ---> ec475c57e273 [2023-07-28T18:01:32.059Z] Step 29/29 : LABEL version=3.1.0-dev.6 [2023-07-28T18:01:32.059Z] ---> Running in ebab2efbd305 [2023-07-28T18:01:32.323Z] Removing intermediate container ebab2efbd305 [2023-07-28T18:01:32.323Z] ---> ecbef9c3fc32 [2023-07-28T18:01:32.323Z] [Warning] One or more build-args [ARCH] were not consumed [2023-07-28T18:01:32.323Z] Successfully built ecbef9c3fc32 [2023-07-28T18:01:32.323Z] 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-07-28T18:01:32.436Z] provisioning config files... [2023-07-28T18:01:32.449Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/app-rfid-llrp-inventory/118@tmp/config8823172268152635252tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-07-28T18:01:32.780Z] ---> docker-login.sh [2023-07-28T18:01:32.780Z] nexus3.edgexfoundry.org:10001 [2023-07-28T18:01:32.780Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-28T18:01:33.048Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-28T18:01:33.048Z] Configure a credential helper to remove this warning. See [2023-07-28T18:01:33.048Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-28T18:01:33.048Z] [2023-07-28T18:01:33.048Z] Login Succeeded [2023-07-28T18:01:33.048Z] nexus3.edgexfoundry.org:10002 [2023-07-28T18:01:33.315Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-28T18:01:33.315Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-28T18:01:33.315Z] Configure a credential helper to remove this warning. See [2023-07-28T18:01:33.315Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-28T18:01:33.315Z] [2023-07-28T18:01:33.315Z] Login Succeeded [2023-07-28T18:01:33.315Z] nexus3.edgexfoundry.org:10003 [2023-07-28T18:01:33.582Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-28T18:01:33.848Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-28T18:01:33.848Z] Configure a credential helper to remove this warning. See [2023-07-28T18:01:33.848Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-28T18:01:33.848Z] [2023-07-28T18:01:33.848Z] Login Succeeded [2023-07-28T18:01:33.848Z] nexus3.edgexfoundry.org:10004 [2023-07-28T18:01:34.115Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-28T18:01:34.115Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-28T18:01:34.115Z] Configure a credential helper to remove this warning. See [2023-07-28T18:01:34.115Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-28T18:01:34.115Z] [2023-07-28T18:01:34.115Z] Login Succeeded [2023-07-28T18:01:34.115Z] docker.io [2023-07-28T18:01:34.380Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-28T18:01:34.644Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-28T18:01:34.644Z] Configure a credential helper to remove this warning. See [2023-07-28T18:01:34.644Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-28T18:01:34.644Z] [2023-07-28T18:01:34.644Z] Login Succeeded [2023-07-28T18:01:34.644Z] ---> docker-login.sh ends [Pipeline] } [2023-07-28T18:01:34.656Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-07-28T18:01:34.682Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-07-28T18:01:34.699Z] [edgeXDocker.push] Tagging docker image app-rfid-llrp-inventory-arm64 with the following tags: [2023-07-28T18:01:34.699Z] 619109fb4055fb888c1b579a9d1d65a4cd37a572 [2023-07-28T18:01:34.699Z] latest [2023-07-28T18:01:34.699Z] 3.1.0-dev.6 [2023-07-28T18:01:34.699Z] 619109fb4055fb888c1b579a9d1d65a4cd37a572-3.1.0-dev.6 [2023-07-28T18:01:34.699Z] main [2023-07-28T18:01:34.699Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-28T18:01:35.032Z] + docker tag app-rfid-llrp-inventory-arm64 nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:619109fb4055fb888c1b579a9d1d65a4cd37a572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-28T18:01:35.361Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:619109fb4055fb888c1b579a9d1d65a4cd37a572 [2023-07-28T18:01:35.362Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] [2023-07-28T18:01:35.362Z] 557ccddf0968: Preparing [2023-07-28T18:01:35.362Z] f43386eb83a1: Preparing [2023-07-28T18:01:35.362Z] 5c093d0bb972: Preparing [2023-07-28T18:01:35.362Z] e5fd58ad9dc8: Preparing [2023-07-28T18:01:35.362Z] f5031851c17d: Preparing [2023-07-28T18:01:35.362Z] c5f0d25549d6: Preparing [2023-07-28T18:01:35.362Z] 70b8eaea10f9: Preparing [2023-07-28T18:01:35.362Z] 9386262d7a74: Preparing [2023-07-28T18:01:35.362Z] c5f0d25549d6: Waiting [2023-07-28T18:01:35.362Z] 70b8eaea10f9: Waiting [2023-07-28T18:01:35.362Z] 9386262d7a74: Waiting [2023-07-28T18:01:35.627Z] f5031851c17d: Pushed [2023-07-28T18:01:35.627Z] 5c093d0bb972: Pushed [2023-07-28T18:01:35.627Z] 557ccddf0968: Pushed [2023-07-28T18:01:35.627Z] e5fd58ad9dc8: Pushed [2023-07-28T18:01:35.627Z] c5f0d25549d6: Pushed [2023-07-28T18:01:35.893Z] 70b8eaea10f9: Pushed [2023-07-28T18:01:37.825Z] 9386262d7a74: Layer already exists [2023-07-28T18:01:41.150Z] f43386eb83a1: Pushed [2023-07-28T18:01:41.150Z] 619109fb4055fb888c1b579a9d1d65a4cd37a572: digest: sha256:d2e5f4e550a54fca2337259bb574c83bd1407dbaeffcfcdb0848e25c02f07a9c size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-28T18:01:41.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-07-28T18:01:41.822Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:latest [2023-07-28T18:01:41.822Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] [2023-07-28T18:01:41.822Z] 557ccddf0968: Preparing [2023-07-28T18:01:41.822Z] f43386eb83a1: Preparing [2023-07-28T18:01:41.822Z] 5c093d0bb972: Preparing [2023-07-28T18:01:41.822Z] e5fd58ad9dc8: Preparing [2023-07-28T18:01:41.822Z] f5031851c17d: Preparing [2023-07-28T18:01:41.822Z] c5f0d25549d6: Preparing [2023-07-28T18:01:41.822Z] 70b8eaea10f9: Preparing [2023-07-28T18:01:41.822Z] 9386262d7a74: Preparing [2023-07-28T18:01:41.822Z] c5f0d25549d6: Waiting [2023-07-28T18:01:41.822Z] 70b8eaea10f9: Waiting [2023-07-28T18:01:41.822Z] 9386262d7a74: Waiting [2023-07-28T18:01:41.822Z] 5c093d0bb972: Layer already exists [2023-07-28T18:01:41.822Z] 557ccddf0968: Layer already exists [2023-07-28T18:01:41.822Z] f5031851c17d: Layer already exists [2023-07-28T18:01:41.822Z] f43386eb83a1: Layer already exists [2023-07-28T18:01:41.822Z] e5fd58ad9dc8: Layer already exists [2023-07-28T18:01:41.822Z] 9386262d7a74: Layer already exists [2023-07-28T18:01:41.822Z] c5f0d25549d6: Layer already exists [2023-07-28T18:01:41.822Z] 70b8eaea10f9: Layer already exists [2023-07-28T18:01:42.085Z] latest: digest: sha256:d2e5f4e550a54fca2337259bb574c83bd1407dbaeffcfcdb0848e25c02f07a9c size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-28T18:01:42.421Z] + docker tag app-rfid-llrp-inventory-arm64 nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:3.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-28T18:01:42.760Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:3.1.0-dev.6 [2023-07-28T18:01:42.760Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] [2023-07-28T18:01:42.760Z] 557ccddf0968: Preparing [2023-07-28T18:01:42.760Z] f43386eb83a1: Preparing [2023-07-28T18:01:42.760Z] 5c093d0bb972: Preparing [2023-07-28T18:01:42.760Z] e5fd58ad9dc8: Preparing [2023-07-28T18:01:42.760Z] f5031851c17d: Preparing [2023-07-28T18:01:42.760Z] c5f0d25549d6: Preparing [2023-07-28T18:01:42.760Z] 70b8eaea10f9: Preparing [2023-07-28T18:01:42.760Z] 9386262d7a74: Preparing [2023-07-28T18:01:42.760Z] 70b8eaea10f9: Waiting [2023-07-28T18:01:42.760Z] 9386262d7a74: Waiting [2023-07-28T18:01:42.760Z] c5f0d25549d6: Waiting [2023-07-28T18:01:42.760Z] e5fd58ad9dc8: Layer already exists [2023-07-28T18:01:42.760Z] 557ccddf0968: Layer already exists [2023-07-28T18:01:42.760Z] f5031851c17d: Layer already exists [2023-07-28T18:01:42.760Z] f43386eb83a1: Layer already exists [2023-07-28T18:01:42.760Z] 5c093d0bb972: Layer already exists [2023-07-28T18:01:42.760Z] c5f0d25549d6: Layer already exists [2023-07-28T18:01:42.760Z] 9386262d7a74: Layer already exists [2023-07-28T18:01:42.760Z] 70b8eaea10f9: Layer already exists [2023-07-28T18:01:42.760Z] 3.1.0-dev.6: digest: sha256:d2e5f4e550a54fca2337259bb574c83bd1407dbaeffcfcdb0848e25c02f07a9c size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-28T18:01:43.108Z] + docker tag app-rfid-llrp-inventory-arm64 nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:619109fb4055fb888c1b579a9d1d65a4cd37a572-3.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-28T18:01:43.444Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:619109fb4055fb888c1b579a9d1d65a4cd37a572-3.1.0-dev.6 [2023-07-28T18:01:43.444Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] [2023-07-28T18:01:43.444Z] 557ccddf0968: Preparing [2023-07-28T18:01:43.444Z] f43386eb83a1: Preparing [2023-07-28T18:01:43.444Z] 5c093d0bb972: Preparing [2023-07-28T18:01:43.444Z] e5fd58ad9dc8: Preparing [2023-07-28T18:01:43.444Z] f5031851c17d: Preparing [2023-07-28T18:01:43.444Z] c5f0d25549d6: Preparing [2023-07-28T18:01:43.444Z] 70b8eaea10f9: Preparing [2023-07-28T18:01:43.444Z] 9386262d7a74: Preparing [2023-07-28T18:01:43.444Z] c5f0d25549d6: Waiting [2023-07-28T18:01:43.444Z] 70b8eaea10f9: Waiting [2023-07-28T18:01:43.444Z] 9386262d7a74: Waiting [2023-07-28T18:01:43.444Z] 5c093d0bb972: Layer already exists [2023-07-28T18:01:43.444Z] 557ccddf0968: Layer already exists [2023-07-28T18:01:43.444Z] f5031851c17d: Layer already exists [2023-07-28T18:01:43.444Z] f43386eb83a1: Layer already exists [2023-07-28T18:01:43.444Z] e5fd58ad9dc8: Layer already exists [2023-07-28T18:01:43.444Z] 70b8eaea10f9: Layer already exists [2023-07-28T18:01:43.444Z] c5f0d25549d6: Layer already exists [2023-07-28T18:01:43.444Z] 9386262d7a74: Layer already exists [2023-07-28T18:01:43.444Z] 619109fb4055fb888c1b579a9d1d65a4cd37a572-3.1.0-dev.6: digest: sha256:d2e5f4e550a54fca2337259bb574c83bd1407dbaeffcfcdb0848e25c02f07a9c size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-28T18:01:44.051Z] + 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-07-28T18:01:44.379Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:main [2023-07-28T18:01:44.379Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] [2023-07-28T18:01:44.379Z] 557ccddf0968: Preparing [2023-07-28T18:01:44.379Z] f43386eb83a1: Preparing [2023-07-28T18:01:44.379Z] 5c093d0bb972: Preparing [2023-07-28T18:01:44.379Z] e5fd58ad9dc8: Preparing [2023-07-28T18:01:44.379Z] f5031851c17d: Preparing [2023-07-28T18:01:44.379Z] c5f0d25549d6: Preparing [2023-07-28T18:01:44.379Z] 70b8eaea10f9: Preparing [2023-07-28T18:01:44.379Z] 9386262d7a74: Preparing [2023-07-28T18:01:44.379Z] 70b8eaea10f9: Waiting [2023-07-28T18:01:44.379Z] 9386262d7a74: Waiting [2023-07-28T18:01:44.379Z] 557ccddf0968: Layer already exists [2023-07-28T18:01:44.379Z] f5031851c17d: Layer already exists [2023-07-28T18:01:44.379Z] e5fd58ad9dc8: Layer already exists [2023-07-28T18:01:44.379Z] 5c093d0bb972: Layer already exists [2023-07-28T18:01:44.379Z] f43386eb83a1: Layer already exists [2023-07-28T18:01:44.379Z] 70b8eaea10f9: Layer already exists [2023-07-28T18:01:44.379Z] 9386262d7a74: Layer already exists [2023-07-28T18:01:44.379Z] c5f0d25549d6: Layer already exists [2023-07-28T18:01:44.644Z] main: digest: sha256:d2e5f4e550a54fca2337259bb574c83bd1407dbaeffcfcdb0848e25c02f07a9c size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-07-28T18:01:44.687Z] ===================================================== [Pipeline] echo [2023-07-28T18:01:44.693Z] taggedImages: [2023-07-28T18:01:44.693Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:619109fb4055fb888c1b579a9d1d65a4cd37a572 [2023-07-28T18:01:44.693Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:latest [2023-07-28T18:01:44.693Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:3.1.0-dev.6 [2023-07-28T18:01:44.693Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:619109fb4055fb888c1b579a9d1d65a4cd37a572-3.1.0-dev.6 [2023-07-28T18:01:44.693Z] - 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-07-28T18:01:45.034Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-07-28T18:01:45.034Z] [2023-07-28T18:01:45.034Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-28T18:01:45.358Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-07-28T18:01:45.358Z] arm64: Pulling from edgex-lftools-log-publisher [2023-07-28T18:01:45.358Z] 8998bd30e6a1: Pulling fs layer [2023-07-28T18:01:45.358Z] 04944245beec: Pulling fs layer [2023-07-28T18:01:45.358Z] 699f458cf7ca: Pulling fs layer [2023-07-28T18:01:45.358Z] 765212b225bb: Pulling fs layer [2023-07-28T18:01:45.358Z] f23df028b6ca: Pulling fs layer [2023-07-28T18:01:45.358Z] d65c8cfc05b1: Pulling fs layer [2023-07-28T18:01:45.358Z] 2437ff75d9bd: Pulling fs layer [2023-07-28T18:01:45.358Z] 765212b225bb: Waiting [2023-07-28T18:01:45.358Z] f23df028b6ca: Waiting [2023-07-28T18:01:45.358Z] d65c8cfc05b1: Waiting [2023-07-28T18:01:45.358Z] 2437ff75d9bd: Waiting [2023-07-28T18:01:45.626Z] 04944245beec: Verifying Checksum [2023-07-28T18:01:45.626Z] 04944245beec: Download complete [2023-07-28T18:01:45.626Z] 765212b225bb: Verifying Checksum [2023-07-28T18:01:45.626Z] 765212b225bb: Download complete [2023-07-28T18:01:45.626Z] f23df028b6ca: Verifying Checksum [2023-07-28T18:01:45.626Z] f23df028b6ca: Download complete [2023-07-28T18:01:45.626Z] d65c8cfc05b1: Verifying Checksum [2023-07-28T18:01:45.626Z] d65c8cfc05b1: Download complete [2023-07-28T18:01:45.626Z] 699f458cf7ca: Verifying Checksum [2023-07-28T18:01:45.626Z] 699f458cf7ca: Download complete [2023-07-28T18:01:46.209Z] 8998bd30e6a1: Verifying Checksum [2023-07-28T18:01:46.209Z] 8998bd30e6a1: Download complete [2023-07-28T18:01:48.152Z] 2437ff75d9bd: Download complete [2023-07-28T18:01:50.096Z] 8998bd30e6a1: Pull complete [2023-07-28T18:01:50.678Z] 04944245beec: Pull complete [2023-07-28T18:01:52.083Z] 699f458cf7ca: Pull complete [2023-07-28T18:01:52.083Z] 765212b225bb: Pull complete [2023-07-28T18:01:53.042Z] f23df028b6ca: Pull complete [2023-07-28T18:01:53.042Z] d65c8cfc05b1: Pull complete [2023-07-28T18:02:08.036Z] 2437ff75d9bd: Pull complete [2023-07-28T18:02:08.036Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-07-28T18:02:08.036Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-07-28T18:02:08.036Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-28T18:02:08.211Z] prd-ubuntu20.04-docker-arm64-4c-16g-2453 does not seem to be running inside a container [2023-07-28T18:02:08.272Z] $ 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/118 -v /w/workspace/app-rfid-llrp-inventory/118:/w/workspace/app-rfid-llrp-inventory/118:rw,z -v /w/workspace/app-rfid-llrp-inventory/118@tmp:/w/workspace/app-rfid-llrp-inventory/118@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-07-28T18:02:10.677Z] $ docker top 2697f4c1e3f49ebdea993985da46df5f4dbf90d4a0e37654687b3db85616da12 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-07-28T18:02:11.188Z] ---> job-cost.sh [2023-07-28T18:02:11.454Z] lf-activate-venv: SKIPPING [2023-07-28T18:02:11.454Z] INFO: No Stack... [2023-07-28T18:02:12.033Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-07-28T18:02:12.612Z] INFO: Archiving Costs [Pipeline] sh [2023-07-28T18:02:12.930Z] + cat+ /w/workspace/app-rfid-llrp-inventory/118/archives/cost.csv [2023-07-28T18:02:12.930Z] cut -d, -f6 [Pipeline] lock [2023-07-28T18:02:12.966Z] Trying to acquire lock on [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-118-stack-cost] [2023-07-28T18:02:12.972Z] Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-118-stack-cost] did not exist. Created. [2023-07-28T18:02:12.972Z] Lock acquired on [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-118-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-07-28T18:02:13.296Z] /w/workspace/app-rfid-llrp-inventory/118@tmp/durable-40e70e7d/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-07-28T18:02:13.629Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-07-28T18:02:13.649Z] Warning: overwriting stash ‘stack-cost’ [2023-07-28T18:02:13.704Z] Stashed 1 file(s) [Pipeline] } [2023-07-28T18:02:13.710Z] Lock released on resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-118-stack-cost] [Pipeline] // lock [Pipeline] } [2023-07-28T18:02:13.719Z] $ docker stop --time=1 2697f4c1e3f49ebdea993985da46df5f4dbf90d4a0e37654687b3db85616da12 [2023-07-28T18:02:16.589Z] $ docker rm -f --volumes 2697f4c1e3f49ebdea993985da46df5f4dbf90d4a0e37654687b3db85616da12 [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-07-28T18:02:17.002Z] provisioning config files... [2023-07-28T18:02:17.009Z] copy managed file [app-rfid-llrp-inventory-codecov-token] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config742016720601542912tmp [Pipeline] { [Pipeline] sh [2023-07-28T18:02:17.302Z] + set +x [2023-07-28T18:02:17.302Z] + curl -s https://codecov.io/bash [2023-07-28T18:02:17.302Z] + bash -s -- [2023-07-28T18:02:17.302Z] [2023-07-28T18:02:17.302Z] _____ _ [2023-07-28T18:02:17.302Z] / ____| | | [2023-07-28T18:02:17.302Z] | | ___ __| | ___ ___ _____ __ [2023-07-28T18:02:17.302Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-07-28T18:02:17.302Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-07-28T18:02:17.302Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-07-28T18:02:17.302Z] Bash-1.0.6 [2023-07-28T18:02:17.302Z] [2023-07-28T18:02:17.302Z] [2023-07-28T18:02:17.302Z] ==> git version 2.25.1 found [2023-07-28T18:02:17.302Z] ==> 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-07-28T18:02:17.302Z] Release-Date: 2020-01-08 [2023-07-28T18:02:17.302Z] 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-07-28T18:02:17.302Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-07-28T18:02:17.302Z] ==> Jenkins CI detected. [2023-07-28T18:02:17.302Z] current dir:  /w/workspace/dry_app-rfid-llrp-inventory_main [2023-07-28T18:02:17.302Z] project root: . [2023-07-28T18:02:17.302Z] --> token set from env [2023-07-28T18:02:17.302Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-07-28T18:02:17.302Z] ==> Running gcov in . (disable via -X gcov) [2023-07-28T18:02:17.302Z] ==> Python coveragepy not found [2023-07-28T18:02:17.302Z] ==> Searching for coverage reports in: [2023-07-28T18:02:17.302Z] + . [2023-07-28T18:02:17.302Z] -> Found 1 reports [2023-07-28T18:02:17.302Z] ==> Detecting git/mercurial file structure [2023-07-28T18:02:17.302Z] ==> Reading reports [2023-07-28T18:02:17.302Z] + ./coverage.out bytes=41317 [2023-07-28T18:02:17.302Z] ==> Appending adjustments [2023-07-28T18:02:17.302Z] https://docs.codecov.io/docs/fixing-reports [2023-07-28T18:02:17.561Z] + Found adjustments [2023-07-28T18:02:17.561Z] ==> Gzipping contents [2023-07-28T18:02:17.561Z] 12K /tmp/codecov.AuNShA.gz [2023-07-28T18:02:17.561Z] ==> Uploading reports [2023-07-28T18:02:17.561Z] url: https://codecov.io [2023-07-28T18:02:17.561Z] query: branch=main&commit=619109fb4055fb888c1b579a9d1d65a4cd37a572&build=118&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-rfid-llrp-inventory%2Fjob%2Fmain%2F118%2F&name=&tag=&slug=edgexfoundry%2Fapp-rfid-llrp-inventory&service=jenkins&flags=&pr=&job=&cmd_args= [2023-07-28T18:02:17.561Z] -> Pinging Codecov [2023-07-28T18:02:17.561Z] 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=619109fb4055fb888c1b579a9d1d65a4cd37a572&build=118&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-rfid-llrp-inventory%2Fjob%2Fmain%2F118%2F&name=&tag=&slug=edgexfoundry%2Fapp-rfid-llrp-inventory&service=jenkins&flags=&pr=&job=&cmd_args= [2023-07-28T18:02:17.820Z] -> Uploading to [2023-07-28T18:02:17.820Z] https://storage.googleapis.com/codecov/v4/raw/2023-07-28/581DD39554BDF9B6E22D074273EAD858/619109fb4055fb888c1b579a9d1d65a4cd37a572/fa98fd23-1f76-4f3f-a065-50f82396ff06.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230728%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230728T180217Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5e69681d9584b736d05ed04d01c72b427397fb7b9ebaaffe4d257f62c04934c1 [2023-07-28T18:02:17.820Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-07-28T18:02:17.820Z] Dload Upload Total Spent Left Speed [2023-07-28T18:02:18.079Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11799 0 0 100 11799 0 58410 --:--:-- --:--:-- --:--:-- 58410 [2023-07-28T18:02:18.079Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rfid-llrp-go/commit/619109fb4055fb888c1b579a9d1d65a4cd37a572 [Pipeline] } [2023-07-28T18:02:18.087Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-07-28T18:02:18.244Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-07-28T18:02:18.260Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-28T18:02:18.564Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-07-28T18:02:18.564Z] [2023-07-28T18:02:18.564Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-28T18:02:18.866Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-07-28T18:02:18.866Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-07-28T18:02:18.866Z] df9b9388f04a: Pulling fs layer [2023-07-28T18:02:18.866Z] 52dc419b0ee2: Pulling fs layer [2023-07-28T18:02:18.866Z] 25bc292e5bac: Pulling fs layer [2023-07-28T18:02:18.866Z] 114826534d7a: Pulling fs layer [2023-07-28T18:02:18.866Z] 4657fd5d0bcf: Pulling fs layer [2023-07-28T18:02:18.866Z] 6ad1cebc031e: Pulling fs layer [2023-07-28T18:02:18.866Z] 8a3aa393b2d8: Pulling fs layer [2023-07-28T18:02:18.866Z] 4657fd5d0bcf: Waiting [2023-07-28T18:02:18.866Z] 6ad1cebc031e: Waiting [2023-07-28T18:02:18.866Z] 8a3aa393b2d8: Waiting [2023-07-28T18:02:18.866Z] 114826534d7a: Waiting [2023-07-28T18:02:18.866Z] 25bc292e5bac: Verifying Checksum [2023-07-28T18:02:18.866Z] 25bc292e5bac: Download complete [2023-07-28T18:02:18.866Z] 52dc419b0ee2: Download complete [2023-07-28T18:02:18.866Z] 4657fd5d0bcf: Verifying Checksum [2023-07-28T18:02:18.866Z] 4657fd5d0bcf: Download complete [2023-07-28T18:02:18.866Z] df9b9388f04a: Verifying Checksum [2023-07-28T18:02:19.124Z] df9b9388f04a: Pull complete [2023-07-28T18:02:19.124Z] 6ad1cebc031e: Verifying Checksum [2023-07-28T18:02:19.124Z] 6ad1cebc031e: Download complete [2023-07-28T18:02:19.124Z] 52dc419b0ee2: Pull complete [2023-07-28T18:02:19.124Z] 25bc292e5bac: Pull complete [2023-07-28T18:02:19.688Z] 114826534d7a: Download complete [2023-07-28T18:02:19.688Z] 8a3aa393b2d8: Verifying Checksum [2023-07-28T18:02:19.688Z] 8a3aa393b2d8: Download complete [2023-07-28T18:02:22.964Z] 114826534d7a: Pull complete [2023-07-28T18:02:22.964Z] 4657fd5d0bcf: Pull complete [2023-07-28T18:02:22.964Z] 6ad1cebc031e: Pull complete [2023-07-28T18:02:25.486Z] 8a3aa393b2d8: Pull complete [2023-07-28T18:02:25.486Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-07-28T18:02:25.486Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-07-28T18:02:25.486Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-28T18:02:25.571Z] prd-ubuntu20.04-docker-8c-8g-2451 does not seem to be running inside a container [2023-07-28T18:02:25.598Z] $ 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-07-28T18:02:27.256Z] $ docker top eddb8b1631d9e0145497a5e4f059e0fdb64a5240d11778d9652dfc5dbae4d481 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-07-28T18:02:27.319Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-rfid-llrp-inventory:main' [Pipeline] sh [2023-07-28T18:02:27.595Z] + set -o pipefail [2023-07-28T18:02:27.595Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-rfid-llrp-inventory:main' [2023-07-28T18:02:32.860Z] [2023-07-28T18:02:32.860Z] Monitoring /w/workspace/dry_app-rfid-llrp-inventory_main (edgexfoundry/app-rfid-llrp-inventory)... [2023-07-28T18:02:32.860Z] [2023-07-28T18:02:32.860Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/1ab6cd8a-eef5-4d42-a15e-1c0297f074f4/history/56fda214-0456-419c-8db2-5564ba6abd4a [2023-07-28T18:02:32.860Z] [2023-07-28T18:02:32.860Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-07-28T18:02:32.860Z] [2023-07-28T18:02:32.860Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-07-28T18:02:32.860Z] [2023-07-28T18:02:32.860Z] [2023-07-28T18:02:32.860Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-07-28T18:02:32.860Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-07-28T18:02:32.860Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-07-28T18:02:32.867Z] $ docker stop --time=1 eddb8b1631d9e0145497a5e4f059e0fdb64a5240d11778d9652dfc5dbae4d481 [2023-07-28T18:02:34.787Z] $ docker rm -f --volumes eddb8b1631d9e0145497a5e4f059e0fdb64a5240d11778d9652dfc5dbae4d481 [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-07-28T18:02:35.469Z] + git log --format=format:%s -1 619109fb4055fb888c1b579a9d1d65a4cd37a572 [Pipeline] sh [2023-07-28T18:02:35.758Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-07-28T18:02:35.758Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-28T18:02:36.055Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-07-28T18:02:36.055Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-28T18:02:36.122Z] prd-ubuntu20.04-docker-8c-8g-2451 does not seem to be running inside a container [2023-07-28T18:02:36.148Z] $ 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-07-28T18:02:36.484Z] $ docker top faecdebeb1844a563df62f13c70af7b917eeba45618c2aca1201862c43db61a0 -eo pid,comm [2023-07-28T18:02:36.531Z] 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-07-28T18:02:36.531Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-07-28T18:02:36.572Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-07-28T18:02:36.572Z] [ssh-agent] Looking for ssh-agent implementation... [2023-07-28T18:02:36.678Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-07-28T18:02:36.676Z] $ docker exec faecdebeb1844a563df62f13c70af7b917eeba45618c2aca1201862c43db61a0 ssh-agent [2023-07-28T18:02:36.786Z] SSH_AUTH_SOCK=/tmp/ssh-2SrnWImCHwz6/agent.32 [2023-07-28T18:02:36.786Z] SSH_AGENT_PID=38 [2023-07-28T18:02:36.791Z] Running ssh-add (command line suppressed) [2023-07-28T18:02:36.879Z] Identity added: /w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_17187152530303472121.key (/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_17187152530303472121.key) [2023-07-28T18:02:36.898Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-07-28T18:02:37.183Z] + git semver tag [2023-07-28T18:02:37.442Z] 2023-07-28 18:02:37,353 [run_tag] DEBUG tag force:False [2023-07-28T18:02:37.442Z] 2023-07-28 18:02:37,353 [check_head_tag] DEBUG check head tag [2023-07-28T18:02:37.442Z] 2023-07-28 18:02:37,354 [execute] INFO git cat-file --batch-check [2023-07-28T18:02:37.442Z] 2023-07-28 18:02:37,354 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main, universal_newlines=False, shell=None, istream=) [2023-07-28T18:02:37.442Z] 2023-07-28 18:02:37,358 [execute] INFO git cat-file --batch [2023-07-28T18:02:37.442Z] 2023-07-28 18:02:37,358 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main, universal_newlines=False, shell=None, istream=) [2023-07-28T18:02:37.442Z] 2023-07-28 18:02:37,367 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2023-07-28T18:02:37.442Z] 2023-07-28 18:02:37,367 [execute] INFO git tag -a v3.1.0-dev.6 -m v3.1.0-dev.6 [2023-07-28T18:02:37.442Z] 2023-07-28 18:02:37,367 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.1.0-dev.6', '-m', 'v3.1.0-dev.6'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main, universal_newlines=False, shell=None, istream=None) [2023-07-28T18:02:37.442Z] 2023-07-28 18:02:37,372 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2023-07-28T18:02:37.442Z] 3.1.0-dev.6 [Pipeline] } [2023-07-28T18:02:37.448Z] $ docker exec --env ******** --env ******** faecdebeb1844a563df62f13c70af7b917eeba45618c2aca1201862c43db61a0 ssh-agent -k [2023-07-28T18:02:37.550Z] unset SSH_AUTH_SOCK; [2023-07-28T18:02:37.550Z] unset SSH_AGENT_PID; [2023-07-28T18:02:37.550Z] echo Agent pid 38 killed; [2023-07-28T18:02:37.564Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-07-28T18:02:37.860Z] + git semver [Pipeline] } [2023-07-28T18:02:38.127Z] $ docker stop --time=1 faecdebeb1844a563df62f13c70af7b917eeba45618c2aca1201862c43db61a0 [2023-07-28T18:02:39.380Z] $ docker rm -f --volumes faecdebeb1844a563df62f13c70af7b917eeba45618c2aca1201862c43db61a0 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-28T18:02:39.762Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-07-28T18:02:39.762Z] [2023-07-28T18:02:39.763Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-28T18:02:40.062Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-07-28T18:02:40.062Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-07-28T18:02:40.062Z] ab5ef0e58194: Pulling fs layer [2023-07-28T18:02:40.062Z] 9712f1f96733: Pulling fs layer [2023-07-28T18:02:40.062Z] 63f879dbbcfc: Pulling fs layer [2023-07-28T18:02:40.062Z] 0d9ebad4ef96: Pulling fs layer [2023-07-28T18:02:40.062Z] e9a5061849ea: Pulling fs layer [2023-07-28T18:02:40.062Z] d747dcd14b5f: Pulling fs layer [2023-07-28T18:02:40.062Z] 2de7ff778b66: Pulling fs layer [2023-07-28T18:02:40.062Z] e9a5061849ea: Waiting [2023-07-28T18:02:40.062Z] d747dcd14b5f: Waiting [2023-07-28T18:02:40.062Z] 2de7ff778b66: Waiting [2023-07-28T18:02:40.062Z] 0d9ebad4ef96: Waiting [2023-07-28T18:02:40.062Z] 9712f1f96733: Verifying Checksum [2023-07-28T18:02:40.062Z] 9712f1f96733: Download complete [2023-07-28T18:02:40.321Z] 63f879dbbcfc: Verifying Checksum [2023-07-28T18:02:40.321Z] 63f879dbbcfc: Download complete [2023-07-28T18:02:40.580Z] e9a5061849ea: Verifying Checksum [2023-07-28T18:02:40.580Z] e9a5061849ea: Download complete [2023-07-28T18:02:40.580Z] d747dcd14b5f: Verifying Checksum [2023-07-28T18:02:40.580Z] d747dcd14b5f: Download complete [2023-07-28T18:02:40.580Z] ab5ef0e58194: Verifying Checksum [2023-07-28T18:02:40.580Z] ab5ef0e58194: Download complete [2023-07-28T18:02:40.580Z] 0d9ebad4ef96: Verifying Checksum [2023-07-28T18:02:40.580Z] 0d9ebad4ef96: Download complete [2023-07-28T18:02:40.837Z] 2de7ff778b66: Verifying Checksum [2023-07-28T18:02:40.837Z] 2de7ff778b66: Download complete [2023-07-28T18:02:43.366Z] ab5ef0e58194: Pull complete [2023-07-28T18:02:43.366Z] 9712f1f96733: Pull complete [2023-07-28T18:02:43.933Z] 63f879dbbcfc: Pull complete [2023-07-28T18:02:47.220Z] 0d9ebad4ef96: Pull complete [2023-07-28T18:02:47.788Z] e9a5061849ea: Pull complete [2023-07-28T18:02:47.788Z] d747dcd14b5f: Pull complete [2023-07-28T18:02:48.726Z] 2de7ff778b66: Pull complete [2023-07-28T18:02:48.726Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-07-28T18:02:48.726Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-07-28T18:02:48.726Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-28T18:02:48.822Z] prd-ubuntu20.04-docker-8c-8g-2451 does not seem to be running inside a container [2023-07-28T18:02:48.849Z] $ 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-07-28T18:02:50.610Z] $ docker top 285e5a43ddbe3b1127d70b24195f2828114dd240fc51586e7e4db79be3dae5b8 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-07-28T18:02:50.698Z] provisioning config files... [2023-07-28T18:02:50.705Z] copy managed file [sigul-config] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config11788789761465022373tmp [2023-07-28T18:02:50.714Z] copy managed file [sigul-password] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config7897054124199575153tmp [2023-07-28T18:02:50.723Z] copy managed file [sigul-pki] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config13253804511893867190tmp [Pipeline] { [Pipeline] echo [2023-07-28T18:02:50.739Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-07-28T18:02:51.022Z] ---> sigul-configuration.sh [2023-07-28T18:02:51.022Z] gpg: directory `/root/.gnupg' created [2023-07-28T18:02:51.022Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-07-28T18:02:51.022Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-07-28T18:02:51.022Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-07-28T18:02:51.022Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-07-28T18:02:51.022Z] gpg: CAST5 encrypted data [2023-07-28T18:02:51.022Z] gpg: encrypted with 1 passphrase [2023-07-28T18:02:51.022Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-07-28T18:02:51.318Z] + mkdir /home/jenkins [2023-07-28T18:02:51.318Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-07-28T18:02:51.606Z] + 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-07-28T18:02:51.614Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-07-28T18:02:51.903Z] ---> sigul-install.sh [2023-07-28T18:02:51.904Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-07-28T18:02:52.186Z] + git tag --list [2023-07-28T18:02:52.186Z] v0.0.0 [2023-07-28T18:02:52.186Z] v1.0.0 [2023-07-28T18:02:52.186Z] v2.1.0 [2023-07-28T18:02:52.186Z] v2.1.1 [2023-07-28T18:02:52.186Z] v2.2.0 [2023-07-28T18:02:52.186Z] v2.3.0 [2023-07-28T18:02:52.186Z] v3.0 [2023-07-28T18:02:52.186Z] v3.0.0 [2023-07-28T18:02:52.186Z] v3.0.1 [2023-07-28T18:02:52.186Z] v3.0.1-dev.1 [2023-07-28T18:02:52.186Z] v3.1.0-dev.1 [2023-07-28T18:02:52.186Z] v3.1.0-dev.2 [2023-07-28T18:02:52.186Z] v3.1.0-dev.3 [2023-07-28T18:02:52.186Z] v3.1.0-dev.4 [2023-07-28T18:02:52.186Z] v3.1.0-dev.5 [2023-07-28T18:02:52.186Z] v3.1.0-dev.6 [Pipeline] sh [2023-07-28T18:02:52.472Z] + lftools sign git-tag v3.1.0-dev.6 [2023-07-28T18:02:53.040Z] Signing Git tag with Sigul... [2023-07-28T18:02:53.040Z] Signing v3.1.0-dev.6 [Pipeline] echo [2023-07-28T18:02:53.312Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-07-28T18:02:53.595Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-07-28T18:02:53.602Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-07-28T18:02:53.619Z] $ docker stop --time=1 285e5a43ddbe3b1127d70b24195f2828114dd240fc51586e7e4db79be3dae5b8 [2023-07-28T18:02:54.925Z] $ docker rm -f --volumes 285e5a43ddbe3b1127d70b24195f2828114dd240fc51586e7e4db79be3dae5b8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-07-28T18:02:55.343Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-07-28T18:02:55.343Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-28T18:02:55.642Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-07-28T18:02:55.642Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-28T18:02:55.716Z] prd-ubuntu20.04-docker-8c-8g-2451 does not seem to be running inside a container [2023-07-28T18:02:55.741Z] $ 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-07-28T18:02:56.082Z] $ docker top 4bc790bdbec9f983277be4faf0d93bc516bedb80ac4eae2cc3041ccf029991b8 -eo pid,comm [2023-07-28T18:02:56.130Z] 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-07-28T18:02:56.130Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-07-28T18:02:56.168Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-07-28T18:02:56.168Z] [ssh-agent] Looking for ssh-agent implementation... [2023-07-28T18:02:56.273Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-07-28T18:02:56.272Z] $ docker exec 4bc790bdbec9f983277be4faf0d93bc516bedb80ac4eae2cc3041ccf029991b8 ssh-agent [2023-07-28T18:02:56.379Z] SSH_AUTH_SOCK=/tmp/ssh-GYWdgPZPcVXP/agent.32 [2023-07-28T18:02:56.380Z] SSH_AGENT_PID=38 [2023-07-28T18:02:56.384Z] Running ssh-add (command line suppressed) [2023-07-28T18:02:56.476Z] Identity added: /w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_14888194233987457246.key (/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_14888194233987457246.key) [2023-07-28T18:02:56.494Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-07-28T18:02:56.786Z] + git semver bump pre [2023-07-28T18:02:57.045Z] 2023-07-28 18:02:56,944 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2023-07-28T18:02:57.045Z] 2023-07-28 18:02:56,944 [bump_version] DEBUG bumping version:3.1.0-dev.6 on axis:pre with prefix:dev [2023-07-28T18:02:57.045Z] 2023-07-28 18:02:56,945 [bump_version] DEBUG bumped version:3.1.0-dev.7 [2023-07-28T18:02:57.045Z] 2023-07-28 18:02:56,945 [write_version] DEBUG write version:3.1.0-dev.7 to path:/w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main with force:True [2023-07-28T18:02:57.045Z] 2023-07-28 18:02:56,945 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2023-07-28T18:02:57.045Z] 2023-07-28 18:02:56,945 [write_file] DEBUG write to file:/w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2023-07-28T18:02:57.045Z] 2023-07-28 18:02:56,946 [execute] INFO git cat-file --batch-check [2023-07-28T18:02:57.045Z] 2023-07-28 18:02:56,947 [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-07-28T18:02:57.045Z] 2023-07-28 18:02:56,952 [execute] INFO git cat-file --batch [2023-07-28T18:02:57.045Z] 2023-07-28 18:02:56,952 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main/.semver, universal_newlines=False, shell=None, istream=) [2023-07-28T18:02:57.045Z] 2023-07-28 18:02:56,956 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2023-07-28T18:02:57.045Z] 3.1.0-dev.7 [Pipeline] } [2023-07-28T18:02:57.052Z] $ docker exec --env ******** --env ******** 4bc790bdbec9f983277be4faf0d93bc516bedb80ac4eae2cc3041ccf029991b8 ssh-agent -k [2023-07-28T18:02:57.147Z] unset SSH_AUTH_SOCK; [2023-07-28T18:02:57.148Z] unset SSH_AGENT_PID; [2023-07-28T18:02:57.148Z] echo Agent pid 38 killed; [2023-07-28T18:02:57.162Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-07-28T18:02:57.466Z] + git semver [Pipeline] } [2023-07-28T18:02:57.734Z] $ docker stop --time=1 4bc790bdbec9f983277be4faf0d93bc516bedb80ac4eae2cc3041ccf029991b8 [2023-07-28T18:02:59.018Z] $ docker rm -f --volumes 4bc790bdbec9f983277be4faf0d93bc516bedb80ac4eae2cc3041ccf029991b8 [Pipeline] // withDockerContainer [Pipeline] sh [2023-07-28T18:02:59.358Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-07-28T18:02:59.358Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-28T18:02:59.653Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-07-28T18:02:59.653Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-28T18:02:59.720Z] prd-ubuntu20.04-docker-8c-8g-2451 does not seem to be running inside a container [2023-07-28T18:02:59.743Z] $ 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-07-28T18:03:00.067Z] $ docker top ee429c4e3bc5ec4eaffd00783e02461966583874816650620c734e6eb624ee98 -eo pid,comm [2023-07-28T18:03:00.114Z] 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-07-28T18:03:00.114Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-07-28T18:03:00.152Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-07-28T18:03:00.152Z] [ssh-agent] Looking for ssh-agent implementation... [2023-07-28T18:03:00.260Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-07-28T18:03:00.259Z] $ docker exec ee429c4e3bc5ec4eaffd00783e02461966583874816650620c734e6eb624ee98 ssh-agent [2023-07-28T18:03:00.369Z] SSH_AUTH_SOCK=/tmp/ssh-p0nStbn7oD8c/agent.32 [2023-07-28T18:03:00.369Z] SSH_AGENT_PID=38 [2023-07-28T18:03:00.388Z] Running ssh-add (command line suppressed) [2023-07-28T18:03:00.475Z] Identity added: /w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_9969282232534446762.key (/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_9969282232534446762.key) [2023-07-28T18:03:00.497Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-07-28T18:03:00.797Z] + git semver push [2023-07-28T18:03:01.075Z] 2023-07-28 18:03:00,939 [run_push] DEBUG push [2023-07-28T18:03:01.075Z] 2023-07-28 18:03:00,939 [execute] INFO git cat-file --batch-check [2023-07-28T18:03:01.075Z] 2023-07-28 18:03:00,940 [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-07-28T18:03:01.075Z] 2023-07-28 18:03:00,943 [execute] INFO git rev-list c499603ecc9a32df40f2cb7d355ce0341843880a -- [2023-07-28T18:03:01.075Z] 2023-07-28 18:03:00,943 [execute] DEBUG Popen(['git', 'rev-list', 'c499603ecc9a32df40f2cb7d355ce0341843880a', '--'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-07-28T18:03:01.075Z] 2023-07-28 18:03:00,950 [execute] INFO git fetch -v origin [2023-07-28T18:03:01.075Z] 2023-07-28 18:03:00,950 [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-07-28T18:03:01.654Z] 2023-07-28 18:03:01,577 [run_push] DEBUG no remote changes detected [2023-07-28T18:03:01.654Z] 2023-07-28 18:03:01,578 [execute] INFO git push origin semver [2023-07-28T18:03:01.654Z] 2023-07-28 18:03:01,578 [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-07-28T18:03:02.595Z] 2023-07-28 18:03:02,399 [run_push] DEBUG push all version tags [2023-07-28T18:03:02.595Z] 2023-07-28 18:03:02,399 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-07-28T18:03:02.595Z] 2023-07-28 18:03:02,399 [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-07-28T18:03:04.504Z] 2023-07-28 18:03:04,089 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2023-07-28T18:03:04.504Z] 3.1.0-dev.7 [Pipeline] } [2023-07-28T18:03:04.508Z] $ docker exec --env ******** --env ******** ee429c4e3bc5ec4eaffd00783e02461966583874816650620c734e6eb624ee98 ssh-agent -k [2023-07-28T18:03:04.588Z] unset SSH_AUTH_SOCK; [2023-07-28T18:03:04.588Z] unset SSH_AGENT_PID; [2023-07-28T18:03:04.588Z] echo Agent pid 38 killed; [2023-07-28T18:03:04.602Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-07-28T18:03:04.897Z] + git semver [Pipeline] } [2023-07-28T18:03:05.164Z] $ docker stop --time=1 ee429c4e3bc5ec4eaffd00783e02461966583874816650620c734e6eb624ee98 [2023-07-28T18:03:06.437Z] $ docker rm -f --volumes ee429c4e3bc5ec4eaffd00783e02461966583874816650620c734e6eb624ee98 [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-07-28T18:03:06.991Z] + [ -d /w/workspace/dry_app-rfid-llrp-inventory_main/archives ] [2023-07-28T18:03:06.991Z] + ls -al /w/workspace/dry_app-rfid-llrp-inventory_main/archives [2023-07-28T18:03:06.991Z] total 16 [2023-07-28T18:03:06.991Z] drwxr-xr-x 3 root root 4096 Jul 28 17:49 . [2023-07-28T18:03:06.991Z] drwxrwxr-x 12 jenkins jenkins 4096 Jul 28 18:02 .. [2023-07-28T18:03:06.991Z] drwxr-xr-x 2 root root 4096 Jul 28 17:49 cost [2023-07-28T18:03:06.991Z] -rw-r--r-- 1 root root 95 Jul 28 17:49 cost.csv [2023-07-28T18:03:06.991Z] + sudo chown -R jenkins:jenkins /w/workspace/dry_app-rfid-llrp-inventory_main/archives [2023-07-28T18:03:06.991Z] + ls -al /w/workspace/dry_app-rfid-llrp-inventory_main/archives [2023-07-28T18:03:06.991Z] total 16 [2023-07-28T18:03:06.991Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 28 17:49 . [2023-07-28T18:03:06.991Z] drwxrwxr-x 12 jenkins jenkins 4096 Jul 28 18:02 .. [2023-07-28T18:03:06.991Z] drwxr-xr-x 2 jenkins jenkins 4096 Jul 28 17:49 cost [2023-07-28T18:03:06.991Z] -rw-r--r-- 1 jenkins jenkins 95 Jul 28 17:49 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-07-28T18:03:07.281Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-07-28T18:03:08.144Z] ---> package-listing.sh [2023-07-28T18:03:08.145Z] ++ facter osfamily [2023-07-28T18:03:08.145Z] ++ tr '[:upper:]' '[:lower:]' [2023-07-28T18:03:08.145Z] + OS_FAMILY=debian [2023-07-28T18:03:08.145Z] + workspace=/w/workspace/dry_app-rfid-llrp-inventory_main [2023-07-28T18:03:08.145Z] + START_PACKAGES=/tmp/packages_start.txt [2023-07-28T18:03:08.145Z] + END_PACKAGES=/tmp/packages_end.txt [2023-07-28T18:03:08.145Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-07-28T18:03:08.145Z] + PACKAGES=/tmp/packages_start.txt [2023-07-28T18:03:08.145Z] + '[' /w/workspace/dry_app-rfid-llrp-inventory_main ']' [2023-07-28T18:03:08.145Z] + PACKAGES=/tmp/packages_end.txt [2023-07-28T18:03:08.145Z] + case "${OS_FAMILY}" in [2023-07-28T18:03:08.145Z] + dpkg -l [2023-07-28T18:03:08.145Z] + grep '^ii' [2023-07-28T18:03:08.403Z] + '[' -f /tmp/packages_start.txt ']' [2023-07-28T18:03:08.403Z] + '[' -f /tmp/packages_end.txt ']' [2023-07-28T18:03:08.404Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-07-28T18:03:08.404Z] + '[' /w/workspace/dry_app-rfid-llrp-inventory_main ']' [2023-07-28T18:03:08.404Z] + mkdir -p /w/workspace/dry_app-rfid-llrp-inventory_main/archives/ [2023-07-28T18:03:08.404Z] + 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-07-28T18:03:08.414Z] 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-07-28T18:03:08.691Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-28T18:03:09.249Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-07-28T18:03:09.249Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-28T18:03:09.317Z] prd-ubuntu20.04-docker-8c-8g-2451 does not seem to be running inside a container [2023-07-28T18:03:09.342Z] $ 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-07-28T18:03:09.530Z] $ docker top d36311783ac0a94ff7135592bd8cc223d0a73c36023d0e2d96374630d683a987 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-07-28T18:03:09.878Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-07-28T18:03:10.162Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-07-28T18:03:10.447Z] + ls /var/log/sa-host [2023-07-28T18:03:10.447Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-07-28T18:03:10.508Z] provisioning config files... [2023-07-28T18:03:10.517Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config10915443597119971626tmp [Pipeline] { [Pipeline] echo [2023-07-28T18:03:10.528Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-07-28T18:03:10.806Z] ---> create-netrc.sh [Pipeline] } [2023-07-28T18:03:10.812Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-07-28T18:03:11.124Z] ---> python-tools-install.sh [Pipeline] echo [2023-07-28T18:03:11.132Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-07-28T18:03:11.412Z] ---> sudo-logs.sh [2023-07-28T18:03:11.412Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-07-28T18:03:11.436Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-07-28T18:03:11.726Z] ---> job-cost.sh [2023-07-28T18:03:11.726Z] lf-activate-venv: SKIPPING [2023-07-28T18:03:11.726Z] DEBUG: total: 0.2199999988079071 [2023-07-28T18:03:11.726Z] INFO: Retrieving Stack Cost... [2023-07-28T18:03:11.985Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-07-28T18:03:12.554Z] INFO: Archiving Costs [Pipeline] echo [2023-07-28T18:03:12.565Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-07-28T18:03:12.847Z] ---> logs-deploy.sh [2023-07-28T18:03:12.848Z] lf-activate-venv: SKIPPING [2023-07-28T18:03:12.848Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-rfid-llrp-inventory/main/118 [2023-07-28T18:03:12.848Z] INFO: archiving workspace using pattern(s): [2023-07-28T18:03:13.785Z] Archives upload complete. [2023-07-28T18:03:13.785Z] INFO: archiving logs to Nexus