cloudxxx8 commented: recheck Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/device-rest-go Obtained Jenkinsfile from 03a48d595d83dea33cef8ba7de6824c875e069b5+f67542ccb051b13986f5f41838b922d5b9b125ad (9327835c84d473cc9503a0dbd042e3bb367bc61c) 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > 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: docker-device-rest-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true 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-4454 in /w/workspace/dgexfoundry_device-rest-go_PR-90 [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/dgexfoundry_device-rest-go_PR-90 # 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/pull/90/head:refs/remotes/origin/PR-90 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit f67542ccb051b13986f5f41838b922d5b9b125ad into PR head commit 03a48d595d83dea33cef8ba7de6824c875e069b5 Merge succeeded, producing 03a48d595d83dea33cef8ba7de6824c875e069b5 Checking out Revision 03a48d595d83dea33cef8ba7de6824c875e069b5 (PR-90) > git config core.sparsecheckout # timeout=10 > git checkout -f 03a48d595d83dea33cef8ba7de6824c875e069b5 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge f67542ccb051b13986f5f41838b922d5b9b125ad # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 03a48d595d83dea33cef8ba7de6824c875e069b5 # timeout=10 Commit message: "feat: Add Registry/Config Access token capability" > git rev-list --no-walk 03a48d595d83dea33cef8ba7de6824c875e069b5 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-11T14:56:30.148Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-11T14:56:30.246Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-11T14:56:30.275Z] ========================================================= [2021-05-11T14:56:30.275Z] EdgeX Global Pipelines Version Info [2021-05-11T14:56:30.275Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-11T14:56:32.488Z] ------------------- [2021-05-11T14:56:32.488Z] stable info: [2021-05-11T14:56:32.488Z] ------------------- [2021-05-11T14:56:32.488Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-11T14:56:32.488Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-11T14:56:32.488Z] Message: update stable to v1.0.191 [2021-05-11T14:56:33.064Z] ------------------- [2021-05-11T14:56:33.064Z] experimental info: [2021-05-11T14:56:33.064Z] ------------------- [2021-05-11T14:56:33.065Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-11T14:56:33.065Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-11T14:56:33.065Z] Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-11T14:56:33.234Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo [2021-05-11T14:56:33.265Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo [2021-05-11T14:56:33.327Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-11T14:56:33.375Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-11T14:56:33.400Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-11T14:56:33.442Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-11T14:56:33.467Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-11T14:56:33.495Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-11T14:56:33.533Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-05-11T14:56:33.558Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-11T14:56:33.584Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-11T14:56:33.635Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-rest-go [Pipeline] echo [2021-05-11T14:56:33.666Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-11T14:56:33.701Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-11T14:56:33.750Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-11T14:56:33.778Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-11T14:56:33.837Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-05-11T14:56:33.874Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-05-11T14:56:33.899Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-11T14:56:33.923Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-05-11T14:56:33.961Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-05-11T14:56:33.988Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-05-11T14:56:34.015Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-05-11T14:56:34.060Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-05-11T14:56:34.094Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-05-11T14:56:34.122Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-11T14:56:34.163Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-90 [Pipeline] echo [2021-05-11T14:56:34.189Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-90 [Pipeline] echo [2021-05-11T14:56:34.214Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-90 [Pipeline] echo [2021-05-11T14:56:34.251Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 03a48d595d83dea33cef8ba7de6824c875e069b5 [Pipeline] echo [2021-05-11T14:56:34.277Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 03a48d5 [Pipeline] echo [2021-05-11T14:56:34.302Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-11T14:56:34.400Z] provisioning config files... [2021-05-11T14:56:34.434Z] copy managed file [device-rest-go-settings] to file:/w/workspace/dgexfoundry_device-rest-go_PR-90@tmp/config2534390398532648540tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T14:56:34.771Z] ---> docker-login.sh [2021-05-11T14:56:34.771Z] nexus3.edgexfoundry.org:10001 [2021-05-11T14:56:35.034Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T14:56:35.313Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T14:56:35.313Z] Configure a credential helper to remove this warning. See [2021-05-11T14:56:35.313Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T14:56:35.313Z] [2021-05-11T14:56:35.313Z] Login Succeeded [2021-05-11T14:56:35.313Z] nexus3.edgexfoundry.org:10002 [2021-05-11T14:56:35.313Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T14:56:35.313Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T14:56:35.313Z] Configure a credential helper to remove this warning. See [2021-05-11T14:56:35.313Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T14:56:35.313Z] [2021-05-11T14:56:35.313Z] Login Succeeded [2021-05-11T14:56:35.313Z] nexus3.edgexfoundry.org:10003 [2021-05-11T14:56:35.585Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T14:56:35.585Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T14:56:35.585Z] Configure a credential helper to remove this warning. See [2021-05-11T14:56:35.585Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T14:56:35.585Z] [2021-05-11T14:56:35.585Z] Login Succeeded [2021-05-11T14:56:35.585Z] nexus3.edgexfoundry.org:10004 [2021-05-11T14:56:35.860Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T14:56:35.860Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T14:56:35.860Z] Configure a credential helper to remove this warning. See [2021-05-11T14:56:35.860Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T14:56:35.860Z] [2021-05-11T14:56:35.860Z] Login Succeeded [2021-05-11T14:56:35.860Z] docker.io [2021-05-11T14:56:35.860Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T14:56:36.496Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T14:56:36.496Z] Configure a credential helper to remove this warning. See [2021-05-11T14:56:36.496Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T14:56:36.496Z] [2021-05-11T14:56:36.496Z] Login Succeeded [2021-05-11T14:56:36.496Z] ---> docker-login.sh ends [Pipeline] } [2021-05-11T14:56:36.517Z] 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-11T14:56:37.001Z] + git log --format=format:%s -1 03a48d595d83dea33cef8ba7de6824c875e069b5 [Pipeline] echo [2021-05-11T14:56:37.114Z] GIT_COMMIT: 03a48d595d83dea33cef8ba7de6824c875e069b5, Commit Message: feat: Add Registry/Config Access token capability [Pipeline] echo [2021-05-11T14:56:37.135Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-05-11T14:56:37.748Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T14:56:37.748Z] [2021-05-11T14:56:37.748Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T14:56:38.078Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T14:56:38.078Z] latest: Pulling from edgex-devops/git-semver [2021-05-11T14:56:38.078Z] 31603596830f: Pulling fs layer [2021-05-11T14:56:38.078Z] 54011a49482f: Pulling fs layer [2021-05-11T14:56:38.078Z] a6820b24f6d8: Pulling fs layer [2021-05-11T14:56:38.078Z] f581987b2513: Pulling fs layer [2021-05-11T14:56:38.078Z] f581987b2513: Waiting [2021-05-11T14:56:38.078Z] 54011a49482f: Verifying Checksum [2021-05-11T14:56:38.078Z] 54011a49482f: Download complete [2021-05-11T14:56:38.078Z] 31603596830f: Verifying Checksum [2021-05-11T14:56:38.078Z] 31603596830f: Download complete [2021-05-11T14:56:38.353Z] f581987b2513: Verifying Checksum [2021-05-11T14:56:38.353Z] f581987b2513: Download complete [2021-05-11T14:56:38.353Z] a6820b24f6d8: Verifying Checksum [2021-05-11T14:56:38.353Z] a6820b24f6d8: Download complete [2021-05-11T14:56:38.634Z] 31603596830f: Pull complete [2021-05-11T14:56:38.898Z] 54011a49482f: Pull complete [2021-05-11T14:56:39.861Z] a6820b24f6d8: Pull complete [2021-05-11T14:56:39.861Z] f581987b2513: Pull complete [2021-05-11T14:56:39.861Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-11T14:56:39.861Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T14:56:39.861Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-11T14:56:39.975Z] prd-centos7-docker-4c-2g-4454 does not seem to be running inside a container [2021-05-11T14:56:40.037Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-rest-go_PR-90 -v /w/workspace/dgexfoundry_device-rest-go_PR-90:/w/workspace/dgexfoundry_device-rest-go_PR-90:rw,z -v /w/workspace/dgexfoundry_device-rest-go_PR-90@tmp:/w/workspace/dgexfoundry_device-rest-go_PR-90@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-11T14:56:42.315Z] $ docker top f940f09d3aff29f0e5ace5d14334b66b5f8f92699701e28d7724109413c9e0fd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-11T14:56:42.520Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-11T14:56:42.520Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-11T14:56:42.755Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-11T14:56:42.758Z] $ docker exec f940f09d3aff29f0e5ace5d14334b66b5f8f92699701e28d7724109413c9e0fd ssh-agent [2021-05-11T14:56:42.938Z] SSH_AUTH_SOCK=/tmp/ssh-2c0YJIgStdCx/agent.13 [2021-05-11T14:56:42.938Z] SSH_AGENT_PID=18 [2021-05-11T14:56:42.951Z] Running ssh-add (command line suppressed) [2021-05-11T14:56:43.073Z] Identity added: /w/workspace/dgexfoundry_device-rest-go_PR-90@tmp/private_key_7701388449413681788.key (/w/workspace/dgexfoundry_device-rest-go_PR-90@tmp/private_key_7701388449413681788.key) [2021-05-11T14:56:43.128Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-11T14:56:43.436Z] + git tag --points-at HEAD [Pipeline] } [2021-05-11T14:56:43.459Z] $ docker exec --env ******** --env ******** f940f09d3aff29f0e5ace5d14334b66b5f8f92699701e28d7724109413c9e0fd ssh-agent -k [2021-05-11T14:56:43.593Z] unset SSH_AUTH_SOCK; [2021-05-11T14:56:43.593Z] unset SSH_AGENT_PID; [2021-05-11T14:56:43.593Z] echo Agent pid 18 killed; [2021-05-11T14:56:43.646Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-11T14:56:43.689Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-11T14:56:43.689Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-11T14:56:43.874Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-11T14:56:43.889Z] $ docker exec f940f09d3aff29f0e5ace5d14334b66b5f8f92699701e28d7724109413c9e0fd ssh-agent [2021-05-11T14:56:44.106Z] SSH_AUTH_SOCK=/tmp/ssh-aHw3WEZN8nTn/agent.49 [2021-05-11T14:56:44.106Z] SSH_AGENT_PID=54 [2021-05-11T14:56:44.115Z] Running ssh-add (command line suppressed) [2021-05-11T14:56:44.260Z] Identity added: /w/workspace/dgexfoundry_device-rest-go_PR-90@tmp/private_key_5083472000332895719.key (/w/workspace/dgexfoundry_device-rest-go_PR-90@tmp/private_key_5083472000332895719.key) [2021-05-11T14:56:44.330Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-11T14:56:44.641Z] + git semver init [2021-05-11T14:56:44.641Z] # -> Open(): unable to determine branch for HEAD [2021-05-11T14:56:44.641Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-rest-go_PR-90/.git [2021-05-11T14:56:44.641Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-rest-go_PR-90 [2021-05-11T14:56:44.641Z] # $SEMVER_REMOTE_NAME = origin [2021-05-11T14:56:44.641Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-11T14:56:44.641Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-11T14:56:44.641Z] # $SEMVER_BRANCH = PR-90 [2021-05-11T14:56:44.641Z] # $SEMVER_TEMP = /tmp/semver-751994211 [2021-05-11T14:56:44.641Z] # git clone --branch semver git@github.com:edgexfoundry/device-rest-go.git $SEMVER_TEMP [2021-05-11T14:57:02.839Z] # '/tmp/semver-751994211' -> '/w/workspace/dgexfoundry_device-rest-go_PR-90/.semver' [2021-05-11T14:57:02.839Z] # -> Force: false [2021-05-11T14:57:02.839Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-rest-go_PR-90/.semver [Pipeline] } [2021-05-11T14:57:02.852Z] $ docker exec --env ******** --env ******** f940f09d3aff29f0e5ace5d14334b66b5f8f92699701e28d7724109413c9e0fd ssh-agent -k [2021-05-11T14:57:02.986Z] unset SSH_AUTH_SOCK; [2021-05-11T14:57:02.987Z] unset SSH_AGENT_PID; [2021-05-11T14:57:02.987Z] echo Agent pid 54 killed; [2021-05-11T14:57:03.049Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-11T14:57:03.402Z] + git semver [Pipeline] } [2021-05-11T14:57:03.421Z] $ docker stop --time=1 f940f09d3aff29f0e5ace5d14334b66b5f8f92699701e28d7724109413c9e0fd [2021-05-11T14:57:04.903Z] $ docker rm -f f940f09d3aff29f0e5ace5d14334b66b5f8f92699701e28d7724109413c9e0fd [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-11T14:57:05.388Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-11T14:57:05.791Z] Stashed 1 file(s) [Pipeline] echo [2021-05-11T14:57:05.795Z] [edgeXSemver]: initialized semver on version 0.0.0 [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-11T14:57:21.011Z] Still waiting to schedule task [2021-05-11T14:57:21.012Z] ‘prd-centos7-blackbox-4c-2g-3715’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-4460’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4455’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4457’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-05-11T14:57:21.014Z] Still waiting to schedule task [2021-05-11T14:57:21.014Z] ‘prd-centos7-blackbox-4c-2g-3715’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-4460’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4455’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4457’ is offline [2021-05-11T14:58:52.000Z] Running on prd-centos7-docker-4c-2g-4459 in /w/workspace/dgexfoundry_device-rest-go_PR-90 [Pipeline] { [Pipeline] ws [2021-05-11T14:58:52.020Z] Running in /w/workspace/device-rest-go/3 [Pipeline] { [Pipeline] checkout [2021-05-11T14:59:01.425Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4462 in /w/workspace/dgexfoundry_device-rest-go_PR-90 [Pipeline] { [Pipeline] ws [2021-05-11T14:59:01.446Z] Running in /w/workspace/device-rest-go/3 [Pipeline] { [Pipeline] checkout [2021-05-11T14:59:07.081Z] using credential edgex-jenkins-ssh [2021-05-11T14:59:07.109Z] Cloning the remote Git repository [2021-05-11T14:59:07.536Z] using credential edgex-jenkins-ssh [2021-05-11T14:59:07.565Z] Cloning the remote Git repository [2021-05-11T14:59:07.160Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2021-05-11T14:59:07.338Z] > git init /w/workspace/device-rest-go/3 # timeout=10 [2021-05-11T14:59:07.399Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2021-05-11T14:59:07.400Z] > git --version # timeout=10 [2021-05-11T14:59:07.413Z] > git --version # 'git version 2.17.1' [2021-05-11T14:59:07.415Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T14:59:07.480Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T14:59:07.697Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2021-05-11T14:59:07.831Z] > git init /w/workspace/device-rest-go/3 # timeout=10 [2021-05-11T14:59:08.034Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2021-05-11T14:59:08.034Z] > git --version # timeout=10 [2021-05-11T14:59:08.075Z] > git --version # 'git version 2.24.3' [2021-05-11T14:59:08.076Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T14:59:08.268Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T14:59:11.271Z] Merging remotes/origin/master commit f67542ccb051b13986f5f41838b922d5b9b125ad into PR head commit 03a48d595d83dea33cef8ba7de6824c875e069b5 [2021-05-11T14:59:11.730Z] Merge succeeded, producing 03a48d595d83dea33cef8ba7de6824c875e069b5 [2021-05-11T14:59:11.730Z] Checking out Revision 03a48d595d83dea33cef8ba7de6824c875e069b5 (PR-90) [2021-05-11T14:59:10.171Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2021-05-11T14:59:10.261Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T14:59:10.361Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2021-05-11T14:59:10.523Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2021-05-11T14:59:10.523Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T14:59:10.571Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/90/head:refs/remotes/origin/PR-90 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-11T14:59:11.291Z] > git config core.sparsecheckout # timeout=10 [2021-05-11T14:59:11.343Z] > git checkout -f 03a48d595d83dea33cef8ba7de6824c875e069b5 # timeout=10 [2021-05-11T14:59:11.471Z] > git remote # timeout=10 [2021-05-11T14:59:11.516Z] > git config --get remote.origin.url # timeout=10 [2021-05-11T14:59:11.562Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T14:59:11.574Z] > git merge f67542ccb051b13986f5f41838b922d5b9b125ad # timeout=10 [2021-05-11T14:59:11.642Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-11T14:59:11.741Z] > git config core.sparsecheckout # timeout=10 [2021-05-11T14:59:11.801Z] > git checkout -f 03a48d595d83dea33cef8ba7de6824c875e069b5 # timeout=10 [2021-05-11T14:59:17.163Z] Commit message: "feat: Add Registry/Config Access token capability" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-11T14:59:17.761Z] Merging remotes/origin/master commit f67542ccb051b13986f5f41838b922d5b9b125ad into PR head commit 03a48d595d83dea33cef8ba7de6824c875e069b5 [2021-05-11T14:59:17.967Z] Merge succeeded, producing 03a48d595d83dea33cef8ba7de6824c875e069b5 [2021-05-11T14:59:17.968Z] Checking out Revision 03a48d595d83dea33cef8ba7de6824c875e069b5 (PR-90) [2021-05-11T14:59:16.848Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2021-05-11T14:59:16.865Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T14:59:16.889Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2021-05-11T14:59:16.922Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2021-05-11T14:59:16.923Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T14:59:16.936Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/90/head:refs/remotes/origin/PR-90 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-11T14:59:17.783Z] > git config core.sparsecheckout # timeout=10 [2021-05-11T14:59:17.805Z] > git checkout -f 03a48d595d83dea33cef8ba7de6824c875e069b5 # timeout=10 [2021-05-11T14:59:17.882Z] > git remote # timeout=10 [2021-05-11T14:59:17.900Z] > git config --get remote.origin.url # timeout=10 [2021-05-11T14:59:17.919Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T14:59:17.932Z] > git merge f67542ccb051b13986f5f41838b922d5b9b125ad # timeout=10 [2021-05-11T14:59:17.953Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-11T14:59:17.976Z] > git config core.sparsecheckout # timeout=10 [2021-05-11T14:59:17.985Z] > git checkout -f 03a48d595d83dea33cef8ba7de6824c875e069b5 # timeout=10 [2021-05-11T14:59:19.743Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-11T14:59:20.237Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-11T14:59:20.904Z] + true [2021-05-11T14:59:20.905Z] + sudo service docker restart [2021-05-11T14:59:20.905Z] Redirecting to /bin/systemctl restart docker.service [2021-05-11T14:59:22.246Z] Commit message: "feat: Add Registry/Config Access token capability" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-11T14:59:23.561Z] provisioning config files... [2021-05-11T14:59:23.607Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/3@tmp/config8392319122031525542tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T14:59:23.862Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-11T14:59:24.260Z] ---> docker-login.sh [2021-05-11T14:59:24.260Z] nexus3.edgexfoundry.org:10001 [2021-05-11T14:59:24.325Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-11T14:59:24.695Z] + + true [2021-05-11T14:59:24.695Z] sudo service docker restart [2021-05-11T14:59:25.918Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T14:59:26.523Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T14:59:26.523Z] Configure a credential helper to remove this warning. See [2021-05-11T14:59:26.523Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T14:59:26.523Z] [2021-05-11T14:59:26.523Z] Login Succeeded [2021-05-11T14:59:26.523Z] nexus3.edgexfoundry.org:10002 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-11T14:59:26.731Z] provisioning config files... [2021-05-11T14:59:26.785Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/3@tmp/config6119236312108247766tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T14:59:26.944Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T14:59:27.189Z] ---> docker-login.sh [2021-05-11T14:59:27.189Z] nexus3.edgexfoundry.org:10001 [2021-05-11T14:59:27.572Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T14:59:27.572Z] Configure a credential helper to remove this warning. See [2021-05-11T14:59:27.572Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T14:59:27.572Z] [2021-05-11T14:59:27.572Z] Login Succeeded [2021-05-11T14:59:27.572Z] nexus3.edgexfoundry.org:10003 [2021-05-11T14:59:28.176Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T14:59:28.454Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T14:59:28.454Z] Configure a credential helper to remove this warning. See [2021-05-11T14:59:28.454Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T14:59:28.454Z] [2021-05-11T14:59:28.454Z] Login Succeeded [2021-05-11T14:59:28.454Z] nexus3.edgexfoundry.org:10002 [2021-05-11T14:59:28.720Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T14:59:28.720Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T14:59:28.720Z] Configure a credential helper to remove this warning. See [2021-05-11T14:59:28.720Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T14:59:28.720Z] [2021-05-11T14:59:28.720Z] Login Succeeded [2021-05-11T14:59:28.720Z] nexus3.edgexfoundry.org:10004 [2021-05-11T14:59:28.736Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T14:59:29.010Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T14:59:29.010Z] Configure a credential helper to remove this warning. See [2021-05-11T14:59:29.010Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T14:59:29.010Z] [2021-05-11T14:59:29.010Z] Login Succeeded [2021-05-11T14:59:29.010Z] nexus3.edgexfoundry.org:10003 [2021-05-11T14:59:29.286Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T14:59:29.380Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T14:59:29.380Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T14:59:29.380Z] Configure a credential helper to remove this warning. See [2021-05-11T14:59:29.380Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T14:59:29.380Z] [2021-05-11T14:59:29.380Z] Login Succeeded [2021-05-11T14:59:29.380Z] docker.io [2021-05-11T14:59:29.558Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T14:59:29.558Z] Configure a credential helper to remove this warning. See [2021-05-11T14:59:29.558Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T14:59:29.558Z] [2021-05-11T14:59:29.558Z] Login Succeeded [2021-05-11T14:59:29.558Z] nexus3.edgexfoundry.org:10004 [2021-05-11T14:59:29.835Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T14:59:30.052Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T14:59:30.109Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T14:59:30.109Z] Configure a credential helper to remove this warning. See [2021-05-11T14:59:30.109Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T14:59:30.109Z] [2021-05-11T14:59:30.109Z] Login Succeeded [2021-05-11T14:59:30.109Z] docker.io [2021-05-11T14:59:30.337Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T14:59:30.338Z] Configure a credential helper to remove this warning. See [2021-05-11T14:59:30.338Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T14:59:30.338Z] [2021-05-11T14:59:30.338Z] Login Succeeded [2021-05-11T14:59:30.338Z] ---> docker-login.sh ends [Pipeline] } [2021-05-11T14:59:30.375Z] Deleting 1 temporary files [2021-05-11T14:59:30.384Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-11T14:59:30.867Z] ========================================================= [2021-05-11T14:59:30.867Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-11T14:59:30.867Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-11T14:59:30.982Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T14:59:30.982Z] Configure a credential helper to remove this warning. See [2021-05-11T14:59:30.982Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T14:59:30.982Z] [2021-05-11T14:59:30.982Z] Login Succeeded [2021-05-11T14:59:30.982Z] ---> docker-login.sh ends [Pipeline] } [2021-05-11T14:59:31.001Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-05-11T14:59:31.213Z] + 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-11T14:59:31.213Z] Sending build context to Docker daemon 93.18kB [Pipeline] echo [2021-05-11T14:59:31.369Z] ========================================================= [2021-05-11T14:59:31.370Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-11T14:59:31.370Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-11T14:59:31.491Z] Step 1/10 : ARG BASE=golang:1.15-alpine3.12 [2021-05-11T14:59:31.491Z] Step 2/10 : FROM ${BASE} [2021-05-11T14:59:31.491Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-11T14:59:31.491Z] 540db60ca938: Pulling fs layer [2021-05-11T14:59:31.491Z] adcc1eea9eea: Pulling fs layer [2021-05-11T14:59:31.492Z] 4c4ab2625f07: Pulling fs layer [2021-05-11T14:59:31.492Z] 0510c868ecb4: Pulling fs layer [2021-05-11T14:59:31.492Z] afea3b2eda06: Pulling fs layer [2021-05-11T14:59:31.492Z] 7809a108b3ef: Pulling fs layer [2021-05-11T14:59:31.492Z] f706445af74f: Pulling fs layer [2021-05-11T14:59:31.492Z] afea3b2eda06: Waiting [2021-05-11T14:59:31.492Z] 7809a108b3ef: Waiting [2021-05-11T14:59:31.492Z] f706445af74f: Waiting [2021-05-11T14:59:31.492Z] 0510c868ecb4: Waiting [2021-05-11T14:59:31.492Z] 4c4ab2625f07: Verifying Checksum [2021-05-11T14:59:31.492Z] 4c4ab2625f07: Download complete [2021-05-11T14:59:31.492Z] adcc1eea9eea: Verifying Checksum [2021-05-11T14:59:31.492Z] adcc1eea9eea: Download complete [2021-05-11T14:59:31.747Z] + 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-11T14:59:31.747Z] Sending build context to Docker daemon 93.18kB [2021-05-11T14:59:31.800Z] afea3b2eda06: Verifying Checksum [2021-05-11T14:59:31.800Z] afea3b2eda06: Download complete [2021-05-11T14:59:31.800Z] 7809a108b3ef: Download complete [2021-05-11T14:59:31.800Z] 540db60ca938: Verifying Checksum [2021-05-11T14:59:31.800Z] 540db60ca938: Download complete [2021-05-11T14:59:32.020Z] Step 1/10 : ARG BASE=golang:1.15-alpine3.12 [2021-05-11T14:59:32.021Z] Step 2/10 : FROM ${BASE} [2021-05-11T14:59:32.300Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-11T14:59:32.300Z] 595b0fe564bb: Pulling fs layer [2021-05-11T14:59:32.300Z] 7186ed65a4f7: Pulling fs layer [2021-05-11T14:59:32.300Z] 316046926c0a: Pulling fs layer [2021-05-11T14:59:32.300Z] 4ebd0625c992: Pulling fs layer [2021-05-11T14:59:32.300Z] 207e8628e3a3: Pulling fs layer [2021-05-11T14:59:32.300Z] c791037a9be2: Pulling fs layer [2021-05-11T14:59:32.300Z] ffd874e62e21: Pulling fs layer [2021-05-11T14:59:32.300Z] 4ebd0625c992: Waiting [2021-05-11T14:59:32.300Z] c791037a9be2: Waiting [2021-05-11T14:59:32.300Z] 207e8628e3a3: Waiting [2021-05-11T14:59:32.300Z] ffd874e62e21: Waiting [2021-05-11T14:59:32.300Z] 316046926c0a: Download complete [2021-05-11T14:59:32.300Z] 7186ed65a4f7: Download complete [2021-05-11T14:59:32.300Z] 207e8628e3a3: Verifying Checksum [2021-05-11T14:59:32.300Z] 207e8628e3a3: Download complete [2021-05-11T14:59:32.300Z] c791037a9be2: Verifying Checksum [2021-05-11T14:59:32.300Z] c791037a9be2: Download complete [2021-05-11T14:59:32.300Z] 595b0fe564bb: Verifying Checksum [2021-05-11T14:59:32.300Z] 595b0fe564bb: Download complete [2021-05-11T14:59:32.901Z] 595b0fe564bb: Pull complete [2021-05-11T14:59:32.911Z] 540db60ca938: Pull complete [2021-05-11T14:59:33.210Z] adcc1eea9eea: Pull complete [2021-05-11T14:59:33.506Z] 7186ed65a4f7: Pull complete [2021-05-11T14:59:33.507Z] 4c4ab2625f07: Pull complete [2021-05-11T14:59:33.785Z] 316046926c0a: Pull complete [2021-05-11T14:59:35.784Z] ffd874e62e21: Verifying Checksum [2021-05-11T14:59:35.784Z] ffd874e62e21: Download complete [2021-05-11T14:59:36.376Z] 4ebd0625c992: Verifying Checksum [2021-05-11T14:59:36.377Z] 4ebd0625c992: Download complete [2021-05-11T14:59:39.260Z] f706445af74f: Verifying Checksum [2021-05-11T14:59:39.260Z] f706445af74f: Download complete [2021-05-11T14:59:40.322Z] 0510c868ecb4: Verifying Checksum [2021-05-11T14:59:40.322Z] 0510c868ecb4: Download complete [2021-05-11T14:59:46.542Z] 4ebd0625c992: Pull complete [2021-05-11T14:59:46.542Z] 207e8628e3a3: Pull complete [2021-05-11T14:59:46.542Z] c791037a9be2: Pull complete [2021-05-11T14:59:50.241Z] ffd874e62e21: Pull complete [2021-05-11T14:59:50.241Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-11T14:59:50.241Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-11T14:59:50.241Z] ---> cfc18b08335c [2021-05-11T14:59:50.241Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2021-05-11T14:59:52.861Z] ---> Running in 1f1f3f5fe436 [2021-05-11T14:59:53.465Z] Removing intermediate container 1f1f3f5fe436 [2021-05-11T14:59:53.465Z] ---> 1b098d612cad [2021-05-11T14:59:53.465Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2021-05-11T14:59:53.465Z] ---> Running in 11f8807758b2 [2021-05-11T14:59:54.064Z] Removing intermediate container 11f8807758b2 [2021-05-11T14:59:54.064Z] ---> 1ceca5789533 [2021-05-11T14:59:54.064Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-05-11T14:59:54.064Z] ---> Running in 45dd9310b105 [2021-05-11T14:59:54.663Z] Removing intermediate container 45dd9310b105 [2021-05-11T14:59:54.663Z] ---> 059ba946ba3f [2021-05-11T14:59:54.663Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T14:59:54.663Z] ---> Running in c808dd4554bd [2021-05-11T14:59:56.088Z] 0510c868ecb4: Pull complete [2021-05-11T14:59:56.088Z] afea3b2eda06: Pull complete [2021-05-11T14:59:56.088Z] 7809a108b3ef: Pull complete [2021-05-11T14:59:57.318Z] Removing intermediate container c808dd4554bd [2021-05-11T14:59:57.318Z] ---> 031d876eac3c [2021-05-11T14:59:57.318Z] Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-05-11T14:59:57.318Z] ---> Running in 362c818b093d [2021-05-11T14:59:58.302Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T15:00:00.274Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T15:00:01.259Z] (1/9) Installing libc-dev (0.7.2-r3) [2021-05-11T15:00:01.259Z] (2/9) Installing libsodium (1.0.18-r0) [2021-05-11T15:00:01.532Z] (3/9) Installing pkgconf (1.7.3-r0) [2021-05-11T15:00:01.804Z] (4/9) Installing libsodium-dev (1.0.18-r0) [2021-05-11T15:00:01.804Z] (5/9) Installing openssh-keygen (8.4_p1-r3) [2021-05-11T15:00:02.078Z] (6/9) Installing libedit (20191231.3.1-r1) [2021-05-11T15:00:02.350Z] (7/9) Installing openssh-client (8.4_p1-r3) [2021-05-11T15:00:02.944Z] (8/9) Installing libzmq (4.3.3-r1) [2021-05-11T15:00:02.944Z] (9/9) Installing zeromq-dev (4.3.3-r1) [2021-05-11T15:00:03.217Z] Executing busybox-1.32.1-r6.trigger [2021-05-11T15:00:03.217Z] OK: 144 MiB in 49 packages [2021-05-11T15:00:04.796Z] f706445af74f: Pull complete [2021-05-11T15:00:04.796Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-11T15:00:04.796Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-11T15:00:04.796Z] ---> b068be0155e3 [2021-05-11T15:00:04.796Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2021-05-11T15:00:05.133Z] ---> Running in 863cfbf34203 [2021-05-11T15:00:05.209Z] Removing intermediate container 362c818b093d [2021-05-11T15:00:05.209Z] ---> 0e6a6ac1766b [2021-05-11T15:00:05.209Z] Step 8/10 : WORKDIR /device-rest-go [2021-05-11T15:00:05.209Z] ---> Running in 16983d9a01cb [2021-05-11T15:00:05.473Z] Removing intermediate container 863cfbf34203 [2021-05-11T15:00:05.473Z] ---> 306060698f49 [2021-05-11T15:00:05.473Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2021-05-11T15:00:05.484Z] Removing intermediate container 16983d9a01cb [2021-05-11T15:00:05.484Z] ---> ad9160ea422b [2021-05-11T15:00:05.484Z] Step 9/10 : COPY . . [2021-05-11T15:00:05.755Z] ---> Running in 22411adbaf79 [2021-05-11T15:00:06.057Z] Removing intermediate container 22411adbaf79 [2021-05-11T15:00:06.057Z] ---> cf8894140c77 [2021-05-11T15:00:06.057Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-05-11T15:00:06.057Z] ---> Running in 0389f3303701 [2021-05-11T15:00:06.481Z] ---> 4aa17258f81f [2021-05-11T15:00:06.481Z] Step 10/10 : RUN go mod download [2021-05-11T15:00:06.481Z] ---> Running in 6c97314f0780 [2021-05-11T15:00:06.705Z] Removing intermediate container 0389f3303701 [2021-05-11T15:00:06.705Z] ---> f51a679d5e16 [2021-05-11T15:00:06.705Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T15:00:06.705Z] ---> Running in 5d55107726e7 [2021-05-11T15:00:10.206Z] Removing intermediate container 5d55107726e7 [2021-05-11T15:00:10.206Z] ---> 4c220771eb98 [2021-05-11T15:00:10.206Z] Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-05-11T15:00:10.206Z] ---> Running in 659316de5e1b [2021-05-11T15:00:10.807Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T15:00:12.798Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T15:00:13.818Z] (1/9) Installing libc-dev (0.7.2-r3) [2021-05-11T15:00:13.818Z] (2/9) Installing libsodium (1.0.18-r0) [2021-05-11T15:00:14.161Z] (3/9) Installing pkgconf (1.7.3-r0) [2021-05-11T15:00:14.161Z] (4/9) Installing libsodium-dev (1.0.18-r0) [2021-05-11T15:00:14.443Z] (5/9) Installing openssh-keygen (8.4_p1-r3) [2021-05-11T15:00:14.443Z] (6/9) Installing libedit (20191231.3.1-r1) [2021-05-11T15:00:14.720Z] (7/9) Installing openssh-client (8.4_p1-r3) [2021-05-11T15:00:16.236Z] (8/9) Installing libzmq (4.3.3-r1) [2021-05-11T15:00:17.737Z] (9/9) Installing zeromq-dev (4.3.3-r1) [2021-05-11T15:00:17.737Z] Executing busybox-1.32.1-r6.trigger [2021-05-11T15:00:17.737Z] OK: 154 MiB in 49 packages [2021-05-11T15:00:19.228Z] Removing intermediate container 659316de5e1b [2021-05-11T15:00:19.228Z] ---> 14be0bd15211 [2021-05-11T15:00:19.228Z] Step 8/10 : WORKDIR /device-rest-go [2021-05-11T15:00:19.228Z] ---> Running in e545c4e04860 [2021-05-11T15:00:19.512Z] Removing intermediate container e545c4e04860 [2021-05-11T15:00:19.512Z] ---> b0dd5b075bb5 [2021-05-11T15:00:19.512Z] Step 9/10 : COPY . . [2021-05-11T15:00:20.173Z] ---> 410e7d2f11c5 [2021-05-11T15:00:20.173Z] Step 10/10 : RUN go mod download [2021-05-11T15:00:20.173Z] ---> Running in 0625aab97838 [2021-05-11T15:00:38.851Z] Removing intermediate container 6c97314f0780 [2021-05-11T15:00:38.852Z] ---> ddefbb29a652 [2021-05-11T15:00:38.852Z] Successfully built ddefbb29a652 [2021-05-11T15:00:38.852Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T15:00:39.202Z] + docker inspect -f . ci-base-image-arm64 [2021-05-11T15:00:39.203Z] . [Pipeline] withDockerContainer [2021-05-11T15:00:39.447Z] prd-ubuntu18.04-docker-arm64-4c-16g-4462 does not seem to be running inside a container [2021-05-11T15:00:39.540Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/3 -v /w/workspace/device-rest-go/3:/w/workspace/device-rest-go/3:rw,z -v /w/workspace/device-rest-go/3@tmp:/w/workspace/device-rest-go/3@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-11T15:00:41.064Z] $ docker top 11f5d08e6ec0764e226cf8b9708ea56d7ccc1d075eb0d3ea4aeb2b2a11d93cff -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T15:00:42.053Z] + go version [2021-05-11T15:00:42.054Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-11T15:00:42.087Z] $ docker stop --time=1 11f5d08e6ec0764e226cf8b9708ea56d7ccc1d075eb0d3ea4aeb2b2a11d93cff [2021-05-11T15:00:44.060Z] $ docker rm -f 11f5d08e6ec0764e226cf8b9708ea56d7ccc1d075eb0d3ea4aeb2b2a11d93cff [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T15:00:44.819Z] + docker inspect -f . ci-base-image-arm64 [2021-05-11T15:00:44.820Z] . [Pipeline] withDockerContainer [2021-05-11T15:00:45.051Z] prd-ubuntu18.04-docker-arm64-4c-16g-4462 does not seem to be running inside a container [2021-05-11T15:00:45.139Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/3 -v /w/workspace/device-rest-go/3:/w/workspace/device-rest-go/3:rw,z -v /w/workspace/device-rest-go/3@tmp:/w/workspace/device-rest-go/3@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-11T15:00:46.478Z] $ docker top 7f0e5efd0f8ddefcb90c9845cf243e9c8d2b0b267e45c82b5387d4fbb095c6c6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T15:00:47.419Z] + go mod tidy [Pipeline] sh [2021-05-11T15:00:48.695Z] + make test [2021-05-11T15:00:48.695Z] CGO_ENABLED=1 GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-05-11T15:00:50.152Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2021-05-11T15:01:08.628Z] Removing intermediate container 0625aab97838 [2021-05-11T15:01:08.628Z] ---> 60da6f1595bc [2021-05-11T15:01:08.628Z] Successfully built 60da6f1595bc [2021-05-11T15:01:08.628Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T15:01:09.043Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-11T15:01:09.322Z] . [Pipeline] withDockerContainer [2021-05-11T15:01:09.569Z] prd-centos7-docker-4c-2g-4459 does not seem to be running inside a container [2021-05-11T15:01:09.679Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/3 -v /w/workspace/device-rest-go/3:/w/workspace/device-rest-go/3:rw,z -v /w/workspace/device-rest-go/3@tmp:/w/workspace/device-rest-go/3@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-11T15:01:11.502Z] $ docker top 384fd18fed9f51e5106d2707db9120050e1107772099327fff812bacd97f380b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T15:01:12.684Z] + go version [2021-05-11T15:01:12.684Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-11T15:01:12.729Z] $ docker stop --time=1 384fd18fed9f51e5106d2707db9120050e1107772099327fff812bacd97f380b [2021-05-11T15:01:14.753Z] $ docker rm -f 384fd18fed9f51e5106d2707db9120050e1107772099327fff812bacd97f380b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T15:01:15.940Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-11T15:01:15.940Z] . [Pipeline] withDockerContainer [2021-05-11T15:01:16.552Z] prd-centos7-docker-4c-2g-4459 does not seem to be running inside a container [2021-05-11T15:01:16.720Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/3 -v /w/workspace/device-rest-go/3:/w/workspace/device-rest-go/3:rw,z -v /w/workspace/device-rest-go/3@tmp:/w/workspace/device-rest-go/3@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-11T15:01:18.566Z] $ docker top 2867727aabad8720b18cafbc51c5e93632d2342e585b88d58ca577226570faf3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T15:01:19.761Z] + go mod tidy [Pipeline] sh [2021-05-11T15:01:21.946Z] + make test [2021-05-11T15:01:21.946Z] CGO_ENABLED=1 GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-05-11T15:01:25.631Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2021-05-11T15:01:47.007Z] ? github.com/edgexfoundry/device-rest-go/cmd [no test files] [2021-05-11T15:01:47.007Z] ok github.com/edgexfoundry/device-rest-go/driver 0.039s coverage: 54.0% of statements [2021-05-11T15:01:47.007Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-05-11T15:02:13.663Z] ? github.com/edgexfoundry/device-rest-go/cmd [no test files] [2021-05-11T15:02:13.834Z] gofmt -l . [2021-05-11T15:02:13.834Z] [ "`gofmt -l .`" = "" ] [2021-05-11T15:02:13.834Z] ./bin/test-go-mod-tidy.sh [2021-05-11T15:02:13.834Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-05-11T15:02:13.858Z] $ docker stop --time=1 7f0e5efd0f8ddefcb90c9845cf243e9c8d2b0b267e45c82b5387d4fbb095c6c6 [2021-05-11T15:02:15.761Z] ok github.com/edgexfoundry/device-rest-go/driver 0.049s coverage: 54.0% of statements [2021-05-11T15:02:15.761Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-05-11T15:02:16.184Z] $ docker rm -f 7f0e5efd0f8ddefcb90c9845cf243e9c8d2b0b267e45c82b5387d4fbb095c6c6 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-11T15:02:17.146Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-11T15:02:18.071Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-11T15:02:19.595Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-11T15:02:19.937Z] + ls -al . [2021-05-11T15:02:19.937Z] total 132 [2021-05-11T15:02:19.937Z] drwxrwxr-x 8 jenkins jenkins 4096 May 11 15:02 . [2021-05-11T15:02:19.937Z] drwxrwxr-x 4 jenkins jenkins 4096 May 11 14:59 .. [2021-05-11T15:02:19.937Z] -rw-rw-r-- 1 jenkins jenkins 151 May 11 14:59 .dockerignore [2021-05-11T15:02:19.937Z] drwxrwxr-x 8 jenkins jenkins 4096 May 11 14:59 .git [2021-05-11T15:02:19.937Z] drwxrwxr-x 2 jenkins jenkins 4096 May 11 14:59 .github [2021-05-11T15:02:19.937Z] -rw-rw-r-- 1 jenkins jenkins 339 May 11 14:59 .gitignore [2021-05-11T15:02:19.937Z] -rw-rw-r-- 1 jenkins jenkins 6792 May 11 14:59 Attribution.txt [2021-05-11T15:02:19.937Z] -rw-rw-r-- 1 jenkins jenkins 1602 May 11 14:59 Dockerfile [2021-05-11T15:02:19.937Z] -rw-rw-r-- 1 jenkins jenkins 1087 May 11 14:59 Dockerfile.build [2021-05-11T15:02:19.937Z] -rw-rw-r-- 1 jenkins jenkins 680 May 11 14:59 Jenkinsfile [2021-05-11T15:02:19.937Z] -rw-rw-r-- 1 jenkins jenkins 11340 May 11 14:59 LICENSE [2021-05-11T15:02:19.937Z] -rw-rw-r-- 1 jenkins jenkins 976 May 11 14:59 Makefile [2021-05-11T15:02:19.937Z] -rw-rw-r-- 1 jenkins jenkins 7667 May 11 14:59 README.md [2021-05-11T15:02:19.937Z] -rw-rw-r-- 1 jenkins jenkins 5 May 11 14:57 VERSION [2021-05-11T15:02:19.937Z] drwxrwxr-x 2 jenkins jenkins 4096 May 11 14:59 bin [2021-05-11T15:02:19.937Z] drwxrwxr-x 3 jenkins jenkins 4096 May 11 14:59 cmd [2021-05-11T15:02:19.937Z] -rw-r--r-- 1 jenkins jenkins 8513 May 11 15:01 coverage.out [2021-05-11T15:02:19.937Z] drwxrwxr-x 2 jenkins jenkins 4096 May 11 14:59 driver [2021-05-11T15:02:19.937Z] -rw-r--r-- 1 jenkins jenkins 285 May 11 15:02 go.mod [2021-05-11T15:02:19.937Z] -rw-r--r-- 1 jenkins jenkins 21278 May 11 15:00 go.sum [2021-05-11T15:02:19.937Z] drwxrwxr-x 4 jenkins jenkins 4096 May 11 14:59 snap [2021-05-11T15:02:19.937Z] -rw-rw-r-- 1 jenkins jenkins 713 May 11 14:59 version.go [Pipeline] isUnix [Pipeline] sh [2021-05-11T15:02:20.312Z] + docker build -t docker-device-rest-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=03a48d595d83dea33cef8ba7de6824c875e069b5 --label arch=arm64 --label version=0.0.0 . [2021-05-11T15:02:20.313Z] Sending build context to Docker daemon 102.9kB [2021-05-11T15:02:20.590Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-05-11T15:02:20.590Z] Step 2/24 : FROM ${BASE} AS builder [2021-05-11T15:02:20.590Z] ---> ddefbb29a652 [2021-05-11T15:02:20.590Z] Step 3/24 : ARG MAKE='make build' [2021-05-11T15:02:21.191Z] ---> Running in 1e38c0c6dc58 [2021-05-11T15:02:21.464Z] Removing intermediate container 1e38c0c6dc58 [2021-05-11T15:02:21.464Z] ---> 2e520d8923f6 [2021-05-11T15:02:21.464Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2021-05-11T15:02:21.738Z] ---> Running in ca161051a721 [2021-05-11T15:02:22.009Z] Removing intermediate container ca161051a721 [2021-05-11T15:02:22.009Z] ---> 320d91dc3278 [2021-05-11T15:02:22.009Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-05-11T15:02:22.282Z] ---> Running in c45eefa16704 [2021-05-11T15:02:22.884Z] Removing intermediate container c45eefa16704 [2021-05-11T15:02:22.884Z] ---> fc28a6cf4b37 [2021-05-11T15:02:22.884Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T15:02:22.885Z] ---> Running in 5531144619c0 [2021-05-11T15:02:25.518Z] Removing intermediate container 5531144619c0 [2021-05-11T15:02:25.518Z] ---> 2a913109df9b [2021-05-11T15:02:25.518Z] Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-05-11T15:02:25.518Z] ---> Running in 1bec8dc90f8d [2021-05-11T15:02:26.504Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T15:02:28.481Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T15:02:30.460Z] OK: 144 MiB in 49 packages [2021-05-11T15:02:31.437Z] Removing intermediate container 1bec8dc90f8d [2021-05-11T15:02:31.437Z] ---> 14e72001bf0d [2021-05-11T15:02:31.437Z] Step 8/24 : WORKDIR /device-rest-go [2021-05-11T15:02:31.711Z] ---> Running in 35b7d110462e [2021-05-11T15:02:32.318Z] Removing intermediate container 35b7d110462e [2021-05-11T15:02:32.318Z] ---> 316a06eddc18 [2021-05-11T15:02:32.318Z] Step 9/24 : COPY . . [2021-05-11T15:02:32.913Z] ---> 72a78dac3122 [2021-05-11T15:02:32.913Z] Step 10/24 : RUN make update [2021-05-11T15:02:33.189Z] ---> Running in 0b1e566c930e [2021-05-11T15:02:34.641Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-05-11T15:02:35.621Z] Removing intermediate container 0b1e566c930e [2021-05-11T15:02:35.621Z] ---> 09796478b920 [2021-05-11T15:02:35.621Z] Step 11/24 : RUN $MAKE [2021-05-11T15:02:35.892Z] ---> Running in 94415ba01f0a [2021-05-11T15:02:36.874Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=0.0.0" -o cmd/device-rest-go ./cmd [2021-05-11T15:02:43.461Z] gofmt -l . [2021-05-11T15:02:43.461Z] [ "`gofmt -l .`" = "" ] [2021-05-11T15:02:43.461Z] ./bin/test-go-mod-tidy.sh [2021-05-11T15:02:43.461Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-05-11T15:02:45.599Z] $ docker stop --time=1 2867727aabad8720b18cafbc51c5e93632d2342e585b88d58ca577226570faf3 [2021-05-11T15:02:48.433Z] $ docker rm -f 2867727aabad8720b18cafbc51c5e93632d2342e585b88d58ca577226570faf3 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-11T15:02:49.570Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-11T15:02:49.589Z] Warning: overwriting stash ‘coverage-report’ [2021-05-11T15:02:50.328Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-05-11T15:02:50.894Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-11T15:02:51.325Z] + ls -al . [2021-05-11T15:02:51.325Z] total 104 [2021-05-11T15:02:51.325Z] drwxrwxr-x. 8 jenkins jenkins 4096 May 11 15:02 . [2021-05-11T15:02:51.325Z] drwxrwxr-x. 4 jenkins jenkins 28 May 11 14:59 .. [2021-05-11T15:02:51.325Z] -rw-rw-r--. 1 jenkins jenkins 6792 May 11 14:59 Attribution.txt [2021-05-11T15:02:51.325Z] drwxrwxr-x. 2 jenkins jenkins 64 May 11 14:59 bin [2021-05-11T15:02:51.325Z] drwxrwxr-x. 3 jenkins jenkins 32 May 11 14:59 cmd [2021-05-11T15:02:51.325Z] -rw-r--r--. 1 jenkins jenkins 8513 May 11 15:02 coverage.out [2021-05-11T15:02:51.325Z] -rw-rw-r--. 1 jenkins jenkins 1602 May 11 14:59 Dockerfile [2021-05-11T15:02:51.325Z] -rw-rw-r--. 1 jenkins jenkins 1087 May 11 14:59 Dockerfile.build [2021-05-11T15:02:51.325Z] -rw-rw-r--. 1 jenkins jenkins 151 May 11 14:59 .dockerignore [2021-05-11T15:02:51.325Z] drwxrwxr-x. 2 jenkins jenkins 76 May 11 14:59 driver [2021-05-11T15:02:51.325Z] drwxrwxr-x. 8 jenkins jenkins 179 May 11 14:59 .git [2021-05-11T15:02:51.325Z] drwxrwxr-x. 2 jenkins jenkins 103 May 11 14:59 .github [2021-05-11T15:02:51.325Z] -rw-rw-r--. 1 jenkins jenkins 339 May 11 14:59 .gitignore [2021-05-11T15:02:51.325Z] -rw-r--r--. 1 jenkins jenkins 285 May 11 15:02 go.mod [2021-05-11T15:02:51.325Z] -rw-r--r--. 1 jenkins jenkins 21278 May 11 15:01 go.sum [2021-05-11T15:02:51.325Z] -rw-rw-r--. 1 jenkins jenkins 680 May 11 14:59 Jenkinsfile [2021-05-11T15:02:51.325Z] -rw-rw-r--. 1 jenkins jenkins 11340 May 11 14:59 LICENSE [2021-05-11T15:02:51.325Z] -rw-rw-r--. 1 jenkins jenkins 976 May 11 14:59 Makefile [2021-05-11T15:02:51.325Z] -rw-rw-r--. 1 jenkins jenkins 7667 May 11 14:59 README.md [2021-05-11T15:02:51.325Z] drwxrwxr-x. 4 jenkins jenkins 71 May 11 14:59 snap [2021-05-11T15:02:51.325Z] -rw-rw-r--. 1 jenkins jenkins 5 May 11 14:57 VERSION [2021-05-11T15:02:51.325Z] -rw-rw-r--. 1 jenkins jenkins 713 May 11 14:59 version.go [Pipeline] isUnix [Pipeline] sh [2021-05-11T15:02:51.839Z] + docker build -t docker-device-rest-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=03a48d595d83dea33cef8ba7de6824c875e069b5 --label arch=amd64 --label version=0.0.0 . [2021-05-11T15:02:51.839Z] Sending build context to Docker daemon 102.9kB [2021-05-11T15:02:52.446Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-05-11T15:02:52.446Z] Step 2/24 : FROM ${BASE} AS builder [2021-05-11T15:02:52.446Z] ---> 60da6f1595bc [2021-05-11T15:02:52.446Z] Step 3/24 : ARG MAKE='make build' [2021-05-11T15:02:52.446Z] ---> Running in 457b4a4e6bc6 [2021-05-11T15:02:53.101Z] Removing intermediate container 457b4a4e6bc6 [2021-05-11T15:02:53.101Z] ---> 25c64996a718 [2021-05-11T15:02:53.101Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2021-05-11T15:02:53.101Z] ---> Running in 838dcc4d484c [2021-05-11T15:02:53.447Z] Removing intermediate container 838dcc4d484c [2021-05-11T15:02:53.447Z] ---> 71dfb2ab5112 [2021-05-11T15:02:53.447Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-05-11T15:02:53.447Z] ---> Running in 8d32ae2ad1f4 [2021-05-11T15:02:54.076Z] Removing intermediate container 8d32ae2ad1f4 [2021-05-11T15:02:54.076Z] ---> 485a85768394 [2021-05-11T15:02:54.076Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T15:02:54.384Z] ---> Running in 39930c6468e1 [2021-05-11T15:02:57.504Z] Removing intermediate container 39930c6468e1 [2021-05-11T15:02:57.504Z] ---> ddde7e9160cb [2021-05-11T15:02:57.504Z] Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-05-11T15:02:57.504Z] ---> Running in 3f1238b49277 [2021-05-11T15:02:59.671Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T15:03:01.186Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T15:03:03.237Z] OK: 154 MiB in 49 packages [2021-05-11T15:03:04.336Z] Removing intermediate container 3f1238b49277 [2021-05-11T15:03:04.336Z] ---> db632604dfdf [2021-05-11T15:03:04.336Z] Step 8/24 : WORKDIR /device-rest-go [2021-05-11T15:03:04.336Z] ---> Running in d182054955f2 [2021-05-11T15:03:04.676Z] Removing intermediate container d182054955f2 [2021-05-11T15:03:04.676Z] ---> 6ee4e86dbcc7 [2021-05-11T15:03:04.676Z] Step 9/24 : COPY . . [2021-05-11T15:03:05.850Z] ---> 71d2f66d6856 [2021-05-11T15:03:05.850Z] Step 10/24 : RUN make update [2021-05-11T15:03:05.850Z] ---> Running in 87fc5dbb637a [2021-05-11T15:03:07.394Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-05-11T15:03:08.458Z] Removing intermediate container 87fc5dbb637a [2021-05-11T15:03:08.458Z] ---> a41adc3f333b [2021-05-11T15:03:08.458Z] Step 11/24 : RUN $MAKE [2021-05-11T15:03:08.458Z] ---> Running in 93885fe3726c [2021-05-11T15:03:10.604Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=0.0.0" -o cmd/device-rest-go ./cmd [2021-05-11T15:03:15.933Z] Removing intermediate container 94415ba01f0a [2021-05-11T15:03:15.933Z] ---> 53ab64fe510f [2021-05-11T15:03:15.933Z] Step 12/24 : FROM alpine:3.12 [2021-05-11T15:03:15.933Z] 3.12: Pulling from library/alpine [2021-05-11T15:03:15.933Z] d2f70382dc9a: Pulling fs layer [2021-05-11T15:03:15.933Z] d2f70382dc9a: Verifying Checksum [2021-05-11T15:03:15.933Z] d2f70382dc9a: Download complete [2021-05-11T15:03:15.933Z] d2f70382dc9a: Pull complete [2021-05-11T15:03:15.933Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-11T15:03:15.933Z] Status: Downloaded newer image for alpine:3.12 [2021-05-11T15:03:15.933Z] ---> 9852663dfa18 [2021-05-11T15:03:15.933Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-05-11T15:03:16.209Z] ---> Running in 0f9ddaee3c6a [2021-05-11T15:03:16.804Z] Removing intermediate container 0f9ddaee3c6a [2021-05-11T15:03:16.804Z] ---> ff6e97fb9568 [2021-05-11T15:03:16.804Z] Step 14/24 : LABEL Name=device-rest-go Version=${VERSION} [2021-05-11T15:03:16.804Z] ---> Running in 03162f716f89 [2021-05-11T15:03:17.404Z] Removing intermediate container 03162f716f89 [2021-05-11T15:03:17.404Z] ---> 52fa5a2c8517 [2021-05-11T15:03:17.404Z] Step 15/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-11T15:03:17.404Z] ---> Running in 82c6c6422ea3 [2021-05-11T15:03:18.840Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-11T15:03:18.840Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-11T15:03:19.821Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-11T15:03:19.821Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-11T15:03:19.821Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-11T15:03:19.821Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-11T15:03:19.821Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-11T15:03:19.821Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-11T15:03:19.821Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T15:03:19.821Z] OK: 8 MiB in 20 packages [2021-05-11T15:03:21.256Z] Removing intermediate container 82c6c6422ea3 [2021-05-11T15:03:21.256Z] ---> 9c838cd51d7c [2021-05-11T15:03:21.256Z] Step 16/24 : COPY --from=builder /device-rest-go/cmd / [2021-05-11T15:03:22.691Z] ---> 3871cb086e04 [2021-05-11T15:03:22.691Z] Step 17/24 : COPY --from=builder /device-rest-go/LICENSE / [2021-05-11T15:03:23.287Z] ---> ae77493740ac [2021-05-11T15:03:23.287Z] Step 18/24 : COPY --from=builder /device-rest-go/Attribution.txt / [2021-05-11T15:03:24.263Z] ---> 44a6986e8151 [2021-05-11T15:03:24.263Z] Step 19/24 : EXPOSE 49986 [2021-05-11T15:03:24.263Z] ---> Running in b192415f738c [2021-05-11T15:03:24.537Z] Removing intermediate container b192415f738c [2021-05-11T15:03:24.537Z] ---> cc627849a6e2 [2021-05-11T15:03:24.537Z] Step 20/24 : ENTRYPOINT ["/device-rest-go"] [2021-05-11T15:03:24.809Z] ---> Running in 2745acb11567 [2021-05-11T15:03:25.406Z] Removing intermediate container 2745acb11567 [2021-05-11T15:03:25.406Z] ---> 4b2140b5cfaa [2021-05-11T15:03:25.406Z] Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] [2021-05-11T15:03:25.406Z] ---> Running in 96d70f991d82 [2021-05-11T15:03:25.678Z] Removing intermediate container 96d70f991d82 [2021-05-11T15:03:25.678Z] ---> ac08bfadbdd5 [2021-05-11T15:03:25.678Z] Step 22/24 : LABEL arch=arm64 [2021-05-11T15:03:25.951Z] ---> Running in e1a27173fb62 [2021-05-11T15:03:26.547Z] Removing intermediate container e1a27173fb62 [2021-05-11T15:03:26.547Z] ---> a160979905d5 [2021-05-11T15:03:26.547Z] Step 23/24 : LABEL git_sha=03a48d595d83dea33cef8ba7de6824c875e069b5 [2021-05-11T15:03:26.547Z] ---> Running in c92e16c26f28 [2021-05-11T15:03:27.144Z] Removing intermediate container c92e16c26f28 [2021-05-11T15:03:27.144Z] ---> 4e610da3993a [2021-05-11T15:03:27.144Z] Step 24/24 : LABEL version=0.0.0 [2021-05-11T15:03:27.144Z] ---> Running in 006162fd46d8 [2021-05-11T15:03:27.740Z] Removing intermediate container 006162fd46d8 [2021-05-11T15:03:27.740Z] ---> ba9363d5a583 [2021-05-11T15:03:27.740Z] [Warning] One or more build-args [ARCH] were not consumed [2021-05-11T15:03:27.740Z] Successfully built ba9363d5a583 [2021-05-11T15:03:27.740Z] Successfully tagged docker-device-rest-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-11T15:03:28.359Z] ---> job-cost.sh [2021-05-11T15:03:28.359Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-gv2l [2021-05-11T15:03:43.822Z] Removing intermediate container 93885fe3726c [2021-05-11T15:03:43.822Z] ---> bfdbb76c92d1 [2021-05-11T15:03:43.823Z] Step 12/24 : FROM alpine:3.12 [2021-05-11T15:03:43.823Z] 3.12: Pulling from library/alpine [2021-05-11T15:03:43.823Z] 339de151aab4: Pulling fs layer [2021-05-11T15:03:43.823Z] 339de151aab4: Verifying Checksum [2021-05-11T15:03:43.823Z] 339de151aab4: Download complete [2021-05-11T15:03:43.823Z] 339de151aab4: Pull complete [2021-05-11T15:03:43.823Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-11T15:03:43.823Z] Status: Downloaded newer image for alpine:3.12 [2021-05-11T15:03:43.823Z] ---> 13621d1b12d4 [2021-05-11T15:03:43.823Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-05-11T15:03:43.823Z] ---> Running in be5bedeef788 [2021-05-11T15:03:43.823Z] Removing intermediate container be5bedeef788 [2021-05-11T15:03:43.823Z] ---> 47c6975a11f7 [2021-05-11T15:03:43.823Z] Step 14/24 : LABEL Name=device-rest-go Version=${VERSION} [2021-05-11T15:03:43.823Z] ---> Running in b5ca214338ba [2021-05-11T15:03:44.433Z] Removing intermediate container b5ca214338ba [2021-05-11T15:03:44.433Z] ---> 78cabb7028c6 [2021-05-11T15:03:44.433Z] Step 15/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-11T15:03:44.433Z] ---> Running in eb894767823e [2021-05-11T15:03:45.501Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-11T15:03:45.501Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-11T15:03:46.169Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-11T15:03:46.169Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-11T15:03:46.169Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-11T15:03:46.169Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-11T15:03:46.169Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-11T15:03:46.169Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-11T15:03:46.169Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T15:03:46.169Z] OK: 8 MiB in 20 packages [2021-05-11T15:03:47.744Z] Removing intermediate container eb894767823e [2021-05-11T15:03:47.744Z] ---> ec244f8e7bab [2021-05-11T15:03:47.744Z] Step 16/24 : COPY --from=builder /device-rest-go/cmd / [2021-05-11T15:03:50.806Z] ---> f28c16d54f6a [2021-05-11T15:03:50.806Z] Step 17/24 : COPY --from=builder /device-rest-go/LICENSE / [2021-05-11T15:03:51.087Z] ---> ca8bbfec4a27 [2021-05-11T15:03:51.087Z] Step 18/24 : COPY --from=builder /device-rest-go/Attribution.txt / [2021-05-11T15:03:52.092Z] ---> 57514e99e9aa [2021-05-11T15:03:52.092Z] Step 19/24 : EXPOSE 49986 [2021-05-11T15:03:52.092Z] ---> Running in 4b5b158fe941 [2021-05-11T15:03:52.380Z] Removing intermediate container 4b5b158fe941 [2021-05-11T15:03:52.380Z] ---> 8b5bcf9cf849 [2021-05-11T15:03:52.380Z] Step 20/24 : ENTRYPOINT ["/device-rest-go"] [2021-05-11T15:03:52.380Z] ---> Running in 44370a4cade9 [2021-05-11T15:03:52.662Z] Removing intermediate container 44370a4cade9 [2021-05-11T15:03:52.662Z] ---> a7a940f64c2d [2021-05-11T15:03:52.662Z] Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] [2021-05-11T15:03:52.999Z] ---> Running in 871b3c5deef9 [2021-05-11T15:03:53.301Z] Removing intermediate container 871b3c5deef9 [2021-05-11T15:03:53.301Z] ---> eb9ee104a4f8 [2021-05-11T15:03:53.301Z] Step 22/24 : LABEL arch=amd64 [2021-05-11T15:03:53.657Z] ---> Running in fd94cbbca4cd [2021-05-11T15:03:53.960Z] Removing intermediate container fd94cbbca4cd [2021-05-11T15:03:53.960Z] ---> fce6eb2a644a [2021-05-11T15:03:53.960Z] Step 23/24 : LABEL git_sha=03a48d595d83dea33cef8ba7de6824c875e069b5 [2021-05-11T15:03:53.960Z] ---> Running in 92c1e8abae39 [2021-05-11T15:03:54.613Z] Removing intermediate container 92c1e8abae39 [2021-05-11T15:03:54.613Z] ---> 791caf47e881 [2021-05-11T15:03:54.613Z] Step 24/24 : LABEL version=0.0.0 [2021-05-11T15:03:54.613Z] ---> Running in c52185c8eeeb [2021-05-11T15:03:55.602Z] Removing intermediate container c52185c8eeeb [2021-05-11T15:03:55.602Z] ---> 4b7af488f0aa [2021-05-11T15:03:55.602Z] [Warning] One or more build-args [ARCH] were not consumed [2021-05-11T15:03:55.602Z] Successfully built 4b7af488f0aa [2021-05-11T15:03:55.602Z] Successfully tagged docker-device-rest-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-11T15:03:57.699Z] ---> job-cost.sh [2021-05-11T15:03:57.699Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-qywk [2021-05-11T15:04:15.275Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-11T15:04:30.561Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-11T15:05:17.627Z] lf-activate-venv(): INFO: Adding /tmp/venv-qywk/bin to PATH [2021-05-11T15:05:17.627Z] INFO: No Stack... [2021-05-11T15:05:17.627Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-11T15:05:17.627Z] INFO: Archiving Costs [Pipeline] sh [2021-05-11T15:05:18.033Z] + cat /w/workspace/device-rest-go/3/archives/cost.csv [2021-05-11T15:05:18.033Z] + cut -d, -f6 [Pipeline] lock [2021-05-11T15:05:18.204Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-PR-90-3-stack-cost] [2021-05-11T15:05:18.212Z] Resource [jenkins-edgexfoundry-device-rest-go-PR-90-3-stack-cost] did not exist. Created. [2021-05-11T15:05:18.212Z] Lock acquired on [jenkins-edgexfoundry-device-rest-go-PR-90-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-11T15:05:18.578Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-05-11T15:05:18.760Z] Stashed 1 file(s) [Pipeline] } [2021-05-11T15:05:18.776Z] Lock released on resource [jenkins-edgexfoundry-device-rest-go-PR-90-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-11T15:06:22.098Z] lf-activate-venv(): INFO: Adding /tmp/venv-gv2l/bin to PATH [2021-05-11T15:06:22.098Z] INFO: No Stack... [2021-05-11T15:06:22.098Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-11T15:06:22.098Z] INFO: Archiving Costs [Pipeline] sh [2021-05-11T15:06:22.457Z] + cat /w/workspace/device-rest-go/3/archives/cost.csv [2021-05-11T15:06:22.457Z] + cut -d, -f6 [Pipeline] lock [2021-05-11T15:06:22.589Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-PR-90-3-stack-cost] [2021-05-11T15:06:22.596Z] Resource [jenkins-edgexfoundry-device-rest-go-PR-90-3-stack-cost] did not exist. Created. [2021-05-11T15:06:22.596Z] Lock acquired on [jenkins-edgexfoundry-device-rest-go-PR-90-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-11T15:06:23.000Z] /w/workspace/device-rest-go/3@tmp/durable-0ec12dcc/script.sh: 1: /w/workspace/device-rest-go/3@tmp/durable-0ec12dcc/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-05-11T15:06:23.367Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-11T15:06:23.389Z] Warning: overwriting stash ‘stack-cost’ [2021-05-11T15:06:23.567Z] Stashed 1 file(s) [Pipeline] } [2021-05-11T15:06:23.585Z] Lock released on resource [jenkins-edgexfoundry-device-rest-go-PR-90-3-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-11T15:06:24.209Z] provisioning config files... [2021-05-11T15:06:24.225Z] copy managed file [device-rest-go-codecov-token] to file:/w/workspace/dgexfoundry_device-rest-go_PR-90@tmp/config5127191593764777428tmp [Pipeline] { [Pipeline] sh [2021-05-11T15:06:24.555Z] + set +x [2021-05-11T15:06:24.556Z] + curl -s https://codecov.io/bash [2021-05-11T15:06:24.556Z] + bash -s -- [2021-05-11T15:06:26.589Z] [2021-05-11T15:06:26.589Z] _____ _ [2021-05-11T15:06:26.589Z] / ____| | | [2021-05-11T15:06:26.589Z] | | ___ __| | ___ ___ _____ __ [2021-05-11T15:06:26.589Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-11T15:06:26.589Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-11T15:06:26.589Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-11T15:06:26.589Z] Bash-1.0.2 [2021-05-11T15:06:26.589Z] [2021-05-11T15:06:26.589Z] [2021-05-11T15:06:26.589Z] ==> git version 2.24.3 found [2021-05-11T15:06:26.589Z] ==> 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-11T15:06:26.589Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-11T15:06:26.589Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-11T15:06:26.589Z] ==> Jenkins CI detected. [2021-05-11T15:06:26.589Z] project root: . [2021-05-11T15:06:26.589Z] --> token set from env [2021-05-11T15:06:26.589Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-11T15:06:26.589Z] ==> Running gcov in . (disable via -X gcov) [2021-05-11T15:06:26.589Z] ==> Python coveragepy not found [2021-05-11T15:06:26.589Z] ==> Searching for coverage reports in: [2021-05-11T15:06:26.589Z] + . [2021-05-11T15:06:26.589Z] -> Found 1 reports [2021-05-11T15:06:26.589Z] ==> Detecting git/mercurial file structure [2021-05-11T15:06:26.589Z] ==> Reading reports [2021-05-11T15:06:26.589Z] + ./coverage.out bytes=8513 [2021-05-11T15:06:26.589Z] ==> Appending adjustments [2021-05-11T15:06:26.589Z] https://docs.codecov.io/docs/fixing-reports [2021-05-11T15:06:26.589Z] + Found adjustments [2021-05-11T15:06:26.589Z] ==> Gzipping contents [2021-05-11T15:06:26.589Z] 4.0K /tmp/codecov.V2qZhe.gz [2021-05-11T15:06:26.589Z] ==> Uploading reports [2021-05-11T15:06:26.589Z] url: https://codecov.io [2021-05-11T15:06:26.589Z] query: branch=PR-90&commit=03a48d595d83dea33cef8ba7de6824c875e069b5&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2FPR-90%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=90&job=&cmd_args= [2021-05-11T15:06:26.852Z] -> Pinging Codecov [2021-05-11T15:06:26.852Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-90&commit=03a48d595d83dea33cef8ba7de6824c875e069b5&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2FPR-90%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=90&job=&cmd_args= [2021-05-11T15:06:27.427Z] -> Uploading to [2021-05-11T15:06:27.427Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-11/4E5D53B4F1F92C436F7061BF334D961C/03a48d595d83dea33cef8ba7de6824c875e069b5/4171d34d-9d66-4935-a176-893be33ebc5a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210511%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210511T150627Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c14e3f301616138f3964f39e21fa542c9da455186c2236cee9b2d6508e549eae [2021-05-11T15:06:27.427Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-11T15:06:27.427Z] Dload Upload Total Spent Left Speed [2021-05-11T15:06:27.690Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1611 0 0 100 1611 0 3238 --:--:-- --:--:-- --:--:-- 3234 100 1611 0 0 100 1611 0 3237 --:--:-- --:--:-- --:--:-- 3234 [2021-05-11T15:06:27.690Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-rest-go/commit/03a48d595d83dea33cef8ba7de6824c875e069b5 [Pipeline] } [2021-05-11T15:06:27.700Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" 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-11T15:06:28.731Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T15:06:29.040Z] ---> package-listing.sh [2021-05-11T15:06:29.040Z] ++ facter osfamily [2021-05-11T15:06:29.040Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-11T15:06:29.040Z] + OS_FAMILY=redhat [2021-05-11T15:06:29.040Z] + workspace=/w/workspace/dgexfoundry_device-rest-go_PR-90 [2021-05-11T15:06:29.040Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-11T15:06:29.040Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-11T15:06:29.040Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-11T15:06:29.040Z] + PACKAGES=/tmp/packages_start.txt [2021-05-11T15:06:29.040Z] + '[' /w/workspace/dgexfoundry_device-rest-go_PR-90 ']' [2021-05-11T15:06:29.040Z] + PACKAGES=/tmp/packages_end.txt [2021-05-11T15:06:29.040Z] + case "${OS_FAMILY}" in [2021-05-11T15:06:29.040Z] + rpm -qa [2021-05-11T15:06:29.040Z] + sort [2021-05-11T15:06:34.346Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-11T15:06:34.346Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-11T15:06:34.346Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-11T15:06:34.346Z] + '[' /w/workspace/dgexfoundry_device-rest-go_PR-90 ']' [2021-05-11T15:06:34.346Z] + mkdir -p /w/workspace/dgexfoundry_device-rest-go_PR-90/archives/ [2021-05-11T15:06:34.346Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-rest-go_PR-90/archives/ [Pipeline] echo [2021-05-11T15:06:34.360Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-rest-go_PR-90/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-11T15:06:34.663Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-11T15:06:34.972Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-11T15:06:34.972Z] [2021-05-11T15:06:34.972Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-11T15:06:35.299Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-11T15:06:35.299Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-11T15:06:35.299Z] df20fa9351a1: Pulling fs layer [2021-05-11T15:06:35.299Z] 36b3adc4ff6f: Pulling fs layer [2021-05-11T15:06:35.299Z] 8ad3a11d3b57: Pulling fs layer [2021-05-11T15:06:35.299Z] 46f8f816bc3b: Pulling fs layer [2021-05-11T15:06:35.299Z] 93b61091891f: Pulling fs layer [2021-05-11T15:06:35.299Z] 93b9cdb0e59b: Pulling fs layer [2021-05-11T15:06:35.299Z] 5e14af77c1be: Pulling fs layer [2021-05-11T15:06:35.299Z] 01666e4c0597: Pulling fs layer [2021-05-11T15:06:35.299Z] aa168da1d23b: Pulling fs layer [2021-05-11T15:06:35.299Z] 93b9cdb0e59b: Waiting [2021-05-11T15:06:35.299Z] 01666e4c0597: Waiting [2021-05-11T15:06:35.299Z] aa168da1d23b: Waiting [2021-05-11T15:06:35.299Z] 46f8f816bc3b: Waiting [2021-05-11T15:06:35.299Z] 93b61091891f: Waiting [2021-05-11T15:06:35.299Z] 36b3adc4ff6f: Download complete [2021-05-11T15:06:35.299Z] 46f8f816bc3b: Verifying Checksum [2021-05-11T15:06:35.299Z] 46f8f816bc3b: Download complete [2021-05-11T15:06:35.564Z] df20fa9351a1: Verifying Checksum [2021-05-11T15:06:35.564Z] df20fa9351a1: Download complete [2021-05-11T15:06:35.564Z] 93b9cdb0e59b: Verifying Checksum [2021-05-11T15:06:35.564Z] 93b9cdb0e59b: Download complete [2021-05-11T15:06:35.564Z] 5e14af77c1be: Verifying Checksum [2021-05-11T15:06:35.564Z] 5e14af77c1be: Download complete [2021-05-11T15:06:35.564Z] 93b61091891f: Verifying Checksum [2021-05-11T15:06:35.564Z] 93b61091891f: Download complete [2021-05-11T15:06:35.564Z] 01666e4c0597: Verifying Checksum [2021-05-11T15:06:35.564Z] 01666e4c0597: Download complete [2021-05-11T15:06:35.564Z] 8ad3a11d3b57: Verifying Checksum [2021-05-11T15:06:35.564Z] 8ad3a11d3b57: Download complete [2021-05-11T15:06:35.834Z] df20fa9351a1: Pull complete [2021-05-11T15:06:36.100Z] 36b3adc4ff6f: Pull complete [2021-05-11T15:06:38.035Z] aa168da1d23b: Verifying Checksum [2021-05-11T15:06:38.035Z] aa168da1d23b: Download complete [2021-05-11T15:06:38.035Z] 8ad3a11d3b57: Pull complete [2021-05-11T15:06:38.035Z] 46f8f816bc3b: Pull complete [2021-05-11T15:06:38.611Z] 93b61091891f: Pull complete [2021-05-11T15:06:38.611Z] 93b9cdb0e59b: Pull complete [2021-05-11T15:06:38.611Z] 5e14af77c1be: Pull complete [2021-05-11T15:06:38.879Z] 01666e4c0597: Pull complete [2021-05-11T15:06:47.065Z] aa168da1d23b: Pull complete [2021-05-11T15:06:47.065Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-11T15:06:47.065Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-11T15:06:47.065Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-11T15:06:47.242Z] prd-centos7-docker-4c-2g-4454 does not seem to be running inside a container [2021-05-11T15:06:47.296Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-rest-go_PR-90/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-rest-go_PR-90 -v /w/workspace/dgexfoundry_device-rest-go_PR-90:/w/workspace/dgexfoundry_device-rest-go_PR-90:rw,z -v /w/workspace/dgexfoundry_device-rest-go_PR-90@tmp:/w/workspace/dgexfoundry_device-rest-go_PR-90@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-05-11T15:06:50.631Z] $ docker top c4e123739d092fbce16caf89c3c7d42ccf1b7dd37e1f21ab03cf5989aef13f99 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T15:06:51.074Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-11T15:06:51.383Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-11T15:06:51.691Z] + ls /var/log/sa-host [2021-05-11T15:06:51.691Z] + sadf -c /var/log/sa-host/sa11 [2021-05-11T15:06:51.691Z] file_magic: OK [2021-05-11T15:06:51.691Z] HZ: Using current value: 100 [2021-05-11T15:06:51.691Z] file_header: OK [2021-05-11T15:06:51.691Z] 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-11T15:06:51.691Z] Statistics: [2021-05-11T15:06:51.691Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-11T15:06:51.692Z] File successfully converted to sysstat format version 12.2.1 [2021-05-11T15:06:51.692Z] + sadf -c /var/log/sa-host/sa23 [2021-05-11T15:06:51.692Z] file_magic: OK [2021-05-11T15:06:51.692Z] HZ: Using current value: 100 [2021-05-11T15:06:51.692Z] file_header: OK [2021-05-11T15:06:51.692Z] 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-11T15:06:51.692Z] Statistics: [2021-05-11T15:06:51.692Z] Hnuu...uuuununununu... [2021-05-11T15:06:51.692Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-11T15:06:51.862Z] provisioning config files... [2021-05-11T15:06:51.888Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-rest-go_PR-90@tmp/config1931488189191853065tmp [Pipeline] { [Pipeline] echo [2021-05-11T15:06:51.915Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T15:06:52.217Z] ---> create-netrc.sh [Pipeline] } [2021-05-11T15:06:52.229Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-11T15:06:52.304Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T15:06:52.640Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-11T15:06:52.652Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T15:06:52.958Z] ---> sudo-logs.sh [2021-05-11T15:06:52.958Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-11T15:06:52.988Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T15:06:53.292Z] ---> job-cost.sh [2021-05-11T15:06:53.292Z] lf-activate-venv: SKIPPING [2021-05-11T15:06:53.292Z] DEBUG: total: 0.20999999344348907 [2021-05-11T15:06:53.292Z] INFO: Retrieving Stack Cost... [2021-05-11T15:06:55.288Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-11T15:06:55.554Z] INFO: Archiving Costs [Pipeline] echo [2021-05-11T15:06:55.570Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T15:06:55.891Z] ---> logs-deploy.sh [2021-05-11T15:06:55.891Z] lf-activate-venv: SKIPPING [2021-05-11T15:06:55.891Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/PR-90/3 [2021-05-11T15:06:55.891Z] INFO: archiving workspace using pattern(s): [2021-05-11T15:06:58.467Z] Archives upload complete. [2021-05-11T15:06:58.467Z] INFO: archiving logs to Nexus [2021-05-11T15:06:59.480Z] ---> uname -a: [2021-05-11T15:06:59.480Z] Linux prd-centos7-docker-4c-2g-4454.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-11T15:06:59.480Z] [2021-05-11T15:06:59.480Z] [2021-05-11T15:06:59.480Z] ---> lscpu: [2021-05-11T15:06:59.480Z] Architecture: x86_64 [2021-05-11T15:06:59.481Z] CPU op-mode(s): 32-bit, 64-bit [2021-05-11T15:06:59.481Z] Byte Order: Little Endian [2021-05-11T15:06:59.481Z] Address sizes: 40 bits physical, 48 bits virtual [2021-05-11T15:06:59.481Z] CPU(s): 4 [2021-05-11T15:06:59.481Z] On-line CPU(s) list: 0-3 [2021-05-11T15:06:59.481Z] Thread(s) per core: 1 [2021-05-11T15:06:59.481Z] Core(s) per socket: 1 [2021-05-11T15:06:59.481Z] Socket(s): 4 [2021-05-11T15:06:59.481Z] NUMA node(s): 1 [2021-05-11T15:06:59.481Z] Vendor ID: GenuineIntel [2021-05-11T15:06:59.481Z] CPU family: 6 [2021-05-11T15:06:59.481Z] Model: 44 [2021-05-11T15:06:59.481Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-05-11T15:06:59.481Z] Stepping: 1 [2021-05-11T15:06:59.481Z] CPU MHz: 2933.438 [2021-05-11T15:06:59.481Z] BogoMIPS: 5866.87 [2021-05-11T15:06:59.481Z] Virtualization: VT-x [2021-05-11T15:06:59.481Z] Hypervisor vendor: KVM [2021-05-11T15:06:59.481Z] Virtualization type: full [2021-05-11T15:06:59.481Z] L1d cache: 128 KiB [2021-05-11T15:06:59.481Z] L1i cache: 128 KiB [2021-05-11T15:06:59.481Z] L2 cache: 16 MiB [2021-05-11T15:06:59.481Z] L3 cache: 64 MiB [2021-05-11T15:06:59.481Z] NUMA node0 CPU(s): 0-3 [2021-05-11T15:06:59.481Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-05-11T15:06:59.481Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-05-11T15:06:59.481Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-05-11T15:06:59.481Z] Vulnerability Meltdown: Mitigation; PTI [2021-05-11T15:06:59.481Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-05-11T15:06:59.481Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-05-11T15:06:59.481Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-05-11T15:06:59.481Z] Vulnerability Srbds: Not affected [2021-05-11T15:06:59.481Z] Vulnerability Tsx async abort: Not affected [2021-05-11T15:06:59.481Z] 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-11T15:06:59.481Z] [2021-05-11T15:06:59.481Z] [2021-05-11T15:06:59.481Z] ---> nproc: [2021-05-11T15:06:59.481Z] 4 [2021-05-11T15:06:59.481Z] [2021-05-11T15:06:59.481Z] [2021-05-11T15:06:59.481Z] ---> df -h: [2021-05-11T15:06:59.481Z] Filesystem Size Used Available Use% Mounted on [2021-05-11T15:06:59.481Z] overlay 50.0G 7.3G 42.7G 15% / [2021-05-11T15:06:59.481Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-05-11T15:06:59.481Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-05-11T15:06:59.481Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-05-11T15:06:59.481Z] /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os [2021-05-11T15:06:59.481Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf [2021-05-11T15:06:59.481Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname [2021-05-11T15:06:59.481Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts [2021-05-11T15:06:59.481Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host [2021-05-11T15:06:59.481Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure [2021-05-11T15:06:59.481Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log [2021-05-11T15:06:59.481Z] /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json [2021-05-11T15:06:59.481Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-rest-go_PR-90 [2021-05-11T15:06:59.481Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-rest-go_PR-90@tmp [2021-05-11T15:06:59.481Z] [2021-05-11T15:06:59.481Z] [2021-05-11T15:06:59.481Z] ---> free -m: [2021-05-11T15:06:59.481Z] total used free shared buff/cache available [2021-05-11T15:06:59.481Z] Mem: 1837 719 94 0 1024 1013 [2021-05-11T15:06:59.481Z] Swap: 1023 1 1022 [2021-05-11T15:06:59.481Z] [2021-05-11T15:06:59.481Z] [2021-05-11T15:06:59.481Z] ---> ip addr: [2021-05-11T15:06:59.481Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-05-11T15:06:59.481Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-05-11T15:06:59.481Z] inet 127.0.0.1/8 scope host lo [2021-05-11T15:06:59.481Z] valid_lft forever preferred_lft forever [2021-05-11T15:06:59.481Z] inet6 ::1/128 scope host [2021-05-11T15:06:59.481Z] valid_lft forever preferred_lft forever [2021-05-11T15:06:59.481Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-05-11T15:06:59.481Z] link/ether fa:16:3e:e5:c7:04 brd ff:ff:ff:ff:ff:ff [2021-05-11T15:06:59.481Z] inet 10.30.122.20/23 brd 10.30.123.255 scope global dynamic eth0 [2021-05-11T15:06:59.481Z] valid_lft 85735sec preferred_lft 85735sec [2021-05-11T15:06:59.481Z] inet6 fe80::f816:3eff:fee5:c704/64 scope link [2021-05-11T15:06:59.481Z] valid_lft forever preferred_lft forever [2021-05-11T15:06:59.481Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-05-11T15:06:59.481Z] link/ether 02:42:f0:ea:4f:df brd ff:ff:ff:ff:ff:ff [2021-05-11T15:06:59.481Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-05-11T15:06:59.481Z] valid_lft forever preferred_lft forever [2021-05-11T15:06:59.481Z] inet6 fe80::42:f0ff:feea:4fdf/64 scope link [2021-05-11T15:06:59.481Z] valid_lft forever preferred_lft forever [2021-05-11T15:06:59.481Z] [2021-05-11T15:06:59.481Z] [2021-05-11T15:06:59.481Z] ---> sar -b -r -n DEV: [2021-05-11T15:06:59.481Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/11/21 _x86_64_ (4 CPU) [2021-05-11T15:06:59.481Z] [2021-05-11T15:06:59.481Z] 14:55:41 LINUX RESTART (4 CPU) [2021-05-11T15:06:59.481Z] [2021-05-11T15:06:59.481Z] 14:56:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-05-11T15:06:59.481Z] 14:57:01 156.32 73.44 82.89 0.00 8702.93 39307.06 0.00 [2021-05-11T15:06:59.481Z] 14:58:01 6.57 1.12 5.46 0.00 59.52 640.30 0.00 [2021-05-11T15:06:59.481Z] 14:59:02 0.40 0.00 0.40 0.00 0.00 6.31 0.00 [2021-05-11T15:06:59.481Z] 15:00:01 0.27 0.00 0.27 0.00 0.00 3.34 0.00 [2021-05-11T15:06:59.481Z] 15:01:01 0.17 0.02 0.15 0.00 0.13 1.88 0.00 [2021-05-11T15:06:59.481Z] 15:02:01 0.47 0.08 0.38 0.00 1.60 6.31 0.00 [2021-05-11T15:06:59.481Z] 15:03:01 0.25 0.00 0.25 0.00 0.00 3.25 0.00 [2021-05-11T15:06:59.481Z] 15:04:01 0.17 0.00 0.17 0.00 0.00 1.75 0.00 [2021-05-11T15:06:59.481Z] 15:05:01 0.20 0.00 0.20 0.00 0.00 1.90 0.00 [2021-05-11T15:06:59.481Z] 15:06:01 0.23 0.00 0.23 0.00 0.00 2.36 0.00 [2021-05-11T15:06:59.481Z] Average: 16.54 7.48 9.06 0.00 878.25 4005.77 0.00 [2021-05-11T15:06:59.481Z] [2021-05-11T15:06:59.481Z] 14:56:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-05-11T15:06:59.481Z] 14:57:01 152052 0 622052 33.06 2620 1104820 1225820 41.84 464668 1064412 15776 [2021-05-11T15:06:59.481Z] 14:58:01 165768 0 614456 32.66 2620 1098700 1095272 37.38 458596 1058820 20 [2021-05-11T15:06:59.481Z] 14:59:02 166816 0 613404 32.60 2620 1098704 1079004 36.82 471024 1045760 20 [2021-05-11T15:06:59.481Z] 15:00:01 167472 0 612748 32.57 2620 1098704 1078920 36.82 466036 1050360 12 [2021-05-11T15:06:59.481Z] 15:01:01 162464 0 617748 32.83 2620 1098712 1081704 36.92 479820 1041328 8 [2021-05-11T15:06:59.481Z] 15:02:01 162952 0 617132 32.80 2620 1098840 1079440 36.84 475856 1045208 16 [2021-05-11T15:06:59.481Z] 15:03:01 162656 0 617428 32.81 2620 1098840 1079440 36.84 475996 1045204 12 [2021-05-11T15:06:59.481Z] 15:04:01 163632 0 616444 32.76 2620 1098848 1079320 36.84 475504 1045208 8 [2021-05-11T15:06:59.481Z] 15:05:01 159708 0 620364 32.97 2620 1098852 1079524 36.84 479140 1045208 8 [2021-05-11T15:06:59.481Z] 15:06:01 160980 0 619088 32.90 2620 1098856 1079320 36.84 478004 1045208 16 [2021-05-11T15:06:59.481Z] Average: 162450 0 617086 32.80 2620 1099388 1095776 37.40 472464 1048672 1590 [2021-05-11T15:06:59.481Z] [2021-05-11T15:06:59.481Z] 14:56:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-05-11T15:06:59.481Z] 14:57:01 eth0 501.83 348.78 1330.92 85.06 0.00 0.00 0.00 0.00 [2021-05-11T15:06:59.481Z] 14:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T15:06:59.481Z] 14:57:01 veth81f0ded 57.92 53.63 5.24 134.56 0.00 0.00 0.00 0.00 [2021-05-11T15:06:59.481Z] 14:57:01 docker0 57.92 53.50 4.44 134.55 0.00 0.00 0.00 0.00 [2021-05-11T15:06:59.481Z] 14:58:01 eth0 13.07 6.99 11.55 3.65 0.00 0.00 0.00 0.00 [2021-05-11T15:06:59.481Z] 14:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T15:06:59.481Z] 14:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T15:06:59.481Z] 14:59:02 eth0 2.00 0.67 0.64 0.40 0.00 0.00 0.00 0.00 [2021-05-11T15:06:59.481Z] 14:59:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T15:06:59.481Z] 14:59:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T15:06:59.481Z] 15:00:01 eth0 1.66 0.69 0.76 0.45 0.00 0.00 0.00 0.00 [2021-05-11T15:06:59.481Z] 15:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T15:06:59.481Z] 15:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T15:06:59.481Z] 15:01:01 eth0 0.62 0.40 0.28 0.21 0.00 0.00 0.00 0.00 [2021-05-11T15:06:59.481Z] 15:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T15:06:59.481Z] 15:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T15:06:59.481Z] 15:02:01 eth0 0.82 0.22 0.20 0.07 0.00 0.00 0.00 0.00 [2021-05-11T15:06:59.481Z] 15:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T15:06:59.481Z] 15:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T15:06:59.481Z] 15:03:01 eth0 0.72 0.35 0.28 0.20 0.00 0.00 0.00 0.00 [2021-05-11T15:06:59.481Z] 15:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T15:06:59.481Z] 15:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T15:06:59.481Z] 15:04:01 eth0 1.12 0.08 0.10 0.01 0.00 0.00 0.00 0.00 [2021-05-11T15:06:59.481Z] 15:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T15:06:59.481Z] 15:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T15:06:59.481Z] 15:05:01 eth0 1.13 0.50 0.56 0.39 0.00 0.00 0.00 0.00 [2021-05-11T15:06:59.481Z] 15:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T15:06:59.481Z] 15:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T15:06:59.481Z] 15:06:01 eth0 0.82 0.05 0.06 0.00 0.00 0.00 0.00 0.00 [2021-05-11T15:06:59.481Z] 15:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T15:06:59.481Z] 15:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T15:06:59.481Z] Average: eth0 52.48 35.95 134.81 9.06 0.00 0.00 0.00 0.00 [2021-05-11T15:06:59.481Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T15:06:59.481Z] Average: docker0 5.80 5.36 0.45 13.48 0.00 0.00 0.00 0.00 [2021-05-11T15:06:59.481Z] [2021-05-11T15:06:59.481Z] [2021-05-11T15:06:59.481Z] ---> sar -P ALL: [2021-05-11T15:06:59.481Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/11/21 _x86_64_ (4 CPU) [2021-05-11T15:06:59.481Z] [2021-05-11T15:06:59.481Z] 14:55:41 LINUX RESTART (4 CPU) [2021-05-11T15:06:59.481Z] [2021-05-11T15:06:59.481Z] 14:56:01 CPU %user %nice %system %iowait %steal %idle [2021-05-11T15:06:59.481Z] 14:57:01 all 16.81 0.00 9.21 4.67 1.34 67.97 [2021-05-11T15:06:59.481Z] 14:57:01 0 16.25 0.00 9.10 3.45 1.36 69.84 [2021-05-11T15:06:59.481Z] 14:57:01 1 16.63 0.00 7.99 4.94 1.54 68.89 [2021-05-11T15:06:59.481Z] 14:57:01 2 17.08 0.00 9.93 5.97 1.34 65.68 [2021-05-11T15:06:59.481Z] 14:57:01 3 17.26 0.00 9.83 4.30 1.13 67.48 [2021-05-11T15:06:59.482Z] 14:58:01 all 0.58 0.00 0.32 0.07 0.02 99.02 [2021-05-11T15:06:59.482Z] 14:58:01 0 0.47 0.00 0.37 0.03 0.03 99.10 [2021-05-11T15:06:59.482Z] 14:58:01 1 1.02 0.00 0.38 0.10 0.02 98.48 [2021-05-11T15:06:59.482Z] 14:58:01 2 0.43 0.00 0.27 0.08 0.02 99.20 [2021-05-11T15:06:59.482Z] 14:58:01 3 0.38 0.00 0.25 0.05 0.02 99.30 [2021-05-11T15:06:59.482Z] 14:59:02 all 0.17 0.00 0.05 0.00 0.02 99.76 [2021-05-11T15:06:59.482Z] 14:59:02 0 0.40 0.00 0.02 0.00 0.02 99.57 [2021-05-11T15:06:59.482Z] 14:59:02 1 0.18 0.00 0.12 0.00 0.02 99.68 [2021-05-11T15:06:59.482Z] 14:59:02 2 0.07 0.00 0.05 0.00 0.03 99.85 [2021-05-11T15:06:59.482Z] 14:59:02 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-05-11T15:06:59.482Z] 15:00:01 all 0.18 0.00 0.05 0.00 0.00 99.77 [2021-05-11T15:06:59.482Z] 15:00:01 0 0.10 0.00 0.03 0.00 0.00 99.86 [2021-05-11T15:06:59.482Z] 15:00:01 1 0.49 0.00 0.08 0.00 0.00 99.42 [2021-05-11T15:06:59.482Z] 15:00:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2021-05-11T15:06:59.482Z] 15:00:01 3 0.08 0.00 0.03 0.00 0.00 99.88 [2021-05-11T15:06:59.482Z] 15:01:01 all 0.17 0.00 0.06 0.00 0.00 99.77 [2021-05-11T15:06:59.482Z] 15:01:01 0 0.08 0.00 0.07 0.00 0.00 99.85 [2021-05-11T15:06:59.482Z] 15:01:01 1 0.53 0.00 0.08 0.00 0.00 99.38 [2021-05-11T15:06:59.482Z] 15:01:01 2 0.03 0.00 0.07 0.00 0.02 99.88 [2021-05-11T15:06:59.482Z] 15:01:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-05-11T15:06:59.482Z] 15:02:01 all 0.16 0.00 0.09 0.01 0.01 99.73 [2021-05-11T15:06:59.482Z] 15:02:01 0 0.08 0.00 0.07 0.02 0.02 99.82 [2021-05-11T15:06:59.482Z] 15:02:01 1 0.08 0.00 0.17 0.00 0.02 99.73 [2021-05-11T15:06:59.482Z] 15:02:01 2 0.43 0.00 0.10 0.02 0.00 99.45 [2021-05-11T15:06:59.482Z] 15:02:01 3 0.03 0.00 0.03 0.00 0.02 99.92 [2021-05-11T15:06:59.482Z] 15:03:01 all 0.17 0.00 0.03 0.00 0.00 99.80 [2021-05-11T15:06:59.482Z] 15:03:01 0 0.05 0.00 0.05 0.00 0.00 99.90 [2021-05-11T15:06:59.482Z] 15:03:01 1 0.07 0.00 0.03 0.00 0.00 99.90 [2021-05-11T15:06:59.482Z] 15:03:01 2 0.52 0.00 0.00 0.00 0.02 99.47 [2021-05-11T15:06:59.482Z] 15:03:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-05-11T15:06:59.482Z] 15:04:01 all 0.15 0.00 0.04 0.00 0.00 99.81 [2021-05-11T15:06:59.482Z] 15:04:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-05-11T15:06:59.482Z] 15:04:01 1 0.05 0.00 0.07 0.00 0.02 99.87 [2021-05-11T15:06:59.482Z] 15:04:01 2 0.52 0.00 0.03 0.00 0.00 99.45 [2021-05-11T15:06:59.482Z] 15:04:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-05-11T15:06:59.482Z] 15:05:01 all 0.15 0.00 0.03 0.00 0.02 99.80 [2021-05-11T15:06:59.482Z] 15:05:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2021-05-11T15:06:59.482Z] 15:05:01 1 0.03 0.00 0.05 0.00 0.02 99.90 [2021-05-11T15:06:59.482Z] 15:05:01 2 0.52 0.00 0.03 0.00 0.02 99.43 [2021-05-11T15:06:59.482Z] 15:05:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2021-05-11T15:06:59.482Z] 15:06:01 all 0.17 0.00 0.04 0.00 0.00 99.78 [2021-05-11T15:06:59.482Z] 15:06:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-05-11T15:06:59.482Z] 15:06:01 1 0.10 0.00 0.07 0.00 0.02 99.82 [2021-05-11T15:06:59.482Z] 15:06:01 2 0.55 0.00 0.03 0.00 0.00 99.42 [2021-05-11T15:06:59.482Z] 15:06:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-05-11T15:06:59.482Z] Average: all 1.84 0.00 0.98 0.47 0.14 96.58 [2021-05-11T15:06:59.482Z] Average: 0 1.71 0.00 0.96 0.34 0.14 96.85 [2021-05-11T15:06:59.482Z] Average: 1 1.90 0.00 0.89 0.50 0.16 96.55 [2021-05-11T15:06:59.482Z] Average: 2 2.00 0.00 1.04 0.60 0.14 96.22 [2021-05-11T15:06:59.482Z] Average: 3 1.75 0.00 1.01 0.43 0.12 96.70 [2021-05-11T15:06:59.482Z] [2021-05-11T15:06:59.482Z] [2021-05-11T15:06:59.482Z]