Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 619f260ee4c0648af817c78e3551f454d78ccf58 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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-20442 in /w/workspace/dgexfoundry_device-sdk-go_master [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_master # 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/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 619f260ee4c0648af817c78e3551f454d78ccf58 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 619f260ee4c0648af817c78e3551f454d78ccf58 # timeout=10 Commit message: "Merge pull request #701 from weichou1229/issue-700" > git rev-list --no-walk 1f15288997641a3d0d3a625c9b3944aa45f594eb # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:52:09 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:52:10 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:52:10 ========================================================= 08:52:10 EdgeX Global Pipelines Version Info 08:52:10 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:52:11 ------------------- 08:52:11 stable info: 08:52:11 ------------------- 08:52:11 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:52:11 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 08:52:11 Message: update stable to v1.0.177 08:52:12 ------------------- 08:52:12 experimental info: 08:52:12 ------------------- 08:52:12 Commited By: **** collab-it+edgex@linuxfoundation.org 08:52:12 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 08:52:12 Message: update experimental to v1.0.177 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 08:52:12 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 08:52:13 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 08:52:13 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:52:14 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:52:14 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:52:14 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 08:52:14 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 08:52:14 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 08:52:14 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 08:52:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:52:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:52:15 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 08:52:15 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:52:15 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:52:15 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 08:52:15 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 08:52:15 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 08:52:15 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 08:52:15 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:52:15 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 08:52:16 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 08:52:16 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 08:52:16 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 08:52:16 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 08:52:16 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 08:52:16 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 08:52:16 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 08:52:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 08:52:16 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 08:52:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 08:52:16 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 619f260ee4c0648af817c78e3551f454d78ccf58 [Pipeline] echo 08:52:16 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 619f260 [Pipeline] echo 08:52:17 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:52:17 provisioning config files... 08:52:17 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1113521514797407585tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:52:17 ---> docker-login.sh 08:52:17 nexus3.edgexfoundry.org:10001 08:52:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:52:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:52:18 Configure a credential helper to remove this warning. See 08:52:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:52:18 08:52:18 Login Succeeded 08:52:18 nexus3.edgexfoundry.org:10002 08:52:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:52:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:52:18 Configure a credential helper to remove this warning. See 08:52:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:52:18 08:52:18 Login Succeeded 08:52:18 nexus3.edgexfoundry.org:10003 08:52:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:52:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:52:18 Configure a credential helper to remove this warning. See 08:52:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:52:18 08:52:18 Login Succeeded 08:52:18 nexus3.edgexfoundry.org:10004 08:52:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:52:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:52:18 Configure a credential helper to remove this warning. See 08:52:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:52:18 08:52:18 Login Succeeded 08:52:18 docker.io 08:52:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:52:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:52:19 Configure a credential helper to remove this warning. See 08:52:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:52:19 08:52:19 Login Succeeded 08:52:19 ---> docker-login.sh ends [Pipeline] } 08:52:19 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 08:52:20 + git log --format=format:%s -1 619f260ee4c0648af817c78e3551f454d78ccf58 [Pipeline] echo 08:52:20 GIT_COMMIT: 619f260ee4c0648af817c78e3551f454d78ccf58, Commit Message: Merge pull request #701 from weichou1229/issue-700 [Pipeline] echo 08:52:20 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 08:52:21 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:52:21 08:52:21 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:52:21 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:52:21 latest: Pulling from edgex-devops/git-semver 08:52:21 31603596830f: Pulling fs layer 08:52:21 2a8b12db71e7: Pulling fs layer 08:52:21 6ca5941a6612: Pulling fs layer 08:52:21 ecc8261a40a4: Pulling fs layer 08:52:21 ecc8261a40a4: Waiting 08:52:21 2a8b12db71e7: Download complete 08:52:21 31603596830f: Verifying Checksum 08:52:21 31603596830f: Download complete 08:52:22 ecc8261a40a4: Verifying Checksum 08:52:22 ecc8261a40a4: Download complete 08:52:22 6ca5941a6612: Verifying Checksum 08:52:22 6ca5941a6612: Download complete 08:52:22 31603596830f: Pull complete 08:52:22 2a8b12db71e7: Pull complete 08:52:23 6ca5941a6612: Pull complete 08:52:23 ecc8261a40a4: Pull complete 08:52:23 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 08:52:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:52:23 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:52:23 prd-centos7-docker-4c-2g-20442 does not seem to be running inside a container 08:52:23 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:52:26 $ docker top 7d14543286b94ecd52b07b54d2aaa5b91e38c82c8890509e91137e0b47fe6501 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:52:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:52:26 [ssh-agent] Looking for ssh-agent implementation... 08:52:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:52:26 $ docker exec 7d14543286b94ecd52b07b54d2aaa5b91e38c82c8890509e91137e0b47fe6501 ssh-agent 08:52:26 SSH_AUTH_SOCK=/tmp/ssh-7BDZRyY0XNJY/agent.13 08:52:26 SSH_AGENT_PID=19 08:52:26 Running ssh-add (command line suppressed) 08:52:26 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1596128163822295417.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1596128163822295417.key) 08:52:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:52:27 + git tag --points-at HEAD [Pipeline] } 08:52:27 $ docker exec --env ******** --env ******** 7d14543286b94ecd52b07b54d2aaa5b91e38c82c8890509e91137e0b47fe6501 ssh-agent -k 08:52:27 unset SSH_AUTH_SOCK; 08:52:27 unset SSH_AGENT_PID; 08:52:27 echo Agent pid 19 killed; 08:52:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:52:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:52:27 [ssh-agent] Looking for ssh-agent implementation... 08:52:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:52:27 $ docker exec 7d14543286b94ecd52b07b54d2aaa5b91e38c82c8890509e91137e0b47fe6501 ssh-agent 08:52:28 SSH_AUTH_SOCK=/tmp/ssh-d2ukteasnYWK/agent.50 08:52:28 SSH_AGENT_PID=56 08:52:28 Running ssh-add (command line suppressed) 08:52:28 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_883157034882887543.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_883157034882887543.key) 08:52:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:52:28 + git semver init 08:52:28 # -> Open(): unable to determine branch for HEAD 08:52:28 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 08:52:28 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 08:52:28 # $SEMVER_REMOTE_NAME = origin 08:52:28 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:52:28 # $SEMVER_USER_NAME = edgex-jenkins 08:52:28 # $SEMVER_BRANCH = master 08:52:28 # $SEMVER_TEMP = /tmp/semver-105847661 08:52:28 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 08:52:29 # '/tmp/semver-105847661' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' 08:52:29 # -> Force: false 08:52:29 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 08:52:29 $ docker exec --env ******** --env ******** 7d14543286b94ecd52b07b54d2aaa5b91e38c82c8890509e91137e0b47fe6501 ssh-agent -k 08:52:29 unset SSH_AUTH_SOCK; 08:52:29 unset SSH_AGENT_PID; 08:52:29 echo Agent pid 56 killed; 08:52:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:52:29 + git semver [Pipeline] } 08:52:29 $ docker stop --time=1 7d14543286b94ecd52b07b54d2aaa5b91e38c82c8890509e91137e0b47fe6501 08:52:31 $ docker rm -f 7d14543286b94ecd52b07b54d2aaa5b91e38c82c8890509e91137e0b47fe6501 [Pipeline] // withDockerContainer [Pipeline] sh 08:52:31 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:52:32 Stashed 1 file(s) [Pipeline] echo 08:52:32 [edgeXSemver]: initialized semver on version 1.4.1-dev.7 [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 08:52:47 Still waiting to schedule task 08:52:47 Waiting for next available executor on ‘centos7-docker-4c-2g’ 08:52:47 Still waiting to schedule task 08:52:47 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 08:55:34 Running on prd-centos7-docker-4c-2g-20443 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 08:55:34 Running in /w/workspace/device-sdk-go/105 [Pipeline] { [Pipeline] checkout 08:55:36 using credential edgex-jenkins-ssh 08:55:36 Cloning the remote Git repository 08:55:36 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 08:55:36 > git init /w/workspace/device-sdk-go/105 # timeout=10 08:55:36 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 08:55:36 > git --version # timeout=10 08:55:36 > git --version # 'git version 2.24.3' 08:55:36 using GIT_SSH to set credentials SSH Credentials for GitHub 08:55:36 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:55:38 Checking out Revision 619f260ee4c0648af817c78e3551f454d78ccf58 (master) 08:55:37 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 08:55:37 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:55:37 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 08:55:37 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 08:55:37 using GIT_SSH to set credentials SSH Credentials for GitHub 08:55:37 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 08:55:38 > git config core.sparsecheckout # timeout=10 08:55:38 > git checkout -f 619f260ee4c0648af817c78e3551f454d78ccf58 # timeout=10 08:55:42 Commit message: "Merge pull request #701 from weichou1229/issue-700" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:55:43 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 08:55:43 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:55:44 + sudo service docker restart 08:55:44 + true 08:55:44 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:55:45 provisioning config files... 08:55:45 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/105@tmp/config7116872794291184523tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:55:45 ---> docker-login.sh 08:55:45 nexus3.edgexfoundry.org:10001 08:55:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:55:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:55:46 Configure a credential helper to remove this warning. See 08:55:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:55:46 08:55:46 Login Succeeded 08:55:46 nexus3.edgexfoundry.org:10002 08:55:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:55:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:55:46 Configure a credential helper to remove this warning. See 08:55:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:55:46 08:55:46 Login Succeeded 08:55:46 nexus3.edgexfoundry.org:10003 08:55:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:55:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:55:46 Configure a credential helper to remove this warning. See 08:55:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:55:46 08:55:46 Login Succeeded 08:55:46 nexus3.edgexfoundry.org:10004 08:55:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:55:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:55:46 Configure a credential helper to remove this warning. See 08:55:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:55:46 08:55:46 Login Succeeded 08:55:46 docker.io 08:55:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:55:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:55:46 Configure a credential helper to remove this warning. See 08:55:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:55:46 08:55:46 Login Succeeded 08:55:46 ---> docker-login.sh ends [Pipeline] } 08:55:46 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:55:47 ========================================================= 08:55:47 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 08:55:47 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:55:47 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 08:55:47 Sending build context to Docker daemon 2.487MB 08:55:47 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 08:55:47 Step 2/8 : FROM ${BASE} 08:55:47 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 08:55:47 188c0c94c7c5: Pulling fs layer 08:55:47 0ef7d3d256c8: Pulling fs layer 08:55:47 de9db76c5a1d: Pulling fs layer 08:55:47 bca2f99d35d6: Pulling fs layer 08:55:47 93359f2a8cfa: Pulling fs layer 08:55:47 7c6f9722023f: Pulling fs layer 08:55:47 a35cf1a2eb13: Pulling fs layer 08:55:47 bca2f99d35d6: Waiting 08:55:47 93359f2a8cfa: Waiting 08:55:47 7c6f9722023f: Waiting 08:55:47 a35cf1a2eb13: Waiting 08:55:47 de9db76c5a1d: Verifying Checksum 08:55:47 de9db76c5a1d: Download complete 08:55:47 0ef7d3d256c8: Verifying Checksum 08:55:47 0ef7d3d256c8: Download complete 08:55:47 93359f2a8cfa: Verifying Checksum 08:55:47 93359f2a8cfa: Download complete 08:55:47 188c0c94c7c5: Verifying Checksum 08:55:47 7c6f9722023f: Download complete 08:55:48 188c0c94c7c5: Pull complete 08:55:48 0ef7d3d256c8: Pull complete 08:55:48 de9db76c5a1d: Pull complete 08:55:49 a35cf1a2eb13: Download complete 08:55:50 bca2f99d35d6: Verifying Checksum 08:55:50 bca2f99d35d6: Download complete 08:55:55 bca2f99d35d6: Pull complete 08:55:55 93359f2a8cfa: Pull complete 08:55:55 7c6f9722023f: Pull complete 08:56:05 a35cf1a2eb13: Pull complete 08:56:05 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 08:56:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 08:56:05 ---> a62c8e92a672 08:56:05 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 08:56:05 ---> Running in bede03b62c1a 08:56:05 Removing intermediate container bede03b62c1a 08:56:05 ---> 0bfe1d9f6ee5 08:56:05 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:56:05 ---> Running in 352644e5f565 08:56:06 Removing intermediate container 352644e5f565 08:56:06 ---> 0245861f2ae2 08:56:06 Step 5/8 : RUN apk add --update --no-cache make git 08:56:06 ---> Running in 8e843ca539c4 08:56:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:56:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:56:08 OK: 166 MiB in 39 packages 08:56:09 Removing intermediate container 8e843ca539c4 08:56:09 ---> e8d16b9c040b 08:56:09 Step 6/8 : WORKDIR /device-sdk-go 08:56:09 ---> Running in a4af5cc91108 08:56:09 Removing intermediate container a4af5cc91108 08:56:09 ---> fd00620957cb 08:56:09 Step 7/8 : COPY . . 08:56:11 ---> 599671c4d861 08:56:11 Step 8/8 : RUN go mod download 08:56:11 ---> Running in f0884394e879 08:56:29 Removing intermediate container f0884394e879 08:56:29 ---> b5960d4702b5 08:56:29 Successfully built b5960d4702b5 08:56:29 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 08:56:29 + docker inspect -f . ci-base-image-x86_64 08:56:29 . [Pipeline] withDockerContainer 08:56:29 prd-centos7-docker-4c-2g-20443 does not seem to be running inside a container 08:56:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/105 -v /w/workspace/device-sdk-go/105:/w/workspace/device-sdk-go/105:rw,z -v /w/workspace/device-sdk-go/105@tmp:/w/workspace/device-sdk-go/105@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 ******** ci-base-image-x86_64 cat 08:56:30 $ docker top 7bb29d2c517ff398d8ea51d89356b7627cf1ef66e338ed19e17fc7d520cf38b9 -eo pid,comm [Pipeline] { [Pipeline] sh 08:56:31 + go version 08:56:31 go version go1.15.5 linux/amd64 08:56:31 Running on prd-ubuntu18.04-docker-arm64-4c-16g-20444 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] } 08:56:31 $ docker stop --time=1 7bb29d2c517ff398d8ea51d89356b7627cf1ef66e338ed19e17fc7d520cf38b9 08:56:32 $ docker rm -f 7bb29d2c517ff398d8ea51d89356b7627cf1ef66e338ed19e17fc7d520cf38b9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] ws 08:56:33 Running in /w/workspace/device-sdk-go/105 [Pipeline] { [Pipeline] // script [Pipeline] } [Pipeline] checkout [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:56:33 + docker inspect -f . ci-base-image-x86_64 08:56:33 . [Pipeline] withDockerContainer 08:56:33 prd-centos7-docker-4c-2g-20443 does not seem to be running inside a container 08:56:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/105 -v /w/workspace/device-sdk-go/105:/w/workspace/device-sdk-go/105:rw,z -v /w/workspace/device-sdk-go/105@tmp:/w/workspace/device-sdk-go/105@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 ******** ci-base-image-x86_64 cat 08:56:34 $ docker top 509977e9d63479f0fea6b1f884d43223efa6d5c5ec6d8ebdf79a5ebee8471756 -eo pid,comm [Pipeline] { [Pipeline] sh 08:56:35 + make test 08:56:35 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:56:38 using credential edgex-jenkins-ssh 08:56:38 Cloning the remote Git repository 08:56:38 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 08:56:38 > git init /w/workspace/device-sdk-go/105 # timeout=10 08:56:38 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 08:56:38 > git --version # timeout=10 08:56:38 > git --version # 'git version 2.17.1' 08:56:38 using GIT_SSH to set credentials SSH Credentials for GitHub 08:56:38 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:56:40 Checking out Revision 619f260ee4c0648af817c78e3551f454d78ccf58 (master) 08:56:39 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 08:56:39 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:56:39 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 08:56:39 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 08:56:39 using GIT_SSH to set credentials SSH Credentials for GitHub 08:56:39 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 08:56:40 > git config core.sparsecheckout # timeout=10 08:56:40 > git checkout -f 619f260ee4c0648af817c78e3551f454d78ccf58 # timeout=10 08:56:41 ? github.com/edgexfoundry/device-sdk-go [no test files] 08:56:44 Commit message: "Merge pull request #701 from weichou1229/issue-700" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:56:46 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 08:56:46 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:56:47 + sudo service docker restart 08:56:47 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:56:49 provisioning config files... 08:56:49 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/105@tmp/config4912241181779198676tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:56:50 ---> docker-login.sh 08:56:50 nexus3.edgexfoundry.org:10001 08:56:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:56:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:56:51 Configure a credential helper to remove this warning. See 08:56:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:56:51 08:56:51 Login Succeeded 08:56:51 nexus3.edgexfoundry.org:10002 08:56:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:56:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:56:52 Configure a credential helper to remove this warning. See 08:56:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:56:52 08:56:52 Login Succeeded 08:56:52 nexus3.edgexfoundry.org:10003 08:56:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:56:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:56:52 Configure a credential helper to remove this warning. See 08:56:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:56:52 08:56:52 Login Succeeded 08:56:52 nexus3.edgexfoundry.org:10004 08:56:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:56:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:56:53 Configure a credential helper to remove this warning. See 08:56:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:56:53 08:56:53 Login Succeeded 08:56:53 docker.io 08:56:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:56:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:56:54 Configure a credential helper to remove this warning. See 08:56:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:56:54 08:56:54 Login Succeeded 08:56:54 ---> docker-login.sh ends [Pipeline] } 08:56:54 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:56:54 ========================================================= 08:56:54 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 08:56:54 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:56:55 + 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 . 08:56:55 Sending build context to Docker daemon 2.485MB 08:56:55 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 08:56:55 Step 2/8 : FROM ${BASE} 08:56:55 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:56:55 5f621e34cdf4: Pulling fs layer 08:56:55 a4357932f1b6: Pulling fs layer 08:56:55 18c013af1878: Pulling fs layer 08:56:55 00ac8860ef70: Pulling fs layer 08:56:55 63d7cb157983: Pulling fs layer 08:56:55 b116817d02f9: Pulling fs layer 08:56:55 745a02a5169b: Pulling fs layer 08:56:55 63d7cb157983: Waiting 08:56:55 b116817d02f9: Waiting 08:56:55 00ac8860ef70: Waiting 08:56:55 745a02a5169b: Waiting 08:56:55 18c013af1878: Verifying Checksum 08:56:55 18c013af1878: Download complete 08:56:55 a4357932f1b6: Verifying Checksum 08:56:55 a4357932f1b6: Download complete 08:56:55 63d7cb157983: Verifying Checksum 08:56:55 63d7cb157983: Download complete 08:56:56 b116817d02f9: Verifying Checksum 08:56:56 b116817d02f9: Download complete 08:56:56 5f621e34cdf4: Download complete 08:56:56 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 08:56:56 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 08:56:56 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 08:56:56 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.052s coverage: 19.4% of statements 08:56:56 5f621e34cdf4: Pull complete 08:56:57 a4357932f1b6: Pull complete 08:56:58 18c013af1878: Pull complete 08:56:58 745a02a5169b: Verifying Checksum 08:56:58 745a02a5169b: Download complete 08:56:59 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.482s coverage: 97.1% of statements 08:56:59 00ac8860ef70: Verifying Checksum 08:56:59 00ac8860ef70: Download complete 08:57:09 00ac8860ef70: Pull complete 08:57:09 63d7cb157983: Pull complete 08:57:10 b116817d02f9: Pull complete 08:57:14 745a02a5169b: Pull complete 08:57:14 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 08:57:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 08:57:14 ---> b7e6874047d6 08:57:14 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 08:57:17 ---> Running in 189ddadaadee 08:57:17 Removing intermediate container 189ddadaadee 08:57:17 ---> 68f5618e8e85 08:57:17 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:57:17 ---> Running in 7210a62a657b 08:57:19 Removing intermediate container 7210a62a657b 08:57:19 ---> 3f080aac353f 08:57:19 Step 5/8 : RUN apk add --update --no-cache make git 08:57:19 ---> Running in 4cf0b5aabb75 08:57:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:57:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:57:22 OK: 142 MiB in 39 packages 08:57:23 Removing intermediate container 4cf0b5aabb75 08:57:23 ---> 044ecc0fc13b 08:57:23 Step 6/8 : WORKDIR /device-sdk-go 08:57:23 ---> Running in 134805f7c1c9 08:57:24 Removing intermediate container 134805f7c1c9 08:57:24 ---> 83dc992072cb 08:57:24 Step 7/8 : COPY . . 08:57:25 ---> e79752a81b09 08:57:25 Step 8/8 : RUN go mod download 08:57:25 ---> Running in bd8824aa19ab 08:57:31 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.073s coverage: 9.4% of statements 08:57:31 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.049s coverage: 21.7% of statements 08:57:31 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 08:57:31 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.236s coverage: 42.9% of statements 08:57:31 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 08:57:31 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.286s coverage: 68.9% of statements 08:57:31 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 08:57:31 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 08:57:31 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 08:57:31 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 08:57:31 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.074s coverage: 53.8% of statements 08:57:31 ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] 08:57:31 ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] 08:57:31 ok github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http 0.065s coverage: 30.4% of statements 08:57:31 ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.320s coverage: 68.9% of statements 08:57:31 ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.055s coverage: 4.2% of statements 08:57:31 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 08:57:31 GO111MODULE=on go vet ./... 08:57:38 gofmt -l . 08:57:38 [ "`gofmt -l .`" = "" ] 08:57:38 ./bin/test-attribution-txt.sh 08:57:38 ./bin/test-go-mod-tidy.sh [Pipeline] } 08:57:38 $ docker stop --time=1 509977e9d63479f0fea6b1f884d43223efa6d5c5ec6d8ebdf79a5ebee8471756 08:57:40 $ docker rm -f 509977e9d63479f0fea6b1f884d43223efa6d5c5ec6d8ebdf79a5ebee8471756 [Pipeline] // withDockerContainer [Pipeline] sh 08:57:41 + sudo chown -R jenkins:jenkins . [Pipeline] stash 08:57:42 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 08:57:45 + sudo chown -R jenkins:jenkins . [Pipeline] sh 08:57:45 + ls -al . 08:57:45 total 216 08:57:45 drwxrwxr-x. 10 jenkins jenkins 4096 Jan 15 08:57 . 08:57:45 drwxrwxr-x. 4 jenkins jenkins 32 Jan 15 08:55 .. 08:57:45 drwxrwxr-x. 2 jenkins jenkins 64 Jan 15 08:55 bin 08:57:45 -rw-r--r--. 1 jenkins jenkins 137957 Jan 15 08:57 coverage.out 08:57:45 -rw-rw-r--. 1 jenkins jenkins 949 Jan 15 08:55 Dockerfile.build 08:57:45 -rw-rw-r--. 1 jenkins jenkins 140 Jan 15 08:55 .dockerignore 08:57:45 drwxrwxr-x. 4 jenkins jenkins 48 Jan 15 08:55 example 08:57:45 drwxrwxr-x. 8 jenkins jenkins 162 Jan 15 08:55 .git 08:57:45 drwxrwxr-x. 2 jenkins jenkins 103 Jan 15 08:55 .github 08:57:45 -rw-rw-r--. 1 jenkins jenkins 138 Jan 15 08:55 .gitignore 08:57:45 -rw-r--r--. 1 jenkins jenkins 488 Jan 15 08:57 go.mod 08:57:45 -rw-r--r--. 1 jenkins jenkins 14124 Jan 15 08:57 go.sum 08:57:45 drwxrwxr-x. 15 jenkins jenkins 211 Jan 15 08:55 internal 08:57:45 -rw-rw-r--. 1 jenkins jenkins 901 Jan 15 08:55 Jenkinsfile 08:57:45 -rw-rw-r--. 1 jenkins jenkins 11341 Jan 15 08:55 LICENSE 08:57:45 -rw-rw-r--. 1 jenkins jenkins 1013 Jan 15 08:55 Makefile 08:57:45 drwxrwxr-x. 4 jenkins jenkins 26 Jan 15 08:55 openapi 08:57:45 drwxrwxr-x. 5 jenkins jenkins 50 Jan 15 08:55 pkg 08:57:45 -rw-rw-r--. 1 jenkins jenkins 5897 Jan 15 08:55 README.md 08:57:45 -rw-rw-r--. 1 jenkins jenkins 6616 Jan 15 08:55 RELEASE-NOTES.txt 08:57:45 drwxrwxr-x. 4 jenkins jenkins 54 Jan 15 08:55 snap 08:57:45 -rw-rw-r--. 1 jenkins jenkins 11 Jan 15 08:52 VERSION 08:57:45 -rw-rw-r--. 1 jenkins jenkins 222 Jan 15 08:55 version.go [Pipeline] isUnix [Pipeline] sh 08:57:45 + 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=619f260ee4c0648af817c78e3551f454d78ccf58 --label arch=amd64 --label version=1.4.1-dev.7 . 08:57:46 Sending build context to Docker daemon 2.626MB 08:57:46 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 08:57:46 Step 2/24 : FROM ${BASE} AS builder 08:57:46 ---> b5960d4702b5 08:57:46 Step 3/24 : ARG MAKE='make build' 08:57:46 ---> Running in 35ee597b744b 08:57:46 Removing intermediate container 35ee597b744b 08:57:46 ---> d482b5065ccf 08:57:46 Step 4/24 : WORKDIR /device-sdk-go 08:57:46 ---> Running in bc1a7cee3fe7 08:57:47 Removing intermediate container bc1a7cee3fe7 08:57:47 ---> 5550636f31d2 08:57:47 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 08:57:47 ---> Running in 80a6f8c74cd9 08:57:47 Removing intermediate container 80a6f8c74cd9 08:57:47 ---> 2a213dd5ea34 08:57:47 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:57:47 ---> Running in 89867bdf4934 08:57:47 Removing intermediate container bd8824aa19ab 08:57:47 ---> 16c83d5c8e74 08:57:47 Successfully built 16c83d5c8e74 08:57:47 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:57:48 + docker inspect -f . ci-base-image-arm64 08:57:48 . 08:57:48 Removing intermediate container 89867bdf4934 08:57:48 ---> 6a07d3b35738 08:57:48 Step 7/24 : RUN apk add --update --no-cache make git 08:57:48 ---> Running in 291914a5adaf [Pipeline] withDockerContainer 08:57:48 prd-ubuntu18.04-docker-arm64-4c-16g-20444 does not seem to be running inside a container 08:57:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/105 -v /w/workspace/device-sdk-go/105:/w/workspace/device-sdk-go/105:rw,z -v /w/workspace/device-sdk-go/105@tmp:/w/workspace/device-sdk-go/105@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 ******** ci-base-image-arm64 cat 08:57:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:57:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:57:50 OK: 166 MiB in 39 packages 08:57:50 $ docker top 7703daa12472832395f6602f44566603e6d1b0140dff679e042f368fd2028af7 -eo pid,comm [Pipeline] { [Pipeline] sh 08:57:50 Removing intermediate container 291914a5adaf 08:57:50 ---> ee539e4243d0 08:57:50 Step 8/24 : COPY . . 08:57:51 + go version 08:57:51 go version go1.15.5 linux/arm64 [Pipeline] } 08:57:51 $ docker stop --time=1 7703daa12472832395f6602f44566603e6d1b0140dff679e042f368fd2028af7 08:57:51 ---> a8790d3e376d 08:57:51 Step 9/24 : RUN ${MAKE} 08:57:51 ---> Running in da19c038d9c8 08:57:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.4.1-dev.7" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 08:57:53 $ docker rm -f 7703daa12472832395f6602f44566603e6d1b0140dff679e042f368fd2028af7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:57:54 + docker inspect -f . ci-base-image-arm64 08:57:54 . [Pipeline] withDockerContainer 08:57:54 prd-ubuntu18.04-docker-arm64-4c-16g-20444 does not seem to be running inside a container 08:57:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/105 -v /w/workspace/device-sdk-go/105:/w/workspace/device-sdk-go/105:rw,z -v /w/workspace/device-sdk-go/105@tmp:/w/workspace/device-sdk-go/105@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 ******** ci-base-image-arm64 cat 08:57:55 $ docker top 50c2d636c492b95acb384dbc4b53a66ee10a5cdc909da777572bc3d58b9f99f4 -eo pid,comm [Pipeline] { [Pipeline] sh 08:57:56 + make test 08:57:56 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:58:00 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 08:58:03 Removing intermediate container da19c038d9c8 08:58:03 ---> 804d6bc55873 08:58:03 Step 10/24 : FROM scratch 08:58:03 ---> 08:58:03 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 08:58:03 ---> Running in 40dab4718ba1 08:58:03 Removing intermediate container 40dab4718ba1 08:58:03 ---> 3e087bca1e83 08:58:03 Step 12/24 : ENV APP_PORT=49990 08:58:03 ---> Running in c75247d7db0c 08:58:03 Removing intermediate container c75247d7db0c 08:58:03 ---> 4edf2446cffe 08:58:03 Step 13/24 : EXPOSE $APP_PORT 08:58:03 ---> Running in 085ff9116225 08:58:04 Removing intermediate container 085ff9116225 08:58:04 ---> 591e202e9eb6 08:58:04 Step 14/24 : WORKDIR / 08:58:04 ---> Running in 88c550b84ebe 08:58:04 Removing intermediate container 88c550b84ebe 08:58:04 ---> 811fc08eca63 08:58:04 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 08:58:04 ---> 49ec15e1076a 08:58:04 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 08:58:04 ---> b06c7c9056a7 08:58:04 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 08:58:05 ---> 031afbd92ec1 08:58:05 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 08:58:05 ---> 041fa38f76e9 08:58:05 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 08:58:05 ---> 16d4f972299a 08:58:05 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 08:58:05 ---> Running in 1f165f5d8d59 08:58:05 Removing intermediate container 1f165f5d8d59 08:58:05 ---> 6d232923ed30 08:58:05 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:58:05 ---> Running in 4f4256e20f5c 08:58:06 Removing intermediate container 4f4256e20f5c 08:58:06 ---> 5ce8ed7cb80b 08:58:06 Step 22/24 : LABEL arch=amd64 08:58:06 ---> Running in 9930153a26a7 08:58:06 Removing intermediate container 9930153a26a7 08:58:06 ---> ce8e080e23c3 08:58:06 Step 23/24 : LABEL git_sha=619f260ee4c0648af817c78e3551f454d78ccf58 08:58:06 ---> Running in da35e51d87ee 08:58:06 Removing intermediate container da35e51d87ee 08:58:06 ---> 0a4c18b1b793 08:58:06 Step 24/24 : LABEL version=1.4.1-dev.7 08:58:06 ---> Running in b484194734b0 08:58:06 Removing intermediate container b484194734b0 08:58:06 ---> fe037f201329 08:58:06 [Warning] One or more build-args [ARCH] were not consumed 08:58:06 Successfully built fe037f201329 08:58:06 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] } 08:58:19 ? github.com/edgexfoundry/device-sdk-go [no test files] 08:58:58 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 08:58:58 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 08:58:58 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 08:58:58 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.164s coverage: 19.4% of statements 08:59:03 ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.259s coverage: 97.1% of statements 08:59:30 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.179s coverage: 9.4% of statements 08:59:30 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.138s coverage: 21.7% of statements 08:59:30 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 08:59:30 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.613s coverage: 42.9% of statements 08:59:30 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 08:59:30 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.799s coverage: 68.9% of statements 08:59:30 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 08:59:30 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 08:59:30 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 08:59:30 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 08:59:30 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.183s coverage: 53.8% of statements 08:59:30 ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] 08:59:30 ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] 08:59:30 ok github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http 0.212s coverage: 30.4% of statements 08:59:30 ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.671s coverage: 68.9% of statements 08:59:30 ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.142s coverage: 4.2% of statements 08:59:30 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 08:59:30 GO111MODULE=on go vet ./... 09:00:02 gofmt -l . 09:00:02 [ "`gofmt -l .`" = "" ] 09:00:03 ./bin/test-attribution-txt.sh 09:00:04 ./bin/test-go-mod-tidy.sh [Pipeline] } 09:00:04 $ docker stop --time=1 50c2d636c492b95acb384dbc4b53a66ee10a5cdc909da777572bc3d58b9f99f4 09:00:07 $ docker rm -f 50c2d636c492b95acb384dbc4b53a66ee10a5cdc909da777572bc3d58b9f99f4 [Pipeline] // withDockerContainer [Pipeline] sh 09:00:08 + sudo chown -R jenkins:jenkins . [Pipeline] stash 09:00:08 Warning: overwriting stash ‘coverage-report’ 09:00:09 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 09:00:09 + sudo chown -R jenkins:jenkins . [Pipeline] sh 09:00:10 + ls -al . 09:00:10 total 252 09:00:10 drwxrwxr-x 10 jenkins jenkins 4096 Jan 15 09:00 . 09:00:10 drwxrwxr-x 4 jenkins jenkins 4096 Jan 15 08:56 .. 09:00:10 -rw-rw-r-- 1 jenkins jenkins 140 Jan 15 08:56 .dockerignore 09:00:10 drwxrwxr-x 8 jenkins jenkins 4096 Jan 15 08:56 .git 09:00:10 drwxrwxr-x 2 jenkins jenkins 4096 Jan 15 08:56 .github 09:00:10 -rw-rw-r-- 1 jenkins jenkins 138 Jan 15 08:56 .gitignore 09:00:10 -rw-rw-r-- 1 jenkins jenkins 949 Jan 15 08:56 Dockerfile.build 09:00:10 -rw-rw-r-- 1 jenkins jenkins 901 Jan 15 08:56 Jenkinsfile 09:00:10 -rw-rw-r-- 1 jenkins jenkins 11341 Jan 15 08:56 LICENSE 09:00:10 -rw-rw-r-- 1 jenkins jenkins 1013 Jan 15 08:56 Makefile 09:00:10 -rw-rw-r-- 1 jenkins jenkins 5897 Jan 15 08:56 README.md 09:00:10 -rw-rw-r-- 1 jenkins jenkins 6616 Jan 15 08:56 RELEASE-NOTES.txt 09:00:10 -rw-rw-r-- 1 jenkins jenkins 11 Jan 15 08:52 VERSION 09:00:10 drwxrwxr-x 2 jenkins jenkins 4096 Jan 15 08:56 bin 09:00:10 -rw-r--r-- 1 jenkins jenkins 137957 Jan 15 08:59 coverage.out 09:00:10 drwxrwxr-x 4 jenkins jenkins 4096 Jan 15 08:56 example 09:00:10 -rw-r--r-- 1 jenkins jenkins 488 Jan 15 09:00 go.mod 09:00:10 -rw-r--r-- 1 jenkins jenkins 14124 Jan 15 09:00 go.sum 09:00:10 drwxrwxr-x 15 jenkins jenkins 4096 Jan 15 08:56 internal 09:00:10 drwxrwxr-x 4 jenkins jenkins 4096 Jan 15 08:56 openapi 09:00:10 drwxrwxr-x 5 jenkins jenkins 4096 Jan 15 08:56 pkg 09:00:10 drwxrwxr-x 4 jenkins jenkins 4096 Jan 15 08:56 snap 09:00:10 -rw-rw-r-- 1 jenkins jenkins 222 Jan 15 08:56 version.go [Pipeline] isUnix [Pipeline] sh 09:00:10 + 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=619f260ee4c0648af817c78e3551f454d78ccf58 --label arch=arm64 --label version=1.4.1-dev.7 . 09:00:11 Sending build context to Docker daemon 2.623MB 09:00:11 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 09:00:11 Step 2/24 : FROM ${BASE} AS builder 09:00:11 ---> 16c83d5c8e74 09:00:11 Step 3/24 : ARG MAKE='make build' 09:00:11 ---> Running in d03c19ba8f64 09:00:12 Removing intermediate container d03c19ba8f64 09:00:12 ---> 9971216424e5 09:00:12 Step 4/24 : WORKDIR /device-sdk-go 09:00:12 ---> Running in 785515a1e36e 09:00:13 Removing intermediate container 785515a1e36e 09:00:13 ---> a56915f5e9aa 09:00:13 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 09:00:13 ---> Running in 3682babfd510 09:00:13 Removing intermediate container 3682babfd510 09:00:13 ---> 8b4ccc08d47e 09:00:13 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:00:13 ---> Running in a8c2519db18e 09:00:15 Removing intermediate container a8c2519db18e 09:00:15 ---> a5bc40723e43 09:00:15 Step 7/24 : RUN apk add --update --no-cache make git 09:00:15 ---> Running in 957f0365eb43 09:00:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:00:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:00:18 OK: 142 MiB in 39 packages 09:00:19 Removing intermediate container 957f0365eb43 09:00:19 ---> fdf93feaaada 09:00:19 Step 8/24 : COPY . . 09:00:20 ---> 4f71ae6eb807 09:00:20 Step 9/24 : RUN ${MAKE} 09:00:20 ---> Running in f60faa025dce 09:00:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.4.1-dev.7" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 09:00:45 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 09:00:48 Removing intermediate container f60faa025dce 09:00:48 ---> 5a4e4a2bcdcb 09:00:48 Step 10/24 : FROM scratch 09:00:48 ---> 09:00:48 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 09:00:48 ---> Running in f8a10bf4e16b 09:00:49 Removing intermediate container f8a10bf4e16b 09:00:49 ---> 80daf95fd774 09:00:49 Step 12/24 : ENV APP_PORT=49990 09:00:49 ---> Running in 6c7409f9e932 09:00:49 Removing intermediate container 6c7409f9e932 09:00:49 ---> 8990b727776b 09:00:49 Step 13/24 : EXPOSE $APP_PORT 09:00:49 ---> Running in 5098d0a7bd93 09:00:50 Removing intermediate container 5098d0a7bd93 09:00:50 ---> 0bd281b20a63 09:00:50 Step 14/24 : WORKDIR / 09:00:50 ---> Running in a75bb35f3c04 09:00:50 Removing intermediate container a75bb35f3c04 09:00:50 ---> 4dab7e3b4057 09:00:50 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 09:00:51 ---> 5f8f0892ca68 09:00:51 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 09:00:52 ---> 44a0daa9951b 09:00:52 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 09:00:53 ---> 6fb9908d4817 09:00:53 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 09:00:53 ---> be9a826851ba 09:00:53 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 09:00:54 ---> bd6b46a5267a 09:00:54 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 09:00:54 ---> Running in 24358e065ea2 09:00:54 Removing intermediate container 24358e065ea2 09:00:54 ---> 3f63fcb2dcb0 09:00:54 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:00:55 ---> Running in 007c737bb818 09:00:55 Removing intermediate container 007c737bb818 09:00:55 ---> 238b7c106524 09:00:55 Step 22/24 : LABEL arch=arm64 09:00:55 ---> Running in b04b0b8683ed 09:00:55 Removing intermediate container b04b0b8683ed 09:00:55 ---> 10e33ea4df13 09:00:55 Step 23/24 : LABEL git_sha=619f260ee4c0648af817c78e3551f454d78ccf58 09:00:56 ---> Running in c6c7d9174119 09:00:56 Removing intermediate container c6c7d9174119 09:00:56 ---> 92a41c008016 09:00:56 Step 24/24 : LABEL version=1.4.1-dev.7 09:00:56 ---> Running in c13e89676eba 09:00:57 Removing intermediate container c13e89676eba 09:00:57 ---> 3c59ed093d02 09:00:57 [Warning] One or more build-args [ARCH] were not consumed 09:00:57 Successfully built 3c59ed093d02 09:00:57 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 09:00:58 provisioning config files... 09:00:58 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config9151911025557958458tmp [Pipeline] { [Pipeline] sh 09:00:59 + set +x 09:00:59 + curl -s https://codecov.io/bash 09:00:59 + bash -s -- 09:00:59 09:00:59 _____ _ 09:00:59 / ____| | | 09:00:59 | | ___ __| | ___ ___ _____ __ 09:00:59 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 09:00:59 | |___| (_) | (_| | __/ (_| (_) \ V / 09:00:59 \_____\___/ \__,_|\___|\___\___/ \_/ 09:00:59 Bash-20201231-23d4836 09:00:59 09:00:59 09:00:59 ==> git version 2.24.3 found 09:00:59 ==> 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 09:00:59 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 09:00:59 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 09:00:59 ==> Jenkins CI detected. 09:00:59 project root: . 09:00:59 --> token set from env 09:00:59 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 09:00:59 ==> Running gcov in . (disable via -X gcov) 09:00:59 ==> Python coveragepy not found 09:00:59 ==> Searching for coverage reports in: 09:00:59 + . 09:00:59 -> Found 1 reports 09:00:59 ==> Detecting git/mercurial file structure 09:00:59 ==> Reading reports 09:00:59 + ./coverage.out bytes=137957 09:00:59 ==> Appending adjustments 09:00:59 https://docs.codecov.io/docs/fixing-reports 09:01:00 + Found adjustments 09:01:00 ==> Gzipping contents 09:01:00 24K /tmp/codecov.BUsehJ.gz 09:01:00 ==> Uploading reports 09:01:00 url: https://codecov.io 09:01:00 query: branch=master&commit=619f260ee4c0648af817c78e3551f454d78ccf58&build=105&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F105%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 09:01:00 -> Pinging Codecov 09:01:00 https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=master&commit=619f260ee4c0648af817c78e3551f454d78ccf58&build=105&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F105%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 09:01:00 -> Uploading to 09:01:00 https://storage.googleapis.com/codecov/v4/raw/2021-01-15/7E55EF52A471D76F132DFD9A03CDDE97/619f260ee4c0648af817c78e3551f454d78ccf58/c1e396dc-0603-4c22-80e4-026f2c986688.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210115%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210115T090100Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=23d7252db245fafa0fa65b6921d4ac1ffc8854bdceea008edd2686eea9a7a597 09:01:00 % Total % Received % Xferd Average Speed Time Time Time Current 09:01:00 Dload Upload Total Spent Left Speed 09:01:01 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 22076 0 0 100 22076 0 39457 --:--:-- --:--:-- --:--:-- 39421 09:01:01 -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/619f260ee4c0648af817c78e3551f454d78ccf58 [Pipeline] } 09:01:01 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 09:01:01 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 09:01:01 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:01:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 09:01:02 09:01:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 09:01:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 09:01:02 1.410.4: Pulling from edgex-devops/edgex-snyk-go 09:01:02 188c0c94c7c5: Pulling fs layer 09:01:02 0ef7d3d256c8: Pulling fs layer 09:01:02 de9db76c5a1d: Pulling fs layer 09:01:02 0eba1c9be4d2: Pulling fs layer 09:01:02 0d57e429df01: Pulling fs layer 09:01:02 4e4be7b47b0d: Pulling fs layer 09:01:02 e1f770b5df2f: Pulling fs layer 09:01:02 85a0685a4137: Pulling fs layer 09:01:02 0eba1c9be4d2: Waiting 09:01:02 0d57e429df01: Waiting 09:01:02 4e4be7b47b0d: Waiting 09:01:02 e1f770b5df2f: Waiting 09:01:02 85a0685a4137: Waiting 09:01:02 de9db76c5a1d: Verifying Checksum 09:01:02 de9db76c5a1d: Download complete 09:01:02 0ef7d3d256c8: Verifying Checksum 09:01:02 0ef7d3d256c8: Download complete 09:01:02 0d57e429df01: Verifying Checksum 09:01:02 0d57e429df01: Download complete 09:01:02 188c0c94c7c5: Verifying Checksum 09:01:02 188c0c94c7c5: Download complete 09:01:02 4e4be7b47b0d: Verifying Checksum 09:01:02 4e4be7b47b0d: Download complete 09:01:03 188c0c94c7c5: Pull complete 09:01:03 0ef7d3d256c8: Pull complete 09:01:03 de9db76c5a1d: Pull complete 09:01:03 e1f770b5df2f: Verifying Checksum 09:01:03 e1f770b5df2f: Download complete 09:01:07 0eba1c9be4d2: Verifying Checksum 09:01:07 0eba1c9be4d2: Download complete 09:01:08 85a0685a4137: Verifying Checksum 09:01:08 85a0685a4137: Download complete 09:01:14 0eba1c9be4d2: Pull complete 09:01:14 0d57e429df01: Pull complete 09:01:14 4e4be7b47b0d: Pull complete 09:01:16 e1f770b5df2f: Pull complete 09:01:24 85a0685a4137: Pull complete 09:01:24 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 09:01:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 09:01:24 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 09:01:24 prd-centos7-docker-4c-2g-20442 does not seem to be running inside a container 09:01:24 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 09:01:25 $ docker top 7fdf44382ccb9059df2293536cf9ebe728b2a15122a7ddcdc1b20deb50b3ed17 -eo pid,comm [Pipeline] { [Pipeline] echo 09:01:25 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 09:01:26 + set -o pipefail 09:01:26 + snyk monitor '--org=edgex-jenkins' 09:01:36 09:01:36 Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go)... 09:01:36 09:01:36 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/057beb34-70d8-4945-961c-fe027db76abc/history/99ddddf2-f774-4549-beee-b6fc288b977d 09:01:36 09:01:36 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 09:01:36 09:01:36 [Pipeline] } 09:01:36 $ docker stop --time=1 7fdf44382ccb9059df2293536cf9ebe728b2a15122a7ddcdc1b20deb50b3ed17 09:01:38 $ docker rm -f 7fdf44382ccb9059df2293536cf9ebe728b2a15122a7ddcdc1b20deb50b3ed17 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [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) [Pipeline] echo 09:01:39 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:01:40 provisioning config files... 09:01:40 copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8073435396539923961tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:01:40 --> edgex-publish-swagger.sh 09:01:40 === Publish openapi/v1 API === 09:01:40 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 09:01:40 [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v1/device-sdk.yaml] 09:01:40 % Total % Received % Xferd Average Speed Time Time Time Current 09:01:40 Dload Upload Total Spent Left Speed 09:01:40 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19947 0 0 100 19947 0 28500 --:--:-- --:--:-- --:--:-- 28495 100 19947 0 0 100 19947 0 28491 --:--:-- --:--:-- --:--:-- 28495 09:01:40 09:01:40 09:01:40 === Publish openapi/v2 API === 09:01:40 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 09:01:40 [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v2/device-sdk.yaml] 09:01:40 % Total % Received % Xferd Average Speed Time Time Time Current 09:01:40 Dload Upload Total Spent Left Speed 09:01:41 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 52084 0 0 100 52084 0 81507 --:--:-- --:--:-- --:--:-- 81636 09:01:41 09:01:41 [Pipeline] } 09:01:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 09:01:42 + git log --format=format:%s -1 619f260ee4c0648af817c78e3551f454d78ccf58 [Pipeline] isUnix [Pipeline] sh 09:01:43 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:01:43 . [Pipeline] withDockerContainer 09:01:43 prd-centos7-docker-4c-2g-20442 does not seem to be running inside a container 09:01:43 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 09:01:44 $ docker top b81d1c1311f03dd292c79ac939b00487d1e96420c5a5c9d9eb50953f7a53cc97 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:01:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:01:44 [ssh-agent] Looking for ssh-agent implementation... 09:01:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:01:44 $ docker exec b81d1c1311f03dd292c79ac939b00487d1e96420c5a5c9d9eb50953f7a53cc97 ssh-agent 09:01:44 SSH_AUTH_SOCK=/tmp/ssh-GfV46EkOFZvC/agent.11 09:01:44 SSH_AGENT_PID=17 09:01:44 Running ssh-add (command line suppressed) 09:01:45 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7718157525997244450.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7718157525997244450.key) 09:01:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:01:45 + git semver tag 09:01:45 # -> Open(): unable to determine branch for HEAD 09:01:45 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 09:01:45 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 09:01:45 # $SEMVER_REMOTE_NAME = origin 09:01:45 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:01:45 # $SEMVER_USER_NAME = edgex-jenkins 09:01:45 # $SEMVER_BRANCH = master 09:01:45 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 09:01:45 # 619f260ee4c0648af817c78e3551f454d78ccf58 HEAD 09:01:45 # -> Force: false 09:01:45 # 793a9f9c3cd44266fb353ca434210ff47c6ca9c4 refs/tags/v1.4.1-dev.7 [Pipeline] } 09:01:45 $ docker exec --env ******** --env ******** b81d1c1311f03dd292c79ac939b00487d1e96420c5a5c9d9eb50953f7a53cc97 ssh-agent -k 09:01:45 unset SSH_AUTH_SOCK; 09:01:45 unset SSH_AGENT_PID; 09:01:45 echo Agent pid 17 killed; 09:01:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:01:46 + git semver [Pipeline] } 09:01:46 $ docker stop --time=1 b81d1c1311f03dd292c79ac939b00487d1e96420c5a5c9d9eb50953f7a53cc97 09:01:47 $ docker rm -f b81d1c1311f03dd292c79ac939b00487d1e96420c5a5c9d9eb50953f7a53cc97 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 09:01:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:01:48 09:01:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 09:01:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:01:48 0.23.1-centos7: Pulling from edgex-lftools 09:01:48 ab5ef0e58194: Pulling fs layer 09:01:48 9712f1f96733: Pulling fs layer 09:01:48 63f879dbbcfc: Pulling fs layer 09:01:48 0d9ebad4ef96: Pulling fs layer 09:01:48 e9a5061849ea: Pulling fs layer 09:01:48 d747dcd14b5f: Pulling fs layer 09:01:48 2de7ff778b66: Pulling fs layer 09:01:48 e9a5061849ea: Waiting 09:01:48 d747dcd14b5f: Waiting 09:01:48 2de7ff778b66: Waiting 09:01:48 0d9ebad4ef96: Waiting 09:01:48 9712f1f96733: Verifying Checksum 09:01:48 9712f1f96733: Download complete 09:01:50 63f879dbbcfc: Verifying Checksum 09:01:50 63f879dbbcfc: Download complete 09:01:50 e9a5061849ea: Verifying Checksum 09:01:50 e9a5061849ea: Download complete 09:01:50 d747dcd14b5f: Verifying Checksum 09:01:51 2de7ff778b66: Verifying Checksum 09:01:51 2de7ff778b66: Download complete 09:01:51 0d9ebad4ef96: Verifying Checksum 09:01:51 0d9ebad4ef96: Download complete 09:01:51 ab5ef0e58194: Verifying Checksum 09:01:51 ab5ef0e58194: Download complete 09:01:55 ab5ef0e58194: Pull complete 09:01:55 9712f1f96733: Pull complete 09:01:58 63f879dbbcfc: Pull complete 09:02:05 0d9ebad4ef96: Pull complete 09:02:08 e9a5061849ea: Pull complete 09:02:08 d747dcd14b5f: Pull complete 09:02:09 2de7ff778b66: Pull complete 09:02:09 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 09:02:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:02:09 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 09:02:10 prd-centos7-docker-4c-2g-20442 does not seem to be running inside a container 09:02:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 09:02:13 $ docker top f05aa3df696ee7bc31e0cebacff25bc52b345f18a73a946ae6dae4652e6215d5 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 09:02:13 provisioning config files... 09:02:13 copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config3961331109973846111tmp 09:02:13 copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1963638411000921746tmp 09:02:13 copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8214766587061990690tmp [Pipeline] { [Pipeline] echo 09:02:14 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 09:02:14 ---> sigul-configuration.sh 09:02:14 gpg: directory `/root/.gnupg' created 09:02:14 gpg: new configuration file `/root/.gnupg/gpg.conf' created 09:02:14 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 09:02:14 gpg: keyring `/root/.gnupg/secring.gpg' created 09:02:14 gpg: keyring `/root/.gnupg/pubring.gpg' created 09:02:14 gpg: CAST5 encrypted data 09:02:14 gpg: encrypted with 1 passphrase 09:02:14 gpg: WARNING: message was not integrity protected [Pipeline] sh 09:02:14 + mkdir /home/jenkins 09:02:14 + mkdir /home/jenkins/sigul [Pipeline] sh 09:02:15 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 09:02:15 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 09:02:15 ---> sigul-install.sh 09:02:20 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 09:02:21 + git tag --list 09:02:21 0.7.1 09:02:21 delhi-tag 09:02:21 v1.0.0 09:02:21 v1.1.0 09:02:21 v1.1.1 09:02:21 v1.1.2 09:02:21 v1.2.0 09:02:21 v1.2.1 09:02:21 v1.2.2 09:02:21 v1.2.3 09:02:21 v1.2.4-dev.1 09:02:21 v1.2.4-dev.10 09:02:21 v1.2.4-dev.11 09:02:21 v1.2.4-dev.12 09:02:21 v1.2.4-dev.13 09:02:21 v1.2.4-dev.14 09:02:21 v1.2.4-dev.15 09:02:21 v1.2.4-dev.16 09:02:21 v1.2.4-dev.17 09:02:21 v1.2.4-dev.18 09:02:21 v1.2.4-dev.19 09:02:21 v1.2.4-dev.2 09:02:21 v1.2.4-dev.20 09:02:21 v1.2.4-dev.21 09:02:21 v1.2.4-dev.22 09:02:21 v1.2.4-dev.23 09:02:21 v1.2.4-dev.24 09:02:21 v1.2.4-dev.25 09:02:21 v1.2.4-dev.26 09:02:21 v1.2.4-dev.27 09:02:21 v1.2.4-dev.28 09:02:21 v1.2.4-dev.29 09:02:21 v1.2.4-dev.3 09:02:21 v1.2.4-dev.30 09:02:21 v1.2.4-dev.31 09:02:21 v1.2.4-dev.32 09:02:21 v1.2.4-dev.33 09:02:21 v1.2.4-dev.34 09:02:21 v1.2.4-dev.35 09:02:21 v1.2.4-dev.4 09:02:21 v1.2.4-dev.5 09:02:21 v1.2.4-dev.6 09:02:21 v1.2.4-dev.7 09:02:21 v1.2.4-dev.8 09:02:21 v1.2.4-dev.9 09:02:21 v1.3.0 09:02:21 v1.3.1-dev.1 09:02:21 v1.3.1-dev.10 09:02:21 v1.3.1-dev.2 09:02:21 v1.3.1-dev.3 09:02:21 v1.3.1-dev.4 09:02:21 v1.3.1-dev.5 09:02:21 v1.3.1-dev.6 09:02:21 v1.3.1-dev.7 09:02:21 v1.3.1-dev.8 09:02:21 v1.3.1-dev.9 09:02:21 v1.4.0 09:02:21 v1.4.1-dev.1 09:02:21 v1.4.1-dev.2 09:02:21 v1.4.1-dev.3 09:02:21 v1.4.1-dev.4 09:02:21 v1.4.1-dev.5 09:02:21 v1.4.1-dev.6 09:02:21 v1.4.1-dev.7 [Pipeline] sh 09:02:21 + lftools sign git-tag v1.4.1-dev.7 09:02:23 Signing Git tag with Sigul... 09:02:23 Signing v1.4.1-dev.7 [Pipeline] echo 09:02:24 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 09:02:24 ---> sigul-configuration-cleanup.sh [Pipeline] } 09:02:24 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 09:02:24 $ docker stop --time=1 f05aa3df696ee7bc31e0cebacff25bc52b345f18a73a946ae6dae4652e6215d5 09:02:26 $ docker rm -f f05aa3df696ee7bc31e0cebacff25bc52b345f18a73a946ae6dae4652e6215d5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 09:02:27 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:02:27 . [Pipeline] withDockerContainer 09:02:27 prd-centos7-docker-4c-2g-20442 does not seem to be running inside a container 09:02:27 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 09:02:28 $ docker top 90eb8a6bb8af02da9d034e57f3b009e01d53399f55d0e6eed0538527567f5280 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:02:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:02:29 [ssh-agent] Looking for ssh-agent implementation... 09:02:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:02:29 $ docker exec 90eb8a6bb8af02da9d034e57f3b009e01d53399f55d0e6eed0538527567f5280 ssh-agent 09:02:29 SSH_AUTH_SOCK=/tmp/ssh-8dPUrSxMMqen/agent.12 09:02:29 SSH_AGENT_PID=18 09:02:29 Running ssh-add (command line suppressed) 09:02:29 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_9091835733359359746.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_9091835733359359746.key) 09:02:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:02:30 + git semver bump pre 09:02:30 # -> Open(): unable to determine branch for HEAD 09:02:30 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 09:02:30 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 09:02:30 # $SEMVER_REMOTE_NAME = origin 09:02:30 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:02:30 # $SEMVER_USER_NAME = edgex-jenkins 09:02:30 # $SEMVER_BRANCH = master 09:02:30 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 09:02:30 1.4.1-dev.8 [Pipeline] } 09:02:30 $ docker exec --env ******** --env ******** 90eb8a6bb8af02da9d034e57f3b009e01d53399f55d0e6eed0538527567f5280 ssh-agent -k 09:02:30 unset SSH_AUTH_SOCK; 09:02:30 unset SSH_AGENT_PID; 09:02:30 echo Agent pid 18 killed; 09:02:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:02:31 + git semver [Pipeline] } 09:02:31 $ docker stop --time=1 90eb8a6bb8af02da9d034e57f3b009e01d53399f55d0e6eed0538527567f5280 09:02:32 $ docker rm -f 90eb8a6bb8af02da9d034e57f3b009e01d53399f55d0e6eed0538527567f5280 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 09:02:33 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:02:33 . [Pipeline] withDockerContainer 09:02:33 prd-centos7-docker-4c-2g-20442 does not seem to be running inside a container 09:02:33 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 09:02:33 $ docker top 4781e56a1dfba5e536ef5c238e362e4b4d5a53b1ca9b17f2fb3a7247c1fde905 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:02:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:02:34 [ssh-agent] Looking for ssh-agent implementation... 09:02:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:02:34 $ docker exec 4781e56a1dfba5e536ef5c238e362e4b4d5a53b1ca9b17f2fb3a7247c1fde905 ssh-agent 09:02:34 SSH_AUTH_SOCK=/tmp/ssh-O6BgrtWddvck/agent.12 09:02:34 SSH_AGENT_PID=17 09:02:34 Running ssh-add (command line suppressed) 09:02:34 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3190653529865915565.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3190653529865915565.key) 09:02:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:02:35 + git semver push 09:02:35 # -> Open(): unable to determine branch for HEAD 09:02:35 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 09:02:35 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 09:02:35 # $SEMVER_REMOTE_NAME = origin 09:02:35 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:02:35 # $SEMVER_USER_NAME = edgex-jenkins 09:02:35 # $SEMVER_BRANCH = master 09:02:35 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 09:02:41 $ docker exec --env ******** --env ******** 4781e56a1dfba5e536ef5c238e362e4b4d5a53b1ca9b17f2fb3a7247c1fde905 ssh-agent -k 09:02:41 unset SSH_AUTH_SOCK; 09:02:41 unset SSH_AGENT_PID; 09:02:41 echo Agent pid 17 killed; 09:02:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:02:42 + git semver [Pipeline] } 09:02:42 $ docker stop --time=1 4781e56a1dfba5e536ef5c238e362e4b4d5a53b1ca9b17f2fb3a7247c1fde905 09:02:43 $ docker rm -f 4781e56a1dfba5e536ef5c238e362e4b4d5a53b1ca9b17f2fb3a7247c1fde905 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" 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 09:02:45 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:02:45 ---> package-listing.sh 09:02:45 ++ facter osfamily 09:02:45 ++ tr '[:upper:]' '[:lower:]' 09:02:45 + OS_FAMILY=redhat 09:02:45 + workspace=/w/workspace/dgexfoundry_device-sdk-go_master 09:02:45 + START_PACKAGES=/tmp/packages_start.txt 09:02:45 + END_PACKAGES=/tmp/packages_end.txt 09:02:45 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:02:45 + PACKAGES=/tmp/packages_start.txt 09:02:45 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 09:02:45 + PACKAGES=/tmp/packages_end.txt 09:02:45 + case "${OS_FAMILY}" in 09:02:45 + rpm -qa 09:02:45 + sort 09:02:51 + '[' -f /tmp/packages_start.txt ']' 09:02:51 + '[' -f /tmp/packages_end.txt ']' 09:02:51 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:02:51 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 09:02:51 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ 09:02:51 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [Pipeline] echo 09:02:51 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_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 09:02:51 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 09:02:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:02:51 09:02:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 09:02:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:02:52 alpine: Pulling from edgex-lftools-log-publisher 09:02:52 df20fa9351a1: Pulling fs layer 09:02:52 36b3adc4ff6f: Pulling fs layer 09:02:52 8ad3a11d3b57: Pulling fs layer 09:02:52 46f8f816bc3b: Pulling fs layer 09:02:52 93b61091891f: Pulling fs layer 09:02:52 93b9cdb0e59b: Pulling fs layer 09:02:52 5e14af77c1be: Pulling fs layer 09:02:52 01666e4c0597: Pulling fs layer 09:02:52 aa168da1d23b: Pulling fs layer 09:02:52 46f8f816bc3b: Waiting 09:02:52 93b61091891f: Waiting 09:02:52 93b9cdb0e59b: Waiting 09:02:52 5e14af77c1be: Waiting 09:02:52 aa168da1d23b: Waiting 09:02:52 01666e4c0597: Waiting 09:02:52 36b3adc4ff6f: Download complete 09:02:52 46f8f816bc3b: Verifying Checksum 09:02:52 46f8f816bc3b: Download complete 09:02:52 df20fa9351a1: Verifying Checksum 09:02:52 df20fa9351a1: Download complete 09:02:52 93b9cdb0e59b: Verifying Checksum 09:02:52 93b9cdb0e59b: Download complete 09:02:52 5e14af77c1be: Verifying Checksum 09:02:52 5e14af77c1be: Download complete 09:02:52 93b61091891f: Verifying Checksum 09:02:52 93b61091891f: Download complete 09:02:52 01666e4c0597: Verifying Checksum 09:02:52 01666e4c0597: Download complete 09:02:52 df20fa9351a1: Pull complete 09:02:53 36b3adc4ff6f: Pull complete 09:02:53 8ad3a11d3b57: Download complete 09:02:54 8ad3a11d3b57: Pull complete 09:02:54 46f8f816bc3b: Pull complete 09:02:55 aa168da1d23b: Verifying Checksum 09:02:55 aa168da1d23b: Download complete 09:02:55 93b61091891f: Pull complete 09:02:55 93b9cdb0e59b: Pull complete 09:02:55 5e14af77c1be: Pull complete 09:02:55 01666e4c0597: Pull complete 09:03:04 aa168da1d23b: Pull complete 09:03:04 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 09:03:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:03:04 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 09:03:04 prd-centos7-docker-4c-2g-20442 does not seem to be running inside a container 09:03:04 $ 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_master/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_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 09:03:07 $ docker top f8d3ff1afa02e5db87888fbc519810ab6571f374f4af036cf2a1105774699593 -eo pid,comm [Pipeline] { [Pipeline] sh 09:03:07 + touch /tmp/pre-build-complete [Pipeline] sh 09:03:08 + mkdir -p /var/log/sa [Pipeline] sh 09:03:08 + ls /var/log/sa-host 09:03:08 + sadf -c /var/log/sa-host/sa15 09:03:08 file_magic: OK 09:03:08 HZ: Using current value: 100 09:03:08 file_header: OK 09:03:08 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 09:03:08 Statistics: 09:03:08 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 09:03:08 File successfully converted to sysstat format version 12.2.1 09:03:08 + sadf -c /var/log/sa-host/sa23 09:03:08 file_magic: OK 09:03:08 HZ: Using current value: 100 09:03:08 file_header: OK 09:03:08 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 09:03:08 Statistics: 09:03:08 Hnuu...uuuununununu... 09:03:08 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:03:08 provisioning config files... 09:03:08 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7608562023927092405tmp [Pipeline] { [Pipeline] echo 09:03:08 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:03:09 ---> create-netrc.sh [Pipeline] } 09:03:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 09:03:09 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 09:03:09 ---> python-tools-install.sh [Pipeline] echo 09:03:09 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 09:03:09 ---> sudo-logs.sh 09:03:09 Archiving 'sudo' log.. [Pipeline] echo 09:03:09 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 09:03:10 ---> job-cost.sh 09:03:10 lf-activate-venv: SKIPPING 09:03:10 INFO: No Stack... 09:03:11 INFO: Retrieving Pricing Info for: v1-standard-2 09:03:11 INFO: Archiving Costs [Pipeline] echo 09:03:11 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:03:12 ---> logs-deploy.sh 09:03:12 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/105 09:03:12 INFO: archiving workspace using pattern(s): 09:03:13 Archives upload complete. 09:03:13 INFO: archiving logs to Nexus 09:03:14 ---> uname -a: 09:03:14 Linux prd-centos7-docker-4c-2g-20442.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 09:03:14 09:03:14 09:03:14 ---> lscpu: 09:03:14 Architecture: x86_64 09:03:14 CPU op-mode(s): 32-bit, 64-bit 09:03:14 Byte Order: Little Endian 09:03:14 Address sizes: 40 bits physical, 48 bits virtual 09:03:14 CPU(s): 4 09:03:14 On-line CPU(s) list: 0-3 09:03:14 Thread(s) per core: 1 09:03:14 Core(s) per socket: 1 09:03:14 Socket(s): 4 09:03:14 NUMA node(s): 1 09:03:14 Vendor ID: GenuineIntel 09:03:14 CPU family: 6 09:03:14 Model: 44 09:03:14 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 09:03:14 Stepping: 1 09:03:14 CPU MHz: 2933.436 09:03:14 BogoMIPS: 5866.87 09:03:14 Virtualization: VT-x 09:03:14 Hypervisor vendor: KVM 09:03:14 Virtualization type: full 09:03:14 L1d cache: 128 KiB 09:03:14 L1i cache: 128 KiB 09:03:14 L2 cache: 16 MiB 09:03:14 L3 cache: 64 MiB 09:03:14 NUMA node0 CPU(s): 0-3 09:03:14 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 09:03:14 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 09:03:14 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 09:03:14 Vulnerability Meltdown: Mitigation; PTI 09:03:14 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 09:03:14 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 09:03:14 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 09:03:14 Vulnerability Srbds: Not affected 09:03:14 Vulnerability Tsx async abort: Not affected 09:03:14 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 09:03:14 09:03:14 09:03:14 ---> nproc: 09:03:14 4 09:03:14 09:03:14 09:03:14 ---> df -h: 09:03:14 Filesystem Size Used Available Use% Mounted on 09:03:14 overlay 50.0G 8.5G 41.4G 17% / 09:03:14 tmpfs 64.0M 0 64.0M 0% /dev 09:03:14 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 09:03:14 shm 64.0M 0 64.0M 0% /dev/shm 09:03:14 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 09:03:14 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 09:03:14 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 09:03:14 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 09:03:14 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 09:03:14 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 09:03:14 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 09:03:14 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 09:03:14 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dgexfoundry_device-sdk-go_master 09:03:14 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dgexfoundry_device-sdk-go_master@tmp 09:03:14 09:03:14 09:03:14 ---> free -m: 09:03:14 total used free shared buff/cache available 09:03:14 Mem: 1837 823 154 0 860 949 09:03:14 Swap: 1023 2 1021 09:03:14 09:03:14 09:03:14 ---> ip addr: 09:03:14 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 09:03:14 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 09:03:14 inet 127.0.0.1/8 scope host lo 09:03:14 valid_lft forever preferred_lft forever 09:03:14 inet6 ::1/128 scope host 09:03:14 valid_lft forever preferred_lft forever 09:03:14 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 09:03:14 link/ether fa:16:3e:92:4b:b5 brd ff:ff:ff:ff:ff:ff 09:03:14 inet 10.30.122.81/23 brd 10.30.123.255 scope global dynamic eth0 09:03:14 valid_lft 85699sec preferred_lft 85699sec 09:03:14 inet6 fe80::f816:3eff:fe92:4bb5/64 scope link 09:03:14 valid_lft forever preferred_lft forever 09:03:14 3: docker0: mtu 1500 qdisc noqueue state DOWN 09:03:14 link/ether 02:42:e4:66:a4:1b brd ff:ff:ff:ff:ff:ff 09:03:14 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 09:03:14 valid_lft forever preferred_lft forever 09:03:14 inet6 fe80::42:e4ff:fe66:a41b/64 scope link 09:03:14 valid_lft forever preferred_lft forever 09:03:14 09:03:14 09:03:14 ---> sar -b -r -n DEV: 09:03:14 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/15/21 _x86_64_ (4 CPU) 09:03:14 09:03:14 08:51:20 LINUX RESTART (4 CPU) 09:03:14 09:03:14 08:52:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 09:03:14 08:53:01 49.03 12.80 36.23 0.00 4526.81 3165.32 0.00 09:03:14 08:54:01 1.87 0.00 1.87 0.00 0.00 35.62 0.00 09:03:14 08:55:01 0.20 0.00 0.20 0.00 0.00 2.03 0.00 09:03:14 08:56:01 0.32 0.00 0.32 0.00 0.00 3.23 0.00 09:03:14 08:57:01 0.20 0.00 0.20 0.00 0.00 2.61 0.00 09:03:14 08:58:01 0.35 0.00 0.35 0.00 0.00 4.83 0.00 09:03:14 08:59:01 0.25 0.00 0.25 0.00 0.00 2.70 0.00 09:03:14 09:00:01 0.15 0.00 0.15 0.00 0.00 1.75 0.00 09:03:14 09:01:01 0.37 0.10 0.27 0.00 7.46 3.88 0.00 09:03:14 09:02:01 350.17 175.40 174.77 0.00 9433.03 55832.51 0.00 09:03:14 09:03:01 226.91 104.61 122.30 0.00 7415.53 28618.34 0.00 09:03:14 Average: 57.31 26.66 30.66 0.00 1945.74 7978.74 0.00 09:03:14 09:03:14 08:52:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 09:03:14 08:53:01 168116 0 615780 32.73 2620 1095028 1102660 37.63 425720 1089204 20 09:03:14 08:54:01 174180 0 609708 32.40 2620 1095036 1077556 36.78 424220 1085508 16 09:03:14 08:55:01 172920 0 610964 32.47 2620 1095040 1077556 36.78 424096 1087296 8 09:03:14 08:56:01 169820 0 614004 32.63 2620 1095100 1077664 36.78 441132 1073152 32 09:03:14 08:57:01 167920 0 615956 32.74 2620 1095048 1077752 36.78 438736 1077492 20 09:03:14 08:58:01 168520 0 615352 32.70 2620 1095052 1077656 36.78 445296 1070384 12 09:03:14 08:59:01 168748 0 615120 32.69 2620 1095056 1077620 36.78 445004 1070440 8 09:03:14 09:00:01 168624 0 615240 32.70 2620 1095060 1077620 36.78 445132 1070440 8 09:03:14 09:01:01 163432 0 620044 32.95 2620 1095448 1081508 36.91 449652 1069760 180 09:03:14 09:02:01 76648 0 797456 42.38 2160 1005280 1512720 51.63 650644 861460 72132 09:03:14 09:03:01 75424 0 845728 44.95 960 959432 1528912 52.18 699200 756200 58620 09:03:14 Average: 152214 0 652305 34.67 2427 1074598 1160839 39.62 480803 1028303 11914 09:03:14 09:03:14 08:52:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 09:03:14 08:53:01 eth0 200.93 150.81 513.84 52.13 0.00 0.00 0.00 0.00 09:03:14 08:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:03:14 08:53:01 docker0 6.92 5.56 1.32 21.14 0.00 0.00 0.00 0.00 09:03:14 08:54:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:03:14 08:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:03:14 08:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:03:14 08:55:01 eth0 0.25 0.08 0.01 0.01 0.00 0.00 0.00 0.00 09:03:14 08:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:03:14 08:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:03:14 08:56:01 eth0 1.53 0.30 0.37 0.20 0.00 0.00 0.00 0.00 09:03:14 08:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:03:14 08:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:03:14 08:57:01 eth0 0.68 0.43 0.35 0.27 0.00 0.00 0.00 0.00 09:03:14 08:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:03:14 08:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:03:14 08:58:01 eth0 0.17 0.12 0.07 0.01 0.00 0.00 0.00 0.00 09:03:14 08:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:03:14 08:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:03:14 08:59:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 09:03:14 08:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:03:14 08:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:03:14 09:00:01 eth0 0.67 0.08 0.06 0.01 0.00 0.00 0.00 0.00 09:03:14 09:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:03:14 09:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:03:14 09:01:01 eth0 5.61 3.80 5.39 2.34 0.00 0.00 0.00 0.00 09:03:14 09:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:03:14 09:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:03:14 09:02:01 eth0 871.78 785.27 7442.79 113.73 0.00 0.00 0.00 0.00 09:03:14 09:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:03:14 09:02:01 docker0 34.39 33.51 3.09 156.51 0.00 0.00 0.00 0.00 09:03:14 09:03:01 eth0 317.98 252.17 2429.16 78.92 0.00 0.00 0.00 0.00 09:03:14 09:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:03:14 09:03:01 docker0 28.54 37.77 1.87 202.41 0.00 0.00 0.00 0.00 09:03:14 Average: eth0 127.37 108.58 945.73 22.53 0.00 0.00 0.00 0.00 09:03:14 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:03:14 Average: docker0 6.36 6.99 0.57 34.59 0.00 0.00 0.00 0.00 09:03:14 09:03:14 09:03:14 ---> sar -P ALL: 09:03:14 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/15/21 _x86_64_ (4 CPU) 09:03:14 09:03:14 08:51:20 LINUX RESTART (4 CPU) 09:03:14 09:03:14 08:52:01 CPU %user %nice %system %iowait %steal %idle 09:03:14 08:53:01 all 4.25 0.00 2.55 1.22 0.05 91.94 09:03:14 08:53:01 0 3.80 0.00 2.38 1.49 0.07 92.26 09:03:14 08:53:01 1 3.46 0.00 2.44 0.82 0.05 93.23 09:03:14 08:53:01 2 4.43 0.00 2.40 0.84 0.05 92.28 09:03:14 08:53:01 3 5.31 0.00 2.97 1.71 0.03 89.97 09:03:14 08:54:01 all 0.15 0.00 0.03 0.00 0.00 99.82 09:03:14 08:54:01 0 0.02 0.00 0.02 0.00 0.00 99.97 09:03:14 08:54:01 1 0.08 0.00 0.07 0.00 0.00 99.85 09:03:14 08:54:01 2 0.45 0.00 0.03 0.00 0.00 99.52 09:03:14 08:54:01 3 0.05 0.00 0.02 0.00 0.00 99.93 09:03:14 08:55:01 all 0.16 0.00 0.03 0.00 0.00 99.81 09:03:14 08:55:01 0 0.03 0.00 0.03 0.00 0.00 99.93 09:03:14 08:55:01 1 0.07 0.00 0.03 0.00 0.00 99.90 09:03:14 08:55:01 2 0.50 0.00 0.03 0.00 0.00 99.47 09:03:14 08:55:01 3 0.03 0.00 0.03 0.00 0.00 99.93 09:03:14 08:56:01 all 0.05 0.00 0.06 0.00 0.00 99.88 09:03:14 08:56:01 0 0.07 0.00 0.03 0.00 0.00 99.90 09:03:14 08:56:01 1 0.03 0.00 0.03 0.00 0.02 99.92 09:03:14 08:56:01 2 0.10 0.00 0.12 0.00 0.00 99.78 09:03:14 08:56:01 3 0.02 0.00 0.05 0.00 0.00 99.93 09:03:14 08:57:01 all 0.18 0.00 0.05 0.00 0.03 99.74 09:03:14 08:57:01 0 0.12 0.00 0.02 0.00 0.03 99.83 09:03:14 08:57:01 1 0.10 0.00 0.10 0.00 0.00 99.80 09:03:14 08:57:01 2 0.45 0.00 0.07 0.00 0.05 99.43 09:03:14 08:57:01 3 0.03 0.00 0.03 0.00 0.03 99.90 09:03:14 08:58:01 all 0.13 0.00 0.07 0.00 0.00 99.80 09:03:14 08:58:01 0 0.00 0.00 0.03 0.00 0.00 99.97 09:03:14 08:58:01 1 0.03 0.00 0.05 0.00 0.02 99.90 09:03:14 08:58:01 2 0.47 0.00 0.17 0.00 0.00 99.37 09:03:14 08:58:01 3 0.02 0.00 0.02 0.00 0.00 99.97 09:03:14 08:59:01 all 0.04 0.00 0.04 0.00 0.00 99.92 09:03:14 08:59:01 0 0.02 0.00 0.02 0.00 0.00 99.97 09:03:14 08:59:01 1 0.08 0.00 0.05 0.00 0.00 99.87 09:03:14 08:59:01 2 0.07 0.00 0.10 0.00 0.00 99.83 09:03:14 08:59:01 3 0.00 0.00 0.00 0.00 0.00 100.00 09:03:14 09:00:01 all 0.11 0.00 0.04 0.00 0.00 99.85 09:03:14 09:00:01 0 0.02 0.00 0.03 0.00 0.00 99.95 09:03:14 09:00:01 1 0.03 0.00 0.03 0.00 0.00 99.93 09:03:14 09:00:01 2 0.37 0.00 0.03 0.00 0.00 99.60 09:03:14 09:00:01 3 0.03 0.00 0.05 0.00 0.00 99.92 09:03:14 09:01:01 all 0.48 0.00 0.31 0.00 0.01 99.20 09:03:14 09:01:01 0 0.38 0.00 0.33 0.00 0.00 99.28 09:03:14 09:01:01 1 0.13 0.00 0.13 0.02 0.00 99.72 09:03:14 09:01:01 2 1.15 0.00 0.47 0.00 0.02 98.37 09:03:14 09:01:01 3 0.23 0.00 0.32 0.00 0.02 99.43 09:03:14 09:02:01 all 15.90 0.00 11.83 3.59 0.31 68.37 09:03:14 09:02:01 0 16.21 0.00 11.39 3.88 0.33 68.19 09:03:14 09:02:01 1 15.99 0.00 12.39 4.03 0.31 67.27 09:03:14 09:02:01 2 15.90 0.00 12.25 4.02 0.29 67.53 09:03:14 09:02:01 3 15.51 0.00 11.28 2.42 0.30 70.49 09:03:14 09:03:01 all 11.05 0.00 8.55 3.37 0.17 76.85 09:03:14 09:03:01 0 9.53 0.00 7.96 1.64 0.14 80.73 09:03:14 09:03:01 1 15.49 0.00 9.76 3.28 0.17 71.29 09:03:14 09:03:01 2 9.48 0.00 8.10 7.08 0.19 75.16 09:03:14 09:03:01 3 9.73 0.00 8.39 1.48 0.17 80.22 09:03:14 09:03:14 Average: CPU %user %nice %system %iowait %steal %idle 09:03:14 Average: all 2.89 0.00 2.09 0.73 0.05 94.24 09:03:14 Average: 0 2.68 0.00 1.97 0.62 0.05 94.68 09:03:14 Average: 1 3.15 0.00 2.23 0.72 0.05 93.84 09:03:14 Average: 2 2.98 0.00 2.11 1.06 0.05 93.79 09:03:14 Average: 3 2.75 0.00 2.05 0.50 0.05 94.65 09:03:14 09:03:14 09:03:14