Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 34e320ac99befae92f8b4aae2047dc1351ba020b 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 # timeout=10 Commit message: "Merge pull request #301 from ernestojeda/enable-docker-proxy" > 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 [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-12908 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.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --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 --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 34e320ac99befae92f8b4aae2047dc1351ba020b (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 34e320ac99befae92f8b4aae2047dc1351ba020b # timeout=10 Commit message: "Merge pull request #652 from hahattan/issue-651" > git rev-list --no-walk 43893dea7cdf8ffe29fac0bba279684163774e51 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:38:28 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:38:28 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:38:29 ========================================================= 04:38:29 EdgeX Global Pipelines Version Info 04:38:29 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:38:30 ------------------- 04:38:30 stable info: 04:38:30 ------------------- 04:38:30 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:38:30 Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 04:38:30 Message: update stable to v1.0.167 04:38:31 ------------------- 04:38:31 experimental info: 04:38:31 ------------------- 04:38:31 Commited By: **** collab-it+edgex@linuxfoundation.org 04:38:31 Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 04:38:31 Message: update experimental to v1.0.167 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 04:38:32 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 04:38:32 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 04:38:32 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:38:32 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:38:32 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:38:32 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 04:38:32 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 04:38:32 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 04:38:33 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 04:38:33 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:38:33 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:38:33 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 04:38:33 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:38:33 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:38:33 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:38:33 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 04:38:34 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 04:38:34 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 04:38:34 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:38:34 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 04:38:34 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 04:38:34 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 04:38:34 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 04:38:34 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 04:38:34 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 04:38:35 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 04:38:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 04:38:35 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 04:38:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 04:38:35 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 34e320ac99befae92f8b4aae2047dc1351ba020b [Pipeline] echo 04:38:35 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 34e320a [Pipeline] echo 04:38:35 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 04:38:35 provisioning config files... 04:38:35 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config3368324176682359538tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:38:36 ---> docker-login.sh 04:38:36 nexus3.edgexfoundry.org:10001 04:38:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:38:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:38:36 Configure a credential helper to remove this warning. See 04:38:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:38:36 04:38:36 Login Succeeded 04:38:36 nexus3.edgexfoundry.org:10002 04:38:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:38:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:38:36 Configure a credential helper to remove this warning. See 04:38:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:38:36 04:38:36 Login Succeeded 04:38:36 nexus3.edgexfoundry.org:10003 04:38:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:38:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:38:37 Configure a credential helper to remove this warning. See 04:38:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:38:37 04:38:37 Login Succeeded 04:38:37 nexus3.edgexfoundry.org:10004 04:38:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:38:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:38:37 Configure a credential helper to remove this warning. See 04:38:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:38:37 04:38:37 Login Succeeded 04:38:37 docker.io 04:38:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:38:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:38:37 Configure a credential helper to remove this warning. See 04:38:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:38:37 04:38:37 Login Succeeded 04:38:37 ---> docker-login.sh ends [Pipeline] } 04:38:37 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:38:38 + git log --format=format:%s -1 34e320ac99befae92f8b4aae2047dc1351ba020b [Pipeline] echo 04:38:38 GIT_COMMIT: 34e320ac99befae92f8b4aae2047dc1351ba020b, Commit Message: Merge pull request #652 from hahattan/issue-651 [Pipeline] echo 04:38:38 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 04:38:39 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:38:39 04:38:39 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:38:39 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:38:39 latest: Pulling from edgex-devops/git-semver 04:38:39 31603596830f: Pulling fs layer 04:38:39 2a8b12db71e7: Pulling fs layer 04:38:39 6ca5941a6612: Pulling fs layer 04:38:39 ecc8261a40a4: Pulling fs layer 04:38:39 ecc8261a40a4: Waiting 04:38:39 2a8b12db71e7: Verifying Checksum 04:38:39 2a8b12db71e7: Download complete 04:38:39 31603596830f: Verifying Checksum 04:38:39 31603596830f: Download complete 04:38:40 ecc8261a40a4: Verifying Checksum 04:38:40 ecc8261a40a4: Download complete 04:38:40 6ca5941a6612: Verifying Checksum 04:38:40 6ca5941a6612: Download complete 04:38:40 31603596830f: Pull complete 04:38:40 2a8b12db71e7: Pull complete 04:38:41 6ca5941a6612: Pull complete 04:38:41 ecc8261a40a4: Pull complete 04:38:41 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 04:38:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:38:41 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:38:41 prd-centos7-docker-4c-2g-12908 does not seem to be running inside a container 04:38:41 $ 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 04:38:43 $ docker top 40f5dd71f7741dce2c47960f8921c49c4fbee8cf4a00d785dbce378ea3999078 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:38:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:38:43 [ssh-agent] Looking for ssh-agent implementation... 04:38:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:38:44 $ docker exec 40f5dd71f7741dce2c47960f8921c49c4fbee8cf4a00d785dbce378ea3999078 ssh-agent 04:38:44 SSH_AUTH_SOCK=/tmp/ssh-AwIvnvNr3SaC/agent.11 04:38:44 SSH_AGENT_PID=16 04:38:44 Running ssh-add (command line suppressed) 04:38:44 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7756002028831675501.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7756002028831675501.key) 04:38:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:38:44 + git tag --points-at HEAD [Pipeline] } 04:38:45 $ docker exec --env ******** --env ******** 40f5dd71f7741dce2c47960f8921c49c4fbee8cf4a00d785dbce378ea3999078 ssh-agent -k 04:38:45 unset SSH_AUTH_SOCK; 04:38:45 unset SSH_AGENT_PID; 04:38:45 echo Agent pid 16 killed; 04:38:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:38:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:38:45 [ssh-agent] Looking for ssh-agent implementation... 04:38:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:38:45 $ docker exec 40f5dd71f7741dce2c47960f8921c49c4fbee8cf4a00d785dbce378ea3999078 ssh-agent 04:38:45 SSH_AUTH_SOCK=/tmp/ssh-uXYAUfEF6waB/agent.45 04:38:45 SSH_AGENT_PID=50 04:38:45 Running ssh-add (command line suppressed) 04:38:45 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4139556999030936466.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4139556999030936466.key) 04:38:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:38:46 + git semver init 04:38:46 # -> Open(): unable to determine branch for HEAD 04:38:46 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 04:38:46 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 04:38:46 # $SEMVER_REMOTE_NAME = origin 04:38:46 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:38:46 # $SEMVER_USER_NAME = edgex-jenkins 04:38:46 # $SEMVER_BRANCH = master 04:38:46 # $SEMVER_TEMP = /tmp/semver-219122628 04:38:46 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 04:38:46 # '/tmp/semver-219122628' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' 04:38:46 # -> Force: false 04:38:46 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 04:38:46 $ docker exec --env ******** --env ******** 40f5dd71f7741dce2c47960f8921c49c4fbee8cf4a00d785dbce378ea3999078 ssh-agent -k 04:38:46 unset SSH_AUTH_SOCK; 04:38:46 unset SSH_AGENT_PID; 04:38:46 echo Agent pid 50 killed; 04:38:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:38:47 + git semver [Pipeline] } 04:38:47 $ docker stop --time=1 40f5dd71f7741dce2c47960f8921c49c4fbee8cf4a00d785dbce378ea3999078 04:38:48 $ docker rm -f 40f5dd71f7741dce2c47960f8921c49c4fbee8cf4a00d785dbce378ea3999078 [Pipeline] // withDockerContainer [Pipeline] sh 04:38:49 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:38:49 Stashed 1 file(s) [Pipeline] echo 04:38:49 [edgeXSemver]: initialized semver on version 1.3.1-dev.1 [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 04:39:05 Still waiting to schedule task 04:39:05 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-12908’ 04:39:05 Still waiting to schedule task 04:39:05 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 04:41:50 Running on prd-centos7-docker-4c-2g-12909 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 04:41:50 Running in /w/workspace/device-sdk-go/88 [Pipeline] { [Pipeline] checkout 04:41:54 using credential edgex-jenkins-ssh 04:41:54 Cloning the remote Git repository 04:41:54 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 04:41:54 > git init /w/workspace/device-sdk-go/88 # timeout=10 04:41:55 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:41:55 > git --version # timeout=10 04:41:55 > git --version # 'git version 2.16.5' 04:41:55 using GIT_SSH to set credentials SSH Credentials for GitHub 04:41:55 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:41:56 Checking out Revision 34e320ac99befae92f8b4aae2047dc1351ba020b (master) 04:41:56 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:41:56 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:41:56 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:41:56 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:41:56 using GIT_SSH to set credentials SSH Credentials for GitHub 04:41:56 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 04:41:56 > git config core.sparsecheckout # timeout=10 04:41:56 > git checkout -f 34e320ac99befae92f8b4aae2047dc1351ba020b # timeout=10 04:42:00 Commit message: "Merge pull request #652 from hahattan/issue-651" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:42:01 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 04:42:02 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 04:42:02 + sudo service docker restart 04:42:02 + true 04:42:02 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 04:42:03 provisioning config files... 04:42:03 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/88@tmp/config1641029711082325736tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:42:04 ---> docker-login.sh 04:42:04 nexus3.edgexfoundry.org:10001 04:42:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:42:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:42:04 Configure a credential helper to remove this warning. See 04:42:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:42:04 04:42:04 Login Succeeded 04:42:04 nexus3.edgexfoundry.org:10002 04:42:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:42:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:42:05 Configure a credential helper to remove this warning. See 04:42:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:42:05 04:42:05 Login Succeeded 04:42:05 nexus3.edgexfoundry.org:10003 04:42:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:42:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:42:05 Configure a credential helper to remove this warning. See 04:42:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:42:05 04:42:05 Login Succeeded 04:42:05 nexus3.edgexfoundry.org:10004 04:42:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:42:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:42:05 Configure a credential helper to remove this warning. See 04:42:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:42:05 04:42:05 Login Succeeded 04:42:05 docker.io 04:42:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:42:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:42:05 Configure a credential helper to remove this warning. See 04:42:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:42:05 04:42:05 Login Succeeded 04:42:05 ---> docker-login.sh ends [Pipeline] } 04:42:05 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:42:06 ========================================================= 04:42:06 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 04:42:06 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:42:06 + 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 . 04:42:06 Sending build context to Docker daemon 2.348MB 04:42:06 Step 1/8 : ARG BASE=golang:1.15-alpine 04:42:06 Step 2/8 : FROM ${BASE} 04:42:06 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 04:42:06 df20fa9351a1: Pulling fs layer 04:42:06 ed8968b2872e: Pulling fs layer 04:42:06 a92cc7c5fd73: Pulling fs layer 04:42:06 e871e8e8d7a9: Pulling fs layer 04:42:06 e73272ec9a57: Pulling fs layer 04:42:06 1e910a182e73: Pulling fs layer 04:42:06 4e634b169226: Pulling fs layer 04:42:06 e871e8e8d7a9: Waiting 04:42:06 e73272ec9a57: Waiting 04:42:06 1e910a182e73: Waiting 04:42:06 4e634b169226: Waiting 04:42:06 a92cc7c5fd73: Verifying Checksum 04:42:06 a92cc7c5fd73: Download complete 04:42:06 ed8968b2872e: Download complete 04:42:06 e73272ec9a57: Verifying Checksum 04:42:06 e73272ec9a57: Download complete 04:42:06 1e910a182e73: Verifying Checksum 04:42:06 1e910a182e73: Download complete 04:42:06 df20fa9351a1: Verifying Checksum 04:42:06 df20fa9351a1: Download complete 04:42:07 df20fa9351a1: Pull complete 04:42:07 ed8968b2872e: Pull complete 04:42:07 a92cc7c5fd73: Pull complete 04:42:09 4e634b169226: Verifying Checksum 04:42:09 4e634b169226: Download complete 04:42:09 e871e8e8d7a9: Verifying Checksum 04:42:09 e871e8e8d7a9: Download complete 04:42:15 e871e8e8d7a9: Pull complete 04:42:15 e73272ec9a57: Pull complete 04:42:15 1e910a182e73: Pull complete 04:42:20 4e634b169226: Pull complete 04:42:20 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 04:42:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 04:42:20 ---> f7629b54cfaa 04:42:20 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:42:20 ---> Running in e72684e870e6 04:42:20 Removing intermediate container e72684e870e6 04:42:20 ---> 41fda80232d9 04:42:20 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:42:20 ---> Running in 258efde8c12f 04:42:22 Removing intermediate container 258efde8c12f 04:42:22 ---> 6bed529992a2 04:42:22 Step 5/8 : RUN apk add --no-cache make git 04:42:22 ---> Running in 7783e09616b2 04:42:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:42:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:42:23 OK: 166 MiB in 39 packages 04:42:24 Removing intermediate container 7783e09616b2 04:42:24 ---> f44336518a10 04:42:24 Step 6/8 : WORKDIR /device-sdk-go 04:42:24 ---> Running in e7e6adf022ee 04:42:24 Removing intermediate container e7e6adf022ee 04:42:24 ---> 6a7b217a79f9 04:42:24 Step 7/8 : COPY . . 04:42:25 ---> 584cc9bba179 04:42:25 Step 8/8 : RUN go mod download 04:42:25 ---> Running in 8dd521d70790 04:42:47 Removing intermediate container 8dd521d70790 04:42:47 ---> f918aafb88bf 04:42:47 Successfully built f918aafb88bf 04:42:47 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 04:42:47 + docker inspect -f . ci-base-image-x86_64 04:42:47 . [Pipeline] withDockerContainer 04:42:48 prd-centos7-docker-4c-2g-12909 does not seem to be running inside a container 04:42:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/88 -v /w/workspace/device-sdk-go/88:/w/workspace/device-sdk-go/88:rw,z -v /w/workspace/device-sdk-go/88@tmp:/w/workspace/device-sdk-go/88@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 04:42:49 $ docker top 839d19bff14e11152c1306e26cba93f070005bb1ab7d1f049e2301f497aadf39 -eo pid,comm [Pipeline] { [Pipeline] sh 04:42:49 + go version 04:42:49 go version go1.15.2 linux/amd64 [Pipeline] } 04:42:49 $ docker stop --time=1 839d19bff14e11152c1306e26cba93f070005bb1ab7d1f049e2301f497aadf39 04:42:50 $ docker rm -f 839d19bff14e11152c1306e26cba93f070005bb1ab7d1f049e2301f497aadf39 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:42:51 + docker inspect -f . ci-base-image-x86_64 04:42:51 . [Pipeline] withDockerContainer 04:42:51 prd-centos7-docker-4c-2g-12909 does not seem to be running inside a container 04:42:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/88 -v /w/workspace/device-sdk-go/88:/w/workspace/device-sdk-go/88:rw,z -v /w/workspace/device-sdk-go/88@tmp:/w/workspace/device-sdk-go/88@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 04:42:52 $ docker top 7d47e9e71a858c1f804e12eee8cb78cf6899ae8989859bac2e7c26a45b9e3361 -eo pid,comm [Pipeline] { [Pipeline] sh 04:42:53 + make test 04:42:53 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 04:43:01 ? github.com/edgexfoundry/device-sdk-go [no test files] 04:43:16 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 04:43:16 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 04:43:16 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 04:43:16 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.087s coverage: 20.6% of statements 04:43:18 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.443s coverage: 97.1% of statements 04:43:28 Running on prd-ubuntu18.04-docker-arm64-4c-16g-12910 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 04:43:28 Running in /w/workspace/device-sdk-go/88 [Pipeline] { [Pipeline] checkout 04:43:34 using credential edgex-jenkins-ssh 04:43:34 Cloning the remote Git repository 04:43:34 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 04:43:34 > git init /w/workspace/device-sdk-go/88 # timeout=10 04:43:34 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:43:34 > git --version # timeout=10 04:43:34 > git --version # 'git version 2.17.1' 04:43:34 using GIT_SSH to set credentials SSH Credentials for GitHub 04:43:34 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:43:36 Checking out Revision 34e320ac99befae92f8b4aae2047dc1351ba020b (master) 04:43:35 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:43:35 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:43:35 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:43:35 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:43:35 using GIT_SSH to set credentials SSH Credentials for GitHub 04:43:35 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 04:43:36 > git config core.sparsecheckout # timeout=10 04:43:36 > git checkout -f 34e320ac99befae92f8b4aae2047dc1351ba020b # timeout=10 04:43:40 Commit message: "Merge pull request #652 from hahattan/issue-651" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:43:42 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 04:43:42 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 04:43:43 + sudo service docker restart 04:43:43 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 04:43:45 provisioning config files... 04:43:46 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/88@tmp/config6752356946831132439tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:43:46 ---> docker-login.sh 04:43:46 nexus3.edgexfoundry.org:10001 04:43:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:43:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:43:47 Configure a credential helper to remove this warning. See 04:43:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:43:47 04:43:47 Login Succeeded 04:43:47 nexus3.edgexfoundry.org:10002 04:43:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:43:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:43:48 Configure a credential helper to remove this warning. See 04:43:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:43:48 04:43:48 Login Succeeded 04:43:48 nexus3.edgexfoundry.org:10003 04:43:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:43:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:43:48 Configure a credential helper to remove this warning. See 04:43:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:43:48 04:43:48 Login Succeeded 04:43:48 nexus3.edgexfoundry.org:10004 04:43:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:43:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:43:49 Configure a credential helper to remove this warning. See 04:43:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:43:49 04:43:49 Login Succeeded 04:43:49 docker.io 04:43:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:43:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:43:49 Configure a credential helper to remove this warning. See 04:43:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:43:49 04:43:49 Login Succeeded 04:43:49 ---> docker-login.sh ends [Pipeline] } 04:43:49 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 04:43:50 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.073s coverage: 9.4% of statements 04:43:50 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.056s coverage: 21.9% of statements 04:43:50 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 04:43:50 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.226s coverage: 42.5% of statements 04:43:50 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 04:43:50 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.309s coverage: 68.9% of statements 04:43:50 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 04:43:50 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 04:43:50 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 04:43:50 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 04:43:50 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.064s coverage: 52.6% of statements 04:43:50 ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] 04:43:50 ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] 04:43:50 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 04:43:50 ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.421s coverage: 68.9% of statements 04:43:50 ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.054s coverage: 4.7% of statements 04:43:50 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 04:43:50 GO111MODULE=on go vet ./... [Pipeline] echo 04:43:50 ========================================================= 04:43:50 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 04:43:50 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:43:51 + 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 . 04:43:51 Sending build context to Docker daemon 2.348MB 04:43:51 Step 1/8 : ARG BASE=golang:1.15-alpine 04:43:51 Step 2/8 : FROM ${BASE} 04:43:51 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:43:51 b538f80385f9: Pulling fs layer 04:43:51 74f711af9a0d: Pulling fs layer 04:43:51 99f96fe45779: Pulling fs layer 04:43:51 8529a6b9a6be: Pulling fs layer 04:43:51 45590311c82a: Pulling fs layer 04:43:51 69ca0ff8b7b3: Pulling fs layer 04:43:51 209524e5b208: Pulling fs layer 04:43:51 45590311c82a: Waiting 04:43:51 69ca0ff8b7b3: Waiting 04:43:51 209524e5b208: Waiting 04:43:51 8529a6b9a6be: Waiting 04:43:51 99f96fe45779: Verifying Checksum 04:43:51 74f711af9a0d: Verifying Checksum 04:43:51 74f711af9a0d: Download complete 04:43:51 99f96fe45779: Download complete 04:43:51 45590311c82a: Download complete 04:43:51 69ca0ff8b7b3: Download complete 04:43:51 b538f80385f9: Download complete 04:43:52 b538f80385f9: Pull complete 04:43:52 74f711af9a0d: Pull complete 04:43:53 99f96fe45779: Pull complete 04:43:54 209524e5b208: Verifying Checksum 04:43:54 209524e5b208: Download complete 04:43:55 8529a6b9a6be: Verifying Checksum 04:43:55 8529a6b9a6be: Download complete 04:43:57 gofmt -l . 04:43:57 [ "`gofmt -l .`" = "" ] 04:43:57 ./bin/test-attribution-txt.sh 04:43:58 ./bin/test-go-mod-tidy.sh [Pipeline] } 04:43:58 $ docker stop --time=1 7d47e9e71a858c1f804e12eee8cb78cf6899ae8989859bac2e7c26a45b9e3361 04:44:00 $ docker rm -f 7d47e9e71a858c1f804e12eee8cb78cf6899ae8989859bac2e7c26a45b9e3361 [Pipeline] // withDockerContainer [Pipeline] sh 04:44:00 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:44:01 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 04:44:03 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:44:04 + ls -al . 04:44:04 total 208 04:44:04 drwxrwxr-x. 10 jenkins jenkins 4096 Nov 20 04:43 . 04:44:04 drwxrwxr-x. 4 jenkins jenkins 30 Nov 20 04:41 .. 04:44:04 drwxrwxr-x. 2 jenkins jenkins 64 Nov 20 04:41 bin 04:44:04 -rw-r--r--. 1 jenkins jenkins 127610 Nov 20 04:43 coverage.out 04:44:04 -rw-rw-r--. 1 jenkins jenkins 936 Nov 20 04:41 Dockerfile.build 04:44:04 -rw-rw-r--. 1 jenkins jenkins 140 Nov 20 04:41 .dockerignore 04:44:04 drwxrwxr-x. 4 jenkins jenkins 48 Nov 20 04:41 example 04:44:04 drwxrwxr-x. 8 jenkins jenkins 162 Nov 20 04:41 .git 04:44:04 drwxrwxr-x. 2 jenkins jenkins 60 Nov 20 04:41 .github 04:44:04 -rw-rw-r--. 1 jenkins jenkins 138 Nov 20 04:41 .gitignore 04:44:04 -rw-r--r--. 1 jenkins jenkins 518 Nov 20 04:43 go.mod 04:44:04 -rw-r--r--. 1 jenkins jenkins 13436 Nov 20 04:43 go.sum 04:44:04 drwxrwxr-x. 15 jenkins jenkins 211 Nov 20 04:41 internal 04:44:04 -rw-rw-r--. 1 jenkins jenkins 901 Nov 20 04:41 Jenkinsfile 04:44:04 -rw-rw-r--. 1 jenkins jenkins 11341 Nov 20 04:41 LICENSE 04:44:04 -rw-rw-r--. 1 jenkins jenkins 1013 Nov 20 04:41 Makefile 04:44:04 drwxrwxr-x. 4 jenkins jenkins 26 Nov 20 04:41 openapi 04:44:04 drwxrwxr-x. 5 jenkins jenkins 50 Nov 20 04:41 pkg 04:44:04 -rw-rw-r--. 1 jenkins jenkins 5897 Nov 20 04:41 README.md 04:44:04 -rw-rw-r--. 1 jenkins jenkins 4291 Nov 20 04:41 RELEASE-NOTES.txt 04:44:04 drwxrwxr-x. 4 jenkins jenkins 54 Nov 20 04:41 snap 04:44:04 -rw-rw-r--. 1 jenkins jenkins 11 Nov 20 04:38 VERSION 04:44:04 -rw-rw-r--. 1 jenkins jenkins 222 Nov 20 04:41 version.go [Pipeline] isUnix [Pipeline] sh 04:44:04 + 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=34e320ac99befae92f8b4aae2047dc1351ba020b --label arch=amd64 --label version=1.3.1-dev.1 . 04:44:04 Sending build context to Docker daemon 2.476MB 04:44:04 Step 1/24 : ARG BASE=golang:1.15-alpine 04:44:04 Step 2/24 : FROM ${BASE} AS builder 04:44:04 ---> f918aafb88bf 04:44:04 Step 3/24 : ARG MAKE='make build' 04:44:05 ---> Running in ca1c99306875 04:44:05 Removing intermediate container ca1c99306875 04:44:05 ---> a6f97e8d9a59 04:44:05 Step 4/24 : WORKDIR /device-sdk-go 04:44:05 8529a6b9a6be: Pull complete 04:44:05 ---> Running in 90116623ed8b 04:44:05 Removing intermediate container 90116623ed8b 04:44:05 ---> 9c84131a2cb6 04:44:05 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:44:05 45590311c82a: Pull complete 04:44:05 ---> Running in 2e840e379a60 04:44:05 Removing intermediate container 2e840e379a60 04:44:05 ---> 3ba52ad24e35 04:44:05 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:44:05 ---> Running in 6cfe411cf426 04:44:06 69ca0ff8b7b3: Pull complete 04:44:06 Removing intermediate container 6cfe411cf426 04:44:06 ---> 65277e9d4d42 04:44:06 Step 7/24 : RUN apk add --update --no-cache make git 04:44:07 ---> Running in b40269958243 04:44:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:44:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:44:08 OK: 166 MiB in 39 packages 04:44:09 Removing intermediate container b40269958243 04:44:09 ---> 86c6f89d2ced 04:44:09 Step 8/24 : COPY . . 04:44:09 209524e5b208: Pull complete 04:44:09 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 04:44:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 04:44:09 ---> 5bddaf1c2fca 04:44:09 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:44:10 ---> 2be112d18b06 04:44:10 Step 9/24 : RUN ${MAKE} 04:44:10 ---> Running in d73017d53857 04:44:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.3.1-dev.1" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 04:44:13 ---> Running in cb8ed570df9f 04:44:13 Removing intermediate container cb8ed570df9f 04:44:13 ---> 9e5b5aadc40b 04:44:13 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:44:13 ---> Running in 16fe5eeff03b 04:44:15 Removing intermediate container 16fe5eeff03b 04:44:15 ---> a61fa803d382 04:44:15 Step 5/8 : RUN apk add --no-cache make git 04:44:15 ---> Running in 0391028de4f6 04:44:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:44:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:44:18 OK: 142 MiB in 39 packages 04:44:19 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 04:44:19 Removing intermediate container 0391028de4f6 04:44:19 ---> 061049b6aedc 04:44:19 Step 6/8 : WORKDIR /device-sdk-go 04:44:19 ---> Running in 294cf6c8eb34 04:44:20 Removing intermediate container 294cf6c8eb34 04:44:20 ---> 05d8493d92a6 04:44:20 Step 7/8 : COPY . . 04:44:21 Removing intermediate container d73017d53857 04:44:21 ---> 45c50d219da1 04:44:21 Step 10/24 : FROM scratch 04:44:21 ---> 04:44:21 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:44:21 ---> Running in fd803e53486e 04:44:21 Removing intermediate container fd803e53486e 04:44:21 ---> c8d25d07f181 04:44:21 Step 12/24 : ENV APP_PORT=49990 04:44:21 ---> Running in 08fe3af32cb3 04:44:21 Removing intermediate container 08fe3af32cb3 04:44:21 ---> 4c169bcc14e2 04:44:21 Step 13/24 : EXPOSE $APP_PORT 04:44:21 ---> Running in 7e9fd82212e9 04:44:21 Removing intermediate container 7e9fd82212e9 04:44:21 ---> 4545d9b7cd33 04:44:21 Step 14/24 : WORKDIR / 04:44:21 ---> Running in 2d4c903581c1 04:44:21 Removing intermediate container 2d4c903581c1 04:44:21 ---> 0f72aa12c0b9 04:44:21 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 04:44:21 ---> 4c718406c60d 04:44:21 Step 8/8 : RUN go mod download 04:44:21 ---> Running in c881bf08c5ca 04:44:22 ---> c4c300879e27 04:44:22 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 04:44:22 ---> 9932edb18405 04:44:22 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 04:44:22 ---> c1c0b097d76a 04:44:22 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 04:44:23 ---> d270185f1eeb 04:44:23 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 04:44:23 ---> c8be297387ee 04:44:23 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 04:44:23 ---> Running in 653905ea1ab5 04:44:23 Removing intermediate container 653905ea1ab5 04:44:23 ---> d8f85bc76d0b 04:44:23 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:44:23 ---> Running in 70ead93f1baa 04:44:23 Removing intermediate container 70ead93f1baa 04:44:23 ---> 931a21a7e75c 04:44:23 Step 22/24 : LABEL arch=amd64 04:44:23 ---> Running in 3a11dfb54802 04:44:23 Removing intermediate container 3a11dfb54802 04:44:23 ---> e1227b0a5cbe 04:44:23 Step 23/24 : LABEL git_sha=34e320ac99befae92f8b4aae2047dc1351ba020b 04:44:23 ---> Running in 56de685d24cf 04:44:24 Removing intermediate container 56de685d24cf 04:44:24 ---> 440b93c6c4dc 04:44:24 Step 24/24 : LABEL version=1.3.1-dev.1 04:44:24 ---> Running in 842938dfb663 04:44:24 Removing intermediate container 842938dfb663 04:44:24 ---> cad62c8458ae 04:44:24 [Warning] One or more build-args [ARCH] were not consumed 04:44:24 Successfully built cad62c8458ae 04:44:24 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] } 04:44:44 Removing intermediate container c881bf08c5ca 04:44:44 ---> aceee7f131e2 04:44:44 Successfully built aceee7f131e2 04:44:44 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:44:44 + docker inspect -f . ci-base-image-arm64 04:44:44 . [Pipeline] withDockerContainer 04:44:44 prd-ubuntu18.04-docker-arm64-4c-16g-12910 does not seem to be running inside a container 04:44:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/88 -v /w/workspace/device-sdk-go/88:/w/workspace/device-sdk-go/88:rw,z -v /w/workspace/device-sdk-go/88@tmp:/w/workspace/device-sdk-go/88@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 ******** ci-base-image-arm64 cat 04:44:46 $ docker top e60304d578bfb494a076b1fb79ec4d9042ecb9981fbf0d260ca9355d8edf29d1 -eo pid,comm [Pipeline] { [Pipeline] sh 04:44:48 + go version 04:44:48 go version go1.15.2 linux/arm64 [Pipeline] } 04:44:48 $ docker stop --time=1 e60304d578bfb494a076b1fb79ec4d9042ecb9981fbf0d260ca9355d8edf29d1 04:44:50 $ docker rm -f e60304d578bfb494a076b1fb79ec4d9042ecb9981fbf0d260ca9355d8edf29d1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:44:51 + docker inspect -f . ci-base-image-arm64 04:44:51 . [Pipeline] withDockerContainer 04:44:51 prd-ubuntu18.04-docker-arm64-4c-16g-12910 does not seem to be running inside a container 04:44:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/88 -v /w/workspace/device-sdk-go/88:/w/workspace/device-sdk-go/88:rw,z -v /w/workspace/device-sdk-go/88@tmp:/w/workspace/device-sdk-go/88@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 ******** ci-base-image-arm64 cat 04:44:53 $ docker top 66ea22b5a019cd4af4f0d245c1a5b8bd463bbd964fc83dcf98d2e0d52ee81c91 -eo pid,comm [Pipeline] { [Pipeline] sh 04:44:54 + make test 04:44:54 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 04:45:17 ? github.com/edgexfoundry/device-sdk-go [no test files] 04:45:56 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 04:45:56 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 04:45:56 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 04:45:56 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.142s coverage: 20.6% of statements 04:45:59 ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.152s coverage: 97.1% of statements 04:46:31 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.112s coverage: 9.4% of statements 04:46:31 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.145s coverage: 21.9% of statements 04:46:31 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 04:46:31 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.577s coverage: 42.5% of statements 04:46:31 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 04:46:31 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.716s coverage: 68.9% of statements 04:46:31 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 04:46:31 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 04:46:31 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 04:46:31 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 04:46:31 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.171s coverage: 52.6% of statements 04:46:31 ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] 04:46:31 ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] 04:46:31 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 04:46:31 ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.969s coverage: 68.9% of statements 04:46:31 ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.121s coverage: 4.7% of statements 04:46:31 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 04:46:31 GO111MODULE=on go vet ./... 04:46:58 gofmt -l . 04:46:58 [ "`gofmt -l .`" = "" ] 04:46:58 ./bin/test-attribution-txt.sh 04:46:58 ./bin/test-go-mod-tidy.sh [Pipeline] } 04:46:58 $ docker stop --time=1 66ea22b5a019cd4af4f0d245c1a5b8bd463bbd964fc83dcf98d2e0d52ee81c91 04:47:01 $ docker rm -f 66ea22b5a019cd4af4f0d245c1a5b8bd463bbd964fc83dcf98d2e0d52ee81c91 [Pipeline] // withDockerContainer [Pipeline] sh 04:47:02 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:47:02 Warning: overwriting stash ‘coverage-report’ 04:47:03 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 04:47:04 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:47:04 + ls -al . 04:47:04 total 244 04:47:04 drwxrwxr-x 10 jenkins jenkins 4096 Nov 20 04:46 . 04:47:04 drwxrwxr-x 4 jenkins jenkins 4096 Nov 20 04:43 .. 04:47:04 -rw-rw-r-- 1 jenkins jenkins 140 Nov 20 04:43 .dockerignore 04:47:04 drwxrwxr-x 8 jenkins jenkins 4096 Nov 20 04:43 .git 04:47:04 drwxrwxr-x 2 jenkins jenkins 4096 Nov 20 04:43 .github 04:47:04 -rw-rw-r-- 1 jenkins jenkins 138 Nov 20 04:43 .gitignore 04:47:04 -rw-rw-r-- 1 jenkins jenkins 936 Nov 20 04:43 Dockerfile.build 04:47:04 -rw-rw-r-- 1 jenkins jenkins 901 Nov 20 04:43 Jenkinsfile 04:47:04 -rw-rw-r-- 1 jenkins jenkins 11341 Nov 20 04:43 LICENSE 04:47:04 -rw-rw-r-- 1 jenkins jenkins 1013 Nov 20 04:43 Makefile 04:47:04 -rw-rw-r-- 1 jenkins jenkins 5897 Nov 20 04:43 README.md 04:47:04 -rw-rw-r-- 1 jenkins jenkins 4291 Nov 20 04:43 RELEASE-NOTES.txt 04:47:04 -rw-rw-r-- 1 jenkins jenkins 11 Nov 20 04:38 VERSION 04:47:04 drwxrwxr-x 2 jenkins jenkins 4096 Nov 20 04:43 bin 04:47:04 -rw-r--r-- 1 jenkins jenkins 127610 Nov 20 04:46 coverage.out 04:47:04 drwxrwxr-x 4 jenkins jenkins 4096 Nov 20 04:43 example 04:47:04 -rw-r--r-- 1 jenkins jenkins 518 Nov 20 04:46 go.mod 04:47:04 -rw-r--r-- 1 jenkins jenkins 13436 Nov 20 04:46 go.sum 04:47:04 drwxrwxr-x 15 jenkins jenkins 4096 Nov 20 04:43 internal 04:47:04 drwxrwxr-x 4 jenkins jenkins 4096 Nov 20 04:43 openapi 04:47:04 drwxrwxr-x 5 jenkins jenkins 4096 Nov 20 04:43 pkg 04:47:04 drwxrwxr-x 4 jenkins jenkins 4096 Nov 20 04:43 snap 04:47:04 -rw-rw-r-- 1 jenkins jenkins 222 Nov 20 04:43 version.go [Pipeline] isUnix [Pipeline] sh 04:47:04 + 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=34e320ac99befae92f8b4aae2047dc1351ba020b --label arch=arm64 --label version=1.3.1-dev.1 . 04:47:05 Sending build context to Docker daemon 2.477MB 04:47:05 Step 1/24 : ARG BASE=golang:1.15-alpine 04:47:05 Step 2/24 : FROM ${BASE} AS builder 04:47:05 ---> aceee7f131e2 04:47:05 Step 3/24 : ARG MAKE='make build' 04:47:05 ---> Running in ea05ea5964d0 04:47:05 Removing intermediate container ea05ea5964d0 04:47:05 ---> fc161b9d80ff 04:47:05 Step 4/24 : WORKDIR /device-sdk-go 04:47:06 ---> Running in 77603ee56d05 04:47:06 Removing intermediate container 77603ee56d05 04:47:06 ---> 165b86b528de 04:47:06 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:47:06 ---> Running in c2d173a41716 04:47:07 Removing intermediate container c2d173a41716 04:47:07 ---> a8bd3e31f89f 04:47:07 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:47:07 ---> Running in bd178c56a165 04:47:10 Removing intermediate container bd178c56a165 04:47:10 ---> 72ff838f6bf1 04:47:10 Step 7/24 : RUN apk add --update --no-cache make git 04:47:10 ---> Running in 2b1c1ec42569 04:47:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:47:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:47:12 OK: 142 MiB in 39 packages 04:47:13 Removing intermediate container 2b1c1ec42569 04:47:13 ---> 673c3604ff37 04:47:13 Step 8/24 : COPY . . 04:47:15 ---> 774d482a969f 04:47:15 Step 9/24 : RUN ${MAKE} 04:47:15 ---> Running in 6aeb5a2d4ca5 04:47:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.3.1-dev.1" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 04:47:43 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 04:47:43 Removing intermediate container 6aeb5a2d4ca5 04:47:43 ---> cc2df4ca7141 04:47:43 Step 10/24 : FROM scratch 04:47:43 ---> 04:47:43 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:47:43 ---> Running in 8e4d35641763 04:47:43 Removing intermediate container 8e4d35641763 04:47:43 ---> cbbed2ddfc29 04:47:43 Step 12/24 : ENV APP_PORT=49990 04:47:44 ---> Running in 964bd783bd98 04:47:44 Removing intermediate container 964bd783bd98 04:47:44 ---> 9080cb502998 04:47:44 Step 13/24 : EXPOSE $APP_PORT 04:47:44 ---> Running in 437cde005e5a 04:47:45 Removing intermediate container 437cde005e5a 04:47:45 ---> 5bf649571aca 04:47:45 Step 14/24 : WORKDIR / 04:47:45 ---> Running in 7953c12ddb43 04:47:45 Removing intermediate container 7953c12ddb43 04:47:45 ---> e89e5209170a 04:47:45 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 04:47:47 ---> 01b5ee6799c4 04:47:47 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 04:47:47 ---> d260e8f323a0 04:47:47 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 04:47:48 ---> bab59909000d 04:47:48 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 04:47:48 ---> d4199131e5bb 04:47:48 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 04:47:49 ---> 4e6aaebfc2c4 04:47:49 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 04:47:49 ---> Running in b2579400a8dd 04:47:50 Removing intermediate container b2579400a8dd 04:47:50 ---> 9a3868a33866 04:47:50 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:47:50 ---> Running in 5b70bee17b93 04:47:50 Removing intermediate container 5b70bee17b93 04:47:50 ---> 52c836d7c8ab 04:47:50 Step 22/24 : LABEL arch=arm64 04:47:50 ---> Running in 2904e6aecc78 04:47:51 Removing intermediate container 2904e6aecc78 04:47:51 ---> c1f3ee012696 04:47:51 Step 23/24 : LABEL git_sha=34e320ac99befae92f8b4aae2047dc1351ba020b 04:47:51 ---> Running in f20534a81398 04:47:51 Removing intermediate container f20534a81398 04:47:51 ---> 11896c27831c 04:47:51 Step 24/24 : LABEL version=1.3.1-dev.1 04:47:52 ---> Running in dcb15536f0c4 04:47:52 Removing intermediate container dcb15536f0c4 04:47:52 ---> 328778362d9c 04:47:52 [Warning] One or more build-args [ARCH] were not consumed 04:47:52 Successfully built 328778362d9c 04:47:52 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 04:47:54 provisioning config files... 04:47:54 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config3431997454624712564tmp [Pipeline] { [Pipeline] sh 04:47:55 + set +x 04:47:55 + curl -s https://codecov.io/bash 04:47:55 + bash -s -- 04:47:55 04:47:55 _____ _ 04:47:55 / ____| | | 04:47:55 | | ___ __| | ___ ___ _____ __ 04:47:55 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 04:47:55 | |___| (_) | (_| | __/ (_| (_) \ V / 04:47:55 \_____\___/ \__,_|\___|\___\___/ \_/ 04:47:55 Bash-20201116-eea08d9 04:47:55 04:47:55 04:47:55 ==> Jenkins CI detected. 04:47:55 project root: . 04:47:55 --> token set from env 04:47:55 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 04:47:55 ==> Running gcov in . (disable via -X gcov) 04:47:55 ==> Python coveragepy not found 04:47:55 ==> Searching for coverage reports in: 04:47:55 + . 04:47:55 -> Found 1 reports 04:47:55 ==> Detecting git/mercurial file structure 04:47:55 ==> Reading reports 04:47:55 + ./coverage.out bytes=127610 04:47:55 ==> Appending adjustments 04:47:55 https://docs.codecov.io/docs/fixing-reports 04:47:56 + Found adjustments 04:47:56 ==> Gzipping contents 04:47:56 ==> Uploading reports 04:47:56 url: https://codecov.io 04:47:56 query: branch=master&commit=34e320ac99befae92f8b4aae2047dc1351ba020b&build=88&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F88%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 04:47:56 -> Pinging Codecov 04:47:56 https://codecov.io/upload/v4?package=bash-20201116-eea08d9&token=secret&branch=master&commit=34e320ac99befae92f8b4aae2047dc1351ba020b&build=88&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F88%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 04:47:56 -> Uploading to 04:47:56 https://storage.googleapis.com/codecov/v4/raw/2020-11-20/7E55EF52A471D76F132DFD9A03CDDE97/34e320ac99befae92f8b4aae2047dc1351ba020b/293072d6-47e4-410e-8efe-98688e511158.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201120%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201120T044756Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d97ab6f673ee22b294480b5bb9c780a8821930511b4e8bcf2bce447b47ed4999 04:47:56 % Total % Received % Xferd Average Speed Time Time Time Current 04:47:56 Dload Upload Total Spent Left Speed 04:47:56 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20891 0 0 100 20891 0 49005 --:--:-- --:--:-- --:--:-- 48925 100 20891 0 0 100 20891 0 48988 --:--:-- --:--:-- --:--:-- 48925 04:47:56 -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/34e320ac99befae92f8b4aae2047dc1351ba020b [Pipeline] } 04:47:56 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 04:47:58 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 04:47:58 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:47:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 04:47:58 04:47:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 04:47:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 04:47:58 1.410.4: Pulling from edgex-devops/edgex-snyk-go 04:47:58 188c0c94c7c5: Pulling fs layer 04:47:58 0ef7d3d256c8: Pulling fs layer 04:47:58 de9db76c5a1d: Pulling fs layer 04:47:58 0eba1c9be4d2: Pulling fs layer 04:47:58 0d57e429df01: Pulling fs layer 04:47:58 4e4be7b47b0d: Pulling fs layer 04:47:58 e1f770b5df2f: Pulling fs layer 04:47:58 85a0685a4137: Pulling fs layer 04:47:58 0eba1c9be4d2: Waiting 04:47:58 0d57e429df01: Waiting 04:47:58 4e4be7b47b0d: Waiting 04:47:58 85a0685a4137: Waiting 04:47:58 de9db76c5a1d: Verifying Checksum 04:47:58 de9db76c5a1d: Download complete 04:47:58 0ef7d3d256c8: Verifying Checksum 04:47:58 0ef7d3d256c8: Download complete 04:47:58 0d57e429df01: Verifying Checksum 04:47:58 0d57e429df01: Download complete 04:47:58 188c0c94c7c5: Download complete 04:47:58 4e4be7b47b0d: Verifying Checksum 04:47:58 4e4be7b47b0d: Download complete 04:47:59 188c0c94c7c5: Pull complete 04:47:59 0ef7d3d256c8: Pull complete 04:47:59 de9db76c5a1d: Pull complete 04:48:01 e1f770b5df2f: Verifying Checksum 04:48:01 e1f770b5df2f: Download complete 04:48:02 0eba1c9be4d2: Verifying Checksum 04:48:02 0eba1c9be4d2: Download complete 04:48:03 85a0685a4137: Verifying Checksum 04:48:03 85a0685a4137: Download complete 04:48:08 0eba1c9be4d2: Pull complete 04:48:08 0d57e429df01: Pull complete 04:48:08 4e4be7b47b0d: Pull complete 04:48:12 e1f770b5df2f: Pull complete 04:48:18 85a0685a4137: Pull complete 04:48:18 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 04:48:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 04:48:18 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 04:48:18 prd-centos7-docker-4c-2g-12908 does not seem to be running inside a container 04:48:18 $ 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 04:48:19 $ docker top 8df51ed9a1357ae989dd530e1ff0801bd2a2790d9bd307a5e0b4ad001713ddec -eo pid,comm [Pipeline] { [Pipeline] echo 04:48:20 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 04:48:20 + set -o pipefail 04:48:20 + snyk monitor '--org=edgex-jenkins' 04:48:28 04:48:28 Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go)... 04:48:28 04:48:28 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/057beb34-70d8-4945-961c-fe027db76abc/history/959faec3-a282-4627-b846-ee948ca67b18 04:48:28 04:48:28 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 04:48:28 04:48:28 04:48:28 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 04:48:28 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 04:48:28 $ docker stop --time=1 8df51ed9a1357ae989dd530e1ff0801bd2a2790d9bd307a5e0b4ad001713ddec 04:48:31 $ docker rm -f 8df51ed9a1357ae989dd530e1ff0801bd2a2790d9bd307a5e0b4ad001713ddec [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 04:48:33 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:48:33 provisioning config files... 04:48:33 copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config365301557185287143tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:48:34 --> edgex-publish-swagger.sh 04:48:34 === Publish openapi/v1 API === 04:48:34 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 04:48:34 [publishToSwagger] Publishing API Name [device-sdk] 04:48:34 % Total % Received % Xferd Average Speed Time Time Time Current 04:48:34 Dload Upload Total Spent Left Speed 04:48:34 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20188 0 0 100 20188 0 29364 --:--:-- --:--:-- --:--:-- 29428 04:48:34 04:48:34 04:48:34 === Publish openapi/v2 API === 04:48:34 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 04:48:34 [publishToSwagger] Publishing API Name [device-sdk] 04:48:34 % Total % Received % Xferd Average Speed Time Time Time Current 04:48:34 Dload Upload Total Spent Left Speed 04:48:35 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 49274 0 0 100 49274 0 55463 --:--:-- --:--:-- --:--:-- 55426 04:48:35 04:48:35 [Pipeline] } 04:48:35 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 04:48:36 + git log --format=format:%s -1 34e320ac99befae92f8b4aae2047dc1351ba020b [Pipeline] isUnix [Pipeline] sh 04:48:36 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:48:36 . [Pipeline] withDockerContainer 04:48:36 prd-centos7-docker-4c-2g-12908 does not seem to be running inside a container 04:48:36 $ 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 04:48:37 $ docker top 2892ccdbf8e58cf7809095439b3be407b2fa61e8ee8174152f51ce0a72e68c5b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:48:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:48:37 [ssh-agent] Looking for ssh-agent implementation... 04:48:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:48:38 $ docker exec 2892ccdbf8e58cf7809095439b3be407b2fa61e8ee8174152f51ce0a72e68c5b ssh-agent 04:48:38 SSH_AUTH_SOCK=/tmp/ssh-m8mhH8Kr3Vpk/agent.12 04:48:38 SSH_AGENT_PID=18 04:48:38 Running ssh-add (command line suppressed) 04:48:38 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3191133159208533611.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3191133159208533611.key) 04:48:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:48:38 + git semver tag 04:48:38 # -> Open(): unable to determine branch for HEAD 04:48:38 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 04:48:38 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 04:48:38 # $SEMVER_REMOTE_NAME = origin 04:48:38 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:48:38 # $SEMVER_USER_NAME = edgex-jenkins 04:48:38 # $SEMVER_BRANCH = master 04:48:38 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 04:48:38 # 34e320ac99befae92f8b4aae2047dc1351ba020b HEAD 04:48:38 # -> Force: false 04:48:38 # f7ad3aa8f61cb1237af134ea10dc4fddff914d3d refs/tags/v1.3.1-dev.1 [Pipeline] } 04:48:38 $ docker exec --env ******** --env ******** 2892ccdbf8e58cf7809095439b3be407b2fa61e8ee8174152f51ce0a72e68c5b ssh-agent -k 04:48:38 unset SSH_AUTH_SOCK; 04:48:38 unset SSH_AGENT_PID; 04:48:38 echo Agent pid 18 killed; 04:48:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:48:39 + git semver [Pipeline] } 04:48:39 $ docker stop --time=1 2892ccdbf8e58cf7809095439b3be407b2fa61e8ee8174152f51ce0a72e68c5b 04:48:40 $ docker rm -f 2892ccdbf8e58cf7809095439b3be407b2fa61e8ee8174152f51ce0a72e68c5b [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 04:48:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:48:41 04:48:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 04:48:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:48:41 0.23.1-centos7: Pulling from edgex-lftools 04:48:41 ab5ef0e58194: Pulling fs layer 04:48:41 9712f1f96733: Pulling fs layer 04:48:41 63f879dbbcfc: Pulling fs layer 04:48:41 0d9ebad4ef96: Pulling fs layer 04:48:41 e9a5061849ea: Pulling fs layer 04:48:41 d747dcd14b5f: Pulling fs layer 04:48:41 2de7ff778b66: Pulling fs layer 04:48:41 e9a5061849ea: Waiting 04:48:41 d747dcd14b5f: Waiting 04:48:41 2de7ff778b66: Waiting 04:48:41 0d9ebad4ef96: Waiting 04:48:41 9712f1f96733: Verifying Checksum 04:48:41 9712f1f96733: Download complete 04:48:43 63f879dbbcfc: Verifying Checksum 04:48:43 63f879dbbcfc: Download complete 04:48:43 e9a5061849ea: Verifying Checksum 04:48:43 e9a5061849ea: Download complete 04:48:43 d747dcd14b5f: Verifying Checksum 04:48:43 d747dcd14b5f: Download complete 04:48:43 2de7ff778b66: Verifying Checksum 04:48:43 2de7ff778b66: Download complete 04:48:43 ab5ef0e58194: Verifying Checksum 04:48:43 ab5ef0e58194: Download complete 04:48:44 0d9ebad4ef96: Verifying Checksum 04:48:44 0d9ebad4ef96: Download complete 04:48:47 ab5ef0e58194: Pull complete 04:48:47 9712f1f96733: Pull complete 04:48:50 63f879dbbcfc: Pull complete 04:48:57 0d9ebad4ef96: Pull complete 04:48:57 e9a5061849ea: Pull complete 04:48:57 d747dcd14b5f: Pull complete 04:49:01 2de7ff778b66: Pull complete 04:49:01 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 04:49:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:49:01 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 04:49:02 prd-centos7-docker-4c-2g-12908 does not seem to be running inside a container 04:49:02 $ 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 04:49:05 $ docker top 8bc976704bac5806b7a7c9cbbb78584f2e5aabdffd63d44e0a72e10a69a00bf8 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 04:49:05 provisioning config files... 04:49:05 copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4685226647533864520tmp 04:49:05 copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6237442217971748413tmp 04:49:05 copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config3735641528567714658tmp [Pipeline] { [Pipeline] echo 04:49:05 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 04:49:06 ---> sigul-configuration.sh 04:49:06 gpg: directory `/root/.gnupg' created 04:49:06 gpg: new configuration file `/root/.gnupg/gpg.conf' created 04:49:06 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 04:49:06 gpg: keyring `/root/.gnupg/secring.gpg' created 04:49:06 gpg: keyring `/root/.gnupg/pubring.gpg' created 04:49:06 gpg: CAST5 encrypted data 04:49:06 gpg: encrypted with 1 passphrase 04:49:06 gpg: WARNING: message was not integrity protected [Pipeline] sh 04:49:06 + mkdir /home/jenkins 04:49:06 + mkdir /home/jenkins/sigul [Pipeline] sh 04:49:07 + 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 04:49:07 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 04:49:07 ---> sigul-install.sh 04:49:12 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 04:49:13 + git tag --list 04:49:13 0.7.1 04:49:13 delhi-tag 04:49:13 v1.0.0 04:49:13 v1.1.0 04:49:13 v1.1.1 04:49:13 v1.1.2 04:49:13 v1.2.0 04:49:13 v1.2.1 04:49:13 v1.2.2 04:49:13 v1.2.3 04:49:13 v1.2.4-dev.1 04:49:13 v1.2.4-dev.10 04:49:13 v1.2.4-dev.11 04:49:13 v1.2.4-dev.12 04:49:13 v1.2.4-dev.13 04:49:13 v1.2.4-dev.14 04:49:13 v1.2.4-dev.15 04:49:13 v1.2.4-dev.16 04:49:13 v1.2.4-dev.17 04:49:13 v1.2.4-dev.18 04:49:13 v1.2.4-dev.19 04:49:13 v1.2.4-dev.2 04:49:13 v1.2.4-dev.20 04:49:13 v1.2.4-dev.21 04:49:13 v1.2.4-dev.22 04:49:13 v1.2.4-dev.23 04:49:13 v1.2.4-dev.24 04:49:13 v1.2.4-dev.25 04:49:13 v1.2.4-dev.26 04:49:13 v1.2.4-dev.27 04:49:13 v1.2.4-dev.28 04:49:13 v1.2.4-dev.29 04:49:13 v1.2.4-dev.3 04:49:13 v1.2.4-dev.30 04:49:13 v1.2.4-dev.31 04:49:13 v1.2.4-dev.32 04:49:13 v1.2.4-dev.33 04:49:13 v1.2.4-dev.34 04:49:13 v1.2.4-dev.35 04:49:13 v1.2.4-dev.4 04:49:13 v1.2.4-dev.5 04:49:13 v1.2.4-dev.6 04:49:13 v1.2.4-dev.7 04:49:13 v1.2.4-dev.8 04:49:13 v1.2.4-dev.9 04:49:13 v1.3.0 04:49:13 v1.3.1-dev.1 [Pipeline] sh 04:49:13 + lftools sign git-tag v1.3.1-dev.1 04:49:14 Signing Git tag with Sigul... 04:49:14 Signing v1.3.1-dev.1 [Pipeline] echo 04:49:15 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 04:49:16 ---> sigul-configuration-cleanup.sh [Pipeline] } 04:49:16 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 04:49:16 $ docker stop --time=1 8bc976704bac5806b7a7c9cbbb78584f2e5aabdffd63d44e0a72e10a69a00bf8 04:49:18 $ docker rm -f 8bc976704bac5806b7a7c9cbbb78584f2e5aabdffd63d44e0a72e10a69a00bf8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 04:49:19 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:49:19 . [Pipeline] withDockerContainer 04:49:19 prd-centos7-docker-4c-2g-12908 does not seem to be running inside a container 04:49:19 $ 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 04:49:19 $ docker top e3c56f0041d79835bbaad722d79166ab295d41e10ad50533d4360d57bcda2ea6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:49:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:49:20 [ssh-agent] Looking for ssh-agent implementation... 04:49:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:49:20 $ docker exec e3c56f0041d79835bbaad722d79166ab295d41e10ad50533d4360d57bcda2ea6 ssh-agent 04:49:20 SSH_AUTH_SOCK=/tmp/ssh-gGbAUJA8GjUP/agent.11 04:49:20 SSH_AGENT_PID=16 04:49:20 Running ssh-add (command line suppressed) 04:49:20 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6232793830082862209.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6232793830082862209.key) 04:49:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:49:21 + git semver bump pre 04:49:21 # -> Open(): unable to determine branch for HEAD 04:49:21 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 04:49:21 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 04:49:21 # $SEMVER_REMOTE_NAME = origin 04:49:21 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:49:21 # $SEMVER_USER_NAME = edgex-jenkins 04:49:21 # $SEMVER_BRANCH = master 04:49:21 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 04:49:21 1.3.1-dev.2 [Pipeline] } 04:49:21 $ docker exec --env ******** --env ******** e3c56f0041d79835bbaad722d79166ab295d41e10ad50533d4360d57bcda2ea6 ssh-agent -k 04:49:21 unset SSH_AUTH_SOCK; 04:49:21 unset SSH_AGENT_PID; 04:49:21 echo Agent pid 16 killed; 04:49:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:49:21 + git semver [Pipeline] } 04:49:21 $ docker stop --time=1 e3c56f0041d79835bbaad722d79166ab295d41e10ad50533d4360d57bcda2ea6 04:49:23 $ docker rm -f e3c56f0041d79835bbaad722d79166ab295d41e10ad50533d4360d57bcda2ea6 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 04:49:24 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:49:24 . [Pipeline] withDockerContainer 04:49:24 prd-centos7-docker-4c-2g-12908 does not seem to be running inside a container 04:49:24 $ 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 04:49:24 $ docker top f207db2a531092a0a5a3ff4628b747b1560212e8ba409356a375a86c7062c7f5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:49:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:49:25 [ssh-agent] Looking for ssh-agent implementation... 04:49:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:49:25 $ docker exec f207db2a531092a0a5a3ff4628b747b1560212e8ba409356a375a86c7062c7f5 ssh-agent 04:49:25 SSH_AUTH_SOCK=/tmp/ssh-Mz3Ivl8sqCAW/agent.11 04:49:25 SSH_AGENT_PID=16 04:49:25 Running ssh-add (command line suppressed) 04:49:25 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_621505394826289309.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_621505394826289309.key) 04:49:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:49:26 + git semver push 04:49:26 # -> Open(): unable to determine branch for HEAD 04:49:26 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 04:49:26 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 04:49:26 # $SEMVER_REMOTE_NAME = origin 04:49:26 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:49:26 # $SEMVER_USER_NAME = edgex-jenkins 04:49:26 # $SEMVER_BRANCH = master 04:49:26 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 04:49:32 $ docker exec --env ******** --env ******** f207db2a531092a0a5a3ff4628b747b1560212e8ba409356a375a86c7062c7f5 ssh-agent -k 04:49:32 unset SSH_AUTH_SOCK; 04:49:32 unset SSH_AGENT_PID; 04:49:32 echo Agent pid 16 killed; 04:49:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:49:33 + git semver [Pipeline] } 04:49:33 $ docker stop --time=1 f207db2a531092a0a5a3ff4628b747b1560212e8ba409356a375a86c7062c7f5 04:49:34 $ docker rm -f f207db2a531092a0a5a3ff4628b747b1560212e8ba409356a375a86c7062c7f5 [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 04:49:36 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:49:37 ---> package-listing.sh 04:49:37 ++ facter osfamily 04:49:37 ++ tr '[:upper:]' '[:lower:]' 04:49:37 + OS_FAMILY=redhat 04:49:37 + workspace=/w/workspace/dgexfoundry_device-sdk-go_master 04:49:37 + START_PACKAGES=/tmp/packages_start.txt 04:49:37 + END_PACKAGES=/tmp/packages_end.txt 04:49:37 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:49:37 + PACKAGES=/tmp/packages_start.txt 04:49:37 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 04:49:37 + PACKAGES=/tmp/packages_end.txt 04:49:37 + case "${OS_FAMILY}" in 04:49:37 + rpm -qa 04:49:37 + sort 04:49:41 + '[' -f /tmp/packages_start.txt ']' 04:49:41 + '[' -f /tmp/packages_end.txt ']' 04:49:41 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:49:41 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 04:49:41 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ 04:49:41 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [Pipeline] echo 04:49:41 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 04:49:41 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 04:49:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:49:42 04:49:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 04:49:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:49:42 alpine: Pulling from edgex-lftools-log-publisher 04:49:42 df20fa9351a1: Pulling fs layer 04:49:42 36b3adc4ff6f: Pulling fs layer 04:49:42 8ad3a11d3b57: Pulling fs layer 04:49:42 46f8f816bc3b: Pulling fs layer 04:49:42 93b61091891f: Pulling fs layer 04:49:42 93b9cdb0e59b: Pulling fs layer 04:49:42 5e14af77c1be: Pulling fs layer 04:49:42 01666e4c0597: Pulling fs layer 04:49:42 aa168da1d23b: Pulling fs layer 04:49:42 93b9cdb0e59b: Waiting 04:49:42 01666e4c0597: Waiting 04:49:42 aa168da1d23b: Waiting 04:49:42 5e14af77c1be: Waiting 04:49:42 46f8f816bc3b: Waiting 04:49:42 93b61091891f: Waiting 04:49:42 36b3adc4ff6f: Verifying Checksum 04:49:42 36b3adc4ff6f: Download complete 04:49:42 46f8f816bc3b: Verifying Checksum 04:49:42 46f8f816bc3b: Download complete 04:49:42 df20fa9351a1: Verifying Checksum 04:49:42 df20fa9351a1: Download complete 04:49:42 93b9cdb0e59b: Verifying Checksum 04:49:42 93b9cdb0e59b: Download complete 04:49:42 5e14af77c1be: Verifying Checksum 04:49:42 5e14af77c1be: Download complete 04:49:42 01666e4c0597: Verifying Checksum 04:49:42 01666e4c0597: Download complete 04:49:42 93b61091891f: Verifying Checksum 04:49:42 93b61091891f: Download complete 04:49:43 df20fa9351a1: Pull complete 04:49:43 36b3adc4ff6f: Pull complete 04:49:43 8ad3a11d3b57: Download complete 04:49:44 8ad3a11d3b57: Pull complete 04:49:44 46f8f816bc3b: Pull complete 04:49:45 aa168da1d23b: Verifying Checksum 04:49:45 aa168da1d23b: Download complete 04:49:45 93b61091891f: Pull complete 04:49:45 93b9cdb0e59b: Pull complete 04:49:46 5e14af77c1be: Pull complete 04:49:46 01666e4c0597: Pull complete 04:49:52 aa168da1d23b: Pull complete 04:49:52 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 04:49:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:49:52 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 04:49:52 prd-centos7-docker-4c-2g-12908 does not seem to be running inside a container 04:49:52 $ 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 04:49:55 $ docker top da35bab16012ae543f8177969b6220bf3d916bad1c7a47136d91780c4439913d -eo pid,comm [Pipeline] { [Pipeline] sh 04:49:56 + touch /tmp/pre-build-complete [Pipeline] sh 04:49:56 + mkdir -p /var/log/sa [Pipeline] sh 04:49:56 + ls /var/log/sa-host 04:49:56 + sadf -c /var/log/sa-host/sa05 04:49:56 file_magic: OK 04:49:56 HZ: Using current value: 100 04:49:56 file_header: OK 04:49:56 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 04:49:56 Statistics: 04:49:56 Hnuu...uuuununununu...Hnuu...uuuununununu... 04:49:56 File successfully converted to sysstat format version 12.2.1 04:49:56 + sadf -c /var/log/sa-host/sa20 04:49:56 file_magic: OK 04:49:56 HZ: Using current value: 100 04:49:56 file_header: OK 04:49:56 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 04:49:56 Statistics: 04:49:56 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 04:49:56 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:49:57 provisioning config files... 04:49:57 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6305278618227959548tmp [Pipeline] { [Pipeline] echo 04:49:57 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:49:57 ---> create-netrc.sh [Pipeline] } 04:49:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 04:49:58 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 04:49:58 ---> python-tools-install.sh [Pipeline] echo 04:49:58 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:49:58 ---> sudo-logs.sh 04:49:58 Archiving 'sudo' log.. [Pipeline] echo 04:49:58 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:49:58 ---> job-cost.sh 04:49:58 lf-activate-venv: SKIPPING 04:49:58 INFO: No Stack... 04:50:01 INFO: Retrieving Pricing Info for: v1-standard-2 04:50:02 INFO: Archiving Costs [Pipeline] echo 04:50:02 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:50:02 ---> logs-deploy.sh 04:50:02 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/88 04:50:02 INFO: archiving workspace using pattern(s): 04:50:04 Archives upload complete. 04:50:04 INFO: archiving logs to Nexus 04:50:05 ---> uname -a: 04:50:05 Linux prd-centos7-docker-4c-2g-12908.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 04:50:05 04:50:05 04:50:05 ---> lscpu: 04:50:05 Architecture: x86_64 04:50:05 CPU op-mode(s): 32-bit, 64-bit 04:50:05 Byte Order: Little Endian 04:50:05 Address sizes: 40 bits physical, 48 bits virtual 04:50:05 CPU(s): 4 04:50:05 On-line CPU(s) list: 0-3 04:50:05 Thread(s) per core: 1 04:50:05 Core(s) per socket: 1 04:50:05 Socket(s): 4 04:50:05 NUMA node(s): 1 04:50:05 Vendor ID: GenuineIntel 04:50:05 CPU family: 6 04:50:05 Model: 44 04:50:05 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 04:50:05 Stepping: 1 04:50:05 CPU MHz: 2933.442 04:50:05 BogoMIPS: 5866.88 04:50:05 Virtualization: VT-x 04:50:05 Hypervisor vendor: KVM 04:50:05 Virtualization type: full 04:50:05 L1d cache: 128 KiB 04:50:05 L1i cache: 128 KiB 04:50:05 L2 cache: 16 MiB 04:50:05 L3 cache: 64 MiB 04:50:05 NUMA node0 CPU(s): 0-3 04:50:05 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 04:50:05 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 04:50:05 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 04:50:05 Vulnerability Meltdown: Mitigation; PTI 04:50:05 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 04:50:05 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 04:50:05 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 04:50:05 Vulnerability Tsx async abort: Not affected 04:50:05 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 04:50:05 04:50:05 04:50:05 ---> nproc: 04:50:05 4 04:50:05 04:50:05 04:50:05 ---> df -h: 04:50:05 Filesystem Size Used Available Use% Mounted on 04:50:05 overlay 50.0G 8.5G 41.5G 17% / 04:50:05 tmpfs 64.0M 0 64.0M 0% /dev 04:50:05 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 04:50:05 shm 64.0M 0 64.0M 0% /dev/shm 04:50:05 /dev/vda1 50.0G 8.5G 41.5G 17% /facter-os 04:50:05 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/resolv.conf 04:50:05 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hostname 04:50:05 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hosts 04:50:05 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/sa-host 04:50:05 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/secure 04:50:05 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/auth.log 04:50:05 /dev/vda1 50.0G 8.5G 41.5G 17% /run/cloud-init/result.json 04:50:05 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/dgexfoundry_device-sdk-go_master 04:50:05 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/dgexfoundry_device-sdk-go_master@tmp 04:50:05 04:50:05 04:50:05 ---> free -m: 04:50:05 total used free shared buff/cache available 04:50:05 Mem: 1837 811 143 0 882 973 04:50:05 Swap: 1023 2 1021 04:50:05 04:50:05 04:50:05 ---> ip addr: 04:50:05 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 04:50:05 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 04:50:05 inet 127.0.0.1/8 scope host lo 04:50:05 valid_lft forever preferred_lft forever 04:50:05 inet6 ::1/128 scope host 04:50:05 valid_lft forever preferred_lft forever 04:50:05 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 04:50:05 link/ether fa:16:3e:d9:e7:0a brd ff:ff:ff:ff:ff:ff 04:50:05 inet 10.30.123.72/23 brd 10.30.123.255 scope global dynamic eth0 04:50:05 valid_lft 85672sec preferred_lft 85672sec 04:50:05 inet6 fe80::f816:3eff:fed9:e70a/64 scope link 04:50:05 valid_lft forever preferred_lft forever 04:50:05 3: docker0: mtu 1500 qdisc noqueue state DOWN 04:50:05 link/ether 02:42:37:d5:75:35 brd ff:ff:ff:ff:ff:ff 04:50:05 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 04:50:05 valid_lft forever preferred_lft forever 04:50:05 inet6 fe80::42:37ff:fed5:7535/64 scope link 04:50:05 valid_lft forever preferred_lft forever 04:50:05 04:50:05 04:50:05 ---> sar -b -r -n DEV: 04:50:05 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 11/20/20 _x86_64_ (4 CPU) 04:50:05 04:50:05 04:37:39 LINUX RESTART (4 CPU) 04:50:05 04:50:05 04:38:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 04:50:05 04:39:01 189.65 99.35 90.29 0.00 11673.21 40373.08 0.00 04:50:05 04:40:01 2.88 0.00 2.88 0.00 0.00 107.59 0.00 04:50:05 04:41:01 0.38 0.00 0.38 0.00 0.00 5.41 0.00 04:50:05 04:42:01 0.70 0.00 0.70 0.00 0.00 8.36 0.00 04:50:05 04:43:01 0.65 0.00 0.65 0.00 0.00 7.38 0.00 04:50:05 04:44:01 0.67 0.00 0.67 0.00 0.00 8.53 0.00 04:50:05 04:45:01 0.72 0.02 0.70 0.00 0.13 8.38 0.00 04:50:05 04:46:02 0.58 0.00 0.58 0.00 0.00 6.80 0.00 04:50:05 04:47:01 0.69 0.00 0.69 0.00 0.00 8.57 0.00 04:50:05 04:48:01 1.91 0.55 1.37 0.00 159.97 32.83 0.00 04:50:05 04:49:01 402.66 203.86 198.80 0.00 9805.26 61988.39 0.00 04:50:05 Average: 54.80 27.68 27.12 0.00 1971.32 9343.68 0.00 04:50:05 04:50:05 04:38:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 04:50:05 04:39:01 167180 0 581920 30.93 2620 1129836 1115064 38.06 419480 1134880 128 04:50:05 04:40:01 172472 0 576692 30.65 2620 1129772 1080532 36.88 417940 1131952 12 04:50:05 04:41:01 170500 0 578656 30.75 2620 1129780 1080532 36.88 419956 1131936 8 04:50:05 04:42:01 169548 0 579608 30.80 2620 1129780 1080724 36.88 421140 1131936 8 04:50:05 04:43:01 168428 0 580720 30.86 2620 1129788 1080652 36.88 426752 1127668 8 04:50:05 04:44:01 166708 0 582436 30.96 2620 1129792 1080676 36.88 429344 1126660 8 04:50:05 04:45:01 167448 0 581688 30.92 2620 1129800 1080532 36.88 440004 1115232 8 04:50:05 04:46:02 167776 0 581356 30.90 2620 1129804 1080532 36.88 437992 1117248 8 04:50:05 04:47:01 167448 0 581676 30.91 2620 1129812 1080532 36.88 438000 1117248 8 04:50:05 04:48:01 76504 0 623404 33.13 2620 1179028 1280076 43.69 473944 1160780 72492 04:50:05 04:49:01 162720 0 733764 39.00 1792 983280 1119156 38.19 525156 897292 51996 04:50:05 Average: 159703 0 598356 31.80 2545 1120952 1105364 37.72 440883 1108439 11335 04:50:05 04:50:05 04:38:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 04:50:05 04:39:01 eth0 576.43 379.32 1094.70 97.50 0.00 0.00 0.00 0.00 04:50:05 04:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:05 04:39:01 docker0 8.39 6.31 1.26 20.04 0.00 0.00 0.00 0.00 04:50:05 04:40:01 eth0 0.08 0.08 0.01 0.03 0.00 0.00 0.00 0.00 04:50:05 04:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:05 04:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:05 04:41:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 04:50:05 04:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:05 04:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:05 04:42:01 eth0 1.07 0.45 0.32 0.21 0.00 0.00 0.00 0.00 04:50:05 04:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:05 04:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:05 04:43:01 eth0 1.20 0.30 0.33 0.17 0.00 0.00 0.00 0.00 04:50:05 04:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:05 04:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:05 04:44:01 eth0 0.75 0.53 0.41 0.30 0.00 0.00 0.00 0.00 04:50:05 04:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:05 04:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:05 04:45:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 04:50:05 04:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:05 04:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:05 04:46:02 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 04:50:05 04:46:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:05 04:46:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:05 04:47:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 04:50:05 04:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:05 04:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:05 04:48:01 eth0 133.15 120.41 1172.81 11.18 0.00 0.00 0.00 0.00 04:50:05 04:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:05 04:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:05 04:49:01 eth0 735.92 660.75 6275.51 114.38 0.00 0.00 0.00 0.00 04:50:05 04:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:05 04:49:01 docker0 30.02 29.07 2.73 152.71 0.00 0.00 0.00 0.00 04:50:05 Average: eth0 132.01 105.88 778.48 20.39 0.00 0.00 0.00 0.00 04:50:05 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:05 Average: docker0 3.50 3.22 0.36 15.74 0.00 0.00 0.00 0.00 04:50:05 04:50:05 04:50:05 ---> sar -P ALL: 04:50:05 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 11/20/20 _x86_64_ (4 CPU) 04:50:05 04:50:05 04:37:39 LINUX RESTART (4 CPU) 04:50:05 04:50:05 04:38:01 CPU %user %nice %system %iowait %steal %idle 04:50:05 04:39:01 all 16.39 0.00 7.40 7.91 0.04 68.26 04:50:05 04:39:01 0 16.08 0.00 8.34 7.46 0.02 68.10 04:50:05 04:39:01 1 18.29 0.00 7.27 7.71 0.07 66.66 04:50:05 04:39:01 2 15.31 0.00 6.94 8.39 0.05 69.32 04:50:05 04:39:01 3 15.86 0.00 7.05 8.09 0.03 68.97 04:50:05 04:40:01 all 0.13 0.00 0.03 0.00 0.00 99.83 04:50:05 04:40:01 0 0.02 0.00 0.02 0.00 0.02 99.95 04:50:05 04:40:01 1 0.40 0.00 0.05 0.00 0.00 99.55 04:50:05 04:40:01 2 0.07 0.00 0.02 0.00 0.00 99.92 04:50:05 04:40:01 3 0.05 0.00 0.05 0.00 0.00 99.90 04:50:05 04:41:01 all 0.15 0.00 0.03 0.00 0.00 99.82 04:50:05 04:41:01 0 0.02 0.00 0.03 0.00 0.00 99.95 04:50:05 04:41:01 1 0.35 0.00 0.02 0.00 0.00 99.63 04:50:05 04:41:01 2 0.22 0.00 0.03 0.00 0.00 99.75 04:50:05 04:41:01 3 0.03 0.00 0.03 0.00 0.00 99.93 04:50:05 04:42:01 all 0.08 0.00 0.03 0.00 0.00 99.89 04:50:05 04:42:01 0 0.05 0.00 0.02 0.00 0.00 99.93 04:50:05 04:42:01 1 0.03 0.00 0.05 0.00 0.00 99.92 04:50:05 04:42:01 2 0.23 0.00 0.03 0.00 0.00 99.73 04:50:05 04:42:01 3 0.02 0.00 0.02 0.00 0.00 99.97 04:50:05 04:43:01 all 0.03 0.00 0.03 0.00 0.00 99.94 04:50:05 04:43:01 0 0.03 0.00 0.02 0.00 0.00 99.95 04:50:05 04:43:01 1 0.05 0.00 0.03 0.00 0.00 99.92 04:50:05 04:43:01 2 0.03 0.00 0.03 0.00 0.00 99.93 04:50:05 04:43:01 3 0.02 0.00 0.02 0.00 0.00 99.97 04:50:05 04:44:01 all 0.15 0.00 0.05 0.00 0.00 99.80 04:50:05 04:44:01 0 0.03 0.00 0.02 0.00 0.00 99.95 04:50:05 04:44:01 1 0.02 0.00 0.13 0.00 0.00 99.85 04:50:05 04:44:01 2 0.50 0.00 0.02 0.00 0.00 99.48 04:50:05 04:44:01 3 0.03 0.00 0.03 0.00 0.00 99.93 04:50:05 04:45:01 all 0.16 0.00 0.02 0.00 0.00 99.81 04:50:05 04:45:01 0 0.02 0.00 0.02 0.00 0.00 99.97 04:50:05 04:45:01 1 0.03 0.00 0.03 0.00 0.00 99.93 04:50:05 04:45:01 2 0.53 0.00 0.02 0.00 0.02 99.43 04:50:05 04:45:01 3 0.05 0.00 0.03 0.00 0.00 99.92 04:50:05 04:46:02 all 0.15 0.00 0.01 0.00 0.00 99.84 04:50:05 04:46:02 0 0.02 0.00 0.02 0.00 0.00 99.97 04:50:05 04:46:02 1 0.02 0.00 0.02 0.00 0.00 99.97 04:50:05 04:46:02 2 0.52 0.00 0.00 0.00 0.00 99.48 04:50:05 04:46:02 3 0.03 0.00 0.02 0.00 0.02 99.93 04:50:05 04:47:01 all 0.03 0.00 0.03 0.00 0.00 99.93 04:50:05 04:47:01 0 0.02 0.00 0.03 0.00 0.00 99.95 04:50:05 04:47:01 1 0.02 0.00 0.02 0.00 0.00 99.97 04:50:05 04:47:01 2 0.03 0.00 0.03 0.00 0.02 99.91 04:50:05 04:47:01 3 0.05 0.00 0.05 0.00 0.00 99.90 04:50:05 04:48:01 all 1.21 0.00 0.57 0.02 0.01 98.19 04:50:05 04:48:01 0 1.00 0.00 0.90 0.02 0.02 98.06 04:50:05 04:48:01 1 1.20 0.00 0.57 0.02 0.02 98.20 04:50:05 04:48:01 2 1.63 0.00 0.40 0.02 0.00 97.95 04:50:05 04:48:01 3 1.02 0.00 0.42 0.02 0.00 98.55 04:50:05 04:49:01 all 16.21 0.00 8.93 4.24 0.12 70.50 04:50:05 04:49:01 0 16.32 0.00 9.43 2.69 0.10 71.45 04:50:05 04:49:01 1 16.26 0.00 7.96 4.13 0.10 71.54 04:50:05 04:49:01 2 15.96 0.00 9.50 6.20 0.14 68.20 04:50:05 04:49:01 3 16.28 0.00 8.83 3.93 0.16 70.81 04:50:05 04:50:05 Average: CPU %user %nice %system %iowait %steal %idle 04:50:05 Average: all 3.10 0.00 1.53 1.09 0.02 94.26 04:50:05 Average: 0 3.00 0.00 1.68 0.91 0.01 94.39 04:50:05 Average: 1 3.29 0.00 1.45 1.06 0.02 94.18 04:50:05 Average: 2 3.14 0.00 1.52 1.31 0.02 94.01 04:50:05 Average: 3 2.98 0.00 1.47 1.08 0.02 94.45 04:50:05 04:50:05 04:50:05