Pull request #97 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 63bbfc8d1071f34d14eb43b27b7a737ac423871f+5d59561c1133a6ca726020ae56ce39f2a90031a2 (603a226efe718df0204091a7829d3567ed2a3bb0) 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-ssh16629952872665262933.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 2c7614b56cb57ece5b5bdf52d827492071d4cc62 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-ssh11371744890834238101.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 2c7614b56cb57ece5b5bdf52d827492071d4cc62 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-97/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-97/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13378786777480885716.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-97/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh2839924272722318898.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 2c7614b56cb57ece5b5bdf52d827492071d4cc62 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 2c7614b56cb57ece5b5bdf52d827492071d4cc62 # timeout=10 Commit message: "Merge pull request #399 from ernestojeda/fix-go-mod-version" > 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-ssh8189921005461985068.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 0f180ed1236c637af8c254f95ad106931cc77145 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-97/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-97/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh6081818939270970755.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 0f180ed1236c637af8c254f95ad106931cc77145 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0f180ed1236c637af8c254f95ad106931cc77145 # timeout=10 Commit message: "Feat: Add initial docker pipelines" > 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 2c7614b56cb57ece5b5bdf52d827492071d4cc62 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.17 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-rfid-llrp-inventory DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-17414 in /w/workspace/ry_app-rfid-llrp-inventory_PR-97 [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/ry_app-rfid-llrp-inventory_PR-97 # 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 Merging remotes/origin/main commit 5d59561c1133a6ca726020ae56ce39f2a90031a2 into PR head commit 63bbfc8d1071f34d14eb43b27b7a737ac423871f Merge succeeded, producing 63bbfc8d1071f34d14eb43b27b7a737ac423871f Checking out Revision 63bbfc8d1071f34d14eb43b27b7a737ac423871f (PR-97) > 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/97/head:refs/remotes/origin/PR-97 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 63bbfc8d1071f34d14eb43b27b7a737ac423871f # 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 5d59561c1133a6ca726020ae56ce39f2a90031a2 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 63bbfc8d1071f34d14eb43b27b7a737ac423871f # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 2c7614b56cb57ece5b5bdf52d827492071d4cc62 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-07-11T13:16:35.250Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-07-11T13:16:35.419Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-07-11T13:16:35.507Z] ========================================================= [2022-07-11T13:16:35.507Z] EdgeX Global Pipelines Version Info [2022-07-11T13:16:35.507Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-07-11T13:16:36.312Z] ------------------- [2022-07-11T13:16:36.312Z] stable info: [2022-07-11T13:16:36.312Z] ------------------- [2022-07-11T13:16:36.312Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-07-11T13:16:36.312Z] Commit SHA: 2c7614b56cb57ece5b5bdf52d827492071d4cc62 [2022-07-11T13:16:36.312Z] Message: update stable to v1.0.234 [2022-07-11T13:16:36.905Z] ------------------- [2022-07-11T13:16:36.905Z] experimental info: [2022-07-11T13:16:36.905Z] ------------------- [2022-07-11T13:16:36.905Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-07-11T13:16:36.905Z] Commit SHA: 7e4371ac6d730b8e642184b898413c6ef59a5643 [2022-07-11T13:16:36.905Z] Message: update experimental to v1.0.236 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-07-11T13:16:37.326Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-rfid-llrp-inventory-settings [Pipeline] echo [2022-07-11T13:16:37.368Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-rfid-llrp-inventory [Pipeline] echo [2022-07-11T13:16:37.411Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-07-11T13:16:37.453Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-07-11T13:16:37.497Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-07-11T13:16:37.536Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-07-11T13:16:37.581Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-07-11T13:16:37.624Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-07-11T13:16:37.664Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-07-11T13:16:37.703Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-07-11T13:16:37.743Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-07-11T13:16:37.779Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-rfid-llrp-inventory [Pipeline] echo [2022-07-11T13:16:37.820Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-07-11T13:16:37.863Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-07-11T13:16:37.901Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-07-11T13:16:37.940Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-07-11T13:16:37.977Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-07-11T13:16:38.020Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-07-11T13:16:38.056Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-07-11T13:16:38.093Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-07-11T13:16:38.136Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-07-11T13:16:38.173Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-07-11T13:16:38.215Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-07-11T13:16:38.257Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-07-11T13:16:38.298Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-07-11T13:16:38.334Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-07-11T13:16:38.375Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-07-11T13:16:38.412Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-97 [Pipeline] echo [2022-07-11T13:16:38.452Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-97 [Pipeline] echo [2022-07-11T13:16:38.490Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-97 [Pipeline] echo [2022-07-11T13:16:38.537Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 63bbfc8d1071f34d14eb43b27b7a737ac423871f [Pipeline] echo [2022-07-11T13:16:38.579Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 63bbfc8 [Pipeline] echo [2022-07-11T13:16:38.617Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-07-11T13:16:38.728Z] provisioning config files... [2022-07-11T13:16:38.742Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/ry_app-rfid-llrp-inventory_PR-97@tmp/config6312525952779277280tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-07-11T13:16:39.104Z] ---> docker-login.sh [2022-07-11T13:16:39.104Z] nexus3.edgexfoundry.org:10001 [2022-07-11T13:16:39.364Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-11T13:16:39.364Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-11T13:16:39.364Z] Configure a credential helper to remove this warning. See [2022-07-11T13:16:39.364Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-11T13:16:39.364Z] [2022-07-11T13:16:39.364Z] Login Succeeded [2022-07-11T13:16:39.364Z] nexus3.edgexfoundry.org:10002 [2022-07-11T13:16:39.625Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-11T13:16:39.625Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-11T13:16:39.625Z] Configure a credential helper to remove this warning. See [2022-07-11T13:16:39.625Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-11T13:16:39.625Z] [2022-07-11T13:16:39.625Z] Login Succeeded [2022-07-11T13:16:39.625Z] nexus3.edgexfoundry.org:10003 [2022-07-11T13:16:39.625Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-11T13:16:39.625Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-11T13:16:39.625Z] Configure a credential helper to remove this warning. See [2022-07-11T13:16:39.625Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-11T13:16:39.625Z] [2022-07-11T13:16:39.625Z] Login Succeeded [2022-07-11T13:16:39.625Z] nexus3.edgexfoundry.org:10004 [2022-07-11T13:16:39.888Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-11T13:16:39.888Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-11T13:16:39.888Z] Configure a credential helper to remove this warning. See [2022-07-11T13:16:39.888Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-11T13:16:39.888Z] [2022-07-11T13:16:39.888Z] Login Succeeded [2022-07-11T13:16:39.888Z] docker.io [2022-07-11T13:16:39.888Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-11T13:16:40.462Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-11T13:16:40.462Z] Configure a credential helper to remove this warning. See [2022-07-11T13:16:40.462Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-11T13:16:40.462Z] [2022-07-11T13:16:40.462Z] Login Succeeded [2022-07-11T13:16:40.462Z] ---> docker-login.sh ends [Pipeline] } [2022-07-11T13:16:40.487Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-07-11T13:16:41.091Z] + git rev-list -1 --merges 63bbfc8d1071f34d14eb43b27b7a737ac423871f~1..63bbfc8d1071f34d14eb43b27b7a737ac423871f [Pipeline] echo [2022-07-11T13:16:41.135Z] -----------> git rev-list -1 --merges 63bbfc8d1071f34d14eb43b27b7a737ac423871f~1..63bbfc8d1071f34d14eb43b27b7a737ac423871f 63bbfc8d1071f34d14eb43b27b7a737ac423871f [false] [Pipeline] sh [2022-07-11T13:16:41.447Z] + git log --format=format:%s -1 63bbfc8d1071f34d14eb43b27b7a737ac423871f [Pipeline] echo [2022-07-11T13:16:41.481Z] ========================================================= [2022-07-11T13:16:41.481Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-07-11T13:16:41.481Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-07-11T13:16:41.928Z] + git log --format=format:%s -1 63bbfc8d1071f34d14eb43b27b7a737ac423871f [Pipeline] echo [2022-07-11T13:16:41.963Z] [semverPrep] GIT_COMMIT: 63bbfc8d1071f34d14eb43b27b7a737ac423871f, Commit Message: build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2 [Pipeline] echo [2022-07-11T13:16:41.993Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-07-11T13:16:42.381Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-07-11T13:16:42.381Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-07-11T13:16:42.381Z] + [ -e /tmp/ssh_known_hosts ] [2022-07-11T13:16:42.381Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-07-11T13:16:42.381Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-07-11T13:16:42.381Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-07-11T13:16:42.381Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T13:16:42.809Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-07-11T13:16:42.810Z] [2022-07-11T13:16:42.810Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T13:16:43.216Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-07-11T13:16:43.216Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-07-11T13:16:43.216Z] b85a868b505f: Pulling fs layer [2022-07-11T13:16:43.216Z] e2be974225ed: Pulling fs layer [2022-07-11T13:16:43.216Z] 339a4e72a1f5: Pulling fs layer [2022-07-11T13:16:43.216Z] 988bab9f4d93: Pulling fs layer [2022-07-11T13:16:43.216Z] 1469e6f7b9e6: Pulling fs layer [2022-07-11T13:16:43.216Z] eaf3925da568: Pulling fs layer [2022-07-11T13:16:43.216Z] bab4dde63d76: Pulling fs layer [2022-07-11T13:16:43.216Z] bde34c3a00c8: Pulling fs layer [2022-07-11T13:16:43.216Z] b352a97aabf1: Pulling fs layer [2022-07-11T13:16:43.216Z] 4872d77fe225: Pulling fs layer [2022-07-11T13:16:43.216Z] 5851b861e8e6: Pulling fs layer [2022-07-11T13:16:43.216Z] 988bab9f4d93: Waiting [2022-07-11T13:16:43.216Z] 1469e6f7b9e6: Waiting [2022-07-11T13:16:43.216Z] eaf3925da568: Waiting [2022-07-11T13:16:43.216Z] bab4dde63d76: Waiting [2022-07-11T13:16:43.216Z] bde34c3a00c8: Waiting [2022-07-11T13:16:43.216Z] b352a97aabf1: Waiting [2022-07-11T13:16:43.216Z] 4872d77fe225: Waiting [2022-07-11T13:16:43.216Z] 5851b861e8e6: Waiting [2022-07-11T13:16:43.216Z] e2be974225ed: Verifying Checksum [2022-07-11T13:16:43.216Z] e2be974225ed: Download complete [2022-07-11T13:16:43.216Z] 988bab9f4d93: Download complete [2022-07-11T13:16:43.491Z] 1469e6f7b9e6: Verifying Checksum [2022-07-11T13:16:43.491Z] 1469e6f7b9e6: Download complete [2022-07-11T13:16:43.491Z] eaf3925da568: Verifying Checksum [2022-07-11T13:16:43.491Z] eaf3925da568: Download complete [2022-07-11T13:16:43.491Z] 339a4e72a1f5: Verifying Checksum [2022-07-11T13:16:43.491Z] 339a4e72a1f5: Download complete [2022-07-11T13:16:43.491Z] bde34c3a00c8: Verifying Checksum [2022-07-11T13:16:43.491Z] bde34c3a00c8: Download complete [2022-07-11T13:16:43.491Z] b352a97aabf1: Verifying Checksum [2022-07-11T13:16:43.491Z] b352a97aabf1: Download complete [2022-07-11T13:16:43.491Z] 4872d77fe225: Verifying Checksum [2022-07-11T13:16:43.491Z] 4872d77fe225: Download complete [2022-07-11T13:16:43.491Z] 5851b861e8e6: Verifying Checksum [2022-07-11T13:16:43.491Z] 5851b861e8e6: Download complete [2022-07-11T13:16:43.491Z] b85a868b505f: Verifying Checksum [2022-07-11T13:16:43.491Z] b85a868b505f: Download complete [2022-07-11T13:16:43.752Z] bab4dde63d76: Verifying Checksum [2022-07-11T13:16:43.752Z] bab4dde63d76: Download complete [2022-07-11T13:16:45.138Z] b85a868b505f: Pull complete [2022-07-11T13:16:45.138Z] e2be974225ed: Pull complete [2022-07-11T13:16:45.711Z] 339a4e72a1f5: Pull complete [2022-07-11T13:16:45.972Z] 988bab9f4d93: Pull complete [2022-07-11T13:16:46.237Z] 1469e6f7b9e6: Pull complete [2022-07-11T13:16:46.237Z] eaf3925da568: Pull complete [2022-07-11T13:16:48.795Z] bab4dde63d76: Pull complete [2022-07-11T13:16:48.795Z] bde34c3a00c8: Pull complete [2022-07-11T13:16:48.795Z] b352a97aabf1: Pull complete [2022-07-11T13:16:48.795Z] 4872d77fe225: Pull complete [2022-07-11T13:16:48.795Z] 5851b861e8e6: Pull complete [2022-07-11T13:16:48.795Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-07-11T13:16:48.795Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-07-11T13:16:48.795Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-11T13:16:49.031Z] prd-ubuntu20.04-docker-8c-8g-17414 does not seem to be running inside a container [2022-07-11T13:16:49.075Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-rfid-llrp-inventory_PR-97 -v /w/workspace/ry_app-rfid-llrp-inventory_PR-97:/w/workspace/ry_app-rfid-llrp-inventory_PR-97:rw,z -v /w/workspace/ry_app-rfid-llrp-inventory_PR-97@tmp:/w/workspace/ry_app-rfid-llrp-inventory_PR-97@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-07-11T13:16:50.546Z] $ docker top 32293083a746bb883aaeba5537409bb63dec77af67eb20c1fe24aaea1b55e3b9 -eo pid,comm [2022-07-11T13:16:50.624Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2022-07-11T13:16:50.624Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-07-11T13:16:50.752Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-07-11T13:16:50.752Z] [ssh-agent] Looking for ssh-agent implementation... [2022-07-11T13:16:50.892Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-07-11T13:16:50.898Z] $ docker exec 32293083a746bb883aaeba5537409bb63dec77af67eb20c1fe24aaea1b55e3b9 ssh-agent [2022-07-11T13:16:51.040Z] SSH_AUTH_SOCK=/tmp/ssh-NDudH1QmOSLM/agent.33 [2022-07-11T13:16:51.040Z] SSH_AGENT_PID=39 [2022-07-11T13:16:51.046Z] Running ssh-add (command line suppressed) [2022-07-11T13:16:51.180Z] Identity added: /w/workspace/ry_app-rfid-llrp-inventory_PR-97@tmp/private_key_3633435198246684860.key (/w/workspace/ry_app-rfid-llrp-inventory_PR-97@tmp/private_key_3633435198246684860.key) [2022-07-11T13:16:51.196Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-07-11T13:16:51.532Z] + git tag --points-at HEAD [Pipeline] } [2022-07-11T13:16:51.560Z] $ docker exec --env ******** --env ******** 32293083a746bb883aaeba5537409bb63dec77af67eb20c1fe24aaea1b55e3b9 ssh-agent -k [2022-07-11T13:16:51.692Z] unset SSH_AUTH_SOCK; [2022-07-11T13:16:51.693Z] unset SSH_AGENT_PID; [2022-07-11T13:16:51.693Z] echo Agent pid 39 killed; [2022-07-11T13:16:51.702Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-07-11T13:16:51.792Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-07-11T13:16:51.792Z] [ssh-agent] Looking for ssh-agent implementation... [2022-07-11T13:16:51.925Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-07-11T13:16:51.930Z] $ docker exec 32293083a746bb883aaeba5537409bb63dec77af67eb20c1fe24aaea1b55e3b9 ssh-agent [2022-07-11T13:16:52.046Z] SSH_AUTH_SOCK=/tmp/ssh-yby6dM3jAKdA/agent.72 [2022-07-11T13:16:52.046Z] SSH_AGENT_PID=78 [2022-07-11T13:16:52.052Z] Running ssh-add (command line suppressed) [2022-07-11T13:16:52.173Z] Identity added: /w/workspace/ry_app-rfid-llrp-inventory_PR-97@tmp/private_key_5055367579148048761.key (/w/workspace/ry_app-rfid-llrp-inventory_PR-97@tmp/private_key_5055367579148048761.key) [2022-07-11T13:16:52.185Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-07-11T13:16:52.524Z] + git semver init [2022-07-11T13:16:52.787Z] 2022-07-11 13:16:52,742 [run_init] DEBUG init version:0.0.0 force:False [2022-07-11T13:16:52.787Z] 2022-07-11 13:16:52,743 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/ry_app-rfid-llrp-inventory_PR-97/.semver [2022-07-11T13:16:52.787Z] 2022-07-11 13:16:52,744 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-rfid-llrp-inventory.git /w/workspace/ry_app-rfid-llrp-inventory_PR-97/.semver [2022-07-11T13:16:52.787Z] 2022-07-11 13:16:52,744 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-rfid-llrp-inventory.git', '/w/workspace/ry_app-rfid-llrp-inventory_PR-97/.semver'], cwd=/w/workspace/ry_app-rfid-llrp-inventory_PR-97, universal_newlines=False, shell=None, istream=None) [2022-07-11T13:16:53.732Z] 2022-07-11 13:16:53,665 [append_file] DEBUG append to file:/w/workspace/ry_app-rfid-llrp-inventory_PR-97/.git/info/exclude [2022-07-11T13:16:53.732Z] 2022-07-11 13:16:53,665 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/ry_app-rfid-llrp-inventory_PR-97/.semver/PR-97 with force:False [2022-07-11T13:16:53.732Z] 2022-07-11 13:16:53,665 [write_file] DEBUG write to file:/w/workspace/ry_app-rfid-llrp-inventory_PR-97/.semver/PR-97 [2022-07-11T13:16:53.732Z] 2022-07-11 13:16:53,670 [execute] INFO git cat-file --batch-check [2022-07-11T13:16:53.732Z] 2022-07-11 13:16:53,670 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-rfid-llrp-inventory_PR-97/.semver, universal_newlines=False, shell=None, istream=) [2022-07-11T13:16:53.732Z] 2022-07-11 13:16:53,676 [execute] INFO git cat-file --batch [2022-07-11T13:16:53.732Z] 2022-07-11 13:16:53,677 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-rfid-llrp-inventory_PR-97/.semver, universal_newlines=False, shell=None, istream=) [2022-07-11T13:16:53.732Z] 2022-07-11 13:16:53,681 [read_version] DEBUG read version from /w/workspace/ry_app-rfid-llrp-inventory_PR-97/.semver/PR-97 [2022-07-11T13:16:53.732Z] 0.0.0 [Pipeline] } [2022-07-11T13:16:53.758Z] $ docker exec --env ******** --env ******** 32293083a746bb883aaeba5537409bb63dec77af67eb20c1fe24aaea1b55e3b9 ssh-agent -k [2022-07-11T13:16:53.896Z] unset SSH_AUTH_SOCK; [2022-07-11T13:16:53.896Z] unset SSH_AGENT_PID; [2022-07-11T13:16:53.896Z] echo Agent pid 78 killed; [2022-07-11T13:16:53.907Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-07-11T13:16:54.335Z] + git semver [Pipeline] } [2022-07-11T13:16:54.623Z] $ docker stop --time=1 32293083a746bb883aaeba5537409bb63dec77af67eb20c1fe24aaea1b55e3b9 [2022-07-11T13:16:55.973Z] $ docker rm -f 32293083a746bb883aaeba5537409bb63dec77af67eb20c1fe24aaea1b55e3b9 [Pipeline] // withDockerContainer [Pipeline] sh [2022-07-11T13:16:56.409Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-07-11T13:16:56.746Z] Stashed 1 file(s) [Pipeline] echo [2022-07-11T13:16:56.764Z] [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] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-07-11T13:16:57.307Z] provisioning config files... [2022-07-11T13:16:57.319Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/ry_app-rfid-llrp-inventory_PR-97@tmp/config1034852075132174098tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-07-11T13:16:57.668Z] ---> docker-login.sh [2022-07-11T13:16:57.668Z] nexus3.edgexfoundry.org:10001 [2022-07-11T13:16:57.668Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-11T13:16:57.668Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-11T13:16:57.668Z] Configure a credential helper to remove this warning. See [2022-07-11T13:16:57.668Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-11T13:16:57.668Z] [2022-07-11T13:16:57.668Z] Login Succeeded [2022-07-11T13:16:57.669Z] nexus3.edgexfoundry.org:10002 [2022-07-11T13:16:57.932Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-11T13:16:57.932Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-11T13:16:57.932Z] Configure a credential helper to remove this warning. See [2022-07-11T13:16:57.932Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-11T13:16:57.932Z] [2022-07-11T13:16:57.932Z] Login Succeeded [2022-07-11T13:16:57.932Z] nexus3.edgexfoundry.org:10003 [2022-07-11T13:16:57.932Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-11T13:16:57.932Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-11T13:16:57.932Z] Configure a credential helper to remove this warning. See [2022-07-11T13:16:57.932Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-11T13:16:57.932Z] [2022-07-11T13:16:57.932Z] Login Succeeded [2022-07-11T13:16:57.932Z] nexus3.edgexfoundry.org:10004 [2022-07-11T13:16:58.193Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-11T13:16:58.193Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-11T13:16:58.193Z] Configure a credential helper to remove this warning. See [2022-07-11T13:16:58.193Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-11T13:16:58.193Z] [2022-07-11T13:16:58.193Z] Login Succeeded [2022-07-11T13:16:58.193Z] docker.io [2022-07-11T13:16:58.193Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-11T13:16:58.456Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-11T13:16:58.456Z] Configure a credential helper to remove this warning. See [2022-07-11T13:16:58.456Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-11T13:16:58.456Z] [2022-07-11T13:16:58.456Z] Login Succeeded [2022-07-11T13:16:58.456Z] ---> docker-login.sh ends [Pipeline] } [2022-07-11T13:16:58.483Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-07-11T13:16:58.670Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-07-11T13:16:58.700Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-07-11T13:16:58.731Z] ========================================================= [2022-07-11T13:16:58.731Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-07-11T13:16:58.731Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T13:16:59.190Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine --build-arg MAKE=echo noop --target=builder . [2022-07-11T13:16:59.190Z] Sending build context to Docker daemon 12.45MB [2022-07-11T13:16:59.190Z] Step 1/13 : ARG BASE=golang:1.17-alpine3.15 [2022-07-11T13:16:59.190Z] Step 2/13 : FROM ${BASE} AS builder [2022-07-11T13:16:59.190Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-07-11T13:16:59.190Z] 59bf1c3509f3: Pulling fs layer [2022-07-11T13:16:59.190Z] 666ba61612fd: Pulling fs layer [2022-07-11T13:16:59.190Z] 8ed8ca486205: Pulling fs layer [2022-07-11T13:16:59.190Z] cc1cd167ecdc: Pulling fs layer [2022-07-11T13:16:59.190Z] c516ae0d96e1: Pulling fs layer [2022-07-11T13:16:59.190Z] 684cea983483: Pulling fs layer [2022-07-11T13:16:59.190Z] dd3240ac7de5: Pulling fs layer [2022-07-11T13:16:59.190Z] b1e948a4e11c: Pulling fs layer [2022-07-11T13:16:59.190Z] a8fd76ee1af6: Pulling fs layer [2022-07-11T13:16:59.190Z] 646ad004c059: Pulling fs layer [2022-07-11T13:16:59.190Z] dd3240ac7de5: Waiting [2022-07-11T13:16:59.190Z] b1e948a4e11c: Waiting [2022-07-11T13:16:59.190Z] cc1cd167ecdc: Waiting [2022-07-11T13:16:59.190Z] 646ad004c059: Waiting [2022-07-11T13:16:59.190Z] c516ae0d96e1: Waiting [2022-07-11T13:16:59.190Z] 684cea983483: Waiting [2022-07-11T13:16:59.190Z] a8fd76ee1af6: Waiting [2022-07-11T13:16:59.453Z] 8ed8ca486205: Verifying Checksum [2022-07-11T13:16:59.453Z] 8ed8ca486205: Download complete [2022-07-11T13:16:59.453Z] 666ba61612fd: Download complete [2022-07-11T13:16:59.453Z] c516ae0d96e1: Verifying Checksum [2022-07-11T13:16:59.453Z] c516ae0d96e1: Download complete [2022-07-11T13:16:59.453Z] 684cea983483: Verifying Checksum [2022-07-11T13:16:59.453Z] 684cea983483: Download complete [2022-07-11T13:16:59.453Z] 59bf1c3509f3: Verifying Checksum [2022-07-11T13:16:59.453Z] 59bf1c3509f3: Download complete [2022-07-11T13:16:59.453Z] dd3240ac7de5: Download complete [2022-07-11T13:16:59.453Z] b1e948a4e11c: Verifying Checksum [2022-07-11T13:16:59.453Z] b1e948a4e11c: Download complete [2022-07-11T13:16:59.453Z] 59bf1c3509f3: Pull complete [2022-07-11T13:16:59.722Z] 666ba61612fd: Pull complete [2022-07-11T13:16:59.722Z] 8ed8ca486205: Pull complete [2022-07-11T13:16:59.984Z] 646ad004c059: Verifying Checksum [2022-07-11T13:16:59.984Z] 646ad004c059: Download complete [2022-07-11T13:16:59.984Z] a8fd76ee1af6: Verifying Checksum [2022-07-11T13:16:59.984Z] a8fd76ee1af6: Download complete [2022-07-11T13:17:00.245Z] cc1cd167ecdc: Verifying Checksum [2022-07-11T13:17:00.245Z] cc1cd167ecdc: Download complete [2022-07-11T13:17:04.452Z] cc1cd167ecdc: Pull complete [2022-07-11T13:17:04.452Z] c516ae0d96e1: Pull complete [2022-07-11T13:17:04.452Z] 684cea983483: Pull complete [2022-07-11T13:17:04.452Z] dd3240ac7de5: Pull complete [2022-07-11T13:17:04.736Z] b1e948a4e11c: Pull complete [2022-07-11T13:17:07.275Z] a8fd76ee1af6: Pull complete [2022-07-11T13:17:07.847Z] 646ad004c059: Pull complete [2022-07-11T13:17:07.847Z] Digest: sha256:bc8ce28cadebfaa099e5330588345fe90134e4027cf71364bfd2aff1e7ff8c16 [2022-07-11T13:17:07.847Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-07-11T13:17:07.847Z] ---> 8f69c11f6b0c [2022-07-11T13:17:07.847Z] Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-07-11T13:17:09.768Z] ---> Running in a8b237aad6e5 [2022-07-11T13:17:09.768Z] Removing intermediate container a8b237aad6e5 [2022-07-11T13:17:09.768Z] ---> d04b5944fa54 [2022-07-11T13:17:09.768Z] Step 4/13 : ARG ALPINE_PKG_EXTRA="" [2022-07-11T13:17:09.768Z] ---> Running in 0fa09c67cfa1 [2022-07-11T13:17:10.029Z] Removing intermediate container 0fa09c67cfa1 [2022-07-11T13:17:10.029Z] ---> d5ada65b864a [2022-07-11T13:17:10.029Z] Step 5/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2022-07-11T13:17:10.029Z] ---> Running in 78a146e78b82 [2022-07-11T13:17:10.029Z] Removing intermediate container 78a146e78b82 [2022-07-11T13:17:10.029Z] ---> 3e70d9bd549e [2022-07-11T13:17:10.029Z] Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-11T13:17:10.029Z] ---> Running in d9fd9b67f344 [2022-07-11T13:17:10.972Z] Removing intermediate container d9fd9b67f344 [2022-07-11T13:17:10.972Z] ---> d66487580f1f [2022-07-11T13:17:10.972Z] Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-07-11T13:17:10.972Z] ---> Running in 997b26d9fe12 [2022-07-11T13:17:10.972Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-11T13:17:12.142Z] Still waiting to schedule task [2022-07-11T13:17:12.143Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-07-11T13:17:12.357Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-11T13:17:12.357Z] OK: 221 MiB in 52 packages [2022-07-11T13:17:12.931Z] Removing intermediate container 997b26d9fe12 [2022-07-11T13:17:12.931Z] ---> 028036b8695f [2022-07-11T13:17:12.931Z] Step 8/13 : WORKDIR /app [2022-07-11T13:17:12.931Z] ---> Running in 01fd13726922 [2022-07-11T13:17:12.931Z] Removing intermediate container 01fd13726922 [2022-07-11T13:17:12.931Z] ---> 2375ab14a584 [2022-07-11T13:17:12.931Z] Step 9/13 : COPY go.mod vendor* ./ [2022-07-11T13:17:13.193Z] ---> 677d92c9e1aa [2022-07-11T13:17:13.193Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-11T13:17:13.193Z] ---> Running in bb9a98ffe175 [2022-07-11T13:17:35.174Z] Removing intermediate container bb9a98ffe175 [2022-07-11T13:17:35.174Z] ---> 4cc79c03199b [2022-07-11T13:17:35.174Z] Step 11/13 : COPY . . [2022-07-11T13:17:35.174Z] ---> aa955d11ec40 [2022-07-11T13:17:35.175Z] Step 12/13 : ARG MAKE="make build" [2022-07-11T13:17:35.175Z] ---> Running in a4e7bae12b75 [2022-07-11T13:17:35.435Z] Removing intermediate container a4e7bae12b75 [2022-07-11T13:17:35.435Z] ---> 175a8bdca0da [2022-07-11T13:17:35.435Z] Step 13/13 : RUN $MAKE [2022-07-11T13:17:35.435Z] ---> Running in 4c370928fd47 [2022-07-11T13:17:35.695Z] noop [2022-07-11T13:17:35.958Z] Removing intermediate container 4c370928fd47 [2022-07-11T13:17:35.958Z] ---> b49824236bba [2022-07-11T13:17:35.958Z] Successfully built b49824236bba [2022-07-11T13:17:35.958Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T13:17:36.406Z] + docker inspect -f . ci-base-image-x86_64 [2022-07-11T13:17:36.407Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-11T13:17:36.569Z] prd-ubuntu20.04-docker-8c-8g-17414 does not seem to be running inside a container [2022-07-11T13:17:36.612Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-rfid-llrp-inventory_PR-97 -v /w/workspace/ry_app-rfid-llrp-inventory_PR-97:/w/workspace/ry_app-rfid-llrp-inventory_PR-97:rw,z -v /w/workspace/ry_app-rfid-llrp-inventory_PR-97@tmp:/w/workspace/ry_app-rfid-llrp-inventory_PR-97@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 ******** ci-base-image-x86_64 cat [2022-07-11T13:17:37.029Z] $ docker top b7eaad95056882748cb5b7f9c993a14d87a2271127ef6287f369938e3a10a0f0 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-07-11T13:17:37.445Z] + go version [2022-07-11T13:17:37.445Z] go version go1.17.7 linux/amd64 [Pipeline] } [2022-07-11T13:17:37.476Z] $ docker stop --time=1 b7eaad95056882748cb5b7f9c993a14d87a2271127ef6287f369938e3a10a0f0 [2022-07-11T13:17:38.778Z] $ docker rm -f b7eaad95056882748cb5b7f9c993a14d87a2271127ef6287f369938e3a10a0f0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T13:17:39.492Z] + docker inspect -f . ci-base-image-x86_64 [2022-07-11T13:17:39.492Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-11T13:17:39.686Z] prd-ubuntu20.04-docker-8c-8g-17414 does not seem to be running inside a container [2022-07-11T13:17:39.747Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-rfid-llrp-inventory_PR-97 -v /w/workspace/ry_app-rfid-llrp-inventory_PR-97:/w/workspace/ry_app-rfid-llrp-inventory_PR-97:rw,z -v /w/workspace/ry_app-rfid-llrp-inventory_PR-97@tmp:/w/workspace/ry_app-rfid-llrp-inventory_PR-97@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 ******** ci-base-image-x86_64 cat [2022-07-11T13:17:40.162Z] $ docker top 3fbe07b65ed9711309c932212665084af07d0b7f38339047bb212b9426be52f8 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-07-11T13:17:40.624Z] + make test [2022-07-11T13:17:40.624Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2022-07-11T13:17:52.849Z] ? edgexfoundry/app-rfid-llrp-inventory [no test files] [2022-07-11T13:17:52.849Z] ok edgexfoundry/app-rfid-llrp-inventory/internal/inventory 0.053s coverage: 86.2% of statements [2022-07-11T13:17:52.849Z] ? edgexfoundry/app-rfid-llrp-inventory/internal/inventory/app [no test files] [2022-07-11T13:17:53.795Z] ok edgexfoundry/app-rfid-llrp-inventory/internal/llrp 2.554s coverage: 71.9% of statements [2022-07-11T13:18:01.935Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2022-07-11T13:18:06.140Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-07-11T13:18:06.140Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-07-11T13:18:06.402Z] ./bin/test-attribution.sh [Pipeline] echo [2022-07-11T13:18:06.435Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-07-11T13:18:06.467Z] $ docker stop --time=1 3fbe07b65ed9711309c932212665084af07d0b7f38339047bb212b9426be52f8 [2022-07-11T13:18:08.137Z] $ docker rm -f 3fbe07b65ed9711309c932212665084af07d0b7f38339047bb212b9426be52f8 [Pipeline] // withDockerContainer [Pipeline] sh [2022-07-11T13:18:08.654Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-07-11T13:18:08.718Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-07-11T13:18:09.430Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-07-11T13:18:09.741Z] + ls -al . [2022-07-11T13:18:09.741Z] total 232 [2022-07-11T13:18:09.741Z] drwxrwxr-x 11 jenkins jenkins 4096 Jul 11 13:17 . [2022-07-11T13:18:09.741Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 11 13:16 .. [2022-07-11T13:18:09.741Z] -rw-rw-r-- 1 jenkins jenkins 262 Jul 11 13:16 .dockerignore [2022-07-11T13:18:09.741Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 11 13:16 .git [2022-07-11T13:18:09.741Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 11 13:16 .github [2022-07-11T13:18:09.741Z] -rw-rw-r-- 1 jenkins jenkins 788 Jul 11 13:16 .gitignore [2022-07-11T13:18:09.741Z] -rw-rw-r-- 1 jenkins jenkins 41 Jul 11 13:16 .golangci.yml [2022-07-11T13:18:09.741Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 11 13:16 .semver [2022-07-11T13:18:09.741Z] -rw-rw-r-- 1 jenkins jenkins 9546 Jul 11 13:16 Attribution.txt [2022-07-11T13:18:09.741Z] -rw-rw-r-- 1 jenkins jenkins 2487 Jul 11 13:16 CHANGELOG.md [2022-07-11T13:18:09.741Z] -rw-rw-r-- 1 jenkins jenkins 1933 Jul 11 13:16 Dockerfile [2022-07-11T13:18:09.741Z] -rw-rw-r-- 1 jenkins jenkins 677 Jul 11 13:16 GOVERNANCE.md [2022-07-11T13:18:09.741Z] -rw-rw-r-- 1 jenkins jenkins 687 Jul 11 13:16 Jenkinsfile [2022-07-11T13:18:09.741Z] -rw-rw-r-- 1 jenkins jenkins 11347 Jul 11 13:16 LICENSE [2022-07-11T13:18:09.741Z] -rw-rw-r-- 1 jenkins jenkins 2949 Jul 11 13:16 Makefile [2022-07-11T13:18:09.741Z] -rw-rw-r-- 1 jenkins jenkins 617 Jul 11 13:16 OWNERS.md [2022-07-11T13:18:09.742Z] -rw-rw-r-- 1 jenkins jenkins 30359 Jul 11 13:16 README.md [2022-07-11T13:18:09.742Z] -rw-rw-r-- 1 jenkins jenkins 5 Jul 11 13:16 VERSION [2022-07-11T13:18:09.742Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 11 13:16 bin [2022-07-11T13:18:09.742Z] -rw-r--r-- 1 jenkins jenkins 41008 Jul 11 13:17 coverage.out [2022-07-11T13:18:09.742Z] -rw-rw-r-- 1 jenkins jenkins 3538 Jul 11 13:16 go.mod [2022-07-11T13:18:09.742Z] -rw-rw-r-- 1 jenkins jenkins 36956 Jul 11 13:16 go.sum [2022-07-11T13:18:09.742Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 11 13:16 images [2022-07-11T13:18:09.742Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 11 13:16 internal [2022-07-11T13:18:09.742Z] -rw-rw-r-- 1 jenkins jenkins 531 Jul 11 13:16 main.go [2022-07-11T13:18:09.742Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 11 13:16 res [2022-07-11T13:18:09.742Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 11 13:16 snap [2022-07-11T13:18:09.742Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 11 13:16 static [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T13:18:10.142Z] + docker build -t app-rfid-llrp-inventory -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=63bbfc8d1071f34d14eb43b27b7a737ac423871f --label arch=amd64 --label version=0.0.0 . [2022-07-11T13:18:10.142Z] Sending build context to Docker daemon 12.45MB [2022-07-11T13:18:10.142Z] Step 1/31 : ARG BASE=golang:1.17-alpine3.15 [2022-07-11T13:18:10.142Z] Step 2/31 : FROM ${BASE} AS builder [2022-07-11T13:18:10.142Z] ---> b49824236bba [2022-07-11T13:18:10.142Z] Step 3/31 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-07-11T13:18:10.142Z] ---> Running in 8dbcb9fb70ee [2022-07-11T13:18:10.404Z] Removing intermediate container 8dbcb9fb70ee [2022-07-11T13:18:10.404Z] ---> 637be7ac0aa5 [2022-07-11T13:18:10.404Z] Step 4/31 : ARG ALPINE_PKG_EXTRA="" [2022-07-11T13:18:10.404Z] ---> Running in e0cab1fd9ba0 [2022-07-11T13:18:10.404Z] Removing intermediate container e0cab1fd9ba0 [2022-07-11T13:18:10.404Z] ---> 574f57a723fb [2022-07-11T13:18:10.404Z] Step 5/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2022-07-11T13:18:10.404Z] ---> Running in 93e0c3488d33 [2022-07-11T13:18:10.666Z] Removing intermediate container 93e0c3488d33 [2022-07-11T13:18:10.666Z] ---> 52ce091de94f [2022-07-11T13:18:10.666Z] Step 6/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-11T13:18:10.666Z] ---> Running in bd5e7e3eb674 [2022-07-11T13:18:11.238Z] Removing intermediate container bd5e7e3eb674 [2022-07-11T13:18:11.238Z] ---> 2235d910b3d0 [2022-07-11T13:18:11.238Z] Step 7/31 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-07-11T13:18:11.238Z] ---> Running in ee27e9c6630f [2022-07-11T13:18:11.500Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-11T13:18:12.444Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-11T13:18:12.711Z] OK: 221 MiB in 52 packages [2022-07-11T13:18:12.975Z] Removing intermediate container ee27e9c6630f [2022-07-11T13:18:12.975Z] ---> 314050a24a89 [2022-07-11T13:18:12.975Z] Step 8/31 : WORKDIR /app [2022-07-11T13:18:12.975Z] ---> Running in e8f6c0426110 [2022-07-11T13:18:12.975Z] Removing intermediate container e8f6c0426110 [2022-07-11T13:18:12.975Z] ---> 85a99b25e404 [2022-07-11T13:18:12.975Z] Step 9/31 : COPY go.mod vendor* ./ [2022-07-11T13:18:13.237Z] ---> 423be9d3c349 [2022-07-11T13:18:13.237Z] Step 10/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-11T13:18:13.237Z] ---> Running in 3fb4ce21e319 [2022-07-11T13:18:13.812Z] Removing intermediate container 3fb4ce21e319 [2022-07-11T13:18:13.812Z] ---> 3aaeb0f0bf6a [2022-07-11T13:18:13.812Z] Step 11/31 : COPY . . [2022-07-11T13:18:14.386Z] ---> 9fe0d80807b9 [2022-07-11T13:18:14.386Z] Step 12/31 : ARG MAKE="make build" [2022-07-11T13:18:14.386Z] ---> Running in 238b49b10e78 [2022-07-11T13:18:14.386Z] Removing intermediate container 238b49b10e78 [2022-07-11T13:18:14.386Z] ---> 64968cf86f9b [2022-07-11T13:18:14.386Z] Step 13/31 : RUN $MAKE [2022-07-11T13:18:14.386Z] ---> Running in c26b81fcb4c5 [2022-07-11T13:18:14.647Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.2.1-dev.18 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0 -X edgexfoundry/app-rfid-llrp-inventory.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o app-rfid-llrp-inventory [2022-07-11T13:18:36.608Z] Removing intermediate container c26b81fcb4c5 [2022-07-11T13:18:36.608Z] ---> 56f14d84e7aa [2022-07-11T13:18:36.608Z] Step 14/31 : FROM alpine:3.14 [2022-07-11T13:18:36.608Z] 3.14: Pulling from library/alpine [2022-07-11T13:18:36.608Z] 8663204ce13b: Pulling fs layer [2022-07-11T13:18:36.608Z] 8663204ce13b: Verifying Checksum [2022-07-11T13:18:36.608Z] 8663204ce13b: Download complete [2022-07-11T13:18:36.608Z] 8663204ce13b: Pull complete [2022-07-11T13:18:36.608Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-07-11T13:18:36.608Z] Status: Downloaded newer image for alpine:3.14 [2022-07-11T13:18:36.608Z] ---> e04c818066af [2022-07-11T13:18:36.608Z] Step 15/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2022-07-11T13:18:36.608Z] ---> Running in 4352d9fe0625 [2022-07-11T13:18:36.608Z] Removing intermediate container 4352d9fe0625 [2022-07-11T13:18:36.608Z] ---> 03b48f9b8a31 [2022-07-11T13:18:36.608Z] Step 16/31 : LABEL Name=app-service-rfid-llrp-inventory Version=${VERSION} [2022-07-11T13:18:36.608Z] ---> Running in 9107d78727d2 [2022-07-11T13:18:36.608Z] Removing intermediate container 9107d78727d2 [2022-07-11T13:18:36.608Z] ---> 24934658f8d0 [2022-07-11T13:18:36.608Z] Step 17/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-11T13:18:36.608Z] ---> Running in ce7d970fa3a2 [2022-07-11T13:18:36.608Z] Removing intermediate container ce7d970fa3a2 [2022-07-11T13:18:36.608Z] ---> 196a78160ce7 [2022-07-11T13:18:36.608Z] Step 18/31 : RUN apk --no-cache add ca-certificates zeromq dumb-init [2022-07-11T13:18:36.608Z] ---> Running in 41fe9cfefd85 [2022-07-11T13:18:36.870Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-07-11T13:18:37.815Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-07-11T13:18:38.080Z] (1/7) Installing ca-certificates (20211220-r0) [2022-07-11T13:18:38.341Z] (2/7) Installing dumb-init (1.2.5-r1) [2022-07-11T13:18:38.341Z] (3/7) Installing libgcc (10.3.1_git20210424-r2) [2022-07-11T13:18:38.341Z] (4/7) Installing libsodium (1.0.18-r0) [2022-07-11T13:18:38.603Z] (5/7) Installing libstdc++ (10.3.1_git20210424-r2) [2022-07-11T13:18:38.603Z] (6/7) Installing libzmq (4.3.4-r0) [2022-07-11T13:18:38.867Z] (7/7) Installing zeromq (4.3.4-r0) [2022-07-11T13:18:38.867Z] Executing busybox-1.33.1-r7.trigger [2022-07-11T13:18:38.867Z] Executing ca-certificates-20211220-r0.trigger [2022-07-11T13:18:38.867Z] OK: 9 MiB in 21 packages [2022-07-11T13:18:39.439Z] Removing intermediate container 41fe9cfefd85 [2022-07-11T13:18:39.439Z] ---> 606b660c5d7b [2022-07-11T13:18:39.439Z] Step 19/31 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2022-07-11T13:18:39.439Z] ---> 81369ee84275 [2022-07-11T13:18:39.439Z] Step 20/31 : COPY --from=builder /app/LICENSE /LICENSE [2022-07-11T13:18:39.439Z] ---> 179a54d1cb18 [2022-07-11T13:18:39.439Z] Step 21/31 : COPY --from=builder /app/res/ /res/ [2022-07-11T13:18:39.700Z] ---> 63a5d8f54c94 [2022-07-11T13:18:39.700Z] Step 22/31 : COPY --from=builder /app/static/ /static/ [2022-07-11T13:18:39.960Z] ---> 535fc5de8305 [2022-07-11T13:18:39.960Z] Step 23/31 : COPY --from=builder /app/app-rfid-llrp-inventory /app-rfid-llrp-inventory [2022-07-11T13:18:40.220Z] ---> 9f1a1c5b8d35 [2022-07-11T13:18:40.220Z] Step 24/31 : RUN mkdir -p /cache && chown -R 2002:2002 /cache [2022-07-11T13:18:40.480Z] ---> Running in 01923febf4fa [2022-07-11T13:18:41.053Z] Removing intermediate container 01923febf4fa [2022-07-11T13:18:41.053Z] ---> 796b4e011bfe [2022-07-11T13:18:41.053Z] Step 25/31 : VOLUME /cache [2022-07-11T13:18:41.053Z] ---> Running in 0bae25099940 [2022-07-11T13:18:41.053Z] Removing intermediate container 0bae25099940 [2022-07-11T13:18:41.053Z] ---> 94bdd65674e8 [2022-07-11T13:18:41.053Z] Step 26/31 : EXPOSE 59711 [2022-07-11T13:18:41.053Z] ---> Running in 02452590fb8c [2022-07-11T13:18:41.053Z] Removing intermediate container 02452590fb8c [2022-07-11T13:18:41.053Z] ---> 9ea36b7767f5 [2022-07-11T13:18:41.053Z] Step 27/31 : ENTRYPOINT ["/app-rfid-llrp-inventory"] [2022-07-11T13:18:41.313Z] ---> Running in 4e9596cab862 [2022-07-11T13:18:41.313Z] Removing intermediate container 4e9596cab862 [2022-07-11T13:18:41.313Z] ---> 71f6df81500a [2022-07-11T13:18:41.313Z] Step 28/31 : CMD ["-cp=consul.http://edgex-core-consul:8500", "-registry", "-confdir=/res"] [2022-07-11T13:18:41.313Z] ---> Running in bc311b551c28 [2022-07-11T13:18:41.313Z] Removing intermediate container bc311b551c28 [2022-07-11T13:18:41.313Z] ---> 5aa43275c44d [2022-07-11T13:18:41.313Z] Step 29/31 : LABEL arch=amd64 [2022-07-11T13:18:41.573Z] ---> Running in b4f9728270de [2022-07-11T13:18:41.573Z] Removing intermediate container b4f9728270de [2022-07-11T13:18:41.573Z] ---> f119e53d80e4 [2022-07-11T13:18:41.573Z] Step 30/31 : LABEL git_sha=63bbfc8d1071f34d14eb43b27b7a737ac423871f [2022-07-11T13:18:41.573Z] ---> Running in a58a352ac4a0 [2022-07-11T13:18:41.573Z] Removing intermediate container a58a352ac4a0 [2022-07-11T13:18:41.573Z] ---> f3622cfb4541 [2022-07-11T13:18:41.573Z] Step 31/31 : LABEL version=0.0.0 [2022-07-11T13:18:41.573Z] ---> Running in 7477c2e8d2d4 [2022-07-11T13:18:41.834Z] Removing intermediate container 7477c2e8d2d4 [2022-07-11T13:18:41.834Z] ---> c68d5fbc4caa [2022-07-11T13:18:41.834Z] [Warning] One or more build-args [ARCH] were not consumed [2022-07-11T13:18:41.834Z] Successfully built c68d5fbc4caa [2022-07-11T13:18:41.834Z] Successfully tagged app-rfid-llrp-inventory:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T13:18:42.699Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-07-11T13:18:42.699Z] [2022-07-11T13:18:42.699Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T13:18:43.078Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-07-11T13:18:43.078Z] latest: Pulling from edgex-lftools-log-publisher [2022-07-11T13:18:43.078Z] 5eb5b503b376: Pulling fs layer [2022-07-11T13:18:43.078Z] 5c69ac0246d0: Pulling fs layer [2022-07-11T13:18:43.078Z] ec43610c2a17: Pulling fs layer [2022-07-11T13:18:43.078Z] 3a2ae6a8a46f: Pulling fs layer [2022-07-11T13:18:43.078Z] 33b1e0a273af: Pulling fs layer [2022-07-11T13:18:43.078Z] 5d3b04190fa2: Pulling fs layer [2022-07-11T13:18:43.078Z] 2f39f015ded8: Pulling fs layer [2022-07-11T13:18:43.078Z] 3a2ae6a8a46f: Waiting [2022-07-11T13:18:43.078Z] 33b1e0a273af: Waiting [2022-07-11T13:18:43.078Z] 2f39f015ded8: Waiting [2022-07-11T13:18:43.078Z] 5d3b04190fa2: Waiting [2022-07-11T13:18:43.078Z] 5c69ac0246d0: Verifying Checksum [2022-07-11T13:18:43.078Z] 5c69ac0246d0: Download complete [2022-07-11T13:18:43.078Z] 3a2ae6a8a46f: Verifying Checksum [2022-07-11T13:18:43.078Z] 3a2ae6a8a46f: Download complete [2022-07-11T13:18:43.078Z] 33b1e0a273af: Verifying Checksum [2022-07-11T13:18:43.078Z] 33b1e0a273af: Download complete [2022-07-11T13:18:43.078Z] 5d3b04190fa2: Verifying Checksum [2022-07-11T13:18:43.078Z] 5d3b04190fa2: Download complete [2022-07-11T13:18:43.078Z] ec43610c2a17: Verifying Checksum [2022-07-11T13:18:43.078Z] ec43610c2a17: Download complete [2022-07-11T13:18:43.336Z] 5eb5b503b376: Verifying Checksum [2022-07-11T13:18:43.336Z] 5eb5b503b376: Download complete [2022-07-11T13:18:43.902Z] 2f39f015ded8: Download complete [2022-07-11T13:18:44.468Z] 5eb5b503b376: Pull complete [2022-07-11T13:18:44.727Z] 5c69ac0246d0: Pull complete [2022-07-11T13:18:44.986Z] ec43610c2a17: Pull complete [2022-07-11T13:18:45.245Z] 3a2ae6a8a46f: Pull complete [2022-07-11T13:18:45.503Z] 33b1e0a273af: Pull complete [2022-07-11T13:18:45.503Z] 5d3b04190fa2: Pull complete [2022-07-11T13:18:48.626Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-17415 in /w/workspace/ry_app-rfid-llrp-inventory_PR-97 [Pipeline] { [Pipeline] ws [2022-07-11T13:18:48.674Z] Running in /w/workspace/app-rfid-llrp-inventory/1 [Pipeline] { [Pipeline] checkout [2022-07-11T13:18:48.753Z] The recommended git tool is: git [2022-07-11T13:18:49.692Z] 2f39f015ded8: Pull complete [2022-07-11T13:18:49.692Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-07-11T13:18:49.692Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-07-11T13:18:49.692Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-11T13:18:49.932Z] prd-ubuntu20.04-docker-8c-8g-17414 does not seem to be running inside a container [2022-07-11T13:18:49.974Z] $ 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/ry_app-rfid-llrp-inventory_PR-97 -v /w/workspace/ry_app-rfid-llrp-inventory_PR-97:/w/workspace/ry_app-rfid-llrp-inventory_PR-97:rw,z -v /w/workspace/ry_app-rfid-llrp-inventory_PR-97@tmp:/w/workspace/ry_app-rfid-llrp-inventory_PR-97@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-lftools-log-publisher:latest cat [2022-07-11T13:18:51.308Z] $ docker top f360ea093b804f4ff21f6006d7635e58e0c8e437f8de3b3ef506c8b9dffb2fcc -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-07-11T13:18:51.786Z] ---> job-cost.sh [2022-07-11T13:18:51.786Z] lf-activate-venv: SKIPPING [2022-07-11T13:18:51.786Z] INFO: No Stack... [2022-07-11T13:18:52.046Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-07-11T13:18:52.617Z] INFO: Archiving Costs [Pipeline] sh [2022-07-11T13:18:52.937Z] + cat /w/workspace/ry_app-rfid-llrp-inventory_PR-97/archives/cost.csv [2022-07-11T13:18:52.937Z] + cut -d, -f6 [Pipeline] lock [2022-07-11T13:18:52.977Z] Trying to acquire lock on [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-97-1-stack-cost] [2022-07-11T13:18:52.983Z] Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-97-1-stack-cost] did not exist. Created. [2022-07-11T13:18:52.983Z] Lock acquired on [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-97-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-07-11T13:18:53.386Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-07-11T13:18:53.437Z] Stashed 1 file(s) [Pipeline] } [2022-07-11T13:18:53.463Z] Lock released on resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-97-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-07-11T13:18:53.542Z] $ docker stop --time=1 f360ea093b804f4ff21f6006d7635e58e0c8e437f8de3b3ef506c8b9dffb2fcc [2022-07-11T13:18:54.726Z] $ docker rm -f f360ea093b804f4ff21f6006d7635e58e0c8e437f8de3b3ef506c8b9dffb2fcc [2022-07-11T13:18:54.729Z] using credential edgex-jenkins-ssh [2022-07-11T13:18:54.750Z] Cloning the remote Git repository [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [2022-07-11T13:18:54.852Z] Cloning repository git@github.com:edgexfoundry/app-rfid-llrp-inventory.git [2022-07-11T13:18:54.936Z] > git init /w/workspace/app-rfid-llrp-inventory/1 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-07-11T13:18:55.070Z] Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.git [2022-07-11T13:18:55.071Z] > git --version # timeout=10 [2022-07-11T13:18:55.148Z] > git --version # 'git version 2.25.1' [2022-07-11T13:18:55.150Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-07-11T13:18:55.382Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-07-11T13:18:58.941Z] Merging remotes/origin/main commit 5d59561c1133a6ca726020ae56ce39f2a90031a2 into PR head commit 63bbfc8d1071f34d14eb43b27b7a737ac423871f [2022-07-11T13:18:58.152Z] > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 [2022-07-11T13:18:58.239Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-07-11T13:18:58.309Z] > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 [2022-07-11T13:18:58.401Z] Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.git [2022-07-11T13:18:58.404Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-07-11T13:18:58.422Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/pull/97/head:refs/remotes/origin/PR-97 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-07-11T13:18:58.965Z] > git config core.sparsecheckout # timeout=10 [2022-07-11T13:18:59.002Z] > git checkout -f 63bbfc8d1071f34d14eb43b27b7a737ac423871f # timeout=10 [2022-07-11T13:18:59.215Z] Merge succeeded, producing 63bbfc8d1071f34d14eb43b27b7a737ac423871f [2022-07-11T13:18:59.215Z] Checking out Revision 63bbfc8d1071f34d14eb43b27b7a737ac423871f (PR-97) [2022-07-11T13:18:59.128Z] > git remote # timeout=10 [2022-07-11T13:18:59.147Z] > git config --get remote.origin.url # timeout=10 [2022-07-11T13:18:59.163Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-07-11T13:18:59.175Z] > git merge 5d59561c1133a6ca726020ae56ce39f2a90031a2 # timeout=10 [2022-07-11T13:18:59.200Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-07-11T13:18:59.221Z] > git config core.sparsecheckout # timeout=10 [2022-07-11T13:18:59.264Z] > git checkout -f 63bbfc8d1071f34d14eb43b27b7a737ac423871f # timeout=10 [2022-07-11T13:19:03.678Z] Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2" [2022-07-11T13:19:03.732Z] > git --version # timeout=10 [2022-07-11T13:19:03.744Z] > git --version # 'git version 2.25.1' [2022-07-11T13:19:03.764Z] fatal: bad object 2c7614b56cb57ece5b5bdf52d827492071d4cc62 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-07-11T13:19:04.972Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-07-11T13:19:04.972Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-07-11T13:19:04.972Z] Dload Upload Total Spent Left Speed [2022-07-11T13:19:04.972Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12276 100 12276 0 0 90933 0 --:--:-- --:--:-- --:--:-- 91611 [Pipeline] sh [2022-07-11T13:19:05.826Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-07-11T13:19:06.193Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-07-11T13:19:06.193Z] + sudo tee /etc/docker/daemon.new [2022-07-11T13:19:06.193Z] { [2022-07-11T13:19:06.193Z] "registry-mirrors": [ [2022-07-11T13:19:06.193Z] "https://nexus3.edgexfoundry.org:10001" [2022-07-11T13:19:06.193Z] ], [2022-07-11T13:19:06.193Z] "bip": "10.250.0.254/24", [2022-07-11T13:19:06.193Z] "hosts": [ [2022-07-11T13:19:06.193Z] "tcp://0.0.0.0:5555", [2022-07-11T13:19:06.193Z] "unix:///var/run/docker.sock" [2022-07-11T13:19:06.193Z] ], [2022-07-11T13:19:06.193Z] "mtu": 1458, [2022-07-11T13:19:06.193Z] "selinux-enabled": true, [2022-07-11T13:19:06.193Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-07-11T13:19:06.193Z] } [Pipeline] sh [2022-07-11T13:19:06.819Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-07-11T13:19:07.175Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-07-11T13:19:25.590Z] provisioning config files... [2022-07-11T13:19:25.613Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/app-rfid-llrp-inventory/1@tmp/config3963699566880692929tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-07-11T13:19:26.003Z] ---> docker-login.sh [2022-07-11T13:19:26.003Z] nexus3.edgexfoundry.org:10001 [2022-07-11T13:19:26.599Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-11T13:19:26.874Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-11T13:19:26.874Z] Configure a credential helper to remove this warning. See [2022-07-11T13:19:26.874Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-11T13:19:26.874Z] [2022-07-11T13:19:26.874Z] Login Succeeded [2022-07-11T13:19:26.874Z] nexus3.edgexfoundry.org:10002 [2022-07-11T13:19:27.147Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-11T13:19:27.147Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-11T13:19:27.147Z] Configure a credential helper to remove this warning. See [2022-07-11T13:19:27.147Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-11T13:19:27.147Z] [2022-07-11T13:19:27.147Z] Login Succeeded [2022-07-11T13:19:27.420Z] nexus3.edgexfoundry.org:10003 [2022-07-11T13:19:27.696Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-11T13:19:27.696Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-11T13:19:27.696Z] Configure a credential helper to remove this warning. See [2022-07-11T13:19:27.696Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-11T13:19:27.696Z] [2022-07-11T13:19:27.696Z] Login Succeeded [2022-07-11T13:19:27.696Z] nexus3.edgexfoundry.org:10004 [2022-07-11T13:19:27.969Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-11T13:19:28.243Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-11T13:19:28.243Z] Configure a credential helper to remove this warning. See [2022-07-11T13:19:28.243Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-11T13:19:28.243Z] [2022-07-11T13:19:28.243Z] Login Succeeded [2022-07-11T13:19:28.243Z] docker.io [2022-07-11T13:19:28.515Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-11T13:19:28.787Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-11T13:19:28.787Z] Configure a credential helper to remove this warning. See [2022-07-11T13:19:28.787Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-11T13:19:28.787Z] [2022-07-11T13:19:28.787Z] Login Succeeded [2022-07-11T13:19:28.787Z] ---> docker-login.sh ends [Pipeline] } [2022-07-11T13:19:28.818Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-07-11T13:19:29.195Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-07-11T13:19:29.233Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-07-11T13:19:29.265Z] ========================================================= [2022-07-11T13:19:29.265Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-07-11T13:19:29.265Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T13:19:29.771Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine --build-arg MAKE=echo noop --target=builder . [2022-07-11T13:19:30.044Z] Sending build context to Docker daemon 687.1kB [2022-07-11T13:19:30.044Z] Step 1/13 : ARG BASE=golang:1.17-alpine3.15 [2022-07-11T13:19:30.044Z] Step 2/13 : FROM ${BASE} AS builder [2022-07-11T13:19:30.318Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-07-11T13:19:30.318Z] 9b3977197b4f: Pulling fs layer [2022-07-11T13:19:30.318Z] 1a89e8eeedd5: Pulling fs layer [2022-07-11T13:19:30.318Z] 94645a83ff95: Pulling fs layer [2022-07-11T13:19:30.318Z] e6fb740bc735: Pulling fs layer [2022-07-11T13:19:30.318Z] 3a77bd46dcc9: Pulling fs layer [2022-07-11T13:19:30.318Z] 355e64cbe906: Pulling fs layer [2022-07-11T13:19:30.318Z] 63ab81a10011: Pulling fs layer [2022-07-11T13:19:30.318Z] 555d1d1c4555: Pulling fs layer [2022-07-11T13:19:30.318Z] 7d9057610161: Pulling fs layer [2022-07-11T13:19:30.318Z] e6fb740bc735: Waiting [2022-07-11T13:19:30.318Z] 3a77bd46dcc9: Waiting [2022-07-11T13:19:30.318Z] 355e64cbe906: Waiting [2022-07-11T13:19:30.318Z] 63ab81a10011: Waiting [2022-07-11T13:19:30.318Z] 555d1d1c4555: Waiting [2022-07-11T13:19:30.318Z] 94645a83ff95: Download complete [2022-07-11T13:19:30.318Z] 1a89e8eeedd5: Verifying Checksum [2022-07-11T13:19:30.318Z] 1a89e8eeedd5: Download complete [2022-07-11T13:19:30.318Z] 3a77bd46dcc9: Verifying Checksum [2022-07-11T13:19:30.318Z] 3a77bd46dcc9: Download complete [2022-07-11T13:19:30.318Z] 9b3977197b4f: Verifying Checksum [2022-07-11T13:19:30.318Z] 9b3977197b4f: Download complete [2022-07-11T13:19:30.318Z] 355e64cbe906: Verifying Checksum [2022-07-11T13:19:30.318Z] 355e64cbe906: Download complete [2022-07-11T13:19:30.318Z] 63ab81a10011: Verifying Checksum [2022-07-11T13:19:30.318Z] 63ab81a10011: Download complete [2022-07-11T13:19:31.309Z] 9b3977197b4f: Pull complete [2022-07-11T13:19:31.309Z] 7d9057610161: Download complete [2022-07-11T13:19:31.913Z] 1a89e8eeedd5: Pull complete [2022-07-11T13:19:32.195Z] 94645a83ff95: Pull complete [2022-07-11T13:19:32.795Z] 555d1d1c4555: Verifying Checksum [2022-07-11T13:19:32.795Z] 555d1d1c4555: Download complete [2022-07-11T13:19:33.069Z] e6fb740bc735: Verifying Checksum [2022-07-11T13:19:45.465Z] e6fb740bc735: Pull complete [2022-07-11T13:19:45.465Z] 3a77bd46dcc9: Pull complete [2022-07-11T13:19:45.465Z] 355e64cbe906: Pull complete [2022-07-11T13:19:45.744Z] 63ab81a10011: Pull complete [2022-07-11T13:19:52.484Z] 555d1d1c4555: Pull complete [2022-07-11T13:19:53.929Z] 7d9057610161: Pull complete [2022-07-11T13:19:53.929Z] Digest: sha256:2bfe06e9b82483759db2d79553298764cc23e00699169ff1c4d7513112b2d636 [2022-07-11T13:19:53.929Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-07-11T13:19:54.204Z] ---> 819e984ddca1 [2022-07-11T13:19:54.204Z] Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-07-11T13:19:55.651Z] ---> Running in 6ae4c10ef053 [2022-07-11T13:19:55.937Z] Removing intermediate container 6ae4c10ef053 [2022-07-11T13:19:55.937Z] ---> 53114343ae8f [2022-07-11T13:19:55.937Z] Step 4/13 : ARG ALPINE_PKG_EXTRA="" [2022-07-11T13:19:55.937Z] ---> Running in 43c6a70b3525 [2022-07-11T13:19:56.215Z] Removing intermediate container 43c6a70b3525 [2022-07-11T13:19:56.215Z] ---> e8be0873cde0 [2022-07-11T13:19:56.215Z] Step 5/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2022-07-11T13:19:56.518Z] ---> Running in c438dd91edde [2022-07-11T13:19:56.796Z] Removing intermediate container c438dd91edde [2022-07-11T13:19:56.796Z] ---> 71ebae0067c4 [2022-07-11T13:19:56.796Z] Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-11T13:19:56.796Z] ---> Running in 0e161b012700 [2022-07-11T13:19:58.781Z] Removing intermediate container 0e161b012700 [2022-07-11T13:19:58.781Z] ---> c28350ee78f7 [2022-07-11T13:19:58.781Z] Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-07-11T13:19:58.781Z] ---> Running in 671bbf3f9b99 [2022-07-11T13:19:59.382Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-11T13:20:00.357Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-11T13:20:01.336Z] OK: 220 MiB in 52 packages [2022-07-11T13:20:01.936Z] Removing intermediate container 671bbf3f9b99 [2022-07-11T13:20:01.936Z] ---> 969c5d12e625 [2022-07-11T13:20:01.936Z] Step 8/13 : WORKDIR /app [2022-07-11T13:20:02.212Z] ---> Running in 4f57db4bb304 [2022-07-11T13:20:02.488Z] Removing intermediate container 4f57db4bb304 [2022-07-11T13:20:02.488Z] ---> af12127cde6e [2022-07-11T13:20:02.488Z] Step 9/13 : COPY go.mod vendor* ./ [2022-07-11T13:20:03.085Z] ---> 3fd5ba4d8fd0 [2022-07-11T13:20:03.085Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-11T13:20:03.085Z] ---> Running in 79da9aa21d41 [2022-07-11T13:20:50.095Z] Removing intermediate container 79da9aa21d41 [2022-07-11T13:20:50.095Z] ---> 043f1c07a8b0 [2022-07-11T13:20:50.095Z] Step 11/13 : COPY . . [2022-07-11T13:20:50.095Z] ---> de88a30e71e3 [2022-07-11T13:20:50.095Z] Step 12/13 : ARG MAKE="make build" [2022-07-11T13:20:50.095Z] ---> Running in 9012fbdcdda6 [2022-07-11T13:20:50.095Z] Removing intermediate container 9012fbdcdda6 [2022-07-11T13:20:50.095Z] ---> fed134b9847c [2022-07-11T13:20:50.095Z] Step 13/13 : RUN $MAKE [2022-07-11T13:20:50.095Z] ---> Running in 9c1b7bd6b9d7 [2022-07-11T13:20:50.367Z] noop [2022-07-11T13:20:50.968Z] Removing intermediate container 9c1b7bd6b9d7 [2022-07-11T13:20:50.968Z] ---> 761881cd0676 [2022-07-11T13:20:51.240Z] Successfully built 761881cd0676 [2022-07-11T13:20:51.240Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T13:20:51.690Z] + docker inspect -f . ci-base-image-arm64 [2022-07-11T13:20:51.690Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-11T13:20:51.989Z] prd-ubuntu20.04-docker-arm64-4c-16g-17415 does not seem to be running inside a container [2022-07-11T13:20:52.075Z] $ 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 ******** ci-base-image-arm64 cat [2022-07-11T13:20:53.318Z] $ docker top 6ffaa301824303de92f29fc35f7451372594f805b8a4793f95b3ab8945f84376 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-07-11T13:20:54.266Z] + go version [2022-07-11T13:20:54.266Z] go version go1.17.7 linux/arm64 [Pipeline] } [2022-07-11T13:20:54.308Z] $ docker stop --time=1 6ffaa301824303de92f29fc35f7451372594f805b8a4793f95b3ab8945f84376 [2022-07-11T13:20:55.988Z] $ docker rm -f 6ffaa301824303de92f29fc35f7451372594f805b8a4793f95b3ab8945f84376 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T13:20:56.873Z] + docker inspect -f . ci-base-image-arm64 [2022-07-11T13:20:56.873Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-11T13:20:57.194Z] prd-ubuntu20.04-docker-arm64-4c-16g-17415 does not seem to be running inside a container [2022-07-11T13:20:57.277Z] $ 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 ******** ci-base-image-arm64 cat [2022-07-11T13:20:58.495Z] $ docker top efa45f6a7b2c5339a0f2499de97088995bb915cf532dc32bb6e1c96fdc7a0b32 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-07-11T13:20:59.473Z] + make test [2022-07-11T13:20:59.473Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2022-07-11T13:22:36.335Z] ? edgexfoundry/app-rfid-llrp-inventory [no test files] [2022-07-11T13:22:36.335Z] ok edgexfoundry/app-rfid-llrp-inventory/internal/inventory 0.237s coverage: 86.2% of statements [2022-07-11T13:22:36.335Z] ? edgexfoundry/app-rfid-llrp-inventory/internal/inventory/app [no test files] [2022-07-11T13:22:36.335Z] ok edgexfoundry/app-rfid-llrp-inventory/internal/llrp 2.753s coverage: 71.9% of statements [2022-07-11T13:22:36.335Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-07-11T13:22:36.335Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2022-07-11T13:22:54.671Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-07-11T13:22:54.671Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-07-11T13:22:54.671Z] ./bin/test-attribution.sh [Pipeline] echo [2022-07-11T13:22:54.710Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-07-11T13:22:54.748Z] $ docker stop --time=1 efa45f6a7b2c5339a0f2499de97088995bb915cf532dc32bb6e1c96fdc7a0b32 [2022-07-11T13:22:56.535Z] $ docker rm -f efa45f6a7b2c5339a0f2499de97088995bb915cf532dc32bb6e1c96fdc7a0b32 [Pipeline] // withDockerContainer [Pipeline] sh [2022-07-11T13:22:57.602Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-07-11T13:22:57.641Z] Warning: overwriting stash ‘coverage-report’ [2022-07-11T13:22:58.131Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-07-11T13:22:58.723Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-07-11T13:22:59.077Z] + ls -al . [2022-07-11T13:22:59.077Z] total 228 [2022-07-11T13:22:59.077Z] drwxrwxr-x 10 jenkins jenkins 4096 Jul 11 13:21 . [2022-07-11T13:22:59.077Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 11 13:18 .. [2022-07-11T13:22:59.077Z] -rw-rw-r-- 1 jenkins jenkins 262 Jul 11 13:18 .dockerignore [2022-07-11T13:22:59.077Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 11 13:19 .git [2022-07-11T13:22:59.077Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 11 13:18 .github [2022-07-11T13:22:59.077Z] -rw-rw-r-- 1 jenkins jenkins 788 Jul 11 13:18 .gitignore [2022-07-11T13:22:59.077Z] -rw-rw-r-- 1 jenkins jenkins 41 Jul 11 13:18 .golangci.yml [2022-07-11T13:22:59.077Z] -rw-rw-r-- 1 jenkins jenkins 9546 Jul 11 13:18 Attribution.txt [2022-07-11T13:22:59.077Z] -rw-rw-r-- 1 jenkins jenkins 2487 Jul 11 13:18 CHANGELOG.md [2022-07-11T13:22:59.077Z] -rw-rw-r-- 1 jenkins jenkins 1933 Jul 11 13:18 Dockerfile [2022-07-11T13:22:59.077Z] -rw-rw-r-- 1 jenkins jenkins 677 Jul 11 13:18 GOVERNANCE.md [2022-07-11T13:22:59.077Z] -rw-rw-r-- 1 jenkins jenkins 687 Jul 11 13:18 Jenkinsfile [2022-07-11T13:22:59.077Z] -rw-rw-r-- 1 jenkins jenkins 11347 Jul 11 13:18 LICENSE [2022-07-11T13:22:59.077Z] -rw-rw-r-- 1 jenkins jenkins 2949 Jul 11 13:18 Makefile [2022-07-11T13:22:59.077Z] -rw-rw-r-- 1 jenkins jenkins 617 Jul 11 13:18 OWNERS.md [2022-07-11T13:22:59.077Z] -rw-rw-r-- 1 jenkins jenkins 30359 Jul 11 13:18 README.md [2022-07-11T13:22:59.077Z] -rw-rw-r-- 1 jenkins jenkins 5 Jul 11 13:16 VERSION [2022-07-11T13:22:59.077Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 11 13:18 bin [2022-07-11T13:22:59.077Z] -rw-r--r-- 1 jenkins jenkins 41008 Jul 11 13:22 coverage.out [2022-07-11T13:22:59.077Z] -rw-rw-r-- 1 jenkins jenkins 3538 Jul 11 13:18 go.mod [2022-07-11T13:22:59.077Z] -rw-rw-r-- 1 jenkins jenkins 36956 Jul 11 13:18 go.sum [2022-07-11T13:22:59.077Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 11 13:18 images [2022-07-11T13:22:59.077Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 11 13:18 internal [2022-07-11T13:22:59.077Z] -rw-rw-r-- 1 jenkins jenkins 531 Jul 11 13:18 main.go [2022-07-11T13:22:59.077Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 11 13:18 res [2022-07-11T13:22:59.077Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 11 13:18 snap [2022-07-11T13:22:59.077Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 11 13:18 static [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T13:22:59.517Z] + docker build -t app-rfid-llrp-inventory-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=63bbfc8d1071f34d14eb43b27b7a737ac423871f --label arch=arm64 --label version=0.0.0 . [2022-07-11T13:22:59.795Z] Sending build context to Docker daemon 687.1kB [2022-07-11T13:22:59.795Z] Step 1/31 : ARG BASE=golang:1.17-alpine3.15 [2022-07-11T13:22:59.795Z] Step 2/31 : FROM ${BASE} AS builder [2022-07-11T13:22:59.795Z] ---> 761881cd0676 [2022-07-11T13:22:59.795Z] Step 3/31 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-07-11T13:23:00.069Z] ---> Running in 984b26174f3b [2022-07-11T13:23:00.346Z] Removing intermediate container 984b26174f3b [2022-07-11T13:23:00.346Z] ---> f0dff210f2a8 [2022-07-11T13:23:00.346Z] Step 4/31 : ARG ALPINE_PKG_EXTRA="" [2022-07-11T13:23:00.346Z] ---> Running in bdb25b1c0cee [2022-07-11T13:23:00.619Z] Removing intermediate container bdb25b1c0cee [2022-07-11T13:23:00.619Z] ---> 5e21aee2eb5c [2022-07-11T13:23:00.619Z] Step 5/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2022-07-11T13:23:00.619Z] ---> Running in 0dfef8b334cf [2022-07-11T13:23:00.896Z] Removing intermediate container 0dfef8b334cf [2022-07-11T13:23:00.896Z] ---> c53ec992fd69 [2022-07-11T13:23:00.896Z] Step 6/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-11T13:23:01.177Z] ---> Running in 87208f9e8497 [2022-07-11T13:23:02.619Z] Removing intermediate container 87208f9e8497 [2022-07-11T13:23:02.619Z] ---> b772688c69fb [2022-07-11T13:23:02.619Z] Step 7/31 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-07-11T13:23:02.619Z] ---> Running in cc8bdc6450d4 [2022-07-11T13:23:03.613Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-11T13:23:04.590Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-11T13:23:05.567Z] OK: 220 MiB in 52 packages [2022-07-11T13:23:06.170Z] Removing intermediate container cc8bdc6450d4 [2022-07-11T13:23:06.170Z] ---> 09c3a285a35e [2022-07-11T13:23:06.170Z] Step 8/31 : WORKDIR /app [2022-07-11T13:23:06.170Z] ---> Running in 48f31f210891 [2022-07-11T13:23:06.773Z] Removing intermediate container 48f31f210891 [2022-07-11T13:23:06.773Z] ---> 8c6d25d5aedd [2022-07-11T13:23:06.773Z] Step 9/31 : COPY go.mod vendor* ./ [2022-07-11T13:23:07.051Z] ---> e1d81df90ed5 [2022-07-11T13:23:07.051Z] Step 10/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-11T13:23:07.326Z] ---> Running in 1542b76798ed [2022-07-11T13:23:09.321Z] Removing intermediate container 1542b76798ed [2022-07-11T13:23:09.321Z] ---> 209293aa3b88 [2022-07-11T13:23:09.321Z] Step 11/31 : COPY . . [2022-07-11T13:23:09.612Z] ---> ccd9ed862ca1 [2022-07-11T13:23:09.612Z] Step 12/31 : ARG MAKE="make build" [2022-07-11T13:23:09.889Z] ---> Running in 75c94cacebfa [2022-07-11T13:23:10.165Z] Removing intermediate container 75c94cacebfa [2022-07-11T13:23:10.165Z] ---> 433af1090f58 [2022-07-11T13:23:10.165Z] Step 13/31 : RUN $MAKE [2022-07-11T13:23:10.165Z] ---> Running in 3bdfc510663c [2022-07-11T13:23:11.155Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.2.1-dev.18 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0 -X edgexfoundry/app-rfid-llrp-inventory.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o app-rfid-llrp-inventory [2022-07-11T13:25:18.040Z] Removing intermediate container 3bdfc510663c [2022-07-11T13:25:18.040Z] ---> 8aec3353ed68 [2022-07-11T13:25:18.040Z] Step 14/31 : FROM alpine:3.14 [2022-07-11T13:25:18.040Z] 3.14: Pulling from library/alpine [2022-07-11T13:25:18.040Z] 455c02918c45: Pulling fs layer [2022-07-11T13:25:18.040Z] 455c02918c45: Verifying Checksum [2022-07-11T13:25:18.040Z] 455c02918c45: Download complete [2022-07-11T13:25:18.040Z] 455c02918c45: Pull complete [2022-07-11T13:25:18.040Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-07-11T13:25:18.040Z] Status: Downloaded newer image for alpine:3.14 [2022-07-11T13:25:18.040Z] ---> ac73e934f311 [2022-07-11T13:25:18.040Z] Step 15/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2022-07-11T13:25:18.040Z] ---> Running in f0ad8853c44a [2022-07-11T13:25:18.040Z] Removing intermediate container f0ad8853c44a [2022-07-11T13:25:18.040Z] ---> e966c88dece4 [2022-07-11T13:25:18.040Z] Step 16/31 : LABEL Name=app-service-rfid-llrp-inventory Version=${VERSION} [2022-07-11T13:25:18.040Z] ---> Running in 9d25360bf493 [2022-07-11T13:25:18.040Z] Removing intermediate container 9d25360bf493 [2022-07-11T13:25:18.040Z] ---> 2d723cd83066 [2022-07-11T13:25:18.040Z] Step 17/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-11T13:25:18.040Z] ---> Running in 7d5d21edd2d3 [2022-07-11T13:25:18.040Z] Removing intermediate container 7d5d21edd2d3 [2022-07-11T13:25:18.040Z] ---> 15e551acc303 [2022-07-11T13:25:18.040Z] Step 18/31 : RUN apk --no-cache add ca-certificates zeromq dumb-init [2022-07-11T13:25:18.040Z] ---> Running in d1325451ab03 [2022-07-11T13:25:18.040Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-07-11T13:25:18.040Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-07-11T13:25:18.040Z] (1/7) Installing ca-certificates (20211220-r0) [2022-07-11T13:25:18.040Z] (2/7) Installing dumb-init (1.2.5-r1) [2022-07-11T13:25:18.040Z] (3/7) Installing libgcc (10.3.1_git20210424-r2) [2022-07-11T13:25:18.040Z] (4/7) Installing libsodium (1.0.18-r0) [2022-07-11T13:25:18.040Z] (5/7) Installing libstdc++ (10.3.1_git20210424-r2) [2022-07-11T13:25:18.040Z] (6/7) Installing libzmq (4.3.4-r0) [2022-07-11T13:25:18.040Z] (7/7) Installing zeromq (4.3.4-r0) [2022-07-11T13:25:18.040Z] Executing busybox-1.33.1-r7.trigger [2022-07-11T13:25:18.040Z] Executing ca-certificates-20211220-r0.trigger [2022-07-11T13:25:18.040Z] OK: 9 MiB in 21 packages [2022-07-11T13:25:18.641Z] Removing intermediate container d1325451ab03 [2022-07-11T13:25:18.641Z] ---> bfff9dbfd2c9 [2022-07-11T13:25:18.641Z] Step 19/31 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2022-07-11T13:25:18.919Z] ---> 9b7eb6ed8a5a [2022-07-11T13:25:18.919Z] Step 20/31 : COPY --from=builder /app/LICENSE /LICENSE [2022-07-11T13:25:19.521Z] ---> 0c13b9548752 [2022-07-11T13:25:19.521Z] Step 21/31 : COPY --from=builder /app/res/ /res/ [2022-07-11T13:25:20.123Z] ---> e7eafe9c0d06 [2022-07-11T13:25:20.123Z] Step 22/31 : COPY --from=builder /app/static/ /static/ [2022-07-11T13:25:20.727Z] ---> ed6291e32b1a [2022-07-11T13:25:20.727Z] Step 23/31 : COPY --from=builder /app/app-rfid-llrp-inventory /app-rfid-llrp-inventory [2022-07-11T13:25:22.167Z] ---> 163d4641eaac [2022-07-11T13:25:22.167Z] Step 24/31 : RUN mkdir -p /cache && chown -R 2002:2002 /cache [2022-07-11T13:25:22.445Z] ---> Running in 9feb760a6c08 [2022-07-11T13:25:23.890Z] Removing intermediate container 9feb760a6c08 [2022-07-11T13:25:23.890Z] ---> 444a1b24beca [2022-07-11T13:25:23.890Z] Step 25/31 : VOLUME /cache [2022-07-11T13:25:23.890Z] ---> Running in 836c74c03d41 [2022-07-11T13:25:24.168Z] Removing intermediate container 836c74c03d41 [2022-07-11T13:25:24.168Z] ---> 0207e13e9ed3 [2022-07-11T13:25:24.168Z] Step 26/31 : EXPOSE 59711 [2022-07-11T13:25:24.454Z] ---> Running in 01ada130dc84 [2022-07-11T13:25:24.728Z] Removing intermediate container 01ada130dc84 [2022-07-11T13:25:24.728Z] ---> cbe1c1e28bc6 [2022-07-11T13:25:24.728Z] Step 27/31 : ENTRYPOINT ["/app-rfid-llrp-inventory"] [2022-07-11T13:25:24.728Z] ---> Running in 75ad75db1334 [2022-07-11T13:25:25.002Z] Removing intermediate container 75ad75db1334 [2022-07-11T13:25:25.002Z] ---> 00b427992a5d [2022-07-11T13:25:25.002Z] Step 28/31 : CMD ["-cp=consul.http://edgex-core-consul:8500", "-registry", "-confdir=/res"] [2022-07-11T13:25:25.002Z] ---> Running in 8fa518b17461 [2022-07-11T13:25:25.285Z] Removing intermediate container 8fa518b17461 [2022-07-11T13:25:25.285Z] ---> a00a8d27fe2e [2022-07-11T13:25:25.285Z] Step 29/31 : LABEL arch=arm64 [2022-07-11T13:25:25.562Z] ---> Running in d8c79c154ff7 [2022-07-11T13:25:25.835Z] Removing intermediate container d8c79c154ff7 [2022-07-11T13:25:25.835Z] ---> aa7d52b48631 [2022-07-11T13:25:25.835Z] Step 30/31 : LABEL git_sha=63bbfc8d1071f34d14eb43b27b7a737ac423871f [2022-07-11T13:25:25.835Z] ---> Running in 5fe7dbc6f597 [2022-07-11T13:25:26.111Z] Removing intermediate container 5fe7dbc6f597 [2022-07-11T13:25:26.111Z] ---> fb9a90346704 [2022-07-11T13:25:26.111Z] Step 31/31 : LABEL version=0.0.0 [2022-07-11T13:25:26.394Z] ---> Running in e0056816a073 [2022-07-11T13:25:26.668Z] Removing intermediate container e0056816a073 [2022-07-11T13:25:26.668Z] ---> e03c69147e28 [2022-07-11T13:25:26.668Z] [Warning] One or more build-args [ARCH] were not consumed [2022-07-11T13:25:26.668Z] Successfully built e03c69147e28 [2022-07-11T13:25:26.668Z] Successfully tagged app-rfid-llrp-inventory-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T13:25:27.513Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-07-11T13:25:27.513Z] [2022-07-11T13:25:27.513Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T13:25:27.932Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-07-11T13:25:27.932Z] arm64: Pulling from edgex-lftools-log-publisher [2022-07-11T13:25:27.932Z] 8998bd30e6a1: Pulling fs layer [2022-07-11T13:25:27.932Z] 04944245beec: Pulling fs layer [2022-07-11T13:25:27.932Z] 699f458cf7ca: Pulling fs layer [2022-07-11T13:25:27.932Z] 765212b225bb: Pulling fs layer [2022-07-11T13:25:27.932Z] f23df028b6ca: Pulling fs layer [2022-07-11T13:25:27.932Z] d65c8cfc05b1: Pulling fs layer [2022-07-11T13:25:27.932Z] 2437ff75d9bd: Pulling fs layer [2022-07-11T13:25:27.932Z] d65c8cfc05b1: Waiting [2022-07-11T13:25:27.932Z] 2437ff75d9bd: Waiting [2022-07-11T13:25:27.932Z] f23df028b6ca: Waiting [2022-07-11T13:25:27.932Z] 765212b225bb: Waiting [2022-07-11T13:25:28.208Z] 04944245beec: Verifying Checksum [2022-07-11T13:25:28.208Z] 04944245beec: Download complete [2022-07-11T13:25:28.208Z] 765212b225bb: Verifying Checksum [2022-07-11T13:25:28.208Z] 765212b225bb: Download complete [2022-07-11T13:25:28.208Z] f23df028b6ca: Verifying Checksum [2022-07-11T13:25:28.208Z] f23df028b6ca: Download complete [2022-07-11T13:25:28.208Z] d65c8cfc05b1: Verifying Checksum [2022-07-11T13:25:28.208Z] d65c8cfc05b1: Download complete [2022-07-11T13:25:28.486Z] 699f458cf7ca: Verifying Checksum [2022-07-11T13:25:28.486Z] 699f458cf7ca: Download complete [2022-07-11T13:25:28.760Z] 8998bd30e6a1: Verifying Checksum [2022-07-11T13:25:28.760Z] 8998bd30e6a1: Download complete [2022-07-11T13:25:30.747Z] 2437ff75d9bd: Verifying Checksum [2022-07-11T13:25:30.747Z] 2437ff75d9bd: Download complete [2022-07-11T13:25:32.728Z] 8998bd30e6a1: Pull complete [2022-07-11T13:25:33.325Z] 04944245beec: Pull complete [2022-07-11T13:25:34.767Z] 699f458cf7ca: Pull complete [2022-07-11T13:25:35.040Z] 765212b225bb: Pull complete [2022-07-11T13:25:35.636Z] f23df028b6ca: Pull complete [2022-07-11T13:25:35.912Z] d65c8cfc05b1: Pull complete [2022-07-11T13:25:50.986Z] 2437ff75d9bd: Pull complete [2022-07-11T13:25:50.986Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-07-11T13:25:50.986Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-07-11T13:25:50.986Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-11T13:25:51.351Z] prd-ubuntu20.04-docker-arm64-4c-16g-17415 does not seem to be running inside a container [2022-07-11T13:25:51.435Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-07-11T13:25:53.913Z] $ docker top 33e7a2d152f7f036ab777f95155b87c6c5fbd847e460154bec7afdb1c685b635 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-07-11T13:25:54.864Z] ---> job-cost.sh [2022-07-11T13:25:54.865Z] lf-activate-venv: SKIPPING [2022-07-11T13:25:54.865Z] INFO: No Stack... [2022-07-11T13:25:55.135Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-07-11T13:25:56.170Z] INFO: Archiving Costs [Pipeline] sh [2022-07-11T13:25:56.877Z] + cut -d, -f6 [2022-07-11T13:25:56.877Z] + cat /w/workspace/app-rfid-llrp-inventory/1/archives/cost.csv [Pipeline] lock [2022-07-11T13:25:56.955Z] Trying to acquire lock on [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-97-1-stack-cost] [2022-07-11T13:25:56.960Z] Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-97-1-stack-cost] did not exist. Created. [2022-07-11T13:25:56.960Z] Lock acquired on [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-97-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-07-11T13:25:57.724Z] /w/workspace/app-rfid-llrp-inventory/1@tmp/durable-38b1e47a/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-07-11T13:25:58.429Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-07-11T13:25:58.464Z] Warning: overwriting stash ‘stack-cost’ [2022-07-11T13:25:58.513Z] Stashed 1 file(s) [Pipeline] } [2022-07-11T13:25:58.527Z] Lock released on resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-97-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-07-11T13:25:58.608Z] $ docker stop --time=1 33e7a2d152f7f036ab777f95155b87c6c5fbd847e460154bec7afdb1c685b635 [2022-07-11T13:26:00.079Z] $ docker rm -f 33e7a2d152f7f036ab777f95155b87c6c5fbd847e460154bec7afdb1c685b635 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2022-07-11T13:26:01.176Z] provisioning config files... [2022-07-11T13:26:01.201Z] copy managed file [app-rfid-llrp-inventory-codecov-token] to file:/w/workspace/ry_app-rfid-llrp-inventory_PR-97@tmp/config91338890307504171tmp [Pipeline] { [Pipeline] sh [2022-07-11T13:26:01.573Z] + set +x [2022-07-11T13:26:01.573Z] + bash -s -- [2022-07-11T13:26:01.573Z] + curl -s https://codecov.io/bash [2022-07-11T13:26:01.573Z] [2022-07-11T13:26:01.573Z] _____ _ [2022-07-11T13:26:01.573Z] / ____| | | [2022-07-11T13:26:01.573Z] | | ___ __| | ___ ___ _____ __ [2022-07-11T13:26:01.573Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-07-11T13:26:01.573Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-07-11T13:26:01.573Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-07-11T13:26:01.573Z] Bash-1.0.6 [2022-07-11T13:26:01.573Z] [2022-07-11T13:26:01.573Z] [2022-07-11T13:26:01.573Z] ==> git version 2.25.1 found [2022-07-11T13:26:01.573Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2022-07-11T13:26:01.573Z] Release-Date: 2020-01-08 [2022-07-11T13:26:01.573Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-07-11T13:26:01.573Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-07-11T13:26:01.573Z] ==> Jenkins CI detected. [2022-07-11T13:26:01.573Z] current dir:  /w/workspace/ry_app-rfid-llrp-inventory_PR-97 [2022-07-11T13:26:01.573Z] project root: . [2022-07-11T13:26:01.573Z] --> token set from env [2022-07-11T13:26:01.573Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-07-11T13:26:01.573Z] ==> Running gcov in . (disable via -X gcov) [2022-07-11T13:26:01.573Z] ==> Python coveragepy not found [2022-07-11T13:26:01.573Z] ==> Searching for coverage reports in: [2022-07-11T13:26:01.573Z] + . [2022-07-11T13:26:01.834Z] -> Found 1 reports [2022-07-11T13:26:01.834Z] ==> Detecting git/mercurial file structure [2022-07-11T13:26:01.834Z] ==> Reading reports [2022-07-11T13:26:01.834Z] + ./coverage.out bytes=41008 [2022-07-11T13:26:01.834Z] ==> Appending adjustments [2022-07-11T13:26:01.834Z] https://docs.codecov.io/docs/fixing-reports [2022-07-11T13:26:01.834Z] + Found adjustments [2022-07-11T13:26:01.834Z] ==> Gzipping contents [2022-07-11T13:26:01.834Z] 12K /tmp/codecov.3LjLLy.gz [2022-07-11T13:26:01.834Z] ==> Uploading reports [2022-07-11T13:26:01.834Z] url: https://codecov.io [2022-07-11T13:26:01.834Z] query: branch=PR-97&commit=63bbfc8d1071f34d14eb43b27b7a737ac423871f&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-rfid-llrp-inventory%2Fjob%2FPR-97%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-rfid-llrp-inventory&service=jenkins&flags=&pr=97&job=&cmd_args= [2022-07-11T13:26:01.834Z] -> Pinging Codecov [2022-07-11T13:26:01.834Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=0703e47f-c946-4a15-b96a-5e99ca1c8fb5&branch=PR-97&commit=63bbfc8d1071f34d14eb43b27b7a737ac423871f&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-rfid-llrp-inventory%2Fjob%2FPR-97%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-rfid-llrp-inventory&service=jenkins&flags=&pr=97&job=&cmd_args= [2022-07-11T13:26:02.403Z] -> Uploading to [2022-07-11T13:26:02.403Z] https://storage.googleapis.com/codecov/v4/raw/2022-07-11/581DD39554BDF9B6E22D074273EAD858/63bbfc8d1071f34d14eb43b27b7a737ac423871f/88bffe95-0a1b-42c1-8e93-cca8b7428213.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1E5YTIQF4NUDJHIPRXCW6SWPNHIWXR6YCTGFLBKZTWXKPGHK3U3FMCQWA%2F20220711%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220711T132602Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e58df9a6947b69ab346bbe81a8bd56dfcbb92247d89d732129519a8a3f60ac6f [2022-07-11T13:26:02.403Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-07-11T13:26:02.403Z] Dload Upload Total Spent Left Speed [2022-07-11T13:26:02.403Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11481 0 0 100 11481 0 42365 --:--:-- --:--:-- --:--:-- 42365 [2022-07-11T13:26:02.403Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-rfid-llrp-go/commit/63bbfc8d1071f34d14eb43b27b7a737ac423871f [Pipeline] } [2022-07-11T13:26:02.432Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2022-07-11T13:26:04.265Z] + [ -d /w/workspace/ry_app-rfid-llrp-inventory_PR-97/archives ] [2022-07-11T13:26:04.265Z] + ls -al /w/workspace/ry_app-rfid-llrp-inventory_PR-97/archives [2022-07-11T13:26:04.265Z] total 16 [2022-07-11T13:26:04.265Z] drwxr-xr-x 3 root root 4096 Jul 11 13:18 . [2022-07-11T13:26:04.265Z] drwxrwxr-x 12 jenkins jenkins 4096 Jul 11 13:18 .. [2022-07-11T13:26:04.265Z] drwxr-xr-x 2 root root 4096 Jul 11 13:18 cost [2022-07-11T13:26:04.265Z] -rw-r--r-- 1 root root 93 Jul 11 13:18 cost.csv [2022-07-11T13:26:04.265Z] + sudo chown -R jenkins:jenkins /w/workspace/ry_app-rfid-llrp-inventory_PR-97/archives [2022-07-11T13:26:04.265Z] + ls -al /w/workspace/ry_app-rfid-llrp-inventory_PR-97/archives [2022-07-11T13:26:04.265Z] total 16 [2022-07-11T13:26:04.265Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 11 13:18 . [2022-07-11T13:26:04.265Z] drwxrwxr-x 12 jenkins jenkins 4096 Jul 11 13:18 .. [2022-07-11T13:26:04.265Z] drwxr-xr-x 2 jenkins jenkins 4096 Jul 11 13:18 cost [2022-07-11T13:26:04.265Z] -rw-r--r-- 1 jenkins jenkins 93 Jul 11 13:18 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-07-11T13:26:04.599Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-11T13:26:05.501Z] ---> package-listing.sh [2022-07-11T13:26:05.501Z] ++ facter osfamily [2022-07-11T13:26:05.501Z] ++ tr '[:upper:]' '[:lower:]' [2022-07-11T13:26:05.762Z] + OS_FAMILY=debian [2022-07-11T13:26:05.762Z] + workspace=/w/workspace/ry_app-rfid-llrp-inventory_PR-97 [2022-07-11T13:26:05.762Z] + START_PACKAGES=/tmp/packages_start.txt [2022-07-11T13:26:05.762Z] + END_PACKAGES=/tmp/packages_end.txt [2022-07-11T13:26:05.762Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-07-11T13:26:05.762Z] + PACKAGES=/tmp/packages_start.txt [2022-07-11T13:26:05.762Z] + '[' /w/workspace/ry_app-rfid-llrp-inventory_PR-97 ']' [2022-07-11T13:26:05.762Z] + PACKAGES=/tmp/packages_end.txt [2022-07-11T13:26:05.762Z] + case "${OS_FAMILY}" in [2022-07-11T13:26:05.762Z] + dpkg -l [2022-07-11T13:26:05.762Z] + grep '^ii' [2022-07-11T13:26:05.762Z] + '[' -f /tmp/packages_start.txt ']' [2022-07-11T13:26:05.763Z] + '[' -f /tmp/packages_end.txt ']' [2022-07-11T13:26:05.763Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-07-11T13:26:05.763Z] + '[' /w/workspace/ry_app-rfid-llrp-inventory_PR-97 ']' [2022-07-11T13:26:05.763Z] + mkdir -p /w/workspace/ry_app-rfid-llrp-inventory_PR-97/archives/ [2022-07-11T13:26:05.763Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ry_app-rfid-llrp-inventory_PR-97/archives/ [Pipeline] echo [2022-07-11T13:26:05.795Z] 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/ry_app-rfid-llrp-inventory_PR-97/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-07-11T13:26:06.089Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T13:26:06.727Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-07-11T13:26:06.727Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-11T13:26:06.889Z] prd-ubuntu20.04-docker-8c-8g-17414 does not seem to be running inside a container [2022-07-11T13:26:06.931Z] $ 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/ry_app-rfid-llrp-inventory_PR-97/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ry_app-rfid-llrp-inventory_PR-97 -v /w/workspace/ry_app-rfid-llrp-inventory_PR-97:/w/workspace/ry_app-rfid-llrp-inventory_PR-97:rw,z -v /w/workspace/ry_app-rfid-llrp-inventory_PR-97@tmp:/w/workspace/ry_app-rfid-llrp-inventory_PR-97@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-07-11T13:26:07.152Z] $ docker top 2f0e37a1e06f32803cb1a3b444c85a07ccdd5f8debed53212396f0e36c74c44a -eo pid,comm [Pipeline] { [Pipeline] sh [2022-07-11T13:26:07.545Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-07-11T13:26:07.854Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-07-11T13:26:08.164Z] + ls /var/log/sa-host [2022-07-11T13:26:08.165Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-07-11T13:26:08.294Z] provisioning config files... [2022-07-11T13:26:08.303Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-rfid-llrp-inventory_PR-97@tmp/config5359715033159891047tmp [Pipeline] { [Pipeline] echo [2022-07-11T13:26:08.354Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-11T13:26:08.668Z] ---> create-netrc.sh [Pipeline] } [2022-07-11T13:26:08.697Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-07-11T13:26:09.093Z] ---> python-tools-install.sh [Pipeline] echo [2022-07-11T13:26:09.127Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-11T13:26:09.442Z] ---> sudo-logs.sh [2022-07-11T13:26:09.442Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-07-11T13:26:09.522Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-11T13:26:09.829Z] ---> job-cost.sh [2022-07-11T13:26:09.829Z] lf-activate-venv: SKIPPING [2022-07-11T13:26:09.829Z] DEBUG: total: 0.2199999988079071 [2022-07-11T13:26:09.829Z] INFO: Retrieving Stack Cost... [2022-07-11T13:26:10.090Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-07-11T13:26:10.661Z] INFO: Archiving Costs [Pipeline] echo [2022-07-11T13:26:10.696Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-11T13:26:11.009Z] ---> logs-deploy.sh [2022-07-11T13:26:11.009Z] lf-activate-venv: SKIPPING [2022-07-11T13:26:11.009Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-rfid-llrp-inventory/PR-97/1 [2022-07-11T13:26:11.009Z] INFO: archiving workspace using pattern(s): [2022-07-11T13:26:11.950Z] Archives upload complete. [2022-07-11T13:26:11.950Z] INFO: archiving logs to Nexus