Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 837a401d0d7d0b42d8dea42aad4106a41215472d 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-ssh17432650585898348455.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-ssh1112350073796654601.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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-ssh11280018022734393509.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > 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-ssh7591258936884798738.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-ssh2402428003319577827.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-rfid-llrp-inventory, buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-rfid-llrp-inventory-settings PROJECT: app-rfid-llrp-inventory USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-rfid-llrp-inventory DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-9375 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 837a401d0d7d0b42d8dea42aad4106a41215472d (main) > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 837a401d0d7d0b42d8dea42aad4106a41215472d # timeout=10 Commit message: "build(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (#148)" > git rev-list --no-walk 0d101ae6821c8ff83b48d3de973276031649eb12 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-03-09T03:17:27.271Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-03-09T03:17:27.331Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-03-09T03:17:27.352Z] ========================================================= [2023-03-09T03:17:27.352Z] EdgeX Global Pipelines Version Info [2023-03-09T03:17:27.352Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-03-09T03:17:28.060Z] ------------------- [2023-03-09T03:17:28.060Z] stable info: [2023-03-09T03:17:28.060Z] ------------------- [2023-03-09T03:17:28.060Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-03-09T03:17:28.060Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-03-09T03:17:28.060Z] Message: update stable to v1.0.244 [2023-03-09T03:17:28.631Z] ------------------- [2023-03-09T03:17:28.631Z] experimental info: [2023-03-09T03:17:28.631Z] ------------------- [2023-03-09T03:17:28.631Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-03-09T03:17:28.631Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-03-09T03:17:28.631Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-03-09T03:17:28.795Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-rfid-llrp-inventory-settings [Pipeline] echo [2023-03-09T03:17:28.807Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-rfid-llrp-inventory [Pipeline] echo [2023-03-09T03:17:28.821Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-03-09T03:17:28.836Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-03-09T03:17:28.846Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-03-09T03:17:28.857Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-03-09T03:17:28.870Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-03-09T03:17:28.880Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-03-09T03:17:28.898Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-03-09T03:17:28.908Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-03-09T03:17:28.921Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-03-09T03:17:28.932Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-rfid-llrp-inventory [Pipeline] echo [2023-03-09T03:17:28.943Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-03-09T03:17:28.956Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-03-09T03:17:28.967Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-03-09T03:17:28.978Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-03-09T03:17:28.990Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-03-09T03:17:29.004Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-03-09T03:17:29.013Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-03-09T03:17:29.029Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-03-09T03:17:29.041Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-03-09T03:17:29.058Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-03-09T03:17:29.074Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-03-09T03:17:29.089Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-03-09T03:17:29.100Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-03-09T03:17:29.112Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-03-09T03:17:29.125Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-03-09T03:17:29.136Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-03-09T03:17:29.147Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-03-09T03:17:29.161Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-03-09T03:17:29.183Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 837a401d0d7d0b42d8dea42aad4106a41215472d [Pipeline] echo [2023-03-09T03:17:29.196Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 837a401 [Pipeline] echo [2023-03-09T03:17:29.209Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-09T03:17:29.249Z] provisioning config files... [2023-03-09T03:17:29.262Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config5575379680534802023tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-09T03:17:29.561Z] ---> docker-login.sh [2023-03-09T03:17:29.561Z] nexus3.edgexfoundry.org:10001 [2023-03-09T03:17:29.821Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T03:17:29.821Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T03:17:29.821Z] Configure a credential helper to remove this warning. See [2023-03-09T03:17:29.821Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T03:17:29.821Z] [2023-03-09T03:17:29.821Z] Login Succeeded [2023-03-09T03:17:29.821Z] nexus3.edgexfoundry.org:10002 [2023-03-09T03:17:29.821Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T03:17:29.821Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T03:17:29.821Z] Configure a credential helper to remove this warning. See [2023-03-09T03:17:29.821Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T03:17:29.821Z] [2023-03-09T03:17:29.821Z] Login Succeeded [2023-03-09T03:17:29.821Z] nexus3.edgexfoundry.org:10003 [2023-03-09T03:17:30.081Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T03:17:30.081Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T03:17:30.081Z] Configure a credential helper to remove this warning. See [2023-03-09T03:17:30.081Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T03:17:30.081Z] [2023-03-09T03:17:30.081Z] Login Succeeded [2023-03-09T03:17:30.081Z] nexus3.edgexfoundry.org:10004 [2023-03-09T03:17:30.081Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T03:17:30.081Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T03:17:30.081Z] Configure a credential helper to remove this warning. See [2023-03-09T03:17:30.081Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T03:17:30.081Z] [2023-03-09T03:17:30.081Z] Login Succeeded [2023-03-09T03:17:30.081Z] docker.io [2023-03-09T03:17:30.081Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T03:17:30.342Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T03:17:30.342Z] Configure a credential helper to remove this warning. See [2023-03-09T03:17:30.342Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T03:17:30.342Z] [2023-03-09T03:17:30.342Z] Login Succeeded [2023-03-09T03:17:30.342Z] ---> docker-login.sh ends [Pipeline] } [2023-03-09T03:17:30.349Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-03-09T03:17:30.731Z] + git rev-list -1 --merges 837a401d0d7d0b42d8dea42aad4106a41215472d~1..837a401d0d7d0b42d8dea42aad4106a41215472d [Pipeline] echo [2023-03-09T03:17:30.782Z] -----------> git rev-list -1 --merges 837a401d0d7d0b42d8dea42aad4106a41215472d~1..837a401d0d7d0b42d8dea42aad4106a41215472d 837a401d0d7d0b42d8dea42aad4106a41215472d [false] [Pipeline] sh [2023-03-09T03:17:31.077Z] + git log --format=format:%s -1 837a401d0d7d0b42d8dea42aad4106a41215472d [Pipeline] echo [2023-03-09T03:17:31.092Z] ========================================================= [2023-03-09T03:17:31.092Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-03-09T03:17:31.092Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-09T03:17:31.419Z] + git log --format=format:%s -1 837a401d0d7d0b42d8dea42aad4106a41215472d [Pipeline] echo [2023-03-09T03:17:31.431Z] [semverPrep] GIT_COMMIT: 837a401d0d7d0b42d8dea42aad4106a41215472d, Commit Message: build(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (#148) [Pipeline] echo [2023-03-09T03:17:31.439Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-03-09T03:17:31.789Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-09T03:17:31.789Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-03-09T03:17:31.789Z] + [ -e /tmp/ssh_known_hosts ] [2023-03-09T03:17:31.789Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-03-09T03:17:31.789Z] + + echosudo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-03-09T03:17:31.789Z] tee -a /etc/ssh/ssh_known_hosts [2023-03-09T03:17:31.789Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T03:17:32.132Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-09T03:17:32.132Z] [2023-03-09T03:17:32.132Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T03:17:32.440Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-09T03:17:32.440Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-03-09T03:17:32.440Z] b85a868b505f: Pulling fs layer [2023-03-09T03:17:32.440Z] e2be974225ed: Pulling fs layer [2023-03-09T03:17:32.440Z] 339a4e72a1f5: Pulling fs layer [2023-03-09T03:17:32.440Z] 988bab9f4d93: Pulling fs layer [2023-03-09T03:17:32.440Z] 1469e6f7b9e6: Pulling fs layer [2023-03-09T03:17:32.440Z] eaf3925da568: Pulling fs layer [2023-03-09T03:17:32.440Z] bab4dde63d76: Pulling fs layer [2023-03-09T03:17:32.440Z] bde34c3a00c8: Pulling fs layer [2023-03-09T03:17:32.440Z] b352a97aabf1: Pulling fs layer [2023-03-09T03:17:32.440Z] 4872d77fe225: Pulling fs layer [2023-03-09T03:17:32.440Z] 5851b861e8e6: Pulling fs layer [2023-03-09T03:17:32.440Z] bab4dde63d76: Waiting [2023-03-09T03:17:32.440Z] eaf3925da568: Waiting [2023-03-09T03:17:32.440Z] bde34c3a00c8: Waiting [2023-03-09T03:17:32.440Z] 5851b861e8e6: Waiting [2023-03-09T03:17:32.440Z] 988bab9f4d93: Waiting [2023-03-09T03:17:32.440Z] 1469e6f7b9e6: Waiting [2023-03-09T03:17:32.440Z] 4872d77fe225: Waiting [2023-03-09T03:17:32.440Z] e2be974225ed: Verifying Checksum [2023-03-09T03:17:32.440Z] e2be974225ed: Download complete [2023-03-09T03:17:32.440Z] 988bab9f4d93: Verifying Checksum [2023-03-09T03:17:32.440Z] 988bab9f4d93: Download complete [2023-03-09T03:17:32.702Z] 1469e6f7b9e6: Verifying Checksum [2023-03-09T03:17:32.702Z] 1469e6f7b9e6: Download complete [2023-03-09T03:17:32.702Z] 339a4e72a1f5: Verifying Checksum [2023-03-09T03:17:32.702Z] 339a4e72a1f5: Download complete [2023-03-09T03:17:32.702Z] eaf3925da568: Verifying Checksum [2023-03-09T03:17:32.702Z] eaf3925da568: Download complete [2023-03-09T03:17:32.702Z] bde34c3a00c8: Download complete [2023-03-09T03:17:32.702Z] b352a97aabf1: Verifying Checksum [2023-03-09T03:17:32.702Z] b352a97aabf1: Download complete [2023-03-09T03:17:32.702Z] 4872d77fe225: Download complete [2023-03-09T03:17:32.702Z] 5851b861e8e6: Download complete [2023-03-09T03:17:32.702Z] b85a868b505f: Verifying Checksum [2023-03-09T03:17:32.702Z] b85a868b505f: Download complete [2023-03-09T03:17:33.268Z] bab4dde63d76: Verifying Checksum [2023-03-09T03:17:33.268Z] bab4dde63d76: Download complete [2023-03-09T03:17:34.203Z] b85a868b505f: Pull complete [2023-03-09T03:17:34.203Z] e2be974225ed: Pull complete [2023-03-09T03:17:34.769Z] 339a4e72a1f5: Pull complete [2023-03-09T03:17:34.769Z] 988bab9f4d93: Pull complete [2023-03-09T03:17:35.026Z] 1469e6f7b9e6: Pull complete [2023-03-09T03:17:35.026Z] eaf3925da568: Pull complete [2023-03-09T03:17:36.932Z] bab4dde63d76: Pull complete [2023-03-09T03:17:36.932Z] bde34c3a00c8: Pull complete [2023-03-09T03:17:36.932Z] b352a97aabf1: Pull complete [2023-03-09T03:17:36.932Z] 4872d77fe225: Pull complete [2023-03-09T03:17:37.191Z] 5851b861e8e6: Pull complete [2023-03-09T03:17:37.191Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-03-09T03:17:37.191Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-09T03:17:37.191Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-09T03:17:37.276Z] prd-ubuntu20.04-docker-8c-8g-9375 does not seem to be running inside a container [2023-03-09T03:17:37.305Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_app-rfid-llrp-inventory_main -v /w/workspace/dry_app-rfid-llrp-inventory_main:/w/workspace/dry_app-rfid-llrp-inventory_main:rw,z -v /w/workspace/dry_app-rfid-llrp-inventory_main@tmp:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-09T03:17:38.868Z] $ docker top 870b1bcd4c54103eef74c19653dcefb2d1cce18a8ed5ae21943f20315895e0d7 -eo pid,comm [2023-03-09T03:17:38.934Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-03-09T03:17:38.934Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-09T03:17:38.973Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-09T03:17:38.973Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-09T03:17:39.088Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-09T03:17:39.089Z] $ docker exec 870b1bcd4c54103eef74c19653dcefb2d1cce18a8ed5ae21943f20315895e0d7 ssh-agent [2023-03-09T03:17:39.198Z] SSH_AUTH_SOCK=/tmp/ssh-HbHIdMBdzWsF/agent.33 [2023-03-09T03:17:39.198Z] SSH_AGENT_PID=39 [2023-03-09T03:17:39.205Z] Running ssh-add (command line suppressed) [2023-03-09T03:17:39.307Z] Identity added: /w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_10931430027714323120.key (/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_10931430027714323120.key) [2023-03-09T03:17:39.326Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-09T03:17:39.611Z] + git tag --points-at HEAD [Pipeline] } [2023-03-09T03:17:39.621Z] $ docker exec --env ******** --env ******** 870b1bcd4c54103eef74c19653dcefb2d1cce18a8ed5ae21943f20315895e0d7 ssh-agent -k [2023-03-09T03:17:39.724Z] unset SSH_AUTH_SOCK; [2023-03-09T03:17:39.724Z] unset SSH_AGENT_PID; [2023-03-09T03:17:39.725Z] echo Agent pid 39 killed; [2023-03-09T03:17:39.735Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-03-09T03:17:39.806Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-09T03:17:39.807Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-09T03:17:39.917Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-09T03:17:39.917Z] $ docker exec 870b1bcd4c54103eef74c19653dcefb2d1cce18a8ed5ae21943f20315895e0d7 ssh-agent [2023-03-09T03:17:40.034Z] SSH_AUTH_SOCK=/tmp/ssh-lu0OZRfu9E1V/agent.71 [2023-03-09T03:17:40.034Z] SSH_AGENT_PID=77 [2023-03-09T03:17:40.040Z] Running ssh-add (command line suppressed) [2023-03-09T03:17:40.142Z] Identity added: /w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_6267702424629423730.key (/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_6267702424629423730.key) [2023-03-09T03:17:40.157Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-09T03:17:40.447Z] + git semver init [2023-03-09T03:17:40.706Z] 2023-03-09 03:17:40,636 [run_init] DEBUG init version:0.0.0 force:False [2023-03-09T03:17:40.706Z] 2023-03-09 03:17:40,637 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/dry_app-rfid-llrp-inventory_main/.semver [2023-03-09T03:17:40.706Z] 2023-03-09 03:17:40,637 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-rfid-llrp-inventory.git /w/workspace/dry_app-rfid-llrp-inventory_main/.semver [2023-03-09T03:17:40.706Z] 2023-03-09 03:17:40,638 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-rfid-llrp-inventory.git', '/w/workspace/dry_app-rfid-llrp-inventory_main/.semver'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main, universal_newlines=False, shell=None, istream=None) [2023-03-09T03:17:41.646Z] 2023-03-09 03:17:41,635 [append_file] DEBUG append to file:/w/workspace/dry_app-rfid-llrp-inventory_main/.git/info/exclude [2023-03-09T03:17:41.646Z] 2023-03-09 03:17:41,636 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main with force:False [2023-03-09T03:17:41.646Z] 2023-03-09 03:17:41,636 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2023-03-09T03:17:41.646Z] 2023-03-09 03:17:41,636 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2023-03-09T03:17:41.646Z] 3.0.0-dev.10 [Pipeline] } [2023-03-09T03:17:41.918Z] $ docker exec --env ******** --env ******** 870b1bcd4c54103eef74c19653dcefb2d1cce18a8ed5ae21943f20315895e0d7 ssh-agent -k [2023-03-09T03:17:42.024Z] unset SSH_AUTH_SOCK; [2023-03-09T03:17:42.025Z] unset SSH_AGENT_PID; [2023-03-09T03:17:42.025Z] echo Agent pid 77 killed; [2023-03-09T03:17:42.035Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-09T03:17:42.336Z] + git semver [Pipeline] } [2023-03-09T03:17:42.609Z] $ docker stop --time=1 870b1bcd4c54103eef74c19653dcefb2d1cce18a8ed5ae21943f20315895e0d7 [2023-03-09T03:17:43.953Z] $ docker rm -f --volumes 870b1bcd4c54103eef74c19653dcefb2d1cce18a8ed5ae21943f20315895e0d7 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-09T03:17:44.298Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-03-09T03:17:44.522Z] Stashed 1 file(s) [Pipeline] echo [2023-03-09T03:17:44.525Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.10 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-09T03:17:44.666Z] provisioning config files... [2023-03-09T03:17:44.674Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config10172783894221210023tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-09T03:17:44.968Z] ---> docker-login.sh [2023-03-09T03:17:44.968Z] nexus3.edgexfoundry.org:10001 [2023-03-09T03:17:44.968Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T03:17:44.968Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T03:17:44.968Z] Configure a credential helper to remove this warning. See [2023-03-09T03:17:44.968Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T03:17:44.968Z] [2023-03-09T03:17:44.968Z] Login Succeeded [2023-03-09T03:17:44.968Z] nexus3.edgexfoundry.org:10002 [2023-03-09T03:17:44.968Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T03:17:44.968Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T03:17:44.968Z] Configure a credential helper to remove this warning. See [2023-03-09T03:17:44.968Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T03:17:44.968Z] [2023-03-09T03:17:44.968Z] Login Succeeded [2023-03-09T03:17:44.968Z] nexus3.edgexfoundry.org:10003 [2023-03-09T03:17:45.229Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T03:17:45.229Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T03:17:45.229Z] Configure a credential helper to remove this warning. See [2023-03-09T03:17:45.229Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T03:17:45.229Z] [2023-03-09T03:17:45.229Z] Login Succeeded [2023-03-09T03:17:45.229Z] nexus3.edgexfoundry.org:10004 [2023-03-09T03:17:45.229Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T03:17:45.229Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T03:17:45.229Z] Configure a credential helper to remove this warning. See [2023-03-09T03:17:45.229Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T03:17:45.229Z] [2023-03-09T03:17:45.229Z] Login Succeeded [2023-03-09T03:17:45.229Z] docker.io [2023-03-09T03:17:45.488Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T03:17:45.488Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T03:17:45.488Z] Configure a credential helper to remove this warning. See [2023-03-09T03:17:45.488Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T03:17:45.488Z] [2023-03-09T03:17:45.488Z] Login Succeeded [2023-03-09T03:17:45.488Z] ---> docker-login.sh ends [Pipeline] } [2023-03-09T03:17:45.496Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-03-09T03:17:45.556Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-09T03:17:45.568Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-09T03:17:45.575Z] ========================================================= [2023-03-09T03:17:45.575Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-03-09T03:17:45.575Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T03:17:45.881Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-03-09T03:17:45.881Z] Sending build context to Docker daemon 12.54MB [2023-03-09T03:17:45.881Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2023-03-09T03:17:45.881Z] Step 2/12 : FROM ${BASE} AS builder [2023-03-09T03:17:45.881Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-03-09T03:17:45.881Z] 213ec9aee27d: Pulling fs layer [2023-03-09T03:17:45.881Z] 4583459ba037: Pulling fs layer [2023-03-09T03:17:45.881Z] 93c1e223e6f2: Pulling fs layer [2023-03-09T03:17:45.881Z] 53926ce57604: Pulling fs layer [2023-03-09T03:17:45.881Z] 21b2b0c7a3f4: Pulling fs layer [2023-03-09T03:17:45.881Z] 22ff95d597cd: Pulling fs layer [2023-03-09T03:17:45.881Z] 12d6caf4c0d1: Pulling fs layer [2023-03-09T03:17:45.881Z] 96b7cbca73a9: Pulling fs layer [2023-03-09T03:17:45.881Z] a7acece74701: Pulling fs layer [2023-03-09T03:17:45.881Z] 22ff95d597cd: Waiting [2023-03-09T03:17:45.881Z] 96b7cbca73a9: Waiting [2023-03-09T03:17:45.881Z] a7acece74701: Waiting [2023-03-09T03:17:45.881Z] 12d6caf4c0d1: Waiting [2023-03-09T03:17:45.881Z] 53926ce57604: Waiting [2023-03-09T03:17:45.881Z] 93c1e223e6f2: Verifying Checksum [2023-03-09T03:17:45.881Z] 93c1e223e6f2: Download complete [2023-03-09T03:17:46.142Z] 4583459ba037: Verifying Checksum [2023-03-09T03:17:46.142Z] 4583459ba037: Download complete [2023-03-09T03:17:46.142Z] 21b2b0c7a3f4: Verifying Checksum [2023-03-09T03:17:46.142Z] 21b2b0c7a3f4: Download complete [2023-03-09T03:17:46.142Z] 22ff95d597cd: Verifying Checksum [2023-03-09T03:17:46.142Z] 22ff95d597cd: Download complete [2023-03-09T03:17:46.142Z] 213ec9aee27d: Verifying Checksum [2023-03-09T03:17:46.142Z] 12d6caf4c0d1: Download complete [2023-03-09T03:17:46.142Z] 213ec9aee27d: Pull complete [2023-03-09T03:17:46.405Z] 4583459ba037: Pull complete [2023-03-09T03:17:46.405Z] 93c1e223e6f2: Pull complete [2023-03-09T03:17:46.488Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-9374 in /w/workspace/dry_app-rfid-llrp-inventory_main [Pipeline] { [Pipeline] ws [2023-03-09T03:17:46.503Z] Running in /w/workspace/app-rfid-llrp-inventory/78 [Pipeline] { [Pipeline] checkout [2023-03-09T03:17:46.547Z] The recommended git tool is: git [2023-03-09T03:17:46.667Z] a7acece74701: Verifying Checksum [2023-03-09T03:17:46.927Z] 53926ce57604: Verifying Checksum [2023-03-09T03:17:46.927Z] 53926ce57604: Download complete [2023-03-09T03:17:46.927Z] 96b7cbca73a9: Verifying Checksum [2023-03-09T03:17:46.927Z] 96b7cbca73a9: Download complete [2023-03-09T03:17:51.123Z] 53926ce57604: Pull complete [2023-03-09T03:17:51.123Z] 21b2b0c7a3f4: Pull complete [2023-03-09T03:17:51.123Z] 22ff95d597cd: Pull complete [2023-03-09T03:17:51.123Z] 12d6caf4c0d1: Pull complete [2023-03-09T03:17:53.037Z] 96b7cbca73a9: Pull complete [2023-03-09T03:17:53.524Z] using credential edgex-jenkins-ssh [2023-03-09T03:17:53.543Z] Cloning the remote Git repository [2023-03-09T03:17:53.970Z] a7acece74701: Pull complete [2023-03-09T03:17:53.970Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-03-09T03:17:53.970Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-09T03:17:53.970Z] ---> db6d94c90886 [2023-03-09T03:17:53.970Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-03-09T03:17:53.635Z] Cloning repository git@github.com:edgexfoundry/app-rfid-llrp-inventory.git [2023-03-09T03:17:53.733Z] > git init /w/workspace/app-rfid-llrp-inventory/78 # timeout=10 [2023-03-09T03:17:53.926Z] Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.git [2023-03-09T03:17:53.928Z] > git --version # timeout=10 [2023-03-09T03:17:53.960Z] > git --version # 'git version 2.25.1' [2023-03-09T03:17:53.962Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-09T03:17:54.033Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-09T03:17:55.890Z] ---> Running in 6a3c64986ac4 [2023-03-09T03:17:55.890Z] Removing intermediate container 6a3c64986ac4 [2023-03-09T03:17:55.890Z] ---> bcbea6d8b378 [2023-03-09T03:17:55.890Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-03-09T03:17:55.890Z] ---> Running in 9887a12b29a2 [2023-03-09T03:17:55.890Z] Removing intermediate container 9887a12b29a2 [2023-03-09T03:17:55.890Z] ---> 55b03b0e4bb4 [2023-03-09T03:17:55.890Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-03-09T03:17:55.890Z] ---> Running in 1710d472bcb8 [2023-03-09T03:17:56.149Z] Removing intermediate container 1710d472bcb8 [2023-03-09T03:17:56.149Z] ---> 456f4c7ba937 [2023-03-09T03:17:56.149Z] Step 6/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-09T03:17:56.149Z] ---> Running in 119196358a70 [2023-03-09T03:17:56.407Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-09T03:17:56.666Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-09T03:17:56.222Z] > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 [2023-03-09T03:17:56.255Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-09T03:17:56.925Z] OK: 211 MiB in 51 packages [2023-03-09T03:17:57.184Z] Removing intermediate container 119196358a70 [2023-03-09T03:17:57.184Z] ---> 496c5d013bb4 [2023-03-09T03:17:57.184Z] Step 7/12 : WORKDIR /app [2023-03-09T03:17:57.382Z] Avoid second fetch [2023-03-09T03:17:57.383Z] Checking out Revision 837a401d0d7d0b42d8dea42aad4106a41215472d (main) [2023-03-09T03:17:57.444Z] ---> Running in 2af54dfd415b [2023-03-09T03:17:57.444Z] Removing intermediate container 2af54dfd415b [2023-03-09T03:17:57.444Z] ---> aa5615f1a7ae [2023-03-09T03:17:57.444Z] Step 8/12 : COPY go.mod vendor* ./ [2023-03-09T03:17:57.444Z] ---> a89550d43e65 [2023-03-09T03:17:57.444Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-09T03:17:57.703Z] ---> Running in c4be0c7be092 [2023-03-09T03:17:58.088Z] Commit message: "build(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (#148)" [2023-03-09T03:17:57.414Z] > git config core.sparsecheckout # timeout=10 [2023-03-09T03:17:57.436Z] > git checkout -f 837a401d0d7d0b42d8dea42aad4106a41215472d # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-09T03:17:59.033Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-03-09T03:17:59.033Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-09T03:17:59.033Z] Dload Upload Total Spent Left Speed [2023-03-09T03:17:59.033Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 200k 0 --:--:-- --:--:-- --:--:-- 200k [Pipeline] sh [2023-03-09T03:17:59.660Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-03-09T03:18:00.019Z] + sudo+ sudo tee /etc/docker/daemon.new [2023-03-09T03:18:00.019Z] jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-03-09T03:18:00.019Z] { [2023-03-09T03:18:00.019Z] "registry-mirrors": [ [2023-03-09T03:18:00.019Z] "https://nexus3.edgexfoundry.org:10001" [2023-03-09T03:18:00.019Z] ], [2023-03-09T03:18:00.019Z] "bip": "10.250.0.254/24", [2023-03-09T03:18:00.019Z] "hosts": [ [2023-03-09T03:18:00.019Z] "tcp://0.0.0.0:5555", [2023-03-09T03:18:00.019Z] "unix:///var/run/docker.sock" [2023-03-09T03:18:00.019Z] ], [2023-03-09T03:18:00.019Z] "mtu": 1458, [2023-03-09T03:18:00.019Z] "selinux-enabled": true, [2023-03-09T03:18:00.019Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-03-09T03:18:00.019Z] } [Pipeline] sh [2023-03-09T03:18:00.378Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-03-09T03:18:00.743Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-09T03:18:19.082Z] provisioning config files... [2023-03-09T03:18:19.119Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/app-rfid-llrp-inventory/78@tmp/config8147330078789495271tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-09T03:18:19.511Z] ---> docker-login.sh [2023-03-09T03:18:19.511Z] nexus3.edgexfoundry.org:10001 [2023-03-09T03:18:20.110Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T03:18:20.110Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T03:18:20.110Z] Configure a credential helper to remove this warning. See [2023-03-09T03:18:20.110Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T03:18:20.110Z] [2023-03-09T03:18:20.110Z] Login Succeeded [2023-03-09T03:18:20.110Z] nexus3.edgexfoundry.org:10002 [2023-03-09T03:18:20.385Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T03:18:20.658Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T03:18:20.658Z] Configure a credential helper to remove this warning. See [2023-03-09T03:18:20.658Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T03:18:20.658Z] [2023-03-09T03:18:20.658Z] Login Succeeded [2023-03-09T03:18:20.658Z] nexus3.edgexfoundry.org:10003 [2023-03-09T03:18:20.931Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T03:18:20.931Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T03:18:20.931Z] Configure a credential helper to remove this warning. See [2023-03-09T03:18:20.931Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T03:18:20.931Z] [2023-03-09T03:18:20.931Z] Login Succeeded [2023-03-09T03:18:20.931Z] nexus3.edgexfoundry.org:10004 [2023-03-09T03:18:21.204Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T03:18:21.483Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T03:18:21.483Z] Configure a credential helper to remove this warning. See [2023-03-09T03:18:21.483Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T03:18:21.483Z] [2023-03-09T03:18:21.483Z] Login Succeeded [2023-03-09T03:18:21.483Z] docker.io [2023-03-09T03:18:21.755Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T03:18:22.030Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T03:18:22.030Z] Configure a credential helper to remove this warning. See [2023-03-09T03:18:22.030Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T03:18:22.030Z] [2023-03-09T03:18:22.030Z] Login Succeeded [2023-03-09T03:18:22.030Z] ---> docker-login.sh ends [Pipeline] } [2023-03-09T03:18:22.048Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-03-09T03:18:22.365Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-09T03:18:22.382Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-09T03:18:22.395Z] ========================================================= [2023-03-09T03:18:22.395Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-03-09T03:18:22.395Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T03:18:22.764Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-03-09T03:18:23.040Z] Sending build context to Docker daemon 678.9kB [2023-03-09T03:18:23.040Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2023-03-09T03:18:23.040Z] Step 2/12 : FROM ${BASE} AS builder [2023-03-09T03:18:23.316Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-03-09T03:18:23.316Z] 9b18e9b68314: Pulling fs layer [2023-03-09T03:18:23.316Z] 35d82f9e3411: Pulling fs layer [2023-03-09T03:18:23.316Z] e16973657156: Pulling fs layer [2023-03-09T03:18:23.316Z] fc693d55d65f: Pulling fs layer [2023-03-09T03:18:23.316Z] 7e9fc2657dce: Pulling fs layer [2023-03-09T03:18:23.316Z] dda99020689f: Pulling fs layer [2023-03-09T03:18:23.316Z] db1c61fa0a46: Pulling fs layer [2023-03-09T03:18:23.316Z] 891c053d2c06: Pulling fs layer [2023-03-09T03:18:23.316Z] fc693d55d65f: Waiting [2023-03-09T03:18:23.316Z] 7e9fc2657dce: Waiting [2023-03-09T03:18:23.316Z] dda99020689f: Waiting [2023-03-09T03:18:23.316Z] db1c61fa0a46: Waiting [2023-03-09T03:18:23.316Z] 891c053d2c06: Waiting [2023-03-09T03:18:23.316Z] e16973657156: Verifying Checksum [2023-03-09T03:18:23.316Z] e16973657156: Download complete [2023-03-09T03:18:23.316Z] 35d82f9e3411: Verifying Checksum [2023-03-09T03:18:23.316Z] 35d82f9e3411: Download complete [2023-03-09T03:18:23.316Z] 7e9fc2657dce: Download complete [2023-03-09T03:18:23.316Z] dda99020689f: Verifying Checksum [2023-03-09T03:18:23.316Z] dda99020689f: Download complete [2023-03-09T03:18:23.316Z] 9b18e9b68314: Verifying Checksum [2023-03-09T03:18:23.316Z] 9b18e9b68314: Download complete [2023-03-09T03:18:24.270Z] Removing intermediate container c4be0c7be092 [2023-03-09T03:18:24.270Z] ---> dc6bf883f920 [2023-03-09T03:18:24.270Z] Step 10/12 : COPY . . [2023-03-09T03:18:24.270Z] ---> 23f85c454fbe [2023-03-09T03:18:24.270Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-09T03:18:24.270Z] ---> Running in ce29f3201fe7 [2023-03-09T03:18:24.270Z] Removing intermediate container ce29f3201fe7 [2023-03-09T03:18:24.270Z] ---> ba9c0323fd0f [2023-03-09T03:18:24.270Z] Step 12/12 : RUN $MAKE [2023-03-09T03:18:24.270Z] ---> Running in 4c2c1f4f8cca [2023-03-09T03:18:24.270Z] noop [2023-03-09T03:18:24.270Z] Removing intermediate container 4c2c1f4f8cca [2023-03-09T03:18:24.270Z] ---> d067ab421893 [2023-03-09T03:18:24.270Z] Successfully built d067ab421893 [2023-03-09T03:18:24.270Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T03:18:24.580Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-09T03:18:24.580Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-09T03:18:24.651Z] prd-ubuntu20.04-docker-8c-8g-9375 does not seem to be running inside a container [2023-03-09T03:18:24.692Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dry_app-rfid-llrp-inventory_main -v /w/workspace/dry_app-rfid-llrp-inventory_main:/w/workspace/dry_app-rfid-llrp-inventory_main:rw,z -v /w/workspace/dry_app-rfid-llrp-inventory_main@tmp:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-03-09T03:18:24.785Z] 891c053d2c06: Verifying Checksum [2023-03-09T03:18:24.785Z] 891c053d2c06: Download complete [2023-03-09T03:18:25.076Z] $ docker top c9c64a57234d8e839cd97e6db0d406cfd2d6283d5c09fa5e047fbf3bb5b5d178 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-09T03:18:25.425Z] + go version [2023-03-09T03:18:25.425Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-03-09T03:18:25.441Z] $ docker stop --time=1 c9c64a57234d8e839cd97e6db0d406cfd2d6283d5c09fa5e047fbf3bb5b5d178 [2023-03-09T03:18:25.767Z] db1c61fa0a46: Verifying Checksum [2023-03-09T03:18:25.767Z] db1c61fa0a46: Download complete [2023-03-09T03:18:25.767Z] 9b18e9b68314: Pull complete [2023-03-09T03:18:26.358Z] 35d82f9e3411: Pull complete [2023-03-09T03:18:26.358Z] fc693d55d65f: Download complete [2023-03-09T03:18:26.631Z] e16973657156: Pull complete [2023-03-09T03:18:26.750Z] $ docker rm -f --volumes c9c64a57234d8e839cd97e6db0d406cfd2d6283d5c09fa5e047fbf3bb5b5d178 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T03:18:27.167Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-09T03:18:27.167Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-09T03:18:27.240Z] prd-ubuntu20.04-docker-8c-8g-9375 does not seem to be running inside a container [2023-03-09T03:18:27.275Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/dry_app-rfid-llrp-inventory_main -v /w/workspace/dry_app-rfid-llrp-inventory_main:/w/workspace/dry_app-rfid-llrp-inventory_main:rw,z -v /w/workspace/dry_app-rfid-llrp-inventory_main@tmp:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-03-09T03:18:27.632Z] $ docker top 79ba79e0cc294a2010dec78cd4460c6075d89556a4ea797ef7b2d1ea86e6f226 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-09T03:18:27.985Z] + git config --global --add safe.directory /w/workspace/dry_app-rfid-llrp-inventory_main [Pipeline] fileExists [Pipeline] sh [2023-03-09T03:18:28.285Z] + make test [2023-03-09T03:18:28.285Z] go test -race ./... -coverprofile=coverage.out ./... [2023-03-09T03:18:38.990Z] fc693d55d65f: Pull complete [2023-03-09T03:18:38.990Z] 7e9fc2657dce: Pull complete [2023-03-09T03:18:38.990Z] dda99020689f: Pull complete [2023-03-09T03:18:45.686Z] db1c61fa0a46: Pull complete [2023-03-09T03:18:47.646Z] 891c053d2c06: Pull complete [2023-03-09T03:18:47.646Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-03-09T03:18:47.646Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-09T03:18:47.646Z] ---> f96f9c87975a [2023-03-09T03:18:47.646Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-03-09T03:18:49.617Z] ---> Running in 39b1f4e10d25 [2023-03-09T03:18:49.887Z] Removing intermediate container 39b1f4e10d25 [2023-03-09T03:18:49.887Z] ---> a910f511b1c6 [2023-03-09T03:18:49.887Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-03-09T03:18:49.887Z] ---> Running in d16392a88c39 [2023-03-09T03:18:50.156Z] Removing intermediate container d16392a88c39 [2023-03-09T03:18:50.156Z] ---> ac3ab43bda6a [2023-03-09T03:18:50.156Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-03-09T03:18:50.214Z] ? edgexfoundry/app-rfid-llrp-inventory [no test files] [2023-03-09T03:18:50.214Z] ok edgexfoundry/app-rfid-llrp-inventory/internal/inventory 0.119s coverage: 86.2% of statements [2023-03-09T03:18:50.214Z] ? edgexfoundry/app-rfid-llrp-inventory/internal/inventory/app [no test files] [2023-03-09T03:18:50.214Z] ok edgexfoundry/app-rfid-llrp-inventory/internal/llrp 2.759s coverage: 71.9% of statements [2023-03-09T03:18:50.424Z] ---> Running in 93a59ab7918e [2023-03-09T03:18:50.698Z] Removing intermediate container 93a59ab7918e [2023-03-09T03:18:50.698Z] ---> ad0d809be9d8 [2023-03-09T03:18:50.698Z] Step 6/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-09T03:18:50.698Z] ---> Running in fc72e06148c1 [2023-03-09T03:18:52.118Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-09T03:18:52.118Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-09T03:18:53.534Z] OK: 221 MiB in 51 packages [2023-03-09T03:18:54.500Z] Removing intermediate container fc72e06148c1 [2023-03-09T03:18:54.500Z] ---> b05ac12e3e64 [2023-03-09T03:18:54.500Z] Step 7/12 : WORKDIR /app [2023-03-09T03:18:54.500Z] ---> Running in 6aebc15d1cba [2023-03-09T03:18:54.771Z] Removing intermediate container 6aebc15d1cba [2023-03-09T03:18:54.771Z] ---> 0085e309d106 [2023-03-09T03:18:54.771Z] Step 8/12 : COPY go.mod vendor* ./ [2023-03-09T03:18:55.358Z] ---> 8c5fec89ca06 [2023-03-09T03:18:55.358Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-09T03:18:55.358Z] ---> Running in 7450c08c0916 [2023-03-09T03:19:05.077Z] level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." [2023-03-09T03:19:05.077Z] go vet ./... [2023-03-09T03:19:07.604Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-09T03:19:07.604Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-09T03:19:07.604Z] ./bin/test-attribution.sh [Pipeline] echo [2023-03-09T03:19:07.616Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-03-09T03:19:07.634Z] $ docker stop --time=1 79ba79e0cc294a2010dec78cd4460c6075d89556a4ea797ef7b2d1ea86e6f226 [2023-03-09T03:19:10.071Z] $ docker rm -f --volumes 79ba79e0cc294a2010dec78cd4460c6075d89556a4ea797ef7b2d1ea86e6f226 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-09T03:19:10.539Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-03-09T03:19:10.589Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-03-09T03:19:11.013Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-03-09T03:19:11.298Z] + ls -al . [2023-03-09T03:19:11.298Z] total 232 [2023-03-09T03:19:11.298Z] drwxrwxr-x 11 jenkins jenkins 4096 Mar 9 03:18 . [2023-03-09T03:19:11.298Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 9 03:17 .. [2023-03-09T03:19:11.298Z] -rw-rw-r-- 1 jenkins jenkins 262 Mar 9 03:17 .dockerignore [2023-03-09T03:19:11.298Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 9 03:18 .git [2023-03-09T03:19:11.298Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 9 03:17 .github [2023-03-09T03:19:11.298Z] -rw-rw-r-- 1 jenkins jenkins 788 Mar 9 03:17 .gitignore [2023-03-09T03:19:11.298Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 9 03:17 .golangci.yml [2023-03-09T03:19:11.298Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 9 03:17 .semver [2023-03-09T03:19:11.298Z] -rw-rw-r-- 1 jenkins jenkins 10037 Mar 9 03:17 Attribution.txt [2023-03-09T03:19:11.298Z] -rw-rw-r-- 1 jenkins jenkins 4331 Mar 9 03:17 CHANGELOG.md [2023-03-09T03:19:11.298Z] -rw-rw-r-- 1 jenkins jenkins 1659 Mar 9 03:17 Dockerfile [2023-03-09T03:19:11.298Z] -rw-rw-r-- 1 jenkins jenkins 677 Mar 9 03:17 GOVERNANCE.md [2023-03-09T03:19:11.298Z] -rw-rw-r-- 1 jenkins jenkins 687 Mar 9 03:17 Jenkinsfile [2023-03-09T03:19:11.298Z] -rw-rw-r-- 1 jenkins jenkins 11347 Mar 9 03:17 LICENSE [2023-03-09T03:19:11.298Z] -rw-rw-r-- 1 jenkins jenkins 2462 Mar 9 03:17 Makefile [2023-03-09T03:19:11.298Z] -rw-rw-r-- 1 jenkins jenkins 617 Mar 9 03:17 OWNERS.md [2023-03-09T03:19:11.298Z] -rw-rw-r-- 1 jenkins jenkins 31023 Mar 9 03:17 README.md [2023-03-09T03:19:11.298Z] -rw-rw-r-- 1 jenkins jenkins 12 Mar 9 03:17 VERSION [2023-03-09T03:19:11.298Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 9 03:17 bin [2023-03-09T03:19:11.298Z] -rw-r--r-- 1 jenkins jenkins 41317 Mar 9 03:18 coverage.out [2023-03-09T03:19:11.298Z] -rw-rw-r-- 1 jenkins jenkins 3510 Mar 9 03:17 go.mod [2023-03-09T03:19:11.298Z] -rw-rw-r-- 1 jenkins jenkins 33459 Mar 9 03:17 go.sum [2023-03-09T03:19:11.298Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 9 03:17 images [2023-03-09T03:19:11.298Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 9 03:17 internal [2023-03-09T03:19:11.298Z] -rw-rw-r-- 1 jenkins jenkins 531 Mar 9 03:17 main.go [2023-03-09T03:19:11.298Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 9 03:17 res [2023-03-09T03:19:11.298Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 9 03:17 snap [2023-03-09T03:19:11.298Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 9 03:17 static [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T03:19:11.600Z] + 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=837a401d0d7d0b42d8dea42aad4106a41215472d --label arch=amd64 --label version=3.0.0-dev.10 . [2023-03-09T03:19:11.600Z] Sending build context to Docker daemon 12.54MB [2023-03-09T03:19:11.600Z] Step 1/29 : ARG BASE=golang:1.18-alpine3.16 [2023-03-09T03:19:11.600Z] Step 2/29 : FROM ${BASE} AS builder [2023-03-09T03:19:11.600Z] ---> d067ab421893 [2023-03-09T03:19:11.600Z] Step 3/29 : ARG ALPINE_PKG_BASE="make git" [2023-03-09T03:19:11.861Z] ---> Running in c05157036045 [2023-03-09T03:19:11.861Z] Removing intermediate container c05157036045 [2023-03-09T03:19:11.861Z] ---> 59cc6e7909e2 [2023-03-09T03:19:11.861Z] Step 4/29 : ARG ALPINE_PKG_EXTRA="" [2023-03-09T03:19:11.861Z] ---> Running in a57fea724bef [2023-03-09T03:19:11.861Z] Removing intermediate container a57fea724bef [2023-03-09T03:19:11.861Z] ---> a372d9a841ba [2023-03-09T03:19:11.861Z] Step 5/29 : ARG ADD_BUILD_TAGS="" [2023-03-09T03:19:12.123Z] ---> Running in 6157265a640f [2023-03-09T03:19:12.123Z] Removing intermediate container 6157265a640f [2023-03-09T03:19:12.123Z] ---> 3af3da9c2f50 [2023-03-09T03:19:12.123Z] Step 6/29 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-09T03:19:12.123Z] ---> Running in 53dcebc958b7 [2023-03-09T03:19:12.382Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-09T03:19:12.641Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-09T03:19:12.900Z] OK: 211 MiB in 51 packages [2023-03-09T03:19:13.158Z] Removing intermediate container 53dcebc958b7 [2023-03-09T03:19:13.158Z] ---> 3042de534ddb [2023-03-09T03:19:13.158Z] Step 7/29 : WORKDIR /app [2023-03-09T03:19:13.158Z] ---> Running in 799731d6e751 [2023-03-09T03:19:13.416Z] Removing intermediate container 799731d6e751 [2023-03-09T03:19:13.416Z] ---> 6357fb30fe61 [2023-03-09T03:19:13.416Z] Step 8/29 : COPY go.mod vendor* ./ [2023-03-09T03:19:13.416Z] ---> 9787f28a5779 [2023-03-09T03:19:13.416Z] Step 9/29 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-09T03:19:13.674Z] ---> Running in 5bba64743679 [2023-03-09T03:19:14.613Z] Removing intermediate container 5bba64743679 [2023-03-09T03:19:14.613Z] ---> bb697924280a [2023-03-09T03:19:14.613Z] Step 10/29 : COPY . . [2023-03-09T03:19:14.872Z] ---> cbf432e89287 [2023-03-09T03:19:14.872Z] Step 11/29 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-09T03:19:14.872Z] ---> Running in 42803356025d [2023-03-09T03:19:14.872Z] Removing intermediate container 42803356025d [2023-03-09T03:19:14.872Z] ---> 46d16b34f140 [2023-03-09T03:19:14.872Z] Step 12/29 : RUN $MAKE [2023-03-09T03:19:14.872Z] ---> Running in 1e7082c66b65 [2023-03-09T03:19:15.130Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.31 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.0.0-dev.10 -X edgexfoundry/app-rfid-llrp-inventory.Version=3.0.0-dev.10" -trimpath -mod=readonly -o app-rfid-llrp-inventory [2023-03-09T03:19:33.213Z] Removing intermediate container 1e7082c66b65 [2023-03-09T03:19:33.213Z] ---> 27982deca7fa [2023-03-09T03:19:33.213Z] Step 13/29 : FROM alpine:3.14 [2023-03-09T03:19:33.213Z] 3.14: Pulling from library/alpine [2023-03-09T03:19:33.213Z] d261077062b2: Pulling fs layer [2023-03-09T03:19:33.213Z] d261077062b2: Verifying Checksum [2023-03-09T03:19:33.213Z] d261077062b2: Download complete [2023-03-09T03:19:33.473Z] d261077062b2: Pull complete [2023-03-09T03:19:33.473Z] Digest: sha256:560e7a4fa5c891d1830f5591c80b8e472fa6cd386b7254cdf65ccc3249292a34 [2023-03-09T03:19:33.473Z] Status: Downloaded newer image for alpine:3.14 [2023-03-09T03:19:33.473Z] ---> 6dff1269bc79 [2023-03-09T03:19:33.473Z] Step 14/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-03-09T03:19:33.473Z] ---> Running in ffe8d1d3bff4 [2023-03-09T03:19:33.473Z] Removing intermediate container ffe8d1d3bff4 [2023-03-09T03:19:33.473Z] ---> 7af304ae0539 [2023-03-09T03:19:33.473Z] Step 15/29 : LABEL Name=app-service-rfid-llrp-inventory Version=${VERSION} [2023-03-09T03:19:33.732Z] ---> Running in 375cda46bb43 [2023-03-09T03:19:33.732Z] Removing intermediate container 375cda46bb43 [2023-03-09T03:19:33.732Z] ---> 107d7566f9ac [2023-03-09T03:19:33.732Z] Step 16/29 : RUN apk --no-cache add ca-certificates dumb-init [2023-03-09T03:19:33.732Z] ---> Running in 9085041cb351 [2023-03-09T03:19:33.992Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2023-03-09T03:19:34.252Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2023-03-09T03:19:34.511Z] (1/2) Installing ca-certificates (20220614-r0) [2023-03-09T03:19:34.511Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-03-09T03:19:34.511Z] Executing busybox-1.33.1-r8.trigger [2023-03-09T03:19:34.511Z] Executing ca-certificates-20220614-r0.trigger [2023-03-09T03:19:34.511Z] OK: 6 MiB in 16 packages [2023-03-09T03:19:35.079Z] Removing intermediate container 9085041cb351 [2023-03-09T03:19:35.079Z] ---> 7eac3db411d2 [2023-03-09T03:19:35.079Z] Step 17/29 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-03-09T03:19:35.080Z] ---> 5953584a6626 [2023-03-09T03:19:35.080Z] Step 18/29 : COPY --from=builder /app/LICENSE /LICENSE [2023-03-09T03:19:35.342Z] ---> 3f3c618f3d97 [2023-03-09T03:19:35.342Z] Step 19/29 : COPY --from=builder /app/res/ /res/ [2023-03-09T03:19:35.342Z] ---> bdbdf056eb20 [2023-03-09T03:19:35.342Z] Step 20/29 : COPY --from=builder /app/static/ /static/ [2023-03-09T03:19:35.601Z] ---> 7c3bcd989a37 [2023-03-09T03:19:35.601Z] Step 21/29 : COPY --from=builder /app/app-rfid-llrp-inventory /app-rfid-llrp-inventory [2023-03-09T03:19:36.168Z] ---> b8d5e58de4aa [2023-03-09T03:19:36.168Z] Step 22/29 : RUN mkdir -p /cache && chown -R 2002:2002 /cache [2023-03-09T03:19:36.168Z] ---> Running in 222c60b7710c [2023-03-09T03:19:36.735Z] Removing intermediate container 222c60b7710c [2023-03-09T03:19:36.735Z] ---> a117419cd247 [2023-03-09T03:19:36.735Z] Step 23/29 : VOLUME /cache [2023-03-09T03:19:36.735Z] ---> Running in 20eb90e6af96 [2023-03-09T03:19:36.735Z] Removing intermediate container 20eb90e6af96 [2023-03-09T03:19:36.735Z] ---> 01f17efe0056 [2023-03-09T03:19:36.735Z] Step 24/29 : EXPOSE 59711 [2023-03-09T03:19:36.735Z] ---> Running in a0e9e25ae703 [2023-03-09T03:19:36.993Z] Removing intermediate container a0e9e25ae703 [2023-03-09T03:19:36.993Z] ---> 9ef05fa0a17e [2023-03-09T03:19:36.993Z] Step 25/29 : ENTRYPOINT ["/app-rfid-llrp-inventory"] [2023-03-09T03:19:36.993Z] ---> Running in 1ebd6325f23f [2023-03-09T03:19:36.993Z] Removing intermediate container 1ebd6325f23f [2023-03-09T03:19:36.993Z] ---> 0fa58f3647da [2023-03-09T03:19:36.993Z] Step 26/29 : CMD ["-cp=consul.http://edgex-core-consul:8500", "-registry"] [2023-03-09T03:19:36.993Z] ---> Running in cea97f2680d0 [2023-03-09T03:19:37.255Z] Removing intermediate container cea97f2680d0 [2023-03-09T03:19:37.255Z] ---> 65226372d6ae [2023-03-09T03:19:37.255Z] Step 27/29 : LABEL arch=amd64 [2023-03-09T03:19:37.255Z] ---> Running in 89729d0c8583 [2023-03-09T03:19:37.255Z] Removing intermediate container 89729d0c8583 [2023-03-09T03:19:37.255Z] ---> 00e3cb6dbae3 [2023-03-09T03:19:37.255Z] Step 28/29 : LABEL git_sha=837a401d0d7d0b42d8dea42aad4106a41215472d [2023-03-09T03:19:37.514Z] ---> Running in d7ddefafa10e [2023-03-09T03:19:37.514Z] Removing intermediate container d7ddefafa10e [2023-03-09T03:19:37.514Z] ---> 825f91e76974 [2023-03-09T03:19:37.514Z] Step 29/29 : LABEL version=3.0.0-dev.10 [2023-03-09T03:19:37.514Z] ---> Running in 9029cea71c09 [2023-03-09T03:19:37.773Z] Removing intermediate container 9029cea71c09 [2023-03-09T03:19:37.773Z] ---> a213f7e649bd [2023-03-09T03:19:37.773Z] [Warning] One or more build-args [ARCH] were not consumed [2023-03-09T03:19:37.773Z] Successfully built a213f7e649bd [2023-03-09T03:19:37.773Z] Successfully tagged app-rfid-llrp-inventory:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-09T03:19:37.877Z] provisioning config files... [2023-03-09T03:19:37.886Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config15964591221850151474tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-09T03:19:38.181Z] ---> docker-login.sh [2023-03-09T03:19:38.181Z] nexus3.edgexfoundry.org:10001 [2023-03-09T03:19:38.181Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T03:19:38.181Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T03:19:38.181Z] Configure a credential helper to remove this warning. See [2023-03-09T03:19:38.181Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T03:19:38.181Z] [2023-03-09T03:19:38.181Z] Login Succeeded [2023-03-09T03:19:38.181Z] nexus3.edgexfoundry.org:10002 [2023-03-09T03:19:38.181Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T03:19:38.181Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T03:19:38.181Z] Configure a credential helper to remove this warning. See [2023-03-09T03:19:38.181Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T03:19:38.181Z] [2023-03-09T03:19:38.181Z] Login Succeeded [2023-03-09T03:19:38.181Z] nexus3.edgexfoundry.org:10003 [2023-03-09T03:19:38.440Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T03:19:38.440Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T03:19:38.440Z] Configure a credential helper to remove this warning. See [2023-03-09T03:19:38.440Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T03:19:38.440Z] [2023-03-09T03:19:38.440Z] Login Succeeded [2023-03-09T03:19:38.440Z] nexus3.edgexfoundry.org:10004 [2023-03-09T03:19:38.440Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T03:19:38.440Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T03:19:38.440Z] Configure a credential helper to remove this warning. See [2023-03-09T03:19:38.440Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T03:19:38.440Z] [2023-03-09T03:19:38.440Z] Login Succeeded [2023-03-09T03:19:38.440Z] docker.io [2023-03-09T03:19:38.698Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T03:19:38.698Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T03:19:38.698Z] Configure a credential helper to remove this warning. See [2023-03-09T03:19:38.698Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T03:19:38.698Z] [2023-03-09T03:19:38.698Z] Login Succeeded [2023-03-09T03:19:38.698Z] ---> docker-login.sh ends [Pipeline] } [2023-03-09T03:19:38.706Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-09T03:19:38.729Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-09T03:19:38.745Z] [edgeXDocker.push] Tagging docker image app-rfid-llrp-inventory with the following tags: [2023-03-09T03:19:38.745Z] 837a401d0d7d0b42d8dea42aad4106a41215472d [2023-03-09T03:19:38.745Z] latest [2023-03-09T03:19:38.745Z] 3.0.0-dev.10 [2023-03-09T03:19:38.745Z] 837a401d0d7d0b42d8dea42aad4106a41215472d-3.0.0-dev.10 [2023-03-09T03:19:38.745Z] main [2023-03-09T03:19:38.745Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T03:19:39.064Z] + docker tag app-rfid-llrp-inventory nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:837a401d0d7d0b42d8dea42aad4106a41215472d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T03:19:39.375Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:837a401d0d7d0b42d8dea42aad4106a41215472d [2023-03-09T03:19:39.375Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] [2023-03-09T03:19:39.375Z] dae40f647396: Preparing [2023-03-09T03:19:39.375Z] fffbc91fce9c: Preparing [2023-03-09T03:19:39.375Z] 48c7496f083a: Preparing [2023-03-09T03:19:39.375Z] 25cb471d0412: Preparing [2023-03-09T03:19:39.375Z] 75a0b8e9d40b: Preparing [2023-03-09T03:19:39.375Z] 25c4f62fded2: Preparing [2023-03-09T03:19:39.375Z] fe7b0d25764c: Preparing [2023-03-09T03:19:39.375Z] 625523cb9cce: Preparing [2023-03-09T03:19:39.375Z] 25c4f62fded2: Waiting [2023-03-09T03:19:39.375Z] fe7b0d25764c: Waiting [2023-03-09T03:19:39.375Z] 625523cb9cce: Waiting [2023-03-09T03:19:39.375Z] dae40f647396: Pushed [2023-03-09T03:19:39.375Z] 25cb471d0412: Pushed [2023-03-09T03:19:39.375Z] 75a0b8e9d40b: Pushed [2023-03-09T03:19:39.375Z] 48c7496f083a: Pushed [2023-03-09T03:19:39.375Z] 625523cb9cce: Layer already exists [2023-03-09T03:19:39.635Z] 25c4f62fded2: Pushed [2023-03-09T03:19:39.635Z] fe7b0d25764c: Pushed [2023-03-09T03:19:41.547Z] fffbc91fce9c: Pushed [2023-03-09T03:19:41.806Z] 837a401d0d7d0b42d8dea42aad4106a41215472d: digest: sha256:f087dff49d4c75ee5ab0bc5f0b03647548a37b3bc414d074f4b5ea7e5c3f8072 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T03:19:42.148Z] + docker tag app-rfid-llrp-inventory nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T03:19:42.468Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:latest [2023-03-09T03:19:42.468Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] [2023-03-09T03:19:42.468Z] dae40f647396: Preparing [2023-03-09T03:19:42.468Z] fffbc91fce9c: Preparing [2023-03-09T03:19:42.468Z] 48c7496f083a: Preparing [2023-03-09T03:19:42.468Z] 25cb471d0412: Preparing [2023-03-09T03:19:42.468Z] 75a0b8e9d40b: Preparing [2023-03-09T03:19:42.468Z] 25c4f62fded2: Preparing [2023-03-09T03:19:42.468Z] fe7b0d25764c: Preparing [2023-03-09T03:19:42.468Z] 625523cb9cce: Preparing [2023-03-09T03:19:42.468Z] 625523cb9cce: Waiting [2023-03-09T03:19:42.468Z] 25c4f62fded2: Waiting [2023-03-09T03:19:42.468Z] fe7b0d25764c: Waiting [2023-03-09T03:19:42.468Z] fffbc91fce9c: Layer already exists [2023-03-09T03:19:42.468Z] 75a0b8e9d40b: Layer already exists [2023-03-09T03:19:42.468Z] 48c7496f083a: Layer already exists [2023-03-09T03:19:42.468Z] dae40f647396: Layer already exists [2023-03-09T03:19:42.468Z] 25cb471d0412: Layer already exists [2023-03-09T03:19:42.468Z] fe7b0d25764c: Layer already exists [2023-03-09T03:19:42.468Z] 25c4f62fded2: Layer already exists [2023-03-09T03:19:42.468Z] 625523cb9cce: Layer already exists [2023-03-09T03:19:42.468Z] latest: digest: sha256:f087dff49d4c75ee5ab0bc5f0b03647548a37b3bc414d074f4b5ea7e5c3f8072 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T03:19:42.815Z] + docker tag app-rfid-llrp-inventory nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:3.0.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T03:19:43.143Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:3.0.0-dev.10 [2023-03-09T03:19:43.143Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] [2023-03-09T03:19:43.143Z] dae40f647396: Preparing [2023-03-09T03:19:43.143Z] fffbc91fce9c: Preparing [2023-03-09T03:19:43.143Z] 48c7496f083a: Preparing [2023-03-09T03:19:43.143Z] 25cb471d0412: Preparing [2023-03-09T03:19:43.143Z] 75a0b8e9d40b: Preparing [2023-03-09T03:19:43.143Z] 25c4f62fded2: Preparing [2023-03-09T03:19:43.143Z] fe7b0d25764c: Preparing [2023-03-09T03:19:43.143Z] 625523cb9cce: Preparing [2023-03-09T03:19:43.143Z] fe7b0d25764c: Waiting [2023-03-09T03:19:43.143Z] 25c4f62fded2: Waiting [2023-03-09T03:19:43.143Z] 625523cb9cce: Waiting [2023-03-09T03:19:43.143Z] dae40f647396: Layer already exists [2023-03-09T03:19:43.143Z] 48c7496f083a: Layer already exists [2023-03-09T03:19:43.143Z] 75a0b8e9d40b: Layer already exists [2023-03-09T03:19:43.143Z] fffbc91fce9c: Layer already exists [2023-03-09T03:19:43.143Z] 25cb471d0412: Layer already exists [2023-03-09T03:19:43.144Z] fe7b0d25764c: Layer already exists [2023-03-09T03:19:43.144Z] 25c4f62fded2: Layer already exists [2023-03-09T03:19:43.144Z] 625523cb9cce: Layer already exists [2023-03-09T03:19:43.144Z] 3.0.0-dev.10: digest: sha256:f087dff49d4c75ee5ab0bc5f0b03647548a37b3bc414d074f4b5ea7e5c3f8072 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T03:19:43.452Z] + docker tag app-rfid-llrp-inventory nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:837a401d0d7d0b42d8dea42aad4106a41215472d-3.0.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T03:19:43.761Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:837a401d0d7d0b42d8dea42aad4106a41215472d-3.0.0-dev.10 [2023-03-09T03:19:43.761Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] [2023-03-09T03:19:43.761Z] dae40f647396: Preparing [2023-03-09T03:19:43.761Z] fffbc91fce9c: Preparing [2023-03-09T03:19:43.761Z] 48c7496f083a: Preparing [2023-03-09T03:19:43.761Z] 25cb471d0412: Preparing [2023-03-09T03:19:43.761Z] 75a0b8e9d40b: Preparing [2023-03-09T03:19:43.761Z] 25c4f62fded2: Preparing [2023-03-09T03:19:43.761Z] fe7b0d25764c: Preparing [2023-03-09T03:19:43.761Z] 25c4f62fded2: Waiting [2023-03-09T03:19:43.761Z] fe7b0d25764c: Waiting [2023-03-09T03:19:43.761Z] 625523cb9cce: Preparing [2023-03-09T03:19:43.761Z] 625523cb9cce: Waiting [2023-03-09T03:19:43.761Z] 75a0b8e9d40b: Layer already exists [2023-03-09T03:19:43.761Z] 25cb471d0412: Layer already exists [2023-03-09T03:19:43.761Z] dae40f647396: Layer already exists [2023-03-09T03:19:43.761Z] 48c7496f083a: Layer already exists [2023-03-09T03:19:43.761Z] fffbc91fce9c: Layer already exists [2023-03-09T03:19:43.761Z] 25c4f62fded2: Layer already exists [2023-03-09T03:19:43.761Z] fe7b0d25764c: Layer already exists [2023-03-09T03:19:43.761Z] 625523cb9cce: Layer already exists [2023-03-09T03:19:43.761Z] 837a401d0d7d0b42d8dea42aad4106a41215472d-3.0.0-dev.10: digest: sha256:f087dff49d4c75ee5ab0bc5f0b03647548a37b3bc414d074f4b5ea7e5c3f8072 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T03:19:44.071Z] + docker tag app-rfid-llrp-inventory nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T03:19:44.377Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:main [2023-03-09T03:19:44.377Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] [2023-03-09T03:19:44.377Z] dae40f647396: Preparing [2023-03-09T03:19:44.377Z] fffbc91fce9c: Preparing [2023-03-09T03:19:44.377Z] 48c7496f083a: Preparing [2023-03-09T03:19:44.377Z] 25cb471d0412: Preparing [2023-03-09T03:19:44.377Z] 75a0b8e9d40b: Preparing [2023-03-09T03:19:44.377Z] 25c4f62fded2: Preparing [2023-03-09T03:19:44.377Z] fe7b0d25764c: Preparing [2023-03-09T03:19:44.377Z] 625523cb9cce: Preparing [2023-03-09T03:19:44.377Z] 625523cb9cce: Waiting [2023-03-09T03:19:44.377Z] fe7b0d25764c: Waiting [2023-03-09T03:19:44.377Z] 25c4f62fded2: Waiting [2023-03-09T03:19:44.377Z] dae40f647396: Layer already exists [2023-03-09T03:19:44.377Z] 25cb471d0412: Layer already exists [2023-03-09T03:19:44.377Z] 75a0b8e9d40b: Layer already exists [2023-03-09T03:19:44.377Z] 48c7496f083a: Layer already exists [2023-03-09T03:19:44.377Z] fffbc91fce9c: Layer already exists [2023-03-09T03:19:44.377Z] fe7b0d25764c: Layer already exists [2023-03-09T03:19:44.377Z] 25c4f62fded2: Layer already exists [2023-03-09T03:19:44.377Z] 625523cb9cce: Layer already exists [2023-03-09T03:19:44.377Z] main: digest: sha256:f087dff49d4c75ee5ab0bc5f0b03647548a37b3bc414d074f4b5ea7e5c3f8072 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-09T03:19:44.414Z] ===================================================== [Pipeline] echo [2023-03-09T03:19:44.420Z] taggedImages: [2023-03-09T03:19:44.420Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:837a401d0d7d0b42d8dea42aad4106a41215472d [2023-03-09T03:19:44.420Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:latest [2023-03-09T03:19:44.420Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:3.0.0-dev.10 [2023-03-09T03:19:44.420Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:837a401d0d7d0b42d8dea42aad4106a41215472d-3.0.0-dev.10 [2023-03-09T03:19:44.420Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T03:19:44.801Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-09T03:19:44.801Z] [2023-03-09T03:19:44.801Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T03:19:45.107Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-09T03:19:45.107Z] latest: Pulling from edgex-lftools-log-publisher [2023-03-09T03:19:45.107Z] 5eb5b503b376: Pulling fs layer [2023-03-09T03:19:45.107Z] 5c69ac0246d0: Pulling fs layer [2023-03-09T03:19:45.107Z] ec43610c2a17: Pulling fs layer [2023-03-09T03:19:45.107Z] 3a2ae6a8a46f: Pulling fs layer [2023-03-09T03:19:45.107Z] 33b1e0a273af: Pulling fs layer [2023-03-09T03:19:45.107Z] 5d3b04190fa2: Pulling fs layer [2023-03-09T03:19:45.107Z] 2f39f015ded8: Pulling fs layer [2023-03-09T03:19:45.107Z] 33b1e0a273af: Waiting [2023-03-09T03:19:45.107Z] 3a2ae6a8a46f: Waiting [2023-03-09T03:19:45.107Z] 2f39f015ded8: Waiting [2023-03-09T03:19:45.107Z] 5c69ac0246d0: Verifying Checksum [2023-03-09T03:19:45.107Z] 5c69ac0246d0: Download complete [2023-03-09T03:19:45.107Z] 3a2ae6a8a46f: Verifying Checksum [2023-03-09T03:19:45.107Z] 3a2ae6a8a46f: Download complete [2023-03-09T03:19:45.366Z] 33b1e0a273af: Verifying Checksum [2023-03-09T03:19:45.366Z] 33b1e0a273af: Download complete [2023-03-09T03:19:45.367Z] 5d3b04190fa2: Download complete [2023-03-09T03:19:45.367Z] ec43610c2a17: Verifying Checksum [2023-03-09T03:19:45.367Z] ec43610c2a17: Download complete [2023-03-09T03:19:45.367Z] 5eb5b503b376: Download complete [2023-03-09T03:19:45.933Z] 2f39f015ded8: Download complete [2023-03-09T03:19:46.498Z] 5eb5b503b376: Pull complete [2023-03-09T03:19:46.498Z] 5c69ac0246d0: Pull complete [2023-03-09T03:19:47.065Z] ec43610c2a17: Pull complete [2023-03-09T03:19:47.065Z] 3a2ae6a8a46f: Pull complete [2023-03-09T03:19:47.065Z] 33b1e0a273af: Pull complete [2023-03-09T03:19:47.323Z] 5d3b04190fa2: Pull complete [2023-03-09T03:19:51.509Z] 2f39f015ded8: Pull complete [2023-03-09T03:19:51.509Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-03-09T03:19:51.509Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-09T03:19:51.509Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-09T03:19:51.585Z] prd-ubuntu20.04-docker-8c-8g-9375 does not seem to be running inside a container [2023-03-09T03:19:51.617Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dry_app-rfid-llrp-inventory_main -v /w/workspace/dry_app-rfid-llrp-inventory_main:/w/workspace/dry_app-rfid-llrp-inventory_main:rw,z -v /w/workspace/dry_app-rfid-llrp-inventory_main@tmp:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-03-09T03:19:53.314Z] $ docker top 8a3e46ca8f1e22d8f330941dac728fa1974039f99a031594cdd073354397a8df -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-09T03:19:53.675Z] ---> job-cost.sh [2023-03-09T03:19:53.675Z] lf-activate-venv: SKIPPING [2023-03-09T03:19:53.675Z] INFO: No Stack... [2023-03-09T03:19:53.932Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-09T03:19:54.498Z] INFO: Archiving Costs [Pipeline] sh [2023-03-09T03:19:54.787Z] + cat /w/workspace/dry_app-rfid-llrp-inventory_main/archives/cost.csv [2023-03-09T03:19:54.787Z] + cut -d, -f6 [Pipeline] lock [2023-03-09T03:19:54.802Z] Trying to acquire lock on [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-78-stack-cost] [2023-03-09T03:19:54.809Z] Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-78-stack-cost] did not exist. Created. [2023-03-09T03:19:54.809Z] Lock acquired on [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-78-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-09T03:19:55.106Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-03-09T03:19:55.127Z] Stashed 1 file(s) [Pipeline] } [2023-03-09T03:19:55.135Z] Lock released on resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-78-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-09T03:19:55.157Z] $ docker stop --time=1 8a3e46ca8f1e22d8f330941dac728fa1974039f99a031594cdd073354397a8df [2023-03-09T03:19:56.336Z] $ docker rm -f --volumes 8a3e46ca8f1e22d8f330941dac728fa1974039f99a031594cdd073354397a8df [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-03-09T03:20:17.157Z] Removing intermediate container 7450c08c0916 [2023-03-09T03:20:17.157Z] ---> 964013613d82 [2023-03-09T03:20:17.157Z] Step 10/12 : COPY . . [2023-03-09T03:20:17.157Z] ---> d2ce11ed6756 [2023-03-09T03:20:17.157Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-09T03:20:17.157Z] ---> Running in ab0e3ad65949 [2023-03-09T03:20:17.157Z] Removing intermediate container ab0e3ad65949 [2023-03-09T03:20:17.157Z] ---> ea230d49850c [2023-03-09T03:20:17.157Z] Step 12/12 : RUN $MAKE [2023-03-09T03:20:17.157Z] ---> Running in ddd23347d35e [2023-03-09T03:20:17.157Z] noop [2023-03-09T03:20:17.157Z] Removing intermediate container ddd23347d35e [2023-03-09T03:20:17.157Z] ---> 440dcf71520b [2023-03-09T03:20:17.157Z] Successfully built 440dcf71520b [2023-03-09T03:20:17.157Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T03:20:17.519Z] + docker inspect -f . ci-base-image-arm64 [2023-03-09T03:20:17.519Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-09T03:20:17.754Z] prd-ubuntu20.04-docker-arm64-4c-16g-9374 does not seem to be running inside a container [2023-03-09T03:20:17.842Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-rfid-llrp-inventory/78 -v /w/workspace/app-rfid-llrp-inventory/78:/w/workspace/app-rfid-llrp-inventory/78:rw,z -v /w/workspace/app-rfid-llrp-inventory/78@tmp:/w/workspace/app-rfid-llrp-inventory/78@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 ******** ci-base-image-arm64 cat [2023-03-09T03:20:20.196Z] $ docker top 5911072df72e61826b81fdfb8bdb9d3309f44d4688a7abff41b08771a829a128 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-09T03:20:21.089Z] + go version [2023-03-09T03:20:21.089Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-03-09T03:20:21.120Z] $ docker stop --time=1 5911072df72e61826b81fdfb8bdb9d3309f44d4688a7abff41b08771a829a128 [2023-03-09T03:20:22.826Z] $ docker rm -f --volumes 5911072df72e61826b81fdfb8bdb9d3309f44d4688a7abff41b08771a829a128 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T03:20:23.410Z] + docker inspect -f . ci-base-image-arm64 [2023-03-09T03:20:23.410Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-09T03:20:23.612Z] prd-ubuntu20.04-docker-arm64-4c-16g-9374 does not seem to be running inside a container [2023-03-09T03:20:23.728Z] $ 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/78 -v /w/workspace/app-rfid-llrp-inventory/78:/w/workspace/app-rfid-llrp-inventory/78:rw,z -v /w/workspace/app-rfid-llrp-inventory/78@tmp:/w/workspace/app-rfid-llrp-inventory/78@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 ******** ci-base-image-arm64 cat [2023-03-09T03:20:25.131Z] $ docker top 726c5bc4b1b30bb1711d68a74f28f6661ea905821dec94d1359decb2ede5d3d9 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-09T03:20:25.978Z] + git config --global --add safe.directory /w/workspace/app-rfid-llrp-inventory/78 [Pipeline] fileExists [Pipeline] sh [2023-03-09T03:20:26.659Z] + make test [2023-03-09T03:20:26.659Z] go test -race ./... -coverprofile=coverage.out ./... [2023-03-09T03:23:18.425Z] ? edgexfoundry/app-rfid-llrp-inventory [no test files] [2023-03-09T03:23:19.390Z] ok edgexfoundry/app-rfid-llrp-inventory/internal/inventory 0.783s coverage: 86.2% of statements [2023-03-09T03:23:19.390Z] ? edgexfoundry/app-rfid-llrp-inventory/internal/inventory/app [no test files] [2023-03-09T03:23:29.463Z] ok edgexfoundry/app-rfid-llrp-inventory/internal/llrp 3.600s coverage: 71.9% of statements [2023-03-09T03:23:29.730Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-03-09T03:23:29.730Z] go vet ./... [2023-03-09T03:25:06.412Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-09T03:25:06.412Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-09T03:25:06.412Z] ./bin/test-attribution.sh [Pipeline] echo [2023-03-09T03:25:06.432Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-03-09T03:25:06.451Z] $ docker stop --time=1 726c5bc4b1b30bb1711d68a74f28f6661ea905821dec94d1359decb2ede5d3d9 [2023-03-09T03:25:09.887Z] $ docker rm -f --volumes 726c5bc4b1b30bb1711d68a74f28f6661ea905821dec94d1359decb2ede5d3d9 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-09T03:25:11.219Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-03-09T03:25:11.233Z] Warning: overwriting stash ‘coverage-report’ [2023-03-09T03:25:11.718Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-09T03:25:12.106Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-03-09T03:25:12.426Z] + ls -al . [2023-03-09T03:25:12.426Z] total 228 [2023-03-09T03:25:12.426Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 9 03:20 . [2023-03-09T03:25:12.426Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 9 03:17 .. [2023-03-09T03:25:12.426Z] -rw-rw-r-- 1 jenkins jenkins 262 Mar 9 03:17 .dockerignore [2023-03-09T03:25:12.426Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 9 03:17 .git [2023-03-09T03:25:12.426Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 9 03:17 .github [2023-03-09T03:25:12.426Z] -rw-rw-r-- 1 jenkins jenkins 788 Mar 9 03:17 .gitignore [2023-03-09T03:25:12.426Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 9 03:17 .golangci.yml [2023-03-09T03:25:12.426Z] -rw-rw-r-- 1 jenkins jenkins 10037 Mar 9 03:17 Attribution.txt [2023-03-09T03:25:12.426Z] -rw-rw-r-- 1 jenkins jenkins 4331 Mar 9 03:17 CHANGELOG.md [2023-03-09T03:25:12.426Z] -rw-rw-r-- 1 jenkins jenkins 1659 Mar 9 03:17 Dockerfile [2023-03-09T03:25:12.426Z] -rw-rw-r-- 1 jenkins jenkins 677 Mar 9 03:17 GOVERNANCE.md [2023-03-09T03:25:12.426Z] -rw-rw-r-- 1 jenkins jenkins 687 Mar 9 03:17 Jenkinsfile [2023-03-09T03:25:12.426Z] -rw-rw-r-- 1 jenkins jenkins 11347 Mar 9 03:17 LICENSE [2023-03-09T03:25:12.426Z] -rw-rw-r-- 1 jenkins jenkins 2462 Mar 9 03:17 Makefile [2023-03-09T03:25:12.426Z] -rw-rw-r-- 1 jenkins jenkins 617 Mar 9 03:17 OWNERS.md [2023-03-09T03:25:12.426Z] -rw-rw-r-- 1 jenkins jenkins 31023 Mar 9 03:17 README.md [2023-03-09T03:25:12.426Z] -rw-rw-r-- 1 jenkins jenkins 12 Mar 9 03:17 VERSION [2023-03-09T03:25:12.426Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 9 03:17 bin [2023-03-09T03:25:12.426Z] -rw-r--r-- 1 jenkins jenkins 41317 Mar 9 03:23 coverage.out [2023-03-09T03:25:12.426Z] -rw-rw-r-- 1 jenkins jenkins 3510 Mar 9 03:17 go.mod [2023-03-09T03:25:12.426Z] -rw-rw-r-- 1 jenkins jenkins 33459 Mar 9 03:17 go.sum [2023-03-09T03:25:12.426Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 9 03:17 images [2023-03-09T03:25:12.426Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 9 03:17 internal [2023-03-09T03:25:12.426Z] -rw-rw-r-- 1 jenkins jenkins 531 Mar 9 03:17 main.go [2023-03-09T03:25:12.426Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 9 03:17 res [2023-03-09T03:25:12.426Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 9 03:17 snap [2023-03-09T03:25:12.426Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 9 03:17 static [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T03:25:12.760Z] + 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=837a401d0d7d0b42d8dea42aad4106a41215472d --label arch=arm64 --label version=3.0.0-dev.10 . [2023-03-09T03:25:13.027Z] Sending build context to Docker daemon 678.9kB [2023-03-09T03:25:13.027Z] Step 1/29 : ARG BASE=golang:1.18-alpine3.16 [2023-03-09T03:25:13.027Z] Step 2/29 : FROM ${BASE} AS builder [2023-03-09T03:25:13.027Z] ---> 440dcf71520b [2023-03-09T03:25:13.027Z] Step 3/29 : ARG ALPINE_PKG_BASE="make git" [2023-03-09T03:25:13.027Z] ---> Running in 6b7da5449b29 [2023-03-09T03:25:13.299Z] Removing intermediate container 6b7da5449b29 [2023-03-09T03:25:13.299Z] ---> 3a5b98f28baf [2023-03-09T03:25:13.299Z] Step 4/29 : ARG ALPINE_PKG_EXTRA="" [2023-03-09T03:25:13.568Z] ---> Running in 5e3cdfb4d4ca [2023-03-09T03:25:13.836Z] Removing intermediate container 5e3cdfb4d4ca [2023-03-09T03:25:13.836Z] ---> 63d920c203d7 [2023-03-09T03:25:13.836Z] Step 5/29 : ARG ADD_BUILD_TAGS="" [2023-03-09T03:25:13.836Z] ---> Running in 06809d8cd714 [2023-03-09T03:25:14.104Z] Removing intermediate container 06809d8cd714 [2023-03-09T03:25:14.104Z] ---> 5f4771a20561 [2023-03-09T03:25:14.104Z] Step 6/29 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-09T03:25:14.372Z] ---> Running in cd1b453aa159 [2023-03-09T03:25:15.336Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-09T03:25:15.605Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-09T03:25:16.563Z] OK: 221 MiB in 51 packages [2023-03-09T03:25:17.535Z] Removing intermediate container cd1b453aa159 [2023-03-09T03:25:17.535Z] ---> 62d82d9a2d7b [2023-03-09T03:25:17.535Z] Step 7/29 : WORKDIR /app [2023-03-09T03:25:17.535Z] ---> Running in 1a613b9458ec [2023-03-09T03:25:17.804Z] Removing intermediate container 1a613b9458ec [2023-03-09T03:25:17.804Z] ---> 0ac4a6518434 [2023-03-09T03:25:17.804Z] Step 8/29 : COPY go.mod vendor* ./ [2023-03-09T03:25:18.388Z] ---> e618a3b5f555 [2023-03-09T03:25:18.388Z] Step 9/29 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-09T03:25:18.388Z] ---> Running in feb6393cb95e [2023-03-09T03:25:23.739Z] Removing intermediate container feb6393cb95e [2023-03-09T03:25:23.739Z] ---> 9c66ce47c15b [2023-03-09T03:25:23.739Z] Step 10/29 : COPY . . [2023-03-09T03:25:23.739Z] ---> 6dc36d4714d8 [2023-03-09T03:25:23.739Z] Step 11/29 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-09T03:25:23.739Z] ---> Running in 5a12e21797ce [2023-03-09T03:25:24.009Z] Removing intermediate container 5a12e21797ce [2023-03-09T03:25:24.009Z] ---> 7c6bea3548a6 [2023-03-09T03:25:24.009Z] Step 12/29 : RUN $MAKE [2023-03-09T03:25:24.277Z] ---> Running in 46407185dbfd [2023-03-09T03:25:25.237Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.31 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.0.0-dev.10 -X edgexfoundry/app-rfid-llrp-inventory.Version=3.0.0-dev.10" -trimpath -mod=readonly -o app-rfid-llrp-inventory [2023-03-09T03:27:46.956Z] Removing intermediate container 46407185dbfd [2023-03-09T03:27:46.956Z] ---> 417454766bf3 [2023-03-09T03:27:46.956Z] Step 13/29 : FROM alpine:3.14 [2023-03-09T03:27:46.956Z] 3.14: Pulling from library/alpine [2023-03-09T03:27:46.956Z] 6f0e733d82e2: Pulling fs layer [2023-03-09T03:27:46.956Z] 6f0e733d82e2: Verifying Checksum [2023-03-09T03:27:46.956Z] 6f0e733d82e2: Download complete [2023-03-09T03:27:46.956Z] 6f0e733d82e2: Pull complete [2023-03-09T03:27:46.956Z] Digest: sha256:560e7a4fa5c891d1830f5591c80b8e472fa6cd386b7254cdf65ccc3249292a34 [2023-03-09T03:27:46.956Z] Status: Downloaded newer image for alpine:3.14 [2023-03-09T03:27:46.956Z] ---> bf97f6347a60 [2023-03-09T03:27:46.956Z] Step 14/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-03-09T03:27:46.956Z] ---> Running in 951ac625603d [2023-03-09T03:27:46.956Z] Removing intermediate container 951ac625603d [2023-03-09T03:27:46.956Z] ---> fc7e9246fbc9 [2023-03-09T03:27:46.956Z] Step 15/29 : LABEL Name=app-service-rfid-llrp-inventory Version=${VERSION} [2023-03-09T03:27:46.956Z] ---> Running in b76bd41b4b13 [2023-03-09T03:27:46.956Z] Removing intermediate container b76bd41b4b13 [2023-03-09T03:27:46.956Z] ---> 5a5a88517c56 [2023-03-09T03:27:46.956Z] Step 16/29 : RUN apk --no-cache add ca-certificates dumb-init [2023-03-09T03:27:46.956Z] ---> Running in 23940e43946d [2023-03-09T03:27:46.956Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2023-03-09T03:27:46.956Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2023-03-09T03:27:46.956Z] (1/2) Installing ca-certificates (20220614-r0) [2023-03-09T03:27:46.956Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-03-09T03:27:46.956Z] Executing busybox-1.33.1-r8.trigger [2023-03-09T03:27:46.956Z] Executing ca-certificates-20220614-r0.trigger [2023-03-09T03:27:46.956Z] OK: 6 MiB in 16 packages [2023-03-09T03:27:46.956Z] Removing intermediate container 23940e43946d [2023-03-09T03:27:46.956Z] ---> c9c6d8b898c6 [2023-03-09T03:27:46.956Z] Step 17/29 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-03-09T03:27:46.956Z] ---> 62332fe614fd [2023-03-09T03:27:46.956Z] Step 18/29 : COPY --from=builder /app/LICENSE /LICENSE [2023-03-09T03:27:46.956Z] ---> 7c460ec2014b [2023-03-09T03:27:46.956Z] Step 19/29 : COPY --from=builder /app/res/ /res/ [2023-03-09T03:27:46.956Z] ---> c59b6487a134 [2023-03-09T03:27:46.956Z] Step 20/29 : COPY --from=builder /app/static/ /static/ [2023-03-09T03:27:46.956Z] ---> 013f986c955d [2023-03-09T03:27:46.956Z] Step 21/29 : COPY --from=builder /app/app-rfid-llrp-inventory /app-rfid-llrp-inventory [2023-03-09T03:27:46.956Z] ---> 2aca99cc0b3d [2023-03-09T03:27:46.956Z] Step 22/29 : RUN mkdir -p /cache && chown -R 2002:2002 /cache [2023-03-09T03:27:46.956Z] ---> Running in a3e681cc46eb [2023-03-09T03:27:46.956Z] Removing intermediate container a3e681cc46eb [2023-03-09T03:27:46.956Z] ---> fa661e76b035 [2023-03-09T03:27:46.956Z] Step 23/29 : VOLUME /cache [2023-03-09T03:27:46.956Z] ---> Running in 0fe0ad1584aa [2023-03-09T03:27:46.956Z] Removing intermediate container 0fe0ad1584aa [2023-03-09T03:27:46.956Z] ---> 7ef0cfc070ee [2023-03-09T03:27:46.956Z] Step 24/29 : EXPOSE 59711 [2023-03-09T03:27:46.956Z] ---> Running in 1b2f51fb96f6 [2023-03-09T03:27:46.956Z] Removing intermediate container 1b2f51fb96f6 [2023-03-09T03:27:46.956Z] ---> 793c9bdd4395 [2023-03-09T03:27:46.956Z] Step 25/29 : ENTRYPOINT ["/app-rfid-llrp-inventory"] [2023-03-09T03:27:46.956Z] ---> Running in 6859e1a18320 [2023-03-09T03:27:46.956Z] Removing intermediate container 6859e1a18320 [2023-03-09T03:27:46.956Z] ---> 41d36112c46d [2023-03-09T03:27:46.956Z] Step 26/29 : CMD ["-cp=consul.http://edgex-core-consul:8500", "-registry"] [2023-03-09T03:27:46.956Z] ---> Running in f4131609e584 [2023-03-09T03:27:46.956Z] Removing intermediate container f4131609e584 [2023-03-09T03:27:46.956Z] ---> d43f7e9c8d3f [2023-03-09T03:27:46.956Z] Step 27/29 : LABEL arch=arm64 [2023-03-09T03:27:46.956Z] ---> Running in f1765be7b833 [2023-03-09T03:27:46.956Z] Removing intermediate container f1765be7b833 [2023-03-09T03:27:46.956Z] ---> ecefba56f536 [2023-03-09T03:27:46.956Z] Step 28/29 : LABEL git_sha=837a401d0d7d0b42d8dea42aad4106a41215472d [2023-03-09T03:27:46.956Z] ---> Running in a48b183c0f1a [2023-03-09T03:27:46.956Z] Removing intermediate container a48b183c0f1a [2023-03-09T03:27:46.956Z] ---> b9c91055639e [2023-03-09T03:27:46.957Z] Step 29/29 : LABEL version=3.0.0-dev.10 [2023-03-09T03:27:46.957Z] ---> Running in 08133cdbe0bb [2023-03-09T03:27:46.957Z] Removing intermediate container 08133cdbe0bb [2023-03-09T03:27:46.957Z] ---> 50fa21028308 [2023-03-09T03:27:46.957Z] [Warning] One or more build-args [ARCH] were not consumed [2023-03-09T03:27:46.957Z] Successfully built 50fa21028308 [2023-03-09T03:27:46.957Z] Successfully tagged app-rfid-llrp-inventory-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-09T03:27:47.045Z] provisioning config files... [2023-03-09T03:27:47.063Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/app-rfid-llrp-inventory/78@tmp/config18227332597502817450tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-09T03:27:47.401Z] ---> docker-login.sh [2023-03-09T03:27:47.401Z] nexus3.edgexfoundry.org:10001 [2023-03-09T03:27:47.669Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T03:27:47.669Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T03:27:47.669Z] Configure a credential helper to remove this warning. See [2023-03-09T03:27:47.669Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T03:27:47.669Z] [2023-03-09T03:27:47.669Z] Login Succeeded [2023-03-09T03:27:47.669Z] nexus3.edgexfoundry.org:10002 [2023-03-09T03:27:47.938Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T03:27:47.938Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T03:27:47.938Z] Configure a credential helper to remove this warning. See [2023-03-09T03:27:47.938Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T03:27:47.938Z] [2023-03-09T03:27:47.938Z] Login Succeeded [2023-03-09T03:27:47.938Z] nexus3.edgexfoundry.org:10003 [2023-03-09T03:27:48.206Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T03:27:48.474Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T03:27:48.474Z] Configure a credential helper to remove this warning. See [2023-03-09T03:27:48.474Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T03:27:48.474Z] [2023-03-09T03:27:48.474Z] Login Succeeded [2023-03-09T03:27:48.474Z] nexus3.edgexfoundry.org:10004 [2023-03-09T03:27:48.742Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T03:27:48.742Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T03:27:48.742Z] Configure a credential helper to remove this warning. See [2023-03-09T03:27:48.742Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T03:27:48.742Z] [2023-03-09T03:27:48.742Z] Login Succeeded [2023-03-09T03:27:48.742Z] docker.io [2023-03-09T03:27:49.013Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T03:27:49.281Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T03:27:49.281Z] Configure a credential helper to remove this warning. See [2023-03-09T03:27:49.281Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T03:27:49.281Z] [2023-03-09T03:27:49.281Z] Login Succeeded [2023-03-09T03:27:49.281Z] ---> docker-login.sh ends [Pipeline] } [2023-03-09T03:27:49.299Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-09T03:27:49.326Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-09T03:27:49.358Z] [edgeXDocker.push] Tagging docker image app-rfid-llrp-inventory-arm64 with the following tags: [2023-03-09T03:27:49.358Z] 837a401d0d7d0b42d8dea42aad4106a41215472d [2023-03-09T03:27:49.358Z] latest [2023-03-09T03:27:49.358Z] 3.0.0-dev.10 [2023-03-09T03:27:49.358Z] 837a401d0d7d0b42d8dea42aad4106a41215472d-3.0.0-dev.10 [2023-03-09T03:27:49.358Z] main [2023-03-09T03:27:49.358Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T03:27:49.723Z] + docker tag app-rfid-llrp-inventory-arm64 nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:837a401d0d7d0b42d8dea42aad4106a41215472d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T03:27:50.078Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:837a401d0d7d0b42d8dea42aad4106a41215472d [2023-03-09T03:27:50.078Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] [2023-03-09T03:27:50.078Z] 2cfed1da73f1: Preparing [2023-03-09T03:27:50.078Z] 82b49e3a16b3: Preparing [2023-03-09T03:27:50.078Z] c7b1307902c4: Preparing [2023-03-09T03:27:50.078Z] 6647356a692c: Preparing [2023-03-09T03:27:50.078Z] a64d19c58912: Preparing [2023-03-09T03:27:50.078Z] 8bd908bd85b4: Preparing [2023-03-09T03:27:50.078Z] 2a38f5743992: Preparing [2023-03-09T03:27:50.078Z] c39af2d4cb8d: Preparing [2023-03-09T03:27:50.078Z] 2a38f5743992: Waiting [2023-03-09T03:27:50.078Z] 8bd908bd85b4: Waiting [2023-03-09T03:27:50.347Z] 6647356a692c: Pushed [2023-03-09T03:27:50.347Z] 2cfed1da73f1: Pushed [2023-03-09T03:27:50.347Z] a64d19c58912: Pushed [2023-03-09T03:27:50.347Z] c7b1307902c4: Pushed [2023-03-09T03:27:50.347Z] c39af2d4cb8d: Layer already exists [2023-03-09T03:27:50.616Z] 8bd908bd85b4: Pushed [2023-03-09T03:27:50.616Z] 2a38f5743992: Pushed [2023-03-09T03:27:57.293Z] 82b49e3a16b3: Pushed [2023-03-09T03:27:57.293Z] 837a401d0d7d0b42d8dea42aad4106a41215472d: digest: sha256:e774ab6528df055d65b10e1a6a893056143e1485bc6e15d6c25736df7db093a5 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T03:27:57.668Z] + docker tag app-rfid-llrp-inventory-arm64 nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T03:27:58.102Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:latest [2023-03-09T03:27:58.102Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] [2023-03-09T03:27:58.102Z] 2cfed1da73f1: Preparing [2023-03-09T03:27:58.102Z] 82b49e3a16b3: Preparing [2023-03-09T03:27:58.102Z] c7b1307902c4: Preparing [2023-03-09T03:27:58.102Z] 6647356a692c: Preparing [2023-03-09T03:27:58.102Z] a64d19c58912: Preparing [2023-03-09T03:27:58.102Z] 8bd908bd85b4: Preparing [2023-03-09T03:27:58.102Z] 2a38f5743992: Preparing [2023-03-09T03:27:58.102Z] c39af2d4cb8d: Preparing [2023-03-09T03:27:58.102Z] 2a38f5743992: Waiting [2023-03-09T03:27:58.102Z] c39af2d4cb8d: Waiting [2023-03-09T03:27:58.102Z] 8bd908bd85b4: Waiting [2023-03-09T03:27:58.102Z] 82b49e3a16b3: Layer already exists [2023-03-09T03:27:58.102Z] c7b1307902c4: Layer already exists [2023-03-09T03:27:58.102Z] 2cfed1da73f1: Layer already exists [2023-03-09T03:27:58.102Z] 6647356a692c: Layer already exists [2023-03-09T03:27:58.102Z] a64d19c58912: Layer already exists [2023-03-09T03:27:58.102Z] 2a38f5743992: Layer already exists [2023-03-09T03:27:58.102Z] 8bd908bd85b4: Layer already exists [2023-03-09T03:27:58.102Z] c39af2d4cb8d: Layer already exists [2023-03-09T03:27:58.374Z] latest: digest: sha256:e774ab6528df055d65b10e1a6a893056143e1485bc6e15d6c25736df7db093a5 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T03:27:58.743Z] + docker tag app-rfid-llrp-inventory-arm64 nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:3.0.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T03:27:59.106Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:3.0.0-dev.10 [2023-03-09T03:27:59.106Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] [2023-03-09T03:27:59.106Z] 2cfed1da73f1: Preparing [2023-03-09T03:27:59.106Z] 82b49e3a16b3: Preparing [2023-03-09T03:27:59.107Z] c7b1307902c4: Preparing [2023-03-09T03:27:59.107Z] 6647356a692c: Preparing [2023-03-09T03:27:59.107Z] a64d19c58912: Preparing [2023-03-09T03:27:59.107Z] 8bd908bd85b4: Preparing [2023-03-09T03:27:59.107Z] 2a38f5743992: Preparing [2023-03-09T03:27:59.107Z] c39af2d4cb8d: Preparing [2023-03-09T03:27:59.107Z] 8bd908bd85b4: Waiting [2023-03-09T03:27:59.107Z] 2a38f5743992: Waiting [2023-03-09T03:27:59.107Z] c39af2d4cb8d: Waiting [2023-03-09T03:27:59.107Z] c7b1307902c4: Layer already exists [2023-03-09T03:27:59.107Z] a64d19c58912: Layer already exists [2023-03-09T03:27:59.107Z] 2cfed1da73f1: Layer already exists [2023-03-09T03:27:59.107Z] 6647356a692c: Layer already exists [2023-03-09T03:27:59.107Z] 82b49e3a16b3: Layer already exists [2023-03-09T03:27:59.382Z] 8bd908bd85b4: Layer already exists [2023-03-09T03:27:59.382Z] 2a38f5743992: Layer already exists [2023-03-09T03:27:59.382Z] c39af2d4cb8d: Layer already exists [2023-03-09T03:27:59.382Z] 3.0.0-dev.10: digest: sha256:e774ab6528df055d65b10e1a6a893056143e1485bc6e15d6c25736df7db093a5 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T03:27:59.750Z] + docker tag app-rfid-llrp-inventory-arm64 nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:837a401d0d7d0b42d8dea42aad4106a41215472d-3.0.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T03:28:00.103Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:837a401d0d7d0b42d8dea42aad4106a41215472d-3.0.0-dev.10 [2023-03-09T03:28:00.103Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] [2023-03-09T03:28:00.103Z] 2cfed1da73f1: Preparing [2023-03-09T03:28:00.103Z] 82b49e3a16b3: Preparing [2023-03-09T03:28:00.103Z] c7b1307902c4: Preparing [2023-03-09T03:28:00.103Z] 6647356a692c: Preparing [2023-03-09T03:28:00.103Z] a64d19c58912: Preparing [2023-03-09T03:28:00.103Z] 8bd908bd85b4: Preparing [2023-03-09T03:28:00.103Z] 2a38f5743992: Preparing [2023-03-09T03:28:00.103Z] c39af2d4cb8d: Preparing [2023-03-09T03:28:00.103Z] 8bd908bd85b4: Waiting [2023-03-09T03:28:00.103Z] 2a38f5743992: Waiting [2023-03-09T03:28:00.103Z] c39af2d4cb8d: Waiting [2023-03-09T03:28:00.103Z] 6647356a692c: Layer already exists [2023-03-09T03:28:00.103Z] c7b1307902c4: Layer already exists [2023-03-09T03:28:00.103Z] 82b49e3a16b3: Layer already exists [2023-03-09T03:28:00.103Z] 2cfed1da73f1: Layer already exists [2023-03-09T03:28:00.103Z] a64d19c58912: Layer already exists [2023-03-09T03:28:00.103Z] 8bd908bd85b4: Layer already exists [2023-03-09T03:28:00.103Z] 2a38f5743992: Layer already exists [2023-03-09T03:28:00.103Z] c39af2d4cb8d: Layer already exists [2023-03-09T03:28:00.372Z] 837a401d0d7d0b42d8dea42aad4106a41215472d-3.0.0-dev.10: digest: sha256:e774ab6528df055d65b10e1a6a893056143e1485bc6e15d6c25736df7db093a5 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T03:28:00.754Z] + docker tag app-rfid-llrp-inventory-arm64 nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T03:28:01.119Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:main [2023-03-09T03:28:01.119Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] [2023-03-09T03:28:01.119Z] 2cfed1da73f1: Preparing [2023-03-09T03:28:01.119Z] 82b49e3a16b3: Preparing [2023-03-09T03:28:01.119Z] c7b1307902c4: Preparing [2023-03-09T03:28:01.119Z] 6647356a692c: Preparing [2023-03-09T03:28:01.119Z] a64d19c58912: Preparing [2023-03-09T03:28:01.119Z] 8bd908bd85b4: Preparing [2023-03-09T03:28:01.119Z] 2a38f5743992: Preparing [2023-03-09T03:28:01.119Z] c39af2d4cb8d: Preparing [2023-03-09T03:28:01.119Z] 2a38f5743992: Waiting [2023-03-09T03:28:01.119Z] 8bd908bd85b4: Waiting [2023-03-09T03:28:01.119Z] 2cfed1da73f1: Layer already exists [2023-03-09T03:28:01.119Z] a64d19c58912: Layer already exists [2023-03-09T03:28:01.119Z] 6647356a692c: Layer already exists [2023-03-09T03:28:01.119Z] c7b1307902c4: Layer already exists [2023-03-09T03:28:01.119Z] 82b49e3a16b3: Layer already exists [2023-03-09T03:28:01.119Z] c39af2d4cb8d: Layer already exists [2023-03-09T03:28:01.119Z] 2a38f5743992: Layer already exists [2023-03-09T03:28:01.119Z] 8bd908bd85b4: Layer already exists [2023-03-09T03:28:01.389Z] main: digest: sha256:e774ab6528df055d65b10e1a6a893056143e1485bc6e15d6c25736df7db093a5 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-09T03:28:01.451Z] ===================================================== [Pipeline] echo [2023-03-09T03:28:01.462Z] taggedImages: [2023-03-09T03:28:01.462Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:837a401d0d7d0b42d8dea42aad4106a41215472d [2023-03-09T03:28:01.462Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:latest [2023-03-09T03:28:01.462Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:3.0.0-dev.10 [2023-03-09T03:28:01.462Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:837a401d0d7d0b42d8dea42aad4106a41215472d-3.0.0-dev.10 [2023-03-09T03:28:01.462Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T03:28:01.836Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-09T03:28:01.836Z] [2023-03-09T03:28:01.836Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T03:28:02.183Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-09T03:28:02.457Z] arm64: Pulling from edgex-lftools-log-publisher [2023-03-09T03:28:02.457Z] 8998bd30e6a1: Pulling fs layer [2023-03-09T03:28:02.457Z] 04944245beec: Pulling fs layer [2023-03-09T03:28:02.457Z] 699f458cf7ca: Pulling fs layer [2023-03-09T03:28:02.457Z] 765212b225bb: Pulling fs layer [2023-03-09T03:28:02.457Z] f23df028b6ca: Pulling fs layer [2023-03-09T03:28:02.457Z] d65c8cfc05b1: Pulling fs layer [2023-03-09T03:28:02.457Z] 2437ff75d9bd: Pulling fs layer [2023-03-09T03:28:02.457Z] f23df028b6ca: Waiting [2023-03-09T03:28:02.457Z] d65c8cfc05b1: Waiting [2023-03-09T03:28:02.457Z] 2437ff75d9bd: Waiting [2023-03-09T03:28:02.457Z] 765212b225bb: Waiting [2023-03-09T03:28:02.457Z] 04944245beec: Verifying Checksum [2023-03-09T03:28:02.457Z] 04944245beec: Download complete [2023-03-09T03:28:02.457Z] 765212b225bb: Verifying Checksum [2023-03-09T03:28:02.457Z] 765212b225bb: Download complete [2023-03-09T03:28:02.730Z] f23df028b6ca: Verifying Checksum [2023-03-09T03:28:02.730Z] f23df028b6ca: Download complete [2023-03-09T03:28:02.730Z] d65c8cfc05b1: Verifying Checksum [2023-03-09T03:28:02.730Z] d65c8cfc05b1: Download complete [2023-03-09T03:28:02.730Z] 699f458cf7ca: Verifying Checksum [2023-03-09T03:28:02.730Z] 699f458cf7ca: Download complete [2023-03-09T03:28:03.320Z] 8998bd30e6a1: Download complete [2023-03-09T03:28:05.942Z] 2437ff75d9bd: Verifying Checksum [2023-03-09T03:28:05.942Z] 2437ff75d9bd: Download complete [2023-03-09T03:28:07.356Z] 8998bd30e6a1: Pull complete [2023-03-09T03:28:07.625Z] 04944245beec: Pull complete [2023-03-09T03:28:09.041Z] 699f458cf7ca: Pull complete [2023-03-09T03:28:09.311Z] 765212b225bb: Pull complete [2023-03-09T03:28:09.900Z] f23df028b6ca: Pull complete [2023-03-09T03:28:10.171Z] d65c8cfc05b1: Pull complete [2023-03-09T03:28:25.183Z] 2437ff75d9bd: Pull complete [2023-03-09T03:28:25.183Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-03-09T03:28:25.183Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-09T03:28:25.183Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-09T03:28:25.404Z] prd-ubuntu20.04-docker-arm64-4c-16g-9374 does not seem to be running inside a container [2023-03-09T03:28:25.497Z] $ 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/78 -v /w/workspace/app-rfid-llrp-inventory/78:/w/workspace/app-rfid-llrp-inventory/78:rw,z -v /w/workspace/app-rfid-llrp-inventory/78@tmp:/w/workspace/app-rfid-llrp-inventory/78@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:arm64 cat [2023-03-09T03:28:28.420Z] $ docker top e5562db2f0e65bb7d14c21b99bc2ef43e9b00af7f6655630cddbe1e171e96ab1 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-09T03:28:29.292Z] ---> job-cost.sh [2023-03-09T03:28:29.292Z] lf-activate-venv: SKIPPING [2023-03-09T03:28:29.292Z] INFO: No Stack... [2023-03-09T03:28:29.874Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-03-09T03:28:30.837Z] INFO: Archiving Costs [Pipeline] sh [2023-03-09T03:28:31.503Z] + cut -d, -f6+ [2023-03-09T03:28:31.503Z] cat /w/workspace/app-rfid-llrp-inventory/78/archives/cost.csv [Pipeline] lock [2023-03-09T03:28:31.587Z] Trying to acquire lock on [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-78-stack-cost] [2023-03-09T03:28:31.596Z] Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-78-stack-cost] did not exist. Created. [2023-03-09T03:28:31.596Z] Lock acquired on [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-78-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-09T03:28:32.263Z] /w/workspace/app-rfid-llrp-inventory/78@tmp/durable-2611eb39/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-03-09T03:28:32.927Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-03-09T03:28:32.952Z] Warning: overwriting stash ‘stack-cost’ [2023-03-09T03:28:33.016Z] Stashed 1 file(s) [Pipeline] } [2023-03-09T03:28:33.021Z] Lock released on resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-78-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-09T03:28:33.055Z] $ docker stop --time=1 e5562db2f0e65bb7d14c21b99bc2ef43e9b00af7f6655630cddbe1e171e96ab1 [2023-03-09T03:28:34.610Z] $ docker rm -f --volumes e5562db2f0e65bb7d14c21b99bc2ef43e9b00af7f6655630cddbe1e171e96ab1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2023-03-09T03:28:34.988Z] provisioning config files... [2023-03-09T03:28:34.996Z] copy managed file [app-rfid-llrp-inventory-codecov-token] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config4848588790118688118tmp [Pipeline] { [Pipeline] sh [2023-03-09T03:28:35.290Z] + set +x [2023-03-09T03:28:35.290Z] + curl -s https://codecov.io/bash [2023-03-09T03:28:35.290Z] + bash -s -- [2023-03-09T03:28:35.290Z] [2023-03-09T03:28:35.290Z] _____ _ [2023-03-09T03:28:35.290Z] / ____| | | [2023-03-09T03:28:35.290Z] | | ___ __| | ___ ___ _____ __ [2023-03-09T03:28:35.290Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-03-09T03:28:35.290Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-03-09T03:28:35.290Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-03-09T03:28:35.290Z] Bash-1.0.6 [2023-03-09T03:28:35.290Z] [2023-03-09T03:28:35.290Z] [2023-03-09T03:28:35.290Z] ==> git version 2.25.1 found [2023-03-09T03:28:35.290Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2023-03-09T03:28:35.290Z] Release-Date: 2020-01-08 [2023-03-09T03:28:35.290Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-03-09T03:28:35.290Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-03-09T03:28:35.290Z] ==> Jenkins CI detected. [2023-03-09T03:28:35.290Z] current dir:  /w/workspace/dry_app-rfid-llrp-inventory_main [2023-03-09T03:28:35.290Z] project root: . [2023-03-09T03:28:35.290Z] --> token set from env [2023-03-09T03:28:35.290Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-03-09T03:28:35.290Z] ==> Running gcov in . (disable via -X gcov) [2023-03-09T03:28:35.290Z] ==> Python coveragepy not found [2023-03-09T03:28:35.290Z] ==> Searching for coverage reports in: [2023-03-09T03:28:35.290Z] + . [2023-03-09T03:28:35.290Z] -> Found 1 reports [2023-03-09T03:28:35.290Z] ==> Detecting git/mercurial file structure [2023-03-09T03:28:35.290Z] ==> Reading reports [2023-03-09T03:28:35.290Z] + ./coverage.out bytes=41317 [2023-03-09T03:28:35.290Z] ==> Appending adjustments [2023-03-09T03:28:35.290Z] https://docs.codecov.io/docs/fixing-reports [2023-03-09T03:28:35.549Z] + Found adjustments [2023-03-09T03:28:35.549Z] ==> Gzipping contents [2023-03-09T03:28:35.549Z] 12K /tmp/codecov.W77lZN.gz [2023-03-09T03:28:35.549Z] ==> Uploading reports [2023-03-09T03:28:35.549Z] url: https://codecov.io [2023-03-09T03:28:35.549Z] query: branch=main&commit=837a401d0d7d0b42d8dea42aad4106a41215472d&build=78&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-rfid-llrp-inventory%2Fjob%2Fmain%2F78%2F&name=&tag=&slug=edgexfoundry%2Fapp-rfid-llrp-inventory&service=jenkins&flags=&pr=&job=&cmd_args= [2023-03-09T03:28:35.549Z] -> Pinging Codecov [2023-03-09T03:28:35.549Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=0703e47f-c946-4a15-b96a-5e99ca1c8fb5&branch=main&commit=837a401d0d7d0b42d8dea42aad4106a41215472d&build=78&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-rfid-llrp-inventory%2Fjob%2Fmain%2F78%2F&name=&tag=&slug=edgexfoundry%2Fapp-rfid-llrp-inventory&service=jenkins&flags=&pr=&job=&cmd_args= [2023-03-09T03:28:35.809Z] -> Uploading to [2023-03-09T03:28:35.809Z] https://storage.googleapis.com/codecov/v4/raw/2023-03-09/581DD39554BDF9B6E22D074273EAD858/837a401d0d7d0b42d8dea42aad4106a41215472d/2100ac3f-c14e-4787-ab4d-eb198ae06b22.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230309%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230309T032835Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=9d3aa4e488f7bdddede3fe989e11254336c1a9e46be4bdb27c8cde0c0be43864 [2023-03-09T03:28:35.809Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-09T03:28:35.809Z] Dload Upload Total Spent Left Speed [2023-03-09T03:28:36.068Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11858 0 0 100 11858 0 40470 --:--:-- --:--:-- --:--:-- 40470 [2023-03-09T03:28:36.068Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rfid-llrp-go/commit/837a401d0d7d0b42d8dea42aad4106a41215472d [Pipeline] } [2023-03-09T03:28:36.076Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-03-09T03:28:36.208Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-03-09T03:28:36.218Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T03:28:36.520Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-09T03:28:36.520Z] [2023-03-09T03:28:36.520Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T03:28:36.818Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-09T03:28:36.819Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-03-09T03:28:36.819Z] df9b9388f04a: Pulling fs layer [2023-03-09T03:28:36.819Z] 52dc419b0ee2: Pulling fs layer [2023-03-09T03:28:36.819Z] 25bc292e5bac: Pulling fs layer [2023-03-09T03:28:36.819Z] 114826534d7a: Pulling fs layer [2023-03-09T03:28:36.819Z] 4657fd5d0bcf: Pulling fs layer [2023-03-09T03:28:36.819Z] 6ad1cebc031e: Pulling fs layer [2023-03-09T03:28:36.819Z] 8a3aa393b2d8: Pulling fs layer [2023-03-09T03:28:36.819Z] 4657fd5d0bcf: Waiting [2023-03-09T03:28:36.819Z] 6ad1cebc031e: Waiting [2023-03-09T03:28:36.819Z] 8a3aa393b2d8: Waiting [2023-03-09T03:28:36.819Z] 114826534d7a: Waiting [2023-03-09T03:28:36.819Z] 25bc292e5bac: Download complete [2023-03-09T03:28:36.819Z] 52dc419b0ee2: Verifying Checksum [2023-03-09T03:28:36.819Z] 52dc419b0ee2: Download complete [2023-03-09T03:28:36.819Z] 4657fd5d0bcf: Verifying Checksum [2023-03-09T03:28:36.819Z] 4657fd5d0bcf: Download complete [2023-03-09T03:28:36.819Z] df9b9388f04a: Verifying Checksum [2023-03-09T03:28:36.819Z] df9b9388f04a: Download complete [2023-03-09T03:28:37.077Z] df9b9388f04a: Pull complete [2023-03-09T03:28:37.077Z] 6ad1cebc031e: Verifying Checksum [2023-03-09T03:28:37.077Z] 6ad1cebc031e: Download complete [2023-03-09T03:28:37.077Z] 52dc419b0ee2: Pull complete [2023-03-09T03:28:37.077Z] 25bc292e5bac: Pull complete [2023-03-09T03:28:37.644Z] 114826534d7a: Verifying Checksum [2023-03-09T03:28:37.644Z] 114826534d7a: Download complete [2023-03-09T03:28:37.644Z] 8a3aa393b2d8: Verifying Checksum [2023-03-09T03:28:37.644Z] 8a3aa393b2d8: Download complete [2023-03-09T03:28:40.920Z] 114826534d7a: Pull complete [2023-03-09T03:28:40.920Z] 4657fd5d0bcf: Pull complete [2023-03-09T03:28:41.177Z] 6ad1cebc031e: Pull complete [2023-03-09T03:28:43.703Z] 8a3aa393b2d8: Pull complete [2023-03-09T03:28:43.703Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-03-09T03:28:43.703Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-09T03:28:43.703Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-09T03:28:43.789Z] prd-ubuntu20.04-docker-8c-8g-9375 does not seem to be running inside a container [2023-03-09T03:28:43.829Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/dry_app-rfid-llrp-inventory_main -v /w/workspace/dry_app-rfid-llrp-inventory_main:/w/workspace/dry_app-rfid-llrp-inventory_main:rw,z -v /w/workspace/dry_app-rfid-llrp-inventory_main@tmp:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-03-09T03:28:45.851Z] $ docker top 87d5380b83d0de81bf4a2966eaa73e964d8d27cdc9a532eae7ae182f96b03991 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-03-09T03:28:45.915Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-rfid-llrp-inventory:main' [Pipeline] sh [2023-03-09T03:28:46.193Z] + set -o pipefail [2023-03-09T03:28:46.193Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-rfid-llrp-inventory:main' [2023-03-09T03:28:50.397Z] [2023-03-09T03:28:50.397Z] Monitoring /w/workspace/dry_app-rfid-llrp-inventory_main (edgexfoundry/app-rfid-llrp-inventory)... [2023-03-09T03:28:50.397Z] [2023-03-09T03:28:50.397Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/1ab6cd8a-eef5-4d42-a15e-1c0297f074f4/history/babe5ad3-65a9-424f-b410-921aaee6bda0 [2023-03-09T03:28:50.397Z] [2023-03-09T03:28:50.397Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-03-09T03:28:50.397Z] [2023-03-09T03:28:50.397Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-03-09T03:28:50.397Z] [2023-03-09T03:28:50.397Z] [2023-03-09T03:28:50.397Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-03-09T03:28:50.397Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-03-09T03:28:50.397Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-03-09T03:28:50.416Z] $ docker stop --time=1 87d5380b83d0de81bf4a2966eaa73e964d8d27cdc9a532eae7ae182f96b03991 [2023-03-09T03:28:52.586Z] $ docker rm -f --volumes 87d5380b83d0de81bf4a2966eaa73e964d8d27cdc9a532eae7ae182f96b03991 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-09T03:28:53.249Z] + git log --format=format:%s -1 837a401d0d7d0b42d8dea42aad4106a41215472d [Pipeline] sh [2023-03-09T03:28:53.536Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-09T03:28:53.536Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T03:28:53.828Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-09T03:28:53.828Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-09T03:28:53.892Z] prd-ubuntu20.04-docker-8c-8g-9375 does not seem to be running inside a container [2023-03-09T03:28:53.925Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_app-rfid-llrp-inventory_main -v /w/workspace/dry_app-rfid-llrp-inventory_main:/w/workspace/dry_app-rfid-llrp-inventory_main:rw,z -v /w/workspace/dry_app-rfid-llrp-inventory_main@tmp:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-09T03:28:54.302Z] $ docker top e32f991109e148e56780ddf44019ec1e65109254ff0c9929b837c07ec2e6ec69 -eo pid,comm [2023-03-09T03:28:54.339Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-03-09T03:28:54.339Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-09T03:28:54.374Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-09T03:28:54.374Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-09T03:28:54.487Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-09T03:28:54.496Z] $ docker exec e32f991109e148e56780ddf44019ec1e65109254ff0c9929b837c07ec2e6ec69 ssh-agent [2023-03-09T03:28:54.588Z] SSH_AUTH_SOCK=/tmp/ssh-DIJpzJw907iz/agent.32 [2023-03-09T03:28:54.588Z] SSH_AGENT_PID=38 [2023-03-09T03:28:54.592Z] Running ssh-add (command line suppressed) [2023-03-09T03:28:54.702Z] Identity added: /w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_12796040776527867193.key (/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_12796040776527867193.key) [2023-03-09T03:28:54.707Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-09T03:28:54.996Z] + git semver tag [2023-03-09T03:28:55.255Z] 2023-03-09 03:28:55,181 [run_tag] DEBUG tag force:False [2023-03-09T03:28:55.255Z] 2023-03-09 03:28:55,181 [check_head_tag] DEBUG check head tag [2023-03-09T03:28:55.255Z] 2023-03-09 03:28:55,182 [execute] INFO git cat-file --batch-check [2023-03-09T03:28:55.255Z] 2023-03-09 03:28:55,182 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main, universal_newlines=False, shell=None, istream=) [2023-03-09T03:28:55.255Z] 2023-03-09 03:28:55,186 [execute] INFO git cat-file --batch [2023-03-09T03:28:55.255Z] 2023-03-09 03:28:55,186 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main, universal_newlines=False, shell=None, istream=) [2023-03-09T03:28:55.255Z] 2023-03-09 03:28:55,203 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2023-03-09T03:28:55.255Z] 2023-03-09 03:28:55,203 [execute] INFO git tag -a v3.0.0-dev.10 -m v3.0.0-dev.10 [2023-03-09T03:28:55.255Z] 2023-03-09 03:28:55,204 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.10', '-m', 'v3.0.0-dev.10'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main, universal_newlines=False, shell=None, istream=None) [2023-03-09T03:28:55.255Z] 2023-03-09 03:28:55,207 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2023-03-09T03:28:55.255Z] 3.0.0-dev.10 [Pipeline] } [2023-03-09T03:28:55.271Z] $ docker exec --env ******** --env ******** e32f991109e148e56780ddf44019ec1e65109254ff0c9929b837c07ec2e6ec69 ssh-agent -k [2023-03-09T03:28:55.373Z] unset SSH_AUTH_SOCK; [2023-03-09T03:28:55.374Z] unset SSH_AGENT_PID; [2023-03-09T03:28:55.374Z] echo Agent pid 38 killed; [2023-03-09T03:28:55.375Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-09T03:28:55.671Z] + git semver [Pipeline] } [2023-03-09T03:28:55.950Z] $ docker stop --time=1 e32f991109e148e56780ddf44019ec1e65109254ff0c9929b837c07ec2e6ec69 [2023-03-09T03:28:57.259Z] $ docker rm -f --volumes e32f991109e148e56780ddf44019ec1e65109254ff0c9929b837c07ec2e6ec69 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T03:28:57.656Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-09T03:28:57.656Z] [2023-03-09T03:28:57.656Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T03:28:57.967Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-09T03:28:57.967Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-03-09T03:28:57.967Z] ab5ef0e58194: Pulling fs layer [2023-03-09T03:28:57.967Z] 9712f1f96733: Pulling fs layer [2023-03-09T03:28:57.967Z] 63f879dbbcfc: Pulling fs layer [2023-03-09T03:28:57.967Z] 0d9ebad4ef96: Pulling fs layer [2023-03-09T03:28:57.967Z] e9a5061849ea: Pulling fs layer [2023-03-09T03:28:57.967Z] d747dcd14b5f: Pulling fs layer [2023-03-09T03:28:57.967Z] 2de7ff778b66: Pulling fs layer [2023-03-09T03:28:57.967Z] e9a5061849ea: Waiting [2023-03-09T03:28:57.967Z] 0d9ebad4ef96: Waiting [2023-03-09T03:28:57.967Z] 2de7ff778b66: Waiting [2023-03-09T03:28:57.967Z] d747dcd14b5f: Waiting [2023-03-09T03:28:57.967Z] 9712f1f96733: Verifying Checksum [2023-03-09T03:28:57.967Z] 9712f1f96733: Download complete [2023-03-09T03:28:58.568Z] 63f879dbbcfc: Verifying Checksum [2023-03-09T03:28:58.568Z] 63f879dbbcfc: Download complete [2023-03-09T03:28:58.829Z] e9a5061849ea: Verifying Checksum [2023-03-09T03:28:58.829Z] e9a5061849ea: Download complete [2023-03-09T03:28:58.829Z] ab5ef0e58194: Verifying Checksum [2023-03-09T03:28:58.829Z] ab5ef0e58194: Download complete [2023-03-09T03:28:58.829Z] d747dcd14b5f: Verifying Checksum [2023-03-09T03:28:58.829Z] d747dcd14b5f: Download complete [2023-03-09T03:28:58.829Z] 0d9ebad4ef96: Verifying Checksum [2023-03-09T03:28:58.829Z] 0d9ebad4ef96: Download complete [2023-03-09T03:28:58.829Z] 2de7ff778b66: Verifying Checksum [2023-03-09T03:28:58.829Z] 2de7ff778b66: Download complete [2023-03-09T03:29:01.360Z] ab5ef0e58194: Pull complete [2023-03-09T03:29:01.361Z] 9712f1f96733: Pull complete [2023-03-09T03:29:01.925Z] 63f879dbbcfc: Pull complete [2023-03-09T03:29:05.202Z] 0d9ebad4ef96: Pull complete [2023-03-09T03:29:05.202Z] e9a5061849ea: Pull complete [2023-03-09T03:29:05.462Z] d747dcd14b5f: Pull complete [2023-03-09T03:29:06.400Z] 2de7ff778b66: Pull complete [2023-03-09T03:29:06.400Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-03-09T03:29:06.400Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-09T03:29:06.400Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-09T03:29:06.479Z] prd-ubuntu20.04-docker-8c-8g-9375 does not seem to be running inside a container [2023-03-09T03:29:06.513Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dry_app-rfid-llrp-inventory_main -v /w/workspace/dry_app-rfid-llrp-inventory_main:/w/workspace/dry_app-rfid-llrp-inventory_main:rw,z -v /w/workspace/dry_app-rfid-llrp-inventory_main@tmp:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-03-09T03:29:08.671Z] $ docker top a8a583d8c30d8c361bf345de86705800b9e556a56bce2c37eecb32f3758f15f3 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-03-09T03:29:08.740Z] provisioning config files... [2023-03-09T03:29:08.747Z] copy managed file [sigul-config] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config8433759076040867758tmp [2023-03-09T03:29:08.759Z] copy managed file [sigul-password] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config5571485316845511877tmp [2023-03-09T03:29:08.768Z] copy managed file [sigul-pki] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config878538389292001284tmp [Pipeline] { [Pipeline] echo [2023-03-09T03:29:08.781Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-09T03:29:09.062Z] ---> sigul-configuration.sh [2023-03-09T03:29:09.062Z] gpg: directory `/root/.gnupg' created [2023-03-09T03:29:09.062Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-03-09T03:29:09.062Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-03-09T03:29:09.062Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-03-09T03:29:09.062Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-03-09T03:29:09.062Z] gpg: CAST5 encrypted data [2023-03-09T03:29:09.062Z] gpg: encrypted with 1 passphrase [2023-03-09T03:29:09.062Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-03-09T03:29:09.345Z] + mkdir /home/jenkins [2023-03-09T03:29:09.345Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-03-09T03:29:09.624Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2023-03-09T03:29:09.633Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-09T03:29:09.916Z] ---> sigul-install.sh [2023-03-09T03:29:09.916Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-03-09T03:29:10.210Z] + git tag --list [2023-03-09T03:29:10.210Z] v0.0.0 [2023-03-09T03:29:10.210Z] v1.0.0 [2023-03-09T03:29:10.210Z] v2.1.0 [2023-03-09T03:29:10.210Z] v2.1.1 [2023-03-09T03:29:10.210Z] v2.1.1-dev.1 [2023-03-09T03:29:10.210Z] v2.2.0 [2023-03-09T03:29:10.210Z] v2.2.1-dev.1 [2023-03-09T03:29:10.210Z] v2.2.1-dev.2 [2023-03-09T03:29:10.210Z] v2.2.1-dev.3 [2023-03-09T03:29:10.210Z] v2.2.1-dev.4 [2023-03-09T03:29:10.210Z] v2.2.1-dev.5 [2023-03-09T03:29:10.210Z] v2.2.1-dev.6 [2023-03-09T03:29:10.210Z] v2.2.1-dev.7 [2023-03-09T03:29:10.210Z] v2.3.0 [2023-03-09T03:29:10.210Z] v2.3.0-dev.10 [2023-03-09T03:29:10.210Z] v2.3.0-dev.11 [2023-03-09T03:29:10.210Z] v2.3.0-dev.12 [2023-03-09T03:29:10.210Z] v2.3.0-dev.13 [2023-03-09T03:29:10.210Z] v2.3.0-dev.14 [2023-03-09T03:29:10.210Z] v2.3.0-dev.15 [2023-03-09T03:29:10.210Z] v2.3.0-dev.16 [2023-03-09T03:29:10.210Z] v2.3.0-dev.17 [2023-03-09T03:29:10.210Z] v2.3.0-dev.18 [2023-03-09T03:29:10.210Z] v2.3.0-dev.19 [2023-03-09T03:29:10.210Z] v2.3.0-dev.20 [2023-03-09T03:29:10.210Z] v2.3.0-dev.21 [2023-03-09T03:29:10.210Z] v2.3.0-dev.22 [2023-03-09T03:29:10.210Z] v2.3.0-dev.23 [2023-03-09T03:29:10.210Z] v2.3.0-dev.24 [2023-03-09T03:29:10.210Z] v2.3.0-dev.25 [2023-03-09T03:29:10.210Z] v2.3.0-dev.26 [2023-03-09T03:29:10.210Z] v2.3.0-dev.9 [2023-03-09T03:29:10.210Z] v2.3.1-dev.1 [2023-03-09T03:29:10.210Z] v3.0.0-dev.1 [2023-03-09T03:29:10.210Z] v3.0.0-dev.10 [2023-03-09T03:29:10.210Z] v3.0.0-dev.2 [2023-03-09T03:29:10.210Z] v3.0.0-dev.3 [2023-03-09T03:29:10.210Z] v3.0.0-dev.4 [2023-03-09T03:29:10.210Z] v3.0.0-dev.5 [2023-03-09T03:29:10.210Z] v3.0.0-dev.6 [2023-03-09T03:29:10.210Z] v3.0.0-dev.7 [2023-03-09T03:29:10.210Z] v3.0.0-dev.8 [2023-03-09T03:29:10.210Z] v3.0.0-dev.9 [Pipeline] sh [2023-03-09T03:29:10.498Z] + lftools sign git-tag v3.0.0-dev.10 [2023-03-09T03:29:11.066Z] Signing Git tag with Sigul... [2023-03-09T03:29:11.066Z] Signing v3.0.0-dev.10 [Pipeline] echo [2023-03-09T03:29:11.332Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-09T03:29:11.617Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-03-09T03:29:11.624Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-03-09T03:29:11.650Z] $ docker stop --time=1 a8a583d8c30d8c361bf345de86705800b9e556a56bce2c37eecb32f3758f15f3 [2023-03-09T03:29:12.960Z] $ docker rm -f --volumes a8a583d8c30d8c361bf345de86705800b9e556a56bce2c37eecb32f3758f15f3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-03-09T03:29:13.385Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-09T03:29:13.385Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T03:29:13.688Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-09T03:29:13.688Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-09T03:29:13.765Z] prd-ubuntu20.04-docker-8c-8g-9375 does not seem to be running inside a container [2023-03-09T03:29:13.804Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_app-rfid-llrp-inventory_main -v /w/workspace/dry_app-rfid-llrp-inventory_main:/w/workspace/dry_app-rfid-llrp-inventory_main:rw,z -v /w/workspace/dry_app-rfid-llrp-inventory_main@tmp:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-09T03:29:14.192Z] $ docker top d482fd1e5d0183f84426e1cb5e17df86f92317dd75e859b9b57d168dc353b329 -eo pid,comm [2023-03-09T03:29:14.229Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-03-09T03:29:14.229Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-09T03:29:14.277Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-09T03:29:14.277Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-09T03:29:14.398Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-09T03:29:14.407Z] $ docker exec d482fd1e5d0183f84426e1cb5e17df86f92317dd75e859b9b57d168dc353b329 ssh-agent [2023-03-09T03:29:14.512Z] SSH_AUTH_SOCK=/tmp/ssh-AtnFmCQQx5VK/agent.32 [2023-03-09T03:29:14.512Z] SSH_AGENT_PID=38 [2023-03-09T03:29:14.517Z] Running ssh-add (command line suppressed) [2023-03-09T03:29:14.628Z] Identity added: /w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_10554839899571807815.key (/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_10554839899571807815.key) [2023-03-09T03:29:14.632Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-09T03:29:14.917Z] + git semver bump pre [2023-03-09T03:29:15.177Z] 2023-03-09 03:29:15,096 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2023-03-09T03:29:15.177Z] 2023-03-09 03:29:15,096 [bump_version] DEBUG bumping version:3.0.0-dev.10 on axis:pre with prefix:dev [2023-03-09T03:29:15.177Z] 2023-03-09 03:29:15,096 [bump_version] DEBUG bumped version:3.0.0-dev.11 [2023-03-09T03:29:15.177Z] 2023-03-09 03:29:15,096 [write_version] DEBUG write version:3.0.0-dev.11 to path:/w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main with force:True [2023-03-09T03:29:15.177Z] 2023-03-09 03:29:15,096 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2023-03-09T03:29:15.177Z] 2023-03-09 03:29:15,096 [write_file] DEBUG write to file:/w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2023-03-09T03:29:15.177Z] 2023-03-09 03:29:15,099 [execute] INFO git cat-file --batch-check [2023-03-09T03:29:15.177Z] 2023-03-09 03:29:15,099 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main/.semver, universal_newlines=False, shell=None, istream=) [2023-03-09T03:29:15.177Z] 2023-03-09 03:29:15,103 [execute] INFO git cat-file --batch [2023-03-09T03:29:15.177Z] 2023-03-09 03:29:15,104 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main/.semver, universal_newlines=False, shell=None, istream=) [2023-03-09T03:29:15.177Z] 2023-03-09 03:29:15,108 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2023-03-09T03:29:15.177Z] 3.0.0-dev.11 [Pipeline] } [2023-03-09T03:29:15.193Z] $ docker exec --env ******** --env ******** d482fd1e5d0183f84426e1cb5e17df86f92317dd75e859b9b57d168dc353b329 ssh-agent -k [2023-03-09T03:29:15.294Z] unset SSH_AUTH_SOCK; [2023-03-09T03:29:15.294Z] unset SSH_AGENT_PID; [2023-03-09T03:29:15.294Z] echo Agent pid 38 killed; [2023-03-09T03:29:15.298Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-09T03:29:15.604Z] + git semver [Pipeline] } [2023-03-09T03:29:15.885Z] $ docker stop --time=1 d482fd1e5d0183f84426e1cb5e17df86f92317dd75e859b9b57d168dc353b329 [2023-03-09T03:29:17.194Z] $ docker rm -f --volumes d482fd1e5d0183f84426e1cb5e17df86f92317dd75e859b9b57d168dc353b329 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-09T03:29:17.523Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-09T03:29:17.523Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T03:29:17.819Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-09T03:29:17.819Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-09T03:29:17.895Z] prd-ubuntu20.04-docker-8c-8g-9375 does not seem to be running inside a container [2023-03-09T03:29:17.934Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_app-rfid-llrp-inventory_main -v /w/workspace/dry_app-rfid-llrp-inventory_main:/w/workspace/dry_app-rfid-llrp-inventory_main:rw,z -v /w/workspace/dry_app-rfid-llrp-inventory_main@tmp:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-09T03:29:18.319Z] $ docker top 306b0f370e52a0aede95d1806f231a326a080f5e8a7eebb824a6731ae1d832d5 -eo pid,comm [2023-03-09T03:29:18.369Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-03-09T03:29:18.369Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-09T03:29:18.408Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-09T03:29:18.408Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-09T03:29:18.520Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-09T03:29:18.529Z] $ docker exec 306b0f370e52a0aede95d1806f231a326a080f5e8a7eebb824a6731ae1d832d5 ssh-agent [2023-03-09T03:29:18.645Z] SSH_AUTH_SOCK=/tmp/ssh-byQNWBGZ8yHK/agent.31 [2023-03-09T03:29:18.645Z] SSH_AGENT_PID=37 [2023-03-09T03:29:18.650Z] Running ssh-add (command line suppressed) [2023-03-09T03:29:18.761Z] Identity added: /w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_9917452060889475809.key (/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_9917452060889475809.key) [2023-03-09T03:29:18.769Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-09T03:29:19.056Z] + git semver push [2023-03-09T03:29:19.315Z] 2023-03-09 03:29:19,231 [run_push] DEBUG push [2023-03-09T03:29:19.315Z] 2023-03-09 03:29:19,232 [execute] INFO git cat-file --batch-check [2023-03-09T03:29:19.315Z] 2023-03-09 03:29:19,232 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main/.semver, universal_newlines=False, shell=None, istream=) [2023-03-09T03:29:19.315Z] 2023-03-09 03:29:19,237 [execute] INFO git rev-list 60002e4b68fd1459a14f4663550dd8e0eece26bf -- [2023-03-09T03:29:19.315Z] 2023-03-09 03:29:19,237 [execute] DEBUG Popen(['git', 'rev-list', '60002e4b68fd1459a14f4663550dd8e0eece26bf', '--'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-03-09T03:29:19.315Z] 2023-03-09 03:29:19,243 [execute] INFO git fetch -v origin [2023-03-09T03:29:19.315Z] 2023-03-09 03:29:19,244 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-03-09T03:29:19.882Z] 2023-03-09 03:29:19,752 [run_push] DEBUG no remote changes detected [2023-03-09T03:29:19.882Z] 2023-03-09 03:29:19,752 [execute] INFO git push origin semver [2023-03-09T03:29:19.882Z] 2023-03-09 03:29:19,753 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-03-09T03:29:20.818Z] 2023-03-09 03:29:20,488 [run_push] DEBUG push all version tags [2023-03-09T03:29:20.818Z] 2023-03-09 03:29:20,488 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-03-09T03:29:20.818Z] 2023-03-09 03:29:20,489 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main, universal_newlines=False, shell=None, istream=None) [2023-03-09T03:29:21.386Z] 2023-03-09 03:29:21,209 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2023-03-09T03:29:21.386Z] 3.0.0-dev.11 [Pipeline] } [2023-03-09T03:29:21.403Z] $ docker exec --env ******** --env ******** 306b0f370e52a0aede95d1806f231a326a080f5e8a7eebb824a6731ae1d832d5 ssh-agent -k [2023-03-09T03:29:21.500Z] unset SSH_AUTH_SOCK; [2023-03-09T03:29:21.500Z] unset SSH_AGENT_PID; [2023-03-09T03:29:21.500Z] echo Agent pid 37 killed; [2023-03-09T03:29:21.504Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-09T03:29:21.810Z] + git semver [Pipeline] } [2023-03-09T03:29:22.085Z] $ docker stop --time=1 306b0f370e52a0aede95d1806f231a326a080f5e8a7eebb824a6731ae1d832d5 [2023-03-09T03:29:23.413Z] $ docker rm -f --volumes 306b0f370e52a0aede95d1806f231a326a080f5e8a7eebb824a6731ae1d832d5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-03-09T03:29:23.929Z] + [ -d /w/workspace/dry_app-rfid-llrp-inventory_main/archives ] [2023-03-09T03:29:23.929Z] + ls -al /w/workspace/dry_app-rfid-llrp-inventory_main/archives [2023-03-09T03:29:23.929Z] total 16 [2023-03-09T03:29:23.929Z] drwxr-xr-x 3 root root 4096 Mar 9 03:19 . [2023-03-09T03:29:23.929Z] drwxrwxr-x 12 jenkins jenkins 4096 Mar 9 03:29 .. [2023-03-09T03:29:23.929Z] drwxr-xr-x 2 root root 4096 Mar 9 03:19 cost [2023-03-09T03:29:23.929Z] -rw-r--r-- 1 root root 94 Mar 9 03:19 cost.csv [2023-03-09T03:29:23.929Z] + sudo chown -R jenkins:jenkins /w/workspace/dry_app-rfid-llrp-inventory_main/archives [2023-03-09T03:29:23.929Z] + ls -al /w/workspace/dry_app-rfid-llrp-inventory_main/archives [2023-03-09T03:29:23.929Z] total 16 [2023-03-09T03:29:23.929Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 9 03:19 . [2023-03-09T03:29:23.929Z] drwxrwxr-x 12 jenkins jenkins 4096 Mar 9 03:29 .. [2023-03-09T03:29:23.929Z] drwxr-xr-x 2 jenkins jenkins 4096 Mar 9 03:19 cost [2023-03-09T03:29:23.929Z] -rw-r--r-- 1 jenkins jenkins 94 Mar 9 03:19 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-03-09T03:29:24.212Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-09T03:29:25.067Z] ---> package-listing.sh [2023-03-09T03:29:25.067Z] ++ facter osfamily [2023-03-09T03:29:25.067Z] ++ tr '[:upper:]' '[:lower:]' [2023-03-09T03:29:25.326Z] + OS_FAMILY=debian [2023-03-09T03:29:25.326Z] + workspace=/w/workspace/dry_app-rfid-llrp-inventory_main [2023-03-09T03:29:25.326Z] + START_PACKAGES=/tmp/packages_start.txt [2023-03-09T03:29:25.326Z] + END_PACKAGES=/tmp/packages_end.txt [2023-03-09T03:29:25.326Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-03-09T03:29:25.326Z] + PACKAGES=/tmp/packages_start.txt [2023-03-09T03:29:25.326Z] + '[' /w/workspace/dry_app-rfid-llrp-inventory_main ']' [2023-03-09T03:29:25.326Z] + PACKAGES=/tmp/packages_end.txt [2023-03-09T03:29:25.326Z] + case "${OS_FAMILY}" in [2023-03-09T03:29:25.326Z] + dpkg -l [2023-03-09T03:29:25.326Z] + grep '^ii' [2023-03-09T03:29:25.326Z] + '[' -f /tmp/packages_start.txt ']' [2023-03-09T03:29:25.326Z] + '[' -f /tmp/packages_end.txt ']' [2023-03-09T03:29:25.326Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-03-09T03:29:25.326Z] + '[' /w/workspace/dry_app-rfid-llrp-inventory_main ']' [2023-03-09T03:29:25.326Z] + mkdir -p /w/workspace/dry_app-rfid-llrp-inventory_main/archives/ [2023-03-09T03:29:25.326Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_app-rfid-llrp-inventory_main/archives/ [Pipeline] echo [2023-03-09T03:29:25.338Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dry_app-rfid-llrp-inventory_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-03-09T03:29:25.617Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T03:29:26.175Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-09T03:29:26.175Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-09T03:29:26.317Z] prd-ubuntu20.04-docker-8c-8g-9375 does not seem to be running inside a container [2023-03-09T03:29:26.385Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dry_app-rfid-llrp-inventory_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dry_app-rfid-llrp-inventory_main -v /w/workspace/dry_app-rfid-llrp-inventory_main:/w/workspace/dry_app-rfid-llrp-inventory_main:rw,z -v /w/workspace/dry_app-rfid-llrp-inventory_main@tmp:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-03-09T03:29:26.614Z] $ docker top 3c395f2e4fad59076e9a4fdf9c58a15680b4afe36e4d06ef7023aed339640bd7 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-09T03:29:26.972Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-03-09T03:29:27.256Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-03-09T03:29:27.539Z] + ls /var/log/sa-host [2023-03-09T03:29:27.539Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-09T03:29:27.610Z] provisioning config files... [2023-03-09T03:29:27.616Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config1274985899467060108tmp [Pipeline] { [Pipeline] echo [2023-03-09T03:29:27.627Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-09T03:29:27.908Z] ---> create-netrc.sh [Pipeline] } [2023-03-09T03:29:27.916Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-03-09T03:29:28.235Z] ---> python-tools-install.sh [Pipeline] echo [2023-03-09T03:29:28.244Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-09T03:29:28.528Z] ---> sudo-logs.sh [2023-03-09T03:29:28.528Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-03-09T03:29:28.551Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-09T03:29:28.834Z] ---> job-cost.sh [2023-03-09T03:29:28.834Z] lf-activate-venv: SKIPPING [2023-03-09T03:29:28.834Z] DEBUG: total: 0.2199999988079071 [2023-03-09T03:29:28.834Z] INFO: Retrieving Stack Cost... [2023-03-09T03:29:29.400Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-09T03:29:29.659Z] INFO: Archiving Costs [Pipeline] echo [2023-03-09T03:29:29.672Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-09T03:29:29.954Z] ---> logs-deploy.sh [2023-03-09T03:29:29.954Z] lf-activate-venv: SKIPPING [2023-03-09T03:29:29.954Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-rfid-llrp-inventory/main/78 [2023-03-09T03:29:29.954Z] INFO: archiving workspace using pattern(s): [2023-03-09T03:29:30.890Z] Archives upload complete. [2023-03-09T03:29:30.890Z] INFO: archiving logs to Nexus