Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e2b795a37b7f4058c403051823a7e04e4e702841 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-30288 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision e2b795a37b7f4058c403051823a7e04e4e702841 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f e2b795a37b7f4058c403051823a7e04e4e702841 # timeout=10 Commit message: "Merge pull request #824 from hahattan/cbor" > git rev-list --no-walk e34679e4f02bbc164353b5eb88e70f6c516b0d21 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 09:36:25 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 09:36:25 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 09:36:25 ========================================================= 09:36:25 EdgeX Global Pipelines Version Info 09:36:25 ========================================================= [Pipeline] libraryResource [Pipeline] sh 09:36:27 ------------------- 09:36:27 stable info: 09:36:27 ------------------- 09:36:27 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:36:27 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 09:36:27 Message: update stable to v1.0.186 09:36:27 ------------------- 09:36:27 experimental info: 09:36:27 ------------------- 09:36:27 Commited By: **** collab-it+edgex@linuxfoundation.org 09:36:27 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 09:36:27 Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 09:36:28 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 09:36:28 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 09:36:28 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 09:36:28 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 09:36:28 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 09:36:28 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 09:36:28 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 09:36:28 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 09:36:29 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 09:36:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 09:36:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 09:36:29 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 09:36:29 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 09:36:29 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 09:36:29 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 09:36:29 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 09:36:29 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 09:36:29 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 09:36:29 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 09:36:30 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 09:36:30 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 09:36:30 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 09:36:30 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 09:36:30 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 09:36:30 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 09:36:30 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 09:36:30 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 09:36:30 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 09:36:31 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 09:36:31 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e2b795a37b7f4058c403051823a7e04e4e702841 [Pipeline] echo 09:36:31 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e2b795a [Pipeline] echo 09:36:31 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:36:31 provisioning config files... 09:36:31 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config3517448774882059865tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:36:31 ---> docker-login.sh 09:36:31 nexus3.edgexfoundry.org:10001 09:36:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:36:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:36:32 Configure a credential helper to remove this warning. See 09:36:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:36:32 09:36:32 Login Succeeded 09:36:32 nexus3.edgexfoundry.org:10002 09:36:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:36:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:36:32 Configure a credential helper to remove this warning. See 09:36:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:36:32 09:36:32 Login Succeeded 09:36:32 nexus3.edgexfoundry.org:10003 09:36:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:36:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:36:32 Configure a credential helper to remove this warning. See 09:36:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:36:32 09:36:32 Login Succeeded 09:36:32 nexus3.edgexfoundry.org:10004 09:36:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:36:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:36:32 Configure a credential helper to remove this warning. See 09:36:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:36:32 09:36:32 Login Succeeded 09:36:32 docker.io 09:36:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:36:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:36:33 Configure a credential helper to remove this warning. See 09:36:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:36:33 09:36:33 Login Succeeded 09:36:33 ---> docker-login.sh ends [Pipeline] } 09:36:33 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 09:36:34 + git log --format=format:%s -1 e2b795a37b7f4058c403051823a7e04e4e702841 [Pipeline] echo 09:36:34 GIT_COMMIT: e2b795a37b7f4058c403051823a7e04e4e702841, Commit Message: Merge pull request #824 from hahattan/cbor [Pipeline] echo 09:36:34 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 09:36:35 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:36:35 09:36:35 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 09:36:35 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:36:35 latest: Pulling from edgex-devops/git-semver 09:36:35 31603596830f: Pulling fs layer 09:36:35 2a8b12db71e7: Pulling fs layer 09:36:35 6ca5941a6612: Pulling fs layer 09:36:35 ecc8261a40a4: Pulling fs layer 09:36:35 ecc8261a40a4: Waiting 09:36:35 2a8b12db71e7: Verifying Checksum 09:36:35 2a8b12db71e7: Download complete 09:36:35 31603596830f: Verifying Checksum 09:36:35 31603596830f: Download complete 09:36:35 6ca5941a6612: Verifying Checksum 09:36:35 6ca5941a6612: Download complete 09:36:35 ecc8261a40a4: Verifying Checksum 09:36:35 ecc8261a40a4: Download complete 09:36:36 31603596830f: Pull complete 09:36:36 2a8b12db71e7: Pull complete 09:36:37 6ca5941a6612: Pull complete 09:36:37 ecc8261a40a4: Pull complete 09:36:37 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 09:36:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:36:37 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 09:36:37 prd-centos7-docker-4c-2g-30288 does not seem to be running inside a container 09:36:37 $ 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 09:36:39 $ docker top beae3591a896e98a135f2b640d3670a9df1701777c2a6be154a3ba49c290022f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:36:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:36:39 [ssh-agent] Looking for ssh-agent implementation... 09:36:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:36:39 $ docker exec beae3591a896e98a135f2b640d3670a9df1701777c2a6be154a3ba49c290022f ssh-agent 09:36:40 SSH_AUTH_SOCK=/tmp/ssh-HwZsSs8QYUGa/agent.12 09:36:40 SSH_AGENT_PID=17 09:36:40 Running ssh-add (command line suppressed) 09:36:40 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_32640848122293295.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_32640848122293295.key) 09:36:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:36:40 + git tag --points-at HEAD [Pipeline] } 09:36:40 $ docker exec --env ******** --env ******** beae3591a896e98a135f2b640d3670a9df1701777c2a6be154a3ba49c290022f ssh-agent -k 09:36:40 unset SSH_AUTH_SOCK; 09:36:40 unset SSH_AGENT_PID; 09:36:40 echo Agent pid 17 killed; 09:36:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 09:36:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:36:40 [ssh-agent] Looking for ssh-agent implementation... 09:36:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:36:41 $ docker exec beae3591a896e98a135f2b640d3670a9df1701777c2a6be154a3ba49c290022f ssh-agent 09:36:41 SSH_AUTH_SOCK=/tmp/ssh-BGq9vEo8IKzD/agent.45 09:36:41 SSH_AGENT_PID=51 09:36:41 Running ssh-add (command line suppressed) 09:36:41 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4952173838055786529.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4952173838055786529.key) 09:36:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:36:41 + git semver init 09:36:41 # -> Open(): unable to determine branch for HEAD 09:36:41 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 09:36:41 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 09:36:41 # $SEMVER_REMOTE_NAME = origin 09:36:41 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:36:41 # $SEMVER_USER_NAME = edgex-jenkins 09:36:41 # $SEMVER_BRANCH = master 09:36:41 # $SEMVER_TEMP = /tmp/semver-100562552 09:36:41 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 09:36:42 # '/tmp/semver-100562552' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' 09:36:42 # -> Force: false 09:36:42 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 09:36:42 $ docker exec --env ******** --env ******** beae3591a896e98a135f2b640d3670a9df1701777c2a6be154a3ba49c290022f ssh-agent -k 09:36:42 unset SSH_AUTH_SOCK; 09:36:42 unset SSH_AGENT_PID; 09:36:42 echo Agent pid 51 killed; 09:36:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:36:43 + git semver [Pipeline] } 09:36:43 $ docker stop --time=1 beae3591a896e98a135f2b640d3670a9df1701777c2a6be154a3ba49c290022f 09:36:44 $ docker rm -f beae3591a896e98a135f2b640d3670a9df1701777c2a6be154a3ba49c290022f [Pipeline] // withDockerContainer [Pipeline] sh 09:36:45 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 09:36:45 Stashed 1 file(s) [Pipeline] echo 09:36:45 [edgeXSemver]: initialized semver on version 2.0.0-dev.25 [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 09:37:01 Still waiting to schedule task 09:37:01 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-30288’ 09:37:01 Still waiting to schedule task 09:37:01 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 09:38:47 Running on prd-ubuntu18.04-docker-arm64-4c-16g-30289 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 09:38:47 Running in /w/workspace/device-sdk-go/130 [Pipeline] { [Pipeline] checkout 09:38:53 using credential edgex-jenkins-ssh 09:38:53 Cloning the remote Git repository 09:38:53 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 09:38:53 > git init /w/workspace/device-sdk-go/130 # timeout=10 09:38:53 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 09:38:53 > git --version # timeout=10 09:38:53 > git --version # 'git version 2.17.1' 09:38:53 using GIT_SSH to set credentials SSH Credentials for GitHub 09:38:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:38:54 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 09:38:54 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:38:54 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 09:38:54 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 09:38:54 using GIT_SSH to set credentials SSH Credentials for GitHub 09:38:54 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 09:38:55 Checking out Revision e2b795a37b7f4058c403051823a7e04e4e702841 (master) 09:38:55 > git config core.sparsecheckout # timeout=10 09:38:55 > git checkout -f e2b795a37b7f4058c403051823a7e04e4e702841 # timeout=10 09:38:56 Running on prd-centos7-docker-4c-2g-30291 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 09:38:56 Running in /w/workspace/device-sdk-go/130 [Pipeline] { [Pipeline] checkout 09:38:59 using credential edgex-jenkins-ssh 09:38:59 Cloning the remote Git repository 09:38:59 Commit message: "Merge pull request #824 from hahattan/cbor" 09:38:59 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 09:38:59 > git init /w/workspace/device-sdk-go/130 # timeout=10 09:38:59 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 09:38:59 > git --version # timeout=10 09:38:59 > git --version # 'git version 2.24.3' 09:38:59 using GIT_SSH to set credentials SSH Credentials for GitHub 09:38:59 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:39:00 Checking out Revision e2b795a37b7f4058c403051823a7e04e4e702841 (master) 09:39:00 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 09:39:00 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:39:00 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 09:39:00 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 09:39:00 using GIT_SSH to set credentials SSH Credentials for GitHub 09:39:00 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 09:39:00 > git config core.sparsecheckout # timeout=10 09:39:00 > git checkout -f e2b795a37b7f4058c403051823a7e04e4e702841 # timeout=10 09:39:01 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 09:39:01 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 09:39:02 + + sudo service docker restart 09:39:02 true 09:39:04 Commit message: "Merge pull request #824 from hahattan/cbor" [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:39:04 provisioning config files... 09:39:04 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/130@tmp/config2895815221647874203tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:39:05 ---> docker-login.sh 09:39:05 nexus3.edgexfoundry.org:10001 09:39:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:39:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:39:06 Configure a credential helper to remove this warning. See 09:39:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:39:06 09:39:06 Login Succeeded 09:39:06 nexus3.edgexfoundry.org:10002 09:39:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:39:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:39:07 Configure a credential helper to remove this warning. See 09:39:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:39:07 09:39:07 Login Succeeded 09:39:07 nexus3.edgexfoundry.org:10003 09:39:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:39:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:39:07 Configure a credential helper to remove this warning. See 09:39:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:39:07 09:39:07 Login Succeeded [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) 09:39:07 nexus3.edgexfoundry.org:10004 [Pipeline] script [Pipeline] { [Pipeline] sh 09:39:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:39:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:39:07 Configure a credential helper to remove this warning. See 09:39:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:39:07 09:39:07 Login Succeeded 09:39:07 docker.io 09:39:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:39:08 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 09:39:08 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 09:39:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:39:08 Configure a credential helper to remove this warning. See 09:39:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:39:08 09:39:08 Login Succeeded 09:39:08 ---> docker-login.sh ends [Pipeline] } 09:39:08 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv 09:39:08 + sudo service docker restart 09:39:08 + true 09:39:08 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 09:39:09 ========================================================= 09:39:09 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 09:39:09 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:39:09 + 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 . 09:39:09 Sending build context to Docker daemon 2.265MB 09:39:09 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 09:39:09 Step 2/8 : FROM ${BASE} [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:39:10 provisioning config files... 09:39:10 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/130@tmp/config5091544792007665591tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:39:10 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 09:39:10 5f621e34cdf4: Pulling fs layer 09:39:10 a4357932f1b6: Pulling fs layer 09:39:10 18c013af1878: Pulling fs layer 09:39:10 00ac8860ef70: Pulling fs layer 09:39:10 63d7cb157983: Pulling fs layer 09:39:10 b116817d02f9: Pulling fs layer 09:39:10 745a02a5169b: Pulling fs layer 09:39:10 00ac8860ef70: Waiting 09:39:10 63d7cb157983: Waiting 09:39:10 b116817d02f9: Waiting 09:39:10 745a02a5169b: Waiting 09:39:10 18c013af1878: Verifying Checksum 09:39:10 18c013af1878: Download complete 09:39:10 a4357932f1b6: Verifying Checksum 09:39:10 a4357932f1b6: Download complete 09:39:10 63d7cb157983: Download complete 09:39:10 b116817d02f9: Verifying Checksum 09:39:10 b116817d02f9: Download complete 09:39:10 5f621e34cdf4: Verifying Checksum 09:39:10 5f621e34cdf4: Download complete 09:39:10 ---> docker-login.sh 09:39:10 nexus3.edgexfoundry.org:10001 09:39:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:39:10 5f621e34cdf4: Pull complete 09:39:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:39:10 Configure a credential helper to remove this warning. See 09:39:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:39:10 09:39:10 Login Succeeded 09:39:10 nexus3.edgexfoundry.org:10002 09:39:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:39:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:39:11 Configure a credential helper to remove this warning. See 09:39:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:39:11 09:39:11 Login Succeeded 09:39:11 nexus3.edgexfoundry.org:10003 09:39:11 a4357932f1b6: Pull complete 09:39:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:39:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:39:11 Configure a credential helper to remove this warning. See 09:39:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:39:11 09:39:11 Login Succeeded 09:39:11 nexus3.edgexfoundry.org:10004 09:39:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:39:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:39:11 Configure a credential helper to remove this warning. See 09:39:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:39:11 09:39:11 Login Succeeded 09:39:11 docker.io 09:39:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:39:12 18c013af1878: Pull complete 09:39:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:39:12 Configure a credential helper to remove this warning. See 09:39:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:39:12 09:39:12 Login Succeeded 09:39:12 ---> docker-login.sh ends [Pipeline] } 09:39:12 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 09:39:12 ========================================================= 09:39:12 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 09:39:12 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:39:12 + 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 . 09:39:12 Sending build context to Docker daemon 2.266MB 09:39:12 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 09:39:12 Step 2/8 : FROM ${BASE} 09:39:12 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 09:39:12 188c0c94c7c5: Pulling fs layer 09:39:12 0ef7d3d256c8: Pulling fs layer 09:39:12 de9db76c5a1d: Pulling fs layer 09:39:12 bca2f99d35d6: Pulling fs layer 09:39:12 93359f2a8cfa: Pulling fs layer 09:39:12 7c6f9722023f: Pulling fs layer 09:39:12 a35cf1a2eb13: Pulling fs layer 09:39:12 bca2f99d35d6: Waiting 09:39:12 93359f2a8cfa: Waiting 09:39:12 7c6f9722023f: Waiting 09:39:12 a35cf1a2eb13: Waiting 09:39:13 de9db76c5a1d: Verifying Checksum 09:39:13 de9db76c5a1d: Download complete 09:39:13 0ef7d3d256c8: Verifying Checksum 09:39:13 0ef7d3d256c8: Download complete 09:39:13 93359f2a8cfa: Verifying Checksum 09:39:13 93359f2a8cfa: Download complete 09:39:13 7c6f9722023f: Verifying Checksum 09:39:13 7c6f9722023f: Download complete 09:39:13 188c0c94c7c5: Verifying Checksum 09:39:13 188c0c94c7c5: Download complete 09:39:13 745a02a5169b: Verifying Checksum 09:39:13 745a02a5169b: Download complete 09:39:13 188c0c94c7c5: Pull complete 09:39:13 0ef7d3d256c8: Pull complete 09:39:13 de9db76c5a1d: Pull complete 09:39:14 00ac8860ef70: Verifying Checksum 09:39:14 00ac8860ef70: Download complete 09:39:15 a35cf1a2eb13: Verifying Checksum 09:39:15 a35cf1a2eb13: Download complete 09:39:16 bca2f99d35d6: Verifying Checksum 09:39:16 bca2f99d35d6: Download complete 09:39:21 bca2f99d35d6: Pull complete 09:39:21 93359f2a8cfa: Pull complete 09:39:21 7c6f9722023f: Pull complete 09:39:25 00ac8860ef70: Pull complete 09:39:25 63d7cb157983: Pull complete 09:39:25 b116817d02f9: Pull complete 09:39:26 a35cf1a2eb13: Pull complete 09:39:26 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 09:39:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 09:39:26 ---> a62c8e92a672 09:39:26 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 09:39:26 ---> Running in 177948b4a347 09:39:26 Removing intermediate container 177948b4a347 09:39:26 ---> 2da127877fa0 09:39:26 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:39:26 ---> Running in bce66d054cb5 09:39:27 Removing intermediate container bce66d054cb5 09:39:27 ---> 1323495c3937 09:39:27 Step 5/8 : RUN apk add --update --no-cache make git 09:39:27 ---> Running in 8fa861e5ed70 09:39:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:39:28 745a02a5169b: Pull complete 09:39:28 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 09:39:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 09:39:28 ---> b7e6874047d6 09:39:28 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 09:39:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:39:29 OK: 166 MiB in 39 packages 09:39:29 Removing intermediate container 8fa861e5ed70 09:39:29 ---> f34cacdf2701 09:39:29 Step 6/8 : WORKDIR /device-sdk-go 09:39:29 ---> Running in d4b773e024f4 09:39:30 Removing intermediate container d4b773e024f4 09:39:30 ---> 86bdb9c3a090 09:39:30 Step 7/8 : COPY . . 09:39:31 ---> fe41f3322ffd 09:39:31 Step 8/8 : RUN go mod download 09:39:31 ---> Running in 5af2431d5874 09:39:32 ---> Running in 0cd65d955d40 09:39:32 Removing intermediate container 0cd65d955d40 09:39:32 ---> 66b752bf38a8 09:39:32 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:39:32 ---> Running in 7034b2688ecd 09:39:35 Removing intermediate container 7034b2688ecd 09:39:35 ---> a17a06ae493c 09:39:35 Step 5/8 : RUN apk add --update --no-cache make git 09:39:35 ---> Running in ffd29e3acb5e 09:39:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:39:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:39:37 OK: 142 MiB in 39 packages 09:39:38 Removing intermediate container ffd29e3acb5e 09:39:38 ---> f2f3a77694eb 09:39:38 Step 6/8 : WORKDIR /device-sdk-go 09:39:38 ---> Running in 09b2b6da22b1 09:39:39 Removing intermediate container 09b2b6da22b1 09:39:39 ---> 8f8188192f12 09:39:39 Step 7/8 : COPY . . 09:39:40 ---> 301c3550a400 09:39:40 Step 8/8 : RUN go mod download 09:39:40 ---> Running in 8c281c32fcd9 09:39:49 Removing intermediate container 5af2431d5874 09:39:49 ---> 6d609cda8d1f 09:39:49 Successfully built 6d609cda8d1f 09:39:49 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 09:39:49 + docker inspect -f . ci-base-image-x86_64 09:39:49 . [Pipeline] withDockerContainer 09:39:49 prd-centos7-docker-4c-2g-30291 does not seem to be running inside a container 09:39:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/130 -v /w/workspace/device-sdk-go/130:/w/workspace/device-sdk-go/130:rw,z -v /w/workspace/device-sdk-go/130@tmp:/w/workspace/device-sdk-go/130@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 09:39:50 $ docker top 7e084eba36ab3c25680b0fd4a6441f9e1ca9b3dd9ac81b4fb8a6c90f82056846 -eo pid,comm [Pipeline] { [Pipeline] sh 09:39:51 + go version 09:39:51 go version go1.15.5 linux/amd64 [Pipeline] } 09:39:51 $ docker stop --time=1 7e084eba36ab3c25680b0fd4a6441f9e1ca9b3dd9ac81b4fb8a6c90f82056846 09:39:52 $ docker rm -f 7e084eba36ab3c25680b0fd4a6441f9e1ca9b3dd9ac81b4fb8a6c90f82056846 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:39:53 + docker inspect -f . ci-base-image-x86_64 09:39:53 . [Pipeline] withDockerContainer 09:39:53 prd-centos7-docker-4c-2g-30291 does not seem to be running inside a container 09:39:53 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/130 -v /w/workspace/device-sdk-go/130:/w/workspace/device-sdk-go/130:rw,z -v /w/workspace/device-sdk-go/130@tmp:/w/workspace/device-sdk-go/130@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 09:39:54 $ docker top cc0ebc77ecc527438377c3f6e9a9caec283a777d81014d32acd3d290a4dd84ca -eo pid,comm [Pipeline] { [Pipeline] sh 09:39:54 + make test 09:39:54 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 09:40:01 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 09:40:07 Removing intermediate container 8c281c32fcd9 09:40:07 ---> c2aaa8d20713 09:40:07 Successfully built c2aaa8d20713 09:40:07 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 09:40:07 + docker inspect -f . ci-base-image-arm64 09:40:07 . [Pipeline] withDockerContainer 09:40:07 prd-ubuntu18.04-docker-arm64-4c-16g-30289 does not seem to be running inside a container 09:40:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/130 -v /w/workspace/device-sdk-go/130:/w/workspace/device-sdk-go/130:rw,z -v /w/workspace/device-sdk-go/130@tmp:/w/workspace/device-sdk-go/130@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 09:40:09 $ docker top 222559e2a6aff2aa8211a23f358011e79f7bb7977e2e8269c9daea741d186fe7 -eo pid,comm [Pipeline] { [Pipeline] sh 09:40:10 + go version 09:40:10 go version go1.15.5 linux/arm64 [Pipeline] } 09:40:10 $ docker stop --time=1 222559e2a6aff2aa8211a23f358011e79f7bb7977e2e8269c9daea741d186fe7 09:40:12 $ docker rm -f 222559e2a6aff2aa8211a23f358011e79f7bb7977e2e8269c9daea741d186fe7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:40:13 + docker inspect -f . ci-base-image-arm64 09:40:13 . [Pipeline] withDockerContainer 09:40:13 prd-ubuntu18.04-docker-arm64-4c-16g-30289 does not seem to be running inside a container 09:40:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/130 -v /w/workspace/device-sdk-go/130:/w/workspace/device-sdk-go/130:rw,z -v /w/workspace/device-sdk-go/130@tmp:/w/workspace/device-sdk-go/130@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 09:40:14 $ docker top 2b8f5880b02c2dcf7ab1c33155a7e8d6b382e6450b9ef8d958b7df531b7a74a4 -eo pid,comm [Pipeline] { [Pipeline] sh 09:40:15 + make test 09:40:15 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 09:40:16 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 09:40:16 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 09:40:16 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 09:40:16 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 09:40:16 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.054s coverage: 25.5% of statements 09:40:17 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.065s coverage: 81.2% of statements 09:40:38 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 09:40:49 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.065s coverage: 10.5% of statements 09:40:49 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 09:40:49 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 09:40:49 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.084s coverage: 32.5% of statements 09:40:49 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 09:40:49 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 09:40:49 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 09:40:49 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.097s coverage: 57.3% of statements 09:40:49 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 1.117s coverage: 6.6% of statements 09:40:49 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.054s coverage: 5.1% of statements 09:40:49 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 09:40:49 GO111MODULE=on go vet ./... 09:40:57 gofmt -l . 09:40:57 [ "`gofmt -l .`" = "" ] 09:40:57 ./bin/test-attribution-txt.sh 09:40:58 ./bin/test-go-mod-tidy.sh [Pipeline] } 09:40:58 $ docker stop --time=1 cc0ebc77ecc527438377c3f6e9a9caec283a777d81014d32acd3d290a4dd84ca 09:41:00 $ docker rm -f cc0ebc77ecc527438377c3f6e9a9caec283a777d81014d32acd3d290a4dd84ca [Pipeline] // withDockerContainer [Pipeline] sh 09:41:01 + sudo chown -R jenkins:jenkins . [Pipeline] stash 09:41:01 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 09:41:04 + sudo chown -R jenkins:jenkins . [Pipeline] sh 09:41:04 + ls -al . 09:41:04 total 184 09:41:04 drwxrwxr-x. 10 jenkins jenkins 4096 Mar 18 09:40 . 09:41:04 drwxrwxr-x. 4 jenkins jenkins 32 Mar 18 09:38 .. 09:41:04 drwxrwxr-x. 2 jenkins jenkins 64 Mar 18 09:39 bin 09:41:04 -rw-r--r--. 1 jenkins jenkins 100014 Mar 18 09:40 coverage.out 09:41:04 -rw-rw-r--. 1 jenkins jenkins 949 Mar 18 09:39 Dockerfile.build 09:41:04 -rw-rw-r--. 1 jenkins jenkins 140 Mar 18 09:39 .dockerignore 09:41:04 drwxrwxr-x. 4 jenkins jenkins 48 Mar 18 09:39 example 09:41:04 drwxrwxr-x. 8 jenkins jenkins 162 Mar 18 09:39 .git 09:41:04 drwxrwxr-x. 2 jenkins jenkins 103 Mar 18 09:39 .github 09:41:04 -rw-rw-r--. 1 jenkins jenkins 138 Mar 18 09:39 .gitignore 09:41:04 -rw-r--r--. 1 jenkins jenkins 479 Mar 18 09:40 go.mod 09:41:04 -rw-r--r--. 1 jenkins jenkins 17490 Mar 18 09:40 go.sum 09:41:04 drwxrwxr-x. 13 jenkins jenkins 193 Mar 18 09:39 internal 09:41:04 -rw-rw-r--. 1 jenkins jenkins 901 Mar 18 09:39 Jenkinsfile 09:41:04 -rw-rw-r--. 1 jenkins jenkins 11341 Mar 18 09:39 LICENSE 09:41:04 -rw-rw-r--. 1 jenkins jenkins 1016 Mar 18 09:39 Makefile 09:41:04 drwxrwxr-x. 4 jenkins jenkins 26 Mar 18 09:39 openapi 09:41:04 drwxrwxr-x. 5 jenkins jenkins 50 Mar 18 09:39 pkg 09:41:04 -rw-rw-r--. 1 jenkins jenkins 5897 Mar 18 09:39 README.md 09:41:04 -rw-rw-r--. 1 jenkins jenkins 6616 Mar 18 09:39 RELEASE-NOTES.txt 09:41:04 drwxrwxr-x. 4 jenkins jenkins 54 Mar 18 09:39 snap 09:41:04 -rw-rw-r--. 1 jenkins jenkins 12 Mar 18 09:36 VERSION 09:41:04 -rw-rw-r--. 1 jenkins jenkins 222 Mar 18 09:39 version.go [Pipeline] isUnix [Pipeline] sh 09:41:04 + docker build -t docker-device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=e2b795a37b7f4058c403051823a7e04e4e702841 --label arch=amd64 --label version=2.0.0-dev.25 . 09:41:04 Sending build context to Docker daemon 2.366MB 09:41:04 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 09:41:04 Step 2/24 : FROM ${BASE} AS builder 09:41:04 ---> 6d609cda8d1f 09:41:04 Step 3/24 : ARG MAKE='make build' 09:41:05 ---> Running in c56ba1899459 09:41:05 Removing intermediate container c56ba1899459 09:41:05 ---> d49b00b8e62d 09:41:05 Step 4/24 : WORKDIR /device-sdk-go 09:41:05 ---> Running in 881302ccbb4a 09:41:05 Removing intermediate container 881302ccbb4a 09:41:05 ---> 0c37bc197476 09:41:05 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 09:41:05 ---> Running in f7602389feed 09:41:06 Removing intermediate container f7602389feed 09:41:06 ---> 59caf5fb79b4 09:41:06 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:41:06 ---> Running in 39d39938c753 09:41:06 Removing intermediate container 39d39938c753 09:41:06 ---> 70947648bd19 09:41:06 Step 7/24 : RUN apk add --update --no-cache make git 09:41:06 ---> Running in 4d4d0b410619 09:41:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:41:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:41:08 OK: 166 MiB in 39 packages 09:41:08 Removing intermediate container 4d4d0b410619 09:41:08 ---> 47e5c809d372 09:41:08 Step 8/24 : COPY . . 09:41:09 ---> 4550deae64de 09:41:09 Step 9/24 : RUN ${MAKE} 09:41:09 ---> Running in 55f868ed8d85 09:41:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.25" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 09:41:18 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 09:41:20 Removing intermediate container 55f868ed8d85 09:41:20 ---> f46550f5cafd 09:41:20 Step 10/24 : FROM scratch 09:41:20 ---> 09:41:20 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 09:41:20 ---> Running in 80ff2591e9f2 09:41:20 Removing intermediate container 80ff2591e9f2 09:41:20 ---> 741cd38bff0d 09:41:20 Step 12/24 : ENV APP_PORT=49990 09:41:21 ---> Running in 97b36885c00d 09:41:21 Removing intermediate container 97b36885c00d 09:41:21 ---> 9b7e0cc4378c 09:41:21 Step 13/24 : EXPOSE $APP_PORT 09:41:21 ---> Running in 2f7f3d074967 09:41:21 Removing intermediate container 2f7f3d074967 09:41:21 ---> 9de5ca9099cb 09:41:21 Step 14/24 : WORKDIR / 09:41:21 ---> Running in 28db7c7b3552 09:41:21 Removing intermediate container 28db7c7b3552 09:41:21 ---> 4701aa167d37 09:41:21 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 09:41:22 ---> 8065887caf15 09:41:22 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 09:41:22 ---> e3f18e948df1 09:41:22 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 09:41:22 ---> 9732753f7928 09:41:22 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 09:41:22 ---> 816a3beab988 09:41:22 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 09:41:23 ---> 84cdd43d0902 09:41:23 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 09:41:23 ---> Running in 602d33426ce0 09:41:23 Removing intermediate container 602d33426ce0 09:41:23 ---> 12cdfac1c4af 09:41:23 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:41:23 ---> Running in 47fb14b2c461 09:41:23 Removing intermediate container 47fb14b2c461 09:41:23 ---> d3f6f2c3b123 09:41:23 Step 22/24 : LABEL arch=amd64 09:41:23 ---> Running in c4ba9fa87fcd 09:41:23 Removing intermediate container c4ba9fa87fcd 09:41:23 ---> 7020df837fe5 09:41:23 Step 23/24 : LABEL git_sha=e2b795a37b7f4058c403051823a7e04e4e702841 09:41:23 ---> Running in 221f7495b72a 09:41:23 Removing intermediate container 221f7495b72a 09:41:23 ---> fd2740be2091 09:41:23 Step 24/24 : LABEL version=2.0.0-dev.25 09:41:23 ---> Running in b04356d83bd2 09:41:24 Removing intermediate container b04356d83bd2 09:41:24 ---> e6f021026996 09:41:24 [Warning] One or more build-args [ARCH] were not consumed 09:41:24 Successfully built e6f021026996 09:41:24 Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 09:41:25 ---> job-cost.sh 09:41:25 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-22Nx 09:41:25 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 09:41:25 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 09:41:25 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 09:41:25 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 09:41:25 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.145s coverage: 25.5% of statements 09:41:25 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.146s coverage: 81.2% of statements 09:41:40 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 09:41:57 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.194s coverage: 10.5% of statements 09:41:57 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 09:41:57 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 09:41:57 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.206s coverage: 32.5% of statements 09:41:57 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 09:41:57 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 09:41:57 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 09:41:57 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.259s coverage: 57.3% of statements 09:41:57 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 2.946s coverage: 6.6% of statements 09:41:57 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.117s coverage: 5.1% of statements 09:41:57 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 09:41:57 GO111MODULE=on go vet ./... 09:42:06 lf-activate-venv(): INFO: Adding /tmp/venv-22Nx/bin to PATH 09:42:06 INFO: No Stack... 09:42:06 INFO: Retrieving Pricing Info for: v1-standard-2 09:42:06 INFO: Archiving Costs [Pipeline] sh 09:42:07 + cat /w/workspace/device-sdk-go/130/archives/cost.csv 09:42:07 + cut -d, -f6 [Pipeline] lock 09:42:07 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-130-stack-cost] 09:42:07 Resource [jenkins-edgexfoundry-device-sdk-go-master-130-stack-cost] did not exist. Created. 09:42:07 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-130-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 09:42:07 + echo total: 0.029999999329447746 [Pipeline] stash 09:42:07 Stashed 1 file(s) [Pipeline] } 09:42:07 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-130-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 09:42:29 gofmt -l . 09:42:29 [ "`gofmt -l .`" = "" ] 09:42:29 ./bin/test-attribution-txt.sh 09:42:29 ./bin/test-go-mod-tidy.sh [Pipeline] } 09:42:29 $ docker stop --time=1 2b8f5880b02c2dcf7ab1c33155a7e8d6b382e6450b9ef8d958b7df531b7a74a4 09:42:32 $ docker rm -f 2b8f5880b02c2dcf7ab1c33155a7e8d6b382e6450b9ef8d958b7df531b7a74a4 [Pipeline] // withDockerContainer [Pipeline] sh 09:42:33 + sudo chown -R jenkins:jenkins . [Pipeline] stash 09:42:33 Warning: overwriting stash ‘coverage-report’ 09:42:35 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 09:42:35 + sudo chown -R jenkins:jenkins . [Pipeline] sh 09:42:36 + ls -al . 09:42:36 total 220 09:42:36 drwxrwxr-x 10 jenkins jenkins 4096 Mar 18 09:42 . 09:42:36 drwxrwxr-x 4 jenkins jenkins 4096 Mar 18 09:38 .. 09:42:36 -rw-rw-r-- 1 jenkins jenkins 140 Mar 18 09:38 .dockerignore 09:42:36 drwxrwxr-x 8 jenkins jenkins 4096 Mar 18 09:38 .git 09:42:36 drwxrwxr-x 2 jenkins jenkins 4096 Mar 18 09:38 .github 09:42:36 -rw-rw-r-- 1 jenkins jenkins 138 Mar 18 09:38 .gitignore 09:42:36 -rw-rw-r-- 1 jenkins jenkins 949 Mar 18 09:38 Dockerfile.build 09:42:36 -rw-rw-r-- 1 jenkins jenkins 901 Mar 18 09:38 Jenkinsfile 09:42:36 -rw-rw-r-- 1 jenkins jenkins 11341 Mar 18 09:38 LICENSE 09:42:36 -rw-rw-r-- 1 jenkins jenkins 1016 Mar 18 09:38 Makefile 09:42:36 -rw-rw-r-- 1 jenkins jenkins 5897 Mar 18 09:38 README.md 09:42:36 -rw-rw-r-- 1 jenkins jenkins 6616 Mar 18 09:38 RELEASE-NOTES.txt 09:42:36 -rw-rw-r-- 1 jenkins jenkins 12 Mar 18 09:36 VERSION 09:42:36 drwxrwxr-x 2 jenkins jenkins 4096 Mar 18 09:38 bin 09:42:36 -rw-r--r-- 1 jenkins jenkins 100014 Mar 18 09:41 coverage.out 09:42:36 drwxrwxr-x 4 jenkins jenkins 4096 Mar 18 09:38 example 09:42:36 -rw-r--r-- 1 jenkins jenkins 479 Mar 18 09:42 go.mod 09:42:36 -rw-r--r-- 1 jenkins jenkins 17490 Mar 18 09:42 go.sum 09:42:36 drwxrwxr-x 13 jenkins jenkins 4096 Mar 18 09:38 internal 09:42:36 drwxrwxr-x 4 jenkins jenkins 4096 Mar 18 09:38 openapi 09:42:36 drwxrwxr-x 5 jenkins jenkins 4096 Mar 18 09:38 pkg 09:42:36 drwxrwxr-x 4 jenkins jenkins 4096 Mar 18 09:38 snap 09:42:36 -rw-rw-r-- 1 jenkins jenkins 222 Mar 18 09:38 version.go [Pipeline] isUnix [Pipeline] sh 09:42:36 + 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=e2b795a37b7f4058c403051823a7e04e4e702841 --label arch=arm64 --label version=2.0.0-dev.25 . 09:42:37 Sending build context to Docker daemon 2.365MB 09:42:37 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 09:42:37 Step 2/24 : FROM ${BASE} AS builder 09:42:37 ---> c2aaa8d20713 09:42:37 Step 3/24 : ARG MAKE='make build' 09:42:37 ---> Running in 5ec03fcac404 09:42:37 Removing intermediate container 5ec03fcac404 09:42:37 ---> feb0cb3cf768 09:42:37 Step 4/24 : WORKDIR /device-sdk-go 09:42:37 ---> Running in cb353f03ea72 09:42:38 Removing intermediate container cb353f03ea72 09:42:38 ---> c386a3eeae1c 09:42:38 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 09:42:38 ---> Running in 81dff5d63682 09:42:39 Removing intermediate container 81dff5d63682 09:42:39 ---> 798463f01e75 09:42:39 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:42:39 ---> Running in 9ebf1459c4bb 09:42:41 Removing intermediate container 9ebf1459c4bb 09:42:41 ---> f1660ed4c897 09:42:41 Step 7/24 : RUN apk add --update --no-cache make git 09:42:41 ---> Running in 365cd980292f 09:42:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:42:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:42:43 OK: 142 MiB in 39 packages 09:42:45 Removing intermediate container 365cd980292f 09:42:45 ---> 40a6172f91c6 09:42:45 Step 8/24 : COPY . . 09:42:46 ---> e13d6893a724 09:42:46 Step 9/24 : RUN ${MAKE} 09:42:46 ---> Running in 8d3e17f21fcc 09:42:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.25" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 09:43:14 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 09:43:17 Removing intermediate container 8d3e17f21fcc 09:43:17 ---> b0dd35891fc7 09:43:17 Step 10/24 : FROM scratch 09:43:17 ---> 09:43:17 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 09:43:17 ---> Running in 24ffaa2cd3f4 09:43:17 Removing intermediate container 24ffaa2cd3f4 09:43:17 ---> 694911eba63a 09:43:17 Step 12/24 : ENV APP_PORT=49990 09:43:17 ---> Running in a8dad19a1751 09:43:17 Removing intermediate container a8dad19a1751 09:43:17 ---> 5002a84fd37f 09:43:17 Step 13/24 : EXPOSE $APP_PORT 09:43:17 ---> Running in ef5f25d2ce09 09:43:18 Removing intermediate container ef5f25d2ce09 09:43:18 ---> 36cf3e693dac 09:43:18 Step 14/24 : WORKDIR / 09:43:18 ---> Running in 410bc80e65b7 09:43:19 Removing intermediate container 410bc80e65b7 09:43:19 ---> d7e3ac5de9ec 09:43:19 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 09:43:20 ---> 4c02a73f6a8b 09:43:20 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 09:43:21 ---> fa9dafb3f935 09:43:21 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 09:43:21 ---> bbd2f148989e 09:43:21 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 09:43:22 ---> 9bd9c171a7c7 09:43:22 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 09:43:23 ---> a73e5aebe3cc 09:43:23 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 09:43:23 ---> Running in b4558396709a 09:43:23 Removing intermediate container b4558396709a 09:43:23 ---> 48c354bfbfcc 09:43:23 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:43:24 ---> Running in 7d6d242e8215 09:43:24 Removing intermediate container 7d6d242e8215 09:43:24 ---> 04ef6b2c6529 09:43:24 Step 22/24 : LABEL arch=arm64 09:43:24 ---> Running in fca5b29bafaa 09:43:25 Removing intermediate container fca5b29bafaa 09:43:25 ---> 8c148ada8768 09:43:25 Step 23/24 : LABEL git_sha=e2b795a37b7f4058c403051823a7e04e4e702841 09:43:25 ---> Running in b9f8f2783e90 09:43:25 Removing intermediate container b9f8f2783e90 09:43:25 ---> eb2385a423fe 09:43:25 Step 24/24 : LABEL version=2.0.0-dev.25 09:43:25 ---> Running in 0f347816c21d 09:43:26 Removing intermediate container 0f347816c21d 09:43:26 ---> b30d4c365958 09:43:26 [Warning] One or more build-args [ARCH] were not consumed 09:43:26 Successfully built b30d4c365958 09:43:26 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 Post stage [Pipeline] libraryResource [Pipeline] sh 09:43:27 ---> job-cost.sh 09:43:27 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-sHnT 09:44:14 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 09:46:06 lf-activate-venv(): INFO: Adding /tmp/venv-sHnT/bin to PATH 09:46:06 INFO: No Stack... 09:46:06 INFO: Retrieving Pricing Info for: lf-standard-4 09:46:06 INFO: Archiving Costs [Pipeline] sh 09:46:06 + cat /w/workspace/device-sdk-go/130/archives/cost.csv 09:46:06 + cut -d, -f6 [Pipeline] lock 09:46:06 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-130-stack-cost] 09:46:06 Resource [jenkins-edgexfoundry-device-sdk-go-master-130-stack-cost] did not exist. Created. 09:46:06 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-130-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 09:46:07 /w/workspace/device-sdk-go/130@tmp/durable-6ff5cf45/script.sh: 1: /w/workspace/device-sdk-go/130@tmp/durable-6ff5cf45/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 09:46:07 + echo total: 0.20999999344348907 [Pipeline] stash 09:46:07 Warning: overwriting stash ‘stack-cost’ 09:46:07 Stashed 1 file(s) [Pipeline] } 09:46:07 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-130-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 09:46:08 provisioning config files... 09:46:09 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6721929437953459487tmp [Pipeline] { [Pipeline] sh 09:46:09 + set +x 09:46:09 + curl -s https://codecov.io/bash 09:46:09 + bash -s -- 09:46:09 09:46:09 _____ _ 09:46:09 / ____| | | 09:46:09 | | ___ __| | ___ ___ _____ __ 09:46:09 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 09:46:09 | |___| (_) | (_| | __/ (_| (_) \ V / 09:46:09 \_____\___/ \__,_|\___|\___\___/ \_/ 09:46:09 Bash-20210309-2b87ace 09:46:09 09:46:09 09:46:09 ==> git version 2.24.3 found 09:46:09 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 09:46:09 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 09:46:09 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 09:46:09 ==> Jenkins CI detected. 09:46:09 project root: . 09:46:09 --> token set from env 09:46:09 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 09:46:09 ==> Running gcov in . (disable via -X gcov) 09:46:09 ==> Python coveragepy not found 09:46:09 ==> Searching for coverage reports in: 09:46:09 + . 09:46:09 -> Found 1 reports 09:46:09 ==> Detecting git/mercurial file structure 09:46:09 ==> Reading reports 09:46:09 + ./coverage.out bytes=100014 09:46:09 ==> Appending adjustments 09:46:09 https://docs.codecov.io/docs/fixing-reports 09:46:09 + Found adjustments 09:46:09 ==> Gzipping contents 09:46:10 16K /tmp/codecov.GumhaK.gz 09:46:10 ==> Uploading reports 09:46:10 url: https://codecov.io 09:46:10 query: branch=master&commit=e2b795a37b7f4058c403051823a7e04e4e702841&build=130&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F130%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 09:46:10 -> Pinging Codecov 09:46:10 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=e2b795a37b7f4058c403051823a7e04e4e702841&build=130&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F130%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 09:46:10 -> Uploading to 09:46:10 https://storage.googleapis.com/codecov/v4/raw/2021-03-18/7E55EF52A471D76F132DFD9A03CDDE97/e2b795a37b7f4058c403051823a7e04e4e702841/118a2310-1c87-49f2-926c-336a81006575.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210318%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210318T094610Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4a55913ed7cb4c18078aae0106333645e232144bffc7e76da32a2ab25181905d 09:46:10 % Total % Received % Xferd Average Speed Time Time Time Current 09:46:10 Dload Upload Total Spent Left Speed 09:46:10 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13508 0 0 100 13508 0 32918 --:--:-- --:--:-- --:--:-- 32866 09:46:10 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/e2b795a37b7f4058c403051823a7e04e4e702841 [Pipeline] } 09:46:11 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 09:46:12 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 09:46:12 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:46:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 09:46:12 09:46:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 09:46:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 09:46:12 1.410.4: Pulling from edgex-devops/edgex-snyk-go 09:46:12 188c0c94c7c5: Pulling fs layer 09:46:12 0ef7d3d256c8: Pulling fs layer 09:46:12 de9db76c5a1d: Pulling fs layer 09:46:12 0eba1c9be4d2: Pulling fs layer 09:46:12 0d57e429df01: Pulling fs layer 09:46:12 4e4be7b47b0d: Pulling fs layer 09:46:12 e1f770b5df2f: Pulling fs layer 09:46:12 85a0685a4137: Pulling fs layer 09:46:12 0d57e429df01: Waiting 09:46:12 e1f770b5df2f: Waiting 09:46:12 85a0685a4137: Waiting 09:46:12 0eba1c9be4d2: Waiting 09:46:12 de9db76c5a1d: Verifying Checksum 09:46:12 de9db76c5a1d: Download complete 09:46:12 0ef7d3d256c8: Verifying Checksum 09:46:12 0ef7d3d256c8: Download complete 09:46:12 0d57e429df01: Download complete 09:46:13 4e4be7b47b0d: Verifying Checksum 09:46:13 4e4be7b47b0d: Download complete 09:46:13 188c0c94c7c5: Verifying Checksum 09:46:13 188c0c94c7c5: Download complete 09:46:13 188c0c94c7c5: Pull complete 09:46:14 0ef7d3d256c8: Pull complete 09:46:14 de9db76c5a1d: Pull complete 09:46:14 e1f770b5df2f: Verifying Checksum 09:46:14 e1f770b5df2f: Download complete 09:46:17 0eba1c9be4d2: Download complete 09:46:17 85a0685a4137: Verifying Checksum 09:46:17 85a0685a4137: Download complete 09:46:23 0eba1c9be4d2: Pull complete 09:46:23 0d57e429df01: Pull complete 09:46:23 4e4be7b47b0d: Pull complete 09:46:24 e1f770b5df2f: Pull complete 09:46:32 85a0685a4137: Pull complete 09:46:32 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 09:46:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 09:46:32 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 09:46:32 prd-centos7-docker-4c-2g-30288 does not seem to be running inside a container 09:46:33 $ 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 09:46:33 $ docker top 3a46777bf2b0991ad3f7996a14293ea68b0362ac27caeb3f33bacca30a854034 -eo pid,comm [Pipeline] { [Pipeline] echo 09:46:34 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 09:46:34 + set -o pipefail 09:46:34 + snyk monitor '--org=edgex-jenkins' 09:46:46 09:46:46 Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go/v2)... 09:46:46 09:46:46 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a91414f5-c324-409e-a494-413a27791127/history/18e1df4a-b6c2-47d7-aa66-177ade8b9368 09:46:46 09:46:46 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 09:46:46 09:46:46 [Pipeline] } 09:46:46 $ docker stop --time=1 3a46777bf2b0991ad3f7996a14293ea68b0362ac27caeb3f33bacca30a854034 09:46:49 $ docker rm -f 3a46777bf2b0991ad3f7996a14293ea68b0362ac27caeb3f33bacca30a854034 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 09:46:50 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:46:50 provisioning config files... 09:46:50 copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config5283935150867579671tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:46:51 --> edgex-publish-swagger.sh 09:46:51 === Publish openapi/v1 API === 09:46:51 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 09:46:51 [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v1/device-sdk.yaml] 09:46:51 % Total % Received % Xferd Average Speed Time Time Time Current 09:46:51 Dload Upload Total Spent Left Speed 09:46:52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19947 0 0 100 19947 0 21822 --:--:-- --:--:-- --:--:-- 21823 100 19947 0 0 100 19947 0 21817 --:--:-- --:--:-- --:--:-- 21823 09:46:52 09:46:52 09:46:52 === Publish openapi/v2 API === 09:46:52 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 09:46:52 [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v2/device-sdk.yaml] 09:46:52 % Total % Received % Xferd Average Speed Time Time Time Current 09:46:52 Dload Upload Total Spent Left Speed 09:46:52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 51483 0 0 100 51483 0 66577 --:--:-- --:--:-- --:--:-- 66515 100 51483 0 0 100 51483 0 66556 --:--:-- --:--:-- --:--:-- 66515 09:46:52 09:46:52 [Pipeline] } 09:46:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 09:46:53 + git log --format=format:%s -1 e2b795a37b7f4058c403051823a7e04e4e702841 [Pipeline] isUnix [Pipeline] sh 09:46:53 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:46:53 . [Pipeline] withDockerContainer 09:46:54 prd-centos7-docker-4c-2g-30288 does not seem to be running inside a container 09:46:54 $ 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 09:46:54 $ docker top 2b23948a9ec8b7e6e46643d6315551e55cf707ab1528ecf3ab0c1cf0e25d8d93 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:46:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:46:55 [ssh-agent] Looking for ssh-agent implementation... 09:46:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:46:55 $ docker exec 2b23948a9ec8b7e6e46643d6315551e55cf707ab1528ecf3ab0c1cf0e25d8d93 ssh-agent 09:46:55 SSH_AUTH_SOCK=/tmp/ssh-lOKPGZUWhIjg/agent.12 09:46:55 SSH_AGENT_PID=17 09:46:55 Running ssh-add (command line suppressed) 09:46:55 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7268186985755490140.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7268186985755490140.key) 09:46:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:46:56 + git semver tag 09:46:56 # -> Open(): unable to determine branch for HEAD 09:46:56 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 09:46:56 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 09:46:56 # $SEMVER_REMOTE_NAME = origin 09:46:56 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:46:56 # $SEMVER_USER_NAME = edgex-jenkins 09:46:56 # $SEMVER_BRANCH = master 09:46:56 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 09:46:56 # e2b795a37b7f4058c403051823a7e04e4e702841 HEAD 09:46:56 # -> Force: false 09:46:56 # 9cc99e8ba072371b10d9763e6de34abec9d14e20 refs/tags/v2.0.0-dev.25 [Pipeline] } 09:46:56 $ docker exec --env ******** --env ******** 2b23948a9ec8b7e6e46643d6315551e55cf707ab1528ecf3ab0c1cf0e25d8d93 ssh-agent -k 09:46:56 unset SSH_AUTH_SOCK; 09:46:56 unset SSH_AGENT_PID; 09:46:56 echo Agent pid 17 killed; 09:46:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:46:57 + git semver [Pipeline] } 09:46:57 $ docker stop --time=1 2b23948a9ec8b7e6e46643d6315551e55cf707ab1528ecf3ab0c1cf0e25d8d93 09:46:58 $ docker rm -f 2b23948a9ec8b7e6e46643d6315551e55cf707ab1528ecf3ab0c1cf0e25d8d93 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 09:46:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:46:59 09:46:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 09:46:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:46:59 0.23.1-centos7: Pulling from edgex-lftools 09:46:59 ab5ef0e58194: Pulling fs layer 09:46:59 9712f1f96733: Pulling fs layer 09:46:59 63f879dbbcfc: Pulling fs layer 09:46:59 0d9ebad4ef96: Pulling fs layer 09:46:59 e9a5061849ea: Pulling fs layer 09:46:59 d747dcd14b5f: Pulling fs layer 09:46:59 2de7ff778b66: Pulling fs layer 09:46:59 e9a5061849ea: Waiting 09:46:59 d747dcd14b5f: Waiting 09:46:59 2de7ff778b66: Waiting 09:46:59 0d9ebad4ef96: Waiting 09:46:59 9712f1f96733: Verifying Checksum 09:46:59 9712f1f96733: Download complete 09:47:01 63f879dbbcfc: Verifying Checksum 09:47:01 63f879dbbcfc: Download complete 09:47:01 e9a5061849ea: Verifying Checksum 09:47:01 e9a5061849ea: Download complete 09:47:01 d747dcd14b5f: Verifying Checksum 09:47:01 d747dcd14b5f: Download complete 09:47:02 2de7ff778b66: Download complete 09:47:02 0d9ebad4ef96: Verifying Checksum 09:47:02 0d9ebad4ef96: Download complete 09:47:02 ab5ef0e58194: Verifying Checksum 09:47:02 ab5ef0e58194: Download complete 09:47:06 ab5ef0e58194: Pull complete 09:47:06 9712f1f96733: Pull complete 09:47:10 63f879dbbcfc: Pull complete 09:47:16 0d9ebad4ef96: Pull complete 09:47:17 e9a5061849ea: Pull complete 09:47:17 d747dcd14b5f: Pull complete 09:47:21 2de7ff778b66: Pull complete 09:47:21 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 09:47:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:47:21 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 09:47:21 prd-centos7-docker-4c-2g-30288 does not seem to be running inside a container 09:47:21 $ 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 09:47:25 $ docker top 02b4ab6e7df0aa90d8d9d0768d7bd7f78c3b87c31c12e4a33c5356321f405995 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 09:47:25 provisioning config files... 09:47:25 copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4884156055996444840tmp 09:47:25 copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config5931929173016584558tmp 09:47:25 copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config3306396783085462336tmp [Pipeline] { [Pipeline] echo 09:47:26 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 09:47:26 ---> sigul-configuration.sh 09:47:26 gpg: directory `/root/.gnupg' created 09:47:26 gpg: new configuration file `/root/.gnupg/gpg.conf' created 09:47:26 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 09:47:26 gpg: keyring `/root/.gnupg/secring.gpg' created 09:47:26 gpg: keyring `/root/.gnupg/pubring.gpg' created 09:47:26 gpg: CAST5 encrypted data 09:47:26 gpg: encrypted with 1 passphrase 09:47:26 gpg: WARNING: message was not integrity protected [Pipeline] sh 09:47:26 + mkdir /home/jenkins 09:47:26 + mkdir /home/jenkins/sigul [Pipeline] sh 09:47:27 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 09:47:27 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 09:47:27 ---> sigul-install.sh 09:47:34 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 09:47:34 + git tag --list 09:47:34 0.7.1 09:47:34 delhi-tag 09:47:34 v1.0.0 09:47:34 v1.1.0 09:47:34 v1.1.1 09:47:34 v1.1.2 09:47:34 v1.2.0 09:47:34 v1.2.1 09:47:34 v1.2.2 09:47:34 v1.2.3 09:47:34 v1.3.0 09:47:34 v1.4.0 09:47:34 v2.0.0-dev.1 09:47:34 v2.0.0-dev.10 09:47:34 v2.0.0-dev.11 09:47:34 v2.0.0-dev.12 09:47:34 v2.0.0-dev.13 09:47:34 v2.0.0-dev.14 09:47:34 v2.0.0-dev.15 09:47:34 v2.0.0-dev.16 09:47:34 v2.0.0-dev.17 09:47:34 v2.0.0-dev.18 09:47:34 v2.0.0-dev.19 09:47:34 v2.0.0-dev.2 09:47:34 v2.0.0-dev.20 09:47:34 v2.0.0-dev.21 09:47:34 v2.0.0-dev.22 09:47:34 v2.0.0-dev.23 09:47:34 v2.0.0-dev.24 09:47:34 v2.0.0-dev.25 09:47:34 v2.0.0-dev.3 09:47:34 v2.0.0-dev.4 09:47:34 v2.0.0-dev.5 09:47:34 v2.0.0-dev.6 09:47:34 v2.0.0-dev.7 09:47:34 v2.0.0-dev.8 09:47:34 v2.0.0-dev.9 [Pipeline] sh 09:47:34 + lftools sign git-tag v2.0.0-dev.25 09:47:36 Signing Git tag with Sigul... 09:47:36 Signing v2.0.0-dev.25 [Pipeline] echo 09:47:37 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 09:47:37 ---> sigul-configuration-cleanup.sh [Pipeline] } 09:47:37 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 09:47:37 $ docker stop --time=1 02b4ab6e7df0aa90d8d9d0768d7bd7f78c3b87c31c12e4a33c5356321f405995 09:47:39 $ docker rm -f 02b4ab6e7df0aa90d8d9d0768d7bd7f78c3b87c31c12e4a33c5356321f405995 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 09:47:40 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:47:40 . [Pipeline] withDockerContainer 09:47:40 prd-centos7-docker-4c-2g-30288 does not seem to be running inside a container 09:47:40 $ 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 09:47:41 $ docker top 9f0bd01f78126fab1c5893e89f1e068194a22437da1cabf569e5a1506c5c8f76 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:47:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:47:41 [ssh-agent] Looking for ssh-agent implementation... 09:47:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:47:41 $ docker exec 9f0bd01f78126fab1c5893e89f1e068194a22437da1cabf569e5a1506c5c8f76 ssh-agent 09:47:42 SSH_AUTH_SOCK=/tmp/ssh-LhhnLI4OW24U/agent.12 09:47:42 SSH_AGENT_PID=17 09:47:42 Running ssh-add (command line suppressed) 09:47:42 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_975864370467248297.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_975864370467248297.key) 09:47:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:47:42 + git semver bump pre 09:47:42 # -> Open(): unable to determine branch for HEAD 09:47:42 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 09:47:42 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 09:47:42 # $SEMVER_REMOTE_NAME = origin 09:47:42 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:47:42 # $SEMVER_USER_NAME = edgex-jenkins 09:47:42 # $SEMVER_BRANCH = master 09:47:42 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 09:47:42 2.0.0-dev.26 [Pipeline] } 09:47:42 $ docker exec --env ******** --env ******** 9f0bd01f78126fab1c5893e89f1e068194a22437da1cabf569e5a1506c5c8f76 ssh-agent -k 09:47:42 unset SSH_AUTH_SOCK; 09:47:42 unset SSH_AGENT_PID; 09:47:42 echo Agent pid 17 killed; 09:47:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:47:43 + git semver [Pipeline] } 09:47:43 $ docker stop --time=1 9f0bd01f78126fab1c5893e89f1e068194a22437da1cabf569e5a1506c5c8f76 09:47:44 $ docker rm -f 9f0bd01f78126fab1c5893e89f1e068194a22437da1cabf569e5a1506c5c8f76 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 09:47:45 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:47:45 . [Pipeline] withDockerContainer 09:47:45 prd-centos7-docker-4c-2g-30288 does not seem to be running inside a container 09:47:45 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 09:47:46 $ docker top 0448e4d90725c2f58a585c6e0d25132e3bf7a321cbdec9612fc7d2e8ce8445d9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:47:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:47:46 [ssh-agent] Looking for ssh-agent implementation... 09:47:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:47:46 $ docker exec 0448e4d90725c2f58a585c6e0d25132e3bf7a321cbdec9612fc7d2e8ce8445d9 ssh-agent 09:47:47 SSH_AUTH_SOCK=/tmp/ssh-tc3izcagXZne/agent.12 09:47:47 SSH_AGENT_PID=18 09:47:47 Running ssh-add (command line suppressed) 09:47:47 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_9138442092704151749.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_9138442092704151749.key) 09:47:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:47:47 + git semver push 09:47:47 # -> Open(): unable to determine branch for HEAD 09:47:47 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 09:47:47 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 09:47:47 # $SEMVER_REMOTE_NAME = origin 09:47:47 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:47:47 # $SEMVER_USER_NAME = edgex-jenkins 09:47:47 # $SEMVER_BRANCH = master 09:47:47 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 09:47:51 $ docker exec --env ******** --env ******** 0448e4d90725c2f58a585c6e0d25132e3bf7a321cbdec9612fc7d2e8ce8445d9 ssh-agent -k 09:47:52 unset SSH_AUTH_SOCK; 09:47:52 unset SSH_AGENT_PID; 09:47:52 echo Agent pid 18 killed; 09:47:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:47:52 + git semver [Pipeline] } 09:47:52 $ docker stop --time=1 0448e4d90725c2f58a585c6e0d25132e3bf7a321cbdec9612fc7d2e8ce8445d9 09:47:55 $ docker rm -f 0448e4d90725c2f58a585c6e0d25132e3bf7a321cbdec9612fc7d2e8ce8445d9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 09:47:57 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:47:57 ---> package-listing.sh 09:47:57 ++ facter osfamily 09:47:57 ++ tr '[:upper:]' '[:lower:]' 09:47:57 + OS_FAMILY=redhat 09:47:57 + workspace=/w/workspace/dgexfoundry_device-sdk-go_master 09:47:57 + START_PACKAGES=/tmp/packages_start.txt 09:47:57 + END_PACKAGES=/tmp/packages_end.txt 09:47:57 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:47:57 + PACKAGES=/tmp/packages_start.txt 09:47:57 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 09:47:57 + PACKAGES=/tmp/packages_end.txt 09:47:57 + case "${OS_FAMILY}" in 09:47:57 + rpm -qa 09:47:57 + sort 09:48:03 + '[' -f /tmp/packages_start.txt ']' 09:48:03 + '[' -f /tmp/packages_end.txt ']' 09:48:03 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:48:03 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 09:48:03 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ 09:48:03 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [Pipeline] echo 09:48:03 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 09:48:03 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 09:48:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:48:03 09:48:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 09:48:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:48:04 alpine: Pulling from edgex-lftools-log-publisher 09:48:04 df20fa9351a1: Pulling fs layer 09:48:04 36b3adc4ff6f: Pulling fs layer 09:48:04 8ad3a11d3b57: Pulling fs layer 09:48:04 46f8f816bc3b: Pulling fs layer 09:48:04 93b61091891f: Pulling fs layer 09:48:04 93b9cdb0e59b: Pulling fs layer 09:48:04 5e14af77c1be: Pulling fs layer 09:48:04 01666e4c0597: Pulling fs layer 09:48:04 aa168da1d23b: Pulling fs layer 09:48:04 93b9cdb0e59b: Waiting 09:48:04 aa168da1d23b: Waiting 09:48:04 5e14af77c1be: Waiting 09:48:04 46f8f816bc3b: Waiting 09:48:04 93b61091891f: Waiting 09:48:04 01666e4c0597: Waiting 09:48:04 36b3adc4ff6f: Verifying Checksum 09:48:04 36b3adc4ff6f: Download complete 09:48:04 46f8f816bc3b: Verifying Checksum 09:48:04 46f8f816bc3b: Download complete 09:48:04 df20fa9351a1: Verifying Checksum 09:48:04 df20fa9351a1: Download complete 09:48:04 93b9cdb0e59b: Verifying Checksum 09:48:04 93b9cdb0e59b: Download complete 09:48:04 5e14af77c1be: Verifying Checksum 09:48:04 5e14af77c1be: Download complete 09:48:04 93b61091891f: Verifying Checksum 09:48:04 93b61091891f: Download complete 09:48:04 01666e4c0597: Verifying Checksum 09:48:04 01666e4c0597: Download complete 09:48:04 8ad3a11d3b57: Verifying Checksum 09:48:04 8ad3a11d3b57: Download complete 09:48:05 df20fa9351a1: Pull complete 09:48:05 36b3adc4ff6f: Pull complete 09:48:07 8ad3a11d3b57: Pull complete 09:48:07 aa168da1d23b: Verifying Checksum 09:48:07 aa168da1d23b: Download complete 09:48:07 46f8f816bc3b: Pull complete 09:48:07 93b61091891f: Pull complete 09:48:07 93b9cdb0e59b: Pull complete 09:48:07 5e14af77c1be: Pull complete 09:48:07 01666e4c0597: Pull complete 09:48:15 aa168da1d23b: Pull complete 09:48:15 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 09:48:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:48:15 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 09:48:16 prd-centos7-docker-4c-2g-30288 does not seem to be running inside a container 09:48:16 $ 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 09:48:19 $ docker top 86a142e5b1d651dc9538c0487b3927942be1ecf28d45e1bebd2acaa1fd35a4b8 -eo pid,comm [Pipeline] { [Pipeline] sh 09:48:19 + touch /tmp/pre-build-complete [Pipeline] sh 09:48:20 + mkdir -p /var/log/sa [Pipeline] sh 09:48:20 + ls /var/log/sa-host 09:48:20 + sadf -c /var/log/sa-host/sa18 09:48:20 file_magic: OK 09:48:20 HZ: Using current value: 100 09:48:20 file_header: OK 09:48:20 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 09:48:20 Statistics: 09:48:20 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... 09:48:20 File successfully converted to sysstat format version 12.2.1 09:48:20 + sadf -c /var/log/sa-host/sa23 09:48:20 file_magic: OK 09:48:20 HZ: Using current value: 100 09:48:20 file_header: OK 09:48:20 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 09:48:20 Statistics: 09:48:20 Hnuu...uuuununununu... 09:48:20 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:48:21 provisioning config files... 09:48:21 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6965785827814404159tmp [Pipeline] { [Pipeline] echo 09:48:21 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:48:21 ---> create-netrc.sh [Pipeline] } 09:48:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 09:48:21 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 09:48:21 ---> python-tools-install.sh [Pipeline] echo 09:48:21 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 09:48:22 ---> sudo-logs.sh 09:48:22 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 09:48:22 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 09:48:22 ---> job-cost.sh 09:48:22 lf-activate-venv: SKIPPING 09:48:22 DEBUG: total: 0.20999999344348907 09:48:22 INFO: Retrieving Stack Cost... 09:48:23 INFO: Retrieving Pricing Info for: v1-standard-2 09:48:24 INFO: Archiving Costs [Pipeline] echo 09:48:24 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:48:24 ---> logs-deploy.sh 09:48:24 lf-activate-venv: SKIPPING 09:48:24 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/130 09:48:24 INFO: archiving workspace using pattern(s): 09:48:26 Archives upload complete. 09:48:26 INFO: archiving logs to Nexus 09:48:27 ---> uname -a: 09:48:27 Linux prd-centos7-docker-4c-2g-30288.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 09:48:27 09:48:27 09:48:27 ---> lscpu: 09:48:27 Architecture: x86_64 09:48:27 CPU op-mode(s): 32-bit, 64-bit 09:48:27 Byte Order: Little Endian 09:48:27 Address sizes: 40 bits physical, 48 bits virtual 09:48:27 CPU(s): 4 09:48:27 On-line CPU(s) list: 0-3 09:48:27 Thread(s) per core: 1 09:48:27 Core(s) per socket: 1 09:48:27 Socket(s): 4 09:48:27 NUMA node(s): 1 09:48:27 Vendor ID: GenuineIntel 09:48:27 CPU family: 6 09:48:27 Model: 44 09:48:27 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 09:48:27 Stepping: 1 09:48:27 CPU MHz: 2933.438 09:48:27 BogoMIPS: 5866.87 09:48:27 Virtualization: VT-x 09:48:27 Hypervisor vendor: KVM 09:48:27 Virtualization type: full 09:48:27 L1d cache: 128 KiB 09:48:27 L1i cache: 128 KiB 09:48:27 L2 cache: 16 MiB 09:48:27 L3 cache: 64 MiB 09:48:27 NUMA node0 CPU(s): 0-3 09:48:27 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 09:48:27 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 09:48:27 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 09:48:27 Vulnerability Meltdown: Mitigation; PTI 09:48:27 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 09:48:27 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 09:48:27 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 09:48:27 Vulnerability Srbds: Not affected 09:48:27 Vulnerability Tsx async abort: Not affected 09:48:27 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 09:48:27 09:48:27 09:48:27 ---> nproc: 09:48:27 4 09:48:27 09:48:27 09:48:27 ---> df -h: 09:48:27 Filesystem Size Used Available Use% Mounted on 09:48:27 overlay 50.0G 8.5G 41.4G 17% / 09:48:27 tmpfs 64.0M 0 64.0M 0% /dev 09:48:27 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 09:48:27 shm 64.0M 0 64.0M 0% /dev/shm 09:48:27 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 09:48:27 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 09:48:27 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 09:48:27 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 09:48:27 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 09:48:27 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 09:48:27 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 09:48:27 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 09:48:27 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dgexfoundry_device-sdk-go_master 09:48:27 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dgexfoundry_device-sdk-go_master@tmp 09:48:27 09:48:27 09:48:27 ---> free -m: 09:48:27 total used free shared buff/cache available 09:48:27 Mem: 1837 815 160 0 861 958 09:48:27 Swap: 1023 3 1020 09:48:27 09:48:27 09:48:27 ---> ip addr: 09:48:27 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 09:48:27 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 09:48:27 inet 127.0.0.1/8 scope host lo 09:48:27 valid_lft forever preferred_lft forever 09:48:27 inet6 ::1/128 scope host 09:48:27 valid_lft forever preferred_lft forever 09:48:27 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 09:48:27 link/ether fa:16:3e:04:3d:8a brd ff:ff:ff:ff:ff:ff 09:48:27 inet 10.30.123.191/23 brd 10.30.123.255 scope global dynamic eth0 09:48:27 valid_lft 85645sec preferred_lft 85645sec 09:48:27 inet6 fe80::f816:3eff:fe04:3d8a/64 scope link 09:48:27 valid_lft forever preferred_lft forever 09:48:27 3: docker0: mtu 1500 qdisc noqueue state DOWN 09:48:27 link/ether 02:42:21:61:66:67 brd ff:ff:ff:ff:ff:ff 09:48:27 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 09:48:27 valid_lft forever preferred_lft forever 09:48:27 inet6 fe80::42:21ff:fe61:6667/64 scope link 09:48:27 valid_lft forever preferred_lft forever 09:48:27 09:48:27 09:48:27 ---> sar -b -r -n DEV: 09:48:27 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/18/21 _x86_64_ (4 CPU) 09:48:27 09:48:27 09:35:41 LINUX RESTART (4 CPU) 09:48:27 09:48:27 09:36:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 09:48:27 09:37:01 131.69 45.76 85.94 0.00 7810.69 39280.48 0.00 09:48:27 09:38:01 2.55 0.00 2.55 0.00 0.00 56.31 0.00 09:48:27 09:39:01 0.48 0.00 0.48 0.00 0.00 6.74 0.00 09:48:27 09:40:01 0.25 0.00 0.25 0.00 0.00 2.43 0.00 09:48:27 09:41:01 0.25 0.00 0.25 0.00 0.00 3.20 0.00 09:48:27 09:42:01 0.38 0.00 0.38 0.00 0.00 6.31 0.00 09:48:27 09:43:02 0.28 0.00 0.28 0.00 0.00 3.35 0.00 09:48:27 09:44:01 0.24 0.00 0.24 0.00 0.00 2.90 0.00 09:48:27 09:45:01 0.18 0.00 0.18 0.00 0.00 2.30 0.00 09:48:27 09:46:01 0.27 0.00 0.27 0.00 0.00 3.48 0.00 09:48:27 09:47:01 296.19 180.06 116.13 0.00 8957.68 36236.31 0.00 09:48:27 09:48:01 247.99 110.98 137.00 0.00 8312.15 33135.09 0.00 09:48:27 Average: 56.85 28.13 28.72 0.00 2094.31 9079.86 0.00 09:48:27 09:48:27 09:36:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 09:48:27 09:37:01 155608 0 573580 30.48 2620 1149736 1125584 38.41 432724 1093160 132 09:48:27 09:38:01 163544 0 565524 30.06 2620 1149856 1084092 37.00 431088 1088500 20 09:48:27 09:39:01 162796 0 566268 30.10 2620 1149860 1084176 37.00 429192 1091032 8 09:48:27 09:40:01 163352 0 565712 30.07 2620 1149860 1084020 37.00 428452 1091032 12 09:48:27 09:41:01 164008 0 565048 30.03 2620 1149868 1084020 37.00 424012 1095488 8 09:48:27 09:42:01 162760 0 566292 30.10 2620 1149872 1084240 37.00 424908 1095488 12 09:48:27 09:43:02 162848 0 566200 30.09 2620 1149876 1084192 37.00 424620 1095544 16 09:48:27 09:44:01 162972 0 566072 30.09 2620 1149880 1084192 37.00 424616 1095544 20 09:48:27 09:45:01 163316 0 565720 30.07 2620 1149888 1084084 37.00 424024 1095544 12 09:48:27 09:46:01 163432 0 565600 30.06 2620 1149892 1084084 37.00 423904 1095544 8 09:48:27 09:47:01 77220 0 699076 37.15 2596 1102652 1301024 44.40 581700 973212 90752 09:48:27 09:48:01 97400 0 784604 41.70 1628 997912 1136708 38.79 598264 851372 104 09:48:27 Average: 149938 0 595808 31.67 2535 1133263 1110035 37.88 453959 1063455 7592 09:48:27 09:48:27 09:36:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 09:48:27 09:37:01 eth0 578.75 365.38 1099.89 96.52 0.00 0.00 0.00 0.00 09:48:27 09:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:48:27 09:37:01 docker0 12.97 9.57 1.71 24.04 0.00 0.00 0.00 0.00 09:48:27 09:38:01 eth0 4.48 1.71 3.10 0.12 0.00 0.00 0.00 0.00 09:48:27 09:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:48:27 09:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:48:27 09:39:01 eth0 1.88 0.88 0.89 0.56 0.00 0.00 0.00 0.00 09:48:27 09:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:48:27 09:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:48:27 09:40:01 eth0 0.23 0.08 0.01 0.04 0.00 0.00 0.00 0.00 09:48:27 09:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:48:27 09:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:48:27 09:41:01 eth0 0.68 0.08 0.06 0.01 0.00 0.00 0.00 0.00 09:48:27 09:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:48:27 09:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:48:27 09:42:01 eth0 1.65 0.68 0.72 0.43 0.00 0.00 0.00 0.00 09:48:27 09:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:48:27 09:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:48:27 09:43:02 eth0 0.55 0.32 0.27 0.20 0.00 0.00 0.00 0.00 09:48:27 09:43:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:48:27 09:43:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:48:27 09:44:01 eth0 0.10 0.10 0.01 0.04 0.00 0.00 0.00 0.00 09:48:27 09:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:48:27 09:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:48:27 09:45:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 09:48:27 09:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:48:27 09:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:48:27 09:46:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 09:48:27 09:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:48:27 09:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:48:27 09:47:01 eth0 726.65 657.98 5834.10 108.93 0.00 0.00 0.00 0.00 09:48:27 09:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:48:27 09:47:01 docker0 44.28 43.03 3.92 197.55 0.00 0.00 0.00 0.00 09:48:27 09:48:01 eth0 332.91 250.00 1944.91 38.48 0.00 0.00 0.00 0.00 09:48:27 09:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:48:27 09:48:01 docker0 53.86 92.06 3.12 223.14 0.00 0.00 0.00 0.00 09:48:27 Average: eth0 137.61 106.67 741.96 20.49 0.00 0.00 0.00 0.00 09:48:27 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:48:27 Average: docker0 9.28 12.08 0.73 37.14 0.00 0.00 0.00 0.00 09:48:27 09:48:27 09:48:27 ---> sar -P ALL: 09:48:27 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/18/21 _x86_64_ (4 CPU) 09:48:27 09:48:27 09:35:41 LINUX RESTART (4 CPU) 09:48:27 09:48:27 09:36:01 CPU %user %nice %system %iowait %steal %idle 09:48:27 09:37:01 all 13.57 0.00 7.37 4.29 0.11 74.66 09:48:27 09:37:01 0 12.03 0.00 8.49 4.81 0.10 74.57 09:48:27 09:37:01 1 14.09 0.00 8.23 4.18 0.08 73.42 09:48:27 09:37:01 2 13.86 0.00 6.33 4.30 0.12 75.40 09:48:27 09:37:01 3 14.32 0.00 6.44 3.88 0.12 75.23 09:48:27 09:38:01 all 0.21 0.00 0.07 0.00 0.00 99.72 09:48:27 09:38:01 0 0.45 0.00 0.07 0.00 0.00 99.48 09:48:27 09:38:01 1 0.07 0.00 0.07 0.00 0.02 99.85 09:48:27 09:38:01 2 0.25 0.00 0.08 0.00 0.00 99.67 09:48:27 09:38:01 3 0.07 0.00 0.05 0.00 0.00 99.88 09:48:27 09:39:01 all 0.17 0.00 0.11 0.00 0.00 99.72 09:48:27 09:39:01 0 0.10 0.00 0.13 0.00 0.00 99.77 09:48:27 09:39:01 1 0.07 0.00 0.08 0.00 0.00 99.85 09:48:27 09:39:01 2 0.43 0.00 0.12 0.00 0.00 99.45 09:48:27 09:39:01 3 0.07 0.00 0.12 0.00 0.00 99.82 09:48:27 09:40:01 all 0.15 0.00 0.03 0.00 0.00 99.82 09:48:27 09:40:01 0 0.00 0.00 0.02 0.00 0.00 99.98 09:48:27 09:40:01 1 0.07 0.00 0.07 0.00 0.00 99.87 09:48:27 09:40:01 2 0.53 0.00 0.02 0.00 0.00 99.45 09:48:27 09:40:01 3 0.02 0.00 0.02 0.00 0.00 99.97 09:48:27 09:41:01 all 0.17 0.00 0.04 0.00 0.01 99.78 09:48:27 09:41:01 0 0.02 0.00 0.03 0.00 0.00 99.95 09:48:27 09:41:01 1 0.07 0.00 0.07 0.00 0.02 99.85 09:48:27 09:41:01 2 0.53 0.00 0.03 0.00 0.02 99.42 09:48:27 09:41:01 3 0.05 0.00 0.02 0.00 0.02 99.92 09:48:27 09:42:01 all 0.17 0.00 0.03 0.00 0.00 99.79 09:48:27 09:42:01 0 0.05 0.00 0.02 0.00 0.00 99.93 09:48:27 09:42:01 1 0.07 0.00 0.07 0.00 0.00 99.87 09:48:27 09:42:01 2 0.55 0.00 0.03 0.00 0.00 99.42 09:48:27 09:42:01 3 0.03 0.00 0.02 0.00 0.00 99.95 09:48:27 09:43:02 all 0.18 0.00 0.04 0.00 0.00 99.77 09:48:27 09:43:02 0 0.02 0.00 0.03 0.00 0.00 99.95 09:48:27 09:43:02 1 0.13 0.00 0.03 0.00 0.02 99.82 09:48:27 09:43:02 2 0.53 0.00 0.05 0.00 0.00 99.42 09:48:27 09:43:02 3 0.05 0.00 0.05 0.00 0.00 99.90 09:48:27 09:44:01 all 0.15 0.00 0.03 0.00 0.00 99.81 09:48:27 09:44:01 0 0.02 0.00 0.02 0.00 0.00 99.97 09:48:27 09:44:01 1 0.05 0.00 0.07 0.00 0.00 99.88 09:48:27 09:44:01 2 0.53 0.00 0.02 0.00 0.00 99.46 09:48:27 09:44:01 3 0.02 0.00 0.03 0.00 0.02 99.93 09:48:27 09:45:01 all 0.16 0.00 0.05 0.00 0.01 99.78 09:48:27 09:45:01 0 0.05 0.00 0.07 0.00 0.02 99.87 09:48:27 09:45:01 1 0.03 0.00 0.05 0.00 0.00 99.92 09:48:27 09:45:01 2 0.52 0.00 0.03 0.00 0.02 99.43 09:48:27 09:45:01 3 0.03 0.00 0.05 0.00 0.00 99.92 09:48:27 09:46:01 all 0.15 0.00 0.03 0.00 0.00 99.82 09:48:27 09:46:01 0 0.02 0.00 0.03 0.00 0.00 99.95 09:48:27 09:46:01 1 0.05 0.00 0.05 0.00 0.00 99.90 09:48:27 09:46:01 2 0.53 0.00 0.02 0.00 0.00 99.45 09:48:27 09:46:01 3 0.02 0.00 0.02 0.00 0.00 99.97 09:48:27 09:47:01 all 11.08 0.00 8.20 3.10 0.14 77.48 09:48:27 09:47:01 0 10.93 0.00 9.00 3.33 0.12 76.62 09:48:27 09:47:01 1 10.57 0.00 7.86 2.78 0.12 78.68 09:48:27 09:47:01 2 10.68 0.00 8.07 2.57 0.19 78.49 09:48:27 09:47:01 3 12.12 0.00 7.90 3.73 0.12 76.14 09:48:27 09:48:27 09:47:01 CPU %user %nice %system %iowait %steal %idle 09:48:27 09:48:01 all 11.08 0.00 8.51 3.71 0.15 76.55 09:48:27 09:48:01 0 8.97 0.00 9.14 2.31 0.12 79.46 09:48:27 09:48:01 1 9.51 0.00 7.85 2.67 0.12 79.85 09:48:27 09:48:01 2 15.05 0.00 9.25 6.24 0.21 69.25 09:48:27 09:48:01 3 10.81 0.00 7.78 3.62 0.14 77.65 09:48:27 Average: all 3.05 0.00 2.01 0.91 0.03 94.00 09:48:27 Average: 0 2.67 0.00 2.21 0.85 0.03 94.24 09:48:27 Average: 1 2.85 0.00 2.01 0.79 0.03 94.32 09:48:27 Average: 2 3.62 0.00 1.97 1.07 0.04 93.29 09:48:27 Average: 3 3.08 0.00 1.84 0.92 0.03 94.13 09:48:27 09:48:27 09:48:27