Push event to branch dumb-init Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 431c46884447880b97737c90f6d10b97bbc06cec 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-ssh3211588439549106728.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 95c76d14630896f3c9cf825147e1b1e2bad20cbb Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh14729451891947909071.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 95c76d14630896f3c9cf825147e1b1e2bad20cbb The recommended git tool is: git using credential edgex-jenkins-ssh 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/dumb-init/workspace@libs/edgex-global-pipelines # 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/dumb-init/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh4281931873010408861.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/dumb-init/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh14356009340819529663.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 95c76d14630896f3c9cf825147e1b1e2bad20cbb (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 95c76d14630896f3c9cf825147e1b1e2bad20cbb # timeout=10 Commit message: "Merge pull request #387 from ernestojeda/disable-concurrent-builds" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > 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 shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh5721681152741253240.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b3dada9287033e4e81bc68320e01fd57bef02650 The recommended git tool is: NONE using credential edgex-jenkins-ssh 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/dumb-init/workspace@libs/lf-pipelines # 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/dumb-init/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh15153666239213365483.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 b3dada9287033e4e81bc68320e01fd57bef02650 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b3dada9287033e4e81bc68320e01fd57bef02650 # timeout=10 Commit message: "Fix: Update requirements.txt, update global-jjb" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 95c76d14630896f3c9cf825147e1b1e2bad20cbb Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project: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 [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-63298 in /w/workspace/pp-rfid-llrp-inventory_dumb-init [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/pp-rfid-llrp-inventory_dumb-init # 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 Avoid second fetch Checking out Revision 431c46884447880b97737c90f6d10b97bbc06cec (dumb-init) > 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 core.sparsecheckout # timeout=10 > git checkout -f 431c46884447880b97737c90f6d10b97bbc06cec # timeout=10 Commit message: "fix: Add dumb-init to docker image" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 95c76d14630896f3c9cf825147e1b1e2bad20cbb [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-05-11T23:44:16.259Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-05-11T23:44:16.446Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-05-11T23:44:16.548Z] ========================================================= [2022-05-11T23:44:16.549Z] EdgeX Global Pipelines Version Info [2022-05-11T23:44:16.549Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-05-11T23:44:17.350Z] ------------------- [2022-05-11T23:44:17.350Z] stable info: [2022-05-11T23:44:17.350Z] ------------------- [2022-05-11T23:44:17.350Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-05-11T23:44:17.350Z] Commit SHA: 95c76d14630896f3c9cf825147e1b1e2bad20cbb [2022-05-11T23:44:17.350Z] Message: update stable to v1.0.230 [2022-05-11T23:44:17.925Z] ------------------- [2022-05-11T23:44:17.925Z] experimental info: [2022-05-11T23:44:17.925Z] ------------------- [2022-05-11T23:44:17.925Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-05-11T23:44:17.925Z] Commit SHA: 95c76d14630896f3c9cf825147e1b1e2bad20cbb [2022-05-11T23:44:17.925Z] Message: update experimental to v1.0.230 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-05-11T23:44:18.209Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-rfid-llrp-inventory-settings [Pipeline] echo [2022-05-11T23:44:18.255Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-rfid-llrp-inventory [Pipeline] echo [2022-05-11T23:44:18.297Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-05-11T23:44:18.338Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-05-11T23:44:18.376Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-05-11T23:44:18.418Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-05-11T23:44:18.456Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-05-11T23:44:18.493Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-05-11T23:44:18.533Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-05-11T23:44:18.572Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-05-11T23:44:18.612Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-05-11T23:44:18.653Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-rfid-llrp-inventory [Pipeline] echo [2022-05-11T23:44:18.689Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-05-11T23:44:18.734Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-05-11T23:44:18.776Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-05-11T23:44:18.815Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-05-11T23:44:18.855Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-05-11T23:44:18.894Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-05-11T23:44:18.935Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-05-11T23:44:18.976Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-05-11T23:44:19.018Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-05-11T23:44:19.059Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-05-11T23:44:19.102Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-05-11T23:44:19.142Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-05-11T23:44:19.180Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-05-11T23:44:19.222Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-05-11T23:44:19.264Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = dumb-init [Pipeline] echo [2022-05-11T23:44:19.306Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = dumb-init [Pipeline] echo [2022-05-11T23:44:19.347Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = dumb-init [Pipeline] echo [2022-05-11T23:44:19.401Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 431c46884447880b97737c90f6d10b97bbc06cec [Pipeline] echo [2022-05-11T23:44:19.446Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 431c468 [Pipeline] echo [2022-05-11T23:44:19.486Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-11T23:44:19.608Z] provisioning config files... [2022-05-11T23:44:19.622Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/pp-rfid-llrp-inventory_dumb-init@tmp/config1953896485485586128tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-11T23:44:19.986Z] ---> docker-login.sh [2022-05-11T23:44:19.986Z] nexus3.edgexfoundry.org:10001 [2022-05-11T23:44:20.560Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-11T23:44:20.560Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-11T23:44:20.560Z] Configure a credential helper to remove this warning. See [2022-05-11T23:44:20.560Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-11T23:44:20.560Z] [2022-05-11T23:44:20.560Z] Login Succeeded [2022-05-11T23:44:20.560Z] nexus3.edgexfoundry.org:10002 [2022-05-11T23:44:20.560Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-11T23:44:20.828Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-11T23:44:20.828Z] Configure a credential helper to remove this warning. See [2022-05-11T23:44:20.828Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-11T23:44:20.828Z] [2022-05-11T23:44:20.828Z] Login Succeeded [2022-05-11T23:44:20.828Z] nexus3.edgexfoundry.org:10003 [2022-05-11T23:44:20.828Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-11T23:44:20.828Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-11T23:44:20.828Z] Configure a credential helper to remove this warning. See [2022-05-11T23:44:20.828Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-11T23:44:20.828Z] [2022-05-11T23:44:20.828Z] Login Succeeded [2022-05-11T23:44:20.828Z] nexus3.edgexfoundry.org:10004 [2022-05-11T23:44:20.828Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-11T23:44:21.092Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-11T23:44:21.092Z] Configure a credential helper to remove this warning. See [2022-05-11T23:44:21.092Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-11T23:44:21.092Z] [2022-05-11T23:44:21.092Z] Login Succeeded [2022-05-11T23:44:21.092Z] docker.io [2022-05-11T23:44:21.092Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-11T23:44:21.353Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-11T23:44:21.353Z] Configure a credential helper to remove this warning. See [2022-05-11T23:44:21.353Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-11T23:44:21.353Z] [2022-05-11T23:44:21.353Z] Login Succeeded [2022-05-11T23:44:21.353Z] ---> docker-login.sh ends [Pipeline] } [2022-05-11T23:44:21.379Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-05-11T23:44:22.017Z] + git rev-list -1 --merges 431c46884447880b97737c90f6d10b97bbc06cec~1..431c46884447880b97737c90f6d10b97bbc06cec [Pipeline] echo [2022-05-11T23:44:22.175Z] -----------> git rev-list -1 --merges 431c46884447880b97737c90f6d10b97bbc06cec~1..431c46884447880b97737c90f6d10b97bbc06cec 431c46884447880b97737c90f6d10b97bbc06cec [false] [Pipeline] sh [2022-05-11T23:44:22.493Z] + git log --format=format:%s -1 431c46884447880b97737c90f6d10b97bbc06cec [Pipeline] echo [2022-05-11T23:44:22.529Z] ========================================================= [2022-05-11T23:44:22.529Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-05-11T23:44:22.529Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-05-11T23:44:22.979Z] + git log --format=format:%s -1 431c46884447880b97737c90f6d10b97bbc06cec [Pipeline] echo [2022-05-11T23:44:23.010Z] [semverPrep] GIT_COMMIT: 431c46884447880b97737c90f6d10b97bbc06cec, Commit Message: fix: Add dumb-init to docker image [Pipeline] echo [2022-05-11T23:44:23.042Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-05-11T23:44:23.458Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-05-11T23:44:23.458Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-05-11T23:44:23.458Z] + [ -e /tmp/ssh_known_hosts ] [2022-05-11T23:44:23.458Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-05-11T23:44:23.458Z] + echo+ github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-05-11T23:44:23.458Z] sudo tee -a /etc/ssh/ssh_known_hosts [2022-05-11T23:44:23.458Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-05-11T23:44:23.837Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-11T23:44:23.837Z] [2022-05-11T23:44:23.837Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] isUnix [Pipeline] sh [2022-05-11T23:44:24.190Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-11T23:44:24.190Z] latest: Pulling from edgex-devops/py-git-semver [2022-05-11T23:44:24.190Z] 1fe172e4850f: Pulling fs layer [2022-05-11T23:44:24.190Z] caf521ccaac6: Pulling fs layer [2022-05-11T23:44:24.190Z] 3ead6fa29328: Pulling fs layer [2022-05-11T23:44:24.190Z] 5c2a1cbceb83: Pulling fs layer [2022-05-11T23:44:24.190Z] a8d5f1318db7: Pulling fs layer [2022-05-11T23:44:24.190Z] c427282e49a2: Pulling fs layer [2022-05-11T23:44:24.190Z] 1827001aaf11: Pulling fs layer [2022-05-11T23:44:24.190Z] 0714d37db230: Pulling fs layer [2022-05-11T23:44:24.190Z] ac28cf19c067: Pulling fs layer [2022-05-11T23:44:24.190Z] ca983d60f3e2: Pulling fs layer [2022-05-11T23:44:24.190Z] 9f894cec8388: Pulling fs layer [2022-05-11T23:44:24.190Z] c427282e49a2: Waiting [2022-05-11T23:44:24.190Z] 1827001aaf11: Waiting [2022-05-11T23:44:24.190Z] 0714d37db230: Waiting [2022-05-11T23:44:24.190Z] ac28cf19c067: Waiting [2022-05-11T23:44:24.190Z] ca983d60f3e2: Waiting [2022-05-11T23:44:24.190Z] 9f894cec8388: Waiting [2022-05-11T23:44:24.190Z] 5c2a1cbceb83: Waiting [2022-05-11T23:44:24.190Z] a8d5f1318db7: Waiting [2022-05-11T23:44:24.190Z] caf521ccaac6: Download complete [2022-05-11T23:44:24.190Z] 5c2a1cbceb83: Download complete [2022-05-11T23:44:24.190Z] a8d5f1318db7: Verifying Checksum [2022-05-11T23:44:24.190Z] a8d5f1318db7: Download complete [2022-05-11T23:44:24.190Z] c427282e49a2: Download complete [2022-05-11T23:44:24.451Z] 3ead6fa29328: Verifying Checksum [2022-05-11T23:44:24.451Z] 3ead6fa29328: Download complete [2022-05-11T23:44:24.451Z] 0714d37db230: Download complete [2022-05-11T23:44:24.451Z] ac28cf19c067: Verifying Checksum [2022-05-11T23:44:24.451Z] ac28cf19c067: Download complete [2022-05-11T23:44:24.451Z] ca983d60f3e2: Verifying Checksum [2022-05-11T23:44:24.451Z] ca983d60f3e2: Download complete [2022-05-11T23:44:24.451Z] 9f894cec8388: Verifying Checksum [2022-05-11T23:44:24.451Z] 9f894cec8388: Download complete [2022-05-11T23:44:24.451Z] 1fe172e4850f: Download complete [2022-05-11T23:44:24.711Z] 1827001aaf11: Verifying Checksum [2022-05-11T23:44:24.711Z] 1827001aaf11: Download complete [2022-05-11T23:44:25.653Z] 1fe172e4850f: Pull complete [2022-05-11T23:44:25.913Z] caf521ccaac6: Pull complete [2022-05-11T23:44:26.485Z] 3ead6fa29328: Pull complete [2022-05-11T23:44:26.485Z] 5c2a1cbceb83: Pull complete [2022-05-11T23:44:26.746Z] a8d5f1318db7: Pull complete [2022-05-11T23:44:27.018Z] c427282e49a2: Pull complete [2022-05-11T23:44:28.934Z] 1827001aaf11: Pull complete [2022-05-11T23:44:28.934Z] 0714d37db230: Pull complete [2022-05-11T23:44:29.198Z] ac28cf19c067: Pull complete [2022-05-11T23:44:29.198Z] ca983d60f3e2: Pull complete [2022-05-11T23:44:29.198Z] 9f894cec8388: Pull complete [2022-05-11T23:44:29.471Z] Digest: sha256:90e63904a1edc574c23a580e5fc31fbcdccad1501625621f67a6be262171cfee [2022-05-11T23:44:29.471Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-11T23:44:29.471Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] withDockerContainer [2022-05-11T23:44:29.575Z] prd-ubuntu20.04-docker-8c-8g-63298 does not seem to be running inside a container [2022-05-11T23:44:29.620Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/pp-rfid-llrp-inventory_dumb-init -v /w/workspace/pp-rfid-llrp-inventory_dumb-init:/w/workspace/pp-rfid-llrp-inventory_dumb-init:rw,z -v /w/workspace/pp-rfid-llrp-inventory_dumb-init@tmp:/w/workspace/pp-rfid-llrp-inventory_dumb-init@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest cat [2022-05-11T23:44:31.493Z] $ docker top 44706e551e7a58f091b994964b0a83293ed9bb7b43e07ab1caf9e12d8d9d1f1e -eo pid,comm [2022-05-11T23:44:31.564Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2022-05-11T23:44:31.564Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-05-11T23:44:31.686Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-05-11T23:44:31.686Z] [ssh-agent] Looking for ssh-agent implementation... [2022-05-11T23:44:31.819Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-05-11T23:44:31.828Z] $ docker exec 44706e551e7a58f091b994964b0a83293ed9bb7b43e07ab1caf9e12d8d9d1f1e ssh-agent [2022-05-11T23:44:31.967Z] SSH_AUTH_SOCK=/tmp/ssh-qdtuiYLtexlp/agent.35 [2022-05-11T23:44:31.967Z] SSH_AGENT_PID=41 [2022-05-11T23:44:31.976Z] Running ssh-add (command line suppressed) [2022-05-11T23:44:32.096Z] Identity added: /w/workspace/pp-rfid-llrp-inventory_dumb-init@tmp/private_key_2611726865252442362.key (/w/workspace/pp-rfid-llrp-inventory_dumb-init@tmp/private_key_2611726865252442362.key) [2022-05-11T23:44:32.105Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-05-11T23:44:32.438Z] + git tag --points-at HEAD [Pipeline] } [2022-05-11T23:44:32.471Z] $ docker exec --env ******** --env ******** 44706e551e7a58f091b994964b0a83293ed9bb7b43e07ab1caf9e12d8d9d1f1e ssh-agent -k [2022-05-11T23:44:32.593Z] unset SSH_AUTH_SOCK; [2022-05-11T23:44:32.593Z] unset SSH_AGENT_PID; [2022-05-11T23:44:32.593Z] echo Agent pid 41 killed; [2022-05-11T23:44:32.598Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-05-11T23:44:32.691Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-05-11T23:44:32.691Z] [ssh-agent] Looking for ssh-agent implementation... [2022-05-11T23:44:32.818Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-05-11T23:44:32.827Z] $ docker exec 44706e551e7a58f091b994964b0a83293ed9bb7b43e07ab1caf9e12d8d9d1f1e ssh-agent [2022-05-11T23:44:32.969Z] SSH_AUTH_SOCK=/tmp/ssh-Ojceg4wWfoZC/agent.75 [2022-05-11T23:44:32.969Z] SSH_AGENT_PID=81 [2022-05-11T23:44:32.975Z] Running ssh-add (command line suppressed) [2022-05-11T23:44:33.103Z] Identity added: /w/workspace/pp-rfid-llrp-inventory_dumb-init@tmp/private_key_1434335931523733452.key (/w/workspace/pp-rfid-llrp-inventory_dumb-init@tmp/private_key_1434335931523733452.key) [2022-05-11T23:44:33.115Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-05-11T23:44:33.459Z] + git semver init [2022-05-11T23:44:33.720Z] 2022-05-11 23:44:33,689 [run_init] DEBUG init version:0.0.0 force:False [2022-05-11T23:44:33.720Z] 2022-05-11 23:44:33,690 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/pp-rfid-llrp-inventory_dumb-init/.semver [2022-05-11T23:44:33.720Z] 2022-05-11 23:44:33,691 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-rfid-llrp-inventory.git /w/workspace/pp-rfid-llrp-inventory_dumb-init/.semver [2022-05-11T23:44:33.720Z] 2022-05-11 23:44:33,691 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-rfid-llrp-inventory.git', '/w/workspace/pp-rfid-llrp-inventory_dumb-init/.semver'], cwd=/w/workspace/pp-rfid-llrp-inventory_dumb-init, universal_newlines=False, shell=None, istream=None) [2022-05-11T23:44:35.110Z] 2022-05-11 23:44:34,731 [append_file] DEBUG append to file:/w/workspace/pp-rfid-llrp-inventory_dumb-init/.git/info/exclude [2022-05-11T23:44:35.110Z] 2022-05-11 23:44:34,732 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/pp-rfid-llrp-inventory_dumb-init/.semver/dumb-init with force:False [2022-05-11T23:44:35.110Z] 2022-05-11 23:44:34,732 [write_file] DEBUG write to file:/w/workspace/pp-rfid-llrp-inventory_dumb-init/.semver/dumb-init [2022-05-11T23:44:35.110Z] 2022-05-11 23:44:34,737 [execute] INFO git cat-file --batch-check [2022-05-11T23:44:35.110Z] 2022-05-11 23:44:34,737 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/pp-rfid-llrp-inventory_dumb-init/.semver, universal_newlines=False, shell=None, istream=) [2022-05-11T23:44:35.110Z] 2022-05-11 23:44:34,742 [execute] INFO git cat-file --batch [2022-05-11T23:44:35.110Z] 2022-05-11 23:44:34,743 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/pp-rfid-llrp-inventory_dumb-init/.semver, universal_newlines=False, shell=None, istream=) [2022-05-11T23:44:35.110Z] 2022-05-11 23:44:34,746 [read_version] DEBUG read version from /w/workspace/pp-rfid-llrp-inventory_dumb-init/.semver/dumb-init [2022-05-11T23:44:35.110Z] 0.0.0 [Pipeline] } [2022-05-11T23:44:35.147Z] $ docker exec --env ******** --env ******** 44706e551e7a58f091b994964b0a83293ed9bb7b43e07ab1caf9e12d8d9d1f1e ssh-agent -k [2022-05-11T23:44:35.262Z] unset SSH_AUTH_SOCK; [2022-05-11T23:44:35.262Z] unset SSH_AGENT_PID; [2022-05-11T23:44:35.262Z] echo Agent pid 81 killed; [2022-05-11T23:44:35.268Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-05-11T23:44:35.702Z] + git semver [Pipeline] } [2022-05-11T23:44:35.997Z] $ docker stop --time=1 44706e551e7a58f091b994964b0a83293ed9bb7b43e07ab1caf9e12d8d9d1f1e [2022-05-11T23:44:37.387Z] $ docker rm -f 44706e551e7a58f091b994964b0a83293ed9bb7b43e07ab1caf9e12d8d9d1f1e [Pipeline] // withDockerContainer [Pipeline] sh [2022-05-11T23:44:37.807Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-05-11T23:44:38.121Z] Stashed 1 file(s) [Pipeline] echo [2022-05-11T23:44:38.139Z] [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-05-11T23:44:38.718Z] provisioning config files... [2022-05-11T23:44:38.729Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/pp-rfid-llrp-inventory_dumb-init@tmp/config7861983338967128248tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-11T23:44:39.086Z] ---> docker-login.sh [2022-05-11T23:44:39.086Z] nexus3.edgexfoundry.org:10001 [2022-05-11T23:44:39.086Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-11T23:44:39.086Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-11T23:44:39.086Z] Configure a credential helper to remove this warning. See [2022-05-11T23:44:39.086Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-11T23:44:39.086Z] [2022-05-11T23:44:39.086Z] Login Succeeded [2022-05-11T23:44:39.086Z] nexus3.edgexfoundry.org:10002 [2022-05-11T23:44:39.086Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-11T23:44:39.346Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-11T23:44:39.346Z] Configure a credential helper to remove this warning. See [2022-05-11T23:44:39.346Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-11T23:44:39.346Z] [2022-05-11T23:44:39.346Z] Login Succeeded [2022-05-11T23:44:39.346Z] nexus3.edgexfoundry.org:10003 [2022-05-11T23:44:39.346Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-11T23:44:39.346Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-11T23:44:39.346Z] Configure a credential helper to remove this warning. See [2022-05-11T23:44:39.346Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-11T23:44:39.346Z] [2022-05-11T23:44:39.346Z] Login Succeeded [2022-05-11T23:44:39.346Z] nexus3.edgexfoundry.org:10004 [2022-05-11T23:44:39.610Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-11T23:44:39.610Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-11T23:44:39.610Z] Configure a credential helper to remove this warning. See [2022-05-11T23:44:39.610Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-11T23:44:39.610Z] [2022-05-11T23:44:39.610Z] Login Succeeded [2022-05-11T23:44:39.610Z] docker.io [2022-05-11T23:44:39.610Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-11T23:44:39.873Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-11T23:44:39.873Z] Configure a credential helper to remove this warning. See [2022-05-11T23:44:39.873Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-11T23:44:39.873Z] [2022-05-11T23:44:39.873Z] Login Succeeded [2022-05-11T23:44:39.873Z] ---> docker-login.sh ends [Pipeline] } [2022-05-11T23:44:39.901Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-05-11T23:44:40.104Z] [edgeX.isLTS] Checking if [dumb-init] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-05-11T23:44:40.138Z] ========================================================= [2022-05-11T23:44:40.138Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-05-11T23:44:40.138Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-05-11T23:44:40.548Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine --build-arg MAKE=echo noop --target=builder . [2022-05-11T23:44:40.548Z] Sending build context to Docker daemon 12.4MB [2022-05-11T23:44:40.548Z] Step 1/13 : ARG BASE=golang:1.17-alpine3.15 [2022-05-11T23:44:40.548Z] Step 2/13 : FROM ${BASE} AS builder [2022-05-11T23:44:40.548Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-05-11T23:44:40.548Z] 59bf1c3509f3: Pulling fs layer [2022-05-11T23:44:40.548Z] 666ba61612fd: Pulling fs layer [2022-05-11T23:44:40.548Z] 8ed8ca486205: Pulling fs layer [2022-05-11T23:44:40.548Z] 4fe6c5a15a65: Pulling fs layer [2022-05-11T23:44:40.548Z] 22a0e8bec74d: Pulling fs layer [2022-05-11T23:44:40.548Z] ca2b28591e48: Pulling fs layer [2022-05-11T23:44:40.548Z] a51346096db8: Pulling fs layer [2022-05-11T23:44:40.548Z] daebc70d1ce1: Pulling fs layer [2022-05-11T23:44:40.548Z] 0e18a0eac166: Pulling fs layer [2022-05-11T23:44:40.548Z] 4fe6c5a15a65: Waiting [2022-05-11T23:44:40.548Z] 22a0e8bec74d: Waiting [2022-05-11T23:44:40.548Z] ca2b28591e48: Waiting [2022-05-11T23:44:40.548Z] daebc70d1ce1: Waiting [2022-05-11T23:44:40.548Z] 8ed8ca486205: Verifying Checksum [2022-05-11T23:44:40.548Z] 8ed8ca486205: Download complete [2022-05-11T23:44:40.813Z] 666ba61612fd: Verifying Checksum [2022-05-11T23:44:40.813Z] 666ba61612fd: Download complete [2022-05-11T23:44:40.813Z] 22a0e8bec74d: Download complete [2022-05-11T23:44:40.813Z] ca2b28591e48: Download complete [2022-05-11T23:44:40.813Z] 59bf1c3509f3: Verifying Checksum [2022-05-11T23:44:40.813Z] 59bf1c3509f3: Download complete [2022-05-11T23:44:40.813Z] a51346096db8: Verifying Checksum [2022-05-11T23:44:40.813Z] a51346096db8: Download complete [2022-05-11T23:44:40.813Z] daebc70d1ce1: Verifying Checksum [2022-05-11T23:44:40.813Z] daebc70d1ce1: Download complete [2022-05-11T23:44:40.813Z] 59bf1c3509f3: Pull complete [2022-05-11T23:44:41.084Z] 666ba61612fd: Pull complete [2022-05-11T23:44:41.084Z] 8ed8ca486205: Pull complete [2022-05-11T23:44:41.348Z] 0e18a0eac166: Verifying Checksum [2022-05-11T23:44:41.348Z] 0e18a0eac166: Download complete [2022-05-11T23:44:41.348Z] 4fe6c5a15a65: Verifying Checksum [2022-05-11T23:44:41.348Z] 4fe6c5a15a65: Download complete [2022-05-11T23:44:45.546Z] 4fe6c5a15a65: Pull complete [2022-05-11T23:44:45.546Z] 22a0e8bec74d: Pull complete [2022-05-11T23:44:45.546Z] ca2b28591e48: Pull complete [2022-05-11T23:44:45.546Z] a51346096db8: Pull complete [2022-05-11T23:44:45.808Z] daebc70d1ce1: Pull complete [2022-05-11T23:44:48.353Z] 0e18a0eac166: Pull complete [2022-05-11T23:44:48.353Z] Digest: sha256:5cf2d0a306c5171eb5b3008c4b83cc7b6044f1808c238cb17927cddb93576120 [2022-05-11T23:44:48.353Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-05-11T23:44:48.353Z] ---> f018257e8ee9 [2022-05-11T23:44:48.353Z] Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-05-11T23:44:49.745Z] ---> Running in 4f591de25b3d [2022-05-11T23:44:49.745Z] Removing intermediate container 4f591de25b3d [2022-05-11T23:44:49.745Z] ---> 3c3fc48bd4d0 [2022-05-11T23:44:49.745Z] Step 4/13 : ARG ALPINE_PKG_EXTRA="" [2022-05-11T23:44:49.745Z] ---> Running in c600b04d0c61 [2022-05-11T23:44:49.745Z] Removing intermediate container c600b04d0c61 [2022-05-11T23:44:49.745Z] ---> 34a8c9820830 [2022-05-11T23:44:49.745Z] Step 5/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2022-05-11T23:44:50.005Z] ---> Running in 42b3ac162d08 [2022-05-11T23:44:50.005Z] Removing intermediate container 42b3ac162d08 [2022-05-11T23:44:50.005Z] ---> 1bdb53778045 [2022-05-11T23:44:50.005Z] Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-11T23:44:50.005Z] ---> Running in d18149f0cf31 [2022-05-11T23:44:50.946Z] Removing intermediate container d18149f0cf31 [2022-05-11T23:44:50.946Z] ---> 2e2135ad1b6f [2022-05-11T23:44:50.946Z] Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-05-11T23:44:50.946Z] ---> Running in 140a909b28f8 [2022-05-11T23:44:50.946Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-11T23:44:51.888Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-11T23:44:52.151Z] OK: 221 MiB in 52 packages [2022-05-11T23:44:52.411Z] Removing intermediate container 140a909b28f8 [2022-05-11T23:44:52.411Z] ---> 4bb490c5b78d [2022-05-11T23:44:52.411Z] Step 8/13 : WORKDIR /app [2022-05-11T23:44:52.411Z] ---> Running in 22027e78660b [2022-05-11T23:44:52.673Z] Removing intermediate container 22027e78660b [2022-05-11T23:44:52.673Z] ---> 0398c5c1ba6e [2022-05-11T23:44:52.673Z] Step 9/13 : COPY go.mod vendor* ./ [2022-05-11T23:44:52.673Z] ---> 2e34698cbbf6 [2022-05-11T23:44:52.673Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-11T23:44:52.673Z] ---> Running in eeff6d359461 [2022-05-11T23:44:53.533Z] Still waiting to schedule task [2022-05-11T23:44:53.534Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-05-11T23:45:07.591Z] Removing intermediate container eeff6d359461 [2022-05-11T23:45:07.591Z] ---> 6d9166e51e69 [2022-05-11T23:45:07.591Z] Step 11/13 : COPY . . [2022-05-11T23:45:07.591Z] ---> 57fc69554cb2 [2022-05-11T23:45:07.591Z] Step 12/13 : ARG MAKE="make build" [2022-05-11T23:45:07.591Z] ---> Running in b17e93307db3 [2022-05-11T23:45:07.851Z] Removing intermediate container b17e93307db3 [2022-05-11T23:45:07.851Z] ---> bd48ca1c5580 [2022-05-11T23:45:07.851Z] Step 13/13 : RUN $MAKE [2022-05-11T23:45:07.851Z] ---> Running in 190e425b3b6b [2022-05-11T23:45:08.113Z] noop [2022-05-11T23:45:08.375Z] Removing intermediate container 190e425b3b6b [2022-05-11T23:45:08.375Z] ---> 6c35a6dee406 [2022-05-11T23:45:08.375Z] Successfully built 6c35a6dee406 [2022-05-11T23:45:08.375Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2022-05-11T23:45:08.707Z] + docker inspect -f . ci-base-image-x86_64 [2022-05-11T23:45:08.707Z] . [Pipeline] withDockerContainer [2022-05-11T23:45:08.803Z] prd-ubuntu20.04-docker-8c-8g-63298 does not seem to be running inside a container [2022-05-11T23:45:08.845Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/pp-rfid-llrp-inventory_dumb-init -v /w/workspace/pp-rfid-llrp-inventory_dumb-init:/w/workspace/pp-rfid-llrp-inventory_dumb-init:rw,z -v /w/workspace/pp-rfid-llrp-inventory_dumb-init@tmp:/w/workspace/pp-rfid-llrp-inventory_dumb-init@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 ******** ci-base-image-x86_64 cat [2022-05-11T23:45:09.300Z] $ docker top f43a3979261dc3a6ecefb972ba85b711a61f04bbd918b515ced3285b0e340f77 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-11T23:45:09.711Z] + go version [2022-05-11T23:45:09.711Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-05-11T23:45:09.747Z] $ docker stop --time=1 f43a3979261dc3a6ecefb972ba85b711a61f04bbd918b515ced3285b0e340f77 [2022-05-11T23:45:11.037Z] $ docker rm -f f43a3979261dc3a6ecefb972ba85b711a61f04bbd918b515ced3285b0e340f77 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-11T23:45:11.730Z] + docker inspect -f . ci-base-image-x86_64 [2022-05-11T23:45:11.730Z] . [Pipeline] withDockerContainer [2022-05-11T23:45:11.825Z] prd-ubuntu20.04-docker-8c-8g-63298 does not seem to be running inside a container [2022-05-11T23:45:11.868Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/pp-rfid-llrp-inventory_dumb-init -v /w/workspace/pp-rfid-llrp-inventory_dumb-init:/w/workspace/pp-rfid-llrp-inventory_dumb-init:rw,z -v /w/workspace/pp-rfid-llrp-inventory_dumb-init@tmp:/w/workspace/pp-rfid-llrp-inventory_dumb-init@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 ******** ci-base-image-x86_64 cat [2022-05-11T23:45:12.242Z] $ docker top d26203d8a9b0fe0917fae83609a2f63a6b7336dc7cb1a6be5112c03644ae1273 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-05-11T23:45:12.692Z] + make test [2022-05-11T23:45:12.692Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2022-05-11T23:45:22.805Z] ? edgexfoundry/app-rfid-llrp-inventory [no test files] [2022-05-11T23:45:22.805Z] ok edgexfoundry/app-rfid-llrp-inventory/internal/inventory 0.042s coverage: 86.2% of statements [2022-05-11T23:45:22.805Z] ? edgexfoundry/app-rfid-llrp-inventory/internal/inventory/app [no test files] [2022-05-11T23:45:24.719Z] ok edgexfoundry/app-rfid-llrp-inventory/internal/llrp 2.545s coverage: 71.9% of statements [2022-05-11T23:45:32.840Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2022-05-11T23:45:36.136Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-05-11T23:45:36.136Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-05-11T23:45:36.136Z] ./bin/test-attribution.sh [Pipeline] echo [2022-05-11T23:45:36.422Z] [edgeX.isLTS] Checking if [dumb-init] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-05-11T23:45:36.456Z] $ docker stop --time=1 d26203d8a9b0fe0917fae83609a2f63a6b7336dc7cb1a6be5112c03644ae1273 [2022-05-11T23:45:38.172Z] $ docker rm -f d26203d8a9b0fe0917fae83609a2f63a6b7336dc7cb1a6be5112c03644ae1273 [Pipeline] // withDockerContainer [Pipeline] sh [2022-05-11T23:45:38.663Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-05-11T23:45:38.729Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-05-11T23:45:39.391Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-05-11T23:45:39.709Z] + ls -al . [2022-05-11T23:45:39.709Z] total 228 [2022-05-11T23:45:39.709Z] drwxrwxr-x 11 jenkins jenkins 4096 May 11 23:45 . [2022-05-11T23:45:39.709Z] drwxrwxr-x 4 jenkins jenkins 4096 May 11 23:44 .. [2022-05-11T23:45:39.709Z] -rw-rw-r-- 1 jenkins jenkins 262 May 11 23:44 .dockerignore [2022-05-11T23:45:39.709Z] drwxrwxr-x 8 jenkins jenkins 4096 May 11 23:44 .git [2022-05-11T23:45:39.709Z] drwxrwxr-x 3 jenkins jenkins 4096 May 11 23:44 .github [2022-05-11T23:45:39.709Z] -rw-rw-r-- 1 jenkins jenkins 788 May 11 23:44 .gitignore [2022-05-11T23:45:39.709Z] -rw-rw-r-- 1 jenkins jenkins 41 May 11 23:44 .golangci.yml [2022-05-11T23:45:39.709Z] drwxr-xr-x 3 jenkins jenkins 4096 May 11 23:44 .semver [2022-05-11T23:45:39.709Z] -rw-rw-r-- 1 jenkins jenkins 9410 May 11 23:44 Attribution.txt [2022-05-11T23:45:39.709Z] -rw-rw-r-- 1 jenkins jenkins 2487 May 11 23:44 CHANGELOG.md [2022-05-11T23:45:39.709Z] -rw-rw-r-- 1 jenkins jenkins 1933 May 11 23:44 Dockerfile [2022-05-11T23:45:39.709Z] -rw-rw-r-- 1 jenkins jenkins 677 May 11 23:44 GOVERNANCE.md [2022-05-11T23:45:39.709Z] -rw-rw-r-- 1 jenkins jenkins 687 May 11 23:44 Jenkinsfile [2022-05-11T23:45:39.709Z] -rw-rw-r-- 1 jenkins jenkins 11347 May 11 23:44 LICENSE [2022-05-11T23:45:39.709Z] -rw-rw-r-- 1 jenkins jenkins 2949 May 11 23:44 Makefile [2022-05-11T23:45:39.709Z] -rw-rw-r-- 1 jenkins jenkins 617 May 11 23:44 OWNERS.md [2022-05-11T23:45:39.709Z] -rw-rw-r-- 1 jenkins jenkins 30359 May 11 23:44 README.md [2022-05-11T23:45:39.709Z] -rw-rw-r-- 1 jenkins jenkins 5 May 11 23:44 VERSION [2022-05-11T23:45:39.709Z] drwxrwxr-x 2 jenkins jenkins 4096 May 11 23:44 bin [2022-05-11T23:45:39.709Z] -rw-r--r-- 1 jenkins jenkins 41008 May 11 23:45 coverage.out [2022-05-11T23:45:39.709Z] -rw-rw-r-- 1 jenkins jenkins 3452 May 11 23:44 go.mod [2022-05-11T23:45:39.709Z] -rw-rw-r-- 1 jenkins jenkins 35440 May 11 23:44 go.sum [2022-05-11T23:45:39.709Z] drwxrwxr-x 2 jenkins jenkins 4096 May 11 23:44 images [2022-05-11T23:45:39.709Z] drwxrwxr-x 4 jenkins jenkins 4096 May 11 23:44 internal [2022-05-11T23:45:39.709Z] -rw-rw-r-- 1 jenkins jenkins 531 May 11 23:44 main.go [2022-05-11T23:45:39.709Z] drwxrwxr-x 2 jenkins jenkins 4096 May 11 23:44 res [2022-05-11T23:45:39.709Z] drwxrwxr-x 4 jenkins jenkins 4096 May 11 23:44 snap [2022-05-11T23:45:39.709Z] drwxrwxr-x 3 jenkins jenkins 4096 May 11 23:44 static [Pipeline] isUnix [Pipeline] sh [2022-05-11T23:45:40.039Z] + 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=431c46884447880b97737c90f6d10b97bbc06cec --label arch=amd64 --label version=0.0.0 . [2022-05-11T23:45:40.039Z] Sending build context to Docker daemon 12.4MB [2022-05-11T23:45:40.039Z] Step 1/31 : ARG BASE=golang:1.17-alpine3.15 [2022-05-11T23:45:40.039Z] Step 2/31 : FROM ${BASE} AS builder [2022-05-11T23:45:40.039Z] ---> 6c35a6dee406 [2022-05-11T23:45:40.039Z] Step 3/31 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-05-11T23:45:40.039Z] ---> Running in 8f14e42b582e [2022-05-11T23:45:40.298Z] Removing intermediate container 8f14e42b582e [2022-05-11T23:45:40.298Z] ---> 420ad461cb39 [2022-05-11T23:45:40.298Z] Step 4/31 : ARG ALPINE_PKG_EXTRA="" [2022-05-11T23:45:40.298Z] ---> Running in f81aa16547c2 [2022-05-11T23:45:40.298Z] Removing intermediate container f81aa16547c2 [2022-05-11T23:45:40.298Z] ---> eb8acda1abe0 [2022-05-11T23:45:40.298Z] Step 5/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2022-05-11T23:45:40.298Z] ---> Running in 6c82aa9e1370 [2022-05-11T23:45:40.559Z] Removing intermediate container 6c82aa9e1370 [2022-05-11T23:45:40.559Z] ---> 7f627db2645f [2022-05-11T23:45:40.559Z] Step 6/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-11T23:45:40.559Z] ---> Running in cb57ea248a7d [2022-05-11T23:45:41.129Z] Removing intermediate container cb57ea248a7d [2022-05-11T23:45:41.129Z] ---> cc547860e306 [2022-05-11T23:45:41.129Z] Step 7/31 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-05-11T23:45:41.129Z] ---> Running in a0ebbe71d37b [2022-05-11T23:45:41.391Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-11T23:45:42.336Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-11T23:45:42.596Z] OK: 221 MiB in 52 packages [2022-05-11T23:45:42.859Z] Removing intermediate container a0ebbe71d37b [2022-05-11T23:45:42.859Z] ---> 6ac9ef828cd7 [2022-05-11T23:45:42.859Z] Step 8/31 : WORKDIR /app [2022-05-11T23:45:42.859Z] ---> Running in b5dcf198a9cb [2022-05-11T23:45:43.121Z] Removing intermediate container b5dcf198a9cb [2022-05-11T23:45:43.121Z] ---> ee49347e7ef4 [2022-05-11T23:45:43.121Z] Step 9/31 : COPY go.mod vendor* ./ [2022-05-11T23:45:43.121Z] ---> b132ea7d5827 [2022-05-11T23:45:43.121Z] Step 10/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-11T23:45:43.121Z] ---> Running in bd60e0bd89a0 [2022-05-11T23:45:44.064Z] Removing intermediate container bd60e0bd89a0 [2022-05-11T23:45:44.064Z] ---> 02be6cdbde41 [2022-05-11T23:45:44.064Z] Step 11/31 : COPY . . [2022-05-11T23:45:44.325Z] ---> a049f47d0169 [2022-05-11T23:45:44.325Z] Step 12/31 : ARG MAKE="make build" [2022-05-11T23:45:44.325Z] ---> Running in fe1785fe35c5 [2022-05-11T23:45:44.325Z] Removing intermediate container fe1785fe35c5 [2022-05-11T23:45:44.325Z] ---> b0fd004f99b4 [2022-05-11T23:45:44.325Z] Step 13/31 : RUN $MAKE [2022-05-11T23:45:44.325Z] ---> Running in c5da0179495c [2022-05-11T23:45:44.585Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.2.0 -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-05-11T23:46:06.537Z] Removing intermediate container c5da0179495c [2022-05-11T23:46:06.537Z] ---> dabb5b3c0268 [2022-05-11T23:46:06.537Z] Step 14/31 : FROM alpine:3.14 [2022-05-11T23:46:06.537Z] 3.14: Pulling from library/alpine [2022-05-11T23:46:06.537Z] 8663204ce13b: Pulling fs layer [2022-05-11T23:46:06.537Z] 8663204ce13b: Verifying Checksum [2022-05-11T23:46:06.537Z] 8663204ce13b: Download complete [2022-05-11T23:46:06.537Z] 8663204ce13b: Pull complete [2022-05-11T23:46:06.537Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-05-11T23:46:06.537Z] Status: Downloaded newer image for alpine:3.14 [2022-05-11T23:46:06.537Z] ---> e04c818066af [2022-05-11T23:46:06.537Z] Step 15/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2022-05-11T23:46:06.537Z] ---> Running in da57538c4889 [2022-05-11T23:46:06.537Z] Removing intermediate container da57538c4889 [2022-05-11T23:46:06.537Z] ---> 102928d0c0b5 [2022-05-11T23:46:06.537Z] Step 16/31 : LABEL Name=app-service-rfid-llrp-inventory Version=${VERSION} [2022-05-11T23:46:06.537Z] ---> Running in b9778aa65390 [2022-05-11T23:46:06.537Z] Removing intermediate container b9778aa65390 [2022-05-11T23:46:06.537Z] ---> 38caa970d89b [2022-05-11T23:46:06.537Z] Step 17/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-11T23:46:06.537Z] ---> Running in 0f9f3ceac13f [2022-05-11T23:46:06.537Z] Removing intermediate container 0f9f3ceac13f [2022-05-11T23:46:06.537Z] ---> 8ae8496cc6d0 [2022-05-11T23:46:06.537Z] Step 18/31 : RUN apk --no-cache add ca-certificates zeromq dumb-init [2022-05-11T23:46:06.537Z] ---> Running in 8e27f801f85d [2022-05-11T23:46:06.537Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-05-11T23:46:07.476Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-05-11T23:46:07.736Z] (1/7) Installing ca-certificates (20211220-r0) [2022-05-11T23:46:07.736Z] (2/7) Installing dumb-init (1.2.5-r1) [2022-05-11T23:46:07.736Z] (3/7) Installing libgcc (10.3.1_git20210424-r2) [2022-05-11T23:46:07.996Z] (4/7) Installing libsodium (1.0.18-r0) [2022-05-11T23:46:07.996Z] (5/7) Installing libstdc++ (10.3.1_git20210424-r2) [2022-05-11T23:46:08.259Z] (6/7) Installing libzmq (4.3.4-r0) [2022-05-11T23:46:08.259Z] (7/7) Installing zeromq (4.3.4-r0) [2022-05-11T23:46:08.259Z] Executing busybox-1.33.1-r7.trigger [2022-05-11T23:46:08.259Z] Executing ca-certificates-20211220-r0.trigger [2022-05-11T23:46:08.259Z] OK: 9 MiB in 21 packages [2022-05-11T23:46:08.831Z] Removing intermediate container 8e27f801f85d [2022-05-11T23:46:08.831Z] ---> 6aa58eac553d [2022-05-11T23:46:08.831Z] Step 19/31 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2022-05-11T23:46:09.092Z] ---> d60d8a48c40f [2022-05-11T23:46:09.092Z] Step 20/31 : COPY --from=builder /app/LICENSE /LICENSE [2022-05-11T23:46:09.092Z] ---> 3f23e2f7cddf [2022-05-11T23:46:09.092Z] Step 21/31 : COPY --from=builder /app/res/ /res/ [2022-05-11T23:46:09.353Z] ---> 61b021594e6c [2022-05-11T23:46:09.353Z] Step 22/31 : COPY --from=builder /app/static/ /static/ [2022-05-11T23:46:09.353Z] ---> 459d9bce0828 [2022-05-11T23:46:09.353Z] Step 23/31 : COPY --from=builder /app/app-rfid-llrp-inventory /app-rfid-llrp-inventory [2022-05-11T23:46:09.924Z] ---> 5a4c45467cd7 [2022-05-11T23:46:09.924Z] Step 24/31 : RUN mkdir -p /cache && chown -R 2002:2002 /cache [2022-05-11T23:46:09.924Z] ---> Running in 0c3a152682af [2022-05-11T23:46:10.864Z] Removing intermediate container 0c3a152682af [2022-05-11T23:46:10.864Z] ---> 01cee61dde4a [2022-05-11T23:46:10.864Z] Step 25/31 : VOLUME /cache [2022-05-11T23:46:10.864Z] ---> Running in ad9ead7d1d04 [2022-05-11T23:46:10.864Z] Removing intermediate container ad9ead7d1d04 [2022-05-11T23:46:10.864Z] ---> b225246a7f6b [2022-05-11T23:46:10.864Z] Step 26/31 : EXPOSE 59711 [2022-05-11T23:46:11.126Z] ---> Running in 8f297dfd636b [2022-05-11T23:46:11.126Z] Removing intermediate container 8f297dfd636b [2022-05-11T23:46:11.126Z] ---> a764c5dafde7 [2022-05-11T23:46:11.126Z] Step 27/31 : ENTRYPOINT ["/app-rfid-llrp-inventory"] [2022-05-11T23:46:11.126Z] ---> Running in 9b6399f8dd87 [2022-05-11T23:46:11.386Z] Removing intermediate container 9b6399f8dd87 [2022-05-11T23:46:11.386Z] ---> 7d0f930f3404 [2022-05-11T23:46:11.386Z] Step 28/31 : CMD ["-cp=consul.http://edgex-core-consul:8500", "-registry", "-confdir=/res"] [2022-05-11T23:46:11.386Z] ---> Running in 81ce6b29cf7e [2022-05-11T23:46:11.648Z] Removing intermediate container 81ce6b29cf7e [2022-05-11T23:46:11.648Z] ---> be72ea8904e3 [2022-05-11T23:46:11.648Z] Step 29/31 : LABEL arch=amd64 [2022-05-11T23:46:11.648Z] ---> Running in 69b6e7c239e4 [2022-05-11T23:46:11.648Z] Removing intermediate container 69b6e7c239e4 [2022-05-11T23:46:11.648Z] ---> 522e49cea181 [2022-05-11T23:46:11.648Z] Step 30/31 : LABEL git_sha=431c46884447880b97737c90f6d10b97bbc06cec [2022-05-11T23:46:11.648Z] ---> Running in e11636ca2b8a [2022-05-11T23:46:11.907Z] Removing intermediate container e11636ca2b8a [2022-05-11T23:46:11.907Z] ---> 292b9582d6b9 [2022-05-11T23:46:11.907Z] Step 31/31 : LABEL version=0.0.0 [2022-05-11T23:46:11.907Z] ---> Running in f3d6887e6e89 [2022-05-11T23:46:11.907Z] Removing intermediate container f3d6887e6e89 [2022-05-11T23:46:11.907Z] ---> e364a5afcb11 [2022-05-11T23:46:11.907Z] [Warning] One or more build-args [ARCH] were not consumed [2022-05-11T23:46:11.907Z] Successfully built e364a5afcb11 [2022-05-11T23:46:11.907Z] Successfully tagged app-rfid-llrp-inventory:latest [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] sh [2022-05-11T23:46:12.640Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-11T23:46:12.640Z] [2022-05-11T23:46:12.640Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2022-05-11T23:46:12.988Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-11T23:46:12.988Z] latest: Pulling from edgex-lftools-log-publisher [2022-05-11T23:46:12.988Z] 5eb5b503b376: Pulling fs layer [2022-05-11T23:46:12.988Z] 5c69ac0246d0: Pulling fs layer [2022-05-11T23:46:12.988Z] ec43610c2a17: Pulling fs layer [2022-05-11T23:46:12.988Z] 3a2ae6a8a46f: Pulling fs layer [2022-05-11T23:46:12.988Z] 33b1e0a273af: Pulling fs layer [2022-05-11T23:46:12.988Z] 5d3b04190fa2: Pulling fs layer [2022-05-11T23:46:12.988Z] 2f39f015ded8: Pulling fs layer [2022-05-11T23:46:12.988Z] 33b1e0a273af: Waiting [2022-05-11T23:46:12.988Z] 5d3b04190fa2: Waiting [2022-05-11T23:46:12.988Z] 2f39f015ded8: Waiting [2022-05-11T23:46:12.988Z] 3a2ae6a8a46f: Waiting [2022-05-11T23:46:12.988Z] 5c69ac0246d0: Download complete [2022-05-11T23:46:12.988Z] 3a2ae6a8a46f: Verifying Checksum [2022-05-11T23:46:12.988Z] 3a2ae6a8a46f: Download complete [2022-05-11T23:46:12.988Z] 33b1e0a273af: Verifying Checksum [2022-05-11T23:46:12.988Z] 33b1e0a273af: Download complete [2022-05-11T23:46:13.247Z] 5d3b04190fa2: Verifying Checksum [2022-05-11T23:46:13.247Z] 5d3b04190fa2: Download complete [2022-05-11T23:46:13.247Z] ec43610c2a17: Verifying Checksum [2022-05-11T23:46:13.247Z] ec43610c2a17: Download complete [2022-05-11T23:46:13.247Z] 5eb5b503b376: Download complete [2022-05-11T23:46:13.820Z] 2f39f015ded8: Verifying Checksum [2022-05-11T23:46:13.820Z] 2f39f015ded8: Download complete [2022-05-11T23:46:14.759Z] 5eb5b503b376: Pull complete [2022-05-11T23:46:14.759Z] 5c69ac0246d0: Pull complete [2022-05-11T23:46:15.327Z] ec43610c2a17: Pull complete [2022-05-11T23:46:15.327Z] 3a2ae6a8a46f: Pull complete [2022-05-11T23:46:15.586Z] 33b1e0a273af: Pull complete [2022-05-11T23:46:15.586Z] 5d3b04190fa2: Pull complete [2022-05-11T23:46:20.869Z] 2f39f015ded8: Pull complete [2022-05-11T23:46:20.869Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-05-11T23:46:20.869Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-11T23:46:20.869Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2022-05-11T23:46:20.971Z] prd-ubuntu20.04-docker-8c-8g-63298 does not seem to be running inside a container [2022-05-11T23:46:21.012Z] $ 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/pp-rfid-llrp-inventory_dumb-init -v /w/workspace/pp-rfid-llrp-inventory_dumb-init:/w/workspace/pp-rfid-llrp-inventory_dumb-init:rw,z -v /w/workspace/pp-rfid-llrp-inventory_dumb-init@tmp:/w/workspace/pp-rfid-llrp-inventory_dumb-init@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-05-11T23:46:22.390Z] $ docker top ea3a3e964b29a159a24f76840a089e63d3730719dff68dc2f5c4b2d6a12c6ecf -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-11T23:46:22.889Z] ---> job-cost.sh [2022-05-11T23:46:22.889Z] lf-activate-venv: SKIPPING [2022-05-11T23:46:22.889Z] INFO: No Stack... [2022-05-11T23:46:23.149Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-05-11T23:46:23.720Z] INFO: Archiving Costs [Pipeline] sh [2022-05-11T23:46:24.033Z] + cat /w/workspace/pp-rfid-llrp-inventory_dumb-init/archives/cost.csv [2022-05-11T23:46:24.033Z] + cut -d, -f6 [Pipeline] lock [2022-05-11T23:46:24.071Z] Trying to acquire lock on [jenkins-edgexfoundry-app-rfid-llrp-inventory-dumb-init-1-stack-cost] [2022-05-11T23:46:24.076Z] Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-dumb-init-1-stack-cost] did not exist. Created. [2022-05-11T23:46:24.076Z] Lock acquired on [jenkins-edgexfoundry-app-rfid-llrp-inventory-dumb-init-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-05-11T23:46:24.477Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-05-11T23:46:24.536Z] Stashed 1 file(s) [Pipeline] } [2022-05-11T23:46:24.564Z] Lock released on resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-dumb-init-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-05-11T23:46:24.657Z] $ docker stop --time=1 ea3a3e964b29a159a24f76840a089e63d3730719dff68dc2f5c4b2d6a12c6ecf [2022-05-11T23:46:25.878Z] $ docker rm -f ea3a3e964b29a159a24f76840a089e63d3730719dff68dc2f5c4b2d6a12c6ecf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-05-11T23:46:30.480Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-63300 in /w/workspace/pp-rfid-llrp-inventory_dumb-init [Pipeline] { [Pipeline] ws [2022-05-11T23:46:30.521Z] Running in /w/workspace/app-rfid-llrp-inventory/1 [Pipeline] { [Pipeline] checkout [2022-05-11T23:46:30.857Z] The recommended git tool is: git [2022-05-11T23:46:36.531Z] using credential edgex-jenkins-ssh [2022-05-11T23:46:36.548Z] Cloning the remote Git repository [2022-05-11T23:46:36.615Z] Cloning repository git@github.com:edgexfoundry/app-rfid-llrp-inventory.git [2022-05-11T23:46:36.694Z] > git init /w/workspace/app-rfid-llrp-inventory/1 # timeout=10 [2022-05-11T23:46:36.787Z] Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.git [2022-05-11T23:46:36.788Z] > git --version # timeout=10 [2022-05-11T23:46:36.812Z] > git --version # 'git version 2.25.1' [2022-05-11T23:46:36.813Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-05-11T23:46:36.877Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-05-11T23:46:38.895Z] Avoid second fetch [2022-05-11T23:46:38.895Z] Checking out Revision 431c46884447880b97737c90f6d10b97bbc06cec (dumb-init) [2022-05-11T23:46:38.848Z] > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 [2022-05-11T23:46:38.877Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-05-11T23:46:38.923Z] > git config core.sparsecheckout # timeout=10 [2022-05-11T23:46:38.938Z] > git checkout -f 431c46884447880b97737c90f6d10b97bbc06cec # timeout=10 [2022-05-11T23:46:43.138Z] Commit message: "fix: Add dumb-init to docker image" [2022-05-11T23:46:43.203Z] > git --version # timeout=10 [2022-05-11T23:46:43.215Z] > git --version # 'git version 2.25.1' [2022-05-11T23:46:43.229Z] fatal: bad object 95c76d14630896f3c9cf825147e1b1e2bad20cbb [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-05-11T23:46:44.289Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-05-11T23:46:44.289Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-05-11T23:46:44.289Z] Dload Upload Total Spent Left Speed [2022-05-11T23:46:44.289Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 102k 0 --:--:-- --:--:-- --:--:-- 102k [Pipeline] sh [2022-05-11T23:46:44.821Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-05-11T23:46:45.177Z] + sudo tee /etc/docker/daemon.new [2022-05-11T23:46:45.177Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-05-11T23:46:45.177Z] { [2022-05-11T23:46:45.177Z] "registry-mirrors": [ [2022-05-11T23:46:45.177Z] "https://nexus3.edgexfoundry.org:10001" [2022-05-11T23:46:45.177Z] ], [2022-05-11T23:46:45.177Z] "bip": "10.250.0.254/24", [2022-05-11T23:46:45.177Z] "hosts": [ [2022-05-11T23:46:45.177Z] "tcp://0.0.0.0:5555", [2022-05-11T23:46:45.177Z] "unix:///var/run/docker.sock" [2022-05-11T23:46:45.177Z] ], [2022-05-11T23:46:45.177Z] "mtu": 1458, [2022-05-11T23:46:45.178Z] "selinux-enabled": true, [2022-05-11T23:46:45.178Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-05-11T23:46:45.178Z] } [Pipeline] sh [2022-05-11T23:46:45.529Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-05-11T23:46:45.887Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-11T23:47:04.301Z] provisioning config files... [2022-05-11T23:47:04.331Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/app-rfid-llrp-inventory/1@tmp/config7286102282093513699tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-11T23:47:05.025Z] ---> docker-login.sh [2022-05-11T23:47:05.025Z] nexus3.edgexfoundry.org:10001 [2022-05-11T23:47:05.646Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-11T23:47:05.924Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-11T23:47:05.924Z] Configure a credential helper to remove this warning. See [2022-05-11T23:47:05.924Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-11T23:47:05.924Z] [2022-05-11T23:47:05.924Z] Login Succeeded [2022-05-11T23:47:05.924Z] nexus3.edgexfoundry.org:10002 [2022-05-11T23:47:06.199Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-11T23:47:06.474Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-11T23:47:06.474Z] Configure a credential helper to remove this warning. See [2022-05-11T23:47:06.474Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-11T23:47:06.474Z] [2022-05-11T23:47:06.474Z] Login Succeeded [2022-05-11T23:47:06.474Z] nexus3.edgexfoundry.org:10003 [2022-05-11T23:47:06.752Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-11T23:47:06.752Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-11T23:47:06.752Z] Configure a credential helper to remove this warning. See [2022-05-11T23:47:06.752Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-11T23:47:06.752Z] [2022-05-11T23:47:06.752Z] Login Succeeded [2022-05-11T23:47:06.752Z] nexus3.edgexfoundry.org:10004 [2022-05-11T23:47:07.352Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-11T23:47:07.352Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-11T23:47:07.352Z] Configure a credential helper to remove this warning. See [2022-05-11T23:47:07.352Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-11T23:47:07.352Z] [2022-05-11T23:47:07.352Z] Login Succeeded [2022-05-11T23:47:07.352Z] docker.io [2022-05-11T23:47:07.627Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-11T23:47:08.224Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-11T23:47:08.224Z] Configure a credential helper to remove this warning. See [2022-05-11T23:47:08.224Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-11T23:47:08.224Z] [2022-05-11T23:47:08.224Z] Login Succeeded [2022-05-11T23:47:08.224Z] ---> docker-login.sh ends [Pipeline] } [2022-05-11T23:47:08.256Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-05-11T23:47:08.647Z] [edgeX.isLTS] Checking if [dumb-init] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-05-11T23:47:08.684Z] ========================================================= [2022-05-11T23:47:08.684Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-05-11T23:47:08.684Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-05-11T23:47:09.131Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine --build-arg MAKE=echo noop --target=builder . [2022-05-11T23:47:09.404Z] Sending build context to Docker daemon 687.6kB [2022-05-11T23:47:09.404Z] Step 1/13 : ARG BASE=golang:1.17-alpine3.15 [2022-05-11T23:47:09.404Z] Step 2/13 : FROM ${BASE} AS builder [2022-05-11T23:47:09.680Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-05-11T23:47:09.680Z] 9b3977197b4f: Pulling fs layer [2022-05-11T23:47:09.680Z] 1a89e8eeedd5: Pulling fs layer [2022-05-11T23:47:09.680Z] 94645a83ff95: Pulling fs layer [2022-05-11T23:47:09.680Z] 3f3a8bcf1eab: Pulling fs layer [2022-05-11T23:47:09.680Z] 0c92f367c5e7: Pulling fs layer [2022-05-11T23:47:09.680Z] 3096ccb668a1: Pulling fs layer [2022-05-11T23:47:09.680Z] e8cf19c19ddd: Pulling fs layer [2022-05-11T23:47:09.680Z] a4caa8a26152: Pulling fs layer [2022-05-11T23:47:09.680Z] 3f3a8bcf1eab: Waiting [2022-05-11T23:47:09.680Z] 3096ccb668a1: Waiting [2022-05-11T23:47:09.680Z] 0c92f367c5e7: Waiting [2022-05-11T23:47:09.680Z] e8cf19c19ddd: Waiting [2022-05-11T23:47:09.680Z] a4caa8a26152: Waiting [2022-05-11T23:47:09.680Z] 94645a83ff95: Download complete [2022-05-11T23:47:09.681Z] 1a89e8eeedd5: Verifying Checksum [2022-05-11T23:47:09.681Z] 1a89e8eeedd5: Download complete [2022-05-11T23:47:09.681Z] 0c92f367c5e7: Download complete [2022-05-11T23:47:09.681Z] 3096ccb668a1: Verifying Checksum [2022-05-11T23:47:09.681Z] 3096ccb668a1: Download complete [2022-05-11T23:47:09.681Z] 9b3977197b4f: Verifying Checksum [2022-05-11T23:47:09.681Z] 9b3977197b4f: Download complete [2022-05-11T23:47:09.681Z] e8cf19c19ddd: Verifying Checksum [2022-05-11T23:47:09.681Z] e8cf19c19ddd: Download complete [2022-05-11T23:47:10.284Z] 9b3977197b4f: Pull complete [2022-05-11T23:47:10.883Z] 1a89e8eeedd5: Pull complete [2022-05-11T23:47:11.159Z] 94645a83ff95: Pull complete [2022-05-11T23:47:11.435Z] a4caa8a26152: Verifying Checksum [2022-05-11T23:47:11.435Z] a4caa8a26152: Download complete [2022-05-11T23:47:12.029Z] 3f3a8bcf1eab: Verifying Checksum [2022-05-11T23:47:12.029Z] 3f3a8bcf1eab: Download complete [2022-05-11T23:47:24.456Z] 3f3a8bcf1eab: Pull complete [2022-05-11T23:47:24.456Z] 0c92f367c5e7: Pull complete [2022-05-11T23:47:24.456Z] 3096ccb668a1: Pull complete [2022-05-11T23:47:24.456Z] e8cf19c19ddd: Pull complete [2022-05-11T23:47:31.191Z] a4caa8a26152: Pull complete [2022-05-11T23:47:31.191Z] Digest: sha256:b3ad895ecde34a7521bb8912598475bc58d052e1c2c58d00df7f0fe54a102a46 [2022-05-11T23:47:31.191Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-05-11T23:47:31.191Z] ---> 725f1c02e7f9 [2022-05-11T23:47:31.191Z] Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-05-11T23:47:32.185Z] ---> Running in a8cbe173d805 [2022-05-11T23:47:32.460Z] Removing intermediate container a8cbe173d805 [2022-05-11T23:47:32.460Z] ---> 2f963664b61d [2022-05-11T23:47:32.460Z] Step 4/13 : ARG ALPINE_PKG_EXTRA="" [2022-05-11T23:47:32.460Z] ---> Running in 151883b1d798 [2022-05-11T23:47:32.736Z] Removing intermediate container 151883b1d798 [2022-05-11T23:47:32.736Z] ---> 1ad9826bef67 [2022-05-11T23:47:32.736Z] Step 5/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2022-05-11T23:47:32.736Z] ---> Running in 8ccb3f1ee81c [2022-05-11T23:47:33.014Z] Removing intermediate container 8ccb3f1ee81c [2022-05-11T23:47:33.014Z] ---> 1bc49c2c8ba9 [2022-05-11T23:47:33.014Z] Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-11T23:47:33.289Z] ---> Running in e3d7c82c3918 [2022-05-11T23:47:36.692Z] Removing intermediate container e3d7c82c3918 [2022-05-11T23:47:36.692Z] ---> b675c815647a [2022-05-11T23:47:36.692Z] Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-05-11T23:47:36.692Z] ---> Running in 3d9d3904c3c4 [2022-05-11T23:47:37.291Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-11T23:47:38.276Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-11T23:47:38.881Z] OK: 220 MiB in 52 packages [2022-05-11T23:47:39.877Z] Removing intermediate container 3d9d3904c3c4 [2022-05-11T23:47:39.878Z] ---> 4bae942e27ff [2022-05-11T23:47:39.878Z] Step 8/13 : WORKDIR /app [2022-05-11T23:47:39.878Z] ---> Running in daf6c0196c5b [2022-05-11T23:47:40.154Z] Removing intermediate container daf6c0196c5b [2022-05-11T23:47:40.154Z] ---> 07146121a215 [2022-05-11T23:47:40.154Z] Step 9/13 : COPY go.mod vendor* ./ [2022-05-11T23:47:40.761Z] ---> 964497f29798 [2022-05-11T23:47:40.761Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-11T23:47:40.761Z] ---> Running in 9dc8366b20c1 [2022-05-11T23:48:27.793Z] Removing intermediate container 9dc8366b20c1 [2022-05-11T23:48:27.793Z] ---> 366c0b77ba8c [2022-05-11T23:48:27.793Z] Step 11/13 : COPY . . [2022-05-11T23:48:27.793Z] ---> b5bcc3805474 [2022-05-11T23:48:27.793Z] Step 12/13 : ARG MAKE="make build" [2022-05-11T23:48:27.793Z] ---> Running in e950a5b89bf3 [2022-05-11T23:48:27.793Z] Removing intermediate container e950a5b89bf3 [2022-05-11T23:48:27.793Z] ---> 1552ce8815f5 [2022-05-11T23:48:27.793Z] Step 13/13 : RUN $MAKE [2022-05-11T23:48:27.793Z] ---> Running in af036c40296f [2022-05-11T23:48:28.401Z] noop [2022-05-11T23:48:28.996Z] Removing intermediate container af036c40296f [2022-05-11T23:48:28.996Z] ---> 13e605ed31aa [2022-05-11T23:48:28.996Z] Successfully built 13e605ed31aa [2022-05-11T23:48:28.996Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-05-11T23:48:29.364Z] + docker inspect -f . ci-base-image-arm64 [2022-05-11T23:48:29.364Z] . [Pipeline] withDockerContainer [2022-05-11T23:48:29.606Z] prd-ubuntu20.04-docker-arm64-4c-16g-63300 does not seem to be running inside a container [2022-05-11T23:48:29.697Z] $ 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 ******** ci-base-image-arm64 cat [2022-05-11T23:48:30.981Z] $ docker top 878f461bbb15f10e2f113d30c52a275fbded5214486ae703f81b15846d8c27ce -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-11T23:48:31.928Z] + go version [2022-05-11T23:48:31.929Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-05-11T23:48:31.966Z] $ docker stop --time=1 878f461bbb15f10e2f113d30c52a275fbded5214486ae703f81b15846d8c27ce [2022-05-11T23:48:33.600Z] $ docker rm -f 878f461bbb15f10e2f113d30c52a275fbded5214486ae703f81b15846d8c27ce [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-11T23:48:34.471Z] + docker inspect -f . ci-base-image-arm64 [2022-05-11T23:48:34.471Z] . [Pipeline] withDockerContainer [2022-05-11T23:48:34.701Z] prd-ubuntu20.04-docker-arm64-4c-16g-63300 does not seem to be running inside a container [2022-05-11T23:48:34.796Z] $ 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 ******** ci-base-image-arm64 cat [2022-05-11T23:48:36.033Z] $ docker top 2b527152fd06d7e684c0cfe5bdcf2de79fecff54e629766f7d142bbf1295865e -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-05-11T23:48:37.033Z] + make test [2022-05-11T23:48:37.034Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2022-05-11T23:50:13.910Z] ? edgexfoundry/app-rfid-llrp-inventory [no test files] [2022-05-11T23:50:13.910Z] ok edgexfoundry/app-rfid-llrp-inventory/internal/inventory 0.196s coverage: 86.2% of statements [2022-05-11T23:50:13.910Z] ? edgexfoundry/app-rfid-llrp-inventory/internal/inventory/app [no test files] [2022-05-11T23:50:13.910Z] ok edgexfoundry/app-rfid-llrp-inventory/internal/llrp 2.707s coverage: 71.9% of statements [2022-05-11T23:50:13.910Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-05-11T23:50:13.910Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2022-05-11T23:50:36.162Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-05-11T23:50:36.434Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-05-11T23:50:36.710Z] ./bin/test-attribution.sh [Pipeline] echo [2022-05-11T23:50:40.142Z] [edgeX.isLTS] Checking if [dumb-init] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-05-11T23:50:40.185Z] $ docker stop --time=1 2b527152fd06d7e684c0cfe5bdcf2de79fecff54e629766f7d142bbf1295865e [2022-05-11T23:50:42.017Z] $ docker rm -f 2b527152fd06d7e684c0cfe5bdcf2de79fecff54e629766f7d142bbf1295865e [Pipeline] // withDockerContainer [Pipeline] sh [2022-05-11T23:50:43.119Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-05-11T23:50:43.153Z] Warning: overwriting stash ‘coverage-report’ [2022-05-11T23:50:43.689Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-05-11T23:50:44.274Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-05-11T23:50:44.632Z] + ls -al . [2022-05-11T23:50:44.632Z] total 224 [2022-05-11T23:50:44.632Z] drwxrwxr-x 10 jenkins jenkins 4096 May 11 23:50 . [2022-05-11T23:50:44.632Z] drwxrwxr-x 4 jenkins jenkins 4096 May 11 23:46 .. [2022-05-11T23:50:44.632Z] -rw-rw-r-- 1 jenkins jenkins 262 May 11 23:46 .dockerignore [2022-05-11T23:50:44.632Z] drwxrwxr-x 8 jenkins jenkins 4096 May 11 23:46 .git [2022-05-11T23:50:44.632Z] drwxrwxr-x 3 jenkins jenkins 4096 May 11 23:46 .github [2022-05-11T23:50:44.632Z] -rw-rw-r-- 1 jenkins jenkins 788 May 11 23:46 .gitignore [2022-05-11T23:50:44.632Z] -rw-rw-r-- 1 jenkins jenkins 41 May 11 23:46 .golangci.yml [2022-05-11T23:50:44.632Z] -rw-rw-r-- 1 jenkins jenkins 9410 May 11 23:46 Attribution.txt [2022-05-11T23:50:44.632Z] -rw-rw-r-- 1 jenkins jenkins 2487 May 11 23:46 CHANGELOG.md [2022-05-11T23:50:44.632Z] -rw-rw-r-- 1 jenkins jenkins 1933 May 11 23:46 Dockerfile [2022-05-11T23:50:44.632Z] -rw-rw-r-- 1 jenkins jenkins 677 May 11 23:46 GOVERNANCE.md [2022-05-11T23:50:44.632Z] -rw-rw-r-- 1 jenkins jenkins 687 May 11 23:46 Jenkinsfile [2022-05-11T23:50:44.632Z] -rw-rw-r-- 1 jenkins jenkins 11347 May 11 23:46 LICENSE [2022-05-11T23:50:44.632Z] -rw-rw-r-- 1 jenkins jenkins 2949 May 11 23:46 Makefile [2022-05-11T23:50:44.632Z] -rw-rw-r-- 1 jenkins jenkins 617 May 11 23:46 OWNERS.md [2022-05-11T23:50:44.632Z] -rw-rw-r-- 1 jenkins jenkins 30359 May 11 23:46 README.md [2022-05-11T23:50:44.632Z] -rw-rw-r-- 1 jenkins jenkins 5 May 11 23:44 VERSION [2022-05-11T23:50:44.632Z] drwxrwxr-x 2 jenkins jenkins 4096 May 11 23:46 bin [2022-05-11T23:50:44.632Z] -rw-r--r-- 1 jenkins jenkins 41008 May 11 23:50 coverage.out [2022-05-11T23:50:44.632Z] -rw-rw-r-- 1 jenkins jenkins 3452 May 11 23:46 go.mod [2022-05-11T23:50:44.632Z] -rw-rw-r-- 1 jenkins jenkins 35440 May 11 23:46 go.sum [2022-05-11T23:50:44.632Z] drwxrwxr-x 2 jenkins jenkins 4096 May 11 23:46 images [2022-05-11T23:50:44.632Z] drwxrwxr-x 4 jenkins jenkins 4096 May 11 23:46 internal [2022-05-11T23:50:44.632Z] -rw-rw-r-- 1 jenkins jenkins 531 May 11 23:46 main.go [2022-05-11T23:50:44.632Z] drwxrwxr-x 2 jenkins jenkins 4096 May 11 23:46 res [2022-05-11T23:50:44.632Z] drwxrwxr-x 4 jenkins jenkins 4096 May 11 23:46 snap [2022-05-11T23:50:44.632Z] drwxrwxr-x 3 jenkins jenkins 4096 May 11 23:46 static [Pipeline] isUnix [Pipeline] sh [2022-05-11T23:50:45.007Z] + 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=431c46884447880b97737c90f6d10b97bbc06cec --label arch=arm64 --label version=0.0.0 . [2022-05-11T23:50:45.286Z] Sending build context to Docker daemon 687.6kB [2022-05-11T23:50:45.286Z] Step 1/31 : ARG BASE=golang:1.17-alpine3.15 [2022-05-11T23:50:45.286Z] Step 2/31 : FROM ${BASE} AS builder [2022-05-11T23:50:45.286Z] ---> 13e605ed31aa [2022-05-11T23:50:45.286Z] Step 3/31 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-05-11T23:50:45.560Z] ---> Running in 3c8928ce4f2c [2022-05-11T23:50:45.835Z] Removing intermediate container 3c8928ce4f2c [2022-05-11T23:50:45.835Z] ---> 1d582039cd24 [2022-05-11T23:50:45.835Z] Step 4/31 : ARG ALPINE_PKG_EXTRA="" [2022-05-11T23:50:45.835Z] ---> Running in 6378e65b4264 [2022-05-11T23:50:46.118Z] Removing intermediate container 6378e65b4264 [2022-05-11T23:50:46.118Z] ---> 0ccad2657f84 [2022-05-11T23:50:46.118Z] Step 5/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2022-05-11T23:50:46.400Z] ---> Running in 6bee0cd26191 [2022-05-11T23:50:46.680Z] Removing intermediate container 6bee0cd26191 [2022-05-11T23:50:46.681Z] ---> a2bb650c7b63 [2022-05-11T23:50:46.681Z] Step 6/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-11T23:50:46.681Z] ---> Running in 5c64d234ecf5 [2022-05-11T23:50:48.670Z] Removing intermediate container 5c64d234ecf5 [2022-05-11T23:50:48.670Z] ---> cb111a3c9f5b [2022-05-11T23:50:48.670Z] Step 7/31 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-05-11T23:50:48.670Z] ---> Running in d2e4e3cf0e5c [2022-05-11T23:50:49.662Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-11T23:50:50.639Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-11T23:50:51.233Z] OK: 220 MiB in 52 packages [2022-05-11T23:50:52.218Z] Removing intermediate container d2e4e3cf0e5c [2022-05-11T23:50:52.218Z] ---> 05a6627e12f9 [2022-05-11T23:50:52.218Z] Step 8/31 : WORKDIR /app [2022-05-11T23:50:52.218Z] ---> Running in d0f4635663c5 [2022-05-11T23:50:52.494Z] Removing intermediate container d0f4635663c5 [2022-05-11T23:50:52.494Z] ---> 8b68308467e9 [2022-05-11T23:50:52.494Z] Step 9/31 : COPY go.mod vendor* ./ [2022-05-11T23:50:53.096Z] ---> f218f49a10e1 [2022-05-11T23:50:53.096Z] Step 10/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-11T23:50:53.096Z] ---> Running in 3d911387cb2f [2022-05-11T23:50:55.094Z] Removing intermediate container 3d911387cb2f [2022-05-11T23:50:55.094Z] ---> 2bf1d599fae1 [2022-05-11T23:50:55.094Z] Step 11/31 : COPY . . [2022-05-11T23:50:55.694Z] ---> 90784dbf2b32 [2022-05-11T23:50:55.694Z] Step 12/31 : ARG MAKE="make build" [2022-05-11T23:50:55.694Z] ---> Running in b050f4caa7a3 [2022-05-11T23:50:55.971Z] Removing intermediate container b050f4caa7a3 [2022-05-11T23:50:55.971Z] ---> fbbd9a00969b [2022-05-11T23:50:55.971Z] Step 13/31 : RUN $MAKE [2022-05-11T23:50:56.246Z] ---> Running in a32c1b162eed [2022-05-11T23:50:57.241Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.2.0 -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-05-11T23:53:19.175Z] Removing intermediate container a32c1b162eed [2022-05-11T23:53:19.176Z] ---> e9587004f641 [2022-05-11T23:53:19.176Z] Step 14/31 : FROM alpine:3.14 [2022-05-11T23:53:19.176Z] 3.14: Pulling from library/alpine [2022-05-11T23:53:19.176Z] 455c02918c45: Pulling fs layer [2022-05-11T23:53:19.176Z] 455c02918c45: Verifying Checksum [2022-05-11T23:53:19.176Z] 455c02918c45: Download complete [2022-05-11T23:53:19.176Z] 455c02918c45: Pull complete [2022-05-11T23:53:19.176Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-05-11T23:53:19.176Z] Status: Downloaded newer image for alpine:3.14 [2022-05-11T23:53:19.176Z] ---> ac73e934f311 [2022-05-11T23:53:19.176Z] Step 15/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2022-05-11T23:53:19.176Z] ---> Running in 8ab4daedcaff [2022-05-11T23:53:19.176Z] Removing intermediate container 8ab4daedcaff [2022-05-11T23:53:19.176Z] ---> b6c48d1f4d3c [2022-05-11T23:53:19.176Z] Step 16/31 : LABEL Name=app-service-rfid-llrp-inventory Version=${VERSION} [2022-05-11T23:53:19.176Z] ---> Running in e6ad1c46f287 [2022-05-11T23:53:19.176Z] Removing intermediate container e6ad1c46f287 [2022-05-11T23:53:19.176Z] ---> 1be1c0053750 [2022-05-11T23:53:19.176Z] Step 17/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-11T23:53:19.176Z] ---> Running in ad53b96c1469 [2022-05-11T23:53:19.176Z] Removing intermediate container ad53b96c1469 [2022-05-11T23:53:19.176Z] ---> b8cec1a140f3 [2022-05-11T23:53:19.176Z] Step 18/31 : RUN apk --no-cache add ca-certificates zeromq dumb-init [2022-05-11T23:53:19.176Z] ---> Running in acd67d66aaa5 [2022-05-11T23:53:19.176Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-05-11T23:53:19.176Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-05-11T23:53:19.176Z] (1/7) Installing ca-certificates (20211220-r0) [2022-05-11T23:53:19.176Z] (2/7) Installing dumb-init (1.2.5-r1) [2022-05-11T23:53:19.176Z] (3/7) Installing libgcc (10.3.1_git20210424-r2) [2022-05-11T23:53:19.176Z] (4/7) Installing libsodium (1.0.18-r0) [2022-05-11T23:53:19.176Z] (5/7) Installing libstdc++ (10.3.1_git20210424-r2) [2022-05-11T23:53:19.176Z] (6/7) Installing libzmq (4.3.4-r0) [2022-05-11T23:53:19.176Z] (7/7) Installing zeromq (4.3.4-r0) [2022-05-11T23:53:19.176Z] Executing busybox-1.33.1-r7.trigger [2022-05-11T23:53:19.176Z] Executing ca-certificates-20211220-r0.trigger [2022-05-11T23:53:19.176Z] OK: 9 MiB in 21 packages [2022-05-11T23:53:19.176Z] Removing intermediate container acd67d66aaa5 [2022-05-11T23:53:19.176Z] ---> 0af91c1982d7 [2022-05-11T23:53:19.176Z] Step 19/31 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2022-05-11T23:53:19.176Z] ---> b0848e6780ee [2022-05-11T23:53:19.176Z] Step 20/31 : COPY --from=builder /app/LICENSE /LICENSE [2022-05-11T23:53:19.176Z] ---> 3b87bde8fff1 [2022-05-11T23:53:19.176Z] Step 21/31 : COPY --from=builder /app/res/ /res/ [2022-05-11T23:53:19.176Z] ---> ce041e1627e4 [2022-05-11T23:53:19.176Z] Step 22/31 : COPY --from=builder /app/static/ /static/ [2022-05-11T23:53:19.176Z] ---> e579238458ec [2022-05-11T23:53:19.176Z] Step 23/31 : COPY --from=builder /app/app-rfid-llrp-inventory /app-rfid-llrp-inventory [2022-05-11T23:53:19.176Z] ---> c3a76a8819b1 [2022-05-11T23:53:19.176Z] Step 24/31 : RUN mkdir -p /cache && chown -R 2002:2002 /cache [2022-05-11T23:53:19.176Z] ---> Running in 6c4680a19a5f [2022-05-11T23:53:19.176Z] Removing intermediate container 6c4680a19a5f [2022-05-11T23:53:19.176Z] ---> b83f090d4c24 [2022-05-11T23:53:19.176Z] Step 25/31 : VOLUME /cache [2022-05-11T23:53:19.176Z] ---> Running in 11a9944feea7 [2022-05-11T23:53:19.453Z] Removing intermediate container 11a9944feea7 [2022-05-11T23:53:19.453Z] ---> 5440682fd4ad [2022-05-11T23:53:19.453Z] Step 26/31 : EXPOSE 59711 [2022-05-11T23:53:19.734Z] ---> Running in f25f73563ee9 [2022-05-11T23:53:20.010Z] Removing intermediate container f25f73563ee9 [2022-05-11T23:53:20.010Z] ---> 4fad6f4904fa [2022-05-11T23:53:20.010Z] Step 27/31 : ENTRYPOINT ["/app-rfid-llrp-inventory"] [2022-05-11T23:53:20.010Z] ---> Running in 9d9d8884f734 [2022-05-11T23:53:20.296Z] Removing intermediate container 9d9d8884f734 [2022-05-11T23:53:20.296Z] ---> f223ff929989 [2022-05-11T23:53:20.296Z] Step 28/31 : CMD ["-cp=consul.http://edgex-core-consul:8500", "-registry", "-confdir=/res"] [2022-05-11T23:53:20.572Z] ---> Running in 4f66678a8149 [2022-05-11T23:53:20.847Z] Removing intermediate container 4f66678a8149 [2022-05-11T23:53:20.847Z] ---> ed131cd1188c [2022-05-11T23:53:20.847Z] Step 29/31 : LABEL arch=arm64 [2022-05-11T23:53:20.847Z] ---> Running in 97350fa839f3 [2022-05-11T23:53:21.124Z] Removing intermediate container 97350fa839f3 [2022-05-11T23:53:21.124Z] ---> d31647eaa95b [2022-05-11T23:53:21.124Z] Step 30/31 : LABEL git_sha=431c46884447880b97737c90f6d10b97bbc06cec [2022-05-11T23:53:21.401Z] ---> Running in 0ab27f3375b4 [2022-05-11T23:53:21.676Z] Removing intermediate container 0ab27f3375b4 [2022-05-11T23:53:21.676Z] ---> 2e267cccfc68 [2022-05-11T23:53:21.676Z] Step 31/31 : LABEL version=0.0.0 [2022-05-11T23:53:21.676Z] ---> Running in 41c2b5ad8c1a [2022-05-11T23:53:21.950Z] Removing intermediate container 41c2b5ad8c1a [2022-05-11T23:53:21.950Z] ---> 00d528910f55 [2022-05-11T23:53:21.950Z] [Warning] One or more build-args [ARCH] were not consumed [2022-05-11T23:53:21.951Z] Successfully built 00d528910f55 [2022-05-11T23:53:21.951Z] Successfully tagged app-rfid-llrp-inventory-arm64:latest [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] sh [2022-05-11T23:53:22.909Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-05-11T23:53:22.909Z] [2022-05-11T23:53:22.909Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2022-05-11T23:53:23.297Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-05-11T23:53:23.572Z] arm64: Pulling from edgex-lftools-log-publisher [2022-05-11T23:53:23.572Z] 8998bd30e6a1: Pulling fs layer [2022-05-11T23:53:23.572Z] 04944245beec: Pulling fs layer [2022-05-11T23:53:23.572Z] 699f458cf7ca: Pulling fs layer [2022-05-11T23:53:23.572Z] 765212b225bb: Pulling fs layer [2022-05-11T23:53:23.572Z] f23df028b6ca: Pulling fs layer [2022-05-11T23:53:23.572Z] d65c8cfc05b1: Pulling fs layer [2022-05-11T23:53:23.572Z] 2437ff75d9bd: Pulling fs layer [2022-05-11T23:53:23.572Z] 765212b225bb: Waiting [2022-05-11T23:53:23.572Z] f23df028b6ca: Waiting [2022-05-11T23:53:23.572Z] d65c8cfc05b1: Waiting [2022-05-11T23:53:23.572Z] 2437ff75d9bd: Waiting [2022-05-11T23:53:23.572Z] 04944245beec: Verifying Checksum [2022-05-11T23:53:23.572Z] 04944245beec: Download complete [2022-05-11T23:53:23.572Z] 765212b225bb: Verifying Checksum [2022-05-11T23:53:23.572Z] 765212b225bb: Download complete [2022-05-11T23:53:23.572Z] f23df028b6ca: Verifying Checksum [2022-05-11T23:53:23.572Z] d65c8cfc05b1: Verifying Checksum [2022-05-11T23:53:23.572Z] d65c8cfc05b1: Download complete [2022-05-11T23:53:23.849Z] 699f458cf7ca: Verifying Checksum [2022-05-11T23:53:23.849Z] 699f458cf7ca: Download complete [2022-05-11T23:53:24.125Z] 8998bd30e6a1: Download complete [2022-05-11T23:53:26.758Z] 2437ff75d9bd: Verifying Checksum [2022-05-11T23:53:26.758Z] 2437ff75d9bd: Download complete [2022-05-11T23:53:28.198Z] 8998bd30e6a1: Pull complete [2022-05-11T23:53:28.796Z] 04944245beec: Pull complete [2022-05-11T23:53:30.240Z] 699f458cf7ca: Pull complete [2022-05-11T23:53:30.240Z] 765212b225bb: Pull complete [2022-05-11T23:53:31.227Z] f23df028b6ca: Pull complete [2022-05-11T23:53:31.227Z] d65c8cfc05b1: Pull complete [2022-05-11T23:53:46.318Z] 2437ff75d9bd: Pull complete [2022-05-11T23:53:46.318Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-05-11T23:53:46.318Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-05-11T23:53:46.318Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2022-05-11T23:53:46.581Z] prd-ubuntu20.04-docker-arm64-4c-16g-63300 does not seem to be running inside a container [2022-05-11T23:53:46.680Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-05-11T23:53:49.431Z] $ docker top 53929c0aef5990a25532c8f8c4db6f13ec13974f1341fa834dbfb5588b34e78d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-11T23:53:50.447Z] ---> job-cost.sh [2022-05-11T23:53:50.447Z] lf-activate-venv: SKIPPING [2022-05-11T23:53:50.447Z] INFO: No Stack... [2022-05-11T23:53:51.043Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-05-11T23:53:52.019Z] INFO: Archiving Costs [Pipeline] sh [2022-05-11T23:53:52.712Z] + cut+ -d, -f6 [2022-05-11T23:53:52.712Z] cat /w/workspace/app-rfid-llrp-inventory/1/archives/cost.csv [Pipeline] lock [2022-05-11T23:53:52.798Z] Trying to acquire lock on [jenkins-edgexfoundry-app-rfid-llrp-inventory-dumb-init-1-stack-cost] [2022-05-11T23:53:52.803Z] Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-dumb-init-1-stack-cost] did not exist. Created. [2022-05-11T23:53:52.803Z] Lock acquired on [jenkins-edgexfoundry-app-rfid-llrp-inventory-dumb-init-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-05-11T23:53:53.544Z] /w/workspace/app-rfid-llrp-inventory/1@tmp/durable-4b7f9a42/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-05-11T23:53:54.257Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-05-11T23:53:54.296Z] Warning: overwriting stash ‘stack-cost’ [2022-05-11T23:53:54.353Z] Stashed 1 file(s) [Pipeline] } [2022-05-11T23:53:54.368Z] Lock released on resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-dumb-init-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-05-11T23:53:54.454Z] $ docker stop --time=1 53929c0aef5990a25532c8f8c4db6f13ec13974f1341fa834dbfb5588b34e78d [2022-05-11T23:53:56.009Z] $ docker rm -f 53929c0aef5990a25532c8f8c4db6f13ec13974f1341fa834dbfb5588b34e78d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2022-05-11T23:53:57.082Z] provisioning config files... [2022-05-11T23:53:57.090Z] copy managed file [app-rfid-llrp-inventory-codecov-token] to file:/w/workspace/pp-rfid-llrp-inventory_dumb-init@tmp/config3362484260288258689tmp [Pipeline] { [Pipeline] sh [2022-05-11T23:53:57.424Z] + set +x [2022-05-11T23:53:57.424Z] + curl -s https://codecov.io/bash [2022-05-11T23:53:57.424Z] + bash -s -- [2022-05-11T23:53:57.683Z] [2022-05-11T23:53:57.684Z] _____ _ [2022-05-11T23:53:57.684Z] / ____| | | [2022-05-11T23:53:57.684Z] | | ___ __| | ___ ___ _____ __ [2022-05-11T23:53:57.684Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-05-11T23:53:57.684Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-05-11T23:53:57.684Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-05-11T23:53:57.684Z] Bash-1.0.6 [2022-05-11T23:53:57.684Z] [2022-05-11T23:53:57.684Z] [2022-05-11T23:53:57.684Z] ==> git version 2.25.1 found [2022-05-11T23:53:57.684Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2022-05-11T23:53:57.684Z] Release-Date: 2020-01-08 [2022-05-11T23:53:57.684Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-05-11T23:53:57.684Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-05-11T23:53:57.684Z] ==> Jenkins CI detected. [2022-05-11T23:53:57.684Z] current dir:  /w/workspace/pp-rfid-llrp-inventory_dumb-init [2022-05-11T23:53:57.684Z] project root: . [2022-05-11T23:53:57.684Z] --> token set from env [2022-05-11T23:53:57.684Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-05-11T23:53:57.684Z] ==> Running gcov in . (disable via -X gcov) [2022-05-11T23:53:57.684Z] ==> Python coveragepy not found [2022-05-11T23:53:57.684Z] ==> Searching for coverage reports in: [2022-05-11T23:53:57.684Z] + . [2022-05-11T23:53:57.684Z] -> Found 1 reports [2022-05-11T23:53:57.684Z] ==> Detecting git/mercurial file structure [2022-05-11T23:53:57.684Z] ==> Reading reports [2022-05-11T23:53:57.684Z] + ./coverage.out bytes=41008 [2022-05-11T23:53:57.684Z] ==> Appending adjustments [2022-05-11T23:53:57.684Z] https://docs.codecov.io/docs/fixing-reports [2022-05-11T23:53:57.944Z] + Found adjustments [2022-05-11T23:53:57.944Z] ==> Gzipping contents [2022-05-11T23:53:57.944Z] 12K /tmp/codecov.0XxpD6.gz [2022-05-11T23:53:57.944Z] ==> Uploading reports [2022-05-11T23:53:57.944Z] url: https://codecov.io [2022-05-11T23:53:57.944Z] query: branch=dumb-init&commit=431c46884447880b97737c90f6d10b97bbc06cec&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-rfid-llrp-inventory%2Fjob%2Fdumb-init%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-rfid-llrp-inventory&service=jenkins&flags=&pr=&job=&cmd_args= [2022-05-11T23:53:57.944Z] -> Pinging Codecov [2022-05-11T23:53:57.945Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=0703e47f-c946-4a15-b96a-5e99ca1c8fb5&branch=dumb-init&commit=431c46884447880b97737c90f6d10b97bbc06cec&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-rfid-llrp-inventory%2Fjob%2Fdumb-init%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-rfid-llrp-inventory&service=jenkins&flags=&pr=&job=&cmd_args= [2022-05-11T23:53:58.205Z] -> Uploading to [2022-05-11T23:53:58.205Z] https://storage.googleapis.com/codecov/v4/raw/2022-05-11/581DD39554BDF9B6E22D074273EAD858/431c46884447880b97737c90f6d10b97bbc06cec/dc6d9efd-947b-4ca2-a860-a129e42a2f97.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220511%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220511T235358Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=979d9c5c9b6d780060d65033316f12bfc1e6be0f4b9daed359beb29bfb3e1913 [2022-05-11T23:53:58.205Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-05-11T23:53:58.205Z] Dload Upload Total Spent Left Speed [2022-05-11T23:53:58.466Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11482 0 0 100 11482 0 51954 --:--:-- --:--:-- --:--:-- 51720 100 11482 0 0 100 11482 0 49705 --:--:-- --:--:-- --:--:-- 49491 [2022-05-11T23:53:58.466Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-rfid-llrp-go/commit/431c46884447880b97737c90f6d10b97bbc06cec [Pipeline] } [2022-05-11T23:53:58.493Z] 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-05-11T23:54:00.293Z] + [ -d /w/workspace/pp-rfid-llrp-inventory_dumb-init/archives ] [2022-05-11T23:54:00.293Z] + ls -al /w/workspace/pp-rfid-llrp-inventory_dumb-init/archives [2022-05-11T23:54:00.293Z] total 16 [2022-05-11T23:54:00.293Z] drwxr-xr-x 3 root root 4096 May 11 23:46 . [2022-05-11T23:54:00.293Z] drwxrwxr-x 12 jenkins jenkins 4096 May 11 23:46 .. [2022-05-11T23:54:00.293Z] drwxr-xr-x 2 root root 4096 May 11 23:46 cost [2022-05-11T23:54:00.293Z] -rw-r--r-- 1 root root 97 May 11 23:46 cost.csv [2022-05-11T23:54:00.293Z] + sudo chown -R jenkins:jenkins /w/workspace/pp-rfid-llrp-inventory_dumb-init/archives [2022-05-11T23:54:00.293Z] + ls -al /w/workspace/pp-rfid-llrp-inventory_dumb-init/archives [2022-05-11T23:54:00.293Z] total 16 [2022-05-11T23:54:00.293Z] drwxr-xr-x 3 jenkins jenkins 4096 May 11 23:46 . [2022-05-11T23:54:00.293Z] drwxrwxr-x 12 jenkins jenkins 4096 May 11 23:46 .. [2022-05-11T23:54:00.293Z] drwxr-xr-x 2 jenkins jenkins 4096 May 11 23:46 cost [2022-05-11T23:54:00.293Z] -rw-r--r-- 1 jenkins jenkins 97 May 11 23:46 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-05-11T23:54:00.623Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-11T23:54:01.524Z] ---> package-listing.sh [2022-05-11T23:54:01.524Z] ++ facter osfamily [2022-05-11T23:54:01.524Z] ++ tr '[:upper:]' '[:lower:]' [2022-05-11T23:54:01.784Z] + OS_FAMILY=debian [2022-05-11T23:54:01.784Z] + workspace=/w/workspace/pp-rfid-llrp-inventory_dumb-init [2022-05-11T23:54:01.784Z] + START_PACKAGES=/tmp/packages_start.txt [2022-05-11T23:54:01.784Z] + END_PACKAGES=/tmp/packages_end.txt [2022-05-11T23:54:01.784Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-05-11T23:54:01.784Z] + PACKAGES=/tmp/packages_start.txt [2022-05-11T23:54:01.784Z] + '[' /w/workspace/pp-rfid-llrp-inventory_dumb-init ']' [2022-05-11T23:54:01.784Z] + PACKAGES=/tmp/packages_end.txt [2022-05-11T23:54:01.784Z] + case "${OS_FAMILY}" in [2022-05-11T23:54:01.784Z] + dpkg -l [2022-05-11T23:54:01.784Z] + grep '^ii' [2022-05-11T23:54:01.784Z] + '[' -f /tmp/packages_start.txt ']' [2022-05-11T23:54:01.784Z] + '[' -f /tmp/packages_end.txt ']' [2022-05-11T23:54:01.784Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-05-11T23:54:01.784Z] + '[' /w/workspace/pp-rfid-llrp-inventory_dumb-init ']' [2022-05-11T23:54:01.784Z] + mkdir -p /w/workspace/pp-rfid-llrp-inventory_dumb-init/archives/ [2022-05-11T23:54:01.784Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/pp-rfid-llrp-inventory_dumb-init/archives/ [Pipeline] echo [2022-05-11T23:54:01.818Z] 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/pp-rfid-llrp-inventory_dumb-init/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-05-11T23:54:02.127Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2022-05-11T23:54:02.708Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-11T23:54:02.708Z] . [Pipeline] withDockerContainer [2022-05-11T23:54:02.810Z] prd-ubuntu20.04-docker-8c-8g-63298 does not seem to be running inside a container [2022-05-11T23:54:02.850Z] $ 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/pp-rfid-llrp-inventory_dumb-init/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/pp-rfid-llrp-inventory_dumb-init -v /w/workspace/pp-rfid-llrp-inventory_dumb-init:/w/workspace/pp-rfid-llrp-inventory_dumb-init:rw,z -v /w/workspace/pp-rfid-llrp-inventory_dumb-init@tmp:/w/workspace/pp-rfid-llrp-inventory_dumb-init@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-05-11T23:54:03.059Z] $ docker top 90ee7990e1c2784f03f3a81db473d7f1e62673c70818f1fc52a1da243aec6be1 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-11T23:54:03.458Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-05-11T23:54:03.780Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-05-11T23:54:04.095Z] + ls /var/log/sa-host [2022-05-11T23:54:04.095Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-11T23:54:04.403Z] provisioning config files... [2022-05-11T23:54:04.414Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/pp-rfid-llrp-inventory_dumb-init@tmp/config3454553563440215219tmp [Pipeline] { [Pipeline] echo [2022-05-11T23:54:04.461Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-11T23:54:04.774Z] ---> create-netrc.sh [Pipeline] } [2022-05-11T23:54:04.800Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-05-11T23:54:05.215Z] ---> python-tools-install.sh [Pipeline] echo [2022-05-11T23:54:05.248Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-11T23:54:05.571Z] ---> sudo-logs.sh [2022-05-11T23:54:05.571Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-05-11T23:54:05.658Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-11T23:54:05.975Z] ---> job-cost.sh [2022-05-11T23:54:05.975Z] lf-activate-venv: SKIPPING [2022-05-11T23:54:05.975Z] DEBUG: total: 0.2199999988079071 [2022-05-11T23:54:05.975Z] INFO: Retrieving Stack Cost... [2022-05-11T23:54:06.546Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-05-11T23:54:06.807Z] INFO: Archiving Costs [Pipeline] echo [2022-05-11T23:54:06.843Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-11T23:54:07.159Z] ---> logs-deploy.sh [2022-05-11T23:54:07.159Z] lf-activate-venv: SKIPPING [2022-05-11T23:54:07.159Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-rfid-llrp-inventory/dumb-init/1 [2022-05-11T23:54:07.159Z] INFO: archiving workspace using pattern(s): [2022-05-11T23:54:08.100Z] Archives upload complete. [2022-05-11T23:54:08.100Z] INFO: archiving logs to Nexus