Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 196bef76aa0a3d89dc26ac944eff062c8405d7e3 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 9d0281235b943b7ad605f650702698f9078b2862 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 9d0281235b943b7ad605f650702698f9078b2862 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 9d0281235b943b7ad605f650702698f9078b2862 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 9d0281235b943b7ad605f650702698f9078b2862 # timeout=10 Commit message: "Merge pull request #315 from ernestojeda/rename-docker-images-again" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: device-rest 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-4841 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.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 196bef76aa0a3d89dc26ac944eff062c8405d7e3 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 196bef76aa0a3d89dc26ac944eff062c8405d7e3 # timeout=10 Commit message: "Merge pull request #97 from tonyespy/snap-go116-tidy-fix" > git rev-list --no-walk 0088b1c14d9fd9deeb4630211d1277bd3e025ddb # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-12T20:21:07.114Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-12T20:21:07.210Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-12T20:21:07.237Z] ========================================================= [2021-05-12T20:21:07.237Z] EdgeX Global Pipelines Version Info [2021-05-12T20:21:07.237Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-12T20:21:08.862Z] ------------------- [2021-05-12T20:21:08.862Z] stable info: [2021-05-12T20:21:08.862Z] ------------------- [2021-05-12T20:21:08.862Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-12T20:21:08.862Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-12T20:21:08.862Z] Message: update stable to v1.0.192 [2021-05-12T20:21:09.810Z] ------------------- [2021-05-12T20:21:09.810Z] experimental info: [2021-05-12T20:21:09.810Z] ------------------- [2021-05-12T20:21:09.810Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-12T20:21:09.810Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-12T20:21:09.810Z] Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-12T20:21:09.927Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo [2021-05-12T20:21:09.949Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo [2021-05-12T20:21:09.975Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-12T20:21:10.001Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-12T20:21:10.032Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-12T20:21:10.057Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-12T20:21:10.081Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-12T20:21:10.104Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-12T20:21:10.128Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-05-12T20:21:10.150Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-12T20:21:10.174Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-12T20:21:10.223Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rest [Pipeline] echo [2021-05-12T20:21:10.248Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-12T20:21:10.272Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-12T20:21:10.295Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-12T20:21:10.321Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-12T20:21:10.343Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-05-12T20:21:10.364Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-05-12T20:21:10.387Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-12T20:21:10.410Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-05-12T20:21:10.437Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-05-12T20:21:10.464Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-05-12T20:21:10.504Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-05-12T20:21:10.527Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-05-12T20:21:10.552Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-05-12T20:21:10.575Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-12T20:21:10.598Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-05-12T20:21:10.622Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-05-12T20:21:10.646Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-05-12T20:21:10.674Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 196bef76aa0a3d89dc26ac944eff062c8405d7e3 [Pipeline] echo [2021-05-12T20:21:10.705Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 196bef7 [Pipeline] echo [2021-05-12T20:21:10.732Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-12T20:21:10.829Z] provisioning config files... [2021-05-12T20:21:10.858Z] copy managed file [device-rest-go-settings] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config802032044694388658tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-12T20:21:11.190Z] ---> docker-login.sh [2021-05-12T20:21:11.190Z] nexus3.edgexfoundry.org:10001 [2021-05-12T20:21:11.453Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T20:21:11.714Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T20:21:11.714Z] Configure a credential helper to remove this warning. See [2021-05-12T20:21:11.714Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T20:21:11.714Z] [2021-05-12T20:21:11.714Z] Login Succeeded [2021-05-12T20:21:11.714Z] nexus3.edgexfoundry.org:10002 [2021-05-12T20:21:11.714Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T20:21:11.714Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T20:21:11.714Z] Configure a credential helper to remove this warning. See [2021-05-12T20:21:11.714Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T20:21:11.714Z] [2021-05-12T20:21:11.714Z] Login Succeeded [2021-05-12T20:21:11.714Z] nexus3.edgexfoundry.org:10003 [2021-05-12T20:21:11.978Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T20:21:11.978Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T20:21:11.978Z] Configure a credential helper to remove this warning. See [2021-05-12T20:21:11.978Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T20:21:11.978Z] [2021-05-12T20:21:11.978Z] Login Succeeded [2021-05-12T20:21:11.978Z] nexus3.edgexfoundry.org:10004 [2021-05-12T20:21:12.240Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T20:21:12.240Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T20:21:12.240Z] Configure a credential helper to remove this warning. See [2021-05-12T20:21:12.240Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T20:21:12.240Z] [2021-05-12T20:21:12.240Z] Login Succeeded [2021-05-12T20:21:12.240Z] docker.io [2021-05-12T20:21:12.240Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T20:21:12.815Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T20:21:12.815Z] Configure a credential helper to remove this warning. See [2021-05-12T20:21:12.815Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T20:21:12.815Z] [2021-05-12T20:21:12.815Z] Login Succeeded [2021-05-12T20:21:12.815Z] ---> docker-login.sh ends [Pipeline] } [2021-05-12T20:21:12.825Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-12T20:21:13.276Z] + git log --format=format:%s -1 196bef76aa0a3d89dc26ac944eff062c8405d7e3 [Pipeline] echo [2021-05-12T20:21:13.352Z] GIT_COMMIT: 196bef76aa0a3d89dc26ac944eff062c8405d7e3, Commit Message: Merge pull request #97 from tonyespy/snap-go116-tidy-fix [Pipeline] echo [2021-05-12T20:21:13.365Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-05-12T20:21:13.909Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-12T20:21:13.909Z] [2021-05-12T20:21:13.909Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-12T20:21:14.295Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-12T20:21:14.295Z] latest: Pulling from edgex-devops/git-semver [2021-05-12T20:21:14.295Z] 31603596830f: Pulling fs layer [2021-05-12T20:21:14.295Z] 54011a49482f: Pulling fs layer [2021-05-12T20:21:14.295Z] a6820b24f6d8: Pulling fs layer [2021-05-12T20:21:14.295Z] f581987b2513: Pulling fs layer [2021-05-12T20:21:14.295Z] f581987b2513: Waiting [2021-05-12T20:21:14.295Z] 54011a49482f: Verifying Checksum [2021-05-12T20:21:14.295Z] 54011a49482f: Download complete [2021-05-12T20:21:14.295Z] 31603596830f: Download complete [2021-05-12T20:21:14.561Z] f581987b2513: Verifying Checksum [2021-05-12T20:21:14.561Z] f581987b2513: Download complete [2021-05-12T20:21:14.824Z] 31603596830f: Pull complete [2021-05-12T20:21:14.824Z] a6820b24f6d8: Verifying Checksum [2021-05-12T20:21:14.824Z] a6820b24f6d8: Download complete [2021-05-12T20:21:14.824Z] 54011a49482f: Pull complete [2021-05-12T20:21:15.774Z] a6820b24f6d8: Pull complete [2021-05-12T20:21:16.036Z] f581987b2513: Pull complete [2021-05-12T20:21:16.036Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-12T20:21:16.036Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-12T20:21:16.036Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-12T20:21:16.141Z] prd-centos7-docker-4c-2g-4841 does not seem to be running inside a container [2021-05-12T20:21:16.199Z] $ 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 [2021-05-12T20:21:17.977Z] $ docker top a22f736230b796852d726b08f108007e46d1633837e23533c2e4f91b156a16db -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-12T20:21:18.114Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-12T20:21:18.114Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-12T20:21:18.356Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-12T20:21:18.370Z] $ docker exec a22f736230b796852d726b08f108007e46d1633837e23533c2e4f91b156a16db ssh-agent [2021-05-12T20:21:18.531Z] SSH_AUTH_SOCK=/tmp/ssh-rYNQvAalsfKq/agent.13 [2021-05-12T20:21:18.531Z] SSH_AGENT_PID=19 [2021-05-12T20:21:18.541Z] Running ssh-add (command line suppressed) [2021-05-12T20:21:18.687Z] Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_682380540286934407.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_682380540286934407.key) [2021-05-12T20:21:18.742Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-12T20:21:19.049Z] + git tag --points-at HEAD [Pipeline] } [2021-05-12T20:21:19.080Z] $ docker exec --env ******** --env ******** a22f736230b796852d726b08f108007e46d1633837e23533c2e4f91b156a16db ssh-agent -k [2021-05-12T20:21:19.204Z] unset SSH_AUTH_SOCK; [2021-05-12T20:21:19.205Z] unset SSH_AGENT_PID; [2021-05-12T20:21:19.205Z] echo Agent pid 19 killed; [2021-05-12T20:21:19.239Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-12T20:21:19.286Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-12T20:21:19.287Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-12T20:21:19.451Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-12T20:21:19.466Z] $ docker exec a22f736230b796852d726b08f108007e46d1633837e23533c2e4f91b156a16db ssh-agent [2021-05-12T20:21:19.613Z] SSH_AUTH_SOCK=/tmp/ssh-PAD8ApaG69Fx/agent.48 [2021-05-12T20:21:19.613Z] SSH_AGENT_PID=53 [2021-05-12T20:21:19.621Z] Running ssh-add (command line suppressed) [2021-05-12T20:21:19.757Z] Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_7540196678760540037.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_7540196678760540037.key) [2021-05-12T20:21:19.946Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-12T20:21:20.248Z] + git semver init [2021-05-12T20:21:20.249Z] # -> Open(): unable to determine branch for HEAD [2021-05-12T20:21:20.249Z] # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git [2021-05-12T20:21:20.249Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master [2021-05-12T20:21:20.249Z] # $SEMVER_REMOTE_NAME = origin [2021-05-12T20:21:20.249Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-12T20:21:20.249Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-12T20:21:20.249Z] # $SEMVER_BRANCH = master [2021-05-12T20:21:20.249Z] # $SEMVER_TEMP = /tmp/semver-485485194 [2021-05-12T20:21:20.249Z] # git clone --branch semver git@github.com:edgexfoundry/device-rest-go.git $SEMVER_TEMP [2021-05-12T20:21:24.463Z] # '/tmp/semver-485485194' -> '/w/workspace/gexfoundry_device-rest-go_master/.semver' [2021-05-12T20:21:24.464Z] # -> Force: false [2021-05-12T20:21:24.464Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver [Pipeline] } [2021-05-12T20:21:24.486Z] $ docker exec --env ******** --env ******** a22f736230b796852d726b08f108007e46d1633837e23533c2e4f91b156a16db ssh-agent -k [2021-05-12T20:21:24.599Z] unset SSH_AUTH_SOCK; [2021-05-12T20:21:24.599Z] unset SSH_AGENT_PID; [2021-05-12T20:21:24.599Z] echo Agent pid 53 killed; [2021-05-12T20:21:24.643Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-12T20:21:24.972Z] + git semver [Pipeline] } [2021-05-12T20:21:25.000Z] $ docker stop --time=1 a22f736230b796852d726b08f108007e46d1633837e23533c2e4f91b156a16db [2021-05-12T20:21:26.417Z] $ docker rm -f a22f736230b796852d726b08f108007e46d1633837e23533c2e4f91b156a16db [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-12T20:21:26.896Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-12T20:21:27.248Z] Stashed 1 file(s) [Pipeline] echo [2021-05-12T20:21:27.251Z] [edgeXSemver]: initialized semver on version 1.2.2-dev.9 [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 [2021-05-12T20:21:42.422Z] Still waiting to schedule task [2021-05-12T20:21:42.423Z] ‘prd-centos7-blackbox-4c-2g-3715’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-4800’ is offline; ‘prd-centos7-docker-4c-2g-4802’ is offline; ‘prd-centos7-docker-4c-2g-4807’ is offline; ‘prd-centos7-docker-4c-2g-4810’ is offline; ‘prd-centos7-docker-4c-2g-4813’ is offline; ‘prd-centos7-docker-4c-2g-4814’ is offline; ‘prd-centos7-docker-4c-2g-4815’ is offline; ‘prd-centos7-docker-4c-2g-4842’ is offline; ‘prd-ubuntu18.04-docker-8c-8g-4840’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4818’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4819’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4823’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4824’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4825’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4828’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4832’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4833’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-05-12T20:21:42.425Z] Still waiting to schedule task [2021-05-12T20:21:42.425Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-05-12T20:22:56.212Z] Running on prd-centos7-docker-4c-2g-4847 in /w/workspace/gexfoundry_device-rest-go_master [Pipeline] { [Pipeline] ws [2021-05-12T20:22:56.237Z] Running in /w/workspace/device-rest-go/42 [Pipeline] { [Pipeline] checkout [2021-05-12T20:22:58.917Z] using credential edgex-jenkins-ssh [2021-05-12T20:22:58.949Z] Cloning the remote Git repository [2021-05-12T20:22:58.979Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2021-05-12T20:22:59.089Z] > git init /w/workspace/device-rest-go/42 # timeout=10 [2021-05-12T20:22:59.164Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2021-05-12T20:22:59.164Z] > git --version # timeout=10 [2021-05-12T20:22:59.177Z] > git --version # 'git version 2.24.3' [2021-05-12T20:22:59.177Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-12T20:22:59.203Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-12T20:23:00.492Z] Checking out Revision 196bef76aa0a3d89dc26ac944eff062c8405d7e3 (master) [2021-05-12T20:23:00.082Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2021-05-12T20:23:00.088Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-12T20:23:00.103Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2021-05-12T20:23:00.115Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2021-05-12T20:23:00.116Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-12T20:23:00.119Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-12T20:23:00.505Z] > git config core.sparsecheckout # timeout=10 [2021-05-12T20:23:00.509Z] > git checkout -f 196bef76aa0a3d89dc26ac944eff062c8405d7e3 # timeout=10 [2021-05-12T20:23:04.143Z] Commit message: "Merge pull request #97 from tonyespy/snap-go116-tidy-fix" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-12T20:23:05.080Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-12T20:23:05.420Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-12T20:23:05.719Z] + sudo service docker restart [2021-05-12T20:23:05.719Z] + true [2021-05-12T20:23:05.719Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-12T20:23:06.698Z] provisioning config files... [2021-05-12T20:23:06.725Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/42@tmp/config2864878172534368282tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-12T20:23:07.064Z] ---> docker-login.sh [2021-05-12T20:23:07.064Z] nexus3.edgexfoundry.org:10001 [2021-05-12T20:23:07.330Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T20:23:07.330Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T20:23:07.330Z] Configure a credential helper to remove this warning. See [2021-05-12T20:23:07.330Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T20:23:07.330Z] [2021-05-12T20:23:07.330Z] Login Succeeded [2021-05-12T20:23:07.330Z] nexus3.edgexfoundry.org:10002 [2021-05-12T20:23:07.596Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T20:23:07.596Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T20:23:07.596Z] Configure a credential helper to remove this warning. See [2021-05-12T20:23:07.596Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T20:23:07.596Z] [2021-05-12T20:23:07.596Z] Login Succeeded [2021-05-12T20:23:07.596Z] nexus3.edgexfoundry.org:10003 [2021-05-12T20:23:07.860Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T20:23:07.860Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T20:23:07.860Z] Configure a credential helper to remove this warning. See [2021-05-12T20:23:07.860Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T20:23:07.860Z] [2021-05-12T20:23:07.860Z] Login Succeeded [2021-05-12T20:23:07.860Z] nexus3.edgexfoundry.org:10004 [2021-05-12T20:23:07.860Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T20:23:08.443Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T20:23:08.443Z] Configure a credential helper to remove this warning. See [2021-05-12T20:23:08.443Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T20:23:08.443Z] [2021-05-12T20:23:08.443Z] Login Succeeded [2021-05-12T20:23:08.443Z] docker.io [2021-05-12T20:23:08.704Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T20:23:08.966Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T20:23:08.966Z] Configure a credential helper to remove this warning. See [2021-05-12T20:23:08.966Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T20:23:08.966Z] [2021-05-12T20:23:08.966Z] Login Succeeded [2021-05-12T20:23:08.966Z] ---> docker-login.sh ends [Pipeline] } [2021-05-12T20:23:08.977Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-12T20:23:09.172Z] ========================================================= [2021-05-12T20:23:09.172Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-12T20:23:09.172Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-12T20:23:09.500Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-05-12T20:23:09.500Z] Sending build context to Docker daemon 92.16kB [2021-05-12T20:23:09.500Z] Step 1/10 : ARG BASE=golang:1.16-alpine3.12 [2021-05-12T20:23:09.500Z] Step 2/10 : FROM ${BASE} [2021-05-12T20:23:09.500Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-12T20:23:09.500Z] 540db60ca938: Pulling fs layer [2021-05-12T20:23:09.500Z] adcc1eea9eea: Pulling fs layer [2021-05-12T20:23:09.500Z] 4c4ab2625f07: Pulling fs layer [2021-05-12T20:23:09.500Z] 0510c868ecb4: Pulling fs layer [2021-05-12T20:23:09.500Z] afea3b2eda06: Pulling fs layer [2021-05-12T20:23:09.500Z] 7809a108b3ef: Pulling fs layer [2021-05-12T20:23:09.500Z] f706445af74f: Pulling fs layer [2021-05-12T20:23:09.500Z] afea3b2eda06: Waiting [2021-05-12T20:23:09.500Z] 7809a108b3ef: Waiting [2021-05-12T20:23:09.500Z] f706445af74f: Waiting [2021-05-12T20:23:09.500Z] 0510c868ecb4: Waiting [2021-05-12T20:23:09.500Z] adcc1eea9eea: Verifying Checksum [2021-05-12T20:23:09.500Z] adcc1eea9eea: Download complete [2021-05-12T20:23:10.907Z] 4c4ab2625f07: Verifying Checksum [2021-05-12T20:23:10.907Z] 4c4ab2625f07: Download complete [2021-05-12T20:23:10.907Z] afea3b2eda06: Download complete [2021-05-12T20:23:10.907Z] 7809a108b3ef: Verifying Checksum [2021-05-12T20:23:10.907Z] 7809a108b3ef: Download complete [2021-05-12T20:23:10.907Z] 540db60ca938: Download complete [2021-05-12T20:23:10.907Z] 540db60ca938: Pull complete [2021-05-12T20:23:11.176Z] adcc1eea9eea: Pull complete [2021-05-12T20:23:11.438Z] 4c4ab2625f07: Pull complete [2021-05-12T20:23:12.399Z] f706445af74f: Verifying Checksum [2021-05-12T20:23:12.399Z] f706445af74f: Download complete [2021-05-12T20:23:13.357Z] 0510c868ecb4: Verifying Checksum [2021-05-12T20:23:13.357Z] 0510c868ecb4: Download complete [2021-05-12T20:23:18.728Z] 0510c868ecb4: Pull complete [2021-05-12T20:23:18.728Z] afea3b2eda06: Pull complete [2021-05-12T20:23:18.728Z] 7809a108b3ef: Pull complete [2021-05-12T20:23:28.832Z] f706445af74f: Pull complete [2021-05-12T20:23:28.832Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-12T20:23:28.832Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-12T20:23:28.832Z] ---> b068be0155e3 [2021-05-12T20:23:28.832Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2021-05-12T20:23:28.832Z] ---> Running in 70846851ff96 [2021-05-12T20:23:28.832Z] Removing intermediate container 70846851ff96 [2021-05-12T20:23:28.832Z] ---> 769066c9eaea [2021-05-12T20:23:28.832Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2021-05-12T20:23:28.832Z] ---> Running in 4c881319fd25 [2021-05-12T20:23:29.097Z] Removing intermediate container 4c881319fd25 [2021-05-12T20:23:29.097Z] ---> 48b01b9263f2 [2021-05-12T20:23:29.097Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-05-12T20:23:29.097Z] ---> Running in 312c9f5ea64d [2021-05-12T20:23:29.377Z] Removing intermediate container 312c9f5ea64d [2021-05-12T20:23:29.377Z] ---> bdc2fde61c8c [2021-05-12T20:23:29.377Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T20:23:29.377Z] ---> Running in 15ac6ae190c0 [2021-05-12T20:23:30.391Z] Removing intermediate container 15ac6ae190c0 [2021-05-12T20:23:30.391Z] ---> 943ceab258c9 [2021-05-12T20:23:30.391Z] Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-05-12T20:23:30.660Z] ---> Running in 789c71364868 [2021-05-12T20:23:31.623Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-12T20:23:32.587Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-12T20:23:32.853Z] (1/9) Installing libc-dev (0.7.2-r3) [2021-05-12T20:23:32.853Z] (2/9) Installing libsodium (1.0.18-r0) [2021-05-12T20:23:33.143Z] (3/9) Installing pkgconf (1.7.3-r0) [2021-05-12T20:23:33.143Z] (4/9) Installing libsodium-dev (1.0.18-r0) [2021-05-12T20:23:33.143Z] (5/9) Installing openssh-keygen (8.4_p1-r3) [2021-05-12T20:23:33.411Z] (6/9) Installing libedit (20191231.3.1-r1) [2021-05-12T20:23:33.411Z] (7/9) Installing openssh-client (8.4_p1-r3) [2021-05-12T20:23:33.675Z] (8/9) Installing libzmq (4.3.3-r1) [2021-05-12T20:23:33.943Z] (9/9) Installing zeromq-dev (4.3.3-r1) [2021-05-12T20:23:33.943Z] Executing busybox-1.32.1-r6.trigger [2021-05-12T20:23:33.943Z] OK: 154 MiB in 49 packages [2021-05-12T20:23:34.895Z] Removing intermediate container 789c71364868 [2021-05-12T20:23:34.895Z] ---> a14e2d191cdf [2021-05-12T20:23:34.895Z] Step 8/10 : WORKDIR /device-rest-go [2021-05-12T20:23:34.895Z] ---> Running in 1ed095b4eb91 [2021-05-12T20:23:34.895Z] Removing intermediate container 1ed095b4eb91 [2021-05-12T20:23:34.895Z] ---> 9883aebc4d9c [2021-05-12T20:23:34.895Z] Step 9/10 : COPY . . [2021-05-12T20:23:35.156Z] ---> dca85542af03 [2021-05-12T20:23:35.156Z] Step 10/10 : RUN go mod download [2021-05-12T20:23:35.156Z] ---> Running in ccbbc2b76116 [2021-05-12T20:24:01.913Z] Removing intermediate container ccbbc2b76116 [2021-05-12T20:24:01.913Z] ---> 0c2baae629f1 [2021-05-12T20:24:01.913Z] Successfully built 0c2baae629f1 [2021-05-12T20:24:01.913Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-12T20:24:02.242Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-12T20:24:02.243Z] . [Pipeline] withDockerContainer [2021-05-12T20:24:02.365Z] prd-centos7-docker-4c-2g-4847 does not seem to be running inside a container [2021-05-12T20:24:02.433Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/42 -v /w/workspace/device-rest-go/42:/w/workspace/device-rest-go/42:rw,z -v /w/workspace/device-rest-go/42@tmp:/w/workspace/device-rest-go/42@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-12T20:24:03.274Z] $ docker top 8e99520cb8547b5966194e17ecb7a06272dd8c944585c7feca9af16fc53a8d2b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-12T20:24:03.706Z] + go version [2021-05-12T20:24:03.706Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-12T20:24:03.729Z] $ docker stop --time=1 8e99520cb8547b5966194e17ecb7a06272dd8c944585c7feca9af16fc53a8d2b [2021-05-12T20:24:05.083Z] $ docker rm -f 8e99520cb8547b5966194e17ecb7a06272dd8c944585c7feca9af16fc53a8d2b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T20:24:05.599Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-12T20:24:05.599Z] . [Pipeline] withDockerContainer [2021-05-12T20:24:05.700Z] prd-centos7-docker-4c-2g-4847 does not seem to be running inside a container [2021-05-12T20:24:05.768Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/42 -v /w/workspace/device-rest-go/42:/w/workspace/device-rest-go/42:rw,z -v /w/workspace/device-rest-go/42@tmp:/w/workspace/device-rest-go/42@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-12T20:24:06.337Z] $ docker top df399ba0a38bfeb18cd8418bd49169c59b9dfc123191be59c6b07328d6afd792 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-12T20:24:06.749Z] + go mod tidy [Pipeline] sh [2021-05-12T20:24:07.655Z] + make test [2021-05-12T20:24:07.655Z] CGO_ENABLED=1 GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-05-12T20:24:08.605Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2021-05-12T20:24:27.184Z] ? github.com/edgexfoundry/device-rest-go/cmd [no test files] [2021-05-12T20:24:27.184Z] ok github.com/edgexfoundry/device-rest-go/driver 0.016s coverage: 54.0% of statements [2021-05-12T20:24:27.184Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-05-12T20:24:34.041Z] gofmt -l . [2021-05-12T20:24:34.041Z] [ "`gofmt -l .`" = "" ] [2021-05-12T20:24:34.041Z] ./bin/test-go-mod-tidy.sh [2021-05-12T20:24:34.305Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-05-12T20:24:34.907Z] $ docker stop --time=1 df399ba0a38bfeb18cd8418bd49169c59b9dfc123191be59c6b07328d6afd792 [2021-05-12T20:24:36.740Z] $ docker rm -f df399ba0a38bfeb18cd8418bd49169c59b9dfc123191be59c6b07328d6afd792 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-12T20:24:37.304Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-12T20:24:37.650Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-05-12T20:24:38.658Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-12T20:24:38.961Z] + ls -al . [2021-05-12T20:24:38.961Z] total 104 [2021-05-12T20:24:38.961Z] drwxrwxr-x. 8 jenkins jenkins 4096 May 12 20:24 . [2021-05-12T20:24:38.961Z] drwxrwxr-x. 4 jenkins jenkins 30 May 12 20:22 .. [2021-05-12T20:24:38.961Z] -rw-rw-r--. 1 jenkins jenkins 6792 May 12 20:23 Attribution.txt [2021-05-12T20:24:38.961Z] drwxrwxr-x. 2 jenkins jenkins 64 May 12 20:23 bin [2021-05-12T20:24:38.961Z] drwxrwxr-x. 3 jenkins jenkins 32 May 12 20:23 cmd [2021-05-12T20:24:38.961Z] -rw-r--r--. 1 jenkins jenkins 8513 May 12 20:24 coverage.out [2021-05-12T20:24:38.961Z] -rw-rw-r--. 1 jenkins jenkins 1602 May 12 20:23 Dockerfile [2021-05-12T20:24:38.961Z] -rw-rw-r--. 1 jenkins jenkins 1087 May 12 20:23 Dockerfile.build [2021-05-12T20:24:38.961Z] -rw-rw-r--. 1 jenkins jenkins 151 May 12 20:23 .dockerignore [2021-05-12T20:24:38.961Z] drwxrwxr-x. 2 jenkins jenkins 76 May 12 20:23 driver [2021-05-12T20:24:38.961Z] drwxrwxr-x. 8 jenkins jenkins 162 May 12 20:23 .git [2021-05-12T20:24:38.961Z] drwxrwxr-x. 2 jenkins jenkins 103 May 12 20:23 .github [2021-05-12T20:24:38.961Z] -rw-rw-r--. 1 jenkins jenkins 339 May 12 20:23 .gitignore [2021-05-12T20:24:38.961Z] -rw-r--r--. 1 jenkins jenkins 285 May 12 20:24 go.mod [2021-05-12T20:24:38.961Z] -rw-r--r--. 1 jenkins jenkins 21011 May 12 20:24 go.sum [2021-05-12T20:24:38.961Z] -rw-rw-r--. 1 jenkins jenkins 680 May 12 20:23 Jenkinsfile [2021-05-12T20:24:38.961Z] -rw-rw-r--. 1 jenkins jenkins 11340 May 12 20:23 LICENSE [2021-05-12T20:24:38.961Z] -rw-rw-r--. 1 jenkins jenkins 976 May 12 20:23 Makefile [2021-05-12T20:24:38.961Z] -rw-rw-r--. 1 jenkins jenkins 7667 May 12 20:23 README.md [2021-05-12T20:24:38.961Z] drwxrwxr-x. 4 jenkins jenkins 71 May 12 20:23 snap [2021-05-12T20:24:38.961Z] -rw-rw-r--. 1 jenkins jenkins 11 May 12 20:21 VERSION [2021-05-12T20:24:38.961Z] -rw-rw-r--. 1 jenkins jenkins 713 May 12 20:23 version.go [Pipeline] isUnix [Pipeline] sh [2021-05-12T20:24:39.273Z] + docker build -t device-rest -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=196bef76aa0a3d89dc26ac944eff062c8405d7e3 --label arch=amd64 --label version=1.2.2-dev.9 . [2021-05-12T20:24:39.273Z] Sending build context to Docker daemon 101.9kB [2021-05-12T20:24:39.273Z] Step 1/24 : ARG BASE=golang:1.16-alpine3.12 [2021-05-12T20:24:39.273Z] Step 2/24 : FROM ${BASE} AS builder [2021-05-12T20:24:39.273Z] ---> 0c2baae629f1 [2021-05-12T20:24:39.273Z] Step 3/24 : ARG MAKE='make build' [2021-05-12T20:24:39.536Z] ---> Running in 467d717bdd6a [2021-05-12T20:24:39.536Z] Removing intermediate container 467d717bdd6a [2021-05-12T20:24:39.536Z] ---> 04f866ebc619 [2021-05-12T20:24:39.536Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2021-05-12T20:24:39.798Z] ---> Running in fdb571eef4a9 [2021-05-12T20:24:39.798Z] Removing intermediate container fdb571eef4a9 [2021-05-12T20:24:39.798Z] ---> 5dee0aa9a16a [2021-05-12T20:24:39.798Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-05-12T20:24:39.798Z] ---> Running in 5b1e7305a459 [2021-05-12T20:24:40.061Z] Removing intermediate container 5b1e7305a459 [2021-05-12T20:24:40.061Z] ---> 5e7c97a114b7 [2021-05-12T20:24:40.061Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T20:24:40.061Z] ---> Running in c37bf43b387a [2021-05-12T20:24:41.012Z] Removing intermediate container c37bf43b387a [2021-05-12T20:24:41.012Z] ---> 99d3e6a58432 [2021-05-12T20:24:41.012Z] Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-05-12T20:24:41.012Z] ---> Running in b043d315b7ca [2021-05-12T20:24:41.589Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-12T20:24:42.538Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-12T20:24:43.116Z] OK: 154 MiB in 49 packages [2021-05-12T20:24:43.381Z] Removing intermediate container b043d315b7ca [2021-05-12T20:24:43.381Z] ---> 9166e8dbac7c [2021-05-12T20:24:43.381Z] Step 8/24 : WORKDIR /device-rest-go [2021-05-12T20:24:43.381Z] ---> Running in 91a41f35b52f [2021-05-12T20:24:43.646Z] Removing intermediate container 91a41f35b52f [2021-05-12T20:24:43.646Z] ---> b993622c8bf3 [2021-05-12T20:24:43.646Z] Step 9/24 : COPY . . [2021-05-12T20:24:43.916Z] ---> 630fb17f623e [2021-05-12T20:24:43.916Z] Step 10/24 : RUN make update [2021-05-12T20:24:43.916Z] ---> Running in 1e57afdbe4af [2021-05-12T20:24:44.494Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-05-12T20:24:44.757Z] Removing intermediate container 1e57afdbe4af [2021-05-12T20:24:44.757Z] ---> dd375e4c24c4 [2021-05-12T20:24:44.757Z] Step 11/24 : RUN $MAKE [2021-05-12T20:24:45.021Z] ---> Running in 9768853704e0 [2021-05-12T20:24:45.289Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=1.2.2-dev.9" -o cmd/device-rest-go ./cmd [2021-05-12T20:25:00.373Z] Removing intermediate container 9768853704e0 [2021-05-12T20:25:00.373Z] ---> 870a0fa371db [2021-05-12T20:25:00.373Z] Step 12/24 : FROM alpine:3.12 [2021-05-12T20:25:00.373Z] 3.12: Pulling from library/alpine [2021-05-12T20:25:00.373Z] 339de151aab4: Pulling fs layer [2021-05-12T20:25:00.373Z] 339de151aab4: Verifying Checksum [2021-05-12T20:25:00.373Z] 339de151aab4: Download complete [2021-05-12T20:25:00.373Z] 339de151aab4: Pull complete [2021-05-12T20:25:00.373Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-12T20:25:00.373Z] Status: Downloaded newer image for alpine:3.12 [2021-05-12T20:25:00.373Z] ---> 13621d1b12d4 [2021-05-12T20:25:00.373Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-05-12T20:25:00.373Z] ---> Running in 274e62931fa7 [2021-05-12T20:25:00.373Z] Removing intermediate container 274e62931fa7 [2021-05-12T20:25:00.373Z] ---> 3ba1e824a255 [2021-05-12T20:25:00.373Z] Step 14/24 : LABEL Name=device-rest-go Version=${VERSION} [2021-05-12T20:25:00.373Z] ---> Running in 17abc21f04eb [2021-05-12T20:25:00.373Z] Removing intermediate container 17abc21f04eb [2021-05-12T20:25:00.373Z] ---> dadefb64886d [2021-05-12T20:25:00.373Z] Step 15/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-12T20:25:00.373Z] ---> Running in 47ad11021e61 [2021-05-12T20:25:00.639Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-12T20:25:00.639Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-12T20:25:00.904Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-12T20:25:00.904Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-12T20:25:00.904Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-12T20:25:00.904Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-12T20:25:00.904Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-12T20:25:00.904Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-12T20:25:00.904Z] Executing busybox-1.31.1-r20.trigger [2021-05-12T20:25:00.904Z] OK: 8 MiB in 20 packages [2021-05-12T20:25:01.489Z] Removing intermediate container 47ad11021e61 [2021-05-12T20:25:01.489Z] ---> 635629823a45 [2021-05-12T20:25:01.489Z] Step 16/24 : COPY --from=builder /device-rest-go/cmd / [2021-05-12T20:25:02.064Z] ---> f7a4cd3f32b1 [2021-05-12T20:25:02.064Z] Step 17/24 : COPY --from=builder /device-rest-go/LICENSE / [2021-05-12T20:25:02.333Z] ---> 70f6cea3a24b [2021-05-12T20:25:02.333Z] Step 18/24 : COPY --from=builder /device-rest-go/Attribution.txt / [2021-05-12T20:25:02.596Z] ---> 1d096dfa828c [2021-05-12T20:25:02.596Z] Step 19/24 : EXPOSE 49986 [2021-05-12T20:25:02.596Z] ---> Running in 2d7739787783 [2021-05-12T20:25:02.865Z] Removing intermediate container 2d7739787783 [2021-05-12T20:25:02.865Z] ---> 0fd9654cd45a [2021-05-12T20:25:02.865Z] Step 20/24 : ENTRYPOINT ["/device-rest-go"] [2021-05-12T20:25:02.865Z] ---> Running in 4e05d45175de [2021-05-12T20:25:02.865Z] Removing intermediate container 4e05d45175de [2021-05-12T20:25:02.865Z] ---> 4fef4cdef9e6 [2021-05-12T20:25:02.865Z] Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] [2021-05-12T20:25:03.128Z] ---> Running in 7c4dcc749d92 [2021-05-12T20:25:03.128Z] Removing intermediate container 7c4dcc749d92 [2021-05-12T20:25:03.128Z] ---> 898bc3de23a5 [2021-05-12T20:25:03.128Z] Step 22/24 : LABEL arch=amd64 [2021-05-12T20:25:03.128Z] ---> Running in 3c42ea777b77 [2021-05-12T20:25:03.394Z] Removing intermediate container 3c42ea777b77 [2021-05-12T20:25:03.394Z] ---> 5ab5692c5720 [2021-05-12T20:25:03.394Z] Step 23/24 : LABEL git_sha=196bef76aa0a3d89dc26ac944eff062c8405d7e3 [2021-05-12T20:25:03.394Z] ---> Running in 03ed28f46ae0 [2021-05-12T20:25:03.662Z] Removing intermediate container 03ed28f46ae0 [2021-05-12T20:25:03.662Z] ---> 765cffbe8b1f [2021-05-12T20:25:03.662Z] Step 24/24 : LABEL version=1.2.2-dev.9 [2021-05-12T20:25:03.662Z] ---> Running in 542572d48c18 [2021-05-12T20:25:03.925Z] Removing intermediate container 542572d48c18 [2021-05-12T20:25:03.925Z] ---> a48b07d23295 [2021-05-12T20:25:03.925Z] [Warning] One or more build-args [ARCH] were not consumed [2021-05-12T20:25:03.925Z] Successfully built a48b07d23295 [2021-05-12T20:25:03.925Z] Successfully tagged device-rest:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-12T20:25:04.057Z] provisioning config files... [2021-05-12T20:25:04.086Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/42@tmp/config7245486063992805293tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-12T20:25:04.417Z] ---> docker-login.sh [2021-05-12T20:25:04.417Z] nexus3.edgexfoundry.org:10001 [2021-05-12T20:25:04.417Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T20:25:04.681Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T20:25:04.681Z] Configure a credential helper to remove this warning. See [2021-05-12T20:25:04.681Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T20:25:04.681Z] [2021-05-12T20:25:04.681Z] Login Succeeded [2021-05-12T20:25:04.681Z] nexus3.edgexfoundry.org:10002 [2021-05-12T20:25:04.681Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T20:25:04.681Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T20:25:04.681Z] Configure a credential helper to remove this warning. See [2021-05-12T20:25:04.681Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T20:25:04.681Z] [2021-05-12T20:25:04.681Z] Login Succeeded [2021-05-12T20:25:04.681Z] nexus3.edgexfoundry.org:10003 [2021-05-12T20:25:04.945Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T20:25:04.945Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T20:25:04.945Z] Configure a credential helper to remove this warning. See [2021-05-12T20:25:04.945Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T20:25:04.945Z] [2021-05-12T20:25:04.945Z] Login Succeeded [2021-05-12T20:25:04.945Z] nexus3.edgexfoundry.org:10004 [2021-05-12T20:25:04.945Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T20:25:05.209Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T20:25:05.209Z] Configure a credential helper to remove this warning. See [2021-05-12T20:25:05.209Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T20:25:05.209Z] [2021-05-12T20:25:05.209Z] Login Succeeded [2021-05-12T20:25:05.209Z] docker.io [2021-05-12T20:25:05.209Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T20:25:05.472Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T20:25:05.472Z] Configure a credential helper to remove this warning. See [2021-05-12T20:25:05.472Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T20:25:05.472Z] [2021-05-12T20:25:05.472Z] Login Succeeded [2021-05-12T20:25:05.472Z] ---> docker-login.sh ends [Pipeline] } [2021-05-12T20:25:05.483Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-12T20:25:05.573Z] [edgeXDocker.push] Tagging docker image device-rest with the following tags: [2021-05-12T20:25:05.573Z] 196bef76aa0a3d89dc26ac944eff062c8405d7e3 [2021-05-12T20:25:05.573Z] latest [2021-05-12T20:25:05.573Z] 1.2.2-dev.9 [2021-05-12T20:25:05.573Z] 196bef76aa0a3d89dc26ac944eff062c8405d7e3-1.2.2-dev.9 [2021-05-12T20:25:05.573Z] master [2021-05-12T20:25:05.573Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T20:25:05.930Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:196bef76aa0a3d89dc26ac944eff062c8405d7e3 [Pipeline] isUnix [Pipeline] sh [2021-05-12T20:25:06.247Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:196bef76aa0a3d89dc26ac944eff062c8405d7e3 [2021-05-12T20:25:06.247Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2021-05-12T20:25:06.247Z] 9b77180ff4bb: Preparing [2021-05-12T20:25:06.247Z] b0a37ee9ff49: Preparing [2021-05-12T20:25:06.247Z] 51462e86ca3e: Preparing [2021-05-12T20:25:06.247Z] 7aa4efd24620: Preparing [2021-05-12T20:25:06.247Z] 32f366d666a5: Preparing [2021-05-12T20:25:06.247Z] 32f366d666a5: Layer already exists [2021-05-12T20:25:06.512Z] b0a37ee9ff49: Pushed [2021-05-12T20:25:06.512Z] 9b77180ff4bb: Pushed [2021-05-12T20:25:06.512Z] 7aa4efd24620: Pushed [2021-05-12T20:25:07.461Z] 51462e86ca3e: Pushed [2021-05-12T20:25:07.724Z] 196bef76aa0a3d89dc26ac944eff062c8405d7e3: digest: sha256:c8897b056daa20af68d887f8a95566210b9ef3c82ebb44d47ac22314fc69d2be size: 1365 [Pipeline] isUnix [Pipeline] sh [2021-05-12T20:25:08.044Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:latest [Pipeline] isUnix [Pipeline] sh [2021-05-12T20:25:08.369Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:latest [2021-05-12T20:25:08.369Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2021-05-12T20:25:08.369Z] 9b77180ff4bb: Preparing [2021-05-12T20:25:08.369Z] b0a37ee9ff49: Preparing [2021-05-12T20:25:08.369Z] 51462e86ca3e: Preparing [2021-05-12T20:25:08.369Z] 7aa4efd24620: Preparing [2021-05-12T20:25:08.369Z] 32f366d666a5: Preparing [2021-05-12T20:25:08.369Z] 9b77180ff4bb: Layer already exists [2021-05-12T20:25:08.369Z] 32f366d666a5: Layer already exists [2021-05-12T20:25:08.369Z] b0a37ee9ff49: Layer already exists [2021-05-12T20:25:08.369Z] 7aa4efd24620: Layer already exists [2021-05-12T20:25:08.369Z] 51462e86ca3e: Layer already exists [2021-05-12T20:25:08.369Z] latest: digest: sha256:c8897b056daa20af68d887f8a95566210b9ef3c82ebb44d47ac22314fc69d2be size: 1365 [Pipeline] isUnix [Pipeline] sh [2021-05-12T20:25:08.684Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:1.2.2-dev.9 [Pipeline] isUnix [Pipeline] sh [2021-05-12T20:25:08.990Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:1.2.2-dev.9 [2021-05-12T20:25:08.990Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2021-05-12T20:25:08.990Z] 9b77180ff4bb: Preparing [2021-05-12T20:25:08.990Z] b0a37ee9ff49: Preparing [2021-05-12T20:25:08.990Z] 51462e86ca3e: Preparing [2021-05-12T20:25:08.990Z] 7aa4efd24620: Preparing [2021-05-12T20:25:08.990Z] 32f366d666a5: Preparing [2021-05-12T20:25:08.990Z] 9b77180ff4bb: Layer already exists [2021-05-12T20:25:08.990Z] b0a37ee9ff49: Layer already exists [2021-05-12T20:25:08.990Z] 51462e86ca3e: Layer already exists [2021-05-12T20:25:08.990Z] 32f366d666a5: Layer already exists [2021-05-12T20:25:08.990Z] 7aa4efd24620: Layer already exists [2021-05-12T20:25:08.990Z] 1.2.2-dev.9: digest: sha256:c8897b056daa20af68d887f8a95566210b9ef3c82ebb44d47ac22314fc69d2be size: 1365 [Pipeline] isUnix [Pipeline] sh [2021-05-12T20:25:09.310Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:196bef76aa0a3d89dc26ac944eff062c8405d7e3-1.2.2-dev.9 [Pipeline] isUnix [Pipeline] sh [2021-05-12T20:25:09.614Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:196bef76aa0a3d89dc26ac944eff062c8405d7e3-1.2.2-dev.9 [2021-05-12T20:25:09.614Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2021-05-12T20:25:09.614Z] 9b77180ff4bb: Preparing [2021-05-12T20:25:09.614Z] b0a37ee9ff49: Preparing [2021-05-12T20:25:09.614Z] 51462e86ca3e: Preparing [2021-05-12T20:25:09.614Z] 7aa4efd24620: Preparing [2021-05-12T20:25:09.614Z] 32f366d666a5: Preparing [2021-05-12T20:25:09.614Z] 9b77180ff4bb: Layer already exists [2021-05-12T20:25:09.614Z] b0a37ee9ff49: Layer already exists [2021-05-12T20:25:09.614Z] 7aa4efd24620: Layer already exists [2021-05-12T20:25:09.614Z] 51462e86ca3e: Layer already exists [2021-05-12T20:25:09.614Z] 32f366d666a5: Layer already exists [2021-05-12T20:25:09.614Z] 196bef76aa0a3d89dc26ac944eff062c8405d7e3-1.2.2-dev.9: digest: sha256:c8897b056daa20af68d887f8a95566210b9ef3c82ebb44d47ac22314fc69d2be size: 1365 [Pipeline] isUnix [Pipeline] sh [2021-05-12T20:25:09.925Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:master [Pipeline] isUnix [Pipeline] sh [2021-05-12T20:25:10.227Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:master [2021-05-12T20:25:10.227Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2021-05-12T20:25:10.227Z] 9b77180ff4bb: Preparing [2021-05-12T20:25:10.227Z] b0a37ee9ff49: Preparing [2021-05-12T20:25:10.227Z] 51462e86ca3e: Preparing [2021-05-12T20:25:10.227Z] 7aa4efd24620: Preparing [2021-05-12T20:25:10.227Z] 32f366d666a5: Preparing [2021-05-12T20:25:10.227Z] 7aa4efd24620: Layer already exists [2021-05-12T20:25:10.227Z] b0a37ee9ff49: Layer already exists [2021-05-12T20:25:10.227Z] 32f366d666a5: Layer already exists [2021-05-12T20:25:10.227Z] 51462e86ca3e: Layer already exists [2021-05-12T20:25:10.227Z] 9b77180ff4bb: Layer already exists [2021-05-12T20:25:10.227Z] master: digest: sha256:c8897b056daa20af68d887f8a95566210b9ef3c82ebb44d47ac22314fc69d2be size: 1365 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-12T20:25:10.287Z] ===================================================== [Pipeline] echo [2021-05-12T20:25:10.303Z] taggedImages: [2021-05-12T20:25:10.303Z] - nexus3.edgexfoundry.org:10004/device-rest:196bef76aa0a3d89dc26ac944eff062c8405d7e3 [2021-05-12T20:25:10.303Z] - nexus3.edgexfoundry.org:10004/device-rest:latest [2021-05-12T20:25:10.303Z] - nexus3.edgexfoundry.org:10004/device-rest:1.2.2-dev.9 [2021-05-12T20:25:10.303Z] - nexus3.edgexfoundry.org:10004/device-rest:196bef76aa0a3d89dc26ac944eff062c8405d7e3-1.2.2-dev.9 [2021-05-12T20:25:10.303Z] - nexus3.edgexfoundry.org:10004/device-rest:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-12T20:25:10.760Z] ---> job-cost.sh [2021-05-12T20:25:10.760Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-ATcB [2021-05-12T20:25:25.741Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-12T20:25:52.405Z] lf-activate-venv(): INFO: Adding /tmp/venv-ATcB/bin to PATH [2021-05-12T20:25:52.405Z] INFO: No Stack... [2021-05-12T20:25:52.405Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-12T20:25:52.405Z] INFO: Archiving Costs [Pipeline] sh [2021-05-12T20:25:52.712Z] + cat /w/workspace/device-rest-go/42/archives/cost.csv [2021-05-12T20:25:52.712Z] + cut -d, -f6 [Pipeline] lock [2021-05-12T20:25:52.835Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-master-42-stack-cost] [2021-05-12T20:25:52.844Z] Resource [jenkins-edgexfoundry-device-rest-go-master-42-stack-cost] did not exist. Created. [2021-05-12T20:25:52.844Z] Lock acquired on [jenkins-edgexfoundry-device-rest-go-master-42-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-12T20:25:53.173Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-05-12T20:25:53.296Z] Stashed 1 file(s) [Pipeline] } [2021-05-12T20:25:53.308Z] Lock released on resource [jenkins-edgexfoundry-device-rest-go-master-42-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-12T20:28:57.520Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4852 in /w/workspace/gexfoundry_device-rest-go_master [Pipeline] { [Pipeline] ws [2021-05-12T20:28:57.543Z] Running in /w/workspace/device-rest-go/42 [Pipeline] { [Pipeline] checkout [2021-05-12T20:29:04.112Z] using credential edgex-jenkins-ssh [2021-05-12T20:29:04.139Z] Cloning the remote Git repository [2021-05-12T20:29:04.188Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2021-05-12T20:29:04.328Z] > git init /w/workspace/device-rest-go/42 # timeout=10 [2021-05-12T20:29:04.449Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2021-05-12T20:29:04.450Z] > git --version # timeout=10 [2021-05-12T20:29:04.467Z] > git --version # 'git version 2.17.1' [2021-05-12T20:29:04.468Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-12T20:29:04.523Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-12T20:29:07.280Z] Checking out Revision 196bef76aa0a3d89dc26ac944eff062c8405d7e3 (master) [2021-05-12T20:29:06.745Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2021-05-12T20:29:06.767Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-12T20:29:06.795Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2021-05-12T20:29:06.828Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2021-05-12T20:29:06.829Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-12T20:29:06.842Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-12T20:29:07.305Z] > git config core.sparsecheckout # timeout=10 [2021-05-12T20:29:07.323Z] > git checkout -f 196bef76aa0a3d89dc26ac944eff062c8405d7e3 # timeout=10 [2021-05-12T20:29:11.964Z] Commit message: "Merge pull request #97 from tonyespy/snap-go116-tidy-fix" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-12T20:29:13.429Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-12T20:29:13.944Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-12T20:29:14.297Z] + sudo service docker restart [2021-05-12T20:29:14.297Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-12T20:29:16.986Z] provisioning config files... [2021-05-12T20:29:17.027Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/42@tmp/config3604786283203377126tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-12T20:29:17.450Z] ---> docker-login.sh [2021-05-12T20:29:17.450Z] nexus3.edgexfoundry.org:10001 [2021-05-12T20:29:18.446Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T20:29:18.721Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T20:29:18.721Z] Configure a credential helper to remove this warning. See [2021-05-12T20:29:18.721Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T20:29:18.721Z] [2021-05-12T20:29:18.721Z] Login Succeeded [2021-05-12T20:29:18.721Z] nexus3.edgexfoundry.org:10002 [2021-05-12T20:29:18.996Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T20:29:19.272Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T20:29:19.272Z] Configure a credential helper to remove this warning. See [2021-05-12T20:29:19.272Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T20:29:19.272Z] [2021-05-12T20:29:19.272Z] Login Succeeded [2021-05-12T20:29:19.272Z] nexus3.edgexfoundry.org:10003 [2021-05-12T20:29:19.553Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T20:29:19.839Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T20:29:19.839Z] Configure a credential helper to remove this warning. See [2021-05-12T20:29:19.839Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T20:29:19.839Z] [2021-05-12T20:29:19.839Z] Login Succeeded [2021-05-12T20:29:19.839Z] nexus3.edgexfoundry.org:10004 [2021-05-12T20:29:20.187Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T20:29:20.187Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T20:29:20.187Z] Configure a credential helper to remove this warning. See [2021-05-12T20:29:20.187Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T20:29:20.187Z] [2021-05-12T20:29:20.187Z] Login Succeeded [2021-05-12T20:29:20.187Z] docker.io [2021-05-12T20:29:20.467Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T20:29:21.065Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T20:29:21.065Z] Configure a credential helper to remove this warning. See [2021-05-12T20:29:21.065Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T20:29:21.065Z] [2021-05-12T20:29:21.065Z] Login Succeeded [2021-05-12T20:29:21.065Z] ---> docker-login.sh ends [Pipeline] } [2021-05-12T20:29:21.084Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-12T20:29:21.421Z] ========================================================= [2021-05-12T20:29:21.421Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-12T20:29:21.421Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-12T20:29:21.759Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-05-12T20:29:21.759Z] Sending build context to Docker daemon 92.16kB [2021-05-12T20:29:22.032Z] Step 1/10 : ARG BASE=golang:1.16-alpine3.12 [2021-05-12T20:29:22.032Z] Step 2/10 : FROM ${BASE} [2021-05-12T20:29:22.032Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-12T20:29:22.032Z] 595b0fe564bb: Pulling fs layer [2021-05-12T20:29:22.032Z] 7186ed65a4f7: Pulling fs layer [2021-05-12T20:29:22.032Z] 316046926c0a: Pulling fs layer [2021-05-12T20:29:22.032Z] 4ebd0625c992: Pulling fs layer [2021-05-12T20:29:22.032Z] 207e8628e3a3: Pulling fs layer [2021-05-12T20:29:22.032Z] c791037a9be2: Pulling fs layer [2021-05-12T20:29:22.032Z] ffd874e62e21: Pulling fs layer [2021-05-12T20:29:22.032Z] 207e8628e3a3: Waiting [2021-05-12T20:29:22.032Z] 4ebd0625c992: Waiting [2021-05-12T20:29:22.032Z] ffd874e62e21: Waiting [2021-05-12T20:29:22.032Z] c791037a9be2: Waiting [2021-05-12T20:29:22.334Z] 316046926c0a: Download complete [2021-05-12T20:29:22.334Z] 7186ed65a4f7: Verifying Checksum [2021-05-12T20:29:22.334Z] 7186ed65a4f7: Download complete [2021-05-12T20:29:22.334Z] 207e8628e3a3: Verifying Checksum [2021-05-12T20:29:22.334Z] 207e8628e3a3: Download complete [2021-05-12T20:29:22.334Z] c791037a9be2: Download complete [2021-05-12T20:29:22.334Z] 595b0fe564bb: Download complete [2021-05-12T20:29:22.944Z] 595b0fe564bb: Pull complete [2021-05-12T20:29:23.571Z] 7186ed65a4f7: Pull complete [2021-05-12T20:29:23.855Z] 316046926c0a: Pull complete [2021-05-12T20:29:24.857Z] ffd874e62e21: Verifying Checksum [2021-05-12T20:29:24.857Z] ffd874e62e21: Download complete [2021-05-12T20:29:25.859Z] 4ebd0625c992: Verifying Checksum [2021-05-12T20:29:25.859Z] 4ebd0625c992: Download complete [2021-05-12T20:29:36.105Z] 4ebd0625c992: Pull complete [2021-05-12T20:29:36.105Z] 207e8628e3a3: Pull complete [2021-05-12T20:29:36.382Z] c791037a9be2: Pull complete [2021-05-12T20:29:40.065Z] ffd874e62e21: Pull complete [2021-05-12T20:29:40.065Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-12T20:29:40.065Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-12T20:29:40.065Z] ---> cfc18b08335c [2021-05-12T20:29:40.065Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2021-05-12T20:29:43.523Z] ---> Running in 1498757c537c [2021-05-12T20:29:43.523Z] Removing intermediate container 1498757c537c [2021-05-12T20:29:43.523Z] ---> 45ba3d6d307d [2021-05-12T20:29:43.523Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2021-05-12T20:29:43.523Z] ---> Running in cd9e3cc0249e [2021-05-12T20:29:44.167Z] Removing intermediate container cd9e3cc0249e [2021-05-12T20:29:44.167Z] ---> b41565a9fe1c [2021-05-12T20:29:44.167Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-05-12T20:29:44.167Z] ---> Running in 1ee0ef6ef849 [2021-05-12T20:29:44.799Z] Removing intermediate container 1ee0ef6ef849 [2021-05-12T20:29:44.799Z] ---> 2ff0c1338b9d [2021-05-12T20:29:44.799Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T20:29:44.799Z] ---> Running in 3ec8fba7db1a [2021-05-12T20:29:47.449Z] Removing intermediate container 3ec8fba7db1a [2021-05-12T20:29:47.449Z] ---> a5802828773b [2021-05-12T20:29:47.449Z] Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-05-12T20:29:47.449Z] ---> Running in 31e730817229 [2021-05-12T20:29:48.432Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-12T20:29:49.408Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-12T20:29:50.403Z] (1/9) Installing libc-dev (0.7.2-r3) [2021-05-12T20:29:50.403Z] (2/9) Installing libsodium (1.0.18-r0) [2021-05-12T20:29:50.674Z] (3/9) Installing pkgconf (1.7.3-r0) [2021-05-12T20:29:50.674Z] (4/9) Installing libsodium-dev (1.0.18-r0) [2021-05-12T20:29:50.674Z] (5/9) Installing openssh-keygen (8.4_p1-r3) [2021-05-12T20:29:50.953Z] (6/9) Installing libedit (20191231.3.1-r1) [2021-05-12T20:29:50.953Z] (7/9) Installing openssh-client (8.4_p1-r3) [2021-05-12T20:29:51.550Z] (8/9) Installing libzmq (4.3.3-r1) [2021-05-12T20:29:51.550Z] (9/9) Installing zeromq-dev (4.3.3-r1) [2021-05-12T20:29:51.550Z] Executing busybox-1.32.1-r6.trigger [2021-05-12T20:29:51.550Z] OK: 144 MiB in 49 packages [2021-05-12T20:29:53.549Z] Removing intermediate container 31e730817229 [2021-05-12T20:29:53.549Z] ---> 49e5e0c6faab [2021-05-12T20:29:53.549Z] Step 8/10 : WORKDIR /device-rest-go [2021-05-12T20:29:53.549Z] ---> Running in 910568b944d9 [2021-05-12T20:29:53.824Z] Removing intermediate container 910568b944d9 [2021-05-12T20:29:53.824Z] ---> 30916e158380 [2021-05-12T20:29:53.824Z] Step 9/10 : COPY . . [2021-05-12T20:29:54.427Z] ---> 8fdbcde46090 [2021-05-12T20:29:54.427Z] Step 10/10 : RUN go mod download [2021-05-12T20:29:54.702Z] ---> Running in d38d60e3e832 [2021-05-12T20:30:21.546Z] Removing intermediate container d38d60e3e832 [2021-05-12T20:30:21.546Z] ---> fff1665f1545 [2021-05-12T20:30:21.546Z] Successfully built fff1665f1545 [2021-05-12T20:30:21.546Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-12T20:30:21.905Z] + docker inspect -f . ci-base-image-arm64 [2021-05-12T20:30:21.905Z] . [Pipeline] withDockerContainer [2021-05-12T20:30:22.159Z] prd-ubuntu18.04-docker-arm64-4c-16g-4852 does not seem to be running inside a container [2021-05-12T20:30:22.260Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/42 -v /w/workspace/device-rest-go/42:/w/workspace/device-rest-go/42:rw,z -v /w/workspace/device-rest-go/42@tmp:/w/workspace/device-rest-go/42@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 ******** -e ******** ci-base-image-arm64 cat [2021-05-12T20:30:23.860Z] $ docker top 57554369eaa1c42b991a07a53b2914770b2298b403d9fdaf4a16c2f441e1b233 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-12T20:30:24.795Z] + go version [2021-05-12T20:30:24.795Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-12T20:30:24.827Z] $ docker stop --time=1 57554369eaa1c42b991a07a53b2914770b2298b403d9fdaf4a16c2f441e1b233 [2021-05-12T20:30:26.843Z] $ docker rm -f 57554369eaa1c42b991a07a53b2914770b2298b403d9fdaf4a16c2f441e1b233 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T20:30:27.497Z] + docker inspect -f . ci-base-image-arm64 [2021-05-12T20:30:27.497Z] . [Pipeline] withDockerContainer [2021-05-12T20:30:27.740Z] prd-ubuntu18.04-docker-arm64-4c-16g-4852 does not seem to be running inside a container [2021-05-12T20:30:27.826Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/42 -v /w/workspace/device-rest-go/42:/w/workspace/device-rest-go/42:rw,z -v /w/workspace/device-rest-go/42@tmp:/w/workspace/device-rest-go/42@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 ******** -e ******** ci-base-image-arm64 cat [2021-05-12T20:30:29.401Z] $ docker top 575191328fc3f22172d5df2cf6b315c3802bb2fa6bf55df0a1bee2774f66ebe6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-12T20:30:30.310Z] + go mod tidy [Pipeline] sh [2021-05-12T20:30:31.570Z] + make test [2021-05-12T20:30:31.571Z] CGO_ENABLED=1 GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-05-12T20:30:33.007Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2021-05-12T20:31:29.588Z] ? github.com/edgexfoundry/device-rest-go/cmd [no test files] [2021-05-12T20:31:29.588Z] ok github.com/edgexfoundry/device-rest-go/driver 0.042s coverage: 54.0% of statements [2021-05-12T20:31:29.588Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-05-12T20:31:56.621Z] gofmt -l . [2021-05-12T20:31:56.621Z] [ "`gofmt -l .`" = "" ] [2021-05-12T20:31:56.621Z] ./bin/test-go-mod-tidy.sh [2021-05-12T20:31:56.621Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-05-12T20:31:57.255Z] $ docker stop --time=1 575191328fc3f22172d5df2cf6b315c3802bb2fa6bf55df0a1bee2774f66ebe6 [2021-05-12T20:31:59.566Z] $ docker rm -f 575191328fc3f22172d5df2cf6b315c3802bb2fa6bf55df0a1bee2774f66ebe6 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-12T20:32:00.461Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-12T20:32:00.494Z] Warning: overwriting stash ‘coverage-report’ [2021-05-12T20:32:01.470Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-12T20:32:01.951Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-12T20:32:02.331Z] + ls -al . [2021-05-12T20:32:02.331Z] total 132 [2021-05-12T20:32:02.331Z] drwxrwxr-x 8 jenkins jenkins 4096 May 12 20:31 . [2021-05-12T20:32:02.331Z] drwxrwxr-x 4 jenkins jenkins 4096 May 12 20:29 .. [2021-05-12T20:32:02.331Z] -rw-rw-r-- 1 jenkins jenkins 151 May 12 20:29 .dockerignore [2021-05-12T20:32:02.331Z] drwxrwxr-x 8 jenkins jenkins 4096 May 12 20:29 .git [2021-05-12T20:32:02.331Z] drwxrwxr-x 2 jenkins jenkins 4096 May 12 20:29 .github [2021-05-12T20:32:02.332Z] -rw-rw-r-- 1 jenkins jenkins 339 May 12 20:29 .gitignore [2021-05-12T20:32:02.332Z] -rw-rw-r-- 1 jenkins jenkins 6792 May 12 20:29 Attribution.txt [2021-05-12T20:32:02.332Z] -rw-rw-r-- 1 jenkins jenkins 1602 May 12 20:29 Dockerfile [2021-05-12T20:32:02.332Z] -rw-rw-r-- 1 jenkins jenkins 1087 May 12 20:29 Dockerfile.build [2021-05-12T20:32:02.332Z] -rw-rw-r-- 1 jenkins jenkins 680 May 12 20:29 Jenkinsfile [2021-05-12T20:32:02.332Z] -rw-rw-r-- 1 jenkins jenkins 11340 May 12 20:29 LICENSE [2021-05-12T20:32:02.332Z] -rw-rw-r-- 1 jenkins jenkins 976 May 12 20:29 Makefile [2021-05-12T20:32:02.332Z] -rw-rw-r-- 1 jenkins jenkins 7667 May 12 20:29 README.md [2021-05-12T20:32:02.332Z] -rw-rw-r-- 1 jenkins jenkins 11 May 12 20:21 VERSION [2021-05-12T20:32:02.332Z] drwxrwxr-x 2 jenkins jenkins 4096 May 12 20:29 bin [2021-05-12T20:32:02.332Z] drwxrwxr-x 3 jenkins jenkins 4096 May 12 20:29 cmd [2021-05-12T20:32:02.332Z] -rw-r--r-- 1 jenkins jenkins 8513 May 12 20:31 coverage.out [2021-05-12T20:32:02.332Z] drwxrwxr-x 2 jenkins jenkins 4096 May 12 20:29 driver [2021-05-12T20:32:02.332Z] -rw-r--r-- 1 jenkins jenkins 285 May 12 20:31 go.mod [2021-05-12T20:32:02.332Z] -rw-r--r-- 1 jenkins jenkins 21011 May 12 20:30 go.sum [2021-05-12T20:32:02.332Z] drwxrwxr-x 4 jenkins jenkins 4096 May 12 20:29 snap [2021-05-12T20:32:02.332Z] -rw-rw-r-- 1 jenkins jenkins 713 May 12 20:29 version.go [Pipeline] isUnix [Pipeline] sh [2021-05-12T20:32:02.803Z] + docker build -t device-rest-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=196bef76aa0a3d89dc26ac944eff062c8405d7e3 --label arch=arm64 --label version=1.2.2-dev.9 . [2021-05-12T20:32:02.803Z] Sending build context to Docker daemon 101.9kB [2021-05-12T20:32:03.084Z] Step 1/24 : ARG BASE=golang:1.16-alpine3.12 [2021-05-12T20:32:03.084Z] Step 2/24 : FROM ${BASE} AS builder [2021-05-12T20:32:03.084Z] ---> fff1665f1545 [2021-05-12T20:32:03.084Z] Step 3/24 : ARG MAKE='make build' [2021-05-12T20:32:03.367Z] ---> Running in 9bb83f4901c8 [2021-05-12T20:32:03.968Z] Removing intermediate container 9bb83f4901c8 [2021-05-12T20:32:03.968Z] ---> c3e22242f897 [2021-05-12T20:32:03.968Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2021-05-12T20:32:03.968Z] ---> Running in 14327516b595 [2021-05-12T20:32:04.560Z] Removing intermediate container 14327516b595 [2021-05-12T20:32:04.561Z] ---> 7c6c05c92a3e [2021-05-12T20:32:04.561Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-05-12T20:32:04.561Z] ---> Running in 1bdf1e86260f [2021-05-12T20:32:05.157Z] Removing intermediate container 1bdf1e86260f [2021-05-12T20:32:05.158Z] ---> 4670a8dcdce0 [2021-05-12T20:32:05.158Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T20:32:05.158Z] ---> Running in 434480826caf [2021-05-12T20:32:07.133Z] Removing intermediate container 434480826caf [2021-05-12T20:32:07.133Z] ---> ce1c6bddf542 [2021-05-12T20:32:07.133Z] Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-05-12T20:32:07.409Z] ---> Running in 5ac532f90e36 [2021-05-12T20:32:08.397Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-12T20:32:09.372Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-12T20:32:10.350Z] OK: 144 MiB in 49 packages [2021-05-12T20:32:11.825Z] Removing intermediate container 5ac532f90e36 [2021-05-12T20:32:11.825Z] ---> ee380fd33b8e [2021-05-12T20:32:11.825Z] Step 8/24 : WORKDIR /device-rest-go [2021-05-12T20:32:11.825Z] ---> Running in e3adadb5dbab [2021-05-12T20:32:12.424Z] Removing intermediate container e3adadb5dbab [2021-05-12T20:32:12.424Z] ---> 85793d573b8c [2021-05-12T20:32:12.424Z] Step 9/24 : COPY . . [2021-05-12T20:32:13.020Z] ---> 8a3e9c2c1588 [2021-05-12T20:32:13.020Z] Step 10/24 : RUN make update [2021-05-12T20:32:13.292Z] ---> Running in 788e50e4017b [2021-05-12T20:32:14.733Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-05-12T20:32:15.731Z] Removing intermediate container 788e50e4017b [2021-05-12T20:32:15.731Z] ---> 95c294868cbe [2021-05-12T20:32:15.731Z] Step 11/24 : RUN $MAKE [2021-05-12T20:32:15.731Z] ---> Running in 408ec3d8553e [2021-05-12T20:32:17.204Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=1.2.2-dev.9" -o cmd/device-rest-go ./cmd [2021-05-12T20:33:04.271Z] Removing intermediate container 408ec3d8553e [2021-05-12T20:33:04.271Z] ---> c517df6230b2 [2021-05-12T20:33:04.271Z] Step 12/24 : FROM alpine:3.12 [2021-05-12T20:33:04.271Z] 3.12: Pulling from library/alpine [2021-05-12T20:33:04.271Z] d2f70382dc9a: Pulling fs layer [2021-05-12T20:33:04.271Z] d2f70382dc9a: Verifying Checksum [2021-05-12T20:33:04.271Z] d2f70382dc9a: Download complete [2021-05-12T20:33:04.271Z] d2f70382dc9a: Pull complete [2021-05-12T20:33:04.271Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-12T20:33:04.271Z] Status: Downloaded newer image for alpine:3.12 [2021-05-12T20:33:04.271Z] ---> 9852663dfa18 [2021-05-12T20:33:04.271Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-05-12T20:33:04.271Z] ---> Running in b9f33816aeb7 [2021-05-12T20:33:04.271Z] Removing intermediate container b9f33816aeb7 [2021-05-12T20:33:04.271Z] ---> c5f829e498c9 [2021-05-12T20:33:04.271Z] Step 14/24 : LABEL Name=device-rest-go Version=${VERSION} [2021-05-12T20:33:04.271Z] ---> Running in f2f05b5e1953 [2021-05-12T20:33:04.271Z] Removing intermediate container f2f05b5e1953 [2021-05-12T20:33:04.271Z] ---> 6febe49c5e35 [2021-05-12T20:33:04.271Z] Step 15/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-12T20:33:04.271Z] ---> Running in eff849a620d3 [2021-05-12T20:33:04.271Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-12T20:33:04.271Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-12T20:33:04.271Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-12T20:33:04.271Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-12T20:33:04.271Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-12T20:33:04.271Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-12T20:33:04.271Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-12T20:33:04.271Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-12T20:33:04.271Z] Executing busybox-1.31.1-r20.trigger [2021-05-12T20:33:04.271Z] OK: 8 MiB in 20 packages [2021-05-12T20:33:04.863Z] Removing intermediate container eff849a620d3 [2021-05-12T20:33:04.863Z] ---> 831a69da486e [2021-05-12T20:33:04.863Z] Step 16/24 : COPY --from=builder /device-rest-go/cmd / [2021-05-12T20:33:06.308Z] ---> 06ce5204947f [2021-05-12T20:33:06.308Z] Step 17/24 : COPY --from=builder /device-rest-go/LICENSE / [2021-05-12T20:33:06.917Z] ---> c834e7f3e366 [2021-05-12T20:33:06.917Z] Step 18/24 : COPY --from=builder /device-rest-go/Attribution.txt / [2021-05-12T20:33:07.911Z] ---> df4a0c38755f [2021-05-12T20:33:07.911Z] Step 19/24 : EXPOSE 49986 [2021-05-12T20:33:07.911Z] ---> Running in 7f537465d559 [2021-05-12T20:33:08.518Z] Removing intermediate container 7f537465d559 [2021-05-12T20:33:08.518Z] ---> cad1434c3515 [2021-05-12T20:33:08.518Z] Step 20/24 : ENTRYPOINT ["/device-rest-go"] [2021-05-12T20:33:08.518Z] ---> Running in 953860df7da3 [2021-05-12T20:33:09.124Z] Removing intermediate container 953860df7da3 [2021-05-12T20:33:09.124Z] ---> 5d11188f026d [2021-05-12T20:33:09.124Z] Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] [2021-05-12T20:33:09.399Z] ---> Running in e4c459e97c0f [2021-05-12T20:33:09.999Z] Removing intermediate container e4c459e97c0f [2021-05-12T20:33:09.999Z] ---> ccffd6d10837 [2021-05-12T20:33:09.999Z] Step 22/24 : LABEL arch=arm64 [2021-05-12T20:33:09.999Z] ---> Running in 1dee2944bccb [2021-05-12T20:33:10.599Z] Removing intermediate container 1dee2944bccb [2021-05-12T20:33:10.599Z] ---> 7be9977a4da4 [2021-05-12T20:33:10.599Z] Step 23/24 : LABEL git_sha=196bef76aa0a3d89dc26ac944eff062c8405d7e3 [2021-05-12T20:33:10.599Z] ---> Running in 72452386f922 [2021-05-12T20:33:11.205Z] Removing intermediate container 72452386f922 [2021-05-12T20:33:11.205Z] ---> 8856f5b60c7a [2021-05-12T20:33:11.205Z] Step 24/24 : LABEL version=1.2.2-dev.9 [2021-05-12T20:33:11.205Z] ---> Running in af6798a1c2c6 [2021-05-12T20:33:11.808Z] Removing intermediate container af6798a1c2c6 [2021-05-12T20:33:11.808Z] ---> a33641826004 [2021-05-12T20:33:11.808Z] [Warning] One or more build-args [ARCH] were not consumed [2021-05-12T20:33:11.808Z] Successfully built a33641826004 [2021-05-12T20:33:11.808Z] Successfully tagged device-rest-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-12T20:33:11.966Z] provisioning config files... [2021-05-12T20:33:12.010Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/42@tmp/config4103583047912005590tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-12T20:33:12.392Z] ---> docker-login.sh [2021-05-12T20:33:12.393Z] nexus3.edgexfoundry.org:10001 [2021-05-12T20:33:12.679Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T20:33:12.953Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T20:33:12.953Z] Configure a credential helper to remove this warning. See [2021-05-12T20:33:12.953Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T20:33:12.953Z] [2021-05-12T20:33:12.953Z] Login Succeeded [2021-05-12T20:33:12.953Z] nexus3.edgexfoundry.org:10002 [2021-05-12T20:33:13.554Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T20:33:13.554Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T20:33:13.554Z] Configure a credential helper to remove this warning. See [2021-05-12T20:33:13.554Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T20:33:13.554Z] [2021-05-12T20:33:13.554Z] Login Succeeded [2021-05-12T20:33:13.554Z] nexus3.edgexfoundry.org:10003 [2021-05-12T20:33:14.154Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T20:33:14.429Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T20:33:14.429Z] Configure a credential helper to remove this warning. See [2021-05-12T20:33:14.429Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T20:33:14.429Z] [2021-05-12T20:33:14.429Z] Login Succeeded [2021-05-12T20:33:14.429Z] nexus3.edgexfoundry.org:10004 [2021-05-12T20:33:15.031Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T20:33:15.031Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T20:33:15.031Z] Configure a credential helper to remove this warning. See [2021-05-12T20:33:15.031Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T20:33:15.031Z] [2021-05-12T20:33:15.031Z] Login Succeeded [2021-05-12T20:33:15.031Z] docker.io [2021-05-12T20:33:15.634Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T20:33:15.911Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T20:33:15.911Z] Configure a credential helper to remove this warning. See [2021-05-12T20:33:15.911Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T20:33:15.911Z] [2021-05-12T20:33:15.911Z] Login Succeeded [2021-05-12T20:33:15.911Z] ---> docker-login.sh ends [Pipeline] } [2021-05-12T20:33:15.931Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-12T20:33:16.006Z] [edgeXDocker.push] Tagging docker image device-rest-arm64 with the following tags: [2021-05-12T20:33:16.006Z] 196bef76aa0a3d89dc26ac944eff062c8405d7e3 [2021-05-12T20:33:16.006Z] latest [2021-05-12T20:33:16.006Z] 1.2.2-dev.9 [2021-05-12T20:33:16.006Z] 196bef76aa0a3d89dc26ac944eff062c8405d7e3-1.2.2-dev.9 [2021-05-12T20:33:16.006Z] master [2021-05-12T20:33:16.007Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T20:33:16.404Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:196bef76aa0a3d89dc26ac944eff062c8405d7e3 [Pipeline] isUnix [Pipeline] sh [2021-05-12T20:33:16.752Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:196bef76aa0a3d89dc26ac944eff062c8405d7e3 [2021-05-12T20:33:16.752Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2021-05-12T20:33:16.752Z] 41fee9682a87: Preparing [2021-05-12T20:33:16.752Z] 3dd9c726fdc7: Preparing [2021-05-12T20:33:16.752Z] cb49a37f168c: Preparing [2021-05-12T20:33:16.752Z] 682ff527e8e1: Preparing [2021-05-12T20:33:16.752Z] 3fbe34a1663b: Preparing [2021-05-12T20:33:17.027Z] 3fbe34a1663b: Layer already exists [2021-05-12T20:33:17.027Z] 3dd9c726fdc7: Pushed [2021-05-12T20:33:17.027Z] 41fee9682a87: Pushed [2021-05-12T20:33:18.015Z] 682ff527e8e1: Pushed [2021-05-12T20:33:19.988Z] cb49a37f168c: Pushed [2021-05-12T20:33:21.426Z] 196bef76aa0a3d89dc26ac944eff062c8405d7e3: digest: sha256:3f5a1966561c790939c34097bcc23a2ee6b70018066c440dfa4a0837b0c8fd21 size: 1365 [Pipeline] isUnix [Pipeline] sh [2021-05-12T20:33:21.787Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-12T20:33:22.128Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [2021-05-12T20:33:22.128Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2021-05-12T20:33:22.128Z] 41fee9682a87: Preparing [2021-05-12T20:33:22.128Z] 3dd9c726fdc7: Preparing [2021-05-12T20:33:22.128Z] cb49a37f168c: Preparing [2021-05-12T20:33:22.128Z] 682ff527e8e1: Preparing [2021-05-12T20:33:22.128Z] 3fbe34a1663b: Preparing [2021-05-12T20:33:22.401Z] 682ff527e8e1: Layer already exists [2021-05-12T20:33:22.401Z] cb49a37f168c: Layer already exists [2021-05-12T20:33:22.401Z] 3dd9c726fdc7: Layer already exists [2021-05-12T20:33:22.401Z] 41fee9682a87: Layer already exists [2021-05-12T20:33:22.401Z] 3fbe34a1663b: Layer already exists [2021-05-12T20:33:22.401Z] latest: digest: sha256:3f5a1966561c790939c34097bcc23a2ee6b70018066c440dfa4a0837b0c8fd21 size: 1365 [Pipeline] isUnix [Pipeline] sh [2021-05-12T20:33:22.751Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:1.2.2-dev.9 [Pipeline] isUnix [Pipeline] sh [2021-05-12T20:33:23.097Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:1.2.2-dev.9 [2021-05-12T20:33:23.097Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2021-05-12T20:33:23.097Z] 41fee9682a87: Preparing [2021-05-12T20:33:23.097Z] 3dd9c726fdc7: Preparing [2021-05-12T20:33:23.097Z] cb49a37f168c: Preparing [2021-05-12T20:33:23.097Z] 682ff527e8e1: Preparing [2021-05-12T20:33:23.097Z] 3fbe34a1663b: Preparing [2021-05-12T20:33:23.371Z] 41fee9682a87: Layer already exists [2021-05-12T20:33:23.371Z] 682ff527e8e1: Layer already exists [2021-05-12T20:33:23.371Z] cb49a37f168c: Layer already exists [2021-05-12T20:33:23.371Z] 3fbe34a1663b: Layer already exists [2021-05-12T20:33:23.371Z] 3dd9c726fdc7: Layer already exists [2021-05-12T20:33:23.371Z] 1.2.2-dev.9: digest: sha256:3f5a1966561c790939c34097bcc23a2ee6b70018066c440dfa4a0837b0c8fd21 size: 1365 [Pipeline] isUnix [Pipeline] sh [2021-05-12T20:33:23.717Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:196bef76aa0a3d89dc26ac944eff062c8405d7e3-1.2.2-dev.9 [Pipeline] isUnix [Pipeline] sh [2021-05-12T20:33:24.336Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:196bef76aa0a3d89dc26ac944eff062c8405d7e3-1.2.2-dev.9 [2021-05-12T20:33:24.336Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2021-05-12T20:33:24.336Z] 41fee9682a87: Preparing [2021-05-12T20:33:24.336Z] 3dd9c726fdc7: Preparing [2021-05-12T20:33:24.336Z] cb49a37f168c: Preparing [2021-05-12T20:33:24.336Z] 682ff527e8e1: Preparing [2021-05-12T20:33:24.336Z] 3fbe34a1663b: Preparing [2021-05-12T20:33:24.613Z] cb49a37f168c: Layer already exists [2021-05-12T20:33:24.613Z] 3dd9c726fdc7: Layer already exists [2021-05-12T20:33:24.613Z] 41fee9682a87: Layer already exists [2021-05-12T20:33:24.613Z] 682ff527e8e1: Layer already exists [2021-05-12T20:33:24.613Z] 3fbe34a1663b: Layer already exists [2021-05-12T20:33:24.613Z] 196bef76aa0a3d89dc26ac944eff062c8405d7e3-1.2.2-dev.9: digest: sha256:3f5a1966561c790939c34097bcc23a2ee6b70018066c440dfa4a0837b0c8fd21 size: 1365 [Pipeline] isUnix [Pipeline] sh [2021-05-12T20:33:24.966Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-05-12T20:33:25.305Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:master [2021-05-12T20:33:25.305Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2021-05-12T20:33:25.305Z] 41fee9682a87: Preparing [2021-05-12T20:33:25.305Z] 3dd9c726fdc7: Preparing [2021-05-12T20:33:25.305Z] cb49a37f168c: Preparing [2021-05-12T20:33:25.305Z] 682ff527e8e1: Preparing [2021-05-12T20:33:25.305Z] 3fbe34a1663b: Preparing [2021-05-12T20:33:25.577Z] 3fbe34a1663b: Layer already exists [2021-05-12T20:33:25.577Z] 3dd9c726fdc7: Layer already exists [2021-05-12T20:33:25.577Z] 682ff527e8e1: Layer already exists [2021-05-12T20:33:25.577Z] 41fee9682a87: Layer already exists [2021-05-12T20:33:25.577Z] cb49a37f168c: Layer already exists [2021-05-12T20:33:25.577Z] master: digest: sha256:3f5a1966561c790939c34097bcc23a2ee6b70018066c440dfa4a0837b0c8fd21 size: 1365 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-12T20:33:25.644Z] ===================================================== [Pipeline] echo [2021-05-12T20:33:25.664Z] taggedImages: [2021-05-12T20:33:25.664Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:196bef76aa0a3d89dc26ac944eff062c8405d7e3 [2021-05-12T20:33:25.664Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [2021-05-12T20:33:25.664Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:1.2.2-dev.9 [2021-05-12T20:33:25.664Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:196bef76aa0a3d89dc26ac944eff062c8405d7e3-1.2.2-dev.9 [2021-05-12T20:33:25.664Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-12T20:33:26.057Z] ---> job-cost.sh [2021-05-12T20:33:26.057Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-CHzO [2021-05-12T20:34:22.650Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-12T20:36:00.154Z] lf-activate-venv(): INFO: Adding /tmp/venv-CHzO/bin to PATH [2021-05-12T20:36:00.154Z] INFO: No Stack... [2021-05-12T20:36:00.154Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-12T20:36:00.154Z] INFO: Archiving Costs [Pipeline] sh [2021-05-12T20:36:00.495Z] + + catcut /w/workspace/device-rest-go/42/archives/cost.csv -d, [2021-05-12T20:36:00.495Z] -f6 [Pipeline] lock [2021-05-12T20:36:00.610Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-master-42-stack-cost] [2021-05-12T20:36:00.622Z] Resource [jenkins-edgexfoundry-device-rest-go-master-42-stack-cost] did not exist. Created. [2021-05-12T20:36:00.622Z] Lock acquired on [jenkins-edgexfoundry-device-rest-go-master-42-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-12T20:36:00.997Z] /w/workspace/device-rest-go/42@tmp/durable-a44a636e/script.sh: 1: /w/workspace/device-rest-go/42@tmp/durable-a44a636e/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-05-12T20:36:01.361Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-12T20:36:01.396Z] Warning: overwriting stash ‘stack-cost’ [2021-05-12T20:36:01.556Z] Stashed 1 file(s) [Pipeline] } [2021-05-12T20:36:01.564Z] Lock released on resource [jenkins-edgexfoundry-device-rest-go-master-42-stack-cost] [Pipeline] // lock [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) [Pipeline] unstash [Pipeline] wrap [2021-05-12T20:36:01.935Z] provisioning config files... [2021-05-12T20:36:01.946Z] copy managed file [device-rest-go-codecov-token] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config8604605317221291838tmp [Pipeline] { [Pipeline] sh [2021-05-12T20:36:02.271Z] + set +x [2021-05-12T20:36:02.271Z] + curl -s https://codecov.io/bash [2021-05-12T20:36:02.271Z] + bash -s -- [2021-05-12T20:36:02.535Z] [2021-05-12T20:36:02.535Z] _____ _ [2021-05-12T20:36:02.535Z] / ____| | | [2021-05-12T20:36:02.535Z] | | ___ __| | ___ ___ _____ __ [2021-05-12T20:36:02.535Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-12T20:36:02.535Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-12T20:36:02.535Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-12T20:36:02.535Z] Bash-1.0.2 [2021-05-12T20:36:02.535Z] [2021-05-12T20:36:02.535Z] [2021-05-12T20:36:02.535Z] ==> git version 2.24.3 found [2021-05-12T20:36:02.535Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-05-12T20:36:02.535Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-12T20:36:02.535Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-12T20:36:02.535Z] ==> Jenkins CI detected. [2021-05-12T20:36:02.535Z] project root: . [2021-05-12T20:36:02.535Z] --> token set from env [2021-05-12T20:36:02.535Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-12T20:36:02.535Z] ==> Running gcov in . (disable via -X gcov) [2021-05-12T20:36:02.535Z] ==> Python coveragepy not found [2021-05-12T20:36:02.535Z] ==> Searching for coverage reports in: [2021-05-12T20:36:02.535Z] + . [2021-05-12T20:36:02.535Z] -> Found 1 reports [2021-05-12T20:36:02.535Z] ==> Detecting git/mercurial file structure [2021-05-12T20:36:02.535Z] ==> Reading reports [2021-05-12T20:36:02.535Z] + ./coverage.out bytes=8513 [2021-05-12T20:36:02.535Z] ==> Appending adjustments [2021-05-12T20:36:02.535Z] https://docs.codecov.io/docs/fixing-reports [2021-05-12T20:36:02.535Z] + Found adjustments [2021-05-12T20:36:02.535Z] ==> Gzipping contents [2021-05-12T20:36:02.535Z] 4.0K /tmp/codecov.CvwdBO.gz [2021-05-12T20:36:02.535Z] ==> Uploading reports [2021-05-12T20:36:02.535Z] url: https://codecov.io [2021-05-12T20:36:02.535Z] query: branch=master&commit=196bef76aa0a3d89dc26ac944eff062c8405d7e3&build=42&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmaster%2F42%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-05-12T20:36:02.535Z] -> Pinging Codecov [2021-05-12T20:36:02.535Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=196bef76aa0a3d89dc26ac944eff062c8405d7e3&build=42&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmaster%2F42%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-05-12T20:36:03.488Z] -> Uploading to [2021-05-12T20:36:03.488Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-12/4E5D53B4F1F92C436F7061BF334D961C/196bef76aa0a3d89dc26ac944eff062c8405d7e3/cc639d3b-45d9-49de-bf82-0a55a6698aac.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210512%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210512T203603Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=852ea9cf61ef3b89b8b7b2fe7b44b56ae7c45ffde0554cf562c8cfa718e95b54 [2021-05-12T20:36:03.488Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-12T20:36:03.488Z] Dload Upload Total Spent Left Speed [2021-05-12T20:36:03.750Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1622 0 0 100 1622 0 3465 --:--:-- --:--:-- --:--:-- 3465 100 1622 0 0 100 1622 0 3464 --:--:-- --:--:-- --:--:-- 3465 [2021-05-12T20:36:03.750Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-rest-go/commit/196bef76aa0a3d89dc26ac944eff062c8405d7e3 [Pipeline] } [2021-05-12T20:36:03.761Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-05-12T20:36:04.001Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-05-12T20:36:04.026Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T20:36:04.343Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-12T20:36:04.343Z] [2021-05-12T20:36:04.343Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-05-12T20:36:04.671Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-12T20:36:04.672Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-05-12T20:36:04.672Z] 188c0c94c7c5: Pulling fs layer [2021-05-12T20:36:04.672Z] 0ef7d3d256c8: Pulling fs layer [2021-05-12T20:36:04.672Z] de9db76c5a1d: Pulling fs layer [2021-05-12T20:36:04.672Z] 0eba1c9be4d2: Pulling fs layer [2021-05-12T20:36:04.672Z] 0d57e429df01: Pulling fs layer [2021-05-12T20:36:04.672Z] 4e4be7b47b0d: Pulling fs layer [2021-05-12T20:36:04.672Z] e1f770b5df2f: Pulling fs layer [2021-05-12T20:36:04.672Z] 85a0685a4137: Pulling fs layer [2021-05-12T20:36:04.672Z] 0eba1c9be4d2: Waiting [2021-05-12T20:36:04.672Z] 0d57e429df01: Waiting [2021-05-12T20:36:04.672Z] 4e4be7b47b0d: Waiting [2021-05-12T20:36:04.672Z] e1f770b5df2f: Waiting [2021-05-12T20:36:04.672Z] 85a0685a4137: Waiting [2021-05-12T20:36:04.672Z] de9db76c5a1d: Verifying Checksum [2021-05-12T20:36:04.672Z] de9db76c5a1d: Download complete [2021-05-12T20:36:04.672Z] 0ef7d3d256c8: Verifying Checksum [2021-05-12T20:36:04.672Z] 0ef7d3d256c8: Download complete [2021-05-12T20:36:04.672Z] 0d57e429df01: Verifying Checksum [2021-05-12T20:36:04.672Z] 0d57e429df01: Download complete [2021-05-12T20:36:04.672Z] 4e4be7b47b0d: Verifying Checksum [2021-05-12T20:36:04.672Z] 4e4be7b47b0d: Download complete [2021-05-12T20:36:04.672Z] 188c0c94c7c5: Download complete [2021-05-12T20:36:05.257Z] 188c0c94c7c5: Pull complete [2021-05-12T20:36:05.523Z] 0ef7d3d256c8: Pull complete [2021-05-12T20:36:05.788Z] e1f770b5df2f: Verifying Checksum [2021-05-12T20:36:05.788Z] e1f770b5df2f: Download complete [2021-05-12T20:36:06.060Z] de9db76c5a1d: Pull complete [2021-05-12T20:36:07.993Z] 85a0685a4137: Verifying Checksum [2021-05-12T20:36:07.993Z] 85a0685a4137: Download complete [2021-05-12T20:36:07.993Z] 0eba1c9be4d2: Verifying Checksum [2021-05-12T20:36:07.993Z] 0eba1c9be4d2: Download complete [2021-05-12T20:36:14.644Z] 0eba1c9be4d2: Pull complete [2021-05-12T20:36:14.644Z] 0d57e429df01: Pull complete [2021-05-12T20:36:14.644Z] 4e4be7b47b0d: Pull complete [2021-05-12T20:36:16.568Z] e1f770b5df2f: Pull complete [2021-05-12T20:36:24.767Z] 85a0685a4137: Pull complete [2021-05-12T20:36:24.767Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-05-12T20:36:24.767Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-12T20:36:24.767Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-05-12T20:36:24.988Z] prd-centos7-docker-4c-2g-4841 does not seem to be running inside a container [2021-05-12T20:36:25.043Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-05-12T20:36:26.179Z] $ docker top ed59ec4cf3e8d756404ed89c01a44b47ba299a93694dda3ff46e92eb91dcf805 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-12T20:36:26.384Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-05-12T20:36:26.681Z] + set -o pipefail [2021-05-12T20:36:26.681Z] + snyk monitor '--org=edgex-jenkins' [2021-05-12T20:36:36.727Z] [2021-05-12T20:36:36.727Z] Monitoring /w/workspace/gexfoundry_device-rest-go_master (github.com/edgexfoundry/device-rest-go)... [2021-05-12T20:36:36.727Z] [2021-05-12T20:36:36.727Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/100cb2ad-363b-48d6-95bb-098d49e3156b/history/cd8cd2b7-e52d-4116-bd5e-58bb370e0c65 [2021-05-12T20:36:36.727Z] [2021-05-12T20:36:36.727Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-05-12T20:36:36.727Z] [2021-05-12T20:36:36.727Z] [Pipeline] } [2021-05-12T20:36:36.743Z] $ docker stop --time=1 ed59ec4cf3e8d756404ed89c01a44b47ba299a93694dda3ff46e92eb91dcf805 [2021-05-12T20:36:39.368Z] $ docker rm -f ed59ec4cf3e8d756404ed89c01a44b47ba299a93694dda3ff46e92eb91dcf805 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [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 [2021-05-12T20:36:40.582Z] + git log --format=format:%s -1 196bef76aa0a3d89dc26ac944eff062c8405d7e3 [Pipeline] isUnix [Pipeline] sh [2021-05-12T20:36:40.900Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-12T20:36:40.900Z] . [Pipeline] withDockerContainer [2021-05-12T20:36:41.006Z] prd-centos7-docker-4c-2g-4841 does not seem to be running inside a container [2021-05-12T20:36:41.061Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-12T20:36:41.900Z] $ docker top 2065d10fc95752b9bfac4c7d0c9afa53b32b2c627eef97520464adb87602d2c8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-12T20:36:42.113Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-12T20:36:42.114Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-12T20:36:42.361Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-12T20:36:42.366Z] $ docker exec 2065d10fc95752b9bfac4c7d0c9afa53b32b2c627eef97520464adb87602d2c8 ssh-agent [2021-05-12T20:36:42.575Z] SSH_AUTH_SOCK=/tmp/ssh-14cj5lPZlCY0/agent.11 [2021-05-12T20:36:42.575Z] SSH_AGENT_PID=17 [2021-05-12T20:36:42.583Z] Running ssh-add (command line suppressed) [2021-05-12T20:36:42.755Z] Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_4375845188500933634.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_4375845188500933634.key) [2021-05-12T20:36:42.821Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-12T20:36:43.137Z] + git semver tag [2021-05-12T20:36:43.138Z] # -> Open(): unable to determine branch for HEAD [2021-05-12T20:36:43.138Z] # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git [2021-05-12T20:36:43.138Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master [2021-05-12T20:36:43.138Z] # $SEMVER_REMOTE_NAME = origin [2021-05-12T20:36:43.138Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-12T20:36:43.138Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-12T20:36:43.138Z] # $SEMVER_BRANCH = master [2021-05-12T20:36:43.138Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver [2021-05-12T20:36:43.138Z] # 196bef76aa0a3d89dc26ac944eff062c8405d7e3 HEAD [2021-05-12T20:36:43.401Z] # -> Force: false [2021-05-12T20:36:43.401Z] # 8c0a5b60f32b970bbde2c6e61d2ab5f6b79bf8b2 refs/tags/v1.2.2-dev.9 [Pipeline] } [2021-05-12T20:36:43.417Z] $ docker exec --env ******** --env ******** 2065d10fc95752b9bfac4c7d0c9afa53b32b2c627eef97520464adb87602d2c8 ssh-agent -k [2021-05-12T20:36:43.550Z] unset SSH_AUTH_SOCK; [2021-05-12T20:36:43.551Z] unset SSH_AGENT_PID; [2021-05-12T20:36:43.551Z] echo Agent pid 17 killed; [2021-05-12T20:36:43.606Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-12T20:36:43.946Z] + git semver [Pipeline] } [2021-05-12T20:36:43.966Z] $ docker stop --time=1 2065d10fc95752b9bfac4c7d0c9afa53b32b2c627eef97520464adb87602d2c8 [2021-05-12T20:36:45.345Z] $ docker rm -f 2065d10fc95752b9bfac4c7d0c9afa53b32b2c627eef97520464adb87602d2c8 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-05-12T20:36:45.920Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-12T20:36:45.920Z] [2021-05-12T20:36:45.920Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-05-12T20:36:46.249Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-12T20:36:46.249Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-05-12T20:36:46.249Z] ab5ef0e58194: Pulling fs layer [2021-05-12T20:36:46.249Z] 9712f1f96733: Pulling fs layer [2021-05-12T20:36:46.249Z] 63f879dbbcfc: Pulling fs layer [2021-05-12T20:36:46.249Z] 0d9ebad4ef96: Pulling fs layer [2021-05-12T20:36:46.249Z] e9a5061849ea: Pulling fs layer [2021-05-12T20:36:46.249Z] d747dcd14b5f: Pulling fs layer [2021-05-12T20:36:46.249Z] 2de7ff778b66: Pulling fs layer [2021-05-12T20:36:46.249Z] e9a5061849ea: Waiting [2021-05-12T20:36:46.249Z] 0d9ebad4ef96: Waiting [2021-05-12T20:36:46.249Z] d747dcd14b5f: Waiting [2021-05-12T20:36:46.249Z] 2de7ff778b66: Waiting [2021-05-12T20:36:46.249Z] 9712f1f96733: Verifying Checksum [2021-05-12T20:36:46.249Z] 9712f1f96733: Download complete [2021-05-12T20:36:48.820Z] 63f879dbbcfc: Verifying Checksum [2021-05-12T20:36:48.820Z] 63f879dbbcfc: Download complete [2021-05-12T20:36:48.820Z] e9a5061849ea: Verifying Checksum [2021-05-12T20:36:48.820Z] e9a5061849ea: Download complete [2021-05-12T20:36:48.820Z] d747dcd14b5f: Verifying Checksum [2021-05-12T20:36:48.820Z] d747dcd14b5f: Download complete [2021-05-12T20:36:49.418Z] 2de7ff778b66: Verifying Checksum [2021-05-12T20:36:49.418Z] 0d9ebad4ef96: Verifying Checksum [2021-05-12T20:36:49.418Z] 0d9ebad4ef96: Download complete [2021-05-12T20:36:49.418Z] ab5ef0e58194: Verifying Checksum [2021-05-12T20:36:49.418Z] ab5ef0e58194: Download complete [2021-05-12T20:36:56.050Z] ab5ef0e58194: Pull complete [2021-05-12T20:36:56.050Z] 9712f1f96733: Pull complete [2021-05-12T20:36:57.442Z] 63f879dbbcfc: Pull complete [2021-05-12T20:37:04.184Z] 0d9ebad4ef96: Pull complete [2021-05-12T20:37:07.536Z] e9a5061849ea: Pull complete [2021-05-12T20:37:07.536Z] d747dcd14b5f: Pull complete [2021-05-12T20:37:08.935Z] 2de7ff778b66: Pull complete [2021-05-12T20:37:08.935Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-05-12T20:37:08.935Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-12T20:37:08.935Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-05-12T20:37:09.189Z] prd-centos7-docker-4c-2g-4841 does not seem to be running inside a container [2021-05-12T20:37:09.242Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-05-12T20:37:12.469Z] $ docker top 5df3ecf1ee93d3be898d7205bff7e45a308dfd15e8a56eccd88d28a2ad8a837b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-05-12T20:37:12.670Z] provisioning config files... [2021-05-12T20:37:12.681Z] copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config7129468286331504743tmp [2021-05-12T20:37:12.699Z] copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config8263174075188074332tmp [2021-05-12T20:37:12.715Z] copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config6758536172228961178tmp [Pipeline] { [Pipeline] echo [2021-05-12T20:37:12.737Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T20:37:13.039Z] ---> sigul-configuration.sh [2021-05-12T20:37:13.040Z] gpg: directory `/root/.gnupg' created [2021-05-12T20:37:13.040Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-05-12T20:37:13.040Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-05-12T20:37:13.040Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-05-12T20:37:13.040Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-05-12T20:37:13.040Z] gpg: CAST5 encrypted data [2021-05-12T20:37:13.307Z] gpg: encrypted with 1 passphrase [2021-05-12T20:37:13.307Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-05-12T20:37:13.617Z] + mkdir /home/jenkins [2021-05-12T20:37:13.617Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-05-12T20:37:13.923Z] + 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 [2021-05-12T20:37:13.936Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T20:37:14.235Z] ---> sigul-install.sh [2021-05-12T20:37:20.975Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-05-12T20:37:21.323Z] + git tag --list [2021-05-12T20:37:21.323Z] v1.0.0 [2021-05-12T20:37:21.323Z] v1.1.0 [2021-05-12T20:37:21.323Z] v1.1.1 [2021-05-12T20:37:21.323Z] v1.1.2 [2021-05-12T20:37:21.323Z] v1.2.0 [2021-05-12T20:37:21.323Z] v1.2.1 [2021-05-12T20:37:21.323Z] v1.2.1-dev.1 [2021-05-12T20:37:21.323Z] v1.2.1-dev.2 [2021-05-12T20:37:21.323Z] v1.2.1-dev.3 [2021-05-12T20:37:21.323Z] v1.2.1-dev.4 [2021-05-12T20:37:21.323Z] v1.2.2-dev.1 [2021-05-12T20:37:21.323Z] v1.2.2-dev.2 [2021-05-12T20:37:21.323Z] v1.2.2-dev.3 [2021-05-12T20:37:21.323Z] v1.2.2-dev.4 [2021-05-12T20:37:21.323Z] v1.2.2-dev.5 [2021-05-12T20:37:21.323Z] v1.2.2-dev.6 [2021-05-12T20:37:21.323Z] v1.2.2-dev.7 [2021-05-12T20:37:21.323Z] v1.2.2-dev.8 [2021-05-12T20:37:21.323Z] v1.2.2-dev.9 [Pipeline] sh [2021-05-12T20:37:21.648Z] + lftools sign git-tag v1.2.2-dev.9 [2021-05-12T20:37:23.039Z] Signing Git tag with Sigul... [2021-05-12T20:37:23.039Z] Signing v1.2.2-dev.9 [Pipeline] echo [2021-05-12T20:37:23.998Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T20:37:24.296Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-05-12T20:37:24.307Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-05-12T20:37:24.339Z] $ docker stop --time=1 5df3ecf1ee93d3be898d7205bff7e45a308dfd15e8a56eccd88d28a2ad8a837b [2021-05-12T20:37:25.785Z] $ docker rm -f 5df3ecf1ee93d3be898d7205bff7e45a308dfd15e8a56eccd88d28a2ad8a837b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-05-12T20:37:26.319Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-12T20:37:26.319Z] . [Pipeline] withDockerContainer [2021-05-12T20:37:26.422Z] prd-centos7-docker-4c-2g-4841 does not seem to be running inside a container [2021-05-12T20:37:26.478Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-12T20:37:27.150Z] $ docker top be52ecc395f979adf2c7e01c91b14c87c7477fffe609b7b37159e37302949aa5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-12T20:37:27.302Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-12T20:37:27.302Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-12T20:37:27.485Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-12T20:37:27.489Z] $ docker exec be52ecc395f979adf2c7e01c91b14c87c7477fffe609b7b37159e37302949aa5 ssh-agent [2021-05-12T20:37:27.676Z] SSH_AUTH_SOCK=/tmp/ssh-JLIk7wNVbKv2/agent.11 [2021-05-12T20:37:27.676Z] SSH_AGENT_PID=17 [2021-05-12T20:37:27.685Z] Running ssh-add (command line suppressed) [2021-05-12T20:37:27.823Z] Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_4929909908511306654.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_4929909908511306654.key) [2021-05-12T20:37:27.880Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-12T20:37:28.183Z] + git semver bump pre [2021-05-12T20:37:28.184Z] # -> Open(): unable to determine branch for HEAD [2021-05-12T20:37:28.184Z] # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git [2021-05-12T20:37:28.184Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master [2021-05-12T20:37:28.184Z] # $SEMVER_REMOTE_NAME = origin [2021-05-12T20:37:28.184Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-12T20:37:28.184Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-12T20:37:28.184Z] # $SEMVER_BRANCH = master [2021-05-12T20:37:28.184Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver [2021-05-12T20:37:28.184Z] 1.2.2-dev.10 [Pipeline] } [2021-05-12T20:37:28.197Z] $ docker exec --env ******** --env ******** be52ecc395f979adf2c7e01c91b14c87c7477fffe609b7b37159e37302949aa5 ssh-agent -k [2021-05-12T20:37:28.325Z] unset SSH_AUTH_SOCK; [2021-05-12T20:37:28.327Z] unset SSH_AGENT_PID; [2021-05-12T20:37:28.327Z] echo Agent pid 17 killed; [2021-05-12T20:37:28.382Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-12T20:37:28.717Z] + git semver [Pipeline] } [2021-05-12T20:37:28.736Z] $ docker stop --time=1 be52ecc395f979adf2c7e01c91b14c87c7477fffe609b7b37159e37302949aa5 [2021-05-12T20:37:30.101Z] $ docker rm -f be52ecc395f979adf2c7e01c91b14c87c7477fffe609b7b37159e37302949aa5 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-05-12T20:37:30.574Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-12T20:37:30.575Z] . [Pipeline] withDockerContainer [2021-05-12T20:37:30.685Z] prd-centos7-docker-4c-2g-4841 does not seem to be running inside a container [2021-05-12T20:37:30.737Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-12T20:37:31.436Z] $ docker top 9d063040cd1cc6dbad323058435d405ad6e5d8224096252c350e8183bedf51d8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-12T20:37:31.612Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-12T20:37:31.612Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-12T20:37:31.817Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-12T20:37:31.823Z] $ docker exec 9d063040cd1cc6dbad323058435d405ad6e5d8224096252c350e8183bedf51d8 ssh-agent [2021-05-12T20:37:32.047Z] SSH_AUTH_SOCK=/tmp/ssh-4PjPkYoYblGC/agent.11 [2021-05-12T20:37:32.047Z] SSH_AGENT_PID=17 [2021-05-12T20:37:32.068Z] Running ssh-add (command line suppressed) [2021-05-12T20:37:32.198Z] Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_8266384782995070798.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_8266384782995070798.key) [2021-05-12T20:37:32.254Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-12T20:37:32.555Z] + git semver push [2021-05-12T20:37:32.555Z] # -> Open(): unable to determine branch for HEAD [2021-05-12T20:37:32.555Z] # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git [2021-05-12T20:37:32.555Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master [2021-05-12T20:37:32.555Z] # $SEMVER_REMOTE_NAME = origin [2021-05-12T20:37:32.555Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-12T20:37:32.555Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-12T20:37:32.555Z] # $SEMVER_BRANCH = master [2021-05-12T20:37:32.555Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver [Pipeline] } [2021-05-12T20:37:36.794Z] $ docker exec --env ******** --env ******** 9d063040cd1cc6dbad323058435d405ad6e5d8224096252c350e8183bedf51d8 ssh-agent -k [2021-05-12T20:37:36.920Z] unset SSH_AUTH_SOCK; [2021-05-12T20:37:36.921Z] unset SSH_AGENT_PID; [2021-05-12T20:37:36.921Z] echo Agent pid 17 killed; [2021-05-12T20:37:36.973Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-12T20:37:37.312Z] + git semver [Pipeline] } [2021-05-12T20:37:37.331Z] $ docker stop --time=1 9d063040cd1cc6dbad323058435d405ad6e5d8224096252c350e8183bedf51d8 [2021-05-12T20:37:38.689Z] $ docker rm -f 9d063040cd1cc6dbad323058435d405ad6e5d8224096252c350e8183bedf51d8 [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 [2021-05-12T20:37:39.450Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T20:37:40.022Z] ---> package-listing.sh [2021-05-12T20:37:40.022Z] ++ facter osfamily [2021-05-12T20:37:40.022Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-12T20:37:40.022Z] + OS_FAMILY=redhat [2021-05-12T20:37:40.022Z] + workspace=/w/workspace/gexfoundry_device-rest-go_master [2021-05-12T20:37:40.022Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-12T20:37:40.022Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-12T20:37:40.022Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-12T20:37:40.022Z] + PACKAGES=/tmp/packages_start.txt [2021-05-12T20:37:40.022Z] + '[' /w/workspace/gexfoundry_device-rest-go_master ']' [2021-05-12T20:37:40.022Z] + PACKAGES=/tmp/packages_end.txt [2021-05-12T20:37:40.022Z] + case "${OS_FAMILY}" in [2021-05-12T20:37:40.022Z] + rpm -qa [2021-05-12T20:37:40.022Z] + sort [2021-05-12T20:37:45.327Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-12T20:37:45.327Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-12T20:37:45.327Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-12T20:37:45.327Z] + '[' /w/workspace/gexfoundry_device-rest-go_master ']' [2021-05-12T20:37:45.327Z] + mkdir -p /w/workspace/gexfoundry_device-rest-go_master/archives/ [2021-05-12T20:37:45.327Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-rest-go_master/archives/ [Pipeline] echo [2021-05-12T20:37:45.343Z] 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 [2021-05-12T20:37:45.644Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-12T20:37:45.955Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-12T20:37:45.955Z] [2021-05-12T20:37:45.955Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-12T20:37:46.286Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-12T20:37:46.286Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-12T20:37:46.286Z] df20fa9351a1: Pulling fs layer [2021-05-12T20:37:46.286Z] 36b3adc4ff6f: Pulling fs layer [2021-05-12T20:37:46.286Z] 8ad3a11d3b57: Pulling fs layer [2021-05-12T20:37:46.286Z] 46f8f816bc3b: Pulling fs layer [2021-05-12T20:37:46.286Z] 93b61091891f: Pulling fs layer [2021-05-12T20:37:46.286Z] 93b9cdb0e59b: Pulling fs layer [2021-05-12T20:37:46.286Z] 5e14af77c1be: Pulling fs layer [2021-05-12T20:37:46.286Z] 01666e4c0597: Pulling fs layer [2021-05-12T20:37:46.286Z] aa168da1d23b: Pulling fs layer [2021-05-12T20:37:46.286Z] 46f8f816bc3b: Waiting [2021-05-12T20:37:46.286Z] 93b61091891f: Waiting [2021-05-12T20:37:46.286Z] 93b9cdb0e59b: Waiting [2021-05-12T20:37:46.286Z] 5e14af77c1be: Waiting [2021-05-12T20:37:46.286Z] 01666e4c0597: Waiting [2021-05-12T20:37:46.286Z] aa168da1d23b: Waiting [2021-05-12T20:37:46.286Z] 36b3adc4ff6f: Download complete [2021-05-12T20:37:46.286Z] 46f8f816bc3b: Verifying Checksum [2021-05-12T20:37:46.286Z] 46f8f816bc3b: Download complete [2021-05-12T20:37:46.286Z] df20fa9351a1: Verifying Checksum [2021-05-12T20:37:46.286Z] df20fa9351a1: Download complete [2021-05-12T20:37:46.286Z] 93b9cdb0e59b: Verifying Checksum [2021-05-12T20:37:46.286Z] 93b9cdb0e59b: Download complete [2021-05-12T20:37:46.286Z] 5e14af77c1be: Verifying Checksum [2021-05-12T20:37:46.286Z] 5e14af77c1be: Download complete [2021-05-12T20:37:46.551Z] 93b61091891f: Download complete [2021-05-12T20:37:46.551Z] 01666e4c0597: Verifying Checksum [2021-05-12T20:37:46.551Z] 01666e4c0597: Download complete [2021-05-12T20:37:46.551Z] 8ad3a11d3b57: Verifying Checksum [2021-05-12T20:37:47.126Z] df20fa9351a1: Pull complete [2021-05-12T20:37:47.394Z] 36b3adc4ff6f: Pull complete [2021-05-12T20:37:48.357Z] 8ad3a11d3b57: Pull complete [2021-05-12T20:37:48.620Z] aa168da1d23b: Verifying Checksum [2021-05-12T20:37:48.620Z] aa168da1d23b: Download complete [2021-05-12T20:37:48.882Z] 46f8f816bc3b: Pull complete [2021-05-12T20:37:49.477Z] 93b61091891f: Pull complete [2021-05-12T20:37:49.477Z] 93b9cdb0e59b: Pull complete [2021-05-12T20:37:49.741Z] 5e14af77c1be: Pull complete [2021-05-12T20:37:50.003Z] 01666e4c0597: Pull complete [2021-05-12T20:37:58.244Z] aa168da1d23b: Pull complete [2021-05-12T20:37:58.244Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-12T20:37:58.244Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-12T20:37:58.244Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-12T20:37:58.743Z] prd-centos7-docker-4c-2g-4841 does not seem to be running inside a container [2021-05-12T20:37:58.909Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-05-12T20:38:01.764Z] $ docker top 305617a61a9526361a3204091bc30e63d1745cd41027c87237a8b372b1379c27 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-12T20:38:02.254Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-12T20:38:02.558Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-12T20:38:02.856Z] + ls /var/log/sa-host [2021-05-12T20:38:02.856Z] + sadf -c /var/log/sa-host/sa12 [2021-05-12T20:38:02.856Z] file_magic: OK [2021-05-12T20:38:02.856Z] HZ: Using current value: 100 [2021-05-12T20:38:02.856Z] file_header: OK [2021-05-12T20:38:02.856Z] 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 [2021-05-12T20:38:02.856Z] Statistics: [2021-05-12T20:38:02.856Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-12T20:38:02.856Z] File successfully converted to sysstat format version 12.2.1 [2021-05-12T20:38:02.856Z] + sadf -c /var/log/sa-host/sa23 [2021-05-12T20:38:02.856Z] file_magic: OK [2021-05-12T20:38:02.856Z] HZ: Using current value: 100 [2021-05-12T20:38:02.856Z] file_header: OK [2021-05-12T20:38:02.856Z] 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 [2021-05-12T20:38:02.856Z] Statistics: [2021-05-12T20:38:02.856Z] Hnuu...uuuununununu... [2021-05-12T20:38:02.856Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-12T20:38:03.024Z] provisioning config files... [2021-05-12T20:38:03.038Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config8193136939778519187tmp [Pipeline] { [Pipeline] echo [2021-05-12T20:38:03.060Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T20:38:03.356Z] ---> create-netrc.sh [Pipeline] } [2021-05-12T20:38:03.366Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-12T20:38:03.396Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T20:38:03.695Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-12T20:38:03.707Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T20:38:04.007Z] ---> sudo-logs.sh [2021-05-12T20:38:04.007Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-12T20:38:04.035Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T20:38:04.367Z] ---> job-cost.sh [2021-05-12T20:38:04.368Z] lf-activate-venv: SKIPPING [2021-05-12T20:38:04.368Z] DEBUG: total: 0.20999999344348907 [2021-05-12T20:38:04.368Z] INFO: Retrieving Stack Cost... [2021-05-12T20:38:05.757Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-12T20:38:06.021Z] INFO: Archiving Costs [Pipeline] echo [2021-05-12T20:38:06.035Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T20:38:06.332Z] ---> logs-deploy.sh [2021-05-12T20:38:06.332Z] lf-activate-venv: SKIPPING [2021-05-12T20:38:06.332Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/master/42 [2021-05-12T20:38:06.332Z] INFO: archiving workspace using pattern(s): [2021-05-12T20:38:08.260Z] Archives upload complete. [2021-05-12T20:38:08.260Z] INFO: archiving logs to Nexus [2021-05-12T20:38:09.208Z] ---> uname -a: [2021-05-12T20:38:09.208Z] Linux prd-centos7-docker-4c-2g-4841.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-05-12T20:38:09.208Z] [2021-05-12T20:38:09.208Z] [2021-05-12T20:38:09.208Z] ---> lscpu: [2021-05-12T20:38:09.208Z] Architecture: x86_64 [2021-05-12T20:38:09.208Z] CPU op-mode(s): 32-bit, 64-bit [2021-05-12T20:38:09.208Z] Byte Order: Little Endian [2021-05-12T20:38:09.208Z] Address sizes: 40 bits physical, 48 bits virtual [2021-05-12T20:38:09.208Z] CPU(s): 4 [2021-05-12T20:38:09.208Z] On-line CPU(s) list: 0-3 [2021-05-12T20:38:09.208Z] Thread(s) per core: 1 [2021-05-12T20:38:09.208Z] Core(s) per socket: 1 [2021-05-12T20:38:09.208Z] Socket(s): 4 [2021-05-12T20:38:09.208Z] NUMA node(s): 1 [2021-05-12T20:38:09.208Z] Vendor ID: GenuineIntel [2021-05-12T20:38:09.208Z] CPU family: 6 [2021-05-12T20:38:09.208Z] Model: 44 [2021-05-12T20:38:09.208Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-05-12T20:38:09.208Z] Stepping: 1 [2021-05-12T20:38:09.208Z] CPU MHz: 2933.438 [2021-05-12T20:38:09.208Z] BogoMIPS: 5866.87 [2021-05-12T20:38:09.208Z] Virtualization: VT-x [2021-05-12T20:38:09.208Z] Hypervisor vendor: KVM [2021-05-12T20:38:09.208Z] Virtualization type: full [2021-05-12T20:38:09.208Z] L1d cache: 128 KiB [2021-05-12T20:38:09.208Z] L1i cache: 128 KiB [2021-05-12T20:38:09.208Z] L2 cache: 16 MiB [2021-05-12T20:38:09.208Z] L3 cache: 64 MiB [2021-05-12T20:38:09.208Z] NUMA node0 CPU(s): 0-3 [2021-05-12T20:38:09.208Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-05-12T20:38:09.208Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-05-12T20:38:09.208Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-05-12T20:38:09.208Z] Vulnerability Meltdown: Mitigation; PTI [2021-05-12T20:38:09.208Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-05-12T20:38:09.208Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-05-12T20:38:09.208Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-05-12T20:38:09.208Z] Vulnerability Srbds: Not affected [2021-05-12T20:38:09.208Z] Vulnerability Tsx async abort: Not affected [2021-05-12T20:38:09.208Z] 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 [2021-05-12T20:38:09.208Z] [2021-05-12T20:38:09.208Z] [2021-05-12T20:38:09.208Z] ---> nproc: [2021-05-12T20:38:09.208Z] 4 [2021-05-12T20:38:09.208Z] [2021-05-12T20:38:09.208Z] [2021-05-12T20:38:09.208Z] ---> df -h: [2021-05-12T20:38:09.208Z] Filesystem Size Used Available Use% Mounted on [2021-05-12T20:38:09.208Z] overlay 50.0G 8.2G 41.8G 16% / [2021-05-12T20:38:09.208Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-05-12T20:38:09.208Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-05-12T20:38:09.208Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-05-12T20:38:09.208Z] /dev/vda1 50.0G 8.2G 41.8G 16% /facter-os [2021-05-12T20:38:09.208Z] /dev/vda1 50.0G 8.2G 41.8G 16% /etc/resolv.conf [2021-05-12T20:38:09.208Z] /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hostname [2021-05-12T20:38:09.208Z] /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hosts [2021-05-12T20:38:09.208Z] /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/sa-host [2021-05-12T20:38:09.208Z] /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/secure [2021-05-12T20:38:09.208Z] /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/auth.log [2021-05-12T20:38:09.208Z] /dev/vda1 50.0G 8.2G 41.8G 16% /run/cloud-init/result.json [2021-05-12T20:38:09.208Z] /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/gexfoundry_device-rest-go_master [2021-05-12T20:38:09.208Z] /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/gexfoundry_device-rest-go_master@tmp [2021-05-12T20:38:09.208Z] [2021-05-12T20:38:09.208Z] [2021-05-12T20:38:09.208Z] ---> free -m: [2021-05-12T20:38:09.208Z] total used free shared buff/cache available [2021-05-12T20:38:09.208Z] Mem: 1837 830 154 0 852 943 [2021-05-12T20:38:09.208Z] Swap: 1023 2 1021 [2021-05-12T20:38:09.208Z] [2021-05-12T20:38:09.208Z] [2021-05-12T20:38:09.208Z] ---> ip addr: [2021-05-12T20:38:09.208Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-05-12T20:38:09.208Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-05-12T20:38:09.208Z] inet 127.0.0.1/8 scope host lo [2021-05-12T20:38:09.208Z] valid_lft forever preferred_lft forever [2021-05-12T20:38:09.208Z] inet6 ::1/128 scope host [2021-05-12T20:38:09.208Z] valid_lft forever preferred_lft forever [2021-05-12T20:38:09.208Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-05-12T20:38:09.208Z] link/ether fa:16:3e:25:b2:41 brd ff:ff:ff:ff:ff:ff [2021-05-12T20:38:09.208Z] inet 10.30.122.158/23 brd 10.30.123.255 scope global dynamic eth0 [2021-05-12T20:38:09.208Z] valid_lft 85344sec preferred_lft 85344sec [2021-05-12T20:38:09.208Z] inet6 fe80::f816:3eff:fe25:b241/64 scope link [2021-05-12T20:38:09.208Z] valid_lft forever preferred_lft forever [2021-05-12T20:38:09.208Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-05-12T20:38:09.208Z] link/ether 02:42:37:48:3c:a5 brd ff:ff:ff:ff:ff:ff [2021-05-12T20:38:09.208Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-05-12T20:38:09.208Z] valid_lft forever preferred_lft forever [2021-05-12T20:38:09.208Z] inet6 fe80::42:37ff:fe48:3ca5/64 scope link [2021-05-12T20:38:09.208Z] valid_lft forever preferred_lft forever [2021-05-12T20:38:09.208Z] [2021-05-12T20:38:09.208Z] [2021-05-12T20:38:09.208Z] ---> sar -b -r -n DEV: [2021-05-12T20:38:09.208Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/12/21 _x86_64_ (4 CPU) [2021-05-12T20:38:09.208Z] [2021-05-12T20:38:09.209Z] 20:20:20 LINUX RESTART (4 CPU) [2021-05-12T20:38:09.209Z] [2021-05-12T20:38:09.209Z] 20:21:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-05-12T20:38:09.209Z] 20:22:01 46.77 12.53 34.24 0.00 4544.83 3636.44 0.00 [2021-05-12T20:38:09.209Z] 20:23:01 0.62 0.02 0.60 0.00 0.53 13.45 0.00 [2021-05-12T20:38:09.209Z] 20:24:01 0.30 0.00 0.30 0.00 0.00 3.33 0.00 [2021-05-12T20:38:09.209Z] 20:25:01 0.30 0.00 0.30 0.00 0.00 4.40 0.00 [2021-05-12T20:38:09.209Z] 20:26:01 0.25 0.00 0.25 0.00 0.00 2.76 0.00 [2021-05-12T20:38:09.209Z] 20:27:01 0.23 0.00 0.23 0.00 0.00 2.85 0.00 [2021-05-12T20:38:09.209Z] 20:28:01 0.28 0.00 0.28 0.00 0.00 3.75 0.00 [2021-05-12T20:38:09.209Z] 20:29:01 0.22 0.00 0.22 0.00 0.00 3.11 0.00 [2021-05-12T20:38:09.209Z] 20:30:01 0.27 0.00 0.27 0.00 0.00 3.88 0.00 [2021-05-12T20:38:09.209Z] 20:31:01 0.23 0.00 0.23 0.00 0.00 2.85 0.00 [2021-05-12T20:38:09.209Z] 20:32:01 0.27 0.00 0.27 0.00 0.00 3.13 0.00 [2021-05-12T20:38:09.209Z] 20:33:01 0.25 0.00 0.25 0.00 0.00 3.20 0.00 [2021-05-12T20:38:09.209Z] 20:34:01 0.23 0.00 0.23 0.00 0.00 3.11 0.00 [2021-05-12T20:38:09.209Z] 20:35:01 0.28 0.00 0.28 0.00 0.00 3.20 0.00 [2021-05-12T20:38:09.209Z] 20:36:01 0.38 0.17 0.22 0.00 5.33 2.17 0.00 [2021-05-12T20:38:09.209Z] 20:37:02 399.82 202.49 197.32 0.00 9234.65 59860.00 0.00 [2021-05-12T20:38:09.209Z] 20:38:01 238.81 103.30 135.51 0.00 7376.89 31832.99 0.00 [2021-05-12T20:38:09.209Z] Average: 40.41 18.68 21.74 0.00 1240.17 5592.08 0.00 [2021-05-12T20:38:09.209Z] [2021-05-12T20:38:09.209Z] 20:21:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-05-12T20:38:09.209Z] 20:22:01 156884 0 620684 32.99 2620 1101356 1132688 38.66 424560 1100840 128 [2021-05-12T20:38:09.209Z] 20:23:01 162200 0 615360 32.71 2620 1101364 1091160 37.24 424072 1097776 16 [2021-05-12T20:38:09.209Z] 20:24:01 161064 0 616488 32.77 2620 1101372 1088040 37.13 421964 1100992 8 [2021-05-12T20:38:09.209Z] 20:25:01 160816 0 616736 32.78 2620 1101372 1088076 37.13 432272 1091000 8 [2021-05-12T20:38:09.209Z] 20:26:01 160440 0 617104 32.80 2620 1101380 1078872 36.82 429956 1094040 8 [2021-05-12T20:38:09.209Z] 20:27:01 160500 0 617040 32.79 2620 1101384 1078836 36.82 440280 1083516 16 [2021-05-12T20:38:09.209Z] 20:28:01 161128 0 616408 32.76 2620 1101388 1078788 36.82 439776 1083516 16 [2021-05-12T20:38:09.209Z] 20:29:01 157220 0 620312 32.97 2620 1101392 1079136 36.83 443744 1083516 20 [2021-05-12T20:38:09.209Z] 20:30:01 151804 0 625720 33.26 2620 1101400 1079092 36.83 449160 1083520 20 [2021-05-12T20:38:09.209Z] 20:31:01 151936 0 625584 33.25 2620 1101404 1079020 36.83 448804 1083516 12 [2021-05-12T20:38:09.209Z] 20:32:01 152564 0 624956 33.22 2620 1101404 1078924 36.82 448240 1083516 8 [2021-05-12T20:38:09.209Z] 20:33:01 153264 0 624248 33.18 2620 1101412 1078876 36.82 447908 1083516 20 [2021-05-12T20:38:09.209Z] 20:34:01 153256 0 624252 33.18 2620 1101416 1078900 36.82 448080 1083516 8 [2021-05-12T20:38:09.209Z] 20:35:01 154208 0 623296 33.13 2620 1101420 1078732 36.82 447160 1083516 8 [2021-05-12T20:38:09.209Z] 20:36:01 151868 0 625628 33.25 2620 1101428 1078952 36.82 449820 1082868 28 [2021-05-12T20:38:09.209Z] 20:37:02 77388 0 819976 43.58 1500 982680 1506260 51.41 641496 853888 90400 [2021-05-12T20:38:09.209Z] 20:38:01 215392 0 820480 43.61 968 844704 1295028 44.20 549364 758172 44 [2021-05-12T20:38:09.209Z] Average: 155408 0 644369 34.25 2457 1079310 1121728 38.28 458039 1054778 5339 [2021-05-12T20:38:09.209Z] [2021-05-12T20:38:09.209Z] 20:21:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-05-12T20:38:09.209Z] 20:22:01 eth0 188.60 142.56 599.05 41.29 0.00 0.00 0.00 0.00 [2021-05-12T20:38:09.209Z] 20:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T20:38:09.209Z] 20:22:01 docker0 30.83 32.88 2.92 132.96 0.00 0.00 0.00 0.00 [2021-05-12T20:38:09.209Z] 20:23:01 eth0 3.93 0.98 1.25 0.75 0.00 0.00 0.00 0.00 [2021-05-12T20:38:09.209Z] 20:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T20:38:09.209Z] 20:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T20:38:09.209Z] 20:24:01 eth0 2.25 0.33 0.44 0.20 0.00 0.00 0.00 0.00 [2021-05-12T20:38:09.209Z] 20:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T20:38:09.209Z] 20:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T20:38:09.209Z] 20:25:01 eth0 0.53 0.30 0.27 0.20 0.00 0.00 0.00 0.00 [2021-05-12T20:38:09.209Z] 20:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T20:38:09.209Z] 20:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T20:38:09.209Z] 20:26:01 eth0 0.27 0.20 0.09 0.08 0.00 0.00 0.00 0.00 [2021-05-12T20:38:09.209Z] 20:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T20:38:09.209Z] 20:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T20:38:09.209Z] 20:27:01 eth0 0.40 0.12 0.08 0.04 0.00 0.00 0.00 0.00 [2021-05-12T20:38:09.209Z] 20:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T20:38:09.209Z] 20:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T20:38:09.209Z] 20:28:01 eth0 4.48 0.08 0.33 0.01 0.00 0.00 0.00 0.00 [2021-05-12T20:38:09.209Z] 20:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T20:38:09.209Z] 20:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T20:38:09.209Z] 20:29:01 eth0 6.76 0.72 1.32 0.53 0.00 0.00 0.00 0.00 [2021-05-12T20:38:09.209Z] 20:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T20:38:09.209Z] 20:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T20:38:09.209Z] 20:30:01 eth0 13.54 8.49 2.45 29.63 0.00 0.00 0.00 0.00 [2021-05-12T20:38:09.209Z] 20:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T20:38:09.209Z] 20:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T20:38:09.209Z] 20:31:01 eth0 1.97 1.02 0.74 1.06 0.00 0.00 0.00 0.00 [2021-05-12T20:38:09.209Z] 20:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T20:38:09.209Z] 20:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T20:38:09.209Z] 20:32:01 eth0 1.08 0.60 0.56 0.40 0.00 0.00 0.00 0.00 [2021-05-12T20:38:09.209Z] 20:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T20:38:09.209Z] 20:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T20:38:09.209Z] 20:33:01 eth0 1.91 0.30 0.39 0.20 0.00 0.00 0.00 0.00 [2021-05-12T20:38:09.209Z] 20:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T20:38:09.209Z] 20:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T20:38:09.209Z] 20:34:01 eth0 0.55 0.38 0.27 0.21 0.00 0.00 0.00 0.00 [2021-05-12T20:38:09.209Z] 20:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T20:38:09.209Z] 20:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T20:38:09.209Z] 20:35:01 eth0 0.12 0.05 0.01 0.00 0.00 0.00 0.00 0.00 [2021-05-12T20:38:09.209Z] 20:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T20:38:09.209Z] 20:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T20:38:09.209Z] 20:36:01 eth0 1.27 0.73 0.94 0.38 0.00 0.00 0.00 0.00 [2021-05-12T20:38:09.209Z] 20:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T20:38:09.209Z] 20:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T20:38:09.209Z] 20:37:02 eth0 882.69 761.70 7665.69 69.56 0.00 0.00 0.00 0.00 [2021-05-12T20:38:09.209Z] 20:37:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T20:38:09.209Z] 20:37:02 docker0 61.81 63.57 5.13 383.17 0.00 0.00 0.00 0.00 [2021-05-12T20:38:09.209Z] 20:38:01 eth0 342.23 273.35 2532.09 116.77 0.00 0.00 0.00 0.00 [2021-05-12T20:38:09.209Z] 20:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T20:38:09.209Z] 20:38:01 docker0 33.26 42.02 2.08 263.50 0.00 0.00 0.00 0.00 [2021-05-12T20:38:09.209Z] Average: eth0 85.29 70.00 634.60 15.28 0.00 0.00 0.00 0.00 [2021-05-12T20:38:09.209Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T20:38:09.209Z] Average: docker0 7.39 8.12 0.60 45.70 0.00 0.00 0.00 0.00 [2021-05-12T20:38:09.209Z] [2021-05-12T20:38:09.209Z] [2021-05-12T20:38:09.209Z] ---> sar -P ALL: [2021-05-12T20:38:09.209Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/12/21 _x86_64_ (4 CPU) [2021-05-12T20:38:09.209Z] [2021-05-12T20:38:09.209Z] 20:20:20 LINUX RESTART (4 CPU) [2021-05-12T20:38:09.209Z] [2021-05-12T20:38:09.209Z] 20:21:01 CPU %user %nice %system %iowait %steal %idle [2021-05-12T20:38:09.209Z] 20:22:01 all 4.06 0.00 2.44 0.92 0.11 92.47 [2021-05-12T20:38:09.209Z] 20:22:01 0 4.38 0.00 3.07 2.98 0.08 89.48 [2021-05-12T20:38:09.209Z] 20:22:01 1 4.45 0.00 2.45 0.42 0.07 92.61 [2021-05-12T20:38:09.209Z] 20:22:01 2 3.78 0.00 2.03 0.15 0.13 93.90 [2021-05-12T20:38:09.209Z] 20:22:01 3 3.62 0.00 2.21 0.13 0.13 93.90 [2021-05-12T20:38:09.209Z] 20:23:01 all 0.20 0.00 0.07 0.00 0.02 99.70 [2021-05-12T20:38:09.209Z] 20:23:01 0 0.10 0.00 0.10 0.00 0.02 99.78 [2021-05-12T20:38:09.209Z] 20:23:01 1 0.52 0.00 0.05 0.00 0.03 99.40 [2021-05-12T20:38:09.209Z] 20:23:01 2 0.10 0.00 0.07 0.00 0.02 99.82 [2021-05-12T20:38:09.209Z] 20:23:01 3 0.08 0.00 0.08 0.00 0.02 99.82 [2021-05-12T20:38:09.209Z] 20:24:01 all 0.18 0.00 0.04 0.00 0.01 99.78 [2021-05-12T20:38:09.209Z] 20:24:01 0 0.05 0.00 0.05 0.00 0.00 99.90 [2021-05-12T20:38:09.209Z] 20:24:01 1 0.55 0.00 0.03 0.00 0.00 99.42 [2021-05-12T20:38:09.209Z] 20:24:01 2 0.07 0.00 0.05 0.00 0.02 99.87 [2021-05-12T20:38:09.209Z] 20:24:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2021-05-12T20:38:09.209Z] 20:25:01 all 0.15 0.00 0.05 0.00 0.00 99.80 [2021-05-12T20:38:09.209Z] 20:25:01 0 0.03 0.00 0.08 0.00 0.00 99.88 [2021-05-12T20:38:09.209Z] 20:25:01 1 0.52 0.00 0.05 0.00 0.00 99.43 [2021-05-12T20:38:09.209Z] 20:25:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2021-05-12T20:38:09.209Z] 20:25:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-05-12T20:38:09.209Z] 20:26:01 all 0.17 0.00 0.08 0.00 0.03 99.72 [2021-05-12T20:38:09.209Z] 20:26:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-05-12T20:38:09.209Z] 20:26:01 1 0.52 0.00 0.07 0.00 0.05 99.37 [2021-05-12T20:38:09.209Z] 20:26:01 2 0.08 0.00 0.08 0.00 0.07 99.77 [2021-05-12T20:38:09.209Z] 20:26:01 3 0.03 0.00 0.12 0.00 0.02 99.83 [2021-05-12T20:38:09.209Z] 20:27:01 all 0.15 0.00 0.05 0.00 0.00 99.79 [2021-05-12T20:38:09.209Z] 20:27:01 0 0.03 0.00 0.10 0.00 0.02 99.85 [2021-05-12T20:38:09.209Z] 20:27:01 1 0.50 0.00 0.03 0.00 0.00 99.47 [2021-05-12T20:38:09.209Z] 20:27:01 2 0.07 0.00 0.05 0.00 0.00 99.88 [2021-05-12T20:38:09.209Z] 20:27:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-05-12T20:38:09.209Z] 20:28:01 all 0.09 0.00 0.04 0.00 0.00 99.87 [2021-05-12T20:38:09.209Z] 20:28:01 0 0.05 0.00 0.05 0.00 0.00 99.90 [2021-05-12T20:38:09.209Z] 20:28:01 1 0.18 0.00 0.03 0.00 0.00 99.78 [2021-05-12T20:38:09.209Z] 20:28:01 2 0.08 0.00 0.05 0.00 0.02 99.85 [2021-05-12T20:38:09.209Z] 20:28:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-05-12T20:38:09.209Z] 20:29:01 all 0.21 0.00 0.05 0.00 0.00 99.73 [2021-05-12T20:38:09.209Z] 20:29:01 0 0.13 0.00 0.05 0.00 0.00 99.82 [2021-05-12T20:38:09.209Z] 20:29:01 1 0.60 0.00 0.05 0.00 0.02 99.33 [2021-05-12T20:38:09.209Z] 20:29:01 2 0.07 0.00 0.07 0.00 0.00 99.87 [2021-05-12T20:38:09.209Z] 20:29:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2021-05-12T20:38:09.209Z] 20:30:01 all 0.36 0.00 0.12 0.00 0.05 99.47 [2021-05-12T20:38:09.210Z] 20:30:01 0 0.17 0.00 0.13 0.00 0.03 99.67 [2021-05-12T20:38:09.210Z] 20:30:01 1 0.85 0.00 0.10 0.00 0.03 99.02 [2021-05-12T20:38:09.210Z] 20:30:01 2 0.25 0.00 0.13 0.00 0.05 99.57 [2021-05-12T20:38:09.210Z] 20:30:01 3 0.18 0.00 0.10 0.00 0.07 99.65 [2021-05-12T20:38:09.210Z] 20:31:01 all 0.19 0.00 0.04 0.00 0.01 99.77 [2021-05-12T20:38:09.210Z] 20:31:01 0 0.50 0.00 0.03 0.00 0.02 99.45 [2021-05-12T20:38:09.210Z] 20:31:01 1 0.05 0.00 0.03 0.00 0.02 99.90 [2021-05-12T20:38:09.210Z] 20:31:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2021-05-12T20:38:09.210Z] 20:31:01 3 0.15 0.00 0.05 0.00 0.00 99.80 [2021-05-12T20:38:09.210Z] 20:32:01 all 0.17 0.00 0.05 0.00 0.00 99.78 [2021-05-12T20:38:09.210Z] 20:32:01 0 0.53 0.00 0.03 0.00 0.00 99.43 [2021-05-12T20:38:09.210Z] 20:32:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2021-05-12T20:38:09.210Z] 20:32:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2021-05-12T20:38:09.210Z] 20:32:01 3 0.07 0.00 0.07 0.00 0.00 99.87 [2021-05-12T20:38:09.210Z] [2021-05-12T20:38:09.210Z] 20:32:01 CPU %user %nice %system %iowait %steal %idle [2021-05-12T20:38:09.210Z] 20:33:01 all 0.16 0.00 0.04 0.00 0.01 99.79 [2021-05-12T20:38:09.210Z] 20:33:01 0 0.45 0.00 0.05 0.00 0.00 99.50 [2021-05-12T20:38:09.210Z] 20:33:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-05-12T20:38:09.210Z] 20:33:01 2 0.13 0.00 0.05 0.00 0.02 99.80 [2021-05-12T20:38:09.210Z] 20:33:01 3 0.05 0.00 0.05 0.00 0.02 99.88 [2021-05-12T20:38:09.210Z] 20:34:01 all 0.15 0.00 0.03 0.00 0.00 99.81 [2021-05-12T20:38:09.210Z] 20:34:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2021-05-12T20:38:09.210Z] 20:34:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2021-05-12T20:38:09.210Z] 20:34:01 2 0.53 0.00 0.05 0.00 0.00 99.42 [2021-05-12T20:38:09.210Z] 20:34:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2021-05-12T20:38:09.210Z] 20:35:01 all 0.15 0.00 0.03 0.00 0.01 99.82 [2021-05-12T20:38:09.210Z] 20:35:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2021-05-12T20:38:09.210Z] 20:35:01 1 0.02 0.00 0.03 0.00 0.02 99.93 [2021-05-12T20:38:09.210Z] 20:35:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-05-12T20:38:09.210Z] 20:35:01 3 0.52 0.00 0.05 0.00 0.00 99.43 [2021-05-12T20:38:09.210Z] 20:36:01 all 0.12 0.00 0.08 0.00 0.00 99.81 [2021-05-12T20:38:09.210Z] 20:36:01 0 0.05 0.00 0.08 0.00 0.00 99.87 [2021-05-12T20:38:09.210Z] 20:36:01 1 0.10 0.00 0.05 0.00 0.00 99.85 [2021-05-12T20:38:09.210Z] 20:36:01 2 0.08 0.00 0.07 0.00 0.00 99.85 [2021-05-12T20:38:09.210Z] 20:36:01 3 0.23 0.00 0.10 0.00 0.00 99.67 [2021-05-12T20:38:09.210Z] 20:37:02 all 17.38 0.00 13.15 5.39 0.45 63.63 [2021-05-12T20:38:09.210Z] 20:37:02 0 17.64 0.00 14.43 5.57 0.37 61.99 [2021-05-12T20:38:09.210Z] 20:37:02 1 16.82 0.00 11.72 3.37 0.45 67.64 [2021-05-12T20:38:09.210Z] 20:37:02 2 17.58 0.00 13.64 7.22 0.49 61.06 [2021-05-12T20:38:09.210Z] 20:37:02 3 17.48 0.00 12.82 5.41 0.47 63.81 [2021-05-12T20:38:09.210Z] 20:38:01 all 11.56 0.00 9.03 3.70 0.31 75.39 [2021-05-12T20:38:09.210Z] 20:38:01 0 10.83 0.00 9.61 5.18 0.37 74.01 [2021-05-12T20:38:09.210Z] 20:38:01 1 9.63 0.00 9.24 4.70 0.26 76.17 [2021-05-12T20:38:09.210Z] 20:38:01 2 15.98 0.00 9.01 3.93 0.23 70.85 [2021-05-12T20:38:09.210Z] 20:38:01 3 9.82 0.00 8.25 1.00 0.40 80.54 [2021-05-12T20:38:09.210Z] Average: all 2.02 0.00 1.44 0.57 0.06 95.92 [2021-05-12T20:38:09.210Z] Average: 0 1.98 0.00 1.58 0.78 0.05 95.60 [2021-05-12T20:38:09.210Z] Average: 1 2.02 0.00 1.37 0.48 0.05 96.08 [2021-05-12T20:38:09.210Z] Average: 2 2.21 0.00 1.45 0.64 0.06 95.64 [2021-05-12T20:38:09.210Z] Average: 3 1.84 0.00 1.36 0.37 0.07 96.36 [2021-05-12T20:38:09.210Z] [2021-05-12T20:38:09.210Z] [2021-05-12T20:38:09.210Z]