Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 6a644f195f70d064d428f19fecf7196d621efa3d 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f ad104866bbc8c98dca93091e1a8abeb835fd4e4d # timeout=10 Commit message: "Merge pull request #251 from ernestojeda/fix-codecov-uploader" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false] ========================================================= [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 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-3215 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.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 6a644f195f70d064d428f19fecf7196d621efa3d (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 --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 6a644f195f70d064d428f19fecf7196d621efa3d # timeout=10 Commit message: "Merge pull request #612 from cloudxxx8/issue-610-611" > git rev-list --no-walk 5d943473fe8cb7b2263b29163a15a9eda06ca963 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-03T11:53:21.925Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-03T11:53:22.157Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-03T11:53:22.245Z] ========================================================= [2020-10-03T11:53:22.245Z] EdgeX Global Pipelines Version Info [2020-10-03T11:53:22.245Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-03T11:53:24.337Z] ------------------- [2020-10-03T11:53:24.338Z] stable info: [2020-10-03T11:53:24.338Z] ------------------- [2020-10-03T11:53:24.338Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-03T11:53:24.338Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-10-03T11:53:24.338Z] Message: update stable to v1.0.131 [2020-10-03T11:53:25.292Z] ------------------- [2020-10-03T11:53:25.292Z] experimental info: [2020-10-03T11:53:25.292Z] ------------------- [2020-10-03T11:53:25.292Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-03T11:53:25.292Z] Commit SHA: 570db4806bfd36b7d07759f4849a4530ec9e8d2a [2020-10-03T11:53:25.292Z] Message: update experimental to v1.0.134 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-03T11:53:25.653Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-10-03T11:53:25.772Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-10-03T11:53:25.859Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-03T11:53:25.947Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-03T11:53:26.033Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-03T11:53:26.114Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-03T11:53:26.193Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-03T11:53:26.272Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-03T11:53:26.355Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-10-03T11:53:26.441Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-03T11:53:26.532Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-03T11:53:26.619Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-10-03T11:53:26.701Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-03T11:53:26.828Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-03T11:53:26.908Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-03T11:53:26.989Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-03T11:53:27.069Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-03T11:53:27.176Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-03T11:53:27.262Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-03T11:53:27.342Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-03T11:53:27.423Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-10-03T11:53:27.504Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-10-03T11:53:27.584Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-03T11:53:27.666Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-03T11:53:27.748Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-10-03T11:53:27.826Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-03T11:53:27.907Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-03T11:53:27.995Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-03T11:53:28.090Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6a644f195f70d064d428f19fecf7196d621efa3d [Pipeline] echo [2020-10-03T11:53:28.209Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6a644f1 [Pipeline] echo [2020-10-03T11:53:28.291Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-03T11:53:28.870Z] + git log --format=format:%s -1 6a644f195f70d064d428f19fecf7196d621efa3d [Pipeline] echo [2020-10-03T11:53:28.958Z] GIT_COMMIT: 6a644f195f70d064d428f19fecf7196d621efa3d, Commit Message: Merge pull request #612 from cloudxxx8/issue-610-611 [Pipeline] echo [2020-10-03T11:53:29.023Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-03T11:53:30.045Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-03T11:53:30.634Z] [2020-10-03T11:53:30.634Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-03T11:53:31.087Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-03T11:53:31.383Z] latest: Pulling from edgex-devops/git-semver [2020-10-03T11:53:31.383Z] 31603596830f: Pulling fs layer [2020-10-03T11:53:31.383Z] 2a8b12db71e7: Pulling fs layer [2020-10-03T11:53:31.383Z] 6ca5941a6612: Pulling fs layer [2020-10-03T11:53:31.383Z] ecc8261a40a4: Pulling fs layer [2020-10-03T11:53:31.383Z] ecc8261a40a4: Waiting [2020-10-03T11:53:31.383Z] 2a8b12db71e7: Verifying Checksum [2020-10-03T11:53:31.383Z] 2a8b12db71e7: Download complete [2020-10-03T11:53:31.383Z] 31603596830f: Verifying Checksum [2020-10-03T11:53:31.383Z] 31603596830f: Download complete [2020-10-03T11:53:31.663Z] 6ca5941a6612: Verifying Checksum [2020-10-03T11:53:31.663Z] 6ca5941a6612: Download complete [2020-10-03T11:53:31.663Z] ecc8261a40a4: Verifying Checksum [2020-10-03T11:53:31.663Z] ecc8261a40a4: Download complete [2020-10-03T11:53:31.928Z] 31603596830f: Pull complete [2020-10-03T11:53:31.928Z] 2a8b12db71e7: Pull complete [2020-10-03T11:53:33.400Z] 6ca5941a6612: Pull complete [2020-10-03T11:53:34.025Z] ecc8261a40a4: Pull complete [2020-10-03T11:53:34.025Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-03T11:53:34.025Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-03T11:53:34.025Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-03T11:53:34.214Z] prd-centos7-docker-4c-2g-3215 does not seem to be running inside a container [2020-10-03T11:53:34.304Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-03T11:53:36.319Z] $ docker top 3b2562325b8d207f1f8d65a3350edf74a0e2b4cc71f787f052f341ba619ac554 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-03T11:53:36.680Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-03T11:53:36.680Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-03T11:53:36.990Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-03T11:53:36.996Z] $ docker exec 3b2562325b8d207f1f8d65a3350edf74a0e2b4cc71f787f052f341ba619ac554 ssh-agent [2020-10-03T11:53:37.210Z] SSH_AUTH_SOCK=/tmp/ssh-CwHPSqIphAMC/agent.11 [2020-10-03T11:53:37.210Z] SSH_AGENT_PID=16 [2020-10-03T11:53:37.225Z] Running ssh-add (command line suppressed) [2020-10-03T11:53:37.381Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5402010310967566776.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5402010310967566776.key) [2020-10-03T11:53:37.452Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-03T11:53:37.804Z] + git describe --exact-match --tags HEAD [2020-10-03T11:53:37.805Z] fatal: no tag exactly matches '6a644f195f70d064d428f19fecf7196d621efa3d' [Pipeline] } [2020-10-03T11:53:37.838Z] $ docker exec --env ******** --env ******** 3b2562325b8d207f1f8d65a3350edf74a0e2b4cc71f787f052f341ba619ac554 ssh-agent -k [2020-10-03T11:53:38.043Z] unset SSH_AUTH_SOCK; [2020-10-03T11:53:38.044Z] unset SSH_AGENT_PID; [2020-10-03T11:53:38.044Z] echo Agent pid 16 killed; [2020-10-03T11:53:38.121Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-10-03T11:53:38.240Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-10-03T11:53:38.240Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-10-03T11:53:38.346Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-03T11:53:38.347Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-03T11:53:38.638Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-03T11:53:38.648Z] $ docker exec 3b2562325b8d207f1f8d65a3350edf74a0e2b4cc71f787f052f341ba619ac554 ssh-agent [2020-10-03T11:53:38.855Z] SSH_AUTH_SOCK=/tmp/ssh-4Rd3dVp0zkSX/agent.46 [2020-10-03T11:53:38.855Z] SSH_AGENT_PID=52 [2020-10-03T11:53:38.864Z] Running ssh-add (command line suppressed) [2020-10-03T11:53:39.011Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5053528920771774032.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5053528920771774032.key) [2020-10-03T11:53:39.097Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-03T11:53:39.450Z] + git semver init [2020-10-03T11:53:39.450Z] # -> Open(): unable to determine branch for HEAD [2020-10-03T11:53:39.450Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-10-03T11:53:39.450Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-10-03T11:53:39.450Z] # $SEMVER_REMOTE_NAME = origin [2020-10-03T11:53:39.450Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-03T11:53:39.450Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-03T11:53:39.450Z] # $SEMVER_BRANCH = master [2020-10-03T11:53:39.450Z] # $SEMVER_TEMP = /tmp/semver-442176478 [2020-10-03T11:53:39.450Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-10-03T11:53:40.434Z] # '/tmp/semver-442176478' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' [2020-10-03T11:53:40.434Z] # -> Force: false [2020-10-03T11:53:40.434Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2020-10-03T11:53:40.459Z] $ docker exec --env ******** --env ******** 3b2562325b8d207f1f8d65a3350edf74a0e2b4cc71f787f052f341ba619ac554 ssh-agent -k [2020-10-03T11:53:40.614Z] unset SSH_AUTH_SOCK; [2020-10-03T11:53:40.615Z] unset SSH_AGENT_PID; [2020-10-03T11:53:40.615Z] echo Agent pid 52 killed; [2020-10-03T11:53:40.680Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-03T11:53:41.198Z] + git semver [Pipeline] } [2020-10-03T11:53:41.242Z] $ docker stop --time=1 3b2562325b8d207f1f8d65a3350edf74a0e2b4cc71f787f052f341ba619ac554 [2020-10-03T11:53:42.668Z] $ docker rm -f 3b2562325b8d207f1f8d65a3350edf74a0e2b4cc71f787f052f341ba619ac554 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-10-03T11:53:44.188Z] Stashed 37 file(s) [Pipeline] echo [2020-10-03T11:53:44.191Z] [edgeXSemver]: initialized semver on version 1.2.4-dev.18 [Pipeline] echo [2020-10-03T11:53:44.337Z] Archived original version: [1.2.4-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 [2020-10-03T11:53:59.948Z] Still waiting to schedule task [2020-10-03T11:53:59.948Z] ‘prd-centos7-docker-4c-2g-3216’ is offline; ‘prd-centos7-docker-4c-2g-3217’ is offline; ‘prd-centos7-docker-4c-2g-3218’ is offline [2020-10-03T11:53:59.953Z] Still waiting to schedule task [2020-10-03T11:53:59.954Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-03T11:55:53.948Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3221 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2020-10-03T11:55:54.014Z] Running in /w/workspace/device-sdk-go/69 [Pipeline] { [Pipeline] checkout [2020-10-03T11:55:59.112Z] using credential edgex-jenkins-ssh [2020-10-03T11:55:59.177Z] Cloning the remote Git repository [2020-10-03T11:55:59.225Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-10-03T11:55:59.338Z] > git init /w/workspace/device-sdk-go/69 # timeout=10 [2020-10-03T11:55:59.407Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-03T11:55:59.408Z] > git --version # timeout=10 [2020-10-03T11:55:59.429Z] > git --version # 'git version 2.17.1' [2020-10-03T11:55:59.430Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-03T11:55:59.500Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-03T11:56:01.159Z] Checking out Revision 6a644f195f70d064d428f19fecf7196d621efa3d (master) [2020-10-03T11:56:00.542Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-03T11:56:00.558Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-03T11:56:00.583Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-03T11:56:00.613Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-03T11:56:00.614Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-03T11:56:00.624Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-03T11:56:01.174Z] > git config core.sparsecheckout # timeout=10 [2020-10-03T11:56:01.194Z] > git checkout -f 6a644f195f70d064d428f19fecf7196d621efa3d # timeout=10 [2020-10-03T11:56:05.582Z] Commit message: "Merge pull request #612 from cloudxxx8/issue-610-611" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-03T11:56:06.967Z] ========================================================= [2020-10-03T11:56:06.967Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-03T11:56:06.967Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-03T11:56:08.065Z] + 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 . [2020-10-03T11:56:09.063Z] Sending build context to Docker daemon 3.441MB [2020-10-03T11:56:09.063Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-03T11:56:09.063Z] Step 2/8 : FROM ${BASE} [2020-10-03T11:56:09.341Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-03T11:56:09.341Z] b538f80385f9: Pulling fs layer [2020-10-03T11:56:09.341Z] 74f711af9a0d: Pulling fs layer [2020-10-03T11:56:09.341Z] 99f96fe45779: Pulling fs layer [2020-10-03T11:56:09.341Z] 8529a6b9a6be: Pulling fs layer [2020-10-03T11:56:09.341Z] 45590311c82a: Pulling fs layer [2020-10-03T11:56:09.341Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-03T11:56:09.341Z] 209524e5b208: Pulling fs layer [2020-10-03T11:56:09.341Z] 8529a6b9a6be: Waiting [2020-10-03T11:56:09.341Z] 45590311c82a: Waiting [2020-10-03T11:56:09.341Z] 69ca0ff8b7b3: Waiting [2020-10-03T11:56:09.341Z] 209524e5b208: Waiting [2020-10-03T11:56:09.341Z] 99f96fe45779: Verifying Checksum [2020-10-03T11:56:09.341Z] 99f96fe45779: Download complete [2020-10-03T11:56:09.341Z] 74f711af9a0d: Verifying Checksum [2020-10-03T11:56:09.341Z] 74f711af9a0d: Download complete [2020-10-03T11:56:10.325Z] 45590311c82a: Verifying Checksum [2020-10-03T11:56:10.325Z] 45590311c82a: Download complete [2020-10-03T11:56:10.325Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-03T11:56:10.325Z] 69ca0ff8b7b3: Download complete [2020-10-03T11:56:10.325Z] b538f80385f9: Verifying Checksum [2020-10-03T11:56:10.325Z] b538f80385f9: Download complete [2020-10-03T11:56:10.920Z] b538f80385f9: Pull complete [2020-10-03T11:56:11.519Z] 74f711af9a0d: Pull complete [2020-10-03T11:56:11.792Z] 99f96fe45779: Pull complete [2020-10-03T11:56:13.242Z] 209524e5b208: Verifying Checksum [2020-10-03T11:56:13.242Z] 209524e5b208: Download complete [2020-10-03T11:56:13.842Z] 8529a6b9a6be: Verifying Checksum [2020-10-03T11:56:13.842Z] 8529a6b9a6be: Download complete [2020-10-03T11:56:24.023Z] 8529a6b9a6be: Pull complete [2020-10-03T11:56:24.298Z] 45590311c82a: Pull complete [2020-10-03T11:56:24.896Z] 69ca0ff8b7b3: Pull complete [2020-10-03T11:56:28.316Z] 209524e5b208: Pull complete [2020-10-03T11:56:28.316Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-03T11:56:28.316Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-03T11:56:28.316Z] ---> 5bddaf1c2fca [2020-10-03T11:56:28.317Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-03T11:56:31.718Z] ---> Running in a832875b4c6e [2020-10-03T11:56:31.718Z] Removing intermediate container a832875b4c6e [2020-10-03T11:56:31.718Z] ---> 527f570400f8 [2020-10-03T11:56:31.718Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-03T11:56:31.718Z] ---> Running in f416a9ce6ad8 [2020-10-03T11:56:34.344Z] Removing intermediate container f416a9ce6ad8 [2020-10-03T11:56:34.344Z] ---> c05a56b757db [2020-10-03T11:56:34.344Z] Step 5/8 : RUN apk add --no-cache make git [2020-10-03T11:56:34.622Z] ---> Running in 3fc331771750 [2020-10-03T11:56:36.074Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-03T11:56:36.669Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-03T11:56:37.266Z] OK: 142 MiB in 39 packages [2020-10-03T11:56:38.264Z] Removing intermediate container 3fc331771750 [2020-10-03T11:56:38.264Z] ---> 9fbf44946504 [2020-10-03T11:56:38.264Z] Step 6/8 : WORKDIR /device-sdk-go [2020-10-03T11:56:38.552Z] ---> Running in 4a184723dde8 [2020-10-03T11:56:38.824Z] Removing intermediate container 4a184723dde8 [2020-10-03T11:56:38.825Z] ---> 47f787619c9d [2020-10-03T11:56:38.825Z] Step 7/8 : COPY . . [2020-10-03T11:56:40.259Z] ---> 33c484399159 [2020-10-03T11:56:40.259Z] Step 8/8 : RUN go mod download [2020-10-03T11:56:40.259Z] ---> Running in 283a358276b0 [2020-10-03T11:57:02.515Z] Removing intermediate container 283a358276b0 [2020-10-03T11:57:02.515Z] ---> aa1cf674820e [2020-10-03T11:57:02.515Z] Successfully built aa1cf674820e [2020-10-03T11:57:02.515Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-03T11:57:02.930Z] + docker inspect -f . ci-base-image-arm64 [2020-10-03T11:57:02.930Z] . [Pipeline] withDockerContainer [2020-10-03T11:57:03.215Z] prd-ubuntu18.04-docker-arm64-4c-16g-3221 does not seem to be running inside a container [2020-10-03T11:57:03.310Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/69 -v /w/workspace/device-sdk-go/69:/w/workspace/device-sdk-go/69:rw,z -v /w/workspace/device-sdk-go/69@tmp:/w/workspace/device-sdk-go/69@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-03T11:57:04.249Z] Running on prd-centos7-docker-4c-2g-3225 in /w/workspace/dgexfoundry_device-sdk-go_master [2020-10-03T11:57:05.174Z] $ docker top 4bdf2680c6b93a777acb1c5c906d7148c98e00ee1ac4fffb65a62290f906690e -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws [2020-10-03T11:57:05.682Z] Running in /w/workspace/device-sdk-go/69 [Pipeline] { [Pipeline] checkout [2020-10-03T11:57:06.655Z] + go version [2020-10-03T11:57:06.655Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-03T11:57:06.689Z] $ docker stop --time=1 4bdf2680c6b93a777acb1c5c906d7148c98e00ee1ac4fffb65a62290f906690e [2020-10-03T11:57:08.335Z] using credential edgex-jenkins-ssh [2020-10-03T11:57:08.390Z] Cloning the remote Git repository [2020-10-03T11:57:08.681Z] $ docker rm -f 4bdf2680c6b93a777acb1c5c906d7148c98e00ee1ac4fffb65a62290f906690e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2020-10-03T11:57:08.424Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-10-03T11:57:08.505Z] > git init /w/workspace/device-sdk-go/69 # timeout=10 [2020-10-03T11:57:08.559Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-03T11:57:08.559Z] > git --version # timeout=10 [2020-10-03T11:57:08.565Z] > git --version # 'git version 2.16.5' [2020-10-03T11:57:08.566Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-03T11:57:08.593Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-03T11:57:09.276Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-03T11:57:09.286Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [2020-10-03T11:57:09.778Z] Checking out Revision 6a644f195f70d064d428f19fecf7196d621efa3d (master) [2020-10-03T11:57:09.300Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-03T11:57:09.318Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-03T11:57:09.318Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-03T11:57:09.323Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-03T11:57:09.793Z] > git config core.sparsecheckout # timeout=10 [2020-10-03T11:57:09.798Z] > git checkout -f 6a644f195f70d064d428f19fecf7196d621efa3d # timeout=10 [Pipeline] sh [2020-10-03T11:57:12.270Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-03T11:57:12.623Z] + ls -al . [2020-10-03T11:57:12.623Z] total 104 [2020-10-03T11:57:12.623Z] drwxrwxr-x 11 jenkins jenkins 4096 Oct 3 11:56 . [2020-10-03T11:57:12.623Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 3 11:55 .. [2020-10-03T11:57:12.623Z] -rw-rw-r-- 1 jenkins jenkins 140 Oct 3 11:56 .dockerignore [2020-10-03T11:57:12.623Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 3 11:56 .git [2020-10-03T11:57:12.623Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 3 11:56 .github [2020-10-03T11:57:12.623Z] -rw-rw-r-- 1 jenkins jenkins 138 Oct 3 11:56 .gitignore [2020-10-03T11:57:12.623Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 3 11:56 .semver [2020-10-03T11:57:12.623Z] -rw-rw-r-- 1 jenkins jenkins 936 Oct 3 11:56 Dockerfile.build [2020-10-03T11:57:12.623Z] -rw-rw-r-- 1 jenkins jenkins 785 Oct 3 11:56 Jenkinsfile [2020-10-03T11:57:12.623Z] -rw-rw-r-- 1 jenkins jenkins 11341 Oct 3 11:56 LICENSE [2020-10-03T11:57:12.623Z] -rw-rw-r-- 1 jenkins jenkins 1013 Oct 3 11:56 Makefile [2020-10-03T11:57:12.623Z] -rw-rw-r-- 1 jenkins jenkins 5897 Oct 3 11:56 README.md [2020-10-03T11:57:12.623Z] -rw-rw-r-- 1 jenkins jenkins 4291 Oct 3 11:56 RELEASE-NOTES.txt [2020-10-03T11:57:12.623Z] -rw-rw-r-- 1 jenkins jenkins 12 Oct 3 11:53 VERSION [2020-10-03T11:57:12.623Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 3 11:56 bin [2020-10-03T11:57:12.623Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 3 11:56 example [2020-10-03T11:57:12.623Z] -rw-rw-r-- 1 jenkins jenkins 517 Oct 3 11:56 go.mod [2020-10-03T11:57:12.623Z] drwxrwxr-x 15 jenkins jenkins 4096 Oct 3 11:56 internal [2020-10-03T11:57:12.623Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 3 11:56 openapi [2020-10-03T11:57:12.623Z] drwxrwxr-x 5 jenkins jenkins 4096 Oct 3 11:56 pkg [2020-10-03T11:57:12.623Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 3 11:56 snap [2020-10-03T11:57:12.623Z] -rw-rw-r-- 1 jenkins jenkins 222 Oct 3 11:56 version.go [Pipeline] isUnix [Pipeline] sh [2020-10-03T11:57:12.982Z] + 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=6a644f195f70d064d428f19fecf7196d621efa3d --label arch=arm64 --label version=1.2.4-dev.18 . [2020-10-03T11:57:13.440Z] Commit message: "Merge pull request #612 from cloudxxx8/issue-610-611" [2020-10-03T11:57:13.587Z] Sending build context to Docker daemon 3.441MB [2020-10-03T11:57:13.587Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-10-03T11:57:13.587Z] Step 2/24 : FROM ${BASE} AS builder [2020-10-03T11:57:13.587Z] ---> aa1cf674820e [2020-10-03T11:57:13.587Z] Step 3/24 : ARG MAKE='make build' [2020-10-03T11:57:13.870Z] ---> Running in 2bd69cd5b1d2 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-10-03T11:57:14.154Z] Removing intermediate container 2bd69cd5b1d2 [2020-10-03T11:57:14.154Z] ---> 2e2576ece56b [2020-10-03T11:57:14.154Z] Step 4/24 : WORKDIR /device-sdk-go [2020-10-03T11:57:14.154Z] ---> Running in 3cbcc3a5090b [Pipeline] echo [2020-10-03T11:57:14.453Z] ========================================================= [2020-10-03T11:57:14.453Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-03T11:57:14.453Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-03T11:57:14.767Z] Removing intermediate container 3cbcc3a5090b [2020-10-03T11:57:14.767Z] ---> cf625f87ef86 [2020-10-03T11:57:14.767Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-03T11:57:15.043Z] ---> Running in 52cb27c76e64 [2020-10-03T11:57:15.228Z] + 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 . [2020-10-03T11:57:15.319Z] Removing intermediate container 52cb27c76e64 [2020-10-03T11:57:15.319Z] ---> e363d9987733 [2020-10-03T11:57:15.319Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-03T11:57:15.498Z] Sending build context to Docker daemon 3.439MB [2020-10-03T11:57:15.498Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-03T11:57:15.498Z] Step 2/8 : FROM ${BASE} [2020-10-03T11:57:15.596Z] ---> Running in a913455d2f2c [2020-10-03T11:57:15.776Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-03T11:57:15.776Z] df20fa9351a1: Pulling fs layer [2020-10-03T11:57:15.776Z] ed8968b2872e: Pulling fs layer [2020-10-03T11:57:15.776Z] a92cc7c5fd73: Pulling fs layer [2020-10-03T11:57:15.776Z] e871e8e8d7a9: Pulling fs layer [2020-10-03T11:57:15.776Z] e73272ec9a57: Pulling fs layer [2020-10-03T11:57:15.776Z] 1e910a182e73: Pulling fs layer [2020-10-03T11:57:15.776Z] 4e634b169226: Pulling fs layer [2020-10-03T11:57:15.776Z] e871e8e8d7a9: Waiting [2020-10-03T11:57:15.776Z] e73272ec9a57: Waiting [2020-10-03T11:57:15.776Z] 1e910a182e73: Waiting [2020-10-03T11:57:15.776Z] 4e634b169226: Waiting [2020-10-03T11:57:15.776Z] a92cc7c5fd73: Verifying Checksum [2020-10-03T11:57:15.776Z] a92cc7c5fd73: Download complete [2020-10-03T11:57:15.776Z] ed8968b2872e: Download complete [2020-10-03T11:57:15.776Z] e73272ec9a57: Verifying Checksum [2020-10-03T11:57:15.776Z] e73272ec9a57: Download complete [2020-10-03T11:57:15.776Z] 1e910a182e73: Verifying Checksum [2020-10-03T11:57:15.776Z] 1e910a182e73: Download complete [2020-10-03T11:57:15.776Z] df20fa9351a1: Verifying Checksum [2020-10-03T11:57:15.776Z] df20fa9351a1: Download complete [2020-10-03T11:57:16.041Z] df20fa9351a1: Pull complete [2020-10-03T11:57:16.307Z] ed8968b2872e: Pull complete [2020-10-03T11:57:16.307Z] a92cc7c5fd73: Pull complete [2020-10-03T11:57:18.230Z] Removing intermediate container a913455d2f2c [2020-10-03T11:57:18.230Z] ---> e9c4b9575abb [2020-10-03T11:57:18.230Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-10-03T11:57:18.230Z] ---> Running in 3cd9ea1b9361 [2020-10-03T11:57:18.260Z] 4e634b169226: Verifying Checksum [2020-10-03T11:57:18.260Z] 4e634b169226: Download complete [2020-10-03T11:57:18.838Z] e871e8e8d7a9: Verifying Checksum [2020-10-03T11:57:18.838Z] e871e8e8d7a9: Download complete [2020-10-03T11:57:19.674Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-03T11:57:20.273Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-03T11:57:21.271Z] OK: 142 MiB in 39 packages [2020-10-03T11:57:22.253Z] Removing intermediate container 3cd9ea1b9361 [2020-10-03T11:57:22.253Z] ---> dd3bb4a696ea [2020-10-03T11:57:22.253Z] Step 8/24 : COPY . . [2020-10-03T11:57:23.699Z] ---> 3143a598c83c [2020-10-03T11:57:23.699Z] Step 9/24 : RUN ${MAKE} [2020-10-03T11:57:23.699Z] ---> Running in 9f84d877cc9a [2020-10-03T11:57:24.175Z] e871e8e8d7a9: Pull complete [2020-10-03T11:57:24.175Z] e73272ec9a57: Pull complete [2020-10-03T11:57:24.175Z] 1e910a182e73: Pull complete [2020-10-03T11:57:25.142Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.18" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-10-03T11:57:28.402Z] 4e634b169226: Pull complete [2020-10-03T11:57:28.402Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-03T11:57:28.402Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-03T11:57:28.402Z] ---> f7629b54cfaa [2020-10-03T11:57:28.402Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-03T11:57:28.666Z] ---> Running in b7969f4153f3 [2020-10-03T11:57:28.930Z] Removing intermediate container b7969f4153f3 [2020-10-03T11:57:28.930Z] ---> 96aa443c0c2a [2020-10-03T11:57:28.930Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-03T11:57:28.930Z] ---> Running in 3e0eb4fed1f1 [2020-10-03T11:57:29.883Z] Removing intermediate container 3e0eb4fed1f1 [2020-10-03T11:57:29.883Z] ---> 93dfed9d29ea [2020-10-03T11:57:29.883Z] Step 5/8 : RUN apk add --no-cache make git [2020-10-03T11:57:30.146Z] ---> Running in 988202a4e811 [2020-10-03T11:57:31.096Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-03T11:57:31.672Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-03T11:57:32.248Z] OK: 166 MiB in 39 packages [2020-10-03T11:57:32.512Z] Removing intermediate container 988202a4e811 [2020-10-03T11:57:32.512Z] ---> 385281d03528 [2020-10-03T11:57:32.512Z] Step 6/8 : WORKDIR /device-sdk-go [2020-10-03T11:57:32.512Z] ---> Running in eeddc49ac926 [2020-10-03T11:57:32.776Z] Removing intermediate container eeddc49ac926 [2020-10-03T11:57:32.776Z] ---> e1ad7a59c7f2 [2020-10-03T11:57:32.776Z] Step 7/8 : COPY . . [2020-10-03T11:57:33.733Z] ---> 99ccabc2c9df [2020-10-03T11:57:33.733Z] Step 8/8 : RUN go mod download [2020-10-03T11:57:33.733Z] ---> Running in 4899f35d965e [2020-10-03T11:57:51.912Z] Removing intermediate container 4899f35d965e [2020-10-03T11:57:51.912Z] ---> eba7ae922706 [2020-10-03T11:57:51.912Z] Successfully built eba7ae922706 [2020-10-03T11:57:51.912Z] Successfully tagged ci-base-image-x86_64:latest [2020-10-03T11:57:51.957Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-10-03T11:57:51.957Z] Removing intermediate container 9f84d877cc9a [2020-10-03T11:57:51.957Z] ---> 1733ea822864 [2020-10-03T11:57:51.957Z] Step 10/24 : FROM scratch [2020-10-03T11:57:51.957Z] ---> [2020-10-03T11:57:51.957Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-03T11:57:51.957Z] ---> Running in 1b1059b5cdb5 [2020-10-03T11:57:51.957Z] Removing intermediate container 1b1059b5cdb5 [2020-10-03T11:57:51.957Z] ---> fba02b495da8 [2020-10-03T11:57:51.957Z] Step 12/24 : ENV APP_PORT=49990 [2020-10-03T11:57:51.957Z] ---> Running in 660f764c57bf [Pipeline] isUnix [Pipeline] sh [2020-10-03T11:57:52.292Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-03T11:57:52.293Z] . [Pipeline] withDockerContainer [2020-10-03T11:57:52.428Z] prd-centos7-docker-4c-2g-3225 does not seem to be running inside a container [2020-10-03T11:57:52.502Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/69 -v /w/workspace/device-sdk-go/69:/w/workspace/device-sdk-go/69:rw,z -v /w/workspace/device-sdk-go/69@tmp:/w/workspace/device-sdk-go/69@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 ******** ci-base-image-x86_64 cat [2020-10-03T11:57:52.634Z] Removing intermediate container 660f764c57bf [2020-10-03T11:57:52.634Z] ---> 81ecd3dd3ce0 [2020-10-03T11:57:52.634Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-03T11:57:52.634Z] ---> Running in ab9fc565029b [2020-10-03T11:57:52.926Z] Removing intermediate container ab9fc565029b [2020-10-03T11:57:52.926Z] ---> c98d29894325 [2020-10-03T11:57:52.926Z] Step 14/24 : WORKDIR / [2020-10-03T11:57:52.926Z] ---> Running in b6b43590efc1 [2020-10-03T11:57:53.523Z] Removing intermediate container b6b43590efc1 [2020-10-03T11:57:53.523Z] ---> 92579a52f940 [2020-10-03T11:57:53.523Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-10-03T11:57:53.922Z] $ docker top 7cef80e03ba46efb2bbfb8ef7926d9c735549e7a495161669141f2343efdf994 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-03T11:57:54.415Z] + go version [2020-10-03T11:57:54.415Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-03T11:57:54.433Z] $ docker stop --time=1 7cef80e03ba46efb2bbfb8ef7926d9c735549e7a495161669141f2343efdf994 [2020-10-03T11:57:54.957Z] ---> 91963dffd0af [2020-10-03T11:57:54.957Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-10-03T11:57:55.554Z] ---> c79db5290fae [2020-10-03T11:57:55.554Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-10-03T11:57:55.777Z] $ docker rm -f 7cef80e03ba46efb2bbfb8ef7926d9c735549e7a495161669141f2343efdf994 [Pipeline] // withDockerContainer [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] sh [2020-10-03T11:57:56.534Z] ---> 0b5792f0c35a [2020-10-03T11:57:56.534Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-10-03T11:57:56.757Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-03T11:57:57.126Z] + ls -al . [2020-10-03T11:57:57.126Z] total 64 [2020-10-03T11:57:57.126Z] drwxrwxr-x. 11 jenkins jenkins 4096 Oct 3 11:57 . [2020-10-03T11:57:57.126Z] drwxrwxr-x. 4 jenkins jenkins 30 Oct 3 11:57 .. [2020-10-03T11:57:57.126Z] drwxrwxr-x. 2 jenkins jenkins 64 Oct 3 11:57 bin [2020-10-03T11:57:57.126Z] -rw-rw-r--. 1 jenkins jenkins 936 Oct 3 11:57 Dockerfile.build [2020-10-03T11:57:57.126Z] -rw-rw-r--. 1 jenkins jenkins 140 Oct 3 11:57 .dockerignore [2020-10-03T11:57:57.126Z] drwxrwxr-x. 4 jenkins jenkins 48 Oct 3 11:57 example [2020-10-03T11:57:57.126Z] drwxrwxr-x. 8 jenkins jenkins 162 Oct 3 11:57 .git [2020-10-03T11:57:57.126Z] drwxrwxr-x. 2 jenkins jenkins 60 Oct 3 11:57 .github [2020-10-03T11:57:57.126Z] -rw-rw-r--. 1 jenkins jenkins 138 Oct 3 11:57 .gitignore [2020-10-03T11:57:57.126Z] -rw-rw-r--. 1 jenkins jenkins 517 Oct 3 11:57 go.mod [2020-10-03T11:57:57.126Z] drwxrwxr-x. 15 jenkins jenkins 211 Oct 3 11:57 internal [2020-10-03T11:57:57.126Z] -rw-rw-r--. 1 jenkins jenkins 785 Oct 3 11:57 Jenkinsfile [2020-10-03T11:57:57.126Z] -rw-rw-r--. 1 jenkins jenkins 11341 Oct 3 11:57 LICENSE [2020-10-03T11:57:57.126Z] -rw-rw-r--. 1 jenkins jenkins 1013 Oct 3 11:57 Makefile [2020-10-03T11:57:57.126Z] drwxrwxr-x. 4 jenkins jenkins 26 Oct 3 11:57 openapi [2020-10-03T11:57:57.126Z] drwxrwxr-x. 5 jenkins jenkins 50 Oct 3 11:57 pkg [2020-10-03T11:57:57.126Z] -rw-rw-r--. 1 jenkins jenkins 5897 Oct 3 11:57 README.md [2020-10-03T11:57:57.126Z] -rw-rw-r--. 1 jenkins jenkins 4291 Oct 3 11:57 RELEASE-NOTES.txt [2020-10-03T11:57:57.126Z] drwxrwxr-x. 3 jenkins jenkins 44 Oct 3 11:57 .semver [2020-10-03T11:57:57.126Z] drwxrwxr-x. 4 jenkins jenkins 54 Oct 3 11:57 snap [2020-10-03T11:57:57.126Z] -rw-rw-r--. 1 jenkins jenkins 12 Oct 3 11:53 VERSION [2020-10-03T11:57:57.126Z] -rw-rw-r--. 1 jenkins jenkins 222 Oct 3 11:57 version.go [2020-10-03T11:57:57.134Z] ---> 5e6dc3a21b30 [2020-10-03T11:57:57.134Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [Pipeline] isUnix [Pipeline] sh [2020-10-03T11:57:57.433Z] + 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=6a644f195f70d064d428f19fecf7196d621efa3d --label arch=amd64 --label version=1.2.4-dev.18 . [2020-10-03T11:57:57.433Z] Sending build context to Docker daemon 3.439MB [2020-10-03T11:57:57.433Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-10-03T11:57:57.433Z] Step 2/24 : FROM ${BASE} AS builder [2020-10-03T11:57:57.433Z] ---> eba7ae922706 [2020-10-03T11:57:57.433Z] Step 3/24 : ARG MAKE='make build' [2020-10-03T11:57:57.733Z] ---> 70ab9c6ba79a [2020-10-03T11:57:57.733Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-10-03T11:57:57.733Z] ---> Running in 83681ad4c7d7 [2020-10-03T11:57:58.006Z] ---> Running in 3b17a7ff8fab [2020-10-03T11:57:58.268Z] Removing intermediate container 3b17a7ff8fab [2020-10-03T11:57:58.268Z] ---> 4628d7f96d94 [2020-10-03T11:57:58.268Z] Step 4/24 : WORKDIR /device-sdk-go [2020-10-03T11:57:58.268Z] ---> Running in 62881b12c34b [2020-10-03T11:57:58.330Z] Removing intermediate container 83681ad4c7d7 [2020-10-03T11:57:58.330Z] ---> 84ceb14af8b8 [2020-10-03T11:57:58.330Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-03T11:57:58.330Z] ---> Running in c565f987a86e [2020-10-03T11:57:58.530Z] Removing intermediate container 62881b12c34b [2020-10-03T11:57:58.530Z] ---> e6bef261d53d [2020-10-03T11:57:58.530Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-03T11:57:58.530Z] ---> Running in 0e6f1d4eeded [2020-10-03T11:57:58.530Z] Removing intermediate container 0e6f1d4eeded [2020-10-03T11:57:58.530Z] ---> fc22ade99200 [2020-10-03T11:57:58.530Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-03T11:57:58.793Z] ---> Running in d52974f93aaf [2020-10-03T11:57:58.926Z] Removing intermediate container c565f987a86e [2020-10-03T11:57:58.926Z] ---> e3a8359385d8 [2020-10-03T11:57:58.926Z] Step 22/24 : LABEL arch=arm64 [2020-10-03T11:57:58.926Z] ---> Running in a75b47898643 [2020-10-03T11:57:59.369Z] Removing intermediate container d52974f93aaf [2020-10-03T11:57:59.369Z] ---> a4fce4031725 [2020-10-03T11:57:59.369Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-10-03T11:57:59.525Z] Removing intermediate container a75b47898643 [2020-10-03T11:57:59.525Z] ---> bc620afe3823 [2020-10-03T11:57:59.525Z] Step 23/24 : LABEL git_sha=6a644f195f70d064d428f19fecf7196d621efa3d [2020-10-03T11:57:59.525Z] ---> Running in 8c8f5903d3df [2020-10-03T11:57:59.632Z] ---> Running in 3cb08742d9eb [2020-10-03T11:57:59.894Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-03T11:58:00.119Z] Removing intermediate container 8c8f5903d3df [2020-10-03T11:58:00.120Z] ---> 6f9451d0fa53 [2020-10-03T11:58:00.120Z] Step 24/24 : LABEL version=1.2.4-dev.18 [2020-10-03T11:58:00.120Z] ---> Running in b6bf361da08e [2020-10-03T11:58:00.468Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-03T11:58:00.709Z] Removing intermediate container b6bf361da08e [2020-10-03T11:58:00.709Z] ---> 0528ba8eb9c8 [2020-10-03T11:58:00.709Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-03T11:58:00.709Z] Successfully built 0528ba8eb9c8 [2020-10-03T11:58:00.709Z] Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [2020-10-03T11:58:01.041Z] OK: 166 MiB in 39 packages Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [2020-10-03T11:58:01.302Z] Removing intermediate container 3cb08742d9eb [2020-10-03T11:58:01.303Z] ---> 174b58ed2b0f [2020-10-03T11:58:01.303Z] Step 8/24 : COPY . . [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-03T11:58:02.252Z] ---> 69e71afcfb86 [2020-10-03T11:58:02.252Z] Step 9/24 : RUN ${MAKE} [2020-10-03T11:58:02.519Z] ---> Running in 5b268e557594 [2020-10-03T11:58:02.786Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.18" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-10-03T11:58:11.024Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-10-03T11:58:12.961Z] Removing intermediate container 5b268e557594 [2020-10-03T11:58:12.961Z] ---> 28cab064f5f3 [2020-10-03T11:58:12.961Z] Step 10/24 : FROM scratch [2020-10-03T11:58:12.961Z] ---> [2020-10-03T11:58:12.961Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-03T11:58:12.961Z] ---> Running in b93206f74257 [2020-10-03T11:58:12.961Z] Removing intermediate container b93206f74257 [2020-10-03T11:58:12.961Z] ---> 7e7ab3187bca [2020-10-03T11:58:12.961Z] Step 12/24 : ENV APP_PORT=49990 [2020-10-03T11:58:12.961Z] ---> Running in 676e701bf824 [2020-10-03T11:58:12.961Z] Removing intermediate container 676e701bf824 [2020-10-03T11:58:12.961Z] ---> 748bd9088e3a [2020-10-03T11:58:12.961Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-03T11:58:12.961Z] ---> Running in 231719c4f02b [2020-10-03T11:58:13.224Z] Removing intermediate container 231719c4f02b [2020-10-03T11:58:13.224Z] ---> 4350e7a2bf9b [2020-10-03T11:58:13.224Z] Step 14/24 : WORKDIR / [2020-10-03T11:58:13.224Z] ---> Running in 6528a724f0ee [2020-10-03T11:58:13.490Z] Removing intermediate container 6528a724f0ee [2020-10-03T11:58:13.490Z] ---> 8db7045775a7 [2020-10-03T11:58:13.490Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-10-03T11:58:13.751Z] ---> 7971d80d268f [2020-10-03T11:58:13.751Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-10-03T11:58:14.013Z] ---> dd2591d491d6 [2020-10-03T11:58:14.013Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-10-03T11:58:14.275Z] ---> 537f160e1188 [2020-10-03T11:58:14.275Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-10-03T11:58:14.540Z] ---> aee955318573 [2020-10-03T11:58:14.540Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-10-03T11:58:14.807Z] ---> eb84d96d7bf4 [2020-10-03T11:58:14.807Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-10-03T11:58:14.807Z] ---> Running in b51728d1729f [2020-10-03T11:58:14.807Z] Removing intermediate container b51728d1729f [2020-10-03T11:58:14.807Z] ---> f5858a3b2229 [2020-10-03T11:58:14.807Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-03T11:58:15.073Z] ---> Running in e430b0313d1c [2020-10-03T11:58:15.073Z] Removing intermediate container e430b0313d1c [2020-10-03T11:58:15.073Z] ---> 71fc19271384 [2020-10-03T11:58:15.073Z] Step 22/24 : LABEL arch=amd64 [2020-10-03T11:58:15.073Z] ---> Running in 36045fdd433c [2020-10-03T11:58:15.335Z] Removing intermediate container 36045fdd433c [2020-10-03T11:58:15.335Z] ---> 6de90b039f11 [2020-10-03T11:58:15.335Z] Step 23/24 : LABEL git_sha=6a644f195f70d064d428f19fecf7196d621efa3d [2020-10-03T11:58:15.335Z] ---> Running in 24308ad2d21d [2020-10-03T11:58:15.596Z] Removing intermediate container 24308ad2d21d [2020-10-03T11:58:15.596Z] ---> 9ae4004f2140 [2020-10-03T11:58:15.596Z] Step 24/24 : LABEL version=1.2.4-dev.18 [2020-10-03T11:58:15.596Z] ---> Running in 4d4285a60a71 [2020-10-03T11:58:15.596Z] Removing intermediate container 4d4285a60a71 [2020-10-03T11:58:15.596Z] ---> d9417159e3be [2020-10-03T11:58:15.596Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-03T11:58:15.859Z] Successfully built d9417159e3be [2020-10-03T11:58:15.859Z] Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [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 [2020-10-03T11:58:17.872Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-03T11:58:17.874Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-03T11:58:17.925Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-03T11:58:18.312Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-03T11:58:18.312Z] [2020-10-03T11:58:18.312Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-03T11:58:18.691Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-03T11:58:18.691Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-03T11:58:18.691Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-03T11:58:18.691Z] 408f87550127: Pulling fs layer [2020-10-03T11:58:18.691Z] fe522b08c979: Pulling fs layer [2020-10-03T11:58:18.691Z] 221eaa008020: Pulling fs layer [2020-10-03T11:58:18.691Z] 2a4607e5d6b9: Pulling fs layer [2020-10-03T11:58:18.691Z] 8f79b27c4fd2: Pulling fs layer [2020-10-03T11:58:18.691Z] e5c8dbe1645b: Pulling fs layer [2020-10-03T11:58:18.691Z] 23e8b3b47431: Pulling fs layer [2020-10-03T11:58:18.691Z] 5c568d65a230: Pulling fs layer [2020-10-03T11:58:18.691Z] 221eaa008020: Waiting [2020-10-03T11:58:18.691Z] 2a4607e5d6b9: Waiting [2020-10-03T11:58:18.691Z] 8f79b27c4fd2: Waiting [2020-10-03T11:58:18.691Z] e5c8dbe1645b: Waiting [2020-10-03T11:58:18.691Z] 23e8b3b47431: Waiting [2020-10-03T11:58:18.691Z] 5c568d65a230: Waiting [2020-10-03T11:58:18.691Z] fe522b08c979: Verifying Checksum [2020-10-03T11:58:18.691Z] fe522b08c979: Download complete [2020-10-03T11:58:18.691Z] 408f87550127: Verifying Checksum [2020-10-03T11:58:18.691Z] 408f87550127: Download complete [2020-10-03T11:58:18.691Z] 2a4607e5d6b9: Verifying Checksum [2020-10-03T11:58:18.691Z] 2a4607e5d6b9: Download complete [2020-10-03T11:58:18.691Z] 8f79b27c4fd2: Verifying Checksum [2020-10-03T11:58:18.691Z] 8f79b27c4fd2: Download complete [2020-10-03T11:58:18.691Z] cbdbe7a5bc2a: Download complete [2020-10-03T11:58:19.298Z] cbdbe7a5bc2a: Pull complete [2020-10-03T11:58:19.917Z] 408f87550127: Pull complete [2020-10-03T11:58:19.917Z] fe522b08c979: Pull complete [2020-10-03T11:58:20.194Z] e5c8dbe1645b: Download complete [2020-10-03T11:58:21.625Z] 23e8b3b47431: Verifying Checksum [2020-10-03T11:58:21.625Z] 23e8b3b47431: Download complete [2020-10-03T11:58:21.625Z] 5c568d65a230: Verifying Checksum [2020-10-03T11:58:21.625Z] 5c568d65a230: Download complete [2020-10-03T11:58:23.037Z] 221eaa008020: Verifying Checksum [2020-10-03T11:58:23.037Z] 221eaa008020: Download complete [2020-10-03T11:58:31.262Z] 221eaa008020: Pull complete [2020-10-03T11:58:31.262Z] 2a4607e5d6b9: Pull complete [2020-10-03T11:58:31.262Z] 8f79b27c4fd2: Pull complete [2020-10-03T11:58:33.194Z] e5c8dbe1645b: Pull complete [2020-10-03T11:58:37.500Z] 23e8b3b47431: Pull complete [2020-10-03T11:58:38.934Z] 5c568d65a230: Pull complete [2020-10-03T11:58:38.934Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-03T11:58:38.934Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-03T11:58:38.934Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-03T11:58:39.208Z] prd-centos7-docker-4c-2g-3215 does not seem to be running inside a container [2020-10-03T11:58:39.276Z] $ 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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-10-03T11:58:40.609Z] $ docker top 4d9bed3bb1b4076e085bc82e93db83d919ddcf57b71f6679b289fc753a63825d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-03T11:58:41.135Z] + snyk monitor '--org=edgex-jenkins' [2020-10-03T11:58:53.459Z] [2020-10-03T11:58:53.459Z] Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go)... [2020-10-03T11:58:53.459Z] [2020-10-03T11:58:53.459Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/057beb34-70d8-4945-961c-fe027db76abc/history/5df75032-9b3b-4b3b-9433-72a60b210734 [2020-10-03T11:58:53.459Z] [2020-10-03T11:58:53.459Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-03T11:58:53.459Z] [2020-10-03T11:58:53.459Z] [2020-10-03T11:58:53.459Z] Snyk CLI supports Node.js 8 and higher. [2020-10-03T11:58:53.459Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-10-03T11:58:53.459Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-03T11:58:53.459Z] [2020-10-03T11:58:53.459Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-03T11:58:53.459Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-10-03T11:58:53.481Z] $ docker stop --time=1 4d9bed3bb1b4076e085bc82e93db83d919ddcf57b71f6679b289fc753a63825d [2020-10-03T11:58:56.392Z] $ docker rm -f 4d9bed3bb1b4076e085bc82e93db83d919ddcf57b71f6679b289fc753a63825d [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] { (Archive Prep) Stage "Archive Prep" 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 [2020-10-03T11:58:58.690Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-03T11:58:58.690Z] . [Pipeline] withDockerContainer [2020-10-03T11:58:58.840Z] prd-centos7-docker-4c-2g-3215 does not seem to be running inside a container [2020-10-03T11:58:58.896Z] $ 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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-03T11:58:59.906Z] $ docker top dfb3dddb72abdda21c5354d83598f3cf15951528e82747756fdadc30db0e5989 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-03T11:59:00.271Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-03T11:59:00.271Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-03T11:59:00.586Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-03T11:59:00.594Z] $ docker exec dfb3dddb72abdda21c5354d83598f3cf15951528e82747756fdadc30db0e5989 ssh-agent [2020-10-03T11:59:00.803Z] SSH_AUTH_SOCK=/tmp/ssh-fiqZuqA9usWI/agent.12 [2020-10-03T11:59:00.803Z] SSH_AGENT_PID=17 [2020-10-03T11:59:00.811Z] Running ssh-add (command line suppressed) [2020-10-03T11:59:00.980Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7557533443284099606.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7557533443284099606.key) [2020-10-03T11:59:01.065Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-03T11:59:01.425Z] + git semver tag [2020-10-03T11:59:01.701Z] # -> Open(): unable to determine branch for HEAD [2020-10-03T11:59:01.701Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-10-03T11:59:01.701Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-10-03T11:59:01.701Z] # $SEMVER_REMOTE_NAME = origin [2020-10-03T11:59:01.701Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-03T11:59:01.701Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-03T11:59:01.701Z] # $SEMVER_BRANCH = master [2020-10-03T11:59:01.701Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2020-10-03T11:59:01.701Z] # 6a644f195f70d064d428f19fecf7196d621efa3d HEAD [2020-10-03T11:59:01.701Z] # -> Force: false [2020-10-03T11:59:01.701Z] # 55f960487c29d5e5fe5b6d8f9049c4227f5fe99a refs/tags/v1.2.4-dev.18 [Pipeline] } [2020-10-03T11:59:01.724Z] $ docker exec --env ******** --env ******** dfb3dddb72abdda21c5354d83598f3cf15951528e82747756fdadc30db0e5989 ssh-agent -k [2020-10-03T11:59:01.933Z] unset SSH_AUTH_SOCK; [2020-10-03T11:59:01.933Z] unset SSH_AGENT_PID; [2020-10-03T11:59:01.933Z] echo Agent pid 17 killed; [2020-10-03T11:59:02.035Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-03T11:59:02.622Z] + git semver [Pipeline] } [2020-10-03T11:59:02.682Z] $ docker stop --time=1 dfb3dddb72abdda21c5354d83598f3cf15951528e82747756fdadc30db0e5989 [2020-10-03T11:59:04.286Z] $ docker rm -f dfb3dddb72abdda21c5354d83598f3cf15951528e82747756fdadc30db0e5989 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-03T11:59:05.014Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-03T11:59:05.014Z] [2020-10-03T11:59:05.014Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-03T11:59:05.386Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-03T11:59:05.387Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-03T11:59:05.387Z] ab5ef0e58194: Pulling fs layer [2020-10-03T11:59:05.387Z] 9712f1f96733: Pulling fs layer [2020-10-03T11:59:05.387Z] 63f879dbbcfc: Pulling fs layer [2020-10-03T11:59:05.387Z] 0d9ebad4ef96: Pulling fs layer [2020-10-03T11:59:05.387Z] e9a5061849ea: Pulling fs layer [2020-10-03T11:59:05.387Z] d747dcd14b5f: Pulling fs layer [2020-10-03T11:59:05.387Z] 2de7ff778b66: Pulling fs layer [2020-10-03T11:59:05.387Z] e9a5061849ea: Waiting [2020-10-03T11:59:05.387Z] d747dcd14b5f: Waiting [2020-10-03T11:59:05.387Z] 2de7ff778b66: Waiting [2020-10-03T11:59:05.387Z] 9712f1f96733: Verifying Checksum [2020-10-03T11:59:05.387Z] 9712f1f96733: Download complete [2020-10-03T11:59:07.336Z] 63f879dbbcfc: Verifying Checksum [2020-10-03T11:59:07.336Z] 63f879dbbcfc: Download complete [2020-10-03T11:59:07.606Z] e9a5061849ea: Verifying Checksum [2020-10-03T11:59:07.606Z] e9a5061849ea: Download complete [2020-10-03T11:59:07.606Z] d747dcd14b5f: Download complete [2020-10-03T11:59:08.188Z] 0d9ebad4ef96: Verifying Checksum [2020-10-03T11:59:08.188Z] 0d9ebad4ef96: Download complete [2020-10-03T11:59:08.188Z] 2de7ff778b66: Verifying Checksum [2020-10-03T11:59:08.188Z] 2de7ff778b66: Download complete [2020-10-03T11:59:08.466Z] ab5ef0e58194: Verifying Checksum [2020-10-03T11:59:08.466Z] ab5ef0e58194: Download complete [2020-10-03T11:59:15.140Z] ab5ef0e58194: Pull complete [2020-10-03T11:59:15.140Z] 9712f1f96733: Pull complete [2020-10-03T11:59:17.755Z] 63f879dbbcfc: Pull complete [2020-10-03T11:59:27.909Z] 0d9ebad4ef96: Pull complete [2020-10-03T11:59:27.909Z] e9a5061849ea: Pull complete [2020-10-03T11:59:27.909Z] d747dcd14b5f: Pull complete [2020-10-03T11:59:32.215Z] 2de7ff778b66: Pull complete [2020-10-03T11:59:32.215Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-03T11:59:32.215Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-03T11:59:32.215Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-03T11:59:32.619Z] prd-centos7-docker-4c-2g-3215 does not seem to be running inside a container [2020-10-03T11:59:32.706Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-10-03T11:59:36.128Z] $ docker top 5c6419f3e896c15b084543fcc42ad80c98ba61445dfdc1df3e5a849004848e79 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-03T11:59:36.525Z] provisioning config files... [2020-10-03T11:59:36.544Z] copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8740790695366245867tmp [2020-10-03T11:59:36.573Z] copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config11790028480134607tmp [2020-10-03T11:59:36.589Z] copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4460552608748145097tmp [Pipeline] { [Pipeline] echo [2020-10-03T11:59:36.646Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-03T11:59:37.269Z] ---> sigul-configuration.sh [2020-10-03T11:59:37.269Z] gpg: directory `/root/.gnupg' created [2020-10-03T11:59:37.269Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-03T11:59:37.269Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-03T11:59:37.269Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-03T11:59:37.269Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-03T11:59:37.269Z] gpg: CAST5 encrypted data [2020-10-03T11:59:37.269Z] gpg: encrypted with 1 passphrase [2020-10-03T11:59:37.269Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-03T11:59:37.859Z] + mkdir /home/jenkins [2020-10-03T11:59:37.859Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-03T11:59:38.534Z] + 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 [2020-10-03T11:59:38.578Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-03T11:59:38.877Z] ---> sigul-install.sh [2020-10-03T11:59:45.507Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-03T11:59:46.183Z] + git tag --list [2020-10-03T11:59:46.184Z] 0.7.1 [2020-10-03T11:59:46.184Z] delhi-tag [2020-10-03T11:59:46.184Z] v1.0.0 [2020-10-03T11:59:46.184Z] v1.1.0 [2020-10-03T11:59:46.184Z] v1.1.1 [2020-10-03T11:59:46.184Z] v1.1.2 [2020-10-03T11:59:46.184Z] v1.2.0 [2020-10-03T11:59:46.184Z] v1.2.1 [2020-10-03T11:59:46.184Z] v1.2.2 [2020-10-03T11:59:46.184Z] v1.2.3 [2020-10-03T11:59:46.184Z] v1.2.4-dev.1 [2020-10-03T11:59:46.184Z] v1.2.4-dev.10 [2020-10-03T11:59:46.184Z] v1.2.4-dev.11 [2020-10-03T11:59:46.184Z] v1.2.4-dev.12 [2020-10-03T11:59:46.184Z] v1.2.4-dev.13 [2020-10-03T11:59:46.184Z] v1.2.4-dev.14 [2020-10-03T11:59:46.184Z] v1.2.4-dev.15 [2020-10-03T11:59:46.184Z] v1.2.4-dev.16 [2020-10-03T11:59:46.184Z] v1.2.4-dev.17 [2020-10-03T11:59:46.184Z] v1.2.4-dev.18 [2020-10-03T11:59:46.184Z] v1.2.4-dev.2 [2020-10-03T11:59:46.184Z] v1.2.4-dev.3 [2020-10-03T11:59:46.184Z] v1.2.4-dev.4 [2020-10-03T11:59:46.184Z] v1.2.4-dev.5 [2020-10-03T11:59:46.184Z] v1.2.4-dev.6 [2020-10-03T11:59:46.184Z] v1.2.4-dev.7 [2020-10-03T11:59:46.184Z] v1.2.4-dev.8 [2020-10-03T11:59:46.184Z] v1.2.4-dev.9 [Pipeline] sh [2020-10-03T11:59:46.503Z] + lftools sign git-tag v1.2.4-dev.18 [2020-10-03T11:59:48.457Z] Signing Git tag with Sigul... [2020-10-03T11:59:48.457Z] Signing v1.2.4-dev.18 [Pipeline] echo [2020-10-03T11:59:49.421Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-03T11:59:49.730Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-03T11:59:49.740Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-03T11:59:49.836Z] $ docker stop --time=1 5c6419f3e896c15b084543fcc42ad80c98ba61445dfdc1df3e5a849004848e79 [2020-10-03T11:59:52.006Z] $ docker rm -f 5c6419f3e896c15b084543fcc42ad80c98ba61445dfdc1df3e5a849004848e79 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-03T11:59:52.938Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-03T11:59:52.938Z] . [Pipeline] withDockerContainer [2020-10-03T11:59:53.070Z] prd-centos7-docker-4c-2g-3215 does not seem to be running inside a container [2020-10-03T11:59:53.150Z] $ 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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-03T11:59:54.473Z] $ docker top 65498caae53b920a3a0644b9ff2e0e2917d2cea27de4a1a71c3424c5cd7cb133 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-03T11:59:54.895Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-03T11:59:54.895Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-03T11:59:55.365Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-03T11:59:55.370Z] $ docker exec 65498caae53b920a3a0644b9ff2e0e2917d2cea27de4a1a71c3424c5cd7cb133 ssh-agent [2020-10-03T11:59:55.621Z] SSH_AUTH_SOCK=/tmp/ssh-PU0veM4hXjdJ/agent.12 [2020-10-03T11:59:55.621Z] SSH_AGENT_PID=17 [2020-10-03T11:59:55.629Z] Running ssh-add (command line suppressed) [2020-10-03T11:59:55.853Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6955264951431935566.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6955264951431935566.key) [2020-10-03T11:59:55.953Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-03T11:59:56.309Z] + git semver bump pre [2020-10-03T11:59:56.309Z] # -> Open(): unable to determine branch for HEAD [2020-10-03T11:59:56.309Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-10-03T11:59:56.309Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-10-03T11:59:56.309Z] # $SEMVER_REMOTE_NAME = origin [2020-10-03T11:59:56.309Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-03T11:59:56.309Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-03T11:59:56.309Z] # $SEMVER_BRANCH = master [2020-10-03T11:59:56.309Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2020-10-03T11:59:56.575Z] 1.2.4-dev.19 [Pipeline] } [2020-10-03T11:59:56.605Z] $ docker exec --env ******** --env ******** 65498caae53b920a3a0644b9ff2e0e2917d2cea27de4a1a71c3424c5cd7cb133 ssh-agent -k [2020-10-03T11:59:56.815Z] unset SSH_AUTH_SOCK; [2020-10-03T11:59:56.816Z] unset SSH_AGENT_PID; [2020-10-03T11:59:56.816Z] echo Agent pid 17 killed; [2020-10-03T11:59:56.873Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-03T11:59:57.334Z] + git semver [Pipeline] } [2020-10-03T11:59:57.354Z] $ docker stop --time=1 65498caae53b920a3a0644b9ff2e0e2917d2cea27de4a1a71c3424c5cd7cb133 [2020-10-03T11:59:58.816Z] $ docker rm -f 65498caae53b920a3a0644b9ff2e0e2917d2cea27de4a1a71c3424c5cd7cb133 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-03T11:59:59.388Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-03T11:59:59.388Z] . [Pipeline] withDockerContainer [2020-10-03T11:59:59.521Z] prd-centos7-docker-4c-2g-3215 does not seem to be running inside a container [2020-10-03T11:59:59.580Z] $ 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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-03T12:00:00.469Z] $ docker top 583c1ec7941a510b1d126edd205b5694ac258377fa8cfeeb58d4fa15524af375 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-03T12:00:01.005Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-03T12:00:01.005Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-03T12:00:01.469Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-03T12:00:01.481Z] $ docker exec 583c1ec7941a510b1d126edd205b5694ac258377fa8cfeeb58d4fa15524af375 ssh-agent [2020-10-03T12:00:01.868Z] SSH_AUTH_SOCK=/tmp/ssh-Js7RPxa7RZQi/agent.11 [2020-10-03T12:00:01.868Z] SSH_AGENT_PID=16 [2020-10-03T12:00:01.881Z] Running ssh-add (command line suppressed) [2020-10-03T12:00:02.125Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1894418646903524109.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1894418646903524109.key) [2020-10-03T12:00:02.207Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-03T12:00:02.680Z] + git semver push [2020-10-03T12:00:02.680Z] # -> Open(): unable to determine branch for HEAD [2020-10-03T12:00:02.680Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-10-03T12:00:02.680Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-10-03T12:00:02.680Z] # $SEMVER_REMOTE_NAME = origin [2020-10-03T12:00:02.680Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-03T12:00:02.680Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-03T12:00:02.680Z] # $SEMVER_BRANCH = master [2020-10-03T12:00:02.680Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2020-10-03T12:00:10.907Z] $ docker exec --env ******** --env ******** 583c1ec7941a510b1d126edd205b5694ac258377fa8cfeeb58d4fa15524af375 ssh-agent -k [2020-10-03T12:00:11.115Z] unset SSH_AUTH_SOCK; [2020-10-03T12:00:11.118Z] unset SSH_AGENT_PID; [2020-10-03T12:00:11.119Z] echo Agent pid 16 killed; [2020-10-03T12:00:11.210Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-03T12:00:11.707Z] + git semver [Pipeline] } [2020-10-03T12:00:11.732Z] $ docker stop --time=1 583c1ec7941a510b1d126edd205b5694ac258377fa8cfeeb58d4fa15524af375 [2020-10-03T12:00:13.162Z] $ docker rm -f 583c1ec7941a510b1d126edd205b5694ac258377fa8cfeeb58d4fa15524af375 [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 [2020-10-03T12:00:14.656Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-03T12:00:15.242Z] ---> package-listing.sh [2020-10-03T12:00:15.242Z] ++ facter osfamily [2020-10-03T12:00:15.242Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-03T12:00:15.242Z] + OS_FAMILY=redhat [2020-10-03T12:00:15.242Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_master [2020-10-03T12:00:15.242Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-03T12:00:15.242Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-03T12:00:15.242Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-03T12:00:15.242Z] + PACKAGES=/tmp/packages_start.txt [2020-10-03T12:00:15.242Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2020-10-03T12:00:15.242Z] + PACKAGES=/tmp/packages_end.txt [2020-10-03T12:00:15.242Z] + case "${OS_FAMILY}" in [2020-10-03T12:00:15.242Z] + rpm -qa [2020-10-03T12:00:15.242Z] + sort [2020-10-03T12:00:19.499Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-03T12:00:19.499Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-03T12:00:19.499Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-03T12:00:19.499Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2020-10-03T12:00:19.499Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [2020-10-03T12:00:19.499Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-03T12:00:19.715Z] provisioning config files... [2020-10-03T12:00:19.738Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4648195690657322413tmp [Pipeline] { [Pipeline] echo [2020-10-03T12:00:19.813Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-03T12:00:20.124Z] ---> create-netrc.sh [Pipeline] } [2020-10-03T12:00:20.135Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-03T12:00:20.234Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-03T12:00:20.553Z] ---> python-tools-install.sh [2020-10-03T12:00:20.553Z] Generating Requirements File [2020-10-03T12:02:12.539Z] Python 3.6.8 [2020-10-03T12:02:12.539Z] pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) [2020-10-03T12:02:12.539Z] aiohttp==3.6.2 [2020-10-03T12:02:12.539Z] appdirs==1.4.3 [2020-10-03T12:02:12.539Z] argcomplete==1.12.1 [2020-10-03T12:02:12.539Z] aspy.yaml==1.3.0 [2020-10-03T12:02:12.539Z] async-timeout==3.0.1 [2020-10-03T12:02:12.539Z] attrs==19.3.0 [2020-10-03T12:02:12.539Z] Babel==2.8.0 [2020-10-03T12:02:12.539Z] beautifulsoup4==4.8.2 [2020-10-03T12:02:12.539Z] boto3==1.11.6 [2020-10-03T12:02:12.539Z] botocore==1.14.6 [2020-10-03T12:02:12.539Z] bs4==0.0.1 [2020-10-03T12:02:12.539Z] cachetools==4.1.1 [2020-10-03T12:02:12.539Z] certifi==2019.11.28 [2020-10-03T12:02:12.539Z] cffi==1.14.3 [2020-10-03T12:02:12.539Z] cfgv==2.0.1 [2020-10-03T12:02:12.539Z] chardet==3.0.4 [2020-10-03T12:02:12.539Z] click==7.1 [2020-10-03T12:02:12.539Z] cliff==3.4.0 [2020-10-03T12:02:12.539Z] cmd2==1.3.11 [2020-10-03T12:02:12.539Z] colorama==0.4.3 [2020-10-03T12:02:12.539Z] cryptography==3.1.1 [2020-10-03T12:02:12.539Z] debtcollector==2.2.0 [2020-10-03T12:02:12.539Z] decorator==4.4.2 [2020-10-03T12:02:12.539Z] defusedxml==0.6.0 [2020-10-03T12:02:12.539Z] Deprecated==1.2.7 [2020-10-03T12:02:12.539Z] distlib==0.3.1 [2020-10-03T12:02:12.539Z] distro==1.2.0 [2020-10-03T12:02:12.539Z] dnspython==1.16.0 [2020-10-03T12:02:12.539Z] docker==4.2.0 [2020-10-03T12:02:12.539Z] docutils==0.15.2 [2020-10-03T12:02:12.539Z] dogpile.cache==1.0.2 [2020-10-03T12:02:12.539Z] email-validator==1.0.5 [2020-10-03T12:02:12.539Z] filelock==3.0.12 [2020-10-03T12:02:12.539Z] future==0.18.2 [2020-10-03T12:02:12.539Z] google-auth==1.22.0 [2020-10-03T12:02:12.539Z] httplib2==0.17.0 [2020-10-03T12:02:12.539Z] identify==1.4.11 [2020-10-03T12:02:12.539Z] idna==2.9 [2020-10-03T12:02:12.539Z] idna-ssl==1.1.0 [2020-10-03T12:02:12.539Z] importlib-metadata==1.7.0 [2020-10-03T12:02:12.539Z] importlib-resources==1.5.0 [2020-10-03T12:02:12.539Z] iso8601==0.1.13 [2020-10-03T12:02:12.539Z] Jinja2==2.11.1 [2020-10-03T12:02:12.539Z] jmespath==0.10.0 [2020-10-03T12:02:12.539Z] jsonpatch==1.26 [2020-10-03T12:02:12.539Z] jsonpointer==2.0 [2020-10-03T12:02:12.539Z] jsonschema==3.2.0 [2020-10-03T12:02:12.539Z] keystoneauth1==4.2.1 [2020-10-03T12:02:12.539Z] kubernetes==11.0.0 [2020-10-03T12:02:12.539Z] lftools==0.34.2 [2020-10-03T12:02:12.539Z] lxml==4.5.0 [2020-10-03T12:02:12.539Z] MarkupSafe==0.23 [2020-10-03T12:02:12.539Z] msgpack==1.0.0 [2020-10-03T12:02:12.539Z] multi-key-dict==2.0.3 [2020-10-03T12:02:12.539Z] multidict==4.7.6 [2020-10-03T12:02:12.539Z] munch==2.5.0 [2020-10-03T12:02:12.539Z] netaddr==0.8.0 [2020-10-03T12:02:12.539Z] netifaces==0.10.9 [2020-10-03T12:02:12.539Z] niet==1.4.2 [2020-10-03T12:02:12.539Z] nodeenv==1.3.5 [2020-10-03T12:02:12.539Z] oauth2client==4.1.3 [2020-10-03T12:02:12.539Z] oauthlib==3.1.0 [2020-10-03T12:02:12.539Z] openstacksdk==0.50.0 [2020-10-03T12:02:12.539Z] os-client-config==2.1.0 [2020-10-03T12:02:12.539Z] os-service-types==1.7.0 [2020-10-03T12:02:12.539Z] osc-lib==2.2.1 [2020-10-03T12:02:12.539Z] oslo.config==8.3.2 [2020-10-03T12:02:12.539Z] oslo.context==3.1.1 [2020-10-03T12:02:12.539Z] oslo.i18n==5.0.1 [2020-10-03T12:02:12.539Z] oslo.log==4.4.0 [2020-10-03T12:02:12.539Z] oslo.serialization==4.0.1 [2020-10-03T12:02:12.539Z] oslo.utils==4.6.0 [2020-10-03T12:02:12.539Z] packaging==20.4 [2020-10-03T12:02:12.539Z] pbr==5.4.4 [2020-10-03T12:02:12.539Z] pluggy==0.13.1 [2020-10-03T12:02:12.539Z] prettytable==0.7.2 [2020-10-03T12:02:12.539Z] py==1.9.0 [2020-10-03T12:02:12.539Z] pyasn1==0.4.8 [2020-10-03T12:02:12.539Z] pyasn1-modules==0.2.8 [2020-10-03T12:02:12.539Z] pycparser==2.20 [2020-10-03T12:02:12.539Z] pygerrit2==2.0.10 [2020-10-03T12:02:12.539Z] PyGithub==1.46 [2020-10-03T12:02:12.539Z] pyinotify==0.9.6 [2020-10-03T12:02:12.539Z] PyJWT==1.7.1 [2020-10-03T12:02:12.539Z] pyparsing==2.4.7 [2020-10-03T12:02:12.539Z] pyperclip==1.8.0 [2020-10-03T12:02:12.539Z] pyroute2==0.4.13 [2020-10-03T12:02:12.539Z] pyrsistent==0.15.7 [2020-10-03T12:02:12.539Z] PySocks==1.6.8 [2020-10-03T12:02:12.539Z] python-cinderclient==7.2.0 [2020-10-03T12:02:12.539Z] python-dateutil==2.8.1 [2020-10-03T12:02:12.539Z] python-heatclient==2.2.1 [2020-10-03T12:02:12.539Z] python-jenkins==1.7.0 [2020-10-03T12:02:12.539Z] python-keystoneclient==4.1.1 [2020-10-03T12:02:12.539Z] python-magnumclient==3.2.1 [2020-10-03T12:02:12.539Z] python-novaclient==17.2.1 [2020-10-03T12:02:12.539Z] python-openstackclient==5.4.0 [2020-10-03T12:02:12.539Z] python-swiftclient==3.10.1 [2020-10-03T12:02:12.539Z] pytz==2020.1 [2020-10-03T12:02:12.539Z] PyYAML==5.3 [2020-10-03T12:02:12.539Z] requests==2.23.0 [2020-10-03T12:02:12.539Z] requests-oauthlib==1.3.0 [2020-10-03T12:02:12.539Z] requestsexceptions==1.4.0 [2020-10-03T12:02:12.539Z] rfc3986==1.4.0 [2020-10-03T12:02:12.539Z] rpm==4.11.3 [2020-10-03T12:02:12.539Z] rsa==4.0 [2020-10-03T12:02:12.539Z] ruamel.yaml==0.16.10 [2020-10-03T12:02:12.539Z] ruamel.yaml.clib==0.2.0 [2020-10-03T12:02:12.539Z] s3transfer==0.3.3 [2020-10-03T12:02:12.539Z] shade==1.27.2 [2020-10-03T12:02:12.539Z] simplejson==3.17.2 [2020-10-03T12:02:12.539Z] six==1.14.0 [2020-10-03T12:02:12.539Z] soupsieve==2.0 [2020-10-03T12:02:12.539Z] stevedore==3.2.2 [2020-10-03T12:02:12.539Z] tabulate==0.8.6 [2020-10-03T12:02:12.539Z] toml==0.10.0 [2020-10-03T12:02:12.539Z] tox==3.20.0 [2020-10-03T12:02:12.539Z] tqdm==4.43.0 [2020-10-03T12:02:12.539Z] typing-extensions==3.7.4.3 [2020-10-03T12:02:12.539Z] urllib3==1.25.8 [2020-10-03T12:02:12.539Z] virtualenv==20.0.32 [2020-10-03T12:02:12.539Z] wcwidth==0.2.5 [2020-10-03T12:02:12.539Z] websocket-client==0.57.0 [2020-10-03T12:02:12.539Z] wrapt==1.12.1 [2020-10-03T12:02:12.539Z] xdg==3.0.2 [2020-10-03T12:02:12.539Z] xmltodict==0.12.0 [2020-10-03T12:02:12.539Z] yarl==1.6.0 [2020-10-03T12:02:12.539Z] yq==2.11.1 [2020-10-03T12:02:12.539Z] zipp==3.2.0 [2020-10-03T12:02:12.539Z] Cache entry deserialization failed, entry ignored [2020-10-03T12:02:12.539Z] DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. [2020-10-03T12:02:12.539Z] Python 2.7.5 [2020-10-03T12:02:12.539Z] pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) [2020-10-03T12:02:12.539Z] DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. [2020-10-03T12:02:12.539Z] ansible==2.9.7 [2020-10-03T12:02:12.539Z] Babel==0.9.6 [2020-10-03T12:02:12.539Z] backports.ssl-match-hostname==3.5.0.1 [2020-10-03T12:02:12.539Z] beautifulsoup4==4.4.1 [2020-10-03T12:02:12.539Z] bodhi==2.11.0 [2020-10-03T12:02:12.539Z] bodhi-client==2.11.0 [2020-10-03T12:02:12.539Z] CCColUtils==1.4 [2020-10-03T12:02:12.539Z] cffi==1.6.0 [2020-10-03T12:02:12.539Z] chardet==2.2.1 [2020-10-03T12:02:12.539Z] click==6.7 [2020-10-03T12:02:12.539Z] cloud-init==18.5 [2020-10-03T12:02:12.539Z] configobj==4.7.2 [2020-10-03T12:02:12.539Z] cryptography==1.7.2 [2020-10-03T12:02:12.539Z] decorator==3.4.0 [2020-10-03T12:02:12.539Z] distro==1.2.0 [2020-10-03T12:02:12.539Z] enum34==1.0.4 [2020-10-03T12:02:12.539Z] fedpkg==1.38 [2020-10-03T12:02:12.539Z] futures==3.1.1 [2020-10-03T12:02:12.539Z] gitdb==0.6.4 [2020-10-03T12:02:12.539Z] GitPython==1.0.1 [2020-10-03T12:02:12.539Z] html5lib==0.999 [2020-10-03T12:02:12.539Z] httplib2==0.9.2 [2020-10-03T12:02:12.539Z] idna==2.4 [2020-10-03T12:02:12.539Z] iniparse==0.4 [2020-10-03T12:02:12.539Z] ipaddress==1.0.16 [2020-10-03T12:02:12.539Z] IPy==0.75 [2020-10-03T12:02:12.539Z] javapackages==1.0.0 [2020-10-03T12:02:12.539Z] Jinja2==2.7.2 [2020-10-03T12:02:12.539Z] jmespath==0.9.4 [2020-10-03T12:02:12.539Z] jsonpatch==1.2 [2020-10-03T12:02:12.539Z] jsonpointer==1.9 [2020-10-03T12:02:12.539Z] kerberos==1.1 [2020-10-03T12:02:12.539Z] kitchen==1.1.1 [2020-10-03T12:02:12.539Z] langtable==0.0.31 [2020-10-03T12:02:12.539Z] lockfile==0.9.1 [2020-10-03T12:02:12.539Z] lxml==3.2.1 [2020-10-03T12:02:12.539Z] MarkupSafe==0.11 [2020-10-03T12:02:12.539Z] munch==2.0.2 [2020-10-03T12:02:12.539Z] offtrac==0.1.0 [2020-10-03T12:02:12.539Z] openidc-client==0.6.0 [2020-10-03T12:02:12.539Z] packagedb-cli==2.14.1 [2020-10-03T12:02:12.540Z] paramiko==2.1.1 [2020-10-03T12:02:12.540Z] perf==0.1 [2020-10-03T12:02:12.540Z] ply==3.4 [2020-10-03T12:02:12.540Z] policycoreutils-default-encoding==0.1 [2020-10-03T12:02:12.540Z] prettytable==0.7.2 [2020-10-03T12:02:12.540Z] pyasn1==0.1.9 [2020-10-03T12:02:12.540Z] pycparser==2.14 [2020-10-03T12:02:12.540Z] pycurl==7.19.0 [2020-10-03T12:02:12.540Z] pygobject==3.22.0 [2020-10-03T12:02:12.540Z] pygpgme==0.3 [2020-10-03T12:02:12.540Z] pyliblzma==0.5.3 [2020-10-03T12:02:12.540Z] pyOpenSSL==0.13.1 [2020-10-03T12:02:12.540Z] pyparsing==1.5.6 [2020-10-03T12:02:12.540Z] pyserial==2.6 [2020-10-03T12:02:12.540Z] python-augeas==0.5.0 [2020-10-03T12:02:12.540Z] python-bugzilla==2.3.0 [2020-10-03T12:02:12.540Z] python-dateutil==1.5 [2020-10-03T12:02:12.540Z] python-fedora==0.10.0 [2020-10-03T12:02:12.540Z] python-linux-procfs==0.4.9 [2020-10-03T12:02:12.540Z] python-yubico==1.2.3 [2020-10-03T12:02:12.540Z] pyudev==0.15 [2020-10-03T12:02:12.540Z] pyusb==1.0.0b1 [2020-10-03T12:02:12.540Z] pyxattr==0.5.1 [2020-10-03T12:02:12.540Z] PyYAML==3.10 [2020-10-03T12:02:12.540Z] requests==2.6.0 [2020-10-03T12:02:12.540Z] requests-kerberos==0.7.0 [2020-10-03T12:02:12.540Z] rpkg==1.60 [2020-10-03T12:02:12.540Z] schedutils==0.4 [2020-10-03T12:02:12.540Z] seobject==0.1 [2020-10-03T12:02:12.540Z] sepolicy==1.1 [2020-10-03T12:02:12.540Z] six==1.9.0 [2020-10-03T12:02:12.540Z] smmap==0.9.0 [2020-10-03T12:02:12.540Z] urlgrabber==3.10 [2020-10-03T12:02:12.540Z] urllib3==1.10.2 [2020-10-03T12:02:12.540Z] virtualenv==15.1.0 [2020-10-03T12:02:12.540Z] yum-langpacks==0.4.2 [2020-10-03T12:02:12.540Z] yum-metadata-parser==1.1.4 [Pipeline] echo [2020-10-03T12:02:12.554Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-03T12:02:12.877Z] ---> sudo-logs.sh [2020-10-03T12:02:12.877Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-03T12:02:13.154Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-03T12:02:13.458Z] ---> job-cost.sh [2020-10-03T12:02:13.458Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Rbp3 [2020-10-03T12:02:25.760Z] Cache entry deserialization failed, entry ignored [2020-10-03T12:02:26.031Z] Cache entry deserialization failed, entry ignored [2020-10-03T12:02:27.976Z] Cache entry deserialization failed, entry ignored [2020-10-03T12:02:27.976Z] Cache entry deserialization failed, entry ignored [2020-10-03T12:02:27.976Z] Cache entry deserialization failed, entry ignored [2020-10-03T12:02:27.976Z] Cache entry deserialization failed, entry ignored [2020-10-03T12:02:28.252Z] Cache entry deserialization failed, entry ignored [2020-10-03T12:02:28.252Z] Cache entry deserialization failed, entry ignored [2020-10-03T12:02:28.539Z] Cache entry deserialization failed, entry ignored [2020-10-03T12:02:28.539Z] Cache entry deserialization failed, entry ignored [2020-10-03T12:02:28.803Z] Cache entry deserialization failed, entry ignored [2020-10-03T12:02:28.803Z] Cache entry deserialization failed, entry ignored [2020-10-03T12:02:33.070Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2020-10-03T12:03:12.048Z] lf-activate-venv(): INFO: Adding /tmp/venv-Rbp3/bin to PATH [2020-10-03T12:03:12.048Z] INFO: No Stack... [2020-10-03T12:03:12.048Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-03T12:03:12.048Z] INFO: Archiving Costs [Pipeline] echo [2020-10-03T12:03:12.066Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-03T12:03:12.396Z] ---> logs-deploy.sh [2020-10-03T12:03:12.396Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/69 [2020-10-03T12:03:12.396Z] INFO: archiving workspace using pattern(s): [2020-10-03T12:03:14.962Z] Archives upload complete. [2020-10-03T12:03:14.962Z] INFO: archiving logs to Nexus [2020-10-03T12:03:16.899Z] ---> uname -a: [2020-10-03T12:03:16.899Z] Linux prd-centos7-docker-4c-2g-3215.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux [2020-10-03T12:03:16.899Z] [2020-10-03T12:03:16.899Z] [2020-10-03T12:03:16.899Z] ---> lscpu: [2020-10-03T12:03:16.899Z] Architecture: x86_64 [2020-10-03T12:03:16.899Z] CPU op-mode(s): 32-bit, 64-bit [2020-10-03T12:03:16.899Z] Byte Order: Little Endian [2020-10-03T12:03:16.899Z] CPU(s): 4 [2020-10-03T12:03:16.899Z] On-line CPU(s) list: 0-3 [2020-10-03T12:03:16.899Z] Thread(s) per core: 1 [2020-10-03T12:03:16.899Z] Core(s) per socket: 1 [2020-10-03T12:03:16.899Z] Socket(s): 4 [2020-10-03T12:03:16.899Z] NUMA node(s): 1 [2020-10-03T12:03:16.899Z] Vendor ID: GenuineIntel [2020-10-03T12:03:16.899Z] CPU family: 6 [2020-10-03T12:03:16.899Z] Model: 44 [2020-10-03T12:03:16.899Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-10-03T12:03:16.899Z] Stepping: 1 [2020-10-03T12:03:16.899Z] CPU MHz: 2933.438 [2020-10-03T12:03:16.899Z] BogoMIPS: 5866.87 [2020-10-03T12:03:16.899Z] Virtualization: VT-x [2020-10-03T12:03:16.899Z] Hypervisor vendor: KVM [2020-10-03T12:03:16.899Z] Virtualization type: full [2020-10-03T12:03:16.899Z] L1d cache: 32K [2020-10-03T12:03:16.899Z] L1i cache: 32K [2020-10-03T12:03:16.899Z] L2 cache: 4096K [2020-10-03T12:03:16.899Z] L3 cache: 16384K [2020-10-03T12:03:16.899Z] NUMA node0 CPU(s): 0-3 [2020-10-03T12:03:16.899Z] 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 [2020-10-03T12:03:16.899Z] [2020-10-03T12:03:16.899Z] [2020-10-03T12:03:16.899Z] ---> nproc: [2020-10-03T12:03:16.899Z] 4 [2020-10-03T12:03:16.899Z] [2020-10-03T12:03:16.899Z] [2020-10-03T12:03:16.899Z] ---> df -h: [2020-10-03T12:03:16.899Z] Filesystem Size Used Avail Use% Mounted on [2020-10-03T12:03:16.899Z] devtmpfs 887M 0 887M 0% /dev [2020-10-03T12:03:16.899Z] tmpfs 919M 0 919M 0% /dev/shm [2020-10-03T12:03:16.899Z] tmpfs 919M 17M 903M 2% /run [2020-10-03T12:03:16.899Z] tmpfs 919M 0 919M 0% /sys/fs/cgroup [2020-10-03T12:03:16.899Z] /dev/vda1 50G 8.5G 42G 17% / [2020-10-03T12:03:16.899Z] tmpfs 184M 0 184M 0% /run/user/1001 [2020-10-03T12:03:16.899Z] tmpfs 184M 0 184M 0% /run/user/0 [2020-10-03T12:03:16.899Z] [2020-10-03T12:03:16.899Z] [2020-10-03T12:03:16.899Z] ---> free -m: [2020-10-03T12:03:16.899Z] total used free shared buff/cache available [2020-10-03T12:03:16.899Z] Mem: 1837 667 67 16 1103 970 [2020-10-03T12:03:16.899Z] Swap: 1023 3 1020 [2020-10-03T12:03:16.899Z] [2020-10-03T12:03:16.899Z] [2020-10-03T12:03:16.899Z] ---> ip addr: [2020-10-03T12:03:16.899Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 [2020-10-03T12:03:16.899Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-10-03T12:03:16.899Z] inet 127.0.0.1/8 scope host lo [2020-10-03T12:03:16.899Z] valid_lft forever preferred_lft forever [2020-10-03T12:03:16.899Z] inet6 ::1/128 scope host [2020-10-03T12:03:16.899Z] valid_lft forever preferred_lft forever [2020-10-03T12:03:16.899Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP group default qlen 1000 [2020-10-03T12:03:16.899Z] link/ether fa:16:3e:bd:c8:75 brd ff:ff:ff:ff:ff:ff [2020-10-03T12:03:16.899Z] inet 10.30.122.107/23 brd 10.30.123.255 scope global dynamic eth0 [2020-10-03T12:03:16.899Z] valid_lft 85762sec preferred_lft 85762sec [2020-10-03T12:03:16.899Z] inet6 fe80::f816:3eff:febd:c875/64 scope link [2020-10-03T12:03:16.899Z] valid_lft forever preferred_lft forever [2020-10-03T12:03:16.899Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN group default [2020-10-03T12:03:16.899Z] link/ether 02:42:af:ef:4b:10 brd ff:ff:ff:ff:ff:ff [2020-10-03T12:03:16.899Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-10-03T12:03:16.899Z] valid_lft forever preferred_lft forever [2020-10-03T12:03:16.899Z] inet6 fe80::42:afff:feef:4b10/64 scope link [2020-10-03T12:03:16.899Z] valid_lft forever preferred_lft forever [2020-10-03T12:03:16.899Z] [2020-10-03T12:03:16.899Z] [2020-10-03T12:03:16.899Z] ---> sar -b -r -n DEV: [2020-10-03T12:03:16.899Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/03/2020 _x86_64_ (4 CPU) [2020-10-03T12:03:16.899Z] [2020-10-03T12:03:16.899Z] 11:52:19 AM LINUX RESTART [2020-10-03T12:03:16.899Z] [2020-10-03T12:03:16.899Z] 11:53:01 AM tps rtps wtps bread/s bwrtn/s [2020-10-03T12:03:16.899Z] 11:54:01 AM 59.52 23.96 35.56 5648.69 4947.95 [2020-10-03T12:03:16.899Z] 11:55:01 AM 1.17 0.00 1.17 0.00 18.32 [2020-10-03T12:03:16.899Z] 11:56:02 AM 0.28 0.00 0.28 0.00 3.78 [2020-10-03T12:03:16.899Z] 11:57:01 AM 0.24 0.00 0.24 0.00 2.88 [2020-10-03T12:03:16.899Z] 11:58:01 AM 0.23 0.00 0.23 0.00 3.30 [2020-10-03T12:03:16.899Z] 11:59:01 AM 237.22 134.62 102.60 7193.88 32782.86 [2020-10-03T12:03:16.899Z] 12:00:01 PM 220.55 77.42 143.13 4449.64 32827.21 [2020-10-03T12:03:16.899Z] 12:01:01 PM 81.44 58.41 23.03 4840.11 2188.58 [2020-10-03T12:03:16.899Z] 12:02:01 PM 101.56 18.28 83.28 1238.00 9565.03 [2020-10-03T12:03:16.899Z] 12:03:01 PM 97.40 16.42 80.98 1033.74 5141.88 [2020-10-03T12:03:16.899Z] Average: 80.14 32.99 47.15 2446.21 8767.64 [2020-10-03T12:03:16.899Z] [2020-10-03T12:03:16.899Z] 11:53:01 AM kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-10-03T12:03:16.899Z] 11:54:01 AM 159960 1721596 91.50 2620 1134304 1151088 39.28 428968 1131892 120 [2020-10-03T12:03:16.899Z] 11:55:01 AM 162320 1719236 91.37 2620 1134308 1136152 38.77 428608 1130072 20 [2020-10-03T12:03:16.899Z] 11:56:02 AM 168856 1712700 91.03 2620 1134316 1075632 36.71 429488 1124196 20 [2020-10-03T12:03:16.899Z] 11:57:01 AM 167228 1714328 91.11 2620 1134316 1075500 36.70 432876 1121924 20 [2020-10-03T12:03:16.899Z] 11:58:01 AM 166016 1715540 91.18 2620 1134320 1075848 36.72 443084 1112916 20 [2020-10-03T12:03:16.899Z] 11:59:01 AM 174736 1706820 90.71 2620 1039304 1394516 47.59 567928 941100 48 [2020-10-03T12:03:16.899Z] 12:00:01 PM 241672 1639884 87.16 1916 910560 1241212 42.36 597404 757796 40 [2020-10-03T12:03:16.899Z] 12:01:01 PM 76200 1805356 95.95 1536 1016976 1209356 41.27 675992 838968 53624 [2020-10-03T12:03:16.899Z] 12:02:01 PM 146352 1735204 92.22 1492 947916 1136924 38.80 585244 827676 80156 [2020-10-03T12:03:16.899Z] 12:03:01 PM 77216 1804340 95.90 1492 948068 1189776 40.60 667124 795784 75016 [2020-10-03T12:03:16.899Z] Average: 154056 1727500 91.81 2216 1053439 1168600 39.88 525672 978232 20908 [2020-10-03T12:03:16.899Z] [2020-10-03T12:03:16.899Z] 11:53:01 AM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s [2020-10-03T12:03:16.899Z] 11:54:01 AM eth0 296.81 189.76 1045.71 107.46 0.00 0.00 0.00 [2020-10-03T12:03:16.899Z] 11:54:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-03T12:03:16.899Z] 11:54:01 AM docker0 5.16 3.69 0.91 18.61 0.00 0.00 0.00 [2020-10-03T12:03:16.899Z] 11:55:01 AM eth0 2.56 0.93 1.14 0.75 0.00 0.00 0.00 [2020-10-03T12:03:16.899Z] 11:55:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-03T12:03:16.899Z] 11:55:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-03T12:03:16.899Z] 11:56:02 AM eth0 1.63 0.33 0.39 0.20 0.00 0.00 0.00 [2020-10-03T12:03:16.899Z] 11:56:02 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-03T12:03:16.899Z] 11:56:02 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-03T12:03:16.899Z] 11:57:01 AM eth0 1.20 0.08 0.12 0.04 0.00 0.00 0.00 [2020-10-03T12:03:16.899Z] 11:57:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-03T12:03:16.899Z] 11:57:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-03T12:03:16.899Z] 11:58:01 AM eth0 3.68 0.72 1.01 0.58 0.00 0.00 0.00 [2020-10-03T12:03:16.899Z] 11:58:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-03T12:03:16.899Z] 11:58:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-03T12:03:16.899Z] 11:59:01 AM eth0 419.58 366.43 3969.50 37.64 0.00 0.00 0.00 [2020-10-03T12:03:16.899Z] 11:59:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-03T12:03:16.899Z] 11:59:01 AM veth4385c1a 0.00 0.10 0.00 0.01 0.00 0.00 0.00 [2020-10-03T12:03:16.899Z] 11:59:01 AM docker0 36.32 35.02 3.79 171.61 0.00 0.00 0.00 [2020-10-03T12:03:16.899Z] 12:00:01 PM eth0 448.38 370.78 3434.33 92.44 0.00 0.00 0.00 [2020-10-03T12:03:16.899Z] 12:00:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-03T12:03:16.899Z] 12:00:01 PM veth5bdde9e 0.00 0.05 0.00 0.00 0.00 0.00 0.00 [2020-10-03T12:03:16.899Z] 12:00:01 PM docker0 35.26 56.16 1.91 200.02 0.00 0.00 0.00 [2020-10-03T12:03:16.900Z] 12:01:01 PM eth0 103.62 71.71 737.99 56.77 0.00 0.00 0.00 [2020-10-03T12:03:16.900Z] 12:01:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-03T12:03:16.900Z] 12:01:01 PM docker0 1.73 1.33 0.29 0.31 0.00 0.00 0.00 [2020-10-03T12:03:16.900Z] 12:02:01 PM eth0 11.99 10.35 132.96 2.04 0.00 0.00 0.00 [2020-10-03T12:03:16.900Z] 12:02:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-03T12:03:16.900Z] 12:02:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-03T12:03:16.900Z] 12:03:01 PM eth0 33.00 21.53 128.68 8.72 0.00 0.00 0.00 [2020-10-03T12:03:16.900Z] 12:03:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-03T12:03:16.900Z] 12:03:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-03T12:03:16.900Z] Average: eth0 132.55 103.50 947.40 30.74 0.00 0.00 0.00 [2020-10-03T12:03:16.900Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-03T12:03:16.900Z] Average: docker0 7.35 9.27 0.60 37.28 0.00 0.00 0.00 [2020-10-03T12:03:16.900Z] [2020-10-03T12:03:16.900Z] [2020-10-03T12:03:16.900Z] ---> sar -P ALL: [2020-10-03T12:03:16.900Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/03/2020 _x86_64_ (4 CPU) [2020-10-03T12:03:16.900Z] [2020-10-03T12:03:16.900Z] 11:52:19 AM LINUX RESTART [2020-10-03T12:03:16.900Z] [2020-10-03T12:03:16.900Z] 11:53:01 AM CPU %user %nice %system %iowait %steal %idle [2020-10-03T12:03:16.900Z] 11:54:01 AM all 12.37 0.00 4.97 2.08 8.23 72.35 [2020-10-03T12:03:16.900Z] 11:54:01 AM 0 11.29 0.00 5.84 0.47 8.68 73.71 [2020-10-03T12:03:16.900Z] 11:54:01 AM 1 13.25 0.00 4.37 1.80 8.09 72.49 [2020-10-03T12:03:16.900Z] 11:54:01 AM 2 11.92 0.00 4.58 2.81 8.42 72.27 [2020-10-03T12:03:16.900Z] 11:54:01 AM 3 13.05 0.00 5.10 3.22 7.71 70.91 [2020-10-03T12:03:16.900Z] 11:55:01 AM all 0.17 0.00 0.05 0.00 0.27 99.51 [2020-10-03T12:03:16.900Z] 11:55:01 AM 0 0.05 0.00 0.05 0.00 0.17 99.73 [2020-10-03T12:03:16.900Z] 11:55:01 AM 1 0.18 0.00 0.05 0.00 0.38 99.38 [2020-10-03T12:03:16.900Z] 11:55:01 AM 2 0.42 0.00 0.03 0.00 0.43 99.12 [2020-10-03T12:03:16.900Z] 11:55:01 AM 3 0.03 0.00 0.05 0.00 0.08 99.83 [2020-10-03T12:03:16.900Z] 11:56:02 AM all 0.12 0.00 0.06 0.00 0.31 99.51 [2020-10-03T12:03:16.900Z] 11:56:02 AM 0 0.08 0.00 0.02 0.00 0.18 99.72 [2020-10-03T12:03:16.900Z] 11:56:02 AM 1 0.35 0.00 0.12 0.00 0.50 99.04 [2020-10-03T12:03:16.900Z] 11:56:02 AM 2 0.05 0.00 0.05 0.00 0.45 99.45 [2020-10-03T12:03:16.900Z] 11:56:02 AM 3 0.02 0.00 0.05 0.00 0.10 99.83 [2020-10-03T12:03:16.900Z] 11:57:01 AM all 0.11 0.00 0.03 0.00 0.30 99.56 [2020-10-03T12:03:16.900Z] 11:57:01 AM 0 0.02 0.00 0.02 0.00 0.07 99.90 [2020-10-03T12:03:16.900Z] 11:57:01 AM 1 0.30 0.00 0.03 0.00 0.37 99.29 [2020-10-03T12:03:16.900Z] 11:57:01 AM 2 0.07 0.00 0.05 0.00 0.64 99.24 [2020-10-03T12:03:16.900Z] 11:57:01 AM 3 0.02 0.00 0.03 0.00 0.10 99.85 [2020-10-03T12:03:16.900Z] 11:58:01 AM all 0.14 0.00 0.05 0.00 0.20 99.60 [2020-10-03T12:03:16.900Z] 11:58:01 AM 0 0.07 0.00 0.05 0.00 0.05 99.83 [2020-10-03T12:03:16.900Z] 11:58:01 AM 1 0.38 0.00 0.05 0.00 0.22 99.35 [2020-10-03T12:03:16.900Z] 11:58:01 AM 2 0.07 0.00 0.03 0.00 0.32 99.58 [2020-10-03T12:03:16.900Z] 11:58:01 AM 3 0.05 0.00 0.07 0.00 0.23 99.65 [2020-10-03T12:03:16.900Z] 11:59:01 AM all 6.68 0.00 5.07 2.40 7.41 78.44 [2020-10-03T12:03:16.900Z] 11:59:01 AM 0 5.92 0.00 4.84 1.20 7.14 80.89 [2020-10-03T12:03:16.900Z] 11:59:01 AM 1 6.86 0.00 5.93 2.46 7.24 77.52 [2020-10-03T12:03:16.900Z] 11:59:01 AM 2 6.09 0.00 4.25 3.25 7.62 78.79 [2020-10-03T12:03:16.900Z] 11:59:01 AM 3 7.88 0.00 5.29 2.69 7.63 76.51 [2020-10-03T12:03:16.900Z] 12:00:01 PM all 8.88 0.00 7.05 2.41 11.05 70.60 [2020-10-03T12:03:16.900Z] 12:00:01 PM 0 6.75 0.00 6.15 1.12 11.60 74.39 [2020-10-03T12:03:16.900Z] 12:00:01 PM 1 8.51 0.00 7.89 2.37 11.28 69.93 [2020-10-03T12:03:16.900Z] 12:00:01 PM 2 12.54 0.00 7.29 2.68 10.60 66.90 [2020-10-03T12:03:16.900Z] 12:00:01 PM 3 7.76 0.00 6.90 3.50 10.73 71.11 [2020-10-03T12:03:16.900Z] 12:01:01 PM all 12.62 0.00 2.09 1.86 3.17 80.26 [2020-10-03T12:03:16.900Z] 12:01:01 PM 0 24.94 0.00 2.78 0.69 3.05 68.53 [2020-10-03T12:03:16.900Z] 12:01:01 PM 1 4.85 0.00 1.56 3.56 3.41 86.62 [2020-10-03T12:03:16.900Z] 12:01:01 PM 2 13.14 0.00 1.99 2.79 3.50 78.58 [2020-10-03T12:03:16.900Z] 12:01:01 PM 3 8.01 0.00 2.05 0.35 2.72 86.86 [2020-10-03T12:03:16.900Z] 12:02:01 PM all 14.32 0.00 2.82 1.36 3.90 77.60 [2020-10-03T12:03:16.900Z] 12:02:01 PM 0 10.30 0.00 1.92 1.34 4.41 82.02 [2020-10-03T12:03:16.900Z] 12:02:01 PM 1 13.80 0.00 3.28 1.02 4.17 77.73 [2020-10-03T12:03:16.900Z] 12:02:01 PM 2 13.98 0.00 2.33 1.61 3.64 78.43 [2020-10-03T12:03:16.900Z] 12:02:01 PM 3 19.37 0.00 3.74 1.47 3.36 72.06 [2020-10-03T12:03:16.900Z] 12:03:01 PM all 14.92 0.00 2.55 1.17 3.04 78.33 [2020-10-03T12:03:16.900Z] 12:03:01 PM 0 19.56 0.00 1.99 1.27 2.32 74.86 [2020-10-03T12:03:16.900Z] 12:03:01 PM 1 14.83 0.00 3.01 0.34 3.23 78.59 [2020-10-03T12:03:16.900Z] 12:03:01 PM 2 12.63 0.00 1.92 0.75 3.78 80.91 [2020-10-03T12:03:16.900Z] 12:03:01 PM 3 12.71 0.00 3.31 2.30 2.85 78.84 [2020-10-03T12:03:16.900Z] Average: all 6.99 0.00 2.45 1.12 3.76 85.69 [2020-10-03T12:03:16.900Z] Average: 0 7.81 0.00 2.35 0.61 3.75 85.48 [2020-10-03T12:03:16.900Z] Average: 1 6.27 0.00 2.60 1.15 3.85 86.13 [2020-10-03T12:03:16.900Z] Average: 2 7.05 0.00 2.23 1.38 3.91 85.43 [2020-10-03T12:03:16.900Z] Average: 3 6.81 0.00 2.63 1.34 3.51 85.71 [2020-10-03T12:03:16.900Z] [2020-10-03T12:03:16.900Z] [2020-10-03T12:03:16.900Z]