Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 4f6fe4f9eeeb2b13b70d00045467dd3723511a77 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f3f382fce060f16c10d6f597981912fab355381a Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision f3f382fce060f16c10d6f597981912fab355381a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f3f382fce060f16c10d6f597981912fab355381a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f3f382fce060f16c10d6f597981912fab355381a # timeout=10 Commit message: "Merge pull request #282 from ernestojeda/catch-log-publishing-errors" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-rest-go] ========================================================= [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-rest-go-settings PROJECT: device-rest-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: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-rest-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-3642’ is offline Running on prd-centos7-docker-4c-2g-9455 in /w/workspace/gexfoundry_device-rest-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-rest-go.git > git init /w/workspace/gexfoundry_device-rest-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-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-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 4f6fe4f9eeeb2b13b70d00045467dd3723511a77 (master) > git config remote.origin.url git@github.com:edgexfoundry/device-rest-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-rest-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4f6fe4f9eeeb2b13b70d00045467dd3723511a77 # timeout=10 Commit message: "refactor: Upgrade SDK to v1.2.4-dev.34 (#54)" > git rev-list --no-walk cf586b04128a22612e4c07fc62a16321cfe56fab # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 11:23:49 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 11:23:49 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 11:23:49 ========================================================= 11:23:49 EdgeX Global Pipelines Version Info 11:23:49 ========================================================= [Pipeline] libraryResource [Pipeline] sh 11:23:51 ------------------- 11:23:51 stable info: 11:23:51 ------------------- 11:23:51 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 11:23:51 Commit SHA: f3f382fce060f16c10d6f597981912fab355381a 11:23:51 Message: update stable to v1.0.148 11:23:53 ------------------- 11:23:53 experimental info: 11:23:53 ------------------- 11:23:53 Commited By: **** collab-it+edgex@linuxfoundation.org 11:23:53 Commit SHA: 14412ea6c559e203c60c6aec71a1cbd01eb2e17f 11:23:53 Message: update experimental to v1.0.152 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 11:23:54 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo 11:23:54 [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo 11:23:54 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 11:23:54 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 11:23:54 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 11:23:54 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 11:23:54 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 11:23:54 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 11:23:54 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 11:23:54 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 11:23:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 11:23:55 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-rest-go [Pipeline] echo 11:23:55 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 11:23:55 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 11:23:55 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 11:23:55 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 11:23:55 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 11:23:55 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 11:23:55 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 11:23:55 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 11:23:56 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 11:23:56 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 11:23:56 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 11:23:56 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 11:23:56 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 11:23:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 11:23:56 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 11:23:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 11:23:56 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4f6fe4f9eeeb2b13b70d00045467dd3723511a77 [Pipeline] echo 11:23:56 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4f6fe4f [Pipeline] echo 11:23:56 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 11:23:57 + git log --format=format:%s -1 4f6fe4f9eeeb2b13b70d00045467dd3723511a77 [Pipeline] echo 11:23:57 GIT_COMMIT: 4f6fe4f9eeeb2b13b70d00045467dd3723511a77, Commit Message: refactor: Upgrade SDK to v1.2.4-dev.34 (#54) [Pipeline] echo 11:23:57 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 11:23:58 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:23:59 11:23:59 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 11:23:59 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:23:59 latest: Pulling from edgex-devops/git-semver 11:23:59 31603596830f: Pulling fs layer 11:23:59 2a8b12db71e7: Pulling fs layer 11:23:59 6ca5941a6612: Pulling fs layer 11:23:59 ecc8261a40a4: Pulling fs layer 11:23:59 ecc8261a40a4: Waiting 11:23:59 2a8b12db71e7: Verifying Checksum 11:23:59 2a8b12db71e7: Download complete 11:24:00 31603596830f: Verifying Checksum 11:24:00 31603596830f: Download complete 11:24:00 ecc8261a40a4: Verifying Checksum 11:24:00 ecc8261a40a4: Download complete 11:24:00 6ca5941a6612: Verifying Checksum 11:24:00 6ca5941a6612: Download complete 11:24:00 31603596830f: Pull complete 11:24:01 2a8b12db71e7: Pull complete 11:24:02 6ca5941a6612: Pull complete 11:24:02 ecc8261a40a4: Pull complete 11:24:02 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 11:24:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:24:02 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 11:24:02 prd-centos7-docker-4c-2g-9455 does not seem to be running inside a container 11:24:03 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 11:24:05 $ docker top 12239267edf5eb71056bbea24e7a48dfdf259f75287adaae41d601391f802f54 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:24:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:24:06 [ssh-agent] Looking for ssh-agent implementation... 11:24:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:24:06 $ docker exec 12239267edf5eb71056bbea24e7a48dfdf259f75287adaae41d601391f802f54 ssh-agent 11:24:06 SSH_AUTH_SOCK=/tmp/ssh-PNlO73BaYbYG/agent.12 11:24:06 SSH_AGENT_PID=18 11:24:06 Running ssh-add (command line suppressed) 11:24:06 Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_194190187151593310.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_194190187151593310.key) 11:24:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:24:07 + git tag --points-at HEAD [Pipeline] } 11:24:07 $ docker exec --env ******** --env ******** 12239267edf5eb71056bbea24e7a48dfdf259f75287adaae41d601391f802f54 ssh-agent -k 11:24:07 unset SSH_AUTH_SOCK; 11:24:07 unset SSH_AGENT_PID; 11:24:07 echo Agent pid 18 killed; 11:24:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 11:24:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:24:07 [ssh-agent] Looking for ssh-agent implementation... 11:24:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:24:07 $ docker exec 12239267edf5eb71056bbea24e7a48dfdf259f75287adaae41d601391f802f54 ssh-agent 11:24:08 SSH_AUTH_SOCK=/tmp/ssh-WoTVqSzM2vL4/agent.47 11:24:08 SSH_AGENT_PID=53 11:24:08 Running ssh-add (command line suppressed) 11:24:08 Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_2170120244722340938.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_2170120244722340938.key) 11:24:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:24:08 + git semver init 11:24:09 # -> Open(): unable to determine branch for HEAD 11:24:09 # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git 11:24:09 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master 11:24:09 # $SEMVER_REMOTE_NAME = origin 11:24:09 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 11:24:09 # $SEMVER_USER_NAME = edgex-jenkins 11:24:09 # $SEMVER_BRANCH = master 11:24:09 # $SEMVER_TEMP = /tmp/semver-499413572 11:24:09 # git clone --branch semver git@github.com:edgexfoundry/device-rest-go.git $SEMVER_TEMP 11:24:10 # '/tmp/semver-499413572' -> '/w/workspace/gexfoundry_device-rest-go_master/.semver' 11:24:10 # -> Force: false 11:24:10 # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver [Pipeline] } 11:24:10 $ docker exec --env ******** --env ******** 12239267edf5eb71056bbea24e7a48dfdf259f75287adaae41d601391f802f54 ssh-agent -k 11:24:11 unset SSH_AUTH_SOCK; 11:24:11 unset SSH_AGENT_PID; 11:24:11 echo Agent pid 53 killed; 11:24:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:24:11 + git semver [Pipeline] } 11:24:11 $ docker stop --time=1 12239267edf5eb71056bbea24e7a48dfdf259f75287adaae41d601391f802f54 11:24:13 $ docker rm -f 12239267edf5eb71056bbea24e7a48dfdf259f75287adaae41d601391f802f54 [Pipeline] // withDockerContainer [Pipeline] sh 11:24:13 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 11:24:14 Stashed 1 file(s) [Pipeline] echo 11:24:14 [edgeXSemver]: initialized semver on version 1.1.3-dev.8 [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 11:24:30 Still waiting to schedule task 11:24:30 ‘prd-centos7-docker-4c-2g-3642’ is offline; ‘prd-centos7-docker-4c-2g-9457’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-6371’ doesn’t have label ‘centos7-docker-4c-2g’ 11:24:30 Still waiting to schedule task 11:24:30 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 11:25:44 Running on prd-centos7-docker-4c-2g-9460 in /w/workspace/gexfoundry_device-rest-go_master [Pipeline] { [Pipeline] ws 11:25:44 Running in /w/workspace/device-rest-go/24 [Pipeline] { [Pipeline] checkout 11:25:47 using credential edgex-jenkins-ssh 11:25:47 Cloning the remote Git repository 11:25:47 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 11:25:47 > git init /w/workspace/device-rest-go/24 # timeout=10 11:25:47 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 11:25:47 > git --version # timeout=10 11:25:47 > git --version # 'git version 2.16.5' 11:25:47 using GIT_SSH to set credentials SSH Credentials for GitHub 11:25:47 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 11:25:49 Checking out Revision 4f6fe4f9eeeb2b13b70d00045467dd3723511a77 (master) 11:25:48 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 11:25:48 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 11:25:48 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 11:25:48 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 11:25:48 using GIT_SSH to set credentials SSH Credentials for GitHub 11:25:48 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 11:25:49 > git config core.sparsecheckout # timeout=10 11:25:49 > git checkout -f 4f6fe4f9eeeb2b13b70d00045467dd3723511a77 # timeout=10 11:25:52 Commit message: "refactor: Upgrade SDK to v1.2.4-dev.34 (#54)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 11:25:53 ========================================================= 11:25:53 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 11:25:53 ========================================================= [Pipeline] isUnix [Pipeline] sh 11:25:54 + 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 . 11:25:54 Sending build context to Docker daemon 79.87kB 11:25:54 Step 1/10 : ARG BASE=golang:1.15-alpine 11:25:54 Step 2/10 : FROM ${BASE} 11:25:54 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 11:25:54 df20fa9351a1: Pulling fs layer 11:25:54 ed8968b2872e: Pulling fs layer 11:25:54 a92cc7c5fd73: Pulling fs layer 11:25:54 e871e8e8d7a9: Pulling fs layer 11:25:54 e73272ec9a57: Pulling fs layer 11:25:54 1e910a182e73: Pulling fs layer 11:25:54 4e634b169226: Pulling fs layer 11:25:54 4e634b169226: Waiting 11:25:54 e73272ec9a57: Waiting 11:25:54 1e910a182e73: Waiting 11:25:54 e871e8e8d7a9: Waiting 11:25:54 a92cc7c5fd73: Verifying Checksum 11:25:54 a92cc7c5fd73: Download complete 11:25:54 ed8968b2872e: Download complete 11:25:54 e73272ec9a57: Verifying Checksum 11:25:54 e73272ec9a57: Download complete 11:25:54 1e910a182e73: Verifying Checksum 11:25:54 1e910a182e73: Download complete 11:25:54 df20fa9351a1: Download complete 11:25:55 df20fa9351a1: Pull complete 11:25:55 ed8968b2872e: Pull complete 11:25:55 a92cc7c5fd73: Pull complete 11:25:57 4e634b169226: Verifying Checksum 11:25:57 4e634b169226: Download complete 11:25:58 e871e8e8d7a9: Verifying Checksum 11:25:58 e871e8e8d7a9: Download complete 11:26:03 e871e8e8d7a9: Pull complete 11:26:03 e73272ec9a57: Pull complete 11:26:03 1e910a182e73: Pull complete 11:26:07 4e634b169226: Pull complete 11:26:07 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 11:26:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 11:26:07 ---> f7629b54cfaa 11:26:07 Step 3/10 : ARG ALPINE_PKG_BASE="make git" 11:26:07 ---> Running in c112ef3bc5be 11:26:07 Removing intermediate container c112ef3bc5be 11:26:07 ---> 01e88d450941 11:26:07 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 11:26:07 ---> Running in d7b9d8d18636 11:26:08 Removing intermediate container d7b9d8d18636 11:26:08 ---> ebc1f0b5df02 11:26:08 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 11:26:08 ---> Running in b97146ab7fbb 11:26:08 Removing intermediate container b97146ab7fbb 11:26:08 ---> f5ac14dc0a2a 11:26:08 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:26:08 ---> Running in 5f5030f2f166 11:26:09 Removing intermediate container 5f5030f2f166 11:26:09 ---> 7b2dcdcea317 11:26:09 Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:26:09 ---> Running in 480266d3558f 11:26:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 11:26:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 11:26:11 OK: 166 MiB in 39 packages 11:26:12 Removing intermediate container 480266d3558f 11:26:12 ---> 87d91c377c00 11:26:12 Step 8/10 : WORKDIR /device-rest-go 11:26:12 ---> Running in d3a896767d32 11:26:12 Removing intermediate container d3a896767d32 11:26:12 ---> 12ff27443bbd 11:26:12 Step 9/10 : COPY . . 11:26:12 ---> 226b14ac39c7 11:26:12 Step 10/10 : RUN go mod download 11:26:12 ---> Running in 81631826d392 11:26:18 Running on prd-ubuntu18.04-docker-arm64-4c-16g-9459 in /w/workspace/gexfoundry_device-rest-go_master [Pipeline] { [Pipeline] ws 11:26:18 Running in /w/workspace/device-rest-go/24 [Pipeline] { [Pipeline] checkout 11:26:24 using credential edgex-jenkins-ssh 11:26:24 Cloning the remote Git repository 11:26:24 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 11:26:24 > git init /w/workspace/device-rest-go/24 # timeout=10 11:26:24 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 11:26:24 > git --version # timeout=10 11:26:24 > git --version # 'git version 2.17.1' 11:26:24 using GIT_SSH to set credentials SSH Credentials for GitHub 11:26:24 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 11:26:26 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 11:26:26 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 11:26:26 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 11:26:26 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 11:26:26 using GIT_SSH to set credentials SSH Credentials for GitHub 11:26:26 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 11:26:26 Checking out Revision 4f6fe4f9eeeb2b13b70d00045467dd3723511a77 (master) 11:26:26 > git config core.sparsecheckout # timeout=10 11:26:26 > git checkout -f 4f6fe4f9eeeb2b13b70d00045467dd3723511a77 # timeout=10 11:26:31 Commit message: "refactor: Upgrade SDK to v1.2.4-dev.34 (#54)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 11:26:32 ========================================================= 11:26:32 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 11:26:32 ========================================================= [Pipeline] isUnix [Pipeline] sh 11:26:33 + 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 . 11:26:33 Sending build context to Docker daemon 79.87kB 11:26:33 Step 1/10 : ARG BASE=golang:1.15-alpine 11:26:33 Step 2/10 : FROM ${BASE} 11:26:34 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 11:26:34 b538f80385f9: Pulling fs layer 11:26:34 74f711af9a0d: Pulling fs layer 11:26:34 99f96fe45779: Pulling fs layer 11:26:34 8529a6b9a6be: Pulling fs layer 11:26:34 45590311c82a: Pulling fs layer 11:26:34 69ca0ff8b7b3: Pulling fs layer 11:26:34 209524e5b208: Pulling fs layer 11:26:34 8529a6b9a6be: Waiting 11:26:34 45590311c82a: Waiting 11:26:34 69ca0ff8b7b3: Waiting 11:26:34 209524e5b208: Waiting 11:26:34 99f96fe45779: Verifying Checksum 11:26:34 99f96fe45779: Download complete 11:26:34 74f711af9a0d: Verifying Checksum 11:26:34 74f711af9a0d: Download complete 11:26:34 45590311c82a: Verifying Checksum 11:26:34 45590311c82a: Download complete 11:26:34 69ca0ff8b7b3: Verifying Checksum 11:26:34 69ca0ff8b7b3: Download complete 11:26:34 b538f80385f9: Verifying Checksum 11:26:34 b538f80385f9: Download complete 11:26:34 Removing intermediate container 81631826d392 11:26:34 ---> 59e731f91c4f 11:26:34 Successfully built 59e731f91c4f 11:26:34 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 11:26:34 b538f80385f9: Pull complete 11:26:35 + docker inspect -f . ci-base-image-x86_64 11:26:35 . [Pipeline] withDockerContainer 11:26:35 prd-centos7-docker-4c-2g-9460 does not seem to be running inside a container 11:26:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/24 -v /w/workspace/device-rest-go/24:/w/workspace/device-rest-go/24:rw,z -v /w/workspace/device-rest-go/24@tmp:/w/workspace/device-rest-go/24@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 11:26:35 $ docker top 9912742cf820e71ffbf4bdccbe988680898f99f981d37072719df48dd40951c1 -eo pid,comm 11:26:36 74f711af9a0d: Pull complete [Pipeline] { [Pipeline] sh 11:26:36 99f96fe45779: Pull complete 11:26:36 209524e5b208: Verifying Checksum 11:26:36 209524e5b208: Download complete 11:26:36 + go version 11:26:36 go version go1.15.2 linux/amd64 [Pipeline] } 11:26:36 $ docker stop --time=1 9912742cf820e71ffbf4bdccbe988680898f99f981d37072719df48dd40951c1 11:26:37 $ docker rm -f 9912742cf820e71ffbf4bdccbe988680898f99f981d37072719df48dd40951c1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } 11:26:38 8529a6b9a6be: Verifying Checksum 11:26:38 8529a6b9a6be: Download complete [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 11:26:40 + sudo chown -R jenkins:jenkins . [Pipeline] sh 11:26:41 + ls -al . 11:26:41 total 68 11:26:41 drwxrwxr-x. 8 jenkins jenkins 4096 Oct 28 11:25 . 11:26:41 drwxrwxr-x. 4 jenkins jenkins 30 Oct 28 11:25 .. 11:26:41 -rw-rw-r--. 1 jenkins jenkins 5294 Oct 28 11:25 Attribution.txt 11:26:41 drwxrwxr-x. 2 jenkins jenkins 64 Oct 28 11:25 bin 11:26:41 drwxrwxr-x. 3 jenkins jenkins 32 Oct 28 11:25 cmd 11:26:41 -rw-rw-r--. 1 jenkins jenkins 1519 Oct 28 11:25 Dockerfile 11:26:41 -rw-rw-r--. 1 jenkins jenkins 989 Oct 28 11:25 Dockerfile.build 11:26:41 -rw-rw-r--. 1 jenkins jenkins 151 Oct 28 11:25 .dockerignore 11:26:41 drwxrwxr-x. 2 jenkins jenkins 76 Oct 28 11:25 driver 11:26:41 drwxrwxr-x. 8 jenkins jenkins 162 Oct 28 11:25 .git 11:26:41 drwxrwxr-x. 2 jenkins jenkins 60 Oct 28 11:25 .github 11:26:41 -rw-rw-r--. 1 jenkins jenkins 339 Oct 28 11:25 .gitignore 11:26:41 -rw-rw-r--. 1 jenkins jenkins 273 Oct 28 11:25 go.mod 11:26:41 -rw-rw-r--. 1 jenkins jenkins 680 Oct 28 11:25 Jenkinsfile 11:26:41 -rw-rw-r--. 1 jenkins jenkins 11340 Oct 28 11:25 LICENSE 11:26:41 -rw-rw-r--. 1 jenkins jenkins 951 Oct 28 11:25 Makefile 11:26:41 -rw-rw-r--. 1 jenkins jenkins 5917 Oct 28 11:25 README.md 11:26:41 drwxrwxr-x. 4 jenkins jenkins 54 Oct 28 11:25 snap 11:26:41 -rw-rw-r--. 1 jenkins jenkins 11 Oct 28 11:24 VERSION 11:26:41 -rw-rw-r--. 1 jenkins jenkins 713 Oct 28 11:25 version.go [Pipeline] isUnix [Pipeline] sh 11:26:41 + docker build -t docker-device-rest-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=4f6fe4f9eeeb2b13b70d00045467dd3723511a77 --label arch=amd64 --label version=1.1.3-dev.8 . 11:26:41 Sending build context to Docker daemon 80.38kB 11:26:41 Step 1/25 : ARG BASE=golang:1.15-alpine 11:26:41 Step 2/25 : FROM ${BASE} AS builder 11:26:41 ---> 59e731f91c4f 11:26:41 Step 3/25 : ARG MAKE='make build' 11:26:41 ---> Running in 8e62e2d07dab 11:26:41 Removing intermediate container 8e62e2d07dab 11:26:41 ---> 8c92b5558166 11:26:41 Step 4/25 : ARG ALPINE_PKG_BASE="make git" 11:26:41 ---> Running in 194a6507713d 11:26:42 Removing intermediate container 194a6507713d 11:26:42 ---> 8e9a49b888cd 11:26:42 Step 5/25 : ARG ALPINE_PKG_EXTRA="" 11:26:42 ---> Running in 72f0b5f4b35b 11:26:42 Removing intermediate container 72f0b5f4b35b 11:26:42 ---> 216a5ccc29b1 11:26:42 Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:26:42 ---> Running in 8be8e1acff37 11:26:43 Removing intermediate container 8be8e1acff37 11:26:43 ---> f3f5d5406ef5 11:26:43 Step 7/25 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:26:43 ---> Running in b897f4bf1d87 11:26:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 11:26:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 11:26:45 OK: 166 MiB in 39 packages 11:26:46 Removing intermediate container b897f4bf1d87 11:26:46 ---> ffe573d1f2fa 11:26:46 Step 8/25 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-rest-go 11:26:46 ---> Running in 49e4b94a51a7 11:26:46 Removing intermediate container 49e4b94a51a7 11:26:46 ---> c6af18db165a 11:26:46 Step 9/25 : COPY go.mod . 11:26:46 ---> 79c9b481dab9 11:26:46 Step 10/25 : COPY Makefile . 11:26:47 ---> 0b6df8b2f0ec 11:26:47 Step 11/25 : RUN make update 11:26:47 ---> Running in f3a13585446d 11:26:47 CGO_ENABLED=0 GO111MODULE=on go mod download 11:26:47 Removing intermediate container f3a13585446d 11:26:47 ---> 2fdc2af905f3 11:26:47 Step 12/25 : COPY . . 11:26:48 ---> 4993e8727ae3 11:26:48 Step 13/25 : RUN $MAKE 11:26:48 ---> Running in 98c6c252459b 11:26:48 8529a6b9a6be: Pull complete 11:26:48 45590311c82a: Pull complete 11:26:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=1.1.3-dev.8" -o cmd/device-rest-go ./cmd 11:26:48 69ca0ff8b7b3: Pull complete 11:26:53 209524e5b208: Pull complete 11:26:53 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 11:26:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 11:26:53 ---> 5bddaf1c2fca 11:26:53 Step 3/10 : ARG ALPINE_PKG_BASE="make git" 11:26:55 ---> Running in 9fdb50ca44c4 11:26:55 Removing intermediate container 9fdb50ca44c4 11:26:55 ---> 01ae74678596 11:26:55 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 11:26:56 ---> Running in 22166959385f 11:26:56 Removing intermediate container 22166959385f 11:26:56 ---> 35a29a8836be 11:26:56 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 11:26:56 ---> Running in 912bee348c3b 11:26:57 Removing intermediate container 912bee348c3b 11:26:57 ---> c8af93748d7f 11:26:57 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:26:57 ---> Running in 8c74de1fbbe8 11:26:58 Removing intermediate container 98c6c252459b 11:26:58 ---> 9d3fb43d5f4d 11:26:58 Step 14/25 : FROM alpine:latest 11:26:59 latest: Pulling from library/alpine 11:26:59 188c0c94c7c5: Pulling fs layer 11:26:59 188c0c94c7c5: Download complete 11:26:59 188c0c94c7c5: Pull complete 11:26:59 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 11:26:59 Status: Downloaded newer image for alpine:latest 11:26:59 ---> d6e46aa2470d 11:26:59 Step 15/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 11:27:00 ---> Running in b2d54c8c8212 11:27:00 Removing intermediate container b2d54c8c8212 11:27:00 ---> 587a51062401 11:27:00 Step 16/25 : LABEL Name=device-rest-go Version=${VERSION} 11:27:00 ---> Running in 765926a32870 11:27:00 Removing intermediate container 765926a32870 11:27:00 ---> df4df96eaffa 11:27:00 Step 17/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/LICENSE / 11:27:00 ---> 16a982034dce 11:27:00 Step 18/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/Attribution.txt / 11:27:00 Removing intermediate container 8c74de1fbbe8 11:27:00 ---> 07f7b94c3696 11:27:00 Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:27:00 ---> Running in aa46060164a4 11:27:00 ---> cf06eacc2797 11:27:00 Step 19/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/cmd / 11:27:01 ---> e54e0d4b167e 11:27:01 Step 20/25 : EXPOSE 49986 11:27:01 ---> Running in 9d64bcf2a351 11:27:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:27:01 Removing intermediate container 9d64bcf2a351 11:27:01 ---> 22f744ec064d 11:27:01 Step 21/25 : ENTRYPOINT ["/device-rest-go"] 11:27:01 ---> Running in 47b44c2b21c8 11:27:01 Removing intermediate container 47b44c2b21c8 11:27:01 ---> f1a205919dea 11:27:01 Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] 11:27:01 ---> Running in ae2fa5bed583 11:27:01 Removing intermediate container ae2fa5bed583 11:27:01 ---> c25bdfe8c29b 11:27:01 Step 23/25 : LABEL arch=amd64 11:27:02 ---> Running in bedcc56a5f82 11:27:02 Removing intermediate container bedcc56a5f82 11:27:02 ---> ce8cc9fc9fa5 11:27:02 Step 24/25 : LABEL git_sha=4f6fe4f9eeeb2b13b70d00045467dd3723511a77 11:27:02 ---> Running in c2af940dffd2 11:27:02 Removing intermediate container c2af940dffd2 11:27:02 ---> fa556654aaa1 11:27:02 Step 25/25 : LABEL version=1.1.3-dev.8 11:27:02 ---> Running in 342b959bcb3f 11:27:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:27:02 Removing intermediate container 342b959bcb3f 11:27:02 ---> 48cf2f3aa2ca 11:27:02 [Warning] One or more build-args [ARCH] were not consumed 11:27:02 Successfully built 48cf2f3aa2ca 11:27:02 Successfully tagged docker-device-rest-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 11:27:03 provisioning config files... 11:27:03 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/24@tmp/config8064622479359089327tmp 11:27:03 OK: 142 MiB in 39 packages [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:27:03 ---> docker-login.sh 11:27:03 nexus3.edgexfoundry.org:10001 11:27:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:27:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:27:03 Configure a credential helper to remove this warning. See 11:27:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:27:03 11:27:04 Login Succeeded 11:27:04 nexus3.edgexfoundry.org:10002 11:27:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:27:04 Removing intermediate container aa46060164a4 11:27:04 ---> c5afac269cc2 11:27:04 Step 8/10 : WORKDIR /device-rest-go 11:27:04 ---> Running in ed634834f5cf 11:27:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:27:04 Configure a credential helper to remove this warning. See 11:27:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:27:04 11:27:04 Login Succeeded 11:27:04 nexus3.edgexfoundry.org:10003 11:27:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:27:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:27:04 Configure a credential helper to remove this warning. See 11:27:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:27:04 11:27:04 Login Succeeded 11:27:04 nexus3.edgexfoundry.org:10004 11:27:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:27:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:27:04 Configure a credential helper to remove this warning. See 11:27:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:27:04 11:27:04 Login Succeeded 11:27:04 docker.io 11:27:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:27:04 Removing intermediate container ed634834f5cf 11:27:04 ---> 95f260611c2c 11:27:04 Step 9/10 : COPY . . 11:27:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:27:04 Configure a credential helper to remove this warning. See 11:27:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:27:04 11:27:04 Login Succeeded 11:27:04 ---> docker-login.sh ends [Pipeline] } 11:27:04 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:27:05 [edgeXDocker.push] Tagging docker image docker-device-rest-go with the following tags: 11:27:05 4f6fe4f9eeeb2b13b70d00045467dd3723511a77 11:27:05 latest 11:27:05 1.1.3-dev.8 11:27:05 4f6fe4f9eeeb2b13b70d00045467dd3723511a77-1.1.3-dev.8 11:27:05 master 11:27:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 11:27:05 ---> 138f7bf679bb 11:27:05 Step 10/10 : RUN go mod download 11:27:05 + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:4f6fe4f9eeeb2b13b70d00045467dd3723511a77 [Pipeline] isUnix [Pipeline] sh 11:27:05 ---> Running in d33d999879f0 11:27:05 + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:4f6fe4f9eeeb2b13b70d00045467dd3723511a77 11:27:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] 11:27:05 ebb0cbdb36c5: Preparing 11:27:05 a66553fd0786: Preparing 11:27:05 95dda964823a: Preparing 11:27:05 ace0eda3e3be: Preparing 11:27:05 ace0eda3e3be: Layer already exists 11:27:06 a66553fd0786: Pushed 11:27:06 95dda964823a: Pushed 11:27:07 ebb0cbdb36c5: Pushed 11:27:07 4f6fe4f9eeeb2b13b70d00045467dd3723511a77: digest: sha256:207d2697abbf184953b0ab628cfc3e19b6291a45301047f6c00052813c3c4207 size: 1155 [Pipeline] isUnix [Pipeline] sh 11:27:07 + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:latest [Pipeline] isUnix [Pipeline] sh 11:27:08 + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:latest 11:27:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] 11:27:08 ebb0cbdb36c5: Preparing 11:27:08 a66553fd0786: Preparing 11:27:08 95dda964823a: Preparing 11:27:08 ace0eda3e3be: Preparing 11:27:08 a66553fd0786: Layer already exists 11:27:08 ebb0cbdb36c5: Layer already exists 11:27:08 ace0eda3e3be: Layer already exists 11:27:08 95dda964823a: Layer already exists 11:27:08 latest: digest: sha256:207d2697abbf184953b0ab628cfc3e19b6291a45301047f6c00052813c3c4207 size: 1155 [Pipeline] isUnix [Pipeline] sh 11:27:08 + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:1.1.3-dev.8 [Pipeline] isUnix [Pipeline] sh 11:27:08 + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:1.1.3-dev.8 11:27:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] 11:27:08 ebb0cbdb36c5: Preparing 11:27:08 a66553fd0786: Preparing 11:27:08 95dda964823a: Preparing 11:27:08 ace0eda3e3be: Preparing 11:27:08 95dda964823a: Layer already exists 11:27:08 ebb0cbdb36c5: Layer already exists 11:27:08 ace0eda3e3be: Layer already exists 11:27:08 a66553fd0786: Layer already exists 11:27:08 1.1.3-dev.8: digest: sha256:207d2697abbf184953b0ab628cfc3e19b6291a45301047f6c00052813c3c4207 size: 1155 [Pipeline] isUnix [Pipeline] sh 11:27:08 + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:4f6fe4f9eeeb2b13b70d00045467dd3723511a77-1.1.3-dev.8 [Pipeline] isUnix [Pipeline] sh 11:27:09 + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:4f6fe4f9eeeb2b13b70d00045467dd3723511a77-1.1.3-dev.8 11:27:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] 11:27:09 ebb0cbdb36c5: Preparing 11:27:09 a66553fd0786: Preparing 11:27:09 95dda964823a: Preparing 11:27:09 ace0eda3e3be: Preparing 11:27:09 ace0eda3e3be: Layer already exists 11:27:09 a66553fd0786: Layer already exists 11:27:09 95dda964823a: Layer already exists 11:27:09 ebb0cbdb36c5: Layer already exists 11:27:09 4f6fe4f9eeeb2b13b70d00045467dd3723511a77-1.1.3-dev.8: digest: sha256:207d2697abbf184953b0ab628cfc3e19b6291a45301047f6c00052813c3c4207 size: 1155 [Pipeline] isUnix [Pipeline] sh 11:27:09 + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:master [Pipeline] isUnix [Pipeline] sh 11:27:09 + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:master 11:27:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] 11:27:09 ebb0cbdb36c5: Preparing 11:27:09 a66553fd0786: Preparing 11:27:09 95dda964823a: Preparing 11:27:09 ace0eda3e3be: Preparing 11:27:09 ace0eda3e3be: Layer already exists 11:27:09 a66553fd0786: Layer already exists 11:27:09 ebb0cbdb36c5: Layer already exists 11:27:09 95dda964823a: Layer already exists 11:27:09 master: digest: sha256:207d2697abbf184953b0ab628cfc3e19b6291a45301047f6c00052813c3c4207 size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:27:10 ===================================================== [Pipeline] echo 11:27:10 taggedImages: 11:27:10 - nexus3.edgexfoundry.org:10004/docker-device-rest-go:4f6fe4f9eeeb2b13b70d00045467dd3723511a77 11:27:10 - nexus3.edgexfoundry.org:10004/docker-device-rest-go:latest 11:27:10 - nexus3.edgexfoundry.org:10004/docker-device-rest-go:1.1.3-dev.8 11:27:10 - nexus3.edgexfoundry.org:10004/docker-device-rest-go:4f6fe4f9eeeb2b13b70d00045467dd3723511a77-1.1.3-dev.8 11:27:10 - nexus3.edgexfoundry.org:10004/docker-device-rest-go:master [Pipeline] } [Pipeline] // script [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] } 11:27:27 Removing intermediate container d33d999879f0 11:27:27 ---> 4edd416ef788 11:27:27 Successfully built 4edd416ef788 11:27:27 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 11:27:28 + docker inspect -f . ci-base-image-arm64 11:27:28 . [Pipeline] withDockerContainer 11:27:28 prd-ubuntu18.04-docker-arm64-4c-16g-9459 does not seem to be running inside a container 11:27:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/24 -v /w/workspace/device-rest-go/24:/w/workspace/device-rest-go/24:rw,z -v /w/workspace/device-rest-go/24@tmp:/w/workspace/device-rest-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 11:27:30 $ docker top 85e12d2cac943d80970bec6795c078ff8b5035a3f7a5ae50a6d506494abe1cdb -eo pid,comm [Pipeline] { [Pipeline] sh 11:27:31 + go version 11:27:31 go version go1.15.2 linux/arm64 [Pipeline] } 11:27:31 $ docker stop --time=1 85e12d2cac943d80970bec6795c078ff8b5035a3f7a5ae50a6d506494abe1cdb 11:27:33 $ docker rm -f 85e12d2cac943d80970bec6795c078ff8b5035a3f7a5ae50a6d506494abe1cdb [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 11:27:35 + sudo chown -R jenkins:jenkins . [Pipeline] sh 11:27:35 + ls -al . 11:27:35 total 96 11:27:35 drwxrwxr-x 8 jenkins jenkins 4096 Oct 28 11:26 . 11:27:35 drwxrwxr-x 4 jenkins jenkins 4096 Oct 28 11:26 .. 11:27:35 -rw-rw-r-- 1 jenkins jenkins 151 Oct 28 11:26 .dockerignore 11:27:35 drwxrwxr-x 8 jenkins jenkins 4096 Oct 28 11:26 .git 11:27:35 drwxrwxr-x 2 jenkins jenkins 4096 Oct 28 11:26 .github 11:27:35 -rw-rw-r-- 1 jenkins jenkins 339 Oct 28 11:26 .gitignore 11:27:35 -rw-rw-r-- 1 jenkins jenkins 5294 Oct 28 11:26 Attribution.txt 11:27:35 -rw-rw-r-- 1 jenkins jenkins 1519 Oct 28 11:26 Dockerfile 11:27:35 -rw-rw-r-- 1 jenkins jenkins 989 Oct 28 11:26 Dockerfile.build 11:27:35 -rw-rw-r-- 1 jenkins jenkins 680 Oct 28 11:26 Jenkinsfile 11:27:35 -rw-rw-r-- 1 jenkins jenkins 11340 Oct 28 11:26 LICENSE 11:27:35 -rw-rw-r-- 1 jenkins jenkins 951 Oct 28 11:26 Makefile 11:27:35 -rw-rw-r-- 1 jenkins jenkins 5917 Oct 28 11:26 README.md 11:27:35 -rw-rw-r-- 1 jenkins jenkins 11 Oct 28 11:24 VERSION 11:27:35 drwxrwxr-x 2 jenkins jenkins 4096 Oct 28 11:26 bin 11:27:35 drwxrwxr-x 3 jenkins jenkins 4096 Oct 28 11:26 cmd 11:27:35 drwxrwxr-x 2 jenkins jenkins 4096 Oct 28 11:26 driver 11:27:35 -rw-rw-r-- 1 jenkins jenkins 273 Oct 28 11:26 go.mod 11:27:35 drwxrwxr-x 4 jenkins jenkins 4096 Oct 28 11:26 snap 11:27:35 -rw-rw-r-- 1 jenkins jenkins 713 Oct 28 11:26 version.go [Pipeline] isUnix [Pipeline] sh 11:27:35 + docker build -t docker-device-rest-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=4f6fe4f9eeeb2b13b70d00045467dd3723511a77 --label arch=arm64 --label version=1.1.3-dev.8 . 11:27:35 Sending build context to Docker daemon 80.38kB 11:27:36 Step 1/25 : ARG BASE=golang:1.15-alpine 11:27:36 Step 2/25 : FROM ${BASE} AS builder 11:27:36 ---> 4edd416ef788 11:27:36 Step 3/25 : ARG MAKE='make build' 11:27:36 ---> Running in 1cef422c72dd 11:27:36 Removing intermediate container 1cef422c72dd 11:27:36 ---> c8fc9f17834b 11:27:36 Step 4/25 : ARG ALPINE_PKG_BASE="make git" 11:27:36 ---> Running in efcdbf68e93b 11:27:37 Removing intermediate container efcdbf68e93b 11:27:37 ---> 91a4265a228a 11:27:37 Step 5/25 : ARG ALPINE_PKG_EXTRA="" 11:27:37 ---> Running in 07c576a877b9 11:27:38 Removing intermediate container 07c576a877b9 11:27:38 ---> 509a0f09cfac 11:27:38 Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:27:38 ---> Running in 71d538c5748b 11:27:40 Removing intermediate container 71d538c5748b 11:27:40 ---> 4b4d6d86a35e 11:27:40 Step 7/25 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:27:40 ---> Running in 3fbf3b9bfc56 11:27:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:27:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:27:43 OK: 142 MiB in 39 packages 11:27:44 Removing intermediate container 3fbf3b9bfc56 11:27:44 ---> 215b35e097ee 11:27:44 Step 8/25 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-rest-go 11:27:44 ---> Running in c1b031fabd02 11:27:45 Removing intermediate container c1b031fabd02 11:27:45 ---> cdc909634fb6 11:27:45 Step 9/25 : COPY go.mod . 11:27:46 ---> 85036ab2cab3 11:27:46 Step 10/25 : COPY Makefile . 11:27:46 ---> bb5fc5ea216f 11:27:46 Step 11/25 : RUN make update 11:27:46 ---> Running in 91bb21d7a704 11:27:48 CGO_ENABLED=0 GO111MODULE=on go mod download 11:27:49 Removing intermediate container 91bb21d7a704 11:27:49 ---> aaa04dce290e 11:27:49 Step 12/25 : COPY . . 11:27:50 ---> 4b20f6ca93d1 11:27:50 Step 13/25 : RUN $MAKE 11:27:50 ---> Running in efffb768ff0b 11:27:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=1.1.3-dev.8" -o cmd/device-rest-go ./cmd 11:28:18 Removing intermediate container efffb768ff0b 11:28:18 ---> 455962583d7e 11:28:18 Step 14/25 : FROM alpine:latest 11:28:18 latest: Pulling from library/alpine 11:28:18 5f621e34cdf4: Pulling fs layer 11:28:18 5f621e34cdf4: Verifying Checksum 11:28:18 5f621e34cdf4: Download complete 11:28:19 5f621e34cdf4: Pull complete 11:28:19 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 11:28:19 Status: Downloaded newer image for alpine:latest 11:28:19 ---> 2e77e061c27f 11:28:19 Step 15/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 11:28:19 ---> Running in a22fee47f2b7 11:28:20 Removing intermediate container a22fee47f2b7 11:28:20 ---> 6e98f3893066 11:28:20 Step 16/25 : LABEL Name=device-rest-go Version=${VERSION} 11:28:20 ---> Running in 5e92822cf8b0 11:28:20 Removing intermediate container 5e92822cf8b0 11:28:20 ---> d977f00801bd 11:28:20 Step 17/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/LICENSE / 11:28:21 ---> 54fbae41091c 11:28:21 Step 18/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/Attribution.txt / 11:28:22 ---> 48e428228199 11:28:22 Step 19/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/cmd / 11:28:23 ---> 08a1adc9a2a2 11:28:23 Step 20/25 : EXPOSE 49986 11:28:23 ---> Running in 6cfd6bfb5c0d 11:28:24 Removing intermediate container 6cfd6bfb5c0d 11:28:24 ---> 656b094c5c13 11:28:24 Step 21/25 : ENTRYPOINT ["/device-rest-go"] 11:28:24 ---> Running in 5fac19a0c523 11:28:24 Removing intermediate container 5fac19a0c523 11:28:24 ---> 7758a54f3243 11:28:24 Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] 11:28:25 ---> Running in 958e3c925cb3 11:28:25 Removing intermediate container 958e3c925cb3 11:28:25 ---> 59fa6be53162 11:28:25 Step 23/25 : LABEL arch=arm64 11:28:25 ---> Running in 9d626b7a02a7 11:28:25 Removing intermediate container 9d626b7a02a7 11:28:25 ---> a5514d8806b0 11:28:25 Step 24/25 : LABEL git_sha=4f6fe4f9eeeb2b13b70d00045467dd3723511a77 11:28:26 ---> Running in b5147a932c97 11:28:26 Removing intermediate container b5147a932c97 11:28:26 ---> 089b77bac4de 11:28:26 Step 25/25 : LABEL version=1.1.3-dev.8 11:28:26 ---> Running in 8b8e43d5b4e7 11:28:26 Removing intermediate container 8b8e43d5b4e7 11:28:26 ---> 0b6da320c134 11:28:26 [Warning] One or more build-args [ARCH] were not consumed 11:28:26 Successfully built 0b6da320c134 11:28:26 Successfully tagged docker-device-rest-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 11:28:27 provisioning config files... 11:28:27 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/24@tmp/config8350283530182271454tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:28:27 ---> docker-login.sh 11:28:27 nexus3.edgexfoundry.org:10001 11:28:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:28:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:28:28 Configure a credential helper to remove this warning. See 11:28:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:28:28 11:28:28 Login Succeeded 11:28:28 nexus3.edgexfoundry.org:10002 11:28:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:28:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:28:28 Configure a credential helper to remove this warning. See 11:28:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:28:28 11:28:28 Login Succeeded 11:28:28 nexus3.edgexfoundry.org:10003 11:28:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:28:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:28:29 Configure a credential helper to remove this warning. See 11:28:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:28:29 11:28:29 Login Succeeded 11:28:29 nexus3.edgexfoundry.org:10004 11:28:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:28:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:28:30 Configure a credential helper to remove this warning. See 11:28:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:28:30 11:28:30 Login Succeeded 11:28:30 docker.io 11:28:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:28:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:28:31 Configure a credential helper to remove this warning. See 11:28:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:28:31 11:28:31 Login Succeeded 11:28:31 ---> docker-login.sh ends [Pipeline] } 11:28:31 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:28:31 [edgeXDocker.push] Tagging docker image docker-device-rest-go-arm64 with the following tags: 11:28:31 4f6fe4f9eeeb2b13b70d00045467dd3723511a77 11:28:31 latest 11:28:31 1.1.3-dev.8 11:28:31 4f6fe4f9eeeb2b13b70d00045467dd3723511a77-1.1.3-dev.8 11:28:31 master 11:28:31 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 11:28:31 + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:4f6fe4f9eeeb2b13b70d00045467dd3723511a77 [Pipeline] isUnix [Pipeline] sh 11:28:32 + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:4f6fe4f9eeeb2b13b70d00045467dd3723511a77 11:28:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] 11:28:32 11bde7382d5b: Preparing 11:28:32 1888f15ef43b: Preparing 11:28:32 7c6bf9093769: Preparing 11:28:32 cd3761cfa1d9: Preparing 11:28:32 cd3761cfa1d9: Layer already exists 11:28:32 7c6bf9093769: Pushed 11:28:32 1888f15ef43b: Pushed 11:28:35 11bde7382d5b: Pushed 11:28:35 4f6fe4f9eeeb2b13b70d00045467dd3723511a77: digest: sha256:8a190c0226c375489af9edc26a3614fb15976495dd6a0e165c5d8b0cd7e128f7 size: 1155 [Pipeline] isUnix [Pipeline] sh 11:28:35 + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 11:28:35 + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:latest 11:28:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] 11:28:35 11bde7382d5b: Preparing 11:28:35 1888f15ef43b: Preparing 11:28:35 7c6bf9093769: Preparing 11:28:35 cd3761cfa1d9: Preparing 11:28:36 cd3761cfa1d9: Layer already exists 11:28:36 11bde7382d5b: Layer already exists 11:28:36 1888f15ef43b: Layer already exists 11:28:36 7c6bf9093769: Layer already exists 11:28:36 latest: digest: sha256:8a190c0226c375489af9edc26a3614fb15976495dd6a0e165c5d8b0cd7e128f7 size: 1155 [Pipeline] isUnix [Pipeline] sh 11:28:36 + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:1.1.3-dev.8 [Pipeline] isUnix [Pipeline] sh 11:28:37 + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:1.1.3-dev.8 11:28:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] 11:28:37 11bde7382d5b: Preparing 11:28:37 1888f15ef43b: Preparing 11:28:37 7c6bf9093769: Preparing 11:28:37 cd3761cfa1d9: Preparing 11:28:37 11bde7382d5b: Layer already exists 11:28:37 7c6bf9093769: Layer already exists 11:28:37 1888f15ef43b: Layer already exists 11:28:37 cd3761cfa1d9: Layer already exists 11:28:37 1.1.3-dev.8: digest: sha256:8a190c0226c375489af9edc26a3614fb15976495dd6a0e165c5d8b0cd7e128f7 size: 1155 [Pipeline] isUnix [Pipeline] sh 11:28:37 + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:4f6fe4f9eeeb2b13b70d00045467dd3723511a77-1.1.3-dev.8 [Pipeline] isUnix [Pipeline] sh 11:28:38 + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:4f6fe4f9eeeb2b13b70d00045467dd3723511a77-1.1.3-dev.8 11:28:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] 11:28:38 11bde7382d5b: Preparing 11:28:38 1888f15ef43b: Preparing 11:28:38 7c6bf9093769: Preparing 11:28:38 cd3761cfa1d9: Preparing 11:28:38 1888f15ef43b: Layer already exists 11:28:38 7c6bf9093769: Layer already exists 11:28:38 11bde7382d5b: Layer already exists 11:28:38 cd3761cfa1d9: Layer already exists 11:28:38 4f6fe4f9eeeb2b13b70d00045467dd3723511a77-1.1.3-dev.8: digest: sha256:8a190c0226c375489af9edc26a3614fb15976495dd6a0e165c5d8b0cd7e128f7 size: 1155 [Pipeline] isUnix [Pipeline] sh 11:28:38 + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:master [Pipeline] isUnix [Pipeline] sh 11:28:39 + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:master 11:28:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] 11:28:39 11bde7382d5b: Preparing 11:28:39 1888f15ef43b: Preparing 11:28:39 7c6bf9093769: Preparing 11:28:39 cd3761cfa1d9: Preparing 11:28:39 cd3761cfa1d9: Layer already exists 11:28:39 7c6bf9093769: Layer already exists 11:28:39 11bde7382d5b: Layer already exists 11:28:39 1888f15ef43b: Layer already exists 11:28:39 master: digest: sha256:8a190c0226c375489af9edc26a3614fb15976495dd6a0e165c5d8b0cd7e128f7 size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:28:39 ===================================================== [Pipeline] echo 11:28:39 taggedImages: 11:28:39 - nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:4f6fe4f9eeeb2b13b70d00045467dd3723511a77 11:28:39 - nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:latest 11:28:39 - nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:1.1.3-dev.8 11:28:39 - nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:4f6fe4f9eeeb2b13b70d00045467dd3723511a77-1.1.3-dev.8 11:28:39 - nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:master [Pipeline] } [Pipeline] // script [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 11:28:41 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 11:28:41 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 11:28:41 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 11:28:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 11:28:42 11:28:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 11:28:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 11:28:42 1.317.0: Pulling from edgex-devops/edgex-snyk-go 11:28:42 cbdbe7a5bc2a: Pulling fs layer 11:28:42 408f87550127: Pulling fs layer 11:28:42 fe522b08c979: Pulling fs layer 11:28:42 221eaa008020: Pulling fs layer 11:28:42 2a4607e5d6b9: Pulling fs layer 11:28:42 8f79b27c4fd2: Pulling fs layer 11:28:42 e5c8dbe1645b: Pulling fs layer 11:28:42 23e8b3b47431: Pulling fs layer 11:28:42 5c568d65a230: Pulling fs layer 11:28:42 221eaa008020: Waiting 11:28:42 2a4607e5d6b9: Waiting 11:28:42 8f79b27c4fd2: Waiting 11:28:42 e5c8dbe1645b: Waiting 11:28:42 23e8b3b47431: Waiting 11:28:42 5c568d65a230: Waiting 11:28:42 fe522b08c979: Verifying Checksum 11:28:42 fe522b08c979: Download complete 11:28:42 408f87550127: Download complete 11:28:43 2a4607e5d6b9: Verifying Checksum 11:28:43 2a4607e5d6b9: Download complete 11:28:43 8f79b27c4fd2: Verifying Checksum 11:28:43 8f79b27c4fd2: Download complete 11:28:43 cbdbe7a5bc2a: Verifying Checksum 11:28:43 cbdbe7a5bc2a: Download complete 11:28:44 cbdbe7a5bc2a: Pull complete 11:28:44 408f87550127: Pull complete 11:28:45 e5c8dbe1645b: Download complete 11:28:45 fe522b08c979: Pull complete 11:28:46 23e8b3b47431: Verifying Checksum 11:28:46 23e8b3b47431: Download complete 11:28:47 5c568d65a230: Verifying Checksum 11:28:47 5c568d65a230: Download complete 11:28:50 221eaa008020: Verifying Checksum 11:28:50 221eaa008020: Download complete 11:28:58 221eaa008020: Pull complete 11:28:58 2a4607e5d6b9: Pull complete 11:28:58 8f79b27c4fd2: Pull complete 11:29:00 e5c8dbe1645b: Pull complete 11:29:04 23e8b3b47431: Pull complete 11:29:06 5c568d65a230: Pull complete 11:29:06 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 11:29:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 11:29:06 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 11:29:06 prd-centos7-docker-4c-2g-9455 does not seem to be running inside a container 11:29:06 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/gexfoundry_device-rest-go_master:/ws -w /ws --entrypoint= -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 11:29:08 $ docker top f2033053d7b178ec6a86cab5370549cd197d38b950348e03d87e5f705b2dd7f6 -eo pid,comm [Pipeline] { [Pipeline] sh 11:29:09 + snyk monitor '--org=edgex-jenkins' 11:30:17 11:30:17 Monitoring /w/workspace/gexfoundry_device-rest-go_master (github.com/edgexfoundry/device-rest-go)... 11:30:17 11:30:17 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/100cb2ad-363b-48d6-95bb-098d49e3156b/history/cd054892-9156-4cb7-8b85-daec48d4dd09 11:30:17 11:30:17 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 11:30:17 11:30:17 11:30:17 Snyk CLI supports Node.js 8 and higher. 11:30:17 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 11:30:17 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 11:30:17 11:30:17 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 11:30:17 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. 11:30:17 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 11:30:17 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 11:30:17 $ docker stop --time=1 f2033053d7b178ec6a86cab5370549cd197d38b950348e03d87e5f705b2dd7f6 11:30:19 $ docker rm -f f2033053d7b178ec6a86cab5370549cd197d38b950348e03d87e5f705b2dd7f6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 11:30:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 11:30:20 11:30:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh 11:30:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 11:30:21 latest: Pulling from edgex-devops/edgex-klar 11:30:21 e7c96db7181b: Pulling fs layer 11:30:21 1868ca2cb446: Pulling fs layer 11:30:21 136be5d0fe8e: Pulling fs layer 11:30:21 894bfe63afcb: Pulling fs layer 11:30:21 894bfe63afcb: Waiting 11:30:21 1868ca2cb446: Verifying Checksum 11:30:21 1868ca2cb446: Download complete 11:30:21 136be5d0fe8e: Download complete 11:30:21 e7c96db7181b: Verifying Checksum 11:30:21 e7c96db7181b: Download complete 11:30:21 894bfe63afcb: Verifying Checksum 11:30:21 894bfe63afcb: Download complete 11:30:22 e7c96db7181b: Pull complete 11:30:22 1868ca2cb446: Pull complete 11:30:22 136be5d0fe8e: Pull complete 11:30:23 894bfe63afcb: Pull complete 11:30:23 Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 11:30:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 11:30:23 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer 11:30:23 prd-centos7-docker-4c-2g-9455 does not seem to be running inside a container 11:30:23 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-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-klar:latest cat 11:30:24 $ docker top 1db7bb89bb91b613eaf208f57173598dc20fda0a0d53648ade75ab2482d14dd6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:30:25 + /klar nexus3.edgexfoundry.org:10004/docker-device-rest-go:4f6fe4f9eeeb2b13b70d00045467dd3723511a77 11:30:25 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 11:30:29 $ docker stop --time=1 1db7bb89bb91b613eaf208f57173598dc20fda0a0d53648ade75ab2482d14dd6 11:30:31 $ docker rm -f 1db7bb89bb91b613eaf208f57173598dc20fda0a0d53648ade75ab2482d14dd6 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 11:30:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 11:30:31 . [Pipeline] withDockerContainer 11:30:32 prd-centos7-docker-4c-2g-9455 does not seem to be running inside a container 11:30:32 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-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-klar:latest cat 11:30:33 $ docker top f602d418e4fe8762f3946cd704beac526a3fb9cc9961fce36c64dc33e3ffc09f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:30:34 + /klar nexus3.edgexfoundry.org:10004/docker-device-rest-go:4f6fe4f9eeeb2b13b70d00045467dd3723511a77 11:30:34 + tee 11:30:34 clair timeout 1m0s 11:30:34 docker timeout: 1m0s 11:30:34 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 11:30:35 $ docker stop --time=1 f602d418e4fe8762f3946cd704beac526a3fb9cc9961fce36c64dc33e3ffc09f 11:30:37 $ docker rm -f f602d418e4fe8762f3946cd704beac526a3fb9cc9961fce36c64dc33e3ffc09f [Pipeline] // withDockerContainer [Pipeline] sh 11:30:37 + mkdir -p /w/workspace/gexfoundry_device-rest-go_master/clair-reports [Pipeline] echo 11:30:37 Generated HTML Table Report. Writing to /w/workspace/gexfoundry_device-rest-go_master/clair-reports/clair_results_docker-device-rest-go_4f6fe4f9eeeb2b13b70d00045467dd3723511a77.html [Pipeline] writeFile [Pipeline] step 11:30:38 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 11:30:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 11:30:39 . [Pipeline] withDockerContainer 11:30:39 prd-centos7-docker-4c-2g-9455 does not seem to be running inside a container 11:30:39 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-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-klar:latest cat 11:30:41 $ docker top d3577af6a333185cba734c02a4e54ea43ce6d141bf47060bcb06bc1df5aba2f7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:30:42 + tee 11:30:42 + /klar nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:4f6fe4f9eeeb2b13b70d00045467dd3723511a77 [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 11:30:45 $ docker stop --time=1 d3577af6a333185cba734c02a4e54ea43ce6d141bf47060bcb06bc1df5aba2f7 11:30:47 $ docker rm -f d3577af6a333185cba734c02a4e54ea43ce6d141bf47060bcb06bc1df5aba2f7 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 11:30:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 11:30:47 . [Pipeline] withDockerContainer 11:30:48 prd-centos7-docker-4c-2g-9455 does not seem to be running inside a container 11:30:48 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-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-klar:latest cat 11:30:48 $ docker top 457088597a398adef7b9b4597f96a3995ccd400aa214d90186e30aa0c233c88c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:30:50 + /klar nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:4f6fe4f9eeeb2b13b70d00045467dd3723511a77 11:30:50 + tee 11:30:50 clair timeout 1m0s 11:30:50 docker timeout: 1m0s 11:30:50 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 11:30:50 $ docker stop --time=1 457088597a398adef7b9b4597f96a3995ccd400aa214d90186e30aa0c233c88c 11:30:52 $ docker rm -f 457088597a398adef7b9b4597f96a3995ccd400aa214d90186e30aa0c233c88c [Pipeline] // withDockerContainer [Pipeline] sh 11:30:53 + mkdir -p /w/workspace/gexfoundry_device-rest-go_master/clair-reports [Pipeline] echo 11:30:53 Generated HTML Table Report. Writing to /w/workspace/gexfoundry_device-rest-go_master/clair-reports/clair_results_docker-device-rest-go-arm64_4f6fe4f9eeeb2b13b70d00045467dd3723511a77.html [Pipeline] writeFile [Pipeline] step 11:30:53 Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 11:30:54 + git log --format=format:%s -1 4f6fe4f9eeeb2b13b70d00045467dd3723511a77 [Pipeline] isUnix [Pipeline] sh 11:30:54 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:30:54 . [Pipeline] withDockerContainer 11:30:55 prd-centos7-docker-4c-2g-9455 does not seem to be running inside a container 11:30:55 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 11:30:56 $ docker top 651042c5519c37f037c9fe14701e7fe842c347ac06fe3be3cf261ef67b87f89c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:30:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:30:56 [ssh-agent] Looking for ssh-agent implementation... 11:30:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:30:56 $ docker exec 651042c5519c37f037c9fe14701e7fe842c347ac06fe3be3cf261ef67b87f89c ssh-agent 11:30:57 SSH_AUTH_SOCK=/tmp/ssh-0byOnkUH59sW/agent.12 11:30:57 SSH_AGENT_PID=18 11:30:57 Running ssh-add (command line suppressed) 11:30:57 Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_3473515251637443668.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_3473515251637443668.key) 11:30:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:30:58 + git semver tag 11:30:58 # -> Open(): unable to determine branch for HEAD 11:30:58 # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git 11:30:58 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master 11:30:58 # $SEMVER_REMOTE_NAME = origin 11:30:58 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 11:30:58 # $SEMVER_USER_NAME = edgex-jenkins 11:30:58 # $SEMVER_BRANCH = master 11:30:58 # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver 11:30:58 # 4f6fe4f9eeeb2b13b70d00045467dd3723511a77 HEAD 11:30:58 # -> Force: false 11:30:58 # 479c21b2d5cd16cf04d5570bd6da8eb7513cc4d4 refs/tags/v1.1.3-dev.8 [Pipeline] } 11:30:58 $ docker exec --env ******** --env ******** 651042c5519c37f037c9fe14701e7fe842c347ac06fe3be3cf261ef67b87f89c ssh-agent -k 11:30:58 unset SSH_AUTH_SOCK; 11:30:58 unset SSH_AGENT_PID; 11:30:58 echo Agent pid 18 killed; 11:30:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:30:59 + git semver [Pipeline] } 11:30:59 $ docker stop --time=1 651042c5519c37f037c9fe14701e7fe842c347ac06fe3be3cf261ef67b87f89c 11:31:01 $ docker rm -f 651042c5519c37f037c9fe14701e7fe842c347ac06fe3be3cf261ef67b87f89c [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 11:31:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:31:02 11:31:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 11:31:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:31:02 0.23.1-centos7: Pulling from edgex-lftools 11:31:02 ab5ef0e58194: Pulling fs layer 11:31:02 9712f1f96733: Pulling fs layer 11:31:02 63f879dbbcfc: Pulling fs layer 11:31:02 0d9ebad4ef96: Pulling fs layer 11:31:02 e9a5061849ea: Pulling fs layer 11:31:02 d747dcd14b5f: Pulling fs layer 11:31:02 2de7ff778b66: Pulling fs layer 11:31:02 e9a5061849ea: Waiting 11:31:02 d747dcd14b5f: Waiting 11:31:02 2de7ff778b66: Waiting 11:31:02 0d9ebad4ef96: Waiting 11:31:03 9712f1f96733: Verifying Checksum 11:31:03 9712f1f96733: Download complete 11:31:05 63f879dbbcfc: Verifying Checksum 11:31:05 63f879dbbcfc: Download complete 11:31:06 e9a5061849ea: Verifying Checksum 11:31:06 e9a5061849ea: Download complete 11:31:06 d747dcd14b5f: Verifying Checksum 11:31:06 d747dcd14b5f: Download complete 11:31:08 2de7ff778b66: Verifying Checksum 11:31:08 2de7ff778b66: Download complete 11:31:08 0d9ebad4ef96: Verifying Checksum 11:31:08 0d9ebad4ef96: Download complete 11:31:08 ab5ef0e58194: Download complete 11:31:17 ab5ef0e58194: Pull complete 11:31:17 9712f1f96733: Pull complete 11:31:19 63f879dbbcfc: Pull complete 11:31:28 0d9ebad4ef96: Pull complete 11:31:28 e9a5061849ea: Pull complete 11:31:28 d747dcd14b5f: Pull complete 11:31:31 2de7ff778b66: Pull complete 11:31:31 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 11:31:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:31:31 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 11:31:32 prd-centos7-docker-4c-2g-9455 does not seem to be running inside a container 11:31:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 11:31:36 $ docker top e5f334c39a88a6af3e12bbf1c182327dbc2df627ddaf282a26194856ba161793 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 11:31:36 provisioning config files... 11:31:36 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config776433011866904579tmp 11:31:36 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config7917573807581974975tmp 11:31:36 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config3777985716333030487tmp [Pipeline] { [Pipeline] echo 11:31:36 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 11:31:37 ---> sigul-configuration.sh 11:31:37 gpg: directory `/root/.gnupg' created 11:31:37 gpg: new configuration file `/root/.gnupg/gpg.conf' created 11:31:37 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 11:31:37 gpg: keyring `/root/.gnupg/secring.gpg' created 11:31:37 gpg: keyring `/root/.gnupg/pubring.gpg' created 11:31:37 gpg: CAST5 encrypted data 11:31:37 gpg: encrypted with 1 passphrase 11:31:37 gpg: WARNING: message was not integrity protected [Pipeline] sh 11:31:38 + mkdir /home/jenkins 11:31:38 + mkdir /home/jenkins/sigul [Pipeline] sh 11:31:38 + 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 11:31:38 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 11:31:38 ---> sigul-install.sh 11:31:45 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 11:31:45 + git tag --list 11:31:45 v1.0.0 11:31:45 v1.1.0 11:31:45 v1.1.1 11:31:45 v1.1.2 11:31:45 v1.1.2-dev.1 11:31:45 v1.1.2-dev.2 11:31:45 v1.1.3-dev.1 11:31:45 v1.1.3-dev.2 11:31:45 v1.1.3-dev.3 11:31:45 v1.1.3-dev.4 11:31:45 v1.1.3-dev.5 11:31:45 v1.1.3-dev.6 11:31:45 v1.1.3-dev.7 11:31:45 v1.1.3-dev.8 [Pipeline] sh 11:31:46 + lftools sign git-tag v1.1.3-dev.8 11:31:47 Signing Git tag with Sigul... 11:31:47 Signing v1.1.3-dev.8 [Pipeline] echo 11:31:49 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 11:31:49 ---> sigul-configuration-cleanup.sh [Pipeline] } 11:31:49 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 11:31:49 $ docker stop --time=1 e5f334c39a88a6af3e12bbf1c182327dbc2df627ddaf282a26194856ba161793 11:31:51 $ docker rm -f e5f334c39a88a6af3e12bbf1c182327dbc2df627ddaf282a26194856ba161793 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 11:31:52 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:31:52 . [Pipeline] withDockerContainer 11:31:52 prd-centos7-docker-4c-2g-9455 does not seem to be running inside a container 11:31:52 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 11:31:53 $ docker top 561f1fee21823b2e035bc1efdaab6d3ce733b9a2f5054da24970413cec2aafa7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:31:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:31:54 [ssh-agent] Looking for ssh-agent implementation... 11:31:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:31:54 $ docker exec 561f1fee21823b2e035bc1efdaab6d3ce733b9a2f5054da24970413cec2aafa7 ssh-agent 11:31:55 SSH_AUTH_SOCK=/tmp/ssh-oFOcVRUblUOt/agent.13 11:31:55 SSH_AGENT_PID=19 11:31:55 Running ssh-add (command line suppressed) 11:31:55 Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_1153739396920796276.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_1153739396920796276.key) 11:31:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:31:56 + git semver bump pre 11:31:56 # -> Open(): unable to determine branch for HEAD 11:31:56 # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git 11:31:56 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master 11:31:56 # $SEMVER_REMOTE_NAME = origin 11:31:56 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 11:31:56 # $SEMVER_USER_NAME = edgex-jenkins 11:31:56 # $SEMVER_BRANCH = master 11:31:56 # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver 11:31:56 1.1.3-dev.9 [Pipeline] } 11:31:56 $ docker exec --env ******** --env ******** 561f1fee21823b2e035bc1efdaab6d3ce733b9a2f5054da24970413cec2aafa7 ssh-agent -k 11:31:56 unset SSH_AUTH_SOCK; 11:31:56 unset SSH_AGENT_PID; 11:31:56 echo Agent pid 19 killed; 11:31:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:31:57 + git semver [Pipeline] } 11:31:57 $ docker stop --time=1 561f1fee21823b2e035bc1efdaab6d3ce733b9a2f5054da24970413cec2aafa7 11:31:58 $ docker rm -f 561f1fee21823b2e035bc1efdaab6d3ce733b9a2f5054da24970413cec2aafa7 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 11:31:59 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:31:59 . [Pipeline] withDockerContainer 11:31:59 prd-centos7-docker-4c-2g-9455 does not seem to be running inside a container 11:31:59 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 11:32:00 $ docker top a42a16e5a62997e2718e0d726ad446f772f3db191e97f2746565503f498def35 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:32:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:32:01 [ssh-agent] Looking for ssh-agent implementation... 11:32:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:32:01 $ docker exec a42a16e5a62997e2718e0d726ad446f772f3db191e97f2746565503f498def35 ssh-agent 11:32:01 SSH_AUTH_SOCK=/tmp/ssh-syGZRkE7BlcG/agent.11 11:32:01 SSH_AGENT_PID=16 11:32:02 Running ssh-add (command line suppressed) 11:32:02 Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_4588773327546001239.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_4588773327546001239.key) 11:32:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:32:02 + git semver push 11:32:02 # -> Open(): unable to determine branch for HEAD 11:32:02 # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git 11:32:02 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master 11:32:02 # $SEMVER_REMOTE_NAME = origin 11:32:02 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 11:32:02 # $SEMVER_USER_NAME = edgex-jenkins 11:32:02 # $SEMVER_BRANCH = master 11:32:02 # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver [Pipeline] } 11:32:09 $ docker exec --env ******** --env ******** a42a16e5a62997e2718e0d726ad446f772f3db191e97f2746565503f498def35 ssh-agent -k 11:32:09 unset SSH_AUTH_SOCK; 11:32:09 unset SSH_AGENT_PID; 11:32:09 echo Agent pid 16 killed; 11:32:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:32:10 + git semver [Pipeline] } 11:32:10 $ docker stop --time=1 a42a16e5a62997e2718e0d726ad446f772f3db191e97f2746565503f498def35 11:32:11 $ docker rm -f a42a16e5a62997e2718e0d726ad446f772f3db191e97f2746565503f498def35 [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 11:32:13 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 11:32:14 ---> package-listing.sh 11:32:14 ++ tr '[:upper:]' '[:lower:]' 11:32:14 ++ facter osfamily 11:32:14 + OS_FAMILY=redhat 11:32:14 + workspace=/w/workspace/gexfoundry_device-rest-go_master 11:32:14 + START_PACKAGES=/tmp/packages_start.txt 11:32:14 + END_PACKAGES=/tmp/packages_end.txt 11:32:14 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:32:14 + PACKAGES=/tmp/packages_start.txt 11:32:14 + '[' /w/workspace/gexfoundry_device-rest-go_master ']' 11:32:14 + PACKAGES=/tmp/packages_end.txt 11:32:14 + case "${OS_FAMILY}" in 11:32:14 + rpm -qa 11:32:14 + sort 11:32:19 + '[' -f /tmp/packages_start.txt ']' 11:32:19 + '[' -f /tmp/packages_end.txt ']' 11:32:19 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:32:19 + '[' /w/workspace/gexfoundry_device-rest-go_master ']' 11:32:19 + mkdir -p /w/workspace/gexfoundry_device-rest-go_master/archives/ 11:32:19 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-rest-go_master/archives/ [Pipeline] echo 11:32:19 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/gexfoundry_device-rest-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 11:32:19 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 11:32:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:32:20 11:32:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 11:32:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:32:21 alpine: Pulling from edgex-lftools-log-publisher 11:32:21 df20fa9351a1: Pulling fs layer 11:32:21 36b3adc4ff6f: Pulling fs layer 11:32:21 8ad3a11d3b57: Pulling fs layer 11:32:21 46f8f816bc3b: Pulling fs layer 11:32:21 93b61091891f: Pulling fs layer 11:32:21 93b9cdb0e59b: Pulling fs layer 11:32:21 5e14af77c1be: Pulling fs layer 11:32:21 01666e4c0597: Pulling fs layer 11:32:21 aa168da1d23b: Pulling fs layer 11:32:21 93b61091891f: Waiting 11:32:21 01666e4c0597: Waiting 11:32:21 aa168da1d23b: Waiting 11:32:21 93b9cdb0e59b: Waiting 11:32:21 5e14af77c1be: Waiting 11:32:21 46f8f816bc3b: Waiting 11:32:21 36b3adc4ff6f: Download complete 11:32:21 46f8f816bc3b: Verifying Checksum 11:32:21 46f8f816bc3b: Download complete 11:32:21 df20fa9351a1: Verifying Checksum 11:32:21 93b9cdb0e59b: Verifying Checksum 11:32:21 93b9cdb0e59b: Download complete 11:32:21 5e14af77c1be: Verifying Checksum 11:32:21 5e14af77c1be: Download complete 11:32:21 93b61091891f: Verifying Checksum 11:32:21 93b61091891f: Download complete 11:32:21 01666e4c0597: Verifying Checksum 11:32:21 01666e4c0597: Download complete 11:32:21 8ad3a11d3b57: Verifying Checksum 11:32:21 8ad3a11d3b57: Download complete 11:32:22 df20fa9351a1: Pull complete 11:32:22 36b3adc4ff6f: Pull complete 11:32:23 8ad3a11d3b57: Pull complete 11:32:23 46f8f816bc3b: Pull complete 11:32:24 93b61091891f: Pull complete 11:32:24 93b9cdb0e59b: Pull complete 11:32:24 5e14af77c1be: Pull complete 11:32:25 01666e4c0597: Pull complete 11:32:26 aa168da1d23b: Verifying Checksum 11:32:26 aa168da1d23b: Download complete 11:32:37 aa168da1d23b: Pull complete 11:32:37 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 11:32:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:32:37 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 11:32:37 prd-centos7-docker-4c-2g-9455 does not seem to be running inside a container 11:32:37 $ 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/gexfoundry_device-rest-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/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 11:32:40 $ docker top fb19d3802ebd5819efab74de4528b5a8cc670c51d0e42e96c0783bee016a1c30 -eo pid,comm [Pipeline] { [Pipeline] sh 11:32:41 + touch /tmp/pre-build-complete [Pipeline] sh 11:32:41 + mkdir -p /var/log/sa [Pipeline] sh 11:32:41 + ls /var/log/sa-host 11:32:41 + sadf -c /var/log/sa-host/sa05 11:32:41 file_magic: OK 11:32:41 HZ: Using current value: 100 11:32:41 file_header: OK 11:32:41 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 11:32:41 Statistics: 11:32:41 Hnuu...uuuununununu...Hnuu...uuuununununu... 11:32:41 File successfully converted to sysstat format version 12.2.1 11:32:41 + sadf -c /var/log/sa-host/sa28 11:32:41 file_magic: OK 11:32:41 HZ: Using current value: 100 11:32:41 file_header: OK 11:32:41 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 11:32:41 Statistics: 11:32:41 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 11:32:41 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:32:42 provisioning config files... 11:32:42 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config2838317143191906693tmp [Pipeline] { [Pipeline] echo 11:32:42 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 11:32:42 ---> create-netrc.sh [Pipeline] } 11:32:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 11:32:42 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 11:32:42 ---> python-tools-install.sh [Pipeline] echo 11:32:42 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 11:32:43 ---> sudo-logs.sh 11:32:43 Archiving 'sudo' log.. [Pipeline] echo 11:32:43 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 11:32:43 ---> job-cost.sh 11:32:43 lf-activate-venv: SKIPPING 11:32:43 INFO: No Stack... 11:32:45 INFO: Retrieving Pricing Info for: v1-standard-2 11:32:45 INFO: Archiving Costs [Pipeline] echo 11:32:45 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 11:32:46 ---> logs-deploy.sh 11:32:46 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/master/24 11:32:46 INFO: archiving workspace using pattern(s): 11:32:48 Archives upload complete. 11:32:48 INFO: archiving logs to Nexus 11:32:50 ---> uname -a: 11:32:50 Linux prd-centos7-docker-4c-2g-9455.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 11:32:50 11:32:50 11:32:50 ---> lscpu: 11:32:50 Architecture: x86_64 11:32:50 CPU op-mode(s): 32-bit, 64-bit 11:32:50 Byte Order: Little Endian 11:32:50 Address sizes: 40 bits physical, 48 bits virtual 11:32:50 CPU(s): 4 11:32:50 On-line CPU(s) list: 0-3 11:32:50 Thread(s) per core: 1 11:32:50 Core(s) per socket: 1 11:32:50 Socket(s): 4 11:32:50 NUMA node(s): 1 11:32:50 Vendor ID: GenuineIntel 11:32:50 CPU family: 6 11:32:50 Model: 44 11:32:50 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 11:32:50 Stepping: 1 11:32:50 CPU MHz: 2933.438 11:32:50 BogoMIPS: 5866.87 11:32:50 Virtualization: VT-x 11:32:50 Hypervisor vendor: KVM 11:32:50 Virtualization type: full 11:32:50 L1d cache: 128 KiB 11:32:50 L1i cache: 128 KiB 11:32:50 L2 cache: 16 MiB 11:32:50 L3 cache: 64 MiB 11:32:50 NUMA node0 CPU(s): 0-3 11:32:50 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 11:32:50 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 11:32:50 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 11:32:50 Vulnerability Meltdown: Mitigation; PTI 11:32:50 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 11:32:50 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 11:32:50 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 11:32:50 Vulnerability Tsx async abort: Not affected 11:32:50 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 11:32:50 11:32:50 11:32:50 ---> nproc: 11:32:50 4 11:32:50 11:32:50 11:32:50 ---> df -h: 11:32:50 Filesystem Size Used Available Use% Mounted on 11:32:50 overlay 50.0G 8.5G 41.5G 17% / 11:32:50 tmpfs 64.0M 0 64.0M 0% /dev 11:32:50 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 11:32:50 shm 64.0M 0 64.0M 0% /dev/shm 11:32:50 /dev/vda1 50.0G 8.5G 41.5G 17% /facter-os 11:32:50 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/resolv.conf 11:32:50 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hostname 11:32:50 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hosts 11:32:50 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/auth.log 11:32:50 /dev/vda1 50.0G 8.5G 41.5G 17% /run/cloud-init/result.json 11:32:50 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/gexfoundry_device-rest-go_master 11:32:50 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/gexfoundry_device-rest-go_master@tmp 11:32:50 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/sa-host 11:32:50 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/secure 11:32:50 11:32:50 11:32:50 ---> free -m: 11:32:50 total used free shared buff/cache available 11:32:50 Mem: 1837 786 162 0 888 987 11:32:50 Swap: 1023 3 1020 11:32:50 11:32:50 11:32:50 ---> ip addr: 11:32:50 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 11:32:50 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 11:32:50 inet 127.0.0.1/8 scope host lo 11:32:50 valid_lft forever preferred_lft forever 11:32:50 inet6 ::1/128 scope host 11:32:50 valid_lft forever preferred_lft forever 11:32:50 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 11:32:50 link/ether fa:16:3e:75:7b:80 brd ff:ff:ff:ff:ff:ff 11:32:50 inet 10.30.123.169/23 brd 10.30.123.255 scope global dynamic eth0 11:32:50 valid_lft 85815sec preferred_lft 85815sec 11:32:50 inet6 fe80::f816:3eff:fe75:7b80/64 scope link 11:32:50 valid_lft forever preferred_lft forever 11:32:50 3: docker0: mtu 1500 qdisc noqueue state DOWN 11:32:50 link/ether 02:42:b4:e1:e0:8d brd ff:ff:ff:ff:ff:ff 11:32:50 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 11:32:50 valid_lft forever preferred_lft forever 11:32:50 inet6 fe80::42:b4ff:fee1:e08d/64 scope link 11:32:50 valid_lft forever preferred_lft forever 11:32:50 11:32:50 11:32:50 ---> sar -b -r -n DEV: 11:32:50 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/28/20 _x86_64_ (4 CPU) 11:32:50 11:32:50 11:22:45 LINUX RESTART (4 CPU) 11:32:50 11:32:50 11:24:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 11:32:50 11:25:01 21.86 5.22 16.64 0.00 1156.11 2630.80 0.00 11:32:50 11:26:01 0.78 0.00 0.78 0.00 0.00 12.59 0.00 11:32:50 11:27:01 0.53 0.00 0.53 0.00 0.00 7.31 0.00 11:32:50 11:28:01 0.18 0.00 0.18 0.00 0.00 1.63 0.00 11:32:50 11:29:01 92.83 36.22 56.61 0.00 1514.69 19812.53 0.00 11:32:50 11:30:01 154.56 98.27 56.29 0.00 5310.84 12967.70 0.00 11:32:50 11:31:01 34.63 11.11 23.51 0.00 555.61 997.77 0.00 11:32:50 11:32:01 206.05 68.77 137.29 0.00 4153.53 32768.95 0.00 11:32:50 Average: 64.04 27.50 36.53 0.00 1587.81 8665.37 0.00 11:32:50 11:32:50 11:24:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 11:32:50 11:25:01 150872 0 579404 30.79 2620 1148660 1120956 38.26 448000 1121512 8 11:32:50 11:26:01 153320 0 576948 30.66 2620 1148668 1111296 37.93 447996 1120068 8 11:32:50 11:27:01 152664 0 577600 30.70 2620 1148672 1088440 37.15 450052 1119016 8 11:32:50 11:28:01 155696 0 574564 30.54 2620 1148676 1064796 36.34 453076 1113500 16 11:32:50 11:29:01 88276 0 700272 37.22 2620 1090388 1506864 51.43 493296 1097080 97224 11:32:50 11:30:01 129148 0 692296 36.79 2596 1057516 1301808 44.43 589524 948904 20 11:32:50 11:31:01 200936 0 639188 33.97 2596 1038836 1156188 39.46 583904 901944 48 11:32:50 11:32:01 203784 0 761208 40.46 1496 915068 1465424 50.01 621676 770028 44 11:32:50 Average: 154337 0 637685 33.89 2474 1087060 1226972 41.87 510940 1024006 12172 11:32:50 11:32:50 11:24:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 11:32:50 11:25:01 eth0 57.38 57.04 162.54 27.51 0.00 0.00 0.00 0.00 11:32:50 11:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:32:50 11:25:01 docker0 36.28 31.21 3.17 134.18 0.00 0.00 0.00 0.00 11:32:50 11:26:01 eth0 2.13 0.48 0.65 0.35 0.00 0.00 0.00 0.00 11:32:50 11:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:32:50 11:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:32:50 11:27:01 eth0 0.98 0.63 0.55 0.43 0.00 0.00 0.00 0.00 11:32:50 11:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:32:50 11:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:32:50 11:28:01 eth0 0.52 0.08 0.04 0.01 0.00 0.00 0.00 0.00 11:32:50 11:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:32:50 11:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:32:50 11:29:01 eth0 367.48 312.64 3776.21 25.96 0.00 0.00 0.00 0.00 11:32:50 11:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:32:50 11:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:32:50 11:30:01 vethb520fba 33.65 33.65 4.29 159.14 0.00 0.00 0.00 0.00 11:32:50 11:30:01 eth0 46.92 43.08 172.38 9.83 0.00 0.00 0.00 0.00 11:32:50 11:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:32:50 11:30:01 docker0 33.65 33.52 3.83 159.13 0.00 0.00 0.00 0.00 11:32:50 11:31:01 eth0 84.64 72.95 223.59 77.45 0.00 0.00 0.00 0.00 11:32:50 11:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:32:50 11:31:01 docker0 2.03 1.73 0.37 0.76 0.00 0.00 0.00 0.00 11:32:50 11:32:01 vethf54cf66 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 11:32:50 11:32:01 eth0 466.32 362.90 3437.45 83.96 0.00 0.00 0.00 0.00 11:32:50 11:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:32:50 11:32:01 docker0 27.19 48.88 1.50 199.77 0.00 0.00 0.00 0.00 11:32:50 Average: vethf54cf66 0.00 0.01 0.00 0.00 0.00 0.00 0.00 0.00 11:32:50 Average: eth0 128.48 106.36 973.64 28.20 0.00 0.00 0.00 0.00 11:32:50 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:32:50 Average: docker0 12.35 14.39 1.10 61.61 0.00 0.00 0.00 0.00 11:32:50 11:32:50 11:32:50 ---> sar -P ALL: 11:32:50 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/28/20 _x86_64_ (4 CPU) 11:32:50 11:32:50 11:22:45 LINUX RESTART (4 CPU) 11:32:50 11:32:50 11:24:02 CPU %user %nice %system %iowait %steal %idle 11:32:50 11:25:01 all 1.98 0.00 1.25 0.49 2.63 93.65 11:32:50 11:25:01 0 2.24 0.00 1.34 0.95 2.65 92.82 11:32:50 11:25:01 1 1.65 0.00 1.32 0.17 2.66 94.20 11:32:50 11:25:01 2 1.72 0.00 1.08 0.59 2.65 93.95 11:32:50 11:25:01 3 2.31 0.00 1.25 0.27 2.55 93.61 11:32:50 11:26:01 all 0.14 0.00 0.05 0.00 0.07 99.74 11:32:50 11:26:01 0 0.03 0.00 0.02 0.00 0.05 99.90 11:32:50 11:26:01 1 0.40 0.00 0.03 0.00 0.07 99.50 11:32:50 11:26:01 2 0.10 0.00 0.12 0.00 0.15 99.63 11:32:50 11:26:01 3 0.02 0.00 0.03 0.00 0.02 99.93 11:32:50 11:27:01 all 0.17 0.00 0.03 0.00 0.07 99.72 11:32:50 11:27:01 0 0.08 0.00 0.02 0.00 0.05 99.85 11:32:50 11:27:01 1 0.52 0.00 0.05 0.00 0.13 99.30 11:32:50 11:27:01 2 0.05 0.00 0.05 0.00 0.05 99.85 11:32:50 11:27:01 3 0.03 0.00 0.02 0.00 0.07 99.88 11:32:50 11:28:01 all 0.13 0.00 0.04 0.00 0.13 99.70 11:32:50 11:28:01 0 0.03 0.00 0.03 0.00 0.23 99.70 11:32:50 11:28:01 1 0.45 0.00 0.03 0.00 0.17 99.35 11:32:50 11:28:01 2 0.03 0.00 0.03 0.00 0.10 99.83 11:32:50 11:28:01 3 0.02 0.00 0.05 0.00 0.03 99.90 11:32:50 11:29:01 all 3.61 0.00 2.60 0.49 5.53 87.78 11:32:50 11:29:01 0 3.41 0.00 1.90 0.31 5.98 88.40 11:32:50 11:29:01 1 4.23 0.00 2.82 0.05 5.40 87.50 11:32:50 11:29:01 2 3.50 0.00 3.48 1.10 5.64 86.28 11:32:50 11:29:01 3 3.30 0.00 2.18 0.49 5.12 88.91 11:32:50 11:30:01 all 2.65 0.00 2.05 1.26 3.80 90.24 11:32:50 11:30:01 0 3.03 0.00 2.11 1.05 3.68 90.13 11:32:50 11:30:01 1 2.67 0.00 2.03 0.64 3.79 90.88 11:32:50 11:30:01 2 3.16 0.00 2.22 1.68 3.84 89.11 11:32:50 11:30:01 3 1.74 0.00 1.84 1.67 3.90 90.85 11:32:50 11:31:01 all 2.61 0.00 3.45 0.59 6.11 87.23 11:32:50 11:31:01 0 2.74 0.00 3.59 0.80 6.70 86.17 11:32:50 11:31:01 1 2.46 0.00 2.84 0.38 5.82 88.49 11:32:50 11:31:01 2 2.79 0.00 4.09 0.18 5.97 86.96 11:32:50 11:31:01 3 2.46 0.00 3.29 1.00 5.96 87.31 11:32:50 11:32:01 all 8.84 0.00 7.31 2.39 11.11 70.35 11:32:50 11:32:01 0 12.59 0.00 8.62 2.63 12.22 63.94 11:32:50 11:32:01 1 8.09 0.00 7.33 2.04 11.06 71.48 11:32:50 11:32:01 2 7.59 0.00 6.96 1.23 11.20 73.02 11:32:50 11:32:01 3 7.21 0.00 6.36 3.68 10.01 72.75 11:32:50 Average: all 2.50 0.00 2.08 0.65 3.66 91.10 11:32:50 Average: 0 2.97 0.00 2.17 0.71 3.90 90.26 11:32:50 Average: 1 2.55 0.00 2.05 0.41 3.63 91.37 11:32:50 Average: 2 2.36 0.00 2.25 0.60 3.69 91.11 11:32:50 Average: 3 2.12 0.00 1.87 0.89 3.44 91.67 11:32:50 11:32:50 11:32:50