Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from cab05ee6a5f545b4b20bc198032e0d97b74cbbf3 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-ssh15001470499538893544.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-ssh7311156097436739452.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-ssh2041421433618940988.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-ssh16986375987349034370.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-ssh1992200012294645915.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 ‘prd-ubuntu20.04-docker-8c-8g-26376’ is offline Running on prd-ubuntu20.04-docker-8c-8g-26378 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 cab05ee6a5f545b4b20bc198032e0d97b74cbbf3 (main) Commit message: "Merge pull request #316 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/app-functions-sdk-go/v4-4.0.0-dev.10" > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cab05ee6a5f545b4b20bc198032e0d97b74cbbf3 # timeout=10 > git rev-list --no-walk 34674b2e9c45a5b976ca5e2fe05afe1110403ce8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-11-13T14:00:03.582Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-11-13T14:00:03.674Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-11-13T14:00:03.705Z] ========================================================= [2024-11-13T14:00:03.705Z] EdgeX Global Pipelines Version Info [2024-11-13T14:00:03.705Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-11-13T14:00:04.438Z] ------------------- [2024-11-13T14:00:04.438Z] stable info: [2024-11-13T14:00:04.438Z] ------------------- [2024-11-13T14:00:04.438Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-11-13T14:00:04.438Z] Commit SHA: 0b81fa10a7dd14683a964f04f411324fe83f93ac [2024-11-13T14:00:04.438Z] Message: update stable to v1.0.265 [2024-11-13T14:00:05.010Z] ------------------- [2024-11-13T14:00:05.010Z] experimental info: [2024-11-13T14:00:05.010Z] ------------------- [2024-11-13T14:00:05.010Z] Commited By: Cherry Wang cherry@iotechsys.com [2024-11-13T14:00:05.010Z] Commit SHA: b5a5e52272fc4198cf3754284eedf36dbf0baa35 [2024-11-13T14:00:05.010Z] Message: update experimental to v1.0.264 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-11-13T14:00:05.094Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-rfid-llrp-inventory-settings [Pipeline] echo [2024-11-13T14:00:05.117Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-rfid-llrp-inventory [Pipeline] echo [2024-11-13T14:00:05.138Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-11-13T14:00:05.159Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-11-13T14:00:05.187Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-11-13T14:00:05.214Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2024-11-13T14:00:05.236Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-11-13T14:00:05.260Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2024-11-13T14:00:05.284Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-11-13T14:00:05.307Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-11-13T14:00:05.330Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-11-13T14:00:05.349Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-rfid-llrp-inventory [Pipeline] echo [2024-11-13T14:00:05.374Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-11-13T14:00:05.401Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-11-13T14:00:05.422Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-11-13T14:00:05.446Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-11-13T14:00:05.468Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2024-11-13T14:00:05.489Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2024-11-13T14:00:05.578Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-11-13T14:00:05.599Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-11-13T14:00:05.628Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2024-11-13T14:00:05.656Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2024-11-13T14:00:05.685Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2024-11-13T14:00:05.712Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2024-11-13T14:00:05.740Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2024-11-13T14:00:05.763Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-11-13T14:00:05.786Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-11-13T14:00:05.808Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2024-11-13T14:00:05.831Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2024-11-13T14:00:05.860Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2024-11-13T14:00:05.884Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = cab05ee6a5f545b4b20bc198032e0d97b74cbbf3 [Pipeline] echo [2024-11-13T14:00:05.909Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = cab05ee [Pipeline] echo [2024-11-13T14:00:05.931Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-11-13T14:00:06.002Z] provisioning config files... [2024-11-13T14:00:06.018Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config17289303737899576547tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-11-13T14:00:06.350Z] ---> ****-login.sh [2024-11-13T14:00:06.351Z] nexus3.edgexfoundry.org:10001 [2024-11-13T14:00:06.609Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-13T14:00:06.609Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-13T14:00:06.609Z] Configure a credential helper to remove this warning. See [2024-11-13T14:00:06.610Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-13T14:00:06.610Z] [2024-11-13T14:00:06.610Z] Login Succeeded [2024-11-13T14:00:06.610Z] nexus3.edgexfoundry.org:10002 [2024-11-13T14:00:06.610Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-13T14:00:06.610Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-13T14:00:06.610Z] Configure a credential helper to remove this warning. See [2024-11-13T14:00:06.610Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-13T14:00:06.610Z] [2024-11-13T14:00:06.610Z] Login Succeeded [2024-11-13T14:00:06.610Z] nexus3.edgexfoundry.org:10003 [2024-11-13T14:00:06.869Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-13T14:00:06.869Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-13T14:00:06.869Z] Configure a credential helper to remove this warning. See [2024-11-13T14:00:06.869Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-13T14:00:06.869Z] [2024-11-13T14:00:06.869Z] Login Succeeded [2024-11-13T14:00:06.869Z] nexus3.edgexfoundry.org:10004 [2024-11-13T14:00:06.869Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-13T14:00:06.869Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-13T14:00:06.869Z] Configure a credential helper to remove this warning. See [2024-11-13T14:00:06.870Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-13T14:00:06.870Z] [2024-11-13T14:00:06.870Z] Login Succeeded [2024-11-13T14:00:06.870Z] ****.io [2024-11-13T14:00:07.129Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-13T14:00:07.129Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-13T14:00:07.129Z] Configure a credential helper to remove this warning. See [2024-11-13T14:00:07.129Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-13T14:00:07.129Z] [2024-11-13T14:00:07.129Z] Login Succeeded [2024-11-13T14:00:07.129Z] ---> ****-login.sh ends [Pipeline] } [2024-11-13T14:00:07.136Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2024-11-13T14:00:07.543Z] + git rev-list -1 --merges cab05ee6a5f545b4b20bc198032e0d97b74cbbf3~1..cab05ee6a5f545b4b20bc198032e0d97b74cbbf3 [Pipeline] echo [2024-11-13T14:00:07.575Z] -----------> git rev-list -1 --merges cab05ee6a5f545b4b20bc198032e0d97b74cbbf3~1..cab05ee6a5f545b4b20bc198032e0d97b74cbbf3 cab05ee6a5f545b4b20bc198032e0d97b74cbbf3 [2024-11-13T14:00:07.575Z] cab05ee6a5f545b4b20bc198032e0d97b74cbbf3 [false] [Pipeline] sh [2024-11-13T14:00:07.867Z] + git log --format=format:%s -1 cab05ee6a5f545b4b20bc198032e0d97b74cbbf3 [Pipeline] echo [2024-11-13T14:00:07.885Z] ========================================================= [2024-11-13T14:00:07.885Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-11-13T14:00:07.885Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-11-13T14:00:08.229Z] + git log --format=format:%s -1 cab05ee6a5f545b4b20bc198032e0d97b74cbbf3 [Pipeline] echo [2024-11-13T14:00:08.243Z] [semverPrep] GIT_COMMIT: cab05ee6a5f545b4b20bc198032e0d97b74cbbf3, Commit Message: Merge pull request #316 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/app-functions-sdk-go/v4-4.0.0-dev.10 [Pipeline] echo [2024-11-13T14:00:08.257Z] [semverPrep] This is not a build commit. [Pipeline] sh [2024-11-13T14:00:08.611Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-11-13T14:00:08.611Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-11-13T14:00:08.611Z] + [ -e /tmp/ssh_known_hosts ] [2024-11-13T14:00:08.611Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-11-13T14:00:08.611Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2024-11-13T14:00:08.611Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2024-11-13T14:00:08.611Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-13T14:00:08.962Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-11-13T14:00:08.962Z] [2024-11-13T14:00:08.962Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-13T14:00:09.271Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-11-13T14:00:09.271Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-11-13T14:00:09.271Z] b85a868b505f: Pulling fs layer [2024-11-13T14:00:09.271Z] e2be974225ed: Pulling fs layer [2024-11-13T14:00:09.271Z] 339a4e72a1f5: Pulling fs layer [2024-11-13T14:00:09.271Z] 988bab9f4d93: Pulling fs layer [2024-11-13T14:00:09.271Z] 1469e6f7b9e6: Pulling fs layer [2024-11-13T14:00:09.272Z] eaf3925da568: Pulling fs layer [2024-11-13T14:00:09.272Z] bab4dde63d76: Pulling fs layer [2024-11-13T14:00:09.272Z] bde34c3a00c8: Pulling fs layer [2024-11-13T14:00:09.272Z] b352a97aabf1: Pulling fs layer [2024-11-13T14:00:09.272Z] 4872d77fe225: Pulling fs layer [2024-11-13T14:00:09.272Z] 5851b861e8e6: Pulling fs layer [2024-11-13T14:00:09.272Z] bab4dde63d76: Waiting [2024-11-13T14:00:09.272Z] 988bab9f4d93: Waiting [2024-11-13T14:00:09.272Z] 1469e6f7b9e6: Waiting [2024-11-13T14:00:09.272Z] eaf3925da568: Waiting [2024-11-13T14:00:09.272Z] 5851b861e8e6: Waiting [2024-11-13T14:00:09.272Z] bde34c3a00c8: Waiting [2024-11-13T14:00:09.272Z] 4872d77fe225: Waiting [2024-11-13T14:00:09.272Z] e2be974225ed: Download complete [2024-11-13T14:00:09.272Z] 988bab9f4d93: Verifying Checksum [2024-11-13T14:00:09.272Z] 988bab9f4d93: Download complete [2024-11-13T14:00:09.272Z] 1469e6f7b9e6: Verifying Checksum [2024-11-13T14:00:09.272Z] 1469e6f7b9e6: Download complete [2024-11-13T14:00:09.272Z] 339a4e72a1f5: Verifying Checksum [2024-11-13T14:00:09.272Z] 339a4e72a1f5: Download complete [2024-11-13T14:00:09.272Z] eaf3925da568: Download complete [2024-11-13T14:00:09.531Z] bde34c3a00c8: Verifying Checksum [2024-11-13T14:00:09.531Z] bde34c3a00c8: Download complete [2024-11-13T14:00:09.531Z] b352a97aabf1: Download complete [2024-11-13T14:00:09.531Z] 4872d77fe225: Verifying Checksum [2024-11-13T14:00:09.531Z] 4872d77fe225: Download complete [2024-11-13T14:00:09.531Z] 5851b861e8e6: Download complete [2024-11-13T14:00:09.531Z] b85a868b505f: Verifying Checksum [2024-11-13T14:00:09.531Z] b85a868b505f: Download complete [2024-11-13T14:00:09.790Z] bab4dde63d76: Verifying Checksum [2024-11-13T14:00:09.790Z] bab4dde63d76: Download complete [2024-11-13T14:00:10.737Z] b85a868b505f: Pull complete [2024-11-13T14:00:10.997Z] e2be974225ed: Pull complete [2024-11-13T14:00:11.568Z] 339a4e72a1f5: Pull complete [2024-11-13T14:00:11.568Z] 988bab9f4d93: Pull complete [2024-11-13T14:00:11.829Z] 1469e6f7b9e6: Pull complete [2024-11-13T14:00:11.829Z] eaf3925da568: Pull complete [2024-11-13T14:00:13.757Z] bab4dde63d76: Pull complete [2024-11-13T14:00:13.757Z] bde34c3a00c8: Pull complete [2024-11-13T14:00:13.757Z] b352a97aabf1: Pull complete [2024-11-13T14:00:14.017Z] 4872d77fe225: Pull complete [2024-11-13T14:00:14.017Z] 5851b861e8e6: Pull complete [2024-11-13T14:00:14.017Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-11-13T14:00:14.017Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-11-13T14:00:14.017Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-13T14:00:14.184Z] prd-ubuntu20.04-docker-8c-8g-26378 does not seem to be running inside a container [2024-11-13T14:00:14.216Z] $ 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-11-13T14:00:15.435Z] $ docker top c1670433dd1591ae07a2861e76010eebdfc566543d76209411fefd225e42367e -eo pid,comm [2024-11-13T14:00:15.490Z] 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-11-13T14:00:15.490Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-11-13T14:00:15.543Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-11-13T14:00:15.543Z] [ssh-agent] Looking for ssh-agent implementation... [2024-11-13T14:00:15.648Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-11-13T14:00:15.649Z] $ docker exec c1670433dd1591ae07a2861e76010eebdfc566543d76209411fefd225e42367e ssh-agent [2024-11-13T14:00:15.763Z] SSH_AUTH_SOCK=/tmp/ssh-lSITcIVn6zNt/agent.33 [2024-11-13T14:00:15.763Z] SSH_AGENT_PID=39 [2024-11-13T14:00:15.769Z] Running ssh-add (command line suppressed) [2024-11-13T14:00:15.874Z] Identity added: /w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_1062708029281853238.key (/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_1062708029281853238.key) [2024-11-13T14:00:15.888Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-11-13T14:00:16.180Z] + git tag --points-at HEAD [Pipeline] } [2024-11-13T14:00:16.191Z] $ docker exec --env ******** --env ******** c1670433dd1591ae07a2861e76010eebdfc566543d76209411fefd225e42367e ssh-agent -k [2024-11-13T14:00:16.292Z] unset SSH_AUTH_SOCK; [2024-11-13T14:00:16.292Z] unset SSH_AGENT_PID; [2024-11-13T14:00:16.292Z] echo Agent pid 39 killed; [2024-11-13T14:00:16.302Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-11-13T14:00:16.342Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-11-13T14:00:16.342Z] [ssh-agent] Looking for ssh-agent implementation... [2024-11-13T14:00:16.441Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-11-13T14:00:16.441Z] $ docker exec c1670433dd1591ae07a2861e76010eebdfc566543d76209411fefd225e42367e ssh-agent [2024-11-13T14:00:16.552Z] SSH_AUTH_SOCK=/tmp/ssh-0iZ0RCCDq8m6/agent.72 [2024-11-13T14:00:16.552Z] SSH_AGENT_PID=78 [2024-11-13T14:00:16.557Z] Running ssh-add (command line suppressed) [2024-11-13T14:00:16.661Z] Identity added: /w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_6242296989365270747.key (/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_6242296989365270747.key) [2024-11-13T14:00:16.675Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-11-13T14:00:16.971Z] + git semver init [2024-11-13T14:00:17.231Z] 2024-11-13 14:00:17,145 [run_init] DEBUG init version:0.0.0 force:False [2024-11-13T14:00:17.231Z] 2024-11-13 14:00:17,146 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/dry_app-rfid-llrp-inventory_main/.semver [2024-11-13T14:00:17.231Z] 2024-11-13 14:00:17,147 [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-11-13T14:00:17.231Z] 2024-11-13 14:00:17,147 [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-11-13T14:00:19.140Z] 2024-11-13 14:00:18,952 [append_file] DEBUG append to file:/w/workspace/dry_app-rfid-llrp-inventory_main/.git/info/exclude [2024-11-13T14:00:19.140Z] 2024-11-13 14:00:18,952 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main with force:False [2024-11-13T14:00:19.140Z] 2024-11-13 14:00:18,952 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2024-11-13T14:00:19.140Z] 2024-11-13 14:00:18,953 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2024-11-13T14:00:19.140Z] 4.0.0-dev.3 [Pipeline] } [2024-11-13T14:00:19.148Z] $ docker exec --env ******** --env ******** c1670433dd1591ae07a2861e76010eebdfc566543d76209411fefd225e42367e ssh-agent -k [2024-11-13T14:00:19.259Z] unset SSH_AUTH_SOCK; [2024-11-13T14:00:19.259Z] unset SSH_AGENT_PID; [2024-11-13T14:00:19.259Z] echo Agent pid 78 killed; [2024-11-13T14:00:19.271Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-11-13T14:00:19.607Z] + git semver [Pipeline] } [2024-11-13T14:00:19.879Z] $ docker stop --time=1 c1670433dd1591ae07a2861e76010eebdfc566543d76209411fefd225e42367e [2024-11-13T14:00:21.530Z] $ docker rm -f --volumes c1670433dd1591ae07a2861e76010eebdfc566543d76209411fefd225e42367e [Pipeline] // withDockerContainer [Pipeline] sh [2024-11-13T14:00:22.739Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-11-13T14:00:25.166Z] Stashed 1 file(s) [Pipeline] echo [2024-11-13T14:00:25.171Z] [edgeXSemver]: initialized semver on version 4.0.0-dev.3 [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-11-13T14:00:31.211Z] provisioning config files... [2024-11-13T14:00:31.221Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config7479353678143793554tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-11-13T14:00:31.542Z] ---> ****-login.sh [2024-11-13T14:00:31.542Z] nexus3.edgexfoundry.org:10001 [2024-11-13T14:00:31.542Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-13T14:00:31.542Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-13T14:00:31.542Z] Configure a credential helper to remove this warning. See [2024-11-13T14:00:31.542Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-13T14:00:31.542Z] [2024-11-13T14:00:31.542Z] Login Succeeded [2024-11-13T14:00:31.542Z] nexus3.edgexfoundry.org:10002 [2024-11-13T14:00:31.542Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-13T14:00:31.542Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-13T14:00:31.542Z] Configure a credential helper to remove this warning. See [2024-11-13T14:00:31.542Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-13T14:00:31.542Z] [2024-11-13T14:00:31.542Z] Login Succeeded [2024-11-13T14:00:31.542Z] nexus3.edgexfoundry.org:10003 [2024-11-13T14:00:34.839Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-13T14:00:34.839Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-13T14:00:34.839Z] Configure a credential helper to remove this warning. See [2024-11-13T14:00:34.839Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-13T14:00:34.839Z] [2024-11-13T14:00:34.839Z] Login Succeeded [2024-11-13T14:00:34.839Z] nexus3.edgexfoundry.org:10004 [2024-11-13T14:00:34.839Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-13T14:00:35.105Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-13T14:00:35.106Z] Configure a credential helper to remove this warning. See [2024-11-13T14:00:35.106Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-13T14:00:35.106Z] [2024-11-13T14:00:35.106Z] Login Succeeded [2024-11-13T14:00:35.106Z] ****.io [2024-11-13T14:00:35.106Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-13T14:00:35.373Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-13T14:00:35.373Z] Configure a credential helper to remove this warning. See [2024-11-13T14:00:35.373Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-13T14:00:35.373Z] [2024-11-13T14:00:35.373Z] Login Succeeded [2024-11-13T14:00:35.373Z] ---> ****-login.sh ends [Pipeline] } [2024-11-13T14:00:35.380Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2024-11-13T14:00:35.467Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-11-13T14:00:35.491Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-11-13T14:00:35.508Z] ========================================================= [2024-11-13T14:00:35.508Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2024-11-13T14:00:35.508Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-13T14:00:35.842Z] + 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-11-13T14:00:35.842Z] Sending build context to Docker daemon 20.02MB [2024-11-13T14:00:35.842Z] Step 1/12 : ARG BASE=golang:1.23-alpine3.20 [2024-11-13T14:00:35.842Z] Step 2/12 : FROM ${BASE} AS builder [2024-11-13T14:00:35.842Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2024-11-13T14:00:35.842Z] 43c4264eed91: Pulling fs layer [2024-11-13T14:00:35.842Z] 4cc291be95ef: Pulling fs layer [2024-11-13T14:00:35.842Z] 2ac1f1163629: Pulling fs layer [2024-11-13T14:00:35.842Z] 5c3c966382ef: Pulling fs layer [2024-11-13T14:00:35.842Z] 4f4fb700ef54: Pulling fs layer [2024-11-13T14:00:35.842Z] 5d5c8e513c77: Pulling fs layer [2024-11-13T14:00:35.842Z] 9f66e0745190: Pulling fs layer [2024-11-13T14:00:35.842Z] f49a43e4bbc0: Pulling fs layer [2024-11-13T14:00:35.842Z] 561ebcabdf7f: Pulling fs layer [2024-11-13T14:00:35.842Z] f49a43e4bbc0: Waiting [2024-11-13T14:00:35.842Z] 9f66e0745190: Waiting [2024-11-13T14:00:35.842Z] 561ebcabdf7f: Waiting [2024-11-13T14:00:35.842Z] 5c3c966382ef: Waiting [2024-11-13T14:00:35.842Z] 4f4fb700ef54: Waiting [2024-11-13T14:00:36.108Z] 4cc291be95ef: Download complete [2024-11-13T14:00:36.108Z] 5c3c966382ef: Download complete [2024-11-13T14:00:36.108Z] 4f4fb700ef54: Verifying Checksum [2024-11-13T14:00:36.108Z] 4f4fb700ef54: Download complete [2024-11-13T14:00:36.108Z] 5d5c8e513c77: Verifying Checksum [2024-11-13T14:00:36.108Z] 5d5c8e513c77: Download complete [2024-11-13T14:00:36.108Z] 43c4264eed91: Download complete [2024-11-13T14:00:36.108Z] 9f66e0745190: Verifying Checksum [2024-11-13T14:00:36.108Z] 9f66e0745190: Download complete [2024-11-13T14:00:36.108Z] 43c4264eed91: Pull complete [2024-11-13T14:00:36.370Z] 561ebcabdf7f: Download complete [2024-11-13T14:00:36.370Z] 4cc291be95ef: Pull complete [2024-11-13T14:00:36.370Z] 2ac1f1163629: Verifying Checksum [2024-11-13T14:00:36.370Z] 2ac1f1163629: Download complete [2024-11-13T14:00:36.935Z] f49a43e4bbc0: Verifying Checksum [2024-11-13T14:00:36.935Z] f49a43e4bbc0: Download complete [2024-11-13T14:00:40.229Z] 2ac1f1163629: Pull complete [2024-11-13T14:00:40.229Z] 5c3c966382ef: Pull complete [2024-11-13T14:00:40.229Z] 4f4fb700ef54: Pull complete [2024-11-13T14:00:40.486Z] 5d5c8e513c77: Pull complete [2024-11-13T14:00:40.486Z] 9f66e0745190: Pull complete [2024-11-13T14:00:43.017Z] f49a43e4bbc0: Pull complete [2024-11-13T14:00:43.586Z] 561ebcabdf7f: Pull complete [2024-11-13T14:00:43.586Z] Digest: sha256:0719486ae9a24b675ee3acaa2cfd867e7a981f2ef22b41d166c62d936fe8de2d [2024-11-13T14:00:43.586Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2024-11-13T14:00:43.586Z] ---> 3a752c3f9dda [2024-11-13T14:00:43.586Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2024-11-13T14:00:43.885Z] Still waiting to schedule task [2024-11-13T14:00:43.885Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-26379’ is offline [2024-11-13T14:00:51.760Z] ---> Running in c537b254f56d [2024-11-13T14:00:51.760Z] Removing intermediate container c537b254f56d [2024-11-13T14:00:51.760Z] ---> 56a1eae00c6c [2024-11-13T14:00:51.760Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2024-11-13T14:00:51.760Z] ---> Running in 205adfa9b33a [2024-11-13T14:00:51.760Z] Removing intermediate container 205adfa9b33a [2024-11-13T14:00:51.760Z] ---> 029506f597f8 [2024-11-13T14:00:51.760Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2024-11-13T14:00:51.760Z] ---> Running in 3c3b48275ccd [2024-11-13T14:00:51.760Z] Removing intermediate container 3c3b48275ccd [2024-11-13T14:00:51.760Z] ---> 61fcda69b064 [2024-11-13T14:00:51.760Z] Step 6/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-11-13T14:00:51.760Z] ---> Running in a1dded76295d [2024-11-13T14:00:51.760Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-13T14:00:51.760Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-13T14:00:51.760Z] OK: 246 MiB in 54 packages [2024-11-13T14:00:52.019Z] Removing intermediate container a1dded76295d [2024-11-13T14:00:52.019Z] ---> 71e1e7e6ea68 [2024-11-13T14:00:52.019Z] Step 7/12 : WORKDIR /app [2024-11-13T14:00:52.277Z] ---> Running in c42374619e52 [2024-11-13T14:00:52.277Z] Removing intermediate container c42374619e52 [2024-11-13T14:00:52.277Z] ---> b04bab590fd3 [2024-11-13T14:00:52.277Z] Step 8/12 : COPY go.mod vendor* ./ [2024-11-13T14:00:52.535Z] ---> 8587c6d6c336 [2024-11-13T14:00:52.535Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-11-13T14:00:52.535Z] ---> Running in d212eb6cf35b [2024-11-13T14:01:49.945Z] Removing intermediate container d212eb6cf35b [2024-11-13T14:01:49.945Z] ---> 3a7eb4b4a545 [2024-11-13T14:01:49.945Z] Step 10/12 : COPY . . [2024-11-13T14:01:49.945Z] ---> 4b3c6ab8de09 [2024-11-13T14:01:49.945Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-11-13T14:01:49.945Z] ---> Running in 96d245cabe69 [2024-11-13T14:01:49.945Z] Removing intermediate container 96d245cabe69 [2024-11-13T14:01:49.945Z] ---> 8dc1b09062ae [2024-11-13T14:01:49.945Z] Step 12/12 : RUN $MAKE [2024-11-13T14:01:49.945Z] ---> Running in 1568b50cc43c [2024-11-13T14:01:49.945Z] noop [2024-11-13T14:01:49.945Z] Removing intermediate container 1568b50cc43c [2024-11-13T14:01:49.945Z] ---> 123b0c4788c6 [2024-11-13T14:01:49.945Z] Successfully built 123b0c4788c6 [2024-11-13T14:01:49.945Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-13T14:01:50.590Z] + docker inspect -f . ci-base-image-x86_64 [2024-11-13T14:01:50.591Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-13T14:01:50.682Z] prd-ubuntu20.04-docker-8c-8g-26378 does not seem to be running inside a container [2024-11-13T14:01:50.708Z] $ 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-11-13T14:01:51.146Z] $ docker top 5f2991b430ecebeadff01136ee19942124a19cd4ebe7618d340e90fe697884de -eo pid,comm [Pipeline] { [Pipeline] sh [2024-11-13T14:01:51.527Z] + go version [2024-11-13T14:01:51.527Z] go version go1.23.2 linux/amd64 [Pipeline] } [2024-11-13T14:01:51.537Z] $ docker stop --time=1 5f2991b430ecebeadff01136ee19942124a19cd4ebe7618d340e90fe697884de [2024-11-13T14:01:52.819Z] $ docker rm -f --volumes 5f2991b430ecebeadff01136ee19942124a19cd4ebe7618d340e90fe697884de [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-13T14:01:53.728Z] + docker inspect -f . ci-base-image-x86_64 [2024-11-13T14:01:53.728Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-13T14:01:53.811Z] prd-ubuntu20.04-docker-8c-8g-26378 does not seem to be running inside a container [2024-11-13T14:01:53.839Z] $ 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-11-13T14:01:54.196Z] $ docker top f65961739765544db32640a7069791f8598b52a8ca6e28cf26c123b3feeab05c -eo pid,comm [Pipeline] { [Pipeline] sh [2024-11-13T14:01:54.553Z] + git config --global --add safe.directory /w/workspace/dry_app-rfid-llrp-inventory_main [Pipeline] fileExists [Pipeline] sh [2024-11-13T14:01:54.865Z] + make test [2024-11-13T14:01:54.865Z] go test -race ./... -coverprofile=coverage.out ./... [2024-11-13T14:02:33.609Z] edgexfoundry/app-rfid-llrp-inventory coverage: 0.0% of statements [2024-11-13T14:02:33.609Z] edgexfoundry/app-rfid-llrp-inventory/internal/inventory/app coverage: 0.0% of statements [2024-11-13T14:02:33.609Z] ok edgexfoundry/app-rfid-llrp-inventory/internal/inventory 1.136s coverage: 86.2% of statements [2024-11-13T14:02:33.609Z] ok edgexfoundry/app-rfid-llrp-inventory/internal/llrp 3.693s coverage: 71.9% of statements [2024-11-13T14:03:12.606Z] go vet ./... [2024-11-13T14:03:15.903Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-11-13T14:03:15.903Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-11-13T14:03:15.903Z] ./bin/test-attribution.sh [Pipeline] echo [2024-11-13T14:03:15.916Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-11-13T14:03:15.936Z] $ docker stop --time=1 f65961739765544db32640a7069791f8598b52a8ca6e28cf26c123b3feeab05c [2024-11-13T14:03:23.265Z] $ docker rm -f --volumes f65961739765544db32640a7069791f8598b52a8ca6e28cf26c123b3feeab05c [Pipeline] // withDockerContainer [Pipeline] sh [2024-11-13T14:03:24.007Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-11-13T14:03:24.065Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2024-11-13T14:03:24.545Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-11-13T14:03:24.830Z] + ls -al . [2024-11-13T14:03:24.830Z] total 284 [2024-11-13T14:03:24.830Z] drwxrwxr-x 11 jenkins jenkins 4096 Nov 13 14:01 . [2024-11-13T14:03:24.830Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 13 13:59 .. [2024-11-13T14:03:24.830Z] -rw-rw-r-- 1 jenkins jenkins 262 Nov 13 13:59 .dockerignore [2024-11-13T14:03:24.830Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 13 14:02 .git [2024-11-13T14:03:24.830Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 13 13:59 .github [2024-11-13T14:03:24.830Z] -rw-rw-r-- 1 jenkins jenkins 773 Nov 13 13:59 .gitignore [2024-11-13T14:03:24.830Z] -rw-rw-r-- 1 jenkins jenkins 200 Nov 13 13:59 .golangci.yml [2024-11-13T14:03:24.830Z] drwxr-xr-x 3 jenkins jenkins 4096 Nov 13 14:00 .semver [2024-11-13T14:03:24.830Z] -rw-rw-r-- 1 jenkins jenkins 16943 Nov 13 13:59 Attribution.txt [2024-11-13T14:03:24.830Z] -rw-rw-r-- 1 jenkins jenkins 11245 Nov 13 13:59 CHANGELOG.md [2024-11-13T14:03:24.830Z] -rw-rw-r-- 1 jenkins jenkins 1769 Nov 13 13:59 Dockerfile [2024-11-13T14:03:24.830Z] -rw-rw-r-- 1 jenkins jenkins 677 Nov 13 13:59 GOVERNANCE.md [2024-11-13T14:03:24.830Z] -rw-rw-r-- 1 jenkins jenkins 665 Nov 13 13:59 Jenkinsfile [2024-11-13T14:03:24.830Z] -rw-rw-r-- 1 jenkins jenkins 11347 Nov 13 13:59 LICENSE [2024-11-13T14:03:24.830Z] -rw-rw-r-- 1 jenkins jenkins 3066 Nov 13 13:59 Makefile [2024-11-13T14:03:24.830Z] -rw-rw-r-- 1 jenkins jenkins 617 Nov 13 13:59 OWNERS.md [2024-11-13T14:03:24.830Z] -rw-rw-r-- 1 jenkins jenkins 3851 Nov 13 13:59 README.md [2024-11-13T14:03:24.830Z] -rw-rw-r-- 1 jenkins jenkins 11 Nov 13 14:00 VERSION [2024-11-13T14:03:24.830Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 13 13:59 bin [2024-11-13T14:03:24.830Z] -rw-r--r-- 1 jenkins jenkins 55696 Nov 13 14:02 coverage.out [2024-11-13T14:03:24.830Z] -rw-rw-r-- 1 jenkins jenkins 6793 Nov 13 13:59 go.mod [2024-11-13T14:03:24.830Z] -rw-rw-r-- 1 jenkins jenkins 88085 Nov 13 13:59 go.sum [2024-11-13T14:03:24.830Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 13 13:59 images [2024-11-13T14:03:24.830Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 13 13:59 internal [2024-11-13T14:03:24.830Z] -rw-rw-r-- 1 jenkins jenkins 531 Nov 13 13:59 main.go [2024-11-13T14:03:24.830Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 13 13:59 openapi [2024-11-13T14:03:24.830Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 13 13:59 res [2024-11-13T14:03:24.830Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 13 13:59 static [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-13T14:03:25.314Z] + 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=cab05ee6a5f545b4b20bc198032e0d97b74cbbf3 --label arch=amd64 --label version=4.0.0-dev.3 . [2024-11-13T14:03:25.314Z] Sending build context to Docker daemon 20.02MB [2024-11-13T14:03:25.314Z] Step 1/30 : ARG BASE=golang:1.23-alpine3.20 [2024-11-13T14:03:25.314Z] Step 2/30 : FROM ${BASE} AS builder [2024-11-13T14:03:25.314Z] ---> 123b0c4788c6 [2024-11-13T14:03:25.314Z] Step 3/30 : ARG ALPINE_PKG_BASE="make git" [2024-11-13T14:03:26.276Z] ---> Running in 59ef1141422a [2024-11-13T14:03:26.552Z] Removing intermediate container 59ef1141422a [2024-11-13T14:03:26.552Z] ---> 4dd36a597b60 [2024-11-13T14:03:26.552Z] Step 4/30 : ARG ALPINE_PKG_EXTRA="" [2024-11-13T14:03:26.818Z] ---> Running in e4611922ee1d [2024-11-13T14:03:27.090Z] Removing intermediate container e4611922ee1d [2024-11-13T14:03:27.090Z] ---> f9a48db537d9 [2024-11-13T14:03:27.090Z] Step 5/30 : ARG ADD_BUILD_TAGS="" [2024-11-13T14:03:27.350Z] ---> Running in 0626e392d198 [2024-11-13T14:03:27.609Z] Removing intermediate container 0626e392d198 [2024-11-13T14:03:27.610Z] ---> bf282df61aa4 [2024-11-13T14:03:27.610Z] Step 6/30 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-11-13T14:03:27.870Z] ---> Running in 5dbf18d0b229 [2024-11-13T14:03:28.437Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-13T14:03:28.437Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-13T14:03:28.695Z] OK: 246 MiB in 54 packages [2024-11-13T14:03:29.640Z] Removing intermediate container 5dbf18d0b229 [2024-11-13T14:03:29.640Z] ---> e5c416cd2627 [2024-11-13T14:03:29.640Z] Step 7/30 : WORKDIR /app [2024-11-13T14:03:29.640Z] ---> Running in 7f697c5e59c3 [2024-11-13T14:03:30.207Z] Removing intermediate container 7f697c5e59c3 [2024-11-13T14:03:30.207Z] ---> c4b59370a019 [2024-11-13T14:03:30.207Z] Step 8/30 : COPY go.mod vendor* ./ [2024-11-13T14:03:30.466Z] ---> 4a040f8b3cba [2024-11-13T14:03:30.466Z] Step 9/30 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-11-13T14:03:31.056Z] ---> Running in f3393f2ec449 [2024-11-13T14:03:32.964Z] Removing intermediate container f3393f2ec449 [2024-11-13T14:03:32.964Z] ---> b9f5d43f1af9 [2024-11-13T14:03:32.964Z] Step 10/30 : COPY . . [2024-11-13T14:03:33.899Z] ---> 6ca2e33eb471 [2024-11-13T14:03:33.899Z] Step 11/30 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-11-13T14:03:34.467Z] ---> Running in f3b689c13371 [2024-11-13T14:03:35.035Z] Removing intermediate container f3b689c13371 [2024-11-13T14:03:35.035Z] ---> 6af3d6260c34 [2024-11-13T14:03:35.035Z] Step 12/30 : RUN $MAKE [2024-11-13T14:03:35.603Z] ---> Running in fa492d43fa62 [2024-11-13T14:03:35.861Z] CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/app-functions-sdk-go/v4/internal.SDKVersion=v4.0.0-dev.10 -X github.com/edgexfoundry/app-functions-sdk-go/v4/internal.ApplicationVersion=4.0.0-dev.3 -X edgexfoundry/app-rfid-llrp-inventory.Version=4.0.0-dev.3 -bindnow" -trimpath -mod=readonly -buildmode=pie -o app-rfid-llrp-inventory [2024-11-13T14:03:38.797Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-26381 in /w/workspace/dry_app-rfid-llrp-inventory_main [Pipeline] { [Pipeline] ws [2024-11-13T14:03:39.256Z] Running in /w/workspace/app-rfid-llrp-inventory/190 [Pipeline] { [Pipeline] checkout [2024-11-13T14:03:42.316Z] The recommended git tool is: git [2024-11-13T14:03:47.592Z] using credential edgex-jenkins-ssh [2024-11-13T14:03:47.616Z] Cloning the remote Git repository [2024-11-13T14:03:47.660Z] Cloning repository git@github.com:edgexfoundry/app-rfid-llrp-inventory.git [2024-11-13T14:03:47.770Z] > git init /w/workspace/app-rfid-llrp-inventory/190 # timeout=10 [2024-11-13T14:03:47.934Z] Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.git [2024-11-13T14:03:47.935Z] > git --version # timeout=10 [2024-11-13T14:03:47.957Z] > git --version # 'git version 2.25.1' [2024-11-13T14:03:47.960Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-11-13T14:03:48.144Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-11-13T14:03:52.459Z] > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 [2024-11-13T14:03:52.482Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-11-13T14:03:53.470Z] Avoid second fetch [2024-11-13T14:03:53.471Z] Checking out Revision cab05ee6a5f545b4b20bc198032e0d97b74cbbf3 (main) [2024-11-13T14:03:53.482Z] > git config core.sparsecheckout # timeout=10 [2024-11-13T14:03:53.556Z] > git checkout -f cab05ee6a5f545b4b20bc198032e0d97b74cbbf3 # timeout=10 [2024-11-13T14:03:54.190Z] Commit message: "Merge pull request #316 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/app-functions-sdk-go/v4-4.0.0-dev.10" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-11-13T14:03:58.981Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-11-13T14:03:58.981Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-11-13T14:03:58.981Z] Dload Upload Total Spent Left Speed [2024-11-13T14:03:58.981Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 223k 0 --:--:-- --:--:-- --:--:-- 223k [Pipeline] sh [2024-11-13T14:03:59.330Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-11-13T14:03:59.667Z] + + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.jsonsudo [2024-11-13T14:03:59.667Z] tee /etc/docker/daemon.new [2024-11-13T14:03:59.667Z] { [2024-11-13T14:03:59.667Z] "registry-mirrors": [ [2024-11-13T14:03:59.667Z] "https://nexus3.edgexfoundry.org:10001" [2024-11-13T14:03:59.667Z] ], [2024-11-13T14:03:59.667Z] "bip": "10.250.0.254/24", [2024-11-13T14:03:59.667Z] "hosts": [ [2024-11-13T14:03:59.667Z] "tcp://0.0.0.0:5555", [2024-11-13T14:03:59.667Z] "unix:///var/run/docker.sock" [2024-11-13T14:03:59.667Z] ], [2024-11-13T14:03:59.667Z] "mtu": 1458, [2024-11-13T14:03:59.667Z] "selinux-enabled": true, [2024-11-13T14:03:59.667Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-11-13T14:03:59.667Z] } [Pipeline] sh [2024-11-13T14:04:00.008Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-11-13T14:04:00.338Z] + sudo service docker restart [2024-11-13T14:04:14.575Z] Removing intermediate container fa492d43fa62 [2024-11-13T14:04:14.575Z] ---> 4dea1e93e68a [2024-11-13T14:04:14.575Z] Step 13/30 : FROM alpine:3.20 [2024-11-13T14:04:14.575Z] 3.20: Pulling from library/alpine [2024-11-13T14:04:14.834Z] da9db072f522: Pulling fs layer [2024-11-13T14:04:14.834Z] da9db072f522: Download complete [2024-11-13T14:04:15.092Z] da9db072f522: Pull complete [2024-11-13T14:04:15.092Z] Digest: sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a [2024-11-13T14:04:15.092Z] Status: Downloaded newer image for alpine:3.20 [2024-11-13T14:04:15.092Z] ---> 63b790fccc90 [2024-11-13T14:04:15.092Z] Step 14/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2024-11-13T14:04:15.092Z] ---> Running in 4424d2cb6b2d [2024-11-13T14:04:15.354Z] Removing intermediate container 4424d2cb6b2d [2024-11-13T14:04:15.354Z] ---> 88bd4b699a19 [2024-11-13T14:04:15.354Z] Step 15/30 : LABEL Name=app-service-rfid-llrp-inventory Version=${VERSION} [2024-11-13T14:04:15.354Z] ---> Running in ceb77b9905c7 [2024-11-13T14:04:15.354Z] Removing intermediate container ceb77b9905c7 [2024-11-13T14:04:15.354Z] ---> 636215d07250 [2024-11-13T14:04:15.354Z] Step 16/30 : RUN apk --no-cache add ca-certificates dumb-init [2024-11-13T14:04:15.354Z] ---> Running in 1421e06c884a [2024-11-13T14:04:15.614Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-13T14:04:15.614Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-13T14:04:16.186Z] (1/2) Installing ca-certificates (20240705-r0) [2024-11-13T14:04:16.186Z] (2/2) Installing dumb-init (1.2.5-r3) [2024-11-13T14:04:16.186Z] Executing busybox-1.36.1-r29.trigger [2024-11-13T14:04:16.186Z] Executing ca-certificates-20240705-r0.trigger [2024-11-13T14:04:16.186Z] OK: 9 MiB in 16 packages [2024-11-13T14:04:16.755Z] Removing intermediate container 1421e06c884a [2024-11-13T14:04:16.755Z] ---> 7c612f397238 [2024-11-13T14:04:16.755Z] Step 17/30 : RUN apk --no-cache upgrade [2024-11-13T14:04:16.755Z] ---> Running in 6f896b19d954 [2024-11-13T14:04:16.755Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-13T14:04:17.013Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-13T14:04:17.271Z] Upgrading critical system libraries and apk-tools: [2024-11-13T14:04:17.271Z] (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-11-13T14:04:17.271Z] Executing busybox-1.36.1-r29.trigger [2024-11-13T14:04:17.271Z] Continuing the upgrade transaction with new apk-tools: [2024-11-13T14:04:17.271Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-13T14:04:17.271Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-13T14:04:17.530Z] (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-11-13T14:04:17.530Z] (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-11-13T14:04:17.530Z] Executing ca-certificates-20240705-r0.trigger [2024-11-13T14:04:17.789Z] OK: 9 MiB in 16 packages [2024-11-13T14:04:18.358Z] Removing intermediate container 6f896b19d954 [2024-11-13T14:04:18.358Z] ---> a63c6ccfc247 [2024-11-13T14:04:18.358Z] Step 18/30 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2024-11-13T14:04:18.358Z] ---> 603dcb916d6e [2024-11-13T14:04:18.358Z] Step 19/30 : COPY --from=builder /app/LICENSE /LICENSE [Pipeline] withEnv [Pipeline] { [2024-11-13T14:04:18.619Z] ---> e10d4b0ecd2a [2024-11-13T14:04:18.619Z] Step 20/30 : COPY --from=builder /app/res/ /res/ [2024-11-13T14:04:18.619Z] ---> b2b52a55f632 [2024-11-13T14:04:18.619Z] Step 21/30 : COPY --from=builder /app/static/ /static/ [Pipeline] configFileProvider [2024-11-13T14:04:18.633Z] provisioning config files... [2024-11-13T14:04:18.670Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/app-rfid-llrp-inventory/190@tmp/config13391366918081533186tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-11-13T14:04:18.876Z] ---> 983512eaee16 [2024-11-13T14:04:18.876Z] Step 22/30 : COPY --from=builder /app/app-rfid-llrp-inventory /app-rfid-llrp-inventory [2024-11-13T14:04:19.185Z] ---> ****-login.sh [2024-11-13T14:04:19.185Z] nexus3.edgexfoundry.org:10001 [2024-11-13T14:04:19.781Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-13T14:04:19.781Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-13T14:04:19.781Z] Configure a credential helper to remove this warning. See [2024-11-13T14:04:19.781Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-13T14:04:19.781Z] [2024-11-13T14:04:19.781Z] Login Succeeded [2024-11-13T14:04:19.781Z] nexus3.edgexfoundry.org:10002 [2024-11-13T14:04:20.058Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-13T14:04:20.330Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-13T14:04:20.330Z] Configure a credential helper to remove this warning. See [2024-11-13T14:04:20.330Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-13T14:04:20.330Z] [2024-11-13T14:04:20.330Z] Login Succeeded [2024-11-13T14:04:20.330Z] nexus3.edgexfoundry.org:10003 [2024-11-13T14:04:20.601Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-13T14:04:20.601Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-13T14:04:20.601Z] Configure a credential helper to remove this warning. See [2024-11-13T14:04:20.601Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-13T14:04:20.601Z] [2024-11-13T14:04:20.601Z] Login Succeeded [2024-11-13T14:04:20.601Z] nexus3.edgexfoundry.org:10004 [2024-11-13T14:04:20.781Z] ---> fbd1d1c94d40 [2024-11-13T14:04:20.781Z] Step 23/30 : RUN mkdir -p /cache && chown -R 2002:2002 /cache [2024-11-13T14:04:20.877Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-13T14:04:21.039Z] ---> Running in 1a797a2d4f76 [2024-11-13T14:04:21.150Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-13T14:04:21.150Z] Configure a credential helper to remove this warning. See [2024-11-13T14:04:21.150Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-13T14:04:21.150Z] [2024-11-13T14:04:21.150Z] Login Succeeded [2024-11-13T14:04:21.150Z] ****.io [2024-11-13T14:04:21.421Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-13T14:04:21.692Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-13T14:04:21.692Z] Configure a credential helper to remove this warning. See [2024-11-13T14:04:21.692Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-13T14:04:21.692Z] [2024-11-13T14:04:21.692Z] Login Succeeded [2024-11-13T14:04:21.692Z] ---> ****-login.sh ends [Pipeline] } [2024-11-13T14:04:21.708Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2024-11-13T14:04:22.083Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-11-13T14:04:22.107Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-11-13T14:04:22.146Z] ========================================================= [2024-11-13T14:04:22.146Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2024-11-13T14:04:22.146Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-13T14:04:22.416Z] Removing intermediate container 1a797a2d4f76 [2024-11-13T14:04:22.416Z] ---> ee3e50b86cc4 [2024-11-13T14:04:22.416Z] Step 24/30 : VOLUME /cache [2024-11-13T14:04:22.526Z] + 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-11-13T14:04:22.704Z] ---> Running in 64c35ac97a08 [2024-11-13T14:04:22.797Z] Sending build context to Docker daemon 680.4kB [2024-11-13T14:04:22.797Z] Step 1/12 : ARG BASE=golang:1.23-alpine3.20 [2024-11-13T14:04:22.797Z] Step 2/12 : FROM ${BASE} AS builder [2024-11-13T14:04:22.964Z] Removing intermediate container 64c35ac97a08 [2024-11-13T14:04:22.964Z] ---> 2210acbf3c4d [2024-11-13T14:04:22.964Z] Step 25/30 : EXPOSE 59711 [2024-11-13T14:04:23.067Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2024-11-13T14:04:23.067Z] cf04c63912e1: Pulling fs layer [2024-11-13T14:04:23.067Z] 55b35a11ae5e: Pulling fs layer [2024-11-13T14:04:23.067Z] a37a00ec5f00: Pulling fs layer [2024-11-13T14:04:23.067Z] 50b3750afda1: Pulling fs layer [2024-11-13T14:04:23.067Z] 4f4fb700ef54: Pulling fs layer [2024-11-13T14:04:23.067Z] 80978eb59214: Pulling fs layer [2024-11-13T14:04:23.067Z] c9f46d7d2bd2: Pulling fs layer [2024-11-13T14:04:23.067Z] c5a475d317c9: Pulling fs layer [2024-11-13T14:04:23.067Z] 80978eb59214: Waiting [2024-11-13T14:04:23.067Z] 50b3750afda1: Waiting [2024-11-13T14:04:23.067Z] 4f4fb700ef54: Waiting [2024-11-13T14:04:23.067Z] c9f46d7d2bd2: Waiting [2024-11-13T14:04:23.067Z] c5a475d317c9: Waiting [2024-11-13T14:04:23.067Z] 55b35a11ae5e: Verifying Checksum [2024-11-13T14:04:23.067Z] 55b35a11ae5e: Download complete [2024-11-13T14:04:23.067Z] 50b3750afda1: Download complete [2024-11-13T14:04:23.067Z] 4f4fb700ef54: Verifying Checksum [2024-11-13T14:04:23.067Z] 4f4fb700ef54: Download complete [2024-11-13T14:04:23.067Z] 80978eb59214: Verifying Checksum [2024-11-13T14:04:23.067Z] 80978eb59214: Download complete [2024-11-13T14:04:23.067Z] cf04c63912e1: Download complete [2024-11-13T14:04:23.224Z] ---> Running in 672831ed1c0c [2024-11-13T14:04:23.482Z] Removing intermediate container 672831ed1c0c [2024-11-13T14:04:23.482Z] ---> 6236139e7e22 [2024-11-13T14:04:23.482Z] Step 26/30 : ENTRYPOINT ["/app-rfid-llrp-inventory"] [2024-11-13T14:04:23.657Z] c5a475d317c9: Verifying Checksum [2024-11-13T14:04:23.657Z] c5a475d317c9: Download complete [2024-11-13T14:04:23.740Z] ---> Running in 041ce1f9de47 [2024-11-13T14:04:24.247Z] cf04c63912e1: Pull complete [2024-11-13T14:04:24.308Z] Removing intermediate container 041ce1f9de47 [2024-11-13T14:04:24.308Z] ---> 5f4249d5463f [2024-11-13T14:04:24.308Z] Step 27/30 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "-registry"] [2024-11-13T14:04:24.567Z] ---> Running in bb3e490e45ef [2024-11-13T14:04:24.567Z] Removing intermediate container bb3e490e45ef [2024-11-13T14:04:24.567Z] ---> 2163c0452f56 [2024-11-13T14:04:24.567Z] Step 28/30 : LABEL arch=amd64 [2024-11-13T14:04:24.826Z] ---> Running in 2632180c6bd3 [2024-11-13T14:04:24.826Z] Removing intermediate container 2632180c6bd3 [2024-11-13T14:04:24.826Z] ---> ef6ad8f290cd [2024-11-13T14:04:24.826Z] Step 29/30 : LABEL git_sha=cab05ee6a5f545b4b20bc198032e0d97b74cbbf3 [2024-11-13T14:04:24.826Z] ---> Running in fc14ea231029 [2024-11-13T14:04:24.826Z] Removing intermediate container fc14ea231029 [2024-11-13T14:04:24.826Z] ---> fc189332aa8d [2024-11-13T14:04:24.826Z] Step 30/30 : LABEL version=4.0.0-dev.3 [2024-11-13T14:04:24.826Z] ---> Running in faa6f50f0141 [2024-11-13T14:04:24.836Z] 55b35a11ae5e: Pull complete [2024-11-13T14:04:25.087Z] Removing intermediate container faa6f50f0141 [2024-11-13T14:04:25.087Z] ---> c89485ee4813 [2024-11-13T14:04:25.087Z] [Warning] One or more build-args [ARCH] were not consumed [2024-11-13T14:04:25.087Z] Successfully built c89485ee4813 [2024-11-13T14:04:25.087Z] 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-11-13T14:04:25.214Z] provisioning config files... [2024-11-13T14:04:25.222Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config12136464237539973683tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-11-13T14:04:25.429Z] a37a00ec5f00: Verifying Checksum [2024-11-13T14:04:25.429Z] a37a00ec5f00: Download complete [2024-11-13T14:04:25.520Z] ---> ****-login.sh [2024-11-13T14:04:25.520Z] nexus3.edgexfoundry.org:10001 [2024-11-13T14:04:25.520Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-13T14:04:25.520Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-13T14:04:25.520Z] Configure a credential helper to remove this warning. See [2024-11-13T14:04:25.520Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-13T14:04:25.520Z] [2024-11-13T14:04:25.520Z] Login Succeeded [2024-11-13T14:04:25.520Z] nexus3.edgexfoundry.org:10002 [2024-11-13T14:04:25.520Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-13T14:04:25.520Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-13T14:04:25.520Z] Configure a credential helper to remove this warning. See [2024-11-13T14:04:25.520Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-13T14:04:25.520Z] [2024-11-13T14:04:25.520Z] Login Succeeded [2024-11-13T14:04:25.520Z] nexus3.edgexfoundry.org:10003 [2024-11-13T14:04:25.780Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-13T14:04:25.780Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-13T14:04:25.780Z] Configure a credential helper to remove this warning. See [2024-11-13T14:04:25.780Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-13T14:04:25.780Z] [2024-11-13T14:04:25.780Z] Login Succeeded [2024-11-13T14:04:25.780Z] nexus3.edgexfoundry.org:10004 [2024-11-13T14:04:25.780Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-13T14:04:25.780Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-13T14:04:25.780Z] Configure a credential helper to remove this warning. See [2024-11-13T14:04:25.780Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-13T14:04:25.780Z] [2024-11-13T14:04:25.780Z] Login Succeeded [2024-11-13T14:04:25.780Z] ****.io [2024-11-13T14:04:25.780Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-13T14:04:26.019Z] c9f46d7d2bd2: Verifying Checksum [2024-11-13T14:04:26.019Z] c9f46d7d2bd2: Download complete [2024-11-13T14:04:26.041Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-13T14:04:26.041Z] Configure a credential helper to remove this warning. See [2024-11-13T14:04:26.041Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-13T14:04:26.041Z] [2024-11-13T14:04:26.041Z] Login Succeeded [2024-11-13T14:04:26.041Z] ---> ****-login.sh ends [Pipeline] } [2024-11-13T14:04:26.048Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-11-13T14:04:26.106Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-11-13T14:04:26.143Z] [edgeXDocker.push] Tagging docker image app-rfid-llrp-inventory with the following tags: [2024-11-13T14:04:26.143Z] cab05ee6a5f545b4b20bc198032e0d97b74cbbf3 [2024-11-13T14:04:26.143Z] latest [2024-11-13T14:04:26.143Z] 4.0.0-dev.3 [2024-11-13T14:04:26.143Z] cab05ee6a5f545b4b20bc198032e0d97b74cbbf3-4.0.0-dev.3 [2024-11-13T14:04:26.143Z] main [2024-11-13T14:04:26.143Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-13T14:04:26.495Z] + docker tag app-rfid-llrp-inventory nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:cab05ee6a5f545b4b20bc198032e0d97b74cbbf3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-13T14:04:26.826Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:cab05ee6a5f545b4b20bc198032e0d97b74cbbf3 [2024-11-13T14:04:26.826Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] [2024-11-13T14:04:26.826Z] 89368574f244: Preparing [2024-11-13T14:04:26.826Z] aaa5ae60e731: Preparing [2024-11-13T14:04:26.826Z] cd655c136c59: Preparing [2024-11-13T14:04:26.826Z] 65bb7edd20d3: Preparing [2024-11-13T14:04:26.826Z] 316a6db65ddd: Preparing [2024-11-13T14:04:26.826Z] ce062bbd60a4: Preparing [2024-11-13T14:04:26.826Z] 3440adf5959e: Preparing [2024-11-13T14:04:26.826Z] ee715e44d74a: Preparing [2024-11-13T14:04:26.826Z] 75654b8eeebd: Preparing [2024-11-13T14:04:26.826Z] ce062bbd60a4: Waiting [2024-11-13T14:04:26.826Z] 3440adf5959e: Waiting [2024-11-13T14:04:26.826Z] 75654b8eeebd: Waiting [2024-11-13T14:04:26.826Z] ee715e44d74a: Waiting [2024-11-13T14:04:26.826Z] 316a6db65ddd: Pushed [2024-11-13T14:04:26.826Z] 89368574f244: Pushed [2024-11-13T14:04:26.826Z] cd655c136c59: Pushed [2024-11-13T14:04:26.826Z] 65bb7edd20d3: Pushed [2024-11-13T14:04:26.826Z] 75654b8eeebd: Layer already exists [2024-11-13T14:04:27.084Z] ce062bbd60a4: Pushed [2024-11-13T14:04:27.085Z] ee715e44d74a: Pushed [2024-11-13T14:04:27.652Z] 3440adf5959e: Pushed [2024-11-13T14:04:30.185Z] aaa5ae60e731: Pushed [2024-11-13T14:04:31.562Z] cab05ee6a5f545b4b20bc198032e0d97b74cbbf3: digest: sha256:9a5e2f7bc94847e0edd2798cce7166eeb264bc015e2b664a0af8ff8221ebb20e size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-13T14:04:31.893Z] + docker tag app-rfid-llrp-inventory nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-13T14:04:32.209Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:latest [2024-11-13T14:04:32.209Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] [2024-11-13T14:04:32.209Z] 89368574f244: Preparing [2024-11-13T14:04:32.209Z] aaa5ae60e731: Preparing [2024-11-13T14:04:32.209Z] cd655c136c59: Preparing [2024-11-13T14:04:32.209Z] 65bb7edd20d3: Preparing [2024-11-13T14:04:32.209Z] 316a6db65ddd: Preparing [2024-11-13T14:04:32.209Z] ce062bbd60a4: Preparing [2024-11-13T14:04:32.209Z] 3440adf5959e: Preparing [2024-11-13T14:04:32.209Z] ee715e44d74a: Preparing [2024-11-13T14:04:32.209Z] 75654b8eeebd: Preparing [2024-11-13T14:04:32.209Z] 3440adf5959e: Waiting [2024-11-13T14:04:32.209Z] ee715e44d74a: Waiting [2024-11-13T14:04:32.209Z] ce062bbd60a4: Waiting [2024-11-13T14:04:32.209Z] 75654b8eeebd: Waiting [2024-11-13T14:04:32.209Z] 65bb7edd20d3: Layer already exists [2024-11-13T14:04:32.209Z] 89368574f244: Layer already exists [2024-11-13T14:04:32.209Z] cd655c136c59: Layer already exists [2024-11-13T14:04:32.209Z] 316a6db65ddd: Layer already exists [2024-11-13T14:04:32.209Z] aaa5ae60e731: Layer already exists [2024-11-13T14:04:32.209Z] 3440adf5959e: Layer already exists [2024-11-13T14:04:32.209Z] ee715e44d74a: Layer already exists [2024-11-13T14:04:32.209Z] ce062bbd60a4: Layer already exists [2024-11-13T14:04:32.209Z] 75654b8eeebd: Layer already exists [2024-11-13T14:04:32.209Z] latest: digest: sha256:9a5e2f7bc94847e0edd2798cce7166eeb264bc015e2b664a0af8ff8221ebb20e size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-13T14:04:32.537Z] + docker tag app-rfid-llrp-inventory nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:4.0.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-13T14:04:32.860Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:4.0.0-dev.3 [2024-11-13T14:04:32.860Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] [2024-11-13T14:04:32.860Z] 89368574f244: Preparing [2024-11-13T14:04:32.860Z] aaa5ae60e731: Preparing [2024-11-13T14:04:32.860Z] cd655c136c59: Preparing [2024-11-13T14:04:32.860Z] 65bb7edd20d3: Preparing [2024-11-13T14:04:32.860Z] 316a6db65ddd: Preparing [2024-11-13T14:04:32.860Z] ce062bbd60a4: Preparing [2024-11-13T14:04:32.860Z] 3440adf5959e: Preparing [2024-11-13T14:04:32.860Z] ee715e44d74a: Preparing [2024-11-13T14:04:32.861Z] 75654b8eeebd: Preparing [2024-11-13T14:04:32.861Z] ee715e44d74a: Waiting [2024-11-13T14:04:32.861Z] 75654b8eeebd: Waiting [2024-11-13T14:04:32.861Z] ce062bbd60a4: Waiting [2024-11-13T14:04:32.861Z] 3440adf5959e: Waiting [2024-11-13T14:04:32.861Z] cd655c136c59: Layer already exists [2024-11-13T14:04:32.861Z] 316a6db65ddd: Layer already exists [2024-11-13T14:04:32.861Z] aaa5ae60e731: Layer already exists [2024-11-13T14:04:32.861Z] 89368574f244: Layer already exists [2024-11-13T14:04:32.861Z] 65bb7edd20d3: Layer already exists [2024-11-13T14:04:32.861Z] ce062bbd60a4: Layer already exists [2024-11-13T14:04:32.861Z] ee715e44d74a: Layer already exists [2024-11-13T14:04:32.861Z] 3440adf5959e: Layer already exists [2024-11-13T14:04:32.861Z] 75654b8eeebd: Layer already exists [2024-11-13T14:04:32.861Z] 4.0.0-dev.3: digest: sha256:9a5e2f7bc94847e0edd2798cce7166eeb264bc015e2b664a0af8ff8221ebb20e size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-13T14:04:33.206Z] + docker tag app-rfid-llrp-inventory nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:cab05ee6a5f545b4b20bc198032e0d97b74cbbf3-4.0.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-13T14:04:33.545Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:cab05ee6a5f545b4b20bc198032e0d97b74cbbf3-4.0.0-dev.3 [2024-11-13T14:04:33.545Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] [2024-11-13T14:04:33.545Z] 89368574f244: Preparing [2024-11-13T14:04:33.545Z] aaa5ae60e731: Preparing [2024-11-13T14:04:33.545Z] cd655c136c59: Preparing [2024-11-13T14:04:33.545Z] 65bb7edd20d3: Preparing [2024-11-13T14:04:33.545Z] 316a6db65ddd: Preparing [2024-11-13T14:04:33.545Z] ce062bbd60a4: Preparing [2024-11-13T14:04:33.545Z] 3440adf5959e: Preparing [2024-11-13T14:04:33.545Z] ee715e44d74a: Preparing [2024-11-13T14:04:33.545Z] 75654b8eeebd: Preparing [2024-11-13T14:04:33.545Z] ee715e44d74a: Waiting [2024-11-13T14:04:33.545Z] ce062bbd60a4: Waiting [2024-11-13T14:04:33.545Z] 75654b8eeebd: Waiting [2024-11-13T14:04:33.545Z] 3440adf5959e: Waiting [2024-11-13T14:04:33.545Z] 65bb7edd20d3: Layer already exists [2024-11-13T14:04:33.545Z] 316a6db65ddd: Layer already exists [2024-11-13T14:04:33.545Z] aaa5ae60e731: Layer already exists [2024-11-13T14:04:33.545Z] 89368574f244: Layer already exists [2024-11-13T14:04:33.545Z] cd655c136c59: Layer already exists [2024-11-13T14:04:33.545Z] 3440adf5959e: Layer already exists [2024-11-13T14:04:33.545Z] ce062bbd60a4: Layer already exists [2024-11-13T14:04:33.545Z] ee715e44d74a: Layer already exists [2024-11-13T14:04:33.545Z] 75654b8eeebd: Layer already exists [2024-11-13T14:04:33.545Z] cab05ee6a5f545b4b20bc198032e0d97b74cbbf3-4.0.0-dev.3: digest: sha256:9a5e2f7bc94847e0edd2798cce7166eeb264bc015e2b664a0af8ff8221ebb20e size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-13T14:04:33.883Z] + docker tag app-rfid-llrp-inventory nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-13T14:04:34.201Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:main [2024-11-13T14:04:34.201Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] [2024-11-13T14:04:34.201Z] 89368574f244: Preparing [2024-11-13T14:04:34.201Z] aaa5ae60e731: Preparing [2024-11-13T14:04:34.201Z] cd655c136c59: Preparing [2024-11-13T14:04:34.201Z] 65bb7edd20d3: Preparing [2024-11-13T14:04:34.201Z] 316a6db65ddd: Preparing [2024-11-13T14:04:34.201Z] ce062bbd60a4: Preparing [2024-11-13T14:04:34.201Z] 3440adf5959e: Preparing [2024-11-13T14:04:34.201Z] ee715e44d74a: Preparing [2024-11-13T14:04:34.201Z] 75654b8eeebd: Preparing [2024-11-13T14:04:34.201Z] 3440adf5959e: Waiting [2024-11-13T14:04:34.201Z] ee715e44d74a: Waiting [2024-11-13T14:04:34.201Z] 75654b8eeebd: Waiting [2024-11-13T14:04:34.201Z] ce062bbd60a4: Waiting [2024-11-13T14:04:34.201Z] cd655c136c59: Layer already exists [2024-11-13T14:04:34.201Z] 65bb7edd20d3: Layer already exists [2024-11-13T14:04:34.201Z] 316a6db65ddd: Layer already exists [2024-11-13T14:04:34.201Z] aaa5ae60e731: Layer already exists [2024-11-13T14:04:34.201Z] 89368574f244: Layer already exists [2024-11-13T14:04:34.201Z] ee715e44d74a: Layer already exists [2024-11-13T14:04:34.201Z] 75654b8eeebd: Layer already exists [2024-11-13T14:04:34.201Z] ce062bbd60a4: Layer already exists [2024-11-13T14:04:34.201Z] 3440adf5959e: Layer already exists [2024-11-13T14:04:34.201Z] main: digest: sha256:9a5e2f7bc94847e0edd2798cce7166eeb264bc015e2b664a0af8ff8221ebb20e size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-11-13T14:04:34.273Z] ===================================================== [Pipeline] echo [2024-11-13T14:04:34.289Z] taggedImages: [2024-11-13T14:04:34.289Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:cab05ee6a5f545b4b20bc198032e0d97b74cbbf3 [2024-11-13T14:04:34.289Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:latest [2024-11-13T14:04:34.289Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:4.0.0-dev.3 [2024-11-13T14:04:34.289Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:cab05ee6a5f545b4b20bc198032e0d97b74cbbf3-4.0.0-dev.3 [2024-11-13T14:04:34.289Z] - 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] { [Pipeline] sh [2024-11-13T14:04:34.692Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-11-13T14:04:34.692Z] [2024-11-13T14:04:34.692Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-13T14:04:35.000Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-11-13T14:04:35.000Z] latest: Pulling from edgex-lftools-log-publisher [2024-11-13T14:04:35.000Z] 5eb5b503b376: Pulling fs layer [2024-11-13T14:04:35.000Z] 5c69ac0246d0: Pulling fs layer [2024-11-13T14:04:35.000Z] ec43610c2a17: Pulling fs layer [2024-11-13T14:04:35.000Z] 3a2ae6a8a46f: Pulling fs layer [2024-11-13T14:04:35.000Z] 33b1e0a273af: Pulling fs layer [2024-11-13T14:04:35.000Z] 5d3b04190fa2: Pulling fs layer [2024-11-13T14:04:35.000Z] 2f39f015ded8: Pulling fs layer [2024-11-13T14:04:35.000Z] 3a2ae6a8a46f: Waiting [2024-11-13T14:04:35.000Z] 33b1e0a273af: Waiting [2024-11-13T14:04:35.000Z] 5d3b04190fa2: Waiting [2024-11-13T14:04:35.000Z] 2f39f015ded8: Waiting [2024-11-13T14:04:35.000Z] 5c69ac0246d0: Verifying Checksum [2024-11-13T14:04:35.000Z] 5c69ac0246d0: Download complete [2024-11-13T14:04:35.000Z] 3a2ae6a8a46f: Verifying Checksum [2024-11-13T14:04:35.000Z] 3a2ae6a8a46f: Download complete [2024-11-13T14:04:35.000Z] 33b1e0a273af: Verifying Checksum [2024-11-13T14:04:35.000Z] 33b1e0a273af: Download complete [2024-11-13T14:04:35.000Z] 5d3b04190fa2: Verifying Checksum [2024-11-13T14:04:35.000Z] 5d3b04190fa2: Download complete [2024-11-13T14:04:35.000Z] ec43610c2a17: Verifying Checksum [2024-11-13T14:04:35.000Z] ec43610c2a17: Download complete [2024-11-13T14:04:35.259Z] 5eb5b503b376: Verifying Checksum [2024-11-13T14:04:35.259Z] 5eb5b503b376: Download complete [2024-11-13T14:04:35.824Z] 2f39f015ded8: Download complete [2024-11-13T14:04:36.760Z] 5eb5b503b376: Pull complete [2024-11-13T14:04:36.760Z] 5c69ac0246d0: Pull complete [2024-11-13T14:04:37.324Z] ec43610c2a17: Pull complete [2024-11-13T14:04:37.324Z] 3a2ae6a8a46f: Pull complete [2024-11-13T14:04:37.581Z] 33b1e0a273af: Pull complete [2024-11-13T14:04:37.581Z] 5d3b04190fa2: Pull complete [2024-11-13T14:04:41.030Z] a37a00ec5f00: Pull complete [2024-11-13T14:04:41.030Z] 50b3750afda1: Pull complete [2024-11-13T14:04:41.030Z] 4f4fb700ef54: Pull complete [2024-11-13T14:04:41.030Z] 80978eb59214: Pull complete [2024-11-13T14:04:47.722Z] c9f46d7d2bd2: Pull complete [2024-11-13T14:04:48.694Z] c5a475d317c9: Pull complete [2024-11-13T14:04:48.694Z] Digest: sha256:2391c17ca386d1fbfa331956bd558234564149703727e64d3c69580d84b42a9b [2024-11-13T14:04:48.694Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2024-11-13T14:04:48.694Z] ---> be29e6b0f0d4 [2024-11-13T14:04:48.694Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2024-11-13T14:04:49.653Z] ---> Running in df487c3a5ec0 [2024-11-13T14:04:49.789Z] 2f39f015ded8: Pull complete [2024-11-13T14:04:49.789Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-11-13T14:04:49.789Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-11-13T14:04:49.789Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-13T14:04:49.907Z] prd-ubuntu20.04-docker-8c-8g-26378 does not seem to be running inside a container [2024-11-13T14:04:49.920Z] Removing intermediate container df487c3a5ec0 [2024-11-13T14:04:49.920Z] ---> 616900c66a2f [2024-11-13T14:04:49.920Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2024-11-13T14:04:49.920Z] ---> Running in 9b9b070aba9d [2024-11-13T14:04:49.934Z] $ 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-11-13T14:04:50.187Z] Removing intermediate container 9b9b070aba9d [2024-11-13T14:04:50.187Z] ---> a8462c8857bb [2024-11-13T14:04:50.187Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2024-11-13T14:04:50.456Z] ---> Running in f2b3d5cb0f15 [2024-11-13T14:04:50.470Z] $ docker top 5223d8b91bc7658294c6f775dcb5f8a5359fd8e1bc108a25b03c2f491e4ff124 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-11-13T14:04:50.723Z] Removing intermediate container f2b3d5cb0f15 [2024-11-13T14:04:50.723Z] ---> 113ed789076c [2024-11-13T14:04:50.723Z] Step 6/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-11-13T14:04:50.723Z] ---> Running in 403a5fc59b4c [2024-11-13T14:04:50.854Z] ---> job-cost.sh [2024-11-13T14:04:50.854Z] lf-activate-venv: SKIPPING [2024-11-13T14:04:50.854Z] INFO: No Stack... [2024-11-13T14:04:51.116Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-11-13T14:04:51.375Z] INFO: Archiving Costs [Pipeline] sh [2024-11-13T14:04:51.692Z] + cat /w/workspace/dry_app-rfid-llrp-inventory_main/archives/cost.csv [2024-11-13T14:04:51.692Z] + cut -d, -f6 [Pipeline] lock [2024-11-13T14:04:51.744Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-app-rfid-llrp-inventory-main-190-stack-cost] [2024-11-13T14:04:51.753Z] Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-190-stack-cost] did not exist. Created. [2024-11-13T14:04:51.760Z] Lock acquired on [Resource: jenkins-edgexfoundry-app-rfid-llrp-inventory-main-190-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-11-13T14:04:52.107Z] + echo total: 0.2199999988079071 [Pipeline] stash [2024-11-13T14:04:52.135Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-11-13T14:04:52.155Z] Stashed 1 file(s) [Pipeline] } [2024-11-13T14:04:52.165Z] Lock released on resource [Resource: jenkins-edgexfoundry-app-rfid-llrp-inventory-main-190-stack-cost] [Pipeline] // lock [Pipeline] } [2024-11-13T14:04:52.190Z] $ docker stop --time=1 5223d8b91bc7658294c6f775dcb5f8a5359fd8e1bc108a25b03c2f491e4ff124 [2024-11-13T14:04:52.403Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-11-13T14:04:53.812Z] OK: 238 MiB in 54 packages [2024-11-13T14:04:54.010Z] $ docker rm -f --volumes 5223d8b91bc7658294c6f775dcb5f8a5359fd8e1bc108a25b03c2f491e4ff124 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2024-11-13T14:04:54.778Z] Removing intermediate container 403a5fc59b4c [2024-11-13T14:04:54.778Z] ---> 82528ace0d55 [2024-11-13T14:04:54.778Z] Step 7/12 : WORKDIR /app [2024-11-13T14:04:54.778Z] ---> Running in 4f07c9becfd3 [2024-11-13T14:04:55.045Z] Removing intermediate container 4f07c9becfd3 [2024-11-13T14:04:55.045Z] ---> 3540327e2d07 [2024-11-13T14:04:55.045Z] Step 8/12 : COPY go.mod vendor* ./ [2024-11-13T14:04:55.630Z] ---> a9565fd3e20e [2024-11-13T14:04:55.630Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-11-13T14:04:55.630Z] ---> Running in a7eba32d4b5b [2024-11-13T14:06:53.440Z] Removing intermediate container a7eba32d4b5b [2024-11-13T14:06:53.440Z] ---> edcae2f3b866 [2024-11-13T14:06:53.440Z] Step 10/12 : COPY . . [2024-11-13T14:06:53.440Z] ---> 57be79a2bdc8 [2024-11-13T14:06:53.440Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-11-13T14:06:53.440Z] ---> Running in 239c0ef329ae [2024-11-13T14:06:53.440Z] Removing intermediate container 239c0ef329ae [2024-11-13T14:06:53.440Z] ---> bf9419378849 [2024-11-13T14:06:53.440Z] Step 12/12 : RUN $MAKE [2024-11-13T14:06:53.440Z] ---> Running in b825092f94e8 [2024-11-13T14:06:53.440Z] noop [2024-11-13T14:06:53.440Z] Removing intermediate container b825092f94e8 [2024-11-13T14:06:53.440Z] ---> dad39dc8342e [2024-11-13T14:06:53.440Z] Successfully built dad39dc8342e [2024-11-13T14:06:53.440Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-13T14:06:53.822Z] + docker inspect -f . ci-base-image-arm64 [2024-11-13T14:06:53.823Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-13T14:06:54.062Z] prd-ubuntu20.04-docker-arm64-4c-16g-26381 does not seem to be running inside a container [2024-11-13T14:06:54.142Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-rfid-llrp-inventory/190 -v /w/workspace/app-rfid-llrp-inventory/190:/w/workspace/app-rfid-llrp-inventory/190:rw,z -v /w/workspace/app-rfid-llrp-inventory/190@tmp:/w/workspace/app-rfid-llrp-inventory/190@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-11-13T14:06:55.414Z] $ docker top 4f07fb605e2854f11cbb74baea775386825feb33476ba15d01b002c8c396372a -eo pid,comm [Pipeline] { [Pipeline] sh [2024-11-13T14:06:56.262Z] + go version [2024-11-13T14:06:56.262Z] go version go1.23.2 linux/arm64 [Pipeline] } [2024-11-13T14:06:56.284Z] $ docker stop --time=1 4f07fb605e2854f11cbb74baea775386825feb33476ba15d01b002c8c396372a [2024-11-13T14:06:57.935Z] $ docker rm -f --volumes 4f07fb605e2854f11cbb74baea775386825feb33476ba15d01b002c8c396372a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-13T14:06:58.560Z] + docker inspect -f . ci-base-image-arm64 [2024-11-13T14:06:58.560Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-13T14:06:58.789Z] prd-ubuntu20.04-docker-arm64-4c-16g-26381 does not seem to be running inside a container [2024-11-13T14:06:58.877Z] $ 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/190 -v /w/workspace/app-rfid-llrp-inventory/190:/w/workspace/app-rfid-llrp-inventory/190:rw,z -v /w/workspace/app-rfid-llrp-inventory/190@tmp:/w/workspace/app-rfid-llrp-inventory/190@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-11-13T14:07:00.210Z] $ docker top 82e3f39797ed08eb5e7c5522f4cd3697a7c98ce482548ebe1e601bfbc3bf6781 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-11-13T14:07:01.167Z] + git config --global --add safe.directory /w/workspace/app-rfid-llrp-inventory/190 [Pipeline] fileExists [Pipeline] sh [2024-11-13T14:07:01.835Z] + make test [2024-11-13T14:07:01.836Z] go test -race ./... -coverprofile=coverage.out ./... [2024-11-13T14:12:08.827Z] edgexfoundry/app-rfid-llrp-inventory coverage: 0.0% of statements [2024-11-13T14:12:17.091Z] edgexfoundry/app-rfid-llrp-inventory/internal/inventory/app coverage: 0.0% of statements [2024-11-13T14:12:19.032Z] ok edgexfoundry/app-rfid-llrp-inventory/internal/inventory 2.265s coverage: 86.2% of statements [2024-11-13T14:12:31.362Z] ok edgexfoundry/app-rfid-llrp-inventory/internal/llrp 4.390s coverage: 71.9% of statements [2024-11-13T14:12:31.362Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2024-11-13T14:12:31.362Z] go vet ./... [2024-11-13T14:16:53.447Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-11-13T14:16:53.447Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-11-13T14:16:53.447Z] ./bin/test-attribution.sh [Pipeline] echo [2024-11-13T14:16:53.467Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-11-13T14:16:53.498Z] $ docker stop --time=1 82e3f39797ed08eb5e7c5522f4cd3697a7c98ce482548ebe1e601bfbc3bf6781 [2024-11-13T14:16:55.445Z] $ docker rm -f --volumes 82e3f39797ed08eb5e7c5522f4cd3697a7c98ce482548ebe1e601bfbc3bf6781 [Pipeline] // withDockerContainer [Pipeline] sh [2024-11-13T14:16:57.734Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-11-13T14:16:57.766Z] Warning: overwriting stash ‘coverage-report’ [2024-11-13T14:16:58.257Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-11-13T14:16:58.661Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-11-13T14:16:59.008Z] + ls -al . [2024-11-13T14:16:59.008Z] total 280 [2024-11-13T14:16:59.008Z] drwxrwxr-x 10 jenkins jenkins 4096 Nov 13 14:07 . [2024-11-13T14:16:59.008Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 13 14:03 .. [2024-11-13T14:16:59.008Z] -rw-rw-r-- 1 jenkins jenkins 262 Nov 13 14:03 .dockerignore [2024-11-13T14:16:59.008Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 13 14:03 .git [2024-11-13T14:16:59.008Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 13 14:03 .github [2024-11-13T14:16:59.008Z] -rw-rw-r-- 1 jenkins jenkins 773 Nov 13 14:03 .gitignore [2024-11-13T14:16:59.008Z] -rw-rw-r-- 1 jenkins jenkins 200 Nov 13 14:03 .golangci.yml [2024-11-13T14:16:59.008Z] -rw-rw-r-- 1 jenkins jenkins 16943 Nov 13 14:03 Attribution.txt [2024-11-13T14:16:59.008Z] -rw-rw-r-- 1 jenkins jenkins 11245 Nov 13 14:03 CHANGELOG.md [2024-11-13T14:16:59.008Z] -rw-rw-r-- 1 jenkins jenkins 1769 Nov 13 14:03 Dockerfile [2024-11-13T14:16:59.008Z] -rw-rw-r-- 1 jenkins jenkins 677 Nov 13 14:03 GOVERNANCE.md [2024-11-13T14:16:59.008Z] -rw-rw-r-- 1 jenkins jenkins 665 Nov 13 14:03 Jenkinsfile [2024-11-13T14:16:59.008Z] -rw-rw-r-- 1 jenkins jenkins 11347 Nov 13 14:03 LICENSE [2024-11-13T14:16:59.008Z] -rw-rw-r-- 1 jenkins jenkins 3066 Nov 13 14:03 Makefile [2024-11-13T14:16:59.008Z] -rw-rw-r-- 1 jenkins jenkins 617 Nov 13 14:03 OWNERS.md [2024-11-13T14:16:59.008Z] -rw-rw-r-- 1 jenkins jenkins 3851 Nov 13 14:03 README.md [2024-11-13T14:16:59.008Z] -rw-rw-r-- 1 jenkins jenkins 11 Nov 13 14:00 VERSION [2024-11-13T14:16:59.008Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 13 14:03 bin [2024-11-13T14:16:59.008Z] -rw-r--r-- 1 jenkins jenkins 55696 Nov 13 14:12 coverage.out [2024-11-13T14:16:59.008Z] -rw-rw-r-- 1 jenkins jenkins 6793 Nov 13 14:03 go.mod [2024-11-13T14:16:59.008Z] -rw-rw-r-- 1 jenkins jenkins 88085 Nov 13 14:03 go.sum [2024-11-13T14:16:59.008Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 13 14:03 images [2024-11-13T14:16:59.008Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 13 14:03 internal [2024-11-13T14:16:59.008Z] -rw-rw-r-- 1 jenkins jenkins 531 Nov 13 14:03 main.go [2024-11-13T14:16:59.008Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 13 14:03 openapi [2024-11-13T14:16:59.008Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 13 14:03 res [2024-11-13T14:16:59.008Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 13 14:03 static [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-13T14:16:59.359Z] + 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=cab05ee6a5f545b4b20bc198032e0d97b74cbbf3 --label arch=arm64 --label version=4.0.0-dev.3 . [2024-11-13T14:16:59.625Z] Sending build context to Docker daemon 680.4kB [2024-11-13T14:16:59.625Z] Step 1/30 : ARG BASE=golang:1.23-alpine3.20 [2024-11-13T14:16:59.625Z] Step 2/30 : FROM ${BASE} AS builder [2024-11-13T14:16:59.625Z] ---> dad39dc8342e [2024-11-13T14:16:59.625Z] Step 3/30 : ARG ALPINE_PKG_BASE="make git" [2024-11-13T14:16:59.625Z] ---> Running in 00579dffa60b [2024-11-13T14:16:59.895Z] Removing intermediate container 00579dffa60b [2024-11-13T14:16:59.895Z] ---> bae8298429a1 [2024-11-13T14:16:59.895Z] Step 4/30 : ARG ALPINE_PKG_EXTRA="" [2024-11-13T14:17:00.159Z] ---> Running in 28b8f2f6f4b7 [2024-11-13T14:17:00.425Z] Removing intermediate container 28b8f2f6f4b7 [2024-11-13T14:17:00.425Z] ---> 8d9d14bbd0f2 [2024-11-13T14:17:00.425Z] Step 5/30 : ARG ADD_BUILD_TAGS="" [2024-11-13T14:17:00.425Z] ---> Running in adfc46df93ab [2024-11-13T14:17:00.696Z] Removing intermediate container adfc46df93ab [2024-11-13T14:17:00.696Z] ---> d42e2e97eb50 [2024-11-13T14:17:00.696Z] Step 6/30 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-11-13T14:17:00.696Z] ---> Running in 8d39ac828c39 [2024-11-13T14:17:01.661Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-11-13T14:17:02.242Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-11-13T14:17:03.658Z] OK: 238 MiB in 54 packages [2024-11-13T14:17:04.632Z] Removing intermediate container 8d39ac828c39 [2024-11-13T14:17:04.632Z] ---> 4bf742fb71d6 [2024-11-13T14:17:04.632Z] Step 7/30 : WORKDIR /app [2024-11-13T14:17:04.632Z] ---> Running in edb90f4a7ede [2024-11-13T14:17:04.899Z] Removing intermediate container edb90f4a7ede [2024-11-13T14:17:04.899Z] ---> 50557864ff47 [2024-11-13T14:17:04.899Z] Step 8/30 : COPY go.mod vendor* ./ [2024-11-13T14:17:05.483Z] ---> 80b6dd001f8e [2024-11-13T14:17:05.483Z] Step 9/30 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-11-13T14:17:05.483Z] ---> Running in f599fe8961c2 [2024-11-13T14:17:08.083Z] Removing intermediate container f599fe8961c2 [2024-11-13T14:17:08.083Z] ---> 143a5bec84ce [2024-11-13T14:17:08.083Z] Step 10/30 : COPY . . [2024-11-13T14:17:08.349Z] ---> de4560745d0a [2024-11-13T14:17:08.349Z] Step 11/30 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-11-13T14:17:08.615Z] ---> Running in 5508317bf270 [2024-11-13T14:17:08.881Z] Removing intermediate container 5508317bf270 [2024-11-13T14:17:08.881Z] ---> 29f50d325374 [2024-11-13T14:17:08.881Z] Step 12/30 : RUN $MAKE [2024-11-13T14:17:08.881Z] ---> Running in cbb9265b97a1 [2024-11-13T14:17:09.855Z] CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/app-functions-sdk-go/v4/internal.SDKVersion=v4.0.0-dev.10 -X github.com/edgexfoundry/app-functions-sdk-go/v4/internal.ApplicationVersion=4.0.0-dev.3 -X edgexfoundry/app-rfid-llrp-inventory.Version=4.0.0-dev.3 -bindnow" -trimpath -mod=readonly -buildmode=pie -o app-rfid-llrp-inventory [2024-11-13T14:20:46.628Z] Removing intermediate container cbb9265b97a1 [2024-11-13T14:20:46.628Z] ---> 6c1ffebd4d32 [2024-11-13T14:20:46.628Z] Step 13/30 : FROM alpine:3.20 [2024-11-13T14:20:46.628Z] 3.20: Pulling from library/alpine [2024-11-13T14:20:46.628Z] 9986a736f7d3: Pulling fs layer [2024-11-13T14:20:46.628Z] 9986a736f7d3: Verifying Checksum [2024-11-13T14:20:46.628Z] 9986a736f7d3: Download complete [2024-11-13T14:20:46.628Z] 9986a736f7d3: Pull complete [2024-11-13T14:20:46.628Z] Digest: sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a [2024-11-13T14:20:46.628Z] Status: Downloaded newer image for alpine:3.20 [2024-11-13T14:20:46.628Z] ---> 511a44083d3a [2024-11-13T14:20:46.628Z] Step 14/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2024-11-13T14:20:46.628Z] ---> Running in f8be009cd646 [2024-11-13T14:20:46.628Z] Removing intermediate container f8be009cd646 [2024-11-13T14:20:46.628Z] ---> d941e65ab362 [2024-11-13T14:20:46.628Z] Step 15/30 : LABEL Name=app-service-rfid-llrp-inventory Version=${VERSION} [2024-11-13T14:20:46.628Z] ---> Running in bde85b121a20 [2024-11-13T14:20:46.628Z] Removing intermediate container bde85b121a20 [2024-11-13T14:20:46.628Z] ---> 5c4dc2a034b4 [2024-11-13T14:20:46.628Z] Step 16/30 : RUN apk --no-cache add ca-certificates dumb-init [2024-11-13T14:20:46.628Z] ---> Running in c48f9b2f8a1a [2024-11-13T14:20:46.628Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-11-13T14:20:46.628Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-11-13T14:20:46.628Z] (1/2) Installing ca-certificates (20240705-r0) [2024-11-13T14:20:46.628Z] (2/2) Installing dumb-init (1.2.5-r3) [2024-11-13T14:20:46.628Z] Executing busybox-1.36.1-r29.trigger [2024-11-13T14:20:46.628Z] Executing ca-certificates-20240705-r0.trigger [2024-11-13T14:20:46.628Z] OK: 10 MiB in 16 packages [2024-11-13T14:20:46.628Z] Removing intermediate container c48f9b2f8a1a [2024-11-13T14:20:46.628Z] ---> 457d526c968a [2024-11-13T14:20:46.628Z] Step 17/30 : RUN apk --no-cache upgrade [2024-11-13T14:20:46.628Z] ---> Running in 3d9ec72b52ca [2024-11-13T14:20:46.628Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-11-13T14:20:46.628Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-11-13T14:20:46.895Z] Upgrading critical system libraries and apk-tools: [2024-11-13T14:20:46.895Z] (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-11-13T14:20:46.895Z] Executing busybox-1.36.1-r29.trigger [2024-11-13T14:20:47.161Z] Continuing the upgrade transaction with new apk-tools: [2024-11-13T14:20:47.161Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-11-13T14:20:47.425Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-11-13T14:20:48.824Z] (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-11-13T14:20:48.824Z] (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-11-13T14:20:48.824Z] Executing ca-certificates-20240705-r0.trigger [2024-11-13T14:20:49.091Z] OK: 10 MiB in 16 packages [2024-11-13T14:20:50.043Z] Removing intermediate container 3d9ec72b52ca [2024-11-13T14:20:50.043Z] ---> 8e5a0fecd5af [2024-11-13T14:20:50.043Z] Step 18/30 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2024-11-13T14:20:50.622Z] ---> 9001a44a1f34 [2024-11-13T14:20:50.622Z] Step 19/30 : COPY --from=builder /app/LICENSE /LICENSE [2024-11-13T14:20:50.888Z] ---> f67fa3323bfd [2024-11-13T14:20:50.888Z] Step 20/30 : COPY --from=builder /app/res/ /res/ [2024-11-13T14:20:51.469Z] ---> 62e218a421df [2024-11-13T14:20:51.469Z] Step 21/30 : COPY --from=builder /app/static/ /static/ [2024-11-13T14:20:52.053Z] ---> d59fa5194e3d [2024-11-13T14:20:52.053Z] Step 22/30 : COPY --from=builder /app/app-rfid-llrp-inventory /app-rfid-llrp-inventory [2024-11-13T14:20:53.985Z] ---> a5983fc4aded [2024-11-13T14:20:53.985Z] Step 23/30 : RUN mkdir -p /cache && chown -R 2002:2002 /cache [2024-11-13T14:20:53.985Z] ---> Running in 244f2375d58f [2024-11-13T14:20:56.570Z] Removing intermediate container 244f2375d58f [2024-11-13T14:20:56.570Z] ---> 30ae1ec3e1d4 [2024-11-13T14:20:56.570Z] Step 24/30 : VOLUME /cache [2024-11-13T14:20:56.570Z] ---> Running in 603abb5cfaf4 [2024-11-13T14:20:56.570Z] Removing intermediate container 603abb5cfaf4 [2024-11-13T14:20:56.570Z] ---> 5a45d23a4211 [2024-11-13T14:20:56.570Z] Step 25/30 : EXPOSE 59711 [2024-11-13T14:20:56.835Z] ---> Running in 6f09c109d2c2 [2024-11-13T14:20:57.102Z] Removing intermediate container 6f09c109d2c2 [2024-11-13T14:20:57.102Z] ---> e4470b5b82d1 [2024-11-13T14:20:57.102Z] Step 26/30 : ENTRYPOINT ["/app-rfid-llrp-inventory"] [2024-11-13T14:20:57.102Z] ---> Running in db225fe3e2df [2024-11-13T14:20:57.366Z] Removing intermediate container db225fe3e2df [2024-11-13T14:20:57.366Z] ---> 11a4ca55a402 [2024-11-13T14:20:57.366Z] Step 27/30 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "-registry"] [2024-11-13T14:20:57.366Z] ---> Running in 7f08505551c9 [2024-11-13T14:20:57.632Z] Removing intermediate container 7f08505551c9 [2024-11-13T14:20:57.632Z] ---> 5e953f3a5f4b [2024-11-13T14:20:57.632Z] Step 28/30 : LABEL arch=arm64 [2024-11-13T14:20:57.898Z] ---> Running in 541e638db82d [2024-11-13T14:20:58.162Z] Removing intermediate container 541e638db82d [2024-11-13T14:20:58.162Z] ---> 88b60ee8f77d [2024-11-13T14:20:58.162Z] Step 29/30 : LABEL git_sha=cab05ee6a5f545b4b20bc198032e0d97b74cbbf3 [2024-11-13T14:20:58.162Z] ---> Running in 6a510f5ab31f [2024-11-13T14:20:58.429Z] Removing intermediate container 6a510f5ab31f [2024-11-13T14:20:58.429Z] ---> a709c9e66e22 [2024-11-13T14:20:58.429Z] Step 30/30 : LABEL version=4.0.0-dev.3 [2024-11-13T14:20:58.429Z] ---> Running in f72e15f8cd33 [2024-11-13T14:20:58.698Z] Removing intermediate container f72e15f8cd33 [2024-11-13T14:20:58.698Z] ---> fbac1954f568 [2024-11-13T14:20:58.698Z] [Warning] One or more build-args [ARCH] were not consumed [2024-11-13T14:20:58.698Z] Successfully built fbac1954f568 [2024-11-13T14:20:58.698Z] 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-11-13T14:20:58.846Z] provisioning config files... [2024-11-13T14:20:58.860Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/app-rfid-llrp-inventory/190@tmp/config12539274086597019468tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-11-13T14:20:59.198Z] ---> ****-login.sh [2024-11-13T14:20:59.198Z] nexus3.edgexfoundry.org:10001 [2024-11-13T14:20:59.198Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-13T14:20:59.463Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-13T14:20:59.463Z] Configure a credential helper to remove this warning. See [2024-11-13T14:20:59.463Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-13T14:20:59.463Z] [2024-11-13T14:20:59.463Z] Login Succeeded [2024-11-13T14:20:59.463Z] nexus3.edgexfoundry.org:10002 [2024-11-13T14:20:59.730Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-13T14:20:59.730Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-13T14:20:59.730Z] Configure a credential helper to remove this warning. See [2024-11-13T14:20:59.730Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-13T14:20:59.730Z] [2024-11-13T14:20:59.730Z] Login Succeeded [2024-11-13T14:20:59.730Z] nexus3.edgexfoundry.org:10003 [2024-11-13T14:20:59.996Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-13T14:20:59.996Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-13T14:20:59.996Z] Configure a credential helper to remove this warning. See [2024-11-13T14:20:59.996Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-13T14:20:59.996Z] [2024-11-13T14:20:59.996Z] Login Succeeded [2024-11-13T14:20:59.996Z] nexus3.edgexfoundry.org:10004 [2024-11-13T14:21:00.261Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-13T14:21:00.261Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-13T14:21:00.261Z] Configure a credential helper to remove this warning. See [2024-11-13T14:21:00.261Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-13T14:21:00.261Z] [2024-11-13T14:21:00.261Z] Login Succeeded [2024-11-13T14:21:00.261Z] ****.io [2024-11-13T14:21:00.525Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-13T14:21:00.790Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-13T14:21:00.790Z] Configure a credential helper to remove this warning. See [2024-11-13T14:21:00.790Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-13T14:21:00.790Z] [2024-11-13T14:21:00.790Z] Login Succeeded [2024-11-13T14:21:00.790Z] ---> ****-login.sh ends [Pipeline] } [2024-11-13T14:21:00.801Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-11-13T14:21:00.863Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-11-13T14:21:00.897Z] [edgeXDocker.push] Tagging docker image app-rfid-llrp-inventory-arm64 with the following tags: [2024-11-13T14:21:00.897Z] cab05ee6a5f545b4b20bc198032e0d97b74cbbf3 [2024-11-13T14:21:00.897Z] latest [2024-11-13T14:21:00.897Z] 4.0.0-dev.3 [2024-11-13T14:21:00.897Z] cab05ee6a5f545b4b20bc198032e0d97b74cbbf3-4.0.0-dev.3 [2024-11-13T14:21:00.897Z] main [2024-11-13T14:21:00.897Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-13T14:21:01.266Z] + docker tag app-rfid-llrp-inventory-arm64 nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:cab05ee6a5f545b4b20bc198032e0d97b74cbbf3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-13T14:21:01.617Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:cab05ee6a5f545b4b20bc198032e0d97b74cbbf3 [2024-11-13T14:21:01.617Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] [2024-11-13T14:21:01.617Z] 2a677c8dc9c2: Preparing [2024-11-13T14:21:01.617Z] 6ce80d63500c: Preparing [2024-11-13T14:21:01.617Z] ae06a3c08a32: Preparing [2024-11-13T14:21:01.617Z] db9f3a3c9ea3: Preparing [2024-11-13T14:21:01.617Z] b0e4184e8e1b: Preparing [2024-11-13T14:21:01.617Z] c44ef41354ff: Preparing [2024-11-13T14:21:01.617Z] 63995409bec1: Preparing [2024-11-13T14:21:01.617Z] c44ef41354ff: Waiting [2024-11-13T14:21:01.617Z] 63995409bec1: Waiting [2024-11-13T14:21:01.617Z] ef8679ee9399: Preparing [2024-11-13T14:21:01.617Z] 651d9022c234: Preparing [2024-11-13T14:21:01.617Z] ef8679ee9399: Waiting [2024-11-13T14:21:01.617Z] 651d9022c234: Waiting [2024-11-13T14:21:01.883Z] db9f3a3c9ea3: Pushed [2024-11-13T14:21:01.883Z] ae06a3c08a32: Pushed [2024-11-13T14:21:01.883Z] 2a677c8dc9c2: Pushed [2024-11-13T14:21:01.883Z] b0e4184e8e1b: Pushed [2024-11-13T14:21:01.883Z] 651d9022c234: Layer already exists [2024-11-13T14:21:01.883Z] c44ef41354ff: Pushed [2024-11-13T14:21:02.148Z] ef8679ee9399: Pushed [2024-11-13T14:21:03.547Z] 63995409bec1: Pushed [2024-11-13T14:21:10.203Z] 6ce80d63500c: Pushed [2024-11-13T14:21:10.203Z] cab05ee6a5f545b4b20bc198032e0d97b74cbbf3: digest: sha256:293b5a085461fa653eb5b379207b92d1e74fa953528830926ce27c26ded30475 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-13T14:21:10.568Z] + 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-11-13T14:21:10.933Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:latest [2024-11-13T14:21:10.933Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] [2024-11-13T14:21:10.933Z] 2a677c8dc9c2: Preparing [2024-11-13T14:21:10.933Z] 6ce80d63500c: Preparing [2024-11-13T14:21:10.933Z] ae06a3c08a32: Preparing [2024-11-13T14:21:10.933Z] db9f3a3c9ea3: Preparing [2024-11-13T14:21:10.933Z] b0e4184e8e1b: Preparing [2024-11-13T14:21:10.933Z] c44ef41354ff: Preparing [2024-11-13T14:21:10.933Z] 63995409bec1: Preparing [2024-11-13T14:21:10.933Z] ef8679ee9399: Preparing [2024-11-13T14:21:10.933Z] 651d9022c234: Preparing [2024-11-13T14:21:10.933Z] c44ef41354ff: Waiting [2024-11-13T14:21:10.933Z] 63995409bec1: Waiting [2024-11-13T14:21:10.933Z] ef8679ee9399: Waiting [2024-11-13T14:21:10.933Z] 651d9022c234: Waiting [2024-11-13T14:21:10.933Z] 2a677c8dc9c2: Layer already exists [2024-11-13T14:21:10.933Z] db9f3a3c9ea3: Layer already exists [2024-11-13T14:21:10.933Z] 6ce80d63500c: Layer already exists [2024-11-13T14:21:10.933Z] b0e4184e8e1b: Layer already exists [2024-11-13T14:21:10.933Z] ae06a3c08a32: Layer already exists [2024-11-13T14:21:10.933Z] 63995409bec1: Layer already exists [2024-11-13T14:21:10.933Z] c44ef41354ff: Layer already exists [2024-11-13T14:21:10.933Z] ef8679ee9399: Layer already exists [2024-11-13T14:21:10.933Z] 651d9022c234: Layer already exists [2024-11-13T14:21:11.201Z] latest: digest: sha256:293b5a085461fa653eb5b379207b92d1e74fa953528830926ce27c26ded30475 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-13T14:21:11.573Z] + docker tag app-rfid-llrp-inventory-arm64 nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:4.0.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-13T14:21:11.938Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:4.0.0-dev.3 [2024-11-13T14:21:11.938Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] [2024-11-13T14:21:11.938Z] 2a677c8dc9c2: Preparing [2024-11-13T14:21:11.938Z] 6ce80d63500c: Preparing [2024-11-13T14:21:11.938Z] ae06a3c08a32: Preparing [2024-11-13T14:21:11.938Z] db9f3a3c9ea3: Preparing [2024-11-13T14:21:11.938Z] b0e4184e8e1b: Preparing [2024-11-13T14:21:11.938Z] c44ef41354ff: Preparing [2024-11-13T14:21:11.938Z] 63995409bec1: Preparing [2024-11-13T14:21:11.938Z] ef8679ee9399: Preparing [2024-11-13T14:21:11.938Z] 651d9022c234: Preparing [2024-11-13T14:21:11.938Z] c44ef41354ff: Waiting [2024-11-13T14:21:11.938Z] 63995409bec1: Waiting [2024-11-13T14:21:11.938Z] 651d9022c234: Waiting [2024-11-13T14:21:11.938Z] ef8679ee9399: Waiting [2024-11-13T14:21:11.938Z] 6ce80d63500c: Layer already exists [2024-11-13T14:21:11.938Z] b0e4184e8e1b: Layer already exists [2024-11-13T14:21:11.938Z] db9f3a3c9ea3: Layer already exists [2024-11-13T14:21:11.938Z] ae06a3c08a32: Layer already exists [2024-11-13T14:21:11.938Z] 2a677c8dc9c2: Layer already exists [2024-11-13T14:21:11.938Z] 651d9022c234: Layer already exists [2024-11-13T14:21:11.938Z] 63995409bec1: Layer already exists [2024-11-13T14:21:11.938Z] c44ef41354ff: Layer already exists [2024-11-13T14:21:11.938Z] ef8679ee9399: Layer already exists [2024-11-13T14:21:12.205Z] 4.0.0-dev.3: digest: sha256:293b5a085461fa653eb5b379207b92d1e74fa953528830926ce27c26ded30475 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-13T14:21:12.571Z] + docker tag app-rfid-llrp-inventory-arm64 nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:cab05ee6a5f545b4b20bc198032e0d97b74cbbf3-4.0.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-13T14:21:12.935Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:cab05ee6a5f545b4b20bc198032e0d97b74cbbf3-4.0.0-dev.3 [2024-11-13T14:21:12.935Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] [2024-11-13T14:21:12.935Z] 2a677c8dc9c2: Preparing [2024-11-13T14:21:12.935Z] 6ce80d63500c: Preparing [2024-11-13T14:21:12.935Z] ae06a3c08a32: Preparing [2024-11-13T14:21:12.935Z] db9f3a3c9ea3: Preparing [2024-11-13T14:21:12.935Z] b0e4184e8e1b: Preparing [2024-11-13T14:21:12.935Z] c44ef41354ff: Preparing [2024-11-13T14:21:12.935Z] 63995409bec1: Preparing [2024-11-13T14:21:12.935Z] c44ef41354ff: Waiting [2024-11-13T14:21:12.935Z] ef8679ee9399: Preparing [2024-11-13T14:21:12.935Z] 651d9022c234: Preparing [2024-11-13T14:21:12.935Z] ef8679ee9399: Waiting [2024-11-13T14:21:12.935Z] 651d9022c234: Waiting [2024-11-13T14:21:12.935Z] 2a677c8dc9c2: Layer already exists [2024-11-13T14:21:12.935Z] db9f3a3c9ea3: Layer already exists [2024-11-13T14:21:12.936Z] 6ce80d63500c: Layer already exists [2024-11-13T14:21:12.936Z] b0e4184e8e1b: Layer already exists [2024-11-13T14:21:12.936Z] ae06a3c08a32: Layer already exists [2024-11-13T14:21:12.936Z] ef8679ee9399: Layer already exists [2024-11-13T14:21:12.936Z] 651d9022c234: Layer already exists [2024-11-13T14:21:12.936Z] c44ef41354ff: Layer already exists [2024-11-13T14:21:12.936Z] 63995409bec1: Layer already exists [2024-11-13T14:21:13.202Z] cab05ee6a5f545b4b20bc198032e0d97b74cbbf3-4.0.0-dev.3: digest: sha256:293b5a085461fa653eb5b379207b92d1e74fa953528830926ce27c26ded30475 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-13T14:21:13.571Z] + 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-11-13T14:21:13.937Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:main [2024-11-13T14:21:13.937Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] [2024-11-13T14:21:13.937Z] 2a677c8dc9c2: Preparing [2024-11-13T14:21:13.937Z] 6ce80d63500c: Preparing [2024-11-13T14:21:13.937Z] ae06a3c08a32: Preparing [2024-11-13T14:21:13.937Z] db9f3a3c9ea3: Preparing [2024-11-13T14:21:13.937Z] b0e4184e8e1b: Preparing [2024-11-13T14:21:13.937Z] c44ef41354ff: Preparing [2024-11-13T14:21:13.937Z] 63995409bec1: Preparing [2024-11-13T14:21:13.937Z] ef8679ee9399: Preparing [2024-11-13T14:21:13.937Z] 651d9022c234: Preparing [2024-11-13T14:21:13.937Z] c44ef41354ff: Waiting [2024-11-13T14:21:13.937Z] 63995409bec1: Waiting [2024-11-13T14:21:13.937Z] ef8679ee9399: Waiting [2024-11-13T14:21:13.937Z] 651d9022c234: Waiting [2024-11-13T14:21:13.937Z] 2a677c8dc9c2: Layer already exists [2024-11-13T14:21:13.937Z] 6ce80d63500c: Layer already exists [2024-11-13T14:21:13.937Z] db9f3a3c9ea3: Layer already exists [2024-11-13T14:21:13.937Z] b0e4184e8e1b: Layer already exists [2024-11-13T14:21:13.937Z] ae06a3c08a32: Layer already exists [2024-11-13T14:21:13.937Z] 63995409bec1: Layer already exists [2024-11-13T14:21:13.937Z] c44ef41354ff: Layer already exists [2024-11-13T14:21:13.937Z] ef8679ee9399: Layer already exists [2024-11-13T14:21:13.937Z] 651d9022c234: Layer already exists [2024-11-13T14:21:14.206Z] main: digest: sha256:293b5a085461fa653eb5b379207b92d1e74fa953528830926ce27c26ded30475 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-11-13T14:21:14.284Z] ===================================================== [Pipeline] echo [2024-11-13T14:21:14.299Z] taggedImages: [2024-11-13T14:21:14.299Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:cab05ee6a5f545b4b20bc198032e0d97b74cbbf3 [2024-11-13T14:21:14.299Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:latest [2024-11-13T14:21:14.299Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:4.0.0-dev.3 [2024-11-13T14:21:14.299Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:cab05ee6a5f545b4b20bc198032e0d97b74cbbf3-4.0.0-dev.3 [2024-11-13T14:21:14.299Z] - 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-11-13T14:21:14.689Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-11-13T14:21:14.689Z] [2024-11-13T14:21:14.689Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-13T14:21:15.028Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-11-13T14:21:15.028Z] arm64: Pulling from edgex-lftools-log-publisher [2024-11-13T14:21:15.028Z] 8998bd30e6a1: Pulling fs layer [2024-11-13T14:21:15.028Z] 04944245beec: Pulling fs layer [2024-11-13T14:21:15.028Z] 699f458cf7ca: Pulling fs layer [2024-11-13T14:21:15.028Z] 765212b225bb: Pulling fs layer [2024-11-13T14:21:15.028Z] f23df028b6ca: Pulling fs layer [2024-11-13T14:21:15.028Z] d65c8cfc05b1: Pulling fs layer [2024-11-13T14:21:15.028Z] 2437ff75d9bd: Pulling fs layer [2024-11-13T14:21:15.028Z] 765212b225bb: Waiting [2024-11-13T14:21:15.028Z] f23df028b6ca: Waiting [2024-11-13T14:21:15.028Z] d65c8cfc05b1: Waiting [2024-11-13T14:21:15.028Z] 2437ff75d9bd: Waiting [2024-11-13T14:21:15.297Z] 04944245beec: Verifying Checksum [2024-11-13T14:21:15.297Z] 04944245beec: Download complete [2024-11-13T14:21:15.297Z] 765212b225bb: Verifying Checksum [2024-11-13T14:21:15.297Z] 765212b225bb: Download complete [2024-11-13T14:21:15.297Z] f23df028b6ca: Verifying Checksum [2024-11-13T14:21:15.297Z] f23df028b6ca: Download complete [2024-11-13T14:21:15.297Z] d65c8cfc05b1: Verifying Checksum [2024-11-13T14:21:15.297Z] d65c8cfc05b1: Download complete [2024-11-13T14:21:15.568Z] 699f458cf7ca: Verifying Checksum [2024-11-13T14:21:15.568Z] 699f458cf7ca: Download complete [2024-11-13T14:21:15.835Z] 8998bd30e6a1: Download complete [2024-11-13T14:21:18.424Z] 2437ff75d9bd: Verifying Checksum [2024-11-13T14:21:18.424Z] 2437ff75d9bd: Download complete [2024-11-13T14:21:20.389Z] 8998bd30e6a1: Pull complete [2024-11-13T14:21:20.974Z] 04944245beec: Pull complete [2024-11-13T14:21:22.383Z] 699f458cf7ca: Pull complete [2024-11-13T14:21:22.648Z] 765212b225bb: Pull complete [2024-11-13T14:21:23.608Z] f23df028b6ca: Pull complete [2024-11-13T14:21:23.608Z] d65c8cfc05b1: Pull complete [2024-11-13T14:21:41.810Z] 2437ff75d9bd: Pull complete [2024-11-13T14:21:41.810Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-11-13T14:21:41.810Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-11-13T14:21:41.810Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-13T14:21:42.074Z] prd-ubuntu20.04-docker-arm64-4c-16g-26381 does not seem to be running inside a container [2024-11-13T14:21:42.169Z] $ 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/190 -v /w/workspace/app-rfid-llrp-inventory/190:/w/workspace/app-rfid-llrp-inventory/190:rw,z -v /w/workspace/app-rfid-llrp-inventory/190@tmp:/w/workspace/app-rfid-llrp-inventory/190@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-11-13T14:21:44.726Z] $ docker top 4c58ea081079dc2de65650741894154b03d3adb62a0d26e0e2322167f59f6827 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-11-13T14:21:45.578Z] ---> job-cost.sh [2024-11-13T14:21:45.578Z] lf-activate-venv: SKIPPING [2024-11-13T14:21:45.578Z] INFO: No Stack... [2024-11-13T14:21:45.847Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-11-13T14:21:46.844Z] INFO: Archiving Costs [Pipeline] sh [2024-11-13T14:21:47.163Z] + cat /w/workspace/app-rfid-llrp-inventory/190/archives/cost.csv [2024-11-13T14:21:47.163Z] + cut -d, -f6 [Pipeline] lock [2024-11-13T14:21:47.218Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-app-rfid-llrp-inventory-main-190-stack-cost] [2024-11-13T14:21:47.227Z] Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-190-stack-cost] did not exist. Created. [2024-11-13T14:21:47.234Z] Lock acquired on [Resource: jenkins-edgexfoundry-app-rfid-llrp-inventory-main-190-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-11-13T14:21:47.584Z] /w/workspace/app-rfid-llrp-inventory/190@tmp/durable-83a6df20/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2024-11-13T14:21:47.902Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-11-13T14:21:47.926Z] Warning: overwriting stash ‘stack-cost’ [2024-11-13T14:21:47.972Z] Stashed 1 file(s) [Pipeline] } [2024-11-13T14:21:47.980Z] Lock released on resource [Resource: jenkins-edgexfoundry-app-rfid-llrp-inventory-main-190-stack-cost] [Pipeline] // lock [Pipeline] } [2024-11-13T14:21:48.016Z] $ docker stop --time=1 4c58ea081079dc2de65650741894154b03d3adb62a0d26e0e2322167f59f6827 [2024-11-13T14:21:49.465Z] $ docker rm -f --volumes 4c58ea081079dc2de65650741894154b03d3adb62a0d26e0e2322167f59f6827 [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-11-13T14:21:49.915Z] provisioning config files... [2024-11-13T14:21:49.921Z] copy managed file [app-rfid-llrp-inventory-codecov-token] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config16893022821386853190tmp [Pipeline] { [Pipeline] sh [2024-11-13T14:21:50.212Z] + set +x [2024-11-13T14:21:50.212Z] + + bash -s -- [2024-11-13T14:21:50.212Z] curl -s https://codecov.io/bash [2024-11-13T14:21:50.212Z] [2024-11-13T14:21:50.212Z] _____ _ [2024-11-13T14:21:50.212Z] / ____| | | [2024-11-13T14:21:50.212Z] | | ___ __| | ___ ___ _____ __ [2024-11-13T14:21:50.212Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2024-11-13T14:21:50.212Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2024-11-13T14:21:50.212Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2024-11-13T14:21:50.212Z] Bash-1.0.6 [2024-11-13T14:21:50.212Z] [2024-11-13T14:21:50.212Z] [2024-11-13T14:21:50.212Z] ==> git version 2.25.1 found [2024-11-13T14:21:50.212Z] ==> 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-11-13T14:21:50.212Z] Release-Date: 2020-01-08 [2024-11-13T14:21:50.212Z] 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-11-13T14:21:50.212Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2024-11-13T14:21:50.212Z] ==> Jenkins CI detected. [2024-11-13T14:21:50.212Z] current dir:  /w/workspace/dry_app-rfid-llrp-inventory_main [2024-11-13T14:21:50.212Z] project root: . [2024-11-13T14:21:50.212Z] --> token set from env [2024-11-13T14:21:50.212Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2024-11-13T14:21:50.212Z] ==> Running gcov in . (disable via -X gcov) [2024-11-13T14:21:50.212Z] ==> Python coveragepy not found [2024-11-13T14:21:50.212Z] ==> Searching for coverage reports in: [2024-11-13T14:21:50.212Z] + . [2024-11-13T14:21:50.212Z] -> Found 1 reports [2024-11-13T14:21:50.212Z] ==> Detecting git/mercurial file structure [2024-11-13T14:21:50.212Z] ==> Reading reports [2024-11-13T14:21:50.472Z] + ./coverage.out bytes=55696 [2024-11-13T14:21:50.472Z] ==> Appending adjustments [2024-11-13T14:21:50.472Z] https://docs.codecov.io/docs/fixing-reports [2024-11-13T14:21:50.472Z] + Found adjustments [2024-11-13T14:21:50.472Z] ==> Gzipping contents [2024-11-13T14:21:50.472Z] 16K /tmp/codecov.1R5SmG.gz [2024-11-13T14:21:50.472Z] ==> Uploading reports [2024-11-13T14:21:50.472Z] url: https://codecov.io [2024-11-13T14:21:50.472Z] query: branch=main&commit=cab05ee6a5f545b4b20bc198032e0d97b74cbbf3&build=190&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-rfid-llrp-inventory%2Fjob%2Fmain%2F190%2F&name=&tag=&slug=edgexfoundry%2Fapp-rfid-llrp-inventory&service=jenkins&flags=&pr=&job=&cmd_args= [2024-11-13T14:21:50.472Z] -> Pinging Codecov [2024-11-13T14:21:50.472Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=cab05ee6a5f545b4b20bc198032e0d97b74cbbf3&build=190&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-rfid-llrp-inventory%2Fjob%2Fmain%2F190%2F&name=&tag=&slug=edgexfoundry%2Fapp-rfid-llrp-inventory&service=jenkins&flags=&pr=&job=&cmd_args= [2024-11-13T14:21:50.730Z] -> Uploading to [2024-11-13T14:21:50.730Z] https://storage.googleapis.com/codecov/shelter/v4/github/edgexfoundry/device-rfid-llrp-go/cab05ee6a5f545b4b20bc198032e0d97b74cbbf3/b2680e39-629b-404e-aa4e-217ae133ecb4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20241113%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20241113T142150Z&X-Amz-Expires=30&X-Amz-SignedHeaders=host&X-Amz-Signature=c9959b4fd6a13bfd12a69c6b3fdf7f037f06df9d0a9c5f6c337fd0482709fcb2 [2024-11-13T14:21:50.730Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-11-13T14:21:50.730Z] Dload Upload Total Spent Left Speed [2024-11-13T14:21:50.989Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12869 0 0 100 12869 0 55709 --:--:-- --:--:-- --:--:-- 55709 [2024-11-13T14:21:50.989Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rfid-llrp-go/commit/cab05ee6a5f545b4b20bc198032e0d97b74cbbf3 [Pipeline] } [2024-11-13T14:21:50.996Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2024-11-13T14:21:51.156Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2024-11-13T14:21:51.174Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-13T14:21:51.495Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-11-13T14:21:51.495Z] [2024-11-13T14:21:51.495Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-13T14:21:51.800Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-11-13T14:21:51.800Z] latest: Pulling from edgex-devops/edgex-snyk-go [2024-11-13T14:21:51.800Z] 43c4264eed91: Already exists [2024-11-13T14:21:51.800Z] 4cc291be95ef: Already exists [2024-11-13T14:21:51.800Z] 2ac1f1163629: Already exists [2024-11-13T14:21:51.800Z] 5c3c966382ef: Already exists [2024-11-13T14:21:51.800Z] 4f4fb700ef54: Already exists [2024-11-13T14:21:51.800Z] d9c7d2e4e75e: Pulling fs layer [2024-11-13T14:21:51.800Z] 9c3e1370e548: Pulling fs layer [2024-11-13T14:21:52.059Z] d9c7d2e4e75e: Verifying Checksum [2024-11-13T14:21:52.059Z] d9c7d2e4e75e: Download complete [2024-11-13T14:21:52.317Z] d9c7d2e4e75e: Pull complete [2024-11-13T14:21:52.883Z] 9c3e1370e548: Verifying Checksum [2024-11-13T14:21:52.883Z] 9c3e1370e548: Download complete [2024-11-13T14:21:56.164Z] 9c3e1370e548: Pull complete [2024-11-13T14:21:56.164Z] Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b [2024-11-13T14:21:56.164Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-11-13T14:21:56.164Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-13T14:21:56.271Z] prd-ubuntu20.04-docker-8c-8g-26378 does not seem to be running inside a container [2024-11-13T14:21:56.300Z] $ 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-11-13T14:21:58.357Z] $ docker top 02ae46cce845e29a7a93c02fabcb3135b929d08fcb906cd56367bc493a41b8ce -eo pid,comm [Pipeline] { [Pipeline] sh [2024-11-13T14:21:58.719Z] + git config --global --add safe.directory /w/workspace/dry_app-rfid-llrp-inventory_main [Pipeline] echo [2024-11-13T14:21:58.728Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-rfid-llrp-inventory:main' [Pipeline] sh [2024-11-13T14:21:59.005Z] + set -o pipefail [2024-11-13T14:21:59.005Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-rfid-llrp-inventory:main' [2024-11-13T14:22:07.127Z] [2024-11-13T14:22:07.127Z] Monitoring /w/workspace/dry_app-rfid-llrp-inventory_main (edgexfoundry/app-rfid-llrp-inventory)... [2024-11-13T14:22:07.127Z] [2024-11-13T14:22:07.127Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/7116c55e-148a-425a-9d75-27689445d8a8/history/ab3f1b39-f58d-42f5-84cd-916945c415d1 [2024-11-13T14:22:07.127Z] [2024-11-13T14:22:07.127Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2024-11-13T14:22:07.127Z] [2024-11-13T14:22:07.127Z] [2024-11-13T14:22:07.127Z] You have reached your monthly limit of 200 private tests for your edgex-jenkins org. [2024-11-13T14:22:07.127Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2024-11-13T14:22:07.133Z] $ docker stop --time=1 02ae46cce845e29a7a93c02fabcb3135b929d08fcb906cd56367bc493a41b8ce [2024-11-13T14:22:11.202Z] $ docker rm -f --volumes 02ae46cce845e29a7a93c02fabcb3135b929d08fcb906cd56367bc493a41b8ce [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-11-13T14:22:12.125Z] + git log --format=format:%s -1 cab05ee6a5f545b4b20bc198032e0d97b74cbbf3 [Pipeline] sh [2024-11-13T14:22:12.419Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-11-13T14:22:12.419Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-13T14:22:12.722Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-11-13T14:22:12.722Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-13T14:22:12.812Z] prd-ubuntu20.04-docker-8c-8g-26378 does not seem to be running inside a container [2024-11-13T14:22:12.838Z] $ 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-11-13T14:22:13.348Z] $ docker top a6449c36ae68a04914ff97a986534ce22423a44d376c2822aa82bf37f2b2ae8b -eo pid,comm [2024-11-13T14:22:13.400Z] 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-11-13T14:22:13.400Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-11-13T14:22:13.460Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-11-13T14:22:13.460Z] [ssh-agent] Looking for ssh-agent implementation... [2024-11-13T14:22:13.579Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-11-13T14:22:13.576Z] $ docker exec a6449c36ae68a04914ff97a986534ce22423a44d376c2822aa82bf37f2b2ae8b ssh-agent [2024-11-13T14:22:13.696Z] SSH_AUTH_SOCK=/tmp/ssh-3ncWA8DK4eSi/agent.32 [2024-11-13T14:22:13.697Z] SSH_AGENT_PID=38 [2024-11-13T14:22:13.701Z] Running ssh-add (command line suppressed) [2024-11-13T14:22:13.803Z] Identity added: /w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_8684991237938085059.key (/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_8684991237938085059.key) [2024-11-13T14:22:13.820Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-11-13T14:22:14.116Z] + git semver tag [2024-11-13T14:22:14.376Z] 2024-11-13 14:22:14,278 [run_tag] DEBUG tag force:False [2024-11-13T14:22:14.376Z] 2024-11-13 14:22:14,278 [check_head_tag] DEBUG check head tag [2024-11-13T14:22:14.376Z] 2024-11-13 14:22:14,280 [execute] INFO git cat-file --batch-check [2024-11-13T14:22:14.376Z] 2024-11-13 14:22:14,280 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main, universal_newlines=False, shell=None, istream=) [2024-11-13T14:22:14.376Z] 2024-11-13 14:22:14,284 [execute] INFO git cat-file --batch [2024-11-13T14:22:14.376Z] 2024-11-13 14:22:14,284 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main, universal_newlines=False, shell=None, istream=) [2024-11-13T14:22:14.376Z] 2024-11-13 14:22:14,308 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2024-11-13T14:22:14.376Z] 2024-11-13 14:22:14,309 [execute] INFO git tag -a v4.0.0-dev.3 -m v4.0.0-dev.3 [2024-11-13T14:22:14.376Z] 2024-11-13 14:22:14,309 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.0.0-dev.3', '-m', 'v4.0.0-dev.3'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main, universal_newlines=False, shell=None, istream=None) [2024-11-13T14:22:14.376Z] 2024-11-13 14:22:14,313 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2024-11-13T14:22:14.376Z] 4.0.0-dev.3 [Pipeline] } [2024-11-13T14:22:14.382Z] $ docker exec --env ******** --env ******** a6449c36ae68a04914ff97a986534ce22423a44d376c2822aa82bf37f2b2ae8b ssh-agent -k [2024-11-13T14:22:14.491Z] unset SSH_AUTH_SOCK; [2024-11-13T14:22:14.491Z] unset SSH_AGENT_PID; [2024-11-13T14:22:14.491Z] echo Agent pid 38 killed; [2024-11-13T14:22:14.507Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-11-13T14:22:14.843Z] + git semver [Pipeline] } [2024-11-13T14:22:15.108Z] $ docker stop --time=1 a6449c36ae68a04914ff97a986534ce22423a44d376c2822aa82bf37f2b2ae8b [2024-11-13T14:22:16.381Z] $ docker rm -f --volumes a6449c36ae68a04914ff97a986534ce22423a44d376c2822aa82bf37f2b2ae8b [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-13T14:22:16.799Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-11-13T14:22:16.799Z] [2024-11-13T14:22:16.799Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-13T14:22:17.104Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-11-13T14:22:17.104Z] 0.23.1-centos7: Pulling from edgex-lftools [2024-11-13T14:22:17.104Z] ab5ef0e58194: Pulling fs layer [2024-11-13T14:22:17.104Z] 9712f1f96733: Pulling fs layer [2024-11-13T14:22:17.104Z] 63f879dbbcfc: Pulling fs layer [2024-11-13T14:22:17.104Z] 0d9ebad4ef96: Pulling fs layer [2024-11-13T14:22:17.104Z] e9a5061849ea: Pulling fs layer [2024-11-13T14:22:17.104Z] d747dcd14b5f: Pulling fs layer [2024-11-13T14:22:17.104Z] 2de7ff778b66: Pulling fs layer [2024-11-13T14:22:17.104Z] 0d9ebad4ef96: Waiting [2024-11-13T14:22:17.104Z] e9a5061849ea: Waiting [2024-11-13T14:22:17.104Z] 2de7ff778b66: Waiting [2024-11-13T14:22:17.104Z] d747dcd14b5f: Waiting [2024-11-13T14:22:17.104Z] 9712f1f96733: Verifying Checksum [2024-11-13T14:22:17.104Z] 9712f1f96733: Download complete [2024-11-13T14:22:17.364Z] 63f879dbbcfc: Verifying Checksum [2024-11-13T14:22:17.364Z] 63f879dbbcfc: Download complete [2024-11-13T14:22:17.623Z] e9a5061849ea: Verifying Checksum [2024-11-13T14:22:17.623Z] e9a5061849ea: Download complete [2024-11-13T14:22:17.623Z] d747dcd14b5f: Verifying Checksum [2024-11-13T14:22:17.623Z] d747dcd14b5f: Download complete [2024-11-13T14:22:17.623Z] 0d9ebad4ef96: Verifying Checksum [2024-11-13T14:22:17.623Z] 0d9ebad4ef96: Download complete [2024-11-13T14:22:17.623Z] ab5ef0e58194: Verifying Checksum [2024-11-13T14:22:17.623Z] ab5ef0e58194: Download complete [2024-11-13T14:22:17.623Z] 2de7ff778b66: Verifying Checksum [2024-11-13T14:22:17.623Z] 2de7ff778b66: Download complete [2024-11-13T14:22:20.150Z] ab5ef0e58194: Pull complete [2024-11-13T14:22:20.150Z] 9712f1f96733: Pull complete [2024-11-13T14:22:21.082Z] 63f879dbbcfc: Pull complete [2024-11-13T14:22:25.269Z] 0d9ebad4ef96: Pull complete [2024-11-13T14:22:25.269Z] e9a5061849ea: Pull complete [2024-11-13T14:22:25.269Z] d747dcd14b5f: Pull complete [2024-11-13T14:22:26.204Z] 2de7ff778b66: Pull complete [2024-11-13T14:22:26.204Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2024-11-13T14:22:26.204Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-11-13T14:22:26.204Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-13T14:22:26.308Z] prd-ubuntu20.04-docker-8c-8g-26378 does not seem to be running inside a container [2024-11-13T14:22:26.330Z] $ 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-11-13T14:22:30.254Z] $ docker top 58113f7809d41d5ad499493350bc0cd1bb865d7db8cf5cec97d2011dab0de0c1 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2024-11-13T14:22:30.342Z] provisioning config files... [2024-11-13T14:22:30.348Z] copy managed file [sigul-config] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config4206607703874789786tmp [2024-11-13T14:22:30.359Z] copy managed file [sigul-password] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config14387094830322420983tmp [2024-11-13T14:22:30.367Z] copy managed file [sigul-pki] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config17253775444435026467tmp [Pipeline] { [Pipeline] echo [2024-11-13T14:22:30.398Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2024-11-13T14:22:30.695Z] ---> sigul-configuration.sh [2024-11-13T14:22:30.695Z] gpg: directory `/root/.gnupg' created [2024-11-13T14:22:30.695Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2024-11-13T14:22:30.695Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2024-11-13T14:22:30.695Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2024-11-13T14:22:30.695Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2024-11-13T14:22:30.695Z] gpg: CAST5 encrypted data [2024-11-13T14:22:30.695Z] gpg: encrypted with 1 passphrase [2024-11-13T14:22:30.695Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2024-11-13T14:22:30.992Z] + mkdir /home/jenkins [2024-11-13T14:22:30.992Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2024-11-13T14:22:31.289Z] + 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-11-13T14:22:31.301Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2024-11-13T14:22:31.592Z] ---> sigul-install.sh [2024-11-13T14:22:31.593Z] Sigul already installed; skipping installation. [Pipeline] sh [2024-11-13T14:22:31.889Z] + git tag --list [2024-11-13T14:22:31.889Z] v0.0.0 [2024-11-13T14:22:31.889Z] v1.0.0 [2024-11-13T14:22:31.889Z] v2.1.0 [2024-11-13T14:22:31.889Z] v2.1.1 [2024-11-13T14:22:31.889Z] v2.2.0 [2024-11-13T14:22:31.889Z] v2.3.0 [2024-11-13T14:22:31.889Z] v3.0 [2024-11-13T14:22:31.889Z] v3.0.0 [2024-11-13T14:22:31.889Z] v3.0.1 [2024-11-13T14:22:31.889Z] v3.0.1-dev.1 [2024-11-13T14:22:31.889Z] v3.1 [2024-11-13T14:22:31.889Z] v3.1.0 [2024-11-13T14:22:31.889Z] v3.1.0-dev.1 [2024-11-13T14:22:31.889Z] v3.1.0-dev.10 [2024-11-13T14:22:31.889Z] v3.1.0-dev.11 [2024-11-13T14:22:31.889Z] v3.1.0-dev.12 [2024-11-13T14:22:31.889Z] v3.1.0-dev.13 [2024-11-13T14:22:31.889Z] v3.1.0-dev.14 [2024-11-13T14:22:31.889Z] v3.1.0-dev.15 [2024-11-13T14:22:31.889Z] v3.1.0-dev.16 [2024-11-13T14:22:31.889Z] v3.1.0-dev.17 [2024-11-13T14:22:31.889Z] v3.1.0-dev.18 [2024-11-13T14:22:31.889Z] v3.1.0-dev.19 [2024-11-13T14:22:31.889Z] v3.1.0-dev.2 [2024-11-13T14:22:31.889Z] v3.1.0-dev.20 [2024-11-13T14:22:31.889Z] v3.1.0-dev.21 [2024-11-13T14:22:31.889Z] v3.1.0-dev.22 [2024-11-13T14:22:31.889Z] v3.1.0-dev.23 [2024-11-13T14:22:31.889Z] v3.1.0-dev.24 [2024-11-13T14:22:31.889Z] v3.1.0-dev.25 [2024-11-13T14:22:31.889Z] v3.1.0-dev.26 [2024-11-13T14:22:31.889Z] v3.1.0-dev.27 [2024-11-13T14:22:31.889Z] v3.1.0-dev.28 [2024-11-13T14:22:31.889Z] v3.1.0-dev.29 [2024-11-13T14:22:31.889Z] v3.1.0-dev.3 [2024-11-13T14:22:31.889Z] v3.1.0-dev.30 [2024-11-13T14:22:31.889Z] v3.1.0-dev.31 [2024-11-13T14:22:31.889Z] v3.1.0-dev.32 [2024-11-13T14:22:31.889Z] v3.1.0-dev.33 [2024-11-13T14:22:31.889Z] v3.1.0-dev.34 [2024-11-13T14:22:31.889Z] v3.1.0-dev.35 [2024-11-13T14:22:31.889Z] v3.1.0-dev.36 [2024-11-13T14:22:31.889Z] v3.1.0-dev.37 [2024-11-13T14:22:31.889Z] v3.1.0-dev.38 [2024-11-13T14:22:31.889Z] v3.1.0-dev.39 [2024-11-13T14:22:31.889Z] v3.1.0-dev.4 [2024-11-13T14:22:31.889Z] v3.1.0-dev.40 [2024-11-13T14:22:31.889Z] v3.1.0-dev.5 [2024-11-13T14:22:31.889Z] v3.1.0-dev.6 [2024-11-13T14:22:31.889Z] v3.1.0-dev.7 [2024-11-13T14:22:31.889Z] v3.1.0-dev.8 [2024-11-13T14:22:31.889Z] v3.1.0-dev.9 [2024-11-13T14:22:31.889Z] v3.1.1 [2024-11-13T14:22:31.889Z] v3.2.0-dev.1 [2024-11-13T14:22:31.889Z] v3.2.0-dev.10 [2024-11-13T14:22:31.889Z] v3.2.0-dev.11 [2024-11-13T14:22:31.889Z] v3.2.0-dev.12 [2024-11-13T14:22:31.889Z] v3.2.0-dev.13 [2024-11-13T14:22:31.889Z] v3.2.0-dev.14 [2024-11-13T14:22:31.889Z] v3.2.0-dev.15 [2024-11-13T14:22:31.889Z] v3.2.0-dev.16 [2024-11-13T14:22:31.889Z] v3.2.0-dev.17 [2024-11-13T14:22:31.889Z] v3.2.0-dev.18 [2024-11-13T14:22:31.889Z] v3.2.0-dev.19 [2024-11-13T14:22:31.889Z] v3.2.0-dev.2 [2024-11-13T14:22:31.889Z] v3.2.0-dev.20 [2024-11-13T14:22:31.889Z] v3.2.0-dev.21 [2024-11-13T14:22:31.889Z] v3.2.0-dev.22 [2024-11-13T14:22:31.889Z] v3.2.0-dev.23 [2024-11-13T14:22:31.889Z] v3.2.0-dev.24 [2024-11-13T14:22:31.889Z] v3.2.0-dev.25 [2024-11-13T14:22:31.889Z] v3.2.0-dev.26 [2024-11-13T14:22:31.889Z] v3.2.0-dev.27 [2024-11-13T14:22:31.889Z] v3.2.0-dev.28 [2024-11-13T14:22:31.889Z] v3.2.0-dev.29 [2024-11-13T14:22:31.889Z] v3.2.0-dev.3 [2024-11-13T14:22:31.889Z] v3.2.0-dev.30 [2024-11-13T14:22:31.889Z] v3.2.0-dev.31 [2024-11-13T14:22:31.889Z] v3.2.0-dev.32 [2024-11-13T14:22:31.889Z] v3.2.0-dev.33 [2024-11-13T14:22:31.889Z] v3.2.0-dev.4 [2024-11-13T14:22:31.889Z] v3.2.0-dev.5 [2024-11-13T14:22:31.889Z] v3.2.0-dev.6 [2024-11-13T14:22:31.889Z] v3.2.0-dev.7 [2024-11-13T14:22:31.889Z] v3.2.0-dev.8 [2024-11-13T14:22:31.889Z] v3.2.0-dev.9 [2024-11-13T14:22:31.889Z] v4.0.0-dev.1 [2024-11-13T14:22:31.889Z] v4.0.0-dev.2 [2024-11-13T14:22:31.889Z] v4.0.0-dev.3 [Pipeline] sh [2024-11-13T14:22:32.185Z] + lftools sign git-tag v4.0.0-dev.3 [2024-11-13T14:22:32.752Z] Signing Git tag with Sigul... [2024-11-13T14:22:32.752Z] Signing v4.0.0-dev.3 [Pipeline] echo [2024-11-13T14:22:33.024Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2024-11-13T14:22:33.316Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2024-11-13T14:22:33.324Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2024-11-13T14:22:33.349Z] $ docker stop --time=1 58113f7809d41d5ad499493350bc0cd1bb865d7db8cf5cec97d2011dab0de0c1 [2024-11-13T14:22:34.722Z] $ docker rm -f --volumes 58113f7809d41d5ad499493350bc0cd1bb865d7db8cf5cec97d2011dab0de0c1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2024-11-13T14:22:35.198Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-11-13T14:22:35.198Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-13T14:22:35.502Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-11-13T14:22:35.502Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-13T14:22:35.593Z] prd-ubuntu20.04-docker-8c-8g-26378 does not seem to be running inside a container [2024-11-13T14:22:35.619Z] $ 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-11-13T14:22:35.992Z] $ docker top e5d6379ce0267360c3a5adbda5f6eade355a381ff8f1462233e61b34fc1a5189 -eo pid,comm [2024-11-13T14:22:36.038Z] 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-11-13T14:22:36.038Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-11-13T14:22:36.099Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-11-13T14:22:36.099Z] [ssh-agent] Looking for ssh-agent implementation... [2024-11-13T14:22:36.216Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-11-13T14:22:36.214Z] $ docker exec e5d6379ce0267360c3a5adbda5f6eade355a381ff8f1462233e61b34fc1a5189 ssh-agent [2024-11-13T14:22:36.314Z] SSH_AUTH_SOCK=/tmp/ssh-5iiZrzjyEGpp/agent.32 [2024-11-13T14:22:36.314Z] SSH_AGENT_PID=38 [2024-11-13T14:22:36.319Z] Running ssh-add (command line suppressed) [2024-11-13T14:22:36.411Z] Identity added: /w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_16078003902545854259.key (/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_16078003902545854259.key) [2024-11-13T14:22:36.431Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-11-13T14:22:36.723Z] + git semver bump pre [2024-11-13T14:22:36.982Z] 2024-11-13 14:22:36,906 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2024-11-13T14:22:36.982Z] 2024-11-13 14:22:36,906 [bump_version] DEBUG bumping version:4.0.0-dev.3 on axis:pre with prefix:dev [2024-11-13T14:22:36.982Z] 2024-11-13 14:22:36,906 [bump_version] DEBUG bumped version:4.0.0-dev.4 [2024-11-13T14:22:36.982Z] 2024-11-13 14:22:36,906 [write_version] DEBUG write version:4.0.0-dev.4 to path:/w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main with force:True [2024-11-13T14:22:36.982Z] 2024-11-13 14:22:36,906 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2024-11-13T14:22:36.982Z] 2024-11-13 14:22:36,906 [write_file] DEBUG write to file:/w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2024-11-13T14:22:36.982Z] 2024-11-13 14:22:36,909 [execute] INFO git cat-file --batch-check [2024-11-13T14:22:36.982Z] 2024-11-13 14:22:36,909 [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-11-13T14:22:36.982Z] 2024-11-13 14:22:36,915 [execute] INFO git cat-file --batch [2024-11-13T14:22:36.982Z] 2024-11-13 14:22:36,915 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main/.semver, universal_newlines=False, shell=None, istream=) [2024-11-13T14:22:36.982Z] 2024-11-13 14:22:36,920 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2024-11-13T14:22:36.982Z] 4.0.0-dev.4 [Pipeline] } [2024-11-13T14:22:36.987Z] $ docker exec --env ******** --env ******** e5d6379ce0267360c3a5adbda5f6eade355a381ff8f1462233e61b34fc1a5189 ssh-agent -k [2024-11-13T14:22:37.082Z] unset SSH_AUTH_SOCK; [2024-11-13T14:22:37.082Z] unset SSH_AGENT_PID; [2024-11-13T14:22:37.083Z] echo Agent pid 38 killed; [2024-11-13T14:22:37.097Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-11-13T14:22:37.425Z] + git semver [Pipeline] } [2024-11-13T14:22:37.692Z] $ docker stop --time=1 e5d6379ce0267360c3a5adbda5f6eade355a381ff8f1462233e61b34fc1a5189 [2024-11-13T14:22:38.955Z] $ docker rm -f --volumes e5d6379ce0267360c3a5adbda5f6eade355a381ff8f1462233e61b34fc1a5189 [Pipeline] // withDockerContainer [Pipeline] sh [2024-11-13T14:22:39.319Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-11-13T14:22:39.319Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-13T14:22:39.628Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-11-13T14:22:39.628Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-13T14:22:39.712Z] prd-ubuntu20.04-docker-8c-8g-26378 does not seem to be running inside a container [2024-11-13T14:22:39.738Z] $ 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-11-13T14:22:40.101Z] $ docker top 989601f7719896428ff7552546e300f3165ca422a1d852b2aa7d61276ffdf2a2 -eo pid,comm [2024-11-13T14:22:40.155Z] 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-11-13T14:22:40.155Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-11-13T14:22:40.225Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-11-13T14:22:40.225Z] [ssh-agent] Looking for ssh-agent implementation... [2024-11-13T14:22:40.342Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-11-13T14:22:40.340Z] $ docker exec 989601f7719896428ff7552546e300f3165ca422a1d852b2aa7d61276ffdf2a2 ssh-agent [2024-11-13T14:22:40.461Z] SSH_AUTH_SOCK=/tmp/ssh-fhFpTQRiZRo7/agent.32 [2024-11-13T14:22:40.461Z] SSH_AGENT_PID=38 [2024-11-13T14:22:40.466Z] Running ssh-add (command line suppressed) [2024-11-13T14:22:40.572Z] Identity added: /w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_8276449543474331823.key (/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_8276449543474331823.key) [2024-11-13T14:22:40.590Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-11-13T14:22:40.890Z] + git semver push [2024-11-13T14:22:41.150Z] 2024-11-13 14:22:41,075 [run_push] DEBUG push [2024-11-13T14:22:41.150Z] 2024-11-13 14:22:41,075 [execute] INFO git cat-file --batch-check [2024-11-13T14:22:41.150Z] 2024-11-13 14:22:41,076 [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-11-13T14:22:41.150Z] 2024-11-13 14:22:41,080 [execute] INFO git rev-list 5f5a81c0f1f0202304b108a35fc4d58935cb04b8 -- [2024-11-13T14:22:41.150Z] 2024-11-13 14:22:41,080 [execute] DEBUG Popen(['git', 'rev-list', '5f5a81c0f1f0202304b108a35fc4d58935cb04b8', '--'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main/.semver, universal_newlines=False, shell=None, istream=None) [2024-11-13T14:22:41.150Z] 2024-11-13 14:22:41,089 [execute] INFO git fetch -v origin [2024-11-13T14:22:41.150Z] 2024-11-13 14:22:41,089 [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-11-13T14:22:41.719Z] 2024-11-13 14:22:41,539 [run_push] DEBUG no remote changes detected [2024-11-13T14:22:41.719Z] 2024-11-13 14:22:41,540 [execute] INFO git push origin semver [2024-11-13T14:22:41.719Z] 2024-11-13 14:22:41,540 [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-11-13T14:22:42.287Z] 2024-11-13 14:22:42,173 [run_push] DEBUG push all version tags [2024-11-13T14:22:42.287Z] 2024-11-13 14:22:42,174 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2024-11-13T14:22:42.287Z] 2024-11-13 14:22:42,174 [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-11-13T14:22:42.855Z] 2024-11-13 14:22:42,834 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2024-11-13T14:22:42.855Z] 4.0.0-dev.4 [Pipeline] } [2024-11-13T14:22:43.124Z] $ docker exec --env ******** --env ******** 989601f7719896428ff7552546e300f3165ca422a1d852b2aa7d61276ffdf2a2 ssh-agent -k [2024-11-13T14:22:43.213Z] unset SSH_AUTH_SOCK; [2024-11-13T14:22:43.214Z] unset SSH_AGENT_PID; [2024-11-13T14:22:43.214Z] echo Agent pid 38 killed; [2024-11-13T14:22:43.229Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-11-13T14:22:43.557Z] + git semver [Pipeline] } [2024-11-13T14:22:43.823Z] $ docker stop --time=1 989601f7719896428ff7552546e300f3165ca422a1d852b2aa7d61276ffdf2a2 [2024-11-13T14:22:45.071Z] $ docker rm -f --volumes 989601f7719896428ff7552546e300f3165ca422a1d852b2aa7d61276ffdf2a2 [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-11-13T14:22:45.670Z] + [ -d /w/workspace/dry_app-rfid-llrp-inventory_main/archives ] [2024-11-13T14:22:45.670Z] + ls -al /w/workspace/dry_app-rfid-llrp-inventory_main/archives [2024-11-13T14:22:45.670Z] total 16 [2024-11-13T14:22:45.670Z] drwxr-xr-x 3 root root 4096 Nov 13 14:04 . [2024-11-13T14:22:45.670Z] drwxrwxr-x 12 jenkins jenkins 4096 Nov 13 14:22 .. [2024-11-13T14:22:45.670Z] drwxr-xr-x 2 root root 4096 Nov 13 14:04 cost [2024-11-13T14:22:45.670Z] -rw-r--r-- 1 root root 95 Nov 13 14:04 cost.csv [2024-11-13T14:22:45.670Z] + sudo chown -R jenkins:jenkins /w/workspace/dry_app-rfid-llrp-inventory_main/archives [2024-11-13T14:22:45.670Z] + ls -al /w/workspace/dry_app-rfid-llrp-inventory_main/archives [2024-11-13T14:22:45.670Z] total 16 [2024-11-13T14:22:45.670Z] drwxr-xr-x 3 jenkins jenkins 4096 Nov 13 14:04 . [2024-11-13T14:22:45.670Z] drwxrwxr-x 12 jenkins jenkins 4096 Nov 13 14:22 .. [2024-11-13T14:22:45.670Z] drwxr-xr-x 2 jenkins jenkins 4096 Nov 13 14:04 cost [2024-11-13T14:22:45.670Z] -rw-r--r-- 1 jenkins jenkins 95 Nov 13 14:04 cost.csv [Pipeline] libraryResource [Pipeline] sh [2024-11-13T14:22:45.966Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-11-13T14:22:46.829Z] ---> package-listing.sh [2024-11-13T14:22:46.829Z] ++ facter osfamily [2024-11-13T14:22:46.829Z] ++ tr '[:upper:]' '[:lower:]' [2024-11-13T14:22:47.088Z] + OS_FAMILY=debian [2024-11-13T14:22:47.088Z] + workspace=/w/workspace/dry_app-rfid-llrp-inventory_main [2024-11-13T14:22:47.088Z] + START_PACKAGES=/tmp/packages_start.txt [2024-11-13T14:22:47.088Z] + END_PACKAGES=/tmp/packages_end.txt [2024-11-13T14:22:47.088Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-11-13T14:22:47.088Z] + PACKAGES=/tmp/packages_start.txt [2024-11-13T14:22:47.088Z] + '[' /w/workspace/dry_app-rfid-llrp-inventory_main ']' [2024-11-13T14:22:47.088Z] + PACKAGES=/tmp/packages_end.txt [2024-11-13T14:22:47.088Z] + case "${OS_FAMILY}" in [2024-11-13T14:22:47.088Z] + dpkg -l [2024-11-13T14:22:47.088Z] + grep '^ii' [2024-11-13T14:22:47.088Z] + '[' -f /tmp/packages_start.txt ']' [2024-11-13T14:22:47.088Z] + '[' -f /tmp/packages_end.txt ']' [2024-11-13T14:22:47.088Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-11-13T14:22:47.088Z] + '[' /w/workspace/dry_app-rfid-llrp-inventory_main ']' [2024-11-13T14:22:47.088Z] + mkdir -p /w/workspace/dry_app-rfid-llrp-inventory_main/archives/ [2024-11-13T14:22:47.088Z] + 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-11-13T14:22:47.100Z] 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-11-13T14:22:47.380Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-13T14:22:47.952Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-11-13T14:22:47.952Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-13T14:22:48.031Z] prd-ubuntu20.04-docker-8c-8g-26378 does not seem to be running inside a container [2024-11-13T14:22:48.052Z] $ 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-11-13T14:22:48.256Z] $ docker top dbdb922cb3b9589f632cbde21b1747c8d3c863c5fe65dd77fe49bc7866e0c5de -eo pid,comm [Pipeline] { [Pipeline] sh [2024-11-13T14:22:48.619Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-11-13T14:22:48.912Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-11-13T14:22:49.195Z] + ls /var/log/sa-host [2024-11-13T14:22:49.195Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-11-13T14:22:49.272Z] provisioning config files... [2024-11-13T14:22:49.280Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config12008539821985103381tmp [Pipeline] { [Pipeline] echo [2024-11-13T14:22:49.298Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-11-13T14:22:49.581Z] ---> create-netrc.sh [Pipeline] } [2024-11-13T14:22:49.589Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-11-13T14:22:49.924Z] ---> python-tools-install.sh [Pipeline] echo [2024-11-13T14:22:49.936Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-11-13T14:22:50.218Z] ---> sudo-logs.sh [2024-11-13T14:22:50.218Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-11-13T14:22:50.250Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-11-13T14:22:50.533Z] ---> job-cost.sh [2024-11-13T14:22:50.533Z] lf-activate-venv: SKIPPING [2024-11-13T14:22:50.533Z] DEBUG: total: 0.2199999988079071 [2024-11-13T14:22:50.533Z] INFO: Retrieving Stack Cost... [2024-11-13T14:22:51.101Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-11-13T14:22:51.361Z] INFO: Archiving Costs [Pipeline] echo [2024-11-13T14:22:51.376Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-11-13T14:22:51.656Z] ---> logs-deploy.sh [2024-11-13T14:22:51.656Z] lf-activate-venv: SKIPPING [2024-11-13T14:22:51.656Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-rfid-llrp-inventory/main/190 [2024-11-13T14:22:51.656Z] INFO: archiving workspace using pattern(s): [2024-11-13T14:22:52.595Z] Archives upload complete. [2024-11-13T14:22:52.854Z] INFO: archiving logs to Nexus [2024-11-13T14:22:53.422Z] ---> uname -a: [2024-11-13T14:22:53.422Z] Linux prd-ubuntu20-04-docker-8c-8g-26378 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2024-11-13T14:22:53.422Z] [2024-11-13T14:22:53.422Z] [2024-11-13T14:22:53.422Z] ---> lscpu: [2024-11-13T14:22:53.422Z] Architecture: x86_64 [2024-11-13T14:22:53.422Z] CPU op-mode(s): 32-bit, 64-bit [2024-11-13T14:22:53.422Z] Byte Order: Little Endian [2024-11-13T14:22:53.423Z] Address sizes: 40 bits physical, 48 bits virtual [2024-11-13T14:22:53.423Z] CPU(s): 8 [2024-11-13T14:22:53.423Z] On-line CPU(s) list: 0-7 [2024-11-13T14:22:53.423Z] Thread(s) per core: 1 [2024-11-13T14:22:53.423Z] Core(s) per socket: 1 [2024-11-13T14:22:53.423Z] Socket(s): 8 [2024-11-13T14:22:53.423Z] NUMA node(s): 1 [2024-11-13T14:22:53.423Z] Vendor ID: AuthenticAMD [2024-11-13T14:22:53.423Z] CPU family: 23 [2024-11-13T14:22:53.423Z] Model: 49 [2024-11-13T14:22:53.423Z] Model name: AMD EPYC-Rome Processor [2024-11-13T14:22:53.423Z] Stepping: 0 [2024-11-13T14:22:53.423Z] CPU MHz: 2800.000 [2024-11-13T14:22:53.423Z] BogoMIPS: 5600.00 [2024-11-13T14:22:53.423Z] Virtualization: AMD-V [2024-11-13T14:22:53.423Z] Hypervisor vendor: KVM [2024-11-13T14:22:53.423Z] Virtualization type: full [2024-11-13T14:22:53.423Z] L1d cache: 256 KiB [2024-11-13T14:22:53.423Z] L1i cache: 256 KiB [2024-11-13T14:22:53.423Z] L2 cache: 4 MiB [2024-11-13T14:22:53.423Z] L3 cache: 128 MiB [2024-11-13T14:22:53.423Z] NUMA node0 CPU(s): 0-7 [2024-11-13T14:22:53.423Z] Vulnerability Itlb multihit: Not affected [2024-11-13T14:22:53.423Z] Vulnerability L1tf: Not affected [2024-11-13T14:22:53.423Z] Vulnerability Mds: Not affected [2024-11-13T14:22:53.423Z] Vulnerability Meltdown: Not affected [2024-11-13T14:22:53.423Z] Vulnerability Mmio stale data: Not affected [2024-11-13T14:22:53.423Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2024-11-13T14:22:53.423Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2024-11-13T14:22:53.423Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2024-11-13T14:22:53.423Z] Vulnerability Srbds: Not affected [2024-11-13T14:22:53.423Z] Vulnerability Tsx async abort: Not affected [2024-11-13T14:22:53.423Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2024-11-13T14:22:53.423Z] [2024-11-13T14:22:53.423Z] [2024-11-13T14:22:53.423Z] ---> nproc: [2024-11-13T14:22:53.423Z] 8 [2024-11-13T14:22:53.423Z] [2024-11-13T14:22:53.423Z] [2024-11-13T14:22:53.423Z] ---> df -h: [2024-11-13T14:22:53.423Z] Filesystem Size Used Avail Use% Mounted on [2024-11-13T14:22:53.423Z] overlay 155G 13G 142G 9% / [2024-11-13T14:22:53.423Z] tmpfs 64M 0 64M 0% /dev [2024-11-13T14:22:53.423Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2024-11-13T14:22:53.423Z] shm 64M 0 64M 0% /dev/shm [2024-11-13T14:22:53.423Z] /dev/vda1 155G 13G 142G 9% /facter-os [2024-11-13T14:22:53.423Z] [2024-11-13T14:22:53.423Z] [2024-11-13T14:22:53.423Z] ---> sar -b -r -n DEV: [2024-11-13T14:22:53.423Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-26378) 11/13/24 _x86_64_ (8 CPU) [2024-11-13T14:22:53.423Z] [2024-11-13T14:22:53.423Z] 13:59:22 LINUX RESTART (8 CPU) [2024-11-13T14:22:53.423Z] [2024-11-13T14:22:53.423Z] 14:00:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2024-11-13T14:22:53.423Z] 14:01:01 194.22 10.74 183.48 0.00 1785.19 35700.80 0.00 [2024-11-13T14:22:53.423Z] 14:02:01 229.10 3.95 225.15 0.00 52.52 76138.91 0.00 [2024-11-13T14:22:53.423Z] 14:03:01 26.76 0.00 26.76 0.00 0.00 17040.24 0.00 [2024-11-13T14:22:53.423Z] 14:04:01 83.77 0.12 83.65 0.00 3.73 22459.99 0.00 [2024-11-13T14:22:53.423Z] 14:05:01 226.01 6.18 219.83 0.00 4373.14 61135.14 0.00 [2024-11-13T14:22:53.423Z] 14:06:01 5.45 0.02 5.43 0.00 0.13 114.91 0.00 [2024-11-13T14:22:53.423Z] 14:07:01 2.17 0.00 2.17 0.00 0.00 24.93 0.00 [2024-11-13T14:22:53.423Z] 14:08:01 2.02 0.00 2.02 0.00 0.00 23.33 0.00 [2024-11-13T14:22:53.423Z] 14:09:01 1.08 0.00 1.08 0.00 0.00 12.00 0.00 [2024-11-13T14:22:53.423Z] 14:10:01 2.10 0.00 2.10 0.00 0.00 24.66 0.00 [2024-11-13T14:22:53.423Z] 14:11:01 1.17 0.00 1.17 0.00 0.00 17.46 0.00 [2024-11-13T14:22:53.423Z] 14:12:01 1.38 0.00 1.38 0.00 0.00 16.93 0.00 [2024-11-13T14:22:53.423Z] 14:13:01 1.43 0.00 1.43 0.00 0.00 16.00 0.00 [2024-11-13T14:22:53.423Z] 14:14:01 1.90 0.00 1.90 0.00 0.00 21.46 0.00 [2024-11-13T14:22:53.423Z] 14:15:01 1.97 0.02 1.95 0.00 0.13 26.00 0.00 [2024-11-13T14:22:53.423Z] 14:16:01 1.37 0.00 1.37 0.00 0.00 16.40 0.00 [2024-11-13T14:22:53.423Z] 14:17:01 1.05 0.02 1.03 0.00 0.13 11.33 0.00 [2024-11-13T14:22:53.423Z] 14:18:01 1.70 0.00 1.70 0.00 0.00 20.26 0.00 [2024-11-13T14:22:53.423Z] 14:19:01 0.95 0.00 0.95 0.00 0.00 10.53 0.00 [2024-11-13T14:22:53.423Z] 14:20:01 1.62 0.00 1.62 0.00 0.00 19.33 0.00 [2024-11-13T14:22:53.423Z] 14:21:01 0.95 0.00 0.95 0.00 0.00 11.60 0.00 [2024-11-13T14:22:53.423Z] 14:22:01 22.05 0.20 21.85 0.00 8.93 14797.53 0.00 [2024-11-13T14:22:53.423Z] Average: 36.71 0.96 35.75 0.00 281.76 10328.80 0.00 [2024-11-13T14:22:53.423Z] [2024-11-13T14:22:53.423Z] 14:00:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2024-11-13T14:22:53.423Z] 14:01:01 29098196 31484128 827760 2.52 80884 2572228 2000312 5.90 1082328 2306252 9680 [2024-11-13T14:22:53.423Z] 14:02:01 27618328 31270372 1027140 3.12 183392 3596592 2243772 6.61 1482048 3224920 76080 [2024-11-13T14:22:53.423Z] 14:03:01 26446024 30969532 1327320 4.04 187820 4409344 2430824 7.16 1824980 4002296 426052 [2024-11-13T14:22:53.423Z] 14:04:01 27395964 31471764 828940 2.52 190468 3994820 1928772 5.68 1421140 3498228 331872 [2024-11-13T14:22:53.423Z] 14:05:01 26392068 31442424 827948 2.52 228668 4878580 1728824 5.10 1733540 4102948 1132 [2024-11-13T14:22:53.423Z] 14:06:01 26416164 31461488 809780 2.46 227184 4875320 1721368 5.07 1713420 4099692 384 [2024-11-13T14:22:53.423Z] 14:07:01 26419456 31464852 806336 2.45 227264 4875328 1721368 5.07 1711044 4099704 184 [2024-11-13T14:22:53.423Z] 14:08:01 26426116 31471676 799424 2.43 227324 4875460 1721368 5.07 1704056 4099832 8 [2024-11-13T14:22:53.423Z] 14:09:01 26427616 31473240 798112 2.43 227368 4875460 1721368 5.07 1702936 4099836 176 [2024-11-13T14:22:53.423Z] 14:10:01 26433244 31478972 792220 2.41 227436 4875468 1721368 5.07 1697432 4099836 168 [2024-11-13T14:22:53.423Z] 14:11:01 26433952 31479716 791412 2.41 227472 4875468 1721368 5.07 1697100 4099840 184 [2024-11-13T14:22:53.423Z] 14:12:01 26433968 31479736 791312 2.41 227492 4875472 1721368 5.07 1697140 4099844 40 [2024-11-13T14:22:53.423Z] 14:13:01 26433968 31479800 791232 2.41 227552 4875476 1721368 5.07 1696836 4099852 168 [2024-11-13T14:22:53.423Z] 14:14:01 26434016 31479920 791056 2.41 227616 4875476 1721368 5.07 1696964 4099856 176 [2024-11-13T14:22:53.423Z] 14:15:01 26432844 31478924 792028 2.41 227668 4875456 1727176 5.09 1697288 4099820 24 [2024-11-13T14:22:53.423Z] 14:16:01 26432632 31478724 792344 2.41 227680 4875460 1727176 5.09 1697560 4099824 212 [2024-11-13T14:22:53.423Z] 14:17:01 26432380 31478476 792536 2.41 227704 4875456 1727176 5.09 1697664 4099824 8 [2024-11-13T14:22:53.423Z] 14:18:01 26432336 31478528 792340 2.41 227728 4875468 1727176 5.09 1697280 4099828 24 [2024-11-13T14:22:53.423Z] 14:19:01 26433580 31479796 791028 2.41 227732 4875468 1727176 5.09 1696176 4099832 8 [2024-11-13T14:22:53.423Z] 14:20:01 26433376 31479660 791132 2.41 227772 4875464 1727176 5.09 1696328 4099840 24 [2024-11-13T14:22:53.423Z] 14:21:01 26433352 31479644 791068 2.41 227784 4875476 1727176 5.09 1696308 4099844 12 [2024-11-13T14:22:53.423Z] 14:22:01 25515416 31203808 1059608 3.22 232032 5468732 2090504 6.16 1999976 4658672 193396 [2024-11-13T14:22:53.423Z] Average: 26607045 31430235 846003 2.57 215638 4678521 1818434 5.36 1669979 3972292 47273 [2024-11-13T14:22:53.423Z] [2024-11-13T14:22:53.423Z] 14:00:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2024-11-13T14:22:53.423Z] 14:01:01 lo 6.24 6.24 0.61 0.61 0.00 0.00 0.00 0.00 [2024-11-13T14:22:53.423Z] 14:01:01 docker0 148.26 141.13 13.05 489.32 0.00 0.00 0.00 0.00 [2024-11-13T14:22:53.423Z] 14:01:01 vethf18c490 117.15 103.75 12.59 131.55 0.00 0.00 0.00 0.01 [2024-11-13T14:22:53.423Z] 14:01:01 ens3 379.38 299.36 5456.14 58.49 0.00 0.00 0.00 0.00 [2024-11-13T14:22:53.423Z] 14:02:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 [2024-11-13T14:22:53.423Z] 14:02:01 docker0 149.96 281.97 13.17 3115.16 0.00 0.00 0.00 0.00 [2024-11-13T14:22:53.423Z] 14:02:01 vethd707e12 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2024-11-13T14:22:53.423Z] 14:02:01 ens3 311.85 169.67 3144.87 29.53 0.00 0.00 0.00 0.00 [2024-11-13T14:22:53.423Z] 14:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-13T14:22:53.423Z] 14:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-13T14:22:53.423Z] 14:03:01 vethd707e12 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-13T14:22:53.423Z] 14:03:01 ens3 7.92 3.97 6.23 3.32 0.00 0.00 0.00 0.00 [2024-11-13T14:22:53.423Z] 14:04:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 [2024-11-13T14:22:53.423Z] 14:04:01 docker0 1.53 2.92 0.09 38.10 0.00 0.00 0.00 0.00 [2024-11-13T14:22:53.423Z] 14:04:01 ens3 27.45 17.15 60.03 10.69 0.00 0.00 0.00 0.00 [2024-11-13T14:22:53.423Z] 14:05:01 lo 9.33 9.33 0.94 0.94 0.00 0.00 0.00 0.00 [2024-11-13T14:22:53.423Z] 14:05:01 docker0 5.35 9.67 0.33 155.01 0.00 0.00 0.00 0.00 [2024-11-13T14:22:53.423Z] 14:05:01 ens3 397.02 259.56 5547.94 386.77 0.00 0.00 0.00 0.00 [2024-11-13T14:22:53.423Z] 14:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-11-13T14:22:53.423Z] 14:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-13T14:22:53.423Z] 14:06:01 ens3 0.45 0.35 0.03 0.02 0.00 0.00 0.00 0.00 [2024-11-13T14:22:53.423Z] 14:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-13T14:22:53.423Z] 14:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-13T14:22:53.423Z] 14:07:01 ens3 0.70 0.40 2.55 0.03 0.00 0.00 0.00 0.00 [2024-11-13T14:22:53.423Z] 14:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-11-13T14:22:53.423Z] 14:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-13T14:22:53.423Z] 14:08:01 ens3 0.22 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2024-11-13T14:22:53.423Z] 14:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-13T14:22:53.423Z] 14:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-13T14:22:53.423Z] 14:09:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-13T14:22:53.423Z] 14:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-11-13T14:22:53.423Z] 14:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-13T14:22:53.423Z] 14:10:01 ens3 1.93 1.87 0.19 6.67 0.00 0.00 0.00 0.00 [2024-11-13T14:22:53.423Z] 14:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-13T14:22:53.423Z] 14:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-13T14:22:53.423Z] 14:11:01 ens3 0.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-13T14:22:53.423Z] 14:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-11-13T14:22:53.423Z] 14:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-13T14:22:53.423Z] 14:12:01 ens3 0.18 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2024-11-13T14:22:53.423Z] 14:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-13T14:22:53.423Z] 14:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-13T14:22:53.423Z] 14:13:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-13T14:22:53.423Z] 14:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-11-13T14:22:53.423Z] 14:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-13T14:22:53.423Z] 14:14:01 ens3 0.38 0.18 0.08 0.01 0.00 0.00 0.00 0.00 [2024-11-13T14:22:53.423Z] 14:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-13T14:22:53.423Z] 14:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-13T14:22:53.423Z] 14:15:01 ens3 4.48 8.57 0.41 7.47 0.00 0.00 0.00 0.00 [2024-11-13T14:22:53.423Z] 14:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-11-13T14:22:53.423Z] 14:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-13T14:22:53.423Z] 14:16:01 ens3 0.15 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2024-11-13T14:22:53.423Z] 14:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-13T14:22:53.423Z] 14:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-13T14:22:53.423Z] 14:17:01 ens3 0.08 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-13T14:22:53.423Z] 14:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-11-13T14:22:53.423Z] 14:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-13T14:22:53.423Z] 14:18:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2024-11-13T14:22:53.423Z] 14:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-13T14:22:53.423Z] 14:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-13T14:22:53.423Z] 14:19:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-13T14:22:53.423Z] 14:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-11-13T14:22:53.423Z] 14:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-13T14:22:53.423Z] 14:20:01 ens3 4.50 8.57 0.36 7.48 0.00 0.00 0.00 0.00 [2024-11-13T14:22:53.423Z] 14:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-13T14:22:53.423Z] 14:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-13T14:22:53.423Z] 14:21:01 ens3 0.25 0.10 0.07 0.01 0.00 0.00 0.00 0.00 [2024-11-13T14:22:53.423Z] 14:22:01 lo 1.07 1.07 0.10 0.10 0.00 0.00 0.00 0.00 [2024-11-13T14:22:53.423Z] 14:22:01 docker0 58.01 95.07 4.66 878.05 0.00 0.00 0.00 0.00 [2024-11-13T14:22:53.423Z] 14:22:01 veth59b7de5 58.01 95.17 5.46 878.05 0.00 0.00 0.00 0.07 [2024-11-13T14:22:53.423Z] 14:22:01 ens3 184.10 107.23 3526.63 17.46 0.00 0.00 0.00 0.00 [2024-11-13T14:22:53.423Z] Average: lo 0.86 0.86 0.08 0.08 0.00 0.00 0.00 0.00 [2024-11-13T14:22:53.423Z] Average: docker0 16.40 24.04 1.41 212.32 0.00 0.00 0.00 0.00 [2024-11-13T14:22:53.423Z] Average: veth59b7de5 2.64 4.33 0.25 39.94 0.00 0.00 0.00 0.00 [2024-11-13T14:22:53.423Z] Average: ens3 59.82 39.68 803.08 23.97 0.00 0.00 0.00 0.00 [2024-11-13T14:22:53.423Z] [2024-11-13T14:22:53.423Z]