Pull request #87 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ad4e668cf7c442487f6980a78c3345134d00380f+f67542ccb051b13986f5f41838b922d5b9b125ad (06820952dbeac6f0eebd7710dc74b521259d43d0) Running in Durability level: MAX_SURVIVABILITY 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 Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rest-go/branches/PR-87/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rest-go/branches/PR-87/workspace@libs/lf-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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-rest-go] ========================================================= [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-rest-go-settings PROJECT: device-rest-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-rest-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-blackbox-4c-2g-3715’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-3950’ is offline; ‘prd-centos7-docker-4c-2g-3953’ is offline; ‘prd-centos7-docker-4c-2g-3956’ is offline; ‘prd-centos7-docker-4c-2g-3966’ 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-3983 in /w/workspace/dgexfoundry_device-rest-go_PR-87 [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-rest-go.git > git init /w/workspace/dgexfoundry_device-rest-go_PR-87 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-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-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit f67542ccb051b13986f5f41838b922d5b9b125ad into PR head commit ad4e668cf7c442487f6980a78c3345134d00380f Merge succeeded, producing ad4e668cf7c442487f6980a78c3345134d00380f Checking out Revision ad4e668cf7c442487f6980a78c3345134d00380f (PR-87) > git config remote.origin.url git@github.com:edgexfoundry/device-rest-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-rest-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/87/head:refs/remotes/origin/PR-87 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ad4e668cf7c442487f6980a78c3345134d00380f # 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 f67542ccb051b13986f5f41838b922d5b9b125ad # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ad4e668cf7c442487f6980a78c3345134d00380f # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.3' fatal: bad object aa25fb65c2461e649b1a162fbf19ec71f4863fbd [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 05:58:12 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 05:58:13 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 05:58:13 ========================================================= 05:58:13 EdgeX Global Pipelines Version Info 05:58:13 ========================================================= [Pipeline] libraryResource [Pipeline] sh 05:58:14 ------------------- 05:58:14 stable info: 05:58:14 ------------------- 05:58:14 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 05:58:14 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 05:58:14 Message: update stable to v1.0.191 05:58:15 ------------------- 05:58:15 experimental info: 05:58:15 ------------------- 05:58:15 Commited By: **** collab-it+edgex@linuxfoundation.org 05:58:15 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 05:58:15 Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 05:58:16 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo 05:58:16 [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo 05:58:16 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 05:58:16 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 05:58:16 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 05:58:16 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 05:58:16 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 05:58:16 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 05:58:16 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 05:58:16 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 05:58:16 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 05:58:16 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-rest-go [Pipeline] echo 05:58:16 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 05:58:16 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 05:58:17 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 05:58:17 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 05:58:17 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 05:58:17 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 05:58:17 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 05:58:17 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 05:58:17 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 05:58:17 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 05:58:17 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 05:58:17 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 05:58:17 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 05:58:17 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 05:58:17 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-87 [Pipeline] echo 05:58:17 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-87 [Pipeline] echo 05:58:18 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-87 [Pipeline] echo 05:58:18 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ad4e668cf7c442487f6980a78c3345134d00380f [Pipeline] echo 05:58:18 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ad4e668 [Pipeline] echo 05:58:18 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 05:58:18 provisioning config files... 05:58:18 copy managed file [device-rest-go-settings] to file:/w/workspace/dgexfoundry_device-rest-go_PR-87@tmp/config1898111762007661806tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:58:18 ---> docker-login.sh 05:58:18 nexus3.edgexfoundry.org:10001 05:58:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:58:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:58:19 Configure a credential helper to remove this warning. See 05:58:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:58:19 05:58:19 Login Succeeded 05:58:19 nexus3.edgexfoundry.org:10002 05:58:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:58:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:58:19 Configure a credential helper to remove this warning. See 05:58:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:58:19 05:58:19 Login Succeeded 05:58:19 nexus3.edgexfoundry.org:10003 05:58:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:58:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:58:19 Configure a credential helper to remove this warning. See 05:58:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:58:19 05:58:19 Login Succeeded 05:58:19 nexus3.edgexfoundry.org:10004 05:58:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:58:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:58:19 Configure a credential helper to remove this warning. See 05:58:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:58:19 05:58:19 Login Succeeded 05:58:19 docker.io 05:58:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:58:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:58:20 Configure a credential helper to remove this warning. See 05:58:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:58:20 05:58:20 Login Succeeded 05:58:20 ---> docker-login.sh ends [Pipeline] } 05:58:20 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 05:58:21 + git log --format=format:%s -1 ad4e668cf7c442487f6980a78c3345134d00380f [Pipeline] echo 05:58:21 GIT_COMMIT: ad4e668cf7c442487f6980a78c3345134d00380f, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v2 [Pipeline] echo 05:58:21 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 05:58:22 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:58:22 05:58:22 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 05:58:22 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:58:22 latest: Pulling from edgex-devops/git-semver 05:58:22 31603596830f: Pulling fs layer 05:58:22 54011a49482f: Pulling fs layer 05:58:22 a6820b24f6d8: Pulling fs layer 05:58:22 f581987b2513: Pulling fs layer 05:58:22 f581987b2513: Waiting 05:58:22 54011a49482f: Verifying Checksum 05:58:22 54011a49482f: Download complete 05:58:22 31603596830f: Verifying Checksum 05:58:22 31603596830f: Download complete 05:58:22 f581987b2513: Verifying Checksum 05:58:22 f581987b2513: Download complete 05:58:22 a6820b24f6d8: Verifying Checksum 05:58:22 a6820b24f6d8: Download complete 05:58:23 31603596830f: Pull complete 05:58:23 54011a49482f: Pull complete 05:58:24 a6820b24f6d8: Pull complete 05:58:24 f581987b2513: Pull complete 05:58:24 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 05:58:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:58:24 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 05:58:24 prd-centos7-docker-4c-2g-3983 does not seem to be running inside a container 05:58:24 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-rest-go_PR-87 -v /w/workspace/dgexfoundry_device-rest-go_PR-87:/w/workspace/dgexfoundry_device-rest-go_PR-87:rw,z -v /w/workspace/dgexfoundry_device-rest-go_PR-87@tmp:/w/workspace/dgexfoundry_device-rest-go_PR-87@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 05:58:26 $ docker top 8a054a7150d86d9cb0a76d5928b9f4dc38c1660870dd94ce011eaa212131339d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:58:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:58:26 [ssh-agent] Looking for ssh-agent implementation... 05:58:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:58:27 $ docker exec 8a054a7150d86d9cb0a76d5928b9f4dc38c1660870dd94ce011eaa212131339d ssh-agent 05:58:27 SSH_AUTH_SOCK=/tmp/ssh-G2HWMLXNW0pO/agent.11 05:58:27 SSH_AGENT_PID=16 05:58:27 Running ssh-add (command line suppressed) 05:58:27 Identity added: /w/workspace/dgexfoundry_device-rest-go_PR-87@tmp/private_key_2031791066348881681.key (/w/workspace/dgexfoundry_device-rest-go_PR-87@tmp/private_key_2031791066348881681.key) 05:58:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:58:27 + git tag --points-at HEAD [Pipeline] } 05:58:27 $ docker exec --env ******** --env ******** 8a054a7150d86d9cb0a76d5928b9f4dc38c1660870dd94ce011eaa212131339d ssh-agent -k 05:58:28 unset SSH_AUTH_SOCK; 05:58:28 unset SSH_AGENT_PID; 05:58:28 echo Agent pid 16 killed; 05:58:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 05:58:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:58:28 [ssh-agent] Looking for ssh-agent implementation... 05:58:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:58:28 $ docker exec 8a054a7150d86d9cb0a76d5928b9f4dc38c1660870dd94ce011eaa212131339d ssh-agent 05:58:28 SSH_AUTH_SOCK=/tmp/ssh-kk3pR3BqGznN/agent.46 05:58:28 SSH_AGENT_PID=51 05:58:28 Running ssh-add (command line suppressed) 05:58:28 Identity added: /w/workspace/dgexfoundry_device-rest-go_PR-87@tmp/private_key_6302932358171527779.key (/w/workspace/dgexfoundry_device-rest-go_PR-87@tmp/private_key_6302932358171527779.key) 05:58:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:58:29 + git semver init 05:58:29 # -> Open(): unable to determine branch for HEAD 05:58:29 # $GIT_DIR = /w/workspace/dgexfoundry_device-rest-go_PR-87/.git 05:58:29 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-rest-go_PR-87 05:58:29 # $SEMVER_REMOTE_NAME = origin 05:58:29 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:58:29 # $SEMVER_USER_NAME = edgex-jenkins 05:58:29 # $SEMVER_BRANCH = PR-87 05:58:29 # $SEMVER_TEMP = /tmp/semver-706891479 05:58:29 # git clone --branch semver git@github.com:edgexfoundry/device-rest-go.git $SEMVER_TEMP 05:58:32 # '/tmp/semver-706891479' -> '/w/workspace/dgexfoundry_device-rest-go_PR-87/.semver' 05:58:32 # -> Force: false 05:58:32 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-rest-go_PR-87/.semver [Pipeline] } 05:58:32 $ docker exec --env ******** --env ******** 8a054a7150d86d9cb0a76d5928b9f4dc38c1660870dd94ce011eaa212131339d ssh-agent -k 05:58:32 unset SSH_AUTH_SOCK; 05:58:32 unset SSH_AGENT_PID; 05:58:32 echo Agent pid 51 killed; 05:58:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:58:33 + git semver [Pipeline] } 05:58:33 $ docker stop --time=1 8a054a7150d86d9cb0a76d5928b9f4dc38c1660870dd94ce011eaa212131339d 05:58:34 $ docker rm -f 8a054a7150d86d9cb0a76d5928b9f4dc38c1660870dd94ce011eaa212131339d [Pipeline] // withDockerContainer [Pipeline] sh 05:58:35 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 05:58:35 Stashed 1 file(s) [Pipeline] echo 05:58:35 [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 05:58:51 Still waiting to schedule task 05:58:51 Waiting for next available executor on ‘centos7-docker-4c-2g’ 05:58:51 Still waiting to schedule task 05:58:51 ‘prd-centos7-blackbox-4c-2g-3715’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-3946’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3955’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3985’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3987’ is offline 06:09:18 Running on prd-centos7-docker-4c-2g-4011 in /w/workspace/dgexfoundry_device-rest-go_PR-87 [Pipeline] { [Pipeline] ws 06:09:18 Running in /w/workspace/device-rest-go/1 [Pipeline] { [Pipeline] checkout 06:09:28 using credential edgex-jenkins-ssh 06:09:28 Cloning the remote Git repository 06:09:29 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 06:09:29 > git init /w/workspace/device-rest-go/1 # timeout=10 06:09:29 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 06:09:29 > git --version # timeout=10 06:09:29 > git --version # 'git version 2.24.3' 06:09:29 using GIT_SSH to set credentials SSH Credentials for GitHub 06:09:29 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:09:30 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 06:09:31 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:09:31 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 06:09:31 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 06:09:31 using GIT_SSH to set credentials SSH Credentials for GitHub 06:09:31 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/87/head:refs/remotes/origin/PR-87 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:09:31 Merging remotes/origin/master commit f67542ccb051b13986f5f41838b922d5b9b125ad into PR head commit ad4e668cf7c442487f6980a78c3345134d00380f 06:09:32 Merge succeeded, producing ad4e668cf7c442487f6980a78c3345134d00380f 06:09:32 Checking out Revision ad4e668cf7c442487f6980a78c3345134d00380f (PR-87) 06:09:31 > git config core.sparsecheckout # timeout=10 06:09:31 > git checkout -f ad4e668cf7c442487f6980a78c3345134d00380f # timeout=10 06:09:31 > git remote # timeout=10 06:09:31 > git config --get remote.origin.url # timeout=10 06:09:32 using GIT_SSH to set credentials SSH Credentials for GitHub 06:09:32 > git merge f67542ccb051b13986f5f41838b922d5b9b125ad # timeout=10 06:09:32 > git rev-parse HEAD^{commit} # timeout=10 06:09:32 > git config core.sparsecheckout # timeout=10 06:09:32 > git checkout -f ad4e668cf7c442487f6980a78c3345134d00380f # timeout=10 06:09:37 Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v2" 06:09:37 > git --version # timeout=10 06:09:37 > git --version # 'git version 2.24.3' 06:09:37 fatal: bad object aa25fb65c2461e649b1a162fbf19ec71f4863fbd [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:09:40 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 06:09:40 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:09:41 + sudo service docker restart 06:09:41 + true 06:09:41 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:09:43 provisioning config files... 06:09:43 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/1@tmp/config1927414706756085287tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:09:44 ---> docker-login.sh 06:09:44 nexus3.edgexfoundry.org:10001 06:09:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:09:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:09:45 Configure a credential helper to remove this warning. See 06:09:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:09:45 06:09:45 Login Succeeded 06:09:45 nexus3.edgexfoundry.org:10002 06:09:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:09:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:09:46 Configure a credential helper to remove this warning. See 06:09:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:09:46 06:09:46 Login Succeeded 06:09:46 nexus3.edgexfoundry.org:10003 06:09:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:09:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:09:47 Configure a credential helper to remove this warning. See 06:09:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:09:47 06:09:47 Login Succeeded 06:09:47 nexus3.edgexfoundry.org:10004 06:09:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:09:47 Running on prd-ubuntu18.04-docker-arm64-4c-16g-4003 in /w/workspace/dgexfoundry_device-rest-go_PR-87 [Pipeline] { [Pipeline] ws 06:09:47 Running in /w/workspace/device-rest-go/1 [Pipeline] { [Pipeline] checkout 06:09:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:09:47 Configure a credential helper to remove this warning. See 06:09:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:09:47 06:09:47 Login Succeeded 06:09:47 docker.io 06:09:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:09:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:09:48 Configure a credential helper to remove this warning. See 06:09:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:09:48 06:09:48 Login Succeeded 06:09:48 ---> docker-login.sh ends [Pipeline] } 06:09:48 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:09:49 ========================================================= 06:09:49 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 06:09:49 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:09:49 + 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 . 06:09:49 Sending build context to Docker daemon 93.18kB 06:09:50 Step 1/10 : ARG BASE=golang:1.15-alpine3.12 06:09:50 Step 2/10 : FROM ${BASE} 06:09:50 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 06:09:50 540db60ca938: Pulling fs layer 06:09:50 adcc1eea9eea: Pulling fs layer 06:09:50 4c4ab2625f07: Pulling fs layer 06:09:50 0510c868ecb4: Pulling fs layer 06:09:50 afea3b2eda06: Pulling fs layer 06:09:50 7809a108b3ef: Pulling fs layer 06:09:50 f706445af74f: Pulling fs layer 06:09:50 0510c868ecb4: Waiting 06:09:50 afea3b2eda06: Waiting 06:09:50 7809a108b3ef: Waiting 06:09:50 f706445af74f: Waiting 06:09:50 4c4ab2625f07: Verifying Checksum 06:09:50 4c4ab2625f07: Download complete 06:09:50 adcc1eea9eea: Verifying Checksum 06:09:50 adcc1eea9eea: Download complete 06:09:50 afea3b2eda06: Verifying Checksum 06:09:50 afea3b2eda06: Download complete 06:09:50 7809a108b3ef: Verifying Checksum 06:09:50 7809a108b3ef: Download complete 06:09:50 540db60ca938: Verifying Checksum 06:09:50 540db60ca938: Download complete 06:09:51 540db60ca938: Pull complete 06:09:52 adcc1eea9eea: Pull complete 06:09:52 4c4ab2625f07: Pull complete 06:09:55 using credential edgex-jenkins-ssh 06:09:55 Cloning the remote Git repository 06:09:55 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 06:09:55 > git init /w/workspace/device-rest-go/1 # timeout=10 06:09:55 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 06:09:55 > git --version # timeout=10 06:09:55 > git --version # 'git version 2.17.1' 06:09:55 using GIT_SSH to set credentials SSH Credentials for GitHub 06:09:55 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:09:57 f706445af74f: Verifying Checksum 06:09:57 f706445af74f: Download complete 06:10:00 0510c868ecb4: Verifying Checksum 06:10:00 0510c868ecb4: Download complete 06:10:01 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 06:10:01 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:10:01 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 06:10:01 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 06:10:01 using GIT_SSH to set credentials SSH Credentials for GitHub 06:10:01 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/87/head:refs/remotes/origin/PR-87 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:10:03 Merging remotes/origin/master commit f67542ccb051b13986f5f41838b922d5b9b125ad into PR head commit ad4e668cf7c442487f6980a78c3345134d00380f 06:10:03 Merge succeeded, producing ad4e668cf7c442487f6980a78c3345134d00380f 06:10:03 Checking out Revision ad4e668cf7c442487f6980a78c3345134d00380f (PR-87) 06:10:03 > git config core.sparsecheckout # timeout=10 06:10:03 > git checkout -f ad4e668cf7c442487f6980a78c3345134d00380f # timeout=10 06:10:03 > git remote # timeout=10 06:10:03 > git config --get remote.origin.url # timeout=10 06:10:03 using GIT_SSH to set credentials SSH Credentials for GitHub 06:10:03 > git merge f67542ccb051b13986f5f41838b922d5b9b125ad # timeout=10 06:10:03 > git rev-parse HEAD^{commit} # timeout=10 06:10:03 > git config core.sparsecheckout # timeout=10 06:10:03 > git checkout -f ad4e668cf7c442487f6980a78c3345134d00380f # timeout=10 06:10:08 Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v2" 06:10:08 > git --version # timeout=10 06:10:08 > git --version # 'git version 2.17.1' 06:10:08 fatal: bad object aa25fb65c2461e649b1a162fbf19ec71f4863fbd [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:10:10 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 06:10:10 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:10:11 + sudo service docker restart 06:10:11 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:10:13 provisioning config files... 06:10:14 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/1@tmp/config5328942495200316483tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:10:14 ---> docker-login.sh 06:10:14 nexus3.edgexfoundry.org:10001 06:10:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:10:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:10:16 Configure a credential helper to remove this warning. See 06:10:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:10:16 06:10:16 Login Succeeded 06:10:16 nexus3.edgexfoundry.org:10002 06:10:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:10:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:10:16 Configure a credential helper to remove this warning. See 06:10:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:10:16 06:10:16 Login Succeeded 06:10:16 nexus3.edgexfoundry.org:10003 06:10:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:10:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:10:17 Configure a credential helper to remove this warning. See 06:10:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:10:17 06:10:17 Login Succeeded 06:10:17 nexus3.edgexfoundry.org:10004 06:10:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:10:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:10:17 Configure a credential helper to remove this warning. See 06:10:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:10:17 06:10:17 Login Succeeded 06:10:17 docker.io 06:10:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:10:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:10:18 Configure a credential helper to remove this warning. See 06:10:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:10:18 06:10:18 Login Succeeded 06:10:18 ---> docker-login.sh ends [Pipeline] } 06:10:18 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:10:19 ========================================================= 06:10:19 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 06:10:19 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:10: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 . 06:10:19 Sending build context to Docker daemon 93.18kB 06:10:19 Step 1/10 : ARG BASE=golang:1.15-alpine3.12 06:10:19 Step 2/10 : FROM ${BASE} 06:10:19 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:10:19 595b0fe564bb: Pulling fs layer 06:10:19 7186ed65a4f7: Pulling fs layer 06:10:19 316046926c0a: Pulling fs layer 06:10:19 4ebd0625c992: Pulling fs layer 06:10:19 207e8628e3a3: Pulling fs layer 06:10:19 c791037a9be2: Pulling fs layer 06:10:19 ffd874e62e21: Pulling fs layer 06:10:19 c791037a9be2: Waiting 06:10:19 ffd874e62e21: Waiting 06:10:19 4ebd0625c992: Waiting 06:10:19 207e8628e3a3: Waiting 06:10:19 316046926c0a: Download complete 06:10:19 7186ed65a4f7: Verifying Checksum 06:10:19 7186ed65a4f7: Download complete 06:10:19 207e8628e3a3: Verifying Checksum 06:10:19 207e8628e3a3: Download complete 06:10:19 c791037a9be2: Verifying Checksum 06:10:19 c791037a9be2: Download complete 06:10:19 595b0fe564bb: Verifying Checksum 06:10:19 595b0fe564bb: Download complete 06:10:20 0510c868ecb4: Pull complete 06:10:20 afea3b2eda06: Pull complete 06:10:20 7809a108b3ef: Pull complete 06:10:20 595b0fe564bb: Pull complete 06:10:21 7186ed65a4f7: Pull complete 06:10:21 316046926c0a: Pull complete 06:10:22 ffd874e62e21: Verifying Checksum 06:10:22 ffd874e62e21: Download complete 06:10:25 f706445af74f: Pull complete 06:10:25 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 06:10:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 06:10:25 ---> b068be0155e3 06:10:25 Step 3/10 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 06:10:25 4ebd0625c992: Verifying Checksum 06:10:25 4ebd0625c992: Download complete 06:10:25 ---> Running in a03cd4aa1f87 06:10:26 Removing intermediate container a03cd4aa1f87 06:10:26 ---> 18d198eabecf 06:10:26 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 06:10:26 ---> Running in 5a86b5487994 06:10:26 Removing intermediate container 5a86b5487994 06:10:26 ---> 54aa06dc710a 06:10:26 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 06:10:27 ---> Running in 60c2f201546d 06:10:27 Removing intermediate container 60c2f201546d 06:10:27 ---> 272f64a09b3b 06:10:27 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:10:27 ---> Running in 8918688b5068 06:10:30 Removing intermediate container 8918688b5068 06:10:30 ---> 128698a707a8 06:10:30 Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:10:30 ---> Running in 7bf29b5ba5fb 06:10:31 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 06:10:33 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 06:10:36 (1/9) Installing libc-dev (0.7.2-r3) 06:10:36 (2/9) Installing libsodium (1.0.18-r0) 06:10:37 (3/9) Installing pkgconf (1.7.3-r0) 06:10:37 4ebd0625c992: Pull complete 06:10:37 207e8628e3a3: Pull complete 06:10:37 c791037a9be2: Pull complete 06:10:37 (4/9) Installing libsodium-dev (1.0.18-r0) 06:10:37 (5/9) Installing openssh-keygen (8.4_p1-r3) 06:10:38 (6/9) Installing libedit (20191231.3.1-r1) 06:10:38 (7/9) Installing openssh-client (8.4_p1-r3) 06:10:40 (8/9) Installing libzmq (4.3.3-r1) 06:10:40 ffd874e62e21: Pull complete 06:10:40 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 06:10:40 (9/9) Installing zeromq-dev (4.3.3-r1) 06:10:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 06:10:40 ---> cfc18b08335c 06:10:40 Step 3/10 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 06:10:41 Executing busybox-1.32.1-r6.trigger 06:10:41 OK: 154 MiB in 49 packages 06:10:43 Removing intermediate container 7bf29b5ba5fb 06:10:43 ---> 3558a4672eda 06:10:43 Step 8/10 : WORKDIR /device-rest-go 06:10:43 ---> Running in 430b0ec0338a 06:10:43 Removing intermediate container 430b0ec0338a 06:10:43 ---> d7e93bc13a4a 06:10:43 Step 9/10 : COPY . . 06:10:44 ---> Running in ec456c7ff90b 06:10:44 Removing intermediate container ec456c7ff90b 06:10:44 ---> ee3374edb8e2 06:10:44 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 06:10:44 ---> 73c48c6c4a49 06:10:44 Step 10/10 : RUN go mod download 06:10:44 ---> Running in e3a68f780a79 06:10:44 ---> Running in df021457a798 06:10:45 Removing intermediate container df021457a798 06:10:45 ---> a8d1a813c1e6 06:10:45 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 06:10:45 ---> Running in b87f6199ed3d 06:10:45 Removing intermediate container b87f6199ed3d 06:10:45 ---> caabc9046f55 06:10:45 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:10:45 ---> Running in 48d27fac19bc 06:10:48 Removing intermediate container 48d27fac19bc 06:10:48 ---> cfc7dc773904 06:10:48 Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:10:48 ---> Running in 0dd1fe93c5da 06:10:49 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 06:10:51 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 06:10:53 (1/9) Installing libc-dev (0.7.2-r3) 06:10:53 (2/9) Installing libsodium (1.0.18-r0) 06:10:53 (3/9) Installing pkgconf (1.7.3-r0) 06:10:54 (4/9) Installing libsodium-dev (1.0.18-r0) 06:10:54 (5/9) Installing openssh-keygen (8.4_p1-r3) 06:10:54 (6/9) Installing libedit (20191231.3.1-r1) 06:10:54 (7/9) Installing openssh-client (8.4_p1-r3) 06:10:56 (8/9) Installing libzmq (4.3.3-r1) 06:10:56 (9/9) Installing zeromq-dev (4.3.3-r1) 06:10:57 Executing busybox-1.32.1-r6.trigger 06:10:57 OK: 144 MiB in 49 packages 06:10:59 Removing intermediate container 0dd1fe93c5da 06:10:59 ---> dbb38bab8166 06:10:59 Step 8/10 : WORKDIR /device-rest-go 06:10:59 ---> Running in 01a11bd3bd51 06:10:59 Removing intermediate container 01a11bd3bd51 06:10:59 ---> d33f698c707f 06:10:59 Step 9/10 : COPY . . 06:11:00 ---> 7f4e96874b5e 06:11:00 Step 10/10 : RUN go mod download 06:11:00 ---> Running in 1a7f609a5dad 06:11:32 Removing intermediate container e3a68f780a79 06:11:32 ---> e0895ce4d36e 06:11:32 Successfully built e0895ce4d36e 06:11:32 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 06:11:33 Removing intermediate container 1a7f609a5dad 06:11:33 ---> cd80e256d49a 06:11:33 Successfully built cd80e256d49a 06:11:33 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:11:33 + docker inspect -f . ci-base-image-x86_64 06:11:33 + docker inspect -f . ci-base-image-arm64 06:11:33 . 06:11:33 . [Pipeline] withDockerContainer 06:11:33 prd-ubuntu18.04-docker-arm64-4c-16g-4003 does not seem to be running inside a container 06:11:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/1 -v /w/workspace/device-rest-go/1:/w/workspace/device-rest-go/1:rw,z -v /w/workspace/device-rest-go/1@tmp:/w/workspace/device-rest-go/1@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 ******** ci-base-image-arm64 cat 06:11:35 $ docker top daa698ff97e3d7705aab66cc137767950fd342ad2df658ed8047b94f96bdf076 -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer 06:11:36 prd-centos7-docker-4c-2g-4011 does not seem to be running inside a container 06:11:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/1 -v /w/workspace/device-rest-go/1:/w/workspace/device-rest-go/1:rw,z -v /w/workspace/device-rest-go/1@tmp:/w/workspace/device-rest-go/1@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 ******** ci-base-image-x86_64 cat 06:11:38 $ docker top 8431c9934f3974e4fc6b8fc7487c7ccbd667e0f182bc152857144008ea02b25a -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 06:11:40 + go version 06:11:40 go version go1.16.3 linux/arm64 [Pipeline] } 06:11:40 $ docker stop --time=1 daa698ff97e3d7705aab66cc137767950fd342ad2df658ed8047b94f96bdf076 06:11:40 + go version 06:11:40 go version go1.16.3 linux/amd64 06:11:42 $ docker rm -f daa698ff97e3d7705aab66cc137767950fd342ad2df658ed8047b94f96bdf076 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } 06:11:42 $ docker stop --time=1 8431c9934f3974e4fc6b8fc7487c7ccbd667e0f182bc152857144008ea02b25a 06:11:44 $ docker rm -f 8431c9934f3974e4fc6b8fc7487c7ccbd667e0f182bc152857144008ea02b25a [Pipeline] // script [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [Pipeline] // script [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 06:11:45 + docker inspect -f . ci-base-image-arm64 06:11:45 . [Pipeline] withDockerContainer 06:11:45 + docker inspect -f . ci-base-image-x86_64 06:11:45 . 06:11:46 prd-ubuntu18.04-docker-arm64-4c-16g-4003 does not seem to be running inside a container 06:11:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/1 -v /w/workspace/device-rest-go/1:/w/workspace/device-rest-go/1:rw,z -v /w/workspace/device-rest-go/1@tmp:/w/workspace/device-rest-go/1@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 ******** ci-base-image-arm64 cat 06:11:48 $ docker top 5c628ffe3a39ce0746dd1f214b933bbdb038abc475852a004ff1a1fccfd5f48c -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer 06:11:48 prd-centos7-docker-4c-2g-4011 does not seem to be running inside a container 06:11:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/1 -v /w/workspace/device-rest-go/1:/w/workspace/device-rest-go/1:rw,z -v /w/workspace/device-rest-go/1@tmp:/w/workspace/device-rest-go/1@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 ******** ci-base-image-x86_64 cat 06:11:50 $ docker top d96362cd3d6318e1fbdf6400e0ca648c8ed0d52e7e09552bd1ec04e5b34c2798 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 06:11:52 + go mod tidy 06:11:52 + go mod tidy [Pipeline] sh 06:11:53 + make test 06:11:53 CGO_ENABLED=1 GO111MODULE=on go test -coverprofile=coverage.out ./... [Pipeline] sh 06:11:55 + make test 06:11:55 CGO_ENABLED=1 GO111MODULE=on go test -coverprofile=coverage.out ./... 06:11:55 ? github.com/edgexfoundry/device-rest-go [no test files] 06:11:57 ? github.com/edgexfoundry/device-rest-go [no test files] 06:12:55 ? github.com/edgexfoundry/device-rest-go/cmd [no test files] 06:12:55 ok github.com/edgexfoundry/device-rest-go/driver 0.202s coverage: 54.0% of statements 06:12:55 CGO_ENABLED=1 GO111MODULE=on go vet ./... 06:13:04 ? github.com/edgexfoundry/device-rest-go/cmd [no test files] 06:13:04 ok github.com/edgexfoundry/device-rest-go/driver 0.039s coverage: 54.0% of statements 06:13:04 CGO_ENABLED=1 GO111MODULE=on go vet ./... 06:13:15 gofmt -l . 06:13:15 [ "`gofmt -l .`" = "" ] 06:13:15 ./bin/test-go-mod-tidy.sh 06:13:15 ./bin/test-attribution-txt.sh [Pipeline] } 06:13:15 $ docker stop --time=1 d96362cd3d6318e1fbdf6400e0ca648c8ed0d52e7e09552bd1ec04e5b34c2798 06:13:17 $ docker rm -f d96362cd3d6318e1fbdf6400e0ca648c8ed0d52e7e09552bd1ec04e5b34c2798 [Pipeline] // withDockerContainer [Pipeline] sh 06:13:18 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:13:19 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 06:13:20 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:13:20 + ls -al . 06:13:20 total 104 06:13:20 drwxrwxr-x. 8 jenkins jenkins 4096 May 10 06:13 . 06:13:20 drwxrwxr-x. 4 jenkins jenkins 28 May 10 06:09 .. 06:13:20 -rw-rw-r--. 1 jenkins jenkins 6792 May 10 06:09 Attribution.txt 06:13:20 drwxrwxr-x. 2 jenkins jenkins 64 May 10 06:09 bin 06:13:20 drwxrwxr-x. 3 jenkins jenkins 32 May 10 06:09 cmd 06:13:20 -rw-r--r--. 1 jenkins jenkins 8513 May 10 06:12 coverage.out 06:13:20 -rw-rw-r--. 1 jenkins jenkins 1602 May 10 06:09 Dockerfile 06:13:20 -rw-rw-r--. 1 jenkins jenkins 1087 May 10 06:09 Dockerfile.build 06:13:20 -rw-rw-r--. 1 jenkins jenkins 151 May 10 06:09 .dockerignore 06:13:20 drwxrwxr-x. 2 jenkins jenkins 76 May 10 06:09 driver 06:13:20 drwxrwxr-x. 8 jenkins jenkins 179 May 10 06:09 .git 06:13:20 drwxrwxr-x. 2 jenkins jenkins 103 May 10 06:09 .github 06:13:20 -rw-rw-r--. 1 jenkins jenkins 339 May 10 06:09 .gitignore 06:13:20 -rw-r--r--. 1 jenkins jenkins 285 May 10 06:13 go.mod 06:13:20 -rw-r--r--. 1 jenkins jenkins 21278 May 10 06:11 go.sum 06:13:20 -rw-rw-r--. 1 jenkins jenkins 680 May 10 06:09 Jenkinsfile 06:13:20 -rw-rw-r--. 1 jenkins jenkins 11340 May 10 06:09 LICENSE 06:13:20 -rw-rw-r--. 1 jenkins jenkins 976 May 10 06:09 Makefile 06:13:20 -rw-rw-r--. 1 jenkins jenkins 7667 May 10 06:09 README.md 06:13:20 drwxrwxr-x. 4 jenkins jenkins 71 May 10 06:09 snap 06:13:20 -rw-rw-r--. 1 jenkins jenkins 5 May 10 05:58 VERSION 06:13:20 -rw-rw-r--. 1 jenkins jenkins 713 May 10 06:09 version.go [Pipeline] isUnix [Pipeline] sh 06:13:21 + docker build -t docker-device-rest-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=ad4e668cf7c442487f6980a78c3345134d00380f --label arch=amd64 --label version=0.0.0 . 06:13:21 Sending build context to Docker daemon 102.9kB 06:13:21 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 06:13:21 Step 2/24 : FROM ${BASE} AS builder 06:13:21 ---> e0895ce4d36e 06:13:21 Step 3/24 : ARG MAKE='make build' 06:13:22 ---> Running in 215f7f712eba 06:13:22 Removing intermediate container 215f7f712eba 06:13:22 ---> ee4639637112 06:13:22 Step 4/24 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 06:13:22 ---> Running in 720da1b77a8e 06:13:23 Removing intermediate container 720da1b77a8e 06:13:23 ---> d56e0b49f13b 06:13:23 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 06:13:23 ---> Running in 1d45d8b8bc55 06:13:23 Removing intermediate container 1d45d8b8bc55 06:13:23 ---> efdfe0310bf3 06:13:23 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:13:23 ---> Running in 92fd97df2db1 06:13:25 Removing intermediate container 92fd97df2db1 06:13:25 ---> 069370dbe7ec 06:13:25 Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:13:25 ---> Running in e82f8514d249 06:13:27 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 06:13:29 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 06:13:30 OK: 154 MiB in 49 packages 06:13:31 gofmt -l . 06:13:31 [ "`gofmt -l .`" = "" ] 06:13:31 ./bin/test-go-mod-tidy.sh 06:13:31 ./bin/test-attribution-txt.sh [Pipeline] } 06:13:31 $ docker stop --time=1 5c628ffe3a39ce0746dd1f214b933bbdb038abc475852a004ff1a1fccfd5f48c 06:13:32 Removing intermediate container e82f8514d249 06:13:32 ---> e3d5e86b2b4d 06:13:32 Step 8/24 : WORKDIR /device-rest-go 06:13:32 ---> Running in 18ed3bbf764a 06:13:32 Removing intermediate container 18ed3bbf764a 06:13:32 ---> 4662262cc4ee 06:13:32 Step 9/24 : COPY . . 06:13:33 ---> 7df641d0a639 06:13:33 Step 10/24 : RUN make update 06:13:33 ---> Running in 36f6a4d4bb21 06:13:34 $ docker rm -f 5c628ffe3a39ce0746dd1f214b933bbdb038abc475852a004ff1a1fccfd5f48c [Pipeline] // withDockerContainer [Pipeline] sh 06:13:35 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:13:35 Warning: overwriting stash ‘coverage-report’ 06:13:36 Stashed 1 file(s) [Pipeline] } 06:13:36 CGO_ENABLED=0 GO111MODULE=on go mod download [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 06:13:36 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:13:37 + ls -al . 06:13:37 total 132 06:13:37 drwxrwxr-x 8 jenkins jenkins 4096 May 10 06:13 . 06:13:37 drwxrwxr-x 4 jenkins jenkins 4096 May 10 06:09 .. 06:13:37 -rw-rw-r-- 1 jenkins jenkins 151 May 10 06:10 .dockerignore 06:13:37 drwxrwxr-x 8 jenkins jenkins 4096 May 10 06:10 .git 06:13:37 drwxrwxr-x 2 jenkins jenkins 4096 May 10 06:10 .github 06:13:37 -rw-rw-r-- 1 jenkins jenkins 339 May 10 06:10 .gitignore 06:13:37 -rw-rw-r-- 1 jenkins jenkins 6792 May 10 06:10 Attribution.txt 06:13:37 -rw-rw-r-- 1 jenkins jenkins 1602 May 10 06:10 Dockerfile 06:13:37 -rw-rw-r-- 1 jenkins jenkins 1087 May 10 06:10 Dockerfile.build 06:13:37 -rw-rw-r-- 1 jenkins jenkins 680 May 10 06:10 Jenkinsfile 06:13:37 -rw-rw-r-- 1 jenkins jenkins 11340 May 10 06:10 LICENSE 06:13:37 -rw-rw-r-- 1 jenkins jenkins 976 May 10 06:10 Makefile 06:13:37 -rw-rw-r-- 1 jenkins jenkins 7667 May 10 06:10 README.md 06:13:37 -rw-rw-r-- 1 jenkins jenkins 5 May 10 05:58 VERSION 06:13:37 drwxrwxr-x 2 jenkins jenkins 4096 May 10 06:10 bin 06:13:37 drwxrwxr-x 3 jenkins jenkins 4096 May 10 06:10 cmd 06:13:37 -rw-r--r-- 1 jenkins jenkins 8513 May 10 06:13 coverage.out 06:13:37 drwxrwxr-x 2 jenkins jenkins 4096 May 10 06:10 driver 06:13:37 -rw-r--r-- 1 jenkins jenkins 285 May 10 06:13 go.mod 06:13:37 -rw-r--r-- 1 jenkins jenkins 21278 May 10 06:11 go.sum 06:13:37 drwxrwxr-x 4 jenkins jenkins 4096 May 10 06:10 snap 06:13:37 -rw-rw-r-- 1 jenkins jenkins 713 May 10 06:10 version.go [Pipeline] isUnix [Pipeline] sh 06:13:37 + docker build -t docker-device-rest-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=ad4e668cf7c442487f6980a78c3345134d00380f --label arch=arm64 --label version=0.0.0 . 06:13:37 Sending build context to Docker daemon 102.9kB 06:13:37 Removing intermediate container 36f6a4d4bb21 06:13:37 ---> c288591c029f 06:13:37 Step 11/24 : RUN $MAKE 06:13:37 ---> Running in 6c39f40e4d5f 06:13:37 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 06:13:37 Step 2/24 : FROM ${BASE} AS builder 06:13:37 ---> cd80e256d49a 06:13:37 Step 3/24 : ARG MAKE='make build' 06:13:38 ---> Running in 598b1775b586 06:13:38 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=0.0.0" -o cmd/device-rest-go ./cmd 06:13:38 Removing intermediate container 598b1775b586 06:13:38 ---> d96be91a7dc8 06:13:38 Step 4/24 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 06:13:38 ---> Running in 6277125d930f 06:13:39 Removing intermediate container 6277125d930f 06:13:39 ---> bde6b79cf0f4 06:13:39 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 06:13:39 ---> Running in 7efba01e14dc 06:13:39 Removing intermediate container 7efba01e14dc 06:13:39 ---> 4fdcfd6c8334 06:13:39 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:13:39 ---> Running in a3a63f225d1e 06:13:42 Removing intermediate container a3a63f225d1e 06:13:42 ---> 65832d53edc1 06:13:42 Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:13:42 ---> Running in 12402260388e 06:13:43 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 06:13:45 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 06:13:46 OK: 144 MiB in 49 packages 06:13:48 Removing intermediate container 12402260388e 06:13:48 ---> 45cb90c1d8b6 06:13:48 Step 8/24 : WORKDIR /device-rest-go 06:13:48 ---> Running in 665b3a7f3b8d 06:13:48 Removing intermediate container 665b3a7f3b8d 06:13:48 ---> ff55cdac6748 06:13:48 Step 9/24 : COPY . . 06:13:49 ---> 1dc6d43660fb 06:13:49 Step 10/24 : RUN make update 06:13:49 ---> Running in 680370dd0f0d 06:13:50 CGO_ENABLED=0 GO111MODULE=on go mod download 06:13:51 Removing intermediate container 680370dd0f0d 06:13:51 ---> 6489fa3dc19e 06:13:51 Step 11/24 : RUN $MAKE 06:13:52 ---> Running in 6d9d1ec348f7 06:13:53 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=0.0.0" -o cmd/device-rest-go ./cmd 06:14:11 Removing intermediate container 6c39f40e4d5f 06:14:11 ---> 78e817822c42 06:14:11 Step 12/24 : FROM alpine:3.12 06:14:11 3.12: Pulling from library/alpine 06:14:11 339de151aab4: Pulling fs layer 06:14:11 339de151aab4: Download complete 06:14:11 339de151aab4: Pull complete 06:14:11 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 06:14:11 Status: Downloaded newer image for alpine:3.12 06:14:11 ---> 13621d1b12d4 06:14:11 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 06:14:11 ---> Running in 4a8c7af6b571 06:14:11 Removing intermediate container 4a8c7af6b571 06:14:11 ---> 9c8d551a725f 06:14:11 Step 14/24 : LABEL Name=device-rest-go Version=${VERSION} 06:14:11 ---> Running in ae9cc0c12364 06:14:11 Removing intermediate container ae9cc0c12364 06:14:11 ---> 836da0d8dff2 06:14:11 Step 15/24 : RUN apk add --update --no-cache zeromq dumb-init 06:14:11 ---> Running in e82c431a8b4d 06:14:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:14:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:14:11 (1/6) Installing dumb-init (1.2.2-r1) 06:14:11 (2/6) Installing libgcc (9.3.0-r2) 06:14:11 (3/6) Installing libsodium (1.0.18-r0) 06:14:11 (4/6) Installing libstdc++ (9.3.0-r2) 06:14:11 (5/6) Installing libzmq (4.3.3-r0) 06:14:11 (6/6) Installing zeromq (4.3.3-r0) 06:14:11 Executing busybox-1.31.1-r20.trigger 06:14:11 OK: 8 MiB in 20 packages 06:14:11 Removing intermediate container e82c431a8b4d 06:14:11 ---> 0c615d99b6e6 06:14:11 Step 16/24 : COPY --from=builder /device-rest-go/cmd / 06:14:11 ---> fe3f29fdb957 06:14:11 Step 17/24 : COPY --from=builder /device-rest-go/LICENSE / 06:14:12 ---> 122c68a1971e 06:14:12 Step 18/24 : COPY --from=builder /device-rest-go/Attribution.txt / 06:14:12 ---> d69ce8e7bb33 06:14:12 Step 19/24 : EXPOSE 49986 06:14:12 ---> Running in f2cdec4cea8a 06:14:12 Removing intermediate container f2cdec4cea8a 06:14:12 ---> 71a195957c2b 06:14:12 Step 20/24 : ENTRYPOINT ["/device-rest-go"] 06:14:12 ---> Running in 16f782c01907 06:14:13 Removing intermediate container 16f782c01907 06:14:13 ---> be6d2ae57932 06:14:13 Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] 06:14:13 ---> Running in b02531fe7201 06:14:13 Removing intermediate container b02531fe7201 06:14:13 ---> 27bbc0e75601 06:14:13 Step 22/24 : LABEL arch=amd64 06:14:13 ---> Running in 5a7e070d7b98 06:14:13 Removing intermediate container 5a7e070d7b98 06:14:13 ---> d4ced1bd1836 06:14:13 Step 23/24 : LABEL git_sha=ad4e668cf7c442487f6980a78c3345134d00380f 06:14:13 ---> Running in 033fe8f558ca 06:14:14 Removing intermediate container 033fe8f558ca 06:14:14 ---> 53718a265140 06:14:14 Step 24/24 : LABEL version=0.0.0 06:14:14 ---> Running in df5787ad3677 06:14:15 Removing intermediate container df5787ad3677 06:14:15 ---> 851544cb5027 06:14:15 [Warning] One or more build-args [ARCH] were not consumed 06:14:15 Successfully built 851544cb5027 06:14:15 Successfully tagged docker-device-rest-go: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 06:14:16 ---> job-cost.sh 06:14:16 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-U5c0 06:14:32 Removing intermediate container 6d9d1ec348f7 06:14:32 ---> a0d95bae4f41 06:14:32 Step 12/24 : FROM alpine:3.12 06:14:32 3.12: Pulling from library/alpine 06:14:32 d2f70382dc9a: Pulling fs layer 06:14:32 d2f70382dc9a: Verifying Checksum 06:14:32 d2f70382dc9a: Download complete 06:14:32 d2f70382dc9a: Pull complete 06:14:32 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 06:14:32 Status: Downloaded newer image for alpine:3.12 06:14:32 ---> 9852663dfa18 06:14:32 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 06:14:32 ---> Running in 0707f3f01713 06:14:32 Removing intermediate container 0707f3f01713 06:14:32 ---> da8d319a79e9 06:14:32 Step 14/24 : LABEL Name=device-rest-go Version=${VERSION} 06:14:32 ---> Running in e893f048cc12 06:14:32 Removing intermediate container e893f048cc12 06:14:32 ---> 3fec2da79291 06:14:32 Step 15/24 : RUN apk add --update --no-cache zeromq dumb-init 06:14:32 ---> Running in fe41d481bc83 06:14:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:14:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:14:34 (1/6) Installing dumb-init (1.2.2-r1) 06:14:34 (2/6) Installing libgcc (9.3.0-r2) 06:14:34 (3/6) Installing libsodium (1.0.18-r0) 06:14:34 (4/6) Installing libstdc++ (9.3.0-r2) 06:14:34 (5/6) Installing libzmq (4.3.3-r0) 06:14:34 (6/6) Installing zeromq (4.3.3-r0) 06:14:34 Executing busybox-1.31.1-r20.trigger 06:14:34 OK: 8 MiB in 20 packages 06:14:36 Removing intermediate container fe41d481bc83 06:14:36 ---> d01220955018 06:14:36 Step 16/24 : COPY --from=builder /device-rest-go/cmd / 06:14:37 ---> 1d36901904e9 06:14:37 Step 17/24 : COPY --from=builder /device-rest-go/LICENSE / 06:14:37 ---> c1e9d70b2ac4 06:14:37 Step 18/24 : COPY --from=builder /device-rest-go/Attribution.txt / 06:14:38 ---> d0ccf5e21674 06:14:38 Step 19/24 : EXPOSE 49986 06:14:38 ---> Running in aa7825b2485c 06:14:39 Removing intermediate container aa7825b2485c 06:14:39 ---> 82ef56799702 06:14:39 Step 20/24 : ENTRYPOINT ["/device-rest-go"] 06:14:39 ---> Running in e38f678ca79f 06:14:39 Removing intermediate container e38f678ca79f 06:14:39 ---> 79384d78beb8 06:14:39 Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] 06:14:39 ---> Running in 166daa93062c 06:14:40 Removing intermediate container 166daa93062c 06:14:40 ---> a0e17eae23c7 06:14:40 Step 22/24 : LABEL arch=arm64 06:14:40 ---> Running in 6a63a974e6c8 06:14:40 Removing intermediate container 6a63a974e6c8 06:14:40 ---> 3e8d344c9e53 06:14:40 Step 23/24 : LABEL git_sha=ad4e668cf7c442487f6980a78c3345134d00380f 06:14:40 ---> Running in b4250d092371 06:14:41 Removing intermediate container b4250d092371 06:14:41 ---> 50a4ccdc0fab 06:14:41 Step 24/24 : LABEL version=0.0.0 06:14:41 ---> Running in 6971fcc1d409 06:14:42 Removing intermediate container 6971fcc1d409 06:14:42 ---> d87675709fc9 06:14:42 [Warning] One or more build-args [ARCH] were not consumed 06:14:42 Successfully built d87675709fc9 06:14:42 Successfully tagged docker-device-rest-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 06:14:42 ---> job-cost.sh 06:14:42 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-uxEU 06:14:43 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 06:15:22 lf-activate-venv(): INFO: Adding /tmp/venv-U5c0/bin to PATH 06:15:22 INFO: No Stack... 06:15:23 INFO: Retrieving Pricing Info for: v1-standard-2 06:15:24 INFO: Archiving Costs [Pipeline] sh 06:15:24 + cat /w/workspace/device-rest-go/1/archives/cost.csv 06:15:24 + cut -d, -f6 [Pipeline] lock 06:15:25 Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-PR-87-1-stack-cost] 06:15:25 Resource [jenkins-edgexfoundry-device-rest-go-PR-87-1-stack-cost] did not exist. Created. 06:15:25 Lock acquired on [jenkins-edgexfoundry-device-rest-go-PR-87-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:15:25 + echo total: 0.029999999329447746 [Pipeline] stash 06:15:25 Stashed 1 file(s) [Pipeline] } 06:15:25 Lock released on resource [jenkins-edgexfoundry-device-rest-go-PR-87-1-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 06:15:39 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 06:17:16 lf-activate-venv(): INFO: Adding /tmp/venv-uxEU/bin to PATH 06:17:16 INFO: No Stack... 06:17:16 INFO: Retrieving Pricing Info for: lf-standard-4 06:17:16 INFO: Archiving Costs [Pipeline] sh 06:17:16 + cat /w/workspace/device-rest-go/1/archives/cost.csv 06:17:16 + cut -d, -f6 [Pipeline] lock 06:17:16 Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-PR-87-1-stack-cost] 06:17:16 Resource [jenkins-edgexfoundry-device-rest-go-PR-87-1-stack-cost] did not exist. Created. 06:17:16 Lock acquired on [jenkins-edgexfoundry-device-rest-go-PR-87-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:17:17 /w/workspace/device-rest-go/1@tmp/durable-f01c4ff5/script.sh: 1: /w/workspace/device-rest-go/1@tmp/durable-f01c4ff5/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 06:17:17 + echo total: 0.20999999344348907 [Pipeline] stash 06:17:17 Warning: overwriting stash ‘stack-cost’ 06:17:17 Stashed 1 file(s) [Pipeline] } 06:17:17 Lock released on resource [jenkins-edgexfoundry-device-rest-go-PR-87-1-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 06:17:18 provisioning config files... 06:17:18 copy managed file [device-rest-go-codecov-token] to file:/w/workspace/dgexfoundry_device-rest-go_PR-87@tmp/config8639161711958075466tmp [Pipeline] { [Pipeline] sh 06:17:18 + set +x 06:17:18 + bash -s -- 06:17:18 + curl -s https://codecov.io/bash 06:17:19 06:17:19 _____ _ 06:17:19 / ____| | | 06:17:19 | | ___ __| | ___ ___ _____ __ 06:17:19 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 06:17:19 | |___| (_) | (_| | __/ (_| (_) \ V / 06:17:19 \_____\___/ \__,_|\___|\___\___/ \_/ 06:17:19 Bash-1.0.2 06:17:19 06:17:19 06:17:19 ==> git version 2.24.3 found 06:17:19 ==> 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 06:17:19 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 06:17:19 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 06:17:19 ==> Jenkins CI detected. 06:17:19 project root: . 06:17:19 --> token set from env 06:17:19 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 06:17:19 ==> Running gcov in . (disable via -X gcov) 06:17:19 ==> Python coveragepy not found 06:17:19 ==> Searching for coverage reports in: 06:17:19 + . 06:17:19 -> Found 1 reports 06:17:19 ==> Detecting git/mercurial file structure 06:17:19 ==> Reading reports 06:17:19 + ./coverage.out bytes=8513 06:17:19 ==> Appending adjustments 06:17:19 https://docs.codecov.io/docs/fixing-reports 06:17:19 + Found adjustments 06:17:19 ==> Gzipping contents 06:17:19 4.0K /tmp/codecov.GA7SoJ.gz 06:17:19 ==> Uploading reports 06:17:19 url: https://codecov.io 06:17:19 query: branch=PR-87&commit=ad4e668cf7c442487f6980a78c3345134d00380f&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2FPR-87%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=87&job=&cmd_args= 06:17:19 -> Pinging Codecov 06:17:19 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-87&commit=ad4e668cf7c442487f6980a78c3345134d00380f&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2FPR-87%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=87&job=&cmd_args= 06:17:19 -> Uploading to 06:17:19 https://storage.googleapis.com/codecov/v4/raw/2021-05-10/4E5D53B4F1F92C436F7061BF334D961C/ad4e668cf7c442487f6980a78c3345134d00380f/fc346754-df28-40c6-8c9b-bd7d600866d2.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210510%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210510T061719Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=032f539db71dd564a9b6bfa48e1e8ae10825d7b9808614f3e80401e6e8a562e2 06:17:19 % Total % Received % Xferd Average Speed Time Time Time Current 06:17:19 Dload Upload Total Spent Left Speed 06:17:20 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1622 0 0 100 1622 0 2720 --:--:-- --:--:-- --:--:-- 2721 06:17:20 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-rest-go/commit/ad4e668cf7c442487f6980a78c3345134d00380f [Pipeline] } 06:17:20 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 06:17:22 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:17:22 ---> package-listing.sh 06:17:22 ++ facter osfamily 06:17:22 ++ tr '[:upper:]' '[:lower:]' 06:17:22 + OS_FAMILY=redhat 06:17:22 + workspace=/w/workspace/dgexfoundry_device-rest-go_PR-87 06:17:22 + START_PACKAGES=/tmp/packages_start.txt 06:17:22 + END_PACKAGES=/tmp/packages_end.txt 06:17:22 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:17:22 + PACKAGES=/tmp/packages_start.txt 06:17:22 + '[' /w/workspace/dgexfoundry_device-rest-go_PR-87 ']' 06:17:22 + PACKAGES=/tmp/packages_end.txt 06:17:22 + case "${OS_FAMILY}" in 06:17:22 + rpm -qa 06:17:22 + sort 06:17:28 + '[' -f /tmp/packages_start.txt ']' 06:17:28 + '[' -f /tmp/packages_end.txt ']' 06:17:28 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:17:28 + '[' /w/workspace/dgexfoundry_device-rest-go_PR-87 ']' 06:17:28 + mkdir -p /w/workspace/dgexfoundry_device-rest-go_PR-87/archives/ 06:17:28 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-rest-go_PR-87/archives/ [Pipeline] echo 06:17:28 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-rest-go_PR-87/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 06:17:28 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 06:17:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:17:29 06:17:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 06:17:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:17:29 alpine: Pulling from edgex-lftools-log-publisher 06:17:29 df20fa9351a1: Pulling fs layer 06:17:29 36b3adc4ff6f: Pulling fs layer 06:17:29 8ad3a11d3b57: Pulling fs layer 06:17:29 46f8f816bc3b: Pulling fs layer 06:17:29 93b61091891f: Pulling fs layer 06:17:29 93b9cdb0e59b: Pulling fs layer 06:17:29 5e14af77c1be: Pulling fs layer 06:17:29 01666e4c0597: Pulling fs layer 06:17:29 aa168da1d23b: Pulling fs layer 06:17:29 46f8f816bc3b: Waiting 06:17:29 93b61091891f: Waiting 06:17:29 93b9cdb0e59b: Waiting 06:17:29 01666e4c0597: Waiting 06:17:29 5e14af77c1be: Waiting 06:17:29 36b3adc4ff6f: Verifying Checksum 06:17:29 36b3adc4ff6f: Download complete 06:17:29 46f8f816bc3b: Verifying Checksum 06:17:29 46f8f816bc3b: Download complete 06:17:29 df20fa9351a1: Verifying Checksum 06:17:29 df20fa9351a1: Download complete 06:17:29 93b61091891f: Verifying Checksum 06:17:29 93b61091891f: Download complete 06:17:29 93b9cdb0e59b: Verifying Checksum 06:17:29 93b9cdb0e59b: Download complete 06:17:29 5e14af77c1be: Verifying Checksum 06:17:29 5e14af77c1be: Download complete 06:17:29 01666e4c0597: Verifying Checksum 06:17:29 01666e4c0597: Download complete 06:17:29 8ad3a11d3b57: Verifying Checksum 06:17:29 8ad3a11d3b57: Download complete 06:17:29 df20fa9351a1: Pull complete 06:17:30 36b3adc4ff6f: Pull complete 06:17:31 8ad3a11d3b57: Pull complete 06:17:31 46f8f816bc3b: Pull complete 06:17:32 aa168da1d23b: Verifying Checksum 06:17:32 aa168da1d23b: Download complete 06:17:32 93b61091891f: Pull complete 06:17:32 93b9cdb0e59b: Pull complete 06:17:32 5e14af77c1be: Pull complete 06:17:32 01666e4c0597: Pull complete 06:17:39 aa168da1d23b: Pull complete 06:17:39 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 06:17:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:17:39 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 06:17:39 prd-centos7-docker-4c-2g-3983 does not seem to be running inside a container 06:17:39 $ 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-rest-go_PR-87/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-rest-go_PR-87 -v /w/workspace/dgexfoundry_device-rest-go_PR-87:/w/workspace/dgexfoundry_device-rest-go_PR-87:rw,z -v /w/workspace/dgexfoundry_device-rest-go_PR-87@tmp:/w/workspace/dgexfoundry_device-rest-go_PR-87@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 06:17:43 $ docker top c4b68727663914ca9d625c3aa3b4976370ac0cf177a655de46983c05321b701e -eo pid,comm [Pipeline] { [Pipeline] sh 06:17:44 + touch /tmp/pre-build-complete [Pipeline] sh 06:17:44 + mkdir -p /var/log/sa [Pipeline] sh 06:17:45 + ls /var/log/sa-host 06:17:45 + sadf -c /var/log/sa-host/sa10 06:17:45 file_magic: OK 06:17:45 HZ: Using current value: 100 06:17:45 file_header: OK 06:17:45 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 06:17:45 Statistics: 06:17:45 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 06:17:45 File successfully converted to sysstat format version 12.2.1 06:17:45 + sadf -c /var/log/sa-host/sa23 06:17:45 file_magic: OK 06:17:45 HZ: Using current value: 100 06:17:45 file_header: OK 06:17:45 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 06:17:45 Statistics: 06:17:45 Hnuu...uuuununununu... 06:17:45 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:17:45 provisioning config files... 06:17:45 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-rest-go_PR-87@tmp/config7808492348352847318tmp [Pipeline] { [Pipeline] echo 06:17:45 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:17:45 ---> create-netrc.sh [Pipeline] } 06:17:45 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 06:17:45 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 06:17:46 ---> python-tools-install.sh [Pipeline] echo 06:17:46 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:17:46 ---> sudo-logs.sh 06:17:46 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 06:17:46 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:17:47 ---> job-cost.sh 06:17:47 lf-activate-venv: SKIPPING 06:17:47 DEBUG: total: 0.20999999344348907 06:17:47 INFO: Retrieving Stack Cost... 06:17:48 INFO: Retrieving Pricing Info for: v1-standard-2 06:17:48 INFO: Archiving Costs [Pipeline] echo 06:17:48 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:17:48 ---> logs-deploy.sh 06:17:48 lf-activate-venv: SKIPPING 06:17:48 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/PR-87/1 06:17:48 INFO: archiving workspace using pattern(s): 06:17:50 Archives upload complete. 06:17:50 INFO: archiving logs to Nexus 06:17:51 ---> uname -a: 06:17:51 Linux prd-centos7-docker-4c-2g-3983.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 06:17:51 06:17:51 06:17:51 ---> lscpu: 06:17:51 Architecture: x86_64 06:17:51 CPU op-mode(s): 32-bit, 64-bit 06:17:51 Byte Order: Little Endian 06:17:51 Address sizes: 40 bits physical, 48 bits virtual 06:17:51 CPU(s): 4 06:17:51 On-line CPU(s) list: 0-3 06:17:51 Thread(s) per core: 1 06:17:51 Core(s) per socket: 1 06:17:51 Socket(s): 4 06:17:51 NUMA node(s): 1 06:17:51 Vendor ID: GenuineIntel 06:17:51 CPU family: 6 06:17:51 Model: 44 06:17:51 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 06:17:51 Stepping: 1 06:17:51 CPU MHz: 2933.442 06:17:51 BogoMIPS: 5866.88 06:17:51 Virtualization: VT-x 06:17:51 Hypervisor vendor: KVM 06:17:51 Virtualization type: full 06:17:51 L1d cache: 128 KiB 06:17:51 L1i cache: 128 KiB 06:17:51 L2 cache: 16 MiB 06:17:51 L3 cache: 64 MiB 06:17:51 NUMA node0 CPU(s): 0-3 06:17:51 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 06:17:51 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 06:17:51 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 06:17:51 Vulnerability Meltdown: Mitigation; PTI 06:17:51 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 06:17:51 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 06:17:51 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 06:17:51 Vulnerability Srbds: Not affected 06:17:51 Vulnerability Tsx async abort: Not affected 06:17:51 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 06:17:51 06:17:51 06:17:51 ---> nproc: 06:17:51 4 06:17:51 06:17:51 06:17:51 ---> df -h: 06:17:51 Filesystem Size Used Available Use% Mounted on 06:17:51 overlay 50.0G 6.9G 43.1G 14% / 06:17:51 tmpfs 64.0M 0 64.0M 0% /dev 06:17:51 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 06:17:51 shm 64.0M 0 64.0M 0% /dev/shm 06:17:51 /dev/vda1 50.0G 6.9G 43.1G 14% /facter-os 06:17:51 /dev/vda1 50.0G 6.9G 43.1G 14% /etc/resolv.conf 06:17:51 /dev/vda1 50.0G 6.9G 43.1G 14% /etc/hostname 06:17:51 /dev/vda1 50.0G 6.9G 43.1G 14% /etc/hosts 06:17:51 /dev/vda1 50.0G 6.9G 43.1G 14% /var/log/auth.log 06:17:51 /dev/vda1 50.0G 6.9G 43.1G 14% /run/cloud-init/result.json 06:17:51 /dev/vda1 50.0G 6.9G 43.1G 14% /w/workspace/dgexfoundry_device-rest-go_PR-87 06:17:51 /dev/vda1 50.0G 6.9G 43.1G 14% /w/workspace/dgexfoundry_device-rest-go_PR-87@tmp 06:17:51 /dev/vda1 50.0G 6.9G 43.1G 14% /var/log/sa-host 06:17:51 /dev/vda1 50.0G 6.9G 43.1G 14% /var/log/secure 06:17:51 06:17:51 06:17:51 ---> free -m: 06:17:51 total used free shared buff/cache available 06:17:51 Mem: 1837 715 108 0 1013 1017 06:17:51 Swap: 1023 1 1022 06:17:51 06:17:51 06:17:51 ---> ip addr: 06:17:51 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 06:17:51 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 06:17:51 inet 127.0.0.1/8 scope host lo 06:17:51 valid_lft forever preferred_lft forever 06:17:51 inet6 ::1/128 scope host 06:17:51 valid_lft forever preferred_lft forever 06:17:51 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 06:17:51 link/ether fa:16:3e:2a:3e:d5 brd ff:ff:ff:ff:ff:ff 06:17:51 inet 10.30.123.94/23 brd 10.30.123.255 scope global dynamic eth0 06:17:51 valid_lft 85183sec preferred_lft 85183sec 06:17:51 inet6 fe80::f816:3eff:fe2a:3ed5/64 scope link 06:17:51 valid_lft forever preferred_lft forever 06:17:51 3: docker0: mtu 1500 qdisc noqueue state DOWN 06:17:51 link/ether 02:42:d1:43:bd:29 brd ff:ff:ff:ff:ff:ff 06:17:51 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 06:17:51 valid_lft forever preferred_lft forever 06:17:51 inet6 fe80::42:d1ff:fe43:bd29/64 scope link 06:17:51 valid_lft forever preferred_lft forever 06:17:51 06:17:51 06:17:51 ---> sar -b -r -n DEV: 06:17:51 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/10/21 _x86_64_ (4 CPU) 06:17:51 06:17:51 05:57:23 LINUX RESTART (4 CPU) 06:17:51 06:17:51 05:58:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 06:17:51 05:59:01 50.90 14.69 36.21 0.00 4634.18 3797.95 0.00 06:17:51 06:00:01 1.78 0.00 1.78 0.00 0.00 33.17 0.00 06:17:51 06:01:01 0.27 0.02 0.25 0.00 0.13 2.71 0.00 06:17:51 06:02:01 0.42 0.08 0.33 0.00 1.60 4.74 0.00 06:17:51 06:03:01 0.25 0.00 0.25 0.00 0.00 2.98 0.00 06:17:51 06:04:01 0.32 0.00 0.32 0.00 0.00 4.33 0.00 06:17:51 06:05:01 0.18 0.00 0.18 0.00 0.00 2.02 0.00 06:17:51 06:06:01 0.20 0.00 0.20 0.00 0.00 1.80 0.00 06:17:51 06:07:01 0.28 0.00 0.28 0.00 0.00 3.08 0.00 06:17:51 06:08:01 0.23 0.00 0.23 0.00 0.00 2.85 0.00 06:17:51 06:09:01 0.20 0.00 0.20 0.00 0.00 2.01 0.00 06:17:51 06:10:01 0.13 0.00 0.13 0.00 0.00 2.15 0.00 06:17:51 06:11:01 0.18 0.00 0.18 0.00 0.00 2.30 0.00 06:17:51 06:12:01 0.28 0.00 0.28 0.00 0.00 3.20 0.00 06:17:51 06:13:01 0.45 0.20 0.25 0.00 6.26 3.10 0.00 06:17:51 06:14:01 0.82 0.00 0.82 0.00 0.00 14.98 0.00 06:17:51 06:15:01 0.20 0.00 0.20 0.00 0.00 1.75 0.00 06:17:51 06:16:01 0.23 0.00 0.23 0.00 0.00 3.07 0.00 06:17:51 06:17:01 0.22 0.00 0.22 0.00 0.00 3.11 0.00 06:17:51 Average: 2.99 0.78 2.21 0.00 240.68 201.82 0.00 06:17:51 06:17:51 05:58:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 06:17:51 05:59:01 128504 0 605532 32.18 2620 1144888 1103256 37.65 431648 1122132 128 06:17:51 06:00:01 129596 0 604432 32.12 2620 1144896 1090248 37.21 433860 1119448 12 06:17:51 06:01:01 129996 0 604028 32.10 2620 1144900 1082444 36.94 438368 1114608 8 06:17:51 06:02:01 130648 0 603252 32.06 2620 1145024 1080476 36.87 437768 1114672 12 06:17:51 06:03:01 130340 0 603556 32.08 2620 1145028 1080560 36.88 435264 1117864 20 06:17:51 06:04:01 130676 0 603212 32.06 2620 1145036 1080524 36.88 435064 1117864 20 06:17:51 06:05:01 130228 0 603660 32.08 2620 1145036 1080476 36.87 434952 1117864 12 06:17:51 06:06:01 130768 0 603112 32.05 2620 1145044 1080476 36.87 434876 1117864 8 06:17:51 06:07:01 130524 0 603352 32.07 2620 1145048 1080476 36.87 434800 1117864 16 06:17:51 06:08:01 129720 0 604148 32.11 2620 1145056 1080560 36.88 435588 1117868 16 06:17:51 06:09:01 127536 0 606332 32.23 2620 1145056 1080596 36.88 438220 1117864 20 06:17:51 06:10:01 126040 0 607824 32.30 2620 1145060 1080664 36.88 439552 1117864 16 06:17:51 06:11:01 126812 0 607044 32.26 2620 1145068 1080544 36.88 438896 1117864 16 06:17:51 06:12:01 126672 0 607184 32.27 2620 1145068 1080544 36.88 438928 1117864 8 06:17:51 06:13:01 125348 0 608472 32.34 2620 1145104 1080628 36.88 439732 1117880 20 06:17:51 06:14:01 125780 0 608036 32.32 2620 1145108 1080544 36.88 439520 1117880 12 06:17:51 06:15:01 125912 0 607900 32.31 2620 1145112 1080544 36.88 439540 1117880 16 06:17:51 06:16:01 125788 0 608020 32.31 2620 1145116 1080544 36.88 439628 1117880 16 06:17:51 06:17:01 125608 0 608192 32.32 2620 1145124 1080544 36.88 439600 1117884 8 06:17:51 Average: 128237 0 605647 32.19 2620 1145041 1082350 36.94 437148 1117837 20 06:17:51 06:17:51 05:58:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 06:17:51 05:59:01 eth0 357.09 274.97 944.58 63.89 0.00 0.00 0.00 0.00 06:17:51 05:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:17:51 05:59:01 docker0 57.46 40.25 4.31 135.84 0.00 0.00 0.00 0.00 06:17:51 06:00:01 eth0 0.58 0.23 0.27 0.19 0.00 0.00 0.00 0.00 06:17:51 06:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:17:51 06:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:17:51 06:01:01 eth0 0.15 0.05 0.01 0.03 0.00 0.00 0.00 0.00 06:17:51 06:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:17:51 06:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:17:51 06:02:01 eth0 0.13 0.05 0.01 0.00 0.00 0.00 0.00 0.00 06:17:51 06:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:17:51 06:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:17:51 06:03:01 eth0 0.33 0.17 0.09 0.04 0.00 0.00 0.00 0.00 06:17:51 06:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:17:51 06:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:17:51 06:04:01 eth0 0.25 0.12 0.07 0.04 0.00 0.00 0.00 0.00 06:17:51 06:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:17:51 06:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:17:51 06:05:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 06:17:51 06:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:17:51 06:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:17:51 06:06:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 06:17:51 06:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:17:51 06:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:17:51 06:07:01 eth0 0.22 0.10 0.01 0.01 0.00 0.00 0.00 0.00 06:17:51 06:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:17:51 06:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:17:51 06:08:01 eth0 7.66 0.15 0.69 0.04 0.00 0.00 0.00 0.00 06:17:51 06:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:17:51 06:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:17:51 06:09:01 eth0 11.34 0.97 2.01 0.78 0.00 0.00 0.00 0.00 06:17:51 06:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:17:51 06:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:17:51 06:10:01 eth0 1.22 0.57 0.55 0.40 0.00 0.00 0.00 0.00 06:17:51 06:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:17:51 06:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:17:51 06:11:01 eth0 0.37 0.10 0.02 0.04 0.00 0.00 0.00 0.00 06:17:51 06:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:17:51 06:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:17:51 06:12:01 eth0 0.18 0.07 0.01 0.00 0.00 0.00 0.00 0.00 06:17:51 06:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:17:51 06:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:17:51 06:13:01 eth0 0.45 0.15 0.15 0.07 0.00 0.00 0.00 0.00 06:17:51 06:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:17:51 06:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:17:51 06:14:01 eth0 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 06:17:51 06:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:17:51 06:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:17:51 06:15:01 eth0 0.18 0.10 0.01 0.01 0.00 0.00 0.00 0.00 06:17:51 06:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:17:51 06:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:17:51 06:16:01 eth0 0.23 0.08 0.01 0.01 0.00 0.00 0.00 0.00 06:17:51 06:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:17:51 06:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:17:51 06:17:01 eth0 0.32 0.08 0.02 0.01 0.00 0.00 0.00 0.00 06:17:51 06:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:17:51 06:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:17:51 Average: eth0 19.78 14.43 49.18 3.40 0.00 0.00 0.00 0.00 06:17:51 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:17:51 Average: docker0 2.98 2.09 0.22 7.04 0.00 0.00 0.00 0.00 06:17:51 06:17:51 06:17:51 ---> sar -P ALL: 06:17:51 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/10/21 _x86_64_ (4 CPU) 06:17:51 06:17:51 05:57:23 LINUX RESTART (4 CPU) 06:17:51 06:17:51 05:58:01 CPU %user %nice %system %iowait %steal %idle 06:17:51 05:59:01 all 7.15 0.00 3.24 1.19 0.25 88.18 06:17:51 05:59:01 0 8.20 0.00 3.61 0.71 0.24 87.24 06:17:51 05:59:01 1 7.65 0.00 2.97 0.45 0.22 88.71 06:17:51 05:59:01 2 6.77 0.00 2.75 1.79 0.21 88.49 06:17:51 05:59:01 3 5.99 0.00 3.61 1.82 0.31 88.26 06:17:51 06:00:01 all 0.20 0.00 0.07 0.00 0.01 99.71 06:17:51 06:00:01 0 0.07 0.00 0.07 0.00 0.02 99.85 06:17:51 06:00:01 1 0.57 0.00 0.08 0.00 0.00 99.35 06:17:51 06:00:01 2 0.10 0.00 0.08 0.00 0.00 99.82 06:17:51 06:00:01 3 0.07 0.00 0.07 0.00 0.03 99.83 06:17:51 06:01:01 all 0.18 0.00 0.05 0.00 0.00 99.78 06:17:51 06:01:01 0 0.03 0.00 0.03 0.00 0.00 99.93 06:17:51 06:01:01 1 0.53 0.00 0.05 0.00 0.00 99.42 06:17:51 06:01:01 2 0.10 0.00 0.05 0.00 0.00 99.85 06:17:51 06:01:01 3 0.05 0.00 0.05 0.00 0.00 99.90 06:17:51 06:02:01 all 0.15 0.00 0.05 0.00 0.00 99.80 06:17:51 06:02:01 0 0.03 0.00 0.03 0.00 0.00 99.93 06:17:51 06:02:01 1 0.53 0.00 0.05 0.00 0.02 99.40 06:17:51 06:02:01 2 0.05 0.00 0.08 0.00 0.00 99.87 06:17:51 06:02:01 3 0.00 0.00 0.02 0.00 0.00 99.98 06:17:51 06:03:01 all 0.17 0.00 0.03 0.00 0.00 99.80 06:17:51 06:03:01 0 0.03 0.00 0.03 0.00 0.00 99.93 06:17:51 06:03:01 1 0.53 0.00 0.03 0.00 0.00 99.43 06:17:51 06:03:01 2 0.05 0.00 0.03 0.00 0.00 99.92 06:17:51 06:03:01 3 0.05 0.00 0.03 0.00 0.00 99.92 06:17:51 06:04:01 all 0.15 0.00 0.03 0.00 0.00 99.81 06:17:51 06:04:01 0 0.05 0.00 0.03 0.00 0.00 99.92 06:17:51 06:04:01 1 0.03 0.00 0.03 0.00 0.00 99.93 06:17:51 06:04:01 2 0.02 0.00 0.02 0.00 0.00 99.97 06:17:51 06:04:01 3 0.52 0.00 0.05 0.00 0.00 99.43 06:17:51 06:05:01 all 0.16 0.00 0.03 0.00 0.01 99.80 06:17:51 06:05:01 0 0.03 0.00 0.05 0.00 0.02 99.90 06:17:51 06:05:01 1 0.05 0.00 0.02 0.00 0.00 99.93 06:17:51 06:05:01 2 0.05 0.00 0.03 0.00 0.02 99.90 06:17:51 06:05:01 3 0.52 0.00 0.03 0.00 0.00 99.45 06:17:51 06:06:01 all 0.10 0.00 0.03 0.00 0.00 99.87 06:17:51 06:06:01 0 0.03 0.00 0.05 0.00 0.00 99.92 06:17:51 06:06:01 1 0.03 0.00 0.02 0.00 0.00 99.95 06:17:51 06:06:01 2 0.05 0.00 0.03 0.00 0.00 99.92 06:17:51 06:06:01 3 0.30 0.00 0.02 0.00 0.00 99.68 06:17:51 06:07:01 all 0.15 0.00 0.05 0.00 0.00 99.80 06:17:51 06:07:01 0 0.02 0.00 0.02 0.00 0.00 99.97 06:17:51 06:07:01 1 0.03 0.00 0.07 0.00 0.00 99.90 06:17:51 06:07:01 2 0.08 0.00 0.03 0.00 0.00 99.88 06:17:51 06:07:01 3 0.48 0.00 0.07 0.00 0.02 99.43 06:17:51 06:08:01 all 0.15 0.00 0.04 0.00 0.01 99.80 06:17:51 06:08:01 0 0.18 0.00 0.02 0.00 0.00 99.80 06:17:51 06:08:01 1 0.07 0.00 0.07 0.00 0.02 99.85 06:17:51 06:08:01 2 0.03 0.00 0.03 0.00 0.02 99.92 06:17:51 06:08:01 3 0.32 0.00 0.03 0.00 0.00 99.65 06:17:51 06:09:01 all 0.16 0.00 0.05 0.00 0.10 99.69 06:17:51 06:09:01 0 0.42 0.00 0.07 0.00 0.12 99.40 06:17:51 06:09:01 1 0.12 0.00 0.05 0.00 0.08 99.75 06:17:51 06:09:01 2 0.05 0.00 0.03 0.00 0.08 99.83 06:17:51 06:09:01 3 0.07 0.00 0.05 0.00 0.12 99.77 06:17:51 06:17:51 06:09:01 CPU %user %nice %system %iowait %steal %idle 06:17:51 06:10:01 all 0.16 0.00 0.04 0.00 0.03 99.78 06:17:51 06:10:01 0 0.25 0.00 0.02 0.00 0.02 99.72 06:17:51 06:10:01 1 0.33 0.00 0.07 0.00 0.05 99.55 06:17:51 06:10:01 2 0.03 0.00 0.03 0.00 0.02 99.92 06:17:51 06:10:01 3 0.02 0.00 0.03 0.00 0.03 99.92 06:17:51 06:11:01 all 0.15 0.00 0.04 0.00 0.09 99.73 06:17:51 06:11:01 0 0.02 0.00 0.02 0.00 0.05 99.92 06:17:51 06:11:01 1 0.48 0.00 0.03 0.00 0.07 99.42 06:17:51 06:11:01 2 0.05 0.00 0.05 0.00 0.12 99.78 06:17:51 06:11:01 3 0.05 0.00 0.05 0.00 0.12 99.78 06:17:51 06:12:01 all 0.16 0.00 0.04 0.00 0.00 99.80 06:17:51 06:12:01 0 0.02 0.00 0.02 0.00 0.00 99.97 06:17:51 06:12:01 1 0.57 0.00 0.07 0.00 0.00 99.37 06:17:51 06:12:01 2 0.03 0.00 0.03 0.00 0.00 99.93 06:17:51 06:12:01 3 0.02 0.00 0.05 0.00 0.00 99.93 06:17:51 06:13:01 all 0.17 0.00 0.06 0.00 0.01 99.76 06:17:51 06:13:01 0 0.03 0.00 0.05 0.02 0.02 99.88 06:17:51 06:13:01 1 0.53 0.00 0.07 0.00 0.02 99.38 06:17:51 06:13:01 2 0.07 0.00 0.08 0.00 0.00 99.85 06:17:51 06:13:01 3 0.03 0.00 0.05 0.00 0.00 99.92 06:17:51 06:14:01 all 0.16 0.00 0.03 0.00 0.00 99.81 06:17:51 06:14:01 0 0.02 0.00 0.02 0.00 0.00 99.97 06:17:51 06:14:01 1 0.53 0.00 0.02 0.00 0.00 99.45 06:17:51 06:14:01 2 0.07 0.00 0.05 0.00 0.00 99.88 06:17:51 06:14:01 3 0.03 0.00 0.03 0.00 0.00 99.93 06:17:51 06:15:01 all 0.15 0.00 0.03 0.00 0.00 99.82 06:17:51 06:15:01 0 0.00 0.00 0.02 0.00 0.00 99.98 06:17:51 06:15:01 1 0.37 0.00 0.02 0.00 0.00 99.62 06:17:51 06:15:01 2 0.05 0.00 0.03 0.00 0.02 99.90 06:17:51 06:15:01 3 0.17 0.00 0.07 0.00 0.00 99.77 06:17:51 06:16:01 all 0.12 0.00 0.04 0.00 0.00 99.84 06:17:51 06:16:01 0 0.02 0.00 0.02 0.00 0.00 99.97 06:17:51 06:16:01 1 0.05 0.00 0.03 0.00 0.00 99.92 06:17:51 06:16:01 2 0.03 0.00 0.02 0.00 0.00 99.95 06:17:51 06:16:01 3 0.38 0.00 0.10 0.00 0.00 99.52 06:17:51 06:17:01 all 0.08 0.00 0.04 0.00 0.00 99.87 06:17:51 06:17:01 0 0.02 0.00 0.03 0.00 0.00 99.95 06:17:51 06:17:01 1 0.03 0.00 0.03 0.00 0.00 99.93 06:17:51 06:17:01 2 0.03 0.00 0.03 0.00 0.00 99.93 06:17:51 06:17:01 3 0.25 0.00 0.07 0.00 0.00 99.68 06:17:51 Average: all 0.51 0.00 0.20 0.06 0.03 99.20 06:17:51 Average: 0 0.48 0.00 0.21 0.04 0.02 99.24 06:17:51 Average: 1 0.68 0.00 0.19 0.02 0.02 99.08 06:17:51 Average: 2 0.40 0.00 0.18 0.09 0.02 99.31 06:17:51 Average: 3 0.48 0.00 0.23 0.09 0.03 99.16 06:17:51 06:17:51 06:17:51