Branch indexing Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 37381ec3f65a6d1c524847dd5b265be5d59be2fc+9eabae5d0b8447ec436d7ae13a4bd32fe3887095 (d846fe8d09ca7fd7a971085aadeb9674a94f04c6) 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-ssh528018285529823851.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision c141c1271097dc03ad291c2451e310eaf98cdd06 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-ssh9016276705391296523.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 c141c1271097dc03ad291c2451e310eaf98cdd06 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-ssh5513283753732864086.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision c141c1271097dc03ad291c2451e310eaf98cdd06 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f c141c1271097dc03ad291c2451e310eaf98cdd06 # timeout=10 Commit message: "Merge pull request #355 from ernestojeda/error-check-post-build" > 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-ssh6739040503849900311.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 9bc0e518fca0494fd51682b06eec2da29a326327 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-ssh9165465603264555051.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 9bc0e518fca0494fd51682b06eec2da29a326327 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 9bc0e518fca0494fd51682b06eec2da29a326327 # timeout=10 Commit message: "Merge "Fix: Make archiveArtifacts overwriteable in lfJava"" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-rfid-llrp-go, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-rfid-llrp-go-settings PROJECT: device-rfid-llrp-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-rfid-llrp DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-2057 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-ssh895681683055834478.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 9eabae5d0b8447ec436d7ae13a4bd32fe3887095 into PR head commit 37381ec3f65a6d1c524847dd5b265be5d59be2fc Merge succeeded, producing 6ab3a28f2b4e5662a05cc6da8d87542ba8af3382 Checking out Revision 6ab3a28f2b4e5662a05cc6da8d87542ba8af3382 (PR-29) > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp/jenkins-gitclient-ssh2765520305594484982.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/pull/29/head:refs/remotes/origin/PR-29 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 37381ec3f65a6d1c524847dd5b265be5d59be2fc # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp/jenkins-gitclient-ssh13673687345283724.key > git merge 9eabae5d0b8447ec436d7ae13a4bd32fe3887095 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6ab3a28f2b4e5662a05cc6da8d87542ba8af3382 # timeout=10 Commit message: "Merge commit '9eabae5d0b8447ec436d7ae13a4bd32fe3887095' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk 7e7ef3aae4522d17b5d0ce2fe4de7150dc9da8f2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-10-05T09:06:35.241Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-10-05T09:06:35.417Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-10-05T09:06:35.448Z] ========================================================= [2021-10-05T09:06:35.448Z] EdgeX Global Pipelines Version Info [2021-10-05T09:06:35.448Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-10-05T09:06:36.719Z] ------------------- [2021-10-05T09:06:36.720Z] stable info: [2021-10-05T09:06:36.720Z] ------------------- [2021-10-05T09:06:36.720Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-10-05T09:06:36.720Z] Commit SHA: c141c1271097dc03ad291c2451e310eaf98cdd06 [2021-10-05T09:06:36.720Z] Message: update stable to v1.0.206 [2021-10-05T09:06:37.304Z] ------------------- [2021-10-05T09:06:37.304Z] experimental info: [2021-10-05T09:06:37.304Z] ------------------- [2021-10-05T09:06:37.304Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-10-05T09:06:37.304Z] Commit SHA: c141c1271097dc03ad291c2451e310eaf98cdd06 [2021-10-05T09:06:37.304Z] Message: update experimental to v1.0.206 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-10-05T09:06:37.450Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rfid-llrp-go-settings [Pipeline] echo [2021-10-05T09:06:37.477Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rfid-llrp-go [Pipeline] echo [2021-10-05T09:06:37.503Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-10-05T09:06:37.529Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-10-05T09:06:37.555Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-10-05T09:06:37.581Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-10-05T09:06:37.608Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-10-05T09:06:37.634Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-10-05T09:06:37.660Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-10-05T09:06:37.685Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-10-05T09:06:37.710Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-10-05T09:06:37.736Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2021-10-05T09:06:37.761Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rfid-llrp [Pipeline] echo [2021-10-05T09:06:37.786Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-10-05T09:06:37.810Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-10-05T09:06:37.835Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-10-05T09:06:37.860Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-10-05T09:06:37.885Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-10-05T09:06:37.910Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-10-05T09:06:37.935Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-10-05T09:06:37.960Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-10-05T09:06:37.985Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-10-05T09:06:38.010Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-10-05T09:06:38.034Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-10-05T09:06:38.060Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-10-05T09:06:38.086Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-10-05T09:06:38.112Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-10-05T09:06:38.137Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-29 [Pipeline] echo [2021-10-05T09:06:38.162Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-29 [Pipeline] echo [2021-10-05T09:06:38.187Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-29 [Pipeline] echo [2021-10-05T09:06:38.212Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6ab3a28f2b4e5662a05cc6da8d87542ba8af3382 [Pipeline] echo [2021-10-05T09:06:38.237Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6ab3a28 [Pipeline] echo [2021-10-05T09:06:38.263Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-10-05T09:06:38.342Z] provisioning config files... [2021-10-05T09:06:38.363Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp/config3856207336437461495tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-10-05T09:06:38.707Z] ---> docker-login.sh [2021-10-05T09:06:38.707Z] nexus3.edgexfoundry.org:10001 [2021-10-05T09:06:38.707Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-05T09:06:38.975Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-05T09:06:38.975Z] Configure a credential helper to remove this warning. See [2021-10-05T09:06:38.975Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-05T09:06:38.975Z] [2021-10-05T09:06:38.975Z] Login Succeeded [2021-10-05T09:06:38.975Z] nexus3.edgexfoundry.org:10002 [2021-10-05T09:06:38.975Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-05T09:06:39.243Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-05T09:06:39.243Z] Configure a credential helper to remove this warning. See [2021-10-05T09:06:39.243Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-05T09:06:39.243Z] [2021-10-05T09:06:39.243Z] Login Succeeded [2021-10-05T09:06:39.243Z] nexus3.edgexfoundry.org:10003 [2021-10-05T09:06:39.243Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-05T09:06:39.243Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-05T09:06:39.243Z] Configure a credential helper to remove this warning. See [2021-10-05T09:06:39.243Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-05T09:06:39.243Z] [2021-10-05T09:06:39.243Z] Login Succeeded [2021-10-05T09:06:39.243Z] nexus3.edgexfoundry.org:10004 [2021-10-05T09:06:39.513Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-05T09:06:39.513Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-05T09:06:39.513Z] Configure a credential helper to remove this warning. See [2021-10-05T09:06:39.513Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-05T09:06:39.513Z] [2021-10-05T09:06:39.513Z] Login Succeeded [2021-10-05T09:06:39.513Z] docker.io [2021-10-05T09:06:39.513Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-05T09:06:40.098Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-05T09:06:40.098Z] Configure a credential helper to remove this warning. See [2021-10-05T09:06:40.098Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-05T09:06:40.098Z] [2021-10-05T09:06:40.098Z] Login Succeeded [2021-10-05T09:06:40.098Z] ---> docker-login.sh ends [Pipeline] } [2021-10-05T09:06:40.111Z] 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-10-05T09:06:40.653Z] + git log --format=format:%s -1 6ab3a28f2b4e5662a05cc6da8d87542ba8af3382 [Pipeline] echo [2021-10-05T09:06:40.706Z] GIT_COMMIT: 6ab3a28f2b4e5662a05cc6da8d87542ba8af3382, Commit Message: Merge commit '9eabae5d0b8447ec436d7ae13a4bd32fe3887095' into HEAD [Pipeline] echo [2021-10-05T09:06:40.722Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-10-05T09:06:41.826Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-10-05T09:06:41.826Z] [2021-10-05T09:06:41.826Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-10-05T09:06:42.160Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-10-05T09:06:42.160Z] latest: Pulling from edgex-devops/git-semver [2021-10-05T09:06:42.160Z] 31603596830f: Pulling fs layer [2021-10-05T09:06:42.160Z] 04fac38145f0: Pulling fs layer [2021-10-05T09:06:42.160Z] 701f6daf10bf: Pulling fs layer [2021-10-05T09:06:42.160Z] 24f72da36158: Pulling fs layer [2021-10-05T09:06:42.160Z] 24f72da36158: Waiting [2021-10-05T09:06:42.160Z] 04fac38145f0: Verifying Checksum [2021-10-05T09:06:42.160Z] 04fac38145f0: Download complete [2021-10-05T09:06:42.428Z] 31603596830f: Verifying Checksum [2021-10-05T09:06:42.428Z] 31603596830f: Download complete [2021-10-05T09:06:42.428Z] 24f72da36158: Verifying Checksum [2021-10-05T09:06:42.428Z] 24f72da36158: Download complete [2021-10-05T09:06:42.428Z] 701f6daf10bf: Verifying Checksum [2021-10-05T09:06:42.428Z] 701f6daf10bf: Download complete [2021-10-05T09:06:42.697Z] 31603596830f: Pull complete [2021-10-05T09:06:42.697Z] 04fac38145f0: Pull complete [2021-10-05T09:06:43.295Z] 701f6daf10bf: Pull complete [2021-10-05T09:06:43.574Z] 24f72da36158: Pull complete [2021-10-05T09:06:43.575Z] Digest: sha256:4df6d42b0a42de7465b316d5d101e9e577e29cf163494206da03a6bf8561ec42 [2021-10-05T09:06:43.575Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-10-05T09:06:43.575Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-10-05T09:06:43.675Z] prd-centos7-docker-4c-2g-2057 does not seem to be running inside a container [2021-10-05T09:06:43.742Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-10-05T09:06:44.951Z] $ docker top 9d38fac66aa42c2036dd105872784c3fedbf47039fea4118e0bac955be9029e5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-10-05T09:06:45.082Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-10-05T09:06:45.082Z] [ssh-agent] Looking for ssh-agent implementation... [2021-10-05T09:06:45.204Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-10-05T09:06:45.208Z] $ docker exec 9d38fac66aa42c2036dd105872784c3fedbf47039fea4118e0bac955be9029e5 ssh-agent [2021-10-05T09:06:45.330Z] SSH_AUTH_SOCK=/tmp/ssh-IuqmJPEVGnd1/agent.14 [2021-10-05T09:06:45.330Z] SSH_AGENT_PID=20 [2021-10-05T09:06:45.344Z] Running ssh-add (command line suppressed) [2021-10-05T09:06:45.458Z] Identity added: /w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp/private_key_5728542134256571414.key (/w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp/private_key_5728542134256571414.key) [2021-10-05T09:06:45.475Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-10-05T09:06:45.793Z] + git tag --points-at HEAD [Pipeline] } [2021-10-05T09:06:45.818Z] $ docker exec --env ******** --env ******** 9d38fac66aa42c2036dd105872784c3fedbf47039fea4118e0bac955be9029e5 ssh-agent -k [2021-10-05T09:06:45.918Z] unset SSH_AUTH_SOCK; [2021-10-05T09:06:45.919Z] unset SSH_AGENT_PID; [2021-10-05T09:06:45.919Z] echo Agent pid 20 killed; [2021-10-05T09:06:45.934Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-10-05T09:06:45.974Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-10-05T09:06:45.974Z] [ssh-agent] Looking for ssh-agent implementation... [2021-10-05T09:06:46.105Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-10-05T09:06:46.109Z] $ docker exec 9d38fac66aa42c2036dd105872784c3fedbf47039fea4118e0bac955be9029e5 ssh-agent [2021-10-05T09:06:46.226Z] SSH_AUTH_SOCK=/tmp/ssh-u0gMbFT1JjJV/agent.54 [2021-10-05T09:06:46.226Z] SSH_AGENT_PID=60 [2021-10-05T09:06:46.235Z] Running ssh-add (command line suppressed) [2021-10-05T09:06:46.361Z] Identity added: /w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp/private_key_7999388420400590477.key (/w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp/private_key_7999388420400590477.key) [2021-10-05T09:06:46.384Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-10-05T09:06:46.708Z] + git semver init [2021-10-05T09:06:46.708Z] # -> Open(): unable to determine branch for HEAD [2021-10-05T09:06:46.708Z] # $GIT_DIR = /w/workspace/oundry_device-rfid-llrp-go_PR-29/.git [2021-10-05T09:06:46.708Z] # $GIT_WORK_TREE = /w/workspace/oundry_device-rfid-llrp-go_PR-29 [2021-10-05T09:06:46.708Z] # $SEMVER_REMOTE_NAME = origin [2021-10-05T09:06:46.708Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-10-05T09:06:46.708Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-10-05T09:06:46.708Z] # $SEMVER_BRANCH = PR-29 [2021-10-05T09:06:46.708Z] # $SEMVER_TEMP = /tmp/semver-422521549 [2021-10-05T09:06:46.708Z] # git clone --branch semver git@github.com:edgexfoundry/device-rfid-llrp-go.git $SEMVER_TEMP [2021-10-05T09:06:47.296Z] # '/tmp/semver-422521549' -> '/w/workspace/oundry_device-rfid-llrp-go_PR-29/.semver' [2021-10-05T09:06:47.296Z] # -> Force: false [2021-10-05T09:06:47.296Z] # $SEMVER_DIR = /w/workspace/oundry_device-rfid-llrp-go_PR-29/.semver [Pipeline] } [2021-10-05T09:06:47.314Z] $ docker exec --env ******** --env ******** 9d38fac66aa42c2036dd105872784c3fedbf47039fea4118e0bac955be9029e5 ssh-agent -k [2021-10-05T09:06:47.440Z] unset SSH_AUTH_SOCK; [2021-10-05T09:06:47.441Z] unset SSH_AGENT_PID; [2021-10-05T09:06:47.441Z] echo Agent pid 60 killed; [2021-10-05T09:06:47.455Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-10-05T09:06:47.810Z] + git semver [Pipeline] } [2021-10-05T09:06:47.838Z] $ docker stop --time=1 9d38fac66aa42c2036dd105872784c3fedbf47039fea4118e0bac955be9029e5 [2021-10-05T09:06:49.061Z] $ docker rm -f 9d38fac66aa42c2036dd105872784c3fedbf47039fea4118e0bac955be9029e5 [Pipeline] // withDockerContainer [Pipeline] sh [2021-10-05T09:06:49.445Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-10-05T09:06:49.798Z] Stashed 1 file(s) [Pipeline] echo [2021-10-05T09:06:49.801Z] [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-10-05T09:07:05.119Z] Still waiting to schedule task [2021-10-05T09:07:05.120Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-10-05T09:07:05.125Z] Still waiting to schedule task [2021-10-05T09:07:05.125Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-10-05T09:08:25.968Z] Running on prd-centos7-docker-4c-2g-2060 in /w/workspace/oundry_device-rfid-llrp-go_PR-29 [Pipeline] { [Pipeline] ws [2021-10-05T09:08:25.988Z] Running in /w/workspace/device-rfid-llrp-go/16 [Pipeline] { [Pipeline] checkout [2021-10-05T09:08:26.122Z] Selected Git installation does not exist. Using Default [2021-10-05T09:08:26.122Z] The recommended git tool is: NONE [2021-10-05T09:08:28.917Z] using credential edgex-jenkins-ssh [2021-10-05T09:08:28.934Z] Cloning the remote Git repository [2021-10-05T09:08:28.957Z] Cloning repository git@github.com:edgexfoundry/device-rfid-llrp-go.git [2021-10-05T09:08:29.025Z] > git init /w/workspace/device-rfid-llrp-go/16 # timeout=10 [2021-10-05T09:08:29.072Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git [2021-10-05T09:08:29.073Z] > git --version # timeout=10 [2021-10-05T09:08:29.081Z] > git --version # 'git version 2.24.4' [2021-10-05T09:08:29.081Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-05T09:08:29.113Z] [INFO] Currently running in a labeled security context [2021-10-05T09:08:29.113Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-10-05T09:08:29.113Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-rfid-llrp-go/16@tmp/jenkins-gitclient-ssh2691489697954663660.key [2021-10-05T09:08:29.137Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-10-05T09:08:30.351Z] Merging remotes/origin/main commit 9eabae5d0b8447ec436d7ae13a4bd32fe3887095 into PR head commit 37381ec3f65a6d1c524847dd5b265be5d59be2fc [2021-10-05T09:08:30.477Z] Merge succeeded, producing 98c255389b2f69ebd7aad767a0285449fd4ecf00 [2021-10-05T09:08:30.477Z] Checking out Revision 98c255389b2f69ebd7aad767a0285449fd4ecf00 (PR-29) [2021-10-05T09:08:29.815Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 [2021-10-05T09:08:29.826Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-10-05T09:08:29.839Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 [2021-10-05T09:08:29.861Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git [2021-10-05T09:08:29.862Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-05T09:08:29.863Z] [INFO] Currently running in a labeled security context [2021-10-05T09:08:29.863Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-10-05T09:08:29.863Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-rfid-llrp-go/16@tmp/jenkins-gitclient-ssh7224472079072847975.key [2021-10-05T09:08:29.873Z] > 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-10-05T09:08:30.361Z] > git config core.sparsecheckout # timeout=10 [2021-10-05T09:08:30.370Z] > git checkout -f 37381ec3f65a6d1c524847dd5b265be5d59be2fc # timeout=10 [2021-10-05T09:08:30.410Z] > git remote # timeout=10 [2021-10-05T09:08:30.418Z] > git config --get remote.origin.url # timeout=10 [2021-10-05T09:08:30.422Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-05T09:08:30.424Z] [INFO] Currently running in a labeled security context [2021-10-05T09:08:30.424Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-10-05T09:08:30.424Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-rfid-llrp-go/16@tmp/jenkins-gitclient-ssh4541584599932880742.key [2021-10-05T09:08:30.431Z] > git merge 9eabae5d0b8447ec436d7ae13a4bd32fe3887095 # timeout=10 [2021-10-05T09:08:30.468Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-10-05T09:08:30.479Z] > git config core.sparsecheckout # timeout=10 [2021-10-05T09:08:30.492Z] > git checkout -f 98c255389b2f69ebd7aad767a0285449fd4ecf00 # timeout=10 [2021-10-05T09:08:34.244Z] Commit message: "Merge commit '9eabae5d0b8447ec436d7ae13a4bd32fe3887095' into HEAD" [2021-10-05T09:08:34.264Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [2021-10-05T09:08:34.247Z] > git rev-list --no-walk 7e7ef3aae4522d17b5d0ce2fe4de7150dc9da8f2 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-10-05T09:08:34.641Z] provisioning config files... [2021-10-05T09:08:34.692Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/device-rfid-llrp-go/16@tmp/config4732501399699922262tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-10-05T09:08:35.152Z] ---> docker-login.sh [2021-10-05T09:08:35.152Z] nexus3.edgexfoundry.org:10001 [2021-10-05T09:08:35.152Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-05T09:08:35.422Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-05T09:08:35.422Z] Configure a credential helper to remove this warning. See [2021-10-05T09:08:35.422Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-05T09:08:35.422Z] [2021-10-05T09:08:35.422Z] Login Succeeded [2021-10-05T09:08:35.422Z] nexus3.edgexfoundry.org:10002 [2021-10-05T09:08:35.422Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-05T09:08:35.422Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-05T09:08:35.422Z] Configure a credential helper to remove this warning. See [2021-10-05T09:08:35.422Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-05T09:08:35.422Z] [2021-10-05T09:08:35.422Z] Login Succeeded [2021-10-05T09:08:35.422Z] nexus3.edgexfoundry.org:10003 [2021-10-05T09:08:35.692Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-05T09:08:35.692Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-05T09:08:35.692Z] Configure a credential helper to remove this warning. See [2021-10-05T09:08:35.692Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-05T09:08:35.692Z] [2021-10-05T09:08:35.692Z] Login Succeeded [2021-10-05T09:08:35.692Z] nexus3.edgexfoundry.org:10004 [2021-10-05T09:08:35.692Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-05T09:08:35.958Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-05T09:08:35.958Z] Configure a credential helper to remove this warning. See [2021-10-05T09:08:35.958Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-05T09:08:35.958Z] [2021-10-05T09:08:35.958Z] Login Succeeded [2021-10-05T09:08:35.958Z] docker.io [2021-10-05T09:08:35.958Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-05T09:08:36.228Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-05T09:08:36.228Z] Configure a credential helper to remove this warning. See [2021-10-05T09:08:36.228Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-05T09:08:36.228Z] [2021-10-05T09:08:36.228Z] Login Succeeded [2021-10-05T09:08:36.228Z] ---> docker-login.sh ends [Pipeline] } [2021-10-05T09:08:36.277Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-10-05T09:08:36.458Z] ========================================================= [2021-10-05T09:08:36.458Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-10-05T09:08:36.458Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2021-10-05T09:08:36.796Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine --build-arg 'MAKE=echo noop' --target=builder . [2021-10-05T09:08:36.797Z] Sending build context to Docker daemon 1.2MB [2021-10-05T09:08:36.797Z] Step 1/14 : ARG BASE=golang:1.16-alpine3.14 [2021-10-05T09:08:36.797Z] Step 2/14 : FROM ${BASE} AS builder [2021-10-05T09:08:36.797Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-10-05T09:08:36.797Z] 540db60ca938: Pulling fs layer [2021-10-05T09:08:36.797Z] adcc1eea9eea: Pulling fs layer [2021-10-05T09:08:36.797Z] 4c4ab2625f07: Pulling fs layer [2021-10-05T09:08:36.797Z] db62176df00c: Pulling fs layer [2021-10-05T09:08:36.797Z] 3b30891b0d05: Pulling fs layer [2021-10-05T09:08:36.797Z] 06b49ca38bd5: Pulling fs layer [2021-10-05T09:08:36.797Z] c788192a36de: Pulling fs layer [2021-10-05T09:08:36.797Z] a77e37c0d609: Pulling fs layer [2021-10-05T09:08:36.797Z] c3185cebc471: Pulling fs layer [2021-10-05T09:08:36.797Z] 06b49ca38bd5: Waiting [2021-10-05T09:08:36.797Z] db62176df00c: Waiting [2021-10-05T09:08:36.797Z] c788192a36de: Waiting [2021-10-05T09:08:36.797Z] a77e37c0d609: Waiting [2021-10-05T09:08:36.797Z] c3185cebc471: Waiting [2021-10-05T09:08:36.797Z] 3b30891b0d05: Waiting [2021-10-05T09:08:37.069Z] 4c4ab2625f07: Download complete [2021-10-05T09:08:37.069Z] adcc1eea9eea: Verifying Checksum [2021-10-05T09:08:37.069Z] adcc1eea9eea: Download complete [2021-10-05T09:08:37.069Z] 3b30891b0d05: Verifying Checksum [2021-10-05T09:08:37.069Z] 3b30891b0d05: Download complete [2021-10-05T09:08:37.069Z] 06b49ca38bd5: Verifying Checksum [2021-10-05T09:08:37.069Z] 06b49ca38bd5: Download complete [2021-10-05T09:08:37.069Z] 540db60ca938: Verifying Checksum [2021-10-05T09:08:37.069Z] 540db60ca938: Download complete [2021-10-05T09:08:37.069Z] c788192a36de: Verifying Checksum [2021-10-05T09:08:37.069Z] c788192a36de: Download complete [2021-10-05T09:08:37.337Z] 540db60ca938: Pull complete [2021-10-05T09:08:37.337Z] adcc1eea9eea: Pull complete [2021-10-05T09:08:37.337Z] 4c4ab2625f07: Pull complete [2021-10-05T09:08:37.931Z] a77e37c0d609: Verifying Checksum [2021-10-05T09:08:37.931Z] a77e37c0d609: Download complete [2021-10-05T09:08:39.348Z] db62176df00c: Verifying Checksum [2021-10-05T09:08:39.348Z] db62176df00c: Download complete [2021-10-05T09:08:39.348Z] c3185cebc471: Verifying Checksum [2021-10-05T09:08:39.348Z] c3185cebc471: Download complete [2021-10-05T09:08:42.702Z] db62176df00c: Pull complete [2021-10-05T09:08:42.969Z] 3b30891b0d05: Pull complete [2021-10-05T09:08:42.969Z] 06b49ca38bd5: Pull complete [2021-10-05T09:08:42.969Z] c788192a36de: Pull complete [2021-10-05T09:08:43.243Z] a77e37c0d609: Pull complete [2021-10-05T09:08:45.891Z] c3185cebc471: Pull complete [2021-10-05T09:08:45.891Z] Digest: sha256:c22a6272cb0662d4dba1bb41e7658fbabc00c875dcca5b7a38fb264b4004f4bd [2021-10-05T09:08:45.891Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-10-05T09:08:45.891Z] ---> 031687cdd783 [2021-10-05T09:08:45.891Z] Step 3/14 : ARG MAKE='make build' [2021-10-05T09:08:46.876Z] ---> Running in 92b8729616d5 [2021-10-05T09:08:47.150Z] Removing intermediate container 92b8729616d5 [2021-10-05T09:08:47.150Z] ---> b25838a06311 [2021-10-05T09:08:47.150Z] Step 4/14 : ARG ALPINE_PKG_BASE="make git" [2021-10-05T09:08:47.150Z] ---> Running in 0945ad89bf06 [2021-10-05T09:08:47.150Z] Removing intermediate container 0945ad89bf06 [2021-10-05T09:08:47.150Z] ---> ef6f06f55bc8 [2021-10-05T09:08:47.150Z] Step 5/14 : ARG ALPINE_PKG_EXTRA="" [2021-10-05T09:08:47.150Z] ---> Running in 56b8366d1ef1 [2021-10-05T09:08:47.150Z] Removing intermediate container 56b8366d1ef1 [2021-10-05T09:08:47.150Z] ---> 11f85ad0581f [2021-10-05T09:08:47.150Z] Step 6/14 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-05T09:08:47.418Z] ---> Running in 1c446491f141 [2021-10-05T09:08:48.006Z] Removing intermediate container 1c446491f141 [2021-10-05T09:08:48.006Z] ---> 3b798bbae295 [2021-10-05T09:08:48.006Z] Step 7/14 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-10-05T09:08:48.006Z] ---> Running in 8bdbe12ff8b6 [2021-10-05T09:08:48.273Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-10-05T09:08:49.232Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-10-05T09:08:49.498Z] OK: 219 MiB in 52 packages [2021-10-05T09:08:49.770Z] Removing intermediate container 8bdbe12ff8b6 [2021-10-05T09:08:49.770Z] ---> 034f1641ee8f [2021-10-05T09:08:49.770Z] Step 8/14 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-rfid-llrp-go [2021-10-05T09:08:49.770Z] ---> Running in 595316b88f4d [2021-10-05T09:08:49.770Z] Removing intermediate container 595316b88f4d [2021-10-05T09:08:49.770Z] ---> a9ac6cd1e1cb [2021-10-05T09:08:49.770Z] Step 9/14 : COPY go.mod . [2021-10-05T09:08:49.770Z] ---> 3f3407fdb3eb [2021-10-05T09:08:49.770Z] Step 10/14 : COPY Makefile . [2021-10-05T09:08:50.038Z] ---> 53d76a37e6be [2021-10-05T09:08:50.038Z] Step 11/14 : RUN make update [2021-10-05T09:08:50.038Z] ---> Running in e165efb56eb1 [2021-10-05T09:08:50.308Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-10-05T09:09:00.404Z] Removing intermediate container e165efb56eb1 [2021-10-05T09:09:00.404Z] ---> bf6f9308c615 [2021-10-05T09:09:00.404Z] Step 12/14 : COPY . . [2021-10-05T09:09:00.404Z] ---> 87faa1b1502a [2021-10-05T09:09:00.404Z] Step 13/14 : RUN go mod tidy [2021-10-05T09:09:00.404Z] ---> Running in a269ffe45503 [2021-10-05T09:09:00.990Z] Removing intermediate container a269ffe45503 [2021-10-05T09:09:00.990Z] ---> b720f9e66c90 [2021-10-05T09:09:00.990Z] Step 14/14 : RUN $MAKE [2021-10-05T09:09:00.990Z] ---> Running in 96414c2311fd [2021-10-05T09:09:01.260Z] noop [2021-10-05T09:09:01.530Z] Removing intermediate container 96414c2311fd [2021-10-05T09:09:01.530Z] ---> 75933da38b09 [2021-10-05T09:09:01.530Z] Successfully built 75933da38b09 [2021-10-05T09:09:01.530Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-10-05T09:09:01.853Z] + docker inspect -f . ci-base-image-x86_64 [2021-10-05T09:09:01.853Z] . [Pipeline] withDockerContainer [2021-10-05T09:09:01.937Z] prd-centos7-docker-4c-2g-2060 does not seem to be running inside a container [2021-10-05T09:09:01.992Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rfid-llrp-go/16 -v /w/workspace/device-rfid-llrp-go/16:/w/workspace/device-rfid-llrp-go/16:rw,z -v /w/workspace/device-rfid-llrp-go/16@tmp:/w/workspace/device-rfid-llrp-go/16@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-10-05T09:09:02.373Z] $ docker top 8cc3d270d0a514ece172b05df0ed419bef9f4ea8fd626936db823496b87d3f50 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-10-05T09:09:02.781Z] + go version [2021-10-05T09:09:02.781Z] go version go1.16.6 linux/amd64 [Pipeline] } [2021-10-05T09:09:02.799Z] $ docker stop --time=1 8cc3d270d0a514ece172b05df0ed419bef9f4ea8fd626936db823496b87d3f50 [2021-10-05T09:09:03.995Z] $ docker rm -f 8cc3d270d0a514ece172b05df0ed419bef9f4ea8fd626936db823496b87d3f50 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-10-05T09:09:04.669Z] + docker inspect -f . ci-base-image-x86_64 [2021-10-05T09:09:04.669Z] . [Pipeline] withDockerContainer [2021-10-05T09:09:04.771Z] prd-centos7-docker-4c-2g-2060 does not seem to be running inside a container [2021-10-05T09:09:04.836Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rfid-llrp-go/16 -v /w/workspace/device-rfid-llrp-go/16:/w/workspace/device-rfid-llrp-go/16:rw,z -v /w/workspace/device-rfid-llrp-go/16@tmp:/w/workspace/device-rfid-llrp-go/16@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-10-05T09:09:05.242Z] $ docker top 0d3eced57c1403ebe8b923239d3f7e0423a6464a8a379354ffa719c8f71d74f4 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2021-10-05T09:09:05.663Z] + go mod tidy [Pipeline] sh [2021-10-05T09:09:06.277Z] + make test [2021-10-05T09:09:06.277Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-10-05T09:09:06.553Z] ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] [2021-10-05T09:09:13.289Z] # github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [2021-10-05T09:09:13.289Z] /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.60/bootstrap/logging/factory.go:29:9: undefined: logger.NewClientStdOut [2021-10-05T09:09:13.289Z] /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-10-05T09:09:13.289Z] have (string, bool, string, string) [2021-10-05T09:09:13.289Z] want (string, string) [2021-10-05T09:09:21.538Z] FAIL github.com/edgexfoundry/device-rfid-llrp-go/internal/driver [build failed] [2021-10-05T09:09:21.538Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.238s coverage: 51.9% of statements [2021-10-05T09:09:21.538Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.024s coverage: 95.5% of statements [2021-10-05T09:09:21.538Z] make: *** [Makefile:26: test] Error 2 [Pipeline] } [2021-10-05T09:09:21.556Z] $ docker stop --time=1 0d3eced57c1403ebe8b923239d3f7e0423a6464a8a379354ffa719c8f71d74f4 [2021-10-05T09:09:22.975Z] $ docker rm -f 0d3eced57c1403ebe8b923239d3f7e0423a6464a8a379354ffa719c8f71d74f4 [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-10-05T09:09:23.952Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-10-05T09:09:23.952Z] [2021-10-05T09:09:23.952Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-10-05T09:09:24.285Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-10-05T09:09:24.285Z] latest: Pulling from edgex-lftools-log-publisher [2021-10-05T09:09:24.285Z] b4d181a07f80: Pulling fs layer [2021-10-05T09:09:24.285Z] a1111a8f2ec3: Pulling fs layer [2021-10-05T09:09:24.285Z] ed53099fbce6: Pulling fs layer [2021-10-05T09:09:24.285Z] dc539afda2c1: Pulling fs layer [2021-10-05T09:09:24.285Z] 77bc0d833cb6: Pulling fs layer [2021-10-05T09:09:24.285Z] 9065ff56babe: Pulling fs layer [2021-10-05T09:09:24.286Z] d287ab97295c: Pulling fs layer [2021-10-05T09:09:24.286Z] 77bc0d833cb6: Waiting [2021-10-05T09:09:24.286Z] 9065ff56babe: Waiting [2021-10-05T09:09:24.286Z] d287ab97295c: Waiting [2021-10-05T09:09:24.286Z] dc539afda2c1: Waiting [2021-10-05T09:09:24.559Z] a1111a8f2ec3: Verifying Checksum [2021-10-05T09:09:24.559Z] a1111a8f2ec3: Download complete [2021-10-05T09:09:24.559Z] dc539afda2c1: Verifying Checksum [2021-10-05T09:09:24.559Z] dc539afda2c1: Download complete [2021-10-05T09:09:24.559Z] ed53099fbce6: Verifying Checksum [2021-10-05T09:09:24.559Z] ed53099fbce6: Download complete [2021-10-05T09:09:24.559Z] 9065ff56babe: Verifying Checksum [2021-10-05T09:09:24.559Z] 9065ff56babe: Download complete [2021-10-05T09:09:24.825Z] b4d181a07f80: Verifying Checksum [2021-10-05T09:09:24.825Z] b4d181a07f80: Download complete [2021-10-05T09:09:24.825Z] 77bc0d833cb6: Verifying Checksum [2021-10-05T09:09:24.825Z] 77bc0d833cb6: Download complete [2021-10-05T09:09:25.812Z] d287ab97295c: Verifying Checksum [2021-10-05T09:09:25.812Z] d287ab97295c: Download complete [2021-10-05T09:09:26.400Z] b4d181a07f80: Pull complete [2021-10-05T09:09:26.400Z] a1111a8f2ec3: Pull complete [2021-10-05T09:09:26.991Z] ed53099fbce6: Pull complete [2021-10-05T09:09:27.261Z] dc539afda2c1: Pull complete [2021-10-05T09:09:27.547Z] 77bc0d833cb6: Pull complete [2021-10-05T09:09:27.547Z] 9065ff56babe: Pull complete [2021-10-05T09:09:34.247Z] d287ab97295c: Pull complete [2021-10-05T09:09:34.247Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-10-05T09:09:34.247Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-10-05T09:09:34.247Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-10-05T09:09:34.329Z] prd-centos7-docker-4c-2g-2060 does not seem to be running inside a container [2021-10-05T09:09:34.377Z] $ 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/16 -v /w/workspace/device-rfid-llrp-go/16:/w/workspace/device-rfid-llrp-go/16:rw,z -v /w/workspace/device-rfid-llrp-go/16@tmp:/w/workspace/device-rfid-llrp-go/16@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-10-05T09:09:36.486Z] $ docker top 9c331c63b3fa7a732e57d92df6a93aa00d95dd0557ba8b57400e6bd5f6291224 -eo pid,comm [2021-10-05T09:09:36.565Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2059 in /w/workspace/oundry_device-rfid-llrp-go_PR-29 [Pipeline] { [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] ws [2021-10-05T09:09:36.846Z] Running in /w/workspace/device-rfid-llrp-go/16 [Pipeline] { [Pipeline] checkout [2021-10-05T09:09:37.110Z] Selected Git installation does not exist. Using Default [2021-10-05T09:09:37.110Z] The recommended git tool is: NONE [2021-10-05T09:09:37.110Z] ---> job-cost.sh [2021-10-05T09:09:37.110Z] lf-activate-venv: SKIPPING [2021-10-05T09:09:37.110Z] INFO: No Stack... [2021-10-05T09:09:37.376Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-10-05T09:09:37.640Z] INFO: Archiving Costs [Pipeline] sh [2021-10-05T09:09:37.953Z] + cut -d, -f6 [2021-10-05T09:09:37.954Z] + cat /w/workspace/device-rfid-llrp-go/16/archives/cost.csv [Pipeline] lock [2021-10-05T09:09:37.992Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-29-16-stack-cost] [2021-10-05T09:09:38.000Z] Resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-29-16-stack-cost] did not exist. Created. [2021-10-05T09:09:38.000Z] Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-29-16-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-10-05T09:09:38.346Z] + echo total: 0.05999999865889549 [Pipeline] stash [2021-10-05T09:09:38.564Z] Stashed 1 file(s) [Pipeline] } [2021-10-05T09:09:38.572Z] Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-29-16-stack-cost] [Pipeline] // lock [Pipeline] } [2021-10-05T09:09:38.601Z] $ docker stop --time=1 9c331c63b3fa7a732e57d92df6a93aa00d95dd0557ba8b57400e6bd5f6291224 [2021-10-05T09:09:39.750Z] $ docker rm -f 9c331c63b3fa7a732e57d92df6a93aa00d95dd0557ba8b57400e6bd5f6291224 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-10-05T09:09:40.126Z] Failed in branch amd64 [2021-10-05T09:09:44.358Z] using credential edgex-jenkins-ssh [2021-10-05T09:09:44.381Z] Cloning the remote Git repository [2021-10-05T09:09:44.443Z] Cloning repository git@github.com:edgexfoundry/device-rfid-llrp-go.git [2021-10-05T09:09:44.572Z] > git init /w/workspace/device-rfid-llrp-go/16 # timeout=10 [2021-10-05T09:09:44.657Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git [2021-10-05T09:09:44.658Z] > git --version # timeout=10 [2021-10-05T09:09:44.678Z] > git --version # 'git version 2.17.1' [2021-10-05T09:09:44.680Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-05T09:09:44.779Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-10-05T09:09:45.936Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 [2021-10-05T09:09:45.954Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-10-05T09:09:46.604Z] Merging remotes/origin/main commit 9eabae5d0b8447ec436d7ae13a4bd32fe3887095 into PR head commit 37381ec3f65a6d1c524847dd5b265be5d59be2fc [2021-10-05T09:09:46.990Z] Merge succeeded, producing 2f25af6ce23e70ff1edb66fbbda8e5552e9ffbc2 [2021-10-05T09:09:46.991Z] Checking out Revision 2f25af6ce23e70ff1edb66fbbda8e5552e9ffbc2 (PR-29) [2021-10-05T09:09:45.985Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 [2021-10-05T09:09:46.019Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git [2021-10-05T09:09:46.020Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-05T09:09:46.031Z] > 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-10-05T09:09:46.642Z] > git config core.sparsecheckout # timeout=10 [2021-10-05T09:09:46.660Z] > git checkout -f 37381ec3f65a6d1c524847dd5b265be5d59be2fc # timeout=10 [2021-10-05T09:09:46.784Z] > git remote # timeout=10 [2021-10-05T09:09:46.813Z] > git config --get remote.origin.url # timeout=10 [2021-10-05T09:09:46.830Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-05T09:09:46.844Z] > git merge 9eabae5d0b8447ec436d7ae13a4bd32fe3887095 # timeout=10 [2021-10-05T09:09:46.972Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-10-05T09:09:47.005Z] > git config core.sparsecheckout # timeout=10 [2021-10-05T09:09:47.018Z] > git checkout -f 2f25af6ce23e70ff1edb66fbbda8e5552e9ffbc2 # timeout=10 [2021-10-05T09:09:51.613Z] Commit message: "Merge commit '9eabae5d0b8447ec436d7ae13a4bd32fe3887095' into HEAD" [2021-10-05T09:09:51.640Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [2021-10-05T09:09:51.624Z] > git rev-list --no-walk 7e7ef3aae4522d17b5d0ce2fe4de7150dc9da8f2 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-10-05T09:09:52.123Z] provisioning config files... [2021-10-05T09:09:52.159Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/device-rfid-llrp-go/16@tmp/config3984245659871700151tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-10-05T09:09:52.917Z] ---> docker-login.sh [2021-10-05T09:09:52.917Z] nexus3.edgexfoundry.org:10001 [2021-10-05T09:09:53.937Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-05T09:09:54.551Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-05T09:09:54.551Z] Configure a credential helper to remove this warning. See [2021-10-05T09:09:54.551Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-05T09:09:54.551Z] [2021-10-05T09:09:54.551Z] Login Succeeded [2021-10-05T09:09:54.551Z] nexus3.edgexfoundry.org:10002 [2021-10-05T09:09:54.836Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-05T09:09:55.121Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-05T09:09:55.121Z] Configure a credential helper to remove this warning. See [2021-10-05T09:09:55.121Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-05T09:09:55.121Z] [2021-10-05T09:09:55.121Z] Login Succeeded [2021-10-05T09:09:55.121Z] nexus3.edgexfoundry.org:10003 [2021-10-05T09:09:55.407Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-05T09:09:55.407Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-05T09:09:55.407Z] Configure a credential helper to remove this warning. See [2021-10-05T09:09:55.407Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-05T09:09:55.407Z] [2021-10-05T09:09:55.407Z] Login Succeeded [2021-10-05T09:09:55.694Z] nexus3.edgexfoundry.org:10004 [2021-10-05T09:09:55.978Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-05T09:09:56.263Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-05T09:09:56.263Z] Configure a credential helper to remove this warning. See [2021-10-05T09:09:56.263Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-05T09:09:56.263Z] [2021-10-05T09:09:56.263Z] Login Succeeded [2021-10-05T09:09:56.263Z] docker.io [2021-10-05T09:09:56.550Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-05T09:09:57.171Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-05T09:09:57.171Z] Configure a credential helper to remove this warning. See [2021-10-05T09:09:57.171Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-05T09:09:57.171Z] [2021-10-05T09:09:57.171Z] Login Succeeded [2021-10-05T09:09:57.171Z] ---> docker-login.sh ends [Pipeline] } [2021-10-05T09:09:57.285Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-10-05T09:09:57.861Z] ========================================================= [2021-10-05T09:09:57.861Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-10-05T09:09:57.861Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2021-10-05T09:09:58.286Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine --build-arg MAKE=echo noop --target=builder . [2021-10-05T09:09:58.579Z] Sending build context to Docker daemon 1.2MB [2021-10-05T09:09:58.864Z] Step 1/14 : ARG BASE=golang:1.16-alpine3.14 [2021-10-05T09:09:58.864Z] Step 2/14 : FROM ${BASE} AS builder [2021-10-05T09:09:59.146Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-10-05T09:09:59.147Z] 595b0fe564bb: Pulling fs layer [2021-10-05T09:09:59.147Z] 24495759ef45: Pulling fs layer [2021-10-05T09:09:59.147Z] d148012ef14d: Pulling fs layer [2021-10-05T09:09:59.147Z] e90a11edd702: Pulling fs layer [2021-10-05T09:09:59.147Z] d77568369979: Pulling fs layer [2021-10-05T09:09:59.147Z] fc1c9f9a7f3b: Pulling fs layer [2021-10-05T09:09:59.147Z] 170f2ba95c9a: Pulling fs layer [2021-10-05T09:09:59.147Z] 97ac5df62f85: Pulling fs layer [2021-10-05T09:09:59.147Z] d77568369979: Waiting [2021-10-05T09:09:59.147Z] fc1c9f9a7f3b: Waiting [2021-10-05T09:09:59.147Z] e90a11edd702: Waiting [2021-10-05T09:09:59.147Z] 170f2ba95c9a: Waiting [2021-10-05T09:09:59.147Z] 97ac5df62f85: Waiting [2021-10-05T09:09:59.147Z] d148012ef14d: Download complete [2021-10-05T09:09:59.147Z] 24495759ef45: Download complete [2021-10-05T09:09:59.147Z] d77568369979: Verifying Checksum [2021-10-05T09:09:59.147Z] fc1c9f9a7f3b: Verifying Checksum [2021-10-05T09:09:59.147Z] fc1c9f9a7f3b: Download complete [2021-10-05T09:09:59.147Z] 170f2ba95c9a: Verifying Checksum [2021-10-05T09:09:59.147Z] 170f2ba95c9a: Download complete [2021-10-05T09:09:59.147Z] 595b0fe564bb: Verifying Checksum [2021-10-05T09:09:59.147Z] 595b0fe564bb: Download complete [2021-10-05T09:09:59.774Z] 595b0fe564bb: Pull complete [2021-10-05T09:10:00.399Z] 24495759ef45: Pull complete [2021-10-05T09:10:01.025Z] d148012ef14d: Pull complete [2021-10-05T09:10:01.309Z] 97ac5df62f85: Download complete [2021-10-05T09:10:01.927Z] e90a11edd702: Verifying Checksum [2021-10-05T09:10:01.927Z] e90a11edd702: Download complete [2021-10-05T09:10:14.493Z] e90a11edd702: Pull complete [2021-10-05T09:10:14.493Z] d77568369979: Pull complete [2021-10-05T09:10:14.493Z] fc1c9f9a7f3b: Pull complete [2021-10-05T09:10:14.493Z] 170f2ba95c9a: Pull complete [2021-10-05T09:10:20.009Z] 97ac5df62f85: Pull complete [2021-10-05T09:10:20.009Z] Digest: sha256:84204f9419e0e30039067cc16e8ccc9a99ccb3a3f51ea7567ddff3f7e64b8ba8 [2021-10-05T09:10:20.009Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-10-05T09:10:20.009Z] ---> 04bc70af865f [2021-10-05T09:10:20.009Z] Step 3/14 : ARG MAKE='make build' [2021-10-05T09:10:23.470Z] ---> Running in df4270347993 [2021-10-05T09:10:24.083Z] Removing intermediate container df4270347993 [2021-10-05T09:10:24.083Z] ---> 96cfde627777 [2021-10-05T09:10:24.083Z] Step 4/14 : ARG ALPINE_PKG_BASE="make git" [2021-10-05T09:10:24.083Z] ---> Running in 9dad6ce6d521 [2021-10-05T09:10:24.704Z] Removing intermediate container 9dad6ce6d521 [2021-10-05T09:10:24.704Z] ---> 12b836957729 [2021-10-05T09:10:24.704Z] Step 5/14 : ARG ALPINE_PKG_EXTRA="" [2021-10-05T09:10:24.704Z] ---> Running in a51d300ac552 [2021-10-05T09:10:25.324Z] Removing intermediate container a51d300ac552 [2021-10-05T09:10:25.324Z] ---> b333bcfdb29b [2021-10-05T09:10:25.324Z] Step 6/14 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-05T09:10:25.324Z] ---> Running in d9270c777aca [2021-10-05T09:10:27.998Z] Removing intermediate container d9270c777aca [2021-10-05T09:10:27.998Z] ---> 8b25483d15c8 [2021-10-05T09:10:27.998Z] Step 7/14 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-10-05T09:10:27.998Z] ---> Running in 3c947634336d [2021-10-05T09:10:29.013Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-10-05T09:10:30.023Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-10-05T09:10:30.637Z] OK: 218 MiB in 52 packages [2021-10-05T09:10:32.130Z] Removing intermediate container 3c947634336d [2021-10-05T09:10:32.130Z] ---> 6fa9b092214a [2021-10-05T09:10:32.130Z] Step 8/14 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-rfid-llrp-go [2021-10-05T09:10:32.130Z] ---> Running in 4943cd0e4607 [2021-10-05T09:10:32.415Z] Removing intermediate container 4943cd0e4607 [2021-10-05T09:10:32.415Z] ---> 07fe7c1a6454 [2021-10-05T09:10:32.415Z] Step 9/14 : COPY go.mod . [2021-10-05T09:10:33.430Z] ---> 6cf0b30fd8df [2021-10-05T09:10:33.431Z] Step 10/14 : COPY Makefile . [2021-10-05T09:10:34.059Z] ---> c644b215a071 [2021-10-05T09:10:34.059Z] Step 11/14 : RUN make update [2021-10-05T09:10:34.059Z] ---> Running in 1097bbd0749c [2021-10-05T09:10:35.541Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-10-05T09:10:57.906Z] Removing intermediate container 1097bbd0749c [2021-10-05T09:10:57.906Z] ---> 76d0fc43e522 [2021-10-05T09:10:57.906Z] Step 12/14 : COPY . . [2021-10-05T09:10:57.906Z] ---> c090413f03fe [2021-10-05T09:10:57.906Z] Step 13/14 : RUN go mod tidy [2021-10-05T09:10:57.906Z] ---> Running in 0027b1b6a76e [2021-10-05T09:10:59.954Z] Removing intermediate container 0027b1b6a76e [2021-10-05T09:10:59.954Z] ---> b6f2f22670a9 [2021-10-05T09:10:59.954Z] Step 14/14 : RUN $MAKE [2021-10-05T09:10:59.954Z] ---> Running in c4ba522f23ad [2021-10-05T09:11:01.438Z] noop [2021-10-05T09:11:02.058Z] Removing intermediate container c4ba522f23ad [2021-10-05T09:11:02.058Z] ---> da9344158a92 [2021-10-05T09:11:02.058Z] Successfully built da9344158a92 [2021-10-05T09:11:02.058Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-10-05T09:11:02.444Z] + docker inspect -f . ci-base-image-arm64 [2021-10-05T09:11:02.444Z] . [Pipeline] withDockerContainer [2021-10-05T09:11:02.759Z] prd-ubuntu18.04-docker-arm64-4c-16g-2059 does not seem to be running inside a container [2021-10-05T09:11:02.898Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rfid-llrp-go/16 -v /w/workspace/device-rfid-llrp-go/16:/w/workspace/device-rfid-llrp-go/16:rw,z -v /w/workspace/device-rfid-llrp-go/16@tmp:/w/workspace/device-rfid-llrp-go/16@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 ******** -e ******** ci-base-image-arm64 cat [2021-10-05T09:11:04.567Z] $ docker top e1e085f20b1cebfa10699bc1186e91d7088d7000e3ef08b18885a0e1615873b3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-10-05T09:11:05.608Z] + go version [2021-10-05T09:11:05.608Z] go version go1.16.6 linux/arm64 [Pipeline] } [2021-10-05T09:11:05.644Z] $ docker stop --time=1 e1e085f20b1cebfa10699bc1186e91d7088d7000e3ef08b18885a0e1615873b3 [2021-10-05T09:11:07.527Z] $ docker rm -f e1e085f20b1cebfa10699bc1186e91d7088d7000e3ef08b18885a0e1615873b3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-10-05T09:11:08.338Z] + docker inspect -f . ci-base-image-arm64 [2021-10-05T09:11:08.338Z] . [Pipeline] withDockerContainer [2021-10-05T09:11:08.628Z] prd-ubuntu18.04-docker-arm64-4c-16g-2059 does not seem to be running inside a container [2021-10-05T09:11:08.763Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rfid-llrp-go/16 -v /w/workspace/device-rfid-llrp-go/16:/w/workspace/device-rfid-llrp-go/16:rw,z -v /w/workspace/device-rfid-llrp-go/16@tmp:/w/workspace/device-rfid-llrp-go/16@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 ******** -e ******** ci-base-image-arm64 cat [2021-10-05T09:11:10.498Z] $ docker top d54462fadb66a33b4e37e9f722ca1b2a3304059ba777290082e42f77f77e649a -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2021-10-05T09:11:11.565Z] + go mod tidy [Pipeline] sh [2021-10-05T09:11:12.916Z] + make test [2021-10-05T09:11:12.916Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-10-05T09:11:13.931Z] ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] [2021-10-05T09:11:40.959Z] # github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [2021-10-05T09:11:40.959Z] /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.60/bootstrap/logging/factory.go:29:9: undefined: logger.NewClientStdOut [2021-10-05T09:11:40.959Z] /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-10-05T09:11:40.959Z] have (string, bool, string, string) [2021-10-05T09:11:40.959Z] want (string, string) [2021-10-05T09:11:56.260Z] FAIL github.com/edgexfoundry/device-rfid-llrp-go/internal/driver [build failed] [2021-10-05T09:11:56.260Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.586s coverage: 52.0% of statements [2021-10-05T09:11:56.260Z] ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.036s coverage: 95.5% of statements [2021-10-05T09:11:56.545Z] make: *** [Makefile:26: test] Error 2 [Pipeline] } [2021-10-05T09:11:56.583Z] $ docker stop --time=1 d54462fadb66a33b4e37e9f722ca1b2a3304059ba777290082e42f77f77e649a [2021-10-05T09:11:58.795Z] $ docker rm -f d54462fadb66a33b4e37e9f722ca1b2a3304059ba777290082e42f77f77e649a [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-10-05T09:11:59.987Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-10-05T09:12:00.269Z] [2021-10-05T09:12:00.269Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2021-10-05T09:12:00.661Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-10-05T09:12:00.945Z] arm64: Pulling from edgex-lftools-log-publisher [2021-10-05T09:12:00.945Z] 448f6bf000e3: Pulling fs layer [2021-10-05T09:12:00.945Z] f757da607395: Pulling fs layer [2021-10-05T09:12:00.945Z] 05883995daec: Pulling fs layer [2021-10-05T09:12:00.945Z] 8603b9c90790: Pulling fs layer [2021-10-05T09:12:00.945Z] 1560dd03e051: Pulling fs layer [2021-10-05T09:12:00.945Z] 27f5ce0e4adf: Pulling fs layer [2021-10-05T09:12:00.945Z] 8603b9c90790: Waiting [2021-10-05T09:12:00.945Z] c2d8d7efcc4b: Pulling fs layer [2021-10-05T09:12:00.945Z] 1560dd03e051: Waiting [2021-10-05T09:12:00.945Z] 27f5ce0e4adf: Waiting [2021-10-05T09:12:00.945Z] c2d8d7efcc4b: Waiting [2021-10-05T09:12:01.235Z] f757da607395: Verifying Checksum [2021-10-05T09:12:01.235Z] f757da607395: Download complete [2021-10-05T09:12:01.235Z] 8603b9c90790: Verifying Checksum [2021-10-05T09:12:01.235Z] 8603b9c90790: Download complete [2021-10-05T09:12:01.529Z] 05883995daec: Verifying Checksum [2021-10-05T09:12:01.529Z] 05883995daec: Download complete [2021-10-05T09:12:01.529Z] 1560dd03e051: Verifying Checksum [2021-10-05T09:12:01.529Z] 1560dd03e051: Download complete [2021-10-05T09:12:01.529Z] 27f5ce0e4adf: Verifying Checksum [2021-10-05T09:12:01.529Z] 27f5ce0e4adf: Download complete [2021-10-05T09:12:01.816Z] 448f6bf000e3: Verifying Checksum [2021-10-05T09:12:01.816Z] 448f6bf000e3: Download complete [2021-10-05T09:12:04.539Z] c2d8d7efcc4b: Verifying Checksum [2021-10-05T09:12:04.539Z] c2d8d7efcc4b: Download complete [2021-10-05T09:12:05.193Z] 448f6bf000e3: Pull complete [2021-10-05T09:12:06.204Z] f757da607395: Pull complete [2021-10-05T09:12:07.698Z] 05883995daec: Pull complete [2021-10-05T09:12:07.982Z] 8603b9c90790: Pull complete [2021-10-05T09:12:08.995Z] 1560dd03e051: Pull complete [2021-10-05T09:12:09.279Z] 27f5ce0e4adf: Pull complete [2021-10-05T09:12:24.513Z] c2d8d7efcc4b: Pull complete [2021-10-05T09:12:24.513Z] Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 [2021-10-05T09:12:24.513Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-10-05T09:12:24.513Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2021-10-05T09:12:24.755Z] prd-ubuntu18.04-docker-arm64-4c-16g-2059 does not seem to be running inside a container [2021-10-05T09:12:24.880Z] $ 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/16 -v /w/workspace/device-rfid-llrp-go/16:/w/workspace/device-rfid-llrp-go/16:rw,z -v /w/workspace/device-rfid-llrp-go/16@tmp:/w/workspace/device-rfid-llrp-go/16@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2021-10-05T09:12:29.332Z] $ docker top 57c70632832325a2013247086adf8b6c578cd3d1ca3c940260b5aa3c8e6214f0 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-10-05T09:12:30.343Z] ---> job-cost.sh [2021-10-05T09:12:30.343Z] lf-activate-venv: SKIPPING [2021-10-05T09:12:30.343Z] INFO: No Stack... [2021-10-05T09:12:30.627Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2021-10-05T09:12:30.911Z] INFO: Archiving Costs [Pipeline] sh [2021-10-05T09:12:31.907Z] + cut -d,+ -f6 [2021-10-05T09:12:31.907Z] cat /w/workspace/device-rfid-llrp-go/16/archives/cost.csv [Pipeline] lock [2021-10-05T09:12:31.999Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-29-16-stack-cost] [2021-10-05T09:12:32.007Z] Resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-29-16-stack-cost] did not exist. Created. [2021-10-05T09:12:32.008Z] Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-29-16-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-10-05T09:12:32.746Z] /w/workspace/device-rfid-llrp-go/16@tmp/durable-c58717af/script.sh: 1: /w/workspace/device-rfid-llrp-go/16@tmp/durable-c58717af/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-10-05T09:12:33.462Z] + echo total: 0.10999999940395355 [Pipeline] stash [2021-10-05T09:12:33.489Z] Warning: overwriting stash ‘stack-cost’ [2021-10-05T09:12:34.171Z] Stashed 1 file(s) [Pipeline] } [2021-10-05T09:12:34.180Z] Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-29-16-stack-cost] [Pipeline] // lock [Pipeline] } [2021-10-05T09:12:34.218Z] $ docker stop --time=1 57c70632832325a2013247086adf8b6c578cd3d1ca3c940260b5aa3c8e6214f0 [2021-10-05T09:12:35.870Z] $ docker rm -f 57c70632832325a2013247086adf8b6c578cd3d1ca3c940260b5aa3c8e6214f0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-10-05T09:12:36.424Z] 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] sh [2021-10-05T09:12:38.160Z] + '[' -d /w/workspace/oundry_device-rfid-llrp-go_PR-29/archives ']' [Pipeline] libraryResource [Pipeline] sh [2021-10-05T09:12:38.487Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-10-05T09:12:39.075Z] ---> package-listing.sh [2021-10-05T09:12:39.075Z] ++ facter osfamily [2021-10-05T09:12:39.075Z] ++ tr '[:upper:]' '[:lower:]' [2021-10-05T09:12:39.342Z] + OS_FAMILY=redhat [2021-10-05T09:12:39.342Z] + workspace=/w/workspace/oundry_device-rfid-llrp-go_PR-29 [2021-10-05T09:12:39.342Z] + START_PACKAGES=/tmp/packages_start.txt [2021-10-05T09:12:39.342Z] + END_PACKAGES=/tmp/packages_end.txt [2021-10-05T09:12:39.342Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-10-05T09:12:39.342Z] + PACKAGES=/tmp/packages_start.txt [2021-10-05T09:12:39.342Z] + '[' /w/workspace/oundry_device-rfid-llrp-go_PR-29 ']' [2021-10-05T09:12:39.342Z] + PACKAGES=/tmp/packages_end.txt [2021-10-05T09:12:39.342Z] + case "${OS_FAMILY}" in [2021-10-05T09:12:39.342Z] + rpm -qa [2021-10-05T09:12:39.342Z] + sort [2021-10-05T09:12:39.929Z] + '[' -f /tmp/packages_start.txt ']' [2021-10-05T09:12:39.929Z] + '[' -f /tmp/packages_end.txt ']' [2021-10-05T09:12:39.929Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-10-05T09:12:39.929Z] + '[' /w/workspace/oundry_device-rfid-llrp-go_PR-29 ']' [2021-10-05T09:12:39.929Z] + mkdir -p /w/workspace/oundry_device-rfid-llrp-go_PR-29/archives/ [2021-10-05T09:12:39.929Z] + 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-10-05T09:12:39.946Z] 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-10-05T09:12:40.269Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-10-05T09:12:40.857Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-10-05T09:12:40.857Z] [2021-10-05T09:12:40.857Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-10-05T09:12:41.196Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-10-05T09:12:41.197Z] latest: Pulling from edgex-lftools-log-publisher [2021-10-05T09:12:41.197Z] b4d181a07f80: Pulling fs layer [2021-10-05T09:12:41.197Z] a1111a8f2ec3: Pulling fs layer [2021-10-05T09:12:41.197Z] ed53099fbce6: Pulling fs layer [2021-10-05T09:12:41.197Z] dc539afda2c1: Pulling fs layer [2021-10-05T09:12:41.197Z] 77bc0d833cb6: Pulling fs layer [2021-10-05T09:12:41.197Z] 9065ff56babe: Pulling fs layer [2021-10-05T09:12:41.197Z] d287ab97295c: Pulling fs layer [2021-10-05T09:12:41.197Z] 77bc0d833cb6: Waiting [2021-10-05T09:12:41.197Z] 9065ff56babe: Waiting [2021-10-05T09:12:41.197Z] d287ab97295c: Waiting [2021-10-05T09:12:41.197Z] dc539afda2c1: Waiting [2021-10-05T09:12:41.463Z] a1111a8f2ec3: Verifying Checksum [2021-10-05T09:12:41.463Z] a1111a8f2ec3: Download complete [2021-10-05T09:12:41.463Z] dc539afda2c1: Verifying Checksum [2021-10-05T09:12:41.463Z] dc539afda2c1: Download complete [2021-10-05T09:12:41.728Z] ed53099fbce6: Download complete [2021-10-05T09:12:41.728Z] 9065ff56babe: Verifying Checksum [2021-10-05T09:12:41.728Z] 9065ff56babe: Download complete [2021-10-05T09:12:41.728Z] 77bc0d833cb6: Verifying Checksum [2021-10-05T09:12:41.728Z] 77bc0d833cb6: Download complete [2021-10-05T09:12:41.728Z] b4d181a07f80: Verifying Checksum [2021-10-05T09:12:41.728Z] b4d181a07f80: Download complete [2021-10-05T09:12:42.715Z] d287ab97295c: Verifying Checksum [2021-10-05T09:12:42.715Z] d287ab97295c: Download complete [2021-10-05T09:12:43.313Z] b4d181a07f80: Pull complete [2021-10-05T09:12:43.585Z] a1111a8f2ec3: Pull complete [2021-10-05T09:12:44.175Z] ed53099fbce6: Pull complete [2021-10-05T09:12:44.175Z] dc539afda2c1: Pull complete [2021-10-05T09:12:44.444Z] 77bc0d833cb6: Pull complete [2021-10-05T09:12:44.444Z] 9065ff56babe: Pull complete [2021-10-05T09:12:49.853Z] d287ab97295c: Pull complete [2021-10-05T09:12:49.853Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-10-05T09:12:49.853Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-10-05T09:12:49.853Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-10-05T09:12:49.933Z] prd-centos7-docker-4c-2g-2057 does not seem to be running inside a container [2021-10-05T09:12:49.985Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2021-10-05T09:12:52.232Z] $ docker top c83104787b3f0d645bb64f826f7b90f8d6151ce37cba8880fd976e457bf87326 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-10-05T09:12:52.628Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-10-05T09:12:52.937Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2021-10-05T09:12:53.250Z] + ls /var/log/sa-host [2021-10-05T09:12:53.250Z] + sadf -c /var/log/sa-host/sa05 [2021-10-05T09:12:53.250Z] file_magic: OK [2021-10-05T09:12:53.250Z] HZ: Using current value: 100 [2021-10-05T09:12:53.250Z] file_header: OK [2021-10-05T09:12:53.250Z] 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-10-05T09:12:53.250Z] Statistics: [2021-10-05T09:12:53.250Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-10-05T09:12:53.250Z] File successfully converted to sysstat format version 12.0.3 [2021-10-05T09:12:53.250Z] + sadf -c /var/log/sa-host/sa30 [2021-10-05T09:12:53.250Z] file_magic: OK [2021-10-05T09:12:53.250Z] HZ: Using current value: 100 [2021-10-05T09:12:53.250Z] file_header: OK [2021-10-05T09:12:53.250Z] 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-10-05T09:12:53.250Z] Statistics: [2021-10-05T09:12:53.250Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-10-05T09:12:53.250Z] File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-10-05T09:12:53.782Z] provisioning config files... [2021-10-05T09:12:53.797Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp/config5836136547801325846tmp [Pipeline] { [Pipeline] echo [2021-10-05T09:12:53.820Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-10-05T09:12:54.130Z] ---> create-netrc.sh [Pipeline] } [2021-10-05T09:12:54.144Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2021-10-05T09:12:54.553Z] ---> python-tools-install.sh [Pipeline] echo [2021-10-05T09:12:54.567Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-10-05T09:12:54.871Z] ---> sudo-logs.sh [2021-10-05T09:12:54.871Z] Archiving 'sudo' log.. [2021-10-05T09:12:54.871Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-2057.novalocal: Name or service not known [2021-10-05T09:12:54.871Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-2057.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2021-10-05T09:12:54.932Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-10-05T09:12:55.247Z] ---> job-cost.sh [2021-10-05T09:12:55.247Z] lf-activate-venv: SKIPPING [2021-10-05T09:12:55.247Z] DEBUG: total: 0.10999999940395355 [2021-10-05T09:12:55.247Z] INFO: Retrieving Stack Cost... [2021-10-05T09:12:55.513Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-10-05T09:12:55.778Z] INFO: Archiving Costs [Pipeline] echo [2021-10-05T09:12:55.794Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-10-05T09:12:56.098Z] ---> logs-deploy.sh [2021-10-05T09:12:56.098Z] lf-activate-venv: SKIPPING [2021-10-05T09:12:56.098Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rfid-llrp-go/PR-29/16 [2021-10-05T09:12:56.098Z] INFO: archiving workspace using pattern(s): [2021-10-05T09:12:57.064Z] Archives upload complete. [2021-10-05T09:12:57.064Z] INFO: archiving logs to Nexus