Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 350dcbb98a3b589a77f3df68bd3874cc550526fa 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-ssh15615515380887685747.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-ssh14528464088077422420.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-ssh13606544408381885761.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-ssh3829908370202048980.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-ssh11455541896873567905.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 ‘prd-ubuntu20.04-docker-8c-8g-2954’ Running on prd-ubuntu20.04-docker-8c-8g-2957 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 350dcbb98a3b589a77f3df68bd3874cc550526fa (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 350dcbb98a3b589a77f3df68bd3874cc550526fa # timeout=10 Commit message: "refactor(snap)!: Drop the support for legacy snap env options (#134)" > git rev-list --no-walk bbc8cea5256726f873dd73e5987e9fb16baf68a3 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-01-18T16:15:50.925Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-01-18T16:15:50.985Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-01-18T16:15:51.004Z] ========================================================= [2023-01-18T16:15:51.004Z] EdgeX Global Pipelines Version Info [2023-01-18T16:15:51.004Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-01-18T16:15:52.078Z] ------------------- [2023-01-18T16:15:52.078Z] stable info: [2023-01-18T16:15:52.078Z] ------------------- [2023-01-18T16:15:52.078Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-01-18T16:15:52.078Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-18T16:15:52.078Z] Message: update stable to v1.0.244 [2023-01-18T16:15:52.337Z] ------------------- [2023-01-18T16:15:52.337Z] experimental info: [2023-01-18T16:15:52.337Z] ------------------- [2023-01-18T16:15:52.337Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-01-18T16:15:52.337Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-18T16:15:52.337Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-01-18T16:15:52.496Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-rfid-llrp-inventory-settings [Pipeline] echo [2023-01-18T16:15:52.509Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-rfid-llrp-inventory [Pipeline] echo [2023-01-18T16:15:52.525Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-01-18T16:15:52.535Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-01-18T16:15:52.546Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-01-18T16:15:52.559Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-01-18T16:15:52.570Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-01-18T16:15:52.582Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-01-18T16:15:52.594Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-01-18T16:15:52.605Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-01-18T16:15:52.616Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-01-18T16:15:52.629Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-rfid-llrp-inventory [Pipeline] echo [2023-01-18T16:15:52.640Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-01-18T16:15:52.651Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-01-18T16:15:52.662Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-01-18T16:15:52.675Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-01-18T16:15:52.686Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-01-18T16:15:52.697Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-01-18T16:15:52.710Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-01-18T16:15:52.721Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-01-18T16:15:52.732Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-01-18T16:15:52.744Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-01-18T16:15:52.760Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-01-18T16:15:52.777Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-01-18T16:15:52.789Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-01-18T16:15:52.801Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-01-18T16:15:52.812Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-01-18T16:15:52.824Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-01-18T16:15:52.835Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-01-18T16:15:52.850Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-01-18T16:15:52.865Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 350dcbb98a3b589a77f3df68bd3874cc550526fa [Pipeline] echo [2023-01-18T16:15:52.875Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 350dcbb [Pipeline] echo [2023-01-18T16:15:52.886Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-18T16:15:52.929Z] provisioning config files... [2023-01-18T16:15:52.944Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config10167179271692418099tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-18T16:15:53.246Z] ---> docker-login.sh [2023-01-18T16:15:53.246Z] nexus3.edgexfoundry.org:10001 [2023-01-18T16:15:53.507Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-18T16:15:53.768Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-18T16:15:53.768Z] Configure a credential helper to remove this warning. See [2023-01-18T16:15:53.768Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-18T16:15:53.768Z] [2023-01-18T16:15:53.768Z] Login Succeeded [2023-01-18T16:15:53.768Z] nexus3.edgexfoundry.org:10002 [2023-01-18T16:15:53.768Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-18T16:15:54.029Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-18T16:15:54.029Z] Configure a credential helper to remove this warning. See [2023-01-18T16:15:54.029Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-18T16:15:54.029Z] [2023-01-18T16:15:54.029Z] Login Succeeded [2023-01-18T16:15:54.029Z] nexus3.edgexfoundry.org:10003 [2023-01-18T16:15:54.029Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-18T16:15:54.029Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-18T16:15:54.029Z] Configure a credential helper to remove this warning. See [2023-01-18T16:15:54.029Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-18T16:15:54.029Z] [2023-01-18T16:15:54.029Z] Login Succeeded [2023-01-18T16:15:54.029Z] nexus3.edgexfoundry.org:10004 [2023-01-18T16:15:54.029Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-18T16:15:54.291Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-18T16:15:54.291Z] Configure a credential helper to remove this warning. See [2023-01-18T16:15:54.291Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-18T16:15:54.291Z] [2023-01-18T16:15:54.291Z] Login Succeeded [2023-01-18T16:15:54.291Z] docker.io [2023-01-18T16:15:54.291Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-18T16:15:54.551Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-18T16:15:54.551Z] Configure a credential helper to remove this warning. See [2023-01-18T16:15:54.551Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-18T16:15:54.551Z] [2023-01-18T16:15:54.551Z] Login Succeeded [2023-01-18T16:15:54.551Z] ---> docker-login.sh ends [Pipeline] } [2023-01-18T16:15:54.558Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-01-18T16:15:54.909Z] + git rev-list -1 --merges 350dcbb98a3b589a77f3df68bd3874cc550526fa~1..350dcbb98a3b589a77f3df68bd3874cc550526fa [Pipeline] echo [2023-01-18T16:15:54.983Z] -----------> git rev-list -1 --merges 350dcbb98a3b589a77f3df68bd3874cc550526fa~1..350dcbb98a3b589a77f3df68bd3874cc550526fa 350dcbb98a3b589a77f3df68bd3874cc550526fa [false] [Pipeline] sh [2023-01-18T16:15:55.275Z] + git log --format=format:%s -1 350dcbb98a3b589a77f3df68bd3874cc550526fa [Pipeline] echo [2023-01-18T16:15:55.290Z] ========================================================= [2023-01-18T16:15:55.290Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-01-18T16:15:55.290Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-18T16:15:55.610Z] + git log --format=format:%s -1 350dcbb98a3b589a77f3df68bd3874cc550526fa [Pipeline] echo [2023-01-18T16:15:55.621Z] [semverPrep] GIT_COMMIT: 350dcbb98a3b589a77f3df68bd3874cc550526fa, Commit Message: refactor(snap)!: Drop the support for legacy snap env options (#134) [Pipeline] echo [2023-01-18T16:15:55.631Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-01-18T16:15:55.995Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-18T16:15:55.995Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-01-18T16:15:55.995Z] + [ -e /tmp/ssh_known_hosts ] [2023-01-18T16:15:55.995Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-01-18T16:15:55.995Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-01-18T16:15:55.995Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-01-18T16:15:55.995Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:15:56.396Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-18T16:15:56.397Z] [2023-01-18T16:15:56.397Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:15:56.703Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-18T16:15:56.703Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-01-18T16:15:56.703Z] b85a868b505f: Pulling fs layer [2023-01-18T16:15:56.703Z] e2be974225ed: Pulling fs layer [2023-01-18T16:15:56.703Z] 339a4e72a1f5: Pulling fs layer [2023-01-18T16:15:56.703Z] 988bab9f4d93: Pulling fs layer [2023-01-18T16:15:56.703Z] 1469e6f7b9e6: Pulling fs layer [2023-01-18T16:15:56.703Z] eaf3925da568: Pulling fs layer [2023-01-18T16:15:56.703Z] bab4dde63d76: Pulling fs layer [2023-01-18T16:15:56.703Z] bde34c3a00c8: Pulling fs layer [2023-01-18T16:15:56.703Z] b352a97aabf1: Pulling fs layer [2023-01-18T16:15:56.703Z] 4872d77fe225: Pulling fs layer [2023-01-18T16:15:56.703Z] 5851b861e8e6: Pulling fs layer [2023-01-18T16:15:56.703Z] 988bab9f4d93: Waiting [2023-01-18T16:15:56.703Z] 1469e6f7b9e6: Waiting [2023-01-18T16:15:56.703Z] bde34c3a00c8: Waiting [2023-01-18T16:15:56.703Z] 4872d77fe225: Waiting [2023-01-18T16:15:56.703Z] bab4dde63d76: Waiting [2023-01-18T16:15:56.703Z] eaf3925da568: Waiting [2023-01-18T16:15:56.703Z] 5851b861e8e6: Waiting [2023-01-18T16:15:56.703Z] e2be974225ed: Verifying Checksum [2023-01-18T16:15:56.703Z] e2be974225ed: Download complete [2023-01-18T16:15:56.703Z] 988bab9f4d93: Verifying Checksum [2023-01-18T16:15:56.703Z] 988bab9f4d93: Download complete [2023-01-18T16:15:56.968Z] 1469e6f7b9e6: Verifying Checksum [2023-01-18T16:15:56.968Z] 1469e6f7b9e6: Download complete [2023-01-18T16:15:56.968Z] 339a4e72a1f5: Verifying Checksum [2023-01-18T16:15:56.968Z] 339a4e72a1f5: Download complete [2023-01-18T16:15:56.968Z] eaf3925da568: Verifying Checksum [2023-01-18T16:15:56.968Z] eaf3925da568: Download complete [2023-01-18T16:15:56.968Z] bde34c3a00c8: Download complete [2023-01-18T16:15:57.227Z] b352a97aabf1: Download complete [2023-01-18T16:15:57.227Z] 4872d77fe225: Verifying Checksum [2023-01-18T16:15:57.227Z] 4872d77fe225: Download complete [2023-01-18T16:15:57.227Z] 5851b861e8e6: Verifying Checksum [2023-01-18T16:15:57.227Z] 5851b861e8e6: Download complete [2023-01-18T16:15:57.227Z] b85a868b505f: Verifying Checksum [2023-01-18T16:15:57.227Z] b85a868b505f: Download complete [2023-01-18T16:15:57.487Z] bab4dde63d76: Verifying Checksum [2023-01-18T16:15:57.487Z] bab4dde63d76: Download complete [2023-01-18T16:15:58.422Z] b85a868b505f: Pull complete [2023-01-18T16:15:58.681Z] e2be974225ed: Pull complete [2023-01-18T16:15:58.940Z] 339a4e72a1f5: Pull complete [2023-01-18T16:15:59.201Z] 988bab9f4d93: Pull complete [2023-01-18T16:15:59.460Z] 1469e6f7b9e6: Pull complete [2023-01-18T16:15:59.460Z] eaf3925da568: Pull complete [2023-01-18T16:16:01.383Z] bab4dde63d76: Pull complete [2023-01-18T16:16:01.383Z] bde34c3a00c8: Pull complete [2023-01-18T16:16:01.383Z] b352a97aabf1: Pull complete [2023-01-18T16:16:01.644Z] 4872d77fe225: Pull complete [2023-01-18T16:16:01.644Z] 5851b861e8e6: Pull complete [2023-01-18T16:16:01.644Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-01-18T16:16:01.644Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-18T16:16:01.644Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-18T16:16:01.733Z] prd-ubuntu20.04-docker-8c-8g-2957 does not seem to be running inside a container [2023-01-18T16:16:01.768Z] $ 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-01-18T16:16:03.235Z] $ docker top ff050c9a6fc0e7c4d9b332eecfe91dc9f43d81f6cb7ecd2591fc1d97029965ac -eo pid,comm [2023-01-18T16:16:03.285Z] 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-01-18T16:16:03.285Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-18T16:16:03.322Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-18T16:16:03.323Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-18T16:16:03.427Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-18T16:16:03.433Z] $ docker exec ff050c9a6fc0e7c4d9b332eecfe91dc9f43d81f6cb7ecd2591fc1d97029965ac ssh-agent [2023-01-18T16:16:03.561Z] SSH_AUTH_SOCK=/tmp/ssh-JRZzwjnpp83z/agent.32 [2023-01-18T16:16:03.561Z] SSH_AGENT_PID=38 [2023-01-18T16:16:03.568Z] Running ssh-add (command line suppressed) [2023-01-18T16:16:03.678Z] Identity added: /w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_3000009760424798306.key (/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_3000009760424798306.key) [2023-01-18T16:16:03.690Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-18T16:16:03.982Z] + git tag --points-at HEAD [Pipeline] } [2023-01-18T16:16:03.998Z] $ docker exec --env ******** --env ******** ff050c9a6fc0e7c4d9b332eecfe91dc9f43d81f6cb7ecd2591fc1d97029965ac ssh-agent -k [2023-01-18T16:16:04.093Z] unset SSH_AUTH_SOCK; [2023-01-18T16:16:04.093Z] unset SSH_AGENT_PID; [2023-01-18T16:16:04.093Z] echo Agent pid 38 killed; [2023-01-18T16:16:04.099Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-01-18T16:16:04.128Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-18T16:16:04.128Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-18T16:16:04.251Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-18T16:16:04.257Z] $ docker exec ff050c9a6fc0e7c4d9b332eecfe91dc9f43d81f6cb7ecd2591fc1d97029965ac ssh-agent [2023-01-18T16:16:04.360Z] SSH_AUTH_SOCK=/tmp/ssh-K3jEuTyKiD9L/agent.70 [2023-01-18T16:16:04.360Z] SSH_AGENT_PID=76 [2023-01-18T16:16:04.365Z] Running ssh-add (command line suppressed) [2023-01-18T16:16:04.471Z] Identity added: /w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_3497096380386330664.key (/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_3497096380386330664.key) [2023-01-18T16:16:04.479Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-18T16:16:04.765Z] + git semver init [2023-01-18T16:16:05.025Z] 2023-01-18 16:16:04,956 [run_init] DEBUG init version:0.0.0 force:False [2023-01-18T16:16:05.025Z] 2023-01-18 16:16:04,957 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/dry_app-rfid-llrp-inventory_main/.semver [2023-01-18T16:16:05.025Z] 2023-01-18 16:16:04,958 [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-01-18T16:16:05.025Z] 2023-01-18 16:16:04,958 [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-01-18T16:16:06.404Z] 2023-01-18 16:16:06,071 [append_file] DEBUG append to file:/w/workspace/dry_app-rfid-llrp-inventory_main/.git/info/exclude [2023-01-18T16:16:06.404Z] 2023-01-18 16:16:06,072 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main with force:False [2023-01-18T16:16:06.404Z] 2023-01-18 16:16:06,072 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2023-01-18T16:16:06.404Z] 2023-01-18 16:16:06,072 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2023-01-18T16:16:06.404Z] 3.0.0-dev.5 [Pipeline] } [2023-01-18T16:16:06.417Z] $ docker exec --env ******** --env ******** ff050c9a6fc0e7c4d9b332eecfe91dc9f43d81f6cb7ecd2591fc1d97029965ac ssh-agent -k [2023-01-18T16:16:06.515Z] unset SSH_AUTH_SOCK; [2023-01-18T16:16:06.516Z] unset SSH_AGENT_PID; [2023-01-18T16:16:06.516Z] echo Agent pid 76 killed; [2023-01-18T16:16:06.523Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-18T16:16:06.831Z] + git semver [Pipeline] } [2023-01-18T16:16:07.116Z] $ docker stop --time=1 ff050c9a6fc0e7c4d9b332eecfe91dc9f43d81f6cb7ecd2591fc1d97029965ac [2023-01-18T16:16:08.461Z] $ docker rm -f --volumes ff050c9a6fc0e7c4d9b332eecfe91dc9f43d81f6cb7ecd2591fc1d97029965ac [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-18T16:16:08.864Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-01-18T16:16:09.068Z] Stashed 1 file(s) [Pipeline] echo [2023-01-18T16:16:09.071Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.5 [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-01-18T16:16:09.227Z] provisioning config files... [2023-01-18T16:16:09.236Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config989066557309585432tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-18T16:16:09.535Z] ---> docker-login.sh [2023-01-18T16:16:09.535Z] nexus3.edgexfoundry.org:10001 [2023-01-18T16:16:09.535Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-18T16:16:09.535Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-18T16:16:09.535Z] Configure a credential helper to remove this warning. See [2023-01-18T16:16:09.535Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-18T16:16:09.535Z] [2023-01-18T16:16:09.535Z] Login Succeeded [2023-01-18T16:16:09.535Z] nexus3.edgexfoundry.org:10002 [2023-01-18T16:16:09.535Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-18T16:16:09.535Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-18T16:16:09.535Z] Configure a credential helper to remove this warning. See [2023-01-18T16:16:09.535Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-18T16:16:09.535Z] [2023-01-18T16:16:09.535Z] Login Succeeded [2023-01-18T16:16:09.535Z] nexus3.edgexfoundry.org:10003 [2023-01-18T16:16:09.796Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-18T16:16:09.796Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-18T16:16:09.797Z] Configure a credential helper to remove this warning. See [2023-01-18T16:16:09.797Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-18T16:16:09.797Z] [2023-01-18T16:16:09.797Z] Login Succeeded [2023-01-18T16:16:09.797Z] nexus3.edgexfoundry.org:10004 [2023-01-18T16:16:09.797Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-18T16:16:09.797Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-18T16:16:09.797Z] Configure a credential helper to remove this warning. See [2023-01-18T16:16:09.797Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-18T16:16:09.797Z] [2023-01-18T16:16:09.797Z] Login Succeeded [2023-01-18T16:16:10.056Z] docker.io [2023-01-18T16:16:10.056Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-18T16:16:10.316Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-18T16:16:10.316Z] Configure a credential helper to remove this warning. See [2023-01-18T16:16:10.317Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-18T16:16:10.317Z] [2023-01-18T16:16:10.317Z] Login Succeeded [2023-01-18T16:16:10.317Z] ---> docker-login.sh ends [Pipeline] } [2023-01-18T16:16:10.325Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-01-18T16:16:10.395Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-18T16:16:10.409Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-18T16:16:10.419Z] ========================================================= [2023-01-18T16:16:10.419Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-01-18T16:16:10.419Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:16:10.741Z] + 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-01-18T16:16:10.741Z] Sending build context to Docker daemon 12.56MB [2023-01-18T16:16:10.741Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2023-01-18T16:16:10.741Z] Step 2/12 : FROM ${BASE} AS builder [2023-01-18T16:16:10.741Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-01-18T16:16:10.741Z] 213ec9aee27d: Pulling fs layer [2023-01-18T16:16:10.741Z] 4583459ba037: Pulling fs layer [2023-01-18T16:16:10.741Z] 93c1e223e6f2: Pulling fs layer [2023-01-18T16:16:10.741Z] 53926ce57604: Pulling fs layer [2023-01-18T16:16:10.741Z] 21b2b0c7a3f4: Pulling fs layer [2023-01-18T16:16:10.741Z] 22ff95d597cd: Pulling fs layer [2023-01-18T16:16:10.741Z] 12d6caf4c0d1: Pulling fs layer [2023-01-18T16:16:10.741Z] 96b7cbca73a9: Pulling fs layer [2023-01-18T16:16:10.741Z] a7acece74701: Pulling fs layer [2023-01-18T16:16:10.741Z] 12d6caf4c0d1: Waiting [2023-01-18T16:16:10.741Z] 96b7cbca73a9: Waiting [2023-01-18T16:16:10.741Z] a7acece74701: Waiting [2023-01-18T16:16:10.741Z] 53926ce57604: Waiting [2023-01-18T16:16:10.741Z] 21b2b0c7a3f4: Waiting [2023-01-18T16:16:10.741Z] 22ff95d597cd: Waiting [2023-01-18T16:16:10.741Z] 93c1e223e6f2: Verifying Checksum [2023-01-18T16:16:10.741Z] 93c1e223e6f2: Download complete [2023-01-18T16:16:11.011Z] 4583459ba037: Verifying Checksum [2023-01-18T16:16:11.011Z] 4583459ba037: Download complete [2023-01-18T16:16:11.011Z] 21b2b0c7a3f4: Verifying Checksum [2023-01-18T16:16:11.011Z] 21b2b0c7a3f4: Download complete [2023-01-18T16:16:11.011Z] 22ff95d597cd: Verifying Checksum [2023-01-18T16:16:11.011Z] 22ff95d597cd: Download complete [2023-01-18T16:16:11.011Z] 213ec9aee27d: Verifying Checksum [2023-01-18T16:16:11.011Z] 213ec9aee27d: Download complete [2023-01-18T16:16:11.011Z] 12d6caf4c0d1: Verifying Checksum [2023-01-18T16:16:11.011Z] 12d6caf4c0d1: Download complete [2023-01-18T16:16:11.011Z] 213ec9aee27d: Pull complete [2023-01-18T16:16:11.283Z] 4583459ba037: Pull complete [2023-01-18T16:16:11.283Z] 93c1e223e6f2: Pull complete [2023-01-18T16:16:12.814Z] a7acece74701: Verifying Checksum [2023-01-18T16:16:12.814Z] a7acece74701: Download complete [2023-01-18T16:16:12.814Z] 53926ce57604: Verifying Checksum [2023-01-18T16:16:12.814Z] 53926ce57604: Download complete [2023-01-18T16:16:12.814Z] 96b7cbca73a9: Verifying Checksum [2023-01-18T16:16:12.814Z] 96b7cbca73a9: Download complete [2023-01-18T16:16:17.002Z] 53926ce57604: Pull complete [2023-01-18T16:16:17.002Z] 21b2b0c7a3f4: Pull complete [2023-01-18T16:16:17.002Z] 22ff95d597cd: Pull complete [2023-01-18T16:16:17.002Z] 12d6caf4c0d1: Pull complete [2023-01-18T16:16:18.905Z] 96b7cbca73a9: Pull complete [2023-01-18T16:16:19.473Z] a7acece74701: Pull complete [2023-01-18T16:16:19.473Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-01-18T16:16:19.473Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-18T16:16:19.473Z] ---> db6d94c90886 [2023-01-18T16:16:19.473Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-01-18T16:16:21.386Z] ---> Running in 9f21edbfb950 [2023-01-18T16:16:21.386Z] Removing intermediate container 9f21edbfb950 [2023-01-18T16:16:21.386Z] ---> 9817b605c048 [2023-01-18T16:16:21.386Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-01-18T16:16:21.386Z] ---> Running in 6a09e6a7158f [2023-01-18T16:16:21.646Z] Removing intermediate container 6a09e6a7158f [2023-01-18T16:16:21.646Z] ---> 9c489ef23c2c [2023-01-18T16:16:21.646Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-01-18T16:16:21.646Z] ---> Running in 3a485e70a376 [2023-01-18T16:16:21.905Z] Removing intermediate container 3a485e70a376 [2023-01-18T16:16:21.905Z] ---> 3a307d6644b7 [2023-01-18T16:16:21.905Z] Step 6/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-01-18T16:16:21.905Z] ---> Running in bd8357727dee [2023-01-18T16:16:22.164Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-18T16:16:22.164Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-18T16:16:22.733Z] OK: 211 MiB in 51 packages [2023-01-18T16:16:22.993Z] Removing intermediate container bd8357727dee [2023-01-18T16:16:22.993Z] ---> e054a0bab8ff [2023-01-18T16:16:22.993Z] Step 7/12 : WORKDIR /app [2023-01-18T16:16:22.993Z] ---> Running in 3a9753e1f411 [2023-01-18T16:16:22.993Z] Removing intermediate container 3a9753e1f411 [2023-01-18T16:16:22.993Z] ---> 48598ae9f140 [2023-01-18T16:16:22.993Z] Step 8/12 : COPY go.mod vendor* ./ [2023-01-18T16:16:23.251Z] ---> 3a546635afed [2023-01-18T16:16:23.251Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-18T16:16:23.251Z] ---> Running in 58ce71fa2cde [2023-01-18T16:16:24.178Z] Still waiting to schedule task [2023-01-18T16:16:24.179Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-2955’ [2023-01-18T16:16:41.362Z] Removing intermediate container 58ce71fa2cde [2023-01-18T16:16:41.362Z] ---> 1134feb2f569 [2023-01-18T16:16:41.362Z] Step 10/12 : COPY . . [2023-01-18T16:16:41.928Z] ---> 68ad9ba42bca [2023-01-18T16:16:41.928Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-01-18T16:16:41.928Z] ---> Running in 84adf1580da2 [2023-01-18T16:16:41.928Z] Removing intermediate container 84adf1580da2 [2023-01-18T16:16:41.928Z] ---> d6ba556a50c9 [2023-01-18T16:16:41.928Z] Step 12/12 : RUN $MAKE [2023-01-18T16:16:41.928Z] ---> Running in 2453cfbb45d7 [2023-01-18T16:16:42.187Z] noop [2023-01-18T16:16:42.754Z] Removing intermediate container 2453cfbb45d7 [2023-01-18T16:16:42.754Z] ---> d094de362fa7 [2023-01-18T16:16:42.754Z] Successfully built d094de362fa7 [2023-01-18T16:16:42.754Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:16:43.065Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-18T16:16:43.065Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-18T16:16:43.131Z] prd-ubuntu20.04-docker-8c-8g-2957 does not seem to be running inside a container [2023-01-18T16:16:43.164Z] $ 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-01-18T16:16:43.544Z] $ docker top 3eb07cbff996385624383a7db8624ab49540ca67dae5165f6845d85219404a71 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-18T16:16:43.882Z] + go version [2023-01-18T16:16:43.882Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-01-18T16:16:43.896Z] $ docker stop --time=1 3eb07cbff996385624383a7db8624ab49540ca67dae5165f6845d85219404a71 [2023-01-18T16:16:45.191Z] $ docker rm -f --volumes 3eb07cbff996385624383a7db8624ab49540ca67dae5165f6845d85219404a71 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:16:45.598Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-18T16:16:45.598Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-18T16:16:45.674Z] prd-ubuntu20.04-docker-8c-8g-2957 does not seem to be running inside a container [2023-01-18T16:16:45.707Z] $ 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-01-18T16:16:46.070Z] $ docker top 96035514b023af0c967227b98f964e1d117511909c1f3d5d746a1fa065b5d619 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-18T16:16:46.413Z] + git config --global --add safe.directory /w/workspace/dry_app-rfid-llrp-inventory_main [Pipeline] fileExists [Pipeline] sh [2023-01-18T16:16:46.706Z] + make test [2023-01-18T16:16:46.706Z] go test -race ./... -coverprofile=coverage.out ./... [2023-01-18T16:17:08.626Z] ? edgexfoundry/app-rfid-llrp-inventory [no test files] [2023-01-18T16:17:08.626Z] ok edgexfoundry/app-rfid-llrp-inventory/internal/inventory 0.132s coverage: 86.2% of statements [2023-01-18T16:17:08.626Z] ? edgexfoundry/app-rfid-llrp-inventory/internal/inventory/app [no test files] [2023-01-18T16:17:08.626Z] ok edgexfoundry/app-rfid-llrp-inventory/internal/llrp 2.771s coverage: 71.9% of statements [2023-01-18T16:17:23.487Z] 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-01-18T16:17:23.487Z] go vet ./... [2023-01-18T16:17:26.767Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-01-18T16:17:26.767Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-01-18T16:17:26.767Z] ./bin/test-attribution.sh [Pipeline] echo [2023-01-18T16:17:26.780Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-01-18T16:17:26.792Z] $ docker stop --time=1 96035514b023af0c967227b98f964e1d117511909c1f3d5d746a1fa065b5d619 [2023-01-18T16:17:28.812Z] $ docker rm -f --volumes 96035514b023af0c967227b98f964e1d117511909c1f3d5d746a1fa065b5d619 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-18T16:17:29.303Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-01-18T16:17:29.345Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-01-18T16:17:29.832Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-01-18T16:17:30.120Z] + ls -al . [2023-01-18T16:17:30.120Z] total 240 [2023-01-18T16:17:30.120Z] drwxrwxr-x 11 jenkins jenkins 4096 Jan 18 16:16 . [2023-01-18T16:17:30.120Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 18 16:15 .. [2023-01-18T16:17:30.120Z] -rw-rw-r-- 1 jenkins jenkins 262 Jan 18 16:15 .dockerignore [2023-01-18T16:17:30.120Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 18 16:17 .git [2023-01-18T16:17:30.120Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 18 16:15 .github [2023-01-18T16:17:30.120Z] -rw-rw-r-- 1 jenkins jenkins 788 Jan 18 16:15 .gitignore [2023-01-18T16:17:30.120Z] -rw-rw-r-- 1 jenkins jenkins 41 Jan 18 16:15 .golangci.yml [2023-01-18T16:17:30.120Z] drwxr-xr-x 3 jenkins jenkins 4096 Jan 18 16:16 .semver [2023-01-18T16:17:30.120Z] -rw-rw-r-- 1 jenkins jenkins 9818 Jan 18 16:15 Attribution.txt [2023-01-18T16:17:30.120Z] -rw-rw-r-- 1 jenkins jenkins 4331 Jan 18 16:15 CHANGELOG.md [2023-01-18T16:17:30.120Z] -rw-rw-r-- 1 jenkins jenkins 1659 Jan 18 16:15 Dockerfile [2023-01-18T16:17:30.120Z] -rw-rw-r-- 1 jenkins jenkins 677 Jan 18 16:15 GOVERNANCE.md [2023-01-18T16:17:30.120Z] -rw-rw-r-- 1 jenkins jenkins 687 Jan 18 16:15 Jenkinsfile [2023-01-18T16:17:30.120Z] -rw-rw-r-- 1 jenkins jenkins 11347 Jan 18 16:15 LICENSE [2023-01-18T16:17:30.120Z] -rw-rw-r-- 1 jenkins jenkins 2462 Jan 18 16:15 Makefile [2023-01-18T16:17:30.120Z] -rw-rw-r-- 1 jenkins jenkins 617 Jan 18 16:15 OWNERS.md [2023-01-18T16:17:30.120Z] -rw-rw-r-- 1 jenkins jenkins 31023 Jan 18 16:15 README.md [2023-01-18T16:17:30.120Z] -rw-rw-r-- 1 jenkins jenkins 11 Jan 18 16:16 VERSION [2023-01-18T16:17:30.120Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 18 16:15 bin [2023-01-18T16:17:30.120Z] -rw-r--r-- 1 jenkins jenkins 41317 Jan 18 16:17 coverage.out [2023-01-18T16:17:30.120Z] -rw-rw-r-- 1 jenkins jenkins 3599 Jan 18 16:15 go.mod [2023-01-18T16:17:30.120Z] -rw-rw-r-- 1 jenkins jenkins 45003 Jan 18 16:15 go.sum [2023-01-18T16:17:30.120Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 18 16:15 images [2023-01-18T16:17:30.120Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 18 16:15 internal [2023-01-18T16:17:30.120Z] -rw-rw-r-- 1 jenkins jenkins 531 Jan 18 16:15 main.go [2023-01-18T16:17:30.120Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 18 16:15 res [2023-01-18T16:17:30.120Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 18 16:15 snap [2023-01-18T16:17:30.120Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 18 16:15 static [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:17:30.423Z] + 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=350dcbb98a3b589a77f3df68bd3874cc550526fa --label arch=amd64 --label version=3.0.0-dev.5 . [2023-01-18T16:17:30.423Z] Sending build context to Docker daemon 12.56MB [2023-01-18T16:17:30.423Z] Step 1/29 : ARG BASE=golang:1.18-alpine3.16 [2023-01-18T16:17:30.423Z] Step 2/29 : FROM ${BASE} AS builder [2023-01-18T16:17:30.423Z] ---> d094de362fa7 [2023-01-18T16:17:30.423Z] Step 3/29 : ARG ALPINE_PKG_BASE="make git" [2023-01-18T16:17:30.423Z] ---> Running in c2eda8c09f8b [2023-01-18T16:17:30.681Z] Removing intermediate container c2eda8c09f8b [2023-01-18T16:17:30.681Z] ---> ae6dc567ce05 [2023-01-18T16:17:30.681Z] Step 4/29 : ARG ALPINE_PKG_EXTRA="" [2023-01-18T16:17:30.681Z] ---> Running in 826254146cc0 [2023-01-18T16:17:30.681Z] Removing intermediate container 826254146cc0 [2023-01-18T16:17:30.681Z] ---> 489160e0aee4 [2023-01-18T16:17:30.681Z] Step 5/29 : ARG ADD_BUILD_TAGS="" [2023-01-18T16:17:30.681Z] ---> Running in d82c3443a5a3 [2023-01-18T16:17:30.681Z] Removing intermediate container d82c3443a5a3 [2023-01-18T16:17:30.681Z] ---> f6ec47c20533 [2023-01-18T16:17:30.681Z] Step 6/29 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-01-18T16:17:30.940Z] ---> Running in f1711e93a4ce [2023-01-18T16:17:31.199Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-18T16:17:31.199Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-18T16:17:31.458Z] OK: 211 MiB in 51 packages [2023-01-18T16:17:32.026Z] Removing intermediate container f1711e93a4ce [2023-01-18T16:17:32.026Z] ---> 32b509181253 [2023-01-18T16:17:32.026Z] Step 7/29 : WORKDIR /app [2023-01-18T16:17:32.026Z] ---> Running in fcb5cd718620 [2023-01-18T16:17:32.026Z] Removing intermediate container fcb5cd718620 [2023-01-18T16:17:32.026Z] ---> e00fb7ade70a [2023-01-18T16:17:32.026Z] Step 8/29 : COPY go.mod vendor* ./ [2023-01-18T16:17:32.026Z] ---> edb2938686b2 [2023-01-18T16:17:32.026Z] Step 9/29 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-18T16:17:32.284Z] ---> Running in 22dcf33aa1db [2023-01-18T16:17:32.851Z] Removing intermediate container 22dcf33aa1db [2023-01-18T16:17:32.851Z] ---> f9309ece6581 [2023-01-18T16:17:32.851Z] Step 10/29 : COPY . . [2023-01-18T16:17:33.111Z] ---> 77a2b2763589 [2023-01-18T16:17:33.111Z] Step 11/29 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-01-18T16:17:33.370Z] ---> Running in 30041af0d0d6 [2023-01-18T16:17:33.370Z] Removing intermediate container 30041af0d0d6 [2023-01-18T16:17:33.370Z] ---> d281c660a80b [2023-01-18T16:17:33.370Z] Step 12/29 : RUN $MAKE [2023-01-18T16:17:33.370Z] ---> Running in c606521ad2b1 [2023-01-18T16:17:33.627Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.15 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.0.0-dev.5 -X edgexfoundry/app-rfid-llrp-inventory.Version=3.0.0-dev.5" -trimpath -mod=readonly -o app-rfid-llrp-inventory [2023-01-18T16:17:51.902Z] Removing intermediate container c606521ad2b1 [2023-01-18T16:17:51.902Z] ---> 7e338e4fc063 [2023-01-18T16:17:51.902Z] Step 13/29 : FROM alpine:3.14 [2023-01-18T16:17:51.902Z] 3.14: Pulling from library/alpine [2023-01-18T16:17:51.902Z] c7ed990a2339: Pulling fs layer [2023-01-18T16:17:51.902Z] c7ed990a2339: Verifying Checksum [2023-01-18T16:17:51.902Z] c7ed990a2339: Download complete [2023-01-18T16:17:51.902Z] c7ed990a2339: Pull complete [2023-01-18T16:17:51.902Z] Digest: sha256:4c869a63e1b7c0722fed1e402a6466610327c3b83bdddb94bd94fb71da7f638a [2023-01-18T16:17:51.902Z] Status: Downloaded newer image for alpine:3.14 [2023-01-18T16:17:51.902Z] ---> dd53f409bf0b [2023-01-18T16:17:51.902Z] Step 14/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-01-18T16:17:51.902Z] ---> Running in e7f1a723e459 [2023-01-18T16:17:51.902Z] Removing intermediate container e7f1a723e459 [2023-01-18T16:17:51.902Z] ---> b02dd139bb76 [2023-01-18T16:17:51.902Z] Step 15/29 : LABEL Name=app-service-rfid-llrp-inventory Version=${VERSION} [2023-01-18T16:17:51.902Z] ---> Running in d2525e44b38d [2023-01-18T16:17:51.902Z] Removing intermediate container d2525e44b38d [2023-01-18T16:17:51.902Z] ---> 0e38230ea5a6 [2023-01-18T16:17:51.902Z] Step 16/29 : RUN apk --no-cache add ca-certificates dumb-init [2023-01-18T16:17:51.902Z] ---> Running in 83edb9559cd0 [2023-01-18T16:17:52.162Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2023-01-18T16:17:52.420Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2023-01-18T16:17:52.420Z] (1/2) Installing ca-certificates (20220614-r0) [2023-01-18T16:17:52.678Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-01-18T16:17:52.678Z] Executing busybox-1.33.1-r8.trigger [2023-01-18T16:17:52.678Z] Executing ca-certificates-20220614-r0.trigger [2023-01-18T16:17:52.678Z] OK: 6 MiB in 16 packages [2023-01-18T16:17:52.937Z] Removing intermediate container 83edb9559cd0 [2023-01-18T16:17:52.937Z] ---> 67819e9264ab [2023-01-18T16:17:52.937Z] Step 17/29 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-01-18T16:17:53.197Z] ---> 82658c556c8c [2023-01-18T16:17:53.197Z] Step 18/29 : COPY --from=builder /app/LICENSE /LICENSE [2023-01-18T16:17:53.456Z] ---> 78cd8e0c3ef6 [2023-01-18T16:17:53.456Z] Step 19/29 : COPY --from=builder /app/res/ /res/ [2023-01-18T16:17:53.456Z] ---> 8db3c93853f9 [2023-01-18T16:17:53.456Z] Step 20/29 : COPY --from=builder /app/static/ /static/ [2023-01-18T16:17:53.714Z] ---> 42d0914403a1 [2023-01-18T16:17:53.714Z] Step 21/29 : COPY --from=builder /app/app-rfid-llrp-inventory /app-rfid-llrp-inventory [2023-01-18T16:17:54.306Z] ---> 5ddea6f0ba81 [2023-01-18T16:17:54.306Z] Step 22/29 : RUN mkdir -p /cache && chown -R 2002:2002 /cache [2023-01-18T16:17:54.306Z] ---> Running in 61a5c57c740b [2023-01-18T16:17:54.874Z] Removing intermediate container 61a5c57c740b [2023-01-18T16:17:54.874Z] ---> beadada034a7 [2023-01-18T16:17:54.874Z] Step 23/29 : VOLUME /cache [2023-01-18T16:17:54.874Z] ---> Running in 5ccd27eb0fc6 [2023-01-18T16:17:54.874Z] Removing intermediate container 5ccd27eb0fc6 [2023-01-18T16:17:54.874Z] ---> d43deaf005f0 [2023-01-18T16:17:54.874Z] Step 24/29 : EXPOSE 59711 [2023-01-18T16:17:54.874Z] ---> Running in d78d4345318d [2023-01-18T16:17:54.874Z] Removing intermediate container d78d4345318d [2023-01-18T16:17:54.874Z] ---> 272345994783 [2023-01-18T16:17:54.874Z] Step 25/29 : ENTRYPOINT ["/app-rfid-llrp-inventory"] [2023-01-18T16:17:55.132Z] ---> Running in fd58bbb45113 [2023-01-18T16:17:55.132Z] Removing intermediate container fd58bbb45113 [2023-01-18T16:17:55.132Z] ---> 61682058445b [2023-01-18T16:17:55.132Z] Step 26/29 : CMD ["-cp=consul.http://edgex-core-consul:8500", "-registry"] [2023-01-18T16:17:55.132Z] ---> Running in 34b466376267 [2023-01-18T16:17:55.394Z] Removing intermediate container 34b466376267 [2023-01-18T16:17:55.394Z] ---> b94cd74399f6 [2023-01-18T16:17:55.394Z] Step 27/29 : LABEL arch=amd64 [2023-01-18T16:17:55.394Z] ---> Running in 9e169b7d0408 [2023-01-18T16:17:55.394Z] Removing intermediate container 9e169b7d0408 [2023-01-18T16:17:55.394Z] ---> 9312474d7a6d [2023-01-18T16:17:55.394Z] Step 28/29 : LABEL git_sha=350dcbb98a3b589a77f3df68bd3874cc550526fa [2023-01-18T16:17:55.394Z] ---> Running in 0a2184afe40c [2023-01-18T16:17:55.394Z] Removing intermediate container 0a2184afe40c [2023-01-18T16:17:55.394Z] ---> bef0d6df9554 [2023-01-18T16:17:55.394Z] Step 29/29 : LABEL version=3.0.0-dev.5 [2023-01-18T16:17:55.652Z] ---> Running in 743eb3b4c7dc [2023-01-18T16:17:55.652Z] Removing intermediate container 743eb3b4c7dc [2023-01-18T16:17:55.652Z] ---> 8088507f800e [2023-01-18T16:17:55.652Z] [Warning] One or more build-args [ARCH] were not consumed [2023-01-18T16:17:55.652Z] Successfully built 8088507f800e [2023-01-18T16:17:55.652Z] 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-01-18T16:17:55.749Z] provisioning config files... [2023-01-18T16:17:55.758Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config15744765332959559409tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-18T16:17:56.050Z] ---> docker-login.sh [2023-01-18T16:17:56.050Z] nexus3.edgexfoundry.org:10001 [2023-01-18T16:17:56.050Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-18T16:17:56.050Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-18T16:17:56.050Z] Configure a credential helper to remove this warning. See [2023-01-18T16:17:56.050Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-18T16:17:56.050Z] [2023-01-18T16:17:56.050Z] Login Succeeded [2023-01-18T16:17:56.050Z] nexus3.edgexfoundry.org:10002 [2023-01-18T16:17:56.050Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-18T16:17:56.050Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-18T16:17:56.050Z] Configure a credential helper to remove this warning. See [2023-01-18T16:17:56.050Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-18T16:17:56.050Z] [2023-01-18T16:17:56.050Z] Login Succeeded [2023-01-18T16:17:56.050Z] nexus3.edgexfoundry.org:10003 [2023-01-18T16:17:56.309Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-18T16:17:56.309Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-18T16:17:56.309Z] Configure a credential helper to remove this warning. See [2023-01-18T16:17:56.309Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-18T16:17:56.309Z] [2023-01-18T16:17:56.309Z] Login Succeeded [2023-01-18T16:17:56.309Z] nexus3.edgexfoundry.org:10004 [2023-01-18T16:17:56.309Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-18T16:17:56.309Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-18T16:17:56.309Z] Configure a credential helper to remove this warning. See [2023-01-18T16:17:56.309Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-18T16:17:56.309Z] [2023-01-18T16:17:56.309Z] Login Succeeded [2023-01-18T16:17:56.309Z] docker.io [2023-01-18T16:17:56.568Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-18T16:17:56.568Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-18T16:17:56.568Z] Configure a credential helper to remove this warning. See [2023-01-18T16:17:56.568Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-18T16:17:56.568Z] [2023-01-18T16:17:56.568Z] Login Succeeded [2023-01-18T16:17:56.568Z] ---> docker-login.sh ends [Pipeline] } [2023-01-18T16:17:56.576Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-18T16:17:56.605Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-18T16:17:56.623Z] [edgeXDocker.push] Tagging docker image app-rfid-llrp-inventory with the following tags: [2023-01-18T16:17:56.623Z] 350dcbb98a3b589a77f3df68bd3874cc550526fa [2023-01-18T16:17:56.623Z] latest [2023-01-18T16:17:56.623Z] 3.0.0-dev.5 [2023-01-18T16:17:56.623Z] 350dcbb98a3b589a77f3df68bd3874cc550526fa-3.0.0-dev.5 [2023-01-18T16:17:56.623Z] main [2023-01-18T16:17:56.623Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:17:56.927Z] + docker tag app-rfid-llrp-inventory nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:350dcbb98a3b589a77f3df68bd3874cc550526fa [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:17:57.233Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:350dcbb98a3b589a77f3df68bd3874cc550526fa [2023-01-18T16:17:57.233Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] [2023-01-18T16:17:57.233Z] d1d575825e61: Preparing [2023-01-18T16:17:57.233Z] c6d1d57eb44b: Preparing [2023-01-18T16:17:57.233Z] 642d0b074204: Preparing [2023-01-18T16:17:57.233Z] 41e4e8fc8c13: Preparing [2023-01-18T16:17:57.233Z] ab2eb55ec372: Preparing [2023-01-18T16:17:57.233Z] 8d8708fc1dac: Preparing [2023-01-18T16:17:57.233Z] 3f1e7d4c7ca8: Preparing [2023-01-18T16:17:57.233Z] 8d8708fc1dac: Waiting [2023-01-18T16:17:57.233Z] 63493a9ab2d4: Preparing [2023-01-18T16:17:57.233Z] 63493a9ab2d4: Waiting [2023-01-18T16:17:57.233Z] 3f1e7d4c7ca8: Waiting [2023-01-18T16:17:57.233Z] d1d575825e61: Pushed [2023-01-18T16:17:57.233Z] 642d0b074204: Pushed [2023-01-18T16:17:57.233Z] ab2eb55ec372: Pushed [2023-01-18T16:17:57.234Z] 41e4e8fc8c13: Pushed [2023-01-18T16:17:57.234Z] 63493a9ab2d4: Layer already exists [2023-01-18T16:17:57.495Z] 8d8708fc1dac: Pushed [2023-01-18T16:17:57.495Z] 3f1e7d4c7ca8: Pushed [2023-01-18T16:18:00.034Z] c6d1d57eb44b: Pushed [2023-01-18T16:18:00.034Z] 350dcbb98a3b589a77f3df68bd3874cc550526fa: digest: sha256:49f0927c028d9710458c7e36a9d5e625e33ebf7845f0c15fbb34d21e4adc32fc size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:18:00.343Z] + 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-01-18T16:18:00.655Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:latest [2023-01-18T16:18:00.655Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] [2023-01-18T16:18:00.655Z] d1d575825e61: Preparing [2023-01-18T16:18:00.655Z] c6d1d57eb44b: Preparing [2023-01-18T16:18:00.655Z] 642d0b074204: Preparing [2023-01-18T16:18:00.655Z] 41e4e8fc8c13: Preparing [2023-01-18T16:18:00.655Z] ab2eb55ec372: Preparing [2023-01-18T16:18:00.655Z] 8d8708fc1dac: Preparing [2023-01-18T16:18:00.655Z] 3f1e7d4c7ca8: Preparing [2023-01-18T16:18:00.655Z] 63493a9ab2d4: Preparing [2023-01-18T16:18:00.655Z] 63493a9ab2d4: Waiting [2023-01-18T16:18:00.655Z] 8d8708fc1dac: Waiting [2023-01-18T16:18:00.655Z] 3f1e7d4c7ca8: Waiting [2023-01-18T16:18:00.655Z] d1d575825e61: Layer already exists [2023-01-18T16:18:00.655Z] c6d1d57eb44b: Layer already exists [2023-01-18T16:18:00.655Z] ab2eb55ec372: Layer already exists [2023-01-18T16:18:00.655Z] 41e4e8fc8c13: Layer already exists [2023-01-18T16:18:00.655Z] 642d0b074204: Layer already exists [2023-01-18T16:18:00.655Z] 63493a9ab2d4: Layer already exists [2023-01-18T16:18:00.655Z] 3f1e7d4c7ca8: Layer already exists [2023-01-18T16:18:00.655Z] 8d8708fc1dac: Layer already exists [2023-01-18T16:18:00.655Z] latest: digest: sha256:49f0927c028d9710458c7e36a9d5e625e33ebf7845f0c15fbb34d21e4adc32fc size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:18:00.972Z] + docker tag app-rfid-llrp-inventory nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:3.0.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:18:01.286Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:3.0.0-dev.5 [2023-01-18T16:18:01.286Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] [2023-01-18T16:18:01.286Z] d1d575825e61: Preparing [2023-01-18T16:18:01.286Z] c6d1d57eb44b: Preparing [2023-01-18T16:18:01.286Z] 642d0b074204: Preparing [2023-01-18T16:18:01.286Z] 41e4e8fc8c13: Preparing [2023-01-18T16:18:01.286Z] ab2eb55ec372: Preparing [2023-01-18T16:18:01.286Z] 8d8708fc1dac: Preparing [2023-01-18T16:18:01.286Z] 3f1e7d4c7ca8: Preparing [2023-01-18T16:18:01.286Z] 63493a9ab2d4: Preparing [2023-01-18T16:18:01.286Z] 8d8708fc1dac: Waiting [2023-01-18T16:18:01.286Z] 3f1e7d4c7ca8: Waiting [2023-01-18T16:18:01.286Z] 63493a9ab2d4: Waiting [2023-01-18T16:18:01.286Z] 41e4e8fc8c13: Layer already exists [2023-01-18T16:18:01.286Z] ab2eb55ec372: Layer already exists [2023-01-18T16:18:01.286Z] d1d575825e61: Layer already exists [2023-01-18T16:18:01.286Z] c6d1d57eb44b: Layer already exists [2023-01-18T16:18:01.286Z] 642d0b074204: Layer already exists [2023-01-18T16:18:01.286Z] 3f1e7d4c7ca8: Layer already exists [2023-01-18T16:18:01.286Z] 8d8708fc1dac: Layer already exists [2023-01-18T16:18:01.286Z] 63493a9ab2d4: Layer already exists [2023-01-18T16:18:01.286Z] 3.0.0-dev.5: digest: sha256:49f0927c028d9710458c7e36a9d5e625e33ebf7845f0c15fbb34d21e4adc32fc size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:18:01.595Z] + docker tag app-rfid-llrp-inventory nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:350dcbb98a3b589a77f3df68bd3874cc550526fa-3.0.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:18:01.894Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:350dcbb98a3b589a77f3df68bd3874cc550526fa-3.0.0-dev.5 [2023-01-18T16:18:01.894Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] [2023-01-18T16:18:01.894Z] d1d575825e61: Preparing [2023-01-18T16:18:01.894Z] c6d1d57eb44b: Preparing [2023-01-18T16:18:01.894Z] 642d0b074204: Preparing [2023-01-18T16:18:01.894Z] 41e4e8fc8c13: Preparing [2023-01-18T16:18:01.894Z] ab2eb55ec372: Preparing [2023-01-18T16:18:01.894Z] 8d8708fc1dac: Preparing [2023-01-18T16:18:01.894Z] 3f1e7d4c7ca8: Preparing [2023-01-18T16:18:01.894Z] 63493a9ab2d4: Preparing [2023-01-18T16:18:01.894Z] 8d8708fc1dac: Waiting [2023-01-18T16:18:01.894Z] 3f1e7d4c7ca8: Waiting [2023-01-18T16:18:01.894Z] 63493a9ab2d4: Waiting [2023-01-18T16:18:01.894Z] ab2eb55ec372: Layer already exists [2023-01-18T16:18:01.894Z] c6d1d57eb44b: Layer already exists [2023-01-18T16:18:01.894Z] 41e4e8fc8c13: Layer already exists [2023-01-18T16:18:01.894Z] 642d0b074204: Layer already exists [2023-01-18T16:18:01.894Z] d1d575825e61: Layer already exists [2023-01-18T16:18:01.894Z] 3f1e7d4c7ca8: Layer already exists [2023-01-18T16:18:01.894Z] 63493a9ab2d4: Layer already exists [2023-01-18T16:18:01.894Z] 8d8708fc1dac: Layer already exists [2023-01-18T16:18:01.894Z] 350dcbb98a3b589a77f3df68bd3874cc550526fa-3.0.0-dev.5: digest: sha256:49f0927c028d9710458c7e36a9d5e625e33ebf7845f0c15fbb34d21e4adc32fc size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:18:02.202Z] + 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-01-18T16:18:02.504Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:main [2023-01-18T16:18:02.504Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] [2023-01-18T16:18:02.504Z] d1d575825e61: Preparing [2023-01-18T16:18:02.504Z] c6d1d57eb44b: Preparing [2023-01-18T16:18:02.504Z] 642d0b074204: Preparing [2023-01-18T16:18:02.504Z] 41e4e8fc8c13: Preparing [2023-01-18T16:18:02.504Z] ab2eb55ec372: Preparing [2023-01-18T16:18:02.504Z] 8d8708fc1dac: Preparing [2023-01-18T16:18:02.504Z] 3f1e7d4c7ca8: Preparing [2023-01-18T16:18:02.504Z] 63493a9ab2d4: Preparing [2023-01-18T16:18:02.504Z] 8d8708fc1dac: Waiting [2023-01-18T16:18:02.504Z] 3f1e7d4c7ca8: Waiting [2023-01-18T16:18:02.504Z] 63493a9ab2d4: Waiting [2023-01-18T16:18:02.504Z] d1d575825e61: Layer already exists [2023-01-18T16:18:02.504Z] c6d1d57eb44b: Layer already exists [2023-01-18T16:18:02.504Z] ab2eb55ec372: Layer already exists [2023-01-18T16:18:02.504Z] 41e4e8fc8c13: Layer already exists [2023-01-18T16:18:02.504Z] 642d0b074204: Layer already exists [2023-01-18T16:18:02.504Z] 8d8708fc1dac: Layer already exists [2023-01-18T16:18:02.504Z] 3f1e7d4c7ca8: Layer already exists [2023-01-18T16:18:02.504Z] 63493a9ab2d4: Layer already exists [2023-01-18T16:18:02.504Z] main: digest: sha256:49f0927c028d9710458c7e36a9d5e625e33ebf7845f0c15fbb34d21e4adc32fc size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-18T16:18:02.556Z] ===================================================== [Pipeline] echo [2023-01-18T16:18:02.566Z] taggedImages: [2023-01-18T16:18:02.566Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:350dcbb98a3b589a77f3df68bd3874cc550526fa [2023-01-18T16:18:02.566Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:latest [2023-01-18T16:18:02.566Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:3.0.0-dev.5 [2023-01-18T16:18:02.566Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:350dcbb98a3b589a77f3df68bd3874cc550526fa-3.0.0-dev.5 [2023-01-18T16:18:02.566Z] - 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-01-18T16:18:02.924Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-18T16:18:02.924Z] [2023-01-18T16:18:02.924Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:18:03.233Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-18T16:18:03.233Z] latest: Pulling from edgex-lftools-log-publisher [2023-01-18T16:18:03.233Z] 5eb5b503b376: Pulling fs layer [2023-01-18T16:18:03.233Z] 5c69ac0246d0: Pulling fs layer [2023-01-18T16:18:03.233Z] ec43610c2a17: Pulling fs layer [2023-01-18T16:18:03.233Z] 3a2ae6a8a46f: Pulling fs layer [2023-01-18T16:18:03.233Z] 33b1e0a273af: Pulling fs layer [2023-01-18T16:18:03.233Z] 5d3b04190fa2: Pulling fs layer [2023-01-18T16:18:03.233Z] 2f39f015ded8: Pulling fs layer [2023-01-18T16:18:03.233Z] 3a2ae6a8a46f: Waiting [2023-01-18T16:18:03.233Z] 33b1e0a273af: Waiting [2023-01-18T16:18:03.233Z] 5d3b04190fa2: Waiting [2023-01-18T16:18:03.233Z] 2f39f015ded8: Waiting [2023-01-18T16:18:03.233Z] 5c69ac0246d0: Download complete [2023-01-18T16:18:03.233Z] 3a2ae6a8a46f: Verifying Checksum [2023-01-18T16:18:03.233Z] 3a2ae6a8a46f: Download complete [2023-01-18T16:18:03.495Z] 33b1e0a273af: Verifying Checksum [2023-01-18T16:18:03.495Z] 33b1e0a273af: Download complete [2023-01-18T16:18:03.495Z] 5d3b04190fa2: Verifying Checksum [2023-01-18T16:18:03.495Z] 5d3b04190fa2: Download complete [2023-01-18T16:18:03.495Z] ec43610c2a17: Verifying Checksum [2023-01-18T16:18:03.495Z] ec43610c2a17: Download complete [2023-01-18T16:18:03.756Z] 5eb5b503b376: Verifying Checksum [2023-01-18T16:18:03.756Z] 5eb5b503b376: Download complete [2023-01-18T16:18:04.323Z] 2f39f015ded8: Download complete [2023-01-18T16:18:04.893Z] 5eb5b503b376: Pull complete [2023-01-18T16:18:04.893Z] 5c69ac0246d0: Pull complete [2023-01-18T16:18:05.463Z] ec43610c2a17: Pull complete [2023-01-18T16:18:05.463Z] 3a2ae6a8a46f: Pull complete [2023-01-18T16:18:05.722Z] 33b1e0a273af: Pull complete [2023-01-18T16:18:05.722Z] 5d3b04190fa2: Pull complete [2023-01-18T16:18:09.908Z] 2f39f015ded8: Pull complete [2023-01-18T16:18:09.908Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-01-18T16:18:09.908Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-18T16:18:09.908Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-18T16:18:09.989Z] prd-ubuntu20.04-docker-8c-8g-2957 does not seem to be running inside a container [2023-01-18T16:18:10.022Z] $ 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-01-18T16:18:11.400Z] $ docker top 60263e191e24a257b88087775bde5c9668c45bd24785d1d3910390ccf44f07f7 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-18T16:18:11.779Z] ---> job-cost.sh [2023-01-18T16:18:11.779Z] lf-activate-venv: SKIPPING [2023-01-18T16:18:11.779Z] INFO: No Stack... [2023-01-18T16:18:12.348Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-01-18T16:18:12.607Z] INFO: Archiving Costs [Pipeline] sh [2023-01-18T16:18:12.895Z] + + catcut /w/workspace/dry_app-rfid-llrp-inventory_main/archives/cost.csv -d, [2023-01-18T16:18:12.895Z] -f6 [Pipeline] lock [2023-01-18T16:18:12.910Z] Trying to acquire lock on [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-73-stack-cost] [2023-01-18T16:18:12.915Z] Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-73-stack-cost] did not exist. Created. [2023-01-18T16:18:12.915Z] Lock acquired on [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-73-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-01-18T16:18:13.215Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-01-18T16:18:13.247Z] Stashed 1 file(s) [Pipeline] } [2023-01-18T16:18:13.254Z] Lock released on resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-73-stack-cost] [Pipeline] // lock [Pipeline] } [2023-01-18T16:18:13.270Z] $ docker stop --time=1 60263e191e24a257b88087775bde5c9668c45bd24785d1d3910390ccf44f07f7 [2023-01-18T16:18:14.431Z] $ docker rm -f --volumes 60263e191e24a257b88087775bde5c9668c45bd24785d1d3910390ccf44f07f7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-01-18T16:19:17.864Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-2960 in /w/workspace/dry_app-rfid-llrp-inventory_main [Pipeline] { [Pipeline] ws [2023-01-18T16:19:17.878Z] Running in /w/workspace/app-rfid-llrp-inventory/73 [Pipeline] { [Pipeline] checkout [2023-01-18T16:19:17.910Z] The recommended git tool is: git [2023-01-18T16:19:24.049Z] using credential edgex-jenkins-ssh [2023-01-18T16:19:24.065Z] Cloning the remote Git repository [2023-01-18T16:19:24.122Z] Cloning repository git@github.com:edgexfoundry/app-rfid-llrp-inventory.git [2023-01-18T16:19:24.212Z] > git init /w/workspace/app-rfid-llrp-inventory/73 # timeout=10 [2023-01-18T16:19:24.408Z] Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.git [2023-01-18T16:19:24.409Z] > git --version # timeout=10 [2023-01-18T16:19:24.439Z] > git --version # 'git version 2.25.1' [2023-01-18T16:19:24.443Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-01-18T16:19:24.519Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-18T16:19:28.103Z] Avoid second fetch [2023-01-18T16:19:28.104Z] Checking out Revision 350dcbb98a3b589a77f3df68bd3874cc550526fa (main) [2023-01-18T16:19:26.897Z] > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 [2023-01-18T16:19:26.926Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-18T16:19:28.134Z] > git config core.sparsecheckout # timeout=10 [2023-01-18T16:19:28.162Z] > git checkout -f 350dcbb98a3b589a77f3df68bd3874cc550526fa # timeout=10 [2023-01-18T16:19:28.824Z] Commit message: "refactor(snap)!: Drop the support for legacy snap env options (#134)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-18T16:19:29.816Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-01-18T16:19:29.816Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-18T16:19:29.816Z] Dload Upload Total Spent Left Speed [2023-01-18T16:19:29.816Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 80702 0 --:--:-- --:--:-- --:--:-- 81216 [Pipeline] sh [2023-01-18T16:19:30.538Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-01-18T16:19:30.874Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-01-18T16:19:30.874Z] + sudo tee /etc/docker/daemon.new [2023-01-18T16:19:30.874Z] { [2023-01-18T16:19:30.874Z] "registry-mirrors": [ [2023-01-18T16:19:30.874Z] "https://nexus3.edgexfoundry.org:10001" [2023-01-18T16:19:30.874Z] ], [2023-01-18T16:19:30.874Z] "bip": "10.250.0.254/24", [2023-01-18T16:19:30.874Z] "hosts": [ [2023-01-18T16:19:30.874Z] "tcp://0.0.0.0:5555", [2023-01-18T16:19:30.874Z] "unix:///var/run/docker.sock" [2023-01-18T16:19:30.874Z] ], [2023-01-18T16:19:30.874Z] "mtu": 1458, [2023-01-18T16:19:30.874Z] "selinux-enabled": true, [2023-01-18T16:19:30.874Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-01-18T16:19:30.874Z] } [Pipeline] sh [2023-01-18T16:19:31.216Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-01-18T16:19:31.553Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-18T16:19:49.850Z] provisioning config files... [2023-01-18T16:19:49.885Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/app-rfid-llrp-inventory/73@tmp/config7458998884467414413tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-18T16:19:50.261Z] ---> docker-login.sh [2023-01-18T16:19:50.261Z] nexus3.edgexfoundry.org:10001 [2023-01-18T16:19:50.853Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-18T16:19:50.853Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-18T16:19:50.853Z] Configure a credential helper to remove this warning. See [2023-01-18T16:19:50.853Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-18T16:19:50.853Z] [2023-01-18T16:19:50.853Z] Login Succeeded [2023-01-18T16:19:50.853Z] nexus3.edgexfoundry.org:10002 [2023-01-18T16:19:51.124Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-18T16:19:51.410Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-18T16:19:51.410Z] Configure a credential helper to remove this warning. See [2023-01-18T16:19:51.410Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-18T16:19:51.410Z] [2023-01-18T16:19:51.410Z] Login Succeeded [2023-01-18T16:19:51.410Z] nexus3.edgexfoundry.org:10003 [2023-01-18T16:19:51.681Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-18T16:19:51.681Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-18T16:19:51.681Z] Configure a credential helper to remove this warning. See [2023-01-18T16:19:51.681Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-18T16:19:51.681Z] [2023-01-18T16:19:51.681Z] Login Succeeded [2023-01-18T16:19:51.681Z] nexus3.edgexfoundry.org:10004 [2023-01-18T16:19:51.952Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-18T16:19:52.224Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-18T16:19:52.224Z] Configure a credential helper to remove this warning. See [2023-01-18T16:19:52.224Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-18T16:19:52.224Z] [2023-01-18T16:19:52.224Z] Login Succeeded [2023-01-18T16:19:52.224Z] docker.io [2023-01-18T16:19:52.492Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-18T16:19:52.761Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-18T16:19:52.761Z] Configure a credential helper to remove this warning. See [2023-01-18T16:19:52.761Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-18T16:19:52.761Z] [2023-01-18T16:19:52.761Z] Login Succeeded [2023-01-18T16:19:52.761Z] ---> docker-login.sh ends [Pipeline] } [2023-01-18T16:19:52.776Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-01-18T16:19:53.060Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-18T16:19:53.077Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-18T16:19:53.088Z] ========================================================= [2023-01-18T16:19:53.088Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-01-18T16:19:53.088Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:19:53.440Z] + 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-01-18T16:19:53.709Z] Sending build context to Docker daemon 683.5kB [2023-01-18T16:19:53.709Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2023-01-18T16:19:53.709Z] Step 2/12 : FROM ${BASE} AS builder [2023-01-18T16:19:53.990Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-01-18T16:19:53.990Z] 9b18e9b68314: Pulling fs layer [2023-01-18T16:19:53.990Z] 35d82f9e3411: Pulling fs layer [2023-01-18T16:19:53.990Z] e16973657156: Pulling fs layer [2023-01-18T16:19:53.990Z] fc693d55d65f: Pulling fs layer [2023-01-18T16:19:53.990Z] 7e9fc2657dce: Pulling fs layer [2023-01-18T16:19:53.990Z] dda99020689f: Pulling fs layer [2023-01-18T16:19:53.990Z] db1c61fa0a46: Pulling fs layer [2023-01-18T16:19:53.990Z] 891c053d2c06: Pulling fs layer [2023-01-18T16:19:53.990Z] 7e9fc2657dce: Waiting [2023-01-18T16:19:53.990Z] dda99020689f: Waiting [2023-01-18T16:19:53.990Z] db1c61fa0a46: Waiting [2023-01-18T16:19:53.990Z] 891c053d2c06: Waiting [2023-01-18T16:19:53.990Z] e16973657156: Verifying Checksum [2023-01-18T16:19:53.990Z] e16973657156: Download complete [2023-01-18T16:19:53.990Z] 35d82f9e3411: Verifying Checksum [2023-01-18T16:19:53.990Z] 35d82f9e3411: Download complete [2023-01-18T16:19:53.990Z] 7e9fc2657dce: Download complete [2023-01-18T16:19:53.990Z] dda99020689f: Verifying Checksum [2023-01-18T16:19:53.990Z] dda99020689f: Download complete [2023-01-18T16:19:53.990Z] 9b18e9b68314: Verifying Checksum [2023-01-18T16:19:53.990Z] 9b18e9b68314: Download complete [2023-01-18T16:19:54.970Z] 9b18e9b68314: Pull complete [2023-01-18T16:19:55.244Z] 891c053d2c06: Verifying Checksum [2023-01-18T16:19:55.244Z] 891c053d2c06: Download complete [2023-01-18T16:19:55.517Z] 35d82f9e3411: Pull complete [2023-01-18T16:19:56.112Z] e16973657156: Pull complete [2023-01-18T16:19:56.385Z] db1c61fa0a46: Verifying Checksum [2023-01-18T16:19:56.385Z] db1c61fa0a46: Download complete [2023-01-18T16:19:57.374Z] fc693d55d65f: Verifying Checksum [2023-01-18T16:19:57.374Z] fc693d55d65f: Download complete [2023-01-18T16:20:09.739Z] fc693d55d65f: Pull complete [2023-01-18T16:20:09.739Z] 7e9fc2657dce: Pull complete [2023-01-18T16:20:10.009Z] dda99020689f: Pull complete [2023-01-18T16:20:16.723Z] db1c61fa0a46: Pull complete [2023-01-18T16:20:18.683Z] 891c053d2c06: Pull complete [2023-01-18T16:20:18.683Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-01-18T16:20:18.683Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-18T16:20:18.683Z] ---> f96f9c87975a [2023-01-18T16:20:18.683Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-01-18T16:20:19.270Z] ---> Running in a853ff62da4b [2023-01-18T16:20:19.545Z] Removing intermediate container a853ff62da4b [2023-01-18T16:20:19.545Z] ---> 5f25f9d417d8 [2023-01-18T16:20:19.545Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-01-18T16:20:19.812Z] ---> Running in 2b20e8d4a005 [2023-01-18T16:20:20.082Z] Removing intermediate container 2b20e8d4a005 [2023-01-18T16:20:20.082Z] ---> 12f4b53e35d4 [2023-01-18T16:20:20.082Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-01-18T16:20:20.082Z] ---> Running in f918dff842b3 [2023-01-18T16:20:20.350Z] Removing intermediate container f918dff842b3 [2023-01-18T16:20:20.350Z] ---> 6e3b246c25ee [2023-01-18T16:20:20.350Z] Step 6/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-01-18T16:20:20.619Z] ---> Running in 3087391bfcd9 [2023-01-18T16:20:22.045Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-18T16:20:22.045Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-18T16:20:23.011Z] OK: 221 MiB in 51 packages [2023-01-18T16:20:24.421Z] Removing intermediate container 3087391bfcd9 [2023-01-18T16:20:24.421Z] ---> 98fdd822dfe9 [2023-01-18T16:20:24.421Z] Step 7/12 : WORKDIR /app [2023-01-18T16:20:24.421Z] ---> Running in ce357256a611 [2023-01-18T16:20:24.690Z] Removing intermediate container ce357256a611 [2023-01-18T16:20:24.690Z] ---> 1548367b0cc1 [2023-01-18T16:20:24.690Z] Step 8/12 : COPY go.mod vendor* ./ [2023-01-18T16:20:25.278Z] ---> ab48591dc0e3 [2023-01-18T16:20:25.278Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-18T16:20:25.278Z] ---> Running in 215063658e74 [2023-01-18T16:21:21.905Z] Removing intermediate container 215063658e74 [2023-01-18T16:21:21.905Z] ---> 844093b7761e [2023-01-18T16:21:21.905Z] Step 10/12 : COPY . . [2023-01-18T16:21:21.905Z] ---> 9f94582538bd [2023-01-18T16:21:21.905Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-01-18T16:21:21.905Z] ---> Running in dffdb2dfef7d [2023-01-18T16:21:21.905Z] Removing intermediate container dffdb2dfef7d [2023-01-18T16:21:21.905Z] ---> 64bdcb87c33d [2023-01-18T16:21:21.905Z] Step 12/12 : RUN $MAKE [2023-01-18T16:21:21.905Z] ---> Running in 31708d1c143e [2023-01-18T16:21:22.178Z] noop [2023-01-18T16:21:23.149Z] Removing intermediate container 31708d1c143e [2023-01-18T16:21:23.149Z] ---> 8e730db1ff3b [2023-01-18T16:21:23.149Z] Successfully built 8e730db1ff3b [2023-01-18T16:21:23.149Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:21:23.502Z] + docker inspect -f . ci-base-image-arm64 [2023-01-18T16:21:23.502Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-18T16:21:23.695Z] prd-ubuntu20.04-docker-arm64-4c-16g-2960 does not seem to be running inside a container [2023-01-18T16:21:23.769Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-rfid-llrp-inventory/73 -v /w/workspace/app-rfid-llrp-inventory/73:/w/workspace/app-rfid-llrp-inventory/73:rw,z -v /w/workspace/app-rfid-llrp-inventory/73@tmp:/w/workspace/app-rfid-llrp-inventory/73@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-01-18T16:21:24.963Z] $ docker top 9077ae38e21ef81c47a09c0542786bb4e6ea7d430e5cfdad24a9c52bbc9a752f -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-18T16:21:25.806Z] + go version [2023-01-18T16:21:25.806Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-01-18T16:21:25.827Z] $ docker stop --time=1 9077ae38e21ef81c47a09c0542786bb4e6ea7d430e5cfdad24a9c52bbc9a752f [2023-01-18T16:21:27.445Z] $ docker rm -f --volumes 9077ae38e21ef81c47a09c0542786bb4e6ea7d430e5cfdad24a9c52bbc9a752f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:21:28.003Z] + docker inspect -f . ci-base-image-arm64 [2023-01-18T16:21:28.003Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-18T16:21:28.196Z] prd-ubuntu20.04-docker-arm64-4c-16g-2960 does not seem to be running inside a container [2023-01-18T16:21:28.266Z] $ 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/73 -v /w/workspace/app-rfid-llrp-inventory/73:/w/workspace/app-rfid-llrp-inventory/73:rw,z -v /w/workspace/app-rfid-llrp-inventory/73@tmp:/w/workspace/app-rfid-llrp-inventory/73@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-01-18T16:21:29.549Z] $ docker top be6171ff6b76aadff58eaa90b5d8aa2ab943fadd957d12c8348f4b5f85889655 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-18T16:21:30.408Z] + git config --global --add safe.directory /w/workspace/app-rfid-llrp-inventory/73 [Pipeline] fileExists [Pipeline] sh [2023-01-18T16:21:31.078Z] + make test [2023-01-18T16:21:31.079Z] go test -race ./... -coverprofile=coverage.out ./... [2023-01-18T16:24:07.832Z] ? edgexfoundry/app-rfid-llrp-inventory [no test files] [2023-01-18T16:24:16.051Z] ok edgexfoundry/app-rfid-llrp-inventory/internal/inventory 1.055s coverage: 86.2% of statements [2023-01-18T16:24:16.051Z] ? edgexfoundry/app-rfid-llrp-inventory/internal/inventory/app [no test files] [2023-01-18T16:24:26.135Z] ok edgexfoundry/app-rfid-llrp-inventory/internal/llrp 3.626s coverage: 71.9% of statements [2023-01-18T16:24:26.135Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-01-18T16:24:26.135Z] go vet ./... [2023-01-18T16:26:17.808Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-01-18T16:26:17.808Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-01-18T16:26:17.808Z] ./bin/test-attribution.sh [Pipeline] echo [2023-01-18T16:26:17.828Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-01-18T16:26:17.839Z] $ docker stop --time=1 be6171ff6b76aadff58eaa90b5d8aa2ab943fadd957d12c8348f4b5f85889655 [2023-01-18T16:26:19.660Z] $ docker rm -f --volumes be6171ff6b76aadff58eaa90b5d8aa2ab943fadd957d12c8348f4b5f85889655 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-18T16:26:21.046Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-01-18T16:26:21.068Z] Warning: overwriting stash ‘coverage-report’ [2023-01-18T16:26:21.546Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-18T16:26:21.910Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-01-18T16:26:22.228Z] + ls -al . [2023-01-18T16:26:22.228Z] total 236 [2023-01-18T16:26:22.228Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 18 16:21 . [2023-01-18T16:26:22.228Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 18 16:19 .. [2023-01-18T16:26:22.228Z] -rw-rw-r-- 1 jenkins jenkins 262 Jan 18 16:19 .dockerignore [2023-01-18T16:26:22.228Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 18 16:19 .git [2023-01-18T16:26:22.228Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 18 16:19 .github [2023-01-18T16:26:22.228Z] -rw-rw-r-- 1 jenkins jenkins 788 Jan 18 16:19 .gitignore [2023-01-18T16:26:22.228Z] -rw-rw-r-- 1 jenkins jenkins 41 Jan 18 16:19 .golangci.yml [2023-01-18T16:26:22.228Z] -rw-rw-r-- 1 jenkins jenkins 9818 Jan 18 16:19 Attribution.txt [2023-01-18T16:26:22.228Z] -rw-rw-r-- 1 jenkins jenkins 4331 Jan 18 16:19 CHANGELOG.md [2023-01-18T16:26:22.228Z] -rw-rw-r-- 1 jenkins jenkins 1659 Jan 18 16:19 Dockerfile [2023-01-18T16:26:22.228Z] -rw-rw-r-- 1 jenkins jenkins 677 Jan 18 16:19 GOVERNANCE.md [2023-01-18T16:26:22.228Z] -rw-rw-r-- 1 jenkins jenkins 687 Jan 18 16:19 Jenkinsfile [2023-01-18T16:26:22.228Z] -rw-rw-r-- 1 jenkins jenkins 11347 Jan 18 16:19 LICENSE [2023-01-18T16:26:22.228Z] -rw-rw-r-- 1 jenkins jenkins 2462 Jan 18 16:19 Makefile [2023-01-18T16:26:22.228Z] -rw-rw-r-- 1 jenkins jenkins 617 Jan 18 16:19 OWNERS.md [2023-01-18T16:26:22.228Z] -rw-rw-r-- 1 jenkins jenkins 31023 Jan 18 16:19 README.md [2023-01-18T16:26:22.228Z] -rw-rw-r-- 1 jenkins jenkins 11 Jan 18 16:16 VERSION [2023-01-18T16:26:22.228Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 18 16:19 bin [2023-01-18T16:26:22.228Z] -rw-r--r-- 1 jenkins jenkins 41317 Jan 18 16:24 coverage.out [2023-01-18T16:26:22.228Z] -rw-rw-r-- 1 jenkins jenkins 3599 Jan 18 16:19 go.mod [2023-01-18T16:26:22.228Z] -rw-rw-r-- 1 jenkins jenkins 45003 Jan 18 16:19 go.sum [2023-01-18T16:26:22.228Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 18 16:19 images [2023-01-18T16:26:22.228Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 18 16:19 internal [2023-01-18T16:26:22.228Z] -rw-rw-r-- 1 jenkins jenkins 531 Jan 18 16:19 main.go [2023-01-18T16:26:22.228Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 18 16:19 res [2023-01-18T16:26:22.228Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 18 16:19 snap [2023-01-18T16:26:22.228Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 18 16:19 static [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:26:22.572Z] + 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=350dcbb98a3b589a77f3df68bd3874cc550526fa --label arch=arm64 --label version=3.0.0-dev.5 . [2023-01-18T16:26:22.842Z] Sending build context to Docker daemon 683.5kB [2023-01-18T16:26:22.842Z] Step 1/29 : ARG BASE=golang:1.18-alpine3.16 [2023-01-18T16:26:22.842Z] Step 2/29 : FROM ${BASE} AS builder [2023-01-18T16:26:22.842Z] ---> 8e730db1ff3b [2023-01-18T16:26:22.842Z] Step 3/29 : ARG ALPINE_PKG_BASE="make git" [2023-01-18T16:26:23.109Z] ---> Running in 68441ab4d765 [2023-01-18T16:26:23.377Z] Removing intermediate container 68441ab4d765 [2023-01-18T16:26:23.377Z] ---> 50abb72b9df2 [2023-01-18T16:26:23.377Z] Step 4/29 : ARG ALPINE_PKG_EXTRA="" [2023-01-18T16:26:23.377Z] ---> Running in cff24eacb59e [2023-01-18T16:26:23.650Z] Removing intermediate container cff24eacb59e [2023-01-18T16:26:23.650Z] ---> a38da540069d [2023-01-18T16:26:23.650Z] Step 5/29 : ARG ADD_BUILD_TAGS="" [2023-01-18T16:26:23.650Z] ---> Running in df6208489bf3 [2023-01-18T16:26:24.238Z] Removing intermediate container df6208489bf3 [2023-01-18T16:26:24.238Z] ---> 0714fafd12d7 [2023-01-18T16:26:24.238Z] Step 6/29 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-01-18T16:26:24.238Z] ---> Running in a7a761eb56b7 [2023-01-18T16:26:25.205Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-18T16:26:25.474Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-18T16:26:26.441Z] OK: 221 MiB in 51 packages [2023-01-18T16:26:27.413Z] Removing intermediate container a7a761eb56b7 [2023-01-18T16:26:27.413Z] ---> 739bd5422383 [2023-01-18T16:26:27.413Z] Step 7/29 : WORKDIR /app [2023-01-18T16:26:27.413Z] ---> Running in 3bed67ca8c2b [2023-01-18T16:26:27.679Z] Removing intermediate container 3bed67ca8c2b [2023-01-18T16:26:27.679Z] ---> f814b035853a [2023-01-18T16:26:27.679Z] Step 8/29 : COPY go.mod vendor* ./ [2023-01-18T16:26:28.262Z] ---> 3af182f862fe [2023-01-18T16:26:28.262Z] Step 9/29 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-18T16:26:28.262Z] ---> Running in e96ebb1a0fc1 [2023-01-18T16:26:30.207Z] Removing intermediate container e96ebb1a0fc1 [2023-01-18T16:26:30.207Z] ---> 1157cad00c5e [2023-01-18T16:26:30.207Z] Step 10/29 : COPY . . [2023-01-18T16:26:30.805Z] ---> ab9f8cc983b8 [2023-01-18T16:26:30.805Z] Step 11/29 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-01-18T16:26:30.805Z] ---> Running in 45617f4c11a9 [2023-01-18T16:26:31.072Z] Removing intermediate container 45617f4c11a9 [2023-01-18T16:26:31.072Z] ---> 2b8d9786d035 [2023-01-18T16:26:31.072Z] Step 12/29 : RUN $MAKE [2023-01-18T16:26:31.072Z] ---> Running in 15f3bb12e231 [2023-01-18T16:26:32.042Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.15 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.0.0-dev.5 -X edgexfoundry/app-rfid-llrp-inventory.Version=3.0.0-dev.5" -trimpath -mod=readonly -o app-rfid-llrp-inventory [2023-01-18T16:28:38.725Z] Removing intermediate container 15f3bb12e231 [2023-01-18T16:28:38.725Z] ---> 1360f9ba4698 [2023-01-18T16:28:38.725Z] Step 13/29 : FROM alpine:3.14 [2023-01-18T16:28:38.725Z] 3.14: Pulling from library/alpine [2023-01-18T16:28:38.725Z] 90cda3b7c325: Pulling fs layer [2023-01-18T16:28:38.725Z] 90cda3b7c325: Verifying Checksum [2023-01-18T16:28:38.725Z] 90cda3b7c325: Download complete [2023-01-18T16:28:38.725Z] 90cda3b7c325: Pull complete [2023-01-18T16:28:38.725Z] Digest: sha256:4c869a63e1b7c0722fed1e402a6466610327c3b83bdddb94bd94fb71da7f638a [2023-01-18T16:28:38.725Z] Status: Downloaded newer image for alpine:3.14 [2023-01-18T16:28:38.725Z] ---> 275902a1839d [2023-01-18T16:28:38.725Z] Step 14/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-01-18T16:28:38.725Z] ---> Running in a954d9d92737 [2023-01-18T16:28:38.725Z] Removing intermediate container a954d9d92737 [2023-01-18T16:28:38.725Z] ---> 8ed80b80239c [2023-01-18T16:28:38.725Z] Step 15/29 : LABEL Name=app-service-rfid-llrp-inventory Version=${VERSION} [2023-01-18T16:28:38.725Z] ---> Running in 87ca4edc9ba5 [2023-01-18T16:28:38.725Z] Removing intermediate container 87ca4edc9ba5 [2023-01-18T16:28:38.725Z] ---> 8a8c5f8e08b2 [2023-01-18T16:28:38.725Z] Step 16/29 : RUN apk --no-cache add ca-certificates dumb-init [2023-01-18T16:28:38.725Z] ---> Running in ca27e07e7986 [2023-01-18T16:28:38.725Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2023-01-18T16:28:38.725Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2023-01-18T16:28:38.725Z] (1/2) Installing ca-certificates (20220614-r0) [2023-01-18T16:28:38.725Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-01-18T16:28:38.725Z] Executing busybox-1.33.1-r8.trigger [2023-01-18T16:28:38.725Z] Executing ca-certificates-20220614-r0.trigger [2023-01-18T16:28:38.725Z] OK: 6 MiB in 16 packages [2023-01-18T16:28:38.725Z] Removing intermediate container ca27e07e7986 [2023-01-18T16:28:38.725Z] ---> 2d245081eaa8 [2023-01-18T16:28:38.725Z] Step 17/29 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-01-18T16:28:38.725Z] ---> 9cc26038a398 [2023-01-18T16:28:38.725Z] Step 18/29 : COPY --from=builder /app/LICENSE /LICENSE [2023-01-18T16:28:38.725Z] ---> 30ae35615f3e [2023-01-18T16:28:38.725Z] Step 19/29 : COPY --from=builder /app/res/ /res/ [2023-01-18T16:28:38.725Z] ---> 65eed65b5d21 [2023-01-18T16:28:38.725Z] Step 20/29 : COPY --from=builder /app/static/ /static/ [2023-01-18T16:28:38.725Z] ---> 401ac0c6fdcc [2023-01-18T16:28:38.725Z] Step 21/29 : COPY --from=builder /app/app-rfid-llrp-inventory /app-rfid-llrp-inventory [2023-01-18T16:28:40.135Z] ---> a79c9a1466c5 [2023-01-18T16:28:40.135Z] Step 22/29 : RUN mkdir -p /cache && chown -R 2002:2002 /cache [2023-01-18T16:28:40.135Z] ---> Running in 34bdf82db62f [2023-01-18T16:28:42.079Z] Removing intermediate container 34bdf82db62f [2023-01-18T16:28:42.079Z] ---> a80024cd2692 [2023-01-18T16:28:42.079Z] Step 23/29 : VOLUME /cache [2023-01-18T16:28:42.079Z] ---> Running in 5b9cd2fc31eb [2023-01-18T16:28:42.079Z] Removing intermediate container 5b9cd2fc31eb [2023-01-18T16:28:42.079Z] ---> 5e3a43a585f9 [2023-01-18T16:28:42.079Z] Step 24/29 : EXPOSE 59711 [2023-01-18T16:28:42.079Z] ---> Running in de51412e4e65 [2023-01-18T16:28:42.348Z] Removing intermediate container de51412e4e65 [2023-01-18T16:28:42.348Z] ---> 86f30ec08d43 [2023-01-18T16:28:42.348Z] Step 25/29 : ENTRYPOINT ["/app-rfid-llrp-inventory"] [2023-01-18T16:28:42.616Z] ---> Running in c4fbdaa51865 [2023-01-18T16:28:42.884Z] Removing intermediate container c4fbdaa51865 [2023-01-18T16:28:42.884Z] ---> ebe769391721 [2023-01-18T16:28:42.884Z] Step 26/29 : CMD ["-cp=consul.http://edgex-core-consul:8500", "-registry"] [2023-01-18T16:28:42.884Z] ---> Running in 05439b9d305d [2023-01-18T16:28:43.152Z] Removing intermediate container 05439b9d305d [2023-01-18T16:28:43.152Z] ---> ccf551271749 [2023-01-18T16:28:43.152Z] Step 27/29 : LABEL arch=arm64 [2023-01-18T16:28:43.152Z] ---> Running in 9bce00b86116 [2023-01-18T16:28:43.422Z] Removing intermediate container 9bce00b86116 [2023-01-18T16:28:43.422Z] ---> 3f7bf9e09750 [2023-01-18T16:28:43.422Z] Step 28/29 : LABEL git_sha=350dcbb98a3b589a77f3df68bd3874cc550526fa [2023-01-18T16:28:43.692Z] ---> Running in 2793cbd1d4a2 [2023-01-18T16:28:43.961Z] Removing intermediate container 2793cbd1d4a2 [2023-01-18T16:28:43.961Z] ---> 8b9c6512087d [2023-01-18T16:28:43.961Z] Step 29/29 : LABEL version=3.0.0-dev.5 [2023-01-18T16:28:43.961Z] ---> Running in bedcb0305fde [2023-01-18T16:28:44.229Z] Removing intermediate container bedcb0305fde [2023-01-18T16:28:44.229Z] ---> 219d7bbf6d18 [2023-01-18T16:28:44.229Z] [Warning] One or more build-args [ARCH] were not consumed [2023-01-18T16:28:44.229Z] Successfully built 219d7bbf6d18 [2023-01-18T16:28:44.229Z] 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-01-18T16:28:44.349Z] provisioning config files... [2023-01-18T16:28:44.363Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/app-rfid-llrp-inventory/73@tmp/config6642948863948510148tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-18T16:28:44.697Z] ---> docker-login.sh [2023-01-18T16:28:44.697Z] nexus3.edgexfoundry.org:10001 [2023-01-18T16:28:44.963Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-18T16:28:44.963Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-18T16:28:44.963Z] Configure a credential helper to remove this warning. See [2023-01-18T16:28:44.963Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-18T16:28:44.963Z] [2023-01-18T16:28:44.963Z] Login Succeeded [2023-01-18T16:28:44.963Z] nexus3.edgexfoundry.org:10002 [2023-01-18T16:28:45.231Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-18T16:28:45.231Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-18T16:28:45.231Z] Configure a credential helper to remove this warning. See [2023-01-18T16:28:45.231Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-18T16:28:45.231Z] [2023-01-18T16:28:45.231Z] Login Succeeded [2023-01-18T16:28:45.231Z] nexus3.edgexfoundry.org:10003 [2023-01-18T16:28:45.500Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-18T16:28:45.767Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-18T16:28:45.767Z] Configure a credential helper to remove this warning. See [2023-01-18T16:28:45.767Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-18T16:28:45.767Z] [2023-01-18T16:28:45.767Z] Login Succeeded [2023-01-18T16:28:45.767Z] nexus3.edgexfoundry.org:10004 [2023-01-18T16:28:46.033Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-18T16:28:46.033Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-18T16:28:46.033Z] Configure a credential helper to remove this warning. See [2023-01-18T16:28:46.033Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-18T16:28:46.033Z] [2023-01-18T16:28:46.033Z] Login Succeeded [2023-01-18T16:28:46.033Z] docker.io [2023-01-18T16:28:46.298Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-18T16:28:46.564Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-18T16:28:46.564Z] Configure a credential helper to remove this warning. See [2023-01-18T16:28:46.564Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-18T16:28:46.564Z] [2023-01-18T16:28:46.564Z] Login Succeeded [2023-01-18T16:28:46.564Z] ---> docker-login.sh ends [Pipeline] } [2023-01-18T16:28:46.576Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-18T16:28:46.613Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-18T16:28:46.639Z] [edgeXDocker.push] Tagging docker image app-rfid-llrp-inventory-arm64 with the following tags: [2023-01-18T16:28:46.639Z] 350dcbb98a3b589a77f3df68bd3874cc550526fa [2023-01-18T16:28:46.639Z] latest [2023-01-18T16:28:46.639Z] 3.0.0-dev.5 [2023-01-18T16:28:46.640Z] 350dcbb98a3b589a77f3df68bd3874cc550526fa-3.0.0-dev.5 [2023-01-18T16:28:46.640Z] main [2023-01-18T16:28:46.640Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:28:47.001Z] + docker tag app-rfid-llrp-inventory-arm64 nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:350dcbb98a3b589a77f3df68bd3874cc550526fa [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:28:47.341Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:350dcbb98a3b589a77f3df68bd3874cc550526fa [2023-01-18T16:28:47.341Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] [2023-01-18T16:28:47.341Z] e70ded6158c7: Preparing [2023-01-18T16:28:47.341Z] 6ae8b5ee4c34: Preparing [2023-01-18T16:28:47.341Z] 492ea9908fe6: Preparing [2023-01-18T16:28:47.341Z] 319e3ca2da0c: Preparing [2023-01-18T16:28:47.341Z] df66a5a3a035: Preparing [2023-01-18T16:28:47.341Z] 20c5b578a5d0: Preparing [2023-01-18T16:28:47.341Z] 7d64e79657d0: Preparing [2023-01-18T16:28:47.341Z] 28c3ef001483: Preparing [2023-01-18T16:28:47.341Z] 20c5b578a5d0: Waiting [2023-01-18T16:28:47.341Z] 7d64e79657d0: Waiting [2023-01-18T16:28:47.341Z] 28c3ef001483: Waiting [2023-01-18T16:28:47.609Z] 492ea9908fe6: Pushed [2023-01-18T16:28:47.609Z] 319e3ca2da0c: Pushed [2023-01-18T16:28:47.609Z] df66a5a3a035: Pushed [2023-01-18T16:28:47.609Z] e70ded6158c7: Pushed [2023-01-18T16:28:47.609Z] 28c3ef001483: Layer already exists [2023-01-18T16:28:47.609Z] 20c5b578a5d0: Pushed [2023-01-18T16:28:47.877Z] 7d64e79657d0: Pushed [2023-01-18T16:28:53.311Z] 6ae8b5ee4c34: Pushed [2023-01-18T16:28:53.311Z] 350dcbb98a3b589a77f3df68bd3874cc550526fa: digest: sha256:3f3141be7d2e3c01fe0eb796e5ad391c0ea814aa9e72f5afc7e629fd8516d7b3 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:28:53.673Z] + 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-01-18T16:28:54.029Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:latest [2023-01-18T16:28:54.029Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] [2023-01-18T16:28:54.029Z] e70ded6158c7: Preparing [2023-01-18T16:28:54.029Z] 6ae8b5ee4c34: Preparing [2023-01-18T16:28:54.029Z] 492ea9908fe6: Preparing [2023-01-18T16:28:54.029Z] 319e3ca2da0c: Preparing [2023-01-18T16:28:54.029Z] df66a5a3a035: Preparing [2023-01-18T16:28:54.029Z] 20c5b578a5d0: Preparing [2023-01-18T16:28:54.029Z] 7d64e79657d0: Preparing [2023-01-18T16:28:54.029Z] 28c3ef001483: Preparing [2023-01-18T16:28:54.029Z] 20c5b578a5d0: Waiting [2023-01-18T16:28:54.029Z] 7d64e79657d0: Waiting [2023-01-18T16:28:54.029Z] 28c3ef001483: Waiting [2023-01-18T16:28:54.029Z] 319e3ca2da0c: Layer already exists [2023-01-18T16:28:54.029Z] e70ded6158c7: Layer already exists [2023-01-18T16:28:54.029Z] 6ae8b5ee4c34: Layer already exists [2023-01-18T16:28:54.029Z] df66a5a3a035: Layer already exists [2023-01-18T16:28:54.029Z] 492ea9908fe6: Layer already exists [2023-01-18T16:28:54.029Z] 20c5b578a5d0: Layer already exists [2023-01-18T16:28:54.029Z] 7d64e79657d0: Layer already exists [2023-01-18T16:28:54.029Z] 28c3ef001483: Layer already exists [2023-01-18T16:28:54.300Z] latest: digest: sha256:3f3141be7d2e3c01fe0eb796e5ad391c0ea814aa9e72f5afc7e629fd8516d7b3 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:28:54.644Z] + docker tag app-rfid-llrp-inventory-arm64 nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:3.0.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:28:54.977Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:3.0.0-dev.5 [2023-01-18T16:28:54.977Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] [2023-01-18T16:28:54.977Z] e70ded6158c7: Preparing [2023-01-18T16:28:54.977Z] 6ae8b5ee4c34: Preparing [2023-01-18T16:28:54.977Z] 492ea9908fe6: Preparing [2023-01-18T16:28:54.977Z] 319e3ca2da0c: Preparing [2023-01-18T16:28:54.977Z] df66a5a3a035: Preparing [2023-01-18T16:28:54.977Z] 20c5b578a5d0: Preparing [2023-01-18T16:28:54.977Z] 7d64e79657d0: Preparing [2023-01-18T16:28:54.977Z] 28c3ef001483: Preparing [2023-01-18T16:28:54.977Z] 20c5b578a5d0: Waiting [2023-01-18T16:28:54.977Z] 7d64e79657d0: Waiting [2023-01-18T16:28:54.977Z] 28c3ef001483: Waiting [2023-01-18T16:28:54.977Z] 319e3ca2da0c: Layer already exists [2023-01-18T16:28:54.977Z] 6ae8b5ee4c34: Layer already exists [2023-01-18T16:28:54.977Z] 492ea9908fe6: Layer already exists [2023-01-18T16:28:54.977Z] df66a5a3a035: Layer already exists [2023-01-18T16:28:54.977Z] e70ded6158c7: Layer already exists [2023-01-18T16:28:54.977Z] 28c3ef001483: Layer already exists [2023-01-18T16:28:54.977Z] 7d64e79657d0: Layer already exists [2023-01-18T16:28:54.977Z] 20c5b578a5d0: Layer already exists [2023-01-18T16:28:55.243Z] 3.0.0-dev.5: digest: sha256:3f3141be7d2e3c01fe0eb796e5ad391c0ea814aa9e72f5afc7e629fd8516d7b3 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:28:55.583Z] + docker tag app-rfid-llrp-inventory-arm64 nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:350dcbb98a3b589a77f3df68bd3874cc550526fa-3.0.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:28:55.919Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:350dcbb98a3b589a77f3df68bd3874cc550526fa-3.0.0-dev.5 [2023-01-18T16:28:55.919Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] [2023-01-18T16:28:55.920Z] e70ded6158c7: Preparing [2023-01-18T16:28:55.920Z] 6ae8b5ee4c34: Preparing [2023-01-18T16:28:55.920Z] 492ea9908fe6: Preparing [2023-01-18T16:28:55.920Z] 319e3ca2da0c: Preparing [2023-01-18T16:28:55.920Z] df66a5a3a035: Preparing [2023-01-18T16:28:55.920Z] 20c5b578a5d0: Preparing [2023-01-18T16:28:55.920Z] 7d64e79657d0: Preparing [2023-01-18T16:28:55.920Z] 28c3ef001483: Preparing [2023-01-18T16:28:55.920Z] 20c5b578a5d0: Waiting [2023-01-18T16:28:55.920Z] 7d64e79657d0: Waiting [2023-01-18T16:28:55.920Z] 28c3ef001483: Waiting [2023-01-18T16:28:55.920Z] 319e3ca2da0c: Layer already exists [2023-01-18T16:28:55.920Z] 492ea9908fe6: Layer already exists [2023-01-18T16:28:55.920Z] e70ded6158c7: Layer already exists [2023-01-18T16:28:55.920Z] df66a5a3a035: Layer already exists [2023-01-18T16:28:55.920Z] 6ae8b5ee4c34: Layer already exists [2023-01-18T16:28:55.920Z] 7d64e79657d0: Layer already exists [2023-01-18T16:28:55.920Z] 28c3ef001483: Layer already exists [2023-01-18T16:28:55.920Z] 20c5b578a5d0: Layer already exists [2023-01-18T16:28:56.187Z] 350dcbb98a3b589a77f3df68bd3874cc550526fa-3.0.0-dev.5: digest: sha256:3f3141be7d2e3c01fe0eb796e5ad391c0ea814aa9e72f5afc7e629fd8516d7b3 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:28:56.532Z] + 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-01-18T16:28:56.868Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:main [2023-01-18T16:28:56.868Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] [2023-01-18T16:28:56.868Z] e70ded6158c7: Preparing [2023-01-18T16:28:56.868Z] 6ae8b5ee4c34: Preparing [2023-01-18T16:28:56.868Z] 492ea9908fe6: Preparing [2023-01-18T16:28:56.868Z] 319e3ca2da0c: Preparing [2023-01-18T16:28:56.868Z] df66a5a3a035: Preparing [2023-01-18T16:28:56.868Z] 20c5b578a5d0: Preparing [2023-01-18T16:28:56.868Z] 7d64e79657d0: Preparing [2023-01-18T16:28:56.868Z] 28c3ef001483: Preparing [2023-01-18T16:28:56.868Z] 20c5b578a5d0: Waiting [2023-01-18T16:28:56.868Z] 7d64e79657d0: Waiting [2023-01-18T16:28:56.868Z] 28c3ef001483: Waiting [2023-01-18T16:28:56.868Z] e70ded6158c7: Layer already exists [2023-01-18T16:28:56.868Z] 6ae8b5ee4c34: Layer already exists [2023-01-18T16:28:56.868Z] 319e3ca2da0c: Layer already exists [2023-01-18T16:28:56.868Z] df66a5a3a035: Layer already exists [2023-01-18T16:28:56.868Z] 492ea9908fe6: Layer already exists [2023-01-18T16:28:56.868Z] 28c3ef001483: Layer already exists [2023-01-18T16:28:56.868Z] 7d64e79657d0: Layer already exists [2023-01-18T16:28:56.868Z] 20c5b578a5d0: Layer already exists [2023-01-18T16:28:57.134Z] main: digest: sha256:3f3141be7d2e3c01fe0eb796e5ad391c0ea814aa9e72f5afc7e629fd8516d7b3 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-18T16:28:57.176Z] ===================================================== [Pipeline] echo [2023-01-18T16:28:57.182Z] taggedImages: [2023-01-18T16:28:57.182Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:350dcbb98a3b589a77f3df68bd3874cc550526fa [2023-01-18T16:28:57.182Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:latest [2023-01-18T16:28:57.182Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:3.0.0-dev.5 [2023-01-18T16:28:57.182Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:350dcbb98a3b589a77f3df68bd3874cc550526fa-3.0.0-dev.5 [2023-01-18T16:28:57.182Z] - 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-01-18T16:28:57.551Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-18T16:28:57.551Z] [2023-01-18T16:28:57.551Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:28:57.889Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-18T16:28:57.889Z] arm64: Pulling from edgex-lftools-log-publisher [2023-01-18T16:28:57.889Z] 8998bd30e6a1: Pulling fs layer [2023-01-18T16:28:57.889Z] 04944245beec: Pulling fs layer [2023-01-18T16:28:57.889Z] 699f458cf7ca: Pulling fs layer [2023-01-18T16:28:57.889Z] 765212b225bb: Pulling fs layer [2023-01-18T16:28:57.889Z] f23df028b6ca: Pulling fs layer [2023-01-18T16:28:57.889Z] d65c8cfc05b1: Pulling fs layer [2023-01-18T16:28:57.889Z] 2437ff75d9bd: Pulling fs layer [2023-01-18T16:28:57.889Z] f23df028b6ca: Waiting [2023-01-18T16:28:57.889Z] 765212b225bb: Waiting [2023-01-18T16:28:57.889Z] d65c8cfc05b1: Waiting [2023-01-18T16:28:57.889Z] 2437ff75d9bd: Waiting [2023-01-18T16:28:58.158Z] 04944245beec: Verifying Checksum [2023-01-18T16:28:58.158Z] 04944245beec: Download complete [2023-01-18T16:28:58.158Z] 765212b225bb: Verifying Checksum [2023-01-18T16:28:58.158Z] 765212b225bb: Download complete [2023-01-18T16:28:58.158Z] f23df028b6ca: Verifying Checksum [2023-01-18T16:28:58.158Z] f23df028b6ca: Download complete [2023-01-18T16:28:58.158Z] d65c8cfc05b1: Verifying Checksum [2023-01-18T16:28:58.158Z] d65c8cfc05b1: Download complete [2023-01-18T16:28:58.426Z] 699f458cf7ca: Verifying Checksum [2023-01-18T16:28:58.426Z] 699f458cf7ca: Download complete [2023-01-18T16:28:58.693Z] 8998bd30e6a1: Verifying Checksum [2023-01-18T16:28:58.693Z] 8998bd30e6a1: Download complete [2023-01-18T16:29:01.278Z] 2437ff75d9bd: Verifying Checksum [2023-01-18T16:29:01.278Z] 2437ff75d9bd: Download complete [2023-01-18T16:29:02.690Z] 8998bd30e6a1: Pull complete [2023-01-18T16:29:02.957Z] 04944245beec: Pull complete [2023-01-18T16:29:04.363Z] 699f458cf7ca: Pull complete [2023-01-18T16:29:04.363Z] 765212b225bb: Pull complete [2023-01-18T16:29:05.321Z] f23df028b6ca: Pull complete [2023-01-18T16:29:05.321Z] d65c8cfc05b1: Pull complete [2023-01-18T16:29:20.320Z] 2437ff75d9bd: Pull complete [2023-01-18T16:29:20.321Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-01-18T16:29:20.321Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-18T16:29:20.321Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-18T16:29:20.516Z] prd-ubuntu20.04-docker-arm64-4c-16g-2960 does not seem to be running inside a container [2023-01-18T16:29:20.578Z] $ 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/73 -v /w/workspace/app-rfid-llrp-inventory/73:/w/workspace/app-rfid-llrp-inventory/73:rw,z -v /w/workspace/app-rfid-llrp-inventory/73@tmp:/w/workspace/app-rfid-llrp-inventory/73@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-01-18T16:29:23.080Z] $ docker top 7a1121be2f0e214f2ab96b3c13ee1b1dbd6f7efa4cecea00fc895a72269112e2 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-18T16:29:23.583Z] ---> job-cost.sh [2023-01-18T16:29:23.848Z] lf-activate-venv: SKIPPING [2023-01-18T16:29:23.848Z] INFO: No Stack... [2023-01-18T16:29:24.114Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-01-18T16:29:25.071Z] INFO: Archiving Costs [Pipeline] sh [2023-01-18T16:29:25.389Z] + cat /w/workspace/app-rfid-llrp-inventory/73/archives/cost.csv [2023-01-18T16:29:25.389Z] + cut -d, -f6 [Pipeline] lock [2023-01-18T16:29:25.452Z] Trying to acquire lock on [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-73-stack-cost] [2023-01-18T16:29:25.458Z] Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-73-stack-cost] did not exist. Created. [2023-01-18T16:29:25.458Z] Lock acquired on [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-73-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-01-18T16:29:25.785Z] /w/workspace/app-rfid-llrp-inventory/73@tmp/durable-fe230a2c/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-01-18T16:29:26.435Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-01-18T16:29:26.457Z] Warning: overwriting stash ‘stack-cost’ [2023-01-18T16:29:26.503Z] Stashed 1 file(s) [Pipeline] } [2023-01-18T16:29:26.515Z] Lock released on resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-73-stack-cost] [Pipeline] // lock [Pipeline] } [2023-01-18T16:29:26.534Z] $ docker stop --time=1 7a1121be2f0e214f2ab96b3c13ee1b1dbd6f7efa4cecea00fc895a72269112e2 [2023-01-18T16:29:28.182Z] $ docker rm -f --volumes 7a1121be2f0e214f2ab96b3c13ee1b1dbd6f7efa4cecea00fc895a72269112e2 [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-01-18T16:29:28.593Z] provisioning config files... [2023-01-18T16:29:28.601Z] copy managed file [app-rfid-llrp-inventory-codecov-token] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config17172677053444170072tmp [Pipeline] { [Pipeline] sh [2023-01-18T16:29:28.888Z] + set +x [2023-01-18T16:29:28.888Z] + + curl -s https://codecov.io/bash [2023-01-18T16:29:28.888Z] bash -s -- [2023-01-18T16:29:28.888Z] [2023-01-18T16:29:28.888Z] _____ _ [2023-01-18T16:29:28.888Z] / ____| | | [2023-01-18T16:29:28.888Z] | | ___ __| | ___ ___ _____ __ [2023-01-18T16:29:28.888Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-01-18T16:29:28.888Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-01-18T16:29:28.888Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-01-18T16:29:28.888Z] Bash-1.0.6 [2023-01-18T16:29:28.888Z] [2023-01-18T16:29:28.888Z] [2023-01-18T16:29:28.888Z] ==> git version 2.25.1 found [2023-01-18T16:29:28.888Z] ==> 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-01-18T16:29:28.888Z] Release-Date: 2020-01-08 [2023-01-18T16:29:28.888Z] 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-01-18T16:29:28.888Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-01-18T16:29:28.888Z] ==> Jenkins CI detected. [2023-01-18T16:29:28.888Z] current dir:  /w/workspace/dry_app-rfid-llrp-inventory_main [2023-01-18T16:29:28.888Z] project root: . [2023-01-18T16:29:28.888Z] --> token set from env [2023-01-18T16:29:28.888Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-01-18T16:29:28.888Z] ==> Running gcov in . (disable via -X gcov) [2023-01-18T16:29:28.888Z] ==> Python coveragepy not found [2023-01-18T16:29:28.888Z] ==> Searching for coverage reports in: [2023-01-18T16:29:28.888Z] + . [2023-01-18T16:29:28.888Z] -> Found 1 reports [2023-01-18T16:29:28.888Z] ==> Detecting git/mercurial file structure [2023-01-18T16:29:28.888Z] ==> Reading reports [2023-01-18T16:29:28.888Z] + ./coverage.out bytes=41317 [2023-01-18T16:29:28.888Z] ==> Appending adjustments [2023-01-18T16:29:28.888Z] https://docs.codecov.io/docs/fixing-reports [2023-01-18T16:29:29.147Z] + Found adjustments [2023-01-18T16:29:29.147Z] ==> Gzipping contents [2023-01-18T16:29:29.147Z] 12K /tmp/codecov.O4cMOm.gz [2023-01-18T16:29:29.147Z] ==> Uploading reports [2023-01-18T16:29:29.147Z] url: https://codecov.io [2023-01-18T16:29:29.147Z] query: branch=main&commit=350dcbb98a3b589a77f3df68bd3874cc550526fa&build=73&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-rfid-llrp-inventory%2Fjob%2Fmain%2F73%2F&name=&tag=&slug=edgexfoundry%2Fapp-rfid-llrp-inventory&service=jenkins&flags=&pr=&job=&cmd_args= [2023-01-18T16:29:29.147Z] -> Pinging Codecov [2023-01-18T16:29:29.147Z] 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=350dcbb98a3b589a77f3df68bd3874cc550526fa&build=73&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-rfid-llrp-inventory%2Fjob%2Fmain%2F73%2F&name=&tag=&slug=edgexfoundry%2Fapp-rfid-llrp-inventory&service=jenkins&flags=&pr=&job=&cmd_args= [2023-01-18T16:29:29.407Z] -> Uploading to [2023-01-18T16:29:29.407Z] https://storage.googleapis.com/codecov/v4/raw/2023-01-18/581DD39554BDF9B6E22D074273EAD858/350dcbb98a3b589a77f3df68bd3874cc550526fa/fd865f0e-917e-4b29-a45f-771f07b99c1b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230118%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230118T162929Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7a2df08bb088dde055d74c3feda3b7455178a2b000c0d76bbae221ea4f5984ad [2023-01-18T16:29:29.407Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-18T16:29:29.407Z] Dload Upload Total Spent Left Speed [2023-01-18T16:29:29.666Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11862 0 0 100 11862 0 53432 --:--:-- --:--:-- --:--:-- 53192 100 11862 0 0 100 11862 0 48416 --:--:-- --:--:-- --:--:-- 48219 [2023-01-18T16:29:29.666Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rfid-llrp-go/commit/350dcbb98a3b589a77f3df68bd3874cc550526fa [Pipeline] } [2023-01-18T16:29:29.672Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-01-18T16:29:29.872Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-01-18T16:29:29.881Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:29:30.174Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-18T16:29:30.174Z] [2023-01-18T16:29:30.174Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:29:30.477Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-18T16:29:30.477Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-01-18T16:29:30.477Z] df9b9388f04a: Pulling fs layer [2023-01-18T16:29:30.477Z] 52dc419b0ee2: Pulling fs layer [2023-01-18T16:29:30.477Z] 25bc292e5bac: Pulling fs layer [2023-01-18T16:29:30.477Z] 114826534d7a: Pulling fs layer [2023-01-18T16:29:30.477Z] 4657fd5d0bcf: Pulling fs layer [2023-01-18T16:29:30.477Z] 6ad1cebc031e: Pulling fs layer [2023-01-18T16:29:30.477Z] 8a3aa393b2d8: Pulling fs layer [2023-01-18T16:29:30.477Z] 4657fd5d0bcf: Waiting [2023-01-18T16:29:30.477Z] 6ad1cebc031e: Waiting [2023-01-18T16:29:30.477Z] 114826534d7a: Waiting [2023-01-18T16:29:30.477Z] 25bc292e5bac: Verifying Checksum [2023-01-18T16:29:30.477Z] 25bc292e5bac: Download complete [2023-01-18T16:29:30.477Z] 52dc419b0ee2: Download complete [2023-01-18T16:29:30.477Z] 4657fd5d0bcf: Verifying Checksum [2023-01-18T16:29:30.477Z] 4657fd5d0bcf: Download complete [2023-01-18T16:29:30.477Z] df9b9388f04a: Verifying Checksum [2023-01-18T16:29:30.477Z] df9b9388f04a: Download complete [2023-01-18T16:29:30.746Z] df9b9388f04a: Pull complete [2023-01-18T16:29:30.746Z] 52dc419b0ee2: Pull complete [2023-01-18T16:29:30.746Z] 25bc292e5bac: Pull complete [2023-01-18T16:29:31.015Z] 6ad1cebc031e: Verifying Checksum [2023-01-18T16:29:31.015Z] 6ad1cebc031e: Download complete [2023-01-18T16:29:31.597Z] 114826534d7a: Verifying Checksum [2023-01-18T16:29:31.597Z] 114826534d7a: Download complete [2023-01-18T16:29:32.168Z] 8a3aa393b2d8: Verifying Checksum [2023-01-18T16:29:34.695Z] 114826534d7a: Pull complete [2023-01-18T16:29:34.954Z] 4657fd5d0bcf: Pull complete [2023-01-18T16:29:35.212Z] 6ad1cebc031e: Pull complete [2023-01-18T16:29:37.741Z] 8a3aa393b2d8: Pull complete [2023-01-18T16:29:37.741Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-01-18T16:29:37.741Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-18T16:29:37.742Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-18T16:29:37.814Z] prd-ubuntu20.04-docker-8c-8g-2957 does not seem to be running inside a container [2023-01-18T16:29:37.846Z] $ 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-01-18T16:29:39.613Z] $ docker top 1292e6e5ddcf7c5328d3e3aa5463cede6450ef6d07b4afef4800f0f2f8a15ef4 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-01-18T16:29:39.674Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-rfid-llrp-inventory:main' [Pipeline] sh [2023-01-18T16:29:39.954Z] + set -o pipefail [2023-01-18T16:29:39.955Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-rfid-llrp-inventory:main' [2023-01-18T16:29:45.230Z] [2023-01-18T16:29:45.230Z] Monitoring /w/workspace/dry_app-rfid-llrp-inventory_main (edgexfoundry/app-rfid-llrp-inventory)... [2023-01-18T16:29:45.230Z] [2023-01-18T16:29:45.230Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/1ab6cd8a-eef5-4d42-a15e-1c0297f074f4/history/c0adffd2-adc2-49f8-af0d-618be4006a42 [2023-01-18T16:29:45.230Z] [2023-01-18T16:29:45.230Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-01-18T16:29:45.230Z] [2023-01-18T16:29:45.230Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-01-18T16:29:45.230Z] [2023-01-18T16:29:45.230Z] [2023-01-18T16:29:45.230Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-01-18T16:29:45.230Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-01-18T16:29:45.230Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-01-18T16:29:45.243Z] $ docker stop --time=1 1292e6e5ddcf7c5328d3e3aa5463cede6450ef6d07b4afef4800f0f2f8a15ef4 [2023-01-18T16:29:47.297Z] $ docker rm -f --volumes 1292e6e5ddcf7c5328d3e3aa5463cede6450ef6d07b4afef4800f0f2f8a15ef4 [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-01-18T16:29:47.958Z] + git log --format=format:%s -1 350dcbb98a3b589a77f3df68bd3874cc550526fa [Pipeline] sh [2023-01-18T16:29:48.242Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-18T16:29:48.242Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:29:48.538Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-18T16:29:48.538Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-18T16:29:48.604Z] prd-ubuntu20.04-docker-8c-8g-2957 does not seem to be running inside a container [2023-01-18T16:29:48.635Z] $ 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-01-18T16:29:49.008Z] $ docker top f5fff5e1a23c6dfaa5fcb714fa53a9a0b7ed4530e6aed92fd89c717ab80b5a44 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-18T16:29:49.102Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-18T16:29:49.102Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-18T16:29:49.209Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-18T16:29:49.212Z] $ docker exec f5fff5e1a23c6dfaa5fcb714fa53a9a0b7ed4530e6aed92fd89c717ab80b5a44 ssh-agent [2023-01-18T16:29:49.316Z] SSH_AUTH_SOCK=/tmp/ssh-ky0sryjYtK5n/agent.32 [2023-01-18T16:29:49.316Z] SSH_AGENT_PID=38 [2023-01-18T16:29:49.321Z] Running ssh-add (command line suppressed) [2023-01-18T16:29:49.425Z] Identity added: /w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_17947745785890610312.key (/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_17947745785890610312.key) [2023-01-18T16:29:49.437Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-18T16:29:49.723Z] + git semver tag [2023-01-18T16:29:49.982Z] 2023-01-18 16:29:49,901 [run_tag] DEBUG tag force:False [2023-01-18T16:29:49.982Z] 2023-01-18 16:29:49,901 [check_head_tag] DEBUG check head tag [2023-01-18T16:29:49.982Z] 2023-01-18 16:29:49,902 [execute] INFO git cat-file --batch-check [2023-01-18T16:29:49.982Z] 2023-01-18 16:29:49,902 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main, universal_newlines=False, shell=None, istream=) [2023-01-18T16:29:49.982Z] 2023-01-18 16:29:49,905 [execute] INFO git cat-file --batch [2023-01-18T16:29:49.982Z] 2023-01-18 16:29:49,905 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main, universal_newlines=False, shell=None, istream=) [2023-01-18T16:29:49.982Z] 2023-01-18 16:29:49,918 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2023-01-18T16:29:49.982Z] 2023-01-18 16:29:49,919 [execute] INFO git tag -a v3.0.0-dev.5 -m v3.0.0-dev.5 [2023-01-18T16:29:49.982Z] 2023-01-18 16:29:49,919 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.5', '-m', 'v3.0.0-dev.5'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main, universal_newlines=False, shell=None, istream=None) [2023-01-18T16:29:49.982Z] 2023-01-18 16:29:49,925 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2023-01-18T16:29:49.982Z] 3.0.0-dev.5 [Pipeline] } [2023-01-18T16:29:49.993Z] $ docker exec --env ******** --env ******** f5fff5e1a23c6dfaa5fcb714fa53a9a0b7ed4530e6aed92fd89c717ab80b5a44 ssh-agent -k [2023-01-18T16:29:50.102Z] unset SSH_AUTH_SOCK; [2023-01-18T16:29:50.102Z] unset SSH_AGENT_PID; [2023-01-18T16:29:50.102Z] echo Agent pid 38 killed; [2023-01-18T16:29:50.111Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-18T16:29:50.417Z] + git semver [Pipeline] } [2023-01-18T16:29:50.689Z] $ docker stop --time=1 f5fff5e1a23c6dfaa5fcb714fa53a9a0b7ed4530e6aed92fd89c717ab80b5a44 [2023-01-18T16:29:51.988Z] $ docker rm -f --volumes f5fff5e1a23c6dfaa5fcb714fa53a9a0b7ed4530e6aed92fd89c717ab80b5a44 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:29:52.398Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-18T16:29:52.398Z] [2023-01-18T16:29:52.398Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:29:52.708Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-18T16:29:52.708Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-01-18T16:29:52.708Z] ab5ef0e58194: Pulling fs layer [2023-01-18T16:29:52.708Z] 9712f1f96733: Pulling fs layer [2023-01-18T16:29:52.708Z] 63f879dbbcfc: Pulling fs layer [2023-01-18T16:29:52.708Z] 0d9ebad4ef96: Pulling fs layer [2023-01-18T16:29:52.708Z] e9a5061849ea: Pulling fs layer [2023-01-18T16:29:52.708Z] d747dcd14b5f: Pulling fs layer [2023-01-18T16:29:52.708Z] 2de7ff778b66: Pulling fs layer [2023-01-18T16:29:52.708Z] e9a5061849ea: Waiting [2023-01-18T16:29:52.708Z] d747dcd14b5f: Waiting [2023-01-18T16:29:52.708Z] 2de7ff778b66: Waiting [2023-01-18T16:29:52.708Z] 0d9ebad4ef96: Waiting [2023-01-18T16:29:52.708Z] 9712f1f96733: Download complete [2023-01-18T16:29:53.725Z] 63f879dbbcfc: Verifying Checksum [2023-01-18T16:29:53.725Z] 63f879dbbcfc: Download complete [2023-01-18T16:29:53.999Z] ab5ef0e58194: Verifying Checksum [2023-01-18T16:29:53.999Z] ab5ef0e58194: Download complete [2023-01-18T16:29:53.999Z] d747dcd14b5f: Download complete [2023-01-18T16:29:53.999Z] e9a5061849ea: Download complete [2023-01-18T16:29:53.999Z] 0d9ebad4ef96: Verifying Checksum [2023-01-18T16:29:53.999Z] 0d9ebad4ef96: Download complete [2023-01-18T16:29:53.999Z] 2de7ff778b66: Verifying Checksum [2023-01-18T16:29:56.530Z] ab5ef0e58194: Pull complete [2023-01-18T16:29:56.530Z] 9712f1f96733: Pull complete [2023-01-18T16:29:57.097Z] 63f879dbbcfc: Pull complete [2023-01-18T16:30:01.285Z] 0d9ebad4ef96: Pull complete [2023-01-18T16:30:01.286Z] e9a5061849ea: Pull complete [2023-01-18T16:30:01.286Z] d747dcd14b5f: Pull complete [2023-01-18T16:30:01.851Z] 2de7ff778b66: Pull complete [2023-01-18T16:30:01.851Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-01-18T16:30:01.851Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-18T16:30:01.851Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-18T16:30:01.921Z] prd-ubuntu20.04-docker-8c-8g-2957 does not seem to be running inside a container [2023-01-18T16:30:01.946Z] $ 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-01-18T16:30:03.907Z] $ docker top 97842b915efbb310a537d6ab513904963bb25acde2d62d3de19c462ea0739493 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-01-18T16:30:03.972Z] provisioning config files... [2023-01-18T16:30:03.976Z] copy managed file [sigul-config] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config6606163206511702039tmp [2023-01-18T16:30:03.982Z] copy managed file [sigul-password] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config4189556456020565594tmp [2023-01-18T16:30:03.990Z] copy managed file [sigul-pki] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config15565207941115829714tmp [Pipeline] { [Pipeline] echo [2023-01-18T16:30:04.004Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-18T16:30:04.283Z] ---> sigul-configuration.sh [2023-01-18T16:30:04.283Z] gpg: directory `/root/.gnupg' created [2023-01-18T16:30:04.283Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-01-18T16:30:04.283Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-01-18T16:30:04.283Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-01-18T16:30:04.283Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-01-18T16:30:04.283Z] gpg: CAST5 encrypted data [2023-01-18T16:30:04.283Z] gpg: encrypted with 1 passphrase [2023-01-18T16:30:04.283Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-01-18T16:30:04.572Z] + mkdir /home/jenkins [2023-01-18T16:30:04.573Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-01-18T16:30:04.861Z] + 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-01-18T16:30:04.870Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-18T16:30:05.154Z] ---> sigul-install.sh [2023-01-18T16:30:05.154Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-01-18T16:30:05.444Z] + git tag --list [2023-01-18T16:30:05.444Z] v0.0.0 [2023-01-18T16:30:05.444Z] v1.0.0 [2023-01-18T16:30:05.444Z] v2.1.0 [2023-01-18T16:30:05.444Z] v2.1.1 [2023-01-18T16:30:05.444Z] v2.1.1-dev.1 [2023-01-18T16:30:05.444Z] v2.2.0 [2023-01-18T16:30:05.444Z] v2.2.1-dev.1 [2023-01-18T16:30:05.444Z] v2.2.1-dev.2 [2023-01-18T16:30:05.444Z] v2.2.1-dev.3 [2023-01-18T16:30:05.444Z] v2.2.1-dev.4 [2023-01-18T16:30:05.444Z] v2.2.1-dev.5 [2023-01-18T16:30:05.444Z] v2.2.1-dev.6 [2023-01-18T16:30:05.444Z] v2.2.1-dev.7 [2023-01-18T16:30:05.444Z] v2.3.0 [2023-01-18T16:30:05.444Z] v2.3.0-dev.10 [2023-01-18T16:30:05.444Z] v2.3.0-dev.11 [2023-01-18T16:30:05.444Z] v2.3.0-dev.12 [2023-01-18T16:30:05.444Z] v2.3.0-dev.13 [2023-01-18T16:30:05.444Z] v2.3.0-dev.14 [2023-01-18T16:30:05.444Z] v2.3.0-dev.15 [2023-01-18T16:30:05.444Z] v2.3.0-dev.16 [2023-01-18T16:30:05.444Z] v2.3.0-dev.17 [2023-01-18T16:30:05.444Z] v2.3.0-dev.18 [2023-01-18T16:30:05.444Z] v2.3.0-dev.19 [2023-01-18T16:30:05.444Z] v2.3.0-dev.20 [2023-01-18T16:30:05.444Z] v2.3.0-dev.21 [2023-01-18T16:30:05.444Z] v2.3.0-dev.22 [2023-01-18T16:30:05.444Z] v2.3.0-dev.23 [2023-01-18T16:30:05.444Z] v2.3.0-dev.24 [2023-01-18T16:30:05.444Z] v2.3.0-dev.25 [2023-01-18T16:30:05.444Z] v2.3.0-dev.26 [2023-01-18T16:30:05.444Z] v2.3.0-dev.9 [2023-01-18T16:30:05.444Z] v2.3.1-dev.1 [2023-01-18T16:30:05.444Z] v3.0.0-dev.1 [2023-01-18T16:30:05.444Z] v3.0.0-dev.2 [2023-01-18T16:30:05.444Z] v3.0.0-dev.3 [2023-01-18T16:30:05.444Z] v3.0.0-dev.4 [2023-01-18T16:30:05.444Z] v3.0.0-dev.5 [Pipeline] sh [2023-01-18T16:30:05.726Z] + lftools sign git-tag v3.0.0-dev.5 [2023-01-18T16:30:06.292Z] Signing Git tag with Sigul... [2023-01-18T16:30:06.292Z] Signing v3.0.0-dev.5 [Pipeline] echo [2023-01-18T16:30:06.563Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-18T16:30:06.848Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-01-18T16:30:06.854Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-01-18T16:30:06.871Z] $ docker stop --time=1 97842b915efbb310a537d6ab513904963bb25acde2d62d3de19c462ea0739493 [2023-01-18T16:30:08.200Z] $ docker rm -f --volumes 97842b915efbb310a537d6ab513904963bb25acde2d62d3de19c462ea0739493 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-01-18T16:30:08.599Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-18T16:30:08.600Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:30:08.893Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-18T16:30:08.893Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-18T16:30:08.958Z] prd-ubuntu20.04-docker-8c-8g-2957 does not seem to be running inside a container [2023-01-18T16:30:08.983Z] $ 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-01-18T16:30:09.356Z] $ docker top 1d28c7cf33be5cf45b7cb01f28dd4fb251ac04c1c65374770f008bb2da2d6987 -eo pid,comm [2023-01-18T16:30:09.400Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-01-18T16:30:09.400Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-18T16:30:09.430Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-18T16:30:09.430Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-18T16:30:09.563Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-18T16:30:09.566Z] $ docker exec 1d28c7cf33be5cf45b7cb01f28dd4fb251ac04c1c65374770f008bb2da2d6987 ssh-agent [2023-01-18T16:30:09.677Z] SSH_AUTH_SOCK=/tmp/ssh-LgWzSHYXHXnZ/agent.32 [2023-01-18T16:30:09.677Z] SSH_AGENT_PID=38 [2023-01-18T16:30:09.681Z] Running ssh-add (command line suppressed) [2023-01-18T16:30:09.778Z] Identity added: /w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_4027766073046614634.key (/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_4027766073046614634.key) [2023-01-18T16:30:09.788Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-18T16:30:10.069Z] + git semver bump pre [2023-01-18T16:30:10.327Z] 2023-01-18 16:30:10,248 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2023-01-18T16:30:10.327Z] 2023-01-18 16:30:10,248 [bump_version] DEBUG bumping version:3.0.0-dev.5 on axis:pre with prefix:dev [2023-01-18T16:30:10.327Z] 2023-01-18 16:30:10,248 [bump_version] DEBUG bumped version:3.0.0-dev.6 [2023-01-18T16:30:10.327Z] 2023-01-18 16:30:10,248 [write_version] DEBUG write version:3.0.0-dev.6 to path:/w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main with force:True [2023-01-18T16:30:10.327Z] 2023-01-18 16:30:10,249 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2023-01-18T16:30:10.327Z] 2023-01-18 16:30:10,249 [write_file] DEBUG write to file:/w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2023-01-18T16:30:10.327Z] 2023-01-18 16:30:10,250 [execute] INFO git cat-file --batch-check [2023-01-18T16:30:10.328Z] 2023-01-18 16:30:10,250 [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-01-18T16:30:10.328Z] 2023-01-18 16:30:10,256 [execute] INFO git cat-file --batch [2023-01-18T16:30:10.328Z] 2023-01-18 16:30:10,257 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main/.semver, universal_newlines=False, shell=None, istream=) [2023-01-18T16:30:10.328Z] 2023-01-18 16:30:10,262 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2023-01-18T16:30:10.328Z] 3.0.0-dev.6 [Pipeline] } [2023-01-18T16:30:10.336Z] $ docker exec --env ******** --env ******** 1d28c7cf33be5cf45b7cb01f28dd4fb251ac04c1c65374770f008bb2da2d6987 ssh-agent -k [2023-01-18T16:30:10.457Z] unset SSH_AUTH_SOCK; [2023-01-18T16:30:10.457Z] unset SSH_AGENT_PID; [2023-01-18T16:30:10.457Z] echo Agent pid 38 killed; [2023-01-18T16:30:10.465Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-18T16:30:10.769Z] + git semver [Pipeline] } [2023-01-18T16:30:11.039Z] $ docker stop --time=1 1d28c7cf33be5cf45b7cb01f28dd4fb251ac04c1c65374770f008bb2da2d6987 [2023-01-18T16:30:12.337Z] $ docker rm -f --volumes 1d28c7cf33be5cf45b7cb01f28dd4fb251ac04c1c65374770f008bb2da2d6987 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-18T16:30:12.668Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-18T16:30:12.668Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:30:12.970Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-18T16:30:12.970Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-18T16:30:13.037Z] prd-ubuntu20.04-docker-8c-8g-2957 does not seem to be running inside a container [2023-01-18T16:30:13.065Z] $ 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-01-18T16:30:13.403Z] $ docker top 5e57d9a4d1793d281ccbc806f87906c963230d5fc774469dbffa922f65039186 -eo pid,comm [2023-01-18T16:30:13.444Z] 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-01-18T16:30:13.444Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-18T16:30:13.484Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-18T16:30:13.484Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-18T16:30:13.585Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-18T16:30:13.587Z] $ docker exec 5e57d9a4d1793d281ccbc806f87906c963230d5fc774469dbffa922f65039186 ssh-agent [2023-01-18T16:30:13.698Z] SSH_AUTH_SOCK=/tmp/ssh-gqRjPwIJwPGc/agent.32 [2023-01-18T16:30:13.698Z] SSH_AGENT_PID=38 [2023-01-18T16:30:13.704Z] Running ssh-add (command line suppressed) [2023-01-18T16:30:13.807Z] Identity added: /w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_16260146858012900163.key (/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_16260146858012900163.key) [2023-01-18T16:30:13.821Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-18T16:30:14.106Z] + git semver push [2023-01-18T16:30:14.364Z] 2023-01-18 16:30:14,310 [run_push] DEBUG push [2023-01-18T16:30:14.364Z] 2023-01-18 16:30:14,311 [execute] INFO git cat-file --batch-check [2023-01-18T16:30:14.364Z] 2023-01-18 16:30:14,311 [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-01-18T16:30:14.364Z] 2023-01-18 16:30:14,315 [execute] INFO git rev-list dcac9e762c0a07ef1bbfedaf6e999e81fd237ba6 -- [2023-01-18T16:30:14.364Z] 2023-01-18 16:30:14,316 [execute] DEBUG Popen(['git', 'rev-list', 'dcac9e762c0a07ef1bbfedaf6e999e81fd237ba6', '--'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-01-18T16:30:14.364Z] 2023-01-18 16:30:14,322 [execute] INFO git fetch -v origin [2023-01-18T16:30:14.364Z] 2023-01-18 16:30:14,322 [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-01-18T16:30:14.932Z] 2023-01-18 16:30:14,877 [run_push] DEBUG no remote changes detected [2023-01-18T16:30:14.932Z] 2023-01-18 16:30:14,878 [execute] INFO git push origin semver [2023-01-18T16:30:14.932Z] 2023-01-18 16:30:14,878 [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-01-18T16:30:15.870Z] 2023-01-18 16:30:15,783 [run_push] DEBUG push all version tags [2023-01-18T16:30:15.870Z] 2023-01-18 16:30:15,784 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-01-18T16:30:15.870Z] 2023-01-18 16:30:15,784 [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-01-18T16:30:16.808Z] 2023-01-18 16:30:16,607 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2023-01-18T16:30:16.808Z] 3.0.0-dev.6 [Pipeline] } [2023-01-18T16:30:16.816Z] $ docker exec --env ******** --env ******** 5e57d9a4d1793d281ccbc806f87906c963230d5fc774469dbffa922f65039186 ssh-agent -k [2023-01-18T16:30:16.907Z] unset SSH_AUTH_SOCK; [2023-01-18T16:30:16.907Z] unset SSH_AGENT_PID; [2023-01-18T16:30:16.907Z] echo Agent pid 38 killed; [2023-01-18T16:30:16.915Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-18T16:30:17.216Z] + git semver [Pipeline] } [2023-01-18T16:30:17.496Z] $ docker stop --time=1 5e57d9a4d1793d281ccbc806f87906c963230d5fc774469dbffa922f65039186 [2023-01-18T16:30:18.776Z] $ docker rm -f --volumes 5e57d9a4d1793d281ccbc806f87906c963230d5fc774469dbffa922f65039186 [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-01-18T16:30:19.358Z] + [ -d /w/workspace/dry_app-rfid-llrp-inventory_main/archives ] [2023-01-18T16:30:19.359Z] + ls -al /w/workspace/dry_app-rfid-llrp-inventory_main/archives [2023-01-18T16:30:19.359Z] total 16 [2023-01-18T16:30:19.359Z] drwxr-xr-x 3 root root 4096 Jan 18 16:18 . [2023-01-18T16:30:19.359Z] drwxrwxr-x 12 jenkins jenkins 4096 Jan 18 16:30 .. [2023-01-18T16:30:19.359Z] drwxr-xr-x 2 root root 4096 Jan 18 16:18 cost [2023-01-18T16:30:19.359Z] -rw-r--r-- 1 root root 94 Jan 18 16:18 cost.csv [2023-01-18T16:30:19.359Z] + sudo chown -R jenkins:jenkins /w/workspace/dry_app-rfid-llrp-inventory_main/archives [2023-01-18T16:30:19.359Z] + ls -al /w/workspace/dry_app-rfid-llrp-inventory_main/archives [2023-01-18T16:30:19.359Z] total 16 [2023-01-18T16:30:19.359Z] drwxr-xr-x 3 jenkins jenkins 4096 Jan 18 16:18 . [2023-01-18T16:30:19.359Z] drwxrwxr-x 12 jenkins jenkins 4096 Jan 18 16:30 .. [2023-01-18T16:30:19.359Z] drwxr-xr-x 2 jenkins jenkins 4096 Jan 18 16:18 cost [2023-01-18T16:30:19.359Z] -rw-r--r-- 1 jenkins jenkins 94 Jan 18 16:18 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-01-18T16:30:19.646Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-18T16:30:20.503Z] ---> package-listing.sh [2023-01-18T16:30:20.503Z] ++ facter osfamily [2023-01-18T16:30:20.503Z] ++ tr '[:upper:]' '[:lower:]' [2023-01-18T16:30:20.763Z] + OS_FAMILY=debian [2023-01-18T16:30:20.763Z] + workspace=/w/workspace/dry_app-rfid-llrp-inventory_main [2023-01-18T16:30:20.763Z] + START_PACKAGES=/tmp/packages_start.txt [2023-01-18T16:30:20.763Z] + END_PACKAGES=/tmp/packages_end.txt [2023-01-18T16:30:20.763Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-01-18T16:30:20.763Z] + PACKAGES=/tmp/packages_start.txt [2023-01-18T16:30:20.763Z] + '[' /w/workspace/dry_app-rfid-llrp-inventory_main ']' [2023-01-18T16:30:20.763Z] + PACKAGES=/tmp/packages_end.txt [2023-01-18T16:30:20.763Z] + case "${OS_FAMILY}" in [2023-01-18T16:30:20.763Z] + dpkg -l [2023-01-18T16:30:20.763Z] + grep '^ii' [2023-01-18T16:30:20.763Z] + '[' -f /tmp/packages_start.txt ']' [2023-01-18T16:30:20.763Z] + '[' -f /tmp/packages_end.txt ']' [2023-01-18T16:30:20.763Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-01-18T16:30:20.763Z] + '[' /w/workspace/dry_app-rfid-llrp-inventory_main ']' [2023-01-18T16:30:20.763Z] + mkdir -p /w/workspace/dry_app-rfid-llrp-inventory_main/archives/ [2023-01-18T16:30:20.763Z] + 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-01-18T16:30:20.774Z] 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-01-18T16:30:21.050Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:30:21.605Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-18T16:30:21.606Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-18T16:30:21.671Z] prd-ubuntu20.04-docker-8c-8g-2957 does not seem to be running inside a container [2023-01-18T16:30:21.699Z] $ 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-01-18T16:30:21.947Z] $ docker top 5bdb7dd22a113ae9bbcb67640d6abaf9148b7ce1848b12304ee987b60a2833b8 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-18T16:30:22.310Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-01-18T16:30:22.632Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-01-18T16:30:22.928Z] + ls /var/log/sa-host [2023-01-18T16:30:22.928Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-18T16:30:22.994Z] provisioning config files... [2023-01-18T16:30:23.002Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config9829551816458612820tmp [Pipeline] { [Pipeline] echo [2023-01-18T16:30:23.016Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-18T16:30:23.297Z] ---> create-netrc.sh [Pipeline] } [2023-01-18T16:30:23.303Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-01-18T16:30:23.615Z] ---> python-tools-install.sh [Pipeline] echo [2023-01-18T16:30:23.625Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-18T16:30:23.906Z] ---> sudo-logs.sh [2023-01-18T16:30:23.906Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-01-18T16:30:23.933Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-18T16:30:24.215Z] ---> job-cost.sh [2023-01-18T16:30:24.215Z] lf-activate-venv: SKIPPING [2023-01-18T16:30:24.215Z] DEBUG: total: 0.2199999988079071 [2023-01-18T16:30:24.215Z] INFO: Retrieving Stack Cost... [2023-01-18T16:30:25.149Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-01-18T16:30:25.408Z] INFO: Archiving Costs [Pipeline] echo [2023-01-18T16:30:25.421Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-18T16:30:25.703Z] ---> logs-deploy.sh [2023-01-18T16:30:25.703Z] lf-activate-venv: SKIPPING [2023-01-18T16:30:25.703Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-rfid-llrp-inventory/main/73 [2023-01-18T16:30:25.703Z] INFO: archiving workspace using pattern(s): [2023-01-18T16:30:26.640Z] Archives upload complete. [2023-01-18T16:30:26.640Z] INFO: archiving logs to Nexus