Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 083fa2f723157b55da528870f81b1571d9ee15b2 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-ssh10288857813628077777.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-ssh4577944767678898594.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/device-rfid-llrp-go/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/device-rfid-llrp-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh18417624675890588933.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-ssh10841383639386284774.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/device-rfid-llrp-go/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/device-rfid-llrp-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh7428308572363120671.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:device-rfid-llrp-go, 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: device-rfid-llrp-go-settings PROJECT: device-rfid-llrp-go 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: device-rfid-llrp 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-4557 in /w/workspace/foundry_device-rfid-llrp-go_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/device-rfid-llrp-go.git > git init /w/workspace/foundry_device-rfid-llrp-go_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.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/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 083fa2f723157b55da528870f81b1571d9ee15b2 (main) > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.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 083fa2f723157b55da528870f81b1571d9ee15b2 # timeout=10 Commit message: "Merge pull request #244 from FelixTing/update-sdk" > git rev-list --no-walk 2324491fcd83c67259ed47f9c53b07eaebff8e42 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-08-25T10:57:44.346Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-08-25T10:57:44.407Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-08-25T10:57:44.425Z] ========================================================= [2023-08-25T10:57:44.425Z] EdgeX Global Pipelines Version Info [2023-08-25T10:57:44.425Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-08-25T10:57:45.137Z] ------------------- [2023-08-25T10:57:45.137Z] stable info: [2023-08-25T10:57:45.137Z] ------------------- [2023-08-25T10:57:45.137Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-08-25T10:57:45.137Z] Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 [2023-08-25T10:57:45.137Z] Message: update stable to v1.0.253 [2023-08-25T10:57:45.710Z] ------------------- [2023-08-25T10:57:45.710Z] experimental info: [2023-08-25T10:57:45.710Z] ------------------- [2023-08-25T10:57:45.710Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-08-25T10:57:45.710Z] Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 [2023-08-25T10:57:45.710Z] Message: update experimental to v1.0.253 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-08-25T10:57:45.905Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rfid-llrp-go-settings [Pipeline] echo [2023-08-25T10:57:45.918Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rfid-llrp-go [Pipeline] echo [2023-08-25T10:57:45.929Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-08-25T10:57:45.938Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-08-25T10:57:45.948Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-08-25T10:57:45.965Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-08-25T10:57:45.980Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-08-25T10:57:45.994Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-08-25T10:57:46.007Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-08-25T10:57:46.019Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-08-25T10:57:46.031Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-08-25T10:57:46.044Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rfid-llrp [Pipeline] echo [2023-08-25T10:57:46.057Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-08-25T10:57:46.069Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-08-25T10:57:46.081Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-08-25T10:57:46.099Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-08-25T10:57:46.115Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-08-25T10:57:46.129Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-08-25T10:57:46.142Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-08-25T10:57:46.154Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-08-25T10:57:46.166Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-08-25T10:57:46.188Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-08-25T10:57:46.205Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-08-25T10:57:46.224Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-08-25T10:57:46.238Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-08-25T10:57:46.250Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-08-25T10:57:46.267Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-08-25T10:57:46.283Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-08-25T10:57:46.296Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-08-25T10:57:46.309Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-08-25T10:57:46.321Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 083fa2f723157b55da528870f81b1571d9ee15b2 [Pipeline] echo [2023-08-25T10:57:46.337Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 083fa2f [Pipeline] echo [2023-08-25T10:57:46.350Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-25T10:57:46.383Z] provisioning config files... [2023-08-25T10:57:46.397Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config3877609325848869906tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-25T10:57:46.704Z] ---> docker-login.sh [2023-08-25T10:57:46.704Z] nexus3.edgexfoundry.org:10001 [2023-08-25T10:57:46.965Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-25T10:57:46.965Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-25T10:57:46.965Z] Configure a credential helper to remove this warning. See [2023-08-25T10:57:46.965Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-25T10:57:46.965Z] [2023-08-25T10:57:46.965Z] Login Succeeded [2023-08-25T10:57:46.965Z] nexus3.edgexfoundry.org:10002 [2023-08-25T10:57:46.965Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-25T10:57:47.225Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-25T10:57:47.225Z] Configure a credential helper to remove this warning. See [2023-08-25T10:57:47.225Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-25T10:57:47.225Z] [2023-08-25T10:57:47.225Z] Login Succeeded [2023-08-25T10:57:47.225Z] nexus3.edgexfoundry.org:10003 [2023-08-25T10:57:47.225Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-25T10:57:47.225Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-25T10:57:47.225Z] Configure a credential helper to remove this warning. See [2023-08-25T10:57:47.225Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-25T10:57:47.225Z] [2023-08-25T10:57:47.225Z] Login Succeeded [2023-08-25T10:57:47.225Z] nexus3.edgexfoundry.org:10004 [2023-08-25T10:57:47.225Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-25T10:57:47.225Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-25T10:57:47.225Z] Configure a credential helper to remove this warning. See [2023-08-25T10:57:47.225Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-25T10:57:47.225Z] [2023-08-25T10:57:47.225Z] Login Succeeded [2023-08-25T10:57:47.225Z] docker.io [2023-08-25T10:57:47.485Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-25T10:57:47.744Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-25T10:57:47.744Z] Configure a credential helper to remove this warning. See [2023-08-25T10:57:47.744Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-25T10:57:47.744Z] [2023-08-25T10:57:47.744Z] Login Succeeded [2023-08-25T10:57:47.744Z] ---> docker-login.sh ends [Pipeline] } [2023-08-25T10:57:47.752Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-08-25T10:57:48.127Z] + git rev-list -1 --merges 083fa2f723157b55da528870f81b1571d9ee15b2~1..083fa2f723157b55da528870f81b1571d9ee15b2 [Pipeline] echo [2023-08-25T10:57:48.167Z] -----------> git rev-list -1 --merges 083fa2f723157b55da528870f81b1571d9ee15b2~1..083fa2f723157b55da528870f81b1571d9ee15b2 083fa2f723157b55da528870f81b1571d9ee15b2 [2023-08-25T10:57:48.167Z] 083fa2f723157b55da528870f81b1571d9ee15b2 [false] [Pipeline] sh [2023-08-25T10:57:48.461Z] + git log --format=format:%s -1 083fa2f723157b55da528870f81b1571d9ee15b2 [Pipeline] echo [2023-08-25T10:57:48.520Z] ========================================================= [2023-08-25T10:57:48.520Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-08-25T10:57:48.520Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-08-25T10:57:48.857Z] + git log --format=format:%s -1 083fa2f723157b55da528870f81b1571d9ee15b2 [Pipeline] echo [2023-08-25T10:57:48.867Z] [semverPrep] GIT_COMMIT: 083fa2f723157b55da528870f81b1571d9ee15b2, Commit Message: Merge pull request #244 from FelixTing/update-sdk [Pipeline] echo [2023-08-25T10:57:48.878Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-08-25T10:57:49.218Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-08-25T10:57:49.218Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-08-25T10:57:49.218Z] + [ -e /tmp/ssh_known_hosts ] [2023-08-25T10:57:49.218Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-08-25T10:57:49.218Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-08-25T10:57:49.218Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-08-25T10:57:49.218Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T10:57:49.566Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-25T10:57:49.566Z] [2023-08-25T10:57:49.566Z] 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-25T10:57:49.862Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-25T10:57:49.862Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-08-25T10:57:49.862Z] b85a868b505f: Pulling fs layer [2023-08-25T10:57:49.862Z] e2be974225ed: Pulling fs layer [2023-08-25T10:57:49.862Z] 339a4e72a1f5: Pulling fs layer [2023-08-25T10:57:49.862Z] 988bab9f4d93: Pulling fs layer [2023-08-25T10:57:49.862Z] 1469e6f7b9e6: Pulling fs layer [2023-08-25T10:57:49.862Z] eaf3925da568: Pulling fs layer [2023-08-25T10:57:49.862Z] bab4dde63d76: Pulling fs layer [2023-08-25T10:57:49.862Z] bde34c3a00c8: Pulling fs layer [2023-08-25T10:57:49.862Z] b352a97aabf1: Pulling fs layer [2023-08-25T10:57:49.862Z] 4872d77fe225: Pulling fs layer [2023-08-25T10:57:49.862Z] 5851b861e8e6: Pulling fs layer [2023-08-25T10:57:49.862Z] 988bab9f4d93: Waiting [2023-08-25T10:57:49.862Z] 1469e6f7b9e6: Waiting [2023-08-25T10:57:49.862Z] eaf3925da568: Waiting [2023-08-25T10:57:49.862Z] bab4dde63d76: Waiting [2023-08-25T10:57:49.862Z] bde34c3a00c8: Waiting [2023-08-25T10:57:49.862Z] b352a97aabf1: Waiting [2023-08-25T10:57:49.862Z] 4872d77fe225: Waiting [2023-08-25T10:57:49.862Z] 5851b861e8e6: Waiting [2023-08-25T10:57:49.862Z] e2be974225ed: Verifying Checksum [2023-08-25T10:57:49.862Z] e2be974225ed: Download complete [2023-08-25T10:57:49.862Z] 988bab9f4d93: Download complete [2023-08-25T10:57:50.121Z] 1469e6f7b9e6: Verifying Checksum [2023-08-25T10:57:50.121Z] 1469e6f7b9e6: Download complete [2023-08-25T10:57:50.121Z] 339a4e72a1f5: Verifying Checksum [2023-08-25T10:57:50.121Z] 339a4e72a1f5: Download complete [2023-08-25T10:57:50.121Z] eaf3925da568: Verifying Checksum [2023-08-25T10:57:50.121Z] eaf3925da568: Download complete [2023-08-25T10:57:50.121Z] bde34c3a00c8: Download complete [2023-08-25T10:57:50.121Z] b352a97aabf1: Download complete [2023-08-25T10:57:50.121Z] 4872d77fe225: Download complete [2023-08-25T10:57:50.121Z] 5851b861e8e6: Download complete [2023-08-25T10:57:50.121Z] b85a868b505f: Verifying Checksum [2023-08-25T10:57:50.121Z] b85a868b505f: Download complete [2023-08-25T10:57:50.380Z] bab4dde63d76: Verifying Checksum [2023-08-25T10:57:50.380Z] bab4dde63d76: Download complete [2023-08-25T10:57:51.752Z] b85a868b505f: Pull complete [2023-08-25T10:57:51.752Z] e2be974225ed: Pull complete [2023-08-25T10:57:52.323Z] 339a4e72a1f5: Pull complete [2023-08-25T10:57:52.323Z] 988bab9f4d93: Pull complete [2023-08-25T10:57:52.581Z] 1469e6f7b9e6: Pull complete [2023-08-25T10:57:52.581Z] eaf3925da568: Pull complete [2023-08-25T10:57:54.482Z] bab4dde63d76: Pull complete [2023-08-25T10:57:54.482Z] bde34c3a00c8: Pull complete [2023-08-25T10:57:54.482Z] b352a97aabf1: Pull complete [2023-08-25T10:57:54.743Z] 4872d77fe225: Pull complete [2023-08-25T10:57:54.743Z] 5851b861e8e6: Pull complete [2023-08-25T10:57:54.743Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-08-25T10:57:54.743Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-25T10:57:54.743Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-25T10:57:54.833Z] prd-ubuntu20.04-docker-8c-8g-4557 does not seem to be running inside a container [2023-08-25T10:57:54.870Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-rfid-llrp-go_main -v /w/workspace/foundry_device-rfid-llrp-go_main:/w/workspace/foundry_device-rfid-llrp-go_main:rw,z -v /w/workspace/foundry_device-rfid-llrp-go_main@tmp:/w/workspace/foundry_device-rfid-llrp-go_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-25T10:58:02.142Z] $ docker top 9dc1af97d8dc3003da16f44c5d36fe787432bc64ff8c12664631a92579ad2394 -eo pid,comm [2023-08-25T10:58:02.219Z] 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-25T10:58:02.219Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-08-25T10:58:02.259Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-25T10:58:02.260Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-25T10:58:02.364Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-25T10:58:02.370Z] $ docker exec 9dc1af97d8dc3003da16f44c5d36fe787432bc64ff8c12664631a92579ad2394 ssh-agent [2023-08-25T10:58:02.479Z] SSH_AUTH_SOCK=/tmp/ssh-sEKvnb2TWrCa/agent.15 [2023-08-25T10:58:02.479Z] SSH_AGENT_PID=21 [2023-08-25T10:58:02.485Z] Running ssh-add (command line suppressed) [2023-08-25T10:58:02.585Z] Identity added: /w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_16644379627086733359.key (/w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_16644379627086733359.key) [2023-08-25T10:58:02.596Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-25T10:58:02.943Z] + git tag --points-at HEAD [Pipeline] } [2023-08-25T10:58:02.963Z] $ docker exec --env ******** --env ******** 9dc1af97d8dc3003da16f44c5d36fe787432bc64ff8c12664631a92579ad2394 ssh-agent -k [2023-08-25T10:58:03.053Z] unset SSH_AUTH_SOCK; [2023-08-25T10:58:03.053Z] unset SSH_AGENT_PID; [2023-08-25T10:58:03.054Z] echo Agent pid 21 killed; [2023-08-25T10:58:03.058Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-08-25T10:58:03.087Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-25T10:58:03.087Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-25T10:58:03.199Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-25T10:58:03.204Z] $ docker exec 9dc1af97d8dc3003da16f44c5d36fe787432bc64ff8c12664631a92579ad2394 ssh-agent [2023-08-25T10:58:03.352Z] SSH_AUTH_SOCK=/tmp/ssh-1bgSl8vY9rqE/agent.53 [2023-08-25T10:58:03.352Z] SSH_AGENT_PID=72 [2023-08-25T10:58:03.357Z] Running ssh-add (command line suppressed) [2023-08-25T10:58:03.448Z] Identity added: /w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_11149839155968196611.key (/w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_11149839155968196611.key) [2023-08-25T10:58:03.457Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-25T10:58:03.741Z] + git semver init [2023-08-25T10:58:04.001Z] 2023-08-25 10:58:03,926 [run_init] DEBUG init version:0.0.0 force:False [2023-08-25T10:58:04.001Z] 2023-08-25 10:58:03,926 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/foundry_device-rfid-llrp-go_main/.semver [2023-08-25T10:58:04.001Z] 2023-08-25 10:58:03,927 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rfid-llrp-go.git /w/workspace/foundry_device-rfid-llrp-go_main/.semver [2023-08-25T10:58:04.001Z] 2023-08-25 10:58:03,927 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-rfid-llrp-go.git', '/w/workspace/foundry_device-rfid-llrp-go_main/.semver'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main, universal_newlines=False, shell=None, istream=None) [2023-08-25T10:58:04.938Z] 2023-08-25 10:58:04,939 [append_file] DEBUG append to file:/w/workspace/foundry_device-rfid-llrp-go_main/.git/info/exclude [2023-08-25T10:58:04.938Z] 2023-08-25 10:58:04,940 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/foundry_device-rfid-llrp-go_main/.semver/main with force:False [2023-08-25T10:58:04.938Z] 2023-08-25 10:58:04,940 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main [2023-08-25T10:58:04.938Z] 2023-08-25 10:58:04,940 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main [2023-08-25T10:58:04.938Z] 3.1.0-dev.3 [Pipeline] } [2023-08-25T10:58:05.264Z] $ docker exec --env ******** --env ******** 9dc1af97d8dc3003da16f44c5d36fe787432bc64ff8c12664631a92579ad2394 ssh-agent -k [2023-08-25T10:58:05.357Z] unset SSH_AUTH_SOCK; [2023-08-25T10:58:05.358Z] unset SSH_AGENT_PID; [2023-08-25T10:58:05.358Z] echo Agent pid 72 killed; [2023-08-25T10:58:05.364Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-08-25T10:58:05.665Z] + git semver [Pipeline] } [2023-08-25T10:58:05.938Z] $ docker stop --time=1 9dc1af97d8dc3003da16f44c5d36fe787432bc64ff8c12664631a92579ad2394 [2023-08-25T10:58:07.942Z] $ docker rm -f --volumes 9dc1af97d8dc3003da16f44c5d36fe787432bc64ff8c12664631a92579ad2394 [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-25T10:58:08.286Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-08-25T10:58:08.530Z] Stashed 1 file(s) [Pipeline] echo [2023-08-25T10:58:08.533Z] [edgeXSemver]: initialized semver on version 3.1.0-dev.3 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-25T10:58:08.670Z] provisioning config files... [2023-08-25T10:58:08.678Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config4726199438829097787tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-25T10:58:08.966Z] ---> docker-login.sh [2023-08-25T10:58:08.966Z] nexus3.edgexfoundry.org:10001 [2023-08-25T10:58:08.966Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-25T10:58:08.966Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-25T10:58:08.966Z] Configure a credential helper to remove this warning. See [2023-08-25T10:58:08.966Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-25T10:58:08.966Z] [2023-08-25T10:58:08.966Z] Login Succeeded [2023-08-25T10:58:08.966Z] nexus3.edgexfoundry.org:10002 [2023-08-25T10:58:08.966Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-25T10:58:08.966Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-25T10:58:08.966Z] Configure a credential helper to remove this warning. See [2023-08-25T10:58:08.966Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-25T10:58:08.966Z] [2023-08-25T10:58:08.966Z] Login Succeeded [2023-08-25T10:58:08.966Z] nexus3.edgexfoundry.org:10003 [2023-08-25T10:58:09.224Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-25T10:58:09.224Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-25T10:58:09.224Z] Configure a credential helper to remove this warning. See [2023-08-25T10:58:09.224Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-25T10:58:09.224Z] [2023-08-25T10:58:09.224Z] Login Succeeded [2023-08-25T10:58:09.224Z] nexus3.edgexfoundry.org:10004 [2023-08-25T10:58:09.224Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-25T10:58:09.224Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-25T10:58:09.224Z] Configure a credential helper to remove this warning. See [2023-08-25T10:58:09.224Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-25T10:58:09.224Z] [2023-08-25T10:58:09.224Z] Login Succeeded [2023-08-25T10:58:09.224Z] docker.io [2023-08-25T10:58:09.483Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-25T10:58:09.483Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-25T10:58:09.483Z] Configure a credential helper to remove this warning. See [2023-08-25T10:58:09.483Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-25T10:58:09.483Z] [2023-08-25T10:58:09.483Z] Login Succeeded [2023-08-25T10:58:09.483Z] ---> docker-login.sh ends [Pipeline] } [2023-08-25T10:58:09.489Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-08-25T10:58:09.548Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-25T10:58:09.558Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-25T10:58:09.565Z] ========================================================= [2023-08-25T10:58:09.565Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-08-25T10:58:09.565Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T10:58:09.864Z] + 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-25T10:58:09.864Z] Sending build context to Docker daemon 4.302MB [2023-08-25T10:58:09.864Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-08-25T10:58:09.864Z] Step 2/12 : FROM ${BASE} AS builder [2023-08-25T10:58:10.438Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-08-25T10:58:10.438Z] 4db1b89c0bd1: Pulling fs layer [2023-08-25T10:58:10.438Z] 6911f1a30b25: Pulling fs layer [2023-08-25T10:58:10.438Z] e194b8c5c2a9: Pulling fs layer [2023-08-25T10:58:10.438Z] 6863d3e3a2b1: Pulling fs layer [2023-08-25T10:58:10.438Z] ec0bb842ea78: Pulling fs layer [2023-08-25T10:58:10.438Z] 40a00589a448: Pulling fs layer [2023-08-25T10:58:10.438Z] 6c08303d61cc: Pulling fs layer [2023-08-25T10:58:10.438Z] 798269fcf238: Pulling fs layer [2023-08-25T10:58:10.438Z] 6863d3e3a2b1: Waiting [2023-08-25T10:58:10.438Z] ec0bb842ea78: Waiting [2023-08-25T10:58:10.438Z] 40a00589a448: Waiting [2023-08-25T10:58:10.438Z] 6c08303d61cc: Waiting [2023-08-25T10:58:10.438Z] 798269fcf238: Waiting [2023-08-25T10:58:10.438Z] 6911f1a30b25: Verifying Checksum [2023-08-25T10:58:10.438Z] 6911f1a30b25: Download complete [2023-08-25T10:58:10.438Z] 6863d3e3a2b1: Verifying Checksum [2023-08-25T10:58:10.438Z] 6863d3e3a2b1: Download complete [2023-08-25T10:58:10.438Z] ec0bb842ea78: Verifying Checksum [2023-08-25T10:58:10.438Z] ec0bb842ea78: Download complete [2023-08-25T10:58:10.438Z] 4db1b89c0bd1: Verifying Checksum [2023-08-25T10:58:10.438Z] 4db1b89c0bd1: Download complete [2023-08-25T10:58:10.700Z] 40a00589a448: Verifying Checksum [2023-08-25T10:58:10.700Z] 40a00589a448: Download complete [2023-08-25T10:58:11.269Z] 4db1b89c0bd1: Pull complete [2023-08-25T10:58:11.269Z] 798269fcf238: Verifying Checksum [2023-08-25T10:58:11.269Z] 798269fcf238: Download complete [2023-08-25T10:58:11.269Z] e194b8c5c2a9: Verifying Checksum [2023-08-25T10:58:11.269Z] e194b8c5c2a9: Download complete [2023-08-25T10:58:11.529Z] 6c08303d61cc: Verifying Checksum [2023-08-25T10:58:11.529Z] 6c08303d61cc: Download complete [2023-08-25T10:58:11.788Z] 6911f1a30b25: Pull complete [2023-08-25T10:58:15.994Z] e194b8c5c2a9: Pull complete [2023-08-25T10:58:15.994Z] 6863d3e3a2b1: Pull complete [2023-08-25T10:58:15.994Z] ec0bb842ea78: Pull complete [2023-08-25T10:58:15.994Z] 40a00589a448: Pull complete [2023-08-25T10:58:19.273Z] 6c08303d61cc: Pull complete [2023-08-25T10:58:20.649Z] 798269fcf238: Pull complete [2023-08-25T10:58:20.649Z] Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 [2023-08-25T10:58:20.908Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-08-25T10:58:20.908Z] ---> ec979cd7f677 [2023-08-25T10:58:20.908Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-08-25T10:58:23.641Z] Still waiting to schedule task [2023-08-25T10:58:23.641Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-4560’ is offline [2023-08-25T10:58:35.794Z] ---> Running in ac087136efea [2023-08-25T10:58:35.794Z] Removing intermediate container ac087136efea [2023-08-25T10:58:35.794Z] ---> b7b3cfbf3ae3 [2023-08-25T10:58:35.794Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-08-25T10:58:35.794Z] ---> Running in 7580dc526f41 [2023-08-25T10:58:36.392Z] Removing intermediate container 7580dc526f41 [2023-08-25T10:58:36.392Z] ---> 700ed7eaef8e [2023-08-25T10:58:36.392Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git" [2023-08-25T10:58:36.991Z] ---> Running in ff6496b9a35f [2023-08-25T10:58:37.559Z] Removing intermediate container ff6496b9a35f [2023-08-25T10:58:37.559Z] ---> a6a8722ca328 [2023-08-25T10:58:37.559Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-08-25T10:58:37.817Z] ---> Running in 52e13f369b29 [2023-08-25T10:58:38.383Z] Removing intermediate container 52e13f369b29 [2023-08-25T10:58:38.383Z] ---> c0b490f9fd17 [2023-08-25T10:58:38.383Z] Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-08-25T10:58:38.641Z] ---> Running in 5f0b5eb4caed [2023-08-25T10:58:39.579Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-25T10:58:39.837Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-25T10:58:40.096Z] OK: 265 MiB in 53 packages [2023-08-25T10:58:42.168Z] Removing intermediate container 5f0b5eb4caed [2023-08-25T10:58:42.168Z] ---> 352fc7e75dce [2023-08-25T10:58:42.168Z] Step 8/12 : WORKDIR /app [2023-08-25T10:58:42.168Z] ---> Running in e75bfd4f6353 [2023-08-25T10:58:42.735Z] Removing intermediate container e75bfd4f6353 [2023-08-25T10:58:42.735Z] ---> f1a00df68a70 [2023-08-25T10:58:42.735Z] Step 9/12 : COPY go.mod vendor* ./ [2023-08-25T10:58:42.994Z] ---> c551143fd299 [2023-08-25T10:58:42.994Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-25T10:58:43.253Z] ---> Running in 2c07895e4347 [2023-08-25T10:59:22.000Z] Removing intermediate container 2c07895e4347 [2023-08-25T10:59:22.000Z] ---> d481dcb13168 [2023-08-25T10:59:22.000Z] Step 11/12 : COPY . . [2023-08-25T10:59:22.257Z] ---> 78a4dcbaf152 [2023-08-25T10:59:22.257Z] Step 12/12 : RUN $MAKE [2023-08-25T10:59:22.515Z] ---> Running in 6c795808697e [2023-08-25T10:59:22.773Z] noop [2023-08-25T10:59:23.031Z] Removing intermediate container 6c795808697e [2023-08-25T10:59:23.031Z] ---> 90513ae5ce9b [2023-08-25T10:59:23.031Z] Successfully built 90513ae5ce9b [2023-08-25T10:59:23.031Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T10:59:23.348Z] + docker inspect -f . ci-base-image-x86_64 [2023-08-25T10:59:23.348Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-25T10:59:23.420Z] prd-ubuntu20.04-docker-8c-8g-4557 does not seem to be running inside a container [2023-08-25T10:59:23.452Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-rfid-llrp-go_main -v /w/workspace/foundry_device-rfid-llrp-go_main:/w/workspace/foundry_device-rfid-llrp-go_main:rw,z -v /w/workspace/foundry_device-rfid-llrp-go_main@tmp:/w/workspace/foundry_device-rfid-llrp-go_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-25T10:59:23.778Z] $ docker top 39bb8d21558d012203a196b1ae5bd275efc56f0d0fc4ebfc7ffdbb7cf7fe8cbb -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-25T10:59:24.113Z] + go version [2023-08-25T10:59:24.113Z] go version go1.20.6 linux/amd64 [Pipeline] } [2023-08-25T10:59:24.125Z] $ docker stop --time=1 39bb8d21558d012203a196b1ae5bd275efc56f0d0fc4ebfc7ffdbb7cf7fe8cbb [2023-08-25T10:59:25.440Z] $ docker rm -f --volumes 39bb8d21558d012203a196b1ae5bd275efc56f0d0fc4ebfc7ffdbb7cf7fe8cbb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T10:59:25.847Z] + docker inspect -f . ci-base-image-x86_64 [2023-08-25T10:59:25.847Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-25T10:59:25.919Z] prd-ubuntu20.04-docker-8c-8g-4557 does not seem to be running inside a container [2023-08-25T10:59:25.951Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/foundry_device-rfid-llrp-go_main -v /w/workspace/foundry_device-rfid-llrp-go_main:/w/workspace/foundry_device-rfid-llrp-go_main:rw,z -v /w/workspace/foundry_device-rfid-llrp-go_main@tmp:/w/workspace/foundry_device-rfid-llrp-go_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-25T10:59:26.360Z] $ docker top 1c0fc724ecca2ba1824c31233f659bf007b59de82a1d0cb02aae0fd088163a31 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-25T10:59:26.692Z] + git config --global --add safe.directory /w/workspace/foundry_device-rfid-llrp-go_main [Pipeline] fileExists [Pipeline] sh [2023-08-25T10:59:26.986Z] + make test [2023-08-25T10:59:26.986Z] go test ./... -coverprofile=coverage.out ./... [2023-08-25T10:59:31.176Z] ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] [2023-08-25T10:59:43.377Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd [no test files] [2023-08-25T10:59:43.377Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd/llrp [no test files] [2023-08-25T10:59:45.911Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/driver 3.648s coverage: 40.6% of statements [2023-08-25T10:59:45.911Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.245s coverage: 51.9% of statements [2023-08-25T10:59:45.911Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.008s coverage: 95.5% of statements [2023-08-25T10:59:54.218Z] go vet ./... [2023-08-25T10:59:58.399Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-08-25T10:59:58.399Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-08-25T10:59:58.399Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-08-25T10:59:58.411Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-08-25T10:59:58.429Z] $ docker stop --time=1 1c0fc724ecca2ba1824c31233f659bf007b59de82a1d0cb02aae0fd088163a31 [2023-08-25T11:00:03.447Z] $ docker rm -f --volumes 1c0fc724ecca2ba1824c31233f659bf007b59de82a1d0cb02aae0fd088163a31 [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-25T11:00:03.910Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-08-25T11:00:04.045Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-08-25T11:00:04.508Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-08-25T11:00:04.795Z] + ls -al . [2023-08-25T11:00:04.795Z] total 644 [2023-08-25T11:00:04.795Z] drwxrwxr-x 11 jenkins jenkins 4096 Aug 25 10:59 . [2023-08-25T11:00:04.795Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 25 10:57 .. [2023-08-25T11:00:04.795Z] -rw-rw-r-- 1 jenkins jenkins 134 Aug 25 10:57 .dockerignore [2023-08-25T11:00:04.795Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 25 10:58 .git [2023-08-25T11:00:04.795Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 25 10:57 .github [2023-08-25T11:00:04.795Z] -rw-rw-r-- 1 jenkins jenkins 946 Aug 25 10:57 .gitignore [2023-08-25T11:00:04.795Z] -rw-rw-r-- 1 jenkins jenkins 41 Aug 25 10:57 .golangci.yml [2023-08-25T11:00:04.795Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 25 10:58 .semver [2023-08-25T11:00:04.795Z] -rw-rw-r-- 1 jenkins jenkins 11980 Aug 25 10:57 Attribution.txt [2023-08-25T11:00:04.795Z] -rw-rw-r-- 1 jenkins jenkins 10365 Aug 25 10:57 CHANGELOG.md [2023-08-25T11:00:04.795Z] -rw-rw-r-- 1 jenkins jenkins 1347 Aug 25 10:57 Dockerfile [2023-08-25T11:00:04.795Z] -rw-rw-r-- 1 jenkins jenkins 677 Aug 25 10:57 GOVERNANCE.md [2023-08-25T11:00:04.795Z] -rw-rw-r-- 1 jenkins jenkins 683 Aug 25 10:57 Jenkinsfile [2023-08-25T11:00:04.795Z] -rw-rw-r-- 1 jenkins jenkins 11347 Aug 25 10:57 LICENSE [2023-08-25T11:00:04.795Z] -rw-rw-r-- 1 jenkins jenkins 2179 Aug 25 10:57 Makefile [2023-08-25T11:00:04.795Z] -rw-rw-r-- 1 jenkins jenkins 625 Aug 25 10:57 OWNERS.md [2023-08-25T11:00:04.795Z] -rw-rw-r-- 1 jenkins jenkins 29016 Aug 25 10:57 README.md [2023-08-25T11:00:04.795Z] -rw-rw-r-- 1 jenkins jenkins 11 Aug 25 10:58 VERSION [2023-08-25T11:00:04.795Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 25 10:57 bin [2023-08-25T11:00:04.795Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 25 10:57 cmd [2023-08-25T11:00:04.795Z] -rw-r--r-- 1 jenkins jenkins 459493 Aug 25 10:59 coverage.out [2023-08-25T11:00:04.795Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 25 10:57 examples [2023-08-25T11:00:04.795Z] -rw-rw-r-- 1 jenkins jenkins 3876 Aug 25 10:57 go.mod [2023-08-25T11:00:04.795Z] -rw-rw-r-- 1 jenkins jenkins 33758 Aug 25 10:57 go.sum [2023-08-25T11:00:04.795Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 25 10:57 images [2023-08-25T11:00:04.795Z] drwxrwxr-x 5 jenkins jenkins 4096 Aug 25 10:57 internal [2023-08-25T11:00:04.795Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 25 10:57 snap [2023-08-25T11:00:04.795Z] -rw-rw-r-- 1 jenkins jenkins 193 Aug 25 10:57 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T11:00:05.095Z] + docker build -t device-rfid-llrp -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=083fa2f723157b55da528870f81b1571d9ee15b2 --label arch=amd64 --label version=3.1.0-dev.3 . [2023-08-25T11:00:05.095Z] Sending build context to Docker daemon 4.302MB [2023-08-25T11:00:05.095Z] Step 1/24 : ARG BASE=golang:1.20-alpine3.17 [2023-08-25T11:00:05.095Z] Step 2/24 : FROM ${BASE} AS builder [2023-08-25T11:00:05.095Z] ---> 90513ae5ce9b [2023-08-25T11:00:05.095Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-08-25T11:00:05.353Z] ---> Running in 695fc3dfb42a [2023-08-25T11:00:05.353Z] Removing intermediate container 695fc3dfb42a [2023-08-25T11:00:05.353Z] ---> 046770ddea5a [2023-08-25T11:00:05.353Z] Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-08-25T11:00:05.353Z] ---> Running in 4d00c82544c6 [2023-08-25T11:00:05.353Z] Removing intermediate container 4d00c82544c6 [2023-08-25T11:00:05.353Z] ---> 20be34080c86 [2023-08-25T11:00:05.353Z] Step 5/24 : ARG ALPINE_PKG_BASE="make git" [2023-08-25T11:00:05.614Z] ---> Running in 0f08053c8488 [2023-08-25T11:00:05.614Z] Removing intermediate container 0f08053c8488 [2023-08-25T11:00:05.614Z] ---> fa4b4f27ca71 [2023-08-25T11:00:05.614Z] Step 6/24 : ARG ALPINE_PKG_EXTRA="" [2023-08-25T11:00:05.614Z] ---> Running in d91708f8912e [2023-08-25T11:00:05.614Z] Removing intermediate container d91708f8912e [2023-08-25T11:00:05.614Z] ---> 0371392fc2d0 [2023-08-25T11:00:05.614Z] Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-08-25T11:00:05.875Z] ---> Running in 8b29ceaa3c00 [2023-08-25T11:00:06.134Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-25T11:00:06.134Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-25T11:00:06.706Z] OK: 265 MiB in 53 packages [2023-08-25T11:00:09.322Z] Removing intermediate container 8b29ceaa3c00 [2023-08-25T11:00:09.322Z] ---> fec2df4493ae [2023-08-25T11:00:09.322Z] Step 8/24 : WORKDIR /app [2023-08-25T11:00:10.272Z] ---> Running in 7e2b2c939b4e [2023-08-25T11:00:11.206Z] Removing intermediate container 7e2b2c939b4e [2023-08-25T11:00:11.206Z] ---> ff90f53a6ff8 [2023-08-25T11:00:11.206Z] Step 9/24 : COPY go.mod vendor* ./ [2023-08-25T11:00:12.587Z] ---> 5a99487e1e63 [2023-08-25T11:00:12.587Z] Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-25T11:00:13.154Z] ---> Running in 03881b499115 [2023-08-25T11:00:17.402Z] Removing intermediate container 03881b499115 [2023-08-25T11:00:17.402Z] ---> 2cde07d72cee [2023-08-25T11:00:17.402Z] Step 11/24 : COPY . . [2023-08-25T11:00:17.660Z] ---> 2e34daad1962 [2023-08-25T11:00:17.660Z] Step 12/24 : RUN $MAKE [2023-08-25T11:00:17.660Z] ---> Running in b97f9aa48893 [2023-08-25T11:00:17.918Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-rfid-llrp-go.Version=3.1.0-dev.3 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.1.0-dev.16" -trimpath -mod=readonly -o cmd/device-rfid-llrp ./cmd [2023-08-25T11:00:41.769Z] Removing intermediate container b97f9aa48893 [2023-08-25T11:00:41.769Z] ---> f532530e23f4 [2023-08-25T11:00:41.769Z] Step 13/24 : FROM alpine:3.17 [2023-08-25T11:00:41.769Z] 3.17: Pulling from library/alpine [2023-08-25T11:00:41.769Z] 9398808236ff: Pulling fs layer [2023-08-25T11:00:41.769Z] 9398808236ff: Verifying Checksum [2023-08-25T11:00:41.769Z] 9398808236ff: Download complete [2023-08-25T11:00:41.769Z] 9398808236ff: Pull complete [2023-08-25T11:00:41.769Z] Digest: sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-25T11:00:41.769Z] Status: Downloaded newer image for alpine:3.17 [2023-08-25T11:00:41.769Z] ---> 1e0b8b5322fc [2023-08-25T11:00:41.769Z] Step 14/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-08-25T11:00:41.769Z] ---> Running in 5e2d4083c695 [2023-08-25T11:00:41.769Z] Removing intermediate container 5e2d4083c695 [2023-08-25T11:00:41.769Z] ---> 9a21be488db2 [2023-08-25T11:00:41.769Z] Step 15/24 : RUN apk add --update --no-cache dumb-init [2023-08-25T11:00:41.769Z] ---> Running in 3a2ea782d351 [2023-08-25T11:00:42.029Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-25T11:00:42.289Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-25T11:00:42.549Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-08-25T11:00:42.549Z] Executing busybox-1.35.0-r29.trigger [2023-08-25T11:00:42.549Z] OK: 7 MiB in 16 packages [2023-08-25T11:00:42.809Z] Removing intermediate container 3a2ea782d351 [2023-08-25T11:00:42.809Z] ---> 76d2367dcc08 [2023-08-25T11:00:42.809Z] Step 16/24 : COPY --from=builder /app/LICENSE / [2023-08-25T11:00:43.069Z] ---> 3047549a7366 [2023-08-25T11:00:43.069Z] Step 17/24 : COPY --from=builder /app/Attribution.txt / [2023-08-25T11:00:43.069Z] ---> 9a28f2e0d6d6 [2023-08-25T11:00:43.069Z] Step 18/24 : COPY --from=builder /app/cmd/ / [2023-08-25T11:00:44.453Z] ---> 6cf129910024 [2023-08-25T11:00:44.453Z] Step 19/24 : EXPOSE 59989 [2023-08-25T11:00:44.453Z] ---> Running in c61879dc9274 [2023-08-25T11:00:44.453Z] Removing intermediate container c61879dc9274 [2023-08-25T11:00:44.453Z] ---> d1341ed63469 [2023-08-25T11:00:44.453Z] Step 20/24 : ENTRYPOINT ["/device-rfid-llrp"] [2023-08-25T11:00:44.453Z] ---> Running in aa8021e6d62e [2023-08-25T11:00:44.453Z] Removing intermediate container aa8021e6d62e [2023-08-25T11:00:44.453Z] ---> 46119076e0cc [2023-08-25T11:00:44.453Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-08-25T11:00:44.453Z] ---> Running in 2633138642c5 [2023-08-25T11:00:44.453Z] Removing intermediate container 2633138642c5 [2023-08-25T11:00:44.453Z] ---> a65da73e46d8 [2023-08-25T11:00:44.453Z] Step 22/24 : LABEL arch=amd64 [2023-08-25T11:00:44.712Z] ---> Running in 2ef28aa07170 [2023-08-25T11:00:44.712Z] Removing intermediate container 2ef28aa07170 [2023-08-25T11:00:44.712Z] ---> 2023a315dbc4 [2023-08-25T11:00:44.712Z] Step 23/24 : LABEL git_sha=083fa2f723157b55da528870f81b1571d9ee15b2 [2023-08-25T11:00:44.712Z] ---> Running in c988c2b9b1cb [2023-08-25T11:00:44.712Z] Removing intermediate container c988c2b9b1cb [2023-08-25T11:00:44.712Z] ---> 8e927f132fd0 [2023-08-25T11:00:44.712Z] Step 24/24 : LABEL version=3.1.0-dev.3 [2023-08-25T11:00:44.974Z] ---> Running in 876a0fa50878 [2023-08-25T11:00:44.974Z] Removing intermediate container 876a0fa50878 [2023-08-25T11:00:44.974Z] ---> e79166ee84a0 [2023-08-25T11:00:44.974Z] [Warning] One or more build-args [ARCH] were not consumed [2023-08-25T11:00:44.974Z] Successfully built e79166ee84a0 [2023-08-25T11:00:44.974Z] Successfully tagged device-rfid-llrp:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-25T11:00:45.052Z] provisioning config files... [2023-08-25T11:00:45.062Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config350693860045499614tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-25T11:00:45.364Z] ---> docker-login.sh [2023-08-25T11:00:45.364Z] nexus3.edgexfoundry.org:10001 [2023-08-25T11:00:45.364Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-25T11:00:45.364Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-25T11:00:45.364Z] Configure a credential helper to remove this warning. See [2023-08-25T11:00:45.364Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-25T11:00:45.364Z] [2023-08-25T11:00:45.364Z] Login Succeeded [2023-08-25T11:00:45.364Z] nexus3.edgexfoundry.org:10002 [2023-08-25T11:00:45.364Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-25T11:00:45.364Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-25T11:00:45.364Z] Configure a credential helper to remove this warning. See [2023-08-25T11:00:45.364Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-25T11:00:45.364Z] [2023-08-25T11:00:45.364Z] Login Succeeded [2023-08-25T11:00:45.364Z] nexus3.edgexfoundry.org:10003 [2023-08-25T11:00:45.624Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-25T11:00:45.624Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-25T11:00:45.624Z] Configure a credential helper to remove this warning. See [2023-08-25T11:00:45.624Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-25T11:00:45.624Z] [2023-08-25T11:00:45.624Z] Login Succeeded [2023-08-25T11:00:45.624Z] nexus3.edgexfoundry.org:10004 [2023-08-25T11:00:45.624Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-25T11:00:45.624Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-25T11:00:45.624Z] Configure a credential helper to remove this warning. See [2023-08-25T11:00:45.624Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-25T11:00:45.624Z] [2023-08-25T11:00:45.624Z] Login Succeeded [2023-08-25T11:00:45.624Z] docker.io [2023-08-25T11:00:45.885Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-25T11:00:45.885Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-25T11:00:45.885Z] Configure a credential helper to remove this warning. See [2023-08-25T11:00:45.885Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-25T11:00:45.885Z] [2023-08-25T11:00:45.885Z] Login Succeeded [2023-08-25T11:00:45.885Z] ---> docker-login.sh ends [Pipeline] } [2023-08-25T11:00:45.894Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-08-25T11:00:45.922Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-25T11:00:45.945Z] [edgeXDocker.push] Tagging docker image device-rfid-llrp with the following tags: [2023-08-25T11:00:45.945Z] 083fa2f723157b55da528870f81b1571d9ee15b2 [2023-08-25T11:00:45.945Z] latest [2023-08-25T11:00:45.945Z] 3.1.0-dev.3 [2023-08-25T11:00:45.945Z] 083fa2f723157b55da528870f81b1571d9ee15b2-3.1.0-dev.3 [2023-08-25T11:00:45.945Z] main [2023-08-25T11:00:45.945Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T11:00:46.274Z] + docker tag device-rfid-llrp nexus3.edgexfoundry.org:10004/device-rfid-llrp:083fa2f723157b55da528870f81b1571d9ee15b2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T11:00:46.593Z] + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp:083fa2f723157b55da528870f81b1571d9ee15b2 [2023-08-25T11:00:46.593Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp] [2023-08-25T11:00:46.593Z] 1299bada9c41: Preparing [2023-08-25T11:00:46.593Z] 866dd21709c3: Preparing [2023-08-25T11:00:46.593Z] e8ad874aaae3: Preparing [2023-08-25T11:00:46.593Z] a4622c1f7d54: Preparing [2023-08-25T11:00:46.593Z] 36b50b131297: Preparing [2023-08-25T11:00:46.593Z] a4622c1f7d54: Pushed [2023-08-25T11:00:46.593Z] 866dd21709c3: Pushed [2023-08-25T11:00:46.593Z] e8ad874aaae3: Pushed [2023-08-25T11:00:46.593Z] 36b50b131297: Layer already exists [2023-08-25T11:00:49.900Z] 1299bada9c41: Pushed [2023-08-25T11:00:49.900Z] 083fa2f723157b55da528870f81b1571d9ee15b2: digest: sha256:9083e6a17f6f832f0c56e3cc4794c5417e97616b05e95ed138df0d933820c5e0 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T11:00:50.279Z] + docker tag device-rfid-llrp nexus3.edgexfoundry.org:10004/device-rfid-llrp:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T11:00:50.585Z] + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp:latest [2023-08-25T11:00:50.585Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp] [2023-08-25T11:00:50.585Z] 1299bada9c41: Preparing [2023-08-25T11:00:50.585Z] 866dd21709c3: Preparing [2023-08-25T11:00:50.585Z] e8ad874aaae3: Preparing [2023-08-25T11:00:50.585Z] a4622c1f7d54: Preparing [2023-08-25T11:00:50.585Z] 36b50b131297: Preparing [2023-08-25T11:00:50.585Z] e8ad874aaae3: Layer already exists [2023-08-25T11:00:50.585Z] 36b50b131297: Layer already exists [2023-08-25T11:00:50.585Z] 1299bada9c41: Layer already exists [2023-08-25T11:00:50.585Z] a4622c1f7d54: Layer already exists [2023-08-25T11:00:50.585Z] 866dd21709c3: Layer already exists [2023-08-25T11:00:50.585Z] latest: digest: sha256:9083e6a17f6f832f0c56e3cc4794c5417e97616b05e95ed138df0d933820c5e0 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T11:00:50.831Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-4562 in /w/workspace/foundry_device-rfid-llrp-go_main [Pipeline] { [Pipeline] ws [2023-08-25T11:00:50.847Z] Running in /w/workspace/device-rfid-llrp-go/106 [Pipeline] { [Pipeline] checkout [2023-08-25T11:00:50.883Z] The recommended git tool is: git [2023-08-25T11:00:50.897Z] + docker tag device-rfid-llrp nexus3.edgexfoundry.org:10004/device-rfid-llrp:3.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T11:00:51.228Z] + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp:3.1.0-dev.3 [2023-08-25T11:00:51.228Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp] [2023-08-25T11:00:51.228Z] 1299bada9c41: Preparing [2023-08-25T11:00:51.228Z] 866dd21709c3: Preparing [2023-08-25T11:00:51.228Z] e8ad874aaae3: Preparing [2023-08-25T11:00:51.228Z] a4622c1f7d54: Preparing [2023-08-25T11:00:51.228Z] 36b50b131297: Preparing [2023-08-25T11:00:51.228Z] e8ad874aaae3: Layer already exists [2023-08-25T11:00:51.228Z] 1299bada9c41: Layer already exists [2023-08-25T11:00:51.228Z] 866dd21709c3: Layer already exists [2023-08-25T11:00:51.228Z] 36b50b131297: Layer already exists [2023-08-25T11:00:51.228Z] a4622c1f7d54: Layer already exists [2023-08-25T11:00:51.228Z] 3.1.0-dev.3: digest: sha256:9083e6a17f6f832f0c56e3cc4794c5417e97616b05e95ed138df0d933820c5e0 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T11:00:51.543Z] + docker tag device-rfid-llrp nexus3.edgexfoundry.org:10004/device-rfid-llrp:083fa2f723157b55da528870f81b1571d9ee15b2-3.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T11:00:51.853Z] + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp:083fa2f723157b55da528870f81b1571d9ee15b2-3.1.0-dev.3 [2023-08-25T11:00:51.853Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp] [2023-08-25T11:00:51.853Z] 1299bada9c41: Preparing [2023-08-25T11:00:51.853Z] 866dd21709c3: Preparing [2023-08-25T11:00:51.853Z] e8ad874aaae3: Preparing [2023-08-25T11:00:51.853Z] a4622c1f7d54: Preparing [2023-08-25T11:00:51.853Z] 36b50b131297: Preparing [2023-08-25T11:00:51.853Z] 866dd21709c3: Layer already exists [2023-08-25T11:00:51.853Z] 1299bada9c41: Layer already exists [2023-08-25T11:00:51.853Z] 36b50b131297: Layer already exists [2023-08-25T11:00:51.853Z] a4622c1f7d54: Layer already exists [2023-08-25T11:00:51.853Z] e8ad874aaae3: Layer already exists [2023-08-25T11:00:51.853Z] 083fa2f723157b55da528870f81b1571d9ee15b2-3.1.0-dev.3: digest: sha256:9083e6a17f6f832f0c56e3cc4794c5417e97616b05e95ed138df0d933820c5e0 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T11:00:52.164Z] + docker tag device-rfid-llrp nexus3.edgexfoundry.org:10004/device-rfid-llrp:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T11:00:52.466Z] + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp:main [2023-08-25T11:00:52.466Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp] [2023-08-25T11:00:52.467Z] 1299bada9c41: Preparing [2023-08-25T11:00:52.467Z] 866dd21709c3: Preparing [2023-08-25T11:00:52.467Z] e8ad874aaae3: Preparing [2023-08-25T11:00:52.467Z] a4622c1f7d54: Preparing [2023-08-25T11:00:52.467Z] 36b50b131297: Preparing [2023-08-25T11:00:52.467Z] 866dd21709c3: Layer already exists [2023-08-25T11:00:52.467Z] 36b50b131297: Layer already exists [2023-08-25T11:00:52.467Z] e8ad874aaae3: Layer already exists [2023-08-25T11:00:52.467Z] a4622c1f7d54: Layer already exists [2023-08-25T11:00:52.467Z] 1299bada9c41: Layer already exists [2023-08-25T11:00:52.467Z] main: digest: sha256:9083e6a17f6f832f0c56e3cc4794c5417e97616b05e95ed138df0d933820c5e0 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-08-25T11:00:52.514Z] ===================================================== [Pipeline] echo [2023-08-25T11:00:52.524Z] taggedImages: [2023-08-25T11:00:52.524Z] - nexus3.edgexfoundry.org:10004/device-rfid-llrp:083fa2f723157b55da528870f81b1571d9ee15b2 [2023-08-25T11:00:52.524Z] - nexus3.edgexfoundry.org:10004/device-rfid-llrp:latest [2023-08-25T11:00:52.524Z] - nexus3.edgexfoundry.org:10004/device-rfid-llrp:3.1.0-dev.3 [2023-08-25T11:00:52.524Z] - nexus3.edgexfoundry.org:10004/device-rfid-llrp:083fa2f723157b55da528870f81b1571d9ee15b2-3.1.0-dev.3 [2023-08-25T11:00:52.524Z] - nexus3.edgexfoundry.org:10004/device-rfid-llrp: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-25T11:00:52.892Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-25T11:00:52.892Z] [2023-08-25T11:00:52.892Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T11:00:53.192Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-25T11:00:53.758Z] latest: Pulling from edgex-lftools-log-publisher [2023-08-25T11:00:53.758Z] 5eb5b503b376: Pulling fs layer [2023-08-25T11:00:53.758Z] 5c69ac0246d0: Pulling fs layer [2023-08-25T11:00:53.758Z] ec43610c2a17: Pulling fs layer [2023-08-25T11:00:53.758Z] 3a2ae6a8a46f: Pulling fs layer [2023-08-25T11:00:53.758Z] 33b1e0a273af: Pulling fs layer [2023-08-25T11:00:53.758Z] 5d3b04190fa2: Pulling fs layer [2023-08-25T11:00:53.758Z] 2f39f015ded8: Pulling fs layer [2023-08-25T11:00:53.758Z] 2f39f015ded8: Waiting [2023-08-25T11:00:53.758Z] 33b1e0a273af: Waiting [2023-08-25T11:00:53.758Z] 3a2ae6a8a46f: Waiting [2023-08-25T11:00:53.758Z] 5d3b04190fa2: Waiting [2023-08-25T11:00:53.758Z] 5c69ac0246d0: Verifying Checksum [2023-08-25T11:00:53.758Z] 5c69ac0246d0: Download complete [2023-08-25T11:00:53.758Z] 3a2ae6a8a46f: Verifying Checksum [2023-08-25T11:00:53.758Z] 3a2ae6a8a46f: Download complete [2023-08-25T11:00:53.758Z] 33b1e0a273af: Verifying Checksum [2023-08-25T11:00:53.758Z] 33b1e0a273af: Download complete [2023-08-25T11:00:53.758Z] 5d3b04190fa2: Verifying Checksum [2023-08-25T11:00:53.758Z] 5d3b04190fa2: Download complete [2023-08-25T11:00:53.758Z] ec43610c2a17: Verifying Checksum [2023-08-25T11:00:53.758Z] ec43610c2a17: Download complete [2023-08-25T11:00:54.028Z] 5eb5b503b376: Download complete [2023-08-25T11:00:54.594Z] 2f39f015ded8: Download complete [2023-08-25T11:00:55.535Z] 5eb5b503b376: Pull complete [2023-08-25T11:00:56.910Z] 5c69ac0246d0: Pull complete [2023-08-25T11:00:57.182Z] using credential edgex-jenkins-ssh [2023-08-25T11:00:57.201Z] Cloning the remote Git repository [2023-08-25T11:00:57.843Z] ec43610c2a17: Pull complete [2023-08-25T11:00:57.255Z] Cloning repository git@github.com:edgexfoundry/device-rfid-llrp-go.git [2023-08-25T11:00:57.364Z] > git init /w/workspace/device-rfid-llrp-go/106 # timeout=10 [2023-08-25T11:00:57.525Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git [2023-08-25T11:00:57.526Z] > git --version # timeout=10 [2023-08-25T11:00:57.548Z] > git --version # 'git version 2.25.1' [2023-08-25T11:00:57.551Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-08-25T11:00:57.732Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-08-25T11:00:58.409Z] 3a2ae6a8a46f: Pull complete [2023-08-25T11:00:58.666Z] 33b1e0a273af: Pull complete [2023-08-25T11:00:58.666Z] 5d3b04190fa2: Pull complete [2023-08-25T11:00:58.930Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 [2023-08-25T11:00:58.955Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-08-25T11:00:59.996Z] Avoid second fetch [2023-08-25T11:00:59.996Z] Checking out Revision 083fa2f723157b55da528870f81b1571d9ee15b2 (main) [2023-08-25T11:01:00.660Z] Commit message: "Merge pull request #244 from FelixTing/update-sdk" [2023-08-25T11:01:00.923Z] [2023-08-25T11:01:00.923Z] GitHub has been notified of this commit’s build result [2023-08-25T11:01:00.923Z] [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-08-25T11:01:00.022Z] > git config core.sparsecheckout # timeout=10 [2023-08-25T11:01:00.117Z] > git checkout -f 083fa2f723157b55da528870f81b1571d9ee15b2 # timeout=10 [2023-08-25T11:01:01.529Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-08-25T11:01:01.529Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-08-25T11:01:01.529Z] Dload Upload Total Spent Left Speed [2023-08-25T11:01:01.529Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 175k 0 --:--:-- --:--:-- --:--:-- 175k [Pipeline] sh [2023-08-25T11:01:02.174Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-08-25T11:01:02.518Z] + sudo tee /etc/docker/daemon.new [2023-08-25T11:01:02.518Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-08-25T11:01:02.518Z] { [2023-08-25T11:01:02.518Z] "registry-mirrors": [ [2023-08-25T11:01:02.518Z] "https://nexus3.edgexfoundry.org:10001" [2023-08-25T11:01:02.518Z] ], [2023-08-25T11:01:02.518Z] "bip": "10.250.0.254/24", [2023-08-25T11:01:02.518Z] "hosts": [ [2023-08-25T11:01:02.518Z] "tcp://0.0.0.0:5555", [2023-08-25T11:01:02.518Z] "unix:///var/run/docker.sock" [2023-08-25T11:01:02.518Z] ], [2023-08-25T11:01:02.518Z] "mtu": 1458, [2023-08-25T11:01:02.518Z] "selinux-enabled": true, [2023-08-25T11:01:02.518Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-08-25T11:01:02.518Z] } [Pipeline] sh [2023-08-25T11:01:02.845Z] 2f39f015ded8: Pull complete [2023-08-25T11:01:02.845Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-08-25T11:01:02.845Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-25T11:01:02.845Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [2023-08-25T11:01:02.864Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-25T11:01:02.935Z] prd-ubuntu20.04-docker-8c-8g-4557 does not seem to be running inside a container [2023-08-25T11:01:02.976Z] $ 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/foundry_device-rfid-llrp-go_main -v /w/workspace/foundry_device-rfid-llrp-go_main:/w/workspace/foundry_device-rfid-llrp-go_main:rw,z -v /w/workspace/foundry_device-rfid-llrp-go_main@tmp:/w/workspace/foundry_device-rfid-llrp-go_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-25T11:01:08.404Z] $ docker top 7f4fb9f17486c7052892a3cb3a88a5445fc74b15c2bfbf6435f7bc6f6950ae07 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] libraryResource [Pipeline] sh [2023-08-25T11:01:08.793Z] + sudo service docker restart [2023-08-25T11:01:08.854Z] ---> job-cost.sh [2023-08-25T11:01:08.854Z] lf-activate-venv: SKIPPING [2023-08-25T11:01:08.854Z] INFO: No Stack... [2023-08-25T11:01:09.112Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-08-25T11:01:09.689Z] INFO: Archiving Costs [Pipeline] sh [2023-08-25T11:01:09.969Z] + cat /w/workspace/foundry_device-rfid-llrp-go_main/archives/cost.csv [2023-08-25T11:01:09.969Z] + cut -d, -f6 [Pipeline] lock [2023-08-25T11:01:09.980Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-main-106-stack-cost] [2023-08-25T11:01:09.989Z] Resource [jenkins-edgexfoundry-device-rfid-llrp-go-main-106-stack-cost] did not exist. Created. [2023-08-25T11:01:09.989Z] Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-main-106-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-08-25T11:01:10.289Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-08-25T11:01:10.322Z] Stashed 1 file(s) [Pipeline] } [2023-08-25T11:01:10.328Z] Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-main-106-stack-cost] [Pipeline] // lock [Pipeline] } [2023-08-25T11:01:10.345Z] $ docker stop --time=1 7f4fb9f17486c7052892a3cb3a88a5445fc74b15c2bfbf6435f7bc6f6950ae07 [2023-08-25T11:01:12.061Z] $ docker rm -f --volumes 7f4fb9f17486c7052892a3cb3a88a5445fc74b15c2bfbf6435f7bc6f6950ae07 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-25T11:01:27.112Z] provisioning config files... [2023-08-25T11:01:27.144Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/device-rfid-llrp-go/106@tmp/config12350363885248984895tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-25T11:01:27.507Z] ---> docker-login.sh [2023-08-25T11:01:27.508Z] nexus3.edgexfoundry.org:10001 [2023-08-25T11:01:28.480Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-25T11:01:28.480Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-25T11:01:28.480Z] Configure a credential helper to remove this warning. See [2023-08-25T11:01:28.480Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-25T11:01:28.480Z] [2023-08-25T11:01:28.480Z] Login Succeeded [2023-08-25T11:01:28.480Z] nexus3.edgexfoundry.org:10002 [2023-08-25T11:01:28.750Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-25T11:01:29.024Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-25T11:01:29.024Z] Configure a credential helper to remove this warning. See [2023-08-25T11:01:29.024Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-25T11:01:29.024Z] [2023-08-25T11:01:29.024Z] Login Succeeded [2023-08-25T11:01:29.024Z] nexus3.edgexfoundry.org:10003 [2023-08-25T11:01:29.295Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-25T11:01:29.295Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-25T11:01:29.295Z] Configure a credential helper to remove this warning. See [2023-08-25T11:01:29.295Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-25T11:01:29.295Z] [2023-08-25T11:01:29.295Z] Login Succeeded [2023-08-25T11:01:29.295Z] nexus3.edgexfoundry.org:10004 [2023-08-25T11:01:29.575Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-25T11:01:29.850Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-25T11:01:29.850Z] Configure a credential helper to remove this warning. See [2023-08-25T11:01:29.850Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-25T11:01:29.850Z] [2023-08-25T11:01:29.850Z] Login Succeeded [2023-08-25T11:01:29.850Z] docker.io [2023-08-25T11:01:30.120Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-25T11:01:30.394Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-25T11:01:30.394Z] Configure a credential helper to remove this warning. See [2023-08-25T11:01:30.394Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-25T11:01:30.394Z] [2023-08-25T11:01:30.394Z] Login Succeeded [2023-08-25T11:01:30.394Z] ---> docker-login.sh ends [Pipeline] } [2023-08-25T11:01:30.410Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-08-25T11:01:30.735Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-25T11:01:30.750Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-25T11:01:30.766Z] ========================================================= [2023-08-25T11:01:30.766Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-08-25T11:01:30.766Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T11:01:31.127Z] + 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-25T11:01:31.404Z] Sending build context to Docker daemon 1.218MB [2023-08-25T11:01:31.404Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-08-25T11:01:31.404Z] Step 2/12 : FROM ${BASE} AS builder [2023-08-25T11:01:31.683Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-08-25T11:01:31.683Z] edb6bdbacee9: Pulling fs layer [2023-08-25T11:01:31.683Z] 5f9638ab2659: Pulling fs layer [2023-08-25T11:01:31.683Z] 8d51d6327a98: Pulling fs layer [2023-08-25T11:01:31.683Z] 8b374f2dd631: Pulling fs layer [2023-08-25T11:01:31.683Z] ec14aa9079de: Pulling fs layer [2023-08-25T11:01:31.683Z] 2f466654f4bb: Pulling fs layer [2023-08-25T11:01:31.683Z] 554e91adad29: Pulling fs layer [2023-08-25T11:01:31.683Z] 8b374f2dd631: Waiting [2023-08-25T11:01:31.683Z] ec14aa9079de: Waiting [2023-08-25T11:01:31.683Z] 2f466654f4bb: Waiting [2023-08-25T11:01:31.683Z] 554e91adad29: Waiting [2023-08-25T11:01:31.683Z] 5f9638ab2659: Download complete [2023-08-25T11:01:31.683Z] 8b374f2dd631: Verifying Checksum [2023-08-25T11:01:31.683Z] 8b374f2dd631: Download complete [2023-08-25T11:01:31.683Z] ec14aa9079de: Verifying Checksum [2023-08-25T11:01:31.683Z] ec14aa9079de: Download complete [2023-08-25T11:01:31.683Z] edb6bdbacee9: Verifying Checksum [2023-08-25T11:01:31.683Z] edb6bdbacee9: Download complete [2023-08-25T11:01:33.668Z] edb6bdbacee9: Pull complete [2023-08-25T11:01:33.668Z] 554e91adad29: Verifying Checksum [2023-08-25T11:01:33.668Z] 554e91adad29: Download complete [2023-08-25T11:01:33.945Z] 5f9638ab2659: Pull complete [2023-08-25T11:01:34.947Z] 8d51d6327a98: Verifying Checksum [2023-08-25T11:01:34.947Z] 8d51d6327a98: Download complete [2023-08-25T11:01:34.947Z] 2f466654f4bb: Verifying Checksum [2023-08-25T11:01:34.947Z] 2f466654f4bb: Download complete [2023-08-25T11:01:47.318Z] 8d51d6327a98: Pull complete [2023-08-25T11:01:47.318Z] 8b374f2dd631: Pull complete [2023-08-25T11:01:47.318Z] ec14aa9079de: Pull complete [2023-08-25T11:01:52.889Z] 2f466654f4bb: Pull complete [2023-08-25T11:01:55.534Z] 554e91adad29: Pull complete [2023-08-25T11:01:55.534Z] Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 [2023-08-25T11:01:55.534Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-08-25T11:01:55.534Z] ---> 1e15ea492957 [2023-08-25T11:01:55.534Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-08-25T11:01:57.495Z] ---> Running in 4a8aae7dab19 [2023-08-25T11:01:57.495Z] Removing intermediate container 4a8aae7dab19 [2023-08-25T11:01:57.495Z] ---> d45efb7f7998 [2023-08-25T11:01:57.495Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-08-25T11:01:57.764Z] ---> Running in 7fe22ee46975 [2023-08-25T11:01:58.034Z] Removing intermediate container 7fe22ee46975 [2023-08-25T11:01:58.034Z] ---> 5d9c14e15fc9 [2023-08-25T11:01:58.034Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git" [2023-08-25T11:01:58.034Z] ---> Running in 1be6bbce7bec [2023-08-25T11:01:58.623Z] Removing intermediate container 1be6bbce7bec [2023-08-25T11:01:58.623Z] ---> 60f1873539fd [2023-08-25T11:01:58.623Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-08-25T11:01:58.623Z] ---> Running in 3860004fe3df [2023-08-25T11:01:58.895Z] Removing intermediate container 3860004fe3df [2023-08-25T11:01:58.895Z] ---> a99a2192beee [2023-08-25T11:01:58.895Z] Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-08-25T11:01:59.165Z] ---> Running in acdd39a6f75b [2023-08-25T11:02:00.587Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-25T11:02:01.175Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-25T11:02:02.598Z] OK: 263 MiB in 53 packages [2023-08-25T11:02:03.190Z] Removing intermediate container acdd39a6f75b [2023-08-25T11:02:03.190Z] ---> 960b4c9b91ed [2023-08-25T11:02:03.190Z] Step 8/12 : WORKDIR /app [2023-08-25T11:02:03.473Z] ---> Running in 4c7b5ab74aa6 [2023-08-25T11:02:03.743Z] Removing intermediate container 4c7b5ab74aa6 [2023-08-25T11:02:03.743Z] ---> e3b0b4f2fb1a [2023-08-25T11:02:03.743Z] Step 9/12 : COPY go.mod vendor* ./ [2023-08-25T11:02:04.329Z] ---> 938f4cba88f2 [2023-08-25T11:02:04.329Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-25T11:02:04.600Z] ---> Running in cc1855f6fcde [2023-08-25T11:03:12.526Z] Removing intermediate container cc1855f6fcde [2023-08-25T11:03:12.526Z] ---> 53cc6dc5602e [2023-08-25T11:03:12.526Z] Step 11/12 : COPY . . [2023-08-25T11:03:12.796Z] ---> e735b7c31dbb [2023-08-25T11:03:12.796Z] Step 12/12 : RUN $MAKE [2023-08-25T11:03:13.069Z] ---> Running in 7077757fab9b [2023-08-25T11:03:14.041Z] noop [2023-08-25T11:03:14.629Z] Removing intermediate container 7077757fab9b [2023-08-25T11:03:14.629Z] ---> 8fc4e10b9987 [2023-08-25T11:03:14.629Z] Successfully built 8fc4e10b9987 [2023-08-25T11:03:14.629Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T11:03:15.257Z] + docker inspect -f . ci-base-image-arm64 [2023-08-25T11:03:15.257Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-25T11:03:15.511Z] prd-ubuntu20.04-docker-arm64-4c-16g-4562 does not seem to be running inside a container [2023-08-25T11:03:15.605Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rfid-llrp-go/106 -v /w/workspace/device-rfid-llrp-go/106:/w/workspace/device-rfid-llrp-go/106:rw,z -v /w/workspace/device-rfid-llrp-go/106@tmp:/w/workspace/device-rfid-llrp-go/106@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-08-25T11:03:17.002Z] $ docker top ba62f1312c80d69697cd93c4ab4526deedf4c127c9f6f358d97eac99ccf1778a -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-25T11:03:17.889Z] + go version [2023-08-25T11:03:17.889Z] go version go1.20.6 linux/arm64 [Pipeline] } [2023-08-25T11:03:17.911Z] $ docker stop --time=1 ba62f1312c80d69697cd93c4ab4526deedf4c127c9f6f358d97eac99ccf1778a [2023-08-25T11:03:19.653Z] $ docker rm -f --volumes ba62f1312c80d69697cd93c4ab4526deedf4c127c9f6f358d97eac99ccf1778a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T11:03:20.261Z] + docker inspect -f . ci-base-image-arm64 [2023-08-25T11:03:20.261Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-25T11:03:20.482Z] prd-ubuntu20.04-docker-arm64-4c-16g-4562 does not seem to be running inside a container [2023-08-25T11:03:20.568Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-rfid-llrp-go/106 -v /w/workspace/device-rfid-llrp-go/106:/w/workspace/device-rfid-llrp-go/106:rw,z -v /w/workspace/device-rfid-llrp-go/106@tmp:/w/workspace/device-rfid-llrp-go/106@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-08-25T11:03:21.919Z] $ docker top ef8745a1e8802cad703fc9caec93ba6f059e04ac9f76ce5b67b8bca647e0c111 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-25T11:03:22.801Z] + git config --global --add safe.directory /w/workspace/device-rfid-llrp-go/106 [Pipeline] fileExists [Pipeline] sh [2023-08-25T11:03:23.469Z] + make test [2023-08-25T11:03:23.469Z] go test ./... -coverprofile=coverage.out ./... [2023-08-25T11:04:02.394Z] ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] [2023-08-25T11:06:39.277Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd [no test files] [2023-08-25T11:06:39.277Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd/llrp [no test files] [2023-08-25T11:07:11.576Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/driver 38.338s coverage: 40.6% of statements [2023-08-25T11:07:11.576Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.620s coverage: 51.9% of statements [2023-08-25T11:07:11.576Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.043s coverage: 95.5% of statements [2023-08-25T11:07:11.576Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-08-25T11:07:11.576Z] go vet ./... [2023-08-25T11:07:50.489Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-08-25T11:07:50.489Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-08-25T11:07:50.489Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-08-25T11:07:50.508Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-08-25T11:07:50.518Z] $ docker stop --time=1 ef8745a1e8802cad703fc9caec93ba6f059e04ac9f76ce5b67b8bca647e0c111 [2023-08-25T11:07:52.438Z] $ docker rm -f --volumes ef8745a1e8802cad703fc9caec93ba6f059e04ac9f76ce5b67b8bca647e0c111 [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-25T11:07:53.780Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-08-25T11:07:53.804Z] Warning: overwriting stash ‘coverage-report’ [2023-08-25T11:07:54.555Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-08-25T11:07:54.935Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-08-25T11:07:55.260Z] + ls -al . [2023-08-25T11:07:55.260Z] total 640 [2023-08-25T11:07:55.260Z] drwxrwxr-x 10 jenkins jenkins 4096 Aug 25 11:03 . [2023-08-25T11:07:55.260Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 25 11:00 .. [2023-08-25T11:07:55.260Z] -rw-rw-r-- 1 jenkins jenkins 134 Aug 25 11:01 .dockerignore [2023-08-25T11:07:55.260Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 25 11:01 .git [2023-08-25T11:07:55.260Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 25 11:01 .github [2023-08-25T11:07:55.260Z] -rw-rw-r-- 1 jenkins jenkins 946 Aug 25 11:01 .gitignore [2023-08-25T11:07:55.260Z] -rw-rw-r-- 1 jenkins jenkins 41 Aug 25 11:01 .golangci.yml [2023-08-25T11:07:55.260Z] -rw-rw-r-- 1 jenkins jenkins 11980 Aug 25 11:01 Attribution.txt [2023-08-25T11:07:55.260Z] -rw-rw-r-- 1 jenkins jenkins 10365 Aug 25 11:01 CHANGELOG.md [2023-08-25T11:07:55.260Z] -rw-rw-r-- 1 jenkins jenkins 1347 Aug 25 11:01 Dockerfile [2023-08-25T11:07:55.260Z] -rw-rw-r-- 1 jenkins jenkins 677 Aug 25 11:01 GOVERNANCE.md [2023-08-25T11:07:55.260Z] -rw-rw-r-- 1 jenkins jenkins 683 Aug 25 11:01 Jenkinsfile [2023-08-25T11:07:55.260Z] -rw-rw-r-- 1 jenkins jenkins 11347 Aug 25 11:01 LICENSE [2023-08-25T11:07:55.260Z] -rw-rw-r-- 1 jenkins jenkins 2179 Aug 25 11:01 Makefile [2023-08-25T11:07:55.260Z] -rw-rw-r-- 1 jenkins jenkins 625 Aug 25 11:01 OWNERS.md [2023-08-25T11:07:55.260Z] -rw-rw-r-- 1 jenkins jenkins 29016 Aug 25 11:01 README.md [2023-08-25T11:07:55.260Z] -rw-rw-r-- 1 jenkins jenkins 11 Aug 25 10:58 VERSION [2023-08-25T11:07:55.260Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 25 11:01 bin [2023-08-25T11:07:55.260Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 25 11:01 cmd [2023-08-25T11:07:55.260Z] -rw-r--r-- 1 jenkins jenkins 459493 Aug 25 11:07 coverage.out [2023-08-25T11:07:55.260Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 25 11:01 examples [2023-08-25T11:07:55.260Z] -rw-rw-r-- 1 jenkins jenkins 3876 Aug 25 11:01 go.mod [2023-08-25T11:07:55.260Z] -rw-rw-r-- 1 jenkins jenkins 33758 Aug 25 11:01 go.sum [2023-08-25T11:07:55.260Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 25 11:01 images [2023-08-25T11:07:55.260Z] drwxrwxr-x 5 jenkins jenkins 4096 Aug 25 11:01 internal [2023-08-25T11:07:55.260Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 25 11:01 snap [2023-08-25T11:07:55.260Z] -rw-rw-r-- 1 jenkins jenkins 193 Aug 25 11:01 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T11:07:55.605Z] + docker build -t device-rfid-llrp-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=083fa2f723157b55da528870f81b1571d9ee15b2 --label arch=arm64 --label version=3.1.0-dev.3 . [2023-08-25T11:07:55.872Z] Sending build context to Docker daemon 1.218MB [2023-08-25T11:07:55.872Z] Step 1/24 : ARG BASE=golang:1.20-alpine3.17 [2023-08-25T11:07:55.872Z] Step 2/24 : FROM ${BASE} AS builder [2023-08-25T11:07:55.872Z] ---> 8fc4e10b9987 [2023-08-25T11:07:55.872Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-08-25T11:07:56.142Z] ---> Running in 25064664f102 [2023-08-25T11:07:56.413Z] Removing intermediate container 25064664f102 [2023-08-25T11:07:56.413Z] ---> b15a4c3629c9 [2023-08-25T11:07:56.413Z] Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-08-25T11:07:56.413Z] ---> Running in a5cc736615a7 [2023-08-25T11:07:56.681Z] Removing intermediate container a5cc736615a7 [2023-08-25T11:07:56.681Z] ---> e2447c3c1703 [2023-08-25T11:07:56.681Z] Step 5/24 : ARG ALPINE_PKG_BASE="make git" [2023-08-25T11:07:56.959Z] ---> Running in 45c1bde0327c [2023-08-25T11:07:57.227Z] Removing intermediate container 45c1bde0327c [2023-08-25T11:07:57.227Z] ---> 458cb6085ce2 [2023-08-25T11:07:57.227Z] Step 6/24 : ARG ALPINE_PKG_EXTRA="" [2023-08-25T11:07:57.227Z] ---> Running in ab76dc3b6393 [2023-08-25T11:07:57.501Z] Removing intermediate container ab76dc3b6393 [2023-08-25T11:07:57.502Z] ---> a21088fa6c57 [2023-08-25T11:07:57.502Z] Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-08-25T11:07:57.502Z] ---> Running in 1e254a3e5048 [2023-08-25T11:07:58.917Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-25T11:07:59.185Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-25T11:08:00.596Z] OK: 263 MiB in 53 packages [2023-08-25T11:08:01.569Z] Removing intermediate container 1e254a3e5048 [2023-08-25T11:08:01.569Z] ---> c51a7c179137 [2023-08-25T11:08:01.569Z] Step 8/24 : WORKDIR /app [2023-08-25T11:08:01.569Z] ---> Running in 83a570d0b565 [2023-08-25T11:08:01.837Z] Removing intermediate container 83a570d0b565 [2023-08-25T11:08:01.837Z] ---> 8f8d85cf2782 [2023-08-25T11:08:01.837Z] Step 9/24 : COPY go.mod vendor* ./ [2023-08-25T11:08:02.425Z] ---> d550b6a8b2c1 [2023-08-25T11:08:02.425Z] Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-25T11:08:02.425Z] ---> Running in fde669d79b94 [2023-08-25T11:08:04.382Z] Removing intermediate container fde669d79b94 [2023-08-25T11:08:04.382Z] ---> 634a864716d0 [2023-08-25T11:08:04.382Z] Step 11/24 : COPY . . [2023-08-25T11:08:05.341Z] ---> 7c355c395325 [2023-08-25T11:08:05.341Z] Step 12/24 : RUN $MAKE [2023-08-25T11:08:05.341Z] ---> Running in cea9b13acbc9 [2023-08-25T11:08:06.301Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-rfid-llrp-go.Version=3.1.0-dev.3 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.1.0-dev.16" -trimpath -mod=readonly -o cmd/device-rfid-llrp ./cmd [2023-08-25T11:10:58.050Z] Removing intermediate container cea9b13acbc9 [2023-08-25T11:10:58.050Z] ---> 22be333aab14 [2023-08-25T11:10:58.050Z] Step 13/24 : FROM alpine:3.17 [2023-08-25T11:10:58.050Z] 3.17: Pulling from library/alpine [2023-08-25T11:10:58.050Z] 4060ece20d7a: Pulling fs layer [2023-08-25T11:10:58.050Z] 4060ece20d7a: Verifying Checksum [2023-08-25T11:10:58.050Z] 4060ece20d7a: Download complete [2023-08-25T11:10:58.050Z] 4060ece20d7a: Pull complete [2023-08-25T11:10:58.050Z] Digest: sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-25T11:10:58.050Z] Status: Downloaded newer image for alpine:3.17 [2023-08-25T11:10:58.050Z] ---> 8650cd65339b [2023-08-25T11:10:58.050Z] Step 14/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-08-25T11:10:58.050Z] ---> Running in ebc4dd23c10f [2023-08-25T11:10:58.050Z] Removing intermediate container ebc4dd23c10f [2023-08-25T11:10:58.050Z] ---> bb45753bae96 [2023-08-25T11:10:58.050Z] Step 15/24 : RUN apk add --update --no-cache dumb-init [2023-08-25T11:10:58.050Z] ---> Running in 25106ff8075c [2023-08-25T11:10:58.050Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-25T11:10:58.050Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-25T11:10:58.050Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-08-25T11:10:58.050Z] Executing busybox-1.35.0-r29.trigger [2023-08-25T11:10:58.050Z] OK: 8 MiB in 16 packages [2023-08-25T11:10:58.050Z] Removing intermediate container 25106ff8075c [2023-08-25T11:10:58.050Z] ---> 78ea527db847 [2023-08-25T11:10:58.050Z] Step 16/24 : COPY --from=builder /app/LICENSE / [2023-08-25T11:10:58.050Z] ---> 8bd6a8db2fd6 [2023-08-25T11:10:58.050Z] Step 17/24 : COPY --from=builder /app/Attribution.txt / [2023-08-25T11:10:58.050Z] ---> 17d45acea901 [2023-08-25T11:10:58.050Z] Step 18/24 : COPY --from=builder /app/cmd/ / [2023-08-25T11:10:59.011Z] ---> 01b318fbf12f [2023-08-25T11:10:59.011Z] Step 19/24 : EXPOSE 59989 [2023-08-25T11:10:59.011Z] ---> Running in 8f099b74e185 [2023-08-25T11:10:59.279Z] Removing intermediate container 8f099b74e185 [2023-08-25T11:10:59.279Z] ---> 779f7fd53f11 [2023-08-25T11:10:59.279Z] Step 20/24 : ENTRYPOINT ["/device-rfid-llrp"] [2023-08-25T11:10:59.279Z] ---> Running in b8c3f7510659 [2023-08-25T11:11:00.475Z] Removing intermediate container b8c3f7510659 [2023-08-25T11:11:00.475Z] ---> 4e76ce597682 [2023-08-25T11:11:00.475Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-08-25T11:11:00.475Z] ---> Running in 563f272f204c [2023-08-25T11:11:00.475Z] Removing intermediate container 563f272f204c [2023-08-25T11:11:00.475Z] ---> cdf718b0b881 [2023-08-25T11:11:00.475Z] Step 22/24 : LABEL arch=arm64 [2023-08-25T11:11:00.475Z] ---> Running in 7474fe34a6d5 [2023-08-25T11:11:00.475Z] Removing intermediate container 7474fe34a6d5 [2023-08-25T11:11:00.475Z] ---> 6b5ffda601f9 [2023-08-25T11:11:00.475Z] Step 23/24 : LABEL git_sha=083fa2f723157b55da528870f81b1571d9ee15b2 [2023-08-25T11:11:00.475Z] ---> Running in ca8ebc7a1f98 [2023-08-25T11:11:00.743Z] Removing intermediate container ca8ebc7a1f98 [2023-08-25T11:11:00.743Z] ---> c6925283c312 [2023-08-25T11:11:00.743Z] Step 24/24 : LABEL version=3.1.0-dev.3 [2023-08-25T11:11:01.015Z] ---> Running in ba7248675cea [2023-08-25T11:11:01.282Z] Removing intermediate container ba7248675cea [2023-08-25T11:11:01.282Z] ---> f4ae06663fc2 [2023-08-25T11:11:01.282Z] [Warning] One or more build-args [ARCH] were not consumed [2023-08-25T11:11:01.282Z] Successfully built f4ae06663fc2 [2023-08-25T11:11:01.282Z] Successfully tagged device-rfid-llrp-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-25T11:11:01.409Z] provisioning config files... [2023-08-25T11:11:01.423Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/device-rfid-llrp-go/106@tmp/config17950196452333248576tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-25T11:11:01.830Z] ---> docker-login.sh [2023-08-25T11:11:01.830Z] nexus3.edgexfoundry.org:10001 [2023-08-25T11:11:02.100Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-25T11:11:02.100Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-25T11:11:02.100Z] Configure a credential helper to remove this warning. See [2023-08-25T11:11:02.100Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-25T11:11:02.100Z] [2023-08-25T11:11:02.100Z] Login Succeeded [2023-08-25T11:11:02.100Z] nexus3.edgexfoundry.org:10002 [2023-08-25T11:11:02.372Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-25T11:11:02.372Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-25T11:11:02.372Z] Configure a credential helper to remove this warning. See [2023-08-25T11:11:02.372Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-25T11:11:02.372Z] [2023-08-25T11:11:02.372Z] Login Succeeded [2023-08-25T11:11:02.372Z] nexus3.edgexfoundry.org:10003 [2023-08-25T11:11:02.642Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-25T11:11:02.914Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-25T11:11:02.914Z] Configure a credential helper to remove this warning. See [2023-08-25T11:11:02.914Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-25T11:11:02.914Z] [2023-08-25T11:11:02.914Z] Login Succeeded [2023-08-25T11:11:02.914Z] nexus3.edgexfoundry.org:10004 [2023-08-25T11:11:03.184Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-25T11:11:03.184Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-25T11:11:03.184Z] Configure a credential helper to remove this warning. See [2023-08-25T11:11:03.184Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-25T11:11:03.184Z] [2023-08-25T11:11:03.184Z] Login Succeeded [2023-08-25T11:11:03.184Z] docker.io [2023-08-25T11:11:03.457Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-25T11:11:03.730Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-25T11:11:03.731Z] Configure a credential helper to remove this warning. See [2023-08-25T11:11:03.731Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-25T11:11:03.731Z] [2023-08-25T11:11:03.731Z] Login Succeeded [2023-08-25T11:11:03.731Z] ---> docker-login.sh ends [Pipeline] } [2023-08-25T11:11:03.748Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-08-25T11:11:03.777Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-25T11:11:03.800Z] [edgeXDocker.push] Tagging docker image device-rfid-llrp-arm64 with the following tags: [2023-08-25T11:11:03.800Z] 083fa2f723157b55da528870f81b1571d9ee15b2 [2023-08-25T11:11:03.800Z] latest [2023-08-25T11:11:03.800Z] 3.1.0-dev.3 [2023-08-25T11:11:03.800Z] 083fa2f723157b55da528870f81b1571d9ee15b2-3.1.0-dev.3 [2023-08-25T11:11:03.800Z] main [2023-08-25T11:11:03.800Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T11:11:04.162Z] + docker tag device-rfid-llrp-arm64 nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:083fa2f723157b55da528870f81b1571d9ee15b2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T11:11:04.512Z] + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:083fa2f723157b55da528870f81b1571d9ee15b2 [2023-08-25T11:11:04.512Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64] [2023-08-25T11:11:04.512Z] ab85e461a70a: Preparing [2023-08-25T11:11:04.512Z] 64eb619359b1: Preparing [2023-08-25T11:11:04.512Z] ba1b0656311b: Preparing [2023-08-25T11:11:04.512Z] c396dfa3a398: Preparing [2023-08-25T11:11:04.512Z] d2d9d24a8c2a: Preparing [2023-08-25T11:11:04.512Z] d2d9d24a8c2a: Layer already exists [2023-08-25T11:11:04.779Z] ba1b0656311b: Pushed [2023-08-25T11:11:04.779Z] 64eb619359b1: Pushed [2023-08-25T11:11:04.779Z] c396dfa3a398: Pushed [2023-08-25T11:11:11.422Z] ab85e461a70a: Pushed [2023-08-25T11:11:11.422Z] 083fa2f723157b55da528870f81b1571d9ee15b2: digest: sha256:db6a1ddfedca8d5e0c56aa16958fbcd30df4f3a9693c43ed2f5255995eb72442 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T11:11:11.775Z] + docker tag device-rfid-llrp-arm64 nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T11:11:12.119Z] + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:latest [2023-08-25T11:11:12.119Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64] [2023-08-25T11:11:12.119Z] ab85e461a70a: Preparing [2023-08-25T11:11:12.119Z] 64eb619359b1: Preparing [2023-08-25T11:11:12.119Z] ba1b0656311b: Preparing [2023-08-25T11:11:12.119Z] c396dfa3a398: Preparing [2023-08-25T11:11:12.119Z] d2d9d24a8c2a: Preparing [2023-08-25T11:11:12.119Z] 64eb619359b1: Layer already exists [2023-08-25T11:11:12.119Z] d2d9d24a8c2a: Layer already exists [2023-08-25T11:11:12.119Z] c396dfa3a398: Layer already exists [2023-08-25T11:11:12.119Z] ba1b0656311b: Layer already exists [2023-08-25T11:11:12.119Z] ab85e461a70a: Layer already exists [2023-08-25T11:11:12.384Z] latest: digest: sha256:db6a1ddfedca8d5e0c56aa16958fbcd30df4f3a9693c43ed2f5255995eb72442 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T11:11:12.742Z] + docker tag device-rfid-llrp-arm64 nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:3.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T11:11:13.081Z] + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:3.1.0-dev.3 [2023-08-25T11:11:13.082Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64] [2023-08-25T11:11:13.082Z] ab85e461a70a: Preparing [2023-08-25T11:11:13.082Z] 64eb619359b1: Preparing [2023-08-25T11:11:13.082Z] ba1b0656311b: Preparing [2023-08-25T11:11:13.082Z] c396dfa3a398: Preparing [2023-08-25T11:11:13.082Z] d2d9d24a8c2a: Preparing [2023-08-25T11:11:13.082Z] ab85e461a70a: Layer already exists [2023-08-25T11:11:13.082Z] d2d9d24a8c2a: Layer already exists [2023-08-25T11:11:13.082Z] 64eb619359b1: Layer already exists [2023-08-25T11:11:13.082Z] c396dfa3a398: Layer already exists [2023-08-25T11:11:13.082Z] ba1b0656311b: Layer already exists [2023-08-25T11:11:13.082Z] 3.1.0-dev.3: digest: sha256:db6a1ddfedca8d5e0c56aa16958fbcd30df4f3a9693c43ed2f5255995eb72442 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T11:11:13.490Z] + docker tag device-rfid-llrp-arm64 nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:083fa2f723157b55da528870f81b1571d9ee15b2-3.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T11:11:13.836Z] + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:083fa2f723157b55da528870f81b1571d9ee15b2-3.1.0-dev.3 [2023-08-25T11:11:13.836Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64] [2023-08-25T11:11:13.836Z] ab85e461a70a: Preparing [2023-08-25T11:11:13.836Z] 64eb619359b1: Preparing [2023-08-25T11:11:13.836Z] ba1b0656311b: Preparing [2023-08-25T11:11:13.836Z] c396dfa3a398: Preparing [2023-08-25T11:11:13.836Z] d2d9d24a8c2a: Preparing [2023-08-25T11:11:13.836Z] ab85e461a70a: Layer already exists [2023-08-25T11:11:13.836Z] ba1b0656311b: Layer already exists [2023-08-25T11:11:13.836Z] c396dfa3a398: Layer already exists [2023-08-25T11:11:13.836Z] 64eb619359b1: Layer already exists [2023-08-25T11:11:13.836Z] d2d9d24a8c2a: Layer already exists [2023-08-25T11:11:13.836Z] 083fa2f723157b55da528870f81b1571d9ee15b2-3.1.0-dev.3: digest: sha256:db6a1ddfedca8d5e0c56aa16958fbcd30df4f3a9693c43ed2f5255995eb72442 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T11:11:14.463Z] + docker tag device-rfid-llrp-arm64 nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T11:11:14.817Z] + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:main [2023-08-25T11:11:14.817Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64] [2023-08-25T11:11:14.817Z] ab85e461a70a: Preparing [2023-08-25T11:11:14.817Z] 64eb619359b1: Preparing [2023-08-25T11:11:14.817Z] ba1b0656311b: Preparing [2023-08-25T11:11:14.817Z] c396dfa3a398: Preparing [2023-08-25T11:11:14.817Z] d2d9d24a8c2a: Preparing [2023-08-25T11:11:14.817Z] d2d9d24a8c2a: Layer already exists [2023-08-25T11:11:14.817Z] ab85e461a70a: Layer already exists [2023-08-25T11:11:14.817Z] ba1b0656311b: Layer already exists [2023-08-25T11:11:14.817Z] c396dfa3a398: Layer already exists [2023-08-25T11:11:14.817Z] 64eb619359b1: Layer already exists [2023-08-25T11:11:14.817Z] main: digest: sha256:db6a1ddfedca8d5e0c56aa16958fbcd30df4f3a9693c43ed2f5255995eb72442 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-08-25T11:11:15.139Z] ===================================================== [Pipeline] echo [2023-08-25T11:11:15.149Z] taggedImages: [2023-08-25T11:11:15.149Z] - nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:083fa2f723157b55da528870f81b1571d9ee15b2 [2023-08-25T11:11:15.149Z] - nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:latest [2023-08-25T11:11:15.149Z] - nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:3.1.0-dev.3 [2023-08-25T11:11:15.149Z] - nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:083fa2f723157b55da528870f81b1571d9ee15b2-3.1.0-dev.3 [2023-08-25T11:11:15.149Z] - nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T11:11:15.520Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-08-25T11:11:15.520Z] [2023-08-25T11:11:15.520Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T11:11:15.863Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-08-25T11:11:15.863Z] arm64: Pulling from edgex-lftools-log-publisher [2023-08-25T11:11:15.863Z] 8998bd30e6a1: Pulling fs layer [2023-08-25T11:11:15.863Z] 04944245beec: Pulling fs layer [2023-08-25T11:11:15.863Z] 699f458cf7ca: Pulling fs layer [2023-08-25T11:11:15.863Z] 765212b225bb: Pulling fs layer [2023-08-25T11:11:15.863Z] f23df028b6ca: Pulling fs layer [2023-08-25T11:11:15.863Z] d65c8cfc05b1: Pulling fs layer [2023-08-25T11:11:15.863Z] 2437ff75d9bd: Pulling fs layer [2023-08-25T11:11:15.863Z] 765212b225bb: Waiting [2023-08-25T11:11:15.863Z] f23df028b6ca: Waiting [2023-08-25T11:11:15.863Z] d65c8cfc05b1: Waiting [2023-08-25T11:11:15.863Z] 2437ff75d9bd: Waiting [2023-08-25T11:11:16.135Z] 04944245beec: Verifying Checksum [2023-08-25T11:11:16.135Z] 04944245beec: Download complete [2023-08-25T11:11:16.135Z] 765212b225bb: Verifying Checksum [2023-08-25T11:11:16.135Z] 765212b225bb: Download complete [2023-08-25T11:11:16.135Z] f23df028b6ca: Verifying Checksum [2023-08-25T11:11:16.135Z] f23df028b6ca: Download complete [2023-08-25T11:11:16.135Z] d65c8cfc05b1: Verifying Checksum [2023-08-25T11:11:16.135Z] d65c8cfc05b1: Download complete [2023-08-25T11:11:16.408Z] 699f458cf7ca: Verifying Checksum [2023-08-25T11:11:16.408Z] 699f458cf7ca: Download complete [2023-08-25T11:11:16.677Z] 8998bd30e6a1: Verifying Checksum [2023-08-25T11:11:16.677Z] 8998bd30e6a1: Download complete [2023-08-25T11:11:19.266Z] 2437ff75d9bd: Verifying Checksum [2023-08-25T11:11:19.266Z] 2437ff75d9bd: Download complete [2023-08-25T11:11:22.611Z] 8998bd30e6a1: Pull complete [2023-08-25T11:11:23.194Z] 04944245beec: Pull complete [2023-08-25T11:11:24.600Z] 699f458cf7ca: Pull complete [2023-08-25T11:11:24.600Z] 765212b225bb: Pull complete [2023-08-25T11:11:25.180Z] f23df028b6ca: Pull complete [2023-08-25T11:11:25.447Z] d65c8cfc05b1: Pull complete [2023-08-25T11:11:40.451Z] 2437ff75d9bd: Pull complete [2023-08-25T11:11:40.451Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-08-25T11:11:40.451Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-08-25T11:11:40.451Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-25T11:11:40.663Z] prd-ubuntu20.04-docker-arm64-4c-16g-4562 does not seem to be running inside a container [2023-08-25T11:11:40.735Z] $ 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/device-rfid-llrp-go/106 -v /w/workspace/device-rfid-llrp-go/106:/w/workspace/device-rfid-llrp-go/106:rw,z -v /w/workspace/device-rfid-llrp-go/106@tmp:/w/workspace/device-rfid-llrp-go/106@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-08-25T11:11:43.848Z] $ docker top f47901a40f1d416269e9c386024f17c9db77f080129ef19ea8849d45ceb1d8a8 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-25T11:11:44.697Z] ---> job-cost.sh [2023-08-25T11:11:44.697Z] lf-activate-venv: SKIPPING [2023-08-25T11:11:44.697Z] INFO: No Stack... [2023-08-25T11:11:44.963Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-08-25T11:11:45.942Z] INFO: Archiving Costs [Pipeline] sh [2023-08-25T11:11:46.579Z] + cat /w/workspace/device-rfid-llrp-go/106/archives/cost.csv [2023-08-25T11:11:46.579Z] + cut -d, -f6 [Pipeline] lock [2023-08-25T11:11:46.652Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-main-106-stack-cost] [2023-08-25T11:11:46.657Z] Resource [jenkins-edgexfoundry-device-rfid-llrp-go-main-106-stack-cost] did not exist. Created. [2023-08-25T11:11:46.657Z] Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-main-106-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-08-25T11:11:47.304Z] /w/workspace/device-rfid-llrp-go/106@tmp/durable-f52c2701/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-08-25T11:11:47.955Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-08-25T11:11:47.979Z] Warning: overwriting stash ‘stack-cost’ [2023-08-25T11:11:48.057Z] Stashed 1 file(s) [Pipeline] } [2023-08-25T11:11:48.063Z] Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-main-106-stack-cost] [Pipeline] // lock [Pipeline] } [2023-08-25T11:11:48.081Z] $ docker stop --time=1 f47901a40f1d416269e9c386024f17c9db77f080129ef19ea8849d45ceb1d8a8 [2023-08-25T11:11:49.543Z] $ docker rm -f --volumes f47901a40f1d416269e9c386024f17c9db77f080129ef19ea8849d45ceb1d8a8 [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-25T11:11:49.967Z] provisioning config files... [2023-08-25T11:11:49.974Z] copy managed file [device-rfid-llrp-go-codecov-token] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config2443522303076501533tmp [Pipeline] { [Pipeline] sh [2023-08-25T11:11:50.270Z] + set +x [2023-08-25T11:11:50.270Z] + + curl -s https://codecov.io/bash [2023-08-25T11:11:50.270Z] bash -s -- [2023-08-25T11:11:50.270Z] [2023-08-25T11:11:50.270Z] _____ _ [2023-08-25T11:11:50.270Z] / ____| | | [2023-08-25T11:11:50.270Z] | | ___ __| | ___ ___ _____ __ [2023-08-25T11:11:50.270Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-08-25T11:11:50.270Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-08-25T11:11:50.270Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-08-25T11:11:50.270Z] Bash-1.0.6 [2023-08-25T11:11:50.270Z] [2023-08-25T11:11:50.270Z] [2023-08-25T11:11:50.270Z] ==> git version 2.25.1 found [2023-08-25T11:11:50.270Z] ==> 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-25T11:11:50.270Z] Release-Date: 2020-01-08 [2023-08-25T11:11:50.270Z] 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-25T11:11:50.270Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-08-25T11:11:50.270Z] ==> Jenkins CI detected. [2023-08-25T11:11:50.270Z] current dir:  /w/workspace/foundry_device-rfid-llrp-go_main [2023-08-25T11:11:50.270Z] project root: . [2023-08-25T11:11:50.270Z] --> token set from env [2023-08-25T11:11:50.270Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-08-25T11:11:50.270Z] ==> Running gcov in . (disable via -X gcov) [2023-08-25T11:11:50.270Z] ==> Python coveragepy not found [2023-08-25T11:11:50.270Z] ==> Searching for coverage reports in: [2023-08-25T11:11:50.270Z] + . [2023-08-25T11:11:50.270Z] -> Found 1 reports [2023-08-25T11:11:50.270Z] ==> Detecting git/mercurial file structure [2023-08-25T11:11:50.270Z] ==> Reading reports [2023-08-25T11:11:50.270Z] + ./coverage.out bytes=459493 [2023-08-25T11:11:50.270Z] ==> Appending adjustments [2023-08-25T11:11:50.270Z] https://docs.codecov.io/docs/fixing-reports [2023-08-25T11:11:50.533Z] + Found adjustments [2023-08-25T11:11:50.533Z] ==> Gzipping contents [2023-08-25T11:11:50.533Z] 52K /tmp/codecov.9zKDK1.gz [2023-08-25T11:11:50.533Z] ==> Uploading reports [2023-08-25T11:11:50.533Z] url: https://codecov.io [2023-08-25T11:11:50.533Z] query: branch=main&commit=083fa2f723157b55da528870f81b1571d9ee15b2&build=106&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rfid-llrp-go%2Fjob%2Fmain%2F106%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rfid-llrp-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-08-25T11:11:50.533Z] -> Pinging Codecov [2023-08-25T11:11:50.533Z] 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=083fa2f723157b55da528870f81b1571d9ee15b2&build=106&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rfid-llrp-go%2Fjob%2Fmain%2F106%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rfid-llrp-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-08-25T11:11:50.791Z] -> Uploading to [2023-08-25T11:11:50.791Z] https://storage.googleapis.com/codecov/v4/raw/2023-08-25/581DD39554BDF9B6E22D074273EAD858/083fa2f723157b55da528870f81b1571d9ee15b2/6f1c04c3-63f8-4681-a54f-cb82ec3e90b9.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230825%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230825T111150Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c3bdaeeb5802b22594b83d2e7aef2f580efdee026cb23f9ca3f9ddedda2f8f74 [2023-08-25T11:11:50.791Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-08-25T11:11:50.791Z] Dload Upload Total Spent Left Speed [2023-08-25T11:11:51.051Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50515 0 0 100 50515 0 225k --:--:-- --:--:-- --:--:-- 225k [2023-08-25T11:11:51.051Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rfid-llrp-go/commit/083fa2f723157b55da528870f81b1571d9ee15b2 [Pipeline] } [2023-08-25T11:11:51.068Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-08-25T11:11:51.257Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-08-25T11:11:51.269Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T11:11:51.612Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-08-25T11:11:51.612Z] [2023-08-25T11:11:51.612Z] 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-25T11:11:51.931Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-08-25T11:11:51.931Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-08-25T11:11:51.931Z] df9b9388f04a: Pulling fs layer [2023-08-25T11:11:51.931Z] 52dc419b0ee2: Pulling fs layer [2023-08-25T11:11:51.931Z] 25bc292e5bac: Pulling fs layer [2023-08-25T11:11:51.931Z] 114826534d7a: Pulling fs layer [2023-08-25T11:11:51.931Z] 4657fd5d0bcf: Pulling fs layer [2023-08-25T11:11:51.931Z] 6ad1cebc031e: Pulling fs layer [2023-08-25T11:11:51.931Z] 8a3aa393b2d8: Pulling fs layer [2023-08-25T11:11:51.931Z] 114826534d7a: Waiting [2023-08-25T11:11:51.931Z] 4657fd5d0bcf: Waiting [2023-08-25T11:11:51.931Z] 6ad1cebc031e: Waiting [2023-08-25T11:11:51.931Z] 25bc292e5bac: Verifying Checksum [2023-08-25T11:11:51.931Z] 25bc292e5bac: Download complete [2023-08-25T11:11:51.931Z] 52dc419b0ee2: Download complete [2023-08-25T11:11:51.931Z] 4657fd5d0bcf: Verifying Checksum [2023-08-25T11:11:51.931Z] 4657fd5d0bcf: Download complete [2023-08-25T11:11:51.931Z] df9b9388f04a: Verifying Checksum [2023-08-25T11:11:51.931Z] df9b9388f04a: Download complete [2023-08-25T11:11:52.198Z] df9b9388f04a: Pull complete [2023-08-25T11:11:52.198Z] 6ad1cebc031e: Verifying Checksum [2023-08-25T11:11:52.198Z] 6ad1cebc031e: Download complete [2023-08-25T11:11:52.457Z] 52dc419b0ee2: Pull complete [2023-08-25T11:11:52.457Z] 25bc292e5bac: Pull complete [2023-08-25T11:11:53.024Z] 114826534d7a: Verifying Checksum [2023-08-25T11:11:53.024Z] 114826534d7a: Download complete [2023-08-25T11:11:53.024Z] 8a3aa393b2d8: Verifying Checksum [2023-08-25T11:11:53.024Z] 8a3aa393b2d8: Download complete [2023-08-25T11:11:56.317Z] 114826534d7a: Pull complete [2023-08-25T11:11:56.317Z] 4657fd5d0bcf: Pull complete [2023-08-25T11:11:56.317Z] 6ad1cebc031e: Pull complete [2023-08-25T11:11:58.842Z] 8a3aa393b2d8: Pull complete [2023-08-25T11:11:58.842Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-08-25T11:11:58.842Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-08-25T11:11:58.842Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-25T11:11:58.929Z] prd-ubuntu20.04-docker-8c-8g-4557 does not seem to be running inside a container [2023-08-25T11:11:58.964Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/foundry_device-rfid-llrp-go_main -v /w/workspace/foundry_device-rfid-llrp-go_main:/w/workspace/foundry_device-rfid-llrp-go_main:rw,z -v /w/workspace/foundry_device-rfid-llrp-go_main@tmp:/w/workspace/foundry_device-rfid-llrp-go_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-25T11:12:02.237Z] $ docker top 1a48204245a43f6cf7a54af40f947fe0c7714be3e899dd4461e64fdd81825651 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-08-25T11:12:02.313Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-rfid-llrp-go:main' [Pipeline] sh [2023-08-25T11:12:02.590Z] + set -o pipefail [2023-08-25T11:12:02.590Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-rfid-llrp-go:main' [2023-08-25T11:12:06.778Z] [2023-08-25T11:12:06.778Z] Monitoring /w/workspace/foundry_device-rfid-llrp-go_main (github.com/edgexfoundry/device-rfid-llrp-go)... [2023-08-25T11:12:06.778Z] [2023-08-25T11:12:06.778Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/51b7f931-2ad3-4a5d-a1d2-3e401f6a993d/history/9df2c581-865f-4ccc-926c-f8842063dab3 [2023-08-25T11:12:06.778Z] [2023-08-25T11:12:06.778Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-08-25T11:12:06.778Z] [2023-08-25T11:12:06.778Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-08-25T11:12:06.778Z] [2023-08-25T11:12:07.037Z] [2023-08-25T11:12:07.037Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-08-25T11:12:07.037Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-08-25T11:12:07.037Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-08-25T11:12:07.048Z] $ docker stop --time=1 1a48204245a43f6cf7a54af40f947fe0c7714be3e899dd4461e64fdd81825651 [2023-08-25T11:12:10.265Z] $ docker rm -f --volumes 1a48204245a43f6cf7a54af40f947fe0c7714be3e899dd4461e64fdd81825651 [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-25T11:12:10.963Z] + git log --format=format:%s -1 083fa2f723157b55da528870f81b1571d9ee15b2 [Pipeline] sh [2023-08-25T11:12:11.251Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-08-25T11:12:11.252Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T11:12:11.550Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-25T11:12:11.550Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-25T11:12:11.625Z] prd-ubuntu20.04-docker-8c-8g-4557 does not seem to be running inside a container [2023-08-25T11:12:11.660Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-rfid-llrp-go_main -v /w/workspace/foundry_device-rfid-llrp-go_main:/w/workspace/foundry_device-rfid-llrp-go_main:rw,z -v /w/workspace/foundry_device-rfid-llrp-go_main@tmp:/w/workspace/foundry_device-rfid-llrp-go_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-25T11:12:12.115Z] $ docker top 2c75612683048af0fd5dd2736f6e60802b656828791daa501832d05e51937c82 -eo pid,comm [2023-08-25T11:12:12.165Z] 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-25T11:12:12.165Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-08-25T11:12:12.195Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-25T11:12:12.195Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-25T11:12:12.300Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-25T11:12:12.302Z] $ docker exec 2c75612683048af0fd5dd2736f6e60802b656828791daa501832d05e51937c82 ssh-agent [2023-08-25T11:12:12.408Z] SSH_AUTH_SOCK=/tmp/ssh-dSc9jYlw3p1q/agent.32 [2023-08-25T11:12:12.408Z] SSH_AGENT_PID=38 [2023-08-25T11:12:12.413Z] Running ssh-add (command line suppressed) [2023-08-25T11:12:12.504Z] Identity added: /w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_16213981714726176550.key (/w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_16213981714726176550.key) [2023-08-25T11:12:12.517Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-25T11:12:12.808Z] + git semver tag [2023-08-25T11:12:13.067Z] 2023-08-25 11:12:12,993 [run_tag] DEBUG tag force:False [2023-08-25T11:12:13.067Z] 2023-08-25 11:12:12,993 [check_head_tag] DEBUG check head tag [2023-08-25T11:12:13.067Z] 2023-08-25 11:12:12,993 [execute] INFO git cat-file --batch-check [2023-08-25T11:12:13.067Z] 2023-08-25 11:12:12,994 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main, universal_newlines=False, shell=None, istream=) [2023-08-25T11:12:13.067Z] 2023-08-25 11:12:12,996 [execute] INFO git cat-file --batch [2023-08-25T11:12:13.067Z] 2023-08-25 11:12:12,996 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main, universal_newlines=False, shell=None, istream=) [2023-08-25T11:12:13.067Z] 2023-08-25 11:12:13,002 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main [2023-08-25T11:12:13.067Z] 2023-08-25 11:12:13,002 [execute] INFO git tag -a v3.1.0-dev.3 -m v3.1.0-dev.3 [2023-08-25T11:12:13.067Z] 2023-08-25 11:12:13,003 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.1.0-dev.3', '-m', 'v3.1.0-dev.3'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main, universal_newlines=False, shell=None, istream=None) [2023-08-25T11:12:13.067Z] 2023-08-25 11:12:13,006 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main [2023-08-25T11:12:13.067Z] 3.1.0-dev.3 [Pipeline] } [2023-08-25T11:12:13.076Z] $ docker exec --env ******** --env ******** 2c75612683048af0fd5dd2736f6e60802b656828791daa501832d05e51937c82 ssh-agent -k [2023-08-25T11:12:13.172Z] unset SSH_AUTH_SOCK; [2023-08-25T11:12:13.173Z] unset SSH_AGENT_PID; [2023-08-25T11:12:13.173Z] echo Agent pid 38 killed; [2023-08-25T11:12:13.183Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-08-25T11:12:13.483Z] + git semver [Pipeline] } [2023-08-25T11:12:13.752Z] $ docker stop --time=1 2c75612683048af0fd5dd2736f6e60802b656828791daa501832d05e51937c82 [2023-08-25T11:12:15.023Z] $ docker rm -f --volumes 2c75612683048af0fd5dd2736f6e60802b656828791daa501832d05e51937c82 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T11:12:15.388Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-08-25T11:12:15.388Z] [2023-08-25T11:12:15.388Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T11:12:15.687Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-08-25T11:12:15.687Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-08-25T11:12:15.687Z] ab5ef0e58194: Pulling fs layer [2023-08-25T11:12:15.687Z] 9712f1f96733: Pulling fs layer [2023-08-25T11:12:15.687Z] 63f879dbbcfc: Pulling fs layer [2023-08-25T11:12:15.687Z] 0d9ebad4ef96: Pulling fs layer [2023-08-25T11:12:15.687Z] e9a5061849ea: Pulling fs layer [2023-08-25T11:12:15.687Z] d747dcd14b5f: Pulling fs layer [2023-08-25T11:12:15.687Z] 2de7ff778b66: Pulling fs layer [2023-08-25T11:12:15.687Z] e9a5061849ea: Waiting [2023-08-25T11:12:15.687Z] 2de7ff778b66: Waiting [2023-08-25T11:12:15.687Z] 0d9ebad4ef96: Waiting [2023-08-25T11:12:15.687Z] 9712f1f96733: Verifying Checksum [2023-08-25T11:12:15.687Z] 9712f1f96733: Download complete [2023-08-25T11:12:16.255Z] 63f879dbbcfc: Verifying Checksum [2023-08-25T11:12:16.255Z] 63f879dbbcfc: Download complete [2023-08-25T11:12:16.255Z] 0d9ebad4ef96: Verifying Checksum [2023-08-25T11:12:16.255Z] 0d9ebad4ef96: Download complete [2023-08-25T11:12:16.255Z] d747dcd14b5f: Verifying Checksum [2023-08-25T11:12:16.255Z] d747dcd14b5f: Download complete [2023-08-25T11:12:16.255Z] e9a5061849ea: Verifying Checksum [2023-08-25T11:12:16.255Z] e9a5061849ea: Download complete [2023-08-25T11:12:16.513Z] ab5ef0e58194: Verifying Checksum [2023-08-25T11:12:16.513Z] ab5ef0e58194: Download complete [2023-08-25T11:12:16.513Z] 2de7ff778b66: Verifying Checksum [2023-08-25T11:12:16.513Z] 2de7ff778b66: Download complete [2023-08-25T11:12:19.042Z] ab5ef0e58194: Pull complete [2023-08-25T11:12:19.042Z] 9712f1f96733: Pull complete [2023-08-25T11:12:19.605Z] 63f879dbbcfc: Pull complete [2023-08-25T11:12:23.025Z] 0d9ebad4ef96: Pull complete [2023-08-25T11:12:23.283Z] e9a5061849ea: Pull complete [2023-08-25T11:12:23.542Z] d747dcd14b5f: Pull complete [2023-08-25T11:12:24.474Z] 2de7ff778b66: Pull complete [2023-08-25T11:12:24.733Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-08-25T11:12:24.733Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-08-25T11:12:24.733Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-25T11:12:24.806Z] prd-ubuntu20.04-docker-8c-8g-4557 does not seem to be running inside a container [2023-08-25T11:12:24.836Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-rfid-llrp-go_main -v /w/workspace/foundry_device-rfid-llrp-go_main:/w/workspace/foundry_device-rfid-llrp-go_main:rw,z -v /w/workspace/foundry_device-rfid-llrp-go_main@tmp:/w/workspace/foundry_device-rfid-llrp-go_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-25T11:12:31.340Z] $ docker top 8bb92304ba59cce1793ddbde909c0f317ed850de34686ec9f98114a67f8bd570 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-08-25T11:12:31.413Z] provisioning config files... [2023-08-25T11:12:31.419Z] copy managed file [sigul-config] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config16218703779234329360tmp [2023-08-25T11:12:31.436Z] copy managed file [sigul-password] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config4503040270631630549tmp [2023-08-25T11:12:31.446Z] copy managed file [sigul-pki] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config16771353742521194052tmp [Pipeline] { [Pipeline] echo [2023-08-25T11:12:31.461Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-25T11:12:31.742Z] ---> sigul-configuration.sh [2023-08-25T11:12:31.742Z] gpg: directory `/root/.gnupg' created [2023-08-25T11:12:31.742Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-08-25T11:12:31.742Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-08-25T11:12:31.742Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-08-25T11:12:31.742Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-08-25T11:12:31.742Z] gpg: CAST5 encrypted data [2023-08-25T11:12:31.742Z] gpg: encrypted with 1 passphrase [2023-08-25T11:12:31.742Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-08-25T11:12:32.026Z] + mkdir /home/jenkins [2023-08-25T11:12:32.026Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-08-25T11:12:32.311Z] + 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-25T11:12:32.319Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-25T11:12:32.600Z] ---> sigul-install.sh [2023-08-25T11:12:32.600Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-08-25T11:12:32.884Z] + git tag --list [2023-08-25T11:12:32.884Z] v0.0.0 [2023-08-25T11:12:32.884Z] v1.0.0 [2023-08-25T11:12:32.884Z] v2.1.0 [2023-08-25T11:12:32.884Z] v2.1.1 [2023-08-25T11:12:32.884Z] v2.2.0 [2023-08-25T11:12:32.884Z] v2.3.0 [2023-08-25T11:12:32.884Z] v3.0 [2023-08-25T11:12:32.884Z] v3.0.0 [2023-08-25T11:12:32.884Z] v3.1.0-dev.1 [2023-08-25T11:12:32.884Z] v3.1.0-dev.2 [2023-08-25T11:12:32.884Z] v3.1.0-dev.3 [Pipeline] sh [2023-08-25T11:12:33.169Z] + lftools sign git-tag v3.1.0-dev.3 [2023-08-25T11:12:33.739Z] Signing Git tag with Sigul... [2023-08-25T11:12:33.739Z] Signing v3.1.0-dev.3 [Pipeline] echo [2023-08-25T11:12:34.316Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-25T11:12:34.599Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-08-25T11:12:34.605Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-08-25T11:12:34.624Z] $ docker stop --time=1 8bb92304ba59cce1793ddbde909c0f317ed850de34686ec9f98114a67f8bd570 [2023-08-25T11:12:35.928Z] $ docker rm -f --volumes 8bb92304ba59cce1793ddbde909c0f317ed850de34686ec9f98114a67f8bd570 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-08-25T11:12:36.347Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-08-25T11:12:36.347Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T11:12:36.649Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-25T11:12:36.649Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-25T11:12:36.727Z] prd-ubuntu20.04-docker-8c-8g-4557 does not seem to be running inside a container [2023-08-25T11:12:36.751Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-rfid-llrp-go_main -v /w/workspace/foundry_device-rfid-llrp-go_main:/w/workspace/foundry_device-rfid-llrp-go_main:rw,z -v /w/workspace/foundry_device-rfid-llrp-go_main@tmp:/w/workspace/foundry_device-rfid-llrp-go_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-25T11:12:37.101Z] $ docker top e441fc6a59d8881f5c8b42156b7633a359225dbd8d116bcd535ce4411a7ba157 -eo pid,comm [2023-08-25T11:12:37.156Z] 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-25T11:12:37.156Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-08-25T11:12:37.188Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-25T11:12:37.188Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-25T11:12:37.304Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-25T11:12:37.306Z] $ docker exec e441fc6a59d8881f5c8b42156b7633a359225dbd8d116bcd535ce4411a7ba157 ssh-agent [2023-08-25T11:12:37.414Z] SSH_AUTH_SOCK=/tmp/ssh-aBFjRa43s7eO/agent.33 [2023-08-25T11:12:37.414Z] SSH_AGENT_PID=39 [2023-08-25T11:12:37.419Z] Running ssh-add (command line suppressed) [2023-08-25T11:12:37.507Z] Identity added: /w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_1067915908147498527.key (/w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_1067915908147498527.key) [2023-08-25T11:12:37.522Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-25T11:12:37.810Z] + git semver bump pre [2023-08-25T11:12:38.080Z] 2023-08-25 11:12:37,966 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main [2023-08-25T11:12:38.080Z] 2023-08-25 11:12:37,966 [bump_version] DEBUG bumping version:3.1.0-dev.3 on axis:pre with prefix:dev [2023-08-25T11:12:38.080Z] 2023-08-25 11:12:37,966 [bump_version] DEBUG bumped version:3.1.0-dev.4 [2023-08-25T11:12:38.080Z] 2023-08-25 11:12:37,967 [write_version] DEBUG write version:3.1.0-dev.4 to path:/w/workspace/foundry_device-rfid-llrp-go_main/.semver/main with force:True [2023-08-25T11:12:38.080Z] 2023-08-25 11:12:37,967 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main [2023-08-25T11:12:38.080Z] 2023-08-25 11:12:37,967 [write_file] DEBUG write to file:/w/workspace/foundry_device-rfid-llrp-go_main/.semver/main [2023-08-25T11:12:38.080Z] 2023-08-25 11:12:37,968 [execute] INFO git cat-file --batch-check [2023-08-25T11:12:38.080Z] 2023-08-25 11:12:37,968 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-08-25T11:12:38.080Z] 2023-08-25 11:12:37,973 [execute] INFO git cat-file --batch [2023-08-25T11:12:38.080Z] 2023-08-25 11:12:37,973 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-08-25T11:12:38.080Z] 2023-08-25 11:12:37,978 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main [2023-08-25T11:12:38.080Z] 3.1.0-dev.4 [Pipeline] } [2023-08-25T11:12:38.088Z] $ docker exec --env ******** --env ******** e441fc6a59d8881f5c8b42156b7633a359225dbd8d116bcd535ce4411a7ba157 ssh-agent -k [2023-08-25T11:12:38.184Z] unset SSH_AUTH_SOCK; [2023-08-25T11:12:38.185Z] unset SSH_AGENT_PID; [2023-08-25T11:12:38.185Z] echo Agent pid 39 killed; [2023-08-25T11:12:38.193Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-08-25T11:12:38.509Z] + git semver [Pipeline] } [2023-08-25T11:12:38.779Z] $ docker stop --time=1 e441fc6a59d8881f5c8b42156b7633a359225dbd8d116bcd535ce4411a7ba157 [2023-08-25T11:12:40.056Z] $ docker rm -f --volumes e441fc6a59d8881f5c8b42156b7633a359225dbd8d116bcd535ce4411a7ba157 [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-25T11:12:40.446Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-08-25T11:12:40.446Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T11:12:40.780Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-25T11:12:40.780Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-25T11:12:40.861Z] prd-ubuntu20.04-docker-8c-8g-4557 does not seem to be running inside a container [2023-08-25T11:12:40.943Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-rfid-llrp-go_main -v /w/workspace/foundry_device-rfid-llrp-go_main:/w/workspace/foundry_device-rfid-llrp-go_main:rw,z -v /w/workspace/foundry_device-rfid-llrp-go_main@tmp:/w/workspace/foundry_device-rfid-llrp-go_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-25T11:12:41.321Z] $ docker top cb0c5e43247b8e881cc6cbeacbec6661ef4ce13f1acc3ff91a4bf4f779d2ab68 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-08-25T11:12:41.410Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-25T11:12:41.410Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-25T11:12:41.547Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-25T11:12:41.549Z] $ docker exec cb0c5e43247b8e881cc6cbeacbec6661ef4ce13f1acc3ff91a4bf4f779d2ab68 ssh-agent [2023-08-25T11:12:41.676Z] SSH_AUTH_SOCK=/tmp/ssh-1OqgGh07sgi9/agent.32 [2023-08-25T11:12:41.676Z] SSH_AGENT_PID=38 [2023-08-25T11:12:41.682Z] Running ssh-add (command line suppressed) [2023-08-25T11:12:41.787Z] Identity added: /w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_13272322385123948966.key (/w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_13272322385123948966.key) [2023-08-25T11:12:41.801Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-25T11:12:42.085Z] + git semver push [2023-08-25T11:12:42.343Z] 2023-08-25 11:12:42,275 [run_push] DEBUG push [2023-08-25T11:12:42.343Z] 2023-08-25 11:12:42,276 [execute] INFO git cat-file --batch-check [2023-08-25T11:12:42.343Z] 2023-08-25 11:12:42,276 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-08-25T11:12:42.343Z] 2023-08-25 11:12:42,280 [execute] INFO git rev-list 8104ddf276fd3cffcf6ecb4e9a49ca9db9223c4b -- [2023-08-25T11:12:42.343Z] 2023-08-25 11:12:42,280 [execute] DEBUG Popen(['git', 'rev-list', '8104ddf276fd3cffcf6ecb4e9a49ca9db9223c4b', '--'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-08-25T11:12:42.343Z] 2023-08-25 11:12:42,288 [execute] INFO git fetch -v origin [2023-08-25T11:12:42.343Z] 2023-08-25 11:12:42,288 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-08-25T11:12:42.910Z] 2023-08-25 11:12:42,741 [run_push] DEBUG no remote changes detected [2023-08-25T11:12:42.910Z] 2023-08-25 11:12:42,741 [execute] INFO git push origin semver [2023-08-25T11:12:42.910Z] 2023-08-25 11:12:42,742 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-08-25T11:12:43.845Z] 2023-08-25 11:12:43,566 [run_push] DEBUG push all version tags [2023-08-25T11:12:43.845Z] 2023-08-25 11:12:43,566 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-08-25T11:12:43.845Z] 2023-08-25 11:12:43,567 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main, universal_newlines=False, shell=None, istream=None) [2023-08-25T11:12:44.413Z] 2023-08-25 11:12:44,270 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main [2023-08-25T11:12:44.413Z] 3.1.0-dev.4 [Pipeline] } [2023-08-25T11:12:44.422Z] $ docker exec --env ******** --env ******** cb0c5e43247b8e881cc6cbeacbec6661ef4ce13f1acc3ff91a4bf4f779d2ab68 ssh-agent -k [2023-08-25T11:12:44.531Z] unset SSH_AUTH_SOCK; [2023-08-25T11:12:44.531Z] unset SSH_AGENT_PID; [2023-08-25T11:12:44.531Z] echo Agent pid 38 killed; [2023-08-25T11:12:44.546Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-08-25T11:12:44.846Z] + git semver [Pipeline] } [2023-08-25T11:12:45.115Z] $ docker stop --time=1 cb0c5e43247b8e881cc6cbeacbec6661ef4ce13f1acc3ff91a4bf4f779d2ab68 [2023-08-25T11:12:46.414Z] $ docker rm -f --volumes cb0c5e43247b8e881cc6cbeacbec6661ef4ce13f1acc3ff91a4bf4f779d2ab68 [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-25T11:12:46.952Z] + [ -d /w/workspace/foundry_device-rfid-llrp-go_main/archives ] [2023-08-25T11:12:46.952Z] + ls -al /w/workspace/foundry_device-rfid-llrp-go_main/archives [2023-08-25T11:12:46.952Z] total 16 [2023-08-25T11:12:46.952Z] drwxr-xr-x 3 root root 4096 Aug 25 11:01 . [2023-08-25T11:12:46.952Z] drwxrwxr-x 12 jenkins jenkins 4096 Aug 25 11:12 .. [2023-08-25T11:12:46.952Z] drwxr-xr-x 2 root root 4096 Aug 25 11:01 cost [2023-08-25T11:12:46.952Z] -rw-r--r-- 1 root root 91 Aug 25 11:01 cost.csv [2023-08-25T11:12:46.952Z] + sudo chown -R jenkins:jenkins /w/workspace/foundry_device-rfid-llrp-go_main/archives [2023-08-25T11:12:46.952Z] + ls -al /w/workspace/foundry_device-rfid-llrp-go_main/archives [2023-08-25T11:12:46.952Z] total 16 [2023-08-25T11:12:46.952Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 25 11:01 . [2023-08-25T11:12:46.952Z] drwxrwxr-x 12 jenkins jenkins 4096 Aug 25 11:12 .. [2023-08-25T11:12:46.952Z] drwxr-xr-x 2 jenkins jenkins 4096 Aug 25 11:01 cost [2023-08-25T11:12:46.952Z] -rw-r--r-- 1 jenkins jenkins 91 Aug 25 11:01 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-08-25T11:12:47.241Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-25T11:12:48.097Z] ---> package-listing.sh [2023-08-25T11:12:48.097Z] ++ facter osfamily [2023-08-25T11:12:48.097Z] ++ tr '[:upper:]' '[:lower:]' [2023-08-25T11:12:48.356Z] + OS_FAMILY=debian [2023-08-25T11:12:48.356Z] + workspace=/w/workspace/foundry_device-rfid-llrp-go_main [2023-08-25T11:12:48.356Z] + START_PACKAGES=/tmp/packages_start.txt [2023-08-25T11:12:48.356Z] + END_PACKAGES=/tmp/packages_end.txt [2023-08-25T11:12:48.356Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-08-25T11:12:48.356Z] + PACKAGES=/tmp/packages_start.txt [2023-08-25T11:12:48.356Z] + '[' /w/workspace/foundry_device-rfid-llrp-go_main ']' [2023-08-25T11:12:48.356Z] + PACKAGES=/tmp/packages_end.txt [2023-08-25T11:12:48.356Z] + case "${OS_FAMILY}" in [2023-08-25T11:12:48.356Z] + dpkg -l [2023-08-25T11:12:48.356Z] + grep '^ii' [2023-08-25T11:12:48.356Z] + '[' -f /tmp/packages_start.txt ']' [2023-08-25T11:12:48.356Z] + '[' -f /tmp/packages_end.txt ']' [2023-08-25T11:12:48.356Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-08-25T11:12:48.356Z] + '[' /w/workspace/foundry_device-rfid-llrp-go_main ']' [2023-08-25T11:12:48.356Z] + mkdir -p /w/workspace/foundry_device-rfid-llrp-go_main/archives/ [2023-08-25T11:12:48.356Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-rfid-llrp-go_main/archives/ [Pipeline] echo [2023-08-25T11:12:48.367Z] 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/foundry_device-rfid-llrp-go_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-25T11:12:48.648Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T11:12:49.206Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-25T11:12:49.206Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-25T11:12:49.272Z] prd-ubuntu20.04-docker-8c-8g-4557 does not seem to be running inside a container [2023-08-25T11:12:49.301Z] $ 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/foundry_device-rfid-llrp-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/foundry_device-rfid-llrp-go_main -v /w/workspace/foundry_device-rfid-llrp-go_main:/w/workspace/foundry_device-rfid-llrp-go_main:rw,z -v /w/workspace/foundry_device-rfid-llrp-go_main@tmp:/w/workspace/foundry_device-rfid-llrp-go_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-25T11:12:49.532Z] $ docker top 45ac6f151ac4e944b0316256a5d3081971033dd956b0a171a0ab9a0607877576 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-25T11:12:49.882Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-08-25T11:12:50.164Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-08-25T11:12:50.450Z] + ls /var/log/sa-host [2023-08-25T11:12:50.450Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-25T11:12:50.517Z] provisioning config files... [2023-08-25T11:12:50.524Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config11848178858899311049tmp [Pipeline] { [Pipeline] echo [2023-08-25T11:12:50.535Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-25T11:12:50.816Z] ---> create-netrc.sh [Pipeline] } [2023-08-25T11:12:50.822Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-08-25T11:12:51.131Z] ---> python-tools-install.sh [Pipeline] echo [2023-08-25T11:12:51.139Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-25T11:12:51.422Z] ---> sudo-logs.sh [2023-08-25T11:12:51.422Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-08-25T11:12:51.441Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-25T11:12:51.723Z] ---> job-cost.sh [2023-08-25T11:12:51.724Z] lf-activate-venv: SKIPPING [2023-08-25T11:12:51.724Z] DEBUG: total: 0.2199999988079071 [2023-08-25T11:12:51.724Z] INFO: Retrieving Stack Cost... [2023-08-25T11:12:51.981Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-08-25T11:12:52.547Z] INFO: Archiving Costs [Pipeline] echo [2023-08-25T11:12:52.557Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-25T11:12:52.839Z] ---> logs-deploy.sh [2023-08-25T11:12:52.839Z] lf-activate-venv: SKIPPING [2023-08-25T11:12:52.839Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rfid-llrp-go/main/106 [2023-08-25T11:12:52.839Z] INFO: archiving workspace using pattern(s): [2023-08-25T11:12:53.777Z] Archives upload complete. [2023-08-25T11:12:54.036Z] INFO: archiving logs to Nexus [2023-08-25T11:12:54.607Z] ---> uname -a: [2023-08-25T11:12:54.607Z] Linux prd-ubuntu20-04-docker-8c-8g-4557 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-08-25T11:12:54.607Z] [2023-08-25T11:12:54.607Z] [2023-08-25T11:12:54.607Z] ---> lscpu: [2023-08-25T11:12:54.607Z] Architecture: x86_64 [2023-08-25T11:12:54.607Z] CPU op-mode(s): 32-bit, 64-bit [2023-08-25T11:12:54.607Z] Byte Order: Little Endian [2023-08-25T11:12:54.607Z] Address sizes: 40 bits physical, 48 bits virtual [2023-08-25T11:12:54.607Z] CPU(s): 8 [2023-08-25T11:12:54.607Z] On-line CPU(s) list: 0-7 [2023-08-25T11:12:54.607Z] Thread(s) per core: 1 [2023-08-25T11:12:54.607Z] Core(s) per socket: 1 [2023-08-25T11:12:54.607Z] Socket(s): 8 [2023-08-25T11:12:54.607Z] NUMA node(s): 1 [2023-08-25T11:12:54.607Z] Vendor ID: AuthenticAMD [2023-08-25T11:12:54.607Z] CPU family: 23 [2023-08-25T11:12:54.607Z] Model: 49 [2023-08-25T11:12:54.607Z] Model name: AMD EPYC-Rome Processor [2023-08-25T11:12:54.607Z] Stepping: 0 [2023-08-25T11:12:54.607Z] CPU MHz: 2799.998 [2023-08-25T11:12:54.607Z] BogoMIPS: 5599.99 [2023-08-25T11:12:54.607Z] Virtualization: AMD-V [2023-08-25T11:12:54.607Z] Hypervisor vendor: KVM [2023-08-25T11:12:54.607Z] Virtualization type: full [2023-08-25T11:12:54.607Z] L1d cache: 256 KiB [2023-08-25T11:12:54.607Z] L1i cache: 256 KiB [2023-08-25T11:12:54.607Z] L2 cache: 4 MiB [2023-08-25T11:12:54.607Z] L3 cache: 128 MiB [2023-08-25T11:12:54.607Z] NUMA node0 CPU(s): 0-7 [2023-08-25T11:12:54.607Z] Vulnerability Itlb multihit: Not affected [2023-08-25T11:12:54.607Z] Vulnerability L1tf: Not affected [2023-08-25T11:12:54.607Z] Vulnerability Mds: Not affected [2023-08-25T11:12:54.607Z] Vulnerability Meltdown: Not affected [2023-08-25T11:12:54.607Z] Vulnerability Mmio stale data: Not affected [2023-08-25T11:12:54.607Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-08-25T11:12:54.607Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-08-25T11:12:54.607Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-08-25T11:12:54.607Z] Vulnerability Srbds: Not affected [2023-08-25T11:12:54.607Z] Vulnerability Tsx async abort: Not affected [2023-08-25T11:12:54.607Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2023-08-25T11:12:54.607Z] [2023-08-25T11:12:54.607Z] [2023-08-25T11:12:54.607Z] ---> nproc: [2023-08-25T11:12:54.607Z] 8 [2023-08-25T11:12:54.607Z] [2023-08-25T11:12:54.607Z] [2023-08-25T11:12:54.607Z] ---> df -h: [2023-08-25T11:12:54.607Z] Filesystem Size Used Avail Use% Mounted on [2023-08-25T11:12:54.607Z] overlay 155G 13G 143G 9% / [2023-08-25T11:12:54.607Z] tmpfs 64M 0 64M 0% /dev [2023-08-25T11:12:54.607Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-08-25T11:12:54.607Z] shm 64M 0 64M 0% /dev/shm [2023-08-25T11:12:54.607Z] /dev/vda1 155G 13G 143G 9% /facter-os [2023-08-25T11:12:54.607Z] [2023-08-25T11:12:54.607Z] [2023-08-25T11:12:54.607Z] ---> sar -b -r -n DEV: [2023-08-25T11:12:54.607Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-4557) 08/25/23 _x86_64_ (8 CPU) [2023-08-25T11:12:54.607Z] [2023-08-25T11:12:54.607Z] 10:57:02 LINUX RESTART (8 CPU) [2023-08-25T11:12:54.607Z] [2023-08-25T11:12:54.607Z] 10:58:00 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2023-08-25T11:12:54.607Z] 10:59:01 123.36 3.82 119.54 0.00 404.92 42925.16 0.00 [2023-08-25T11:12:54.607Z] 11:00:01 89.89 0.08 89.80 0.00 13.20 39620.73 0.00 [2023-08-25T11:12:54.607Z] 11:01:01 133.67 0.32 133.35 0.00 29.60 26273.20 0.00 [2023-08-25T11:12:54.608Z] 11:02:01 32.91 0.02 32.89 0.00 4.27 16469.54 0.00 [2023-08-25T11:12:54.608Z] 11:03:01 29.75 10.21 19.53 0.00 3449.83 3778.17 0.00 [2023-08-25T11:12:54.608Z] 11:04:01 1.38 0.00 1.38 0.00 0.00 16.13 0.00 [2023-08-25T11:12:54.608Z] 11:05:01 1.18 0.00 1.18 0.00 0.00 13.46 0.00 [2023-08-25T11:12:54.608Z] 11:06:01 1.47 0.00 1.47 0.00 0.00 17.06 0.00 [2023-08-25T11:12:54.608Z] 11:07:01 0.93 0.00 0.93 0.00 0.00 11.33 0.00 [2023-08-25T11:12:54.608Z] 11:08:01 1.58 0.00 1.58 0.00 0.00 27.32 0.00 [2023-08-25T11:12:54.608Z] 11:09:01 0.80 0.00 0.80 0.00 0.00 9.07 0.00 [2023-08-25T11:12:54.608Z] 11:10:01 1.28 0.00 1.28 0.00 0.00 14.66 0.00 [2023-08-25T11:12:54.608Z] 11:11:01 0.72 0.00 0.72 0.00 0.00 8.40 0.00 [2023-08-25T11:12:54.608Z] 11:12:01 22.82 0.15 22.67 0.00 14.39 21017.32 0.00 [2023-08-25T11:12:54.608Z] Average: 31.66 1.05 30.61 0.00 279.86 10766.89 0.00 [2023-08-25T11:12:54.608Z] [2023-08-25T11:12:54.608Z] 10:58:00 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2023-08-25T11:12:54.608Z] 10:59:01 28416688 31590592 718464 2.18 109300 3271756 1887388 5.56 1151524 2877756 221020 [2023-08-25T11:12:54.608Z] 11:00:01 28045964 31557364 751252 2.28 149280 3536368 1932936 5.70 1222752 3146544 125092 [2023-08-25T11:12:54.608Z] 11:01:01 27487692 31532908 773488 2.35 158108 4029928 2046220 6.03 1289512 3598984 484584 [2023-08-25T11:12:54.608Z] 11:02:01 27540124 31570420 735260 2.24 161260 4002788 1759332 5.18 1268780 3559656 12 [2023-08-25T11:12:54.608Z] 11:03:01 27302712 31552108 743080 2.26 166576 4206512 1827284 5.39 1430460 3612016 148 [2023-08-25T11:12:54.608Z] 11:04:01 27308328 31557748 737356 2.24 166624 4206512 1827284 5.39 1425232 3612016 144 [2023-08-25T11:12:54.608Z] 11:05:01 27308548 31558068 736996 2.24 166704 4206516 1827284 5.39 1424548 3612020 8 [2023-08-25T11:12:54.608Z] 11:06:01 27315400 31564964 730064 2.22 166760 4206520 1827284 5.39 1418548 3612024 4 [2023-08-25T11:12:54.608Z] 11:07:01 27315228 31565244 730132 2.22 166808 4206508 1827284 5.39 1418356 3612396 12 [2023-08-25T11:12:54.608Z] 11:08:01 27315180 31565260 730004 2.22 166904 4206488 1827284 5.39 1418520 3612384 8 [2023-08-25T11:12:54.608Z] 11:09:01 27315664 31565804 729644 2.22 166928 4206496 1827284 5.39 1418360 3612384 8 [2023-08-25T11:12:54.608Z] 11:10:01 27315680 31565852 729568 2.22 166952 4206504 1827284 5.39 1418384 3612392 4 [2023-08-25T11:12:54.608Z] 11:11:01 27315688 31565888 729464 2.22 166968 4206512 1827284 5.39 1418152 3612392 8 [2023-08-25T11:12:54.608Z] 11:12:01 26538960 31547752 746836 2.27 172600 4910568 1854476 5.47 1443964 4315900 51980 [2023-08-25T11:12:54.608Z] Average: 27417275 31561427 737258 2.24 160841 4114998 1851851 5.46 1369078 3572062 63074 [2023-08-25T11:12:54.608Z] [2023-08-25T11:12:54.608Z] 10:58:00 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2023-08-25T11:12:54.608Z] 10:59:01 docker0 197.62 313.01 15.78 2399.23 0.00 0.00 0.00 0.00 [2023-08-25T11:12:54.608Z] 10:59:01 lo 2.62 2.62 0.26 0.26 0.00 0.00 0.00 0.00 [2023-08-25T11:12:54.608Z] 10:59:01 ens3 473.68 292.95 6559.27 41.44 0.00 0.00 0.00 0.00 [2023-08-25T11:12:54.608Z] 11:00:01 docker0 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2023-08-25T11:12:54.608Z] 11:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-08-25T11:12:54.608Z] 11:00:01 ens3 40.13 32.78 33.71 99.12 0.00 0.00 0.00 0.00 [2023-08-25T11:12:54.608Z] 11:01:01 docker0 3.03 6.82 0.18 85.52 0.00 0.00 0.00 0.00 [2023-08-25T11:12:54.608Z] 11:01:01 lo 7.53 7.53 0.76 0.76 0.00 0.00 0.00 0.00 [2023-08-25T11:12:54.608Z] 11:01:01 ens3 160.12 113.95 2701.89 253.91 0.00 0.00 0.00 0.00 [2023-08-25T11:12:54.608Z] 11:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-25T11:12:54.608Z] 11:02:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 [2023-08-25T11:12:54.608Z] 11:02:01 ens3 13.38 8.83 14.51 5.09 0.00 0.00 0.00 0.00 [2023-08-25T11:12:54.608Z] 11:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-25T11:12:54.608Z] 11:03:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 [2023-08-25T11:12:54.608Z] 11:03:01 ens3 106.50 58.37 1377.17 4.31 0.00 0.00 0.00 0.00 [2023-08-25T11:12:54.608Z] 11:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-25T11:12:54.608Z] 11:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-08-25T11:12:54.608Z] 11:04:01 ens3 1.22 0.67 0.40 0.29 0.00 0.00 0.00 0.00 [2023-08-25T11:12:54.608Z] 11:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-25T11:12:54.608Z] 11:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-25T11:12:54.608Z] 11:05:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-25T11:12:54.608Z] 11:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-25T11:12:54.608Z] 11:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-08-25T11:12:54.608Z] 11:06:01 ens3 0.47 0.13 0.02 0.01 0.00 0.00 0.00 0.00 [2023-08-25T11:12:54.608Z] 11:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-25T11:12:54.608Z] 11:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-25T11:12:54.608Z] 11:07:01 ens3 0.73 0.15 0.14 0.07 0.00 0.00 0.00 0.00 [2023-08-25T11:12:54.608Z] 11:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-25T11:12:54.608Z] 11:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-08-25T11:12:54.608Z] 11:08:01 ens3 0.57 0.40 0.33 0.27 0.00 0.00 0.00 0.00 [2023-08-25T11:12:54.608Z] 11:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-25T11:12:54.608Z] 11:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-25T11:12:54.608Z] 11:09:01 ens3 0.10 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2023-08-25T11:12:54.608Z] 11:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-25T11:12:54.608Z] 11:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-08-25T11:12:54.608Z] 11:10:01 ens3 0.25 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-08-25T11:12:54.608Z] 11:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-25T11:12:54.608Z] 11:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-25T11:12:54.608Z] 11:11:01 ens3 0.30 0.10 0.07 0.01 0.00 0.00 0.00 0.00 [2023-08-25T11:12:54.608Z] 11:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-25T11:12:54.608Z] 11:12:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 [2023-08-25T11:12:54.608Z] 11:12:01 ens3 122.70 68.60 3968.17 10.42 0.00 0.00 0.00 0.00 [2023-08-25T11:12:54.608Z] Average: docker0 14.55 23.20 1.16 180.12 0.00 0.00 0.00 0.00 [2023-08-25T11:12:54.608Z] Average: lo 0.93 0.93 0.09 0.09 0.00 0.00 0.00 0.00 [2023-08-25T11:12:54.608Z] Average: ens3 66.21 41.52 1053.45 29.65 0.00 0.00 0.00 0.00 [2023-08-25T11:12:54.608Z] [2023-08-25T11:12:54.608Z]