Branch indexing Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 37381ec3f65a6d1c524847dd5b265be5d59be2fc+f6a1cf94d606acadd41c15aac79238c8c15b690a (e3ef88b2344516c33127f42bbc2a2756328108bd) Running in Durability level: PERFORMANCE_OPTIMIZED 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-ssh5607677629918868171.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 155abbc8877922835dbd6f2f82c828d26e35ec40 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-ssh1546301246572334948.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 155abbc8877922835dbd6f2f82c828d26e35ec40 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rfid-llrp-go/branches/PR-29/workspace@libs/edgex-global-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > 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 > 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-29/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh1252113494942364365.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 155abbc8877922835dbd6f2f82c828d26e35ec40 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 155abbc8877922835dbd6f2f82c828d26e35ec40 # timeout=10 Commit message: "Merge pull request #342 from ernestojeda/fix-c-docker-image-names" > 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 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh8401645042780611206.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 98bb157299c17168c94e81a7dba3d05dc38b0f72 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rfid-llrp-go/branches/PR-29/workspace@libs/lf-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags 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-29/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh6012839568309746308.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 98bb157299c17168c94e81a7dba3d05dc38b0f72 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 98bb157299c17168c94e81a7dba3d05dc38b0f72 # timeout=10 Commit message: "Docs: Add example Jenkinsfile to documentation" > 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 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-rfid-llrp-go, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.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.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 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: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-606 in /w/workspace/oundry_device-rfid-llrp-go_PR-29 [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/oundry_device-rfid-llrp-go_PR-29 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git > git --version # timeout=10 > git --version # 'git version 2.24.4' 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 /w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp/jenkins-gitclient-ssh8145563438860153165.key > 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 f6a1cf94d606acadd41c15aac79238c8c15b690a into PR head commit 37381ec3f65a6d1c524847dd5b265be5d59be2fc Merge succeeded, producing f1a577a354b5052e7d4cf25d4b2d022a54cb770f Checking out Revision f1a577a354b5052e7d4cf25d4b2d022a54cb770f (PR-29) > 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp/jenkins-gitclient-ssh4594975622686870130.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/pull/29/head:refs/remotes/origin/PR-29 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 37381ec3f65a6d1c524847dd5b265be5d59be2fc # timeout=10 > git remote # timeout=10 > 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 /w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp/jenkins-gitclient-ssh8086137879437844436.key > git merge f6a1cf94d606acadd41c15aac79238c8c15b690a # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f1a577a354b5052e7d4cf25d4b2d022a54cb770f # timeout=10 Commit message: "Merge commit 'f6a1cf94d606acadd41c15aac79238c8c15b690a' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk eee86b2820ca58ad511a283f1999e47e0c14b3f4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-07-30T05:07:43.690Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-07-30T05:07:43.773Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-07-30T05:07:43.800Z] ========================================================= [2021-07-30T05:07:43.800Z] EdgeX Global Pipelines Version Info [2021-07-30T05:07:43.800Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-07-30T05:07:44.658Z] ------------------- [2021-07-30T05:07:44.659Z] stable info: [2021-07-30T05:07:44.659Z] ------------------- [2021-07-30T05:07:44.659Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-07-30T05:07:44.659Z] Commit SHA: 155abbc8877922835dbd6f2f82c828d26e35ec40 [2021-07-30T05:07:44.659Z] Message: update stable to v1.0.199 [2021-07-30T05:07:45.620Z] ------------------- [2021-07-30T05:07:45.620Z] experimental info: [2021-07-30T05:07:45.620Z] ------------------- [2021-07-30T05:07:45.620Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-07-30T05:07:45.620Z] Commit SHA: 155abbc8877922835dbd6f2f82c828d26e35ec40 [2021-07-30T05:07:45.620Z] Message: update experimental to v1.0.199 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-07-30T05:07:45.766Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rfid-llrp-go-settings [Pipeline] echo [2021-07-30T05:07:45.789Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rfid-llrp-go [Pipeline] echo [2021-07-30T05:07:45.811Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-07-30T05:07:45.833Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-07-30T05:07:45.856Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-07-30T05:07:45.880Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-07-30T05:07:45.904Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-07-30T05:07:45.927Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-07-30T05:07:45.950Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-07-30T05:07:45.973Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-07-30T05:07:45.997Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-07-30T05:07:46.020Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2021-07-30T05:07:46.043Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rfid-llrp [Pipeline] echo [2021-07-30T05:07:46.065Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-07-30T05:07:46.089Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-07-30T05:07:46.112Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-07-30T05:07:46.135Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-07-30T05:07:46.160Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-07-30T05:07:46.183Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-07-30T05:07:46.206Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-07-30T05:07:46.229Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-07-30T05:07:46.260Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-07-30T05:07:46.285Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-07-30T05:07:46.309Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-07-30T05:07:46.334Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-07-30T05:07:46.358Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-07-30T05:07:46.382Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-07-30T05:07:46.407Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-29 [Pipeline] echo [2021-07-30T05:07:46.431Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-29 [Pipeline] echo [2021-07-30T05:07:46.455Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-29 [Pipeline] echo [2021-07-30T05:07:46.480Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f1a577a354b5052e7d4cf25d4b2d022a54cb770f [Pipeline] echo [2021-07-30T05:07:46.504Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f1a577a [Pipeline] echo [2021-07-30T05:07:46.528Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-07-30T05:07:46.606Z] provisioning config files... [2021-07-30T05:07:46.625Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp/config387475032779513019tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-07-30T05:07:46.964Z] ---> docker-login.sh [2021-07-30T05:07:46.964Z] nexus3.edgexfoundry.org:10001 [2021-07-30T05:07:46.964Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-30T05:07:47.230Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-30T05:07:47.230Z] Configure a credential helper to remove this warning. See [2021-07-30T05:07:47.230Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-30T05:07:47.230Z] [2021-07-30T05:07:47.230Z] Login Succeeded [2021-07-30T05:07:47.230Z] nexus3.edgexfoundry.org:10002 [2021-07-30T05:07:47.230Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-30T05:07:47.230Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-30T05:07:47.230Z] Configure a credential helper to remove this warning. See [2021-07-30T05:07:47.230Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-30T05:07:47.230Z] [2021-07-30T05:07:47.230Z] Login Succeeded [2021-07-30T05:07:47.230Z] nexus3.edgexfoundry.org:10003 [2021-07-30T05:07:47.499Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-30T05:07:47.499Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-30T05:07:47.499Z] Configure a credential helper to remove this warning. See [2021-07-30T05:07:47.499Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-30T05:07:47.499Z] [2021-07-30T05:07:47.499Z] Login Succeeded [2021-07-30T05:07:47.499Z] nexus3.edgexfoundry.org:10004 [2021-07-30T05:07:47.765Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-30T05:07:47.765Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-30T05:07:47.766Z] Configure a credential helper to remove this warning. See [2021-07-30T05:07:47.766Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-30T05:07:47.766Z] [2021-07-30T05:07:47.766Z] Login Succeeded [2021-07-30T05:07:47.766Z] docker.io [2021-07-30T05:07:47.766Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-30T05:07:48.037Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-30T05:07:48.037Z] Configure a credential helper to remove this warning. See [2021-07-30T05:07:48.037Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-30T05:07:48.037Z] [2021-07-30T05:07:48.037Z] Login Succeeded [2021-07-30T05:07:48.037Z] ---> docker-login.sh ends [Pipeline] } [2021-07-30T05:07:48.050Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-07-30T05:07:48.573Z] + git log --format=format:%s -1 f1a577a354b5052e7d4cf25d4b2d022a54cb770f [Pipeline] echo [2021-07-30T05:07:48.629Z] GIT_COMMIT: f1a577a354b5052e7d4cf25d4b2d022a54cb770f, Commit Message: Merge commit 'f6a1cf94d606acadd41c15aac79238c8c15b690a' into HEAD [Pipeline] echo [2021-07-30T05:07:48.645Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-07-30T05:07:49.284Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-07-30T05:07:49.284Z] [2021-07-30T05:07:49.284Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-07-30T05:07:49.623Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-07-30T05:07:49.624Z] latest: Pulling from edgex-devops/git-semver [2021-07-30T05:07:49.624Z] 31603596830f: Pulling fs layer [2021-07-30T05:07:49.624Z] b6dc333f4379: Pulling fs layer [2021-07-30T05:07:49.624Z] 3d9ef1400e77: Pulling fs layer [2021-07-30T05:07:49.624Z] fd332fbdc1db: Pulling fs layer [2021-07-30T05:07:49.624Z] fd332fbdc1db: Waiting [2021-07-30T05:07:49.624Z] b6dc333f4379: Download complete [2021-07-30T05:07:49.897Z] 31603596830f: Verifying Checksum [2021-07-30T05:07:49.897Z] 31603596830f: Download complete [2021-07-30T05:07:50.167Z] 31603596830f: Pull complete [2021-07-30T05:07:50.167Z] fd332fbdc1db: Verifying Checksum [2021-07-30T05:07:50.167Z] fd332fbdc1db: Download complete [2021-07-30T05:07:50.167Z] b6dc333f4379: Pull complete [2021-07-30T05:07:50.167Z] 3d9ef1400e77: Verifying Checksum [2021-07-30T05:07:50.167Z] 3d9ef1400e77: Download complete [2021-07-30T05:07:50.754Z] 3d9ef1400e77: Pull complete [2021-07-30T05:07:50.754Z] fd332fbdc1db: Pull complete [2021-07-30T05:07:50.754Z] Digest: sha256:db6b30291b918ea2df8875cce3ed97fb48fa491dcbf862453db6614bc0bd4782 [2021-07-30T05:07:50.754Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-07-30T05:07:50.754Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-07-30T05:07:50.846Z] prd-centos7-docker-4c-2g-606 does not seem to be running inside a container [2021-07-30T05:07:50.902Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/oundry_device-rfid-llrp-go_PR-29 -v /w/workspace/oundry_device-rfid-llrp-go_PR-29:/w/workspace/oundry_device-rfid-llrp-go_PR-29:rw,z -v /w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp:/w/workspace/oundry_device-rfid-llrp-go_PR-29@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:10004/edgex-devops/git-semver:latest cat [2021-07-30T05:07:51.689Z] $ docker top b3291fa89376b06146860cc634cd0a69dde4fc39a3eae2983f4e45bf0fadbbe5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-07-30T05:07:51.826Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-07-30T05:07:51.826Z] [ssh-agent] Looking for ssh-agent implementation... [2021-07-30T05:07:51.931Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-07-30T05:07:51.929Z] $ docker exec b3291fa89376b06146860cc634cd0a69dde4fc39a3eae2983f4e45bf0fadbbe5 ssh-agent [2021-07-30T05:07:52.036Z] SSH_AUTH_SOCK=/tmp/ssh-Bzi1kXrY2axA/agent.14 [2021-07-30T05:07:52.036Z] SSH_AGENT_PID=20 [2021-07-30T05:07:52.045Z] Running ssh-add (command line suppressed) [2021-07-30T05:07:52.135Z] Identity added: /w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp/private_key_2899770250104480333.key (/w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp/private_key_2899770250104480333.key) [2021-07-30T05:07:52.157Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-07-30T05:07:52.469Z] + git tag --points-at HEAD [Pipeline] } [2021-07-30T05:07:52.488Z] $ docker exec --env ******** --env ******** b3291fa89376b06146860cc634cd0a69dde4fc39a3eae2983f4e45bf0fadbbe5 ssh-agent -k [2021-07-30T05:07:52.581Z] unset SSH_AUTH_SOCK; [2021-07-30T05:07:52.581Z] unset SSH_AGENT_PID; [2021-07-30T05:07:52.581Z] echo Agent pid 20 killed; [2021-07-30T05:07:52.600Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-07-30T05:07:52.640Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-07-30T05:07:52.640Z] [ssh-agent] Looking for ssh-agent implementation... [2021-07-30T05:07:52.759Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-07-30T05:07:52.757Z] $ docker exec b3291fa89376b06146860cc634cd0a69dde4fc39a3eae2983f4e45bf0fadbbe5 ssh-agent [2021-07-30T05:07:52.869Z] SSH_AUTH_SOCK=/tmp/ssh-B6FXJOggMoLw/agent.53 [2021-07-30T05:07:52.869Z] SSH_AGENT_PID=60 [2021-07-30T05:07:52.878Z] Running ssh-add (command line suppressed) [2021-07-30T05:07:52.970Z] Identity added: /w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp/private_key_8046525741043829070.key (/w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp/private_key_8046525741043829070.key) [2021-07-30T05:07:52.993Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-07-30T05:07:53.306Z] + git semver init [2021-07-30T05:07:53.307Z] # -> Open(): unable to determine branch for HEAD [2021-07-30T05:07:53.307Z] # $GIT_DIR = /w/workspace/oundry_device-rfid-llrp-go_PR-29/.git [2021-07-30T05:07:53.307Z] # $GIT_WORK_TREE = /w/workspace/oundry_device-rfid-llrp-go_PR-29 [2021-07-30T05:07:53.307Z] # $SEMVER_REMOTE_NAME = origin [2021-07-30T05:07:53.307Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-07-30T05:07:53.307Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-07-30T05:07:53.307Z] # $SEMVER_BRANCH = PR-29 [2021-07-30T05:07:53.307Z] # $SEMVER_TEMP = /tmp/semver-902548741 [2021-07-30T05:07:53.307Z] # git clone --branch semver git@github.com:edgexfoundry/device-rfid-llrp-go.git $SEMVER_TEMP [2021-07-30T05:07:53.898Z] # '/tmp/semver-902548741' -> '/w/workspace/oundry_device-rfid-llrp-go_PR-29/.semver' [2021-07-30T05:07:53.898Z] # -> Force: false [2021-07-30T05:07:53.898Z] # $SEMVER_DIR = /w/workspace/oundry_device-rfid-llrp-go_PR-29/.semver [Pipeline] } [2021-07-30T05:07:53.912Z] $ docker exec --env ******** --env ******** b3291fa89376b06146860cc634cd0a69dde4fc39a3eae2983f4e45bf0fadbbe5 ssh-agent -k [2021-07-30T05:07:54.011Z] unset SSH_AUTH_SOCK; [2021-07-30T05:07:54.011Z] unset SSH_AGENT_PID; [2021-07-30T05:07:54.011Z] echo Agent pid 60 killed; [2021-07-30T05:07:54.031Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-07-30T05:07:54.380Z] + git semver [Pipeline] } [2021-07-30T05:07:54.398Z] $ docker stop --time=1 b3291fa89376b06146860cc634cd0a69dde4fc39a3eae2983f4e45bf0fadbbe5 [2021-07-30T05:07:55.625Z] $ docker rm -f b3291fa89376b06146860cc634cd0a69dde4fc39a3eae2983f4e45bf0fadbbe5 [Pipeline] // withDockerContainer [Pipeline] sh [2021-07-30T05:07:56.010Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-07-30T05:07:56.359Z] Stashed 1 file(s) [Pipeline] echo [2021-07-30T05:07:56.362Z] [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] node [Pipeline] node [2021-07-30T05:08:11.603Z] Still waiting to schedule task [2021-07-30T05:08:11.604Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-07-30T05:08:11.606Z] Still waiting to schedule task [2021-07-30T05:08:11.606Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-07-30T05:10:09.697Z] Running on prd-centos7-docker-4c-2g-610 in /w/workspace/oundry_device-rfid-llrp-go_PR-29 [Pipeline] { [Pipeline] ws [2021-07-30T05:10:09.715Z] Running in /w/workspace/device-rfid-llrp-go/11 [Pipeline] { [Pipeline] checkout [2021-07-30T05:10:09.841Z] Selected Git installation does not exist. Using Default [2021-07-30T05:10:09.841Z] The recommended git tool is: NONE [2021-07-30T05:10:12.574Z] using credential edgex-jenkins-ssh [2021-07-30T05:10:12.591Z] Cloning the remote Git repository [2021-07-30T05:10:12.616Z] Cloning repository git@github.com:edgexfoundry/device-rfid-llrp-go.git [2021-07-30T05:10:12.681Z] > git init /w/workspace/device-rfid-llrp-go/11 # timeout=10 [2021-07-30T05:10:12.708Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git [2021-07-30T05:10:12.709Z] > git --version # timeout=10 [2021-07-30T05:10:12.714Z] > git --version # 'git version 2.24.4' [2021-07-30T05:10:12.715Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-30T05:10:12.736Z] [INFO] Currently running in a labeled security context [2021-07-30T05:10:12.736Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-07-30T05:10:12.736Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-rfid-llrp-go/11@tmp/jenkins-gitclient-ssh3921393765757094903.key [2021-07-30T05:10:12.746Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-07-30T05:10:14.144Z] Merging remotes/origin/main commit f6a1cf94d606acadd41c15aac79238c8c15b690a into PR head commit 37381ec3f65a6d1c524847dd5b265be5d59be2fc [2021-07-30T05:10:13.288Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 [2021-07-30T05:10:13.298Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-07-30T05:10:13.310Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 [2021-07-30T05:10:13.326Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git [2021-07-30T05:10:13.326Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-30T05:10:13.327Z] [INFO] Currently running in a labeled security context [2021-07-30T05:10:13.327Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-07-30T05:10:13.327Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-rfid-llrp-go/11@tmp/jenkins-gitclient-ssh4473707924792469400.key [2021-07-30T05:10:13.333Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/pull/29/head:refs/remotes/origin/PR-29 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2021-07-30T05:10:14.361Z] > git config core.sparsecheckout # timeout=10 [2021-07-30T05:10:14.372Z] > git checkout -f 37381ec3f65a6d1c524847dd5b265be5d59be2fc # timeout=10 [2021-07-30T05:10:14.415Z] > git remote # timeout=10 [2021-07-30T05:10:14.418Z] > git config --get remote.origin.url # timeout=10 [2021-07-30T05:10:14.424Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-30T05:10:14.424Z] [INFO] Currently running in a labeled security context [2021-07-30T05:10:14.425Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-07-30T05:10:14.425Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-rfid-llrp-go/11@tmp/jenkins-gitclient-ssh6424827177229535021.key [2021-07-30T05:10:14.433Z] > git merge f6a1cf94d606acadd41c15aac79238c8c15b690a # timeout=10 [2021-07-30T05:10:14.468Z] Merge succeeded, producing 172d444a239f725ffb3aa5b3847ea83de622336a [2021-07-30T05:10:14.469Z] Checking out Revision 172d444a239f725ffb3aa5b3847ea83de622336a (PR-29) [2021-07-30T05:10:14.459Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-07-30T05:10:14.469Z] > git config core.sparsecheckout # timeout=10 [2021-07-30T05:10:14.480Z] > git checkout -f 172d444a239f725ffb3aa5b3847ea83de622336a # timeout=10 [2021-07-30T05:10:18.232Z] Commit message: "Merge commit 'f6a1cf94d606acadd41c15aac79238c8c15b690a' into HEAD" [2021-07-30T05:10:18.242Z] First time build. Skipping changelog. [2021-07-30T05:10:18.234Z] > git rev-list --no-walk eee86b2820ca58ad511a283f1999e47e0c14b3f4 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-07-30T05:10:18.784Z] provisioning config files... [2021-07-30T05:10:18.803Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/device-rfid-llrp-go/11@tmp/config7451588619518775227tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-07-30T05:10:19.230Z] ---> docker-login.sh [2021-07-30T05:10:19.230Z] nexus3.edgexfoundry.org:10001 [2021-07-30T05:10:19.230Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-30T05:10:19.498Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-30T05:10:19.498Z] Configure a credential helper to remove this warning. See [2021-07-30T05:10:19.498Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-30T05:10:19.498Z] [2021-07-30T05:10:19.498Z] Login Succeeded [2021-07-30T05:10:19.498Z] nexus3.edgexfoundry.org:10002 [2021-07-30T05:10:19.498Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-30T05:10:19.498Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-30T05:10:19.498Z] Configure a credential helper to remove this warning. See [2021-07-30T05:10:19.498Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-30T05:10:19.498Z] [2021-07-30T05:10:19.498Z] Login Succeeded [2021-07-30T05:10:19.498Z] nexus3.edgexfoundry.org:10003 [2021-07-30T05:10:19.498Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-30T05:10:19.766Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-30T05:10:19.766Z] Configure a credential helper to remove this warning. See [2021-07-30T05:10:19.766Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-30T05:10:19.766Z] [2021-07-30T05:10:19.766Z] Login Succeeded [2021-07-30T05:10:19.766Z] nexus3.edgexfoundry.org:10004 [2021-07-30T05:10:19.766Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-30T05:10:19.766Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-30T05:10:19.766Z] Configure a credential helper to remove this warning. See [2021-07-30T05:10:19.766Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-30T05:10:19.766Z] [2021-07-30T05:10:19.766Z] Login Succeeded [2021-07-30T05:10:19.766Z] docker.io [2021-07-30T05:10:20.032Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-30T05:10:20.299Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-30T05:10:20.299Z] Configure a credential helper to remove this warning. See [2021-07-30T05:10:20.299Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-30T05:10:20.299Z] [2021-07-30T05:10:20.299Z] Login Succeeded [2021-07-30T05:10:20.299Z] ---> docker-login.sh ends [Pipeline] } [2021-07-30T05:10:20.349Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-07-30T05:10:20.531Z] ========================================================= [2021-07-30T05:10:20.531Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-07-30T05:10:20.531Z] ========================================================= [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2021-07-30T05:10:20.859Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-07-30T05:10:20.859Z] Sending build context to Docker daemon 1.196MB [2021-07-30T05:10:20.859Z] Step 1/10 : ARG BASE=golang:1.16-alpine3.12 [2021-07-30T05:10:20.859Z] Step 2/10 : FROM ${BASE} [2021-07-30T05:10:20.859Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-07-30T05:10:20.859Z] 540db60ca938: Pulling fs layer [2021-07-30T05:10:20.859Z] adcc1eea9eea: Pulling fs layer [2021-07-30T05:10:20.859Z] 4c4ab2625f07: Pulling fs layer [2021-07-30T05:10:20.859Z] 0773c198feca: Pulling fs layer [2021-07-30T05:10:20.859Z] 345f892a5656: Pulling fs layer [2021-07-30T05:10:20.859Z] 4796506630df: Pulling fs layer [2021-07-30T05:10:20.859Z] cc55df3e53f1: Pulling fs layer [2021-07-30T05:10:20.859Z] 4d027b6c602c: Pulling fs layer [2021-07-30T05:10:20.859Z] 449e75d2c14e: Pulling fs layer [2021-07-30T05:10:20.859Z] 0773c198feca: Waiting [2021-07-30T05:10:20.859Z] 345f892a5656: Waiting [2021-07-30T05:10:20.859Z] 4796506630df: Waiting [2021-07-30T05:10:20.859Z] cc55df3e53f1: Waiting [2021-07-30T05:10:20.859Z] 4d027b6c602c: Waiting [2021-07-30T05:10:20.859Z] 449e75d2c14e: Waiting [2021-07-30T05:10:21.140Z] 4c4ab2625f07: Verifying Checksum [2021-07-30T05:10:21.140Z] 4c4ab2625f07: Download complete [2021-07-30T05:10:21.140Z] adcc1eea9eea: Verifying Checksum [2021-07-30T05:10:21.140Z] adcc1eea9eea: Download complete [2021-07-30T05:10:21.140Z] 345f892a5656: Verifying Checksum [2021-07-30T05:10:21.140Z] 345f892a5656: Download complete [2021-07-30T05:10:21.140Z] 4796506630df: Verifying Checksum [2021-07-30T05:10:21.140Z] 4796506630df: Download complete [2021-07-30T05:10:21.140Z] cc55df3e53f1: Verifying Checksum [2021-07-30T05:10:21.140Z] cc55df3e53f1: Download complete [2021-07-30T05:10:21.140Z] 540db60ca938: Verifying Checksum [2021-07-30T05:10:21.140Z] 540db60ca938: Download complete [2021-07-30T05:10:21.409Z] 540db60ca938: Pull complete [2021-07-30T05:10:21.409Z] adcc1eea9eea: Pull complete [2021-07-30T05:10:21.674Z] 4d027b6c602c: Verifying Checksum [2021-07-30T05:10:21.674Z] 4d027b6c602c: Download complete [2021-07-30T05:10:21.674Z] 4c4ab2625f07: Pull complete [2021-07-30T05:10:24.257Z] 449e75d2c14e: Verifying Checksum [2021-07-30T05:10:24.257Z] 449e75d2c14e: Download complete [2021-07-30T05:10:25.680Z] 0773c198feca: Verifying Checksum [2021-07-30T05:10:25.680Z] 0773c198feca: Download complete [2021-07-30T05:10:29.060Z] 0773c198feca: Pull complete [2021-07-30T05:10:29.060Z] 345f892a5656: Pull complete [2021-07-30T05:10:29.060Z] 4796506630df: Pull complete [2021-07-30T05:10:29.060Z] cc55df3e53f1: Pull complete [2021-07-30T05:10:29.060Z] 4d027b6c602c: Pull complete [2021-07-30T05:10:30.493Z] 449e75d2c14e: Pull complete [2021-07-30T05:10:30.493Z] Digest: sha256:a2fa0993ec4462abfc92311096d2e43e803cda49eb027de246ea451416b7a8a8 [2021-07-30T05:10:30.493Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-07-30T05:10:30.493Z] ---> 0d28375d9b5b [2021-07-30T05:10:30.493Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2021-07-30T05:10:31.923Z] ---> Running in 9f6ac342bdae [2021-07-30T05:10:31.923Z] Removing intermediate container 9f6ac342bdae [2021-07-30T05:10:31.923Z] ---> 7db56fe47a41 [2021-07-30T05:10:31.923Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2021-07-30T05:10:31.923Z] ---> Running in 8184c2e827e4 [2021-07-30T05:10:32.193Z] Removing intermediate container 8184c2e827e4 [2021-07-30T05:10:32.193Z] ---> 8f04d6df9535 [2021-07-30T05:10:32.193Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-07-30T05:10:32.193Z] ---> Running in b90e73c37e58 [2021-07-30T05:10:32.193Z] Removing intermediate container b90e73c37e58 [2021-07-30T05:10:32.193Z] ---> 7d94b8a22a6c [2021-07-30T05:10:32.193Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-30T05:10:32.193Z] ---> Running in c900c16c0a07 [2021-07-30T05:10:32.793Z] Removing intermediate container c900c16c0a07 [2021-07-30T05:10:32.793Z] ---> 8d0d0df288d9 [2021-07-30T05:10:32.793Z] Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-07-30T05:10:32.793Z] ---> Running in ea57984350fc [2021-07-30T05:10:33.059Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-07-30T05:10:34.022Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-07-30T05:10:34.292Z] OK: 149 MiB in 40 packages [2021-07-30T05:10:34.567Z] Removing intermediate container ea57984350fc [2021-07-30T05:10:34.567Z] ---> 4bce92c91811 [2021-07-30T05:10:34.567Z] Step 8/10 : WORKDIR /device-rfid-llrp-go [2021-07-30T05:10:34.567Z] ---> Running in 22db7a1e86d4 [2021-07-30T05:10:34.567Z] Removing intermediate container 22db7a1e86d4 [2021-07-30T05:10:34.567Z] ---> e0649b715398 [2021-07-30T05:10:34.567Z] Step 9/10 : COPY . . [2021-07-30T05:10:34.833Z] ---> 0b2a70510b69 [2021-07-30T05:10:34.833Z] Step 10/10 : RUN go mod download [2021-07-30T05:10:34.833Z] ---> Running in 46c020db2d3f [2021-07-30T05:10:44.936Z] Removing intermediate container 46c020db2d3f [2021-07-30T05:10:44.936Z] ---> a0665e9b850a [2021-07-30T05:10:44.936Z] Successfully built a0665e9b850a [2021-07-30T05:10:44.936Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-07-30T05:10:45.281Z] + docker inspect -f . ci-base-image-x86_64 [2021-07-30T05:10:45.281Z] . [Pipeline] withDockerContainer [2021-07-30T05:10:45.385Z] prd-centos7-docker-4c-2g-610 does not seem to be running inside a container [2021-07-30T05:10:45.442Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rfid-llrp-go/11 -v /w/workspace/device-rfid-llrp-go/11:/w/workspace/device-rfid-llrp-go/11:rw,z -v /w/workspace/device-rfid-llrp-go/11@tmp:/w/workspace/device-rfid-llrp-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-07-30T05:10:45.812Z] $ docker top ae5bdce14d425e67ca9c670b3e3b7e78e99db2716b3514246f0c6ab3e30c301b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-30T05:10:46.222Z] + go version [2021-07-30T05:10:46.222Z] go version go1.16.5 linux/amd64 [Pipeline] } [2021-07-30T05:10:46.238Z] $ docker stop --time=1 ae5bdce14d425e67ca9c670b3e3b7e78e99db2716b3514246f0c6ab3e30c301b [2021-07-30T05:10:47.450Z] $ docker rm -f ae5bdce14d425e67ca9c670b3e3b7e78e99db2716b3514246f0c6ab3e30c301b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-30T05:10:47.989Z] + docker inspect -f . ci-base-image-x86_64 [2021-07-30T05:10:47.989Z] . [Pipeline] withDockerContainer [2021-07-30T05:10:48.084Z] prd-centos7-docker-4c-2g-610 does not seem to be running inside a container [2021-07-30T05:10:48.142Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rfid-llrp-go/11 -v /w/workspace/device-rfid-llrp-go/11:/w/workspace/device-rfid-llrp-go/11:rw,z -v /w/workspace/device-rfid-llrp-go/11@tmp:/w/workspace/device-rfid-llrp-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-07-30T05:10:48.537Z] $ docker top 7e82b0509050a63eb9eb0806b08fa1c55e12f86d122da6fbd47cb897e3d50b4e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-30T05:10:48.934Z] + go mod tidy [Pipeline] sh [2021-07-30T05:10:49.274Z] + make test [2021-07-30T05:10:49.274Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-07-30T05:10:49.543Z] ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] [2021-07-30T05:10:54.917Z] # github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [2021-07-30T05:10:54.917Z] /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.60/bootstrap/logging/factory.go:29:9: undefined: logger.NewClientStdOut [2021-07-30T05:10:54.917Z] /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.60/bootstrap/logging/factory.go:42:25: too many arguments in call to logger.NewClient [2021-07-30T05:10:54.917Z] have (string, bool, string, string) [2021-07-30T05:10:54.917Z] want (string, string) [2021-07-30T05:11:01.602Z] FAIL github.com/edgexfoundry/device-rfid-llrp-go/internal/driver [build failed] [2021-07-30T05:11:01.869Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.231s coverage: 51.9% of statements [2021-07-30T05:11:01.869Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.005s coverage: 95.5% of statements [2021-07-30T05:11:01.869Z] make: *** [Makefile:26: test] Error 2 [Pipeline] } [2021-07-30T05:11:01.888Z] $ docker stop --time=1 7e82b0509050a63eb9eb0806b08fa1c55e12f86d122da6fbd47cb897e3d50b4e [2021-07-30T05:11:03.290Z] $ docker rm -f 7e82b0509050a63eb9eb0806b08fa1c55e12f86d122da6fbd47cb897e3d50b4e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-30T05:11:04.198Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-07-30T05:11:04.198Z] [2021-07-30T05:11:04.198Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-07-30T05:11:04.358Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-609 in /w/workspace/oundry_device-rfid-llrp-go_PR-29 [Pipeline] { [Pipeline] ws [2021-07-30T05:11:04.374Z] Running in /w/workspace/device-rfid-llrp-go/11 [Pipeline] { [Pipeline] checkout [2021-07-30T05:11:04.533Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-07-30T05:11:04.533Z] latest: Pulling from edgex-lftools-log-publisher [2021-07-30T05:11:04.533Z] b4d181a07f80: Pulling fs layer [2021-07-30T05:11:04.533Z] a1111a8f2ec3: Pulling fs layer [2021-07-30T05:11:04.533Z] ed53099fbce6: Pulling fs layer [2021-07-30T05:11:04.533Z] dc539afda2c1: Pulling fs layer [2021-07-30T05:11:04.533Z] 77bc0d833cb6: Pulling fs layer [2021-07-30T05:11:04.533Z] 9065ff56babe: Pulling fs layer [2021-07-30T05:11:04.533Z] d287ab97295c: Pulling fs layer [2021-07-30T05:11:04.533Z] 77bc0d833cb6: Waiting [2021-07-30T05:11:04.533Z] 9065ff56babe: Waiting [2021-07-30T05:11:04.533Z] d287ab97295c: Waiting [2021-07-30T05:11:04.533Z] dc539afda2c1: Waiting [2021-07-30T05:11:04.604Z] Selected Git installation does not exist. Using Default [2021-07-30T05:11:04.605Z] The recommended git tool is: NONE [2021-07-30T05:11:04.803Z] a1111a8f2ec3: Verifying Checksum [2021-07-30T05:11:04.803Z] a1111a8f2ec3: Download complete [2021-07-30T05:11:04.803Z] dc539afda2c1: Verifying Checksum [2021-07-30T05:11:04.803Z] dc539afda2c1: Download complete [2021-07-30T05:11:05.070Z] 77bc0d833cb6: Verifying Checksum [2021-07-30T05:11:05.070Z] 77bc0d833cb6: Download complete [2021-07-30T05:11:05.070Z] 9065ff56babe: Verifying Checksum [2021-07-30T05:11:05.070Z] 9065ff56babe: Download complete [2021-07-30T05:11:05.335Z] ed53099fbce6: Verifying Checksum [2021-07-30T05:11:05.336Z] ed53099fbce6: Download complete [2021-07-30T05:11:05.916Z] b4d181a07f80: Verifying Checksum [2021-07-30T05:11:05.916Z] b4d181a07f80: Download complete [2021-07-30T05:11:07.323Z] b4d181a07f80: Pull complete [2021-07-30T05:11:07.324Z] a1111a8f2ec3: Pull complete [2021-07-30T05:11:07.589Z] ed53099fbce6: Pull complete [2021-07-30T05:11:07.854Z] dc539afda2c1: Pull complete [2021-07-30T05:11:08.121Z] 77bc0d833cb6: Pull complete [2021-07-30T05:11:08.121Z] 9065ff56babe: Pull complete [2021-07-30T05:11:10.060Z] d287ab97295c: Verifying Checksum [2021-07-30T05:11:10.060Z] d287ab97295c: Download complete [2021-07-30T05:11:10.183Z] using credential edgex-jenkins-ssh [2021-07-30T05:11:10.201Z] Cloning the remote Git repository [2021-07-30T05:11:10.250Z] Cloning repository git@github.com:edgexfoundry/device-rfid-llrp-go.git [2021-07-30T05:11:10.361Z] > git init /w/workspace/device-rfid-llrp-go/11 # timeout=10 [2021-07-30T05:11:10.483Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git [2021-07-30T05:11:10.484Z] > git --version # timeout=10 [2021-07-30T05:11:10.502Z] > git --version # 'git version 2.17.1' [2021-07-30T05:11:10.505Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-30T05:11:10.606Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-07-30T05:11:11.999Z] Merging remotes/origin/main commit f6a1cf94d606acadd41c15aac79238c8c15b690a into PR head commit 37381ec3f65a6d1c524847dd5b265be5d59be2fc [2021-07-30T05:11:11.353Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 [2021-07-30T05:11:11.375Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-07-30T05:11:11.400Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 [2021-07-30T05:11:11.461Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git [2021-07-30T05:11:11.461Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-30T05:11:11.474Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/pull/29/head:refs/remotes/origin/PR-29 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2021-07-30T05:11:12.019Z] > git config core.sparsecheckout # timeout=10 [2021-07-30T05:11:12.041Z] > git checkout -f 37381ec3f65a6d1c524847dd5b265be5d59be2fc # timeout=10 [2021-07-30T05:11:12.339Z] Merge succeeded, producing 3fedf17b71c5e2a2a60b5f9c3baafa9075d29507 [2021-07-30T05:11:12.340Z] Checking out Revision 3fedf17b71c5e2a2a60b5f9c3baafa9075d29507 (PR-29) [2021-07-30T05:11:12.158Z] > git remote # timeout=10 [2021-07-30T05:11:12.178Z] > git config --get remote.origin.url # timeout=10 [2021-07-30T05:11:12.194Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-30T05:11:12.206Z] > git merge f6a1cf94d606acadd41c15aac79238c8c15b690a # timeout=10 [2021-07-30T05:11:12.320Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-07-30T05:11:12.346Z] > git config core.sparsecheckout # timeout=10 [2021-07-30T05:11:12.369Z] > git checkout -f 3fedf17b71c5e2a2a60b5f9c3baafa9075d29507 # timeout=10 [2021-07-30T05:11:14.347Z] d287ab97295c: Pull complete [2021-07-30T05:11:14.347Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-07-30T05:11:14.347Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-07-30T05:11:14.347Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-07-30T05:11:14.446Z] prd-centos7-docker-4c-2g-610 does not seem to be running inside a container [2021-07-30T05:11:14.523Z] $ 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/11 -v /w/workspace/device-rfid-llrp-go/11:/w/workspace/device-rfid-llrp-go/11:rw,z -v /w/workspace/device-rfid-llrp-go/11@tmp:/w/workspace/device-rfid-llrp-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2021-07-30T05:11:16.691Z] Commit message: "Merge commit 'f6a1cf94d606acadd41c15aac79238c8c15b690a' into HEAD" [2021-07-30T05:11:16.713Z] First time build. Skipping changelog. [2021-07-30T05:11:16.927Z] [2021-07-30T05:11:16.927Z] GitHub has been notified of this commit’s build result [2021-07-30T05:11:16.927Z] [2021-07-30T05:11:16.986Z] $ docker top f5162410065b3645cf2ae759903ea2e107cb0cc7f2c9c70930caa1d75ddd28fb -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-07-30T05:11:17.319Z] provisioning config files... [2021-07-30T05:11:17.347Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/device-rfid-llrp-go/11@tmp/config3612911754775884971tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-07-30T05:11:17.465Z] ---> job-cost.sh [2021-07-30T05:11:17.465Z] lf-activate-venv: SKIPPING [2021-07-30T05:11:17.465Z] INFO: No Stack... [2021-07-30T05:11:16.698Z] > git rev-list --no-walk eee86b2820ca58ad511a283f1999e47e0c14b3f4 # timeout=10 [2021-07-30T05:11:17.903Z] ---> docker-login.sh [2021-07-30T05:11:17.903Z] nexus3.edgexfoundry.org:10001 [2021-07-30T05:11:18.425Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-07-30T05:11:18.502Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-30T05:11:18.693Z] INFO: Archiving Costs [Pipeline] sh [2021-07-30T05:11:19.012Z] + cat /w/workspace/device-rfid-llrp-go/11/archives/cost.csv [2021-07-30T05:11:19.012Z] + cut -d, -f6 [Pipeline] lock [2021-07-30T05:11:19.051Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-29-11-stack-cost] [2021-07-30T05:11:19.076Z] Resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-29-11-stack-cost] did not exist. Created. [2021-07-30T05:11:19.076Z] Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-29-11-stack-cost] [Pipeline] { [Pipeline] unstash [2021-07-30T05:11:19.100Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-30T05:11:19.100Z] Configure a credential helper to remove this warning. See [2021-07-30T05:11:19.100Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-30T05:11:19.100Z] [2021-07-30T05:11:19.100Z] Login Succeeded [2021-07-30T05:11:19.100Z] nexus3.edgexfoundry.org:10002 [Pipeline] sh [2021-07-30T05:11:19.376Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-30T05:11:19.415Z] + echo total: 0.05999999865889549 [Pipeline] stash [2021-07-30T05:11:19.639Z] Stashed 1 file(s) [Pipeline] } [2021-07-30T05:11:19.648Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-30T05:11:19.648Z] Configure a credential helper to remove this warning. See [2021-07-30T05:11:19.648Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-30T05:11:19.648Z] [2021-07-30T05:11:19.648Z] Login Succeeded [2021-07-30T05:11:19.648Z] nexus3.edgexfoundry.org:10003 [2021-07-30T05:11:19.652Z] Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-29-11-stack-cost] [Pipeline] // lock [Pipeline] } [2021-07-30T05:11:19.678Z] $ docker stop --time=1 f5162410065b3645cf2ae759903ea2e107cb0cc7f2c9c70930caa1d75ddd28fb [2021-07-30T05:11:19.922Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-30T05:11:19.922Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-30T05:11:19.922Z] Configure a credential helper to remove this warning. See [2021-07-30T05:11:19.922Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-30T05:11:19.922Z] [2021-07-30T05:11:19.922Z] Login Succeeded [2021-07-30T05:11:19.922Z] nexus3.edgexfoundry.org:10004 [2021-07-30T05:11:20.526Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-30T05:11:20.526Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-30T05:11:20.526Z] Configure a credential helper to remove this warning. See [2021-07-30T05:11:20.526Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-30T05:11:20.526Z] [2021-07-30T05:11:20.526Z] Login Succeeded [2021-07-30T05:11:20.526Z] docker.io [2021-07-30T05:11:20.799Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-30T05:11:20.838Z] $ docker rm -f f5162410065b3645cf2ae759903ea2e107cb0cc7f2c9c70930caa1d75ddd28fb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-07-30T05:11:21.171Z] Failed in branch amd64 [2021-07-30T05:11:21.395Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-30T05:11:21.395Z] Configure a credential helper to remove this warning. See [2021-07-30T05:11:21.396Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-30T05:11:21.396Z] [2021-07-30T05:11:21.396Z] Login Succeeded [2021-07-30T05:11:21.396Z] ---> docker-login.sh ends [Pipeline] } [2021-07-30T05:11:21.475Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-07-30T05:11:22.033Z] ========================================================= [2021-07-30T05:11:22.033Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-07-30T05:11:22.033Z] ========================================================= [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2021-07-30T05:11:22.402Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-07-30T05:11:22.680Z] Sending build context to Docker daemon 1.196MB [2021-07-30T05:11:22.680Z] Step 1/10 : ARG BASE=golang:1.16-alpine3.12 [2021-07-30T05:11:22.680Z] Step 2/10 : FROM ${BASE} [2021-07-30T05:11:22.956Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-07-30T05:11:22.956Z] 595b0fe564bb: Pulling fs layer [2021-07-30T05:11:22.956Z] 24495759ef45: Pulling fs layer [2021-07-30T05:11:22.956Z] d148012ef14d: Pulling fs layer [2021-07-30T05:11:22.956Z] cb65c68fc2e2: Pulling fs layer [2021-07-30T05:11:22.956Z] 093eec477d81: Pulling fs layer [2021-07-30T05:11:22.956Z] a6d5b2bbb924: Pulling fs layer [2021-07-30T05:11:22.956Z] 2446dc1eb7d3: Pulling fs layer [2021-07-30T05:11:22.956Z] 596795e73e0f: Pulling fs layer [2021-07-30T05:11:22.956Z] cb65c68fc2e2: Waiting [2021-07-30T05:11:22.956Z] 093eec477d81: Waiting [2021-07-30T05:11:22.956Z] a6d5b2bbb924: Waiting [2021-07-30T05:11:22.956Z] 2446dc1eb7d3: Waiting [2021-07-30T05:11:22.956Z] 596795e73e0f: Waiting [2021-07-30T05:11:22.956Z] d148012ef14d: Verifying Checksum [2021-07-30T05:11:22.956Z] d148012ef14d: Download complete [2021-07-30T05:11:22.956Z] 24495759ef45: Verifying Checksum [2021-07-30T05:11:22.956Z] 24495759ef45: Download complete [2021-07-30T05:11:22.956Z] 093eec477d81: Verifying Checksum [2021-07-30T05:11:22.956Z] 093eec477d81: Download complete [2021-07-30T05:11:23.231Z] a6d5b2bbb924: Verifying Checksum [2021-07-30T05:11:23.231Z] a6d5b2bbb924: Download complete [2021-07-30T05:11:23.231Z] 595b0fe564bb: Verifying Checksum [2021-07-30T05:11:23.231Z] 595b0fe564bb: Download complete [2021-07-30T05:11:23.231Z] 2446dc1eb7d3: Verifying Checksum [2021-07-30T05:11:23.231Z] 2446dc1eb7d3: Download complete [2021-07-30T05:11:23.828Z] 595b0fe564bb: Pull complete [2021-07-30T05:11:24.435Z] 24495759ef45: Pull complete [2021-07-30T05:11:24.709Z] d148012ef14d: Pull complete [2021-07-30T05:11:25.691Z] 596795e73e0f: Verifying Checksum [2021-07-30T05:11:25.691Z] 596795e73e0f: Download complete [2021-07-30T05:11:27.131Z] cb65c68fc2e2: Verifying Checksum [2021-07-30T05:11:27.131Z] cb65c68fc2e2: Download complete [2021-07-30T05:11:37.322Z] cb65c68fc2e2: Pull complete [2021-07-30T05:11:37.923Z] 093eec477d81: Pull complete [2021-07-30T05:11:38.198Z] a6d5b2bbb924: Pull complete [2021-07-30T05:11:38.801Z] 2446dc1eb7d3: Pull complete [2021-07-30T05:11:43.142Z] 596795e73e0f: Pull complete [2021-07-30T05:11:43.142Z] Digest: sha256:8fdc37217a1dd7593ea05f088b02ef5bfb3cd8d6ab6705c4f2c080891875b7a0 [2021-07-30T05:11:43.142Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-07-30T05:11:43.142Z] ---> d9e956139c92 [2021-07-30T05:11:43.142Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2021-07-30T05:11:45.140Z] ---> Running in 52ff3fbcffde [2021-07-30T05:11:45.734Z] Removing intermediate container 52ff3fbcffde [2021-07-30T05:11:45.734Z] ---> 118a8c26e8fc [2021-07-30T05:11:45.734Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2021-07-30T05:11:45.734Z] ---> Running in 83bade59b948 [2021-07-30T05:11:46.345Z] Removing intermediate container 83bade59b948 [2021-07-30T05:11:46.345Z] ---> 1a9fcb0407c3 [2021-07-30T05:11:46.345Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-07-30T05:11:46.345Z] ---> Running in 5d578c1d0be9 [2021-07-30T05:11:46.940Z] Removing intermediate container 5d578c1d0be9 [2021-07-30T05:11:46.940Z] ---> 878bef3f4414 [2021-07-30T05:11:46.940Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-30T05:11:46.940Z] ---> Running in 42ff855160f4 [2021-07-30T05:11:49.568Z] Removing intermediate container 42ff855160f4 [2021-07-30T05:11:49.568Z] ---> 27845358f629 [2021-07-30T05:11:49.568Z] Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-07-30T05:11:49.568Z] ---> Running in cab88c503c16 [2021-07-30T05:11:50.561Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-07-30T05:11:51.537Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-07-30T05:11:52.528Z] OK: 138 MiB in 40 packages [2021-07-30T05:11:53.522Z] Removing intermediate container cab88c503c16 [2021-07-30T05:11:53.522Z] ---> 09661a088038 [2021-07-30T05:11:53.522Z] Step 8/10 : WORKDIR /device-rfid-llrp-go [2021-07-30T05:11:53.522Z] ---> Running in 8f064ca9a971 [2021-07-30T05:11:54.122Z] Removing intermediate container 8f064ca9a971 [2021-07-30T05:11:54.122Z] ---> 686f0e9462ea [2021-07-30T05:11:54.122Z] Step 9/10 : COPY . . [2021-07-30T05:11:55.099Z] ---> 5110043cd39a [2021-07-30T05:11:55.099Z] Step 10/10 : RUN go mod download [2021-07-30T05:11:55.374Z] ---> Running in e2152c952073 [2021-07-30T05:12:17.593Z] Removing intermediate container e2152c952073 [2021-07-30T05:12:17.593Z] ---> 77c57e958fce [2021-07-30T05:12:17.593Z] Successfully built 77c57e958fce [2021-07-30T05:12:17.593Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-07-30T05:12:17.945Z] + docker inspect -f . ci-base-image-arm64 [2021-07-30T05:12:17.945Z] . [Pipeline] withDockerContainer [2021-07-30T05:12:18.188Z] prd-ubuntu18.04-docker-arm64-4c-16g-609 does not seem to be running inside a container [2021-07-30T05:12:18.283Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rfid-llrp-go/11 -v /w/workspace/device-rfid-llrp-go/11:/w/workspace/device-rfid-llrp-go/11:rw,z -v /w/workspace/device-rfid-llrp-go/11@tmp:/w/workspace/device-rfid-llrp-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-07-30T05:12:19.864Z] $ docker top 24cd2247138ff92994792140dc9428196179be8deb27d087e4b992a524f1db54 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-30T05:12:20.837Z] + go version [2021-07-30T05:12:20.837Z] go version go1.16.5 linux/arm64 [Pipeline] } [2021-07-30T05:12:20.858Z] $ docker stop --time=1 24cd2247138ff92994792140dc9428196179be8deb27d087e4b992a524f1db54 [2021-07-30T05:12:22.727Z] $ docker rm -f 24cd2247138ff92994792140dc9428196179be8deb27d087e4b992a524f1db54 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-30T05:12:23.540Z] + docker inspect -f . ci-base-image-arm64 [2021-07-30T05:12:23.540Z] . [Pipeline] withDockerContainer [2021-07-30T05:12:23.800Z] prd-ubuntu18.04-docker-arm64-4c-16g-609 does not seem to be running inside a container [2021-07-30T05:12:23.886Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rfid-llrp-go/11 -v /w/workspace/device-rfid-llrp-go/11:/w/workspace/device-rfid-llrp-go/11:rw,z -v /w/workspace/device-rfid-llrp-go/11@tmp:/w/workspace/device-rfid-llrp-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-07-30T05:12:25.535Z] $ docker top e6e41fc7c3e749759cf89481462fdd29dd562e62baa2c69367d49af913ebbc4b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-30T05:12:26.512Z] + go mod tidy [Pipeline] sh [2021-07-30T05:12:27.781Z] + make test [2021-07-30T05:12:27.781Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-07-30T05:12:28.766Z] ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] [2021-07-30T05:12:55.629Z] # github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [2021-07-30T05:12:55.629Z] /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.60/bootstrap/logging/factory.go:29:9: undefined: logger.NewClientStdOut [2021-07-30T05:12:55.629Z] /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.60/bootstrap/logging/factory.go:42:25: too many arguments in call to logger.NewClient [2021-07-30T05:12:55.629Z] have (string, bool, string, string) [2021-07-30T05:12:55.629Z] want (string, string) [2021-07-30T05:13:10.817Z] FAIL github.com/edgexfoundry/device-rfid-llrp-go/internal/driver [build failed] [2021-07-30T05:13:10.817Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.487s coverage: 52.0% of statements [2021-07-30T05:13:10.817Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.045s coverage: 96.4% of statements [2021-07-30T05:13:10.817Z] make: *** [Makefile:26: test] Error 2 [Pipeline] } [2021-07-30T05:13:10.843Z] $ docker stop --time=1 e6e41fc7c3e749759cf89481462fdd29dd562e62baa2c69367d49af913ebbc4b [2021-07-30T05:13:13.064Z] $ docker rm -f e6e41fc7c3e749759cf89481462fdd29dd562e62baa2c69367d49af913ebbc4b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-30T05:13:14.308Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-07-30T05:13:14.308Z] [2021-07-30T05:13:14.308Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2021-07-30T05:13:14.664Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-07-30T05:13:14.940Z] arm64: Pulling from edgex-lftools-log-publisher [2021-07-30T05:13:14.940Z] 448f6bf000e3: Pulling fs layer [2021-07-30T05:13:14.940Z] f757da607395: Pulling fs layer [2021-07-30T05:13:14.940Z] 05883995daec: Pulling fs layer [2021-07-30T05:13:14.940Z] 8603b9c90790: Pulling fs layer [2021-07-30T05:13:14.940Z] 1560dd03e051: Pulling fs layer [2021-07-30T05:13:14.940Z] 27f5ce0e4adf: Pulling fs layer [2021-07-30T05:13:14.940Z] c2d8d7efcc4b: Pulling fs layer [2021-07-30T05:13:14.940Z] 1560dd03e051: Waiting [2021-07-30T05:13:14.940Z] 27f5ce0e4adf: Waiting [2021-07-30T05:13:14.940Z] 8603b9c90790: Waiting [2021-07-30T05:13:14.940Z] c2d8d7efcc4b: Waiting [2021-07-30T05:13:15.215Z] f757da607395: Verifying Checksum [2021-07-30T05:13:15.215Z] f757da607395: Download complete [2021-07-30T05:13:15.215Z] 8603b9c90790: Download complete [2021-07-30T05:13:15.491Z] 1560dd03e051: Verifying Checksum [2021-07-30T05:13:15.491Z] 1560dd03e051: Download complete [2021-07-30T05:13:15.491Z] 27f5ce0e4adf: Verifying Checksum [2021-07-30T05:13:15.491Z] 27f5ce0e4adf: Download complete [2021-07-30T05:13:15.491Z] 05883995daec: Verifying Checksum [2021-07-30T05:13:15.491Z] 05883995daec: Download complete [2021-07-30T05:13:17.467Z] 448f6bf000e3: Verifying Checksum [2021-07-30T05:13:17.467Z] 448f6bf000e3: Download complete [2021-07-30T05:13:20.093Z] c2d8d7efcc4b: Verifying Checksum [2021-07-30T05:13:20.093Z] c2d8d7efcc4b: Download complete [2021-07-30T05:13:20.688Z] 448f6bf000e3: Pull complete [2021-07-30T05:13:21.288Z] f757da607395: Pull complete [2021-07-30T05:13:22.720Z] 05883995daec: Pull complete [2021-07-30T05:13:22.993Z] 8603b9c90790: Pull complete [2021-07-30T05:13:23.970Z] 1560dd03e051: Pull complete [2021-07-30T05:13:24.242Z] 27f5ce0e4adf: Pull complete [2021-07-30T05:13:39.350Z] c2d8d7efcc4b: Pull complete [2021-07-30T05:13:39.350Z] Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 [2021-07-30T05:13:39.350Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-07-30T05:13:39.350Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2021-07-30T05:13:39.614Z] prd-ubuntu18.04-docker-arm64-4c-16g-609 does not seem to be running inside a container [2021-07-30T05:13:39.700Z] $ 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/11 -v /w/workspace/device-rfid-llrp-go/11:/w/workspace/device-rfid-llrp-go/11:rw,z -v /w/workspace/device-rfid-llrp-go/11@tmp:/w/workspace/device-rfid-llrp-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2021-07-30T05:13:43.953Z] $ docker top 7a8b014937d29c74680e85c3f49a32263f0599ae5128d6e0a1968d6a2ef78828 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-07-30T05:13:44.962Z] ---> job-cost.sh [2021-07-30T05:13:44.962Z] lf-activate-venv: SKIPPING [2021-07-30T05:13:44.962Z] INFO: No Stack... [2021-07-30T05:13:45.949Z] INFO: Retrieving Pricing Info for: v2-standard-4 [2021-07-30T05:13:46.545Z] INFO: Archiving Costs [Pipeline] sh [2021-07-30T05:13:47.216Z] + cut -d, -f6 [2021-07-30T05:13:47.216Z] + cat /w/workspace/device-rfid-llrp-go/11/archives/cost.csv [Pipeline] lock [2021-07-30T05:13:47.288Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-29-11-stack-cost] [2021-07-30T05:13:47.305Z] Resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-29-11-stack-cost] did not exist. Created. [2021-07-30T05:13:47.305Z] Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-29-11-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-07-30T05:13:48.041Z] /w/workspace/device-rfid-llrp-go/11@tmp/durable-ba45bcc0/script.sh: 1: /w/workspace/device-rfid-llrp-go/11@tmp/durable-ba45bcc0/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-07-30T05:13:48.729Z] + echo total: 0.18000000715255737 [Pipeline] stash [2021-07-30T05:13:48.764Z] Warning: overwriting stash ‘stack-cost’ [2021-07-30T05:13:49.269Z] Stashed 1 file(s) [Pipeline] } [2021-07-30T05:13:49.283Z] Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-29-11-stack-cost] [Pipeline] // lock [Pipeline] } [2021-07-30T05:13:49.313Z] $ docker stop --time=1 7a8b014937d29c74680e85c3f49a32263f0599ae5128d6e0a1968d6a2ef78828 [2021-07-30T05:13:50.973Z] $ docker rm -f 7a8b014937d29c74680e85c3f49a32263f0599ae5128d6e0a1968d6a2ef78828 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-07-30T05:13:51.547Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-07-30T05:13:53.270Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-30T05:13:53.867Z] ---> package-listing.sh [2021-07-30T05:13:53.867Z] ++ facter osfamily [2021-07-30T05:13:53.867Z] ++ tr '[:upper:]' '[:lower:]' [2021-07-30T05:13:54.136Z] + OS_FAMILY=redhat [2021-07-30T05:13:54.136Z] + workspace=/w/workspace/oundry_device-rfid-llrp-go_PR-29 [2021-07-30T05:13:54.136Z] + START_PACKAGES=/tmp/packages_start.txt [2021-07-30T05:13:54.136Z] + END_PACKAGES=/tmp/packages_end.txt [2021-07-30T05:13:54.136Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-07-30T05:13:54.136Z] + PACKAGES=/tmp/packages_start.txt [2021-07-30T05:13:54.136Z] + '[' /w/workspace/oundry_device-rfid-llrp-go_PR-29 ']' [2021-07-30T05:13:54.136Z] + PACKAGES=/tmp/packages_end.txt [2021-07-30T05:13:54.136Z] + case "${OS_FAMILY}" in [2021-07-30T05:13:54.136Z] + sort [2021-07-30T05:13:54.136Z] + rpm -qa [2021-07-30T05:13:54.724Z] + '[' -f /tmp/packages_start.txt ']' [2021-07-30T05:13:54.724Z] + '[' -f /tmp/packages_end.txt ']' [2021-07-30T05:13:54.724Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-07-30T05:13:54.724Z] + '[' /w/workspace/oundry_device-rfid-llrp-go_PR-29 ']' [2021-07-30T05:13:54.724Z] + mkdir -p /w/workspace/oundry_device-rfid-llrp-go_PR-29/archives/ [2021-07-30T05:13:54.724Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oundry_device-rfid-llrp-go_PR-29/archives/ [Pipeline] echo [2021-07-30T05:13:54.745Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/oundry_device-rfid-llrp-go_PR-29/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-07-30T05:13:55.048Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-07-30T05:13:55.641Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-07-30T05:13:55.641Z] [2021-07-30T05:13:55.641Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-07-30T05:13:55.978Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-07-30T05:13:55.978Z] latest: Pulling from edgex-lftools-log-publisher [2021-07-30T05:13:55.978Z] b4d181a07f80: Pulling fs layer [2021-07-30T05:13:55.978Z] a1111a8f2ec3: Pulling fs layer [2021-07-30T05:13:55.978Z] ed53099fbce6: Pulling fs layer [2021-07-30T05:13:55.978Z] dc539afda2c1: Pulling fs layer [2021-07-30T05:13:55.978Z] 77bc0d833cb6: Pulling fs layer [2021-07-30T05:13:55.978Z] 9065ff56babe: Pulling fs layer [2021-07-30T05:13:55.978Z] d287ab97295c: Pulling fs layer [2021-07-30T05:13:55.978Z] dc539afda2c1: Waiting [2021-07-30T05:13:55.978Z] 77bc0d833cb6: Waiting [2021-07-30T05:13:55.978Z] 9065ff56babe: Waiting [2021-07-30T05:13:55.978Z] d287ab97295c: Waiting [2021-07-30T05:13:56.254Z] a1111a8f2ec3: Verifying Checksum [2021-07-30T05:13:56.254Z] a1111a8f2ec3: Download complete [2021-07-30T05:13:56.254Z] dc539afda2c1: Verifying Checksum [2021-07-30T05:13:56.254Z] dc539afda2c1: Download complete [2021-07-30T05:13:56.524Z] 77bc0d833cb6: Verifying Checksum [2021-07-30T05:13:56.524Z] 77bc0d833cb6: Download complete [2021-07-30T05:13:56.796Z] 9065ff56babe: Verifying Checksum [2021-07-30T05:13:56.796Z] 9065ff56babe: Download complete [2021-07-30T05:13:56.796Z] ed53099fbce6: Verifying Checksum [2021-07-30T05:13:56.796Z] ed53099fbce6: Download complete [2021-07-30T05:13:57.764Z] b4d181a07f80: Verifying Checksum [2021-07-30T05:13:57.764Z] b4d181a07f80: Download complete [2021-07-30T05:13:58.734Z] b4d181a07f80: Pull complete [2021-07-30T05:13:59.006Z] a1111a8f2ec3: Pull complete [2021-07-30T05:13:59.595Z] ed53099fbce6: Pull complete [2021-07-30T05:13:59.595Z] dc539afda2c1: Pull complete [2021-07-30T05:13:59.863Z] 77bc0d833cb6: Pull complete [2021-07-30T05:13:59.863Z] 9065ff56babe: Pull complete [2021-07-30T05:14:02.447Z] d287ab97295c: Verifying Checksum [2021-07-30T05:14:02.447Z] d287ab97295c: Download complete [2021-07-30T05:14:06.728Z] d287ab97295c: Pull complete [2021-07-30T05:14:06.728Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-07-30T05:14:06.728Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-07-30T05:14:06.728Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-07-30T05:14:06.818Z] prd-centos7-docker-4c-2g-606 does not seem to be running inside a container [2021-07-30T05:14:06.885Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/oundry_device-rfid-llrp-go_PR-29/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/oundry_device-rfid-llrp-go_PR-29 -v /w/workspace/oundry_device-rfid-llrp-go_PR-29:/w/workspace/oundry_device-rfid-llrp-go_PR-29:rw,z -v /w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp:/w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2021-07-30T05:14:09.224Z] $ docker top 18502c4158c610176c7dd55ac73c76501fc2865fde8d78635d7792c7eab05ea7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-30T05:14:09.627Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-07-30T05:14:09.945Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2021-07-30T05:14:10.269Z] + ls /var/log/sa-host [2021-07-30T05:14:10.270Z] + sadf -c /var/log/sa-host/sa05 [2021-07-30T05:14:10.270Z] file_magic: OK [2021-07-30T05:14:10.270Z] HZ: Using current value: 100 [2021-07-30T05:14:10.270Z] file_header: OK [2021-07-30T05:14:10.270Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-07-30T05:14:10.270Z] Statistics: [2021-07-30T05:14:10.270Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-07-30T05:14:10.270Z] File successfully converted to sysstat format version 12.0.3 [2021-07-30T05:14:10.270Z] + sadf -c /var/log/sa-host/sa30 [2021-07-30T05:14:10.270Z] file_magic: OK [2021-07-30T05:14:10.270Z] HZ: Using current value: 100 [2021-07-30T05:14:10.270Z] file_header: OK [2021-07-30T05:14:10.270Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-07-30T05:14:10.270Z] Statistics: [2021-07-30T05:14:10.270Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-07-30T05:14:10.270Z] File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-07-30T05:14:10.492Z] provisioning config files... [2021-07-30T05:14:10.510Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp/config4192619005254076700tmp [Pipeline] { [Pipeline] echo [2021-07-30T05:14:10.541Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-30T05:14:10.862Z] ---> create-netrc.sh [Pipeline] } [2021-07-30T05:14:10.875Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2021-07-30T05:14:11.298Z] ---> python-tools-install.sh [Pipeline] echo [2021-07-30T05:14:11.314Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-30T05:14:11.632Z] ---> sudo-logs.sh [2021-07-30T05:14:11.632Z] Archiving 'sudo' log.. [2021-07-30T05:14:11.632Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-606.vexxhost.local: Name or service not known [2021-07-30T05:14:11.632Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-606.vexxhost.local: Name or service not known [Pipeline] unstash [Pipeline] echo [2021-07-30T05:14:11.681Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-30T05:14:12.000Z] ---> job-cost.sh [2021-07-30T05:14:12.000Z] lf-activate-venv: SKIPPING [2021-07-30T05:14:12.000Z] DEBUG: total: 0.18000000715255737 [2021-07-30T05:14:12.000Z] INFO: Retrieving Stack Cost... [2021-07-30T05:14:12.962Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-07-30T05:14:13.228Z] INFO: Archiving Costs [Pipeline] echo [2021-07-30T05:14:13.245Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-30T05:14:13.561Z] ---> logs-deploy.sh [2021-07-30T05:14:13.561Z] lf-activate-venv: SKIPPING [2021-07-30T05:14:13.561Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rfid-llrp-go/PR-29/11 [2021-07-30T05:14:13.561Z] INFO: archiving workspace using pattern(s): [2021-07-30T05:14:14.145Z] Archives upload complete. [2021-07-30T05:14:14.416Z] INFO: archiving logs to Nexus