Branch indexing Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 37381ec3f65a6d1c524847dd5b265be5d59be2fc+9eabae5d0b8447ec436d7ae13a4bd32fe3887095 (d846fe8d09ca7fd7a971085aadeb9674a94f04c6) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh528018285529823851.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision c141c1271097dc03ad291c2451e310eaf98cdd06 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh9016276705391296523.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision c141c1271097dc03ad291c2451e310eaf98cdd06 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rfid-llrp-go/branches/PR-29/workspace@libs/edgex-global-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rfid-llrp-go/branches/PR-29/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh5513283753732864086.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision c141c1271097dc03ad291c2451e310eaf98cdd06 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f c141c1271097dc03ad291c2451e310eaf98cdd06 # timeout=10 Commit message: "Merge pull request #355 from ernestojeda/error-check-post-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh6739040503849900311.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 9bc0e518fca0494fd51682b06eec2da29a326327 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rfid-llrp-go/branches/PR-29/workspace@libs/lf-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rfid-llrp-go/branches/PR-29/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh9165465603264555051.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 9bc0e518fca0494fd51682b06eec2da29a326327 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 9bc0e518fca0494fd51682b06eec2da29a326327 # timeout=10 Commit message: "Merge "Fix: Make archiveArtifacts overwriteable in lfJava"" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-rfid-llrp-go, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-rfid-llrp-go-settings PROJECT: device-rfid-llrp-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-rfid-llrp DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-2057 in /w/workspace/oundry_device-rfid-llrp-go_PR-29 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-rfid-llrp-go.git > git init /w/workspace/oundry_device-rfid-llrp-go_PR-29 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git > git --version # timeout=10 > git --version # 'git version 2.24.4' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp/jenkins-gitclient-ssh895681683055834478.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 9eabae5d0b8447ec436d7ae13a4bd32fe3887095 into PR head commit 37381ec3f65a6d1c524847dd5b265be5d59be2fc Merge succeeded, producing 6ab3a28f2b4e5662a05cc6da8d87542ba8af3382 Checking out Revision 6ab3a28f2b4e5662a05cc6da8d87542ba8af3382 (PR-29) > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp/jenkins-gitclient-ssh2765520305594484982.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/pull/29/head:refs/remotes/origin/PR-29 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 37381ec3f65a6d1c524847dd5b265be5d59be2fc # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp/jenkins-gitclient-ssh13673687345283724.key > git merge 9eabae5d0b8447ec436d7ae13a4bd32fe3887095 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6ab3a28f2b4e5662a05cc6da8d87542ba8af3382 # timeout=10 Commit message: "Merge commit '9eabae5d0b8447ec436d7ae13a4bd32fe3887095' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk 7e7ef3aae4522d17b5d0ce2fe4de7150dc9da8f2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 09:06:35 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 09:06:35 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 09:06:35 ========================================================= 09:06:35 EdgeX Global Pipelines Version Info 09:06:35 ========================================================= [Pipeline] libraryResource [Pipeline] sh 09:06:36 ------------------- 09:06:36 stable info: 09:06:36 ------------------- 09:06:36 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:06:36 Commit SHA: c141c1271097dc03ad291c2451e310eaf98cdd06 09:06:36 Message: update stable to v1.0.206 09:06:37 ------------------- 09:06:37 experimental info: 09:06:37 ------------------- 09:06:37 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:06:37 Commit SHA: c141c1271097dc03ad291c2451e310eaf98cdd06 09:06:37 Message: update experimental to v1.0.206 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 09:06:37 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rfid-llrp-go-settings [Pipeline] echo 09:06:37 [edgeXSetupEnvironment]: set envvar PROJECT = device-rfid-llrp-go [Pipeline] echo 09:06:37 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 09:06:37 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 09:06:37 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 09:06:37 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 09:06:37 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 09:06:37 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 09:06:37 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 09:06:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 09:06:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 09:06:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 09:06:37 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rfid-llrp [Pipeline] echo 09:06:37 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 09:06:37 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 09:06:37 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 09:06:37 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 09:06:37 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 09:06:37 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 09:06:37 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 09:06:37 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 09:06:37 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 09:06:38 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 09:06:38 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 09:06:38 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 09:06:38 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 09:06:38 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 09:06:38 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-29 [Pipeline] echo 09:06:38 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-29 [Pipeline] echo 09:06:38 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-29 [Pipeline] echo 09:06:38 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6ab3a28f2b4e5662a05cc6da8d87542ba8af3382 [Pipeline] echo 09:06:38 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6ab3a28 [Pipeline] echo 09:06:38 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:06:38 provisioning config files... 09:06:38 copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp/config3856207336437461495tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:06:38 ---> docker-login.sh 09:06:38 nexus3.edgexfoundry.org:10001 09:06:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:06:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:06:38 Configure a credential helper to remove this warning. See 09:06:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:06:38 09:06:38 Login Succeeded 09:06:38 nexus3.edgexfoundry.org:10002 09:06:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:06:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:06:39 Configure a credential helper to remove this warning. See 09:06:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:06:39 09:06:39 Login Succeeded 09:06:39 nexus3.edgexfoundry.org:10003 09:06:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:06:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:06:39 Configure a credential helper to remove this warning. See 09:06:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:06:39 09:06:39 Login Succeeded 09:06:39 nexus3.edgexfoundry.org:10004 09:06:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:06:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:06:39 Configure a credential helper to remove this warning. See 09:06:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:06:39 09:06:39 Login Succeeded 09:06:39 docker.io 09:06:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:06:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:06:40 Configure a credential helper to remove this warning. See 09:06:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:06:40 09:06:40 Login Succeeded 09:06:40 ---> docker-login.sh ends [Pipeline] } 09:06:40 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 09:06:40 + git log --format=format:%s -1 6ab3a28f2b4e5662a05cc6da8d87542ba8af3382 [Pipeline] echo 09:06:40 GIT_COMMIT: 6ab3a28f2b4e5662a05cc6da8d87542ba8af3382, Commit Message: Merge commit '9eabae5d0b8447ec436d7ae13a4bd32fe3887095' into HEAD [Pipeline] echo 09:06:40 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 09:06:41 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:06:41 09:06:41 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 09:06:42 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:06:42 latest: Pulling from edgex-devops/git-semver 09:06:42 31603596830f: Pulling fs layer 09:06:42 04fac38145f0: Pulling fs layer 09:06:42 701f6daf10bf: Pulling fs layer 09:06:42 24f72da36158: Pulling fs layer 09:06:42 24f72da36158: Waiting 09:06:42 04fac38145f0: Verifying Checksum 09:06:42 04fac38145f0: Download complete 09:06:42 31603596830f: Verifying Checksum 09:06:42 31603596830f: Download complete 09:06:42 24f72da36158: Verifying Checksum 09:06:42 24f72da36158: Download complete 09:06:42 701f6daf10bf: Verifying Checksum 09:06:42 701f6daf10bf: Download complete 09:06:42 31603596830f: Pull complete 09:06:42 04fac38145f0: Pull complete 09:06:43 701f6daf10bf: Pull complete 09:06:43 24f72da36158: Pull complete 09:06:43 Digest: sha256:4df6d42b0a42de7465b316d5d101e9e577e29cf163494206da03a6bf8561ec42 09:06:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:06:43 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 09:06:43 prd-centos7-docker-4c-2g-2057 does not seem to be running inside a container 09:06:43 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/oundry_device-rfid-llrp-go_PR-29 -v /w/workspace/oundry_device-rfid-llrp-go_PR-29:/w/workspace/oundry_device-rfid-llrp-go_PR-29:rw,z -v /w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp:/w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 09:06:44 $ docker top 9d38fac66aa42c2036dd105872784c3fedbf47039fea4118e0bac955be9029e5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:06:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:06:45 [ssh-agent] Looking for ssh-agent implementation... 09:06:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:06:45 $ docker exec 9d38fac66aa42c2036dd105872784c3fedbf47039fea4118e0bac955be9029e5 ssh-agent 09:06:45 SSH_AUTH_SOCK=/tmp/ssh-IuqmJPEVGnd1/agent.14 09:06:45 SSH_AGENT_PID=20 09:06:45 Running ssh-add (command line suppressed) 09:06:45 Identity added: /w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp/private_key_5728542134256571414.key (/w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp/private_key_5728542134256571414.key) 09:06:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:06:45 + git tag --points-at HEAD [Pipeline] } 09:06:45 $ docker exec --env ******** --env ******** 9d38fac66aa42c2036dd105872784c3fedbf47039fea4118e0bac955be9029e5 ssh-agent -k 09:06:45 unset SSH_AUTH_SOCK; 09:06:45 unset SSH_AGENT_PID; 09:06:45 echo Agent pid 20 killed; 09:06:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 09:06:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:06:45 [ssh-agent] Looking for ssh-agent implementation... 09:06:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:06:46 $ docker exec 9d38fac66aa42c2036dd105872784c3fedbf47039fea4118e0bac955be9029e5 ssh-agent 09:06:46 SSH_AUTH_SOCK=/tmp/ssh-u0gMbFT1JjJV/agent.54 09:06:46 SSH_AGENT_PID=60 09:06:46 Running ssh-add (command line suppressed) 09:06:46 Identity added: /w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp/private_key_7999388420400590477.key (/w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp/private_key_7999388420400590477.key) 09:06:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:06:46 + git semver init 09:06:46 # -> Open(): unable to determine branch for HEAD 09:06:46 # $GIT_DIR = /w/workspace/oundry_device-rfid-llrp-go_PR-29/.git 09:06:46 # $GIT_WORK_TREE = /w/workspace/oundry_device-rfid-llrp-go_PR-29 09:06:46 # $SEMVER_REMOTE_NAME = origin 09:06:46 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:06:46 # $SEMVER_USER_NAME = edgex-jenkins 09:06:46 # $SEMVER_BRANCH = PR-29 09:06:46 # $SEMVER_TEMP = /tmp/semver-422521549 09:06:46 # git clone --branch semver git@github.com:edgexfoundry/device-rfid-llrp-go.git $SEMVER_TEMP 09:06:47 # '/tmp/semver-422521549' -> '/w/workspace/oundry_device-rfid-llrp-go_PR-29/.semver' 09:06:47 # -> Force: false 09:06:47 # $SEMVER_DIR = /w/workspace/oundry_device-rfid-llrp-go_PR-29/.semver [Pipeline] } 09:06:47 $ docker exec --env ******** --env ******** 9d38fac66aa42c2036dd105872784c3fedbf47039fea4118e0bac955be9029e5 ssh-agent -k 09:06:47 unset SSH_AUTH_SOCK; 09:06:47 unset SSH_AGENT_PID; 09:06:47 echo Agent pid 60 killed; 09:06:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:06:47 + git semver [Pipeline] } 09:06:47 $ docker stop --time=1 9d38fac66aa42c2036dd105872784c3fedbf47039fea4118e0bac955be9029e5 09:06:49 $ docker rm -f 9d38fac66aa42c2036dd105872784c3fedbf47039fea4118e0bac955be9029e5 [Pipeline] // withDockerContainer [Pipeline] sh 09:06:49 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 09:06:49 Stashed 1 file(s) [Pipeline] echo 09:06:49 [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 09:07:05 Still waiting to schedule task 09:07:05 Waiting for next available executor on ‘centos7-docker-4c-2g’ 09:07:05 Still waiting to schedule task 09:07:05 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 09:08:25 Running on prd-centos7-docker-4c-2g-2060 in /w/workspace/oundry_device-rfid-llrp-go_PR-29 [Pipeline] { [Pipeline] ws 09:08:25 Running in /w/workspace/device-rfid-llrp-go/16 [Pipeline] { [Pipeline] checkout 09:08:26 Selected Git installation does not exist. Using Default 09:08:26 The recommended git tool is: NONE 09:08:28 using credential edgex-jenkins-ssh 09:08:28 Cloning the remote Git repository 09:08:28 Cloning repository git@github.com:edgexfoundry/device-rfid-llrp-go.git 09:08:29 > git init /w/workspace/device-rfid-llrp-go/16 # timeout=10 09:08:29 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git 09:08:29 > git --version # timeout=10 09:08:29 > git --version # 'git version 2.24.4' 09:08:29 using GIT_SSH to set credentials SSH Credentials for GitHub 09:08:29 [INFO] Currently running in a labeled security context 09:08:29 [INFO] Currently SELinux is 'enforcing' on the host 09:08:29 > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-rfid-llrp-go/16@tmp/jenkins-gitclient-ssh2691489697954663660.key 09:08:29 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:08:30 Merging remotes/origin/main commit 9eabae5d0b8447ec436d7ae13a4bd32fe3887095 into PR head commit 37381ec3f65a6d1c524847dd5b265be5d59be2fc 09:08:30 Merge succeeded, producing 98c255389b2f69ebd7aad767a0285449fd4ecf00 09:08:30 Checking out Revision 98c255389b2f69ebd7aad767a0285449fd4ecf00 (PR-29) 09:08:29 > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 09:08:29 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:08:29 > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 09:08:29 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git 09:08:29 using GIT_SSH to set credentials SSH Credentials for GitHub 09:08:29 [INFO] Currently running in a labeled security context 09:08:29 [INFO] Currently SELinux is 'enforcing' on the host 09:08:29 > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-rfid-llrp-go/16@tmp/jenkins-gitclient-ssh7224472079072847975.key 09:08:29 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/pull/29/head:refs/remotes/origin/PR-29 +refs/heads/main:refs/remotes/origin/main # timeout=10 09:08:30 > git config core.sparsecheckout # timeout=10 09:08:30 > git checkout -f 37381ec3f65a6d1c524847dd5b265be5d59be2fc # timeout=10 09:08:30 > git remote # timeout=10 09:08:30 > git config --get remote.origin.url # timeout=10 09:08:30 using GIT_SSH to set credentials SSH Credentials for GitHub 09:08:30 [INFO] Currently running in a labeled security context 09:08:30 [INFO] Currently SELinux is 'enforcing' on the host 09:08:30 > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-rfid-llrp-go/16@tmp/jenkins-gitclient-ssh4541584599932880742.key 09:08:30 > git merge 9eabae5d0b8447ec436d7ae13a4bd32fe3887095 # timeout=10 09:08:30 > git rev-parse HEAD^{commit} # timeout=10 09:08:30 > git config core.sparsecheckout # timeout=10 09:08:30 > git checkout -f 98c255389b2f69ebd7aad767a0285449fd4ecf00 # timeout=10 09:08:34 Commit message: "Merge commit '9eabae5d0b8447ec436d7ae13a4bd32fe3887095' into HEAD" 09:08:34 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { 09:08:34 > git rev-list --no-walk 7e7ef3aae4522d17b5d0ce2fe4de7150dc9da8f2 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:08:34 provisioning config files... 09:08:34 copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/device-rfid-llrp-go/16@tmp/config4732501399699922262tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:08:35 ---> docker-login.sh 09:08:35 nexus3.edgexfoundry.org:10001 09:08:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:08:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:08:35 Configure a credential helper to remove this warning. See 09:08:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:08:35 09:08:35 Login Succeeded 09:08:35 nexus3.edgexfoundry.org:10002 09:08:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:08:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:08:35 Configure a credential helper to remove this warning. See 09:08:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:08:35 09:08:35 Login Succeeded 09:08:35 nexus3.edgexfoundry.org:10003 09:08:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:08:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:08:35 Configure a credential helper to remove this warning. See 09:08:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:08:35 09:08:35 Login Succeeded 09:08:35 nexus3.edgexfoundry.org:10004 09:08:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:08:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:08:35 Configure a credential helper to remove this warning. See 09:08:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:08:35 09:08:35 Login Succeeded 09:08:35 docker.io 09:08:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:08:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:08:36 Configure a credential helper to remove this warning. See 09:08:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:08:36 09:08:36 Login Succeeded 09:08:36 ---> docker-login.sh ends [Pipeline] } 09:08:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 09:08:36 ========================================================= 09:08:36 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 09:08:36 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 09:08:36 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine --build-arg 'MAKE=echo noop' --target=builder . 09:08:36 Sending build context to Docker daemon 1.2MB 09:08:36 Step 1/14 : ARG BASE=golang:1.16-alpine3.14 09:08:36 Step 2/14 : FROM ${BASE} AS builder 09:08:36 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 09:08:36 540db60ca938: Pulling fs layer 09:08:36 adcc1eea9eea: Pulling fs layer 09:08:36 4c4ab2625f07: Pulling fs layer 09:08:36 db62176df00c: Pulling fs layer 09:08:36 3b30891b0d05: Pulling fs layer 09:08:36 06b49ca38bd5: Pulling fs layer 09:08:36 c788192a36de: Pulling fs layer 09:08:36 a77e37c0d609: Pulling fs layer 09:08:36 c3185cebc471: Pulling fs layer 09:08:36 06b49ca38bd5: Waiting 09:08:36 db62176df00c: Waiting 09:08:36 c788192a36de: Waiting 09:08:36 a77e37c0d609: Waiting 09:08:36 c3185cebc471: Waiting 09:08:36 3b30891b0d05: Waiting 09:08:37 4c4ab2625f07: Download complete 09:08:37 adcc1eea9eea: Verifying Checksum 09:08:37 adcc1eea9eea: Download complete 09:08:37 3b30891b0d05: Verifying Checksum 09:08:37 3b30891b0d05: Download complete 09:08:37 06b49ca38bd5: Verifying Checksum 09:08:37 06b49ca38bd5: Download complete 09:08:37 540db60ca938: Verifying Checksum 09:08:37 540db60ca938: Download complete 09:08:37 c788192a36de: Verifying Checksum 09:08:37 c788192a36de: Download complete 09:08:37 540db60ca938: Pull complete 09:08:37 adcc1eea9eea: Pull complete 09:08:37 4c4ab2625f07: Pull complete 09:08:37 a77e37c0d609: Verifying Checksum 09:08:37 a77e37c0d609: Download complete 09:08:39 db62176df00c: Verifying Checksum 09:08:39 db62176df00c: Download complete 09:08:39 c3185cebc471: Verifying Checksum 09:08:39 c3185cebc471: Download complete 09:08:42 db62176df00c: Pull complete 09:08:42 3b30891b0d05: Pull complete 09:08:42 06b49ca38bd5: Pull complete 09:08:42 c788192a36de: Pull complete 09:08:43 a77e37c0d609: Pull complete 09:08:45 c3185cebc471: Pull complete 09:08:45 Digest: sha256:c22a6272cb0662d4dba1bb41e7658fbabc00c875dcca5b7a38fb264b4004f4bd 09:08:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 09:08:45 ---> 031687cdd783 09:08:45 Step 3/14 : ARG MAKE='make build' 09:08:46 ---> Running in 92b8729616d5 09:08:47 Removing intermediate container 92b8729616d5 09:08:47 ---> b25838a06311 09:08:47 Step 4/14 : ARG ALPINE_PKG_BASE="make git" 09:08:47 ---> Running in 0945ad89bf06 09:08:47 Removing intermediate container 0945ad89bf06 09:08:47 ---> ef6f06f55bc8 09:08:47 Step 5/14 : ARG ALPINE_PKG_EXTRA="" 09:08:47 ---> Running in 56b8366d1ef1 09:08:47 Removing intermediate container 56b8366d1ef1 09:08:47 ---> 11f85ad0581f 09:08:47 Step 6/14 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:08:47 ---> Running in 1c446491f141 09:08:48 Removing intermediate container 1c446491f141 09:08:48 ---> 3b798bbae295 09:08:48 Step 7/14 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 09:08:48 ---> Running in 8bdbe12ff8b6 09:08:48 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 09:08:49 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 09:08:49 OK: 219 MiB in 52 packages 09:08:49 Removing intermediate container 8bdbe12ff8b6 09:08:49 ---> 034f1641ee8f 09:08:49 Step 8/14 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-rfid-llrp-go 09:08:49 ---> Running in 595316b88f4d 09:08:49 Removing intermediate container 595316b88f4d 09:08:49 ---> a9ac6cd1e1cb 09:08:49 Step 9/14 : COPY go.mod . 09:08:49 ---> 3f3407fdb3eb 09:08:49 Step 10/14 : COPY Makefile . 09:08:50 ---> 53d76a37e6be 09:08:50 Step 11/14 : RUN make update 09:08:50 ---> Running in e165efb56eb1 09:08:50 CGO_ENABLED=0 GO111MODULE=on go mod download 09:09:00 Removing intermediate container e165efb56eb1 09:09:00 ---> bf6f9308c615 09:09:00 Step 12/14 : COPY . . 09:09:00 ---> 87faa1b1502a 09:09:00 Step 13/14 : RUN go mod tidy 09:09:00 ---> Running in a269ffe45503 09:09:00 Removing intermediate container a269ffe45503 09:09:00 ---> b720f9e66c90 09:09:00 Step 14/14 : RUN $MAKE 09:09:00 ---> Running in 96414c2311fd 09:09:01 noop 09:09:01 Removing intermediate container 96414c2311fd 09:09:01 ---> 75933da38b09 09:09:01 Successfully built 75933da38b09 09:09:01 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 09:09:01 + docker inspect -f . ci-base-image-x86_64 09:09:01 . [Pipeline] withDockerContainer 09:09:01 prd-centos7-docker-4c-2g-2060 does not seem to be running inside a container 09:09:01 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rfid-llrp-go/16 -v /w/workspace/device-rfid-llrp-go/16:/w/workspace/device-rfid-llrp-go/16:rw,z -v /w/workspace/device-rfid-llrp-go/16@tmp:/w/workspace/device-rfid-llrp-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 09:09:02 $ docker top 8cc3d270d0a514ece172b05df0ed419bef9f4ea8fd626936db823496b87d3f50 -eo pid,comm [Pipeline] { [Pipeline] sh 09:09:02 + go version 09:09:02 go version go1.16.6 linux/amd64 [Pipeline] } 09:09:02 $ docker stop --time=1 8cc3d270d0a514ece172b05df0ed419bef9f4ea8fd626936db823496b87d3f50 09:09:03 $ docker rm -f 8cc3d270d0a514ece172b05df0ed419bef9f4ea8fd626936db823496b87d3f50 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:09:04 + docker inspect -f . ci-base-image-x86_64 09:09:04 . [Pipeline] withDockerContainer 09:09:04 prd-centos7-docker-4c-2g-2060 does not seem to be running inside a container 09:09:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rfid-llrp-go/16 -v /w/workspace/device-rfid-llrp-go/16:/w/workspace/device-rfid-llrp-go/16:rw,z -v /w/workspace/device-rfid-llrp-go/16@tmp:/w/workspace/device-rfid-llrp-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 09:09:05 $ docker top 0d3eced57c1403ebe8b923239d3f7e0423a6464a8a379354ffa719c8f71d74f4 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 09:09:05 + go mod tidy [Pipeline] sh 09:09:06 + make test 09:09:06 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 09:09:06 ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] 09:09:13 # github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging 09:09:13 /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.60/bootstrap/logging/factory.go:29:9: undefined: logger.NewClientStdOut 09:09:13 /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.60/bootstrap/logging/factory.go:42:25: too many arguments in call to logger.NewClient 09:09:13 have (string, bool, string, string) 09:09:13 want (string, string) 09:09:21 FAIL github.com/edgexfoundry/device-rfid-llrp-go/internal/driver [build failed] 09:09:21 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.238s coverage: 51.9% of statements 09:09:21 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.024s coverage: 95.5% of statements 09:09:21 make: *** [Makefile:26: test] Error 2 [Pipeline] } 09:09:21 $ docker stop --time=1 0d3eced57c1403ebe8b923239d3f7e0423a6464a8a379354ffa719c8f71d74f4 09:09:22 $ docker rm -f 0d3eced57c1403ebe8b923239d3f7e0423a6464a8a379354ffa719c8f71d74f4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:09:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:09:23 09:09:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 09:09:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:09:24 latest: Pulling from edgex-lftools-log-publisher 09:09:24 b4d181a07f80: Pulling fs layer 09:09:24 a1111a8f2ec3: Pulling fs layer 09:09:24 ed53099fbce6: Pulling fs layer 09:09:24 dc539afda2c1: Pulling fs layer 09:09:24 77bc0d833cb6: Pulling fs layer 09:09:24 9065ff56babe: Pulling fs layer 09:09:24 d287ab97295c: Pulling fs layer 09:09:24 77bc0d833cb6: Waiting 09:09:24 9065ff56babe: Waiting 09:09:24 d287ab97295c: Waiting 09:09:24 dc539afda2c1: Waiting 09:09:24 a1111a8f2ec3: Verifying Checksum 09:09:24 a1111a8f2ec3: Download complete 09:09:24 dc539afda2c1: Verifying Checksum 09:09:24 dc539afda2c1: Download complete 09:09:24 ed53099fbce6: Verifying Checksum 09:09:24 ed53099fbce6: Download complete 09:09:24 9065ff56babe: Verifying Checksum 09:09:24 9065ff56babe: Download complete 09:09:24 b4d181a07f80: Verifying Checksum 09:09:24 b4d181a07f80: Download complete 09:09:24 77bc0d833cb6: Verifying Checksum 09:09:24 77bc0d833cb6: Download complete 09:09:25 d287ab97295c: Verifying Checksum 09:09:25 d287ab97295c: Download complete 09:09:26 b4d181a07f80: Pull complete 09:09:26 a1111a8f2ec3: Pull complete 09:09:26 ed53099fbce6: Pull complete 09:09:27 dc539afda2c1: Pull complete 09:09:27 77bc0d833cb6: Pull complete 09:09:27 9065ff56babe: Pull complete 09:09:34 d287ab97295c: Pull complete 09:09:34 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 09:09:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:09:34 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 09:09:34 prd-centos7-docker-4c-2g-2060 does not seem to be running inside a container 09:09:34 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-rfid-llrp-go/16 -v /w/workspace/device-rfid-llrp-go/16:/w/workspace/device-rfid-llrp-go/16:rw,z -v /w/workspace/device-rfid-llrp-go/16@tmp:/w/workspace/device-rfid-llrp-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 09:09:36 $ docker top 9c331c63b3fa7a732e57d92df6a93aa00d95dd0557ba8b57400e6bd5f6291224 -eo pid,comm 09:09:36 Running on prd-ubuntu18.04-docker-arm64-4c-16g-2059 in /w/workspace/oundry_device-rfid-llrp-go_PR-29 [Pipeline] { [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] ws 09:09:36 Running in /w/workspace/device-rfid-llrp-go/16 [Pipeline] { [Pipeline] checkout 09:09:37 Selected Git installation does not exist. Using Default 09:09:37 The recommended git tool is: NONE 09:09:37 ---> job-cost.sh 09:09:37 lf-activate-venv: SKIPPING 09:09:37 INFO: No Stack... 09:09:37 INFO: Retrieving Pricing Info for: v3-standard-2 09:09:37 INFO: Archiving Costs [Pipeline] sh 09:09:37 + cut -d, -f6 09:09:37 + cat /w/workspace/device-rfid-llrp-go/16/archives/cost.csv [Pipeline] lock 09:09:37 Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-29-16-stack-cost] 09:09:38 Resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-29-16-stack-cost] did not exist. Created. 09:09:38 Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-29-16-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 09:09:38 + echo total: 0.05999999865889549 [Pipeline] stash 09:09:38 Stashed 1 file(s) [Pipeline] } 09:09:38 Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-29-16-stack-cost] [Pipeline] // lock [Pipeline] } 09:09:38 $ docker stop --time=1 9c331c63b3fa7a732e57d92df6a93aa00d95dd0557ba8b57400e6bd5f6291224 09:09:39 $ docker rm -f 9c331c63b3fa7a732e57d92df6a93aa00d95dd0557ba8b57400e6bd5f6291224 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 09:09:40 Failed in branch amd64 09:09:44 using credential edgex-jenkins-ssh 09:09:44 Cloning the remote Git repository 09:09:44 Cloning repository git@github.com:edgexfoundry/device-rfid-llrp-go.git 09:09:44 > git init /w/workspace/device-rfid-llrp-go/16 # timeout=10 09:09:44 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git 09:09:44 > git --version # timeout=10 09:09:44 > git --version # 'git version 2.17.1' 09:09:44 using GIT_SSH to set credentials SSH Credentials for GitHub 09:09:44 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:09:45 > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 09:09:45 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:09:46 Merging remotes/origin/main commit 9eabae5d0b8447ec436d7ae13a4bd32fe3887095 into PR head commit 37381ec3f65a6d1c524847dd5b265be5d59be2fc 09:09:46 Merge succeeded, producing 2f25af6ce23e70ff1edb66fbbda8e5552e9ffbc2 09:09:46 Checking out Revision 2f25af6ce23e70ff1edb66fbbda8e5552e9ffbc2 (PR-29) 09:09:45 > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 09:09:46 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git 09:09:46 using GIT_SSH to set credentials SSH Credentials for GitHub 09:09:46 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/pull/29/head:refs/remotes/origin/PR-29 +refs/heads/main:refs/remotes/origin/main # timeout=10 09:09:46 > git config core.sparsecheckout # timeout=10 09:09:46 > git checkout -f 37381ec3f65a6d1c524847dd5b265be5d59be2fc # timeout=10 09:09:46 > git remote # timeout=10 09:09:46 > git config --get remote.origin.url # timeout=10 09:09:46 using GIT_SSH to set credentials SSH Credentials for GitHub 09:09:46 > git merge 9eabae5d0b8447ec436d7ae13a4bd32fe3887095 # timeout=10 09:09:46 > git rev-parse HEAD^{commit} # timeout=10 09:09:47 > git config core.sparsecheckout # timeout=10 09:09:47 > git checkout -f 2f25af6ce23e70ff1edb66fbbda8e5552e9ffbc2 # timeout=10 09:09:51 Commit message: "Merge commit '9eabae5d0b8447ec436d7ae13a4bd32fe3887095' into HEAD" 09:09:51 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { 09:09:51 > git rev-list --no-walk 7e7ef3aae4522d17b5d0ce2fe4de7150dc9da8f2 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:09:52 provisioning config files... 09:09:52 copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/device-rfid-llrp-go/16@tmp/config3984245659871700151tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:09:52 ---> docker-login.sh 09:09:52 nexus3.edgexfoundry.org:10001 09:09:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:09:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:09:54 Configure a credential helper to remove this warning. See 09:09:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:09:54 09:09:54 Login Succeeded 09:09:54 nexus3.edgexfoundry.org:10002 09:09:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:09:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:09:55 Configure a credential helper to remove this warning. See 09:09:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:09:55 09:09:55 Login Succeeded 09:09:55 nexus3.edgexfoundry.org:10003 09:09:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:09:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:09:55 Configure a credential helper to remove this warning. See 09:09:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:09:55 09:09:55 Login Succeeded 09:09:55 nexus3.edgexfoundry.org:10004 09:09:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:09:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:09:56 Configure a credential helper to remove this warning. See 09:09:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:09:56 09:09:56 Login Succeeded 09:09:56 docker.io 09:09:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:09:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:09:57 Configure a credential helper to remove this warning. See 09:09:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:09:57 09:09:57 Login Succeeded 09:09:57 ---> docker-login.sh ends [Pipeline] } 09:09:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 09:09:57 ========================================================= 09:09:57 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 09:09:57 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 09:09:58 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine --build-arg MAKE=echo noop --target=builder . 09:09:58 Sending build context to Docker daemon 1.2MB 09:09:58 Step 1/14 : ARG BASE=golang:1.16-alpine3.14 09:09:58 Step 2/14 : FROM ${BASE} AS builder 09:09:59 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 09:09:59 595b0fe564bb: Pulling fs layer 09:09:59 24495759ef45: Pulling fs layer 09:09:59 d148012ef14d: Pulling fs layer 09:09:59 e90a11edd702: Pulling fs layer 09:09:59 d77568369979: Pulling fs layer 09:09:59 fc1c9f9a7f3b: Pulling fs layer 09:09:59 170f2ba95c9a: Pulling fs layer 09:09:59 97ac5df62f85: Pulling fs layer 09:09:59 d77568369979: Waiting 09:09:59 fc1c9f9a7f3b: Waiting 09:09:59 e90a11edd702: Waiting 09:09:59 170f2ba95c9a: Waiting 09:09:59 97ac5df62f85: Waiting 09:09:59 d148012ef14d: Download complete 09:09:59 24495759ef45: Download complete 09:09:59 d77568369979: Verifying Checksum 09:09:59 fc1c9f9a7f3b: Verifying Checksum 09:09:59 fc1c9f9a7f3b: Download complete 09:09:59 170f2ba95c9a: Verifying Checksum 09:09:59 170f2ba95c9a: Download complete 09:09:59 595b0fe564bb: Verifying Checksum 09:09:59 595b0fe564bb: Download complete 09:09:59 595b0fe564bb: Pull complete 09:10:00 24495759ef45: Pull complete 09:10:01 d148012ef14d: Pull complete 09:10:01 97ac5df62f85: Download complete 09:10:01 e90a11edd702: Verifying Checksum 09:10:01 e90a11edd702: Download complete 09:10:14 e90a11edd702: Pull complete 09:10:14 d77568369979: Pull complete 09:10:14 fc1c9f9a7f3b: Pull complete 09:10:14 170f2ba95c9a: Pull complete 09:10:20 97ac5df62f85: Pull complete 09:10:20 Digest: sha256:84204f9419e0e30039067cc16e8ccc9a99ccb3a3f51ea7567ddff3f7e64b8ba8 09:10:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 09:10:20 ---> 04bc70af865f 09:10:20 Step 3/14 : ARG MAKE='make build' 09:10:23 ---> Running in df4270347993 09:10:24 Removing intermediate container df4270347993 09:10:24 ---> 96cfde627777 09:10:24 Step 4/14 : ARG ALPINE_PKG_BASE="make git" 09:10:24 ---> Running in 9dad6ce6d521 09:10:24 Removing intermediate container 9dad6ce6d521 09:10:24 ---> 12b836957729 09:10:24 Step 5/14 : ARG ALPINE_PKG_EXTRA="" 09:10:24 ---> Running in a51d300ac552 09:10:25 Removing intermediate container a51d300ac552 09:10:25 ---> b333bcfdb29b 09:10:25 Step 6/14 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:10:25 ---> Running in d9270c777aca 09:10:27 Removing intermediate container d9270c777aca 09:10:27 ---> 8b25483d15c8 09:10:27 Step 7/14 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 09:10:27 ---> Running in 3c947634336d 09:10:29 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 09:10:30 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 09:10:30 OK: 218 MiB in 52 packages 09:10:32 Removing intermediate container 3c947634336d 09:10:32 ---> 6fa9b092214a 09:10:32 Step 8/14 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-rfid-llrp-go 09:10:32 ---> Running in 4943cd0e4607 09:10:32 Removing intermediate container 4943cd0e4607 09:10:32 ---> 07fe7c1a6454 09:10:32 Step 9/14 : COPY go.mod . 09:10:33 ---> 6cf0b30fd8df 09:10:33 Step 10/14 : COPY Makefile . 09:10:34 ---> c644b215a071 09:10:34 Step 11/14 : RUN make update 09:10:34 ---> Running in 1097bbd0749c 09:10:35 CGO_ENABLED=0 GO111MODULE=on go mod download 09:10:57 Removing intermediate container 1097bbd0749c 09:10:57 ---> 76d0fc43e522 09:10:57 Step 12/14 : COPY . . 09:10:57 ---> c090413f03fe 09:10:57 Step 13/14 : RUN go mod tidy 09:10:57 ---> Running in 0027b1b6a76e 09:10:59 Removing intermediate container 0027b1b6a76e 09:10:59 ---> b6f2f22670a9 09:10:59 Step 14/14 : RUN $MAKE 09:10:59 ---> Running in c4ba522f23ad 09:11:01 noop 09:11:02 Removing intermediate container c4ba522f23ad 09:11:02 ---> da9344158a92 09:11:02 Successfully built da9344158a92 09:11:02 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 09:11:02 + docker inspect -f . ci-base-image-arm64 09:11:02 . [Pipeline] withDockerContainer 09:11:02 prd-ubuntu18.04-docker-arm64-4c-16g-2059 does not seem to be running inside a container 09:11:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rfid-llrp-go/16 -v /w/workspace/device-rfid-llrp-go/16:/w/workspace/device-rfid-llrp-go/16:rw,z -v /w/workspace/device-rfid-llrp-go/16@tmp:/w/workspace/device-rfid-llrp-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 09:11:04 $ docker top e1e085f20b1cebfa10699bc1186e91d7088d7000e3ef08b18885a0e1615873b3 -eo pid,comm [Pipeline] { [Pipeline] sh 09:11:05 + go version 09:11:05 go version go1.16.6 linux/arm64 [Pipeline] } 09:11:05 $ docker stop --time=1 e1e085f20b1cebfa10699bc1186e91d7088d7000e3ef08b18885a0e1615873b3 09:11:07 $ docker rm -f e1e085f20b1cebfa10699bc1186e91d7088d7000e3ef08b18885a0e1615873b3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:11:08 + docker inspect -f . ci-base-image-arm64 09:11:08 . [Pipeline] withDockerContainer 09:11:08 prd-ubuntu18.04-docker-arm64-4c-16g-2059 does not seem to be running inside a container 09:11:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rfid-llrp-go/16 -v /w/workspace/device-rfid-llrp-go/16:/w/workspace/device-rfid-llrp-go/16:rw,z -v /w/workspace/device-rfid-llrp-go/16@tmp:/w/workspace/device-rfid-llrp-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 09:11:10 $ docker top d54462fadb66a33b4e37e9f722ca1b2a3304059ba777290082e42f77f77e649a -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 09:11:11 + go mod tidy [Pipeline] sh 09:11:12 + make test 09:11:12 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 09:11:13 ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] 09:11:40 # github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging 09:11:40 /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.60/bootstrap/logging/factory.go:29:9: undefined: logger.NewClientStdOut 09:11:40 /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.60/bootstrap/logging/factory.go:42:25: too many arguments in call to logger.NewClient 09:11:40 have (string, bool, string, string) 09:11:40 want (string, string) 09:11:56 FAIL github.com/edgexfoundry/device-rfid-llrp-go/internal/driver [build failed] 09:11:56 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.586s coverage: 52.0% of statements 09:11:56 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.036s coverage: 95.5% of statements 09:11:56 make: *** [Makefile:26: test] Error 2 [Pipeline] } 09:11:56 $ docker stop --time=1 d54462fadb66a33b4e37e9f722ca1b2a3304059ba777290082e42f77f77e649a 09:11:58 $ docker rm -f d54462fadb66a33b4e37e9f722ca1b2a3304059ba777290082e42f77f77e649a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:11:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 09:12:00 09:12:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 09:12:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 09:12:00 arm64: Pulling from edgex-lftools-log-publisher 09:12:00 448f6bf000e3: Pulling fs layer 09:12:00 f757da607395: Pulling fs layer 09:12:00 05883995daec: Pulling fs layer 09:12:00 8603b9c90790: Pulling fs layer 09:12:00 1560dd03e051: Pulling fs layer 09:12:00 27f5ce0e4adf: Pulling fs layer 09:12:00 8603b9c90790: Waiting 09:12:00 c2d8d7efcc4b: Pulling fs layer 09:12:00 1560dd03e051: Waiting 09:12:00 27f5ce0e4adf: Waiting 09:12:00 c2d8d7efcc4b: Waiting 09:12:01 f757da607395: Verifying Checksum 09:12:01 f757da607395: Download complete 09:12:01 8603b9c90790: Verifying Checksum 09:12:01 8603b9c90790: Download complete 09:12:01 05883995daec: Verifying Checksum 09:12:01 05883995daec: Download complete 09:12:01 1560dd03e051: Verifying Checksum 09:12:01 1560dd03e051: Download complete 09:12:01 27f5ce0e4adf: Verifying Checksum 09:12:01 27f5ce0e4adf: Download complete 09:12:01 448f6bf000e3: Verifying Checksum 09:12:01 448f6bf000e3: Download complete 09:12:04 c2d8d7efcc4b: Verifying Checksum 09:12:04 c2d8d7efcc4b: Download complete 09:12:05 448f6bf000e3: Pull complete 09:12:06 f757da607395: Pull complete 09:12:07 05883995daec: Pull complete 09:12:07 8603b9c90790: Pull complete 09:12:08 1560dd03e051: Pull complete 09:12:09 27f5ce0e4adf: Pull complete 09:12:24 c2d8d7efcc4b: Pull complete 09:12:24 Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 09:12:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 09:12:24 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 09:12:24 prd-ubuntu18.04-docker-arm64-4c-16g-2059 does not seem to be running inside a container 09:12:24 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-rfid-llrp-go/16 -v /w/workspace/device-rfid-llrp-go/16:/w/workspace/device-rfid-llrp-go/16:rw,z -v /w/workspace/device-rfid-llrp-go/16@tmp:/w/workspace/device-rfid-llrp-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 09:12:29 $ docker top 57c70632832325a2013247086adf8b6c578cd3d1ca3c940260b5aa3c8e6214f0 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:12:30 ---> job-cost.sh 09:12:30 lf-activate-venv: SKIPPING 09:12:30 INFO: No Stack... 09:12:30 INFO: Retrieving Pricing Info for: v3-standard-4 09:12:30 INFO: Archiving Costs [Pipeline] sh 09:12:31 + cut -d,+ -f6 09:12:31 cat /w/workspace/device-rfid-llrp-go/16/archives/cost.csv [Pipeline] lock 09:12:31 Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-29-16-stack-cost] 09:12:32 Resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-29-16-stack-cost] did not exist. Created. 09:12:32 Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-29-16-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 09:12:32 /w/workspace/device-rfid-llrp-go/16@tmp/durable-c58717af/script.sh: 1: /w/workspace/device-rfid-llrp-go/16@tmp/durable-c58717af/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 09:12:33 + echo total: 0.10999999940395355 [Pipeline] stash 09:12:33 Warning: overwriting stash ‘stack-cost’ 09:12:34 Stashed 1 file(s) [Pipeline] } 09:12:34 Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-29-16-stack-cost] [Pipeline] // lock [Pipeline] } 09:12:34 $ docker stop --time=1 57c70632832325a2013247086adf8b6c578cd3d1ca3c940260b5aa3c8e6214f0 09:12:35 $ docker rm -f 57c70632832325a2013247086adf8b6c578cd3d1ca3c940260b5aa3c8e6214f0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 09:12:36 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 09:12:38 + '[' -d /w/workspace/oundry_device-rfid-llrp-go_PR-29/archives ']' [Pipeline] libraryResource [Pipeline] sh 09:12:38 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:12:39 ---> package-listing.sh 09:12:39 ++ facter osfamily 09:12:39 ++ tr '[:upper:]' '[:lower:]' 09:12:39 + OS_FAMILY=redhat 09:12:39 + workspace=/w/workspace/oundry_device-rfid-llrp-go_PR-29 09:12:39 + START_PACKAGES=/tmp/packages_start.txt 09:12:39 + END_PACKAGES=/tmp/packages_end.txt 09:12:39 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:12:39 + PACKAGES=/tmp/packages_start.txt 09:12:39 + '[' /w/workspace/oundry_device-rfid-llrp-go_PR-29 ']' 09:12:39 + PACKAGES=/tmp/packages_end.txt 09:12:39 + case "${OS_FAMILY}" in 09:12:39 + rpm -qa 09:12:39 + sort 09:12:39 + '[' -f /tmp/packages_start.txt ']' 09:12:39 + '[' -f /tmp/packages_end.txt ']' 09:12:39 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:12:39 + '[' /w/workspace/oundry_device-rfid-llrp-go_PR-29 ']' 09:12:39 + mkdir -p /w/workspace/oundry_device-rfid-llrp-go_PR-29/archives/ 09:12:39 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oundry_device-rfid-llrp-go_PR-29/archives/ [Pipeline] echo 09:12:39 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/oundry_device-rfid-llrp-go_PR-29/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 09:12:40 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 09:12:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:12:40 09:12:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 09:12:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:12:41 latest: Pulling from edgex-lftools-log-publisher 09:12:41 b4d181a07f80: Pulling fs layer 09:12:41 a1111a8f2ec3: Pulling fs layer 09:12:41 ed53099fbce6: Pulling fs layer 09:12:41 dc539afda2c1: Pulling fs layer 09:12:41 77bc0d833cb6: Pulling fs layer 09:12:41 9065ff56babe: Pulling fs layer 09:12:41 d287ab97295c: Pulling fs layer 09:12:41 77bc0d833cb6: Waiting 09:12:41 9065ff56babe: Waiting 09:12:41 d287ab97295c: Waiting 09:12:41 dc539afda2c1: Waiting 09:12:41 a1111a8f2ec3: Verifying Checksum 09:12:41 a1111a8f2ec3: Download complete 09:12:41 dc539afda2c1: Verifying Checksum 09:12:41 dc539afda2c1: Download complete 09:12:41 ed53099fbce6: Download complete 09:12:41 9065ff56babe: Verifying Checksum 09:12:41 9065ff56babe: Download complete 09:12:41 77bc0d833cb6: Verifying Checksum 09:12:41 77bc0d833cb6: Download complete 09:12:41 b4d181a07f80: Verifying Checksum 09:12:41 b4d181a07f80: Download complete 09:12:42 d287ab97295c: Verifying Checksum 09:12:42 d287ab97295c: Download complete 09:12:43 b4d181a07f80: Pull complete 09:12:43 a1111a8f2ec3: Pull complete 09:12:44 ed53099fbce6: Pull complete 09:12:44 dc539afda2c1: Pull complete 09:12:44 77bc0d833cb6: Pull complete 09:12:44 9065ff56babe: Pull complete 09:12:49 d287ab97295c: Pull complete 09:12:49 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 09:12:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:12:49 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 09:12:49 prd-centos7-docker-4c-2g-2057 does not seem to be running inside a container 09:12:49 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/oundry_device-rfid-llrp-go_PR-29/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/oundry_device-rfid-llrp-go_PR-29 -v /w/workspace/oundry_device-rfid-llrp-go_PR-29:/w/workspace/oundry_device-rfid-llrp-go_PR-29:rw,z -v /w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp:/w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 09:12:52 $ docker top c83104787b3f0d645bb64f826f7b90f8d6151ce37cba8880fd976e457bf87326 -eo pid,comm [Pipeline] { [Pipeline] sh 09:12:52 + touch /tmp/pre-build-complete [Pipeline] sh 09:12:52 + mkdir -p /var/log/sysstat [Pipeline] sh 09:12:53 + ls /var/log/sa-host 09:12:53 + sadf -c /var/log/sa-host/sa05 09:12:53 file_magic: OK 09:12:53 HZ: Using current value: 100 09:12:53 file_header: OK 09:12:53 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 09:12:53 Statistics: 09:12:53 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 09:12:53 File successfully converted to sysstat format version 12.0.3 09:12:53 + sadf -c /var/log/sa-host/sa30 09:12:53 file_magic: OK 09:12:53 HZ: Using current value: 100 09:12:53 file_header: OK 09:12:53 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 09:12:53 Statistics: 09:12:53 Hnuu...uuuununununu...Hnuu...uuuununununu... 09:12:53 File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:12:53 provisioning config files... 09:12:53 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp/config5836136547801325846tmp [Pipeline] { [Pipeline] echo 09:12:53 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:12:54 ---> create-netrc.sh [Pipeline] } 09:12:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 09:12:54 ---> python-tools-install.sh [Pipeline] echo 09:12:54 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 09:12:54 ---> sudo-logs.sh 09:12:54 Archiving 'sudo' log.. 09:12:54 sudo: unable to resolve host prd-centos7-docker-4c-2g-2057.novalocal: Name or service not known 09:12:54 sudo: unable to resolve host prd-centos7-docker-4c-2g-2057.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo 09:12:54 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 09:12:55 ---> job-cost.sh 09:12:55 lf-activate-venv: SKIPPING 09:12:55 DEBUG: total: 0.10999999940395355 09:12:55 INFO: Retrieving Stack Cost... 09:12:55 INFO: Retrieving Pricing Info for: v3-standard-2 09:12:55 INFO: Archiving Costs [Pipeline] echo 09:12:55 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:12:56 ---> logs-deploy.sh 09:12:56 lf-activate-venv: SKIPPING 09:12:56 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rfid-llrp-go/PR-29/16 09:12:56 INFO: archiving workspace using pattern(s): 09:12:57 Archives upload complete. 09:12:57 INFO: archiving logs to Nexus 09:12:57 ---> uname -a: 09:12:57 Linux prd-centos7-docker-4c-2g-2057.novalocal 3.10.0-1160.42.2.el7.x86_64 #1 SMP Tue Sep 7 14:49:57 UTC 2021 x86_64 GNU/Linux 09:12:57 09:12:57 09:12:57 ---> lscpu: 09:12:57 Architecture: x86_64 09:12:57 CPU op-mode(s): 32-bit, 64-bit 09:12:57 Byte Order: Little Endian 09:12:57 Address sizes: 40 bits physical, 48 bits virtual 09:12:57 CPU(s): 2 09:12:57 On-line CPU(s) list: 0,1 09:12:57 Thread(s) per core: 1 09:12:57 Core(s) per socket: 1 09:12:57 Socket(s): 2 09:12:57 NUMA node(s): 1 09:12:57 Vendor ID: AuthenticAMD 09:12:57 CPU family: 23 09:12:57 Model: 49 09:12:57 Model name: AMD EPYC-Rome Processor 09:12:57 Stepping: 0 09:12:57 CPU MHz: 2799.996 09:12:57 BogoMIPS: 5599.99 09:12:57 Virtualization: AMD-V 09:12:57 Hypervisor vendor: KVM 09:12:57 Virtualization type: full 09:12:57 L1d cache: 32K 09:12:57 L1i cache: 32K 09:12:57 L2 cache: 512K 09:12:57 L3 cache: 16384K 09:12:57 NUMA node0 CPU(s): 0,1 09:12:57 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 perfctr_core retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr arat npt nrip_save umip spec_ctrl intel_stibp arch_capabilities 09:12:57 09:12:57 09:12:57 ---> nproc: 09:12:57 2 09:12:57 09:12:57 09:12:57 ---> df -h: 09:12:57 Filesystem Size Used Avail Use% Mounted on 09:12:57 overlay 40G 7.7G 33G 20% / 09:12:57 tmpfs 64M 0 64M 0% /dev 09:12:57 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 09:12:57 shm 64M 0 64M 0% /dev/shm 09:12:57 /dev/vda1 40G 7.7G 33G 20% /facter-os 09:12:57 09:12:57 09:12:57 ---> sar -b -r -n DEV: 09:12:57 Linux 3.10.0-1160.42.2.el7.x86_64 (centos-7-docker-61562791-2d39-7756-a072-67b3eceb74d7.vexxhost.lo) 10/05/21 _x86_64_ (2 CPU) 09:12:57 09:12:57 09:05:56 LINUX RESTART (2 CPU) 09:12:57 09:12:57 09:07:01 tps rtps wtps bread/s bwrtn/s 09:12:57 09:08:01 1.75 0.00 1.75 0.00 34.34 09:12:57 09:09:01 0.27 0.00 0.27 0.00 3.33 09:12:57 09:10:01 0.27 0.00 0.27 0.00 3.00 09:12:57 09:11:01 0.23 0.00 0.23 0.00 3.46 09:12:57 09:12:01 0.28 0.00 0.28 0.00 4.30 09:12:57 Average: 0.56 0.00 0.56 0.00 9.69 09:12:57 09:12:57 09:07:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 09:12:57 09:08:01 5689348 0 612404 7.65 2620 1704568 1166044 12.87 553908 1529780 16 09:12:57 09:09:01 5681736 0 620012 7.74 2620 1704572 1166200 12.88 560512 1530492 8 09:12:57 09:10:01 5680272 0 621476 7.76 2620 1704572 1166260 12.88 562112 1530492 8 09:12:57 09:11:01 5681608 0 620132 7.74 2620 1704580 1166044 12.87 560932 1530532 8 09:12:57 09:12:01 5680428 0 621304 7.76 2620 1704588 1169208 12.91 562040 1530532 12 09:12:57 Average: 5682678 0 619066 7.73 2620 1704576 1166751 12.88 559901 1530366 10 09:12:57 09:12:57 09:07:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 09:12:57 09:08:01 eth0 0.75 0.10 0.06 0.13 0.00 0.00 0.00 0.00 09:12:57 09:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:57 09:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:57 09:09:01 eth0 1.43 0.32 0.37 0.20 0.00 0.00 0.00 0.00 09:12:57 09:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:57 09:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:57 09:10:01 eth0 1.20 0.28 0.33 0.19 0.00 0.00 0.00 0.00 09:12:57 09:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:57 09:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:57 09:11:01 eth0 0.65 0.10 0.06 0.01 0.00 0.00 0.00 0.00 09:12:57 09:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:57 09:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:57 09:12:01 eth0 1.32 0.68 0.68 0.46 0.00 0.00 0.00 0.00 09:12:57 09:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:57 09:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:57 Average: eth0 1.07 0.30 0.30 0.20 0.00 0.00 0.00 0.00 09:12:57 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:57 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:57 09:12:57 09:12:57 ---> sar -P ALL: 09:12:57 Linux 3.10.0-1160.42.2.el7.x86_64 (centos-7-docker-61562791-2d39-7756-a072-67b3eceb74d7.vexxhost.lo) 10/05/21 _x86_64_ (2 CPU) 09:12:57 09:12:57 09:05:56 LINUX RESTART (2 CPU) 09:12:57 09:12:57 09:07:01 CPU %user %nice %system %iowait %steal %idle 09:12:57 09:08:01 all 0.23 0.00 0.07 0.00 0.03 99.67 09:12:57 09:08:01 0 0.07 0.00 0.08 0.00 0.03 99.82 09:12:57 09:08:01 1 0.40 0.00 0.05 0.00 0.02 99.53 09:12:57 09:09:01 all 0.23 0.00 0.05 0.00 0.01 99.71 09:12:57 09:09:01 0 0.08 0.00 0.05 0.00 0.02 99.85 09:12:57 09:09:01 1 0.38 0.00 0.05 0.00 0.00 99.57 09:12:57 09:10:01 all 0.19 0.00 0.04 0.00 0.03 99.74 09:12:57 09:10:01 0 0.10 0.00 0.05 0.00 0.02 99.83 09:12:57 09:10:01 1 0.28 0.00 0.03 0.00 0.03 99.65 09:12:57 09:11:01 all 0.17 0.00 0.04 0.00 0.02 99.77 09:12:57 09:11:01 0 0.30 0.00 0.05 0.00 0.02 99.63 09:12:57 09:11:01 1 0.03 0.00 0.03 0.00 0.02 99.92 09:12:57 09:12:01 all 0.22 0.00 0.05 0.00 0.02 99.72 09:12:57 09:12:01 0 0.38 0.00 0.05 0.00 0.02 99.55 09:12:57 09:12:01 1 0.05 0.00 0.05 0.00 0.02 99.88 09:12:57 Average: all 0.21 0.00 0.05 0.00 0.02 99.72 09:12:57 Average: 0 0.19 0.00 0.06 0.00 0.02 99.74 09:12:57 Average: 1 0.23 0.00 0.04 0.00 0.02 99.71 09:12:57 09:12:57 09:12:57