Branch indexing Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from d5be011026d4dfa4d94f2ca9b5eba296f113cac9+a792bd60d44e476743a31f63448cab357051592b (279fa56049a8bc3648efe3d9e320e28ff87a08e6) 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-ssh4218080046566053131.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision db16f8292de5a0132d944c4e76ede2ca4f84da27 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-ssh355205171984930304.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 db16f8292de5a0132d944c4e76ede2ca4f84da27 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-28/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-28/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh1328074297519392439.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision db16f8292de5a0132d944c4e76ede2ca4f84da27 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f db16f8292de5a0132d944c4e76ede2ca4f84da27 # timeout=10 Commit message: "Merge pull request #343 from ernestojeda/pipeline-optimizations" > 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-ssh7945630119572753340.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-28/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-28/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh5048002756425300681.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_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-3280 in /w/workspace/oundry_device-rfid-llrp-go_PR-28 [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-28 # 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-28@tmp/jenkins-gitclient-ssh8560451435874097903.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 Merging remotes/origin/main commit a792bd60d44e476743a31f63448cab357051592b into PR head commit d5be011026d4dfa4d94f2ca9b5eba296f113cac9 Merge succeeded, producing 7db5d84b56bbe2f06e9dd76d5be8c102fb685bb9 Checking out Revision 7db5d84b56bbe2f06e9dd76d5be8c102fb685bb9 (PR-28) 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-28@tmp/jenkins-gitclient-ssh197242170320716817.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/pull/28/head:refs/remotes/origin/PR-28 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d5be011026d4dfa4d94f2ca9b5eba296f113cac9 # 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-28@tmp/jenkins-gitclient-ssh6527561811002399013.key > git merge a792bd60d44e476743a31f63448cab357051592b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7db5d84b56bbe2f06e9dd76d5be8c102fb685bb9 # timeout=10 Commit message: "Merge commit 'a792bd60d44e476743a31f63448cab357051592b' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-07-19T17:06:54.354Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git rev-list --no-walk adec466ad76b07c18d85092f4a7c37f9de768cb9 # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-07-19T17:06:54.524Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-07-19T17:06:54.614Z] ========================================================= [2021-07-19T17:06:54.614Z] EdgeX Global Pipelines Version Info [2021-07-19T17:06:54.614Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-07-19T17:06:55.977Z] ------------------- [2021-07-19T17:06:55.977Z] stable info: [2021-07-19T17:06:55.977Z] ------------------- [2021-07-19T17:06:55.978Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-07-19T17:06:55.978Z] Commit SHA: db16f8292de5a0132d944c4e76ede2ca4f84da27 [2021-07-19T17:06:55.978Z] Message: update stable to v1.0.197 [2021-07-19T17:06:56.568Z] ------------------- [2021-07-19T17:06:56.568Z] experimental info: [2021-07-19T17:06:56.568Z] ------------------- [2021-07-19T17:06:56.568Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-07-19T17:06:56.568Z] Commit SHA: db16f8292de5a0132d944c4e76ede2ca4f84da27 [2021-07-19T17:06:56.568Z] Message: update experimental to v1.0.197 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-07-19T17:06:56.861Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rfid-llrp-go-settings [Pipeline] echo [2021-07-19T17:06:56.892Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rfid-llrp-go [Pipeline] echo [2021-07-19T17:06:56.916Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-07-19T17:06:56.939Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-07-19T17:06:56.963Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-07-19T17:06:56.989Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-07-19T17:06:57.012Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-07-19T17:06:57.036Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-07-19T17:06:57.063Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-07-19T17:06:57.097Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-07-19T17:06:57.122Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-07-19T17:06:57.150Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rfid-llrp [Pipeline] echo [2021-07-19T17:06:57.175Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-07-19T17:06:57.199Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-07-19T17:06:57.224Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-07-19T17:06:57.248Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-07-19T17:06:57.272Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-07-19T17:06:57.296Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-07-19T17:06:57.320Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-07-19T17:06:57.345Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-07-19T17:06:57.375Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-07-19T17:06:57.401Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-07-19T17:06:57.425Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-07-19T17:06:57.451Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-07-19T17:06:57.475Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-07-19T17:06:57.499Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-07-19T17:06:57.526Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-28 [Pipeline] echo [2021-07-19T17:06:57.552Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-28 [Pipeline] echo [2021-07-19T17:06:57.580Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-28 [Pipeline] echo [2021-07-19T17:06:57.609Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7db5d84b56bbe2f06e9dd76d5be8c102fb685bb9 [Pipeline] echo [2021-07-19T17:06:57.633Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7db5d84 [Pipeline] echo [2021-07-19T17:06:57.659Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-07-19T17:06:57.738Z] provisioning config files... [2021-07-19T17:06:57.759Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/oundry_device-rfid-llrp-go_PR-28@tmp/config5316275986526443857tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-07-19T17:06:58.101Z] ---> docker-login.sh [2021-07-19T17:06:58.101Z] nexus3.edgexfoundry.org:10001 [2021-07-19T17:06:58.101Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-19T17:06:58.371Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-19T17:06:58.371Z] Configure a credential helper to remove this warning. See [2021-07-19T17:06:58.371Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-19T17:06:58.371Z] [2021-07-19T17:06:58.371Z] Login Succeeded [2021-07-19T17:06:58.371Z] nexus3.edgexfoundry.org:10002 [2021-07-19T17:06:58.371Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-19T17:06:58.639Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-19T17:06:58.639Z] Configure a credential helper to remove this warning. See [2021-07-19T17:06:58.639Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-19T17:06:58.639Z] [2021-07-19T17:06:58.639Z] Login Succeeded [2021-07-19T17:06:58.639Z] nexus3.edgexfoundry.org:10003 [2021-07-19T17:06:58.639Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-19T17:06:58.907Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-19T17:06:58.907Z] Configure a credential helper to remove this warning. See [2021-07-19T17:06:58.907Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-19T17:06:58.907Z] [2021-07-19T17:06:58.907Z] Login Succeeded [2021-07-19T17:06:58.907Z] nexus3.edgexfoundry.org:10004 [2021-07-19T17:06:58.907Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-19T17:06:58.907Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-19T17:06:58.907Z] Configure a credential helper to remove this warning. See [2021-07-19T17:06:58.907Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-19T17:06:58.907Z] [2021-07-19T17:06:58.907Z] Login Succeeded [2021-07-19T17:06:58.907Z] docker.io [2021-07-19T17:06:59.176Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-19T17:06:59.443Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-19T17:06:59.443Z] Configure a credential helper to remove this warning. See [2021-07-19T17:06:59.443Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-19T17:06:59.443Z] [2021-07-19T17:06:59.443Z] Login Succeeded [2021-07-19T17:06:59.443Z] ---> docker-login.sh ends [Pipeline] } [2021-07-19T17:06:59.456Z] 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-19T17:07:00.042Z] + git log --format=format:%s -1 7db5d84b56bbe2f06e9dd76d5be8c102fb685bb9 [Pipeline] echo [2021-07-19T17:07:00.094Z] GIT_COMMIT: 7db5d84b56bbe2f06e9dd76d5be8c102fb685bb9, Commit Message: Merge commit 'a792bd60d44e476743a31f63448cab357051592b' into HEAD [Pipeline] echo [2021-07-19T17:07:00.109Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-07-19T17:07:01.140Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-07-19T17:07:01.140Z] [2021-07-19T17:07:01.140Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-07-19T17:07:01.481Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-07-19T17:07:01.482Z] latest: Pulling from edgex-devops/git-semver [2021-07-19T17:07:01.482Z] 31603596830f: Pulling fs layer [2021-07-19T17:07:01.482Z] b6dc333f4379: Pulling fs layer [2021-07-19T17:07:01.482Z] 3d9ef1400e77: Pulling fs layer [2021-07-19T17:07:01.482Z] fd332fbdc1db: Pulling fs layer [2021-07-19T17:07:01.482Z] fd332fbdc1db: Waiting [2021-07-19T17:07:01.482Z] b6dc333f4379: Verifying Checksum [2021-07-19T17:07:01.482Z] b6dc333f4379: Download complete [2021-07-19T17:07:01.754Z] 31603596830f: Verifying Checksum [2021-07-19T17:07:01.754Z] 31603596830f: Download complete [2021-07-19T17:07:02.031Z] fd332fbdc1db: Verifying Checksum [2021-07-19T17:07:02.031Z] fd332fbdc1db: Download complete [2021-07-19T17:07:02.031Z] 31603596830f: Pull complete [2021-07-19T17:07:02.031Z] b6dc333f4379: Pull complete [2021-07-19T17:07:02.304Z] 3d9ef1400e77: Verifying Checksum [2021-07-19T17:07:02.304Z] 3d9ef1400e77: Download complete [2021-07-19T17:07:02.578Z] 3d9ef1400e77: Pull complete [2021-07-19T17:07:02.846Z] fd332fbdc1db: Pull complete [2021-07-19T17:07:02.846Z] Digest: sha256:db6b30291b918ea2df8875cce3ed97fb48fa491dcbf862453db6614bc0bd4782 [2021-07-19T17:07:02.846Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-07-19T17:07:02.846Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-07-19T17:07:02.943Z] prd-centos7-docker-4c-2g-3280 does not seem to be running inside a container [2021-07-19T17:07:02.999Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/oundry_device-rfid-llrp-go_PR-28 -v /w/workspace/oundry_device-rfid-llrp-go_PR-28:/w/workspace/oundry_device-rfid-llrp-go_PR-28:rw,z -v /w/workspace/oundry_device-rfid-llrp-go_PR-28@tmp:/w/workspace/oundry_device-rfid-llrp-go_PR-28@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-19T17:07:03.815Z] $ docker top baf5745fd9e2bbb147ba2b90548abffef8c4cc2bad6b56ca991b68be6f0c2fb4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-07-19T17:07:03.952Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-07-19T17:07:03.952Z] [ssh-agent] Looking for ssh-agent implementation... [2021-07-19T17:07:04.061Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-07-19T17:07:04.061Z] $ docker exec baf5745fd9e2bbb147ba2b90548abffef8c4cc2bad6b56ca991b68be6f0c2fb4 ssh-agent [2021-07-19T17:07:04.164Z] SSH_AUTH_SOCK=/tmp/ssh-x3O416Kzunhl/agent.12 [2021-07-19T17:07:04.164Z] SSH_AGENT_PID=19 [2021-07-19T17:07:04.175Z] Running ssh-add (command line suppressed) [2021-07-19T17:07:04.256Z] Identity added: /w/workspace/oundry_device-rfid-llrp-go_PR-28@tmp/private_key_5545287585775901363.key (/w/workspace/oundry_device-rfid-llrp-go_PR-28@tmp/private_key_5545287585775901363.key) [2021-07-19T17:07:04.278Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-07-19T17:07:04.624Z] + git tag --points-at HEAD [Pipeline] } [2021-07-19T17:07:04.643Z] $ docker exec --env ******** --env ******** baf5745fd9e2bbb147ba2b90548abffef8c4cc2bad6b56ca991b68be6f0c2fb4 ssh-agent -k [2021-07-19T17:07:04.741Z] unset SSH_AUTH_SOCK; [2021-07-19T17:07:04.742Z] unset SSH_AGENT_PID; [2021-07-19T17:07:04.742Z] echo Agent pid 19 killed; [2021-07-19T17:07:04.758Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-07-19T17:07:04.807Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-07-19T17:07:04.807Z] [ssh-agent] Looking for ssh-agent implementation... [2021-07-19T17:07:04.923Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-07-19T17:07:04.923Z] $ docker exec baf5745fd9e2bbb147ba2b90548abffef8c4cc2bad6b56ca991b68be6f0c2fb4 ssh-agent [2021-07-19T17:07:05.041Z] SSH_AUTH_SOCK=/tmp/ssh-9qOsXZzKzWVr/agent.54 [2021-07-19T17:07:05.041Z] SSH_AGENT_PID=60 [2021-07-19T17:07:05.049Z] Running ssh-add (command line suppressed) [2021-07-19T17:07:05.135Z] Identity added: /w/workspace/oundry_device-rfid-llrp-go_PR-28@tmp/private_key_7366736129540806220.key (/w/workspace/oundry_device-rfid-llrp-go_PR-28@tmp/private_key_7366736129540806220.key) [2021-07-19T17:07:05.159Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-07-19T17:07:05.479Z] + git semver init [2021-07-19T17:07:05.479Z] # -> Open(): unable to determine branch for HEAD [2021-07-19T17:07:05.479Z] # $GIT_DIR = /w/workspace/oundry_device-rfid-llrp-go_PR-28/.git [2021-07-19T17:07:05.479Z] # $GIT_WORK_TREE = /w/workspace/oundry_device-rfid-llrp-go_PR-28 [2021-07-19T17:07:05.479Z] # $SEMVER_REMOTE_NAME = origin [2021-07-19T17:07:05.479Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-07-19T17:07:05.479Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-07-19T17:07:05.479Z] # $SEMVER_BRANCH = PR-28 [2021-07-19T17:07:05.479Z] # $SEMVER_TEMP = /tmp/semver-463167703 [2021-07-19T17:07:05.479Z] # git clone --branch semver git@github.com:edgexfoundry/device-rfid-llrp-go.git $SEMVER_TEMP [2021-07-19T17:07:07.430Z] # '/tmp/semver-463167703' -> '/w/workspace/oundry_device-rfid-llrp-go_PR-28/.semver' [2021-07-19T17:07:07.430Z] # -> Force: false [2021-07-19T17:07:07.430Z] # $SEMVER_DIR = /w/workspace/oundry_device-rfid-llrp-go_PR-28/.semver [Pipeline] } [2021-07-19T17:07:07.443Z] $ docker exec --env ******** --env ******** baf5745fd9e2bbb147ba2b90548abffef8c4cc2bad6b56ca991b68be6f0c2fb4 ssh-agent -k [2021-07-19T17:07:07.534Z] unset SSH_AUTH_SOCK; [2021-07-19T17:07:07.534Z] unset SSH_AGENT_PID; [2021-07-19T17:07:07.534Z] echo Agent pid 60 killed; [2021-07-19T17:07:07.553Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-07-19T17:07:07.897Z] + git semver [Pipeline] } [2021-07-19T17:07:07.917Z] $ docker stop --time=1 baf5745fd9e2bbb147ba2b90548abffef8c4cc2bad6b56ca991b68be6f0c2fb4 [2021-07-19T17:07:09.147Z] $ docker rm -f baf5745fd9e2bbb147ba2b90548abffef8c4cc2bad6b56ca991b68be6f0c2fb4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-07-19T17:07:09.541Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-07-19T17:07:09.937Z] Stashed 1 file(s) [Pipeline] echo [2021-07-19T17:07:09.941Z] [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-19T17:07:25.229Z] Still waiting to schedule task [2021-07-19T17:07:25.230Z] ‘prd-centos7-blackbox-4c-2g-3161’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-07-19T17:07:25.230Z] ‘prd-centos7-builder-2c-1g-3279’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-07-19T17:07:25.230Z] ‘prd-centos7-docker-4c-2g-2785’ is offline [2021-07-19T17:07:25.230Z] ‘prd-centos7-docker-4c-2g-3277’ is offline [2021-07-19T17:07:25.230Z] ‘prd-centos7-docker-4c-2g-3278’ is offline [2021-07-19T17:07:25.231Z] ‘prd-centos7-docker-4c-2g-3281’ is offline [2021-07-19T17:07:25.231Z] ‘prd-ubuntu18.04-docker-8c-8g-3173’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-07-19T17:07:25.233Z] Still waiting to schedule task [2021-07-19T17:07:25.233Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-07-19T17:08:30.525Z] Running on prd-centos7-docker-4c-2g-3283 in /w/workspace/oundry_device-rfid-llrp-go_PR-28 [Pipeline] { [Pipeline] ws [2021-07-19T17:08:30.545Z] Running in /w/workspace/device-rfid-llrp-go/10 [Pipeline] { [Pipeline] checkout [2021-07-19T17:08:30.673Z] Selected Git installation does not exist. Using Default [2021-07-19T17:08:30.673Z] The recommended git tool is: NONE [2021-07-19T17:08:33.710Z] using credential edgex-jenkins-ssh [2021-07-19T17:08:33.724Z] Cloning the remote Git repository [2021-07-19T17:08:32.960Z] Cloning repository git@github.com:edgexfoundry/device-rfid-llrp-go.git [2021-07-19T17:08:33.050Z] > git init /w/workspace/device-rfid-llrp-go/10 # timeout=10 [2021-07-19T17:08:33.083Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git [2021-07-19T17:08:33.084Z] > git --version # timeout=10 [2021-07-19T17:08:33.089Z] > git --version # 'git version 2.24.4' [2021-07-19T17:08:33.089Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-19T17:08:33.125Z] [INFO] Currently running in a labeled security context [2021-07-19T17:08:33.125Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-07-19T17:08:33.125Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-rfid-llrp-go/10@tmp/jenkins-gitclient-ssh7760009406054228879.key [2021-07-19T17:08:33.136Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-07-19T17:08:35.000Z] Merging remotes/origin/main commit a792bd60d44e476743a31f63448cab357051592b into PR head commit d5be011026d4dfa4d94f2ca9b5eba296f113cac9 [2021-07-19T17:08:33.785Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 [2021-07-19T17:08:33.793Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-07-19T17:08:33.808Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 [2021-07-19T17:08:33.824Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git [2021-07-19T17:08:33.824Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-19T17:08:33.825Z] [INFO] Currently running in a labeled security context [2021-07-19T17:08:33.825Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-07-19T17:08:33.825Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-rfid-llrp-go/10@tmp/jenkins-gitclient-ssh2573854198568076584.key [2021-07-19T17:08:33.831Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/pull/28/head:refs/remotes/origin/PR-28 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2021-07-19T17:08:34.324Z] > git config core.sparsecheckout # timeout=10 [2021-07-19T17:08:34.332Z] > git checkout -f d5be011026d4dfa4d94f2ca9b5eba296f113cac9 # timeout=10 [2021-07-19T17:08:35.123Z] Merge succeeded, producing c292873024ff6563cbc9c7ae3b835ec3094a9044 [2021-07-19T17:08:35.124Z] Checking out Revision c292873024ff6563cbc9c7ae3b835ec3094a9044 (PR-28) [2021-07-19T17:08:34.375Z] > git remote # timeout=10 [2021-07-19T17:08:34.384Z] > git config --get remote.origin.url # timeout=10 [2021-07-19T17:08:34.394Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-19T17:08:34.396Z] [INFO] Currently running in a labeled security context [2021-07-19T17:08:34.396Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-07-19T17:08:34.396Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-rfid-llrp-go/10@tmp/jenkins-gitclient-ssh3562945911075359332.key [2021-07-19T17:08:34.407Z] > git merge a792bd60d44e476743a31f63448cab357051592b # timeout=10 [2021-07-19T17:08:34.435Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-07-19T17:08:34.452Z] > git config core.sparsecheckout # timeout=10 [2021-07-19T17:08:34.459Z] > git checkout -f c292873024ff6563cbc9c7ae3b835ec3094a9044 # timeout=10 [2021-07-19T17:08:38.723Z] Commit message: "Merge commit 'a792bd60d44e476743a31f63448cab357051592b' into HEAD" [2021-07-19T17:08:38.734Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-07-19T17:08:39.099Z] provisioning config files... [2021-07-19T17:08:39.119Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/device-rfid-llrp-go/10@tmp/config5624474657565880426tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-07-19T17:08:39.574Z] ---> docker-login.sh [2021-07-19T17:08:39.574Z] nexus3.edgexfoundry.org:10001 [2021-07-19T17:08:39.574Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-19T17:08:39.844Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-19T17:08:39.844Z] Configure a credential helper to remove this warning. See [2021-07-19T17:08:39.844Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-19T17:08:39.844Z] [2021-07-19T17:08:39.844Z] Login Succeeded [2021-07-19T17:08:39.844Z] nexus3.edgexfoundry.org:10002 [2021-07-19T17:08:39.844Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-19T17:08:39.844Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-19T17:08:39.844Z] Configure a credential helper to remove this warning. See [2021-07-19T17:08:39.844Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-19T17:08:39.844Z] [2021-07-19T17:08:39.844Z] Login Succeeded [2021-07-19T17:08:39.844Z] nexus3.edgexfoundry.org:10003 [2021-07-19T17:08:38.350Z] > git rev-list --no-walk adec466ad76b07c18d85092f4a7c37f9de768cb9 # timeout=10 [2021-07-19T17:08:40.111Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-19T17:08:40.111Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-19T17:08:40.111Z] Configure a credential helper to remove this warning. See [2021-07-19T17:08:40.111Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-19T17:08:40.111Z] [2021-07-19T17:08:40.111Z] Login Succeeded [2021-07-19T17:08:40.111Z] nexus3.edgexfoundry.org:10004 [2021-07-19T17:08:40.111Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-19T17:08:40.378Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-19T17:08:40.378Z] Configure a credential helper to remove this warning. See [2021-07-19T17:08:40.378Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-19T17:08:40.378Z] [2021-07-19T17:08:40.378Z] Login Succeeded [2021-07-19T17:08:40.378Z] docker.io [2021-07-19T17:08:40.378Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-19T17:08:40.646Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-19T17:08:40.646Z] Configure a credential helper to remove this warning. See [2021-07-19T17:08:40.646Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-19T17:08:40.646Z] [2021-07-19T17:08:40.646Z] Login Succeeded [2021-07-19T17:08:40.646Z] ---> docker-login.sh ends [Pipeline] } [2021-07-19T17:08:40.702Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-07-19T17:08:40.898Z] ========================================================= [2021-07-19T17:08:40.898Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-07-19T17:08:40.898Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-07-19T17:08:41.221Z] + 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-19T17:08:41.222Z] Sending build context to Docker daemon 1.196MB [2021-07-19T17:08:41.222Z] Step 1/10 : ARG BASE=golang:1.16-alpine3.12 [2021-07-19T17:08:41.222Z] Step 2/10 : FROM ${BASE} [2021-07-19T17:08:41.499Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-07-19T17:08:41.499Z] 540db60ca938: Pulling fs layer [2021-07-19T17:08:41.499Z] adcc1eea9eea: Pulling fs layer [2021-07-19T17:08:41.499Z] 4c4ab2625f07: Pulling fs layer [2021-07-19T17:08:41.499Z] 0773c198feca: Pulling fs layer [2021-07-19T17:08:41.499Z] 345f892a5656: Pulling fs layer [2021-07-19T17:08:41.499Z] 4796506630df: Pulling fs layer [2021-07-19T17:08:41.499Z] cc55df3e53f1: Pulling fs layer [2021-07-19T17:08:41.499Z] 4d027b6c602c: Pulling fs layer [2021-07-19T17:08:41.499Z] 449e75d2c14e: Pulling fs layer [2021-07-19T17:08:41.499Z] 4796506630df: Waiting [2021-07-19T17:08:41.499Z] cc55df3e53f1: Waiting [2021-07-19T17:08:41.499Z] 4d027b6c602c: Waiting [2021-07-19T17:08:41.499Z] 449e75d2c14e: Waiting [2021-07-19T17:08:41.499Z] 0773c198feca: Waiting [2021-07-19T17:08:41.499Z] 345f892a5656: Waiting [2021-07-19T17:08:41.499Z] 4c4ab2625f07: Verifying Checksum [2021-07-19T17:08:41.499Z] 4c4ab2625f07: Download complete [2021-07-19T17:08:41.499Z] adcc1eea9eea: Verifying Checksum [2021-07-19T17:08:41.499Z] adcc1eea9eea: Download complete [2021-07-19T17:08:41.499Z] 345f892a5656: Verifying Checksum [2021-07-19T17:08:41.499Z] 345f892a5656: Download complete [2021-07-19T17:08:41.499Z] 4796506630df: Verifying Checksum [2021-07-19T17:08:41.499Z] 4796506630df: Download complete [2021-07-19T17:08:41.499Z] 540db60ca938: Verifying Checksum [2021-07-19T17:08:41.499Z] 540db60ca938: Download complete [2021-07-19T17:08:41.499Z] cc55df3e53f1: Verifying Checksum [2021-07-19T17:08:41.499Z] cc55df3e53f1: Download complete [2021-07-19T17:08:41.773Z] 540db60ca938: Pull complete [2021-07-19T17:08:41.773Z] adcc1eea9eea: Pull complete [2021-07-19T17:08:42.041Z] 4c4ab2625f07: Pull complete [2021-07-19T17:08:42.041Z] 4d027b6c602c: Verifying Checksum [2021-07-19T17:08:42.041Z] 4d027b6c602c: Download complete [2021-07-19T17:08:45.403Z] 449e75d2c14e: Verifying Checksum [2021-07-19T17:08:45.403Z] 449e75d2c14e: Download complete [2021-07-19T17:08:46.369Z] 0773c198feca: Verifying Checksum [2021-07-19T17:08:46.369Z] 0773c198feca: Download complete [2021-07-19T17:08:49.743Z] 0773c198feca: Pull complete [2021-07-19T17:08:49.743Z] 345f892a5656: Pull complete [2021-07-19T17:08:49.743Z] 4796506630df: Pull complete [2021-07-19T17:08:49.743Z] cc55df3e53f1: Pull complete [2021-07-19T17:08:49.743Z] 4d027b6c602c: Pull complete [2021-07-19T17:08:51.165Z] 449e75d2c14e: Pull complete [2021-07-19T17:08:51.165Z] Digest: sha256:a2fa0993ec4462abfc92311096d2e43e803cda49eb027de246ea451416b7a8a8 [2021-07-19T17:08:51.165Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-07-19T17:08:51.165Z] ---> 0d28375d9b5b [2021-07-19T17:08:51.165Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2021-07-19T17:08:53.119Z] ---> Running in 51657959e9fc [2021-07-19T17:08:53.119Z] Removing intermediate container 51657959e9fc [2021-07-19T17:08:53.119Z] ---> 09d5cf033e01 [2021-07-19T17:08:53.119Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2021-07-19T17:08:53.119Z] ---> Running in 77d0802a5c54 [2021-07-19T17:08:53.119Z] Removing intermediate container 77d0802a5c54 [2021-07-19T17:08:53.119Z] ---> 97efb3e39144 [2021-07-19T17:08:53.119Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-07-19T17:08:53.119Z] ---> Running in 68fcea609b8e [2021-07-19T17:08:53.119Z] Removing intermediate container 68fcea609b8e [2021-07-19T17:08:53.119Z] ---> 619f2d3c420b [2021-07-19T17:08:53.119Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-19T17:08:53.119Z] ---> Running in 5bf13f0b4feb [2021-07-19T17:08:53.712Z] Removing intermediate container 5bf13f0b4feb [2021-07-19T17:08:53.712Z] ---> 3d505b0965c7 [2021-07-19T17:08:53.712Z] Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-07-19T17:08:53.712Z] ---> Running in dd553a639fe0 [2021-07-19T17:08:53.979Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-07-19T17:08:54.940Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-07-19T17:08:55.529Z] OK: 149 MiB in 40 packages [2021-07-19T17:08:55.529Z] Removing intermediate container dd553a639fe0 [2021-07-19T17:08:55.529Z] ---> 0a322fb28e8c [2021-07-19T17:08:55.529Z] Step 8/10 : WORKDIR /device-rfid-llrp-go [2021-07-19T17:08:55.529Z] ---> Running in 78b41d3f4d03 [2021-07-19T17:08:55.797Z] Removing intermediate container 78b41d3f4d03 [2021-07-19T17:08:55.797Z] ---> 8263385c910b [2021-07-19T17:08:55.797Z] Step 9/10 : COPY . . [2021-07-19T17:08:56.070Z] ---> cc5d56874497 [2021-07-19T17:08:56.070Z] Step 10/10 : RUN go mod download [2021-07-19T17:08:56.070Z] ---> Running in 9a348279585b [2021-07-19T17:09:06.173Z] Removing intermediate container 9a348279585b [2021-07-19T17:09:06.173Z] ---> 004810bba6b7 [2021-07-19T17:09:06.173Z] Successfully built 004810bba6b7 [2021-07-19T17:09:06.173Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-07-19T17:09:06.500Z] + docker inspect -f . ci-base-image-x86_64 [2021-07-19T17:09:06.500Z] . [Pipeline] withDockerContainer [2021-07-19T17:09:06.609Z] prd-centos7-docker-4c-2g-3283 does not seem to be running inside a container [2021-07-19T17:09:06.671Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rfid-llrp-go/10 -v /w/workspace/device-rfid-llrp-go/10:/w/workspace/device-rfid-llrp-go/10:rw,z -v /w/workspace/device-rfid-llrp-go/10@tmp:/w/workspace/device-rfid-llrp-go/10@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-19T17:09:07.087Z] $ docker top d1e0ff75c57c8831208a35445dce52ae4705b95da6d1aa407a56f95bb68614bc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-19T17:09:07.502Z] + go version [2021-07-19T17:09:07.502Z] go version go1.16.5 linux/amd64 [Pipeline] } [2021-07-19T17:09:07.522Z] $ docker stop --time=1 d1e0ff75c57c8831208a35445dce52ae4705b95da6d1aa407a56f95bb68614bc [2021-07-19T17:09:08.739Z] $ docker rm -f d1e0ff75c57c8831208a35445dce52ae4705b95da6d1aa407a56f95bb68614bc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-19T17:09:09.406Z] + docker inspect -f . ci-base-image-x86_64 [2021-07-19T17:09:09.406Z] . [Pipeline] withDockerContainer [2021-07-19T17:09:09.499Z] prd-centos7-docker-4c-2g-3283 does not seem to be running inside a container [2021-07-19T17:09:09.567Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rfid-llrp-go/10 -v /w/workspace/device-rfid-llrp-go/10:/w/workspace/device-rfid-llrp-go/10:rw,z -v /w/workspace/device-rfid-llrp-go/10@tmp:/w/workspace/device-rfid-llrp-go/10@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-19T17:09:09.945Z] $ docker top 619bc249ba1518a457eec8b085a529b0b23419bc624b5e11b54df3fab4d827fc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-19T17:09:10.365Z] + go mod tidy [2021-07-19T17:09:10.639Z] go: finding module for package github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message [2021-07-19T17:09:10.639Z] go: finding module for package github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver [2021-07-19T17:09:17.288Z] github.com/edgexfoundry/device-rfid-llrp-go/internal/driver imports [2021-07-19T17:09:17.288Z] github.com/edgexfoundry/device-sdk-go/pkg/service imports [2021-07-19T17:09:17.288Z] github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver: module github.com/edgexfoundry/go-mod-bootstrap@latest found (v0.0.72), but does not contain package github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver [2021-07-19T17:09:17.288Z] github.com/edgexfoundry/device-rfid-llrp-go/internal/driver imports [2021-07-19T17:09:17.288Z] github.com/edgexfoundry/device-sdk-go/pkg/service imports [2021-07-19T17:09:17.288Z] github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message: module github.com/edgexfoundry/go-mod-bootstrap@latest found (v0.0.72), but does not contain package github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message [Pipeline] } [2021-07-19T17:09:17.306Z] $ docker stop --time=1 619bc249ba1518a457eec8b085a529b0b23419bc624b5e11b54df3fab4d827fc [2021-07-19T17:09:18.513Z] $ docker rm -f 619bc249ba1518a457eec8b085a529b0b23419bc624b5e11b54df3fab4d827fc [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-19T17:09:19.310Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-07-19T17:09:19.310Z] [2021-07-19T17:09:19.310Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-07-19T17:09:19.655Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-07-19T17:09:19.655Z] latest: Pulling from edgex-lftools-log-publisher [2021-07-19T17:09:19.655Z] b4d181a07f80: Pulling fs layer [2021-07-19T17:09:19.655Z] a1111a8f2ec3: Pulling fs layer [2021-07-19T17:09:19.655Z] ed53099fbce6: Pulling fs layer [2021-07-19T17:09:19.655Z] dc539afda2c1: Pulling fs layer [2021-07-19T17:09:19.655Z] 77bc0d833cb6: Pulling fs layer [2021-07-19T17:09:19.655Z] 9065ff56babe: Pulling fs layer [2021-07-19T17:09:19.655Z] d287ab97295c: Pulling fs layer [2021-07-19T17:09:19.655Z] dc539afda2c1: Waiting [2021-07-19T17:09:19.655Z] 77bc0d833cb6: Waiting [2021-07-19T17:09:19.655Z] 9065ff56babe: Waiting [2021-07-19T17:09:19.655Z] d287ab97295c: Waiting [2021-07-19T17:09:19.932Z] a1111a8f2ec3: Verifying Checksum [2021-07-19T17:09:19.932Z] a1111a8f2ec3: Download complete [2021-07-19T17:09:19.932Z] dc539afda2c1: Verifying Checksum [2021-07-19T17:09:19.932Z] dc539afda2c1: Download complete [2021-07-19T17:09:20.204Z] 77bc0d833cb6: Download complete [2021-07-19T17:09:20.204Z] 9065ff56babe: Verifying Checksum [2021-07-19T17:09:20.204Z] 9065ff56babe: Download complete [2021-07-19T17:09:20.204Z] ed53099fbce6: Verifying Checksum [2021-07-19T17:09:20.204Z] ed53099fbce6: Download complete [2021-07-19T17:09:20.788Z] b4d181a07f80: Verifying Checksum [2021-07-19T17:09:20.788Z] b4d181a07f80: Download complete [2021-07-19T17:09:22.233Z] b4d181a07f80: Pull complete [2021-07-19T17:09:22.233Z] a1111a8f2ec3: Pull complete [2021-07-19T17:09:22.818Z] ed53099fbce6: Pull complete [2021-07-19T17:09:22.818Z] dc539afda2c1: Pull complete [2021-07-19T17:09:23.088Z] 77bc0d833cb6: Pull complete [2021-07-19T17:09:23.088Z] 9065ff56babe: Pull complete [2021-07-19T17:09:24.497Z] d287ab97295c: Verifying Checksum [2021-07-19T17:09:24.497Z] d287ab97295c: Download complete [2021-07-19T17:09:28.795Z] d287ab97295c: Pull complete [2021-07-19T17:09:28.795Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-07-19T17:09:28.795Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-07-19T17:09:28.795Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-07-19T17:09:28.893Z] prd-centos7-docker-4c-2g-3283 does not seem to be running inside a container [2021-07-19T17:09:28.953Z] $ 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/10 -v /w/workspace/device-rfid-llrp-go/10:/w/workspace/device-rfid-llrp-go/10:rw,z -v /w/workspace/device-rfid-llrp-go/10@tmp:/w/workspace/device-rfid-llrp-go/10@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-19T17:09:31.095Z] $ docker top a5bf2effdd8ca510a70a8c7e10b20582c812654323aca90a04e0a37a2984fb79 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-07-19T17:09:31.709Z] ---> job-cost.sh [2021-07-19T17:09:31.709Z] lf-activate-venv: SKIPPING [2021-07-19T17:09:31.709Z] INFO: No Stack... [2021-07-19T17:09:31.933Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3282 in /w/workspace/oundry_device-rfid-llrp-go_PR-28 [Pipeline] { [Pipeline] ws [2021-07-19T17:09:31.951Z] Running in /w/workspace/device-rfid-llrp-go/10 [Pipeline] { [Pipeline] checkout [2021-07-19T17:09:32.156Z] Selected Git installation does not exist. Using Default [2021-07-19T17:09:32.157Z] The recommended git tool is: NONE [2021-07-19T17:09:33.131Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-07-19T17:09:33.131Z] INFO: Archiving Costs [Pipeline] sh [2021-07-19T17:09:33.449Z] + cat /w/workspace/device-rfid-llrp-go/10/archives/cost.csv [2021-07-19T17:09:33.449Z] + cut -d, -f6 [Pipeline] lock [2021-07-19T17:09:33.491Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-28-10-stack-cost] [2021-07-19T17:09:33.500Z] Resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-28-10-stack-cost] did not exist. Created. [2021-07-19T17:09:33.500Z] Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-28-10-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-07-19T17:09:33.836Z] + echo total: 0.05999999865889549 [Pipeline] stash [2021-07-19T17:09:34.114Z] Stashed 1 file(s) [Pipeline] } [2021-07-19T17:09:34.127Z] Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-28-10-stack-cost] [Pipeline] // lock [Pipeline] } [2021-07-19T17:09:34.154Z] $ docker stop --time=1 a5bf2effdd8ca510a70a8c7e10b20582c812654323aca90a04e0a37a2984fb79 [2021-07-19T17:09:35.317Z] $ docker rm -f a5bf2effdd8ca510a70a8c7e10b20582c812654323aca90a04e0a37a2984fb79 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-07-19T17:09:35.663Z] Failed in branch amd64 [2021-07-19T17:09:38.190Z] using credential edgex-jenkins-ssh [2021-07-19T17:09:38.216Z] Cloning the remote Git repository [2021-07-19T17:09:38.272Z] Cloning repository git@github.com:edgexfoundry/device-rfid-llrp-go.git [2021-07-19T17:09:38.416Z] > git init /w/workspace/device-rfid-llrp-go/10 # timeout=10 [2021-07-19T17:09:38.495Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git [2021-07-19T17:09:38.496Z] > git --version # timeout=10 [2021-07-19T17:09:38.513Z] > git --version # 'git version 2.17.1' [2021-07-19T17:09:38.515Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-19T17:09:38.608Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-07-19T17:09:39.417Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 [2021-07-19T17:09:39.436Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-07-19T17:09:39.461Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 [2021-07-19T17:09:39.505Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git [2021-07-19T17:09:39.506Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-19T17:09:39.519Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/pull/28/head:refs/remotes/origin/PR-28 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2021-07-19T17:09:40.006Z] Merging remotes/origin/main commit a792bd60d44e476743a31f63448cab357051592b into PR head commit d5be011026d4dfa4d94f2ca9b5eba296f113cac9 [2021-07-19T17:09:40.321Z] Merge succeeded, producing 3bb895cf800f8bf7654bdd030bf9797d6ff95b22 [2021-07-19T17:09:40.322Z] Checking out Revision 3bb895cf800f8bf7654bdd030bf9797d6ff95b22 (PR-28) [2021-07-19T17:09:40.025Z] > git config core.sparsecheckout # timeout=10 [2021-07-19T17:09:40.042Z] > git checkout -f d5be011026d4dfa4d94f2ca9b5eba296f113cac9 # timeout=10 [2021-07-19T17:09:40.149Z] > git remote # timeout=10 [2021-07-19T17:09:40.168Z] > git config --get remote.origin.url # timeout=10 [2021-07-19T17:09:40.186Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-19T17:09:40.197Z] > git merge a792bd60d44e476743a31f63448cab357051592b # timeout=10 [2021-07-19T17:09:40.300Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-07-19T17:09:40.327Z] > git config core.sparsecheckout # timeout=10 [2021-07-19T17:09:40.339Z] > git checkout -f 3bb895cf800f8bf7654bdd030bf9797d6ff95b22 # timeout=10 [2021-07-19T17:09:44.651Z] Commit message: "Merge commit 'a792bd60d44e476743a31f63448cab357051592b' into HEAD" [2021-07-19T17:09:44.679Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-07-19T17:09:45.084Z] provisioning config files... [2021-07-19T17:09:45.118Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/device-rfid-llrp-go/10@tmp/config1593262857068037510tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-07-19T17:09:44.659Z] > git rev-list --no-walk adec466ad76b07c18d85092f4a7c37f9de768cb9 # timeout=10 [2021-07-19T17:09:45.711Z] ---> docker-login.sh [2021-07-19T17:09:45.711Z] nexus3.edgexfoundry.org:10001 [2021-07-19T17:09:46.321Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-19T17:09:46.922Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-19T17:09:46.922Z] Configure a credential helper to remove this warning. See [2021-07-19T17:09:46.922Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-19T17:09:46.922Z] [2021-07-19T17:09:46.922Z] Login Succeeded [2021-07-19T17:09:46.922Z] nexus3.edgexfoundry.org:10002 [2021-07-19T17:09:47.198Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-19T17:09:47.483Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-19T17:09:47.483Z] Configure a credential helper to remove this warning. See [2021-07-19T17:09:47.483Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-19T17:09:47.483Z] [2021-07-19T17:09:47.483Z] Login Succeeded [2021-07-19T17:09:47.483Z] nexus3.edgexfoundry.org:10003 [2021-07-19T17:09:47.759Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-19T17:09:48.036Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-19T17:09:48.036Z] Configure a credential helper to remove this warning. See [2021-07-19T17:09:48.036Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-19T17:09:48.036Z] [2021-07-19T17:09:48.036Z] Login Succeeded [2021-07-19T17:09:48.036Z] nexus3.edgexfoundry.org:10004 [2021-07-19T17:09:48.315Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-19T17:09:48.607Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-19T17:09:48.607Z] Configure a credential helper to remove this warning. See [2021-07-19T17:09:48.607Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-19T17:09:48.607Z] [2021-07-19T17:09:48.607Z] Login Succeeded [2021-07-19T17:09:48.607Z] docker.io [2021-07-19T17:09:48.895Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-19T17:09:49.498Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-19T17:09:49.498Z] Configure a credential helper to remove this warning. See [2021-07-19T17:09:49.498Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-19T17:09:49.498Z] [2021-07-19T17:09:49.498Z] Login Succeeded [2021-07-19T17:09:49.498Z] ---> docker-login.sh ends [Pipeline] } [2021-07-19T17:09:49.596Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-07-19T17:09:50.181Z] ========================================================= [2021-07-19T17:09:50.181Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-07-19T17:09:50.181Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-07-19T17:09:50.598Z] + 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-19T17:09:51.228Z] Sending build context to Docker daemon 1.196MB [2021-07-19T17:09:51.228Z] Step 1/10 : ARG BASE=golang:1.16-alpine3.12 [2021-07-19T17:09:51.228Z] Step 2/10 : FROM ${BASE} [2021-07-19T17:09:51.511Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-07-19T17:09:51.511Z] 595b0fe564bb: Pulling fs layer [2021-07-19T17:09:51.511Z] 24495759ef45: Pulling fs layer [2021-07-19T17:09:51.511Z] d148012ef14d: Pulling fs layer [2021-07-19T17:09:51.511Z] cb65c68fc2e2: Pulling fs layer [2021-07-19T17:09:51.511Z] 093eec477d81: Pulling fs layer [2021-07-19T17:09:51.511Z] a6d5b2bbb924: Pulling fs layer [2021-07-19T17:09:51.511Z] 2446dc1eb7d3: Pulling fs layer [2021-07-19T17:09:51.511Z] 596795e73e0f: Pulling fs layer [2021-07-19T17:09:51.511Z] cb65c68fc2e2: Waiting [2021-07-19T17:09:51.511Z] 093eec477d81: Waiting [2021-07-19T17:09:51.511Z] a6d5b2bbb924: Waiting [2021-07-19T17:09:51.511Z] 2446dc1eb7d3: Waiting [2021-07-19T17:09:51.511Z] 596795e73e0f: Waiting [2021-07-19T17:09:51.511Z] d148012ef14d: Download complete [2021-07-19T17:09:51.511Z] 24495759ef45: Download complete [2021-07-19T17:09:51.511Z] 093eec477d81: Verifying Checksum [2021-07-19T17:09:51.511Z] 595b0fe564bb: Download complete [2021-07-19T17:09:51.511Z] a6d5b2bbb924: Verifying Checksum [2021-07-19T17:09:51.789Z] a6d5b2bbb924: Download complete [2021-07-19T17:09:51.789Z] 2446dc1eb7d3: Verifying Checksum [2021-07-19T17:09:51.789Z] 2446dc1eb7d3: Download complete [2021-07-19T17:09:52.408Z] 595b0fe564bb: Pull complete [2021-07-19T17:09:53.406Z] 24495759ef45: Pull complete [2021-07-19T17:09:53.685Z] d148012ef14d: Pull complete [2021-07-19T17:09:53.976Z] 596795e73e0f: Verifying Checksum [2021-07-19T17:09:53.976Z] 596795e73e0f: Download complete [2021-07-19T17:09:54.969Z] cb65c68fc2e2: Verifying Checksum [2021-07-19T17:09:54.969Z] cb65c68fc2e2: Download complete [2021-07-19T17:10:07.407Z] cb65c68fc2e2: Pull complete [2021-07-19T17:10:07.407Z] 093eec477d81: Pull complete [2021-07-19T17:10:07.407Z] a6d5b2bbb924: Pull complete [2021-07-19T17:10:07.407Z] 2446dc1eb7d3: Pull complete [2021-07-19T17:10:11.738Z] 596795e73e0f: Pull complete [2021-07-19T17:10:11.738Z] Digest: sha256:8fdc37217a1dd7593ea05f088b02ef5bfb3cd8d6ab6705c4f2c080891875b7a0 [2021-07-19T17:10:11.738Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-07-19T17:10:11.738Z] ---> d9e956139c92 [2021-07-19T17:10:11.738Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2021-07-19T17:10:14.385Z] ---> Running in ac4100f43ea8 [2021-07-19T17:10:14.985Z] Removing intermediate container ac4100f43ea8 [2021-07-19T17:10:14.985Z] ---> 5d9fd0b5f664 [2021-07-19T17:10:14.985Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2021-07-19T17:10:15.263Z] ---> Running in 801cf4d7cbef [2021-07-19T17:10:15.864Z] Removing intermediate container 801cf4d7cbef [2021-07-19T17:10:15.864Z] ---> 4c5f456d99a9 [2021-07-19T17:10:15.864Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-07-19T17:10:15.864Z] ---> Running in 1400491a6849 [2021-07-19T17:10:16.471Z] Removing intermediate container 1400491a6849 [2021-07-19T17:10:16.471Z] ---> 1b0085532f9f [2021-07-19T17:10:16.471Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-19T17:10:16.471Z] ---> Running in 196559f63b04 [2021-07-19T17:10:19.111Z] Removing intermediate container 196559f63b04 [2021-07-19T17:10:19.111Z] ---> d989d7a1ed11 [2021-07-19T17:10:19.111Z] Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-07-19T17:10:19.386Z] ---> Running in 11190e53bed1 [2021-07-19T17:10:20.370Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-07-19T17:10:21.360Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-07-19T17:10:22.349Z] OK: 138 MiB in 40 packages [2021-07-19T17:10:23.335Z] Removing intermediate container 11190e53bed1 [2021-07-19T17:10:23.335Z] ---> ca49f43c4e8d [2021-07-19T17:10:23.335Z] Step 8/10 : WORKDIR /device-rfid-llrp-go [2021-07-19T17:10:23.608Z] ---> Running in 601ceac8ddce [2021-07-19T17:10:24.211Z] Removing intermediate container 601ceac8ddce [2021-07-19T17:10:24.211Z] ---> c62b5b940df5 [2021-07-19T17:10:24.211Z] Step 9/10 : COPY . . [2021-07-19T17:10:25.193Z] ---> be2e0e127e46 [2021-07-19T17:10:25.193Z] Step 10/10 : RUN go mod download [2021-07-19T17:10:25.465Z] ---> Running in 6836299db8ce [2021-07-19T17:10:52.307Z] Removing intermediate container 6836299db8ce [2021-07-19T17:10:52.307Z] ---> 4825d9d29580 [2021-07-19T17:10:52.307Z] Successfully built 4825d9d29580 [2021-07-19T17:10:52.307Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-07-19T17:10:52.659Z] + docker inspect -f . ci-base-image-arm64 [2021-07-19T17:10:52.659Z] . [Pipeline] withDockerContainer [2021-07-19T17:10:52.891Z] prd-ubuntu18.04-docker-arm64-4c-16g-3282 does not seem to be running inside a container [2021-07-19T17:10:52.976Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rfid-llrp-go/10 -v /w/workspace/device-rfid-llrp-go/10:/w/workspace/device-rfid-llrp-go/10:rw,z -v /w/workspace/device-rfid-llrp-go/10@tmp:/w/workspace/device-rfid-llrp-go/10@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-19T17:10:54.493Z] $ docker top 07fddc18b5183847aa88db4ec6e1ee5365fa37d8cf806e2b5c75965fdde152ef -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-19T17:10:55.486Z] + go version [2021-07-19T17:10:55.486Z] go version go1.16.5 linux/arm64 [Pipeline] } [2021-07-19T17:10:55.516Z] $ docker stop --time=1 07fddc18b5183847aa88db4ec6e1ee5365fa37d8cf806e2b5c75965fdde152ef [2021-07-19T17:10:57.391Z] $ docker rm -f 07fddc18b5183847aa88db4ec6e1ee5365fa37d8cf806e2b5c75965fdde152ef [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-19T17:10:58.350Z] + docker inspect -f . ci-base-image-arm64 [2021-07-19T17:10:58.351Z] . [Pipeline] withDockerContainer [2021-07-19T17:10:58.593Z] prd-ubuntu18.04-docker-arm64-4c-16g-3282 does not seem to be running inside a container [2021-07-19T17:10:58.685Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rfid-llrp-go/10 -v /w/workspace/device-rfid-llrp-go/10:/w/workspace/device-rfid-llrp-go/10:rw,z -v /w/workspace/device-rfid-llrp-go/10@tmp:/w/workspace/device-rfid-llrp-go/10@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-19T17:11:00.382Z] $ docker top e4440518ab2331c57892eabecf4dd8eb514933e2d4e7f2993c911f809f497fc5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-19T17:11:01.344Z] + go mod tidy [2021-07-19T17:11:01.624Z] go: finding module for package github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message [2021-07-19T17:11:01.624Z] go: finding module for package github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver [2021-07-19T17:11:01.896Z] github.com/edgexfoundry/device-rfid-llrp-go/internal/driver imports [2021-07-19T17:11:01.896Z] github.com/edgexfoundry/device-sdk-go/pkg/service imports [2021-07-19T17:11:01.896Z] github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver: module github.com/edgexfoundry/go-mod-bootstrap@latest found (v0.0.72), but does not contain package github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver [2021-07-19T17:11:01.896Z] github.com/edgexfoundry/device-rfid-llrp-go/internal/driver imports [2021-07-19T17:11:01.896Z] github.com/edgexfoundry/device-sdk-go/pkg/service imports [2021-07-19T17:11:01.896Z] github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message: module github.com/edgexfoundry/go-mod-bootstrap@latest found (v0.0.72), but does not contain package github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message [Pipeline] } [2021-07-19T17:11:01.922Z] $ docker stop --time=1 e4440518ab2331c57892eabecf4dd8eb514933e2d4e7f2993c911f809f497fc5 [2021-07-19T17:11:03.840Z] $ docker rm -f e4440518ab2331c57892eabecf4dd8eb514933e2d4e7f2993c911f809f497fc5 [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-19T17:11:05.176Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-07-19T17:11:05.176Z] [2021-07-19T17:11:05.176Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2021-07-19T17:11:05.531Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-07-19T17:11:05.806Z] arm64: Pulling from edgex-lftools-log-publisher [2021-07-19T17:11:05.806Z] 448f6bf000e3: Pulling fs layer [2021-07-19T17:11:05.806Z] f757da607395: Pulling fs layer [2021-07-19T17:11:05.806Z] 05883995daec: Pulling fs layer [2021-07-19T17:11:05.806Z] 8603b9c90790: Pulling fs layer [2021-07-19T17:11:05.806Z] 1560dd03e051: Pulling fs layer [2021-07-19T17:11:05.806Z] 27f5ce0e4adf: Pulling fs layer [2021-07-19T17:11:05.806Z] c2d8d7efcc4b: Pulling fs layer [2021-07-19T17:11:05.806Z] 1560dd03e051: Waiting [2021-07-19T17:11:05.806Z] 27f5ce0e4adf: Waiting [2021-07-19T17:11:05.806Z] c2d8d7efcc4b: Waiting [2021-07-19T17:11:05.806Z] 8603b9c90790: Waiting [2021-07-19T17:11:06.080Z] f757da607395: Verifying Checksum [2021-07-19T17:11:06.080Z] f757da607395: Download complete [2021-07-19T17:11:06.080Z] 8603b9c90790: Download complete [2021-07-19T17:11:06.353Z] 05883995daec: Verifying Checksum [2021-07-19T17:11:06.353Z] 05883995daec: Download complete [2021-07-19T17:11:06.353Z] 1560dd03e051: Verifying Checksum [2021-07-19T17:11:06.353Z] 1560dd03e051: Download complete [2021-07-19T17:11:06.353Z] 27f5ce0e4adf: Verifying Checksum [2021-07-19T17:11:06.353Z] 27f5ce0e4adf: Download complete [2021-07-19T17:11:07.331Z] 448f6bf000e3: Verifying Checksum [2021-07-19T17:11:07.331Z] 448f6bf000e3: Download complete [2021-07-19T17:11:10.719Z] c2d8d7efcc4b: Verifying Checksum [2021-07-19T17:11:10.720Z] c2d8d7efcc4b: Download complete [2021-07-19T17:11:10.720Z] 448f6bf000e3: Pull complete [2021-07-19T17:11:10.993Z] f757da607395: Pull complete [2021-07-19T17:11:12.975Z] 05883995daec: Pull complete [2021-07-19T17:11:12.975Z] 8603b9c90790: Pull complete [2021-07-19T17:11:13.972Z] 1560dd03e051: Pull complete [2021-07-19T17:11:14.572Z] 27f5ce0e4adf: Pull complete [2021-07-19T17:11:29.700Z] c2d8d7efcc4b: Pull complete [2021-07-19T17:11:29.700Z] Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 [2021-07-19T17:11:29.700Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-07-19T17:11:29.700Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2021-07-19T17:11:29.977Z] prd-ubuntu18.04-docker-arm64-4c-16g-3282 does not seem to be running inside a container [2021-07-19T17:11:30.059Z] $ 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/10 -v /w/workspace/device-rfid-llrp-go/10:/w/workspace/device-rfid-llrp-go/10:rw,z -v /w/workspace/device-rfid-llrp-go/10@tmp:/w/workspace/device-rfid-llrp-go/10@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-19T17:11:34.252Z] $ docker top 0c53a0c0de4b2015f43b55bcfb279da459384563ef708e6b0b5b7776103e585c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-07-19T17:11:35.221Z] ---> job-cost.sh [2021-07-19T17:11:35.221Z] lf-activate-venv: SKIPPING [2021-07-19T17:11:35.221Z] INFO: No Stack... [2021-07-19T17:11:36.196Z] INFO: Retrieving Pricing Info for: v2-standard-4 [2021-07-19T17:11:36.789Z] INFO: Archiving Costs [Pipeline] sh [2021-07-19T17:11:37.465Z] + cat /w/workspace/device-rfid-llrp-go/10/archives/cost.csv [2021-07-19T17:11:37.466Z] + cut -d, -f6 [Pipeline] lock [2021-07-19T17:11:37.539Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-28-10-stack-cost] [2021-07-19T17:11:37.556Z] Resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-28-10-stack-cost] did not exist. Created. [2021-07-19T17:11:37.556Z] Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-28-10-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-07-19T17:11:38.317Z] /w/workspace/device-rfid-llrp-go/10@tmp/durable-a4ffdd76/script.sh: 1: /w/workspace/device-rfid-llrp-go/10@tmp/durable-a4ffdd76/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-07-19T17:11:39.073Z] + echo total: 0.18000000715255737 [Pipeline] stash [2021-07-19T17:11:39.099Z] Warning: overwriting stash ‘stack-cost’ [2021-07-19T17:11:39.652Z] Stashed 1 file(s) [Pipeline] } [2021-07-19T17:11:39.669Z] Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-28-10-stack-cost] [Pipeline] // lock [Pipeline] } [2021-07-19T17:11:39.695Z] $ docker stop --time=1 0c53a0c0de4b2015f43b55bcfb279da459384563ef708e6b0b5b7776103e585c [2021-07-19T17:11:41.322Z] $ docker rm -f 0c53a0c0de4b2015f43b55bcfb279da459384563ef708e6b0b5b7776103e585c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-07-19T17:11:41.835Z] 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-19T17:11:43.757Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-19T17:11:44.356Z] ---> package-listing.sh [2021-07-19T17:11:44.357Z] ++ facter osfamily [2021-07-19T17:11:44.357Z] ++ tr '[:upper:]' '[:lower:]' [2021-07-19T17:11:44.631Z] + OS_FAMILY=redhat [2021-07-19T17:11:44.631Z] + workspace=/w/workspace/oundry_device-rfid-llrp-go_PR-28 [2021-07-19T17:11:44.631Z] + START_PACKAGES=/tmp/packages_start.txt [2021-07-19T17:11:44.631Z] + END_PACKAGES=/tmp/packages_end.txt [2021-07-19T17:11:44.631Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-07-19T17:11:44.631Z] + PACKAGES=/tmp/packages_start.txt [2021-07-19T17:11:44.631Z] + '[' /w/workspace/oundry_device-rfid-llrp-go_PR-28 ']' [2021-07-19T17:11:44.631Z] + PACKAGES=/tmp/packages_end.txt [2021-07-19T17:11:44.631Z] + case "${OS_FAMILY}" in [2021-07-19T17:11:44.631Z] + sort [2021-07-19T17:11:44.631Z] + rpm -qa [2021-07-19T17:11:45.226Z] + '[' -f /tmp/packages_start.txt ']' [2021-07-19T17:11:45.226Z] + '[' -f /tmp/packages_end.txt ']' [2021-07-19T17:11:45.226Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-07-19T17:11:45.226Z] + '[' /w/workspace/oundry_device-rfid-llrp-go_PR-28 ']' [2021-07-19T17:11:45.226Z] + mkdir -p /w/workspace/oundry_device-rfid-llrp-go_PR-28/archives/ [2021-07-19T17:11:45.226Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oundry_device-rfid-llrp-go_PR-28/archives/ [Pipeline] echo [2021-07-19T17:11:45.244Z] 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-28/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-07-19T17:11:45.557Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-07-19T17:11:46.154Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-07-19T17:11:46.154Z] [2021-07-19T17:11:46.154Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-07-19T17:11:46.486Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-07-19T17:11:46.486Z] latest: Pulling from edgex-lftools-log-publisher [2021-07-19T17:11:46.486Z] b4d181a07f80: Pulling fs layer [2021-07-19T17:11:46.486Z] a1111a8f2ec3: Pulling fs layer [2021-07-19T17:11:46.486Z] ed53099fbce6: Pulling fs layer [2021-07-19T17:11:46.486Z] dc539afda2c1: Pulling fs layer [2021-07-19T17:11:46.486Z] 77bc0d833cb6: Pulling fs layer [2021-07-19T17:11:46.486Z] 9065ff56babe: Pulling fs layer [2021-07-19T17:11:46.486Z] d287ab97295c: Pulling fs layer [2021-07-19T17:11:46.486Z] dc539afda2c1: Waiting [2021-07-19T17:11:46.486Z] 77bc0d833cb6: Waiting [2021-07-19T17:11:46.486Z] 9065ff56babe: Waiting [2021-07-19T17:11:46.486Z] d287ab97295c: Waiting [2021-07-19T17:11:46.759Z] a1111a8f2ec3: Verifying Checksum [2021-07-19T17:11:46.759Z] a1111a8f2ec3: Download complete [2021-07-19T17:11:46.759Z] dc539afda2c1: Verifying Checksum [2021-07-19T17:11:46.759Z] dc539afda2c1: Download complete [2021-07-19T17:11:47.030Z] 77bc0d833cb6: Verifying Checksum [2021-07-19T17:11:47.030Z] 77bc0d833cb6: Download complete [2021-07-19T17:11:47.030Z] 9065ff56babe: Verifying Checksum [2021-07-19T17:11:47.030Z] 9065ff56babe: Download complete [2021-07-19T17:11:47.030Z] ed53099fbce6: Verifying Checksum [2021-07-19T17:11:47.030Z] ed53099fbce6: Download complete [2021-07-19T17:11:48.000Z] b4d181a07f80: Verifying Checksum [2021-07-19T17:11:48.000Z] b4d181a07f80: Download complete [2021-07-19T17:11:48.974Z] b4d181a07f80: Pull complete [2021-07-19T17:11:49.256Z] a1111a8f2ec3: Pull complete [2021-07-19T17:11:49.521Z] ed53099fbce6: Pull complete [2021-07-19T17:11:49.789Z] dc539afda2c1: Pull complete [2021-07-19T17:11:50.056Z] 77bc0d833cb6: Pull complete [2021-07-19T17:11:50.056Z] 9065ff56babe: Pull complete [2021-07-19T17:11:52.003Z] d287ab97295c: Verifying Checksum [2021-07-19T17:11:52.003Z] d287ab97295c: Download complete [2021-07-19T17:11:56.280Z] d287ab97295c: Pull complete [2021-07-19T17:11:56.280Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-07-19T17:11:56.280Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-07-19T17:11:56.280Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-07-19T17:11:56.616Z] prd-centos7-docker-4c-2g-3280 does not seem to be running inside a container [2021-07-19T17:11:56.672Z] $ 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-28/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-28 -v /w/workspace/oundry_device-rfid-llrp-go_PR-28:/w/workspace/oundry_device-rfid-llrp-go_PR-28:rw,z -v /w/workspace/oundry_device-rfid-llrp-go_PR-28@tmp:/w/workspace/oundry_device-rfid-llrp-go_PR-28@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-19T17:11:59.043Z] $ docker top b433a856630137e3df779b1a362cec9f695b846ff1cacce3964a1f6eb9fcbb33 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-19T17:11:59.442Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-07-19T17:11:59.762Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2021-07-19T17:12:00.082Z] + ls /var/log/sa-host [2021-07-19T17:12:00.082Z] + sadf -c /var/log/sa-host/sa05 [2021-07-19T17:12:00.082Z] file_magic: OK [2021-07-19T17:12:00.082Z] HZ: Using current value: 100 [2021-07-19T17:12:00.082Z] file_header: OK [2021-07-19T17:12:00.082Z] 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-19T17:12:00.082Z] Statistics: [2021-07-19T17:12:00.082Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-07-19T17:12:00.082Z] File successfully converted to sysstat format version 12.0.3 [2021-07-19T17:12:00.082Z] + sadf -c /var/log/sa-host/sa19 [2021-07-19T17:12:00.082Z] file_magic: OK [2021-07-19T17:12:00.082Z] HZ: Using current value: 100 [2021-07-19T17:12:00.082Z] file_header: OK [2021-07-19T17:12:00.082Z] 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-19T17:12:00.082Z] Statistics: [2021-07-19T17:12:00.082Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-07-19T17:12:00.082Z] File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-07-19T17:12:00.852Z] provisioning config files... [2021-07-19T17:12:00.870Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oundry_device-rfid-llrp-go_PR-28@tmp/config1222705988641396088tmp [Pipeline] { [Pipeline] echo [2021-07-19T17:12:00.907Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-19T17:12:01.223Z] ---> create-netrc.sh [Pipeline] } [2021-07-19T17:12:01.235Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2021-07-19T17:12:01.662Z] ---> python-tools-install.sh [Pipeline] echo [2021-07-19T17:12:01.683Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-19T17:12:02.002Z] ---> sudo-logs.sh [2021-07-19T17:12:02.002Z] Archiving 'sudo' log.. [2021-07-19T17:12:02.002Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-3280.vexxhost.local: Name or service not known [2021-07-19T17:12:02.275Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-3280.vexxhost.local: Name or service not known [Pipeline] unstash [Pipeline] echo [2021-07-19T17:12:02.338Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-19T17:12:02.652Z] ---> job-cost.sh [2021-07-19T17:12:02.653Z] lf-activate-venv: SKIPPING [2021-07-19T17:12:02.653Z] DEBUG: total: 0.18000000715255737 [2021-07-19T17:12:02.653Z] INFO: Retrieving Stack Cost... [2021-07-19T17:12:03.239Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-07-19T17:12:03.821Z] INFO: Archiving Costs [Pipeline] echo [2021-07-19T17:12:03.838Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-19T17:12:04.153Z] ---> logs-deploy.sh [2021-07-19T17:12:04.153Z] lf-activate-venv: SKIPPING [2021-07-19T17:12:04.153Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rfid-llrp-go/PR-28/10 [2021-07-19T17:12:04.153Z] INFO: archiving workspace using pattern(s): [2021-07-19T17:12:04.741Z] Archives upload complete. [2021-07-19T17:12:05.010Z] INFO: archiving logs to Nexus