Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d5be011026d4dfa4d94f2ca9b5eba296f113cac9+13be5718e23b3d254b555f0dd54cf48028820adb (88fe84b05a14b64cfd6ee671eb0548dc1e694de6) 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 > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh6851999693743075042.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 6a41506d72e8e131afc862d141935157bee59f41 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 > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh2248404579302261774.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 6a41506d72e8e131afc862d141935157bee59f41 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rfid-llrp-go/branches/PR-28/workspace@libs/edgex-global-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rfid-llrp-go/branches/PR-28/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh2824189543041657754.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 6a41506d72e8e131afc862d141935157bee59f41 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 6a41506d72e8e131afc862d141935157bee59f41 # timeout=10 Commit message: "Merge pull request #340 from ernestojeda/enable-snap-stage" > 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 > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh4021372811817248753.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision d1a99147b03c6cd90561f8e70b7af78166bcd4cd The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rfid-llrp-go/branches/PR-28/workspace@libs/lf-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rfid-llrp-go/branches/PR-28/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh5150123067959911649.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision d1a99147b03c6cd90561f8e70b7af78166bcd4cd (master) > git config core.sparsecheckout # timeout=10 > git checkout -f d1a99147b03c6cd90561f8e70b7af78166bcd4cd # timeout=10 Commit message: "Feat: Add initial Java pipeline functionality" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-rfid-llrp-go, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-rfid-llrp-go-settings PROJECT: device-rfid-llrp-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: device-rfid-llrp DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Running on prd-centos7-docker-4c-2g-2056 in /w/workspace/oundry_device-rfid-llrp-go_PR-28 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-rfid-llrp-go.git Merging remotes/origin/master commit 13be5718e23b3d254b555f0dd54cf48028820adb into PR head commit d5be011026d4dfa4d94f2ca9b5eba296f113cac9 > git init /w/workspace/oundry_device-rfid-llrp-go_PR-28 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git > git --version # timeout=10 > git --version # 'git version 2.24.4' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/oundry_device-rfid-llrp-go_PR-28@tmp/jenkins-gitclient-ssh6606697419975239631.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/oundry_device-rfid-llrp-go_PR-28@tmp/jenkins-gitclient-ssh5096102708116588477.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/pull/28/head:refs/remotes/origin/PR-28 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d5be011026d4dfa4d94f2ca9b5eba296f113cac9 # timeout=10 Merge succeeded, producing ae0a6d136e48c2f8c87968f4532aaa1fff05f14e Checking out Revision ae0a6d136e48c2f8c87968f4532aaa1fff05f14e (PR-28) Commit message: "Merge commit '13be5718e23b3d254b555f0dd54cf48028820adb' into HEAD" First time build. Skipping changelog. > 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 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/oundry_device-rfid-llrp-go_PR-28@tmp/jenkins-gitclient-ssh7560661914098296462.key > git merge 13be5718e23b3d254b555f0dd54cf48028820adb # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ae0a6d136e48c2f8c87968f4532aaa1fff05f14e # timeout=10 > git rev-list --no-walk 6942915ae09787aac8d93e00e84f71fc8f800aaa # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-06-17T17:10:55.369Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-06-17T17:10:56.202Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-06-17T17:10:56.263Z] ========================================================= [2021-06-17T17:10:56.263Z] EdgeX Global Pipelines Version Info [2021-06-17T17:10:56.263Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-06-17T17:10:57.665Z] ------------------- [2021-06-17T17:10:57.665Z] stable info: [2021-06-17T17:10:57.665Z] ------------------- [2021-06-17T17:10:57.665Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-06-17T17:10:57.665Z] Commit SHA: 6a41506d72e8e131afc862d141935157bee59f41 [2021-06-17T17:10:57.665Z] Message: update stable to v1.0.195 [2021-06-17T17:10:58.261Z] ------------------- [2021-06-17T17:10:58.261Z] experimental info: [2021-06-17T17:10:58.261Z] ------------------- [2021-06-17T17:10:58.261Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-06-17T17:10:58.261Z] Commit SHA: 6a41506d72e8e131afc862d141935157bee59f41 [2021-06-17T17:10:58.261Z] Message: update experimental to v1.0.195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-06-17T17:10:58.490Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rfid-llrp-go-settings [Pipeline] echo [2021-06-17T17:10:58.530Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rfid-llrp-go [Pipeline] echo [2021-06-17T17:10:58.560Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-06-17T17:10:58.626Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-06-17T17:10:58.662Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-06-17T17:10:58.693Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-06-17T17:10:58.732Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-06-17T17:10:58.765Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-06-17T17:10:58.798Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-06-17T17:10:58.838Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-06-17T17:10:58.883Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-06-17T17:10:58.918Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rfid-llrp [Pipeline] echo [2021-06-17T17:10:58.950Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-06-17T17:10:58.982Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-06-17T17:10:59.031Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-06-17T17:10:59.060Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-06-17T17:10:59.097Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-06-17T17:10:59.129Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-06-17T17:10:59.160Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-06-17T17:10:59.200Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-06-17T17:10:59.234Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-06-17T17:10:59.266Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-06-17T17:10:59.313Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-06-17T17:10:59.371Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-06-17T17:10:59.425Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-06-17T17:10:59.464Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-06-17T17:10:59.494Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-28 [Pipeline] echo [2021-06-17T17:10:59.686Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-28 [Pipeline] echo [2021-06-17T17:10:59.713Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-28 [Pipeline] echo [2021-06-17T17:10:59.741Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ae0a6d136e48c2f8c87968f4532aaa1fff05f14e [Pipeline] echo [2021-06-17T17:10:59.771Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ae0a6d1 [Pipeline] echo [2021-06-17T17:10:59.811Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-06-17T17:11:00.794Z] provisioning config files... [2021-06-17T17:11:00.882Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/oundry_device-rfid-llrp-go_PR-28@tmp/config3894536158864866781tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-06-17T17:11:01.224Z] ---> docker-login.sh [2021-06-17T17:11:01.224Z] nexus3.edgexfoundry.org:10001 [2021-06-17T17:11:01.224Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-17T17:11:01.224Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-17T17:11:01.224Z] Configure a credential helper to remove this warning. See [2021-06-17T17:11:01.224Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-17T17:11:01.224Z] [2021-06-17T17:11:01.224Z] Login Succeeded [2021-06-17T17:11:01.225Z] nexus3.edgexfoundry.org:10002 [2021-06-17T17:11:01.489Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-17T17:11:01.489Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-17T17:11:01.489Z] Configure a credential helper to remove this warning. See [2021-06-17T17:11:01.490Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-17T17:11:01.490Z] [2021-06-17T17:11:01.490Z] Login Succeeded [2021-06-17T17:11:01.490Z] nexus3.edgexfoundry.org:10003 [2021-06-17T17:11:01.490Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-17T17:11:01.490Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-17T17:11:01.490Z] Configure a credential helper to remove this warning. See [2021-06-17T17:11:01.490Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-17T17:11:01.490Z] [2021-06-17T17:11:01.490Z] Login Succeeded [2021-06-17T17:11:01.490Z] nexus3.edgexfoundry.org:10004 [2021-06-17T17:11:01.753Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-17T17:11:01.754Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-17T17:11:01.754Z] Configure a credential helper to remove this warning. See [2021-06-17T17:11:01.754Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-17T17:11:01.754Z] [2021-06-17T17:11:01.754Z] Login Succeeded [2021-06-17T17:11:01.754Z] docker.io [2021-06-17T17:11:01.754Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-17T17:11:02.018Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-17T17:11:02.019Z] Configure a credential helper to remove this warning. See [2021-06-17T17:11:02.019Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-17T17:11:02.019Z] [2021-06-17T17:11:02.019Z] Login Succeeded [2021-06-17T17:11:02.019Z] ---> docker-login.sh ends [Pipeline] } [2021-06-17T17:11:02.038Z] 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-06-17T17:11:02.901Z] + git log --format=format:%s -1 ae0a6d136e48c2f8c87968f4532aaa1fff05f14e [Pipeline] echo [2021-06-17T17:11:02.962Z] GIT_COMMIT: ae0a6d136e48c2f8c87968f4532aaa1fff05f14e, Commit Message: Merge commit '13be5718e23b3d254b555f0dd54cf48028820adb' into HEAD [Pipeline] echo [2021-06-17T17:11:02.980Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-06-17T17:11:07.612Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-06-17T17:11:07.612Z] . [Pipeline] withDockerContainer [2021-06-17T17:11:07.750Z] prd-centos7-docker-4c-2g-2056 does not seem to be running inside a container [2021-06-17T17:11:07.802Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/oundry_device-rfid-llrp-go_PR-28 -v /w/workspace/oundry_device-rfid-llrp-go_PR-28:/w/workspace/oundry_device-rfid-llrp-go_PR-28:rw,z -v /w/workspace/oundry_device-rfid-llrp-go_PR-28@tmp:/w/workspace/oundry_device-rfid-llrp-go_PR-28@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-06-17T17:11:08.240Z] $ docker top 1ed43b9beb96b9a65bf9be39ba52643b901f882766424d3b988b9332d37d6fc0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-06-17T17:11:08.434Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-06-17T17:11:08.434Z] [ssh-agent] Looking for ssh-agent implementation... [2021-06-17T17:11:08.548Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-06-17T17:11:08.549Z] $ docker exec 1ed43b9beb96b9a65bf9be39ba52643b901f882766424d3b988b9332d37d6fc0 ssh-agent [2021-06-17T17:11:08.669Z] SSH_AUTH_SOCK=/tmp/ssh-oJIfw7j2SgBd/agent.13 [2021-06-17T17:11:08.669Z] SSH_AGENT_PID=20 [2021-06-17T17:11:08.681Z] Running ssh-add (command line suppressed) [2021-06-17T17:11:08.778Z] Identity added: /w/workspace/oundry_device-rfid-llrp-go_PR-28@tmp/private_key_7789149658290402323.key (/w/workspace/oundry_device-rfid-llrp-go_PR-28@tmp/private_key_7789149658290402323.key) [2021-06-17T17:11:08.803Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-06-17T17:11:09.127Z] + git tag --points-at HEAD [Pipeline] } [2021-06-17T17:11:09.147Z] $ docker exec --env ******** --env ******** 1ed43b9beb96b9a65bf9be39ba52643b901f882766424d3b988b9332d37d6fc0 ssh-agent -k [2021-06-17T17:11:09.241Z] unset SSH_AUTH_SOCK; [2021-06-17T17:11:09.241Z] unset SSH_AGENT_PID; [2021-06-17T17:11:09.241Z] echo Agent pid 20 killed; [2021-06-17T17:11:09.259Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-06-17T17:11:09.354Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-06-17T17:11:09.355Z] [ssh-agent] Looking for ssh-agent implementation... [2021-06-17T17:11:09.463Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-06-17T17:11:09.464Z] $ docker exec 1ed43b9beb96b9a65bf9be39ba52643b901f882766424d3b988b9332d37d6fc0 ssh-agent [2021-06-17T17:11:09.579Z] SSH_AUTH_SOCK=/tmp/ssh-FuQk0ovdLNdO/agent.52 [2021-06-17T17:11:09.579Z] SSH_AGENT_PID=59 [2021-06-17T17:11:09.593Z] Running ssh-add (command line suppressed) [2021-06-17T17:11:09.687Z] Identity added: /w/workspace/oundry_device-rfid-llrp-go_PR-28@tmp/private_key_9222160630099673647.key (/w/workspace/oundry_device-rfid-llrp-go_PR-28@tmp/private_key_9222160630099673647.key) [2021-06-17T17:11:09.705Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-06-17T17:11:10.016Z] + git semver init [2021-06-17T17:11:10.016Z] # -> Open(): unable to determine branch for HEAD [2021-06-17T17:11:10.016Z] # $GIT_DIR = /w/workspace/oundry_device-rfid-llrp-go_PR-28/.git [2021-06-17T17:11:10.016Z] # $GIT_WORK_TREE = /w/workspace/oundry_device-rfid-llrp-go_PR-28 [2021-06-17T17:11:10.016Z] # $SEMVER_REMOTE_NAME = origin [2021-06-17T17:11:10.016Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-06-17T17:11:10.016Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-06-17T17:11:10.016Z] # $SEMVER_BRANCH = PR-28 [2021-06-17T17:11:10.016Z] # $SEMVER_TEMP = /tmp/semver-279348805 [2021-06-17T17:11:10.017Z] # git clone --branch semver git@github.com:edgexfoundry/device-rfid-llrp-go.git $SEMVER_TEMP [2021-06-17T17:11:10.593Z] # '/tmp/semver-279348805' -> '/w/workspace/oundry_device-rfid-llrp-go_PR-28/.semver' [2021-06-17T17:11:10.593Z] # -> Force: false [2021-06-17T17:11:10.593Z] # $SEMVER_DIR = /w/workspace/oundry_device-rfid-llrp-go_PR-28/.semver [Pipeline] } [2021-06-17T17:11:10.604Z] $ docker exec --env ******** --env ******** 1ed43b9beb96b9a65bf9be39ba52643b901f882766424d3b988b9332d37d6fc0 ssh-agent -k [2021-06-17T17:11:10.698Z] unset SSH_AUTH_SOCK; [2021-06-17T17:11:10.698Z] unset SSH_AGENT_PID; [2021-06-17T17:11:10.699Z] echo Agent pid 59 killed; [2021-06-17T17:11:10.716Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-06-17T17:11:11.071Z] + git semver [Pipeline] } [2021-06-17T17:11:11.087Z] $ docker stop --time=1 1ed43b9beb96b9a65bf9be39ba52643b901f882766424d3b988b9332d37d6fc0 [2021-06-17T17:11:12.289Z] $ docker rm -f 1ed43b9beb96b9a65bf9be39ba52643b901f882766424d3b988b9332d37d6fc0 [Pipeline] // withDockerContainer [Pipeline] sh [2021-06-17T17:11:12.675Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-06-17T17:11:13.075Z] Stashed 1 file(s) [Pipeline] echo [2021-06-17T17:11:13.085Z] [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-06-17T17:11:28.523Z] Still waiting to schedule task [2021-06-17T17:11:28.524Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-06-17T17:11:28.527Z] Still waiting to schedule task [2021-06-17T17:11:28.527Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-06-17T17:13:37.850Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-0 in /w/workspace/oundry_device-rfid-llrp-go_PR-28 [Pipeline] { [Pipeline] ws [2021-06-17T17:13:37.881Z] Running in /w/workspace/device-rfid-llrp-go/7 [Pipeline] { [Pipeline] checkout [2021-06-17T17:13:38.180Z] Selected Git installation does not exist. Using Default [2021-06-17T17:13:38.180Z] The recommended git tool is: NONE [2021-06-17T17:13:44.768Z] using credential edgex-jenkins-ssh [2021-06-17T17:13:44.790Z] Cloning the remote Git repository [2021-06-17T17:13:44.841Z] Cloning repository git@github.com:edgexfoundry/device-rfid-llrp-go.git [2021-06-17T17:13:44.954Z] > git init /w/workspace/device-rfid-llrp-go/7 # timeout=10 [2021-06-17T17:13:45.025Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git [2021-06-17T17:13:45.025Z] > git --version # timeout=10 [2021-06-17T17:13:45.037Z] > git --version # 'git version 2.17.1' [2021-06-17T17:13:45.039Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-17T17:13:45.131Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-17T17:13:46.438Z] Merging remotes/origin/master commit 13be5718e23b3d254b555f0dd54cf48028820adb into PR head commit d5be011026d4dfa4d94f2ca9b5eba296f113cac9 [2021-06-17T17:13:46.717Z] Merge succeeded, producing d5711fa32249f5935942fde16d16ce3262ddec25 [2021-06-17T17:13:46.719Z] Checking out Revision d5711fa32249f5935942fde16d16ce3262ddec25 (PR-28) [2021-06-17T17:13:45.853Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 [2021-06-17T17:13:45.869Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-17T17:13:45.895Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 [2021-06-17T17:13:45.937Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git [2021-06-17T17:13:45.938Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-17T17:13:45.950Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/pull/28/head:refs/remotes/origin/PR-28 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-17T17:13:46.455Z] > git config core.sparsecheckout # timeout=10 [2021-06-17T17:13:46.467Z] > git checkout -f d5be011026d4dfa4d94f2ca9b5eba296f113cac9 # timeout=10 [2021-06-17T17:13:46.565Z] > git remote # timeout=10 [2021-06-17T17:13:46.582Z] > git config --get remote.origin.url # timeout=10 [2021-06-17T17:13:46.594Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-17T17:13:46.604Z] > git merge 13be5718e23b3d254b555f0dd54cf48028820adb # timeout=10 [2021-06-17T17:13:46.702Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-06-17T17:13:46.724Z] > git config core.sparsecheckout # timeout=10 [2021-06-17T17:13:46.751Z] > git checkout -f d5711fa32249f5935942fde16d16ce3262ddec25 # timeout=10 [2021-06-17T17:13:51.052Z] Commit message: "Merge commit '13be5718e23b3d254b555f0dd54cf48028820adb' into HEAD" [2021-06-17T17:13:51.077Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [2021-06-17T17:13:51.059Z] > git rev-list --no-walk 6942915ae09787aac8d93e00e84f71fc8f800aaa # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-06-17T17:13:52.595Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-06-17T17:13:53.014Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-06-17T17:13:53.369Z] + sudo service docker restart [2021-06-17T17:13:53.369Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-06-17T17:14:11.779Z] provisioning config files... [2021-06-17T17:14:11.810Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/device-rfid-llrp-go/7@tmp/config5235618956837152576tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-06-17T17:14:12.202Z] ---> docker-login.sh [2021-06-17T17:14:12.202Z] nexus3.edgexfoundry.org:10001 [2021-06-17T17:14:13.193Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-17T17:14:13.798Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-17T17:14:13.798Z] Configure a credential helper to remove this warning. See [2021-06-17T17:14:13.798Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-17T17:14:13.799Z] [2021-06-17T17:14:13.799Z] Login Succeeded [2021-06-17T17:14:13.799Z] nexus3.edgexfoundry.org:10002 [2021-06-17T17:14:14.075Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-17T17:14:14.357Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-17T17:14:14.358Z] Configure a credential helper to remove this warning. See [2021-06-17T17:14:14.358Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-17T17:14:14.358Z] [2021-06-17T17:14:14.358Z] Login Succeeded [2021-06-17T17:14:14.358Z] nexus3.edgexfoundry.org:10003 [2021-06-17T17:14:14.642Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-17T17:14:14.916Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-17T17:14:14.916Z] Configure a credential helper to remove this warning. See [2021-06-17T17:14:14.916Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-17T17:14:14.916Z] [2021-06-17T17:14:14.916Z] Login Succeeded [2021-06-17T17:14:14.916Z] nexus3.edgexfoundry.org:10004 [2021-06-17T17:14:15.192Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-17T17:14:15.480Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-17T17:14:15.480Z] Configure a credential helper to remove this warning. See [2021-06-17T17:14:15.480Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-17T17:14:15.480Z] [2021-06-17T17:14:15.480Z] Login Succeeded [2021-06-17T17:14:15.481Z] docker.io [2021-06-17T17:14:15.761Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-17T17:14:16.036Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-17T17:14:16.036Z] Configure a credential helper to remove this warning. See [2021-06-17T17:14:16.036Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-17T17:14:16.036Z] [2021-06-17T17:14:16.036Z] Login Succeeded [2021-06-17T17:14:16.036Z] ---> docker-login.sh ends [Pipeline] } [2021-06-17T17:14:16.057Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-06-17T17:14:16.378Z] ========================================================= [2021-06-17T17:14:16.379Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-06-17T17:14:16.379Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-06-17T17:14:16.741Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-06-17T17:14:17.018Z] Sending build context to Docker daemon 1.197MB [2021-06-17T17:14:17.018Z] Step 1/10 : ARG BASE=golang:1.16-alpine3.12 [2021-06-17T17:14:17.018Z] Step 2/10 : FROM ${BASE} [2021-06-17T17:14:17.296Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-06-17T17:14:17.296Z] 595b0fe564bb: Pulling fs layer [2021-06-17T17:14:17.296Z] 3088b5b3c5c0: Pulling fs layer [2021-06-17T17:14:17.296Z] 5b7225fbf94c: Pulling fs layer [2021-06-17T17:14:17.296Z] ba82ee9f976e: Pulling fs layer [2021-06-17T17:14:17.296Z] 506bd15cee9f: Pulling fs layer [2021-06-17T17:14:17.296Z] 75a0a4a0db45: Pulling fs layer [2021-06-17T17:14:17.296Z] 618dc40b7e24: Pulling fs layer [2021-06-17T17:14:17.297Z] ba82ee9f976e: Waiting [2021-06-17T17:14:17.297Z] 506bd15cee9f: Waiting [2021-06-17T17:14:17.297Z] 75a0a4a0db45: Waiting [2021-06-17T17:14:17.297Z] 618dc40b7e24: Waiting [2021-06-17T17:14:17.297Z] 5b7225fbf94c: Verifying Checksum [2021-06-17T17:14:17.297Z] 5b7225fbf94c: Download complete [2021-06-17T17:14:17.297Z] 3088b5b3c5c0: Download complete [2021-06-17T17:14:17.576Z] 506bd15cee9f: Verifying Checksum [2021-06-17T17:14:17.576Z] 506bd15cee9f: Download complete [2021-06-17T17:14:17.576Z] 595b0fe564bb: Verifying Checksum [2021-06-17T17:14:17.576Z] 595b0fe564bb: Download complete [2021-06-17T17:14:17.576Z] 75a0a4a0db45: Verifying Checksum [2021-06-17T17:14:17.576Z] 75a0a4a0db45: Download complete [2021-06-17T17:14:18.180Z] 595b0fe564bb: Pull complete [2021-06-17T17:14:18.784Z] 3088b5b3c5c0: Pull complete [2021-06-17T17:14:19.387Z] 5b7225fbf94c: Pull complete [2021-06-17T17:14:19.984Z] 618dc40b7e24: Verifying Checksum [2021-06-17T17:14:19.984Z] 618dc40b7e24: Download complete [2021-06-17T17:14:21.967Z] ba82ee9f976e: Download complete [2021-06-17T17:14:32.148Z] ba82ee9f976e: Pull complete [2021-06-17T17:14:32.148Z] 506bd15cee9f: Pull complete [2021-06-17T17:14:32.148Z] 75a0a4a0db45: Pull complete [2021-06-17T17:14:34.799Z] 618dc40b7e24: Pull complete [2021-06-17T17:14:35.072Z] Digest: sha256:191d62e8e984ab65c8d79a04719ea24e645fa2781e820aadaa53da5888d6c818 [2021-06-17T17:14:35.072Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-06-17T17:14:35.072Z] ---> a36622ca3599 [2021-06-17T17:14:35.072Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2021-06-17T17:14:37.720Z] ---> Running in 944ae80adbea [2021-06-17T17:14:37.720Z] Removing intermediate container 944ae80adbea [2021-06-17T17:14:37.720Z] ---> 671546f678ce [2021-06-17T17:14:37.720Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2021-06-17T17:14:38.009Z] ---> Running in 192badd7eed0 [2021-06-17T17:14:38.285Z] Removing intermediate container 192badd7eed0 [2021-06-17T17:14:38.285Z] ---> de42fcc969e8 [2021-06-17T17:14:38.286Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-06-17T17:14:38.560Z] ---> Running in 2c5fe3b550c3 [2021-06-17T17:14:39.160Z] Removing intermediate container 2c5fe3b550c3 [2021-06-17T17:14:39.161Z] ---> a00d7ba6c95c [2021-06-17T17:14:39.161Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-17T17:14:39.161Z] ---> Running in 3e64b9212887 [2021-06-17T17:14:41.798Z] Removing intermediate container 3e64b9212887 [2021-06-17T17:14:41.798Z] ---> 338ed0428881 [2021-06-17T17:14:41.798Z] Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-06-17T17:14:41.799Z] ---> Running in 3afd1d4ec9fb [2021-06-17T17:14:42.787Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-17T17:14:43.764Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-17T17:14:44.753Z] OK: 138 MiB in 40 packages [2021-06-17T17:14:45.735Z] Removing intermediate container 3afd1d4ec9fb [2021-06-17T17:14:45.735Z] ---> 30de981511f5 [2021-06-17T17:14:45.735Z] Step 8/10 : WORKDIR /device-rfid-llrp-go [2021-06-17T17:14:45.735Z] ---> Running in 6809bdbd216b [2021-06-17T17:14:46.332Z] Removing intermediate container 6809bdbd216b [2021-06-17T17:14:46.332Z] ---> a10392d50ac9 [2021-06-17T17:14:46.332Z] Step 9/10 : COPY . . [2021-06-17T17:14:47.324Z] ---> 81c318298924 [2021-06-17T17:14:47.324Z] Step 10/10 : RUN go mod download [2021-06-17T17:14:47.324Z] ---> Running in 7f55f3610fb3 [2021-06-17T17:15:14.176Z] Removing intermediate container 7f55f3610fb3 [2021-06-17T17:15:14.177Z] ---> 60cb1ebdb177 [2021-06-17T17:15:14.177Z] Successfully built 60cb1ebdb177 [2021-06-17T17:15:14.177Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-06-17T17:15:14.532Z] + docker inspect -f . ci-base-image-arm64 [2021-06-17T17:15:14.532Z] . [Pipeline] withDockerContainer [2021-06-17T17:15:14.840Z] prd-ubuntu18.04-docker-arm64-4c-16g-0 does not seem to be running inside a container [2021-06-17T17:15:14.938Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rfid-llrp-go/7 -v /w/workspace/device-rfid-llrp-go/7:/w/workspace/device-rfid-llrp-go/7:rw,z -v /w/workspace/device-rfid-llrp-go/7@tmp:/w/workspace/device-rfid-llrp-go/7@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 ******** ci-base-image-arm64 cat [2021-06-17T17:15:16.697Z] $ docker top 2c499a606487bf962eccf1ec7c5a6bdc583cf2aeccc7702bc71a6d5d7cd62185 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-17T17:15:17.672Z] + go version [2021-06-17T17:15:17.673Z] go version go1.16.5 linux/arm64 [Pipeline] } [2021-06-17T17:15:17.703Z] $ docker stop --time=1 2c499a606487bf962eccf1ec7c5a6bdc583cf2aeccc7702bc71a6d5d7cd62185 [2021-06-17T17:15:19.451Z] $ docker rm -f 2c499a606487bf962eccf1ec7c5a6bdc583cf2aeccc7702bc71a6d5d7cd62185 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-17T17:15:20.280Z] + docker inspect -f . ci-base-image-arm64 [2021-06-17T17:15:20.280Z] . [Pipeline] withDockerContainer [2021-06-17T17:15:20.504Z] prd-ubuntu18.04-docker-arm64-4c-16g-0 does not seem to be running inside a container [2021-06-17T17:15:20.590Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rfid-llrp-go/7 -v /w/workspace/device-rfid-llrp-go/7:/w/workspace/device-rfid-llrp-go/7:rw,z -v /w/workspace/device-rfid-llrp-go/7@tmp:/w/workspace/device-rfid-llrp-go/7@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 ******** ci-base-image-arm64 cat [2021-06-17T17:15:22.028Z] $ docker top d0856ba6a9e9d69778d987ea95ea6e2724edcdb0be885c54579207cd50cb6c4b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-17T17:15:22.984Z] + go mod tidy [2021-06-17T17:15:23.591Z] go: finding module for package github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message [2021-06-17T17:15:23.591Z] go: finding module for package github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver [2021-06-17T17:15:30.285Z] github.com/edgexfoundry/device-rfid-llrp-go/internal/driver imports [2021-06-17T17:15:30.285Z] github.com/edgexfoundry/device-sdk-go/pkg/service imports [2021-06-17T17:15:30.286Z] github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver: module github.com/edgexfoundry/go-mod-bootstrap@latest found (v0.0.72), but does not contain package github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver [2021-06-17T17:15:30.286Z] github.com/edgexfoundry/device-rfid-llrp-go/internal/driver imports [2021-06-17T17:15:30.286Z] github.com/edgexfoundry/device-sdk-go/pkg/service imports [2021-06-17T17:15:30.286Z] github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message: module github.com/edgexfoundry/go-mod-bootstrap@latest found (v0.0.72), but does not contain package github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message [Pipeline] } [2021-06-17T17:15:30.326Z] $ docker stop --time=1 d0856ba6a9e9d69778d987ea95ea6e2724edcdb0be885c54579207cd50cb6c4b [2021-06-17T17:15:32.228Z] $ docker rm -f d0856ba6a9e9d69778d987ea95ea6e2724edcdb0be885c54579207cd50cb6c4b [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] libraryResource [Pipeline] sh [2021-06-17T17:15:34.955Z] ---> job-cost.sh [2021-06-17T17:15:34.955Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-CUnn [2021-06-17T17:15:57.742Z] Running on prd-centos7-docker-4c-2g-2 in /w/workspace/oundry_device-rfid-llrp-go_PR-28 [Pipeline] { [Pipeline] ws [2021-06-17T17:15:57.767Z] Running in /w/workspace/device-rfid-llrp-go/7 [Pipeline] { [Pipeline] checkout [2021-06-17T17:15:57.881Z] Selected Git installation does not exist. Using Default [2021-06-17T17:15:57.881Z] The recommended git tool is: NONE [2021-06-17T17:16:00.199Z] using credential edgex-jenkins-ssh [2021-06-17T17:16:00.221Z] Cloning the remote Git repository [2021-06-17T17:16:00.172Z] Cloning repository git@github.com:edgexfoundry/device-rfid-llrp-go.git [2021-06-17T17:16:00.269Z] > git init /w/workspace/device-rfid-llrp-go/7 # timeout=10 [2021-06-17T17:16:00.358Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git [2021-06-17T17:16:00.358Z] > git --version # timeout=10 [2021-06-17T17:16:00.368Z] > git --version # 'git version 2.24.4' [2021-06-17T17:16:00.368Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-17T17:16:00.433Z] [INFO] Currently running in a labeled security context [2021-06-17T17:16:00.433Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-06-17T17:16:00.433Z] > git /usr/bin/chcon --type=ssh_home_t /w/workspace/device-rfid-llrp-go/7@tmp/jenkins-gitclient-ssh1654923053302508922.key [2021-06-17T17:16:00.447Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-17T17:16:01.035Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 [2021-06-17T17:16:01.043Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-17T17:16:01.057Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 [2021-06-17T17:16:01.072Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git [2021-06-17T17:16:01.072Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-17T17:16:01.073Z] [INFO] Currently running in a labeled security context [2021-06-17T17:16:01.073Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-06-17T17:16:01.073Z] > git /usr/bin/chcon --type=ssh_home_t /w/workspace/device-rfid-llrp-go/7@tmp/jenkins-gitclient-ssh2655457834170398368.key [2021-06-17T17:16:01.085Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/pull/28/head:refs/remotes/origin/PR-28 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-17T17:16:01.640Z] Merging remotes/origin/master commit 13be5718e23b3d254b555f0dd54cf48028820adb into PR head commit d5be011026d4dfa4d94f2ca9b5eba296f113cac9 [2021-06-17T17:16:01.791Z] Merge succeeded, producing 4defa9c0babdf259d97d9c43057e6c9a01cdb121 [2021-06-17T17:16:01.792Z] Checking out Revision 4defa9c0babdf259d97d9c43057e6c9a01cdb121 (PR-28) [2021-06-17T17:16:01.622Z] > git config core.sparsecheckout # timeout=10 [2021-06-17T17:16:01.632Z] > git checkout -f d5be011026d4dfa4d94f2ca9b5eba296f113cac9 # timeout=10 [2021-06-17T17:16:01.686Z] > git remote # timeout=10 [2021-06-17T17:16:01.693Z] > git config --get remote.origin.url # timeout=10 [2021-06-17T17:16:01.704Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-17T17:16:01.705Z] [INFO] Currently running in a labeled security context [2021-06-17T17:16:01.705Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-06-17T17:16:01.706Z] > git /usr/bin/chcon --type=ssh_home_t /w/workspace/device-rfid-llrp-go/7@tmp/jenkins-gitclient-ssh3905329144189332230.key [2021-06-17T17:16:01.718Z] > git merge 13be5718e23b3d254b555f0dd54cf48028820adb # timeout=10 [2021-06-17T17:16:01.762Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-06-17T17:16:01.780Z] > git config core.sparsecheckout # timeout=10 [2021-06-17T17:16:01.792Z] > git checkout -f 4defa9c0babdf259d97d9c43057e6c9a01cdb121 # timeout=10 [2021-06-17T17:16:05.666Z] Commit message: "Merge commit '13be5718e23b3d254b555f0dd54cf48028820adb' into HEAD" [2021-06-17T17:16:05.680Z] First time build. Skipping changelog. [2021-06-17T17:16:05.954Z] [2021-06-17T17:16:05.954Z] GitHub has been notified of this commit’s build result [2021-06-17T17:16:05.954Z] [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-06-17T17:16:05.670Z] > git rev-list --no-walk 6942915ae09787aac8d93e00e84f71fc8f800aaa # timeout=10 [2021-06-17T17:16:06.791Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-06-17T17:16:07.140Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-06-17T17:16:07.447Z] + true [2021-06-17T17:16:07.447Z] + sudo service docker restart [2021-06-17T17:16:07.447Z] Redirecting to /bin/systemctl restart docker.service [2021-06-17T17:16:21.950Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-06-17T17:16:25.647Z] provisioning config files... [2021-06-17T17:16:25.667Z] copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/device-rfid-llrp-go/7@tmp/config1139862711846808410tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-06-17T17:16:26.012Z] ---> docker-login.sh [2021-06-17T17:16:26.012Z] nexus3.edgexfoundry.org:10001 [2021-06-17T17:16:26.012Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-17T17:16:26.275Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-17T17:16:26.276Z] Configure a credential helper to remove this warning. See [2021-06-17T17:16:26.276Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-17T17:16:26.276Z] [2021-06-17T17:16:26.276Z] Login Succeeded [2021-06-17T17:16:26.276Z] nexus3.edgexfoundry.org:10002 [2021-06-17T17:16:26.276Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-17T17:16:26.276Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-17T17:16:26.276Z] Configure a credential helper to remove this warning. See [2021-06-17T17:16:26.276Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-17T17:16:26.276Z] [2021-06-17T17:16:26.276Z] Login Succeeded [2021-06-17T17:16:26.276Z] nexus3.edgexfoundry.org:10003 [2021-06-17T17:16:26.540Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-17T17:16:26.540Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-17T17:16:26.540Z] Configure a credential helper to remove this warning. See [2021-06-17T17:16:26.540Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-17T17:16:26.540Z] [2021-06-17T17:16:26.540Z] Login Succeeded [2021-06-17T17:16:26.540Z] nexus3.edgexfoundry.org:10004 [2021-06-17T17:16:26.540Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-17T17:16:26.540Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-17T17:16:26.540Z] Configure a credential helper to remove this warning. See [2021-06-17T17:16:26.540Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-17T17:16:26.540Z] [2021-06-17T17:16:26.540Z] Login Succeeded [2021-06-17T17:16:26.540Z] docker.io [2021-06-17T17:16:26.808Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-17T17:16:27.069Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-17T17:16:27.069Z] Configure a credential helper to remove this warning. See [2021-06-17T17:16:27.069Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-17T17:16:27.069Z] [2021-06-17T17:16:27.069Z] Login Succeeded [2021-06-17T17:16:27.069Z] ---> docker-login.sh ends [Pipeline] } [2021-06-17T17:16:27.080Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-06-17T17:16:27.263Z] ========================================================= [2021-06-17T17:16:27.263Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-06-17T17:16:27.263Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-06-17T17:16:27.584Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-06-17T17:16:27.584Z] Sending build context to Docker daemon 1.197MB [2021-06-17T17:16:27.584Z] Step 1/10 : ARG BASE=golang:1.16-alpine3.12 [2021-06-17T17:16:27.584Z] Step 2/10 : FROM ${BASE} [2021-06-17T17:16:27.846Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-06-17T17:16:27.847Z] 540db60ca938: Pulling fs layer [2021-06-17T17:16:27.847Z] adcc1eea9eea: Pulling fs layer [2021-06-17T17:16:27.847Z] 4c4ab2625f07: Pulling fs layer [2021-06-17T17:16:27.847Z] 0510c868ecb4: Pulling fs layer [2021-06-17T17:16:27.847Z] afea3b2eda06: Pulling fs layer [2021-06-17T17:16:27.847Z] 7809a108b3ef: Pulling fs layer [2021-06-17T17:16:27.847Z] f706445af74f: Pulling fs layer [2021-06-17T17:16:27.847Z] afea3b2eda06: Waiting [2021-06-17T17:16:27.847Z] 7809a108b3ef: Waiting [2021-06-17T17:16:27.847Z] f706445af74f: Waiting [2021-06-17T17:16:27.847Z] 0510c868ecb4: Waiting [2021-06-17T17:16:27.847Z] 4c4ab2625f07: Verifying Checksum [2021-06-17T17:16:27.847Z] 4c4ab2625f07: Download complete [2021-06-17T17:16:27.847Z] adcc1eea9eea: Verifying Checksum [2021-06-17T17:16:27.847Z] adcc1eea9eea: Download complete [2021-06-17T17:16:27.847Z] afea3b2eda06: Verifying Checksum [2021-06-17T17:16:27.847Z] afea3b2eda06: Download complete [2021-06-17T17:16:27.847Z] 7809a108b3ef: Verifying Checksum [2021-06-17T17:16:27.847Z] 7809a108b3ef: Download complete [2021-06-17T17:16:27.847Z] 540db60ca938: Verifying Checksum [2021-06-17T17:16:27.847Z] 540db60ca938: Download complete [2021-06-17T17:16:28.113Z] 540db60ca938: Pull complete [2021-06-17T17:16:28.113Z] adcc1eea9eea: Pull complete [2021-06-17T17:16:28.377Z] 4c4ab2625f07: Pull complete [2021-06-17T17:16:29.776Z] f706445af74f: Verifying Checksum [2021-06-17T17:16:29.777Z] f706445af74f: Download complete [2021-06-17T17:16:29.777Z] 0510c868ecb4: Verifying Checksum [2021-06-17T17:16:29.777Z] 0510c868ecb4: Download complete [2021-06-17T17:16:33.125Z] 0510c868ecb4: Pull complete [2021-06-17T17:16:33.125Z] afea3b2eda06: Pull complete [2021-06-17T17:16:33.125Z] 7809a108b3ef: Pull complete [2021-06-17T17:16:34.519Z] f706445af74f: Pull complete [2021-06-17T17:16:34.519Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-06-17T17:16:34.519Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-06-17T17:16:34.519Z] ---> b068be0155e3 [2021-06-17T17:16:34.519Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2021-06-17T17:16:37.841Z] ---> Running in db27fc643b02 [2021-06-17T17:16:37.841Z] Removing intermediate container db27fc643b02 [2021-06-17T17:16:37.841Z] ---> 107fc9388295 [2021-06-17T17:16:37.841Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2021-06-17T17:16:37.841Z] ---> Running in 3ed98f2c7dba [2021-06-17T17:16:38.108Z] Removing intermediate container 3ed98f2c7dba [2021-06-17T17:16:38.108Z] ---> 92e44c728bf3 [2021-06-17T17:16:38.108Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-06-17T17:16:38.108Z] ---> Running in 43934bd573c8 [2021-06-17T17:16:38.371Z] Removing intermediate container 43934bd573c8 [2021-06-17T17:16:38.371Z] ---> 7d552f50a838 [2021-06-17T17:16:38.371Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-17T17:16:38.371Z] ---> Running in a0056b32d818 [2021-06-17T17:16:38.950Z] Removing intermediate container a0056b32d818 [2021-06-17T17:16:38.950Z] ---> e159b9f3d2d5 [2021-06-17T17:16:38.950Z] Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-06-17T17:16:38.950Z] ---> Running in 23dde998e660 [2021-06-17T17:16:39.216Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-17T17:16:40.178Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-17T17:16:40.762Z] OK: 149 MiB in 40 packages [2021-06-17T17:16:41.027Z] Removing intermediate container 23dde998e660 [2021-06-17T17:16:41.027Z] ---> 0a95e6f8a5ff [2021-06-17T17:16:41.027Z] Step 8/10 : WORKDIR /device-rfid-llrp-go [2021-06-17T17:16:41.027Z] ---> Running in 62dda3d7848b [2021-06-17T17:16:41.027Z] Removing intermediate container 62dda3d7848b [2021-06-17T17:16:41.027Z] ---> fb2ef34b3502 [2021-06-17T17:16:41.027Z] Step 9/10 : COPY . . [2021-06-17T17:16:41.304Z] ---> cd10a4a00d8f [2021-06-17T17:16:41.304Z] Step 10/10 : RUN go mod download [2021-06-17T17:16:41.304Z] ---> Running in ef3388220cdb [2021-06-17T17:16:51.333Z] Removing intermediate container ef3388220cdb [2021-06-17T17:16:51.333Z] ---> 588d86a66755 [2021-06-17T17:16:51.333Z] Successfully built 588d86a66755 [2021-06-17T17:16:51.333Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-06-17T17:16:51.654Z] + docker inspect -f . ci-base-image-x86_64 [2021-06-17T17:16:51.654Z] . [Pipeline] withDockerContainer [2021-06-17T17:16:51.760Z] prd-centos7-docker-4c-2g-2 does not seem to be running inside a container [2021-06-17T17:16:51.808Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rfid-llrp-go/7 -v /w/workspace/device-rfid-llrp-go/7:/w/workspace/device-rfid-llrp-go/7:rw,z -v /w/workspace/device-rfid-llrp-go/7@tmp:/w/workspace/device-rfid-llrp-go/7@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 ******** ci-base-image-x86_64 cat [2021-06-17T17:16:52.172Z] $ docker top 5799dadb5d30a7d509859a15d97ede672db84cfe8f31e3a33349bde010297f4d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-17T17:16:52.575Z] + go version [2021-06-17T17:16:52.576Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-06-17T17:16:52.591Z] $ docker stop --time=1 5799dadb5d30a7d509859a15d97ede672db84cfe8f31e3a33349bde010297f4d [2021-06-17T17:16:53.786Z] $ docker rm -f 5799dadb5d30a7d509859a15d97ede672db84cfe8f31e3a33349bde010297f4d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-17T17:16:54.508Z] + docker inspect -f . ci-base-image-x86_64 [2021-06-17T17:16:54.508Z] . [Pipeline] withDockerContainer [2021-06-17T17:16:54.590Z] prd-centos7-docker-4c-2g-2 does not seem to be running inside a container [2021-06-17T17:16:54.645Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rfid-llrp-go/7 -v /w/workspace/device-rfid-llrp-go/7:/w/workspace/device-rfid-llrp-go/7:rw,z -v /w/workspace/device-rfid-llrp-go/7@tmp:/w/workspace/device-rfid-llrp-go/7@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 ******** ci-base-image-x86_64 cat [2021-06-17T17:16:54.988Z] $ docker top 8b498d97e17cb492c8722ea825abd1e9ea63dfcd9da4477688f333a056279714 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-17T17:16:55.409Z] + go mod tidy [2021-06-17T17:16:55.671Z] go: finding module for package github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message [2021-06-17T17:16:55.671Z] go: finding module for package github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver [2021-06-17T17:16:55.671Z] github.com/edgexfoundry/device-rfid-llrp-go/internal/driver imports [2021-06-17T17:16:55.671Z] github.com/edgexfoundry/device-sdk-go/pkg/service imports [2021-06-17T17:16:55.671Z] github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver: module github.com/edgexfoundry/go-mod-bootstrap@latest found (v0.0.72), but does not contain package github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver [2021-06-17T17:16:55.671Z] github.com/edgexfoundry/device-rfid-llrp-go/internal/driver imports [2021-06-17T17:16:55.671Z] github.com/edgexfoundry/device-sdk-go/pkg/service imports [2021-06-17T17:16:55.671Z] github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message: module github.com/edgexfoundry/go-mod-bootstrap@latest found (v0.0.72), but does not contain package github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message [Pipeline] } [2021-06-17T17:16:55.686Z] $ docker stop --time=1 8b498d97e17cb492c8722ea825abd1e9ea63dfcd9da4477688f333a056279714 [2021-06-17T17:16:56.899Z] $ docker rm -f 8b498d97e17cb492c8722ea825abd1e9ea63dfcd9da4477688f333a056279714 [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] libraryResource [Pipeline] sh [2021-06-17T17:16:57.793Z] ---> job-cost.sh [2021-06-17T17:16:57.793Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-yNqj [2021-06-17T17:17:07.820Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-06-17T17:17:22.794Z] lf-activate-venv(): INFO: Adding /tmp/venv-yNqj/bin to PATH [2021-06-17T17:17:22.794Z] INFO: No Stack... [2021-06-17T17:17:22.794Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-06-17T17:17:23.071Z] INFO: Archiving Costs [Pipeline] sh [2021-06-17T17:17:23.376Z] + cat /w/workspace/device-rfid-llrp-go/7/archives/cost.csv [2021-06-17T17:17:23.377Z] + cut -d, -f6 [Pipeline] lock [2021-06-17T17:17:23.419Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-28-7-stack-cost] [2021-06-17T17:17:23.432Z] Resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-28-7-stack-cost] did not exist. Created. [2021-06-17T17:17:23.434Z] Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-28-7-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-06-17T17:17:23.783Z] + echo total: 0.05999999865889549 [Pipeline] stash [2021-06-17T17:17:24.010Z] Stashed 1 file(s) [Pipeline] } [2021-06-17T17:17:24.024Z] Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-28-7-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-06-17T17:17:24.352Z] Failed in branch amd64 [2021-06-17T17:17:58.741Z] lf-activate-venv(): INFO: Adding /tmp/venv-CUnn/bin to PATH [2021-06-17T17:17:58.741Z] INFO: No Stack... [2021-06-17T17:17:58.741Z] INFO: Retrieving Pricing Info for: v2-standard-4 [2021-06-17T17:17:58.741Z] INFO: Archiving Costs [Pipeline] sh [2021-06-17T17:17:59.090Z] + cat /w/workspace/device-rfid-llrp-go/7/archives/cost.csv [2021-06-17T17:17:59.090Z] + cut -d, -f6 [Pipeline] lock [2021-06-17T17:17:59.162Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-28-7-stack-cost] [2021-06-17T17:17:59.172Z] Resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-28-7-stack-cost] did not exist. Created. [2021-06-17T17:17:59.172Z] Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-28-7-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-06-17T17:17:59.547Z] /w/workspace/device-rfid-llrp-go/7@tmp/durable-d5aaf332/script.sh: 1: /w/workspace/device-rfid-llrp-go/7@tmp/durable-d5aaf332/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-06-17T17:17:59.905Z] + echo total: 0.18000000715255737 [Pipeline] stash [2021-06-17T17:17:59.942Z] Warning: overwriting stash ‘stack-cost’ [2021-06-17T17:18:00.588Z] Stashed 1 file(s) [Pipeline] } [2021-06-17T17:18:00.602Z] Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-28-7-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-06-17T17:18:00.935Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-06-17T17:18:04.010Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-17T17:18:04.595Z] ---> package-listing.sh [2021-06-17T17:18:04.595Z] ++ tr '[:upper:]' '[:lower:]' [2021-06-17T17:18:04.595Z] ++ facter osfamily [2021-06-17T17:18:04.862Z] + OS_FAMILY=redhat [2021-06-17T17:18:04.862Z] + workspace=/w/workspace/oundry_device-rfid-llrp-go_PR-28 [2021-06-17T17:18:04.862Z] + START_PACKAGES=/tmp/packages_start.txt [2021-06-17T17:18:04.862Z] + END_PACKAGES=/tmp/packages_end.txt [2021-06-17T17:18:04.862Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-06-17T17:18:04.862Z] + PACKAGES=/tmp/packages_start.txt [2021-06-17T17:18:04.862Z] + '[' /w/workspace/oundry_device-rfid-llrp-go_PR-28 ']' [2021-06-17T17:18:04.862Z] + PACKAGES=/tmp/packages_end.txt [2021-06-17T17:18:04.862Z] + case "${OS_FAMILY}" in [2021-06-17T17:18:04.862Z] + rpm -qa [2021-06-17T17:18:04.862Z] + sort [2021-06-17T17:18:05.440Z] + '[' -f /tmp/packages_start.txt ']' [2021-06-17T17:18:05.440Z] + '[' -f /tmp/packages_end.txt ']' [2021-06-17T17:18:05.440Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-06-17T17:18:05.440Z] + '[' /w/workspace/oundry_device-rfid-llrp-go_PR-28 ']' [2021-06-17T17:18:05.440Z] + mkdir -p /w/workspace/oundry_device-rfid-llrp-go_PR-28/archives/ [2021-06-17T17:18:05.440Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oundry_device-rfid-llrp-go_PR-28/archives/ [Pipeline] echo [2021-06-17T17:18:05.457Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/oundry_device-rfid-llrp-go_PR-28/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-06-17T17:18:05.796Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-06-17T17:18:06.110Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-06-17T17:18:06.111Z] [2021-06-17T17:18:06.111Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-06-17T17:18:06.436Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-06-17T17:18:06.436Z] alpine: Pulling from edgex-lftools-log-publisher [2021-06-17T17:18:06.436Z] df20fa9351a1: Pulling fs layer [2021-06-17T17:18:06.436Z] 36b3adc4ff6f: Pulling fs layer [2021-06-17T17:18:06.436Z] 8ad3a11d3b57: Pulling fs layer [2021-06-17T17:18:06.436Z] 46f8f816bc3b: Pulling fs layer [2021-06-17T17:18:06.436Z] 93b61091891f: Pulling fs layer [2021-06-17T17:18:06.436Z] 93b9cdb0e59b: Pulling fs layer [2021-06-17T17:18:06.436Z] 5e14af77c1be: Pulling fs layer [2021-06-17T17:18:06.436Z] 01666e4c0597: Pulling fs layer [2021-06-17T17:18:06.436Z] aa168da1d23b: Pulling fs layer [2021-06-17T17:18:06.436Z] 46f8f816bc3b: Waiting [2021-06-17T17:18:06.436Z] 93b61091891f: Waiting [2021-06-17T17:18:06.436Z] 93b9cdb0e59b: Waiting [2021-06-17T17:18:06.436Z] 5e14af77c1be: Waiting [2021-06-17T17:18:06.436Z] 01666e4c0597: Waiting [2021-06-17T17:18:06.436Z] aa168da1d23b: Waiting [2021-06-17T17:18:06.436Z] 36b3adc4ff6f: Verifying Checksum [2021-06-17T17:18:06.436Z] 36b3adc4ff6f: Download complete [2021-06-17T17:18:06.436Z] 46f8f816bc3b: Verifying Checksum [2021-06-17T17:18:06.436Z] 46f8f816bc3b: Download complete [2021-06-17T17:18:06.436Z] df20fa9351a1: Verifying Checksum [2021-06-17T17:18:06.436Z] df20fa9351a1: Download complete [2021-06-17T17:18:06.436Z] 93b9cdb0e59b: Verifying Checksum [2021-06-17T17:18:06.436Z] 93b9cdb0e59b: Download complete [2021-06-17T17:18:06.705Z] 93b61091891f: Verifying Checksum [2021-06-17T17:18:06.705Z] 93b61091891f: Download complete [2021-06-17T17:18:06.706Z] 5e14af77c1be: Verifying Checksum [2021-06-17T17:18:06.706Z] 5e14af77c1be: Download complete [2021-06-17T17:18:06.706Z] 01666e4c0597: Verifying Checksum [2021-06-17T17:18:06.706Z] 01666e4c0597: Download complete [2021-06-17T17:18:06.706Z] df20fa9351a1: Pull complete [2021-06-17T17:18:06.971Z] 36b3adc4ff6f: Pull complete [2021-06-17T17:18:07.566Z] 8ad3a11d3b57: Verifying Checksum [2021-06-17T17:18:07.566Z] 8ad3a11d3b57: Download complete [2021-06-17T17:18:08.144Z] 8ad3a11d3b57: Pull complete [2021-06-17T17:18:08.144Z] 46f8f816bc3b: Pull complete [2021-06-17T17:18:08.413Z] 93b61091891f: Pull complete [2021-06-17T17:18:08.413Z] 93b9cdb0e59b: Pull complete [2021-06-17T17:18:08.678Z] 5e14af77c1be: Pull complete [2021-06-17T17:18:08.678Z] 01666e4c0597: Pull complete [2021-06-17T17:18:08.939Z] aa168da1d23b: Verifying Checksum [2021-06-17T17:18:08.939Z] aa168da1d23b: Download complete [2021-06-17T17:18:13.169Z] aa168da1d23b: Pull complete [2021-06-17T17:18:13.169Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-06-17T17:18:13.169Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-06-17T17:18:13.169Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-06-17T17:18:13.254Z] prd-centos7-docker-4c-2g-2056 does not seem to be running inside a container [2021-06-17T17:18:13.294Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/oundry_device-rfid-llrp-go_PR-28/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/oundry_device-rfid-llrp-go_PR-28 -v /w/workspace/oundry_device-rfid-llrp-go_PR-28:/w/workspace/oundry_device-rfid-llrp-go_PR-28:rw,z -v /w/workspace/oundry_device-rfid-llrp-go_PR-28@tmp:/w/workspace/oundry_device-rfid-llrp-go_PR-28@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-06-17T17:18:15.776Z] $ docker top 6d5e5843b07e7de46b46a91e5b2273a669c5014bed57dbc60b2e952e0c77bace -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-17T17:18:16.163Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-06-17T17:18:16.466Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-06-17T17:18:16.818Z] + ls /var/log/sa-host [2021-06-17T17:18:16.818Z] + sadf -c /var/log/sa-host/sa05 [2021-06-17T17:18:16.818Z] file_magic: OK [2021-06-17T17:18:16.818Z] HZ: Using current value: 100 [2021-06-17T17:18:16.818Z] file_header: OK [2021-06-17T17:18:16.818Z] 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-06-17T17:18:16.818Z] Statistics: [2021-06-17T17:18:16.818Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-06-17T17:18:16.818Z] File successfully converted to sysstat format version 12.2.1 [2021-06-17T17:18:16.818Z] + sadf -c /var/log/sa-host/sa17 [2021-06-17T17:18:16.818Z] file_magic: OK [2021-06-17T17:18:16.818Z] HZ: Using current value: 100 [2021-06-17T17:18:16.818Z] file_header: OK [2021-06-17T17:18:16.818Z] 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-06-17T17:18:16.818Z] Statistics: [2021-06-17T17:18:16.819Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-06-17T17:18:16.819Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-06-17T17:18:20.155Z] provisioning config files... [2021-06-17T17:18:20.177Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oundry_device-rfid-llrp-go_PR-28@tmp/config7755440119769459604tmp [Pipeline] { [Pipeline] echo [2021-06-17T17:18:20.205Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-17T17:18:20.514Z] ---> create-netrc.sh [Pipeline] } [2021-06-17T17:18:20.525Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2021-06-17T17:18:21.092Z] ---> python-tools-install.sh [Pipeline] echo [2021-06-17T17:18:21.105Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-17T17:18:21.423Z] ---> sudo-logs.sh [2021-06-17T17:18:21.424Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-06-17T17:18:21.478Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-17T17:18:21.783Z] ---> job-cost.sh [2021-06-17T17:18:21.783Z] lf-activate-venv: SKIPPING [2021-06-17T17:18:21.783Z] DEBUG: total: 0.18000000715255737 [2021-06-17T17:18:21.783Z] INFO: Retrieving Stack Cost... [2021-06-17T17:18:22.730Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-06-17T17:18:23.303Z] INFO: Archiving Costs [Pipeline] echo [2021-06-17T17:18:23.319Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-17T17:18:23.624Z] ---> logs-deploy.sh [2021-06-17T17:18:23.625Z] lf-activate-venv: SKIPPING [2021-06-17T17:18:23.625Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rfid-llrp-go/PR-28/7 [2021-06-17T17:18:23.625Z] INFO: archiving workspace using pattern(s): [2021-06-17T17:18:24.581Z] Archives upload complete. [2021-06-17T17:18:24.581Z] INFO: archiving logs to Nexus [2021-06-17T17:18:25.158Z] ---> uname -a: [2021-06-17T17:18:25.158Z] Linux prd-centos7-docker-4c-2g-2056.vexxhost.local 3.10.0-1160.21.1.el7.x86_64 #1 SMP Tue Mar 16 18:28:22 UTC 2021 x86_64 Linux [2021-06-17T17:18:25.158Z] [2021-06-17T17:18:25.158Z] [2021-06-17T17:18:25.158Z] ---> lscpu: [2021-06-17T17:18:25.158Z] Architecture: x86_64 [2021-06-17T17:18:25.158Z] CPU op-mode(s): 32-bit, 64-bit [2021-06-17T17:18:25.158Z] Byte Order: Little Endian [2021-06-17T17:18:25.158Z] Address sizes: 40 bits physical, 48 bits virtual [2021-06-17T17:18:25.158Z] CPU(s): 2 [2021-06-17T17:18:25.158Z] On-line CPU(s) list: 0,1 [2021-06-17T17:18:25.158Z] Thread(s) per core: 1 [2021-06-17T17:18:25.158Z] Core(s) per socket: 1 [2021-06-17T17:18:25.158Z] Socket(s): 2 [2021-06-17T17:18:25.158Z] NUMA node(s): 1 [2021-06-17T17:18:25.158Z] Vendor ID: AuthenticAMD [2021-06-17T17:18:25.158Z] CPU family: 23 [2021-06-17T17:18:25.158Z] Model: 49 [2021-06-17T17:18:25.158Z] Model name: AMD EPYC-Rome Processor [2021-06-17T17:18:25.158Z] Stepping: 0 [2021-06-17T17:18:25.158Z] CPU MHz: 2799.998 [2021-06-17T17:18:25.158Z] BogoMIPS: 5599.99 [2021-06-17T17:18:25.158Z] Virtualization: AMD-V [2021-06-17T17:18:25.158Z] Hypervisor vendor: KVM [2021-06-17T17:18:25.158Z] Virtualization type: full [2021-06-17T17:18:25.158Z] L1d cache: 64 KiB [2021-06-17T17:18:25.158Z] L1i cache: 64 KiB [2021-06-17T17:18:25.158Z] L2 cache: 1 MiB [2021-06-17T17:18:25.158Z] L3 cache: 32 MiB [2021-06-17T17:18:25.158Z] NUMA node0 CPU(s): 0,1 [2021-06-17T17:18:25.158Z] Vulnerability Itlb multihit: Not affected [2021-06-17T17:18:25.158Z] Vulnerability L1tf: Not affected [2021-06-17T17:18:25.159Z] Vulnerability Mds: Not affected [2021-06-17T17:18:25.159Z] Vulnerability Meltdown: Not affected [2021-06-17T17:18:25.159Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-06-17T17:18:25.159Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-06-17T17:18:25.159Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-06-17T17:18:25.159Z] Vulnerability Srbds: Not affected [2021-06-17T17:18:25.159Z] Vulnerability Tsx async abort: Not affected [2021-06-17T17:18:25.159Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm art rep_good nopl extd_apicid eagerfpu pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 arat npt nrip_save umip spec_ctrl intel_stibp [2021-06-17T17:18:25.159Z] [2021-06-17T17:18:25.159Z] [2021-06-17T17:18:25.159Z] ---> nproc: [2021-06-17T17:18:25.159Z] 2 [2021-06-17T17:18:25.159Z] [2021-06-17T17:18:25.159Z] [2021-06-17T17:18:25.159Z] ---> df -h: [2021-06-17T17:18:25.159Z] Filesystem Size Used Available Use% Mounted on [2021-06-17T17:18:25.159Z] overlay 40.0G 7.2G 32.8G 18% / [2021-06-17T17:18:25.159Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-06-17T17:18:25.159Z] tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup [2021-06-17T17:18:25.159Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-06-17T17:18:25.159Z] /dev/vda1 40.0G 7.2G 32.8G 18% /facter-os [2021-06-17T17:18:25.159Z] /dev/vda1 40.0G 7.2G 32.8G 18% /etc/resolv.conf [2021-06-17T17:18:25.159Z] /dev/vda1 40.0G 7.2G 32.8G 18% /etc/hostname [2021-06-17T17:18:25.159Z] /dev/vda1 40.0G 7.2G 32.8G 18% /etc/hosts [2021-06-17T17:18:25.159Z] /dev/vda1 40.0G 7.2G 32.8G 18% /run/cloud-init/result.json [2021-06-17T17:18:25.159Z] /dev/vda1 40.0G 7.2G 32.8G 18% /w/workspace/oundry_device-rfid-llrp-go_PR-28 [2021-06-17T17:18:25.159Z] /dev/vda1 40.0G 7.2G 32.8G 18% /w/workspace/oundry_device-rfid-llrp-go_PR-28@tmp [2021-06-17T17:18:25.159Z] /dev/vda1 40.0G 7.2G 32.8G 18% /var/log/sa-host [2021-06-17T17:18:25.159Z] /dev/vda1 40.0G 7.2G 32.8G 18% /var/log/secure [2021-06-17T17:18:25.159Z] /dev/vda1 40.0G 7.2G 32.8G 18% /var/log/auth.log [2021-06-17T17:18:25.159Z] [2021-06-17T17:18:25.159Z] [2021-06-17T17:18:25.159Z] ---> free -m: [2021-06-17T17:18:25.159Z] total used free shared buff/cache available [2021-06-17T17:18:25.159Z] Mem: 7821 929 4730 0 2161 6731 [2021-06-17T17:18:25.159Z] Swap: 1023 0 1023 [2021-06-17T17:18:25.159Z] [2021-06-17T17:18:25.159Z] [2021-06-17T17:18:25.159Z] ---> ip addr: [2021-06-17T17:18:25.159Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-06-17T17:18:25.159Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-06-17T17:18:25.159Z] inet 127.0.0.1/8 scope host lo [2021-06-17T17:18:25.159Z] valid_lft forever preferred_lft forever [2021-06-17T17:18:25.159Z] inet6 ::1/128 scope host [2021-06-17T17:18:25.159Z] valid_lft forever preferred_lft forever [2021-06-17T17:18:25.159Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-06-17T17:18:25.159Z] link/ether fa:16:3e:28:47:27 brd ff:ff:ff:ff:ff:ff [2021-06-17T17:18:25.159Z] inet 10.30.123.81/23 brd 10.30.123.255 scope global dynamic eth0 [2021-06-17T17:18:25.159Z] valid_lft 68354sec preferred_lft 68354sec [2021-06-17T17:18:25.159Z] inet6 fe80::f816:3eff:fe28:4727/64 scope link [2021-06-17T17:18:25.159Z] valid_lft forever preferred_lft forever [2021-06-17T17:18:25.159Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-06-17T17:18:25.159Z] link/ether 02:42:34:67:b6:81 brd ff:ff:ff:ff:ff:ff [2021-06-17T17:18:25.159Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-06-17T17:18:25.159Z] valid_lft forever preferred_lft forever [2021-06-17T17:18:25.159Z] inet6 fe80::42:34ff:fe67:b681/64 scope link [2021-06-17T17:18:25.159Z] valid_lft forever preferred_lft forever [2021-06-17T17:18:25.159Z] [2021-06-17T17:18:25.159Z]