Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of ernestojeda for edgexfoundry/device-sdk-go Obtained Jenkinsfile from ea5f2fe995444737663861e42b9b0407e76b07bc+8659f99871c0873da8324f2f6a625b509cb242d1 (69d8bb978a1472f36cdf34b95f2794f3c5b4b26a) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-585 in /w/workspace/dgexfoundry_device-sdk-go_PR-725 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_PR-725 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 8659f99871c0873da8324f2f6a625b509cb242d1 into PR head commit ea5f2fe995444737663861e42b9b0407e76b07bc Merge succeeded, producing a8d60f956115993d26ccd83775acbf9de8b4268b Checking out Revision a8d60f956115993d26ccd83775acbf9de8b4268b (PR-725) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/725/head:refs/remotes/origin/PR-725 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ea5f2fe995444737663861e42b9b0407e76b07bc # 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 8659f99871c0873da8324f2f6a625b509cb242d1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a8d60f956115993d26ccd83775acbf9de8b4268b # timeout=10 Commit message: "Merge commit '8659f99871c0873da8324f2f6a625b509cb242d1' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:43:15 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { > git rev-list --no-walk 5158b96cebebe48af021ba8fe4939eb881cc437b # timeout=10 [Pipeline] withCredentials 22:43:15 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:43:15 ========================================================= 22:43:15 EdgeX Global Pipelines Version Info 22:43:15 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:43:17 ------------------- 22:43:17 stable info: 22:43:17 ------------------- 22:43:17 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:43:17 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 22:43:17 Message: update stable to v1.0.186 22:43:18 ------------------- 22:43:18 experimental info: 22:43:18 ------------------- 22:43:18 Commited By: **** collab-it+edgex@linuxfoundation.org 22:43:18 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 22:43:18 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:43:18 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 22:43:18 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 22:43:18 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:43:18 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:43:18 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:43:18 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 22:43:18 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:43:18 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 22:43:18 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 22:43:18 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:43:18 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:43:18 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo 22:43:18 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:43:18 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:43:18 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 22:43:18 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 22:43:18 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 22:43:18 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 22:43:18 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:43:18 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 22:43:18 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 22:43:18 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 22:43:18 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 22:43:18 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 22:43:18 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 22:43:19 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 22:43:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-725 [Pipeline] echo 22:43:19 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-725 [Pipeline] echo 22:43:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-725 [Pipeline] echo 22:43:19 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a8d60f956115993d26ccd83775acbf9de8b4268b [Pipeline] echo 22:43:19 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a8d60f9 [Pipeline] echo 22:43:19 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:43:19 provisioning config files... 22:43:19 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/config1530354135983209736tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:43:19 ---> docker-login.sh 22:43:19 nexus3.edgexfoundry.org:10001 22:43:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:43:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:43:20 Configure a credential helper to remove this warning. See 22:43:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:43:20 22:43:20 Login Succeeded 22:43:20 nexus3.edgexfoundry.org:10002 22:43:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:43:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:43:20 Configure a credential helper to remove this warning. See 22:43:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:43:20 22:43:20 Login Succeeded 22:43:20 nexus3.edgexfoundry.org:10003 22:43:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:43:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:43:20 Configure a credential helper to remove this warning. See 22:43:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:43:20 22:43:20 Login Succeeded 22:43:20 nexus3.edgexfoundry.org:10004 22:43:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:43:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:43:20 Configure a credential helper to remove this warning. See 22:43:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:43:20 22:43:20 Login Succeeded 22:43:20 docker.io 22:43:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:43:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:43:20 Configure a credential helper to remove this warning. See 22:43:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:43:20 22:43:20 Login Succeeded 22:43:20 ---> docker-login.sh ends [Pipeline] } 22:43: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 22:43:21 + git log --format=format:%s -1 a8d60f956115993d26ccd83775acbf9de8b4268b [Pipeline] echo 22:43:21 GIT_COMMIT: a8d60f956115993d26ccd83775acbf9de8b4268b, Commit Message: Merge commit '8659f99871c0873da8324f2f6a625b509cb242d1' into HEAD [Pipeline] echo 22:43:21 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 22:43:21 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:43:21 22:43:21 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:43:22 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:43:22 latest: Pulling from edgex-devops/git-semver 22:43:22 31603596830f: Pulling fs layer 22:43:22 2a8b12db71e7: Pulling fs layer 22:43:22 6ca5941a6612: Pulling fs layer 22:43:22 ecc8261a40a4: Pulling fs layer 22:43:22 ecc8261a40a4: Waiting 22:43:22 2a8b12db71e7: Verifying Checksum 22:43:22 2a8b12db71e7: Download complete 22:43:22 31603596830f: Verifying Checksum 22:43:22 31603596830f: Download complete 22:43:22 6ca5941a6612: Verifying Checksum 22:43:22 6ca5941a6612: Download complete 22:43:22 ecc8261a40a4: Verifying Checksum 22:43:22 ecc8261a40a4: Download complete 22:43:22 31603596830f: Pull complete 22:43:22 2a8b12db71e7: Pull complete 22:43:23 6ca5941a6612: Pull complete 22:43:24 ecc8261a40a4: Pull complete 22:43:24 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 22:43:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:43:24 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:43:24 prd-centos7-docker-4c-2g-585 does not seem to be running inside a container 22:43:24 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-725 -v /w/workspace/dgexfoundry_device-sdk-go_PR-725:/w/workspace/dgexfoundry_device-sdk-go_PR-725:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:43:26 $ docker top bea80b49b82c5defa5b8700f5e08b69421fc0a7c06610efd68c419222a1d24c9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:43:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:43:26 [ssh-agent] Looking for ssh-agent implementation... 22:43:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:43:26 $ docker exec bea80b49b82c5defa5b8700f5e08b69421fc0a7c06610efd68c419222a1d24c9 ssh-agent 22:43:26 SSH_AUTH_SOCK=/tmp/ssh-iupUto63BxM3/agent.12 22:43:26 SSH_AGENT_PID=18 22:43:26 Running ssh-add (command line suppressed) 22:43:26 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_5597764974951626553.key (/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_5597764974951626553.key) 22:43:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:43:27 + git tag --points-at HEAD [Pipeline] } 22:43:27 $ docker exec --env ******** --env ******** bea80b49b82c5defa5b8700f5e08b69421fc0a7c06610efd68c419222a1d24c9 ssh-agent -k 22:43:27 unset SSH_AUTH_SOCK; 22:43:27 unset SSH_AGENT_PID; 22:43:27 echo Agent pid 18 killed; 22:43:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:43:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:43:27 [ssh-agent] Looking for ssh-agent implementation... 22:43:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:43:27 $ docker exec bea80b49b82c5defa5b8700f5e08b69421fc0a7c06610efd68c419222a1d24c9 ssh-agent 22:43:27 SSH_AUTH_SOCK=/tmp/ssh-AvFvFxkT39cJ/agent.49 22:43:27 SSH_AGENT_PID=54 22:43:27 Running ssh-add (command line suppressed) 22:43:27 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_5925036966627002633.key (/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_5925036966627002633.key) 22:43:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:43:28 + git semver init 22:43:28 # -> Open(): unable to determine branch for HEAD 22:43:28 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-725/.git 22:43:28 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-725 22:43:28 # $SEMVER_REMOTE_NAME = origin 22:43:28 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:43:28 # $SEMVER_USER_NAME = edgex-jenkins 22:43:28 # $SEMVER_BRANCH = PR-725 22:43:28 # $SEMVER_TEMP = /tmp/semver-270952677 22:43:28 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 22:43:29 # '/tmp/semver-270952677' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-725/.semver' 22:43:29 # -> Force: false 22:43:29 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-725/.semver [Pipeline] } 22:43:29 $ docker exec --env ******** --env ******** bea80b49b82c5defa5b8700f5e08b69421fc0a7c06610efd68c419222a1d24c9 ssh-agent -k 22:43:29 unset SSH_AUTH_SOCK; 22:43:29 unset SSH_AGENT_PID; 22:43:29 echo Agent pid 54 killed; 22:43:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:43:29 + git semver [Pipeline] } 22:43:29 $ docker stop --time=1 bea80b49b82c5defa5b8700f5e08b69421fc0a7c06610efd68c419222a1d24c9 22:43:31 $ docker rm -f bea80b49b82c5defa5b8700f5e08b69421fc0a7c06610efd68c419222a1d24c9 [Pipeline] // withDockerContainer [Pipeline] sh 22:43:31 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:43:32 Stashed 1 file(s) [Pipeline] echo 22:43:32 [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 22:43:47 Still waiting to schedule task 22:43:47 ‘prd-centos7-blackbox-4c-2g-542’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-587’ is offline; ‘prd-centos7-docker-4c-2g-588’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-586’ doesn’t have label ‘centos7-docker-4c-2g’ 22:43:47 Still waiting to schedule task 22:43:47 ‘prd-ubuntu18.04-docker-arm64-4c-16g-586’ is offline 22:45:20 Running on prd-centos7-docker-4c-2g-589 in /w/workspace/dgexfoundry_device-sdk-go_PR-725 [Pipeline] { [Pipeline] ws 22:45:20 Running in /w/workspace/device-sdk-go/36 [Pipeline] { [Pipeline] checkout 22:45:30 using credential edgex-jenkins-ssh 22:45:30 Cloning the remote Git repository 22:45:30 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 22:45:30 > git init /w/workspace/device-sdk-go/36 # timeout=10 22:45:30 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 22:45:30 > git --version # timeout=10 22:45:31 > git --version # 'git version 2.24.3' 22:45:31 using GIT_SSH to set credentials SSH Credentials for GitHub 22:45:31 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:45:32 Merging remotes/origin/master commit 8659f99871c0873da8324f2f6a625b509cb242d1 into PR head commit ea5f2fe995444737663861e42b9b0407e76b07bc 22:45:32 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 22:45:32 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:45:32 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 22:45:32 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 22:45:32 using GIT_SSH to set credentials SSH Credentials for GitHub 22:45:32 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/725/head:refs/remotes/origin/PR-725 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:45:32 > git config core.sparsecheckout # timeout=10 22:45:33 > git checkout -f ea5f2fe995444737663861e42b9b0407e76b07bc # timeout=10 22:45:33 Merge succeeded, producing 58f324f828991ce068bcc0ee781b845bc63627f9 22:45:33 Checking out Revision 58f324f828991ce068bcc0ee781b845bc63627f9 (PR-725) 22:45:33 > git remote # timeout=10 22:45:33 > git config --get remote.origin.url # timeout=10 22:45:33 using GIT_SSH to set credentials SSH Credentials for GitHub 22:45:33 > git merge 8659f99871c0873da8324f2f6a625b509cb242d1 # timeout=10 22:45:33 > git rev-parse HEAD^{commit} # timeout=10 22:45:33 > git config core.sparsecheckout # timeout=10 22:45:33 > git checkout -f 58f324f828991ce068bcc0ee781b845bc63627f9 # timeout=10 22:45:38 Commit message: "Merge commit '8659f99871c0873da8324f2f6a625b509cb242d1' into HEAD" 22:45:38 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:45:38 > git rev-list --no-walk 5158b96cebebe48af021ba8fe4939eb881cc437b # timeout=10 22:45:40 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 22:45:41 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:45:41 + true 22:45:41 + sudo service docker restart 22:45:41 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:45:42 provisioning config files... 22:45:42 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/36@tmp/config3058949519745562833tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:45:43 ---> docker-login.sh 22:45:43 nexus3.edgexfoundry.org:10001 22:45:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:45:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:45:45 Configure a credential helper to remove this warning. See 22:45:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:45:45 22:45:45 Login Succeeded 22:45:45 nexus3.edgexfoundry.org:10002 22:45:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:45:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:45:45 Configure a credential helper to remove this warning. See 22:45:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:45:45 22:45:45 Login Succeeded 22:45:45 nexus3.edgexfoundry.org:10003 22:45:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:45:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:45:46 Configure a credential helper to remove this warning. See 22:45:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:45:46 22:45:46 Login Succeeded 22:45:46 nexus3.edgexfoundry.org:10004 22:45:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:45:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:45:46 Configure a credential helper to remove this warning. See 22:45:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:45:46 22:45:46 Login Succeeded 22:45:46 docker.io 22:45:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:45:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:45:47 Configure a credential helper to remove this warning. See 22:45:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:45:47 22:45:47 Login Succeeded 22:45:47 ---> docker-login.sh ends [Pipeline] } 22:45:47 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:45:48 ========================================================= 22:45:48 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 22:45:48 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:45:48 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 22:45:48 Sending build context to Docker daemon 2.46MB 22:45:48 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 22:45:48 Step 2/8 : FROM ${BASE} 22:45:49 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 22:45:49 188c0c94c7c5: Pulling fs layer 22:45:49 0ef7d3d256c8: Pulling fs layer 22:45:49 de9db76c5a1d: Pulling fs layer 22:45:49 bca2f99d35d6: Pulling fs layer 22:45:49 93359f2a8cfa: Pulling fs layer 22:45:49 7c6f9722023f: Pulling fs layer 22:45:49 a35cf1a2eb13: Pulling fs layer 22:45:49 bca2f99d35d6: Waiting 22:45:49 7c6f9722023f: Waiting 22:45:49 a35cf1a2eb13: Waiting 22:45:49 93359f2a8cfa: Waiting 22:45:49 de9db76c5a1d: Verifying Checksum 22:45:49 de9db76c5a1d: Download complete 22:45:49 0ef7d3d256c8: Verifying Checksum 22:45:49 0ef7d3d256c8: Download complete 22:45:49 93359f2a8cfa: Verifying Checksum 22:45:49 93359f2a8cfa: Download complete 22:45:49 7c6f9722023f: Verifying Checksum 22:45:49 7c6f9722023f: Download complete 22:45:49 188c0c94c7c5: Verifying Checksum 22:45:49 188c0c94c7c5: Download complete 22:45:50 188c0c94c7c5: Pull complete 22:45:51 0ef7d3d256c8: Pull complete 22:45:51 de9db76c5a1d: Pull complete 22:45:56 a35cf1a2eb13: Verifying Checksum 22:45:56 a35cf1a2eb13: Download complete 22:45:57 bca2f99d35d6: Verifying Checksum 22:45:57 bca2f99d35d6: Download complete 22:46:12 bca2f99d35d6: Pull complete 22:46:12 93359f2a8cfa: Pull complete 22:46:12 7c6f9722023f: Pull complete 22:46:24 a35cf1a2eb13: Pull complete 22:46:24 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 22:46:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 22:46:24 ---> a62c8e92a672 22:46:24 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 22:46:24 ---> Running in 763daedb0d45 22:46:24 Removing intermediate container 763daedb0d45 22:46:24 ---> d59ebcf20666 22:46:24 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:46:24 ---> Running in 6cb9a1a86d87 22:46:27 Removing intermediate container 6cb9a1a86d87 22:46:27 ---> 01967fc863c0 22:46:27 Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev 22:46:27 ---> Running in 762f74c4f932 22:46:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:46:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:46:31 (1/6) Installing libc-dev (0.7.2-r3) 22:46:31 (2/6) Installing libsodium (1.0.18-r0) 22:46:31 (3/6) Installing pkgconf (1.7.2-r0) 22:46:31 (4/6) Installing libsodium-dev (1.0.18-r0) 22:46:31 (5/6) Installing libzmq (4.3.3-r0) 22:46:31 (6/6) Installing zeromq-dev (4.3.3-r0) 22:46:31 Executing busybox-1.31.1-r19.trigger 22:46:31 OK: 167 MiB in 45 packages 22:46:33 Removing intermediate container 762f74c4f932 22:46:33 ---> 69825b97ff78 22:46:33 Step 6/8 : WORKDIR /device-sdk-go 22:46:33 ---> Running in ae55872d5459 22:46:33 Removing intermediate container ae55872d5459 22:46:33 ---> 62cb17dcac49 22:46:33 Step 7/8 : COPY . . 22:46:36 ---> 3f77b0a6f483 22:46:36 Step 8/8 : RUN go mod download 22:46:36 ---> Running in fa53e0cd6f33 22:47:04 Running on prd-ubuntu18.04-docker-arm64-4c-16g-593 in /w/workspace/dgexfoundry_device-sdk-go_PR-725 [Pipeline] { [Pipeline] ws 22:47:04 Running in /w/workspace/device-sdk-go/36 [Pipeline] { [Pipeline] checkout 22:47:10 using credential edgex-jenkins-ssh 22:47:10 Cloning the remote Git repository 22:47:10 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 22:47:10 > git init /w/workspace/device-sdk-go/36 # timeout=10 22:47:10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 22:47:11 > git --version # timeout=10 22:47:11 > git --version # 'git version 2.17.1' 22:47:11 using GIT_SSH to set credentials SSH Credentials for GitHub 22:47:11 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:47:12 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 22:47:12 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:47:12 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 22:47:12 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 22:47:12 using GIT_SSH to set credentials SSH Credentials for GitHub 22:47:12 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/725/head:refs/remotes/origin/PR-725 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:47:13 Merging remotes/origin/master commit 8659f99871c0873da8324f2f6a625b509cb242d1 into PR head commit ea5f2fe995444737663861e42b9b0407e76b07bc 22:47:13 Merge succeeded, producing 6a4a9a2c5e4beb2581d98ca462f69e8bf9bb3049 22:47:13 Checking out Revision 6a4a9a2c5e4beb2581d98ca462f69e8bf9bb3049 (PR-725) 22:47:13 > git config core.sparsecheckout # timeout=10 22:47:13 > git checkout -f ea5f2fe995444737663861e42b9b0407e76b07bc # timeout=10 22:47:13 > git remote # timeout=10 22:47:13 > git config --get remote.origin.url # timeout=10 22:47:13 using GIT_SSH to set credentials SSH Credentials for GitHub 22:47:13 > git merge 8659f99871c0873da8324f2f6a625b509cb242d1 # timeout=10 22:47:13 > git rev-parse HEAD^{commit} # timeout=10 22:47:13 > git config core.sparsecheckout # timeout=10 22:47:13 > git checkout -f 6a4a9a2c5e4beb2581d98ca462f69e8bf9bb3049 # timeout=10 22:47:16 Removing intermediate container fa53e0cd6f33 22:47:16 ---> e4dac405ee0e 22:47:16 Successfully built e4dac405ee0e 22:47:16 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 22:47:17 + docker inspect -f . ci-base-image-x86_64 22:47:17 . [Pipeline] withDockerContainer 22:47:17 Commit message: "Merge commit '8659f99871c0873da8324f2f6a625b509cb242d1' into HEAD" 22:47:17 First time build. Skipping changelog. 22:47:18 prd-centos7-docker-4c-2g-589 does not seem to be running inside a container 22:47:17 > git rev-list --no-walk 5158b96cebebe48af021ba8fe4939eb881cc437b # timeout=10 22:47:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/36 -v /w/workspace/device-sdk-go/36:/w/workspace/device-sdk-go/36:rw,z -v /w/workspace/device-sdk-go/36@tmp:/w/workspace/device-sdk-go/36@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:47:21 $ docker top 62f7af7b64a8921de3e8a4c414719f79ce3962de04d25d662dffa246764294a5 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:47:22 + go version 22:47:22 go version go1.15.5 linux/amd64 [Pipeline] } 22:47:22 $ docker stop --time=1 62f7af7b64a8921de3e8a4c414719f79ce3962de04d25d662dffa246764294a5 22:47:23 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json 22:47:24 $ docker rm -f 62f7af7b64a8921de3e8a4c414719f79ce3962de04d25d662dffa246764294a5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:47:24 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:47:25 + docker inspect -f . ci-base-image-x86_64 22:47:25 + true 22:47:25 + sudo service docker restart 22:47:25 . [Pipeline] withDockerContainer 22:47:25 prd-centos7-docker-4c-2g-589 does not seem to be running inside a container 22:47:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/36 -v /w/workspace/device-sdk-go/36:/w/workspace/device-sdk-go/36:rw,z -v /w/workspace/device-sdk-go/36@tmp:/w/workspace/device-sdk-go/36@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:47:27 $ docker top a61bd9b48889a3a97976acade2d5c32a86ba3a2ad4f1de9c817a53ce005e0c32 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] wrap 22:47:28 provisioning config files... 22:47:28 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/36@tmp/config7622141058076683185tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:47:28 + make test 22:47:28 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 22:47:28 ---> docker-login.sh 22:47:28 nexus3.edgexfoundry.org:10001 22:47:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:47:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:47:30 Configure a credential helper to remove this warning. See 22:47:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:47:30 22:47:30 Login Succeeded 22:47:30 nexus3.edgexfoundry.org:10002 22:47:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:47:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:47:30 Configure a credential helper to remove this warning. See 22:47:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:47:30 22:47:30 Login Succeeded 22:47:30 nexus3.edgexfoundry.org:10003 22:47:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:47:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:47:31 Configure a credential helper to remove this warning. See 22:47:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:47:31 22:47:31 Login Succeeded 22:47:31 nexus3.edgexfoundry.org:10004 22:47:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:47:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:47:31 Configure a credential helper to remove this warning. See 22:47:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:47:31 22:47:31 Login Succeeded 22:47:31 docker.io 22:47:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:47:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:47:32 Configure a credential helper to remove this warning. See 22:47:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:47:32 22:47:32 Login Succeeded 22:47:32 ---> docker-login.sh ends [Pipeline] } 22:47:32 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:47:32 ========================================================= 22:47:32 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 22:47:32 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:47:32 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 22:47:33 Sending build context to Docker daemon 2.459MB 22:47:33 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 22:47:33 Step 2/8 : FROM ${BASE} 22:47:33 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:47:33 5f621e34cdf4: Pulling fs layer 22:47:33 a4357932f1b6: Pulling fs layer 22:47:33 18c013af1878: Pulling fs layer 22:47:33 00ac8860ef70: Pulling fs layer 22:47:33 63d7cb157983: Pulling fs layer 22:47:33 00ac8860ef70: Waiting 22:47:33 63d7cb157983: Waiting 22:47:33 b116817d02f9: Pulling fs layer 22:47:33 745a02a5169b: Pulling fs layer 22:47:33 b116817d02f9: Waiting 22:47:33 745a02a5169b: Waiting 22:47:33 18c013af1878: Verifying Checksum 22:47:33 18c013af1878: Download complete 22:47:33 a4357932f1b6: Verifying Checksum 22:47:33 a4357932f1b6: Download complete 22:47:33 63d7cb157983: Verifying Checksum 22:47:33 63d7cb157983: Download complete 22:47:33 b116817d02f9: Verifying Checksum 22:47:33 b116817d02f9: Download complete 22:47:33 5f621e34cdf4: Download complete 22:47:34 5f621e34cdf4: Pull complete 22:47:34 a4357932f1b6: Pull complete 22:47:35 18c013af1878: Pull complete 22:47:35 745a02a5169b: Verifying Checksum 22:47:35 745a02a5169b: Download complete 22:47:36 00ac8860ef70: Verifying Checksum 22:47:36 00ac8860ef70: Download complete 22:47:47 00ac8860ef70: Pull complete 22:47:47 63d7cb157983: Pull complete 22:47:47 b116817d02f9: Pull complete 22:47:47 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 22:47:51 745a02a5169b: Pull complete 22:47:51 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 22:47:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 22:47:51 ---> b7e6874047d6 22:47:51 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 22:47:54 ---> Running in 146014f38c60 22:47:54 Removing intermediate container 146014f38c60 22:47:54 ---> c4a462048be5 22:47:54 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:47:54 ---> Running in ac216cf0a329 22:47:57 Removing intermediate container ac216cf0a329 22:47:57 ---> 7bcabe02a744 22:47:57 Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev 22:47:57 ---> Running in 60ef93abfc67 22:47:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:47:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:48:00 (1/6) Installing libc-dev (0.7.2-r3) 22:48:00 (2/6) Installing libsodium (1.0.18-r0) 22:48:00 (3/6) Installing pkgconf (1.7.2-r0) 22:48:00 (4/6) Installing libsodium-dev (1.0.18-r0) 22:48:00 (5/6) Installing libzmq (4.3.3-r0) 22:48:00 (6/6) Installing zeromq-dev (4.3.3-r0) 22:48:00 Executing busybox-1.31.1-r19.trigger 22:48:00 OK: 144 MiB in 45 packages 22:48:01 Removing intermediate container 60ef93abfc67 22:48:01 ---> f3c5b9d5a40b 22:48:01 Step 6/8 : WORKDIR /device-sdk-go 22:48:01 ---> Running in 096d71c97c09 22:48:02 Removing intermediate container 096d71c97c09 22:48:02 ---> 9cd80ed7376c 22:48:02 Step 7/8 : COPY . . 22:48:03 ---> 1a467978a6cb 22:48:03 Step 8/8 : RUN go mod download 22:48:03 ---> Running in 760b4f127866 22:48:28 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 22:48:28 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 22:48:28 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 22:48:28 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 22:48:28 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 22:48:28 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.132s coverage: 28.1% of statements 22:48:28 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.128s coverage: 78.9% of statements 22:48:28 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.104s coverage: 7.8% of statements 22:48:28 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 22:48:28 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 22:48:28 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 22:48:28 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.111s coverage: 32.0% of statements 22:48:28 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 22:48:28 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 22:48:28 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 22:48:30 Removing intermediate container 760b4f127866 22:48:30 ---> f356851cdc04 22:48:30 Successfully built f356851cdc04 22:48:30 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:48:30 + docker inspect -f . ci-base-image-arm64 22:48:30 . [Pipeline] withDockerContainer 22:48:30 prd-ubuntu18.04-docker-arm64-4c-16g-593 does not seem to be running inside a container 22:48:30 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.140s coverage: 57.1% of statements 22:48:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/36 -v /w/workspace/device-sdk-go/36:/w/workspace/device-sdk-go/36:rw,z -v /w/workspace/device-sdk-go/36@tmp:/w/workspace/device-sdk-go/36@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:48:31 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 2.468s coverage: 6.6% of statements 22:48:31 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.059s coverage: 5.0% of statements 22:48:31 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 22:48:32 GO111MODULE=on go vet ./... 22:48:32 $ docker top 5fa9fb7fe85ffb89e123a2feb4a938d69afe47eb6889d14c76e29b4a89e8fac5 -eo pid,comm [Pipeline] { [Pipeline] sh 22:48:33 + go version 22:48:33 go version go1.15.5 linux/arm64 [Pipeline] } 22:48:33 $ docker stop --time=1 5fa9fb7fe85ffb89e123a2feb4a938d69afe47eb6889d14c76e29b4a89e8fac5 22:48:35 $ docker rm -f 5fa9fb7fe85ffb89e123a2feb4a938d69afe47eb6889d14c76e29b4a89e8fac5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:48:36 + docker inspect -f . ci-base-image-arm64 22:48:36 . [Pipeline] withDockerContainer 22:48:36 prd-ubuntu18.04-docker-arm64-4c-16g-593 does not seem to be running inside a container 22:48:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/36 -v /w/workspace/device-sdk-go/36:/w/workspace/device-sdk-go/36:rw,z -v /w/workspace/device-sdk-go/36@tmp:/w/workspace/device-sdk-go/36@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:48:38 $ docker top 1755c0b3cfd94321fbc2a03f6ec7486658f5d595f35194ceea3a83c548304589 -eo pid,comm [Pipeline] { [Pipeline] sh 22:48:38 + make test 22:48:38 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 22:48:59 gofmt -l . 22:48:59 [ "`gofmt -l .`" = "" ] 22:48:59 ./bin/test-attribution-txt.sh 22:48:59 ./bin/test-go-mod-tidy.sh [Pipeline] } 22:49:00 $ docker stop --time=1 a61bd9b48889a3a97976acade2d5c32a86ba3a2ad4f1de9c817a53ce005e0c32 22:49:01 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 22:49:03 $ docker rm -f a61bd9b48889a3a97976acade2d5c32a86ba3a2ad4f1de9c817a53ce005e0c32 [Pipeline] // withDockerContainer [Pipeline] sh 22:49:04 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:49:05 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 22:49:06 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:49:07 + ls -al . 22:49:07 total 188 22:49:07 drwxrwxr-x. 10 jenkins jenkins 4096 Apr 17 22:48 . 22:49:07 drwxrwxr-x. 4 jenkins jenkins 30 Apr 17 22:45 .. 22:49:07 drwxrwxr-x. 2 jenkins jenkins 64 Apr 17 22:45 bin 22:49:07 -rw-r--r--. 1 jenkins jenkins 100116 Apr 17 22:48 coverage.out 22:49:07 -rw-rw-r--. 1 jenkins jenkins 987 Apr 17 22:45 Dockerfile.build 22:49:07 -rw-rw-r--. 1 jenkins jenkins 140 Apr 17 22:45 .dockerignore 22:49:07 drwxrwxr-x. 5 jenkins jenkins 62 Apr 17 22:45 example 22:49:07 drwxrwxr-x. 8 jenkins jenkins 179 Apr 17 22:45 .git 22:49:07 drwxrwxr-x. 2 jenkins jenkins 103 Apr 17 22:45 .github 22:49:07 -rw-rw-r--. 1 jenkins jenkins 138 Apr 17 22:45 .gitignore 22:49:07 -rw-r--r--. 1 jenkins jenkins 574 Apr 17 22:48 go.mod 22:49:07 -rw-r--r--. 1 jenkins jenkins 20735 Apr 17 22:48 go.sum 22:49:07 drwxrwxr-x. 14 jenkins jenkins 207 Apr 17 22:45 internal 22:49:07 -rw-rw-r--. 1 jenkins jenkins 894 Apr 17 22:45 Jenkinsfile 22:49:07 -rw-rw-r--. 1 jenkins jenkins 11341 Apr 17 22:45 LICENSE 22:49:07 -rw-rw-r--. 1 jenkins jenkins 1022 Apr 17 22:45 Makefile 22:49:07 drwxrwxr-x. 4 jenkins jenkins 26 Apr 17 22:45 openapi 22:49:07 drwxrwxr-x. 5 jenkins jenkins 50 Apr 17 22:45 pkg 22:49:07 -rw-rw-r--. 1 jenkins jenkins 5897 Apr 17 22:45 README.md 22:49:07 -rw-rw-r--. 1 jenkins jenkins 6616 Apr 17 22:45 RELEASE-NOTES.txt 22:49:07 drwxrwxr-x. 4 jenkins jenkins 54 Apr 17 22:45 snap 22:49:07 -rw-rw-r--. 1 jenkins jenkins 5 Apr 17 22:43 VERSION 22:49:07 -rw-rw-r--. 1 jenkins jenkins 222 Apr 17 22:45 version.go [Pipeline] isUnix [Pipeline] sh 22:49:07 + docker build -t device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=a8d60f956115993d26ccd83775acbf9de8b4268b --label arch=amd64 --label version=0.0.0 . 22:49:07 Sending build context to Docker daemon 2.561MB 22:49:08 Step 1/23 : ARG BASE=golang:1.15-alpine3.12 22:49:08 Step 2/23 : FROM ${BASE} AS builder 22:49:08 ---> e4dac405ee0e 22:49:08 Step 3/23 : WORKDIR /device-sdk-go 22:49:08 ---> Running in 413e3a59f94c 22:49:09 Removing intermediate container 413e3a59f94c 22:49:09 ---> 95cc1c20bffc 22:49:09 Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 22:49:09 ---> Running in 2e41fefb374e 22:49:10 Removing intermediate container 2e41fefb374e 22:49:10 ---> 679d71badaa9 22:49:10 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:49:10 ---> Running in e6e688ed3014 22:49:11 Removing intermediate container e6e688ed3014 22:49:11 ---> 07af7fa31c25 22:49:11 Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 22:49:11 ---> Running in 1389c11f1a49 22:49:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:49:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:49:13 OK: 167 MiB in 45 packages 22:49:14 Removing intermediate container 1389c11f1a49 22:49:14 ---> a70f11325591 22:49:14 Step 7/23 : COPY . . 22:49:15 ---> 77ef87ee647e 22:49:15 Step 8/23 : RUN go mod download 22:49:15 ---> Running in 5de7c5067847 22:49:20 Removing intermediate container 5de7c5067847 22:49:20 ---> c7180547bf4a 22:49:20 Step 9/23 : RUN make build 22:49:20 ---> Running in f1f6d49c4a95 22:49:21 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 22:49:39 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 22:49:40 Removing intermediate container f1f6d49c4a95 22:49:40 ---> 1acc4416f5b1 22:49:40 Step 10/23 : FROM alpine:3.12 22:49:41 3.12: Pulling from library/alpine 22:49:41 339de151aab4: Pulling fs layer 22:49:41 339de151aab4: Download complete 22:49:42 339de151aab4: Pull complete 22:49:42 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 22:49:42 Status: Downloaded newer image for alpine:3.12 22:49:42 ---> 13621d1b12d4 22:49:42 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 22:49:42 ---> Running in 2a209c8dc187 22:49:42 Removing intermediate container 2a209c8dc187 22:49:42 ---> a311787c4253 22:49:42 Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:49:42 ---> Running in 90516f6023df 22:49:45 Removing intermediate container 90516f6023df 22:49:45 ---> 592c6b8f3a79 22:49:45 Step 13/23 : RUN apk add --update --no-cache zeromq 22:49:45 ---> Running in 8f3744a99dd2 22:49:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:49:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:49:48 (1/5) Installing libgcc (9.3.0-r2) 22:49:48 (2/5) Installing libsodium (1.0.18-r0) 22:49:48 (3/5) Installing libstdc++ (9.3.0-r2) 22:49:49 (4/5) Installing libzmq (4.3.3-r0) 22:49:49 (5/5) Installing zeromq (4.3.3-r0) 22:49:49 Executing busybox-1.31.1-r20.trigger 22:49:49 OK: 8 MiB in 19 packages 22:49:51 Removing intermediate container 8f3744a99dd2 22:49:51 ---> 58e83d76f862 22:49:51 Step 14/23 : WORKDIR / 22:49:51 ---> Running in eb03fa9737d1 22:49:51 Removing intermediate container eb03fa9737d1 22:49:51 ---> de9fa6fcfa11 22:49:51 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 22:49:52 ---> 66893072f093 22:49:52 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 22:49:53 ---> 014df678658f 22:49:53 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 22:49:54 ---> 8478aa55d12f 22:49:54 Step 18/23 : EXPOSE 49990 22:49:54 ---> Running in 18b06e2e81a3 22:49:54 Removing intermediate container 18b06e2e81a3 22:49:54 ---> b48c3f89277f 22:49:54 Step 19/23 : ENTRYPOINT ["/device-simple"] 22:49:54 ---> Running in e3cb1bc5bd1e 22:49:55 Removing intermediate container e3cb1bc5bd1e 22:49:55 ---> 79ea138b9340 22:49:55 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:49:55 ---> Running in 53467bc7de5f 22:49:55 Removing intermediate container 53467bc7de5f 22:49:55 ---> 73b3f971ed2e 22:49:55 Step 21/23 : LABEL arch=amd64 22:49:55 ---> Running in a40e580a7d2b 22:49:56 Removing intermediate container a40e580a7d2b 22:49:56 ---> 2deb33047939 22:49:56 Step 22/23 : LABEL git_sha=a8d60f956115993d26ccd83775acbf9de8b4268b 22:49:56 ---> Running in 4ccd78f71f5d 22:49:56 Removing intermediate container 4ccd78f71f5d 22:49:56 ---> 72fdfb52b57b 22:49:56 Step 23/23 : LABEL version=0.0.0 22:49:56 ---> Running in f2eca7374825 22:49:57 Removing intermediate container f2eca7374825 22:49:57 ---> 1cd568d2f3f3 22:49:57 [Warning] One or more build-args [ARCH MAKE] were not consumed 22:49:57 Successfully built 1cd568d2f3f3 22:49:57 Successfully tagged device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 22:49:57 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 22:49:57 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 22:49:57 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 22:49:57 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 22:49:57 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 22:49:58 ---> job-cost.sh 22:49:58 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-jbgB 22:50:01 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.126s coverage: 28.1% of statements 22:50:01 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.235s coverage: 78.9% of statements 22:50:01 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.161s coverage: 7.8% of statements 22:50:01 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 22:50:01 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 22:50:01 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 22:50:03 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.273s coverage: 32.0% of statements 22:50:03 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 22:50:03 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 22:50:03 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 22:50:07 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.287s coverage: 57.1% of statements 22:50:07 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.402s coverage: 6.6% of statements 22:50:07 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.151s coverage: 5.0% of statements 22:50:07 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 22:50:07 GO111MODULE=on go vet ./... 22:50:25 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 22:50:54 gofmt -l . 22:50:54 [ "`gofmt -l .`" = "" ] 22:50:54 ./bin/test-attribution-txt.sh 22:50:54 ./bin/test-go-mod-tidy.sh [Pipeline] } 22:50:54 $ docker stop --time=1 1755c0b3cfd94321fbc2a03f6ec7486658f5d595f35194ceea3a83c548304589 22:50:56 $ docker rm -f 1755c0b3cfd94321fbc2a03f6ec7486658f5d595f35194ceea3a83c548304589 [Pipeline] // withDockerContainer [Pipeline] sh 22:50:58 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:50:58 Warning: overwriting stash ‘coverage-report’ 22:50:59 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 22:50:59 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:50:59 + ls -al . 22:50:59 total 224 22:50:59 drwxrwxr-x 10 jenkins jenkins 4096 Apr 17 22:50 . 22:50:59 drwxrwxr-x 4 jenkins jenkins 4096 Apr 17 22:47 .. 22:50:59 -rw-rw-r-- 1 jenkins jenkins 140 Apr 17 22:47 .dockerignore 22:50:59 drwxrwxr-x 8 jenkins jenkins 4096 Apr 17 22:47 .git 22:50:59 drwxrwxr-x 2 jenkins jenkins 4096 Apr 17 22:47 .github 22:50:59 -rw-rw-r-- 1 jenkins jenkins 138 Apr 17 22:47 .gitignore 22:50:59 -rw-rw-r-- 1 jenkins jenkins 987 Apr 17 22:47 Dockerfile.build 22:50:59 -rw-rw-r-- 1 jenkins jenkins 894 Apr 17 22:47 Jenkinsfile 22:50:59 -rw-rw-r-- 1 jenkins jenkins 11341 Apr 17 22:47 LICENSE 22:50:59 -rw-rw-r-- 1 jenkins jenkins 1022 Apr 17 22:47 Makefile 22:50:59 -rw-rw-r-- 1 jenkins jenkins 5897 Apr 17 22:47 README.md 22:50:59 -rw-rw-r-- 1 jenkins jenkins 6616 Apr 17 22:47 RELEASE-NOTES.txt 22:50:59 -rw-rw-r-- 1 jenkins jenkins 5 Apr 17 22:43 VERSION 22:50:59 drwxrwxr-x 2 jenkins jenkins 4096 Apr 17 22:47 bin 22:50:59 -rw-r--r-- 1 jenkins jenkins 100116 Apr 17 22:50 coverage.out 22:50:59 drwxrwxr-x 5 jenkins jenkins 4096 Apr 17 22:47 example 22:50:59 -rw-r--r-- 1 jenkins jenkins 574 Apr 17 22:50 go.mod 22:50:59 -rw-r--r-- 1 jenkins jenkins 20735 Apr 17 22:50 go.sum 22:50:59 drwxrwxr-x 14 jenkins jenkins 4096 Apr 17 22:47 internal 22:50:59 drwxrwxr-x 4 jenkins jenkins 4096 Apr 17 22:47 openapi 22:50:59 drwxrwxr-x 5 jenkins jenkins 4096 Apr 17 22:47 pkg 22:50:59 drwxrwxr-x 4 jenkins jenkins 4096 Apr 17 22:47 snap 22:50:59 -rw-rw-r-- 1 jenkins jenkins 222 Apr 17 22:47 version.go [Pipeline] isUnix [Pipeline] sh 22:51:00 + docker build -t device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=a8d60f956115993d26ccd83775acbf9de8b4268b --label arch=arm64 --label version=0.0.0 . 22:51:00 Sending build context to Docker daemon 2.559MB 22:51:00 Step 1/23 : ARG BASE=golang:1.15-alpine3.12 22:51:00 Step 2/23 : FROM ${BASE} AS builder 22:51:00 ---> f356851cdc04 22:51:00 Step 3/23 : WORKDIR /device-sdk-go 22:51:00 ---> Running in d857f2ab9de8 22:51:01 Removing intermediate container d857f2ab9de8 22:51:01 ---> f4ce372dc1d5 22:51:01 Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 22:51:01 ---> Running in 78e16b5dae38 22:51:02 Removing intermediate container 78e16b5dae38 22:51:02 ---> 822082b4fdcd 22:51:02 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:51:02 ---> Running in 5d5aac69ede1 22:51:04 Removing intermediate container 5d5aac69ede1 22:51:04 ---> 4ef89e3ff066 22:51:04 Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 22:51:04 ---> Running in 8faa1551e303 22:51:04 lf-activate-venv(): INFO: Adding /tmp/venv-jbgB/bin to PATH 22:51:04 INFO: No Stack... 22:51:04 INFO: Retrieving Pricing Info for: v1-standard-2 22:51:05 INFO: Archiving Costs 22:51:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] sh 22:51:05 + cat /w/workspace/device-sdk-go/36/archives/cost.csv 22:51:05 + cut -d, -f6 [Pipeline] lock 22:51:05 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-725-36-stack-cost] 22:51:05 Resource [jenkins-edgexfoundry-device-sdk-go-PR-725-36-stack-cost] did not exist. Created. 22:51:05 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-725-36-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:51:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:51:06 + echo total: 0.029999999329447746 [Pipeline] stash 22:51:06 Stashed 1 file(s) [Pipeline] } 22:51:06 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-725-36-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 22:51:07 OK: 144 MiB in 45 packages 22:51:08 Removing intermediate container 8faa1551e303 22:51:08 ---> 932982708613 22:51:08 Step 7/23 : COPY . . 22:51:09 ---> 77012b4f8993 22:51:09 Step 8/23 : RUN go mod download 22:51:09 ---> Running in 538ba20d2c2c 22:51:12 Removing intermediate container 538ba20d2c2c 22:51:12 ---> 08fba43d8dcf 22:51:12 Step 9/23 : RUN make build 22:51:12 ---> Running in 7f1e0c9689e7 22:51:13 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 22:51:45 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 22:51:47 Removing intermediate container 7f1e0c9689e7 22:51:47 ---> e1cd158e02af 22:51:47 Step 10/23 : FROM alpine:3.12 22:51:47 3.12: Pulling from library/alpine 22:51:47 d2f70382dc9a: Pulling fs layer 22:51:47 d2f70382dc9a: Verifying Checksum 22:51:47 d2f70382dc9a: Download complete 22:51:48 d2f70382dc9a: Pull complete 22:51:48 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 22:51:48 Status: Downloaded newer image for alpine:3.12 22:51:48 ---> 9852663dfa18 22:51:48 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 22:51:48 ---> Running in 62bf0e59498b 22:51:49 Removing intermediate container 62bf0e59498b 22:51:49 ---> cf4f58ad13f0 22:51:49 Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:51:49 ---> Running in 3f15b5d00d68 22:51:51 Removing intermediate container 3f15b5d00d68 22:51:51 ---> 099eefca58f7 22:51:51 Step 13/23 : RUN apk add --update --no-cache zeromq 22:51:51 ---> Running in 5667edd821ec 22:51:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:51:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:51:53 (1/5) Installing libgcc (9.3.0-r2) 22:51:54 (2/5) Installing libsodium (1.0.18-r0) 22:51:54 (3/5) Installing libstdc++ (9.3.0-r2) 22:51:54 (4/5) Installing libzmq (4.3.3-r0) 22:51:54 (5/5) Installing zeromq (4.3.3-r0) 22:51:54 Executing busybox-1.31.1-r20.trigger 22:51:54 OK: 8 MiB in 19 packages 22:51:55 Removing intermediate container 5667edd821ec 22:51:55 ---> 2225fa387b2a 22:51:55 Step 14/23 : WORKDIR / 22:51:55 ---> Running in 9c90a5d3319f 22:51:56 Removing intermediate container 9c90a5d3319f 22:51:56 ---> 272854d8dca2 22:51:56 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 22:51:56 ---> 2cf2725f44f8 22:51:56 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 22:51:58 ---> 0240f730fb52 22:51:58 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 22:51:58 ---> a8e397cd6c4f 22:51:58 Step 18/23 : EXPOSE 49990 22:51:58 ---> Running in 5d9968deb8b5 22:51:59 Removing intermediate container 5d9968deb8b5 22:51:59 ---> 952c1e224606 22:51:59 Step 19/23 : ENTRYPOINT ["/device-simple"] 22:51:59 ---> Running in 196e0805aa69 22:51:59 Removing intermediate container 196e0805aa69 22:51:59 ---> dff880a6432d 22:51:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:52:00 ---> Running in 47ae6e955d62 22:52:00 Removing intermediate container 47ae6e955d62 22:52:00 ---> 277cb87c1685 22:52:00 Step 21/23 : LABEL arch=arm64 22:52:00 ---> Running in e151bd912758 22:52:01 Removing intermediate container e151bd912758 22:52:01 ---> 107d9e058659 22:52:01 Step 22/23 : LABEL git_sha=a8d60f956115993d26ccd83775acbf9de8b4268b 22:52:01 ---> Running in 8352aa8d9a18 22:52:01 Removing intermediate container 8352aa8d9a18 22:52:01 ---> 1d32e48f5348 22:52:01 Step 23/23 : LABEL version=0.0.0 22:52:01 ---> Running in 640b5534b404 22:52:02 Removing intermediate container 640b5534b404 22:52:02 ---> 82dc9b7db2f2 22:52:02 [Warning] One or more build-args [ARCH MAKE] were not consumed 22:52:02 Successfully built 82dc9b7db2f2 22:52:02 Successfully tagged device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 22:52:02 ---> job-cost.sh 22:52:02 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-CwWj 22:52:41 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 22:54:18 lf-activate-venv(): INFO: Adding /tmp/venv-CwWj/bin to PATH 22:54:18 INFO: No Stack... 22:54:18 INFO: Retrieving Pricing Info for: lf-standard-4 22:54:18 INFO: Archiving Costs [Pipeline] sh 22:54:18 + cut -d, -f6+ 22:54:18 cat /w/workspace/device-sdk-go/36/archives/cost.csv [Pipeline] lock 22:54:19 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-725-36-stack-cost] 22:54:19 Resource [jenkins-edgexfoundry-device-sdk-go-PR-725-36-stack-cost] did not exist. Created. 22:54:19 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-725-36-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:54:19 /w/workspace/device-sdk-go/36@tmp/durable-16c46cc3/script.sh: 1: /w/workspace/device-sdk-go/36@tmp/durable-16c46cc3/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 22:54:19 + echo total: 0.20999999344348907 [Pipeline] stash 22:54:19 Warning: overwriting stash ‘stack-cost’ 22:54:19 Stashed 1 file(s) [Pipeline] } 22:54:19 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-725-36-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 22:54:20 provisioning config files... 22:54:20 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/config5571986096313864163tmp [Pipeline] { [Pipeline] sh 22:54:20 + set +x 22:54:20 + curl -s https://codecov.io/bash 22:54:20 + bash -s -- 22:54:21 22:54:21 _____ _ 22:54:21 / ____| | | 22:54:21 | | ___ __| | ___ ___ _____ __ 22:54:21 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 22:54:21 | |___| (_) | (_| | __/ (_| (_) \ V / 22:54:21 \_____\___/ \__,_|\___|\___\___/ \_/ 22:54:21 Bash-1.0.1 22:54:21 22:54:21 22:54:21 ==> git version 2.24.3 found 22:54:21 ==> 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 22:54:21 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 22:54:21 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 22:54:21 ==> Jenkins CI detected. 22:54:21 project root: . 22:54:21 --> token set from env 22:54:21 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 22:54:21 ==> Running gcov in . (disable via -X gcov) 22:54:21 ==> Python coveragepy not found 22:54:21 ==> Searching for coverage reports in: 22:54:21 + . 22:54:21 -> Found 1 reports 22:54:21 ==> Detecting git/mercurial file structure 22:54:21 ==> Reading reports 22:54:21 + ./coverage.out bytes=100116 22:54:21 ==> Appending adjustments 22:54:21 https://docs.codecov.io/docs/fixing-reports 22:54:21 + Found adjustments 22:54:21 ==> Gzipping contents 22:54:21 16K /tmp/codecov.RVk8Zi.gz 22:54:21 ==> Uploading reports 22:54:21 url: https://codecov.io 22:54:21 query: branch=PR-725&commit=a8d60f956115993d26ccd83775acbf9de8b4268b&build=36&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-725%2F36%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=725&job=&cmd_args= 22:54:21 -> Pinging Codecov 22:54:21 https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=PR-725&commit=a8d60f956115993d26ccd83775acbf9de8b4268b&build=36&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-725%2F36%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=725&job=&cmd_args= 22:54:21 -> Uploading to 22:54:21 https://storage.googleapis.com/codecov/v4/raw/2021-04-17/7E55EF52A471D76F132DFD9A03CDDE97/a8d60f956115993d26ccd83775acbf9de8b4268b/109baad5-cbde-458d-babd-18c7cdb47339.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQTQ3YJIJLIJGVGTVHAPGJID7VJUNCGTQF3BY2BVBYAXUZ3IB42ZKRMI%2F20210417%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210417T225421Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ed4188fd199e2e41e1e5986721471dc3fef6fa1ed42c2f5fd6dff55d7966616a 22:54:21 % Total % Received % Xferd Average Speed Time Time Time Current 22:54:21 Dload Upload Total Spent Left Speed 22:54:22 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13506 0 0 100 13506 0 27554 --:--:-- --:--:-- --:--:-- 27619 22:54:22 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/a8d60f956115993d26ccd83775acbf9de8b4268b [Pipeline] } 22:54:22 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 22:54:23 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:54:23 ---> package-listing.sh 22:54:23 ++ facter osfamily 22:54:23 ++ tr '[:upper:]' '[:lower:]' 22:54:23 + OS_FAMILY=redhat 22:54:23 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-725 22:54:23 + START_PACKAGES=/tmp/packages_start.txt 22:54:23 + END_PACKAGES=/tmp/packages_end.txt 22:54:23 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:54:23 + PACKAGES=/tmp/packages_start.txt 22:54:23 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-725 ']' 22:54:23 + PACKAGES=/tmp/packages_end.txt 22:54:23 + case "${OS_FAMILY}" in 22:54:23 + rpm -qa 22:54:23 + sort 22:54:29 + '[' -f /tmp/packages_start.txt ']' 22:54:29 + '[' -f /tmp/packages_end.txt ']' 22:54:29 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:54:29 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-725 ']' 22:54:29 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-725/archives/ 22:54:29 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-725/archives/ [Pipeline] echo 22:54:29 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_PR-725/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 22:54:29 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 22:54:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:54:29 22:54:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:54:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:54:30 alpine: Pulling from edgex-lftools-log-publisher 22:54:30 df20fa9351a1: Pulling fs layer 22:54:30 36b3adc4ff6f: Pulling fs layer 22:54:30 8ad3a11d3b57: Pulling fs layer 22:54:30 46f8f816bc3b: Pulling fs layer 22:54:30 93b61091891f: Pulling fs layer 22:54:30 93b9cdb0e59b: Pulling fs layer 22:54:30 5e14af77c1be: Pulling fs layer 22:54:30 01666e4c0597: Pulling fs layer 22:54:30 aa168da1d23b: Pulling fs layer 22:54:30 93b61091891f: Waiting 22:54:30 93b9cdb0e59b: Waiting 22:54:30 5e14af77c1be: Waiting 22:54:30 01666e4c0597: Waiting 22:54:30 aa168da1d23b: Waiting 22:54:30 46f8f816bc3b: Waiting 22:54:30 36b3adc4ff6f: Download complete 22:54:30 46f8f816bc3b: Verifying Checksum 22:54:30 46f8f816bc3b: Download complete 22:54:30 df20fa9351a1: Verifying Checksum 22:54:30 93b9cdb0e59b: Verifying Checksum 22:54:30 93b9cdb0e59b: Download complete 22:54:30 5e14af77c1be: Verifying Checksum 22:54:30 5e14af77c1be: Download complete 22:54:30 93b61091891f: Verifying Checksum 22:54:30 93b61091891f: Download complete 22:54:30 01666e4c0597: Verifying Checksum 22:54:30 01666e4c0597: Download complete 22:54:30 8ad3a11d3b57: Verifying Checksum 22:54:30 8ad3a11d3b57: Download complete 22:54:30 df20fa9351a1: Pull complete 22:54:31 36b3adc4ff6f: Pull complete 22:54:31 8ad3a11d3b57: Pull complete 22:54:32 46f8f816bc3b: Pull complete 22:54:32 aa168da1d23b: Verifying Checksum 22:54:32 aa168da1d23b: Download complete 22:54:33 93b61091891f: Pull complete 22:54:33 93b9cdb0e59b: Pull complete 22:54:33 5e14af77c1be: Pull complete 22:54:33 01666e4c0597: Pull complete 22:54:40 aa168da1d23b: Pull complete 22:54:40 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 22:54:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:54:40 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:54:40 prd-centos7-docker-4c-2g-585 does not seem to be running inside a container 22:54:40 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_PR-725/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-sdk-go_PR-725 -v /w/workspace/dgexfoundry_device-sdk-go_PR-725:/w/workspace/dgexfoundry_device-sdk-go_PR-725:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 22:54:43 $ docker top fcdce80a6301fde1bdd7caded58a3888417e52cb9093c7ef78c9b62bb463e023 -eo pid,comm [Pipeline] { [Pipeline] sh 22:54:44 + touch /tmp/pre-build-complete [Pipeline] sh 22:54:44 + mkdir -p /var/log/sa [Pipeline] sh 22:54:44 + ls /var/log/sa-host 22:54:44 + sadf -c /var/log/sa-host/sa17 22:54:44 file_magic: OK 22:54:44 HZ: Using current value: 100 22:54:44 file_header: OK 22:54:44 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 22:54:44 Statistics: 22:54:44 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 22:54:44 File successfully converted to sysstat format version 12.2.1 22:54:44 + sadf -c /var/log/sa-host/sa23 22:54:44 file_magic: OK 22:54:44 HZ: Using current value: 100 22:54:44 file_header: OK 22:54:44 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 22:54:44 Statistics: 22:54:44 Hnuu...uuuununununu... 22:54:44 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:54:45 provisioning config files... 22:54:45 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/config6546114393724443206tmp [Pipeline] { [Pipeline] echo 22:54:45 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:54:45 ---> create-netrc.sh [Pipeline] } 22:54:45 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 22:54:45 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 22:54:45 ---> python-tools-install.sh [Pipeline] echo 22:54:45 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:54:46 ---> sudo-logs.sh 22:54:46 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 22:54:46 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:54:46 ---> job-cost.sh 22:54:46 lf-activate-venv: SKIPPING 22:54:46 DEBUG: total: 0.20999999344348907 22:54:46 INFO: Retrieving Stack Cost... 22:54:47 INFO: Retrieving Pricing Info for: v1-standard-2 22:54:47 INFO: Archiving Costs [Pipeline] echo 22:54:47 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:54:48 ---> logs-deploy.sh 22:54:48 lf-activate-venv: SKIPPING 22:54:48 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-725/36 22:54:48 INFO: archiving workspace using pattern(s): 22:54:50 Archives upload complete. 22:54:50 INFO: archiving logs to Nexus 22:54:51 ---> uname -a: 22:54:51 Linux prd-centos7-docker-4c-2g-585.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 22:54:51 22:54:51 22:54:51 ---> lscpu: 22:54:51 Architecture: x86_64 22:54:51 CPU op-mode(s): 32-bit, 64-bit 22:54:51 Byte Order: Little Endian 22:54:51 Address sizes: 40 bits physical, 48 bits virtual 22:54:51 CPU(s): 4 22:54:51 On-line CPU(s) list: 0-3 22:54:51 Thread(s) per core: 1 22:54:51 Core(s) per socket: 1 22:54:51 Socket(s): 4 22:54:51 NUMA node(s): 1 22:54:51 Vendor ID: GenuineIntel 22:54:51 CPU family: 6 22:54:51 Model: 44 22:54:51 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 22:54:51 Stepping: 1 22:54:51 CPU MHz: 2933.438 22:54:51 BogoMIPS: 5866.87 22:54:51 Virtualization: VT-x 22:54:51 Hypervisor vendor: KVM 22:54:51 Virtualization type: full 22:54:51 L1d cache: 128 KiB 22:54:51 L1i cache: 128 KiB 22:54:51 L2 cache: 16 MiB 22:54:51 L3 cache: 64 MiB 22:54:51 NUMA node0 CPU(s): 0-3 22:54:51 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 22:54:51 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 22:54:51 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 22:54:51 Vulnerability Meltdown: Mitigation; PTI 22:54:51 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:54:51 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 22:54:51 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 22:54:51 Vulnerability Srbds: Not affected 22:54:51 Vulnerability Tsx async abort: Not affected 22:54: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 22:54:51 22:54:51 22:54:51 ---> nproc: 22:54:51 4 22:54:51 22:54:51 22:54:51 ---> df -h: 22:54:51 Filesystem Size Used Available Use% Mounted on 22:54:51 overlay 50.0G 7.3G 42.7G 15% / 22:54:51 tmpfs 64.0M 0 64.0M 0% /dev 22:54:51 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 22:54:51 shm 64.0M 0 64.0M 0% /dev/shm 22:54:51 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 22:54:51 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 22:54:51 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 22:54:51 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 22:54:51 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 22:54:51 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 22:54:51 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 22:54:51 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-725 22:54:51 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp 22:54:51 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 22:54:51 22:54:51 22:54:51 ---> free -m: 22:54:51 total used free shared buff/cache available 22:54:51 Mem: 1837 721 103 0 1012 1010 22:54:51 Swap: 1023 1 1022 22:54:51 22:54:51 22:54:51 ---> ip addr: 22:54:51 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 22:54:51 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 22:54:51 inet 127.0.0.1/8 scope host lo 22:54:51 valid_lft forever preferred_lft forever 22:54:51 inet6 ::1/128 scope host 22:54:51 valid_lft forever preferred_lft forever 22:54:51 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 22:54:51 link/ether fa:16:3e:67:ed:cd brd ff:ff:ff:ff:ff:ff 22:54:51 inet 10.30.123.139/23 brd 10.30.123.255 scope global dynamic eth0 22:54:51 valid_lft 85671sec preferred_lft 85671sec 22:54:51 inet6 fe80::f816:3eff:fe67:edcd/64 scope link 22:54:51 valid_lft forever preferred_lft forever 22:54:51 3: docker0: mtu 1500 qdisc noqueue state DOWN 22:54:51 link/ether 02:42:40:e2:df:db brd ff:ff:ff:ff:ff:ff 22:54:51 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 22:54:51 valid_lft forever preferred_lft forever 22:54:51 inet6 fe80::42:40ff:fee2:dfdb/64 scope link 22:54:51 valid_lft forever preferred_lft forever 22:54:51 22:54:51 22:54:51 ---> sar -b -r -n DEV: 22:54:51 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/17/21 _x86_64_ (4 CPU) 22:54:51 22:54:51 22:42:30 LINUX RESTART (4 CPU) 22:54:51 22:54:51 22:43:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 22:54:51 22:44:01 65.35 25.55 39.81 0.00 6172.34 3848.39 0.00 22:54:51 22:45:01 1.98 0.00 1.98 0.00 0.00 40.18 0.00 22:54:51 22:46:01 0.20 0.00 0.20 0.00 0.00 2.16 0.00 22:54:51 22:47:01 0.38 0.00 0.38 0.00 0.00 5.90 0.00 22:54:51 22:48:01 0.20 0.00 0.20 0.00 0.00 2.61 0.00 22:54:51 22:49:01 0.33 0.00 0.33 0.00 0.00 5.10 0.00 22:54:51 22:50:01 0.25 0.00 0.25 0.00 0.00 2.70 0.00 22:54:51 22:51:01 0.13 0.00 0.13 0.00 0.00 1.08 0.00 22:54:51 22:52:01 0.29 0.00 0.29 0.00 0.00 3.27 0.00 22:54:51 22:53:01 0.25 0.00 0.25 0.00 0.00 2.48 0.00 22:54:51 22:54:01 0.35 0.00 0.35 0.00 0.00 3.93 0.00 22:54:51 Average: 6.35 2.33 4.02 0.00 562.36 356.94 0.00 22:54:51 22:54:51 22:43:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:54:51 22:44:01 134216 0 615132 32.69 2620 1129576 1108672 37.84 414224 1132700 136 22:54:51 22:45:01 137168 0 612168 32.54 2620 1129588 1090752 37.23 416232 1128308 20 22:54:51 22:46:01 132004 0 617328 32.81 2620 1129592 1082588 36.95 417660 1132236 16 22:54:51 22:47:01 134112 0 615216 32.70 2620 1129596 1069164 36.49 430692 1117524 16 22:54:51 22:48:01 129912 0 619412 32.92 2620 1129600 1079616 36.85 431528 1120892 8 22:54:51 22:49:01 129104 0 620212 32.96 2620 1129608 1079724 36.85 432272 1120892 12 22:54:51 22:50:01 131188 0 618124 32.85 2620 1129612 1078396 36.80 430596 1120868 12 22:54:51 22:51:01 131288 0 618020 32.85 2620 1129616 1078396 36.80 430600 1120868 8 22:54:51 22:52:01 131400 0 617900 32.84 2620 1129624 1078396 36.80 430608 1120868 8 22:54:51 22:53:01 131284 0 618012 32.85 2620 1129628 1078396 36.80 430736 1120868 8 22:54:51 22:54:01 130012 0 619280 32.91 2620 1129632 1078736 36.82 431564 1120872 8 22:54:51 Average: 131972 0 617346 32.81 2620 1129607 1082076 36.93 426974 1123354 23 22:54:51 22:54:51 22:43:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 22:54:51 22:44:01 eth0 585.39 358.35 1138.78 86.25 0.00 0.00 0.00 0.00 22:54:51 22:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:54:51 22:44:01 docker0 8.42 6.72 1.51 25.77 0.00 0.00 0.00 0.00 22:54:51 22:45:01 eth0 3.76 0.72 1.01 0.64 0.00 0.00 0.00 0.00 22:54:51 22:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:54:51 22:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:54:51 22:46:01 eth0 2.05 0.78 0.86 0.59 0.00 0.00 0.00 0.00 22:54:51 22:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:54:51 22:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:54:51 22:47:01 eth0 0.98 0.08 0.10 0.01 0.00 0.00 0.00 0.00 22:54:51 22:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:54:51 22:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:54:51 22:48:01 eth0 2.20 2.43 0.38 14.70 0.00 0.00 0.00 0.00 22:54:51 22:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:54:51 22:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:54:51 22:49:01 eth0 3.56 3.53 0.35 6.87 0.00 0.00 0.00 0.00 22:54:51 22:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:54:51 22:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:54:51 22:50:01 eth0 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 22:54:51 22:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:54:51 22:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:54:51 22:51:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:54:51 22:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:54:51 22:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:54:51 22:52:01 eth0 0.22 0.08 0.02 0.01 0.00 0.00 0.00 0.00 22:54:51 22:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:54:51 22:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:54:51 22:53:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:54:51 22:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:54:51 22:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:54:51 22:54:01 eth0 2.40 2.30 0.28 3.68 0.00 0.00 0.00 0.00 22:54:51 22:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:54:51 22:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:54:51 Average: eth0 54.75 33.58 104.03 10.27 0.00 0.00 0.00 0.00 22:54:51 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:54:51 Average: docker0 0.77 0.61 0.14 2.35 0.00 0.00 0.00 0.00 22:54:51 22:54:51 22:54:51 ---> sar -P ALL: 22:54:51 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/17/21 _x86_64_ (4 CPU) 22:54:51 22:54:51 22:42:30 LINUX RESTART (4 CPU) 22:54:51 22:54:51 22:43:01 CPU %user %nice %system %iowait %steal %idle 22:54:51 22:44:01 all 10.76 0.00 3.74 1.51 0.07 83.92 22:54:51 22:44:01 0 9.98 0.00 4.56 1.62 0.07 83.78 22:54:51 22:44:01 1 11.83 0.00 3.29 1.18 0.07 83.63 22:54:51 22:44:01 2 10.26 0.00 3.78 0.71 0.08 85.17 22:54:51 22:44:01 3 10.99 0.00 3.32 2.52 0.07 83.10 22:54:51 22:45:01 all 0.17 0.00 0.05 0.00 0.00 99.77 22:54:51 22:45:01 0 0.47 0.00 0.03 0.00 0.00 99.50 22:54:51 22:45:01 1 0.05 0.00 0.03 0.00 0.00 99.92 22:54:51 22:45:01 2 0.07 0.00 0.07 0.00 0.02 99.85 22:54:51 22:45:01 3 0.08 0.00 0.08 0.00 0.00 99.83 22:54:51 22:46:01 all 0.17 0.00 0.20 0.00 0.02 99.61 22:54:51 22:46:01 0 0.18 0.00 0.25 0.00 0.02 99.55 22:54:51 22:46:01 1 0.08 0.00 0.18 0.00 0.02 99.72 22:54:51 22:46:01 2 0.25 0.00 0.10 0.00 0.02 99.63 22:54:51 22:46:01 3 0.18 0.00 0.25 0.00 0.03 99.53 22:54:51 22:47:01 all 0.15 0.00 0.05 0.00 0.00 99.80 22:54:51 22:47:01 0 0.00 0.00 0.03 0.00 0.00 99.97 22:54:51 22:47:01 1 0.05 0.00 0.05 0.00 0.00 99.90 22:54:51 22:47:01 2 0.53 0.00 0.08 0.00 0.00 99.38 22:54:51 22:47:01 3 0.03 0.00 0.02 0.00 0.00 99.95 22:54:51 22:48:01 all 0.17 0.00 0.07 0.00 0.01 99.75 22:54:51 22:48:01 0 0.15 0.00 0.10 0.00 0.00 99.75 22:54:51 22:48:01 1 0.10 0.00 0.03 0.00 0.02 99.85 22:54:51 22:48:01 2 0.25 0.00 0.10 0.00 0.00 99.65 22:54:51 22:48:01 3 0.18 0.00 0.03 0.00 0.02 99.77 22:54:51 22:49:01 all 0.06 0.00 0.04 0.00 0.00 99.90 22:54:51 22:49:01 0 0.05 0.00 0.02 0.00 0.00 99.93 22:54:51 22:49:01 1 0.07 0.00 0.03 0.00 0.00 99.90 22:54:51 22:49:01 2 0.05 0.00 0.03 0.00 0.00 99.92 22:54:51 22:49:01 3 0.07 0.00 0.08 0.00 0.02 99.83 22:54:51 22:50:01 all 0.03 0.00 0.03 0.00 0.00 99.94 22:54:51 22:50:01 0 0.03 0.00 0.02 0.00 0.00 99.95 22:54:51 22:50:01 1 0.02 0.00 0.03 0.00 0.00 99.95 22:54:51 22:50:01 2 0.02 0.00 0.02 0.00 0.00 99.97 22:54:51 22:50:01 3 0.05 0.00 0.05 0.00 0.00 99.90 22:54:51 22:51:01 all 0.02 0.00 0.03 0.00 0.00 99.95 22:54:51 22:51:01 0 0.02 0.00 0.05 0.00 0.00 99.93 22:54:51 22:51:01 1 0.02 0.00 0.03 0.00 0.00 99.95 22:54:51 22:51:01 2 0.02 0.00 0.02 0.00 0.00 99.97 22:54:51 22:51:01 3 0.05 0.00 0.02 0.00 0.00 99.93 22:54:51 22:52:01 all 0.02 0.00 0.03 0.00 0.00 99.95 22:54:51 22:52:01 0 0.03 0.00 0.05 0.00 0.00 99.92 22:54:51 22:52:01 1 0.02 0.00 0.02 0.00 0.00 99.97 22:54:51 22:52:01 2 0.02 0.00 0.02 0.00 0.00 99.97 22:54:51 22:52:01 3 0.02 0.00 0.02 0.00 0.00 99.97 22:54:51 22:53:01 all 0.03 0.00 0.03 0.00 0.00 99.95 22:54:51 22:53:01 0 0.03 0.00 0.03 0.00 0.00 99.93 22:54:51 22:53:01 1 0.00 0.00 0.02 0.00 0.00 99.98 22:54:51 22:53:01 2 0.05 0.00 0.02 0.00 0.00 99.93 22:54:51 22:53:01 3 0.02 0.00 0.03 0.00 0.00 99.95 22:54:51 22:54:01 all 0.50 0.00 0.04 0.00 0.01 99.45 22:54:51 22:54:01 0 0.70 0.00 0.07 0.00 0.02 99.22 22:54:51 22:54:01 1 0.77 0.00 0.03 0.00 0.00 99.20 22:54:51 22:54:01 2 0.50 0.00 0.02 0.00 0.02 99.47 22:54:51 22:54:01 3 0.03 0.00 0.03 0.00 0.00 99.93 22:54:51 22:54:51 Average: CPU %user %nice %system %iowait %steal %idle 22:54:51 Average: all 1.09 0.00 0.39 0.14 0.01 98.38 22:54:51 Average: 0 1.05 0.00 0.47 0.15 0.01 98.33 22:54:51 Average: 1 1.17 0.00 0.34 0.11 0.01 98.37 22:54:51 Average: 2 1.08 0.00 0.38 0.06 0.01 98.46 22:54:51 Average: 3 1.05 0.00 0.35 0.23 0.01 98.36 22:54:51 22:54:51 22:54:51