Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 90f0e220c38dfa765b59e93e9c62ca721e898d74 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-27115 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 90f0e220c38dfa765b59e93e9c62ca721e898d74 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 90f0e220c38dfa765b59e93e9c62ca721e898d74 # timeout=10 Commit message: "Merge pull request #790 from hahattan/issue-730" > git rev-list --no-walk 24bd13d414fb94824a4c7d4031bbe24e258abd9f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:07:33 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:07:34 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:07:34 ========================================================= 06:07:34 EdgeX Global Pipelines Version Info 06:07:34 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:07:35 ------------------- 06:07:35 stable info: 06:07:35 ------------------- 06:07:35 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:07:35 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 06:07:35 Message: update stable to v1.0.179 06:07:36 ------------------- 06:07:36 experimental info: 06:07:36 ------------------- 06:07:36 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:07:36 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 06:07:36 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 06:07:36 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 06:07:36 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 06:07:37 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:07:37 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:07:37 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:07:37 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 06:07:37 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 06:07:37 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 06:07:37 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 06:07:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:07:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:07:37 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 06:07:37 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:07:38 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:07:38 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:07:38 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 06:07:38 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 06:07:38 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 06:07:38 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:07:38 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:07:38 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 06:07:38 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 06:07:38 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 06:07:39 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 06:07:39 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 06:07:39 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 06:07:39 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 06:07:39 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 06:07:39 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 06:07:39 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 06:07:39 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 90f0e220c38dfa765b59e93e9c62ca721e898d74 [Pipeline] echo 06:07:39 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 90f0e22 [Pipeline] echo 06:07:39 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:07:40 provisioning config files... 06:07:40 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6709010562536700090tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:07:40 ---> docker-login.sh 06:07:40 nexus3.edgexfoundry.org:10001 06:07:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:07:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:07:40 Configure a credential helper to remove this warning. See 06:07:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:07:40 06:07:40 Login Succeeded 06:07:40 nexus3.edgexfoundry.org:10002 06:07:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:07:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:07:41 Configure a credential helper to remove this warning. See 06:07:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:07:41 06:07:41 Login Succeeded 06:07:41 nexus3.edgexfoundry.org:10003 06:07:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:07:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:07:41 Configure a credential helper to remove this warning. See 06:07:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:07:41 06:07:41 Login Succeeded 06:07:41 nexus3.edgexfoundry.org:10004 06:07:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:07:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:07:41 Configure a credential helper to remove this warning. See 06:07:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:07:41 06:07:41 Login Succeeded 06:07:41 docker.io 06:07:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:07:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:07:41 Configure a credential helper to remove this warning. See 06:07:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:07:41 06:07:41 Login Succeeded 06:07:41 ---> docker-login.sh ends [Pipeline] } 06:07:41 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:07:42 + git log --format=format:%s -1 90f0e220c38dfa765b59e93e9c62ca721e898d74 [Pipeline] echo 06:07:42 GIT_COMMIT: 90f0e220c38dfa765b59e93e9c62ca721e898d74, Commit Message: Merge pull request #790 from hahattan/issue-730 [Pipeline] echo 06:07:42 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 06:07:43 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:07:43 06:07:43 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:07:43 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:07:43 latest: Pulling from edgex-devops/git-semver 06:07:43 31603596830f: Pulling fs layer 06:07:43 2a8b12db71e7: Pulling fs layer 06:07:43 6ca5941a6612: Pulling fs layer 06:07:43 ecc8261a40a4: Pulling fs layer 06:07:43 ecc8261a40a4: Waiting 06:07:43 2a8b12db71e7: Verifying Checksum 06:07:43 31603596830f: Verifying Checksum 06:07:43 31603596830f: Download complete 06:07:43 6ca5941a6612: Verifying Checksum 06:07:43 6ca5941a6612: Download complete 06:07:44 31603596830f: Pull complete 06:07:44 ecc8261a40a4: Verifying Checksum 06:07:44 ecc8261a40a4: Download complete 06:07:44 2a8b12db71e7: Pull complete 06:07:45 6ca5941a6612: Pull complete 06:07:45 ecc8261a40a4: Pull complete 06:07:45 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 06:07:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:07:45 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:07:45 prd-centos7-docker-4c-2g-27115 does not seem to be running inside a container 06:07:45 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:07:47 $ docker top df447625a4599ab0397972695df9f3c2b4eb781a0a39046fa2915a27901ac2d0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:07:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:07:47 [ssh-agent] Looking for ssh-agent implementation... 06:07:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:07:48 $ docker exec df447625a4599ab0397972695df9f3c2b4eb781a0a39046fa2915a27901ac2d0 ssh-agent 06:07:48 SSH_AUTH_SOCK=/tmp/ssh-6WmyCuP8IfHY/agent.11 06:07:48 SSH_AGENT_PID=16 06:07:48 Running ssh-add (command line suppressed) 06:07:48 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6012524637565620228.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6012524637565620228.key) 06:07:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:07:48 + git tag --points-at HEAD [Pipeline] } 06:07:48 $ docker exec --env ******** --env ******** df447625a4599ab0397972695df9f3c2b4eb781a0a39046fa2915a27901ac2d0 ssh-agent -k 06:07:48 unset SSH_AUTH_SOCK; 06:07:48 unset SSH_AGENT_PID; 06:07:48 echo Agent pid 16 killed; 06:07:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:07:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:07:49 [ssh-agent] Looking for ssh-agent implementation... 06:07:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:07:49 $ docker exec df447625a4599ab0397972695df9f3c2b4eb781a0a39046fa2915a27901ac2d0 ssh-agent 06:07:49 SSH_AUTH_SOCK=/tmp/ssh-szaDjzxrTZAU/agent.48 06:07:49 SSH_AGENT_PID=53 06:07:49 Running ssh-add (command line suppressed) 06:07:49 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4859358665865053366.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4859358665865053366.key) 06:07:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:07:49 + git semver init 06:07:49 # -> Open(): unable to determine branch for HEAD 06:07:49 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 06:07:49 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 06:07:49 # $SEMVER_REMOTE_NAME = origin 06:07:49 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:07:49 # $SEMVER_USER_NAME = edgex-jenkins 06:07:49 # $SEMVER_BRANCH = master 06:07:49 # $SEMVER_TEMP = /tmp/semver-026173620 06:07:49 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 06:07:50 # '/tmp/semver-026173620' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' 06:07:50 # -> Force: false 06:07:50 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 06:07:50 $ docker exec --env ******** --env ******** df447625a4599ab0397972695df9f3c2b4eb781a0a39046fa2915a27901ac2d0 ssh-agent -k 06:07:50 unset SSH_AUTH_SOCK; 06:07:50 unset SSH_AGENT_PID; 06:07:50 echo Agent pid 53 killed; 06:07:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:07:51 + git semver [Pipeline] } 06:07:51 $ docker stop --time=1 df447625a4599ab0397972695df9f3c2b4eb781a0a39046fa2915a27901ac2d0 06:07:52 $ docker rm -f df447625a4599ab0397972695df9f3c2b4eb781a0a39046fa2915a27901ac2d0 [Pipeline] // withDockerContainer [Pipeline] sh 06:07:53 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:07:53 Stashed 1 file(s) [Pipeline] echo 06:07:53 [edgeXSemver]: initialized semver on version 2.0.0-dev.13 [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 06:08:09 Still waiting to schedule task 06:08:09 Waiting for next available executor on ‘centos7-docker-4c-2g’ 06:08:09 Still waiting to schedule task 06:08:09 ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline 06:10:02 Running on prd-ubuntu18.04-docker-arm64-4c-16g-27116 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 06:10:02 Running in /w/workspace/device-sdk-go/118 [Pipeline] { [Pipeline] checkout 06:10:07 using credential edgex-jenkins-ssh 06:10:07 Cloning the remote Git repository 06:10:07 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 06:10:07 > git init /w/workspace/device-sdk-go/118 # timeout=10 06:10:07 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:10:07 > git --version # timeout=10 06:10:07 > git --version # 'git version 2.17.1' 06:10:07 using GIT_SSH to set credentials SSH Credentials for GitHub 06:10:07 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:10:09 Checking out Revision 90f0e220c38dfa765b59e93e9c62ca721e898d74 (master) 06:10:09 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:10:09 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:10:09 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:10:09 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:10:09 using GIT_SSH to set credentials SSH Credentials for GitHub 06:10:09 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 06:10:09 > git config core.sparsecheckout # timeout=10 06:10:09 > git checkout -f 90f0e220c38dfa765b59e93e9c62ca721e898d74 # timeout=10 06:10:14 Commit message: "Merge pull request #790 from hahattan/issue-730" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:10:15 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 06:10:16 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:10:16 + sudo service docker restart 06:10:16 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:10:19 provisioning config files... 06:10:19 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/118@tmp/config5039722254521308920tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:10:19 ---> docker-login.sh 06:10:19 nexus3.edgexfoundry.org:10001 06:10:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:10:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:10:21 Configure a credential helper to remove this warning. See 06:10:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:10:21 06:10:21 Login Succeeded 06:10:21 nexus3.edgexfoundry.org:10002 06:10:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:10:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:10:21 Configure a credential helper to remove this warning. See 06:10:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:10:21 06:10:21 Login Succeeded 06:10:21 nexus3.edgexfoundry.org:10003 06:10:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:10:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:10:22 Configure a credential helper to remove this warning. See 06:10:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:10:22 06:10:22 Login Succeeded 06:10:22 nexus3.edgexfoundry.org:10004 06:10:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:10:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:10:22 Configure a credential helper to remove this warning. See 06:10:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:10:22 06:10:22 Login Succeeded 06:10:22 docker.io 06:10:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:10:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:10:23 Configure a credential helper to remove this warning. See 06:10:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:10:23 06:10:23 Login Succeeded 06:10:23 ---> docker-login.sh ends [Pipeline] } 06:10:23 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:10:24 ========================================================= 06:10:24 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 06:10:24 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:10:24 + 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 . 06:10:25 Sending build context to Docker daemon 2.392MB 06:10:25 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 06:10:25 Step 2/8 : FROM ${BASE} 06:10:25 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:10:25 5f621e34cdf4: Pulling fs layer 06:10:25 a4357932f1b6: Pulling fs layer 06:10:25 18c013af1878: Pulling fs layer 06:10:25 00ac8860ef70: Pulling fs layer 06:10:25 63d7cb157983: Pulling fs layer 06:10:25 b116817d02f9: Pulling fs layer 06:10:25 745a02a5169b: Pulling fs layer 06:10:25 63d7cb157983: Waiting 06:10:25 b116817d02f9: Waiting 06:10:25 745a02a5169b: Waiting 06:10:25 00ac8860ef70: Waiting 06:10:25 18c013af1878: Verifying Checksum 06:10:25 18c013af1878: Download complete 06:10:25 a4357932f1b6: Verifying Checksum 06:10:25 a4357932f1b6: Download complete 06:10:25 63d7cb157983: Verifying Checksum 06:10:25 63d7cb157983: Download complete 06:10:26 b116817d02f9: Verifying Checksum 06:10:26 b116817d02f9: Download complete 06:10:26 5f621e34cdf4: Verifying Checksum 06:10:26 5f621e34cdf4: Download complete 06:10:26 5f621e34cdf4: Pull complete 06:10:27 a4357932f1b6: Pull complete 06:10:27 18c013af1878: Pull complete 06:10:27 745a02a5169b: Verifying Checksum 06:10:27 745a02a5169b: Download complete 06:10:29 00ac8860ef70: Verifying Checksum 06:10:29 00ac8860ef70: Download complete 06:10:40 00ac8860ef70: Pull complete 06:10:40 63d7cb157983: Pull complete 06:10:40 b116817d02f9: Pull complete 06:10:44 745a02a5169b: Pull complete 06:10:44 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 06:10:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 06:10:44 ---> b7e6874047d6 06:10:44 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:10:47 ---> Running in 7fea9b67baae 06:10:47 Removing intermediate container 7fea9b67baae 06:10:47 ---> 05ba5d72dbfa 06:10:47 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:10:47 ---> Running in 021f736dba97 06:10:50 Removing intermediate container 021f736dba97 06:10:50 ---> 91798062e282 06:10:50 Step 5/8 : RUN apk add --update --no-cache make git 06:10:50 ---> Running in b682c32227c3 06:10:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:10:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:10:53 OK: 142 MiB in 39 packages 06:10:54 Removing intermediate container b682c32227c3 06:10:54 ---> 673f371e31d3 06:10:54 Step 6/8 : WORKDIR /device-sdk-go 06:10:54 ---> Running in 792d8b1589a9 06:10:55 Removing intermediate container 792d8b1589a9 06:10:55 ---> c9933a349df2 06:10:55 Step 7/8 : COPY . . 06:10:56 ---> b7e5a128cf8b 06:10:56 Step 8/8 : RUN go mod download 06:10:56 ---> Running in dbb7ada642c6 06:11:23 Removing intermediate container dbb7ada642c6 06:11:23 ---> 66eb8d5ac4e4 06:11:23 Successfully built 66eb8d5ac4e4 06:11:23 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:11:23 + docker inspect -f . ci-base-image-arm64 06:11:23 . [Pipeline] withDockerContainer 06:11:23 prd-ubuntu18.04-docker-arm64-4c-16g-27116 does not seem to be running inside a container 06:11:23 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/118 -v /w/workspace/device-sdk-go/118:/w/workspace/device-sdk-go/118:rw,z -v /w/workspace/device-sdk-go/118@tmp:/w/workspace/device-sdk-go/118@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 06:11:25 $ docker top 2910931d0797333c596348ede8c1aa920091eba19d191e92e9bca01827996293 -eo pid,comm [Pipeline] { [Pipeline] sh 06:11:26 + go version 06:11:26 go version go1.15.5 linux/arm64 [Pipeline] } 06:11:26 $ docker stop --time=1 2910931d0797333c596348ede8c1aa920091eba19d191e92e9bca01827996293 06:11:28 $ docker rm -f 2910931d0797333c596348ede8c1aa920091eba19d191e92e9bca01827996293 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:11:29 + docker inspect -f . ci-base-image-arm64 06:11:29 . [Pipeline] withDockerContainer 06:11:29 prd-ubuntu18.04-docker-arm64-4c-16g-27116 does not seem to be running inside a container 06:11:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/118 -v /w/workspace/device-sdk-go/118:/w/workspace/device-sdk-go/118:rw,z -v /w/workspace/device-sdk-go/118@tmp:/w/workspace/device-sdk-go/118@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 06:11:31 $ docker top a79323fefee0bf03c9815a1a82046c1e5ccf6f6b1290f098cb555cd176b449dc -eo pid,comm [Pipeline] { [Pipeline] sh 06:11:32 + make test 06:11:32 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 06:11:52 Running on prd-centos7-docker-4c-2g-27117 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 06:11:52 Running in /w/workspace/device-sdk-go/118 [Pipeline] { [Pipeline] checkout 06:11:54 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 06:12:05 using credential edgex-jenkins-ssh 06:12:05 Cloning the remote Git repository 06:12:05 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 06:12:05 > git init /w/workspace/device-sdk-go/118 # timeout=10 06:12:06 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:12:06 > git --version # timeout=10 06:12:06 > git --version # 'git version 2.24.3' 06:12:06 using GIT_SSH to set credentials SSH Credentials for GitHub 06:12:06 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:12:08 Checking out Revision 90f0e220c38dfa765b59e93e9c62ca721e898d74 (master) 06:12:07 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:12:07 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:12:07 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:12:07 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:12:07 using GIT_SSH to set credentials SSH Credentials for GitHub 06:12:07 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 06:12:08 > git config core.sparsecheckout # timeout=10 06:12:08 > git checkout -f 90f0e220c38dfa765b59e93e9c62ca721e898d74 # timeout=10 06:12:13 Commit message: "Merge pull request #790 from hahattan/issue-730" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:12:15 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 06:12:15 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:12:16 + true 06:12:16 + sudo service docker restart 06:12:16 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:12:18 provisioning config files... 06:12:19 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/118@tmp/config7398848981314402875tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:12:20 ---> docker-login.sh 06:12:20 nexus3.edgexfoundry.org:10001 06:12:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:12:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:12:22 Configure a credential helper to remove this warning. See 06:12:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:12:22 06:12:22 Login Succeeded 06:12:22 nexus3.edgexfoundry.org:10002 06:12:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:12:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:12:23 Configure a credential helper to remove this warning. See 06:12:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:12:23 06:12:23 Login Succeeded 06:12:23 nexus3.edgexfoundry.org:10003 06:12:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:12:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:12:24 Configure a credential helper to remove this warning. See 06:12:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:12:24 06:12:24 Login Succeeded 06:12:24 nexus3.edgexfoundry.org:10004 06:12:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:12:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:12:25 Configure a credential helper to remove this warning. See 06:12:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:12:25 06:12:25 Login Succeeded 06:12:25 docker.io 06:12:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:12:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:12:25 Configure a credential helper to remove this warning. See 06:12:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:12:25 06:12:25 Login Succeeded 06:12:25 ---> docker-login.sh ends [Pipeline] } 06:12:26 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:12:26 ========================================================= 06:12:26 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 06:12:26 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:12:27 + 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 . 06:12:27 Sending build context to Docker daemon 2.384MB 06:12:27 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 06:12:27 Step 2/8 : FROM ${BASE} 06:12:27 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 06:12:27 188c0c94c7c5: Pulling fs layer 06:12:27 0ef7d3d256c8: Pulling fs layer 06:12:27 de9db76c5a1d: Pulling fs layer 06:12:27 bca2f99d35d6: Pulling fs layer 06:12:27 93359f2a8cfa: Pulling fs layer 06:12:27 7c6f9722023f: Pulling fs layer 06:12:27 a35cf1a2eb13: Pulling fs layer 06:12:27 bca2f99d35d6: Waiting 06:12:27 93359f2a8cfa: Waiting 06:12:27 7c6f9722023f: Waiting 06:12:27 a35cf1a2eb13: Waiting 06:12:27 de9db76c5a1d: Verifying Checksum 06:12:27 de9db76c5a1d: Download complete 06:12:27 0ef7d3d256c8: Download complete 06:12:27 93359f2a8cfa: Verifying Checksum 06:12:27 93359f2a8cfa: Download complete 06:12:28 7c6f9722023f: Verifying Checksum 06:12:28 7c6f9722023f: Download complete 06:12:29 188c0c94c7c5: Verifying Checksum 06:12:29 188c0c94c7c5: Download complete 06:12:30 188c0c94c7c5: Pull complete 06:12:30 0ef7d3d256c8: Pull complete 06:12:30 de9db76c5a1d: Pull complete 06:12:38 a35cf1a2eb13: Verifying Checksum 06:12:38 a35cf1a2eb13: Download complete 06:12:39 bca2f99d35d6: Verifying Checksum 06:12:39 bca2f99d35d6: Download complete 06:12:41 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 06:12:41 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 06:12:41 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 06:12:41 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.122s coverage: 25.5% of statements 06:12:50 bca2f99d35d6: Pull complete 06:12:50 93359f2a8cfa: Pull complete 06:12:51 7c6f9722023f: Pull complete 06:13:02 a35cf1a2eb13: Pull complete 06:13:02 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 06:13:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 06:13:02 ---> a62c8e92a672 06:13:02 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:13:02 ---> Running in b44de9717c73 06:13:03 Removing intermediate container b44de9717c73 06:13:03 ---> c6e8a1e96314 06:13:03 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:13:04 ---> Running in 3d1ba5f028f1 06:13:07 Removing intermediate container 3d1ba5f028f1 06:13:07 ---> cf61b5d27b6a 06:13:07 Step 5/8 : RUN apk add --update --no-cache make git 06:13:07 ---> Running in c6240cf12d29 06:13:08 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.116s coverage: 10.1% of statements 06:13:08 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.143s coverage: 12.5% of statements 06:13:08 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 06:13:08 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.144s coverage: 84.8% of statements 06:13:08 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] 06:13:08 ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] 06:13:08 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 06:13:08 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 06:13:08 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.183s coverage: 49.2% of statements 06:13:08 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] 06:13:08 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache 0.214s coverage: 81.3% of statements 06:13:08 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.167s coverage: 24.8% of statements 06:13:08 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 5.709s coverage: 83.5% of statements 06:13:08 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.142s coverage: 5.3% of statements 06:13:08 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 06:13:08 GO111MODULE=on go vet ./... 06:13:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:13:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:13:11 OK: 166 MiB in 39 packages 06:13:11 Removing intermediate container c6240cf12d29 06:13:11 ---> 36822eb19059 06:13:11 Step 6/8 : WORKDIR /device-sdk-go 06:13:12 ---> Running in fc7d599f0de6 06:13:12 Removing intermediate container fc7d599f0de6 06:13:12 ---> d9fb9a8d3363 06:13:12 Step 7/8 : COPY . . 06:13:14 ---> 60dcb4718f8b 06:13:14 Step 8/8 : RUN go mod download 06:13:14 ---> Running in 4e8922e2b3fe 06:13:47 gofmt -l . 06:13:47 [ "`gofmt -l .`" = "" ] 06:13:47 ./bin/test-attribution-txt.sh 06:13:47 ./bin/test-go-mod-tidy.sh [Pipeline] } 06:13:47 $ docker stop --time=1 a79323fefee0bf03c9815a1a82046c1e5ccf6f6b1290f098cb555cd176b449dc 06:13:49 $ docker rm -f a79323fefee0bf03c9815a1a82046c1e5ccf6f6b1290f098cb555cd176b449dc [Pipeline] // withDockerContainer [Pipeline] sh 06:13:50 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:13:51 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { 06:13:54 Removing intermediate container 4e8922e2b3fe 06:13:54 ---> e998164a566e 06:13:54 Successfully built e998164a566e 06:13:54 Successfully tagged ci-base-image-x86_64:latest [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 06:13:55 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:13:56 + docker inspect -f . ci-base-image-x86_64 06:13:56 + ls -al . 06:13:56 total 220 06:13:56 drwxrwxr-x 10 jenkins jenkins 4096 Feb 22 06:13 . 06:13:56 drwxrwxr-x 4 jenkins jenkins 4096 Feb 22 06:10 .. 06:13:56 -rw-rw-r-- 1 jenkins jenkins 140 Feb 22 06:10 .dockerignore 06:13:56 drwxrwxr-x 8 jenkins jenkins 4096 Feb 22 06:10 .git 06:13:56 drwxrwxr-x 2 jenkins jenkins 4096 Feb 22 06:10 .github 06:13:56 -rw-rw-r-- 1 jenkins jenkins 138 Feb 22 06:10 .gitignore 06:13:56 -rw-rw-r-- 1 jenkins jenkins 949 Feb 22 06:10 Dockerfile.build 06:13:56 -rw-rw-r-- 1 jenkins jenkins 901 Feb 22 06:10 Jenkinsfile 06:13:56 -rw-rw-r-- 1 jenkins jenkins 11341 Feb 22 06:10 LICENSE 06:13:56 -rw-rw-r-- 1 jenkins jenkins 1016 Feb 22 06:10 Makefile 06:13:56 -rw-rw-r-- 1 jenkins jenkins 5897 Feb 22 06:10 README.md 06:13:56 -rw-rw-r-- 1 jenkins jenkins 6616 Feb 22 06:10 RELEASE-NOTES.txt 06:13:56 -rw-rw-r-- 1 jenkins jenkins 12 Feb 22 06:07 VERSION 06:13:56 drwxrwxr-x 2 jenkins jenkins 4096 Feb 22 06:10 bin 06:13:56 -rw-r--r-- 1 jenkins jenkins 101757 Feb 22 06:13 coverage.out 06:13:56 drwxrwxr-x 4 jenkins jenkins 4096 Feb 22 06:10 example 06:13:56 -rw-r--r-- 1 jenkins jenkins 515 Feb 22 06:13 go.mod 06:13:56 -rw-r--r-- 1 jenkins jenkins 19062 Feb 22 06:13 go.sum 06:13:56 drwxrwxr-x 13 jenkins jenkins 4096 Feb 22 06:10 internal 06:13:56 drwxrwxr-x 4 jenkins jenkins 4096 Feb 22 06:10 openapi 06:13:56 drwxrwxr-x 5 jenkins jenkins 4096 Feb 22 06:10 pkg 06:13:56 drwxrwxr-x 4 jenkins jenkins 4096 Feb 22 06:10 snap 06:13:56 -rw-rw-r-- 1 jenkins jenkins 222 Feb 22 06:10 version.go [Pipeline] isUnix [Pipeline] sh 06:13:56 . [Pipeline] withDockerContainer 06:13:56 + 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=90f0e220c38dfa765b59e93e9c62ca721e898d74 --label arch=arm64 --label version=2.0.0-dev.13 . 06:13:57 prd-centos7-docker-4c-2g-27117 does not seem to be running inside a container 06:13:57 Sending build context to Docker daemon 2.494MB 06:13:57 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 06:13:57 Step 2/24 : FROM ${BASE} AS builder 06:13:57 ---> 66eb8d5ac4e4 06:13:57 Step 3/24 : ARG MAKE='make build' 06:13:57 ---> Running in d255dacac79f 06:13:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/118 -v /w/workspace/device-sdk-go/118:/w/workspace/device-sdk-go/118:rw,z -v /w/workspace/device-sdk-go/118@tmp:/w/workspace/device-sdk-go/118@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:13:57 Removing intermediate container d255dacac79f 06:13:57 ---> a655bad54b60 06:13:57 Step 4/24 : WORKDIR /device-sdk-go 06:13:57 ---> Running in d160f63d013a 06:13:58 Removing intermediate container d160f63d013a 06:13:58 ---> 5eba9945401b 06:13:58 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:13:58 ---> Running in 4ee9ecf698eb 06:13:58 $ docker top dc4eed84d0bba1ca2a4bef496fd89dc4d129874ae894fa619768ab1f332cff2f -eo pid,comm [Pipeline] { 06:13:59 Removing intermediate container 4ee9ecf698eb 06:13:59 ---> 8d1f806ab1a7 06:13:59 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:13:59 ---> Running in 57b7e8786657 [Pipeline] sh 06:13:59 + go version 06:13:59 go version go1.15.5 linux/amd64 [Pipeline] } 06:13:59 $ docker stop --time=1 dc4eed84d0bba1ca2a4bef496fd89dc4d129874ae894fa619768ab1f332cff2f 06:14:01 Removing intermediate container 57b7e8786657 06:14:01 ---> 6cc6c5f0579b 06:14:01 Step 7/24 : RUN apk add --update --no-cache make git 06:14:01 ---> Running in 3b45985fa376 06:14:01 $ docker rm -f dc4eed84d0bba1ca2a4bef496fd89dc4d129874ae894fa619768ab1f332cff2f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) 06:14:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:14:02 + docker inspect -f . ci-base-image-x86_64 06:14:02 . [Pipeline] withDockerContainer 06:14:03 prd-centos7-docker-4c-2g-27117 does not seem to be running inside a container 06:14:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/118 -v /w/workspace/device-sdk-go/118:/w/workspace/device-sdk-go/118:rw,z -v /w/workspace/device-sdk-go/118@tmp:/w/workspace/device-sdk-go/118@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:14:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:14:04 OK: 142 MiB in 39 packages 06:14:05 $ docker top b7be66e782ec270bd94d3f023fe5441861ea0c294d81f915f0a1346d0cc4c343 -eo pid,comm 06:14:05 Removing intermediate container 3b45985fa376 06:14:05 ---> adf84fd71095 06:14:05 Step 8/24 : COPY . . [Pipeline] { [Pipeline] sh 06:14:07 ---> d4cd22145262 06:14:07 Step 9/24 : RUN ${MAKE} 06:14:07 ---> Running in 6d20f1e53fe9 06:14:07 + make test 06:14:07 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 06:14:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.13" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 06:14:27 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 06:14:35 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 06:14:36 Removing intermediate container 6d20f1e53fe9 06:14:36 ---> e8ff48ef93c0 06:14:36 Step 10/24 : FROM scratch 06:14:36 ---> 06:14:36 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:14:36 ---> Running in fa47109271ba 06:14:36 Removing intermediate container fa47109271ba 06:14:36 ---> bb6f02e5c86d 06:14:36 Step 12/24 : ENV APP_PORT=49990 06:14:37 ---> Running in a6c7abfd8553 06:14:37 Removing intermediate container a6c7abfd8553 06:14:37 ---> 64ee7f7aebfa 06:14:37 Step 13/24 : EXPOSE $APP_PORT 06:14:37 ---> Running in a97ebaf700de 06:14:38 Removing intermediate container a97ebaf700de 06:14:38 ---> ae438df1f20d 06:14:38 Step 14/24 : WORKDIR / 06:14:38 ---> Running in 06328e5894db 06:14:38 Removing intermediate container 06328e5894db 06:14:38 ---> 181d1f726833 06:14:38 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 06:14:40 ---> cc18b65a655e 06:14:40 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 06:14:40 ---> c617c6455057 06:14:40 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 06:14:41 ---> d73eccd3eaf7 06:14:41 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 06:14:41 ---> b5cfc6fe4ab1 06:14:41 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 06:14:42 ---> 0d21beb83113 06:14:42 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 06:14:42 ---> Running in a0dcd2e83962 06:14:43 Removing intermediate container a0dcd2e83962 06:14:43 ---> 5a029899ddec 06:14:43 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:14:43 ---> Running in 8554cc338d96 06:14:43 Removing intermediate container 8554cc338d96 06:14:43 ---> 4039c3e3eeeb 06:14:43 Step 22/24 : LABEL arch=arm64 06:14:43 ---> Running in bdae0716efc9 06:14:44 Removing intermediate container bdae0716efc9 06:14:44 ---> 948c8bd472d7 06:14:44 Step 23/24 : LABEL git_sha=90f0e220c38dfa765b59e93e9c62ca721e898d74 06:14:44 ---> Running in 114feb37cbb9 06:14:45 Removing intermediate container 114feb37cbb9 06:14:45 ---> 3f74e5d68208 06:14:45 Step 24/24 : LABEL version=2.0.0-dev.13 06:14:45 ---> Running in df3002c25c5c 06:14:45 Removing intermediate container df3002c25c5c 06:14:45 ---> 7df511d5491b 06:14:45 [Warning] One or more build-args [ARCH] were not consumed 06:14:45 Successfully built 7df511d5491b 06:14:45 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] } 06:14:55 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 06:14:55 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 06:14:55 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 06:14:57 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.159s coverage: 25.5% of statements 06:15:27 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.116s coverage: 10.1% of statements 06:15:27 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.087s coverage: 12.5% of statements 06:15:27 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 06:15:27 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.204s coverage: 84.8% of statements 06:15:27 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] 06:15:27 ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] 06:15:27 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 06:15:27 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 06:15:27 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.085s coverage: 49.2% of statements 06:15:27 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] 06:15:27 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache 0.077s coverage: 81.3% of statements 06:15:27 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.107s coverage: 24.8% of statements 06:15:27 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 8.402s coverage: 83.5% of statements 06:15:27 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.079s coverage: 5.3% of statements 06:15:27 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 06:15:27 GO111MODULE=on go vet ./... 06:15:51 gofmt -l . 06:15:51 [ "`gofmt -l .`" = "" ] 06:15:51 ./bin/test-attribution-txt.sh 06:15:54 ./bin/test-go-mod-tidy.sh [Pipeline] } 06:15:56 $ docker stop --time=1 b7be66e782ec270bd94d3f023fe5441861ea0c294d81f915f0a1346d0cc4c343 06:15:59 $ docker rm -f b7be66e782ec270bd94d3f023fe5441861ea0c294d81f915f0a1346d0cc4c343 [Pipeline] // withDockerContainer [Pipeline] sh 06:16:01 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:16:02 Warning: overwriting stash ‘coverage-report’ 06:16:03 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 06:16:04 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:16:04 + ls -al . 06:16:04 total 184 06:16:04 drwxrwxr-x. 10 jenkins jenkins 4096 Feb 22 06:15 . 06:16:04 drwxrwxr-x. 4 jenkins jenkins 32 Feb 22 06:12 .. 06:16:04 drwxrwxr-x. 2 jenkins jenkins 64 Feb 22 06:12 bin 06:16:04 -rw-r--r--. 1 jenkins jenkins 101758 Feb 22 06:15 coverage.out 06:16:04 -rw-rw-r--. 1 jenkins jenkins 949 Feb 22 06:12 Dockerfile.build 06:16:04 -rw-rw-r--. 1 jenkins jenkins 140 Feb 22 06:12 .dockerignore 06:16:04 drwxrwxr-x. 4 jenkins jenkins 48 Feb 22 06:12 example 06:16:04 drwxrwxr-x. 8 jenkins jenkins 162 Feb 22 06:12 .git 06:16:04 drwxrwxr-x. 2 jenkins jenkins 103 Feb 22 06:12 .github 06:16:04 -rw-rw-r--. 1 jenkins jenkins 138 Feb 22 06:12 .gitignore 06:16:04 -rw-r--r--. 1 jenkins jenkins 515 Feb 22 06:15 go.mod 06:16:04 -rw-r--r--. 1 jenkins jenkins 19062 Feb 22 06:15 go.sum 06:16:04 drwxrwxr-x. 13 jenkins jenkins 183 Feb 22 06:12 internal 06:16:04 -rw-rw-r--. 1 jenkins jenkins 901 Feb 22 06:12 Jenkinsfile 06:16:04 -rw-rw-r--. 1 jenkins jenkins 11341 Feb 22 06:12 LICENSE 06:16:04 -rw-rw-r--. 1 jenkins jenkins 1016 Feb 22 06:12 Makefile 06:16:04 drwxrwxr-x. 4 jenkins jenkins 26 Feb 22 06:12 openapi 06:16:04 drwxrwxr-x. 5 jenkins jenkins 50 Feb 22 06:12 pkg 06:16:04 -rw-rw-r--. 1 jenkins jenkins 5897 Feb 22 06:12 README.md 06:16:04 -rw-rw-r--. 1 jenkins jenkins 6616 Feb 22 06:12 RELEASE-NOTES.txt 06:16:04 drwxrwxr-x. 4 jenkins jenkins 54 Feb 22 06:12 snap 06:16:04 -rw-rw-r--. 1 jenkins jenkins 12 Feb 22 06:07 VERSION 06:16:04 -rw-rw-r--. 1 jenkins jenkins 222 Feb 22 06:12 version.go [Pipeline] isUnix [Pipeline] sh 06:16:05 + 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=90f0e220c38dfa765b59e93e9c62ca721e898d74 --label arch=amd64 --label version=2.0.0-dev.13 . 06:16:06 Sending build context to Docker daemon 2.486MB 06:16:06 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 06:16:06 Step 2/24 : FROM ${BASE} AS builder 06:16:06 ---> e998164a566e 06:16:06 Step 3/24 : ARG MAKE='make build' 06:16:06 ---> Running in d73e58209980 06:16:06 Removing intermediate container d73e58209980 06:16:06 ---> cc92cca76773 06:16:06 Step 4/24 : WORKDIR /device-sdk-go 06:16:07 ---> Running in 3062ed83b684 06:16:07 Removing intermediate container 3062ed83b684 06:16:07 ---> 8287b56c6ec8 06:16:07 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:16:07 ---> Running in 656a8f2dc2b8 06:16:08 Removing intermediate container 656a8f2dc2b8 06:16:08 ---> 6772fdeacfc3 06:16:08 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:16:08 ---> Running in 9b7c27c7d17b 06:16:11 Removing intermediate container 9b7c27c7d17b 06:16:11 ---> 592e4225eecc 06:16:11 Step 7/24 : RUN apk add --update --no-cache make git 06:16:11 ---> Running in 7cd92237ea2a 06:16:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:16:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:16:15 OK: 166 MiB in 39 packages 06:16:16 Removing intermediate container 7cd92237ea2a 06:16:16 ---> b221901d8193 06:16:16 Step 8/24 : COPY . . 06:16:18 ---> 568061e3a66f 06:16:18 Step 9/24 : RUN ${MAKE} 06:16:18 ---> Running in f88f93992654 06:16:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.13" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 06:16:31 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 06:16:36 Removing intermediate container f88f93992654 06:16:36 ---> cc835e5f5867 06:16:36 Step 10/24 : FROM scratch 06:16:36 ---> 06:16:36 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:16:36 ---> Running in c1779d342bba 06:16:36 Removing intermediate container c1779d342bba 06:16:36 ---> a38b76b32df5 06:16:36 Step 12/24 : ENV APP_PORT=49990 06:16:36 ---> Running in 633107b34fec 06:16:37 Removing intermediate container 633107b34fec 06:16:37 ---> e72fef735710 06:16:37 Step 13/24 : EXPOSE $APP_PORT 06:16:37 ---> Running in 39542a9d0ce5 06:16:37 Removing intermediate container 39542a9d0ce5 06:16:37 ---> 6aaac19066e3 06:16:37 Step 14/24 : WORKDIR / 06:16:37 ---> Running in 5c21d0d63269 06:16:38 Removing intermediate container 5c21d0d63269 06:16:38 ---> 35456d429a89 06:16:38 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 06:16:40 ---> bafb8b8c23a5 06:16:40 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 06:16:40 ---> e4b64f948dd5 06:16:40 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 06:16:41 ---> 2febca19a9a8 06:16:41 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 06:16:42 ---> 5d565964fe84 06:16:42 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 06:16:42 ---> 96f151bd0c83 06:16:42 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 06:16:42 ---> Running in 7ac8f8f9baae 06:16:43 Removing intermediate container 7ac8f8f9baae 06:16:43 ---> 56ee498b0f31 06:16:43 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:16:43 ---> Running in 114394b20559 06:16:43 Removing intermediate container 114394b20559 06:16:43 ---> 864fb1b92f6e 06:16:43 Step 22/24 : LABEL arch=amd64 06:16:43 ---> Running in d28be4680a42 06:16:44 Removing intermediate container d28be4680a42 06:16:44 ---> 780643534b55 06:16:44 Step 23/24 : LABEL git_sha=90f0e220c38dfa765b59e93e9c62ca721e898d74 06:16:44 ---> Running in e09911630d4e 06:16:44 Removing intermediate container e09911630d4e 06:16:44 ---> 902595ee182e 06:16:44 Step 24/24 : LABEL version=2.0.0-dev.13 06:16:44 ---> Running in 7d899f0a11b3 06:16:44 Removing intermediate container 7d899f0a11b3 06:16:44 ---> af0d7d86e252 06:16:44 [Warning] One or more build-args [ARCH] were not consumed 06:16:45 Successfully built af0d7d86e252 06:16:45 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 06:16:48 provisioning config files... 06:16:48 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7710857282479621348tmp [Pipeline] { [Pipeline] sh 06:16:48 + set +x 06:16:48 + curl -s https://codecov.io/bash 06:16:48 + bash -s -- 06:16:49 06:16:49 _____ _ 06:16:49 / ____| | | 06:16:49 | | ___ __| | ___ ___ _____ __ 06:16:49 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 06:16:49 | |___| (_) | (_| | __/ (_| (_) \ V / 06:16:49 \_____\___/ \__,_|\___|\___\___/ \_/ 06:16:49 Bash-20210129-7c25fce 06:16:49 06:16:49 06:16:49 ==> git version 2.24.3 found 06:16:49 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 06:16:49 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 06:16:49 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 06:16:49 ==> Jenkins CI detected. 06:16:49 project root: . 06:16:49 --> token set from env 06:16:49 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 06:16:49 ==> Running gcov in . (disable via -X gcov) 06:16:49 ==> Python coveragepy not found 06:16:49 ==> Searching for coverage reports in: 06:16:49 + . 06:16:49 -> Found 1 reports 06:16:49 ==> Detecting git/mercurial file structure 06:16:49 ==> Reading reports 06:16:49 + ./coverage.out bytes=101758 06:16:49 ==> Appending adjustments 06:16:49 https://docs.codecov.io/docs/fixing-reports 06:16:49 + Found adjustments 06:16:49 ==> Gzipping contents 06:16:49 20K /tmp/codecov.IRgKcx.gz 06:16:49 ==> Uploading reports 06:16:49 url: https://codecov.io 06:16:49 query: branch=master&commit=90f0e220c38dfa765b59e93e9c62ca721e898d74&build=118&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F118%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 06:16:49 -> Pinging Codecov 06:16:49 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=90f0e220c38dfa765b59e93e9c62ca721e898d74&build=118&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F118%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 06:16:50 -> Uploading to 06:16:50 https://storage.googleapis.com/codecov/v4/raw/2021-02-22/7E55EF52A471D76F132DFD9A03CDDE97/90f0e220c38dfa765b59e93e9c62ca721e898d74/220f1afd-50ab-4d3d-a45f-63a2a7bebc4e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210222%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210222T061649Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=eca039510da0d2cbd5015b54b47b708f63d96933934d3d56795d987c8539d155 06:16:50 % Total % Received % Xferd Average Speed Time Time Time Current 06:16:50 Dload Upload Total Spent Left Speed 06:16:50 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16525 0 0 100 16525 0 36079 --:--:-- --:--:-- --:--:-- 36159 06:16:50 -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/90f0e220c38dfa765b59e93e9c62ca721e898d74 [Pipeline] } 06:16:50 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 06:16:51 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 06:16:51 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:16:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 06:16:52 06:16:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 06:16:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 06:16:52 1.410.4: Pulling from edgex-devops/edgex-snyk-go 06:16:52 188c0c94c7c5: Pulling fs layer 06:16:52 0ef7d3d256c8: Pulling fs layer 06:16:52 de9db76c5a1d: Pulling fs layer 06:16:52 0eba1c9be4d2: Pulling fs layer 06:16:52 0d57e429df01: Pulling fs layer 06:16:52 4e4be7b47b0d: Pulling fs layer 06:16:52 e1f770b5df2f: Pulling fs layer 06:16:52 85a0685a4137: Pulling fs layer 06:16:52 4e4be7b47b0d: Waiting 06:16:52 e1f770b5df2f: Waiting 06:16:52 0d57e429df01: Waiting 06:16:52 0eba1c9be4d2: Waiting 06:16:52 85a0685a4137: Waiting 06:16:52 de9db76c5a1d: Verifying Checksum 06:16:52 de9db76c5a1d: Download complete 06:16:52 0ef7d3d256c8: Download complete 06:16:52 0d57e429df01: Verifying Checksum 06:16:52 0d57e429df01: Download complete 06:16:52 4e4be7b47b0d: Verifying Checksum 06:16:52 4e4be7b47b0d: Download complete 06:16:52 188c0c94c7c5: Download complete 06:16:53 188c0c94c7c5: Pull complete 06:16:53 0ef7d3d256c8: Pull complete 06:16:53 de9db76c5a1d: Pull complete 06:16:54 e1f770b5df2f: Verifying Checksum 06:16:54 e1f770b5df2f: Download complete 06:16:56 85a0685a4137: Download complete 06:16:57 0eba1c9be4d2: Verifying Checksum 06:16:57 0eba1c9be4d2: Download complete 06:17:02 0eba1c9be4d2: Pull complete 06:17:02 0d57e429df01: Pull complete 06:17:02 4e4be7b47b0d: Pull complete 06:17:04 e1f770b5df2f: Pull complete 06:17:13 85a0685a4137: Pull complete 06:17:13 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 06:17:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 06:17:13 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 06:17:13 prd-centos7-docker-4c-2g-27115 does not seem to be running inside a container 06:17:13 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 06:17:14 $ docker top 6529f6852e069a8ccb7daf82eafaa046a35b0c15a5290d85396460c9e3be0f22 -eo pid,comm [Pipeline] { [Pipeline] echo 06:17:14 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 06:17:15 + set -o pipefail 06:17:15 + snyk monitor '--org=edgex-jenkins' 06:17:53 06:17:53 Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go/v2)... 06:17:53 06:17:53 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a91414f5-c324-409e-a494-413a27791127/history/449a113f-bf7a-4256-8cd2-15739b7710b1 06:17:53 06:17:53 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 06:17:53 06:17:53 06:17:53 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 06:17:53 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 06:17:53 $ docker stop --time=1 6529f6852e069a8ccb7daf82eafaa046a35b0c15a5290d85396460c9e3be0f22 06:17:56 $ docker rm -f 6529f6852e069a8ccb7daf82eafaa046a35b0c15a5290d85396460c9e3be0f22 [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 06:17:58 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:17:58 provisioning config files... 06:17:58 copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8018591128360103949tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:17:58 --> edgex-publish-swagger.sh 06:17:58 === Publish openapi/v1 API === 06:17:58 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 06:17:58 [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v1/device-sdk.yaml] 06:17:58 % Total % Received % Xferd Average Speed Time Time Time Current 06:17:58 Dload Upload Total Spent Left Speed 06:17:59 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19947 0 0 100 19947 0 24183 --:--:-- --:--:-- --:--:-- 24207 06:17:59 06:17:59 06:17:59 === Publish openapi/v2 API === 06:17:59 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 06:17:59 [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v2/device-sdk.yaml] 06:17:59 % Total % Received % Xferd Average Speed Time Time Time Current 06:17:59 Dload Upload Total Spent Left Speed 06:18:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 52256 0 0 100 52256 0 69861 --:--:-- --:--:-- --:--:-- 69860 06:18:00 06:18:00 [Pipeline] } 06:18:00 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 06:18:01 + git log --format=format:%s -1 90f0e220c38dfa765b59e93e9c62ca721e898d74 [Pipeline] isUnix [Pipeline] sh 06:18:01 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:18:01 . [Pipeline] withDockerContainer 06:18:01 prd-centos7-docker-4c-2g-27115 does not seem to be running inside a container 06:18:01 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:18:02 $ docker top cf333ca73ed76c795e7e13c4b23f48a909d98d4325a4345777d7f3e4db2e468a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:18:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:18:02 [ssh-agent] Looking for ssh-agent implementation... 06:18:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:18:03 $ docker exec cf333ca73ed76c795e7e13c4b23f48a909d98d4325a4345777d7f3e4db2e468a ssh-agent 06:18:03 SSH_AUTH_SOCK=/tmp/ssh-hX5KTUzQ0PcU/agent.12 06:18:03 SSH_AGENT_PID=17 06:18:03 Running ssh-add (command line suppressed) 06:18:03 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1939889164761274910.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1939889164761274910.key) 06:18:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:18:03 + git semver tag 06:18:03 # -> Open(): unable to determine branch for HEAD 06:18:03 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 06:18:03 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 06:18:03 # $SEMVER_REMOTE_NAME = origin 06:18:03 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:18:03 # $SEMVER_USER_NAME = edgex-jenkins 06:18:03 # $SEMVER_BRANCH = master 06:18:03 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 06:18:03 # 90f0e220c38dfa765b59e93e9c62ca721e898d74 HEAD 06:18:03 # -> Force: false 06:18:03 # af9a6ab1f9895ec233955dc004b036aac58dd158 refs/tags/v2.0.0-dev.13 [Pipeline] } 06:18:03 $ docker exec --env ******** --env ******** cf333ca73ed76c795e7e13c4b23f48a909d98d4325a4345777d7f3e4db2e468a ssh-agent -k 06:18:04 unset SSH_AUTH_SOCK; 06:18:04 unset SSH_AGENT_PID; 06:18:04 echo Agent pid 17 killed; 06:18:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:18:04 + git semver [Pipeline] } 06:18:04 $ docker stop --time=1 cf333ca73ed76c795e7e13c4b23f48a909d98d4325a4345777d7f3e4db2e468a 06:18:06 $ docker rm -f cf333ca73ed76c795e7e13c4b23f48a909d98d4325a4345777d7f3e4db2e468a [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 06:18:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:18:06 06:18:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 06:18:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:18:07 0.23.1-centos7: Pulling from edgex-lftools 06:18:07 ab5ef0e58194: Pulling fs layer 06:18:07 9712f1f96733: Pulling fs layer 06:18:07 63f879dbbcfc: Pulling fs layer 06:18:07 0d9ebad4ef96: Pulling fs layer 06:18:07 e9a5061849ea: Pulling fs layer 06:18:07 d747dcd14b5f: Pulling fs layer 06:18:07 2de7ff778b66: Pulling fs layer 06:18:07 e9a5061849ea: Waiting 06:18:07 0d9ebad4ef96: Waiting 06:18:07 d747dcd14b5f: Waiting 06:18:07 2de7ff778b66: Waiting 06:18:07 9712f1f96733: Verifying Checksum 06:18:07 9712f1f96733: Download complete 06:18:09 63f879dbbcfc: Verifying Checksum 06:18:09 63f879dbbcfc: Download complete 06:18:09 e9a5061849ea: Verifying Checksum 06:18:09 e9a5061849ea: Download complete 06:18:09 d747dcd14b5f: Verifying Checksum 06:18:09 d747dcd14b5f: Download complete 06:18:09 2de7ff778b66: Verifying Checksum 06:18:09 2de7ff778b66: Download complete 06:18:09 0d9ebad4ef96: Verifying Checksum 06:18:09 0d9ebad4ef96: Download complete 06:18:09 ab5ef0e58194: Verifying Checksum 06:18:09 ab5ef0e58194: Download complete 06:18:14 ab5ef0e58194: Pull complete 06:18:14 9712f1f96733: Pull complete 06:18:16 63f879dbbcfc: Pull complete 06:18:23 0d9ebad4ef96: Pull complete 06:18:24 e9a5061849ea: Pull complete 06:18:24 d747dcd14b5f: Pull complete 06:18:27 2de7ff778b66: Pull complete 06:18:27 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 06:18:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:18:27 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 06:18:27 prd-centos7-docker-4c-2g-27115 does not seem to be running inside a container 06:18:27 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 06:18:31 $ docker top 63f5c6d39f0aaece0020272dfd23717220615ac50f7c3b8524d615176be7ff58 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 06:18:31 provisioning config files... 06:18:31 copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8448275034354420305tmp 06:18:31 copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config2290326260655712187tmp 06:18:31 copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4910447225897787833tmp [Pipeline] { [Pipeline] echo 06:18:31 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 06:18:32 ---> sigul-configuration.sh 06:18:32 gpg: directory `/root/.gnupg' created 06:18:32 gpg: new configuration file `/root/.gnupg/gpg.conf' created 06:18:32 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 06:18:32 gpg: keyring `/root/.gnupg/secring.gpg' created 06:18:32 gpg: keyring `/root/.gnupg/pubring.gpg' created 06:18:32 gpg: CAST5 encrypted data 06:18:32 gpg: encrypted with 1 passphrase 06:18:32 gpg: WARNING: message was not integrity protected [Pipeline] sh 06:18:32 + mkdir /home/jenkins 06:18:32 + mkdir /home/jenkins/sigul [Pipeline] sh 06:18:32 + 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 06:18:32 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 06:18:33 ---> sigul-install.sh 06:18:39 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 06:18:40 + git tag --list 06:18:40 0.7.1 06:18:40 delhi-tag 06:18:40 v1.0.0 06:18:40 v1.1.0 06:18:40 v1.1.1 06:18:40 v1.1.2 06:18:40 v1.2.0 06:18:40 v1.2.1 06:18:40 v1.2.2 06:18:40 v1.2.3 06:18:40 v1.3.0 06:18:40 v1.4.0 06:18:40 v2.0.0-dev.1 06:18:40 v2.0.0-dev.10 06:18:40 v2.0.0-dev.11 06:18:40 v2.0.0-dev.12 06:18:40 v2.0.0-dev.13 06:18:40 v2.0.0-dev.2 06:18:40 v2.0.0-dev.3 06:18:40 v2.0.0-dev.4 06:18:40 v2.0.0-dev.5 06:18:40 v2.0.0-dev.6 06:18:40 v2.0.0-dev.7 06:18:40 v2.0.0-dev.8 06:18:40 v2.0.0-dev.9 [Pipeline] sh 06:18:40 + lftools sign git-tag v2.0.0-dev.13 06:18:41 Signing Git tag with Sigul... 06:18:41 Signing v2.0.0-dev.13 [Pipeline] echo 06:18:42 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 06:18:43 ---> sigul-configuration-cleanup.sh [Pipeline] } 06:18:43 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 06:18:43 $ docker stop --time=1 63f5c6d39f0aaece0020272dfd23717220615ac50f7c3b8524d615176be7ff58 06:18:45 $ docker rm -f 63f5c6d39f0aaece0020272dfd23717220615ac50f7c3b8524d615176be7ff58 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 06:18:46 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:18:46 . [Pipeline] withDockerContainer 06:18:46 prd-centos7-docker-4c-2g-27115 does not seem to be running inside a container 06:18:46 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:18:46 $ docker top 99c15ef429166a423a3e69d8f97a874b682d2109b0a43785e8290885a506e813 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:18:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:18:47 [ssh-agent] Looking for ssh-agent implementation... 06:18:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:18:47 $ docker exec 99c15ef429166a423a3e69d8f97a874b682d2109b0a43785e8290885a506e813 ssh-agent 06:18:47 SSH_AUTH_SOCK=/tmp/ssh-u4ntYjCk9HhW/agent.12 06:18:47 SSH_AGENT_PID=17 06:18:47 Running ssh-add (command line suppressed) 06:18:47 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7043622457943562164.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7043622457943562164.key) 06:18:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:18:48 + git semver bump pre 06:18:48 # -> Open(): unable to determine branch for HEAD 06:18:48 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 06:18:48 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 06:18:48 # $SEMVER_REMOTE_NAME = origin 06:18:48 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:18:48 # $SEMVER_USER_NAME = edgex-jenkins 06:18:48 # $SEMVER_BRANCH = master 06:18:48 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 06:18:48 2.0.0-dev.14 [Pipeline] } 06:18:48 $ docker exec --env ******** --env ******** 99c15ef429166a423a3e69d8f97a874b682d2109b0a43785e8290885a506e813 ssh-agent -k 06:18:48 unset SSH_AUTH_SOCK; 06:18:48 unset SSH_AGENT_PID; 06:18:48 echo Agent pid 17 killed; 06:18:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:18:48 + git semver [Pipeline] } 06:18:48 $ docker stop --time=1 99c15ef429166a423a3e69d8f97a874b682d2109b0a43785e8290885a506e813 06:18:50 $ docker rm -f 99c15ef429166a423a3e69d8f97a874b682d2109b0a43785e8290885a506e813 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 06:18:50 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:18:50 . [Pipeline] withDockerContainer 06:18:51 prd-centos7-docker-4c-2g-27115 does not seem to be running inside a container 06:18:51 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:18:51 $ docker top 97eeaf4027c927c212d2e089a5759a70a07ee177648a6157e0e5215789065f2d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:18:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:18:52 [ssh-agent] Looking for ssh-agent implementation... 06:18:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:18:52 $ docker exec 97eeaf4027c927c212d2e089a5759a70a07ee177648a6157e0e5215789065f2d ssh-agent 06:18:52 SSH_AUTH_SOCK=/tmp/ssh-BsTw8u0RUxhu/agent.11 06:18:52 SSH_AGENT_PID=16 06:18:52 Running ssh-add (command line suppressed) 06:18:52 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1553234585466540808.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1553234585466540808.key) 06:18:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:18:53 + git semver push 06:18:53 # -> Open(): unable to determine branch for HEAD 06:18:53 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 06:18:53 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 06:18:53 # $SEMVER_REMOTE_NAME = origin 06:18:53 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:18:53 # $SEMVER_USER_NAME = edgex-jenkins 06:18:53 # $SEMVER_BRANCH = master 06:18:53 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 06:18:58 $ docker exec --env ******** --env ******** 97eeaf4027c927c212d2e089a5759a70a07ee177648a6157e0e5215789065f2d ssh-agent -k 06:18:58 unset SSH_AUTH_SOCK; 06:18:58 unset SSH_AGENT_PID; 06:18:58 echo Agent pid 16 killed; 06:18:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:18:59 + git semver [Pipeline] } 06:18:59 $ docker stop --time=1 97eeaf4027c927c212d2e089a5759a70a07ee177648a6157e0e5215789065f2d 06:19:00 $ docker rm -f 97eeaf4027c927c212d2e089a5759a70a07ee177648a6157e0e5215789065f2d [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 06:19:02 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:19:03 ---> package-listing.sh 06:19:03 ++ facter osfamily 06:19:03 ++ tr '[:upper:]' '[:lower:]' 06:19:03 + OS_FAMILY=redhat 06:19:03 + workspace=/w/workspace/dgexfoundry_device-sdk-go_master 06:19:03 + START_PACKAGES=/tmp/packages_start.txt 06:19:03 + END_PACKAGES=/tmp/packages_end.txt 06:19:03 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:19:03 + PACKAGES=/tmp/packages_start.txt 06:19:03 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 06:19:03 + PACKAGES=/tmp/packages_end.txt 06:19:03 + case "${OS_FAMILY}" in 06:19:03 + rpm -qa 06:19:03 + sort 06:19:08 + '[' -f /tmp/packages_start.txt ']' 06:19:08 + '[' -f /tmp/packages_end.txt ']' 06:19:08 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:19:08 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 06:19:08 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ 06:19:08 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [Pipeline] echo 06:19:08 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 06:19:08 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 06:19:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:19:09 06:19:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 06:19:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:19:09 alpine: Pulling from edgex-lftools-log-publisher 06:19:09 df20fa9351a1: Pulling fs layer 06:19:09 36b3adc4ff6f: Pulling fs layer 06:19:09 8ad3a11d3b57: Pulling fs layer 06:19:09 46f8f816bc3b: Pulling fs layer 06:19:09 93b61091891f: Pulling fs layer 06:19:09 93b9cdb0e59b: Pulling fs layer 06:19:09 5e14af77c1be: Pulling fs layer 06:19:09 01666e4c0597: Pulling fs layer 06:19:09 aa168da1d23b: Pulling fs layer 06:19:09 93b9cdb0e59b: Waiting 06:19:09 5e14af77c1be: Waiting 06:19:09 01666e4c0597: Waiting 06:19:09 46f8f816bc3b: Waiting 06:19:09 93b61091891f: Waiting 06:19:09 36b3adc4ff6f: Verifying Checksum 06:19:09 36b3adc4ff6f: Download complete 06:19:09 46f8f816bc3b: Verifying Checksum 06:19:09 46f8f816bc3b: Download complete 06:19:09 df20fa9351a1: Verifying Checksum 06:19:09 df20fa9351a1: Download complete 06:19:09 93b9cdb0e59b: Verifying Checksum 06:19:09 93b9cdb0e59b: Download complete 06:19:09 5e14af77c1be: Download complete 06:19:09 01666e4c0597: Verifying Checksum 06:19:09 01666e4c0597: Download complete 06:19:09 93b61091891f: Verifying Checksum 06:19:09 93b61091891f: Download complete 06:19:09 8ad3a11d3b57: Verifying Checksum 06:19:09 8ad3a11d3b57: Download complete 06:19:10 df20fa9351a1: Pull complete 06:19:10 36b3adc4ff6f: Pull complete 06:19:11 8ad3a11d3b57: Pull complete 06:19:12 aa168da1d23b: Verifying Checksum 06:19:12 aa168da1d23b: Download complete 06:19:12 46f8f816bc3b: Pull complete 06:19:12 93b61091891f: Pull complete 06:19:12 93b9cdb0e59b: Pull complete 06:19:12 5e14af77c1be: Pull complete 06:19:13 01666e4c0597: Pull complete 06:19:21 aa168da1d23b: Pull complete 06:19:21 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 06:19:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:19:21 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 06:19:21 prd-centos7-docker-4c-2g-27115 does not seem to be running inside a container 06:19:21 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 06:19:25 $ docker top cb00f846e6a761811957c8a07c55baca7bcf463664d65896d083c8639a2220bd -eo pid,comm [Pipeline] { [Pipeline] sh 06:19:25 + touch /tmp/pre-build-complete [Pipeline] sh 06:19:25 + mkdir -p /var/log/sa [Pipeline] sh 06:19:26 + ls /var/log/sa-host 06:19:26 + sadf -c /var/log/sa-host/sa22 06:19:26 file_magic: OK 06:19:26 HZ: Using current value: 100 06:19:26 file_header: OK 06:19:26 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 06:19:26 Statistics: 06:19:26 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 06:19:26 File successfully converted to sysstat format version 12.2.1 06:19:26 + sadf -c /var/log/sa-host/sa23 06:19:26 file_magic: OK 06:19:26 HZ: Using current value: 100 06:19:26 file_header: OK 06:19:26 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 06:19:26 Statistics: 06:19:26 Hnuu...uuuununununu... 06:19:26 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:19:26 provisioning config files... 06:19:26 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1617859188090908669tmp [Pipeline] { [Pipeline] echo 06:19:26 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:19:27 ---> create-netrc.sh [Pipeline] } 06:19:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 06:19:27 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 06:19:27 ---> python-tools-install.sh [Pipeline] echo 06:19:27 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:19:28 ---> sudo-logs.sh 06:19:28 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 06:19:28 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:19:28 ---> job-cost.sh 06:19:28 lf-activate-venv: SKIPPING 06:19:28 INFO: No Stack... 06:19:29 INFO: Retrieving Pricing Info for: v1-standard-2 06:19:30 INFO: Archiving Costs [Pipeline] echo 06:19:30 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:19:30 ---> logs-deploy.sh 06:19:30 lf-activate-venv: SKIPPING 06:19:30 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/118 06:19:30 INFO: archiving workspace using pattern(s): 06:19:32 Archives upload complete. 06:19:32 INFO: archiving logs to Nexus 06:19:33 ---> uname -a: 06:19:33 Linux prd-centos7-docker-4c-2g-27115.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 06:19:33 06:19:33 06:19:33 ---> lscpu: 06:19:33 Architecture: x86_64 06:19:33 CPU op-mode(s): 32-bit, 64-bit 06:19:33 Byte Order: Little Endian 06:19:33 Address sizes: 40 bits physical, 48 bits virtual 06:19:33 CPU(s): 4 06:19:33 On-line CPU(s) list: 0-3 06:19:33 Thread(s) per core: 1 06:19:33 Core(s) per socket: 1 06:19:33 Socket(s): 4 06:19:33 NUMA node(s): 1 06:19:33 Vendor ID: GenuineIntel 06:19:33 CPU family: 6 06:19:33 Model: 44 06:19:33 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 06:19:33 Stepping: 1 06:19:33 CPU MHz: 2933.438 06:19:33 BogoMIPS: 5866.87 06:19:33 Virtualization: VT-x 06:19:33 Hypervisor vendor: KVM 06:19:33 Virtualization type: full 06:19:33 L1d cache: 128 KiB 06:19:33 L1i cache: 128 KiB 06:19:33 L2 cache: 16 MiB 06:19:33 L3 cache: 64 MiB 06:19:33 NUMA node0 CPU(s): 0-3 06:19:33 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 06:19:33 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 06:19:33 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 06:19:33 Vulnerability Meltdown: Mitigation; PTI 06:19:33 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 06:19:33 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 06:19:33 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 06:19:33 Vulnerability Srbds: Not affected 06:19:33 Vulnerability Tsx async abort: Not affected 06:19:33 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 06:19:33 06:19:33 06:19:33 ---> nproc: 06:19:33 4 06:19:33 06:19:33 06:19:33 ---> df -h: 06:19:33 Filesystem Size Used Available Use% Mounted on 06:19:33 overlay 50.0G 8.5G 41.4G 17% / 06:19:33 tmpfs 64.0M 0 64.0M 0% /dev 06:19:33 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 06:19:33 shm 64.0M 0 64.0M 0% /dev/shm 06:19:33 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 06:19:33 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 06:19:33 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 06:19:33 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 06:19:33 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 06:19:33 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 06:19:33 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dgexfoundry_device-sdk-go_master 06:19:33 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dgexfoundry_device-sdk-go_master@tmp 06:19:33 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 06:19:33 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 06:19:33 06:19:33 06:19:33 ---> free -m: 06:19:33 total used free shared buff/cache available 06:19:33 Mem: 1837 822 152 0 861 949 06:19:33 Swap: 1023 2 1021 06:19:33 06:19:33 06:19:33 ---> ip addr: 06:19:33 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 06:19:33 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 06:19:33 inet 127.0.0.1/8 scope host lo 06:19:33 valid_lft forever preferred_lft forever 06:19:33 inet6 ::1/128 scope host 06:19:33 valid_lft forever preferred_lft forever 06:19:33 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 06:19:33 link/ether fa:16:3e:a0:3d:e6 brd ff:ff:ff:ff:ff:ff 06:19:33 inet 10.30.123.157/23 brd 10.30.123.255 scope global dynamic eth0 06:19:33 valid_lft 85649sec preferred_lft 85649sec 06:19:33 inet6 fe80::f816:3eff:fea0:3de6/64 scope link 06:19:33 valid_lft forever preferred_lft forever 06:19:33 3: docker0: mtu 1500 qdisc noqueue state DOWN 06:19:33 link/ether 02:42:6f:26:0e:dc brd ff:ff:ff:ff:ff:ff 06:19:33 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 06:19:33 valid_lft forever preferred_lft forever 06:19:33 inet6 fe80::42:6fff:fe26:edc/64 scope link 06:19:33 valid_lft forever preferred_lft forever 06:19:33 06:19:33 06:19:33 ---> sar -b -r -n DEV: 06:19:33 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/22/21 _x86_64_ (4 CPU) 06:19:33 06:19:33 06:06:50 LINUX RESTART (4 CPU) 06:19:33 06:19:33 06:08:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 06:19:33 06:09:01 2.56 0.00 2.56 0.00 0.00 54.64 0.00 06:19:33 06:10:01 0.45 0.00 0.45 0.00 0.00 6.59 0.00 06:19:33 06:11:01 0.23 0.00 0.23 0.00 0.00 2.85 0.00 06:19:33 06:12:01 0.27 0.00 0.27 0.00 0.00 3.60 0.00 06:19:33 06:13:01 0.25 0.00 0.25 0.00 0.00 3.73 0.00 06:19:33 06:14:01 0.32 0.00 0.32 0.00 0.00 3.83 0.00 06:19:33 06:15:02 0.28 0.00 0.28 0.00 0.00 3.33 0.00 06:19:33 06:16:01 0.20 0.00 0.20 0.00 0.00 2.88 0.00 06:19:33 06:17:01 29.43 2.45 26.98 0.00 358.46 15547.50 0.00 06:19:33 06:18:01 260.15 166.23 93.92 0.00 7965.38 20752.56 0.00 06:19:33 06:19:01 212.82 78.36 134.46 0.00 4561.08 33240.07 0.00 06:19:33 Average: 46.17 22.50 23.67 0.00 1173.56 6341.01 0.00 06:19:33 06:19:33 06:08:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 06:19:33 06:09:01 175320 0 569092 30.25 2620 1134512 1060248 36.18 395412 1112136 20 06:19:33 06:10:01 176080 0 568324 30.21 2620 1134520 1060248 36.18 390928 1116612 8 06:19:33 06:11:01 172728 0 571672 30.38 2620 1134524 1060452 36.19 411316 1099032 8 06:19:33 06:12:01 173220 0 571180 30.36 2620 1134524 1060404 36.19 409648 1100688 12 06:19:33 06:13:01 172632 0 571760 30.39 2620 1134532 1060356 36.19 419528 1091500 8 06:19:33 06:14:01 173344 0 571044 30.35 2620 1134536 1060248 36.18 418888 1091544 8 06:19:33 06:15:02 173368 0 571016 30.35 2620 1134540 1060248 36.18 419016 1091544 8 06:19:33 06:16:01 173196 0 571184 30.36 2620 1134544 1060248 36.18 419004 1091544 8 06:19:33 06:17:01 164228 0 689464 36.64 2620 1025232 1487772 50.78 481980 994724 78248 06:19:33 06:18:01 204044 0 676124 35.93 2596 998780 1071560 36.57 520168 890908 44 06:19:33 06:19:01 245696 0 766864 40.76 1492 867492 1096900 37.44 563640 734256 20 06:19:33 Average: 182169 0 608884 32.36 2515 1087976 1103517 37.66 440866 1037681 7127 06:19:33 06:19:33 06:08:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 06:19:33 06:09:01 eth0 0.60 0.08 0.04 0.02 0.00 0.00 0.00 0.00 06:19:33 06:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:19:33 06:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:19:33 06:10:01 eth0 0.40 0.08 0.04 0.01 0.00 0.00 0.00 0.00 06:19:33 06:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:19:33 06:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:19:33 06:11:01 eth0 1.23 0.52 0.33 0.21 0.00 0.00 0.00 0.00 06:19:33 06:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:19:33 06:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:19:33 06:12:01 eth0 0.52 0.30 0.27 0.20 0.00 0.00 0.00 0.00 06:19:33 06:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:19:33 06:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:19:33 06:13:01 eth0 0.25 0.18 0.14 0.07 0.00 0.00 0.00 0.00 06:19:33 06:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:19:33 06:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:19:33 06:14:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 06:19:33 06:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:19:33 06:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:19:33 06:15:02 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 06:19:33 06:15:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:19:33 06:15:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:19:33 06:16:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:19:33 06:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:19:33 06:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:19:33 06:17:01 eth0 414.18 357.77 4072.14 28.16 0.00 0.00 0.00 0.00 06:19:33 06:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:19:33 06:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:19:33 06:18:01 eth0 71.04 57.46 219.91 14.47 0.00 0.00 0.00 0.00 06:19:33 06:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:19:33 06:18:01 docker0 42.73 46.34 3.78 197.74 0.00 0.00 0.00 0.00 06:19:33 06:19:01 eth0 482.79 422.29 3479.89 136.28 0.00 0.00 0.00 0.00 06:19:33 06:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:19:33 06:19:01 docker0 31.36 34.21 1.92 217.77 0.00 0.00 0.00 0.00 06:19:33 Average: eth0 88.45 76.40 707.93 16.34 0.00 0.00 0.00 0.00 06:19:33 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:19:33 Average: docker0 6.75 7.34 0.52 37.84 0.00 0.00 0.00 0.00 06:19:33 06:19:33 06:19:33 ---> sar -P ALL: 06:19:33 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/22/21 _x86_64_ (4 CPU) 06:19:33 06:19:33 06:06:50 LINUX RESTART (4 CPU) 06:19:33 06:19:33 06:08:01 CPU %user %nice %system %iowait %steal %idle 06:19:33 06:09:01 all 0.20 0.00 0.05 0.00 0.00 99.75 06:19:33 06:09:01 0 0.03 0.00 0.03 0.00 0.00 99.93 06:19:33 06:09:01 1 0.53 0.00 0.05 0.00 0.00 99.42 06:19:33 06:09:01 2 0.18 0.00 0.08 0.00 0.00 99.73 06:19:33 06:09:01 3 0.03 0.00 0.05 0.00 0.00 99.92 06:19:33 06:10:01 all 0.22 0.00 0.25 0.00 0.01 99.53 06:19:33 06:10:01 0 0.13 0.00 0.40 0.00 0.00 99.47 06:19:33 06:10:01 1 0.57 0.00 0.25 0.00 0.02 99.17 06:19:33 06:10:01 2 0.08 0.00 0.15 0.00 0.00 99.77 06:19:33 06:10:01 3 0.08 0.00 0.18 0.00 0.02 99.72 06:19:33 06:11:01 all 0.15 0.00 0.07 0.00 0.00 99.78 06:19:33 06:11:01 0 0.02 0.00 0.02 0.00 0.00 99.97 06:19:33 06:11:01 1 0.48 0.00 0.10 0.00 0.00 99.42 06:19:33 06:11:01 2 0.07 0.00 0.15 0.00 0.00 99.78 06:19:33 06:11:01 3 0.03 0.00 0.02 0.00 0.00 99.95 06:19:33 06:12:01 all 0.13 0.00 0.04 0.00 0.00 99.83 06:19:33 06:12:01 0 0.02 0.00 0.03 0.00 0.00 99.95 06:19:33 06:12:01 1 0.35 0.00 0.02 0.00 0.00 99.63 06:19:33 06:12:01 2 0.08 0.00 0.07 0.00 0.00 99.85 06:19:33 06:12:01 3 0.05 0.00 0.05 0.00 0.00 99.90 06:19:33 06:13:01 all 0.03 0.00 0.06 0.00 0.00 99.91 06:19:33 06:13:01 0 0.02 0.00 0.00 0.00 0.00 99.98 06:19:33 06:13:01 1 0.05 0.00 0.12 0.00 0.00 99.83 06:19:33 06:13:01 2 0.03 0.00 0.08 0.00 0.00 99.88 06:19:33 06:13:01 3 0.03 0.00 0.03 0.00 0.00 99.93 06:19:33 06:14:01 all 0.11 0.00 0.07 0.00 0.00 99.82 06:19:33 06:14:01 0 0.03 0.00 0.03 0.00 0.00 99.93 06:19:33 06:14:01 1 0.05 0.00 0.15 0.00 0.00 99.80 06:19:33 06:14:01 2 0.35 0.00 0.07 0.00 0.00 99.58 06:19:33 06:14:01 3 0.02 0.00 0.02 0.00 0.00 99.97 06:19:33 06:15:02 all 0.16 0.00 0.05 0.00 0.00 99.79 06:19:33 06:15:02 0 0.02 0.00 0.03 0.00 0.02 99.93 06:19:33 06:15:02 1 0.08 0.00 0.08 0.00 0.00 99.83 06:19:33 06:15:02 2 0.52 0.00 0.05 0.00 0.00 99.43 06:19:33 06:15:02 3 0.03 0.00 0.02 0.00 0.00 99.95 06:19:33 06:16:01 all 0.15 0.00 0.04 0.00 0.01 99.80 06:19:33 06:16:01 0 0.02 0.00 0.03 0.00 0.00 99.95 06:19:33 06:16:01 1 0.05 0.00 0.05 0.00 0.02 99.88 06:19:33 06:16:01 2 0.53 0.00 0.03 0.00 0.02 99.42 06:19:33 06:16:01 3 0.02 0.00 0.03 0.00 0.00 99.95 06:19:33 06:17:01 all 4.32 0.00 2.79 0.04 0.00 92.85 06:19:33 06:17:01 0 3.68 0.00 3.29 0.07 0.00 92.96 06:19:33 06:17:01 1 4.92 0.00 2.67 0.07 0.00 92.34 06:19:33 06:17:01 2 4.50 0.00 2.78 0.02 0.00 92.70 06:19:33 06:17:01 3 4.17 0.00 2.42 0.00 0.02 93.39 06:19:33 06:18:01 all 5.63 0.00 4.34 2.71 0.03 87.29 06:19:33 06:18:01 0 5.39 0.00 4.76 4.14 0.03 85.67 06:19:33 06:18:01 1 5.73 0.00 4.28 2.12 0.03 87.84 06:19:33 06:18:01 2 5.28 0.00 4.13 1.57 0.02 89.00 06:19:33 06:18:01 3 6.14 0.00 4.18 3.01 0.02 86.66 06:19:33 06:19:01 all 11.96 0.00 9.08 2.76 0.06 76.14 06:19:33 06:19:01 0 11.79 0.00 9.94 1.56 0.05 76.65 06:19:33 06:19:01 1 14.66 0.00 8.51 4.02 0.03 72.77 06:19:33 06:19:01 2 10.41 0.00 8.37 4.65 0.07 76.50 06:19:33 06:19:01 3 10.99 0.00 9.51 0.80 0.07 78.63 06:19:33 06:19:33 Average: CPU %user %nice %system %iowait %steal %idle 06:19:33 Average: all 2.07 0.00 1.51 0.49 0.01 95.91 06:19:33 Average: 0 1.89 0.00 1.66 0.52 0.01 95.91 06:19:33 Average: 1 2.47 0.00 1.46 0.56 0.01 95.50 06:19:33 Average: 2 1.98 0.00 1.43 0.56 0.01 96.02 06:19:33 Average: 3 1.94 0.00 1.48 0.34 0.01 96.23 06:19:33 06:19:33 06:19:33