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 14:00:03 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 14:00:03 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 14:00:03 ========================================================= 14:00:03 EdgeX Global Pipelines Version Info 14:00:03 ========================================================= [Pipeline] libraryResource [Pipeline] sh 14:00:04 ------------------- 14:00:04 stable info: 14:00:04 ------------------- 14:00:04 Commited By: Ginny Guan ginny@iotechsys.com 14:00:04 Commit SHA: 0b81fa10a7dd14683a964f04f411324fe83f93ac 14:00:04 Message: update stable to v1.0.265 14:00:05 ------------------- 14:00:05 experimental info: 14:00:05 ------------------- 14:00:05 Commited By: Cherry Wang cherry@iotechsys.com 14:00:05 Commit SHA: b5a5e52272fc4198cf3754284eedf36dbf0baa35 14:00:05 Message: update experimental to v1.0.264 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 14:00:05 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-rfid-llrp-inventory-settings [Pipeline] echo 14:00:05 [edgeXSetupEnvironment]: set envvar PROJECT = app-rfid-llrp-inventory [Pipeline] echo 14:00:05 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 14:00:05 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 14:00:05 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 14:00:05 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 14:00:05 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 14:00:05 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 14:00:05 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 14:00:05 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 14:00:05 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 14:00:05 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-rfid-llrp-inventory [Pipeline] echo 14:00:05 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 14:00:05 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 14:00:05 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 14:00:05 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 14:00:05 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 14:00:05 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 14:00:05 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 14:00:05 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 14:00:05 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 14:00:05 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 14:00:05 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 14:00:05 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 14:00:05 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 14:00:05 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 14:00:05 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 14:00:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 14:00:05 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 14:00:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 14:00:05 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = cab05ee6a5f545b4b20bc198032e0d97b74cbbf3 [Pipeline] echo 14:00:05 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = cab05ee [Pipeline] echo 14:00:05 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:00:06 provisioning config files... 14:00:06 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 14:00:06 ---> ****-login.sh 14:00:06 nexus3.edgexfoundry.org:10001 14:00:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:00:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 14:00:06 Configure a credential helper to remove this warning. See 14:00:06 https://docs.****.com/engine/reference/commandline/login/#credentials-store 14:00:06 14:00:06 Login Succeeded 14:00:06 nexus3.edgexfoundry.org:10002 14:00:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:00:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 14:00:06 Configure a credential helper to remove this warning. See 14:00:06 https://docs.****.com/engine/reference/commandline/login/#credentials-store 14:00:06 14:00:06 Login Succeeded 14:00:06 nexus3.edgexfoundry.org:10003 14:00:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:00:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 14:00:06 Configure a credential helper to remove this warning. See 14:00:06 https://docs.****.com/engine/reference/commandline/login/#credentials-store 14:00:06 14:00:06 Login Succeeded 14:00:06 nexus3.edgexfoundry.org:10004 14:00:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:00:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 14:00:06 Configure a credential helper to remove this warning. See 14:00:06 https://docs.****.com/engine/reference/commandline/login/#credentials-store 14:00:06 14:00:06 Login Succeeded 14:00:06 ****.io 14:00:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:00:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 14:00:07 Configure a credential helper to remove this warning. See 14:00:07 https://docs.****.com/engine/reference/commandline/login/#credentials-store 14:00:07 14:00:07 Login Succeeded 14:00:07 ---> ****-login.sh ends [Pipeline] } 14:00:07 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 14:00:07 + git rev-list -1 --merges cab05ee6a5f545b4b20bc198032e0d97b74cbbf3~1..cab05ee6a5f545b4b20bc198032e0d97b74cbbf3 [Pipeline] echo 14:00:07 -----------> git rev-list -1 --merges cab05ee6a5f545b4b20bc198032e0d97b74cbbf3~1..cab05ee6a5f545b4b20bc198032e0d97b74cbbf3 cab05ee6a5f545b4b20bc198032e0d97b74cbbf3 14:00:07 cab05ee6a5f545b4b20bc198032e0d97b74cbbf3 [false] [Pipeline] sh 14:00:07 + git log --format=format:%s -1 cab05ee6a5f545b4b20bc198032e0d97b74cbbf3 [Pipeline] echo 14:00:07 ========================================================= 14:00:07 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 14:00:07 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 14:00:08 + git log --format=format:%s -1 cab05ee6a5f545b4b20bc198032e0d97b74cbbf3 [Pipeline] echo 14:00:08 [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 14:00:08 [semverPrep] This is not a build commit. [Pipeline] sh 14:00:08 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 14:00:08 + grep -v github /etc/ssh/ssh_known_hosts 14:00:08 + [ -e /tmp/ssh_known_hosts ] 14:00:08 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 14:00:08 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 14:00:08 + sudo tee -a /etc/ssh/ssh_known_hosts 14:00:08 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:00:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 14:00:08 14:00:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:00:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 14:00:09 0.1.4: Pulling from edgex-devops/py-git-semver 14:00:09 b85a868b505f: Pulling fs layer 14:00:09 e2be974225ed: Pulling fs layer 14:00:09 339a4e72a1f5: Pulling fs layer 14:00:09 988bab9f4d93: Pulling fs layer 14:00:09 1469e6f7b9e6: Pulling fs layer 14:00:09 eaf3925da568: Pulling fs layer 14:00:09 bab4dde63d76: Pulling fs layer 14:00:09 bde34c3a00c8: Pulling fs layer 14:00:09 b352a97aabf1: Pulling fs layer 14:00:09 4872d77fe225: Pulling fs layer 14:00:09 5851b861e8e6: Pulling fs layer 14:00:09 bab4dde63d76: Waiting 14:00:09 988bab9f4d93: Waiting 14:00:09 1469e6f7b9e6: Waiting 14:00:09 eaf3925da568: Waiting 14:00:09 5851b861e8e6: Waiting 14:00:09 bde34c3a00c8: Waiting 14:00:09 4872d77fe225: Waiting 14:00:09 e2be974225ed: Download complete 14:00:09 988bab9f4d93: Verifying Checksum 14:00:09 988bab9f4d93: Download complete 14:00:09 1469e6f7b9e6: Verifying Checksum 14:00:09 1469e6f7b9e6: Download complete 14:00:09 339a4e72a1f5: Verifying Checksum 14:00:09 339a4e72a1f5: Download complete 14:00:09 eaf3925da568: Download complete 14:00:09 bde34c3a00c8: Verifying Checksum 14:00:09 bde34c3a00c8: Download complete 14:00:09 b352a97aabf1: Download complete 14:00:09 4872d77fe225: Verifying Checksum 14:00:09 4872d77fe225: Download complete 14:00:09 5851b861e8e6: Download complete 14:00:09 b85a868b505f: Verifying Checksum 14:00:09 b85a868b505f: Download complete 14:00:09 bab4dde63d76: Verifying Checksum 14:00:09 bab4dde63d76: Download complete 14:00:10 b85a868b505f: Pull complete 14:00:10 e2be974225ed: Pull complete 14:00:11 339a4e72a1f5: Pull complete 14:00:11 988bab9f4d93: Pull complete 14:00:11 1469e6f7b9e6: Pull complete 14:00:11 eaf3925da568: Pull complete 14:00:13 bab4dde63d76: Pull complete 14:00:13 bde34c3a00c8: Pull complete 14:00:13 b352a97aabf1: Pull complete 14:00:14 4872d77fe225: Pull complete 14:00:14 5851b861e8e6: Pull complete 14:00:14 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 14:00:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 14:00:14 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:00:14 prd-ubuntu20.04-docker-8c-8g-26378 does not seem to be running inside a container 14:00:14 $ 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 14:00:15 $ docker top c1670433dd1591ae07a2861e76010eebdfc566543d76209411fefd225e42367e -eo pid,comm 14:00:15 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). 14:00:15 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:00:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:00:15 [ssh-agent] Looking for ssh-agent implementation... 14:00:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:00:15 $ docker exec c1670433dd1591ae07a2861e76010eebdfc566543d76209411fefd225e42367e ssh-agent 14:00:15 SSH_AUTH_SOCK=/tmp/ssh-lSITcIVn6zNt/agent.33 14:00:15 SSH_AGENT_PID=39 14:00:15 Running ssh-add (command line suppressed) 14:00:15 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) 14:00:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:00:16 + git tag --points-at HEAD [Pipeline] } 14:00:16 $ docker exec --env ******** --env ******** c1670433dd1591ae07a2861e76010eebdfc566543d76209411fefd225e42367e ssh-agent -k 14:00:16 unset SSH_AUTH_SOCK; 14:00:16 unset SSH_AGENT_PID; 14:00:16 echo Agent pid 39 killed; 14:00:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 14:00:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:00:16 [ssh-agent] Looking for ssh-agent implementation... 14:00:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:00:16 $ docker exec c1670433dd1591ae07a2861e76010eebdfc566543d76209411fefd225e42367e ssh-agent 14:00:16 SSH_AUTH_SOCK=/tmp/ssh-0iZ0RCCDq8m6/agent.72 14:00:16 SSH_AGENT_PID=78 14:00:16 Running ssh-add (command line suppressed) 14:00:16 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) 14:00:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:00:16 + git semver init 14:00:17 2024-11-13 14:00:17,145 [run_init] DEBUG init version:0.0.0 force:False 14:00:17 2024-11-13 14:00:17,146 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/dry_app-rfid-llrp-inventory_main/.semver 14:00:17 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 14:00:17 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) 14:00:19 2024-11-13 14:00:18,952 [append_file] DEBUG append to file:/w/workspace/dry_app-rfid-llrp-inventory_main/.git/info/exclude 14:00:19 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 14:00:19 2024-11-13 14:00:18,952 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main 14:00:19 2024-11-13 14:00:18,953 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main 14:00:19 4.0.0-dev.3 [Pipeline] } 14:00:19 $ docker exec --env ******** --env ******** c1670433dd1591ae07a2861e76010eebdfc566543d76209411fefd225e42367e ssh-agent -k 14:00:19 unset SSH_AUTH_SOCK; 14:00:19 unset SSH_AGENT_PID; 14:00:19 echo Agent pid 78 killed; 14:00:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:00:19 + git semver [Pipeline] } 14:00:19 $ docker stop --time=1 c1670433dd1591ae07a2861e76010eebdfc566543d76209411fefd225e42367e 14:00:21 $ docker rm -f --volumes c1670433dd1591ae07a2861e76010eebdfc566543d76209411fefd225e42367e [Pipeline] // withDockerContainer [Pipeline] sh 14:00:22 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 14:00:25 Stashed 1 file(s) [Pipeline] echo 14:00:25 [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 14:00:31 provisioning config files... 14:00:31 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 14:00:31 ---> ****-login.sh 14:00:31 nexus3.edgexfoundry.org:10001 14:00:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:00:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 14:00:31 Configure a credential helper to remove this warning. See 14:00:31 https://docs.****.com/engine/reference/commandline/login/#credentials-store 14:00:31 14:00:31 Login Succeeded 14:00:31 nexus3.edgexfoundry.org:10002 14:00:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:00:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 14:00:31 Configure a credential helper to remove this warning. See 14:00:31 https://docs.****.com/engine/reference/commandline/login/#credentials-store 14:00:31 14:00:31 Login Succeeded 14:00:31 nexus3.edgexfoundry.org:10003 14:00:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:00:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 14:00:34 Configure a credential helper to remove this warning. See 14:00:34 https://docs.****.com/engine/reference/commandline/login/#credentials-store 14:00:34 14:00:34 Login Succeeded 14:00:34 nexus3.edgexfoundry.org:10004 14:00:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:00:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 14:00:35 Configure a credential helper to remove this warning. See 14:00:35 https://docs.****.com/engine/reference/commandline/login/#credentials-store 14:00:35 14:00:35 Login Succeeded 14:00:35 ****.io 14:00:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:00:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 14:00:35 Configure a credential helper to remove this warning. See 14:00:35 https://docs.****.com/engine/reference/commandline/login/#credentials-store 14:00:35 14:00:35 Login Succeeded 14:00:35 ---> ****-login.sh ends [Pipeline] } 14:00:35 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 14:00:35 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 14:00:35 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 14:00:35 ========================================================= 14:00:35 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 14:00:35 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:00:35 + 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 . 14:00:35 Sending build context to Docker daemon 20.02MB 14:00:35 Step 1/12 : ARG BASE=golang:1.23-alpine3.20 14:00:35 Step 2/12 : FROM ${BASE} AS builder 14:00:35 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 14:00:35 43c4264eed91: Pulling fs layer 14:00:35 4cc291be95ef: Pulling fs layer 14:00:35 2ac1f1163629: Pulling fs layer 14:00:35 5c3c966382ef: Pulling fs layer 14:00:35 4f4fb700ef54: Pulling fs layer 14:00:35 5d5c8e513c77: Pulling fs layer 14:00:35 9f66e0745190: Pulling fs layer 14:00:35 f49a43e4bbc0: Pulling fs layer 14:00:35 561ebcabdf7f: Pulling fs layer 14:00:35 f49a43e4bbc0: Waiting 14:00:35 9f66e0745190: Waiting 14:00:35 561ebcabdf7f: Waiting 14:00:35 5c3c966382ef: Waiting 14:00:35 4f4fb700ef54: Waiting 14:00:36 4cc291be95ef: Download complete 14:00:36 5c3c966382ef: Download complete 14:00:36 4f4fb700ef54: Verifying Checksum 14:00:36 4f4fb700ef54: Download complete 14:00:36 5d5c8e513c77: Verifying Checksum 14:00:36 5d5c8e513c77: Download complete 14:00:36 43c4264eed91: Download complete 14:00:36 9f66e0745190: Verifying Checksum 14:00:36 9f66e0745190: Download complete 14:00:36 43c4264eed91: Pull complete 14:00:36 561ebcabdf7f: Download complete 14:00:36 4cc291be95ef: Pull complete 14:00:36 2ac1f1163629: Verifying Checksum 14:00:36 2ac1f1163629: Download complete 14:00:36 f49a43e4bbc0: Verifying Checksum 14:00:36 f49a43e4bbc0: Download complete 14:00:40 2ac1f1163629: Pull complete 14:00:40 5c3c966382ef: Pull complete 14:00:40 4f4fb700ef54: Pull complete 14:00:40 5d5c8e513c77: Pull complete 14:00:40 9f66e0745190: Pull complete 14:00:43 f49a43e4bbc0: Pull complete 14:00:43 561ebcabdf7f: Pull complete 14:00:43 Digest: sha256:0719486ae9a24b675ee3acaa2cfd867e7a981f2ef22b41d166c62d936fe8de2d 14:00:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 14:00:43 ---> 3a752c3f9dda 14:00:43 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 14:00:43 Still waiting to schedule task 14:00:43 ‘prd-ubuntu20.04-docker-arm64-4c-16g-26379’ is offline 14:00:51 ---> Running in c537b254f56d 14:00:51 Removing intermediate container c537b254f56d 14:00:51 ---> 56a1eae00c6c 14:00:51 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 14:00:51 ---> Running in 205adfa9b33a 14:00:51 Removing intermediate container 205adfa9b33a 14:00:51 ---> 029506f597f8 14:00:51 Step 5/12 : ARG ADD_BUILD_TAGS="" 14:00:51 ---> Running in 3c3b48275ccd 14:00:51 Removing intermediate container 3c3b48275ccd 14:00:51 ---> 61fcda69b064 14:00:51 Step 6/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 14:00:51 ---> Running in a1dded76295d 14:00:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 14:00:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 14:00:51 OK: 246 MiB in 54 packages 14:00:52 Removing intermediate container a1dded76295d 14:00:52 ---> 71e1e7e6ea68 14:00:52 Step 7/12 : WORKDIR /app 14:00:52 ---> Running in c42374619e52 14:00:52 Removing intermediate container c42374619e52 14:00:52 ---> b04bab590fd3 14:00:52 Step 8/12 : COPY go.mod vendor* ./ 14:00:52 ---> 8587c6d6c336 14:00:52 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:00:52 ---> Running in d212eb6cf35b 14:01:49 Removing intermediate container d212eb6cf35b 14:01:49 ---> 3a7eb4b4a545 14:01:49 Step 10/12 : COPY . . 14:01:49 ---> 4b3c6ab8de09 14:01:49 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 14:01:49 ---> Running in 96d245cabe69 14:01:49 Removing intermediate container 96d245cabe69 14:01:49 ---> 8dc1b09062ae 14:01:49 Step 12/12 : RUN $MAKE 14:01:49 ---> Running in 1568b50cc43c 14:01:49 noop 14:01:49 Removing intermediate container 1568b50cc43c 14:01:49 ---> 123b0c4788c6 14:01:49 Successfully built 123b0c4788c6 14:01:49 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:01:50 + docker inspect -f . ci-base-image-x86_64 14:01:50 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:01:50 prd-ubuntu20.04-docker-8c-8g-26378 does not seem to be running inside a container 14:01:50 $ 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 14:01:51 $ docker top 5f2991b430ecebeadff01136ee19942124a19cd4ebe7618d340e90fe697884de -eo pid,comm [Pipeline] { [Pipeline] sh 14:01:51 + go version 14:01:51 go version go1.23.2 linux/amd64 [Pipeline] } 14:01:51 $ docker stop --time=1 5f2991b430ecebeadff01136ee19942124a19cd4ebe7618d340e90fe697884de 14:01:52 $ 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 14:01:53 + docker inspect -f . ci-base-image-x86_64 14:01:53 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:01:53 prd-ubuntu20.04-docker-8c-8g-26378 does not seem to be running inside a container 14:01:53 $ 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 14:01:54 $ docker top f65961739765544db32640a7069791f8598b52a8ca6e28cf26c123b3feeab05c -eo pid,comm [Pipeline] { [Pipeline] sh 14:01:54 + git config --global --add safe.directory /w/workspace/dry_app-rfid-llrp-inventory_main [Pipeline] fileExists [Pipeline] sh 14:01:54 + make test 14:01:54 go test -race ./... -coverprofile=coverage.out ./... 14:02:33 edgexfoundry/app-rfid-llrp-inventory coverage: 0.0% of statements 14:02:33 edgexfoundry/app-rfid-llrp-inventory/internal/inventory/app coverage: 0.0% of statements 14:02:33 ok edgexfoundry/app-rfid-llrp-inventory/internal/inventory 1.136s coverage: 86.2% of statements 14:02:33 ok edgexfoundry/app-rfid-llrp-inventory/internal/llrp 3.693s coverage: 71.9% of statements 14:03:12 go vet ./... 14:03:15 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 14:03:15 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 14:03:15 ./bin/test-attribution.sh [Pipeline] echo 14:03:15 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 14:03:15 $ docker stop --time=1 f65961739765544db32640a7069791f8598b52a8ca6e28cf26c123b3feeab05c 14:03:23 $ docker rm -f --volumes f65961739765544db32640a7069791f8598b52a8ca6e28cf26c123b3feeab05c [Pipeline] // withDockerContainer [Pipeline] sh 14:03:24 + sudo chown -R jenkins:jenkins . [Pipeline] stash 14:03:24 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 14:03:24 + sudo chown -R jenkins:jenkins . [Pipeline] sh 14:03:24 + ls -al . 14:03:24 total 284 14:03:24 drwxrwxr-x 11 jenkins jenkins 4096 Nov 13 14:01 . 14:03:24 drwxrwxr-x 4 jenkins jenkins 4096 Nov 13 13:59 .. 14:03:24 -rw-rw-r-- 1 jenkins jenkins 262 Nov 13 13:59 .dockerignore 14:03:24 drwxrwxr-x 8 jenkins jenkins 4096 Nov 13 14:02 .git 14:03:24 drwxrwxr-x 3 jenkins jenkins 4096 Nov 13 13:59 .github 14:03:24 -rw-rw-r-- 1 jenkins jenkins 773 Nov 13 13:59 .gitignore 14:03:24 -rw-rw-r-- 1 jenkins jenkins 200 Nov 13 13:59 .golangci.yml 14:03:24 drwxr-xr-x 3 jenkins jenkins 4096 Nov 13 14:00 .semver 14:03:24 -rw-rw-r-- 1 jenkins jenkins 16943 Nov 13 13:59 Attribution.txt 14:03:24 -rw-rw-r-- 1 jenkins jenkins 11245 Nov 13 13:59 CHANGELOG.md 14:03:24 -rw-rw-r-- 1 jenkins jenkins 1769 Nov 13 13:59 Dockerfile 14:03:24 -rw-rw-r-- 1 jenkins jenkins 677 Nov 13 13:59 GOVERNANCE.md 14:03:24 -rw-rw-r-- 1 jenkins jenkins 665 Nov 13 13:59 Jenkinsfile 14:03:24 -rw-rw-r-- 1 jenkins jenkins 11347 Nov 13 13:59 LICENSE 14:03:24 -rw-rw-r-- 1 jenkins jenkins 3066 Nov 13 13:59 Makefile 14:03:24 -rw-rw-r-- 1 jenkins jenkins 617 Nov 13 13:59 OWNERS.md 14:03:24 -rw-rw-r-- 1 jenkins jenkins 3851 Nov 13 13:59 README.md 14:03:24 -rw-rw-r-- 1 jenkins jenkins 11 Nov 13 14:00 VERSION 14:03:24 drwxrwxr-x 2 jenkins jenkins 4096 Nov 13 13:59 bin 14:03:24 -rw-r--r-- 1 jenkins jenkins 55696 Nov 13 14:02 coverage.out 14:03:24 -rw-rw-r-- 1 jenkins jenkins 6793 Nov 13 13:59 go.mod 14:03:24 -rw-rw-r-- 1 jenkins jenkins 88085 Nov 13 13:59 go.sum 14:03:24 drwxrwxr-x 2 jenkins jenkins 4096 Nov 13 13:59 images 14:03:24 drwxrwxr-x 4 jenkins jenkins 4096 Nov 13 13:59 internal 14:03:24 -rw-rw-r-- 1 jenkins jenkins 531 Nov 13 13:59 main.go 14:03:24 drwxrwxr-x 2 jenkins jenkins 4096 Nov 13 13:59 openapi 14:03:24 drwxrwxr-x 2 jenkins jenkins 4096 Nov 13 13:59 res 14:03:24 drwxrwxr-x 3 jenkins jenkins 4096 Nov 13 13:59 static [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:03:25 + 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 . 14:03:25 Sending build context to Docker daemon 20.02MB 14:03:25 Step 1/30 : ARG BASE=golang:1.23-alpine3.20 14:03:25 Step 2/30 : FROM ${BASE} AS builder 14:03:25 ---> 123b0c4788c6 14:03:25 Step 3/30 : ARG ALPINE_PKG_BASE="make git" 14:03:26 ---> Running in 59ef1141422a 14:03:26 Removing intermediate container 59ef1141422a 14:03:26 ---> 4dd36a597b60 14:03:26 Step 4/30 : ARG ALPINE_PKG_EXTRA="" 14:03:26 ---> Running in e4611922ee1d 14:03:27 Removing intermediate container e4611922ee1d 14:03:27 ---> f9a48db537d9 14:03:27 Step 5/30 : ARG ADD_BUILD_TAGS="" 14:03:27 ---> Running in 0626e392d198 14:03:27 Removing intermediate container 0626e392d198 14:03:27 ---> bf282df61aa4 14:03:27 Step 6/30 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 14:03:27 ---> Running in 5dbf18d0b229 14:03:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 14:03:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 14:03:28 OK: 246 MiB in 54 packages 14:03:29 Removing intermediate container 5dbf18d0b229 14:03:29 ---> e5c416cd2627 14:03:29 Step 7/30 : WORKDIR /app 14:03:29 ---> Running in 7f697c5e59c3 14:03:30 Removing intermediate container 7f697c5e59c3 14:03:30 ---> c4b59370a019 14:03:30 Step 8/30 : COPY go.mod vendor* ./ 14:03:30 ---> 4a040f8b3cba 14:03:30 Step 9/30 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:03:31 ---> Running in f3393f2ec449 14:03:32 Removing intermediate container f3393f2ec449 14:03:32 ---> b9f5d43f1af9 14:03:32 Step 10/30 : COPY . . 14:03:33 ---> 6ca2e33eb471 14:03:33 Step 11/30 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 14:03:34 ---> Running in f3b689c13371 14:03:35 Removing intermediate container f3b689c13371 14:03:35 ---> 6af3d6260c34 14:03:35 Step 12/30 : RUN $MAKE 14:03:35 ---> Running in fa492d43fa62 14:03:35 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 14:03:38 Running on prd-ubuntu20.04-docker-arm64-4c-16g-26381 in /w/workspace/dry_app-rfid-llrp-inventory_main [Pipeline] { [Pipeline] ws 14:03:39 Running in /w/workspace/app-rfid-llrp-inventory/190 [Pipeline] { [Pipeline] checkout 14:03:42 The recommended git tool is: git 14:03:47 using credential edgex-jenkins-ssh 14:03:47 Cloning the remote Git repository 14:03:47 Cloning repository git@github.com:edgexfoundry/app-rfid-llrp-inventory.git 14:03:47 > git init /w/workspace/app-rfid-llrp-inventory/190 # timeout=10 14:03:47 Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.git 14:03:47 > git --version # timeout=10 14:03:47 > git --version # 'git version 2.25.1' 14:03:47 using GIT_SSH to set credentials SSH Credentials for GitHub 14:03:48 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/heads/*:refs/remotes/origin/* # timeout=10 14:03:52 > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 14:03:52 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 14:03:53 Avoid second fetch 14:03:53 Checking out Revision cab05ee6a5f545b4b20bc198032e0d97b74cbbf3 (main) 14:03:53 > git config core.sparsecheckout # timeout=10 14:03:53 > git checkout -f cab05ee6a5f545b4b20bc198032e0d97b74cbbf3 # timeout=10 14:03:54 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 14:03:58 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 14:03:58 % Total % Received % Xferd Average Speed Time Time Time Current 14:03:58 Dload Upload Total Spent Left Speed 14:03:58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 223k 0 --:--:-- --:--:-- --:--:-- 223k [Pipeline] sh 14:03:59 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 14:03:59 + + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.jsonsudo 14:03:59 tee /etc/docker/daemon.new 14:03:59 { 14:03:59 "registry-mirrors": [ 14:03:59 "https://nexus3.edgexfoundry.org:10001" 14:03:59 ], 14:03:59 "bip": "10.250.0.254/24", 14:03:59 "hosts": [ 14:03:59 "tcp://0.0.0.0:5555", 14:03:59 "unix:///var/run/docker.sock" 14:03:59 ], 14:03:59 "mtu": 1458, 14:03:59 "selinux-enabled": true, 14:03:59 "seccomp-profile": "/etc/docker/seccomp.json" 14:03:59 } [Pipeline] sh 14:04:00 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 14:04:00 + sudo service docker restart 14:04:14 Removing intermediate container fa492d43fa62 14:04:14 ---> 4dea1e93e68a 14:04:14 Step 13/30 : FROM alpine:3.20 14:04:14 3.20: Pulling from library/alpine 14:04:14 da9db072f522: Pulling fs layer 14:04:14 da9db072f522: Download complete 14:04:15 da9db072f522: Pull complete 14:04:15 Digest: sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 14:04:15 Status: Downloaded newer image for alpine:3.20 14:04:15 ---> 63b790fccc90 14:04:15 Step 14/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 14:04:15 ---> Running in 4424d2cb6b2d 14:04:15 Removing intermediate container 4424d2cb6b2d 14:04:15 ---> 88bd4b699a19 14:04:15 Step 15/30 : LABEL Name=app-service-rfid-llrp-inventory Version=${VERSION} 14:04:15 ---> Running in ceb77b9905c7 14:04:15 Removing intermediate container ceb77b9905c7 14:04:15 ---> 636215d07250 14:04:15 Step 16/30 : RUN apk --no-cache add ca-certificates dumb-init 14:04:15 ---> Running in 1421e06c884a 14:04:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 14:04:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 14:04:16 (1/2) Installing ca-certificates (20240705-r0) 14:04:16 (2/2) Installing dumb-init (1.2.5-r3) 14:04:16 Executing busybox-1.36.1-r29.trigger 14:04:16 Executing ca-certificates-20240705-r0.trigger 14:04:16 OK: 9 MiB in 16 packages 14:04:16 Removing intermediate container 1421e06c884a 14:04:16 ---> 7c612f397238 14:04:16 Step 17/30 : RUN apk --no-cache upgrade 14:04:16 ---> Running in 6f896b19d954 14:04:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 14:04:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 14:04:17 Upgrading critical system libraries and apk-tools: 14:04:17 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 14:04:17 Executing busybox-1.36.1-r29.trigger 14:04:17 Continuing the upgrade transaction with new apk-tools: 14:04:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 14:04:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 14:04:17 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 14:04:17 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 14:04:17 Executing ca-certificates-20240705-r0.trigger 14:04:17 OK: 9 MiB in 16 packages 14:04:18 Removing intermediate container 6f896b19d954 14:04:18 ---> a63c6ccfc247 14:04:18 Step 18/30 : COPY --from=builder /app/Attribution.txt /Attribution.txt 14:04:18 ---> 603dcb916d6e 14:04:18 Step 19/30 : COPY --from=builder /app/LICENSE /LICENSE [Pipeline] withEnv [Pipeline] { 14:04:18 ---> e10d4b0ecd2a 14:04:18 Step 20/30 : COPY --from=builder /app/res/ /res/ 14:04:18 ---> b2b52a55f632 14:04:18 Step 21/30 : COPY --from=builder /app/static/ /static/ [Pipeline] configFileProvider 14:04:18 provisioning config files... 14:04:18 copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/app-rfid-llrp-inventory/190@tmp/config13391366918081533186tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:04:18 ---> 983512eaee16 14:04:18 Step 22/30 : COPY --from=builder /app/app-rfid-llrp-inventory /app-rfid-llrp-inventory 14:04:19 ---> ****-login.sh 14:04:19 nexus3.edgexfoundry.org:10001 14:04:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:04:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 14:04:19 Configure a credential helper to remove this warning. See 14:04:19 https://docs.****.com/engine/reference/commandline/login/#credentials-store 14:04:19 14:04:19 Login Succeeded 14:04:19 nexus3.edgexfoundry.org:10002 14:04:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:04:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 14:04:20 Configure a credential helper to remove this warning. See 14:04:20 https://docs.****.com/engine/reference/commandline/login/#credentials-store 14:04:20 14:04:20 Login Succeeded 14:04:20 nexus3.edgexfoundry.org:10003 14:04:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:04:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 14:04:20 Configure a credential helper to remove this warning. See 14:04:20 https://docs.****.com/engine/reference/commandline/login/#credentials-store 14:04:20 14:04:20 Login Succeeded 14:04:20 nexus3.edgexfoundry.org:10004 14:04:20 ---> fbd1d1c94d40 14:04:20 Step 23/30 : RUN mkdir -p /cache && chown -R 2002:2002 /cache 14:04:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:04:21 ---> Running in 1a797a2d4f76 14:04:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 14:04:21 Configure a credential helper to remove this warning. See 14:04:21 https://docs.****.com/engine/reference/commandline/login/#credentials-store 14:04:21 14:04:21 Login Succeeded 14:04:21 ****.io 14:04:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:04:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 14:04:21 Configure a credential helper to remove this warning. See 14:04:21 https://docs.****.com/engine/reference/commandline/login/#credentials-store 14:04:21 14:04:21 Login Succeeded 14:04:21 ---> ****-login.sh ends [Pipeline] } 14:04:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 14:04:22 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 14:04:22 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 14:04:22 ========================================================= 14:04:22 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 14:04:22 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:04:22 Removing intermediate container 1a797a2d4f76 14:04:22 ---> ee3e50b86cc4 14:04:22 Step 24/30 : VOLUME /cache 14:04:22 + 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 . 14:04:22 ---> Running in 64c35ac97a08 14:04:22 Sending build context to Docker daemon 680.4kB 14:04:22 Step 1/12 : ARG BASE=golang:1.23-alpine3.20 14:04:22 Step 2/12 : FROM ${BASE} AS builder 14:04:22 Removing intermediate container 64c35ac97a08 14:04:22 ---> 2210acbf3c4d 14:04:22 Step 25/30 : EXPOSE 59711 14:04:23 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 14:04:23 cf04c63912e1: Pulling fs layer 14:04:23 55b35a11ae5e: Pulling fs layer 14:04:23 a37a00ec5f00: Pulling fs layer 14:04:23 50b3750afda1: Pulling fs layer 14:04:23 4f4fb700ef54: Pulling fs layer 14:04:23 80978eb59214: Pulling fs layer 14:04:23 c9f46d7d2bd2: Pulling fs layer 14:04:23 c5a475d317c9: Pulling fs layer 14:04:23 80978eb59214: Waiting 14:04:23 50b3750afda1: Waiting 14:04:23 4f4fb700ef54: Waiting 14:04:23 c9f46d7d2bd2: Waiting 14:04:23 c5a475d317c9: Waiting 14:04:23 55b35a11ae5e: Verifying Checksum 14:04:23 55b35a11ae5e: Download complete 14:04:23 50b3750afda1: Download complete 14:04:23 4f4fb700ef54: Verifying Checksum 14:04:23 4f4fb700ef54: Download complete 14:04:23 80978eb59214: Verifying Checksum 14:04:23 80978eb59214: Download complete 14:04:23 cf04c63912e1: Download complete 14:04:23 ---> Running in 672831ed1c0c 14:04:23 Removing intermediate container 672831ed1c0c 14:04:23 ---> 6236139e7e22 14:04:23 Step 26/30 : ENTRYPOINT ["/app-rfid-llrp-inventory"] 14:04:23 c5a475d317c9: Verifying Checksum 14:04:23 c5a475d317c9: Download complete 14:04:23 ---> Running in 041ce1f9de47 14:04:24 cf04c63912e1: Pull complete 14:04:24 Removing intermediate container 041ce1f9de47 14:04:24 ---> 5f4249d5463f 14:04:24 Step 27/30 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "-registry"] 14:04:24 ---> Running in bb3e490e45ef 14:04:24 Removing intermediate container bb3e490e45ef 14:04:24 ---> 2163c0452f56 14:04:24 Step 28/30 : LABEL arch=amd64 14:04:24 ---> Running in 2632180c6bd3 14:04:24 Removing intermediate container 2632180c6bd3 14:04:24 ---> ef6ad8f290cd 14:04:24 Step 29/30 : LABEL git_sha=cab05ee6a5f545b4b20bc198032e0d97b74cbbf3 14:04:24 ---> Running in fc14ea231029 14:04:24 Removing intermediate container fc14ea231029 14:04:24 ---> fc189332aa8d 14:04:24 Step 30/30 : LABEL version=4.0.0-dev.3 14:04:24 ---> Running in faa6f50f0141 14:04:24 55b35a11ae5e: Pull complete 14:04:25 Removing intermediate container faa6f50f0141 14:04:25 ---> c89485ee4813 14:04:25 [Warning] One or more build-args [ARCH] were not consumed 14:04:25 Successfully built c89485ee4813 14:04:25 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 14:04:25 provisioning config files... 14:04:25 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 14:04:25 a37a00ec5f00: Verifying Checksum 14:04:25 a37a00ec5f00: Download complete 14:04:25 ---> ****-login.sh 14:04:25 nexus3.edgexfoundry.org:10001 14:04:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:04:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 14:04:25 Configure a credential helper to remove this warning. See 14:04:25 https://docs.****.com/engine/reference/commandline/login/#credentials-store 14:04:25 14:04:25 Login Succeeded 14:04:25 nexus3.edgexfoundry.org:10002 14:04:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:04:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 14:04:25 Configure a credential helper to remove this warning. See 14:04:25 https://docs.****.com/engine/reference/commandline/login/#credentials-store 14:04:25 14:04:25 Login Succeeded 14:04:25 nexus3.edgexfoundry.org:10003 14:04:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:04:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 14:04:25 Configure a credential helper to remove this warning. See 14:04:25 https://docs.****.com/engine/reference/commandline/login/#credentials-store 14:04:25 14:04:25 Login Succeeded 14:04:25 nexus3.edgexfoundry.org:10004 14:04:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:04:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 14:04:25 Configure a credential helper to remove this warning. See 14:04:25 https://docs.****.com/engine/reference/commandline/login/#credentials-store 14:04:25 14:04:25 Login Succeeded 14:04:25 ****.io 14:04:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:04:26 c9f46d7d2bd2: Verifying Checksum 14:04:26 c9f46d7d2bd2: Download complete 14:04:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 14:04:26 Configure a credential helper to remove this warning. See 14:04:26 https://docs.****.com/engine/reference/commandline/login/#credentials-store 14:04:26 14:04:26 Login Succeeded 14:04:26 ---> ****-login.sh ends [Pipeline] } 14:04:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:04:26 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 14:04:26 [edgeXDocker.push] Tagging docker image app-rfid-llrp-inventory with the following tags: 14:04:26 cab05ee6a5f545b4b20bc198032e0d97b74cbbf3 14:04:26 latest 14:04:26 4.0.0-dev.3 14:04:26 cab05ee6a5f545b4b20bc198032e0d97b74cbbf3-4.0.0-dev.3 14:04:26 main 14:04:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:04:26 + 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 14:04:26 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:cab05ee6a5f545b4b20bc198032e0d97b74cbbf3 14:04:26 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] 14:04:26 89368574f244: Preparing 14:04:26 aaa5ae60e731: Preparing 14:04:26 cd655c136c59: Preparing 14:04:26 65bb7edd20d3: Preparing 14:04:26 316a6db65ddd: Preparing 14:04:26 ce062bbd60a4: Preparing 14:04:26 3440adf5959e: Preparing 14:04:26 ee715e44d74a: Preparing 14:04:26 75654b8eeebd: Preparing 14:04:26 ce062bbd60a4: Waiting 14:04:26 3440adf5959e: Waiting 14:04:26 75654b8eeebd: Waiting 14:04:26 ee715e44d74a: Waiting 14:04:26 316a6db65ddd: Pushed 14:04:26 89368574f244: Pushed 14:04:26 cd655c136c59: Pushed 14:04:26 65bb7edd20d3: Pushed 14:04:26 75654b8eeebd: Layer already exists 14:04:27 ce062bbd60a4: Pushed 14:04:27 ee715e44d74a: Pushed 14:04:27 3440adf5959e: Pushed 14:04:30 aaa5ae60e731: Pushed 14:04:31 cab05ee6a5f545b4b20bc198032e0d97b74cbbf3: digest: sha256:9a5e2f7bc94847e0edd2798cce7166eeb264bc015e2b664a0af8ff8221ebb20e size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:04:31 + 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 14:04:32 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:latest 14:04:32 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] 14:04:32 89368574f244: Preparing 14:04:32 aaa5ae60e731: Preparing 14:04:32 cd655c136c59: Preparing 14:04:32 65bb7edd20d3: Preparing 14:04:32 316a6db65ddd: Preparing 14:04:32 ce062bbd60a4: Preparing 14:04:32 3440adf5959e: Preparing 14:04:32 ee715e44d74a: Preparing 14:04:32 75654b8eeebd: Preparing 14:04:32 3440adf5959e: Waiting 14:04:32 ee715e44d74a: Waiting 14:04:32 ce062bbd60a4: Waiting 14:04:32 75654b8eeebd: Waiting 14:04:32 65bb7edd20d3: Layer already exists 14:04:32 89368574f244: Layer already exists 14:04:32 cd655c136c59: Layer already exists 14:04:32 316a6db65ddd: Layer already exists 14:04:32 aaa5ae60e731: Layer already exists 14:04:32 3440adf5959e: Layer already exists 14:04:32 ee715e44d74a: Layer already exists 14:04:32 ce062bbd60a4: Layer already exists 14:04:32 75654b8eeebd: Layer already exists 14:04:32 latest: digest: sha256:9a5e2f7bc94847e0edd2798cce7166eeb264bc015e2b664a0af8ff8221ebb20e size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:04:32 + 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 14:04:32 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:4.0.0-dev.3 14:04:32 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] 14:04:32 89368574f244: Preparing 14:04:32 aaa5ae60e731: Preparing 14:04:32 cd655c136c59: Preparing 14:04:32 65bb7edd20d3: Preparing 14:04:32 316a6db65ddd: Preparing 14:04:32 ce062bbd60a4: Preparing 14:04:32 3440adf5959e: Preparing 14:04:32 ee715e44d74a: Preparing 14:04:32 75654b8eeebd: Preparing 14:04:32 ee715e44d74a: Waiting 14:04:32 75654b8eeebd: Waiting 14:04:32 ce062bbd60a4: Waiting 14:04:32 3440adf5959e: Waiting 14:04:32 cd655c136c59: Layer already exists 14:04:32 316a6db65ddd: Layer already exists 14:04:32 aaa5ae60e731: Layer already exists 14:04:32 89368574f244: Layer already exists 14:04:32 65bb7edd20d3: Layer already exists 14:04:32 ce062bbd60a4: Layer already exists 14:04:32 ee715e44d74a: Layer already exists 14:04:32 3440adf5959e: Layer already exists 14:04:32 75654b8eeebd: Layer already exists 14:04:32 4.0.0-dev.3: digest: sha256:9a5e2f7bc94847e0edd2798cce7166eeb264bc015e2b664a0af8ff8221ebb20e size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:04:33 + 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 14:04:33 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:cab05ee6a5f545b4b20bc198032e0d97b74cbbf3-4.0.0-dev.3 14:04:33 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] 14:04:33 89368574f244: Preparing 14:04:33 aaa5ae60e731: Preparing 14:04:33 cd655c136c59: Preparing 14:04:33 65bb7edd20d3: Preparing 14:04:33 316a6db65ddd: Preparing 14:04:33 ce062bbd60a4: Preparing 14:04:33 3440adf5959e: Preparing 14:04:33 ee715e44d74a: Preparing 14:04:33 75654b8eeebd: Preparing 14:04:33 ee715e44d74a: Waiting 14:04:33 ce062bbd60a4: Waiting 14:04:33 75654b8eeebd: Waiting 14:04:33 3440adf5959e: Waiting 14:04:33 65bb7edd20d3: Layer already exists 14:04:33 316a6db65ddd: Layer already exists 14:04:33 aaa5ae60e731: Layer already exists 14:04:33 89368574f244: Layer already exists 14:04:33 cd655c136c59: Layer already exists 14:04:33 3440adf5959e: Layer already exists 14:04:33 ce062bbd60a4: Layer already exists 14:04:33 ee715e44d74a: Layer already exists 14:04:33 75654b8eeebd: Layer already exists 14:04:33 cab05ee6a5f545b4b20bc198032e0d97b74cbbf3-4.0.0-dev.3: digest: sha256:9a5e2f7bc94847e0edd2798cce7166eeb264bc015e2b664a0af8ff8221ebb20e size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:04:33 + 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 14:04:34 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:main 14:04:34 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] 14:04:34 89368574f244: Preparing 14:04:34 aaa5ae60e731: Preparing 14:04:34 cd655c136c59: Preparing 14:04:34 65bb7edd20d3: Preparing 14:04:34 316a6db65ddd: Preparing 14:04:34 ce062bbd60a4: Preparing 14:04:34 3440adf5959e: Preparing 14:04:34 ee715e44d74a: Preparing 14:04:34 75654b8eeebd: Preparing 14:04:34 3440adf5959e: Waiting 14:04:34 ee715e44d74a: Waiting 14:04:34 75654b8eeebd: Waiting 14:04:34 ce062bbd60a4: Waiting 14:04:34 cd655c136c59: Layer already exists 14:04:34 65bb7edd20d3: Layer already exists 14:04:34 316a6db65ddd: Layer already exists 14:04:34 aaa5ae60e731: Layer already exists 14:04:34 89368574f244: Layer already exists 14:04:34 ee715e44d74a: Layer already exists 14:04:34 75654b8eeebd: Layer already exists 14:04:34 ce062bbd60a4: Layer already exists 14:04:34 3440adf5959e: Layer already exists 14:04:34 main: digest: sha256:9a5e2f7bc94847e0edd2798cce7166eeb264bc015e2b664a0af8ff8221ebb20e size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:04:34 ===================================================== [Pipeline] echo 14:04:34 taggedImages: 14:04:34 - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:cab05ee6a5f545b4b20bc198032e0d97b74cbbf3 14:04:34 - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:latest 14:04:34 - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:4.0.0-dev.3 14:04:34 - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:cab05ee6a5f545b4b20bc198032e0d97b74cbbf3-4.0.0-dev.3 14:04:34 - 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 14:04:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 14:04:34 14:04:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:04:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 14:04:35 latest: Pulling from edgex-lftools-log-publisher 14:04:35 5eb5b503b376: Pulling fs layer 14:04:35 5c69ac0246d0: Pulling fs layer 14:04:35 ec43610c2a17: Pulling fs layer 14:04:35 3a2ae6a8a46f: Pulling fs layer 14:04:35 33b1e0a273af: Pulling fs layer 14:04:35 5d3b04190fa2: Pulling fs layer 14:04:35 2f39f015ded8: Pulling fs layer 14:04:35 3a2ae6a8a46f: Waiting 14:04:35 33b1e0a273af: Waiting 14:04:35 5d3b04190fa2: Waiting 14:04:35 2f39f015ded8: Waiting 14:04:35 5c69ac0246d0: Verifying Checksum 14:04:35 5c69ac0246d0: Download complete 14:04:35 3a2ae6a8a46f: Verifying Checksum 14:04:35 3a2ae6a8a46f: Download complete 14:04:35 33b1e0a273af: Verifying Checksum 14:04:35 33b1e0a273af: Download complete 14:04:35 5d3b04190fa2: Verifying Checksum 14:04:35 5d3b04190fa2: Download complete 14:04:35 ec43610c2a17: Verifying Checksum 14:04:35 ec43610c2a17: Download complete 14:04:35 5eb5b503b376: Verifying Checksum 14:04:35 5eb5b503b376: Download complete 14:04:35 2f39f015ded8: Download complete 14:04:36 5eb5b503b376: Pull complete 14:04:36 5c69ac0246d0: Pull complete 14:04:37 ec43610c2a17: Pull complete 14:04:37 3a2ae6a8a46f: Pull complete 14:04:37 33b1e0a273af: Pull complete 14:04:37 5d3b04190fa2: Pull complete 14:04:41 a37a00ec5f00: Pull complete 14:04:41 50b3750afda1: Pull complete 14:04:41 4f4fb700ef54: Pull complete 14:04:41 80978eb59214: Pull complete 14:04:47 c9f46d7d2bd2: Pull complete 14:04:48 c5a475d317c9: Pull complete 14:04:48 Digest: sha256:2391c17ca386d1fbfa331956bd558234564149703727e64d3c69580d84b42a9b 14:04:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 14:04:48 ---> be29e6b0f0d4 14:04:48 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 14:04:49 ---> Running in df487c3a5ec0 14:04:49 2f39f015ded8: Pull complete 14:04:49 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 14:04:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 14:04:49 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:04:49 prd-ubuntu20.04-docker-8c-8g-26378 does not seem to be running inside a container 14:04:49 Removing intermediate container df487c3a5ec0 14:04:49 ---> 616900c66a2f 14:04:49 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 14:04:49 ---> Running in 9b9b070aba9d 14:04:49 $ 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 14:04:50 Removing intermediate container 9b9b070aba9d 14:04:50 ---> a8462c8857bb 14:04:50 Step 5/12 : ARG ADD_BUILD_TAGS="" 14:04:50 ---> Running in f2b3d5cb0f15 14:04:50 $ docker top 5223d8b91bc7658294c6f775dcb5f8a5359fd8e1bc108a25b03c2f491e4ff124 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:04:50 Removing intermediate container f2b3d5cb0f15 14:04:50 ---> 113ed789076c 14:04:50 Step 6/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 14:04:50 ---> Running in 403a5fc59b4c 14:04:50 ---> job-cost.sh 14:04:50 lf-activate-venv: SKIPPING 14:04:50 INFO: No Stack... 14:04:51 INFO: Retrieving Pricing Info for: v3-standard-8 14:04:51 INFO: Archiving Costs [Pipeline] sh 14:04:51 + cat /w/workspace/dry_app-rfid-llrp-inventory_main/archives/cost.csv 14:04:51 + cut -d, -f6 [Pipeline] lock 14:04:51 Trying to acquire lock on [Resource: jenkins-edgexfoundry-app-rfid-llrp-inventory-main-190-stack-cost] 14:04:51 Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-190-stack-cost] did not exist. Created. 14:04:51 Lock acquired on [Resource: jenkins-edgexfoundry-app-rfid-llrp-inventory-main-190-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 14:04:52 + echo total: 0.2199999988079071 [Pipeline] stash 14:04:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 14:04:52 Stashed 1 file(s) [Pipeline] } 14:04:52 Lock released on resource [Resource: jenkins-edgexfoundry-app-rfid-llrp-inventory-main-190-stack-cost] [Pipeline] // lock [Pipeline] } 14:04:52 $ docker stop --time=1 5223d8b91bc7658294c6f775dcb5f8a5359fd8e1bc108a25b03c2f491e4ff124 14:04:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 14:04:53 OK: 238 MiB in 54 packages 14:04:54 $ docker rm -f --volumes 5223d8b91bc7658294c6f775dcb5f8a5359fd8e1bc108a25b03c2f491e4ff124 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 14:04:54 Removing intermediate container 403a5fc59b4c 14:04:54 ---> 82528ace0d55 14:04:54 Step 7/12 : WORKDIR /app 14:04:54 ---> Running in 4f07c9becfd3 14:04:55 Removing intermediate container 4f07c9becfd3 14:04:55 ---> 3540327e2d07 14:04:55 Step 8/12 : COPY go.mod vendor* ./ 14:04:55 ---> a9565fd3e20e 14:04:55 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:04:55 ---> Running in a7eba32d4b5b 14:06:53 Removing intermediate container a7eba32d4b5b 14:06:53 ---> edcae2f3b866 14:06:53 Step 10/12 : COPY . . 14:06:53 ---> 57be79a2bdc8 14:06:53 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 14:06:53 ---> Running in 239c0ef329ae 14:06:53 Removing intermediate container 239c0ef329ae 14:06:53 ---> bf9419378849 14:06:53 Step 12/12 : RUN $MAKE 14:06:53 ---> Running in b825092f94e8 14:06:53 noop 14:06:53 Removing intermediate container b825092f94e8 14:06:53 ---> dad39dc8342e 14:06:53 Successfully built dad39dc8342e 14:06:53 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:06:53 + docker inspect -f . ci-base-image-arm64 14:06:53 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:06:54 prd-ubuntu20.04-docker-arm64-4c-16g-26381 does not seem to be running inside a container 14:06:54 $ 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 14:06:55 $ docker top 4f07fb605e2854f11cbb74baea775386825feb33476ba15d01b002c8c396372a -eo pid,comm [Pipeline] { [Pipeline] sh 14:06:56 + go version 14:06:56 go version go1.23.2 linux/arm64 [Pipeline] } 14:06:56 $ docker stop --time=1 4f07fb605e2854f11cbb74baea775386825feb33476ba15d01b002c8c396372a 14:06:57 $ 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 14:06:58 + docker inspect -f . ci-base-image-arm64 14:06:58 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:06:58 prd-ubuntu20.04-docker-arm64-4c-16g-26381 does not seem to be running inside a container 14:06:58 $ 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 14:07:00 $ docker top 82e3f39797ed08eb5e7c5522f4cd3697a7c98ce482548ebe1e601bfbc3bf6781 -eo pid,comm [Pipeline] { [Pipeline] sh 14:07:01 + git config --global --add safe.directory /w/workspace/app-rfid-llrp-inventory/190 [Pipeline] fileExists [Pipeline] sh 14:07:01 + make test 14:07:01 go test -race ./... -coverprofile=coverage.out ./... 14:12:08 edgexfoundry/app-rfid-llrp-inventory coverage: 0.0% of statements 14:12:17 edgexfoundry/app-rfid-llrp-inventory/internal/inventory/app coverage: 0.0% of statements 14:12:19 ok edgexfoundry/app-rfid-llrp-inventory/internal/inventory 2.265s coverage: 86.2% of statements 14:12:31 ok edgexfoundry/app-rfid-llrp-inventory/internal/llrp 4.390s coverage: 71.9% of statements 14:12:31 WARNING: Linting skipped (not on x86_64 or linter not installed) 14:12:31 go vet ./... 14:16:53 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 14:16:53 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 14:16:53 ./bin/test-attribution.sh [Pipeline] echo 14:16:53 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 14:16:53 $ docker stop --time=1 82e3f39797ed08eb5e7c5522f4cd3697a7c98ce482548ebe1e601bfbc3bf6781 14:16:55 $ docker rm -f --volumes 82e3f39797ed08eb5e7c5522f4cd3697a7c98ce482548ebe1e601bfbc3bf6781 [Pipeline] // withDockerContainer [Pipeline] sh 14:16:57 + sudo chown -R jenkins:jenkins . [Pipeline] stash 14:16:57 Warning: overwriting stash ‘coverage-report’ 14:16:58 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 14:16:58 + sudo chown -R jenkins:jenkins . [Pipeline] sh 14:16:59 + ls -al . 14:16:59 total 280 14:16:59 drwxrwxr-x 10 jenkins jenkins 4096 Nov 13 14:07 . 14:16:59 drwxrwxr-x 4 jenkins jenkins 4096 Nov 13 14:03 .. 14:16:59 -rw-rw-r-- 1 jenkins jenkins 262 Nov 13 14:03 .dockerignore 14:16:59 drwxrwxr-x 8 jenkins jenkins 4096 Nov 13 14:03 .git 14:16:59 drwxrwxr-x 3 jenkins jenkins 4096 Nov 13 14:03 .github 14:16:59 -rw-rw-r-- 1 jenkins jenkins 773 Nov 13 14:03 .gitignore 14:16:59 -rw-rw-r-- 1 jenkins jenkins 200 Nov 13 14:03 .golangci.yml 14:16:59 -rw-rw-r-- 1 jenkins jenkins 16943 Nov 13 14:03 Attribution.txt 14:16:59 -rw-rw-r-- 1 jenkins jenkins 11245 Nov 13 14:03 CHANGELOG.md 14:16:59 -rw-rw-r-- 1 jenkins jenkins 1769 Nov 13 14:03 Dockerfile 14:16:59 -rw-rw-r-- 1 jenkins jenkins 677 Nov 13 14:03 GOVERNANCE.md 14:16:59 -rw-rw-r-- 1 jenkins jenkins 665 Nov 13 14:03 Jenkinsfile 14:16:59 -rw-rw-r-- 1 jenkins jenkins 11347 Nov 13 14:03 LICENSE 14:16:59 -rw-rw-r-- 1 jenkins jenkins 3066 Nov 13 14:03 Makefile 14:16:59 -rw-rw-r-- 1 jenkins jenkins 617 Nov 13 14:03 OWNERS.md 14:16:59 -rw-rw-r-- 1 jenkins jenkins 3851 Nov 13 14:03 README.md 14:16:59 -rw-rw-r-- 1 jenkins jenkins 11 Nov 13 14:00 VERSION 14:16:59 drwxrwxr-x 2 jenkins jenkins 4096 Nov 13 14:03 bin 14:16:59 -rw-r--r-- 1 jenkins jenkins 55696 Nov 13 14:12 coverage.out 14:16:59 -rw-rw-r-- 1 jenkins jenkins 6793 Nov 13 14:03 go.mod 14:16:59 -rw-rw-r-- 1 jenkins jenkins 88085 Nov 13 14:03 go.sum 14:16:59 drwxrwxr-x 2 jenkins jenkins 4096 Nov 13 14:03 images 14:16:59 drwxrwxr-x 4 jenkins jenkins 4096 Nov 13 14:03 internal 14:16:59 -rw-rw-r-- 1 jenkins jenkins 531 Nov 13 14:03 main.go 14:16:59 drwxrwxr-x 2 jenkins jenkins 4096 Nov 13 14:03 openapi 14:16:59 drwxrwxr-x 2 jenkins jenkins 4096 Nov 13 14:03 res 14:16:59 drwxrwxr-x 3 jenkins jenkins 4096 Nov 13 14:03 static [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:16:59 + 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 . 14:16:59 Sending build context to Docker daemon 680.4kB 14:16:59 Step 1/30 : ARG BASE=golang:1.23-alpine3.20 14:16:59 Step 2/30 : FROM ${BASE} AS builder 14:16:59 ---> dad39dc8342e 14:16:59 Step 3/30 : ARG ALPINE_PKG_BASE="make git" 14:16:59 ---> Running in 00579dffa60b 14:16:59 Removing intermediate container 00579dffa60b 14:16:59 ---> bae8298429a1 14:16:59 Step 4/30 : ARG ALPINE_PKG_EXTRA="" 14:17:00 ---> Running in 28b8f2f6f4b7 14:17:00 Removing intermediate container 28b8f2f6f4b7 14:17:00 ---> 8d9d14bbd0f2 14:17:00 Step 5/30 : ARG ADD_BUILD_TAGS="" 14:17:00 ---> Running in adfc46df93ab 14:17:00 Removing intermediate container adfc46df93ab 14:17:00 ---> d42e2e97eb50 14:17:00 Step 6/30 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 14:17:00 ---> Running in 8d39ac828c39 14:17:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 14:17:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 14:17:03 OK: 238 MiB in 54 packages 14:17:04 Removing intermediate container 8d39ac828c39 14:17:04 ---> 4bf742fb71d6 14:17:04 Step 7/30 : WORKDIR /app 14:17:04 ---> Running in edb90f4a7ede 14:17:04 Removing intermediate container edb90f4a7ede 14:17:04 ---> 50557864ff47 14:17:04 Step 8/30 : COPY go.mod vendor* ./ 14:17:05 ---> 80b6dd001f8e 14:17:05 Step 9/30 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:17:05 ---> Running in f599fe8961c2 14:17:08 Removing intermediate container f599fe8961c2 14:17:08 ---> 143a5bec84ce 14:17:08 Step 10/30 : COPY . . 14:17:08 ---> de4560745d0a 14:17:08 Step 11/30 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 14:17:08 ---> Running in 5508317bf270 14:17:08 Removing intermediate container 5508317bf270 14:17:08 ---> 29f50d325374 14:17:08 Step 12/30 : RUN $MAKE 14:17:08 ---> Running in cbb9265b97a1 14:17:09 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 14:20:46 Removing intermediate container cbb9265b97a1 14:20:46 ---> 6c1ffebd4d32 14:20:46 Step 13/30 : FROM alpine:3.20 14:20:46 3.20: Pulling from library/alpine 14:20:46 9986a736f7d3: Pulling fs layer 14:20:46 9986a736f7d3: Verifying Checksum 14:20:46 9986a736f7d3: Download complete 14:20:46 9986a736f7d3: Pull complete 14:20:46 Digest: sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 14:20:46 Status: Downloaded newer image for alpine:3.20 14:20:46 ---> 511a44083d3a 14:20:46 Step 14/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 14:20:46 ---> Running in f8be009cd646 14:20:46 Removing intermediate container f8be009cd646 14:20:46 ---> d941e65ab362 14:20:46 Step 15/30 : LABEL Name=app-service-rfid-llrp-inventory Version=${VERSION} 14:20:46 ---> Running in bde85b121a20 14:20:46 Removing intermediate container bde85b121a20 14:20:46 ---> 5c4dc2a034b4 14:20:46 Step 16/30 : RUN apk --no-cache add ca-certificates dumb-init 14:20:46 ---> Running in c48f9b2f8a1a 14:20:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 14:20:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 14:20:46 (1/2) Installing ca-certificates (20240705-r0) 14:20:46 (2/2) Installing dumb-init (1.2.5-r3) 14:20:46 Executing busybox-1.36.1-r29.trigger 14:20:46 Executing ca-certificates-20240705-r0.trigger 14:20:46 OK: 10 MiB in 16 packages 14:20:46 Removing intermediate container c48f9b2f8a1a 14:20:46 ---> 457d526c968a 14:20:46 Step 17/30 : RUN apk --no-cache upgrade 14:20:46 ---> Running in 3d9ec72b52ca 14:20:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 14:20:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 14:20:46 Upgrading critical system libraries and apk-tools: 14:20:46 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 14:20:46 Executing busybox-1.36.1-r29.trigger 14:20:47 Continuing the upgrade transaction with new apk-tools: 14:20:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 14:20:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 14:20:48 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 14:20:48 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 14:20:48 Executing ca-certificates-20240705-r0.trigger 14:20:49 OK: 10 MiB in 16 packages 14:20:50 Removing intermediate container 3d9ec72b52ca 14:20:50 ---> 8e5a0fecd5af 14:20:50 Step 18/30 : COPY --from=builder /app/Attribution.txt /Attribution.txt 14:20:50 ---> 9001a44a1f34 14:20:50 Step 19/30 : COPY --from=builder /app/LICENSE /LICENSE 14:20:50 ---> f67fa3323bfd 14:20:50 Step 20/30 : COPY --from=builder /app/res/ /res/ 14:20:51 ---> 62e218a421df 14:20:51 Step 21/30 : COPY --from=builder /app/static/ /static/ 14:20:52 ---> d59fa5194e3d 14:20:52 Step 22/30 : COPY --from=builder /app/app-rfid-llrp-inventory /app-rfid-llrp-inventory 14:20:53 ---> a5983fc4aded 14:20:53 Step 23/30 : RUN mkdir -p /cache && chown -R 2002:2002 /cache 14:20:53 ---> Running in 244f2375d58f 14:20:56 Removing intermediate container 244f2375d58f 14:20:56 ---> 30ae1ec3e1d4 14:20:56 Step 24/30 : VOLUME /cache 14:20:56 ---> Running in 603abb5cfaf4 14:20:56 Removing intermediate container 603abb5cfaf4 14:20:56 ---> 5a45d23a4211 14:20:56 Step 25/30 : EXPOSE 59711 14:20:56 ---> Running in 6f09c109d2c2 14:20:57 Removing intermediate container 6f09c109d2c2 14:20:57 ---> e4470b5b82d1 14:20:57 Step 26/30 : ENTRYPOINT ["/app-rfid-llrp-inventory"] 14:20:57 ---> Running in db225fe3e2df 14:20:57 Removing intermediate container db225fe3e2df 14:20:57 ---> 11a4ca55a402 14:20:57 Step 27/30 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "-registry"] 14:20:57 ---> Running in 7f08505551c9 14:20:57 Removing intermediate container 7f08505551c9 14:20:57 ---> 5e953f3a5f4b 14:20:57 Step 28/30 : LABEL arch=arm64 14:20:57 ---> Running in 541e638db82d 14:20:58 Removing intermediate container 541e638db82d 14:20:58 ---> 88b60ee8f77d 14:20:58 Step 29/30 : LABEL git_sha=cab05ee6a5f545b4b20bc198032e0d97b74cbbf3 14:20:58 ---> Running in 6a510f5ab31f 14:20:58 Removing intermediate container 6a510f5ab31f 14:20:58 ---> a709c9e66e22 14:20:58 Step 30/30 : LABEL version=4.0.0-dev.3 14:20:58 ---> Running in f72e15f8cd33 14:20:58 Removing intermediate container f72e15f8cd33 14:20:58 ---> fbac1954f568 14:20:58 [Warning] One or more build-args [ARCH] were not consumed 14:20:58 Successfully built fbac1954f568 14:20:58 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 14:20:58 provisioning config files... 14:20:58 copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/app-rfid-llrp-inventory/190@tmp/config12539274086597019468tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:20:59 ---> ****-login.sh 14:20:59 nexus3.edgexfoundry.org:10001 14:20:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:20:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 14:20:59 Configure a credential helper to remove this warning. See 14:20:59 https://docs.****.com/engine/reference/commandline/login/#credentials-store 14:20:59 14:20:59 Login Succeeded 14:20:59 nexus3.edgexfoundry.org:10002 14:20:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:20:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 14:20:59 Configure a credential helper to remove this warning. See 14:20:59 https://docs.****.com/engine/reference/commandline/login/#credentials-store 14:20:59 14:20:59 Login Succeeded 14:20:59 nexus3.edgexfoundry.org:10003 14:20:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:20:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 14:20:59 Configure a credential helper to remove this warning. See 14:20:59 https://docs.****.com/engine/reference/commandline/login/#credentials-store 14:20:59 14:20:59 Login Succeeded 14:20:59 nexus3.edgexfoundry.org:10004 14:21:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:21:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 14:21:00 Configure a credential helper to remove this warning. See 14:21:00 https://docs.****.com/engine/reference/commandline/login/#credentials-store 14:21:00 14:21:00 Login Succeeded 14:21:00 ****.io 14:21:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:21:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 14:21:00 Configure a credential helper to remove this warning. See 14:21:00 https://docs.****.com/engine/reference/commandline/login/#credentials-store 14:21:00 14:21:00 Login Succeeded 14:21:00 ---> ****-login.sh ends [Pipeline] } 14:21:00 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:21:00 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 14:21:00 [edgeXDocker.push] Tagging docker image app-rfid-llrp-inventory-arm64 with the following tags: 14:21:00 cab05ee6a5f545b4b20bc198032e0d97b74cbbf3 14:21:00 latest 14:21:00 4.0.0-dev.3 14:21:00 cab05ee6a5f545b4b20bc198032e0d97b74cbbf3-4.0.0-dev.3 14:21:00 main 14:21:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:21:01 + 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 14:21:01 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:cab05ee6a5f545b4b20bc198032e0d97b74cbbf3 14:21:01 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] 14:21:01 2a677c8dc9c2: Preparing 14:21:01 6ce80d63500c: Preparing 14:21:01 ae06a3c08a32: Preparing 14:21:01 db9f3a3c9ea3: Preparing 14:21:01 b0e4184e8e1b: Preparing 14:21:01 c44ef41354ff: Preparing 14:21:01 63995409bec1: Preparing 14:21:01 c44ef41354ff: Waiting 14:21:01 63995409bec1: Waiting 14:21:01 ef8679ee9399: Preparing 14:21:01 651d9022c234: Preparing 14:21:01 ef8679ee9399: Waiting 14:21:01 651d9022c234: Waiting 14:21:01 db9f3a3c9ea3: Pushed 14:21:01 ae06a3c08a32: Pushed 14:21:01 2a677c8dc9c2: Pushed 14:21:01 b0e4184e8e1b: Pushed 14:21:01 651d9022c234: Layer already exists 14:21:01 c44ef41354ff: Pushed 14:21:02 ef8679ee9399: Pushed 14:21:03 63995409bec1: Pushed 14:21:10 6ce80d63500c: Pushed 14:21:10 cab05ee6a5f545b4b20bc198032e0d97b74cbbf3: digest: sha256:293b5a085461fa653eb5b379207b92d1e74fa953528830926ce27c26ded30475 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:21:10 + 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 14:21:10 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:latest 14:21:10 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] 14:21:10 2a677c8dc9c2: Preparing 14:21:10 6ce80d63500c: Preparing 14:21:10 ae06a3c08a32: Preparing 14:21:10 db9f3a3c9ea3: Preparing 14:21:10 b0e4184e8e1b: Preparing 14:21:10 c44ef41354ff: Preparing 14:21:10 63995409bec1: Preparing 14:21:10 ef8679ee9399: Preparing 14:21:10 651d9022c234: Preparing 14:21:10 c44ef41354ff: Waiting 14:21:10 63995409bec1: Waiting 14:21:10 ef8679ee9399: Waiting 14:21:10 651d9022c234: Waiting 14:21:10 2a677c8dc9c2: Layer already exists 14:21:10 db9f3a3c9ea3: Layer already exists 14:21:10 6ce80d63500c: Layer already exists 14:21:10 b0e4184e8e1b: Layer already exists 14:21:10 ae06a3c08a32: Layer already exists 14:21:10 63995409bec1: Layer already exists 14:21:10 c44ef41354ff: Layer already exists 14:21:10 ef8679ee9399: Layer already exists 14:21:10 651d9022c234: Layer already exists 14:21:11 latest: digest: sha256:293b5a085461fa653eb5b379207b92d1e74fa953528830926ce27c26ded30475 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:21:11 + 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 14:21:11 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:4.0.0-dev.3 14:21:11 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] 14:21:11 2a677c8dc9c2: Preparing 14:21:11 6ce80d63500c: Preparing 14:21:11 ae06a3c08a32: Preparing 14:21:11 db9f3a3c9ea3: Preparing 14:21:11 b0e4184e8e1b: Preparing 14:21:11 c44ef41354ff: Preparing 14:21:11 63995409bec1: Preparing 14:21:11 ef8679ee9399: Preparing 14:21:11 651d9022c234: Preparing 14:21:11 c44ef41354ff: Waiting 14:21:11 63995409bec1: Waiting 14:21:11 651d9022c234: Waiting 14:21:11 ef8679ee9399: Waiting 14:21:11 6ce80d63500c: Layer already exists 14:21:11 b0e4184e8e1b: Layer already exists 14:21:11 db9f3a3c9ea3: Layer already exists 14:21:11 ae06a3c08a32: Layer already exists 14:21:11 2a677c8dc9c2: Layer already exists 14:21:11 651d9022c234: Layer already exists 14:21:11 63995409bec1: Layer already exists 14:21:11 c44ef41354ff: Layer already exists 14:21:11 ef8679ee9399: Layer already exists 14:21:12 4.0.0-dev.3: digest: sha256:293b5a085461fa653eb5b379207b92d1e74fa953528830926ce27c26ded30475 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:21:12 + 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 14:21:12 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:cab05ee6a5f545b4b20bc198032e0d97b74cbbf3-4.0.0-dev.3 14:21:12 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] 14:21:12 2a677c8dc9c2: Preparing 14:21:12 6ce80d63500c: Preparing 14:21:12 ae06a3c08a32: Preparing 14:21:12 db9f3a3c9ea3: Preparing 14:21:12 b0e4184e8e1b: Preparing 14:21:12 c44ef41354ff: Preparing 14:21:12 63995409bec1: Preparing 14:21:12 c44ef41354ff: Waiting 14:21:12 ef8679ee9399: Preparing 14:21:12 651d9022c234: Preparing 14:21:12 ef8679ee9399: Waiting 14:21:12 651d9022c234: Waiting 14:21:12 2a677c8dc9c2: Layer already exists 14:21:12 db9f3a3c9ea3: Layer already exists 14:21:12 6ce80d63500c: Layer already exists 14:21:12 b0e4184e8e1b: Layer already exists 14:21:12 ae06a3c08a32: Layer already exists 14:21:12 ef8679ee9399: Layer already exists 14:21:12 651d9022c234: Layer already exists 14:21:12 c44ef41354ff: Layer already exists 14:21:12 63995409bec1: Layer already exists 14:21:13 cab05ee6a5f545b4b20bc198032e0d97b74cbbf3-4.0.0-dev.3: digest: sha256:293b5a085461fa653eb5b379207b92d1e74fa953528830926ce27c26ded30475 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:21:13 + 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 14:21:13 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:main 14:21:13 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] 14:21:13 2a677c8dc9c2: Preparing 14:21:13 6ce80d63500c: Preparing 14:21:13 ae06a3c08a32: Preparing 14:21:13 db9f3a3c9ea3: Preparing 14:21:13 b0e4184e8e1b: Preparing 14:21:13 c44ef41354ff: Preparing 14:21:13 63995409bec1: Preparing 14:21:13 ef8679ee9399: Preparing 14:21:13 651d9022c234: Preparing 14:21:13 c44ef41354ff: Waiting 14:21:13 63995409bec1: Waiting 14:21:13 ef8679ee9399: Waiting 14:21:13 651d9022c234: Waiting 14:21:13 2a677c8dc9c2: Layer already exists 14:21:13 6ce80d63500c: Layer already exists 14:21:13 db9f3a3c9ea3: Layer already exists 14:21:13 b0e4184e8e1b: Layer already exists 14:21:13 ae06a3c08a32: Layer already exists 14:21:13 63995409bec1: Layer already exists 14:21:13 c44ef41354ff: Layer already exists 14:21:13 ef8679ee9399: Layer already exists 14:21:13 651d9022c234: Layer already exists 14:21:14 main: digest: sha256:293b5a085461fa653eb5b379207b92d1e74fa953528830926ce27c26ded30475 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:21:14 ===================================================== [Pipeline] echo 14:21:14 taggedImages: 14:21:14 - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:cab05ee6a5f545b4b20bc198032e0d97b74cbbf3 14:21:14 - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:latest 14:21:14 - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:4.0.0-dev.3 14:21:14 - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:cab05ee6a5f545b4b20bc198032e0d97b74cbbf3-4.0.0-dev.3 14:21:14 - 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 14:21:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 14:21:14 14:21:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:21:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 14:21:15 arm64: Pulling from edgex-lftools-log-publisher 14:21:15 8998bd30e6a1: Pulling fs layer 14:21:15 04944245beec: Pulling fs layer 14:21:15 699f458cf7ca: Pulling fs layer 14:21:15 765212b225bb: Pulling fs layer 14:21:15 f23df028b6ca: Pulling fs layer 14:21:15 d65c8cfc05b1: Pulling fs layer 14:21:15 2437ff75d9bd: Pulling fs layer 14:21:15 765212b225bb: Waiting 14:21:15 f23df028b6ca: Waiting 14:21:15 d65c8cfc05b1: Waiting 14:21:15 2437ff75d9bd: Waiting 14:21:15 04944245beec: Verifying Checksum 14:21:15 04944245beec: Download complete 14:21:15 765212b225bb: Verifying Checksum 14:21:15 765212b225bb: Download complete 14:21:15 f23df028b6ca: Verifying Checksum 14:21:15 f23df028b6ca: Download complete 14:21:15 d65c8cfc05b1: Verifying Checksum 14:21:15 d65c8cfc05b1: Download complete 14:21:15 699f458cf7ca: Verifying Checksum 14:21:15 699f458cf7ca: Download complete 14:21:15 8998bd30e6a1: Download complete 14:21:18 2437ff75d9bd: Verifying Checksum 14:21:18 2437ff75d9bd: Download complete 14:21:20 8998bd30e6a1: Pull complete 14:21:20 04944245beec: Pull complete 14:21:22 699f458cf7ca: Pull complete 14:21:22 765212b225bb: Pull complete 14:21:23 f23df028b6ca: Pull complete 14:21:23 d65c8cfc05b1: Pull complete 14:21:41 2437ff75d9bd: Pull complete 14:21:41 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 14:21:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 14:21:41 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:21:42 prd-ubuntu20.04-docker-arm64-4c-16g-26381 does not seem to be running inside a container 14:21:42 $ 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 14:21:44 $ docker top 4c58ea081079dc2de65650741894154b03d3adb62a0d26e0e2322167f59f6827 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:21:45 ---> job-cost.sh 14:21:45 lf-activate-venv: SKIPPING 14:21:45 INFO: No Stack... 14:21:45 INFO: Retrieving Pricing Info for: v3-standard-4 14:21:46 INFO: Archiving Costs [Pipeline] sh 14:21:47 + cat /w/workspace/app-rfid-llrp-inventory/190/archives/cost.csv 14:21:47 + cut -d, -f6 [Pipeline] lock 14:21:47 Trying to acquire lock on [Resource: jenkins-edgexfoundry-app-rfid-llrp-inventory-main-190-stack-cost] 14:21:47 Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-190-stack-cost] did not exist. Created. 14:21:47 Lock acquired on [Resource: jenkins-edgexfoundry-app-rfid-llrp-inventory-main-190-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 14:21:47 /w/workspace/app-rfid-llrp-inventory/190@tmp/durable-83a6df20/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 14:21:47 + echo total: 0.10999999940395355 [Pipeline] stash 14:21:47 Warning: overwriting stash ‘stack-cost’ 14:21:47 Stashed 1 file(s) [Pipeline] } 14:21:47 Lock released on resource [Resource: jenkins-edgexfoundry-app-rfid-llrp-inventory-main-190-stack-cost] [Pipeline] // lock [Pipeline] } 14:21:48 $ docker stop --time=1 4c58ea081079dc2de65650741894154b03d3adb62a0d26e0e2322167f59f6827 14:21:49 $ 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 14:21:49 provisioning config files... 14:21:49 copy managed file [app-rfid-llrp-inventory-codecov-token] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config16893022821386853190tmp [Pipeline] { [Pipeline] sh 14:21:50 + set +x 14:21:50 + + bash -s -- 14:21:50 curl -s https://codecov.io/bash 14:21:50 14:21:50 _____ _ 14:21:50 / ____| | | 14:21:50 | | ___ __| | ___ ___ _____ __ 14:21:50 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 14:21:50 | |___| (_) | (_| | __/ (_| (_) \ V / 14:21:50 \_____\___/ \__,_|\___|\___\___/ \_/ 14:21:50 Bash-1.0.6 14:21:50 14:21:50 14:21:50 ==> git version 2.25.1 found 14:21:50 ==> 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 14:21:50 Release-Date: 2020-01-08 14:21:50 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 14:21:50 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 14:21:50 ==> Jenkins CI detected. 14:21:50 current dir:  /w/workspace/dry_app-rfid-llrp-inventory_main 14:21:50 project root: . 14:21:50 --> token set from env 14:21:50 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 14:21:50 ==> Running gcov in . (disable via -X gcov) 14:21:50 ==> Python coveragepy not found 14:21:50 ==> Searching for coverage reports in: 14:21:50 + . 14:21:50 -> Found 1 reports 14:21:50 ==> Detecting git/mercurial file structure 14:21:50 ==> Reading reports 14:21:50 + ./coverage.out bytes=55696 14:21:50 ==> Appending adjustments 14:21:50 https://docs.codecov.io/docs/fixing-reports 14:21:50 + Found adjustments 14:21:50 ==> Gzipping contents 14:21:50 16K /tmp/codecov.1R5SmG.gz 14:21:50 ==> Uploading reports 14:21:50 url: https://codecov.io 14:21:50 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= 14:21:50 -> Pinging Codecov 14:21:50 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= 14:21:50 -> Uploading to 14:21:50 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 14:21:50 % Total % Received % Xferd Average Speed Time Time Time Current 14:21:50 Dload Upload Total Spent Left Speed 14:21:50 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12869 0 0 100 12869 0 55709 --:--:-- --:--:-- --:--:-- 55709 14:21:50 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rfid-llrp-go/commit/cab05ee6a5f545b4b20bc198032e0d97b74cbbf3 [Pipeline] } 14:21:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 14:21:51 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 14:21:51 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:21:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 14:21:51 14:21:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:21:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 14:21:51 latest: Pulling from edgex-devops/edgex-snyk-go 14:21:51 43c4264eed91: Already exists 14:21:51 4cc291be95ef: Already exists 14:21:51 2ac1f1163629: Already exists 14:21:51 5c3c966382ef: Already exists 14:21:51 4f4fb700ef54: Already exists 14:21:51 d9c7d2e4e75e: Pulling fs layer 14:21:51 9c3e1370e548: Pulling fs layer 14:21:52 d9c7d2e4e75e: Verifying Checksum 14:21:52 d9c7d2e4e75e: Download complete 14:21:52 d9c7d2e4e75e: Pull complete 14:21:52 9c3e1370e548: Verifying Checksum 14:21:52 9c3e1370e548: Download complete 14:21:56 9c3e1370e548: Pull complete 14:21:56 Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b 14:21:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 14:21:56 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:21:56 prd-ubuntu20.04-docker-8c-8g-26378 does not seem to be running inside a container 14:21:56 $ 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 14:21:58 $ docker top 02ae46cce845e29a7a93c02fabcb3135b929d08fcb906cd56367bc493a41b8ce -eo pid,comm [Pipeline] { [Pipeline] sh 14:21:58 + git config --global --add safe.directory /w/workspace/dry_app-rfid-llrp-inventory_main [Pipeline] echo 14:21:58 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-rfid-llrp-inventory:main' [Pipeline] sh 14:21:59 + set -o pipefail 14:21:59 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-rfid-llrp-inventory:main' 14:22:07 14:22:07 Monitoring /w/workspace/dry_app-rfid-llrp-inventory_main (edgexfoundry/app-rfid-llrp-inventory)... 14:22:07 14:22:07 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/7116c55e-148a-425a-9d75-27689445d8a8/history/ab3f1b39-f58d-42f5-84cd-916945c415d1 14:22:07 14:22:07 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 14:22:07 14:22:07 14:22:07 You have reached your monthly limit of 200 private tests for your edgex-jenkins org. 14:22:07 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 14:22:07 $ docker stop --time=1 02ae46cce845e29a7a93c02fabcb3135b929d08fcb906cd56367bc493a41b8ce 14:22:11 $ 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 14:22:12 + git log --format=format:%s -1 cab05ee6a5f545b4b20bc198032e0d97b74cbbf3 [Pipeline] sh 14:22:12 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 14:22:12 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:22:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 14:22:12 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:22:12 prd-ubuntu20.04-docker-8c-8g-26378 does not seem to be running inside a container 14:22:12 $ 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 14:22:13 $ docker top a6449c36ae68a04914ff97a986534ce22423a44d376c2822aa82bf37f2b2ae8b -eo pid,comm 14:22:13 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). 14:22:13 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:22:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:22:13 [ssh-agent] Looking for ssh-agent implementation... 14:22:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:22:13 $ docker exec a6449c36ae68a04914ff97a986534ce22423a44d376c2822aa82bf37f2b2ae8b ssh-agent 14:22:13 SSH_AUTH_SOCK=/tmp/ssh-3ncWA8DK4eSi/agent.32 14:22:13 SSH_AGENT_PID=38 14:22:13 Running ssh-add (command line suppressed) 14:22:13 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) 14:22:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:22:14 + git semver tag 14:22:14 2024-11-13 14:22:14,278 [run_tag] DEBUG tag force:False 14:22:14 2024-11-13 14:22:14,278 [check_head_tag] DEBUG check head tag 14:22:14 2024-11-13 14:22:14,280 [execute] INFO git cat-file --batch-check 14:22:14 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=) 14:22:14 2024-11-13 14:22:14,284 [execute] INFO git cat-file --batch 14:22:14 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=) 14:22:14 2024-11-13 14:22:14,308 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main 14:22:14 2024-11-13 14:22:14,309 [execute] INFO git tag -a v4.0.0-dev.3 -m v4.0.0-dev.3 14:22:14 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) 14:22:14 2024-11-13 14:22:14,313 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main 14:22:14 4.0.0-dev.3 [Pipeline] } 14:22:14 $ docker exec --env ******** --env ******** a6449c36ae68a04914ff97a986534ce22423a44d376c2822aa82bf37f2b2ae8b ssh-agent -k 14:22:14 unset SSH_AUTH_SOCK; 14:22:14 unset SSH_AGENT_PID; 14:22:14 echo Agent pid 38 killed; 14:22:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:22:14 + git semver [Pipeline] } 14:22:15 $ docker stop --time=1 a6449c36ae68a04914ff97a986534ce22423a44d376c2822aa82bf37f2b2ae8b 14:22:16 $ docker rm -f --volumes a6449c36ae68a04914ff97a986534ce22423a44d376c2822aa82bf37f2b2ae8b [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:22:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 14:22:16 14:22:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:22:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 14:22:17 0.23.1-centos7: Pulling from edgex-lftools 14:22:17 ab5ef0e58194: Pulling fs layer 14:22:17 9712f1f96733: Pulling fs layer 14:22:17 63f879dbbcfc: Pulling fs layer 14:22:17 0d9ebad4ef96: Pulling fs layer 14:22:17 e9a5061849ea: Pulling fs layer 14:22:17 d747dcd14b5f: Pulling fs layer 14:22:17 2de7ff778b66: Pulling fs layer 14:22:17 0d9ebad4ef96: Waiting 14:22:17 e9a5061849ea: Waiting 14:22:17 2de7ff778b66: Waiting 14:22:17 d747dcd14b5f: Waiting 14:22:17 9712f1f96733: Verifying Checksum 14:22:17 9712f1f96733: Download complete 14:22:17 63f879dbbcfc: Verifying Checksum 14:22:17 63f879dbbcfc: Download complete 14:22:17 e9a5061849ea: Verifying Checksum 14:22:17 e9a5061849ea: Download complete 14:22:17 d747dcd14b5f: Verifying Checksum 14:22:17 d747dcd14b5f: Download complete 14:22:17 0d9ebad4ef96: Verifying Checksum 14:22:17 0d9ebad4ef96: Download complete 14:22:17 ab5ef0e58194: Verifying Checksum 14:22:17 ab5ef0e58194: Download complete 14:22:17 2de7ff778b66: Verifying Checksum 14:22:17 2de7ff778b66: Download complete 14:22:20 ab5ef0e58194: Pull complete 14:22:20 9712f1f96733: Pull complete 14:22:21 63f879dbbcfc: Pull complete 14:22:25 0d9ebad4ef96: Pull complete 14:22:25 e9a5061849ea: Pull complete 14:22:25 d747dcd14b5f: Pull complete 14:22:26 2de7ff778b66: Pull complete 14:22:26 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 14:22:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 14:22:26 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:22:26 prd-ubuntu20.04-docker-8c-8g-26378 does not seem to be running inside a container 14:22:26 $ 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 14:22:30 $ docker top 58113f7809d41d5ad499493350bc0cd1bb865d7db8cf5cec97d2011dab0de0c1 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 14:22:30 provisioning config files... 14:22:30 copy managed file [sigul-config] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config4206607703874789786tmp 14:22:30 copy managed file [sigul-password] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config14387094830322420983tmp 14:22:30 copy managed file [sigul-pki] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config17253775444435026467tmp [Pipeline] { [Pipeline] echo 14:22:30 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 14:22:30 ---> sigul-configuration.sh 14:22:30 gpg: directory `/root/.gnupg' created 14:22:30 gpg: new configuration file `/root/.gnupg/gpg.conf' created 14:22:30 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 14:22:30 gpg: keyring `/root/.gnupg/secring.gpg' created 14:22:30 gpg: keyring `/root/.gnupg/pubring.gpg' created 14:22:30 gpg: CAST5 encrypted data 14:22:30 gpg: encrypted with 1 passphrase 14:22:30 gpg: WARNING: message was not integrity protected [Pipeline] sh 14:22:30 + mkdir /home/jenkins 14:22:30 + mkdir /home/jenkins/sigul [Pipeline] sh 14:22:31 + 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 14:22:31 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 14:22:31 ---> sigul-install.sh 14:22:31 Sigul already installed; skipping installation. [Pipeline] sh 14:22:31 + git tag --list 14:22:31 v0.0.0 14:22:31 v1.0.0 14:22:31 v2.1.0 14:22:31 v2.1.1 14:22:31 v2.2.0 14:22:31 v2.3.0 14:22:31 v3.0 14:22:31 v3.0.0 14:22:31 v3.0.1 14:22:31 v3.0.1-dev.1 14:22:31 v3.1 14:22:31 v3.1.0 14:22:31 v3.1.0-dev.1 14:22:31 v3.1.0-dev.10 14:22:31 v3.1.0-dev.11 14:22:31 v3.1.0-dev.12 14:22:31 v3.1.0-dev.13 14:22:31 v3.1.0-dev.14 14:22:31 v3.1.0-dev.15 14:22:31 v3.1.0-dev.16 14:22:31 v3.1.0-dev.17 14:22:31 v3.1.0-dev.18 14:22:31 v3.1.0-dev.19 14:22:31 v3.1.0-dev.2 14:22:31 v3.1.0-dev.20 14:22:31 v3.1.0-dev.21 14:22:31 v3.1.0-dev.22 14:22:31 v3.1.0-dev.23 14:22:31 v3.1.0-dev.24 14:22:31 v3.1.0-dev.25 14:22:31 v3.1.0-dev.26 14:22:31 v3.1.0-dev.27 14:22:31 v3.1.0-dev.28 14:22:31 v3.1.0-dev.29 14:22:31 v3.1.0-dev.3 14:22:31 v3.1.0-dev.30 14:22:31 v3.1.0-dev.31 14:22:31 v3.1.0-dev.32 14:22:31 v3.1.0-dev.33 14:22:31 v3.1.0-dev.34 14:22:31 v3.1.0-dev.35 14:22:31 v3.1.0-dev.36 14:22:31 v3.1.0-dev.37 14:22:31 v3.1.0-dev.38 14:22:31 v3.1.0-dev.39 14:22:31 v3.1.0-dev.4 14:22:31 v3.1.0-dev.40 14:22:31 v3.1.0-dev.5 14:22:31 v3.1.0-dev.6 14:22:31 v3.1.0-dev.7 14:22:31 v3.1.0-dev.8 14:22:31 v3.1.0-dev.9 14:22:31 v3.1.1 14:22:31 v3.2.0-dev.1 14:22:31 v3.2.0-dev.10 14:22:31 v3.2.0-dev.11 14:22:31 v3.2.0-dev.12 14:22:31 v3.2.0-dev.13 14:22:31 v3.2.0-dev.14 14:22:31 v3.2.0-dev.15 14:22:31 v3.2.0-dev.16 14:22:31 v3.2.0-dev.17 14:22:31 v3.2.0-dev.18 14:22:31 v3.2.0-dev.19 14:22:31 v3.2.0-dev.2 14:22:31 v3.2.0-dev.20 14:22:31 v3.2.0-dev.21 14:22:31 v3.2.0-dev.22 14:22:31 v3.2.0-dev.23 14:22:31 v3.2.0-dev.24 14:22:31 v3.2.0-dev.25 14:22:31 v3.2.0-dev.26 14:22:31 v3.2.0-dev.27 14:22:31 v3.2.0-dev.28 14:22:31 v3.2.0-dev.29 14:22:31 v3.2.0-dev.3 14:22:31 v3.2.0-dev.30 14:22:31 v3.2.0-dev.31 14:22:31 v3.2.0-dev.32 14:22:31 v3.2.0-dev.33 14:22:31 v3.2.0-dev.4 14:22:31 v3.2.0-dev.5 14:22:31 v3.2.0-dev.6 14:22:31 v3.2.0-dev.7 14:22:31 v3.2.0-dev.8 14:22:31 v3.2.0-dev.9 14:22:31 v4.0.0-dev.1 14:22:31 v4.0.0-dev.2 14:22:31 v4.0.0-dev.3 [Pipeline] sh 14:22:32 + lftools sign git-tag v4.0.0-dev.3 14:22:32 Signing Git tag with Sigul... 14:22:32 Signing v4.0.0-dev.3 [Pipeline] echo 14:22:33 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 14:22:33 ---> sigul-configuration-cleanup.sh [Pipeline] } 14:22:33 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 14:22:33 $ docker stop --time=1 58113f7809d41d5ad499493350bc0cd1bb865d7db8cf5cec97d2011dab0de0c1 14:22:34 $ 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 14:22:35 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 14:22:35 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:22:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 14:22:35 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:22:35 prd-ubuntu20.04-docker-8c-8g-26378 does not seem to be running inside a container 14:22:35 $ 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 14:22:35 $ docker top e5d6379ce0267360c3a5adbda5f6eade355a381ff8f1462233e61b34fc1a5189 -eo pid,comm 14:22:36 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). 14:22:36 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:22:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:22:36 [ssh-agent] Looking for ssh-agent implementation... 14:22:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:22:36 $ docker exec e5d6379ce0267360c3a5adbda5f6eade355a381ff8f1462233e61b34fc1a5189 ssh-agent 14:22:36 SSH_AUTH_SOCK=/tmp/ssh-5iiZrzjyEGpp/agent.32 14:22:36 SSH_AGENT_PID=38 14:22:36 Running ssh-add (command line suppressed) 14:22:36 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) 14:22:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:22:36 + git semver bump pre 14:22:36 2024-11-13 14:22:36,906 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main 14:22:36 2024-11-13 14:22:36,906 [bump_version] DEBUG bumping version:4.0.0-dev.3 on axis:pre with prefix:dev 14:22:36 2024-11-13 14:22:36,906 [bump_version] DEBUG bumped version:4.0.0-dev.4 14:22:36 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 14:22:36 2024-11-13 14:22:36,906 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main 14:22:36 2024-11-13 14:22:36,906 [write_file] DEBUG write to file:/w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main 14:22:36 2024-11-13 14:22:36,909 [execute] INFO git cat-file --batch-check 14:22:36 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=) 14:22:36 2024-11-13 14:22:36,915 [execute] INFO git cat-file --batch 14:22:36 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=) 14:22:36 2024-11-13 14:22:36,920 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main 14:22:36 4.0.0-dev.4 [Pipeline] } 14:22:36 $ docker exec --env ******** --env ******** e5d6379ce0267360c3a5adbda5f6eade355a381ff8f1462233e61b34fc1a5189 ssh-agent -k 14:22:37 unset SSH_AUTH_SOCK; 14:22:37 unset SSH_AGENT_PID; 14:22:37 echo Agent pid 38 killed; 14:22:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:22:37 + git semver [Pipeline] } 14:22:37 $ docker stop --time=1 e5d6379ce0267360c3a5adbda5f6eade355a381ff8f1462233e61b34fc1a5189 14:22:38 $ docker rm -f --volumes e5d6379ce0267360c3a5adbda5f6eade355a381ff8f1462233e61b34fc1a5189 [Pipeline] // withDockerContainer [Pipeline] sh 14:22:39 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 14:22:39 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:22:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 14:22:39 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:22:39 prd-ubuntu20.04-docker-8c-8g-26378 does not seem to be running inside a container 14:22:39 $ 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 14:22:40 $ docker top 989601f7719896428ff7552546e300f3165ca422a1d852b2aa7d61276ffdf2a2 -eo pid,comm 14:22:40 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). 14:22:40 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:22:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:22:40 [ssh-agent] Looking for ssh-agent implementation... 14:22:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:22:40 $ docker exec 989601f7719896428ff7552546e300f3165ca422a1d852b2aa7d61276ffdf2a2 ssh-agent 14:22:40 SSH_AUTH_SOCK=/tmp/ssh-fhFpTQRiZRo7/agent.32 14:22:40 SSH_AGENT_PID=38 14:22:40 Running ssh-add (command line suppressed) 14:22:40 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) 14:22:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:22:40 + git semver push 14:22:41 2024-11-13 14:22:41,075 [run_push] DEBUG push 14:22:41 2024-11-13 14:22:41,075 [execute] INFO git cat-file --batch-check 14:22:41 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=) 14:22:41 2024-11-13 14:22:41,080 [execute] INFO git rev-list 5f5a81c0f1f0202304b108a35fc4d58935cb04b8 -- 14:22:41 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) 14:22:41 2024-11-13 14:22:41,089 [execute] INFO git fetch -v origin 14:22:41 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) 14:22:41 2024-11-13 14:22:41,539 [run_push] DEBUG no remote changes detected 14:22:41 2024-11-13 14:22:41,540 [execute] INFO git push origin semver 14:22:41 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) 14:22:42 2024-11-13 14:22:42,173 [run_push] DEBUG push all version tags 14:22:42 2024-11-13 14:22:42,174 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 14:22:42 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) 14:22:42 2024-11-13 14:22:42,834 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main 14:22:42 4.0.0-dev.4 [Pipeline] } 14:22:43 $ docker exec --env ******** --env ******** 989601f7719896428ff7552546e300f3165ca422a1d852b2aa7d61276ffdf2a2 ssh-agent -k 14:22:43 unset SSH_AUTH_SOCK; 14:22:43 unset SSH_AGENT_PID; 14:22:43 echo Agent pid 38 killed; 14:22:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:22:43 + git semver [Pipeline] } 14:22:43 $ docker stop --time=1 989601f7719896428ff7552546e300f3165ca422a1d852b2aa7d61276ffdf2a2 14:22:45 $ 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 14:22:45 + [ -d /w/workspace/dry_app-rfid-llrp-inventory_main/archives ] 14:22:45 + ls -al /w/workspace/dry_app-rfid-llrp-inventory_main/archives 14:22:45 total 16 14:22:45 drwxr-xr-x 3 root root 4096 Nov 13 14:04 . 14:22:45 drwxrwxr-x 12 jenkins jenkins 4096 Nov 13 14:22 .. 14:22:45 drwxr-xr-x 2 root root 4096 Nov 13 14:04 cost 14:22:45 -rw-r--r-- 1 root root 95 Nov 13 14:04 cost.csv 14:22:45 + sudo chown -R jenkins:jenkins /w/workspace/dry_app-rfid-llrp-inventory_main/archives 14:22:45 + ls -al /w/workspace/dry_app-rfid-llrp-inventory_main/archives 14:22:45 total 16 14:22:45 drwxr-xr-x 3 jenkins jenkins 4096 Nov 13 14:04 . 14:22:45 drwxrwxr-x 12 jenkins jenkins 4096 Nov 13 14:22 .. 14:22:45 drwxr-xr-x 2 jenkins jenkins 4096 Nov 13 14:04 cost 14:22:45 -rw-r--r-- 1 jenkins jenkins 95 Nov 13 14:04 cost.csv [Pipeline] libraryResource [Pipeline] sh 14:22:45 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 14:22:46 ---> package-listing.sh 14:22:46 ++ facter osfamily 14:22:46 ++ tr '[:upper:]' '[:lower:]' 14:22:47 + OS_FAMILY=debian 14:22:47 + workspace=/w/workspace/dry_app-rfid-llrp-inventory_main 14:22:47 + START_PACKAGES=/tmp/packages_start.txt 14:22:47 + END_PACKAGES=/tmp/packages_end.txt 14:22:47 + DIFF_PACKAGES=/tmp/packages_diff.txt 14:22:47 + PACKAGES=/tmp/packages_start.txt 14:22:47 + '[' /w/workspace/dry_app-rfid-llrp-inventory_main ']' 14:22:47 + PACKAGES=/tmp/packages_end.txt 14:22:47 + case "${OS_FAMILY}" in 14:22:47 + dpkg -l 14:22:47 + grep '^ii' 14:22:47 + '[' -f /tmp/packages_start.txt ']' 14:22:47 + '[' -f /tmp/packages_end.txt ']' 14:22:47 + diff /tmp/packages_start.txt /tmp/packages_end.txt 14:22:47 + '[' /w/workspace/dry_app-rfid-llrp-inventory_main ']' 14:22:47 + mkdir -p /w/workspace/dry_app-rfid-llrp-inventory_main/archives/ 14:22:47 + 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 14:22:47 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 14:22:47 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:22:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 14:22:47 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:22:48 prd-ubuntu20.04-docker-8c-8g-26378 does not seem to be running inside a container 14:22:48 $ 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 14:22:48 $ docker top dbdb922cb3b9589f632cbde21b1747c8d3c863c5fe65dd77fe49bc7866e0c5de -eo pid,comm [Pipeline] { [Pipeline] sh 14:22:48 + touch /tmp/pre-build-complete [Pipeline] sh 14:22:48 + mkdir -p /var/log/sysstat [Pipeline] sh 14:22:49 + ls /var/log/sa-host 14:22:49 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:22:49 provisioning config files... 14:22:49 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config12008539821985103381tmp [Pipeline] { [Pipeline] echo 14:22:49 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 14:22:49 ---> create-netrc.sh [Pipeline] } 14:22:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 14:22:49 ---> python-tools-install.sh [Pipeline] echo 14:22:49 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 14:22:50 ---> sudo-logs.sh 14:22:50 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 14:22:50 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 14:22:50 ---> job-cost.sh 14:22:50 lf-activate-venv: SKIPPING 14:22:50 DEBUG: total: 0.2199999988079071 14:22:50 INFO: Retrieving Stack Cost... 14:22:51 INFO: Retrieving Pricing Info for: v3-standard-8 14:22:51 INFO: Archiving Costs [Pipeline] echo 14:22:51 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 14:22:51 ---> logs-deploy.sh 14:22:51 lf-activate-venv: SKIPPING 14:22:51 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-rfid-llrp-inventory/main/190 14:22:51 INFO: archiving workspace using pattern(s): 14:22:52 Archives upload complete. 14:22:52 INFO: archiving logs to Nexus 14:22:53 ---> uname -a: 14:22:53 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 14:22:53 14:22:53 14:22:53 ---> lscpu: 14:22:53 Architecture: x86_64 14:22:53 CPU op-mode(s): 32-bit, 64-bit 14:22:53 Byte Order: Little Endian 14:22:53 Address sizes: 40 bits physical, 48 bits virtual 14:22:53 CPU(s): 8 14:22:53 On-line CPU(s) list: 0-7 14:22:53 Thread(s) per core: 1 14:22:53 Core(s) per socket: 1 14:22:53 Socket(s): 8 14:22:53 NUMA node(s): 1 14:22:53 Vendor ID: AuthenticAMD 14:22:53 CPU family: 23 14:22:53 Model: 49 14:22:53 Model name: AMD EPYC-Rome Processor 14:22:53 Stepping: 0 14:22:53 CPU MHz: 2800.000 14:22:53 BogoMIPS: 5600.00 14:22:53 Virtualization: AMD-V 14:22:53 Hypervisor vendor: KVM 14:22:53 Virtualization type: full 14:22:53 L1d cache: 256 KiB 14:22:53 L1i cache: 256 KiB 14:22:53 L2 cache: 4 MiB 14:22:53 L3 cache: 128 MiB 14:22:53 NUMA node0 CPU(s): 0-7 14:22:53 Vulnerability Itlb multihit: Not affected 14:22:53 Vulnerability L1tf: Not affected 14:22:53 Vulnerability Mds: Not affected 14:22:53 Vulnerability Meltdown: Not affected 14:22:53 Vulnerability Mmio stale data: Not affected 14:22:53 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 14:22:53 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 14:22:53 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 14:22:53 Vulnerability Srbds: Not affected 14:22:53 Vulnerability Tsx async abort: Not affected 14:22:53 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 14:22:53 14:22:53 14:22:53 ---> nproc: 14:22:53 8 14:22:53 14:22:53 14:22:53 ---> df -h: 14:22:53 Filesystem Size Used Avail Use% Mounted on 14:22:53 overlay 155G 13G 142G 9% / 14:22:53 tmpfs 64M 0 64M 0% /dev 14:22:53 tmpfs 16G 0 16G 0% /sys/fs/cgroup 14:22:53 shm 64M 0 64M 0% /dev/shm 14:22:53 /dev/vda1 155G 13G 142G 9% /facter-os 14:22:53 14:22:53 14:22:53 ---> sar -b -r -n DEV: 14:22:53 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-26378) 11/13/24 _x86_64_ (8 CPU) 14:22:53 14:22:53 13:59:22 LINUX RESTART (8 CPU) 14:22:53 14:22:53 14:00:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 14:22:53 14:01:01 194.22 10.74 183.48 0.00 1785.19 35700.80 0.00 14:22:53 14:02:01 229.10 3.95 225.15 0.00 52.52 76138.91 0.00 14:22:53 14:03:01 26.76 0.00 26.76 0.00 0.00 17040.24 0.00 14:22:53 14:04:01 83.77 0.12 83.65 0.00 3.73 22459.99 0.00 14:22:53 14:05:01 226.01 6.18 219.83 0.00 4373.14 61135.14 0.00 14:22:53 14:06:01 5.45 0.02 5.43 0.00 0.13 114.91 0.00 14:22:53 14:07:01 2.17 0.00 2.17 0.00 0.00 24.93 0.00 14:22:53 14:08:01 2.02 0.00 2.02 0.00 0.00 23.33 0.00 14:22:53 14:09:01 1.08 0.00 1.08 0.00 0.00 12.00 0.00 14:22:53 14:10:01 2.10 0.00 2.10 0.00 0.00 24.66 0.00 14:22:53 14:11:01 1.17 0.00 1.17 0.00 0.00 17.46 0.00 14:22:53 14:12:01 1.38 0.00 1.38 0.00 0.00 16.93 0.00 14:22:53 14:13:01 1.43 0.00 1.43 0.00 0.00 16.00 0.00 14:22:53 14:14:01 1.90 0.00 1.90 0.00 0.00 21.46 0.00 14:22:53 14:15:01 1.97 0.02 1.95 0.00 0.13 26.00 0.00 14:22:53 14:16:01 1.37 0.00 1.37 0.00 0.00 16.40 0.00 14:22:53 14:17:01 1.05 0.02 1.03 0.00 0.13 11.33 0.00 14:22:53 14:18:01 1.70 0.00 1.70 0.00 0.00 20.26 0.00 14:22:53 14:19:01 0.95 0.00 0.95 0.00 0.00 10.53 0.00 14:22:53 14:20:01 1.62 0.00 1.62 0.00 0.00 19.33 0.00 14:22:53 14:21:01 0.95 0.00 0.95 0.00 0.00 11.60 0.00 14:22:53 14:22:01 22.05 0.20 21.85 0.00 8.93 14797.53 0.00 14:22:53 Average: 36.71 0.96 35.75 0.00 281.76 10328.80 0.00 14:22:53 14:22:53 14:00:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 14:22:53 14:01:01 29098196 31484128 827760 2.52 80884 2572228 2000312 5.90 1082328 2306252 9680 14:22:53 14:02:01 27618328 31270372 1027140 3.12 183392 3596592 2243772 6.61 1482048 3224920 76080 14:22:53 14:03:01 26446024 30969532 1327320 4.04 187820 4409344 2430824 7.16 1824980 4002296 426052 14:22:53 14:04:01 27395964 31471764 828940 2.52 190468 3994820 1928772 5.68 1421140 3498228 331872 14:22:53 14:05:01 26392068 31442424 827948 2.52 228668 4878580 1728824 5.10 1733540 4102948 1132 14:22:53 14:06:01 26416164 31461488 809780 2.46 227184 4875320 1721368 5.07 1713420 4099692 384 14:22:53 14:07:01 26419456 31464852 806336 2.45 227264 4875328 1721368 5.07 1711044 4099704 184 14:22:53 14:08:01 26426116 31471676 799424 2.43 227324 4875460 1721368 5.07 1704056 4099832 8 14:22:53 14:09:01 26427616 31473240 798112 2.43 227368 4875460 1721368 5.07 1702936 4099836 176 14:22:53 14:10:01 26433244 31478972 792220 2.41 227436 4875468 1721368 5.07 1697432 4099836 168 14:22:53 14:11:01 26433952 31479716 791412 2.41 227472 4875468 1721368 5.07 1697100 4099840 184 14:22:53 14:12:01 26433968 31479736 791312 2.41 227492 4875472 1721368 5.07 1697140 4099844 40 14:22:53 14:13:01 26433968 31479800 791232 2.41 227552 4875476 1721368 5.07 1696836 4099852 168 14:22:53 14:14:01 26434016 31479920 791056 2.41 227616 4875476 1721368 5.07 1696964 4099856 176 14:22:53 14:15:01 26432844 31478924 792028 2.41 227668 4875456 1727176 5.09 1697288 4099820 24 14:22:53 14:16:01 26432632 31478724 792344 2.41 227680 4875460 1727176 5.09 1697560 4099824 212 14:22:53 14:17:01 26432380 31478476 792536 2.41 227704 4875456 1727176 5.09 1697664 4099824 8 14:22:53 14:18:01 26432336 31478528 792340 2.41 227728 4875468 1727176 5.09 1697280 4099828 24 14:22:53 14:19:01 26433580 31479796 791028 2.41 227732 4875468 1727176 5.09 1696176 4099832 8 14:22:53 14:20:01 26433376 31479660 791132 2.41 227772 4875464 1727176 5.09 1696328 4099840 24 14:22:53 14:21:01 26433352 31479644 791068 2.41 227784 4875476 1727176 5.09 1696308 4099844 12 14:22:53 14:22:01 25515416 31203808 1059608 3.22 232032 5468732 2090504 6.16 1999976 4658672 193396 14:22:53 Average: 26607045 31430235 846003 2.57 215638 4678521 1818434 5.36 1669979 3972292 47273 14:22:53 14:22:53 14:00:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 14:22:53 14:01:01 lo 6.24 6.24 0.61 0.61 0.00 0.00 0.00 0.00 14:22:53 14:01:01 docker0 148.26 141.13 13.05 489.32 0.00 0.00 0.00 0.00 14:22:53 14:01:01 vethf18c490 117.15 103.75 12.59 131.55 0.00 0.00 0.00 0.01 14:22:53 14:01:01 ens3 379.38 299.36 5456.14 58.49 0.00 0.00 0.00 0.00 14:22:53 14:02:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 14:22:53 14:02:01 docker0 149.96 281.97 13.17 3115.16 0.00 0.00 0.00 0.00 14:22:53 14:02:01 vethd707e12 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 14:22:53 14:02:01 ens3 311.85 169.67 3144.87 29.53 0.00 0.00 0.00 0.00 14:22:53 14:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:22:53 14:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:22:53 14:03:01 vethd707e12 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 14:22:53 14:03:01 ens3 7.92 3.97 6.23 3.32 0.00 0.00 0.00 0.00 14:22:53 14:04:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 14:22:53 14:04:01 docker0 1.53 2.92 0.09 38.10 0.00 0.00 0.00 0.00 14:22:53 14:04:01 ens3 27.45 17.15 60.03 10.69 0.00 0.00 0.00 0.00 14:22:53 14:05:01 lo 9.33 9.33 0.94 0.94 0.00 0.00 0.00 0.00 14:22:53 14:05:01 docker0 5.35 9.67 0.33 155.01 0.00 0.00 0.00 0.00 14:22:53 14:05:01 ens3 397.02 259.56 5547.94 386.77 0.00 0.00 0.00 0.00 14:22:53 14:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 14:22:53 14:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:22:53 14:06:01 ens3 0.45 0.35 0.03 0.02 0.00 0.00 0.00 0.00 14:22:53 14:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:22:53 14:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:22:53 14:07:01 ens3 0.70 0.40 2.55 0.03 0.00 0.00 0.00 0.00 14:22:53 14:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 14:22:53 14:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:22:53 14:08:01 ens3 0.22 0.13 0.01 0.01 0.00 0.00 0.00 0.00 14:22:53 14:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:22:53 14:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:22:53 14:09:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:22:53 14:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 14:22:53 14:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:22:53 14:10:01 ens3 1.93 1.87 0.19 6.67 0.00 0.00 0.00 0.00 14:22:53 14:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:22:53 14:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:22:53 14:11:01 ens3 0.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:22:53 14:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 14:22:53 14:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:22:53 14:12:01 ens3 0.18 0.10 0.01 0.01 0.00 0.00 0.00 0.00 14:22:53 14:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:22:53 14:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:22:53 14:13:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:22:53 14:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 14:22:53 14:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:22:53 14:14:01 ens3 0.38 0.18 0.08 0.01 0.00 0.00 0.00 0.00 14:22:53 14:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:22:53 14:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:22:53 14:15:01 ens3 4.48 8.57 0.41 7.47 0.00 0.00 0.00 0.00 14:22:53 14:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 14:22:53 14:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:22:53 14:16:01 ens3 0.15 0.07 0.01 0.01 0.00 0.00 0.00 0.00 14:22:53 14:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:22:53 14:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:22:53 14:17:01 ens3 0.08 0.05 0.00 0.00 0.00 0.00 0.00 0.00 14:22:53 14:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 14:22:53 14:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:22:53 14:18:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 14:22:53 14:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:22:53 14:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:22:53 14:19:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:22:53 14:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 14:22:53 14:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:22:53 14:20:01 ens3 4.50 8.57 0.36 7.48 0.00 0.00 0.00 0.00 14:22:53 14:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:22:53 14:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:22:53 14:21:01 ens3 0.25 0.10 0.07 0.01 0.00 0.00 0.00 0.00 14:22:53 14:22:01 lo 1.07 1.07 0.10 0.10 0.00 0.00 0.00 0.00 14:22:53 14:22:01 docker0 58.01 95.07 4.66 878.05 0.00 0.00 0.00 0.00 14:22:53 14:22:01 veth59b7de5 58.01 95.17 5.46 878.05 0.00 0.00 0.00 0.07 14:22:53 14:22:01 ens3 184.10 107.23 3526.63 17.46 0.00 0.00 0.00 0.00 14:22:53 Average: lo 0.86 0.86 0.08 0.08 0.00 0.00 0.00 0.00 14:22:53 Average: docker0 16.40 24.04 1.41 212.32 0.00 0.00 0.00 0.00 14:22:53 Average: veth59b7de5 2.64 4.33 0.25 39.94 0.00 0.00 0.00 0.00 14:22:53 Average: ens3 59.82 39.68 803.08 23.97 0.00 0.00 0.00 0.00 14:22:53 14:22:53