Pull request #210 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 0ab4598f8aa0d2bf341ac222f6280d0264e83d2e+85826e77fb29969954e3475a8ff39b67fe868a1c (a2dfff2b05c8cc78d7a49a9e7f2c52436b6bd9b7) 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-ssh5078708621659073029.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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-ssh16366706254171816485.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 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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/device-rfid-llrp-go/branches/PR-210/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rfid-llrp-go/branches/PR-210/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13307110756396664428.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/device-rfid-llrp-go/branches/PR-210/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13457594248307018023.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 # timeout=10 Commit message: "fix: bug with isLTS relying on env.GIT_BRANCH inside cd-management repo (#429)" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh3263110291283772135.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rfid-llrp-go/branches/PR-210/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rfid-llrp-go/branches/PR-210/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh5279923708843211107.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-rfid-llrp-go, buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-rfid-llrp-go-settings PROJECT: device-rfid-llrp-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-rfid-llrp DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-9277 in /w/workspace/undry_device-rfid-llrp-go_PR-210 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-rfid-llrp-go.git > git init /w/workspace/undry_device-rfid-llrp-go_PR-210 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 85826e77fb29969954e3475a8ff39b67fe868a1c into PR head commit 0ab4598f8aa0d2bf341ac222f6280d0264e83d2e Merge succeeded, producing 0ab4598f8aa0d2bf341ac222f6280d0264e83d2e Checking out Revision 0ab4598f8aa0d2bf341ac222f6280d0264e83d2e (PR-210) Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/pull/210/head:refs/remotes/origin/PR-210 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0ab4598f8aa0d2bf341ac222f6280d0264e83d2e # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 85826e77fb29969954e3475a8ff39b67fe868a1c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0ab4598f8aa0d2bf341ac222f6280d0264e83d2e # timeout=10 [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-04-21T11:00:27.716Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-04-21T11:00:27.890Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-04-21T11:00:27.984Z] ========================================================= [2023-04-21T11:00:27.984Z] EdgeX Global Pipelines Version Info [2023-04-21T11:00:27.984Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-04-21T11:00:28.723Z] ------------------- [2023-04-21T11:00:28.723Z] stable info: [2023-04-21T11:00:28.723Z] ------------------- [2023-04-21T11:00:28.723Z] Commited By: Bill Mahoney bill.mahoney@intel.com [2023-04-21T11:00:28.723Z] Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-04-21T11:00:28.723Z] Message: update stable to v1.0.248 [2023-04-21T11:00:29.295Z] ------------------- [2023-04-21T11:00:29.295Z] experimental info: [2023-04-21T11:00:29.295Z] ------------------- [2023-04-21T11:00:29.295Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-04-21T11:00:29.295Z] Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-04-21T11:00:29.295Z] Message: update experimental to v1.0.248 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-04-21T11:00:29.598Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rfid-llrp-go-settings [Pipeline] echo [2023-04-21T11:00:29.639Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rfid-llrp-go [Pipeline] echo [2023-04-21T11:00:29.681Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-04-21T11:00:29.727Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-04-21T11:00:29.783Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-04-21T11:00:29.826Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-04-21T11:00:29.873Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-04-21T11:00:29.914Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-04-21T11:00:29.961Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-04-21T11:00:30.001Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-04-21T11:00:30.044Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-04-21T11:00:30.083Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rfid-llrp [Pipeline] echo [2023-04-21T11:00:30.126Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-04-21T11:00:30.166Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-04-21T11:00:30.210Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-04-21T11:00:30.249Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-04-21T11:00:30.291Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-04-21T11:00:30.330Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-04-21T11:00:30.372Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-04-21T11:00:30.412Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-04-21T11:00:30.463Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-04-21T11:00:30.506Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-04-21T11:00:30.545Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-04-21T11:00:30.582Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-04-21T11:00:30.624Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-04-21T11:00:30.665Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-04-21T11:00:30.701Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-04-21T11:00:30.737Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-210 [Pipeline] echo [2023-04-21T11:00:30.775Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-210 [Pipeline] echo [2023-04-21T11:00:30.819Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-210 [Pipeline] echo [2023-04-21T11:00:30.868Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0ab4598f8aa0d2bf341ac222f6280d0264e83d2e [Pipeline] echo [2023-04-21T11:00:30.911Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0ab4598 [Pipeline] echo [2023-04-21T11:00:30.954Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-21T11:00:31.066Z] provisioning config files... [2023-04-21T11:00:31.080Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/undry_device-rfid-llrp-go_PR-210@tmp/config2936251669203194051tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-21T11:00:31.440Z] ---> docker-login.sh [2023-04-21T11:00:31.440Z] nexus3.edgexfoundry.org:10001 [2023-04-21T11:00:31.702Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T11:00:31.702Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T11:00:31.702Z] Configure a credential helper to remove this warning. See [2023-04-21T11:00:31.702Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T11:00:31.702Z] [2023-04-21T11:00:31.702Z] Login Succeeded [2023-04-21T11:00:31.702Z] nexus3.edgexfoundry.org:10002 [2023-04-21T11:00:31.702Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T11:00:31.702Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T11:00:31.702Z] Configure a credential helper to remove this warning. See [2023-04-21T11:00:31.702Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T11:00:31.702Z] [2023-04-21T11:00:31.702Z] Login Succeeded [2023-04-21T11:00:31.963Z] nexus3.edgexfoundry.org:10003 [2023-04-21T11:00:31.963Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T11:00:31.963Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T11:00:31.963Z] Configure a credential helper to remove this warning. See [2023-04-21T11:00:31.963Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T11:00:31.963Z] [2023-04-21T11:00:31.963Z] Login Succeeded [2023-04-21T11:00:31.963Z] nexus3.edgexfoundry.org:10004 [2023-04-21T11:00:31.963Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T11:00:31.963Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T11:00:31.963Z] Configure a credential helper to remove this warning. See [2023-04-21T11:00:31.963Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T11:00:31.963Z] [2023-04-21T11:00:31.963Z] Login Succeeded [2023-04-21T11:00:31.963Z] docker.io [2023-04-21T11:00:32.224Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T11:00:32.224Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T11:00:32.224Z] Configure a credential helper to remove this warning. See [2023-04-21T11:00:32.224Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T11:00:32.224Z] [2023-04-21T11:00:32.224Z] Login Succeeded [2023-04-21T11:00:32.224Z] ---> docker-login.sh ends [Pipeline] } [2023-04-21T11:00:32.252Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-04-21T11:00:32.876Z] + git rev-list -1 --merges 0ab4598f8aa0d2bf341ac222f6280d0264e83d2e~1..0ab4598f8aa0d2bf341ac222f6280d0264e83d2e [Pipeline] echo [2023-04-21T11:00:32.931Z] -----------> git rev-list -1 --merges 0ab4598f8aa0d2bf341ac222f6280d0264e83d2e~1..0ab4598f8aa0d2bf341ac222f6280d0264e83d2e 0ab4598f8aa0d2bf341ac222f6280d0264e83d2e [false] [Pipeline] sh [2023-04-21T11:00:33.245Z] + git log --format=format:%s -1 0ab4598f8aa0d2bf341ac222f6280d0264e83d2e [Pipeline] echo [2023-04-21T11:00:33.287Z] ========================================================= [2023-04-21T11:00:33.287Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-04-21T11:00:33.287Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-21T11:00:33.729Z] + git log --format=format:%s -1 0ab4598f8aa0d2bf341ac222f6280d0264e83d2e [Pipeline] echo [2023-04-21T11:00:33.764Z] [semverPrep] GIT_COMMIT: 0ab4598f8aa0d2bf341ac222f6280d0264e83d2e, Commit Message: build(deps): bump github.com/edgexfoundry/device-sdk-go/v3 [Pipeline] echo [2023-04-21T11:00:33.796Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-04-21T11:00:34.177Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-04-21T11:00:34.177Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-04-21T11:00:34.177Z] + [ -e /tmp/ssh_known_hosts ] [2023-04-21T11:00:34.177Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-04-21T11:00:34.177Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-04-21T11:00:34.177Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-04-21T11:00:34.177Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T11:00:34.613Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-21T11:00:34.613Z] [2023-04-21T11:00:34.613Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T11:00:34.994Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-21T11:00:34.994Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-04-21T11:00:34.994Z] b85a868b505f: Pulling fs layer [2023-04-21T11:00:34.994Z] e2be974225ed: Pulling fs layer [2023-04-21T11:00:34.994Z] 339a4e72a1f5: Pulling fs layer [2023-04-21T11:00:34.994Z] 988bab9f4d93: Pulling fs layer [2023-04-21T11:00:34.994Z] 1469e6f7b9e6: Pulling fs layer [2023-04-21T11:00:34.994Z] eaf3925da568: Pulling fs layer [2023-04-21T11:00:34.994Z] bab4dde63d76: Pulling fs layer [2023-04-21T11:00:34.994Z] bde34c3a00c8: Pulling fs layer [2023-04-21T11:00:34.994Z] b352a97aabf1: Pulling fs layer [2023-04-21T11:00:34.994Z] 4872d77fe225: Pulling fs layer [2023-04-21T11:00:34.994Z] 5851b861e8e6: Pulling fs layer [2023-04-21T11:00:34.994Z] 988bab9f4d93: Waiting [2023-04-21T11:00:34.994Z] b352a97aabf1: Waiting [2023-04-21T11:00:34.994Z] eaf3925da568: Waiting [2023-04-21T11:00:34.994Z] 1469e6f7b9e6: Waiting [2023-04-21T11:00:34.994Z] bde34c3a00c8: Waiting [2023-04-21T11:00:34.994Z] 4872d77fe225: Waiting [2023-04-21T11:00:34.994Z] bab4dde63d76: Waiting [2023-04-21T11:00:34.994Z] 5851b861e8e6: Waiting [2023-04-21T11:00:34.994Z] e2be974225ed: Download complete [2023-04-21T11:00:34.994Z] 988bab9f4d93: Verifying Checksum [2023-04-21T11:00:34.994Z] 988bab9f4d93: Download complete [2023-04-21T11:00:34.994Z] 1469e6f7b9e6: Verifying Checksum [2023-04-21T11:00:34.994Z] 1469e6f7b9e6: Download complete [2023-04-21T11:00:34.994Z] eaf3925da568: Verifying Checksum [2023-04-21T11:00:34.994Z] eaf3925da568: Download complete [2023-04-21T11:00:35.254Z] 339a4e72a1f5: Verifying Checksum [2023-04-21T11:00:35.254Z] 339a4e72a1f5: Download complete [2023-04-21T11:00:35.254Z] bde34c3a00c8: Verifying Checksum [2023-04-21T11:00:35.254Z] bde34c3a00c8: Download complete [2023-04-21T11:00:35.254Z] b352a97aabf1: Verifying Checksum [2023-04-21T11:00:35.254Z] b352a97aabf1: Download complete [2023-04-21T11:00:35.254Z] 4872d77fe225: Verifying Checksum [2023-04-21T11:00:35.254Z] 4872d77fe225: Download complete [2023-04-21T11:00:35.254Z] 5851b861e8e6: Download complete [2023-04-21T11:00:35.254Z] b85a868b505f: Verifying Checksum [2023-04-21T11:00:35.254Z] b85a868b505f: Download complete [2023-04-21T11:00:35.513Z] bab4dde63d76: Verifying Checksum [2023-04-21T11:00:35.513Z] bab4dde63d76: Download complete [2023-04-21T11:00:36.450Z] b85a868b505f: Pull complete [2023-04-21T11:00:36.719Z] e2be974225ed: Pull complete [2023-04-21T11:00:37.294Z] 339a4e72a1f5: Pull complete [2023-04-21T11:00:37.294Z] 988bab9f4d93: Pull complete [2023-04-21T11:00:37.556Z] 1469e6f7b9e6: Pull complete [2023-04-21T11:00:37.556Z] eaf3925da568: Pull complete [2023-04-21T11:00:39.459Z] bab4dde63d76: Pull complete [2023-04-21T11:00:39.459Z] bde34c3a00c8: Pull complete [2023-04-21T11:00:39.719Z] b352a97aabf1: Pull complete [2023-04-21T11:00:39.719Z] 4872d77fe225: Pull complete [2023-04-21T11:00:39.979Z] 5851b861e8e6: Pull complete [2023-04-21T11:00:39.979Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-04-21T11:00:39.979Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-21T11:00:39.979Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-21T11:00:40.224Z] prd-ubuntu20.04-docker-8c-8g-9277 does not seem to be running inside a container [2023-04-21T11:00:40.253Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_device-rfid-llrp-go_PR-210 -v /w/workspace/undry_device-rfid-llrp-go_PR-210:/w/workspace/undry_device-rfid-llrp-go_PR-210:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-210@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-210@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-04-21T11:00:42.482Z] $ docker top e67b293a40b2fc698e69d6d37d63229d4a533f0dcc724e8194a582bd3f2b7a1c -eo pid,comm [2023-04-21T11:00:42.541Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-04-21T11:00:42.541Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-04-21T11:00:42.666Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-21T11:00:42.666Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-21T11:00:42.782Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-21T11:00:42.782Z] $ docker exec e67b293a40b2fc698e69d6d37d63229d4a533f0dcc724e8194a582bd3f2b7a1c ssh-agent [2023-04-21T11:00:42.912Z] SSH_AUTH_SOCK=/tmp/ssh-pLK4gfELDQ7j/agent.32 [2023-04-21T11:00:42.912Z] SSH_AGENT_PID=38 [2023-04-21T11:00:42.919Z] Running ssh-add (command line suppressed) [2023-04-21T11:00:43.032Z] Identity added: /w/workspace/undry_device-rfid-llrp-go_PR-210@tmp/private_key_15547011568941051416.key (/w/workspace/undry_device-rfid-llrp-go_PR-210@tmp/private_key_15547011568941051416.key) [2023-04-21T11:00:43.072Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-21T11:00:43.403Z] + git tag --points-at HEAD [Pipeline] } [2023-04-21T11:00:43.429Z] $ docker exec --env ******** --env ******** e67b293a40b2fc698e69d6d37d63229d4a533f0dcc724e8194a582bd3f2b7a1c ssh-agent -k [2023-04-21T11:00:43.554Z] unset SSH_AUTH_SOCK; [2023-04-21T11:00:43.555Z] unset SSH_AGENT_PID; [2023-04-21T11:00:43.555Z] echo Agent pid 38 killed; [2023-04-21T11:00:43.569Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-04-21T11:00:43.659Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-21T11:00:43.659Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-21T11:00:43.778Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-21T11:00:43.779Z] $ docker exec e67b293a40b2fc698e69d6d37d63229d4a533f0dcc724e8194a582bd3f2b7a1c ssh-agent [2023-04-21T11:00:43.900Z] SSH_AUTH_SOCK=/tmp/ssh-W1COyR6afdMd/agent.70 [2023-04-21T11:00:43.900Z] SSH_AGENT_PID=76 [2023-04-21T11:00:43.906Z] Running ssh-add (command line suppressed) [2023-04-21T11:00:44.016Z] Identity added: /w/workspace/undry_device-rfid-llrp-go_PR-210@tmp/private_key_12039563863390040505.key (/w/workspace/undry_device-rfid-llrp-go_PR-210@tmp/private_key_12039563863390040505.key) [2023-04-21T11:00:44.037Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-21T11:00:44.371Z] + git semver init [2023-04-21T11:00:44.632Z] 2023-04-21 11:00:44,572 [run_init] DEBUG init version:0.0.0 force:False [2023-04-21T11:00:44.632Z] 2023-04-21 11:00:44,573 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/undry_device-rfid-llrp-go_PR-210/.semver [2023-04-21T11:00:44.632Z] 2023-04-21 11:00:44,573 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rfid-llrp-go.git /w/workspace/undry_device-rfid-llrp-go_PR-210/.semver [2023-04-21T11:00:44.632Z] 2023-04-21 11:00:44,574 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-rfid-llrp-go.git', '/w/workspace/undry_device-rfid-llrp-go_PR-210/.semver'], cwd=/w/workspace/undry_device-rfid-llrp-go_PR-210, universal_newlines=False, shell=None, istream=None) [2023-04-21T11:00:45.572Z] 2023-04-21 11:00:45,363 [append_file] DEBUG append to file:/w/workspace/undry_device-rfid-llrp-go_PR-210/.git/info/exclude [2023-04-21T11:00:45.572Z] 2023-04-21 11:00:45,363 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/undry_device-rfid-llrp-go_PR-210/.semver/PR-210 with force:False [2023-04-21T11:00:45.572Z] 2023-04-21 11:00:45,363 [write_file] DEBUG write to file:/w/workspace/undry_device-rfid-llrp-go_PR-210/.semver/PR-210 [2023-04-21T11:00:45.572Z] 2023-04-21 11:00:45,370 [execute] INFO git cat-file --batch-check [2023-04-21T11:00:45.572Z] 2023-04-21 11:00:45,371 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/undry_device-rfid-llrp-go_PR-210/.semver, universal_newlines=False, shell=None, istream=) [2023-04-21T11:00:45.572Z] 2023-04-21 11:00:45,377 [execute] INFO git cat-file --batch [2023-04-21T11:00:45.572Z] 2023-04-21 11:00:45,378 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/undry_device-rfid-llrp-go_PR-210/.semver, universal_newlines=False, shell=None, istream=) [2023-04-21T11:00:45.572Z] 2023-04-21 11:00:45,383 [read_version] DEBUG read version from /w/workspace/undry_device-rfid-llrp-go_PR-210/.semver/PR-210 [2023-04-21T11:00:45.572Z] 0.0.0 [Pipeline] } [2023-04-21T11:00:45.601Z] $ docker exec --env ******** --env ******** e67b293a40b2fc698e69d6d37d63229d4a533f0dcc724e8194a582bd3f2b7a1c ssh-agent -k [2023-04-21T11:00:45.706Z] unset SSH_AUTH_SOCK; [2023-04-21T11:00:45.707Z] unset SSH_AGENT_PID; [2023-04-21T11:00:45.707Z] echo Agent pid 76 killed; [2023-04-21T11:00:45.721Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-21T11:00:46.154Z] + git semver [Pipeline] } [2023-04-21T11:00:46.437Z] $ docker stop --time=1 e67b293a40b2fc698e69d6d37d63229d4a533f0dcc724e8194a582bd3f2b7a1c [2023-04-21T11:00:47.770Z] $ docker rm -f --volumes e67b293a40b2fc698e69d6d37d63229d4a533f0dcc724e8194a582bd3f2b7a1c [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-21T11:00:48.180Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-04-21T11:00:48.480Z] Stashed 1 file(s) [Pipeline] echo [2023-04-21T11:00:48.500Z] [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 [2023-04-21T11:00:49.122Z] provisioning config files... [2023-04-21T11:00:49.133Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/undry_device-rfid-llrp-go_PR-210@tmp/config6735786965720105823tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-21T11:00:49.484Z] ---> docker-login.sh [2023-04-21T11:00:49.484Z] nexus3.edgexfoundry.org:10001 [2023-04-21T11:00:49.484Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T11:00:49.484Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T11:00:49.484Z] Configure a credential helper to remove this warning. See [2023-04-21T11:00:49.484Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T11:00:49.484Z] [2023-04-21T11:00:49.484Z] Login Succeeded [2023-04-21T11:00:49.484Z] nexus3.edgexfoundry.org:10002 [2023-04-21T11:00:49.484Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T11:00:49.484Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T11:00:49.484Z] Configure a credential helper to remove this warning. See [2023-04-21T11:00:49.484Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T11:00:49.484Z] [2023-04-21T11:00:49.484Z] Login Succeeded [2023-04-21T11:00:49.484Z] nexus3.edgexfoundry.org:10003 [2023-04-21T11:00:49.745Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T11:00:49.745Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T11:00:49.745Z] Configure a credential helper to remove this warning. See [2023-04-21T11:00:49.745Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T11:00:49.745Z] [2023-04-21T11:00:49.745Z] Login Succeeded [2023-04-21T11:00:49.745Z] nexus3.edgexfoundry.org:10004 [2023-04-21T11:00:49.745Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T11:00:49.745Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T11:00:49.745Z] Configure a credential helper to remove this warning. See [2023-04-21T11:00:49.745Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T11:00:49.745Z] [2023-04-21T11:00:49.745Z] Login Succeeded [2023-04-21T11:00:49.745Z] docker.io [2023-04-21T11:00:50.004Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T11:00:50.004Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T11:00:50.004Z] Configure a credential helper to remove this warning. See [2023-04-21T11:00:50.004Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T11:00:50.004Z] [2023-04-21T11:00:50.004Z] Login Succeeded [2023-04-21T11:00:50.004Z] ---> docker-login.sh ends [Pipeline] } [2023-04-21T11:00:50.031Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-04-21T11:00:50.243Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-21T11:00:50.280Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-21T11:00:50.313Z] ========================================================= [2023-04-21T11:00:50.313Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-04-21T11:00:50.313Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T11:00:50.786Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-04-21T11:00:50.786Z] Sending build context to Docker daemon 4.22MB [2023-04-21T11:00:50.786Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-04-21T11:00:50.786Z] Step 2/12 : FROM ${BASE} AS builder [2023-04-21T11:00:50.786Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-04-21T11:00:50.786Z] 63b65145d645: Pulling fs layer [2023-04-21T11:00:50.786Z] a2d21d5440eb: Pulling fs layer [2023-04-21T11:00:50.786Z] 935e6c44a52c: Pulling fs layer [2023-04-21T11:00:50.786Z] 94cc34f8dd06: Pulling fs layer [2023-04-21T11:00:50.786Z] 30dea6a524f1: Pulling fs layer [2023-04-21T11:00:50.786Z] a2aff8979fd8: Pulling fs layer [2023-04-21T11:00:50.786Z] 6808be2612f2: Pulling fs layer [2023-04-21T11:00:50.786Z] f25807f1079a: Pulling fs layer [2023-04-21T11:00:50.786Z] 94cc34f8dd06: Waiting [2023-04-21T11:00:50.786Z] 30dea6a524f1: Waiting [2023-04-21T11:00:50.786Z] a2aff8979fd8: Waiting [2023-04-21T11:00:50.786Z] 6808be2612f2: Waiting [2023-04-21T11:00:50.786Z] a2d21d5440eb: Verifying Checksum [2023-04-21T11:00:50.786Z] a2d21d5440eb: Download complete [2023-04-21T11:00:50.786Z] 94cc34f8dd06: Download complete [2023-04-21T11:00:51.046Z] 30dea6a524f1: Verifying Checksum [2023-04-21T11:00:51.046Z] 30dea6a524f1: Download complete [2023-04-21T11:00:51.046Z] 63b65145d645: Verifying Checksum [2023-04-21T11:00:51.046Z] a2aff8979fd8: Verifying Checksum [2023-04-21T11:00:51.046Z] a2aff8979fd8: Download complete [2023-04-21T11:00:51.046Z] 63b65145d645: Pull complete [2023-04-21T11:00:51.306Z] a2d21d5440eb: Pull complete [2023-04-21T11:00:51.306Z] f25807f1079a: Verifying Checksum [2023-04-21T11:00:51.306Z] f25807f1079a: Download complete [2023-04-21T11:00:51.564Z] 935e6c44a52c: Download complete [2023-04-21T11:00:51.823Z] 6808be2612f2: Verifying Checksum [2023-04-21T11:00:56.023Z] 935e6c44a52c: Pull complete [2023-04-21T11:00:56.023Z] 94cc34f8dd06: Pull complete [2023-04-21T11:00:56.023Z] 30dea6a524f1: Pull complete [2023-04-21T11:00:56.023Z] a2aff8979fd8: Pull complete [2023-04-21T11:00:57.928Z] 6808be2612f2: Pull complete [2023-04-21T11:00:58.863Z] f25807f1079a: Pull complete [2023-04-21T11:00:58.863Z] Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 [2023-04-21T11:00:58.863Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-04-21T11:00:58.863Z] ---> 3b553350e43f [2023-04-21T11:00:58.863Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-04-21T11:01:02.221Z] ---> Running in a0d7346e0a27 [2023-04-21T11:01:02.221Z] Removing intermediate container a0d7346e0a27 [2023-04-21T11:01:02.221Z] ---> de0004bb32df [2023-04-21T11:01:02.221Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-21T11:01:02.492Z] ---> Running in 7a72f813e7a1 [2023-04-21T11:01:02.492Z] Removing intermediate container 7a72f813e7a1 [2023-04-21T11:01:02.492Z] ---> 3fcde28fff98 [2023-04-21T11:01:02.492Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git" [2023-04-21T11:01:02.492Z] ---> Running in f5fba608a4ac [2023-04-21T11:01:02.492Z] Removing intermediate container f5fba608a4ac [2023-04-21T11:01:02.492Z] ---> 96039a7d6330 [2023-04-21T11:01:02.492Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-04-21T11:01:02.752Z] ---> Running in 83b563134551 [2023-04-21T11:01:02.752Z] Removing intermediate container 83b563134551 [2023-04-21T11:01:02.752Z] ---> a941de8c9510 [2023-04-21T11:01:02.752Z] Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-21T11:01:02.752Z] ---> Running in af5cd295d83a [2023-04-21T11:01:03.012Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-21T11:01:03.272Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-21T11:01:03.272Z] OK: 265 MiB in 53 packages [2023-04-21T11:01:03.842Z] Removing intermediate container af5cd295d83a [2023-04-21T11:01:03.842Z] ---> 0b33f0eff789 [2023-04-21T11:01:03.842Z] Step 8/12 : WORKDIR /app [2023-04-21T11:01:03.842Z] ---> Running in cb0c4e212083 [2023-04-21T11:01:03.842Z] Removing intermediate container cb0c4e212083 [2023-04-21T11:01:03.842Z] ---> 742d67b64eaa [2023-04-21T11:01:03.842Z] Step 9/12 : COPY go.mod vendor* ./ [2023-04-21T11:01:03.842Z] ---> aa1924783e27 [2023-04-21T11:01:03.842Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-21T11:01:03.842Z] ---> Running in 71b53c56627e [2023-04-21T11:01:03.934Z] Still waiting to schedule task [2023-04-21T11:01:03.935Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-9278’ is offline [2023-04-21T11:01:42.676Z] Removing intermediate container 71b53c56627e [2023-04-21T11:01:42.676Z] ---> 7edd807c0137 [2023-04-21T11:01:42.676Z] Step 11/12 : COPY . . [2023-04-21T11:01:42.676Z] ---> c495c432be97 [2023-04-21T11:01:42.676Z] Step 12/12 : RUN $MAKE [2023-04-21T11:01:42.676Z] ---> Running in f179b41a0ac2 [2023-04-21T11:01:42.676Z] noop [2023-04-21T11:01:42.676Z] Removing intermediate container f179b41a0ac2 [2023-04-21T11:01:42.676Z] ---> 2684b9c2bd69 [2023-04-21T11:01:42.676Z] Successfully built 2684b9c2bd69 [2023-04-21T11:01:42.676Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T11:01:43.117Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-21T11:01:43.117Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-21T11:01:43.279Z] prd-ubuntu20.04-docker-8c-8g-9277 does not seem to be running inside a container [2023-04-21T11:01:43.309Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/undry_device-rfid-llrp-go_PR-210 -v /w/workspace/undry_device-rfid-llrp-go_PR-210:/w/workspace/undry_device-rfid-llrp-go_PR-210:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-210@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-210@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-04-21T11:01:43.706Z] $ docker top 02fc4ba392d288f33b1571152f4dad5dc452b76aef393d69386f63a350f69410 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-21T11:01:44.104Z] + go version [2023-04-21T11:01:44.104Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-04-21T11:01:44.136Z] $ docker stop --time=1 02fc4ba392d288f33b1571152f4dad5dc452b76aef393d69386f63a350f69410 [2023-04-21T11:01:45.413Z] $ docker rm -f --volumes 02fc4ba392d288f33b1571152f4dad5dc452b76aef393d69386f63a350f69410 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T11:01:46.126Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-21T11:01:46.127Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-21T11:01:46.280Z] prd-ubuntu20.04-docker-8c-8g-9277 does not seem to be running inside a container [2023-04-21T11:01:46.321Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/undry_device-rfid-llrp-go_PR-210 -v /w/workspace/undry_device-rfid-llrp-go_PR-210:/w/workspace/undry_device-rfid-llrp-go_PR-210:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-210@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-210@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-04-21T11:01:46.663Z] $ docker top f570c1de35c797fbcb5dda044e4c5c0af84da64cfcbf101eaa20e8d3a31771cc -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-21T11:01:47.072Z] + git config --global --add safe.directory /w/workspace/undry_device-rfid-llrp-go_PR-210 [Pipeline] fileExists [Pipeline] sh [2023-04-21T11:01:47.433Z] + make test [2023-04-21T11:01:47.433Z] go test ./... -coverprofile=coverage.out ./... [2023-04-21T11:01:52.707Z] ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] [2023-04-21T11:02:04.934Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd [no test files] [2023-04-21T11:02:04.935Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd/llrp [no test files] [2023-04-21T11:02:07.467Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/driver 4.075s coverage: 40.5% of statements [2023-04-21T11:02:07.467Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.247s coverage: 52.0% of statements [2023-04-21T11:02:07.467Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.014s coverage: 95.5% of statements [2023-04-21T11:02:17.452Z] go vet ./... [2023-04-21T11:02:19.982Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-04-21T11:02:19.982Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-04-21T11:02:19.982Z] ./bin/test-attribution-txt.sh [2023-04-21T11:02:20.241Z] An attribution for golang.org/x/mod is missing from Attribution.txt, please add [2023-04-21T11:02:20.241Z] An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo [2023-04-21T11:02:20.285Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-04-21T11:02:20.318Z] $ docker stop --time=1 f570c1de35c797fbcb5dda044e4c5c0af84da64cfcbf101eaa20e8d3a31771cc [2023-04-21T11:02:21.849Z] $ docker rm -f --volumes f570c1de35c797fbcb5dda044e4c5c0af84da64cfcbf101eaa20e8d3a31771cc [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-21T11:02:22.392Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-04-21T11:02:22.493Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-04-21T11:02:23.142Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-04-21T11:02:23.456Z] + ls -al . [2023-04-21T11:02:23.456Z] total 628 [2023-04-21T11:02:23.456Z] drwxrwxr-x 11 jenkins jenkins 4096 Apr 21 11:01 . [2023-04-21T11:02:23.456Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 21 11:00 .. [2023-04-21T11:02:23.456Z] -rw-rw-r-- 1 jenkins jenkins 134 Apr 21 11:00 .dockerignore [2023-04-21T11:02:23.456Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 21 11:00 .git [2023-04-21T11:02:23.456Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 21 11:00 .github [2023-04-21T11:02:23.456Z] -rw-rw-r-- 1 jenkins jenkins 946 Apr 21 11:00 .gitignore [2023-04-21T11:02:23.456Z] -rw-rw-r-- 1 jenkins jenkins 41 Apr 21 11:00 .golangci.yml [2023-04-21T11:02:23.456Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 21 11:00 .semver [2023-04-21T11:02:23.456Z] -rw-rw-r-- 1 jenkins jenkins 10794 Apr 21 11:00 Attribution.txt [2023-04-21T11:02:23.456Z] -rw-rw-r-- 1 jenkins jenkins 5905 Apr 21 11:00 CHANGELOG.md [2023-04-21T11:02:23.456Z] -rw-rw-r-- 1 jenkins jenkins 1347 Apr 21 11:00 Dockerfile [2023-04-21T11:02:23.456Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 21 11:00 GOVERNANCE.md [2023-04-21T11:02:23.456Z] -rw-rw-r-- 1 jenkins jenkins 683 Apr 21 11:00 Jenkinsfile [2023-04-21T11:02:23.456Z] -rw-rw-r-- 1 jenkins jenkins 11347 Apr 21 11:00 LICENSE [2023-04-21T11:02:23.456Z] -rw-rw-r-- 1 jenkins jenkins 2053 Apr 21 11:00 Makefile [2023-04-21T11:02:23.456Z] -rw-rw-r-- 1 jenkins jenkins 625 Apr 21 11:00 OWNERS.md [2023-04-21T11:02:23.456Z] -rw-rw-r-- 1 jenkins jenkins 28505 Apr 21 11:00 README.md [2023-04-21T11:02:23.456Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 21 11:00 VERSION [2023-04-21T11:02:23.456Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 21 11:00 bin [2023-04-21T11:02:23.456Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 21 11:00 cmd [2023-04-21T11:02:23.456Z] -rw-r--r-- 1 jenkins jenkins 458038 Apr 21 11:02 coverage.out [2023-04-21T11:02:23.456Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 21 11:00 examples [2023-04-21T11:02:23.456Z] -rw-rw-r-- 1 jenkins jenkins 3419 Apr 21 11:00 go.mod [2023-04-21T11:02:23.456Z] -rw-rw-r-- 1 jenkins jenkins 31193 Apr 21 11:00 go.sum [2023-04-21T11:02:23.456Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 21 11:00 images [2023-04-21T11:02:23.456Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 21 11:00 internal [2023-04-21T11:02:23.456Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 21 11:00 snap [2023-04-21T11:02:23.456Z] -rw-rw-r-- 1 jenkins jenkins 193 Apr 21 11:00 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T11:02:23.848Z] + docker build -t device-rfid-llrp -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=0ab4598f8aa0d2bf341ac222f6280d0264e83d2e --label arch=amd64 --label version=0.0.0 . [2023-04-21T11:02:23.848Z] Sending build context to Docker daemon 4.22MB [2023-04-21T11:02:23.848Z] Step 1/24 : ARG BASE=golang:1.20-alpine3.17 [2023-04-21T11:02:23.848Z] Step 2/24 : FROM ${BASE} AS builder [2023-04-21T11:02:23.848Z] ---> 2684b9c2bd69 [2023-04-21T11:02:23.848Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-04-21T11:02:23.848Z] ---> Running in 0fb0f0865d7f [2023-04-21T11:02:24.108Z] Removing intermediate container 0fb0f0865d7f [2023-04-21T11:02:24.108Z] ---> fae4d0565f6b [2023-04-21T11:02:24.108Z] Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-21T11:02:24.108Z] ---> Running in 04b3b8c6bba8 [2023-04-21T11:02:24.108Z] Removing intermediate container 04b3b8c6bba8 [2023-04-21T11:02:24.108Z] ---> 7f1dbf140a8d [2023-04-21T11:02:24.108Z] Step 5/24 : ARG ALPINE_PKG_BASE="make git" [2023-04-21T11:02:24.108Z] ---> Running in 3116bfd6f741 [2023-04-21T11:02:24.108Z] Removing intermediate container 3116bfd6f741 [2023-04-21T11:02:24.108Z] ---> 376e5954bccb [2023-04-21T11:02:24.108Z] Step 6/24 : ARG ALPINE_PKG_EXTRA="" [2023-04-21T11:02:24.366Z] ---> Running in 57c0963c7502 [2023-04-21T11:02:24.366Z] Removing intermediate container 57c0963c7502 [2023-04-21T11:02:24.366Z] ---> cf96c004228c [2023-04-21T11:02:24.366Z] Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-21T11:02:24.366Z] ---> Running in a2d43d7ffd28 [2023-04-21T11:02:24.625Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-21T11:02:24.625Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-21T11:02:25.194Z] OK: 265 MiB in 53 packages [2023-04-21T11:02:25.453Z] Removing intermediate container a2d43d7ffd28 [2023-04-21T11:02:25.453Z] ---> 5ecbc5cbef41 [2023-04-21T11:02:25.453Z] Step 8/24 : WORKDIR /app [2023-04-21T11:02:25.453Z] ---> Running in 73cfa3c597f9 [2023-04-21T11:02:25.453Z] Removing intermediate container 73cfa3c597f9 [2023-04-21T11:02:25.453Z] ---> 3f05074b304b [2023-04-21T11:02:25.453Z] Step 9/24 : COPY go.mod vendor* ./ [2023-04-21T11:02:25.712Z] ---> bbdbecf279e9 [2023-04-21T11:02:25.712Z] Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-21T11:02:25.712Z] ---> Running in f56bacb576f7 [2023-04-21T11:02:26.278Z] Removing intermediate container f56bacb576f7 [2023-04-21T11:02:26.278Z] ---> 6f17c9250148 [2023-04-21T11:02:26.278Z] Step 11/24 : COPY . . [2023-04-21T11:02:26.846Z] ---> bcb89920b586 [2023-04-21T11:02:26.846Z] Step 12/24 : RUN $MAKE [2023-04-21T11:02:26.846Z] ---> Running in dc0ee4d56c48 [2023-04-21T11:02:26.846Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-rfid-llrp-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-rfid-llrp ./cmd [2023-04-21T11:02:48.775Z] Removing intermediate container dc0ee4d56c48 [2023-04-21T11:02:48.775Z] ---> 3e4c3055d8a9 [2023-04-21T11:02:48.775Z] Step 13/24 : FROM alpine:3.17 [2023-04-21T11:02:48.775Z] 3.17: Pulling from library/alpine [2023-04-21T11:02:48.775Z] f56be85fc22e: Pulling fs layer [2023-04-21T11:02:48.775Z] f56be85fc22e: Verifying Checksum [2023-04-21T11:02:48.775Z] f56be85fc22e: Download complete [2023-04-21T11:02:48.775Z] f56be85fc22e: Pull complete [2023-04-21T11:02:48.775Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-21T11:02:48.775Z] Status: Downloaded newer image for alpine:3.17 [2023-04-21T11:02:48.775Z] ---> 9ed4aefc74f6 [2023-04-21T11:02:48.775Z] Step 14/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-04-21T11:02:48.775Z] ---> Running in 079b748fbcf3 [2023-04-21T11:02:48.775Z] Removing intermediate container 079b748fbcf3 [2023-04-21T11:02:48.775Z] ---> 2bfe801b5410 [2023-04-21T11:02:48.775Z] Step 15/24 : RUN apk add --update --no-cache dumb-init [2023-04-21T11:02:48.775Z] ---> Running in b6661d00cd3b [2023-04-21T11:02:48.775Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-21T11:02:48.775Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-21T11:02:48.775Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-21T11:02:48.775Z] Executing busybox-1.35.0-r29.trigger [2023-04-21T11:02:48.775Z] OK: 7 MiB in 16 packages [2023-04-21T11:02:48.775Z] Removing intermediate container b6661d00cd3b [2023-04-21T11:02:48.775Z] ---> bdc8cc4e6a74 [2023-04-21T11:02:48.775Z] Step 16/24 : COPY --from=builder /app/LICENSE / [2023-04-21T11:02:49.035Z] ---> d84fabe2fb4b [2023-04-21T11:02:49.035Z] Step 17/24 : COPY --from=builder /app/Attribution.txt / [2023-04-21T11:02:49.036Z] ---> 2c317105758a [2023-04-21T11:02:49.036Z] Step 18/24 : COPY --from=builder /app/cmd/ / [2023-04-21T11:02:49.975Z] ---> e88ba2053607 [2023-04-21T11:02:49.975Z] Step 19/24 : EXPOSE 59989 [2023-04-21T11:02:49.975Z] ---> Running in 8a651c6005ce [2023-04-21T11:02:49.975Z] Removing intermediate container 8a651c6005ce [2023-04-21T11:02:49.975Z] ---> 5a73720e4fef [2023-04-21T11:02:49.975Z] Step 20/24 : ENTRYPOINT ["/device-rfid-llrp"] [2023-04-21T11:02:49.975Z] ---> Running in fa449c00a439 [2023-04-21T11:02:49.975Z] Removing intermediate container fa449c00a439 [2023-04-21T11:02:49.975Z] ---> 3ca65953b791 [2023-04-21T11:02:49.975Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-21T11:02:49.975Z] ---> Running in c3611862e66f [2023-04-21T11:02:49.975Z] Removing intermediate container c3611862e66f [2023-04-21T11:02:49.975Z] ---> 1d0e48693e6a [2023-04-21T11:02:49.975Z] Step 22/24 : LABEL arch=amd64 [2023-04-21T11:02:49.975Z] ---> Running in f02bbc51cd8e [2023-04-21T11:02:50.236Z] Removing intermediate container f02bbc51cd8e [2023-04-21T11:02:50.237Z] ---> e633e5306fa1 [2023-04-21T11:02:50.237Z] Step 23/24 : LABEL git_sha=0ab4598f8aa0d2bf341ac222f6280d0264e83d2e [2023-04-21T11:02:50.237Z] ---> Running in 6a41ed36959c [2023-04-21T11:02:50.237Z] Removing intermediate container 6a41ed36959c [2023-04-21T11:02:50.237Z] ---> 4857046a5864 [2023-04-21T11:02:50.237Z] Step 24/24 : LABEL version=0.0.0 [2023-04-21T11:02:50.237Z] ---> Running in fe49c8c63949 [2023-04-21T11:02:50.496Z] Removing intermediate container fe49c8c63949 [2023-04-21T11:02:50.496Z] ---> 3e3c5d3e8e60 [2023-04-21T11:02:50.496Z] [Warning] One or more build-args [ARCH] were not consumed [2023-04-21T11:02:50.496Z] Successfully built 3e3c5d3e8e60 [2023-04-21T11:02:50.496Z] Successfully tagged device-rfid-llrp:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T11:02:51.357Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-21T11:02:51.357Z] [2023-04-21T11:02:51.357Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T11:02:51.738Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-21T11:02:51.738Z] latest: Pulling from edgex-lftools-log-publisher [2023-04-21T11:02:51.738Z] 5eb5b503b376: Pulling fs layer [2023-04-21T11:02:51.738Z] 5c69ac0246d0: Pulling fs layer [2023-04-21T11:02:51.738Z] ec43610c2a17: Pulling fs layer [2023-04-21T11:02:51.738Z] 3a2ae6a8a46f: Pulling fs layer [2023-04-21T11:02:51.738Z] 33b1e0a273af: Pulling fs layer [2023-04-21T11:02:51.738Z] 5d3b04190fa2: Pulling fs layer [2023-04-21T11:02:51.738Z] 2f39f015ded8: Pulling fs layer [2023-04-21T11:02:51.738Z] 33b1e0a273af: Waiting [2023-04-21T11:02:51.738Z] 5d3b04190fa2: Waiting [2023-04-21T11:02:51.738Z] 3a2ae6a8a46f: Waiting [2023-04-21T11:02:51.738Z] 2f39f015ded8: Waiting [2023-04-21T11:02:51.738Z] 5c69ac0246d0: Download complete [2023-04-21T11:02:51.738Z] 3a2ae6a8a46f: Verifying Checksum [2023-04-21T11:02:51.738Z] 3a2ae6a8a46f: Download complete [2023-04-21T11:02:51.738Z] 33b1e0a273af: Verifying Checksum [2023-04-21T11:02:51.738Z] 33b1e0a273af: Download complete [2023-04-21T11:02:51.738Z] ec43610c2a17: Verifying Checksum [2023-04-21T11:02:51.738Z] ec43610c2a17: Download complete [2023-04-21T11:02:51.738Z] 5d3b04190fa2: Verifying Checksum [2023-04-21T11:02:51.738Z] 5d3b04190fa2: Download complete [2023-04-21T11:02:51.998Z] 5eb5b503b376: Download complete [2023-04-21T11:02:52.564Z] 2f39f015ded8: Download complete [2023-04-21T11:02:53.132Z] 5eb5b503b376: Pull complete [2023-04-21T11:02:53.391Z] 5c69ac0246d0: Pull complete [2023-04-21T11:02:53.959Z] ec43610c2a17: Pull complete [2023-04-21T11:02:53.959Z] 3a2ae6a8a46f: Pull complete [2023-04-21T11:02:54.219Z] 33b1e0a273af: Pull complete [2023-04-21T11:02:54.219Z] 5d3b04190fa2: Pull complete [2023-04-21T11:02:59.485Z] 2f39f015ded8: Pull complete [2023-04-21T11:02:59.485Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-04-21T11:02:59.485Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-21T11:02:59.485Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-21T11:02:59.698Z] prd-ubuntu20.04-docker-8c-8g-9277 does not seem to be running inside a container [2023-04-21T11:02:59.728Z] $ 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/undry_device-rfid-llrp-go_PR-210 -v /w/workspace/undry_device-rfid-llrp-go_PR-210:/w/workspace/undry_device-rfid-llrp-go_PR-210:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-210@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-210@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-04-21T11:03:02.621Z] $ docker top 409cf968841eadf7c2a7e49dc89c14a224c08f1baa4a89d904b3827cbb204d95 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-21T11:03:03.060Z] ---> job-cost.sh [2023-04-21T11:03:03.060Z] lf-activate-venv: SKIPPING [2023-04-21T11:03:03.060Z] INFO: No Stack... [2023-04-21T11:03:03.320Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-04-21T11:03:03.580Z] INFO: Archiving Costs [Pipeline] sh [2023-04-21T11:03:03.906Z] + cat /w/workspace/undry_device-rfid-llrp-go_PR-210/archives/cost.csv [2023-04-21T11:03:03.906Z] + cut -d, -f6 [Pipeline] lock [2023-04-21T11:03:03.942Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-210-1-stack-cost] [2023-04-21T11:03:03.947Z] Resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-210-1-stack-cost] did not exist. Created. [2023-04-21T11:03:03.947Z] Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-210-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-04-21T11:03:04.337Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-04-21T11:03:04.386Z] Stashed 1 file(s) [Pipeline] } [2023-04-21T11:03:04.413Z] Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-210-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-04-21T11:03:04.482Z] $ docker stop --time=1 409cf968841eadf7c2a7e49dc89c14a224c08f1baa4a89d904b3827cbb204d95 [2023-04-21T11:03:05.650Z] $ docker rm -f --volumes 409cf968841eadf7c2a7e49dc89c14a224c08f1baa4a89d904b3827cbb204d95 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-04-21T11:03:16.576Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-9279 in /w/workspace/undry_device-rfid-llrp-go_PR-210 [Pipeline] { [Pipeline] ws [2023-04-21T11:03:16.625Z] Running in /w/workspace/device-rfid-llrp-go/1 [Pipeline] { [Pipeline] checkout [2023-04-21T11:03:16.702Z] Selected Git installation does not exist. Using Default [2023-04-21T11:03:16.702Z] The recommended git tool is: NONE [2023-04-21T11:03:22.657Z] using credential edgex-jenkins-ssh [2023-04-21T11:03:22.671Z] Cloning the remote Git repository [2023-04-21T11:03:22.722Z] Cloning repository git@github.com:edgexfoundry/device-rfid-llrp-go.git [2023-04-21T11:03:22.828Z] > git init /w/workspace/device-rfid-llrp-go/1 # timeout=10 [2023-04-21T11:03:22.986Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git [2023-04-21T11:03:22.987Z] > git --version # timeout=10 [2023-04-21T11:03:23.006Z] > git --version # 'git version 2.25.1' [2023-04-21T11:03:23.009Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-21T11:03:23.162Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-21T11:03:24.244Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 [2023-04-21T11:03:24.270Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-21T11:03:25.281Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 [2023-04-21T11:03:25.330Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git [2023-04-21T11:03:25.331Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-21T11:03:25.348Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/pull/210/head:refs/remotes/origin/PR-210 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-04-21T11:03:25.901Z] Merging remotes/origin/main commit 85826e77fb29969954e3475a8ff39b67fe868a1c into PR head commit 0ab4598f8aa0d2bf341ac222f6280d0264e83d2e [2023-04-21T11:03:26.258Z] Merge succeeded, producing 0ab4598f8aa0d2bf341ac222f6280d0264e83d2e [2023-04-21T11:03:26.259Z] Checking out Revision 0ab4598f8aa0d2bf341ac222f6280d0264e83d2e (PR-210) [2023-04-21T11:03:26.877Z] Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v3" [2023-04-21T11:03:25.923Z] > git config core.sparsecheckout # timeout=10 [2023-04-21T11:03:26.011Z] > git checkout -f 0ab4598f8aa0d2bf341ac222f6280d0264e83d2e # timeout=10 [2023-04-21T11:03:26.135Z] > git remote # timeout=10 [2023-04-21T11:03:26.159Z] > git config --get remote.origin.url # timeout=10 [2023-04-21T11:03:26.191Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-21T11:03:26.207Z] > git merge 85826e77fb29969954e3475a8ff39b67fe868a1c # timeout=10 [2023-04-21T11:03:26.239Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-04-21T11:03:26.266Z] > git config core.sparsecheckout # timeout=10 [2023-04-21T11:03:26.287Z] > git checkout -f 0ab4598f8aa0d2bf341ac222f6280d0264e83d2e # timeout=10 [2023-04-21T11:03:26.932Z] > git --version # timeout=10 [2023-04-21T11:03:26.943Z] > git --version # 'git version 2.25.1' [2023-04-21T11:03:26.966Z] fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-21T11:03:28.107Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-04-21T11:03:28.107Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-21T11:03:28.107Z] Dload Upload Total Spent Left Speed [2023-04-21T11:03:28.107Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 207k 0 --:--:-- --:--:-- --:--:-- 211k [Pipeline] sh [2023-04-21T11:03:28.797Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-04-21T11:03:29.161Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-04-21T11:03:29.161Z] + sudo tee /etc/docker/daemon.new [2023-04-21T11:03:29.161Z] { [2023-04-21T11:03:29.161Z] "registry-mirrors": [ [2023-04-21T11:03:29.161Z] "https://nexus3.edgexfoundry.org:10001" [2023-04-21T11:03:29.161Z] ], [2023-04-21T11:03:29.161Z] "bip": "10.250.0.254/24", [2023-04-21T11:03:29.161Z] "hosts": [ [2023-04-21T11:03:29.161Z] "tcp://0.0.0.0:5555", [2023-04-21T11:03:29.161Z] "unix:///var/run/docker.sock" [2023-04-21T11:03:29.161Z] ], [2023-04-21T11:03:29.161Z] "mtu": 1458, [2023-04-21T11:03:29.161Z] "selinux-enabled": true, [2023-04-21T11:03:29.161Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-04-21T11:03:29.161Z] } [Pipeline] sh [2023-04-21T11:03:29.517Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-04-21T11:03:29.877Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-21T11:03:48.251Z] provisioning config files... [2023-04-21T11:03:48.281Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/device-rfid-llrp-go/1@tmp/config9894325283606320268tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-21T11:03:48.684Z] ---> docker-login.sh [2023-04-21T11:03:48.684Z] nexus3.edgexfoundry.org:10001 [2023-04-21T11:03:49.277Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T11:03:49.277Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T11:03:49.277Z] Configure a credential helper to remove this warning. See [2023-04-21T11:03:49.277Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T11:03:49.277Z] [2023-04-21T11:03:49.277Z] Login Succeeded [2023-04-21T11:03:49.277Z] nexus3.edgexfoundry.org:10002 [2023-04-21T11:03:49.548Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T11:03:49.818Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T11:03:49.818Z] Configure a credential helper to remove this warning. See [2023-04-21T11:03:49.818Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T11:03:49.818Z] [2023-04-21T11:03:49.818Z] Login Succeeded [2023-04-21T11:03:49.818Z] nexus3.edgexfoundry.org:10003 [2023-04-21T11:03:50.089Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T11:03:50.089Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T11:03:50.089Z] Configure a credential helper to remove this warning. See [2023-04-21T11:03:50.089Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T11:03:50.089Z] [2023-04-21T11:03:50.089Z] Login Succeeded [2023-04-21T11:03:50.089Z] nexus3.edgexfoundry.org:10004 [2023-04-21T11:03:50.363Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T11:03:50.363Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T11:03:50.363Z] Configure a credential helper to remove this warning. See [2023-04-21T11:03:50.363Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T11:03:50.363Z] [2023-04-21T11:03:50.363Z] Login Succeeded [2023-04-21T11:03:50.639Z] docker.io [2023-04-21T11:03:50.639Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T11:03:50.911Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T11:03:50.911Z] Configure a credential helper to remove this warning. See [2023-04-21T11:03:50.911Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T11:03:50.911Z] [2023-04-21T11:03:50.911Z] Login Succeeded [2023-04-21T11:03:50.911Z] ---> docker-login.sh ends [Pipeline] } [2023-04-21T11:03:50.938Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-04-21T11:03:51.350Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-21T11:03:51.397Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-21T11:03:51.429Z] ========================================================= [2023-04-21T11:03:51.429Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-04-21T11:03:51.429Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T11:03:51.949Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-04-21T11:03:53.910Z] Sending build context to Docker daemon 1.212MB [2023-04-21T11:03:53.910Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-04-21T11:03:53.910Z] Step 2/12 : FROM ${BASE} AS builder [2023-04-21T11:03:53.910Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-04-21T11:03:53.910Z] af6eaf76a39c: Pulling fs layer [2023-04-21T11:03:53.910Z] 55522c791124: Pulling fs layer [2023-04-21T11:03:53.910Z] ce5c4a1c91eb: Pulling fs layer [2023-04-21T11:03:53.910Z] 169dfbe0d373: Pulling fs layer [2023-04-21T11:03:53.910Z] e1ff8fa3b103: Pulling fs layer [2023-04-21T11:03:53.910Z] 52ebb69f0ebf: Pulling fs layer [2023-04-21T11:03:53.910Z] 5abe8eddf0d5: Pulling fs layer [2023-04-21T11:03:53.910Z] e1ff8fa3b103: Waiting [2023-04-21T11:03:53.910Z] 52ebb69f0ebf: Waiting [2023-04-21T11:03:53.910Z] 169dfbe0d373: Waiting [2023-04-21T11:03:53.910Z] 5abe8eddf0d5: Waiting [2023-04-21T11:03:53.910Z] 55522c791124: Verifying Checksum [2023-04-21T11:03:53.910Z] 55522c791124: Download complete [2023-04-21T11:03:54.181Z] 169dfbe0d373: Verifying Checksum [2023-04-21T11:03:54.181Z] 169dfbe0d373: Download complete [2023-04-21T11:03:54.181Z] e1ff8fa3b103: Verifying Checksum [2023-04-21T11:03:54.181Z] e1ff8fa3b103: Download complete [2023-04-21T11:03:54.181Z] af6eaf76a39c: Verifying Checksum [2023-04-21T11:03:54.181Z] af6eaf76a39c: Download complete [2023-04-21T11:03:55.164Z] af6eaf76a39c: Pull complete [2023-04-21T11:03:55.164Z] 5abe8eddf0d5: Verifying Checksum [2023-04-21T11:03:55.164Z] 5abe8eddf0d5: Download complete [2023-04-21T11:03:55.763Z] 55522c791124: Pull complete [2023-04-21T11:03:56.353Z] ce5c4a1c91eb: Verifying Checksum [2023-04-21T11:03:56.353Z] ce5c4a1c91eb: Download complete [2023-04-21T11:03:56.621Z] 52ebb69f0ebf: Verifying Checksum [2023-04-21T11:03:56.621Z] 52ebb69f0ebf: Download complete [2023-04-21T11:04:09.105Z] ce5c4a1c91eb: Pull complete [2023-04-21T11:04:09.105Z] 169dfbe0d373: Pull complete [2023-04-21T11:04:09.105Z] e1ff8fa3b103: Pull complete [2023-04-21T11:04:14.472Z] 52ebb69f0ebf: Pull complete [2023-04-21T11:04:16.425Z] 5abe8eddf0d5: Pull complete [2023-04-21T11:04:16.425Z] Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f [2023-04-21T11:04:16.425Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-04-21T11:04:16.425Z] ---> 6cb57ee374ae [2023-04-21T11:04:16.425Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-04-21T11:04:18.388Z] ---> Running in aa1859c047d0 [2023-04-21T11:04:19.355Z] Removing intermediate container aa1859c047d0 [2023-04-21T11:04:19.355Z] ---> f696d9d20775 [2023-04-21T11:04:19.355Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-21T11:04:19.624Z] ---> Running in 8bd289caf3c3 [2023-04-21T11:04:19.898Z] Removing intermediate container 8bd289caf3c3 [2023-04-21T11:04:19.898Z] ---> 932fc9b0b4b3 [2023-04-21T11:04:19.898Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git" [2023-04-21T11:04:19.898Z] ---> Running in 7048caa50610 [2023-04-21T11:04:20.486Z] Removing intermediate container 7048caa50610 [2023-04-21T11:04:20.486Z] ---> 1ae1045a3026 [2023-04-21T11:04:20.486Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-04-21T11:04:20.486Z] ---> Running in c35e8a60ada2 [2023-04-21T11:04:20.760Z] Removing intermediate container c35e8a60ada2 [2023-04-21T11:04:20.760Z] ---> 5e9ee8fe205d [2023-04-21T11:04:20.760Z] Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-21T11:04:20.760Z] ---> Running in 69d8b88aef52 [2023-04-21T11:04:22.174Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-21T11:04:22.442Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-21T11:04:23.857Z] OK: 263 MiB in 53 packages [2023-04-21T11:04:24.447Z] Removing intermediate container 69d8b88aef52 [2023-04-21T11:04:24.447Z] ---> 1f2153d4418d [2023-04-21T11:04:24.447Z] Step 8/12 : WORKDIR /app [2023-04-21T11:04:24.447Z] ---> Running in 4d43ae86d55e [2023-04-21T11:04:25.036Z] Removing intermediate container 4d43ae86d55e [2023-04-21T11:04:25.036Z] ---> 5b84683ae6bb [2023-04-21T11:04:25.036Z] Step 9/12 : COPY go.mod vendor* ./ [2023-04-21T11:04:25.308Z] ---> 3ae486a4d697 [2023-04-21T11:04:25.308Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-21T11:04:25.577Z] ---> Running in 40e4f204672f [2023-04-21T11:05:47.219Z] Removing intermediate container 40e4f204672f [2023-04-21T11:05:47.219Z] ---> aaafc1a1ea19 [2023-04-21T11:05:47.219Z] Step 11/12 : COPY . . [2023-04-21T11:05:47.219Z] ---> 9f0f4f9e5e60 [2023-04-21T11:05:47.219Z] Step 12/12 : RUN $MAKE [2023-04-21T11:05:47.219Z] ---> Running in 47375f2cee4f [2023-04-21T11:05:47.219Z] noop [2023-04-21T11:05:47.219Z] Removing intermediate container 47375f2cee4f [2023-04-21T11:05:47.219Z] ---> 7e9a32b454f8 [2023-04-21T11:05:47.219Z] Successfully built 7e9a32b454f8 [2023-04-21T11:05:47.219Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T11:05:47.692Z] + docker inspect -f . ci-base-image-arm64 [2023-04-21T11:05:47.693Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-21T11:05:47.983Z] prd-ubuntu20.04-docker-arm64-4c-16g-9279 does not seem to be running inside a container [2023-04-21T11:05:48.055Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rfid-llrp-go/1 -v /w/workspace/device-rfid-llrp-go/1:/w/workspace/device-rfid-llrp-go/1:rw,z -v /w/workspace/device-rfid-llrp-go/1@tmp:/w/workspace/device-rfid-llrp-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-04-21T11:05:49.301Z] $ docker top 732afeb1f35ccc1bebec31b2c4319ba7edde6889b1d3ec7d1efb6f8cfb623ee9 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-21T11:05:50.181Z] + go version [2023-04-21T11:05:50.181Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-04-21T11:05:50.217Z] $ docker stop --time=1 732afeb1f35ccc1bebec31b2c4319ba7edde6889b1d3ec7d1efb6f8cfb623ee9 [2023-04-21T11:05:51.826Z] $ docker rm -f --volumes 732afeb1f35ccc1bebec31b2c4319ba7edde6889b1d3ec7d1efb6f8cfb623ee9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T11:05:52.707Z] + docker inspect -f . ci-base-image-arm64 [2023-04-21T11:05:52.707Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-21T11:05:52.974Z] prd-ubuntu20.04-docker-arm64-4c-16g-9279 does not seem to be running inside a container [2023-04-21T11:05:53.051Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-rfid-llrp-go/1 -v /w/workspace/device-rfid-llrp-go/1:/w/workspace/device-rfid-llrp-go/1:rw,z -v /w/workspace/device-rfid-llrp-go/1@tmp:/w/workspace/device-rfid-llrp-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-04-21T11:05:55.644Z] $ docker top a00d98946d9a069b48a1c1649b1246c800286cd67ff9393c03623a7510dbf4e3 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-21T11:05:56.534Z] + git config --global --add safe.directory /w/workspace/device-rfid-llrp-go/1 [Pipeline] fileExists [Pipeline] sh [2023-04-21T11:05:57.242Z] + make test [2023-04-21T11:05:57.242Z] go test ./... -coverprofile=coverage.out ./... [2023-04-21T11:06:36.142Z] ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] [2023-04-21T11:08:42.839Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd [no test files] [2023-04-21T11:08:42.839Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd/llrp [no test files] [2023-04-21T11:09:21.723Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/driver 29.888s coverage: 40.5% of statements [2023-04-21T11:09:21.723Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.585s coverage: 52.0% of statements [2023-04-21T11:09:21.723Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.056s coverage: 95.5% of statements [2023-04-21T11:09:21.723Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-04-21T11:09:21.723Z] go vet ./... [2023-04-21T11:09:43.789Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-04-21T11:09:43.789Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-04-21T11:09:43.789Z] ./bin/test-attribution-txt.sh [2023-04-21T11:09:43.789Z] An attribution for golang.org/x/mod is missing from Attribution.txt, please add [2023-04-21T11:09:44.061Z] An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo [2023-04-21T11:09:44.098Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-04-21T11:09:44.133Z] $ docker stop --time=1 a00d98946d9a069b48a1c1649b1246c800286cd67ff9393c03623a7510dbf4e3 [2023-04-21T11:09:45.957Z] $ docker rm -f --volumes a00d98946d9a069b48a1c1649b1246c800286cd67ff9393c03623a7510dbf4e3 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-21T11:09:47.166Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-04-21T11:09:47.199Z] Warning: overwriting stash ‘coverage-report’ [2023-04-21T11:09:47.898Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-21T11:09:48.534Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-04-21T11:09:48.872Z] + ls -al . [2023-04-21T11:09:48.872Z] total 624 [2023-04-21T11:09:48.872Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 21 11:05 . [2023-04-21T11:09:48.872Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 21 11:03 .. [2023-04-21T11:09:48.872Z] -rw-rw-r-- 1 jenkins jenkins 134 Apr 21 11:03 .dockerignore [2023-04-21T11:09:48.872Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 21 11:03 .git [2023-04-21T11:09:48.872Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 21 11:03 .github [2023-04-21T11:09:48.872Z] -rw-rw-r-- 1 jenkins jenkins 946 Apr 21 11:03 .gitignore [2023-04-21T11:09:48.872Z] -rw-rw-r-- 1 jenkins jenkins 41 Apr 21 11:03 .golangci.yml [2023-04-21T11:09:48.872Z] -rw-rw-r-- 1 jenkins jenkins 10794 Apr 21 11:03 Attribution.txt [2023-04-21T11:09:48.872Z] -rw-rw-r-- 1 jenkins jenkins 5905 Apr 21 11:03 CHANGELOG.md [2023-04-21T11:09:48.872Z] -rw-rw-r-- 1 jenkins jenkins 1347 Apr 21 11:03 Dockerfile [2023-04-21T11:09:48.872Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 21 11:03 GOVERNANCE.md [2023-04-21T11:09:48.872Z] -rw-rw-r-- 1 jenkins jenkins 683 Apr 21 11:03 Jenkinsfile [2023-04-21T11:09:48.872Z] -rw-rw-r-- 1 jenkins jenkins 11347 Apr 21 11:03 LICENSE [2023-04-21T11:09:48.872Z] -rw-rw-r-- 1 jenkins jenkins 2053 Apr 21 11:03 Makefile [2023-04-21T11:09:48.872Z] -rw-rw-r-- 1 jenkins jenkins 625 Apr 21 11:03 OWNERS.md [2023-04-21T11:09:48.872Z] -rw-rw-r-- 1 jenkins jenkins 28505 Apr 21 11:03 README.md [2023-04-21T11:09:48.872Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 21 11:00 VERSION [2023-04-21T11:09:48.872Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 21 11:03 bin [2023-04-21T11:09:48.872Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 21 11:03 cmd [2023-04-21T11:09:48.872Z] -rw-r--r-- 1 jenkins jenkins 458038 Apr 21 11:09 coverage.out [2023-04-21T11:09:48.872Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 21 11:03 examples [2023-04-21T11:09:48.872Z] -rw-rw-r-- 1 jenkins jenkins 3419 Apr 21 11:03 go.mod [2023-04-21T11:09:48.872Z] -rw-rw-r-- 1 jenkins jenkins 31193 Apr 21 11:03 go.sum [2023-04-21T11:09:48.872Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 21 11:03 images [2023-04-21T11:09:48.872Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 21 11:03 internal [2023-04-21T11:09:48.872Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 21 11:03 snap [2023-04-21T11:09:48.872Z] -rw-rw-r-- 1 jenkins jenkins 193 Apr 21 11:03 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T11:09:49.286Z] + docker build -t device-rfid-llrp-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=0ab4598f8aa0d2bf341ac222f6280d0264e83d2e --label arch=arm64 --label version=0.0.0 . [2023-04-21T11:09:49.553Z] Sending build context to Docker daemon 1.212MB [2023-04-21T11:09:49.553Z] Step 1/24 : ARG BASE=golang:1.20-alpine3.17 [2023-04-21T11:09:49.553Z] Step 2/24 : FROM ${BASE} AS builder [2023-04-21T11:09:49.553Z] ---> 7e9a32b454f8 [2023-04-21T11:09:49.553Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-04-21T11:09:49.823Z] ---> Running in b055fefdf4e0 [2023-04-21T11:09:50.094Z] Removing intermediate container b055fefdf4e0 [2023-04-21T11:09:50.094Z] ---> 3d66aba54478 [2023-04-21T11:09:50.094Z] Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-21T11:09:50.094Z] ---> Running in 44bf5490387c [2023-04-21T11:09:50.362Z] Removing intermediate container 44bf5490387c [2023-04-21T11:09:50.362Z] ---> 70d1f3d626d4 [2023-04-21T11:09:50.362Z] Step 5/24 : ARG ALPINE_PKG_BASE="make git" [2023-04-21T11:09:50.362Z] ---> Running in f21a92187351 [2023-04-21T11:09:50.631Z] Removing intermediate container f21a92187351 [2023-04-21T11:09:50.631Z] ---> 3de77f0d95cd [2023-04-21T11:09:50.631Z] Step 6/24 : ARG ALPINE_PKG_EXTRA="" [2023-04-21T11:09:50.914Z] ---> Running in 85f1f049ad78 [2023-04-21T11:09:51.184Z] Removing intermediate container 85f1f049ad78 [2023-04-21T11:09:51.184Z] ---> 029c4f17eab2 [2023-04-21T11:09:51.184Z] Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-21T11:09:51.184Z] ---> Running in 58fd78e5703d [2023-04-21T11:09:52.151Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-21T11:09:52.734Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-21T11:09:53.728Z] OK: 263 MiB in 53 packages [2023-04-21T11:09:54.690Z] Removing intermediate container 58fd78e5703d [2023-04-21T11:09:54.690Z] ---> 26bf4f24fbf2 [2023-04-21T11:09:54.690Z] Step 8/24 : WORKDIR /app [2023-04-21T11:09:54.690Z] ---> Running in 0be0bc24b9ec [2023-04-21T11:09:54.958Z] Removing intermediate container 0be0bc24b9ec [2023-04-21T11:09:54.958Z] ---> 0aba1d61e69c [2023-04-21T11:09:54.958Z] Step 9/24 : COPY go.mod vendor* ./ [2023-04-21T11:09:55.554Z] ---> b37f850ac4ac [2023-04-21T11:09:55.554Z] Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-21T11:09:55.554Z] ---> Running in 28c448c48b7a [2023-04-21T11:09:58.145Z] Removing intermediate container 28c448c48b7a [2023-04-21T11:09:58.145Z] ---> 5ef548af530c [2023-04-21T11:09:58.145Z] Step 11/24 : COPY . . [2023-04-21T11:09:58.734Z] ---> ab51949c1d6a [2023-04-21T11:09:58.734Z] Step 12/24 : RUN $MAKE [2023-04-21T11:09:58.734Z] ---> Running in 1d3eeb0ebe21 [2023-04-21T11:09:59.700Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-rfid-llrp-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-rfid-llrp ./cmd [2023-04-21T11:12:21.433Z] Removing intermediate container 1d3eeb0ebe21 [2023-04-21T11:12:21.433Z] ---> dde88503df5d [2023-04-21T11:12:21.433Z] Step 13/24 : FROM alpine:3.17 [2023-04-21T11:12:21.433Z] 3.17: Pulling from library/alpine [2023-04-21T11:12:21.433Z] c41833b44d91: Pulling fs layer [2023-04-21T11:12:21.433Z] c41833b44d91: Verifying Checksum [2023-04-21T11:12:21.433Z] c41833b44d91: Download complete [2023-04-21T11:12:21.433Z] c41833b44d91: Pull complete [2023-04-21T11:12:21.433Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-21T11:12:21.433Z] Status: Downloaded newer image for alpine:3.17 [2023-04-21T11:12:21.433Z] ---> 51e60588ff2c [2023-04-21T11:12:21.433Z] Step 14/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-04-21T11:12:21.433Z] ---> Running in 4e2be64947aa [2023-04-21T11:12:21.433Z] Removing intermediate container 4e2be64947aa [2023-04-21T11:12:21.433Z] ---> 9887f2a2ae9b [2023-04-21T11:12:21.433Z] Step 15/24 : RUN apk add --update --no-cache dumb-init [2023-04-21T11:12:21.433Z] ---> Running in 2be6691988c9 [2023-04-21T11:12:21.433Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-21T11:12:21.433Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-21T11:12:21.433Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-21T11:12:21.433Z] Executing busybox-1.35.0-r29.trigger [2023-04-21T11:12:21.433Z] OK: 8 MiB in 16 packages [2023-04-21T11:12:21.433Z] Removing intermediate container 2be6691988c9 [2023-04-21T11:12:21.433Z] ---> cf3b4c58de75 [2023-04-21T11:12:21.433Z] Step 16/24 : COPY --from=builder /app/LICENSE / [2023-04-21T11:12:21.433Z] ---> 416fab2ede46 [2023-04-21T11:12:21.433Z] Step 17/24 : COPY --from=builder /app/Attribution.txt / [2023-04-21T11:12:21.433Z] ---> d8c31262cd87 [2023-04-21T11:12:21.433Z] Step 18/24 : COPY --from=builder /app/cmd/ / [2023-04-21T11:12:21.433Z] ---> 4d8f38e99763 [2023-04-21T11:12:21.433Z] Step 19/24 : EXPOSE 59989 [2023-04-21T11:12:21.433Z] ---> Running in c0bb38e88a35 [2023-04-21T11:12:21.433Z] Removing intermediate container c0bb38e88a35 [2023-04-21T11:12:21.433Z] ---> 57b3c4517798 [2023-04-21T11:12:21.433Z] Step 20/24 : ENTRYPOINT ["/device-rfid-llrp"] [2023-04-21T11:12:21.433Z] ---> Running in 3d37f268f15b [2023-04-21T11:12:21.433Z] Removing intermediate container 3d37f268f15b [2023-04-21T11:12:21.433Z] ---> d203da9e6ee5 [2023-04-21T11:12:21.433Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-21T11:12:21.433Z] ---> Running in c9d69129833c [2023-04-21T11:12:21.433Z] Removing intermediate container c9d69129833c [2023-04-21T11:12:21.433Z] ---> 83d131b36e1c [2023-04-21T11:12:21.433Z] Step 22/24 : LABEL arch=arm64 [2023-04-21T11:12:21.433Z] ---> Running in 31f7e83641d5 [2023-04-21T11:12:21.433Z] Removing intermediate container 31f7e83641d5 [2023-04-21T11:12:21.433Z] ---> 44bf2f26c547 [2023-04-21T11:12:21.433Z] Step 23/24 : LABEL git_sha=0ab4598f8aa0d2bf341ac222f6280d0264e83d2e [2023-04-21T11:12:21.433Z] ---> Running in 1b1f4791489c [2023-04-21T11:12:21.433Z] Removing intermediate container 1b1f4791489c [2023-04-21T11:12:21.433Z] ---> 43fc719765b4 [2023-04-21T11:12:21.433Z] Step 24/24 : LABEL version=0.0.0 [2023-04-21T11:12:21.433Z] ---> Running in b6e01c76bfe3 [2023-04-21T11:12:21.433Z] Removing intermediate container b6e01c76bfe3 [2023-04-21T11:12:21.433Z] ---> 45fb6fa4b543 [2023-04-21T11:12:21.433Z] [Warning] One or more build-args [ARCH] were not consumed [2023-04-21T11:12:21.433Z] Successfully built 45fb6fa4b543 [2023-04-21T11:12:21.433Z] Successfully tagged device-rfid-llrp-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T11:12:22.330Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-21T11:12:22.330Z] [2023-04-21T11:12:22.330Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T11:12:22.755Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-21T11:12:22.755Z] arm64: Pulling from edgex-lftools-log-publisher [2023-04-21T11:12:22.755Z] 8998bd30e6a1: Pulling fs layer [2023-04-21T11:12:22.755Z] 04944245beec: Pulling fs layer [2023-04-21T11:12:22.755Z] 699f458cf7ca: Pulling fs layer [2023-04-21T11:12:22.755Z] 765212b225bb: Pulling fs layer [2023-04-21T11:12:22.755Z] f23df028b6ca: Pulling fs layer [2023-04-21T11:12:22.755Z] d65c8cfc05b1: Pulling fs layer [2023-04-21T11:12:22.755Z] 2437ff75d9bd: Pulling fs layer [2023-04-21T11:12:22.755Z] f23df028b6ca: Waiting [2023-04-21T11:12:22.755Z] 2437ff75d9bd: Waiting [2023-04-21T11:12:22.755Z] 765212b225bb: Waiting [2023-04-21T11:12:22.755Z] d65c8cfc05b1: Waiting [2023-04-21T11:12:23.040Z] 04944245beec: Verifying Checksum [2023-04-21T11:12:23.040Z] 04944245beec: Download complete [2023-04-21T11:12:23.040Z] 765212b225bb: Verifying Checksum [2023-04-21T11:12:23.040Z] 765212b225bb: Download complete [2023-04-21T11:12:23.040Z] f23df028b6ca: Verifying Checksum [2023-04-21T11:12:23.040Z] f23df028b6ca: Download complete [2023-04-21T11:12:23.040Z] d65c8cfc05b1: Verifying Checksum [2023-04-21T11:12:23.040Z] d65c8cfc05b1: Download complete [2023-04-21T11:12:23.040Z] 699f458cf7ca: Verifying Checksum [2023-04-21T11:12:23.040Z] 699f458cf7ca: Download complete [2023-04-21T11:12:23.657Z] 8998bd30e6a1: Verifying Checksum [2023-04-21T11:12:23.657Z] 8998bd30e6a1: Download complete [2023-04-21T11:12:26.294Z] 2437ff75d9bd: Verifying Checksum [2023-04-21T11:12:26.294Z] 2437ff75d9bd: Download complete [2023-04-21T11:12:27.704Z] 8998bd30e6a1: Pull complete [2023-04-21T11:12:27.974Z] 04944245beec: Pull complete [2023-04-21T11:12:29.400Z] 699f458cf7ca: Pull complete [2023-04-21T11:12:29.668Z] 765212b225bb: Pull complete [2023-04-21T11:12:30.268Z] f23df028b6ca: Pull complete [2023-04-21T11:12:32.214Z] d65c8cfc05b1: Pull complete [2023-04-21T11:12:47.219Z] 2437ff75d9bd: Pull complete [2023-04-21T11:12:47.219Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-04-21T11:12:47.219Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-21T11:12:47.219Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-21T11:12:47.553Z] prd-ubuntu20.04-docker-arm64-4c-16g-9279 does not seem to be running inside a container [2023-04-21T11:12:47.620Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-rfid-llrp-go/1 -v /w/workspace/device-rfid-llrp-go/1:/w/workspace/device-rfid-llrp-go/1:rw,z -v /w/workspace/device-rfid-llrp-go/1@tmp:/w/workspace/device-rfid-llrp-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-04-21T11:12:50.188Z] $ docker top 6b994a09ab8e09a94f5598c40e225143e31c0b040c6d517cb8c6be8cbb423c82 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-21T11:12:50.774Z] ---> job-cost.sh [2023-04-21T11:12:51.041Z] lf-activate-venv: SKIPPING [2023-04-21T11:12:51.041Z] INFO: No Stack... [2023-04-21T11:12:51.622Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-04-21T11:12:52.204Z] INFO: Archiving Costs [Pipeline] sh [2023-04-21T11:12:52.541Z] + cut -d, -f6 [2023-04-21T11:12:52.541Z] + cat /w/workspace/device-rfid-llrp-go/1/archives/cost.csv [Pipeline] lock [2023-04-21T11:12:52.622Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-210-1-stack-cost] [2023-04-21T11:12:52.627Z] Resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-210-1-stack-cost] did not exist. Created. [2023-04-21T11:12:52.627Z] Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-210-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-04-21T11:12:53.353Z] /w/workspace/device-rfid-llrp-go/1@tmp/durable-6168501d/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-04-21T11:12:53.709Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-04-21T11:12:53.752Z] Warning: overwriting stash ‘stack-cost’ [2023-04-21T11:12:53.807Z] Stashed 1 file(s) [Pipeline] } [2023-04-21T11:12:53.823Z] Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-210-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-04-21T11:12:53.903Z] $ docker stop --time=1 6b994a09ab8e09a94f5598c40e225143e31c0b040c6d517cb8c6be8cbb423c82 [2023-04-21T11:12:55.371Z] $ docker rm -f --volumes 6b994a09ab8e09a94f5598c40e225143e31c0b040c6d517cb8c6be8cbb423c82 [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 [2023-04-21T11:12:56.399Z] provisioning config files... [2023-04-21T11:12:56.407Z] copy managed file [device-rfid-llrp-go-codecov-token] to file:/w/workspace/undry_device-rfid-llrp-go_PR-210@tmp/config7969597956479641715tmp [Pipeline] { [Pipeline] sh [2023-04-21T11:12:56.742Z] + set +x [2023-04-21T11:12:56.742Z] + curl -s https://codecov.io/bash [2023-04-21T11:12:56.742Z] + bash -s -- [2023-04-21T11:12:56.742Z] [2023-04-21T11:12:56.742Z] _____ _ [2023-04-21T11:12:56.742Z] / ____| | | [2023-04-21T11:12:56.742Z] | | ___ __| | ___ ___ _____ __ [2023-04-21T11:12:56.742Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-04-21T11:12:56.742Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-04-21T11:12:56.742Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-04-21T11:12:56.743Z] Bash-1.0.6 [2023-04-21T11:12:56.743Z] [2023-04-21T11:12:56.743Z] [2023-04-21T11:12:56.743Z] ==> git version 2.25.1 found [2023-04-21T11:12:56.743Z] ==> 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 [2023-04-21T11:12:56.743Z] Release-Date: 2020-01-08 [2023-04-21T11:12:56.743Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-04-21T11:12:56.743Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-04-21T11:12:56.743Z] ==> Jenkins CI detected. [2023-04-21T11:12:56.743Z] current dir:  /w/workspace/undry_device-rfid-llrp-go_PR-210 [2023-04-21T11:12:56.743Z] project root: . [2023-04-21T11:12:56.743Z] --> token set from env [2023-04-21T11:12:56.743Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-04-21T11:12:56.743Z] ==> Running gcov in . (disable via -X gcov) [2023-04-21T11:12:56.743Z] ==> Python coveragepy not found [2023-04-21T11:12:56.743Z] ==> Searching for coverage reports in: [2023-04-21T11:12:56.743Z] + . [2023-04-21T11:12:56.743Z] -> Found 1 reports [2023-04-21T11:12:56.743Z] ==> Detecting git/mercurial file structure [2023-04-21T11:12:56.743Z] ==> Reading reports [2023-04-21T11:12:56.743Z] + ./coverage.out bytes=458038 [2023-04-21T11:12:56.743Z] ==> Appending adjustments [2023-04-21T11:12:56.743Z] https://docs.codecov.io/docs/fixing-reports [2023-04-21T11:12:57.001Z] + Found adjustments [2023-04-21T11:12:57.001Z] ==> Gzipping contents [2023-04-21T11:12:57.001Z] 52K /tmp/codecov.8RcRbr.gz [2023-04-21T11:12:57.001Z] ==> Uploading reports [2023-04-21T11:12:57.001Z] url: https://codecov.io [2023-04-21T11:12:57.001Z] query: branch=PR-210&commit=0ab4598f8aa0d2bf341ac222f6280d0264e83d2e&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rfid-llrp-go%2Fjob%2FPR-210%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rfid-llrp-go&service=jenkins&flags=&pr=210&job=&cmd_args= [2023-04-21T11:12:57.001Z] -> Pinging Codecov [2023-04-21T11:12:57.001Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=0703e47f-c946-4a15-b96a-5e99ca1c8fb5&branch=PR-210&commit=0ab4598f8aa0d2bf341ac222f6280d0264e83d2e&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rfid-llrp-go%2Fjob%2FPR-210%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rfid-llrp-go&service=jenkins&flags=&pr=210&job=&cmd_args= [2023-04-21T11:12:57.260Z] -> Uploading to [2023-04-21T11:12:57.260Z] https://storage.googleapis.com/codecov/v4/raw/2023-04-21/581DD39554BDF9B6E22D074273EAD858/0ab4598f8aa0d2bf341ac222f6280d0264e83d2e/5f596d70-e510-4a5f-81c9-8896800f9b91.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230421%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230421T111257Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d98f154196d6eeeeedde547c018c9be85814e8e2444fd74ef8f2a97e613caa72 [2023-04-21T11:12:57.260Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-21T11:12:57.261Z] Dload Upload Total Spent Left Speed [2023-04-21T11:12:57.520Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50498 0 0 100 50498 0 201k --:--:-- --:--:-- --:--:-- 201k [2023-04-21T11:12:57.520Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rfid-llrp-go/commit/0ab4598f8aa0d2bf341ac222f6280d0264e83d2e [Pipeline] } [2023-04-21T11:12:57.546Z] 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 [2023-04-21T11:12:59.326Z] + [ -d /w/workspace/undry_device-rfid-llrp-go_PR-210/archives ] [2023-04-21T11:12:59.326Z] + ls -al /w/workspace/undry_device-rfid-llrp-go_PR-210/archives [2023-04-21T11:12:59.326Z] total 16 [2023-04-21T11:12:59.326Z] drwxr-xr-x 3 root root 4096 Apr 21 11:03 . [2023-04-21T11:12:59.326Z] drwxrwxr-x 12 jenkins jenkins 4096 Apr 21 11:03 .. [2023-04-21T11:12:59.326Z] drwxr-xr-x 2 root root 4096 Apr 21 11:03 cost [2023-04-21T11:12:59.326Z] -rw-r--r-- 1 root root 91 Apr 21 11:03 cost.csv [2023-04-21T11:12:59.326Z] + sudo chown -R jenkins:jenkins /w/workspace/undry_device-rfid-llrp-go_PR-210/archives [2023-04-21T11:12:59.326Z] + ls -al /w/workspace/undry_device-rfid-llrp-go_PR-210/archives [2023-04-21T11:12:59.326Z] total 16 [2023-04-21T11:12:59.326Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 21 11:03 . [2023-04-21T11:12:59.326Z] drwxrwxr-x 12 jenkins jenkins 4096 Apr 21 11:03 .. [2023-04-21T11:12:59.326Z] drwxr-xr-x 2 jenkins jenkins 4096 Apr 21 11:03 cost [2023-04-21T11:12:59.326Z] -rw-r--r-- 1 jenkins jenkins 91 Apr 21 11:03 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-04-21T11:12:59.656Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-21T11:13:00.550Z] ---> package-listing.sh [2023-04-21T11:13:00.550Z] ++ facter osfamily [2023-04-21T11:13:00.550Z] ++ tr '[:upper:]' '[:lower:]' [2023-04-21T11:13:00.812Z] + OS_FAMILY=debian [2023-04-21T11:13:00.812Z] + workspace=/w/workspace/undry_device-rfid-llrp-go_PR-210 [2023-04-21T11:13:00.812Z] + START_PACKAGES=/tmp/packages_start.txt [2023-04-21T11:13:00.812Z] + END_PACKAGES=/tmp/packages_end.txt [2023-04-21T11:13:00.812Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-04-21T11:13:00.812Z] + PACKAGES=/tmp/packages_start.txt [2023-04-21T11:13:00.812Z] + '[' /w/workspace/undry_device-rfid-llrp-go_PR-210 ']' [2023-04-21T11:13:00.812Z] + PACKAGES=/tmp/packages_end.txt [2023-04-21T11:13:00.812Z] + case "${OS_FAMILY}" in [2023-04-21T11:13:00.812Z] + dpkg -l [2023-04-21T11:13:00.812Z] + grep '^ii' [2023-04-21T11:13:00.812Z] + '[' -f /tmp/packages_start.txt ']' [2023-04-21T11:13:00.812Z] + '[' -f /tmp/packages_end.txt ']' [2023-04-21T11:13:00.812Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-04-21T11:13:00.812Z] + '[' /w/workspace/undry_device-rfid-llrp-go_PR-210 ']' [2023-04-21T11:13:00.812Z] + mkdir -p /w/workspace/undry_device-rfid-llrp-go_PR-210/archives/ [2023-04-21T11:13:00.812Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/undry_device-rfid-llrp-go_PR-210/archives/ [Pipeline] echo [2023-04-21T11:13:00.843Z] 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/undry_device-rfid-llrp-go_PR-210/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-04-21T11:13:01.194Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T11:13:01.619Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-21T11:13:01.619Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-21T11:13:01.770Z] prd-ubuntu20.04-docker-8c-8g-9277 does not seem to be running inside a container [2023-04-21T11:13:01.801Z] $ 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/undry_device-rfid-llrp-go_PR-210/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/undry_device-rfid-llrp-go_PR-210 -v /w/workspace/undry_device-rfid-llrp-go_PR-210:/w/workspace/undry_device-rfid-llrp-go_PR-210:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-210@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-210@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-04-21T11:13:01.987Z] $ docker top 6ea78fd474d3864e643debe5ef394f0adb2c98dd9632475fe0b79447837814ae -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-21T11:13:02.381Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-04-21T11:13:02.692Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-04-21T11:13:03.004Z] + ls /var/log/sa-host [2023-04-21T11:13:03.004Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-21T11:13:03.159Z] provisioning config files... [2023-04-21T11:13:03.168Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/undry_device-rfid-llrp-go_PR-210@tmp/config10169882238977727752tmp [Pipeline] { [Pipeline] echo [2023-04-21T11:13:03.218Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-21T11:13:03.533Z] ---> create-netrc.sh [Pipeline] } [2023-04-21T11:13:03.563Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-04-21T11:13:03.974Z] ---> python-tools-install.sh [Pipeline] echo [2023-04-21T11:13:04.008Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-21T11:13:04.325Z] ---> sudo-logs.sh [2023-04-21T11:13:04.325Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-04-21T11:13:04.412Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-21T11:13:04.727Z] ---> job-cost.sh [2023-04-21T11:13:04.727Z] lf-activate-venv: SKIPPING [2023-04-21T11:13:04.727Z] DEBUG: total: 0.2199999988079071 [2023-04-21T11:13:04.727Z] INFO: Retrieving Stack Cost... [2023-04-21T11:13:04.986Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-04-21T11:13:05.556Z] INFO: Archiving Costs [Pipeline] echo [2023-04-21T11:13:05.594Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-21T11:13:05.909Z] ---> logs-deploy.sh [2023-04-21T11:13:05.909Z] lf-activate-venv: SKIPPING [2023-04-21T11:13:05.909Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rfid-llrp-go/PR-210/1 [2023-04-21T11:13:05.909Z] INFO: archiving workspace using pattern(s): [2023-04-21T11:13:06.848Z] Archives upload complete. [2023-04-21T11:13:06.848Z] INFO: archiving logs to Nexus