Branch indexing Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 37381ec3f65a6d1c524847dd5b265be5d59be2fc+b1162a6ab64ed623d797fbee07d81df3d746b7df (d0e56c60744b74a27e2dd43f12007fcb23052103) 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-ssh5749092543189640095.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-ssh3968375743819542601.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-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-ssh6052702201407971505.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-ssh2247912135736030635.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-ssh5665915475000356225.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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-3098 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-ssh1713433625315168845.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 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-ssh1247268941343627815.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 Merging remotes/origin/main commit b1162a6ab64ed623d797fbee07d81df3d746b7df into PR head commit 37381ec3f65a6d1c524847dd5b265be5d59be2fc Merge succeeded, producing e272494ba7b0077447aef7063a45fa1618af0d7f Checking out Revision e272494ba7b0077447aef7063a45fa1618af0d7f (PR-29) > 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-ssh1511813318511622371.key > git merge b1162a6ab64ed623d797fbee07d81df3d746b7df # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e272494ba7b0077447aef7063a45fa1618af0d7f # timeout=10 Commit message: "Merge commit 'b1162a6ab64ed623d797fbee07d81df3d746b7df' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-07-16T17:08:13.235Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-07-16T17:08:13.336Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-07-16T17:08:13.363Z] ========================================================= [2021-07-16T17:08:13.364Z] EdgeX Global Pipelines Version Info [2021-07-16T17:08:13.364Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 68800ccfbb530bae16c5b3a6e2fd53144751a313 # timeout=10 [2021-07-16T17:08:14.647Z] ------------------- [2021-07-16T17:08:14.647Z] stable info: [2021-07-16T17:08:14.647Z] ------------------- [2021-07-16T17:08:14.647Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-07-16T17:08:14.647Z] Commit SHA: db16f8292de5a0132d944c4e76ede2ca4f84da27 [2021-07-16T17:08:14.647Z] Message: update stable to v1.0.197 [2021-07-16T17:08:15.235Z] ------------------- [2021-07-16T17:08:15.235Z] experimental info: [2021-07-16T17:08:15.235Z] ------------------- [2021-07-16T17:08:15.235Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-07-16T17:08:15.235Z] Commit SHA: db16f8292de5a0132d944c4e76ede2ca4f84da27 [2021-07-16T17:08:15.235Z] Message: update experimental to v1.0.197 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-07-16T17:08:15.373Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rfid-llrp-go-settings [Pipeline] echo [2021-07-16T17:08:15.398Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rfid-llrp-go [Pipeline] echo [2021-07-16T17:08:15.420Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-07-16T17:08:15.443Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-07-16T17:08:15.465Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-07-16T17:08:15.488Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-07-16T17:08:15.510Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-07-16T17:08:15.533Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-07-16T17:08:15.556Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-07-16T17:08:15.582Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-07-16T17:08:15.605Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-07-16T17:08:15.626Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rfid-llrp [Pipeline] echo [2021-07-16T17:08:15.648Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-07-16T17:08:15.671Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-07-16T17:08:15.717Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-07-16T17:08:15.737Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-07-16T17:08:15.758Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-07-16T17:08:15.779Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-07-16T17:08:15.802Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-07-16T17:08:15.824Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-07-16T17:08:15.849Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-07-16T17:08:15.884Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-07-16T17:08:15.906Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-07-16T17:08:15.927Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-07-16T17:08:15.949Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-07-16T17:08:15.970Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-07-16T17:08:15.993Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-29 [Pipeline] echo [2021-07-16T17:08:16.020Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-29 [Pipeline] echo [2021-07-16T17:08:16.043Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-29 [Pipeline] echo [2021-07-16T17:08:16.066Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e272494ba7b0077447aef7063a45fa1618af0d7f [Pipeline] echo [2021-07-16T17:08:16.089Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e272494 [Pipeline] echo [2021-07-16T17:08:16.111Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-07-16T17:08:16.182Z] provisioning config files... [2021-07-16T17:08:16.204Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp/config6108349286016398732tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-07-16T17:08:16.539Z] ---> docker-login.sh [2021-07-16T17:08:16.539Z] nexus3.edgexfoundry.org:10001 [2021-07-16T17:08:16.539Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-16T17:08:16.811Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-16T17:08:16.811Z] Configure a credential helper to remove this warning. See [2021-07-16T17:08:16.811Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-16T17:08:16.811Z] [2021-07-16T17:08:16.811Z] Login Succeeded [2021-07-16T17:08:16.811Z] nexus3.edgexfoundry.org:10002 [2021-07-16T17:08:16.811Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-16T17:08:17.084Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-16T17:08:17.084Z] Configure a credential helper to remove this warning. See [2021-07-16T17:08:17.084Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-16T17:08:17.084Z] [2021-07-16T17:08:17.084Z] Login Succeeded [2021-07-16T17:08:17.084Z] nexus3.edgexfoundry.org:10003 [2021-07-16T17:08:17.084Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-16T17:08:17.084Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-16T17:08:17.084Z] Configure a credential helper to remove this warning. See [2021-07-16T17:08:17.084Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-16T17:08:17.084Z] [2021-07-16T17:08:17.084Z] Login Succeeded [2021-07-16T17:08:17.084Z] nexus3.edgexfoundry.org:10004 [2021-07-16T17:08:17.354Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-16T17:08:17.354Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-16T17:08:17.354Z] Configure a credential helper to remove this warning. See [2021-07-16T17:08:17.354Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-16T17:08:17.354Z] [2021-07-16T17:08:17.354Z] Login Succeeded [2021-07-16T17:08:17.354Z] docker.io [2021-07-16T17:08:17.354Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-16T17:08:17.622Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-16T17:08:17.622Z] Configure a credential helper to remove this warning. See [2021-07-16T17:08:17.622Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-16T17:08:17.622Z] [2021-07-16T17:08:17.622Z] Login Succeeded [2021-07-16T17:08:17.622Z] ---> docker-login.sh ends [Pipeline] } [2021-07-16T17:08:17.638Z] 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-16T17:08:18.270Z] + git log --format=format:%s -1 e272494ba7b0077447aef7063a45fa1618af0d7f [Pipeline] echo [2021-07-16T17:08:18.327Z] GIT_COMMIT: e272494ba7b0077447aef7063a45fa1618af0d7f, Commit Message: Merge commit 'b1162a6ab64ed623d797fbee07d81df3d746b7df' into HEAD [Pipeline] echo [2021-07-16T17:08:18.340Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-07-16T17:08:18.920Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-07-16T17:08:18.920Z] [2021-07-16T17:08:18.920Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-07-16T17:08:19.256Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-07-16T17:08:19.256Z] latest: Pulling from edgex-devops/git-semver [2021-07-16T17:08:19.256Z] 31603596830f: Pulling fs layer [2021-07-16T17:08:19.256Z] b6dc333f4379: Pulling fs layer [2021-07-16T17:08:19.256Z] 3d9ef1400e77: Pulling fs layer [2021-07-16T17:08:19.256Z] fd332fbdc1db: Pulling fs layer [2021-07-16T17:08:19.256Z] fd332fbdc1db: Waiting [2021-07-16T17:08:19.256Z] b6dc333f4379: Verifying Checksum [2021-07-16T17:08:19.256Z] b6dc333f4379: Download complete [2021-07-16T17:08:19.528Z] 31603596830f: Verifying Checksum [2021-07-16T17:08:19.528Z] 31603596830f: Download complete [2021-07-16T17:08:19.798Z] 31603596830f: Pull complete [2021-07-16T17:08:19.798Z] fd332fbdc1db: Verifying Checksum [2021-07-16T17:08:19.798Z] fd332fbdc1db: Download complete [2021-07-16T17:08:19.798Z] b6dc333f4379: Pull complete [2021-07-16T17:08:19.798Z] 3d9ef1400e77: Verifying Checksum [2021-07-16T17:08:19.798Z] 3d9ef1400e77: Download complete [2021-07-16T17:08:20.759Z] 3d9ef1400e77: Pull complete [2021-07-16T17:08:20.759Z] fd332fbdc1db: Pull complete [2021-07-16T17:08:20.759Z] Digest: sha256:db6b30291b918ea2df8875cce3ed97fb48fa491dcbf862453db6614bc0bd4782 [2021-07-16T17:08:20.759Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-07-16T17:08:20.759Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-07-16T17:08:20.872Z] prd-centos7-docker-4c-2g-3098 does not seem to be running inside a container [2021-07-16T17:08:20.938Z] $ 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-16T17:08:21.855Z] $ docker top f0157d46bb92881c32488e6db97c3b4387f757761e8ffe017213ecd54a537c3a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-07-16T17:08:22.002Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-07-16T17:08:22.002Z] [ssh-agent] Looking for ssh-agent implementation... [2021-07-16T17:08:22.134Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-07-16T17:08:22.135Z] $ docker exec f0157d46bb92881c32488e6db97c3b4387f757761e8ffe017213ecd54a537c3a ssh-agent [2021-07-16T17:08:22.264Z] SSH_AUTH_SOCK=/tmp/ssh-gsViI8BJsOqy/agent.12 [2021-07-16T17:08:22.264Z] SSH_AGENT_PID=18 [2021-07-16T17:08:22.278Z] Running ssh-add (command line suppressed) [2021-07-16T17:08:22.385Z] Identity added: /w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp/private_key_3777223307858558726.key (/w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp/private_key_3777223307858558726.key) [2021-07-16T17:08:22.405Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-07-16T17:08:22.719Z] + git tag --points-at HEAD [Pipeline] } [2021-07-16T17:08:22.739Z] $ docker exec --env ******** --env ******** f0157d46bb92881c32488e6db97c3b4387f757761e8ffe017213ecd54a537c3a ssh-agent -k [2021-07-16T17:08:22.850Z] unset SSH_AUTH_SOCK; [2021-07-16T17:08:22.851Z] unset SSH_AGENT_PID; [2021-07-16T17:08:22.851Z] echo Agent pid 18 killed; [2021-07-16T17:08:22.873Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-07-16T17:08:22.919Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-07-16T17:08:22.919Z] [ssh-agent] Looking for ssh-agent implementation... [2021-07-16T17:08:23.065Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-07-16T17:08:23.067Z] $ docker exec f0157d46bb92881c32488e6db97c3b4387f757761e8ffe017213ecd54a537c3a ssh-agent [2021-07-16T17:08:23.220Z] SSH_AUTH_SOCK=/tmp/ssh-JsXlbzgQ0E96/agent.52 [2021-07-16T17:08:23.220Z] SSH_AGENT_PID=58 [2021-07-16T17:08:23.229Z] Running ssh-add (command line suppressed) [2021-07-16T17:08:23.331Z] Identity added: /w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp/private_key_1634079909179860843.key (/w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp/private_key_1634079909179860843.key) [2021-07-16T17:08:23.363Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-07-16T17:08:23.684Z] + git semver init [2021-07-16T17:08:23.684Z] # -> Open(): unable to determine branch for HEAD [2021-07-16T17:08:23.685Z] # $GIT_DIR = /w/workspace/oundry_device-rfid-llrp-go_PR-29/.git [2021-07-16T17:08:23.685Z] # $GIT_WORK_TREE = /w/workspace/oundry_device-rfid-llrp-go_PR-29 [2021-07-16T17:08:23.685Z] # $SEMVER_REMOTE_NAME = origin [2021-07-16T17:08:23.685Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-07-16T17:08:23.685Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-07-16T17:08:23.685Z] # $SEMVER_BRANCH = PR-29 [2021-07-16T17:08:23.685Z] # $SEMVER_TEMP = /tmp/semver-426116488 [2021-07-16T17:08:23.685Z] # git clone --branch semver git@github.com:edgexfoundry/device-rfid-llrp-go.git $SEMVER_TEMP [2021-07-16T17:08:24.277Z] # '/tmp/semver-426116488' -> '/w/workspace/oundry_device-rfid-llrp-go_PR-29/.semver' [2021-07-16T17:08:24.277Z] # -> Force: false [2021-07-16T17:08:24.277Z] # $SEMVER_DIR = /w/workspace/oundry_device-rfid-llrp-go_PR-29/.semver [Pipeline] } [2021-07-16T17:08:24.292Z] $ docker exec --env ******** --env ******** f0157d46bb92881c32488e6db97c3b4387f757761e8ffe017213ecd54a537c3a ssh-agent -k [2021-07-16T17:08:24.401Z] unset SSH_AUTH_SOCK; [2021-07-16T17:08:24.402Z] unset SSH_AGENT_PID; [2021-07-16T17:08:24.402Z] echo Agent pid 58 killed; [2021-07-16T17:08:24.424Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-07-16T17:08:24.776Z] + git semver [Pipeline] } [2021-07-16T17:08:24.795Z] $ docker stop --time=1 f0157d46bb92881c32488e6db97c3b4387f757761e8ffe017213ecd54a537c3a [2021-07-16T17:08:26.010Z] $ docker rm -f f0157d46bb92881c32488e6db97c3b4387f757761e8ffe017213ecd54a537c3a [Pipeline] // withDockerContainer [Pipeline] sh [2021-07-16T17:08:26.414Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-07-16T17:08:26.748Z] Stashed 1 file(s) [Pipeline] echo [2021-07-16T17:08:26.751Z] [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-16T17:08:41.965Z] Still waiting to schedule task [2021-07-16T17:08:41.965Z] ‘prd-centos7-builder-2c-1g-3095’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-07-16T17:08:41.966Z] ‘prd-centos7-docker-4c-2g-2785’ is offline [2021-07-16T17:08:41.966Z] ‘prd-centos7-docker-4c-2g-3100’ is offline [2021-07-16T17:08:41.968Z] Still waiting to schedule task [2021-07-16T17:08:41.969Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-3096’ [2021-07-16T17:08:54.543Z] Running on prd-centos7-docker-4c-2g-3101 in /w/workspace/oundry_device-rfid-llrp-go_PR-29 [Pipeline] { [Pipeline] ws [2021-07-16T17:08:54.562Z] Running in /w/workspace/device-rfid-llrp-go/9 [Pipeline] { [Pipeline] checkout [2021-07-16T17:08:54.703Z] Selected Git installation does not exist. Using Default [2021-07-16T17:08:54.703Z] The recommended git tool is: NONE [2021-07-16T17:08:57.313Z] using credential edgex-jenkins-ssh [2021-07-16T17:08:57.329Z] Cloning the remote Git repository [2021-07-16T17:08:56.682Z] Cloning repository git@github.com:edgexfoundry/device-rfid-llrp-go.git [2021-07-16T17:08:56.809Z] > git init /w/workspace/device-rfid-llrp-go/9 # timeout=10 [2021-07-16T17:08:56.848Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git [2021-07-16T17:08:56.848Z] > git --version # timeout=10 [2021-07-16T17:08:56.854Z] > git --version # 'git version 2.24.4' [2021-07-16T17:08:56.855Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-16T17:08:56.878Z] [INFO] Currently running in a labeled security context [2021-07-16T17:08:56.878Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-07-16T17:08:56.878Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-rfid-llrp-go/9@tmp/jenkins-gitclient-ssh5717712688777874243.key [2021-07-16T17:08:56.889Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-07-16T17:08:57.446Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 [2021-07-16T17:08:57.457Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-07-16T17:08:57.469Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 [2021-07-16T17:08:57.485Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git [2021-07-16T17:08:57.485Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-16T17:08:57.486Z] [INFO] Currently running in a labeled security context [2021-07-16T17:08:57.486Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-07-16T17:08:57.486Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-rfid-llrp-go/9@tmp/jenkins-gitclient-ssh1511395936286954406.key [2021-07-16T17:08:57.496Z] > 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-16T17:08:58.571Z] Merging remotes/origin/main commit b1162a6ab64ed623d797fbee07d81df3d746b7df into PR head commit 37381ec3f65a6d1c524847dd5b265be5d59be2fc [2021-07-16T17:08:58.689Z] Merge succeeded, producing 613d84d8b24696683c6fe9c2c32c71fd8798fbc6 [2021-07-16T17:08:58.689Z] Checking out Revision 613d84d8b24696683c6fe9c2c32c71fd8798fbc6 (PR-29) [2021-07-16T17:08:57.915Z] > git config core.sparsecheckout # timeout=10 [2021-07-16T17:08:57.923Z] > git checkout -f 37381ec3f65a6d1c524847dd5b265be5d59be2fc # timeout=10 [2021-07-16T17:08:57.965Z] > git remote # timeout=10 [2021-07-16T17:08:57.971Z] > git config --get remote.origin.url # timeout=10 [2021-07-16T17:08:57.976Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-16T17:08:57.977Z] [INFO] Currently running in a labeled security context [2021-07-16T17:08:57.977Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-07-16T17:08:57.977Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-rfid-llrp-go/9@tmp/jenkins-gitclient-ssh803803594973309077.key [2021-07-16T17:08:57.986Z] > git merge b1162a6ab64ed623d797fbee07d81df3d746b7df # timeout=10 [2021-07-16T17:08:58.017Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-07-16T17:08:58.027Z] > git config core.sparsecheckout # timeout=10 [2021-07-16T17:08:58.033Z] > git checkout -f 613d84d8b24696683c6fe9c2c32c71fd8798fbc6 # timeout=10 [2021-07-16T17:09:02.212Z] Commit message: "Merge commit 'b1162a6ab64ed623d797fbee07d81df3d746b7df' into HEAD" [2021-07-16T17:09:02.244Z] 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-16T17:09:02.682Z] provisioning config files... [2021-07-16T17:09:02.703Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/device-rfid-llrp-go/9@tmp/config8677927647123074858tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-07-16T17:09:01.802Z] > git rev-list --no-walk 68800ccfbb530bae16c5b3a6e2fd53144751a313 # timeout=10 [2021-07-16T17:09:03.217Z] ---> docker-login.sh [2021-07-16T17:09:03.217Z] nexus3.edgexfoundry.org:10001 [2021-07-16T17:09:03.217Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-16T17:09:03.517Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-16T17:09:03.517Z] Configure a credential helper to remove this warning. See [2021-07-16T17:09:03.517Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-16T17:09:03.517Z] [2021-07-16T17:09:03.517Z] Login Succeeded [2021-07-16T17:09:03.517Z] nexus3.edgexfoundry.org:10002 [2021-07-16T17:09:03.517Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-16T17:09:03.517Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-16T17:09:03.517Z] Configure a credential helper to remove this warning. See [2021-07-16T17:09:03.517Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-16T17:09:03.517Z] [2021-07-16T17:09:03.517Z] Login Succeeded [2021-07-16T17:09:03.517Z] nexus3.edgexfoundry.org:10003 [2021-07-16T17:09:03.786Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-16T17:09:03.786Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-16T17:09:03.786Z] Configure a credential helper to remove this warning. See [2021-07-16T17:09:03.786Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-16T17:09:03.786Z] [2021-07-16T17:09:03.786Z] Login Succeeded [2021-07-16T17:09:03.786Z] nexus3.edgexfoundry.org:10004 [2021-07-16T17:09:04.055Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-16T17:09:04.055Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-16T17:09:04.055Z] Configure a credential helper to remove this warning. See [2021-07-16T17:09:04.055Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-16T17:09:04.055Z] [2021-07-16T17:09:04.055Z] Login Succeeded [2021-07-16T17:09:04.055Z] docker.io [2021-07-16T17:09:04.055Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-16T17:09:04.323Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-16T17:09:04.323Z] Configure a credential helper to remove this warning. See [2021-07-16T17:09:04.323Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-16T17:09:04.323Z] [2021-07-16T17:09:04.323Z] Login Succeeded [2021-07-16T17:09:04.323Z] ---> docker-login.sh ends [Pipeline] } [2021-07-16T17:09:04.383Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-07-16T17:09:04.604Z] ========================================================= [2021-07-16T17:09:04.604Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-07-16T17:09:04.604Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-07-16T17:09:04.927Z] + 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-16T17:09:04.927Z] Sending build context to Docker daemon 1.197MB [2021-07-16T17:09:04.927Z] Step 1/10 : ARG BASE=golang:1.16-alpine3.12 [2021-07-16T17:09:04.927Z] Step 2/10 : FROM ${BASE} [2021-07-16T17:09:06.356Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-07-16T17:09:06.356Z] 540db60ca938: Pulling fs layer [2021-07-16T17:09:06.356Z] adcc1eea9eea: Pulling fs layer [2021-07-16T17:09:06.356Z] 4c4ab2625f07: Pulling fs layer [2021-07-16T17:09:06.356Z] 0773c198feca: Pulling fs layer [2021-07-16T17:09:06.356Z] 345f892a5656: Pulling fs layer [2021-07-16T17:09:06.356Z] 4796506630df: Pulling fs layer [2021-07-16T17:09:06.356Z] cc55df3e53f1: Pulling fs layer [2021-07-16T17:09:06.356Z] 4d027b6c602c: Pulling fs layer [2021-07-16T17:09:06.356Z] 449e75d2c14e: Pulling fs layer [2021-07-16T17:09:06.356Z] 4796506630df: Waiting [2021-07-16T17:09:06.356Z] cc55df3e53f1: Waiting [2021-07-16T17:09:06.356Z] 4d027b6c602c: Waiting [2021-07-16T17:09:06.356Z] 0773c198feca: Waiting [2021-07-16T17:09:06.356Z] 345f892a5656: Waiting [2021-07-16T17:09:06.356Z] 449e75d2c14e: Waiting [2021-07-16T17:09:06.356Z] 4c4ab2625f07: Verifying Checksum [2021-07-16T17:09:06.356Z] 4c4ab2625f07: Download complete [2021-07-16T17:09:06.356Z] adcc1eea9eea: Verifying Checksum [2021-07-16T17:09:06.356Z] adcc1eea9eea: Download complete [2021-07-16T17:09:06.356Z] 345f892a5656: Verifying Checksum [2021-07-16T17:09:06.356Z] 345f892a5656: Download complete [2021-07-16T17:09:06.356Z] 4796506630df: Verifying Checksum [2021-07-16T17:09:06.356Z] 4796506630df: Download complete [2021-07-16T17:09:06.356Z] cc55df3e53f1: Verifying Checksum [2021-07-16T17:09:06.356Z] cc55df3e53f1: Download complete [2021-07-16T17:09:06.356Z] 540db60ca938: Verifying Checksum [2021-07-16T17:09:06.356Z] 540db60ca938: Download complete [2021-07-16T17:09:06.625Z] 540db60ca938: Pull complete [2021-07-16T17:09:06.625Z] adcc1eea9eea: Pull complete [2021-07-16T17:09:06.625Z] 4c4ab2625f07: Pull complete [2021-07-16T17:09:07.211Z] 4d027b6c602c: Verifying Checksum [2021-07-16T17:09:07.211Z] 4d027b6c602c: Download complete [2021-07-16T17:09:09.805Z] 449e75d2c14e: Verifying Checksum [2021-07-16T17:09:09.805Z] 449e75d2c14e: Download complete [2021-07-16T17:09:10.769Z] 0773c198feca: Verifying Checksum [2021-07-16T17:09:10.769Z] 0773c198feca: Download complete [2021-07-16T17:09:14.158Z] 0773c198feca: Pull complete [2021-07-16T17:09:14.158Z] 345f892a5656: Pull complete [2021-07-16T17:09:14.158Z] 4796506630df: Pull complete [2021-07-16T17:09:14.158Z] cc55df3e53f1: Pull complete [2021-07-16T17:09:14.428Z] 4d027b6c602c: Pull complete [2021-07-16T17:09:15.860Z] 449e75d2c14e: Pull complete [2021-07-16T17:09:15.861Z] Digest: sha256:a2fa0993ec4462abfc92311096d2e43e803cda49eb027de246ea451416b7a8a8 [2021-07-16T17:09:15.861Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-07-16T17:09:15.861Z] ---> 0d28375d9b5b [2021-07-16T17:09:15.861Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2021-07-16T17:09:17.816Z] ---> Running in 9a5f20144684 [2021-07-16T17:09:17.816Z] Removing intermediate container 9a5f20144684 [2021-07-16T17:09:17.816Z] ---> ed553e337fba [2021-07-16T17:09:17.816Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2021-07-16T17:09:17.816Z] ---> Running in 9699870ca007 [2021-07-16T17:09:17.816Z] Removing intermediate container 9699870ca007 [2021-07-16T17:09:17.816Z] ---> f20f77468981 [2021-07-16T17:09:17.816Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-07-16T17:09:17.816Z] ---> Running in c3fea5e99804 [2021-07-16T17:09:17.816Z] Removing intermediate container c3fea5e99804 [2021-07-16T17:09:17.816Z] ---> 827826e2e133 [2021-07-16T17:09:17.816Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-16T17:09:17.816Z] ---> Running in dea947aa3a0a [2021-07-16T17:09:18.408Z] Removing intermediate container dea947aa3a0a [2021-07-16T17:09:18.408Z] ---> 603ca5573fbf [2021-07-16T17:09:18.408Z] Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-07-16T17:09:18.408Z] ---> Running in 0929cac6d03e [2021-07-16T17:09:18.676Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-07-16T17:09:19.640Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-07-16T17:09:19.910Z] OK: 149 MiB in 40 packages [2021-07-16T17:09:20.179Z] Removing intermediate container 0929cac6d03e [2021-07-16T17:09:20.179Z] ---> 75b0f2783a17 [2021-07-16T17:09:20.179Z] Step 8/10 : WORKDIR /device-rfid-llrp-go [2021-07-16T17:09:20.179Z] ---> Running in d57f73cb5261 [2021-07-16T17:09:20.179Z] Removing intermediate container d57f73cb5261 [2021-07-16T17:09:20.179Z] ---> f81473bfb86d [2021-07-16T17:09:20.179Z] Step 9/10 : COPY . . [2021-07-16T17:09:20.451Z] ---> 15136d35b91d [2021-07-16T17:09:20.451Z] Step 10/10 : RUN go mod download [2021-07-16T17:09:20.451Z] ---> Running in 194d9651c2c5 [2021-07-16T17:09:30.549Z] Removing intermediate container 194d9651c2c5 [2021-07-16T17:09:30.549Z] ---> d7dd8d1f1d71 [2021-07-16T17:09:30.549Z] Successfully built d7dd8d1f1d71 [2021-07-16T17:09:30.549Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-07-16T17:09:30.875Z] + docker inspect -f . ci-base-image-x86_64 [2021-07-16T17:09:30.876Z] . [Pipeline] withDockerContainer [2021-07-16T17:09:30.968Z] prd-centos7-docker-4c-2g-3101 does not seem to be running inside a container [2021-07-16T17:09:31.022Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rfid-llrp-go/9 -v /w/workspace/device-rfid-llrp-go/9:/w/workspace/device-rfid-llrp-go/9:rw,z -v /w/workspace/device-rfid-llrp-go/9@tmp:/w/workspace/device-rfid-llrp-go/9@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-16T17:09:31.372Z] $ docker top 2dc2e4d9e51861f206744f61d990bb7d71314da7406d6870456c06f095cd044e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-16T17:09:31.783Z] + go version [2021-07-16T17:09:31.783Z] go version go1.16.5 linux/amd64 [Pipeline] } [2021-07-16T17:09:31.796Z] $ docker stop --time=1 2dc2e4d9e51861f206744f61d990bb7d71314da7406d6870456c06f095cd044e [2021-07-16T17:09:33.004Z] $ docker rm -f 2dc2e4d9e51861f206744f61d990bb7d71314da7406d6870456c06f095cd044e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-16T17:09:33.542Z] + docker inspect -f . ci-base-image-x86_64 [2021-07-16T17:09:33.542Z] . [Pipeline] withDockerContainer [2021-07-16T17:09:33.638Z] prd-centos7-docker-4c-2g-3101 does not seem to be running inside a container [2021-07-16T17:09:33.692Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rfid-llrp-go/9 -v /w/workspace/device-rfid-llrp-go/9:/w/workspace/device-rfid-llrp-go/9:rw,z -v /w/workspace/device-rfid-llrp-go/9@tmp:/w/workspace/device-rfid-llrp-go/9@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-16T17:09:34.048Z] $ docker top e0c5d3120d639ccead67ac1f9852b08e9dcf155cfe14c118cbf21c18e234a0a9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-16T17:09:34.449Z] + go mod tidy [Pipeline] sh [2021-07-16T17:09:34.776Z] + make test [2021-07-16T17:09:34.777Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-07-16T17:09:35.056Z] ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] [2021-07-16T17:09:40.471Z] # github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [2021-07-16T17:09:40.471Z] /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.60/bootstrap/logging/factory.go:29:9: undefined: logger.NewClientStdOut [2021-07-16T17:09:40.471Z] /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-16T17:09:40.471Z] have (string, bool, string, string) [2021-07-16T17:09:40.471Z] want (string, string) [2021-07-16T17:09:47.232Z] FAIL github.com/edgexfoundry/device-rfid-llrp-go/internal/driver [build failed] [2021-07-16T17:09:47.818Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.248s coverage: 52.0% of statements [2021-07-16T17:09:47.818Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.022s coverage: 94.6% of statements [2021-07-16T17:09:47.818Z] make: *** [Makefile:26: test] Error 2 [Pipeline] } [2021-07-16T17:09:47.838Z] $ docker stop --time=1 e0c5d3120d639ccead67ac1f9852b08e9dcf155cfe14c118cbf21c18e234a0a9 [2021-07-16T17:09:49.281Z] $ docker rm -f e0c5d3120d639ccead67ac1f9852b08e9dcf155cfe14c118cbf21c18e234a0a9 [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-16T17:09:50.242Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-07-16T17:09:50.242Z] [2021-07-16T17:09:50.242Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-07-16T17:09:50.575Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-07-16T17:09:50.575Z] latest: Pulling from edgex-lftools-log-publisher [2021-07-16T17:09:50.575Z] b4d181a07f80: Pulling fs layer [2021-07-16T17:09:50.575Z] a1111a8f2ec3: Pulling fs layer [2021-07-16T17:09:50.575Z] ed53099fbce6: Pulling fs layer [2021-07-16T17:09:50.575Z] dc539afda2c1: Pulling fs layer [2021-07-16T17:09:50.575Z] 77bc0d833cb6: Pulling fs layer [2021-07-16T17:09:50.575Z] 9065ff56babe: Pulling fs layer [2021-07-16T17:09:50.575Z] d287ab97295c: Pulling fs layer [2021-07-16T17:09:50.575Z] 77bc0d833cb6: Waiting [2021-07-16T17:09:50.575Z] 9065ff56babe: Waiting [2021-07-16T17:09:50.575Z] d287ab97295c: Waiting [2021-07-16T17:09:50.575Z] dc539afda2c1: Waiting [2021-07-16T17:09:50.844Z] a1111a8f2ec3: Verifying Checksum [2021-07-16T17:09:50.844Z] a1111a8f2ec3: Download complete [2021-07-16T17:09:50.844Z] dc539afda2c1: Verifying Checksum [2021-07-16T17:09:50.844Z] dc539afda2c1: Download complete [2021-07-16T17:09:51.111Z] 77bc0d833cb6: Download complete [2021-07-16T17:09:51.111Z] 9065ff56babe: Verifying Checksum [2021-07-16T17:09:51.111Z] 9065ff56babe: Download complete [2021-07-16T17:09:51.377Z] ed53099fbce6: Verifying Checksum [2021-07-16T17:09:51.377Z] ed53099fbce6: Download complete [2021-07-16T17:09:51.966Z] b4d181a07f80: Verifying Checksum [2021-07-16T17:09:51.966Z] b4d181a07f80: Download complete [2021-07-16T17:09:52.948Z] b4d181a07f80: Pull complete [2021-07-16T17:09:53.217Z] a1111a8f2ec3: Pull complete [2021-07-16T17:09:53.485Z] ed53099fbce6: Pull complete [2021-07-16T17:09:53.763Z] dc539afda2c1: Pull complete [2021-07-16T17:09:53.763Z] 77bc0d833cb6: Pull complete [2021-07-16T17:09:54.032Z] 9065ff56babe: Pull complete [2021-07-16T17:09:55.528Z] d287ab97295c: Verifying Checksum [2021-07-16T17:09:55.528Z] d287ab97295c: Download complete [2021-07-16T17:10:00.043Z] d287ab97295c: Pull complete [2021-07-16T17:10:00.044Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-07-16T17:10:00.044Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-07-16T17:10:00.044Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-07-16T17:10:00.192Z] prd-centos7-docker-4c-2g-3101 does not seem to be running inside a container [2021-07-16T17:10:00.266Z] $ 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/9 -v /w/workspace/device-rfid-llrp-go/9:/w/workspace/device-rfid-llrp-go/9:rw,z -v /w/workspace/device-rfid-llrp-go/9@tmp:/w/workspace/device-rfid-llrp-go/9@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-16T17:10:02.666Z] $ docker top d0761139259f5d0d5684e9aab3d6c45245e6dfa757e05e657f50479c710837ae -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-07-16T17:10:03.311Z] ---> job-cost.sh [2021-07-16T17:10:03.311Z] lf-activate-venv: SKIPPING [2021-07-16T17:10:03.311Z] INFO: No Stack... [2021-07-16T17:10:04.278Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-07-16T17:10:04.547Z] INFO: Archiving Costs [Pipeline] sh [2021-07-16T17:10:04.873Z] + cat /w/workspace/device-rfid-llrp-go/9/archives/cost.csv [2021-07-16T17:10:04.873Z] + cut -d, -f6 [Pipeline] lock [2021-07-16T17:10:04.925Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-29-9-stack-cost] [2021-07-16T17:10:04.939Z] Resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-29-9-stack-cost] did not exist. Created. [2021-07-16T17:10:04.939Z] Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-29-9-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-07-16T17:10:05.304Z] + echo total: 0.05999999865889549 [Pipeline] stash [2021-07-16T17:10:05.544Z] Stashed 1 file(s) [Pipeline] } [2021-07-16T17:10:05.560Z] Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-29-9-stack-cost] [Pipeline] // lock [Pipeline] } [2021-07-16T17:10:05.583Z] $ docker stop --time=1 d0761139259f5d0d5684e9aab3d6c45245e6dfa757e05e657f50479c710837ae [2021-07-16T17:10:06.738Z] $ docker rm -f d0761139259f5d0d5684e9aab3d6c45245e6dfa757e05e657f50479c710837ae [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-07-16T17:10:07.089Z] Failed in branch amd64 [2021-07-16T17:12:00.092Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3103 in /w/workspace/oundry_device-rfid-llrp-go_PR-29 [Pipeline] { [Pipeline] ws [2021-07-16T17:12:00.109Z] Running in /w/workspace/device-rfid-llrp-go/9 [Pipeline] { [Pipeline] checkout [2021-07-16T17:12:00.368Z] Selected Git installation does not exist. Using Default [2021-07-16T17:12:00.368Z] The recommended git tool is: NONE [2021-07-16T17:12:08.198Z] using credential edgex-jenkins-ssh [2021-07-16T17:12:08.221Z] Cloning the remote Git repository [2021-07-16T17:12:08.308Z] Cloning repository git@github.com:edgexfoundry/device-rfid-llrp-go.git [2021-07-16T17:12:08.430Z] > git init /w/workspace/device-rfid-llrp-go/9 # timeout=10 [2021-07-16T17:12:08.516Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git [2021-07-16T17:12:08.517Z] > git --version # timeout=10 [2021-07-16T17:12:08.536Z] > git --version # 'git version 2.17.1' [2021-07-16T17:12:08.538Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-16T17:12:08.619Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-07-16T17:12:10.077Z] Merging remotes/origin/main commit b1162a6ab64ed623d797fbee07d81df3d746b7df into PR head commit 37381ec3f65a6d1c524847dd5b265be5d59be2fc [2021-07-16T17:12:10.398Z] Merge succeeded, producing 44eed5fc28d086f298a9fd83a4e5699dc52c3b7b [2021-07-16T17:12:10.398Z] Checking out Revision 44eed5fc28d086f298a9fd83a4e5699dc52c3b7b (PR-29) [2021-07-16T17:12:09.474Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 [2021-07-16T17:12:09.503Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-07-16T17:12:09.536Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 [2021-07-16T17:12:09.575Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git [2021-07-16T17:12:09.576Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-16T17:12:09.588Z] > 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-16T17:12:10.104Z] > git config core.sparsecheckout # timeout=10 [2021-07-16T17:12:10.120Z] > git checkout -f 37381ec3f65a6d1c524847dd5b265be5d59be2fc # timeout=10 [2021-07-16T17:12:10.232Z] > git remote # timeout=10 [2021-07-16T17:12:10.253Z] > git config --get remote.origin.url # timeout=10 [2021-07-16T17:12:10.267Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-16T17:12:10.278Z] > git merge b1162a6ab64ed623d797fbee07d81df3d746b7df # timeout=10 [2021-07-16T17:12:10.388Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-07-16T17:12:10.411Z] > git config core.sparsecheckout # timeout=10 [2021-07-16T17:12:10.426Z] > git checkout -f 44eed5fc28d086f298a9fd83a4e5699dc52c3b7b # timeout=10 [2021-07-16T17:12:14.891Z] Commit message: "Merge commit 'b1162a6ab64ed623d797fbee07d81df3d746b7df' into HEAD" [2021-07-16T17:12:14.920Z] 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-16T17:12:15.309Z] provisioning config files... [2021-07-16T17:12:15.352Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/device-rfid-llrp-go/9@tmp/config1713245227456067775tmp [2021-07-16T17:12:14.905Z] > git rev-list --no-walk 68800ccfbb530bae16c5b3a6e2fd53144751a313 # timeout=10 [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-07-16T17:12:16.076Z] ---> docker-login.sh [2021-07-16T17:12:16.076Z] nexus3.edgexfoundry.org:10001 [2021-07-16T17:12:17.068Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-16T17:12:17.344Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-16T17:12:17.344Z] Configure a credential helper to remove this warning. See [2021-07-16T17:12:17.344Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-16T17:12:17.344Z] [2021-07-16T17:12:17.344Z] Login Succeeded [2021-07-16T17:12:17.344Z] nexus3.edgexfoundry.org:10002 [2021-07-16T17:12:17.623Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-16T17:12:17.899Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-16T17:12:17.899Z] Configure a credential helper to remove this warning. See [2021-07-16T17:12:17.899Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-16T17:12:17.899Z] [2021-07-16T17:12:17.899Z] Login Succeeded [2021-07-16T17:12:17.899Z] nexus3.edgexfoundry.org:10003 [2021-07-16T17:12:18.501Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-16T17:12:18.501Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-16T17:12:18.501Z] Configure a credential helper to remove this warning. See [2021-07-16T17:12:18.501Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-16T17:12:18.501Z] [2021-07-16T17:12:18.501Z] Login Succeeded [2021-07-16T17:12:18.501Z] nexus3.edgexfoundry.org:10004 [2021-07-16T17:12:18.856Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-16T17:12:19.144Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-16T17:12:19.144Z] Configure a credential helper to remove this warning. See [2021-07-16T17:12:19.144Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-16T17:12:19.144Z] [2021-07-16T17:12:19.144Z] Login Succeeded [2021-07-16T17:12:19.144Z] docker.io [2021-07-16T17:12:19.745Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-16T17:12:20.021Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-16T17:12:20.021Z] Configure a credential helper to remove this warning. See [2021-07-16T17:12:20.021Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-16T17:12:20.021Z] [2021-07-16T17:12:20.021Z] Login Succeeded [2021-07-16T17:12:20.021Z] ---> docker-login.sh ends [Pipeline] } [2021-07-16T17:12:20.118Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-07-16T17:12:20.732Z] ========================================================= [2021-07-16T17:12:20.732Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-07-16T17:12:20.732Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-07-16T17:12:21.094Z] + 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-16T17:12:21.699Z] Sending build context to Docker daemon 1.197MB [2021-07-16T17:12:21.699Z] Step 1/10 : ARG BASE=golang:1.16-alpine3.12 [2021-07-16T17:12:21.699Z] Step 2/10 : FROM ${BASE} [2021-07-16T17:12:21.699Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-07-16T17:12:21.699Z] 595b0fe564bb: Pulling fs layer [2021-07-16T17:12:21.981Z] 24495759ef45: Pulling fs layer [2021-07-16T17:12:21.981Z] d148012ef14d: Pulling fs layer [2021-07-16T17:12:21.981Z] cb65c68fc2e2: Pulling fs layer [2021-07-16T17:12:21.981Z] 093eec477d81: Pulling fs layer [2021-07-16T17:12:21.981Z] a6d5b2bbb924: Pulling fs layer [2021-07-16T17:12:21.981Z] 2446dc1eb7d3: Pulling fs layer [2021-07-16T17:12:21.981Z] 596795e73e0f: Pulling fs layer [2021-07-16T17:12:21.981Z] 093eec477d81: Waiting [2021-07-16T17:12:21.981Z] a6d5b2bbb924: Waiting [2021-07-16T17:12:21.981Z] 2446dc1eb7d3: Waiting [2021-07-16T17:12:21.981Z] 596795e73e0f: Waiting [2021-07-16T17:12:21.981Z] cb65c68fc2e2: Waiting [2021-07-16T17:12:21.981Z] d148012ef14d: Verifying Checksum [2021-07-16T17:12:21.981Z] d148012ef14d: Download complete [2021-07-16T17:12:21.981Z] 24495759ef45: Verifying Checksum [2021-07-16T17:12:21.981Z] 24495759ef45: Download complete [2021-07-16T17:12:21.981Z] 093eec477d81: Verifying Checksum [2021-07-16T17:12:21.981Z] 093eec477d81: Download complete [2021-07-16T17:12:21.981Z] a6d5b2bbb924: Verifying Checksum [2021-07-16T17:12:21.981Z] a6d5b2bbb924: Download complete [2021-07-16T17:12:21.981Z] 595b0fe564bb: Verifying Checksum [2021-07-16T17:12:21.981Z] 595b0fe564bb: Download complete [2021-07-16T17:12:21.981Z] 2446dc1eb7d3: Verifying Checksum [2021-07-16T17:12:21.981Z] 2446dc1eb7d3: Download complete [2021-07-16T17:12:22.985Z] 595b0fe564bb: Pull complete [2021-07-16T17:12:23.594Z] 24495759ef45: Pull complete [2021-07-16T17:12:24.220Z] d148012ef14d: Pull complete [2021-07-16T17:12:24.220Z] 596795e73e0f: Verifying Checksum [2021-07-16T17:12:24.220Z] 596795e73e0f: Download complete [2021-07-16T17:12:25.684Z] cb65c68fc2e2: Verifying Checksum [2021-07-16T17:12:25.684Z] cb65c68fc2e2: Download complete [2021-07-16T17:12:35.901Z] cb65c68fc2e2: Pull complete [2021-07-16T17:12:36.195Z] 093eec477d81: Pull complete [2021-07-16T17:12:36.798Z] a6d5b2bbb924: Pull complete [2021-07-16T17:12:37.075Z] 2446dc1eb7d3: Pull complete [2021-07-16T17:12:41.411Z] 596795e73e0f: Pull complete [2021-07-16T17:12:41.411Z] Digest: sha256:8fdc37217a1dd7593ea05f088b02ef5bfb3cd8d6ab6705c4f2c080891875b7a0 [2021-07-16T17:12:41.411Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-07-16T17:12:41.411Z] ---> d9e956139c92 [2021-07-16T17:12:41.411Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2021-07-16T17:12:44.059Z] ---> Running in ed42b8ad56e4 [2021-07-16T17:12:44.670Z] Removing intermediate container ed42b8ad56e4 [2021-07-16T17:12:44.670Z] ---> 581715f3d832 [2021-07-16T17:12:44.670Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2021-07-16T17:12:44.962Z] ---> Running in 7fc79835fa2f [2021-07-16T17:12:45.567Z] Removing intermediate container 7fc79835fa2f [2021-07-16T17:12:45.567Z] ---> 25ee6355d293 [2021-07-16T17:12:45.567Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-07-16T17:12:45.849Z] ---> Running in 6148e979b7e5 [2021-07-16T17:12:46.468Z] Removing intermediate container 6148e979b7e5 [2021-07-16T17:12:46.468Z] ---> 42aa35af6823 [2021-07-16T17:12:46.468Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-16T17:12:46.468Z] ---> Running in 02abb8452aa6 [2021-07-16T17:12:49.898Z] Removing intermediate container 02abb8452aa6 [2021-07-16T17:12:49.898Z] ---> f6a7f414e3c8 [2021-07-16T17:12:49.898Z] Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-07-16T17:12:49.898Z] ---> Running in 28ff628495ea [2021-07-16T17:12:50.882Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-07-16T17:12:51.482Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-07-16T17:12:52.474Z] OK: 138 MiB in 40 packages [2021-07-16T17:12:53.926Z] Removing intermediate container 28ff628495ea [2021-07-16T17:12:53.926Z] ---> 97e2aad77c43 [2021-07-16T17:12:53.926Z] Step 8/10 : WORKDIR /device-rfid-llrp-go [2021-07-16T17:12:53.926Z] ---> Running in 4150f3f8b81c [2021-07-16T17:12:54.532Z] Removing intermediate container 4150f3f8b81c [2021-07-16T17:12:54.532Z] ---> c4a37ef72096 [2021-07-16T17:12:54.532Z] Step 9/10 : COPY . . [2021-07-16T17:12:55.515Z] ---> 265f6bafbb39 [2021-07-16T17:12:55.515Z] Step 10/10 : RUN go mod download [2021-07-16T17:12:55.515Z] ---> Running in cbafe25b43cc [2021-07-16T17:13:22.375Z] Removing intermediate container cbafe25b43cc [2021-07-16T17:13:22.375Z] ---> 10a3ceb6666e [2021-07-16T17:13:22.375Z] Successfully built 10a3ceb6666e [2021-07-16T17:13:22.375Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-07-16T17:13:22.745Z] + docker inspect -f . ci-base-image-arm64 [2021-07-16T17:13:22.745Z] . [Pipeline] withDockerContainer [2021-07-16T17:13:23.010Z] prd-ubuntu18.04-docker-arm64-4c-16g-3103 does not seem to be running inside a container [2021-07-16T17:13:23.108Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rfid-llrp-go/9 -v /w/workspace/device-rfid-llrp-go/9:/w/workspace/device-rfid-llrp-go/9:rw,z -v /w/workspace/device-rfid-llrp-go/9@tmp:/w/workspace/device-rfid-llrp-go/9@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-16T17:13:25.044Z] $ docker top 918211e933354bbb616939fc5f5613aeca24b82abc741c72865568ab8bb44a6a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-16T17:13:26.063Z] + go version [2021-07-16T17:13:26.063Z] go version go1.16.5 linux/arm64 [Pipeline] } [2021-07-16T17:13:26.102Z] $ docker stop --time=1 918211e933354bbb616939fc5f5613aeca24b82abc741c72865568ab8bb44a6a [2021-07-16T17:13:28.122Z] $ docker rm -f 918211e933354bbb616939fc5f5613aeca24b82abc741c72865568ab8bb44a6a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-16T17:13:28.936Z] + docker inspect -f . ci-base-image-arm64 [2021-07-16T17:13:28.936Z] . [Pipeline] withDockerContainer [2021-07-16T17:13:29.309Z] prd-ubuntu18.04-docker-arm64-4c-16g-3103 does not seem to be running inside a container [2021-07-16T17:13:29.433Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rfid-llrp-go/9 -v /w/workspace/device-rfid-llrp-go/9:/w/workspace/device-rfid-llrp-go/9:rw,z -v /w/workspace/device-rfid-llrp-go/9@tmp:/w/workspace/device-rfid-llrp-go/9@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-16T17:13:31.370Z] $ docker top 4daf575d221ebbbc372db1f2e9b70261f87c638dfe345b2f2b327ab6bdabaf00 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-16T17:13:32.449Z] + go mod tidy [Pipeline] sh [2021-07-16T17:13:33.740Z] + make test [2021-07-16T17:13:33.740Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-07-16T17:13:35.197Z] ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] [2021-07-16T17:14:07.628Z] # github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [2021-07-16T17:14:07.628Z] /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.60/bootstrap/logging/factory.go:29:9: undefined: logger.NewClientStdOut [2021-07-16T17:14:07.628Z] /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-16T17:14:07.628Z] have (string, bool, string, string) [2021-07-16T17:14:07.628Z] want (string, string) [2021-07-16T17:14:26.075Z] FAIL github.com/edgexfoundry/device-rfid-llrp-go/internal/driver [build failed] [2021-07-16T17:14:26.075Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.511s coverage: 51.9% of statements [2021-07-16T17:14:26.075Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.069s coverage: 96.4% of statements [2021-07-16T17:14:26.075Z] make: *** [Makefile:26: test] Error 2 [Pipeline] } [2021-07-16T17:14:26.107Z] $ docker stop --time=1 4daf575d221ebbbc372db1f2e9b70261f87c638dfe345b2f2b327ab6bdabaf00 [2021-07-16T17:14:28.278Z] $ docker rm -f 4daf575d221ebbbc372db1f2e9b70261f87c638dfe345b2f2b327ab6bdabaf00 [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-16T17:14:29.494Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-07-16T17:14:29.494Z] [2021-07-16T17:14:29.494Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2021-07-16T17:14:29.869Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-07-16T17:14:30.147Z] arm64: Pulling from edgex-lftools-log-publisher [2021-07-16T17:14:30.147Z] 448f6bf000e3: Pulling fs layer [2021-07-16T17:14:30.147Z] f757da607395: Pulling fs layer [2021-07-16T17:14:30.147Z] 05883995daec: Pulling fs layer [2021-07-16T17:14:30.147Z] 8603b9c90790: Pulling fs layer [2021-07-16T17:14:30.147Z] 1560dd03e051: Pulling fs layer [2021-07-16T17:14:30.147Z] 27f5ce0e4adf: Pulling fs layer [2021-07-16T17:14:30.147Z] c2d8d7efcc4b: Pulling fs layer [2021-07-16T17:14:30.147Z] 27f5ce0e4adf: Waiting [2021-07-16T17:14:30.147Z] c2d8d7efcc4b: Waiting [2021-07-16T17:14:30.147Z] 1560dd03e051: Waiting [2021-07-16T17:14:30.426Z] f757da607395: Verifying Checksum [2021-07-16T17:14:30.426Z] f757da607395: Download complete [2021-07-16T17:14:30.426Z] 8603b9c90790: Verifying Checksum [2021-07-16T17:14:30.426Z] 8603b9c90790: Download complete [2021-07-16T17:14:30.705Z] 1560dd03e051: Verifying Checksum [2021-07-16T17:14:30.705Z] 27f5ce0e4adf: Verifying Checksum [2021-07-16T17:14:30.705Z] 27f5ce0e4adf: Download complete [2021-07-16T17:14:30.705Z] 05883995daec: Verifying Checksum [2021-07-16T17:14:30.705Z] 05883995daec: Download complete [2021-07-16T17:14:31.383Z] 448f6bf000e3: Verifying Checksum [2021-07-16T17:14:34.799Z] c2d8d7efcc4b: Verifying Checksum [2021-07-16T17:14:34.799Z] c2d8d7efcc4b: Download complete [2021-07-16T17:14:35.075Z] 448f6bf000e3: Pull complete [2021-07-16T17:14:36.061Z] f757da607395: Pull complete [2021-07-16T17:14:37.511Z] 05883995daec: Pull complete [2021-07-16T17:14:37.793Z] 8603b9c90790: Pull complete [2021-07-16T17:14:38.785Z] 1560dd03e051: Pull complete [2021-07-16T17:14:39.390Z] 27f5ce0e4adf: Pull complete [2021-07-16T17:14:54.510Z] c2d8d7efcc4b: Pull complete [2021-07-16T17:14:54.510Z] Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 [2021-07-16T17:14:54.510Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-07-16T17:14:54.510Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2021-07-16T17:14:54.833Z] prd-ubuntu18.04-docker-arm64-4c-16g-3103 does not seem to be running inside a container [2021-07-16T17:14:54.946Z] $ 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/9 -v /w/workspace/device-rfid-llrp-go/9:/w/workspace/device-rfid-llrp-go/9:rw,z -v /w/workspace/device-rfid-llrp-go/9@tmp:/w/workspace/device-rfid-llrp-go/9@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-16T17:14:59.030Z] $ docker top 84accc10d1d38d89058d90d6cd567fe36567869577023b116110ce981ef48c8d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-07-16T17:15:00.074Z] ---> job-cost.sh [2021-07-16T17:15:00.074Z] lf-activate-venv: SKIPPING [2021-07-16T17:15:00.074Z] INFO: No Stack... [2021-07-16T17:15:01.053Z] INFO: Retrieving Pricing Info for: v2-standard-4 [2021-07-16T17:15:01.356Z] INFO: Archiving Costs [Pipeline] sh [2021-07-16T17:15:02.069Z] + + catcut /w/workspace/device-rfid-llrp-go/9/archives/cost.csv -d, [2021-07-16T17:15:02.069Z] -f6 [Pipeline] lock [2021-07-16T17:15:02.181Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-29-9-stack-cost] [2021-07-16T17:15:02.227Z] Resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-29-9-stack-cost] did not exist. Created. [2021-07-16T17:15:02.227Z] Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-29-9-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-07-16T17:15:03.028Z] /w/workspace/device-rfid-llrp-go/9@tmp/durable-a0962736/script.sh: 1: /w/workspace/device-rfid-llrp-go/9@tmp/durable-a0962736/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-07-16T17:15:03.834Z] + echo total: 0.18000000715255737 [Pipeline] stash [2021-07-16T17:15:03.870Z] Warning: overwriting stash ‘stack-cost’ [2021-07-16T17:15:04.452Z] Stashed 1 file(s) [Pipeline] } [2021-07-16T17:15:04.468Z] Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-29-9-stack-cost] [Pipeline] // lock [Pipeline] } [2021-07-16T17:15:04.501Z] $ docker stop --time=1 84accc10d1d38d89058d90d6cd567fe36567869577023b116110ce981ef48c8d [2021-07-16T17:15:06.151Z] $ docker rm -f 84accc10d1d38d89058d90d6cd567fe36567869577023b116110ce981ef48c8d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-07-16T17:15:06.663Z] 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-16T17:15:08.254Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-16T17:15:08.863Z] ---> package-listing.sh [2021-07-16T17:15:08.863Z] ++ facter osfamily [2021-07-16T17:15:08.863Z] ++ tr '[:upper:]' '[:lower:]' [2021-07-16T17:15:09.134Z] + OS_FAMILY=redhat [2021-07-16T17:15:09.134Z] + workspace=/w/workspace/oundry_device-rfid-llrp-go_PR-29 [2021-07-16T17:15:09.134Z] + START_PACKAGES=/tmp/packages_start.txt [2021-07-16T17:15:09.134Z] + END_PACKAGES=/tmp/packages_end.txt [2021-07-16T17:15:09.135Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-07-16T17:15:09.135Z] + PACKAGES=/tmp/packages_start.txt [2021-07-16T17:15:09.135Z] + '[' /w/workspace/oundry_device-rfid-llrp-go_PR-29 ']' [2021-07-16T17:15:09.135Z] + PACKAGES=/tmp/packages_end.txt [2021-07-16T17:15:09.135Z] + case "${OS_FAMILY}" in [2021-07-16T17:15:09.135Z] + rpm -qa [2021-07-16T17:15:09.135Z] + sort [2021-07-16T17:15:09.737Z] + '[' -f /tmp/packages_start.txt ']' [2021-07-16T17:15:09.737Z] + '[' -f /tmp/packages_end.txt ']' [2021-07-16T17:15:09.737Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-07-16T17:15:09.737Z] + '[' /w/workspace/oundry_device-rfid-llrp-go_PR-29 ']' [2021-07-16T17:15:09.737Z] + mkdir -p /w/workspace/oundry_device-rfid-llrp-go_PR-29/archives/ [2021-07-16T17:15:09.737Z] + 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-16T17:15:09.755Z] 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-16T17:15:10.057Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-07-16T17:15:10.671Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-07-16T17:15:10.671Z] [2021-07-16T17:15:10.671Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-07-16T17:15:11.004Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-07-16T17:15:11.004Z] latest: Pulling from edgex-lftools-log-publisher [2021-07-16T17:15:11.004Z] b4d181a07f80: Pulling fs layer [2021-07-16T17:15:11.004Z] a1111a8f2ec3: Pulling fs layer [2021-07-16T17:15:11.004Z] ed53099fbce6: Pulling fs layer [2021-07-16T17:15:11.004Z] dc539afda2c1: Pulling fs layer [2021-07-16T17:15:11.004Z] 77bc0d833cb6: Pulling fs layer [2021-07-16T17:15:11.004Z] 9065ff56babe: Pulling fs layer [2021-07-16T17:15:11.004Z] d287ab97295c: Pulling fs layer [2021-07-16T17:15:11.004Z] dc539afda2c1: Waiting [2021-07-16T17:15:11.004Z] 77bc0d833cb6: Waiting [2021-07-16T17:15:11.004Z] 9065ff56babe: Waiting [2021-07-16T17:15:11.004Z] d287ab97295c: Waiting [2021-07-16T17:15:11.274Z] a1111a8f2ec3: Verifying Checksum [2021-07-16T17:15:11.274Z] a1111a8f2ec3: Download complete [2021-07-16T17:15:11.274Z] dc539afda2c1: Verifying Checksum [2021-07-16T17:15:11.274Z] dc539afda2c1: Download complete [2021-07-16T17:15:11.542Z] 77bc0d833cb6: Verifying Checksum [2021-07-16T17:15:11.542Z] 77bc0d833cb6: Download complete [2021-07-16T17:15:11.542Z] 9065ff56babe: Verifying Checksum [2021-07-16T17:15:11.542Z] 9065ff56babe: Download complete [2021-07-16T17:15:11.810Z] ed53099fbce6: Verifying Checksum [2021-07-16T17:15:11.810Z] ed53099fbce6: Download complete [2021-07-16T17:15:12.404Z] b4d181a07f80: Verifying Checksum [2021-07-16T17:15:12.404Z] b4d181a07f80: Download complete [2021-07-16T17:15:13.829Z] b4d181a07f80: Pull complete [2021-07-16T17:15:13.829Z] a1111a8f2ec3: Pull complete [2021-07-16T17:15:14.421Z] ed53099fbce6: Pull complete [2021-07-16T17:15:14.691Z] dc539afda2c1: Pull complete [2021-07-16T17:15:14.959Z] 77bc0d833cb6: Pull complete [2021-07-16T17:15:14.959Z] 9065ff56babe: Pull complete [2021-07-16T17:15:16.380Z] d287ab97295c: Verifying Checksum [2021-07-16T17:15:16.380Z] d287ab97295c: Download complete [2021-07-16T17:15:21.769Z] d287ab97295c: Pull complete [2021-07-16T17:15:21.769Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-07-16T17:15:21.769Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-07-16T17:15:21.769Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-07-16T17:15:21.886Z] prd-centos7-docker-4c-2g-3098 does not seem to be running inside a container [2021-07-16T17:15:21.952Z] $ 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-16T17:15:24.312Z] $ docker top 3a5408e5927772b88b791b9234f466f2efd4269a1a391a944fc02a101253fbb0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-16T17:15:24.738Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-07-16T17:15:25.079Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2021-07-16T17:15:25.422Z] + ls /var/log/sa-host [2021-07-16T17:15:25.422Z] + sadf -c /var/log/sa-host/sa05 [2021-07-16T17:15:25.422Z] file_magic: OK [2021-07-16T17:15:25.422Z] HZ: Using current value: 100 [2021-07-16T17:15:25.422Z] file_header: OK [2021-07-16T17:15:25.422Z] 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-16T17:15:25.422Z] Statistics: [2021-07-16T17:15:25.422Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-07-16T17:15:25.422Z] File successfully converted to sysstat format version 12.0.3 [2021-07-16T17:15:25.422Z] + sadf -c /var/log/sa-host/sa16 [2021-07-16T17:15:25.422Z] file_magic: OK [2021-07-16T17:15:25.422Z] HZ: Using current value: 100 [2021-07-16T17:15:25.422Z] file_header: OK [2021-07-16T17:15:25.422Z] 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-16T17:15:25.422Z] Statistics: [2021-07-16T17:15:25.422Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-07-16T17:15:25.422Z] File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-07-16T17:15:25.651Z] provisioning config files... [2021-07-16T17:15:25.669Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp/config1913022272557697104tmp [Pipeline] { [Pipeline] echo [2021-07-16T17:15:25.696Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-16T17:15:26.010Z] ---> create-netrc.sh [Pipeline] } [2021-07-16T17:15:26.027Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2021-07-16T17:15:26.415Z] ---> python-tools-install.sh [Pipeline] echo [2021-07-16T17:15:26.431Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-16T17:15:26.763Z] ---> sudo-logs.sh [2021-07-16T17:15:26.763Z] Archiving 'sudo' log.. [2021-07-16T17:15:26.763Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-3098.vexxhost.local: Name or service not known [2021-07-16T17:15:26.763Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-3098.vexxhost.local: Name or service not known [Pipeline] unstash [Pipeline] echo [2021-07-16T17:15:26.839Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-16T17:15:27.174Z] ---> job-cost.sh [2021-07-16T17:15:27.174Z] lf-activate-venv: SKIPPING [2021-07-16T17:15:27.174Z] DEBUG: total: 0.18000000715255737 [2021-07-16T17:15:27.174Z] INFO: Retrieving Stack Cost... [2021-07-16T17:15:28.143Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-07-16T17:15:28.412Z] INFO: Archiving Costs [Pipeline] echo [2021-07-16T17:15:28.436Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-16T17:15:28.774Z] ---> logs-deploy.sh [2021-07-16T17:15:28.774Z] lf-activate-venv: SKIPPING [2021-07-16T17:15:28.774Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rfid-llrp-go/PR-29/9 [2021-07-16T17:15:28.774Z] INFO: archiving workspace using pattern(s): [2021-07-16T17:15:29.747Z] Archives upload complete. [2021-07-16T17:15:29.747Z] INFO: archiving logs to Nexus