Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 24bd13d414fb94824a4c7d4031bbe24e258abd9f 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-26792 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 Checking out Revision 24bd13d414fb94824a4c7d4031bbe24e258abd9f (master) > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f 24bd13d414fb94824a4c7d4031bbe24e258abd9f # timeout=10 Commit message: "Merge pull request #789 from hahattan/issue-777" > git rev-list --no-walk 6125dba09cfc805438589ab7aad954d8cad7589e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 09:59:53 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 09:59:53 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 09:59:54 ========================================================= 09:59:54 EdgeX Global Pipelines Version Info 09:59:54 ========================================================= [Pipeline] libraryResource [Pipeline] sh 09:59:57 ------------------- 09:59:57 stable info: 09:59:57 ------------------- 09:59:57 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:59:57 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 09:59:57 Message: update stable to v1.0.179 09:59:58 ------------------- 09:59:58 experimental info: 09:59:58 ------------------- 09:59:58 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:59:58 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 09:59:58 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 09:59:58 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 09:59:58 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 09:59:58 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 09:59:58 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 09:59:58 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 09:59:59 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 09:59:59 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 09:59:59 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 09:59:59 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 09:59:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 09:59:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 09:59:59 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 09:59:59 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 09:59:59 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 09:59:59 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 09:59:59 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 10:00:00 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 10:00:00 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 10:00:00 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 10:00:00 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 10:00:00 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 10:00:00 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 10:00:00 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 10:00:00 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 10:00:00 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 10:00:00 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 10:00:01 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 10:00:01 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 10:00:01 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 10:00:01 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 10:00:01 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 24bd13d414fb94824a4c7d4031bbe24e258abd9f [Pipeline] echo 10:00:01 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 24bd13d [Pipeline] echo 10:00:01 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:00:01 provisioning config files... 10:00:01 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1624250426008733472tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:00:02 ---> docker-login.sh 10:00:02 nexus3.edgexfoundry.org:10001 10:00:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:00:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:00:04 Configure a credential helper to remove this warning. See 10:00:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:00:04 10:00:04 Login Succeeded 10:00:04 nexus3.edgexfoundry.org:10002 10:00:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:00:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:00:05 Configure a credential helper to remove this warning. See 10:00:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:00:05 10:00:05 Login Succeeded 10:00:05 nexus3.edgexfoundry.org:10003 10:00:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:00:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:00:05 Configure a credential helper to remove this warning. See 10:00:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:00:05 10:00:05 Login Succeeded 10:00:05 nexus3.edgexfoundry.org:10004 10:00:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:00:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:00:06 Configure a credential helper to remove this warning. See 10:00:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:00:06 10:00:06 Login Succeeded 10:00:06 docker.io 10:00:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:00:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:00:07 Configure a credential helper to remove this warning. See 10:00:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:00:07 10:00:07 Login Succeeded 10:00:07 ---> docker-login.sh ends [Pipeline] } 10:00:07 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 10:00:08 + git log --format=format:%s -1 24bd13d414fb94824a4c7d4031bbe24e258abd9f [Pipeline] echo 10:00:08 GIT_COMMIT: 24bd13d414fb94824a4c7d4031bbe24e258abd9f, Commit Message: Merge pull request #789 from hahattan/issue-777 [Pipeline] echo 10:00:09 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 10:00:09 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:00:10 10:00:10 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 10:00:10 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:00:10 latest: Pulling from edgex-devops/git-semver 10:00:10 31603596830f: Pulling fs layer 10:00:10 2a8b12db71e7: Pulling fs layer 10:00:10 6ca5941a6612: Pulling fs layer 10:00:10 ecc8261a40a4: Pulling fs layer 10:00:10 ecc8261a40a4: Waiting 10:00:10 2a8b12db71e7: Verifying Checksum 10:00:10 2a8b12db71e7: Download complete 10:00:11 31603596830f: Verifying Checksum 10:00:11 31603596830f: Download complete 10:00:11 ecc8261a40a4: Verifying Checksum 10:00:11 ecc8261a40a4: Download complete 10:00:11 6ca5941a6612: Verifying Checksum 10:00:11 6ca5941a6612: Download complete 10:00:12 31603596830f: Pull complete 10:00:12 2a8b12db71e7: Pull complete 10:00:14 6ca5941a6612: Pull complete 10:00:14 ecc8261a40a4: Pull complete 10:00:14 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 10:00:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:00:14 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 10:00:14 prd-centos7-docker-4c-2g-26792 does not seem to be running inside a container 10:00:15 $ 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 10:00:18 $ docker top f872b42fbde9b3dbef6736df7331d9e630ccdff1d08f882943c33515386c82b2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:00:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:00:19 [ssh-agent] Looking for ssh-agent implementation... 10:00:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:00:19 $ docker exec f872b42fbde9b3dbef6736df7331d9e630ccdff1d08f882943c33515386c82b2 ssh-agent 10:00:20 SSH_AUTH_SOCK=/tmp/ssh-smUNLylRWPq2/agent.12 10:00:20 SSH_AGENT_PID=17 10:00:20 Running ssh-add (command line suppressed) 10:00:20 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_439549536125111647.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_439549536125111647.key) 10:00:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:00:21 + git tag --points-at HEAD [Pipeline] } 10:00:21 $ docker exec --env ******** --env ******** f872b42fbde9b3dbef6736df7331d9e630ccdff1d08f882943c33515386c82b2 ssh-agent -k 10:00:21 unset SSH_AUTH_SOCK; 10:00:21 unset SSH_AGENT_PID; 10:00:21 echo Agent pid 17 killed; 10:00:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 10:00:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:00:22 [ssh-agent] Looking for ssh-agent implementation... 10:00:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:00:22 $ docker exec f872b42fbde9b3dbef6736df7331d9e630ccdff1d08f882943c33515386c82b2 ssh-agent 10:00:23 SSH_AUTH_SOCK=/tmp/ssh-ym30migxldaN/agent.45 10:00:23 SSH_AGENT_PID=50 10:00:23 Running ssh-add (command line suppressed) 10:00:24 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6542033649925936812.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6542033649925936812.key) 10:00:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:00:25 + git semver init 10:00:25 # -> Open(): unable to determine branch for HEAD 10:00:25 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 10:00:25 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 10:00:25 # $SEMVER_REMOTE_NAME = origin 10:00:25 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:00:25 # $SEMVER_USER_NAME = edgex-jenkins 10:00:25 # $SEMVER_BRANCH = master 10:00:25 # $SEMVER_TEMP = /tmp/semver-707227442 10:00:25 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 10:00:26 # '/tmp/semver-707227442' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' 10:00:26 # -> Force: false 10:00:26 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 10:00:27 $ docker exec --env ******** --env ******** f872b42fbde9b3dbef6736df7331d9e630ccdff1d08f882943c33515386c82b2 ssh-agent -k 10:00:27 unset SSH_AUTH_SOCK; 10:00:27 unset SSH_AGENT_PID; 10:00:27 echo Agent pid 50 killed; 10:00:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:00:28 + git semver [Pipeline] } 10:00:28 $ docker stop --time=1 f872b42fbde9b3dbef6736df7331d9e630ccdff1d08f882943c33515386c82b2 10:00:29 $ docker rm -f f872b42fbde9b3dbef6736df7331d9e630ccdff1d08f882943c33515386c82b2 [Pipeline] // withDockerContainer [Pipeline] sh 10:00:30 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 10:00:31 Stashed 1 file(s) [Pipeline] echo 10:00:31 [edgeXSemver]: initialized semver on version 2.0.0-dev.12 [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 10:00:47 Still waiting to schedule task 10:00:47 Waiting for next available executor on ‘centos7-docker-4c-2g’ 10:00:47 Still waiting to schedule task 10:00:47 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 10:02:32 Running on prd-ubuntu18.04-docker-arm64-4c-16g-26793 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 10:02:32 Running in /w/workspace/device-sdk-go/117 [Pipeline] { [Pipeline] checkout 10:02:38 using credential edgex-jenkins-ssh 10:02:38 Cloning the remote Git repository 10:02:38 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 10:02:38 > git init /w/workspace/device-sdk-go/117 # timeout=10 10:02:38 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 10:02:38 > git --version # timeout=10 10:02:38 > git --version # 'git version 2.17.1' 10:02:38 using GIT_SSH to set credentials SSH Credentials for GitHub 10:02:38 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:02:40 Checking out Revision 24bd13d414fb94824a4c7d4031bbe24e258abd9f (master) 10:02:39 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 10:02:39 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:02:39 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 10:02:39 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 10:02:39 using GIT_SSH to set credentials SSH Credentials for GitHub 10:02:39 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 10:02:40 > git config core.sparsecheckout # timeout=10 10:02:40 > git checkout -f 24bd13d414fb94824a4c7d4031bbe24e258abd9f # timeout=10 10:02:44 Commit message: "Merge pull request #789 from hahattan/issue-777" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:02:46 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 10:02:46 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:02:46 + + true 10:02:46 sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:02:49 provisioning config files... 10:02:49 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/117@tmp/config1277300577674748167tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:02:50 ---> docker-login.sh 10:02:50 nexus3.edgexfoundry.org:10001 10:02:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:02:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:02:51 Configure a credential helper to remove this warning. See 10:02:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:02:51 10:02:51 Login Succeeded 10:02:51 nexus3.edgexfoundry.org:10002 10:02:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:02:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:02:51 Configure a credential helper to remove this warning. See 10:02:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:02:51 10:02:51 Login Succeeded 10:02:51 nexus3.edgexfoundry.org:10003 10:02:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:02:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:02:52 Configure a credential helper to remove this warning. See 10:02:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:02:52 10:02:52 Login Succeeded 10:02:52 nexus3.edgexfoundry.org:10004 10:02:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:02:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:02:53 Configure a credential helper to remove this warning. See 10:02:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:02:53 10:02:53 Login Succeeded 10:02:53 docker.io 10:02:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:02:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:02:53 Configure a credential helper to remove this warning. See 10:02:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:02:53 10:02:53 Login Succeeded 10:02:53 ---> docker-login.sh ends [Pipeline] } 10:02:53 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 10:02:54 ========================================================= 10:02:54 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 10:02:54 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:02:54 + 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 . 10:02:54 Sending build context to Docker daemon 2.399MB 10:02:54 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 10:02:54 Step 2/8 : FROM ${BASE} 10:02:55 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:02:55 5f621e34cdf4: Pulling fs layer 10:02:55 a4357932f1b6: Pulling fs layer 10:02:55 18c013af1878: Pulling fs layer 10:02:55 00ac8860ef70: Pulling fs layer 10:02:55 63d7cb157983: Pulling fs layer 10:02:55 b116817d02f9: Pulling fs layer 10:02:55 745a02a5169b: Pulling fs layer 10:02:55 63d7cb157983: Waiting 10:02:55 b116817d02f9: Waiting 10:02:55 745a02a5169b: Waiting 10:02:55 00ac8860ef70: Waiting 10:02:55 18c013af1878: Verifying Checksum 10:02:55 18c013af1878: Download complete 10:02:55 a4357932f1b6: Verifying Checksum 10:02:55 a4357932f1b6: Download complete 10:02:55 63d7cb157983: Verifying Checksum 10:02:55 63d7cb157983: Download complete 10:02:55 b116817d02f9: Verifying Checksum 10:02:55 b116817d02f9: Download complete 10:02:55 5f621e34cdf4: Verifying Checksum 10:02:55 5f621e34cdf4: Download complete 10:02:56 5f621e34cdf4: Pull complete 10:02:56 a4357932f1b6: Pull complete 10:02:57 18c013af1878: Pull complete 10:02:58 745a02a5169b: Verifying Checksum 10:02:58 745a02a5169b: Download complete 10:02:59 00ac8860ef70: Download complete 10:03:09 00ac8860ef70: Pull complete 10:03:09 63d7cb157983: Pull complete 10:03:09 b116817d02f9: Pull complete 10:03:13 745a02a5169b: Pull complete 10:03:13 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 10:03:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 10:03:13 ---> b7e6874047d6 10:03:13 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:03:16 ---> Running in c8475a1ab88a 10:03:16 Removing intermediate container c8475a1ab88a 10:03:16 ---> 505c0b0d9604 10:03:16 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:03:16 ---> Running in f9e16351696c 10:03:18 Running on prd-centos7-docker-4c-2g-26794 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 10:03:18 Running in /w/workspace/device-sdk-go/117 [Pipeline] { [Pipeline] checkout 10:03:19 Removing intermediate container f9e16351696c 10:03:19 ---> eba36af1a4f2 10:03:19 Step 5/8 : RUN apk add --update --no-cache make git 10:03:19 ---> Running in 860b808a8f20 10:03:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:03:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:03:20 using credential edgex-jenkins-ssh 10:03:20 Cloning the remote Git repository 10:03:21 OK: 142 MiB in 39 packages 10:03:20 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 10:03:20 > git init /w/workspace/device-sdk-go/117 # timeout=10 10:03:20 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 10:03:20 > git --version # timeout=10 10:03:20 > git --version # 'git version 2.24.3' 10:03:20 using GIT_SSH to set credentials SSH Credentials for GitHub 10:03:20 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:03:22 Checking out Revision 24bd13d414fb94824a4c7d4031bbe24e258abd9f (master) 10:03:22 Removing intermediate container 860b808a8f20 10:03:22 ---> 1bb1f5221f94 10:03:22 Step 6/8 : WORKDIR /device-sdk-go 10:03:22 ---> Running in 5c6e60252e36 10:03:21 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 10:03:21 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:03:21 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 10:03:21 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 10:03:21 using GIT_SSH to set credentials SSH Credentials for GitHub 10:03:21 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 10:03:22 > git config core.sparsecheckout # timeout=10 10:03:22 > git checkout -f 24bd13d414fb94824a4c7d4031bbe24e258abd9f # timeout=10 10:03:23 Removing intermediate container 5c6e60252e36 10:03:23 ---> ff6431c13f5f 10:03:23 Step 7/8 : COPY . . 10:03:24 ---> cfeb5e625aac 10:03:24 Step 8/8 : RUN go mod download 10:03:24 ---> Running in 50a5a95135fa 10:03:25 Commit message: "Merge pull request #789 from hahattan/issue-777" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:03:27 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 10:03:27 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:03:27 + sudo service docker restart 10:03:27 + true 10:03:27 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:03:29 provisioning config files... 10:03:29 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/117@tmp/config7253852366752405594tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:03:29 ---> docker-login.sh 10:03:29 nexus3.edgexfoundry.org:10001 10:03:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:03:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:03:29 Configure a credential helper to remove this warning. See 10:03:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:03:29 10:03:29 Login Succeeded 10:03:29 nexus3.edgexfoundry.org:10002 10:03:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:03:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:03:30 Configure a credential helper to remove this warning. See 10:03:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:03:30 10:03:30 Login Succeeded 10:03:30 nexus3.edgexfoundry.org:10003 10:03:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:03:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:03:30 Configure a credential helper to remove this warning. See 10:03:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:03:30 10:03:30 Login Succeeded 10:03:30 nexus3.edgexfoundry.org:10004 10:03:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:03:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:03:30 Configure a credential helper to remove this warning. See 10:03:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:03:30 10:03:30 Login Succeeded 10:03:30 docker.io 10:03:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:03:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:03:30 Configure a credential helper to remove this warning. See 10:03:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:03:30 10:03:30 Login Succeeded 10:03:30 ---> docker-login.sh ends [Pipeline] } 10:03:30 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 10:03:31 ========================================================= 10:03:31 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 10:03:31 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:03:31 + 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 . 10:03:31 Sending build context to Docker daemon 2.409MB 10:03:31 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 10:03:31 Step 2/8 : FROM ${BASE} 10:03:31 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 10:03:31 188c0c94c7c5: Pulling fs layer 10:03:31 0ef7d3d256c8: Pulling fs layer 10:03:31 de9db76c5a1d: Pulling fs layer 10:03:31 bca2f99d35d6: Pulling fs layer 10:03:31 93359f2a8cfa: Pulling fs layer 10:03:31 7c6f9722023f: Pulling fs layer 10:03:31 a35cf1a2eb13: Pulling fs layer 10:03:31 93359f2a8cfa: Waiting 10:03:31 7c6f9722023f: Waiting 10:03:31 a35cf1a2eb13: Waiting 10:03:31 bca2f99d35d6: Waiting 10:03:31 de9db76c5a1d: Verifying Checksum 10:03:31 0ef7d3d256c8: Verifying Checksum 10:03:31 0ef7d3d256c8: Download complete 10:03:31 93359f2a8cfa: Verifying Checksum 10:03:31 93359f2a8cfa: Download complete 10:03:32 7c6f9722023f: Verifying Checksum 10:03:32 7c6f9722023f: Download complete 10:03:32 188c0c94c7c5: Verifying Checksum 10:03:32 188c0c94c7c5: Download complete 10:03:32 188c0c94c7c5: Pull complete 10:03:32 0ef7d3d256c8: Pull complete 10:03:32 de9db76c5a1d: Pull complete 10:03:34 a35cf1a2eb13: Verifying Checksum 10:03:34 a35cf1a2eb13: Download complete 10:03:34 bca2f99d35d6: Verifying Checksum 10:03:34 bca2f99d35d6: Download complete 10:03:39 bca2f99d35d6: Pull complete 10:03:39 93359f2a8cfa: Pull complete 10:03:39 7c6f9722023f: Pull complete 10:03:46 a35cf1a2eb13: Pull complete 10:03:46 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 10:03:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 10:03:46 ---> a62c8e92a672 10:03:46 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:03:46 ---> Running in bcd50e7d9f97 10:03:46 Removing intermediate container bcd50e7d9f97 10:03:46 ---> be0470680ca9 10:03:46 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:03:46 ---> Running in 93c59503c3c9 10:03:47 Removing intermediate container 93c59503c3c9 10:03:47 ---> 518b10d50479 10:03:47 Step 5/8 : RUN apk add --update --no-cache make git 10:03:47 ---> Running in 98fd438561ca 10:03:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:03:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:03:49 OK: 166 MiB in 39 packages 10:03:49 Removing intermediate container 98fd438561ca 10:03:49 ---> dbcd0cea2d85 10:03:49 Step 6/8 : WORKDIR /device-sdk-go 10:03:50 ---> Running in 9d575ac970a3 10:03:50 Removing intermediate container 9d575ac970a3 10:03:50 ---> 0cee8f141297 10:03:50 Step 7/8 : COPY . . 10:03:51 Removing intermediate container 50a5a95135fa 10:03:51 ---> b32d62b921ed 10:03:51 Successfully built b32d62b921ed 10:03:51 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:03:51 ---> 14c7223be11f 10:03:51 Step 8/8 : RUN go mod download 10:03:51 ---> Running in 47885c825258 10:03:51 + docker inspect -f . ci-base-image-arm64 10:03:51 . [Pipeline] withDockerContainer 10:03:51 prd-ubuntu18.04-docker-arm64-4c-16g-26793 does not seem to be running inside a container 10:03:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/117 -v /w/workspace/device-sdk-go/117:/w/workspace/device-sdk-go/117:rw,z -v /w/workspace/device-sdk-go/117@tmp:/w/workspace/device-sdk-go/117@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 10:03:53 $ docker top 5e94e338426aa4f5f6d9be855dd3b31a3c4a11b69cc9538062d3303793590208 -eo pid,comm [Pipeline] { [Pipeline] sh 10:03:54 + go version 10:03:54 go version go1.15.5 linux/arm64 [Pipeline] } 10:03:54 $ docker stop --time=1 5e94e338426aa4f5f6d9be855dd3b31a3c4a11b69cc9538062d3303793590208 10:03:56 $ docker rm -f 5e94e338426aa4f5f6d9be855dd3b31a3c4a11b69cc9538062d3303793590208 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:03:57 + docker inspect -f . ci-base-image-arm64 10:03:57 . [Pipeline] withDockerContainer 10:03:57 prd-ubuntu18.04-docker-arm64-4c-16g-26793 does not seem to be running inside a container 10:03:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/117 -v /w/workspace/device-sdk-go/117:/w/workspace/device-sdk-go/117:rw,z -v /w/workspace/device-sdk-go/117@tmp:/w/workspace/device-sdk-go/117@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 10:03:59 $ docker top c730930d9d1b33b9aa37ec05aea38f395a7364a666c6a1f018642e85f694a5c0 -eo pid,comm [Pipeline] { [Pipeline] sh 10:04:00 + make test 10:04:00 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 10:04:13 Removing intermediate container 47885c825258 10:04:13 ---> 7694b31edf5f 10:04:13 Successfully built 7694b31edf5f 10:04:13 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 10:04:13 + docker inspect -f . ci-base-image-x86_64 10:04:13 . [Pipeline] withDockerContainer 10:04:14 prd-centos7-docker-4c-2g-26794 does not seem to be running inside a container 10:04:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/117 -v /w/workspace/device-sdk-go/117:/w/workspace/device-sdk-go/117:rw,z -v /w/workspace/device-sdk-go/117@tmp:/w/workspace/device-sdk-go/117@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 10:04:15 $ docker top f872ba3ada5dac165f41456dfe75186cf3c77b3a6374b210b1f0f990e2fdf48e -eo pid,comm [Pipeline] { [Pipeline] sh 10:04:15 + go version 10:04:15 go version go1.15.5 linux/amd64 [Pipeline] } 10:04:15 $ docker stop --time=1 f872ba3ada5dac165f41456dfe75186cf3c77b3a6374b210b1f0f990e2fdf48e 10:04:17 $ docker rm -f f872ba3ada5dac165f41456dfe75186cf3c77b3a6374b210b1f0f990e2fdf48e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:04:18 + docker inspect -f . ci-base-image-x86_64 10:04:18 . [Pipeline] withDockerContainer 10:04:18 prd-centos7-docker-4c-2g-26794 does not seem to be running inside a container 10:04:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/117 -v /w/workspace/device-sdk-go/117:/w/workspace/device-sdk-go/117:rw,z -v /w/workspace/device-sdk-go/117@tmp:/w/workspace/device-sdk-go/117@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 10:04:19 $ docker top 1be8aef394319390c7bb76f9fabaf53c65ff123c47978dd262b62216c70339e4 -eo pid,comm [Pipeline] { [Pipeline] sh 10:04:19 + make test 10:04:19 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 10:04:22 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 10:04:27 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 10:04:43 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 10:04:43 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 10:04:43 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 10:04:44 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.062s coverage: 25.5% of statements 10:05:01 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 10:05:01 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 10:05:01 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 10:05:08 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.134s coverage: 25.5% of statements 10:05:17 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.061s coverage: 10.1% of statements 10:05:17 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.064s coverage: 12.5% of statements 10:05:17 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 10:05:17 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.066s coverage: 84.8% of statements 10:05:17 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] 10:05:17 ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] 10:05:17 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 10:05:17 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 10:05:17 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.071s coverage: 49.2% of statements 10:05:17 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] 10:05:17 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache 0.066s coverage: 81.3% of statements 10:05:17 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.085s coverage: 24.8% of statements 10:05:17 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 2.412s coverage: 83.5% of statements 10:05:17 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.061s coverage: 5.3% of statements 10:05:17 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 10:05:17 GO111MODULE=on go vet ./... 10:05:23 gofmt -l . 10:05:23 [ "`gofmt -l .`" = "" ] 10:05:23 ./bin/test-attribution-txt.sh 10:05:24 ./bin/test-go-mod-tidy.sh [Pipeline] } 10:05:24 $ docker stop --time=1 1be8aef394319390c7bb76f9fabaf53c65ff123c47978dd262b62216c70339e4 10:05:26 $ docker rm -f 1be8aef394319390c7bb76f9fabaf53c65ff123c47978dd262b62216c70339e4 [Pipeline] // withDockerContainer [Pipeline] sh 10:05:27 + sudo chown -R jenkins:jenkins . [Pipeline] stash 10:05:27 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 10:05:30 + sudo chown -R jenkins:jenkins . [Pipeline] sh 10:05:30 + ls -al . 10:05:30 total 184 10:05:30 drwxrwxr-x. 10 jenkins jenkins 4096 Feb 18 10:05 . 10:05:30 drwxrwxr-x. 4 jenkins jenkins 32 Feb 18 10:03 .. 10:05:30 drwxrwxr-x. 2 jenkins jenkins 64 Feb 18 10:03 bin 10:05:30 -rw-r--r--. 1 jenkins jenkins 101947 Feb 18 10:05 coverage.out 10:05:30 -rw-rw-r--. 1 jenkins jenkins 949 Feb 18 10:03 Dockerfile.build 10:05:30 -rw-rw-r--. 1 jenkins jenkins 140 Feb 18 10:03 .dockerignore 10:05:30 drwxrwxr-x. 4 jenkins jenkins 48 Feb 18 10:03 example 10:05:30 drwxrwxr-x. 8 jenkins jenkins 162 Feb 18 10:03 .git 10:05:30 drwxrwxr-x. 2 jenkins jenkins 103 Feb 18 10:03 .github 10:05:30 -rw-rw-r--. 1 jenkins jenkins 138 Feb 18 10:03 .gitignore 10:05:30 -rw-r--r--. 1 jenkins jenkins 515 Feb 18 10:05 go.mod 10:05:30 -rw-r--r--. 1 jenkins jenkins 19062 Feb 18 10:05 go.sum 10:05:30 drwxrwxr-x. 13 jenkins jenkins 183 Feb 18 10:03 internal 10:05:30 -rw-rw-r--. 1 jenkins jenkins 901 Feb 18 10:03 Jenkinsfile 10:05:30 -rw-rw-r--. 1 jenkins jenkins 11341 Feb 18 10:03 LICENSE 10:05:30 -rw-rw-r--. 1 jenkins jenkins 1016 Feb 18 10:03 Makefile 10:05:30 drwxrwxr-x. 4 jenkins jenkins 26 Feb 18 10:03 openapi 10:05:30 drwxrwxr-x. 5 jenkins jenkins 50 Feb 18 10:03 pkg 10:05:30 -rw-rw-r--. 1 jenkins jenkins 5897 Feb 18 10:03 README.md 10:05:30 -rw-rw-r--. 1 jenkins jenkins 6616 Feb 18 10:03 RELEASE-NOTES.txt 10:05:30 drwxrwxr-x. 4 jenkins jenkins 54 Feb 18 10:03 snap 10:05:30 -rw-rw-r--. 1 jenkins jenkins 12 Feb 18 10:00 VERSION 10:05:30 -rw-rw-r--. 1 jenkins jenkins 222 Feb 18 10:03 version.go [Pipeline] isUnix [Pipeline] sh 10:05:31 + 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=24bd13d414fb94824a4c7d4031bbe24e258abd9f --label arch=amd64 --label version=2.0.0-dev.12 . 10:05:31 Sending build context to Docker daemon 2.512MB 10:05:31 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 10:05:31 Step 2/24 : FROM ${BASE} AS builder 10:05:31 ---> 7694b31edf5f 10:05:31 Step 3/24 : ARG MAKE='make build' 10:05:32 ---> Running in 6ca2da85b4d9 10:05:32 Removing intermediate container 6ca2da85b4d9 10:05:32 ---> 779410a32011 10:05:32 Step 4/24 : WORKDIR /device-sdk-go 10:05:32 ---> Running in 5cd8d3692884 10:05:32 Removing intermediate container 5cd8d3692884 10:05:32 ---> 4b598a525221 10:05:32 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:05:32 ---> Running in f2969b578d9c 10:05:32 Removing intermediate container f2969b578d9c 10:05:32 ---> c4bdb190ca54 10:05:32 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:05:32 ---> Running in 42ffd7631565 10:05:33 Removing intermediate container 42ffd7631565 10:05:33 ---> 86fdb0239740 10:05:33 Step 7/24 : RUN apk add --update --no-cache make git 10:05:33 ---> Running in 998e6937470f 10:05:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:05:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:05:34 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.118s coverage: 10.1% of statements 10:05:34 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.130s coverage: 12.5% of statements 10:05:34 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 10:05:34 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.141s coverage: 84.8% of statements 10:05:34 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] 10:05:34 ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] 10:05:34 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 10:05:34 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 10:05:34 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.206s coverage: 49.2% of statements 10:05:34 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] 10:05:34 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache 0.155s coverage: 81.3% of statements 10:05:34 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.308s coverage: 24.8% of statements 10:05:34 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 5.909s coverage: 83.5% of statements 10:05:34 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.165s coverage: 5.3% of statements 10:05:34 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 10:05:34 GO111MODULE=on go vet ./... 10:05:34 OK: 166 MiB in 39 packages 10:05:35 Removing intermediate container 998e6937470f 10:05:35 ---> afa73f8defae 10:05:35 Step 8/24 : COPY . . 10:05:36 ---> 744854f38be7 10:05:36 Step 9/24 : RUN ${MAKE} 10:05:36 ---> Running in 191b2ea3c414 10:05:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.12" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 10:05:45 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 10:05:48 Removing intermediate container 191b2ea3c414 10:05:48 ---> 3b2251f22757 10:05:48 Step 10/24 : FROM scratch 10:05:48 ---> 10:05:48 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:05:48 ---> Running in 8f92f4424ca2 10:05:48 Removing intermediate container 8f92f4424ca2 10:05:48 ---> dae100068d41 10:05:48 Step 12/24 : ENV APP_PORT=49990 10:05:48 ---> Running in c0409f7fb8f9 10:05:48 Removing intermediate container c0409f7fb8f9 10:05:48 ---> 116310ea4461 10:05:48 Step 13/24 : EXPOSE $APP_PORT 10:05:48 ---> Running in b9ddd43725f7 10:05:48 Removing intermediate container b9ddd43725f7 10:05:48 ---> 2f63cdd7a0ff 10:05:48 Step 14/24 : WORKDIR / 10:05:48 ---> Running in d37bc7469c4e 10:05:49 Removing intermediate container d37bc7469c4e 10:05:49 ---> 191420eb4651 10:05:49 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 10:05:49 ---> 1c902fc2e3f4 10:05:49 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 10:05:49 ---> 537b7ebc55f2 10:05:49 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 10:05:50 ---> fd15037bf40d 10:05:50 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 10:05:50 ---> 49fa7ac187c8 10:05:50 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 10:05:50 ---> 288b858210f7 10:05:50 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 10:05:50 ---> Running in 8e2279e8d6cf 10:05:50 Removing intermediate container 8e2279e8d6cf 10:05:50 ---> 192735025a25 10:05:50 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:05:50 ---> Running in f2663d350c2a 10:05:50 Removing intermediate container f2663d350c2a 10:05:50 ---> 759f5c24d775 10:05:50 Step 22/24 : LABEL arch=amd64 10:05:50 ---> Running in 8dbc6974e0d8 10:05:51 Removing intermediate container 8dbc6974e0d8 10:05:51 ---> fe5641f14814 10:05:51 Step 23/24 : LABEL git_sha=24bd13d414fb94824a4c7d4031bbe24e258abd9f 10:05:51 ---> Running in 9d307efc367b 10:05:51 Removing intermediate container 9d307efc367b 10:05:51 ---> 91a89f398d47 10:05:51 Step 24/24 : LABEL version=2.0.0-dev.12 10:05:51 ---> Running in a023b9eaa239 10:05:51 Removing intermediate container a023b9eaa239 10:05:51 ---> 6f4285370cd6 10:05:51 [Warning] One or more build-args [ARCH] were not consumed 10:05:51 Successfully built 6f4285370cd6 10:05:51 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] } 10:06:07 gofmt -l . 10:06:07 [ "`gofmt -l .`" = "" ] 10:06:07 ./bin/test-attribution-txt.sh 10:06:07 ./bin/test-go-mod-tidy.sh [Pipeline] } 10:06:07 $ docker stop --time=1 c730930d9d1b33b9aa37ec05aea38f395a7364a666c6a1f018642e85f694a5c0 10:06:09 $ docker rm -f c730930d9d1b33b9aa37ec05aea38f395a7364a666c6a1f018642e85f694a5c0 [Pipeline] // withDockerContainer [Pipeline] sh 10:06:10 + sudo chown -R jenkins:jenkins . [Pipeline] stash 10:06:10 Warning: overwriting stash ‘coverage-report’ 10:06:11 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 10:06:12 + sudo chown -R jenkins:jenkins . [Pipeline] sh 10:06:12 + ls -al . 10:06:12 total 220 10:06:12 drwxrwxr-x 10 jenkins jenkins 4096 Feb 18 10:06 . 10:06:12 drwxrwxr-x 4 jenkins jenkins 4096 Feb 18 10:02 .. 10:06:12 -rw-rw-r-- 1 jenkins jenkins 140 Feb 18 10:02 .dockerignore 10:06:12 drwxrwxr-x 8 jenkins jenkins 4096 Feb 18 10:02 .git 10:06:12 drwxrwxr-x 2 jenkins jenkins 4096 Feb 18 10:02 .github 10:06:12 -rw-rw-r-- 1 jenkins jenkins 138 Feb 18 10:02 .gitignore 10:06:12 -rw-rw-r-- 1 jenkins jenkins 949 Feb 18 10:02 Dockerfile.build 10:06:12 -rw-rw-r-- 1 jenkins jenkins 901 Feb 18 10:02 Jenkinsfile 10:06:12 -rw-rw-r-- 1 jenkins jenkins 11341 Feb 18 10:02 LICENSE 10:06:12 -rw-rw-r-- 1 jenkins jenkins 1016 Feb 18 10:02 Makefile 10:06:12 -rw-rw-r-- 1 jenkins jenkins 5897 Feb 18 10:02 README.md 10:06:12 -rw-rw-r-- 1 jenkins jenkins 6616 Feb 18 10:02 RELEASE-NOTES.txt 10:06:12 -rw-rw-r-- 1 jenkins jenkins 12 Feb 18 10:00 VERSION 10:06:12 drwxrwxr-x 2 jenkins jenkins 4096 Feb 18 10:02 bin 10:06:12 -rw-r--r-- 1 jenkins jenkins 101948 Feb 18 10:05 coverage.out 10:06:12 drwxrwxr-x 4 jenkins jenkins 4096 Feb 18 10:02 example 10:06:12 -rw-r--r-- 1 jenkins jenkins 515 Feb 18 10:06 go.mod 10:06:12 -rw-r--r-- 1 jenkins jenkins 19062 Feb 18 10:06 go.sum 10:06:12 drwxrwxr-x 13 jenkins jenkins 4096 Feb 18 10:02 internal 10:06:12 drwxrwxr-x 4 jenkins jenkins 4096 Feb 18 10:02 openapi 10:06:12 drwxrwxr-x 5 jenkins jenkins 4096 Feb 18 10:02 pkg 10:06:12 drwxrwxr-x 4 jenkins jenkins 4096 Feb 18 10:02 snap 10:06:12 -rw-rw-r-- 1 jenkins jenkins 222 Feb 18 10:02 version.go [Pipeline] isUnix [Pipeline] sh 10:06:12 + 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=24bd13d414fb94824a4c7d4031bbe24e258abd9f --label arch=arm64 --label version=2.0.0-dev.12 . 10:06:13 Sending build context to Docker daemon 2.502MB 10:06:13 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 10:06:13 Step 2/24 : FROM ${BASE} AS builder 10:06:13 ---> b32d62b921ed 10:06:13 Step 3/24 : ARG MAKE='make build' 10:06:13 ---> Running in ded9a24040d6 10:06:14 Removing intermediate container ded9a24040d6 10:06:14 ---> edc8c04df55d 10:06:14 Step 4/24 : WORKDIR /device-sdk-go 10:06:14 ---> Running in 06f82c34373f 10:06:14 Removing intermediate container 06f82c34373f 10:06:14 ---> bb5dfb1c4337 10:06:14 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:06:14 ---> Running in c64db341828f 10:06:15 Removing intermediate container c64db341828f 10:06:15 ---> 229fe9739b4c 10:06:15 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:06:15 ---> Running in 4e850ff1e617 10:06:17 Removing intermediate container 4e850ff1e617 10:06:17 ---> 6f9d235e0479 10:06:17 Step 7/24 : RUN apk add --update --no-cache make git 10:06:17 ---> Running in 21603a52f9da 10:06:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:06:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:06:20 OK: 142 MiB in 39 packages 10:06:21 Removing intermediate container 21603a52f9da 10:06:21 ---> ec2d7ba6749a 10:06:21 Step 8/24 : COPY . . 10:06:22 ---> 18d9d33f575d 10:06:22 Step 9/24 : RUN ${MAKE} 10:06:22 ---> Running in be233a0980e0 10:06:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.12" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 10:06:50 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 10:06:50 Removing intermediate container be233a0980e0 10:06:50 ---> 7cded9f7f2a0 10:06:50 Step 10/24 : FROM scratch 10:06:50 ---> 10:06:50 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:06:50 ---> Running in 5f676619d5e9 10:06:51 Removing intermediate container 5f676619d5e9 10:06:51 ---> d13dc57843ef 10:06:51 Step 12/24 : ENV APP_PORT=49990 10:06:51 ---> Running in 004599a043e5 10:06:51 Removing intermediate container 004599a043e5 10:06:51 ---> 71627bca1354 10:06:51 Step 13/24 : EXPOSE $APP_PORT 10:06:51 ---> Running in 8633bd4db9e4 10:06:52 Removing intermediate container 8633bd4db9e4 10:06:52 ---> 3b5828bb7f0b 10:06:52 Step 14/24 : WORKDIR / 10:06:52 ---> Running in 3a76b28bf652 10:06:52 Removing intermediate container 3a76b28bf652 10:06:52 ---> 484874ce7777 10:06:52 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 10:06:53 ---> 2df0bcb0eac3 10:06:53 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 10:06:54 ---> 87344c8d9d28 10:06:54 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 10:06:55 ---> 453c5eaa3b41 10:06:55 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 10:06:55 ---> 395950d0f1ad 10:06:55 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 10:06:56 ---> 7dc4fc49735d 10:06:56 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 10:06:56 ---> Running in cfdc129a03bc 10:06:57 Removing intermediate container cfdc129a03bc 10:06:57 ---> 5a548ddce5c1 10:06:57 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:06:57 ---> Running in 01d3abe9d817 10:06:57 Removing intermediate container 01d3abe9d817 10:06:57 ---> d832681ba05f 10:06:57 Step 22/24 : LABEL arch=arm64 10:06:57 ---> Running in 0920520a597b 10:06:58 Removing intermediate container 0920520a597b 10:06:58 ---> ba1b81e3afbb 10:06:58 Step 23/24 : LABEL git_sha=24bd13d414fb94824a4c7d4031bbe24e258abd9f 10:06:58 ---> Running in e9b67fccfd60 10:06:59 Removing intermediate container e9b67fccfd60 10:06:59 ---> 99e699a694f7 10:06:59 Step 24/24 : LABEL version=2.0.0-dev.12 10:06:59 ---> Running in 84448979df04 10:06:59 Removing intermediate container 84448979df04 10:06:59 ---> 0c35e9b6102a 10:06:59 [Warning] One or more build-args [ARCH] were not consumed 10:06:59 Successfully built 0c35e9b6102a 10:06:59 Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 10:07:01 provisioning config files... 10:07:01 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6959904206490315431tmp [Pipeline] { [Pipeline] sh 10:07:02 + set +x 10:07:02 + curl -s https://codecov.io/bash 10:07:02 + bash -s -- 10:07:03 10:07:03 _____ _ 10:07:03 / ____| | | 10:07:03 | | ___ __| | ___ ___ _____ __ 10:07:03 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 10:07:03 | |___| (_) | (_| | __/ (_| (_) \ V / 10:07:03 \_____\___/ \__,_|\___|\___\___/ \_/ 10:07:03 Bash-20210129-7c25fce 10:07:03 10:07:03 10:07:03 ==> git version 2.24.3 found 10:07:03 ==> 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 10:07:03 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 10:07:03 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 10:07:03 ==> Jenkins CI detected. 10:07:03 project root: . 10:07:03 --> token set from env 10:07:03 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 10:07:03 ==> Running gcov in . (disable via -X gcov) 10:07:03 ==> Python coveragepy not found 10:07:03 ==> Searching for coverage reports in: 10:07:03 + . 10:07:03 -> Found 1 reports 10:07:03 ==> Detecting git/mercurial file structure 10:07:03 ==> Reading reports 10:07:03 + ./coverage.out bytes=101948 10:07:03 ==> Appending adjustments 10:07:03 https://docs.codecov.io/docs/fixing-reports 10:07:04 + Found adjustments 10:07:04 ==> Gzipping contents 10:07:04 20K /tmp/codecov.HB3MST.gz 10:07:04 ==> Uploading reports 10:07:04 url: https://codecov.io 10:07:04 query: branch=master&commit=24bd13d414fb94824a4c7d4031bbe24e258abd9f&build=117&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F117%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 10:07:04 -> Pinging Codecov 10:07:04 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=24bd13d414fb94824a4c7d4031bbe24e258abd9f&build=117&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F117%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 10:07:05 -> Uploading to 10:07:05 https://storage.googleapis.com/codecov/v4/raw/2021-02-18/7E55EF52A471D76F132DFD9A03CDDE97/24bd13d414fb94824a4c7d4031bbe24e258abd9f/49e0a1af-09dc-4429-bc29-5e77dc7f34e6.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210218%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210218T100704Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=75f36307be685634a17d809e46dc991b06047be377c1857c9383317345e1c44e 10:07:05 % Total % Received % Xferd Average Speed Time Time Time Current 10:07:05 Dload Upload Total Spent Left Speed 10:07:05 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16512 0 0 100 16512 0 27164 --:--:-- --:--:-- --:--:-- 27157 100 16512 0 0 100 16512 0 27152 --:--:-- --:--:-- --:--:-- 27157 10:07:05 -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/24bd13d414fb94824a4c7d4031bbe24e258abd9f [Pipeline] } 10:07:06 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 10:07:07 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 10:07:07 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:07:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:07:07 10:07:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 10:07:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:07:08 1.410.4: Pulling from edgex-devops/edgex-snyk-go 10:07:08 188c0c94c7c5: Pulling fs layer 10:07:08 0ef7d3d256c8: Pulling fs layer 10:07:08 de9db76c5a1d: Pulling fs layer 10:07:08 0eba1c9be4d2: Pulling fs layer 10:07:08 0d57e429df01: Pulling fs layer 10:07:08 4e4be7b47b0d: Pulling fs layer 10:07:08 e1f770b5df2f: Pulling fs layer 10:07:08 85a0685a4137: Pulling fs layer 10:07:08 0eba1c9be4d2: Waiting 10:07:08 0d57e429df01: Waiting 10:07:08 4e4be7b47b0d: Waiting 10:07:08 e1f770b5df2f: Waiting 10:07:08 85a0685a4137: Waiting 10:07:08 de9db76c5a1d: Verifying Checksum 10:07:08 de9db76c5a1d: Download complete 10:07:08 0ef7d3d256c8: Verifying Checksum 10:07:08 0ef7d3d256c8: Download complete 10:07:08 0d57e429df01: Verifying Checksum 10:07:08 0d57e429df01: Download complete 10:07:08 188c0c94c7c5: Verifying Checksum 10:07:08 188c0c94c7c5: Download complete 10:07:09 4e4be7b47b0d: Verifying Checksum 10:07:09 4e4be7b47b0d: Download complete 10:07:09 188c0c94c7c5: Pull complete 10:07:10 0ef7d3d256c8: Pull complete 10:07:11 de9db76c5a1d: Pull complete 10:07:13 e1f770b5df2f: Verifying Checksum 10:07:13 e1f770b5df2f: Download complete 10:07:20 0eba1c9be4d2: Verifying Checksum 10:07:20 0eba1c9be4d2: Download complete 10:07:23 85a0685a4137: Verifying Checksum 10:07:23 85a0685a4137: Download complete 10:07:39 0eba1c9be4d2: Pull complete 10:07:39 0d57e429df01: Pull complete 10:07:39 4e4be7b47b0d: Pull complete 10:07:42 e1f770b5df2f: Pull complete 10:07:58 85a0685a4137: Pull complete 10:07:58 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 10:07:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:07:58 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 10:07:58 prd-centos7-docker-4c-2g-26792 does not seem to be running inside a container 10:07:58 $ 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 10:08:00 $ docker top 503a21c04397292f97be0b7bb7a93840a6d77bdddfba08b183465c7b454f05d1 -eo pid,comm [Pipeline] { [Pipeline] echo 10:08:01 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 10:08:02 + set -o pipefail 10:08:02 + snyk monitor '--org=edgex-jenkins' 10:08:21 10:08:21 Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go/v2)... 10:08:21 10:08:21 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a91414f5-c324-409e-a494-413a27791127/history/817665e3-eb0c-4a34-8ebb-58d11693e0d2 10:08:21 10:08:21 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 10:08:21 10:08:21 10:08:21 You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. 10:08:21 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 10:08:21 $ docker stop --time=1 503a21c04397292f97be0b7bb7a93840a6d77bdddfba08b183465c7b454f05d1 10:08:24 $ docker rm -f 503a21c04397292f97be0b7bb7a93840a6d77bdddfba08b183465c7b454f05d1 [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 10:08:26 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:08:26 provisioning config files... 10:08:26 copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config5925021989874587140tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:08:27 --> edgex-publish-swagger.sh 10:08:27 === Publish openapi/v1 API === 10:08:27 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 10:08:27 [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v1/device-sdk.yaml] 10:08:27 % Total % Received % Xferd Average Speed Time Time Time Current 10:08:27 Dload Upload Total Spent Left Speed 10:08:28 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19947 0 0 100 19947 0 21360 --:--:-- --:--:-- --:--:-- 21379 100 19947 0 0 100 19947 0 21352 --:--:-- --:--:-- --:--:-- 21356 10:08:28 10:08:28 10:08:28 === Publish openapi/v2 API === 10:08:28 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 10:08:28 [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v2/device-sdk.yaml] 10:08:28 % Total % Received % Xferd Average Speed Time Time Time Current 10:08:28 Dload Upload Total Spent Left Speed 10:08:28 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 52256 0 0 100 52256 0 62718 --:--:-- --:--:-- --:--:-- 62732 100 52256 0 0 100 52256 0 62700 --:--:-- --:--:-- --:--:-- 62657 10:08:28 10:08:28 [Pipeline] } 10:08:28 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 10:08:29 + git log --format=format:%s -1 24bd13d414fb94824a4c7d4031bbe24e258abd9f [Pipeline] isUnix [Pipeline] sh 10:08:30 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:08:30 . [Pipeline] withDockerContainer 10:08:30 prd-centos7-docker-4c-2g-26792 does not seem to be running inside a container 10:08:30 $ 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 10:08:32 $ docker top c94a8c4847c360c6f9cd0def27db5b1b88f24a9de321d7252604fc641c197f77 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:08:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:08:33 [ssh-agent] Looking for ssh-agent implementation... 10:08:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:08:34 $ docker exec c94a8c4847c360c6f9cd0def27db5b1b88f24a9de321d7252604fc641c197f77 ssh-agent 10:08:34 SSH_AUTH_SOCK=/tmp/ssh-zbuwU6NvIdgS/agent.11 10:08:34 SSH_AGENT_PID=16 10:08:34 Running ssh-add (command line suppressed) 10:08:34 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6814129405114084895.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6814129405114084895.key) 10:08:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:08:36 + git semver tag 10:08:36 # -> Open(): unable to determine branch for HEAD 10:08:36 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 10:08:36 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 10:08:36 # $SEMVER_REMOTE_NAME = origin 10:08:36 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:08:36 # $SEMVER_USER_NAME = edgex-jenkins 10:08:36 # $SEMVER_BRANCH = master 10:08:36 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 10:08:36 # 24bd13d414fb94824a4c7d4031bbe24e258abd9f HEAD 10:08:36 # -> Force: false 10:08:36 # efdf77c6b06ba7ba550313990d2689675171b23c refs/tags/v2.0.0-dev.12 [Pipeline] } 10:08:36 $ docker exec --env ******** --env ******** c94a8c4847c360c6f9cd0def27db5b1b88f24a9de321d7252604fc641c197f77 ssh-agent -k 10:08:37 unset SSH_AUTH_SOCK; 10:08:37 unset SSH_AGENT_PID; 10:08:37 echo Agent pid 16 killed; 10:08:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:08:38 + git semver [Pipeline] } 10:08:38 $ docker stop --time=1 c94a8c4847c360c6f9cd0def27db5b1b88f24a9de321d7252604fc641c197f77 10:08:40 $ docker rm -f c94a8c4847c360c6f9cd0def27db5b1b88f24a9de321d7252604fc641c197f77 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 10:08:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:08:41 10:08:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 10:08:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:08:42 0.23.1-centos7: Pulling from edgex-lftools 10:08:42 ab5ef0e58194: Pulling fs layer 10:08:42 9712f1f96733: Pulling fs layer 10:08:42 63f879dbbcfc: Pulling fs layer 10:08:42 0d9ebad4ef96: Pulling fs layer 10:08:42 e9a5061849ea: Pulling fs layer 10:08:42 d747dcd14b5f: Pulling fs layer 10:08:42 2de7ff778b66: Pulling fs layer 10:08:42 0d9ebad4ef96: Waiting 10:08:42 e9a5061849ea: Waiting 10:08:42 d747dcd14b5f: Waiting 10:08:42 2de7ff778b66: Waiting 10:08:42 9712f1f96733: Verifying Checksum 10:08:42 9712f1f96733: Download complete 10:08:49 63f879dbbcfc: Verifying Checksum 10:08:49 63f879dbbcfc: Download complete 10:08:50 e9a5061849ea: Verifying Checksum 10:08:50 e9a5061849ea: Download complete 10:08:50 d747dcd14b5f: Download complete 10:08:53 2de7ff778b66: Verifying Checksum 10:08:53 2de7ff778b66: Download complete 10:08:53 0d9ebad4ef96: Verifying Checksum 10:08:53 0d9ebad4ef96: Download complete 10:08:54 ab5ef0e58194: Verifying Checksum 10:08:54 ab5ef0e58194: Download complete 10:09:08 ab5ef0e58194: Pull complete 10:09:08 9712f1f96733: Pull complete 10:09:13 63f879dbbcfc: Pull complete 10:09:26 0d9ebad4ef96: Pull complete 10:09:29 e9a5061849ea: Pull complete 10:09:29 d747dcd14b5f: Pull complete 10:09:33 2de7ff778b66: Pull complete 10:09:33 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 10:09:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:09:33 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 10:09:33 prd-centos7-docker-4c-2g-26792 does not seem to be running inside a container 10:09:33 $ 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 10:09:39 $ docker top caa13e1e9a0b1269ed83f967922cde5d95354a9d04d99543ab9d90a0e269a76c -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 10:09:39 provisioning config files... 10:09:39 copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config877436014780077090tmp 10:09:39 copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config5508864985532830588tmp 10:09:39 copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1678047416616677458tmp [Pipeline] { [Pipeline] echo 10:09:40 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 10:09:41 ---> sigul-configuration.sh 10:09:41 gpg: directory `/root/.gnupg' created 10:09:41 gpg: new configuration file `/root/.gnupg/gpg.conf' created 10:09:41 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 10:09:41 gpg: keyring `/root/.gnupg/secring.gpg' created 10:09:41 gpg: keyring `/root/.gnupg/pubring.gpg' created 10:09:41 gpg: CAST5 encrypted data 10:09:41 gpg: encrypted with 1 passphrase 10:09:41 gpg: WARNING: message was not integrity protected [Pipeline] sh 10:09:42 + mkdir /home/jenkins 10:09:42 + mkdir /home/jenkins/sigul [Pipeline] sh 10:09:42 + 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 10:09:42 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 10:09:44 ---> sigul-install.sh 10:09:54 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 10:09:54 + git tag --list 10:09:55 0.7.1 10:09:55 delhi-tag 10:09:55 v1.0.0 10:09:55 v1.1.0 10:09:55 v1.1.1 10:09:55 v1.1.2 10:09:55 v1.2.0 10:09:55 v1.2.1 10:09:55 v1.2.2 10:09:55 v1.2.3 10:09:55 v1.3.0 10:09:55 v1.4.0 10:09:55 v2.0.0-dev.1 10:09:55 v2.0.0-dev.10 10:09:55 v2.0.0-dev.11 10:09:55 v2.0.0-dev.12 10:09:55 v2.0.0-dev.2 10:09:55 v2.0.0-dev.3 10:09:55 v2.0.0-dev.4 10:09:55 v2.0.0-dev.5 10:09:55 v2.0.0-dev.6 10:09:55 v2.0.0-dev.7 10:09:55 v2.0.0-dev.8 10:09:55 v2.0.0-dev.9 [Pipeline] sh 10:09:56 + lftools sign git-tag v2.0.0-dev.12 10:09:57 Signing Git tag with Sigul... 10:09:57 Signing v2.0.0-dev.12 [Pipeline] echo 10:09:59 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 10:10:00 ---> sigul-configuration-cleanup.sh [Pipeline] } 10:10:00 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 10:10:00 $ docker stop --time=1 caa13e1e9a0b1269ed83f967922cde5d95354a9d04d99543ab9d90a0e269a76c 10:10:03 $ docker rm -f caa13e1e9a0b1269ed83f967922cde5d95354a9d04d99543ab9d90a0e269a76c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 10:10:04 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:10:05 . [Pipeline] withDockerContainer 10:10:05 prd-centos7-docker-4c-2g-26792 does not seem to be running inside a container 10:10:05 $ 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 10:10:07 $ docker top db9165d5ac850255066e26caa893296710bfc820465b1871b575772d995c205a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:10:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:10:08 [ssh-agent] Looking for ssh-agent implementation... 10:10:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:10:09 $ docker exec db9165d5ac850255066e26caa893296710bfc820465b1871b575772d995c205a ssh-agent 10:10:09 SSH_AUTH_SOCK=/tmp/ssh-nZSZn4x8MLRm/agent.11 10:10:09 SSH_AGENT_PID=16 10:10:09 Running ssh-add (command line suppressed) 10:10:10 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8537123930461927485.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8537123930461927485.key) 10:10:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:10:10 + git semver bump pre 10:10:10 # -> Open(): unable to determine branch for HEAD 10:10:10 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 10:10:10 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 10:10:10 # $SEMVER_REMOTE_NAME = origin 10:10:10 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:10:10 # $SEMVER_USER_NAME = edgex-jenkins 10:10:10 # $SEMVER_BRANCH = master 10:10:10 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 10:10:11 2.0.0-dev.13 [Pipeline] } 10:10:11 $ docker exec --env ******** --env ******** db9165d5ac850255066e26caa893296710bfc820465b1871b575772d995c205a ssh-agent -k 10:10:11 unset SSH_AUTH_SOCK; 10:10:11 unset SSH_AGENT_PID; 10:10:11 echo Agent pid 16 killed; 10:10:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:10:13 + git semver [Pipeline] } 10:10:13 $ docker stop --time=1 db9165d5ac850255066e26caa893296710bfc820465b1871b575772d995c205a 10:10:15 $ docker rm -f db9165d5ac850255066e26caa893296710bfc820465b1871b575772d995c205a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 10:10:16 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:10:16 . [Pipeline] withDockerContainer 10:10:16 prd-centos7-docker-4c-2g-26792 does not seem to be running inside a container 10:10:17 $ 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 10:10:19 $ docker top 7625a46758dc90386870254390ace5f69588d6d2c8ab6fe5b6cfa3746db9782b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:10:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:10:20 [ssh-agent] Looking for ssh-agent implementation... 10:10:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:10:21 $ docker exec 7625a46758dc90386870254390ace5f69588d6d2c8ab6fe5b6cfa3746db9782b ssh-agent 10:10:22 SSH_AUTH_SOCK=/tmp/ssh-vt6nesWLhJZh/agent.11 10:10:22 SSH_AGENT_PID=16 10:10:22 Running ssh-add (command line suppressed) 10:10:22 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3942555254213920902.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3942555254213920902.key) 10:10:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:10:23 + git semver push 10:10:23 # -> Open(): unable to determine branch for HEAD 10:10:23 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 10:10:23 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 10:10:23 # $SEMVER_REMOTE_NAME = origin 10:10:23 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:10:23 # $SEMVER_USER_NAME = edgex-jenkins 10:10:23 # $SEMVER_BRANCH = master 10:10:23 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 10:10:30 $ docker exec --env ******** --env ******** 7625a46758dc90386870254390ace5f69588d6d2c8ab6fe5b6cfa3746db9782b ssh-agent -k 10:10:30 unset SSH_AUTH_SOCK; 10:10:30 unset SSH_AGENT_PID; 10:10:30 echo Agent pid 16 killed; 10:10:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:10:32 + git semver [Pipeline] } 10:10:32 $ docker stop --time=1 7625a46758dc90386870254390ace5f69588d6d2c8ab6fe5b6cfa3746db9782b 10:10:34 $ docker rm -f 7625a46758dc90386870254390ace5f69588d6d2c8ab6fe5b6cfa3746db9782b [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 10:10:36 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:10:37 ---> package-listing.sh 10:10:37 ++ tr '[:upper:]' '[:lower:]' 10:10:37 ++ facter osfamily 10:10:38 + OS_FAMILY=redhat 10:10:38 + workspace=/w/workspace/dgexfoundry_device-sdk-go_master 10:10:38 + START_PACKAGES=/tmp/packages_start.txt 10:10:38 + END_PACKAGES=/tmp/packages_end.txt 10:10:38 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:10:38 + PACKAGES=/tmp/packages_start.txt 10:10:38 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 10:10:38 + PACKAGES=/tmp/packages_end.txt 10:10:38 + case "${OS_FAMILY}" in 10:10:38 + rpm -qa 10:10:38 + sort 10:10:45 + '[' -f /tmp/packages_start.txt ']' 10:10:45 + '[' -f /tmp/packages_end.txt ']' 10:10:45 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:10:45 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 10:10:45 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ 10:10:45 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [Pipeline] echo 10:10:45 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 10:10:45 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 10:10:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:10:46 10:10:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 10:10:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:10:47 alpine: Pulling from edgex-lftools-log-publisher 10:10:47 df20fa9351a1: Pulling fs layer 10:10:47 36b3adc4ff6f: Pulling fs layer 10:10:47 8ad3a11d3b57: Pulling fs layer 10:10:47 46f8f816bc3b: Pulling fs layer 10:10:47 93b61091891f: Pulling fs layer 10:10:47 93b9cdb0e59b: Pulling fs layer 10:10:47 5e14af77c1be: Pulling fs layer 10:10:47 01666e4c0597: Pulling fs layer 10:10:47 aa168da1d23b: Pulling fs layer 10:10:47 93b9cdb0e59b: Waiting 10:10:47 5e14af77c1be: Waiting 10:10:47 46f8f816bc3b: Waiting 10:10:47 93b61091891f: Waiting 10:10:47 01666e4c0597: Waiting 10:10:47 aa168da1d23b: Waiting 10:10:47 36b3adc4ff6f: Verifying Checksum 10:10:47 36b3adc4ff6f: Download complete 10:10:47 46f8f816bc3b: Verifying Checksum 10:10:47 46f8f816bc3b: Download complete 10:10:47 df20fa9351a1: Verifying Checksum 10:10:47 df20fa9351a1: Download complete 10:10:47 93b9cdb0e59b: Verifying Checksum 10:10:47 93b9cdb0e59b: Download complete 10:10:47 5e14af77c1be: Verifying Checksum 10:10:47 5e14af77c1be: Download complete 10:10:47 01666e4c0597: Verifying Checksum 10:10:47 01666e4c0597: Download complete 10:10:47 93b61091891f: Download complete 10:10:48 df20fa9351a1: Pull complete 10:10:48 8ad3a11d3b57: Verifying Checksum 10:10:48 36b3adc4ff6f: Pull complete 10:10:50 8ad3a11d3b57: Pull complete 10:10:50 46f8f816bc3b: Pull complete 10:10:51 93b61091891f: Pull complete 10:10:52 93b9cdb0e59b: Pull complete 10:10:52 5e14af77c1be: Pull complete 10:10:53 01666e4c0597: Pull complete 10:10:54 aa168da1d23b: Verifying Checksum 10:10:54 aa168da1d23b: Download complete 10:11:13 aa168da1d23b: Pull complete 10:11:13 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 10:11:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:11:13 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 10:11:14 prd-centos7-docker-4c-2g-26792 does not seem to be running inside a container 10:11:14 $ 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 10:11:18 $ docker top 427bb2c23b2eacc6030f9da824c6d91b06b150c0eeb5f5cd056d47c4c1359f55 -eo pid,comm [Pipeline] { [Pipeline] sh 10:11:20 + touch /tmp/pre-build-complete [Pipeline] sh 10:11:22 + mkdir -p /var/log/sa [Pipeline] sh 10:11:22 + ls /var/log/sa-host 10:11:22 + sadf -c /var/log/sa-host/sa18 10:11:22 file_magic: OK 10:11:22 HZ: Using current value: 100 10:11:22 file_header: OK 10:11:22 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 10:11:22 Statistics: 10:11:22 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 10:11:22 File successfully converted to sysstat format version 12.2.1 10:11:22 + sadf -c /var/log/sa-host/sa23 10:11:22 file_magic: OK 10:11:22 HZ: Using current value: 100 10:11:22 file_header: OK 10:11:22 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 10:11:22 Statistics: 10:11:22 Hnuu...uuuununununu... 10:11:22 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:11:23 provisioning config files... 10:11:23 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1275247682806100427tmp [Pipeline] { [Pipeline] echo 10:11:23 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:11:24 ---> create-netrc.sh [Pipeline] } 10:11:24 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 10:11:24 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 10:11:24 ---> python-tools-install.sh [Pipeline] echo 10:11:24 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 10:11:25 ---> sudo-logs.sh 10:11:25 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 10:11:25 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 10:11:25 ---> job-cost.sh 10:11:26 lf-activate-venv: SKIPPING 10:11:26 INFO: No Stack... 10:11:27 INFO: Retrieving Pricing Info for: v1-standard-2 10:11:27 INFO: Archiving Costs [Pipeline] echo 10:11:27 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:11:28 ---> logs-deploy.sh 10:11:28 lf-activate-venv: SKIPPING 10:11:28 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/117 10:11:28 INFO: archiving workspace using pattern(s): 10:11:30 Archives upload complete. 10:11:30 INFO: archiving logs to Nexus 10:11:32 ---> uname -a: 10:11:32 Linux prd-centos7-docker-4c-2g-26792.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 10:11:32 10:11:32 10:11:32 ---> lscpu: 10:11:32 Architecture: x86_64 10:11:32 CPU op-mode(s): 32-bit, 64-bit 10:11:32 Byte Order: Little Endian 10:11:32 Address sizes: 40 bits physical, 48 bits virtual 10:11:32 CPU(s): 4 10:11:32 On-line CPU(s) list: 0-3 10:11:32 Thread(s) per core: 1 10:11:32 Core(s) per socket: 1 10:11:32 Socket(s): 4 10:11:32 NUMA node(s): 1 10:11:32 Vendor ID: GenuineIntel 10:11:32 CPU family: 6 10:11:32 Model: 44 10:11:32 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 10:11:32 Stepping: 1 10:11:32 CPU MHz: 2933.438 10:11:32 BogoMIPS: 5866.87 10:11:32 Virtualization: VT-x 10:11:32 Hypervisor vendor: KVM 10:11:32 Virtualization type: full 10:11:32 L1d cache: 128 KiB 10:11:32 L1i cache: 128 KiB 10:11:32 L2 cache: 16 MiB 10:11:32 L3 cache: 64 MiB 10:11:32 NUMA node0 CPU(s): 0-3 10:11:32 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 10:11:32 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 10:11:32 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 10:11:32 Vulnerability Meltdown: Mitigation; PTI 10:11:32 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 10:11:32 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 10:11:32 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 10:11:32 Vulnerability Srbds: Not affected 10:11:32 Vulnerability Tsx async abort: Not affected 10:11:32 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 10:11:32 10:11:32 10:11:32 ---> nproc: 10:11:32 4 10:11:32 10:11:32 10:11:32 ---> df -h: 10:11:32 Filesystem Size Used Available Use% Mounted on 10:11:32 overlay 50.0G 8.5G 41.4G 17% / 10:11:32 tmpfs 64.0M 0 64.0M 0% /dev 10:11:32 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 10:11:32 shm 64.0M 0 64.0M 0% /dev/shm 10:11:32 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 10:11:32 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 10:11:32 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 10:11:32 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 10:11:32 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dgexfoundry_device-sdk-go_master 10:11:32 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dgexfoundry_device-sdk-go_master@tmp 10:11:32 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 10:11:32 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 10:11:32 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 10:11:32 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 10:11:32 10:11:32 10:11:32 ---> free -m: 10:11:32 total used free shared buff/cache available 10:11:32 Mem: 1837 833 148 0 855 939 10:11:32 Swap: 1023 3 1020 10:11:32 10:11:32 10:11:32 ---> ip addr: 10:11:32 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 10:11:32 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 10:11:32 inet 127.0.0.1/8 scope host lo 10:11:32 valid_lft forever preferred_lft forever 10:11:32 inet6 ::1/128 scope host 10:11:32 valid_lft forever preferred_lft forever 10:11:32 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 10:11:32 link/ether fa:16:3e:e6:fa:b8 brd ff:ff:ff:ff:ff:ff 10:11:32 inet 10.30.123.36/23 brd 10.30.123.255 scope global dynamic eth0 10:11:32 valid_lft 85636sec preferred_lft 85636sec 10:11:32 inet6 fe80::f816:3eff:fee6:fab8/64 scope link 10:11:32 valid_lft forever preferred_lft forever 10:11:32 3: docker0: mtu 1500 qdisc noqueue state DOWN 10:11:32 link/ether 02:42:09:e5:cb:07 brd ff:ff:ff:ff:ff:ff 10:11:32 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 10:11:32 valid_lft forever preferred_lft forever 10:11:32 inet6 fe80::42:9ff:fee5:cb07/64 scope link 10:11:32 valid_lft forever preferred_lft forever 10:11:32 10:11:32 10:11:32 ---> sar -b -r -n DEV: 10:11:32 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/18/21 _x86_64_ (4 CPU) 10:11:32 10:11:32 09:58:35 LINUX RESTART (4 CPU) 10:11:32 10:11:32 09:59:03 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 10:11:32 10:00:01 161.41 90.51 70.90 0.00 5845.72 37979.35 0.00 10:11:32 10:01:01 30.91 11.41 19.50 0.00 4404.72 2214.43 0.00 10:11:32 10:02:01 2.00 0.08 1.91 0.00 1.62 40.40 0.00 10:11:32 10:03:01 0.51 0.00 0.51 0.00 0.00 8.11 0.00 10:11:32 10:04:01 0.27 0.00 0.27 0.00 0.00 4.15 0.00 10:11:32 10:05:01 0.35 0.00 0.35 0.00 0.00 5.15 0.00 10:11:32 10:06:01 0.28 0.00 0.28 0.00 0.00 3.64 0.00 10:11:32 10:07:01 0.23 0.00 0.23 0.00 0.00 3.16 0.00 10:11:32 10:08:01 239.54 146.90 92.65 0.00 6169.19 33195.62 0.00 10:11:32 10:09:02 123.03 65.99 57.04 0.00 3061.63 11743.99 0.00 10:11:32 10:10:01 185.72 66.85 118.87 0.00 3590.28 21848.33 0.00 10:11:32 10:11:01 109.61 56.16 53.44 0.00 4313.26 15096.55 0.00 10:11:32 Average: 70.94 36.40 34.54 0.00 2276.59 10114.29 0.00 10:11:32 10:11:32 09:59:03 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 10:11:32 10:00:01 71056 0 591632 31.44 2620 1216236 1096388 37.42 416836 1197172 9344 10:11:32 10:01:01 139256 0 638976 33.96 2620 1100692 1185504 40.46 442548 1099328 132 10:11:32 10:02:01 154136 0 623968 33.16 2620 1100820 1086836 37.09 443492 1086316 20 10:11:32 10:03:01 150868 0 627208 33.33 2620 1100848 1087208 37.10 443652 1089428 12 10:11:32 10:04:01 151024 0 627076 33.33 2620 1100824 1087100 37.10 453924 1078496 8 10:11:32 10:05:01 152496 0 625596 33.25 2620 1100832 1086968 37.10 449844 1081800 8 10:11:32 10:06:01 152708 0 625384 33.24 2620 1100832 1086932 37.10 449784 1081796 8 10:11:32 10:07:01 151800 0 626100 33.28 2620 1101024 1086932 37.10 450864 1081796 8 10:11:32 10:08:01 156228 0 742456 39.46 2620 980240 1687248 57.58 490540 985436 44 10:11:32 10:09:02 74412 0 762188 40.51 2596 1042348 1501480 51.24 671260 883804 75136 10:11:32 10:10:01 120256 0 814084 43.27 1492 945712 1470392 50.18 685908 733784 78092 10:11:32 10:11:01 77904 0 846240 44.98 1492 955908 1635376 55.81 687720 777960 5424 10:11:32 Average: 129345 0 679242 36.10 2430 1070526 1258197 42.94 507198 1014760 14020 10:11:32 10:11:32 09:59:03 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 10:11:32 10:00:01 eth0 184.73 124.61 737.37 54.56 0.00 0.00 0.00 0.00 10:11:32 10:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:11:32 10:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:11:32 10:01:01 eth0 78.23 67.58 364.73 45.79 0.00 0.00 0.00 0.00 10:11:32 10:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:11:32 10:01:01 docker0 9.95 8.59 1.48 23.60 0.00 0.00 0.00 0.00 10:11:32 10:02:01 eth0 0.76 0.08 0.06 0.01 0.00 0.00 0.00 0.00 10:11:32 10:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:11:32 10:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:11:32 10:03:01 eth0 1.97 1.13 3.16 0.23 0.00 0.00 0.00 0.00 10:11:32 10:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:11:32 10:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:11:32 10:04:01 eth0 1.00 0.38 0.32 0.24 0.00 0.00 0.00 0.00 10:11:32 10:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:11:32 10:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:11:32 10:05:01 eth0 0.58 0.45 0.34 0.27 0.00 0.00 0.00 0.00 10:11:32 10:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:11:32 10:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:11:32 10:06:01 eth0 0.23 0.18 0.07 0.02 0.00 0.00 0.00 0.00 10:11:32 10:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:11:32 10:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:11:32 10:07:01 eth0 0.42 0.35 0.37 0.10 0.00 0.00 0.00 0.00 10:11:32 10:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:11:32 10:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:11:32 10:08:01 vethca8a34e 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 10:11:32 10:08:01 eth0 413.25 362.53 4076.51 35.34 0.00 0.00 0.00 0.00 10:11:32 10:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:11:32 10:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:11:32 10:09:02 eth0 441.53 394.04 3399.80 41.59 0.00 0.00 0.00 0.00 10:11:32 10:09:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:11:32 10:09:02 docker0 46.22 50.22 4.19 199.86 0.00 0.00 0.00 0.00 10:11:32 10:10:01 veth5fca0ad 29.09 60.60 2.09 222.30 0.00 0.00 0.00 0.00 10:11:32 10:10:01 eth0 133.27 68.84 258.09 75.61 0.00 0.00 0.00 0.00 10:11:32 10:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:11:32 10:10:01 docker0 29.09 60.47 1.69 222.29 0.00 0.00 0.00 0.00 10:11:32 10:11:01 eth0 231.06 192.70 2199.10 68.25 0.00 0.00 0.00 0.00 10:11:32 10:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:11:32 10:11:01 docker0 1.79 1.28 0.29 0.29 0.00 0.00 0.00 0.00 10:11:32 Average: eth0 124.10 101.35 924.09 26.76 0.00 0.00 0.00 0.00 10:11:32 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:11:32 Average: docker0 7.27 10.03 0.64 37.13 0.00 0.00 0.00 0.00 10:11:32 10:11:32 10:11:32 ---> sar -P ALL: 10:11:32 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/18/21 _x86_64_ (4 CPU) 10:11:32 10:11:32 09:58:35 LINUX RESTART (4 CPU) 10:11:32 10:11:32 09:59:03 CPU %user %nice %system %iowait %steal %idle 10:11:32 10:00:01 all 12.57 0.00 8.97 9.10 24.65 44.71 10:11:32 10:00:01 0 10.97 0.00 8.34 8.42 26.44 45.84 10:11:32 10:00:01 1 14.69 0.00 8.90 10.89 23.49 42.03 10:11:32 10:00:01 2 13.69 0.00 11.67 8.09 23.16 43.40 10:11:32 10:00:01 3 11.02 0.00 7.03 9.04 25.42 47.48 10:11:32 10:01:01 all 2.36 0.00 3.39 0.92 14.37 78.96 10:11:32 10:01:01 0 2.64 0.00 3.22 1.32 15.88 76.93 10:11:32 10:01:01 1 2.15 0.00 3.56 0.42 13.60 80.28 10:11:32 10:01:01 2 2.17 0.00 3.14 0.31 13.94 80.45 10:11:32 10:01:01 3 2.47 0.00 3.65 1.64 14.04 78.20 10:11:32 10:02:01 all 0.12 0.00 0.07 0.01 0.65 99.16 10:11:32 10:02:01 0 0.03 0.00 0.02 0.02 0.79 99.14 10:11:32 10:02:01 1 0.07 0.00 0.14 0.00 0.51 99.29 10:11:32 10:02:01 2 0.35 0.00 0.05 0.00 0.56 99.04 10:11:32 10:02:01 3 0.02 0.00 0.07 0.02 0.72 99.17 10:11:32 10:03:01 all 0.11 0.00 0.14 0.00 2.25 97.50 10:11:32 10:03:01 0 0.08 0.00 0.07 0.00 3.09 96.76 10:11:32 10:03:01 1 0.08 0.00 0.20 0.00 1.84 97.88 10:11:32 10:03:01 2 0.18 0.00 0.23 0.00 1.94 97.65 10:11:32 10:03:01 3 0.10 0.00 0.05 0.00 2.13 97.72 10:11:32 10:04:01 all 0.10 0.00 0.05 0.00 1.10 98.75 10:11:32 10:04:01 0 0.03 0.00 0.02 0.00 0.98 98.97 10:11:32 10:04:01 1 0.25 0.00 0.05 0.00 1.48 98.22 10:11:32 10:04:01 2 0.12 0.00 0.07 0.00 1.42 98.40 10:11:32 10:04:01 3 0.02 0.00 0.05 0.00 0.51 99.42 10:11:32 10:05:01 all 0.11 0.00 0.12 0.00 1.88 97.89 10:11:32 10:05:01 0 0.03 0.00 0.05 0.00 2.24 97.67 10:11:32 10:05:01 1 0.25 0.00 0.16 0.00 2.23 97.36 10:11:32 10:05:01 2 0.17 0.00 0.10 0.00 1.52 98.21 10:11:32 10:05:01 3 0.00 0.00 0.15 0.00 1.54 98.31 10:11:32 10:06:01 all 0.12 0.00 0.05 0.00 0.14 99.69 10:11:32 10:06:01 0 0.00 0.00 0.05 0.00 0.27 99.68 10:11:32 10:06:01 1 0.03 0.00 0.05 0.00 0.05 99.87 10:11:32 10:06:01 2 0.45 0.00 0.07 0.00 0.17 99.32 10:11:32 10:06:01 3 0.02 0.00 0.02 0.00 0.07 99.90 10:11:32 10:07:01 all 0.08 0.00 0.04 0.00 0.88 99.00 10:11:32 10:07:01 0 0.03 0.00 0.02 0.00 0.50 99.45 10:11:32 10:07:01 1 0.05 0.00 0.03 0.00 0.94 98.97 10:11:32 10:07:01 2 0.25 0.00 0.05 0.00 1.94 97.76 10:11:32 10:07:01 3 0.00 0.00 0.05 0.00 0.12 99.83 10:11:32 10:08:01 all 4.10 0.00 4.36 0.67 31.79 59.08 10:11:32 10:08:01 0 4.32 0.00 4.64 0.75 34.76 55.52 10:11:32 10:08:01 1 3.87 0.00 4.51 1.04 31.56 59.03 10:11:32 10:08:01 2 3.85 0.00 3.92 0.56 31.33 60.35 10:11:32 10:08:01 3 4.39 0.00 4.36 0.32 29.45 61.49 10:11:32 10:09:02 all 3.33 0.00 4.26 2.99 25.12 64.30 10:11:32 10:09:02 0 2.93 0.00 3.96 2.87 27.64 62.59 10:11:32 10:09:02 1 3.94 0.00 3.83 2.01 26.29 63.94 10:11:32 10:09:02 2 2.93 0.00 4.05 3.78 22.37 66.87 10:11:32 10:09:02 3 3.49 0.00 5.23 3.34 24.07 63.86 10:11:32 10:10:01 all 6.05 0.00 5.98 1.87 24.20 61.90 10:11:32 10:10:01 0 4.58 0.00 5.52 0.94 25.38 63.58 10:11:32 10:10:01 1 4.27 0.00 5.73 0.58 24.45 64.98 10:11:32 10:10:01 2 10.38 0.00 7.13 3.82 23.13 55.54 10:11:32 10:10:01 3 5.14 0.00 5.59 2.24 23.79 63.23 10:11:32 10:11:32 10:10:01 CPU %user %nice %system %iowait %steal %idle 10:11:32 10:11:01 all 3.63 0.00 6.46 2.22 22.15 65.54 10:11:32 10:11:01 0 2.67 0.00 5.91 1.27 23.11 67.04 10:11:32 10:11:01 1 3.83 0.00 7.00 0.62 22.60 65.95 10:11:32 10:11:01 2 4.84 0.00 5.82 6.28 21.58 61.48 10:11:32 10:11:01 3 3.21 0.00 7.10 0.74 21.27 67.68 10:11:32 Average: all 2.85 0.00 2.96 1.55 13.13 79.51 10:11:32 Average: 0 2.49 0.00 2.81 1.36 14.26 79.07 10:11:32 Average: 1 2.91 0.00 2.99 1.34 13.16 79.60 10:11:32 Average: 2 3.39 0.00 3.14 1.97 12.54 78.96 10:11:32 Average: 3 2.61 0.00 2.92 1.51 12.55 80.41 10:11:32 10:11:32 10:11:32