Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 34586eebf1e8dc7164860841d693f6652cfed50d 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 # timeout=10 Commit message: "Merge pull request #239 from ernestojeda/update-default-go-version" > 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. [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] ========================================================= [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: false SWAGGER_API_FOLDERS: openapi/v1 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-43273 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 with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/device-sdk-go.git Fetching without tags > 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.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # 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 --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 34586eebf1e8dc7164860841d693f6652cfed50d (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 34586eebf1e8dc7164860841d693f6652cfed50d # timeout=10 Commit message: "Merge pull request #570 from hahattan/issue-472" > git rev-list --no-walk 3453c8bcbae7db027b2f999f18fb2d5ddccd55eb # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 10:25:36 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:25:37 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:25:37 ========================================================= 10:25:37 EdgeX Global Pipelines Version Info 10:25:37 ========================================================= [Pipeline] libraryResource [Pipeline] sh 10:25:40 ------------------- 10:25:40 stable info: 10:25:40 ------------------- 10:25:40 Commited By: Emilio Reyes emilio.reyes@intel.com 10:25:40 Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 10:25:40 Message: update stable to v1.0.119 10:25:40 ------------------- 10:25:40 experimental info: 10:25:40 ------------------- 10:25:40 Commited By: **** collab-it+edgex@linuxfoundation.org 10:25:40 Commit SHA: 26a2d0761a2efda4215483e42b68dbac15e3db92 10:25:40 Message: update experimental to v1.0.121 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 10:25:41 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 10:25:41 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 10:25:41 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 10:25:41 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 10:25:41 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 10:25:41 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 10:25:41 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 10:25:42 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 10:25:42 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 10:25:42 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 10:25:42 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 10:25:42 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 10:25:42 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 10:25:42 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 10:25:42 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 10:25:42 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 10:25:42 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 10:25:43 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 10:25:43 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 10:25:43 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 10:25:43 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 10:25:43 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 10:25:43 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 10:25:43 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 10:25:43 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 10:25:43 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 34586eebf1e8dc7164860841d693f6652cfed50d [Pipeline] echo 10:25:43 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 34586ee [Pipeline] echo 10:25:44 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:25:44 + git log --format=format:%s -1 34586eebf1e8dc7164860841d693f6652cfed50d [Pipeline] echo 10:25:44 GIT_COMMIT: 34586eebf1e8dc7164860841d693f6652cfed50d, Commit Message: Merge pull request #570 from hahattan/issue-472 [Pipeline] echo 10:25:45 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 10:25:46 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:25:46 10:25:46 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 10:25:47 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:25:47 latest: Pulling from edgex-devops/git-semver 10:25:47 31603596830f: Pulling fs layer 10:25:47 2a8b12db71e7: Pulling fs layer 10:25:47 6ca5941a6612: Pulling fs layer 10:25:47 ecc8261a40a4: Pulling fs layer 10:25:47 ecc8261a40a4: Waiting 10:25:47 2a8b12db71e7: Verifying Checksum 10:25:47 2a8b12db71e7: Download complete 10:25:47 31603596830f: Verifying Checksum 10:25:47 31603596830f: Download complete 10:25:48 ecc8261a40a4: Verifying Checksum 10:25:48 ecc8261a40a4: Download complete 10:25:48 6ca5941a6612: Verifying Checksum 10:25:48 6ca5941a6612: Download complete 10:25:48 31603596830f: Pull complete 10:25:48 2a8b12db71e7: Pull complete 10:25:49 6ca5941a6612: Pull complete 10:25:49 ecc8261a40a4: Pull complete 10:25:49 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 10:25:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:25:49 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 10:25:49 prd-centos7-docker-4c-2g-43273 does not seem to be running inside a container 10:25:49 $ docker run -t -d -u 1001:1001 -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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:25:52 $ docker top 1f6383da1437574c27bf9423147ef819ccd34ca000aa1c3484c065bf3bdd6308 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:25:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:25:52 [ssh-agent] Looking for ssh-agent implementation... 10:25:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:25:52 $ docker exec 1f6383da1437574c27bf9423147ef819ccd34ca000aa1c3484c065bf3bdd6308 ssh-agent 10:25:53 SSH_AUTH_SOCK=/tmp/ssh-esL441TZsKnR/agent.11 10:25:53 SSH_AGENT_PID=16 10:25:53 Running ssh-add (command line suppressed) 10:25:53 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8195922816803112602.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8195922816803112602.key) 10:25:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:25:53 + git describe --exact-match --tags HEAD 10:25:53 fatal: No names found, cannot describe anything. [Pipeline] } 10:25:53 $ docker exec --env ******** --env ******** 1f6383da1437574c27bf9423147ef819ccd34ca000aa1c3484c065bf3bdd6308 ssh-agent -k 10:25:54 unset SSH_AUTH_SOCK; 10:25:54 unset SSH_AGENT_PID; 10:25:54 echo Agent pid 16 killed; 10:25:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 10:25:54 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 10:25:54 This usually means this commit has not been tagged. [Pipeline] sshagent 10:25:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:25:54 [ssh-agent] Looking for ssh-agent implementation... 10:25:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:25:54 $ docker exec 1f6383da1437574c27bf9423147ef819ccd34ca000aa1c3484c065bf3bdd6308 ssh-agent 10:25:54 SSH_AUTH_SOCK=/tmp/ssh-ivCpqfM1UNjL/agent.44 10:25:54 SSH_AGENT_PID=49 10:25:54 Running ssh-add (command line suppressed) 10:25:55 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1881703322536354026.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1881703322536354026.key) 10:25:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:25:55 + git semver init 10:25:55 # -> Open(): unable to determine branch for HEAD 10:25:55 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 10:25:55 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 10:25:55 # $SEMVER_REMOTE_NAME = origin 10:25:55 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:25:55 # $SEMVER_USER_NAME = edgex-jenkins 10:25:55 # $SEMVER_BRANCH = master 10:25:55 # $SEMVER_TEMP = /tmp/semver-196410169 10:25:55 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 10:25:56 # '/tmp/semver-196410169' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' 10:25:56 # -> Force: false 10:25:56 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 10:25:56 $ docker exec --env ******** --env ******** 1f6383da1437574c27bf9423147ef819ccd34ca000aa1c3484c065bf3bdd6308 ssh-agent -k 10:25:56 unset SSH_AUTH_SOCK; 10:25:56 unset SSH_AGENT_PID; 10:25:56 echo Agent pid 49 killed; 10:25:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:25:57 + git semver [Pipeline] } 10:25:57 $ docker stop --time=1 1f6383da1437574c27bf9423147ef819ccd34ca000aa1c3484c065bf3bdd6308 10:25:58 $ docker rm -f 1f6383da1437574c27bf9423147ef819ccd34ca000aa1c3484c065bf3bdd6308 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 10:26:00 Stashed 30 file(s) [Pipeline] echo 10:26:00 [edgeXSemver]: initialized semver on version 1.2.4-dev.11 [Pipeline] echo 10:26:00 Archived original version: [1.2.4-dev.11] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 10:26:00 Running on prd-ubuntu18.04-docker-arm64-4c-16g-43265 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 10:26:01 Running in /w/workspace/device-sdk-go/61 [Pipeline] { [Pipeline] checkout 10:26:05 using credential edgex-jenkins-ssh 10:26:05 Cloning the remote Git repository 10:26:05 Cloning with configured refspecs honoured and without tags 10:26:05 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 10:26:05 > git init /w/workspace/device-sdk-go/61 # timeout=10 10:26:07 Fetching without tags 10:26:06 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 10:26:06 > git --version # timeout=10 10:26:06 > git --version # 'git version 2.17.1' 10:26:06 using GIT_SSH to set credentials SSH Credentials for GitHub 10:26:06 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 10:26:07 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 10:26:07 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 10:26:07 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 10:26:07 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 10:26:07 using GIT_SSH to set credentials SSH Credentials for GitHub 10:26:07 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 10:26:07 Checking out Revision 34586eebf1e8dc7164860841d693f6652cfed50d (master) 10:26:07 > git config core.sparsecheckout # timeout=10 10:26:07 > git checkout -f 34586eebf1e8dc7164860841d693f6652cfed50d # timeout=10 10:26:12 Commit message: "Merge pull request #570 from hahattan/issue-472" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 10:26:13 ========================================================= 10:26:13 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 10:26:13 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:26:14 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 10:26:15 Sending build context to Docker daemon 3.143MB 10:26:15 Step 1/8 : ARG BASE=golang:1.15-alpine 10:26:15 Step 2/8 : FROM ${BASE} 10:26:15 Still waiting to schedule task 10:26:15 Waiting for next available executor on ‘centos7-docker-4c-2g’ 10:26:15 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:26:15 b538f80385f9: Pulling fs layer 10:26:15 74f711af9a0d: Pulling fs layer 10:26:15 99f96fe45779: Pulling fs layer 10:26:15 8529a6b9a6be: Pulling fs layer 10:26:15 45590311c82a: Pulling fs layer 10:26:15 69ca0ff8b7b3: Pulling fs layer 10:26:15 209524e5b208: Pulling fs layer 10:26:15 8529a6b9a6be: Waiting 10:26:15 45590311c82a: Waiting 10:26:15 69ca0ff8b7b3: Waiting 10:26:15 209524e5b208: Waiting 10:26:15 99f96fe45779: Verifying Checksum 10:26:15 99f96fe45779: Download complete 10:26:15 74f711af9a0d: Verifying Checksum 10:26:15 74f711af9a0d: Download complete 10:26:16 45590311c82a: Verifying Checksum 10:26:16 45590311c82a: Download complete 10:26:16 69ca0ff8b7b3: Download complete 10:26:16 b538f80385f9: Download complete 10:26:16 b538f80385f9: Pull complete 10:26:17 74f711af9a0d: Pull complete 10:26:17 99f96fe45779: Pull complete 10:26:18 209524e5b208: Verifying Checksum 10:26:18 209524e5b208: Download complete 10:26:19 8529a6b9a6be: Verifying Checksum 10:26:19 8529a6b9a6be: Download complete 10:26:29 8529a6b9a6be: Pull complete 10:26:30 45590311c82a: Pull complete 10:26:30 69ca0ff8b7b3: Pull complete 10:26:35 209524e5b208: Pull complete 10:26:35 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 10:26:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 10:26:35 ---> 5bddaf1c2fca 10:26:35 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:26:37 ---> Running in 69c56e687e7f 10:26:37 Removing intermediate container 69c56e687e7f 10:26:37 ---> 3d71725f23fc 10:26:37 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:26:38 ---> Running in 270454eded61 10:26:40 Removing intermediate container 270454eded61 10:26:40 ---> b1f5535e6cc5 10:26:40 Step 5/8 : RUN apk add --no-cache make git 10:26:40 ---> Running in df9e16923db1 10:26:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:26:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:26:44 OK: 142 MiB in 39 packages 10:26:45 Removing intermediate container df9e16923db1 10:26:45 ---> 66371c6848cf 10:26:45 Step 6/8 : WORKDIR /device-sdk-go 10:26:45 ---> Running in 7c216eb02f18 10:26:46 Removing intermediate container 7c216eb02f18 10:26:46 ---> 58dc6255f8a4 10:26:46 Step 7/8 : COPY . . 10:26:47 ---> 46059e738c15 10:26:47 Step 8/8 : RUN go mod download 10:26:47 ---> Running in b2e75fc0c6ca 10:27:02 Removing intermediate container b2e75fc0c6ca 10:27:02 ---> 5a49dd0213aa 10:27:02 Successfully built 5a49dd0213aa 10:27:02 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 10:27:06 + sudo chown -R jenkins:jenkins . [Pipeline] sh 10:27:07 + ls -al . 10:27:07 total 104 10:27:07 drwxrwxr-x 11 jenkins jenkins 4096 Sep 15 10:26 . 10:27:07 drwxrwxr-x 4 jenkins jenkins 4096 Sep 15 10:26 .. 10:27:07 -rw-rw-r-- 1 jenkins jenkins 140 Sep 15 10:26 .dockerignore 10:27:07 drwxrwxr-x 8 jenkins jenkins 4096 Sep 15 10:26 .git 10:27:07 drwxrwxr-x 2 jenkins jenkins 4096 Sep 15 10:26 .github 10:27:07 -rw-rw-r-- 1 jenkins jenkins 138 Sep 15 10:26 .gitignore 10:27:07 drwxrwxr-x 3 jenkins jenkins 4096 Sep 15 10:26 .semver 10:27:07 -rw-rw-r-- 1 jenkins jenkins 936 Sep 15 10:26 Dockerfile.build 10:27:07 -rw-rw-r-- 1 jenkins jenkins 785 Sep 15 10:26 Jenkinsfile 10:27:07 -rw-rw-r-- 1 jenkins jenkins 11341 Sep 15 10:26 LICENSE 10:27:07 -rw-rw-r-- 1 jenkins jenkins 1013 Sep 15 10:26 Makefile 10:27:07 -rw-rw-r-- 1 jenkins jenkins 5897 Sep 15 10:26 README.md 10:27:07 -rw-rw-r-- 1 jenkins jenkins 4291 Sep 15 10:26 RELEASE-NOTES.txt 10:27:07 -rw-rw-r-- 1 jenkins jenkins 12 Sep 15 10:25 VERSION 10:27:07 drwxrwxr-x 2 jenkins jenkins 4096 Sep 15 10:26 bin 10:27:07 drwxrwxr-x 4 jenkins jenkins 4096 Sep 15 10:26 example 10:27:07 -rw-rw-r-- 1 jenkins jenkins 446 Sep 15 10:26 go.mod 10:27:07 drwxrwxr-x 13 jenkins jenkins 4096 Sep 15 10:26 internal 10:27:07 drwxrwxr-x 4 jenkins jenkins 4096 Sep 15 10:26 openapi 10:27:07 drwxrwxr-x 5 jenkins jenkins 4096 Sep 15 10:26 pkg 10:27:07 drwxrwxr-x 4 jenkins jenkins 4096 Sep 15 10:26 snap 10:27:07 -rw-rw-r-- 1 jenkins jenkins 222 Sep 15 10:26 version.go [Pipeline] isUnix [Pipeline] sh 10:27:07 + 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=34586eebf1e8dc7164860841d693f6652cfed50d --label arch=arm64 --label version=1.2.4-dev.11 . 10:27:08 Sending build context to Docker daemon 3.143MB 10:27:08 Step 1/24 : ARG BASE=golang:1.15-alpine 10:27:08 Step 2/24 : FROM ${BASE} AS builder 10:27:08 ---> 5a49dd0213aa 10:27:08 Step 3/24 : ARG MAKE='make build' 10:27:08 ---> Running in dfd9ebe20044 10:27:08 Removing intermediate container dfd9ebe20044 10:27:08 ---> eb71a65d4cdf 10:27:08 Step 4/24 : WORKDIR /device-sdk-go 10:27:08 ---> Running in a13d8eab8e82 10:27:09 Removing intermediate container a13d8eab8e82 10:27:09 ---> 2f546b4b97de 10:27:09 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:27:09 ---> Running in 0f8034f77cf3 10:27:10 Removing intermediate container 0f8034f77cf3 10:27:10 ---> fb2d9688498c 10:27:10 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:27:10 ---> Running in e3f015c02995 10:27:13 Removing intermediate container e3f015c02995 10:27:13 ---> ac2867c82b82 10:27:13 Step 7/24 : RUN apk add --update --no-cache make git 10:27:13 ---> Running in c6a8e37522f3 10:27:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:27:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:27:19 OK: 142 MiB in 39 packages 10:27:20 Removing intermediate container c6a8e37522f3 10:27:20 ---> b37e18317846 10:27:20 Step 8/24 : COPY . . 10:27:21 ---> 4d910358d89f 10:27:21 Step 9/24 : RUN ${MAKE} 10:27:21 ---> Running in 312250c85a14 10:27:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.11" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 10:27:45 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 10:27:47 Removing intermediate container 312250c85a14 10:27:47 ---> 59b806bdd03e 10:27:47 Step 10/24 : FROM scratch 10:27:47 ---> 10:27:47 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:27:47 ---> Running in 178d8b832790 10:27:47 Removing intermediate container 178d8b832790 10:27:47 ---> 71a09182d6fe 10:27:47 Step 12/24 : ENV APP_PORT=49990 10:27:47 ---> Running in 2324b2995d81 10:27:48 Removing intermediate container 2324b2995d81 10:27:48 ---> 3f37301e7e2d 10:27:48 Step 13/24 : EXPOSE $APP_PORT 10:27:48 ---> Running in d58753213186 10:27:48 Removing intermediate container d58753213186 10:27:48 ---> d2152351f3cd 10:27:48 Step 14/24 : WORKDIR / 10:27:48 ---> Running in a1620612bcc8 10:27:49 Removing intermediate container a1620612bcc8 10:27:49 ---> cf5c678e0b2b 10:27:49 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 10:27:50 ---> cf6951504eb3 10:27:50 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 10:27:51 ---> f291322ae513 10:27:51 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 10:27:51 ---> 43bddd67c1e8 10:27:51 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 10:27:52 ---> 650114b5cb55 10:27:52 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 10:27:52 ---> e660129596c4 10:27:52 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 10:27:53 ---> Running in 57bad4d0da3c 10:27:53 Removing intermediate container 57bad4d0da3c 10:27:53 ---> 78e517cef6a4 10:27:53 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:27:53 ---> Running in fbb727e29614 10:27:53 Running on prd-centos7-docker-4c-2g-43283 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 10:27:53 Running in /w/workspace/device-sdk-go/61 [Pipeline] { [Pipeline] checkout 10:27:54 Removing intermediate container fbb727e29614 10:27:54 ---> 11ce61de3b7b 10:27:54 Step 22/24 : LABEL arch=arm64 10:27:54 ---> Running in f471e5748922 10:27:54 Removing intermediate container f471e5748922 10:27:54 ---> 2120f8ccab71 10:27:54 Step 23/24 : LABEL git_sha=34586eebf1e8dc7164860841d693f6652cfed50d 10:27:54 ---> Running in d728d6d4eaf1 10:27:55 Removing intermediate container d728d6d4eaf1 10:27:55 ---> 436334b914b9 10:27:55 Step 24/24 : LABEL version=1.2.4-dev.11 10:27:55 ---> Running in 457d660df556 10:27:55 Removing intermediate container 457d660df556 10:27:55 ---> fbd5aa7a4508 10:27:55 [Warning] One or more build-args [ARCH] were not consumed 10:27:55 Successfully built fbd5aa7a4508 10:27:55 Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 10:28:01 using credential edgex-jenkins-ssh 10:28:01 Cloning the remote Git repository 10:28:01 Cloning with configured refspecs honoured and without tags 10:28:01 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 10:28:01 > git init /w/workspace/device-sdk-go/61 # timeout=10 10:28:02 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 10:28:02 > git --version # timeout=10 10:28:02 > git --version # 'git version 2.16.5' 10:28:02 using GIT_SSH to set credentials SSH Credentials for GitHub 10:28:02 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 10:28:03 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 10:28:03 Fetching without tags 10:28:04 Checking out Revision 34586eebf1e8dc7164860841d693f6652cfed50d (master) 10:28:03 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 10:28:03 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 10:28:03 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 10:28:03 using GIT_SSH to set credentials SSH Credentials for GitHub 10:28:03 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 10:28:04 > git config core.sparsecheckout # timeout=10 10:28:04 > git checkout -f 34586eebf1e8dc7164860841d693f6652cfed50d # timeout=10 10:28:08 Commit message: "Merge pull request #570 from hahattan/issue-472" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 10:28:09 ========================================================= 10:28:09 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 10:28:09 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:28:10 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 10:28:11 Sending build context to Docker daemon 3.141MB 10:28:11 Step 1/8 : ARG BASE=golang:1.15-alpine 10:28:11 Step 2/8 : FROM ${BASE} 10:28:11 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 10:28:11 df20fa9351a1: Pulling fs layer 10:28:11 ed8968b2872e: Pulling fs layer 10:28:11 a92cc7c5fd73: Pulling fs layer 10:28:11 e871e8e8d7a9: Pulling fs layer 10:28:11 e73272ec9a57: Pulling fs layer 10:28:11 1e910a182e73: Pulling fs layer 10:28:11 4e634b169226: Pulling fs layer 10:28:11 e871e8e8d7a9: Waiting 10:28:11 e73272ec9a57: Waiting 10:28:11 1e910a182e73: Waiting 10:28:11 a92cc7c5fd73: Verifying Checksum 10:28:11 a92cc7c5fd73: Download complete 10:28:11 ed8968b2872e: Verifying Checksum 10:28:11 ed8968b2872e: Download complete 10:28:11 e73272ec9a57: Verifying Checksum 10:28:11 e73272ec9a57: Download complete 10:28:11 1e910a182e73: Verifying Checksum 10:28:11 1e910a182e73: Download complete 10:28:12 df20fa9351a1: Verifying Checksum 10:28:12 df20fa9351a1: Download complete 10:28:12 df20fa9351a1: Pull complete 10:28:13 ed8968b2872e: Pull complete 10:28:13 a92cc7c5fd73: Pull complete 10:28:17 4e634b169226: Verifying Checksum 10:28:17 4e634b169226: Download complete 10:28:21 e871e8e8d7a9: Verifying Checksum 10:28:21 e871e8e8d7a9: Download complete 10:28:32 e871e8e8d7a9: Pull complete 10:28:32 e73272ec9a57: Pull complete 10:28:32 1e910a182e73: Pull complete 10:28:34 4e634b169226: Pull complete 10:28:34 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 10:28:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 10:28:35 ---> f7629b54cfaa 10:28:35 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:28:35 ---> Running in 6d05ec5677ee 10:28:35 Removing intermediate container 6d05ec5677ee 10:28:35 ---> e67d29a518e2 10:28:35 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:28:35 ---> Running in 1afb53a19884 10:28:37 Removing intermediate container 1afb53a19884 10:28:37 ---> 5f2915a42991 10:28:37 Step 5/8 : RUN apk add --no-cache make git 10:28:37 ---> Running in 0549e8e8a512 10:28:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:28:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:28:40 OK: 166 MiB in 39 packages 10:28:41 Removing intermediate container 0549e8e8a512 10:28:41 ---> af3f7a928d9b 10:28:41 Step 6/8 : WORKDIR /device-sdk-go 10:28:41 ---> Running in 8e1e94bd9215 10:28:41 Removing intermediate container 8e1e94bd9215 10:28:41 ---> 628abf5c592f 10:28:41 Step 7/8 : COPY . . 10:28:42 ---> d725921d1707 10:28:42 Step 8/8 : RUN go mod download 10:28:42 ---> Running in 45ad58d3d239 10:28:55 Removing intermediate container 45ad58d3d239 10:28:55 ---> b599693a493f 10:28:55 Successfully built b599693a493f 10:28:55 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 10:28:56 + sudo chown -R jenkins:jenkins . [Pipeline] sh 10:28:56 + ls -al . 10:28:56 total 64 10:28:56 drwxrwxr-x. 11 jenkins jenkins 4096 Sep 15 10:28 . 10:28:56 drwxrwxr-x. 4 jenkins jenkins 30 Sep 15 10:28 .. 10:28:56 drwxrwxr-x. 2 jenkins jenkins 64 Sep 15 10:28 bin 10:28:56 -rw-rw-r--. 1 jenkins jenkins 936 Sep 15 10:28 Dockerfile.build 10:28:56 -rw-rw-r--. 1 jenkins jenkins 140 Sep 15 10:28 .dockerignore 10:28:56 drwxrwxr-x. 4 jenkins jenkins 48 Sep 15 10:28 example 10:28:56 drwxrwxr-x. 8 jenkins jenkins 162 Sep 15 10:28 .git 10:28:56 drwxrwxr-x. 2 jenkins jenkins 60 Sep 15 10:28 .github 10:28:56 -rw-rw-r--. 1 jenkins jenkins 138 Sep 15 10:28 .gitignore 10:28:56 -rw-rw-r--. 1 jenkins jenkins 446 Sep 15 10:28 go.mod 10:28:56 drwxrwxr-x. 13 jenkins jenkins 184 Sep 15 10:28 internal 10:28:56 -rw-rw-r--. 1 jenkins jenkins 785 Sep 15 10:28 Jenkinsfile 10:28:56 -rw-rw-r--. 1 jenkins jenkins 11341 Sep 15 10:28 LICENSE 10:28:56 -rw-rw-r--. 1 jenkins jenkins 1013 Sep 15 10:28 Makefile 10:28:56 drwxrwxr-x. 4 jenkins jenkins 26 Sep 15 10:28 openapi 10:28:56 drwxrwxr-x. 5 jenkins jenkins 50 Sep 15 10:28 pkg 10:28:56 -rw-rw-r--. 1 jenkins jenkins 5897 Sep 15 10:28 README.md 10:28:56 -rw-rw-r--. 1 jenkins jenkins 4291 Sep 15 10:28 RELEASE-NOTES.txt 10:28:56 drwxrwxr-x. 3 jenkins jenkins 44 Sep 15 10:28 .semver 10:28:56 drwxrwxr-x. 4 jenkins jenkins 54 Sep 15 10:28 snap 10:28:56 -rw-rw-r--. 1 jenkins jenkins 12 Sep 15 10:25 VERSION 10:28:56 -rw-rw-r--. 1 jenkins jenkins 222 Sep 15 10:28 version.go [Pipeline] isUnix [Pipeline] sh 10:28:56 + 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=34586eebf1e8dc7164860841d693f6652cfed50d --label arch=amd64 --label version=1.2.4-dev.11 . 10:28:57 Sending build context to Docker daemon 3.141MB 10:28:57 Step 1/24 : ARG BASE=golang:1.15-alpine 10:28:57 Step 2/24 : FROM ${BASE} AS builder 10:28:57 ---> b599693a493f 10:28:57 Step 3/24 : ARG MAKE='make build' 10:28:57 ---> Running in ecbfbddc73b2 10:28:57 Removing intermediate container ecbfbddc73b2 10:28:57 ---> a1e10a82fdc0 10:28:57 Step 4/24 : WORKDIR /device-sdk-go 10:28:57 ---> Running in a626d5787c3c 10:28:57 Removing intermediate container a626d5787c3c 10:28:57 ---> 8d30eb3338bb 10:28:57 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:28:57 ---> Running in ade2f71a2eef 10:28:58 Removing intermediate container ade2f71a2eef 10:28:58 ---> 709c91565986 10:28:58 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:28:58 ---> Running in 3c888292e990 10:29:00 Removing intermediate container 3c888292e990 10:29:00 ---> 298c0e6aeef0 10:29:00 Step 7/24 : RUN apk add --update --no-cache make git 10:29:00 ---> Running in b7b493c1651b 10:29:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:29:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:29:02 OK: 166 MiB in 39 packages 10:29:02 Removing intermediate container b7b493c1651b 10:29:02 ---> c068509f40b1 10:29:02 Step 8/24 : COPY . . 10:29:03 ---> 99d1daa5baef 10:29:03 Step 9/24 : RUN ${MAKE} 10:29:03 ---> Running in c4aaa96903db 10:29:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.11" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 10:29:19 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 10:29:21 Removing intermediate container c4aaa96903db 10:29:21 ---> ce936438ea4e 10:29:21 Step 10/24 : FROM scratch 10:29:21 ---> 10:29:21 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:29:21 ---> Running in eee6885cc513 10:29:21 Removing intermediate container eee6885cc513 10:29:21 ---> 7d22fd4104ad 10:29:21 Step 12/24 : ENV APP_PORT=49990 10:29:21 ---> Running in a426ffceabe5 10:29:21 Removing intermediate container a426ffceabe5 10:29:21 ---> 6077abc82062 10:29:21 Step 13/24 : EXPOSE $APP_PORT 10:29:21 ---> Running in 4aea2500f484 10:29:21 Removing intermediate container 4aea2500f484 10:29:21 ---> dd38a309b246 10:29:21 Step 14/24 : WORKDIR / 10:29:21 ---> Running in 8fddf3729fd5 10:29:21 Removing intermediate container 8fddf3729fd5 10:29:21 ---> c00772b96e9b 10:29:21 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 10:29:22 ---> 9020cdac1cfa 10:29:22 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 10:29:23 ---> 86d33c876d21 10:29:23 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 10:29:23 ---> 6011f459cef0 10:29:23 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 10:29:23 ---> b47b85a3076d 10:29:23 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 10:29:24 ---> 28e22b4c88c9 10:29:24 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 10:29:24 ---> Running in e82583d0b4d9 10:29:24 Removing intermediate container e82583d0b4d9 10:29:24 ---> 8c8ad34bda26 10:29:24 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:29:24 ---> Running in 3df9ce719c5d 10:29:24 Removing intermediate container 3df9ce719c5d 10:29:24 ---> c8e79a96abe2 10:29:24 Step 22/24 : LABEL arch=amd64 10:29:24 ---> Running in 1f080715747b 10:29:24 Removing intermediate container 1f080715747b 10:29:24 ---> d1c370309199 10:29:24 Step 23/24 : LABEL git_sha=34586eebf1e8dc7164860841d693f6652cfed50d 10:29:24 ---> Running in dac45bbcbe0e 10:29:25 Removing intermediate container dac45bbcbe0e 10:29:25 ---> 023d3cb6ab5b 10:29:25 Step 24/24 : LABEL version=1.2.4-dev.11 10:29:25 ---> Running in b788f168eefd 10:29:25 Removing intermediate container b788f168eefd 10:29:25 ---> 19071aaeb12b 10:29:25 [Warning] One or more build-args [ARCH] were not consumed 10:29:25 Successfully built 19071aaeb12b 10:29:25 Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 10:29:27 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 10:29:27 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 10:29:27 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:29:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 10:29:28 10:29:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 10:29:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 10:29:28 1.317.0: Pulling from edgex-devops/edgex-snyk-go 10:29:28 cbdbe7a5bc2a: Pulling fs layer 10:29:28 408f87550127: Pulling fs layer 10:29:28 fe522b08c979: Pulling fs layer 10:29:28 221eaa008020: Pulling fs layer 10:29:28 2a4607e5d6b9: Pulling fs layer 10:29:28 8f79b27c4fd2: Pulling fs layer 10:29:28 e5c8dbe1645b: Pulling fs layer 10:29:28 23e8b3b47431: Pulling fs layer 10:29:28 5c568d65a230: Pulling fs layer 10:29:28 221eaa008020: Waiting 10:29:28 2a4607e5d6b9: Waiting 10:29:28 8f79b27c4fd2: Waiting 10:29:28 e5c8dbe1645b: Waiting 10:29:28 23e8b3b47431: Waiting 10:29:28 5c568d65a230: Waiting 10:29:28 fe522b08c979: Verifying Checksum 10:29:28 fe522b08c979: Download complete 10:29:29 408f87550127: Verifying Checksum 10:29:29 408f87550127: Download complete 10:29:29 2a4607e5d6b9: Verifying Checksum 10:29:29 2a4607e5d6b9: Download complete 10:29:29 8f79b27c4fd2: Verifying Checksum 10:29:29 8f79b27c4fd2: Download complete 10:29:29 cbdbe7a5bc2a: Download complete 10:29:30 cbdbe7a5bc2a: Pull complete 10:29:30 408f87550127: Pull complete 10:29:30 fe522b08c979: Pull complete 10:29:31 e5c8dbe1645b: Verifying Checksum 10:29:31 e5c8dbe1645b: Download complete 10:29:33 23e8b3b47431: Verifying Checksum 10:29:33 23e8b3b47431: Download complete 10:29:35 5c568d65a230: Verifying Checksum 10:29:35 5c568d65a230: Download complete 10:29:37 221eaa008020: Download complete 10:29:46 221eaa008020: Pull complete 10:29:46 2a4607e5d6b9: Pull complete 10:29:46 8f79b27c4fd2: Pull complete 10:29:49 e5c8dbe1645b: Pull complete 10:29:52 23e8b3b47431: Pull complete 10:29:55 5c568d65a230: Pull complete 10:29:55 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 10:29:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 10:29:55 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 10:29:55 prd-centos7-docker-4c-2g-43273 does not seem to be running inside a container 10:29:55 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/dgexfoundry_device-sdk-go_master:/ws -w /ws --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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 10:29:56 $ docker top 2af57f1e32e9c4ce4ccab9a3a51c24c8e0c580787e8a9966161c02c86f33c315 -eo pid,comm [Pipeline] { [Pipeline] sh 10:29:57 + snyk monitor '--org=edgex-jenkins' 10:30:04 10:30:04 Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go)... 10:30:04 10:30:04 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/057beb34-70d8-4945-961c-fe027db76abc/history/2e2e68c3-0064-4b8b-8a81-bbe6c903c878 10:30:04 10:30:04 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 10:30:04 10:30:04 10:30:04 Snyk CLI supports Node.js 8 and higher. 10:30:04 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 10:30:04 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 10:30:04 10:30:04 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 10:30:04 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 10:30:04 $ docker stop --time=1 2af57f1e32e9c4ce4ccab9a3a51c24c8e0c580787e8a9966161c02c86f33c315 10:30:06 $ docker rm -f 2af57f1e32e9c4ce4ccab9a3a51c24c8e0c580787e8a9966161c02c86f33c315 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh 10:30:08 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:30:08 . [Pipeline] withDockerContainer 10:30:08 prd-centos7-docker-4c-2g-43273 does not seem to be running inside a container 10:30:08 $ docker run -t -d -u 1001:1001 -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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:30:10 $ docker top f354c1642589f2f30f6395fec6ac3aeeb6d6c97b3f17c147fed59fcc3aa737f2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:30:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:30:10 [ssh-agent] Looking for ssh-agent implementation... 10:30:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:30:11 $ docker exec f354c1642589f2f30f6395fec6ac3aeeb6d6c97b3f17c147fed59fcc3aa737f2 ssh-agent 10:30:11 SSH_AUTH_SOCK=/tmp/ssh-Gfq17lVxhRT4/agent.11 10:30:11 SSH_AGENT_PID=17 10:30:11 Running ssh-add (command line suppressed) 10:30:11 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3377428061064672703.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3377428061064672703.key) 10:30:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:30:12 + git semver tag 10:30:12 # -> Open(): unable to determine branch for HEAD 10:30:12 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 10:30:12 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 10:30:12 # $SEMVER_REMOTE_NAME = origin 10:30:12 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:30:12 # $SEMVER_USER_NAME = edgex-jenkins 10:30:12 # $SEMVER_BRANCH = master 10:30:12 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 10:30:12 # 34586eebf1e8dc7164860841d693f6652cfed50d HEAD 10:30:12 # -> Force: false 10:30:12 # 36a3aea23c46612fb4de32d74de78d47cee030ba refs/tags/v1.2.4-dev.11 [Pipeline] } 10:30:12 $ docker exec --env ******** --env ******** f354c1642589f2f30f6395fec6ac3aeeb6d6c97b3f17c147fed59fcc3aa737f2 ssh-agent -k 10:30:12 unset SSH_AUTH_SOCK; 10:30:12 unset SSH_AGENT_PID; 10:30:12 echo Agent pid 17 killed; 10:30:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:30:13 + git semver [Pipeline] } 10:30:13 $ docker stop --time=1 f354c1642589f2f30f6395fec6ac3aeeb6d6c97b3f17c147fed59fcc3aa737f2 10:30:15 $ docker rm -f f354c1642589f2f30f6395fec6ac3aeeb6d6c97b3f17c147fed59fcc3aa737f2 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 10:30:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:30:16 10:30:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 10:30:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:30:16 0.23.1-centos7: Pulling from edgex-lftools 10:30:16 ab5ef0e58194: Pulling fs layer 10:30:16 9712f1f96733: Pulling fs layer 10:30:16 63f879dbbcfc: Pulling fs layer 10:30:16 0d9ebad4ef96: Pulling fs layer 10:30:16 e9a5061849ea: Pulling fs layer 10:30:16 d747dcd14b5f: Pulling fs layer 10:30:16 2de7ff778b66: Pulling fs layer 10:30:16 0d9ebad4ef96: Waiting 10:30:16 d747dcd14b5f: Waiting 10:30:16 e9a5061849ea: Waiting 10:30:16 2de7ff778b66: Waiting 10:30:16 9712f1f96733: Verifying Checksum 10:30:16 9712f1f96733: Download complete 10:30:22 63f879dbbcfc: Verifying Checksum 10:30:22 63f879dbbcfc: Download complete 10:30:22 e9a5061849ea: Download complete 10:30:22 d747dcd14b5f: Verifying Checksum 10:30:22 d747dcd14b5f: Download complete 10:30:24 2de7ff778b66: Verifying Checksum 10:30:24 2de7ff778b66: Download complete 10:30:24 0d9ebad4ef96: Verifying Checksum 10:30:24 0d9ebad4ef96: Download complete 10:30:25 ab5ef0e58194: Verifying Checksum 10:30:25 ab5ef0e58194: Download complete 10:30:32 ab5ef0e58194: Pull complete 10:30:32 9712f1f96733: Pull complete 10:30:34 63f879dbbcfc: Pull complete 10:30:42 0d9ebad4ef96: Pull complete 10:30:44 e9a5061849ea: Pull complete 10:30:44 d747dcd14b5f: Pull complete 10:30:48 2de7ff778b66: Pull complete 10:30:48 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 10:30:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:30:48 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 10:30:48 prd-centos7-docker-4c-2g-43273 does not seem to be running inside a container 10:30:48 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 10:30:52 $ docker top f306bebb8220f035cf3c02acfe35ee7fc0299445fd662ca891aa3eeb4a2b5756 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 10:30:52 provisioning config files... 10:30:52 copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4006442353436763355tmp 10:30:52 copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config2707466125136655314tmp 10:30:52 copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1880411927394810112tmp [Pipeline] { [Pipeline] echo 10:30:52 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 10:30:53 ---> sigul-configuration.sh 10:30:53 gpg: directory `/root/.gnupg' created 10:30:53 gpg: new configuration file `/root/.gnupg/gpg.conf' created 10:30:53 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 10:30:53 gpg: keyring `/root/.gnupg/secring.gpg' created 10:30:53 gpg: keyring `/root/.gnupg/pubring.gpg' created 10:30:53 gpg: CAST5 encrypted data 10:30:53 gpg: encrypted with 1 passphrase 10:30:53 gpg: WARNING: message was not integrity protected [Pipeline] sh 10:30:53 + mkdir /home/jenkins 10:30:53 + mkdir /home/jenkins/sigul [Pipeline] sh 10:30:54 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 10:30:54 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 10:30:54 ---> sigul-install.sh 10:31:01 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 10:31:02 + git tag --list 10:31:02 v1.2.4-dev.11 [Pipeline] sh 10:31:02 + lftools sign git-tag v1.2.4-dev.11 10:31:04 Signing Git tag with Sigul... 10:31:04 Signing v1.2.4-dev.11 [Pipeline] echo 10:31:06 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 10:31:06 ---> sigul-configuration-cleanup.sh [Pipeline] } 10:31:06 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 10:31:07 $ docker stop --time=1 f306bebb8220f035cf3c02acfe35ee7fc0299445fd662ca891aa3eeb4a2b5756 10:31:09 $ docker rm -f f306bebb8220f035cf3c02acfe35ee7fc0299445fd662ca891aa3eeb4a2b5756 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 10:31:10 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:31:10 . [Pipeline] withDockerContainer 10:31:10 prd-centos7-docker-4c-2g-43273 does not seem to be running inside a container 10:31:10 $ docker run -t -d -u 1001:1001 -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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:31:11 $ docker top b4faf50905ff7d51d9f00699c4670cab8835f141af84da7d25d50ba31fba21ca -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:31:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:31:11 [ssh-agent] Looking for ssh-agent implementation... 10:31:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:31:12 $ docker exec b4faf50905ff7d51d9f00699c4670cab8835f141af84da7d25d50ba31fba21ca ssh-agent 10:31:12 SSH_AUTH_SOCK=/tmp/ssh-U0GC8lY618kA/agent.11 10:31:12 SSH_AGENT_PID=17 10:31:12 Running ssh-add (command line suppressed) 10:31:12 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8348707673148845087.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8348707673148845087.key) 10:31:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:31:13 + git semver bump pre 10:31:13 # -> Open(): unable to determine branch for HEAD 10:31:13 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 10:31:13 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 10:31:13 # $SEMVER_REMOTE_NAME = origin 10:31:13 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:31:13 # $SEMVER_USER_NAME = edgex-jenkins 10:31:13 # $SEMVER_BRANCH = master 10:31:13 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 10:31:13 1.2.4-dev.12 [Pipeline] } 10:31:13 $ docker exec --env ******** --env ******** b4faf50905ff7d51d9f00699c4670cab8835f141af84da7d25d50ba31fba21ca ssh-agent -k 10:31:13 unset SSH_AUTH_SOCK; 10:31:13 unset SSH_AGENT_PID; 10:31:13 echo Agent pid 17 killed; 10:31:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:31:14 + git semver [Pipeline] } 10:31:14 $ docker stop --time=1 b4faf50905ff7d51d9f00699c4670cab8835f141af84da7d25d50ba31fba21ca 10:31:16 $ docker rm -f b4faf50905ff7d51d9f00699c4670cab8835f141af84da7d25d50ba31fba21ca [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 10:31:16 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:31:16 . [Pipeline] withDockerContainer 10:31:17 prd-centos7-docker-4c-2g-43273 does not seem to be running inside a container 10:31:17 $ docker run -t -d -u 1001:1001 -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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:31:18 $ docker top 7a755510d305157cd57a18f8b454e0ddb3932fe1bdc6517d7dfe7b11793adbd3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:31:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:31:18 [ssh-agent] Looking for ssh-agent implementation... 10:31:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:31:18 $ docker exec 7a755510d305157cd57a18f8b454e0ddb3932fe1bdc6517d7dfe7b11793adbd3 ssh-agent 10:31:19 SSH_AUTH_SOCK=/tmp/ssh-6bkgf1CUe5MJ/agent.11 10:31:19 SSH_AGENT_PID=17 10:31:19 Running ssh-add (command line suppressed) 10:31:19 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2860127818563846005.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2860127818563846005.key) 10:31:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:31:19 + git semver push 10:31:19 # -> Open(): unable to determine branch for HEAD 10:31:19 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 10:31:19 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 10:31:19 # $SEMVER_REMOTE_NAME = origin 10:31:19 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:31:19 # $SEMVER_USER_NAME = edgex-jenkins 10:31:19 # $SEMVER_BRANCH = master 10:31:19 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 10:31:28 $ docker exec --env ******** --env ******** 7a755510d305157cd57a18f8b454e0ddb3932fe1bdc6517d7dfe7b11793adbd3 ssh-agent -k 10:31:28 unset SSH_AUTH_SOCK; 10:31:28 unset SSH_AGENT_PID; 10:31:28 echo Agent pid 17 killed; 10:31:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:31:29 + git semver [Pipeline] } 10:31:29 $ docker stop --time=1 7a755510d305157cd57a18f8b454e0ddb3932fe1bdc6517d7dfe7b11793adbd3 10:31:30 $ docker rm -f 7a755510d305157cd57a18f8b454e0ddb3932fe1bdc6517d7dfe7b11793adbd3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 10:31:32 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:31:33 ---> package-listing.sh 10:31:33 ++ facter osfamily 10:31:33 ++ tr '[:upper:]' '[:lower:]' 10:31:33 + OS_FAMILY=redhat 10:31:33 + workspace=/w/workspace/dgexfoundry_device-sdk-go_master 10:31:33 + START_PACKAGES=/tmp/packages_start.txt 10:31:33 + END_PACKAGES=/tmp/packages_end.txt 10:31:33 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:31:33 + PACKAGES=/tmp/packages_start.txt 10:31:33 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 10:31:33 + PACKAGES=/tmp/packages_end.txt 10:31:33 + case "${OS_FAMILY}" in 10:31:33 + sort 10:31:33 + rpm -qa 10:31:37 + '[' -f /tmp/packages_start.txt ']' 10:31:37 + '[' -f /tmp/packages_end.txt ']' 10:31:37 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:31:37 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 10:31:37 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ 10:31:37 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [Pipeline] isUnix [Pipeline] sh 10:31:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:31:38 10:31:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 10:31:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:31:39 alpine: Pulling from edgex-lftools-log-publisher 10:31:39 df20fa9351a1: Pulling fs layer 10:31:39 36b3adc4ff6f: Pulling fs layer 10:31:39 8ad3a11d3b57: Pulling fs layer 10:31:39 46f8f816bc3b: Pulling fs layer 10:31:39 0dadc02b9964: Pulling fs layer 10:31:39 ce6a7cf60c04: Pulling fs layer 10:31:39 46f8f816bc3b: Waiting 10:31:39 0dadc02b9964: Waiting 10:31:39 7a184a31f384: Pulling fs layer 10:31:39 0879bd2ef858: Pulling fs layer 10:31:39 0879bd2ef858: Waiting 10:31:39 7a184a31f384: Waiting 10:31:39 36b3adc4ff6f: Verifying Checksum 10:31:39 36b3adc4ff6f: Download complete 10:31:39 46f8f816bc3b: Verifying Checksum 10:31:39 46f8f816bc3b: Download complete 10:31:39 df20fa9351a1: Verifying Checksum 10:31:39 df20fa9351a1: Download complete 10:31:39 0dadc02b9964: Verifying Checksum 10:31:39 0dadc02b9964: Download complete 10:31:39 ce6a7cf60c04: Verifying Checksum 10:31:39 ce6a7cf60c04: Download complete 10:31:39 7a184a31f384: Verifying Checksum 10:31:39 7a184a31f384: Download complete 10:31:39 df20fa9351a1: Pull complete 10:31:40 8ad3a11d3b57: Verifying Checksum 10:31:40 8ad3a11d3b57: Download complete 10:31:40 36b3adc4ff6f: Pull complete 10:31:41 0879bd2ef858: Verifying Checksum 10:31:41 0879bd2ef858: Download complete 10:31:41 8ad3a11d3b57: Pull complete 10:31:42 46f8f816bc3b: Pull complete 10:31:43 0dadc02b9964: Pull complete 10:31:43 ce6a7cf60c04: Pull complete 10:31:43 7a184a31f384: Pull complete 10:31:47 0879bd2ef858: Pull complete 10:31:47 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 10:31:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:31:47 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 10:31:48 prd-centos7-docker-4c-2g-43273 does not seem to be running inside a container 10:31:48 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 10:31:51 $ docker top a851027a3fb07576ca738737d0a1e93bfce8250702375bd56a64ce6d2f4c3dc4 -eo pid,comm [Pipeline] { [Pipeline] sh 10:31:51 + mkdir -p /var/log/sa [Pipeline] sh 10:31:52 + ls /var/log/sa-host 10:31:52 + sadf -c /var/log/sa-host/sa05 10:31:52 file_magic: OK 10:31:52 HZ: Using current value: 100 10:31:52 file_header: OK 10:31:52 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 10:31:52 Statistics: 10:31:52 Hnuu...uuuununununu...Hnuu...uuuununununu... 10:31:52 File successfully converted to sysstat format version 12.2.1 10:31:52 + sadf -c /var/log/sa-host/sa15 10:31:52 file_magic: OK 10:31:52 HZ: Using current value: 100 10:31:52 file_header: OK 10:31:52 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 10:31:52 Statistics: 10:31:52 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 10:31:52 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:31:52 provisioning config files... 10:31:52 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config5176529935563940506tmp [Pipeline] { [Pipeline] echo 10:31:52 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:31:53 ---> create-netrc.sh [Pipeline] echo 10:31:53 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:31:53 ---> logs-deploy.sh 10:31:53 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/61 10:31:53 INFO: archiving workspace using pattern(s): 10:31:55 Archives upload complete. 10:31:55 INFO: archiving logs to Nexus 10:31:57 ---> uname -a: 10:31:57 Linux a851027a3fb0 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 10:31:57 10:31:57 10:31:57 ---> lscpu: 10:31:57 Architecture: x86_64 10:31:57 CPU op-mode(s): 32-bit, 64-bit 10:31:57 Byte Order: Little Endian 10:31:57 Address sizes: 40 bits physical, 48 bits virtual 10:31:57 CPU(s): 4 10:31:57 On-line CPU(s) list: 0-3 10:31:57 Thread(s) per core: 1 10:31:57 Core(s) per socket: 1 10:31:57 Socket(s): 4 10:31:57 NUMA node(s): 1 10:31:57 Vendor ID: GenuineIntel 10:31:57 CPU family: 6 10:31:57 Model: 44 10:31:57 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 10:31:57 Stepping: 1 10:31:57 CPU MHz: 2933.438 10:31:57 BogoMIPS: 5866.87 10:31:57 Virtualization: VT-x 10:31:57 Hypervisor vendor: KVM 10:31:57 Virtualization type: full 10:31:57 L1d cache: 128 KiB 10:31:57 L1i cache: 128 KiB 10:31:57 L2 cache: 16 MiB 10:31:57 L3 cache: 64 MiB 10:31:57 NUMA node0 CPU(s): 0-3 10:31:57 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 10:31:57 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 10:31:57 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 10:31:57 Vulnerability Meltdown: Mitigation; PTI 10:31:57 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 10:31:57 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 10:31:57 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 10:31:57 Vulnerability Tsx async abort: Not affected 10:31:57 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 10:31:57 10:31:57 10:31:57 ---> nproc: 10:31:57 4 10:31:57 10:31:57 10:31:57 ---> df -h: 10:31:57 Filesystem Size Used Available Use% Mounted on 10:31:57 overlay 50.0G 8.2G 41.8G 16% / 10:31:57 tmpfs 64.0M 0 64.0M 0% /dev 10:31:57 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 10:31:57 shm 64.0M 0 64.0M 0% /dev/shm 10:31:57 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/resolv.conf 10:31:57 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hostname 10:31:57 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hosts 10:31:57 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/dgexfoundry_device-sdk-go_master@tmp 10:31:57 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/sa-host 10:31:57 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/dgexfoundry_device-sdk-go_master 10:31:57 10:31:57 10:31:57 ---> free -m: 10:31:57 total used free shared buff/cache available 10:31:57 Mem: 1837 773 127 0 936 996 10:31:57 Swap: 1023 3 1020 10:31:57 10:31:57 10:31:57 ---> ip addr: 10:31:57 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 10:31:57 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 10:31:57 inet 127.0.0.1/8 scope host lo 10:31:57 valid_lft forever preferred_lft forever 10:31:57 16: eth0@if17: mtu 1458 qdisc noqueue state UP 10:31:57 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 10:31:57 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 10:31:57 valid_lft forever preferred_lft forever 10:31:57 10:31:57 10:31:57 ---> sar -b -r -n DEV: 10:31:57 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/15/20 _x86_64_ (4 CPU) 10:31:57 10:31:57 10:24:33 LINUX RESTART (4 CPU) 10:31:57 10:31:57 10:25:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 10:31:57 10:26:01 139.02 51.94 87.08 0.00 7754.57 40241.89 0.00 10:31:57 10:27:01 3.40 0.00 3.40 0.00 0.00 105.61 0.00 10:31:57 10:28:01 0.40 0.00 0.40 0.00 0.00 7.03 0.00 10:31:57 10:29:01 0.35 0.00 0.35 0.00 0.00 5.83 0.00 10:31:57 10:30:01 186.00 104.97 81.03 0.00 5947.53 30593.03 0.00 10:31:57 10:31:01 235.82 83.80 152.02 0.00 4716.85 31036.74 0.00 10:31:57 Average: 94.22 40.14 54.08 0.00 3071.69 17008.52 0.00 10:31:57 10:31:57 10:25:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 10:31:57 10:26:01 166480 0 573116 30.46 2620 1139340 1120716 38.25 417312 1137548 120 10:31:57 10:27:01 165260 0 574240 30.52 2620 1139436 1116208 38.09 419020 1137240 20 10:31:57 10:28:01 168988 0 570500 30.32 2620 1139448 1107252 37.79 417512 1135560 8 10:31:57 10:29:01 169268 0 570220 30.31 2620 1139448 1094916 37.37 418504 1134444 8 10:31:57 10:30:01 77608 0 707760 37.62 2620 1093568 1424792 48.63 532724 1064060 9388 10:31:57 10:31:01 100836 0 724952 38.53 1876 1053892 1228908 41.94 651504 849772 70244 10:31:57 Average: 141407 0 620131 32.96 2496 1117522 1182132 40.34 476096 1076437 13298 10:31:57 10:31:57 10:25:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 10:31:57 10:26:01 eth0 267.02 198.49 1062.61 100.45 0.00 0.00 0.00 0.00 10:31:57 10:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:31:57 10:26:01 docker0 6.19 4.54 0.94 18.14 0.00 0.00 0.00 0.00 10:31:57 10:27:01 eth0 4.51 1.27 2.13 0.78 0.00 0.00 0.00 0.00 10:31:57 10:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:31:57 10:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:31:57 10:28:01 eth0 3.00 1.17 1.49 0.95 0.00 0.00 0.00 0.00 10:31:57 10:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:31:57 10:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:31:57 10:29:01 eth0 1.13 0.25 0.32 0.26 0.00 0.00 0.00 0.00 10:31:57 10:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:31:57 10:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:31:57 10:30:01 eth0 461.55 400.90 3837.25 37.26 0.00 0.00 0.00 0.00 10:31:57 10:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:31:57 10:30:01 veth60b0048 24.02 20.30 2.63 47.65 0.00 0.00 0.00 0.00 10:31:57 10:30:01 docker0 24.02 20.20 2.30 47.64 0.00 0.00 0.00 0.00 10:31:57 10:31:01 eth0 497.56 416.85 3467.49 89.26 0.00 0.00 0.00 0.00 10:31:57 10:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:31:57 10:31:01 veth71e1e31 39.58 55.86 2.92 219.92 0.00 0.00 0.00 0.00 10:31:57 10:31:01 docker0 41.91 57.54 2.74 220.96 0.00 0.00 0.00 0.00 10:31:57 Average: eth0 205.92 169.93 1396.12 38.18 0.00 0.00 0.00 0.00 10:31:57 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:31:57 Average: veth71e1e31 6.60 9.32 0.49 36.67 0.00 0.00 0.00 0.00 10:31:57 Average: docker0 12.03 13.72 1.00 47.82 0.00 0.00 0.00 0.00 10:31:57 10:31:57 10:31:57 ---> sar -P ALL: 10:31:57 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/15/20 _x86_64_ (4 CPU) 10:31:57 10:31:57 10:24:33 LINUX RESTART (4 CPU) 10:31:57 10:31:57 10:25:01 CPU %user %nice %system %iowait %steal %idle 10:31:57 10:26:01 all 14.03 0.00 8.14 6.58 14.29 56.96 10:31:57 10:26:01 0 13.69 0.00 9.21 7.37 15.49 54.24 10:31:57 10:26:01 1 12.20 0.00 7.08 6.04 14.20 60.48 10:31:57 10:26:01 2 15.22 0.00 7.38 6.85 14.06 56.49 10:31:57 10:26:01 3 15.04 0.00 8.91 6.08 13.42 56.55 10:31:57 10:27:01 all 0.17 0.00 0.05 0.00 0.18 99.60 10:31:57 10:27:01 0 0.07 0.00 0.07 0.00 0.23 99.63 10:31:57 10:27:01 1 0.10 0.00 0.03 0.00 0.08 99.78 10:31:57 10:27:01 2 0.43 0.00 0.05 0.00 0.22 99.30 10:31:57 10:27:01 3 0.07 0.00 0.03 0.00 0.20 99.70 10:31:57 10:28:01 all 0.13 0.00 0.04 0.00 0.30 99.53 10:31:57 10:28:01 0 0.02 0.00 0.05 0.00 0.60 99.34 10:31:57 10:28:01 1 0.08 0.00 0.03 0.00 0.12 99.77 10:31:57 10:28:01 2 0.37 0.00 0.05 0.00 0.22 99.37 10:31:57 10:28:01 3 0.05 0.00 0.03 0.00 0.27 99.65 10:31:57 10:29:01 all 0.13 0.00 0.03 0.00 0.20 99.64 10:31:57 10:29:01 0 0.02 0.00 0.02 0.00 0.25 99.72 10:31:57 10:29:01 1 0.05 0.00 0.03 0.00 0.22 99.70 10:31:57 10:29:01 2 0.42 0.00 0.05 0.00 0.12 99.42 10:31:57 10:29:01 3 0.03 0.00 0.03 0.00 0.20 99.73 10:31:57 10:30:01 all 4.77 0.00 3.45 1.04 9.97 80.77 10:31:57 10:30:01 0 4.19 0.00 3.17 0.51 10.21 81.92 10:31:57 10:30:01 1 4.81 0.00 3.53 0.71 9.94 81.02 10:31:57 10:30:01 2 5.10 0.00 3.57 2.61 10.02 78.70 10:31:57 10:30:01 3 4.96 0.00 3.55 0.34 9.71 81.44 10:31:57 10:31:01 all 8.04 0.00 5.95 3.04 13.91 69.06 10:31:57 10:31:01 0 6.32 0.00 6.81 2.71 14.86 69.30 10:31:57 10:31:01 1 9.41 0.00 5.46 4.95 13.81 66.37 10:31:57 10:31:01 2 8.74 0.00 5.20 3.00 14.12 68.93 10:31:57 10:31:01 3 7.65 0.00 6.36 1.46 12.84 71.69 10:31:57 Average: all 4.48 0.00 2.91 1.75 6.41 84.45 10:31:57 Average: 0 3.97 0.00 3.16 1.72 6.84 84.31 10:31:57 Average: 1 4.42 0.00 2.68 1.94 6.36 84.60 10:31:57 Average: 2 4.98 0.00 2.69 2.04 6.40 83.89 10:31:57 Average: 3 4.57 0.00 3.11 1.29 6.04 84.99 10:31:57 10:31:57 10:31:57