Pull request #919 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 630f634f0394cd10ad61dbfa0bf594b247b38ad3+b9ddf41f4f06aaded587d16ed173cde5946a86e3 (5e43c7619d1191f9a8d7d4f402a60e13c1c7900d) 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 > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # 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 > 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # 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 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > 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 > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # 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 > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, 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_IMAGE_NAME: docker-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/v1 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 ‘prd-centos7-blackbox-4c-2g-3715’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-4367’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-4369 in /w/workspace/dgexfoundry_device-sdk-go_PR-919 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout 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-919 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/919/head:refs/remotes/origin/PR-919 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit b9ddf41f4f06aaded587d16ed173cde5946a86e3 into PR head commit 630f634f0394cd10ad61dbfa0bf594b247b38ad3 Merge succeeded, producing 630f634f0394cd10ad61dbfa0bf594b247b38ad3 Checking out Revision 630f634f0394cd10ad61dbfa0bf594b247b38ad3 (PR-919) > git config core.sparsecheckout # timeout=10 > git checkout -f 630f634f0394cd10ad61dbfa0bf594b247b38ad3 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge b9ddf41f4f06aaded587d16ed173cde5946a86e3 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 630f634f0394cd10ad61dbfa0bf594b247b38ad3 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-messaging/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:18:51 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:18:51 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:18:51 ========================================================= 07:18:51 EdgeX Global Pipelines Version Info 07:18:51 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk ba9182f884d787fcb5b7c5631719d30bf142a80c # timeout=10 07:18:53 ------------------- 07:18:53 stable info: 07:18:53 ------------------- 07:18:53 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:18:53 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 07:18:53 Message: update stable to v1.0.191 07:18:54 ------------------- 07:18:54 experimental info: 07:18:54 ------------------- 07:18:54 Commited By: **** collab-it+edgex@linuxfoundation.org 07:18:54 Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 07:18:54 Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 07:18:54 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 07:18:54 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 07:18:54 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:18:54 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:18:54 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:18:54 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 07:18:54 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 07:18:54 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 07:18:54 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 07:18:54 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:18:54 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:18:54 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 07:18:54 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:18:54 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:18:54 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 07:18:54 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 07:18:54 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 07:18:54 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 07:18:54 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:18:54 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 07:18:55 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 07:18:55 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 07:18:55 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 07:18:55 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 07:18:55 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 07:18:55 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 07:18:55 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-919 [Pipeline] echo 07:18:55 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-919 [Pipeline] echo 07:18:55 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-919 [Pipeline] echo 07:18:55 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 630f634f0394cd10ad61dbfa0bf594b247b38ad3 [Pipeline] echo 07:18:55 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 630f634 [Pipeline] echo 07:18:55 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:18:55 provisioning config files... 07:18:55 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-919@tmp/config2100433623283639810tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:18:55 ---> docker-login.sh 07:18:55 nexus3.edgexfoundry.org:10001 07:18:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:18:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:18:56 Configure a credential helper to remove this warning. See 07:18:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:18:56 07:18:56 Login Succeeded 07:18:56 nexus3.edgexfoundry.org:10002 07:18:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:18:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:18:56 Configure a credential helper to remove this warning. See 07:18:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:18:56 07:18:56 Login Succeeded 07:18:56 nexus3.edgexfoundry.org:10003 07:18:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:18:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:18:56 Configure a credential helper to remove this warning. See 07:18:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:18:56 07:18:56 Login Succeeded 07:18:56 nexus3.edgexfoundry.org:10004 07:18:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:18:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:18:56 Configure a credential helper to remove this warning. See 07:18:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:18:56 07:18:56 Login Succeeded 07:18:56 docker.io 07:18:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:18:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:18:57 Configure a credential helper to remove this warning. See 07:18:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:18:57 07:18:57 Login Succeeded 07:18:57 ---> docker-login.sh ends [Pipeline] } 07:18:57 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:18:57 + git log --format=format:%s -1 630f634f0394cd10ad61dbfa0bf594b247b38ad3 [Pipeline] echo 07:18:57 GIT_COMMIT: 630f634f0394cd10ad61dbfa0bf594b247b38ad3, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-messaging/v2 [Pipeline] echo 07:18:57 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 07:18:58 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:18:58 07:18:58 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 07:18:58 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:18:58 latest: Pulling from edgex-devops/git-semver 07:18:58 31603596830f: Pulling fs layer 07:18:58 54011a49482f: Pulling fs layer 07:18:58 a6820b24f6d8: Pulling fs layer 07:18:58 f581987b2513: Pulling fs layer 07:18:58 f581987b2513: Waiting 07:18:58 54011a49482f: Verifying Checksum 07:18:58 54011a49482f: Download complete 07:18:58 31603596830f: Verifying Checksum 07:18:58 31603596830f: Download complete 07:18:58 f581987b2513: Verifying Checksum 07:18:58 a6820b24f6d8: Verifying Checksum 07:18:58 a6820b24f6d8: Download complete 07:18:59 31603596830f: Pull complete 07:18:59 54011a49482f: Pull complete 07:18:59 a6820b24f6d8: Pull complete 07:19:00 f581987b2513: Pull complete 07:19:00 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 07:19:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:19:00 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 07:19:00 prd-centos7-docker-4c-2g-4369 does not seem to be running inside a container 07:19:00 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-919 -v /w/workspace/dgexfoundry_device-sdk-go_PR-919:/w/workspace/dgexfoundry_device-sdk-go_PR-919:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-919@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-919@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:19:02 $ docker top 76a719515f4f694e035509d339bb280e4e552d385e6037b0883fd88949d72a98 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:19:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:19:03 [ssh-agent] Looking for ssh-agent implementation... 07:19:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:19:03 $ docker exec 76a719515f4f694e035509d339bb280e4e552d385e6037b0883fd88949d72a98 ssh-agent 07:19:03 SSH_AUTH_SOCK=/tmp/ssh-qxdFSjsVNIsr/agent.11 07:19:03 SSH_AGENT_PID=16 07:19:03 Running ssh-add (command line suppressed) 07:19:03 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-919@tmp/private_key_3220194138113989184.key (/w/workspace/dgexfoundry_device-sdk-go_PR-919@tmp/private_key_3220194138113989184.key) 07:19:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:19:03 + git tag --points-at HEAD [Pipeline] } 07:19:03 $ docker exec --env ******** --env ******** 76a719515f4f694e035509d339bb280e4e552d385e6037b0883fd88949d72a98 ssh-agent -k 07:19:04 unset SSH_AUTH_SOCK; 07:19:04 unset SSH_AGENT_PID; 07:19:04 echo Agent pid 16 killed; 07:19:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:19:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:19:04 [ssh-agent] Looking for ssh-agent implementation... 07:19:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:19:04 $ docker exec 76a719515f4f694e035509d339bb280e4e552d385e6037b0883fd88949d72a98 ssh-agent 07:19:04 SSH_AUTH_SOCK=/tmp/ssh-vukDAk9DPSKe/agent.46 07:19:04 SSH_AGENT_PID=52 07:19:04 Running ssh-add (command line suppressed) 07:19:04 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-919@tmp/private_key_2817553442206330826.key (/w/workspace/dgexfoundry_device-sdk-go_PR-919@tmp/private_key_2817553442206330826.key) 07:19:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:19:05 + git semver init 07:19:05 # -> Open(): unable to determine branch for HEAD 07:19:05 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-919/.git 07:19:05 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-919 07:19:05 # $SEMVER_REMOTE_NAME = origin 07:19:05 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:19:05 # $SEMVER_USER_NAME = edgex-jenkins 07:19:05 # $SEMVER_BRANCH = PR-919 07:19:05 # $SEMVER_TEMP = /tmp/semver-189854646 07:19:05 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 07:19:05 # '/tmp/semver-189854646' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-919/.semver' 07:19:05 # -> Force: false 07:19:05 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-919/.semver [Pipeline] } 07:19:05 $ docker exec --env ******** --env ******** 76a719515f4f694e035509d339bb280e4e552d385e6037b0883fd88949d72a98 ssh-agent -k 07:19:06 unset SSH_AUTH_SOCK; 07:19:06 unset SSH_AGENT_PID; 07:19:06 echo Agent pid 52 killed; 07:19:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:19:06 + git semver [Pipeline] } 07:19:06 $ docker stop --time=1 76a719515f4f694e035509d339bb280e4e552d385e6037b0883fd88949d72a98 07:19:08 $ docker rm -f 76a719515f4f694e035509d339bb280e4e552d385e6037b0883fd88949d72a98 [Pipeline] // withDockerContainer [Pipeline] sh 07:19:09 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:19:09 Stashed 1 file(s) [Pipeline] echo 07:19:09 [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 07:19:24 Still waiting to schedule task 07:19:24 Waiting for next available executor on ‘centos7-docker-4c-2g’ 07:19:24 Still waiting to schedule task 07:19:24 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 07:22:18 Running on prd-centos7-docker-4c-2g-4370 in /w/workspace/dgexfoundry_device-sdk-go_PR-919 [Pipeline] { [Pipeline] ws 07:22:18 Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout 07:22:29 using credential edgex-jenkins-ssh 07:22:29 Cloning the remote Git repository 07:22:29 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 07:22:29 > git init /w/workspace/device-sdk-go/3 # timeout=10 07:22:29 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:22:29 > git --version # timeout=10 07:22:29 > git --version # 'git version 2.24.3' 07:22:29 using GIT_SSH to set credentials SSH Credentials for GitHub 07:22:29 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:22:30 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:22:30 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:22:30 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:22:30 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:22:30 using GIT_SSH to set credentials SSH Credentials for GitHub 07:22:31 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/919/head:refs/remotes/origin/PR-919 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:22:31 Merging remotes/origin/master commit b9ddf41f4f06aaded587d16ed173cde5946a86e3 into PR head commit 630f634f0394cd10ad61dbfa0bf594b247b38ad3 07:22:32 Merge succeeded, producing 630f634f0394cd10ad61dbfa0bf594b247b38ad3 07:22:32 Checking out Revision 630f634f0394cd10ad61dbfa0bf594b247b38ad3 (PR-919) 07:22:31 > git config core.sparsecheckout # timeout=10 07:22:31 > git checkout -f 630f634f0394cd10ad61dbfa0bf594b247b38ad3 # timeout=10 07:22:31 > git remote # timeout=10 07:22:31 > git config --get remote.origin.url # timeout=10 07:22:32 using GIT_SSH to set credentials SSH Credentials for GitHub 07:22:32 > git merge b9ddf41f4f06aaded587d16ed173cde5946a86e3 # timeout=10 07:22:32 > git rev-parse HEAD^{commit} # timeout=10 07:22:32 > git config core.sparsecheckout # timeout=10 07:22:32 > git checkout -f 630f634f0394cd10ad61dbfa0bf594b247b38ad3 # timeout=10 07:22:37 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-messaging/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:22:39 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 07:22:40 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 07:22:40 + sudo service docker restart 07:22:40 + true 07:22:40 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:22:43 provisioning config files... 07:22:43 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/3@tmp/config3018752729845435177tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:22:43 ---> docker-login.sh 07:22:43 nexus3.edgexfoundry.org:10001 07:22:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:22:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:22:44 Configure a credential helper to remove this warning. See 07:22:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:22:44 07:22:44 Login Succeeded 07:22:44 nexus3.edgexfoundry.org:10002 07:22:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:22:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:22:44 Configure a credential helper to remove this warning. See 07:22:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:22:44 07:22:44 Login Succeeded 07:22:44 nexus3.edgexfoundry.org:10003 07:22:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:22:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:22:45 Configure a credential helper to remove this warning. See 07:22:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:22:45 07:22:45 Login Succeeded 07:22:45 nexus3.edgexfoundry.org:10004 07:22:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:22:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:22:46 Configure a credential helper to remove this warning. See 07:22:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:22:46 07:22:46 Login Succeeded 07:22:46 docker.io 07:22:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:22:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:22:46 Configure a credential helper to remove this warning. See 07:22:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:22:46 07:22:46 Login Succeeded 07:22:46 ---> docker-login.sh ends [Pipeline] } 07:22:46 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 07:22:47 ========================================================= 07:22:47 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 07:22:47 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:22:47 + 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 . 07:22:48 Sending build context to Docker daemon 2.538MB 07:22:48 Step 1/8 : ARG BASE=golang:1.16-alpine3.12 07:22:48 Step 2/8 : FROM ${BASE} 07:22:48 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 07:22:48 540db60ca938: Pulling fs layer 07:22:48 adcc1eea9eea: Pulling fs layer 07:22:48 4c4ab2625f07: Pulling fs layer 07:22:48 0510c868ecb4: Pulling fs layer 07:22:48 afea3b2eda06: Pulling fs layer 07:22:48 7809a108b3ef: Pulling fs layer 07:22:48 f706445af74f: Pulling fs layer 07:22:48 0510c868ecb4: Waiting 07:22:48 afea3b2eda06: Waiting 07:22:48 7809a108b3ef: Waiting 07:22:48 f706445af74f: Waiting 07:22:48 4c4ab2625f07: Verifying Checksum 07:22:48 4c4ab2625f07: Download complete 07:22:48 adcc1eea9eea: Verifying Checksum 07:22:48 adcc1eea9eea: Download complete 07:22:48 afea3b2eda06: Verifying Checksum 07:22:48 afea3b2eda06: Download complete 07:22:48 7809a108b3ef: Verifying Checksum 07:22:48 7809a108b3ef: Download complete 07:22:48 540db60ca938: Verifying Checksum 07:22:48 540db60ca938: Download complete 07:22:49 540db60ca938: Pull complete 07:22:50 adcc1eea9eea: Pull complete 07:22:50 4c4ab2625f07: Pull complete 07:22:53 f706445af74f: Verifying Checksum 07:22:53 f706445af74f: Download complete 07:22:56 Running on prd-ubuntu18.04-docker-arm64-4c-16g-4371 in /w/workspace/dgexfoundry_device-sdk-go_PR-919 [Pipeline] { [Pipeline] ws 07:22:56 Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout 07:22:56 0510c868ecb4: Verifying Checksum 07:22:56 0510c868ecb4: Download complete 07:23:02 using credential edgex-jenkins-ssh 07:23:02 Cloning the remote Git repository 07:23:02 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 07:23:02 > git init /w/workspace/device-sdk-go/3 # timeout=10 07:23:02 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:23:02 > git --version # timeout=10 07:23:02 > git --version # 'git version 2.17.1' 07:23:02 using GIT_SSH to set credentials SSH Credentials for GitHub 07:23:02 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:23:04 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:23:04 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:23:04 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:23:04 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:23:04 using GIT_SSH to set credentials SSH Credentials for GitHub 07:23:04 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/919/head:refs/remotes/origin/PR-919 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:23:05 Merging remotes/origin/master commit b9ddf41f4f06aaded587d16ed173cde5946a86e3 into PR head commit 630f634f0394cd10ad61dbfa0bf594b247b38ad3 07:23:05 Merge succeeded, producing 630f634f0394cd10ad61dbfa0bf594b247b38ad3 07:23:05 Checking out Revision 630f634f0394cd10ad61dbfa0bf594b247b38ad3 (PR-919) 07:23:05 > git config core.sparsecheckout # timeout=10 07:23:05 > git checkout -f 630f634f0394cd10ad61dbfa0bf594b247b38ad3 # timeout=10 07:23:05 > git remote # timeout=10 07:23:05 > git config --get remote.origin.url # timeout=10 07:23:05 using GIT_SSH to set credentials SSH Credentials for GitHub 07:23:05 > git merge b9ddf41f4f06aaded587d16ed173cde5946a86e3 # timeout=10 07:23:05 > git rev-parse HEAD^{commit} # timeout=10 07:23:05 > git config core.sparsecheckout # timeout=10 07:23:05 > git checkout -f 630f634f0394cd10ad61dbfa0bf594b247b38ad3 # timeout=10 07:23:09 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-messaging/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:23:11 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 07:23:11 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 07:23:11 0510c868ecb4: Pull complete 07:23:11 afea3b2eda06: Pull complete 07:23:12 + sudo service docker restart 07:23:12 + true 07:23:12 7809a108b3ef: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:23:14 provisioning config files... 07:23:14 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/3@tmp/config4363159781296409210tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:23:15 ---> docker-login.sh 07:23:15 nexus3.edgexfoundry.org:10001 07:23:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:23:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:23:16 Configure a credential helper to remove this warning. See 07:23:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:23:16 07:23:16 Login Succeeded 07:23:16 nexus3.edgexfoundry.org:10002 07:23:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:23:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:23:16 Configure a credential helper to remove this warning. See 07:23:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:23:16 07:23:16 Login Succeeded 07:23:16 nexus3.edgexfoundry.org:10003 07:23:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:23:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:23:17 Configure a credential helper to remove this warning. See 07:23:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:23:17 07:23:17 Login Succeeded 07:23:17 nexus3.edgexfoundry.org:10004 07:23:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:23:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:23:18 Configure a credential helper to remove this warning. See 07:23:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:23:18 07:23:18 Login Succeeded 07:23:18 docker.io 07:23:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:23:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:23:18 Configure a credential helper to remove this warning. See 07:23:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:23:18 07:23:18 Login Succeeded 07:23:18 ---> docker-login.sh ends [Pipeline] } 07:23:18 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 07:23:18 ========================================================= 07:23:18 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 07:23:18 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:23:19 + 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 . 07:23:19 Sending build context to Docker daemon 2.537MB 07:23:19 Step 1/8 : ARG BASE=golang:1.16-alpine3.12 07:23:19 Step 2/8 : FROM ${BASE} 07:23:19 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:23:19 595b0fe564bb: Pulling fs layer 07:23:19 7186ed65a4f7: Pulling fs layer 07:23:19 316046926c0a: Pulling fs layer 07:23:19 4ebd0625c992: Pulling fs layer 07:23:19 207e8628e3a3: Pulling fs layer 07:23:19 c791037a9be2: Pulling fs layer 07:23:19 ffd874e62e21: Pulling fs layer 07:23:19 207e8628e3a3: Waiting 07:23:19 c791037a9be2: Waiting 07:23:19 ffd874e62e21: Waiting 07:23:19 4ebd0625c992: Waiting 07:23:19 316046926c0a: Verifying Checksum 07:23:19 316046926c0a: Download complete 07:23:19 7186ed65a4f7: Verifying Checksum 07:23:19 7186ed65a4f7: Download complete 07:23:19 207e8628e3a3: Verifying Checksum 07:23:19 207e8628e3a3: Download complete 07:23:19 595b0fe564bb: Verifying Checksum 07:23:20 c791037a9be2: Download complete 07:23:20 595b0fe564bb: Pull complete 07:23:20 f706445af74f: Pull complete 07:23:20 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 07:23:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 07:23:20 ---> b068be0155e3 07:23:20 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:23:20 ---> Running in 3e8e72c40a39 07:23:20 Removing intermediate container 3e8e72c40a39 07:23:20 ---> 544ff9be4238 07:23:20 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:23:20 ---> Running in 452c9d1bf892 07:23:21 7186ed65a4f7: Pull complete 07:23:21 ffd874e62e21: Verifying Checksum 07:23:21 ffd874e62e21: Download complete 07:23:21 316046926c0a: Pull complete 07:23:23 4ebd0625c992: Verifying Checksum 07:23:23 4ebd0625c992: Download complete 07:23:23 Removing intermediate container 452c9d1bf892 07:23:23 ---> a1a11adfe32e 07:23:23 Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev 07:23:23 ---> Running in 4a8995b64303 07:23:25 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 07:23:26 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 07:23:28 (1/6) Installing libc-dev (0.7.2-r3) 07:23:28 (2/6) Installing libsodium (1.0.18-r0) 07:23:28 (3/6) Installing pkgconf (1.7.3-r0) 07:23:28 (4/6) Installing libsodium-dev (1.0.18-r0) 07:23:28 (5/6) Installing libzmq (4.3.3-r1) 07:23:29 (6/6) Installing zeromq-dev (4.3.3-r1) 07:23:29 Executing busybox-1.32.1-r6.trigger 07:23:29 OK: 150 MiB in 46 packages 07:23:31 Removing intermediate container 4a8995b64303 07:23:31 ---> 2873fb3e9db0 07:23:31 Step 6/8 : WORKDIR /device-sdk-go 07:23:31 ---> Running in a08224e11bd8 07:23:31 Removing intermediate container a08224e11bd8 07:23:31 ---> 73eb83f3ac60 07:23:31 Step 7/8 : COPY . . 07:23:33 4ebd0625c992: Pull complete 07:23:33 207e8628e3a3: Pull complete 07:23:34 ---> 47b33c30f432 07:23:34 Step 8/8 : RUN go mod download 07:23:34 c791037a9be2: Pull complete 07:23:34 ---> Running in 65fe5978b09b 07:23:37 ffd874e62e21: Pull complete 07:23:38 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 07:23:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 07:23:38 ---> cfc18b08335c 07:23:38 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:23:41 ---> Running in a6315eace280 07:23:41 Removing intermediate container a6315eace280 07:23:41 ---> b27afabf7740 07:23:41 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:23:41 ---> Running in d69048d1b617 07:23:44 Removing intermediate container d69048d1b617 07:23:44 ---> dd2870da5ada 07:23:44 Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev 07:23:44 ---> Running in 0827dff1beb7 07:23:45 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 07:23:47 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 07:23:50 (1/6) Installing libc-dev (0.7.2-r3) 07:23:50 (2/6) Installing libsodium (1.0.18-r0) 07:23:50 (3/6) Installing pkgconf (1.7.3-r0) 07:23:50 (4/6) Installing libsodium-dev (1.0.18-r0) 07:23:50 (5/6) Installing libzmq (4.3.3-r1) 07:23:51 (6/6) Installing zeromq-dev (4.3.3-r1) 07:23:51 Executing busybox-1.32.1-r6.trigger 07:23:51 OK: 139 MiB in 46 packages 07:23:52 Removing intermediate container 0827dff1beb7 07:23:52 ---> 9ad1ba95d98c 07:23:52 Step 6/8 : WORKDIR /device-sdk-go 07:23:52 ---> Running in 76c5d53f1f1b 07:23:53 Removing intermediate container 76c5d53f1f1b 07:23:53 ---> 72a9d9a3f36f 07:23:53 Step 7/8 : COPY . . 07:23:54 ---> a32e0ebd5cab 07:23:54 Step 8/8 : RUN go mod download 07:23:54 ---> Running in 6dcb42391d6e 07:24:21 Removing intermediate container 6dcb42391d6e 07:24:21 ---> 95b7946251cf 07:24:21 Successfully built 95b7946251cf 07:24:21 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 07:24:21 + docker inspect -f . ci-base-image-arm64 07:24:21 . [Pipeline] withDockerContainer 07:24:21 prd-ubuntu18.04-docker-arm64-4c-16g-4371 does not seem to be running inside a container 07:24:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 07:24:21 Removing intermediate container 65fe5978b09b 07:24:21 ---> 2cd656f8793e 07:24:21 Successfully built 2cd656f8793e 07:24:21 Successfully tagged ci-base-image-x86_64:latest 07:24:23 $ docker top 32b87cadae5b86aef8a5658670fb1fd599ef5b3ab22e4271b27f99f3d4f29eb7 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 07:24:24 + go version 07:24:24 go version go1.16.3 linux/arm64 [Pipeline] } 07:24:24 $ docker stop --time=1 32b87cadae5b86aef8a5658670fb1fd599ef5b3ab22e4271b27f99f3d4f29eb7 07:24:24 + docker inspect -f . ci-base-image-x86_64 07:24:24 . 07:24:26 $ docker rm -f 32b87cadae5b86aef8a5658670fb1fd599ef5b3ab22e4271b27f99f3d4f29eb7 [Pipeline] // withDockerContainer [Pipeline] withDockerContainer 07:24:27 prd-centos7-docker-4c-2g-4370 does not seem to be running inside a container 07:24:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@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 ******** ci-base-image-x86_64 cat 07:24:29 $ docker top dfc04e79e620fb11400be6931eb56d303924bb05d490bd5c3ac766944271dc2e -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:24:30 + docker inspect -f . ci-base-image-arm64 07:24:30 . [Pipeline] withDockerContainer 07:24:30 + go version 07:24:30 go version go1.16.3 linux/amd64 07:24:30 prd-ubuntu18.04-docker-arm64-4c-16g-4371 does not seem to be running inside a container 07:24:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 07:24:31 $ docker top 871d4ae6e308e460d2b0ff62ba6315d39e08fa5b1112eed423c611919c1f5046 -eo pid,comm [Pipeline] { [Pipeline] } 07:24:32 $ docker stop --time=1 dfc04e79e620fb11400be6931eb56d303924bb05d490bd5c3ac766944271dc2e 07:24:34 $ docker rm -f dfc04e79e620fb11400be6931eb56d303924bb05d490bd5c3ac766944271dc2e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:24:36 + docker inspect -f . ci-base-image-x86_64 07:24:36 . 07:24:36 + go mod tidy [Pipeline] withDockerContainer 07:24:36 prd-centos7-docker-4c-2g-4370 does not seem to be running inside a container 07:24:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@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 ******** ci-base-image-x86_64 cat 07:24:38 $ docker top 7bed817a694378bad447b3340cf255f72162b8d6ad342585f9f51390504af53c -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 07:24:39 + make test 07:24:39 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 07:24:40 + go mod tidy [Pipeline] sh 07:24:43 + make test 07:24:43 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 07:25:01 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 07:25:06 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 07:25:53 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 07:25:53 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 07:25:53 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 07:26:05 ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.234s coverage: 25.4% of statements 07:26:05 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 07:26:05 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.182s coverage: 28.1% of statements 07:26:05 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.218s coverage: 78.9% of statements 07:26:05 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.240s coverage: 10.7% of statements 07:26:05 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 07:26:05 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 07:26:05 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 07:26:08 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.183s coverage: 30.2% of statements 07:26:08 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 07:26:08 ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler [no test files] 07:26:08 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 07:26:08 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 07:26:08 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.196s coverage: 58.4% of statements 07:26:10 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 07:26:10 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 07:26:10 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 07:26:10 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 2.343s coverage: 89.2% of statements 07:26:10 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] 07:26:10 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.114s coverage: 5.0% of statements 07:26:10 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 07:26:11 GO111MODULE=on go vet ./... 07:26:15 ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.210s coverage: 25.4% of statements 07:26:15 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 07:26:15 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.179s coverage: 28.1% of statements 07:26:15 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.164s coverage: 78.9% of statements 07:26:15 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.151s coverage: 10.7% of statements 07:26:15 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 07:26:15 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 07:26:15 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 07:26:18 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.296s coverage: 30.2% of statements 07:26:18 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 07:26:18 ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler [no test files] 07:26:18 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 07:26:18 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 07:26:18 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.336s coverage: 58.4% of statements 07:26:21 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.146s coverage: 89.2% of statements 07:26:21 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] 07:26:21 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.142s coverage: 5.0% of statements 07:26:21 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 07:26:21 GO111MODULE=on go vet ./... 07:27:09 gofmt -l . 07:27:09 [ "`gofmt -l .`" = "" ] 07:27:09 ./bin/test-attribution-txt.sh 07:27:09 ./bin/test-go-mod-tidy.sh [Pipeline] } 07:27:09 $ docker stop --time=1 7bed817a694378bad447b3340cf255f72162b8d6ad342585f9f51390504af53c 07:27:12 $ docker rm -f 7bed817a694378bad447b3340cf255f72162b8d6ad342585f9f51390504af53c [Pipeline] // withDockerContainer [Pipeline] sh 07:27:13 + sudo chown -R jenkins:jenkins . [Pipeline] stash 07:27:15 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 07:27:17 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:27:17 + ls -al . 07:27:17 total 212 07:27:17 drwxrwxr-x. 10 jenkins jenkins 4096 May 11 07:27 . 07:27:17 drwxrwxr-x. 4 jenkins jenkins 28 May 11 07:22 .. 07:27:17 drwxrwxr-x. 2 jenkins jenkins 64 May 11 07:22 bin 07:27:17 -rw-r--r--. 1 jenkins jenkins 124140 May 11 07:26 coverage.out 07:27:17 -rw-rw-r--. 1 jenkins jenkins 987 May 11 07:22 Dockerfile.build 07:27:17 -rw-rw-r--. 1 jenkins jenkins 140 May 11 07:22 .dockerignore 07:27:17 drwxrwxr-x. 5 jenkins jenkins 62 May 11 07:22 example 07:27:17 drwxrwxr-x. 8 jenkins jenkins 179 May 11 07:22 .git 07:27:17 drwxrwxr-x. 2 jenkins jenkins 103 May 11 07:22 .github 07:27:17 -rw-rw-r--. 1 jenkins jenkins 138 May 11 07:22 .gitignore 07:27:17 -rw-r--r--. 1 jenkins jenkins 575 May 11 07:27 go.mod 07:27:17 -rw-r--r--. 1 jenkins jenkins 20848 May 11 07:24 go.sum 07:27:17 drwxrwxr-x. 15 jenkins jenkins 222 May 11 07:22 internal 07:27:17 -rw-rw-r--. 1 jenkins jenkins 901 May 11 07:22 Jenkinsfile 07:27:17 -rw-rw-r--. 1 jenkins jenkins 11341 May 11 07:22 LICENSE 07:27:17 -rw-rw-r--. 1 jenkins jenkins 1000 May 11 07:22 Makefile 07:27:17 drwxrwxr-x. 4 jenkins jenkins 26 May 11 07:22 openapi 07:27:17 drwxrwxr-x. 5 jenkins jenkins 50 May 11 07:22 pkg 07:27:17 -rw-rw-r--. 1 jenkins jenkins 7652 May 11 07:22 README.md 07:27:17 -rw-rw-r--. 1 jenkins jenkins 6616 May 11 07:22 RELEASE-NOTES.txt 07:27:17 drwxrwxr-x. 4 jenkins jenkins 54 May 11 07:22 snap 07:27:17 -rw-rw-r--. 1 jenkins jenkins 5 May 11 07:19 VERSION 07:27:17 -rw-rw-r--. 1 jenkins jenkins 222 May 11 07:22 version.go [Pipeline] isUnix [Pipeline] sh 07:27:18 + docker build -t docker-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=630f634f0394cd10ad61dbfa0bf594b247b38ad3 --label arch=amd64 --label version=0.0.0 . 07:27:18 gofmt -l . 07:27:18 [ "`gofmt -l .`" = "" ] 07:27:18 ./bin/test-attribution-txt.sh 07:27:18 ./bin/test-go-mod-tidy.sh [Pipeline] } 07:27:18 $ docker stop --time=1 871d4ae6e308e460d2b0ff62ba6315d39e08fa5b1112eed423c611919c1f5046 07:27:18 Sending build context to Docker daemon 2.663MB 07:27:18 Step 1/23 : ARG BASE=golang:1.16-alpine3.12 07:27:18 Step 2/23 : FROM ${BASE} AS builder 07:27:18 ---> 2cd656f8793e 07:27:18 Step 3/23 : WORKDIR /device-sdk-go 07:27:19 ---> Running in d82f2662a850 07:27:19 Removing intermediate container d82f2662a850 07:27:19 ---> 3f8ffd32a590 07:27:19 Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:27:20 ---> Running in 96a743d4b22a 07:27:20 Removing intermediate container 96a743d4b22a 07:27:20 ---> d6ac38fae9bd 07:27:20 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:27:20 ---> Running in d4c921d28886 07:27:20 $ docker rm -f 871d4ae6e308e460d2b0ff62ba6315d39e08fa5b1112eed423c611919c1f5046 [Pipeline] // withDockerContainer [Pipeline] sh 07:27:21 + sudo chown -R jenkins:jenkins . [Pipeline] stash 07:27:21 Warning: overwriting stash ‘coverage-report’ 07:27:22 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 07:27:23 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:27:23 + ls -al . 07:27:23 total 248 07:27:23 drwxrwxr-x 10 jenkins jenkins 4096 May 11 07:27 . 07:27:23 drwxrwxr-x 4 jenkins jenkins 4096 May 11 07:23 .. 07:27:23 -rw-rw-r-- 1 jenkins jenkins 140 May 11 07:23 .dockerignore 07:27:23 drwxrwxr-x 8 jenkins jenkins 4096 May 11 07:23 .git 07:27:23 drwxrwxr-x 2 jenkins jenkins 4096 May 11 07:23 .github 07:27:23 -rw-rw-r-- 1 jenkins jenkins 138 May 11 07:23 .gitignore 07:27:23 -rw-rw-r-- 1 jenkins jenkins 987 May 11 07:23 Dockerfile.build 07:27:23 -rw-rw-r-- 1 jenkins jenkins 901 May 11 07:23 Jenkinsfile 07:27:23 -rw-rw-r-- 1 jenkins jenkins 11341 May 11 07:23 LICENSE 07:27:23 -rw-rw-r-- 1 jenkins jenkins 1000 May 11 07:23 Makefile 07:27:23 -rw-rw-r-- 1 jenkins jenkins 7652 May 11 07:23 README.md 07:27:23 -rw-rw-r-- 1 jenkins jenkins 6616 May 11 07:23 RELEASE-NOTES.txt 07:27:23 -rw-rw-r-- 1 jenkins jenkins 5 May 11 07:19 VERSION 07:27:23 drwxrwxr-x 2 jenkins jenkins 4096 May 11 07:23 bin 07:27:23 -rw-r--r-- 1 jenkins jenkins 124140 May 11 07:26 coverage.out 07:27:23 drwxrwxr-x 5 jenkins jenkins 4096 May 11 07:23 example 07:27:23 -rw-r--r-- 1 jenkins jenkins 575 May 11 07:27 go.mod 07:27:23 -rw-r--r-- 1 jenkins jenkins 20848 May 11 07:24 go.sum 07:27:23 drwxrwxr-x 15 jenkins jenkins 4096 May 11 07:23 internal 07:27:23 drwxrwxr-x 4 jenkins jenkins 4096 May 11 07:23 openapi 07:27:23 drwxrwxr-x 5 jenkins jenkins 4096 May 11 07:23 pkg 07:27:23 drwxrwxr-x 4 jenkins jenkins 4096 May 11 07:23 snap 07:27:23 -rw-rw-r-- 1 jenkins jenkins 222 May 11 07:23 version.go [Pipeline] isUnix [Pipeline] sh 07:27:23 + docker build -t docker-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=630f634f0394cd10ad61dbfa0bf594b247b38ad3 --label arch=arm64 --label version=0.0.0 . 07:27:23 Removing intermediate container d4c921d28886 07:27:23 ---> 4fab972917d6 07:27:23 Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 07:27:23 ---> Running in 9efb267508bb 07:27:24 Sending build context to Docker daemon 2.662MB 07:27:24 Step 1/23 : ARG BASE=golang:1.16-alpine3.12 07:27:24 Step 2/23 : FROM ${BASE} AS builder 07:27:24 ---> 95b7946251cf 07:27:24 Step 3/23 : WORKDIR /device-sdk-go 07:27:24 ---> Running in 5038a8eab2fa 07:27:25 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 07:27:25 Removing intermediate container 5038a8eab2fa 07:27:25 ---> ff780a5b1b8b 07:27:25 Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:27:25 ---> Running in a46ace639f20 07:27:25 Removing intermediate container a46ace639f20 07:27:25 ---> aaaa4945e810 07:27:25 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:27:25 ---> Running in 595bd6b0a56b 07:27:27 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 07:27:27 Removing intermediate container 595bd6b0a56b 07:27:27 ---> bc0b0c081392 07:27:27 Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 07:27:28 ---> Running in d5fc9a8b9438 07:27:28 OK: 150 MiB in 46 packages 07:27:29 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 07:27:30 Removing intermediate container 9efb267508bb 07:27:30 ---> 9b021c74d790 07:27:30 Step 7/23 : COPY . . 07:27:31 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 07:27:32 ---> 4c46f7eb1f20 07:27:32 Step 8/23 : RUN go mod download 07:27:32 ---> Running in 77b00e9b2bd1 07:27:32 OK: 139 MiB in 46 packages 07:27:33 Removing intermediate container d5fc9a8b9438 07:27:33 ---> 495a9d4c84a2 07:27:33 Step 7/23 : COPY . . 07:27:34 Removing intermediate container 77b00e9b2bd1 07:27:34 ---> b907bfd72d3c 07:27:34 Step 9/23 : RUN make build 07:27:34 ---> Running in 7dce8a2e1055 07:27:34 ---> af3928cbb37f 07:27:34 Step 8/23 : RUN go mod download 07:27:34 ---> Running in 187adc59b253 07:27:36 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 07:27:36 Removing intermediate container 187adc59b253 07:27:36 ---> e152475509e0 07:27:36 Step 9/23 : RUN make build 07:27:37 ---> Running in bb9de7772961 07:27:37 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 07:28:09 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 07:28:10 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 07:28:12 Removing intermediate container bb9de7772961 07:28:12 ---> fe53033e51da 07:28:12 Step 10/23 : FROM alpine:3.12 07:28:13 3.12: Pulling from library/alpine 07:28:13 d2f70382dc9a: Pulling fs layer 07:28:13 d2f70382dc9a: Verifying Checksum 07:28:13 d2f70382dc9a: Download complete 07:28:14 d2f70382dc9a: Pull complete 07:28:14 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 07:28:14 Status: Downloaded newer image for alpine:3.12 07:28:14 ---> 9852663dfa18 07:28:14 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:28:14 ---> Running in 0a9e48989194 07:28:14 Removing intermediate container 7dce8a2e1055 07:28:14 ---> 9df761bf7dc5 07:28:14 Step 10/23 : FROM alpine:3.12 07:28:14 3.12: Pulling from library/alpine 07:28:14 Removing intermediate container 0a9e48989194 07:28:14 ---> b2ca7da6e7d3 07:28:14 Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:28:14 ---> Running in 67c251be0985 07:28:15 339de151aab4: Pulling fs layer 07:28:15 339de151aab4: Download complete 07:28:16 339de151aab4: Pull complete 07:28:16 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 07:28:16 Status: Downloaded newer image for alpine:3.12 07:28:16 ---> 13621d1b12d4 07:28:16 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:28:16 ---> Running in 9bfadb48b8b1 07:28:16 Removing intermediate container 9bfadb48b8b1 07:28:16 ---> 7af3edbd71cb 07:28:16 Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:28:16 ---> Running in 9060792b4172 07:28:17 Removing intermediate container 67c251be0985 07:28:17 ---> 1545a0b4950a 07:28:17 Step 13/23 : RUN apk add --update --no-cache zeromq 07:28:17 ---> Running in abf2f945438c 07:28:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:28:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:28:19 Removing intermediate container 9060792b4172 07:28:19 ---> 9c2d64b37873 07:28:19 Step 13/23 : RUN apk add --update --no-cache zeromq 07:28:19 ---> Running in 4312c3cc1924 07:28:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:28:20 (1/5) Installing libgcc (9.3.0-r2) 07:28:20 (2/5) Installing libsodium (1.0.18-r0) 07:28:21 (3/5) Installing libstdc++ (9.3.0-r2) 07:28:21 (4/5) Installing libzmq (4.3.3-r0) 07:28:21 (5/5) Installing zeromq (4.3.3-r0) 07:28:21 Executing busybox-1.31.1-r20.trigger 07:28:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:28:21 OK: 8 MiB in 19 packages 07:28:22 (1/5) Installing libgcc (9.3.0-r2) 07:28:22 (2/5) Installing libsodium (1.0.18-r0) 07:28:22 Removing intermediate container abf2f945438c 07:28:22 ---> 9d5b6b961eb8 07:28:22 Step 14/23 : WORKDIR / 07:28:23 ---> Running in e1f4f8e28e8c 07:28:23 (3/5) Installing libstdc++ (9.3.0-r2) 07:28:23 Removing intermediate container e1f4f8e28e8c 07:28:23 ---> 7a41699faab9 07:28:23 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 07:28:24 ---> 06c90ec709eb 07:28:24 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 07:28:25 (4/5) Installing libzmq (4.3.3-r0) 07:28:25 (5/5) Installing zeromq (4.3.3-r0) 07:28:25 Executing busybox-1.31.1-r20.trigger 07:28:25 OK: 8 MiB in 19 packages 07:28:25 ---> b205c7a6686d 07:28:25 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 07:28:26 ---> 67c9b05fd8f9 07:28:26 Step 18/23 : EXPOSE 49990 07:28:26 ---> Running in a593c465ffe3 07:28:26 Removing intermediate container 4312c3cc1924 07:28:26 ---> 72b969c08d13 07:28:26 Step 14/23 : WORKDIR / 07:28:26 ---> Running in 9b42523b3005 07:28:26 Removing intermediate container a593c465ffe3 07:28:26 ---> 5f7c2e5210a2 07:28:26 Step 19/23 : ENTRYPOINT ["/device-simple"] 07:28:26 ---> Running in 29661ff6c8a9 07:28:27 Removing intermediate container 29661ff6c8a9 07:28:27 ---> 0b7504e96103 07:28:27 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:28:27 Removing intermediate container 9b42523b3005 07:28:27 ---> 28c8a58e239b 07:28:27 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 07:28:27 ---> Running in 13070087bf61 07:28:27 ---> 0324e1089d94 07:28:27 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 07:28:28 Removing intermediate container 13070087bf61 07:28:28 ---> 5653e57e2300 07:28:28 Step 21/23 : LABEL arch=arm64 07:28:28 ---> Running in fa007bad949c 07:28:28 Removing intermediate container fa007bad949c 07:28:28 ---> c02746d2ccf3 07:28:28 Step 22/23 : LABEL git_sha=630f634f0394cd10ad61dbfa0bf594b247b38ad3 07:28:29 ---> Running in 5171436e61c3 07:28:29 Removing intermediate container 5171436e61c3 07:28:29 ---> 1210854cb890 07:28:29 Step 23/23 : LABEL version=0.0.0 07:28:29 ---> eb908d93f23f 07:28:29 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 07:28:29 ---> Running in 2647f8797bbd 07:28:30 Removing intermediate container 2647f8797bbd 07:28:30 ---> a9b4add58768 07:28:30 [Warning] One or more build-args [ARCH MAKE] were not consumed 07:28:30 Successfully built a9b4add58768 07:28:30 Successfully tagged docker-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 07:28:30 ---> 79868f5fdabd 07:28:30 Step 18/23 : EXPOSE 49990 07:28:30 ---> Running in b868c73808e3 [Pipeline] libraryResource [Pipeline] sh 07:28:30 Removing intermediate container b868c73808e3 07:28:30 ---> 1e2bf877dd1c 07:28:30 Step 19/23 : ENTRYPOINT ["/device-simple"] 07:28:30 ---> job-cost.sh 07:28:30 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-I7Jp 07:28:31 ---> Running in 9fbd779d1b51 07:28:31 Removing intermediate container 9fbd779d1b51 07:28:31 ---> 1041892fb12b 07:28:31 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:28:31 ---> Running in 4527e514683d 07:28:32 Removing intermediate container 4527e514683d 07:28:32 ---> 4c2b2f87d937 07:28:32 Step 21/23 : LABEL arch=amd64 07:28:32 ---> Running in bf36cfaf0722 07:28:33 Removing intermediate container bf36cfaf0722 07:28:33 ---> fd5b25579aec 07:28:33 Step 22/23 : LABEL git_sha=630f634f0394cd10ad61dbfa0bf594b247b38ad3 07:28:33 ---> Running in 78da2ff4b8c9 07:28:33 Removing intermediate container 78da2ff4b8c9 07:28:33 ---> fbb07017776a 07:28:33 Step 23/23 : LABEL version=0.0.0 07:28:33 ---> Running in af00a5586f50 07:28:34 Removing intermediate container af00a5586f50 07:28:34 ---> 6afba8eb7c98 07:28:34 [Warning] One or more build-args [MAKE ARCH] were not consumed 07:28:34 Successfully built 6afba8eb7c98 07:28:34 Successfully tagged docker-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] libraryResource [Pipeline] sh 07:28:34 ---> job-cost.sh 07:28:34 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Gc3X 07:29:07 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 07:29:09 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 07:29:55 lf-activate-venv(): INFO: Adding /tmp/venv-Gc3X/bin to PATH 07:29:55 INFO: No Stack... 07:29:55 INFO: Retrieving Pricing Info for: v1-standard-2 07:29:57 INFO: Archiving Costs [Pipeline] sh 07:29:57 + cut -d, -f6 07:29:57 + cat /w/workspace/device-sdk-go/3/archives/cost.csv [Pipeline] lock 07:29:57 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-919-3-stack-cost] 07:29:57 Resource [jenkins-edgexfoundry-device-sdk-go-PR-919-3-stack-cost] did not exist. Created. 07:29:57 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-919-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:29:58 + echo total: 0.029999999329447746 [Pipeline] stash 07:29:58 Stashed 1 file(s) [Pipeline] } 07:29:58 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-919-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 07:30:46 lf-activate-venv(): INFO: Adding /tmp/venv-I7Jp/bin to PATH 07:30:46 INFO: No Stack... 07:30:46 INFO: Retrieving Pricing Info for: lf-standard-4 07:30:46 INFO: Archiving Costs [Pipeline] sh 07:30:46 + cat /w/workspace/device-sdk-go/3/archives/cost.csv 07:30:46 + cut -d, -f6 [Pipeline] lock 07:30:47 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-919-3-stack-cost] 07:30:47 Resource [jenkins-edgexfoundry-device-sdk-go-PR-919-3-stack-cost] did not exist. Created. 07:30:47 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-919-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:30:47 /w/workspace/device-sdk-go/3@tmp/durable-c48cafa5/script.sh: 1: /w/workspace/device-sdk-go/3@tmp/durable-c48cafa5/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 07:30:47 + echo total: 0.20999999344348907 [Pipeline] stash 07:30:47 Warning: overwriting stash ‘stack-cost’ 07:30:48 Stashed 1 file(s) [Pipeline] } 07:30:48 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-919-3-stack-cost] [Pipeline] // lock [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] wrap 07:30:48 provisioning config files... 07:30:48 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-919@tmp/config1880735241156983284tmp [Pipeline] { [Pipeline] sh 07:30:48 + set +x 07:30:48 + curl -s https://codecov.io/bash 07:30:48 + bash -s -- 07:30:49 07:30:49 _____ _ 07:30:49 / ____| | | 07:30:49 | | ___ __| | ___ ___ _____ __ 07:30:49 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 07:30:49 | |___| (_) | (_| | __/ (_| (_) \ V / 07:30:49 \_____\___/ \__,_|\___|\___\___/ \_/ 07:30:49 Bash-1.0.2 07:30:49 07:30:49 07:30:49 ==> git version 2.24.3 found 07:30:49 ==> 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 07:30:49 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 07:30:49 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 07:30:49 ==> Jenkins CI detected. 07:30:49 project root: . 07:30:49 --> token set from env 07:30:49 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 07:30:49 ==> Running gcov in . (disable via -X gcov) 07:30:49 ==> Python coveragepy not found 07:30:49 ==> Searching for coverage reports in: 07:30:49 + . 07:30:49 -> Found 1 reports 07:30:49 ==> Detecting git/mercurial file structure 07:30:49 ==> Reading reports 07:30:49 + ./coverage.out bytes=124140 07:30:49 ==> Appending adjustments 07:30:49 https://docs.codecov.io/docs/fixing-reports 07:30:49 + Found adjustments 07:30:49 ==> Gzipping contents 07:30:49 16K /tmp/codecov.eIriL1.gz 07:30:49 ==> Uploading reports 07:30:49 url: https://codecov.io 07:30:49 query: branch=PR-919&commit=630f634f0394cd10ad61dbfa0bf594b247b38ad3&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-919%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=919&job=&cmd_args= 07:30:49 -> Pinging Codecov 07:30:49 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-919&commit=630f634f0394cd10ad61dbfa0bf594b247b38ad3&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-919%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=919&job=&cmd_args= 07:30:50 -> Uploading to 07:30:50 https://storage.googleapis.com/codecov/v4/raw/2021-05-11/7E55EF52A471D76F132DFD9A03CDDE97/630f634f0394cd10ad61dbfa0bf594b247b38ad3/cc2e81d4-87aa-425f-a6dc-27c5b62754fe.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210511%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210511T073049Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c0051c07bd67d728c06c2e7d34f128bb2d25264fc81a9b0ea88851054acc57d7 07:30:50 % Total % Received % Xferd Average Speed Time Time Time Current 07:30:50 Dload Upload Total Spent Left Speed 07:30:51 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 100 16222 0 0 100 16222 0 10282 0:00:01 0:00:01 --:--:-- 10286 07:30:51 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/630f634f0394cd10ad61dbfa0bf594b247b38ad3 [Pipeline] } 07:30:51 Deleting 1 temporary files [Pipeline] // wrap [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 07:30:52 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:30:53 ---> package-listing.sh 07:30:53 ++ facter osfamily 07:30:53 ++ tr '[:upper:]' '[:lower:]' 07:30:53 + OS_FAMILY=redhat 07:30:53 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-919 07:30:53 + START_PACKAGES=/tmp/packages_start.txt 07:30:53 + END_PACKAGES=/tmp/packages_end.txt 07:30:53 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:30:53 + PACKAGES=/tmp/packages_start.txt 07:30:53 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-919 ']' 07:30:53 + PACKAGES=/tmp/packages_end.txt 07:30:53 + case "${OS_FAMILY}" in 07:30:53 + rpm -qa 07:30:53 + sort 07:30:58 + '[' -f /tmp/packages_start.txt ']' 07:30:58 + '[' -f /tmp/packages_end.txt ']' 07:30:58 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:30:58 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-919 ']' 07:30:58 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-919/archives/ 07:30:58 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-919/archives/ [Pipeline] echo 07:30:58 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-919/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 07:30:58 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 07:30:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:30:59 07:30:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 07:30:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:30:59 alpine: Pulling from edgex-lftools-log-publisher 07:30:59 df20fa9351a1: Pulling fs layer 07:30:59 36b3adc4ff6f: Pulling fs layer 07:30:59 8ad3a11d3b57: Pulling fs layer 07:30:59 46f8f816bc3b: Pulling fs layer 07:30:59 93b61091891f: Pulling fs layer 07:30:59 93b9cdb0e59b: Pulling fs layer 07:30:59 5e14af77c1be: Pulling fs layer 07:30:59 01666e4c0597: Pulling fs layer 07:30:59 aa168da1d23b: Pulling fs layer 07:30:59 46f8f816bc3b: Waiting 07:30:59 93b9cdb0e59b: Waiting 07:30:59 01666e4c0597: Waiting 07:30:59 5e14af77c1be: Waiting 07:30:59 aa168da1d23b: Waiting 07:30:59 93b61091891f: Waiting 07:30:59 36b3adc4ff6f: Download complete 07:30:59 46f8f816bc3b: Verifying Checksum 07:30:59 46f8f816bc3b: Download complete 07:30:59 df20fa9351a1: Verifying Checksum 07:30:59 df20fa9351a1: Download complete 07:30:59 93b9cdb0e59b: Verifying Checksum 07:30:59 93b9cdb0e59b: Download complete 07:30:59 5e14af77c1be: Verifying Checksum 07:30:59 5e14af77c1be: Download complete 07:30:59 01666e4c0597: Verifying Checksum 07:30:59 01666e4c0597: Download complete 07:30:59 93b61091891f: Verifying Checksum 07:30:59 93b61091891f: Download complete 07:31:00 8ad3a11d3b57: Verifying Checksum 07:31:00 8ad3a11d3b57: Download complete 07:31:00 df20fa9351a1: Pull complete 07:31:00 36b3adc4ff6f: Pull complete 07:31:01 aa168da1d23b: Verifying Checksum 07:31:01 aa168da1d23b: Download complete 07:31:01 8ad3a11d3b57: Pull complete 07:31:02 46f8f816bc3b: Pull complete 07:31:02 93b61091891f: Pull complete 07:31:02 93b9cdb0e59b: Pull complete 07:31:02 5e14af77c1be: Pull complete 07:31:02 01666e4c0597: Pull complete 07:31:10 aa168da1d23b: Pull complete 07:31:10 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 07:31:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:31:10 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 07:31:11 prd-centos7-docker-4c-2g-4369 does not seem to be running inside a container 07:31:11 $ 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-919/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-919 -v /w/workspace/dgexfoundry_device-sdk-go_PR-919:/w/workspace/dgexfoundry_device-sdk-go_PR-919:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-919@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-919@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 07:31:14 $ docker top 1b0b2b6e85b50bb037f9ca4de0e7c8c17a231d24b0235a9f4b1926212d8d04e2 -eo pid,comm [Pipeline] { [Pipeline] sh 07:31:14 + touch /tmp/pre-build-complete [Pipeline] sh 07:31:14 + mkdir -p /var/log/sa [Pipeline] sh 07:31:15 + ls /var/log/sa-host 07:31:15 + sadf -c /var/log/sa-host/sa11 07:31:15 file_magic: OK 07:31:15 HZ: Using current value: 100 07:31:15 file_header: OK 07:31:15 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 07:31:15 Statistics: 07:31:15 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 07:31:15 File successfully converted to sysstat format version 12.2.1 07:31:15 + sadf -c /var/log/sa-host/sa23 07:31:15 file_magic: OK 07:31:15 HZ: Using current value: 100 07:31:15 file_header: OK 07:31:15 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 07:31:15 Statistics: 07:31:15 Hnuu...uuuununununu... 07:31:15 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:31:15 provisioning config files... 07:31:15 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-919@tmp/config8715047947379754948tmp [Pipeline] { [Pipeline] echo 07:31:15 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:31:15 ---> create-netrc.sh [Pipeline] } 07:31:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 07:31:15 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 07:31:16 ---> python-tools-install.sh [Pipeline] echo 07:31:16 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:31:16 ---> sudo-logs.sh 07:31:16 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 07:31:16 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:31:16 ---> job-cost.sh 07:31:16 lf-activate-venv: SKIPPING 07:31:16 DEBUG: total: 0.20999999344348907 07:31:16 INFO: Retrieving Stack Cost... 07:31:17 INFO: Retrieving Pricing Info for: v1-standard-2 07:31:18 INFO: Archiving Costs [Pipeline] echo 07:31:18 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:31:18 ---> logs-deploy.sh 07:31:18 lf-activate-venv: SKIPPING 07:31:18 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-919/3 07:31:18 INFO: archiving workspace using pattern(s): 07:31:20 Archives upload complete. 07:31:20 INFO: archiving logs to Nexus 07:31:21 ---> uname -a: 07:31:21 Linux prd-centos7-docker-4c-2g-4369.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 07:31:21 07:31:21 07:31:21 ---> lscpu: 07:31:21 Architecture: x86_64 07:31:21 CPU op-mode(s): 32-bit, 64-bit 07:31:21 Byte Order: Little Endian 07:31:21 Address sizes: 40 bits physical, 48 bits virtual 07:31:21 CPU(s): 4 07:31:21 On-line CPU(s) list: 0-3 07:31:21 Thread(s) per core: 1 07:31:21 Core(s) per socket: 1 07:31:21 Socket(s): 4 07:31:21 NUMA node(s): 1 07:31:21 Vendor ID: GenuineIntel 07:31:21 CPU family: 6 07:31:21 Model: 44 07:31:21 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 07:31:21 Stepping: 1 07:31:21 CPU MHz: 2933.442 07:31:21 BogoMIPS: 5866.88 07:31:21 Virtualization: VT-x 07:31:21 Hypervisor vendor: KVM 07:31:21 Virtualization type: full 07:31:21 L1d cache: 128 KiB 07:31:21 L1i cache: 128 KiB 07:31:21 L2 cache: 16 MiB 07:31:21 L3 cache: 64 MiB 07:31:21 NUMA node0 CPU(s): 0-3 07:31:21 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 07:31:21 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 07:31:21 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 07:31:21 Vulnerability Meltdown: Mitigation; PTI 07:31:21 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:31:21 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 07:31:21 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 07:31:21 Vulnerability Srbds: Not affected 07:31:21 Vulnerability Tsx async abort: Not affected 07:31:21 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 07:31:21 07:31:21 07:31:21 ---> nproc: 07:31:21 4 07:31:21 07:31:21 07:31:21 ---> df -h: 07:31:21 Filesystem Size Used Available Use% Mounted on 07:31:21 overlay 50.0G 7.3G 42.7G 15% / 07:31:21 tmpfs 64.0M 0 64.0M 0% /dev 07:31:21 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 07:31:21 shm 64.0M 0 64.0M 0% /dev/shm 07:31:21 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 07:31:21 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 07:31:21 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 07:31:21 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 07:31:21 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 07:31:21 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 07:31:21 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 07:31:21 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 07:31:21 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-919 07:31:21 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-919@tmp 07:31:21 07:31:21 07:31:21 ---> free -m: 07:31:21 total used free shared buff/cache available 07:31:21 Mem: 1837 733 121 0 981 998 07:31:21 Swap: 1023 1 1022 07:31:21 07:31:21 07:31:21 ---> ip addr: 07:31:21 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 07:31:21 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 07:31:21 inet 127.0.0.1/8 scope host lo 07:31:21 valid_lft forever preferred_lft forever 07:31:21 inet6 ::1/128 scope host 07:31:21 valid_lft forever preferred_lft forever 07:31:21 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 07:31:21 link/ether fa:16:3e:02:8e:eb brd ff:ff:ff:ff:ff:ff 07:31:21 inet 10.30.122.15/23 brd 10.30.123.255 scope global dynamic eth0 07:31:21 valid_lft 85619sec preferred_lft 85619sec 07:31:21 inet6 fe80::f816:3eff:fe02:8eeb/64 scope link 07:31:21 valid_lft forever preferred_lft forever 07:31:21 3: docker0: mtu 1500 qdisc noqueue state DOWN 07:31:21 link/ether 02:42:27:22:e6:78 brd ff:ff:ff:ff:ff:ff 07:31:21 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 07:31:21 valid_lft forever preferred_lft forever 07:31:21 inet6 fe80::42:27ff:fe22:e678/64 scope link 07:31:21 valid_lft forever preferred_lft forever 07:31:21 07:31:21 07:31:21 ---> sar -b -r -n DEV: 07:31:21 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/11/21 _x86_64_ (4 CPU) 07:31:21 07:31:21 07:18:07 LINUX RESTART (4 CPU) 07:31:21 07:31:21 07:19:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 07:31:21 07:20:01 11.15 2.95 8.21 0.00 618.96 284.06 0.00 07:31:21 07:21:01 0.95 0.00 0.95 0.00 0.00 20.75 0.00 07:31:21 07:22:01 0.27 0.00 0.27 0.00 0.00 3.13 0.00 07:31:21 07:23:01 0.28 0.00 0.28 0.00 0.00 3.20 0.00 07:31:21 07:24:01 0.20 0.00 0.20 0.00 0.00 2.76 0.00 07:31:21 07:25:01 0.25 0.00 0.25 0.00 0.00 3.65 0.00 07:31:21 07:26:02 0.28 0.00 0.28 0.00 0.00 4.05 0.00 07:31:21 07:27:01 0.22 0.00 0.22 0.00 0.00 2.47 0.00 07:31:21 07:28:01 0.27 0.00 0.27 0.00 0.00 3.75 0.00 07:31:21 07:29:01 0.25 0.00 0.25 0.00 0.00 2.71 0.00 07:31:21 07:30:01 0.20 0.00 0.20 0.00 0.00 1.62 0.00 07:31:21 07:31:01 53.37 48.24 5.13 0.00 4032.63 1992.89 0.00 07:31:21 Average: 5.64 4.27 1.37 0.00 387.98 193.96 0.00 07:31:21 07:31:21 07:19:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:31:21 07:20:01 142232 0 622868 33.10 2620 1113824 1103640 37.67 428180 1112612 20 07:31:21 07:21:01 143176 0 621916 33.05 2620 1113832 1080904 36.89 429068 1110528 8 07:31:21 07:22:01 143356 0 621732 33.04 2620 1113836 1080904 36.89 434632 1104980 8 07:31:21 07:23:01 142384 0 622704 33.10 2620 1113836 1081120 36.90 436088 1104980 8 07:31:21 07:24:01 142620 0 622460 33.08 2620 1113844 1080976 36.89 432952 1107556 16 07:31:21 07:25:01 142388 0 622688 33.09 2620 1113848 1081000 36.89 433652 1107556 20 07:31:21 07:26:02 142412 0 622660 33.09 2620 1113852 1080952 36.89 433820 1107556 12 07:31:21 07:27:01 141308 0 623760 33.15 2620 1113856 1081024 36.89 434760 1107556 8 07:31:21 07:28:01 140472 0 624588 33.20 2620 1113864 1081012 36.89 435356 1107560 8 07:31:21 07:29:01 140364 0 624692 33.20 2620 1113868 1080988 36.89 437188 1105888 8 07:31:21 07:30:01 140780 0 624276 33.18 2620 1113868 1080904 36.89 436856 1105888 12 07:31:21 07:31:01 97364 0 679956 36.14 2620 1101604 1286232 43.90 478796 1094516 34424 07:31:21 Average: 138238 0 627858 33.37 2620 1112828 1099971 37.54 437612 1106431 2879 07:31:21 07:31:21 07:19:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 07:31:21 07:20:01 eth0 29.33 27.06 50.03 8.91 0.00 0.00 0.00 0.00 07:31:21 07:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:31:21 07:20:01 docker0 12.07 7.08 1.80 26.92 0.00 0.00 0.00 0.00 07:31:21 07:21:01 eth0 0.32 0.08 0.02 0.01 0.00 0.00 0.00 0.00 07:31:21 07:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:31:21 07:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:31:21 07:22:01 eth0 1.52 0.07 0.14 0.01 0.00 0.00 0.00 0.00 07:31:21 07:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:31:21 07:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:31:21 07:23:01 eth0 2.47 1.12 0.95 0.58 0.00 0.00 0.00 0.00 07:31:21 07:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:31:21 07:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:31:21 07:24:01 eth0 0.77 0.23 0.19 0.10 0.00 0.00 0.00 0.00 07:31:21 07:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:31:21 07:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:31:21 07:25:01 eth0 0.95 0.32 0.30 0.20 0.00 0.00 0.00 0.00 07:31:21 07:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:31:21 07:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:31:21 07:26:02 eth0 0.72 0.28 0.26 0.02 0.00 0.00 0.00 0.00 07:31:21 07:26:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:31:21 07:26:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:31:21 07:27:01 eth0 1.12 0.39 0.33 0.21 0.00 0.00 0.00 0.00 07:31:21 07:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:31:21 07:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:31:21 07:28:01 eth0 0.53 0.33 0.27 0.20 0.00 0.00 0.00 0.00 07:31:21 07:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:31:21 07:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:31:21 07:29:01 eth0 0.75 0.20 0.16 0.07 0.00 0.00 0.00 0.00 07:31:21 07:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:31:21 07:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:31:21 07:30:01 eth0 1.25 0.15 0.11 0.01 0.00 0.00 0.00 0.00 07:31:21 07:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:31:21 07:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:31:21 07:31:01 eth0 184.35 152.99 1778.10 44.87 0.00 0.00 0.00 0.00 07:31:21 07:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:31:21 07:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:31:21 Average: eth0 18.69 15.28 152.97 4.60 0.00 0.00 0.00 0.00 07:31:21 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:31:21 Average: docker0 0.99 0.58 0.15 2.21 0.00 0.00 0.00 0.00 07:31:21 07:31:21 07:31:21 ---> sar -P ALL: 07:31:21 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/11/21 _x86_64_ (4 CPU) 07:31:21 07:31:21 07:18:07 LINUX RESTART (4 CPU) 07:31:21 07:31:21 07:19:02 CPU %user %nice %system %iowait %steal %idle 07:31:21 07:20:01 all 1.25 0.00 0.84 0.22 0.01 97.68 07:31:21 07:20:01 0 0.92 0.00 0.78 0.08 0.02 98.20 07:31:21 07:20:01 1 1.51 0.00 0.92 0.05 0.02 97.50 07:31:21 07:20:01 2 1.28 0.00 0.83 0.53 0.00 97.36 07:31:21 07:20:01 3 1.27 0.00 0.83 0.22 0.00 97.67 07:31:21 07:21:01 all 0.16 0.00 0.05 0.00 0.00 99.78 07:31:21 07:21:01 0 0.02 0.00 0.03 0.00 0.00 99.95 07:31:21 07:21:01 1 0.05 0.00 0.05 0.00 0.00 99.90 07:31:21 07:21:01 2 0.53 0.00 0.07 0.00 0.00 99.40 07:31:21 07:21:01 3 0.03 0.00 0.07 0.00 0.02 99.88 07:31:21 07:22:01 all 0.17 0.00 0.05 0.00 0.00 99.78 07:31:21 07:22:01 0 0.02 0.00 0.07 0.00 0.00 99.92 07:31:21 07:22:01 1 0.08 0.00 0.07 0.00 0.00 99.85 07:31:21 07:22:01 2 0.53 0.00 0.03 0.00 0.02 99.42 07:31:21 07:22:01 3 0.05 0.00 0.02 0.00 0.00 99.93 07:31:21 07:23:01 all 0.18 0.00 0.04 0.00 0.00 99.78 07:31:21 07:23:01 0 0.05 0.00 0.03 0.00 0.00 99.92 07:31:21 07:23:01 1 0.43 0.00 0.03 0.00 0.00 99.53 07:31:21 07:23:01 2 0.20 0.00 0.05 0.00 0.00 99.75 07:31:21 07:23:01 3 0.05 0.00 0.03 0.00 0.00 99.92 07:31:21 07:24:01 all 0.17 0.00 0.05 0.00 0.00 99.77 07:31:21 07:24:01 0 0.03 0.00 0.05 0.00 0.02 99.90 07:31:21 07:24:01 1 0.52 0.00 0.05 0.00 0.00 99.43 07:31:21 07:24:01 2 0.10 0.00 0.08 0.00 0.00 99.82 07:31:21 07:24:01 3 0.03 0.00 0.03 0.00 0.00 99.93 07:31:21 07:25:01 all 0.16 0.00 0.03 0.00 0.01 99.80 07:31:21 07:25:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:31:21 07:25:01 1 0.52 0.00 0.03 0.00 0.02 99.43 07:31:21 07:25:01 2 0.08 0.00 0.07 0.00 0.00 99.85 07:31:21 07:25:01 3 0.03 0.00 0.02 0.00 0.02 99.93 07:31:21 07:26:02 all 0.16 0.00 0.03 0.00 0.00 99.82 07:31:21 07:26:02 0 0.02 0.00 0.02 0.00 0.00 99.97 07:31:21 07:26:02 1 0.25 0.00 0.03 0.00 0.00 99.72 07:31:21 07:26:02 2 0.35 0.00 0.03 0.00 0.00 99.62 07:31:21 07:26:02 3 0.02 0.00 0.02 0.00 0.00 99.97 07:31:21 07:27:01 all 0.11 0.00 0.06 0.00 0.00 99.83 07:31:21 07:27:01 0 0.02 0.00 0.05 0.00 0.00 99.93 07:31:21 07:27:01 1 0.05 0.00 0.05 0.00 0.00 99.90 07:31:21 07:27:01 2 0.32 0.00 0.12 0.00 0.00 99.56 07:31:21 07:27:01 3 0.03 0.00 0.03 0.00 0.00 99.93 07:31:21 07:28:01 all 0.06 0.00 0.04 0.00 0.01 99.89 07:31:21 07:28:01 0 0.03 0.00 0.02 0.00 0.02 99.93 07:31:21 07:28:01 1 0.10 0.00 0.05 0.00 0.00 99.85 07:31:21 07:28:01 2 0.08 0.00 0.07 0.00 0.02 99.83 07:31:21 07:28:01 3 0.03 0.00 0.02 0.00 0.00 99.95 07:31:21 07:29:01 all 0.10 0.00 0.04 0.00 0.00 99.86 07:31:21 07:29:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:31:21 07:29:01 1 0.32 0.00 0.05 0.00 0.00 99.63 07:31:21 07:29:01 2 0.02 0.00 0.05 0.00 0.00 99.93 07:31:21 07:29:01 3 0.03 0.00 0.05 0.00 0.00 99.92 07:31:21 07:30:01 all 0.16 0.00 0.03 0.00 0.00 99.80 07:31:21 07:30:01 0 0.03 0.00 0.02 0.00 0.00 99.95 07:31:21 07:30:01 1 0.52 0.00 0.02 0.00 0.00 99.47 07:31:21 07:30:01 2 0.08 0.00 0.07 0.00 0.00 99.85 07:31:21 07:30:01 3 0.02 0.00 0.03 0.00 0.00 99.95 07:31:21 07:31:21 07:30:01 CPU %user %nice %system %iowait %steal %idle 07:31:21 07:31:01 all 2.48 0.00 1.40 1.36 0.01 94.75 07:31:21 07:31:01 0 2.11 0.00 1.79 0.02 0.00 96.08 07:31:21 07:31:01 1 3.83 0.00 1.32 2.01 0.02 92.82 07:31:21 07:31:01 2 1.96 0.00 1.24 1.39 0.00 95.42 07:31:21 07:31:01 3 2.03 0.00 1.26 2.01 0.03 94.67 07:31:21 Average: all 0.43 0.00 0.22 0.13 0.00 99.22 07:31:21 Average: 0 0.27 0.00 0.24 0.01 0.00 99.48 07:31:21 Average: 1 0.68 0.00 0.22 0.17 0.00 98.92 07:31:21 Average: 2 0.46 0.00 0.22 0.16 0.00 99.15 07:31:21 Average: 3 0.30 0.00 0.20 0.19 0.01 99.31 07:31:21 07:31:21 07:31:21