Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from cbcd560d226450c2fc49532ec953a0990705dfef Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 # timeout=10 Commit message: "Merge pull request #301 from ernestojeda/enable-docker-proxy" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-13543 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 cbcd560d226450c2fc49532ec953a0990705dfef (master) > git config core.sparsecheckout # timeout=10 > git checkout -f cbcd560d226450c2fc49532ec953a0990705dfef # timeout=10 Commit message: "Merge pull request #659 from edgexfoundry/dependabot/go_modules/gopkg.in/yaml.v2-2.4.0" > git rev-list --no-walk 3d8962a40545ef0adb8ef75e097226374dd52980 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:56:59 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:56:59 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:56:59 ========================================================= 08:56:59 EdgeX Global Pipelines Version Info 08:56:59 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:57:01 ------------------- 08:57:01 stable info: 08:57:01 ------------------- 08:57:01 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:57:01 Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 08:57:01 Message: update stable to v1.0.167 08:57:02 ------------------- 08:57:02 experimental info: 08:57:02 ------------------- 08:57:02 Commited By: **** collab-it+edgex@linuxfoundation.org 08:57:02 Commit SHA: 0d18be6431106a7569620da64dad388747d7ba9a 08:57:02 Message: update experimental to v1.0.168 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 08:57:02 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 08:57:02 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 08:57:02 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:57:02 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:57:02 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:57:03 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 08:57:03 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 08:57:03 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 08:57:03 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 08:57:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:57:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:57:03 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 08:57:03 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:57:03 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:57:03 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 08:57:04 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 08:57:04 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 08:57:04 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 08:57:04 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:57:04 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 08:57:04 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 08:57:04 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 08:57:04 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 08:57:04 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 08:57:04 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 08:57:05 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 08:57:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 08:57:05 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 08:57:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 08:57:05 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = cbcd560d226450c2fc49532ec953a0990705dfef [Pipeline] echo 08:57:05 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = cbcd560 [Pipeline] echo 08:57:05 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:57:05 provisioning config files... 08:57:05 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8471000562426638930tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:57:06 ---> docker-login.sh 08:57:06 nexus3.edgexfoundry.org:10001 08:57:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:57:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:57:06 Configure a credential helper to remove this warning. See 08:57:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:57:06 08:57:06 Login Succeeded 08:57:06 nexus3.edgexfoundry.org:10002 08:57:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:57:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:57:07 Configure a credential helper to remove this warning. See 08:57:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:57:07 08:57:07 Login Succeeded 08:57:07 nexus3.edgexfoundry.org:10003 08:57:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:57:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:57:07 Configure a credential helper to remove this warning. See 08:57:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:57:07 08:57:07 Login Succeeded 08:57:07 nexus3.edgexfoundry.org:10004 08:57:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:57:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:57:07 Configure a credential helper to remove this warning. See 08:57:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:57:07 08:57:07 Login Succeeded 08:57:07 docker.io 08:57:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:57:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:57:07 Configure a credential helper to remove this warning. See 08:57:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:57:07 08:57:07 Login Succeeded 08:57:07 ---> docker-login.sh ends [Pipeline] } 08:57:07 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:57:08 + git log --format=format:%s -1 cbcd560d226450c2fc49532ec953a0990705dfef [Pipeline] echo 08:57:08 GIT_COMMIT: cbcd560d226450c2fc49532ec953a0990705dfef, Commit Message: Merge pull request #659 from edgexfoundry/dependabot/go_modules/gopkg.in/yaml.v2-2.4.0 [Pipeline] echo 08:57:08 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 08:57:09 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:57:09 08:57:09 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:57:09 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:57:09 latest: Pulling from edgex-devops/git-semver 08:57:09 31603596830f: Pulling fs layer 08:57:09 2a8b12db71e7: Pulling fs layer 08:57:09 6ca5941a6612: Pulling fs layer 08:57:09 ecc8261a40a4: Pulling fs layer 08:57:09 ecc8261a40a4: Waiting 08:57:09 2a8b12db71e7: Download complete 08:57:09 31603596830f: Verifying Checksum 08:57:09 31603596830f: Download complete 08:57:10 ecc8261a40a4: Verifying Checksum 08:57:10 ecc8261a40a4: Download complete 08:57:10 6ca5941a6612: Verifying Checksum 08:57:10 6ca5941a6612: Download complete 08:57:10 31603596830f: Pull complete 08:57:10 2a8b12db71e7: Pull complete 08:57:11 6ca5941a6612: Pull complete 08:57:11 ecc8261a40a4: Pull complete 08:57:11 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 08:57:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:57:11 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:57:11 prd-centos7-docker-4c-2g-13543 does not seem to be running inside a container 08:57:11 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:57:13 $ docker top 62735b19fd50e2c9821a52e808050c11261fa3d7b759dd301f1db5b3611787f3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:57:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:57:14 [ssh-agent] Looking for ssh-agent implementation... 08:57:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:57:14 $ docker exec 62735b19fd50e2c9821a52e808050c11261fa3d7b759dd301f1db5b3611787f3 ssh-agent 08:57:14 SSH_AUTH_SOCK=/tmp/ssh-3eVzhA06tccJ/agent.11 08:57:14 SSH_AGENT_PID=16 08:57:14 Running ssh-add (command line suppressed) 08:57:14 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3916864970878655481.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3916864970878655481.key) 08:57:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:57:15 + git tag --points-at HEAD [Pipeline] } 08:57:15 $ docker exec --env ******** --env ******** 62735b19fd50e2c9821a52e808050c11261fa3d7b759dd301f1db5b3611787f3 ssh-agent -k 08:57:15 unset SSH_AUTH_SOCK; 08:57:15 unset SSH_AGENT_PID; 08:57:15 echo Agent pid 16 killed; 08:57:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:57:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:57:15 [ssh-agent] Looking for ssh-agent implementation... 08:57:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:57:15 $ docker exec 62735b19fd50e2c9821a52e808050c11261fa3d7b759dd301f1db5b3611787f3 ssh-agent 08:57:15 SSH_AUTH_SOCK=/tmp/ssh-SstxwzC68sa6/agent.45 08:57:15 SSH_AGENT_PID=51 08:57:15 Running ssh-add (command line suppressed) 08:57:15 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1268653565516818853.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1268653565516818853.key) 08:57:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:57:16 + git semver init 08:57:16 # -> Open(): unable to determine branch for HEAD 08:57:16 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 08:57:16 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 08:57:16 # $SEMVER_REMOTE_NAME = origin 08:57:16 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:57:16 # $SEMVER_USER_NAME = edgex-jenkins 08:57:16 # $SEMVER_BRANCH = master 08:57:16 # $SEMVER_TEMP = /tmp/semver-585732255 08:57:16 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 08:57:16 # '/tmp/semver-585732255' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' 08:57:16 # -> Force: false 08:57:16 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 08:57:16 $ docker exec --env ******** --env ******** 62735b19fd50e2c9821a52e808050c11261fa3d7b759dd301f1db5b3611787f3 ssh-agent -k 08:57:17 unset SSH_AUTH_SOCK; 08:57:17 unset SSH_AGENT_PID; 08:57:17 echo Agent pid 51 killed; 08:57:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:57:17 + git semver [Pipeline] } 08:57:17 $ docker stop --time=1 62735b19fd50e2c9821a52e808050c11261fa3d7b759dd301f1db5b3611787f3 08:57:18 $ docker rm -f 62735b19fd50e2c9821a52e808050c11261fa3d7b759dd301f1db5b3611787f3 [Pipeline] // withDockerContainer [Pipeline] sh 08:57:19 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:57:19 Stashed 1 file(s) [Pipeline] echo 08:57:19 [edgeXSemver]: initialized semver on version 1.3.1-dev.4 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 08:57:35 Still waiting to schedule task 08:57:35 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-13543’ 08:57:35 Still waiting to schedule task 08:57:35 ‘prd-ubuntu18.04-docker-arm64-4c-16g-13329’ is offline 08:59:18 Running on prd-centos7-docker-4c-2g-13549 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 08:59:18 Running in /w/workspace/device-sdk-go/91 [Pipeline] { [Pipeline] checkout 08:59:21 using credential edgex-jenkins-ssh 08:59:21 Cloning the remote Git repository 08:59:21 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 08:59:21 > git init /w/workspace/device-sdk-go/91 # timeout=10 08:59:21 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 08:59:21 > git --version # timeout=10 08:59:21 > git --version # 'git version 2.24.3' 08:59:21 using GIT_SSH to set credentials SSH Credentials for GitHub 08:59:21 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:59:22 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 08:59:22 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:59:22 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 08:59:22 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 08:59:22 using GIT_SSH to set credentials SSH Credentials for GitHub 08:59:22 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 08:59:22 Checking out Revision cbcd560d226450c2fc49532ec953a0990705dfef (master) 08:59:22 > git config core.sparsecheckout # timeout=10 08:59:22 > git checkout -f cbcd560d226450c2fc49532ec953a0990705dfef # timeout=10 08:59:26 Commit message: "Merge pull request #659 from edgexfoundry/dependabot/go_modules/gopkg.in/yaml.v2-2.4.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:59:27 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 08:59:27 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:59:28 + sudo service docker restart 08:59:28 + true 08:59:28 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:59:29 provisioning config files... 08:59:29 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/91@tmp/config5044807185780412992tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:59:29 ---> docker-login.sh 08:59:29 nexus3.edgexfoundry.org:10001 08:59:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:59:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:59:30 Configure a credential helper to remove this warning. See 08:59:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:59:30 08:59:30 Login Succeeded 08:59:30 nexus3.edgexfoundry.org:10002 08:59:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:59:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:59:30 Configure a credential helper to remove this warning. See 08:59:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:59:30 08:59:30 Login Succeeded 08:59:30 nexus3.edgexfoundry.org:10003 08:59:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:59:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:59:31 Configure a credential helper to remove this warning. See 08:59:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:59:31 08:59:31 Login Succeeded 08:59:31 nexus3.edgexfoundry.org:10004 08:59:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:59:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:59:31 Configure a credential helper to remove this warning. See 08:59:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:59:31 08:59:31 Login Succeeded 08:59:31 docker.io 08:59:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:59:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:59:31 Configure a credential helper to remove this warning. See 08:59:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:59:31 08:59:31 Login Succeeded 08:59:31 ---> docker-login.sh ends [Pipeline] } 08:59:31 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:59:32 ========================================================= 08:59:32 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 08:59:32 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:59:32 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 08:59:32 Sending build context to Docker daemon 2.348MB 08:59:32 Step 1/8 : ARG BASE=golang:1.15-alpine 08:59:32 Step 2/8 : FROM ${BASE} 08:59:33 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 08:59:33 df20fa9351a1: Pulling fs layer 08:59:33 ed8968b2872e: Pulling fs layer 08:59:33 a92cc7c5fd73: Pulling fs layer 08:59:33 e871e8e8d7a9: Pulling fs layer 08:59:33 e73272ec9a57: Pulling fs layer 08:59:33 1e910a182e73: Pulling fs layer 08:59:33 4e634b169226: Pulling fs layer 08:59:33 e871e8e8d7a9: Waiting 08:59:33 e73272ec9a57: Waiting 08:59:33 1e910a182e73: Waiting 08:59:33 4e634b169226: Waiting 08:59:33 a92cc7c5fd73: Verifying Checksum 08:59:33 a92cc7c5fd73: Download complete 08:59:33 ed8968b2872e: Download complete 08:59:33 e73272ec9a57: Verifying Checksum 08:59:33 e73272ec9a57: Download complete 08:59:33 df20fa9351a1: Verifying Checksum 08:59:33 df20fa9351a1: Download complete 08:59:33 df20fa9351a1: Pull complete 08:59:33 1e910a182e73: Verifying Checksum 08:59:33 1e910a182e73: Download complete 08:59:33 Running on prd-ubuntu18.04-docker-arm64-4c-16g-13546 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { 08:59:33 ed8968b2872e: Pull complete 08:59:33 a92cc7c5fd73: Pull complete [Pipeline] ws 08:59:33 Running in /w/workspace/device-sdk-go/91 [Pipeline] { [Pipeline] checkout 08:59:34 4e634b169226: Verifying Checksum 08:59:34 4e634b169226: Download complete 08:59:35 e871e8e8d7a9: Verifying Checksum 08:59:35 e871e8e8d7a9: Download complete 08:59:38 using credential edgex-jenkins-ssh 08:59:38 Cloning the remote Git repository 08:59:38 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 08:59:38 > git init /w/workspace/device-sdk-go/91 # timeout=10 08:59:38 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 08:59:38 > git --version # timeout=10 08:59:38 > git --version # 'git version 2.17.1' 08:59:38 using GIT_SSH to set credentials SSH Credentials for GitHub 08:59:38 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:59:40 Checking out Revision cbcd560d226450c2fc49532ec953a0990705dfef (master) 08:59:40 e871e8e8d7a9: Pull complete 08:59:40 e73272ec9a57: Pull complete 08:59:40 1e910a182e73: Pull complete 08:59:40 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 08:59:40 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:59:40 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 08:59:40 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 08:59:40 using GIT_SSH to set credentials SSH Credentials for GitHub 08:59:40 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 08:59:40 > git config core.sparsecheckout # timeout=10 08:59:40 > git checkout -f cbcd560d226450c2fc49532ec953a0990705dfef # timeout=10 08:59:45 Commit message: "Merge pull request #659 from edgexfoundry/dependabot/go_modules/gopkg.in/yaml.v2-2.4.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:59:46 4e634b169226: Pull complete 08:59:46 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 08:59:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 08:59:46 ---> f7629b54cfaa 08:59:46 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 08:59:46 ---> Running in 0a43b0e8aa83 08:59:46 Removing intermediate container 0a43b0e8aa83 08:59:46 ---> 4f1f360cde45 08:59:46 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:59:46 ---> Running in 76c0bfaec49c 08:59:46 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 08:59:46 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:59:47 Removing intermediate container 76c0bfaec49c 08:59:47 ---> b97207514808 08:59:47 Step 5/8 : RUN apk add --no-cache make git 08:59:47 ---> Running in 5a9df1e6b126 08:59:47 + true 08:59:47 + sudo service docker restart 08:59:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:59:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:59:49 OK: 166 MiB in 39 packages 08:59:49 Removing intermediate container 5a9df1e6b126 08:59:49 ---> 154bd3a39469 08:59:49 Step 6/8 : WORKDIR /device-sdk-go 08:59:49 ---> Running in da4df209c78b 08:59:49 Removing intermediate container da4df209c78b 08:59:49 ---> 943e1c94e4c2 08:59:49 Step 7/8 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:59:49 provisioning config files... 08:59:50 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/91@tmp/config4351844789605798246tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:59:50 ---> docker-login.sh 08:59:50 nexus3.edgexfoundry.org:10001 08:59:51 ---> fa33e54db124 08:59:51 Step 8/8 : RUN go mod download 08:59:51 ---> Running in d515035a70fc 08:59:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:59:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:59:51 Configure a credential helper to remove this warning. See 08:59:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:59:51 08:59:51 Login Succeeded 08:59:51 nexus3.edgexfoundry.org:10002 08:59:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:59:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:59:52 Configure a credential helper to remove this warning. See 08:59:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:59:52 08:59:52 Login Succeeded 08:59:52 nexus3.edgexfoundry.org:10003 08:59:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:59:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:59:52 Configure a credential helper to remove this warning. See 08:59:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:59:52 08:59:52 Login Succeeded 08:59:52 nexus3.edgexfoundry.org:10004 08:59:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:59:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:59:53 Configure a credential helper to remove this warning. See 08:59:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:59:53 08:59:53 Login Succeeded 08:59:53 docker.io 08:59:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:59:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:59:54 Configure a credential helper to remove this warning. See 08:59:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:59:54 08:59:54 Login Succeeded 08:59:54 ---> docker-login.sh ends [Pipeline] } 08:59:54 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:59:54 ========================================================= 08:59:54 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 08:59:54 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:59:55 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 08:59:55 Sending build context to Docker daemon 2.346MB 08:59:55 Step 1/8 : ARG BASE=golang:1.15-alpine 08:59:55 Step 2/8 : FROM ${BASE} 08:59:55 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:59:55 b538f80385f9: Pulling fs layer 08:59:55 74f711af9a0d: Pulling fs layer 08:59:55 99f96fe45779: Pulling fs layer 08:59:55 8529a6b9a6be: Pulling fs layer 08:59:55 45590311c82a: Pulling fs layer 08:59:55 69ca0ff8b7b3: Pulling fs layer 08:59:55 209524e5b208: Pulling fs layer 08:59:55 8529a6b9a6be: Waiting 08:59:55 45590311c82a: Waiting 08:59:55 69ca0ff8b7b3: Waiting 08:59:55 209524e5b208: Waiting 08:59:55 99f96fe45779: Verifying Checksum 08:59:55 99f96fe45779: Download complete 08:59:55 74f711af9a0d: Verifying Checksum 08:59:55 74f711af9a0d: Download complete 08:59:55 45590311c82a: Verifying Checksum 08:59:55 45590311c82a: Download complete 08:59:55 69ca0ff8b7b3: Verifying Checksum 08:59:55 69ca0ff8b7b3: Download complete 08:59:55 b538f80385f9: Download complete 08:59:56 b538f80385f9: Pull complete 08:59:57 74f711af9a0d: Pull complete 08:59:57 99f96fe45779: Pull complete 08:59:59 209524e5b208: Download complete 09:00:00 8529a6b9a6be: Verifying Checksum 09:00:00 8529a6b9a6be: Download complete 09:00:10 8529a6b9a6be: Pull complete 09:00:10 45590311c82a: Pull complete 09:00:10 69ca0ff8b7b3: Pull complete 09:00:15 209524e5b208: Pull complete 09:00:15 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 09:00:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 09:00:15 ---> 5bddaf1c2fca 09:00:15 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 09:00:17 ---> Running in d84043d96e5a 09:00:17 Removing intermediate container d84043d96e5a 09:00:17 ---> 8e1528335cb1 09:00:17 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:00:17 ---> Running in fc5c74cc7e05 09:00:20 Removing intermediate container fc5c74cc7e05 09:00:20 ---> fb573722007a 09:00:20 Step 5/8 : RUN apk add --no-cache make git 09:00:20 ---> Running in 944bf534d8aa 09:00:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:00:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:00:22 OK: 142 MiB in 39 packages 09:00:24 Removing intermediate container 944bf534d8aa 09:00:24 ---> 07b9be5d2bd3 09:00:24 Step 6/8 : WORKDIR /device-sdk-go 09:00:24 ---> Running in ea97dd0cd8bd 09:00:24 Removing intermediate container ea97dd0cd8bd 09:00:24 ---> 9cdbdbc44f86 09:00:24 Step 7/8 : COPY . . 09:00:25 ---> d8ea9c00b0ee 09:00:25 Step 8/8 : RUN go mod download 09:00:25 ---> Running in fc85ef8e098c 09:01:57 Removing intermediate container d515035a70fc 09:01:57 ---> 3d32c2b59d04 09:01:57 Successfully built 3d32c2b59d04 09:01:57 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 09:01:58 + docker inspect -f . ci-base-image-x86_64 09:01:58 . [Pipeline] withDockerContainer 09:01:58 prd-centos7-docker-4c-2g-13549 does not seem to be running inside a container 09:01:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/91 -v /w/workspace/device-sdk-go/91:/w/workspace/device-sdk-go/91:rw,z -v /w/workspace/device-sdk-go/91@tmp:/w/workspace/device-sdk-go/91@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 09:01:59 $ docker top 6e5918f254e70d90cee339db18765e9ba0227560455100e7c3d810d3d03a72ca -eo pid,comm [Pipeline] { [Pipeline] sh 09:01:59 + go version 09:01:59 go version go1.15.2 linux/amd64 [Pipeline] } 09:01:59 $ docker stop --time=1 6e5918f254e70d90cee339db18765e9ba0227560455100e7c3d810d3d03a72ca 09:02:00 $ docker rm -f 6e5918f254e70d90cee339db18765e9ba0227560455100e7c3d810d3d03a72ca [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:02:02 + docker inspect -f . ci-base-image-x86_64 09:02:02 . [Pipeline] withDockerContainer 09:02:02 prd-centos7-docker-4c-2g-13549 does not seem to be running inside a container 09:02:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/91 -v /w/workspace/device-sdk-go/91:/w/workspace/device-sdk-go/91:rw,z -v /w/workspace/device-sdk-go/91@tmp:/w/workspace/device-sdk-go/91@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 09:02:03 $ docker top 7f7a33e402bc2c0bb77d89afe5d53ea28002055d6a4bca2ca90145c78951e03c -eo pid,comm [Pipeline] { [Pipeline] sh 09:02:03 + make test 09:02:03 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 09:02:12 ? github.com/edgexfoundry/device-sdk-go [no test files] 09:02:27 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 09:02:27 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 09:02:27 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 09:02:27 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.063s coverage: 20.6% of statements 09:02:28 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.460s coverage: 97.1% of statements 09:03:00 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.063s coverage: 9.4% of statements 09:03:00 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.055s coverage: 21.9% of statements 09:03:00 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 09:03:00 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.222s coverage: 42.5% of statements 09:03:00 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 09:03:00 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.297s coverage: 68.9% of statements 09:03:00 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 09:03:00 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 09:03:00 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 09:03:00 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 09:03:00 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.065s coverage: 52.6% of statements 09:03:00 ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] 09:03:00 ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] 09:03:00 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 09:03:00 ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.340s coverage: 68.9% of statements 09:03:00 ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.053s coverage: 4.7% of statements 09:03:00 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 09:03:00 GO111MODULE=on go vet ./... 09:03:06 gofmt -l . 09:03:06 [ "`gofmt -l .`" = "" ] 09:03:06 ./bin/test-attribution-txt.sh 09:03:06 ./bin/test-go-mod-tidy.sh [Pipeline] } 09:03:06 $ docker stop --time=1 7f7a33e402bc2c0bb77d89afe5d53ea28002055d6a4bca2ca90145c78951e03c 09:03:08 $ docker rm -f 7f7a33e402bc2c0bb77d89afe5d53ea28002055d6a4bca2ca90145c78951e03c [Pipeline] // withDockerContainer [Pipeline] sh 09:03:09 + sudo chown -R jenkins:jenkins . [Pipeline] stash 09:03:09 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 09:03:12 + sudo chown -R jenkins:jenkins . [Pipeline] sh 09:03:12 + ls -al . 09:03:12 total 208 09:03:12 drwxrwxr-x. 10 jenkins jenkins 4096 Nov 26 09:03 . 09:03:12 drwxrwxr-x. 4 jenkins jenkins 30 Nov 26 08:59 .. 09:03:12 drwxrwxr-x. 2 jenkins jenkins 64 Nov 26 08:59 bin 09:03:12 -rw-r--r--. 1 jenkins jenkins 127611 Nov 26 09:02 coverage.out 09:03:12 -rw-rw-r--. 1 jenkins jenkins 936 Nov 26 08:59 Dockerfile.build 09:03:12 -rw-rw-r--. 1 jenkins jenkins 140 Nov 26 08:59 .dockerignore 09:03:12 drwxrwxr-x. 4 jenkins jenkins 48 Nov 26 08:59 example 09:03:12 drwxrwxr-x. 8 jenkins jenkins 162 Nov 26 08:59 .git 09:03:12 drwxrwxr-x. 2 jenkins jenkins 60 Nov 26 08:59 .github 09:03:12 -rw-rw-r--. 1 jenkins jenkins 138 Nov 26 08:59 .gitignore 09:03:12 -rw-r--r--. 1 jenkins jenkins 518 Nov 26 09:03 go.mod 09:03:12 -rw-r--r--. 1 jenkins jenkins 13631 Nov 26 09:03 go.sum 09:03:12 drwxrwxr-x. 15 jenkins jenkins 211 Nov 26 08:59 internal 09:03:12 -rw-rw-r--. 1 jenkins jenkins 901 Nov 26 08:59 Jenkinsfile 09:03:12 -rw-rw-r--. 1 jenkins jenkins 11341 Nov 26 08:59 LICENSE 09:03:12 -rw-rw-r--. 1 jenkins jenkins 1013 Nov 26 08:59 Makefile 09:03:12 drwxrwxr-x. 4 jenkins jenkins 26 Nov 26 08:59 openapi 09:03:12 drwxrwxr-x. 5 jenkins jenkins 50 Nov 26 08:59 pkg 09:03:12 -rw-rw-r--. 1 jenkins jenkins 5897 Nov 26 08:59 README.md 09:03:12 -rw-rw-r--. 1 jenkins jenkins 4291 Nov 26 08:59 RELEASE-NOTES.txt 09:03:12 drwxrwxr-x. 4 jenkins jenkins 54 Nov 26 08:59 snap 09:03:12 -rw-rw-r--. 1 jenkins jenkins 11 Nov 26 08:57 VERSION 09:03:12 -rw-rw-r--. 1 jenkins jenkins 222 Nov 26 08:59 version.go [Pipeline] isUnix [Pipeline] sh 09:03:13 + 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=cbcd560d226450c2fc49532ec953a0990705dfef --label arch=amd64 --label version=1.3.1-dev.4 . 09:03:13 Sending build context to Docker daemon 2.476MB 09:03:13 Step 1/24 : ARG BASE=golang:1.15-alpine 09:03:13 Step 2/24 : FROM ${BASE} AS builder 09:03:13 ---> 3d32c2b59d04 09:03:13 Step 3/24 : ARG MAKE='make build' 09:03:13 ---> Running in a6666cd42409 09:03:13 Removing intermediate container a6666cd42409 09:03:13 ---> 744174088fb4 09:03:13 Step 4/24 : WORKDIR /device-sdk-go 09:03:13 ---> Running in db858485b6ac 09:03:14 Removing intermediate container db858485b6ac 09:03:14 ---> 50ff3c484609 09:03:14 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 09:03:14 ---> Running in 32462f0324aa 09:03:14 Removing intermediate container 32462f0324aa 09:03:14 ---> 3f13181954c7 09:03:14 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:03:14 ---> Running in 5413f35e8fa0 09:03:15 Removing intermediate container 5413f35e8fa0 09:03:15 ---> 19671945a5e6 09:03:15 Step 7/24 : RUN apk add --update --no-cache make git 09:03:15 ---> Running in c25db08a30f5 09:03:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:03:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:03:16 OK: 166 MiB in 39 packages 09:03:17 Removing intermediate container c25db08a30f5 09:03:17 ---> 979ec22c366e 09:03:17 Step 8/24 : COPY . . 09:03:18 ---> 31a4234e6f60 09:03:18 Step 9/24 : RUN ${MAKE} 09:03:18 ---> Running in 26d37f65750b 09:03:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.3.1-dev.4" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 09:03:27 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 09:03:29 Removing intermediate container 26d37f65750b 09:03:29 ---> 2ea771f50aad 09:03:29 Step 10/24 : FROM scratch 09:03:29 ---> 09:03:29 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 09:03:29 ---> Running in 3b11f719a2c9 09:03:29 Removing intermediate container 3b11f719a2c9 09:03:29 ---> e9697d1f7086 09:03:29 Step 12/24 : ENV APP_PORT=49990 09:03:29 ---> Running in 051e19bacdef 09:03:29 Removing intermediate container 051e19bacdef 09:03:29 ---> 4c28370e8e4e 09:03:29 Step 13/24 : EXPOSE $APP_PORT 09:03:29 ---> Running in 5e118b67de45 09:03:29 Removing intermediate container 5e118b67de45 09:03:29 ---> d7a71814e622 09:03:29 Step 14/24 : WORKDIR / 09:03:29 ---> Running in 71e3192dcbb1 09:03:29 Removing intermediate container 71e3192dcbb1 09:03:29 ---> a47a29e96c25 09:03:29 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 09:03:30 ---> 04deaff7600a 09:03:30 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 09:03:30 ---> 5f49e179e434 09:03:30 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 09:03:30 ---> ac9db2393fe2 09:03:30 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 09:03:30 ---> 8cc383957e59 09:03:30 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 09:03:30 ---> 3d52d3244234 09:03:30 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 09:03:31 ---> Running in e9e332abd3f3 09:03:31 Removing intermediate container e9e332abd3f3 09:03:31 ---> cb1427a620e3 09:03:31 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:03:31 ---> Running in 14acbdb7385d 09:03:31 Removing intermediate container 14acbdb7385d 09:03:31 ---> a541d9d85d3f 09:03:31 Step 22/24 : LABEL arch=amd64 09:03:31 ---> Running in 0276439abf02 09:03:31 Removing intermediate container 0276439abf02 09:03:31 ---> 0a404dc6ad5d 09:03:31 Step 23/24 : LABEL git_sha=cbcd560d226450c2fc49532ec953a0990705dfef 09:03:31 ---> Running in 72f4af13919a 09:03:32 Removing intermediate container 72f4af13919a 09:03:32 ---> 1215cb9380d0 09:03:32 Step 24/24 : LABEL version=1.3.1-dev.4 09:03:32 ---> Running in aed26898e500 09:03:32 Removing intermediate container aed26898e500 09:03:32 ---> 6335c3c59d56 09:03:32 [Warning] One or more build-args [ARCH] were not consumed 09:03:32 Successfully built 6335c3c59d56 09:03:32 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 09:03:32 Removing intermediate container fc85ef8e098c 09:03:32 ---> 3f4ba0aca410 09:03:32 Successfully built 3f4ba0aca410 09:03:32 Successfully tagged ci-base-image-arm64:latest [Pipeline] stage [Pipeline] { (Snap) [Pipeline] isUnix [Pipeline] sh Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } 09:03:33 + docker inspect -f . ci-base-image-arm64 09:03:33 . [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] withDockerContainer 09:03:33 prd-ubuntu18.04-docker-arm64-4c-16g-13546 does not seem to be running inside a container 09:03:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/91 -v /w/workspace/device-sdk-go/91:/w/workspace/device-sdk-go/91:rw,z -v /w/workspace/device-sdk-go/91@tmp:/w/workspace/device-sdk-go/91@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 09:03:34 $ docker top 74cc00b8fe578e3f49ede64c125d665d359e299cb1352b496d96853d93eba329 -eo pid,comm [Pipeline] { [Pipeline] // ws [Pipeline] } [Pipeline] sh [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 09:03:36 + go version 09:03:36 go version go1.15.2 linux/arm64 [Pipeline] } 09:03:36 $ docker stop --time=1 74cc00b8fe578e3f49ede64c125d665d359e299cb1352b496d96853d93eba329 09:03:37 $ docker rm -f 74cc00b8fe578e3f49ede64c125d665d359e299cb1352b496d96853d93eba329 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:03:39 + docker inspect -f . ci-base-image-arm64 09:03:39 . [Pipeline] withDockerContainer 09:03:39 prd-ubuntu18.04-docker-arm64-4c-16g-13546 does not seem to be running inside a container 09:03:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/91 -v /w/workspace/device-sdk-go/91:/w/workspace/device-sdk-go/91:rw,z -v /w/workspace/device-sdk-go/91@tmp:/w/workspace/device-sdk-go/91@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 09:03:41 $ docker top f88aab6e2ad14184a7c8bc1635e08becd9e81b92a6d7281c34f5370462df4e38 -eo pid,comm [Pipeline] { [Pipeline] sh 09:03:42 + make test 09:03:42 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 09:04:04 ? github.com/edgexfoundry/device-sdk-go [no test files] 09:04:43 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 09:04:43 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 09:04:43 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 09:04:43 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.184s coverage: 20.6% of statements 09:04:46 ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.151s coverage: 97.1% of statements 09:05:13 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.153s coverage: 9.4% of statements 09:05:13 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.162s coverage: 21.9% of statements 09:05:13 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 09:05:13 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.603s coverage: 42.5% of statements 09:05:13 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 09:05:13 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.789s coverage: 68.9% of statements 09:05:13 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 09:05:13 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 09:05:13 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 09:05:13 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 09:05:13 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.202s coverage: 52.6% of statements 09:05:13 ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] 09:05:13 ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] 09:05:13 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 09:05:13 ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.643s coverage: 68.9% of statements 09:05:13 ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.140s coverage: 4.7% of statements 09:05:13 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 09:05:14 GO111MODULE=on go vet ./... 09:05:46 gofmt -l . 09:05:46 [ "`gofmt -l .`" = "" ] 09:05:46 ./bin/test-attribution-txt.sh 09:05:46 ./bin/test-go-mod-tidy.sh [Pipeline] } 09:05:46 $ docker stop --time=1 f88aab6e2ad14184a7c8bc1635e08becd9e81b92a6d7281c34f5370462df4e38 09:05:49 $ docker rm -f f88aab6e2ad14184a7c8bc1635e08becd9e81b92a6d7281c34f5370462df4e38 [Pipeline] // withDockerContainer [Pipeline] sh 09:05:50 + sudo chown -R jenkins:jenkins . [Pipeline] stash 09:05:50 Warning: overwriting stash ‘coverage-report’ 09:05:50 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 09:05:51 + sudo chown -R jenkins:jenkins . [Pipeline] sh 09:05:52 + ls -al . 09:05:52 total 244 09:05:52 drwxrwxr-x 10 jenkins jenkins 4096 Nov 26 09:05 . 09:05:52 drwxrwxr-x 4 jenkins jenkins 4096 Nov 26 08:59 .. 09:05:52 -rw-rw-r-- 1 jenkins jenkins 140 Nov 26 08:59 .dockerignore 09:05:52 drwxrwxr-x 8 jenkins jenkins 4096 Nov 26 08:59 .git 09:05:52 drwxrwxr-x 2 jenkins jenkins 4096 Nov 26 08:59 .github 09:05:52 -rw-rw-r-- 1 jenkins jenkins 138 Nov 26 08:59 .gitignore 09:05:52 -rw-rw-r-- 1 jenkins jenkins 936 Nov 26 08:59 Dockerfile.build 09:05:52 -rw-rw-r-- 1 jenkins jenkins 901 Nov 26 08:59 Jenkinsfile 09:05:52 -rw-rw-r-- 1 jenkins jenkins 11341 Nov 26 08:59 LICENSE 09:05:52 -rw-rw-r-- 1 jenkins jenkins 1013 Nov 26 08:59 Makefile 09:05:52 -rw-rw-r-- 1 jenkins jenkins 5897 Nov 26 08:59 README.md 09:05:52 -rw-rw-r-- 1 jenkins jenkins 4291 Nov 26 08:59 RELEASE-NOTES.txt 09:05:52 -rw-rw-r-- 1 jenkins jenkins 11 Nov 26 08:57 VERSION 09:05:52 drwxrwxr-x 2 jenkins jenkins 4096 Nov 26 08:59 bin 09:05:52 -rw-r--r-- 1 jenkins jenkins 127610 Nov 26 09:05 coverage.out 09:05:52 drwxrwxr-x 4 jenkins jenkins 4096 Nov 26 08:59 example 09:05:52 -rw-r--r-- 1 jenkins jenkins 518 Nov 26 09:05 go.mod 09:05:52 -rw-r--r-- 1 jenkins jenkins 13631 Nov 26 09:05 go.sum 09:05:52 drwxrwxr-x 15 jenkins jenkins 4096 Nov 26 08:59 internal 09:05:52 drwxrwxr-x 4 jenkins jenkins 4096 Nov 26 08:59 openapi 09:05:52 drwxrwxr-x 5 jenkins jenkins 4096 Nov 26 08:59 pkg 09:05:52 drwxrwxr-x 4 jenkins jenkins 4096 Nov 26 08:59 snap 09:05:52 -rw-rw-r-- 1 jenkins jenkins 222 Nov 26 08:59 version.go [Pipeline] isUnix [Pipeline] sh 09:05:52 + 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=cbcd560d226450c2fc49532ec953a0990705dfef --label arch=arm64 --label version=1.3.1-dev.4 . 09:05:52 Sending build context to Docker daemon 2.475MB 09:05:52 Step 1/24 : ARG BASE=golang:1.15-alpine 09:05:52 Step 2/24 : FROM ${BASE} AS builder 09:05:52 ---> 3f4ba0aca410 09:05:52 Step 3/24 : ARG MAKE='make build' 09:05:52 ---> Running in 309d16c82cdc 09:05:53 Removing intermediate container 309d16c82cdc 09:05:53 ---> 1df1dd788828 09:05:53 Step 4/24 : WORKDIR /device-sdk-go 09:05:53 ---> Running in c93c968b1c40 09:05:54 Removing intermediate container c93c968b1c40 09:05:54 ---> 932a5bc7e758 09:05:54 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 09:05:54 ---> Running in 623320c5254e 09:05:54 Removing intermediate container 623320c5254e 09:05:54 ---> bd3f218a29a4 09:05:54 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:05:55 ---> Running in 710cf6c0a3c0 09:05:57 Removing intermediate container 710cf6c0a3c0 09:05:57 ---> 6e258a8b2034 09:05:57 Step 7/24 : RUN apk add --update --no-cache make git 09:05:57 ---> Running in 38241f6b321c 09:05:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:05:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:05:59 OK: 142 MiB in 39 packages 09:06:00 Removing intermediate container 38241f6b321c 09:06:00 ---> 364f5fa0f965 09:06:00 Step 8/24 : COPY . . 09:06:02 ---> bac05a28b634 09:06:02 Step 9/24 : RUN ${MAKE} 09:06:02 ---> Running in 1b8a4a345d88 09:06:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.3.1-dev.4" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 09:06:29 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 09:06:29 Removing intermediate container 1b8a4a345d88 09:06:29 ---> 778093e9a149 09:06:29 Step 10/24 : FROM scratch 09:06:29 ---> 09:06:29 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 09:06:29 ---> Running in 0e95eb79317f 09:06:29 Removing intermediate container 0e95eb79317f 09:06:29 ---> 09c14f6c41a9 09:06:29 Step 12/24 : ENV APP_PORT=49990 09:06:29 ---> Running in 89870abfa982 09:06:30 Removing intermediate container 89870abfa982 09:06:30 ---> ea42f6215b3c 09:06:30 Step 13/24 : EXPOSE $APP_PORT 09:06:30 ---> Running in 4a36e035019e 09:06:30 Removing intermediate container 4a36e035019e 09:06:30 ---> 1bd704b78799 09:06:30 Step 14/24 : WORKDIR / 09:06:31 ---> Running in bf1079c1fddc 09:06:31 Removing intermediate container bf1079c1fddc 09:06:31 ---> a12ec8f290bd 09:06:31 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 09:06:32 ---> a942ba535d17 09:06:32 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 09:06:33 ---> ecbeb9286f42 09:06:33 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 09:06:34 ---> 7710b9f91f71 09:06:34 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 09:06:34 ---> 2571d4b2128b 09:06:34 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 09:06:35 ---> de70f5cb658c 09:06:35 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 09:06:35 ---> Running in 53763ab28fd3 09:06:35 Removing intermediate container 53763ab28fd3 09:06:35 ---> 2a3e473c5dfc 09:06:35 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:06:36 ---> Running in eb14551ca7f7 09:06:36 Removing intermediate container eb14551ca7f7 09:06:36 ---> 8098a4544b3d 09:06:36 Step 22/24 : LABEL arch=arm64 09:06:36 ---> Running in 151e9f599d40 09:06:36 Removing intermediate container 151e9f599d40 09:06:36 ---> cba4502b5005 09:06:36 Step 23/24 : LABEL git_sha=cbcd560d226450c2fc49532ec953a0990705dfef 09:06:37 ---> Running in e950e9068d09 09:06:37 Removing intermediate container e950e9068d09 09:06:37 ---> e96c809ba8d3 09:06:37 Step 24/24 : LABEL version=1.3.1-dev.4 09:06:37 ---> Running in 0053f236b6ac 09:06:38 Removing intermediate container 0053f236b6ac 09:06:38 ---> 5a80e67e8496 09:06:38 [Warning] One or more build-args [ARCH] were not consumed 09:06:38 Successfully built 5a80e67e8496 09:06:38 Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 09:06:40 provisioning config files... 09:06:40 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7898727873112556570tmp [Pipeline] { [Pipeline] sh 09:06:40 + set +x 09:06:40 + bash -s -- 09:06:40 + curl -s https://codecov.io/bash 09:06:40 09:06:40 _____ _ 09:06:40 / ____| | | 09:06:40 | | ___ __| | ___ ___ _____ __ 09:06:40 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 09:06:40 | |___| (_) | (_| | __/ (_| (_) \ V / 09:06:40 \_____\___/ \__,_|\___|\___\___/ \_/ 09:06:40 Bash-20201124-79cbc08 09:06:40 09:06:40 09:06:40 ==> Jenkins CI detected. 09:06:40 project root: . 09:06:40 --> token set from env 09:06:40 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 09:06:40 ==> Running gcov in . (disable via -X gcov) 09:06:40 ==> Python coveragepy not found 09:06:40 ==> Searching for coverage reports in: 09:06:40 + . 09:06:40 -> Found 1 reports 09:06:40 ==> Detecting git/mercurial file structure 09:06:40 ==> Reading reports 09:06:40 + ./coverage.out bytes=127610 09:06:41 ==> Appending adjustments 09:06:41 https://docs.codecov.io/docs/fixing-reports 09:06:41 + Found adjustments 09:06:41 ==> Gzipping contents 09:06:41 24K /tmp/codecov.RnphTW.gz 09:06:41 ==> Uploading reports 09:06:41 url: https://codecov.io 09:06:41 query: branch=master&commit=cbcd560d226450c2fc49532ec953a0990705dfef&build=91&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F91%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 09:06:41 -> Pinging Codecov 09:06:41 https://codecov.io/upload/v4?package=bash-20201124-79cbc08&token=secret&branch=master&commit=cbcd560d226450c2fc49532ec953a0990705dfef&build=91&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F91%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 09:06:41 -> Uploading to 09:06:41 https://storage.googleapis.com/codecov/v4/raw/2020-11-26/7E55EF52A471D76F132DFD9A03CDDE97/cbcd560d226450c2fc49532ec953a0990705dfef/1bb0c234-b814-4bc7-aceb-8658694f0355.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201126%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201126T090641Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=83ec625270f299cc80b5044d6ecdae8a2395a6e734799f6a6ff2430d22cec7a2 09:06:41 % Total % Received % Xferd Average Speed Time Time Time Current 09:06:41 Dload Upload Total Spent Left Speed 09:06:42 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20901 0 0 100 20901 0 25873 --:--:-- --:--:-- --:--:-- 25899 09:06:42 -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/cbcd560d226450c2fc49532ec953a0990705dfef [Pipeline] } 09:06:42 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 09:06:43 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 09:06:43 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:06:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 09:06:44 09:06:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 09:06:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 09:06:44 1.410.4: Pulling from edgex-devops/edgex-snyk-go 09:06:44 188c0c94c7c5: Pulling fs layer 09:06:44 0ef7d3d256c8: Pulling fs layer 09:06:44 de9db76c5a1d: Pulling fs layer 09:06:44 0eba1c9be4d2: Pulling fs layer 09:06:44 0d57e429df01: Pulling fs layer 09:06:44 4e4be7b47b0d: Pulling fs layer 09:06:44 e1f770b5df2f: Pulling fs layer 09:06:44 85a0685a4137: Pulling fs layer 09:06:44 4e4be7b47b0d: Waiting 09:06:44 e1f770b5df2f: Waiting 09:06:44 85a0685a4137: Waiting 09:06:44 0d57e429df01: Waiting 09:06:44 0eba1c9be4d2: Waiting 09:06:44 de9db76c5a1d: Verifying Checksum 09:06:44 de9db76c5a1d: Download complete 09:06:44 0ef7d3d256c8: Verifying Checksum 09:06:44 0ef7d3d256c8: Download complete 09:06:44 0d57e429df01: Verifying Checksum 09:06:44 0d57e429df01: Download complete 09:06:44 188c0c94c7c5: Verifying Checksum 09:06:44 188c0c94c7c5: Download complete 09:06:44 4e4be7b47b0d: Download complete 09:06:45 188c0c94c7c5: Pull complete 09:06:45 0ef7d3d256c8: Pull complete 09:06:45 e1f770b5df2f: Verifying Checksum 09:06:45 e1f770b5df2f: Download complete 09:06:45 de9db76c5a1d: Pull complete 09:06:47 0eba1c9be4d2: Verifying Checksum 09:06:47 0eba1c9be4d2: Download complete 09:06:48 85a0685a4137: Verifying Checksum 09:06:48 85a0685a4137: Download complete 09:06:53 0eba1c9be4d2: Pull complete 09:06:53 0d57e429df01: Pull complete 09:06:53 4e4be7b47b0d: Pull complete 09:06:55 e1f770b5df2f: Pull complete 09:07:03 85a0685a4137: Pull complete 09:07:03 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 09:07:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 09:07:03 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 09:07:03 prd-centos7-docker-4c-2g-13543 does not seem to be running inside a container 09:07:03 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 09:07:04 $ docker top 1b2992d66382f422374a2a6abc8f8a03571457897d090e0b6fd59ba8863a2cbe -eo pid,comm [Pipeline] { [Pipeline] echo 09:07:04 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 09:07:05 + set -o pipefail 09:07:05 + snyk monitor '--org=edgex-jenkins' 09:07:20 09:07:20 Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go)... 09:07:20 09:07:20 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/057beb34-70d8-4945-961c-fe027db76abc/history/ee08b650-8676-440f-8175-71215b049526 09:07:20 09:07:20 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 09:07:20 09:07:20 09:07:20 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 09:07:20 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 09:07:20 $ docker stop --time=1 1b2992d66382f422374a2a6abc8f8a03571457897d090e0b6fd59ba8863a2cbe 09:07:22 $ docker rm -f 1b2992d66382f422374a2a6abc8f8a03571457897d090e0b6fd59ba8863a2cbe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 09:07:24 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:07:24 provisioning config files... 09:07:24 copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4386573549230463732tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:07:24 --> edgex-publish-swagger.sh 09:07:24 === Publish openapi/v1 API === 09:07:24 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 09:07:24 [publishToSwagger] Publishing API Name [device-sdk] 09:07:24 % Total % Received % Xferd Average Speed Time Time Time Current 09:07:24 Dload Upload Total Spent Left Speed 09:07:25 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20188 0 0 100 20188 0 25720 --:--:-- --:--:-- --:--:-- 25717 09:07:25 09:07:25 09:07:25 === Publish openapi/v2 API === 09:07:25 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 09:07:25 [publishToSwagger] Publishing API Name [device-sdk] 09:07:25 % Total % Received % Xferd Average Speed Time Time Time Current 09:07:25 Dload Upload Total Spent Left Speed 09:07:26 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 49274 0 0 100 49274 0 66456 --:--:-- --:--:-- --:--:-- 66407 100 49274 0 0 100 49274 0 66439 --:--:-- --:--:-- --:--:-- 66407 09:07:26 09:07:26 [Pipeline] } 09:07:26 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:07:27 + git log --format=format:%s -1 cbcd560d226450c2fc49532ec953a0990705dfef [Pipeline] isUnix [Pipeline] sh 09:07:27 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:07:27 . [Pipeline] withDockerContainer 09:07:27 prd-centos7-docker-4c-2g-13543 does not seem to be running inside a container 09:07:27 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 09:07:28 $ docker top fd3b89ec428bdb7b3567bdebf9db029511c6d79bfe931d30818f4c8f50b5bdd1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:07:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:07:28 [ssh-agent] Looking for ssh-agent implementation... 09:07:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:07:29 $ docker exec fd3b89ec428bdb7b3567bdebf9db029511c6d79bfe931d30818f4c8f50b5bdd1 ssh-agent 09:07:29 SSH_AUTH_SOCK=/tmp/ssh-ktpWl4XsUF3E/agent.11 09:07:29 SSH_AGENT_PID=16 09:07:29 Running ssh-add (command line suppressed) 09:07:29 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4436337764501527141.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4436337764501527141.key) 09:07:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:07:29 + git semver tag 09:07:29 # -> Open(): unable to determine branch for HEAD 09:07:29 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 09:07:29 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 09:07:29 # $SEMVER_REMOTE_NAME = origin 09:07:29 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:07:29 # $SEMVER_USER_NAME = edgex-jenkins 09:07:29 # $SEMVER_BRANCH = master 09:07:29 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 09:07:29 # cbcd560d226450c2fc49532ec953a0990705dfef HEAD 09:07:29 # -> Force: false 09:07:29 # 4d851d8e913c272c2468ca172a8ff7f1edbf0145 refs/tags/v1.3.1-dev.4 [Pipeline] } 09:07:29 $ docker exec --env ******** --env ******** fd3b89ec428bdb7b3567bdebf9db029511c6d79bfe931d30818f4c8f50b5bdd1 ssh-agent -k 09:07:29 unset SSH_AUTH_SOCK; 09:07:29 unset SSH_AGENT_PID; 09:07:29 echo Agent pid 16 killed; 09:07:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:07:30 + git semver [Pipeline] } 09:07:30 $ docker stop --time=1 fd3b89ec428bdb7b3567bdebf9db029511c6d79bfe931d30818f4c8f50b5bdd1 09:07:31 $ docker rm -f fd3b89ec428bdb7b3567bdebf9db029511c6d79bfe931d30818f4c8f50b5bdd1 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 09:07:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:07:32 09:07:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 09:07:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:07:33 0.23.1-centos7: Pulling from edgex-lftools 09:07:33 ab5ef0e58194: Pulling fs layer 09:07:33 9712f1f96733: Pulling fs layer 09:07:33 63f879dbbcfc: Pulling fs layer 09:07:33 0d9ebad4ef96: Pulling fs layer 09:07:33 e9a5061849ea: Pulling fs layer 09:07:33 d747dcd14b5f: Pulling fs layer 09:07:33 2de7ff778b66: Pulling fs layer 09:07:33 d747dcd14b5f: Waiting 09:07:33 e9a5061849ea: Waiting 09:07:33 2de7ff778b66: Waiting 09:07:33 0d9ebad4ef96: Waiting 09:07:33 9712f1f96733: Verifying Checksum 09:07:33 9712f1f96733: Download complete 09:07:34 63f879dbbcfc: Verifying Checksum 09:07:34 63f879dbbcfc: Download complete 09:07:34 e9a5061849ea: Download complete 09:07:35 d747dcd14b5f: Verifying Checksum 09:07:35 d747dcd14b5f: Download complete 09:07:35 0d9ebad4ef96: Verifying Checksum 09:07:35 0d9ebad4ef96: Download complete 09:07:35 2de7ff778b66: Verifying Checksum 09:07:35 2de7ff778b66: Download complete 09:07:35 ab5ef0e58194: Verifying Checksum 09:07:35 ab5ef0e58194: Download complete 09:07:39 ab5ef0e58194: Pull complete 09:07:39 9712f1f96733: Pull complete 09:07:42 63f879dbbcfc: Pull complete 09:07:49 0d9ebad4ef96: Pull complete 09:07:51 e9a5061849ea: Pull complete 09:07:51 d747dcd14b5f: Pull complete 09:07:53 2de7ff778b66: Pull complete 09:07:53 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 09:07:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:07:53 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 09:07:53 prd-centos7-docker-4c-2g-13543 does not seem to be running inside a container 09:07:53 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 09:07:58 $ docker top c5f46a0574c791c9ab9bca89f5495fa73cb856de4b3c2d6e2ad43531b4ff5ac8 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 09:07:58 provisioning config files... 09:07:58 copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config66257931435610705tmp 09:07:58 copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8275102458307884245tmp 09:07:58 copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4389837738979603206tmp [Pipeline] { [Pipeline] echo 09:07:58 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 09:07:59 ---> sigul-configuration.sh 09:07:59 gpg: directory `/root/.gnupg' created 09:07:59 gpg: new configuration file `/root/.gnupg/gpg.conf' created 09:07:59 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 09:07:59 gpg: keyring `/root/.gnupg/secring.gpg' created 09:07:59 gpg: keyring `/root/.gnupg/pubring.gpg' created 09:07:59 gpg: CAST5 encrypted data 09:07:59 gpg: encrypted with 1 passphrase 09:07:59 gpg: WARNING: message was not integrity protected [Pipeline] sh 09:07:59 + mkdir /home/jenkins 09:07:59 + mkdir /home/jenkins/sigul [Pipeline] sh 09:08:00 + 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:08:00 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 09:08:00 ---> sigul-install.sh 09:08:06 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 09:08:07 + git tag --list 09:08:07 0.7.1 09:08:07 delhi-tag 09:08:07 v1.0.0 09:08:07 v1.1.0 09:08:07 v1.1.1 09:08:07 v1.1.2 09:08:07 v1.2.0 09:08:07 v1.2.1 09:08:07 v1.2.2 09:08:07 v1.2.3 09:08:07 v1.2.4-dev.1 09:08:07 v1.2.4-dev.10 09:08:07 v1.2.4-dev.11 09:08:07 v1.2.4-dev.12 09:08:07 v1.2.4-dev.13 09:08:07 v1.2.4-dev.14 09:08:07 v1.2.4-dev.15 09:08:07 v1.2.4-dev.16 09:08:07 v1.2.4-dev.17 09:08:07 v1.2.4-dev.18 09:08:07 v1.2.4-dev.19 09:08:07 v1.2.4-dev.2 09:08:07 v1.2.4-dev.20 09:08:07 v1.2.4-dev.21 09:08:07 v1.2.4-dev.22 09:08:07 v1.2.4-dev.23 09:08:07 v1.2.4-dev.24 09:08:07 v1.2.4-dev.25 09:08:07 v1.2.4-dev.26 09:08:07 v1.2.4-dev.27 09:08:07 v1.2.4-dev.28 09:08:07 v1.2.4-dev.29 09:08:07 v1.2.4-dev.3 09:08:07 v1.2.4-dev.30 09:08:07 v1.2.4-dev.31 09:08:07 v1.2.4-dev.32 09:08:07 v1.2.4-dev.33 09:08:07 v1.2.4-dev.34 09:08:07 v1.2.4-dev.35 09:08:07 v1.2.4-dev.4 09:08:07 v1.2.4-dev.5 09:08:07 v1.2.4-dev.6 09:08:07 v1.2.4-dev.7 09:08:07 v1.2.4-dev.8 09:08:07 v1.2.4-dev.9 09:08:07 v1.3.0 09:08:07 v1.3.1-dev.1 09:08:07 v1.3.1-dev.2 09:08:07 v1.3.1-dev.3 09:08:07 v1.3.1-dev.4 [Pipeline] sh 09:08:07 + lftools sign git-tag v1.3.1-dev.4 09:08:09 Signing Git tag with Sigul... 09:08:09 Signing v1.3.1-dev.4 [Pipeline] echo 09:08:10 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 09:08:10 ---> sigul-configuration-cleanup.sh [Pipeline] } 09:08:10 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 09:08:10 $ docker stop --time=1 c5f46a0574c791c9ab9bca89f5495fa73cb856de4b3c2d6e2ad43531b4ff5ac8 09:08:12 $ docker rm -f c5f46a0574c791c9ab9bca89f5495fa73cb856de4b3c2d6e2ad43531b4ff5ac8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 09:08:13 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:08:13 . [Pipeline] withDockerContainer 09:08:13 prd-centos7-docker-4c-2g-13543 does not seem to be running inside a container 09:08:14 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 09:08:14 $ docker top a08431a3d558243f0b427a27ba49c447ee664c44c9f40bea98fe5f169c9a210a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:08:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:08:15 [ssh-agent] Looking for ssh-agent implementation... 09:08:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:08:15 $ docker exec a08431a3d558243f0b427a27ba49c447ee664c44c9f40bea98fe5f169c9a210a ssh-agent 09:08:15 SSH_AUTH_SOCK=/tmp/ssh-FwhllKz07nRy/agent.12 09:08:15 SSH_AGENT_PID=17 09:08:15 Running ssh-add (command line suppressed) 09:08:15 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1976522585368679137.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1976522585368679137.key) 09:08:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:08:16 + git semver bump pre 09:08:16 # -> Open(): unable to determine branch for HEAD 09:08:16 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 09:08:16 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 09:08:16 # $SEMVER_REMOTE_NAME = origin 09:08:16 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:08:16 # $SEMVER_USER_NAME = edgex-jenkins 09:08:16 # $SEMVER_BRANCH = master 09:08:16 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 09:08:16 1.3.1-dev.5 [Pipeline] } 09:08:16 $ docker exec --env ******** --env ******** a08431a3d558243f0b427a27ba49c447ee664c44c9f40bea98fe5f169c9a210a ssh-agent -k 09:08:16 unset SSH_AUTH_SOCK; 09:08:16 unset SSH_AGENT_PID; 09:08:16 echo Agent pid 17 killed; 09:08:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:08:16 + git semver [Pipeline] } 09:08:16 $ docker stop --time=1 a08431a3d558243f0b427a27ba49c447ee664c44c9f40bea98fe5f169c9a210a 09:08:18 $ docker rm -f a08431a3d558243f0b427a27ba49c447ee664c44c9f40bea98fe5f169c9a210a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 09:08:18 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:08:18 . [Pipeline] withDockerContainer 09:08:18 prd-centos7-docker-4c-2g-13543 does not seem to be running inside a container 09:08:19 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 09:08:19 $ docker top a5eb08ec3c4a594c130fb84ca824d995faea0cd7ea5d69ea9560f58f91baf399 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:08:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:08:20 [ssh-agent] Looking for ssh-agent implementation... 09:08:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:08:20 $ docker exec a5eb08ec3c4a594c130fb84ca824d995faea0cd7ea5d69ea9560f58f91baf399 ssh-agent 09:08:20 SSH_AUTH_SOCK=/tmp/ssh-iYhM78JSidNd/agent.12 09:08:20 SSH_AGENT_PID=17 09:08:20 Running ssh-add (command line suppressed) 09:08:20 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7328594686022972367.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7328594686022972367.key) 09:08:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:08:21 + git semver push 09:08:21 # -> Open(): unable to determine branch for HEAD 09:08:21 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 09:08:21 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 09:08:21 # $SEMVER_REMOTE_NAME = origin 09:08:21 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:08:21 # $SEMVER_USER_NAME = edgex-jenkins 09:08:21 # $SEMVER_BRANCH = master 09:08:21 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 09:08:27 $ docker exec --env ******** --env ******** a5eb08ec3c4a594c130fb84ca824d995faea0cd7ea5d69ea9560f58f91baf399 ssh-agent -k 09:08:28 unset SSH_AUTH_SOCK; 09:08:28 unset SSH_AGENT_PID; 09:08:28 echo Agent pid 17 killed; 09:08:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:08:28 + git semver [Pipeline] } 09:08:28 $ docker stop --time=1 a5eb08ec3c4a594c130fb84ca824d995faea0cd7ea5d69ea9560f58f91baf399 09:08:30 $ docker rm -f a5eb08ec3c4a594c130fb84ca824d995faea0cd7ea5d69ea9560f58f91baf399 [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:08:31 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:08:32 ---> package-listing.sh 09:08:32 ++ facter osfamily 09:08:32 ++ tr '[:upper:]' '[:lower:]' 09:08:32 + OS_FAMILY=redhat 09:08:32 + workspace=/w/workspace/dgexfoundry_device-sdk-go_master 09:08:32 + START_PACKAGES=/tmp/packages_start.txt 09:08:32 + END_PACKAGES=/tmp/packages_end.txt 09:08:32 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:08:32 + PACKAGES=/tmp/packages_start.txt 09:08:32 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 09:08:32 + PACKAGES=/tmp/packages_end.txt 09:08:32 + case "${OS_FAMILY}" in 09:08:32 + rpm -qa 09:08:32 + sort 09:08:37 + '[' -f /tmp/packages_start.txt ']' 09:08:37 + '[' -f /tmp/packages_end.txt ']' 09:08:37 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:08:37 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 09:08:37 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ 09:08:37 + 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:08:37 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:08:38 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 09:08:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:08:38 09:08:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 09:08:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:08:38 alpine: Pulling from edgex-lftools-log-publisher 09:08:38 df20fa9351a1: Pulling fs layer 09:08:38 36b3adc4ff6f: Pulling fs layer 09:08:38 8ad3a11d3b57: Pulling fs layer 09:08:38 46f8f816bc3b: Pulling fs layer 09:08:38 93b61091891f: Pulling fs layer 09:08:38 93b9cdb0e59b: Pulling fs layer 09:08:38 5e14af77c1be: Pulling fs layer 09:08:38 01666e4c0597: Pulling fs layer 09:08:38 aa168da1d23b: Pulling fs layer 09:08:38 46f8f816bc3b: Waiting 09:08:38 93b61091891f: Waiting 09:08:38 5e14af77c1be: Waiting 09:08:38 93b9cdb0e59b: Waiting 09:08:38 01666e4c0597: Waiting 09:08:38 aa168da1d23b: Waiting 09:08:38 36b3adc4ff6f: Verifying Checksum 09:08:38 36b3adc4ff6f: Download complete 09:08:38 46f8f816bc3b: Verifying Checksum 09:08:38 46f8f816bc3b: Download complete 09:08:39 df20fa9351a1: Verifying Checksum 09:08:39 df20fa9351a1: Download complete 09:08:39 93b9cdb0e59b: Verifying Checksum 09:08:39 93b9cdb0e59b: Download complete 09:08:39 5e14af77c1be: Verifying Checksum 09:08:39 5e14af77c1be: Download complete 09:08:39 93b61091891f: Verifying Checksum 09:08:39 93b61091891f: Download complete 09:08:39 01666e4c0597: Verifying Checksum 09:08:39 01666e4c0597: Download complete 09:08:39 8ad3a11d3b57: Verifying Checksum 09:08:39 8ad3a11d3b57: Download complete 09:08:39 df20fa9351a1: Pull complete 09:08:39 36b3adc4ff6f: Pull complete 09:08:40 8ad3a11d3b57: Pull complete 09:08:41 46f8f816bc3b: Pull complete 09:08:41 aa168da1d23b: Verifying Checksum 09:08:41 aa168da1d23b: Download complete 09:08:42 93b61091891f: Pull complete 09:08:42 93b9cdb0e59b: Pull complete 09:08:42 5e14af77c1be: Pull complete 09:08:42 01666e4c0597: Pull complete 09:08:49 aa168da1d23b: Pull complete 09:08:49 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 09:08:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:08:49 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 09:08:49 prd-centos7-docker-4c-2g-13543 does not seem to be running inside a container 09:08:49 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 09:08:52 $ docker top 3de6c533de57bb97a09a636ee7abc7664f8df5b2edb177defe1c1d0dbde14bbf -eo pid,comm [Pipeline] { [Pipeline] sh 09:08:52 + touch /tmp/pre-build-complete [Pipeline] sh 09:08:52 + mkdir -p /var/log/sa [Pipeline] sh 09:08:53 + ls /var/log/sa-host 09:08:53 + sadf -c /var/log/sa-host/sa23 09:08:53 file_magic: OK 09:08:53 HZ: Using current value: 100 09:08:53 file_header: OK 09:08:53 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:08:53 Statistics: 09:08:53 Hnuu...uuuununununu... 09:08:53 File successfully converted to sysstat format version 12.2.1 09:08:53 + sadf -c /var/log/sa-host/sa26 09:08:53 file_magic: OK 09:08:53 HZ: Using current value: 100 09:08:53 file_header: OK 09:08:53 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:08:53 Statistics: 09:08:53 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 09:08:53 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:08:53 provisioning config files... 09:08:53 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1740976661197192685tmp [Pipeline] { [Pipeline] echo 09:08:54 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:08:54 ---> create-netrc.sh [Pipeline] } 09:08:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 09:08:54 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 09:08:54 ---> python-tools-install.sh [Pipeline] echo 09:08:54 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 09:08:55 ---> sudo-logs.sh 09:08:55 Archiving 'sudo' log.. [Pipeline] echo 09:08:55 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 09:08:55 ---> job-cost.sh 09:08:55 lf-activate-venv: SKIPPING 09:08:55 INFO: No Stack... 09:08:57 INFO: Retrieving Pricing Info for: v1-standard-2 09:08:57 INFO: Archiving Costs [Pipeline] echo 09:08:57 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:08:58 ---> logs-deploy.sh 09:08:58 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/91 09:08:58 INFO: archiving workspace using pattern(s): 09:08:59 Archives upload complete. 09:08:59 INFO: archiving logs to Nexus 09:09:00 ---> uname -a: 09:09:00 Linux prd-centos7-docker-4c-2g-13543.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:09:00 09:09:00 09:09:00 ---> lscpu: 09:09:00 Architecture: x86_64 09:09:00 CPU op-mode(s): 32-bit, 64-bit 09:09:00 Byte Order: Little Endian 09:09:00 Address sizes: 40 bits physical, 48 bits virtual 09:09:00 CPU(s): 4 09:09:00 On-line CPU(s) list: 0-3 09:09:00 Thread(s) per core: 1 09:09:00 Core(s) per socket: 1 09:09:00 Socket(s): 4 09:09:00 NUMA node(s): 1 09:09:00 Vendor ID: GenuineIntel 09:09:00 CPU family: 6 09:09:00 Model: 44 09:09:00 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 09:09:00 Stepping: 1 09:09:00 CPU MHz: 2933.438 09:09:00 BogoMIPS: 5866.87 09:09:00 Virtualization: VT-x 09:09:00 Hypervisor vendor: KVM 09:09:00 Virtualization type: full 09:09:00 L1d cache: 128 KiB 09:09:00 L1i cache: 128 KiB 09:09:00 L2 cache: 16 MiB 09:09:00 L3 cache: 64 MiB 09:09:00 NUMA node0 CPU(s): 0-3 09:09:00 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 09:09:00 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 09:09:00 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 09:09:00 Vulnerability Meltdown: Mitigation; PTI 09:09:00 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 09:09:00 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 09:09:00 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 09:09:00 Vulnerability Srbds: Not affected 09:09:00 Vulnerability Tsx async abort: Not affected 09:09:00 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:09:00 09:09:00 09:09:00 ---> nproc: 09:09:00 4 09:09:00 09:09:00 09:09:00 ---> df -h: 09:09:00 Filesystem Size Used Available Use% Mounted on 09:09:00 overlay 50.0G 8.5G 41.4G 17% / 09:09:00 tmpfs 64.0M 0 64.0M 0% /dev 09:09:00 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 09:09:00 shm 64.0M 0 64.0M 0% /dev/shm 09:09:00 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 09:09:00 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 09:09:00 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 09:09:00 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 09:09:00 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dgexfoundry_device-sdk-go_master@tmp 09:09:00 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 09:09:00 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 09:09:00 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 09:09:00 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 09:09:00 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dgexfoundry_device-sdk-go_master 09:09:00 09:09:00 09:09:00 ---> free -m: 09:09:00 total used free shared buff/cache available 09:09:00 Mem: 1837 823 146 0 867 949 09:09:00 Swap: 1023 2 1021 09:09:00 09:09:00 09:09:00 ---> ip addr: 09:09:00 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 09:09:00 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 09:09:00 inet 127.0.0.1/8 scope host lo 09:09:00 valid_lft forever preferred_lft forever 09:09:00 inet6 ::1/128 scope host 09:09:00 valid_lft forever preferred_lft forever 09:09:00 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 09:09:00 link/ether fa:16:3e:12:81:ec brd ff:ff:ff:ff:ff:ff 09:09:00 inet 10.30.122.144/23 brd 10.30.123.255 scope global dynamic eth0 09:09:00 valid_lft 85646sec preferred_lft 85646sec 09:09:00 inet6 fe80::f816:3eff:fe12:81ec/64 scope link 09:09:00 valid_lft forever preferred_lft forever 09:09:00 3: docker0: mtu 1500 qdisc noqueue state DOWN 09:09:00 link/ether 02:42:5a:e6:61:e8 brd ff:ff:ff:ff:ff:ff 09:09:00 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 09:09:00 valid_lft forever preferred_lft forever 09:09:00 inet6 fe80::42:5aff:fee6:61e8/64 scope link 09:09:00 valid_lft forever preferred_lft forever 09:09:00 09:09:00 09:09:00 ---> sar -b -r -n DEV: 09:09:00 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 11/26/20 _x86_64_ (4 CPU) 09:09:00 09:09:00 08:56:11 LINUX RESTART (4 CPU) 09:09:00 09:09:00 08:57:03 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 09:09:00 08:58:01 30.97 11.87 19.10 0.00 4636.31 3187.91 0.00 09:09:00 08:59:01 1.85 0.00 1.85 0.00 0.00 35.88 0.00 09:09:00 09:00:01 0.32 0.00 0.32 0.00 0.00 3.90 0.00 09:09:00 09:01:01 0.23 0.02 0.22 0.00 0.13 3.10 0.00 09:09:00 09:02:01 0.38 0.08 0.30 0.00 1.60 4.94 0.00 09:09:00 09:03:01 0.35 0.00 0.35 0.00 0.00 4.83 0.00 09:09:00 09:04:01 0.23 0.00 0.23 0.00 0.00 2.83 0.00 09:09:00 09:05:01 0.18 0.00 0.18 0.00 0.00 2.35 0.00 09:09:00 09:06:01 0.20 0.00 0.20 0.00 0.00 2.72 0.00 09:09:00 09:07:01 194.54 114.89 79.65 0.00 4203.42 29877.28 0.00 09:09:00 09:08:01 285.27 121.10 164.18 0.00 7842.53 36226.17 0.00 09:09:00 Average: 46.89 22.61 24.28 0.00 1508.67 6323.85 0.00 09:09:00 09:09:00 08:57:03 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 09:09:00 08:58:01 178076 0 579484 30.80 2620 1121364 1123840 38.35 399692 1101576 20 09:09:00 08:59:01 181600 0 575956 30.61 2620 1121368 1119104 38.19 398504 1100136 8 09:09:00 09:00:01 181704 0 575844 30.60 2620 1121376 1103684 37.67 398028 1100824 20 09:09:00 09:01:01 181604 0 575944 30.61 2620 1121376 1102236 37.62 407096 1091708 12 09:09:00 09:02:01 181540 0 575880 30.61 2620 1121504 1084660 37.02 409712 1089900 8 09:09:00 09:03:01 181560 0 575820 30.60 2620 1121544 1084696 37.02 427712 1072000 24 09:09:00 09:04:01 181924 0 575488 30.59 2620 1121512 1078420 36.80 427868 1071784 8 09:09:00 09:05:01 181128 0 576276 30.63 2620 1121520 1078456 36.81 428240 1071788 12 09:09:00 09:06:01 182944 0 574456 30.53 2620 1121524 1078252 36.80 426960 1071784 12 09:09:00 09:07:01 237376 0 664808 35.33 2596 976764 1281876 43.75 430248 963300 45912 09:09:00 09:08:01 86112 0 783392 41.64 1576 1010464 1230108 41.98 594392 874176 500 09:09:00 Average: 177779 0 603032 32.05 2523 1098211 1124121 38.36 431677 1055361 4231 09:09:00 09:09:00 08:57:03 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 09:09:00 08:58:01 eth0 85.19 69.72 373.26 28.49 0.00 0.00 0.00 0.00 09:09:00 08:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:09:00 08:58:01 docker0 6.68 4.94 1.15 20.77 0.00 0.00 0.00 0.00 09:09:00 08:59:01 eth0 3.10 0.67 0.74 0.40 0.00 0.00 0.00 0.00 09:09:00 08:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:09:00 08:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:09:00 09:00:01 eth0 3.88 1.20 1.26 0.79 0.00 0.00 0.00 0.00 09:09:00 09:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:09:00 09:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:09:00 09:01:01 eth0 1.00 0.50 0.63 0.39 0.00 0.00 0.00 0.00 09:09:00 09:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:09:00 09:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:09:00 09:02:01 eth0 0.92 0.23 0.20 0.07 0.00 0.00 0.00 0.00 09:09:00 09:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:09:00 09:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:09:00 09:03:01 eth0 1.85 0.30 0.39 0.20 0.00 0.00 0.00 0.00 09:09:00 09:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:09:00 09:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:09:00 09:04:01 eth0 2.93 0.65 0.72 0.37 0.00 0.00 0.00 0.00 09:09:00 09:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:09:00 09:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:09:00 09:05:01 eth0 1.12 0.58 0.56 0.39 0.00 0.00 0.00 0.00 09:09:00 09:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:09:00 09:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:09:00 09:06:01 eth0 0.13 0.10 0.01 0.04 0.00 0.00 0.00 0.00 09:09:00 09:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:09:00 09:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:09:00 09:07:01 eth0 423.73 370.57 4064.20 30.52 0.00 0.00 0.00 0.00 09:09:00 09:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:09:00 09:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:09:00 09:08:01 eth0 454.01 403.93 3389.75 93.28 0.00 0.00 0.00 0.00 09:09:00 09:08:01 vethabe35a8 0.13 0.22 0.01 0.04 0.00 0.00 0.00 0.00 09:09:00 09:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:09:00 09:08:01 docker0 35.02 34.39 3.08 153.45 0.00 0.00 0.00 0.00 09:09:00 Average: eth0 89.04 77.27 714.25 14.05 0.00 0.00 0.00 0.00 09:09:00 Average: vethabe35a8 0.01 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:09:00 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:09:00 Average: docker0 3.78 3.57 0.38 15.83 0.00 0.00 0.00 0.00 09:09:00 09:09:00 09:09:00 ---> sar -P ALL: 09:09:00 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 11/26/20 _x86_64_ (4 CPU) 09:09:00 09:09:00 08:56:11 LINUX RESTART (4 CPU) 09:09:00 09:09:00 08:57:03 CPU %user %nice %system %iowait %steal %idle 09:09:00 08:58:01 all 2.86 0.00 1.88 0.58 0.00 94.68 09:09:00 08:58:01 0 2.82 0.00 1.85 0.29 0.00 95.03 09:09:00 08:58:01 1 2.86 0.00 1.89 0.61 0.00 94.65 09:09:00 08:58:01 2 3.24 0.00 2.06 1.25 0.00 93.45 09:09:00 08:58:01 3 2.51 0.00 1.73 0.16 0.02 95.58 09:09:00 08:59:01 all 0.17 0.00 0.05 0.00 0.01 99.77 09:09:00 08:59:01 0 0.25 0.00 0.03 0.00 0.03 99.68 09:09:00 08:59:01 1 0.07 0.00 0.05 0.00 0.00 99.88 09:09:00 08:59:01 2 0.32 0.00 0.08 0.00 0.02 99.58 09:09:00 08:59:01 3 0.03 0.00 0.05 0.00 0.00 99.92 09:09:00 09:00:01 all 0.20 0.00 0.08 0.00 0.00 99.72 09:09:00 09:00:01 0 0.07 0.00 0.08 0.00 0.00 99.85 09:09:00 09:00:01 1 0.40 0.00 0.08 0.00 0.00 99.52 09:09:00 09:00:01 2 0.28 0.00 0.05 0.00 0.00 99.67 09:09:00 09:00:01 3 0.07 0.00 0.10 0.00 0.00 99.83 09:09:00 09:01:01 all 0.17 0.00 0.05 0.00 0.00 99.77 09:09:00 09:01:01 0 0.08 0.00 0.02 0.00 0.00 99.90 09:09:00 09:01:01 1 0.53 0.00 0.08 0.00 0.00 99.38 09:09:00 09:01:01 2 0.03 0.00 0.07 0.00 0.00 99.90 09:09:00 09:01:01 3 0.05 0.00 0.03 0.00 0.02 99.90 09:09:00 09:02:01 all 0.17 0.00 0.05 0.00 0.00 99.78 09:09:00 09:02:01 0 0.02 0.00 0.03 0.00 0.00 99.95 09:09:00 09:02:01 1 0.52 0.00 0.07 0.02 0.00 99.40 09:09:00 09:02:01 2 0.08 0.00 0.07 0.00 0.00 99.85 09:09:00 09:02:01 3 0.05 0.00 0.03 0.00 0.00 99.92 09:09:00 09:03:01 all 0.15 0.00 0.07 0.00 0.00 99.77 09:09:00 09:03:01 0 0.02 0.00 0.02 0.00 0.00 99.97 09:09:00 09:03:01 1 0.25 0.00 0.18 0.00 0.00 99.57 09:09:00 09:03:01 2 0.32 0.00 0.07 0.00 0.00 99.62 09:09:00 09:03:01 3 0.03 0.00 0.03 0.00 0.00 99.93 09:09:00 09:04:01 all 0.17 0.00 0.03 0.00 0.00 99.80 09:09:00 09:04:01 0 0.07 0.00 0.07 0.00 0.00 99.87 09:09:00 09:04:01 1 0.03 0.00 0.02 0.00 0.00 99.95 09:09:00 09:04:01 2 0.57 0.00 0.02 0.00 0.00 99.42 09:09:00 09:04:01 3 0.02 0.00 0.02 0.00 0.00 99.97 09:09:00 09:05:01 all 0.17 0.00 0.03 0.00 0.00 99.80 09:09:00 09:05:01 0 0.07 0.00 0.03 0.00 0.00 99.90 09:09:00 09:05:01 1 0.02 0.00 0.02 0.00 0.00 99.97 09:09:00 09:05:01 2 0.55 0.00 0.03 0.00 0.00 99.42 09:09:00 09:05:01 3 0.03 0.00 0.05 0.00 0.00 99.92 09:09:00 09:06:01 all 0.15 0.00 0.03 0.00 0.00 99.82 09:09:00 09:06:01 0 0.02 0.00 0.02 0.00 0.00 99.97 09:09:00 09:06:01 1 0.02 0.00 0.02 0.00 0.00 99.97 09:09:00 09:06:01 2 0.52 0.00 0.02 0.00 0.00 99.47 09:09:00 09:06:01 3 0.05 0.00 0.05 0.00 0.00 99.90 09:09:00 09:07:01 all 7.24 0.00 5.03 1.42 0.02 86.29 09:09:00 09:07:01 0 6.99 0.00 4.94 0.98 0.02 87.08 09:09:00 09:07:01 1 7.13 0.00 5.13 1.98 0.02 85.75 09:09:00 09:07:01 2 7.93 0.00 4.91 0.66 0.03 86.47 09:09:00 09:07:01 3 6.90 0.00 5.16 2.07 0.02 85.85 09:09:00 09:08:01 all 10.72 0.00 8.61 4.20 0.03 76.44 09:09:00 09:08:01 0 10.08 0.00 9.13 3.02 0.03 77.73 09:09:00 09:08:01 1 10.77 0.00 8.00 5.94 0.03 75.25 09:09:00 09:08:01 2 10.39 0.00 8.92 4.15 0.02 76.53 09:09:00 09:08:01 3 11.64 0.00 8.42 3.69 0.02 76.24 09:09:00 09:09:00 Average: CPU %user %nice %system %iowait %steal %idle 09:09:00 Average: all 1.99 0.00 1.43 0.56 0.01 96.02 09:09:00 Average: 0 1.83 0.00 1.45 0.38 0.01 96.32 09:09:00 Average: 1 2.03 0.00 1.39 0.77 0.00 95.80 09:09:00 Average: 2 2.18 0.00 1.46 0.54 0.01 95.80 09:09:00 Average: 3 1.92 0.00 1.41 0.53 0.01 96.14 09:09:00 09:09:00 09:09:00