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 [2023-03-17T23:22:28.081Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-03-17T23:22:28.233Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-03-17T23:22:28.331Z] ========================================================= [2023-03-17T23:22:28.331Z] EdgeX Global Pipelines Version Info [2023-03-17T23:22:28.331Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-03-17T23:22:29.078Z] ------------------- [2023-03-17T23:22:29.078Z] stable info: [2023-03-17T23:22:29.078Z] ------------------- [2023-03-17T23:22:29.078Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-03-17T23:22:29.078Z] Commit SHA: 66200e8eedfc470904d6b329e562ec5b45423d6a [2023-03-17T23:22:29.078Z] Message: update stable to v1.0.245 [2023-03-17T23:22:29.646Z] ------------------- [2023-03-17T23:22:29.646Z] experimental info: [2023-03-17T23:22:29.646Z] ------------------- [2023-03-17T23:22:29.646Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-03-17T23:22:29.646Z] Commit SHA: eb5041bb0874f6b7cdca3e6793e1ef87c0289dce [2023-03-17T23:22:29.646Z] Message: update experimental to v1.0.246 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-03-17T23:22:29.936Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-rfid-llrp-inventory-settings [Pipeline] echo [2023-03-17T23:22:29.978Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-rfid-llrp-inventory [Pipeline] echo [2023-03-17T23:22:30.013Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-03-17T23:22:30.050Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-03-17T23:22:30.090Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-03-17T23:22:30.129Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-03-17T23:22:30.164Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-03-17T23:22:30.201Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-03-17T23:22:30.237Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-03-17T23:22:30.273Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-03-17T23:22:30.311Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-03-17T23:22:30.352Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-rfid-llrp-inventory [Pipeline] echo [2023-03-17T23:22:30.389Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-03-17T23:22:30.427Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-03-17T23:22:30.465Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-03-17T23:22:30.509Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-03-17T23:22:30.549Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-03-17T23:22:30.588Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-03-17T23:22:30.628Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-03-17T23:22:30.666Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-03-17T23:22:30.706Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-03-17T23:22:30.748Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-03-17T23:22:30.787Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-03-17T23:22:30.830Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-03-17T23:22:30.867Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-03-17T23:22:30.906Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-03-17T23:22:30.944Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-03-17T23:22:30.984Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-164 [Pipeline] echo [2023-03-17T23:22:31.021Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-164 [Pipeline] echo [2023-03-17T23:22:31.063Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-164 [Pipeline] echo [2023-03-17T23:22:31.102Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3ec38c0c2b731818eb28ca6fa68c91f7f42de1b9 [Pipeline] echo [2023-03-17T23:22:31.139Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3ec38c0 [Pipeline] echo [2023-03-17T23:22:31.176Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-17T23:22:31.279Z] provisioning config files... [2023-03-17T23:22:31.293Z] 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 [2023-03-17T23:22:31.638Z] ---> docker-login.sh [2023-03-17T23:22:31.638Z] nexus3.edgexfoundry.org:10001 [2023-03-17T23:22:31.900Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-17T23:22:32.161Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-17T23:22:32.161Z] Configure a credential helper to remove this warning. See [2023-03-17T23:22:32.161Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-17T23:22:32.161Z] [2023-03-17T23:22:32.161Z] Login Succeeded [2023-03-17T23:22:32.161Z] nexus3.edgexfoundry.org:10002 [2023-03-17T23:22:32.161Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-17T23:22:32.423Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-17T23:22:32.423Z] Configure a credential helper to remove this warning. See [2023-03-17T23:22:32.423Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-17T23:22:32.423Z] [2023-03-17T23:22:32.423Z] Login Succeeded [2023-03-17T23:22:32.423Z] nexus3.edgexfoundry.org:10003 [2023-03-17T23:22:32.423Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-17T23:22:32.423Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-17T23:22:32.423Z] Configure a credential helper to remove this warning. See [2023-03-17T23:22:32.423Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-17T23:22:32.423Z] [2023-03-17T23:22:32.423Z] Login Succeeded [2023-03-17T23:22:32.423Z] nexus3.edgexfoundry.org:10004 [2023-03-17T23:22:32.423Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-17T23:22:32.423Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-17T23:22:32.423Z] Configure a credential helper to remove this warning. See [2023-03-17T23:22:32.423Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-17T23:22:32.423Z] [2023-03-17T23:22:32.423Z] Login Succeeded [2023-03-17T23:22:32.423Z] docker.io [2023-03-17T23:22:32.684Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-17T23:22:32.684Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-17T23:22:32.684Z] Configure a credential helper to remove this warning. See [2023-03-17T23:22:32.684Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-17T23:22:32.684Z] [2023-03-17T23:22:32.684Z] Login Succeeded [2023-03-17T23:22:32.684Z] ---> docker-login.sh ends [Pipeline] } [2023-03-17T23:22:32.966Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-03-17T23:22:33.567Z] + git rev-list -1 --merges 3ec38c0c2b731818eb28ca6fa68c91f7f42de1b9~1..3ec38c0c2b731818eb28ca6fa68c91f7f42de1b9 [Pipeline] echo [2023-03-17T23:22:33.635Z] -----------> git rev-list -1 --merges 3ec38c0c2b731818eb28ca6fa68c91f7f42de1b9~1..3ec38c0c2b731818eb28ca6fa68c91f7f42de1b9 3ec38c0c2b731818eb28ca6fa68c91f7f42de1b9 [false] [Pipeline] sh [2023-03-17T23:22:33.945Z] + git log --format=format:%s -1 3ec38c0c2b731818eb28ca6fa68c91f7f42de1b9 [Pipeline] echo [2023-03-17T23:22:33.981Z] ========================================================= [2023-03-17T23:22:33.981Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-03-17T23:22:33.981Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-17T23:22:34.393Z] + git log --format=format:%s -1 3ec38c0c2b731818eb28ca6fa68c91f7f42de1b9 [Pipeline] echo [2023-03-17T23:22:34.426Z] [semverPrep] GIT_COMMIT: 3ec38c0c2b731818eb28ca6fa68c91f7f42de1b9, Commit Message: refactor!: Change configuration file format to YAML [Pipeline] echo [2023-03-17T23:22:34.451Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-03-17T23:22:34.843Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-17T23:22:34.843Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-03-17T23:22:34.843Z] + [ -e /tmp/ssh_known_hosts ] [2023-03-17T23:22:34.843Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-03-17T23:22:34.843Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-03-17T23:22:34.843Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-03-17T23:22:34.843Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-17T23:22:35.296Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-17T23:22:35.297Z] [2023-03-17T23:22:35.297Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-17T23:22:35.683Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-17T23:22:35.683Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-03-17T23:22:35.683Z] b85a868b505f: Pulling fs layer [2023-03-17T23:22:35.683Z] e2be974225ed: Pulling fs layer [2023-03-17T23:22:35.683Z] 339a4e72a1f5: Pulling fs layer [2023-03-17T23:22:35.683Z] 988bab9f4d93: Pulling fs layer [2023-03-17T23:22:35.683Z] 1469e6f7b9e6: Pulling fs layer [2023-03-17T23:22:35.683Z] eaf3925da568: Pulling fs layer [2023-03-17T23:22:35.683Z] bab4dde63d76: Pulling fs layer [2023-03-17T23:22:35.683Z] bde34c3a00c8: Pulling fs layer [2023-03-17T23:22:35.683Z] b352a97aabf1: Pulling fs layer [2023-03-17T23:22:35.683Z] 4872d77fe225: Pulling fs layer [2023-03-17T23:22:35.683Z] 5851b861e8e6: Pulling fs layer [2023-03-17T23:22:35.683Z] eaf3925da568: Waiting [2023-03-17T23:22:35.683Z] bab4dde63d76: Waiting [2023-03-17T23:22:35.683Z] bde34c3a00c8: Waiting [2023-03-17T23:22:35.683Z] 4872d77fe225: Waiting [2023-03-17T23:22:35.683Z] b352a97aabf1: Waiting [2023-03-17T23:22:35.683Z] 5851b861e8e6: Waiting [2023-03-17T23:22:35.683Z] 988bab9f4d93: Waiting [2023-03-17T23:22:35.683Z] 1469e6f7b9e6: Waiting [2023-03-17T23:22:35.683Z] e2be974225ed: Verifying Checksum [2023-03-17T23:22:35.683Z] e2be974225ed: Download complete [2023-03-17T23:22:35.683Z] 988bab9f4d93: Download complete [2023-03-17T23:22:35.943Z] 1469e6f7b9e6: Verifying Checksum [2023-03-17T23:22:35.943Z] 1469e6f7b9e6: Download complete [2023-03-17T23:22:35.943Z] eaf3925da568: Verifying Checksum [2023-03-17T23:22:35.943Z] eaf3925da568: Download complete [2023-03-17T23:22:35.943Z] 339a4e72a1f5: Verifying Checksum [2023-03-17T23:22:35.943Z] 339a4e72a1f5: Download complete [2023-03-17T23:22:35.943Z] bde34c3a00c8: Download complete [2023-03-17T23:22:35.943Z] b352a97aabf1: Download complete [2023-03-17T23:22:35.943Z] 4872d77fe225: Verifying Checksum [2023-03-17T23:22:35.943Z] 4872d77fe225: Download complete [2023-03-17T23:22:35.943Z] b85a868b505f: Verifying Checksum [2023-03-17T23:22:35.943Z] b85a868b505f: Download complete [2023-03-17T23:22:36.201Z] bab4dde63d76: Verifying Checksum [2023-03-17T23:22:36.201Z] bab4dde63d76: Download complete [2023-03-17T23:22:37.137Z] b85a868b505f: Pull complete [2023-03-17T23:22:37.396Z] e2be974225ed: Pull complete [2023-03-17T23:22:38.010Z] 339a4e72a1f5: Pull complete [2023-03-17T23:22:38.010Z] 988bab9f4d93: Pull complete [2023-03-17T23:22:38.273Z] 1469e6f7b9e6: Pull complete [2023-03-17T23:22:38.273Z] eaf3925da568: Pull complete [2023-03-17T23:22:39.650Z] bab4dde63d76: Pull complete [2023-03-17T23:22:39.909Z] bde34c3a00c8: Pull complete [2023-03-17T23:22:39.909Z] b352a97aabf1: Pull complete [2023-03-17T23:22:40.173Z] 4872d77fe225: Pull complete [2023-03-17T23:22:40.173Z] 5851b861e8e6: Pull complete [2023-03-17T23:22:40.173Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-03-17T23:22:40.173Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-17T23:22:40.173Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-17T23:22:40.412Z] prd-ubuntu20.04-docker-8c-8g-4457 does not seem to be running inside a container [2023-03-17T23:22:40.448Z] $ 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 [2023-03-17T23:22:42.772Z] $ docker top 9c7436ceb09c82518ec7af29a42fa3474f84af1c80b54cecabb0d2333f62bd62 -eo pid,comm [2023-03-17T23:22:42.835Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-03-17T23:22:42.835Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-17T23:22:42.955Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-17T23:22:42.956Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-17T23:22:43.060Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-17T23:22:43.065Z] $ docker exec 9c7436ceb09c82518ec7af29a42fa3474f84af1c80b54cecabb0d2333f62bd62 ssh-agent [2023-03-17T23:22:43.163Z] SSH_AUTH_SOCK=/tmp/ssh-ixVSTe7C2GZT/agent.31 [2023-03-17T23:22:43.163Z] SSH_AGENT_PID=37 [2023-03-17T23:22:43.169Z] Running ssh-add (command line suppressed) [2023-03-17T23:22:43.265Z] 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) [2023-03-17T23:22:43.275Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-17T23:22:43.590Z] + git tag --points-at HEAD [Pipeline] } [2023-03-17T23:22:43.623Z] $ docker exec --env ******** --env ******** 9c7436ceb09c82518ec7af29a42fa3474f84af1c80b54cecabb0d2333f62bd62 ssh-agent -k [2023-03-17T23:22:43.725Z] unset SSH_AUTH_SOCK; [2023-03-17T23:22:43.725Z] unset SSH_AGENT_PID; [2023-03-17T23:22:43.726Z] echo Agent pid 37 killed; [2023-03-17T23:22:43.732Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-03-17T23:22:43.828Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-17T23:22:43.828Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-17T23:22:43.937Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-17T23:22:43.942Z] $ docker exec 9c7436ceb09c82518ec7af29a42fa3474f84af1c80b54cecabb0d2333f62bd62 ssh-agent [2023-03-17T23:22:44.044Z] SSH_AUTH_SOCK=/tmp/ssh-TTWS1KkyFpSb/agent.69 [2023-03-17T23:22:44.044Z] SSH_AGENT_PID=75 [2023-03-17T23:22:44.053Z] Running ssh-add (command line suppressed) [2023-03-17T23:22:44.155Z] 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) [2023-03-17T23:22:44.169Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-17T23:22:44.496Z] + git semver init [2023-03-17T23:22:44.757Z] 2023-03-17 23:22:44,656 [run_init] DEBUG init version:0.0.0 force:False [2023-03-17T23:22:44.757Z] 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 [2023-03-17T23:22:44.757Z] 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 [2023-03-17T23:22:44.757Z] 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) [2023-03-17T23:22:45.694Z] 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 [2023-03-17T23:22:45.694Z] 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 [2023-03-17T23:22:45.694Z] 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 [2023-03-17T23:22:45.694Z] 2023-03-17 23:22:45,665 [execute] INFO git cat-file --batch-check [2023-03-17T23:22:45.694Z] 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=) [2023-03-17T23:22:45.694Z] 2023-03-17 23:22:45,671 [execute] INFO git cat-file --batch [2023-03-17T23:22:45.694Z] 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=) [2023-03-17T23:22:45.694Z] 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 [2023-03-17T23:22:45.694Z] 0.0.0 [Pipeline] } [2023-03-17T23:22:45.723Z] $ docker exec --env ******** --env ******** 9c7436ceb09c82518ec7af29a42fa3474f84af1c80b54cecabb0d2333f62bd62 ssh-agent -k [2023-03-17T23:22:45.818Z] unset SSH_AUTH_SOCK; [2023-03-17T23:22:45.818Z] unset SSH_AGENT_PID; [2023-03-17T23:22:45.818Z] echo Agent pid 75 killed; [2023-03-17T23:22:45.826Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-17T23:22:46.253Z] + git semver [Pipeline] } [2023-03-17T23:22:46.537Z] $ docker stop --time=1 9c7436ceb09c82518ec7af29a42fa3474f84af1c80b54cecabb0d2333f62bd62 [2023-03-17T23:22:47.854Z] $ docker rm -f --volumes 9c7436ceb09c82518ec7af29a42fa3474f84af1c80b54cecabb0d2333f62bd62 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-17T23:22:48.245Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-03-17T23:22:48.505Z] Stashed 1 file(s) [Pipeline] echo [2023-03-17T23:22:48.525Z] [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] { [2023-03-17T23:22:49.023Z] 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 [2023-03-17T23:22:49.089Z] provisioning config files... [2023-03-17T23:22:49.098Z] 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 [2023-03-17T23:22:49.235Z] Running in /w/workspace/app-rfid-llrp-inventory/1 [Pipeline] { [Pipeline] checkout [2023-03-17T23:22:49.305Z] The recommended git tool is: git [2023-03-17T23:22:49.496Z] ---> docker-login.sh [2023-03-17T23:22:49.496Z] nexus3.edgexfoundry.org:10001 [2023-03-17T23:22:49.497Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-17T23:22:49.497Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-17T23:22:49.497Z] Configure a credential helper to remove this warning. See [2023-03-17T23:22:49.497Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-17T23:22:49.497Z] [2023-03-17T23:22:49.497Z] Login Succeeded [2023-03-17T23:22:49.497Z] nexus3.edgexfoundry.org:10002 [2023-03-17T23:22:49.497Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-17T23:22:49.497Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-17T23:22:49.497Z] Configure a credential helper to remove this warning. See [2023-03-17T23:22:49.497Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-17T23:22:49.497Z] [2023-03-17T23:22:49.497Z] Login Succeeded [2023-03-17T23:22:49.497Z] nexus3.edgexfoundry.org:10003 [2023-03-17T23:22:49.497Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-17T23:22:49.759Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-17T23:22:49.759Z] Configure a credential helper to remove this warning. See [2023-03-17T23:22:49.759Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-17T23:22:49.759Z] [2023-03-17T23:22:49.759Z] Login Succeeded [2023-03-17T23:22:49.759Z] nexus3.edgexfoundry.org:10004 [2023-03-17T23:22:49.759Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-17T23:22:49.759Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-17T23:22:49.759Z] Configure a credential helper to remove this warning. See [2023-03-17T23:22:49.759Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-17T23:22:49.759Z] [2023-03-17T23:22:49.759Z] Login Succeeded [2023-03-17T23:22:49.759Z] docker.io [2023-03-17T23:22:49.759Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-17T23:22:50.018Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-17T23:22:50.018Z] Configure a credential helper to remove this warning. See [2023-03-17T23:22:50.018Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-17T23:22:50.018Z] [2023-03-17T23:22:50.018Z] Login Succeeded [2023-03-17T23:22:50.018Z] ---> docker-login.sh ends [Pipeline] } [2023-03-17T23:22:50.048Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-03-17T23:22:50.230Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-17T23:22:50.266Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-17T23:22:50.296Z] ========================================================= [2023-03-17T23:22:50.296Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-03-17T23:22:50.296Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-17T23:22:50.773Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-03-17T23:22:50.773Z] Sending build context to Docker daemon 12.59MB [2023-03-17T23:22:50.773Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-03-17T23:22:50.773Z] Step 2/12 : FROM ${BASE} AS builder [2023-03-17T23:22:50.773Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-03-17T23:22:50.773Z] 63b65145d645: Pulling fs layer [2023-03-17T23:22:50.773Z] a2d21d5440eb: Pulling fs layer [2023-03-17T23:22:50.773Z] 935e6c44a52c: Pulling fs layer [2023-03-17T23:22:50.773Z] 94cc34f8dd06: Pulling fs layer [2023-03-17T23:22:50.773Z] 30dea6a524f1: Pulling fs layer [2023-03-17T23:22:50.773Z] a2aff8979fd8: Pulling fs layer [2023-03-17T23:22:50.773Z] 6808be2612f2: Pulling fs layer [2023-03-17T23:22:50.773Z] f25807f1079a: Pulling fs layer [2023-03-17T23:22:50.773Z] f25807f1079a: Waiting [2023-03-17T23:22:50.773Z] a2aff8979fd8: Waiting [2023-03-17T23:22:50.773Z] 94cc34f8dd06: Waiting [2023-03-17T23:22:50.773Z] 30dea6a524f1: Waiting [2023-03-17T23:22:50.773Z] 6808be2612f2: Waiting [2023-03-17T23:22:51.044Z] a2d21d5440eb: Download complete [2023-03-17T23:22:51.044Z] 94cc34f8dd06: Verifying Checksum [2023-03-17T23:22:51.044Z] 94cc34f8dd06: Download complete [2023-03-17T23:22:51.044Z] 30dea6a524f1: Download complete [2023-03-17T23:22:51.044Z] 63b65145d645: Verifying Checksum [2023-03-17T23:22:51.044Z] 63b65145d645: Download complete [2023-03-17T23:22:51.044Z] a2aff8979fd8: Verifying Checksum [2023-03-17T23:22:51.044Z] a2aff8979fd8: Download complete [2023-03-17T23:22:51.325Z] 63b65145d645: Pull complete [2023-03-17T23:22:51.325Z] a2d21d5440eb: Pull complete [2023-03-17T23:22:51.598Z] f25807f1079a: Verifying Checksum [2023-03-17T23:22:51.598Z] f25807f1079a: Download complete [2023-03-17T23:22:51.859Z] 935e6c44a52c: Verifying Checksum [2023-03-17T23:22:51.859Z] 935e6c44a52c: Download complete [2023-03-17T23:22:52.116Z] 6808be2612f2: Verifying Checksum [2023-03-17T23:22:52.116Z] 6808be2612f2: Download complete [2023-03-17T23:22:54.004Z] using credential edgex-jenkins-ssh [2023-03-17T23:22:54.021Z] Cloning the remote Git repository [2023-03-17T23:22:54.042Z] Cloning repository git@github.com:edgexfoundry/app-rfid-llrp-inventory.git [2023-03-17T23:22:54.124Z] > git init /w/workspace/app-rfid-llrp-inventory/1 # timeout=10 [2023-03-17T23:22:55.407Z] 935e6c44a52c: Pull complete [2023-03-17T23:22:55.407Z] 94cc34f8dd06: Pull complete [2023-03-17T23:22:55.407Z] 30dea6a524f1: Pull complete [2023-03-17T23:22:55.407Z] a2aff8979fd8: Pull complete [2023-03-17T23:22:54.254Z] Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.git [2023-03-17T23:22:54.255Z] > git --version # timeout=10 [2023-03-17T23:22:54.276Z] > git --version # 'git version 2.25.1' [2023-03-17T23:22:54.279Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-17T23:22:54.413Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-17T23:22:56.360Z] > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 [2023-03-17T23:22:56.402Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-17T23:22:57.772Z] Merging remotes/origin/main commit 0370fe2059bad325f9c903388f854f49bb598ddd into PR head commit 3ec38c0c2b731818eb28ca6fa68c91f7f42de1b9 [2023-03-17T23:22:57.937Z] 6808be2612f2: Pull complete [2023-03-17T23:22:57.152Z] > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 [2023-03-17T23:22:57.189Z] Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.git [2023-03-17T23:22:57.189Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-17T23:22:57.202Z] > 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 [2023-03-17T23:22:57.764Z] > git config core.sparsecheckout # timeout=10 [2023-03-17T23:22:57.822Z] > git checkout -f 3ec38c0c2b731818eb28ca6fa68c91f7f42de1b9 # timeout=10 [2023-03-17T23:22:57.914Z] > git remote # timeout=10 [2023-03-17T23:22:57.929Z] > git config --get remote.origin.url # timeout=10 [2023-03-17T23:22:57.944Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-17T23:22:57.959Z] > git merge 0370fe2059bad325f9c903388f854f49bb598ddd # timeout=10 [2023-03-17T23:22:57.983Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-03-17T23:22:58.109Z] Merge succeeded, producing 3ec38c0c2b731818eb28ca6fa68c91f7f42de1b9 [2023-03-17T23:22:58.110Z] Checking out Revision 3ec38c0c2b731818eb28ca6fa68c91f7f42de1b9 (PR-164) [2023-03-17T23:22:58.504Z] f25807f1079a: Pull complete [2023-03-17T23:22:58.504Z] Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 [2023-03-17T23:22:58.504Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-03-17T23:22:58.504Z] ---> 3b553350e43f [2023-03-17T23:22:58.504Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-03-17T23:22:58.131Z] > git config core.sparsecheckout # timeout=10 [2023-03-17T23:22:58.165Z] > git checkout -f 3ec38c0c2b731818eb28ca6fa68c91f7f42de1b9 # timeout=10 [2023-03-17T23:23:01.806Z] Commit message: "refactor!: Change configuration file format to YAML" [2023-03-17T23:23:01.856Z] > git --version # timeout=10 [2023-03-17T23:23:01.866Z] > git --version # 'git version 2.25.1' [2023-03-17T23:23:01.891Z] fatal: bad object 66200e8eedfc470904d6b329e562ec5b45423d6a [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-17T23:23:02.694Z] ---> Running in 72a7d29c4005 [2023-03-17T23:23:02.694Z] Removing intermediate container 72a7d29c4005 [2023-03-17T23:23:02.694Z] ---> 1144c53a0cc6 [2023-03-17T23:23:02.694Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-03-17T23:23:02.694Z] ---> Running in 93e83689a9a3 [2023-03-17T23:23:02.694Z] Removing intermediate container 93e83689a9a3 [2023-03-17T23:23:02.694Z] ---> 625e5c3af81c [2023-03-17T23:23:02.694Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-03-17T23:23:02.694Z] ---> Running in 9ab3050a05c0 [2023-03-17T23:23:02.694Z] Removing intermediate container 9ab3050a05c0 [2023-03-17T23:23:02.694Z] ---> 880b75359ef5 [2023-03-17T23:23:02.694Z] Step 6/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-17T23:23:02.694Z] ---> Running in 5a7e8ae8dc67 [2023-03-17T23:23:02.953Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-17T23:23:02.997Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-03-17T23:23:02.997Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-17T23:23:02.997Z] Dload Upload Total Spent Left Speed [2023-03-17T23:23:02.997Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 105k 0 --:--:-- --:--:-- --:--:-- 105k [2023-03-17T23:23:03.211Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [Pipeline] sh [2023-03-17T23:23:03.470Z] OK: 265 MiB in 53 packages [2023-03-17T23:23:03.559Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-03-17T23:23:03.730Z] Removing intermediate container 5a7e8ae8dc67 [2023-03-17T23:23:03.730Z] ---> fe0502e08e21 [2023-03-17T23:23:03.730Z] Step 7/12 : WORKDIR /app [2023-03-17T23:23:03.730Z] ---> Running in 8af4edd83e96 [2023-03-17T23:23:03.730Z] Removing intermediate container 8af4edd83e96 [2023-03-17T23:23:03.730Z] ---> 464638e4464c [2023-03-17T23:23:03.730Z] Step 8/12 : COPY go.mod vendor* ./ [2023-03-17T23:23:03.902Z] + + sudosudo tee jq /etc/docker/daemon.new . += {"seccomp-profile": "/etc/docker/seccomp.json"} [2023-03-17T23:23:03.902Z] /etc/docker/daemon.json [2023-03-17T23:23:03.902Z] { [2023-03-17T23:23:03.902Z] "registry-mirrors": [ [2023-03-17T23:23:03.902Z] "https://nexus3.edgexfoundry.org:10001" [2023-03-17T23:23:03.902Z] ], [2023-03-17T23:23:03.902Z] "bip": "10.250.0.254/24", [2023-03-17T23:23:03.902Z] "hosts": [ [2023-03-17T23:23:03.902Z] "tcp://0.0.0.0:5555", [2023-03-17T23:23:03.902Z] "unix:///var/run/docker.sock" [2023-03-17T23:23:03.902Z] ], [2023-03-17T23:23:03.902Z] "mtu": 1458, [2023-03-17T23:23:03.902Z] "selinux-enabled": true, [2023-03-17T23:23:03.902Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-03-17T23:23:03.902Z] } [Pipeline] sh [2023-03-17T23:23:03.989Z] ---> 2f5423d5451b [2023-03-17T23:23:03.989Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-17T23:23:03.989Z] ---> Running in fbb2eff2d047 [2023-03-17T23:23:04.249Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-03-17T23:23:04.612Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-17T23:23:22.915Z] provisioning config files... [2023-03-17T23:23:22.938Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/app-rfid-llrp-inventory/1@tmp/config2268174049289168128tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-17T23:23:23.318Z] ---> docker-login.sh [2023-03-17T23:23:23.318Z] nexus3.edgexfoundry.org:10001 [2023-03-17T23:23:23.588Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-17T23:23:23.856Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-17T23:23:23.856Z] Configure a credential helper to remove this warning. See [2023-03-17T23:23:23.856Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-17T23:23:23.856Z] [2023-03-17T23:23:23.856Z] Login Succeeded [2023-03-17T23:23:23.856Z] nexus3.edgexfoundry.org:10002 [2023-03-17T23:23:24.126Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-17T23:23:24.126Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-17T23:23:24.126Z] Configure a credential helper to remove this warning. See [2023-03-17T23:23:24.126Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-17T23:23:24.126Z] [2023-03-17T23:23:24.126Z] Login Succeeded [2023-03-17T23:23:24.126Z] nexus3.edgexfoundry.org:10003 [2023-03-17T23:23:24.393Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-17T23:23:24.661Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-17T23:23:24.661Z] Configure a credential helper to remove this warning. See [2023-03-17T23:23:24.661Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-17T23:23:24.661Z] [2023-03-17T23:23:24.661Z] Login Succeeded [2023-03-17T23:23:24.661Z] nexus3.edgexfoundry.org:10004 [2023-03-17T23:23:24.661Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-17T23:23:24.929Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-17T23:23:24.929Z] Configure a credential helper to remove this warning. See [2023-03-17T23:23:24.929Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-17T23:23:24.929Z] [2023-03-17T23:23:24.929Z] Login Succeeded [2023-03-17T23:23:24.929Z] docker.io [2023-03-17T23:23:25.197Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-17T23:23:25.465Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-17T23:23:25.465Z] Configure a credential helper to remove this warning. See [2023-03-17T23:23:25.465Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-17T23:23:25.465Z] [2023-03-17T23:23:25.465Z] Login Succeeded [2023-03-17T23:23:25.465Z] ---> docker-login.sh ends [Pipeline] } [2023-03-17T23:23:25.494Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-03-17T23:23:25.816Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-17T23:23:25.852Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-17T23:23:25.884Z] ========================================================= [2023-03-17T23:23:25.884Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-03-17T23:23:25.884Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-17T23:23:26.379Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-03-17T23:23:26.650Z] Sending build context to Docker daemon 678.9kB [2023-03-17T23:23:26.650Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-03-17T23:23:26.650Z] Step 2/12 : FROM ${BASE} AS builder [2023-03-17T23:23:26.650Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-03-17T23:23:26.650Z] af6eaf76a39c: Pulling fs layer [2023-03-17T23:23:26.650Z] 55522c791124: Pulling fs layer [2023-03-17T23:23:26.650Z] ce5c4a1c91eb: Pulling fs layer [2023-03-17T23:23:26.650Z] 169dfbe0d373: Pulling fs layer [2023-03-17T23:23:26.650Z] e1ff8fa3b103: Pulling fs layer [2023-03-17T23:23:26.650Z] 52ebb69f0ebf: Pulling fs layer [2023-03-17T23:23:26.650Z] 5abe8eddf0d5: Pulling fs layer [2023-03-17T23:23:26.650Z] e1ff8fa3b103: Waiting [2023-03-17T23:23:26.650Z] 52ebb69f0ebf: Waiting [2023-03-17T23:23:26.650Z] 5abe8eddf0d5: Waiting [2023-03-17T23:23:26.650Z] 169dfbe0d373: Waiting [2023-03-17T23:23:26.650Z] 55522c791124: Verifying Checksum [2023-03-17T23:23:26.650Z] 55522c791124: Download complete [2023-03-17T23:23:26.930Z] 169dfbe0d373: Download complete [2023-03-17T23:23:26.930Z] e1ff8fa3b103: Verifying Checksum [2023-03-17T23:23:26.930Z] e1ff8fa3b103: Download complete [2023-03-17T23:23:26.930Z] af6eaf76a39c: Verifying Checksum [2023-03-17T23:23:26.930Z] af6eaf76a39c: Download complete [2023-03-17T23:23:27.895Z] af6eaf76a39c: Pull complete [2023-03-17T23:23:27.895Z] 5abe8eddf0d5: Verifying Checksum [2023-03-17T23:23:27.895Z] 5abe8eddf0d5: Download complete [2023-03-17T23:23:28.174Z] 55522c791124: Pull complete [2023-03-17T23:23:29.138Z] 52ebb69f0ebf: Verifying Checksum [2023-03-17T23:23:29.138Z] 52ebb69f0ebf: Download complete [2023-03-17T23:23:29.138Z] ce5c4a1c91eb: Download complete [2023-03-17T23:23:36.072Z] 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 [2023-03-17T23:23:36.072Z] skipping... [2023-03-17T23:23:39.215Z] ce5c4a1c91eb: Pull complete [2023-03-17T23:23:39.215Z] 169dfbe0d373: Pull complete [2023-03-17T23:23:39.215Z] e1ff8fa3b103: Pull complete [2023-03-17T23:23:47.430Z] 52ebb69f0ebf: Pull complete [2023-03-17T23:23:48.275Z] Removing intermediate container fbb2eff2d047 [2023-03-17T23:23:48.275Z] ---> b620fb6757c4 [2023-03-17T23:23:48.275Z] Step 10/12 : COPY . . [2023-03-17T23:23:48.275Z] ---> e89feab39a89 [2023-03-17T23:23:48.275Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-17T23:23:48.275Z] ---> Running in 4b1d96cd8bbf [2023-03-17T23:23:48.275Z] Removing intermediate container 4b1d96cd8bbf [2023-03-17T23:23:48.275Z] ---> 264ac3281720 [2023-03-17T23:23:48.275Z] Step 12/12 : RUN $MAKE [2023-03-17T23:23:48.275Z] ---> Running in f8b382db8a17 [2023-03-17T23:23:48.275Z] noop [2023-03-17T23:23:48.275Z] Removing intermediate container f8b382db8a17 [2023-03-17T23:23:48.275Z] ---> 3fc0a4806a07 [2023-03-17T23:23:48.275Z] Successfully built 3fc0a4806a07 [2023-03-17T23:23:48.275Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-17T23:23:48.728Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-17T23:23:48.728Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-17T23:23:48.843Z] 5abe8eddf0d5: Pull complete [2023-03-17T23:23:48.843Z] Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f [2023-03-17T23:23:48.843Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-03-17T23:23:48.843Z] ---> 6cb57ee374ae [2023-03-17T23:23:48.843Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-03-17T23:23:48.873Z] prd-ubuntu20.04-docker-8c-8g-4457 does not seem to be running inside a container [2023-03-17T23:23:48.905Z] $ 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 [2023-03-17T23:23:49.257Z] $ docker top 3f05221066cf7b71d9ffa66b6944eca3864ce1428e22386aa52e1e85cd7fba35 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-17T23:23:49.669Z] + go version [2023-03-17T23:23:49.669Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-03-17T23:23:49.711Z] $ docker stop --time=1 3f05221066cf7b71d9ffa66b6944eca3864ce1428e22386aa52e1e85cd7fba35 [2023-03-17T23:23:50.799Z] ---> Running in 13e7327c366c [2023-03-17T23:23:50.799Z] Removing intermediate container 13e7327c366c [2023-03-17T23:23:50.799Z] ---> 142ff4346250 [2023-03-17T23:23:50.799Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-03-17T23:23:50.799Z] ---> Running in a393201383a5 [2023-03-17T23:23:50.992Z] $ docker rm -f --volumes 3f05221066cf7b71d9ffa66b6944eca3864ce1428e22386aa52e1e85cd7fba35 [2023-03-17T23:23:51.067Z] Removing intermediate container a393201383a5 [2023-03-17T23:23:51.067Z] ---> 2e62e7046841 [2023-03-17T23:23:51.067Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-03-17T23:23:51.067Z] ---> Running in 16b2e3518c79 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2023-03-17T23:23:51.338Z] Removing intermediate container 16b2e3518c79 [2023-03-17T23:23:51.339Z] ---> 3a9a73fc9727 [2023-03-17T23:23:51.339Z] Step 6/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-17T23:23:51.606Z] ---> Running in 7a21e484a675 [2023-03-17T23:23:51.753Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-17T23:23:51.753Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-17T23:23:51.904Z] prd-ubuntu20.04-docker-8c-8g-4457 does not seem to be running inside a container [2023-03-17T23:23:51.935Z] $ 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 [2023-03-17T23:23:52.286Z] $ docker top 55beaf40f677af71b7ee2f29400969f06c1023e50cc0bbfe27ecacf4a51e108a -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-17T23:23:52.567Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-17T23:23:52.684Z] + git config --global --add safe.directory /w/workspace/y_app-rfid-llrp-inventory_PR-164 [Pipeline] fileExists [Pipeline] sh [2023-03-17T23:23:53.043Z] + make test [2023-03-17T23:23:53.043Z] go test -race ./... -coverprofile=coverage.out ./... [2023-03-17T23:23:53.149Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-17T23:23:53.302Z] 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 [2023-03-17T23:23:53.302Z] 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 [2023-03-17T23:23:53.302Z] make: *** [Makefile:36: unittest] Error 1 [Pipeline] } [2023-03-17T23:23:53.349Z] $ docker stop --time=1 55beaf40f677af71b7ee2f29400969f06c1023e50cc0bbfe27ecacf4a51e108a [2023-03-17T23:23:54.108Z] OK: 263 MiB in 53 packages [2023-03-17T23:23:54.670Z] $ 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] } [2023-03-17T23:23:55.071Z] Removing intermediate container 7a21e484a675 [2023-03-17T23:23:55.071Z] ---> dfe3eec8a470 [2023-03-17T23:23:55.071Z] Step 7/12 : WORKDIR /app [2023-03-17T23:23:55.071Z] ---> 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] } [2023-03-17T23:23:55.339Z] Removing intermediate container c366fa22d9aa [2023-03-17T23:23:55.339Z] ---> 5281b7ca9764 [2023-03-17T23:23:55.339Z] Step 8/12 : COPY go.mod vendor* ./ [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-17T23:23:55.810Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-17T23:23:55.810Z] [2023-03-17T23:23:55.810Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-17T23:23:55.925Z] ---> 986fc067b419 [2023-03-17T23:23:55.925Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-17T23:23:55.925Z] ---> Running in 0daa9e6e031f [2023-03-17T23:23:56.195Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-17T23:23:56.195Z] latest: Pulling from edgex-lftools-log-publisher [2023-03-17T23:23:56.195Z] 5eb5b503b376: Pulling fs layer [2023-03-17T23:23:56.195Z] 5c69ac0246d0: Pulling fs layer [2023-03-17T23:23:56.195Z] ec43610c2a17: Pulling fs layer [2023-03-17T23:23:56.195Z] 3a2ae6a8a46f: Pulling fs layer [2023-03-17T23:23:56.195Z] 33b1e0a273af: Pulling fs layer [2023-03-17T23:23:56.195Z] 5d3b04190fa2: Pulling fs layer [2023-03-17T23:23:56.195Z] 2f39f015ded8: Pulling fs layer [2023-03-17T23:23:56.195Z] 3a2ae6a8a46f: Waiting [2023-03-17T23:23:56.195Z] 33b1e0a273af: Waiting [2023-03-17T23:23:56.195Z] 2f39f015ded8: Waiting [2023-03-17T23:23:56.195Z] 5d3b04190fa2: Waiting [2023-03-17T23:23:56.195Z] 5c69ac0246d0: Verifying Checksum [2023-03-17T23:23:56.195Z] 5c69ac0246d0: Download complete [2023-03-17T23:23:56.453Z] 33b1e0a273af: Download complete [2023-03-17T23:23:56.453Z] ec43610c2a17: Verifying Checksum [2023-03-17T23:23:56.454Z] ec43610c2a17: Download complete [2023-03-17T23:23:56.454Z] 5d3b04190fa2: Verifying Checksum [2023-03-17T23:23:56.454Z] 5d3b04190fa2: Download complete [2023-03-17T23:23:56.454Z] 5eb5b503b376: Download complete [2023-03-17T23:23:57.021Z] 2f39f015ded8: Download complete [2023-03-17T23:23:57.957Z] 5eb5b503b376: Pull complete [2023-03-17T23:23:57.957Z] 5c69ac0246d0: Pull complete [2023-03-17T23:23:58.528Z] ec43610c2a17: Pull complete [2023-03-17T23:23:58.528Z] 3a2ae6a8a46f: Pull complete [2023-03-17T23:23:58.787Z] 33b1e0a273af: Pull complete [2023-03-17T23:23:58.787Z] 5d3b04190fa2: Pull complete [2023-03-17T23:24:02.977Z] 2f39f015ded8: Pull complete [2023-03-17T23:24:03.236Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-03-17T23:24:03.236Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-17T23:24:03.236Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-17T23:24:03.447Z] prd-ubuntu20.04-docker-8c-8g-4457 does not seem to be running inside a container [2023-03-17T23:24:03.477Z] $ 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 [2023-03-17T23:24:06.710Z] $ docker top 6dff2be14118df84a7459ad97756dba98af88cede4edc5ae0efd93c1954048da -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-17T23:24:07.173Z] ---> job-cost.sh [2023-03-17T23:24:07.173Z] lf-activate-venv: SKIPPING [2023-03-17T23:24:07.173Z] INFO: No Stack... [2023-03-17T23:24:07.739Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-17T23:24:08.686Z] INFO: Archiving Costs [Pipeline] sh [2023-03-17T23:24:09.002Z] + cat /w/workspace/y_app-rfid-llrp-inventory_PR-164/archives/cost.csv [2023-03-17T23:24:09.002Z] + cut -d, -f6 [Pipeline] lock [2023-03-17T23:24:09.044Z] Trying to acquire lock on [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-164-1-stack-cost] [2023-03-17T23:24:09.049Z] Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-164-1-stack-cost] did not exist. Created. [2023-03-17T23:24:09.049Z] Lock acquired on [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-164-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-17T23:24:09.460Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-03-17T23:24:09.511Z] Stashed 1 file(s) [Pipeline] } [2023-03-17T23:24:09.542Z] Lock released on resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-164-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-17T23:24:09.623Z] $ docker stop --time=1 6dff2be14118df84a7459ad97756dba98af88cede4edc5ae0efd93c1954048da [2023-03-17T23:24:10.786Z] $ docker rm -f --volumes 6dff2be14118df84a7459ad97756dba98af88cede4edc5ae0efd93c1954048da [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-03-17T23:24:11.137Z] Failed in branch amd64 [2023-03-17T23:24:18.000Z] 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 [2023-03-17T23:24:18.000Z] skipping... [2023-03-17T23:24:57.041Z] Removing intermediate container 0daa9e6e031f [2023-03-17T23:24:57.041Z] ---> 475666312213 [2023-03-17T23:24:57.041Z] Step 10/12 : COPY . . [2023-03-17T23:24:57.041Z] ---> d479b927735f [2023-03-17T23:24:57.041Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-17T23:24:57.041Z] ---> Running in 5afd4b1d8b19 [2023-03-17T23:24:57.041Z] Removing intermediate container 5afd4b1d8b19 [2023-03-17T23:24:57.041Z] ---> 11e278be2522 [2023-03-17T23:24:57.041Z] Step 12/12 : RUN $MAKE [2023-03-17T23:24:57.041Z] ---> Running in c3307613095f [2023-03-17T23:24:57.041Z] noop [2023-03-17T23:24:57.041Z] Removing intermediate container c3307613095f [2023-03-17T23:24:57.041Z] ---> 5f60870294b2 [2023-03-17T23:24:57.041Z] Successfully built 5f60870294b2 [2023-03-17T23:24:57.041Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-17T23:24:57.500Z] + docker inspect -f . ci-base-image-arm64 [2023-03-17T23:24:57.500Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-17T23:24:57.738Z] prd-ubuntu20.04-docker-arm64-4c-16g-4444 does not seem to be running inside a container [2023-03-17T23:24:57.778Z] $ 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 [2023-03-17T23:24:58.826Z] $ docker top 862f3d01d7ff0d4a7f8ad4572377724612a0e1a7e54163e95d40c5782e4c2fd4 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-17T23:24:59.695Z] + go version [2023-03-17T23:24:59.695Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-03-17T23:24:59.710Z] $ docker stop --time=1 862f3d01d7ff0d4a7f8ad4572377724612a0e1a7e54163e95d40c5782e4c2fd4 [2023-03-17T23:25:01.286Z] $ 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 [2023-03-17T23:25:02.124Z] + docker inspect -f . ci-base-image-arm64 [2023-03-17T23:25:02.125Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-17T23:25:02.359Z] prd-ubuntu20.04-docker-arm64-4c-16g-4444 does not seem to be running inside a container [2023-03-17T23:25:02.405Z] $ 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 [2023-03-17T23:25:04.421Z] $ docker top bec26bd364092a1e33769e8fa4eb2325aaf481998c96a347c6c5de57bc094d20 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-17T23:25:04.975Z] + git config --global --add safe.directory /w/workspace/app-rfid-llrp-inventory/1 [Pipeline] fileExists [Pipeline] sh [2023-03-17T23:25:05.358Z] + make test [2023-03-17T23:25:05.358Z] go test -race ./... -coverprofile=coverage.out ./... [2023-03-17T23:25:07.298Z] 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 [2023-03-17T23:25:07.298Z] 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 [2023-03-17T23:25:07.298Z] make: *** [Makefile:36: unittest] Error 1 [Pipeline] } [2023-03-17T23:25:07.322Z] $ docker stop --time=1 bec26bd364092a1e33769e8fa4eb2325aaf481998c96a347c6c5de57bc094d20 [2023-03-17T23:25:09.018Z] $ 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 [2023-03-17T23:25:10.195Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-17T23:25:10.195Z] [2023-03-17T23:25:10.195Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-17T23:25:10.610Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-17T23:25:10.610Z] arm64: Pulling from edgex-lftools-log-publisher [2023-03-17T23:25:10.610Z] 8998bd30e6a1: Pulling fs layer [2023-03-17T23:25:10.610Z] 04944245beec: Pulling fs layer [2023-03-17T23:25:10.610Z] 699f458cf7ca: Pulling fs layer [2023-03-17T23:25:10.610Z] 765212b225bb: Pulling fs layer [2023-03-17T23:25:10.610Z] f23df028b6ca: Pulling fs layer [2023-03-17T23:25:10.610Z] d65c8cfc05b1: Pulling fs layer [2023-03-17T23:25:10.610Z] 2437ff75d9bd: Pulling fs layer [2023-03-17T23:25:10.610Z] f23df028b6ca: Waiting [2023-03-17T23:25:10.610Z] d65c8cfc05b1: Waiting [2023-03-17T23:25:10.610Z] 2437ff75d9bd: Waiting [2023-03-17T23:25:10.610Z] 765212b225bb: Waiting [2023-03-17T23:25:10.879Z] 04944245beec: Verifying Checksum [2023-03-17T23:25:10.879Z] 04944245beec: Download complete [2023-03-17T23:25:10.879Z] 765212b225bb: Verifying Checksum [2023-03-17T23:25:10.879Z] 765212b225bb: Download complete [2023-03-17T23:25:10.879Z] f23df028b6ca: Verifying Checksum [2023-03-17T23:25:10.879Z] f23df028b6ca: Download complete [2023-03-17T23:25:10.879Z] d65c8cfc05b1: Verifying Checksum [2023-03-17T23:25:10.879Z] d65c8cfc05b1: Download complete [2023-03-17T23:25:10.879Z] 699f458cf7ca: Verifying Checksum [2023-03-17T23:25:10.879Z] 699f458cf7ca: Download complete [2023-03-17T23:25:11.461Z] 8998bd30e6a1: Verifying Checksum [2023-03-17T23:25:11.461Z] 8998bd30e6a1: Download complete [2023-03-17T23:25:13.413Z] 2437ff75d9bd: Verifying Checksum [2023-03-17T23:25:13.413Z] 2437ff75d9bd: Download complete [2023-03-17T23:25:14.820Z] 8998bd30e6a1: Pull complete [2023-03-17T23:25:16.226Z] 04944245beec: Pull complete [2023-03-17T23:25:17.630Z] 699f458cf7ca: Pull complete [2023-03-17T23:25:17.630Z] 765212b225bb: Pull complete [2023-03-17T23:25:18.212Z] f23df028b6ca: Pull complete [2023-03-17T23:25:18.478Z] d65c8cfc05b1: Pull complete [2023-03-17T23:25:33.471Z] 2437ff75d9bd: Pull complete [2023-03-17T23:25:33.471Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-03-17T23:25:33.471Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-17T23:25:33.471Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-17T23:25:33.781Z] prd-ubuntu20.04-docker-arm64-4c-16g-4444 does not seem to be running inside a container [2023-03-17T23:25:33.828Z] $ 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 [2023-03-17T23:25:36.353Z] $ docker top 335e6b4b702e87c573e99d48abdc89b593d6a04d7dba48dacc5b41ce5196fc3d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-17T23:25:36.929Z] ---> job-cost.sh [2023-03-17T23:25:37.195Z] lf-activate-venv: SKIPPING [2023-03-17T23:25:37.195Z] INFO: No Stack... [2023-03-17T23:25:37.774Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-03-17T23:25:38.353Z] INFO: Archiving Costs [Pipeline] sh [2023-03-17T23:25:38.691Z] + cat /w/workspace/app-rfid-llrp-inventory/1/archives/cost.csv [2023-03-17T23:25:38.691Z] + cut -d, -f6 [Pipeline] lock [2023-03-17T23:25:38.741Z] Trying to acquire lock on [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-164-1-stack-cost] [2023-03-17T23:25:38.746Z] Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-164-1-stack-cost] did not exist. Created. [2023-03-17T23:25:38.746Z] Lock acquired on [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-164-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-17T23:25:39.151Z] /w/workspace/app-rfid-llrp-inventory/1@tmp/durable-2ad2a967/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-03-17T23:25:39.499Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-03-17T23:25:39.536Z] Warning: overwriting stash ‘stack-cost’ [2023-03-17T23:25:39.926Z] Stashed 1 file(s) [Pipeline] } [2023-03-17T23:25:39.944Z] Lock released on resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-164-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-17T23:25:40.014Z] $ docker stop --time=1 335e6b4b702e87c573e99d48abdc89b593d6a04d7dba48dacc5b41ce5196fc3d [2023-03-17T23:25:41.506Z] $ 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] } [2023-03-17T23:25:42.230Z] 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 [2023-03-17T23:25:44.148Z] + [ -d /w/workspace/y_app-rfid-llrp-inventory_PR-164/archives ] [2023-03-17T23:25:44.148Z] + ls -al /w/workspace/y_app-rfid-llrp-inventory_PR-164/archives [2023-03-17T23:25:44.148Z] total 16 [2023-03-17T23:25:44.148Z] drwxr-xr-x 3 root root 4096 Mar 17 23:24 . [2023-03-17T23:25:44.148Z] drwxrwxr-x 12 jenkins jenkins 4096 Mar 17 23:24 .. [2023-03-17T23:25:44.148Z] drwxr-xr-x 2 root root 4096 Mar 17 23:24 cost [2023-03-17T23:25:44.148Z] -rw-r--r-- 1 root root 95 Mar 17 23:24 cost.csv [2023-03-17T23:25:44.148Z] + sudo chown -R jenkins:jenkins /w/workspace/y_app-rfid-llrp-inventory_PR-164/archives [2023-03-17T23:25:44.148Z] + ls -al /w/workspace/y_app-rfid-llrp-inventory_PR-164/archives [2023-03-17T23:25:44.148Z] total 16 [2023-03-17T23:25:44.148Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 17 23:24 . [2023-03-17T23:25:44.148Z] drwxrwxr-x 12 jenkins jenkins 4096 Mar 17 23:24 .. [2023-03-17T23:25:44.148Z] drwxr-xr-x 2 jenkins jenkins 4096 Mar 17 23:24 cost [2023-03-17T23:25:44.148Z] -rw-r--r-- 1 jenkins jenkins 95 Mar 17 23:24 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-03-17T23:25:44.475Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-17T23:25:45.363Z] ---> package-listing.sh [2023-03-17T23:25:45.363Z] ++ facter osfamily [2023-03-17T23:25:45.363Z] ++ tr '[:upper:]' '[:lower:]' [2023-03-17T23:25:45.623Z] + OS_FAMILY=debian [2023-03-17T23:25:45.623Z] + workspace=/w/workspace/y_app-rfid-llrp-inventory_PR-164 [2023-03-17T23:25:45.623Z] + START_PACKAGES=/tmp/packages_start.txt [2023-03-17T23:25:45.623Z] + END_PACKAGES=/tmp/packages_end.txt [2023-03-17T23:25:45.623Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-03-17T23:25:45.623Z] + PACKAGES=/tmp/packages_start.txt [2023-03-17T23:25:45.623Z] + '[' /w/workspace/y_app-rfid-llrp-inventory_PR-164 ']' [2023-03-17T23:25:45.623Z] + PACKAGES=/tmp/packages_end.txt [2023-03-17T23:25:45.623Z] + case "${OS_FAMILY}" in [2023-03-17T23:25:45.623Z] + dpkg -l [2023-03-17T23:25:45.623Z] + grep '^ii' [2023-03-17T23:25:45.623Z] + '[' -f /tmp/packages_start.txt ']' [2023-03-17T23:25:45.623Z] + '[' -f /tmp/packages_end.txt ']' [2023-03-17T23:25:45.623Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-03-17T23:25:45.623Z] + '[' /w/workspace/y_app-rfid-llrp-inventory_PR-164 ']' [2023-03-17T23:25:45.623Z] + mkdir -p /w/workspace/y_app-rfid-llrp-inventory_PR-164/archives/ [2023-03-17T23:25:45.623Z] + 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 [2023-03-17T23:25:45.663Z] 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 [2023-03-17T23:25:45.952Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-17T23:25:46.570Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-17T23:25:46.570Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-17T23:25:46.726Z] prd-ubuntu20.04-docker-8c-8g-4457 does not seem to be running inside a container [2023-03-17T23:25:46.758Z] $ 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 [2023-03-17T23:25:46.959Z] $ docker top ce5dd0b3cad3aabfb0c389ac7c19e4625a02d5b4728a53e362e6af71471cc1fa -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-17T23:25:47.340Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-03-17T23:25:47.649Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-03-17T23:25:47.964Z] + ls /var/log/sa-host [2023-03-17T23:25:47.964Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-17T23:25:48.101Z] provisioning config files... [2023-03-17T23:25:48.110Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/y_app-rfid-llrp-inventory_PR-164@tmp/config846018214897900469tmp [Pipeline] { [Pipeline] echo [2023-03-17T23:25:48.158Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-17T23:25:48.471Z] ---> create-netrc.sh [Pipeline] } [2023-03-17T23:25:48.499Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-03-17T23:25:48.900Z] ---> python-tools-install.sh [Pipeline] echo [2023-03-17T23:25:48.935Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-17T23:25:49.245Z] ---> sudo-logs.sh [2023-03-17T23:25:49.245Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-03-17T23:25:49.328Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-17T23:25:49.639Z] ---> job-cost.sh [2023-03-17T23:25:49.639Z] lf-activate-venv: SKIPPING [2023-03-17T23:25:49.639Z] DEBUG: total: 0.2199999988079071 [2023-03-17T23:25:49.639Z] INFO: Retrieving Stack Cost... [2023-03-17T23:25:49.897Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-17T23:25:50.464Z] INFO: Archiving Costs [Pipeline] echo [2023-03-17T23:25:50.499Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-17T23:25:50.812Z] ---> logs-deploy.sh [2023-03-17T23:25:50.812Z] lf-activate-venv: SKIPPING [2023-03-17T23:25:50.812Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-rfid-llrp-inventory/PR-164/1 [2023-03-17T23:25:50.812Z] INFO: archiving workspace using pattern(s): [2023-03-17T23:25:51.752Z] Archives upload complete. [2023-03-17T23:25:51.752Z] INFO: archiving logs to Nexus