Pull request #164 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of marcpfuller for edgexfoundry/app-rfid-llrp-inventory Obtained Jenkinsfile from 3ec38c0c2b731818eb28ca6fa68c91f7f42de1b9+0370fe2059bad325f9c903388f854f49bb598ddd (75317884aed73f0111b3f766a9c8a947ee964153) 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-ssh8327158863531289548.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 66200e8eedfc470904d6b329e562ec5b45423d6a 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-ssh1472508865088412156.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 66200e8eedfc470904d6b329e562ec5b45423d6a The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/app-rfid-llrp-inventory/branches/PR-164/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-rfid-llrp-inventory/branches/PR-164/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh14981831144954944786.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-rfid-llrp-inventory/branches/PR-164/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh3230926836851943130.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 66200e8eedfc470904d6b329e562ec5b45423d6a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 66200e8eedfc470904d6b329e562ec5b45423d6a # timeout=10 Commit message: "feat: add capability to use golang 1.20 (#427)" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh10254993791277892967.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/app-rfid-llrp-inventory/branches/PR-164/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-rfid-llrp-inventory/branches/PR-164/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh10326057724809459155.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 66200e8eedfc470904d6b329e562ec5b45423d6a Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-rfid-llrp-inventory, buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-rfid-llrp-inventory-settings PROJECT: app-rfid-llrp-inventory USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-rfid-llrp-inventory DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task ‘prd-ubuntu20.04-docker-8c-8g-4456’ is offline Running on prd-ubuntu20.04-docker-8c-8g-4457 in /w/workspace/y_app-rfid-llrp-inventory_PR-164 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-rfid-llrp-inventory.git > git init /w/workspace/y_app-rfid-llrp-inventory_PR-164 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/pull/164/head:refs/remotes/origin/PR-164 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 0370fe2059bad325f9c903388f854f49bb598ddd into PR head commit 3ec38c0c2b731818eb28ca6fa68c91f7f42de1b9 Merge succeeded, producing 3ec38c0c2b731818eb28ca6fa68c91f7f42de1b9 Checking out Revision 3ec38c0c2b731818eb28ca6fa68c91f7f42de1b9 (PR-164) > git config core.sparsecheckout # timeout=10 > git checkout -f 3ec38c0c2b731818eb28ca6fa68c91f7f42de1b9 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 0370fe2059bad325f9c903388f854f49bb598ddd # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3ec38c0c2b731818eb28ca6fa68c91f7f42de1b9 # timeout=10 Commit message: "refactor!: Change configuration file format to YAML" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 66200e8eedfc470904d6b329e562ec5b45423d6a [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:22:28 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:22:28 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:22:28 ========================================================= 23:22:28 EdgeX Global Pipelines Version Info 23:22:28 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:22:29 ------------------- 23:22:29 stable info: 23:22:29 ------------------- 23:22:29 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:22:29 Commit SHA: 66200e8eedfc470904d6b329e562ec5b45423d6a 23:22:29 Message: update stable to v1.0.245 23:22:29 ------------------- 23:22:29 experimental info: 23:22:29 ------------------- 23:22:29 Commited By: **** collab-it+edgex@linuxfoundation.org 23:22:29 Commit SHA: eb5041bb0874f6b7cdca3e6793e1ef87c0289dce 23:22:29 Message: update experimental to v1.0.246 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 23:22:29 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-rfid-llrp-inventory-settings [Pipeline] echo 23:22:29 [edgeXSetupEnvironment]: set envvar PROJECT = app-rfid-llrp-inventory [Pipeline] echo 23:22:30 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:22:30 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:22:30 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:22:30 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 23:22:30 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 23:22:30 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 23:22:30 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:22:30 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:22:30 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 23:22:30 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-rfid-llrp-inventory [Pipeline] echo 23:22:30 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:22:30 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:22:30 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 23:22:30 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 23:22:30 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 23:22:30 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 23:22:30 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:22:30 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 23:22:30 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 23:22:30 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 23:22:30 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 23:22:30 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 23:22:30 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 23:22:30 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 23:22:30 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 23:22:30 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-164 [Pipeline] echo 23:22:31 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-164 [Pipeline] echo 23:22:31 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-164 [Pipeline] echo 23:22:31 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3ec38c0c2b731818eb28ca6fa68c91f7f42de1b9 [Pipeline] echo 23:22:31 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3ec38c0 [Pipeline] echo 23:22:31 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:22:31 provisioning config files... 23:22:31 copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/y_app-rfid-llrp-inventory_PR-164@tmp/config15600272521941335180tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:22:31 ---> docker-login.sh 23:22:31 nexus3.edgexfoundry.org:10001 23:22:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:22:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:22:32 Configure a credential helper to remove this warning. See 23:22:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:22:32 23:22:32 Login Succeeded 23:22:32 nexus3.edgexfoundry.org:10002 23:22:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:22:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:22:32 Configure a credential helper to remove this warning. See 23:22:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:22:32 23:22:32 Login Succeeded 23:22:32 nexus3.edgexfoundry.org:10003 23:22:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:22:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:22:32 Configure a credential helper to remove this warning. See 23:22:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:22:32 23:22:32 Login Succeeded 23:22:32 nexus3.edgexfoundry.org:10004 23:22:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:22:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:22:32 Configure a credential helper to remove this warning. See 23:22:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:22:32 23:22:32 Login Succeeded 23:22:32 docker.io 23:22:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:22:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:22:32 Configure a credential helper to remove this warning. See 23:22:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:22:32 23:22:32 Login Succeeded 23:22:32 ---> docker-login.sh ends [Pipeline] } 23:22:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 23:22:33 + git rev-list -1 --merges 3ec38c0c2b731818eb28ca6fa68c91f7f42de1b9~1..3ec38c0c2b731818eb28ca6fa68c91f7f42de1b9 [Pipeline] echo 23:22:33 -----------> git rev-list -1 --merges 3ec38c0c2b731818eb28ca6fa68c91f7f42de1b9~1..3ec38c0c2b731818eb28ca6fa68c91f7f42de1b9 3ec38c0c2b731818eb28ca6fa68c91f7f42de1b9 [false] [Pipeline] sh 23:22:33 + git log --format=format:%s -1 3ec38c0c2b731818eb28ca6fa68c91f7f42de1b9 [Pipeline] echo 23:22:33 ========================================================= 23:22:33 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 23:22:33 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:22:34 + git log --format=format:%s -1 3ec38c0c2b731818eb28ca6fa68c91f7f42de1b9 [Pipeline] echo 23:22:34 [semverPrep] GIT_COMMIT: 3ec38c0c2b731818eb28ca6fa68c91f7f42de1b9, Commit Message: refactor!: Change configuration file format to YAML [Pipeline] echo 23:22:34 [semverPrep] This is not a build commit. [Pipeline] sh 23:22:34 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 23:22:34 + grep -v github /etc/ssh/ssh_known_hosts 23:22:34 + [ -e /tmp/ssh_known_hosts ] 23:22:34 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 23:22:34 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 23:22:34 + sudo tee -a /etc/ssh/ssh_known_hosts 23:22:34 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:22:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 23:22:35 23:22:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:22:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 23:22:35 0.1.4: Pulling from edgex-devops/py-git-semver 23:22:35 b85a868b505f: Pulling fs layer 23:22:35 e2be974225ed: Pulling fs layer 23:22:35 339a4e72a1f5: Pulling fs layer 23:22:35 988bab9f4d93: Pulling fs layer 23:22:35 1469e6f7b9e6: Pulling fs layer 23:22:35 eaf3925da568: Pulling fs layer 23:22:35 bab4dde63d76: Pulling fs layer 23:22:35 bde34c3a00c8: Pulling fs layer 23:22:35 b352a97aabf1: Pulling fs layer 23:22:35 4872d77fe225: Pulling fs layer 23:22:35 5851b861e8e6: Pulling fs layer 23:22:35 eaf3925da568: Waiting 23:22:35 bab4dde63d76: Waiting 23:22:35 bde34c3a00c8: Waiting 23:22:35 4872d77fe225: Waiting 23:22:35 b352a97aabf1: Waiting 23:22:35 5851b861e8e6: Waiting 23:22:35 988bab9f4d93: Waiting 23:22:35 1469e6f7b9e6: Waiting 23:22:35 e2be974225ed: Verifying Checksum 23:22:35 e2be974225ed: Download complete 23:22:35 988bab9f4d93: Download complete 23:22:35 1469e6f7b9e6: Verifying Checksum 23:22:35 1469e6f7b9e6: Download complete 23:22:35 eaf3925da568: Verifying Checksum 23:22:35 eaf3925da568: Download complete 23:22:35 339a4e72a1f5: Verifying Checksum 23:22:35 339a4e72a1f5: Download complete 23:22:35 bde34c3a00c8: Download complete 23:22:35 b352a97aabf1: Download complete 23:22:35 4872d77fe225: Verifying Checksum 23:22:35 4872d77fe225: Download complete 23:22:35 b85a868b505f: Verifying Checksum 23:22:35 b85a868b505f: Download complete 23:22:36 bab4dde63d76: Verifying Checksum 23:22:36 bab4dde63d76: Download complete 23:22:37 b85a868b505f: Pull complete 23:22:37 e2be974225ed: Pull complete 23:22:38 339a4e72a1f5: Pull complete 23:22:38 988bab9f4d93: Pull complete 23:22:38 1469e6f7b9e6: Pull complete 23:22:38 eaf3925da568: Pull complete 23:22:39 bab4dde63d76: Pull complete 23:22:39 bde34c3a00c8: Pull complete 23:22:39 b352a97aabf1: Pull complete 23:22:40 4872d77fe225: Pull complete 23:22:40 5851b861e8e6: Pull complete 23:22:40 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 23:22:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 23:22:40 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:22:40 prd-ubuntu20.04-docker-8c-8g-4457 does not seem to be running inside a container 23:22:40 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/y_app-rfid-llrp-inventory_PR-164 -v /w/workspace/y_app-rfid-llrp-inventory_PR-164:/w/workspace/y_app-rfid-llrp-inventory_PR-164:rw,z -v /w/workspace/y_app-rfid-llrp-inventory_PR-164@tmp:/w/workspace/y_app-rfid-llrp-inventory_PR-164@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 23:22:42 $ docker top 9c7436ceb09c82518ec7af29a42fa3474f84af1c80b54cecabb0d2333f62bd62 -eo pid,comm 23:22:42 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). 23:22:42 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:22:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:22:42 [ssh-agent] Looking for ssh-agent implementation... 23:22:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:22:43 $ docker exec 9c7436ceb09c82518ec7af29a42fa3474f84af1c80b54cecabb0d2333f62bd62 ssh-agent 23:22:43 SSH_AUTH_SOCK=/tmp/ssh-ixVSTe7C2GZT/agent.31 23:22:43 SSH_AGENT_PID=37 23:22:43 Running ssh-add (command line suppressed) 23:22:43 Identity added: /w/workspace/y_app-rfid-llrp-inventory_PR-164@tmp/private_key_3707413019752100354.key (/w/workspace/y_app-rfid-llrp-inventory_PR-164@tmp/private_key_3707413019752100354.key) 23:22:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:22:43 + git tag --points-at HEAD [Pipeline] } 23:22:43 $ docker exec --env ******** --env ******** 9c7436ceb09c82518ec7af29a42fa3474f84af1c80b54cecabb0d2333f62bd62 ssh-agent -k 23:22:43 unset SSH_AUTH_SOCK; 23:22:43 unset SSH_AGENT_PID; 23:22:43 echo Agent pid 37 killed; 23:22:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 23:22:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:22:43 [ssh-agent] Looking for ssh-agent implementation... 23:22:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:22:43 $ docker exec 9c7436ceb09c82518ec7af29a42fa3474f84af1c80b54cecabb0d2333f62bd62 ssh-agent 23:22:44 SSH_AUTH_SOCK=/tmp/ssh-TTWS1KkyFpSb/agent.69 23:22:44 SSH_AGENT_PID=75 23:22:44 Running ssh-add (command line suppressed) 23:22:44 Identity added: /w/workspace/y_app-rfid-llrp-inventory_PR-164@tmp/private_key_12557252265417443183.key (/w/workspace/y_app-rfid-llrp-inventory_PR-164@tmp/private_key_12557252265417443183.key) 23:22:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:22:44 + git semver init 23:22:44 2023-03-17 23:22:44,656 [run_init] DEBUG init version:0.0.0 force:False 23:22:44 2023-03-17 23:22:44,657 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/y_app-rfid-llrp-inventory_PR-164/.semver 23:22:44 2023-03-17 23:22:44,658 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-rfid-llrp-inventory.git /w/workspace/y_app-rfid-llrp-inventory_PR-164/.semver 23:22:44 2023-03-17 23:22:44,658 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-rfid-llrp-inventory.git', '/w/workspace/y_app-rfid-llrp-inventory_PR-164/.semver'], cwd=/w/workspace/y_app-rfid-llrp-inventory_PR-164, universal_newlines=False, shell=None, istream=None) 23:22:45 2023-03-17 23:22:45,661 [append_file] DEBUG append to file:/w/workspace/y_app-rfid-llrp-inventory_PR-164/.git/info/exclude 23:22:45 2023-03-17 23:22:45,661 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/y_app-rfid-llrp-inventory_PR-164/.semver/PR-164 with force:False 23:22:45 2023-03-17 23:22:45,661 [write_file] DEBUG write to file:/w/workspace/y_app-rfid-llrp-inventory_PR-164/.semver/PR-164 23:22:45 2023-03-17 23:22:45,665 [execute] INFO git cat-file --batch-check 23:22:45 2023-03-17 23:22:45,666 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/y_app-rfid-llrp-inventory_PR-164/.semver, universal_newlines=False, shell=None, istream=) 23:22:45 2023-03-17 23:22:45,671 [execute] INFO git cat-file --batch 23:22:45 2023-03-17 23:22:45,672 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/y_app-rfid-llrp-inventory_PR-164/.semver, universal_newlines=False, shell=None, istream=) 23:22:45 2023-03-17 23:22:45,676 [read_version] DEBUG read version from /w/workspace/y_app-rfid-llrp-inventory_PR-164/.semver/PR-164 23:22:45 0.0.0 [Pipeline] } 23:22:45 $ docker exec --env ******** --env ******** 9c7436ceb09c82518ec7af29a42fa3474f84af1c80b54cecabb0d2333f62bd62 ssh-agent -k 23:22:45 unset SSH_AUTH_SOCK; 23:22:45 unset SSH_AGENT_PID; 23:22:45 echo Agent pid 75 killed; 23:22:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:22:46 + git semver [Pipeline] } 23:22:46 $ docker stop --time=1 9c7436ceb09c82518ec7af29a42fa3474f84af1c80b54cecabb0d2333f62bd62 23:22:47 $ docker rm -f --volumes 9c7436ceb09c82518ec7af29a42fa3474f84af1c80b54cecabb0d2333f62bd62 [Pipeline] // withDockerContainer [Pipeline] sh 23:22:48 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 23:22:48 Stashed 1 file(s) [Pipeline] echo 23:22:48 [edgeXSemver]: initialized semver on version 0.0.0 [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] { 23:22:49 Running on prd-ubuntu20.04-docker-arm64-4c-16g-4444 in /w/workspace/y_app-rfid-llrp-inventory_PR-164 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:22:49 provisioning config files... 23:22:49 copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/y_app-rfid-llrp-inventory_PR-164@tmp/config16740474869517394027tmp [Pipeline] { [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] ws 23:22:49 Running in /w/workspace/app-rfid-llrp-inventory/1 [Pipeline] { [Pipeline] checkout 23:22:49 The recommended git tool is: git 23:22:49 ---> docker-login.sh 23:22:49 nexus3.edgexfoundry.org:10001 23:22:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:22:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:22:49 Configure a credential helper to remove this warning. See 23:22:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:22:49 23:22:49 Login Succeeded 23:22:49 nexus3.edgexfoundry.org:10002 23:22:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:22:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:22:49 Configure a credential helper to remove this warning. See 23:22:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:22:49 23:22:49 Login Succeeded 23:22:49 nexus3.edgexfoundry.org:10003 23:22:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:22:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:22:49 Configure a credential helper to remove this warning. See 23:22:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:22:49 23:22:49 Login Succeeded 23:22:49 nexus3.edgexfoundry.org:10004 23:22:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:22:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:22:49 Configure a credential helper to remove this warning. See 23:22:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:22:49 23:22:49 Login Succeeded 23:22:49 docker.io 23:22:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:22:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:22:50 Configure a credential helper to remove this warning. See 23:22:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:22:50 23:22:50 Login Succeeded 23:22:50 ---> docker-login.sh ends [Pipeline] } 23:22:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 23:22:50 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 23:22:50 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 23:22:50 ========================================================= 23:22:50 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 23:22:50 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:22:50 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . 23:22:50 Sending build context to Docker daemon 12.59MB 23:22:50 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 23:22:50 Step 2/12 : FROM ${BASE} AS builder 23:22:50 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 23:22:50 63b65145d645: Pulling fs layer 23:22:50 a2d21d5440eb: Pulling fs layer 23:22:50 935e6c44a52c: Pulling fs layer 23:22:50 94cc34f8dd06: Pulling fs layer 23:22:50 30dea6a524f1: Pulling fs layer 23:22:50 a2aff8979fd8: Pulling fs layer 23:22:50 6808be2612f2: Pulling fs layer 23:22:50 f25807f1079a: Pulling fs layer 23:22:50 f25807f1079a: Waiting 23:22:50 a2aff8979fd8: Waiting 23:22:50 94cc34f8dd06: Waiting 23:22:50 30dea6a524f1: Waiting 23:22:50 6808be2612f2: Waiting 23:22:51 a2d21d5440eb: Download complete 23:22:51 94cc34f8dd06: Verifying Checksum 23:22:51 94cc34f8dd06: Download complete 23:22:51 30dea6a524f1: Download complete 23:22:51 63b65145d645: Verifying Checksum 23:22:51 63b65145d645: Download complete 23:22:51 a2aff8979fd8: Verifying Checksum 23:22:51 a2aff8979fd8: Download complete 23:22:51 63b65145d645: Pull complete 23:22:51 a2d21d5440eb: Pull complete 23:22:51 f25807f1079a: Verifying Checksum 23:22:51 f25807f1079a: Download complete 23:22:51 935e6c44a52c: Verifying Checksum 23:22:51 935e6c44a52c: Download complete 23:22:52 6808be2612f2: Verifying Checksum 23:22:52 6808be2612f2: Download complete 23:22:54 using credential edgex-jenkins-ssh 23:22:54 Cloning the remote Git repository 23:22:54 Cloning repository git@github.com:edgexfoundry/app-rfid-llrp-inventory.git 23:22:54 > git init /w/workspace/app-rfid-llrp-inventory/1 # timeout=10 23:22:55 935e6c44a52c: Pull complete 23:22:55 94cc34f8dd06: Pull complete 23:22:55 30dea6a524f1: Pull complete 23:22:55 a2aff8979fd8: Pull complete 23:22:54 Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.git 23:22:54 > git --version # timeout=10 23:22:54 > git --version # 'git version 2.25.1' 23:22:54 using GIT_SSH to set credentials SSH Credentials for GitHub 23:22:54 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:22:56 > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 23:22:56 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:22:57 Merging remotes/origin/main commit 0370fe2059bad325f9c903388f854f49bb598ddd into PR head commit 3ec38c0c2b731818eb28ca6fa68c91f7f42de1b9 23:22:57 6808be2612f2: Pull complete 23:22:57 > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 23:22:57 Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.git 23:22:57 using GIT_SSH to set credentials SSH Credentials for GitHub 23:22:57 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/pull/164/head:refs/remotes/origin/PR-164 +refs/heads/main:refs/remotes/origin/main # timeout=10 23:22:57 > git config core.sparsecheckout # timeout=10 23:22:57 > git checkout -f 3ec38c0c2b731818eb28ca6fa68c91f7f42de1b9 # timeout=10 23:22:57 > git remote # timeout=10 23:22:57 > git config --get remote.origin.url # timeout=10 23:22:57 using GIT_SSH to set credentials SSH Credentials for GitHub 23:22:57 > git merge 0370fe2059bad325f9c903388f854f49bb598ddd # timeout=10 23:22:57 > git rev-parse HEAD^{commit} # timeout=10 23:22:58 Merge succeeded, producing 3ec38c0c2b731818eb28ca6fa68c91f7f42de1b9 23:22:58 Checking out Revision 3ec38c0c2b731818eb28ca6fa68c91f7f42de1b9 (PR-164) 23:22:58 f25807f1079a: Pull complete 23:22:58 Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 23:22:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 23:22:58 ---> 3b553350e43f 23:22:58 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 23:22:58 > git config core.sparsecheckout # timeout=10 23:22:58 > git checkout -f 3ec38c0c2b731818eb28ca6fa68c91f7f42de1b9 # timeout=10 23:23:01 Commit message: "refactor!: Change configuration file format to YAML" 23:23:01 > git --version # timeout=10 23:23:01 > git --version # 'git version 2.25.1' 23:23:01 fatal: bad object 66200e8eedfc470904d6b329e562ec5b45423d6a [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:23:02 ---> Running in 72a7d29c4005 23:23:02 Removing intermediate container 72a7d29c4005 23:23:02 ---> 1144c53a0cc6 23:23:02 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 23:23:02 ---> Running in 93e83689a9a3 23:23:02 Removing intermediate container 93e83689a9a3 23:23:02 ---> 625e5c3af81c 23:23:02 Step 5/12 : ARG ADD_BUILD_TAGS="" 23:23:02 ---> Running in 9ab3050a05c0 23:23:02 Removing intermediate container 9ab3050a05c0 23:23:02 ---> 880b75359ef5 23:23:02 Step 6/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 23:23:02 ---> Running in 5a7e8ae8dc67 23:23:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 23:23:02 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 23:23:02 % Total % Received % Xferd Average Speed Time Time Time Current 23:23:02 Dload Upload Total Spent Left Speed 23:23:02 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 105k 0 --:--:-- --:--:-- --:--:-- 105k 23:23:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [Pipeline] sh 23:23:03 OK: 265 MiB in 53 packages 23:23:03 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 23:23:03 Removing intermediate container 5a7e8ae8dc67 23:23:03 ---> fe0502e08e21 23:23:03 Step 7/12 : WORKDIR /app 23:23:03 ---> Running in 8af4edd83e96 23:23:03 Removing intermediate container 8af4edd83e96 23:23:03 ---> 464638e4464c 23:23:03 Step 8/12 : COPY go.mod vendor* ./ 23:23:03 + + sudosudo tee jq /etc/docker/daemon.new . += {"seccomp-profile": "/etc/docker/seccomp.json"} 23:23:03 /etc/docker/daemon.json 23:23:03 { 23:23:03 "registry-mirrors": [ 23:23:03 "https://nexus3.edgexfoundry.org:10001" 23:23:03 ], 23:23:03 "bip": "10.250.0.254/24", 23:23:03 "hosts": [ 23:23:03 "tcp://0.0.0.0:5555", 23:23:03 "unix:///var/run/docker.sock" 23:23:03 ], 23:23:03 "mtu": 1458, 23:23:03 "selinux-enabled": true, 23:23:03 "seccomp-profile": "/etc/docker/seccomp.json" 23:23:03 } [Pipeline] sh 23:23:03 ---> 2f5423d5451b 23:23:03 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:23:03 ---> Running in fbb2eff2d047 23:23:04 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 23:23:04 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:23:22 provisioning config files... 23:23:22 copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/app-rfid-llrp-inventory/1@tmp/config2268174049289168128tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:23:23 ---> docker-login.sh 23:23:23 nexus3.edgexfoundry.org:10001 23:23:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:23:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:23:23 Configure a credential helper to remove this warning. See 23:23:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:23:23 23:23:23 Login Succeeded 23:23:23 nexus3.edgexfoundry.org:10002 23:23:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:23:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:23:24 Configure a credential helper to remove this warning. See 23:23:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:23:24 23:23:24 Login Succeeded 23:23:24 nexus3.edgexfoundry.org:10003 23:23:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:23:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:23:24 Configure a credential helper to remove this warning. See 23:23:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:23:24 23:23:24 Login Succeeded 23:23:24 nexus3.edgexfoundry.org:10004 23:23:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:23:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:23:24 Configure a credential helper to remove this warning. See 23:23:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:23:24 23:23:24 Login Succeeded 23:23:24 docker.io 23:23:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:23:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:23:25 Configure a credential helper to remove this warning. See 23:23:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:23:25 23:23:25 Login Succeeded 23:23:25 ---> docker-login.sh ends [Pipeline] } 23:23:25 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 23:23:25 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 23:23:25 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 23:23:25 ========================================================= 23:23:25 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 23:23:25 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:23:26 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . 23:23:26 Sending build context to Docker daemon 678.9kB 23:23:26 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 23:23:26 Step 2/12 : FROM ${BASE} AS builder 23:23:26 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:23:26 af6eaf76a39c: Pulling fs layer 23:23:26 55522c791124: Pulling fs layer 23:23:26 ce5c4a1c91eb: Pulling fs layer 23:23:26 169dfbe0d373: Pulling fs layer 23:23:26 e1ff8fa3b103: Pulling fs layer 23:23:26 52ebb69f0ebf: Pulling fs layer 23:23:26 5abe8eddf0d5: Pulling fs layer 23:23:26 e1ff8fa3b103: Waiting 23:23:26 52ebb69f0ebf: Waiting 23:23:26 5abe8eddf0d5: Waiting 23:23:26 169dfbe0d373: Waiting 23:23:26 55522c791124: Verifying Checksum 23:23:26 55522c791124: Download complete 23:23:26 169dfbe0d373: Download complete 23:23:26 e1ff8fa3b103: Verifying Checksum 23:23:26 e1ff8fa3b103: Download complete 23:23:26 af6eaf76a39c: Verifying Checksum 23:23:26 af6eaf76a39c: Download complete 23:23:27 af6eaf76a39c: Pull complete 23:23:27 5abe8eddf0d5: Verifying Checksum 23:23:27 5abe8eddf0d5: Download complete 23:23:28 55522c791124: Pull complete 23:23:29 52ebb69f0ebf: Verifying Checksum 23:23:29 52ebb69f0ebf: Download complete 23:23:29 ce5c4a1c91eb: Download complete 23:23:36 go: github.com/edgexfoundry/app-functions-sdk-go/v3@v3.0.0-dev.41 (replaced by /home/marcphil/iotgDev/edgex/myrepos/app-functions-sdk-go): reading /home/marcphil/iotgDev/edgex/myrepos/app-functions-sdk-go/go.mod: open /home/marcphil/iotgDev/edgex/myrepos/app-functions-sdk-go/go.mod: no such file or directory 23:23:36 skipping... 23:23:39 ce5c4a1c91eb: Pull complete 23:23:39 169dfbe0d373: Pull complete 23:23:39 e1ff8fa3b103: Pull complete 23:23:47 52ebb69f0ebf: Pull complete 23:23:48 Removing intermediate container fbb2eff2d047 23:23:48 ---> b620fb6757c4 23:23:48 Step 10/12 : COPY . . 23:23:48 ---> e89feab39a89 23:23:48 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 23:23:48 ---> Running in 4b1d96cd8bbf 23:23:48 Removing intermediate container 4b1d96cd8bbf 23:23:48 ---> 264ac3281720 23:23:48 Step 12/12 : RUN $MAKE 23:23:48 ---> Running in f8b382db8a17 23:23:48 noop 23:23:48 Removing intermediate container f8b382db8a17 23:23:48 ---> 3fc0a4806a07 23:23:48 Successfully built 3fc0a4806a07 23:23:48 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:23:48 + docker inspect -f . ci-base-image-x86_64 23:23:48 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:23:48 5abe8eddf0d5: Pull complete 23:23:48 Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f 23:23:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 23:23:48 ---> 6cb57ee374ae 23:23:48 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 23:23:48 prd-ubuntu20.04-docker-8c-8g-4457 does not seem to be running inside a container 23:23:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/y_app-rfid-llrp-inventory_PR-164 -v /w/workspace/y_app-rfid-llrp-inventory_PR-164:/w/workspace/y_app-rfid-llrp-inventory_PR-164:rw,z -v /w/workspace/y_app-rfid-llrp-inventory_PR-164@tmp:/w/workspace/y_app-rfid-llrp-inventory_PR-164@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 23:23:49 $ docker top 3f05221066cf7b71d9ffa66b6944eca3864ce1428e22386aa52e1e85cd7fba35 -eo pid,comm [Pipeline] { [Pipeline] sh 23:23:49 + go version 23:23:49 go version go1.20.2 linux/amd64 [Pipeline] } 23:23:49 $ docker stop --time=1 3f05221066cf7b71d9ffa66b6944eca3864ce1428e22386aa52e1e85cd7fba35 23:23:50 ---> Running in 13e7327c366c 23:23:50 Removing intermediate container 13e7327c366c 23:23:50 ---> 142ff4346250 23:23:50 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 23:23:50 ---> Running in a393201383a5 23:23:50 $ docker rm -f --volumes 3f05221066cf7b71d9ffa66b6944eca3864ce1428e22386aa52e1e85cd7fba35 23:23:51 Removing intermediate container a393201383a5 23:23:51 ---> 2e62e7046841 23:23:51 Step 5/12 : ARG ADD_BUILD_TAGS="" 23:23:51 ---> Running in 16b2e3518c79 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) 23:23:51 Removing intermediate container 16b2e3518c79 23:23:51 ---> 3a9a73fc9727 23:23:51 Step 6/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:23:51 ---> Running in 7a21e484a675 23:23:51 + docker inspect -f . ci-base-image-x86_64 23:23:51 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:23:51 prd-ubuntu20.04-docker-8c-8g-4457 does not seem to be running inside a container 23:23:51 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/y_app-rfid-llrp-inventory_PR-164 -v /w/workspace/y_app-rfid-llrp-inventory_PR-164:/w/workspace/y_app-rfid-llrp-inventory_PR-164:rw,z -v /w/workspace/y_app-rfid-llrp-inventory_PR-164@tmp:/w/workspace/y_app-rfid-llrp-inventory_PR-164@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 23:23:52 $ docker top 55beaf40f677af71b7ee2f29400969f06c1023e50cc0bbfe27ecacf4a51e108a -eo pid,comm [Pipeline] { [Pipeline] sh 23:23:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 23:23:52 + git config --global --add safe.directory /w/workspace/y_app-rfid-llrp-inventory_PR-164 [Pipeline] fileExists [Pipeline] sh 23:23:53 + make test 23:23:53 go test -race ./... -coverprofile=coverage.out ./... 23:23:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 23:23:53 internal/inventory/app/app.go:20:2: github.com/edgexfoundry/app-functions-sdk-go/v3@v3.0.0-dev.41: replacement directory /home/marcphil/iotgDev/edgex/myrepos/app-functions-sdk-go does not exist 23:23:53 internal/inventory/app/app.go:21:2: github.com/edgexfoundry/app-functions-sdk-go/v3@v3.0.0-dev.41: replacement directory /home/marcphil/iotgDev/edgex/myrepos/app-functions-sdk-go does not exist 23:23:53 make: *** [Makefile:36: unittest] Error 1 [Pipeline] } 23:23:53 $ docker stop --time=1 55beaf40f677af71b7ee2f29400969f06c1023e50cc0bbfe27ecacf4a51e108a 23:23:54 OK: 263 MiB in 53 packages 23:23:54 $ docker rm -f --volumes 55beaf40f677af71b7ee2f29400969f06c1023e50cc0bbfe27ecacf4a51e108a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } 23:23:55 Removing intermediate container 7a21e484a675 23:23:55 ---> dfe3eec8a470 23:23:55 Step 7/12 : WORKDIR /app 23:23:55 ---> Running in c366fa22d9aa [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } 23:23:55 Removing intermediate container c366fa22d9aa 23:23:55 ---> 5281b7ca9764 23:23:55 Step 8/12 : COPY go.mod vendor* ./ [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:23:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 23:23:55 23:23:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:23:55 ---> 986fc067b419 23:23:55 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:23:55 ---> Running in 0daa9e6e031f 23:23:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 23:23:56 latest: Pulling from edgex-lftools-log-publisher 23:23:56 5eb5b503b376: Pulling fs layer 23:23:56 5c69ac0246d0: Pulling fs layer 23:23:56 ec43610c2a17: Pulling fs layer 23:23:56 3a2ae6a8a46f: Pulling fs layer 23:23:56 33b1e0a273af: Pulling fs layer 23:23:56 5d3b04190fa2: Pulling fs layer 23:23:56 2f39f015ded8: Pulling fs layer 23:23:56 3a2ae6a8a46f: Waiting 23:23:56 33b1e0a273af: Waiting 23:23:56 2f39f015ded8: Waiting 23:23:56 5d3b04190fa2: Waiting 23:23:56 5c69ac0246d0: Verifying Checksum 23:23:56 5c69ac0246d0: Download complete 23:23:56 33b1e0a273af: Download complete 23:23:56 ec43610c2a17: Verifying Checksum 23:23:56 ec43610c2a17: Download complete 23:23:56 5d3b04190fa2: Verifying Checksum 23:23:56 5d3b04190fa2: Download complete 23:23:56 5eb5b503b376: Download complete 23:23:57 2f39f015ded8: Download complete 23:23:57 5eb5b503b376: Pull complete 23:23:57 5c69ac0246d0: Pull complete 23:23:58 ec43610c2a17: Pull complete 23:23:58 3a2ae6a8a46f: Pull complete 23:23:58 33b1e0a273af: Pull complete 23:23:58 5d3b04190fa2: Pull complete 23:24:02 2f39f015ded8: Pull complete 23:24:03 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 23:24:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 23:24:03 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:24:03 prd-ubuntu20.04-docker-8c-8g-4457 does not seem to be running inside a container 23:24:03 $ 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/y_app-rfid-llrp-inventory_PR-164 -v /w/workspace/y_app-rfid-llrp-inventory_PR-164:/w/workspace/y_app-rfid-llrp-inventory_PR-164:rw,z -v /w/workspace/y_app-rfid-llrp-inventory_PR-164@tmp:/w/workspace/y_app-rfid-llrp-inventory_PR-164@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 23:24:06 $ docker top 6dff2be14118df84a7459ad97756dba98af88cede4edc5ae0efd93c1954048da -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:24:07 ---> job-cost.sh 23:24:07 lf-activate-venv: SKIPPING 23:24:07 INFO: No Stack... 23:24:07 INFO: Retrieving Pricing Info for: v3-standard-8 23:24:08 INFO: Archiving Costs [Pipeline] sh 23:24:09 + cat /w/workspace/y_app-rfid-llrp-inventory_PR-164/archives/cost.csv 23:24:09 + cut -d, -f6 [Pipeline] lock 23:24:09 Trying to acquire lock on [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-164-1-stack-cost] 23:24:09 Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-164-1-stack-cost] did not exist. Created. 23:24:09 Lock acquired on [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-164-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 23:24:09 + echo total: 0.2199999988079071 [Pipeline] stash 23:24:09 Stashed 1 file(s) [Pipeline] } 23:24:09 Lock released on resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-164-1-stack-cost] [Pipeline] // lock [Pipeline] } 23:24:09 $ docker stop --time=1 6dff2be14118df84a7459ad97756dba98af88cede4edc5ae0efd93c1954048da 23:24:10 $ docker rm -f --volumes 6dff2be14118df84a7459ad97756dba98af88cede4edc5ae0efd93c1954048da [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 23:24:11 Failed in branch amd64 23:24:18 go: github.com/edgexfoundry/app-functions-sdk-go/v3@v3.0.0-dev.41 (replaced by /home/marcphil/iotgDev/edgex/myrepos/app-functions-sdk-go): reading /home/marcphil/iotgDev/edgex/myrepos/app-functions-sdk-go/go.mod: open /home/marcphil/iotgDev/edgex/myrepos/app-functions-sdk-go/go.mod: no such file or directory 23:24:18 skipping... 23:24:57 Removing intermediate container 0daa9e6e031f 23:24:57 ---> 475666312213 23:24:57 Step 10/12 : COPY . . 23:24:57 ---> d479b927735f 23:24:57 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 23:24:57 ---> Running in 5afd4b1d8b19 23:24:57 Removing intermediate container 5afd4b1d8b19 23:24:57 ---> 11e278be2522 23:24:57 Step 12/12 : RUN $MAKE 23:24:57 ---> Running in c3307613095f 23:24:57 noop 23:24:57 Removing intermediate container c3307613095f 23:24:57 ---> 5f60870294b2 23:24:57 Successfully built 5f60870294b2 23:24:57 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:24:57 + docker inspect -f . ci-base-image-arm64 23:24:57 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:24:57 prd-ubuntu20.04-docker-arm64-4c-16g-4444 does not seem to be running inside a container 23:24:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-rfid-llrp-inventory/1 -v /w/workspace/app-rfid-llrp-inventory/1:/w/workspace/app-rfid-llrp-inventory/1:rw,z -v /w/workspace/app-rfid-llrp-inventory/1@tmp:/w/workspace/app-rfid-llrp-inventory/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 23:24:58 $ docker top 862f3d01d7ff0d4a7f8ad4572377724612a0e1a7e54163e95d40c5782e4c2fd4 -eo pid,comm [Pipeline] { [Pipeline] sh 23:24:59 + go version 23:24:59 go version go1.20.2 linux/arm64 [Pipeline] } 23:24:59 $ docker stop --time=1 862f3d01d7ff0d4a7f8ad4572377724612a0e1a7e54163e95d40c5782e4c2fd4 23:25:01 $ docker rm -f --volumes 862f3d01d7ff0d4a7f8ad4572377724612a0e1a7e54163e95d40c5782e4c2fd4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:25:02 + docker inspect -f . ci-base-image-arm64 23:25:02 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:25:02 prd-ubuntu20.04-docker-arm64-4c-16g-4444 does not seem to be running inside a container 23:25:02 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/app-rfid-llrp-inventory/1 -v /w/workspace/app-rfid-llrp-inventory/1:/w/workspace/app-rfid-llrp-inventory/1:rw,z -v /w/workspace/app-rfid-llrp-inventory/1@tmp:/w/workspace/app-rfid-llrp-inventory/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 23:25:04 $ docker top bec26bd364092a1e33769e8fa4eb2325aaf481998c96a347c6c5de57bc094d20 -eo pid,comm [Pipeline] { [Pipeline] sh 23:25:04 + git config --global --add safe.directory /w/workspace/app-rfid-llrp-inventory/1 [Pipeline] fileExists [Pipeline] sh 23:25:05 + make test 23:25:05 go test -race ./... -coverprofile=coverage.out ./... 23:25:07 internal/inventory/app/app.go:20:2: github.com/edgexfoundry/app-functions-sdk-go/v3@v3.0.0-dev.41: replacement directory /home/marcphil/iotgDev/edgex/myrepos/app-functions-sdk-go does not exist 23:25:07 internal/inventory/app/app.go:21:2: github.com/edgexfoundry/app-functions-sdk-go/v3@v3.0.0-dev.41: replacement directory /home/marcphil/iotgDev/edgex/myrepos/app-functions-sdk-go does not exist 23:25:07 make: *** [Makefile:36: unittest] Error 1 [Pipeline] } 23:25:07 $ docker stop --time=1 bec26bd364092a1e33769e8fa4eb2325aaf481998c96a347c6c5de57bc094d20 23:25:09 $ docker rm -f --volumes bec26bd364092a1e33769e8fa4eb2325aaf481998c96a347c6c5de57bc094d20 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:25:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 23:25:10 23:25:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:25:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 23:25:10 arm64: Pulling from edgex-lftools-log-publisher 23:25:10 8998bd30e6a1: Pulling fs layer 23:25:10 04944245beec: Pulling fs layer 23:25:10 699f458cf7ca: Pulling fs layer 23:25:10 765212b225bb: Pulling fs layer 23:25:10 f23df028b6ca: Pulling fs layer 23:25:10 d65c8cfc05b1: Pulling fs layer 23:25:10 2437ff75d9bd: Pulling fs layer 23:25:10 f23df028b6ca: Waiting 23:25:10 d65c8cfc05b1: Waiting 23:25:10 2437ff75d9bd: Waiting 23:25:10 765212b225bb: Waiting 23:25:10 04944245beec: Verifying Checksum 23:25:10 04944245beec: Download complete 23:25:10 765212b225bb: Verifying Checksum 23:25:10 765212b225bb: Download complete 23:25:10 f23df028b6ca: Verifying Checksum 23:25:10 f23df028b6ca: Download complete 23:25:10 d65c8cfc05b1: Verifying Checksum 23:25:10 d65c8cfc05b1: Download complete 23:25:10 699f458cf7ca: Verifying Checksum 23:25:10 699f458cf7ca: Download complete 23:25:11 8998bd30e6a1: Verifying Checksum 23:25:11 8998bd30e6a1: Download complete 23:25:13 2437ff75d9bd: Verifying Checksum 23:25:13 2437ff75d9bd: Download complete 23:25:14 8998bd30e6a1: Pull complete 23:25:16 04944245beec: Pull complete 23:25:17 699f458cf7ca: Pull complete 23:25:17 765212b225bb: Pull complete 23:25:18 f23df028b6ca: Pull complete 23:25:18 d65c8cfc05b1: Pull complete 23:25:33 2437ff75d9bd: Pull complete 23:25:33 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 23:25:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 23:25:33 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:25:33 prd-ubuntu20.04-docker-arm64-4c-16g-4444 does not seem to be running inside a container 23:25:33 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/app-rfid-llrp-inventory/1 -v /w/workspace/app-rfid-llrp-inventory/1:/w/workspace/app-rfid-llrp-inventory/1:rw,z -v /w/workspace/app-rfid-llrp-inventory/1@tmp:/w/workspace/app-rfid-llrp-inventory/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 23:25:36 $ docker top 335e6b4b702e87c573e99d48abdc89b593d6a04d7dba48dacc5b41ce5196fc3d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:25:36 ---> job-cost.sh 23:25:37 lf-activate-venv: SKIPPING 23:25:37 INFO: No Stack... 23:25:37 INFO: Retrieving Pricing Info for: v3-standard-4 23:25:38 INFO: Archiving Costs [Pipeline] sh 23:25:38 + cat /w/workspace/app-rfid-llrp-inventory/1/archives/cost.csv 23:25:38 + cut -d, -f6 [Pipeline] lock 23:25:38 Trying to acquire lock on [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-164-1-stack-cost] 23:25:38 Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-164-1-stack-cost] did not exist. Created. 23:25:38 Lock acquired on [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-164-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 23:25:39 /w/workspace/app-rfid-llrp-inventory/1@tmp/durable-2ad2a967/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 23:25:39 + echo total: 0.2199999988079071 [Pipeline] stash 23:25:39 Warning: overwriting stash ‘stack-cost’ 23:25:39 Stashed 1 file(s) [Pipeline] } 23:25:39 Lock released on resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-164-1-stack-cost] [Pipeline] // lock [Pipeline] } 23:25:40 $ docker stop --time=1 335e6b4b702e87c573e99d48abdc89b593d6a04d7dba48dacc5b41ce5196fc3d 23:25:41 $ docker rm -f --volumes 335e6b4b702e87c573e99d48abdc89b593d6a04d7dba48dacc5b41ce5196fc3d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 23:25:42 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 23:25:44 + [ -d /w/workspace/y_app-rfid-llrp-inventory_PR-164/archives ] 23:25:44 + ls -al /w/workspace/y_app-rfid-llrp-inventory_PR-164/archives 23:25:44 total 16 23:25:44 drwxr-xr-x 3 root root 4096 Mar 17 23:24 . 23:25:44 drwxrwxr-x 12 jenkins jenkins 4096 Mar 17 23:24 .. 23:25:44 drwxr-xr-x 2 root root 4096 Mar 17 23:24 cost 23:25:44 -rw-r--r-- 1 root root 95 Mar 17 23:24 cost.csv 23:25:44 + sudo chown -R jenkins:jenkins /w/workspace/y_app-rfid-llrp-inventory_PR-164/archives 23:25:44 + ls -al /w/workspace/y_app-rfid-llrp-inventory_PR-164/archives 23:25:44 total 16 23:25:44 drwxr-xr-x 3 jenkins jenkins 4096 Mar 17 23:24 . 23:25:44 drwxrwxr-x 12 jenkins jenkins 4096 Mar 17 23:24 .. 23:25:44 drwxr-xr-x 2 jenkins jenkins 4096 Mar 17 23:24 cost 23:25:44 -rw-r--r-- 1 jenkins jenkins 95 Mar 17 23:24 cost.csv [Pipeline] libraryResource [Pipeline] sh 23:25:44 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:25:45 ---> package-listing.sh 23:25:45 ++ facter osfamily 23:25:45 ++ tr '[:upper:]' '[:lower:]' 23:25:45 + OS_FAMILY=debian 23:25:45 + workspace=/w/workspace/y_app-rfid-llrp-inventory_PR-164 23:25:45 + START_PACKAGES=/tmp/packages_start.txt 23:25:45 + END_PACKAGES=/tmp/packages_end.txt 23:25:45 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:25:45 + PACKAGES=/tmp/packages_start.txt 23:25:45 + '[' /w/workspace/y_app-rfid-llrp-inventory_PR-164 ']' 23:25:45 + PACKAGES=/tmp/packages_end.txt 23:25:45 + case "${OS_FAMILY}" in 23:25:45 + dpkg -l 23:25:45 + grep '^ii' 23:25:45 + '[' -f /tmp/packages_start.txt ']' 23:25:45 + '[' -f /tmp/packages_end.txt ']' 23:25:45 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:25:45 + '[' /w/workspace/y_app-rfid-llrp-inventory_PR-164 ']' 23:25:45 + mkdir -p /w/workspace/y_app-rfid-llrp-inventory_PR-164/archives/ 23:25:45 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/y_app-rfid-llrp-inventory_PR-164/archives/ [Pipeline] echo 23:25:45 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/y_app-rfid-llrp-inventory_PR-164/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 23:25:45 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:25:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 23:25:46 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:25:46 prd-ubuntu20.04-docker-8c-8g-4457 does not seem to be running inside a container 23:25:46 $ 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/y_app-rfid-llrp-inventory_PR-164/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/y_app-rfid-llrp-inventory_PR-164 -v /w/workspace/y_app-rfid-llrp-inventory_PR-164:/w/workspace/y_app-rfid-llrp-inventory_PR-164:rw,z -v /w/workspace/y_app-rfid-llrp-inventory_PR-164@tmp:/w/workspace/y_app-rfid-llrp-inventory_PR-164@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 23:25:46 $ docker top ce5dd0b3cad3aabfb0c389ac7c19e4625a02d5b4728a53e362e6af71471cc1fa -eo pid,comm [Pipeline] { [Pipeline] sh 23:25:47 + touch /tmp/pre-build-complete [Pipeline] sh 23:25:47 + mkdir -p /var/log/sysstat [Pipeline] sh 23:25:47 + ls /var/log/sa-host 23:25:47 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:25:48 provisioning config files... 23:25:48 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/y_app-rfid-llrp-inventory_PR-164@tmp/config846018214897900469tmp [Pipeline] { [Pipeline] echo 23:25:48 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:25:48 ---> create-netrc.sh [Pipeline] } 23:25:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 23:25:48 ---> python-tools-install.sh [Pipeline] echo 23:25:48 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:25:49 ---> sudo-logs.sh 23:25:49 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 23:25:49 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:25:49 ---> job-cost.sh 23:25:49 lf-activate-venv: SKIPPING 23:25:49 DEBUG: total: 0.2199999988079071 23:25:49 INFO: Retrieving Stack Cost... 23:25:49 INFO: Retrieving Pricing Info for: v3-standard-8 23:25:50 INFO: Archiving Costs [Pipeline] echo 23:25:50 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:25:50 ---> logs-deploy.sh 23:25:50 lf-activate-venv: SKIPPING 23:25:50 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-rfid-llrp-inventory/PR-164/1 23:25:50 INFO: archiving workspace using pattern(s): 23:25:51 Archives upload complete. 23:25:51 INFO: archiving logs to Nexus