Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 15a0269d460efb14f9eb5e7a2dfd5097cbc6281f 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-ssh15522732536315305153.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 95c76d14630896f3c9cf825147e1b1e2bad20cbb 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-ssh17927418896199083035.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 95c76d14630896f3c9cf825147e1b1e2bad20cbb 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/edgex-global-pipelines/.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/edgex-global-pipelines@tmp/jenkins-gitclient-ssh12095915382967182721.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 95c76d14630896f3c9cf825147e1b1e2bad20cbb (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 95c76d14630896f3c9cf825147e1b1e2bad20cbb # timeout=10 Commit message: "Merge pull request #387 from ernestojeda/disable-concurrent-builds" > 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 shared 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-ssh15445191366909616141.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b3dada9287033e4e81bc68320e01fd57bef02650 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/lf-pipelines/.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/lf-pipelines@tmp/jenkins-gitclient-ssh18016899423654525275.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b3dada9287033e4e81bc68320e01fd57bef02650 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b3dada9287033e4e81bc68320e01fd57bef02650 # timeout=10 Commit message: "Fix: Update requirements.txt, update global-jjb" > 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 shared 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.17 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 [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-63687 in /w/workspace/foundry_device-rfid-llrp-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE 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 > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 Avoid second fetch Checking out Revision 15a0269d460efb14f9eb5e7a2dfd5097cbc6281f (main) > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 15a0269d460efb14f9eb5e7a2dfd5097cbc6281f # timeout=10 Commit message: "fix(snap): stage curl for auto-configure (#86)" > git rev-list --no-walk f19c5b4581d27e0813f140be9e158fd085b802c9 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-05-15T16:12:36.557Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-05-15T16:12:36.611Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-05-15T16:12:36.628Z] ========================================================= [2022-05-15T16:12:36.628Z] EdgeX Global Pipelines Version Info [2022-05-15T16:12:36.628Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-05-15T16:12:37.417Z] ------------------- [2022-05-15T16:12:37.417Z] stable info: [2022-05-15T16:12:37.417Z] ------------------- [2022-05-15T16:12:37.417Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-05-15T16:12:37.417Z] Commit SHA: 95c76d14630896f3c9cf825147e1b1e2bad20cbb [2022-05-15T16:12:37.417Z] Message: update stable to v1.0.230 [2022-05-15T16:12:37.992Z] ------------------- [2022-05-15T16:12:37.992Z] experimental info: [2022-05-15T16:12:37.992Z] ------------------- [2022-05-15T16:12:37.992Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-05-15T16:12:37.992Z] Commit SHA: 95c76d14630896f3c9cf825147e1b1e2bad20cbb [2022-05-15T16:12:37.992Z] Message: update experimental to v1.0.230 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-05-15T16:12:38.142Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rfid-llrp-go-settings [Pipeline] echo [2022-05-15T16:12:38.158Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rfid-llrp-go [Pipeline] echo [2022-05-15T16:12:38.172Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-05-15T16:12:38.191Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-05-15T16:12:38.200Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-05-15T16:12:38.209Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-05-15T16:12:38.219Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-05-15T16:12:38.229Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-05-15T16:12:38.250Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-05-15T16:12:38.267Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-05-15T16:12:38.280Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-05-15T16:12:38.292Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rfid-llrp [Pipeline] echo [2022-05-15T16:12:38.304Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-05-15T16:12:38.323Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-05-15T16:12:38.340Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-05-15T16:12:38.352Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-05-15T16:12:38.367Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-05-15T16:12:38.383Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-05-15T16:12:38.403Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-05-15T16:12:38.418Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-05-15T16:12:38.439Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-05-15T16:12:38.458Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-05-15T16:12:38.477Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-05-15T16:12:38.493Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-05-15T16:12:38.507Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-05-15T16:12:38.524Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-05-15T16:12:38.542Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2022-05-15T16:12:38.562Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2022-05-15T16:12:38.585Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2022-05-15T16:12:38.604Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 15a0269d460efb14f9eb5e7a2dfd5097cbc6281f [Pipeline] echo [2022-05-15T16:12:38.624Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 15a0269 [Pipeline] echo [2022-05-15T16:12:38.643Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-15T16:12:38.690Z] provisioning config files... [2022-05-15T16:12:38.706Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config4496469734272454682tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-15T16:12:39.026Z] ---> docker-login.sh [2022-05-15T16:12:39.026Z] nexus3.edgexfoundry.org:10001 [2022-05-15T16:12:39.288Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-15T16:12:39.288Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-15T16:12:39.288Z] Configure a credential helper to remove this warning. See [2022-05-15T16:12:39.288Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-15T16:12:39.288Z] [2022-05-15T16:12:39.288Z] Login Succeeded [2022-05-15T16:12:39.288Z] nexus3.edgexfoundry.org:10002 [2022-05-15T16:12:39.550Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-15T16:12:39.550Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-15T16:12:39.550Z] Configure a credential helper to remove this warning. See [2022-05-15T16:12:39.550Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-15T16:12:39.550Z] [2022-05-15T16:12:39.550Z] Login Succeeded [2022-05-15T16:12:39.550Z] nexus3.edgexfoundry.org:10003 [2022-05-15T16:12:39.550Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-15T16:12:39.550Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-15T16:12:39.550Z] Configure a credential helper to remove this warning. See [2022-05-15T16:12:39.550Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-15T16:12:39.550Z] [2022-05-15T16:12:39.550Z] Login Succeeded [2022-05-15T16:12:39.550Z] nexus3.edgexfoundry.org:10004 [2022-05-15T16:12:39.813Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-15T16:12:39.813Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-15T16:12:39.813Z] Configure a credential helper to remove this warning. See [2022-05-15T16:12:39.813Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-15T16:12:39.813Z] [2022-05-15T16:12:39.813Z] Login Succeeded [2022-05-15T16:12:39.813Z] docker.io [2022-05-15T16:12:39.813Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-15T16:12:40.388Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-15T16:12:40.388Z] Configure a credential helper to remove this warning. See [2022-05-15T16:12:40.388Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-15T16:12:40.388Z] [2022-05-15T16:12:40.388Z] Login Succeeded [2022-05-15T16:12:40.388Z] ---> docker-login.sh ends [Pipeline] } [2022-05-15T16:12:40.399Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-05-15T16:12:40.808Z] + git rev-list -1 --merges 15a0269d460efb14f9eb5e7a2dfd5097cbc6281f~1..15a0269d460efb14f9eb5e7a2dfd5097cbc6281f [Pipeline] echo [2022-05-15T16:12:40.954Z] -----------> git rev-list -1 --merges 15a0269d460efb14f9eb5e7a2dfd5097cbc6281f~1..15a0269d460efb14f9eb5e7a2dfd5097cbc6281f 15a0269d460efb14f9eb5e7a2dfd5097cbc6281f [false] [Pipeline] sh [2022-05-15T16:12:41.247Z] + git log --format=format:%s -1 15a0269d460efb14f9eb5e7a2dfd5097cbc6281f [Pipeline] echo [2022-05-15T16:12:41.270Z] ========================================================= [2022-05-15T16:12:41.270Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-05-15T16:12:41.270Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-05-15T16:12:41.627Z] + git log --format=format:%s -1 15a0269d460efb14f9eb5e7a2dfd5097cbc6281f [Pipeline] echo [2022-05-15T16:12:41.642Z] [semverPrep] GIT_COMMIT: 15a0269d460efb14f9eb5e7a2dfd5097cbc6281f, Commit Message: fix(snap): stage curl for auto-configure (#86) [Pipeline] echo [2022-05-15T16:12:41.657Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-05-15T16:12:42.089Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-05-15T16:12:42.089Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-05-15T16:12:42.089Z] + [ -e /tmp/ssh_known_hosts ] [2022-05-15T16:12:42.089Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-05-15T16:12:42.089Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-05-15T16:12:42.089Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-05-15T16:12:42.089Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-05-15T16:12:42.513Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-15T16:12:42.514Z] [2022-05-15T16:12:42.514Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] isUnix [Pipeline] sh [2022-05-15T16:12:42.816Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-15T16:12:42.816Z] latest: Pulling from edgex-devops/py-git-semver [2022-05-15T16:12:42.816Z] 1fe172e4850f: Pulling fs layer [2022-05-15T16:12:42.816Z] caf521ccaac6: Pulling fs layer [2022-05-15T16:12:42.816Z] 3ead6fa29328: Pulling fs layer [2022-05-15T16:12:42.816Z] 5c2a1cbceb83: Pulling fs layer [2022-05-15T16:12:42.816Z] a8d5f1318db7: Pulling fs layer [2022-05-15T16:12:42.816Z] c427282e49a2: Pulling fs layer [2022-05-15T16:12:42.816Z] 1827001aaf11: Pulling fs layer [2022-05-15T16:12:42.816Z] 0714d37db230: Pulling fs layer [2022-05-15T16:12:42.816Z] ac28cf19c067: Pulling fs layer [2022-05-15T16:12:42.816Z] ca983d60f3e2: Pulling fs layer [2022-05-15T16:12:42.816Z] 9f894cec8388: Pulling fs layer [2022-05-15T16:12:42.816Z] a8d5f1318db7: Waiting [2022-05-15T16:12:42.816Z] 5c2a1cbceb83: Waiting [2022-05-15T16:12:42.816Z] 1827001aaf11: Waiting [2022-05-15T16:12:42.816Z] 0714d37db230: Waiting [2022-05-15T16:12:42.816Z] ac28cf19c067: Waiting [2022-05-15T16:12:42.816Z] 9f894cec8388: Waiting [2022-05-15T16:12:42.816Z] caf521ccaac6: Download complete [2022-05-15T16:12:42.816Z] 5c2a1cbceb83: Verifying Checksum [2022-05-15T16:12:42.816Z] 5c2a1cbceb83: Download complete [2022-05-15T16:12:42.816Z] a8d5f1318db7: Verifying Checksum [2022-05-15T16:12:42.816Z] a8d5f1318db7: Download complete [2022-05-15T16:12:43.081Z] c427282e49a2: Download complete [2022-05-15T16:12:43.081Z] 3ead6fa29328: Verifying Checksum [2022-05-15T16:12:43.081Z] 3ead6fa29328: Download complete [2022-05-15T16:12:43.081Z] 0714d37db230: Verifying Checksum [2022-05-15T16:12:43.081Z] 0714d37db230: Download complete [2022-05-15T16:12:43.081Z] ac28cf19c067: Download complete [2022-05-15T16:12:43.081Z] ca983d60f3e2: Verifying Checksum [2022-05-15T16:12:43.081Z] ca983d60f3e2: Download complete [2022-05-15T16:12:43.081Z] 9f894cec8388: Verifying Checksum [2022-05-15T16:12:43.081Z] 9f894cec8388: Download complete [2022-05-15T16:12:43.081Z] 1fe172e4850f: Verifying Checksum [2022-05-15T16:12:43.081Z] 1fe172e4850f: Download complete [2022-05-15T16:12:43.342Z] 1827001aaf11: Verifying Checksum [2022-05-15T16:12:43.342Z] 1827001aaf11: Download complete [2022-05-15T16:12:44.286Z] 1fe172e4850f: Pull complete [2022-05-15T16:12:44.549Z] caf521ccaac6: Pull complete [2022-05-15T16:12:45.121Z] 3ead6fa29328: Pull complete [2022-05-15T16:12:45.121Z] 5c2a1cbceb83: Pull complete [2022-05-15T16:12:45.381Z] a8d5f1318db7: Pull complete [2022-05-15T16:12:45.643Z] c427282e49a2: Pull complete [2022-05-15T16:12:47.558Z] 1827001aaf11: Pull complete [2022-05-15T16:12:47.558Z] 0714d37db230: Pull complete [2022-05-15T16:12:47.558Z] ac28cf19c067: Pull complete [2022-05-15T16:12:47.820Z] ca983d60f3e2: Pull complete [2022-05-15T16:12:47.820Z] 9f894cec8388: Pull complete [2022-05-15T16:12:47.820Z] Digest: sha256:90e63904a1edc574c23a580e5fc31fbcdccad1501625621f67a6be262171cfee [2022-05-15T16:12:47.820Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-15T16:12:47.820Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] withDockerContainer [2022-05-15T16:12:47.902Z] prd-ubuntu20.04-docker-8c-8g-63687 does not seem to be running inside a container [2022-05-15T16:12:47.942Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest cat [2022-05-15T16:12:49.519Z] $ docker top ad81d0521fa145a713e9ce274aec112e3b443a015255e6d040f0898d86c0f07d -eo pid,comm [2022-05-15T16:12:49.588Z] 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). [2022-05-15T16:12:49.588Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-05-15T16:12:49.639Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-05-15T16:12:49.639Z] [ssh-agent] Looking for ssh-agent implementation... [2022-05-15T16:12:49.768Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-05-15T16:12:49.773Z] $ docker exec ad81d0521fa145a713e9ce274aec112e3b443a015255e6d040f0898d86c0f07d ssh-agent [2022-05-15T16:12:49.909Z] SSH_AUTH_SOCK=/tmp/ssh-Kxs4tyg6k6FL/agent.34 [2022-05-15T16:12:49.909Z] SSH_AGENT_PID=40 [2022-05-15T16:12:49.919Z] Running ssh-add (command line suppressed) [2022-05-15T16:12:50.041Z] Identity added: /w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_2470460468913784728.key (/w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_2470460468913784728.key) [2022-05-15T16:12:50.060Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-05-15T16:12:50.357Z] + git tag --points-at HEAD [Pipeline] } [2022-05-15T16:12:50.372Z] $ docker exec --env ******** --env ******** ad81d0521fa145a713e9ce274aec112e3b443a015255e6d040f0898d86c0f07d ssh-agent -k [2022-05-15T16:12:50.484Z] unset SSH_AUTH_SOCK; [2022-05-15T16:12:50.484Z] unset SSH_AGENT_PID; [2022-05-15T16:12:50.485Z] echo Agent pid 40 killed; [2022-05-15T16:12:50.496Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-05-15T16:12:50.522Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-05-15T16:12:50.522Z] [ssh-agent] Looking for ssh-agent implementation... [2022-05-15T16:12:50.648Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-05-15T16:12:50.651Z] $ docker exec ad81d0521fa145a713e9ce274aec112e3b443a015255e6d040f0898d86c0f07d ssh-agent [2022-05-15T16:12:50.776Z] SSH_AUTH_SOCK=/tmp/ssh-eDPIxksLqbJn/agent.72 [2022-05-15T16:12:50.776Z] SSH_AGENT_PID=78 [2022-05-15T16:12:50.781Z] Running ssh-add (command line suppressed) [2022-05-15T16:12:50.898Z] Identity added: /w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_2971729492209022645.key (/w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_2971729492209022645.key) [2022-05-15T16:12:50.914Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-05-15T16:12:51.214Z] + git semver init [2022-05-15T16:12:51.476Z] 2022-05-15 16:12:51,401 [run_init] DEBUG init version:0.0.0 force:False [2022-05-15T16:12:51.476Z] 2022-05-15 16:12:51,401 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/foundry_device-rfid-llrp-go_main/.semver [2022-05-15T16:12:51.476Z] 2022-05-15 16:12:51,402 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rfid-llrp-go.git /w/workspace/foundry_device-rfid-llrp-go_main/.semver [2022-05-15T16:12:51.476Z] 2022-05-15 16:12:51,402 [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) [2022-05-15T16:12:52.420Z] 2022-05-15 16:12:52,248 [append_file] DEBUG append to file:/w/workspace/foundry_device-rfid-llrp-go_main/.git/info/exclude [2022-05-15T16:12:52.420Z] 2022-05-15 16:12:52,249 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/foundry_device-rfid-llrp-go_main/.semver/main with force:False [2022-05-15T16:12:52.420Z] 2022-05-15 16:12:52,249 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main [2022-05-15T16:12:52.420Z] 2022-05-15 16:12:52,249 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main [2022-05-15T16:12:52.420Z] 2.1.0-dev.16 [Pipeline] } [2022-05-15T16:12:52.434Z] $ docker exec --env ******** --env ******** ad81d0521fa145a713e9ce274aec112e3b443a015255e6d040f0898d86c0f07d ssh-agent -k [2022-05-15T16:12:52.542Z] unset SSH_AUTH_SOCK; [2022-05-15T16:12:52.543Z] unset SSH_AGENT_PID; [2022-05-15T16:12:52.543Z] echo Agent pid 78 killed; [2022-05-15T16:12:52.553Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-05-15T16:12:52.876Z] + git semver [Pipeline] } [2022-05-15T16:12:53.154Z] $ docker stop --time=1 ad81d0521fa145a713e9ce274aec112e3b443a015255e6d040f0898d86c0f07d [2022-05-15T16:12:54.467Z] $ docker rm -f ad81d0521fa145a713e9ce274aec112e3b443a015255e6d040f0898d86c0f07d [Pipeline] // withDockerContainer [Pipeline] sh [2022-05-15T16:12:54.818Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-05-15T16:12:55.056Z] Stashed 1 file(s) [Pipeline] echo [2022-05-15T16:12:55.060Z] [edgeXSemver]: initialized semver on version 2.1.0-dev.16 [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 [2022-05-15T16:12:55.241Z] provisioning config files... [2022-05-15T16:12:55.252Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config2200026767377885972tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-15T16:12:55.555Z] ---> docker-login.sh [2022-05-15T16:12:55.555Z] nexus3.edgexfoundry.org:10001 [2022-05-15T16:12:55.555Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-15T16:12:55.555Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-15T16:12:55.555Z] Configure a credential helper to remove this warning. See [2022-05-15T16:12:55.555Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-15T16:12:55.555Z] [2022-05-15T16:12:55.555Z] Login Succeeded [2022-05-15T16:12:55.555Z] nexus3.edgexfoundry.org:10002 [2022-05-15T16:12:55.555Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-15T16:12:55.555Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-15T16:12:55.555Z] Configure a credential helper to remove this warning. See [2022-05-15T16:12:55.555Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-15T16:12:55.555Z] [2022-05-15T16:12:55.555Z] Login Succeeded [2022-05-15T16:12:55.555Z] nexus3.edgexfoundry.org:10003 [2022-05-15T16:12:55.815Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-15T16:12:55.815Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-15T16:12:55.815Z] Configure a credential helper to remove this warning. See [2022-05-15T16:12:55.815Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-15T16:12:55.815Z] [2022-05-15T16:12:55.815Z] Login Succeeded [2022-05-15T16:12:55.815Z] nexus3.edgexfoundry.org:10004 [2022-05-15T16:12:55.815Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-15T16:12:55.815Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-15T16:12:55.815Z] Configure a credential helper to remove this warning. See [2022-05-15T16:12:55.815Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-15T16:12:55.815Z] [2022-05-15T16:12:55.815Z] Login Succeeded [2022-05-15T16:12:55.815Z] docker.io [2022-05-15T16:12:56.075Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-15T16:12:56.337Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-15T16:12:56.337Z] Configure a credential helper to remove this warning. See [2022-05-15T16:12:56.337Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-15T16:12:56.337Z] [2022-05-15T16:12:56.337Z] Login Succeeded [2022-05-15T16:12:56.337Z] ---> docker-login.sh ends [Pipeline] } [2022-05-15T16:12:56.345Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-05-15T16:12:56.428Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-05-15T16:12:56.441Z] ========================================================= [2022-05-15T16:12:56.441Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-05-15T16:12:56.441Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-05-15T16:12:56.763Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine --build-arg MAKE=echo noop --target=builder . [2022-05-15T16:12:56.763Z] Sending build context to Docker daemon 3.985MB [2022-05-15T16:12:56.763Z] Step 1/12 : ARG BASE=golang:1.17-alpine3.15 [2022-05-15T16:12:56.763Z] Step 2/12 : FROM ${BASE} AS builder [2022-05-15T16:12:56.763Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-05-15T16:12:56.763Z] 59bf1c3509f3: Pulling fs layer [2022-05-15T16:12:56.763Z] 666ba61612fd: Pulling fs layer [2022-05-15T16:12:56.763Z] 8ed8ca486205: Pulling fs layer [2022-05-15T16:12:56.763Z] 4fe6c5a15a65: Pulling fs layer [2022-05-15T16:12:56.763Z] 22a0e8bec74d: Pulling fs layer [2022-05-15T16:12:56.763Z] ca2b28591e48: Pulling fs layer [2022-05-15T16:12:56.763Z] a51346096db8: Pulling fs layer [2022-05-15T16:12:56.763Z] daebc70d1ce1: Pulling fs layer [2022-05-15T16:12:56.763Z] 0e18a0eac166: Pulling fs layer [2022-05-15T16:12:56.763Z] ca2b28591e48: Waiting [2022-05-15T16:12:56.763Z] a51346096db8: Waiting [2022-05-15T16:12:56.763Z] 4fe6c5a15a65: Waiting [2022-05-15T16:12:56.763Z] 22a0e8bec74d: Waiting [2022-05-15T16:12:56.763Z] daebc70d1ce1: Waiting [2022-05-15T16:12:56.763Z] 0e18a0eac166: Waiting [2022-05-15T16:12:56.763Z] 8ed8ca486205: Verifying Checksum [2022-05-15T16:12:56.763Z] 8ed8ca486205: Download complete [2022-05-15T16:12:56.763Z] 666ba61612fd: Verifying Checksum [2022-05-15T16:12:56.763Z] 666ba61612fd: Download complete [2022-05-15T16:12:56.763Z] 22a0e8bec74d: Download complete [2022-05-15T16:12:57.024Z] 59bf1c3509f3: Download complete [2022-05-15T16:12:57.024Z] a51346096db8: Verifying Checksum [2022-05-15T16:12:57.024Z] a51346096db8: Download complete [2022-05-15T16:12:57.024Z] daebc70d1ce1: Verifying Checksum [2022-05-15T16:12:57.024Z] daebc70d1ce1: Download complete [2022-05-15T16:12:57.024Z] 59bf1c3509f3: Pull complete [2022-05-15T16:12:57.284Z] 666ba61612fd: Pull complete [2022-05-15T16:12:57.284Z] 8ed8ca486205: Pull complete [2022-05-15T16:12:57.543Z] 0e18a0eac166: Verifying Checksum [2022-05-15T16:12:57.543Z] 0e18a0eac166: Download complete [2022-05-15T16:12:57.543Z] 4fe6c5a15a65: Verifying Checksum [2022-05-15T16:12:57.543Z] 4fe6c5a15a65: Download complete [2022-05-15T16:13:01.738Z] 4fe6c5a15a65: Pull complete [2022-05-15T16:13:01.738Z] 22a0e8bec74d: Pull complete [2022-05-15T16:13:01.738Z] ca2b28591e48: Pull complete [2022-05-15T16:13:01.738Z] a51346096db8: Pull complete [2022-05-15T16:13:01.738Z] daebc70d1ce1: Pull complete [2022-05-15T16:13:03.647Z] 0e18a0eac166: Pull complete [2022-05-15T16:13:03.647Z] Digest: sha256:5cf2d0a306c5171eb5b3008c4b83cc7b6044f1808c238cb17927cddb93576120 [2022-05-15T16:13:03.647Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-05-15T16:13:03.647Z] ---> f018257e8ee9 [2022-05-15T16:13:03.647Z] Step 3/12 : ARG MAKE='make build' [2022-05-15T16:13:04.594Z] ---> Running in 934c73ef0069 [2022-05-15T16:13:04.860Z] Removing intermediate container 934c73ef0069 [2022-05-15T16:13:04.860Z] ---> 38df79f850a5 [2022-05-15T16:13:04.860Z] Step 4/12 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev" [2022-05-15T16:13:04.860Z] ---> Running in a19e99981b1c [2022-05-15T16:13:04.860Z] Removing intermediate container a19e99981b1c [2022-05-15T16:13:04.860Z] ---> c224a6500792 [2022-05-15T16:13:04.860Z] Step 5/12 : ARG ALPINE_PKG_EXTRA="" [2022-05-15T16:13:04.860Z] ---> Running in c71172158ddf [2022-05-15T16:13:05.121Z] Removing intermediate container c71172158ddf [2022-05-15T16:13:05.121Z] ---> 01595bee9397 [2022-05-15T16:13:05.121Z] Step 6/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-15T16:13:05.121Z] ---> Running in 926f31f22b12 [2022-05-15T16:13:05.691Z] Removing intermediate container 926f31f22b12 [2022-05-15T16:13:05.691Z] ---> 37b3e28b35dc [2022-05-15T16:13:05.691Z] Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-05-15T16:13:05.691Z] ---> Running in ec52a64a1f65 [2022-05-15T16:13:05.953Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-15T16:13:06.897Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-15T16:13:07.158Z] OK: 221 MiB in 52 packages [2022-05-15T16:13:07.418Z] Removing intermediate container ec52a64a1f65 [2022-05-15T16:13:07.418Z] ---> 0bb758340000 [2022-05-15T16:13:07.418Z] Step 8/12 : WORKDIR /app [2022-05-15T16:13:07.418Z] ---> Running in 112236d9fd26 [2022-05-15T16:13:07.418Z] Removing intermediate container 112236d9fd26 [2022-05-15T16:13:07.418Z] ---> 90acf89ce0cb [2022-05-15T16:13:07.418Z] Step 9/12 : COPY go.mod vendor* ./ [2022-05-15T16:13:07.679Z] ---> 0eedc43b3a58 [2022-05-15T16:13:07.679Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-15T16:13:07.679Z] ---> Running in a82727aeb9da [2022-05-15T16:13:10.187Z] Still waiting to schedule task [2022-05-15T16:13:10.187Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-05-15T16:13:29.646Z] Removing intermediate container a82727aeb9da [2022-05-15T16:13:29.646Z] ---> 71d99a75c46b [2022-05-15T16:13:29.646Z] Step 11/12 : COPY . . [2022-05-15T16:13:29.646Z] ---> 69e177b62dfb [2022-05-15T16:13:29.646Z] Step 12/12 : RUN $MAKE [2022-05-15T16:13:29.646Z] ---> Running in 29195b8ef091 [2022-05-15T16:13:29.646Z] noop [2022-05-15T16:13:29.646Z] Removing intermediate container 29195b8ef091 [2022-05-15T16:13:29.646Z] ---> 8947b4f76dbd [2022-05-15T16:13:29.646Z] Successfully built 8947b4f76dbd [2022-05-15T16:13:29.646Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2022-05-15T16:13:29.946Z] + docker inspect -f . ci-base-image-x86_64 [2022-05-15T16:13:29.946Z] . [Pipeline] withDockerContainer [2022-05-15T16:13:30.011Z] prd-ubuntu20.04-docker-8c-8g-63687 does not seem to be running inside a container [2022-05-15T16:13:30.062Z] $ 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 ******** ci-base-image-x86_64 cat [2022-05-15T16:13:30.449Z] $ docker top 4b5f648e1295a47939c310e9f1e3ead9f35bab3647442d930b08d5b9f5d5a0be -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-15T16:13:30.794Z] + go version [2022-05-15T16:13:30.794Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-05-15T16:13:30.815Z] $ docker stop --time=1 4b5f648e1295a47939c310e9f1e3ead9f35bab3647442d930b08d5b9f5d5a0be [2022-05-15T16:13:32.084Z] $ docker rm -f 4b5f648e1295a47939c310e9f1e3ead9f35bab3647442d930b08d5b9f5d5a0be [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-15T16:13:32.487Z] + docker inspect -f . ci-base-image-x86_64 [2022-05-15T16:13:32.487Z] . [Pipeline] withDockerContainer [2022-05-15T16:13:32.553Z] prd-ubuntu20.04-docker-8c-8g-63687 does not seem to be running inside a container [2022-05-15T16:13:32.596Z] $ 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 ******** ci-base-image-x86_64 cat [2022-05-15T16:13:33.012Z] $ docker top 409d6b07cfa40d334e8619b0dcfd5c80628354f97ded65f64532a50e9321e5c2 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-05-15T16:13:33.375Z] + make test [2022-05-15T16:13:33.375Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2022-05-15T16:13:33.635Z] ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] [2022-05-15T16:13:43.770Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd [no test files] [2022-05-15T16:13:43.770Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd/llrp [no test files] [2022-05-15T16:13:46.309Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/driver 3.502s coverage: 39.3% of statements [2022-05-15T16:13:46.309Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.240s coverage: 52.0% of statements [2022-05-15T16:13:46.309Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.025s coverage: 96.4% of statements [2022-05-15T16:13:54.434Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2022-05-15T16:13:57.734Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-05-15T16:13:57.734Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-05-15T16:13:57.734Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-05-15T16:13:58.319Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-05-15T16:13:58.345Z] $ docker stop --time=1 409d6b07cfa40d334e8619b0dcfd5c80628354f97ded65f64532a50e9321e5c2 [2022-05-15T16:14:00.261Z] $ docker rm -f 409d6b07cfa40d334e8619b0dcfd5c80628354f97ded65f64532a50e9321e5c2 [Pipeline] // withDockerContainer [Pipeline] sh [2022-05-15T16:14:00.705Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-05-15T16:14:00.775Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-05-15T16:14:01.511Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-05-15T16:14:01.800Z] + ls -al . [2022-05-15T16:14:01.800Z] total 632 [2022-05-15T16:14:01.800Z] drwxrwxr-x 11 jenkins jenkins 4096 May 15 16:13 . [2022-05-15T16:14:01.800Z] drwxrwxr-x 4 jenkins jenkins 4096 May 15 16:12 .. [2022-05-15T16:14:01.800Z] -rw-rw-r-- 1 jenkins jenkins 134 May 15 16:12 .dockerignore [2022-05-15T16:14:01.800Z] drwxrwxr-x 8 jenkins jenkins 4096 May 15 16:12 .git [2022-05-15T16:14:01.800Z] drwxrwxr-x 3 jenkins jenkins 4096 May 15 16:12 .github [2022-05-15T16:14:01.800Z] -rw-rw-r-- 1 jenkins jenkins 946 May 15 16:12 .gitignore [2022-05-15T16:14:01.800Z] -rw-rw-r-- 1 jenkins jenkins 41 May 15 16:12 .golangci.yml [2022-05-15T16:14:01.800Z] drwxr-xr-x 3 jenkins jenkins 4096 May 15 16:12 .semver [2022-05-15T16:14:01.800Z] -rw-rw-r-- 1 jenkins jenkins 10235 May 15 16:12 Attribution.txt [2022-05-15T16:14:01.800Z] -rw-rw-r-- 1 jenkins jenkins 3740 May 15 16:12 CHANGELOG.md [2022-05-15T16:14:01.800Z] -rw-rw-r-- 1 jenkins jenkins 1514 May 15 16:12 Dockerfile [2022-05-15T16:14:01.800Z] -rw-rw-r-- 1 jenkins jenkins 677 May 15 16:12 GOVERNANCE.md [2022-05-15T16:14:01.800Z] -rw-rw-r-- 1 jenkins jenkins 683 May 15 16:12 Jenkinsfile [2022-05-15T16:14:01.800Z] -rw-rw-r-- 1 jenkins jenkins 11347 May 15 16:12 LICENSE [2022-05-15T16:14:01.800Z] -rw-rw-r-- 1 jenkins jenkins 1991 May 15 16:12 Makefile [2022-05-15T16:14:01.800Z] -rw-rw-r-- 1 jenkins jenkins 625 May 15 16:12 OWNERS.md [2022-05-15T16:14:01.800Z] -rw-rw-r-- 1 jenkins jenkins 28496 May 15 16:12 README.md [2022-05-15T16:14:01.800Z] -rw-rw-r-- 1 jenkins jenkins 12 May 15 16:12 VERSION [2022-05-15T16:14:01.800Z] drwxrwxr-x 2 jenkins jenkins 4096 May 15 16:12 bin [2022-05-15T16:14:01.800Z] drwxrwxr-x 4 jenkins jenkins 4096 May 15 16:12 cmd [2022-05-15T16:14:01.800Z] -rw-r--r-- 1 jenkins jenkins 460394 May 15 16:13 coverage.out [2022-05-15T16:14:01.800Z] drwxrwxr-x 2 jenkins jenkins 4096 May 15 16:12 examples [2022-05-15T16:14:01.800Z] -rw-rw-r-- 1 jenkins jenkins 3304 May 15 16:12 go.mod [2022-05-15T16:14:01.800Z] -rw-rw-r-- 1 jenkins jenkins 35006 May 15 16:12 go.sum [2022-05-15T16:14:01.800Z] drwxrwxr-x 2 jenkins jenkins 4096 May 15 16:12 images [2022-05-15T16:14:01.800Z] drwxrwxr-x 5 jenkins jenkins 4096 May 15 16:12 internal [2022-05-15T16:14:01.800Z] drwxrwxr-x 4 jenkins jenkins 4096 May 15 16:12 snap [2022-05-15T16:14:01.800Z] -rw-rw-r-- 1 jenkins jenkins 193 May 15 16:12 version.go [Pipeline] isUnix [Pipeline] sh [2022-05-15T16:14:02.101Z] + 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=15a0269d460efb14f9eb5e7a2dfd5097cbc6281f --label arch=amd64 --label version=2.1.0-dev.16 . [2022-05-15T16:14:02.101Z] Sending build context to Docker daemon 3.985MB [2022-05-15T16:14:02.101Z] Step 1/25 : ARG BASE=golang:1.17-alpine3.15 [2022-05-15T16:14:02.101Z] Step 2/25 : FROM ${BASE} AS builder [2022-05-15T16:14:02.101Z] ---> 8947b4f76dbd [2022-05-15T16:14:02.101Z] Step 3/25 : ARG MAKE='make build' [2022-05-15T16:14:02.101Z] ---> Running in e53cba6c0f8d [2022-05-15T16:14:02.361Z] Removing intermediate container e53cba6c0f8d [2022-05-15T16:14:02.361Z] ---> 175b40d80ab2 [2022-05-15T16:14:02.361Z] Step 4/25 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev" [2022-05-15T16:14:02.361Z] ---> Running in d75a07752605 [2022-05-15T16:14:02.361Z] Removing intermediate container d75a07752605 [2022-05-15T16:14:02.361Z] ---> 4f08082f3026 [2022-05-15T16:14:02.361Z] Step 5/25 : ARG ALPINE_PKG_EXTRA="" [2022-05-15T16:14:02.361Z] ---> Running in 654ee679bea8 [2022-05-15T16:14:02.620Z] Removing intermediate container 654ee679bea8 [2022-05-15T16:14:02.620Z] ---> 59df3171b8dd [2022-05-15T16:14:02.620Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-15T16:14:02.620Z] ---> Running in 894b41c61554 [2022-05-15T16:14:03.191Z] Removing intermediate container 894b41c61554 [2022-05-15T16:14:03.191Z] ---> 20291aadff21 [2022-05-15T16:14:03.191Z] Step 7/25 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-05-15T16:14:03.192Z] ---> Running in 4b7638a8d8fb [2022-05-15T16:14:03.453Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-15T16:14:04.400Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-15T16:14:04.400Z] OK: 221 MiB in 52 packages [2022-05-15T16:14:04.972Z] Removing intermediate container 4b7638a8d8fb [2022-05-15T16:14:04.972Z] ---> 614158eef134 [2022-05-15T16:14:04.972Z] Step 8/25 : WORKDIR /app [2022-05-15T16:14:04.972Z] ---> Running in 7baeb217293e [2022-05-15T16:14:04.972Z] Removing intermediate container 7baeb217293e [2022-05-15T16:14:04.972Z] ---> 4d48062a0bab [2022-05-15T16:14:04.972Z] Step 9/25 : COPY go.mod vendor* ./ [2022-05-15T16:14:05.233Z] ---> 763b86edcf3c [2022-05-15T16:14:05.233Z] Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-15T16:14:05.233Z] ---> Running in 7f2439a0e425 [2022-05-15T16:14:05.804Z] Removing intermediate container 7f2439a0e425 [2022-05-15T16:14:05.804Z] ---> 0fdb6582f631 [2022-05-15T16:14:05.804Z] Step 11/25 : COPY . . [2022-05-15T16:14:06.063Z] ---> be0c7fb9c7d3 [2022-05-15T16:14:06.063Z] Step 12/25 : RUN $MAKE [2022-05-15T16:14:06.063Z] ---> Running in 9b651c0ced5a [2022-05-15T16:14:06.323Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion= -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion= -X edgexfoundry/app-rfid-llrp-inventory.Version=" -trimpath -mod=readonly -buildmode=pie -o cmd/device-rfid-llrp ./cmd [2022-05-15T16:14:28.273Z] Removing intermediate container 9b651c0ced5a [2022-05-15T16:14:28.273Z] ---> 2ed0b14c78a3 [2022-05-15T16:14:28.273Z] Step 13/25 : FROM alpine:3.14 [2022-05-15T16:14:28.273Z] 3.14: Pulling from library/alpine [2022-05-15T16:14:28.273Z] 8663204ce13b: Pulling fs layer [2022-05-15T16:14:28.273Z] 8663204ce13b: Verifying Checksum [2022-05-15T16:14:28.273Z] 8663204ce13b: Download complete [2022-05-15T16:14:28.273Z] 8663204ce13b: Pull complete [2022-05-15T16:14:28.273Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-05-15T16:14:28.273Z] Status: Downloaded newer image for alpine:3.14 [2022-05-15T16:14:28.273Z] ---> e04c818066af [2022-05-15T16:14:28.273Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-05-15T16:14:28.273Z] ---> Running in f4cc19d14ae7 [2022-05-15T16:14:28.273Z] Removing intermediate container f4cc19d14ae7 [2022-05-15T16:14:28.273Z] ---> 6dd3f8fefe57 [2022-05-15T16:14:28.273Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-15T16:14:28.273Z] ---> Running in db662c9e5886 [2022-05-15T16:14:28.273Z] Removing intermediate container db662c9e5886 [2022-05-15T16:14:28.273Z] ---> 8993eed2d12e [2022-05-15T16:14:28.273Z] Step 16/25 : RUN apk add --update --no-cache zeromq dumb-init [2022-05-15T16:14:28.273Z] ---> Running in 2c6945cee7a9 [2022-05-15T16:14:28.273Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-05-15T16:14:28.273Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-05-15T16:14:28.273Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-05-15T16:14:28.273Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-05-15T16:14:28.273Z] (3/6) Installing libsodium (1.0.18-r0) [2022-05-15T16:14:28.534Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-05-15T16:14:28.534Z] (5/6) Installing libzmq (4.3.4-r0) [2022-05-15T16:14:28.534Z] (6/6) Installing zeromq (4.3.4-r0) [2022-05-15T16:14:28.794Z] Executing busybox-1.33.1-r7.trigger [2022-05-15T16:14:28.794Z] OK: 8 MiB in 20 packages [2022-05-15T16:14:29.054Z] Removing intermediate container 2c6945cee7a9 [2022-05-15T16:14:29.054Z] ---> 7ddceb4f8341 [2022-05-15T16:14:29.054Z] Step 17/25 : COPY --from=builder /app/LICENSE / [2022-05-15T16:14:29.315Z] ---> 8065f9e630c8 [2022-05-15T16:14:29.315Z] Step 18/25 : COPY --from=builder /app/Attribution.txt / [2022-05-15T16:14:29.573Z] ---> fdd2cbe58ab8 [2022-05-15T16:14:29.573Z] Step 19/25 : COPY --from=builder /app/cmd/ / [2022-05-15T16:14:30.143Z] ---> 48740efa57b5 [2022-05-15T16:14:30.143Z] Step 20/25 : EXPOSE 59989 [2022-05-15T16:14:30.143Z] ---> Running in 4dde37395fbb [2022-05-15T16:14:30.143Z] Removing intermediate container 4dde37395fbb [2022-05-15T16:14:30.143Z] ---> 1dcd8b3ee2d6 [2022-05-15T16:14:30.143Z] Step 21/25 : ENTRYPOINT ["/device-rfid-llrp"] [2022-05-15T16:14:30.143Z] ---> Running in faf1565795e5 [2022-05-15T16:14:30.409Z] Removing intermediate container faf1565795e5 [2022-05-15T16:14:30.409Z] ---> 827600c45c69 [2022-05-15T16:14:30.409Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--confdir=/res", "--registry"] [2022-05-15T16:14:30.409Z] ---> Running in d631b8889b10 [2022-05-15T16:14:30.409Z] Removing intermediate container d631b8889b10 [2022-05-15T16:14:30.409Z] ---> 300e77e95250 [2022-05-15T16:14:30.409Z] Step 23/25 : LABEL arch=amd64 [2022-05-15T16:14:30.409Z] ---> Running in e4fb27e4e041 [2022-05-15T16:14:30.670Z] Removing intermediate container e4fb27e4e041 [2022-05-15T16:14:30.670Z] ---> e409e222137e [2022-05-15T16:14:30.670Z] Step 24/25 : LABEL git_sha=15a0269d460efb14f9eb5e7a2dfd5097cbc6281f [2022-05-15T16:14:30.670Z] ---> Running in 6cacb00fb2fe [2022-05-15T16:14:30.670Z] Removing intermediate container 6cacb00fb2fe [2022-05-15T16:14:30.670Z] ---> df902f79c959 [2022-05-15T16:14:30.670Z] Step 25/25 : LABEL version=2.1.0-dev.16 [2022-05-15T16:14:30.670Z] ---> Running in 8739152ee5ad [2022-05-15T16:14:30.930Z] Removing intermediate container 8739152ee5ad [2022-05-15T16:14:30.930Z] ---> 185df7d8887e [2022-05-15T16:14:30.930Z] [Warning] One or more build-args [ARCH] were not consumed [2022-05-15T16:14:30.930Z] Successfully built 185df7d8887e [2022-05-15T16:14:30.930Z] Successfully tagged device-rfid-llrp:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-15T16:14:31.036Z] provisioning config files... [2022-05-15T16:14:31.045Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config1542671331281900512tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-15T16:14:31.344Z] ---> docker-login.sh [2022-05-15T16:14:31.344Z] nexus3.edgexfoundry.org:10001 [2022-05-15T16:14:31.344Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-15T16:14:31.344Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-15T16:14:31.344Z] Configure a credential helper to remove this warning. See [2022-05-15T16:14:31.344Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-15T16:14:31.344Z] [2022-05-15T16:14:31.344Z] Login Succeeded [2022-05-15T16:14:31.344Z] nexus3.edgexfoundry.org:10002 [2022-05-15T16:14:31.344Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-15T16:14:31.344Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-15T16:14:31.344Z] Configure a credential helper to remove this warning. See [2022-05-15T16:14:31.344Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-15T16:14:31.344Z] [2022-05-15T16:14:31.344Z] Login Succeeded [2022-05-15T16:14:31.344Z] nexus3.edgexfoundry.org:10003 [2022-05-15T16:14:31.603Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-15T16:14:31.603Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-15T16:14:31.603Z] Configure a credential helper to remove this warning. See [2022-05-15T16:14:31.603Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-15T16:14:31.603Z] [2022-05-15T16:14:31.603Z] Login Succeeded [2022-05-15T16:14:31.603Z] nexus3.edgexfoundry.org:10004 [2022-05-15T16:14:31.603Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-15T16:14:31.603Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-15T16:14:31.603Z] Configure a credential helper to remove this warning. See [2022-05-15T16:14:31.603Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-15T16:14:31.603Z] [2022-05-15T16:14:31.603Z] Login Succeeded [2022-05-15T16:14:31.603Z] docker.io [2022-05-15T16:14:31.863Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-15T16:14:32.125Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-15T16:14:32.125Z] Configure a credential helper to remove this warning. See [2022-05-15T16:14:32.125Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-15T16:14:32.125Z] [2022-05-15T16:14:32.125Z] Login Succeeded [2022-05-15T16:14:32.125Z] ---> docker-login.sh ends [Pipeline] } [2022-05-15T16:14:32.134Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-05-15T16:14:32.171Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-05-15T16:14:32.194Z] [edgeXDocker.push] Tagging docker image device-rfid-llrp with the following tags: [2022-05-15T16:14:32.194Z] 15a0269d460efb14f9eb5e7a2dfd5097cbc6281f [2022-05-15T16:14:32.194Z] latest [2022-05-15T16:14:32.194Z] 2.1.0-dev.16 [2022-05-15T16:14:32.194Z] 15a0269d460efb14f9eb5e7a2dfd5097cbc6281f-2.1.0-dev.16 [2022-05-15T16:14:32.194Z] main [2022-05-15T16:14:32.194Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-15T16:14:32.521Z] + docker tag device-rfid-llrp nexus3.edgexfoundry.org:10004/device-rfid-llrp:15a0269d460efb14f9eb5e7a2dfd5097cbc6281f [Pipeline] isUnix [Pipeline] sh [2022-05-15T16:14:32.825Z] + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp:15a0269d460efb14f9eb5e7a2dfd5097cbc6281f [2022-05-15T16:14:32.825Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp] [2022-05-15T16:14:32.825Z] ad02904b8246: Preparing [2022-05-15T16:14:32.825Z] fbb69280a48a: Preparing [2022-05-15T16:14:32.825Z] 1b80376d943e: Preparing [2022-05-15T16:14:32.825Z] d916b7aaf8d9: Preparing [2022-05-15T16:14:32.825Z] c0dde21ded3a: Preparing [2022-05-15T16:14:32.825Z] b541d28bf3b4: Preparing [2022-05-15T16:14:32.825Z] b541d28bf3b4: Waiting [2022-05-15T16:14:32.825Z] 1b80376d943e: Pushed [2022-05-15T16:14:32.825Z] c0dde21ded3a: Pushed [2022-05-15T16:14:32.826Z] fbb69280a48a: Pushed [2022-05-15T16:14:32.826Z] b541d28bf3b4: Layer already exists [2022-05-15T16:14:33.086Z] d916b7aaf8d9: Pushed [2022-05-15T16:14:35.628Z] ad02904b8246: Pushed [2022-05-15T16:14:35.888Z] 15a0269d460efb14f9eb5e7a2dfd5097cbc6281f: digest: sha256:7d4df973a31e77bce89081ad1607dcd52e1fef3683ae9b378d19b4fea474e7c8 size: 1574 [Pipeline] isUnix [Pipeline] sh [2022-05-15T16:14:36.191Z] + docker tag device-rfid-llrp nexus3.edgexfoundry.org:10004/device-rfid-llrp:latest [Pipeline] isUnix [Pipeline] sh [2022-05-15T16:14:36.485Z] + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp:latest [2022-05-15T16:14:36.485Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp] [2022-05-15T16:14:36.485Z] ad02904b8246: Preparing [2022-05-15T16:14:36.485Z] fbb69280a48a: Preparing [2022-05-15T16:14:36.485Z] 1b80376d943e: Preparing [2022-05-15T16:14:36.485Z] d916b7aaf8d9: Preparing [2022-05-15T16:14:36.485Z] c0dde21ded3a: Preparing [2022-05-15T16:14:36.485Z] b541d28bf3b4: Preparing [2022-05-15T16:14:36.485Z] b541d28bf3b4: Waiting [2022-05-15T16:14:36.485Z] fbb69280a48a: Layer already exists [2022-05-15T16:14:36.485Z] 1b80376d943e: Layer already exists [2022-05-15T16:14:36.485Z] ad02904b8246: Layer already exists [2022-05-15T16:14:36.485Z] c0dde21ded3a: Layer already exists [2022-05-15T16:14:36.485Z] d916b7aaf8d9: Layer already exists [2022-05-15T16:14:36.485Z] b541d28bf3b4: Layer already exists [2022-05-15T16:14:36.485Z] latest: digest: sha256:7d4df973a31e77bce89081ad1607dcd52e1fef3683ae9b378d19b4fea474e7c8 size: 1574 [Pipeline] isUnix [Pipeline] sh [2022-05-15T16:14:36.780Z] + docker tag device-rfid-llrp nexus3.edgexfoundry.org:10004/device-rfid-llrp:2.1.0-dev.16 [Pipeline] isUnix [Pipeline] sh [2022-05-15T16:14:37.069Z] + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp:2.1.0-dev.16 [2022-05-15T16:14:37.070Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp] [2022-05-15T16:14:37.070Z] ad02904b8246: Preparing [2022-05-15T16:14:37.070Z] fbb69280a48a: Preparing [2022-05-15T16:14:37.070Z] 1b80376d943e: Preparing [2022-05-15T16:14:37.070Z] d916b7aaf8d9: Preparing [2022-05-15T16:14:37.070Z] c0dde21ded3a: Preparing [2022-05-15T16:14:37.070Z] b541d28bf3b4: Preparing [2022-05-15T16:14:37.070Z] b541d28bf3b4: Waiting [2022-05-15T16:14:37.070Z] c0dde21ded3a: Layer already exists [2022-05-15T16:14:37.070Z] fbb69280a48a: Layer already exists [2022-05-15T16:14:37.070Z] d916b7aaf8d9: Layer already exists [2022-05-15T16:14:37.070Z] ad02904b8246: Layer already exists [2022-05-15T16:14:37.070Z] 1b80376d943e: Layer already exists [2022-05-15T16:14:37.070Z] b541d28bf3b4: Layer already exists [2022-05-15T16:14:37.070Z] 2.1.0-dev.16: digest: sha256:7d4df973a31e77bce89081ad1607dcd52e1fef3683ae9b378d19b4fea474e7c8 size: 1574 [Pipeline] isUnix [Pipeline] sh [2022-05-15T16:14:37.369Z] + docker tag device-rfid-llrp nexus3.edgexfoundry.org:10004/device-rfid-llrp:15a0269d460efb14f9eb5e7a2dfd5097cbc6281f-2.1.0-dev.16 [Pipeline] isUnix [Pipeline] sh [2022-05-15T16:14:37.663Z] + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp:15a0269d460efb14f9eb5e7a2dfd5097cbc6281f-2.1.0-dev.16 [2022-05-15T16:14:37.663Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp] [2022-05-15T16:14:37.663Z] ad02904b8246: Preparing [2022-05-15T16:14:37.663Z] fbb69280a48a: Preparing [2022-05-15T16:14:37.663Z] 1b80376d943e: Preparing [2022-05-15T16:14:37.663Z] d916b7aaf8d9: Preparing [2022-05-15T16:14:37.663Z] c0dde21ded3a: Preparing [2022-05-15T16:14:37.663Z] b541d28bf3b4: Preparing [2022-05-15T16:14:37.663Z] b541d28bf3b4: Waiting [2022-05-15T16:14:37.663Z] d916b7aaf8d9: Layer already exists [2022-05-15T16:14:37.663Z] c0dde21ded3a: Layer already exists [2022-05-15T16:14:37.663Z] 1b80376d943e: Layer already exists [2022-05-15T16:14:37.663Z] ad02904b8246: Layer already exists [2022-05-15T16:14:37.663Z] fbb69280a48a: Layer already exists [2022-05-15T16:14:37.663Z] b541d28bf3b4: Layer already exists [2022-05-15T16:14:37.663Z] 15a0269d460efb14f9eb5e7a2dfd5097cbc6281f-2.1.0-dev.16: digest: sha256:7d4df973a31e77bce89081ad1607dcd52e1fef3683ae9b378d19b4fea474e7c8 size: 1574 [Pipeline] isUnix [Pipeline] sh [2022-05-15T16:14:37.960Z] + docker tag device-rfid-llrp nexus3.edgexfoundry.org:10004/device-rfid-llrp:main [Pipeline] isUnix [Pipeline] sh [2022-05-15T16:14:38.261Z] + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp:main [2022-05-15T16:14:38.261Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp] [2022-05-15T16:14:38.261Z] ad02904b8246: Preparing [2022-05-15T16:14:38.261Z] fbb69280a48a: Preparing [2022-05-15T16:14:38.261Z] 1b80376d943e: Preparing [2022-05-15T16:14:38.261Z] d916b7aaf8d9: Preparing [2022-05-15T16:14:38.261Z] c0dde21ded3a: Preparing [2022-05-15T16:14:38.261Z] b541d28bf3b4: Preparing [2022-05-15T16:14:38.261Z] b541d28bf3b4: Waiting [2022-05-15T16:14:38.261Z] fbb69280a48a: Layer already exists [2022-05-15T16:14:38.261Z] c0dde21ded3a: Layer already exists [2022-05-15T16:14:38.261Z] 1b80376d943e: Layer already exists [2022-05-15T16:14:38.261Z] ad02904b8246: Layer already exists [2022-05-15T16:14:38.261Z] d916b7aaf8d9: Layer already exists [2022-05-15T16:14:38.261Z] b541d28bf3b4: Layer already exists [2022-05-15T16:14:38.261Z] main: digest: sha256:7d4df973a31e77bce89081ad1607dcd52e1fef3683ae9b378d19b4fea474e7c8 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-05-15T16:14:38.304Z] ===================================================== [Pipeline] echo [2022-05-15T16:14:38.316Z] taggedImages: [2022-05-15T16:14:38.316Z] - nexus3.edgexfoundry.org:10004/device-rfid-llrp:15a0269d460efb14f9eb5e7a2dfd5097cbc6281f [2022-05-15T16:14:38.316Z] - nexus3.edgexfoundry.org:10004/device-rfid-llrp:latest [2022-05-15T16:14:38.316Z] - nexus3.edgexfoundry.org:10004/device-rfid-llrp:2.1.0-dev.16 [2022-05-15T16:14:38.316Z] - nexus3.edgexfoundry.org:10004/device-rfid-llrp:15a0269d460efb14f9eb5e7a2dfd5097cbc6281f-2.1.0-dev.16 [2022-05-15T16:14:38.316Z] - 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] sh [2022-05-15T16:14:38.710Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-15T16:14:38.710Z] [2022-05-15T16:14:38.710Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2022-05-15T16:14:39.013Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-15T16:14:39.013Z] latest: Pulling from edgex-lftools-log-publisher [2022-05-15T16:14:39.013Z] 5eb5b503b376: Pulling fs layer [2022-05-15T16:14:39.013Z] 5c69ac0246d0: Pulling fs layer [2022-05-15T16:14:39.013Z] ec43610c2a17: Pulling fs layer [2022-05-15T16:14:39.013Z] 3a2ae6a8a46f: Pulling fs layer [2022-05-15T16:14:39.013Z] 33b1e0a273af: Pulling fs layer [2022-05-15T16:14:39.013Z] 5d3b04190fa2: Pulling fs layer [2022-05-15T16:14:39.013Z] 2f39f015ded8: Pulling fs layer [2022-05-15T16:14:39.013Z] 3a2ae6a8a46f: Waiting [2022-05-15T16:14:39.013Z] 5d3b04190fa2: Waiting [2022-05-15T16:14:39.013Z] 5c69ac0246d0: Download complete [2022-05-15T16:14:39.013Z] 33b1e0a273af: Verifying Checksum [2022-05-15T16:14:39.013Z] 33b1e0a273af: Download complete [2022-05-15T16:14:39.013Z] 5d3b04190fa2: Download complete [2022-05-15T16:14:39.274Z] ec43610c2a17: Download complete [2022-05-15T16:14:39.274Z] 5eb5b503b376: Verifying Checksum [2022-05-15T16:14:39.274Z] 5eb5b503b376: Download complete [2022-05-15T16:14:39.843Z] 2f39f015ded8: Download complete [2022-05-15T16:14:40.411Z] 5eb5b503b376: Pull complete [2022-05-15T16:14:40.669Z] 5c69ac0246d0: Pull complete [2022-05-15T16:14:40.929Z] ec43610c2a17: Pull complete [2022-05-15T16:14:41.190Z] 3a2ae6a8a46f: Pull complete [2022-05-15T16:14:41.190Z] 33b1e0a273af: Pull complete [2022-05-15T16:14:41.449Z] 5d3b04190fa2: Pull complete [2022-05-15T16:14:45.640Z] 2f39f015ded8: Pull complete [2022-05-15T16:14:45.640Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-05-15T16:14:45.640Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-15T16:14:45.640Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2022-05-15T16:14:45.702Z] prd-ubuntu20.04-docker-8c-8g-63687 does not seem to be running inside a container [2022-05-15T16:14:45.746Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-05-15T16:14:47.216Z] $ docker top 8fbec00da9b0b418ad67538258e979999f7d7166cb0134664c7f13a4a4441734 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-15T16:14:47.667Z] ---> job-cost.sh [2022-05-15T16:14:47.667Z] lf-activate-venv: SKIPPING [2022-05-15T16:14:47.667Z] INFO: No Stack... [2022-05-15T16:14:47.932Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-05-15T16:14:48.586Z] INFO: Archiving Costs [Pipeline] sh [2022-05-15T16:14:48.893Z] + cat /w/workspace/foundry_device-rfid-llrp-go_main/archives/cost.csv [2022-05-15T16:14:48.893Z] + cut -d, -f6 [Pipeline] lock [2022-05-15T16:14:48.907Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-main-33-stack-cost] [2022-05-15T16:14:48.912Z] Resource [jenkins-edgexfoundry-device-rfid-llrp-go-main-33-stack-cost] did not exist. Created. [2022-05-15T16:14:48.912Z] Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-main-33-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-05-15T16:14:49.215Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-05-15T16:14:49.243Z] Stashed 1 file(s) [Pipeline] } [2022-05-15T16:14:49.249Z] Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-main-33-stack-cost] [Pipeline] // lock [Pipeline] } [2022-05-15T16:14:49.276Z] $ docker stop --time=1 8fbec00da9b0b418ad67538258e979999f7d7166cb0134664c7f13a4a4441734 [2022-05-15T16:14:50.437Z] $ docker rm -f 8fbec00da9b0b418ad67538258e979999f7d7166cb0134664c7f13a4a4441734 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-05-15T16:14:50.767Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-63688 in /w/workspace/foundry_device-rfid-llrp-go_main [Pipeline] { [Pipeline] ws [2022-05-15T16:14:50.782Z] Running in /w/workspace/device-rfid-llrp-go/33 [Pipeline] { [Pipeline] checkout [2022-05-15T16:14:51.018Z] Selected Git installation does not exist. Using Default [2022-05-15T16:14:51.018Z] The recommended git tool is: NONE [2022-05-15T16:14:57.015Z] using credential edgex-jenkins-ssh [2022-05-15T16:14:57.043Z] Cloning the remote Git repository [2022-05-15T16:14:57.123Z] Cloning repository git@github.com:edgexfoundry/device-rfid-llrp-go.git [2022-05-15T16:14:57.198Z] > git init /w/workspace/device-rfid-llrp-go/33 # timeout=10 [2022-05-15T16:14:57.291Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git [2022-05-15T16:14:57.295Z] > git --version # timeout=10 [2022-05-15T16:14:57.358Z] > git --version # 'git version 2.25.1' [2022-05-15T16:14:57.360Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-05-15T16:14:57.477Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-05-15T16:14:58.575Z] Avoid second fetch [2022-05-15T16:14:58.576Z] Checking out Revision 15a0269d460efb14f9eb5e7a2dfd5097cbc6281f (main) [2022-05-15T16:14:58.536Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 [2022-05-15T16:14:58.556Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-05-15T16:14:58.598Z] > git config core.sparsecheckout # timeout=10 [2022-05-15T16:14:58.622Z] > git checkout -f 15a0269d460efb14f9eb5e7a2dfd5097cbc6281f # timeout=10 [2022-05-15T16:15:02.839Z] Commit message: "fix(snap): stage curl for auto-configure (#86)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-05-15T16:15:03.761Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-05-15T16:15:03.761Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-05-15T16:15:03.761Z] Dload Upload Total Spent Left Speed [2022-05-15T16:15:03.761Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12253 100 12253 0 0 51054 0 --:--:-- --:--:-- --:--:-- 51267 [Pipeline] sh [2022-05-15T16:15:04.330Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-05-15T16:15:04.680Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-05-15T16:15:04.680Z] + sudo tee /etc/docker/daemon.new [2022-05-15T16:15:04.680Z] { [2022-05-15T16:15:04.680Z] "registry-mirrors": [ [2022-05-15T16:15:04.680Z] "https://nexus3.edgexfoundry.org:10001" [2022-05-15T16:15:04.680Z] ], [2022-05-15T16:15:04.680Z] "bip": "10.250.0.254/24", [2022-05-15T16:15:04.680Z] "hosts": [ [2022-05-15T16:15:04.680Z] "tcp://0.0.0.0:5555", [2022-05-15T16:15:04.680Z] "unix:///var/run/docker.sock" [2022-05-15T16:15:04.680Z] ], [2022-05-15T16:15:04.680Z] "mtu": 1458, [2022-05-15T16:15:04.680Z] "selinux-enabled": true, [2022-05-15T16:15:04.680Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-05-15T16:15:04.680Z] } [Pipeline] sh [2022-05-15T16:15:05.046Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-05-15T16:15:05.403Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-15T16:15:23.791Z] provisioning config files... [2022-05-15T16:15:23.816Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/device-rfid-llrp-go/33@tmp/config2886046889897345154tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-15T16:15:24.186Z] ---> docker-login.sh [2022-05-15T16:15:24.186Z] nexus3.edgexfoundry.org:10001 [2022-05-15T16:15:24.789Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-15T16:15:25.071Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-15T16:15:25.071Z] Configure a credential helper to remove this warning. See [2022-05-15T16:15:25.071Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-15T16:15:25.071Z] [2022-05-15T16:15:25.071Z] Login Succeeded [2022-05-15T16:15:25.071Z] nexus3.edgexfoundry.org:10002 [2022-05-15T16:15:25.349Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-15T16:15:25.349Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-15T16:15:25.349Z] Configure a credential helper to remove this warning. See [2022-05-15T16:15:25.349Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-15T16:15:25.349Z] [2022-05-15T16:15:25.349Z] Login Succeeded [2022-05-15T16:15:25.349Z] nexus3.edgexfoundry.org:10003 [2022-05-15T16:15:25.949Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-15T16:15:25.949Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-15T16:15:25.949Z] Configure a credential helper to remove this warning. See [2022-05-15T16:15:25.949Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-15T16:15:25.949Z] [2022-05-15T16:15:25.949Z] Login Succeeded [2022-05-15T16:15:25.949Z] nexus3.edgexfoundry.org:10004 [2022-05-15T16:15:26.231Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-15T16:15:26.506Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-15T16:15:26.506Z] Configure a credential helper to remove this warning. See [2022-05-15T16:15:26.506Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-15T16:15:26.506Z] [2022-05-15T16:15:26.506Z] Login Succeeded [2022-05-15T16:15:26.506Z] docker.io [2022-05-15T16:15:26.781Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-15T16:15:27.055Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-15T16:15:27.055Z] Configure a credential helper to remove this warning. See [2022-05-15T16:15:27.055Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-15T16:15:27.055Z] [2022-05-15T16:15:27.055Z] Login Succeeded [2022-05-15T16:15:27.055Z] ---> docker-login.sh ends [Pipeline] } [2022-05-15T16:15:27.074Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-05-15T16:15:27.597Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-05-15T16:15:27.606Z] ========================================================= [2022-05-15T16:15:27.606Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-05-15T16:15:27.606Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-05-15T16:15:27.986Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine --build-arg MAKE=echo noop --target=builder . [2022-05-15T16:15:28.271Z] Sending build context to Docker daemon 1.228MB [2022-05-15T16:15:28.271Z] Step 1/12 : ARG BASE=golang:1.17-alpine3.15 [2022-05-15T16:15:28.271Z] Step 2/12 : FROM ${BASE} AS builder [2022-05-15T16:15:28.553Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-05-15T16:15:28.553Z] 9b3977197b4f: Pulling fs layer [2022-05-15T16:15:28.553Z] 1a89e8eeedd5: Pulling fs layer [2022-05-15T16:15:28.553Z] 94645a83ff95: Pulling fs layer [2022-05-15T16:15:28.553Z] 3f3a8bcf1eab: Pulling fs layer [2022-05-15T16:15:28.553Z] 0c92f367c5e7: Pulling fs layer [2022-05-15T16:15:28.553Z] 3096ccb668a1: Pulling fs layer [2022-05-15T16:15:28.553Z] e8cf19c19ddd: Pulling fs layer [2022-05-15T16:15:28.553Z] a4caa8a26152: Pulling fs layer [2022-05-15T16:15:28.553Z] 3096ccb668a1: Waiting [2022-05-15T16:15:28.553Z] e8cf19c19ddd: Waiting [2022-05-15T16:15:28.553Z] 3f3a8bcf1eab: Waiting [2022-05-15T16:15:28.553Z] a4caa8a26152: Waiting [2022-05-15T16:15:28.553Z] 0c92f367c5e7: Waiting [2022-05-15T16:15:28.553Z] 94645a83ff95: Download complete [2022-05-15T16:15:28.553Z] 1a89e8eeedd5: Verifying Checksum [2022-05-15T16:15:28.553Z] 1a89e8eeedd5: Download complete [2022-05-15T16:15:28.553Z] 0c92f367c5e7: Verifying Checksum [2022-05-15T16:15:28.553Z] 0c92f367c5e7: Download complete [2022-05-15T16:15:28.553Z] 9b3977197b4f: Verifying Checksum [2022-05-15T16:15:28.553Z] 9b3977197b4f: Download complete [2022-05-15T16:15:28.553Z] 3096ccb668a1: Verifying Checksum [2022-05-15T16:15:28.553Z] 3096ccb668a1: Download complete [2022-05-15T16:15:28.553Z] e8cf19c19ddd: Verifying Checksum [2022-05-15T16:15:28.553Z] e8cf19c19ddd: Download complete [2022-05-15T16:15:29.543Z] 9b3977197b4f: Pull complete [2022-05-15T16:15:29.823Z] 1a89e8eeedd5: Pull complete [2022-05-15T16:15:30.103Z] 94645a83ff95: Pull complete [2022-05-15T16:15:30.705Z] a4caa8a26152: Verifying Checksum [2022-05-15T16:15:31.301Z] 3f3a8bcf1eab: Verifying Checksum [2022-05-15T16:15:31.301Z] 3f3a8bcf1eab: Download complete [2022-05-15T16:15:43.727Z] 3f3a8bcf1eab: Pull complete [2022-05-15T16:15:43.727Z] 0c92f367c5e7: Pull complete [2022-05-15T16:15:43.727Z] 3096ccb668a1: Pull complete [2022-05-15T16:15:43.727Z] e8cf19c19ddd: Pull complete [2022-05-15T16:15:50.516Z] a4caa8a26152: Pull complete [2022-05-15T16:15:50.516Z] Digest: sha256:b3ad895ecde34a7521bb8912598475bc58d052e1c2c58d00df7f0fe54a102a46 [2022-05-15T16:15:50.516Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-05-15T16:15:50.516Z] ---> 725f1c02e7f9 [2022-05-15T16:15:50.516Z] Step 3/12 : ARG MAKE='make build' [2022-05-15T16:15:50.791Z] ---> Running in ec0f113cbb6a [2022-05-15T16:15:51.069Z] Removing intermediate container ec0f113cbb6a [2022-05-15T16:15:51.069Z] ---> 81720331ab43 [2022-05-15T16:15:51.069Z] Step 4/12 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev" [2022-05-15T16:15:51.069Z] ---> Running in 363d7a8ec390 [2022-05-15T16:15:51.667Z] Removing intermediate container 363d7a8ec390 [2022-05-15T16:15:51.667Z] ---> c46192652109 [2022-05-15T16:15:51.667Z] Step 5/12 : ARG ALPINE_PKG_EXTRA="" [2022-05-15T16:15:51.667Z] ---> Running in 9aaf2faab063 [2022-05-15T16:15:51.944Z] Removing intermediate container 9aaf2faab063 [2022-05-15T16:15:51.944Z] ---> a6d20c9e2e05 [2022-05-15T16:15:51.944Z] Step 6/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-15T16:15:51.944Z] ---> Running in 71b96b17e1d9 [2022-05-15T16:15:53.934Z] Removing intermediate container 71b96b17e1d9 [2022-05-15T16:15:53.934Z] ---> 984361f37c83 [2022-05-15T16:15:53.934Z] Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-05-15T16:15:53.934Z] ---> Running in f93721e15774 [2022-05-15T16:15:54.533Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-15T16:15:55.511Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-15T16:15:56.494Z] OK: 220 MiB in 52 packages [2022-05-15T16:15:57.497Z] Removing intermediate container f93721e15774 [2022-05-15T16:15:57.497Z] ---> 22446eda37cd [2022-05-15T16:15:57.497Z] Step 8/12 : WORKDIR /app [2022-05-15T16:15:57.497Z] ---> Running in 4d52601e56c7 [2022-05-15T16:15:57.770Z] Removing intermediate container 4d52601e56c7 [2022-05-15T16:15:57.770Z] ---> 1fba8c9e1263 [2022-05-15T16:15:57.770Z] Step 9/12 : COPY go.mod vendor* ./ [2022-05-15T16:15:58.368Z] ---> 1794928eed30 [2022-05-15T16:15:58.368Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-15T16:15:58.368Z] ---> Running in 1c7ab090d663 [2022-05-15T16:16:45.398Z] Removing intermediate container 1c7ab090d663 [2022-05-15T16:16:45.398Z] ---> 3e3466dd1a58 [2022-05-15T16:16:45.398Z] Step 11/12 : COPY . . [2022-05-15T16:16:45.398Z] ---> c817aa174534 [2022-05-15T16:16:45.398Z] Step 12/12 : RUN $MAKE [2022-05-15T16:16:45.398Z] ---> Running in fc10c460b368 [2022-05-15T16:16:45.398Z] noop [2022-05-15T16:16:45.398Z] Removing intermediate container fc10c460b368 [2022-05-15T16:16:45.398Z] ---> b30a1c32079b [2022-05-15T16:16:45.398Z] Successfully built b30a1c32079b [2022-05-15T16:16:45.398Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-05-15T16:16:45.749Z] + docker inspect -f . ci-base-image-arm64 [2022-05-15T16:16:45.749Z] . [Pipeline] withDockerContainer [2022-05-15T16:16:46.015Z] prd-ubuntu20.04-docker-arm64-4c-16g-63688 does not seem to be running inside a container [2022-05-15T16:16:46.102Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rfid-llrp-go/33 -v /w/workspace/device-rfid-llrp-go/33:/w/workspace/device-rfid-llrp-go/33:rw,z -v /w/workspace/device-rfid-llrp-go/33@tmp:/w/workspace/device-rfid-llrp-go/33@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-05-15T16:16:47.360Z] $ docker top 48b0b7a785086a663d8b5bc24c4a9e6184697f951b8f0df8504fb432f4a43902 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-15T16:16:48.290Z] + go version [2022-05-15T16:16:48.290Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-05-15T16:16:48.319Z] $ docker stop --time=1 48b0b7a785086a663d8b5bc24c4a9e6184697f951b8f0df8504fb432f4a43902 [2022-05-15T16:16:49.947Z] $ docker rm -f 48b0b7a785086a663d8b5bc24c4a9e6184697f951b8f0df8504fb432f4a43902 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-15T16:16:50.577Z] + docker inspect -f . ci-base-image-arm64 [2022-05-15T16:16:50.577Z] . [Pipeline] withDockerContainer [2022-05-15T16:16:50.799Z] prd-ubuntu20.04-docker-arm64-4c-16g-63688 does not seem to be running inside a container [2022-05-15T16:16:50.883Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rfid-llrp-go/33 -v /w/workspace/device-rfid-llrp-go/33:/w/workspace/device-rfid-llrp-go/33:rw,z -v /w/workspace/device-rfid-llrp-go/33@tmp:/w/workspace/device-rfid-llrp-go/33@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-05-15T16:16:52.084Z] $ docker top cd302ac14225a430ef92e54d0540121f601934d561ce6dc20cc97cedbaa270c4 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-05-15T16:16:53.011Z] + make test [2022-05-15T16:16:53.011Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2022-05-15T16:16:54.999Z] ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] [2022-05-15T16:18:32.412Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd [no test files] [2022-05-15T16:18:32.412Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd/llrp [no test files] [2022-05-15T16:18:54.608Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/driver 31.286s coverage: 39.3% of statements [2022-05-15T16:18:54.608Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.554s coverage: 51.9% of statements [2022-05-15T16:18:54.608Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.073s coverage: 95.5% of statements [2022-05-15T16:18:54.608Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-05-15T16:18:54.608Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2022-05-15T16:19:21.439Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-05-15T16:19:21.439Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-05-15T16:19:21.439Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-05-15T16:19:22.445Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-05-15T16:19:22.460Z] $ docker stop --time=1 cd302ac14225a430ef92e54d0540121f601934d561ce6dc20cc97cedbaa270c4 [2022-05-15T16:19:24.184Z] $ docker rm -f cd302ac14225a430ef92e54d0540121f601934d561ce6dc20cc97cedbaa270c4 [Pipeline] // withDockerContainer [Pipeline] sh [2022-05-15T16:19:25.140Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-05-15T16:19:25.172Z] Warning: overwriting stash ‘coverage-report’ [2022-05-15T16:19:25.790Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-05-15T16:19:26.172Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-05-15T16:19:26.515Z] + ls -al . [2022-05-15T16:19:26.515Z] total 628 [2022-05-15T16:19:26.515Z] drwxrwxr-x 10 jenkins jenkins 4096 May 15 16:19 . [2022-05-15T16:19:26.515Z] drwxrwxr-x 4 jenkins jenkins 4096 May 15 16:14 .. [2022-05-15T16:19:26.515Z] -rw-rw-r-- 1 jenkins jenkins 134 May 15 16:14 .dockerignore [2022-05-15T16:19:26.515Z] drwxrwxr-x 8 jenkins jenkins 4096 May 15 16:15 .git [2022-05-15T16:19:26.515Z] drwxrwxr-x 3 jenkins jenkins 4096 May 15 16:14 .github [2022-05-15T16:19:26.516Z] -rw-rw-r-- 1 jenkins jenkins 946 May 15 16:14 .gitignore [2022-05-15T16:19:26.516Z] -rw-rw-r-- 1 jenkins jenkins 41 May 15 16:14 .golangci.yml [2022-05-15T16:19:26.516Z] -rw-rw-r-- 1 jenkins jenkins 10235 May 15 16:14 Attribution.txt [2022-05-15T16:19:26.516Z] -rw-rw-r-- 1 jenkins jenkins 3740 May 15 16:14 CHANGELOG.md [2022-05-15T16:19:26.516Z] -rw-rw-r-- 1 jenkins jenkins 1514 May 15 16:14 Dockerfile [2022-05-15T16:19:26.516Z] -rw-rw-r-- 1 jenkins jenkins 677 May 15 16:14 GOVERNANCE.md [2022-05-15T16:19:26.516Z] -rw-rw-r-- 1 jenkins jenkins 683 May 15 16:14 Jenkinsfile [2022-05-15T16:19:26.516Z] -rw-rw-r-- 1 jenkins jenkins 11347 May 15 16:14 LICENSE [2022-05-15T16:19:26.516Z] -rw-rw-r-- 1 jenkins jenkins 1991 May 15 16:14 Makefile [2022-05-15T16:19:26.516Z] -rw-rw-r-- 1 jenkins jenkins 625 May 15 16:14 OWNERS.md [2022-05-15T16:19:26.516Z] -rw-rw-r-- 1 jenkins jenkins 28496 May 15 16:14 README.md [2022-05-15T16:19:26.516Z] -rw-rw-r-- 1 jenkins jenkins 12 May 15 16:12 VERSION [2022-05-15T16:19:26.516Z] drwxrwxr-x 2 jenkins jenkins 4096 May 15 16:14 bin [2022-05-15T16:19:26.516Z] drwxrwxr-x 4 jenkins jenkins 4096 May 15 16:14 cmd [2022-05-15T16:19:26.516Z] -rw-r--r-- 1 jenkins jenkins 460394 May 15 16:18 coverage.out [2022-05-15T16:19:26.516Z] drwxrwxr-x 2 jenkins jenkins 4096 May 15 16:14 examples [2022-05-15T16:19:26.516Z] -rw-rw-r-- 1 jenkins jenkins 3304 May 15 16:14 go.mod [2022-05-15T16:19:26.516Z] -rw-rw-r-- 1 jenkins jenkins 35006 May 15 16:14 go.sum [2022-05-15T16:19:26.516Z] drwxrwxr-x 2 jenkins jenkins 4096 May 15 16:14 images [2022-05-15T16:19:26.516Z] drwxrwxr-x 5 jenkins jenkins 4096 May 15 16:14 internal [2022-05-15T16:19:26.516Z] drwxrwxr-x 4 jenkins jenkins 4096 May 15 16:14 snap [2022-05-15T16:19:26.516Z] -rw-rw-r-- 1 jenkins jenkins 193 May 15 16:14 version.go [Pipeline] isUnix [Pipeline] sh [2022-05-15T16:19:26.872Z] + 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=15a0269d460efb14f9eb5e7a2dfd5097cbc6281f --label arch=arm64 --label version=2.1.0-dev.16 . [2022-05-15T16:19:27.155Z] Sending build context to Docker daemon 1.228MB [2022-05-15T16:19:27.155Z] Step 1/25 : ARG BASE=golang:1.17-alpine3.15 [2022-05-15T16:19:27.155Z] Step 2/25 : FROM ${BASE} AS builder [2022-05-15T16:19:27.155Z] ---> b30a1c32079b [2022-05-15T16:19:27.155Z] Step 3/25 : ARG MAKE='make build' [2022-05-15T16:19:27.431Z] ---> Running in 1e0c0fd31b30 [2022-05-15T16:19:27.706Z] Removing intermediate container 1e0c0fd31b30 [2022-05-15T16:19:27.707Z] ---> 944adf2b8a89 [2022-05-15T16:19:27.707Z] Step 4/25 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev" [2022-05-15T16:19:27.707Z] ---> Running in 249b4504d725 [2022-05-15T16:19:27.983Z] Removing intermediate container 249b4504d725 [2022-05-15T16:19:27.983Z] ---> 5ad4f4ced4cd [2022-05-15T16:19:27.983Z] Step 5/25 : ARG ALPINE_PKG_EXTRA="" [2022-05-15T16:19:27.983Z] ---> Running in fdc8c5e0a481 [2022-05-15T16:19:28.261Z] Removing intermediate container fdc8c5e0a481 [2022-05-15T16:19:28.261Z] ---> 7d6d127a257f [2022-05-15T16:19:28.261Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-15T16:19:28.544Z] ---> Running in 0d6f23123592 [2022-05-15T16:19:29.995Z] Removing intermediate container 0d6f23123592 [2022-05-15T16:19:29.995Z] ---> ce03f6814a6c [2022-05-15T16:19:29.995Z] Step 7/25 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-05-15T16:19:29.995Z] ---> Running in 22d6e53b7e8d [2022-05-15T16:19:30.981Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-15T16:19:31.977Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-15T16:19:32.960Z] OK: 220 MiB in 52 packages [2022-05-15T16:19:33.561Z] Removing intermediate container 22d6e53b7e8d [2022-05-15T16:19:33.561Z] ---> 12b7de391738 [2022-05-15T16:19:33.561Z] Step 8/25 : WORKDIR /app [2022-05-15T16:19:33.561Z] ---> Running in c78dabb0a482 [2022-05-15T16:19:33.836Z] Removing intermediate container c78dabb0a482 [2022-05-15T16:19:33.836Z] ---> 31599200446a [2022-05-15T16:19:33.836Z] Step 9/25 : COPY go.mod vendor* ./ [2022-05-15T16:19:34.436Z] ---> 2e34e116b3cd [2022-05-15T16:19:34.436Z] Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-15T16:19:34.712Z] ---> Running in 27b52282448e [2022-05-15T16:19:36.703Z] Removing intermediate container 27b52282448e [2022-05-15T16:19:36.703Z] ---> 1948439716be [2022-05-15T16:19:36.703Z] Step 11/25 : COPY . . [2022-05-15T16:19:37.304Z] ---> 61bf9e5e0528 [2022-05-15T16:19:37.304Z] Step 12/25 : RUN $MAKE [2022-05-15T16:19:37.304Z] ---> Running in a6278e2132ec [2022-05-15T16:19:38.293Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion= -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion= -X edgexfoundry/app-rfid-llrp-inventory.Version=" -trimpath -mod=readonly -buildmode=pie -o cmd/device-rfid-llrp ./cmd [2022-05-15T16:21:45.202Z] Removing intermediate container a6278e2132ec [2022-05-15T16:21:45.202Z] ---> 4ec136f50c84 [2022-05-15T16:21:45.202Z] Step 13/25 : FROM alpine:3.14 [2022-05-15T16:21:45.202Z] 3.14: Pulling from library/alpine [2022-05-15T16:21:45.202Z] 455c02918c45: Pulling fs layer [2022-05-15T16:21:45.202Z] 455c02918c45: Download complete [2022-05-15T16:21:45.202Z] 455c02918c45: Pull complete [2022-05-15T16:21:45.202Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-05-15T16:21:45.202Z] Status: Downloaded newer image for alpine:3.14 [2022-05-15T16:21:45.202Z] ---> ac73e934f311 [2022-05-15T16:21:45.202Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-05-15T16:21:45.202Z] ---> Running in eef72c99a460 [2022-05-15T16:21:45.202Z] Removing intermediate container eef72c99a460 [2022-05-15T16:21:45.202Z] ---> 5e2c65305191 [2022-05-15T16:21:45.202Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-15T16:21:45.202Z] ---> Running in 05ee52de0db5 [2022-05-15T16:21:45.202Z] Removing intermediate container 05ee52de0db5 [2022-05-15T16:21:45.202Z] ---> 796f1c96ddc5 [2022-05-15T16:21:45.202Z] Step 16/25 : RUN apk add --update --no-cache zeromq dumb-init [2022-05-15T16:21:45.202Z] ---> Running in c7cf95a5fab9 [2022-05-15T16:21:45.202Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-05-15T16:21:45.202Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-05-15T16:21:45.202Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-05-15T16:21:45.202Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-05-15T16:21:45.202Z] (3/6) Installing libsodium (1.0.18-r0) [2022-05-15T16:21:45.202Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-05-15T16:21:45.202Z] (5/6) Installing libzmq (4.3.4-r0) [2022-05-15T16:21:45.202Z] (6/6) Installing zeromq (4.3.4-r0) [2022-05-15T16:21:45.202Z] Executing busybox-1.33.1-r7.trigger [2022-05-15T16:21:45.202Z] OK: 8 MiB in 20 packages [2022-05-15T16:21:45.202Z] Removing intermediate container c7cf95a5fab9 [2022-05-15T16:21:45.202Z] ---> 20562fa512bd [2022-05-15T16:21:45.202Z] Step 17/25 : COPY --from=builder /app/LICENSE / [2022-05-15T16:21:45.202Z] ---> e82a04954748 [2022-05-15T16:21:45.202Z] Step 18/25 : COPY --from=builder /app/Attribution.txt / [2022-05-15T16:21:45.202Z] ---> 1f695eb571e6 [2022-05-15T16:21:45.202Z] Step 19/25 : COPY --from=builder /app/cmd/ / [2022-05-15T16:21:45.811Z] ---> b80d44cb0728 [2022-05-15T16:21:45.811Z] Step 20/25 : EXPOSE 59989 [2022-05-15T16:21:45.811Z] ---> Running in 9dd938b83217 [2022-05-15T16:21:46.422Z] Removing intermediate container 9dd938b83217 [2022-05-15T16:21:46.422Z] ---> 52351fb4711a [2022-05-15T16:21:46.422Z] Step 21/25 : ENTRYPOINT ["/device-rfid-llrp"] [2022-05-15T16:21:46.422Z] ---> Running in 4c93be2783b2 [2022-05-15T16:21:46.699Z] Removing intermediate container 4c93be2783b2 [2022-05-15T16:21:46.699Z] ---> 3c06a608424e [2022-05-15T16:21:46.699Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--confdir=/res", "--registry"] [2022-05-15T16:21:46.699Z] ---> Running in 2c9c7ce28d21 [2022-05-15T16:21:46.981Z] Removing intermediate container 2c9c7ce28d21 [2022-05-15T16:21:46.981Z] ---> 220afd0d7d67 [2022-05-15T16:21:46.981Z] Step 23/25 : LABEL arch=arm64 [2022-05-15T16:21:47.257Z] ---> Running in dfd19586862a [2022-05-15T16:21:47.534Z] Removing intermediate container dfd19586862a [2022-05-15T16:21:47.534Z] ---> 78e7172c8404 [2022-05-15T16:21:47.534Z] Step 24/25 : LABEL git_sha=15a0269d460efb14f9eb5e7a2dfd5097cbc6281f [2022-05-15T16:21:47.534Z] ---> Running in 5e09fb17cb23 [2022-05-15T16:21:47.810Z] Removing intermediate container 5e09fb17cb23 [2022-05-15T16:21:47.810Z] ---> f9de2a9f701c [2022-05-15T16:21:47.810Z] Step 25/25 : LABEL version=2.1.0-dev.16 [2022-05-15T16:21:47.810Z] ---> Running in 8f2f08aca46e [2022-05-15T16:21:48.093Z] Removing intermediate container 8f2f08aca46e [2022-05-15T16:21:48.093Z] ---> 9e86e1ed2d11 [2022-05-15T16:21:48.093Z] [Warning] One or more build-args [ARCH] were not consumed [2022-05-15T16:21:48.093Z] Successfully built 9e86e1ed2d11 [2022-05-15T16:21:48.093Z] Successfully tagged device-rfid-llrp-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-15T16:21:48.198Z] provisioning config files... [2022-05-15T16:21:48.219Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/device-rfid-llrp-go/33@tmp/config2894263067882233937tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-15T16:21:48.582Z] ---> docker-login.sh [2022-05-15T16:21:48.582Z] nexus3.edgexfoundry.org:10001 [2022-05-15T16:21:48.872Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-15T16:21:48.872Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-15T16:21:48.872Z] Configure a credential helper to remove this warning. See [2022-05-15T16:21:48.872Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-15T16:21:48.872Z] [2022-05-15T16:21:48.872Z] Login Succeeded [2022-05-15T16:21:48.872Z] nexus3.edgexfoundry.org:10002 [2022-05-15T16:21:49.472Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-15T16:21:49.472Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-15T16:21:49.472Z] Configure a credential helper to remove this warning. See [2022-05-15T16:21:49.472Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-15T16:21:49.472Z] [2022-05-15T16:21:49.472Z] Login Succeeded [2022-05-15T16:21:49.472Z] nexus3.edgexfoundry.org:10003 [2022-05-15T16:21:49.747Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-15T16:21:50.022Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-15T16:21:50.022Z] Configure a credential helper to remove this warning. See [2022-05-15T16:21:50.022Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-15T16:21:50.022Z] [2022-05-15T16:21:50.022Z] Login Succeeded [2022-05-15T16:21:50.022Z] nexus3.edgexfoundry.org:10004 [2022-05-15T16:21:50.295Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-15T16:21:50.295Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-15T16:21:50.295Z] Configure a credential helper to remove this warning. See [2022-05-15T16:21:50.295Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-15T16:21:50.295Z] [2022-05-15T16:21:50.569Z] Login Succeeded [2022-05-15T16:21:50.569Z] docker.io [2022-05-15T16:21:50.850Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-15T16:21:51.124Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-15T16:21:51.124Z] Configure a credential helper to remove this warning. See [2022-05-15T16:21:51.124Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-15T16:21:51.124Z] [2022-05-15T16:21:51.124Z] Login Succeeded [2022-05-15T16:21:51.124Z] ---> docker-login.sh ends [Pipeline] } [2022-05-15T16:21:51.144Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-05-15T16:21:51.186Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-05-15T16:21:51.223Z] [edgeXDocker.push] Tagging docker image device-rfid-llrp-arm64 with the following tags: [2022-05-15T16:21:51.223Z] 15a0269d460efb14f9eb5e7a2dfd5097cbc6281f [2022-05-15T16:21:51.223Z] latest [2022-05-15T16:21:51.223Z] 2.1.0-dev.16 [2022-05-15T16:21:51.223Z] 15a0269d460efb14f9eb5e7a2dfd5097cbc6281f-2.1.0-dev.16 [2022-05-15T16:21:51.223Z] main [2022-05-15T16:21:51.223Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-15T16:21:51.585Z] + docker tag device-rfid-llrp-arm64 nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:15a0269d460efb14f9eb5e7a2dfd5097cbc6281f [Pipeline] isUnix [Pipeline] sh [2022-05-15T16:21:51.937Z] + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:15a0269d460efb14f9eb5e7a2dfd5097cbc6281f [2022-05-15T16:21:51.937Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64] [2022-05-15T16:21:51.937Z] 45c9e36bec85: Preparing [2022-05-15T16:21:51.937Z] fe289909d9fc: Preparing [2022-05-15T16:21:51.937Z] b2b3fd49f188: Preparing [2022-05-15T16:21:51.937Z] f73364d07008: Preparing [2022-05-15T16:21:51.937Z] 7d0cc27f309f: Preparing [2022-05-15T16:21:51.937Z] f73e7dbfee58: Preparing [2022-05-15T16:21:51.937Z] f73e7dbfee58: Waiting [2022-05-15T16:21:52.214Z] fe289909d9fc: Pushed [2022-05-15T16:21:52.214Z] b2b3fd49f188: Pushed [2022-05-15T16:21:52.214Z] 7d0cc27f309f: Pushed [2022-05-15T16:21:52.214Z] f73e7dbfee58: Layer already exists [2022-05-15T16:21:52.818Z] f73364d07008: Pushed [2022-05-15T16:21:58.222Z] 45c9e36bec85: Pushed [2022-05-15T16:21:58.222Z] 15a0269d460efb14f9eb5e7a2dfd5097cbc6281f: digest: sha256:e400c0ddfeae3e6e07b6a6658fe3a995aef359fbe7ef71660aaec2c0f53697fc size: 1573 [Pipeline] isUnix [Pipeline] sh [2022-05-15T16:21:58.576Z] + docker tag device-rfid-llrp-arm64 nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-05-15T16:21:58.923Z] + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:latest [2022-05-15T16:21:58.923Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64] [2022-05-15T16:21:58.923Z] 45c9e36bec85: Preparing [2022-05-15T16:21:58.923Z] fe289909d9fc: Preparing [2022-05-15T16:21:58.923Z] b2b3fd49f188: Preparing [2022-05-15T16:21:58.923Z] f73364d07008: Preparing [2022-05-15T16:21:58.923Z] 7d0cc27f309f: Preparing [2022-05-15T16:21:58.923Z] f73e7dbfee58: Preparing [2022-05-15T16:21:58.923Z] f73e7dbfee58: Waiting [2022-05-15T16:21:58.923Z] 45c9e36bec85: Layer already exists [2022-05-15T16:21:58.923Z] fe289909d9fc: Layer already exists [2022-05-15T16:21:58.923Z] 7d0cc27f309f: Layer already exists [2022-05-15T16:21:58.923Z] b2b3fd49f188: Layer already exists [2022-05-15T16:21:58.923Z] f73364d07008: Layer already exists [2022-05-15T16:21:58.923Z] f73e7dbfee58: Layer already exists [2022-05-15T16:21:59.197Z] latest: digest: sha256:e400c0ddfeae3e6e07b6a6658fe3a995aef359fbe7ef71660aaec2c0f53697fc size: 1573 [Pipeline] isUnix [Pipeline] sh [2022-05-15T16:21:59.549Z] + docker tag device-rfid-llrp-arm64 nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:2.1.0-dev.16 [Pipeline] isUnix [Pipeline] sh [2022-05-15T16:21:59.896Z] + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:2.1.0-dev.16 [2022-05-15T16:21:59.896Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64] [2022-05-15T16:21:59.896Z] 45c9e36bec85: Preparing [2022-05-15T16:21:59.896Z] fe289909d9fc: Preparing [2022-05-15T16:21:59.896Z] b2b3fd49f188: Preparing [2022-05-15T16:21:59.896Z] f73364d07008: Preparing [2022-05-15T16:21:59.896Z] 7d0cc27f309f: Preparing [2022-05-15T16:21:59.896Z] f73e7dbfee58: Preparing [2022-05-15T16:21:59.896Z] f73e7dbfee58: Waiting [2022-05-15T16:21:59.896Z] b2b3fd49f188: Layer already exists [2022-05-15T16:21:59.896Z] 7d0cc27f309f: Layer already exists [2022-05-15T16:21:59.896Z] f73364d07008: Layer already exists [2022-05-15T16:21:59.896Z] 45c9e36bec85: Layer already exists [2022-05-15T16:21:59.896Z] fe289909d9fc: Layer already exists [2022-05-15T16:21:59.896Z] f73e7dbfee58: Layer already exists [2022-05-15T16:22:00.170Z] 2.1.0-dev.16: digest: sha256:e400c0ddfeae3e6e07b6a6658fe3a995aef359fbe7ef71660aaec2c0f53697fc size: 1573 [Pipeline] isUnix [Pipeline] sh [2022-05-15T16:22:00.525Z] + docker tag device-rfid-llrp-arm64 nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:15a0269d460efb14f9eb5e7a2dfd5097cbc6281f-2.1.0-dev.16 [Pipeline] isUnix [Pipeline] sh [2022-05-15T16:22:00.874Z] + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:15a0269d460efb14f9eb5e7a2dfd5097cbc6281f-2.1.0-dev.16 [2022-05-15T16:22:00.874Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64] [2022-05-15T16:22:00.874Z] 45c9e36bec85: Preparing [2022-05-15T16:22:00.874Z] fe289909d9fc: Preparing [2022-05-15T16:22:00.874Z] b2b3fd49f188: Preparing [2022-05-15T16:22:00.874Z] f73364d07008: Preparing [2022-05-15T16:22:00.874Z] 7d0cc27f309f: Preparing [2022-05-15T16:22:00.874Z] f73e7dbfee58: Preparing [2022-05-15T16:22:00.874Z] f73e7dbfee58: Waiting [2022-05-15T16:22:00.874Z] fe289909d9fc: Layer already exists [2022-05-15T16:22:00.874Z] 45c9e36bec85: Layer already exists [2022-05-15T16:22:00.874Z] b2b3fd49f188: Layer already exists [2022-05-15T16:22:00.874Z] 7d0cc27f309f: Layer already exists [2022-05-15T16:22:00.874Z] f73364d07008: Layer already exists [2022-05-15T16:22:00.874Z] f73e7dbfee58: Layer already exists [2022-05-15T16:22:01.150Z] 15a0269d460efb14f9eb5e7a2dfd5097cbc6281f-2.1.0-dev.16: digest: sha256:e400c0ddfeae3e6e07b6a6658fe3a995aef359fbe7ef71660aaec2c0f53697fc size: 1573 [Pipeline] isUnix [Pipeline] sh [2022-05-15T16:22:01.498Z] + docker tag device-rfid-llrp-arm64 nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:main [Pipeline] isUnix [Pipeline] sh [2022-05-15T16:22:01.842Z] + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:main [2022-05-15T16:22:01.842Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64] [2022-05-15T16:22:01.842Z] 45c9e36bec85: Preparing [2022-05-15T16:22:01.842Z] fe289909d9fc: Preparing [2022-05-15T16:22:01.843Z] b2b3fd49f188: Preparing [2022-05-15T16:22:01.843Z] f73364d07008: Preparing [2022-05-15T16:22:01.843Z] 7d0cc27f309f: Preparing [2022-05-15T16:22:01.843Z] f73e7dbfee58: Preparing [2022-05-15T16:22:01.843Z] f73e7dbfee58: Waiting [2022-05-15T16:22:01.843Z] 45c9e36bec85: Layer already exists [2022-05-15T16:22:01.843Z] f73364d07008: Layer already exists [2022-05-15T16:22:01.843Z] fe289909d9fc: Layer already exists [2022-05-15T16:22:01.843Z] 7d0cc27f309f: Layer already exists [2022-05-15T16:22:01.843Z] b2b3fd49f188: Layer already exists [2022-05-15T16:22:01.843Z] f73e7dbfee58: Layer already exists [2022-05-15T16:22:02.115Z] main: digest: sha256:e400c0ddfeae3e6e07b6a6658fe3a995aef359fbe7ef71660aaec2c0f53697fc size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-05-15T16:22:02.173Z] ===================================================== [Pipeline] echo [2022-05-15T16:22:02.183Z] taggedImages: [2022-05-15T16:22:02.183Z] - nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:15a0269d460efb14f9eb5e7a2dfd5097cbc6281f [2022-05-15T16:22:02.183Z] - nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:latest [2022-05-15T16:22:02.183Z] - nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:2.1.0-dev.16 [2022-05-15T16:22:02.183Z] - nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:15a0269d460efb14f9eb5e7a2dfd5097cbc6281f-2.1.0-dev.16 [2022-05-15T16:22:02.183Z] - nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-15T16:22:02.563Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-05-15T16:22:02.563Z] [2022-05-15T16:22:02.563Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2022-05-15T16:22:02.913Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-05-15T16:22:02.913Z] arm64: Pulling from edgex-lftools-log-publisher [2022-05-15T16:22:02.913Z] 8998bd30e6a1: Pulling fs layer [2022-05-15T16:22:02.913Z] 04944245beec: Pulling fs layer [2022-05-15T16:22:02.913Z] 699f458cf7ca: Pulling fs layer [2022-05-15T16:22:02.913Z] 765212b225bb: Pulling fs layer [2022-05-15T16:22:02.913Z] f23df028b6ca: Pulling fs layer [2022-05-15T16:22:02.913Z] d65c8cfc05b1: Pulling fs layer [2022-05-15T16:22:02.913Z] 2437ff75d9bd: Pulling fs layer [2022-05-15T16:22:02.913Z] f23df028b6ca: Waiting [2022-05-15T16:22:02.913Z] d65c8cfc05b1: Waiting [2022-05-15T16:22:02.913Z] 2437ff75d9bd: Waiting [2022-05-15T16:22:02.913Z] 765212b225bb: Waiting [2022-05-15T16:22:03.193Z] 04944245beec: Verifying Checksum [2022-05-15T16:22:03.193Z] 04944245beec: Download complete [2022-05-15T16:22:03.193Z] 765212b225bb: Verifying Checksum [2022-05-15T16:22:03.193Z] 765212b225bb: Download complete [2022-05-15T16:22:03.193Z] f23df028b6ca: Verifying Checksum [2022-05-15T16:22:03.193Z] f23df028b6ca: Download complete [2022-05-15T16:22:03.193Z] d65c8cfc05b1: Verifying Checksum [2022-05-15T16:22:03.193Z] d65c8cfc05b1: Download complete [2022-05-15T16:22:03.470Z] 699f458cf7ca: Verifying Checksum [2022-05-15T16:22:03.747Z] 8998bd30e6a1: Download complete [2022-05-15T16:22:06.374Z] 2437ff75d9bd: Verifying Checksum [2022-05-15T16:22:06.374Z] 2437ff75d9bd: Download complete [2022-05-15T16:22:07.817Z] 8998bd30e6a1: Pull complete [2022-05-15T16:22:08.418Z] 04944245beec: Pull complete [2022-05-15T16:22:09.867Z] 699f458cf7ca: Pull complete [2022-05-15T16:22:10.143Z] 765212b225bb: Pull complete [2022-05-15T16:22:11.132Z] f23df028b6ca: Pull complete [2022-05-15T16:22:11.132Z] d65c8cfc05b1: Pull complete [2022-05-15T16:22:29.636Z] 2437ff75d9bd: Pull complete [2022-05-15T16:22:29.636Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-05-15T16:22:29.636Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-05-15T16:22:29.636Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2022-05-15T16:22:29.861Z] prd-ubuntu20.04-docker-arm64-4c-16g-63688 does not seem to be running inside a container [2022-05-15T16:22:29.946Z] $ 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/33 -v /w/workspace/device-rfid-llrp-go/33:/w/workspace/device-rfid-llrp-go/33:rw,z -v /w/workspace/device-rfid-llrp-go/33@tmp:/w/workspace/device-rfid-llrp-go/33@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-05-15T16:22:32.464Z] $ docker top 5a332c6399635bea22e035b6e2d83666fa3de6a06c27fbf9a7dd0cc67b2381c7 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-15T16:22:33.370Z] ---> job-cost.sh [2022-05-15T16:22:33.370Z] lf-activate-venv: SKIPPING [2022-05-15T16:22:33.370Z] INFO: No Stack... [2022-05-15T16:22:33.642Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-05-15T16:22:34.616Z] INFO: Archiving Costs [Pipeline] sh [2022-05-15T16:22:35.275Z] + cut -d, -f6 [2022-05-15T16:22:35.275Z] + cat /w/workspace/device-rfid-llrp-go/33/archives/cost.csv [Pipeline] lock [2022-05-15T16:22:35.313Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-main-33-stack-cost] [2022-05-15T16:22:35.320Z] Resource [jenkins-edgexfoundry-device-rfid-llrp-go-main-33-stack-cost] did not exist. Created. [2022-05-15T16:22:35.320Z] Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-main-33-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-05-15T16:22:35.997Z] /w/workspace/device-rfid-llrp-go/33@tmp/durable-ca67897a/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-05-15T16:22:36.669Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-05-15T16:22:36.691Z] Warning: overwriting stash ‘stack-cost’ [2022-05-15T16:22:36.747Z] Stashed 1 file(s) [Pipeline] } [2022-05-15T16:22:36.753Z] Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-main-33-stack-cost] [Pipeline] // lock [Pipeline] } [2022-05-15T16:22:36.782Z] $ docker stop --time=1 5a332c6399635bea22e035b6e2d83666fa3de6a06c27fbf9a7dd0cc67b2381c7 [2022-05-15T16:22:38.274Z] $ docker rm -f 5a332c6399635bea22e035b6e2d83666fa3de6a06c27fbf9a7dd0cc67b2381c7 [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 [2022-05-15T16:22:38.783Z] provisioning config files... [2022-05-15T16:22:38.791Z] copy managed file [device-rfid-llrp-go-codecov-token] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config433214430594820627tmp [Pipeline] { [Pipeline] sh [2022-05-15T16:22:39.092Z] + set +x [2022-05-15T16:22:39.092Z] + curl -s https://codecov.io/bash+ [2022-05-15T16:22:39.092Z] bash -s -- [2022-05-15T16:22:39.092Z] [2022-05-15T16:22:39.092Z] _____ _ [2022-05-15T16:22:39.092Z] / ____| | | [2022-05-15T16:22:39.092Z] | | ___ __| | ___ ___ _____ __ [2022-05-15T16:22:39.092Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-05-15T16:22:39.092Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-05-15T16:22:39.092Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-05-15T16:22:39.092Z] Bash-1.0.6 [2022-05-15T16:22:39.092Z] [2022-05-15T16:22:39.092Z] [2022-05-15T16:22:39.092Z] ==> git version 2.25.1 found [2022-05-15T16:22:39.092Z] ==> 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 [2022-05-15T16:22:39.092Z] Release-Date: 2020-01-08 [2022-05-15T16:22:39.092Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-05-15T16:22:39.092Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-05-15T16:22:39.092Z] ==> Jenkins CI detected. [2022-05-15T16:22:39.092Z] current dir:  /w/workspace/foundry_device-rfid-llrp-go_main [2022-05-15T16:22:39.092Z] project root: . [2022-05-15T16:22:39.092Z] --> token set from env [2022-05-15T16:22:39.092Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-05-15T16:22:39.092Z] ==> Running gcov in . (disable via -X gcov) [2022-05-15T16:22:39.092Z] ==> Python coveragepy not found [2022-05-15T16:22:39.092Z] ==> Searching for coverage reports in: [2022-05-15T16:22:39.092Z] + . [2022-05-15T16:22:39.092Z] -> Found 1 reports [2022-05-15T16:22:39.092Z] ==> Detecting git/mercurial file structure [2022-05-15T16:22:39.092Z] ==> Reading reports [2022-05-15T16:22:39.353Z] + ./coverage.out bytes=460394 [2022-05-15T16:22:39.353Z] ==> Appending adjustments [2022-05-15T16:22:39.354Z] https://docs.codecov.io/docs/fixing-reports [2022-05-15T16:22:39.354Z] + Found adjustments [2022-05-15T16:22:39.614Z] ==> Gzipping contents [2022-05-15T16:22:39.615Z] 52K /tmp/codecov.sWP9Us.gz [2022-05-15T16:22:39.615Z] ==> Uploading reports [2022-05-15T16:22:39.615Z] url: https://codecov.io [2022-05-15T16:22:39.615Z] query: branch=main&commit=15a0269d460efb14f9eb5e7a2dfd5097cbc6281f&build=33&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rfid-llrp-go%2Fjob%2Fmain%2F33%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rfid-llrp-go&service=jenkins&flags=&pr=&job=&cmd_args= [2022-05-15T16:22:39.615Z] -> Pinging Codecov [2022-05-15T16:22:39.615Z] 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=15a0269d460efb14f9eb5e7a2dfd5097cbc6281f&build=33&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rfid-llrp-go%2Fjob%2Fmain%2F33%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rfid-llrp-go&service=jenkins&flags=&pr=&job=&cmd_args= [2022-05-15T16:22:39.876Z] -> Uploading to [2022-05-15T16:22:39.876Z] https://storage.googleapis.com/codecov/v4/raw/2022-05-15/581DD39554BDF9B6E22D074273EAD858/15a0269d460efb14f9eb5e7a2dfd5097cbc6281f/9b38a317-d097-470d-9c17-762dab83dc3c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220515%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220515T162239Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=10a9e1f566ac417f4634e0aabce7cfaeccbad36450c4a05917c625d9587b79b8 [2022-05-15T16:22:39.876Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-05-15T16:22:39.876Z] Dload Upload Total Spent Left Speed [2022-05-15T16:22:40.137Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 51836 0 0 100 51836 0 172k --:--:-- --:--:-- --:--:-- 172k [2022-05-15T16:22:40.137Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-rfid-llrp-go/commit/15a0269d460efb14f9eb5e7a2dfd5097cbc6281f [Pipeline] } [2022-05-15T16:22:40.145Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2022-05-15T16:22:40.407Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2022-05-15T16:22:40.420Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-15T16:22:40.716Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-05-15T16:22:40.716Z] [2022-05-15T16:22:40.716Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2022-05-15T16:22:41.018Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-05-15T16:22:41.018Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2022-05-15T16:22:41.018Z] 188c0c94c7c5: Pulling fs layer [2022-05-15T16:22:41.018Z] 0ef7d3d256c8: Pulling fs layer [2022-05-15T16:22:41.018Z] de9db76c5a1d: Pulling fs layer [2022-05-15T16:22:41.018Z] 0eba1c9be4d2: Pulling fs layer [2022-05-15T16:22:41.018Z] 0d57e429df01: Pulling fs layer [2022-05-15T16:22:41.018Z] 4e4be7b47b0d: Pulling fs layer [2022-05-15T16:22:41.018Z] e1f770b5df2f: Pulling fs layer [2022-05-15T16:22:41.018Z] 85a0685a4137: Pulling fs layer [2022-05-15T16:22:41.018Z] 0d57e429df01: Waiting [2022-05-15T16:22:41.018Z] 4e4be7b47b0d: Waiting [2022-05-15T16:22:41.018Z] e1f770b5df2f: Waiting [2022-05-15T16:22:41.018Z] 85a0685a4137: Waiting [2022-05-15T16:22:41.018Z] 0eba1c9be4d2: Waiting [2022-05-15T16:22:41.018Z] de9db76c5a1d: Download complete [2022-05-15T16:22:41.018Z] 0ef7d3d256c8: Verifying Checksum [2022-05-15T16:22:41.018Z] 0ef7d3d256c8: Download complete [2022-05-15T16:22:41.018Z] 0d57e429df01: Verifying Checksum [2022-05-15T16:22:41.018Z] 0d57e429df01: Download complete [2022-05-15T16:22:41.018Z] 188c0c94c7c5: Verifying Checksum [2022-05-15T16:22:41.018Z] 188c0c94c7c5: Download complete [2022-05-15T16:22:41.018Z] 4e4be7b47b0d: Verifying Checksum [2022-05-15T16:22:41.018Z] 4e4be7b47b0d: Download complete [2022-05-15T16:22:41.282Z] 188c0c94c7c5: Pull complete [2022-05-15T16:22:41.282Z] e1f770b5df2f: Verifying Checksum [2022-05-15T16:22:41.282Z] e1f770b5df2f: Download complete [2022-05-15T16:22:41.282Z] 0ef7d3d256c8: Pull complete [2022-05-15T16:22:41.545Z] de9db76c5a1d: Pull complete [2022-05-15T16:22:41.806Z] 0eba1c9be4d2: Verifying Checksum [2022-05-15T16:22:41.806Z] 0eba1c9be4d2: Download complete [2022-05-15T16:22:42.066Z] 85a0685a4137: Verifying Checksum [2022-05-15T16:22:42.066Z] 85a0685a4137: Download complete [2022-05-15T16:22:45.353Z] 0eba1c9be4d2: Pull complete [2022-05-15T16:22:45.353Z] 0d57e429df01: Pull complete [2022-05-15T16:22:45.353Z] 4e4be7b47b0d: Pull complete [2022-05-15T16:22:45.612Z] e1f770b5df2f: Pull complete [2022-05-15T16:22:48.902Z] 85a0685a4137: Pull complete [2022-05-15T16:22:48.902Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2022-05-15T16:22:48.902Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-05-15T16:22:48.902Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2022-05-15T16:22:48.968Z] prd-ubuntu20.04-docker-8c-8g-63687 does not seem to be running inside a container [2022-05-15T16:22:49.013Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2022-05-15T16:22:51.305Z] $ docker top 4001391a4255f01f45b1dcd6dc472091c67534f65520fccd987340ffee3b784c -eo pid,comm [Pipeline] { [Pipeline] echo [2022-05-15T16:22:51.373Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2022-05-15T16:22:51.658Z] + set -o pipefail [2022-05-15T16:22:51.659Z] + snyk monitor '--org=edgex-jenkins' [2022-05-15T16:22:56.940Z] [2022-05-15T16:22:56.940Z] Monitoring /w/workspace/foundry_device-rfid-llrp-go_main (github.com/edgexfoundry/device-rfid-llrp-go)... [2022-05-15T16:22:56.940Z] [2022-05-15T16:22:56.940Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8e266e59-5b4d-48a8-830b-753ef23c5713/history/bde25c63-c4f6-4e55-a54a-20bf2dc4b2d1 [2022-05-15T16:22:56.940Z] [2022-05-15T16:22:56.940Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2022-05-15T16:22:56.940Z] [2022-05-15T16:22:56.940Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2022-05-15T16:22:56.940Z] [2022-05-15T16:22:56.940Z] [Pipeline] } [2022-05-15T16:22:56.976Z] $ docker stop --time=1 4001391a4255f01f45b1dcd6dc472091c67534f65520fccd987340ffee3b784c [2022-05-15T16:22:59.235Z] $ docker rm -f 4001391a4255f01f45b1dcd6dc472091c67534f65520fccd987340ffee3b784c [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 [2022-05-15T16:22:59.979Z] + git log --format=format:%s -1 15a0269d460efb14f9eb5e7a2dfd5097cbc6281f [Pipeline] sh [2022-05-15T16:23:00.279Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-05-15T16:23:00.279Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-05-15T16:23:00.579Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-15T16:23:00.579Z] . [Pipeline] withDockerContainer [2022-05-15T16:23:00.649Z] prd-ubuntu20.04-docker-8c-8g-63687 does not seem to be running inside a container [2022-05-15T16:23:00.693Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest cat [2022-05-15T16:23:01.155Z] $ docker top 9f651be36fb51083025f0c927f09b0f7eb3ebde2a5502b230bcbddf19bfdedf7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-05-15T16:23:01.230Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-05-15T16:23:01.230Z] [ssh-agent] Looking for ssh-agent implementation... [2022-05-15T16:23:01.364Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-05-15T16:23:01.378Z] $ docker exec 9f651be36fb51083025f0c927f09b0f7eb3ebde2a5502b230bcbddf19bfdedf7 ssh-agent [2022-05-15T16:23:01.489Z] SSH_AUTH_SOCK=/tmp/ssh-4Y8toyD4MgTM/agent.34 [2022-05-15T16:23:01.489Z] SSH_AGENT_PID=40 [2022-05-15T16:23:01.495Z] Running ssh-add (command line suppressed) [2022-05-15T16:23:01.618Z] Identity added: /w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_6586687750977726714.key (/w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_6586687750977726714.key) [2022-05-15T16:23:01.623Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-05-15T16:23:01.913Z] + git semver tag [2022-05-15T16:23:02.172Z] 2022-05-15 16:23:02,115 [run_tag] DEBUG tag force:False [2022-05-15T16:23:02.172Z] 2022-05-15 16:23:02,115 [check_head_tag] DEBUG check head tag [2022-05-15T16:23:02.172Z] 2022-05-15 16:23:02,116 [execute] INFO git cat-file --batch-check [2022-05-15T16:23:02.172Z] 2022-05-15 16:23:02,116 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main, universal_newlines=False, shell=None, istream=) [2022-05-15T16:23:02.173Z] 2022-05-15 16:23:02,119 [execute] INFO git cat-file --batch [2022-05-15T16:23:02.173Z] 2022-05-15 16:23:02,120 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main, universal_newlines=False, shell=None, istream=) [2022-05-15T16:23:02.173Z] 2022-05-15 16:23:02,130 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main [2022-05-15T16:23:02.173Z] 2022-05-15 16:23:02,131 [execute] INFO git tag -a v2.1.0-dev.16 -m v2.1.0-dev.16 [2022-05-15T16:23:02.173Z] 2022-05-15 16:23:02,131 [execute] DEBUG Popen(['git', 'tag', '-a', 'v2.1.0-dev.16', '-m', 'v2.1.0-dev.16'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main, universal_newlines=False, shell=None, istream=None) [2022-05-15T16:23:02.173Z] 2022-05-15 16:23:02,136 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main [2022-05-15T16:23:02.173Z] 2.1.0-dev.16 [Pipeline] } [2022-05-15T16:23:02.194Z] $ docker exec --env ******** --env ******** 9f651be36fb51083025f0c927f09b0f7eb3ebde2a5502b230bcbddf19bfdedf7 ssh-agent -k [2022-05-15T16:23:02.314Z] unset SSH_AUTH_SOCK; [2022-05-15T16:23:02.314Z] unset SSH_AGENT_PID; [2022-05-15T16:23:02.314Z] echo Agent pid 40 killed; [2022-05-15T16:23:02.317Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-05-15T16:23:02.634Z] + git semver [Pipeline] } [2022-05-15T16:23:02.920Z] $ docker stop --time=1 9f651be36fb51083025f0c927f09b0f7eb3ebde2a5502b230bcbddf19bfdedf7 [2022-05-15T16:23:04.206Z] $ docker rm -f 9f651be36fb51083025f0c927f09b0f7eb3ebde2a5502b230bcbddf19bfdedf7 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2022-05-15T16:23:04.611Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-05-15T16:23:04.611Z] [2022-05-15T16:23:04.611Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2022-05-15T16:23:04.914Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-05-15T16:23:04.914Z] 0.23.1-centos7: Pulling from edgex-lftools [2022-05-15T16:23:04.914Z] ab5ef0e58194: Pulling fs layer [2022-05-15T16:23:04.914Z] 9712f1f96733: Pulling fs layer [2022-05-15T16:23:04.914Z] 63f879dbbcfc: Pulling fs layer [2022-05-15T16:23:04.914Z] 0d9ebad4ef96: Pulling fs layer [2022-05-15T16:23:04.914Z] e9a5061849ea: Pulling fs layer [2022-05-15T16:23:04.914Z] d747dcd14b5f: Pulling fs layer [2022-05-15T16:23:04.914Z] 2de7ff778b66: Pulling fs layer [2022-05-15T16:23:04.914Z] e9a5061849ea: Waiting [2022-05-15T16:23:04.914Z] d747dcd14b5f: Waiting [2022-05-15T16:23:04.914Z] 2de7ff778b66: Waiting [2022-05-15T16:23:04.914Z] 0d9ebad4ef96: Waiting [2022-05-15T16:23:04.914Z] 9712f1f96733: Download complete [2022-05-15T16:23:05.175Z] 63f879dbbcfc: Verifying Checksum [2022-05-15T16:23:05.175Z] 63f879dbbcfc: Download complete [2022-05-15T16:23:05.434Z] e9a5061849ea: Verifying Checksum [2022-05-15T16:23:05.434Z] e9a5061849ea: Download complete [2022-05-15T16:23:05.434Z] d747dcd14b5f: Verifying Checksum [2022-05-15T16:23:05.434Z] d747dcd14b5f: Download complete [2022-05-15T16:23:05.434Z] ab5ef0e58194: Verifying Checksum [2022-05-15T16:23:05.434Z] ab5ef0e58194: Download complete [2022-05-15T16:23:05.434Z] 0d9ebad4ef96: Verifying Checksum [2022-05-15T16:23:05.434Z] 0d9ebad4ef96: Download complete [2022-05-15T16:23:05.694Z] 2de7ff778b66: Download complete [2022-05-15T16:23:08.231Z] ab5ef0e58194: Pull complete [2022-05-15T16:23:08.231Z] 9712f1f96733: Pull complete [2022-05-15T16:23:09.170Z] 63f879dbbcfc: Pull complete [2022-05-15T16:23:12.462Z] 0d9ebad4ef96: Pull complete [2022-05-15T16:23:13.030Z] e9a5061849ea: Pull complete [2022-05-15T16:23:13.030Z] d747dcd14b5f: Pull complete [2022-05-15T16:23:13.967Z] 2de7ff778b66: Pull complete [2022-05-15T16:23:13.967Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2022-05-15T16:23:13.967Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-05-15T16:23:13.967Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2022-05-15T16:23:14.036Z] prd-ubuntu20.04-docker-8c-8g-63687 does not seem to be running inside a container [2022-05-15T16:23:14.080Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2022-05-15T16:23:16.294Z] $ docker top 8249d048c9cd7db36b3fd9e28da0367b893a9a8e8374775592d324d92318e2f2 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2022-05-15T16:23:16.365Z] provisioning config files... [2022-05-15T16:23:16.374Z] copy managed file [sigul-config] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config524972614010293153tmp [2022-05-15T16:23:16.386Z] copy managed file [sigul-password] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config6125725597920336814tmp [2022-05-15T16:23:16.398Z] copy managed file [sigul-pki] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config3172658064178550898tmp [Pipeline] { [Pipeline] echo [2022-05-15T16:23:16.416Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-15T16:23:16.704Z] ---> sigul-configuration.sh [2022-05-15T16:23:16.704Z] gpg: directory `/root/.gnupg' created [2022-05-15T16:23:16.704Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2022-05-15T16:23:16.704Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2022-05-15T16:23:16.704Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2022-05-15T16:23:16.704Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2022-05-15T16:23:16.704Z] gpg: CAST5 encrypted data [2022-05-15T16:23:16.704Z] gpg: encrypted with 1 passphrase [2022-05-15T16:23:16.704Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2022-05-15T16:23:16.996Z] + mkdir /home/jenkins [2022-05-15T16:23:16.997Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2022-05-15T16:23:17.290Z] + 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 [2022-05-15T16:23:17.302Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-15T16:23:17.596Z] ---> sigul-install.sh [2022-05-15T16:23:17.596Z] Sigul already installed; skipping installation. [Pipeline] sh [2022-05-15T16:23:17.887Z] + git tag --list [2022-05-15T16:23:17.887Z] v0.0.0 [2022-05-15T16:23:17.887Z] v1.0.0 [2022-05-15T16:23:17.887Z] v1.0.0-dev.1 [2022-05-15T16:23:17.887Z] v1.0.0-dev.2 [2022-05-15T16:23:17.887Z] v1.0.0-dev.3 [2022-05-15T16:23:17.887Z] v1.0.0-dev.4 [2022-05-15T16:23:17.887Z] v1.0.0-dev.5 [2022-05-15T16:23:17.887Z] v1.0.0-dev.6 [2022-05-15T16:23:17.887Z] v1.0.0-dev.7 [2022-05-15T16:23:17.887Z] v1.0.0-dev.8 [2022-05-15T16:23:17.887Z] v1.0.0-dev.9 [2022-05-15T16:23:17.887Z] v1.0.1-dev.1 [2022-05-15T16:23:17.887Z] v1.0.1-dev.2 [2022-05-15T16:23:17.887Z] v1.0.1-dev.3 [2022-05-15T16:23:17.887Z] v1.0.1-dev.4 [2022-05-15T16:23:17.887Z] v1.0.1-dev.5 [2022-05-15T16:23:17.887Z] v1.0.1-dev.6 [2022-05-15T16:23:17.887Z] v2.1.0 [2022-05-15T16:23:17.887Z] v2.1.0-dev.1 [2022-05-15T16:23:17.887Z] v2.1.0-dev.10 [2022-05-15T16:23:17.887Z] v2.1.0-dev.11 [2022-05-15T16:23:17.887Z] v2.1.0-dev.12 [2022-05-15T16:23:17.887Z] v2.1.0-dev.13 [2022-05-15T16:23:17.887Z] v2.1.0-dev.14 [2022-05-15T16:23:17.887Z] v2.1.0-dev.15 [2022-05-15T16:23:17.887Z] v2.1.0-dev.16 [2022-05-15T16:23:17.887Z] v2.1.0-dev.2 [2022-05-15T16:23:17.887Z] v2.1.0-dev.3 [2022-05-15T16:23:17.887Z] v2.1.0-dev.4 [2022-05-15T16:23:17.887Z] v2.1.0-dev.5 [2022-05-15T16:23:17.887Z] v2.1.0-dev.6 [2022-05-15T16:23:17.887Z] v2.1.0-dev.7 [2022-05-15T16:23:17.887Z] v2.1.0-dev.8 [2022-05-15T16:23:17.887Z] v2.1.0-dev.9 [Pipeline] sh [2022-05-15T16:23:18.178Z] + lftools sign git-tag v2.1.0-dev.16 [2022-05-15T16:23:18.754Z] Signing Git tag with Sigul... [2022-05-15T16:23:18.754Z] Signing v2.1.0-dev.16 [Pipeline] echo [2022-05-15T16:23:19.336Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-15T16:23:19.624Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2022-05-15T16:23:19.632Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2022-05-15T16:23:19.669Z] $ docker stop --time=1 8249d048c9cd7db36b3fd9e28da0367b893a9a8e8374775592d324d92318e2f2 [2022-05-15T16:23:20.981Z] $ docker rm -f 8249d048c9cd7db36b3fd9e28da0367b893a9a8e8374775592d324d92318e2f2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2022-05-15T16:23:21.389Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-05-15T16:23:21.390Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-05-15T16:23:21.690Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-15T16:23:21.690Z] . [Pipeline] withDockerContainer [2022-05-15T16:23:21.768Z] prd-ubuntu20.04-docker-8c-8g-63687 does not seem to be running inside a container [2022-05-15T16:23:21.814Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest cat [2022-05-15T16:23:22.260Z] $ docker top 6848c03759539a3fa7ed36274524a79ec627321f06d0210280d731a50bb0f82f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-05-15T16:23:22.348Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-05-15T16:23:22.348Z] [ssh-agent] Looking for ssh-agent implementation... [2022-05-15T16:23:22.471Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-05-15T16:23:22.485Z] $ docker exec 6848c03759539a3fa7ed36274524a79ec627321f06d0210280d731a50bb0f82f ssh-agent [2022-05-15T16:23:22.599Z] SSH_AUTH_SOCK=/tmp/ssh-dhKFqiyxw9Mw/agent.33 [2022-05-15T16:23:22.599Z] SSH_AGENT_PID=39 [2022-05-15T16:23:22.605Z] Running ssh-add (command line suppressed) [2022-05-15T16:23:22.731Z] Identity added: /w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_861888309742945174.key (/w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_861888309742945174.key) [2022-05-15T16:23:22.737Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-05-15T16:23:23.030Z] + git semver bump pre [2022-05-15T16:23:23.291Z] 2022-05-15 16:23:23,234 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main [2022-05-15T16:23:23.291Z] 2022-05-15 16:23:23,234 [bump_version] DEBUG bumping version:2.1.0-dev.16 on axis:pre with prefix:dev [2022-05-15T16:23:23.291Z] 2022-05-15 16:23:23,234 [bump_version] DEBUG bumped version:2.1.0-dev.17 [2022-05-15T16:23:23.291Z] 2022-05-15 16:23:23,234 [write_version] DEBUG write version:2.1.0-dev.17 to path:/w/workspace/foundry_device-rfid-llrp-go_main/.semver/main with force:True [2022-05-15T16:23:23.291Z] 2022-05-15 16:23:23,234 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main [2022-05-15T16:23:23.291Z] 2022-05-15 16:23:23,234 [write_file] DEBUG write to file:/w/workspace/foundry_device-rfid-llrp-go_main/.semver/main [2022-05-15T16:23:23.291Z] 2022-05-15 16:23:23,237 [execute] INFO git cat-file --batch-check [2022-05-15T16:23:23.291Z] 2022-05-15 16:23:23,237 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main/.semver, universal_newlines=False, shell=None, istream=) [2022-05-15T16:23:23.291Z] 2022-05-15 16:23:23,242 [execute] INFO git cat-file --batch [2022-05-15T16:23:23.291Z] 2022-05-15 16:23:23,243 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main/.semver, universal_newlines=False, shell=None, istream=) [2022-05-15T16:23:23.291Z] 2022-05-15 16:23:23,247 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main [2022-05-15T16:23:23.291Z] 2.1.0-dev.17 [Pipeline] } [2022-05-15T16:23:23.312Z] $ docker exec --env ******** --env ******** 6848c03759539a3fa7ed36274524a79ec627321f06d0210280d731a50bb0f82f ssh-agent -k [2022-05-15T16:23:23.434Z] unset SSH_AUTH_SOCK; [2022-05-15T16:23:23.434Z] unset SSH_AGENT_PID; [2022-05-15T16:23:23.435Z] echo Agent pid 39 killed; [2022-05-15T16:23:23.435Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-05-15T16:23:23.749Z] + git semver [Pipeline] } [2022-05-15T16:23:24.037Z] $ docker stop --time=1 6848c03759539a3fa7ed36274524a79ec627321f06d0210280d731a50bb0f82f [2022-05-15T16:23:25.375Z] $ docker rm -f 6848c03759539a3fa7ed36274524a79ec627321f06d0210280d731a50bb0f82f [Pipeline] // withDockerContainer [Pipeline] sh [2022-05-15T16:23:25.734Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-05-15T16:23:25.734Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-05-15T16:23:26.033Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-15T16:23:26.033Z] . [Pipeline] withDockerContainer [2022-05-15T16:23:26.094Z] prd-ubuntu20.04-docker-8c-8g-63687 does not seem to be running inside a container [2022-05-15T16:23:26.139Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest cat [2022-05-15T16:23:26.521Z] $ docker top 015ce9d1b14df4e6091fa933f28c47a07baeea0bd20868bb9b5f1a60cff0dbc4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-05-15T16:23:26.609Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-05-15T16:23:26.609Z] [ssh-agent] Looking for ssh-agent implementation... [2022-05-15T16:23:26.743Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-05-15T16:23:26.757Z] $ docker exec 015ce9d1b14df4e6091fa933f28c47a07baeea0bd20868bb9b5f1a60cff0dbc4 ssh-agent [2022-05-15T16:23:26.874Z] SSH_AUTH_SOCK=/tmp/ssh-02kK2lmPeziX/agent.35 [2022-05-15T16:23:26.875Z] SSH_AGENT_PID=41 [2022-05-15T16:23:26.880Z] Running ssh-add (command line suppressed) [2022-05-15T16:23:27.013Z] Identity added: /w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_8182304032791428487.key (/w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_8182304032791428487.key) [2022-05-15T16:23:27.020Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-05-15T16:23:27.321Z] + git semver push [2022-05-15T16:23:27.586Z] 2022-05-15 16:23:27,526 [run_push] DEBUG push [2022-05-15T16:23:27.586Z] 2022-05-15 16:23:27,526 [execute] INFO git push origin semver [2022-05-15T16:23:27.586Z] 2022-05-15 16:23:27,527 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2022-05-15T16:23:28.530Z] 2022-05-15 16:23:28,268 [run_push] DEBUG push all version tags [2022-05-15T16:23:28.530Z] 2022-05-15 16:23:28,268 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2022-05-15T16:23:28.530Z] 2022-05-15 16:23:28,269 [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) [2022-05-15T16:23:29.100Z] 2022-05-15 16:23:29,075 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main [2022-05-15T16:23:29.100Z] 2.1.0-dev.17 [Pipeline] } [2022-05-15T16:23:29.123Z] $ docker exec --env ******** --env ******** 015ce9d1b14df4e6091fa933f28c47a07baeea0bd20868bb9b5f1a60cff0dbc4 ssh-agent -k [2022-05-15T16:23:29.249Z] unset SSH_AUTH_SOCK; [2022-05-15T16:23:29.249Z] unset SSH_AGENT_PID; [2022-05-15T16:23:29.249Z] echo Agent pid 41 killed; [2022-05-15T16:23:29.250Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-05-15T16:23:29.552Z] + git semver [Pipeline] } [2022-05-15T16:23:29.838Z] $ docker stop --time=1 015ce9d1b14df4e6091fa933f28c47a07baeea0bd20868bb9b5f1a60cff0dbc4 [2022-05-15T16:23:31.164Z] $ docker rm -f 015ce9d1b14df4e6091fa933f28c47a07baeea0bd20868bb9b5f1a60cff0dbc4 [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 [2022-05-15T16:23:31.773Z] + [ -d /w/workspace/foundry_device-rfid-llrp-go_main/archives ] [2022-05-15T16:23:31.773Z] + ls -al /w/workspace/foundry_device-rfid-llrp-go_main/archives [2022-05-15T16:23:31.773Z] total 16 [2022-05-15T16:23:31.773Z] drwxr-xr-x 3 root root 4096 May 15 16:14 . [2022-05-15T16:23:31.773Z] drwxrwxr-x 12 jenkins jenkins 4096 May 15 16:23 .. [2022-05-15T16:23:31.773Z] drwxr-xr-x 2 root root 4096 May 15 16:14 cost [2022-05-15T16:23:31.773Z] -rw-r--r-- 1 root root 89 May 15 16:14 cost.csv [2022-05-15T16:23:31.773Z] + sudo chown -R jenkins:jenkins /w/workspace/foundry_device-rfid-llrp-go_main/archives [2022-05-15T16:23:31.773Z] + ls -al /w/workspace/foundry_device-rfid-llrp-go_main/archives [2022-05-15T16:23:31.773Z] total 16 [2022-05-15T16:23:31.773Z] drwxr-xr-x 3 jenkins jenkins 4096 May 15 16:14 . [2022-05-15T16:23:31.773Z] drwxrwxr-x 12 jenkins jenkins 4096 May 15 16:23 .. [2022-05-15T16:23:31.773Z] drwxr-xr-x 2 jenkins jenkins 4096 May 15 16:14 cost [2022-05-15T16:23:31.773Z] -rw-r--r-- 1 jenkins jenkins 89 May 15 16:14 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-05-15T16:23:32.068Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-15T16:23:32.936Z] ---> package-listing.sh [2022-05-15T16:23:32.936Z] ++ facter osfamily [2022-05-15T16:23:32.936Z] ++ tr '[:upper:]' '[:lower:]' [2022-05-15T16:23:33.198Z] + OS_FAMILY=debian [2022-05-15T16:23:33.198Z] + workspace=/w/workspace/foundry_device-rfid-llrp-go_main [2022-05-15T16:23:33.198Z] + START_PACKAGES=/tmp/packages_start.txt [2022-05-15T16:23:33.198Z] + END_PACKAGES=/tmp/packages_end.txt [2022-05-15T16:23:33.198Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-05-15T16:23:33.198Z] + PACKAGES=/tmp/packages_start.txt [2022-05-15T16:23:33.198Z] + '[' /w/workspace/foundry_device-rfid-llrp-go_main ']' [2022-05-15T16:23:33.198Z] + PACKAGES=/tmp/packages_end.txt [2022-05-15T16:23:33.198Z] + case "${OS_FAMILY}" in [2022-05-15T16:23:33.198Z] + dpkg -l [2022-05-15T16:23:33.198Z] + grep '^ii' [2022-05-15T16:23:33.198Z] + '[' -f /tmp/packages_start.txt ']' [2022-05-15T16:23:33.198Z] + '[' -f /tmp/packages_end.txt ']' [2022-05-15T16:23:33.198Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-05-15T16:23:33.198Z] + '[' /w/workspace/foundry_device-rfid-llrp-go_main ']' [2022-05-15T16:23:33.198Z] + mkdir -p /w/workspace/foundry_device-rfid-llrp-go_main/archives/ [2022-05-15T16:23:33.198Z] + 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 [2022-05-15T16:23:33.213Z] 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 [2022-05-15T16:23:33.495Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2022-05-15T16:23:34.055Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-15T16:23:34.055Z] . [Pipeline] withDockerContainer [2022-05-15T16:23:34.124Z] prd-ubuntu20.04-docker-8c-8g-63687 does not seem to be running inside a container [2022-05-15T16:23:34.168Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-05-15T16:23:34.424Z] $ docker top 4fcd9fa57a92ae1aca0925fcd60cbc967347ba2a81760fa08e03bc26b5c683d8 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-15T16:23:34.764Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-05-15T16:23:35.052Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-05-15T16:23:35.340Z] + ls /var/log/sa-host [2022-05-15T16:23:35.340Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-15T16:23:35.580Z] provisioning config files... [2022-05-15T16:23:35.590Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config3432393486993744537tmp [Pipeline] { [Pipeline] echo [2022-05-15T16:23:35.607Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-15T16:23:35.893Z] ---> create-netrc.sh [Pipeline] } [2022-05-15T16:23:35.901Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-05-15T16:23:36.237Z] ---> python-tools-install.sh [Pipeline] echo [2022-05-15T16:23:36.246Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-15T16:23:36.529Z] ---> sudo-logs.sh [2022-05-15T16:23:36.529Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-05-15T16:23:36.564Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-15T16:23:36.852Z] ---> job-cost.sh [2022-05-15T16:23:36.852Z] lf-activate-venv: SKIPPING [2022-05-15T16:23:36.852Z] DEBUG: total: 0.2199999988079071 [2022-05-15T16:23:36.852Z] INFO: Retrieving Stack Cost... [2022-05-15T16:23:37.425Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-05-15T16:23:37.690Z] INFO: Archiving Costs [Pipeline] echo [2022-05-15T16:23:37.705Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-15T16:23:37.991Z] ---> logs-deploy.sh [2022-05-15T16:23:37.992Z] lf-activate-venv: SKIPPING [2022-05-15T16:23:37.992Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rfid-llrp-go/main/33 [2022-05-15T16:23:37.992Z] INFO: archiving workspace using pattern(s): [2022-05-15T16:23:38.934Z] Archives upload complete. [2022-05-15T16:23:38.934Z] INFO: archiving logs to Nexus