Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 0bbcb663a9153978e7e9ef8c297d5988e58906d0 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 f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f3f382fce060f16c10d6f597981912fab355381a # timeout=10 Commit message: "Merge pull request #282 from ernestojeda/catch-log-publishing-errors" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-8413 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 > 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 Checking out Revision 0bbcb663a9153978e7e9ef8c297d5988e58906d0 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0bbcb663a9153978e7e9ef8c297d5988e58906d0 # timeout=10 Commit message: "Merge pull request #637 from hahattan/issue-598-docs/test" > git rev-list --no-walk 8b39936bc192f82b46677f7f05650a94960ef7f6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-23T10:32:09.946Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-23T10:32:10.192Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-23T10:32:10.334Z] ========================================================= [2020-10-23T10:32:10.334Z] EdgeX Global Pipelines Version Info [2020-10-23T10:32:10.334Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-23T10:32:12.791Z] ------------------- [2020-10-23T10:32:12.791Z] stable info: [2020-10-23T10:32:12.791Z] ------------------- [2020-10-23T10:32:12.791Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-23T10:32:12.791Z] Commit SHA: f3f382fce060f16c10d6f597981912fab355381a [2020-10-23T10:32:12.791Z] Message: update stable to v1.0.148 [2020-10-23T10:32:13.374Z] ------------------- [2020-10-23T10:32:13.374Z] experimental info: [2020-10-23T10:32:13.374Z] ------------------- [2020-10-23T10:32:13.374Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-23T10:32:13.374Z] Commit SHA: f3f382fce060f16c10d6f597981912fab355381a [2020-10-23T10:32:13.374Z] Message: update experimental to v1.0.148 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-23T10:32:13.771Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-10-23T10:32:13.875Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-10-23T10:32:13.965Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-23T10:32:14.058Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-23T10:32:14.143Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-23T10:32:14.242Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-23T10:32:14.385Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-23T10:32:14.488Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-23T10:32:14.574Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-10-23T10:32:14.666Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-23T10:32:14.753Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-23T10:32:14.844Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-10-23T10:32:14.931Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-23T10:32:15.025Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-23T10:32:15.113Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-23T10:32:15.235Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-23T10:32:15.323Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-23T10:32:15.413Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-23T10:32:15.506Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-23T10:32:15.601Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-23T10:32:15.724Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-23T10:32:15.810Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-23T10:32:15.907Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-23T10:32:16.005Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-23T10:32:16.118Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-10-23T10:32:16.206Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-23T10:32:16.294Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-23T10:32:16.387Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-23T10:32:16.470Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0bbcb663a9153978e7e9ef8c297d5988e58906d0 [Pipeline] echo [2020-10-23T10:32:16.560Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0bbcb66 [Pipeline] echo [2020-10-23T10:32:16.648Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-23T10:32:17.774Z] + git log --format=format:%s -1 0bbcb663a9153978e7e9ef8c297d5988e58906d0 [Pipeline] echo [2020-10-23T10:32:17.897Z] GIT_COMMIT: 0bbcb663a9153978e7e9ef8c297d5988e58906d0, Commit Message: Merge pull request #637 from hahattan/issue-598-docs/test [Pipeline] echo [2020-10-23T10:32:17.943Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-23T10:32:19.386Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-23T10:32:19.661Z] [2020-10-23T10:32:19.661Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-23T10:32:20.062Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-23T10:32:20.062Z] latest: Pulling from edgex-devops/git-semver [2020-10-23T10:32:20.062Z] 31603596830f: Pulling fs layer [2020-10-23T10:32:20.062Z] 2a8b12db71e7: Pulling fs layer [2020-10-23T10:32:20.062Z] 6ca5941a6612: Pulling fs layer [2020-10-23T10:32:20.062Z] ecc8261a40a4: Pulling fs layer [2020-10-23T10:32:20.062Z] ecc8261a40a4: Waiting [2020-10-23T10:32:20.062Z] 2a8b12db71e7: Verifying Checksum [2020-10-23T10:32:20.062Z] 2a8b12db71e7: Download complete [2020-10-23T10:32:20.362Z] 31603596830f: Verifying Checksum [2020-10-23T10:32:20.362Z] 31603596830f: Download complete [2020-10-23T10:32:20.642Z] ecc8261a40a4: Verifying Checksum [2020-10-23T10:32:20.642Z] ecc8261a40a4: Download complete [2020-10-23T10:32:20.642Z] 6ca5941a6612: Verifying Checksum [2020-10-23T10:32:20.642Z] 6ca5941a6612: Download complete [2020-10-23T10:32:20.918Z] 31603596830f: Pull complete [2020-10-23T10:32:20.918Z] 2a8b12db71e7: Pull complete [2020-10-23T10:32:22.389Z] 6ca5941a6612: Pull complete [2020-10-23T10:32:22.662Z] ecc8261a40a4: Pull complete [2020-10-23T10:32:22.662Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-23T10:32:22.662Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-23T10:32:22.662Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-23T10:32:22.844Z] prd-centos7-docker-4c-2g-8413 does not seem to be running inside a container [2020-10-23T10:32:23.011Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-23T10:32:25.279Z] $ docker top 2357ca7e8696a4fd803aec6c140a6d3477f4b65f2952bff70d01dbc20979ae80 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-23T10:32:25.607Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-23T10:32:25.607Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-23T10:32:25.927Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-23T10:32:25.934Z] $ docker exec 2357ca7e8696a4fd803aec6c140a6d3477f4b65f2952bff70d01dbc20979ae80 ssh-agent [2020-10-23T10:32:26.184Z] SSH_AUTH_SOCK=/tmp/ssh-vUVF0YGTJU07/agent.12 [2020-10-23T10:32:26.184Z] SSH_AGENT_PID=18 [2020-10-23T10:32:26.230Z] Running ssh-add (command line suppressed) [2020-10-23T10:32:26.399Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5339891278082736375.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5339891278082736375.key) [2020-10-23T10:32:26.492Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-23T10:32:26.864Z] + git tag --points-at HEAD [Pipeline] } [2020-10-23T10:32:26.996Z] $ docker exec --env ******** --env ******** 2357ca7e8696a4fd803aec6c140a6d3477f4b65f2952bff70d01dbc20979ae80 ssh-agent -k [2020-10-23T10:32:27.267Z] unset SSH_AUTH_SOCK; [2020-10-23T10:32:27.278Z] unset SSH_AGENT_PID; [2020-10-23T10:32:27.278Z] echo Agent pid 18 killed; [2020-10-23T10:32:27.335Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-23T10:32:27.488Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-23T10:32:27.488Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-23T10:32:27.765Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-23T10:32:27.772Z] $ docker exec 2357ca7e8696a4fd803aec6c140a6d3477f4b65f2952bff70d01dbc20979ae80 ssh-agent [2020-10-23T10:32:28.005Z] SSH_AUTH_SOCK=/tmp/ssh-sKzJ0FBjz7Mq/agent.46 [2020-10-23T10:32:28.005Z] SSH_AGENT_PID=51 [2020-10-23T10:32:28.016Z] Running ssh-add (command line suppressed) [2020-10-23T10:32:28.217Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7217349745748984691.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7217349745748984691.key) [2020-10-23T10:32:28.294Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-23T10:32:28.893Z] + git semver init [2020-10-23T10:32:28.893Z] # -> Open(): unable to determine branch for HEAD [2020-10-23T10:32:28.893Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-10-23T10:32:28.893Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-10-23T10:32:28.893Z] # $SEMVER_REMOTE_NAME = origin [2020-10-23T10:32:28.893Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-23T10:32:28.893Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-23T10:32:28.893Z] # $SEMVER_BRANCH = master [2020-10-23T10:32:28.893Z] # $SEMVER_TEMP = /tmp/semver-254203092 [2020-10-23T10:32:28.893Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-10-23T10:32:29.856Z] # '/tmp/semver-254203092' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' [2020-10-23T10:32:29.856Z] # -> Force: false [2020-10-23T10:32:29.856Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2020-10-23T10:32:29.874Z] $ docker exec --env ******** --env ******** 2357ca7e8696a4fd803aec6c140a6d3477f4b65f2952bff70d01dbc20979ae80 ssh-agent -k [2020-10-23T10:32:30.035Z] unset SSH_AUTH_SOCK; [2020-10-23T10:32:30.035Z] unset SSH_AGENT_PID; [2020-10-23T10:32:30.035Z] echo Agent pid 51 killed; [2020-10-23T10:32:30.093Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-23T10:32:30.707Z] + git semver [Pipeline] } [2020-10-23T10:32:30.734Z] $ docker stop --time=1 2357ca7e8696a4fd803aec6c140a6d3477f4b65f2952bff70d01dbc20979ae80 [2020-10-23T10:32:32.263Z] $ docker rm -f 2357ca7e8696a4fd803aec6c140a6d3477f4b65f2952bff70d01dbc20979ae80 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-23T10:32:32.775Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-23T10:32:34.149Z] Stashed 1 file(s) [Pipeline] echo [2020-10-23T10:32:34.152Z] [edgeXSemver]: initialized semver on version 1.2.4-dev.34 [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-23T10:32:49.659Z] Still waiting to schedule task [2020-10-23T10:32:49.659Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-23T10:32:49.661Z] Still waiting to schedule task [2020-10-23T10:32:49.661Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-23T10:34:44.006Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-8414 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2020-10-23T10:34:44.059Z] Running in /w/workspace/device-sdk-go/85 [Pipeline] { [Pipeline] checkout [2020-10-23T10:34:49.385Z] using credential edgex-jenkins-ssh [2020-10-23T10:34:49.458Z] Cloning the remote Git repository [2020-10-23T10:34:49.524Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-10-23T10:34:49.631Z] > git init /w/workspace/device-sdk-go/85 # timeout=10 [2020-10-23T10:34:49.706Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-23T10:34:49.707Z] > git --version # timeout=10 [2020-10-23T10:34:49.728Z] > git --version # 'git version 2.17.1' [2020-10-23T10:34:49.730Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-23T10:34:49.794Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-23T10:34:51.481Z] Checking out Revision 0bbcb663a9153978e7e9ef8c297d5988e58906d0 (master) [2020-10-23T10:34:50.871Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-23T10:34:50.889Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-23T10:34:50.915Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-23T10:34:50.946Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-23T10:34:50.947Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-23T10:34:50.963Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-23T10:34:51.514Z] > git config core.sparsecheckout # timeout=10 [2020-10-23T10:34:51.531Z] > git checkout -f 0bbcb663a9153978e7e9ef8c297d5988e58906d0 # timeout=10 [2020-10-23T10:34:55.934Z] Commit message: "Merge pull request #637 from hahattan/issue-598-docs/test" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-23T10:34:56.861Z] ========================================================= [2020-10-23T10:34:56.861Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-23T10:34:56.861Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-23T10:34:57.743Z] + 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-23T10:34:58.730Z] Sending build context to Docker daemon 2.34MB [2020-10-23T10:34:58.730Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-23T10:34:58.730Z] Step 2/8 : FROM ${BASE} [2020-10-23T10:34:59.016Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-23T10:34:59.016Z] b538f80385f9: Pulling fs layer [2020-10-23T10:34:59.016Z] 74f711af9a0d: Pulling fs layer [2020-10-23T10:34:59.016Z] 99f96fe45779: Pulling fs layer [2020-10-23T10:34:59.016Z] 8529a6b9a6be: Pulling fs layer [2020-10-23T10:34:59.016Z] 45590311c82a: Pulling fs layer [2020-10-23T10:34:59.016Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-23T10:34:59.016Z] 209524e5b208: Pulling fs layer [2020-10-23T10:34:59.016Z] 69ca0ff8b7b3: Waiting [2020-10-23T10:34:59.016Z] 209524e5b208: Waiting [2020-10-23T10:34:59.016Z] 8529a6b9a6be: Waiting [2020-10-23T10:34:59.016Z] 45590311c82a: Waiting [2020-10-23T10:34:59.016Z] 99f96fe45779: Verifying Checksum [2020-10-23T10:34:59.016Z] 99f96fe45779: Download complete [2020-10-23T10:34:59.016Z] 74f711af9a0d: Verifying Checksum [2020-10-23T10:34:59.016Z] 74f711af9a0d: Download complete [2020-10-23T10:34:59.016Z] 45590311c82a: Verifying Checksum [2020-10-23T10:34:59.016Z] 45590311c82a: Download complete [2020-10-23T10:34:59.016Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-23T10:34:59.016Z] b538f80385f9: Verifying Checksum [2020-10-23T10:34:59.016Z] b538f80385f9: Download complete [2020-10-23T10:35:00.006Z] b538f80385f9: Pull complete [2020-10-23T10:35:00.283Z] 74f711af9a0d: Pull complete [2020-10-23T10:35:00.561Z] 99f96fe45779: Pull complete [2020-10-23T10:35:02.085Z] 209524e5b208: Verifying Checksum [2020-10-23T10:35:02.085Z] 209524e5b208: Download complete [2020-10-23T10:35:03.528Z] 8529a6b9a6be: Verifying Checksum [2020-10-23T10:35:03.528Z] 8529a6b9a6be: Download complete [2020-10-23T10:35:13.697Z] 8529a6b9a6be: Pull complete [2020-10-23T10:35:13.697Z] 45590311c82a: Pull complete [2020-10-23T10:35:13.697Z] 69ca0ff8b7b3: Pull complete [2020-10-23T10:35:18.050Z] 209524e5b208: Pull complete [2020-10-23T10:35:18.050Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-23T10:35:18.050Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-23T10:35:18.050Z] ---> 5bddaf1c2fca [2020-10-23T10:35:18.050Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-23T10:35:20.017Z] ---> Running in 22d13f39c2d7 [2020-10-23T10:35:20.621Z] Removing intermediate container 22d13f39c2d7 [2020-10-23T10:35:20.621Z] ---> a848290caa65 [2020-10-23T10:35:20.621Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-23T10:35:20.621Z] ---> Running in 12849e773a48 [2020-10-23T10:35:23.262Z] Removing intermediate container 12849e773a48 [2020-10-23T10:35:23.262Z] ---> 0a562be39e82 [2020-10-23T10:35:23.262Z] Step 5/8 : RUN apk add --no-cache make git [2020-10-23T10:35:23.262Z] ---> Running in 724cdab1d39a [2020-10-23T10:35:24.699Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-23T10:35:25.681Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-23T10:35:26.278Z] OK: 142 MiB in 39 packages [2020-10-23T10:35:27.257Z] Removing intermediate container 724cdab1d39a [2020-10-23T10:35:27.257Z] ---> 240c8028b4d3 [2020-10-23T10:35:27.257Z] Step 6/8 : WORKDIR /device-sdk-go [2020-10-23T10:35:27.532Z] ---> Running in fdbf5f3096c1 [2020-10-23T10:35:28.127Z] Removing intermediate container fdbf5f3096c1 [2020-10-23T10:35:28.127Z] ---> 542611284bfb [2020-10-23T10:35:28.127Z] Step 7/8 : COPY . . [2020-10-23T10:35:29.574Z] ---> 153496d7b66d [2020-10-23T10:35:29.574Z] Step 8/8 : RUN go mod download [2020-10-23T10:35:29.574Z] ---> Running in f66f0fa28f07 [2020-10-23T10:35:48.530Z] Running on prd-centos7-docker-4c-2g-8415 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2020-10-23T10:35:48.579Z] Running in /w/workspace/device-sdk-go/85 [Pipeline] { [Pipeline] checkout [2020-10-23T10:35:50.863Z] using credential edgex-jenkins-ssh [2020-10-23T10:35:50.916Z] Cloning the remote Git repository [2020-10-23T10:35:50.947Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-10-23T10:35:51.018Z] > git init /w/workspace/device-sdk-go/85 # timeout=10 [2020-10-23T10:35:51.758Z] Removing intermediate container f66f0fa28f07 [2020-10-23T10:35:51.758Z] ---> 5e6290b19262 [2020-10-23T10:35:51.758Z] Successfully built 5e6290b19262 [2020-10-23T10:35:51.758Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-23T10:35:51.069Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-23T10:35:51.069Z] > git --version # timeout=10 [2020-10-23T10:35:51.075Z] > git --version # 'git version 2.16.5' [2020-10-23T10:35:51.076Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-23T10:35:51.105Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-23T10:35:52.122Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-23T10:35:52.133Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-23T10:35:52.156Z] + docker inspect -f . ci-base-image-arm64 [2020-10-23T10:35:52.156Z] . [Pipeline] withDockerContainer [2020-10-23T10:35:52.399Z] prd-ubuntu18.04-docker-arm64-4c-16g-8414 does not seem to be running inside a container [2020-10-23T10:35:52.485Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/85 -v /w/workspace/device-sdk-go/85:/w/workspace/device-sdk-go/85:rw,z -v /w/workspace/device-sdk-go/85@tmp:/w/workspace/device-sdk-go/85@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-23T10:35:52.617Z] Checking out Revision 0bbcb663a9153978e7e9ef8c297d5988e58906d0 (master) [2020-10-23T10:35:52.158Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-23T10:35:52.174Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-23T10:35:52.174Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-23T10:35:52.180Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-23T10:35:52.628Z] > git config core.sparsecheckout # timeout=10 [2020-10-23T10:35:52.633Z] > git checkout -f 0bbcb663a9153978e7e9ef8c297d5988e58906d0 # timeout=10 [2020-10-23T10:35:54.258Z] $ docker top 8ebfe9014efdf3003535737872fbc1ad03a697bb6fb70b4dc5b0bcd2a41c322e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-23T10:35:55.627Z] + go version [2020-10-23T10:35:55.627Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-23T10:35:55.656Z] $ docker stop --time=1 8ebfe9014efdf3003535737872fbc1ad03a697bb6fb70b4dc5b0bcd2a41c322e [2020-10-23T10:35:56.319Z] Commit message: "Merge pull request #637 from hahattan/issue-598-docs/test" [2020-10-23T10:35:57.505Z] $ docker rm -f 8ebfe9014efdf3003535737872fbc1ad03a697bb6fb70b4dc5b0bcd2a41c322e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] echo [2020-10-23T10:36:01.079Z] ========================================================= [2020-10-23T10:36:01.079Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-23T10:36:01.079Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-23T10:36:01.300Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-23T10:36:01.814Z] + 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-23T10:36:01.895Z] + ls -al . [2020-10-23T10:36:01.895Z] total 100 [2020-10-23T10:36:01.895Z] drwxrwxr-x 10 jenkins jenkins 4096 Oct 23 10:34 . [2020-10-23T10:36:01.895Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 23 10:34 .. [2020-10-23T10:36:01.895Z] -rw-rw-r-- 1 jenkins jenkins 140 Oct 23 10:34 .dockerignore [2020-10-23T10:36:01.895Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 23 10:34 .git [2020-10-23T10:36:01.895Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 23 10:34 .github [2020-10-23T10:36:01.895Z] -rw-rw-r-- 1 jenkins jenkins 138 Oct 23 10:34 .gitignore [2020-10-23T10:36:01.895Z] -rw-rw-r-- 1 jenkins jenkins 936 Oct 23 10:34 Dockerfile.build [2020-10-23T10:36:01.895Z] -rw-rw-r-- 1 jenkins jenkins 901 Oct 23 10:34 Jenkinsfile [2020-10-23T10:36:01.895Z] -rw-rw-r-- 1 jenkins jenkins 11341 Oct 23 10:34 LICENSE [2020-10-23T10:36:01.895Z] -rw-rw-r-- 1 jenkins jenkins 1013 Oct 23 10:34 Makefile [2020-10-23T10:36:01.895Z] -rw-rw-r-- 1 jenkins jenkins 5897 Oct 23 10:34 README.md [2020-10-23T10:36:01.895Z] -rw-rw-r-- 1 jenkins jenkins 4291 Oct 23 10:34 RELEASE-NOTES.txt [2020-10-23T10:36:01.895Z] -rw-rw-r-- 1 jenkins jenkins 12 Oct 23 10:32 VERSION [2020-10-23T10:36:01.895Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 23 10:34 bin [2020-10-23T10:36:01.895Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 23 10:34 example [2020-10-23T10:36:01.895Z] -rw-rw-r-- 1 jenkins jenkins 517 Oct 23 10:34 go.mod [2020-10-23T10:36:01.895Z] drwxrwxr-x 15 jenkins jenkins 4096 Oct 23 10:34 internal [2020-10-23T10:36:01.895Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 23 10:34 openapi [2020-10-23T10:36:01.895Z] drwxrwxr-x 5 jenkins jenkins 4096 Oct 23 10:34 pkg [2020-10-23T10:36:01.895Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 23 10:34 snap [2020-10-23T10:36:01.895Z] -rw-rw-r-- 1 jenkins jenkins 222 Oct 23 10:34 version.go [Pipeline] isUnix [Pipeline] sh [2020-10-23T10:36:02.078Z] Sending build context to Docker daemon 2.34MB [2020-10-23T10:36:02.078Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-23T10:36:02.078Z] Step 2/8 : FROM ${BASE} [2020-10-23T10:36:02.244Z] + 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=0bbcb663a9153978e7e9ef8c297d5988e58906d0 --label arch=arm64 --label version=1.2.4-dev.34 . [2020-10-23T10:36:02.341Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-23T10:36:02.341Z] df20fa9351a1: Pulling fs layer [2020-10-23T10:36:02.341Z] ed8968b2872e: Pulling fs layer [2020-10-23T10:36:02.341Z] a92cc7c5fd73: Pulling fs layer [2020-10-23T10:36:02.341Z] e871e8e8d7a9: Pulling fs layer [2020-10-23T10:36:02.341Z] e73272ec9a57: Pulling fs layer [2020-10-23T10:36:02.342Z] 1e910a182e73: Pulling fs layer [2020-10-23T10:36:02.342Z] 4e634b169226: Pulling fs layer [2020-10-23T10:36:02.342Z] e871e8e8d7a9: Waiting [2020-10-23T10:36:02.342Z] e73272ec9a57: Waiting [2020-10-23T10:36:02.342Z] 1e910a182e73: Waiting [2020-10-23T10:36:02.342Z] 4e634b169226: Waiting [2020-10-23T10:36:02.342Z] a92cc7c5fd73: Download complete [2020-10-23T10:36:02.342Z] ed8968b2872e: Verifying Checksum [2020-10-23T10:36:02.342Z] ed8968b2872e: Download complete [2020-10-23T10:36:02.342Z] e73272ec9a57: Verifying Checksum [2020-10-23T10:36:02.342Z] e73272ec9a57: Download complete [2020-10-23T10:36:02.342Z] 1e910a182e73: Verifying Checksum [2020-10-23T10:36:02.342Z] 1e910a182e73: Download complete [2020-10-23T10:36:02.342Z] df20fa9351a1: Verifying Checksum [2020-10-23T10:36:02.342Z] df20fa9351a1: Download complete [2020-10-23T10:36:02.517Z] Sending build context to Docker daemon 2.34MB [2020-10-23T10:36:02.607Z] df20fa9351a1: Pull complete [2020-10-23T10:36:02.795Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-10-23T10:36:02.795Z] Step 2/24 : FROM ${BASE} AS builder [2020-10-23T10:36:02.795Z] ---> 5e6290b19262 [2020-10-23T10:36:02.795Z] Step 3/24 : ARG MAKE='make build' [2020-10-23T10:36:02.892Z] ed8968b2872e: Pull complete [2020-10-23T10:36:03.068Z] ---> Running in 760b4bb393c4 [2020-10-23T10:36:03.161Z] a92cc7c5fd73: Pull complete [2020-10-23T10:36:03.347Z] Removing intermediate container 760b4bb393c4 [2020-10-23T10:36:03.347Z] ---> c342d5c2ee1f [2020-10-23T10:36:03.347Z] Step 4/24 : WORKDIR /device-sdk-go [2020-10-23T10:36:03.621Z] ---> Running in 704469dc23b2 [2020-10-23T10:36:03.897Z] Removing intermediate container 704469dc23b2 [2020-10-23T10:36:03.897Z] ---> f9b25ed1f624 [2020-10-23T10:36:03.897Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-23T10:36:04.169Z] ---> Running in 06cdcd221dff [2020-10-23T10:36:04.443Z] Removing intermediate container 06cdcd221dff [2020-10-23T10:36:04.443Z] ---> b584629234e7 [2020-10-23T10:36:04.443Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-23T10:36:04.564Z] 4e634b169226: Verifying Checksum [2020-10-23T10:36:04.564Z] 4e634b169226: Download complete [2020-10-23T10:36:04.564Z] e871e8e8d7a9: Verifying Checksum [2020-10-23T10:36:04.564Z] e871e8e8d7a9: Download complete [2020-10-23T10:36:04.718Z] ---> Running in 53d93332b9e9 [2020-10-23T10:36:07.346Z] Removing intermediate container 53d93332b9e9 [2020-10-23T10:36:07.346Z] ---> e71b0bae51a5 [2020-10-23T10:36:07.346Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-10-23T10:36:07.346Z] ---> Running in 8373e68af5a0 [2020-10-23T10:36:08.782Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-23T10:36:09.376Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-23T10:36:09.892Z] e871e8e8d7a9: Pull complete [2020-10-23T10:36:09.892Z] e73272ec9a57: Pull complete [2020-10-23T10:36:09.892Z] 1e910a182e73: Pull complete [2020-10-23T10:36:09.975Z] OK: 142 MiB in 39 packages [2020-10-23T10:36:11.417Z] Removing intermediate container 8373e68af5a0 [2020-10-23T10:36:11.417Z] ---> 75a9944bd10b [2020-10-23T10:36:11.417Z] Step 8/24 : COPY . . [2020-10-23T10:36:12.401Z] ---> 3d0c1dad03a8 [2020-10-23T10:36:12.401Z] Step 9/24 : RUN ${MAKE} [2020-10-23T10:36:12.401Z] ---> Running in ed1a7ea7705b [2020-10-23T10:36:13.837Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.34" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-10-23T10:36:19.948Z] 4e634b169226: Pull complete [2020-10-23T10:36:19.948Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-23T10:36:19.948Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-23T10:36:19.948Z] ---> f7629b54cfaa [2020-10-23T10:36:19.948Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-23T10:36:19.948Z] ---> Running in b9d746b1cbb2 [2020-10-23T10:36:19.948Z] Removing intermediate container b9d746b1cbb2 [2020-10-23T10:36:19.948Z] ---> da79af70ad7d [2020-10-23T10:36:19.948Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-23T10:36:19.948Z] ---> Running in dafcb42ad16f [2020-10-23T10:36:21.356Z] Removing intermediate container dafcb42ad16f [2020-10-23T10:36:21.356Z] ---> 8769cccdf9ed [2020-10-23T10:36:21.356Z] Step 5/8 : RUN apk add --no-cache make git [2020-10-23T10:36:21.356Z] ---> Running in 5145d6e128b0 [2020-10-23T10:36:21.937Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-23T10:36:22.517Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-23T10:36:23.469Z] OK: 166 MiB in 39 packages [2020-10-23T10:36:24.072Z] Removing intermediate container 5145d6e128b0 [2020-10-23T10:36:24.072Z] ---> 2bfde88aa539 [2020-10-23T10:36:24.072Z] Step 6/8 : WORKDIR /device-sdk-go [2020-10-23T10:36:24.072Z] ---> Running in 4ca7c43ebf45 [2020-10-23T10:36:24.072Z] Removing intermediate container 4ca7c43ebf45 [2020-10-23T10:36:24.072Z] ---> cbb1b9af96f1 [2020-10-23T10:36:24.072Z] Step 7/8 : COPY . . [2020-10-23T10:36:25.492Z] ---> 6b3a9a3b4544 [2020-10-23T10:36:25.492Z] Step 8/8 : RUN go mod download [2020-10-23T10:36:25.492Z] ---> Running in 2f78cb27e54a [2020-10-23T10:36:40.661Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-10-23T10:36:40.662Z] Removing intermediate container ed1a7ea7705b [2020-10-23T10:36:40.662Z] ---> 83fc060dd6fe [2020-10-23T10:36:40.662Z] Step 10/24 : FROM scratch [2020-10-23T10:36:40.662Z] ---> [2020-10-23T10:36:40.662Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-23T10:36:40.662Z] ---> Running in cbeff2be36a7 [2020-10-23T10:36:40.935Z] Removing intermediate container cbeff2be36a7 [2020-10-23T10:36:40.935Z] ---> 37167df6c47e [2020-10-23T10:36:40.935Z] Step 12/24 : ENV APP_PORT=49990 [2020-10-23T10:36:40.935Z] ---> Running in c5e8f7aa41e4 [2020-10-23T10:36:41.531Z] Removing intermediate container c5e8f7aa41e4 [2020-10-23T10:36:41.531Z] ---> e01ccb604d80 [2020-10-23T10:36:41.531Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-23T10:36:41.531Z] ---> Running in 0d0ebd0bb273 [2020-10-23T10:36:42.128Z] Removing intermediate container 0d0ebd0bb273 [2020-10-23T10:36:42.128Z] ---> a40061c4e4e3 [2020-10-23T10:36:42.128Z] Step 14/24 : WORKDIR / [2020-10-23T10:36:42.128Z] ---> Running in 10d8814fed2d [2020-10-23T10:36:42.403Z] Removing intermediate container 10d8814fed2d [2020-10-23T10:36:42.403Z] ---> a34a4e176b5a [2020-10-23T10:36:42.403Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-10-23T10:36:43.871Z] ---> 59b4611d1949 [2020-10-23T10:36:43.871Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-10-23T10:36:44.476Z] ---> e3bc32448a58 [2020-10-23T10:36:44.476Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-10-23T10:36:45.462Z] ---> 0f0c0ba98bdf [2020-10-23T10:36:45.462Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-10-23T10:36:46.059Z] ---> f189853a31d3 [2020-10-23T10:36:46.059Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-10-23T10:36:46.654Z] ---> dff89e5789e5 [2020-10-23T10:36:46.654Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-10-23T10:36:46.930Z] ---> Running in 361ff557ca38 [2020-10-23T10:36:47.202Z] Removing intermediate container 361ff557ca38 [2020-10-23T10:36:47.203Z] ---> c3d24601f766 [2020-10-23T10:36:47.203Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-23T10:36:47.474Z] ---> Running in ae9e3881f549 [2020-10-23T10:36:47.551Z] Removing intermediate container 2f78cb27e54a [2020-10-23T10:36:47.551Z] ---> fbbc1c4ec860 [2020-10-23T10:36:47.551Z] Successfully built fbbc1c4ec860 [2020-10-23T10:36:47.551Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-23T10:36:47.749Z] Removing intermediate container ae9e3881f549 [2020-10-23T10:36:47.749Z] ---> 0d07476a7dde [2020-10-23T10:36:47.749Z] Step 22/24 : LABEL arch=arm64 [2020-10-23T10:36:47.893Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-23T10:36:47.893Z] . [Pipeline] withDockerContainer [2020-10-23T10:36:47.993Z] prd-centos7-docker-4c-2g-8415 does not seem to be running inside a container [2020-10-23T10:36:48.021Z] ---> Running in c5844391adbd [2020-10-23T10:36:48.040Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/85 -v /w/workspace/device-sdk-go/85:/w/workspace/device-sdk-go/85:rw,z -v /w/workspace/device-sdk-go/85@tmp:/w/workspace/device-sdk-go/85@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-23T10:36:48.295Z] Removing intermediate container c5844391adbd [2020-10-23T10:36:48.295Z] ---> 81a01f36e896 [2020-10-23T10:36:48.295Z] Step 23/24 : LABEL git_sha=0bbcb663a9153978e7e9ef8c297d5988e58906d0 [2020-10-23T10:36:48.569Z] ---> Running in c7a38e99979f [2020-10-23T10:36:48.786Z] $ docker top 90eab0af16379d798b0d16c2f2fb17fae2a4a7e95252dc6c93cb3f9796af8b22 -eo pid,comm [2020-10-23T10:36:48.844Z] Removing intermediate container c7a38e99979f [2020-10-23T10:36:48.844Z] ---> db372321f832 [2020-10-23T10:36:48.844Z] Step 24/24 : LABEL version=1.2.4-dev.34 [Pipeline] { [Pipeline] sh [2020-10-23T10:36:49.119Z] ---> Running in 87f0cefadb6a [2020-10-23T10:36:49.276Z] + go version [2020-10-23T10:36:49.276Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-23T10:36:49.292Z] $ docker stop --time=1 90eab0af16379d798b0d16c2f2fb17fae2a4a7e95252dc6c93cb3f9796af8b22 [2020-10-23T10:36:49.717Z] Removing intermediate container 87f0cefadb6a [2020-10-23T10:36:49.717Z] ---> facc9c7f1d87 [2020-10-23T10:36:49.717Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-23T10:36:49.717Z] Successfully built facc9c7f1d87 [2020-10-23T10:36:49.717Z] Successfully tagged docker-device-sdk-simple-arm64:latest [2020-10-23T10:36:50.639Z] $ docker rm -f 90eab0af16379d798b0d16c2f2fb17fae2a4a7e95252dc6c93cb3f9796af8b22 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] stage [Pipeline] { (Snap) [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] sh [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [2020-10-23T10:36:52.141Z] + sudo chown -R jenkins:jenkins . [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] sh [2020-10-23T10:36:52.540Z] + ls -al . [2020-10-23T10:36:52.540Z] total 64 [2020-10-23T10:36:52.540Z] drwxrwxr-x. 10 jenkins jenkins 4096 Oct 23 10:35 . [2020-10-23T10:36:52.540Z] drwxrwxr-x. 4 jenkins jenkins 30 Oct 23 10:35 .. [2020-10-23T10:36:52.540Z] drwxrwxr-x. 2 jenkins jenkins 64 Oct 23 10:35 bin [2020-10-23T10:36:52.540Z] -rw-rw-r--. 1 jenkins jenkins 936 Oct 23 10:35 Dockerfile.build [2020-10-23T10:36:52.540Z] -rw-rw-r--. 1 jenkins jenkins 140 Oct 23 10:35 .dockerignore [2020-10-23T10:36:52.540Z] drwxrwxr-x. 4 jenkins jenkins 48 Oct 23 10:35 example [2020-10-23T10:36:52.540Z] drwxrwxr-x. 8 jenkins jenkins 162 Oct 23 10:35 .git [2020-10-23T10:36:52.540Z] drwxrwxr-x. 2 jenkins jenkins 60 Oct 23 10:35 .github [2020-10-23T10:36:52.540Z] -rw-rw-r--. 1 jenkins jenkins 138 Oct 23 10:35 .gitignore [2020-10-23T10:36:52.540Z] -rw-rw-r--. 1 jenkins jenkins 517 Oct 23 10:35 go.mod [2020-10-23T10:36:52.540Z] drwxrwxr-x. 15 jenkins jenkins 211 Oct 23 10:35 internal [2020-10-23T10:36:52.540Z] -rw-rw-r--. 1 jenkins jenkins 901 Oct 23 10:35 Jenkinsfile [2020-10-23T10:36:52.540Z] -rw-rw-r--. 1 jenkins jenkins 11341 Oct 23 10:35 LICENSE [2020-10-23T10:36:52.540Z] -rw-rw-r--. 1 jenkins jenkins 1013 Oct 23 10:35 Makefile [2020-10-23T10:36:52.540Z] drwxrwxr-x. 4 jenkins jenkins 26 Oct 23 10:35 openapi [2020-10-23T10:36:52.540Z] drwxrwxr-x. 5 jenkins jenkins 50 Oct 23 10:35 pkg [2020-10-23T10:36:52.540Z] -rw-rw-r--. 1 jenkins jenkins 5897 Oct 23 10:35 README.md [2020-10-23T10:36:52.540Z] -rw-rw-r--. 1 jenkins jenkins 4291 Oct 23 10:35 RELEASE-NOTES.txt [2020-10-23T10:36:52.540Z] drwxrwxr-x. 4 jenkins jenkins 54 Oct 23 10:35 snap [2020-10-23T10:36:52.540Z] -rw-rw-r--. 1 jenkins jenkins 12 Oct 23 10:32 VERSION [2020-10-23T10:36:52.540Z] -rw-rw-r--. 1 jenkins jenkins 222 Oct 23 10:35 version.go [Pipeline] isUnix [Pipeline] sh [2020-10-23T10:36:52.849Z] + 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=0bbcb663a9153978e7e9ef8c297d5988e58906d0 --label arch=amd64 --label version=1.2.4-dev.34 . [2020-10-23T10:36:52.849Z] Sending build context to Docker daemon 2.34MB [2020-10-23T10:36:52.849Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-10-23T10:36:52.849Z] Step 2/24 : FROM ${BASE} AS builder [2020-10-23T10:36:52.849Z] ---> fbbc1c4ec860 [2020-10-23T10:36:52.849Z] Step 3/24 : ARG MAKE='make build' [2020-10-23T10:36:53.423Z] ---> Running in e54e7c7b1d25 [2020-10-23T10:36:53.685Z] Removing intermediate container e54e7c7b1d25 [2020-10-23T10:36:53.685Z] ---> 650cc3ea168d [2020-10-23T10:36:53.685Z] Step 4/24 : WORKDIR /device-sdk-go [2020-10-23T10:36:53.685Z] ---> Running in e7c535f114af [2020-10-23T10:36:53.685Z] Removing intermediate container e7c535f114af [2020-10-23T10:36:53.685Z] ---> eaf372cbb3a6 [2020-10-23T10:36:53.685Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-23T10:36:53.947Z] ---> Running in 6ac20f764b62 [2020-10-23T10:36:53.947Z] Removing intermediate container 6ac20f764b62 [2020-10-23T10:36:53.947Z] ---> 55bd2ec1bda1 [2020-10-23T10:36:53.947Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-23T10:36:53.947Z] ---> Running in eee4570e36b6 [2020-10-23T10:36:54.903Z] Removing intermediate container eee4570e36b6 [2020-10-23T10:36:54.903Z] ---> 2559e507ebf5 [2020-10-23T10:36:54.903Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-10-23T10:36:54.903Z] ---> Running in 7ab9c79f1ce7 [2020-10-23T10:36:55.478Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-23T10:36:56.427Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-23T10:36:57.380Z] OK: 166 MiB in 39 packages [2020-10-23T10:36:57.955Z] Removing intermediate container 7ab9c79f1ce7 [2020-10-23T10:36:57.955Z] ---> aad48fbd978b [2020-10-23T10:36:57.955Z] Step 8/24 : COPY . . [2020-10-23T10:36:59.351Z] ---> 3eaa0a9ee8b7 [2020-10-23T10:36:59.351Z] Step 9/24 : RUN ${MAKE} [2020-10-23T10:36:59.351Z] ---> Running in 49336f4b61a1 [2020-10-23T10:36:59.620Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.34" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-10-23T10:37:07.879Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-10-23T10:37:10.445Z] Removing intermediate container 49336f4b61a1 [2020-10-23T10:37:10.445Z] ---> d9ecff8e1e6c [2020-10-23T10:37:10.445Z] Step 10/24 : FROM scratch [2020-10-23T10:37:10.445Z] ---> [2020-10-23T10:37:10.445Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-23T10:37:10.445Z] ---> Running in 1b77db77a50c [2020-10-23T10:37:10.445Z] Removing intermediate container 1b77db77a50c [2020-10-23T10:37:10.445Z] ---> 9fb3d9fcd954 [2020-10-23T10:37:10.445Z] Step 12/24 : ENV APP_PORT=49990 [2020-10-23T10:37:10.445Z] ---> Running in 9a24c65c91c1 [2020-10-23T10:37:10.445Z] Removing intermediate container 9a24c65c91c1 [2020-10-23T10:37:10.445Z] ---> 26f24b3a7142 [2020-10-23T10:37:10.445Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-23T10:37:10.445Z] ---> Running in 7ac60451a229 [2020-10-23T10:37:10.709Z] Removing intermediate container 7ac60451a229 [2020-10-23T10:37:10.709Z] ---> 3dd3e32cb974 [2020-10-23T10:37:10.709Z] Step 14/24 : WORKDIR / [2020-10-23T10:37:10.709Z] ---> Running in 4303f205dfa8 [2020-10-23T10:37:10.972Z] Removing intermediate container 4303f205dfa8 [2020-10-23T10:37:10.972Z] ---> 65fd297ce75c [2020-10-23T10:37:10.972Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-10-23T10:37:11.548Z] ---> f9a7a1683553 [2020-10-23T10:37:11.548Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-10-23T10:37:11.548Z] ---> 22dbe14dd098 [2020-10-23T10:37:11.548Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-10-23T10:37:11.811Z] ---> fdfe0f10d97d [2020-10-23T10:37:11.811Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-10-23T10:37:12.075Z] ---> cfd330d9b452 [2020-10-23T10:37:12.075Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-10-23T10:37:12.340Z] ---> f35bf7299030 [2020-10-23T10:37:12.340Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-10-23T10:37:12.340Z] ---> Running in 55adaf8bfbc7 [2020-10-23T10:37:12.603Z] Removing intermediate container 55adaf8bfbc7 [2020-10-23T10:37:12.603Z] ---> cd13fb220a68 [2020-10-23T10:37:12.603Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-23T10:37:12.603Z] ---> Running in 5e4256ad6657 [2020-10-23T10:37:12.866Z] Removing intermediate container 5e4256ad6657 [2020-10-23T10:37:12.866Z] ---> 067a5ef5c277 [2020-10-23T10:37:12.866Z] Step 22/24 : LABEL arch=amd64 [2020-10-23T10:37:12.866Z] ---> Running in 7c59cbb6e724 [2020-10-23T10:37:13.129Z] Removing intermediate container 7c59cbb6e724 [2020-10-23T10:37:13.129Z] ---> ac8cca8ee3da [2020-10-23T10:37:13.129Z] Step 23/24 : LABEL git_sha=0bbcb663a9153978e7e9ef8c297d5988e58906d0 [2020-10-23T10:37:13.129Z] ---> Running in 04f09f54ec7a [2020-10-23T10:37:13.129Z] Removing intermediate container 04f09f54ec7a [2020-10-23T10:37:13.129Z] ---> 7489b9d9fb1f [2020-10-23T10:37:13.129Z] Step 24/24 : LABEL version=1.2.4-dev.34 [2020-10-23T10:37:13.392Z] ---> Running in ebbc254acf98 [2020-10-23T10:37:13.392Z] Removing intermediate container ebbc254acf98 [2020-10-23T10:37:13.392Z] ---> 911de2df5a1e [2020-10-23T10:37:13.392Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-23T10:37:13.392Z] Successfully built 911de2df5a1e [2020-10-23T10:37:13.392Z] 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-23T10:37:16.019Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-23T10:37:16.020Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-23T10:37:16.085Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-23T10:37:16.495Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-23T10:37:16.780Z] [2020-10-23T10:37:16.780Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-23T10:37:17.284Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-23T10:37:18.249Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-23T10:37:18.249Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-23T10:37:18.249Z] 408f87550127: Pulling fs layer [2020-10-23T10:37:18.249Z] fe522b08c979: Pulling fs layer [2020-10-23T10:37:18.249Z] 221eaa008020: Pulling fs layer [2020-10-23T10:37:18.249Z] 2a4607e5d6b9: Pulling fs layer [2020-10-23T10:37:18.249Z] 8f79b27c4fd2: Pulling fs layer [2020-10-23T10:37:18.249Z] e5c8dbe1645b: Pulling fs layer [2020-10-23T10:37:18.249Z] 23e8b3b47431: Pulling fs layer [2020-10-23T10:37:18.249Z] 5c568d65a230: Pulling fs layer [2020-10-23T10:37:18.249Z] 221eaa008020: Waiting [2020-10-23T10:37:18.249Z] 2a4607e5d6b9: Waiting [2020-10-23T10:37:18.249Z] 23e8b3b47431: Waiting [2020-10-23T10:37:18.249Z] 8f79b27c4fd2: Waiting [2020-10-23T10:37:18.249Z] 5c568d65a230: Waiting [2020-10-23T10:37:18.249Z] e5c8dbe1645b: Waiting [2020-10-23T10:37:18.249Z] fe522b08c979: Verifying Checksum [2020-10-23T10:37:18.249Z] fe522b08c979: Download complete [2020-10-23T10:37:18.249Z] 408f87550127: Verifying Checksum [2020-10-23T10:37:18.249Z] 408f87550127: Download complete [2020-10-23T10:37:18.541Z] 2a4607e5d6b9: Download complete [2020-10-23T10:37:18.541Z] 8f79b27c4fd2: Verifying Checksum [2020-10-23T10:37:18.541Z] 8f79b27c4fd2: Download complete [2020-10-23T10:37:18.541Z] cbdbe7a5bc2a: Verifying Checksum [2020-10-23T10:37:18.541Z] cbdbe7a5bc2a: Download complete [2020-10-23T10:37:19.225Z] cbdbe7a5bc2a: Pull complete [2020-10-23T10:37:19.569Z] 408f87550127: Pull complete [2020-10-23T10:37:19.869Z] fe522b08c979: Pull complete [2020-10-23T10:37:20.882Z] e5c8dbe1645b: Verifying Checksum [2020-10-23T10:37:20.882Z] e5c8dbe1645b: Download complete [2020-10-23T10:37:22.921Z] 23e8b3b47431: Verifying Checksum [2020-10-23T10:37:22.921Z] 23e8b3b47431: Download complete [2020-10-23T10:37:23.530Z] 5c568d65a230: Verifying Checksum [2020-10-23T10:37:23.530Z] 5c568d65a230: Download complete [2020-10-23T10:37:24.958Z] 221eaa008020: Verifying Checksum [2020-10-23T10:37:24.958Z] 221eaa008020: Download complete [2020-10-23T10:37:35.267Z] 221eaa008020: Pull complete [2020-10-23T10:37:35.267Z] 2a4607e5d6b9: Pull complete [2020-10-23T10:37:35.267Z] 8f79b27c4fd2: Pull complete [2020-10-23T10:37:37.274Z] e5c8dbe1645b: Pull complete [2020-10-23T10:37:40.718Z] 23e8b3b47431: Pull complete [2020-10-23T10:37:42.752Z] 5c568d65a230: Pull complete [2020-10-23T10:37:42.752Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-23T10:37:42.752Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-23T10:37:42.752Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-23T10:37:43.081Z] prd-centos7-docker-4c-2g-8413 does not seem to be running inside a container [2020-10-23T10:37:43.193Z] $ 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-23T10:37:44.691Z] $ docker top aad1cf9711dbcdb26163a9586aa873bb1db1fe696bc6376a7ff8caead5ffc5ba -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-23T10:37:45.304Z] + snyk monitor '--org=edgex-jenkins' [2020-10-23T10:37:55.434Z] [2020-10-23T10:37:55.434Z] Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go)... [2020-10-23T10:37:55.434Z] [2020-10-23T10:37:55.434Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/057beb34-70d8-4945-961c-fe027db76abc/history/a06ecde5-7746-4862-b383-05b50c30376a [2020-10-23T10:37:55.434Z] [2020-10-23T10:37:55.434Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-23T10:37:55.434Z] [2020-10-23T10:37:55.434Z] [2020-10-23T10:37:55.434Z] Snyk CLI supports Node.js 8 and higher. [2020-10-23T10:37:55.434Z] 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-23T10:37:55.434Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-23T10:37:55.434Z] [2020-10-23T10:37:55.434Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-23T10:37:55.434Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [2020-10-23T10:37:55.434Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2020-10-23T10:37:55.435Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-10-23T10:37:55.456Z] $ docker stop --time=1 aad1cf9711dbcdb26163a9586aa873bb1db1fe696bc6376a7ff8caead5ffc5ba [2020-10-23T10:37:58.073Z] $ docker rm -f aad1cf9711dbcdb26163a9586aa873bb1db1fe696bc6376a7ff8caead5ffc5ba [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) [Pipeline] echo [2020-10-23T10:37:59.531Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-23T10:37:59.588Z] provisioning config files... [2020-10-23T10:37:59.616Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1914520171568205969tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-23T10:38:00.049Z] --> edgex-publish-swagger.sh [2020-10-23T10:38:00.049Z] === Publish openapi/v1 API === [2020-10-23T10:38:00.049Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-10-23T10:38:00.049Z] [publishToSwagger] Publishing API Name [device-sdk] [2020-10-23T10:38:00.049Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-23T10:38:00.049Z] Dload Upload Total Spent Left Speed [2020-10-23T10:38:01.007Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20188 0 0 100 20188 0 25266 --:--:-- --:--:-- --:--:-- 25298 100 20188 0 0 100 20188 0 25257 --:--:-- --:--:-- --:--:-- 25266 [2020-10-23T10:38:01.007Z] [2020-10-23T10:38:01.007Z] [2020-10-23T10:38:01.007Z] === Publish openapi/v2 API === [2020-10-23T10:38:01.007Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-10-23T10:38:01.007Z] [publishToSwagger] Publishing API Name [device-sdk] [2020-10-23T10:38:01.007Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-23T10:38:01.007Z] Dload Upload Total Spent Left Speed [2020-10-23T10:38:01.592Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 49274 0 0 100 49274 0 54841 --:--:-- --:--:-- --:--:-- 54870 [2020-10-23T10:38:01.592Z] [2020-10-23T10:38:01.592Z] [Pipeline] } [2020-10-23T10:38:01.608Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2020-10-23T10:38:03.036Z] + git log --format=format:%s -1 0bbcb663a9153978e7e9ef8c297d5988e58906d0 [Pipeline] isUnix [Pipeline] sh [2020-10-23T10:38:03.493Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-23T10:38:03.493Z] . [Pipeline] withDockerContainer [2020-10-23T10:38:03.695Z] prd-centos7-docker-4c-2g-8413 does not seem to be running inside a container [2020-10-23T10:38:03.814Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-23T10:38:05.491Z] $ docker top 78ec995de24de190adc16b26dc1a31e4985512942fa682106afbba64c239cd5e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-23T10:38:05.885Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-23T10:38:05.885Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-23T10:38:06.334Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-23T10:38:06.340Z] $ docker exec 78ec995de24de190adc16b26dc1a31e4985512942fa682106afbba64c239cd5e ssh-agent [2020-10-23T10:38:06.543Z] SSH_AUTH_SOCK=/tmp/ssh-iG13HVGrpB9R/agent.11 [2020-10-23T10:38:06.543Z] SSH_AGENT_PID=16 [2020-10-23T10:38:06.554Z] Running ssh-add (command line suppressed) [2020-10-23T10:38:06.743Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3379963709859246463.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3379963709859246463.key) [2020-10-23T10:38:06.823Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-23T10:38:07.245Z] + git semver tag [2020-10-23T10:38:07.245Z] # -> Open(): unable to determine branch for HEAD [2020-10-23T10:38:07.245Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-10-23T10:38:07.245Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-10-23T10:38:07.245Z] # $SEMVER_REMOTE_NAME = origin [2020-10-23T10:38:07.245Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-23T10:38:07.245Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-23T10:38:07.245Z] # $SEMVER_BRANCH = master [2020-10-23T10:38:07.245Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2020-10-23T10:38:07.245Z] # 0bbcb663a9153978e7e9ef8c297d5988e58906d0 HEAD [2020-10-23T10:38:07.516Z] # -> Force: false [2020-10-23T10:38:07.516Z] # 8443bd5cf31c18c7dc7a009b112e81ae93fc160c refs/tags/v1.2.4-dev.34 [Pipeline] } [2020-10-23T10:38:07.535Z] $ docker exec --env ******** --env ******** 78ec995de24de190adc16b26dc1a31e4985512942fa682106afbba64c239cd5e ssh-agent -k [2020-10-23T10:38:07.785Z] unset SSH_AUTH_SOCK; [2020-10-23T10:38:07.791Z] unset SSH_AGENT_PID; [2020-10-23T10:38:07.791Z] echo Agent pid 16 killed; [2020-10-23T10:38:07.880Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-23T10:38:08.419Z] + git semver [Pipeline] } [2020-10-23T10:38:08.475Z] $ docker stop --time=1 78ec995de24de190adc16b26dc1a31e4985512942fa682106afbba64c239cd5e [2020-10-23T10:38:09.913Z] $ docker rm -f 78ec995de24de190adc16b26dc1a31e4985512942fa682106afbba64c239cd5e [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-23T10:38:10.691Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-23T10:38:10.691Z] [2020-10-23T10:38:10.691Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-23T10:38:11.065Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-23T10:38:11.065Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-23T10:38:11.065Z] ab5ef0e58194: Pulling fs layer [2020-10-23T10:38:11.065Z] 9712f1f96733: Pulling fs layer [2020-10-23T10:38:11.065Z] 63f879dbbcfc: Pulling fs layer [2020-10-23T10:38:11.065Z] 0d9ebad4ef96: Pulling fs layer [2020-10-23T10:38:11.065Z] e9a5061849ea: Pulling fs layer [2020-10-23T10:38:11.065Z] d747dcd14b5f: Pulling fs layer [2020-10-23T10:38:11.065Z] 2de7ff778b66: Pulling fs layer [2020-10-23T10:38:11.065Z] 0d9ebad4ef96: Waiting [2020-10-23T10:38:11.065Z] e9a5061849ea: Waiting [2020-10-23T10:38:11.065Z] d747dcd14b5f: Waiting [2020-10-23T10:38:11.065Z] 2de7ff778b66: Waiting [2020-10-23T10:38:11.065Z] 9712f1f96733: Verifying Checksum [2020-10-23T10:38:11.065Z] 9712f1f96733: Download complete [2020-10-23T10:38:14.588Z] 63f879dbbcfc: Verifying Checksum [2020-10-23T10:38:14.588Z] 63f879dbbcfc: Download complete [2020-10-23T10:38:14.588Z] e9a5061849ea: Verifying Checksum [2020-10-23T10:38:14.588Z] e9a5061849ea: Download complete [2020-10-23T10:38:14.588Z] d747dcd14b5f: Verifying Checksum [2020-10-23T10:38:14.588Z] d747dcd14b5f: Download complete [2020-10-23T10:38:15.258Z] 2de7ff778b66: Verifying Checksum [2020-10-23T10:38:15.258Z] 2de7ff778b66: Download complete [2020-10-23T10:38:16.436Z] 0d9ebad4ef96: Verifying Checksum [2020-10-23T10:38:16.436Z] 0d9ebad4ef96: Download complete [2020-10-23T10:38:16.747Z] ab5ef0e58194: Verifying Checksum [2020-10-23T10:38:16.747Z] ab5ef0e58194: Download complete [2020-10-23T10:38:23.526Z] ab5ef0e58194: Pull complete [2020-10-23T10:38:23.526Z] 9712f1f96733: Pull complete [2020-10-23T10:38:26.148Z] 63f879dbbcfc: Pull complete [2020-10-23T10:38:36.296Z] 0d9ebad4ef96: Pull complete [2020-10-23T10:38:36.296Z] e9a5061849ea: Pull complete [2020-10-23T10:38:36.296Z] d747dcd14b5f: Pull complete [2020-10-23T10:38:38.934Z] 2de7ff778b66: Pull complete [2020-10-23T10:38:39.198Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-23T10:38:39.199Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-23T10:38:39.199Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-23T10:38:39.529Z] prd-centos7-docker-4c-2g-8413 does not seem to be running inside a container [2020-10-23T10:38:39.919Z] $ 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-23T10:38:43.314Z] $ docker top c4ccb42a9b52c8616ce37438ccf6b8a8f34b6aeede768521976c690b75bbec23 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-23T10:38:43.668Z] provisioning config files... [2020-10-23T10:38:43.679Z] copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config5906326400638914832tmp [2020-10-23T10:38:43.696Z] copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8119920962920854486tmp [2020-10-23T10:38:43.722Z] copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config3328874015833038686tmp [Pipeline] { [Pipeline] echo [2020-10-23T10:38:43.787Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-23T10:38:44.436Z] ---> sigul-configuration.sh [2020-10-23T10:38:44.436Z] gpg: directory `/root/.gnupg' created [2020-10-23T10:38:44.436Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-23T10:38:44.436Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-23T10:38:44.436Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-23T10:38:44.436Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-23T10:38:44.436Z] gpg: CAST5 encrypted data [2020-10-23T10:38:44.713Z] gpg: encrypted with 1 passphrase [2020-10-23T10:38:44.713Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-23T10:38:45.354Z] + mkdir /home/jenkins [2020-10-23T10:38:45.354Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-23T10:38:45.704Z] + 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-23T10:38:45.718Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-23T10:38:46.023Z] ---> sigul-install.sh [2020-10-23T10:38:52.689Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-23T10:38:53.313Z] + git tag --list [2020-10-23T10:38:53.313Z] 0.7.1 [2020-10-23T10:38:53.313Z] delhi-tag [2020-10-23T10:38:53.313Z] v1.0.0 [2020-10-23T10:38:53.313Z] v1.1.0 [2020-10-23T10:38:53.313Z] v1.1.1 [2020-10-23T10:38:53.313Z] v1.1.2 [2020-10-23T10:38:53.313Z] v1.2.0 [2020-10-23T10:38:53.313Z] v1.2.1 [2020-10-23T10:38:53.313Z] v1.2.2 [2020-10-23T10:38:53.313Z] v1.2.3 [2020-10-23T10:38:53.313Z] v1.2.4-dev.1 [2020-10-23T10:38:53.313Z] v1.2.4-dev.10 [2020-10-23T10:38:53.313Z] v1.2.4-dev.11 [2020-10-23T10:38:53.313Z] v1.2.4-dev.12 [2020-10-23T10:38:53.313Z] v1.2.4-dev.13 [2020-10-23T10:38:53.313Z] v1.2.4-dev.14 [2020-10-23T10:38:53.313Z] v1.2.4-dev.15 [2020-10-23T10:38:53.313Z] v1.2.4-dev.16 [2020-10-23T10:38:53.313Z] v1.2.4-dev.17 [2020-10-23T10:38:53.313Z] v1.2.4-dev.18 [2020-10-23T10:38:53.313Z] v1.2.4-dev.19 [2020-10-23T10:38:53.313Z] v1.2.4-dev.2 [2020-10-23T10:38:53.313Z] v1.2.4-dev.20 [2020-10-23T10:38:53.313Z] v1.2.4-dev.21 [2020-10-23T10:38:53.313Z] v1.2.4-dev.22 [2020-10-23T10:38:53.313Z] v1.2.4-dev.23 [2020-10-23T10:38:53.313Z] v1.2.4-dev.24 [2020-10-23T10:38:53.313Z] v1.2.4-dev.25 [2020-10-23T10:38:53.313Z] v1.2.4-dev.26 [2020-10-23T10:38:53.313Z] v1.2.4-dev.27 [2020-10-23T10:38:53.313Z] v1.2.4-dev.28 [2020-10-23T10:38:53.313Z] v1.2.4-dev.29 [2020-10-23T10:38:53.313Z] v1.2.4-dev.3 [2020-10-23T10:38:53.313Z] v1.2.4-dev.30 [2020-10-23T10:38:53.313Z] v1.2.4-dev.31 [2020-10-23T10:38:53.313Z] v1.2.4-dev.32 [2020-10-23T10:38:53.313Z] v1.2.4-dev.33 [2020-10-23T10:38:53.313Z] v1.2.4-dev.34 [2020-10-23T10:38:53.313Z] v1.2.4-dev.4 [2020-10-23T10:38:53.313Z] v1.2.4-dev.5 [2020-10-23T10:38:53.313Z] v1.2.4-dev.6 [2020-10-23T10:38:53.313Z] v1.2.4-dev.7 [2020-10-23T10:38:53.313Z] v1.2.4-dev.8 [2020-10-23T10:38:53.313Z] v1.2.4-dev.9 [Pipeline] sh [2020-10-23T10:38:53.640Z] + lftools sign git-tag v1.2.4-dev.34 [2020-10-23T10:38:55.603Z] Signing Git tag with Sigul... [2020-10-23T10:38:55.603Z] Signing v1.2.4-dev.34 [Pipeline] echo [2020-10-23T10:38:56.574Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-23T10:38:57.236Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-23T10:38:57.251Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-23T10:38:57.352Z] $ docker stop --time=1 c4ccb42a9b52c8616ce37438ccf6b8a8f34b6aeede768521976c690b75bbec23 [2020-10-23T10:38:59.297Z] $ docker rm -f c4ccb42a9b52c8616ce37438ccf6b8a8f34b6aeede768521976c690b75bbec23 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-23T10:39:00.265Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-23T10:39:00.265Z] . [Pipeline] withDockerContainer [2020-10-23T10:39:00.459Z] prd-centos7-docker-4c-2g-8413 does not seem to be running inside a container [2020-10-23T10:39:00.547Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-23T10:39:02.031Z] $ docker top f9ea41cc40b421192f86d2c2c86d79b09dc696799d340bbe03bde272319fe568 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-23T10:39:02.498Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-23T10:39:02.499Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-23T10:39:02.936Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-23T10:39:02.942Z] $ docker exec f9ea41cc40b421192f86d2c2c86d79b09dc696799d340bbe03bde272319fe568 ssh-agent [2020-10-23T10:39:03.322Z] SSH_AUTH_SOCK=/tmp/ssh-WhEkLha1hadr/agent.12 [2020-10-23T10:39:03.322Z] SSH_AGENT_PID=18 [2020-10-23T10:39:03.331Z] Running ssh-add (command line suppressed) [2020-10-23T10:39:03.566Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2256263627994815686.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2256263627994815686.key) [2020-10-23T10:39:03.649Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-23T10:39:04.016Z] + git semver bump pre [2020-10-23T10:39:04.280Z] # -> Open(): unable to determine branch for HEAD [2020-10-23T10:39:04.280Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-10-23T10:39:04.280Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-10-23T10:39:04.280Z] # $SEMVER_REMOTE_NAME = origin [2020-10-23T10:39:04.280Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-23T10:39:04.280Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-23T10:39:04.280Z] # $SEMVER_BRANCH = master [2020-10-23T10:39:04.280Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2020-10-23T10:39:04.280Z] 1.2.4-dev.35 [Pipeline] } [2020-10-23T10:39:04.296Z] $ docker exec --env ******** --env ******** f9ea41cc40b421192f86d2c2c86d79b09dc696799d340bbe03bde272319fe568 ssh-agent -k [2020-10-23T10:39:04.518Z] unset SSH_AUTH_SOCK; [2020-10-23T10:39:04.518Z] unset SSH_AGENT_PID; [2020-10-23T10:39:04.518Z] echo Agent pid 18 killed; [2020-10-23T10:39:04.686Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-23T10:39:05.180Z] + git semver [Pipeline] } [2020-10-23T10:39:05.493Z] $ docker stop --time=1 f9ea41cc40b421192f86d2c2c86d79b09dc696799d340bbe03bde272319fe568 [2020-10-23T10:39:07.040Z] $ docker rm -f f9ea41cc40b421192f86d2c2c86d79b09dc696799d340bbe03bde272319fe568 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-23T10:39:07.840Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-23T10:39:07.840Z] . [Pipeline] withDockerContainer [2020-10-23T10:39:07.969Z] prd-centos7-docker-4c-2g-8413 does not seem to be running inside a container [2020-10-23T10:39:08.090Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-23T10:39:09.261Z] $ docker top d9944f3319bc86230939c1e57359e15cbf10a1eb0092b06d5344ee511b63b886 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-23T10:39:09.835Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-23T10:39:09.835Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-23T10:39:10.249Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-23T10:39:10.256Z] $ docker exec d9944f3319bc86230939c1e57359e15cbf10a1eb0092b06d5344ee511b63b886 ssh-agent [2020-10-23T10:39:10.640Z] SSH_AUTH_SOCK=/tmp/ssh-zsarC1h0wfvz/agent.12 [2020-10-23T10:39:10.640Z] SSH_AGENT_PID=17 [2020-10-23T10:39:10.650Z] Running ssh-add (command line suppressed) [2020-10-23T10:39:11.004Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2274364330424886056.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2274364330424886056.key) [2020-10-23T10:39:11.104Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-23T10:39:11.524Z] + git semver push [2020-10-23T10:39:11.794Z] # -> Open(): unable to determine branch for HEAD [2020-10-23T10:39:11.794Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-10-23T10:39:11.794Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-10-23T10:39:11.794Z] # $SEMVER_REMOTE_NAME = origin [2020-10-23T10:39:11.794Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-23T10:39:11.794Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-23T10:39:11.794Z] # $SEMVER_BRANCH = master [2020-10-23T10:39:11.794Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2020-10-23T10:39:20.285Z] $ docker exec --env ******** --env ******** d9944f3319bc86230939c1e57359e15cbf10a1eb0092b06d5344ee511b63b886 ssh-agent -k [2020-10-23T10:39:20.620Z] unset SSH_AUTH_SOCK; [2020-10-23T10:39:20.627Z] unset SSH_AGENT_PID; [2020-10-23T10:39:20.627Z] echo Agent pid 17 killed; [2020-10-23T10:39:20.707Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-23T10:39:21.606Z] + git semver [Pipeline] } [2020-10-23T10:39:21.642Z] $ docker stop --time=1 d9944f3319bc86230939c1e57359e15cbf10a1eb0092b06d5344ee511b63b886 [2020-10-23T10:39:23.271Z] $ docker rm -f d9944f3319bc86230939c1e57359e15cbf10a1eb0092b06d5344ee511b63b886 [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-23T10:39:28.006Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-23T10:39:29.033Z] ---> package-listing.sh [2020-10-23T10:39:29.033Z] ++ facter osfamily [2020-10-23T10:39:29.033Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-23T10:39:29.033Z] + OS_FAMILY=redhat [2020-10-23T10:39:29.033Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_master [2020-10-23T10:39:29.033Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-23T10:39:29.033Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-23T10:39:29.033Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-23T10:39:29.033Z] + PACKAGES=/tmp/packages_start.txt [2020-10-23T10:39:29.033Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2020-10-23T10:39:29.033Z] + PACKAGES=/tmp/packages_end.txt [2020-10-23T10:39:29.033Z] + case "${OS_FAMILY}" in [2020-10-23T10:39:29.033Z] + rpm -qa [2020-10-23T10:39:29.033Z] + sort [2020-10-23T10:39:33.415Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-23T10:39:33.415Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-23T10:39:33.415Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-23T10:39:33.415Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2020-10-23T10:39:33.415Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [2020-10-23T10:39:33.415Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [Pipeline] echo [2020-10-23T10:39:33.430Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-23T10:39:33.736Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-23T10:39:34.055Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-23T10:39:34.322Z] [2020-10-23T10:39:34.322Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-23T10:39:34.737Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-23T10:39:35.008Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-23T10:39:35.008Z] df20fa9351a1: Pulling fs layer [2020-10-23T10:39:35.008Z] 36b3adc4ff6f: Pulling fs layer [2020-10-23T10:39:35.008Z] 8ad3a11d3b57: Pulling fs layer [2020-10-23T10:39:35.008Z] 46f8f816bc3b: Pulling fs layer [2020-10-23T10:39:35.008Z] 93b61091891f: Pulling fs layer [2020-10-23T10:39:35.008Z] 93b9cdb0e59b: Pulling fs layer [2020-10-23T10:39:35.008Z] 5e14af77c1be: Pulling fs layer [2020-10-23T10:39:35.008Z] 01666e4c0597: Pulling fs layer [2020-10-23T10:39:35.008Z] aa168da1d23b: Pulling fs layer [2020-10-23T10:39:35.008Z] 46f8f816bc3b: Waiting [2020-10-23T10:39:35.008Z] 93b61091891f: Waiting [2020-10-23T10:39:35.008Z] 93b9cdb0e59b: Waiting [2020-10-23T10:39:35.008Z] 5e14af77c1be: Waiting [2020-10-23T10:39:35.008Z] aa168da1d23b: Waiting [2020-10-23T10:39:35.008Z] 01666e4c0597: Waiting [2020-10-23T10:39:35.008Z] 36b3adc4ff6f: Verifying Checksum [2020-10-23T10:39:35.008Z] 36b3adc4ff6f: Download complete [2020-10-23T10:39:35.008Z] 46f8f816bc3b: Verifying Checksum [2020-10-23T10:39:35.008Z] 46f8f816bc3b: Download complete [2020-10-23T10:39:35.337Z] df20fa9351a1: Verifying Checksum [2020-10-23T10:39:35.337Z] df20fa9351a1: Download complete [2020-10-23T10:39:35.337Z] 93b61091891f: Download complete [2020-10-23T10:39:35.337Z] 93b9cdb0e59b: Verifying Checksum [2020-10-23T10:39:35.337Z] 93b9cdb0e59b: Download complete [2020-10-23T10:39:35.337Z] 01666e4c0597: Download complete [2020-10-23T10:39:35.337Z] 5e14af77c1be: Verifying Checksum [2020-10-23T10:39:35.337Z] 5e14af77c1be: Download complete [2020-10-23T10:39:36.389Z] 8ad3a11d3b57: Verifying Checksum [2020-10-23T10:39:36.389Z] 8ad3a11d3b57: Download complete [2020-10-23T10:39:36.389Z] df20fa9351a1: Pull complete [2020-10-23T10:39:36.659Z] 36b3adc4ff6f: Pull complete [2020-10-23T10:39:38.753Z] 8ad3a11d3b57: Pull complete [2020-10-23T10:39:39.043Z] 46f8f816bc3b: Pull complete [2020-10-23T10:39:40.175Z] 93b61091891f: Pull complete [2020-10-23T10:39:40.175Z] 93b9cdb0e59b: Pull complete [2020-10-23T10:39:40.175Z] 5e14af77c1be: Pull complete [2020-10-23T10:39:40.452Z] 01666e4c0597: Pull complete [2020-10-23T10:39:40.759Z] aa168da1d23b: Verifying Checksum [2020-10-23T10:39:40.759Z] aa168da1d23b: Download complete [2020-10-23T10:39:51.828Z] aa168da1d23b: Pull complete [2020-10-23T10:39:51.828Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-23T10:39:51.828Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-23T10:39:51.828Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-23T10:39:52.075Z] prd-centos7-docker-4c-2g-8413 does not seem to be running inside a container [2020-10-23T10:39:52.137Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-10-23T10:39:57.507Z] $ docker top f44d16be924e42f92148aa41f717e26289b2eb4e9890b6df8223ca08f0475ef6 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-23T10:39:58.167Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-23T10:39:58.539Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-23T10:39:58.916Z] + ls /var/log/sa-host [2020-10-23T10:39:58.916Z] + sadf -c /var/log/sa-host/sa05 [2020-10-23T10:39:58.916Z] file_magic: OK [2020-10-23T10:39:58.916Z] HZ: Using current value: 100 [2020-10-23T10:39:58.916Z] file_header: OK [2020-10-23T10:39:58.916Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-10-23T10:39:58.916Z] Statistics: [2020-10-23T10:39:58.916Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-23T10:39:58.916Z] File successfully converted to sysstat format version 12.2.1 [2020-10-23T10:39:58.916Z] + sadf -c /var/log/sa-host/sa23 [2020-10-23T10:39:58.916Z] file_magic: OK [2020-10-23T10:39:58.916Z] HZ: Using current value: 100 [2020-10-23T10:39:58.916Z] file_header: OK [2020-10-23T10:39:58.916Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-10-23T10:39:58.916Z] Statistics: [2020-10-23T10:39:58.916Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-23T10:39:58.916Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-23T10:39:59.122Z] provisioning config files... [2020-10-23T10:39:59.140Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config289007484546772360tmp [Pipeline] { [Pipeline] echo [2020-10-23T10:39:59.215Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-23T10:39:59.532Z] ---> create-netrc.sh [Pipeline] } [2020-10-23T10:39:59.544Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-23T10:39:59.637Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-23T10:39:59.963Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-23T10:40:00.002Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-23T10:40:00.356Z] ---> sudo-logs.sh [2020-10-23T10:40:00.357Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-23T10:40:00.381Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-23T10:40:00.712Z] ---> job-cost.sh [2020-10-23T10:40:00.712Z] lf-activate-venv: SKIPPING [2020-10-23T10:40:00.712Z] INFO: No Stack... [2020-10-23T10:40:02.152Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-23T10:40:02.772Z] INFO: Archiving Costs [Pipeline] echo [2020-10-23T10:40:02.793Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-23T10:40:03.124Z] ---> logs-deploy.sh [2020-10-23T10:40:03.124Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/85 [2020-10-23T10:40:03.124Z] INFO: archiving workspace using pattern(s): [2020-10-23T10:40:05.702Z] Archives upload complete. [2020-10-23T10:40:05.702Z] INFO: archiving logs to Nexus [2020-10-23T10:40:07.127Z] ---> uname -a: [2020-10-23T10:40:07.127Z] Linux prd-centos7-docker-4c-2g-8413.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-10-23T10:40:07.127Z] [2020-10-23T10:40:07.127Z] [2020-10-23T10:40:07.127Z] ---> lscpu: [2020-10-23T10:40:07.127Z] Architecture: x86_64 [2020-10-23T10:40:07.127Z] CPU op-mode(s): 32-bit, 64-bit [2020-10-23T10:40:07.127Z] Byte Order: Little Endian [2020-10-23T10:40:07.127Z] Address sizes: 40 bits physical, 48 bits virtual [2020-10-23T10:40:07.127Z] CPU(s): 4 [2020-10-23T10:40:07.127Z] On-line CPU(s) list: 0-3 [2020-10-23T10:40:07.127Z] Thread(s) per core: 1 [2020-10-23T10:40:07.127Z] Core(s) per socket: 1 [2020-10-23T10:40:07.127Z] Socket(s): 4 [2020-10-23T10:40:07.127Z] NUMA node(s): 1 [2020-10-23T10:40:07.127Z] Vendor ID: GenuineIntel [2020-10-23T10:40:07.127Z] CPU family: 6 [2020-10-23T10:40:07.127Z] Model: 44 [2020-10-23T10:40:07.127Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-10-23T10:40:07.127Z] Stepping: 1 [2020-10-23T10:40:07.127Z] CPU MHz: 2933.438 [2020-10-23T10:40:07.127Z] BogoMIPS: 5866.87 [2020-10-23T10:40:07.127Z] Virtualization: VT-x [2020-10-23T10:40:07.127Z] Hypervisor vendor: KVM [2020-10-23T10:40:07.127Z] Virtualization type: full [2020-10-23T10:40:07.127Z] L1d cache: 128 KiB [2020-10-23T10:40:07.127Z] L1i cache: 128 KiB [2020-10-23T10:40:07.127Z] L2 cache: 16 MiB [2020-10-23T10:40:07.127Z] L3 cache: 64 MiB [2020-10-23T10:40:07.127Z] NUMA node0 CPU(s): 0-3 [2020-10-23T10:40:07.127Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-10-23T10:40:07.127Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-10-23T10:40:07.127Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-10-23T10:40:07.127Z] Vulnerability Meltdown: Mitigation; PTI [2020-10-23T10:40:07.127Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-10-23T10:40:07.127Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-10-23T10:40:07.127Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-10-23T10:40:07.127Z] Vulnerability Tsx async abort: Not affected [2020-10-23T10:40:07.127Z] 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-23T10:40:07.127Z] [2020-10-23T10:40:07.127Z] [2020-10-23T10:40:07.127Z] ---> nproc: [2020-10-23T10:40:07.127Z] 4 [2020-10-23T10:40:07.127Z] [2020-10-23T10:40:07.127Z] [2020-10-23T10:40:07.127Z] ---> df -h: [2020-10-23T10:40:07.127Z] Filesystem Size Used Available Use% Mounted on [2020-10-23T10:40:07.127Z] overlay 50.0G 8.4G 41.5G 17% / [2020-10-23T10:40:07.127Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-10-23T10:40:07.127Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-10-23T10:40:07.127Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-10-23T10:40:07.127Z] /dev/vda1 50.0G 8.4G 41.5G 17% /facter-os [2020-10-23T10:40:07.127Z] /dev/vda1 50.0G 8.4G 41.5G 17% /etc/resolv.conf [2020-10-23T10:40:07.127Z] /dev/vda1 50.0G 8.4G 41.5G 17% /etc/hostname [2020-10-23T10:40:07.127Z] /dev/vda1 50.0G 8.4G 41.5G 17% /etc/hosts [2020-10-23T10:40:07.127Z] /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/auth.log [2020-10-23T10:40:07.127Z] /dev/vda1 50.0G 8.4G 41.5G 17% /run/cloud-init/result.json [2020-10-23T10:40:07.127Z] /dev/vda1 50.0G 8.4G 41.5G 17% /w/workspace/dgexfoundry_device-sdk-go_master [2020-10-23T10:40:07.127Z] /dev/vda1 50.0G 8.4G 41.5G 17% /w/workspace/dgexfoundry_device-sdk-go_master@tmp [2020-10-23T10:40:07.127Z] /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/sa-host [2020-10-23T10:40:07.127Z] /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/secure [2020-10-23T10:40:07.127Z] [2020-10-23T10:40:07.127Z] [2020-10-23T10:40:07.127Z] ---> free -m: [2020-10-23T10:40:07.127Z] total used free shared buff/cache available [2020-10-23T10:40:07.127Z] Mem: 1837 786 154 0 896 988 [2020-10-23T10:40:07.127Z] Swap: 1023 3 1020 [2020-10-23T10:40:07.127Z] [2020-10-23T10:40:07.127Z] [2020-10-23T10:40:07.127Z] ---> ip addr: [2020-10-23T10:40:07.127Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-10-23T10:40:07.127Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-10-23T10:40:07.127Z] inet 127.0.0.1/8 scope host lo [2020-10-23T10:40:07.127Z] valid_lft forever preferred_lft forever [2020-10-23T10:40:07.127Z] inet6 ::1/128 scope host [2020-10-23T10:40:07.127Z] valid_lft forever preferred_lft forever [2020-10-23T10:40:07.127Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-10-23T10:40:07.127Z] link/ether fa:16:3e:18:f2:11 brd ff:ff:ff:ff:ff:ff [2020-10-23T10:40:07.127Z] inet 10.30.123.170/23 brd 10.30.123.255 scope global dynamic eth0 [2020-10-23T10:40:07.127Z] valid_lft 85878sec preferred_lft 85878sec [2020-10-23T10:40:07.127Z] inet6 fe80::f816:3eff:fe18:f211/64 scope link [2020-10-23T10:40:07.127Z] valid_lft forever preferred_lft forever [2020-10-23T10:40:07.127Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-10-23T10:40:07.127Z] link/ether 02:42:71:69:84:ba brd ff:ff:ff:ff:ff:ff [2020-10-23T10:40:07.127Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-10-23T10:40:07.127Z] valid_lft forever preferred_lft forever [2020-10-23T10:40:07.127Z] inet6 fe80::42:71ff:fe69:84ba/64 scope link [2020-10-23T10:40:07.127Z] valid_lft forever preferred_lft forever [2020-10-23T10:40:07.127Z] [2020-10-23T10:40:07.127Z] [2020-10-23T10:40:07.127Z] ---> sar -b -r -n DEV: [2020-10-23T10:40:07.127Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/23/20 _x86_64_ (4 CPU) [2020-10-23T10:40:07.127Z] [2020-10-23T10:40:07.127Z] 10:31:05 LINUX RESTART (4 CPU) [2020-10-23T10:40:07.127Z] [2020-10-23T10:40:07.127Z] 10:32:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-10-23T10:40:07.127Z] 10:33:02 49.73 11.94 37.79 0.00 4716.15 2471.10 0.00 [2020-10-23T10:40:07.127Z] 10:34:01 1.88 0.00 1.88 0.00 0.00 37.57 0.00 [2020-10-23T10:40:07.127Z] 10:35:01 0.45 0.00 0.45 0.00 0.00 6.10 0.00 [2020-10-23T10:40:07.127Z] 10:36:01 0.18 0.00 0.18 0.00 0.00 2.15 0.00 [2020-10-23T10:40:07.127Z] 10:37:01 0.27 0.00 0.27 0.00 0.00 3.41 0.00 [2020-10-23T10:40:07.127Z] 10:38:01 225.21 133.53 91.68 0.00 7117.07 32661.95 0.00 [2020-10-23T10:40:07.127Z] 10:39:01 200.02 69.09 130.93 0.00 4144.56 32639.30 0.00 [2020-10-23T10:40:07.127Z] Average: 68.43 30.73 37.70 0.00 2288.82 9715.15 0.00 [2020-10-23T10:40:07.127Z] [2020-10-23T10:40:07.127Z] 10:32:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-10-23T10:40:07.127Z] 10:33:02 165156 0 561948 29.87 2620 1151832 1133236 38.68 416980 1138204 128 [2020-10-23T10:40:07.127Z] 10:34:01 174112 0 552988 29.39 2620 1151836 1068612 36.47 412852 1134952 20 [2020-10-23T10:40:07.127Z] 10:35:01 171224 0 555868 29.54 2620 1151844 1068816 36.48 416264 1134944 20 [2020-10-23T10:40:07.127Z] 10:36:01 169212 0 557880 29.65 2620 1151844 1068864 36.48 418256 1134320 20 [2020-10-23T10:40:07.127Z] 10:37:01 169008 0 558076 29.66 2620 1151852 1068876 36.48 419356 1133308 16 [2020-10-23T10:40:07.127Z] 10:38:01 212888 0 619896 32.95 2620 1046152 1070528 36.54 507448 945288 32 [2020-10-23T10:40:07.127Z] 10:39:01 197632 0 761980 40.50 1764 920180 1579400 53.90 638100 758260 28 [2020-10-23T10:40:07.127Z] Average: 179890 0 595519 31.65 2498 1103649 1151190 39.29 461322 1054182 38 [2020-10-23T10:40:07.127Z] [2020-10-23T10:40:07.127Z] 10:32:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-10-23T10:40:07.127Z] 10:33:02 eth0 114.60 97.16 502.03 45.71 0.00 0.00 0.00 0.00 [2020-10-23T10:40:07.127Z] 10:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-23T10:40:07.127Z] 10:33:02 docker0 8.41 6.86 1.25 19.98 0.00 0.00 0.00 0.00 [2020-10-23T10:40:07.127Z] 10:34:01 eth0 0.80 0.08 0.07 0.01 0.00 0.00 0.00 0.00 [2020-10-23T10:40:07.127Z] 10:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-23T10:40:07.127Z] 10:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-23T10:40:07.127Z] 10:35:01 eth0 0.60 0.45 0.27 0.20 0.00 0.00 0.00 0.00 [2020-10-23T10:40:07.127Z] 10:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-23T10:40:07.127Z] 10:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-23T10:40:07.127Z] 10:36:01 eth0 0.85 0.40 0.31 0.21 0.00 0.00 0.00 0.00 [2020-10-23T10:40:07.127Z] 10:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-23T10:40:07.127Z] 10:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-23T10:40:07.127Z] 10:37:01 eth0 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2020-10-23T10:40:07.127Z] 10:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-23T10:40:07.127Z] 10:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-23T10:40:07.127Z] 10:38:01 eth0 442.41 376.69 3949.10 38.43 0.00 0.00 0.00 0.00 [2020-10-23T10:40:07.127Z] 10:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-23T10:40:07.127Z] 10:38:01 docker0 32.86 31.95 3.00 154.64 0.00 0.00 0.00 0.00 [2020-10-23T10:40:07.127Z] 10:39:01 veth7ff5dcd 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-23T10:40:07.127Z] 10:39:01 eth0 421.52 349.84 3427.71 87.36 0.00 0.00 0.00 0.00 [2020-10-23T10:40:07.127Z] 10:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-23T10:40:07.128Z] 10:39:01 docker0 16.74 26.19 0.83 197.74 0.00 0.00 0.00 0.00 [2020-10-23T10:40:07.128Z] Average: veth7ff5dcd 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-23T10:40:07.128Z] Average: eth0 140.52 118.15 1128.68 24.65 0.00 0.00 0.00 0.00 [2020-10-23T10:40:07.128Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-23T10:40:07.128Z] Average: docker0 8.31 9.31 0.73 53.34 0.00 0.00 0.00 0.00 [2020-10-23T10:40:07.128Z] [2020-10-23T10:40:07.128Z] [2020-10-23T10:40:07.128Z] ---> sar -P ALL: [2020-10-23T10:40:07.128Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/23/20 _x86_64_ (4 CPU) [2020-10-23T10:40:07.128Z] [2020-10-23T10:40:07.128Z] 10:31:05 LINUX RESTART (4 CPU) [2020-10-23T10:40:07.128Z] [2020-10-23T10:40:07.128Z] 10:32:01 CPU %user %nice %system %iowait %steal %idle [2020-10-23T10:40:07.128Z] 10:33:02 all 3.74 0.00 2.30 1.18 4.03 88.75 [2020-10-23T10:40:07.128Z] 10:33:02 0 3.62 0.00 2.34 0.77 4.69 88.59 [2020-10-23T10:40:07.128Z] 10:33:02 1 5.43 0.00 2.64 0.45 3.46 88.01 [2020-10-23T10:40:07.128Z] 10:33:02 2 2.89 0.00 2.01 0.10 3.75 91.25 [2020-10-23T10:40:07.128Z] 10:33:02 3 3.04 0.00 2.21 3.39 4.21 87.14 [2020-10-23T10:40:07.128Z] 10:34:01 all 0.10 0.00 0.08 0.00 0.49 99.34 [2020-10-23T10:40:07.128Z] 10:34:01 0 0.12 0.00 0.07 0.00 0.67 99.14 [2020-10-23T10:40:07.128Z] 10:34:01 1 0.05 0.00 0.10 0.00 0.46 99.39 [2020-10-23T10:40:07.128Z] 10:34:01 2 0.20 0.00 0.07 0.00 0.32 99.41 [2020-10-23T10:40:07.128Z] 10:34:01 3 0.02 0.00 0.07 0.00 0.51 99.41 [2020-10-23T10:40:07.128Z] 10:35:01 all 0.09 0.00 0.03 0.00 0.46 99.42 [2020-10-23T10:40:07.128Z] 10:35:01 0 0.03 0.00 0.03 0.00 0.18 99.75 [2020-10-23T10:40:07.128Z] 10:35:01 1 0.07 0.00 0.03 0.00 0.63 99.27 [2020-10-23T10:40:07.128Z] 10:35:01 2 0.25 0.00 0.03 0.00 0.51 99.20 [2020-10-23T10:40:07.128Z] 10:35:01 3 0.02 0.00 0.02 0.00 0.53 99.44 [2020-10-23T10:40:07.128Z] 10:36:01 all 0.11 0.00 0.04 0.00 0.13 99.72 [2020-10-23T10:40:07.128Z] 10:36:01 0 0.02 0.00 0.03 0.00 0.18 99.77 [2020-10-23T10:40:07.128Z] 10:36:01 1 0.37 0.00 0.07 0.00 0.12 99.45 [2020-10-23T10:40:07.128Z] 10:36:01 2 0.03 0.00 0.03 0.00 0.13 99.80 [2020-10-23T10:40:07.128Z] 10:36:01 3 0.03 0.00 0.02 0.00 0.10 99.85 [2020-10-23T10:40:07.128Z] 10:37:01 all 0.12 0.00 0.06 0.00 0.31 99.51 [2020-10-23T10:40:07.128Z] 10:37:01 0 0.03 0.00 0.00 0.00 0.42 99.55 [2020-10-23T10:40:07.128Z] 10:37:01 1 0.03 0.00 0.18 0.00 0.18 99.60 [2020-10-23T10:40:07.128Z] 10:37:01 2 0.37 0.00 0.03 0.00 0.48 99.12 [2020-10-23T10:40:07.128Z] 10:37:01 3 0.03 0.00 0.02 0.00 0.17 99.78 [2020-10-23T10:40:07.128Z] 10:38:01 all 5.88 0.00 4.55 2.19 10.90 76.48 [2020-10-23T10:40:07.128Z] 10:38:01 0 4.84 0.00 3.89 1.93 11.19 78.14 [2020-10-23T10:40:07.128Z] 10:38:01 1 6.16 0.00 5.00 2.53 10.80 75.50 [2020-10-23T10:40:07.128Z] 10:38:01 2 6.08 0.00 4.30 2.10 10.79 76.73 [2020-10-23T10:40:07.128Z] 10:38:01 3 6.44 0.00 5.02 2.20 10.82 75.52 [2020-10-23T10:40:07.128Z] 10:39:01 all 8.72 0.00 7.01 2.12 11.99 70.15 [2020-10-23T10:40:07.128Z] 10:39:01 0 7.04 0.00 5.94 1.76 12.55 72.70 [2020-10-23T10:40:07.128Z] 10:39:01 1 6.85 0.00 7.37 2.08 11.96 71.74 [2020-10-23T10:40:07.128Z] 10:39:01 2 12.50 0.00 7.73 3.52 11.67 64.58 [2020-10-23T10:40:07.128Z] 10:39:01 3 8.58 0.00 7.00 1.15 11.77 71.49 [2020-10-23T10:40:07.128Z] Average: all 2.64 0.00 1.98 0.77 3.99 90.61 [2020-10-23T10:40:07.128Z] Average: 0 2.22 0.00 1.74 0.63 4.22 91.19 [2020-10-23T10:40:07.128Z] Average: 1 2.69 0.00 2.18 0.72 3.90 90.51 [2020-10-23T10:40:07.128Z] Average: 2 3.12 0.00 1.99 0.80 3.88 90.21 [2020-10-23T10:40:07.128Z] Average: 3 2.55 0.00 2.01 0.96 3.94 90.54 [2020-10-23T10:40:07.128Z] [2020-10-23T10:40:07.128Z] [2020-10-23T10:40:07.128Z]