Branch indexing Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 696a5e317d56c84bbe6f088dbfeead2f4669ae0b+4c8039af1df2b85f6ebf5f903b31f826607b92c3 (f3660388e9102c4c3c3ff299714b4ac1c394bf2f) 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-ssh6730913969569343093.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 155abbc8877922835dbd6f2f82c828d26e35ec40 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-ssh5492726464515718205.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 155abbc8877922835dbd6f2f82c828d26e35ec40 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-998/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-sdk-go/branches/PR-998/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh412615883275728891.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 155abbc8877922835dbd6f2f82c828d26e35ec40 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 155abbc8877922835dbd6f2f82c828d26e35ec40 # timeout=10 Commit message: "Merge pull request #342 from ernestojeda/fix-c-docker-image-names" > 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-ssh2370803099045172941.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 98bb157299c17168c94e81a7dba3d05dc38b0f72 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-998/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-sdk-go/branches/PR-998/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh1433444969519849153.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 98bb157299c17168c94e81a7dba3d05dc38b0f72 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 98bb157299c17168c94e81a7dba3d05dc38b0f72 # timeout=10 Commit message: "Docs: Add example Jenkinsfile to documentation" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [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-sdk-go-settings PROJECT: device-sdk-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: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 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-1256 in /w/workspace/dgexfoundry_device-sdk-go_PR-998 [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-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_PR-998 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-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/dgexfoundry_device-sdk-go_PR-998@tmp/jenkins-gitclient-ssh7500436873758750239.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 4c8039af1df2b85f6ebf5f903b31f826607b92c3 into PR head commit 696a5e317d56c84bbe6f088dbfeead2f4669ae0b Merge succeeded, producing 6ec740974604cccb12ec5acf6c55def963c5e352 Checking out Revision 6ec740974604cccb12ec5acf6c55def963c5e352 (PR-998) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-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-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-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/dgexfoundry_device-sdk-go_PR-998@tmp/jenkins-gitclient-ssh8571665667113613652.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/998/head:refs/remotes/origin/PR-998 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 696a5e317d56c84bbe6f088dbfeead2f4669ae0b # 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/dgexfoundry_device-sdk-go_PR-998@tmp/jenkins-gitclient-ssh1523944038332421919.key > git merge 4c8039af1df2b85f6ebf5f903b31f826607b92c3 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6ec740974604cccb12ec5acf6c55def963c5e352 # timeout=10 Commit message: "Merge commit '4c8039af1df2b85f6ebf5f903b31f826607b92c3' into HEAD" > git rev-list --no-walk 696a5e317d56c84bbe6f088dbfeead2f4669ae0b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 10:41:45 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:41:45 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:41:45 ========================================================= 10:41:45 EdgeX Global Pipelines Version Info 10:41:45 ========================================================= [Pipeline] libraryResource [Pipeline] sh 10:41:47 ------------------- 10:41:47 stable info: 10:41:47 ------------------- 10:41:47 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:41:47 Commit SHA: 155abbc8877922835dbd6f2f82c828d26e35ec40 10:41:47 Message: update stable to v1.0.199 10:41:47 ------------------- 10:41:47 experimental info: 10:41:47 ------------------- 10:41:47 Commited By: **** collab-it+edgex@linuxfoundation.org 10:41:47 Commit SHA: 155abbc8877922835dbd6f2f82c828d26e35ec40 10:41:47 Message: update experimental to v1.0.199 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:41:47 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 10:41:47 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 10:41:47 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 10:41:47 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 10:41:47 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 10:41:47 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 10:41:47 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 10:41:47 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 10:41:47 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 10:41:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 10:41:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 10:41:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 10:41:47 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo 10:41:47 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 10:41:47 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 10:41:47 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 10:41:47 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 10:41:47 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 10:41:47 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 10:41:47 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 10:41:47 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 10:41:47 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 10:41:48 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 10:41:48 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 10:41:48 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 10:41:48 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 10:41:48 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 10:41:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-998 [Pipeline] echo 10:41:48 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-998 [Pipeline] echo 10:41:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-998 [Pipeline] echo 10:41:48 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6ec740974604cccb12ec5acf6c55def963c5e352 [Pipeline] echo 10:41:48 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6ec7409 [Pipeline] echo 10:41:48 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:41:48 provisioning config files... 10:41:48 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-998@tmp/config6362279711902507721tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:41:48 ---> docker-login.sh 10:41:48 nexus3.edgexfoundry.org:10001 10:41:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:41:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:41:48 Configure a credential helper to remove this warning. See 10:41:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:41:48 10:41:48 Login Succeeded 10:41:48 nexus3.edgexfoundry.org:10002 10:41:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:41:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:41:49 Configure a credential helper to remove this warning. See 10:41:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:41:49 10:41:49 Login Succeeded 10:41:49 nexus3.edgexfoundry.org:10003 10:41:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:41:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:41:49 Configure a credential helper to remove this warning. See 10:41:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:41:49 10:41:49 Login Succeeded 10:41:49 nexus3.edgexfoundry.org:10004 10:41:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:41:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:41:49 Configure a credential helper to remove this warning. See 10:41:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:41:49 10:41:49 Login Succeeded 10:41:49 docker.io 10:41:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:41:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:41:50 Configure a credential helper to remove this warning. See 10:41:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:41:50 10:41:50 Login Succeeded 10:41:50 ---> docker-login.sh ends [Pipeline] } 10:41:50 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 10:41:50 + git log --format=format:%s -1 6ec740974604cccb12ec5acf6c55def963c5e352 [Pipeline] echo 10:41:50 GIT_COMMIT: 6ec740974604cccb12ec5acf6c55def963c5e352, Commit Message: Merge commit '4c8039af1df2b85f6ebf5f903b31f826607b92c3' into HEAD [Pipeline] echo 10:41:50 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 10:41:52 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:41:52 10:41:52 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 10:41:52 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:41:52 latest: Pulling from edgex-devops/git-semver 10:41:52 31603596830f: Pulling fs layer 10:41:52 b6dc333f4379: Pulling fs layer 10:41:52 3d9ef1400e77: Pulling fs layer 10:41:52 fd332fbdc1db: Pulling fs layer 10:41:52 fd332fbdc1db: Waiting 10:41:52 b6dc333f4379: Verifying Checksum 10:41:52 b6dc333f4379: Download complete 10:41:52 31603596830f: Verifying Checksum 10:41:52 31603596830f: Download complete 10:41:52 fd332fbdc1db: Verifying Checksum 10:41:52 fd332fbdc1db: Download complete 10:41:52 31603596830f: Pull complete 10:41:52 b6dc333f4379: Pull complete 10:41:53 3d9ef1400e77: Verifying Checksum 10:41:53 3d9ef1400e77: Download complete 10:41:53 3d9ef1400e77: Pull complete 10:41:53 fd332fbdc1db: Pull complete 10:41:53 Digest: sha256:db6b30291b918ea2df8875cce3ed97fb48fa491dcbf862453db6614bc0bd4782 10:41:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:41:53 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 10:41:53 prd-centos7-docker-4c-2g-1256 does not seem to be running inside a container 10:41:54 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-998 -v /w/workspace/dgexfoundry_device-sdk-go_PR-998:/w/workspace/dgexfoundry_device-sdk-go_PR-998:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-998@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-998@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 10:41:54 $ docker top bc7171f31c34f3f981491dd683420fdfabfc3179985b29b62ae8194d0ee64017 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:41:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:41:54 [ssh-agent] Looking for ssh-agent implementation... 10:41:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:41:55 $ docker exec bc7171f31c34f3f981491dd683420fdfabfc3179985b29b62ae8194d0ee64017 ssh-agent 10:41:55 SSH_AUTH_SOCK=/tmp/ssh-QMzADEl57Kk8/agent.13 10:41:55 SSH_AGENT_PID=20 10:41:55 Running ssh-add (command line suppressed) 10:41:55 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-998@tmp/private_key_6533882687547976869.key (/w/workspace/dgexfoundry_device-sdk-go_PR-998@tmp/private_key_6533882687547976869.key) 10:41:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:41:55 + git tag --points-at HEAD [Pipeline] } 10:41:55 $ docker exec --env ******** --env ******** bc7171f31c34f3f981491dd683420fdfabfc3179985b29b62ae8194d0ee64017 ssh-agent -k 10:41:55 unset SSH_AUTH_SOCK; 10:41:55 unset SSH_AGENT_PID; 10:41:55 echo Agent pid 20 killed; 10:41:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 10:41:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:41:55 [ssh-agent] Looking for ssh-agent implementation... 10:41:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:41:56 $ docker exec bc7171f31c34f3f981491dd683420fdfabfc3179985b29b62ae8194d0ee64017 ssh-agent 10:41:56 SSH_AUTH_SOCK=/tmp/ssh-9hB5Hf1gF9RF/agent.53 10:41:56 SSH_AGENT_PID=58 10:41:56 Running ssh-add (command line suppressed) 10:41:56 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-998@tmp/private_key_7775734524845387193.key (/w/workspace/dgexfoundry_device-sdk-go_PR-998@tmp/private_key_7775734524845387193.key) 10:41:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:41:56 + git semver init 10:41:56 # -> Open(): unable to determine branch for HEAD 10:41:56 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-998/.git 10:41:56 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-998 10:41:56 # $SEMVER_REMOTE_NAME = origin 10:41:56 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:41:56 # $SEMVER_USER_NAME = edgex-jenkins 10:41:56 # $SEMVER_BRANCH = PR-998 10:41:56 # $SEMVER_TEMP = /tmp/semver-228099978 10:41:56 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 10:41:57 # '/tmp/semver-228099978' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-998/.semver' 10:41:57 # -> Force: false 10:41:57 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-998/.semver [Pipeline] } 10:41:57 $ docker exec --env ******** --env ******** bc7171f31c34f3f981491dd683420fdfabfc3179985b29b62ae8194d0ee64017 ssh-agent -k 10:41:57 unset SSH_AUTH_SOCK; 10:41:57 unset SSH_AGENT_PID; 10:41:57 echo Agent pid 58 killed; 10:41:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:41:57 + git semver [Pipeline] } 10:41:57 $ docker stop --time=1 bc7171f31c34f3f981491dd683420fdfabfc3179985b29b62ae8194d0ee64017 10:41:58 $ docker rm -f bc7171f31c34f3f981491dd683420fdfabfc3179985b29b62ae8194d0ee64017 [Pipeline] // withDockerContainer [Pipeline] sh 10:41:59 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 10:41:59 Stashed 1 file(s) [Pipeline] echo 10:41:59 [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 10:42:14 Still waiting to schedule task 10:42:14 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-1256’ 10:42:14 Still waiting to schedule task 10:42:14 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 10:44:24 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1257 in /w/workspace/dgexfoundry_device-sdk-go_PR-998 [Pipeline] { [Pipeline] ws 10:44:24 Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout 10:44:24 Selected Git installation does not exist. Using Default 10:44:24 The recommended git tool is: NONE 10:44:30 using credential edgex-jenkins-ssh 10:44:30 Cloning the remote Git repository 10:44:30 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 10:44:30 > git init /w/workspace/device-sdk-go/2 # timeout=10 10:44:30 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 10:44:30 > git --version # timeout=10 10:44:30 > git --version # 'git version 2.17.1' 10:44:30 using GIT_SSH to set credentials SSH Credentials for GitHub 10:44:30 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:44:31 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 10:44:31 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:44:31 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 10:44:31 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 10:44:31 using GIT_SSH to set credentials SSH Credentials for GitHub 10:44:32 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/998/head:refs/remotes/origin/PR-998 +refs/heads/main:refs/remotes/origin/main # timeout=10 10:44:32 Merging remotes/origin/main commit 4c8039af1df2b85f6ebf5f903b31f826607b92c3 into PR head commit 696a5e317d56c84bbe6f088dbfeead2f4669ae0b 10:44:32 Merge succeeded, producing 23e85ce9c9018338e9211e1425394c26b5b84723 10:44:32 Checking out Revision 23e85ce9c9018338e9211e1425394c26b5b84723 (PR-998) 10:44:32 > git config core.sparsecheckout # timeout=10 10:44:32 > git checkout -f 696a5e317d56c84bbe6f088dbfeead2f4669ae0b # timeout=10 10:44:32 > git remote # timeout=10 10:44:32 > git config --get remote.origin.url # timeout=10 10:44:32 using GIT_SSH to set credentials SSH Credentials for GitHub 10:44:32 > git merge 4c8039af1df2b85f6ebf5f903b31f826607b92c3 # timeout=10 10:44:32 > git rev-parse HEAD^{commit} # timeout=10 10:44:32 > git config core.sparsecheckout # timeout=10 10:44:32 > git checkout -f 23e85ce9c9018338e9211e1425394c26b5b84723 # timeout=10 10:44:37 Commit message: "Merge commit '4c8039af1df2b85f6ebf5f903b31f826607b92c3' into HEAD" 10:44:37 > git rev-list --no-walk 696a5e317d56c84bbe6f088dbfeead2f4669ae0b # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:44:37 provisioning config files... 10:44:37 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/2@tmp/config157758089553540817tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:44:38 ---> docker-login.sh 10:44:38 nexus3.edgexfoundry.org:10001 10:44:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:44:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:44:40 Configure a credential helper to remove this warning. See 10:44:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:44:40 10:44:40 Login Succeeded 10:44:40 nexus3.edgexfoundry.org:10002 10:44:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:44:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:44:40 Configure a credential helper to remove this warning. See 10:44:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:44:40 10:44:40 Login Succeeded 10:44:40 nexus3.edgexfoundry.org:10003 10:44:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:44:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:44:41 Configure a credential helper to remove this warning. See 10:44:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:44:41 10:44:41 Login Succeeded 10:44:41 nexus3.edgexfoundry.org:10004 10:44:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:44:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:44:41 Configure a credential helper to remove this warning. See 10:44:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:44:41 10:44:41 Login Succeeded 10:44:41 docker.io 10:44:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:44:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:44:42 Configure a credential helper to remove this warning. See 10:44:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:44:42 10:44:42 Login Succeeded 10:44:42 ---> docker-login.sh ends [Pipeline] } 10:44:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 10:44:43 ========================================================= 10:44:43 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 10:44:43 ========================================================= [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 10:44:43 + 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 . 10:44:43 Running on prd-centos7-docker-4c-2g-1258 in /w/workspace/dgexfoundry_device-sdk-go_PR-998 [Pipeline] { [Pipeline] ws 10:44:43 Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout 10:44:44 Selected Git installation does not exist. Using Default 10:44:44 The recommended git tool is: NONE 10:44:44 Sending build context to Docker daemon 2.599MB 10:44:44 Step 1/8 : ARG BASE=golang:1.16-alpine3.12 10:44:44 Step 2/8 : FROM ${BASE} 10:44:44 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:44:44 595b0fe564bb: Pulling fs layer 10:44:44 24495759ef45: Pulling fs layer 10:44:44 d148012ef14d: Pulling fs layer 10:44:44 cb65c68fc2e2: Pulling fs layer 10:44:44 093eec477d81: Pulling fs layer 10:44:44 a6d5b2bbb924: Pulling fs layer 10:44:44 2446dc1eb7d3: Pulling fs layer 10:44:44 596795e73e0f: Pulling fs layer 10:44:44 093eec477d81: Waiting 10:44:44 a6d5b2bbb924: Waiting 10:44:44 2446dc1eb7d3: Waiting 10:44:44 596795e73e0f: Waiting 10:44:44 cb65c68fc2e2: Waiting 10:44:44 d148012ef14d: Verifying Checksum 10:44:44 24495759ef45: Verifying Checksum 10:44:44 24495759ef45: Download complete 10:44:44 093eec477d81: Download complete 10:44:44 a6d5b2bbb924: Verifying Checksum 10:44:44 a6d5b2bbb924: Download complete 10:44:44 595b0fe564bb: Verifying Checksum 10:44:44 595b0fe564bb: Download complete 10:44:44 2446dc1eb7d3: Verifying Checksum 10:44:44 2446dc1eb7d3: Download complete 10:44:45 595b0fe564bb: Pull complete 10:44:46 24495759ef45: Pull complete 10:44:46 d148012ef14d: Pull complete 10:44:46 using credential edgex-jenkins-ssh 10:44:46 Cloning the remote Git repository 10:44:46 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 10:44:47 > git init /w/workspace/device-sdk-go/2 # timeout=10 10:44:47 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 10:44:47 > git --version # timeout=10 10:44:47 > git --version # 'git version 2.24.4' 10:44:47 using GIT_SSH to set credentials SSH Credentials for GitHub 10:44:47 [INFO] Currently running in a labeled security context 10:44:47 [INFO] Currently SELinux is 'enforcing' on the host 10:44:47 > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-sdk-go/2@tmp/jenkins-gitclient-ssh8840224066430478335.key 10:44:47 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:44:47 596795e73e0f: Verifying Checksum 10:44:47 596795e73e0f: Download complete 10:44:48 Merging remotes/origin/main commit 4c8039af1df2b85f6ebf5f903b31f826607b92c3 into PR head commit 696a5e317d56c84bbe6f088dbfeead2f4669ae0b 10:44:48 cb65c68fc2e2: Download complete 10:44:48 Merge succeeded, producing 1200333b21c5e54638cd9fff8ca7f3b0751632ea 10:44:48 Checking out Revision 1200333b21c5e54638cd9fff8ca7f3b0751632ea (PR-998) 10:44:47 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 10:44:47 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:44:47 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 10:44:47 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 10:44:47 using GIT_SSH to set credentials SSH Credentials for GitHub 10:44:47 [INFO] Currently running in a labeled security context 10:44:47 [INFO] Currently SELinux is 'enforcing' on the host 10:44:47 > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-sdk-go/2@tmp/jenkins-gitclient-ssh5749922827103590916.key 10:44:47 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/998/head:refs/remotes/origin/PR-998 +refs/heads/main:refs/remotes/origin/main # timeout=10 10:44:48 > git config core.sparsecheckout # timeout=10 10:44:48 > git checkout -f 696a5e317d56c84bbe6f088dbfeead2f4669ae0b # timeout=10 10:44:48 > git remote # timeout=10 10:44:48 > git config --get remote.origin.url # timeout=10 10:44:48 using GIT_SSH to set credentials SSH Credentials for GitHub 10:44:48 [INFO] Currently running in a labeled security context 10:44:48 [INFO] Currently SELinux is 'enforcing' on the host 10:44:48 > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-sdk-go/2@tmp/jenkins-gitclient-ssh8143676010380670629.key 10:44:48 > git merge 4c8039af1df2b85f6ebf5f903b31f826607b92c3 # timeout=10 10:44:48 > git rev-parse HEAD^{commit} # timeout=10 10:44:48 > git config core.sparsecheckout # timeout=10 10:44:48 > git checkout -f 1200333b21c5e54638cd9fff8ca7f3b0751632ea # timeout=10 10:44:52 Commit message: "Merge commit '4c8039af1df2b85f6ebf5f903b31f826607b92c3' into HEAD" 10:44:52 > git rev-list --no-walk 696a5e317d56c84bbe6f088dbfeead2f4669ae0b # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:44:52 provisioning config files... 10:44:52 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/2@tmp/config2716766900613463035tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:44:53 ---> docker-login.sh 10:44:53 nexus3.edgexfoundry.org:10001 10:44:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:44:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:44:53 Configure a credential helper to remove this warning. See 10:44:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:44:53 10:44:53 Login Succeeded 10:44:53 nexus3.edgexfoundry.org:10002 10:44:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:44:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:44:53 Configure a credential helper to remove this warning. See 10:44:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:44:53 10:44:53 Login Succeeded 10:44:53 nexus3.edgexfoundry.org:10003 10:44:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:44:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:44:53 Configure a credential helper to remove this warning. See 10:44:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:44:53 10:44:53 Login Succeeded 10:44:53 nexus3.edgexfoundry.org:10004 10:44:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:44:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:44:54 Configure a credential helper to remove this warning. See 10:44:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:44:54 10:44:54 Login Succeeded 10:44:54 docker.io 10:44:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:44:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:44:54 Configure a credential helper to remove this warning. See 10:44:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:44:54 10:44:54 Login Succeeded 10:44:54 ---> docker-login.sh ends [Pipeline] } 10:44:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 10:44:54 ========================================================= 10:44:54 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 10:44:54 ========================================================= [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 10:44:54 + 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 . 10:44:54 Sending build context to Docker daemon 2.59MB 10:44:54 Step 1/8 : ARG BASE=golang:1.16-alpine3.12 10:44:54 Step 2/8 : FROM ${BASE} 10:44:55 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 10:44:55 540db60ca938: Pulling fs layer 10:44:55 adcc1eea9eea: Pulling fs layer 10:44:55 4c4ab2625f07: Pulling fs layer 10:44:55 0773c198feca: Pulling fs layer 10:44:55 345f892a5656: Pulling fs layer 10:44:55 4796506630df: Pulling fs layer 10:44:55 cc55df3e53f1: Pulling fs layer 10:44:55 4d027b6c602c: Pulling fs layer 10:44:55 449e75d2c14e: Pulling fs layer 10:44:55 0773c198feca: Waiting 10:44:55 345f892a5656: Waiting 10:44:55 4796506630df: Waiting 10:44:55 cc55df3e53f1: Waiting 10:44:55 4d027b6c602c: Waiting 10:44:55 449e75d2c14e: Waiting 10:44:55 4c4ab2625f07: Verifying Checksum 10:44:55 4c4ab2625f07: Download complete 10:44:55 adcc1eea9eea: Verifying Checksum 10:44:55 adcc1eea9eea: Download complete 10:44:55 345f892a5656: Verifying Checksum 10:44:55 345f892a5656: Download complete 10:44:55 4796506630df: Verifying Checksum 10:44:55 4796506630df: Download complete 10:44:55 cc55df3e53f1: Verifying Checksum 10:44:55 cc55df3e53f1: Download complete 10:44:55 540db60ca938: Verifying Checksum 10:44:55 540db60ca938: Pull complete 10:44:55 adcc1eea9eea: Pull complete 10:44:55 4c4ab2625f07: Pull complete 10:44:55 4d027b6c602c: Verifying Checksum 10:44:55 4d027b6c602c: Download complete 10:44:59 449e75d2c14e: Verifying Checksum 10:44:59 449e75d2c14e: Download complete 10:45:00 0773c198feca: Verifying Checksum 10:45:00 0773c198feca: Download complete 10:45:00 cb65c68fc2e2: Pull complete 10:45:00 093eec477d81: Pull complete 10:45:00 a6d5b2bbb924: Pull complete 10:45:00 2446dc1eb7d3: Pull complete 10:45:03 0773c198feca: Pull complete 10:45:03 345f892a5656: Pull complete 10:45:03 4796506630df: Pull complete 10:45:03 cc55df3e53f1: Pull complete 10:45:04 4d027b6c602c: Pull complete 10:45:04 596795e73e0f: Pull complete 10:45:04 Digest: sha256:8fdc37217a1dd7593ea05f088b02ef5bfb3cd8d6ab6705c4f2c080891875b7a0 10:45:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 10:45:04 ---> d9e956139c92 10:45:04 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:45:05 449e75d2c14e: Pull complete 10:45:05 Digest: sha256:a2fa0993ec4462abfc92311096d2e43e803cda49eb027de246ea451416b7a8a8 10:45:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 10:45:05 ---> 0d28375d9b5b 10:45:05 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:45:07 ---> Running in c6cf7de66022 10:45:07 Removing intermediate container c6cf7de66022 10:45:07 ---> 2f04eebb3723 10:45:07 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:45:07 ---> Running in 83aaf6dcedaa 10:45:08 ---> Running in 1bb26f4621c3 10:45:09 Removing intermediate container 1bb26f4621c3 10:45:09 ---> 3cc718519f79 10:45:09 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:45:09 ---> Running in c9fb5c6333a8 10:45:09 Removing intermediate container c9fb5c6333a8 10:45:09 ---> fe27c6a85c1d 10:45:09 Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev 10:45:09 ---> Running in e565b7b09a37 10:45:09 Removing intermediate container 83aaf6dcedaa 10:45:09 ---> b745f11f4786 10:45:09 Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev 10:45:10 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 10:45:10 ---> Running in a5a43fd9e414 10:45:11 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 10:45:11 (1/6) Installing libc-dev (0.7.2-r3) 10:45:11 (2/6) Installing libsodium (1.0.18-r0) 10:45:11 (3/6) Installing pkgconf (1.7.3-r0) 10:45:11 (4/6) Installing libsodium-dev (1.0.18-r0) 10:45:11 (5/6) Installing libzmq (4.3.3-r1) 10:45:11 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 10:45:11 (6/6) Installing zeromq-dev (4.3.3-r1) 10:45:11 Executing busybox-1.32.1-r6.trigger 10:45:11 OK: 150 MiB in 46 packages 10:45:12 Removing intermediate container e565b7b09a37 10:45:12 ---> 01c44958877a 10:45:12 Step 6/8 : WORKDIR /device-sdk-go 10:45:12 ---> Running in 3d43b2687a70 10:45:12 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 10:45:12 Removing intermediate container 3d43b2687a70 10:45:12 ---> 86c93336499d 10:45:12 Step 7/8 : COPY . . 10:45:12 ---> 5567a229f89f 10:45:12 Step 8/8 : RUN go mod download 10:45:12 ---> Running in d483899b282e 10:45:13 (1/6) Installing libc-dev (0.7.2-r3) 10:45:13 (2/6) Installing libsodium (1.0.18-r0) 10:45:13 (3/6) Installing pkgconf (1.7.3-r0) 10:45:13 (4/6) Installing libsodium-dev (1.0.18-r0) 10:45:13 (5/6) Installing libzmq (4.3.3-r1) 10:45:13 (6/6) Installing zeromq-dev (4.3.3-r1) 10:45:13 Executing busybox-1.32.1-r6.trigger 10:45:13 OK: 139 MiB in 46 packages 10:45:15 Removing intermediate container a5a43fd9e414 10:45:15 ---> aa075ef31637 10:45:15 Step 6/8 : WORKDIR /device-sdk-go 10:45:15 ---> Running in 8a1122f25e40 10:45:15 Removing intermediate container 8a1122f25e40 10:45:15 ---> ddb4fe5140ce 10:45:15 Step 7/8 : COPY . . 10:45:17 ---> cbd250e4749e 10:45:17 Step 8/8 : RUN go mod download 10:45:17 ---> Running in 5ec4ae1808f3 10:45:27 Removing intermediate container d483899b282e 10:45:27 ---> cea7ca8eba9c 10:45:27 Successfully built cea7ca8eba9c 10:45:27 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 10:45:28 + docker inspect -f . ci-base-image-x86_64 10:45:28 . [Pipeline] withDockerContainer 10:45:28 prd-centos7-docker-4c-2g-1258 does not seem to be running inside a container 10:45:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@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 ******** -e ******** ci-base-image-x86_64 cat 10:45:28 $ docker top 1cfe5e492165639e3af1e6f8872b0b3c776614c6b5630f0d32a4d1bfd0782c19 -eo pid,comm [Pipeline] { [Pipeline] sh 10:45:28 + go version 10:45:28 go version go1.16.5 linux/amd64 [Pipeline] } 10:45:28 $ docker stop --time=1 1cfe5e492165639e3af1e6f8872b0b3c776614c6b5630f0d32a4d1bfd0782c19 10:45:30 $ docker rm -f 1cfe5e492165639e3af1e6f8872b0b3c776614c6b5630f0d32a4d1bfd0782c19 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:45:30 + docker inspect -f . ci-base-image-x86_64 10:45:30 . [Pipeline] withDockerContainer 10:45:31 prd-centos7-docker-4c-2g-1258 does not seem to be running inside a container 10:45:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@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 ******** -e ******** ci-base-image-x86_64 cat 10:45:31 $ docker top 2b92c3912c24189bfbfab33a6985606fdbd3ecf5ca82db775f00a29169ca22fa -eo pid,comm [Pipeline] { [Pipeline] sh 10:45:31 + go mod tidy [Pipeline] sh 10:45:32 + make test 10:45:32 go mod tidy 10:45:32 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 10:45:37 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 10:45:44 Removing intermediate container 5ec4ae1808f3 10:45:44 ---> 80ed3e5f09e8 10:45:44 Successfully built 80ed3e5f09e8 10:45:44 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:45:44 + docker inspect -f . ci-base-image-arm64 10:45:44 . [Pipeline] withDockerContainer 10:45:44 prd-ubuntu18.04-docker-arm64-4c-16g-1257 does not seem to be running inside a container 10:45:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@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 ******** -e ******** ci-base-image-arm64 cat 10:45:46 $ docker top 4e8fc050958576946982a77afb9b8953e718879a838bfcc264f4e227fc1f7fa0 -eo pid,comm [Pipeline] { [Pipeline] sh 10:45:47 + go version 10:45:47 go version go1.16.5 linux/arm64 [Pipeline] } 10:45:47 $ docker stop --time=1 4e8fc050958576946982a77afb9b8953e718879a838bfcc264f4e227fc1f7fa0 10:45:49 $ docker rm -f 4e8fc050958576946982a77afb9b8953e718879a838bfcc264f4e227fc1f7fa0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:45:50 + docker inspect -f . ci-base-image-arm64 10:45:50 . [Pipeline] withDockerContainer 10:45:50 prd-ubuntu18.04-docker-arm64-4c-16g-1257 does not seem to be running inside a container 10:45:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@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 ******** -e ******** ci-base-image-arm64 cat 10:45:52 $ docker top 0f256e8c845edc11ae954c191d429b2188b1332272b18e00dd1e7af78809b245 -eo pid,comm [Pipeline] { [Pipeline] sh 10:45:53 + go mod tidy [Pipeline] sh 10:45:54 + make test 10:45:54 go mod tidy 10:45:55 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 10:46:00 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 10:46:00 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 10:46:00 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 10:46:02 ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.051s coverage: 24.2% of statements 10:46:02 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 10:46:02 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.048s coverage: 28.1% of statements 10:46:03 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.045s coverage: 78.9% of statements 10:46:03 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 0.043s coverage: 9.0% of statements 10:46:03 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 10:46:03 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 10:46:03 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 10:46:03 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.065s coverage: 28.7% of statements 10:46:03 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 10:46:05 ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.058s coverage: 83.3% of statements 10:46:05 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 10:46:05 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 10:46:05 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.080s coverage: 58.0% of statements 10:46:06 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 0.812s coverage: 89.2% of statements 10:46:06 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] 10:46:06 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.042s coverage: 4.9% of statements 10:46:06 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 10:46:06 GO111MODULE=on go vet ./... 10:46:22 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 10:46:24 gofmt -l . 10:46:24 [ "`gofmt -l .`" = "" ] 10:46:24 ./bin/test-attribution-txt.sh 10:46:24 ./bin/test-go-mod-tidy.sh [Pipeline] } 10:46:24 $ docker stop --time=1 2b92c3912c24189bfbfab33a6985606fdbd3ecf5ca82db775f00a29169ca22fa 10:46:26 $ docker rm -f 2b92c3912c24189bfbfab33a6985606fdbd3ecf5ca82db775f00a29169ca22fa [Pipeline] // withDockerContainer [Pipeline] sh 10:46:26 + sudo chown -R jenkins:jenkins . [Pipeline] stash 10:46:26 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 10:46:29 + sudo chown -R jenkins:jenkins . [Pipeline] sh 10:46:29 + ls -al . 10:46:29 total 228 10:46:29 drwxrwxr-x. 10 jenkins jenkins 4096 Jul 31 10:46 . 10:46:29 drwxrwxr-x. 4 jenkins jenkins 28 Jul 31 10:44 .. 10:46:29 drwxrwxr-x. 2 jenkins jenkins 64 Jul 31 10:44 bin 10:46:29 -rw-rw-r--. 1 jenkins jenkins 24816 Jul 31 10:44 CHANGELOG.md 10:46:29 -rw-r--r--. 1 jenkins jenkins 125634 Jul 31 10:46 coverage.out 10:46:29 -rw-rw-r--. 1 jenkins jenkins 987 Jul 31 10:44 Dockerfile.build 10:46:29 -rw-rw-r--. 1 jenkins jenkins 140 Jul 31 10:44 .dockerignore 10:46:29 drwxrwxr-x. 5 jenkins jenkins 62 Jul 31 10:44 example 10:46:29 drwxrwxr-x. 8 jenkins jenkins 179 Jul 31 10:44 .git 10:46:29 drwxrwxr-x. 3 jenkins jenkins 125 Jul 31 10:44 .github 10:46:29 -rw-rw-r--. 1 jenkins jenkins 138 Jul 31 10:44 .gitignore 10:46:29 -rw-r--r--. 1 jenkins jenkins 548 Jul 31 10:46 go.mod 10:46:29 -rw-r--r--. 1 jenkins jenkins 20386 Jul 31 10:45 go.sum 10:46:29 drwxrwxr-x. 15 jenkins jenkins 224 Jul 31 10:44 internal 10:46:29 -rw-rw-r--. 1 jenkins jenkins 880 Jul 31 10:44 Jenkinsfile 10:46:29 -rw-rw-r--. 1 jenkins jenkins 11341 Jul 31 10:44 LICENSE 10:46:29 -rw-rw-r--. 1 jenkins jenkins 1026 Jul 31 10:44 Makefile 10:46:29 drwxrwxr-x. 3 jenkins jenkins 16 Jul 31 10:44 openapi 10:46:29 drwxrwxr-x. 5 jenkins jenkins 50 Jul 31 10:44 pkg 10:46:29 -rw-rw-r--. 1 jenkins jenkins 7646 Jul 31 10:44 README.md 10:46:29 drwxrwxr-x. 4 jenkins jenkins 54 Jul 31 10:44 snap 10:46:29 -rw-rw-r--. 1 jenkins jenkins 5 Jul 31 10:41 VERSION 10:46:29 -rw-rw-r--. 1 jenkins jenkins 222 Jul 31 10:44 version.go [Pipeline] isUnix [Pipeline] sh 10:46:30 + docker build -t device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=1200333b21c5e54638cd9fff8ca7f3b0751632ea --label arch=amd64 --label version=0.0.0 . 10:46:30 Sending build context to Docker daemon 2.717MB 10:46:30 Step 1/23 : ARG BASE=golang:1.16-alpine3.12 10:46:30 Step 2/23 : FROM ${BASE} AS builder 10:46:30 ---> cea7ca8eba9c 10:46:30 Step 3/23 : WORKDIR /device-sdk-go 10:46:30 ---> Running in 299d1fe0e09c 10:46:30 Removing intermediate container 299d1fe0e09c 10:46:30 ---> 132ff03d043d 10:46:30 Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:46:30 ---> Running in f562ed67759d 10:46:30 Removing intermediate container f562ed67759d 10:46:30 ---> e7a8a6f6c7c2 10:46:30 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:46:30 ---> Running in f883d3c68b96 10:46:30 Removing intermediate container f883d3c68b96 10:46:30 ---> e60bbccf9e71 10:46:30 Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 10:46:30 ---> Running in 03d5d9f6461b 10:46:31 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 10:46:31 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 10:46:32 OK: 150 MiB in 46 packages 10:46:32 Removing intermediate container 03d5d9f6461b 10:46:32 ---> 8f21c5dd94ac 10:46:32 Step 7/23 : COPY . . 10:46:33 ---> 298d6ade665a 10:46:33 Step 8/23 : RUN go mod download 10:46:33 ---> Running in 8fb51bb28712 10:46:33 Removing intermediate container 8fb51bb28712 10:46:33 ---> e53ad1c616f8 10:46:33 Step 9/23 : RUN make build 10:46:33 ---> Running in 7f273d004a83 10:46:33 go mod tidy 10:46:34 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 10:46:44 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 10:46:44 Removing intermediate container 7f273d004a83 10:46:44 ---> cd9312da866b 10:46:44 Step 10/23 : FROM alpine:3.12 10:46:46 3.12: Pulling from library/alpine 10:46:46 339de151aab4: Pulling fs layer 10:46:46 339de151aab4: Verifying Checksum 10:46:46 339de151aab4: Download complete 10:46:46 339de151aab4: Pull complete 10:46:46 Digest: sha256:de25c7fc6c4f3a27c7f0c2dff454e4671823a34d88abd533f210848d527e0fbb 10:46:46 Status: Downloaded newer image for alpine:3.12 10:46:46 ---> 13621d1b12d4 10:46:46 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:46:47 ---> Running in 9625b75d69b9 10:46:47 Removing intermediate container 9625b75d69b9 10:46:47 ---> 81342a53cc1d 10:46:47 Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:46:47 ---> Running in df4d13231736 10:46:47 Removing intermediate container df4d13231736 10:46:47 ---> 84a94a233974 10:46:47 Step 13/23 : RUN apk add --update --no-cache zeromq 10:46:47 ---> Running in 015a4b2bdea9 10:46:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:46:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:46:49 (1/5) Installing libgcc (9.3.0-r2) 10:46:49 (2/5) Installing libsodium (1.0.18-r0) 10:46:49 (3/5) Installing libstdc++ (9.3.0-r2) 10:46:50 (4/5) Installing libzmq (4.3.3-r0) 10:46:50 (5/5) Installing zeromq (4.3.3-r0) 10:46:50 Executing busybox-1.31.1-r20.trigger 10:46:50 OK: 8 MiB in 19 packages 10:46:50 Removing intermediate container 015a4b2bdea9 10:46:50 ---> 1ed05d9d13d0 10:46:50 Step 14/23 : WORKDIR / 10:46:50 ---> Running in 234258b4024d 10:46:50 Removing intermediate container 234258b4024d 10:46:50 ---> ceb3f5d6a8f1 10:46:50 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 10:46:50 ---> 932fc0d84d1a 10:46:50 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 10:46:51 ---> 0f31737e5680 10:46:51 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 10:46:51 ---> 8ed4fc5f7127 10:46:51 Step 18/23 : EXPOSE 59999 10:46:51 ---> Running in 53d5a6bbe392 10:46:51 Removing intermediate container 53d5a6bbe392 10:46:51 ---> 988d46b284a3 10:46:51 Step 19/23 : ENTRYPOINT ["/device-simple"] 10:46:51 ---> Running in c32e20d4d091 10:46:51 Removing intermediate container c32e20d4d091 10:46:51 ---> d72127aefe78 10:46:51 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:46:51 ---> Running in 6e39d9b51b09 10:46:51 Removing intermediate container 6e39d9b51b09 10:46:51 ---> 422d6e3fb008 10:46:51 Step 21/23 : LABEL arch=amd64 10:46:51 ---> Running in f83be004c8fa 10:46:52 Removing intermediate container f83be004c8fa 10:46:52 ---> c25b72f01724 10:46:52 Step 22/23 : LABEL git_sha=1200333b21c5e54638cd9fff8ca7f3b0751632ea 10:46:52 ---> Running in f08f1738c49a 10:46:52 Removing intermediate container f08f1738c49a 10:46:52 ---> d268b50b5f8a 10:46:52 Step 23/23 : LABEL version=0.0.0 10:46:52 ---> Running in bcc4fce7ecb5 10:46:52 Removing intermediate container bcc4fce7ecb5 10:46:52 ---> 05aadb819a6a 10:46:52 [Warning] One or more build-args [ARCH MAKE] were not consumed 10:46:52 Successfully built 05aadb819a6a 10:46:52 Successfully tagged device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:46:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:46:52 10:46:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 10:46:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:46:53 latest: Pulling from edgex-lftools-log-publisher 10:46:53 b4d181a07f80: Pulling fs layer 10:46:53 a1111a8f2ec3: Pulling fs layer 10:46:53 ed53099fbce6: Pulling fs layer 10:46:53 dc539afda2c1: Pulling fs layer 10:46:53 77bc0d833cb6: Pulling fs layer 10:46:53 9065ff56babe: Pulling fs layer 10:46:53 d287ab97295c: Pulling fs layer 10:46:53 dc539afda2c1: Waiting 10:46:53 77bc0d833cb6: Waiting 10:46:53 9065ff56babe: Waiting 10:46:53 d287ab97295c: Waiting 10:46:53 a1111a8f2ec3: Verifying Checksum 10:46:53 a1111a8f2ec3: Download complete 10:46:53 dc539afda2c1: Verifying Checksum 10:46:53 dc539afda2c1: Download complete 10:46:53 77bc0d833cb6: Verifying Checksum 10:46:53 77bc0d833cb6: Download complete 10:46:53 9065ff56babe: Verifying Checksum 10:46:53 9065ff56babe: Download complete 10:46:53 ed53099fbce6: Verifying Checksum 10:46:53 ed53099fbce6: Download complete 10:46:54 b4d181a07f80: Verifying Checksum 10:46:54 b4d181a07f80: Download complete 10:46:55 b4d181a07f80: Pull complete 10:46:55 a1111a8f2ec3: Pull complete 10:46:56 ed53099fbce6: Pull complete 10:46:56 dc539afda2c1: Pull complete 10:46:56 77bc0d833cb6: Pull complete 10:46:56 9065ff56babe: Pull complete 10:46:57 d287ab97295c: Verifying Checksum 10:46:57 d287ab97295c: Download complete 10:47:02 d287ab97295c: Pull complete 10:47:02 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 10:47:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:47:02 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 10:47:02 prd-centos7-docker-4c-2g-1258 does not seem to be running inside a container 10:47:02 $ 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-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 10:47:05 $ docker top 8b1668df6d58eb0d768a2960a36a9d30d8a5f6929a32dfe2f01c9748cf81f8bf -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:47:06 ---> job-cost.sh 10:47:06 lf-activate-venv: SKIPPING 10:47:06 INFO: No Stack... 10:47:07 INFO: Retrieving Pricing Info for: v3-standard-2 10:47:07 INFO: Archiving Costs [Pipeline] sh 10:47:07 + cat /w/workspace/device-sdk-go/2/archives/cost.csv 10:47:07 + cut -d, -f6 [Pipeline] lock 10:47:08 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-998-2-stack-cost] 10:47:08 Resource [jenkins-edgexfoundry-device-sdk-go-PR-998-2-stack-cost] did not exist. Created. 10:47:08 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-998-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 10:47:08 + echo total: 0.05999999865889549 [Pipeline] stash 10:47:08 Stashed 1 file(s) [Pipeline] } 10:47:08 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-998-2-stack-cost] [Pipeline] // lock [Pipeline] } 10:47:08 $ docker stop --time=1 8b1668df6d58eb0d768a2960a36a9d30d8a5f6929a32dfe2f01c9748cf81f8bf 10:47:09 $ docker rm -f 8b1668df6d58eb0d768a2960a36a9d30d8a5f6929a32dfe2f01c9748cf81f8bf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 10:47:30 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 10:47:30 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 10:47:30 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 10:47:36 ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.289s coverage: 24.2% of statements 10:47:36 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 10:47:36 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.220s coverage: 28.1% of statements 10:47:36 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.215s coverage: 78.9% of statements 10:47:36 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 0.264s coverage: 9.0% of statements 10:47:36 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 10:47:36 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 10:47:36 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 10:47:37 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.413s coverage: 28.7% of statements 10:47:37 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 10:47:39 ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.255s coverage: 83.3% of statements 10:47:39 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 10:47:39 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 10:47:39 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.372s coverage: 58.0% of statements 10:47:44 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.057s coverage: 89.2% of statements 10:47:44 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] 10:47:44 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.202s coverage: 4.9% of statements 10:47:44 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 10:47:44 GO111MODULE=on go vet ./... 10:48:40 gofmt -l . 10:48:40 [ "`gofmt -l .`" = "" ] 10:48:40 ./bin/test-attribution-txt.sh 10:48:40 ./bin/test-go-mod-tidy.sh [Pipeline] } 10:48:40 $ docker stop --time=1 0f256e8c845edc11ae954c191d429b2188b1332272b18e00dd1e7af78809b245 10:48:43 $ docker rm -f 0f256e8c845edc11ae954c191d429b2188b1332272b18e00dd1e7af78809b245 [Pipeline] // withDockerContainer [Pipeline] sh 10:48:44 + sudo chown -R jenkins:jenkins . [Pipeline] stash 10:48:44 Warning: overwriting stash ‘coverage-report’ 10:48:44 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 10:48:45 + sudo chown -R jenkins:jenkins . [Pipeline] sh 10:48:45 + ls -al . 10:48:45 total 264 10:48:45 drwxrwxr-x 10 jenkins jenkins 4096 Jul 31 10:48 . 10:48:45 drwxrwxr-x 4 jenkins jenkins 4096 Jul 31 10:44 .. 10:48:45 -rw-rw-r-- 1 jenkins jenkins 140 Jul 31 10:44 .dockerignore 10:48:45 drwxrwxr-x 8 jenkins jenkins 4096 Jul 31 10:44 .git 10:48:45 drwxrwxr-x 3 jenkins jenkins 4096 Jul 31 10:44 .github 10:48:45 -rw-rw-r-- 1 jenkins jenkins 138 Jul 31 10:44 .gitignore 10:48:45 -rw-rw-r-- 1 jenkins jenkins 24816 Jul 31 10:44 CHANGELOG.md 10:48:45 -rw-rw-r-- 1 jenkins jenkins 987 Jul 31 10:44 Dockerfile.build 10:48:45 -rw-rw-r-- 1 jenkins jenkins 880 Jul 31 10:44 Jenkinsfile 10:48:45 -rw-rw-r-- 1 jenkins jenkins 11341 Jul 31 10:44 LICENSE 10:48:45 -rw-rw-r-- 1 jenkins jenkins 1026 Jul 31 10:44 Makefile 10:48:45 -rw-rw-r-- 1 jenkins jenkins 7646 Jul 31 10:44 README.md 10:48:45 -rw-rw-r-- 1 jenkins jenkins 5 Jul 31 10:41 VERSION 10:48:45 drwxrwxr-x 2 jenkins jenkins 4096 Jul 31 10:44 bin 10:48:45 -rw-r--r-- 1 jenkins jenkins 125634 Jul 31 10:47 coverage.out 10:48:45 drwxrwxr-x 5 jenkins jenkins 4096 Jul 31 10:44 example 10:48:45 -rw-r--r-- 1 jenkins jenkins 548 Jul 31 10:48 go.mod 10:48:45 -rw-r--r-- 1 jenkins jenkins 20386 Jul 31 10:45 go.sum 10:48:45 drwxrwxr-x 15 jenkins jenkins 4096 Jul 31 10:44 internal 10:48:45 drwxrwxr-x 3 jenkins jenkins 4096 Jul 31 10:44 openapi 10:48:45 drwxrwxr-x 5 jenkins jenkins 4096 Jul 31 10:44 pkg 10:48:45 drwxrwxr-x 4 jenkins jenkins 4096 Jul 31 10:44 snap 10:48:45 -rw-rw-r-- 1 jenkins jenkins 222 Jul 31 10:44 version.go [Pipeline] isUnix [Pipeline] sh 10:48:46 + docker build -t device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=23e85ce9c9018338e9211e1425394c26b5b84723 --label arch=arm64 --label version=0.0.0 . 10:48:46 Sending build context to Docker daemon 2.725MB 10:48:46 Step 1/23 : ARG BASE=golang:1.16-alpine3.12 10:48:46 Step 2/23 : FROM ${BASE} AS builder 10:48:46 ---> 80ed3e5f09e8 10:48:46 Step 3/23 : WORKDIR /device-sdk-go 10:48:47 ---> Running in 4610c1bbb05f 10:48:47 Removing intermediate container 4610c1bbb05f 10:48:47 ---> 7265b7567558 10:48:47 Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:48:47 ---> Running in 569442e4fb55 10:48:48 Removing intermediate container 569442e4fb55 10:48:48 ---> d918474004cc 10:48:48 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:48:48 ---> Running in 751b567647f0 10:48:51 Removing intermediate container 751b567647f0 10:48:51 ---> 230b5511018f 10:48:51 Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 10:48:51 ---> Running in 7be5078f2cbd 10:48:52 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 10:48:52 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 10:48:53 OK: 139 MiB in 46 packages 10:48:55 Removing intermediate container 7be5078f2cbd 10:48:55 ---> 8e2779b39c67 10:48:55 Step 7/23 : COPY . . 10:48:56 ---> c7da27ca4439 10:48:56 Step 8/23 : RUN go mod download 10:48:56 ---> Running in a9187b7213a0 10:48:58 Removing intermediate container a9187b7213a0 10:48:58 ---> ec0ec2c52a54 10:48:58 Step 9/23 : RUN make build 10:48:58 ---> Running in 39540fef3d51 10:48:59 go mod tidy 10:49:00 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 10:49:33 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 10:49:35 Removing intermediate container 39540fef3d51 10:49:35 ---> c4e7e07fab2c 10:49:35 Step 10/23 : FROM alpine:3.12 10:49:36 3.12: Pulling from library/alpine 10:49:36 d2f70382dc9a: Pulling fs layer 10:49:36 d2f70382dc9a: Verifying Checksum 10:49:36 d2f70382dc9a: Download complete 10:49:37 d2f70382dc9a: Pull complete 10:49:37 Digest: sha256:de25c7fc6c4f3a27c7f0c2dff454e4671823a34d88abd533f210848d527e0fbb 10:49:37 Status: Downloaded newer image for alpine:3.12 10:49:37 ---> c4fd0aeabfcf 10:49:37 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:49:37 ---> Running in 7edf7faaec9d 10:49:37 Removing intermediate container 7edf7faaec9d 10:49:37 ---> 8c89b79cd1fd 10:49:37 Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:49:38 ---> Running in 738f49bd2f5a 10:49:40 Removing intermediate container 738f49bd2f5a 10:49:40 ---> ef55fcc50554 10:49:40 Step 13/23 : RUN apk add --update --no-cache zeromq 10:49:40 ---> Running in ac1f001e8673 10:49:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:49:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:49:43 (1/5) Installing libgcc (9.3.0-r2) 10:49:43 (2/5) Installing libsodium (1.0.18-r0) 10:49:43 (3/5) Installing libstdc++ (9.3.0-r2) 10:49:44 (4/5) Installing libzmq (4.3.3-r0) 10:49:44 (5/5) Installing zeromq (4.3.3-r0) 10:49:44 Executing busybox-1.31.1-r20.trigger 10:49:44 OK: 8 MiB in 19 packages 10:49:45 Removing intermediate container ac1f001e8673 10:49:45 ---> 7de1b3620f71 10:49:45 Step 14/23 : WORKDIR / 10:49:45 ---> Running in 1ccf073e402a 10:49:46 Removing intermediate container 1ccf073e402a 10:49:46 ---> fea6737515e7 10:49:46 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 10:49:47 ---> 69cd6e288633 10:49:47 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 10:49:48 ---> 252b49eacd0f 10:49:48 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 10:49:49 ---> b79010dae12a 10:49:49 Step 18/23 : EXPOSE 59999 10:49:49 ---> Running in 464681e67a2c 10:49:50 Removing intermediate container 464681e67a2c 10:49:50 ---> e5110a19f1ad 10:49:50 Step 19/23 : ENTRYPOINT ["/device-simple"] 10:49:50 ---> Running in d78b59cd3f4c 10:49:50 Removing intermediate container d78b59cd3f4c 10:49:50 ---> dff810db1690 10:49:50 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:49:50 ---> Running in 2d8860208ab4 10:49:51 Removing intermediate container 2d8860208ab4 10:49:51 ---> 5237a3f7e59c 10:49:51 Step 21/23 : LABEL arch=arm64 10:49:51 ---> Running in 4466d29123b7 10:49:52 Removing intermediate container 4466d29123b7 10:49:52 ---> 6d0e1d57691b 10:49:52 Step 22/23 : LABEL git_sha=23e85ce9c9018338e9211e1425394c26b5b84723 10:49:52 ---> Running in 3e1ef7ff7514 10:49:52 Removing intermediate container 3e1ef7ff7514 10:49:52 ---> 7856db378a87 10:49:52 Step 23/23 : LABEL version=0.0.0 10:49:52 ---> Running in 7d8448600c35 10:49:53 Removing intermediate container 7d8448600c35 10:49:53 ---> ee61cc60eaf2 10:49:53 [Warning] One or more build-args [ARCH MAKE] were not consumed 10:49:53 Successfully built ee61cc60eaf2 10:49:53 Successfully tagged device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:49:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 10:49:54 10:49:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 10:49:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 10:49:55 arm64: Pulling from edgex-lftools-log-publisher 10:49:55 448f6bf000e3: Pulling fs layer 10:49:55 f757da607395: Pulling fs layer 10:49:55 05883995daec: Pulling fs layer 10:49:55 8603b9c90790: Pulling fs layer 10:49:55 1560dd03e051: Pulling fs layer 10:49:55 27f5ce0e4adf: Pulling fs layer 10:49:55 c2d8d7efcc4b: Pulling fs layer 10:49:55 1560dd03e051: Waiting 10:49:55 8603b9c90790: Waiting 10:49:55 27f5ce0e4adf: Waiting 10:49:55 c2d8d7efcc4b: Waiting 10:49:55 f757da607395: Verifying Checksum 10:49:55 f757da607395: Download complete 10:49:55 8603b9c90790: Download complete 10:49:55 1560dd03e051: Verifying Checksum 10:49:55 1560dd03e051: Download complete 10:49:55 27f5ce0e4adf: Download complete 10:49:55 05883995daec: Verifying Checksum 10:49:55 05883995daec: Download complete 10:49:57 448f6bf000e3: Download complete 10:49:59 c2d8d7efcc4b: Verifying Checksum 10:49:59 c2d8d7efcc4b: Download complete 10:50:00 448f6bf000e3: Pull complete 10:50:01 f757da607395: Pull complete 10:50:02 05883995daec: Pull complete 10:50:02 8603b9c90790: Pull complete 10:50:03 1560dd03e051: Pull complete 10:50:04 27f5ce0e4adf: Pull complete 10:50:19 c2d8d7efcc4b: Pull complete 10:50:19 Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 10:50:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 10:50:19 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 10:50:19 prd-ubuntu18.04-docker-arm64-4c-16g-1257 does not seem to be running inside a container 10:50:19 $ 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-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 10:50:23 $ docker top 93dc50e8ca2f7b1cb0f4febee0a22ff585a8efc7892109b78205a712ca600cb1 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:50:24 ---> job-cost.sh 10:50:24 lf-activate-venv: SKIPPING 10:50:24 INFO: No Stack... 10:50:25 INFO: Retrieving Pricing Info for: v2-standard-4 10:50:25 INFO: Archiving Costs [Pipeline] sh 10:50:26 + cat /w/workspace/device-sdk-go/2/archives/cost.csv 10:50:26 + cut -d, -f6 [Pipeline] lock 10:50:26 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-998-2-stack-cost] 10:50:26 Resource [jenkins-edgexfoundry-device-sdk-go-PR-998-2-stack-cost] did not exist. Created. 10:50:26 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-998-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 10:50:27 /w/workspace/device-sdk-go/2@tmp/durable-a2ef6899/script.sh: 1: /w/workspace/device-sdk-go/2@tmp/durable-a2ef6899/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 10:50:27 + echo total: 0.18000000715255737 [Pipeline] stash 10:50:27 Warning: overwriting stash ‘stack-cost’ 10:50:28 Stashed 1 file(s) [Pipeline] } 10:50:28 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-998-2-stack-cost] [Pipeline] // lock [Pipeline] } 10:50:28 $ docker stop --time=1 93dc50e8ca2f7b1cb0f4febee0a22ff585a8efc7892109b78205a712ca600cb1 10:50:29 $ docker rm -f 93dc50e8ca2f7b1cb0f4febee0a22ff585a8efc7892109b78205a712ca600cb1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 10:50:30 provisioning config files... 10:50:30 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-998@tmp/config2430256089402911248tmp [Pipeline] { [Pipeline] sh 10:50:31 + set +x 10:50:31 + curl -s https://codecov.io/bash 10:50:31 + bash -s -- 10:50:31 10:50:31 _____ _ 10:50:31 / ____| | | 10:50:31 | | ___ __| | ___ ___ _____ __ 10:50:31 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 10:50:31 | |___| (_) | (_| | __/ (_| (_) \ V / 10:50:31 \_____\___/ \__,_|\___|\___\___/ \_/ 10:50:31 Bash-1.0.6 10:50:31 10:50:31 10:50:31 ==> git version 2.24.4 found 10:50:31 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 10:50:31 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 10:50:31 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 10:50:31 ==> Jenkins CI detected. 10:50:31 current dir:  /w/workspace/dgexfoundry_device-sdk-go_PR-998 10:50:31 project root: . 10:50:31 --> token set from env 10:50:31 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 10:50:31 ==> Running gcov in . (disable via -X gcov) 10:50:31 ==> Python coveragepy not found 10:50:31 ==> Searching for coverage reports in: 10:50:31 + . 10:50:31 -> Found 1 reports 10:50:31 ==> Detecting git/mercurial file structure 10:50:31 ==> Reading reports 10:50:31 + ./coverage.out bytes=125634 10:50:31 ==> Appending adjustments 10:50:31 https://docs.codecov.io/docs/fixing-reports 10:50:31 + Found adjustments 10:50:31 ==> Gzipping contents 10:50:31 16K /tmp/codecov.B0H4dW.gz 10:50:31 ==> Uploading reports 10:50:31 url: https://codecov.io 10:50:31 query: branch=PR-998&commit=6ec740974604cccb12ec5acf6c55def963c5e352&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-998%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=998&job=&cmd_args= 10:50:31 -> Pinging Codecov 10:50:31 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=6fc62cd9-fce6-47f0-85f4-af589338491a&branch=PR-998&commit=6ec740974604cccb12ec5acf6c55def963c5e352&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-998%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=998&job=&cmd_args= 10:50:32 -> Uploading to 10:50:32 https://storage.googleapis.com/codecov/v4/raw/2021-07-31/7E55EF52A471D76F132DFD9A03CDDE97/6ec740974604cccb12ec5acf6c55def963c5e352/d343a056-576d-48ff-9374-3cf1cf8a19be.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20210731%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210731T105031Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=771bc1f27cc361fa69da3d4adbf0e81f645dda956588d8fea8448b16cd5bf0cb 10:50:32 % Total % Received % Xferd Average Speed Time Time Time Current 10:50:32 Dload Upload Total Spent Left Speed 10:50:32 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16034 0 0 100 16034 0 48268 --:--:-- --:--:-- --:--:-- 48295 10:50:32 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/6ec740974604cccb12ec5acf6c55def963c5e352 [Pipeline] } 10:50:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 10:50:33 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:50:34 ---> package-listing.sh 10:50:34 ++ tr '[:upper:]' '[:lower:]' 10:50:34 ++ facter osfamily 10:50:34 + OS_FAMILY=redhat 10:50:34 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-998 10:50:34 + START_PACKAGES=/tmp/packages_start.txt 10:50:34 + END_PACKAGES=/tmp/packages_end.txt 10:50:34 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:50:34 + PACKAGES=/tmp/packages_start.txt 10:50:34 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-998 ']' 10:50:34 + PACKAGES=/tmp/packages_end.txt 10:50:34 + case "${OS_FAMILY}" in 10:50:34 + rpm -qa 10:50:34 + sort 10:50:35 + '[' -f /tmp/packages_start.txt ']' 10:50:35 + '[' -f /tmp/packages_end.txt ']' 10:50:35 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:50:35 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-998 ']' 10:50:35 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-998/archives/ 10:50:35 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-998/archives/ [Pipeline] echo 10:50:35 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/dgexfoundry_device-sdk-go_PR-998/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 10:50:35 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 10:50:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:50:36 10:50:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 10:50:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:50:36 latest: Pulling from edgex-lftools-log-publisher 10:50:36 b4d181a07f80: Pulling fs layer 10:50:36 a1111a8f2ec3: Pulling fs layer 10:50:36 ed53099fbce6: Pulling fs layer 10:50:36 dc539afda2c1: Pulling fs layer 10:50:36 77bc0d833cb6: Pulling fs layer 10:50:36 9065ff56babe: Pulling fs layer 10:50:36 d287ab97295c: Pulling fs layer 10:50:36 dc539afda2c1: Waiting 10:50:36 77bc0d833cb6: Waiting 10:50:36 9065ff56babe: Waiting 10:50:36 d287ab97295c: Waiting 10:50:36 a1111a8f2ec3: Verifying Checksum 10:50:36 a1111a8f2ec3: Download complete 10:50:36 dc539afda2c1: Verifying Checksum 10:50:36 dc539afda2c1: Download complete 10:50:37 77bc0d833cb6: Verifying Checksum 10:50:37 77bc0d833cb6: Download complete 10:50:37 9065ff56babe: Verifying Checksum 10:50:37 9065ff56babe: Download complete 10:50:37 ed53099fbce6: Verifying Checksum 10:50:37 ed53099fbce6: Download complete 10:50:38 b4d181a07f80: Verifying Checksum 10:50:38 b4d181a07f80: Download complete 10:50:39 b4d181a07f80: Pull complete 10:50:39 a1111a8f2ec3: Pull complete 10:50:40 ed53099fbce6: Pull complete 10:50:40 dc539afda2c1: Pull complete 10:50:40 77bc0d833cb6: Pull complete 10:50:40 9065ff56babe: Pull complete 10:50:41 d287ab97295c: Verifying Checksum 10:50:41 d287ab97295c: Download complete 10:50:45 d287ab97295c: Pull complete 10:50:45 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 10:50:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:50:45 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 10:50:45 prd-centos7-docker-4c-2g-1256 does not seem to be running inside a container 10:50:45 $ 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/dgexfoundry_device-sdk-go_PR-998/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-sdk-go_PR-998 -v /w/workspace/dgexfoundry_device-sdk-go_PR-998:/w/workspace/dgexfoundry_device-sdk-go_PR-998:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-998@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-998@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 10:50:48 $ docker top d1e1211dd0be4f950d9be92899529024a25abbad81cd55411327c4b57e264789 -eo pid,comm [Pipeline] { [Pipeline] sh 10:50:48 + touch /tmp/pre-build-complete [Pipeline] sh 10:50:49 + mkdir -p /var/log/sysstat [Pipeline] sh 10:50:49 + ls /var/log/sa-host 10:50:49 + sadf -c /var/log/sa-host/sa05 10:50:49 file_magic: OK 10:50:49 HZ: Using current value: 100 10:50:49 file_header: OK 10:50:49 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 10:50:49 Statistics: 10:50:49 Hnuu...uuuununununu...Hnuu...uuuununununu... 10:50:49 File successfully converted to sysstat format version 12.0.3 10:50:49 + sadf -c /var/log/sa-host/sa31 10:50:49 file_magic: OK 10:50:49 HZ: Using current value: 100 10:50:49 file_header: OK 10:50:49 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 10:50:49 Statistics: 10:50:49 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 10:50:49 File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:50:50 provisioning config files... 10:50:50 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-998@tmp/config4392216138440802911tmp [Pipeline] { [Pipeline] echo 10:50:50 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:50:50 ---> create-netrc.sh [Pipeline] } 10:50:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 10:50:50 ---> python-tools-install.sh [Pipeline] echo 10:50:50 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 10:50:51 ---> sudo-logs.sh 10:50:51 Archiving 'sudo' log.. 10:50:51 sudo: unable to resolve host prd-centos7-docker-4c-2g-1256.vexxhost.local: Name or service not known 10:50:51 sudo: unable to resolve host prd-centos7-docker-4c-2g-1256.vexxhost.local: Name or service not known [Pipeline] unstash [Pipeline] echo 10:50:51 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 10:50:51 ---> job-cost.sh 10:50:51 lf-activate-venv: SKIPPING 10:50:51 DEBUG: total: 0.18000000715255737 10:50:51 INFO: Retrieving Stack Cost... 10:50:52 INFO: Retrieving Pricing Info for: v3-standard-2 10:50:52 INFO: Archiving Costs [Pipeline] echo 10:50:52 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:50:53 ---> logs-deploy.sh 10:50:53 lf-activate-venv: SKIPPING 10:50:53 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-998/2 10:50:53 INFO: archiving workspace using pattern(s): 10:50:54 Archives upload complete. 10:50:54 INFO: archiving logs to Nexus 10:50:54 ---> uname -a: 10:50:54 Linux prd-centos7-docker-4c-2g-1256.vexxhost.local 3.10.0-1160.21.1.el7.x86_64 #1 SMP Tue Mar 16 18:28:22 UTC 2021 x86_64 GNU/Linux 10:50:54 10:50:54 10:50:54 ---> lscpu: 10:50:54 Architecture: x86_64 10:50:54 CPU op-mode(s): 32-bit, 64-bit 10:50:54 Byte Order: Little Endian 10:50:54 Address sizes: 40 bits physical, 48 bits virtual 10:50:54 CPU(s): 2 10:50:54 On-line CPU(s) list: 0,1 10:50:54 Thread(s) per core: 1 10:50:54 Core(s) per socket: 1 10:50:54 Socket(s): 2 10:50:54 NUMA node(s): 1 10:50:54 Vendor ID: AuthenticAMD 10:50:54 CPU family: 23 10:50:54 Model: 49 10:50:54 Model name: AMD EPYC-Rome Processor 10:50:54 Stepping: 0 10:50:54 CPU MHz: 2799.998 10:50:54 BogoMIPS: 5599.99 10:50:54 Virtualization: AMD-V 10:50:54 Hypervisor vendor: KVM 10:50:54 Virtualization type: full 10:50:54 L1d cache: 32K 10:50:54 L1i cache: 32K 10:50:54 L2 cache: 512K 10:50:54 L3 cache: 16384K 10:50:54 NUMA node0 CPU(s): 0,1 10:50:54 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 10:50:54 10:50:54 10:50:54 ---> nproc: 10:50:54 2 10:50:54 10:50:54 10:50:54 ---> df -h: 10:50:54 Filesystem Size Used Avail Use% Mounted on 10:50:54 overlay 40G 7.7G 33G 20% / 10:50:54 tmpfs 64M 0 64M 0% /dev 10:50:54 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 10:50:54 shm 64M 0 64M 0% /dev/shm 10:50:54 /dev/vda1 40G 7.7G 33G 20% /facter-os 10:50:54 10:50:54 10:50:54 ---> sar -b -r -n DEV: 10:50:54 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 07/31/21 _x86_64_ (2 CPU) 10:50:54 10:50:54 10:41:06 LINUX RESTART (2 CPU) 10:50:54 10:50:54 10:42:01 tps rtps wtps bread/s bwrtn/s 10:50:54 10:43:01 3.66 0.05 3.61 1.60 124.62 10:50:54 10:44:01 0.43 0.00 0.43 0.00 6.98 10:50:54 10:45:01 0.28 0.00 0.28 0.00 3.28 10:50:54 10:46:01 0.25 0.00 0.25 0.00 3.86 10:50:54 10:47:01 0.25 0.00 0.25 0.00 2.90 10:50:54 10:48:01 0.27 0.00 0.27 0.00 3.10 10:50:54 10:49:01 0.22 0.00 0.22 0.00 3.47 10:50:54 10:50:01 0.25 0.00 0.25 0.00 2.58 10:50:54 Average: 0.70 0.01 0.70 0.20 18.85 10:50:54 10:50:54 10:42:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 10:50:54 10:43:01 5468812 0 800988 10.00 2620 1736520 1224036 13.51 575792 1566812 24 10:50:54 10:44:01 5466692 0 803104 10.03 2620 1736524 1224072 13.51 578324 1566152 8 10:50:54 10:45:01 5467628 0 802164 10.02 2620 1736528 1205784 13.31 578980 1564920 16 10:50:54 10:46:01 5467264 0 802520 10.02 2620 1736536 1205532 13.31 578448 1565776 16 10:50:54 10:47:01 5467752 0 802028 10.01 2620 1736540 1205604 13.31 575996 1568712 8 10:50:54 10:48:01 5466488 0 803288 10.03 2620 1736544 1205580 13.31 576836 1568712 8 10:50:54 10:49:01 5466212 0 803560 10.03 2620 1736548 1205532 13.31 576748 1568712 8 10:50:54 10:50:01 5457788 0 811976 10.14 2620 1736556 1205532 13.31 585216 1568716 8 10:50:54 Average: 5466080 0 803704 10.04 2620 1736537 1210209 13.36 578292 1567314 12 10:50:54 10:50:54 10:42:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 10:50:54 10:43:01 eth0 0.95 0.32 0.29 0.21 0.00 0.00 0.00 0.00 10:50:54 10:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:50:54 10:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:50:54 10:44:01 eth0 2.85 1.33 2.99 0.09 0.00 0.00 0.00 0.00 10:50:54 10:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:50:54 10:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:50:54 10:45:01 eth0 1.40 0.52 0.58 0.39 0.00 0.00 0.00 0.00 10:50:54 10:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:50:54 10:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:50:54 10:46:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 10:50:54 10:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:50:54 10:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:50:54 10:47:01 eth0 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 10:50:54 10:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:50:54 10:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:50:54 10:48:01 eth0 0.27 0.23 0.10 0.02 0.00 0.00 0.00 0.00 10:50:54 10:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:50:54 10:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:50:54 10:49:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 10:50:54 10:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:50:54 10:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:50:54 10:50:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 10:50:54 10:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:50:54 10:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:50:54 Average: eth0 0.74 0.34 0.51 0.10 0.00 0.00 0.00 0.00 10:50:54 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:50:54 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:50:54 10:50:54 10:50:54 ---> sar -P ALL: 10:50:54 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 07/31/21 _x86_64_ (2 CPU) 10:50:54 10:50:54 10:41:06 LINUX RESTART (2 CPU) 10:50:54 10:50:54 10:42:01 CPU %user %nice %system %iowait %steal %idle 10:50:54 10:43:01 all 0.21 0.00 0.07 0.00 0.02 99.71 10:50:54 10:43:01 0 0.33 0.00 0.07 0.00 0.02 99.58 10:50:54 10:43:01 1 0.08 0.00 0.07 0.00 0.02 99.83 10:50:54 10:44:01 all 0.25 0.00 0.04 0.00 0.02 99.69 10:50:54 10:44:01 0 0.42 0.00 0.05 0.00 0.02 99.52 10:50:54 10:44:01 1 0.08 0.00 0.03 0.00 0.02 99.87 10:50:54 10:45:01 all 0.12 0.00 0.05 0.01 0.02 99.81 10:50:54 10:45:01 0 0.22 0.00 0.08 0.02 0.03 99.65 10:50:54 10:45:01 1 0.02 0.00 0.02 0.00 0.00 99.97 10:50:54 10:46:01 all 0.09 0.00 0.04 0.00 0.03 99.84 10:50:54 10:46:01 0 0.17 0.00 0.05 0.00 0.03 99.75 10:50:54 10:46:01 1 0.02 0.00 0.03 0.00 0.02 99.93 10:50:54 10:47:01 all 0.25 0.00 0.02 0.00 0.02 99.72 10:50:54 10:47:01 0 0.45 0.00 0.03 0.00 0.02 99.50 10:50:54 10:47:01 1 0.05 0.00 0.00 0.00 0.02 99.93 10:50:54 10:48:01 all 0.21 0.00 0.03 0.00 0.01 99.75 10:50:54 10:48:01 0 0.38 0.00 0.02 0.00 0.00 99.60 10:50:54 10:48:01 1 0.03 0.00 0.05 0.00 0.02 99.90 10:50:54 10:49:01 all 0.17 0.00 0.04 0.00 0.03 99.77 10:50:54 10:49:01 0 0.12 0.00 0.05 0.00 0.02 99.82 10:50:54 10:49:01 1 0.22 0.00 0.03 0.00 0.03 99.72 10:50:54 10:50:01 all 0.19 0.00 0.03 0.00 0.03 99.76 10:50:54 10:50:01 0 0.37 0.00 0.03 0.00 0.03 99.57 10:50:54 10:50:01 1 0.02 0.00 0.02 0.00 0.02 99.95 10:50:54 Average: all 0.19 0.00 0.04 0.00 0.02 99.75 10:50:54 Average: 0 0.31 0.00 0.05 0.00 0.02 99.62 10:50:54 Average: 1 0.06 0.00 0.03 0.00 0.02 99.89 10:50:54 10:50:54 10:50:54