Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 0f8fd9ff9b590fc1e2af7debc1be47c4c78a0866 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a2cbe11917bfb8801b6bc99aaa80229564ed4294 # timeout=10 Commit message: "Merge pull request #273 from ernestojeda/fix-semver-dir-permissions" > 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-5844 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 Checking out Revision 0f8fd9ff9b590fc1e2af7debc1be47c4c78a0866 (master) Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0f8fd9ff9b590fc1e2af7debc1be47c4c78a0866 # timeout=10 Commit message: "Merge pull request #627 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap-0.0.50" > git rev-list --no-walk d41dfb76324865f87a7aea80ddd0df968928e1d8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-16T09:27:42.491Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-16T09:27:42.759Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-16T09:27:42.850Z] ========================================================= [2020-10-16T09:27:42.850Z] EdgeX Global Pipelines Version Info [2020-10-16T09:27:42.850Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-16T09:27:44.306Z] ------------------- [2020-10-16T09:27:44.307Z] stable info: [2020-10-16T09:27:44.307Z] ------------------- [2020-10-16T09:27:44.307Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-16T09:27:44.307Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-16T09:27:44.307Z] Message: update stable to v1.0.144 [2020-10-16T09:27:45.250Z] ------------------- [2020-10-16T09:27:45.250Z] experimental info: [2020-10-16T09:27:45.250Z] ------------------- [2020-10-16T09:27:45.250Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-16T09:27:45.250Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-16T09:27:45.250Z] Message: update experimental to v1.0.144 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-16T09:27:45.576Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-10-16T09:27:45.669Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-10-16T09:27:45.751Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-16T09:27:45.833Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-16T09:27:45.920Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-16T09:27:45.999Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-16T09:27:46.091Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-16T09:27:46.208Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-16T09:27:46.311Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-10-16T09:27:46.475Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-16T09:27:46.561Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-16T09:27:46.711Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-10-16T09:27:46.792Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-16T09:27:46.874Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-16T09:27:46.959Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-16T09:27:47.062Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-16T09:27:47.142Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-16T09:27:47.225Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-16T09:27:47.309Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-16T09:27:47.392Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-16T09:27:47.481Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-16T09:27:47.562Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-16T09:27:47.643Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-16T09:27:47.725Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-16T09:27:47.806Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-10-16T09:27:47.918Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-16T09:27:48.001Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-16T09:27:48.087Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-16T09:27:48.192Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0f8fd9ff9b590fc1e2af7debc1be47c4c78a0866 [Pipeline] echo [2020-10-16T09:27:48.309Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0f8fd9f [Pipeline] echo [2020-10-16T09:27:48.394Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-16T09:27:49.024Z] + git log --format=format:%s -1 0f8fd9ff9b590fc1e2af7debc1be47c4c78a0866 [Pipeline] echo [2020-10-16T09:27:49.081Z] GIT_COMMIT: 0f8fd9ff9b590fc1e2af7debc1be47c4c78a0866, Commit Message: Merge pull request #627 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap-0.0.50 [Pipeline] echo [2020-10-16T09:27:49.122Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:27:50.091Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-16T09:27:50.091Z] [2020-10-16T09:27:50.091Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:27:50.442Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-16T09:27:50.442Z] latest: Pulling from edgex-devops/git-semver [2020-10-16T09:27:50.442Z] 31603596830f: Pulling fs layer [2020-10-16T09:27:50.442Z] 2a8b12db71e7: Pulling fs layer [2020-10-16T09:27:50.442Z] 6ca5941a6612: Pulling fs layer [2020-10-16T09:27:50.442Z] ecc8261a40a4: Pulling fs layer [2020-10-16T09:27:50.442Z] ecc8261a40a4: Waiting [2020-10-16T09:27:50.442Z] 2a8b12db71e7: Verifying Checksum [2020-10-16T09:27:50.442Z] 2a8b12db71e7: Download complete [2020-10-16T09:27:50.706Z] 31603596830f: Verifying Checksum [2020-10-16T09:27:50.706Z] 31603596830f: Download complete [2020-10-16T09:27:50.706Z] ecc8261a40a4: Verifying Checksum [2020-10-16T09:27:50.706Z] ecc8261a40a4: Download complete [2020-10-16T09:27:50.706Z] 6ca5941a6612: Verifying Checksum [2020-10-16T09:27:50.706Z] 6ca5941a6612: Download complete [2020-10-16T09:27:50.968Z] 31603596830f: Pull complete [2020-10-16T09:27:50.968Z] 2a8b12db71e7: Pull complete [2020-10-16T09:27:51.917Z] 6ca5941a6612: Pull complete [2020-10-16T09:27:51.917Z] ecc8261a40a4: Pull complete [2020-10-16T09:27:52.179Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-16T09:27:52.180Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-16T09:27:52.180Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-16T09:27:52.284Z] prd-centos7-docker-4c-2g-5844 does not seem to be running inside a container [2020-10-16T09:27:52.337Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-16T09:27:54.299Z] $ docker top 981f946110249ad31a1b449ac8fbfd88bb9f8f2636c80565f7e1b662e6a554eb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-16T09:27:54.594Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-16T09:27:54.594Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-16T09:27:54.799Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-16T09:27:54.802Z] $ docker exec 981f946110249ad31a1b449ac8fbfd88bb9f8f2636c80565f7e1b662e6a554eb ssh-agent [2020-10-16T09:27:54.966Z] SSH_AUTH_SOCK=/tmp/ssh-w5fnyvkEcb1p/agent.11 [2020-10-16T09:27:54.966Z] SSH_AGENT_PID=16 [2020-10-16T09:27:54.979Z] Running ssh-add (command line suppressed) [2020-10-16T09:27:55.101Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5180223441963275702.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5180223441963275702.key) [2020-10-16T09:27:55.149Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-16T09:27:55.531Z] + git tag --points-at HEAD [Pipeline] } [2020-10-16T09:27:55.551Z] $ docker exec --env ******** --env ******** 981f946110249ad31a1b449ac8fbfd88bb9f8f2636c80565f7e1b662e6a554eb ssh-agent -k [2020-10-16T09:27:55.664Z] unset SSH_AUTH_SOCK; [2020-10-16T09:27:55.664Z] unset SSH_AGENT_PID; [2020-10-16T09:27:55.664Z] echo Agent pid 16 killed; [2020-10-16T09:27:55.709Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-16T09:27:55.848Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-16T09:27:55.848Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-16T09:27:56.007Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-16T09:27:56.010Z] $ docker exec 981f946110249ad31a1b449ac8fbfd88bb9f8f2636c80565f7e1b662e6a554eb ssh-agent [2020-10-16T09:27:56.165Z] SSH_AUTH_SOCK=/tmp/ssh-YccsaPkmFhVx/agent.44 [2020-10-16T09:27:56.165Z] SSH_AGENT_PID=49 [2020-10-16T09:27:56.172Z] Running ssh-add (command line suppressed) [2020-10-16T09:27:56.286Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1534087057000901355.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1534087057000901355.key) [2020-10-16T09:27:56.335Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-16T09:27:56.663Z] + git semver init [2020-10-16T09:27:56.663Z] # -> Open(): unable to determine branch for HEAD [2020-10-16T09:27:56.663Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-10-16T09:27:56.663Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-10-16T09:27:56.663Z] # $SEMVER_REMOTE_NAME = origin [2020-10-16T09:27:56.663Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-16T09:27:56.663Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-16T09:27:56.663Z] # $SEMVER_BRANCH = master [2020-10-16T09:27:56.663Z] # $SEMVER_TEMP = /tmp/semver-215632117 [2020-10-16T09:27:56.663Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-10-16T09:27:57.238Z] # '/tmp/semver-215632117' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' [2020-10-16T09:27:57.238Z] # -> Force: false [2020-10-16T09:27:57.238Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2020-10-16T09:27:57.252Z] $ docker exec --env ******** --env ******** 981f946110249ad31a1b449ac8fbfd88bb9f8f2636c80565f7e1b662e6a554eb ssh-agent -k [2020-10-16T09:27:57.373Z] unset SSH_AUTH_SOCK; [2020-10-16T09:27:57.373Z] unset SSH_AGENT_PID; [2020-10-16T09:27:57.373Z] echo Agent pid 49 killed; [2020-10-16T09:27:57.422Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-16T09:27:57.880Z] + git semver [Pipeline] } [2020-10-16T09:27:57.902Z] $ docker stop --time=1 981f946110249ad31a1b449ac8fbfd88bb9f8f2636c80565f7e1b662e6a554eb [2020-10-16T09:27:59.268Z] $ docker rm -f 981f946110249ad31a1b449ac8fbfd88bb9f8f2636c80565f7e1b662e6a554eb [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T09:27:59.724Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-16T09:28:00.121Z] Stashed 1 file(s) [Pipeline] echo [2020-10-16T09:28:00.124Z] [edgeXSemver]: initialized semver on version 1.2.4-dev.29 [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-16T09:28:15.828Z] Still waiting to schedule task [2020-10-16T09:28:15.828Z] ‘prd-centos7-docker-4c-2g-3642’ is offline; ‘prd-centos7-docker-4c-2g-5841’ is offline; ‘prd-centos7-docker-4c-2g-5845’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ doesn’t have label ‘centos7-docker-4c-2g’ [2020-10-16T09:28:15.830Z] Still waiting to schedule task [2020-10-16T09:28:15.831Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ is offline [2020-10-16T09:29:47.389Z] Running on prd-centos7-docker-4c-2g-5851 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2020-10-16T09:29:47.444Z] Running in /w/workspace/device-sdk-go/80 [Pipeline] { [Pipeline] checkout [2020-10-16T09:29:50.341Z] using credential edgex-jenkins-ssh [2020-10-16T09:29:50.396Z] Cloning the remote Git repository [2020-10-16T09:29:50.424Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-10-16T09:29:50.490Z] > git init /w/workspace/device-sdk-go/80 # timeout=10 [2020-10-16T09:29:50.544Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-16T09:29:50.544Z] > git --version # timeout=10 [2020-10-16T09:29:50.552Z] > git --version # 'git version 2.16.5' [2020-10-16T09:29:50.552Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-16T09:29:50.578Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-16T09:29:51.773Z] Checking out Revision 0f8fd9ff9b590fc1e2af7debc1be47c4c78a0866 (master) [2020-10-16T09:29:51.322Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-16T09:29:51.326Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-16T09:29:51.340Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-16T09:29:51.354Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-16T09:29:51.354Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-16T09:29:51.358Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-16T09:29:51.781Z] > git config core.sparsecheckout # timeout=10 [2020-10-16T09:29:51.786Z] > git checkout -f 0f8fd9ff9b590fc1e2af7debc1be47c4c78a0866 # timeout=10 [2020-10-16T09:29:55.431Z] Commit message: "Merge pull request #627 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap-0.0.50" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-16T09:29:56.153Z] ========================================================= [2020-10-16T09:29:56.153Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-16T09:29:56.153Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:29:56.829Z] + 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-16T09:29:57.092Z] Sending build context to Docker daemon 2.313MB [2020-10-16T09:29:57.092Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-16T09:29:57.092Z] Step 2/8 : FROM ${BASE} [2020-10-16T09:29:57.361Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-16T09:29:57.361Z] df20fa9351a1: Pulling fs layer [2020-10-16T09:29:57.361Z] ed8968b2872e: Pulling fs layer [2020-10-16T09:29:57.361Z] a92cc7c5fd73: Pulling fs layer [2020-10-16T09:29:57.361Z] e871e8e8d7a9: Pulling fs layer [2020-10-16T09:29:57.361Z] e73272ec9a57: Pulling fs layer [2020-10-16T09:29:57.361Z] 1e910a182e73: Pulling fs layer [2020-10-16T09:29:57.361Z] 4e634b169226: Pulling fs layer [2020-10-16T09:29:57.361Z] e73272ec9a57: Waiting [2020-10-16T09:29:57.361Z] 1e910a182e73: Waiting [2020-10-16T09:29:57.361Z] 4e634b169226: Waiting [2020-10-16T09:29:57.361Z] e871e8e8d7a9: Waiting [2020-10-16T09:29:57.361Z] a92cc7c5fd73: Verifying Checksum [2020-10-16T09:29:57.361Z] a92cc7c5fd73: Download complete [2020-10-16T09:29:57.361Z] ed8968b2872e: Verifying Checksum [2020-10-16T09:29:57.361Z] ed8968b2872e: Download complete [2020-10-16T09:29:57.361Z] e73272ec9a57: Verifying Checksum [2020-10-16T09:29:57.361Z] e73272ec9a57: Download complete [2020-10-16T09:29:57.361Z] 1e910a182e73: Verifying Checksum [2020-10-16T09:29:57.361Z] 1e910a182e73: Download complete [2020-10-16T09:29:57.361Z] df20fa9351a1: Verifying Checksum [2020-10-16T09:29:57.361Z] df20fa9351a1: Download complete [2020-10-16T09:29:57.627Z] df20fa9351a1: Pull complete [2020-10-16T09:29:57.891Z] ed8968b2872e: Pull complete [2020-10-16T09:29:57.891Z] a92cc7c5fd73: Pull complete [2020-10-16T09:29:59.837Z] 4e634b169226: Download complete [2020-10-16T09:30:00.414Z] e871e8e8d7a9: Verifying Checksum [2020-10-16T09:30:00.414Z] e871e8e8d7a9: Download complete [2020-10-16T09:30:04.210Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-5850 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2020-10-16T09:30:04.262Z] Running in /w/workspace/device-sdk-go/80 [Pipeline] { [Pipeline] checkout [2020-10-16T09:30:05.828Z] e871e8e8d7a9: Pull complete [2020-10-16T09:30:06.099Z] e73272ec9a57: Pull complete [2020-10-16T09:30:06.099Z] 1e910a182e73: Pull complete [2020-10-16T09:30:09.497Z] using credential edgex-jenkins-ssh [2020-10-16T09:30:09.557Z] Cloning the remote Git repository [2020-10-16T09:30:10.366Z] 4e634b169226: Pull complete [2020-10-16T09:30:10.366Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-16T09:30:10.366Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-16T09:30:10.366Z] ---> f7629b54cfaa [2020-10-16T09:30:10.366Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-16T09:30:10.660Z] ---> Running in 3a1cd6f8bf94 [2020-10-16T09:30:10.660Z] Removing intermediate container 3a1cd6f8bf94 [2020-10-16T09:30:10.660Z] ---> 13760616f669 [2020-10-16T09:30:10.660Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T09:30:10.660Z] ---> Running in cf63fcdfbb51 [2020-10-16T09:30:09.612Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-10-16T09:30:09.726Z] > git init /w/workspace/device-sdk-go/80 # timeout=10 [2020-10-16T09:30:09.793Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-16T09:30:09.794Z] > git --version # timeout=10 [2020-10-16T09:30:09.806Z] > git --version # 'git version 2.17.1' [2020-10-16T09:30:09.807Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-16T09:30:09.873Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-16T09:30:11.522Z] Checking out Revision 0f8fd9ff9b590fc1e2af7debc1be47c4c78a0866 (master) [2020-10-16T09:30:10.940Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-16T09:30:10.963Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-16T09:30:10.997Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-16T09:30:11.037Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-16T09:30:11.038Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-16T09:30:11.048Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-16T09:30:11.546Z] > git config core.sparsecheckout # timeout=10 [2020-10-16T09:30:11.560Z] > git checkout -f 0f8fd9ff9b590fc1e2af7debc1be47c4c78a0866 # timeout=10 [2020-10-16T09:30:12.062Z] Removing intermediate container cf63fcdfbb51 [2020-10-16T09:30:12.062Z] ---> d8b5ec03b4ab [2020-10-16T09:30:12.062Z] Step 5/8 : RUN apk add --no-cache make git [2020-10-16T09:30:12.062Z] ---> Running in 26860af12847 [2020-10-16T09:30:13.029Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T09:30:13.607Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T09:30:14.557Z] OK: 166 MiB in 39 packages [2020-10-16T09:30:15.134Z] Removing intermediate container 26860af12847 [2020-10-16T09:30:15.134Z] ---> 2feb37906a7d [2020-10-16T09:30:15.134Z] Step 6/8 : WORKDIR /device-sdk-go [2020-10-16T09:30:15.134Z] ---> Running in 4df54434c859 [2020-10-16T09:30:15.134Z] Removing intermediate container 4df54434c859 [2020-10-16T09:30:15.134Z] ---> bb7dc7113571 [2020-10-16T09:30:15.134Z] Step 7/8 : COPY . . [2020-10-16T09:30:15.967Z] Commit message: "Merge pull request #627 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap-0.0.50" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [2020-10-16T09:30:16.530Z] ---> 4e654625dd59 [2020-10-16T09:30:16.530Z] Step 8/8 : RUN go mod download [2020-10-16T09:30:16.530Z] ---> Running in 45bd77f12fbb [Pipeline] unstash [Pipeline] echo [2020-10-16T09:30:16.814Z] ========================================================= [2020-10-16T09:30:16.814Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-16T09:30:16.814Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:30:17.788Z] + 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-16T09:30:18.773Z] Sending build context to Docker daemon 2.313MB [2020-10-16T09:30:18.773Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-16T09:30:18.773Z] Step 2/8 : FROM ${BASE} [2020-10-16T09:30:19.049Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-16T09:30:19.049Z] b538f80385f9: Pulling fs layer [2020-10-16T09:30:19.049Z] 74f711af9a0d: Pulling fs layer [2020-10-16T09:30:19.049Z] 99f96fe45779: Pulling fs layer [2020-10-16T09:30:19.049Z] 8529a6b9a6be: Pulling fs layer [2020-10-16T09:30:19.049Z] 45590311c82a: Pulling fs layer [2020-10-16T09:30:19.049Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-16T09:30:19.050Z] 209524e5b208: Pulling fs layer [2020-10-16T09:30:19.050Z] 8529a6b9a6be: Waiting [2020-10-16T09:30:19.050Z] 45590311c82a: Waiting [2020-10-16T09:30:19.050Z] 69ca0ff8b7b3: Waiting [2020-10-16T09:30:19.050Z] 209524e5b208: Waiting [2020-10-16T09:30:19.050Z] 99f96fe45779: Verifying Checksum [2020-10-16T09:30:19.050Z] 99f96fe45779: Download complete [2020-10-16T09:30:19.050Z] 74f711af9a0d: Verifying Checksum [2020-10-16T09:30:19.050Z] 74f711af9a0d: Download complete [2020-10-16T09:30:19.050Z] 45590311c82a: Verifying Checksum [2020-10-16T09:30:19.050Z] 45590311c82a: Download complete [2020-10-16T09:30:19.050Z] 69ca0ff8b7b3: Download complete [2020-10-16T09:30:19.050Z] b538f80385f9: Download complete [2020-10-16T09:30:19.655Z] b538f80385f9: Pull complete [2020-10-16T09:30:20.255Z] 74f711af9a0d: Pull complete [2020-10-16T09:30:20.849Z] 99f96fe45779: Pull complete [2020-10-16T09:30:21.446Z] 209524e5b208: Download complete [2020-10-16T09:30:23.465Z] 8529a6b9a6be: Verifying Checksum [2020-10-16T09:30:23.465Z] 8529a6b9a6be: Download complete [2020-10-16T09:30:33.654Z] 8529a6b9a6be: Pull complete [2020-10-16T09:30:34.247Z] 45590311c82a: Pull complete [2020-10-16T09:30:34.247Z] 69ca0ff8b7b3: Pull complete [2020-10-16T09:30:38.592Z] 209524e5b208: Pull complete [2020-10-16T09:30:38.592Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-16T09:30:38.592Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-16T09:30:38.592Z] ---> 5bddaf1c2fca [2020-10-16T09:30:38.592Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-16T09:30:38.609Z] Removing intermediate container 45bd77f12fbb [2020-10-16T09:30:38.609Z] ---> 70ca8d1c0b44 [2020-10-16T09:30:38.609Z] Successfully built 70ca8d1c0b44 [2020-10-16T09:30:38.609Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:30:38.978Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-16T09:30:38.978Z] . [Pipeline] withDockerContainer [2020-10-16T09:30:39.089Z] prd-centos7-docker-4c-2g-5851 does not seem to be running inside a container [2020-10-16T09:30:39.146Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/80 -v /w/workspace/device-sdk-go/80:/w/workspace/device-sdk-go/80:rw,z -v /w/workspace/device-sdk-go/80@tmp:/w/workspace/device-sdk-go/80@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-16T09:30:39.880Z] $ docker top da8a171b3f5d69ec0d7f77fb85615bf6fb47837e0b5ef51aab594a6230c021ae -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-16T09:30:40.377Z] + go version [2020-10-16T09:30:40.377Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-16T09:30:40.392Z] $ docker stop --time=1 da8a171b3f5d69ec0d7f77fb85615bf6fb47837e0b5ef51aab594a6230c021ae [2020-10-16T09:30:40.573Z] ---> Running in 18a9531c66fe [2020-10-16T09:30:41.167Z] Removing intermediate container 18a9531c66fe [2020-10-16T09:30:41.168Z] ---> 88046161e4eb [2020-10-16T09:30:41.168Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T09:30:41.168Z] ---> Running in 834e11261108 [2020-10-16T09:30:41.723Z] $ docker rm -f da8a171b3f5d69ec0d7f77fb85615bf6fb47837e0b5ef51aab594a6230c021ae [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2020-10-16T09:30:43.817Z] Removing intermediate container 834e11261108 [2020-10-16T09:30:43.817Z] ---> 09b90c021f05 [2020-10-16T09:30:43.817Z] Step 5/8 : RUN apk add --no-cache make git [2020-10-16T09:30:43.817Z] ---> Running in 50dc4ea920a8 [Pipeline] sh [2020-10-16T09:30:45.170Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-16T09:30:45.261Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T09:30:45.486Z] + ls -al . [2020-10-16T09:30:45.486Z] total 64 [2020-10-16T09:30:45.486Z] drwxrwxr-x. 10 jenkins jenkins 4096 Oct 16 09:29 . [2020-10-16T09:30:45.486Z] drwxrwxr-x. 4 jenkins jenkins 30 Oct 16 09:29 .. [2020-10-16T09:30:45.486Z] drwxrwxr-x. 2 jenkins jenkins 64 Oct 16 09:29 bin [2020-10-16T09:30:45.486Z] -rw-rw-r--. 1 jenkins jenkins 936 Oct 16 09:29 Dockerfile.build [2020-10-16T09:30:45.486Z] -rw-rw-r--. 1 jenkins jenkins 140 Oct 16 09:29 .dockerignore [2020-10-16T09:30:45.486Z] drwxrwxr-x. 4 jenkins jenkins 48 Oct 16 09:29 example [2020-10-16T09:30:45.486Z] drwxrwxr-x. 8 jenkins jenkins 162 Oct 16 09:29 .git [2020-10-16T09:30:45.486Z] drwxrwxr-x. 2 jenkins jenkins 60 Oct 16 09:29 .github [2020-10-16T09:30:45.486Z] -rw-rw-r--. 1 jenkins jenkins 138 Oct 16 09:29 .gitignore [2020-10-16T09:30:45.486Z] -rw-rw-r--. 1 jenkins jenkins 517 Oct 16 09:29 go.mod [2020-10-16T09:30:45.486Z] drwxrwxr-x. 15 jenkins jenkins 211 Oct 16 09:29 internal [2020-10-16T09:30:45.486Z] -rw-rw-r--. 1 jenkins jenkins 901 Oct 16 09:29 Jenkinsfile [2020-10-16T09:30:45.486Z] -rw-rw-r--. 1 jenkins jenkins 11341 Oct 16 09:29 LICENSE [2020-10-16T09:30:45.486Z] -rw-rw-r--. 1 jenkins jenkins 1013 Oct 16 09:29 Makefile [2020-10-16T09:30:45.486Z] drwxrwxr-x. 4 jenkins jenkins 26 Oct 16 09:29 openapi [2020-10-16T09:30:45.486Z] drwxrwxr-x. 5 jenkins jenkins 50 Oct 16 09:29 pkg [2020-10-16T09:30:45.486Z] -rw-rw-r--. 1 jenkins jenkins 5897 Oct 16 09:29 README.md [2020-10-16T09:30:45.486Z] -rw-rw-r--. 1 jenkins jenkins 4291 Oct 16 09:29 RELEASE-NOTES.txt [2020-10-16T09:30:45.486Z] drwxrwxr-x. 4 jenkins jenkins 54 Oct 16 09:29 snap [2020-10-16T09:30:45.486Z] -rw-rw-r--. 1 jenkins jenkins 12 Oct 16 09:27 VERSION [2020-10-16T09:30:45.486Z] -rw-rw-r--. 1 jenkins jenkins 222 Oct 16 09:29 version.go [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:30:45.801Z] + 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=0f8fd9ff9b590fc1e2af7debc1be47c4c78a0866 --label arch=amd64 --label version=1.2.4-dev.29 . [2020-10-16T09:30:45.802Z] Sending build context to Docker daemon 2.313MB [2020-10-16T09:30:45.802Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-10-16T09:30:45.802Z] Step 2/24 : FROM ${BASE} AS builder [2020-10-16T09:30:45.802Z] ---> 70ca8d1c0b44 [2020-10-16T09:30:45.802Z] Step 3/24 : ARG MAKE='make build' [2020-10-16T09:30:46.250Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T09:30:46.376Z] ---> Running in caf42cb666af [2020-10-16T09:30:46.638Z] Removing intermediate container caf42cb666af [2020-10-16T09:30:46.638Z] ---> 857f1fb4bd25 [2020-10-16T09:30:46.638Z] Step 4/24 : WORKDIR /device-sdk-go [2020-10-16T09:30:46.638Z] ---> Running in 4f5cbdeeb83b [2020-10-16T09:30:46.900Z] Removing intermediate container 4f5cbdeeb83b [2020-10-16T09:30:46.900Z] ---> 44c0f0bb15b4 [2020-10-16T09:30:46.900Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-16T09:30:46.900Z] ---> Running in 4b762176feec [2020-10-16T09:30:46.900Z] Removing intermediate container 4b762176feec [2020-10-16T09:30:46.900Z] ---> 0dcd969ba0fa [2020-10-16T09:30:46.900Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T09:30:47.162Z] ---> Running in 22806a73671b [2020-10-16T09:30:47.709Z] OK: 142 MiB in 39 packages [2020-10-16T09:30:48.113Z] Removing intermediate container 22806a73671b [2020-10-16T09:30:48.113Z] ---> 6d229cbbe673 [2020-10-16T09:30:48.113Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-10-16T09:30:48.113Z] ---> Running in b22fa43c57d1 [2020-10-16T09:30:48.377Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T09:30:48.697Z] Removing intermediate container 50dc4ea920a8 [2020-10-16T09:30:48.697Z] ---> 8bafbd4b1434 [2020-10-16T09:30:48.697Z] Step 6/8 : WORKDIR /device-sdk-go [2020-10-16T09:30:48.697Z] ---> Running in 76687151a750 [2020-10-16T09:30:48.970Z] Removing intermediate container 76687151a750 [2020-10-16T09:30:48.970Z] ---> c71210aa2606 [2020-10-16T09:30:48.970Z] Step 7/8 : COPY . . [2020-10-16T09:30:49.330Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T09:30:49.911Z] OK: 166 MiB in 39 packages [2020-10-16T09:30:50.413Z] ---> 4a438cc0ac8d [2020-10-16T09:30:50.413Z] Step 8/8 : RUN go mod download [2020-10-16T09:30:50.413Z] ---> Running in c99b507c081c [2020-10-16T09:30:50.487Z] Removing intermediate container b22fa43c57d1 [2020-10-16T09:30:50.487Z] ---> 03445999d397 [2020-10-16T09:30:50.487Z] Step 8/24 : COPY . . [2020-10-16T09:30:51.435Z] ---> 613fbdf4c78b [2020-10-16T09:30:51.435Z] Step 9/24 : RUN ${MAKE} [2020-10-16T09:30:51.435Z] ---> Running in 15da89d92cf5 [2020-10-16T09:30:51.710Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.29" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-10-16T09:30:59.975Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-10-16T09:31:02.560Z] Removing intermediate container 15da89d92cf5 [2020-10-16T09:31:02.560Z] ---> c8e72a0e2af7 [2020-10-16T09:31:02.560Z] Step 10/24 : FROM scratch [2020-10-16T09:31:02.560Z] ---> [2020-10-16T09:31:02.560Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-16T09:31:02.560Z] ---> Running in 87761deb1a32 [2020-10-16T09:31:02.560Z] Removing intermediate container 87761deb1a32 [2020-10-16T09:31:02.560Z] ---> a0557082cfea [2020-10-16T09:31:02.560Z] Step 12/24 : ENV APP_PORT=49990 [2020-10-16T09:31:02.560Z] ---> Running in 9fa2fc8a2a94 [2020-10-16T09:31:02.560Z] Removing intermediate container 9fa2fc8a2a94 [2020-10-16T09:31:02.560Z] ---> f978cf7c25a6 [2020-10-16T09:31:02.560Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-16T09:31:02.560Z] ---> Running in 8e089b875a34 [2020-10-16T09:31:02.822Z] Removing intermediate container 8e089b875a34 [2020-10-16T09:31:02.822Z] ---> 667a72fee453 [2020-10-16T09:31:02.822Z] Step 14/24 : WORKDIR / [2020-10-16T09:31:02.822Z] ---> Running in 68c09cd27076 [2020-10-16T09:31:03.086Z] Removing intermediate container 68c09cd27076 [2020-10-16T09:31:03.086Z] ---> 20536b1d9a0a [2020-10-16T09:31:03.086Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-10-16T09:31:03.348Z] ---> 3f1c049eafc4 [2020-10-16T09:31:03.348Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-10-16T09:31:03.610Z] ---> dbb4340d4043 [2020-10-16T09:31:03.610Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-10-16T09:31:03.876Z] ---> 590505a67fdb [2020-10-16T09:31:03.876Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-10-16T09:31:04.138Z] ---> 2a58197dc40a [2020-10-16T09:31:04.138Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-10-16T09:31:04.404Z] ---> f68d23f59462 [2020-10-16T09:31:04.404Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-10-16T09:31:04.404Z] ---> Running in b81afe8404c6 [2020-10-16T09:31:04.666Z] Removing intermediate container b81afe8404c6 [2020-10-16T09:31:04.666Z] ---> f96a6e5dad41 [2020-10-16T09:31:04.666Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T09:31:04.666Z] ---> Running in 16a6e013e11a [2020-10-16T09:31:04.934Z] Removing intermediate container 16a6e013e11a [2020-10-16T09:31:04.934Z] ---> 9e8eb5eb31d7 [2020-10-16T09:31:04.934Z] Step 22/24 : LABEL arch=amd64 [2020-10-16T09:31:04.934Z] ---> Running in 293b06c36e18 [2020-10-16T09:31:04.934Z] Removing intermediate container 293b06c36e18 [2020-10-16T09:31:04.934Z] ---> d35ba6b7973d [2020-10-16T09:31:04.934Z] Step 23/24 : LABEL git_sha=0f8fd9ff9b590fc1e2af7debc1be47c4c78a0866 [2020-10-16T09:31:05.198Z] ---> Running in 50879262be10 [2020-10-16T09:31:05.198Z] Removing intermediate container 50879262be10 [2020-10-16T09:31:05.198Z] ---> d48a187ab47c [2020-10-16T09:31:05.198Z] Step 24/24 : LABEL version=1.2.4-dev.29 [2020-10-16T09:31:05.461Z] ---> Running in ae883f7b1720 [2020-10-16T09:31:05.461Z] Removing intermediate container ae883f7b1720 [2020-10-16T09:31:05.461Z] ---> 0b438319f5bd [2020-10-16T09:31:05.461Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-16T09:31:05.461Z] Successfully built 0b438319f5bd [2020-10-16T09:31:05.461Z] 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] } [2020-10-16T09:31:12.610Z] Removing intermediate container c99b507c081c [2020-10-16T09:31:12.610Z] ---> f6eb419f7d3f [2020-10-16T09:31:12.610Z] Successfully built f6eb419f7d3f [2020-10-16T09:31:12.610Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:31:13.037Z] + docker inspect -f . ci-base-image-arm64 [2020-10-16T09:31:13.037Z] . [Pipeline] withDockerContainer [2020-10-16T09:31:13.288Z] prd-ubuntu18.04-docker-arm64-4c-16g-5850 does not seem to be running inside a container [2020-10-16T09:31:13.391Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/80 -v /w/workspace/device-sdk-go/80:/w/workspace/device-sdk-go/80:rw,z -v /w/workspace/device-sdk-go/80@tmp:/w/workspace/device-sdk-go/80@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-16T09:31:15.214Z] $ docker top 2090075e4287f38f0e757fd243ab6cbaff9bbf25a9786aa9c0059f7cda30c4fc -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-16T09:31:16.651Z] + go version [2020-10-16T09:31:16.651Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-16T09:31:16.682Z] $ docker stop --time=1 2090075e4287f38f0e757fd243ab6cbaff9bbf25a9786aa9c0059f7cda30c4fc [2020-10-16T09:31:18.676Z] $ docker rm -f 2090075e4287f38f0e757fd243ab6cbaff9bbf25a9786aa9c0059f7cda30c4fc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-16T09:31:19.999Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-16T09:31:20.353Z] + ls -al . [2020-10-16T09:31:20.353Z] total 100 [2020-10-16T09:31:20.353Z] drwxrwxr-x 10 jenkins jenkins 4096 Oct 16 09:30 . [2020-10-16T09:31:20.353Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 16 09:30 .. [2020-10-16T09:31:20.353Z] -rw-rw-r-- 1 jenkins jenkins 140 Oct 16 09:30 .dockerignore [2020-10-16T09:31:20.353Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 16 09:30 .git [2020-10-16T09:31:20.353Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 16 09:30 .github [2020-10-16T09:31:20.353Z] -rw-rw-r-- 1 jenkins jenkins 138 Oct 16 09:30 .gitignore [2020-10-16T09:31:20.353Z] -rw-rw-r-- 1 jenkins jenkins 936 Oct 16 09:30 Dockerfile.build [2020-10-16T09:31:20.353Z] -rw-rw-r-- 1 jenkins jenkins 901 Oct 16 09:30 Jenkinsfile [2020-10-16T09:31:20.353Z] -rw-rw-r-- 1 jenkins jenkins 11341 Oct 16 09:30 LICENSE [2020-10-16T09:31:20.353Z] -rw-rw-r-- 1 jenkins jenkins 1013 Oct 16 09:30 Makefile [2020-10-16T09:31:20.353Z] -rw-rw-r-- 1 jenkins jenkins 5897 Oct 16 09:30 README.md [2020-10-16T09:31:20.353Z] -rw-rw-r-- 1 jenkins jenkins 4291 Oct 16 09:30 RELEASE-NOTES.txt [2020-10-16T09:31:20.353Z] -rw-rw-r-- 1 jenkins jenkins 12 Oct 16 09:27 VERSION [2020-10-16T09:31:20.353Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 16 09:30 bin [2020-10-16T09:31:20.353Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 16 09:30 example [2020-10-16T09:31:20.353Z] -rw-rw-r-- 1 jenkins jenkins 517 Oct 16 09:30 go.mod [2020-10-16T09:31:20.353Z] drwxrwxr-x 15 jenkins jenkins 4096 Oct 16 09:30 internal [2020-10-16T09:31:20.353Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 16 09:30 openapi [2020-10-16T09:31:20.353Z] drwxrwxr-x 5 jenkins jenkins 4096 Oct 16 09:30 pkg [2020-10-16T09:31:20.353Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 16 09:30 snap [2020-10-16T09:31:20.353Z] -rw-rw-r-- 1 jenkins jenkins 222 Oct 16 09:30 version.go [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:31:20.724Z] + 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=0f8fd9ff9b590fc1e2af7debc1be47c4c78a0866 --label arch=arm64 --label version=1.2.4-dev.29 . [2020-10-16T09:31:21.340Z] Sending build context to Docker daemon 2.313MB [2020-10-16T09:31:21.340Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-10-16T09:31:21.340Z] Step 2/24 : FROM ${BASE} AS builder [2020-10-16T09:31:21.340Z] ---> f6eb419f7d3f [2020-10-16T09:31:21.340Z] Step 3/24 : ARG MAKE='make build' [2020-10-16T09:31:21.340Z] ---> Running in a65d7e097a85 [2020-10-16T09:31:21.954Z] Removing intermediate container a65d7e097a85 [2020-10-16T09:31:21.954Z] ---> 154edfd65339 [2020-10-16T09:31:21.954Z] Step 4/24 : WORKDIR /device-sdk-go [2020-10-16T09:31:21.954Z] ---> Running in eb735ec5d6b4 [2020-10-16T09:31:22.560Z] Removing intermediate container eb735ec5d6b4 [2020-10-16T09:31:22.561Z] ---> 1f37b8846971 [2020-10-16T09:31:22.561Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-16T09:31:22.561Z] ---> Running in 31dad248ee6c [2020-10-16T09:31:23.210Z] Removing intermediate container 31dad248ee6c [2020-10-16T09:31:23.210Z] ---> b3c2d642de0f [2020-10-16T09:31:23.210Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T09:31:23.210Z] ---> Running in 5a409d72bcde [2020-10-16T09:31:25.856Z] Removing intermediate container 5a409d72bcde [2020-10-16T09:31:25.856Z] ---> 0c694458b378 [2020-10-16T09:31:25.856Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-10-16T09:31:25.856Z] ---> Running in 2b4e9d01446b [2020-10-16T09:31:27.313Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T09:31:28.317Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T09:31:30.332Z] OK: 142 MiB in 39 packages [2020-10-16T09:31:31.316Z] Removing intermediate container 2b4e9d01446b [2020-10-16T09:31:31.316Z] ---> da13331a1702 [2020-10-16T09:31:31.316Z] Step 8/24 : COPY . . [2020-10-16T09:31:32.324Z] ---> 5c5921571a34 [2020-10-16T09:31:32.324Z] Step 9/24 : RUN ${MAKE} [2020-10-16T09:31:32.601Z] ---> Running in 133d7f0d3c18 [2020-10-16T09:31:34.082Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.29" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-10-16T09:32:01.057Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-10-16T09:32:01.057Z] Removing intermediate container 133d7f0d3c18 [2020-10-16T09:32:01.057Z] ---> 1656c5b4b1a2 [2020-10-16T09:32:01.057Z] Step 10/24 : FROM scratch [2020-10-16T09:32:01.057Z] ---> [2020-10-16T09:32:01.057Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-16T09:32:01.057Z] ---> Running in 5674fb9dfee0 [2020-10-16T09:32:01.057Z] Removing intermediate container 5674fb9dfee0 [2020-10-16T09:32:01.057Z] ---> f4316ffc739d [2020-10-16T09:32:01.057Z] Step 12/24 : ENV APP_PORT=49990 [2020-10-16T09:32:01.329Z] ---> Running in 698cf19032eb [2020-10-16T09:32:01.602Z] Removing intermediate container 698cf19032eb [2020-10-16T09:32:01.602Z] ---> d27e08c5a19c [2020-10-16T09:32:01.602Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-16T09:32:01.602Z] ---> Running in dc2228a66142 [2020-10-16T09:32:02.203Z] Removing intermediate container dc2228a66142 [2020-10-16T09:32:02.203Z] ---> 053734fe2956 [2020-10-16T09:32:02.203Z] Step 14/24 : WORKDIR / [2020-10-16T09:32:02.203Z] ---> Running in 25c408fd2f2b [2020-10-16T09:32:02.807Z] Removing intermediate container 25c408fd2f2b [2020-10-16T09:32:02.807Z] ---> 630d6fdb5904 [2020-10-16T09:32:02.807Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-10-16T09:32:03.787Z] ---> 18eddb7a2a7c [2020-10-16T09:32:03.787Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-10-16T09:32:04.385Z] ---> 6138da364e71 [2020-10-16T09:32:04.385Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-10-16T09:32:04.994Z] ---> afff3043ce1c [2020-10-16T09:32:04.994Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-10-16T09:32:05.969Z] ---> 797263ae86a1 [2020-10-16T09:32:05.969Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-10-16T09:32:06.577Z] ---> 6696875ebf1f [2020-10-16T09:32:06.577Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-10-16T09:32:06.577Z] ---> Running in e6df8c12de73 [2020-10-16T09:32:07.169Z] Removing intermediate container e6df8c12de73 [2020-10-16T09:32:07.169Z] ---> a73ca1c9a710 [2020-10-16T09:32:07.169Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T09:32:07.169Z] ---> Running in 98915bb91e1e [2020-10-16T09:32:07.763Z] Removing intermediate container 98915bb91e1e [2020-10-16T09:32:07.763Z] ---> 516c5d56ef14 [2020-10-16T09:32:07.763Z] Step 22/24 : LABEL arch=arm64 [2020-10-16T09:32:07.763Z] ---> Running in e115f4c07869 [2020-10-16T09:32:08.033Z] Removing intermediate container e115f4c07869 [2020-10-16T09:32:08.033Z] ---> 925e798f868d [2020-10-16T09:32:08.033Z] Step 23/24 : LABEL git_sha=0f8fd9ff9b590fc1e2af7debc1be47c4c78a0866 [2020-10-16T09:32:08.306Z] ---> Running in f2728390dc85 [2020-10-16T09:32:08.897Z] Removing intermediate container f2728390dc85 [2020-10-16T09:32:08.898Z] ---> 7c3c272c5d88 [2020-10-16T09:32:08.898Z] Step 24/24 : LABEL version=1.2.4-dev.29 [2020-10-16T09:32:08.898Z] ---> Running in a9005d8ca06e [2020-10-16T09:32:09.170Z] Removing intermediate container a9005d8ca06e [2020-10-16T09:32:09.170Z] ---> a431df455f40 [2020-10-16T09:32:09.170Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-16T09:32:09.443Z] Successfully built a431df455f40 [2020-10-16T09:32:09.443Z] Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [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-16T09:32:11.352Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-16T09:32:11.354Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-16T09:32:11.434Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:32:11.877Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-16T09:32:11.878Z] [2020-10-16T09:32:11.878Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:32:12.235Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-16T09:32:12.236Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-16T09:32:12.236Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-16T09:32:12.236Z] 408f87550127: Pulling fs layer [2020-10-16T09:32:12.236Z] fe522b08c979: Pulling fs layer [2020-10-16T09:32:12.236Z] 221eaa008020: Pulling fs layer [2020-10-16T09:32:12.236Z] 2a4607e5d6b9: Pulling fs layer [2020-10-16T09:32:12.236Z] 8f79b27c4fd2: Pulling fs layer [2020-10-16T09:32:12.236Z] e5c8dbe1645b: Pulling fs layer [2020-10-16T09:32:12.236Z] 23e8b3b47431: Pulling fs layer [2020-10-16T09:32:12.236Z] 5c568d65a230: Pulling fs layer [2020-10-16T09:32:12.236Z] 2a4607e5d6b9: Waiting [2020-10-16T09:32:12.236Z] 8f79b27c4fd2: Waiting [2020-10-16T09:32:12.236Z] e5c8dbe1645b: Waiting [2020-10-16T09:32:12.236Z] 23e8b3b47431: Waiting [2020-10-16T09:32:12.236Z] 5c568d65a230: Waiting [2020-10-16T09:32:12.236Z] 221eaa008020: Waiting [2020-10-16T09:32:12.236Z] fe522b08c979: Verifying Checksum [2020-10-16T09:32:12.236Z] fe522b08c979: Download complete [2020-10-16T09:32:12.236Z] 408f87550127: Download complete [2020-10-16T09:32:12.236Z] 2a4607e5d6b9: Verifying Checksum [2020-10-16T09:32:12.236Z] 2a4607e5d6b9: Download complete [2020-10-16T09:32:12.236Z] 8f79b27c4fd2: Verifying Checksum [2020-10-16T09:32:12.236Z] 8f79b27c4fd2: Download complete [2020-10-16T09:32:12.236Z] cbdbe7a5bc2a: Download complete [2020-10-16T09:32:12.506Z] cbdbe7a5bc2a: Pull complete [2020-10-16T09:32:12.769Z] 408f87550127: Pull complete [2020-10-16T09:32:12.769Z] fe522b08c979: Pull complete [2020-10-16T09:32:13.721Z] e5c8dbe1645b: Verifying Checksum [2020-10-16T09:32:13.721Z] e5c8dbe1645b: Download complete [2020-10-16T09:32:14.680Z] 23e8b3b47431: Verifying Checksum [2020-10-16T09:32:14.680Z] 23e8b3b47431: Download complete [2020-10-16T09:32:14.942Z] 5c568d65a230: Download complete [2020-10-16T09:32:15.891Z] 221eaa008020: Verifying Checksum [2020-10-16T09:32:15.891Z] 221eaa008020: Download complete [2020-10-16T09:32:21.246Z] 221eaa008020: Pull complete [2020-10-16T09:32:21.247Z] 2a4607e5d6b9: Pull complete [2020-10-16T09:32:21.247Z] 8f79b27c4fd2: Pull complete [2020-10-16T09:32:23.173Z] e5c8dbe1645b: Pull complete [2020-10-16T09:32:26.497Z] 23e8b3b47431: Pull complete [2020-10-16T09:32:27.452Z] 5c568d65a230: Pull complete [2020-10-16T09:32:27.452Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-16T09:32:27.452Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-16T09:32:27.452Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-16T09:32:27.606Z] prd-centos7-docker-4c-2g-5844 does not seem to be running inside a container [2020-10-16T09:32:27.656Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-10-16T09:32:28.466Z] $ docker top 750c145530e30b09a1673063158474e7ebea7203b168abca0315c906e703ff3a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-16T09:32:28.932Z] + snyk monitor '--org=edgex-jenkins' [2020-10-16T09:32:35.528Z] [2020-10-16T09:32:35.528Z] Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go)... [2020-10-16T09:32:35.528Z] [2020-10-16T09:32:35.528Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/057beb34-70d8-4945-961c-fe027db76abc/history/b6f07d8b-eb6e-44bc-aa81-6e113e1719ac [2020-10-16T09:32:35.528Z] [2020-10-16T09:32:35.529Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-16T09:32:35.529Z] [2020-10-16T09:32:35.529Z] [2020-10-16T09:32:35.529Z] Snyk CLI supports Node.js 8 and higher. [2020-10-16T09:32:35.529Z] 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-16T09:32:35.529Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-16T09:32:35.529Z] [2020-10-16T09:32:35.529Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-16T09:32:35.529Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [2020-10-16T09:32:35.529Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2020-10-16T09:32:35.529Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-10-16T09:32:35.543Z] $ docker stop --time=1 750c145530e30b09a1673063158474e7ebea7203b168abca0315c906e703ff3a [2020-10-16T09:32:38.186Z] $ docker rm -f 750c145530e30b09a1673063158474e7ebea7203b168abca0315c906e703ff3a [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-16T09:32:39.668Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-16T09:32:39.719Z] provisioning config files... [2020-10-16T09:32:39.733Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7346179235602486154tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-16T09:32:40.104Z] --> edgex-publish-swagger.sh [2020-10-16T09:32:40.104Z] === Publish openapi/v1 API === [2020-10-16T09:32:40.104Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-10-16T09:32:40.104Z] [publishToSwagger] Publishing API Name [device-sdk] [2020-10-16T09:32:40.104Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-16T09:32:40.104Z] Dload Upload Total Spent Left Speed [2020-10-16T09:32:40.681Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20188 0 0 100 20188 0 26521 --:--:-- --:--:-- --:--:-- 26563 [2020-10-16T09:32:40.681Z] [2020-10-16T09:32:40.681Z] [2020-10-16T09:32:40.681Z] === Publish openapi/v2 API === [2020-10-16T09:32:40.681Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-10-16T09:32:40.681Z] [publishToSwagger] Publishing API Name [device-sdk] [2020-10-16T09:32:40.681Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-16T09:32:40.681Z] Dload Upload Total Spent Left Speed [2020-10-16T09:32:41.518Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 49274 0 0 100 49274 0 75316 --:--:-- --:--:-- --:--:-- 75342 [2020-10-16T09:32:41.518Z] [2020-10-16T09:32:41.518Z] [Pipeline] } [2020-10-16T09:32:41.527Z] 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-16T09:32:42.451Z] + git log --format=format:%s -1 0f8fd9ff9b590fc1e2af7debc1be47c4c78a0866 [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:32:42.757Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-16T09:32:42.757Z] . [Pipeline] withDockerContainer [2020-10-16T09:32:42.858Z] prd-centos7-docker-4c-2g-5844 does not seem to be running inside a container [2020-10-16T09:32:42.914Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-16T09:32:43.559Z] $ docker top bc44175612fbe8c992163212427687e56c350e851debe83ffa29be0617bd37c4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-16T09:32:43.913Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-16T09:32:43.913Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-16T09:32:44.111Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-16T09:32:44.115Z] $ docker exec bc44175612fbe8c992163212427687e56c350e851debe83ffa29be0617bd37c4 ssh-agent [2020-10-16T09:32:44.279Z] SSH_AUTH_SOCK=/tmp/ssh-39ZTwlzz1tfI/agent.12 [2020-10-16T09:32:44.279Z] SSH_AGENT_PID=17 [2020-10-16T09:32:44.287Z] Running ssh-add (command line suppressed) [2020-10-16T09:32:44.415Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6072265732398219027.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6072265732398219027.key) [2020-10-16T09:32:44.474Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-16T09:32:44.816Z] + git semver tag [2020-10-16T09:32:44.816Z] # -> Open(): unable to determine branch for HEAD [2020-10-16T09:32:44.816Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-10-16T09:32:44.816Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-10-16T09:32:44.816Z] # $SEMVER_REMOTE_NAME = origin [2020-10-16T09:32:44.816Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-16T09:32:44.816Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-16T09:32:44.816Z] # $SEMVER_BRANCH = master [2020-10-16T09:32:44.816Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2020-10-16T09:32:44.816Z] # 0f8fd9ff9b590fc1e2af7debc1be47c4c78a0866 HEAD [2020-10-16T09:32:44.816Z] # -> Force: false [2020-10-16T09:32:44.816Z] # 9aff1af98870593b06ae33c4ec99cf634cf938ee refs/tags/v1.2.4-dev.29 [Pipeline] } [2020-10-16T09:32:44.829Z] $ docker exec --env ******** --env ******** bc44175612fbe8c992163212427687e56c350e851debe83ffa29be0617bd37c4 ssh-agent -k [2020-10-16T09:32:44.950Z] unset SSH_AUTH_SOCK; [2020-10-16T09:32:44.950Z] unset SSH_AGENT_PID; [2020-10-16T09:32:44.950Z] echo Agent pid 17 killed; [2020-10-16T09:32:44.997Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-16T09:32:45.470Z] + git semver [Pipeline] } [2020-10-16T09:32:45.487Z] $ docker stop --time=1 bc44175612fbe8c992163212427687e56c350e851debe83ffa29be0617bd37c4 [2020-10-16T09:32:46.859Z] $ docker rm -f bc44175612fbe8c992163212427687e56c350e851debe83ffa29be0617bd37c4 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:32:47.511Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-16T09:32:47.511Z] [2020-10-16T09:32:47.511Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:32:47.886Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-16T09:32:47.886Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-16T09:32:47.886Z] ab5ef0e58194: Pulling fs layer [2020-10-16T09:32:47.886Z] 9712f1f96733: Pulling fs layer [2020-10-16T09:32:47.886Z] 63f879dbbcfc: Pulling fs layer [2020-10-16T09:32:47.886Z] 0d9ebad4ef96: Pulling fs layer [2020-10-16T09:32:47.886Z] e9a5061849ea: Pulling fs layer [2020-10-16T09:32:47.886Z] d747dcd14b5f: Pulling fs layer [2020-10-16T09:32:47.886Z] 2de7ff778b66: Pulling fs layer [2020-10-16T09:32:47.886Z] e9a5061849ea: Waiting [2020-10-16T09:32:47.886Z] d747dcd14b5f: Waiting [2020-10-16T09:32:47.886Z] 0d9ebad4ef96: Waiting [2020-10-16T09:32:47.886Z] 2de7ff778b66: Waiting [2020-10-16T09:32:47.886Z] 9712f1f96733: Download complete [2020-10-16T09:32:49.828Z] 63f879dbbcfc: Verifying Checksum [2020-10-16T09:32:49.828Z] 63f879dbbcfc: Download complete [2020-10-16T09:32:49.828Z] e9a5061849ea: Verifying Checksum [2020-10-16T09:32:49.828Z] e9a5061849ea: Download complete [2020-10-16T09:32:49.828Z] d747dcd14b5f: Verifying Checksum [2020-10-16T09:32:49.828Z] d747dcd14b5f: Download complete [2020-10-16T09:32:50.091Z] 2de7ff778b66: Verifying Checksum [2020-10-16T09:32:50.091Z] 2de7ff778b66: Download complete [2020-10-16T09:32:50.356Z] ab5ef0e58194: Verifying Checksum [2020-10-16T09:32:50.356Z] ab5ef0e58194: Download complete [2020-10-16T09:32:50.356Z] 0d9ebad4ef96: Verifying Checksum [2020-10-16T09:32:50.356Z] 0d9ebad4ef96: Download complete [2020-10-16T09:32:54.579Z] ab5ef0e58194: Pull complete [2020-10-16T09:32:54.579Z] 9712f1f96733: Pull complete [2020-10-16T09:32:57.128Z] 63f879dbbcfc: Pull complete [2020-10-16T09:33:03.784Z] 0d9ebad4ef96: Pull complete [2020-10-16T09:33:04.052Z] e9a5061849ea: Pull complete [2020-10-16T09:33:04.052Z] d747dcd14b5f: Pull complete [2020-10-16T09:33:08.594Z] 2de7ff778b66: Pull complete [2020-10-16T09:33:08.594Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-16T09:33:08.594Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-16T09:33:08.594Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-16T09:33:08.775Z] prd-centos7-docker-4c-2g-5844 does not seem to be running inside a container [2020-10-16T09:33:08.826Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-10-16T09:33:12.019Z] $ docker top 1e7de70bcc64d69755b7132977888b9b8397f2ad44e1fede2977ca7723fd72fd -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-16T09:33:12.224Z] provisioning config files... [2020-10-16T09:33:12.233Z] copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config3082214134822853080tmp [2020-10-16T09:33:12.249Z] copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config3875113030458481691tmp [2020-10-16T09:33:12.281Z] copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1469475901979890837tmp [Pipeline] { [Pipeline] echo [2020-10-16T09:33:12.334Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T09:33:12.631Z] ---> sigul-configuration.sh [2020-10-16T09:33:12.631Z] gpg: directory `/root/.gnupg' created [2020-10-16T09:33:12.631Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-16T09:33:12.631Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-16T09:33:12.631Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-16T09:33:12.631Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-16T09:33:12.631Z] gpg: CAST5 encrypted data [2020-10-16T09:33:12.898Z] gpg: encrypted with 1 passphrase [2020-10-16T09:33:12.898Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-16T09:33:13.200Z] + mkdir /home/jenkins [2020-10-16T09:33:13.200Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-16T09:33:13.513Z] + 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-16T09:33:13.526Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T09:33:13.835Z] ---> sigul-install.sh [2020-10-16T09:33:20.542Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-16T09:33:20.846Z] + git tag --list [2020-10-16T09:33:20.846Z] 0.7.1 [2020-10-16T09:33:20.846Z] delhi-tag [2020-10-16T09:33:20.846Z] v1.0.0 [2020-10-16T09:33:20.846Z] v1.1.0 [2020-10-16T09:33:20.846Z] v1.1.1 [2020-10-16T09:33:20.846Z] v1.1.2 [2020-10-16T09:33:20.846Z] v1.2.0 [2020-10-16T09:33:20.846Z] v1.2.1 [2020-10-16T09:33:20.846Z] v1.2.2 [2020-10-16T09:33:20.846Z] v1.2.3 [2020-10-16T09:33:20.846Z] v1.2.4-dev.1 [2020-10-16T09:33:20.846Z] v1.2.4-dev.10 [2020-10-16T09:33:20.846Z] v1.2.4-dev.11 [2020-10-16T09:33:20.846Z] v1.2.4-dev.12 [2020-10-16T09:33:20.846Z] v1.2.4-dev.13 [2020-10-16T09:33:20.846Z] v1.2.4-dev.14 [2020-10-16T09:33:20.846Z] v1.2.4-dev.15 [2020-10-16T09:33:20.846Z] v1.2.4-dev.16 [2020-10-16T09:33:20.846Z] v1.2.4-dev.17 [2020-10-16T09:33:20.846Z] v1.2.4-dev.18 [2020-10-16T09:33:20.846Z] v1.2.4-dev.19 [2020-10-16T09:33:20.846Z] v1.2.4-dev.2 [2020-10-16T09:33:20.846Z] v1.2.4-dev.20 [2020-10-16T09:33:20.846Z] v1.2.4-dev.21 [2020-10-16T09:33:20.846Z] v1.2.4-dev.22 [2020-10-16T09:33:20.846Z] v1.2.4-dev.23 [2020-10-16T09:33:20.846Z] v1.2.4-dev.24 [2020-10-16T09:33:20.846Z] v1.2.4-dev.25 [2020-10-16T09:33:20.846Z] v1.2.4-dev.26 [2020-10-16T09:33:20.846Z] v1.2.4-dev.27 [2020-10-16T09:33:20.846Z] v1.2.4-dev.28 [2020-10-16T09:33:20.846Z] v1.2.4-dev.29 [2020-10-16T09:33:20.846Z] v1.2.4-dev.3 [2020-10-16T09:33:20.846Z] v1.2.4-dev.4 [2020-10-16T09:33:20.846Z] v1.2.4-dev.5 [2020-10-16T09:33:20.846Z] v1.2.4-dev.6 [2020-10-16T09:33:20.846Z] v1.2.4-dev.7 [2020-10-16T09:33:20.846Z] v1.2.4-dev.8 [2020-10-16T09:33:20.846Z] v1.2.4-dev.9 [Pipeline] sh [2020-10-16T09:33:21.145Z] + lftools sign git-tag v1.2.4-dev.29 [2020-10-16T09:33:22.550Z] Signing Git tag with Sigul... [2020-10-16T09:33:22.550Z] Signing v1.2.4-dev.29 [Pipeline] echo [2020-10-16T09:33:23.507Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T09:33:23.806Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-16T09:33:23.815Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-16T09:33:23.991Z] $ docker stop --time=1 1e7de70bcc64d69755b7132977888b9b8397f2ad44e1fede2977ca7723fd72fd [2020-10-16T09:33:26.025Z] $ docker rm -f 1e7de70bcc64d69755b7132977888b9b8397f2ad44e1fede2977ca7723fd72fd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:33:27.091Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-16T09:33:27.091Z] . [Pipeline] withDockerContainer [2020-10-16T09:33:27.184Z] prd-centos7-docker-4c-2g-5844 does not seem to be running inside a container [2020-10-16T09:33:27.230Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-16T09:33:27.889Z] $ docker top 0ea9aa884ed6800b9bad9d9b6afe0cf389a7e6a97d7a7e8ef42a1913e5a52a55 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-16T09:33:28.203Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-16T09:33:28.203Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-16T09:33:28.400Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-16T09:33:28.404Z] $ docker exec 0ea9aa884ed6800b9bad9d9b6afe0cf389a7e6a97d7a7e8ef42a1913e5a52a55 ssh-agent [2020-10-16T09:33:28.577Z] SSH_AUTH_SOCK=/tmp/ssh-Z75JmxOW0wRj/agent.12 [2020-10-16T09:33:28.577Z] SSH_AGENT_PID=17 [2020-10-16T09:33:28.584Z] Running ssh-add (command line suppressed) [2020-10-16T09:33:28.703Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7944414051502035172.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7944414051502035172.key) [2020-10-16T09:33:28.758Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-16T09:33:29.094Z] + git semver bump pre [2020-10-16T09:33:29.094Z] # -> Open(): unable to determine branch for HEAD [2020-10-16T09:33:29.094Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-10-16T09:33:29.094Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-10-16T09:33:29.094Z] # $SEMVER_REMOTE_NAME = origin [2020-10-16T09:33:29.094Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-16T09:33:29.094Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-16T09:33:29.094Z] # $SEMVER_BRANCH = master [2020-10-16T09:33:29.094Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2020-10-16T09:33:29.094Z] 1.2.4-dev.30 [Pipeline] } [2020-10-16T09:33:29.110Z] $ docker exec --env ******** --env ******** 0ea9aa884ed6800b9bad9d9b6afe0cf389a7e6a97d7a7e8ef42a1913e5a52a55 ssh-agent -k [2020-10-16T09:33:29.227Z] unset SSH_AUTH_SOCK; [2020-10-16T09:33:29.227Z] unset SSH_AGENT_PID; [2020-10-16T09:33:29.227Z] echo Agent pid 17 killed; [2020-10-16T09:33:29.278Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-16T09:33:29.782Z] + git semver [Pipeline] } [2020-10-16T09:33:29.802Z] $ docker stop --time=1 0ea9aa884ed6800b9bad9d9b6afe0cf389a7e6a97d7a7e8ef42a1913e5a52a55 [2020-10-16T09:33:31.188Z] $ docker rm -f 0ea9aa884ed6800b9bad9d9b6afe0cf389a7e6a97d7a7e8ef42a1913e5a52a55 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:33:31.687Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-16T09:33:31.687Z] . [Pipeline] withDockerContainer [2020-10-16T09:33:31.776Z] prd-centos7-docker-4c-2g-5844 does not seem to be running inside a container [2020-10-16T09:33:31.819Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-16T09:33:32.407Z] $ docker top f1b799daff681268988c1197138c5deaf4923d7ab510051a24557bdfdb27474f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-16T09:33:32.739Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-16T09:33:32.739Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-16T09:33:32.922Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-16T09:33:32.926Z] $ docker exec f1b799daff681268988c1197138c5deaf4923d7ab510051a24557bdfdb27474f ssh-agent [2020-10-16T09:33:33.100Z] SSH_AUTH_SOCK=/tmp/ssh-vjw1ZegOti1Q/agent.12 [2020-10-16T09:33:33.100Z] SSH_AGENT_PID=18 [2020-10-16T09:33:33.107Z] Running ssh-add (command line suppressed) [2020-10-16T09:33:33.223Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_184950260296071616.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_184950260296071616.key) [2020-10-16T09:33:33.277Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-16T09:33:33.607Z] + git semver push [2020-10-16T09:33:33.607Z] # -> Open(): unable to determine branch for HEAD [2020-10-16T09:33:33.607Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-10-16T09:33:33.607Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-10-16T09:33:33.607Z] # $SEMVER_REMOTE_NAME = origin [2020-10-16T09:33:33.607Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-16T09:33:33.607Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-16T09:33:33.607Z] # $SEMVER_BRANCH = master [2020-10-16T09:33:33.607Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2020-10-16T09:33:40.208Z] $ docker exec --env ******** --env ******** f1b799daff681268988c1197138c5deaf4923d7ab510051a24557bdfdb27474f ssh-agent -k [2020-10-16T09:33:40.327Z] unset SSH_AUTH_SOCK; [2020-10-16T09:33:40.328Z] unset SSH_AGENT_PID; [2020-10-16T09:33:40.328Z] echo Agent pid 18 killed; [2020-10-16T09:33:40.379Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-16T09:33:40.954Z] + git semver [Pipeline] } [2020-10-16T09:33:40.971Z] $ docker stop --time=1 f1b799daff681268988c1197138c5deaf4923d7ab510051a24557bdfdb27474f [2020-10-16T09:33:42.353Z] $ docker rm -f f1b799daff681268988c1197138c5deaf4923d7ab510051a24557bdfdb27474f [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-16T09:33:44.071Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T09:33:44.640Z] ---> package-listing.sh [2020-10-16T09:33:44.640Z] ++ facter osfamily [2020-10-16T09:33:44.640Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-16T09:33:44.640Z] + OS_FAMILY=redhat [2020-10-16T09:33:44.640Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_master [2020-10-16T09:33:44.640Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-16T09:33:44.640Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-16T09:33:44.640Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-16T09:33:44.640Z] + PACKAGES=/tmp/packages_start.txt [2020-10-16T09:33:44.640Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2020-10-16T09:33:44.640Z] + PACKAGES=/tmp/packages_end.txt [2020-10-16T09:33:44.640Z] + case "${OS_FAMILY}" in [2020-10-16T09:33:44.640Z] + rpm -qa [2020-10-16T09:33:44.640Z] + sort [2020-10-16T09:33:48.859Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-16T09:33:48.859Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-16T09:33:48.859Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-16T09:33:48.859Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2020-10-16T09:33:48.859Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [2020-10-16T09:33:48.859Z] + 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-16T09:33:48.873Z] 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-16T09:33:49.165Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:33:49.546Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-16T09:33:49.546Z] [2020-10-16T09:33:49.546Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:33:49.981Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-16T09:33:49.981Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-16T09:33:49.981Z] df20fa9351a1: Pulling fs layer [2020-10-16T09:33:49.981Z] 36b3adc4ff6f: Pulling fs layer [2020-10-16T09:33:49.981Z] 8ad3a11d3b57: Pulling fs layer [2020-10-16T09:33:49.981Z] 46f8f816bc3b: Pulling fs layer [2020-10-16T09:33:49.981Z] 93b61091891f: Pulling fs layer [2020-10-16T09:33:49.981Z] 93b9cdb0e59b: Pulling fs layer [2020-10-16T09:33:49.981Z] 5e14af77c1be: Pulling fs layer [2020-10-16T09:33:49.981Z] 01666e4c0597: Pulling fs layer [2020-10-16T09:33:49.981Z] aa168da1d23b: Pulling fs layer [2020-10-16T09:33:49.981Z] 93b9cdb0e59b: Waiting [2020-10-16T09:33:49.981Z] 5e14af77c1be: Waiting [2020-10-16T09:33:49.981Z] 01666e4c0597: Waiting [2020-10-16T09:33:49.981Z] aa168da1d23b: Waiting [2020-10-16T09:33:49.981Z] 46f8f816bc3b: Waiting [2020-10-16T09:33:49.981Z] 93b61091891f: Waiting [2020-10-16T09:33:49.981Z] 36b3adc4ff6f: Download complete [2020-10-16T09:33:49.981Z] 46f8f816bc3b: Verifying Checksum [2020-10-16T09:33:49.981Z] 46f8f816bc3b: Download complete [2020-10-16T09:33:49.981Z] df20fa9351a1: Verifying Checksum [2020-10-16T09:33:49.981Z] 93b9cdb0e59b: Verifying Checksum [2020-10-16T09:33:49.981Z] 93b9cdb0e59b: Download complete [2020-10-16T09:33:49.981Z] 5e14af77c1be: Verifying Checksum [2020-10-16T09:33:49.981Z] 5e14af77c1be: Download complete [2020-10-16T09:33:50.244Z] 93b61091891f: Verifying Checksum [2020-10-16T09:33:50.244Z] 93b61091891f: Download complete [2020-10-16T09:33:50.244Z] 01666e4c0597: Verifying Checksum [2020-10-16T09:33:50.244Z] 01666e4c0597: Download complete [2020-10-16T09:33:50.244Z] 8ad3a11d3b57: Verifying Checksum [2020-10-16T09:33:50.244Z] 8ad3a11d3b57: Download complete [2020-10-16T09:33:50.505Z] df20fa9351a1: Pull complete [2020-10-16T09:33:50.767Z] 36b3adc4ff6f: Pull complete [2020-10-16T09:33:51.722Z] 8ad3a11d3b57: Pull complete [2020-10-16T09:33:51.982Z] 46f8f816bc3b: Pull complete [2020-10-16T09:33:52.250Z] aa168da1d23b: Verifying Checksum [2020-10-16T09:33:52.250Z] aa168da1d23b: Download complete [2020-10-16T09:33:52.510Z] 93b61091891f: Pull complete [2020-10-16T09:33:52.771Z] 93b9cdb0e59b: Pull complete [2020-10-16T09:33:52.771Z] 5e14af77c1be: Pull complete [2020-10-16T09:33:53.031Z] 01666e4c0597: Pull complete [2020-10-16T09:33:59.648Z] aa168da1d23b: Pull complete [2020-10-16T09:33:59.648Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-16T09:33:59.648Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-16T09:33:59.648Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-16T09:33:59.768Z] prd-centos7-docker-4c-2g-5844 does not seem to be running inside a container [2020-10-16T09:33:59.816Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-10-16T09:34:03.834Z] $ docker top fff2da3ac799fdad17421c01b735e82f06f48e25635d85c3d4b2b04af234040a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-16T09:34:04.371Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-16T09:34:04.696Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-16T09:34:04.997Z] + ls /var/log/sa-host [2020-10-16T09:34:04.997Z] + sadf -c /var/log/sa-host/sa05 [2020-10-16T09:34:04.997Z] file_magic: OK [2020-10-16T09:34:04.997Z] HZ: Using current value: 100 [2020-10-16T09:34:04.997Z] file_header: OK [2020-10-16T09:34:04.997Z] 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-16T09:34:04.997Z] Statistics: [2020-10-16T09:34:04.997Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-16T09:34:04.997Z] File successfully converted to sysstat format version 12.2.1 [2020-10-16T09:34:04.997Z] + sadf -c /var/log/sa-host/sa16 [2020-10-16T09:34:04.997Z] file_magic: OK [2020-10-16T09:34:04.997Z] HZ: Using current value: 100 [2020-10-16T09:34:04.997Z] file_header: OK [2020-10-16T09:34:04.997Z] 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-16T09:34:04.997Z] Statistics: [2020-10-16T09:34:04.997Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-16T09:34:04.997Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-16T09:34:05.284Z] provisioning config files... [2020-10-16T09:34:05.305Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8037642468646144315tmp [Pipeline] { [Pipeline] echo [2020-10-16T09:34:05.392Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T09:34:05.691Z] ---> create-netrc.sh [Pipeline] } [2020-10-16T09:34:05.700Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-16T09:34:05.788Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T09:34:06.110Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-16T09:34:06.120Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T09:34:06.410Z] ---> sudo-logs.sh [2020-10-16T09:34:06.410Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-16T09:34:06.421Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T09:34:06.713Z] ---> job-cost.sh [2020-10-16T09:34:06.713Z] lf-activate-venv: SKIPPING [2020-10-16T09:34:06.713Z] INFO: No Stack... [2020-10-16T09:34:07.668Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-16T09:34:08.247Z] INFO: Archiving Costs [Pipeline] echo [2020-10-16T09:34:08.266Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T09:34:08.564Z] ---> logs-deploy.sh [2020-10-16T09:34:08.564Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/80 [2020-10-16T09:34:08.564Z] INFO: archiving workspace using pattern(s): [2020-10-16T09:34:09.952Z] Archives upload complete. [2020-10-16T09:34:10.213Z] INFO: archiving logs to Nexus [2020-10-16T09:34:11.158Z] ---> uname -a: [2020-10-16T09:34:11.158Z] Linux prd-centos7-docker-4c-2g-5844.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-10-16T09:34:11.158Z] [2020-10-16T09:34:11.158Z] [2020-10-16T09:34:11.158Z] ---> lscpu: [2020-10-16T09:34:11.158Z] Architecture: x86_64 [2020-10-16T09:34:11.158Z] CPU op-mode(s): 32-bit, 64-bit [2020-10-16T09:34:11.158Z] Byte Order: Little Endian [2020-10-16T09:34:11.158Z] Address sizes: 40 bits physical, 48 bits virtual [2020-10-16T09:34:11.158Z] CPU(s): 4 [2020-10-16T09:34:11.158Z] On-line CPU(s) list: 0-3 [2020-10-16T09:34:11.158Z] Thread(s) per core: 1 [2020-10-16T09:34:11.158Z] Core(s) per socket: 1 [2020-10-16T09:34:11.158Z] Socket(s): 4 [2020-10-16T09:34:11.158Z] NUMA node(s): 1 [2020-10-16T09:34:11.158Z] Vendor ID: GenuineIntel [2020-10-16T09:34:11.158Z] CPU family: 6 [2020-10-16T09:34:11.158Z] Model: 44 [2020-10-16T09:34:11.158Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-10-16T09:34:11.158Z] Stepping: 1 [2020-10-16T09:34:11.158Z] CPU MHz: 2933.438 [2020-10-16T09:34:11.158Z] BogoMIPS: 5866.87 [2020-10-16T09:34:11.158Z] Virtualization: VT-x [2020-10-16T09:34:11.158Z] Hypervisor vendor: KVM [2020-10-16T09:34:11.158Z] Virtualization type: full [2020-10-16T09:34:11.158Z] L1d cache: 128 KiB [2020-10-16T09:34:11.158Z] L1i cache: 128 KiB [2020-10-16T09:34:11.158Z] L2 cache: 16 MiB [2020-10-16T09:34:11.158Z] L3 cache: 64 MiB [2020-10-16T09:34:11.158Z] NUMA node0 CPU(s): 0-3 [2020-10-16T09:34:11.158Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-10-16T09:34:11.158Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-10-16T09:34:11.158Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-10-16T09:34:11.158Z] Vulnerability Meltdown: Mitigation; PTI [2020-10-16T09:34:11.158Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-10-16T09:34:11.158Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-10-16T09:34:11.158Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-10-16T09:34:11.158Z] Vulnerability Tsx async abort: Not affected [2020-10-16T09:34:11.158Z] 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-16T09:34:11.158Z] [2020-10-16T09:34:11.158Z] [2020-10-16T09:34:11.158Z] ---> nproc: [2020-10-16T09:34:11.158Z] 4 [2020-10-16T09:34:11.158Z] [2020-10-16T09:34:11.158Z] [2020-10-16T09:34:11.158Z] ---> df -h: [2020-10-16T09:34:11.158Z] Filesystem Size Used Available Use% Mounted on [2020-10-16T09:34:11.158Z] overlay 50.0G 8.4G 41.5G 17% / [2020-10-16T09:34:11.158Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-10-16T09:34:11.158Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-10-16T09:34:11.158Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-10-16T09:34:11.158Z] /dev/vda1 50.0G 8.4G 41.5G 17% /facter-os [2020-10-16T09:34:11.158Z] /dev/vda1 50.0G 8.4G 41.5G 17% /etc/resolv.conf [2020-10-16T09:34:11.158Z] /dev/vda1 50.0G 8.4G 41.5G 17% /etc/hostname [2020-10-16T09:34:11.158Z] /dev/vda1 50.0G 8.4G 41.5G 17% /etc/hosts [2020-10-16T09:34:11.158Z] /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/secure [2020-10-16T09:34:11.158Z] /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/auth.log [2020-10-16T09:34:11.158Z] /dev/vda1 50.0G 8.4G 41.5G 17% /run/cloud-init/result.json [2020-10-16T09:34:11.158Z] /dev/vda1 50.0G 8.4G 41.5G 17% /w/workspace/dgexfoundry_device-sdk-go_master [2020-10-16T09:34:11.158Z] /dev/vda1 50.0G 8.4G 41.5G 17% /w/workspace/dgexfoundry_device-sdk-go_master@tmp [2020-10-16T09:34:11.158Z] /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/sa-host [2020-10-16T09:34:11.158Z] [2020-10-16T09:34:11.158Z] [2020-10-16T09:34:11.158Z] ---> free -m: [2020-10-16T09:34:11.158Z] total used free shared buff/cache available [2020-10-16T09:34:11.158Z] Mem: 1837 787 151 0 898 989 [2020-10-16T09:34:11.158Z] Swap: 1023 2 1021 [2020-10-16T09:34:11.158Z] [2020-10-16T09:34:11.158Z] [2020-10-16T09:34:11.158Z] ---> ip addr: [2020-10-16T09:34:11.158Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-10-16T09:34:11.158Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-10-16T09:34:11.158Z] inet 127.0.0.1/8 scope host lo [2020-10-16T09:34:11.158Z] valid_lft forever preferred_lft forever [2020-10-16T09:34:11.158Z] inet6 ::1/128 scope host [2020-10-16T09:34:11.158Z] valid_lft forever preferred_lft forever [2020-10-16T09:34:11.158Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-10-16T09:34:11.158Z] link/ether fa:16:3e:46:90:6a brd ff:ff:ff:ff:ff:ff [2020-10-16T09:34:11.158Z] inet 10.30.123.208/23 brd 10.30.123.255 scope global dynamic eth0 [2020-10-16T09:34:11.158Z] valid_lft 85979sec preferred_lft 85979sec [2020-10-16T09:34:11.158Z] inet6 fe80::f816:3eff:fe46:906a/64 scope link [2020-10-16T09:34:11.158Z] valid_lft forever preferred_lft forever [2020-10-16T09:34:11.158Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-10-16T09:34:11.158Z] link/ether 02:42:36:88:47:ec brd ff:ff:ff:ff:ff:ff [2020-10-16T09:34:11.158Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-10-16T09:34:11.158Z] valid_lft forever preferred_lft forever [2020-10-16T09:34:11.158Z] inet6 fe80::42:36ff:fe88:47ec/64 scope link [2020-10-16T09:34:11.158Z] valid_lft forever preferred_lft forever [2020-10-16T09:34:11.158Z] [2020-10-16T09:34:11.158Z] [2020-10-16T09:34:11.158Z] ---> sar -b -r -n DEV: [2020-10-16T09:34:11.158Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/16/20 _x86_64_ (4 CPU) [2020-10-16T09:34:11.158Z] [2020-10-16T09:34:11.158Z] 09:26:50 LINUX RESTART (4 CPU) [2020-10-16T09:34:11.158Z] [2020-10-16T09:34:11.158Z] 09:28:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-10-16T09:34:11.158Z] 09:29:01 2.81 0.00 2.81 0.00 0.00 102.31 0.00 [2020-10-16T09:34:11.158Z] 09:30:02 0.38 0.00 0.38 0.00 0.00 5.96 0.00 [2020-10-16T09:34:11.158Z] 09:31:01 0.32 0.00 0.32 0.00 0.00 3.69 0.00 [2020-10-16T09:34:11.158Z] 09:32:01 0.25 0.00 0.25 0.00 0.00 2.86 0.00 [2020-10-16T09:34:11.158Z] 09:33:01 313.38 153.07 160.32 0.00 8225.55 54350.99 0.00 [2020-10-16T09:34:11.158Z] 09:34:02 221.97 104.20 117.77 0.00 7781.34 28059.99 0.00 [2020-10-16T09:34:11.158Z] Average: 90.74 43.31 47.43 0.00 2693.00 13896.93 0.00 [2020-10-16T09:34:11.158Z] [2020-10-16T09:34:11.158Z] 09:28:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-10-16T09:34:11.158Z] 09:29:01 155448 0 585904 31.14 2620 1137584 1102200 37.62 443504 1122620 16 [2020-10-16T09:34:11.158Z] 09:30:02 158740 0 582604 30.96 2620 1137592 1091680 37.26 442328 1121164 16 [2020-10-16T09:34:11.158Z] 09:31:01 159268 0 582072 30.94 2620 1137596 1090580 37.22 441968 1120864 16 [2020-10-16T09:34:11.158Z] 09:32:01 159304 0 582036 30.93 2620 1137596 1072916 36.62 448988 1114456 20 [2020-10-16T09:34:11.158Z] 09:33:01 132280 0 786144 41.78 1896 961236 1514844 51.70 600284 874620 80708 [2020-10-16T09:34:11.158Z] 09:34:02 198320 0 794068 42.20 1492 887676 1302256 44.44 565740 788772 72 [2020-10-16T09:34:11.158Z] Average: 160560 0 652138 34.66 2311 1066547 1195746 40.81 490469 1023749 13475 [2020-10-16T09:34:11.158Z] [2020-10-16T09:34:11.158Z] 09:28:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-10-16T09:34:11.158Z] 09:29:01 eth0 3.58 1.25 1.38 0.64 0.00 0.00 0.00 0.00 [2020-10-16T09:34:11.158Z] 09:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T09:34:11.158Z] 09:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T09:34:11.158Z] 09:30:02 eth0 3.08 0.62 0.75 0.40 0.00 0.00 0.00 0.00 [2020-10-16T09:34:11.158Z] 09:30:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T09:34:11.158Z] 09:30:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T09:34:11.158Z] 09:31:01 eth0 1.91 0.86 0.86 0.60 0.00 0.00 0.00 0.00 [2020-10-16T09:34:11.158Z] 09:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T09:34:11.158Z] 09:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T09:34:11.158Z] 09:32:01 eth0 3.35 0.62 0.74 0.40 0.00 0.00 0.00 0.00 [2020-10-16T09:34:11.158Z] 09:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T09:34:11.158Z] 09:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T09:34:11.158Z] 09:33:01 eth0 824.17 728.16 7064.06 67.78 0.00 0.00 0.00 0.00 [2020-10-16T09:34:11.158Z] 09:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T09:34:11.158Z] 09:33:01 docker0 32.47 31.37 2.91 151.68 0.00 0.00 0.00 0.00 [2020-10-16T09:34:11.158Z] 09:34:02 eth0 390.40 305.20 2420.31 137.89 0.00 0.00 0.00 0.00 [2020-10-16T09:34:11.158Z] 09:34:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T09:34:11.158Z] 09:34:02 docker0 48.83 75.84 2.85 200.70 0.00 0.00 0.00 0.00 [2020-10-16T09:34:11.158Z] Average: eth0 206.54 174.62 1598.64 34.90 0.00 0.00 0.00 0.00 [2020-10-16T09:34:11.158Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T09:34:11.158Z] Average: docker0 13.67 18.01 0.97 59.25 0.00 0.00 0.00 0.00 [2020-10-16T09:34:11.158Z] [2020-10-16T09:34:11.158Z] [2020-10-16T09:34:11.158Z] ---> sar -P ALL: [2020-10-16T09:34:11.158Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/16/20 _x86_64_ (4 CPU) [2020-10-16T09:34:11.158Z] [2020-10-16T09:34:11.158Z] 09:26:50 LINUX RESTART (4 CPU) [2020-10-16T09:34:11.158Z] [2020-10-16T09:34:11.158Z] 09:28:01 CPU %user %nice %system %iowait %steal %idle [2020-10-16T09:34:11.158Z] 09:29:01 all 0.20 0.00 0.07 0.00 0.00 99.73 [2020-10-16T09:34:11.158Z] 09:29:01 0 0.05 0.00 0.05 0.00 0.00 99.90 [2020-10-16T09:34:11.158Z] 09:29:01 1 0.52 0.00 0.05 0.00 0.02 99.42 [2020-10-16T09:34:11.158Z] 09:29:01 2 0.12 0.00 0.07 0.00 0.00 99.82 [2020-10-16T09:34:11.158Z] 09:29:01 3 0.10 0.00 0.10 0.00 0.00 99.80 [2020-10-16T09:34:11.158Z] 09:30:02 all 0.15 0.00 0.04 0.00 0.00 99.81 [2020-10-16T09:34:11.158Z] 09:30:02 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-10-16T09:34:11.158Z] 09:30:02 1 0.48 0.00 0.03 0.00 0.00 99.48 [2020-10-16T09:34:11.158Z] 09:30:02 2 0.07 0.00 0.03 0.00 0.00 99.90 [2020-10-16T09:34:11.158Z] 09:30:02 3 0.03 0.00 0.05 0.00 0.00 99.92 [2020-10-16T09:34:11.158Z] 09:31:01 all 0.17 0.00 0.04 0.00 0.00 99.79 [2020-10-16T09:34:11.158Z] 09:31:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2020-10-16T09:34:11.158Z] 09:31:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2020-10-16T09:34:11.158Z] 09:31:01 2 0.54 0.00 0.05 0.00 0.00 99.41 [2020-10-16T09:34:11.158Z] 09:31:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2020-10-16T09:34:11.158Z] 09:32:01 all 0.16 0.00 0.03 0.00 0.00 99.81 [2020-10-16T09:34:11.158Z] 09:32:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-10-16T09:34:11.158Z] 09:32:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2020-10-16T09:34:11.158Z] 09:32:01 2 0.53 0.00 0.03 0.00 0.00 99.43 [2020-10-16T09:34:11.158Z] 09:32:01 3 0.05 0.00 0.03 0.00 0.02 99.90 [2020-10-16T09:34:11.158Z] 09:33:01 all 14.10 0.00 8.78 3.27 0.14 73.71 [2020-10-16T09:34:11.158Z] 09:33:01 0 13.40 0.00 8.93 3.06 0.17 74.45 [2020-10-16T09:34:11.158Z] 09:33:01 1 15.47 0.00 9.12 4.28 0.12 71.01 [2020-10-16T09:34:11.158Z] 09:33:01 2 13.24 0.00 8.60 3.21 0.12 74.83 [2020-10-16T09:34:11.159Z] 09:33:01 3 14.29 0.00 8.46 2.54 0.14 74.57 [2020-10-16T09:34:11.159Z] 09:34:02 all 9.75 0.00 6.96 3.46 0.05 79.77 [2020-10-16T09:34:11.159Z] 09:34:02 0 8.21 0.00 7.62 1.67 0.03 82.47 [2020-10-16T09:34:11.159Z] 09:34:02 1 12.75 0.00 7.09 3.86 0.07 76.23 [2020-10-16T09:34:11.159Z] 09:34:02 2 8.87 0.00 7.08 4.58 0.05 79.42 [2020-10-16T09:34:11.159Z] 09:34:02 3 9.19 0.00 6.05 3.75 0.07 80.95 [2020-10-16T09:34:11.159Z] Average: all 4.06 0.00 2.63 1.12 0.03 92.15 [2020-10-16T09:34:11.159Z] Average: 0 3.59 0.00 2.76 0.78 0.03 92.84 [2020-10-16T09:34:11.159Z] Average: 1 4.86 0.00 2.71 1.35 0.03 91.05 [2020-10-16T09:34:11.159Z] Average: 2 3.88 0.00 2.63 1.29 0.03 92.17 [2020-10-16T09:34:11.159Z] Average: 3 3.92 0.00 2.44 1.04 0.04 92.56 [2020-10-16T09:34:11.159Z] [2020-10-16T09:34:11.159Z] [2020-10-16T09:34:11.159Z]