Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 62dc0a4d0d8d70c39ca7894a25731db064e1c9c7 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-28925’ is offline Running on prd-centos7-docker-4c-2g-28928 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 62dc0a4d0d8d70c39ca7894a25731db064e1c9c7 (master) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 62dc0a4d0d8d70c39ca7894a25731db064e1c9c7 # timeout=10 Commit message: "Merge pull request #804 from weichou1229/issue-803" > git rev-list --no-walk d38291b108151c678147caa989c3776b19aa5fc1 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:27:18 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:27:19 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:27:19 ========================================================= 03:27:19 EdgeX Global Pipelines Version Info 03:27:19 ========================================================= [Pipeline] libraryResource [Pipeline] sh 03:27:20 ------------------- 03:27:20 stable info: 03:27:20 ------------------- 03:27:20 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:27:20 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 03:27:20 Message: update stable to v1.0.184 03:27:22 ------------------- 03:27:22 experimental info: 03:27:22 ------------------- 03:27:22 Commited By: **** collab-it+edgex@linuxfoundation.org 03:27:22 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 03:27:22 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 03:27:22 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 03:27:22 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 03:27:22 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:27:22 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:27:22 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:27:23 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 03:27:23 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 03:27:23 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 03:27:23 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 03:27:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:27:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:27:23 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 03:27:23 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:27:23 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:27:24 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 03:27:24 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 03:27:24 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 03:27:24 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 03:27:24 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 03:27:24 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 03:27:24 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 03:27:24 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 03:27:24 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 03:27:24 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 03:27:25 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 03:27:25 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 03:27:25 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 03:27:25 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 03:27:25 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 03:27:25 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 62dc0a4d0d8d70c39ca7894a25731db064e1c9c7 [Pipeline] echo 03:27:25 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 62dc0a4 [Pipeline] echo 03:27:25 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:27:25 provisioning config files... 03:27:25 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config632620997737579034tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:27:26 ---> docker-login.sh 03:27:26 nexus3.edgexfoundry.org:10001 03:27:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:27:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:27:26 Configure a credential helper to remove this warning. See 03:27:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:27:26 03:27:26 Login Succeeded 03:27:26 nexus3.edgexfoundry.org:10002 03:27:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:27:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:27:26 Configure a credential helper to remove this warning. See 03:27:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:27:26 03:27:26 Login Succeeded 03:27:26 nexus3.edgexfoundry.org:10003 03:27:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:27:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:27:27 Configure a credential helper to remove this warning. See 03:27:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:27:27 03:27:27 Login Succeeded 03:27:27 nexus3.edgexfoundry.org:10004 03:27:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:27:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:27:27 Configure a credential helper to remove this warning. See 03:27:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:27:27 03:27:27 Login Succeeded 03:27:27 docker.io 03:27:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:27:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:27:27 Configure a credential helper to remove this warning. See 03:27:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:27:27 03:27:27 Login Succeeded 03:27:27 ---> docker-login.sh ends [Pipeline] } 03:27:27 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:27:28 + git log --format=format:%s -1 62dc0a4d0d8d70c39ca7894a25731db064e1c9c7 [Pipeline] echo 03:27:28 GIT_COMMIT: 62dc0a4d0d8d70c39ca7894a25731db064e1c9c7, Commit Message: Merge pull request #804 from weichou1229/issue-803 [Pipeline] echo 03:27:28 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 03:27:29 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:27:29 03:27:29 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 03:27:29 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:27:29 latest: Pulling from edgex-devops/git-semver 03:27:29 31603596830f: Pulling fs layer 03:27:29 2a8b12db71e7: Pulling fs layer 03:27:29 6ca5941a6612: Pulling fs layer 03:27:29 ecc8261a40a4: Pulling fs layer 03:27:29 ecc8261a40a4: Waiting 03:27:29 2a8b12db71e7: Verifying Checksum 03:27:29 2a8b12db71e7: Download complete 03:27:29 31603596830f: Verifying Checksum 03:27:29 31603596830f: Download complete 03:27:29 6ca5941a6612: Verifying Checksum 03:27:29 6ca5941a6612: Download complete 03:27:29 ecc8261a40a4: Verifying Checksum 03:27:29 ecc8261a40a4: Download complete 03:27:30 31603596830f: Pull complete 03:27:30 2a8b12db71e7: Pull complete 03:27:31 6ca5941a6612: Pull complete 03:27:31 ecc8261a40a4: Pull complete 03:27:31 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 03:27:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:27:31 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 03:27:31 prd-centos7-docker-4c-2g-28928 does not seem to be running inside a container 03:27:31 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 03:27:33 $ docker top 8eecdeb069324cb62a20656d723bb9ddf94bc6cb283dff107f0f0f32e1809505 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:27:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:27:33 [ssh-agent] Looking for ssh-agent implementation... 03:27:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:27:34 $ docker exec 8eecdeb069324cb62a20656d723bb9ddf94bc6cb283dff107f0f0f32e1809505 ssh-agent 03:27:34 SSH_AUTH_SOCK=/tmp/ssh-usqmJA3Noanb/agent.11 03:27:34 SSH_AGENT_PID=16 03:27:34 Running ssh-add (command line suppressed) 03:27:34 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_506317779339541931.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_506317779339541931.key) 03:27:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:27:34 + git tag --points-at HEAD [Pipeline] } 03:27:34 $ docker exec --env ******** --env ******** 8eecdeb069324cb62a20656d723bb9ddf94bc6cb283dff107f0f0f32e1809505 ssh-agent -k 03:27:34 unset SSH_AUTH_SOCK; 03:27:34 unset SSH_AGENT_PID; 03:27:34 echo Agent pid 16 killed; 03:27:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 03:27:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:27:35 [ssh-agent] Looking for ssh-agent implementation... 03:27:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:27:35 $ docker exec 8eecdeb069324cb62a20656d723bb9ddf94bc6cb283dff107f0f0f32e1809505 ssh-agent 03:27:35 SSH_AUTH_SOCK=/tmp/ssh-97ydVLp3HXcF/agent.45 03:27:35 SSH_AGENT_PID=51 03:27:35 Running ssh-add (command line suppressed) 03:27:35 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7732142549397879846.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7732142549397879846.key) 03:27:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:27:36 + git semver init 03:27:36 # -> Open(): unable to determine branch for HEAD 03:27:36 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 03:27:36 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 03:27:36 # $SEMVER_REMOTE_NAME = origin 03:27:36 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:27:36 # $SEMVER_USER_NAME = edgex-jenkins 03:27:36 # $SEMVER_BRANCH = master 03:27:36 # $SEMVER_TEMP = /tmp/semver-438319343 03:27:36 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 03:27:36 # '/tmp/semver-438319343' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' 03:27:36 # -> Force: false 03:27:36 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 03:27:36 $ docker exec --env ******** --env ******** 8eecdeb069324cb62a20656d723bb9ddf94bc6cb283dff107f0f0f32e1809505 ssh-agent -k 03:27:36 unset SSH_AUTH_SOCK; 03:27:36 unset SSH_AGENT_PID; 03:27:36 echo Agent pid 51 killed; 03:27:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:27:37 + git semver [Pipeline] } 03:27:37 $ docker stop --time=1 8eecdeb069324cb62a20656d723bb9ddf94bc6cb283dff107f0f0f32e1809505 03:27:39 $ docker rm -f 8eecdeb069324cb62a20656d723bb9ddf94bc6cb283dff107f0f0f32e1809505 [Pipeline] // withDockerContainer [Pipeline] sh 03:27:39 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 03:27:41 Stashed 1 file(s) [Pipeline] echo 03:27:41 [edgeXSemver]: initialized semver on version 2.0.0-dev.18 [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 03:27:56 Still waiting to schedule task 03:27:56 Waiting for next available executor on ‘centos7-docker-4c-2g’ 03:27:56 Still waiting to schedule task 03:27:56 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 03:29:38 Running on prd-ubuntu18.04-docker-arm64-4c-16g-28929 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 03:29:38 Running in /w/workspace/device-sdk-go/123 [Pipeline] { [Pipeline] checkout 03:29:44 using credential edgex-jenkins-ssh 03:29:44 Cloning the remote Git repository 03:29:44 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 03:29:44 > git init /w/workspace/device-sdk-go/123 # timeout=10 03:29:44 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 03:29:44 > git --version # timeout=10 03:29:44 > git --version # 'git version 2.17.1' 03:29:44 using GIT_SSH to set credentials SSH Credentials for GitHub 03:29:44 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:29:46 Checking out Revision 62dc0a4d0d8d70c39ca7894a25731db064e1c9c7 (master) 03:29:45 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 03:29:45 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:29:45 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 03:29:45 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 03:29:45 using GIT_SSH to set credentials SSH Credentials for GitHub 03:29:45 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 03:29:46 > git config core.sparsecheckout # timeout=10 03:29:46 > git checkout -f 62dc0a4d0d8d70c39ca7894a25731db064e1c9c7 # timeout=10 03:29:50 Commit message: "Merge pull request #804 from weichou1229/issue-803" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:29:52 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 03:29:52 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:29:53 + sudo service docker restart 03:29:53 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:29:55 provisioning config files... 03:29:55 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/123@tmp/config8874888328569332995tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:29:56 ---> docker-login.sh 03:29:56 nexus3.edgexfoundry.org:10001 03:29:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:29:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:29:57 Configure a credential helper to remove this warning. See 03:29:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:29:57 03:29:57 Login Succeeded 03:29:57 nexus3.edgexfoundry.org:10002 03:29:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:29:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:29:58 Configure a credential helper to remove this warning. See 03:29:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:29:58 03:29:58 Login Succeeded 03:29:58 nexus3.edgexfoundry.org:10003 03:29:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:29:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:29:58 Configure a credential helper to remove this warning. See 03:29:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:29:58 03:29:58 Login Succeeded 03:29:58 nexus3.edgexfoundry.org:10004 03:29:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:29:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:29:58 Configure a credential helper to remove this warning. See 03:29:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:29:58 03:29:58 Login Succeeded 03:29:58 docker.io 03:29:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:29:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:29:59 Configure a credential helper to remove this warning. See 03:29:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:29:59 03:29:59 Login Succeeded 03:29:59 ---> docker-login.sh ends [Pipeline] } 03:29:59 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 03:30:00 ========================================================= 03:30:00 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 03:30:00 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:30:00 + 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 . 03:30:01 Sending build context to Docker daemon 2.43MB 03:30:01 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 03:30:01 Step 2/8 : FROM ${BASE} 03:30:01 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:30:01 5f621e34cdf4: Pulling fs layer 03:30:01 a4357932f1b6: Pulling fs layer 03:30:01 18c013af1878: Pulling fs layer 03:30:01 00ac8860ef70: Pulling fs layer 03:30:01 63d7cb157983: Pulling fs layer 03:30:01 b116817d02f9: Pulling fs layer 03:30:01 745a02a5169b: Pulling fs layer 03:30:01 00ac8860ef70: Waiting 03:30:01 63d7cb157983: Waiting 03:30:01 b116817d02f9: Waiting 03:30:01 745a02a5169b: Waiting 03:30:01 18c013af1878: Verifying Checksum 03:30:01 18c013af1878: Download complete 03:30:01 a4357932f1b6: Verifying Checksum 03:30:01 a4357932f1b6: Download complete 03:30:01 63d7cb157983: Verifying Checksum 03:30:01 63d7cb157983: Download complete 03:30:01 5f621e34cdf4: Verifying Checksum 03:30:01 5f621e34cdf4: Download complete 03:30:01 b116817d02f9: Download complete 03:30:02 5f621e34cdf4: Pull complete 03:30:02 a4357932f1b6: Pull complete 03:30:02 18c013af1878: Pull complete 03:30:04 745a02a5169b: Download complete 03:30:05 00ac8860ef70: Verifying Checksum 03:30:05 00ac8860ef70: Download complete 03:30:10 Running on prd-centos7-docker-4c-2g-28931 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 03:30:10 Running in /w/workspace/device-sdk-go/123 [Pipeline] { [Pipeline] checkout 03:30:12 using credential edgex-jenkins-ssh 03:30:12 Cloning the remote Git repository 03:30:12 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 03:30:12 > git init /w/workspace/device-sdk-go/123 # timeout=10 03:30:12 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 03:30:12 > git --version # timeout=10 03:30:12 > git --version # 'git version 2.24.3' 03:30:12 using GIT_SSH to set credentials SSH Credentials for GitHub 03:30:12 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:30:14 Checking out Revision 62dc0a4d0d8d70c39ca7894a25731db064e1c9c7 (master) 03:30:13 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 03:30:13 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:30:13 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 03:30:13 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 03:30:13 using GIT_SSH to set credentials SSH Credentials for GitHub 03:30:13 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 03:30:14 > git config core.sparsecheckout # timeout=10 03:30:14 > git checkout -f 62dc0a4d0d8d70c39ca7894a25731db064e1c9c7 # timeout=10 03:30:15 00ac8860ef70: Pull complete 03:30:15 63d7cb157983: Pull complete 03:30:15 b116817d02f9: Pull complete 03:30:17 Commit message: "Merge pull request #804 from weichou1229/issue-803" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:30:19 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 03:30:19 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:30:19 + true 03:30:19 + sudo service docker restart 03:30:19 Redirecting to /bin/systemctl restart docker.service 03:30:20 745a02a5169b: Pull complete 03:30:20 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 03:30:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 03:30:20 ---> b7e6874047d6 03:30:20 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:30:21 provisioning config files... 03:30:21 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/123@tmp/config7634404711018065020tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:30:21 ---> docker-login.sh 03:30:21 nexus3.edgexfoundry.org:10001 03:30:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:30:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:30:21 Configure a credential helper to remove this warning. See 03:30:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:30:21 03:30:21 Login Succeeded 03:30:21 nexus3.edgexfoundry.org:10002 03:30:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:30:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:30:22 Configure a credential helper to remove this warning. See 03:30:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:30:22 03:30:22 Login Succeeded 03:30:22 nexus3.edgexfoundry.org:10003 03:30:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:30:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:30:22 Configure a credential helper to remove this warning. See 03:30:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:30:22 03:30:22 Login Succeeded 03:30:22 nexus3.edgexfoundry.org:10004 03:30:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:30:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:30:22 Configure a credential helper to remove this warning. See 03:30:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:30:22 03:30:22 Login Succeeded 03:30:22 docker.io 03:30:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:30:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:30:22 Configure a credential helper to remove this warning. See 03:30:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:30:22 03:30:22 Login Succeeded 03:30:22 ---> docker-login.sh ends 03:30:22 ---> Running in 25755b7b01a4 [Pipeline] } 03:30:22 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 03:30:23 Removing intermediate container 25755b7b01a4 03:30:23 ---> 854f3b5ae4e7 03:30:23 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:30:23 ---> Running in 92be81ea80dd [Pipeline] echo 03:30:23 ========================================================= 03:30:23 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 03:30:23 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:30:23 + 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 . 03:30:23 Sending build context to Docker daemon 2.431MB 03:30:23 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 03:30:23 Step 2/8 : FROM ${BASE} 03:30:23 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 03:30:23 188c0c94c7c5: Pulling fs layer 03:30:23 0ef7d3d256c8: Pulling fs layer 03:30:23 de9db76c5a1d: Pulling fs layer 03:30:23 bca2f99d35d6: Pulling fs layer 03:30:23 93359f2a8cfa: Pulling fs layer 03:30:23 7c6f9722023f: Pulling fs layer 03:30:23 a35cf1a2eb13: Pulling fs layer 03:30:23 bca2f99d35d6: Waiting 03:30:23 93359f2a8cfa: Waiting 03:30:23 7c6f9722023f: Waiting 03:30:23 a35cf1a2eb13: Waiting 03:30:23 de9db76c5a1d: Verifying Checksum 03:30:23 de9db76c5a1d: Download complete 03:30:23 0ef7d3d256c8: Download complete 03:30:23 93359f2a8cfa: Verifying Checksum 03:30:23 93359f2a8cfa: Download complete 03:30:23 188c0c94c7c5: Verifying Checksum 03:30:23 7c6f9722023f: Verifying Checksum 03:30:23 7c6f9722023f: Download complete 03:30:24 188c0c94c7c5: Pull complete 03:30:24 0ef7d3d256c8: Pull complete 03:30:24 de9db76c5a1d: Pull complete 03:30:25 Removing intermediate container 92be81ea80dd 03:30:25 ---> 3d6982176a33 03:30:25 Step 5/8 : RUN apk add --update --no-cache make git 03:30:25 ---> Running in 237dd1fc3dbc 03:30:25 a35cf1a2eb13: Verifying Checksum 03:30:25 a35cf1a2eb13: Download complete 03:30:26 bca2f99d35d6: Download complete 03:30:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:30:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:30:28 OK: 142 MiB in 39 packages 03:30:29 Removing intermediate container 237dd1fc3dbc 03:30:29 ---> 2a28339b11cc 03:30:29 Step 6/8 : WORKDIR /device-sdk-go 03:30:29 ---> Running in c3aa33df07d2 03:30:29 Removing intermediate container c3aa33df07d2 03:30:29 ---> 334876756878 03:30:29 Step 7/8 : COPY . . 03:30:31 ---> f3fb12eea4b0 03:30:31 Step 8/8 : RUN go mod download 03:30:31 ---> Running in 1ecc362fcf6a 03:30:31 bca2f99d35d6: Pull complete 03:30:31 93359f2a8cfa: Pull complete 03:30:31 7c6f9722023f: Pull complete 03:30:36 a35cf1a2eb13: Pull complete 03:30:36 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 03:30:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 03:30:36 ---> a62c8e92a672 03:30:36 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:30:36 ---> Running in 6f301aaaa67a 03:30:36 Removing intermediate container 6f301aaaa67a 03:30:36 ---> 629f49c619e3 03:30:36 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:30:36 ---> Running in 9abbdf037b9e 03:30:37 Removing intermediate container 9abbdf037b9e 03:30:37 ---> 94f04cdcc495 03:30:37 Step 5/8 : RUN apk add --update --no-cache make git 03:30:37 ---> Running in 5b7f1c166779 03:30:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:30:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:30:39 OK: 166 MiB in 39 packages 03:30:39 Removing intermediate container 5b7f1c166779 03:30:39 ---> 5d6cd30bcc86 03:30:39 Step 6/8 : WORKDIR /device-sdk-go 03:30:39 ---> Running in 114e319c3e86 03:30:40 Removing intermediate container 114e319c3e86 03:30:40 ---> ce224d8bde46 03:30:40 Step 7/8 : COPY . . 03:30:41 ---> b044d5654b90 03:30:41 Step 8/8 : RUN go mod download 03:30:41 ---> Running in 2ed4df6e06c2 03:30:58 Removing intermediate container 1ecc362fcf6a 03:30:58 ---> 1c8780327217 03:30:58 Successfully built 1c8780327217 03:30:58 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 03:30:58 + docker inspect -f . ci-base-image-arm64 03:30:58 . [Pipeline] withDockerContainer 03:30:58 prd-ubuntu18.04-docker-arm64-4c-16g-28929 does not seem to be running inside a container 03:30:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/123 -v /w/workspace/device-sdk-go/123:/w/workspace/device-sdk-go/123:rw,z -v /w/workspace/device-sdk-go/123@tmp:/w/workspace/device-sdk-go/123@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 03:31:00 $ docker top 0ddf30e49e14a0b744fa976542e41f00f93587bfc34bbeb6e49ae991314a73d0 -eo pid,comm [Pipeline] { [Pipeline] sh 03:31:01 + go version 03:31:01 go version go1.15.5 linux/arm64 [Pipeline] } 03:31:01 $ docker stop --time=1 0ddf30e49e14a0b744fa976542e41f00f93587bfc34bbeb6e49ae991314a73d0 03:31:03 $ docker rm -f 0ddf30e49e14a0b744fa976542e41f00f93587bfc34bbeb6e49ae991314a73d0 03:31:03 Removing intermediate container 2ed4df6e06c2 03:31:03 ---> 599d5e1413a5 03:31:03 Successfully built 599d5e1413a5 03:31:03 Successfully tagged ci-base-image-x86_64:latest [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:31:04 + docker inspect -f . ci-base-image-x86_64 03:31:04 . [Pipeline] withDockerContainer 03:31:04 prd-centos7-docker-4c-2g-28931 does not seem to be running inside a container 03:31:04 + docker inspect -f . ci-base-image-arm64 03:31:04 . 03:31:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/123 -v /w/workspace/device-sdk-go/123:/w/workspace/device-sdk-go/123:rw,z -v /w/workspace/device-sdk-go/123@tmp:/w/workspace/device-sdk-go/123@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 03:31:05 $ docker top 4a76a1bc71601383668bc6a8e605dd85fc3ecd3c0d09a620c4c899c4874e5471 -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer 03:31:05 prd-ubuntu18.04-docker-arm64-4c-16g-28929 does not seem to be running inside a container 03:31:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/123 -v /w/workspace/device-sdk-go/123:/w/workspace/device-sdk-go/123:rw,z -v /w/workspace/device-sdk-go/123@tmp:/w/workspace/device-sdk-go/123@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 03:31:07 $ docker top 4eda1db47c19e2fa8a3ce7af2ccbb2550299c9d357a123e5d861a4100ed635d5 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 03:31:08 + go version 03:31:08 go version go1.15.5 linux/amd64 [Pipeline] } 03:31:08 $ docker stop --time=1 4a76a1bc71601383668bc6a8e605dd85fc3ecd3c0d09a620c4c899c4874e5471 03:31:08 + make test 03:31:08 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 03:31:09 $ docker rm -f 4a76a1bc71601383668bc6a8e605dd85fc3ecd3c0d09a620c4c899c4874e5471 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:31:10 + docker inspect -f . ci-base-image-x86_64 03:31:10 . [Pipeline] withDockerContainer 03:31:10 prd-centos7-docker-4c-2g-28931 does not seem to be running inside a container 03:31:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/123 -v /w/workspace/device-sdk-go/123:/w/workspace/device-sdk-go/123:rw,z -v /w/workspace/device-sdk-go/123@tmp:/w/workspace/device-sdk-go/123@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 03:31:11 $ docker top aab7e8f3b2352d988d0a6a9448359c3c331615b082c672946d4a5db714724e44 -eo pid,comm [Pipeline] { [Pipeline] sh 03:31:11 + make test 03:31:11 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 03:31:20 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 03:31:30 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 03:31:35 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 03:31:35 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 03:31:35 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 03:31:35 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.055s coverage: 25.5% of statements 03:32:07 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.063s coverage: 10.5% of statements 03:32:07 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.092s coverage: 12.5% of statements 03:32:07 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 03:32:07 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.062s coverage: 84.8% of statements 03:32:07 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] 03:32:07 ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] 03:32:07 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 03:32:07 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 03:32:07 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.077s coverage: 48.9% of statements 03:32:07 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] 03:32:07 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache 0.071s coverage: 81.3% of statements 03:32:07 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.064s coverage: 24.8% of statements 03:32:07 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 2.391s coverage: 85.6% of statements 03:32:07 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.055s coverage: 5.2% of statements 03:32:07 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 03:32:07 GO111MODULE=on go vet ./... 03:32:09 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 03:32:09 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 03:32:09 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 03:32:15 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.121s coverage: 25.5% of statements 03:32:17 gofmt -l . 03:32:17 [ "`gofmt -l .`" = "" ] 03:32:17 ./bin/test-attribution-txt.sh 03:32:17 ./bin/test-go-mod-tidy.sh [Pipeline] } 03:32:17 $ docker stop --time=1 aab7e8f3b2352d988d0a6a9448359c3c331615b082c672946d4a5db714724e44 03:32:20 $ docker rm -f aab7e8f3b2352d988d0a6a9448359c3c331615b082c672946d4a5db714724e44 [Pipeline] // withDockerContainer [Pipeline] sh 03:32:20 + sudo chown -R jenkins:jenkins . [Pipeline] stash 03:32:21 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 03:32:22 + sudo chown -R jenkins:jenkins . [Pipeline] sh 03:32:22 + ls -al . 03:32:22 total 184 03:32:22 drwxrwxr-x. 10 jenkins jenkins 4096 Mar 8 03:32 . 03:32:22 drwxrwxr-x. 4 jenkins jenkins 32 Mar 8 03:30 .. 03:32:22 drwxrwxr-x. 2 jenkins jenkins 64 Mar 8 03:30 bin 03:32:22 -rw-r--r--. 1 jenkins jenkins 101321 Mar 8 03:32 coverage.out 03:32:22 -rw-rw-r--. 1 jenkins jenkins 949 Mar 8 03:30 Dockerfile.build 03:32:22 -rw-rw-r--. 1 jenkins jenkins 140 Mar 8 03:30 .dockerignore 03:32:22 drwxrwxr-x. 4 jenkins jenkins 48 Mar 8 03:30 example 03:32:22 drwxrwxr-x. 8 jenkins jenkins 162 Mar 8 03:30 .git 03:32:22 drwxrwxr-x. 2 jenkins jenkins 103 Mar 8 03:30 .github 03:32:22 -rw-rw-r--. 1 jenkins jenkins 138 Mar 8 03:30 .gitignore 03:32:22 -rw-r--r--. 1 jenkins jenkins 516 Mar 8 03:32 go.mod 03:32:22 -rw-r--r--. 1 jenkins jenkins 17490 Mar 8 03:32 go.sum 03:32:22 drwxrwxr-x. 13 jenkins jenkins 183 Mar 8 03:30 internal 03:32:22 -rw-rw-r--. 1 jenkins jenkins 901 Mar 8 03:30 Jenkinsfile 03:32:22 -rw-rw-r--. 1 jenkins jenkins 11341 Mar 8 03:30 LICENSE 03:32:22 -rw-rw-r--. 1 jenkins jenkins 1016 Mar 8 03:30 Makefile 03:32:22 drwxrwxr-x. 4 jenkins jenkins 26 Mar 8 03:30 openapi 03:32:22 drwxrwxr-x. 5 jenkins jenkins 50 Mar 8 03:30 pkg 03:32:22 -rw-rw-r--. 1 jenkins jenkins 5897 Mar 8 03:30 README.md 03:32:22 -rw-rw-r--. 1 jenkins jenkins 6616 Mar 8 03:30 RELEASE-NOTES.txt 03:32:22 drwxrwxr-x. 4 jenkins jenkins 54 Mar 8 03:30 snap 03:32:22 -rw-rw-r--. 1 jenkins jenkins 12 Mar 8 03:27 VERSION 03:32:22 -rw-rw-r--. 1 jenkins jenkins 222 Mar 8 03:30 version.go [Pipeline] isUnix [Pipeline] sh 03:32:23 + 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=62dc0a4d0d8d70c39ca7894a25731db064e1c9c7 --label arch=amd64 --label version=2.0.0-dev.18 . 03:32:23 Sending build context to Docker daemon 2.533MB 03:32:23 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 03:32:23 Step 2/24 : FROM ${BASE} AS builder 03:32:23 ---> 599d5e1413a5 03:32:23 Step 3/24 : ARG MAKE='make build' 03:32:24 ---> Running in 1f9e5fcc76dc 03:32:24 Removing intermediate container 1f9e5fcc76dc 03:32:24 ---> 968dca71e27e 03:32:24 Step 4/24 : WORKDIR /device-sdk-go 03:32:24 ---> Running in 686ab59ef1e4 03:32:24 Removing intermediate container 686ab59ef1e4 03:32:24 ---> ca1983366f6a 03:32:24 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:32:24 ---> Running in bf738d1f3335 03:32:24 Removing intermediate container bf738d1f3335 03:32:24 ---> 022817816806 03:32:24 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:32:24 ---> Running in 1745fcb2b168 03:32:25 Removing intermediate container 1745fcb2b168 03:32:25 ---> 0f07847cd93c 03:32:25 Step 7/24 : RUN apk add --update --no-cache make git 03:32:25 ---> Running in facc986af50a 03:32:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:32:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:32:27 OK: 166 MiB in 39 packages 03:32:27 Removing intermediate container facc986af50a 03:32:27 ---> 4cb3e7719bec 03:32:27 Step 8/24 : COPY . . 03:32:28 ---> 3cd9938d489f 03:32:28 Step 9/24 : RUN ${MAKE} 03:32:28 ---> Running in 8f969ee8f4a4 03:32:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.18" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 03:32:37 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 03:32:40 Removing intermediate container 8f969ee8f4a4 03:32:40 ---> 7dad5aa2541a 03:32:40 Step 10/24 : FROM scratch 03:32:40 ---> 03:32:40 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:32:40 ---> Running in 7ec528896ac6 03:32:40 Removing intermediate container 7ec528896ac6 03:32:40 ---> 06b068c7e34b 03:32:40 Step 12/24 : ENV APP_PORT=49990 03:32:40 ---> Running in 32bbd96658a6 03:32:40 Removing intermediate container 32bbd96658a6 03:32:40 ---> 2e5debd168f0 03:32:40 Step 13/24 : EXPOSE $APP_PORT 03:32:40 ---> Running in ce63e962e6f6 03:32:40 Removing intermediate container ce63e962e6f6 03:32:40 ---> aaf36c531ffe 03:32:40 Step 14/24 : WORKDIR / 03:32:40 ---> Running in 09804d8b13da 03:32:40 Removing intermediate container 09804d8b13da 03:32:40 ---> b3c5bd825e1d 03:32:40 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 03:32:40 ---> 77d76917e1a8 03:32:40 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 03:32:41 ---> 8f3dc6b10a35 03:32:41 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 03:32:41 ---> 39912daf4801 03:32:41 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 03:32:41 ---> f9f693704c01 03:32:41 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 03:32:41 ---> 1d5a11fbadce 03:32:41 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 03:32:41 ---> Running in 8368a913d95f 03:32:42 Removing intermediate container 8368a913d95f 03:32:42 ---> 6fff128f31ed 03:32:42 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:32:42 ---> Running in 03dbd7b13eea 03:32:42 Removing intermediate container 03dbd7b13eea 03:32:42 ---> 5927ff3f9b80 03:32:42 Step 22/24 : LABEL arch=amd64 03:32:42 ---> Running in aec218a6fa9f 03:32:42 Removing intermediate container aec218a6fa9f 03:32:42 ---> 18aefdc18725 03:32:42 Step 23/24 : LABEL git_sha=62dc0a4d0d8d70c39ca7894a25731db064e1c9c7 03:32:42 ---> Running in 324dd254de2a 03:32:43 Removing intermediate container 324dd254de2a 03:32:43 ---> a05a9f08779f 03:32:43 Step 24/24 : LABEL version=2.0.0-dev.18 03:32:43 ---> Running in 242ab0ae9ccb 03:32:43 Removing intermediate container 242ab0ae9ccb 03:32:43 ---> 15a97f14f3c3 03:32:43 [Warning] One or more build-args [ARCH] were not consumed 03:32:43 Successfully built 15a97f14f3c3 03:32:43 Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 03:32:44 ---> job-cost.sh 03:32:44 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-5qD4 03:32:47 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.123s coverage: 10.5% of statements 03:32:47 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.109s coverage: 12.5% of statements 03:32:47 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 03:32:47 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.155s coverage: 84.8% of statements 03:32:47 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] 03:32:47 ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] 03:32:47 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 03:32:47 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 03:32:47 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.178s coverage: 48.9% of statements 03:32:47 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] 03:32:47 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache 0.184s coverage: 81.3% of statements 03:32:47 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.169s coverage: 24.8% of statements 03:32:47 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 5.900s coverage: 85.6% of statements 03:32:47 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.131s coverage: 5.2% of statements 03:32:47 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 03:32:47 GO111MODULE=on go vet ./... 03:32:59 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 03:33:20 gofmt -l . 03:33:20 [ "`gofmt -l .`" = "" ] 03:33:20 ./bin/test-attribution-txt.sh 03:33:20 ./bin/test-go-mod-tidy.sh [Pipeline] } 03:33:20 $ docker stop --time=1 4eda1db47c19e2fa8a3ce7af2ccbb2550299c9d357a123e5d861a4100ed635d5 03:33:22 $ docker rm -f 4eda1db47c19e2fa8a3ce7af2ccbb2550299c9d357a123e5d861a4100ed635d5 [Pipeline] // withDockerContainer [Pipeline] sh 03:33:23 + sudo chown -R jenkins:jenkins . [Pipeline] stash 03:33:23 Warning: overwriting stash ‘coverage-report’ 03:33:24 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 03:33:25 + sudo chown -R jenkins:jenkins . [Pipeline] sh 03:33:25 + ls -al . 03:33:25 total 220 03:33:25 drwxrwxr-x 10 jenkins jenkins 4096 Mar 8 03:33 . 03:33:25 drwxrwxr-x 4 jenkins jenkins 4096 Mar 8 03:29 .. 03:33:25 -rw-rw-r-- 1 jenkins jenkins 140 Mar 8 03:29 .dockerignore 03:33:25 drwxrwxr-x 8 jenkins jenkins 4096 Mar 8 03:29 .git 03:33:25 drwxrwxr-x 2 jenkins jenkins 4096 Mar 8 03:29 .github 03:33:25 -rw-rw-r-- 1 jenkins jenkins 138 Mar 8 03:29 .gitignore 03:33:25 -rw-rw-r-- 1 jenkins jenkins 949 Mar 8 03:29 Dockerfile.build 03:33:25 -rw-rw-r-- 1 jenkins jenkins 901 Mar 8 03:29 Jenkinsfile 03:33:25 -rw-rw-r-- 1 jenkins jenkins 11341 Mar 8 03:29 LICENSE 03:33:25 -rw-rw-r-- 1 jenkins jenkins 1016 Mar 8 03:29 Makefile 03:33:25 -rw-rw-r-- 1 jenkins jenkins 5897 Mar 8 03:29 README.md 03:33:25 -rw-rw-r-- 1 jenkins jenkins 6616 Mar 8 03:29 RELEASE-NOTES.txt 03:33:25 -rw-rw-r-- 1 jenkins jenkins 12 Mar 8 03:27 VERSION 03:33:25 drwxrwxr-x 2 jenkins jenkins 4096 Mar 8 03:29 bin 03:33:25 -rw-r--r-- 1 jenkins jenkins 101321 Mar 8 03:32 coverage.out 03:33:25 drwxrwxr-x 4 jenkins jenkins 4096 Mar 8 03:29 example 03:33:25 -rw-r--r-- 1 jenkins jenkins 516 Mar 8 03:33 go.mod 03:33:25 -rw-r--r-- 1 jenkins jenkins 17490 Mar 8 03:33 go.sum 03:33:25 drwxrwxr-x 13 jenkins jenkins 4096 Mar 8 03:29 internal 03:33:25 drwxrwxr-x 4 jenkins jenkins 4096 Mar 8 03:29 openapi 03:33:25 drwxrwxr-x 5 jenkins jenkins 4096 Mar 8 03:29 pkg 03:33:25 drwxrwxr-x 4 jenkins jenkins 4096 Mar 8 03:29 snap 03:33:25 -rw-rw-r-- 1 jenkins jenkins 222 Mar 8 03:29 version.go [Pipeline] isUnix [Pipeline] sh 03:33:25 + 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=62dc0a4d0d8d70c39ca7894a25731db064e1c9c7 --label arch=arm64 --label version=2.0.0-dev.18 . 03:33:26 Sending build context to Docker daemon 2.532MB 03:33:26 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 03:33:26 Step 2/24 : FROM ${BASE} AS builder 03:33:26 ---> 1c8780327217 03:33:26 Step 3/24 : ARG MAKE='make build' 03:33:26 ---> Running in 67be17c2bd75 03:33:26 Removing intermediate container 67be17c2bd75 03:33:26 ---> 199da261b738 03:33:26 Step 4/24 : WORKDIR /device-sdk-go 03:33:27 ---> Running in b8dbebcd5dfd 03:33:27 Removing intermediate container b8dbebcd5dfd 03:33:27 ---> d064b60addc5 03:33:27 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:33:27 ---> Running in 3eb3e0a69c3d 03:33:28 Removing intermediate container 3eb3e0a69c3d 03:33:28 ---> 0c3c0407e0f1 03:33:28 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:33:28 ---> Running in 4b49526df1d1 03:33:30 Removing intermediate container 4b49526df1d1 03:33:30 ---> 8c12dc9051b3 03:33:30 Step 7/24 : RUN apk add --update --no-cache make git 03:33:30 ---> Running in d1bc0ca7d2bc 03:33:31 lf-activate-venv(): INFO: Adding /tmp/venv-5qD4/bin to PATH 03:33:31 INFO: No Stack... 03:33:31 INFO: Retrieving Pricing Info for: v1-standard-2 03:33:31 INFO: Archiving Costs [Pipeline] sh 03:33:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:33:31 + cat /w/workspace/device-sdk-go/123/archives/cost.csv 03:33:31 + cut -d, -f6 [Pipeline] lock 03:33:31 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-123-stack-cost] 03:33:31 Resource [jenkins-edgexfoundry-device-sdk-go-master-123-stack-cost] did not exist. Created. 03:33:31 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-123-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 03:33:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:33:32 + echo total: 0.029999999329447746 [Pipeline] stash 03:33:32 Stashed 1 file(s) [Pipeline] } 03:33:32 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-123-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 03:33:33 OK: 142 MiB in 39 packages 03:33:34 Removing intermediate container d1bc0ca7d2bc 03:33:34 ---> e37505297189 03:33:34 Step 8/24 : COPY . . 03:33:35 ---> 239916149f15 03:33:35 Step 9/24 : RUN ${MAKE} 03:33:35 ---> Running in 615faa594662 03:33:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.18" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 03:34:03 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 03:34:04 Removing intermediate container 615faa594662 03:34:04 ---> 7fd94b47b664 03:34:04 Step 10/24 : FROM scratch 03:34:04 ---> 03:34:04 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:34:04 ---> Running in 1a97141f3f4b 03:34:04 Removing intermediate container 1a97141f3f4b 03:34:04 ---> a2b2a9e51f1c 03:34:04 Step 12/24 : ENV APP_PORT=49990 03:34:05 ---> Running in 088072c97184 03:34:05 Removing intermediate container 088072c97184 03:34:05 ---> 8fec94f37449 03:34:05 Step 13/24 : EXPOSE $APP_PORT 03:34:05 ---> Running in ed1f9ca54ee5 03:34:05 Removing intermediate container ed1f9ca54ee5 03:34:05 ---> a703c9666486 03:34:05 Step 14/24 : WORKDIR / 03:34:06 ---> Running in 12c312cdf711 03:34:06 Removing intermediate container 12c312cdf711 03:34:06 ---> d1c9f3f462d8 03:34:06 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 03:34:07 ---> 60ec6a573642 03:34:07 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 03:34:08 ---> 9af13c13f986 03:34:08 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 03:34:09 ---> cc1a5c46eda4 03:34:09 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 03:34:09 ---> 57d59546122b 03:34:09 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 03:34:10 ---> 0e69ac4bce25 03:34:10 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 03:34:10 ---> Running in 4c9a15719002 03:34:11 Removing intermediate container 4c9a15719002 03:34:11 ---> 21ba513a13f2 03:34:11 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:34:11 ---> Running in 0bf90a8a2f27 03:34:11 Removing intermediate container 0bf90a8a2f27 03:34:11 ---> ff2df6dd809d 03:34:11 Step 22/24 : LABEL arch=arm64 03:34:11 ---> Running in 05b269b698c7 03:34:12 Removing intermediate container 05b269b698c7 03:34:12 ---> cd6ca509e2ed 03:34:12 Step 23/24 : LABEL git_sha=62dc0a4d0d8d70c39ca7894a25731db064e1c9c7 03:34:12 ---> Running in c61b132bff4a 03:34:12 Removing intermediate container c61b132bff4a 03:34:12 ---> 60aa5cba95a2 03:34:12 Step 24/24 : LABEL version=2.0.0-dev.18 03:34:13 ---> Running in 25659563b369 03:34:13 Removing intermediate container 25659563b369 03:34:13 ---> 3c96e550eb8a 03:34:13 [Warning] One or more build-args [ARCH] were not consumed 03:34:13 Successfully built 3c96e550eb8a 03:34:13 Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 03:34:14 ---> job-cost.sh 03:34:14 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-uN1J 03:34:53 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 03:37:00 lf-activate-venv(): INFO: Adding /tmp/venv-uN1J/bin to PATH 03:37:00 INFO: No Stack... 03:37:00 INFO: Retrieving Pricing Info for: lf-standard-4 03:37:00 INFO: Archiving Costs [Pipeline] sh 03:37:00 + cut -d, -f6 03:37:00 + cat /w/workspace/device-sdk-go/123/archives/cost.csv [Pipeline] lock 03:37:00 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-123-stack-cost] 03:37:00 Resource [jenkins-edgexfoundry-device-sdk-go-master-123-stack-cost] did not exist. Created. 03:37:00 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-123-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 03:37:01 /w/workspace/device-sdk-go/123@tmp/durable-4e6552a8/script.sh: 1: /w/workspace/device-sdk-go/123@tmp/durable-4e6552a8/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 03:37:01 + echo total: 0.20999999344348907 [Pipeline] stash 03:37:01 Warning: overwriting stash ‘stack-cost’ 03:37:01 Stashed 1 file(s) [Pipeline] } 03:37:01 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-123-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 03:37:02 provisioning config files... 03:37:02 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1518893026767945301tmp [Pipeline] { [Pipeline] sh 03:37:03 + set +x 03:37:03 + curl -s https://codecov.io/bash 03:37:03 + bash -s -- 03:37:03 03:37:03 _____ _ 03:37:03 / ____| | | 03:37:03 | | ___ __| | ___ ___ _____ __ 03:37:03 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 03:37:03 | |___| (_) | (_| | __/ (_| (_) \ V / 03:37:03 \_____\___/ \__,_|\___|\___\___/ \_/ 03:37:03 Bash-20210226-7100762 03:37:03 03:37:03 03:37:03 ==> git version 2.24.3 found 03:37:03 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 03:37:03 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 03:37:03 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 03:37:03 ==> Jenkins CI detected. 03:37:03 project root: . 03:37:03 --> token set from env 03:37:03 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 03:37:03 ==> Running gcov in . (disable via -X gcov) 03:37:03 ==> Python coveragepy not found 03:37:03 ==> Searching for coverage reports in: 03:37:03 + . 03:37:03 -> Found 1 reports 03:37:03 ==> Detecting git/mercurial file structure 03:37:03 ==> Reading reports 03:37:03 + ./coverage.out bytes=101321 03:37:03 ==> Appending adjustments 03:37:03 https://docs.codecov.io/docs/fixing-reports 03:37:04 + Found adjustments 03:37:04 ==> Gzipping contents 03:37:04 20K /tmp/codecov.GVATgq.gz 03:37:04 ==> Uploading reports 03:37:04 url: https://codecov.io 03:37:04 query: branch=master&commit=62dc0a4d0d8d70c39ca7894a25731db064e1c9c7&build=123&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F123%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 03:37:04 -> Pinging Codecov 03:37:04 https://codecov.io/upload/v4?package=bash-20210226-7100762&token=secret&branch=master&commit=62dc0a4d0d8d70c39ca7894a25731db064e1c9c7&build=123&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F123%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 03:37:04 -> Uploading to 03:37:04 https://storage.googleapis.com/codecov/v4/raw/2021-03-08/7E55EF52A471D76F132DFD9A03CDDE97/62dc0a4d0d8d70c39ca7894a25731db064e1c9c7/8ac1777d-6ab1-4630-9923-d68c18c3a8c2.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210308%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210308T033704Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=192cac5d6d41c758c57b543459b971e1df4b2e625c23c274e351a3fb2eb9a723 03:37:04 % Total % Received % Xferd Average Speed Time Time Time Current 03:37:04 Dload Upload Total Spent Left Speed 03:37:04 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16497 0 0 100 16497 0 34635 --:--:-- --:--:-- --:--:-- 34584 03:37:04 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/62dc0a4d0d8d70c39ca7894a25731db064e1c9c7 [Pipeline] } 03:37:04 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 03:37:05 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 03:37:05 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:37:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 03:37:06 03:37:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 03:37:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 03:37:06 1.410.4: Pulling from edgex-devops/edgex-snyk-go 03:37:06 188c0c94c7c5: Pulling fs layer 03:37:06 0ef7d3d256c8: Pulling fs layer 03:37:06 de9db76c5a1d: Pulling fs layer 03:37:06 0eba1c9be4d2: Pulling fs layer 03:37:06 0d57e429df01: Pulling fs layer 03:37:06 4e4be7b47b0d: Pulling fs layer 03:37:06 e1f770b5df2f: Pulling fs layer 03:37:06 85a0685a4137: Pulling fs layer 03:37:06 0eba1c9be4d2: Waiting 03:37:06 0d57e429df01: Waiting 03:37:06 4e4be7b47b0d: Waiting 03:37:06 85a0685a4137: Waiting 03:37:06 e1f770b5df2f: Waiting 03:37:06 de9db76c5a1d: Download complete 03:37:06 0ef7d3d256c8: Download complete 03:37:06 0d57e429df01: Verifying Checksum 03:37:06 0d57e429df01: Download complete 03:37:06 188c0c94c7c5: Verifying Checksum 03:37:06 188c0c94c7c5: Download complete 03:37:06 4e4be7b47b0d: Verifying Checksum 03:37:06 4e4be7b47b0d: Download complete 03:37:07 188c0c94c7c5: Pull complete 03:37:07 0ef7d3d256c8: Pull complete 03:37:07 de9db76c5a1d: Pull complete 03:37:08 e1f770b5df2f: Verifying Checksum 03:37:08 e1f770b5df2f: Download complete 03:37:10 0eba1c9be4d2: Verifying Checksum 03:37:10 0eba1c9be4d2: Download complete 03:37:11 85a0685a4137: Verifying Checksum 03:37:11 85a0685a4137: Download complete 03:37:17 0eba1c9be4d2: Pull complete 03:37:17 0d57e429df01: Pull complete 03:37:17 4e4be7b47b0d: Pull complete 03:37:19 e1f770b5df2f: Pull complete 03:37:27 85a0685a4137: Pull complete 03:37:27 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 03:37:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 03:37:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 03:37:28 prd-centos7-docker-4c-2g-28928 does not seem to be running inside a container 03:37:28 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 03:37:29 $ docker top 8f7b3b2bb7d3ad527c95e398c7bc9380236729cad293d8fa5dc7b6f9c5e80879 -eo pid,comm [Pipeline] { [Pipeline] echo 03:37:29 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 03:37:30 + set -o pipefail 03:37:30 + snyk monitor '--org=edgex-jenkins' 03:37:52 03:37:52 Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go/v2)... 03:37:52 03:37:52 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a91414f5-c324-409e-a494-413a27791127/history/6f29bd60-de33-4551-a8dc-2a1d0b689718 03:37:52 03:37:52 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 03:37:52 03:37:52 [Pipeline] } 03:37:52 $ docker stop --time=1 8f7b3b2bb7d3ad527c95e398c7bc9380236729cad293d8fa5dc7b6f9c5e80879 03:37:54 $ docker rm -f 8f7b3b2bb7d3ad527c95e398c7bc9380236729cad293d8fa5dc7b6f9c5e80879 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 03:37:56 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:37:56 provisioning config files... 03:37:56 copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config3244472451600171359tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:37:56 --> edgex-publish-swagger.sh 03:37:56 === Publish openapi/v1 API === 03:37:56 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 03:37:56 [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v1/device-sdk.yaml] 03:37:56 % Total % Received % Xferd Average Speed Time Time Time Current 03:37:56 Dload Upload Total Spent Left Speed 03:37:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19947 0 0 100 19947 0 22701 --:--:-- --:--:-- --:--:-- 22692 03:37:57 03:37:57 03:37:57 === Publish openapi/v2 API === 03:37:57 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 03:37:57 [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v2/device-sdk.yaml] 03:37:57 % Total % Received % Xferd Average Speed Time Time Time Current 03:37:57 Dload Upload Total Spent Left Speed 03:37:58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 52256 0 0 100 52256 0 72021 --:--:-- --:--:-- --:--:-- 71977 03:37:58 03:37:58 [Pipeline] } 03:37:58 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 03:37:59 + git log --format=format:%s -1 62dc0a4d0d8d70c39ca7894a25731db064e1c9c7 [Pipeline] isUnix [Pipeline] sh 03:37:59 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:37:59 . [Pipeline] withDockerContainer 03:37:59 prd-centos7-docker-4c-2g-28928 does not seem to be running inside a container 03:37:59 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 03:38:00 $ docker top cb5a6683a873f1507f8c8ee676006f8594004b377d4438cc109e341d0a5e19b6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:38:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:38:01 [ssh-agent] Looking for ssh-agent implementation... 03:38:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:38:01 $ docker exec cb5a6683a873f1507f8c8ee676006f8594004b377d4438cc109e341d0a5e19b6 ssh-agent 03:38:01 SSH_AUTH_SOCK=/tmp/ssh-0ny8TEKjd4Dk/agent.11 03:38:01 SSH_AGENT_PID=16 03:38:01 Running ssh-add (command line suppressed) 03:38:01 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7436330884458581100.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7436330884458581100.key) 03:38:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:38:02 + git semver tag 03:38:02 # -> Open(): unable to determine branch for HEAD 03:38:02 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 03:38:02 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 03:38:02 # $SEMVER_REMOTE_NAME = origin 03:38:02 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:38:02 # $SEMVER_USER_NAME = edgex-jenkins 03:38:02 # $SEMVER_BRANCH = master 03:38:02 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 03:38:02 # 62dc0a4d0d8d70c39ca7894a25731db064e1c9c7 HEAD 03:38:02 # -> Force: false 03:38:02 # 035b9abfb96fd3beb3bfcefe22c89949973b0643 refs/tags/v2.0.0-dev.18 [Pipeline] } 03:38:02 $ docker exec --env ******** --env ******** cb5a6683a873f1507f8c8ee676006f8594004b377d4438cc109e341d0a5e19b6 ssh-agent -k 03:38:02 unset SSH_AUTH_SOCK; 03:38:02 unset SSH_AGENT_PID; 03:38:02 echo Agent pid 16 killed; 03:38:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:38:02 + git semver [Pipeline] } 03:38:02 $ docker stop --time=1 cb5a6683a873f1507f8c8ee676006f8594004b377d4438cc109e341d0a5e19b6 03:38:04 $ docker rm -f cb5a6683a873f1507f8c8ee676006f8594004b377d4438cc109e341d0a5e19b6 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 03:38:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:38:04 03:38:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 03:38:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:38:05 0.23.1-centos7: Pulling from edgex-lftools 03:38:05 ab5ef0e58194: Pulling fs layer 03:38:05 9712f1f96733: Pulling fs layer 03:38:05 63f879dbbcfc: Pulling fs layer 03:38:05 0d9ebad4ef96: Pulling fs layer 03:38:05 e9a5061849ea: Pulling fs layer 03:38:05 d747dcd14b5f: Pulling fs layer 03:38:05 2de7ff778b66: Pulling fs layer 03:38:05 0d9ebad4ef96: Waiting 03:38:05 e9a5061849ea: Waiting 03:38:05 2de7ff778b66: Waiting 03:38:05 d747dcd14b5f: Waiting 03:38:05 9712f1f96733: Verifying Checksum 03:38:05 9712f1f96733: Download complete 03:38:07 63f879dbbcfc: Verifying Checksum 03:38:07 63f879dbbcfc: Download complete 03:38:07 e9a5061849ea: Download complete 03:38:07 d747dcd14b5f: Verifying Checksum 03:38:07 d747dcd14b5f: Download complete 03:38:08 2de7ff778b66: Verifying Checksum 03:38:08 2de7ff778b66: Download complete 03:38:08 0d9ebad4ef96: Verifying Checksum 03:38:08 0d9ebad4ef96: Download complete 03:38:08 ab5ef0e58194: Verifying Checksum 03:38:08 ab5ef0e58194: Download complete 03:38:12 ab5ef0e58194: Pull complete 03:38:13 9712f1f96733: Pull complete 03:38:15 63f879dbbcfc: Pull complete 03:38:21 0d9ebad4ef96: Pull complete 03:38:23 e9a5061849ea: Pull complete 03:38:23 d747dcd14b5f: Pull complete 03:38:26 2de7ff778b66: Pull complete 03:38:26 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 03:38:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:38:26 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 03:38:26 prd-centos7-docker-4c-2g-28928 does not seem to be running inside a container 03:38:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 03:38:30 $ docker top 91bb203318178fa5a1c797e2258d5374e4298e5c7a7313e46e36c59b31bd9967 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 03:38:30 provisioning config files... 03:38:30 copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7391292328395849801tmp 03:38:30 copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config778261908873562203tmp 03:38:30 copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4636828654017246292tmp [Pipeline] { [Pipeline] echo 03:38:30 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 03:38:30 ---> sigul-configuration.sh 03:38:30 gpg: directory `/root/.gnupg' created 03:38:30 gpg: new configuration file `/root/.gnupg/gpg.conf' created 03:38:30 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 03:38:30 gpg: keyring `/root/.gnupg/secring.gpg' created 03:38:30 gpg: keyring `/root/.gnupg/pubring.gpg' created 03:38:30 gpg: CAST5 encrypted data 03:38:31 gpg: encrypted with 1 passphrase 03:38:31 gpg: WARNING: message was not integrity protected [Pipeline] sh 03:38:31 + mkdir /home/jenkins 03:38:31 + mkdir /home/jenkins/sigul [Pipeline] sh 03:38:31 + 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 03:38:31 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 03:38:32 ---> sigul-install.sh 03:38:38 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 03:38:39 + git tag --list 03:38:39 0.7.1 03:38:39 delhi-tag 03:38:39 v1.0.0 03:38:39 v1.1.0 03:38:39 v1.1.1 03:38:39 v1.1.2 03:38:39 v1.2.0 03:38:39 v1.2.1 03:38:39 v1.2.2 03:38:39 v1.2.3 03:38:39 v1.3.0 03:38:39 v1.4.0 03:38:39 v2.0.0-dev.1 03:38:39 v2.0.0-dev.10 03:38:39 v2.0.0-dev.11 03:38:39 v2.0.0-dev.12 03:38:39 v2.0.0-dev.13 03:38:39 v2.0.0-dev.14 03:38:39 v2.0.0-dev.15 03:38:39 v2.0.0-dev.16 03:38:39 v2.0.0-dev.17 03:38:39 v2.0.0-dev.18 03:38:39 v2.0.0-dev.2 03:38:39 v2.0.0-dev.3 03:38:39 v2.0.0-dev.4 03:38:39 v2.0.0-dev.5 03:38:39 v2.0.0-dev.6 03:38:39 v2.0.0-dev.7 03:38:39 v2.0.0-dev.8 03:38:39 v2.0.0-dev.9 [Pipeline] sh 03:38:39 + lftools sign git-tag v2.0.0-dev.18 03:38:40 Signing Git tag with Sigul... 03:38:40 Signing v2.0.0-dev.18 [Pipeline] echo 03:38:41 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 03:38:42 ---> sigul-configuration-cleanup.sh [Pipeline] } 03:38:42 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 03:38:42 $ docker stop --time=1 91bb203318178fa5a1c797e2258d5374e4298e5c7a7313e46e36c59b31bd9967 03:38:44 $ docker rm -f 91bb203318178fa5a1c797e2258d5374e4298e5c7a7313e46e36c59b31bd9967 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 03:38:45 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:38:45 . [Pipeline] withDockerContainer 03:38:45 prd-centos7-docker-4c-2g-28928 does not seem to be running inside a container 03:38:45 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 03:38:46 $ docker top 134b4911fd773db03189a8984cb53e986445570e933576c8c6a51eba318783d8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:38:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:38:46 [ssh-agent] Looking for ssh-agent implementation... 03:38:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:38:46 $ docker exec 134b4911fd773db03189a8984cb53e986445570e933576c8c6a51eba318783d8 ssh-agent 03:38:46 SSH_AUTH_SOCK=/tmp/ssh-mrbPZ7LfXS1Y/agent.11 03:38:46 SSH_AGENT_PID=16 03:38:46 Running ssh-add (command line suppressed) 03:38:47 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2525824901133712288.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2525824901133712288.key) 03:38:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:38:47 + git semver bump pre 03:38:47 # -> Open(): unable to determine branch for HEAD 03:38:47 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 03:38:47 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 03:38:47 # $SEMVER_REMOTE_NAME = origin 03:38:47 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:38:47 # $SEMVER_USER_NAME = edgex-jenkins 03:38:47 # $SEMVER_BRANCH = master 03:38:47 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 03:38:47 2.0.0-dev.19 [Pipeline] } 03:38:47 $ docker exec --env ******** --env ******** 134b4911fd773db03189a8984cb53e986445570e933576c8c6a51eba318783d8 ssh-agent -k 03:38:47 unset SSH_AUTH_SOCK; 03:38:47 unset SSH_AGENT_PID; 03:38:47 echo Agent pid 16 killed; 03:38:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:38:48 + git semver [Pipeline] } 03:38:48 $ docker stop --time=1 134b4911fd773db03189a8984cb53e986445570e933576c8c6a51eba318783d8 03:38:49 $ docker rm -f 134b4911fd773db03189a8984cb53e986445570e933576c8c6a51eba318783d8 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 03:38:50 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:38:50 . [Pipeline] withDockerContainer 03:38:50 prd-centos7-docker-4c-2g-28928 does not seem to be running inside a container 03:38:50 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 03:38:51 $ docker top bf3229d2cc4259fc6e149b48c75b08f5b09157a921aaac4d016ed701fd32d31c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:38:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:38:51 [ssh-agent] Looking for ssh-agent implementation... 03:38:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:38:51 $ docker exec bf3229d2cc4259fc6e149b48c75b08f5b09157a921aaac4d016ed701fd32d31c ssh-agent 03:38:51 SSH_AUTH_SOCK=/tmp/ssh-ypEQzv9F3Wty/agent.11 03:38:51 SSH_AGENT_PID=16 03:38:51 Running ssh-add (command line suppressed) 03:38:52 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2311275674008793009.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2311275674008793009.key) 03:38:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:38:52 + git semver push 03:38:52 # -> Open(): unable to determine branch for HEAD 03:38:52 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 03:38:52 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 03:38:52 # $SEMVER_REMOTE_NAME = origin 03:38:52 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:38:52 # $SEMVER_USER_NAME = edgex-jenkins 03:38:52 # $SEMVER_BRANCH = master 03:38:52 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 03:38:56 $ docker exec --env ******** --env ******** bf3229d2cc4259fc6e149b48c75b08f5b09157a921aaac4d016ed701fd32d31c ssh-agent -k 03:38:56 unset SSH_AUTH_SOCK; 03:38:56 unset SSH_AGENT_PID; 03:38:56 echo Agent pid 16 killed; 03:38:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:38:57 + git semver [Pipeline] } 03:38:57 $ docker stop --time=1 bf3229d2cc4259fc6e149b48c75b08f5b09157a921aaac4d016ed701fd32d31c 03:38:58 $ docker rm -f bf3229d2cc4259fc6e149b48c75b08f5b09157a921aaac4d016ed701fd32d31c [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 03:39:00 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:39:01 ---> package-listing.sh 03:39:01 ++ facter osfamily 03:39:01 ++ tr '[:upper:]' '[:lower:]' 03:39:01 + OS_FAMILY=redhat 03:39:01 + workspace=/w/workspace/dgexfoundry_device-sdk-go_master 03:39:01 + START_PACKAGES=/tmp/packages_start.txt 03:39:01 + END_PACKAGES=/tmp/packages_end.txt 03:39:01 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:39:01 + PACKAGES=/tmp/packages_start.txt 03:39:01 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 03:39:01 + PACKAGES=/tmp/packages_end.txt 03:39:01 + case "${OS_FAMILY}" in 03:39:01 + rpm -qa 03:39:01 + sort 03:39:06 + '[' -f /tmp/packages_start.txt ']' 03:39:06 + '[' -f /tmp/packages_end.txt ']' 03:39:06 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:39:06 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 03:39:06 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ 03:39:06 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [Pipeline] echo 03:39:06 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 03:39:06 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 03:39:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:39:07 03:39:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 03:39:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:39:07 alpine: Pulling from edgex-lftools-log-publisher 03:39:07 df20fa9351a1: Pulling fs layer 03:39:07 36b3adc4ff6f: Pulling fs layer 03:39:07 8ad3a11d3b57: Pulling fs layer 03:39:07 46f8f816bc3b: Pulling fs layer 03:39:07 93b61091891f: Pulling fs layer 03:39:07 93b9cdb0e59b: Pulling fs layer 03:39:07 5e14af77c1be: Pulling fs layer 03:39:07 01666e4c0597: Pulling fs layer 03:39:07 aa168da1d23b: Pulling fs layer 03:39:07 93b9cdb0e59b: Waiting 03:39:07 5e14af77c1be: Waiting 03:39:07 01666e4c0597: Waiting 03:39:07 aa168da1d23b: Waiting 03:39:07 46f8f816bc3b: Waiting 03:39:07 93b61091891f: Waiting 03:39:07 36b3adc4ff6f: Verifying Checksum 03:39:07 36b3adc4ff6f: Download complete 03:39:07 46f8f816bc3b: Verifying Checksum 03:39:07 46f8f816bc3b: Download complete 03:39:07 df20fa9351a1: Verifying Checksum 03:39:07 df20fa9351a1: Download complete 03:39:07 93b9cdb0e59b: Verifying Checksum 03:39:07 93b9cdb0e59b: Download complete 03:39:07 93b61091891f: Verifying Checksum 03:39:07 93b61091891f: Download complete 03:39:07 5e14af77c1be: Verifying Checksum 03:39:07 5e14af77c1be: Download complete 03:39:07 01666e4c0597: Verifying Checksum 03:39:07 01666e4c0597: Download complete 03:39:07 8ad3a11d3b57: Verifying Checksum 03:39:07 8ad3a11d3b57: Download complete 03:39:07 df20fa9351a1: Pull complete 03:39:08 36b3adc4ff6f: Pull complete 03:39:09 8ad3a11d3b57: Pull complete 03:39:09 aa168da1d23b: Verifying Checksum 03:39:09 aa168da1d23b: Download complete 03:39:10 46f8f816bc3b: Pull complete 03:39:10 93b61091891f: Pull complete 03:39:10 93b9cdb0e59b: Pull complete 03:39:11 5e14af77c1be: Pull complete 03:39:11 01666e4c0597: Pull complete 03:39:19 aa168da1d23b: Pull complete 03:39:19 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 03:39:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:39:19 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 03:39:19 prd-centos7-docker-4c-2g-28928 does not seem to be running inside a container 03:39:19 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 03:39:22 $ docker top 29faa2af4a85fd92f0a7bf2a560592d0c2e7d616aee01485ffde7176e849fefa -eo pid,comm [Pipeline] { [Pipeline] sh 03:39:22 + touch /tmp/pre-build-complete [Pipeline] sh 03:39:23 + mkdir -p /var/log/sa [Pipeline] sh 03:39:23 + ls /var/log/sa-host 03:39:23 + sadf -c /var/log/sa-host/sa08 03:39:23 file_magic: OK 03:39:23 HZ: Using current value: 100 03:39:23 file_header: OK 03:39:23 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 03:39:23 Statistics: 03:39:23 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 03:39:23 File successfully converted to sysstat format version 12.2.1 03:39:23 + sadf -c /var/log/sa-host/sa23 03:39:23 file_magic: OK 03:39:23 HZ: Using current value: 100 03:39:23 file_header: OK 03:39:23 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 03:39:23 Statistics: 03:39:23 Hnuu...uuuununununu... 03:39:23 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:39:23 provisioning config files... 03:39:23 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6823008652138601195tmp [Pipeline] { [Pipeline] echo 03:39:24 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:39:24 ---> create-netrc.sh [Pipeline] } 03:39:24 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 03:39:24 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 03:39:24 ---> python-tools-install.sh [Pipeline] echo 03:39:24 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:39:25 ---> sudo-logs.sh 03:39:25 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 03:39:25 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 03:39:25 ---> job-cost.sh 03:39:25 lf-activate-venv: SKIPPING 03:39:25 DEBUG: total: 0.20999999344348907 03:39:25 INFO: Retrieving Stack Cost... 03:39:26 INFO: Retrieving Pricing Info for: v1-standard-2 03:39:27 INFO: Archiving Costs [Pipeline] echo 03:39:27 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:39:27 ---> logs-deploy.sh 03:39:27 lf-activate-venv: SKIPPING 03:39:27 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/123 03:39:27 INFO: archiving workspace using pattern(s): 03:39:29 Archives upload complete. 03:39:29 INFO: archiving logs to Nexus 03:39:30 ---> uname -a: 03:39:30 Linux prd-centos7-docker-4c-2g-28928.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 03:39:30 03:39:30 03:39:30 ---> lscpu: 03:39:30 Architecture: x86_64 03:39:30 CPU op-mode(s): 32-bit, 64-bit 03:39:30 Byte Order: Little Endian 03:39:30 Address sizes: 40 bits physical, 48 bits virtual 03:39:30 CPU(s): 4 03:39:30 On-line CPU(s) list: 0-3 03:39:30 Thread(s) per core: 1 03:39:30 Core(s) per socket: 1 03:39:30 Socket(s): 4 03:39:30 NUMA node(s): 1 03:39:30 Vendor ID: GenuineIntel 03:39:30 CPU family: 6 03:39:30 Model: 44 03:39:30 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 03:39:30 Stepping: 1 03:39:30 CPU MHz: 2933.436 03:39:30 BogoMIPS: 5866.87 03:39:30 Virtualization: VT-x 03:39:30 Hypervisor vendor: KVM 03:39:30 Virtualization type: full 03:39:30 L1d cache: 128 KiB 03:39:30 L1i cache: 128 KiB 03:39:30 L2 cache: 16 MiB 03:39:30 L3 cache: 64 MiB 03:39:30 NUMA node0 CPU(s): 0-3 03:39:30 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 03:39:30 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 03:39:30 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 03:39:30 Vulnerability Meltdown: Mitigation; PTI 03:39:30 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 03:39:30 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 03:39:30 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 03:39:30 Vulnerability Srbds: Not affected 03:39:30 Vulnerability Tsx async abort: Not affected 03:39:30 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 03:39:30 03:39:30 03:39:30 ---> nproc: 03:39:30 4 03:39:30 03:39:30 03:39:30 ---> df -h: 03:39:30 Filesystem Size Used Available Use% Mounted on 03:39:30 overlay 50.0G 8.5G 41.4G 17% / 03:39:30 tmpfs 64.0M 0 64.0M 0% /dev 03:39:30 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 03:39:30 shm 64.0M 0 64.0M 0% /dev/shm 03:39:30 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 03:39:30 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 03:39:30 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 03:39:30 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 03:39:30 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 03:39:30 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dgexfoundry_device-sdk-go_master 03:39:30 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dgexfoundry_device-sdk-go_master@tmp 03:39:30 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 03:39:30 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 03:39:30 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 03:39:30 03:39:30 03:39:30 ---> free -m: 03:39:30 total used free shared buff/cache available 03:39:30 Mem: 1837 817 153 0 866 955 03:39:30 Swap: 1023 2 1021 03:39:30 03:39:30 03:39:30 ---> ip addr: 03:39:30 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 03:39:30 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 03:39:30 inet 127.0.0.1/8 scope host lo 03:39:30 valid_lft forever preferred_lft forever 03:39:30 inet6 ::1/128 scope host 03:39:30 valid_lft forever preferred_lft forever 03:39:30 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 03:39:30 link/ether fa:16:3e:92:08:c9 brd ff:ff:ff:ff:ff:ff 03:39:30 inet 10.30.122.235/23 brd 10.30.123.255 scope global dynamic eth0 03:39:30 valid_lft 85633sec preferred_lft 85633sec 03:39:30 inet6 fe80::f816:3eff:fe92:8c9/64 scope link 03:39:30 valid_lft forever preferred_lft forever 03:39:30 3: docker0: mtu 1500 qdisc noqueue state DOWN 03:39:30 link/ether 02:42:e4:4a:96:72 brd ff:ff:ff:ff:ff:ff 03:39:30 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 03:39:30 valid_lft forever preferred_lft forever 03:39:30 inet6 fe80::42:e4ff:fe4a:9672/64 scope link 03:39:30 valid_lft forever preferred_lft forever 03:39:30 03:39:30 03:39:30 ---> sar -b -r -n DEV: 03:39:30 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/08/21 _x86_64_ (4 CPU) 03:39:30 03:39:30 03:26:31 LINUX RESTART (4 CPU) 03:39:30 03:39:30 03:27:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 03:39:30 03:28:01 69.64 28.80 40.84 0.00 6544.22 3859.28 0.00 03:39:30 03:29:01 1.57 0.00 1.57 0.00 0.00 25.51 0.00 03:39:30 03:30:01 0.23 0.00 0.23 0.00 0.00 3.11 0.00 03:39:30 03:31:01 0.30 0.00 0.30 0.00 0.00 3.90 0.00 03:39:30 03:32:01 0.20 0.00 0.20 0.00 0.00 2.61 0.00 03:39:30 03:33:01 0.28 0.00 0.28 0.00 0.00 3.23 0.00 03:39:30 03:34:01 0.33 0.00 0.33 0.00 0.00 5.43 0.00 03:39:30 03:35:01 0.27 0.00 0.27 0.00 0.00 4.43 0.00 03:39:30 03:36:01 0.37 0.00 0.37 0.00 0.00 5.31 0.00 03:39:30 03:37:01 0.28 0.00 0.28 0.00 0.00 4.46 0.00 03:39:30 03:38:01 298.10 183.34 114.76 0.00 8997.14 36174.79 0.00 03:39:30 03:39:01 209.42 79.38 130.04 0.00 4945.91 33161.49 0.00 03:39:30 Average: 48.42 24.30 24.11 0.00 1701.63 6111.48 0.00 03:39:30 03:39:30 03:27:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 03:39:30 03:28:01 163128 0 608452 32.34 2620 1107344 1124108 38.36 415664 1103636 128 03:39:30 03:29:01 170784 0 600784 31.93 2620 1107356 1086656 37.09 419920 1093032 20 03:39:30 03:30:01 168864 0 602700 32.03 2620 1107360 1086844 37.09 422184 1093116 16 03:39:30 03:31:01 168248 0 603316 32.06 2620 1107360 1086916 37.09 434464 1081480 16 03:39:30 03:32:01 167588 0 603968 32.10 2620 1107368 1086724 37.09 426376 1090416 8 03:39:30 03:33:01 166920 0 604632 32.13 2620 1107372 1086844 37.09 432076 1085360 20 03:39:30 03:34:01 167368 0 604180 32.11 2620 1107376 1086724 37.09 431196 1085360 20 03:39:30 03:35:01 166860 0 604684 32.14 2620 1107380 1086820 37.09 431944 1085360 8 03:39:30 03:36:01 167180 0 604356 32.12 2620 1107388 1086724 37.09 431320 1085360 8 03:39:30 03:37:01 167320 0 604212 32.11 2620 1107392 1086724 37.09 431340 1085360 8 03:39:30 03:38:01 178532 0 718304 38.18 2596 982112 1552752 52.99 563408 883876 40 03:39:30 03:39:01 202020 0 775960 41.24 1492 902072 1138092 38.84 599000 743408 104 03:39:30 Average: 171234 0 627962 33.37 2524 1079823 1132994 38.67 453241 1042980 33 03:39:30 03:39:30 03:27:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 03:39:30 03:28:01 eth0 558.62 356.00 1090.33 97.77 0.00 0.00 0.00 0.00 03:39:30 03:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:39:30 03:28:01 docker0 10.17 7.70 1.48 23.15 0.00 0.00 0.00 0.00 03:39:30 03:29:01 eth0 1.30 0.08 0.11 0.01 0.00 0.00 0.00 0.00 03:39:30 03:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:39:30 03:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:39:30 03:30:01 eth0 1.62 0.70 0.67 0.40 0.00 0.00 0.00 0.00 03:39:30 03:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:39:30 03:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:39:30 03:31:01 eth0 0.52 0.35 0.27 0.20 0.00 0.00 0.00 0.00 03:39:30 03:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:39:30 03:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:39:30 03:32:01 eth0 0.57 0.08 0.04 0.01 0.00 0.00 0.00 0.00 03:39:30 03:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:39:30 03:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:39:30 03:33:01 eth0 1.62 0.50 0.47 0.24 0.00 0.00 0.00 0.00 03:39:30 03:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:39:30 03:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:39:30 03:34:01 eth0 0.38 0.10 0.04 0.04 0.00 0.00 0.00 0.00 03:39:30 03:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:39:30 03:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:39:30 03:35:01 eth0 0.52 0.38 0.27 0.20 0.00 0.00 0.00 0.00 03:39:30 03:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:39:30 03:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:39:30 03:36:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 03:39:30 03:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:39:30 03:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:39:30 03:37:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 03:39:30 03:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:39:30 03:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:39:30 03:38:01 veth33bfc3d 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 03:39:30 03:38:01 eth0 496.51 433.13 4295.09 45.75 0.00 0.00 0.00 0.00 03:39:30 03:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:39:30 03:38:01 docker0 42.25 44.91 3.71 195.79 0.00 0.00 0.00 0.00 03:39:30 03:39:01 eth0 505.29 436.13 3480.26 145.95 0.00 0.00 0.00 0.00 03:39:30 03:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:39:30 03:39:01 docker0 26.54 34.13 1.69 219.40 0.00 0.00 0.00 0.00 03:39:30 Average: eth0 130.08 102.01 738.95 24.13 0.00 0.00 0.00 0.00 03:39:30 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:39:30 Average: docker0 6.58 7.23 0.57 36.57 0.00 0.00 0.00 0.00 03:39:30 03:39:30 03:39:30 ---> sar -P ALL: 03:39:30 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/08/21 _x86_64_ (4 CPU) 03:39:30 03:39:30 03:26:31 LINUX RESTART (4 CPU) 03:39:30 03:39:30 03:27:02 CPU %user %nice %system %iowait %steal %idle 03:39:30 03:28:01 all 13.10 0.00 4.74 1.25 0.28 80.63 03:39:30 03:28:01 0 11.67 0.00 5.84 0.36 0.23 81.90 03:39:30 03:28:01 1 12.78 0.00 4.59 2.21 0.33 80.09 03:39:30 03:28:01 2 15.68 0.00 3.71 1.21 0.19 79.22 03:39:30 03:28:01 3 12.28 0.00 4.82 1.21 0.36 81.32 03:39:30 03:29:01 all 0.16 0.00 0.06 0.00 0.01 99.77 03:39:30 03:29:01 0 0.02 0.00 0.03 0.00 0.00 99.95 03:39:30 03:29:01 1 0.10 0.00 0.10 0.00 0.02 99.78 03:39:30 03:29:01 2 0.50 0.00 0.03 0.00 0.02 99.45 03:39:30 03:29:01 3 0.02 0.00 0.07 0.00 0.02 99.90 03:39:30 03:30:01 all 0.17 0.00 0.04 0.00 0.00 99.79 03:39:30 03:30:01 0 0.05 0.00 0.03 0.00 0.00 99.92 03:39:30 03:30:01 1 0.07 0.00 0.05 0.00 0.00 99.88 03:39:30 03:30:01 2 0.52 0.00 0.05 0.00 0.00 99.43 03:39:30 03:30:01 3 0.03 0.00 0.03 0.00 0.00 99.93 03:39:30 03:31:01 all 0.12 0.00 0.05 0.00 0.01 99.83 03:39:30 03:31:01 0 0.02 0.00 0.03 0.00 0.02 99.93 03:39:30 03:31:01 1 0.07 0.00 0.05 0.00 0.02 99.87 03:39:30 03:31:01 2 0.35 0.00 0.03 0.00 0.00 99.62 03:39:30 03:31:01 3 0.03 0.00 0.07 0.00 0.00 99.90 03:39:30 03:32:01 all 0.16 0.00 0.07 0.00 0.04 99.73 03:39:30 03:32:01 0 0.03 0.00 0.07 0.00 0.08 99.82 03:39:30 03:32:01 1 0.20 0.00 0.05 0.00 0.02 99.73 03:39:30 03:32:01 2 0.38 0.00 0.05 0.00 0.05 99.52 03:39:30 03:32:01 3 0.03 0.00 0.10 0.00 0.02 99.85 03:39:30 03:33:01 all 0.16 0.00 0.06 0.00 0.00 99.78 03:39:30 03:33:01 0 0.03 0.00 0.03 0.00 0.00 99.93 03:39:30 03:33:01 1 0.55 0.00 0.05 0.00 0.00 99.40 03:39:30 03:33:01 2 0.02 0.00 0.03 0.00 0.00 99.95 03:39:30 03:33:01 3 0.03 0.00 0.12 0.00 0.02 99.83 03:39:30 03:34:01 all 0.13 0.00 0.05 0.00 0.00 99.81 03:39:30 03:34:01 0 0.03 0.00 0.03 0.00 0.00 99.93 03:39:30 03:34:01 1 0.33 0.00 0.03 0.00 0.00 99.63 03:39:30 03:34:01 2 0.13 0.00 0.05 0.00 0.02 99.80 03:39:30 03:34:01 3 0.03 0.00 0.10 0.00 0.00 99.87 03:39:30 03:35:01 all 0.06 0.00 0.05 0.00 0.00 99.90 03:39:30 03:35:01 0 0.02 0.00 0.02 0.00 0.00 99.97 03:39:30 03:35:01 1 0.02 0.00 0.05 0.00 0.00 99.93 03:39:30 03:35:01 2 0.17 0.00 0.07 0.00 0.00 99.77 03:39:30 03:35:01 3 0.03 0.00 0.05 0.00 0.00 99.92 03:39:30 03:36:01 all 0.16 0.00 0.04 0.00 0.01 99.80 03:39:30 03:36:01 0 0.02 0.00 0.03 0.00 0.00 99.95 03:39:30 03:36:01 1 0.03 0.00 0.03 0.00 0.02 99.92 03:39:30 03:36:01 2 0.53 0.00 0.03 0.00 0.02 99.42 03:39:30 03:36:01 3 0.05 0.00 0.05 0.00 0.00 99.90 03:39:30 03:37:01 all 0.16 0.00 0.02 0.00 0.00 99.82 03:39:30 03:37:01 0 0.03 0.00 0.02 0.00 0.00 99.95 03:39:30 03:37:01 1 0.08 0.00 0.05 0.00 0.00 99.87 03:39:30 03:37:01 2 0.50 0.00 0.02 0.00 0.00 99.48 03:39:30 03:37:01 3 0.02 0.00 0.02 0.00 0.00 99.97 03:39:30 03:38:01 all 10.55 0.00 8.14 2.75 0.27 78.30 03:39:30 03:38:01 0 11.11 0.00 9.20 2.45 0.33 76.92 03:39:30 03:38:01 1 10.55 0.00 8.52 2.85 0.22 77.86 03:39:30 03:38:01 2 10.11 0.00 7.69 2.43 0.26 79.51 03:39:30 03:38:01 3 10.42 0.00 7.14 3.27 0.29 78.89 03:39:30 03:39:30 03:38:01 CPU %user %nice %system %iowait %steal %idle 03:39:30 03:39:01 all 13.17 0.00 9.77 2.54 0.22 74.29 03:39:30 03:39:01 0 17.30 0.00 11.22 1.28 0.28 69.91 03:39:30 03:39:01 1 11.86 0.00 9.13 3.00 0.21 75.81 03:39:30 03:39:01 2 12.06 0.00 9.83 3.43 0.22 74.46 03:39:30 03:39:01 3 11.49 0.00 8.92 2.43 0.19 76.97 03:39:30 Average: all 3.10 0.00 1.88 0.53 0.07 94.42 03:39:30 Average: 0 3.27 0.00 2.15 0.33 0.08 94.17 03:39:30 Average: 1 2.99 0.00 1.85 0.66 0.07 94.44 03:39:30 Average: 2 3.34 0.00 1.76 0.58 0.06 94.25 03:39:30 Average: 3 2.80 0.00 1.75 0.56 0.07 94.82 03:39:30 03:39:30 03:39:30