Pull request #157 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 45038ce9f59d40599830744d131f48b18c2d1e0c+c8ddb795451293862e71ea8481bb36f4aa2ad204 (ddd9108eaca82dbed33ced3fc89a81a25ab506dc) 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-ssh14895662787836237270.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-ssh7603317635659542099.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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-157/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-157/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh12223004647719735849.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-157/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh7430571849335958212.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > 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-ssh18416794150751110195.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-157/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-157/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh2002575746658473031.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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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.18 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 Running on prd-ubuntu20.04-docker-8c-8g-6276 in /w/workspace/undry_device-rfid-llrp-go_PR-157 [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-157 # 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 Merging remotes/origin/main commit c8ddb795451293862e71ea8481bb36f4aa2ad204 into PR head commit 45038ce9f59d40599830744d131f48b18c2d1e0c Merge succeeded, producing 45038ce9f59d40599830744d131f48b18c2d1e0c Checking out Revision 45038ce9f59d40599830744d131f48b18c2d1e0c (PR-157) > 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 > 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/157/head:refs/remotes/origin/PR-157 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 45038ce9f59d40599830744d131f48b18c2d1e0c # 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 c8ddb795451293862e71ea8481bb36f4aa2ad204 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 45038ce9f59d40599830744d131f48b18c2d1e0c # timeout=10 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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-02-16T10:59:17.433Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-02-16T10:59:17.593Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-02-16T10:59:17.680Z] ========================================================= [2023-02-16T10:59:17.680Z] EdgeX Global Pipelines Version Info [2023-02-16T10:59:17.680Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-02-16T10:59:18.426Z] ------------------- [2023-02-16T10:59:18.426Z] stable info: [2023-02-16T10:59:18.426Z] ------------------- [2023-02-16T10:59:18.426Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-02-16T10:59:18.426Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-16T10:59:18.426Z] Message: update stable to v1.0.244 [2023-02-16T10:59:18.998Z] ------------------- [2023-02-16T10:59:18.998Z] experimental info: [2023-02-16T10:59:18.998Z] ------------------- [2023-02-16T10:59:18.998Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-02-16T10:59:18.998Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-16T10:59:18.998Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-02-16T10:59:19.288Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rfid-llrp-go-settings [Pipeline] echo [2023-02-16T10:59:19.325Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rfid-llrp-go [Pipeline] echo [2023-02-16T10:59:19.362Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-02-16T10:59:19.400Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-02-16T10:59:19.437Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-02-16T10:59:19.472Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-02-16T10:59:19.509Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-02-16T10:59:19.545Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-02-16T10:59:19.585Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-02-16T10:59:19.623Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-02-16T10:59:19.660Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-02-16T10:59:19.696Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rfid-llrp [Pipeline] echo [2023-02-16T10:59:19.732Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-02-16T10:59:19.769Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-02-16T10:59:19.807Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-02-16T10:59:19.847Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-02-16T10:59:19.885Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-02-16T10:59:19.920Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-02-16T10:59:19.961Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-02-16T10:59:20.004Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-02-16T10:59:20.042Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-02-16T10:59:20.083Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-02-16T10:59:20.122Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-02-16T10:59:20.166Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-02-16T10:59:20.208Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-02-16T10:59:20.249Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-02-16T10:59:20.290Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-02-16T10:59:20.328Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-157 [Pipeline] echo [2023-02-16T10:59:20.365Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-157 [Pipeline] echo [2023-02-16T10:59:20.404Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-157 [Pipeline] echo [2023-02-16T10:59:20.444Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 45038ce9f59d40599830744d131f48b18c2d1e0c [Pipeline] echo [2023-02-16T10:59:20.486Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 45038ce [Pipeline] echo [2023-02-16T10:59:20.524Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-16T10:59:20.635Z] provisioning config files... [2023-02-16T10:59:20.656Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/undry_device-rfid-llrp-go_PR-157@tmp/config18417972630295862908tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-16T10:59:20.994Z] ---> docker-login.sh [2023-02-16T10:59:20.994Z] nexus3.edgexfoundry.org:10001 [2023-02-16T10:59:21.255Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T10:59:21.516Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T10:59:21.516Z] Configure a credential helper to remove this warning. See [2023-02-16T10:59:21.516Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T10:59:21.516Z] [2023-02-16T10:59:21.516Z] Login Succeeded [2023-02-16T10:59:21.516Z] nexus3.edgexfoundry.org:10002 [2023-02-16T10:59:21.516Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T10:59:21.516Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T10:59:21.516Z] Configure a credential helper to remove this warning. See [2023-02-16T10:59:21.516Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T10:59:21.516Z] [2023-02-16T10:59:21.516Z] Login Succeeded [2023-02-16T10:59:21.516Z] nexus3.edgexfoundry.org:10003 [2023-02-16T10:59:21.777Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T10:59:21.777Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T10:59:21.777Z] Configure a credential helper to remove this warning. See [2023-02-16T10:59:21.777Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T10:59:21.777Z] [2023-02-16T10:59:21.777Z] Login Succeeded [2023-02-16T10:59:21.777Z] nexus3.edgexfoundry.org:10004 [2023-02-16T10:59:21.777Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T10:59:21.777Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T10:59:21.777Z] Configure a credential helper to remove this warning. See [2023-02-16T10:59:21.777Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T10:59:21.777Z] [2023-02-16T10:59:21.777Z] Login Succeeded [2023-02-16T10:59:21.777Z] docker.io [2023-02-16T10:59:21.777Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T10:59:22.038Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T10:59:22.038Z] Configure a credential helper to remove this warning. See [2023-02-16T10:59:22.038Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T10:59:22.038Z] [2023-02-16T10:59:22.038Z] Login Succeeded [2023-02-16T10:59:22.038Z] ---> docker-login.sh ends [Pipeline] } [2023-02-16T10:59:22.068Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-02-16T10:59:22.710Z] + git rev-list -1 --merges 45038ce9f59d40599830744d131f48b18c2d1e0c~1..45038ce9f59d40599830744d131f48b18c2d1e0c [Pipeline] echo [2023-02-16T10:59:22.762Z] -----------> git rev-list -1 --merges 45038ce9f59d40599830744d131f48b18c2d1e0c~1..45038ce9f59d40599830744d131f48b18c2d1e0c 45038ce9f59d40599830744d131f48b18c2d1e0c [false] [Pipeline] sh [2023-02-16T10:59:23.067Z] + git log --format=format:%s -1 45038ce9f59d40599830744d131f48b18c2d1e0c [Pipeline] echo [2023-02-16T10:59:23.106Z] ========================================================= [2023-02-16T10:59:23.106Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-02-16T10:59:23.106Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-16T10:59:23.537Z] + git log --format=format:%s -1 45038ce9f59d40599830744d131f48b18c2d1e0c [Pipeline] echo [2023-02-16T10:59:23.569Z] [semverPrep] GIT_COMMIT: 45038ce9f59d40599830744d131f48b18c2d1e0c, Commit Message: build(deps): bump github.com/edgexfoundry/device-sdk-go/v3 [Pipeline] echo [2023-02-16T10:59:23.609Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-02-16T10:59:23.996Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-16T10:59:23.996Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-02-16T10:59:23.996Z] + [ -e /tmp/ssh_known_hosts ] [2023-02-16T10:59:23.996Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-02-16T10:59:23.996Z] + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=sudo [2023-02-16T10:59:23.996Z] tee -a /etc/ssh/ssh_known_hosts [2023-02-16T10:59:23.996Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T10:59:24.480Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-16T10:59:24.480Z] [2023-02-16T10:59:24.480Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T10:59:24.865Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-16T10:59:24.865Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-02-16T10:59:24.865Z] b85a868b505f: Pulling fs layer [2023-02-16T10:59:24.865Z] e2be974225ed: Pulling fs layer [2023-02-16T10:59:24.865Z] 339a4e72a1f5: Pulling fs layer [2023-02-16T10:59:24.865Z] 988bab9f4d93: Pulling fs layer [2023-02-16T10:59:24.865Z] 1469e6f7b9e6: Pulling fs layer [2023-02-16T10:59:24.865Z] eaf3925da568: Pulling fs layer [2023-02-16T10:59:24.865Z] bab4dde63d76: Pulling fs layer [2023-02-16T10:59:24.865Z] bde34c3a00c8: Pulling fs layer [2023-02-16T10:59:24.865Z] b352a97aabf1: Pulling fs layer [2023-02-16T10:59:24.865Z] 4872d77fe225: Pulling fs layer [2023-02-16T10:59:24.865Z] 5851b861e8e6: Pulling fs layer [2023-02-16T10:59:24.865Z] 988bab9f4d93: Waiting [2023-02-16T10:59:24.865Z] eaf3925da568: Waiting [2023-02-16T10:59:24.865Z] bde34c3a00c8: Waiting [2023-02-16T10:59:24.865Z] bab4dde63d76: Waiting [2023-02-16T10:59:24.865Z] 1469e6f7b9e6: Waiting [2023-02-16T10:59:24.865Z] 4872d77fe225: Waiting [2023-02-16T10:59:24.865Z] e2be974225ed: Verifying Checksum [2023-02-16T10:59:24.865Z] e2be974225ed: Download complete [2023-02-16T10:59:24.865Z] 988bab9f4d93: Verifying Checksum [2023-02-16T10:59:24.865Z] 988bab9f4d93: Download complete [2023-02-16T10:59:25.130Z] 1469e6f7b9e6: Verifying Checksum [2023-02-16T10:59:25.130Z] 1469e6f7b9e6: Download complete [2023-02-16T10:59:25.130Z] eaf3925da568: Download complete [2023-02-16T10:59:25.130Z] 339a4e72a1f5: Verifying Checksum [2023-02-16T10:59:25.130Z] 339a4e72a1f5: Download complete [2023-02-16T10:59:25.130Z] bde34c3a00c8: Verifying Checksum [2023-02-16T10:59:25.130Z] bde34c3a00c8: Download complete [2023-02-16T10:59:25.391Z] b352a97aabf1: Download complete [2023-02-16T10:59:25.391Z] 4872d77fe225: Verifying Checksum [2023-02-16T10:59:25.391Z] 4872d77fe225: Download complete [2023-02-16T10:59:25.391Z] b85a868b505f: Verifying Checksum [2023-02-16T10:59:25.391Z] b85a868b505f: Download complete [2023-02-16T10:59:25.391Z] 5851b861e8e6: Verifying Checksum [2023-02-16T10:59:25.391Z] 5851b861e8e6: Download complete [2023-02-16T10:59:25.651Z] bab4dde63d76: Verifying Checksum [2023-02-16T10:59:25.651Z] bab4dde63d76: Download complete [2023-02-16T10:59:26.589Z] b85a868b505f: Pull complete [2023-02-16T10:59:26.848Z] e2be974225ed: Pull complete [2023-02-16T10:59:27.416Z] 339a4e72a1f5: Pull complete [2023-02-16T10:59:27.416Z] 988bab9f4d93: Pull complete [2023-02-16T10:59:27.676Z] 1469e6f7b9e6: Pull complete [2023-02-16T10:59:27.676Z] eaf3925da568: Pull complete [2023-02-16T10:59:29.583Z] bab4dde63d76: Pull complete [2023-02-16T10:59:29.843Z] bde34c3a00c8: Pull complete [2023-02-16T10:59:30.102Z] b352a97aabf1: Pull complete [2023-02-16T10:59:30.103Z] 4872d77fe225: Pull complete [2023-02-16T10:59:30.362Z] 5851b861e8e6: Pull complete [2023-02-16T10:59:30.362Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-02-16T10:59:30.362Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-16T10:59:30.362Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-16T10:59:30.577Z] prd-ubuntu20.04-docker-8c-8g-6276 does not seem to be running inside a container [2023-02-16T10:59:30.610Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_device-rfid-llrp-go_PR-157 -v /w/workspace/undry_device-rfid-llrp-go_PR-157:/w/workspace/undry_device-rfid-llrp-go_PR-157:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-157@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-157@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-16T10:59:34.816Z] $ docker top 1d9ce442f06008def65916d1c9b54b5acc1f5fd43ef7e188b273863d3f722323 -eo pid,comm [2023-02-16T10:59:34.877Z] 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-02-16T10:59:34.877Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-16T10:59:34.999Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-16T10:59:34.999Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-16T10:59:35.117Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-16T10:59:35.121Z] $ docker exec 1d9ce442f06008def65916d1c9b54b5acc1f5fd43ef7e188b273863d3f722323 ssh-agent [2023-02-16T10:59:35.232Z] SSH_AUTH_SOCK=/tmp/ssh-WKCOCCWDDivZ/agent.14 [2023-02-16T10:59:35.232Z] SSH_AGENT_PID=20 [2023-02-16T10:59:35.238Z] Running ssh-add (command line suppressed) [2023-02-16T10:59:35.355Z] Identity added: /w/workspace/undry_device-rfid-llrp-go_PR-157@tmp/private_key_16367468071435730576.key (/w/workspace/undry_device-rfid-llrp-go_PR-157@tmp/private_key_16367468071435730576.key) [2023-02-16T10:59:35.369Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-16T10:59:35.696Z] + git tag --points-at HEAD [Pipeline] } [2023-02-16T10:59:35.725Z] $ docker exec --env ******** --env ******** 1d9ce442f06008def65916d1c9b54b5acc1f5fd43ef7e188b273863d3f722323 ssh-agent -k [2023-02-16T10:59:35.817Z] unset SSH_AUTH_SOCK; [2023-02-16T10:59:35.820Z] unset SSH_AGENT_PID; [2023-02-16T10:59:35.820Z] echo Agent pid 20 killed; [2023-02-16T10:59:35.824Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-02-16T10:59:35.912Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-16T10:59:35.912Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-16T10:59:36.058Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-16T10:59:36.062Z] $ docker exec 1d9ce442f06008def65916d1c9b54b5acc1f5fd43ef7e188b273863d3f722323 ssh-agent [2023-02-16T10:59:36.182Z] SSH_AUTH_SOCK=/tmp/ssh-bxwsCaTNzt5N/agent.71 [2023-02-16T10:59:36.182Z] SSH_AGENT_PID=77 [2023-02-16T10:59:36.186Z] Running ssh-add (command line suppressed) [2023-02-16T10:59:36.293Z] Identity added: /w/workspace/undry_device-rfid-llrp-go_PR-157@tmp/private_key_5809487490663746944.key (/w/workspace/undry_device-rfid-llrp-go_PR-157@tmp/private_key_5809487490663746944.key) [2023-02-16T10:59:36.307Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-16T10:59:36.637Z] + git semver init [2023-02-16T10:59:36.896Z] 2023-02-16 10:59:36,818 [run_init] DEBUG init version:0.0.0 force:False [2023-02-16T10:59:36.896Z] 2023-02-16 10:59:36,819 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/undry_device-rfid-llrp-go_PR-157/.semver [2023-02-16T10:59:36.896Z] 2023-02-16 10:59:36,820 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rfid-llrp-go.git /w/workspace/undry_device-rfid-llrp-go_PR-157/.semver [2023-02-16T10:59:36.896Z] 2023-02-16 10:59:36,820 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-rfid-llrp-go.git', '/w/workspace/undry_device-rfid-llrp-go_PR-157/.semver'], cwd=/w/workspace/undry_device-rfid-llrp-go_PR-157, universal_newlines=False, shell=None, istream=None) [2023-02-16T10:59:37.835Z] 2023-02-16 10:59:37,650 [append_file] DEBUG append to file:/w/workspace/undry_device-rfid-llrp-go_PR-157/.git/info/exclude [2023-02-16T10:59:37.835Z] 2023-02-16 10:59:37,651 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/undry_device-rfid-llrp-go_PR-157/.semver/PR-157 with force:False [2023-02-16T10:59:37.835Z] 2023-02-16 10:59:37,651 [write_file] DEBUG write to file:/w/workspace/undry_device-rfid-llrp-go_PR-157/.semver/PR-157 [2023-02-16T10:59:37.835Z] 2023-02-16 10:59:37,656 [execute] INFO git cat-file --batch-check [2023-02-16T10:59:37.835Z] 2023-02-16 10:59:37,656 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/undry_device-rfid-llrp-go_PR-157/.semver, universal_newlines=False, shell=None, istream=) [2023-02-16T10:59:37.835Z] 2023-02-16 10:59:37,663 [execute] INFO git cat-file --batch [2023-02-16T10:59:37.835Z] 2023-02-16 10:59:37,663 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/undry_device-rfid-llrp-go_PR-157/.semver, universal_newlines=False, shell=None, istream=) [2023-02-16T10:59:37.835Z] 2023-02-16 10:59:37,669 [read_version] DEBUG read version from /w/workspace/undry_device-rfid-llrp-go_PR-157/.semver/PR-157 [2023-02-16T10:59:37.835Z] 0.0.0 [Pipeline] } [2023-02-16T10:59:37.925Z] $ docker exec --env ******** --env ******** 1d9ce442f06008def65916d1c9b54b5acc1f5fd43ef7e188b273863d3f722323 ssh-agent -k [2023-02-16T10:59:38.036Z] unset SSH_AUTH_SOCK; [2023-02-16T10:59:38.036Z] unset SSH_AGENT_PID; [2023-02-16T10:59:38.036Z] echo Agent pid 77 killed; [2023-02-16T10:59:38.046Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-16T10:59:38.481Z] + git semver [Pipeline] } [2023-02-16T10:59:38.765Z] $ docker stop --time=1 1d9ce442f06008def65916d1c9b54b5acc1f5fd43ef7e188b273863d3f722323 [2023-02-16T10:59:40.039Z] $ docker rm -f --volumes 1d9ce442f06008def65916d1c9b54b5acc1f5fd43ef7e188b273863d3f722323 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-16T10:59:40.437Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-02-16T10:59:40.684Z] Stashed 1 file(s) [Pipeline] echo [2023-02-16T10:59:40.707Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [2023-02-16T10:59:41.242Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-6281 in /w/workspace/undry_device-rfid-llrp-go_PR-157 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-16T10:59:41.305Z] provisioning config files... [2023-02-16T10:59:41.314Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/undry_device-rfid-llrp-go_PR-157@tmp/config8300751042734810352tmp [Pipeline] { [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] ws [2023-02-16T10:59:41.466Z] Running in /w/workspace/device-rfid-llrp-go/1 [Pipeline] { [Pipeline] checkout [2023-02-16T10:59:41.540Z] Selected Git installation does not exist. Using Default [2023-02-16T10:59:41.540Z] The recommended git tool is: NONE [2023-02-16T10:59:41.688Z] ---> docker-login.sh [2023-02-16T10:59:41.688Z] nexus3.edgexfoundry.org:10001 [2023-02-16T10:59:41.688Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T10:59:41.688Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T10:59:41.688Z] Configure a credential helper to remove this warning. See [2023-02-16T10:59:41.688Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T10:59:41.688Z] [2023-02-16T10:59:41.688Z] Login Succeeded [2023-02-16T10:59:41.688Z] nexus3.edgexfoundry.org:10002 [2023-02-16T10:59:41.688Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T10:59:41.688Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T10:59:41.688Z] Configure a credential helper to remove this warning. See [2023-02-16T10:59:41.688Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T10:59:41.688Z] [2023-02-16T10:59:41.688Z] Login Succeeded [2023-02-16T10:59:41.688Z] nexus3.edgexfoundry.org:10003 [2023-02-16T10:59:41.946Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T10:59:41.946Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T10:59:41.946Z] Configure a credential helper to remove this warning. See [2023-02-16T10:59:41.946Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T10:59:41.946Z] [2023-02-16T10:59:41.946Z] Login Succeeded [2023-02-16T10:59:41.946Z] nexus3.edgexfoundry.org:10004 [2023-02-16T10:59:41.946Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T10:59:41.946Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T10:59:41.946Z] Configure a credential helper to remove this warning. See [2023-02-16T10:59:41.946Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T10:59:41.946Z] [2023-02-16T10:59:41.946Z] Login Succeeded [2023-02-16T10:59:41.946Z] docker.io [2023-02-16T10:59:42.209Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T10:59:42.467Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T10:59:42.467Z] Configure a credential helper to remove this warning. See [2023-02-16T10:59:42.467Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T10:59:42.467Z] [2023-02-16T10:59:42.467Z] Login Succeeded [2023-02-16T10:59:42.467Z] ---> docker-login.sh ends [Pipeline] } [2023-02-16T10:59:42.492Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-02-16T10:59:42.690Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-16T10:59:42.726Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-16T10:59:42.758Z] ========================================================= [2023-02-16T10:59:42.758Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-02-16T10:59:42.758Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T10:59:43.298Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-02-16T10:59:43.298Z] Sending build context to Docker daemon 4.112MB [2023-02-16T10:59:43.298Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2023-02-16T10:59:43.298Z] Step 2/12 : FROM ${BASE} AS builder [2023-02-16T10:59:43.563Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-02-16T10:59:43.563Z] 213ec9aee27d: Pulling fs layer [2023-02-16T10:59:43.563Z] 4583459ba037: Pulling fs layer [2023-02-16T10:59:43.563Z] 93c1e223e6f2: Pulling fs layer [2023-02-16T10:59:43.563Z] 53926ce57604: Pulling fs layer [2023-02-16T10:59:43.563Z] 21b2b0c7a3f4: Pulling fs layer [2023-02-16T10:59:43.563Z] 22ff95d597cd: Pulling fs layer [2023-02-16T10:59:43.563Z] 12d6caf4c0d1: Pulling fs layer [2023-02-16T10:59:43.564Z] 96b7cbca73a9: Pulling fs layer [2023-02-16T10:59:43.564Z] a7acece74701: Pulling fs layer [2023-02-16T10:59:43.564Z] 53926ce57604: Waiting [2023-02-16T10:59:43.564Z] 21b2b0c7a3f4: Waiting [2023-02-16T10:59:43.564Z] a7acece74701: Waiting [2023-02-16T10:59:43.564Z] 22ff95d597cd: Waiting [2023-02-16T10:59:43.564Z] 12d6caf4c0d1: Waiting [2023-02-16T10:59:43.564Z] 93c1e223e6f2: Verifying Checksum [2023-02-16T10:59:43.564Z] 93c1e223e6f2: Download complete [2023-02-16T10:59:43.564Z] 4583459ba037: Download complete [2023-02-16T10:59:43.564Z] 21b2b0c7a3f4: Verifying Checksum [2023-02-16T10:59:43.564Z] 21b2b0c7a3f4: Download complete [2023-02-16T10:59:43.564Z] 22ff95d597cd: Verifying Checksum [2023-02-16T10:59:43.564Z] 22ff95d597cd: Download complete [2023-02-16T10:59:43.564Z] 213ec9aee27d: Verifying Checksum [2023-02-16T10:59:43.564Z] 213ec9aee27d: Download complete [2023-02-16T10:59:43.837Z] 12d6caf4c0d1: Download complete [2023-02-16T10:59:43.837Z] 213ec9aee27d: Pull complete [2023-02-16T10:59:43.837Z] 4583459ba037: Pull complete [2023-02-16T10:59:44.115Z] 93c1e223e6f2: Pull complete [2023-02-16T10:59:44.765Z] 53926ce57604: Verifying Checksum [2023-02-16T10:59:44.765Z] 53926ce57604: Download complete [2023-02-16T10:59:45.055Z] a7acece74701: Verifying Checksum [2023-02-16T10:59:45.055Z] a7acece74701: Download complete [2023-02-16T10:59:45.318Z] 96b7cbca73a9: Verifying Checksum [2023-02-16T10:59:45.318Z] 96b7cbca73a9: Download complete [2023-02-16T10:59:46.723Z] using credential edgex-jenkins-ssh [2023-02-16T10:59:46.750Z] Cloning the remote Git repository [2023-02-16T10:59:46.820Z] Cloning repository git@github.com:edgexfoundry/device-rfid-llrp-go.git [2023-02-16T10:59:46.886Z] > git init /w/workspace/device-rfid-llrp-go/1 # timeout=10 [2023-02-16T10:59:47.030Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git [2023-02-16T10:59:47.031Z] > git --version # timeout=10 [2023-02-16T10:59:47.057Z] > git --version # 'git version 2.25.1' [2023-02-16T10:59:47.059Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-16T10:59:47.120Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-16T10:59:48.614Z] 53926ce57604: Pull complete [2023-02-16T10:59:48.614Z] 21b2b0c7a3f4: Pull complete [2023-02-16T10:59:48.614Z] 22ff95d597cd: Pull complete [2023-02-16T10:59:48.614Z] 12d6caf4c0d1: Pull complete [2023-02-16T10:59:48.817Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 [2023-02-16T10:59:48.845Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-16T10:59:49.686Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 [2023-02-16T10:59:49.727Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git [2023-02-16T10:59:49.728Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-16T10:59:49.742Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/pull/157/head:refs/remotes/origin/PR-157 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-02-16T10:59:50.312Z] Merging remotes/origin/main commit c8ddb795451293862e71ea8481bb36f4aa2ad204 into PR head commit 45038ce9f59d40599830744d131f48b18c2d1e0c [2023-02-16T10:59:50.514Z] 96b7cbca73a9: Pull complete [2023-02-16T10:59:50.543Z] Merge succeeded, producing 45038ce9f59d40599830744d131f48b18c2d1e0c [2023-02-16T10:59:50.544Z] Checking out Revision 45038ce9f59d40599830744d131f48b18c2d1e0c (PR-157) [2023-02-16T10:59:51.164Z] Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v3" [2023-02-16T10:59:51.252Z] > git --version # timeout=10 [2023-02-16T10:59:51.264Z] > git --version # 'git version 2.25.1' [2023-02-16T10:59:51.277Z] fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2023-02-16T10:59:50.339Z] > git config core.sparsecheckout # timeout=10 [2023-02-16T10:59:50.363Z] > git checkout -f 45038ce9f59d40599830744d131f48b18c2d1e0c # timeout=10 [2023-02-16T10:59:50.471Z] > git remote # timeout=10 [2023-02-16T10:59:50.489Z] > git config --get remote.origin.url # timeout=10 [2023-02-16T10:59:50.502Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-16T10:59:50.516Z] > git merge c8ddb795451293862e71ea8481bb36f4aa2ad204 # timeout=10 [2023-02-16T10:59:50.537Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-02-16T10:59:50.556Z] > git config core.sparsecheckout # timeout=10 [2023-02-16T10:59:50.568Z] > git checkout -f 45038ce9f59d40599830744d131f48b18c2d1e0c # timeout=10 [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-16T10:59:51.886Z] a7acece74701: Pull complete [2023-02-16T10:59:51.887Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-02-16T10:59:51.887Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-16T10:59:51.887Z] ---> db6d94c90886 [2023-02-16T10:59:51.887Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-02-16T10:59:52.281Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-02-16T10:59:52.281Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-16T10:59:52.281Z] Dload Upload Total Spent Left Speed [2023-02-16T10:59:52.281Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 99k 0 --:--:-- --:--:-- --:--:-- 99k [Pipeline] sh [2023-02-16T10:59:52.937Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-02-16T10:59:53.280Z] + sudo tee /etc/docker/daemon.new [2023-02-16T10:59:53.280Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-02-16T10:59:53.280Z] { [2023-02-16T10:59:53.280Z] "registry-mirrors": [ [2023-02-16T10:59:53.280Z] "https://nexus3.edgexfoundry.org:10001" [2023-02-16T10:59:53.280Z] ], [2023-02-16T10:59:53.280Z] "bip": "10.250.0.254/24", [2023-02-16T10:59:53.280Z] "hosts": [ [2023-02-16T10:59:53.280Z] "tcp://0.0.0.0:5555", [2023-02-16T10:59:53.280Z] "unix:///var/run/docker.sock" [2023-02-16T10:59:53.280Z] ], [2023-02-16T10:59:53.280Z] "mtu": 1458, [2023-02-16T10:59:53.280Z] "selinux-enabled": true, [2023-02-16T10:59:53.280Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-02-16T10:59:53.280Z] } [Pipeline] sh [2023-02-16T10:59:53.625Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-02-16T10:59:53.976Z] + sudo service docker restart [2023-02-16T11:00:09.981Z] ---> Running in 805cec2a077c [2023-02-16T11:00:09.981Z] Removing intermediate container 805cec2a077c [2023-02-16T11:00:09.981Z] ---> 801a8aaf966d [2023-02-16T11:00:09.981Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-16T11:00:09.981Z] ---> Running in 4118d674c17d [2023-02-16T11:00:09.981Z] Removing intermediate container 4118d674c17d [2023-02-16T11:00:09.981Z] ---> 09e00584060f [2023-02-16T11:00:09.981Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git" [2023-02-16T11:00:09.981Z] ---> Running in 81fcc3996870 [2023-02-16T11:00:10.241Z] Removing intermediate container 81fcc3996870 [2023-02-16T11:00:10.241Z] ---> 132190af7ab5 [2023-02-16T11:00:10.241Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-02-16T11:00:10.500Z] ---> Running in 4efc8fb90c49 [2023-02-16T11:00:10.759Z] Removing intermediate container 4efc8fb90c49 [2023-02-16T11:00:10.759Z] ---> f9e012f7caf6 [2023-02-16T11:00:10.759Z] Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-16T11:00:11.018Z] ---> Running in f5e6403bf4b6 [2023-02-16T11:00:11.586Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-16T11:00:11.586Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-16T11:00:11.845Z] OK: 211 MiB in 51 packages [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-16T11:00:12.303Z] provisioning config files... [2023-02-16T11:00:12.329Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/device-rfid-llrp-go/1@tmp/config16497010237990483002tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-16T11:00:12.717Z] ---> docker-login.sh [2023-02-16T11:00:12.717Z] nexus3.edgexfoundry.org:10001 [2023-02-16T11:00:13.237Z] Removing intermediate container f5e6403bf4b6 [2023-02-16T11:00:13.237Z] ---> 6a80b4c466e2 [2023-02-16T11:00:13.237Z] Step 8/12 : WORKDIR /app [2023-02-16T11:00:13.237Z] ---> Running in 4f065fa3d7d5 [2023-02-16T11:00:13.237Z] Removing intermediate container 4f065fa3d7d5 [2023-02-16T11:00:13.237Z] ---> 98747ad4257e [2023-02-16T11:00:13.237Z] Step 9/12 : COPY go.mod vendor* ./ [2023-02-16T11:00:13.306Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T11:00:13.306Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T11:00:13.306Z] Configure a credential helper to remove this warning. See [2023-02-16T11:00:13.306Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T11:00:13.306Z] [2023-02-16T11:00:13.306Z] Login Succeeded [2023-02-16T11:00:13.306Z] nexus3.edgexfoundry.org:10002 [2023-02-16T11:00:13.498Z] ---> 00a69895ad05 [2023-02-16T11:00:13.498Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T11:00:13.498Z] ---> Running in 09a9a93520d5 [2023-02-16T11:00:13.574Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T11:00:13.574Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T11:00:13.574Z] Configure a credential helper to remove this warning. See [2023-02-16T11:00:13.574Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T11:00:13.574Z] [2023-02-16T11:00:13.574Z] Login Succeeded [2023-02-16T11:00:13.574Z] nexus3.edgexfoundry.org:10003 [2023-02-16T11:00:13.847Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T11:00:14.122Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T11:00:14.122Z] Configure a credential helper to remove this warning. See [2023-02-16T11:00:14.122Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T11:00:14.122Z] [2023-02-16T11:00:14.122Z] Login Succeeded [2023-02-16T11:00:14.122Z] nexus3.edgexfoundry.org:10004 [2023-02-16T11:00:14.392Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T11:00:14.392Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T11:00:14.392Z] Configure a credential helper to remove this warning. See [2023-02-16T11:00:14.392Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T11:00:14.392Z] [2023-02-16T11:00:14.392Z] Login Succeeded [2023-02-16T11:00:14.392Z] docker.io [2023-02-16T11:00:14.661Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T11:00:16.609Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T11:00:16.609Z] Configure a credential helper to remove this warning. See [2023-02-16T11:00:16.609Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T11:00:16.609Z] [2023-02-16T11:00:16.609Z] Login Succeeded [2023-02-16T11:00:16.609Z] ---> docker-login.sh ends [Pipeline] } [2023-02-16T11:00:16.649Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-02-16T11:00:17.018Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-16T11:00:17.056Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-16T11:00:17.088Z] ========================================================= [2023-02-16T11:00:17.088Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-02-16T11:00:17.088Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T11:00:17.617Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-02-16T11:00:17.890Z] Sending build context to Docker daemon 1.217MB [2023-02-16T11:00:17.890Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2023-02-16T11:00:17.890Z] Step 2/12 : FROM ${BASE} AS builder [2023-02-16T11:00:18.162Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-02-16T11:00:18.162Z] 9b18e9b68314: Pulling fs layer [2023-02-16T11:00:18.162Z] 35d82f9e3411: Pulling fs layer [2023-02-16T11:00:18.162Z] e16973657156: Pulling fs layer [2023-02-16T11:00:18.162Z] fc693d55d65f: Pulling fs layer [2023-02-16T11:00:18.162Z] 7e9fc2657dce: Pulling fs layer [2023-02-16T11:00:18.162Z] dda99020689f: Pulling fs layer [2023-02-16T11:00:18.162Z] db1c61fa0a46: Pulling fs layer [2023-02-16T11:00:18.162Z] 891c053d2c06: Pulling fs layer [2023-02-16T11:00:18.162Z] 7e9fc2657dce: Waiting [2023-02-16T11:00:18.162Z] dda99020689f: Waiting [2023-02-16T11:00:18.162Z] db1c61fa0a46: Waiting [2023-02-16T11:00:18.162Z] 891c053d2c06: Waiting [2023-02-16T11:00:18.162Z] fc693d55d65f: Waiting [2023-02-16T11:00:18.162Z] e16973657156: Download complete [2023-02-16T11:00:18.162Z] 35d82f9e3411: Verifying Checksum [2023-02-16T11:00:18.162Z] 35d82f9e3411: Download complete [2023-02-16T11:00:18.162Z] 7e9fc2657dce: Verifying Checksum [2023-02-16T11:00:18.162Z] 7e9fc2657dce: Download complete [2023-02-16T11:00:18.162Z] dda99020689f: Verifying Checksum [2023-02-16T11:00:18.162Z] dda99020689f: Download complete [2023-02-16T11:00:18.162Z] 9b18e9b68314: Verifying Checksum [2023-02-16T11:00:18.162Z] 9b18e9b68314: Download complete [2023-02-16T11:00:19.146Z] 9b18e9b68314: Pull complete [2023-02-16T11:00:19.424Z] 891c053d2c06: Verifying Checksum [2023-02-16T11:00:19.424Z] 891c053d2c06: Download complete [2023-02-16T11:00:19.697Z] 35d82f9e3411: Pull complete [2023-02-16T11:00:19.970Z] e16973657156: Pull complete [2023-02-16T11:00:20.562Z] db1c61fa0a46: Verifying Checksum [2023-02-16T11:00:20.562Z] db1c61fa0a46: Download complete [2023-02-16T11:00:21.154Z] fc693d55d65f: Verifying Checksum [2023-02-16T11:00:21.155Z] fc693d55d65f: Download complete [2023-02-16T11:00:33.494Z] fc693d55d65f: Pull complete [2023-02-16T11:00:33.494Z] 7e9fc2657dce: Pull complete [2023-02-16T11:00:33.494Z] dda99020689f: Pull complete [2023-02-16T11:00:41.706Z] db1c61fa0a46: Pull complete [2023-02-16T11:00:43.654Z] 891c053d2c06: Pull complete [2023-02-16T11:00:43.654Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-02-16T11:00:43.654Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-16T11:00:43.654Z] ---> f96f9c87975a [2023-02-16T11:00:43.654Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-02-16T11:00:44.242Z] ---> Running in c8b5b9f22584 [2023-02-16T11:00:44.515Z] Removing intermediate container c8b5b9f22584 [2023-02-16T11:00:44.515Z] ---> 80678ab79191 [2023-02-16T11:00:44.515Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-16T11:00:44.515Z] ---> Running in 7a2aaca116e5 [2023-02-16T11:00:44.791Z] Removing intermediate container 7a2aaca116e5 [2023-02-16T11:00:44.791Z] ---> 80f51741a777 [2023-02-16T11:00:44.791Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git" [2023-02-16T11:00:45.060Z] ---> Running in c74a692ec5a7 [2023-02-16T11:00:45.328Z] Removing intermediate container c74a692ec5a7 [2023-02-16T11:00:45.328Z] ---> 53082797a29a [2023-02-16T11:00:45.328Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-02-16T11:00:45.328Z] ---> Running in 5723721460fd [2023-02-16T11:00:45.605Z] Removing intermediate container 5723721460fd [2023-02-16T11:00:45.605Z] ---> ceedfcd98106 [2023-02-16T11:00:45.605Z] Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-16T11:00:45.605Z] ---> Running in e3cadfd08a1b [2023-02-16T11:00:47.035Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-16T11:00:47.035Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-16T11:00:47.998Z] OK: 221 MiB in 51 packages [2023-02-16T11:00:48.960Z] Removing intermediate container e3cadfd08a1b [2023-02-16T11:00:48.960Z] ---> 6bb05dc90708 [2023-02-16T11:00:48.960Z] Step 8/12 : WORKDIR /app [2023-02-16T11:00:48.960Z] ---> Running in 9dd32f4fb343 [2023-02-16T11:00:49.227Z] Removing intermediate container 9dd32f4fb343 [2023-02-16T11:00:49.227Z] ---> c10f928cdde9 [2023-02-16T11:00:49.227Z] Step 9/12 : COPY go.mod vendor* ./ [2023-02-16T11:00:49.810Z] ---> 1678d1ddedd1 [2023-02-16T11:00:49.810Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T11:00:49.810Z] ---> Running in d730f87ebbf3 [2023-02-16T11:01:21.278Z] Removing intermediate container 09a9a93520d5 [2023-02-16T11:01:21.278Z] ---> 88af705fde0f [2023-02-16T11:01:21.278Z] Step 11/12 : COPY . . [2023-02-16T11:01:21.278Z] ---> ac8d2a83e823 [2023-02-16T11:01:21.278Z] Step 12/12 : RUN $MAKE [2023-02-16T11:01:21.278Z] ---> Running in cde6655e5aee [2023-02-16T11:01:21.278Z] noop [2023-02-16T11:01:21.278Z] Removing intermediate container cde6655e5aee [2023-02-16T11:01:21.278Z] ---> b451f61d71d8 [2023-02-16T11:01:21.278Z] Successfully built b451f61d71d8 [2023-02-16T11:01:21.278Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T11:01:21.731Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-16T11:01:21.731Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-16T11:01:21.880Z] prd-ubuntu20.04-docker-8c-8g-6276 does not seem to be running inside a container [2023-02-16T11:01:21.905Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/undry_device-rfid-llrp-go_PR-157 -v /w/workspace/undry_device-rfid-llrp-go_PR-157:/w/workspace/undry_device-rfid-llrp-go_PR-157:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-157@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-157@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-16T11:01:22.907Z] $ docker top e2a2142da6e703a3cc20930c27b43a41d6535450d68170ebe466819260552a46 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-16T11:01:23.295Z] + go version [2023-02-16T11:01:23.295Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-02-16T11:01:23.326Z] $ docker stop --time=1 e2a2142da6e703a3cc20930c27b43a41d6535450d68170ebe466819260552a46 [2023-02-16T11:01:25.298Z] $ docker rm -f --volumes e2a2142da6e703a3cc20930c27b43a41d6535450d68170ebe466819260552a46 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T11:01:26.067Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-16T11:01:26.067Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-16T11:01:26.218Z] prd-ubuntu20.04-docker-8c-8g-6276 does not seem to be running inside a container [2023-02-16T11:01:26.253Z] $ 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-157 -v /w/workspace/undry_device-rfid-llrp-go_PR-157:/w/workspace/undry_device-rfid-llrp-go_PR-157:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-157@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-157@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-16T11:01:27.231Z] $ docker top 3e71160834fdf842ac5daf2be301ac57e5c764e0788a0465c249c2d20813961a -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-16T11:01:27.610Z] + git config --global --add safe.directory /w/workspace/undry_device-rfid-llrp-go_PR-157 [Pipeline] fileExists [Pipeline] sh [2023-02-16T11:01:27.975Z] + make test [2023-02-16T11:01:27.975Z] go test ./... -coverprofile=coverage.out ./... [2023-02-16T11:01:28.542Z] ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] [2023-02-16T11:01:38.509Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd [no test files] [2023-02-16T11:01:38.509Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd/llrp [no test files] [2023-02-16T11:01:41.817Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/driver 3.632s coverage: 40.7% of statements [2023-02-16T11:01:41.817Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.244s coverage: 51.9% of statements [2023-02-16T11:01:41.817Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.027s coverage: 95.5% of statements [2023-02-16T11:01:49.925Z] level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." [2023-02-16T11:01:49.925Z] go vet ./... [2023-02-16T11:01:53.213Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-16T11:01:53.213Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-16T11:01:53.213Z] ./bin/test-attribution-txt.sh [2023-02-16T11:01:53.213Z] An attribution for golang.org/x/mod is missing from Attribution.txt, please add [2023-02-16T11:01:53.213Z] An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo [2023-02-16T11:01:53.253Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-16T11:01:53.284Z] $ docker stop --time=1 3e71160834fdf842ac5daf2be301ac57e5c764e0788a0465c249c2d20813961a [2023-02-16T11:01:55.122Z] $ docker rm -f --volumes 3e71160834fdf842ac5daf2be301ac57e5c764e0788a0465c249c2d20813961a [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-16T11:01:55.637Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-16T11:01:55.730Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-02-16T11:01:56.376Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-02-16T11:01:56.686Z] + ls -al . [2023-02-16T11:01:56.686Z] total 632 [2023-02-16T11:01:56.687Z] drwxrwxr-x 11 jenkins jenkins 4096 Feb 16 11:01 . [2023-02-16T11:01:56.687Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 16 10:59 .. [2023-02-16T11:01:56.687Z] -rw-rw-r-- 1 jenkins jenkins 134 Feb 16 10:59 .dockerignore [2023-02-16T11:01:56.687Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 16 11:01 .git [2023-02-16T11:01:56.687Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 16 10:59 .github [2023-02-16T11:01:56.687Z] -rw-rw-r-- 1 jenkins jenkins 946 Feb 16 10:59 .gitignore [2023-02-16T11:01:56.687Z] -rw-rw-r-- 1 jenkins jenkins 41 Feb 16 10:59 .golangci.yml [2023-02-16T11:01:56.687Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 16 10:59 .semver [2023-02-16T11:01:56.687Z] -rw-rw-r-- 1 jenkins jenkins 10896 Feb 16 10:59 Attribution.txt [2023-02-16T11:01:56.687Z] -rw-rw-r-- 1 jenkins jenkins 5905 Feb 16 10:59 CHANGELOG.md [2023-02-16T11:01:56.687Z] -rw-rw-r-- 1 jenkins jenkins 1347 Feb 16 10:59 Dockerfile [2023-02-16T11:01:56.687Z] -rw-rw-r-- 1 jenkins jenkins 677 Feb 16 10:59 GOVERNANCE.md [2023-02-16T11:01:56.687Z] -rw-rw-r-- 1 jenkins jenkins 683 Feb 16 10:59 Jenkinsfile [2023-02-16T11:01:56.687Z] -rw-rw-r-- 1 jenkins jenkins 11347 Feb 16 10:59 LICENSE [2023-02-16T11:01:56.687Z] -rw-rw-r-- 1 jenkins jenkins 2018 Feb 16 10:59 Makefile [2023-02-16T11:01:56.687Z] -rw-rw-r-- 1 jenkins jenkins 625 Feb 16 10:59 OWNERS.md [2023-02-16T11:01:56.687Z] -rw-rw-r-- 1 jenkins jenkins 28496 Feb 16 10:59 README.md [2023-02-16T11:01:56.687Z] -rw-rw-r-- 1 jenkins jenkins 5 Feb 16 10:59 VERSION [2023-02-16T11:01:56.687Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 16 10:59 bin [2023-02-16T11:01:56.687Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 16 10:59 cmd [2023-02-16T11:01:56.687Z] -rw-r--r-- 1 jenkins jenkins 457862 Feb 16 11:01 coverage.out [2023-02-16T11:01:56.687Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 16 10:59 examples [2023-02-16T11:01:56.687Z] -rw-rw-r-- 1 jenkins jenkins 3462 Feb 16 10:59 go.mod [2023-02-16T11:01:56.687Z] -rw-rw-r-- 1 jenkins jenkins 33032 Feb 16 10:59 go.sum [2023-02-16T11:01:56.687Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 16 10:59 images [2023-02-16T11:01:56.687Z] drwxrwxr-x 5 jenkins jenkins 4096 Feb 16 10:59 internal [2023-02-16T11:01:56.687Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 16 10:59 snap [2023-02-16T11:01:56.687Z] -rw-rw-r-- 1 jenkins jenkins 193 Feb 16 10:59 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T11:01:57.074Z] + 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=45038ce9f59d40599830744d131f48b18c2d1e0c --label arch=amd64 --label version=0.0.0 . [2023-02-16T11:01:57.074Z] Sending build context to Docker daemon 4.112MB [2023-02-16T11:01:57.074Z] Step 1/24 : ARG BASE=golang:1.18-alpine3.16 [2023-02-16T11:01:57.074Z] Step 2/24 : FROM ${BASE} AS builder [2023-02-16T11:01:57.074Z] ---> b451f61d71d8 [2023-02-16T11:01:57.074Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-02-16T11:01:57.333Z] ---> Running in 9341be8affa1 [2023-02-16T11:01:57.333Z] Removing intermediate container 9341be8affa1 [2023-02-16T11:01:57.333Z] ---> 49ef96cfda2b [2023-02-16T11:01:57.333Z] Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-16T11:01:57.333Z] ---> Running in ecde1ecab8cc [2023-02-16T11:01:57.333Z] Removing intermediate container ecde1ecab8cc [2023-02-16T11:01:57.333Z] ---> fc3fd5d3b9c7 [2023-02-16T11:01:57.333Z] Step 5/24 : ARG ALPINE_PKG_BASE="make git" [2023-02-16T11:01:57.333Z] ---> Running in 228c548966a1 [2023-02-16T11:01:57.592Z] Removing intermediate container 228c548966a1 [2023-02-16T11:01:57.592Z] ---> cf29d64de5af [2023-02-16T11:01:57.592Z] Step 6/24 : ARG ALPINE_PKG_EXTRA="" [2023-02-16T11:01:57.592Z] ---> Running in 1b7823f645a9 [2023-02-16T11:01:57.592Z] Removing intermediate container 1b7823f645a9 [2023-02-16T11:01:57.592Z] ---> 0533ba3fe1b8 [2023-02-16T11:01:57.592Z] Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-16T11:01:57.592Z] ---> Running in abaaeb63ba0f [2023-02-16T11:01:57.685Z] Removing intermediate container d730f87ebbf3 [2023-02-16T11:01:57.685Z] ---> 0cefb555b72b [2023-02-16T11:01:57.685Z] Step 11/12 : COPY . . [2023-02-16T11:01:57.685Z] ---> 0518824c2e8f [2023-02-16T11:01:57.685Z] Step 12/12 : RUN $MAKE [2023-02-16T11:01:57.685Z] ---> Running in d91b541ec00e [2023-02-16T11:01:57.685Z] noop [2023-02-16T11:01:57.685Z] Removing intermediate container d91b541ec00e [2023-02-16T11:01:57.685Z] ---> 6cc84931554c [2023-02-16T11:01:57.685Z] Successfully built 6cc84931554c [2023-02-16T11:01:57.685Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [2023-02-16T11:01:57.850Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [Pipeline] sh [2023-02-16T11:01:58.110Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-16T11:01:58.166Z] + docker inspect -f . ci-base-image-arm64 [2023-02-16T11:01:58.166Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-16T11:01:58.368Z] OK: 211 MiB in 51 packages [2023-02-16T11:01:58.429Z] prd-ubuntu20.04-docker-arm64-4c-16g-6281 does not seem to be running inside a container [2023-02-16T11:01:58.499Z] $ 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 ******** ci-base-image-arm64 cat [2023-02-16T11:01:58.934Z] Removing intermediate container abaaeb63ba0f [2023-02-16T11:01:58.934Z] ---> 1d39d308ec13 [2023-02-16T11:01:58.934Z] Step 8/24 : WORKDIR /app [2023-02-16T11:01:58.934Z] ---> Running in 25758309860e [2023-02-16T11:01:58.934Z] Removing intermediate container 25758309860e [2023-02-16T11:01:58.934Z] ---> 6388342da3d8 [2023-02-16T11:01:58.934Z] Step 9/24 : COPY go.mod vendor* ./ [2023-02-16T11:01:59.192Z] ---> fdb238da0b9a [2023-02-16T11:01:59.192Z] Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T11:01:59.192Z] ---> Running in 4146e3424143 [2023-02-16T11:01:59.685Z] $ docker top 864ae3253b765c7c5c522b1bf791336d5690153c7e7b1ac87ac2f1a30f416b20 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-16T11:02:00.126Z] Removing intermediate container 4146e3424143 [2023-02-16T11:02:00.127Z] ---> 3ea33d8ea9f0 [2023-02-16T11:02:00.127Z] Step 11/24 : COPY . . [2023-02-16T11:02:00.385Z] ---> 9a065037f5c2 [2023-02-16T11:02:00.385Z] Step 12/24 : RUN $MAKE [2023-02-16T11:02:00.385Z] ---> Running in 8f687120def9 [2023-02-16T11:02:00.618Z] + go version [2023-02-16T11:02:00.618Z] go version go1.18.7 linux/arm64 [2023-02-16T11:02:00.643Z] 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 [Pipeline] } [2023-02-16T11:02:00.666Z] $ docker stop --time=1 864ae3253b765c7c5c522b1bf791336d5690153c7e7b1ac87ac2f1a30f416b20 [2023-02-16T11:02:02.336Z] $ docker rm -f --volumes 864ae3253b765c7c5c522b1bf791336d5690153c7e7b1ac87ac2f1a30f416b20 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T11:02:03.223Z] + docker inspect -f . ci-base-image-arm64 [2023-02-16T11:02:03.223Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-16T11:02:03.482Z] prd-ubuntu20.04-docker-arm64-4c-16g-6281 does not seem to be running inside a container [2023-02-16T11:02:03.556Z] $ 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 ******** ci-base-image-arm64 cat [2023-02-16T11:02:04.737Z] $ docker top 3c38b4bc82d75447ecb883d7803d48cf3ba146415147230f14535ffead1a09e9 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-16T11:02:05.297Z] + git config --global --add safe.directory /w/workspace/device-rfid-llrp-go/1 [Pipeline] fileExists [Pipeline] sh [2023-02-16T11:02:06.276Z] + make test [2023-02-16T11:02:06.276Z] go test ./... -coverprofile=coverage.out ./... [2023-02-16T11:02:08.219Z] ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] [2023-02-16T11:02:22.562Z] Removing intermediate container 8f687120def9 [2023-02-16T11:02:22.562Z] ---> 7c7eed96846d [2023-02-16T11:02:22.562Z] Step 13/24 : FROM alpine:3.16 [2023-02-16T11:02:22.562Z] 3.16: Pulling from library/alpine [2023-02-16T11:02:22.562Z] ef5531b6e74e: Pulling fs layer [2023-02-16T11:02:22.830Z] ef5531b6e74e: Verifying Checksum [2023-02-16T11:02:22.830Z] ef5531b6e74e: Download complete [2023-02-16T11:02:23.399Z] ef5531b6e74e: Pull complete [2023-02-16T11:02:23.657Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-16T11:02:23.657Z] Status: Downloaded newer image for alpine:3.16 [2023-02-16T11:02:23.657Z] ---> dfd21b5a31f5 [2023-02-16T11:02:23.657Z] Step 14/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-02-16T11:02:23.657Z] ---> Running in 1f616636bf81 [2023-02-16T11:02:23.918Z] Removing intermediate container 1f616636bf81 [2023-02-16T11:02:23.918Z] ---> f6e54a6d2e32 [2023-02-16T11:02:23.918Z] Step 15/24 : RUN apk add --update --no-cache dumb-init [2023-02-16T11:02:23.918Z] ---> Running in 6f9b0926d856 [2023-02-16T11:02:24.177Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-16T11:02:24.177Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-16T11:02:24.435Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-16T11:02:24.435Z] Executing busybox-1.35.0-r17.trigger [2023-02-16T11:02:24.435Z] OK: 6 MiB in 15 packages [2023-02-16T11:02:24.700Z] Removing intermediate container 6f9b0926d856 [2023-02-16T11:02:24.700Z] ---> a1b939dbce26 [2023-02-16T11:02:24.700Z] Step 16/24 : COPY --from=builder /app/LICENSE / [2023-02-16T11:02:24.958Z] ---> 81ca1d48e263 [2023-02-16T11:02:24.958Z] Step 17/24 : COPY --from=builder /app/Attribution.txt / [2023-02-16T11:02:25.216Z] ---> 01222e91514b [2023-02-16T11:02:25.216Z] Step 18/24 : COPY --from=builder /app/cmd/ / [2023-02-16T11:02:25.783Z] ---> a5952e313347 [2023-02-16T11:02:25.783Z] Step 19/24 : EXPOSE 59989 [2023-02-16T11:02:26.044Z] ---> Running in ef8fc941d8d9 [2023-02-16T11:02:26.303Z] Removing intermediate container ef8fc941d8d9 [2023-02-16T11:02:26.303Z] ---> 4c459e6901b3 [2023-02-16T11:02:26.303Z] Step 20/24 : ENTRYPOINT ["/device-rfid-llrp"] [2023-02-16T11:02:26.562Z] ---> Running in 0835d2e192b5 [2023-02-16T11:02:26.821Z] Removing intermediate container 0835d2e192b5 [2023-02-16T11:02:26.821Z] ---> 239bab7ac64f [2023-02-16T11:02:26.821Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-16T11:02:27.080Z] ---> Running in 9c8662aa7659 [2023-02-16T11:02:27.341Z] Removing intermediate container 9c8662aa7659 [2023-02-16T11:02:27.341Z] ---> e57d68427543 [2023-02-16T11:02:27.341Z] Step 22/24 : LABEL arch=amd64 [2023-02-16T11:02:27.341Z] ---> Running in 4fd8fafd671d [2023-02-16T11:02:27.601Z] Removing intermediate container 4fd8fafd671d [2023-02-16T11:02:27.601Z] ---> caf0acc2031b [2023-02-16T11:02:27.601Z] Step 23/24 : LABEL git_sha=45038ce9f59d40599830744d131f48b18c2d1e0c [2023-02-16T11:02:27.601Z] ---> Running in d81a41081fa1 [2023-02-16T11:02:27.601Z] Removing intermediate container d81a41081fa1 [2023-02-16T11:02:27.601Z] ---> d8e06e0e1416 [2023-02-16T11:02:27.601Z] Step 24/24 : LABEL version=0.0.0 [2023-02-16T11:02:27.601Z] ---> Running in 395e27c51900 [2023-02-16T11:02:27.601Z] Removing intermediate container 395e27c51900 [2023-02-16T11:02:27.601Z] ---> e7bb8cf80775 [2023-02-16T11:02:27.601Z] [Warning] One or more build-args [ARCH] were not consumed [2023-02-16T11:02:27.601Z] Successfully built e7bb8cf80775 [2023-02-16T11:02:27.601Z] 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-02-16T11:02:28.506Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-16T11:02:28.506Z] [2023-02-16T11:02:28.506Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T11:02:28.896Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-16T11:02:28.896Z] latest: Pulling from edgex-lftools-log-publisher [2023-02-16T11:02:28.896Z] 5eb5b503b376: Pulling fs layer [2023-02-16T11:02:28.896Z] 5c69ac0246d0: Pulling fs layer [2023-02-16T11:02:28.896Z] ec43610c2a17: Pulling fs layer [2023-02-16T11:02:28.896Z] 3a2ae6a8a46f: Pulling fs layer [2023-02-16T11:02:28.896Z] 33b1e0a273af: Pulling fs layer [2023-02-16T11:02:28.896Z] 5d3b04190fa2: Pulling fs layer [2023-02-16T11:02:28.896Z] 2f39f015ded8: Pulling fs layer [2023-02-16T11:02:28.896Z] 3a2ae6a8a46f: Waiting [2023-02-16T11:02:28.896Z] 33b1e0a273af: Waiting [2023-02-16T11:02:28.896Z] 5d3b04190fa2: Waiting [2023-02-16T11:02:28.896Z] 5c69ac0246d0: Verifying Checksum [2023-02-16T11:02:28.896Z] 5c69ac0246d0: Download complete [2023-02-16T11:02:28.896Z] 3a2ae6a8a46f: Verifying Checksum [2023-02-16T11:02:28.896Z] 3a2ae6a8a46f: Download complete [2023-02-16T11:02:29.198Z] 33b1e0a273af: Verifying Checksum [2023-02-16T11:02:29.198Z] 33b1e0a273af: Download complete [2023-02-16T11:02:29.198Z] ec43610c2a17: Verifying Checksum [2023-02-16T11:02:29.198Z] ec43610c2a17: Download complete [2023-02-16T11:02:29.198Z] 5d3b04190fa2: Verifying Checksum [2023-02-16T11:02:29.198Z] 5d3b04190fa2: Download complete [2023-02-16T11:02:29.461Z] 5eb5b503b376: Verifying Checksum [2023-02-16T11:02:29.461Z] 5eb5b503b376: Download complete [2023-02-16T11:02:30.030Z] 2f39f015ded8: Download complete [2023-02-16T11:02:30.597Z] 5eb5b503b376: Pull complete [2023-02-16T11:02:30.597Z] 5c69ac0246d0: Pull complete [2023-02-16T11:02:31.163Z] ec43610c2a17: Pull complete [2023-02-16T11:02:31.163Z] 3a2ae6a8a46f: Pull complete [2023-02-16T11:02:31.421Z] 33b1e0a273af: Pull complete [2023-02-16T11:02:31.421Z] 5d3b04190fa2: Pull complete [2023-02-16T11:02:35.609Z] 2f39f015ded8: Pull complete [2023-02-16T11:02:35.609Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-02-16T11:02:35.609Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-16T11:02:35.609Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-16T11:02:35.839Z] prd-ubuntu20.04-docker-8c-8g-6276 does not seem to be running inside a container [2023-02-16T11:02:35.884Z] $ 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-157 -v /w/workspace/undry_device-rfid-llrp-go_PR-157:/w/workspace/undry_device-rfid-llrp-go_PR-157:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-157@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-157@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-02-16T11:02:40.362Z] $ docker top ace878c4a9af2e786e1e728f09e5f997b9068ba8de2e27d0822682e0fdbbee86 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-16T11:02:40.832Z] ---> job-cost.sh [2023-02-16T11:02:40.832Z] lf-activate-venv: SKIPPING [2023-02-16T11:02:40.832Z] INFO: No Stack... [2023-02-16T11:02:41.400Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-16T11:02:41.660Z] INFO: Archiving Costs [Pipeline] sh [2023-02-16T11:02:41.976Z] + cat /w/workspace/undry_device-rfid-llrp-go_PR-157/archives/cost.csv [2023-02-16T11:02:41.976Z] + cut -d, -f6 [Pipeline] lock [2023-02-16T11:02:42.019Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-157-1-stack-cost] [2023-02-16T11:02:42.024Z] Resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-157-1-stack-cost] did not exist. Created. [2023-02-16T11:02:42.024Z] Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-157-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-16T11:02:42.414Z] + echo total: 0.6600000262260437 [Pipeline] stash [2023-02-16T11:02:42.461Z] Stashed 1 file(s) [Pipeline] } [2023-02-16T11:02:42.498Z] Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-157-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-16T11:02:42.581Z] $ docker stop --time=1 ace878c4a9af2e786e1e728f09e5f997b9068ba8de2e27d0822682e0fdbbee86 [2023-02-16T11:02:43.747Z] $ docker rm -f --volumes ace878c4a9af2e786e1e728f09e5f997b9068ba8de2e27d0822682e0fdbbee86 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-02-16T11:03:44.934Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd [no test files] [2023-02-16T11:03:44.934Z] ? github.com/edgexfoundry/device-rfid-llrp-go/cmd/llrp [no test files] [2023-02-16T11:03:57.244Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/driver 22.687s coverage: 40.7% of statements [2023-02-16T11:03:57.244Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.493s coverage: 52.0% of statements [2023-02-16T11:03:57.244Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.031s coverage: 95.5% of statements [2023-02-16T11:03:57.244Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-02-16T11:03:57.244Z] go vet ./... [2023-02-16T11:04:19.314Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-16T11:04:19.314Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-16T11:04:19.314Z] ./bin/test-attribution-txt.sh [2023-02-16T11:04:19.582Z] An attribution for golang.org/x/mod is missing from Attribution.txt, please add [2023-02-16T11:04:19.582Z] An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo [2023-02-16T11:04:19.621Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-16T11:04:19.659Z] $ docker stop --time=1 3c38b4bc82d75447ecb883d7803d48cf3ba146415147230f14535ffead1a09e9 [2023-02-16T11:04:21.434Z] $ docker rm -f --volumes 3c38b4bc82d75447ecb883d7803d48cf3ba146415147230f14535ffead1a09e9 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-16T11:04:22.522Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-16T11:04:22.556Z] Warning: overwriting stash ‘coverage-report’ [2023-02-16T11:04:23.269Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-16T11:04:23.875Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-02-16T11:04:24.218Z] + ls -al . [2023-02-16T11:04:24.218Z] total 628 [2023-02-16T11:04:24.218Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 16 11:02 . [2023-02-16T11:04:24.218Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 16 10:59 .. [2023-02-16T11:04:24.218Z] -rw-rw-r-- 1 jenkins jenkins 134 Feb 16 10:59 .dockerignore [2023-02-16T11:04:24.218Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 16 10:59 .git [2023-02-16T11:04:24.218Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 16 10:59 .github [2023-02-16T11:04:24.218Z] -rw-rw-r-- 1 jenkins jenkins 946 Feb 16 10:59 .gitignore [2023-02-16T11:04:24.218Z] -rw-rw-r-- 1 jenkins jenkins 41 Feb 16 10:59 .golangci.yml [2023-02-16T11:04:24.218Z] -rw-rw-r-- 1 jenkins jenkins 10896 Feb 16 10:59 Attribution.txt [2023-02-16T11:04:24.218Z] -rw-rw-r-- 1 jenkins jenkins 5905 Feb 16 10:59 CHANGELOG.md [2023-02-16T11:04:24.218Z] -rw-rw-r-- 1 jenkins jenkins 1347 Feb 16 10:59 Dockerfile [2023-02-16T11:04:24.218Z] -rw-rw-r-- 1 jenkins jenkins 677 Feb 16 10:59 GOVERNANCE.md [2023-02-16T11:04:24.218Z] -rw-rw-r-- 1 jenkins jenkins 683 Feb 16 10:59 Jenkinsfile [2023-02-16T11:04:24.218Z] -rw-rw-r-- 1 jenkins jenkins 11347 Feb 16 10:59 LICENSE [2023-02-16T11:04:24.218Z] -rw-rw-r-- 1 jenkins jenkins 2018 Feb 16 10:59 Makefile [2023-02-16T11:04:24.218Z] -rw-rw-r-- 1 jenkins jenkins 625 Feb 16 10:59 OWNERS.md [2023-02-16T11:04:24.218Z] -rw-rw-r-- 1 jenkins jenkins 28496 Feb 16 10:59 README.md [2023-02-16T11:04:24.218Z] -rw-rw-r-- 1 jenkins jenkins 5 Feb 16 10:59 VERSION [2023-02-16T11:04:24.218Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 16 10:59 bin [2023-02-16T11:04:24.218Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 16 10:59 cmd [2023-02-16T11:04:24.218Z] -rw-r--r-- 1 jenkins jenkins 457862 Feb 16 11:03 coverage.out [2023-02-16T11:04:24.218Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 16 10:59 examples [2023-02-16T11:04:24.218Z] -rw-rw-r-- 1 jenkins jenkins 3462 Feb 16 10:59 go.mod [2023-02-16T11:04:24.218Z] -rw-rw-r-- 1 jenkins jenkins 33032 Feb 16 10:59 go.sum [2023-02-16T11:04:24.218Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 16 10:59 images [2023-02-16T11:04:24.218Z] drwxrwxr-x 5 jenkins jenkins 4096 Feb 16 10:59 internal [2023-02-16T11:04:24.218Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 16 10:59 snap [2023-02-16T11:04:24.218Z] -rw-rw-r-- 1 jenkins jenkins 193 Feb 16 10:59 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T11:04:24.646Z] + 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=45038ce9f59d40599830744d131f48b18c2d1e0c --label arch=arm64 --label version=0.0.0 . [2023-02-16T11:04:24.921Z] Sending build context to Docker daemon 1.217MB [2023-02-16T11:04:24.921Z] Step 1/24 : ARG BASE=golang:1.18-alpine3.16 [2023-02-16T11:04:24.921Z] Step 2/24 : FROM ${BASE} AS builder [2023-02-16T11:04:24.921Z] ---> 6cc84931554c [2023-02-16T11:04:24.921Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-02-16T11:04:25.196Z] ---> Running in d1f38b1df5bf [2023-02-16T11:04:25.463Z] Removing intermediate container d1f38b1df5bf [2023-02-16T11:04:25.463Z] ---> 2997ba0bf677 [2023-02-16T11:04:25.463Z] Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-16T11:04:25.463Z] ---> Running in 111da9999c07 [2023-02-16T11:04:25.734Z] Removing intermediate container 111da9999c07 [2023-02-16T11:04:25.734Z] ---> ba5bbcb62501 [2023-02-16T11:04:25.734Z] Step 5/24 : ARG ALPINE_PKG_BASE="make git" [2023-02-16T11:04:25.734Z] ---> Running in 21fb3f57a9bc [2023-02-16T11:04:26.007Z] Removing intermediate container 21fb3f57a9bc [2023-02-16T11:04:26.007Z] ---> b4930e5fd74f [2023-02-16T11:04:26.007Z] Step 6/24 : ARG ALPINE_PKG_EXTRA="" [2023-02-16T11:04:26.274Z] ---> Running in ae3aa81384ec [2023-02-16T11:04:26.541Z] Removing intermediate container ae3aa81384ec [2023-02-16T11:04:26.541Z] ---> 556b6d3c0da9 [2023-02-16T11:04:26.541Z] Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-16T11:04:26.541Z] ---> Running in 0c425f0c228c [2023-02-16T11:04:27.501Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-16T11:04:27.767Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-16T11:04:29.179Z] OK: 221 MiB in 51 packages [2023-02-16T11:04:29.763Z] Removing intermediate container 0c425f0c228c [2023-02-16T11:04:29.763Z] ---> 6e5a074557b7 [2023-02-16T11:04:29.763Z] Step 8/24 : WORKDIR /app [2023-02-16T11:04:29.763Z] ---> Running in f814fb4b0cb2 [2023-02-16T11:04:30.031Z] Removing intermediate container f814fb4b0cb2 [2023-02-16T11:04:30.031Z] ---> 4e6112073930 [2023-02-16T11:04:30.031Z] Step 9/24 : COPY go.mod vendor* ./ [2023-02-16T11:04:30.615Z] ---> 9fbae13126fc [2023-02-16T11:04:30.615Z] Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T11:04:30.615Z] ---> Running in 7fa69e9436ec [2023-02-16T11:04:33.189Z] Removing intermediate container 7fa69e9436ec [2023-02-16T11:04:33.189Z] ---> 6421a2c1bde1 [2023-02-16T11:04:33.189Z] Step 11/24 : COPY . . [2023-02-16T11:04:33.771Z] ---> ecf1085bd2e3 [2023-02-16T11:04:33.771Z] Step 12/24 : RUN $MAKE [2023-02-16T11:04:33.771Z] ---> Running in 65afeab9b2da [2023-02-16T11:04:34.728Z] 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-02-16T11:06:42.075Z] Removing intermediate container 65afeab9b2da [2023-02-16T11:06:42.075Z] ---> 9a655f01b8df [2023-02-16T11:06:42.075Z] Step 13/24 : FROM alpine:3.16 [2023-02-16T11:06:42.075Z] 3.16: Pulling from library/alpine [2023-02-16T11:06:42.075Z] 3760b48202b3: Pulling fs layer [2023-02-16T11:06:42.075Z] 3760b48202b3: Download complete [2023-02-16T11:06:42.075Z] 3760b48202b3: Pull complete [2023-02-16T11:06:42.075Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-16T11:06:42.075Z] Status: Downloaded newer image for alpine:3.16 [2023-02-16T11:06:42.075Z] ---> 4c81e5bf8899 [2023-02-16T11:06:42.075Z] Step 14/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-02-16T11:06:42.075Z] ---> Running in 836fc9177cf5 [2023-02-16T11:06:42.075Z] Removing intermediate container 836fc9177cf5 [2023-02-16T11:06:42.075Z] ---> 88050b14993d [2023-02-16T11:06:42.075Z] Step 15/24 : RUN apk add --update --no-cache dumb-init [2023-02-16T11:06:42.075Z] ---> Running in f0c15f14a558 [2023-02-16T11:06:42.075Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-16T11:06:42.075Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-16T11:06:42.075Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-16T11:06:42.075Z] Executing busybox-1.35.0-r17.trigger [2023-02-16T11:06:42.075Z] OK: 5 MiB in 15 packages [2023-02-16T11:06:42.075Z] Removing intermediate container f0c15f14a558 [2023-02-16T11:06:42.075Z] ---> 3c1a4f9e8166 [2023-02-16T11:06:42.075Z] Step 16/24 : COPY --from=builder /app/LICENSE / [2023-02-16T11:06:42.075Z] ---> 4b2e7f30862b [2023-02-16T11:06:42.075Z] Step 17/24 : COPY --from=builder /app/Attribution.txt / [2023-02-16T11:06:42.075Z] ---> 63812ea88bff [2023-02-16T11:06:42.075Z] Step 18/24 : COPY --from=builder /app/cmd/ / [2023-02-16T11:06:42.075Z] ---> 2e7eb6d4294a [2023-02-16T11:06:42.075Z] Step 19/24 : EXPOSE 59989 [2023-02-16T11:06:42.075Z] ---> Running in 768f033c8d07 [2023-02-16T11:06:42.075Z] Removing intermediate container 768f033c8d07 [2023-02-16T11:06:42.075Z] ---> 96329e0fcaf2 [2023-02-16T11:06:42.075Z] Step 20/24 : ENTRYPOINT ["/device-rfid-llrp"] [2023-02-16T11:06:42.075Z] ---> Running in 1f1c7735129f [2023-02-16T11:06:42.075Z] Removing intermediate container 1f1c7735129f [2023-02-16T11:06:42.075Z] ---> 783d29bb0b84 [2023-02-16T11:06:42.075Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-16T11:06:42.075Z] ---> Running in d6c8e40bd52e [2023-02-16T11:06:42.075Z] Removing intermediate container d6c8e40bd52e [2023-02-16T11:06:42.075Z] ---> 19b0a6773476 [2023-02-16T11:06:42.075Z] Step 22/24 : LABEL arch=arm64 [2023-02-16T11:06:42.075Z] ---> Running in 1492a0fb622a [2023-02-16T11:06:42.075Z] Removing intermediate container 1492a0fb622a [2023-02-16T11:06:42.075Z] ---> 5bc69a23fe1d [2023-02-16T11:06:42.075Z] Step 23/24 : LABEL git_sha=45038ce9f59d40599830744d131f48b18c2d1e0c [2023-02-16T11:06:42.075Z] ---> Running in d6406c24feab [2023-02-16T11:06:42.075Z] Removing intermediate container d6406c24feab [2023-02-16T11:06:42.075Z] ---> e7169567f81f [2023-02-16T11:06:42.075Z] Step 24/24 : LABEL version=0.0.0 [2023-02-16T11:06:42.075Z] ---> Running in 1490151ec76a [2023-02-16T11:06:42.075Z] Removing intermediate container 1490151ec76a [2023-02-16T11:06:42.075Z] ---> 92fbd648f389 [2023-02-16T11:06:42.075Z] [Warning] One or more build-args [ARCH] were not consumed [2023-02-16T11:06:42.075Z] Successfully built 92fbd648f389 [2023-02-16T11:06:42.075Z] 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-02-16T11:06:42.870Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-16T11:06:42.870Z] [2023-02-16T11:06:42.870Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T11:06:43.274Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-16T11:06:43.274Z] arm64: Pulling from edgex-lftools-log-publisher [2023-02-16T11:06:43.274Z] 8998bd30e6a1: Pulling fs layer [2023-02-16T11:06:43.274Z] 04944245beec: Pulling fs layer [2023-02-16T11:06:43.274Z] 699f458cf7ca: Pulling fs layer [2023-02-16T11:06:43.274Z] 765212b225bb: Pulling fs layer [2023-02-16T11:06:43.274Z] f23df028b6ca: Pulling fs layer [2023-02-16T11:06:43.274Z] d65c8cfc05b1: Pulling fs layer [2023-02-16T11:06:43.274Z] 2437ff75d9bd: Pulling fs layer [2023-02-16T11:06:43.274Z] 765212b225bb: Waiting [2023-02-16T11:06:43.274Z] f23df028b6ca: Waiting [2023-02-16T11:06:43.274Z] d65c8cfc05b1: Waiting [2023-02-16T11:06:43.546Z] 04944245beec: Verifying Checksum [2023-02-16T11:06:43.546Z] 04944245beec: Download complete [2023-02-16T11:06:43.546Z] 765212b225bb: Verifying Checksum [2023-02-16T11:06:43.546Z] 765212b225bb: Download complete [2023-02-16T11:06:43.546Z] f23df028b6ca: Verifying Checksum [2023-02-16T11:06:43.546Z] f23df028b6ca: Download complete [2023-02-16T11:06:43.546Z] d65c8cfc05b1: Verifying Checksum [2023-02-16T11:06:43.546Z] d65c8cfc05b1: Download complete [2023-02-16T11:06:43.816Z] 699f458cf7ca: Verifying Checksum [2023-02-16T11:06:43.816Z] 699f458cf7ca: Download complete [2023-02-16T11:06:44.084Z] 8998bd30e6a1: Verifying Checksum [2023-02-16T11:06:44.084Z] 8998bd30e6a1: Download complete [2023-02-16T11:06:46.689Z] 2437ff75d9bd: Verifying Checksum [2023-02-16T11:06:46.689Z] 2437ff75d9bd: Download complete [2023-02-16T11:06:48.096Z] 8998bd30e6a1: Pull complete [2023-02-16T11:06:48.367Z] 04944245beec: Pull complete [2023-02-16T11:06:49.777Z] 699f458cf7ca: Pull complete [2023-02-16T11:06:49.777Z] 765212b225bb: Pull complete [2023-02-16T11:06:52.352Z] f23df028b6ca: Pull complete [2023-02-16T11:06:52.352Z] d65c8cfc05b1: Pull complete [2023-02-16T11:07:07.334Z] 2437ff75d9bd: Pull complete [2023-02-16T11:07:07.334Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-02-16T11:07:07.334Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-16T11:07:07.334Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-16T11:07:07.641Z] prd-ubuntu20.04-docker-arm64-4c-16g-6281 does not seem to be running inside a container [2023-02-16T11:07:07.717Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-02-16T11:07:10.289Z] $ docker top 952a86d112a40a5fee9f724c6a5406ca49063fdf569120966a1512cfc880e9e3 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-16T11:07:11.183Z] ---> job-cost.sh [2023-02-16T11:07:11.183Z] lf-activate-venv: SKIPPING [2023-02-16T11:07:11.183Z] INFO: No Stack... [2023-02-16T11:07:11.765Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-02-16T11:07:12.346Z] INFO: Archiving Costs [Pipeline] sh [2023-02-16T11:07:12.687Z] + cat /w/workspace/device-rfid-llrp-go/1/archives/cost.csv [2023-02-16T11:07:12.688Z] + cut -d, -f6 [Pipeline] lock [2023-02-16T11:07:12.741Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-157-1-stack-cost] [2023-02-16T11:07:12.745Z] Resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-157-1-stack-cost] did not exist. Created. [2023-02-16T11:07:12.745Z] Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-157-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-16T11:07:13.146Z] /w/workspace/device-rfid-llrp-go/1@tmp/durable-0832ebe1/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-02-16T11:07:13.485Z] + echo total: 0.33000001311302185 [Pipeline] stash [2023-02-16T11:07:13.521Z] Warning: overwriting stash ‘stack-cost’ [2023-02-16T11:07:13.571Z] Stashed 1 file(s) [Pipeline] } [2023-02-16T11:07:13.585Z] Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-157-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-16T11:07:13.673Z] $ docker stop --time=1 952a86d112a40a5fee9f724c6a5406ca49063fdf569120966a1512cfc880e9e3 [2023-02-16T11:07:15.153Z] $ docker rm -f --volumes 952a86d112a40a5fee9f724c6a5406ca49063fdf569120966a1512cfc880e9e3 [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-02-16T11:07:16.115Z] provisioning config files... [2023-02-16T11:07:16.152Z] copy managed file [device-rfid-llrp-go-codecov-token] to file:/w/workspace/undry_device-rfid-llrp-go_PR-157@tmp/config4236265954214635586tmp [Pipeline] { [Pipeline] sh [2023-02-16T11:07:16.536Z] + set +x [2023-02-16T11:07:16.536Z] + curl -s https://codecov.io/bash [2023-02-16T11:07:16.536Z] + bash -s -- [2023-02-16T11:07:16.536Z] [2023-02-16T11:07:16.536Z] _____ _ [2023-02-16T11:07:16.536Z] / ____| | | [2023-02-16T11:07:16.536Z] | | ___ __| | ___ ___ _____ __ [2023-02-16T11:07:16.536Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-02-16T11:07:16.536Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-02-16T11:07:16.536Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-02-16T11:07:16.536Z] Bash-1.0.6 [2023-02-16T11:07:16.536Z] [2023-02-16T11:07:16.536Z] [2023-02-16T11:07:16.536Z] ==> git version 2.25.1 found [2023-02-16T11:07:16.536Z] ==> 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-02-16T11:07:16.536Z] Release-Date: 2020-01-08 [2023-02-16T11:07:16.536Z] 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-02-16T11:07:16.536Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-02-16T11:07:16.536Z] ==> Jenkins CI detected. [2023-02-16T11:07:16.536Z] current dir:  /w/workspace/undry_device-rfid-llrp-go_PR-157 [2023-02-16T11:07:16.536Z] project root: . [2023-02-16T11:07:16.536Z] --> token set from env [2023-02-16T11:07:16.536Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-02-16T11:07:16.536Z] ==> Running gcov in . (disable via -X gcov) [2023-02-16T11:07:16.536Z] ==> Python coveragepy not found [2023-02-16T11:07:16.536Z] ==> Searching for coverage reports in: [2023-02-16T11:07:16.536Z] + . [2023-02-16T11:07:16.536Z] -> Found 1 reports [2023-02-16T11:07:16.536Z] ==> Detecting git/mercurial file structure [2023-02-16T11:07:16.536Z] ==> Reading reports [2023-02-16T11:07:16.536Z] + ./coverage.out bytes=457862 [2023-02-16T11:07:16.536Z] ==> Appending adjustments [2023-02-16T11:07:16.536Z] https://docs.codecov.io/docs/fixing-reports [2023-02-16T11:07:16.809Z] + Found adjustments [2023-02-16T11:07:16.809Z] ==> Gzipping contents [2023-02-16T11:07:16.809Z] 52K /tmp/codecov.OFkY5g.gz [2023-02-16T11:07:16.809Z] ==> Uploading reports [2023-02-16T11:07:16.809Z] url: https://codecov.io [2023-02-16T11:07:16.809Z] query: branch=PR-157&commit=45038ce9f59d40599830744d131f48b18c2d1e0c&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rfid-llrp-go%2Fjob%2FPR-157%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rfid-llrp-go&service=jenkins&flags=&pr=157&job=&cmd_args= [2023-02-16T11:07:16.809Z] -> Pinging Codecov [2023-02-16T11:07:16.809Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=0703e47f-c946-4a15-b96a-5e99ca1c8fb5&branch=PR-157&commit=45038ce9f59d40599830744d131f48b18c2d1e0c&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rfid-llrp-go%2Fjob%2FPR-157%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rfid-llrp-go&service=jenkins&flags=&pr=157&job=&cmd_args= [2023-02-16T11:07:17.072Z] -> Uploading to [2023-02-16T11:07:17.072Z] https://storage.googleapis.com/codecov/v4/raw/2023-02-16/581DD39554BDF9B6E22D074273EAD858/45038ce9f59d40599830744d131f48b18c2d1e0c/7a779f57-4e01-4d69-8955-544a9583daa9.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230216%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230216T110716Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1de7493e6510d30262cfbb0c09ded50b01d1a3813a23a22dfac2ce4150a2b1aa [2023-02-16T11:07:17.072Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-16T11:07:17.072Z] Dload Upload Total Spent Left Speed [2023-02-16T11:07:17.331Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 51315 0 0 100 51315 0 226k --:--:-- --:--:-- --:--:-- 225k 100 51315 0 0 100 51315 0 146k --:--:-- --:--:-- --:--:-- 146k [2023-02-16T11:07:17.590Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rfid-llrp-go/commit/45038ce9f59d40599830744d131f48b18c2d1e0c [Pipeline] } [2023-02-16T11:07:17.618Z] 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-02-16T11:07:19.302Z] + [ -d /w/workspace/undry_device-rfid-llrp-go_PR-157/archives ] [2023-02-16T11:07:19.302Z] + ls -al /w/workspace/undry_device-rfid-llrp-go_PR-157/archives [2023-02-16T11:07:19.302Z] total 16 [2023-02-16T11:07:19.302Z] drwxr-xr-x 3 root root 4096 Feb 16 11:02 . [2023-02-16T11:07:19.302Z] drwxrwxr-x 12 jenkins jenkins 4096 Feb 16 11:02 .. [2023-02-16T11:07:19.302Z] drwxr-xr-x 2 root root 4096 Feb 16 11:02 cost [2023-02-16T11:07:19.302Z] -rw-r--r-- 1 root root 92 Feb 16 11:02 cost.csv [2023-02-16T11:07:19.302Z] + sudo chown -R jenkins:jenkins /w/workspace/undry_device-rfid-llrp-go_PR-157/archives [2023-02-16T11:07:19.302Z] + ls -al /w/workspace/undry_device-rfid-llrp-go_PR-157/archives [2023-02-16T11:07:19.302Z] total 16 [2023-02-16T11:07:19.302Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 16 11:02 . [2023-02-16T11:07:19.302Z] drwxrwxr-x 12 jenkins jenkins 4096 Feb 16 11:02 .. [2023-02-16T11:07:19.302Z] drwxr-xr-x 2 jenkins jenkins 4096 Feb 16 11:02 cost [2023-02-16T11:07:19.302Z] -rw-r--r-- 1 jenkins jenkins 92 Feb 16 11:02 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-02-16T11:07:19.627Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-16T11:07:20.523Z] ---> package-listing.sh [2023-02-16T11:07:20.523Z] ++ facter osfamily [2023-02-16T11:07:20.523Z] ++ tr '[:upper:]' '[:lower:]' [2023-02-16T11:07:20.523Z] + OS_FAMILY=debian [2023-02-16T11:07:20.523Z] + workspace=/w/workspace/undry_device-rfid-llrp-go_PR-157 [2023-02-16T11:07:20.523Z] + START_PACKAGES=/tmp/packages_start.txt [2023-02-16T11:07:20.523Z] + END_PACKAGES=/tmp/packages_end.txt [2023-02-16T11:07:20.523Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-02-16T11:07:20.523Z] + PACKAGES=/tmp/packages_start.txt [2023-02-16T11:07:20.523Z] + '[' /w/workspace/undry_device-rfid-llrp-go_PR-157 ']' [2023-02-16T11:07:20.523Z] + PACKAGES=/tmp/packages_end.txt [2023-02-16T11:07:20.523Z] + case "${OS_FAMILY}" in [2023-02-16T11:07:20.523Z] + dpkg -l [2023-02-16T11:07:20.524Z] + grep '^ii' [2023-02-16T11:07:20.783Z] + '[' -f /tmp/packages_start.txt ']' [2023-02-16T11:07:20.783Z] + '[' -f /tmp/packages_end.txt ']' [2023-02-16T11:07:20.783Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-02-16T11:07:20.783Z] + '[' /w/workspace/undry_device-rfid-llrp-go_PR-157 ']' [2023-02-16T11:07:20.783Z] + mkdir -p /w/workspace/undry_device-rfid-llrp-go_PR-157/archives/ [2023-02-16T11:07:20.783Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/undry_device-rfid-llrp-go_PR-157/archives/ [Pipeline] echo [2023-02-16T11:07:20.815Z] 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-157/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-02-16T11:07:21.109Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T11:07:21.731Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-16T11:07:21.731Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-16T11:07:21.869Z] prd-ubuntu20.04-docker-8c-8g-6276 does not seem to be running inside a container [2023-02-16T11:07:21.900Z] $ 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-157/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-157 -v /w/workspace/undry_device-rfid-llrp-go_PR-157:/w/workspace/undry_device-rfid-llrp-go_PR-157:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-157@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-157@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-02-16T11:07:22.099Z] $ docker top 516fca31d5e063df9525d30a4dc14094d69ac77b391e507daeda8a8bc89d5e94 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-16T11:07:22.473Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-02-16T11:07:22.779Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-02-16T11:07:23.085Z] + ls /var/log/sa-host [2023-02-16T11:07:23.085Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-16T11:07:23.297Z] provisioning config files... [2023-02-16T11:07:23.304Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/undry_device-rfid-llrp-go_PR-157@tmp/config2495594101083042486tmp [Pipeline] { [Pipeline] echo [2023-02-16T11:07:23.350Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-16T11:07:23.661Z] ---> create-netrc.sh [Pipeline] } [2023-02-16T11:07:23.688Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-02-16T11:07:24.073Z] ---> python-tools-install.sh [Pipeline] echo [2023-02-16T11:07:24.102Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-16T11:07:24.405Z] ---> sudo-logs.sh [2023-02-16T11:07:24.406Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-02-16T11:07:24.504Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-16T11:07:24.815Z] ---> job-cost.sh [2023-02-16T11:07:24.815Z] lf-activate-venv: SKIPPING [2023-02-16T11:07:24.815Z] DEBUG: total: 0.6600000262260437 [2023-02-16T11:07:24.815Z] INFO: Retrieving Stack Cost... [2023-02-16T11:07:32.941Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-16T11:07:32.941Z] INFO: Archiving Costs [Pipeline] echo [2023-02-16T11:07:32.981Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-16T11:07:33.288Z] ---> logs-deploy.sh [2023-02-16T11:07:33.288Z] lf-activate-venv: SKIPPING [2023-02-16T11:07:33.288Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rfid-llrp-go/PR-157/1 [2023-02-16T11:07:33.288Z] INFO: archiving workspace using pattern(s): [2023-02-16T11:07:34.222Z] Archives upload complete. [2023-02-16T11:07:34.480Z] INFO: archiving logs to Nexus