Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 8e24701cce6496c4ca1a121af8534b5919b9a224 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-ssh14321229329660425249.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 0b81fa10a7dd14683a964f04f411324fe83f93ac 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-ssh1198950588282006654.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 0b81fa10a7dd14683a964f04f411324fe83f93ac 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-ssh12677743387110904054.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 0b81fa10a7dd14683a964f04f411324fe83f93ac (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 0b81fa10a7dd14683a964f04f411324fe83f93ac # timeout=10 Commit message: "Merge pull request #457 from jinlinGuan/golang-1.23" > 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-ssh4463565482625955323.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-ssh12620967891379640084.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] ========================================================= [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.23 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 Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-22731 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 8e24701cce6496c4ca1a121af8534b5919b9a224 (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 8e24701cce6496c4ca1a121af8534b5919b9a224 # timeout=10 Commit message: "Merge pull request #309 from jackchenjc/edgex-go-issue-4916" > git rev-list --no-walk 177adeae7629dfca2237b77997b1ab90b6e46731 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-10-14T08:46:26.927Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-10-14T08:46:27.004Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-10-14T08:46:27.024Z] ========================================================= [2024-10-14T08:46:27.024Z] EdgeX Global Pipelines Version Info [2024-10-14T08:46:27.024Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-10-14T08:46:27.757Z] ------------------- [2024-10-14T08:46:27.757Z] stable info: [2024-10-14T08:46:27.757Z] ------------------- [2024-10-14T08:46:27.757Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-10-14T08:46:27.757Z] Commit SHA: 0b81fa10a7dd14683a964f04f411324fe83f93ac [2024-10-14T08:46:27.757Z] Message: update stable to v1.0.265 [2024-10-14T08:46:28.329Z] ------------------- [2024-10-14T08:46:28.329Z] experimental info: [2024-10-14T08:46:28.329Z] ------------------- [2024-10-14T08:46:28.329Z] Commited By: Cherry Wang cherry@iotechsys.com [2024-10-14T08:46:28.329Z] Commit SHA: b5a5e52272fc4198cf3754284eedf36dbf0baa35 [2024-10-14T08:46:28.329Z] Message: update experimental to v1.0.264 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-10-14T08:46:28.395Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-rfid-llrp-inventory-settings [Pipeline] echo [2024-10-14T08:46:28.415Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-rfid-llrp-inventory [Pipeline] echo [2024-10-14T08:46:28.438Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-10-14T08:46:28.458Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-10-14T08:46:28.481Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-10-14T08:46:28.504Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2024-10-14T08:46:28.530Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-10-14T08:46:28.555Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2024-10-14T08:46:28.574Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-10-14T08:46:28.590Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-10-14T08:46:28.610Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-10-14T08:46:28.630Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-rfid-llrp-inventory [Pipeline] echo [2024-10-14T08:46:28.651Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-10-14T08:46:28.676Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-10-14T08:46:28.698Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-10-14T08:46:28.724Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-10-14T08:46:28.751Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2024-10-14T08:46:28.769Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2024-10-14T08:46:28.790Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-10-14T08:46:28.813Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-10-14T08:46:28.832Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2024-10-14T08:46:28.855Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2024-10-14T08:46:28.881Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2024-10-14T08:46:28.902Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2024-10-14T08:46:28.921Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2024-10-14T08:46:28.938Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-10-14T08:46:28.959Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-10-14T08:46:28.981Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2024-10-14T08:46:29.005Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2024-10-14T08:46:29.026Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2024-10-14T08:46:29.042Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8e24701cce6496c4ca1a121af8534b5919b9a224 [Pipeline] echo [2024-10-14T08:46:29.061Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8e24701 [Pipeline] echo [2024-10-14T08:46:29.082Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-10-14T08:46:29.142Z] provisioning config files... [2024-10-14T08:46:29.157Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config13710252720928724491tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-14T08:46:29.481Z] ---> ****-login.sh [2024-10-14T08:46:29.481Z] nexus3.edgexfoundry.org:10001 [2024-10-14T08:46:29.742Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-14T08:46:29.742Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-14T08:46:29.743Z] Configure a credential helper to remove this warning. See [2024-10-14T08:46:29.743Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-14T08:46:29.743Z] [2024-10-14T08:46:29.743Z] Login Succeeded [2024-10-14T08:46:29.743Z] nexus3.edgexfoundry.org:10002 [2024-10-14T08:46:29.743Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-14T08:46:29.743Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-14T08:46:29.743Z] Configure a credential helper to remove this warning. See [2024-10-14T08:46:29.743Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-14T08:46:29.743Z] [2024-10-14T08:46:29.743Z] Login Succeeded [2024-10-14T08:46:29.743Z] nexus3.edgexfoundry.org:10003 [2024-10-14T08:46:30.002Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-14T08:46:30.002Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-14T08:46:30.002Z] Configure a credential helper to remove this warning. See [2024-10-14T08:46:30.002Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-14T08:46:30.002Z] [2024-10-14T08:46:30.002Z] Login Succeeded [2024-10-14T08:46:30.002Z] nexus3.edgexfoundry.org:10004 [2024-10-14T08:46:30.002Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-14T08:46:30.002Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-14T08:46:30.003Z] Configure a credential helper to remove this warning. See [2024-10-14T08:46:30.003Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-14T08:46:30.003Z] [2024-10-14T08:46:30.003Z] Login Succeeded [2024-10-14T08:46:30.003Z] ****.io [2024-10-14T08:46:30.264Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-14T08:46:30.264Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-14T08:46:30.264Z] Configure a credential helper to remove this warning. See [2024-10-14T08:46:30.264Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-14T08:46:30.264Z] [2024-10-14T08:46:30.264Z] Login Succeeded [2024-10-14T08:46:30.264Z] ---> ****-login.sh ends [Pipeline] } [2024-10-14T08:46:30.272Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2024-10-14T08:46:30.717Z] + git rev-list -1 --merges 8e24701cce6496c4ca1a121af8534b5919b9a224~1..8e24701cce6496c4ca1a121af8534b5919b9a224 [Pipeline] echo [2024-10-14T08:46:30.744Z] -----------> git rev-list -1 --merges 8e24701cce6496c4ca1a121af8534b5919b9a224~1..8e24701cce6496c4ca1a121af8534b5919b9a224 8e24701cce6496c4ca1a121af8534b5919b9a224 [2024-10-14T08:46:30.744Z] 8e24701cce6496c4ca1a121af8534b5919b9a224 [false] [Pipeline] sh [2024-10-14T08:46:31.038Z] + git log --format=format:%s -1 8e24701cce6496c4ca1a121af8534b5919b9a224 [Pipeline] echo [2024-10-14T08:46:31.059Z] ========================================================= [2024-10-14T08:46:31.059Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-10-14T08:46:31.059Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-10-14T08:46:31.416Z] + git log --format=format:%s -1 8e24701cce6496c4ca1a121af8534b5919b9a224 [Pipeline] echo [2024-10-14T08:46:31.429Z] [semverPrep] GIT_COMMIT: 8e24701cce6496c4ca1a121af8534b5919b9a224, Commit Message: Merge pull request #309 from jackchenjc/edgex-go-issue-4916 [Pipeline] echo [2024-10-14T08:46:31.448Z] [semverPrep] This is not a build commit. [Pipeline] sh [2024-10-14T08:46:31.806Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-10-14T08:46:31.806Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-10-14T08:46:31.806Z] + [ -e /tmp/ssh_known_hosts ] [2024-10-14T08:46:31.806Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-10-14T08:46:31.806Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2024-10-14T08:46:31.806Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2024-10-14T08:46:31.806Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-14T08:46:32.164Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-10-14T08:46:32.164Z] [2024-10-14T08:46:32.164Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-14T08:46:32.475Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-10-14T08:46:32.475Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-10-14T08:46:32.475Z] b85a868b505f: Pulling fs layer [2024-10-14T08:46:32.475Z] e2be974225ed: Pulling fs layer [2024-10-14T08:46:32.475Z] 339a4e72a1f5: Pulling fs layer [2024-10-14T08:46:32.475Z] 988bab9f4d93: Pulling fs layer [2024-10-14T08:46:32.475Z] 1469e6f7b9e6: Pulling fs layer [2024-10-14T08:46:32.475Z] eaf3925da568: Pulling fs layer [2024-10-14T08:46:32.475Z] bab4dde63d76: Pulling fs layer [2024-10-14T08:46:32.475Z] bde34c3a00c8: Pulling fs layer [2024-10-14T08:46:32.475Z] b352a97aabf1: Pulling fs layer [2024-10-14T08:46:32.475Z] 4872d77fe225: Pulling fs layer [2024-10-14T08:46:32.475Z] 5851b861e8e6: Pulling fs layer [2024-10-14T08:46:32.475Z] eaf3925da568: Waiting [2024-10-14T08:46:32.475Z] 1469e6f7b9e6: Waiting [2024-10-14T08:46:32.475Z] b352a97aabf1: Waiting [2024-10-14T08:46:32.475Z] 4872d77fe225: Waiting [2024-10-14T08:46:32.475Z] bab4dde63d76: Waiting [2024-10-14T08:46:32.475Z] bde34c3a00c8: Waiting [2024-10-14T08:46:32.475Z] 5851b861e8e6: Waiting [2024-10-14T08:46:32.475Z] 988bab9f4d93: Waiting [2024-10-14T08:46:32.475Z] e2be974225ed: Download complete [2024-10-14T08:46:32.475Z] 988bab9f4d93: Verifying Checksum [2024-10-14T08:46:32.475Z] 988bab9f4d93: Download complete [2024-10-14T08:46:32.735Z] 1469e6f7b9e6: Verifying Checksum [2024-10-14T08:46:32.735Z] 1469e6f7b9e6: Download complete [2024-10-14T08:46:32.735Z] eaf3925da568: Verifying Checksum [2024-10-14T08:46:32.735Z] eaf3925da568: Download complete [2024-10-14T08:46:32.735Z] 339a4e72a1f5: Verifying Checksum [2024-10-14T08:46:32.735Z] 339a4e72a1f5: Download complete [2024-10-14T08:46:32.735Z] bde34c3a00c8: Download complete [2024-10-14T08:46:32.735Z] b352a97aabf1: Verifying Checksum [2024-10-14T08:46:32.735Z] b352a97aabf1: Download complete [2024-10-14T08:46:32.735Z] 4872d77fe225: Download complete [2024-10-14T08:46:32.735Z] 5851b861e8e6: Verifying Checksum [2024-10-14T08:46:32.735Z] 5851b861e8e6: Download complete [2024-10-14T08:46:32.735Z] b85a868b505f: Verifying Checksum [2024-10-14T08:46:32.735Z] b85a868b505f: Download complete [2024-10-14T08:46:32.995Z] bab4dde63d76: Verifying Checksum [2024-10-14T08:46:32.996Z] bab4dde63d76: Download complete [2024-10-14T08:46:34.378Z] b85a868b505f: Pull complete [2024-10-14T08:46:34.378Z] e2be974225ed: Pull complete [2024-10-14T08:46:34.636Z] 339a4e72a1f5: Pull complete [2024-10-14T08:46:34.636Z] 988bab9f4d93: Pull complete [2024-10-14T08:46:34.912Z] 1469e6f7b9e6: Pull complete [2024-10-14T08:46:35.173Z] eaf3925da568: Pull complete [2024-10-14T08:46:37.089Z] bab4dde63d76: Pull complete [2024-10-14T08:46:37.349Z] bde34c3a00c8: Pull complete [2024-10-14T08:46:37.915Z] b352a97aabf1: Pull complete [2024-10-14T08:46:38.172Z] 4872d77fe225: Pull complete [2024-10-14T08:46:38.440Z] 5851b861e8e6: Pull complete [2024-10-14T08:46:38.440Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-10-14T08:46:38.699Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-10-14T08:46:38.699Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-14T08:46:38.895Z] prd-ubuntu20.04-docker-8c-8g-22731 does not seem to be running inside a container [2024-10-14T08:46:38.926Z] $ 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 [2024-10-14T08:46:42.711Z] $ docker top b5383eadea23bb1f5fd3bb0651e6c024787e13391e948b8694ae00e2d2294d1a -eo pid,comm [2024-10-14T08:46:42.764Z] 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). [2024-10-14T08:46:42.764Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-10-14T08:46:42.828Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-10-14T08:46:42.828Z] [ssh-agent] Looking for ssh-agent implementation... [2024-10-14T08:46:42.934Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-10-14T08:46:42.937Z] $ docker exec b5383eadea23bb1f5fd3bb0651e6c024787e13391e948b8694ae00e2d2294d1a ssh-agent [2024-10-14T08:46:43.034Z] SSH_AUTH_SOCK=/tmp/ssh-Y6sVdvzYmhLr/agent.32 [2024-10-14T08:46:43.034Z] SSH_AGENT_PID=38 [2024-10-14T08:46:43.041Z] Running ssh-add (command line suppressed) [2024-10-14T08:46:43.142Z] Identity added: /w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_8908930878039427385.key (/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_8908930878039427385.key) [2024-10-14T08:46:43.153Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-10-14T08:46:43.447Z] + git tag --points-at HEAD [Pipeline] } [2024-10-14T08:46:43.457Z] $ docker exec --env ******** --env ******** b5383eadea23bb1f5fd3bb0651e6c024787e13391e948b8694ae00e2d2294d1a ssh-agent -k [2024-10-14T08:46:43.552Z] unset SSH_AUTH_SOCK; [2024-10-14T08:46:43.552Z] unset SSH_AGENT_PID; [2024-10-14T08:46:43.552Z] echo Agent pid 38 killed; [2024-10-14T08:46:43.560Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-10-14T08:46:43.607Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-10-14T08:46:43.607Z] [ssh-agent] Looking for ssh-agent implementation... [2024-10-14T08:46:43.717Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-10-14T08:46:43.720Z] $ docker exec b5383eadea23bb1f5fd3bb0651e6c024787e13391e948b8694ae00e2d2294d1a ssh-agent [2024-10-14T08:46:43.823Z] SSH_AUTH_SOCK=/tmp/ssh-VhMrB4FwNxdh/agent.71 [2024-10-14T08:46:43.823Z] SSH_AGENT_PID=77 [2024-10-14T08:46:43.827Z] Running ssh-add (command line suppressed) [2024-10-14T08:46:43.927Z] Identity added: /w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_9293165474099687813.key (/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_9293165474099687813.key) [2024-10-14T08:46:43.941Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-10-14T08:46:44.233Z] + git semver init [2024-10-14T08:46:44.492Z] 2024-10-14 08:46:44,419 [run_init] DEBUG init version:0.0.0 force:False [2024-10-14T08:46:44.492Z] 2024-10-14 08:46:44,420 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/dry_app-rfid-llrp-inventory_main/.semver [2024-10-14T08:46:44.492Z] 2024-10-14 08:46:44,420 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-rfid-llrp-inventory.git /w/workspace/dry_app-rfid-llrp-inventory_main/.semver [2024-10-14T08:46:44.492Z] 2024-10-14 08:46:44,421 [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) [2024-10-14T08:46:46.395Z] 2024-10-14 08:46:46,335 [append_file] DEBUG append to file:/w/workspace/dry_app-rfid-llrp-inventory_main/.git/info/exclude [2024-10-14T08:46:46.395Z] 2024-10-14 08:46:46,335 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main with force:False [2024-10-14T08:46:46.395Z] 2024-10-14 08:46:46,335 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2024-10-14T08:46:46.395Z] 2024-10-14 08:46:46,336 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2024-10-14T08:46:46.395Z] 3.2.0-dev.31 [Pipeline] } [2024-10-14T08:46:46.405Z] $ docker exec --env ******** --env ******** b5383eadea23bb1f5fd3bb0651e6c024787e13391e948b8694ae00e2d2294d1a ssh-agent -k [2024-10-14T08:46:46.498Z] unset SSH_AUTH_SOCK; [2024-10-14T08:46:46.498Z] unset SSH_AGENT_PID; [2024-10-14T08:46:46.498Z] echo Agent pid 77 killed; [2024-10-14T08:46:46.506Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-10-14T08:46:46.833Z] + git semver [Pipeline] } [2024-10-14T08:46:47.104Z] $ docker stop --time=1 b5383eadea23bb1f5fd3bb0651e6c024787e13391e948b8694ae00e2d2294d1a [2024-10-14T08:46:48.402Z] $ docker rm -f --volumes b5383eadea23bb1f5fd3bb0651e6c024787e13391e948b8694ae00e2d2294d1a [Pipeline] // withDockerContainer [Pipeline] sh [2024-10-14T08:46:48.758Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-10-14T08:46:48.994Z] Stashed 1 file(s) [Pipeline] echo [2024-10-14T08:46:48.998Z] [edgeXSemver]: initialized semver on version 3.2.0-dev.31 [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 [2024-10-14T08:46:49.189Z] provisioning config files... [2024-10-14T08:46:49.199Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config14213643830583848974tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-14T08:46:49.507Z] ---> ****-login.sh [2024-10-14T08:46:49.507Z] nexus3.edgexfoundry.org:10001 [2024-10-14T08:46:49.507Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-14T08:46:49.507Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-14T08:46:49.507Z] Configure a credential helper to remove this warning. See [2024-10-14T08:46:49.507Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-14T08:46:49.507Z] [2024-10-14T08:46:49.507Z] Login Succeeded [2024-10-14T08:46:49.508Z] nexus3.edgexfoundry.org:10002 [2024-10-14T08:46:49.508Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-14T08:46:49.508Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-14T08:46:49.508Z] Configure a credential helper to remove this warning. See [2024-10-14T08:46:49.508Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-14T08:46:49.508Z] [2024-10-14T08:46:49.508Z] Login Succeeded [2024-10-14T08:46:49.508Z] nexus3.edgexfoundry.org:10003 [2024-10-14T08:46:49.767Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-14T08:46:49.767Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-14T08:46:49.767Z] Configure a credential helper to remove this warning. See [2024-10-14T08:46:49.767Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-14T08:46:49.767Z] [2024-10-14T08:46:49.767Z] Login Succeeded [2024-10-14T08:46:49.767Z] nexus3.edgexfoundry.org:10004 [2024-10-14T08:46:49.767Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-14T08:46:49.767Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-14T08:46:49.767Z] Configure a credential helper to remove this warning. See [2024-10-14T08:46:49.767Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-14T08:46:49.767Z] [2024-10-14T08:46:49.767Z] Login Succeeded [2024-10-14T08:46:49.767Z] ****.io [2024-10-14T08:46:50.027Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-14T08:46:50.027Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-14T08:46:50.027Z] Configure a credential helper to remove this warning. See [2024-10-14T08:46:50.027Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-14T08:46:50.027Z] [2024-10-14T08:46:50.027Z] Login Succeeded [2024-10-14T08:46:50.027Z] ---> ****-login.sh ends [Pipeline] } [2024-10-14T08:46:50.037Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2024-10-14T08:46:50.126Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-10-14T08:46:50.143Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-10-14T08:46:50.167Z] ========================================================= [2024-10-14T08:46:50.167Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2024-10-14T08:46:50.167Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-14T08:46:50.503Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine --build-arg MAKE=echo noop --target=builder . [2024-10-14T08:46:50.503Z] Sending build context to Docker daemon 19.97MB [2024-10-14T08:46:50.503Z] Step 1/12 : ARG BASE=golang:1.23-alpine3.20 [2024-10-14T08:46:50.503Z] Step 2/12 : FROM ${BASE} AS builder [2024-10-14T08:46:50.763Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2024-10-14T08:46:50.763Z] 43c4264eed91: Pulling fs layer [2024-10-14T08:46:50.763Z] 4cc291be95ef: Pulling fs layer [2024-10-14T08:46:50.763Z] 2ac1f1163629: Pulling fs layer [2024-10-14T08:46:50.763Z] 5c3c966382ef: Pulling fs layer [2024-10-14T08:46:50.763Z] 4f4fb700ef54: Pulling fs layer [2024-10-14T08:46:50.763Z] 5d5c8e513c77: Pulling fs layer [2024-10-14T08:46:50.763Z] 9f66e0745190: Pulling fs layer [2024-10-14T08:46:50.763Z] f49a43e4bbc0: Pulling fs layer [2024-10-14T08:46:50.763Z] 561ebcabdf7f: Pulling fs layer [2024-10-14T08:46:50.763Z] 5c3c966382ef: Waiting [2024-10-14T08:46:50.763Z] 4f4fb700ef54: Waiting [2024-10-14T08:46:50.763Z] f49a43e4bbc0: Waiting [2024-10-14T08:46:50.763Z] 9f66e0745190: Waiting [2024-10-14T08:46:50.763Z] 4cc291be95ef: Download complete [2024-10-14T08:46:50.763Z] 5c3c966382ef: Verifying Checksum [2024-10-14T08:46:50.763Z] 5c3c966382ef: Download complete [2024-10-14T08:46:50.763Z] 4f4fb700ef54: Verifying Checksum [2024-10-14T08:46:50.763Z] 4f4fb700ef54: Download complete [2024-10-14T08:46:50.763Z] 43c4264eed91: Verifying Checksum [2024-10-14T08:46:50.763Z] 43c4264eed91: Download complete [2024-10-14T08:46:50.763Z] 5d5c8e513c77: Download complete [2024-10-14T08:46:50.763Z] 9f66e0745190: Verifying Checksum [2024-10-14T08:46:50.763Z] 9f66e0745190: Download complete [2024-10-14T08:46:51.023Z] 43c4264eed91: Pull complete [2024-10-14T08:46:51.023Z] 561ebcabdf7f: Download complete [2024-10-14T08:46:51.023Z] 4cc291be95ef: Pull complete [2024-10-14T08:46:51.282Z] 2ac1f1163629: Download complete [2024-10-14T08:46:51.541Z] f49a43e4bbc0: Verifying Checksum [2024-10-14T08:46:51.542Z] f49a43e4bbc0: Download complete [2024-10-14T08:46:54.820Z] 2ac1f1163629: Pull complete [2024-10-14T08:46:54.820Z] 5c3c966382ef: Pull complete [2024-10-14T08:46:54.820Z] 4f4fb700ef54: Pull complete [2024-10-14T08:46:54.820Z] 5d5c8e513c77: Pull complete [2024-10-14T08:46:54.820Z] 9f66e0745190: Pull complete [2024-10-14T08:46:57.348Z] f49a43e4bbc0: Pull complete [2024-10-14T08:46:57.607Z] 561ebcabdf7f: Pull complete [2024-10-14T08:46:57.607Z] Digest: sha256:0719486ae9a24b675ee3acaa2cfd867e7a981f2ef22b41d166c62d936fe8de2d [2024-10-14T08:46:57.607Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2024-10-14T08:46:57.607Z] ---> 3a752c3f9dda [2024-10-14T08:46:57.607Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2024-10-14T08:47:02.912Z] ---> Running in eb2b5f2e9cf2 [2024-10-14T08:47:02.912Z] Removing intermediate container eb2b5f2e9cf2 [2024-10-14T08:47:02.912Z] ---> e0e3a932c1e1 [2024-10-14T08:47:02.912Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2024-10-14T08:47:02.912Z] ---> Running in c091f67033ae [2024-10-14T08:47:02.912Z] Removing intermediate container c091f67033ae [2024-10-14T08:47:02.912Z] ---> 87056b540fa9 [2024-10-14T08:47:02.912Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2024-10-14T08:47:02.912Z] ---> Running in 297ca93eff22 [2024-10-14T08:47:02.912Z] Removing intermediate container 297ca93eff22 [2024-10-14T08:47:02.912Z] ---> b151ffc0ee85 [2024-10-14T08:47:02.912Z] Step 6/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-10-14T08:47:02.912Z] ---> Running in 85645601d161 [2024-10-14T08:47:02.912Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-14T08:47:02.912Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-14T08:47:03.169Z] OK: 246 MiB in 54 packages [2024-10-14T08:47:03.426Z] Removing intermediate container 85645601d161 [2024-10-14T08:47:03.426Z] ---> 62700379004e [2024-10-14T08:47:03.426Z] Step 7/12 : WORKDIR /app [2024-10-14T08:47:03.426Z] ---> Running in 6a6f786a81b7 [2024-10-14T08:47:03.684Z] Removing intermediate container 6a6f786a81b7 [2024-10-14T08:47:03.684Z] ---> 8b9ce56fd5a1 [2024-10-14T08:47:03.684Z] Step 8/12 : COPY go.mod vendor* ./ [2024-10-14T08:47:03.684Z] ---> 88b342e97128 [2024-10-14T08:47:03.684Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-14T08:47:03.684Z] ---> Running in 479586145fe6 [2024-10-14T08:47:04.123Z] Still waiting to schedule task [2024-10-14T08:47:04.124Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-22721’ is offline [2024-10-14T08:47:04.124Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-22733’ is offline [2024-10-14T08:48:11.507Z] Removing intermediate container 479586145fe6 [2024-10-14T08:48:11.507Z] ---> 940500d78119 [2024-10-14T08:48:11.507Z] Step 10/12 : COPY . . [2024-10-14T08:48:12.445Z] ---> abe5adeb5fa2 [2024-10-14T08:48:12.445Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-10-14T08:48:12.705Z] ---> Running in 46b0fdad8ccc [2024-10-14T08:48:12.965Z] Removing intermediate container 46b0fdad8ccc [2024-10-14T08:48:12.965Z] ---> e47ec3d50455 [2024-10-14T08:48:12.965Z] Step 12/12 : RUN $MAKE [2024-10-14T08:48:13.533Z] ---> Running in 93da918562bd [2024-10-14T08:48:14.113Z] noop [2024-10-14T08:48:15.064Z] Removing intermediate container 93da918562bd [2024-10-14T08:48:15.064Z] ---> a5324496c2cb [2024-10-14T08:48:15.064Z] Successfully built a5324496c2cb [2024-10-14T08:48:15.064Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-14T08:48:15.390Z] + docker inspect -f . ci-base-image-x86_64 [2024-10-14T08:48:15.390Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-14T08:48:15.474Z] prd-ubuntu20.04-docker-8c-8g-22731 does not seem to be running inside a container [2024-10-14T08:48:15.501Z] $ 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 [2024-10-14T08:48:16.395Z] $ docker top 1774eb37253c94b9d9521abeda5a8cf93222c076137fb0d2cb12602c5b49e05e -eo pid,comm [Pipeline] { [Pipeline] sh [2024-10-14T08:48:16.743Z] + go version [2024-10-14T08:48:16.743Z] go version go1.23.2 linux/amd64 [Pipeline] } [2024-10-14T08:48:16.752Z] $ docker stop --time=1 1774eb37253c94b9d9521abeda5a8cf93222c076137fb0d2cb12602c5b49e05e [2024-10-14T08:48:18.347Z] $ docker rm -f --volumes 1774eb37253c94b9d9521abeda5a8cf93222c076137fb0d2cb12602c5b49e05e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-14T08:48:18.834Z] + docker inspect -f . ci-base-image-x86_64 [2024-10-14T08:48:18.834Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-14T08:48:18.911Z] prd-ubuntu20.04-docker-8c-8g-22731 does not seem to be running inside a container [2024-10-14T08:48:18.935Z] $ 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 [2024-10-14T08:48:19.896Z] $ docker top 110a48c499eb1f24c90dc65d0650698dc7caeca1e99e4b05b5a04aa6f1c37ec3 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-10-14T08:48:20.255Z] + git config --global --add safe.directory /w/workspace/dry_app-rfid-llrp-inventory_main [Pipeline] fileExists [Pipeline] sh [2024-10-14T08:48:20.570Z] + make test [2024-10-14T08:48:20.570Z] go test -race ./... -coverprofile=coverage.out ./... [2024-10-14T08:48:52.653Z] edgexfoundry/app-rfid-llrp-inventory coverage: 0.0% of statements [2024-10-14T08:48:52.653Z] edgexfoundry/app-rfid-llrp-inventory/internal/inventory/app coverage: 0.0% of statements [2024-10-14T08:48:52.653Z] ok edgexfoundry/app-rfid-llrp-inventory/internal/inventory 1.165s coverage: 86.2% of statements [2024-10-14T08:48:55.195Z] ok edgexfoundry/app-rfid-llrp-inventory/internal/llrp 3.663s coverage: 71.9% of statements [2024-10-14T08:49:33.953Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-22736 in /w/workspace/dry_app-rfid-llrp-inventory_main [Pipeline] { [Pipeline] ws [2024-10-14T08:49:33.971Z] Running in /w/workspace/app-rfid-llrp-inventory/185 [Pipeline] { [2024-10-14T08:49:33.992Z] go vet ./... [Pipeline] checkout [2024-10-14T08:49:34.024Z] The recommended git tool is: git [2024-10-14T08:49:37.287Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-10-14T08:49:37.546Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-10-14T08:49:37.546Z] ./bin/test-attribution.sh [Pipeline] echo [2024-10-14T08:49:37.817Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-10-14T08:49:37.835Z] $ docker stop --time=1 110a48c499eb1f24c90dc65d0650698dc7caeca1e99e4b05b5a04aa6f1c37ec3 [2024-10-14T08:49:41.557Z] using credential edgex-jenkins-ssh [2024-10-14T08:49:41.588Z] Cloning the remote Git repository [2024-10-14T08:49:41.664Z] Cloning repository git@github.com:edgexfoundry/app-rfid-llrp-inventory.git [2024-10-14T08:49:41.813Z] > git init /w/workspace/app-rfid-llrp-inventory/185 # timeout=10 [2024-10-14T08:49:42.045Z] Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.git [2024-10-14T08:49:42.047Z] > git --version # timeout=10 [2024-10-14T08:49:42.073Z] > git --version # 'git version 2.25.1' [2024-10-14T08:49:42.077Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-10-14T08:49:42.309Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-10-14T08:49:47.156Z] $ docker rm -f --volumes 110a48c499eb1f24c90dc65d0650698dc7caeca1e99e4b05b5a04aa6f1c37ec3 [Pipeline] // withDockerContainer [Pipeline] sh [2024-10-14T08:49:46.690Z] > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 [2024-10-14T08:49:46.740Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-10-14T08:49:47.893Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-10-14T08:49:47.956Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2024-10-14T08:49:48.344Z] Avoid second fetch [2024-10-14T08:49:48.344Z] Checking out Revision 8e24701cce6496c4ca1a121af8534b5919b9a224 (main) [2024-10-14T08:49:48.437Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-10-14T08:49:48.730Z] + ls -al . [2024-10-14T08:49:48.730Z] total 296 [2024-10-14T08:49:48.730Z] drwxrwxr-x 11 jenkins jenkins 4096 Oct 14 08:48 . [2024-10-14T08:49:48.730Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 14 08:46 .. [2024-10-14T08:49:48.730Z] -rw-rw-r-- 1 jenkins jenkins 262 Oct 14 08:46 .dockerignore [2024-10-14T08:49:48.730Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 14 08:48 .git [2024-10-14T08:49:48.730Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 14 08:46 .github [2024-10-14T08:49:48.730Z] -rw-rw-r-- 1 jenkins jenkins 773 Oct 14 08:46 .gitignore [2024-10-14T08:49:48.730Z] -rw-rw-r-- 1 jenkins jenkins 200 Oct 14 08:46 .golangci.yml [2024-10-14T08:49:48.730Z] drwxr-xr-x 3 jenkins jenkins 4096 Oct 14 08:46 .semver [2024-10-14T08:49:48.730Z] -rw-rw-r-- 1 jenkins jenkins 20300 Oct 14 08:46 Attribution.txt [2024-10-14T08:49:48.730Z] -rw-rw-r-- 1 jenkins jenkins 11245 Oct 14 08:46 CHANGELOG.md [2024-10-14T08:49:48.730Z] -rw-rw-r-- 1 jenkins jenkins 1768 Oct 14 08:46 Dockerfile [2024-10-14T08:49:48.730Z] -rw-rw-r-- 1 jenkins jenkins 677 Oct 14 08:46 GOVERNANCE.md [2024-10-14T08:49:48.730Z] -rw-rw-r-- 1 jenkins jenkins 665 Oct 14 08:46 Jenkinsfile [2024-10-14T08:49:48.730Z] -rw-rw-r-- 1 jenkins jenkins 11347 Oct 14 08:46 LICENSE [2024-10-14T08:49:48.730Z] -rw-rw-r-- 1 jenkins jenkins 3040 Oct 14 08:46 Makefile [2024-10-14T08:49:48.730Z] -rw-rw-r-- 1 jenkins jenkins 617 Oct 14 08:46 OWNERS.md [2024-10-14T08:49:48.730Z] -rw-rw-r-- 1 jenkins jenkins 3851 Oct 14 08:46 README.md [2024-10-14T08:49:48.730Z] -rw-rw-r-- 1 jenkins jenkins 12 Oct 14 08:46 VERSION [2024-10-14T08:49:48.730Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 14 08:46 bin [2024-10-14T08:49:48.730Z] -rw-r--r-- 1 jenkins jenkins 55696 Oct 14 08:48 coverage.out [2024-10-14T08:49:48.730Z] -rw-rw-r-- 1 jenkins jenkins 7508 Oct 14 08:46 go.mod [2024-10-14T08:49:48.730Z] -rw-rw-r-- 1 jenkins jenkins 100922 Oct 14 08:46 go.sum [2024-10-14T08:49:48.730Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 14 08:46 images [2024-10-14T08:49:48.730Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 14 08:46 internal [2024-10-14T08:49:48.730Z] -rw-rw-r-- 1 jenkins jenkins 531 Oct 14 08:46 main.go [2024-10-14T08:49:48.730Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 14 08:46 openapi [2024-10-14T08:49:48.730Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 14 08:46 res [2024-10-14T08:49:48.730Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 14 08:46 static [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-14T08:49:49.045Z] + 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=8e24701cce6496c4ca1a121af8534b5919b9a224 --label arch=amd64 --label version=3.2.0-dev.31 . [2024-10-14T08:49:49.045Z] Sending build context to Docker daemon 19.97MB [2024-10-14T08:49:49.045Z] Step 1/30 : ARG BASE=golang:1.23-alpine3.20 [2024-10-14T08:49:49.045Z] Step 2/30 : FROM ${BASE} AS builder [2024-10-14T08:49:49.045Z] ---> a5324496c2cb [2024-10-14T08:49:49.045Z] Step 3/30 : ARG ALPINE_PKG_BASE="make git" [2024-10-14T08:49:48.377Z] > git config core.sparsecheckout # timeout=10 [2024-10-14T08:49:48.493Z] > git checkout -f 8e24701cce6496c4ca1a121af8534b5919b9a224 # timeout=10 [2024-10-14T08:49:49.354Z] Commit message: "Merge pull request #309 from jackchenjc/edgex-go-issue-4916" [2024-10-14T08:49:49.611Z] ---> Running in ccfbaef43b19 [2024-10-14T08:49:49.611Z] Removing intermediate container ccfbaef43b19 [2024-10-14T08:49:49.611Z] ---> 4ee47dbdb062 [2024-10-14T08:49:49.611Z] Step 4/30 : ARG ALPINE_PKG_EXTRA="" [2024-10-14T08:49:49.611Z] ---> Running in 801a2bfd3fda [2024-10-14T08:49:49.870Z] Removing intermediate container 801a2bfd3fda [2024-10-14T08:49:49.870Z] ---> b832e842a3b1 [2024-10-14T08:49:49.870Z] Step 5/30 : ARG ADD_BUILD_TAGS="" [2024-10-14T08:49:49.870Z] ---> Running in c0eef6c299b9 [2024-10-14T08:49:49.870Z] Removing intermediate container c0eef6c299b9 [2024-10-14T08:49:49.870Z] ---> b2310ae9778a [2024-10-14T08:49:49.870Z] Step 6/30 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-10-14T08:49:49.870Z] ---> Running in c477e9c72137 [2024-10-14T08:49:50.129Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-14T08:49:50.389Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-14T08:49:50.647Z] OK: 246 MiB in 54 packages [2024-10-14T08:49:50.907Z] Removing intermediate container c477e9c72137 [2024-10-14T08:49:50.907Z] ---> 973bbbe96b43 [2024-10-14T08:49:50.907Z] Step 7/30 : WORKDIR /app [2024-10-14T08:49:51.167Z] ---> Running in 19906de7ba54 [2024-10-14T08:49:51.167Z] Removing intermediate container 19906de7ba54 [2024-10-14T08:49:51.167Z] ---> 6e7f9d28e5ef [2024-10-14T08:49:51.167Z] Step 8/30 : COPY go.mod vendor* ./ [2024-10-14T08:49:51.167Z] ---> 1642d1025f0e [2024-10-14T08:49:51.167Z] Step 9/30 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-14T08:49:51.430Z] ---> Running in e84773d1706b [2024-10-14T08:49:51.997Z] Removing intermediate container e84773d1706b [2024-10-14T08:49:51.997Z] ---> c041a162bb38 [2024-10-14T08:49:51.997Z] Step 10/30 : COPY . . [2024-10-14T08:49:52.999Z] ---> 3a55b5da7c6b [2024-10-14T08:49:52.999Z] Step 11/30 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-10-14T08:49:52.999Z] ---> Running in 53d434730f47 [2024-10-14T08:49:52.999Z] Removing intermediate container 53d434730f47 [2024-10-14T08:49:52.999Z] ---> fac3331f3173 [2024-10-14T08:49:52.999Z] Step 12/30 : RUN $MAKE [2024-10-14T08:49:52.999Z] ---> Running in e81bcf97f41c [2024-10-14T08:49:53.259Z] CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.2.0-dev.55 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.2.0-dev.31 -X edgexfoundry/app-rfid-llrp-inventory.Version=3.2.0-dev.31" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o app-rfid-llrp-inventory [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-10-14T08:49:54.819Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-10-14T08:49:54.819Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-10-14T08:49:54.819Z] Dload Upload Total Spent Left Speed [2024-10-14T08:49:54.819Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 184k 0 --:--:-- --:--:-- --:--:-- 184k [Pipeline] sh [2024-10-14T08:49:55.200Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-10-14T08:49:55.567Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2024-10-14T08:49:55.568Z] + sudo tee /etc/docker/daemon.new [2024-10-14T08:49:55.568Z] { [2024-10-14T08:49:55.568Z] "registry-mirrors": [ [2024-10-14T08:49:55.568Z] "https://nexus3.edgexfoundry.org:10001" [2024-10-14T08:49:55.568Z] ], [2024-10-14T08:49:55.568Z] "bip": "10.250.0.254/24", [2024-10-14T08:49:55.568Z] "hosts": [ [2024-10-14T08:49:55.568Z] "tcp://0.0.0.0:5555", [2024-10-14T08:49:55.568Z] "unix:///var/run/docker.sock" [2024-10-14T08:49:55.568Z] ], [2024-10-14T08:49:55.568Z] "mtu": 1458, [2024-10-14T08:49:55.568Z] "selinux-enabled": true, [2024-10-14T08:49:55.568Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-10-14T08:49:55.568Z] } [Pipeline] sh [2024-10-14T08:49:55.931Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-10-14T08:49:56.309Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-10-14T08:50:14.723Z] provisioning config files... [2024-10-14T08:50:14.766Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/app-rfid-llrp-inventory/185@tmp/config9513623938392193765tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-14T08:50:15.287Z] ---> ****-login.sh [2024-10-14T08:50:15.287Z] nexus3.edgexfoundry.org:10001 [2024-10-14T08:50:15.944Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-14T08:50:16.218Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-14T08:50:16.218Z] Configure a credential helper to remove this warning. See [2024-10-14T08:50:16.218Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-14T08:50:16.218Z] [2024-10-14T08:50:16.218Z] Login Succeeded [2024-10-14T08:50:16.218Z] nexus3.edgexfoundry.org:10002 [2024-10-14T08:50:16.526Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-14T08:50:16.810Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-14T08:50:16.810Z] Configure a credential helper to remove this warning. See [2024-10-14T08:50:16.810Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-14T08:50:16.810Z] [2024-10-14T08:50:16.810Z] Login Succeeded [2024-10-14T08:50:16.810Z] nexus3.edgexfoundry.org:10003 [2024-10-14T08:50:17.088Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-14T08:50:17.088Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-14T08:50:17.088Z] Configure a credential helper to remove this warning. See [2024-10-14T08:50:17.088Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-14T08:50:17.088Z] [2024-10-14T08:50:17.088Z] Login Succeeded [2024-10-14T08:50:17.367Z] nexus3.edgexfoundry.org:10004 [2024-10-14T08:50:17.646Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-14T08:50:17.646Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-14T08:50:17.646Z] Configure a credential helper to remove this warning. See [2024-10-14T08:50:17.646Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-14T08:50:17.646Z] [2024-10-14T08:50:17.646Z] Login Succeeded [2024-10-14T08:50:17.646Z] ****.io [2024-10-14T08:50:17.924Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-14T08:50:18.536Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-14T08:50:18.536Z] Configure a credential helper to remove this warning. See [2024-10-14T08:50:18.536Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-14T08:50:18.536Z] [2024-10-14T08:50:18.536Z] Login Succeeded [2024-10-14T08:50:18.536Z] ---> ****-login.sh ends [Pipeline] } [2024-10-14T08:50:18.555Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2024-10-14T08:50:19.173Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-10-14T08:50:19.199Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-10-14T08:50:19.219Z] ========================================================= [2024-10-14T08:50:19.219Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2024-10-14T08:50:19.219Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-14T08:50:19.979Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine --build-arg MAKE=echo noop --target=builder . [2024-10-14T08:50:20.256Z] Sending build context to Docker daemon 684.5kB [2024-10-14T08:50:20.256Z] Step 1/12 : ARG BASE=golang:1.23-alpine3.20 [2024-10-14T08:50:20.256Z] Step 2/12 : FROM ${BASE} AS builder [2024-10-14T08:50:20.542Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2024-10-14T08:50:20.542Z] cf04c63912e1: Pulling fs layer [2024-10-14T08:50:20.542Z] 55b35a11ae5e: Pulling fs layer [2024-10-14T08:50:20.542Z] a37a00ec5f00: Pulling fs layer [2024-10-14T08:50:20.542Z] 50b3750afda1: Pulling fs layer [2024-10-14T08:50:20.542Z] 4f4fb700ef54: Pulling fs layer [2024-10-14T08:50:20.542Z] 80978eb59214: Pulling fs layer [2024-10-14T08:50:20.542Z] c9f46d7d2bd2: Pulling fs layer [2024-10-14T08:50:20.542Z] c5a475d317c9: Pulling fs layer [2024-10-14T08:50:20.542Z] 4f4fb700ef54: Waiting [2024-10-14T08:50:20.542Z] 80978eb59214: Waiting [2024-10-14T08:50:20.542Z] c9f46d7d2bd2: Waiting [2024-10-14T08:50:20.542Z] c5a475d317c9: Waiting [2024-10-14T08:50:20.542Z] 50b3750afda1: Waiting [2024-10-14T08:50:20.542Z] 55b35a11ae5e: Verifying Checksum [2024-10-14T08:50:20.542Z] 55b35a11ae5e: Download complete [2024-10-14T08:50:20.542Z] 50b3750afda1: Verifying Checksum [2024-10-14T08:50:20.542Z] 50b3750afda1: Download complete [2024-10-14T08:50:20.821Z] cf04c63912e1: Verifying Checksum [2024-10-14T08:50:20.821Z] cf04c63912e1: Download complete [2024-10-14T08:50:20.821Z] 80978eb59214: Verifying Checksum [2024-10-14T08:50:20.821Z] 80978eb59214: Download complete [2024-10-14T08:50:20.821Z] 4f4fb700ef54: Verifying Checksum [2024-10-14T08:50:20.821Z] 4f4fb700ef54: Download complete [2024-10-14T08:50:22.036Z] cf04c63912e1: Pull complete [2024-10-14T08:50:22.036Z] c5a475d317c9: Verifying Checksum [2024-10-14T08:50:22.036Z] c5a475d317c9: Download complete [2024-10-14T08:50:22.643Z] 55b35a11ae5e: Pull complete [2024-10-14T08:50:23.248Z] a37a00ec5f00: Verifying Checksum [2024-10-14T08:50:23.248Z] a37a00ec5f00: Download complete [2024-10-14T08:50:24.687Z] c9f46d7d2bd2: Verifying Checksum [2024-10-14T08:50:24.687Z] c9f46d7d2bd2: Download complete [2024-10-14T08:50:31.985Z] Removing intermediate container e81bcf97f41c [2024-10-14T08:50:31.985Z] ---> 8f87da235b75 [2024-10-14T08:50:31.985Z] Step 13/30 : FROM alpine:3.20 [2024-10-14T08:50:31.985Z] 3.20: Pulling from library/alpine [2024-10-14T08:50:32.555Z] 43c4264eed91: Already exists [2024-10-14T08:50:32.555Z] Digest: sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-10-14T08:50:32.555Z] Status: Downloaded newer image for alpine:3.20 [2024-10-14T08:50:32.555Z] ---> 91ef0af61f39 [2024-10-14T08:50:32.555Z] Step 14/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2024-10-14T08:50:32.815Z] ---> Running in 50a36131e100 [2024-10-14T08:50:33.075Z] Removing intermediate container 50a36131e100 [2024-10-14T08:50:33.075Z] ---> 2b9153e9b657 [2024-10-14T08:50:33.075Z] Step 15/30 : LABEL Name=app-service-rfid-llrp-inventory Version=${VERSION} [2024-10-14T08:50:33.357Z] ---> Running in a9a9cef4fa71 [2024-10-14T08:50:33.357Z] Removing intermediate container a9a9cef4fa71 [2024-10-14T08:50:33.357Z] ---> 1428cf47d7da [2024-10-14T08:50:33.357Z] Step 16/30 : RUN apk --no-cache add ca-certificates dumb-init [2024-10-14T08:50:33.616Z] ---> Running in 3b2556a8b035 [2024-10-14T08:50:33.875Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-14T08:50:34.135Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-14T08:50:34.395Z] (1/2) Installing ca-certificates (20240705-r0) [2024-10-14T08:50:34.395Z] (2/2) Installing dumb-init (1.2.5-r3) [2024-10-14T08:50:34.395Z] Executing busybox-1.36.1-r29.trigger [2024-10-14T08:50:34.395Z] Executing ca-certificates-20240705-r0.trigger [2024-10-14T08:50:34.395Z] OK: 9 MiB in 16 packages [2024-10-14T08:50:35.331Z] Removing intermediate container 3b2556a8b035 [2024-10-14T08:50:35.331Z] ---> bb84460b185f [2024-10-14T08:50:35.331Z] Step 17/30 : RUN apk --no-cache upgrade [2024-10-14T08:50:35.331Z] ---> Running in 9ea9be0eddf2 [2024-10-14T08:50:35.590Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-14T08:50:35.591Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-14T08:50:35.852Z] Upgrading critical system libraries and apk-tools: [2024-10-14T08:50:35.852Z] (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-14T08:50:35.852Z] Executing busybox-1.36.1-r29.trigger [2024-10-14T08:50:36.112Z] Continuing the upgrade transaction with new apk-tools: [2024-10-14T08:50:36.112Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-14T08:50:36.112Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-14T08:50:36.372Z] OK: 9 MiB in 16 packages [2024-10-14T08:50:36.631Z] Removing intermediate container 9ea9be0eddf2 [2024-10-14T08:50:36.631Z] ---> 4cb09559ba04 [2024-10-14T08:50:36.631Z] Step 18/30 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2024-10-14T08:50:36.892Z] ---> c93c88362451 [2024-10-14T08:50:36.892Z] Step 19/30 : COPY --from=builder /app/LICENSE /LICENSE [2024-10-14T08:50:36.892Z] ---> dfa0a461efcd [2024-10-14T08:50:36.892Z] Step 20/30 : COPY --from=builder /app/res/ /res/ [2024-10-14T08:50:36.892Z] ---> cbcfa084a6b2 [2024-10-14T08:50:36.892Z] Step 21/30 : COPY --from=builder /app/static/ /static/ [2024-10-14T08:50:37.152Z] ---> fbfb21eb3639 [2024-10-14T08:50:37.152Z] Step 22/30 : COPY --from=builder /app/app-rfid-llrp-inventory /app-rfid-llrp-inventory [2024-10-14T08:50:39.053Z] ---> c89137ff59a8 [2024-10-14T08:50:39.053Z] Step 23/30 : RUN mkdir -p /cache && chown -R 2002:2002 /cache [2024-10-14T08:50:39.053Z] ---> Running in 449143d1fad5 [2024-10-14T08:50:39.311Z] Removing intermediate container 449143d1fad5 [2024-10-14T08:50:39.311Z] ---> 5e80dcb94749 [2024-10-14T08:50:39.311Z] Step 24/30 : VOLUME /cache [2024-10-14T08:50:39.311Z] ---> Running in 2c7e6a9bf133 [2024-10-14T08:50:39.311Z] Removing intermediate container 2c7e6a9bf133 [2024-10-14T08:50:39.311Z] ---> cdabffc6b2bb [2024-10-14T08:50:39.311Z] Step 25/30 : EXPOSE 59711 [2024-10-14T08:50:39.311Z] ---> Running in bfcb64d5679a [2024-10-14T08:50:39.571Z] Removing intermediate container bfcb64d5679a [2024-10-14T08:50:39.571Z] ---> 4567fc953d14 [2024-10-14T08:50:39.571Z] Step 26/30 : ENTRYPOINT ["/app-rfid-llrp-inventory"] [2024-10-14T08:50:39.571Z] ---> Running in 1878e82e673a [2024-10-14T08:50:39.571Z] Removing intermediate container 1878e82e673a [2024-10-14T08:50:39.571Z] ---> c25ce145b3c5 [2024-10-14T08:50:39.571Z] Step 27/30 : CMD ["-cp=consul.http://edgex-core-consul:8500", "-registry"] [2024-10-14T08:50:39.571Z] ---> Running in 689706bc18b3 [2024-10-14T08:50:39.571Z] Removing intermediate container 689706bc18b3 [2024-10-14T08:50:39.571Z] ---> e7439eb53f93 [2024-10-14T08:50:39.571Z] Step 28/30 : LABEL arch=amd64 [2024-10-14T08:50:39.571Z] ---> Running in b9e09b2640ad [2024-10-14T08:50:39.777Z] a37a00ec5f00: Pull complete [2024-10-14T08:50:39.777Z] 50b3750afda1: Pull complete [2024-10-14T08:50:39.777Z] 4f4fb700ef54: Pull complete [2024-10-14T08:50:39.777Z] 80978eb59214: Pull complete [2024-10-14T08:50:39.832Z] Removing intermediate container b9e09b2640ad [2024-10-14T08:50:39.832Z] ---> 90b2e0a4939b [2024-10-14T08:50:39.832Z] Step 29/30 : LABEL git_sha=8e24701cce6496c4ca1a121af8534b5919b9a224 [2024-10-14T08:50:39.832Z] ---> Running in c23c538521ab [2024-10-14T08:50:40.769Z] Removing intermediate container c23c538521ab [2024-10-14T08:50:40.769Z] ---> a2c23c4fe3cf [2024-10-14T08:50:40.769Z] Step 30/30 : LABEL version=3.2.0-dev.31 [2024-10-14T08:50:40.769Z] ---> Running in a107fb3a8183 [2024-10-14T08:50:41.372Z] Removing intermediate container a107fb3a8183 [2024-10-14T08:50:41.372Z] ---> 442c1c7d2103 [2024-10-14T08:50:41.372Z] [Warning] One or more build-args [ARCH] were not consumed [2024-10-14T08:50:41.372Z] Successfully built 442c1c7d2103 [2024-10-14T08:50:41.372Z] 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 [2024-10-14T08:50:41.495Z] provisioning config files... [2024-10-14T08:50:41.506Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config14920392355467618053tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-14T08:50:41.813Z] ---> ****-login.sh [2024-10-14T08:50:41.813Z] nexus3.edgexfoundry.org:10001 [2024-10-14T08:50:41.813Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-14T08:50:41.813Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-14T08:50:41.813Z] Configure a credential helper to remove this warning. See [2024-10-14T08:50:41.813Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-14T08:50:41.813Z] [2024-10-14T08:50:41.813Z] Login Succeeded [2024-10-14T08:50:41.813Z] nexus3.edgexfoundry.org:10002 [2024-10-14T08:50:41.813Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-14T08:50:41.813Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-14T08:50:41.813Z] Configure a credential helper to remove this warning. See [2024-10-14T08:50:41.813Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-14T08:50:41.813Z] [2024-10-14T08:50:41.813Z] Login Succeeded [2024-10-14T08:50:42.071Z] nexus3.edgexfoundry.org:10003 [2024-10-14T08:50:42.071Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-14T08:50:42.071Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-14T08:50:42.071Z] Configure a credential helper to remove this warning. See [2024-10-14T08:50:42.071Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-14T08:50:42.071Z] [2024-10-14T08:50:42.071Z] Login Succeeded [2024-10-14T08:50:42.071Z] nexus3.edgexfoundry.org:10004 [2024-10-14T08:50:42.071Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-14T08:50:42.071Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-14T08:50:42.071Z] Configure a credential helper to remove this warning. See [2024-10-14T08:50:42.071Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-14T08:50:42.071Z] [2024-10-14T08:50:42.071Z] Login Succeeded [2024-10-14T08:50:42.071Z] ****.io [2024-10-14T08:50:42.330Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-14T08:50:42.330Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-14T08:50:42.330Z] Configure a credential helper to remove this warning. See [2024-10-14T08:50:42.330Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-14T08:50:42.330Z] [2024-10-14T08:50:42.330Z] Login Succeeded [2024-10-14T08:50:42.330Z] ---> ****-login.sh ends [Pipeline] } [2024-10-14T08:50:42.335Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-14T08:50:42.387Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-10-14T08:50:42.417Z] [edgeXDocker.push] Tagging docker image app-rfid-llrp-inventory with the following tags: [2024-10-14T08:50:42.417Z] 8e24701cce6496c4ca1a121af8534b5919b9a224 [2024-10-14T08:50:42.417Z] latest [2024-10-14T08:50:42.417Z] 3.2.0-dev.31 [2024-10-14T08:50:42.417Z] 8e24701cce6496c4ca1a121af8534b5919b9a224-3.2.0-dev.31 [2024-10-14T08:50:42.417Z] main [2024-10-14T08:50:42.417Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-14T08:50:42.747Z] + docker tag app-rfid-llrp-inventory nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:8e24701cce6496c4ca1a121af8534b5919b9a224 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-14T08:50:43.071Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:8e24701cce6496c4ca1a121af8534b5919b9a224 [2024-10-14T08:50:43.072Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] [2024-10-14T08:50:43.072Z] 358c7c278fec: Preparing [2024-10-14T08:50:43.072Z] d27f245aa6e4: Preparing [2024-10-14T08:50:43.072Z] 2d22f47fc3e6: Preparing [2024-10-14T08:50:43.072Z] 8bf7a7d31cf5: Preparing [2024-10-14T08:50:43.072Z] 8d86f1fb845a: Preparing [2024-10-14T08:50:43.072Z] 69e19c3705a3: Preparing [2024-10-14T08:50:43.072Z] d348221c42e6: Preparing [2024-10-14T08:50:43.072Z] c7ad4200f5a3: Preparing [2024-10-14T08:50:43.072Z] 63ca1fbb43ae: Preparing [2024-10-14T08:50:43.072Z] 69e19c3705a3: Waiting [2024-10-14T08:50:43.072Z] c7ad4200f5a3: Waiting [2024-10-14T08:50:43.072Z] 63ca1fbb43ae: Waiting [2024-10-14T08:50:43.072Z] 358c7c278fec: Pushed [2024-10-14T08:50:43.072Z] 8bf7a7d31cf5: Pushed [2024-10-14T08:50:43.072Z] 2d22f47fc3e6: Pushed [2024-10-14T08:50:43.072Z] 8d86f1fb845a: Pushed [2024-10-14T08:50:43.330Z] 69e19c3705a3: Pushed [2024-10-14T08:50:43.589Z] d348221c42e6: Pushed [2024-10-14T08:50:43.589Z] 63ca1fbb43ae: Layer already exists [2024-10-14T08:50:43.589Z] c7ad4200f5a3: Pushed [2024-10-14T08:50:48.057Z] c9f46d7d2bd2: Pull complete [2024-10-14T08:50:48.949Z] d27f245aa6e4: Pushed [2024-10-14T08:50:48.949Z] 8e24701cce6496c4ca1a121af8534b5919b9a224: digest: sha256:64afb1b53861e9fc095e79bd7d71bcd5a1df929381d329f440a63a35bcdec937 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-14T08:50:49.279Z] + docker tag app-rfid-llrp-inventory nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:latest [2024-10-14T08:50:49.498Z] c5a475d317c9: Pull complete [2024-10-14T08:50:49.498Z] Digest: sha256:2391c17ca386d1fbfa331956bd558234564149703727e64d3c69580d84b42a9b [2024-10-14T08:50:49.498Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2024-10-14T08:50:49.498Z] ---> be29e6b0f0d4 [2024-10-14T08:50:49.498Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-14T08:50:50.194Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:latest [2024-10-14T08:50:50.194Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] [2024-10-14T08:50:50.194Z] 358c7c278fec: Preparing [2024-10-14T08:50:50.194Z] d27f245aa6e4: Preparing [2024-10-14T08:50:50.194Z] 2d22f47fc3e6: Preparing [2024-10-14T08:50:50.194Z] 8bf7a7d31cf5: Preparing [2024-10-14T08:50:50.194Z] 8d86f1fb845a: Preparing [2024-10-14T08:50:50.194Z] 69e19c3705a3: Preparing [2024-10-14T08:50:50.194Z] d348221c42e6: Preparing [2024-10-14T08:50:50.194Z] c7ad4200f5a3: Preparing [2024-10-14T08:50:50.194Z] 63ca1fbb43ae: Preparing [2024-10-14T08:50:50.194Z] d348221c42e6: Waiting [2024-10-14T08:50:50.194Z] 69e19c3705a3: Waiting [2024-10-14T08:50:50.194Z] c7ad4200f5a3: Waiting [2024-10-14T08:50:50.194Z] 63ca1fbb43ae: Waiting [2024-10-14T08:50:50.194Z] d27f245aa6e4: Layer already exists [2024-10-14T08:50:50.194Z] 8d86f1fb845a: Layer already exists [2024-10-14T08:50:50.194Z] 358c7c278fec: Layer already exists [2024-10-14T08:50:50.194Z] 2d22f47fc3e6: Layer already exists [2024-10-14T08:50:50.194Z] 8bf7a7d31cf5: Layer already exists [2024-10-14T08:50:50.194Z] 69e19c3705a3: Layer already exists [2024-10-14T08:50:50.194Z] 63ca1fbb43ae: Layer already exists [2024-10-14T08:50:50.194Z] c7ad4200f5a3: Layer already exists [2024-10-14T08:50:50.194Z] d348221c42e6: Layer already exists [2024-10-14T08:50:50.194Z] latest: digest: sha256:64afb1b53861e9fc095e79bd7d71bcd5a1df929381d329f440a63a35bcdec937 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-14T08:50:50.542Z] + docker tag app-rfid-llrp-inventory nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:3.2.0-dev.31 [2024-10-14T08:50:50.944Z] ---> Running in 1ab1478afbc5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-14T08:50:51.231Z] Removing intermediate container 1ab1478afbc5 [2024-10-14T08:50:51.231Z] ---> 1283a77ca67a [2024-10-14T08:50:51.231Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2024-10-14T08:50:51.437Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:3.2.0-dev.31 [2024-10-14T08:50:51.437Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] [2024-10-14T08:50:51.437Z] 358c7c278fec: Preparing [2024-10-14T08:50:51.437Z] d27f245aa6e4: Preparing [2024-10-14T08:50:51.437Z] 2d22f47fc3e6: Preparing [2024-10-14T08:50:51.437Z] 8bf7a7d31cf5: Preparing [2024-10-14T08:50:51.437Z] 8d86f1fb845a: Preparing [2024-10-14T08:50:51.437Z] 69e19c3705a3: Preparing [2024-10-14T08:50:51.437Z] d348221c42e6: Preparing [2024-10-14T08:50:51.437Z] c7ad4200f5a3: Preparing [2024-10-14T08:50:51.437Z] 63ca1fbb43ae: Preparing [2024-10-14T08:50:51.437Z] 69e19c3705a3: Waiting [2024-10-14T08:50:51.437Z] d348221c42e6: Waiting [2024-10-14T08:50:51.437Z] c7ad4200f5a3: Waiting [2024-10-14T08:50:51.437Z] 63ca1fbb43ae: Waiting [2024-10-14T08:50:51.437Z] 358c7c278fec: Layer already exists [2024-10-14T08:50:51.437Z] 8bf7a7d31cf5: Layer already exists [2024-10-14T08:50:51.437Z] 8d86f1fb845a: Layer already exists [2024-10-14T08:50:51.437Z] d27f245aa6e4: Layer already exists [2024-10-14T08:50:51.437Z] 2d22f47fc3e6: Layer already exists [2024-10-14T08:50:51.437Z] c7ad4200f5a3: Layer already exists [2024-10-14T08:50:51.437Z] 69e19c3705a3: Layer already exists [2024-10-14T08:50:51.437Z] d348221c42e6: Layer already exists [2024-10-14T08:50:51.437Z] 63ca1fbb43ae: Layer already exists [2024-10-14T08:50:51.437Z] 3.2.0-dev.31: digest: sha256:64afb1b53861e9fc095e79bd7d71bcd5a1df929381d329f440a63a35bcdec937 size: 2198 [2024-10-14T08:50:51.505Z] ---> Running in 59c762d4c0e0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-14T08:50:52.040Z] + docker tag app-rfid-llrp-inventory nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:8e24701cce6496c4ca1a121af8534b5919b9a224-3.2.0-dev.31 [2024-10-14T08:50:52.121Z] Removing intermediate container 59c762d4c0e0 [2024-10-14T08:50:52.122Z] ---> d5577366e2d2 [2024-10-14T08:50:52.122Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2024-10-14T08:50:52.122Z] ---> Running in e5fdec67b1da [2024-10-14T08:50:52.407Z] Removing intermediate container e5fdec67b1da [2024-10-14T08:50:52.407Z] ---> 42144328f3fa [2024-10-14T08:50:52.407Z] Step 6/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-14T08:50:52.683Z] ---> Running in 60be2df1e564 [2024-10-14T08:50:52.945Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:8e24701cce6496c4ca1a121af8534b5919b9a224-3.2.0-dev.31 [2024-10-14T08:50:52.945Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] [2024-10-14T08:50:52.945Z] 358c7c278fec: Preparing [2024-10-14T08:50:52.945Z] d27f245aa6e4: Preparing [2024-10-14T08:50:52.945Z] 2d22f47fc3e6: Preparing [2024-10-14T08:50:52.945Z] 8bf7a7d31cf5: Preparing [2024-10-14T08:50:52.945Z] 8d86f1fb845a: Preparing [2024-10-14T08:50:52.945Z] 69e19c3705a3: Preparing [2024-10-14T08:50:52.945Z] d348221c42e6: Preparing [2024-10-14T08:50:52.945Z] c7ad4200f5a3: Preparing [2024-10-14T08:50:52.945Z] 63ca1fbb43ae: Preparing [2024-10-14T08:50:52.945Z] d348221c42e6: Waiting [2024-10-14T08:50:52.945Z] 63ca1fbb43ae: Waiting [2024-10-14T08:50:52.945Z] c7ad4200f5a3: Waiting [2024-10-14T08:50:52.945Z] 69e19c3705a3: Waiting [2024-10-14T08:50:52.945Z] 358c7c278fec: Layer already exists [2024-10-14T08:50:52.945Z] 8bf7a7d31cf5: Layer already exists [2024-10-14T08:50:52.945Z] d348221c42e6: Layer already exists [2024-10-14T08:50:52.945Z] c7ad4200f5a3: Layer already exists [2024-10-14T08:50:52.945Z] d27f245aa6e4: Layer already exists [2024-10-14T08:50:52.945Z] 2d22f47fc3e6: Layer already exists [2024-10-14T08:50:52.945Z] 69e19c3705a3: Layer already exists [2024-10-14T08:50:52.945Z] 8d86f1fb845a: Layer already exists [2024-10-14T08:50:52.945Z] 63ca1fbb43ae: Layer already exists [2024-10-14T08:50:53.205Z] 8e24701cce6496c4ca1a121af8534b5919b9a224-3.2.0-dev.31: digest: sha256:64afb1b53861e9fc095e79bd7d71bcd5a1df929381d329f440a63a35bcdec937 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-14T08:50:53.575Z] + docker tag app-rfid-llrp-inventory nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:main [2024-10-14T08:50:54.127Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-14T08:50:54.504Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:main [2024-10-14T08:50:54.504Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] [2024-10-14T08:50:54.504Z] 358c7c278fec: Preparing [2024-10-14T08:50:54.504Z] d27f245aa6e4: Preparing [2024-10-14T08:50:54.504Z] 2d22f47fc3e6: Preparing [2024-10-14T08:50:54.504Z] 8bf7a7d31cf5: Preparing [2024-10-14T08:50:54.504Z] 8d86f1fb845a: Preparing [2024-10-14T08:50:54.504Z] 69e19c3705a3: Preparing [2024-10-14T08:50:54.504Z] d348221c42e6: Preparing [2024-10-14T08:50:54.504Z] c7ad4200f5a3: Preparing [2024-10-14T08:50:54.504Z] 63ca1fbb43ae: Preparing [2024-10-14T08:50:54.504Z] 63ca1fbb43ae: Waiting [2024-10-14T08:50:54.504Z] c7ad4200f5a3: Waiting [2024-10-14T08:50:54.504Z] d348221c42e6: Waiting [2024-10-14T08:50:54.504Z] 69e19c3705a3: Waiting [2024-10-14T08:50:54.504Z] 358c7c278fec: Layer already exists [2024-10-14T08:50:54.504Z] 8bf7a7d31cf5: Layer already exists [2024-10-14T08:50:54.504Z] d27f245aa6e4: Layer already exists [2024-10-14T08:50:54.504Z] 8d86f1fb845a: Layer already exists [2024-10-14T08:50:54.504Z] 2d22f47fc3e6: Layer already exists [2024-10-14T08:50:54.504Z] c7ad4200f5a3: Layer already exists [2024-10-14T08:50:54.504Z] d348221c42e6: Layer already exists [2024-10-14T08:50:54.504Z] 63ca1fbb43ae: Layer already exists [2024-10-14T08:50:54.504Z] 69e19c3705a3: Layer already exists [2024-10-14T08:50:54.504Z] main: digest: sha256:64afb1b53861e9fc095e79bd7d71bcd5a1df929381d329f440a63a35bcdec937 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-14T08:50:54.593Z] ===================================================== [Pipeline] echo [2024-10-14T08:50:54.608Z] taggedImages: [2024-10-14T08:50:54.608Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:8e24701cce6496c4ca1a121af8534b5919b9a224 [2024-10-14T08:50:54.608Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:latest [2024-10-14T08:50:54.608Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:3.2.0-dev.31 [2024-10-14T08:50:54.608Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:8e24701cce6496c4ca1a121af8534b5919b9a224-3.2.0-dev.31 [2024-10-14T08:50:54.608Z] - 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] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [2024-10-14T08:50:54.768Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [Pipeline] sh [2024-10-14T08:50:55.128Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-10-14T08:50:55.128Z] [2024-10-14T08:50:55.128Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-14T08:50:55.439Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-10-14T08:50:56.789Z] OK: 238 MiB in 54 packages [2024-10-14T08:50:56.817Z] latest: Pulling from edgex-lftools-log-publisher [2024-10-14T08:50:56.817Z] 5eb5b503b376: Pulling fs layer [2024-10-14T08:50:56.817Z] 5c69ac0246d0: Pulling fs layer [2024-10-14T08:50:56.817Z] ec43610c2a17: Pulling fs layer [2024-10-14T08:50:56.817Z] 3a2ae6a8a46f: Pulling fs layer [2024-10-14T08:50:56.817Z] 33b1e0a273af: Pulling fs layer [2024-10-14T08:50:56.817Z] 5d3b04190fa2: Pulling fs layer [2024-10-14T08:50:56.817Z] 2f39f015ded8: Pulling fs layer [2024-10-14T08:50:56.817Z] 3a2ae6a8a46f: Waiting [2024-10-14T08:50:56.817Z] 33b1e0a273af: Waiting [2024-10-14T08:50:56.817Z] 5d3b04190fa2: Waiting [2024-10-14T08:50:56.817Z] 2f39f015ded8: Waiting [2024-10-14T08:50:56.817Z] 5c69ac0246d0: Verifying Checksum [2024-10-14T08:50:56.817Z] 5c69ac0246d0: Download complete [2024-10-14T08:50:56.817Z] 3a2ae6a8a46f: Verifying Checksum [2024-10-14T08:50:56.817Z] 3a2ae6a8a46f: Download complete [2024-10-14T08:50:56.817Z] 33b1e0a273af: Verifying Checksum [2024-10-14T08:50:56.817Z] 33b1e0a273af: Download complete [2024-10-14T08:50:56.817Z] 5d3b04190fa2: Verifying Checksum [2024-10-14T08:50:56.817Z] 5d3b04190fa2: Download complete [2024-10-14T08:50:56.817Z] ec43610c2a17: Verifying Checksum [2024-10-14T08:50:56.817Z] ec43610c2a17: Download complete [2024-10-14T08:50:57.075Z] 5eb5b503b376: Verifying Checksum [2024-10-14T08:50:57.075Z] 5eb5b503b376: Download complete [2024-10-14T08:50:58.071Z] 2f39f015ded8: Download complete [2024-10-14T08:50:58.228Z] Removing intermediate container 60be2df1e564 [2024-10-14T08:50:58.228Z] ---> 873ca47cabd1 [2024-10-14T08:50:58.229Z] Step 7/12 : WORKDIR /app [2024-10-14T08:50:58.229Z] ---> Running in 84239c042334 [2024-10-14T08:50:58.505Z] Removing intermediate container 84239c042334 [2024-10-14T08:50:58.505Z] ---> 3155520a6d2c [2024-10-14T08:50:58.505Z] Step 8/12 : COPY go.mod vendor* ./ [2024-10-14T08:50:59.104Z] ---> 78fcca5632a0 [2024-10-14T08:50:59.104Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-14T08:50:59.381Z] ---> Running in aa0072ff8c13 [2024-10-14T08:50:59.974Z] 5eb5b503b376: Pull complete [2024-10-14T08:51:05.249Z] 5c69ac0246d0: Pull complete [2024-10-14T08:51:07.150Z] ec43610c2a17: Pull complete [2024-10-14T08:51:07.408Z] 3a2ae6a8a46f: Pull complete [2024-10-14T08:51:08.835Z] 33b1e0a273af: Pull complete [2024-10-14T08:51:09.787Z] 5d3b04190fa2: Pull complete [2024-10-14T08:51:31.856Z] 2f39f015ded8: Pull complete [2024-10-14T08:51:31.856Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-10-14T08:51:31.856Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-10-14T08:51:31.856Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-14T08:51:31.967Z] prd-ubuntu20.04-docker-8c-8g-22731 does not seem to be running inside a container [2024-10-14T08:51:31.999Z] $ 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 [2024-10-14T08:51:33.635Z] $ docker top 1d10e3555c52af224b18e315a90bac33bc7c39d171213feca78d58403a910d8d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-14T08:51:34.022Z] ---> job-cost.sh [2024-10-14T08:51:34.022Z] lf-activate-venv: SKIPPING [2024-10-14T08:51:34.022Z] INFO: No Stack... [2024-10-14T08:51:34.281Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-10-14T08:51:34.850Z] INFO: Archiving Costs [Pipeline] sh [2024-10-14T08:51:35.143Z] + cat /w/workspace/dry_app-rfid-llrp-inventory_main/archives/cost.csv [2024-10-14T08:51:35.143Z] + cut -d, -f6 [Pipeline] lock [2024-10-14T08:51:35.164Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-app-rfid-llrp-inventory-main-185-stack-cost] [2024-10-14T08:51:35.172Z] Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-185-stack-cost] did not exist. Created. [2024-10-14T08:51:35.179Z] Lock acquired on [Resource: jenkins-edgexfoundry-app-rfid-llrp-inventory-main-185-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-10-14T08:51:35.511Z] + echo total: 0.2199999988079071 [Pipeline] stash [2024-10-14T08:51:35.534Z] Stashed 1 file(s) [Pipeline] } [2024-10-14T08:51:35.544Z] Lock released on resource [Resource: jenkins-edgexfoundry-app-rfid-llrp-inventory-main-185-stack-cost] [Pipeline] // lock [Pipeline] } [2024-10-14T08:51:35.569Z] $ docker stop --time=1 1d10e3555c52af224b18e315a90bac33bc7c39d171213feca78d58403a910d8d [2024-10-14T08:51:37.826Z] $ docker rm -f --volumes 1d10e3555c52af224b18e315a90bac33bc7c39d171213feca78d58403a910d8d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2024-10-14T08:53:09.649Z] Removing intermediate container aa0072ff8c13 [2024-10-14T08:53:09.650Z] ---> 9063cbf576bf [2024-10-14T08:53:09.650Z] Step 10/12 : COPY . . [2024-10-14T08:53:09.650Z] ---> 92e6bfc159d9 [2024-10-14T08:53:09.650Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-10-14T08:53:09.650Z] ---> Running in c08f81f3551d [2024-10-14T08:53:09.650Z] Removing intermediate container c08f81f3551d [2024-10-14T08:53:09.650Z] ---> 6284a100157e [2024-10-14T08:53:09.650Z] Step 12/12 : RUN $MAKE [2024-10-14T08:53:09.650Z] ---> Running in b8e2c3d9b2d5 [2024-10-14T08:53:09.650Z] noop [2024-10-14T08:53:09.934Z] Removing intermediate container b8e2c3d9b2d5 [2024-10-14T08:53:09.934Z] ---> e786b49befb2 [2024-10-14T08:53:09.934Z] Successfully built e786b49befb2 [2024-10-14T08:53:09.934Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-14T08:53:10.411Z] + docker inspect -f . ci-base-image-arm64 [2024-10-14T08:53:10.411Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-14T08:53:10.751Z] prd-ubuntu20.04-docker-arm64-4c-16g-22736 does not seem to be running inside a container [2024-10-14T08:53:10.870Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-rfid-llrp-inventory/185 -v /w/workspace/app-rfid-llrp-inventory/185:/w/workspace/app-rfid-llrp-inventory/185:rw,z -v /w/workspace/app-rfid-llrp-inventory/185@tmp:/w/workspace/app-rfid-llrp-inventory/185@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 [2024-10-14T08:53:12.503Z] $ docker top f0486851db0e6047cc5b5e21c4d31ab52397bc6df9b5fe51b807c32a180d0be6 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-10-14T08:53:13.466Z] + go version [2024-10-14T08:53:13.466Z] go version go1.23.2 linux/arm64 [Pipeline] } [2024-10-14T08:53:13.494Z] $ docker stop --time=1 f0486851db0e6047cc5b5e21c4d31ab52397bc6df9b5fe51b807c32a180d0be6 [2024-10-14T08:53:15.339Z] $ docker rm -f --volumes f0486851db0e6047cc5b5e21c4d31ab52397bc6df9b5fe51b807c32a180d0be6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-14T08:53:16.057Z] + docker inspect -f . ci-base-image-arm64 [2024-10-14T08:53:16.057Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-14T08:53:16.325Z] prd-ubuntu20.04-docker-arm64-4c-16g-22736 does not seem to be running inside a container [2024-10-14T08:53:16.435Z] $ 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/185 -v /w/workspace/app-rfid-llrp-inventory/185:/w/workspace/app-rfid-llrp-inventory/185:rw,z -v /w/workspace/app-rfid-llrp-inventory/185@tmp:/w/workspace/app-rfid-llrp-inventory/185@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 [2024-10-14T08:53:18.136Z] $ docker top 18dddb2d01405a32204737df38b68af6cb098788b757ceaf1025474dd76a93d3 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-10-14T08:53:19.132Z] + git config --global --add safe.directory /w/workspace/app-rfid-llrp-inventory/185 [Pipeline] fileExists [Pipeline] sh [2024-10-14T08:53:19.880Z] + make test [2024-10-14T08:53:19.880Z] go test -race ./... -coverprofile=coverage.out ./... [2024-10-14T08:59:42.225Z] edgexfoundry/app-rfid-llrp-inventory coverage: 0.0% of statements [2024-10-14T08:59:42.225Z] edgexfoundry/app-rfid-llrp-inventory/internal/inventory/app coverage: 0.0% of statements [2024-10-14T08:59:42.815Z] ok edgexfoundry/app-rfid-llrp-inventory/internal/inventory 2.378s coverage: 86.2% of statements [2024-10-14T08:59:57.886Z] ok edgexfoundry/app-rfid-llrp-inventory/internal/llrp 4.585s coverage: 71.9% of statements [2024-10-14T08:59:57.886Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2024-10-14T08:59:57.886Z] go vet ./... [2024-10-14T09:05:12.732Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-10-14T09:05:12.732Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-10-14T09:05:12.999Z] ./bin/test-attribution.sh [Pipeline] echo [2024-10-14T09:05:13.982Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-10-14T09:05:13.998Z] $ docker stop --time=1 18dddb2d01405a32204737df38b68af6cb098788b757ceaf1025474dd76a93d3 [2024-10-14T09:05:16.122Z] $ docker rm -f --volumes 18dddb2d01405a32204737df38b68af6cb098788b757ceaf1025474dd76a93d3 [Pipeline] // withDockerContainer [Pipeline] sh [2024-10-14T09:05:18.821Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-10-14T09:05:18.839Z] Warning: overwriting stash ‘coverage-report’ [2024-10-14T09:05:19.470Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-10-14T09:05:19.899Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-10-14T09:05:20.230Z] + ls -al . [2024-10-14T09:05:20.230Z] total 292 [2024-10-14T09:05:20.230Z] drwxrwxr-x 10 jenkins jenkins 4096 Oct 14 08:53 . [2024-10-14T09:05:20.230Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 14 08:49 .. [2024-10-14T09:05:20.230Z] -rw-rw-r-- 1 jenkins jenkins 262 Oct 14 08:49 .dockerignore [2024-10-14T09:05:20.230Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 14 08:49 .git [2024-10-14T09:05:20.230Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 14 08:49 .github [2024-10-14T09:05:20.230Z] -rw-rw-r-- 1 jenkins jenkins 773 Oct 14 08:49 .gitignore [2024-10-14T09:05:20.230Z] -rw-rw-r-- 1 jenkins jenkins 200 Oct 14 08:49 .golangci.yml [2024-10-14T09:05:20.230Z] -rw-rw-r-- 1 jenkins jenkins 20300 Oct 14 08:49 Attribution.txt [2024-10-14T09:05:20.230Z] -rw-rw-r-- 1 jenkins jenkins 11245 Oct 14 08:49 CHANGELOG.md [2024-10-14T09:05:20.230Z] -rw-rw-r-- 1 jenkins jenkins 1768 Oct 14 08:49 Dockerfile [2024-10-14T09:05:20.230Z] -rw-rw-r-- 1 jenkins jenkins 677 Oct 14 08:49 GOVERNANCE.md [2024-10-14T09:05:20.230Z] -rw-rw-r-- 1 jenkins jenkins 665 Oct 14 08:49 Jenkinsfile [2024-10-14T09:05:20.230Z] -rw-rw-r-- 1 jenkins jenkins 11347 Oct 14 08:49 LICENSE [2024-10-14T09:05:20.230Z] -rw-rw-r-- 1 jenkins jenkins 3040 Oct 14 08:49 Makefile [2024-10-14T09:05:20.230Z] -rw-rw-r-- 1 jenkins jenkins 617 Oct 14 08:49 OWNERS.md [2024-10-14T09:05:20.230Z] -rw-rw-r-- 1 jenkins jenkins 3851 Oct 14 08:49 README.md [2024-10-14T09:05:20.230Z] -rw-rw-r-- 1 jenkins jenkins 12 Oct 14 08:46 VERSION [2024-10-14T09:05:20.230Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 14 08:49 bin [2024-10-14T09:05:20.230Z] -rw-r--r-- 1 jenkins jenkins 55696 Oct 14 08:59 coverage.out [2024-10-14T09:05:20.230Z] -rw-rw-r-- 1 jenkins jenkins 7508 Oct 14 08:49 go.mod [2024-10-14T09:05:20.230Z] -rw-rw-r-- 1 jenkins jenkins 100922 Oct 14 08:49 go.sum [2024-10-14T09:05:20.230Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 14 08:49 images [2024-10-14T09:05:20.230Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 14 08:49 internal [2024-10-14T09:05:20.230Z] -rw-rw-r-- 1 jenkins jenkins 531 Oct 14 08:49 main.go [2024-10-14T09:05:20.230Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 14 08:49 openapi [2024-10-14T09:05:20.230Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 14 08:49 res [2024-10-14T09:05:20.230Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 14 08:49 static [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-14T09:05:20.607Z] + 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=8e24701cce6496c4ca1a121af8534b5919b9a224 --label arch=arm64 --label version=3.2.0-dev.31 . [2024-10-14T09:05:20.877Z] Sending build context to Docker daemon 684.5kB [2024-10-14T09:05:20.877Z] Step 1/30 : ARG BASE=golang:1.23-alpine3.20 [2024-10-14T09:05:20.877Z] Step 2/30 : FROM ${BASE} AS builder [2024-10-14T09:05:20.877Z] ---> e786b49befb2 [2024-10-14T09:05:20.877Z] Step 3/30 : ARG ALPINE_PKG_BASE="make git" [2024-10-14T09:05:21.146Z] ---> Running in e90011ec229b [2024-10-14T09:05:21.423Z] Removing intermediate container e90011ec229b [2024-10-14T09:05:21.423Z] ---> 71e6b02cc425 [2024-10-14T09:05:21.423Z] Step 4/30 : ARG ALPINE_PKG_EXTRA="" [2024-10-14T09:05:21.423Z] ---> Running in 23ff5b0dbfe0 [2024-10-14T09:05:22.012Z] Removing intermediate container 23ff5b0dbfe0 [2024-10-14T09:05:22.012Z] ---> 949e73ab9fbc [2024-10-14T09:05:22.012Z] Step 5/30 : ARG ADD_BUILD_TAGS="" [2024-10-14T09:05:22.012Z] ---> Running in d756afbcc59b [2024-10-14T09:05:22.286Z] Removing intermediate container d756afbcc59b [2024-10-14T09:05:22.286Z] ---> 61a82faed6fa [2024-10-14T09:05:22.286Z] Step 6/30 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-10-14T09:05:22.286Z] ---> Running in 30ad29d877e3 [2024-10-14T09:05:23.711Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-14T09:05:23.979Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-14T09:05:25.399Z] OK: 238 MiB in 54 packages [2024-10-14T09:05:27.156Z] Removing intermediate container 30ad29d877e3 [2024-10-14T09:05:27.156Z] ---> 91885a8f260f [2024-10-14T09:05:27.156Z] Step 7/30 : WORKDIR /app [2024-10-14T09:05:27.156Z] ---> Running in 657ee7e8d99c [2024-10-14T09:05:27.156Z] Removing intermediate container 657ee7e8d99c [2024-10-14T09:05:27.156Z] ---> 592b0186100c [2024-10-14T09:05:27.156Z] Step 8/30 : COPY go.mod vendor* ./ [2024-10-14T09:05:27.433Z] ---> 2f9cee2412ca [2024-10-14T09:05:27.433Z] Step 9/30 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-14T09:05:27.433Z] ---> Running in bfc4377f8a9b [2024-10-14T09:05:30.040Z] Removing intermediate container bfc4377f8a9b [2024-10-14T09:05:30.040Z] ---> 34b2e1e023ab [2024-10-14T09:05:30.040Z] Step 10/30 : COPY . . [2024-10-14T09:05:30.624Z] ---> 03634ac70046 [2024-10-14T09:05:30.624Z] Step 11/30 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-10-14T09:05:30.892Z] ---> Running in 87e2fbcca770 [2024-10-14T09:05:31.165Z] Removing intermediate container 87e2fbcca770 [2024-10-14T09:05:31.165Z] ---> 66eee188ba54 [2024-10-14T09:05:31.165Z] Step 12/30 : RUN $MAKE [2024-10-14T09:05:31.165Z] ---> Running in b92cd641a1cd [2024-10-14T09:05:32.130Z] CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.2.0-dev.55 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.2.0-dev.31 -X edgexfoundry/app-rfid-llrp-inventory.Version=3.2.0-dev.31" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o app-rfid-llrp-inventory [2024-10-14T09:10:24.071Z] Removing intermediate container b92cd641a1cd [2024-10-14T09:10:24.071Z] ---> bd739cab6e62 [2024-10-14T09:10:24.071Z] Step 13/30 : FROM alpine:3.20 [2024-10-14T09:10:24.071Z] 3.20: Pulling from library/alpine [2024-10-14T09:10:24.071Z] cf04c63912e1: Already exists [2024-10-14T09:10:24.071Z] Digest: sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-10-14T09:10:24.071Z] Status: Downloaded newer image for alpine:3.20 [2024-10-14T09:10:24.071Z] ---> c157a85ed455 [2024-10-14T09:10:24.071Z] Step 14/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2024-10-14T09:10:24.071Z] ---> Running in 66a2689f419c [2024-10-14T09:10:24.071Z] Removing intermediate container 66a2689f419c [2024-10-14T09:10:24.071Z] ---> aa17c9a244cf [2024-10-14T09:10:24.071Z] Step 15/30 : LABEL Name=app-service-rfid-llrp-inventory Version=${VERSION} [2024-10-14T09:10:24.071Z] ---> Running in c6921a34a257 [2024-10-14T09:10:24.071Z] Removing intermediate container c6921a34a257 [2024-10-14T09:10:24.071Z] ---> 930899dc7a88 [2024-10-14T09:10:24.071Z] Step 16/30 : RUN apk --no-cache add ca-certificates dumb-init [2024-10-14T09:10:24.071Z] ---> Running in 8b7e66e369ca [2024-10-14T09:10:24.071Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-14T09:10:24.071Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-14T09:10:24.071Z] (1/2) Installing ca-certificates (20240705-r0) [2024-10-14T09:10:24.071Z] (2/2) Installing dumb-init (1.2.5-r3) [2024-10-14T09:10:24.071Z] Executing busybox-1.36.1-r29.trigger [2024-10-14T09:10:24.071Z] Executing ca-certificates-20240705-r0.trigger [2024-10-14T09:10:24.071Z] OK: 10 MiB in 16 packages [2024-10-14T09:10:24.071Z] Removing intermediate container 8b7e66e369ca [2024-10-14T09:10:24.071Z] ---> 1cf8da42b0aa [2024-10-14T09:10:24.071Z] Step 17/30 : RUN apk --no-cache upgrade [2024-10-14T09:10:24.071Z] ---> Running in cd6703588d61 [2024-10-14T09:10:24.071Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-14T09:10:24.071Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-14T09:10:24.071Z] Upgrading critical system libraries and apk-tools: [2024-10-14T09:10:24.071Z] (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-14T09:10:24.071Z] Executing busybox-1.36.1-r29.trigger [2024-10-14T09:10:24.071Z] Continuing the upgrade transaction with new apk-tools: [2024-10-14T09:10:24.071Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-14T09:10:24.071Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-14T09:10:25.046Z] OK: 10 MiB in 16 packages [2024-10-14T09:10:26.015Z] Removing intermediate container cd6703588d61 [2024-10-14T09:10:26.015Z] ---> 1272769d8e06 [2024-10-14T09:10:26.015Z] Step 18/30 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2024-10-14T09:10:26.603Z] ---> 47694bc6adc9 [2024-10-14T09:10:26.603Z] Step 19/30 : COPY --from=builder /app/LICENSE /LICENSE [2024-10-14T09:10:27.192Z] ---> 67d17edaa32c [2024-10-14T09:10:27.192Z] Step 20/30 : COPY --from=builder /app/res/ /res/ [2024-10-14T09:10:27.783Z] ---> 1bdc585fcac6 [2024-10-14T09:10:27.783Z] Step 21/30 : COPY --from=builder /app/static/ /static/ [2024-10-14T09:10:28.384Z] ---> a8c29e0f1abc [2024-10-14T09:10:28.385Z] Step 22/30 : COPY --from=builder /app/app-rfid-llrp-inventory /app-rfid-llrp-inventory [2024-10-14T09:10:31.756Z] ---> acbfafc78d35 [2024-10-14T09:10:31.756Z] Step 23/30 : RUN mkdir -p /cache && chown -R 2002:2002 /cache [2024-10-14T09:10:31.756Z] ---> Running in 224bb6c14bc9 [2024-10-14T09:10:33.178Z] Removing intermediate container 224bb6c14bc9 [2024-10-14T09:10:33.178Z] ---> 8baaf1c7c876 [2024-10-14T09:10:33.178Z] Step 24/30 : VOLUME /cache [2024-10-14T09:10:33.446Z] ---> Running in 9f1ccd9ffef3 [2024-10-14T09:10:33.716Z] Removing intermediate container 9f1ccd9ffef3 [2024-10-14T09:10:33.716Z] ---> 66f43969ee36 [2024-10-14T09:10:33.716Z] Step 25/30 : EXPOSE 59711 [2024-10-14T09:10:33.716Z] ---> Running in 8adbb8da5ee2 [2024-10-14T09:10:34.302Z] Removing intermediate container 8adbb8da5ee2 [2024-10-14T09:10:34.302Z] ---> 4be554160a9c [2024-10-14T09:10:34.302Z] Step 26/30 : ENTRYPOINT ["/app-rfid-llrp-inventory"] [2024-10-14T09:10:34.302Z] ---> Running in 59c107cec5dc [2024-10-14T09:10:34.571Z] Removing intermediate container 59c107cec5dc [2024-10-14T09:10:34.571Z] ---> 814986498d6a [2024-10-14T09:10:34.571Z] Step 27/30 : CMD ["-cp=consul.http://edgex-core-consul:8500", "-registry"] [2024-10-14T09:10:34.854Z] ---> Running in 7f5b6449d099 [2024-10-14T09:10:35.124Z] Removing intermediate container 7f5b6449d099 [2024-10-14T09:10:35.124Z] ---> e06f5b31bfd6 [2024-10-14T09:10:35.124Z] Step 28/30 : LABEL arch=arm64 [2024-10-14T09:10:35.124Z] ---> Running in 2570643ea995 [2024-10-14T09:10:35.713Z] Removing intermediate container 2570643ea995 [2024-10-14T09:10:35.713Z] ---> 0b45509ccc1d [2024-10-14T09:10:35.713Z] Step 29/30 : LABEL git_sha=8e24701cce6496c4ca1a121af8534b5919b9a224 [2024-10-14T09:10:35.713Z] ---> Running in 24e847f3e712 [2024-10-14T09:10:35.985Z] Removing intermediate container 24e847f3e712 [2024-10-14T09:10:35.985Z] ---> 87ea09bc4fb1 [2024-10-14T09:10:35.985Z] Step 30/30 : LABEL version=3.2.0-dev.31 [2024-10-14T09:10:36.256Z] ---> Running in 855f6a30cfcf [2024-10-14T09:10:36.525Z] Removing intermediate container 855f6a30cfcf [2024-10-14T09:10:36.525Z] ---> f61057fc148b [2024-10-14T09:10:36.525Z] [Warning] One or more build-args [ARCH] were not consumed [2024-10-14T09:10:36.525Z] Successfully built f61057fc148b [2024-10-14T09:10:36.525Z] 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 [2024-10-14T09:10:36.682Z] provisioning config files... [2024-10-14T09:10:36.700Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/app-rfid-llrp-inventory/185@tmp/config10302071252966677173tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-14T09:10:37.055Z] ---> ****-login.sh [2024-10-14T09:10:37.055Z] nexus3.edgexfoundry.org:10001 [2024-10-14T09:10:37.326Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-14T09:10:37.326Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-14T09:10:37.326Z] Configure a credential helper to remove this warning. See [2024-10-14T09:10:37.326Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-14T09:10:37.326Z] [2024-10-14T09:10:37.326Z] Login Succeeded [2024-10-14T09:10:37.326Z] nexus3.edgexfoundry.org:10002 [2024-10-14T09:10:37.595Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-14T09:10:37.869Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-14T09:10:37.869Z] Configure a credential helper to remove this warning. See [2024-10-14T09:10:37.869Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-14T09:10:37.869Z] [2024-10-14T09:10:37.869Z] Login Succeeded [2024-10-14T09:10:37.869Z] nexus3.edgexfoundry.org:10003 [2024-10-14T09:10:38.138Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-14T09:10:38.138Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-14T09:10:38.139Z] Configure a credential helper to remove this warning. See [2024-10-14T09:10:38.139Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-14T09:10:38.139Z] [2024-10-14T09:10:38.139Z] Login Succeeded [2024-10-14T09:10:38.409Z] nexus3.edgexfoundry.org:10004 [2024-10-14T09:10:38.682Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-14T09:10:38.682Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-14T09:10:38.682Z] Configure a credential helper to remove this warning. See [2024-10-14T09:10:38.682Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-14T09:10:38.682Z] [2024-10-14T09:10:38.682Z] Login Succeeded [2024-10-14T09:10:38.682Z] ****.io [2024-10-14T09:10:38.952Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-14T09:10:39.223Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-14T09:10:39.223Z] Configure a credential helper to remove this warning. See [2024-10-14T09:10:39.224Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-14T09:10:39.224Z] [2024-10-14T09:10:39.224Z] Login Succeeded [2024-10-14T09:10:39.224Z] ---> ****-login.sh ends [Pipeline] } [2024-10-14T09:10:39.237Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-14T09:10:39.292Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-10-14T09:10:39.327Z] [edgeXDocker.push] Tagging docker image app-rfid-llrp-inventory-arm64 with the following tags: [2024-10-14T09:10:39.327Z] 8e24701cce6496c4ca1a121af8534b5919b9a224 [2024-10-14T09:10:39.327Z] latest [2024-10-14T09:10:39.327Z] 3.2.0-dev.31 [2024-10-14T09:10:39.327Z] 8e24701cce6496c4ca1a121af8534b5919b9a224-3.2.0-dev.31 [2024-10-14T09:10:39.327Z] main [2024-10-14T09:10:39.327Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-14T09:10:39.708Z] + docker tag app-rfid-llrp-inventory-arm64 nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:8e24701cce6496c4ca1a121af8534b5919b9a224 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-14T09:10:40.085Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:8e24701cce6496c4ca1a121af8534b5919b9a224 [2024-10-14T09:10:40.085Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] [2024-10-14T09:10:40.085Z] caf4fd9424e2: Preparing [2024-10-14T09:10:40.085Z] 44b6634ff9f4: Preparing [2024-10-14T09:10:40.085Z] 8f5f5951371e: Preparing [2024-10-14T09:10:40.085Z] af3a7f590c18: Preparing [2024-10-14T09:10:40.085Z] 5117f8641093: Preparing [2024-10-14T09:10:40.085Z] a20a4d51fe69: Preparing [2024-10-14T09:10:40.085Z] bcfea6451e77: Preparing [2024-10-14T09:10:40.085Z] 397b3cfd07b9: Preparing [2024-10-14T09:10:40.085Z] 16113d51b718: Preparing [2024-10-14T09:10:40.085Z] bcfea6451e77: Waiting [2024-10-14T09:10:40.085Z] a20a4d51fe69: Waiting [2024-10-14T09:10:40.085Z] 397b3cfd07b9: Waiting [2024-10-14T09:10:40.085Z] 16113d51b718: Waiting [2024-10-14T09:10:40.366Z] af3a7f590c18: Pushed [2024-10-14T09:10:40.366Z] 5117f8641093: Pushed [2024-10-14T09:10:40.366Z] caf4fd9424e2: Pushed [2024-10-14T09:10:40.366Z] 8f5f5951371e: Pushed [2024-10-14T09:10:40.639Z] 16113d51b718: Layer already exists [2024-10-14T09:10:40.639Z] a20a4d51fe69: Pushed [2024-10-14T09:10:40.639Z] bcfea6451e77: Pushed [2024-10-14T09:10:40.908Z] 397b3cfd07b9: Pushed [2024-10-14T09:10:53.237Z] 44b6634ff9f4: Pushed [2024-10-14T09:10:53.237Z] 8e24701cce6496c4ca1a121af8534b5919b9a224: digest: sha256:c582062d5fc46fa44df93bee4537cb062b9300172e7b8fa4d19a961a10e0ce3d size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-14T09:10:53.639Z] + 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 [2024-10-14T09:10:54.019Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:latest [2024-10-14T09:10:54.019Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] [2024-10-14T09:10:54.019Z] caf4fd9424e2: Preparing [2024-10-14T09:10:54.019Z] 44b6634ff9f4: Preparing [2024-10-14T09:10:54.019Z] 8f5f5951371e: Preparing [2024-10-14T09:10:54.019Z] af3a7f590c18: Preparing [2024-10-14T09:10:54.019Z] 5117f8641093: Preparing [2024-10-14T09:10:54.019Z] a20a4d51fe69: Preparing [2024-10-14T09:10:54.019Z] bcfea6451e77: Preparing [2024-10-14T09:10:54.019Z] a20a4d51fe69: Waiting [2024-10-14T09:10:54.019Z] 397b3cfd07b9: Preparing [2024-10-14T09:10:54.019Z] bcfea6451e77: Waiting [2024-10-14T09:10:54.019Z] 397b3cfd07b9: Waiting [2024-10-14T09:10:54.019Z] 16113d51b718: Preparing [2024-10-14T09:10:54.019Z] 16113d51b718: Waiting [2024-10-14T09:10:54.019Z] caf4fd9424e2: Layer already exists [2024-10-14T09:10:54.020Z] 44b6634ff9f4: Layer already exists [2024-10-14T09:10:54.020Z] 5117f8641093: Layer already exists [2024-10-14T09:10:54.020Z] af3a7f590c18: Layer already exists [2024-10-14T09:10:54.020Z] 8f5f5951371e: Layer already exists [2024-10-14T09:10:54.020Z] bcfea6451e77: Layer already exists [2024-10-14T09:10:54.020Z] 397b3cfd07b9: Layer already exists [2024-10-14T09:10:54.020Z] 16113d51b718: Layer already exists [2024-10-14T09:10:54.020Z] a20a4d51fe69: Layer already exists [2024-10-14T09:10:54.289Z] latest: digest: sha256:c582062d5fc46fa44df93bee4537cb062b9300172e7b8fa4d19a961a10e0ce3d size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-14T09:10:54.665Z] + docker tag app-rfid-llrp-inventory-arm64 nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-14T09:10:55.044Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:3.2.0-dev.31 [2024-10-14T09:10:55.044Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] [2024-10-14T09:10:55.044Z] caf4fd9424e2: Preparing [2024-10-14T09:10:55.044Z] 44b6634ff9f4: Preparing [2024-10-14T09:10:55.044Z] 8f5f5951371e: Preparing [2024-10-14T09:10:55.044Z] af3a7f590c18: Preparing [2024-10-14T09:10:55.044Z] 5117f8641093: Preparing [2024-10-14T09:10:55.044Z] a20a4d51fe69: Preparing [2024-10-14T09:10:55.044Z] bcfea6451e77: Preparing [2024-10-14T09:10:55.044Z] 397b3cfd07b9: Preparing [2024-10-14T09:10:55.044Z] 16113d51b718: Preparing [2024-10-14T09:10:55.044Z] a20a4d51fe69: Waiting [2024-10-14T09:10:55.044Z] bcfea6451e77: Waiting [2024-10-14T09:10:55.044Z] 397b3cfd07b9: Waiting [2024-10-14T09:10:55.044Z] 16113d51b718: Waiting [2024-10-14T09:10:55.044Z] af3a7f590c18: Layer already exists [2024-10-14T09:10:55.044Z] 44b6634ff9f4: Layer already exists [2024-10-14T09:10:55.044Z] 5117f8641093: Layer already exists [2024-10-14T09:10:55.044Z] caf4fd9424e2: Layer already exists [2024-10-14T09:10:55.044Z] 8f5f5951371e: Layer already exists [2024-10-14T09:10:55.313Z] 16113d51b718: Layer already exists [2024-10-14T09:10:55.313Z] a20a4d51fe69: Layer already exists [2024-10-14T09:10:55.313Z] bcfea6451e77: Layer already exists [2024-10-14T09:10:55.313Z] 397b3cfd07b9: Layer already exists [2024-10-14T09:10:55.313Z] 3.2.0-dev.31: digest: sha256:c582062d5fc46fa44df93bee4537cb062b9300172e7b8fa4d19a961a10e0ce3d size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-14T09:10:55.688Z] + docker tag app-rfid-llrp-inventory-arm64 nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:8e24701cce6496c4ca1a121af8534b5919b9a224-3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-14T09:10:56.049Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:8e24701cce6496c4ca1a121af8534b5919b9a224-3.2.0-dev.31 [2024-10-14T09:10:56.049Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] [2024-10-14T09:10:56.049Z] caf4fd9424e2: Preparing [2024-10-14T09:10:56.049Z] 44b6634ff9f4: Preparing [2024-10-14T09:10:56.049Z] 8f5f5951371e: Preparing [2024-10-14T09:10:56.049Z] af3a7f590c18: Preparing [2024-10-14T09:10:56.049Z] 5117f8641093: Preparing [2024-10-14T09:10:56.049Z] a20a4d51fe69: Preparing [2024-10-14T09:10:56.049Z] bcfea6451e77: Preparing [2024-10-14T09:10:56.049Z] 397b3cfd07b9: Preparing [2024-10-14T09:10:56.049Z] 16113d51b718: Preparing [2024-10-14T09:10:56.049Z] bcfea6451e77: Waiting [2024-10-14T09:10:56.049Z] 397b3cfd07b9: Waiting [2024-10-14T09:10:56.049Z] 16113d51b718: Waiting [2024-10-14T09:10:56.049Z] a20a4d51fe69: Waiting [2024-10-14T09:10:56.049Z] 44b6634ff9f4: Layer already exists [2024-10-14T09:10:56.049Z] caf4fd9424e2: Layer already exists [2024-10-14T09:10:56.049Z] 8f5f5951371e: Layer already exists [2024-10-14T09:10:56.049Z] 5117f8641093: Layer already exists [2024-10-14T09:10:56.049Z] af3a7f590c18: Layer already exists [2024-10-14T09:10:56.049Z] 397b3cfd07b9: Layer already exists [2024-10-14T09:10:56.049Z] a20a4d51fe69: Layer already exists [2024-10-14T09:10:56.049Z] 16113d51b718: Layer already exists [2024-10-14T09:10:56.049Z] bcfea6451e77: Layer already exists [2024-10-14T09:10:56.319Z] 8e24701cce6496c4ca1a121af8534b5919b9a224-3.2.0-dev.31: digest: sha256:c582062d5fc46fa44df93bee4537cb062b9300172e7b8fa4d19a961a10e0ce3d size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-14T09:10:56.692Z] + 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 [2024-10-14T09:10:57.071Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:main [2024-10-14T09:10:57.071Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] [2024-10-14T09:10:57.071Z] caf4fd9424e2: Preparing [2024-10-14T09:10:57.071Z] 44b6634ff9f4: Preparing [2024-10-14T09:10:57.071Z] 8f5f5951371e: Preparing [2024-10-14T09:10:57.071Z] af3a7f590c18: Preparing [2024-10-14T09:10:57.071Z] 5117f8641093: Preparing [2024-10-14T09:10:57.071Z] a20a4d51fe69: Preparing [2024-10-14T09:10:57.071Z] bcfea6451e77: Preparing [2024-10-14T09:10:57.071Z] 397b3cfd07b9: Preparing [2024-10-14T09:10:57.071Z] 16113d51b718: Preparing [2024-10-14T09:10:57.071Z] a20a4d51fe69: Waiting [2024-10-14T09:10:57.071Z] 397b3cfd07b9: Waiting [2024-10-14T09:10:57.071Z] bcfea6451e77: Waiting [2024-10-14T09:10:57.071Z] 16113d51b718: Waiting [2024-10-14T09:10:57.071Z] caf4fd9424e2: Layer already exists [2024-10-14T09:10:57.071Z] 5117f8641093: Layer already exists [2024-10-14T09:10:57.071Z] af3a7f590c18: Layer already exists [2024-10-14T09:10:57.071Z] 8f5f5951371e: Layer already exists [2024-10-14T09:10:57.071Z] 44b6634ff9f4: Layer already exists [2024-10-14T09:10:57.071Z] a20a4d51fe69: Layer already exists [2024-10-14T09:10:57.071Z] 397b3cfd07b9: Layer already exists [2024-10-14T09:10:57.071Z] 16113d51b718: Layer already exists [2024-10-14T09:10:57.071Z] bcfea6451e77: Layer already exists [2024-10-14T09:10:57.341Z] main: digest: sha256:c582062d5fc46fa44df93bee4537cb062b9300172e7b8fa4d19a961a10e0ce3d size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-14T09:10:57.436Z] ===================================================== [Pipeline] echo [2024-10-14T09:10:57.453Z] taggedImages: [2024-10-14T09:10:57.453Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:8e24701cce6496c4ca1a121af8534b5919b9a224 [2024-10-14T09:10:57.453Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:latest [2024-10-14T09:10:57.453Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:3.2.0-dev.31 [2024-10-14T09:10:57.453Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:8e24701cce6496c4ca1a121af8534b5919b9a224-3.2.0-dev.31 [2024-10-14T09:10:57.453Z] - 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 [2024-10-14T09:10:57.869Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-10-14T09:10:57.869Z] [2024-10-14T09:10:57.869Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-14T09:10:58.221Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-10-14T09:10:58.494Z] arm64: Pulling from edgex-lftools-log-publisher [2024-10-14T09:10:58.494Z] 8998bd30e6a1: Pulling fs layer [2024-10-14T09:10:58.494Z] 04944245beec: Pulling fs layer [2024-10-14T09:10:58.494Z] 699f458cf7ca: Pulling fs layer [2024-10-14T09:10:58.494Z] 765212b225bb: Pulling fs layer [2024-10-14T09:10:58.494Z] f23df028b6ca: Pulling fs layer [2024-10-14T09:10:58.494Z] d65c8cfc05b1: Pulling fs layer [2024-10-14T09:10:58.494Z] 2437ff75d9bd: Pulling fs layer [2024-10-14T09:10:58.494Z] f23df028b6ca: Waiting [2024-10-14T09:10:58.494Z] d65c8cfc05b1: Waiting [2024-10-14T09:10:58.494Z] 2437ff75d9bd: Waiting [2024-10-14T09:10:58.494Z] 765212b225bb: Waiting [2024-10-14T09:10:58.494Z] 04944245beec: Verifying Checksum [2024-10-14T09:10:58.494Z] 04944245beec: Download complete [2024-10-14T09:10:58.494Z] 765212b225bb: Verifying Checksum [2024-10-14T09:10:58.494Z] 765212b225bb: Download complete [2024-10-14T09:10:58.494Z] f23df028b6ca: Verifying Checksum [2024-10-14T09:10:58.494Z] f23df028b6ca: Download complete [2024-10-14T09:10:58.494Z] d65c8cfc05b1: Verifying Checksum [2024-10-14T09:10:58.494Z] d65c8cfc05b1: Download complete [2024-10-14T09:10:58.763Z] 699f458cf7ca: Verifying Checksum [2024-10-14T09:10:58.763Z] 699f458cf7ca: Download complete [2024-10-14T09:10:59.354Z] 8998bd30e6a1: Verifying Checksum [2024-10-14T09:10:59.354Z] 8998bd30e6a1: Download complete [2024-10-14T09:11:01.958Z] 2437ff75d9bd: Verifying Checksum [2024-10-14T09:11:01.958Z] 2437ff75d9bd: Download complete [2024-10-14T09:11:03.918Z] 8998bd30e6a1: Pull complete [2024-10-14T09:11:04.506Z] 04944245beec: Pull complete [2024-10-14T09:11:06.453Z] 699f458cf7ca: Pull complete [2024-10-14T09:11:06.453Z] 765212b225bb: Pull complete [2024-10-14T09:11:07.419Z] f23df028b6ca: Pull complete [2024-10-14T09:11:07.687Z] d65c8cfc05b1: Pull complete [2024-10-14T09:11:25.920Z] 2437ff75d9bd: Pull complete [2024-10-14T09:11:25.920Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-10-14T09:11:25.920Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-10-14T09:11:25.920Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-14T09:11:26.172Z] prd-ubuntu20.04-docker-arm64-4c-16g-22736 does not seem to be running inside a container [2024-10-14T09:11:26.351Z] $ 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/185 -v /w/workspace/app-rfid-llrp-inventory/185:/w/workspace/app-rfid-llrp-inventory/185:rw,z -v /w/workspace/app-rfid-llrp-inventory/185@tmp:/w/workspace/app-rfid-llrp-inventory/185@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 [2024-10-14T09:11:29.721Z] $ docker top fd96509b65d3ad4703cb3e2d6c413a942362fcfd8b51ea7537d791fc9f1164f3 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-14T09:11:30.717Z] ---> job-cost.sh [2024-10-14T09:11:30.717Z] lf-activate-venv: SKIPPING [2024-10-14T09:11:30.717Z] INFO: No Stack... [2024-10-14T09:11:31.322Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-10-14T09:11:32.328Z] INFO: Archiving Costs [Pipeline] sh [2024-10-14T09:11:32.999Z] + cat /w/workspace/app-rfid-llrp-inventory/185/archives/cost.csv [2024-10-14T09:11:33.000Z] + cut -d, -f6 [Pipeline] lock [2024-10-14T09:11:33.050Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-app-rfid-llrp-inventory-main-185-stack-cost] [2024-10-14T09:11:33.058Z] Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-185-stack-cost] did not exist. Created. [2024-10-14T09:11:33.065Z] Lock acquired on [Resource: jenkins-edgexfoundry-app-rfid-llrp-inventory-main-185-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-10-14T09:11:33.765Z] /w/workspace/app-rfid-llrp-inventory/185@tmp/durable-e0c78712/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2024-10-14T09:11:34.448Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-10-14T09:11:34.470Z] Warning: overwriting stash ‘stack-cost’ [2024-10-14T09:11:34.536Z] Stashed 1 file(s) [Pipeline] } [2024-10-14T09:11:34.545Z] Lock released on resource [Resource: jenkins-edgexfoundry-app-rfid-llrp-inventory-main-185-stack-cost] [Pipeline] // lock [Pipeline] } [2024-10-14T09:11:34.569Z] $ docker stop --time=1 fd96509b65d3ad4703cb3e2d6c413a942362fcfd8b51ea7537d791fc9f1164f3 [2024-10-14T09:11:37.111Z] $ docker rm -f --volumes fd96509b65d3ad4703cb3e2d6c413a942362fcfd8b51ea7537d791fc9f1164f3 [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 [2024-10-14T09:11:37.711Z] provisioning config files... [2024-10-14T09:11:37.736Z] copy managed file [app-rfid-llrp-inventory-codecov-token] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config6201760107368338406tmp [Pipeline] { [Pipeline] sh [2024-10-14T09:11:38.257Z] + set +x [2024-10-14T09:11:38.257Z] + bash -s -- [2024-10-14T09:11:38.257Z] + curl -s https://codecov.io/bash [2024-10-14T09:11:38.257Z] [2024-10-14T09:11:38.257Z] _____ _ [2024-10-14T09:11:38.257Z] / ____| | | [2024-10-14T09:11:38.257Z] | | ___ __| | ___ ___ _____ __ [2024-10-14T09:11:38.257Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2024-10-14T09:11:38.257Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2024-10-14T09:11:38.257Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2024-10-14T09:11:38.257Z] Bash-1.0.6 [2024-10-14T09:11:38.257Z] [2024-10-14T09:11:38.257Z] [2024-10-14T09:11:38.257Z] ==> git version 2.25.1 found [2024-10-14T09:11:38.257Z] ==> 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 [2024-10-14T09:11:38.257Z] Release-Date: 2020-01-08 [2024-10-14T09:11:38.257Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2024-10-14T09:11:38.257Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2024-10-14T09:11:38.258Z] ==> Jenkins CI detected. [2024-10-14T09:11:38.258Z] current dir:  /w/workspace/dry_app-rfid-llrp-inventory_main [2024-10-14T09:11:38.258Z] project root: . [2024-10-14T09:11:38.258Z] --> token set from env [2024-10-14T09:11:38.258Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2024-10-14T09:11:38.258Z] ==> Running gcov in . (disable via -X gcov) [2024-10-14T09:11:38.258Z] ==> Python coveragepy not found [2024-10-14T09:11:38.258Z] ==> Searching for coverage reports in: [2024-10-14T09:11:38.258Z] + . [2024-10-14T09:11:38.258Z] -> Found 1 reports [2024-10-14T09:11:38.258Z] ==> Detecting git/mercurial file structure [2024-10-14T09:11:38.258Z] ==> Reading reports [2024-10-14T09:11:38.258Z] + ./coverage.out bytes=55696 [2024-10-14T09:11:38.537Z] ==> Appending adjustments [2024-10-14T09:11:38.537Z] https://docs.codecov.io/docs/fixing-reports [2024-10-14T09:11:38.537Z] + Found adjustments [2024-10-14T09:11:38.537Z] ==> Gzipping contents [2024-10-14T09:11:38.537Z] 16K /tmp/codecov.mr7wwb.gz [2024-10-14T09:11:38.537Z] ==> Uploading reports [2024-10-14T09:11:38.538Z] url: https://codecov.io [2024-10-14T09:11:38.538Z] query: branch=main&commit=8e24701cce6496c4ca1a121af8534b5919b9a224&build=185&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-rfid-llrp-inventory%2Fjob%2Fmain%2F185%2F&name=&tag=&slug=edgexfoundry%2Fapp-rfid-llrp-inventory&service=jenkins&flags=&pr=&job=&cmd_args= [2024-10-14T09:11:38.538Z] -> Pinging Codecov [2024-10-14T09:11:38.538Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=8e24701cce6496c4ca1a121af8534b5919b9a224&build=185&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-rfid-llrp-inventory%2Fjob%2Fmain%2F185%2F&name=&tag=&slug=edgexfoundry%2Fapp-rfid-llrp-inventory&service=jenkins&flags=&pr=&job=&cmd_args= [2024-10-14T09:11:38.831Z] -> Uploading to [2024-10-14T09:11:38.831Z] https://storage.googleapis.com/codecov/shelter/v4/github/edgexfoundry/device-rfid-llrp-go/8e24701cce6496c4ca1a121af8534b5919b9a224/0fe87e40-da5f-40c4-b6e3-6154430dcfbe.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20241014%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20241014T091138Z&X-Amz-Expires=30&X-Amz-SignedHeaders=host&X-Amz-Signature=86edad7a1476c656f36578b43e6582fd524b712516fa5f912ba381732dee5104 [2024-10-14T09:11:38.831Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-10-14T09:11:38.831Z] Dload Upload Total Spent Left Speed [2024-10-14T09:11:39.089Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12869 0 0 100 12869 0 56442 --:--:-- --:--:-- --:--:-- 56442 [2024-10-14T09:11:39.089Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rfid-llrp-go/commit/8e24701cce6496c4ca1a121af8534b5919b9a224 [Pipeline] } [2024-10-14T09:11:39.096Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2024-10-14T09:11:39.241Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2024-10-14T09:11:39.261Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-14T09:11:39.577Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-10-14T09:11:39.577Z] [2024-10-14T09:11:39.577Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-14T09:11:39.890Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-10-14T09:11:39.890Z] latest: Pulling from edgex-devops/edgex-snyk-go [2024-10-14T09:11:39.890Z] 43c4264eed91: Already exists [2024-10-14T09:11:39.890Z] 4cc291be95ef: Already exists [2024-10-14T09:11:39.890Z] 2ac1f1163629: Already exists [2024-10-14T09:11:39.890Z] 5c3c966382ef: Already exists [2024-10-14T09:11:39.890Z] 4f4fb700ef54: Already exists [2024-10-14T09:11:39.890Z] d9c7d2e4e75e: Pulling fs layer [2024-10-14T09:11:39.890Z] 9c3e1370e548: Pulling fs layer [2024-10-14T09:11:40.149Z] d9c7d2e4e75e: Verifying Checksum [2024-10-14T09:11:40.149Z] d9c7d2e4e75e: Download complete [2024-10-14T09:11:40.409Z] d9c7d2e4e75e: Pull complete [2024-10-14T09:11:40.977Z] 9c3e1370e548: Verifying Checksum [2024-10-14T09:11:40.977Z] 9c3e1370e548: Download complete [2024-10-14T09:11:44.260Z] 9c3e1370e548: Pull complete [2024-10-14T09:11:44.260Z] Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b [2024-10-14T09:11:44.260Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-10-14T09:11:44.260Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-14T09:11:44.363Z] prd-ubuntu20.04-docker-8c-8g-22731 does not seem to be running inside a container [2024-10-14T09:11:44.362Z] $ 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:latest cat [2024-10-14T09:11:47.777Z] $ docker top 9ca293b60b4f0f9f7b1737c5e5d263499c128060ba583407e52d192bb42d67c0 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-10-14T09:11:48.164Z] + git config --global --add safe.directory /w/workspace/dry_app-rfid-llrp-inventory_main [Pipeline] echo [2024-10-14T09:11:48.176Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-rfid-llrp-inventory:main' [Pipeline] sh [2024-10-14T09:11:48.456Z] + set -o pipefail [2024-10-14T09:11:48.457Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-rfid-llrp-inventory:main' [2024-10-14T09:11:55.039Z] [2024-10-14T09:11:55.039Z] Monitoring /w/workspace/dry_app-rfid-llrp-inventory_main (edgexfoundry/app-rfid-llrp-inventory)... [2024-10-14T09:11:55.039Z] [2024-10-14T09:11:55.039Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/7116c55e-148a-425a-9d75-27689445d8a8/history/82e98063-211d-439a-9c79-35cd995f6ddd [2024-10-14T09:11:55.039Z] [2024-10-14T09:11:55.039Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2024-10-14T09:11:55.039Z] [2024-10-14T09:11:55.039Z] [2024-10-14T09:11:55.039Z] You have reached your monthly limit of 200 private tests for your edgex-jenkins org. [2024-10-14T09:11:55.039Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2024-10-14T09:11:55.014Z] $ docker stop --time=1 9ca293b60b4f0f9f7b1737c5e5d263499c128060ba583407e52d192bb42d67c0 [2024-10-14T09:12:00.183Z] $ docker rm -f --volumes 9ca293b60b4f0f9f7b1737c5e5d263499c128060ba583407e52d192bb42d67c0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-10-14T09:12:01.122Z] + git log --format=format:%s -1 8e24701cce6496c4ca1a121af8534b5919b9a224 [Pipeline] sh [2024-10-14T09:12:01.422Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-10-14T09:12:01.422Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-14T09:12:01.730Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-10-14T09:12:01.730Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-14T09:12:01.813Z] prd-ubuntu20.04-docker-8c-8g-22731 does not seem to be running inside a container [2024-10-14T09:12:01.806Z] $ 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 [2024-10-14T09:12:04.751Z] $ docker top 5b2b730a59bfe03c4b3002d8be5a134c2f96c86ec67d931f6bc879eebec75e25 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-10-14T09:12:04.884Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-10-14T09:12:04.885Z] [ssh-agent] Looking for ssh-agent implementation... [2024-10-14T09:12:05.001Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-10-14T09:12:04.967Z] $ docker exec 5b2b730a59bfe03c4b3002d8be5a134c2f96c86ec67d931f6bc879eebec75e25 ssh-agent [2024-10-14T09:12:05.124Z] SSH_AUTH_SOCK=/tmp/ssh-iw80x1EsXus6/agent.32 [2024-10-14T09:12:05.124Z] SSH_AGENT_PID=38 [2024-10-14T09:12:05.129Z] Running ssh-add (command line suppressed) [2024-10-14T09:12:05.192Z] Identity added: /w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_12881900359800295760.key (/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_12881900359800295760.key) [2024-10-14T09:12:05.243Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-10-14T09:12:05.537Z] + git semver tag [2024-10-14T09:12:05.797Z] 2024-10-14 09:12:05,687 [run_tag] DEBUG tag force:False [2024-10-14T09:12:05.797Z] 2024-10-14 09:12:05,687 [check_head_tag] DEBUG check head tag [2024-10-14T09:12:05.797Z] 2024-10-14 09:12:05,689 [execute] INFO git cat-file --batch-check [2024-10-14T09:12:05.797Z] 2024-10-14 09:12:05,689 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main, universal_newlines=False, shell=None, istream=) [2024-10-14T09:12:05.797Z] 2024-10-14 09:12:05,692 [execute] INFO git cat-file --batch [2024-10-14T09:12:05.797Z] 2024-10-14 09:12:05,692 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main, universal_newlines=False, shell=None, istream=) [2024-10-14T09:12:05.797Z] 2024-10-14 09:12:05,714 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2024-10-14T09:12:05.797Z] 2024-10-14 09:12:05,715 [execute] INFO git tag -a v3.2.0-dev.31 -m v3.2.0-dev.31 [2024-10-14T09:12:05.797Z] 2024-10-14 09:12:05,715 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.2.0-dev.31', '-m', 'v3.2.0-dev.31'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main, universal_newlines=False, shell=None, istream=None) [2024-10-14T09:12:05.797Z] 2024-10-14 09:12:05,720 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2024-10-14T09:12:05.797Z] 3.2.0-dev.31 [Pipeline] } [2024-10-14T09:12:05.769Z] $ docker exec --env ******** --env ******** 5b2b730a59bfe03c4b3002d8be5a134c2f96c86ec67d931f6bc879eebec75e25 ssh-agent -k [2024-10-14T09:12:05.873Z] unset SSH_AUTH_SOCK; [2024-10-14T09:12:05.873Z] unset SSH_AGENT_PID; [2024-10-14T09:12:05.873Z] echo Agent pid 38 killed; [2024-10-14T09:12:05.924Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-10-14T09:12:06.257Z] + git semver [Pipeline] } [2024-10-14T09:12:06.492Z] $ docker stop --time=1 5b2b730a59bfe03c4b3002d8be5a134c2f96c86ec67d931f6bc879eebec75e25 [2024-10-14T09:12:07.768Z] $ docker rm -f --volumes 5b2b730a59bfe03c4b3002d8be5a134c2f96c86ec67d931f6bc879eebec75e25 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-14T09:12:08.231Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-10-14T09:12:08.231Z] [2024-10-14T09:12:08.231Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-14T09:12:08.542Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-10-14T09:12:08.542Z] 0.23.1-centos7: Pulling from edgex-lftools [2024-10-14T09:12:08.542Z] ab5ef0e58194: Pulling fs layer [2024-10-14T09:12:08.542Z] 9712f1f96733: Pulling fs layer [2024-10-14T09:12:08.542Z] 63f879dbbcfc: Pulling fs layer [2024-10-14T09:12:08.542Z] 0d9ebad4ef96: Pulling fs layer [2024-10-14T09:12:08.542Z] e9a5061849ea: Pulling fs layer [2024-10-14T09:12:08.542Z] d747dcd14b5f: Pulling fs layer [2024-10-14T09:12:08.542Z] 2de7ff778b66: Pulling fs layer [2024-10-14T09:12:08.542Z] 0d9ebad4ef96: Waiting [2024-10-14T09:12:08.542Z] e9a5061849ea: Waiting [2024-10-14T09:12:08.542Z] d747dcd14b5f: Waiting [2024-10-14T09:12:08.542Z] 2de7ff778b66: Waiting [2024-10-14T09:12:08.542Z] 9712f1f96733: Download complete [2024-10-14T09:12:08.802Z] 63f879dbbcfc: Verifying Checksum [2024-10-14T09:12:08.802Z] 63f879dbbcfc: Download complete [2024-10-14T09:12:09.060Z] e9a5061849ea: Verifying Checksum [2024-10-14T09:12:09.060Z] e9a5061849ea: Download complete [2024-10-14T09:12:09.060Z] d747dcd14b5f: Verifying Checksum [2024-10-14T09:12:09.060Z] d747dcd14b5f: Download complete [2024-10-14T09:12:09.060Z] 0d9ebad4ef96: Verifying Checksum [2024-10-14T09:12:09.060Z] 0d9ebad4ef96: Download complete [2024-10-14T09:12:09.060Z] ab5ef0e58194: Verifying Checksum [2024-10-14T09:12:09.060Z] ab5ef0e58194: Download complete [2024-10-14T09:12:09.318Z] 2de7ff778b66: Verifying Checksum [2024-10-14T09:12:09.318Z] 2de7ff778b66: Download complete [2024-10-14T09:12:11.848Z] ab5ef0e58194: Pull complete [2024-10-14T09:12:11.848Z] 9712f1f96733: Pull complete [2024-10-14T09:12:12.413Z] 63f879dbbcfc: Pull complete [2024-10-14T09:12:15.694Z] 0d9ebad4ef96: Pull complete [2024-10-14T09:12:15.954Z] e9a5061849ea: Pull complete [2024-10-14T09:12:15.954Z] d747dcd14b5f: Pull complete [2024-10-14T09:12:17.332Z] 2de7ff778b66: Pull complete [2024-10-14T09:12:17.332Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2024-10-14T09:12:17.332Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-10-14T09:12:17.332Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-14T09:12:17.430Z] prd-ubuntu20.04-docker-8c-8g-22731 does not seem to be running inside a container [2024-10-14T09:12:17.418Z] $ 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 [2024-10-14T09:12:23.263Z] $ docker top 4de925b2f782f673dbc81ab5a2bbc7589b00357d65405e9558b99554e8d19c99 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2024-10-14T09:12:23.376Z] provisioning config files... [2024-10-14T09:12:23.383Z] copy managed file [sigul-config] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config16203358280954132355tmp [2024-10-14T09:12:23.392Z] copy managed file [sigul-password] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config4417743603329860282tmp [2024-10-14T09:12:23.399Z] copy managed file [sigul-pki] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config15910537273994992206tmp [Pipeline] { [Pipeline] echo [2024-10-14T09:12:23.487Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-14T09:12:23.777Z] ---> sigul-configuration.sh [2024-10-14T09:12:23.778Z] gpg: directory `/root/.gnupg' created [2024-10-14T09:12:23.778Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2024-10-14T09:12:23.778Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2024-10-14T09:12:23.778Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2024-10-14T09:12:23.778Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2024-10-14T09:12:23.778Z] gpg: CAST5 encrypted data [2024-10-14T09:12:23.778Z] gpg: encrypted with 1 passphrase [2024-10-14T09:12:23.778Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2024-10-14T09:12:24.075Z] + mkdir /home/jenkins [2024-10-14T09:12:24.075Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2024-10-14T09:12:24.370Z] + 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 [2024-10-14T09:12:24.386Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-14T09:12:24.680Z] ---> sigul-install.sh [2024-10-14T09:12:24.680Z] Sigul already installed; skipping installation. [Pipeline] sh [2024-10-14T09:12:24.976Z] + git tag --list [2024-10-14T09:12:24.976Z] v0.0.0 [2024-10-14T09:12:24.976Z] v1.0.0 [2024-10-14T09:12:24.976Z] v2.1.0 [2024-10-14T09:12:24.976Z] v2.1.1 [2024-10-14T09:12:24.976Z] v2.2.0 [2024-10-14T09:12:24.976Z] v2.3.0 [2024-10-14T09:12:24.976Z] v3.0 [2024-10-14T09:12:24.976Z] v3.0.0 [2024-10-14T09:12:24.976Z] v3.0.1 [2024-10-14T09:12:24.976Z] v3.0.1-dev.1 [2024-10-14T09:12:24.976Z] v3.1 [2024-10-14T09:12:24.976Z] v3.1.0 [2024-10-14T09:12:24.976Z] v3.1.0-dev.1 [2024-10-14T09:12:24.976Z] v3.1.0-dev.10 [2024-10-14T09:12:24.976Z] v3.1.0-dev.11 [2024-10-14T09:12:24.976Z] v3.1.0-dev.12 [2024-10-14T09:12:24.976Z] v3.1.0-dev.13 [2024-10-14T09:12:24.976Z] v3.1.0-dev.14 [2024-10-14T09:12:24.976Z] v3.1.0-dev.15 [2024-10-14T09:12:24.976Z] v3.1.0-dev.16 [2024-10-14T09:12:24.976Z] v3.1.0-dev.17 [2024-10-14T09:12:24.976Z] v3.1.0-dev.18 [2024-10-14T09:12:24.976Z] v3.1.0-dev.19 [2024-10-14T09:12:24.976Z] v3.1.0-dev.2 [2024-10-14T09:12:24.976Z] v3.1.0-dev.20 [2024-10-14T09:12:24.976Z] v3.1.0-dev.21 [2024-10-14T09:12:24.976Z] v3.1.0-dev.22 [2024-10-14T09:12:24.976Z] v3.1.0-dev.23 [2024-10-14T09:12:24.976Z] v3.1.0-dev.24 [2024-10-14T09:12:24.976Z] v3.1.0-dev.25 [2024-10-14T09:12:24.976Z] v3.1.0-dev.26 [2024-10-14T09:12:24.976Z] v3.1.0-dev.27 [2024-10-14T09:12:24.976Z] v3.1.0-dev.28 [2024-10-14T09:12:24.976Z] v3.1.0-dev.29 [2024-10-14T09:12:24.976Z] v3.1.0-dev.3 [2024-10-14T09:12:24.976Z] v3.1.0-dev.30 [2024-10-14T09:12:24.976Z] v3.1.0-dev.31 [2024-10-14T09:12:24.976Z] v3.1.0-dev.32 [2024-10-14T09:12:24.976Z] v3.1.0-dev.33 [2024-10-14T09:12:24.976Z] v3.1.0-dev.34 [2024-10-14T09:12:24.976Z] v3.1.0-dev.35 [2024-10-14T09:12:24.976Z] v3.1.0-dev.36 [2024-10-14T09:12:24.976Z] v3.1.0-dev.37 [2024-10-14T09:12:24.976Z] v3.1.0-dev.38 [2024-10-14T09:12:24.976Z] v3.1.0-dev.39 [2024-10-14T09:12:24.976Z] v3.1.0-dev.4 [2024-10-14T09:12:24.976Z] v3.1.0-dev.40 [2024-10-14T09:12:24.976Z] v3.1.0-dev.5 [2024-10-14T09:12:24.976Z] v3.1.0-dev.6 [2024-10-14T09:12:24.976Z] v3.1.0-dev.7 [2024-10-14T09:12:24.976Z] v3.1.0-dev.8 [2024-10-14T09:12:24.976Z] v3.1.0-dev.9 [2024-10-14T09:12:24.976Z] v3.1.1 [2024-10-14T09:12:24.976Z] v3.2.0-dev.1 [2024-10-14T09:12:24.976Z] v3.2.0-dev.10 [2024-10-14T09:12:24.976Z] v3.2.0-dev.11 [2024-10-14T09:12:24.976Z] v3.2.0-dev.12 [2024-10-14T09:12:24.976Z] v3.2.0-dev.13 [2024-10-14T09:12:24.976Z] v3.2.0-dev.14 [2024-10-14T09:12:24.976Z] v3.2.0-dev.15 [2024-10-14T09:12:24.976Z] v3.2.0-dev.16 [2024-10-14T09:12:24.976Z] v3.2.0-dev.17 [2024-10-14T09:12:24.976Z] v3.2.0-dev.18 [2024-10-14T09:12:24.976Z] v3.2.0-dev.19 [2024-10-14T09:12:24.976Z] v3.2.0-dev.2 [2024-10-14T09:12:24.976Z] v3.2.0-dev.20 [2024-10-14T09:12:24.976Z] v3.2.0-dev.21 [2024-10-14T09:12:24.976Z] v3.2.0-dev.22 [2024-10-14T09:12:24.976Z] v3.2.0-dev.23 [2024-10-14T09:12:24.976Z] v3.2.0-dev.24 [2024-10-14T09:12:24.976Z] v3.2.0-dev.25 [2024-10-14T09:12:24.976Z] v3.2.0-dev.26 [2024-10-14T09:12:24.976Z] v3.2.0-dev.27 [2024-10-14T09:12:24.976Z] v3.2.0-dev.28 [2024-10-14T09:12:24.976Z] v3.2.0-dev.29 [2024-10-14T09:12:24.976Z] v3.2.0-dev.3 [2024-10-14T09:12:24.976Z] v3.2.0-dev.30 [2024-10-14T09:12:24.976Z] v3.2.0-dev.31 [2024-10-14T09:12:24.976Z] v3.2.0-dev.4 [2024-10-14T09:12:24.976Z] v3.2.0-dev.5 [2024-10-14T09:12:24.976Z] v3.2.0-dev.6 [2024-10-14T09:12:24.976Z] v3.2.0-dev.7 [2024-10-14T09:12:24.976Z] v3.2.0-dev.8 [2024-10-14T09:12:24.976Z] v3.2.0-dev.9 [Pipeline] sh [2024-10-14T09:12:25.270Z] + lftools sign git-tag v3.2.0-dev.31 [2024-10-14T09:12:25.665Z] Signing Git tag with Sigul... [2024-10-14T09:12:25.665Z] Signing v3.2.0-dev.31 [Pipeline] echo [2024-10-14T09:12:26.249Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-14T09:12:26.544Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2024-10-14T09:12:26.551Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2024-10-14T09:12:26.538Z] $ docker stop --time=1 4de925b2f782f673dbc81ab5a2bbc7589b00357d65405e9558b99554e8d19c99 [2024-10-14T09:12:27.803Z] $ docker rm -f --volumes 4de925b2f782f673dbc81ab5a2bbc7589b00357d65405e9558b99554e8d19c99 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2024-10-14T09:12:28.300Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-10-14T09:12:28.300Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-14T09:12:28.610Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-10-14T09:12:28.610Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-14T09:12:28.689Z] prd-ubuntu20.04-docker-8c-8g-22731 does not seem to be running inside a container [2024-10-14T09:12:28.681Z] $ 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 [2024-10-14T09:12:29.006Z] $ docker top 01bc0681e598339f9d3fb65e7eee57177f380461700c7f8d0baab4cc2d5675a6 -eo pid,comm [2024-10-14T09:12:29.088Z] 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). [2024-10-14T09:12:29.088Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-10-14T09:12:29.143Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-10-14T09:12:29.143Z] [ssh-agent] Looking for ssh-agent implementation... [2024-10-14T09:12:29.247Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-10-14T09:12:29.211Z] $ docker exec 01bc0681e598339f9d3fb65e7eee57177f380461700c7f8d0baab4cc2d5675a6 ssh-agent [2024-10-14T09:12:29.346Z] SSH_AUTH_SOCK=/tmp/ssh-HKdDtadNbCKH/agent.32 [2024-10-14T09:12:29.346Z] SSH_AGENT_PID=38 [2024-10-14T09:12:29.352Z] Running ssh-add (command line suppressed) [2024-10-14T09:12:29.415Z] Identity added: /w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_3611432205634474520.key (/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_3611432205634474520.key) [2024-10-14T09:12:29.464Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-10-14T09:12:29.758Z] + git semver bump pre [2024-10-14T09:12:30.017Z] 2024-10-14 09:12:29,878 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2024-10-14T09:12:30.017Z] 2024-10-14 09:12:29,878 [bump_version] DEBUG bumping version:3.2.0-dev.31 on axis:pre with prefix:dev [2024-10-14T09:12:30.017Z] 2024-10-14 09:12:29,878 [bump_version] DEBUG bumped version:3.2.0-dev.32 [2024-10-14T09:12:30.017Z] 2024-10-14 09:12:29,878 [write_version] DEBUG write version:3.2.0-dev.32 to path:/w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main with force:True [2024-10-14T09:12:30.017Z] 2024-10-14 09:12:29,878 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2024-10-14T09:12:30.017Z] 2024-10-14 09:12:29,878 [write_file] DEBUG write to file:/w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2024-10-14T09:12:30.017Z] 2024-10-14 09:12:29,880 [execute] INFO git cat-file --batch-check [2024-10-14T09:12:30.017Z] 2024-10-14 09:12:29,880 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main/.semver, universal_newlines=False, shell=None, istream=) [2024-10-14T09:12:30.017Z] 2024-10-14 09:12:29,884 [execute] INFO git cat-file --batch [2024-10-14T09:12:30.017Z] 2024-10-14 09:12:29,884 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main/.semver, universal_newlines=False, shell=None, istream=) [2024-10-14T09:12:30.017Z] 2024-10-14 09:12:29,888 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2024-10-14T09:12:30.017Z] 3.2.0-dev.32 [Pipeline] } [2024-10-14T09:12:29.989Z] $ docker exec --env ******** --env ******** 01bc0681e598339f9d3fb65e7eee57177f380461700c7f8d0baab4cc2d5675a6 ssh-agent -k [2024-10-14T09:12:30.079Z] unset SSH_AUTH_SOCK; [2024-10-14T09:12:30.079Z] unset SSH_AGENT_PID; [2024-10-14T09:12:30.079Z] echo Agent pid 38 killed; [2024-10-14T09:12:30.125Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-10-14T09:12:30.456Z] + git semver [Pipeline] } [2024-10-14T09:12:30.690Z] $ docker stop --time=1 01bc0681e598339f9d3fb65e7eee57177f380461700c7f8d0baab4cc2d5675a6 [2024-10-14T09:12:31.958Z] $ docker rm -f --volumes 01bc0681e598339f9d3fb65e7eee57177f380461700c7f8d0baab4cc2d5675a6 [Pipeline] // withDockerContainer [Pipeline] sh [2024-10-14T09:12:32.350Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-10-14T09:12:32.350Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-14T09:12:32.654Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-10-14T09:12:32.654Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-14T09:12:32.729Z] prd-ubuntu20.04-docker-8c-8g-22731 does not seem to be running inside a container [2024-10-14T09:12:32.717Z] $ 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 [2024-10-14T09:12:33.047Z] $ docker top 6d70b2a6fffc2aef3bbb600bd663e203ba6b08ce45ab8f292f680aadab5f584f -eo pid,comm [2024-10-14T09:12:33.127Z] 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). [2024-10-14T09:12:33.127Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-10-14T09:12:33.186Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-10-14T09:12:33.186Z] [ssh-agent] Looking for ssh-agent implementation... [2024-10-14T09:12:33.289Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-10-14T09:12:33.254Z] $ docker exec 6d70b2a6fffc2aef3bbb600bd663e203ba6b08ce45ab8f292f680aadab5f584f ssh-agent [2024-10-14T09:12:33.393Z] SSH_AUTH_SOCK=/tmp/ssh-cjYXMO6Q9mC7/agent.33 [2024-10-14T09:12:33.393Z] SSH_AGENT_PID=39 [2024-10-14T09:12:33.397Z] Running ssh-add (command line suppressed) [2024-10-14T09:12:33.454Z] Identity added: /w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_14847644533768980707.key (/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_14847644533768980707.key) [2024-10-14T09:12:33.502Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-10-14T09:12:33.798Z] + git semver push [2024-10-14T09:12:34.057Z] 2024-10-14 09:12:33,928 [run_push] DEBUG push [2024-10-14T09:12:34.057Z] 2024-10-14 09:12:33,929 [execute] INFO git cat-file --batch-check [2024-10-14T09:12:34.057Z] 2024-10-14 09:12:33,929 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main/.semver, universal_newlines=False, shell=None, istream=) [2024-10-14T09:12:34.057Z] 2024-10-14 09:12:33,932 [execute] INFO git rev-list b38bc60c1a3325c334fd2f22346d59399e82e8d5 -- [2024-10-14T09:12:34.057Z] 2024-10-14 09:12:33,932 [execute] DEBUG Popen(['git', 'rev-list', 'b38bc60c1a3325c334fd2f22346d59399e82e8d5', '--'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main/.semver, universal_newlines=False, shell=None, istream=None) [2024-10-14T09:12:34.057Z] 2024-10-14 09:12:33,940 [execute] INFO git fetch -v origin [2024-10-14T09:12:34.057Z] 2024-10-14 09:12:33,940 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main/.semver, universal_newlines=True, shell=None, istream=None) [2024-10-14T09:12:34.626Z] 2024-10-14 09:12:34,399 [run_push] DEBUG no remote changes detected [2024-10-14T09:12:34.626Z] 2024-10-14 09:12:34,399 [execute] INFO git push origin semver [2024-10-14T09:12:34.626Z] 2024-10-14 09:12:34,399 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main/.semver, universal_newlines=False, shell=None, istream=None) [2024-10-14T09:12:35.563Z] 2024-10-14 09:12:35,159 [run_push] DEBUG push all version tags [2024-10-14T09:12:35.563Z] 2024-10-14 09:12:35,159 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2024-10-14T09:12:35.563Z] 2024-10-14 09:12:35,160 [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) [2024-10-14T09:12:36.132Z] 2024-10-14 09:12:35,812 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2024-10-14T09:12:36.132Z] 3.2.0-dev.32 [Pipeline] } [2024-10-14T09:12:36.104Z] $ docker exec --env ******** --env ******** 6d70b2a6fffc2aef3bbb600bd663e203ba6b08ce45ab8f292f680aadab5f584f ssh-agent -k [2024-10-14T09:12:36.202Z] unset SSH_AUTH_SOCK; [2024-10-14T09:12:36.202Z] unset SSH_AGENT_PID; [2024-10-14T09:12:36.202Z] echo Agent pid 39 killed; [2024-10-14T09:12:36.248Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-10-14T09:12:36.576Z] + git semver [Pipeline] } [2024-10-14T09:12:36.812Z] $ docker stop --time=1 6d70b2a6fffc2aef3bbb600bd663e203ba6b08ce45ab8f292f680aadab5f584f [2024-10-14T09:12:38.046Z] $ docker rm -f --volumes 6d70b2a6fffc2aef3bbb600bd663e203ba6b08ce45ab8f292f680aadab5f584f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2024-10-14T09:12:38.713Z] + [ -d /w/workspace/dry_app-rfid-llrp-inventory_main/archives ] [2024-10-14T09:12:38.713Z] + ls -al /w/workspace/dry_app-rfid-llrp-inventory_main/archives [2024-10-14T09:12:38.713Z] total 16 [2024-10-14T09:12:38.713Z] drwxr-xr-x 3 root root 4096 Oct 14 08:51 . [2024-10-14T09:12:38.713Z] drwxrwxr-x 12 jenkins jenkins 4096 Oct 14 09:12 .. [2024-10-14T09:12:38.713Z] drwxr-xr-x 2 root root 4096 Oct 14 08:51 cost [2024-10-14T09:12:38.713Z] -rw-r--r-- 1 root root 95 Oct 14 08:51 cost.csv [2024-10-14T09:12:38.713Z] + sudo chown -R jenkins:jenkins /w/workspace/dry_app-rfid-llrp-inventory_main/archives [2024-10-14T09:12:38.713Z] + ls -al /w/workspace/dry_app-rfid-llrp-inventory_main/archives [2024-10-14T09:12:38.713Z] total 16 [2024-10-14T09:12:38.713Z] drwxr-xr-x 3 jenkins jenkins 4096 Oct 14 08:51 . [2024-10-14T09:12:38.713Z] drwxrwxr-x 12 jenkins jenkins 4096 Oct 14 09:12 .. [2024-10-14T09:12:38.713Z] drwxr-xr-x 2 jenkins jenkins 4096 Oct 14 08:51 cost [2024-10-14T09:12:38.713Z] -rw-r--r-- 1 jenkins jenkins 95 Oct 14 08:51 cost.csv [Pipeline] libraryResource [Pipeline] sh [2024-10-14T09:12:39.004Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-14T09:12:39.864Z] ---> package-listing.sh [2024-10-14T09:12:39.864Z] ++ facter osfamily [2024-10-14T09:12:39.864Z] ++ tr '[:upper:]' '[:lower:]' [2024-10-14T09:12:40.123Z] + OS_FAMILY=debian [2024-10-14T09:12:40.123Z] + workspace=/w/workspace/dry_app-rfid-llrp-inventory_main [2024-10-14T09:12:40.123Z] + START_PACKAGES=/tmp/packages_start.txt [2024-10-14T09:12:40.123Z] + END_PACKAGES=/tmp/packages_end.txt [2024-10-14T09:12:40.123Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-10-14T09:12:40.123Z] + PACKAGES=/tmp/packages_start.txt [2024-10-14T09:12:40.123Z] + '[' /w/workspace/dry_app-rfid-llrp-inventory_main ']' [2024-10-14T09:12:40.123Z] + PACKAGES=/tmp/packages_end.txt [2024-10-14T09:12:40.123Z] + case "${OS_FAMILY}" in [2024-10-14T09:12:40.123Z] + dpkg -l [2024-10-14T09:12:40.123Z] + grep '^ii' [2024-10-14T09:12:40.123Z] + '[' -f /tmp/packages_start.txt ']' [2024-10-14T09:12:40.123Z] + '[' -f /tmp/packages_end.txt ']' [2024-10-14T09:12:40.123Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-10-14T09:12:40.123Z] + '[' /w/workspace/dry_app-rfid-llrp-inventory_main ']' [2024-10-14T09:12:40.123Z] + mkdir -p /w/workspace/dry_app-rfid-llrp-inventory_main/archives/ [2024-10-14T09:12:40.123Z] + 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 [2024-10-14T09:12:40.135Z] 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 [2024-10-14T09:12:40.413Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-14T09:12:40.976Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-10-14T09:12:40.977Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-14T09:12:41.060Z] prd-ubuntu20.04-docker-8c-8g-22731 does not seem to be running inside a container [2024-10-14T09:12:41.047Z] $ 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 [2024-10-14T09:12:41.267Z] $ docker top c83fd2c2e9078f2dbbe0aa19430d3cb0cc9cbaaddb8cdd6ae2d0cabbe811875c -eo pid,comm [Pipeline] { [Pipeline] sh [2024-10-14T09:12:41.656Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-10-14T09:12:41.943Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-10-14T09:12:42.227Z] + ls /var/log/sa-host [2024-10-14T09:12:42.227Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-10-14T09:12:42.313Z] provisioning config files... [2024-10-14T09:12:42.321Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config3028526969530081698tmp [Pipeline] { [Pipeline] echo [2024-10-14T09:12:42.340Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-14T09:12:42.624Z] ---> create-netrc.sh [Pipeline] } [2024-10-14T09:12:42.631Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-10-14T09:12:42.962Z] ---> python-tools-install.sh [Pipeline] echo [2024-10-14T09:12:42.969Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-14T09:12:43.248Z] ---> sudo-logs.sh [2024-10-14T09:12:43.249Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-10-14T09:12:43.280Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-14T09:12:43.564Z] ---> job-cost.sh [2024-10-14T09:12:43.564Z] lf-activate-venv: SKIPPING [2024-10-14T09:12:43.564Z] DEBUG: total: 0.2199999988079071 [2024-10-14T09:12:43.564Z] INFO: Retrieving Stack Cost... [2024-10-14T09:12:44.134Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-10-14T09:12:44.394Z] INFO: Archiving Costs [Pipeline] echo [2024-10-14T09:12:44.408Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-14T09:12:44.691Z] ---> logs-deploy.sh [2024-10-14T09:12:44.691Z] lf-activate-venv: SKIPPING [2024-10-14T09:12:44.691Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-rfid-llrp-inventory/main/185 [2024-10-14T09:12:44.691Z] INFO: archiving workspace using pattern(s): [2024-10-14T09:12:45.630Z] Archives upload complete. [2024-10-14T09:12:45.630Z] INFO: archiving logs to Nexus