Pull request #761 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 6bb31f54c8cf817d8fded8a5e94c7d798f4310be+d510da1b257a72a1ecadf2ee4e04e7d54b2df89d (0842f05c0e61894725037392e49375484b1b0f4a) 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.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: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-23593 in /w/workspace/dgexfoundry_device-sdk-go_PR-761 [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-761 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/761/head:refs/remotes/origin/PR-761 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit d510da1b257a72a1ecadf2ee4e04e7d54b2df89d into PR head commit 6bb31f54c8cf817d8fded8a5e94c7d798f4310be Merge succeeded, producing 6bb31f54c8cf817d8fded8a5e94c7d798f4310be Checking out Revision 6bb31f54c8cf817d8fded8a5e94c7d798f4310be (PR-761) > git config core.sparsecheckout # timeout=10 > git checkout -f 6bb31f54c8cf817d8fded8a5e94c7d798f4310be # 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 d510da1b257a72a1ecadf2ee4e04e7d54b2df89d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6bb31f54c8cf817d8fded8a5e94c7d798f4310be # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:47:10 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:47:10 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:47:10 ========================================================= 00:47:10 EdgeX Global Pipelines Version Info 00:47:10 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 334c1f2b5aadabe71d5ddcfc85ca793ad2f858aa # timeout=10 00:47:12 ------------------- 00:47:12 stable info: 00:47:12 ------------------- 00:47:12 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:47:12 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:47:12 Message: update stable to v1.0.179 00:47:12 ------------------- 00:47:12 experimental info: 00:47:12 ------------------- 00:47:12 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:47:12 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:47:12 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:47:13 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 00:47:13 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 00:47:13 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:47:13 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:47:13 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:47:13 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:47:13 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:47:13 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:47:14 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 00:47:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:47:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:47:14 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 00:47:14 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:47:14 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:47:14 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:47:14 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 00:47:14 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 00:47:14 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 00:47:15 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:47:15 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 00:47:15 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:47:15 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:47:15 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 00:47:15 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 00:47:15 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 00:47:15 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:47:15 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:47:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-761 [Pipeline] echo 00:47:15 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-761 [Pipeline] echo 00:47:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-761 [Pipeline] echo 00:47:16 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6bb31f54c8cf817d8fded8a5e94c7d798f4310be [Pipeline] echo 00:47:16 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6bb31f5 [Pipeline] echo 00:47:16 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:47:16 provisioning config files... 00:47:16 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-761@tmp/config169297088606144989tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:47:16 ---> docker-login.sh 00:47:16 nexus3.edgexfoundry.org:10001 00:47:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:47:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:47:17 Configure a credential helper to remove this warning. See 00:47:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:47:17 00:47:17 Login Succeeded 00:47:17 nexus3.edgexfoundry.org:10002 00:47:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:47:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:47:17 Configure a credential helper to remove this warning. See 00:47:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:47:17 00:47:17 Login Succeeded 00:47:17 nexus3.edgexfoundry.org:10003 00:47:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:47:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:47:17 Configure a credential helper to remove this warning. See 00:47:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:47:17 00:47:17 Login Succeeded 00:47:17 nexus3.edgexfoundry.org:10004 00:47:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:47:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:47:17 Configure a credential helper to remove this warning. See 00:47:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:47:17 00:47:17 Login Succeeded 00:47:17 docker.io 00:47:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:47:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:47:18 Configure a credential helper to remove this warning. See 00:47:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:47:18 00:47:18 Login Succeeded 00:47:18 ---> docker-login.sh ends [Pipeline] } 00:47:18 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 00:47:18 + git log --format=format:%s -1 6bb31f54c8cf817d8fded8a5e94c7d798f4310be [Pipeline] echo 00:47:19 GIT_COMMIT: 6bb31f54c8cf817d8fded8a5e94c7d798f4310be, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2 [Pipeline] echo 00:47:19 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 00:47:19 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:47:19 00:47:19 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:47:20 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:47:20 latest: Pulling from edgex-devops/git-semver 00:47:20 31603596830f: Pulling fs layer 00:47:20 2a8b12db71e7: Pulling fs layer 00:47:20 6ca5941a6612: Pulling fs layer 00:47:20 ecc8261a40a4: Pulling fs layer 00:47:20 ecc8261a40a4: Waiting 00:47:20 2a8b12db71e7: Verifying Checksum 00:47:20 2a8b12db71e7: Download complete 00:47:20 31603596830f: Verifying Checksum 00:47:20 31603596830f: Download complete 00:47:20 ecc8261a40a4: Verifying Checksum 00:47:20 ecc8261a40a4: Download complete 00:47:20 6ca5941a6612: Verifying Checksum 00:47:20 6ca5941a6612: Download complete 00:47:20 31603596830f: Pull complete 00:47:20 2a8b12db71e7: Pull complete 00:47:21 6ca5941a6612: Pull complete 00:47:21 ecc8261a40a4: Pull complete 00:47:21 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:47:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:47:21 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:47:21 prd-centos7-docker-4c-2g-23593 does not seem to be running inside a container 00:47:21 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-761 -v /w/workspace/dgexfoundry_device-sdk-go_PR-761:/w/workspace/dgexfoundry_device-sdk-go_PR-761:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-761@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-761@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:47:23 $ docker top 564380c444d34d257138cf6eaaec8997858194b08abda06a3d5d33b094a88cb1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:47:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:47:23 [ssh-agent] Looking for ssh-agent implementation... 00:47:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:47:24 $ docker exec 564380c444d34d257138cf6eaaec8997858194b08abda06a3d5d33b094a88cb1 ssh-agent 00:47:24 SSH_AUTH_SOCK=/tmp/ssh-UZQPyrB8mQ6l/agent.12 00:47:24 SSH_AGENT_PID=17 00:47:24 Running ssh-add (command line suppressed) 00:47:24 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-761@tmp/private_key_7265710918782968480.key (/w/workspace/dgexfoundry_device-sdk-go_PR-761@tmp/private_key_7265710918782968480.key) 00:47:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:47:24 + git tag --points-at HEAD [Pipeline] } 00:47:24 $ docker exec --env ******** --env ******** 564380c444d34d257138cf6eaaec8997858194b08abda06a3d5d33b094a88cb1 ssh-agent -k 00:47:24 unset SSH_AUTH_SOCK; 00:47:24 unset SSH_AGENT_PID; 00:47:24 echo Agent pid 17 killed; 00:47:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:47:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:47:25 [ssh-agent] Looking for ssh-agent implementation... 00:47:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:47:25 $ docker exec 564380c444d34d257138cf6eaaec8997858194b08abda06a3d5d33b094a88cb1 ssh-agent 00:47:25 SSH_AUTH_SOCK=/tmp/ssh-6Kb6MphWCqFU/agent.47 00:47:25 SSH_AGENT_PID=52 00:47:25 Running ssh-add (command line suppressed) 00:47:25 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-761@tmp/private_key_8160283587241644674.key (/w/workspace/dgexfoundry_device-sdk-go_PR-761@tmp/private_key_8160283587241644674.key) 00:47:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:47:25 + git semver init 00:47:25 # -> Open(): unable to determine branch for HEAD 00:47:25 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-761/.git 00:47:25 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-761 00:47:25 # $SEMVER_REMOTE_NAME = origin 00:47:25 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:47:25 # $SEMVER_USER_NAME = edgex-jenkins 00:47:25 # $SEMVER_BRANCH = PR-761 00:47:25 # $SEMVER_TEMP = /tmp/semver-460526580 00:47:25 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 00:47:26 # '/tmp/semver-460526580' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-761/.semver' 00:47:26 # -> Force: false 00:47:26 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-761/.semver [Pipeline] } 00:47:26 $ docker exec --env ******** --env ******** 564380c444d34d257138cf6eaaec8997858194b08abda06a3d5d33b094a88cb1 ssh-agent -k 00:47:27 unset SSH_AUTH_SOCK; 00:47:27 unset SSH_AGENT_PID; 00:47:27 echo Agent pid 52 killed; 00:47:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:47:27 + git semver [Pipeline] } 00:47:27 $ docker stop --time=1 564380c444d34d257138cf6eaaec8997858194b08abda06a3d5d33b094a88cb1 00:47:28 $ docker rm -f 564380c444d34d257138cf6eaaec8997858194b08abda06a3d5d33b094a88cb1 [Pipeline] // withDockerContainer [Pipeline] sh 00:47:29 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:47:29 Stashed 1 file(s) [Pipeline] echo 00:47:29 [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 00:47:45 Still waiting to schedule task 00:47:45 ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-23554’ is offline; ‘prd-centos7-docker-4c-2g-23556’ is offline; ‘prd-centos7-docker-4c-2g-23558’ is offline; ‘prd-centos7-docker-4c-2g-23559’ is offline; ‘prd-centos7-docker-4c-2g-23577’ is offline; ‘prd-centos7-docker-4c-2g-23587’ is offline; ‘prd-centos7-docker-4c-2g-23588’ is offline; ‘prd-centos7-docker-4c-2g-23594’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23426’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23547’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23565’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23566’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23568’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23569’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23570’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23585’ doesn’t have label ‘centos7-docker-4c-2g’ 00:47:45 Still waiting to schedule task 00:47:45 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:48:47 Running on prd-centos7-docker-4c-2g-23597 in /w/workspace/dgexfoundry_device-sdk-go_PR-761 [Pipeline] { [Pipeline] ws 00:48:47 Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout 00:48:50 using credential edgex-jenkins-ssh 00:48:50 Cloning the remote Git repository 00:48:50 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 00:48:50 > git init /w/workspace/device-sdk-go/3 # timeout=10 00:48:50 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 00:48:50 > git --version # timeout=10 00:48:50 > git --version # 'git version 2.24.3' 00:48:50 using GIT_SSH to set credentials SSH Credentials for GitHub 00:48:50 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:48:51 Merging remotes/origin/master commit d510da1b257a72a1ecadf2ee4e04e7d54b2df89d into PR head commit 6bb31f54c8cf817d8fded8a5e94c7d798f4310be 00:48:51 Merge succeeded, producing 6bb31f54c8cf817d8fded8a5e94c7d798f4310be 00:48:51 Checking out Revision 6bb31f54c8cf817d8fded8a5e94c7d798f4310be (PR-761) 00:48:51 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 00:48:51 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:48:51 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 00:48:51 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 00:48:51 using GIT_SSH to set credentials SSH Credentials for GitHub 00:48:51 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/761/head:refs/remotes/origin/PR-761 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:48:51 > git config core.sparsecheckout # timeout=10 00:48:51 > git checkout -f 6bb31f54c8cf817d8fded8a5e94c7d798f4310be # timeout=10 00:48:51 > git remote # timeout=10 00:48:51 > git config --get remote.origin.url # timeout=10 00:48:51 using GIT_SSH to set credentials SSH Credentials for GitHub 00:48:51 > git merge d510da1b257a72a1ecadf2ee4e04e7d54b2df89d # timeout=10 00:48:51 > git rev-parse HEAD^{commit} # timeout=10 00:48:51 > git config core.sparsecheckout # timeout=10 00:48:51 > git checkout -f 6bb31f54c8cf817d8fded8a5e94c7d798f4310be # timeout=10 00:48:55 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:48:56 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:48:56 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:48:57 + sudo service docker restart 00:48:57 + true 00:48:57 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:48:58 provisioning config files... 00:48:58 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/3@tmp/config2312565015300405160tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:48:59 ---> docker-login.sh 00:48:59 nexus3.edgexfoundry.org:10001 00:48:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:48:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:48:59 Configure a credential helper to remove this warning. See 00:48:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:48:59 00:48:59 Login Succeeded 00:48:59 nexus3.edgexfoundry.org:10002 00:48:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:48:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:48:59 Configure a credential helper to remove this warning. See 00:48:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:48:59 00:48:59 Login Succeeded 00:48:59 nexus3.edgexfoundry.org:10003 00:48:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:48:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:48:59 Configure a credential helper to remove this warning. See 00:48:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:48:59 00:48:59 Login Succeeded 00:48:59 nexus3.edgexfoundry.org:10004 00:49:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:49:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:49:00 Configure a credential helper to remove this warning. See 00:49:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:49:00 00:49:00 Login Succeeded 00:49:00 docker.io 00:49:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:49:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:49:00 Configure a credential helper to remove this warning. See 00:49:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:49:00 00:49:00 Login Succeeded 00:49:00 ---> docker-login.sh ends [Pipeline] } 00:49:00 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:49:00 ========================================================= 00:49:00 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:49:00 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:49:01 + 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 . 00:49:01 Sending build context to Docker daemon 2.574MB 00:49:01 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 00:49:01 Step 2/8 : FROM ${BASE} 00:49:01 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:49:01 188c0c94c7c5: Pulling fs layer 00:49:01 0ef7d3d256c8: Pulling fs layer 00:49:01 de9db76c5a1d: Pulling fs layer 00:49:01 bca2f99d35d6: Pulling fs layer 00:49:01 93359f2a8cfa: Pulling fs layer 00:49:01 7c6f9722023f: Pulling fs layer 00:49:01 a35cf1a2eb13: Pulling fs layer 00:49:01 93359f2a8cfa: Waiting 00:49:01 bca2f99d35d6: Waiting 00:49:01 a35cf1a2eb13: Waiting 00:49:01 7c6f9722023f: Waiting 00:49:01 de9db76c5a1d: Verifying Checksum 00:49:01 de9db76c5a1d: Download complete 00:49:01 0ef7d3d256c8: Download complete 00:49:01 93359f2a8cfa: Verifying Checksum 00:49:01 93359f2a8cfa: Download complete 00:49:01 7c6f9722023f: Verifying Checksum 00:49:01 7c6f9722023f: Download complete 00:49:01 188c0c94c7c5: Verifying Checksum 00:49:01 188c0c94c7c5: Download complete 00:49:02 188c0c94c7c5: Pull complete 00:49:02 0ef7d3d256c8: Pull complete 00:49:02 de9db76c5a1d: Pull complete 00:49:03 a35cf1a2eb13: Verifying Checksum 00:49:03 a35cf1a2eb13: Download complete 00:49:04 bca2f99d35d6: Verifying Checksum 00:49:04 bca2f99d35d6: Download complete 00:49:11 bca2f99d35d6: Pull complete 00:49:11 93359f2a8cfa: Pull complete 00:49:11 7c6f9722023f: Pull complete 00:49:14 a35cf1a2eb13: Pull complete 00:49:14 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:49:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:49:14 ---> a62c8e92a672 00:49:14 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 00:49:14 ---> Running in 1e42aca2d1e0 00:49:14 Removing intermediate container 1e42aca2d1e0 00:49:14 ---> 92315db2a417 00:49:14 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:14 ---> Running in 3b61a4676b76 00:49:15 Removing intermediate container 3b61a4676b76 00:49:15 ---> ea6c86ed7dac 00:49:15 Step 5/8 : RUN apk add --update --no-cache make git 00:49:15 ---> Running in 45493bde170a 00:49:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:49:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:49:19 OK: 166 MiB in 39 packages 00:49:19 Removing intermediate container 45493bde170a 00:49:19 ---> e71b981cc8b8 00:49:19 Step 6/8 : WORKDIR /device-sdk-go 00:49:19 ---> Running in 50d1a55b1402 00:49:19 Removing intermediate container 50d1a55b1402 00:49:19 ---> 55010bdf3f93 00:49:19 Step 7/8 : COPY . . 00:49:21 ---> 493b89aada38 00:49:21 Step 8/8 : RUN go mod download 00:49:21 ---> Running in ea9617adab6a 00:49:39 Removing intermediate container ea9617adab6a 00:49:39 ---> b29771806874 00:49:39 Successfully built b29771806874 00:49:39 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:49:40 + docker inspect -f . ci-base-image-x86_64 00:49:40 . [Pipeline] withDockerContainer 00:49:40 prd-centos7-docker-4c-2g-23597 does not seem to be running inside a container 00:49:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:49:41 $ docker top 67f8ee89b2fb44df17e368c978cf07c9c8d806b2a2a0d35af43617544ba3b28c -eo pid,comm [Pipeline] { [Pipeline] sh 00:49:42 + go version 00:49:42 go version go1.15.5 linux/amd64 [Pipeline] } 00:49:42 $ docker stop --time=1 67f8ee89b2fb44df17e368c978cf07c9c8d806b2a2a0d35af43617544ba3b28c 00:49:43 $ docker rm -f 67f8ee89b2fb44df17e368c978cf07c9c8d806b2a2a0d35af43617544ba3b28c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:49:44 + docker inspect -f . ci-base-image-x86_64 00:49:44 . [Pipeline] withDockerContainer 00:49:44 prd-centos7-docker-4c-2g-23597 does not seem to be running inside a container 00:49:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:49:45 $ docker top 729d6fb1470d68ebdfff5ed5c59f40e7538afce0221dcbf3d3eaacccef4ea552 -eo pid,comm [Pipeline] { [Pipeline] sh 00:49:45 + make test 00:49:45 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:49:54 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 00:50:09 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 00:50:09 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 00:50:09 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 00:50:09 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.064s coverage: 19.4% of statements 00:50:12 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.472s coverage: 97.1% of statements 00:50:44 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.057s coverage: 9.4% of statements 00:50:44 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.048s coverage: 21.7% of statements 00:50:44 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 00:50:44 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.240s coverage: 43.2% of statements 00:50:44 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] 00:50:44 ok github.com/edgexfoundry/device-sdk-go/v2/internal/handler 0.305s coverage: 68.9% of statements 00:50:44 ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler/callback [no test files] 00:50:44 ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] 00:50:44 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 00:50:44 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 00:50:44 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.067s coverage: 53.8% of statements 00:50:44 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] 00:50:44 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] 00:50:44 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.069s coverage: 26.8% of statements 00:50:44 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 2.801s coverage: 83.5% of statements 00:50:44 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.055s coverage: 4.2% of statements 00:50:44 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 00:50:44 GO111MODULE=on go vet ./... 00:50:51 gofmt -l . 00:50:51 [ "`gofmt -l .`" = "" ] 00:50:51 ./bin/test-attribution-txt.sh 00:50:52 ./bin/test-go-mod-tidy.sh [Pipeline] } 00:50:52 $ docker stop --time=1 729d6fb1470d68ebdfff5ed5c59f40e7538afce0221dcbf3d3eaacccef4ea552 00:50:54 $ docker rm -f 729d6fb1470d68ebdfff5ed5c59f40e7538afce0221dcbf3d3eaacccef4ea552 [Pipeline] // withDockerContainer [Pipeline] sh 00:50:55 + sudo chown -R jenkins:jenkins . [Pipeline] stash 00:50:56 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 00:50:57 + sudo chown -R jenkins:jenkins . [Pipeline] sh 00:50:57 + ls -al . 00:50:57 total 216 00:50:57 drwxrwxr-x. 10 jenkins jenkins 4096 Jan 28 00:50 . 00:50:57 drwxrwxr-x. 4 jenkins jenkins 28 Jan 28 00:48 .. 00:50:57 drwxrwxr-x. 2 jenkins jenkins 64 Jan 28 00:48 bin 00:50:57 -rw-r--r--. 1 jenkins jenkins 136842 Jan 28 00:50 coverage.out 00:50:57 -rw-rw-r--. 1 jenkins jenkins 949 Jan 28 00:48 Dockerfile.build 00:50:57 -rw-rw-r--. 1 jenkins jenkins 140 Jan 28 00:48 .dockerignore 00:50:57 drwxrwxr-x. 4 jenkins jenkins 48 Jan 28 00:48 example 00:50:57 drwxrwxr-x. 8 jenkins jenkins 179 Jan 28 00:48 .git 00:50:57 drwxrwxr-x. 2 jenkins jenkins 103 Jan 28 00:48 .github 00:50:57 -rw-rw-r--. 1 jenkins jenkins 138 Jan 28 00:48 .gitignore 00:50:57 -rw-r--r--. 1 jenkins jenkins 514 Jan 28 00:50 go.mod 00:50:57 -rw-r--r--. 1 jenkins jenkins 14101 Jan 28 00:50 go.sum 00:50:57 drwxrwxr-x. 15 jenkins jenkins 211 Jan 28 00:48 internal 00:50:57 -rw-rw-r--. 1 jenkins jenkins 901 Jan 28 00:48 Jenkinsfile 00:50:57 -rw-rw-r--. 1 jenkins jenkins 11341 Jan 28 00:48 LICENSE 00:50:57 -rw-rw-r--. 1 jenkins jenkins 1016 Jan 28 00:48 Makefile 00:50:57 drwxrwxr-x. 4 jenkins jenkins 26 Jan 28 00:48 openapi 00:50:57 drwxrwxr-x. 5 jenkins jenkins 50 Jan 28 00:48 pkg 00:50:57 -rw-rw-r--. 1 jenkins jenkins 5897 Jan 28 00:48 README.md 00:50:57 -rw-rw-r--. 1 jenkins jenkins 6616 Jan 28 00:48 RELEASE-NOTES.txt 00:50:57 drwxrwxr-x. 4 jenkins jenkins 54 Jan 28 00:48 snap 00:50:57 -rw-rw-r--. 1 jenkins jenkins 5 Jan 28 00:47 VERSION 00:50:57 -rw-rw-r--. 1 jenkins jenkins 222 Jan 28 00:48 version.go [Pipeline] isUnix [Pipeline] sh 00:50:57 + docker build -t docker-device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=6bb31f54c8cf817d8fded8a5e94c7d798f4310be --label arch=amd64 --label version=0.0.0 . 00:50:58 Sending build context to Docker daemon 2.712MB 00:50:58 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 00:50:58 Step 2/24 : FROM ${BASE} AS builder 00:50:58 ---> b29771806874 00:50:58 Step 3/24 : ARG MAKE='make build' 00:50:58 ---> Running in 8116d54a3a82 00:50:58 Removing intermediate container 8116d54a3a82 00:50:58 ---> 88ec5fb1aae1 00:50:58 Step 4/24 : WORKDIR /device-sdk-go 00:50:59 ---> Running in 565d5c75d89b 00:50:59 Removing intermediate container 565d5c75d89b 00:50:59 ---> 5fb49d35f640 00:50:59 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 00:50:59 ---> Running in ebd09491389f 00:50:59 Removing intermediate container ebd09491389f 00:50:59 ---> 000b32b93a77 00:50:59 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:59 ---> Running in 99bbdb0d3ce0 00:51:00 Removing intermediate container 99bbdb0d3ce0 00:51:00 ---> a589edc13eeb 00:51:00 Step 7/24 : RUN apk add --update --no-cache make git 00:51:00 ---> Running in aa7008aef25f 00:51:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:51:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:51:02 OK: 166 MiB in 39 packages 00:51:02 Removing intermediate container aa7008aef25f 00:51:02 ---> 349b73fdb2fb 00:51:02 Step 8/24 : COPY . . 00:51:04 ---> b51596eb2a79 00:51:04 Step 9/24 : RUN ${MAKE} 00:51:04 ---> Running in b9a8fc422b15 00:51:04 CGO_ENABLED=0 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 00:51:14 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 00:51:16 Removing intermediate container b9a8fc422b15 00:51:16 ---> c5c1bc01ecb0 00:51:16 Step 10/24 : FROM scratch 00:51:16 ---> 00:51:16 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 00:51:16 ---> Running in 0cdb9c472c89 00:51:16 Removing intermediate container 0cdb9c472c89 00:51:16 ---> f9bac0bc5935 00:51:16 Step 12/24 : ENV APP_PORT=49990 00:51:16 ---> Running in fe21a8f5f756 00:51:16 Removing intermediate container fe21a8f5f756 00:51:16 ---> 1221a7410266 00:51:16 Step 13/24 : EXPOSE $APP_PORT 00:51:16 ---> Running in 4c6470c8d678 00:51:16 Removing intermediate container 4c6470c8d678 00:51:16 ---> 23891cad9afe 00:51:16 Step 14/24 : WORKDIR / 00:51:16 ---> Running in e4e518bcf05d 00:51:17 Removing intermediate container e4e518bcf05d 00:51:17 ---> b097ce6d7bf4 00:51:17 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 00:51:17 ---> 73cc589aff72 00:51:17 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 00:51:17 ---> 1e94e45c393a 00:51:17 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 00:51:17 ---> 6526d3abe705 00:51:17 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 00:51:18 ---> 711f07eec799 00:51:18 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 00:51:18 ---> 1fd1ba9dfef1 00:51:18 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 00:51:18 ---> Running in 978d53727c9e 00:51:18 Removing intermediate container 978d53727c9e 00:51:18 ---> 803415b72f9b 00:51:18 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:18 ---> Running in b3051dce656a 00:51:18 Removing intermediate container b3051dce656a 00:51:18 ---> 78805680d79c 00:51:18 Step 22/24 : LABEL arch=amd64 00:51:18 ---> Running in 4616f610e6bf 00:51:19 Removing intermediate container 4616f610e6bf 00:51:19 ---> 1057bb8deb77 00:51:19 Step 23/24 : LABEL git_sha=6bb31f54c8cf817d8fded8a5e94c7d798f4310be 00:51:19 ---> Running in 729c338c3365 00:51:19 Removing intermediate container 729c338c3365 00:51:19 ---> df912edeabfb 00:51:19 Step 24/24 : LABEL version=0.0.0 00:51:19 ---> Running in ef1d30877456 00:51:19 Removing intermediate container ef1d30877456 00:51:19 ---> 25e0b261ad1b 00:51:19 [Warning] One or more build-args [ARCH] were not consumed 00:51:19 Successfully built 25e0b261ad1b 00:51:19 Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 00:55:55 Running on prd-ubuntu18.04-docker-arm64-4c-16g-23608 in /w/workspace/dgexfoundry_device-sdk-go_PR-761 [Pipeline] { [Pipeline] ws 00:55:56 Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout 00:56:03 using credential edgex-jenkins-ssh 00:56:03 Cloning the remote Git repository 00:56:03 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 00:56:03 > git init /w/workspace/device-sdk-go/3 # timeout=10 00:56:03 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 00:56:03 > git --version # timeout=10 00:56:03 > git --version # 'git version 2.17.1' 00:56:03 using GIT_SSH to set credentials SSH Credentials for GitHub 00:56:03 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:56:05 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 00:56:05 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:56:05 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 00:56:05 Merging remotes/origin/master commit d510da1b257a72a1ecadf2ee4e04e7d54b2df89d into PR head commit 6bb31f54c8cf817d8fded8a5e94c7d798f4310be 00:56:06 Merge succeeded, producing 6bb31f54c8cf817d8fded8a5e94c7d798f4310be 00:56:06 Checking out Revision 6bb31f54c8cf817d8fded8a5e94c7d798f4310be (PR-761) 00:56:05 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 00:56:05 using GIT_SSH to set credentials SSH Credentials for GitHub 00:56:05 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/761/head:refs/remotes/origin/PR-761 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:56:06 > git config core.sparsecheckout # timeout=10 00:56:06 > git checkout -f 6bb31f54c8cf817d8fded8a5e94c7d798f4310be # timeout=10 00:56:06 > git remote # timeout=10 00:56:06 > git config --get remote.origin.url # timeout=10 00:56:06 using GIT_SSH to set credentials SSH Credentials for GitHub 00:56:06 > git merge d510da1b257a72a1ecadf2ee4e04e7d54b2df89d # timeout=10 00:56:06 > git rev-parse HEAD^{commit} # timeout=10 00:56:06 > git config core.sparsecheckout # timeout=10 00:56:06 > git checkout -f 6bb31f54c8cf817d8fded8a5e94c7d798f4310be # timeout=10 00:56:11 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:56:12 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:56:13 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:56:13 + true 00:56:13 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:56:16 provisioning config files... 00:56:16 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/3@tmp/config6714612657071443286tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:56:16 ---> docker-login.sh 00:56:16 nexus3.edgexfoundry.org:10001 00:56:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:56:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:56:18 Configure a credential helper to remove this warning. See 00:56:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:56:18 00:56:18 Login Succeeded 00:56:18 nexus3.edgexfoundry.org:10002 00:56:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:56:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:56:19 Configure a credential helper to remove this warning. See 00:56:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:56:19 00:56:19 Login Succeeded 00:56:19 nexus3.edgexfoundry.org:10003 00:56:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:56:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:56:20 Configure a credential helper to remove this warning. See 00:56:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:56:20 00:56:20 Login Succeeded 00:56:20 nexus3.edgexfoundry.org:10004 00:56:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:56:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:56:20 Configure a credential helper to remove this warning. See 00:56:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:56:20 00:56:20 Login Succeeded 00:56:20 docker.io 00:56:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:56:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:56:21 Configure a credential helper to remove this warning. See 00:56:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:56:21 00:56:21 Login Succeeded 00:56:21 ---> docker-login.sh ends [Pipeline] } 00:56:21 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:56:22 ========================================================= 00:56:22 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:56:22 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:56:22 + 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 . 00:56:23 Sending build context to Docker daemon 2.564MB 00:56:23 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 00:56:23 Step 2/8 : FROM ${BASE} 00:56:23 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:56:23 5f621e34cdf4: Pulling fs layer 00:56:23 a4357932f1b6: Pulling fs layer 00:56:23 18c013af1878: Pulling fs layer 00:56:23 00ac8860ef70: Pulling fs layer 00:56:23 63d7cb157983: Pulling fs layer 00:56:23 b116817d02f9: Pulling fs layer 00:56:23 745a02a5169b: Pulling fs layer 00:56:23 00ac8860ef70: Waiting 00:56:23 63d7cb157983: Waiting 00:56:23 b116817d02f9: Waiting 00:56:23 745a02a5169b: Waiting 00:56:23 18c013af1878: Verifying Checksum 00:56:23 18c013af1878: Download complete 00:56:23 a4357932f1b6: Verifying Checksum 00:56:23 a4357932f1b6: Download complete 00:56:23 63d7cb157983: Verifying Checksum 00:56:23 63d7cb157983: Download complete 00:56:23 b116817d02f9: Download complete 00:56:24 5f621e34cdf4: Download complete 00:56:24 5f621e34cdf4: Pull complete 00:56:25 a4357932f1b6: Pull complete 00:56:25 18c013af1878: Pull complete 00:56:26 745a02a5169b: Verifying Checksum 00:56:26 745a02a5169b: Download complete 00:56:28 00ac8860ef70: Verifying Checksum 00:56:28 00ac8860ef70: Download complete 00:56:38 00ac8860ef70: Pull complete 00:56:38 63d7cb157983: Pull complete 00:56:38 b116817d02f9: Pull complete 00:56:41 745a02a5169b: Pull complete 00:56:41 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:56:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:56:41 ---> b7e6874047d6 00:56:41 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 00:56:44 ---> Running in b2be68e37c43 00:56:44 Removing intermediate container b2be68e37c43 00:56:44 ---> 496ea075aff5 00:56:44 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:56:44 ---> Running in f92f292322a4 00:56:47 Removing intermediate container f92f292322a4 00:56:47 ---> a87654855409 00:56:47 Step 5/8 : RUN apk add --update --no-cache make git 00:56:47 ---> Running in 2fac4b253962 00:56:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:56:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:56:50 OK: 142 MiB in 39 packages 00:56:51 Removing intermediate container 2fac4b253962 00:56:51 ---> fc34d3223169 00:56:51 Step 6/8 : WORKDIR /device-sdk-go 00:56:51 ---> Running in 45ba82a764ce 00:56:51 Removing intermediate container 45ba82a764ce 00:56:51 ---> 36a0304f6f12 00:56:51 Step 7/8 : COPY . . 00:56:53 ---> bffcc876ef8e 00:56:53 Step 8/8 : RUN go mod download 00:56:53 ---> Running in f08b2ef48767 00:57:19 Removing intermediate container f08b2ef48767 00:57:19 ---> df6a9ec2d441 00:57:19 Successfully built df6a9ec2d441 00:57:19 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:57:20 + docker inspect -f . ci-base-image-arm64 00:57:20 . [Pipeline] withDockerContainer 00:57:20 prd-ubuntu18.04-docker-arm64-4c-16g-23608 does not seem to be running inside a container 00:57:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:57:22 $ docker top 2532de89542dc993472fa8effb20d537319ee3cffa516877465335431f95af78 -eo pid,comm [Pipeline] { [Pipeline] sh 00:57:23 + go version 00:57:23 go version go1.15.5 linux/arm64 [Pipeline] } 00:57:23 $ docker stop --time=1 2532de89542dc993472fa8effb20d537319ee3cffa516877465335431f95af78 00:57:25 $ docker rm -f 2532de89542dc993472fa8effb20d537319ee3cffa516877465335431f95af78 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:57:26 + docker inspect -f . ci-base-image-arm64 00:57:26 . [Pipeline] withDockerContainer 00:57:26 prd-ubuntu18.04-docker-arm64-4c-16g-23608 does not seem to be running inside a container 00:57:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:57:28 $ docker top 21d16caf6065503b7ac2edd9d0306ec6f2ce54a98626136ca419d1a7aa9133ef -eo pid,comm [Pipeline] { [Pipeline] sh 00:57:29 + make test 00:57:29 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:57:51 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 00:58:38 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 00:58:38 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 00:58:38 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 00:58:38 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.125s coverage: 19.4% of statements 00:58:43 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 1.251s coverage: 97.1% of statements 00:59:10 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.148s coverage: 9.4% of statements 00:59:10 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.123s coverage: 21.7% of statements 00:59:10 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 00:59:10 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.620s coverage: 43.2% of statements 00:59:10 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] 00:59:10 ok github.com/edgexfoundry/device-sdk-go/v2/internal/handler 0.827s coverage: 68.9% of statements 00:59:10 ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler/callback [no test files] 00:59:10 ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] 00:59:10 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 00:59:10 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 00:59:10 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.219s coverage: 53.8% of statements 00:59:10 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] 00:59:10 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] 00:59:10 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.184s coverage: 26.8% of statements 00:59:10 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 6.287s coverage: 83.5% of statements 00:59:10 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.141s coverage: 4.2% of statements 00:59:10 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 00:59:11 GO111MODULE=on go vet ./... 00:59:50 gofmt -l . 00:59:50 [ "`gofmt -l .`" = "" ] 00:59:50 ./bin/test-attribution-txt.sh 00:59:51 ./bin/test-go-mod-tidy.sh [Pipeline] } 00:59:52 $ docker stop --time=1 21d16caf6065503b7ac2edd9d0306ec6f2ce54a98626136ca419d1a7aa9133ef 00:59:54 $ docker rm -f 21d16caf6065503b7ac2edd9d0306ec6f2ce54a98626136ca419d1a7aa9133ef [Pipeline] // withDockerContainer [Pipeline] sh 00:59:55 + sudo chown -R jenkins:jenkins . [Pipeline] stash 00:59:55 Warning: overwriting stash ‘coverage-report’ 00:59:56 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 00:59:57 + sudo chown -R jenkins:jenkins . [Pipeline] sh 00:59:57 + ls -al . 00:59:57 total 252 00:59:57 drwxrwxr-x 10 jenkins jenkins 4096 Jan 28 00:59 . 00:59:57 drwxrwxr-x 4 jenkins jenkins 4096 Jan 28 00:56 .. 00:59:57 -rw-rw-r-- 1 jenkins jenkins 140 Jan 28 00:56 .dockerignore 00:59:57 drwxrwxr-x 8 jenkins jenkins 4096 Jan 28 00:56 .git 00:59:57 drwxrwxr-x 2 jenkins jenkins 4096 Jan 28 00:56 .github 00:59:57 -rw-rw-r-- 1 jenkins jenkins 138 Jan 28 00:56 .gitignore 00:59:57 -rw-rw-r-- 1 jenkins jenkins 949 Jan 28 00:56 Dockerfile.build 00:59:57 -rw-rw-r-- 1 jenkins jenkins 901 Jan 28 00:56 Jenkinsfile 00:59:57 -rw-rw-r-- 1 jenkins jenkins 11341 Jan 28 00:56 LICENSE 00:59:57 -rw-rw-r-- 1 jenkins jenkins 1016 Jan 28 00:56 Makefile 00:59:57 -rw-rw-r-- 1 jenkins jenkins 5897 Jan 28 00:56 README.md 00:59:57 -rw-rw-r-- 1 jenkins jenkins 6616 Jan 28 00:56 RELEASE-NOTES.txt 00:59:57 -rw-rw-r-- 1 jenkins jenkins 5 Jan 28 00:47 VERSION 00:59:57 drwxrwxr-x 2 jenkins jenkins 4096 Jan 28 00:56 bin 00:59:57 -rw-r--r-- 1 jenkins jenkins 136842 Jan 28 00:59 coverage.out 00:59:57 drwxrwxr-x 4 jenkins jenkins 4096 Jan 28 00:56 example 00:59:57 -rw-r--r-- 1 jenkins jenkins 514 Jan 28 00:59 go.mod 00:59:57 -rw-r--r-- 1 jenkins jenkins 14101 Jan 28 00:59 go.sum 00:59:57 drwxrwxr-x 15 jenkins jenkins 4096 Jan 28 00:56 internal 00:59:57 drwxrwxr-x 4 jenkins jenkins 4096 Jan 28 00:56 openapi 00:59:57 drwxrwxr-x 5 jenkins jenkins 4096 Jan 28 00:56 pkg 00:59:57 drwxrwxr-x 4 jenkins jenkins 4096 Jan 28 00:56 snap 00:59:57 -rw-rw-r-- 1 jenkins jenkins 222 Jan 28 00:56 version.go [Pipeline] isUnix [Pipeline] sh 00:59:58 + docker build -t docker-device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=6bb31f54c8cf817d8fded8a5e94c7d798f4310be --label arch=arm64 --label version=0.0.0 . 00:59:58 Sending build context to Docker daemon 2.702MB 00:59:58 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 00:59:58 Step 2/24 : FROM ${BASE} AS builder 00:59:58 ---> df6a9ec2d441 00:59:58 Step 3/24 : ARG MAKE='make build' 00:59:59 ---> Running in a747c6759a04 00:59:59 Removing intermediate container a747c6759a04 00:59:59 ---> abdb90be63a4 00:59:59 Step 4/24 : WORKDIR /device-sdk-go 00:59:59 ---> Running in b01bf2651a55 01:00:00 Removing intermediate container b01bf2651a55 01:00:00 ---> b01b3423f60c 01:00:00 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 01:00:00 ---> Running in 0fa21e1d4dfa 01:00:00 Removing intermediate container 0fa21e1d4dfa 01:00:00 ---> fc4af683b127 01:00:00 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:00:01 ---> Running in 84dd1c0e8d1a 01:00:03 Removing intermediate container 84dd1c0e8d1a 01:00:03 ---> 4c17275470ae 01:00:03 Step 7/24 : RUN apk add --update --no-cache make git 01:00:03 ---> Running in 9df55950f8d8 01:00:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:00:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:00:06 OK: 142 MiB in 39 packages 01:00:08 Removing intermediate container 9df55950f8d8 01:00:08 ---> ebf46ff9202f 01:00:08 Step 8/24 : COPY . . 01:00:09 ---> 0da63119e9cf 01:00:09 Step 9/24 : RUN ${MAKE} 01:00:09 ---> Running in 4cbfbb877837 01:00:10 CGO_ENABLED=0 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 01:00:43 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 01:00:45 Removing intermediate container 4cbfbb877837 01:00:45 ---> 8b1ee0218e46 01:00:45 Step 10/24 : FROM scratch 01:00:45 ---> 01:00:45 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 01:00:45 ---> Running in aaf1c36429dc 01:00:45 Removing intermediate container aaf1c36429dc 01:00:45 ---> 98508b545720 01:00:45 Step 12/24 : ENV APP_PORT=49990 01:00:45 ---> Running in 4238416edafa 01:00:46 Removing intermediate container 4238416edafa 01:00:46 ---> a40387f0fcf7 01:00:46 Step 13/24 : EXPOSE $APP_PORT 01:00:46 ---> Running in 5aa64a8e4002 01:00:47 Removing intermediate container 5aa64a8e4002 01:00:47 ---> d341c1f5f181 01:00:47 Step 14/24 : WORKDIR / 01:00:47 ---> Running in b5efdc214b2f 01:00:47 Removing intermediate container b5efdc214b2f 01:00:47 ---> 9666d853cc76 01:00:47 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 01:00:48 ---> e153c53f9d68 01:00:48 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 01:00:49 ---> fdf64ee98734 01:00:49 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 01:00:50 ---> cebeffa8e8b6 01:00:50 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 01:00:51 ---> 933722b3e2fa 01:00:51 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 01:00:52 ---> 0a18749ddd09 01:00:52 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 01:00:52 ---> Running in 371e0ef3d1c1 01:00:52 Removing intermediate container 371e0ef3d1c1 01:00:52 ---> 4af8a7617e12 01:00:52 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:00:52 ---> Running in cac7e31dd638 01:00:53 Removing intermediate container cac7e31dd638 01:00:53 ---> 4497e80869c9 01:00:53 Step 22/24 : LABEL arch=arm64 01:00:53 ---> Running in 84b0da444428 01:00:54 Removing intermediate container 84b0da444428 01:00:54 ---> 8e14dd56c8c8 01:00:54 Step 23/24 : LABEL git_sha=6bb31f54c8cf817d8fded8a5e94c7d798f4310be 01:00:54 ---> Running in 4689c29f7284 01:00:55 Removing intermediate container 4689c29f7284 01:00:55 ---> 2f7515009ea5 01:00:55 Step 24/24 : LABEL version=0.0.0 01:00:55 ---> Running in 4b493c39ef37 01:00:55 Removing intermediate container 4b493c39ef37 01:00:55 ---> dcc074bbc410 01:00:55 [Warning] One or more build-args [ARCH] were not consumed 01:00:55 Successfully built dcc074bbc410 01:00:55 Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [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 01:00:57 provisioning config files... 01:00:57 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-761@tmp/config4071714097501083805tmp [Pipeline] { [Pipeline] sh 01:00:57 + set +x 01:00:57 + curl -s https://codecov.io/bash 01:00:57 + bash -s -- 01:00:57 01:00:57 _____ _ 01:00:57 / ____| | | 01:00:57 | | ___ __| | ___ ___ _____ __ 01:00:57 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 01:00:57 | |___| (_) | (_| | __/ (_| (_) \ V / 01:00:57 \_____\___/ \__,_|\___|\___\___/ \_/ 01:00:57 Bash-20210128-d4071a2 01:00:57 01:00:57 01:00:57 ==> git version 2.24.3 found 01:00:57 ==> 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 01:00:57 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 01:00:57 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 01:00:58 ==> Jenkins CI detected. 01:00:58 project root: . 01:00:58 --> token set from env 01:00:58 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 01:00:58 ==> Running gcov in . (disable via -X gcov) 01:00:58 ==> Python coveragepy not found 01:00:58 ==> Searching for coverage reports in: 01:00:58 + . 01:00:58 -> Found 1 reports 01:00:58 ==> Detecting git/mercurial file structure 01:00:58 ==> Reading reports 01:00:58 + ./coverage.out bytes=136842 01:00:58 ==> Appending adjustments 01:00:58 https://docs.codecov.io/docs/fixing-reports 01:00:58 + Found adjustments 01:00:58 ==> Gzipping contents 01:00:58 24K /tmp/codecov.BPNVeG.gz 01:00:58 ==> Uploading reports 01:00:58 url: https://codecov.io 01:00:58 query: branch=PR-761&commit=6bb31f54c8cf817d8fded8a5e94c7d798f4310be&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-761%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=761&job=&cmd_args= 01:00:58 -> Pinging Codecov 01:00:58 https://codecov.io/upload/v4?package=bash-20210128-d4071a2&token=secret&branch=PR-761&commit=6bb31f54c8cf817d8fded8a5e94c7d798f4310be&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-761%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=761&job=&cmd_args= 01:00:58 -> Uploading to 01:00:58 https://storage.googleapis.com/codecov/v4/raw/2021-01-28/7E55EF52A471D76F132DFD9A03CDDE97/6bb31f54c8cf817d8fded8a5e94c7d798f4310be/433688ea-59f9-4c2c-bd51-7ba054977181.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210128%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210128T010058Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4759d3eb6601df910443e230096287426f9d788313ceaef72d36dad2ef6bbf45 01:00:58 % Total % Received % Xferd Average Speed Time Time Time Current 01:00:58 Dload Upload Total Spent Left Speed 01:00:59 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21507 0 0 100 21507 0 45346 --:--:-- --:--:-- --:--:-- 45277 01:00:59 -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/6bb31f54c8cf817d8fded8a5e94c7d798f4310be [Pipeline] } 01:00:59 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] { (Snyk Docker Image Scan) Stage "Snyk Docker Image 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 01:01:02 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:01:02 ---> package-listing.sh 01:01:02 ++ facter osfamily 01:01:02 ++ tr '[:upper:]' '[:lower:]' 01:01:02 + OS_FAMILY=redhat 01:01:02 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-761 01:01:02 + START_PACKAGES=/tmp/packages_start.txt 01:01:02 + END_PACKAGES=/tmp/packages_end.txt 01:01:02 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:01:02 + PACKAGES=/tmp/packages_start.txt 01:01:02 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-761 ']' 01:01:02 + PACKAGES=/tmp/packages_end.txt 01:01:02 + case "${OS_FAMILY}" in 01:01:02 + rpm -qa 01:01:02 + sort 01:01:06 + '[' -f /tmp/packages_start.txt ']' 01:01:06 + '[' -f /tmp/packages_end.txt ']' 01:01:06 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:01:06 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-761 ']' 01:01:06 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-761/archives/ 01:01:06 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-761/archives/ [Pipeline] echo 01:01:06 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-761/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 01:01:07 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 01:01:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:01:07 01:01:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 01:01:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:01:07 alpine: Pulling from edgex-lftools-log-publisher 01:01:07 df20fa9351a1: Pulling fs layer 01:01:07 36b3adc4ff6f: Pulling fs layer 01:01:07 8ad3a11d3b57: Pulling fs layer 01:01:07 46f8f816bc3b: Pulling fs layer 01:01:07 93b61091891f: Pulling fs layer 01:01:07 93b9cdb0e59b: Pulling fs layer 01:01:07 5e14af77c1be: Pulling fs layer 01:01:07 01666e4c0597: Pulling fs layer 01:01:07 aa168da1d23b: Pulling fs layer 01:01:07 93b9cdb0e59b: Waiting 01:01:07 5e14af77c1be: Waiting 01:01:07 01666e4c0597: Waiting 01:01:07 aa168da1d23b: Waiting 01:01:07 46f8f816bc3b: Waiting 01:01:07 93b61091891f: Waiting 01:01:07 36b3adc4ff6f: Download complete 01:01:07 46f8f816bc3b: Verifying Checksum 01:01:07 46f8f816bc3b: Download complete 01:01:08 df20fa9351a1: Download complete 01:01:08 93b9cdb0e59b: Verifying Checksum 01:01:08 93b9cdb0e59b: Download complete 01:01:08 93b61091891f: Verifying Checksum 01:01:08 93b61091891f: Download complete 01:01:08 5e14af77c1be: Verifying Checksum 01:01:08 5e14af77c1be: Download complete 01:01:08 01666e4c0597: Download complete 01:01:08 df20fa9351a1: Pull complete 01:01:08 36b3adc4ff6f: Pull complete 01:01:08 8ad3a11d3b57: Verifying Checksum 01:01:08 8ad3a11d3b57: Download complete 01:01:09 8ad3a11d3b57: Pull complete 01:01:09 46f8f816bc3b: Pull complete 01:01:09 93b61091891f: Pull complete 01:01:10 aa168da1d23b: Verifying Checksum 01:01:10 aa168da1d23b: Download complete 01:01:10 93b9cdb0e59b: Pull complete 01:01:10 5e14af77c1be: Pull complete 01:01:10 01666e4c0597: Pull complete 01:01:17 aa168da1d23b: Pull complete 01:01:17 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 01:01:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:01:17 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 01:01:17 prd-centos7-docker-4c-2g-23593 does not seem to be running inside a container 01:01:17 $ 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-761/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-761 -v /w/workspace/dgexfoundry_device-sdk-go_PR-761:/w/workspace/dgexfoundry_device-sdk-go_PR-761:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-761@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-761@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:10003/edgex-lftools-log-publisher:alpine cat 01:01:20 $ docker top 7d6a7d5773301f3110cd9227256e64c49e6c03d081eb448a1f5c4c07ff500c55 -eo pid,comm [Pipeline] { [Pipeline] sh 01:01:21 + touch /tmp/pre-build-complete [Pipeline] sh 01:01:21 + mkdir -p /var/log/sa [Pipeline] sh 01:01:21 + ls /var/log/sa-host 01:01:21 + sadf -c /var/log/sa-host/sa23 01:01:21 file_magic: OK 01:01:21 HZ: Using current value: 100 01:01:21 file_header: OK 01:01:21 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 01:01:21 Statistics: 01:01:21 Hnuu...uuuununununu... 01:01:21 File successfully converted to sysstat format version 12.2.1 01:01:21 + sadf -c /var/log/sa-host/sa28 01:01:21 file_magic: OK 01:01:21 HZ: Using current value: 100 01:01:21 file_header: OK 01:01:21 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 01:01:21 Statistics: 01:01:21 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 01:01:21 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:01:21 provisioning config files... 01:01:21 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-761@tmp/config905249023808432747tmp [Pipeline] { [Pipeline] echo 01:01:22 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:01:22 ---> create-netrc.sh [Pipeline] } 01:01:22 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 01:01:22 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 01:01:22 ---> python-tools-install.sh [Pipeline] echo 01:01:22 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:01:23 ---> sudo-logs.sh 01:01:23 Archiving 'sudo' log.. [Pipeline] echo 01:01:23 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:01:23 ---> job-cost.sh 01:01:23 lf-activate-venv: SKIPPING 01:01:23 INFO: No Stack... 01:01:24 INFO: Retrieving Pricing Info for: v1-standard-2 01:01:24 INFO: Archiving Costs [Pipeline] echo 01:01:24 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:01:25 ---> logs-deploy.sh 01:01:25 lf-activate-venv: SKIPPING 01:01:25 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-761/3 01:01:25 INFO: archiving workspace using pattern(s): 01:01:26 Archives upload complete. 01:01:26 INFO: archiving logs to Nexus 01:01:27 ---> uname -a: 01:01:27 Linux prd-centos7-docker-4c-2g-23593.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 01:01:27 01:01:27 01:01:27 ---> lscpu: 01:01:27 Architecture: x86_64 01:01:27 CPU op-mode(s): 32-bit, 64-bit 01:01:27 Byte Order: Little Endian 01:01:27 Address sizes: 40 bits physical, 48 bits virtual 01:01:27 CPU(s): 4 01:01:27 On-line CPU(s) list: 0-3 01:01:27 Thread(s) per core: 1 01:01:27 Core(s) per socket: 1 01:01:27 Socket(s): 4 01:01:27 NUMA node(s): 1 01:01:27 Vendor ID: GenuineIntel 01:01:27 CPU family: 6 01:01:27 Model: 44 01:01:27 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 01:01:27 Stepping: 1 01:01:27 CPU MHz: 2933.442 01:01:27 BogoMIPS: 5866.88 01:01:27 Virtualization: VT-x 01:01:27 Hypervisor vendor: KVM 01:01:27 Virtualization type: full 01:01:27 L1d cache: 128 KiB 01:01:27 L1i cache: 128 KiB 01:01:27 L2 cache: 16 MiB 01:01:27 L3 cache: 64 MiB 01:01:27 NUMA node0 CPU(s): 0-3 01:01:27 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 01:01:27 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 01:01:27 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 01:01:27 Vulnerability Meltdown: Mitigation; PTI 01:01:27 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 01:01:27 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 01:01:27 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 01:01:27 Vulnerability Srbds: Not affected 01:01:27 Vulnerability Tsx async abort: Not affected 01:01:27 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 01:01:27 01:01:27 01:01:27 ---> nproc: 01:01:27 4 01:01:27 01:01:27 01:01:27 ---> df -h: 01:01:27 Filesystem Size Used Available Use% Mounted on 01:01:27 overlay 50.0G 6.9G 43.1G 14% / 01:01:27 tmpfs 64.0M 0 64.0M 0% /dev 01:01:27 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 01:01:27 shm 64.0M 0 64.0M 0% /dev/shm 01:01:27 /dev/vda1 50.0G 6.9G 43.1G 14% /facter-os 01:01:27 /dev/vda1 50.0G 6.9G 43.1G 14% /etc/resolv.conf 01:01:27 /dev/vda1 50.0G 6.9G 43.1G 14% /etc/hostname 01:01:27 /dev/vda1 50.0G 6.9G 43.1G 14% /etc/hosts 01:01:27 /dev/vda1 50.0G 6.9G 43.1G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-761 01:01:27 /dev/vda1 50.0G 6.9G 43.1G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-761@tmp 01:01:27 /dev/vda1 50.0G 6.9G 43.1G 14% /var/log/sa-host 01:01:27 /dev/vda1 50.0G 6.9G 43.1G 14% /var/log/secure 01:01:27 /dev/vda1 50.0G 6.9G 43.1G 14% /var/log/auth.log 01:01:27 /dev/vda1 50.0G 6.9G 43.1G 14% /run/cloud-init/result.json 01:01:27 01:01:27 01:01:27 ---> free -m: 01:01:27 total used free shared buff/cache available 01:01:27 Mem: 1837 702 102 0 1032 1030 01:01:27 Swap: 1023 1 1022 01:01:27 01:01:27 01:01:27 ---> ip addr: 01:01:27 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 01:01:27 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 01:01:27 inet 127.0.0.1/8 scope host lo 01:01:27 valid_lft forever preferred_lft forever 01:01:27 inet6 ::1/128 scope host 01:01:27 valid_lft forever preferred_lft forever 01:01:27 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 01:01:27 link/ether fa:16:3e:b3:eb:8a brd ff:ff:ff:ff:ff:ff 01:01:27 inet 10.30.122.204/23 brd 10.30.123.255 scope global dynamic eth0 01:01:27 valid_lft 85511sec preferred_lft 85511sec 01:01:27 inet6 fe80::f816:3eff:feb3:eb8a/64 scope link 01:01:27 valid_lft forever preferred_lft forever 01:01:27 3: docker0: mtu 1500 qdisc noqueue state DOWN 01:01:27 link/ether 02:42:0f:90:92:61 brd ff:ff:ff:ff:ff:ff 01:01:27 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 01:01:27 valid_lft forever preferred_lft forever 01:01:27 inet6 fe80::42:fff:fe90:9261/64 scope link 01:01:27 valid_lft forever preferred_lft forever 01:01:27 01:01:27 01:01:27 ---> sar -b -r -n DEV: 01:01:27 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/28/21 _x86_64_ (4 CPU) 01:01:27 01:01:27 00:46:27 LINUX RESTART (4 CPU) 01:01:27 01:01:27 00:47:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 01:01:27 00:48:01 51.66 14.78 36.87 0.00 4664.96 2877.74 0.00 01:01:27 00:49:01 1.95 0.00 1.95 0.00 0.00 43.04 0.00 01:01:27 00:50:01 0.27 0.00 0.27 0.00 0.00 3.78 0.00 01:01:27 00:51:01 0.37 0.00 0.37 0.00 0.00 4.63 0.00 01:01:27 00:52:02 0.15 0.00 0.15 0.00 0.00 2.20 0.00 01:01:27 00:53:01 0.37 0.00 0.37 0.00 0.00 4.64 0.00 01:01:27 00:54:01 0.25 0.00 0.25 0.00 0.00 2.73 0.00 01:01:27 00:55:01 0.28 0.00 0.28 0.00 0.00 3.48 0.00 01:01:27 00:56:01 0.25 0.00 0.25 0.00 0.00 2.73 0.00 01:01:27 00:57:01 0.20 0.00 0.20 0.00 0.00 2.32 0.00 01:01:27 00:58:01 0.35 0.00 0.35 0.00 0.00 5.11 0.00 01:01:27 00:59:01 0.18 0.00 0.18 0.00 0.00 3.10 0.00 01:01:27 01:00:01 0.28 0.00 0.28 0.00 0.00 3.21 0.00 01:01:27 01:01:01 0.45 0.17 0.28 0.00 11.32 10.29 0.00 01:01:27 Average: 4.08 1.07 3.01 0.00 334.58 212.42 0.00 01:01:27 01:01:27 00:47:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 01:01:27 00:48:01 145416 0 595248 31.64 2620 1138260 1110000 37.88 418432 1118836 128 01:01:27 00:49:01 148736 0 591924 31.46 2620 1138264 1090824 37.23 418124 1116080 8 01:01:27 00:50:01 149000 0 591652 31.45 2620 1138272 1089796 37.19 428420 1105980 8 01:01:27 00:51:01 149080 0 591572 31.44 2620 1138272 1077460 36.77 429472 1104656 8 01:01:27 00:52:02 149000 0 591644 31.44 2620 1138280 1077580 36.78 428704 1106084 8 01:01:27 00:53:01 149656 0 590984 31.41 2620 1138284 1077496 36.77 428380 1106084 8 01:01:27 00:54:01 149688 0 590948 31.41 2620 1138288 1077460 36.77 428068 1106080 8 01:01:27 00:55:01 149040 0 591592 31.44 2620 1138292 1077580 36.78 428720 1106080 8 01:01:27 00:56:01 149164 0 591464 31.44 2620 1138296 1077604 36.78 428876 1106080 8 01:01:27 00:57:01 145852 0 594768 31.61 2620 1138304 1077688 36.78 432488 1105756 8 01:01:27 00:58:01 145496 0 595124 31.63 2620 1138304 1077700 36.78 432708 1105756 8 01:01:27 00:59:01 145752 0 594860 31.62 2620 1138312 1077628 36.78 432176 1105756 8 01:01:27 01:00:01 146312 0 594296 31.59 2620 1138316 1077556 36.78 431816 1105756 8 01:01:27 01:01:01 143304 0 596804 31.72 2620 1138816 1080708 36.88 433916 1105884 0 01:01:27 Average: 147535 0 593063 31.52 2620 1138326 1081934 36.92 428593 1107491 16 01:01:27 01:01:27 00:47:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 01:01:27 00:48:01 eth0 352.71 253.55 737.79 83.41 0.00 0.00 0.00 0.00 01:01:27 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 00:48:01 docker0 4.98 5.73 1.08 23.28 0.00 0.00 0.00 0.00 01:01:27 00:49:01 eth0 2.53 0.82 0.91 0.59 0.00 0.00 0.00 0.00 01:01:27 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 00:50:01 eth0 1.13 0.35 0.33 0.20 0.00 0.00 0.00 0.00 01:01:27 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 00:51:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 01:01:27 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 00:52:02 eth0 0.63 0.38 0.43 0.25 0.00 0.00 0.00 0.00 01:01:27 00:52:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 00:52:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 00:53:01 eth0 0.22 0.14 0.07 0.01 0.00 0.00 0.00 0.00 01:01:27 00:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 00:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 00:54:01 eth0 0.40 0.08 0.02 0.01 0.00 0.00 0.00 0.00 01:01:27 00:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 00:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 00:55:01 eth0 5.25 0.52 0.93 0.36 0.00 0.00 0.00 0.00 01:01:27 00:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 00:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 00:56:01 eth0 3.23 0.57 0.74 0.40 0.00 0.00 0.00 0.00 01:01:27 00:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 00:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 00:57:01 eth0 2.83 0.58 0.76 0.45 0.00 0.00 0.00 0.00 01:01:27 00:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 00:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 00:58:01 eth0 1.35 0.67 0.63 0.44 0.00 0.00 0.00 0.00 01:01:27 00:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 00:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 00:59:01 eth0 1.88 0.53 0.63 0.39 0.00 0.00 0.00 0.00 01:01:27 00:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 00:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 01:00:01 eth0 1.05 0.28 0.33 0.20 0.00 0.00 0.00 0.00 01:01:27 01:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 01:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 01:01:01 eth0 5.53 3.51 5.14 2.21 0.00 0.00 0.00 0.00 01:01:27 01:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 01:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 Average: eth0 27.11 18.75 53.57 6.36 0.00 0.00 0.00 0.00 01:01:27 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 Average: docker0 0.36 0.41 0.08 1.67 0.00 0.00 0.00 0.00 01:01:27 01:01:27 01:01:27 ---> sar -P ALL: 01:01:27 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/28/21 _x86_64_ (4 CPU) 01:01:27 01:01:27 00:46:27 LINUX RESTART (4 CPU) 01:01:27 01:01:27 00:47:01 CPU %user %nice %system %iowait %steal %idle 01:01:27 00:48:01 all 6.29 0.00 2.05 1.32 0.03 90.31 01:01:27 00:48:01 0 7.67 0.00 2.62 2.94 0.03 86.74 01:01:27 00:48:01 1 7.03 0.00 1.71 1.80 0.03 89.43 01:01:27 00:48:01 2 5.37 0.00 1.96 0.18 0.03 92.44 01:01:27 00:48:01 3 5.07 0.00 1.90 0.37 0.03 92.63 01:01:27 00:49:01 all 0.14 0.00 0.04 0.00 0.00 99.82 01:01:27 00:49:01 0 0.05 0.00 0.02 0.00 0.00 99.93 01:01:27 00:49:01 1 0.07 0.00 0.05 0.00 0.00 99.88 01:01:27 00:49:01 2 0.05 0.00 0.03 0.00 0.02 99.90 01:01:27 00:49:01 3 0.38 0.00 0.07 0.00 0.00 99.55 01:01:27 00:50:01 all 0.18 0.00 0.04 0.00 0.02 99.75 01:01:27 00:50:01 0 0.52 0.00 0.05 0.00 0.02 99.42 01:01:27 00:50:01 1 0.05 0.00 0.05 0.00 0.03 99.87 01:01:27 00:50:01 2 0.05 0.00 0.05 0.00 0.00 99.90 01:01:27 00:50:01 3 0.12 0.00 0.02 0.00 0.05 99.82 01:01:27 00:51:01 all 0.14 0.00 0.03 0.00 0.00 99.83 01:01:27 00:51:01 0 0.50 0.00 0.03 0.00 0.02 99.45 01:01:27 00:51:01 1 0.02 0.00 0.03 0.00 0.00 99.95 01:01:27 00:51:01 2 0.00 0.00 0.02 0.00 0.00 99.98 01:01:27 00:51:01 3 0.03 0.00 0.02 0.00 0.00 99.95 01:01:27 00:52:02 all 0.19 0.00 0.14 0.00 0.00 99.67 01:01:27 00:52:02 0 0.57 0.00 0.13 0.00 0.00 99.30 01:01:27 00:52:02 1 0.05 0.00 0.05 0.00 0.00 99.90 01:01:27 00:52:02 2 0.07 0.00 0.15 0.00 0.00 99.78 01:01:27 00:52:02 3 0.08 0.00 0.22 0.00 0.00 99.70 01:01:27 00:53:01 all 0.14 0.00 0.02 0.00 0.00 99.83 01:01:27 00:53:01 0 0.53 0.00 0.02 0.00 0.00 99.46 01:01:27 00:53:01 1 0.02 0.00 0.02 0.00 0.00 99.97 01:01:27 00:53:01 2 0.02 0.00 0.05 0.00 0.00 99.93 01:01:27 00:53:01 3 0.02 0.00 0.00 0.00 0.00 99.98 01:01:27 00:54:01 all 0.16 0.00 0.02 0.00 0.00 99.81 01:01:27 00:54:01 0 0.50 0.00 0.02 0.00 0.00 99.48 01:01:27 00:54:01 1 0.05 0.00 0.03 0.00 0.00 99.92 01:01:27 00:54:01 2 0.05 0.00 0.03 0.00 0.02 99.90 01:01:27 00:54:01 3 0.03 0.00 0.02 0.00 0.00 99.95 01:01:27 00:55:01 all 0.15 0.00 0.03 0.00 0.00 99.82 01:01:27 00:55:01 0 0.48 0.00 0.03 0.00 0.00 99.48 01:01:27 00:55:01 1 0.03 0.00 0.02 0.00 0.00 99.95 01:01:27 00:55:01 2 0.07 0.00 0.05 0.00 0.00 99.88 01:01:27 00:55:01 3 0.02 0.00 0.02 0.00 0.00 99.97 01:01:27 00:56:01 all 0.16 0.00 0.03 0.00 0.00 99.81 01:01:27 00:56:01 0 0.52 0.00 0.02 0.00 0.00 99.47 01:01:27 00:56:01 1 0.05 0.00 0.05 0.00 0.00 99.90 01:01:27 00:56:01 2 0.03 0.00 0.02 0.00 0.00 99.95 01:01:27 00:56:01 3 0.03 0.00 0.02 0.00 0.02 99.93 01:01:27 00:57:01 all 0.15 0.00 0.02 0.00 0.00 99.83 01:01:27 00:57:01 0 0.50 0.00 0.02 0.00 0.00 99.48 01:01:27 00:57:01 1 0.07 0.00 0.02 0.00 0.00 99.92 01:01:27 00:57:01 2 0.03 0.00 0.02 0.00 0.00 99.95 01:01:27 00:57:01 3 0.02 0.00 0.02 0.00 0.00 99.97 01:01:27 00:58:01 all 0.16 0.00 0.03 0.00 0.01 99.80 01:01:27 00:58:01 0 0.50 0.00 0.00 0.00 0.02 99.48 01:01:27 00:58:01 1 0.03 0.00 0.03 0.00 0.00 99.93 01:01:27 00:58:01 2 0.03 0.00 0.03 0.00 0.02 99.92 01:01:27 00:58:01 3 0.07 0.00 0.05 0.00 0.02 99.87 01:01:27 01:01:27 00:58:01 CPU %user %nice %system %iowait %steal %idle 01:01:27 00:59:01 all 0.16 0.00 0.03 0.00 0.00 99.82 01:01:27 00:59:01 0 0.52 0.00 0.02 0.00 0.00 99.47 01:01:27 00:59:01 1 0.03 0.00 0.02 0.00 0.00 99.95 01:01:27 00:59:01 2 0.05 0.00 0.02 0.00 0.00 99.93 01:01:27 00:59:01 3 0.03 0.00 0.05 0.00 0.00 99.92 01:01:27 01:00:01 all 0.14 0.00 0.04 0.00 0.00 99.83 01:01:27 01:00:01 0 0.45 0.00 0.03 0.00 0.00 99.52 01:01:27 01:00:01 1 0.03 0.00 0.03 0.00 0.00 99.93 01:01:27 01:00:01 2 0.03 0.00 0.03 0.00 0.00 99.93 01:01:27 01:00:01 3 0.03 0.00 0.05 0.00 0.00 99.92 01:01:27 01:01:01 all 0.56 0.00 0.26 0.00 0.01 99.16 01:01:27 01:01:01 0 0.62 0.00 0.23 0.00 0.00 99.15 01:01:27 01:01:01 1 0.18 0.00 0.20 0.00 0.02 99.60 01:01:27 01:01:01 2 0.87 0.00 0.53 0.02 0.02 98.57 01:01:27 01:01:01 3 0.57 0.00 0.08 0.00 0.02 99.33 01:01:27 Average: all 0.62 0.00 0.20 0.09 0.01 99.08 01:01:27 Average: 0 0.99 0.00 0.23 0.21 0.01 98.56 01:01:27 Average: 1 0.55 0.00 0.16 0.13 0.01 99.15 01:01:27 Average: 2 0.48 0.00 0.21 0.01 0.01 99.29 01:01:27 Average: 3 0.46 0.00 0.18 0.03 0.01 99.32 01:01:27 01:01:27 01:01:27