Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 966f2917b41cbabd8c329e4006849192ff537794 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-ssh3282409499050802870.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 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-ssh14021265398365265502.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 a0327f913308fcf13875ae7a2d6e6099471c5ff1 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-ssh16483332644190204676.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a0327f913308fcf13875ae7a2d6e6099471c5ff1 # timeout=10 Commit message: "fix: dry-run use case (#441)" > 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-ssh3916339388307099652.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-ssh16442021192813034683.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.20 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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-3790 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 966f2917b41cbabd8c329e4006849192ff537794 (main) Commit message: "build(deps): Bump github.com/edgexfoundry/app-functions-sdk-go/v3 (#220)" > 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 966f2917b41cbabd8c329e4006849192ff537794 # timeout=10 > git rev-list --no-walk cd2fdb78346a746a4a513aea6141dac1c9baeef7 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-08-16T14:58:12.191Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-08-16T14:58:12.252Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-08-16T14:58:12.265Z] ========================================================= [2023-08-16T14:58:12.265Z] EdgeX Global Pipelines Version Info [2023-08-16T14:58:12.265Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-08-16T14:58:12.980Z] ------------------- [2023-08-16T14:58:12.980Z] stable info: [2023-08-16T14:58:12.980Z] ------------------- [2023-08-16T14:58:12.980Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-08-16T14:58:12.980Z] Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 [2023-08-16T14:58:12.980Z] Message: update stable to v1.0.253 [2023-08-16T14:58:13.550Z] ------------------- [2023-08-16T14:58:13.550Z] experimental info: [2023-08-16T14:58:13.550Z] ------------------- [2023-08-16T14:58:13.550Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-08-16T14:58:13.550Z] Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 [2023-08-16T14:58:13.550Z] Message: update experimental to v1.0.253 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-08-16T14:58:13.722Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-rfid-llrp-inventory-settings [Pipeline] echo [2023-08-16T14:58:13.738Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-rfid-llrp-inventory [Pipeline] echo [2023-08-16T14:58:13.751Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-08-16T14:58:13.764Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-08-16T14:58:13.783Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-08-16T14:58:13.803Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-08-16T14:58:13.821Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-08-16T14:58:13.841Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-08-16T14:58:13.857Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-08-16T14:58:13.872Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-08-16T14:58:13.889Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-08-16T14:58:13.908Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-rfid-llrp-inventory [Pipeline] echo [2023-08-16T14:58:13.923Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-08-16T14:58:13.941Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-08-16T14:58:13.957Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-08-16T14:58:13.972Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-08-16T14:58:13.990Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-08-16T14:58:14.007Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-08-16T14:58:14.023Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-08-16T14:58:14.041Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-08-16T14:58:14.059Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-08-16T14:58:14.076Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-08-16T14:58:14.088Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-08-16T14:58:14.107Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-08-16T14:58:14.124Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-08-16T14:58:14.141Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-08-16T14:58:14.153Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-08-16T14:58:14.166Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-08-16T14:58:14.180Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-08-16T14:58:14.198Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-08-16T14:58:14.219Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 966f2917b41cbabd8c329e4006849192ff537794 [Pipeline] echo [2023-08-16T14:58:14.235Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 966f291 [Pipeline] echo [2023-08-16T14:58:14.251Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-16T14:58:14.301Z] provisioning config files... [2023-08-16T14:58:14.314Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config13570824259999223279tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-16T14:58:14.618Z] ---> docker-login.sh [2023-08-16T14:58:14.618Z] nexus3.edgexfoundry.org:10001 [2023-08-16T14:58:15.187Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-16T14:58:15.187Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-16T14:58:15.187Z] Configure a credential helper to remove this warning. See [2023-08-16T14:58:15.187Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-16T14:58:15.187Z] [2023-08-16T14:58:15.187Z] Login Succeeded [2023-08-16T14:58:15.187Z] nexus3.edgexfoundry.org:10002 [2023-08-16T14:58:15.447Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-16T14:58:15.447Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-16T14:58:15.447Z] Configure a credential helper to remove this warning. See [2023-08-16T14:58:15.447Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-16T14:58:15.447Z] [2023-08-16T14:58:15.447Z] Login Succeeded [2023-08-16T14:58:15.447Z] nexus3.edgexfoundry.org:10003 [2023-08-16T14:58:15.447Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-16T14:58:15.447Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-16T14:58:15.447Z] Configure a credential helper to remove this warning. See [2023-08-16T14:58:15.447Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-16T14:58:15.447Z] [2023-08-16T14:58:15.713Z] Login Succeeded [2023-08-16T14:58:15.713Z] nexus3.edgexfoundry.org:10004 [2023-08-16T14:58:15.713Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-16T14:58:15.713Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-16T14:58:15.713Z] Configure a credential helper to remove this warning. See [2023-08-16T14:58:15.713Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-16T14:58:15.713Z] [2023-08-16T14:58:15.713Z] Login Succeeded [2023-08-16T14:58:15.713Z] docker.io [2023-08-16T14:58:15.713Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-16T14:58:15.973Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-16T14:58:15.973Z] Configure a credential helper to remove this warning. See [2023-08-16T14:58:15.973Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-16T14:58:15.973Z] [2023-08-16T14:58:15.973Z] Login Succeeded [2023-08-16T14:58:15.973Z] ---> docker-login.sh ends [Pipeline] } [2023-08-16T14:58:15.980Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-08-16T14:58:16.335Z] + git rev-list -1 --merges 966f2917b41cbabd8c329e4006849192ff537794~1..966f2917b41cbabd8c329e4006849192ff537794 [Pipeline] echo [2023-08-16T14:58:16.427Z] -----------> git rev-list -1 --merges 966f2917b41cbabd8c329e4006849192ff537794~1..966f2917b41cbabd8c329e4006849192ff537794 966f2917b41cbabd8c329e4006849192ff537794 [false] [Pipeline] sh [2023-08-16T14:58:16.723Z] + git log --format=format:%s -1 966f2917b41cbabd8c329e4006849192ff537794 [Pipeline] echo [2023-08-16T14:58:16.736Z] ========================================================= [2023-08-16T14:58:16.736Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-08-16T14:58:16.736Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-08-16T14:58:17.060Z] + git log --format=format:%s -1 966f2917b41cbabd8c329e4006849192ff537794 [Pipeline] echo [2023-08-16T14:58:17.070Z] [semverPrep] GIT_COMMIT: 966f2917b41cbabd8c329e4006849192ff537794, Commit Message: build(deps): Bump github.com/edgexfoundry/app-functions-sdk-go/v3 (#220) [Pipeline] echo [2023-08-16T14:58:17.080Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-08-16T14:58:17.454Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-08-16T14:58:17.454Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-08-16T14:58:17.454Z] + [ -e /tmp/ssh_known_hosts ] [2023-08-16T14:58:17.454Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-08-16T14:58:17.454Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-08-16T14:58:17.454Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-08-16T14:58:17.454Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T14:58:17.887Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-16T14:58:17.887Z] [2023-08-16T14:58:17.887Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T14:58:18.191Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-16T14:58:18.191Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-08-16T14:58:18.191Z] b85a868b505f: Pulling fs layer [2023-08-16T14:58:18.191Z] e2be974225ed: Pulling fs layer [2023-08-16T14:58:18.191Z] 339a4e72a1f5: Pulling fs layer [2023-08-16T14:58:18.191Z] 988bab9f4d93: Pulling fs layer [2023-08-16T14:58:18.191Z] 1469e6f7b9e6: Pulling fs layer [2023-08-16T14:58:18.191Z] eaf3925da568: Pulling fs layer [2023-08-16T14:58:18.191Z] bab4dde63d76: Pulling fs layer [2023-08-16T14:58:18.191Z] bde34c3a00c8: Pulling fs layer [2023-08-16T14:58:18.191Z] b352a97aabf1: Pulling fs layer [2023-08-16T14:58:18.191Z] 4872d77fe225: Pulling fs layer [2023-08-16T14:58:18.191Z] 5851b861e8e6: Pulling fs layer [2023-08-16T14:58:18.191Z] 4872d77fe225: Waiting [2023-08-16T14:58:18.191Z] b352a97aabf1: Waiting [2023-08-16T14:58:18.191Z] 988bab9f4d93: Waiting [2023-08-16T14:58:18.191Z] bab4dde63d76: Waiting [2023-08-16T14:58:18.191Z] 5851b861e8e6: Waiting [2023-08-16T14:58:18.191Z] 1469e6f7b9e6: Waiting [2023-08-16T14:58:18.191Z] bde34c3a00c8: Waiting [2023-08-16T14:58:18.191Z] eaf3925da568: Waiting [2023-08-16T14:58:18.191Z] e2be974225ed: Download complete [2023-08-16T14:58:18.191Z] 988bab9f4d93: Verifying Checksum [2023-08-16T14:58:18.191Z] 988bab9f4d93: Download complete [2023-08-16T14:58:18.466Z] 1469e6f7b9e6: Verifying Checksum [2023-08-16T14:58:18.466Z] 1469e6f7b9e6: Download complete [2023-08-16T14:58:18.466Z] 339a4e72a1f5: Verifying Checksum [2023-08-16T14:58:18.466Z] 339a4e72a1f5: Download complete [2023-08-16T14:58:18.466Z] eaf3925da568: Verifying Checksum [2023-08-16T14:58:18.466Z] eaf3925da568: Download complete [2023-08-16T14:58:18.466Z] bde34c3a00c8: Download complete [2023-08-16T14:58:18.466Z] b352a97aabf1: Verifying Checksum [2023-08-16T14:58:18.466Z] b352a97aabf1: Download complete [2023-08-16T14:58:18.466Z] 4872d77fe225: Verifying Checksum [2023-08-16T14:58:18.466Z] 4872d77fe225: Download complete [2023-08-16T14:58:18.466Z] 5851b861e8e6: Verifying Checksum [2023-08-16T14:58:18.466Z] 5851b861e8e6: Download complete [2023-08-16T14:58:18.466Z] b85a868b505f: Verifying Checksum [2023-08-16T14:58:18.466Z] b85a868b505f: Download complete [2023-08-16T14:58:18.729Z] bab4dde63d76: Verifying Checksum [2023-08-16T14:58:18.729Z] bab4dde63d76: Download complete [2023-08-16T14:58:19.666Z] b85a868b505f: Pull complete [2023-08-16T14:58:19.925Z] e2be974225ed: Pull complete [2023-08-16T14:58:20.493Z] 339a4e72a1f5: Pull complete [2023-08-16T14:58:20.493Z] 988bab9f4d93: Pull complete [2023-08-16T14:58:20.753Z] 1469e6f7b9e6: Pull complete [2023-08-16T14:58:20.753Z] eaf3925da568: Pull complete [2023-08-16T14:58:22.673Z] bab4dde63d76: Pull complete [2023-08-16T14:58:22.673Z] bde34c3a00c8: Pull complete [2023-08-16T14:58:22.933Z] b352a97aabf1: Pull complete [2023-08-16T14:58:22.933Z] 4872d77fe225: Pull complete [2023-08-16T14:58:23.215Z] 5851b861e8e6: Pull complete [2023-08-16T14:58:23.215Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-08-16T14:58:23.215Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-16T14:58:23.215Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-16T14:58:23.340Z] prd-ubuntu20.04-docker-8c-8g-3790 does not seem to be running inside a container [2023-08-16T14:58:23.379Z] $ 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-08-16T14:58:24.669Z] $ docker top 2ca26bcc92706a149cf22eeb4a849a1cb6d3e996e2cffdd4872e3dd8d01aeeba -eo pid,comm [2023-08-16T14:58:24.722Z] 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-08-16T14:58:24.722Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-08-16T14:58:24.761Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-16T14:58:24.761Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-16T14:58:24.869Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-16T14:58:24.876Z] $ docker exec 2ca26bcc92706a149cf22eeb4a849a1cb6d3e996e2cffdd4872e3dd8d01aeeba ssh-agent [2023-08-16T14:58:24.977Z] SSH_AUTH_SOCK=/tmp/ssh-V1zM5J41qimI/agent.31 [2023-08-16T14:58:24.977Z] SSH_AGENT_PID=37 [2023-08-16T14:58:24.984Z] Running ssh-add (command line suppressed) [2023-08-16T14:58:25.099Z] Identity added: /w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_3380535145473013820.key (/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_3380535145473013820.key) [2023-08-16T14:58:25.122Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-16T14:58:25.409Z] + git tag --points-at HEAD [Pipeline] } [2023-08-16T14:58:25.424Z] $ docker exec --env ******** --env ******** 2ca26bcc92706a149cf22eeb4a849a1cb6d3e996e2cffdd4872e3dd8d01aeeba ssh-agent -k [2023-08-16T14:58:25.531Z] unset SSH_AUTH_SOCK; [2023-08-16T14:58:25.532Z] unset SSH_AGENT_PID; [2023-08-16T14:58:25.532Z] echo Agent pid 37 killed; [2023-08-16T14:58:25.563Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-08-16T14:58:25.596Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-16T14:58:25.596Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-16T14:58:25.714Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-16T14:58:25.720Z] $ docker exec 2ca26bcc92706a149cf22eeb4a849a1cb6d3e996e2cffdd4872e3dd8d01aeeba ssh-agent [2023-08-16T14:58:25.849Z] SSH_AUTH_SOCK=/tmp/ssh-T4I1JNll3pHh/agent.69 [2023-08-16T14:58:25.849Z] SSH_AGENT_PID=75 [2023-08-16T14:58:25.854Z] Running ssh-add (command line suppressed) [2023-08-16T14:58:25.970Z] Identity added: /w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_18284033690343807052.key (/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_18284033690343807052.key) [2023-08-16T14:58:25.983Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-16T14:58:26.287Z] + git semver init [2023-08-16T14:58:26.547Z] 2023-08-16 14:58:26,487 [run_init] DEBUG init version:0.0.0 force:False [2023-08-16T14:58:26.547Z] 2023-08-16 14:58:26,488 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/dry_app-rfid-llrp-inventory_main/.semver [2023-08-16T14:58:26.547Z] 2023-08-16 14:58:26,489 [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-08-16T14:58:26.547Z] 2023-08-16 14:58:26,489 [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-08-16T14:58:27.926Z] 2023-08-16 14:58:27,548 [append_file] DEBUG append to file:/w/workspace/dry_app-rfid-llrp-inventory_main/.git/info/exclude [2023-08-16T14:58:27.926Z] 2023-08-16 14:58:27,548 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main with force:False [2023-08-16T14:58:27.926Z] 2023-08-16 14:58:27,548 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2023-08-16T14:58:27.926Z] 2023-08-16 14:58:27,549 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2023-08-16T14:58:27.926Z] 3.1.0-dev.12 [Pipeline] } [2023-08-16T14:58:27.937Z] $ docker exec --env ******** --env ******** 2ca26bcc92706a149cf22eeb4a849a1cb6d3e996e2cffdd4872e3dd8d01aeeba ssh-agent -k [2023-08-16T14:58:28.045Z] unset SSH_AUTH_SOCK; [2023-08-16T14:58:28.045Z] unset SSH_AGENT_PID; [2023-08-16T14:58:28.045Z] echo Agent pid 75 killed; [2023-08-16T14:58:28.051Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-08-16T14:58:28.365Z] + git semver [Pipeline] } [2023-08-16T14:58:28.640Z] $ docker stop --time=1 2ca26bcc92706a149cf22eeb4a849a1cb6d3e996e2cffdd4872e3dd8d01aeeba [2023-08-16T14:58:30.060Z] $ docker rm -f --volumes 2ca26bcc92706a149cf22eeb4a849a1cb6d3e996e2cffdd4872e3dd8d01aeeba [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-16T14:58:30.393Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-08-16T14:58:30.605Z] Stashed 1 file(s) [Pipeline] echo [2023-08-16T14:58:30.607Z] [edgeXSemver]: initialized semver on version 3.1.0-dev.12 [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-08-16T14:58:30.739Z] provisioning config files... [2023-08-16T14:58:30.748Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config1410925750005007342tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-16T14:58:31.050Z] ---> docker-login.sh [2023-08-16T14:58:31.050Z] nexus3.edgexfoundry.org:10001 [2023-08-16T14:58:31.050Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-16T14:58:31.050Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-16T14:58:31.050Z] Configure a credential helper to remove this warning. See [2023-08-16T14:58:31.050Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-16T14:58:31.050Z] [2023-08-16T14:58:31.050Z] Login Succeeded [2023-08-16T14:58:31.050Z] nexus3.edgexfoundry.org:10002 [2023-08-16T14:58:31.050Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-16T14:58:31.050Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-16T14:58:31.050Z] Configure a credential helper to remove this warning. See [2023-08-16T14:58:31.050Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-16T14:58:31.050Z] [2023-08-16T14:58:31.050Z] Login Succeeded [2023-08-16T14:58:31.050Z] nexus3.edgexfoundry.org:10003 [2023-08-16T14:58:31.311Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-16T14:58:31.311Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-16T14:58:31.311Z] Configure a credential helper to remove this warning. See [2023-08-16T14:58:31.311Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-16T14:58:31.311Z] [2023-08-16T14:58:31.311Z] Login Succeeded [2023-08-16T14:58:31.311Z] nexus3.edgexfoundry.org:10004 [2023-08-16T14:58:31.311Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-16T14:58:31.311Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-16T14:58:31.311Z] Configure a credential helper to remove this warning. See [2023-08-16T14:58:31.311Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-16T14:58:31.311Z] [2023-08-16T14:58:31.311Z] Login Succeeded [2023-08-16T14:58:31.311Z] docker.io [2023-08-16T14:58:31.572Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-16T14:58:31.832Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-16T14:58:31.832Z] Configure a credential helper to remove this warning. See [2023-08-16T14:58:31.832Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-16T14:58:31.832Z] [2023-08-16T14:58:31.832Z] Login Succeeded [2023-08-16T14:58:31.832Z] ---> docker-login.sh ends [Pipeline] } [2023-08-16T14:58:31.839Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-08-16T14:58:31.907Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-16T14:58:31.922Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-16T14:58:31.935Z] ========================================================= [2023-08-16T14:58:31.935Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-08-16T14:58:31.935Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T14:58:32.253Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-08-16T14:58:32.254Z] Sending build context to Docker daemon 12.68MB [2023-08-16T14:58:32.254Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-08-16T14:58:32.254Z] Step 2/12 : FROM ${BASE} AS builder [2023-08-16T14:58:32.254Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-08-16T14:58:32.254Z] 4db1b89c0bd1: Pulling fs layer [2023-08-16T14:58:32.254Z] 6911f1a30b25: Pulling fs layer [2023-08-16T14:58:32.254Z] e194b8c5c2a9: Pulling fs layer [2023-08-16T14:58:32.254Z] 6863d3e3a2b1: Pulling fs layer [2023-08-16T14:58:32.254Z] ec0bb842ea78: Pulling fs layer [2023-08-16T14:58:32.254Z] 40a00589a448: Pulling fs layer [2023-08-16T14:58:32.254Z] 6c08303d61cc: Pulling fs layer [2023-08-16T14:58:32.254Z] 798269fcf238: Pulling fs layer [2023-08-16T14:58:32.254Z] ec0bb842ea78: Waiting [2023-08-16T14:58:32.254Z] 6863d3e3a2b1: Waiting [2023-08-16T14:58:32.254Z] 6c08303d61cc: Waiting [2023-08-16T14:58:32.514Z] 6911f1a30b25: Verifying Checksum [2023-08-16T14:58:32.514Z] 6863d3e3a2b1: Verifying Checksum [2023-08-16T14:58:32.514Z] 6863d3e3a2b1: Download complete [2023-08-16T14:58:32.514Z] ec0bb842ea78: Verifying Checksum [2023-08-16T14:58:32.514Z] ec0bb842ea78: Download complete [2023-08-16T14:58:32.514Z] 4db1b89c0bd1: Verifying Checksum [2023-08-16T14:58:32.514Z] 4db1b89c0bd1: Download complete [2023-08-16T14:58:32.514Z] 40a00589a448: Verifying Checksum [2023-08-16T14:58:32.514Z] 40a00589a448: Download complete [2023-08-16T14:58:32.779Z] 4db1b89c0bd1: Pull complete [2023-08-16T14:58:32.779Z] 6911f1a30b25: Pull complete [2023-08-16T14:58:33.363Z] e194b8c5c2a9: Verifying Checksum [2023-08-16T14:58:33.363Z] e194b8c5c2a9: Download complete [2023-08-16T14:58:33.363Z] 798269fcf238: Verifying Checksum [2023-08-16T14:58:33.363Z] 798269fcf238: Download complete [2023-08-16T14:58:33.363Z] 6c08303d61cc: Verifying Checksum [2023-08-16T14:58:33.363Z] 6c08303d61cc: Download complete [2023-08-16T14:58:36.647Z] e194b8c5c2a9: Pull complete [2023-08-16T14:58:36.647Z] 6863d3e3a2b1: Pull complete [2023-08-16T14:58:36.907Z] ec0bb842ea78: Pull complete [2023-08-16T14:58:36.907Z] 40a00589a448: Pull complete [2023-08-16T14:58:39.454Z] 6c08303d61cc: Pull complete [2023-08-16T14:58:40.391Z] 798269fcf238: Pull complete [2023-08-16T14:58:40.391Z] Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 [2023-08-16T14:58:40.391Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-08-16T14:58:40.391Z] ---> ec979cd7f677 [2023-08-16T14:58:40.391Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-08-16T14:58:41.772Z] ---> Running in facf10530d79 [2023-08-16T14:58:41.772Z] Removing intermediate container facf10530d79 [2023-08-16T14:58:41.772Z] ---> 46a0443e38fa [2023-08-16T14:58:41.772Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-08-16T14:58:41.772Z] ---> Running in 75559ff3668b [2023-08-16T14:58:42.031Z] Removing intermediate container 75559ff3668b [2023-08-16T14:58:42.031Z] ---> ec3c8e04f7a2 [2023-08-16T14:58:42.031Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-08-16T14:58:42.031Z] ---> Running in a5f11ee092f7 [2023-08-16T14:58:42.031Z] Removing intermediate container a5f11ee092f7 [2023-08-16T14:58:42.031Z] ---> 90dd3f9d1bf4 [2023-08-16T14:58:42.031Z] Step 6/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-08-16T14:58:42.031Z] ---> Running in b0b12fcce933 [2023-08-16T14:58:42.291Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-16T14:58:42.551Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-16T14:58:42.812Z] OK: 265 MiB in 53 packages [2023-08-16T14:58:43.072Z] Removing intermediate container b0b12fcce933 [2023-08-16T14:58:43.072Z] ---> 61233e5b8b06 [2023-08-16T14:58:43.072Z] Step 7/12 : WORKDIR /app [2023-08-16T14:58:43.336Z] ---> Running in ee70ce3a143f [2023-08-16T14:58:43.336Z] Removing intermediate container ee70ce3a143f [2023-08-16T14:58:43.336Z] ---> 0a290488c114 [2023-08-16T14:58:43.336Z] Step 8/12 : COPY go.mod vendor* ./ [2023-08-16T14:58:43.336Z] ---> d389295c9485 [2023-08-16T14:58:43.336Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-16T14:58:43.336Z] ---> Running in 4f3b7abcf2b7 [2023-08-16T14:58:45.695Z] Still waiting to schedule task [2023-08-16T14:58:45.695Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-08-16T14:59:09.906Z] Removing intermediate container 4f3b7abcf2b7 [2023-08-16T14:59:09.906Z] ---> eaf2356a3578 [2023-08-16T14:59:09.906Z] Step 10/12 : COPY . . [2023-08-16T14:59:09.906Z] ---> dae3f85c3993 [2023-08-16T14:59:09.906Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-08-16T14:59:09.906Z] ---> Running in f83983e87566 [2023-08-16T14:59:09.906Z] Removing intermediate container f83983e87566 [2023-08-16T14:59:09.906Z] ---> 3e718dc32124 [2023-08-16T14:59:09.906Z] Step 12/12 : RUN $MAKE [2023-08-16T14:59:09.906Z] ---> Running in 779f960b5736 [2023-08-16T14:59:09.906Z] noop [2023-08-16T14:59:09.906Z] Removing intermediate container 779f960b5736 [2023-08-16T14:59:09.906Z] ---> bf0d61e84678 [2023-08-16T14:59:09.906Z] Successfully built bf0d61e84678 [2023-08-16T14:59:09.906Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T14:59:10.233Z] + docker inspect -f . ci-base-image-x86_64 [2023-08-16T14:59:10.233Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-16T14:59:10.311Z] prd-ubuntu20.04-docker-8c-8g-3790 does not seem to be running inside a container [2023-08-16T14:59:10.349Z] $ 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-08-16T14:59:10.696Z] $ docker top 709e5518a8d2804dab8d9c3079a70bbcf9b47f60bb6cad4377fde12eb9709b2e -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-16T14:59:11.040Z] + go version [2023-08-16T14:59:11.040Z] go version go1.20.6 linux/amd64 [Pipeline] } [2023-08-16T14:59:11.053Z] $ docker stop --time=1 709e5518a8d2804dab8d9c3079a70bbcf9b47f60bb6cad4377fde12eb9709b2e [2023-08-16T14:59:12.331Z] $ docker rm -f --volumes 709e5518a8d2804dab8d9c3079a70bbcf9b47f60bb6cad4377fde12eb9709b2e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T14:59:12.751Z] + docker inspect -f . ci-base-image-x86_64 [2023-08-16T14:59:12.751Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-16T14:59:12.822Z] prd-ubuntu20.04-docker-8c-8g-3790 does not seem to be running inside a container [2023-08-16T14:59:12.858Z] $ 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-08-16T14:59:13.196Z] $ docker top 4c98f4f4fffd50d318e1ef3e0845fe481432f9e715879c86cb388d463ada57dc -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-16T14:59:13.543Z] + git config --global --add safe.directory /w/workspace/dry_app-rfid-llrp-inventory_main [Pipeline] fileExists [Pipeline] sh [2023-08-16T14:59:13.843Z] + make test [2023-08-16T14:59:13.843Z] go test -race ./... -coverprofile=coverage.out ./... [2023-08-16T14:59:35.782Z] ? edgexfoundry/app-rfid-llrp-inventory [no test files] [2023-08-16T14:59:35.782Z] ? edgexfoundry/app-rfid-llrp-inventory/internal/inventory/app [no test files] [2023-08-16T14:59:35.782Z] ok edgexfoundry/app-rfid-llrp-inventory/internal/inventory 0.144s coverage: 86.2% of statements [2023-08-16T14:59:37.158Z] ok edgexfoundry/app-rfid-llrp-inventory/internal/llrp 2.752s coverage: 71.9% of statements [2023-08-16T14:59:59.092Z] go vet ./... [2023-08-16T15:00:04.363Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-08-16T15:00:04.363Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-08-16T15:00:04.363Z] ./bin/test-attribution.sh [Pipeline] echo [2023-08-16T15:00:04.376Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-08-16T15:00:04.390Z] $ docker stop --time=1 4c98f4f4fffd50d318e1ef3e0845fe481432f9e715879c86cb388d463ada57dc [2023-08-16T15:00:06.247Z] $ docker rm -f --volumes 4c98f4f4fffd50d318e1ef3e0845fe481432f9e715879c86cb388d463ada57dc [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-16T15:00:06.784Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-08-16T15:00:06.850Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-08-16T15:00:07.382Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-08-16T15:00:07.666Z] + ls -al . [2023-08-16T15:00:07.667Z] total 236 [2023-08-16T15:00:07.667Z] drwxrwxr-x 11 jenkins jenkins 4096 Aug 16 14:59 . [2023-08-16T15:00:07.667Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 16 14:58 .. [2023-08-16T15:00:07.667Z] -rw-rw-r-- 1 jenkins jenkins 262 Aug 16 14:58 .dockerignore [2023-08-16T15:00:07.667Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 16 14:58 .git [2023-08-16T15:00:07.667Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 16 14:58 .github [2023-08-16T15:00:07.667Z] -rw-rw-r-- 1 jenkins jenkins 788 Aug 16 14:58 .gitignore [2023-08-16T15:00:07.667Z] -rw-rw-r-- 1 jenkins jenkins 41 Aug 16 14:58 .golangci.yml [2023-08-16T15:00:07.667Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 16 14:58 .semver [2023-08-16T15:00:07.667Z] -rw-rw-r-- 1 jenkins jenkins 10232 Aug 16 14:58 Attribution.txt [2023-08-16T15:00:07.667Z] -rw-rw-r-- 1 jenkins jenkins 9317 Aug 16 14:58 CHANGELOG.md [2023-08-16T15:00:07.667Z] -rw-rw-r-- 1 jenkins jenkins 1659 Aug 16 14:58 Dockerfile [2023-08-16T15:00:07.667Z] -rw-rw-r-- 1 jenkins jenkins 677 Aug 16 14:58 GOVERNANCE.md [2023-08-16T15:00:07.667Z] -rw-rw-r-- 1 jenkins jenkins 687 Aug 16 14:58 Jenkinsfile [2023-08-16T15:00:07.667Z] -rw-rw-r-- 1 jenkins jenkins 11347 Aug 16 14:58 LICENSE [2023-08-16T15:00:07.667Z] -rw-rw-r-- 1 jenkins jenkins 2497 Aug 16 14:58 Makefile [2023-08-16T15:00:07.667Z] -rw-rw-r-- 1 jenkins jenkins 617 Aug 16 14:58 OWNERS.md [2023-08-16T15:00:07.667Z] -rw-rw-r-- 1 jenkins jenkins 31516 Aug 16 14:58 README.md [2023-08-16T15:00:07.667Z] -rw-rw-r-- 1 jenkins jenkins 12 Aug 16 14:58 VERSION [2023-08-16T15:00:07.667Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 16 14:58 bin [2023-08-16T15:00:07.667Z] -rw-r--r-- 1 jenkins jenkins 41317 Aug 16 14:59 coverage.out [2023-08-16T15:00:07.667Z] -rw-rw-r-- 1 jenkins jenkins 3664 Aug 16 14:58 go.mod [2023-08-16T15:00:07.667Z] -rw-rw-r-- 1 jenkins jenkins 32783 Aug 16 14:58 go.sum [2023-08-16T15:00:07.667Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 16 14:58 images [2023-08-16T15:00:07.667Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 16 14:58 internal [2023-08-16T15:00:07.667Z] -rw-rw-r-- 1 jenkins jenkins 531 Aug 16 14:58 main.go [2023-08-16T15:00:07.667Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 16 14:58 res [2023-08-16T15:00:07.667Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 16 14:58 snap [2023-08-16T15:00:07.667Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 16 14:58 static [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T15:00:07.971Z] + 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=966f2917b41cbabd8c329e4006849192ff537794 --label arch=amd64 --label version=3.1.0-dev.12 . [2023-08-16T15:00:07.971Z] Sending build context to Docker daemon 12.68MB [2023-08-16T15:00:07.971Z] Step 1/29 : ARG BASE=golang:1.20-alpine3.17 [2023-08-16T15:00:07.971Z] Step 2/29 : FROM ${BASE} AS builder [2023-08-16T15:00:07.971Z] ---> bf0d61e84678 [2023-08-16T15:00:07.971Z] Step 3/29 : ARG ALPINE_PKG_BASE="make git" [2023-08-16T15:00:07.971Z] ---> Running in 8197a44ac116 [2023-08-16T15:00:08.229Z] Removing intermediate container 8197a44ac116 [2023-08-16T15:00:08.229Z] ---> becbd299de49 [2023-08-16T15:00:08.229Z] Step 4/29 : ARG ALPINE_PKG_EXTRA="" [2023-08-16T15:00:08.229Z] ---> Running in f24b84c325f8 [2023-08-16T15:00:08.229Z] Removing intermediate container f24b84c325f8 [2023-08-16T15:00:08.229Z] ---> 6fb78d6ffc29 [2023-08-16T15:00:08.229Z] Step 5/29 : ARG ADD_BUILD_TAGS="" [2023-08-16T15:00:08.230Z] ---> Running in c8c9b997021a [2023-08-16T15:00:08.230Z] Removing intermediate container c8c9b997021a [2023-08-16T15:00:08.230Z] ---> 068ece3a5ab9 [2023-08-16T15:00:08.230Z] Step 6/29 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-08-16T15:00:08.230Z] ---> Running in 3f9784a9a75a [2023-08-16T15:00:08.798Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-16T15:00:08.798Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-16T15:00:08.798Z] OK: 265 MiB in 53 packages [2023-08-16T15:00:09.365Z] Removing intermediate container 3f9784a9a75a [2023-08-16T15:00:09.365Z] ---> a844b47348a2 [2023-08-16T15:00:09.365Z] Step 7/29 : WORKDIR /app [2023-08-16T15:00:09.365Z] ---> Running in 92e8c61ad9fd [2023-08-16T15:00:09.365Z] Removing intermediate container 92e8c61ad9fd [2023-08-16T15:00:09.365Z] ---> 0164fa0108de [2023-08-16T15:00:09.365Z] Step 8/29 : COPY go.mod vendor* ./ [2023-08-16T15:00:09.365Z] ---> 2e5616398284 [2023-08-16T15:00:09.365Z] Step 9/29 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-16T15:00:09.625Z] ---> Running in 48dc44085fc3 [2023-08-16T15:00:10.245Z] Removing intermediate container 48dc44085fc3 [2023-08-16T15:00:10.245Z] ---> 9a182b29e345 [2023-08-16T15:00:10.245Z] Step 10/29 : COPY . . [2023-08-16T15:00:10.525Z] ---> d02e27969251 [2023-08-16T15:00:10.525Z] Step 11/29 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-08-16T15:00:10.525Z] ---> Running in d04405237564 [2023-08-16T15:00:10.525Z] Removing intermediate container d04405237564 [2023-08-16T15:00:10.525Z] ---> 41cbe5f12ec2 [2023-08-16T15:00:10.525Z] Step 12/29 : RUN $MAKE [2023-08-16T15:00:10.525Z] ---> Running in ff377664c4c4 [2023-08-16T15:00:10.805Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.1.0-dev.19 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.1.0-dev.12 -X edgexfoundry/app-rfid-llrp-inventory.Version=3.1.0-dev.12" -trimpath -mod=readonly -o app-rfid-llrp-inventory [2023-08-16T15:00:17.019Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-3792 in /w/workspace/dry_app-rfid-llrp-inventory_main [Pipeline] { [Pipeline] ws [2023-08-16T15:00:17.031Z] Running in /w/workspace/app-rfid-llrp-inventory/124 [Pipeline] { [Pipeline] checkout [2023-08-16T15:00:17.064Z] The recommended git tool is: git [2023-08-16T15:00:22.032Z] using credential edgex-jenkins-ssh [2023-08-16T15:00:22.048Z] Cloning the remote Git repository [2023-08-16T15:00:22.086Z] Cloning repository git@github.com:edgexfoundry/app-rfid-llrp-inventory.git [2023-08-16T15:00:22.168Z] > git init /w/workspace/app-rfid-llrp-inventory/124 # timeout=10 [2023-08-16T15:00:22.307Z] Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.git [2023-08-16T15:00:22.308Z] > git --version # timeout=10 [2023-08-16T15:00:22.328Z] > git --version # 'git version 2.25.1' [2023-08-16T15:00:22.330Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-08-16T15:00:22.473Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-08-16T15:00:24.452Z] > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 [2023-08-16T15:00:24.479Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-08-16T15:00:25.264Z] Avoid second fetch [2023-08-16T15:00:25.264Z] Checking out Revision 966f2917b41cbabd8c329e4006849192ff537794 (main) [2023-08-16T15:00:25.819Z] Commit message: "build(deps): Bump github.com/edgexfoundry/app-functions-sdk-go/v3 (#220)" [2023-08-16T15:00:25.278Z] > git config core.sparsecheckout # timeout=10 [2023-08-16T15:00:25.337Z] > git checkout -f 966f2917b41cbabd8c329e4006849192ff537794 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-08-16T15:00:26.667Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-08-16T15:00:26.668Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-08-16T15:00:26.668Z] Dload Upload Total Spent Left Speed [2023-08-16T15:00:26.668Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 88548 0 --:--:-- --:--:-- --:--:-- 88548 [Pipeline] sh [2023-08-16T15:00:27.438Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-08-16T15:00:27.767Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-08-16T15:00:27.767Z] + sudo tee /etc/docker/daemon.new [2023-08-16T15:00:27.767Z] { [2023-08-16T15:00:27.767Z] "registry-mirrors": [ [2023-08-16T15:00:27.767Z] "https://nexus3.edgexfoundry.org:10001" [2023-08-16T15:00:27.767Z] ], [2023-08-16T15:00:27.767Z] "bip": "10.250.0.254/24", [2023-08-16T15:00:27.767Z] "hosts": [ [2023-08-16T15:00:27.767Z] "tcp://0.0.0.0:5555", [2023-08-16T15:00:27.767Z] "unix:///var/run/docker.sock" [2023-08-16T15:00:27.767Z] ], [2023-08-16T15:00:27.767Z] "mtu": 1458, [2023-08-16T15:00:27.767Z] "selinux-enabled": true, [2023-08-16T15:00:27.767Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-08-16T15:00:27.767Z] } [Pipeline] sh [2023-08-16T15:00:28.099Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-08-16T15:00:28.435Z] + sudo service docker restart [2023-08-16T15:00:28.976Z] Removing intermediate container ff377664c4c4 [2023-08-16T15:00:28.976Z] ---> 31f109fa56e5 [2023-08-16T15:00:28.976Z] Step 13/29 : FROM alpine:3.17 [2023-08-16T15:00:28.976Z] 3.17: Pulling from library/alpine [2023-08-16T15:00:28.976Z] 9398808236ff: Pulling fs layer [2023-08-16T15:00:28.976Z] 9398808236ff: Verifying Checksum [2023-08-16T15:00:28.976Z] 9398808236ff: Download complete [2023-08-16T15:00:28.976Z] 9398808236ff: Pull complete [2023-08-16T15:00:28.976Z] Digest: sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-16T15:00:28.976Z] Status: Downloaded newer image for alpine:3.17 [2023-08-16T15:00:28.976Z] ---> 1e0b8b5322fc [2023-08-16T15:00:28.976Z] Step 14/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-08-16T15:00:28.976Z] ---> Running in fea797236a8a [2023-08-16T15:00:28.976Z] Removing intermediate container fea797236a8a [2023-08-16T15:00:28.976Z] ---> d2024b938ade [2023-08-16T15:00:28.976Z] Step 15/29 : LABEL Name=app-service-rfid-llrp-inventory Version=${VERSION} [2023-08-16T15:00:28.976Z] ---> Running in 87efa4cbdcb1 [2023-08-16T15:00:28.976Z] Removing intermediate container 87efa4cbdcb1 [2023-08-16T15:00:28.976Z] ---> bd5bc295bd32 [2023-08-16T15:00:28.976Z] Step 16/29 : RUN apk --no-cache add ca-certificates dumb-init [2023-08-16T15:00:28.976Z] ---> Running in c3a9351a0f30 [2023-08-16T15:00:28.976Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-16T15:00:28.976Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-16T15:00:29.235Z] (1/2) Installing ca-certificates (20230506-r0) [2023-08-16T15:00:29.235Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-08-16T15:00:29.235Z] Executing busybox-1.35.0-r29.trigger [2023-08-16T15:00:29.235Z] Executing ca-certificates-20230506-r0.trigger [2023-08-16T15:00:29.235Z] OK: 8 MiB in 17 packages [2023-08-16T15:00:29.801Z] Removing intermediate container c3a9351a0f30 [2023-08-16T15:00:29.801Z] ---> 0025faf1c971 [2023-08-16T15:00:29.801Z] Step 17/29 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-08-16T15:00:29.801Z] ---> 9ddc113f6248 [2023-08-16T15:00:29.801Z] Step 18/29 : COPY --from=builder /app/LICENSE /LICENSE [2023-08-16T15:00:29.801Z] ---> a20b71e607ac [2023-08-16T15:00:29.801Z] Step 19/29 : COPY --from=builder /app/res/ /res/ [2023-08-16T15:00:30.060Z] ---> 5af6e8ab524e [2023-08-16T15:00:30.060Z] Step 20/29 : COPY --from=builder /app/static/ /static/ [2023-08-16T15:00:30.060Z] ---> efa4421f45ac [2023-08-16T15:00:30.060Z] Step 21/29 : COPY --from=builder /app/app-rfid-llrp-inventory /app-rfid-llrp-inventory [2023-08-16T15:00:30.627Z] ---> 951e7a79d3f8 [2023-08-16T15:00:30.627Z] Step 22/29 : RUN mkdir -p /cache && chown -R 2002:2002 /cache [2023-08-16T15:00:30.627Z] ---> Running in 019c6a4becb5 [2023-08-16T15:00:31.194Z] Removing intermediate container 019c6a4becb5 [2023-08-16T15:00:31.194Z] ---> f6a5adcc1e92 [2023-08-16T15:00:31.194Z] Step 23/29 : VOLUME /cache [2023-08-16T15:00:31.194Z] ---> Running in 7a55aaf99d16 [2023-08-16T15:00:31.194Z] Removing intermediate container 7a55aaf99d16 [2023-08-16T15:00:31.194Z] ---> 464f458c8623 [2023-08-16T15:00:31.194Z] Step 24/29 : EXPOSE 59711 [2023-08-16T15:00:31.194Z] ---> Running in 1215794e636b [2023-08-16T15:00:31.194Z] Removing intermediate container 1215794e636b [2023-08-16T15:00:31.194Z] ---> 99578550a085 [2023-08-16T15:00:31.194Z] Step 25/29 : ENTRYPOINT ["/app-rfid-llrp-inventory"] [2023-08-16T15:00:31.194Z] ---> Running in 45285dd7d60d [2023-08-16T15:00:31.452Z] Removing intermediate container 45285dd7d60d [2023-08-16T15:00:31.452Z] ---> 8c4b9bb69f79 [2023-08-16T15:00:31.452Z] Step 26/29 : CMD ["-cp=consul.http://edgex-core-consul:8500", "-registry"] [2023-08-16T15:00:31.452Z] ---> Running in 4957706fb253 [2023-08-16T15:00:31.452Z] Removing intermediate container 4957706fb253 [2023-08-16T15:00:31.452Z] ---> 2a807a5efc3c [2023-08-16T15:00:31.452Z] Step 27/29 : LABEL arch=amd64 [2023-08-16T15:00:31.452Z] ---> Running in 0d4218fdd681 [2023-08-16T15:00:31.452Z] Removing intermediate container 0d4218fdd681 [2023-08-16T15:00:31.452Z] ---> 2e4bb4a1c39b [2023-08-16T15:00:31.452Z] Step 28/29 : LABEL git_sha=966f2917b41cbabd8c329e4006849192ff537794 [2023-08-16T15:00:31.452Z] ---> Running in fb688e9a4ff6 [2023-08-16T15:00:31.712Z] Removing intermediate container fb688e9a4ff6 [2023-08-16T15:00:31.712Z] ---> 27daf924d19e [2023-08-16T15:00:31.712Z] Step 29/29 : LABEL version=3.1.0-dev.12 [2023-08-16T15:00:31.712Z] ---> Running in eef742c9535c [2023-08-16T15:00:31.712Z] Removing intermediate container eef742c9535c [2023-08-16T15:00:31.712Z] ---> 46cc1c575626 [2023-08-16T15:00:31.712Z] [Warning] One or more build-args [ARCH] were not consumed [2023-08-16T15:00:31.712Z] Successfully built 46cc1c575626 [2023-08-16T15:00:31.712Z] 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-08-16T15:00:31.800Z] provisioning config files... [2023-08-16T15:00:31.808Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config7720391815298364973tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-16T15:00:32.100Z] ---> docker-login.sh [2023-08-16T15:00:32.100Z] nexus3.edgexfoundry.org:10001 [2023-08-16T15:00:32.100Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-16T15:00:32.100Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-16T15:00:32.100Z] Configure a credential helper to remove this warning. See [2023-08-16T15:00:32.100Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-16T15:00:32.100Z] [2023-08-16T15:00:32.100Z] Login Succeeded [2023-08-16T15:00:32.100Z] nexus3.edgexfoundry.org:10002 [2023-08-16T15:00:32.100Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-16T15:00:32.100Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-16T15:00:32.100Z] Configure a credential helper to remove this warning. See [2023-08-16T15:00:32.100Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-16T15:00:32.100Z] [2023-08-16T15:00:32.100Z] Login Succeeded [2023-08-16T15:00:32.100Z] nexus3.edgexfoundry.org:10003 [2023-08-16T15:00:33.300Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-16T15:00:33.300Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-16T15:00:33.300Z] Configure a credential helper to remove this warning. See [2023-08-16T15:00:33.300Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-16T15:00:33.300Z] [2023-08-16T15:00:33.300Z] Login Succeeded [2023-08-16T15:00:33.300Z] nexus3.edgexfoundry.org:10004 [2023-08-16T15:00:33.300Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-16T15:00:33.560Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-16T15:00:33.560Z] Configure a credential helper to remove this warning. See [2023-08-16T15:00:33.560Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-16T15:00:33.560Z] [2023-08-16T15:00:33.560Z] Login Succeeded [2023-08-16T15:00:33.560Z] docker.io [2023-08-16T15:00:33.560Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-16T15:00:33.819Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-16T15:00:33.819Z] Configure a credential helper to remove this warning. See [2023-08-16T15:00:33.819Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-16T15:00:33.819Z] [2023-08-16T15:00:33.819Z] Login Succeeded [2023-08-16T15:00:33.819Z] ---> docker-login.sh ends [Pipeline] } [2023-08-16T15:00:33.826Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-08-16T15:00:33.857Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-16T15:00:33.884Z] [edgeXDocker.push] Tagging docker image app-rfid-llrp-inventory with the following tags: [2023-08-16T15:00:33.884Z] 966f2917b41cbabd8c329e4006849192ff537794 [2023-08-16T15:00:33.884Z] latest [2023-08-16T15:00:33.884Z] 3.1.0-dev.12 [2023-08-16T15:00:33.884Z] 966f2917b41cbabd8c329e4006849192ff537794-3.1.0-dev.12 [2023-08-16T15:00:33.884Z] main [2023-08-16T15:00:33.884Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T15:00:34.220Z] + docker tag app-rfid-llrp-inventory nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:966f2917b41cbabd8c329e4006849192ff537794 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T15:00:34.533Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:966f2917b41cbabd8c329e4006849192ff537794 [2023-08-16T15:00:34.533Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] [2023-08-16T15:00:34.533Z] 59b0c330a414: Preparing [2023-08-16T15:00:34.533Z] 968044067c16: Preparing [2023-08-16T15:00:34.533Z] ac38c6b70ada: Preparing [2023-08-16T15:00:34.533Z] 3cdaa8d2f63c: Preparing [2023-08-16T15:00:34.533Z] 710980333348: Preparing [2023-08-16T15:00:34.533Z] 0e9fb7e97621: Preparing [2023-08-16T15:00:34.533Z] e19a127b6968: Preparing [2023-08-16T15:00:34.533Z] 36b50b131297: Preparing [2023-08-16T15:00:34.533Z] 0e9fb7e97621: Waiting [2023-08-16T15:00:34.533Z] e19a127b6968: Waiting [2023-08-16T15:00:34.533Z] 36b50b131297: Waiting [2023-08-16T15:00:34.533Z] 59b0c330a414: Pushed [2023-08-16T15:00:34.533Z] 3cdaa8d2f63c: Pushed [2023-08-16T15:00:34.533Z] 710980333348: Pushed [2023-08-16T15:00:34.533Z] ac38c6b70ada: Pushed [2023-08-16T15:00:34.533Z] 36b50b131297: Layer already exists [2023-08-16T15:00:34.533Z] 0e9fb7e97621: Pushed [2023-08-16T15:00:34.792Z] e19a127b6968: Pushed [2023-08-16T15:00:40.424Z] 968044067c16: Pushed [2023-08-16T15:00:40.424Z] 966f2917b41cbabd8c329e4006849192ff537794: digest: sha256:03ed6f70f208160252f55ceb84d8c11e21fd49fe85a4c576717735a644739eae size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T15:00:40.736Z] + 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-08-16T15:00:41.037Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:latest [2023-08-16T15:00:41.038Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] [2023-08-16T15:00:41.038Z] 59b0c330a414: Preparing [2023-08-16T15:00:41.038Z] 968044067c16: Preparing [2023-08-16T15:00:41.038Z] ac38c6b70ada: Preparing [2023-08-16T15:00:41.038Z] 3cdaa8d2f63c: Preparing [2023-08-16T15:00:41.038Z] 710980333348: Preparing [2023-08-16T15:00:41.038Z] 0e9fb7e97621: Preparing [2023-08-16T15:00:41.038Z] e19a127b6968: Preparing [2023-08-16T15:00:41.038Z] 36b50b131297: Preparing [2023-08-16T15:00:41.038Z] 0e9fb7e97621: Waiting [2023-08-16T15:00:41.038Z] e19a127b6968: Waiting [2023-08-16T15:00:41.038Z] 36b50b131297: Waiting [2023-08-16T15:00:41.038Z] 968044067c16: Layer already exists [2023-08-16T15:00:41.038Z] 710980333348: Layer already exists [2023-08-16T15:00:41.038Z] 59b0c330a414: Layer already exists [2023-08-16T15:00:41.038Z] 3cdaa8d2f63c: Layer already exists [2023-08-16T15:00:41.038Z] ac38c6b70ada: Layer already exists [2023-08-16T15:00:41.038Z] e19a127b6968: Layer already exists [2023-08-16T15:00:41.038Z] 0e9fb7e97621: Layer already exists [2023-08-16T15:00:41.038Z] 36b50b131297: Layer already exists [2023-08-16T15:00:41.038Z] latest: digest: sha256:03ed6f70f208160252f55ceb84d8c11e21fd49fe85a4c576717735a644739eae size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T15:00:41.349Z] + docker tag app-rfid-llrp-inventory nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:3.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T15:00:41.662Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:3.1.0-dev.12 [2023-08-16T15:00:41.662Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] [2023-08-16T15:00:41.662Z] 59b0c330a414: Preparing [2023-08-16T15:00:41.662Z] 968044067c16: Preparing [2023-08-16T15:00:41.662Z] ac38c6b70ada: Preparing [2023-08-16T15:00:41.662Z] 3cdaa8d2f63c: Preparing [2023-08-16T15:00:41.662Z] 710980333348: Preparing [2023-08-16T15:00:41.662Z] 0e9fb7e97621: Preparing [2023-08-16T15:00:41.662Z] e19a127b6968: Preparing [2023-08-16T15:00:41.662Z] 36b50b131297: Preparing [2023-08-16T15:00:41.662Z] 0e9fb7e97621: Waiting [2023-08-16T15:00:41.662Z] e19a127b6968: Waiting [2023-08-16T15:00:41.662Z] 36b50b131297: Waiting [2023-08-16T15:00:41.662Z] 968044067c16: Layer already exists [2023-08-16T15:00:41.662Z] 59b0c330a414: Layer already exists [2023-08-16T15:00:41.662Z] 3cdaa8d2f63c: Layer already exists [2023-08-16T15:00:41.662Z] 710980333348: Layer already exists [2023-08-16T15:00:41.662Z] ac38c6b70ada: Layer already exists [2023-08-16T15:00:41.662Z] 0e9fb7e97621: Layer already exists [2023-08-16T15:00:41.662Z] 36b50b131297: Layer already exists [2023-08-16T15:00:41.662Z] e19a127b6968: Layer already exists [2023-08-16T15:00:41.662Z] 3.1.0-dev.12: digest: sha256:03ed6f70f208160252f55ceb84d8c11e21fd49fe85a4c576717735a644739eae size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T15:00:41.976Z] + docker tag app-rfid-llrp-inventory nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:966f2917b41cbabd8c329e4006849192ff537794-3.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T15:00:42.282Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:966f2917b41cbabd8c329e4006849192ff537794-3.1.0-dev.12 [2023-08-16T15:00:42.282Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] [2023-08-16T15:00:42.282Z] 59b0c330a414: Preparing [2023-08-16T15:00:42.282Z] 968044067c16: Preparing [2023-08-16T15:00:42.282Z] ac38c6b70ada: Preparing [2023-08-16T15:00:42.282Z] 3cdaa8d2f63c: Preparing [2023-08-16T15:00:42.282Z] 710980333348: Preparing [2023-08-16T15:00:42.282Z] 0e9fb7e97621: Preparing [2023-08-16T15:00:42.282Z] e19a127b6968: Preparing [2023-08-16T15:00:42.282Z] 36b50b131297: Preparing [2023-08-16T15:00:42.282Z] 0e9fb7e97621: Waiting [2023-08-16T15:00:42.282Z] e19a127b6968: Waiting [2023-08-16T15:00:42.282Z] 36b50b131297: Waiting [2023-08-16T15:00:42.282Z] ac38c6b70ada: Layer already exists [2023-08-16T15:00:42.282Z] 968044067c16: Layer already exists [2023-08-16T15:00:42.282Z] 3cdaa8d2f63c: Layer already exists [2023-08-16T15:00:42.282Z] 710980333348: Layer already exists [2023-08-16T15:00:42.282Z] 59b0c330a414: Layer already exists [2023-08-16T15:00:42.282Z] 0e9fb7e97621: Layer already exists [2023-08-16T15:00:42.282Z] e19a127b6968: Layer already exists [2023-08-16T15:00:42.282Z] 36b50b131297: Layer already exists [2023-08-16T15:00:42.282Z] 966f2917b41cbabd8c329e4006849192ff537794-3.1.0-dev.12: digest: sha256:03ed6f70f208160252f55ceb84d8c11e21fd49fe85a4c576717735a644739eae size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T15:00:42.586Z] + 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-08-16T15:00:42.894Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:main [2023-08-16T15:00:42.894Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] [2023-08-16T15:00:42.894Z] 59b0c330a414: Preparing [2023-08-16T15:00:42.894Z] 968044067c16: Preparing [2023-08-16T15:00:42.894Z] ac38c6b70ada: Preparing [2023-08-16T15:00:42.894Z] 3cdaa8d2f63c: Preparing [2023-08-16T15:00:42.894Z] 710980333348: Preparing [2023-08-16T15:00:42.894Z] 0e9fb7e97621: Preparing [2023-08-16T15:00:42.894Z] e19a127b6968: Preparing [2023-08-16T15:00:42.894Z] 36b50b131297: Preparing [2023-08-16T15:00:42.894Z] 0e9fb7e97621: Waiting [2023-08-16T15:00:42.894Z] e19a127b6968: Waiting [2023-08-16T15:00:42.894Z] 36b50b131297: Waiting [2023-08-16T15:00:42.894Z] 968044067c16: Layer already exists [2023-08-16T15:00:42.894Z] 3cdaa8d2f63c: Layer already exists [2023-08-16T15:00:42.894Z] 710980333348: Layer already exists [2023-08-16T15:00:42.894Z] ac38c6b70ada: Layer already exists [2023-08-16T15:00:42.894Z] 59b0c330a414: Layer already exists [2023-08-16T15:00:42.894Z] 0e9fb7e97621: Layer already exists [2023-08-16T15:00:42.894Z] 36b50b131297: Layer already exists [2023-08-16T15:00:42.894Z] e19a127b6968: Layer already exists [2023-08-16T15:00:42.894Z] main: digest: sha256:03ed6f70f208160252f55ceb84d8c11e21fd49fe85a4c576717735a644739eae size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-08-16T15:00:42.952Z] ===================================================== [Pipeline] echo [2023-08-16T15:00:42.964Z] taggedImages: [2023-08-16T15:00:42.964Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:966f2917b41cbabd8c329e4006849192ff537794 [2023-08-16T15:00:42.964Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:latest [2023-08-16T15:00:42.964Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:3.1.0-dev.12 [2023-08-16T15:00:42.964Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:966f2917b41cbabd8c329e4006849192ff537794-3.1.0-dev.12 [2023-08-16T15:00:42.964Z] - 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-08-16T15:00:43.329Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-16T15:00:43.330Z] [2023-08-16T15:00:43.330Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T15:00:43.628Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-16T15:00:43.628Z] latest: Pulling from edgex-lftools-log-publisher [2023-08-16T15:00:43.628Z] 5eb5b503b376: Pulling fs layer [2023-08-16T15:00:43.628Z] 5c69ac0246d0: Pulling fs layer [2023-08-16T15:00:43.628Z] ec43610c2a17: Pulling fs layer [2023-08-16T15:00:43.628Z] 3a2ae6a8a46f: Pulling fs layer [2023-08-16T15:00:43.628Z] 33b1e0a273af: Pulling fs layer [2023-08-16T15:00:43.628Z] 5d3b04190fa2: Pulling fs layer [2023-08-16T15:00:43.628Z] 2f39f015ded8: Pulling fs layer [2023-08-16T15:00:43.628Z] 33b1e0a273af: Waiting [2023-08-16T15:00:43.628Z] 5d3b04190fa2: Waiting [2023-08-16T15:00:43.628Z] 2f39f015ded8: Waiting [2023-08-16T15:00:43.628Z] 3a2ae6a8a46f: Waiting [2023-08-16T15:00:43.628Z] 5c69ac0246d0: Download complete [2023-08-16T15:00:43.628Z] 3a2ae6a8a46f: Verifying Checksum [2023-08-16T15:00:43.628Z] 3a2ae6a8a46f: Download complete [2023-08-16T15:00:43.628Z] 33b1e0a273af: Verifying Checksum [2023-08-16T15:00:43.628Z] 33b1e0a273af: Download complete [2023-08-16T15:00:43.887Z] ec43610c2a17: Verifying Checksum [2023-08-16T15:00:43.887Z] ec43610c2a17: Download complete [2023-08-16T15:00:43.887Z] 5d3b04190fa2: Verifying Checksum [2023-08-16T15:00:43.887Z] 5d3b04190fa2: Download complete [2023-08-16T15:00:43.887Z] 5eb5b503b376: Verifying Checksum [2023-08-16T15:00:43.887Z] 5eb5b503b376: Download complete [2023-08-16T15:00:44.452Z] 2f39f015ded8: Download complete [2023-08-16T15:00:45.017Z] 5eb5b503b376: Pull complete [2023-08-16T15:00:45.017Z] 5c69ac0246d0: Pull complete [2023-08-16T15:00:45.583Z] ec43610c2a17: Pull complete [2023-08-16T15:00:45.583Z] 3a2ae6a8a46f: Pull complete [2023-08-16T15:00:45.841Z] 33b1e0a273af: Pull complete [2023-08-16T15:00:45.841Z] 5d3b04190fa2: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-16T15:00:46.684Z] provisioning config files... [2023-08-16T15:00:46.706Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/app-rfid-llrp-inventory/124@tmp/config17048109038161665872tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-16T15:00:47.048Z] ---> docker-login.sh [2023-08-16T15:00:47.048Z] nexus3.edgexfoundry.org:10001 [2023-08-16T15:00:47.316Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-16T15:00:47.586Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-16T15:00:47.586Z] Configure a credential helper to remove this warning. See [2023-08-16T15:00:47.586Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-16T15:00:47.586Z] [2023-08-16T15:00:47.586Z] Login Succeeded [2023-08-16T15:00:47.586Z] nexus3.edgexfoundry.org:10002 [2023-08-16T15:00:47.853Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-16T15:00:47.853Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-16T15:00:47.853Z] Configure a credential helper to remove this warning. See [2023-08-16T15:00:47.853Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-16T15:00:47.853Z] [2023-08-16T15:00:47.853Z] Login Succeeded [2023-08-16T15:00:47.853Z] nexus3.edgexfoundry.org:10003 [2023-08-16T15:00:48.123Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-16T15:00:48.123Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-16T15:00:48.123Z] Configure a credential helper to remove this warning. See [2023-08-16T15:00:48.123Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-16T15:00:48.123Z] [2023-08-16T15:00:48.123Z] Login Succeeded [2023-08-16T15:00:48.123Z] nexus3.edgexfoundry.org:10004 [2023-08-16T15:00:48.390Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-16T15:00:48.658Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-16T15:00:48.658Z] Configure a credential helper to remove this warning. See [2023-08-16T15:00:48.658Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-16T15:00:48.658Z] [2023-08-16T15:00:48.658Z] Login Succeeded [2023-08-16T15:00:48.658Z] docker.io [2023-08-16T15:00:48.658Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-16T15:00:48.928Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-16T15:00:48.928Z] Configure a credential helper to remove this warning. See [2023-08-16T15:00:48.928Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-16T15:00:48.928Z] [2023-08-16T15:00:48.928Z] Login Succeeded [2023-08-16T15:00:48.928Z] ---> docker-login.sh ends [Pipeline] } [2023-08-16T15:00:48.939Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-08-16T15:00:49.174Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-16T15:00:49.186Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-16T15:00:49.194Z] ========================================================= [2023-08-16T15:00:49.194Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-08-16T15:00:49.194Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T15:00:49.523Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-08-16T15:00:49.792Z] Sending build context to Docker daemon 684kB [2023-08-16T15:00:49.792Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-08-16T15:00:49.792Z] Step 2/12 : FROM ${BASE} AS builder [2023-08-16T15:00:49.792Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-08-16T15:00:49.792Z] edb6bdbacee9: Pulling fs layer [2023-08-16T15:00:49.792Z] 5f9638ab2659: Pulling fs layer [2023-08-16T15:00:49.792Z] 8d51d6327a98: Pulling fs layer [2023-08-16T15:00:49.792Z] 8b374f2dd631: Pulling fs layer [2023-08-16T15:00:49.792Z] ec14aa9079de: Pulling fs layer [2023-08-16T15:00:49.792Z] 2f466654f4bb: Pulling fs layer [2023-08-16T15:00:49.792Z] 554e91adad29: Pulling fs layer [2023-08-16T15:00:49.792Z] 8b374f2dd631: Waiting [2023-08-16T15:00:49.792Z] ec14aa9079de: Waiting [2023-08-16T15:00:49.792Z] 2f466654f4bb: Waiting [2023-08-16T15:00:49.792Z] 554e91adad29: Waiting [2023-08-16T15:00:50.030Z] 2f39f015ded8: Pull complete [2023-08-16T15:00:50.030Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-08-16T15:00:50.030Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-16T15:00:50.030Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-16T15:00:50.062Z] 5f9638ab2659: Download complete [2023-08-16T15:00:50.062Z] 8b374f2dd631: Verifying Checksum [2023-08-16T15:00:50.062Z] 8b374f2dd631: Download complete [2023-08-16T15:00:50.062Z] edb6bdbacee9: Verifying Checksum [2023-08-16T15:00:50.062Z] edb6bdbacee9: Download complete [2023-08-16T15:00:50.062Z] ec14aa9079de: Verifying Checksum [2023-08-16T15:00:50.062Z] ec14aa9079de: Download complete [2023-08-16T15:00:50.119Z] prd-ubuntu20.04-docker-8c-8g-3790 does not seem to be running inside a container [2023-08-16T15:00:50.146Z] $ 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-08-16T15:00:51.033Z] edb6bdbacee9: Pull complete [2023-08-16T15:00:51.110Z] $ docker top 6b7998390011b04bfd0bbd3e199f842a0c27c67885b6d9b9d2d0f077f1f6f286 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-16T15:00:51.303Z] 554e91adad29: Verifying Checksum [2023-08-16T15:00:51.303Z] 554e91adad29: Download complete [2023-08-16T15:00:51.508Z] ---> job-cost.sh [2023-08-16T15:00:51.508Z] lf-activate-venv: SKIPPING [2023-08-16T15:00:51.508Z] INFO: No Stack... [2023-08-16T15:00:51.577Z] 5f9638ab2659: Pull complete [2023-08-16T15:00:51.767Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-08-16T15:00:52.026Z] INFO: Archiving Costs [Pipeline] sh [2023-08-16T15:00:52.315Z] + cat /w/workspace/dry_app-rfid-llrp-inventory_main/archives/cost.csv [2023-08-16T15:00:52.315Z] + cut -d, -f6 [Pipeline] lock [2023-08-16T15:00:52.326Z] Trying to acquire lock on [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-124-stack-cost] [2023-08-16T15:00:52.337Z] Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-124-stack-cost] did not exist. Created. [2023-08-16T15:00:52.337Z] Lock acquired on [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-124-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-08-16T15:00:52.549Z] 8d51d6327a98: Verifying Checksum [2023-08-16T15:00:52.549Z] 8d51d6327a98: Download complete [2023-08-16T15:00:52.549Z] 2f466654f4bb: Verifying Checksum [2023-08-16T15:00:52.549Z] 2f466654f4bb: Download complete [2023-08-16T15:00:52.634Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-08-16T15:00:52.655Z] Stashed 1 file(s) [Pipeline] } [2023-08-16T15:00:52.714Z] Lock released on resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-124-stack-cost] [Pipeline] // lock [Pipeline] } [2023-08-16T15:00:52.733Z] $ docker stop --time=1 6b7998390011b04bfd0bbd3e199f842a0c27c67885b6d9b9d2d0f077f1f6f286 [2023-08-16T15:00:53.891Z] $ docker rm -f --volumes 6b7998390011b04bfd0bbd3e199f842a0c27c67885b6d9b9d2d0f077f1f6f286 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-08-16T15:01:04.901Z] 8d51d6327a98: Pull complete [2023-08-16T15:01:04.901Z] 8b374f2dd631: Pull complete [2023-08-16T15:01:04.901Z] ec14aa9079de: Pull complete [2023-08-16T15:01:11.578Z] 2f466654f4bb: Pull complete [2023-08-16T15:01:13.541Z] 554e91adad29: Pull complete [2023-08-16T15:01:13.541Z] Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 [2023-08-16T15:01:13.541Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-08-16T15:01:13.541Z] ---> 1e15ea492957 [2023-08-16T15:01:13.541Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-08-16T15:01:15.630Z] ---> Running in 19996ecc70a0 [2023-08-16T15:01:15.631Z] Removing intermediate container 19996ecc70a0 [2023-08-16T15:01:15.631Z] ---> 8a9566abb18d [2023-08-16T15:01:15.631Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-08-16T15:01:15.922Z] ---> Running in 09ee011818e6 [2023-08-16T15:01:16.203Z] Removing intermediate container 09ee011818e6 [2023-08-16T15:01:16.203Z] ---> 2e2f9380e8bc [2023-08-16T15:01:16.203Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-08-16T15:01:16.203Z] ---> Running in 45a856e27d9f [2023-08-16T15:01:16.471Z] Removing intermediate container 45a856e27d9f [2023-08-16T15:01:16.471Z] ---> 6ea54fcf5e0d [2023-08-16T15:01:16.471Z] Step 6/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-08-16T15:01:16.471Z] ---> Running in 112aa96f9e32 [2023-08-16T15:01:17.885Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-16T15:01:18.471Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-16T15:01:19.437Z] OK: 263 MiB in 53 packages [2023-08-16T15:01:20.406Z] Removing intermediate container 112aa96f9e32 [2023-08-16T15:01:20.406Z] ---> a575eaf666f5 [2023-08-16T15:01:20.406Z] Step 7/12 : WORKDIR /app [2023-08-16T15:01:20.406Z] ---> Running in f4629e4aed51 [2023-08-16T15:01:20.673Z] Removing intermediate container f4629e4aed51 [2023-08-16T15:01:20.673Z] ---> 8e3d45d4d4aa [2023-08-16T15:01:20.673Z] Step 8/12 : COPY go.mod vendor* ./ [2023-08-16T15:01:20.946Z] ---> af87914e14eb [2023-08-16T15:01:20.946Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-16T15:01:21.214Z] ---> Running in 0f620ffed288 [2023-08-16T15:02:29.100Z] Removing intermediate container 0f620ffed288 [2023-08-16T15:02:29.100Z] ---> 9fb4234edb0a [2023-08-16T15:02:29.100Z] Step 10/12 : COPY . . [2023-08-16T15:02:29.100Z] ---> c4f79e1cd1d3 [2023-08-16T15:02:29.100Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-08-16T15:02:29.100Z] ---> Running in 46dcecf5ff1f [2023-08-16T15:02:29.100Z] Removing intermediate container 46dcecf5ff1f [2023-08-16T15:02:29.100Z] ---> d46303c6ec35 [2023-08-16T15:02:29.100Z] Step 12/12 : RUN $MAKE [2023-08-16T15:02:29.100Z] ---> Running in edb9ae33e356 [2023-08-16T15:02:29.100Z] noop [2023-08-16T15:02:29.100Z] Removing intermediate container edb9ae33e356 [2023-08-16T15:02:29.100Z] ---> eea71283b843 [2023-08-16T15:02:29.100Z] Successfully built eea71283b843 [2023-08-16T15:02:29.100Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T15:02:29.452Z] + docker inspect -f . ci-base-image-arm64 [2023-08-16T15:02:29.452Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-16T15:02:29.644Z] prd-ubuntu20.04-docker-arm64-4c-16g-3792 does not seem to be running inside a container [2023-08-16T15:02:29.704Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-rfid-llrp-inventory/124 -v /w/workspace/app-rfid-llrp-inventory/124:/w/workspace/app-rfid-llrp-inventory/124:rw,z -v /w/workspace/app-rfid-llrp-inventory/124@tmp:/w/workspace/app-rfid-llrp-inventory/124@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-08-16T15:02:30.871Z] $ docker top bbba57febda7f72be60ead5f17f0373df6155161479a7b430ea9bc17f6354bb7 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-16T15:02:31.679Z] + go version [2023-08-16T15:02:31.679Z] go version go1.20.6 linux/arm64 [Pipeline] } [2023-08-16T15:02:31.698Z] $ docker stop --time=1 bbba57febda7f72be60ead5f17f0373df6155161479a7b430ea9bc17f6354bb7 [2023-08-16T15:02:33.288Z] $ docker rm -f --volumes bbba57febda7f72be60ead5f17f0373df6155161479a7b430ea9bc17f6354bb7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T15:02:33.803Z] + docker inspect -f . ci-base-image-arm64 [2023-08-16T15:02:33.803Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-16T15:02:33.973Z] prd-ubuntu20.04-docker-arm64-4c-16g-3792 does not seem to be running inside a container [2023-08-16T15:02:34.038Z] $ 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/124 -v /w/workspace/app-rfid-llrp-inventory/124:/w/workspace/app-rfid-llrp-inventory/124:rw,z -v /w/workspace/app-rfid-llrp-inventory/124@tmp:/w/workspace/app-rfid-llrp-inventory/124@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-08-16T15:02:35.157Z] $ docker top a3b6624d3e84f135b857f6d10b0bea559a719ff84114cf7b592075c31ea84dea -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-16T15:02:35.658Z] + git config --global --add safe.directory /w/workspace/app-rfid-llrp-inventory/124 [Pipeline] fileExists [Pipeline] sh [2023-08-16T15:02:36.573Z] + make test [2023-08-16T15:02:36.573Z] go test -race ./... -coverprofile=coverage.out ./... [2023-08-16T15:05:28.335Z] ? edgexfoundry/app-rfid-llrp-inventory [no test files] [2023-08-16T15:05:31.682Z] ? edgexfoundry/app-rfid-llrp-inventory/internal/inventory/app [no test files] [2023-08-16T15:05:32.648Z] ok edgexfoundry/app-rfid-llrp-inventory/internal/inventory 1.291s coverage: 86.2% of statements [2023-08-16T15:05:44.968Z] ok edgexfoundry/app-rfid-llrp-inventory/internal/llrp 3.524s coverage: 71.9% of statements [2023-08-16T15:05:44.968Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-08-16T15:05:44.968Z] go vet ./... [2023-08-16T15:08:21.736Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-08-16T15:08:21.736Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-08-16T15:08:21.736Z] ./bin/test-attribution.sh [Pipeline] echo [2023-08-16T15:08:21.755Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-08-16T15:08:21.768Z] $ docker stop --time=1 a3b6624d3e84f135b857f6d10b0bea559a719ff84114cf7b592075c31ea84dea [2023-08-16T15:08:23.651Z] $ docker rm -f --volumes a3b6624d3e84f135b857f6d10b0bea559a719ff84114cf7b592075c31ea84dea [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-16T15:08:25.339Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-08-16T15:08:25.362Z] Warning: overwriting stash ‘coverage-report’ [2023-08-16T15:08:25.924Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-08-16T15:08:26.334Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-08-16T15:08:26.658Z] + ls -al . [2023-08-16T15:08:26.658Z] total 232 [2023-08-16T15:08:26.658Z] drwxrwxr-x 10 jenkins jenkins 4096 Aug 16 15:02 . [2023-08-16T15:08:26.658Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 16 15:00 .. [2023-08-16T15:08:26.658Z] -rw-rw-r-- 1 jenkins jenkins 262 Aug 16 15:00 .dockerignore [2023-08-16T15:08:26.658Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 16 15:00 .git [2023-08-16T15:08:26.658Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 16 15:00 .github [2023-08-16T15:08:26.658Z] -rw-rw-r-- 1 jenkins jenkins 788 Aug 16 15:00 .gitignore [2023-08-16T15:08:26.658Z] -rw-rw-r-- 1 jenkins jenkins 41 Aug 16 15:00 .golangci.yml [2023-08-16T15:08:26.658Z] -rw-rw-r-- 1 jenkins jenkins 10232 Aug 16 15:00 Attribution.txt [2023-08-16T15:08:26.658Z] -rw-rw-r-- 1 jenkins jenkins 9317 Aug 16 15:00 CHANGELOG.md [2023-08-16T15:08:26.658Z] -rw-rw-r-- 1 jenkins jenkins 1659 Aug 16 15:00 Dockerfile [2023-08-16T15:08:26.658Z] -rw-rw-r-- 1 jenkins jenkins 677 Aug 16 15:00 GOVERNANCE.md [2023-08-16T15:08:26.658Z] -rw-rw-r-- 1 jenkins jenkins 687 Aug 16 15:00 Jenkinsfile [2023-08-16T15:08:26.658Z] -rw-rw-r-- 1 jenkins jenkins 11347 Aug 16 15:00 LICENSE [2023-08-16T15:08:26.658Z] -rw-rw-r-- 1 jenkins jenkins 2497 Aug 16 15:00 Makefile [2023-08-16T15:08:26.659Z] -rw-rw-r-- 1 jenkins jenkins 617 Aug 16 15:00 OWNERS.md [2023-08-16T15:08:26.659Z] -rw-rw-r-- 1 jenkins jenkins 31516 Aug 16 15:00 README.md [2023-08-16T15:08:26.659Z] -rw-rw-r-- 1 jenkins jenkins 12 Aug 16 14:58 VERSION [2023-08-16T15:08:26.659Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 16 15:00 bin [2023-08-16T15:08:26.659Z] -rw-r--r-- 1 jenkins jenkins 41317 Aug 16 15:05 coverage.out [2023-08-16T15:08:26.659Z] -rw-rw-r-- 1 jenkins jenkins 3664 Aug 16 15:00 go.mod [2023-08-16T15:08:26.659Z] -rw-rw-r-- 1 jenkins jenkins 32783 Aug 16 15:00 go.sum [2023-08-16T15:08:26.659Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 16 15:00 images [2023-08-16T15:08:26.659Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 16 15:00 internal [2023-08-16T15:08:26.659Z] -rw-rw-r-- 1 jenkins jenkins 531 Aug 16 15:00 main.go [2023-08-16T15:08:26.659Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 16 15:00 res [2023-08-16T15:08:26.659Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 16 15:00 snap [2023-08-16T15:08:26.659Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 16 15:00 static [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T15:08:27.023Z] + 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=966f2917b41cbabd8c329e4006849192ff537794 --label arch=arm64 --label version=3.1.0-dev.12 . [2023-08-16T15:08:27.291Z] Sending build context to Docker daemon 684kB [2023-08-16T15:08:27.291Z] Step 1/29 : ARG BASE=golang:1.20-alpine3.17 [2023-08-16T15:08:27.291Z] Step 2/29 : FROM ${BASE} AS builder [2023-08-16T15:08:27.291Z] ---> eea71283b843 [2023-08-16T15:08:27.291Z] Step 3/29 : ARG ALPINE_PKG_BASE="make git" [2023-08-16T15:08:27.291Z] ---> Running in f832e164c593 [2023-08-16T15:08:27.560Z] Removing intermediate container f832e164c593 [2023-08-16T15:08:27.560Z] ---> 9c09f7b9a461 [2023-08-16T15:08:27.560Z] Step 4/29 : ARG ALPINE_PKG_EXTRA="" [2023-08-16T15:08:27.829Z] ---> Running in 0a396757e695 [2023-08-16T15:08:28.097Z] Removing intermediate container 0a396757e695 [2023-08-16T15:08:28.097Z] ---> f952fa2e27c9 [2023-08-16T15:08:28.097Z] Step 5/29 : ARG ADD_BUILD_TAGS="" [2023-08-16T15:08:28.097Z] ---> Running in f650fbb7e9c2 [2023-08-16T15:08:28.371Z] Removing intermediate container f650fbb7e9c2 [2023-08-16T15:08:28.371Z] ---> ba6a681e1d59 [2023-08-16T15:08:28.371Z] Step 6/29 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-08-16T15:08:28.640Z] ---> Running in a5cbd8da462c [2023-08-16T15:08:29.605Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-16T15:08:30.191Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-16T15:08:31.156Z] OK: 263 MiB in 53 packages [2023-08-16T15:08:35.420Z] Removing intermediate container a5cbd8da462c [2023-08-16T15:08:35.420Z] ---> ba371e4baf31 [2023-08-16T15:08:35.420Z] Step 7/29 : WORKDIR /app [2023-08-16T15:08:35.420Z] ---> Running in 9276f5dca952 [2023-08-16T15:08:35.420Z] Removing intermediate container 9276f5dca952 [2023-08-16T15:08:35.420Z] ---> 7449a240b4ca [2023-08-16T15:08:35.420Z] Step 8/29 : COPY go.mod vendor* ./ [2023-08-16T15:08:35.690Z] ---> 0c62f7404435 [2023-08-16T15:08:35.690Z] Step 9/29 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-16T15:08:35.959Z] ---> Running in abe701e5fcde [2023-08-16T15:08:37.917Z] Removing intermediate container abe701e5fcde [2023-08-16T15:08:37.917Z] ---> fbbaef862174 [2023-08-16T15:08:37.917Z] Step 10/29 : COPY . . [2023-08-16T15:08:38.883Z] ---> 79bfb3256503 [2023-08-16T15:08:38.883Z] Step 11/29 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-08-16T15:08:38.883Z] ---> Running in 17239e7aa911 [2023-08-16T15:08:39.151Z] Removing intermediate container 17239e7aa911 [2023-08-16T15:08:39.151Z] ---> 795356779054 [2023-08-16T15:08:39.151Z] Step 12/29 : RUN $MAKE [2023-08-16T15:08:39.151Z] ---> Running in 59ec5dd54c50 [2023-08-16T15:08:40.122Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.1.0-dev.19 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.1.0-dev.12 -X edgexfoundry/app-rfid-llrp-inventory.Version=3.1.0-dev.12" -trimpath -mod=readonly -o app-rfid-llrp-inventory [2023-08-16T15:11:01.822Z] Removing intermediate container 59ec5dd54c50 [2023-08-16T15:11:01.822Z] ---> 81d9c9f01811 [2023-08-16T15:11:01.822Z] Step 13/29 : FROM alpine:3.17 [2023-08-16T15:11:02.407Z] 3.17: Pulling from library/alpine [2023-08-16T15:11:05.758Z] 4060ece20d7a: Pulling fs layer [2023-08-16T15:11:05.758Z] 4060ece20d7a: Verifying Checksum [2023-08-16T15:11:05.758Z] 4060ece20d7a: Download complete [2023-08-16T15:11:06.352Z] 4060ece20d7a: Pull complete [2023-08-16T15:11:06.352Z] Digest: sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-16T15:11:06.352Z] Status: Downloaded newer image for alpine:3.17 [2023-08-16T15:11:06.352Z] ---> 8650cd65339b [2023-08-16T15:11:06.352Z] Step 14/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-08-16T15:11:06.620Z] ---> Running in 9f546e53fd4d [2023-08-16T15:11:06.890Z] Removing intermediate container 9f546e53fd4d [2023-08-16T15:11:06.890Z] ---> 54c82c7e93b1 [2023-08-16T15:11:06.890Z] Step 15/29 : LABEL Name=app-service-rfid-llrp-inventory Version=${VERSION} [2023-08-16T15:11:06.890Z] ---> Running in 3aa24d5a6f32 [2023-08-16T15:11:07.159Z] Removing intermediate container 3aa24d5a6f32 [2023-08-16T15:11:07.159Z] ---> d74ca265e19c [2023-08-16T15:11:07.159Z] Step 16/29 : RUN apk --no-cache add ca-certificates dumb-init [2023-08-16T15:11:07.429Z] ---> Running in 9623adb2d87c [2023-08-16T15:11:08.394Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-16T15:11:08.981Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-16T15:11:10.390Z] (1/2) Installing ca-certificates (20230506-r0) [2023-08-16T15:11:10.390Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-08-16T15:11:10.390Z] Executing busybox-1.35.0-r29.trigger [2023-08-16T15:11:10.390Z] Executing ca-certificates-20230506-r0.trigger [2023-08-16T15:11:10.659Z] OK: 8 MiB in 17 packages [2023-08-16T15:11:12.089Z] Removing intermediate container 9623adb2d87c [2023-08-16T15:11:12.089Z] ---> 561fc0f2f4d2 [2023-08-16T15:11:12.089Z] Step 17/29 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-08-16T15:11:12.355Z] ---> 83fc58b7ca65 [2023-08-16T15:11:12.355Z] Step 18/29 : COPY --from=builder /app/LICENSE /LICENSE [2023-08-16T15:11:12.937Z] ---> 7cacfdf45969 [2023-08-16T15:11:12.937Z] Step 19/29 : COPY --from=builder /app/res/ /res/ [2023-08-16T15:11:13.205Z] ---> cdc226667c36 [2023-08-16T15:11:13.205Z] Step 20/29 : COPY --from=builder /app/static/ /static/ [2023-08-16T15:11:13.789Z] ---> 5008ade01f21 [2023-08-16T15:11:13.789Z] Step 21/29 : COPY --from=builder /app/app-rfid-llrp-inventory /app-rfid-llrp-inventory [2023-08-16T15:11:15.198Z] ---> 3e160e537e94 [2023-08-16T15:11:15.198Z] Step 22/29 : RUN mkdir -p /cache && chown -R 2002:2002 /cache [2023-08-16T15:11:15.198Z] ---> Running in 5eeb889844cd [2023-08-16T15:11:17.216Z] Removing intermediate container 5eeb889844cd [2023-08-16T15:11:17.217Z] ---> a0acfa48ccf4 [2023-08-16T15:11:17.217Z] Step 23/29 : VOLUME /cache [2023-08-16T15:11:17.217Z] ---> Running in 6f30f5138ce5 [2023-08-16T15:11:17.217Z] Removing intermediate container 6f30f5138ce5 [2023-08-16T15:11:17.217Z] ---> 1ae641967220 [2023-08-16T15:11:17.217Z] Step 24/29 : EXPOSE 59711 [2023-08-16T15:11:17.500Z] ---> Running in 52cda712f3ba [2023-08-16T15:11:17.781Z] Removing intermediate container 52cda712f3ba [2023-08-16T15:11:17.781Z] ---> 92026f641f52 [2023-08-16T15:11:17.781Z] Step 25/29 : ENTRYPOINT ["/app-rfid-llrp-inventory"] [2023-08-16T15:11:17.781Z] ---> Running in 70b9dfe71d48 [2023-08-16T15:11:18.070Z] Removing intermediate container 70b9dfe71d48 [2023-08-16T15:11:18.070Z] ---> d4c07e9797f5 [2023-08-16T15:11:18.070Z] Step 26/29 : CMD ["-cp=consul.http://edgex-core-consul:8500", "-registry"] [2023-08-16T15:11:18.356Z] ---> Running in b7f98a8f4688 [2023-08-16T15:11:18.625Z] Removing intermediate container b7f98a8f4688 [2023-08-16T15:11:18.625Z] ---> 833ac0122698 [2023-08-16T15:11:18.625Z] Step 27/29 : LABEL arch=arm64 [2023-08-16T15:11:18.625Z] ---> Running in 1597e8d4572d [2023-08-16T15:11:18.901Z] Removing intermediate container 1597e8d4572d [2023-08-16T15:11:18.901Z] ---> 0ac8565f3dcd [2023-08-16T15:11:18.901Z] Step 28/29 : LABEL git_sha=966f2917b41cbabd8c329e4006849192ff537794 [2023-08-16T15:11:19.169Z] ---> Running in 4ddab784be45 [2023-08-16T15:11:19.437Z] Removing intermediate container 4ddab784be45 [2023-08-16T15:11:19.437Z] ---> 9ed8c2175e03 [2023-08-16T15:11:19.437Z] Step 29/29 : LABEL version=3.1.0-dev.12 [2023-08-16T15:11:19.437Z] ---> Running in 0a18cd5f63f7 [2023-08-16T15:11:19.705Z] Removing intermediate container 0a18cd5f63f7 [2023-08-16T15:11:19.705Z] ---> 827adcce576b [2023-08-16T15:11:19.705Z] [Warning] One or more build-args [ARCH] were not consumed [2023-08-16T15:11:19.705Z] Successfully built 827adcce576b [2023-08-16T15:11:19.705Z] 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-08-16T15:11:19.835Z] provisioning config files... [2023-08-16T15:11:19.849Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/app-rfid-llrp-inventory/124@tmp/config1924754560145339314tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-16T15:11:20.182Z] ---> docker-login.sh [2023-08-16T15:11:20.182Z] nexus3.edgexfoundry.org:10001 [2023-08-16T15:11:20.182Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-16T15:11:20.451Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-16T15:11:20.451Z] Configure a credential helper to remove this warning. See [2023-08-16T15:11:20.451Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-16T15:11:20.451Z] [2023-08-16T15:11:20.451Z] Login Succeeded [2023-08-16T15:11:20.451Z] nexus3.edgexfoundry.org:10002 [2023-08-16T15:11:20.716Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-16T15:11:20.716Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-16T15:11:20.716Z] Configure a credential helper to remove this warning. See [2023-08-16T15:11:20.716Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-16T15:11:20.716Z] [2023-08-16T15:11:20.716Z] Login Succeeded [2023-08-16T15:11:20.716Z] nexus3.edgexfoundry.org:10003 [2023-08-16T15:11:20.983Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-16T15:11:21.252Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-16T15:11:21.252Z] Configure a credential helper to remove this warning. See [2023-08-16T15:11:21.252Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-16T15:11:21.252Z] [2023-08-16T15:11:21.252Z] Login Succeeded [2023-08-16T15:11:21.252Z] nexus3.edgexfoundry.org:10004 [2023-08-16T15:11:21.521Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-16T15:11:21.521Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-16T15:11:21.521Z] Configure a credential helper to remove this warning. See [2023-08-16T15:11:21.521Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-16T15:11:21.521Z] [2023-08-16T15:11:21.521Z] Login Succeeded [2023-08-16T15:11:21.521Z] docker.io [2023-08-16T15:11:21.787Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-16T15:11:22.053Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-16T15:11:22.053Z] Configure a credential helper to remove this warning. See [2023-08-16T15:11:22.053Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-16T15:11:22.053Z] [2023-08-16T15:11:22.053Z] Login Succeeded [2023-08-16T15:11:22.053Z] ---> docker-login.sh ends [Pipeline] } [2023-08-16T15:11:22.066Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-08-16T15:11:22.093Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-16T15:11:22.110Z] [edgeXDocker.push] Tagging docker image app-rfid-llrp-inventory-arm64 with the following tags: [2023-08-16T15:11:22.110Z] 966f2917b41cbabd8c329e4006849192ff537794 [2023-08-16T15:11:22.110Z] latest [2023-08-16T15:11:22.110Z] 3.1.0-dev.12 [2023-08-16T15:11:22.110Z] 966f2917b41cbabd8c329e4006849192ff537794-3.1.0-dev.12 [2023-08-16T15:11:22.110Z] main [2023-08-16T15:11:22.110Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T15:11:22.448Z] + docker tag app-rfid-llrp-inventory-arm64 nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:966f2917b41cbabd8c329e4006849192ff537794 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T15:11:22.796Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:966f2917b41cbabd8c329e4006849192ff537794 [2023-08-16T15:11:22.796Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] [2023-08-16T15:11:22.796Z] 018414a625d8: Preparing [2023-08-16T15:11:22.796Z] 5ca8d611ca10: Preparing [2023-08-16T15:11:22.796Z] d05b928dea8e: Preparing [2023-08-16T15:11:22.796Z] c029ecb61c96: Preparing [2023-08-16T15:11:22.796Z] 31bce98c050b: Preparing [2023-08-16T15:11:22.796Z] 5ac7155ccf6b: Preparing [2023-08-16T15:11:22.796Z] 83d8d4a7e566: Preparing [2023-08-16T15:11:22.796Z] d2d9d24a8c2a: Preparing [2023-08-16T15:11:22.796Z] 83d8d4a7e566: Waiting [2023-08-16T15:11:22.796Z] d2d9d24a8c2a: Waiting [2023-08-16T15:11:22.796Z] 5ac7155ccf6b: Waiting [2023-08-16T15:11:23.064Z] c029ecb61c96: Pushed [2023-08-16T15:11:23.064Z] 31bce98c050b: Pushed [2023-08-16T15:11:23.064Z] 018414a625d8: Pushed [2023-08-16T15:11:23.064Z] d05b928dea8e: Pushed [2023-08-16T15:11:23.064Z] d2d9d24a8c2a: Layer already exists [2023-08-16T15:11:23.064Z] 5ac7155ccf6b: Pushed [2023-08-16T15:11:23.332Z] 83d8d4a7e566: Pushed [2023-08-16T15:11:28.673Z] 5ca8d611ca10: Pushed [2023-08-16T15:11:28.938Z] 966f2917b41cbabd8c329e4006849192ff537794: digest: sha256:b5bd09dcbafdf74eaff5b29d68c3d04dc2ab56d18876163ca450f8f5b6a4fd6d size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T15:11:29.292Z] + 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-08-16T15:11:29.637Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:latest [2023-08-16T15:11:29.637Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] [2023-08-16T15:11:29.637Z] 018414a625d8: Preparing [2023-08-16T15:11:29.637Z] 5ca8d611ca10: Preparing [2023-08-16T15:11:29.637Z] d05b928dea8e: Preparing [2023-08-16T15:11:29.637Z] c029ecb61c96: Preparing [2023-08-16T15:11:29.637Z] 31bce98c050b: Preparing [2023-08-16T15:11:29.637Z] 5ac7155ccf6b: Preparing [2023-08-16T15:11:29.637Z] 83d8d4a7e566: Preparing [2023-08-16T15:11:29.637Z] d2d9d24a8c2a: Preparing [2023-08-16T15:11:29.637Z] 5ac7155ccf6b: Waiting [2023-08-16T15:11:29.637Z] 83d8d4a7e566: Waiting [2023-08-16T15:11:29.637Z] d2d9d24a8c2a: Waiting [2023-08-16T15:11:29.637Z] 5ca8d611ca10: Layer already exists [2023-08-16T15:11:29.637Z] 31bce98c050b: Layer already exists [2023-08-16T15:11:29.637Z] c029ecb61c96: Layer already exists [2023-08-16T15:11:29.637Z] 018414a625d8: Layer already exists [2023-08-16T15:11:29.637Z] d05b928dea8e: Layer already exists [2023-08-16T15:11:29.637Z] 83d8d4a7e566: Layer already exists [2023-08-16T15:11:29.637Z] d2d9d24a8c2a: Layer already exists [2023-08-16T15:11:29.637Z] 5ac7155ccf6b: Layer already exists [2023-08-16T15:11:29.905Z] latest: digest: sha256:b5bd09dcbafdf74eaff5b29d68c3d04dc2ab56d18876163ca450f8f5b6a4fd6d size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T15:11:30.248Z] + docker tag app-rfid-llrp-inventory-arm64 nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:3.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T15:11:30.594Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:3.1.0-dev.12 [2023-08-16T15:11:30.594Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] [2023-08-16T15:11:30.594Z] 018414a625d8: Preparing [2023-08-16T15:11:30.594Z] 5ca8d611ca10: Preparing [2023-08-16T15:11:30.594Z] d05b928dea8e: Preparing [2023-08-16T15:11:30.594Z] c029ecb61c96: Preparing [2023-08-16T15:11:30.594Z] 31bce98c050b: Preparing [2023-08-16T15:11:30.594Z] 5ac7155ccf6b: Preparing [2023-08-16T15:11:30.594Z] 83d8d4a7e566: Preparing [2023-08-16T15:11:30.594Z] d2d9d24a8c2a: Preparing [2023-08-16T15:11:30.594Z] 83d8d4a7e566: Waiting [2023-08-16T15:11:30.594Z] 5ac7155ccf6b: Waiting [2023-08-16T15:11:30.594Z] d2d9d24a8c2a: Waiting [2023-08-16T15:11:30.594Z] d05b928dea8e: Layer already exists [2023-08-16T15:11:30.594Z] 5ca8d611ca10: Layer already exists [2023-08-16T15:11:30.594Z] 018414a625d8: Layer already exists [2023-08-16T15:11:30.594Z] 31bce98c050b: Layer already exists [2023-08-16T15:11:30.594Z] c029ecb61c96: Layer already exists [2023-08-16T15:11:30.594Z] d2d9d24a8c2a: Layer already exists [2023-08-16T15:11:30.594Z] 83d8d4a7e566: Layer already exists [2023-08-16T15:11:30.594Z] 5ac7155ccf6b: Layer already exists [2023-08-16T15:11:30.861Z] 3.1.0-dev.12: digest: sha256:b5bd09dcbafdf74eaff5b29d68c3d04dc2ab56d18876163ca450f8f5b6a4fd6d size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T15:11:31.207Z] + docker tag app-rfid-llrp-inventory-arm64 nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:966f2917b41cbabd8c329e4006849192ff537794-3.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T15:11:31.548Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:966f2917b41cbabd8c329e4006849192ff537794-3.1.0-dev.12 [2023-08-16T15:11:31.548Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] [2023-08-16T15:11:31.548Z] 018414a625d8: Preparing [2023-08-16T15:11:31.548Z] 5ca8d611ca10: Preparing [2023-08-16T15:11:31.548Z] d05b928dea8e: Preparing [2023-08-16T15:11:31.548Z] c029ecb61c96: Preparing [2023-08-16T15:11:31.548Z] 31bce98c050b: Preparing [2023-08-16T15:11:31.548Z] 5ac7155ccf6b: Preparing [2023-08-16T15:11:31.548Z] 83d8d4a7e566: Preparing [2023-08-16T15:11:31.548Z] d2d9d24a8c2a: Preparing [2023-08-16T15:11:31.548Z] 5ac7155ccf6b: Waiting [2023-08-16T15:11:31.548Z] 83d8d4a7e566: Waiting [2023-08-16T15:11:31.548Z] d2d9d24a8c2a: Waiting [2023-08-16T15:11:31.548Z] 31bce98c050b: Layer already exists [2023-08-16T15:11:31.548Z] 018414a625d8: Layer already exists [2023-08-16T15:11:31.548Z] 5ca8d611ca10: Layer already exists [2023-08-16T15:11:31.548Z] d05b928dea8e: Layer already exists [2023-08-16T15:11:31.548Z] c029ecb61c96: Layer already exists [2023-08-16T15:11:31.548Z] 5ac7155ccf6b: Layer already exists [2023-08-16T15:11:31.548Z] 83d8d4a7e566: Layer already exists [2023-08-16T15:11:31.548Z] d2d9d24a8c2a: Layer already exists [2023-08-16T15:11:31.548Z] 966f2917b41cbabd8c329e4006849192ff537794-3.1.0-dev.12: digest: sha256:b5bd09dcbafdf74eaff5b29d68c3d04dc2ab56d18876163ca450f8f5b6a4fd6d size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T15:11:32.155Z] + 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-08-16T15:11:32.492Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:main [2023-08-16T15:11:32.492Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] [2023-08-16T15:11:32.492Z] 018414a625d8: Preparing [2023-08-16T15:11:32.492Z] 5ca8d611ca10: Preparing [2023-08-16T15:11:32.492Z] d05b928dea8e: Preparing [2023-08-16T15:11:32.492Z] c029ecb61c96: Preparing [2023-08-16T15:11:32.492Z] 31bce98c050b: Preparing [2023-08-16T15:11:32.492Z] 5ac7155ccf6b: Preparing [2023-08-16T15:11:32.492Z] 83d8d4a7e566: Preparing [2023-08-16T15:11:32.492Z] d2d9d24a8c2a: Preparing [2023-08-16T15:11:32.492Z] 83d8d4a7e566: Waiting [2023-08-16T15:11:32.492Z] 5ac7155ccf6b: Waiting [2023-08-16T15:11:32.492Z] d2d9d24a8c2a: Waiting [2023-08-16T15:11:32.492Z] c029ecb61c96: Layer already exists [2023-08-16T15:11:32.492Z] 018414a625d8: Layer already exists [2023-08-16T15:11:32.492Z] d05b928dea8e: Layer already exists [2023-08-16T15:11:32.492Z] 31bce98c050b: Layer already exists [2023-08-16T15:11:32.492Z] 5ca8d611ca10: Layer already exists [2023-08-16T15:11:32.492Z] 5ac7155ccf6b: Layer already exists [2023-08-16T15:11:32.492Z] 83d8d4a7e566: Layer already exists [2023-08-16T15:11:32.492Z] d2d9d24a8c2a: Layer already exists [2023-08-16T15:11:32.760Z] main: digest: sha256:b5bd09dcbafdf74eaff5b29d68c3d04dc2ab56d18876163ca450f8f5b6a4fd6d size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-08-16T15:11:32.823Z] ===================================================== [Pipeline] echo [2023-08-16T15:11:32.831Z] taggedImages: [2023-08-16T15:11:32.831Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:966f2917b41cbabd8c329e4006849192ff537794 [2023-08-16T15:11:32.831Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:latest [2023-08-16T15:11:32.831Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:3.1.0-dev.12 [2023-08-16T15:11:32.831Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:966f2917b41cbabd8c329e4006849192ff537794-3.1.0-dev.12 [2023-08-16T15:11:32.831Z] - 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-08-16T15:11:33.191Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-08-16T15:11:33.191Z] [2023-08-16T15:11:33.191Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T15:11:33.519Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-08-16T15:11:33.519Z] arm64: Pulling from edgex-lftools-log-publisher [2023-08-16T15:11:33.519Z] 8998bd30e6a1: Pulling fs layer [2023-08-16T15:11:33.519Z] 04944245beec: Pulling fs layer [2023-08-16T15:11:33.519Z] 699f458cf7ca: Pulling fs layer [2023-08-16T15:11:33.519Z] 765212b225bb: Pulling fs layer [2023-08-16T15:11:33.519Z] f23df028b6ca: Pulling fs layer [2023-08-16T15:11:33.519Z] d65c8cfc05b1: Pulling fs layer [2023-08-16T15:11:33.519Z] 2437ff75d9bd: Pulling fs layer [2023-08-16T15:11:33.519Z] 765212b225bb: Waiting [2023-08-16T15:11:33.519Z] f23df028b6ca: Waiting [2023-08-16T15:11:33.519Z] d65c8cfc05b1: Waiting [2023-08-16T15:11:33.519Z] 2437ff75d9bd: Waiting [2023-08-16T15:11:33.786Z] 04944245beec: Verifying Checksum [2023-08-16T15:11:33.786Z] 04944245beec: Download complete [2023-08-16T15:11:33.786Z] 765212b225bb: Verifying Checksum [2023-08-16T15:11:33.786Z] 765212b225bb: Download complete [2023-08-16T15:11:33.786Z] f23df028b6ca: Download complete [2023-08-16T15:11:33.786Z] d65c8cfc05b1: Verifying Checksum [2023-08-16T15:11:33.786Z] d65c8cfc05b1: Download complete [2023-08-16T15:11:34.053Z] 699f458cf7ca: Verifying Checksum [2023-08-16T15:11:34.053Z] 699f458cf7ca: Download complete [2023-08-16T15:11:34.322Z] 8998bd30e6a1: Verifying Checksum [2023-08-16T15:11:34.322Z] 8998bd30e6a1: Download complete [2023-08-16T15:11:36.898Z] 2437ff75d9bd: Verifying Checksum [2023-08-16T15:11:36.898Z] 2437ff75d9bd: Download complete [2023-08-16T15:11:38.304Z] 8998bd30e6a1: Pull complete [2023-08-16T15:11:38.571Z] 04944245beec: Pull complete [2023-08-16T15:11:39.988Z] 699f458cf7ca: Pull complete [2023-08-16T15:11:40.253Z] 765212b225bb: Pull complete [2023-08-16T15:11:40.835Z] f23df028b6ca: Pull complete [2023-08-16T15:11:41.102Z] d65c8cfc05b1: Pull complete [2023-08-16T15:11:56.101Z] 2437ff75d9bd: Pull complete [2023-08-16T15:11:56.101Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-08-16T15:11:56.101Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-08-16T15:11:56.101Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-16T15:11:56.288Z] prd-ubuntu20.04-docker-arm64-4c-16g-3792 does not seem to be running inside a container [2023-08-16T15:11:56.355Z] $ 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/124 -v /w/workspace/app-rfid-llrp-inventory/124:/w/workspace/app-rfid-llrp-inventory/124:rw,z -v /w/workspace/app-rfid-llrp-inventory/124@tmp:/w/workspace/app-rfid-llrp-inventory/124@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-08-16T15:11:59.635Z] $ docker top 9fcc639624fcc9e2e72819a9b966de4a38fc8cc32ab3e857c7797c30df570e91 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-16T15:12:00.141Z] ---> job-cost.sh [2023-08-16T15:12:00.406Z] lf-activate-venv: SKIPPING [2023-08-16T15:12:00.406Z] INFO: No Stack... [2023-08-16T15:12:00.985Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-08-16T15:12:01.565Z] INFO: Archiving Costs [Pipeline] sh [2023-08-16T15:12:01.886Z] + cat /w/workspace/app-rfid-llrp-inventory/124/archives/cost.csv [2023-08-16T15:12:01.886Z] + cut -d, -f6 [Pipeline] lock [2023-08-16T15:12:02.213Z] Trying to acquire lock on [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-124-stack-cost] [2023-08-16T15:12:02.222Z] Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-124-stack-cost] did not exist. Created. [2023-08-16T15:12:02.222Z] Lock acquired on [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-124-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-08-16T15:12:02.549Z] /w/workspace/app-rfid-llrp-inventory/124@tmp/durable-ca7be9b5/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-08-16T15:12:02.889Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-08-16T15:12:02.904Z] Warning: overwriting stash ‘stack-cost’ [2023-08-16T15:12:02.964Z] Stashed 1 file(s) [Pipeline] } [2023-08-16T15:12:02.974Z] Lock released on resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-124-stack-cost] [Pipeline] // lock [Pipeline] } [2023-08-16T15:12:02.996Z] $ docker stop --time=1 9fcc639624fcc9e2e72819a9b966de4a38fc8cc32ab3e857c7797c30df570e91 [2023-08-16T15:12:04.445Z] $ docker rm -f --volumes 9fcc639624fcc9e2e72819a9b966de4a38fc8cc32ab3e857c7797c30df570e91 [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-08-16T15:12:04.858Z] provisioning config files... [2023-08-16T15:12:04.866Z] copy managed file [app-rfid-llrp-inventory-codecov-token] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config13173562221482322561tmp [Pipeline] { [Pipeline] sh [2023-08-16T15:12:05.159Z] + set +x [2023-08-16T15:12:05.159Z] + curl -s https://codecov.io/bash [2023-08-16T15:12:05.159Z] + bash -s -- [2023-08-16T15:12:05.418Z] [2023-08-16T15:12:05.418Z] _____ _ [2023-08-16T15:12:05.418Z] / ____| | | [2023-08-16T15:12:05.418Z] | | ___ __| | ___ ___ _____ __ [2023-08-16T15:12:05.418Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-08-16T15:12:05.418Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-08-16T15:12:05.418Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-08-16T15:12:05.418Z] Bash-1.0.6 [2023-08-16T15:12:05.418Z] [2023-08-16T15:12:05.418Z] [2023-08-16T15:12:05.418Z] ==> git version 2.25.1 found [2023-08-16T15:12:05.418Z] ==> 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-08-16T15:12:05.418Z] Release-Date: 2020-01-08 [2023-08-16T15:12:05.418Z] 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-08-16T15:12:05.418Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-08-16T15:12:05.418Z] ==> Jenkins CI detected. [2023-08-16T15:12:05.418Z] current dir:  /w/workspace/dry_app-rfid-llrp-inventory_main [2023-08-16T15:12:05.418Z] project root: . [2023-08-16T15:12:05.418Z] --> token set from env [2023-08-16T15:12:05.419Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-08-16T15:12:05.419Z] ==> Running gcov in . (disable via -X gcov) [2023-08-16T15:12:05.419Z] ==> Python coveragepy not found [2023-08-16T15:12:05.419Z] ==> Searching for coverage reports in: [2023-08-16T15:12:05.419Z] + . [2023-08-16T15:12:05.419Z] -> Found 1 reports [2023-08-16T15:12:05.419Z] ==> Detecting git/mercurial file structure [2023-08-16T15:12:05.419Z] ==> Reading reports [2023-08-16T15:12:05.419Z] + ./coverage.out bytes=41317 [2023-08-16T15:12:05.419Z] ==> Appending adjustments [2023-08-16T15:12:05.419Z] https://docs.codecov.io/docs/fixing-reports [2023-08-16T15:12:05.677Z] + Found adjustments [2023-08-16T15:12:05.677Z] ==> Gzipping contents [2023-08-16T15:12:05.677Z] 12K /tmp/codecov.1Jt2rK.gz [2023-08-16T15:12:05.677Z] ==> Uploading reports [2023-08-16T15:12:05.677Z] url: https://codecov.io [2023-08-16T15:12:05.677Z] query: branch=main&commit=966f2917b41cbabd8c329e4006849192ff537794&build=124&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-rfid-llrp-inventory%2Fjob%2Fmain%2F124%2F&name=&tag=&slug=edgexfoundry%2Fapp-rfid-llrp-inventory&service=jenkins&flags=&pr=&job=&cmd_args= [2023-08-16T15:12:05.677Z] -> Pinging Codecov [2023-08-16T15:12:05.677Z] 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=966f2917b41cbabd8c329e4006849192ff537794&build=124&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-rfid-llrp-inventory%2Fjob%2Fmain%2F124%2F&name=&tag=&slug=edgexfoundry%2Fapp-rfid-llrp-inventory&service=jenkins&flags=&pr=&job=&cmd_args= [2023-08-16T15:12:05.936Z] -> Uploading to [2023-08-16T15:12:05.936Z] https://storage.googleapis.com/codecov/v4/raw/2023-08-16/581DD39554BDF9B6E22D074273EAD858/966f2917b41cbabd8c329e4006849192ff537794/a58b4065-ae05-408e-8325-dc2bbf36e534.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230816%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230816T151205Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f426085096da92810c99151aa8231bbeda3e7ee04154f28d22ccdae8a260155f [2023-08-16T15:12:05.936Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-08-16T15:12:05.936Z] Dload Upload Total Spent Left Speed [2023-08-16T15:12:05.936Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11811 0 0 100 11811 0 51129 --:--:-- --:--:-- --:--:-- 51129 [2023-08-16T15:12:05.936Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rfid-llrp-go/commit/966f2917b41cbabd8c329e4006849192ff537794 [Pipeline] } [2023-08-16T15:12:05.943Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-08-16T15:12:06.222Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-08-16T15:12:06.233Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T15:12:06.532Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-08-16T15:12:06.532Z] [2023-08-16T15:12:06.532Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T15:12:06.832Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-08-16T15:12:06.832Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-08-16T15:12:06.832Z] df9b9388f04a: Pulling fs layer [2023-08-16T15:12:06.832Z] 52dc419b0ee2: Pulling fs layer [2023-08-16T15:12:06.832Z] 25bc292e5bac: Pulling fs layer [2023-08-16T15:12:06.832Z] 114826534d7a: Pulling fs layer [2023-08-16T15:12:06.832Z] 4657fd5d0bcf: Pulling fs layer [2023-08-16T15:12:06.832Z] 6ad1cebc031e: Pulling fs layer [2023-08-16T15:12:06.832Z] 8a3aa393b2d8: Pulling fs layer [2023-08-16T15:12:06.832Z] 114826534d7a: Waiting [2023-08-16T15:12:06.832Z] 4657fd5d0bcf: Waiting [2023-08-16T15:12:06.832Z] 6ad1cebc031e: Waiting [2023-08-16T15:12:06.832Z] 8a3aa393b2d8: Waiting [2023-08-16T15:12:06.832Z] 25bc292e5bac: Download complete [2023-08-16T15:12:06.832Z] 52dc419b0ee2: Download complete [2023-08-16T15:12:06.832Z] 4657fd5d0bcf: Verifying Checksum [2023-08-16T15:12:06.832Z] 4657fd5d0bcf: Download complete [2023-08-16T15:12:06.832Z] df9b9388f04a: Download complete [2023-08-16T15:12:07.092Z] 6ad1cebc031e: Download complete [2023-08-16T15:12:07.092Z] df9b9388f04a: Pull complete [2023-08-16T15:12:07.092Z] 52dc419b0ee2: Pull complete [2023-08-16T15:12:07.092Z] 25bc292e5bac: Pull complete [2023-08-16T15:12:07.662Z] 114826534d7a: Verifying Checksum [2023-08-16T15:12:07.662Z] 114826534d7a: Download complete [2023-08-16T15:12:07.662Z] 8a3aa393b2d8: Download complete [2023-08-16T15:12:10.943Z] 114826534d7a: Pull complete [2023-08-16T15:12:10.943Z] 4657fd5d0bcf: Pull complete [2023-08-16T15:12:10.943Z] 6ad1cebc031e: Pull complete [2023-08-16T15:12:13.475Z] 8a3aa393b2d8: Pull complete [2023-08-16T15:12:13.475Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-08-16T15:12:13.475Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-08-16T15:12:13.475Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-16T15:12:13.560Z] prd-ubuntu20.04-docker-8c-8g-3790 does not seem to be running inside a container [2023-08-16T15:12:13.588Z] $ 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-08-16T15:12:14.907Z] $ docker top c3dee2b483da9f11b101d59ec6960a60997592d88d14a467eb5882e02920c599 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-08-16T15:12:14.975Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-rfid-llrp-inventory:main' [Pipeline] sh [2023-08-16T15:12:15.251Z] + set -o pipefail [2023-08-16T15:12:15.251Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-rfid-llrp-inventory:main' [2023-08-16T15:12:20.514Z] [2023-08-16T15:12:20.514Z] Monitoring /w/workspace/dry_app-rfid-llrp-inventory_main (edgexfoundry/app-rfid-llrp-inventory)... [2023-08-16T15:12:20.514Z] [2023-08-16T15:12:20.514Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/1ab6cd8a-eef5-4d42-a15e-1c0297f074f4/history/b42c0984-f5f8-41d1-a6fa-7595389360c9 [2023-08-16T15:12:20.514Z] [2023-08-16T15:12:20.514Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-08-16T15:12:20.514Z] [2023-08-16T15:12:20.514Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-08-16T15:12:20.514Z] [2023-08-16T15:12:20.514Z] [2023-08-16T15:12:20.514Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-08-16T15:12:20.514Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-08-16T15:12:20.514Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-08-16T15:12:20.526Z] $ docker stop --time=1 c3dee2b483da9f11b101d59ec6960a60997592d88d14a467eb5882e02920c599 [2023-08-16T15:12:22.314Z] $ docker rm -f --volumes c3dee2b483da9f11b101d59ec6960a60997592d88d14a467eb5882e02920c599 [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-08-16T15:12:23.046Z] + git log --format=format:%s -1 966f2917b41cbabd8c329e4006849192ff537794 [Pipeline] sh [2023-08-16T15:12:23.336Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-08-16T15:12:23.336Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T15:12:23.635Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-16T15:12:23.635Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-16T15:12:23.706Z] prd-ubuntu20.04-docker-8c-8g-3790 does not seem to be running inside a container [2023-08-16T15:12:23.735Z] $ 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-08-16T15:12:24.082Z] $ docker top 96f4fd2d28bd1b1a203d8ef8d17786bccb076f46834dc6f3d4b5783023a73194 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-08-16T15:12:24.167Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-16T15:12:24.167Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-16T15:12:24.289Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-16T15:12:24.293Z] $ docker exec 96f4fd2d28bd1b1a203d8ef8d17786bccb076f46834dc6f3d4b5783023a73194 ssh-agent [2023-08-16T15:12:24.416Z] SSH_AUTH_SOCK=/tmp/ssh-7fWwuyPdz0wX/agent.32 [2023-08-16T15:12:24.416Z] SSH_AGENT_PID=38 [2023-08-16T15:12:24.421Z] Running ssh-add (command line suppressed) [2023-08-16T15:12:24.530Z] Identity added: /w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_12499182626826182284.key (/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_12499182626826182284.key) [2023-08-16T15:12:24.544Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-16T15:12:24.829Z] + git semver tag [2023-08-16T15:12:25.087Z] 2023-08-16 15:12:25,020 [run_tag] DEBUG tag force:False [2023-08-16T15:12:25.087Z] 2023-08-16 15:12:25,021 [check_head_tag] DEBUG check head tag [2023-08-16T15:12:25.087Z] 2023-08-16 15:12:25,021 [execute] INFO git cat-file --batch-check [2023-08-16T15:12:25.087Z] 2023-08-16 15:12:25,021 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main, universal_newlines=False, shell=None, istream=) [2023-08-16T15:12:25.087Z] 2023-08-16 15:12:25,024 [execute] INFO git cat-file --batch [2023-08-16T15:12:25.087Z] 2023-08-16 15:12:25,025 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main, universal_newlines=False, shell=None, istream=) [2023-08-16T15:12:25.087Z] 2023-08-16 15:12:25,034 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2023-08-16T15:12:25.087Z] 2023-08-16 15:12:25,034 [execute] INFO git tag -a v3.1.0-dev.12 -m v3.1.0-dev.12 [2023-08-16T15:12:25.087Z] 2023-08-16 15:12:25,035 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.1.0-dev.12', '-m', 'v3.1.0-dev.12'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main, universal_newlines=False, shell=None, istream=None) [2023-08-16T15:12:25.087Z] 2023-08-16 15:12:25,039 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2023-08-16T15:12:25.087Z] 3.1.0-dev.12 [Pipeline] } [2023-08-16T15:12:25.096Z] $ docker exec --env ******** --env ******** 96f4fd2d28bd1b1a203d8ef8d17786bccb076f46834dc6f3d4b5783023a73194 ssh-agent -k [2023-08-16T15:12:25.189Z] unset SSH_AUTH_SOCK; [2023-08-16T15:12:25.190Z] unset SSH_AGENT_PID; [2023-08-16T15:12:25.190Z] echo Agent pid 38 killed; [2023-08-16T15:12:25.198Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-08-16T15:12:25.513Z] + git semver [Pipeline] } [2023-08-16T15:12:25.785Z] $ docker stop --time=1 96f4fd2d28bd1b1a203d8ef8d17786bccb076f46834dc6f3d4b5783023a73194 [2023-08-16T15:12:27.073Z] $ docker rm -f --volumes 96f4fd2d28bd1b1a203d8ef8d17786bccb076f46834dc6f3d4b5783023a73194 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T15:12:27.507Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-08-16T15:12:27.507Z] [2023-08-16T15:12:27.507Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T15:12:27.813Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-08-16T15:12:27.813Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-08-16T15:12:27.813Z] ab5ef0e58194: Pulling fs layer [2023-08-16T15:12:27.813Z] 9712f1f96733: Pulling fs layer [2023-08-16T15:12:27.813Z] 63f879dbbcfc: Pulling fs layer [2023-08-16T15:12:27.813Z] 0d9ebad4ef96: Pulling fs layer [2023-08-16T15:12:27.813Z] e9a5061849ea: Pulling fs layer [2023-08-16T15:12:27.813Z] d747dcd14b5f: Pulling fs layer [2023-08-16T15:12:27.813Z] 2de7ff778b66: Pulling fs layer [2023-08-16T15:12:27.813Z] e9a5061849ea: Waiting [2023-08-16T15:12:27.813Z] d747dcd14b5f: Waiting [2023-08-16T15:12:27.813Z] 2de7ff778b66: Waiting [2023-08-16T15:12:27.813Z] 0d9ebad4ef96: Waiting [2023-08-16T15:12:27.813Z] 9712f1f96733: Verifying Checksum [2023-08-16T15:12:27.813Z] 9712f1f96733: Download complete [2023-08-16T15:12:28.075Z] 63f879dbbcfc: Verifying Checksum [2023-08-16T15:12:28.075Z] 63f879dbbcfc: Download complete [2023-08-16T15:12:28.334Z] e9a5061849ea: Verifying Checksum [2023-08-16T15:12:28.334Z] e9a5061849ea: Download complete [2023-08-16T15:12:28.334Z] d747dcd14b5f: Verifying Checksum [2023-08-16T15:12:28.334Z] d747dcd14b5f: Download complete [2023-08-16T15:12:28.334Z] ab5ef0e58194: Download complete [2023-08-16T15:12:28.334Z] 0d9ebad4ef96: Verifying Checksum [2023-08-16T15:12:28.334Z] 0d9ebad4ef96: Download complete [2023-08-16T15:12:28.593Z] 2de7ff778b66: Verifying Checksum [2023-08-16T15:12:28.593Z] 2de7ff778b66: Download complete [2023-08-16T15:12:31.119Z] ab5ef0e58194: Pull complete [2023-08-16T15:12:31.119Z] 9712f1f96733: Pull complete [2023-08-16T15:12:31.376Z] 63f879dbbcfc: Pull complete [2023-08-16T15:12:34.660Z] 0d9ebad4ef96: Pull complete [2023-08-16T15:12:34.660Z] e9a5061849ea: Pull complete [2023-08-16T15:12:34.660Z] d747dcd14b5f: Pull complete [2023-08-16T15:12:35.599Z] 2de7ff778b66: Pull complete [2023-08-16T15:12:35.599Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-08-16T15:12:35.599Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-08-16T15:12:35.599Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-16T15:12:35.674Z] prd-ubuntu20.04-docker-8c-8g-3790 does not seem to be running inside a container [2023-08-16T15:12:35.700Z] $ 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-08-16T15:12:37.110Z] $ docker top b4727e500e22e64c0d4a4cb9dab13e4a6c3c4f4bbcba9414ab8cf5191622628e -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-08-16T15:12:37.178Z] provisioning config files... [2023-08-16T15:12:37.185Z] copy managed file [sigul-config] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config8970622414103356405tmp [2023-08-16T15:12:37.193Z] copy managed file [sigul-password] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config10537486417191673731tmp [2023-08-16T15:12:37.201Z] copy managed file [sigul-pki] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config17595781769255354186tmp [Pipeline] { [Pipeline] echo [2023-08-16T15:12:37.218Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-16T15:12:37.501Z] ---> sigul-configuration.sh [2023-08-16T15:12:37.501Z] gpg: directory `/root/.gnupg' created [2023-08-16T15:12:37.501Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-08-16T15:12:37.501Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-08-16T15:12:37.501Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-08-16T15:12:37.501Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-08-16T15:12:37.501Z] gpg: CAST5 encrypted data [2023-08-16T15:12:37.501Z] gpg: encrypted with 1 passphrase [2023-08-16T15:12:37.501Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-08-16T15:12:37.786Z] + mkdir /home/jenkins [2023-08-16T15:12:37.786Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-08-16T15:12:38.070Z] + 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-08-16T15:12:38.077Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-16T15:12:38.359Z] ---> sigul-install.sh [2023-08-16T15:12:38.359Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-08-16T15:12:38.649Z] + git tag --list [2023-08-16T15:12:38.649Z] v0.0.0 [2023-08-16T15:12:38.649Z] v1.0.0 [2023-08-16T15:12:38.649Z] v2.1.0 [2023-08-16T15:12:38.649Z] v2.1.1 [2023-08-16T15:12:38.649Z] v2.2.0 [2023-08-16T15:12:38.649Z] v2.3.0 [2023-08-16T15:12:38.649Z] v3.0 [2023-08-16T15:12:38.649Z] v3.0.0 [2023-08-16T15:12:38.649Z] v3.0.1 [2023-08-16T15:12:38.649Z] v3.0.1-dev.1 [2023-08-16T15:12:38.649Z] v3.1.0-dev.1 [2023-08-16T15:12:38.649Z] v3.1.0-dev.10 [2023-08-16T15:12:38.649Z] v3.1.0-dev.11 [2023-08-16T15:12:38.649Z] v3.1.0-dev.12 [2023-08-16T15:12:38.649Z] v3.1.0-dev.2 [2023-08-16T15:12:38.649Z] v3.1.0-dev.3 [2023-08-16T15:12:38.649Z] v3.1.0-dev.4 [2023-08-16T15:12:38.649Z] v3.1.0-dev.5 [2023-08-16T15:12:38.649Z] v3.1.0-dev.6 [2023-08-16T15:12:38.649Z] v3.1.0-dev.7 [2023-08-16T15:12:38.649Z] v3.1.0-dev.8 [2023-08-16T15:12:38.649Z] v3.1.0-dev.9 [Pipeline] sh [2023-08-16T15:12:38.932Z] + lftools sign git-tag v3.1.0-dev.12 [2023-08-16T15:12:39.500Z] Signing Git tag with Sigul... [2023-08-16T15:12:39.500Z] Signing v3.1.0-dev.12 [Pipeline] echo [2023-08-16T15:12:39.765Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-16T15:12:40.047Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-08-16T15:12:40.054Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-08-16T15:12:40.073Z] $ docker stop --time=1 b4727e500e22e64c0d4a4cb9dab13e4a6c3c4f4bbcba9414ab8cf5191622628e [2023-08-16T15:12:41.313Z] $ docker rm -f --volumes b4727e500e22e64c0d4a4cb9dab13e4a6c3c4f4bbcba9414ab8cf5191622628e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-08-16T15:12:41.704Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-08-16T15:12:41.704Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T15:12:42.003Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-16T15:12:42.003Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-16T15:12:42.074Z] prd-ubuntu20.04-docker-8c-8g-3790 does not seem to be running inside a container [2023-08-16T15:12:42.109Z] $ 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-08-16T15:12:42.432Z] $ docker top ff93bea049cc55841ca3e616334c032e782c02ee4a2b9581d6b4d8dacfd8f410 -eo pid,comm [2023-08-16T15:12:42.480Z] 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-08-16T15:12:42.480Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-08-16T15:12:42.518Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-16T15:12:42.518Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-16T15:12:42.640Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-16T15:12:42.642Z] $ docker exec ff93bea049cc55841ca3e616334c032e782c02ee4a2b9581d6b4d8dacfd8f410 ssh-agent [2023-08-16T15:12:42.740Z] SSH_AUTH_SOCK=/tmp/ssh-OhxtJ9BpT8vO/agent.33 [2023-08-16T15:12:42.740Z] SSH_AGENT_PID=39 [2023-08-16T15:12:42.744Z] Running ssh-add (command line suppressed) [2023-08-16T15:12:42.846Z] Identity added: /w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_3876342925782149669.key (/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_3876342925782149669.key) [2023-08-16T15:12:42.858Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-16T15:12:43.146Z] + git semver bump pre [2023-08-16T15:12:43.405Z] 2023-08-16 15:12:43,336 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2023-08-16T15:12:43.405Z] 2023-08-16 15:12:43,337 [bump_version] DEBUG bumping version:3.1.0-dev.12 on axis:pre with prefix:dev [2023-08-16T15:12:43.405Z] 2023-08-16 15:12:43,337 [bump_version] DEBUG bumped version:3.1.0-dev.13 [2023-08-16T15:12:43.405Z] 2023-08-16 15:12:43,337 [write_version] DEBUG write version:3.1.0-dev.13 to path:/w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main with force:True [2023-08-16T15:12:43.405Z] 2023-08-16 15:12:43,337 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2023-08-16T15:12:43.405Z] 2023-08-16 15:12:43,337 [write_file] DEBUG write to file:/w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2023-08-16T15:12:43.405Z] 2023-08-16 15:12:43,339 [execute] INFO git cat-file --batch-check [2023-08-16T15:12:43.405Z] 2023-08-16 15:12:43,339 [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-08-16T15:12:43.405Z] 2023-08-16 15:12:43,344 [execute] INFO git cat-file --batch [2023-08-16T15:12:43.405Z] 2023-08-16 15:12:43,345 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main/.semver, universal_newlines=False, shell=None, istream=) [2023-08-16T15:12:43.405Z] 2023-08-16 15:12:43,349 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2023-08-16T15:12:43.405Z] 3.1.0-dev.13 [Pipeline] } [2023-08-16T15:12:43.413Z] $ docker exec --env ******** --env ******** ff93bea049cc55841ca3e616334c032e782c02ee4a2b9581d6b4d8dacfd8f410 ssh-agent -k [2023-08-16T15:12:43.501Z] unset SSH_AUTH_SOCK; [2023-08-16T15:12:43.501Z] unset SSH_AGENT_PID; [2023-08-16T15:12:43.501Z] echo Agent pid 39 killed; [2023-08-16T15:12:43.509Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-08-16T15:12:43.811Z] + git semver [Pipeline] } [2023-08-16T15:12:44.085Z] $ docker stop --time=1 ff93bea049cc55841ca3e616334c032e782c02ee4a2b9581d6b4d8dacfd8f410 [2023-08-16T15:12:45.378Z] $ docker rm -f --volumes ff93bea049cc55841ca3e616334c032e782c02ee4a2b9581d6b4d8dacfd8f410 [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-16T15:12:45.717Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-08-16T15:12:45.718Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T15:12:46.023Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-16T15:12:46.023Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-16T15:12:46.086Z] prd-ubuntu20.04-docker-8c-8g-3790 does not seem to be running inside a container [2023-08-16T15:12:46.111Z] $ 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-08-16T15:12:46.435Z] $ docker top 96879a34c6741dbca7e811a7c945025ff19d676a6d9da6faa2cbbab5e7421dd9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-08-16T15:12:46.521Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-16T15:12:46.521Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-16T15:12:46.623Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-16T15:12:46.626Z] $ docker exec 96879a34c6741dbca7e811a7c945025ff19d676a6d9da6faa2cbbab5e7421dd9 ssh-agent [2023-08-16T15:12:46.743Z] SSH_AUTH_SOCK=/tmp/ssh-YVoIvtFxmIyO/agent.32 [2023-08-16T15:12:46.743Z] SSH_AGENT_PID=38 [2023-08-16T15:12:46.748Z] Running ssh-add (command line suppressed) [2023-08-16T15:12:46.847Z] Identity added: /w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_12115723757291797456.key (/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_12115723757291797456.key) [2023-08-16T15:12:46.860Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-16T15:12:47.146Z] + git semver push [2023-08-16T15:12:47.405Z] 2023-08-16 15:12:47,314 [run_push] DEBUG push [2023-08-16T15:12:47.405Z] 2023-08-16 15:12:47,315 [execute] INFO git cat-file --batch-check [2023-08-16T15:12:47.405Z] 2023-08-16 15:12:47,315 [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-08-16T15:12:47.405Z] 2023-08-16 15:12:47,319 [execute] INFO git rev-list 0235f1c724c33d6f22fb544ca00291003ab39861 -- [2023-08-16T15:12:47.405Z] 2023-08-16 15:12:47,319 [execute] DEBUG Popen(['git', 'rev-list', '0235f1c724c33d6f22fb544ca00291003ab39861', '--'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-08-16T15:12:47.405Z] 2023-08-16 15:12:47,327 [execute] INFO git fetch -v origin [2023-08-16T15:12:47.405Z] 2023-08-16 15:12:47,327 [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-08-16T15:12:47.973Z] 2023-08-16 15:12:47,814 [run_push] DEBUG no remote changes detected [2023-08-16T15:12:47.973Z] 2023-08-16 15:12:47,814 [execute] INFO git push origin semver [2023-08-16T15:12:47.973Z] 2023-08-16 15:12:47,814 [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-08-16T15:12:48.539Z] 2023-08-16 15:12:48,515 [run_push] DEBUG push all version tags [2023-08-16T15:12:48.539Z] 2023-08-16 15:12:48,516 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-08-16T15:12:48.539Z] 2023-08-16 15:12:48,516 [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-08-16T15:12:49.475Z] 2023-08-16 15:12:49,226 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2023-08-16T15:12:49.475Z] 3.1.0-dev.13 [Pipeline] } [2023-08-16T15:12:49.484Z] $ docker exec --env ******** --env ******** 96879a34c6741dbca7e811a7c945025ff19d676a6d9da6faa2cbbab5e7421dd9 ssh-agent -k [2023-08-16T15:12:49.591Z] unset SSH_AUTH_SOCK; [2023-08-16T15:12:49.591Z] unset SSH_AGENT_PID; [2023-08-16T15:12:49.591Z] echo Agent pid 38 killed; [2023-08-16T15:12:49.601Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-08-16T15:12:49.907Z] + git semver [Pipeline] } [2023-08-16T15:12:50.178Z] $ docker stop --time=1 96879a34c6741dbca7e811a7c945025ff19d676a6d9da6faa2cbbab5e7421dd9 [2023-08-16T15:12:51.439Z] $ docker rm -f --volumes 96879a34c6741dbca7e811a7c945025ff19d676a6d9da6faa2cbbab5e7421dd9 [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-08-16T15:12:52.096Z] + [ -d /w/workspace/dry_app-rfid-llrp-inventory_main/archives ] [2023-08-16T15:12:52.096Z] + ls -al /w/workspace/dry_app-rfid-llrp-inventory_main/archives [2023-08-16T15:12:52.096Z] total 16 [2023-08-16T15:12:52.096Z] drwxr-xr-x 3 root root 4096 Aug 16 15:00 . [2023-08-16T15:12:52.096Z] drwxrwxr-x 12 jenkins jenkins 4096 Aug 16 15:12 .. [2023-08-16T15:12:52.096Z] drwxr-xr-x 2 root root 4096 Aug 16 15:00 cost [2023-08-16T15:12:52.096Z] -rw-r--r-- 1 root root 95 Aug 16 15:00 cost.csv [2023-08-16T15:12:52.096Z] + sudo chown -R jenkins:jenkins /w/workspace/dry_app-rfid-llrp-inventory_main/archives [2023-08-16T15:12:52.096Z] + ls -al /w/workspace/dry_app-rfid-llrp-inventory_main/archives [2023-08-16T15:12:52.096Z] total 16 [2023-08-16T15:12:52.096Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 16 15:00 . [2023-08-16T15:12:52.096Z] drwxrwxr-x 12 jenkins jenkins 4096 Aug 16 15:12 .. [2023-08-16T15:12:52.096Z] drwxr-xr-x 2 jenkins jenkins 4096 Aug 16 15:00 cost [2023-08-16T15:12:52.096Z] -rw-r--r-- 1 jenkins jenkins 95 Aug 16 15:00 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-08-16T15:12:52.469Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-16T15:12:53.372Z] ---> package-listing.sh [2023-08-16T15:12:53.372Z] ++ facter osfamily [2023-08-16T15:12:53.372Z] ++ tr '[:upper:]' '[:lower:]' [2023-08-16T15:12:53.632Z] + OS_FAMILY=debian [2023-08-16T15:12:53.632Z] + workspace=/w/workspace/dry_app-rfid-llrp-inventory_main [2023-08-16T15:12:53.632Z] + START_PACKAGES=/tmp/packages_start.txt [2023-08-16T15:12:53.632Z] + END_PACKAGES=/tmp/packages_end.txt [2023-08-16T15:12:53.632Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-08-16T15:12:53.632Z] + PACKAGES=/tmp/packages_start.txt [2023-08-16T15:12:53.632Z] + '[' /w/workspace/dry_app-rfid-llrp-inventory_main ']' [2023-08-16T15:12:53.632Z] + PACKAGES=/tmp/packages_end.txt [2023-08-16T15:12:53.632Z] + case "${OS_FAMILY}" in [2023-08-16T15:12:53.632Z] + dpkg -l [2023-08-16T15:12:53.632Z] + grep '^ii' [2023-08-16T15:12:53.632Z] + '[' -f /tmp/packages_start.txt ']' [2023-08-16T15:12:53.632Z] + '[' -f /tmp/packages_end.txt ']' [2023-08-16T15:12:53.632Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-08-16T15:12:53.632Z] + '[' /w/workspace/dry_app-rfid-llrp-inventory_main ']' [2023-08-16T15:12:53.632Z] + mkdir -p /w/workspace/dry_app-rfid-llrp-inventory_main/archives/ [2023-08-16T15:12:53.632Z] + 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-08-16T15:12:53.644Z] 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-08-16T15:12:53.921Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-16T15:12:54.483Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-16T15:12:54.483Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-16T15:12:54.561Z] prd-ubuntu20.04-docker-8c-8g-3790 does not seem to be running inside a container [2023-08-16T15:12:54.590Z] $ 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-08-16T15:12:54.784Z] $ docker top 02398e349baaadafd5e2b9ca4eb238acbf679167e493df5354ac9a4c112a2c5c -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-16T15:12:55.134Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-08-16T15:12:55.418Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-08-16T15:12:55.700Z] + ls /var/log/sa-host [2023-08-16T15:12:55.700Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-16T15:12:55.859Z] provisioning config files... [2023-08-16T15:12:55.866Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config15371161322169681750tmp [Pipeline] { [Pipeline] echo [2023-08-16T15:12:55.875Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-16T15:12:56.151Z] ---> create-netrc.sh [Pipeline] } [2023-08-16T15:12:56.158Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-08-16T15:12:56.489Z] ---> python-tools-install.sh [Pipeline] echo [2023-08-16T15:12:56.497Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-16T15:12:56.781Z] ---> sudo-logs.sh [2023-08-16T15:12:56.781Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-08-16T15:12:56.817Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-16T15:12:57.098Z] ---> job-cost.sh [2023-08-16T15:12:57.098Z] lf-activate-venv: SKIPPING [2023-08-16T15:12:57.098Z] DEBUG: total: 0.2199999988079071 [2023-08-16T15:12:57.098Z] INFO: Retrieving Stack Cost... [2023-08-16T15:12:57.665Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-08-16T15:12:57.927Z] INFO: Archiving Costs [Pipeline] echo [2023-08-16T15:12:57.939Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-16T15:12:58.219Z] ---> logs-deploy.sh [2023-08-16T15:12:58.219Z] lf-activate-venv: SKIPPING [2023-08-16T15:12:58.219Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-rfid-llrp-inventory/main/124 [2023-08-16T15:12:58.219Z] INFO: archiving workspace using pattern(s): [2023-08-16T15:12:59.156Z] Archives upload complete. [2023-08-16T15:12:59.156Z] INFO: archiving logs to Nexus