Pull request #878 updated 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 hahattan for edgexfoundry/device-sdk-go Obtained Jenkinsfile from b69e6f62fc67cffed1aafcb9443aea2404d62ddb+94ba728ffe67abe485aa5fd1bea1962d855b8f3c (28a10a7db4bcf7587dd7ce32636e8aad79586627) 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-375 in /w/workspace/dgexfoundry_device-sdk-go_PR-878 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_PR-878 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-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-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 94ba728ffe67abe485aa5fd1bea1962d855b8f3c into PR head commit b69e6f62fc67cffed1aafcb9443aea2404d62ddb Merge succeeded, producing b69e6f62fc67cffed1aafcb9443aea2404d62ddb Checking out Revision b69e6f62fc67cffed1aafcb9443aea2404d62ddb (PR-878) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/878/head:refs/remotes/origin/PR-878 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b69e6f62fc67cffed1aafcb9443aea2404d62ddb # 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 94ba728ffe67abe485aa5fd1bea1962d855b8f3c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b69e6f62fc67cffed1aafcb9443aea2404d62ddb # timeout=10 Commit message: "fix: use RequestLimitMiddleware on all routes" > git rev-list --no-walk 23eaf68d626cf1c0dd61e78c25a860b20251206b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-16T03:10:19.279Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-16T03:10:19.361Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-16T03:10:19.389Z] ========================================================= [2021-04-16T03:10:19.389Z] EdgeX Global Pipelines Version Info [2021-04-16T03:10:19.389Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-16T03:10:20.956Z] ------------------- [2021-04-16T03:10:20.956Z] stable info: [2021-04-16T03:10:20.956Z] ------------------- [2021-04-16T03:10:20.956Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-16T03:10:20.956Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-16T03:10:20.956Z] Message: update stable to v1.0.186 [2021-04-16T03:10:21.904Z] ------------------- [2021-04-16T03:10:21.904Z] experimental info: [2021-04-16T03:10:21.904Z] ------------------- [2021-04-16T03:10:21.904Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-16T03:10:21.904Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-16T03:10:21.904Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-16T03:10:22.026Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-04-16T03:10:22.059Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-04-16T03:10:22.084Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-16T03:10:22.109Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-16T03:10:22.133Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-16T03:10:22.164Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-16T03:10:22.189Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-16T03:10:22.213Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-16T03:10:22.237Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-04-16T03:10:22.260Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-16T03:10:22.287Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-16T03:10:22.310Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2021-04-16T03:10:22.332Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-16T03:10:22.354Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-16T03:10:22.376Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-16T03:10:22.399Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-04-16T03:10:22.421Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-16T03:10:22.445Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-16T03:10:22.468Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-16T03:10:22.492Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-16T03:10:22.516Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-16T03:10:22.540Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-16T03:10:22.591Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-16T03:10:22.621Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-16T03:10:22.644Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-04-16T03:10:22.668Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-16T03:10:22.699Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-878 [Pipeline] echo [2021-04-16T03:10:22.730Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-878 [Pipeline] echo [2021-04-16T03:10:22.760Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-878 [Pipeline] echo [2021-04-16T03:10:22.792Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b69e6f62fc67cffed1aafcb9443aea2404d62ddb [Pipeline] echo [2021-04-16T03:10:22.818Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b69e6f6 [Pipeline] echo [2021-04-16T03:10:22.843Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-16T03:10:22.928Z] provisioning config files... [2021-04-16T03:10:23.005Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-878@tmp/config1258600284248564736tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-16T03:10:23.327Z] ---> docker-login.sh [2021-04-16T03:10:23.327Z] nexus3.edgexfoundry.org:10001 [2021-04-16T03:10:23.592Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T03:10:23.592Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T03:10:23.592Z] Configure a credential helper to remove this warning. See [2021-04-16T03:10:23.592Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T03:10:23.592Z] [2021-04-16T03:10:23.592Z] Login Succeeded [2021-04-16T03:10:23.592Z] nexus3.edgexfoundry.org:10002 [2021-04-16T03:10:23.855Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T03:10:23.855Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T03:10:23.855Z] Configure a credential helper to remove this warning. See [2021-04-16T03:10:23.855Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T03:10:23.855Z] [2021-04-16T03:10:23.855Z] Login Succeeded [2021-04-16T03:10:23.855Z] nexus3.edgexfoundry.org:10003 [2021-04-16T03:10:24.117Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T03:10:24.117Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T03:10:24.117Z] Configure a credential helper to remove this warning. See [2021-04-16T03:10:24.117Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T03:10:24.117Z] [2021-04-16T03:10:24.117Z] Login Succeeded [2021-04-16T03:10:24.117Z] nexus3.edgexfoundry.org:10004 [2021-04-16T03:10:24.117Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T03:10:24.378Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T03:10:24.378Z] Configure a credential helper to remove this warning. See [2021-04-16T03:10:24.378Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T03:10:24.378Z] [2021-04-16T03:10:24.378Z] Login Succeeded [2021-04-16T03:10:24.378Z] docker.io [2021-04-16T03:10:24.378Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T03:10:24.640Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T03:10:24.640Z] Configure a credential helper to remove this warning. See [2021-04-16T03:10:24.640Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T03:10:24.640Z] [2021-04-16T03:10:24.640Z] Login Succeeded [2021-04-16T03:10:24.640Z] ---> docker-login.sh ends [Pipeline] } [2021-04-16T03:10:24.650Z] 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-04-16T03:10:25.088Z] + git log --format=format:%s -1 b69e6f62fc67cffed1aafcb9443aea2404d62ddb [Pipeline] echo [2021-04-16T03:10:25.162Z] GIT_COMMIT: b69e6f62fc67cffed1aafcb9443aea2404d62ddb, Commit Message: fix: use RequestLimitMiddleware on all routes [Pipeline] echo [2021-04-16T03:10:25.176Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-16T03:10:25.849Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-16T03:10:25.849Z] [2021-04-16T03:10:25.849Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-16T03:10:26.161Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-16T03:10:26.161Z] latest: Pulling from edgex-devops/git-semver [2021-04-16T03:10:26.161Z] 31603596830f: Pulling fs layer [2021-04-16T03:10:26.161Z] 2a8b12db71e7: Pulling fs layer [2021-04-16T03:10:26.161Z] 6ca5941a6612: Pulling fs layer [2021-04-16T03:10:26.161Z] ecc8261a40a4: Pulling fs layer [2021-04-16T03:10:26.161Z] ecc8261a40a4: Waiting [2021-04-16T03:10:26.161Z] 2a8b12db71e7: Verifying Checksum [2021-04-16T03:10:26.161Z] 2a8b12db71e7: Download complete [2021-04-16T03:10:26.424Z] 31603596830f: Verifying Checksum [2021-04-16T03:10:26.424Z] 31603596830f: Download complete [2021-04-16T03:10:26.424Z] ecc8261a40a4: Verifying Checksum [2021-04-16T03:10:26.424Z] ecc8261a40a4: Download complete [2021-04-16T03:10:26.424Z] 6ca5941a6612: Verifying Checksum [2021-04-16T03:10:26.424Z] 6ca5941a6612: Download complete [2021-04-16T03:10:26.690Z] 31603596830f: Pull complete [2021-04-16T03:10:26.690Z] 2a8b12db71e7: Pull complete [2021-04-16T03:10:27.643Z] 6ca5941a6612: Pull complete [2021-04-16T03:10:27.643Z] ecc8261a40a4: Pull complete [2021-04-16T03:10:27.914Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-16T03:10:27.914Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-16T03:10:27.914Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-16T03:10:28.019Z] prd-centos7-docker-4c-2g-375 does not seem to be running inside a container [2021-04-16T03:10:28.070Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-878 -v /w/workspace/dgexfoundry_device-sdk-go_PR-878:/w/workspace/dgexfoundry_device-sdk-go_PR-878:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-878@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-878@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-16T03:10:30.048Z] $ docker top d34a40777cae975785a5c4c7ad501a739bdff265a5e17c05b227036e17c671cb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-16T03:10:30.203Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-16T03:10:30.203Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-16T03:10:30.403Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-16T03:10:30.408Z] $ docker exec d34a40777cae975785a5c4c7ad501a739bdff265a5e17c05b227036e17c671cb ssh-agent [2021-04-16T03:10:30.566Z] SSH_AUTH_SOCK=/tmp/ssh-l3aP42kHaGpw/agent.11 [2021-04-16T03:10:30.566Z] SSH_AGENT_PID=16 [2021-04-16T03:10:30.576Z] Running ssh-add (command line suppressed) [2021-04-16T03:10:30.707Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-878@tmp/private_key_3881812898951349824.key (/w/workspace/dgexfoundry_device-sdk-go_PR-878@tmp/private_key_3881812898951349824.key) [2021-04-16T03:10:30.758Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-16T03:10:31.058Z] + git tag --points-at HEAD [Pipeline] } [2021-04-16T03:10:31.078Z] $ docker exec --env ******** --env ******** d34a40777cae975785a5c4c7ad501a739bdff265a5e17c05b227036e17c671cb ssh-agent -k [2021-04-16T03:10:31.199Z] unset SSH_AUTH_SOCK; [2021-04-16T03:10:31.200Z] unset SSH_AGENT_PID; [2021-04-16T03:10:31.200Z] echo Agent pid 16 killed; [2021-04-16T03:10:31.245Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-16T03:10:31.286Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-16T03:10:31.286Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-16T03:10:31.447Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-16T03:10:31.452Z] $ docker exec d34a40777cae975785a5c4c7ad501a739bdff265a5e17c05b227036e17c671cb ssh-agent [2021-04-16T03:10:31.614Z] SSH_AUTH_SOCK=/tmp/ssh-08acjLJ8WUhL/agent.45 [2021-04-16T03:10:31.614Z] SSH_AGENT_PID=50 [2021-04-16T03:10:31.620Z] Running ssh-add (command line suppressed) [2021-04-16T03:10:31.742Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-878@tmp/private_key_1662776083619885481.key (/w/workspace/dgexfoundry_device-sdk-go_PR-878@tmp/private_key_1662776083619885481.key) [2021-04-16T03:10:31.795Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-16T03:10:32.095Z] + git semver init [2021-04-16T03:10:32.095Z] # -> Open(): unable to determine branch for HEAD [2021-04-16T03:10:32.095Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-878/.git [2021-04-16T03:10:32.095Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-878 [2021-04-16T03:10:32.095Z] # $SEMVER_REMOTE_NAME = origin [2021-04-16T03:10:32.095Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-16T03:10:32.095Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-16T03:10:32.095Z] # $SEMVER_BRANCH = PR-878 [2021-04-16T03:10:32.095Z] # $SEMVER_TEMP = /tmp/semver-984254148 [2021-04-16T03:10:32.095Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-04-16T03:10:33.054Z] # '/tmp/semver-984254148' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-878/.semver' [2021-04-16T03:10:33.054Z] # -> Force: false [2021-04-16T03:10:33.054Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-878/.semver [Pipeline] } [2021-04-16T03:10:33.069Z] $ docker exec --env ******** --env ******** d34a40777cae975785a5c4c7ad501a739bdff265a5e17c05b227036e17c671cb ssh-agent -k [2021-04-16T03:10:33.184Z] unset SSH_AUTH_SOCK; [2021-04-16T03:10:33.184Z] unset SSH_AGENT_PID; [2021-04-16T03:10:33.184Z] echo Agent pid 50 killed; [2021-04-16T03:10:33.231Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-16T03:10:33.562Z] + git semver [Pipeline] } [2021-04-16T03:10:33.580Z] $ docker stop --time=1 d34a40777cae975785a5c4c7ad501a739bdff265a5e17c05b227036e17c671cb [2021-04-16T03:10:34.954Z] $ docker rm -f d34a40777cae975785a5c4c7ad501a739bdff265a5e17c05b227036e17c671cb [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-16T03:10:35.344Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-16T03:10:35.649Z] Stashed 1 file(s) [Pipeline] echo [2021-04-16T03:10:35.652Z] [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-04-16T03:10:50.822Z] Still waiting to schedule task [2021-04-16T03:10:50.823Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-375’ [2021-04-16T03:10:50.826Z] Still waiting to schedule task [2021-04-16T03:10:50.826Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-04-16T03:12:44.240Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-376 in /w/workspace/dgexfoundry_device-sdk-go_PR-878 [Pipeline] { [Pipeline] ws [2021-04-16T03:12:44.265Z] Running in /w/workspace/device-sdk-go/4 [Pipeline] { [Pipeline] checkout [2021-04-16T03:12:50.280Z] using credential edgex-jenkins-ssh [2021-04-16T03:12:50.314Z] Cloning the remote Git repository [2021-04-16T03:12:50.358Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-04-16T03:12:50.464Z] > git init /w/workspace/device-sdk-go/4 # timeout=10 [2021-04-16T03:12:50.544Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-16T03:12:50.545Z] > git --version # timeout=10 [2021-04-16T03:12:50.560Z] > git --version # 'git version 2.17.1' [2021-04-16T03:12:50.561Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-16T03:12:50.609Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-16T03:12:51.776Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-16T03:12:51.800Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-16T03:12:51.830Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-16T03:12:51.859Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-16T03:12:51.860Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-16T03:12:51.870Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/878/head:refs/remotes/origin/PR-878 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-16T03:12:52.485Z] Merging remotes/origin/master commit 94ba728ffe67abe485aa5fd1bea1962d855b8f3c into PR head commit b69e6f62fc67cffed1aafcb9443aea2404d62ddb [2021-04-16T03:12:52.695Z] Merge succeeded, producing b69e6f62fc67cffed1aafcb9443aea2404d62ddb [2021-04-16T03:12:52.696Z] Checking out Revision b69e6f62fc67cffed1aafcb9443aea2404d62ddb (PR-878) [2021-04-16T03:12:52.504Z] > git config core.sparsecheckout # timeout=10 [2021-04-16T03:12:52.517Z] > git checkout -f b69e6f62fc67cffed1aafcb9443aea2404d62ddb # timeout=10 [2021-04-16T03:12:52.618Z] > git remote # timeout=10 [2021-04-16T03:12:52.633Z] > git config --get remote.origin.url # timeout=10 [2021-04-16T03:12:52.645Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-16T03:12:52.655Z] > git merge 94ba728ffe67abe485aa5fd1bea1962d855b8f3c # timeout=10 [2021-04-16T03:12:52.681Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-16T03:12:52.702Z] > git config core.sparsecheckout # timeout=10 [2021-04-16T03:12:52.722Z] > git checkout -f b69e6f62fc67cffed1aafcb9443aea2404d62ddb # timeout=10 [2021-04-16T03:12:57.082Z] Commit message: "fix: use RequestLimitMiddleware on all routes" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-16T03:12:58.835Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-16T03:12:59.285Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-16T03:12:59.627Z] + true [2021-04-16T03:12:59.627Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-16T03:13:02.280Z] provisioning config files... [2021-04-16T03:13:02.319Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/4@tmp/config5937998510653028252tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-16T03:13:02.683Z] ---> docker-login.sh [2021-04-16T03:13:02.683Z] nexus3.edgexfoundry.org:10001 [2021-04-16T03:13:03.662Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T03:13:03.936Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T03:13:03.936Z] Configure a credential helper to remove this warning. See [2021-04-16T03:13:03.936Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T03:13:03.936Z] [2021-04-16T03:13:03.936Z] Login Succeeded [2021-04-16T03:13:03.936Z] nexus3.edgexfoundry.org:10002 [2021-04-16T03:13:04.533Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T03:13:04.533Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T03:13:04.533Z] Configure a credential helper to remove this warning. See [2021-04-16T03:13:04.533Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T03:13:04.533Z] [2021-04-16T03:13:04.533Z] Login Succeeded [2021-04-16T03:13:04.533Z] nexus3.edgexfoundry.org:10003 [2021-04-16T03:13:04.807Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T03:13:05.079Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T03:13:05.079Z] Configure a credential helper to remove this warning. See [2021-04-16T03:13:05.079Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T03:13:05.079Z] [2021-04-16T03:13:05.079Z] Login Succeeded [2021-04-16T03:13:05.079Z] nexus3.edgexfoundry.org:10004 [2021-04-16T03:13:05.350Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T03:13:05.622Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T03:13:05.622Z] Configure a credential helper to remove this warning. See [2021-04-16T03:13:05.622Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T03:13:05.622Z] [2021-04-16T03:13:05.622Z] Login Succeeded [2021-04-16T03:13:05.622Z] docker.io [2021-04-16T03:13:05.892Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T03:13:06.161Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T03:13:06.161Z] Configure a credential helper to remove this warning. See [2021-04-16T03:13:06.161Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T03:13:06.161Z] [2021-04-16T03:13:06.161Z] Login Succeeded [2021-04-16T03:13:06.161Z] ---> docker-login.sh ends [Pipeline] } [2021-04-16T03:13:06.177Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-16T03:13:06.484Z] ========================================================= [2021-04-16T03:13:06.484Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-16T03:13:06.484Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-16T03:13:06.818Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-04-16T03:13:07.416Z] Sending build context to Docker daemon 2.491MB [2021-04-16T03:13:07.416Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-16T03:13:07.416Z] Step 2/8 : FROM ${BASE} [2021-04-16T03:13:07.416Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-16T03:13:07.416Z] 5f621e34cdf4: Pulling fs layer [2021-04-16T03:13:07.416Z] a4357932f1b6: Pulling fs layer [2021-04-16T03:13:07.416Z] 18c013af1878: Pulling fs layer [2021-04-16T03:13:07.416Z] 00ac8860ef70: Pulling fs layer [2021-04-16T03:13:07.416Z] 63d7cb157983: Pulling fs layer [2021-04-16T03:13:07.416Z] b116817d02f9: Pulling fs layer [2021-04-16T03:13:07.416Z] 745a02a5169b: Pulling fs layer [2021-04-16T03:13:07.416Z] 00ac8860ef70: Waiting [2021-04-16T03:13:07.416Z] 63d7cb157983: Waiting [2021-04-16T03:13:07.416Z] b116817d02f9: Waiting [2021-04-16T03:13:07.416Z] 745a02a5169b: Waiting [2021-04-16T03:13:07.416Z] 18c013af1878: Download complete [2021-04-16T03:13:07.416Z] a4357932f1b6: Download complete [2021-04-16T03:13:07.416Z] 63d7cb157983: Verifying Checksum [2021-04-16T03:13:07.416Z] 63d7cb157983: Download complete [2021-04-16T03:13:07.416Z] b116817d02f9: Verifying Checksum [2021-04-16T03:13:07.416Z] b116817d02f9: Download complete [2021-04-16T03:13:07.416Z] 5f621e34cdf4: Download complete [2021-04-16T03:13:08.406Z] 5f621e34cdf4: Pull complete [2021-04-16T03:13:09.011Z] a4357932f1b6: Pull complete [2021-04-16T03:13:09.286Z] 18c013af1878: Pull complete [2021-04-16T03:13:10.271Z] 745a02a5169b: Verifying Checksum [2021-04-16T03:13:10.271Z] 745a02a5169b: Download complete [2021-04-16T03:13:11.252Z] 00ac8860ef70: Verifying Checksum [2021-04-16T03:13:11.252Z] 00ac8860ef70: Download complete [2021-04-16T03:13:21.422Z] 00ac8860ef70: Pull complete [2021-04-16T03:13:21.754Z] 63d7cb157983: Pull complete [2021-04-16T03:13:22.037Z] b116817d02f9: Pull complete [2021-04-16T03:13:26.390Z] 745a02a5169b: Pull complete [2021-04-16T03:13:26.390Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-16T03:13:26.390Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-16T03:13:26.390Z] ---> b7e6874047d6 [2021-04-16T03:13:26.390Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-16T03:13:28.364Z] ---> Running in aefbf5f4ee1e [2021-04-16T03:13:28.650Z] Removing intermediate container aefbf5f4ee1e [2021-04-16T03:13:28.650Z] ---> 5d0482e6a1f4 [2021-04-16T03:13:28.650Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-16T03:13:28.923Z] ---> Running in 06ddc82338c7 [2021-04-16T03:13:29.032Z] Running on prd-centos7-docker-4c-2g-377 in /w/workspace/dgexfoundry_device-sdk-go_PR-878 [Pipeline] { [Pipeline] ws [2021-04-16T03:13:29.049Z] Running in /w/workspace/device-sdk-go/4 [Pipeline] { [Pipeline] checkout [2021-04-16T03:13:30.921Z] Removing intermediate container 06ddc82338c7 [2021-04-16T03:13:30.921Z] ---> 2986166373e7 [2021-04-16T03:13:30.921Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-04-16T03:13:31.194Z] ---> Running in 719cb42323e5 [2021-04-16T03:13:31.626Z] using credential edgex-jenkins-ssh [2021-04-16T03:13:31.639Z] Cloning the remote Git repository [2021-04-16T03:13:32.171Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-16T03:13:31.510Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-04-16T03:13:31.577Z] > git init /w/workspace/device-sdk-go/4 # timeout=10 [2021-04-16T03:13:31.637Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-16T03:13:31.638Z] > git --version # timeout=10 [2021-04-16T03:13:31.644Z] > git --version # 'git version 2.24.3' [2021-04-16T03:13:31.645Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-16T03:13:31.668Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-16T03:13:33.107Z] Merging remotes/origin/master commit 94ba728ffe67abe485aa5fd1bea1962d855b8f3c into PR head commit b69e6f62fc67cffed1aafcb9443aea2404d62ddb [2021-04-16T03:13:33.142Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-16T03:13:33.210Z] Merge succeeded, producing b69e6f62fc67cffed1aafcb9443aea2404d62ddb [2021-04-16T03:13:33.211Z] Checking out Revision b69e6f62fc67cffed1aafcb9443aea2404d62ddb (PR-878) [2021-04-16T03:13:32.515Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-16T03:13:32.522Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-16T03:13:32.535Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-16T03:13:32.548Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-16T03:13:32.548Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-16T03:13:32.553Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/878/head:refs/remotes/origin/PR-878 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-16T03:13:33.090Z] > git config core.sparsecheckout # timeout=10 [2021-04-16T03:13:33.098Z] > git checkout -f b69e6f62fc67cffed1aafcb9443aea2404d62ddb # timeout=10 [2021-04-16T03:13:33.152Z] > git remote # timeout=10 [2021-04-16T03:13:33.158Z] > git config --get remote.origin.url # timeout=10 [2021-04-16T03:13:33.163Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-16T03:13:33.167Z] > git merge 94ba728ffe67abe485aa5fd1bea1962d855b8f3c # timeout=10 [2021-04-16T03:13:33.178Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-16T03:13:33.193Z] > git config core.sparsecheckout # timeout=10 [2021-04-16T03:13:33.202Z] > git checkout -f b69e6f62fc67cffed1aafcb9443aea2404d62ddb # timeout=10 [2021-04-16T03:13:33.738Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-04-16T03:13:33.738Z] (2/6) Installing libsodium (1.0.18-r0) [2021-04-16T03:13:34.008Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-04-16T03:13:34.008Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-04-16T03:13:34.008Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-16T03:13:34.280Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-04-16T03:13:34.280Z] Executing busybox-1.31.1-r19.trigger [2021-04-16T03:13:34.280Z] OK: 144 MiB in 45 packages [2021-04-16T03:13:35.713Z] Removing intermediate container 719cb42323e5 [2021-04-16T03:13:35.713Z] ---> 3ef748f5e130 [2021-04-16T03:13:35.713Z] Step 6/8 : WORKDIR /device-sdk-go [2021-04-16T03:13:35.713Z] ---> Running in c7bb83e284c8 [2021-04-16T03:13:36.311Z] Removing intermediate container c7bb83e284c8 [2021-04-16T03:13:36.311Z] ---> 93e804bf4a6b [2021-04-16T03:13:36.311Z] Step 7/8 : COPY . . [2021-04-16T03:13:36.832Z] Commit message: "fix: use RequestLimitMiddleware on all routes" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-16T03:13:37.762Z] ---> 97eb9e5168c7 [2021-04-16T03:13:37.762Z] Step 8/8 : RUN go mod download [2021-04-16T03:13:37.762Z] ---> Running in c6eae34a2618 [2021-04-16T03:13:37.901Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-16T03:13:38.246Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-16T03:13:38.564Z] + sudo service docker restart [2021-04-16T03:13:38.564Z] + true [2021-04-16T03:13:38.564Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-16T03:13:40.000Z] provisioning config files... [2021-04-16T03:13:40.031Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/4@tmp/config5300585557518111880tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-16T03:13:40.355Z] ---> docker-login.sh [2021-04-16T03:13:40.355Z] nexus3.edgexfoundry.org:10001 [2021-04-16T03:13:40.621Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T03:13:40.621Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T03:13:40.621Z] Configure a credential helper to remove this warning. See [2021-04-16T03:13:40.621Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T03:13:40.621Z] [2021-04-16T03:13:40.621Z] Login Succeeded [2021-04-16T03:13:40.621Z] nexus3.edgexfoundry.org:10002 [2021-04-16T03:13:40.883Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T03:13:40.883Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T03:13:40.883Z] Configure a credential helper to remove this warning. See [2021-04-16T03:13:40.883Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T03:13:40.883Z] [2021-04-16T03:13:40.883Z] Login Succeeded [2021-04-16T03:13:40.883Z] nexus3.edgexfoundry.org:10003 [2021-04-16T03:13:41.151Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T03:13:41.151Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T03:13:41.151Z] Configure a credential helper to remove this warning. See [2021-04-16T03:13:41.151Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T03:13:41.151Z] [2021-04-16T03:13:41.151Z] Login Succeeded [2021-04-16T03:13:41.151Z] nexus3.edgexfoundry.org:10004 [2021-04-16T03:13:41.151Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T03:13:41.416Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T03:13:41.416Z] Configure a credential helper to remove this warning. See [2021-04-16T03:13:41.416Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T03:13:41.416Z] [2021-04-16T03:13:41.416Z] Login Succeeded [2021-04-16T03:13:41.416Z] docker.io [2021-04-16T03:13:41.416Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T03:13:41.679Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T03:13:41.679Z] Configure a credential helper to remove this warning. See [2021-04-16T03:13:41.679Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T03:13:41.679Z] [2021-04-16T03:13:41.679Z] Login Succeeded [2021-04-16T03:13:41.679Z] ---> docker-login.sh ends [Pipeline] } [2021-04-16T03:13:41.695Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-16T03:13:41.937Z] ========================================================= [2021-04-16T03:13:41.937Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-16T03:13:41.937Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-16T03:13:42.252Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-04-16T03:13:42.520Z] Sending build context to Docker daemon 2.492MB [2021-04-16T03:13:42.520Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-16T03:13:42.520Z] Step 2/8 : FROM ${BASE} [2021-04-16T03:13:42.520Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-16T03:13:42.520Z] 188c0c94c7c5: Pulling fs layer [2021-04-16T03:13:42.520Z] 0ef7d3d256c8: Pulling fs layer [2021-04-16T03:13:42.520Z] de9db76c5a1d: Pulling fs layer [2021-04-16T03:13:42.520Z] bca2f99d35d6: Pulling fs layer [2021-04-16T03:13:42.520Z] 93359f2a8cfa: Pulling fs layer [2021-04-16T03:13:42.520Z] 7c6f9722023f: Pulling fs layer [2021-04-16T03:13:42.520Z] a35cf1a2eb13: Pulling fs layer [2021-04-16T03:13:42.520Z] 93359f2a8cfa: Waiting [2021-04-16T03:13:42.520Z] 7c6f9722023f: Waiting [2021-04-16T03:13:42.520Z] a35cf1a2eb13: Waiting [2021-04-16T03:13:42.520Z] bca2f99d35d6: Waiting [2021-04-16T03:13:42.520Z] de9db76c5a1d: Verifying Checksum [2021-04-16T03:13:42.520Z] de9db76c5a1d: Download complete [2021-04-16T03:13:42.520Z] 0ef7d3d256c8: Verifying Checksum [2021-04-16T03:13:42.520Z] 0ef7d3d256c8: Download complete [2021-04-16T03:13:42.520Z] 93359f2a8cfa: Verifying Checksum [2021-04-16T03:13:42.520Z] 93359f2a8cfa: Download complete [2021-04-16T03:13:42.789Z] 7c6f9722023f: Verifying Checksum [2021-04-16T03:13:42.789Z] 7c6f9722023f: Download complete [2021-04-16T03:13:42.789Z] 188c0c94c7c5: Verifying Checksum [2021-04-16T03:13:42.789Z] 188c0c94c7c5: Download complete [2021-04-16T03:13:42.789Z] 188c0c94c7c5: Pull complete [2021-04-16T03:13:43.065Z] 0ef7d3d256c8: Pull complete [2021-04-16T03:13:43.336Z] de9db76c5a1d: Pull complete [2021-04-16T03:13:45.296Z] a35cf1a2eb13: Verifying Checksum [2021-04-16T03:13:45.296Z] a35cf1a2eb13: Download complete [2021-04-16T03:13:45.881Z] bca2f99d35d6: Verifying Checksum [2021-04-16T03:13:45.881Z] bca2f99d35d6: Download complete [2021-04-16T03:13:51.243Z] bca2f99d35d6: Pull complete [2021-04-16T03:13:51.506Z] 93359f2a8cfa: Pull complete [2021-04-16T03:13:51.506Z] 7c6f9722023f: Pull complete [2021-04-16T03:13:56.834Z] a35cf1a2eb13: Pull complete [2021-04-16T03:13:56.834Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-16T03:13:56.834Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-16T03:13:56.834Z] ---> a62c8e92a672 [2021-04-16T03:13:56.834Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-16T03:13:56.834Z] ---> Running in 58c98d1f0782 [2021-04-16T03:13:56.834Z] Removing intermediate container 58c98d1f0782 [2021-04-16T03:13:56.834Z] ---> 584093c8f661 [2021-04-16T03:13:56.834Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-16T03:13:56.834Z] ---> Running in 734faca46e3a [2021-04-16T03:13:57.785Z] Removing intermediate container 734faca46e3a [2021-04-16T03:13:57.785Z] ---> 9598b2368555 [2021-04-16T03:13:57.785Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-04-16T03:13:57.785Z] ---> Running in 7acd01d3312e [2021-04-16T03:13:58.734Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-16T03:13:59.308Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-16T03:13:59.879Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-04-16T03:13:59.879Z] (2/6) Installing libsodium (1.0.18-r0) [2021-04-16T03:13:59.879Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-04-16T03:14:00.140Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-04-16T03:14:00.140Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-16T03:14:00.401Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-04-16T03:14:00.401Z] Executing busybox-1.31.1-r19.trigger [2021-04-16T03:14:00.401Z] OK: 167 MiB in 45 packages [2021-04-16T03:14:01.348Z] Removing intermediate container 7acd01d3312e [2021-04-16T03:14:01.348Z] ---> 74ed8120bdc0 [2021-04-16T03:14:01.348Z] Step 6/8 : WORKDIR /device-sdk-go [2021-04-16T03:14:01.348Z] ---> Running in 81450a6d47b0 [2021-04-16T03:14:01.348Z] Removing intermediate container 81450a6d47b0 [2021-04-16T03:14:01.348Z] ---> c2525ab5ba4e [2021-04-16T03:14:01.348Z] Step 7/8 : COPY . . [2021-04-16T03:14:02.743Z] ---> 13eacee30eff [2021-04-16T03:14:02.743Z] Step 8/8 : RUN go mod download [2021-04-16T03:14:02.743Z] ---> Running in 7a2357b13132 [2021-04-16T03:14:04.576Z] Removing intermediate container c6eae34a2618 [2021-04-16T03:14:04.576Z] ---> 19ee1307dd31 [2021-04-16T03:14:04.576Z] Successfully built 19ee1307dd31 [2021-04-16T03:14:04.576Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-16T03:14:04.910Z] + docker inspect -f . ci-base-image-arm64 [2021-04-16T03:14:04.910Z] . [Pipeline] withDockerContainer [2021-04-16T03:14:05.135Z] prd-ubuntu18.04-docker-arm64-4c-16g-376 does not seem to be running inside a container [2021-04-16T03:14:05.216Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/4 -v /w/workspace/device-sdk-go/4:/w/workspace/device-sdk-go/4:rw,z -v /w/workspace/device-sdk-go/4@tmp:/w/workspace/device-sdk-go/4@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 ******** ci-base-image-arm64 cat [2021-04-16T03:14:06.724Z] $ docker top cc83cb9e5c739f63238feb94a5ffbaeb102e8511338819a5c4b6c27c5436119d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-16T03:14:07.673Z] + go version [2021-04-16T03:14:07.673Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-16T03:14:07.693Z] $ docker stop --time=1 cc83cb9e5c739f63238feb94a5ffbaeb102e8511338819a5c4b6c27c5436119d [2021-04-16T03:14:09.630Z] $ docker rm -f cc83cb9e5c739f63238feb94a5ffbaeb102e8511338819a5c4b6c27c5436119d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-16T03:14:10.314Z] + docker inspect -f . ci-base-image-arm64 [2021-04-16T03:14:10.314Z] . [Pipeline] withDockerContainer [2021-04-16T03:14:10.542Z] prd-ubuntu18.04-docker-arm64-4c-16g-376 does not seem to be running inside a container [2021-04-16T03:14:10.621Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/4 -v /w/workspace/device-sdk-go/4:/w/workspace/device-sdk-go/4:rw,z -v /w/workspace/device-sdk-go/4@tmp:/w/workspace/device-sdk-go/4@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 ******** ci-base-image-arm64 cat [2021-04-16T03:14:12.159Z] $ docker top b639b041b65471f3a70b1107e82eb9fdae2f4f87519fba7668a73f012a801971 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-16T03:14:13.184Z] + make test [2021-04-16T03:14:13.184Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-16T03:14:24.766Z] Removing intermediate container 7a2357b13132 [2021-04-16T03:14:24.766Z] ---> dbeae541f55a [2021-04-16T03:14:24.766Z] Successfully built dbeae541f55a [2021-04-16T03:14:24.766Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-16T03:14:25.079Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-16T03:14:25.080Z] . [Pipeline] withDockerContainer [2021-04-16T03:14:25.188Z] prd-centos7-docker-4c-2g-377 does not seem to be running inside a container [2021-04-16T03:14:25.233Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/4 -v /w/workspace/device-sdk-go/4:/w/workspace/device-sdk-go/4:rw,z -v /w/workspace/device-sdk-go/4@tmp:/w/workspace/device-sdk-go/4@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 ******** ci-base-image-x86_64 cat [2021-04-16T03:14:26.370Z] $ docker top 94a0b8203ae6fab14cb25707ab8867b9c5634be45cdedb7187b273e56af3bdd6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-16T03:14:26.823Z] + go version [2021-04-16T03:14:26.823Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-16T03:14:26.836Z] $ docker stop --time=1 94a0b8203ae6fab14cb25707ab8867b9c5634be45cdedb7187b273e56af3bdd6 [2021-04-16T03:14:28.187Z] $ docker rm -f 94a0b8203ae6fab14cb25707ab8867b9c5634be45cdedb7187b273e56af3bdd6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-16T03:14:28.685Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-16T03:14:28.685Z] . [Pipeline] withDockerContainer [2021-04-16T03:14:28.779Z] prd-centos7-docker-4c-2g-377 does not seem to be running inside a container [2021-04-16T03:14:28.825Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/4 -v /w/workspace/device-sdk-go/4:/w/workspace/device-sdk-go/4:rw,z -v /w/workspace/device-sdk-go/4@tmp:/w/workspace/device-sdk-go/4@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 ******** ci-base-image-x86_64 cat [2021-04-16T03:14:29.524Z] $ docker top da9a036dc1975f8236f04bc98b76ad426489121e4e03331638ce25ce918d6e7d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-16T03:14:29.944Z] + make test [2021-04-16T03:14:29.944Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-16T03:14:35.364Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-04-16T03:14:38.133Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-04-16T03:14:56.724Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-04-16T03:14:56.724Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-04-16T03:14:56.724Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-04-16T03:14:56.724Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] [2021-04-16T03:14:56.724Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-04-16T03:15:00.968Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.080s coverage: 28.1% of statements [2021-04-16T03:15:00.968Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.071s coverage: 78.9% of statements [2021-04-16T03:15:01.555Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.083s coverage: 7.8% of statements [2021-04-16T03:15:01.555Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-04-16T03:15:01.555Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-04-16T03:15:01.555Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-04-16T03:15:01.555Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.082s coverage: 32.0% of statements [2021-04-16T03:15:01.555Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-04-16T03:15:01.555Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-04-16T03:15:01.555Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-04-16T03:15:02.144Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.098s coverage: 57.1% of statements [2021-04-16T03:15:02.408Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 1.187s coverage: 6.6% of statements [2021-04-16T03:15:02.670Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.058s coverage: 5.0% of statements [2021-04-16T03:15:02.670Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-04-16T03:15:02.939Z] GO111MODULE=on go vet ./... [2021-04-16T03:15:17.961Z] gofmt -l . [2021-04-16T03:15:17.961Z] [ "`gofmt -l .`" = "" ] [2021-04-16T03:15:17.961Z] ./bin/test-attribution-txt.sh [2021-04-16T03:15:18.913Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-04-16T03:15:19.501Z] $ docker stop --time=1 da9a036dc1975f8236f04bc98b76ad426489121e4e03331638ce25ce918d6e7d [2021-04-16T03:15:21.123Z] $ docker rm -f da9a036dc1975f8236f04bc98b76ad426489121e4e03331638ce25ce918d6e7d [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-16T03:15:21.715Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-16T03:15:22.079Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-04-16T03:15:24.598Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-16T03:15:24.900Z] + ls -al . [2021-04-16T03:15:24.900Z] total 188 [2021-04-16T03:15:24.900Z] drwxrwxr-x. 10 jenkins jenkins 4096 Apr 16 03:15 . [2021-04-16T03:15:24.900Z] drwxrwxr-x. 4 jenkins jenkins 28 Apr 16 03:13 .. [2021-04-16T03:15:24.900Z] drwxrwxr-x. 2 jenkins jenkins 64 Apr 16 03:13 bin [2021-04-16T03:15:24.900Z] -rw-r--r--. 1 jenkins jenkins 99931 Apr 16 03:15 coverage.out [2021-04-16T03:15:24.900Z] -rw-rw-r--. 1 jenkins jenkins 987 Apr 16 03:13 Dockerfile.build [2021-04-16T03:15:24.900Z] -rw-rw-r--. 1 jenkins jenkins 140 Apr 16 03:13 .dockerignore [2021-04-16T03:15:24.900Z] drwxrwxr-x. 5 jenkins jenkins 62 Apr 16 03:13 example [2021-04-16T03:15:24.900Z] drwxrwxr-x. 8 jenkins jenkins 179 Apr 16 03:13 .git [2021-04-16T03:15:24.900Z] drwxrwxr-x. 2 jenkins jenkins 103 Apr 16 03:13 .github [2021-04-16T03:15:24.900Z] -rw-rw-r--. 1 jenkins jenkins 138 Apr 16 03:13 .gitignore [2021-04-16T03:15:24.900Z] -rw-r--r--. 1 jenkins jenkins 574 Apr 16 03:15 go.mod [2021-04-16T03:15:24.900Z] -rw-r--r--. 1 jenkins jenkins 20735 Apr 16 03:15 go.sum [2021-04-16T03:15:24.900Z] drwxrwxr-x. 14 jenkins jenkins 207 Apr 16 03:13 internal [2021-04-16T03:15:24.900Z] -rw-rw-r--. 1 jenkins jenkins 901 Apr 16 03:13 Jenkinsfile [2021-04-16T03:15:24.900Z] -rw-rw-r--. 1 jenkins jenkins 11341 Apr 16 03:13 LICENSE [2021-04-16T03:15:24.900Z] -rw-rw-r--. 1 jenkins jenkins 1022 Apr 16 03:13 Makefile [2021-04-16T03:15:24.900Z] drwxrwxr-x. 4 jenkins jenkins 26 Apr 16 03:13 openapi [2021-04-16T03:15:24.900Z] drwxrwxr-x. 5 jenkins jenkins 50 Apr 16 03:13 pkg [2021-04-16T03:15:24.900Z] -rw-rw-r--. 1 jenkins jenkins 5897 Apr 16 03:13 README.md [2021-04-16T03:15:24.900Z] -rw-rw-r--. 1 jenkins jenkins 6616 Apr 16 03:13 RELEASE-NOTES.txt [2021-04-16T03:15:24.900Z] drwxrwxr-x. 4 jenkins jenkins 54 Apr 16 03:13 snap [2021-04-16T03:15:24.900Z] -rw-rw-r--. 1 jenkins jenkins 5 Apr 16 03:10 VERSION [2021-04-16T03:15:24.900Z] -rw-rw-r--. 1 jenkins jenkins 222 Apr 16 03:13 version.go [Pipeline] isUnix [Pipeline] sh [2021-04-16T03:15:25.209Z] + docker build -t docker-device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=b69e6f62fc67cffed1aafcb9443aea2404d62ddb --label arch=amd64 --label version=0.0.0 . [2021-04-16T03:15:25.472Z] Sending build context to Docker daemon 2.593MB [2021-04-16T03:15:25.472Z] Step 1/23 : ARG BASE=golang:1.15-alpine3.12 [2021-04-16T03:15:25.472Z] Step 2/23 : FROM ${BASE} AS builder [2021-04-16T03:15:25.472Z] ---> dbeae541f55a [2021-04-16T03:15:25.472Z] Step 3/23 : WORKDIR /device-sdk-go [2021-04-16T03:15:26.046Z] ---> Running in 5df9402dd220 [2021-04-16T03:15:26.995Z] Removing intermediate container 5df9402dd220 [2021-04-16T03:15:26.995Z] ---> 1ab39a7f9923 [2021-04-16T03:15:26.995Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-16T03:15:26.995Z] ---> Running in 155cd0962a35 [2021-04-16T03:15:26.995Z] Removing intermediate container 155cd0962a35 [2021-04-16T03:15:26.995Z] ---> 5751cb16d6d0 [2021-04-16T03:15:26.995Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-16T03:15:26.995Z] ---> Running in 39ae0c8a34f3 [2021-04-16T03:15:27.951Z] Removing intermediate container 39ae0c8a34f3 [2021-04-16T03:15:27.951Z] ---> 5bc9d49fcfd8 [2021-04-16T03:15:27.951Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-04-16T03:15:27.951Z] ---> Running in 2258cdb751a5 [2021-04-16T03:15:28.531Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-16T03:15:29.482Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-16T03:15:29.743Z] OK: 167 MiB in 45 packages [2021-04-16T03:15:30.318Z] Removing intermediate container 2258cdb751a5 [2021-04-16T03:15:30.318Z] ---> dc2c85c27bdd [2021-04-16T03:15:30.318Z] Step 7/23 : COPY . . [2021-04-16T03:15:31.263Z] ---> 023920936fee [2021-04-16T03:15:31.263Z] Step 8/23 : RUN go mod download [2021-04-16T03:15:31.263Z] ---> Running in 33dae6b3fa63 [2021-04-16T03:15:31.955Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-04-16T03:15:31.955Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-04-16T03:15:31.955Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-04-16T03:15:31.955Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] [2021-04-16T03:15:31.955Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-04-16T03:15:32.219Z] Removing intermediate container 33dae6b3fa63 [2021-04-16T03:15:32.219Z] ---> 210ac156f2a5 [2021-04-16T03:15:32.219Z] Step 9/23 : RUN make build [2021-04-16T03:15:32.219Z] ---> Running in d3e52a40d7bc [2021-04-16T03:15:32.795Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-04-16T03:15:34.612Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.156s coverage: 28.1% of statements [2021-04-16T03:15:34.612Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.166s coverage: 78.9% of statements [2021-04-16T03:15:34.612Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.220s coverage: 7.8% of statements [2021-04-16T03:15:34.612Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-04-16T03:15:34.612Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-04-16T03:15:34.612Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-04-16T03:15:37.258Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.249s coverage: 32.0% of statements [2021-04-16T03:15:37.258Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-04-16T03:15:37.258Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-04-16T03:15:37.258Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-04-16T03:15:40.686Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.337s coverage: 57.1% of statements [2021-04-16T03:15:40.686Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.206s coverage: 6.6% of statements [2021-04-16T03:15:40.686Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.149s coverage: 5.0% of statements [2021-04-16T03:15:40.686Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-04-16T03:15:40.958Z] GO111MODULE=on go vet ./... [2021-04-16T03:15:45.157Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-04-16T03:15:45.157Z] Removing intermediate container d3e52a40d7bc [2021-04-16T03:15:45.157Z] ---> 6554986d4d97 [2021-04-16T03:15:45.157Z] Step 10/23 : FROM alpine:3.12 [2021-04-16T03:15:45.738Z] 3.12: Pulling from library/alpine [2021-04-16T03:15:45.738Z] 339de151aab4: Pulling fs layer [2021-04-16T03:15:45.738Z] 339de151aab4: Verifying Checksum [2021-04-16T03:15:45.738Z] 339de151aab4: Download complete [2021-04-16T03:15:46.000Z] 339de151aab4: Pull complete [2021-04-16T03:15:46.263Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-16T03:15:46.263Z] Status: Downloaded newer image for alpine:3.12 [2021-04-16T03:15:46.263Z] ---> 13621d1b12d4 [2021-04-16T03:15:46.263Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-16T03:15:46.263Z] ---> Running in 53ccc356fcd1 [2021-04-16T03:15:46.527Z] Removing intermediate container 53ccc356fcd1 [2021-04-16T03:15:46.527Z] ---> c29826739a04 [2021-04-16T03:15:46.527Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-16T03:15:46.527Z] ---> Running in 57ec21444eff [2021-04-16T03:15:47.482Z] Removing intermediate container 57ec21444eff [2021-04-16T03:15:47.482Z] ---> f8b4d3354b55 [2021-04-16T03:15:47.482Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-04-16T03:15:47.482Z] ---> Running in b685bd2aae7a [2021-04-16T03:15:48.063Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-16T03:15:48.636Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-16T03:15:48.898Z] (1/5) Installing libgcc (9.3.0-r2) [2021-04-16T03:15:49.159Z] (2/5) Installing libsodium (1.0.18-r0) [2021-04-16T03:15:49.159Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-04-16T03:15:50.104Z] (4/5) Installing libzmq (4.3.3-r0) [2021-04-16T03:15:50.104Z] (5/5) Installing zeromq (4.3.3-r0) [2021-04-16T03:15:50.367Z] Executing busybox-1.31.1-r20.trigger [2021-04-16T03:15:50.367Z] OK: 8 MiB in 19 packages [2021-04-16T03:15:50.944Z] Removing intermediate container b685bd2aae7a [2021-04-16T03:15:50.944Z] ---> e9f936c28392 [2021-04-16T03:15:50.944Z] Step 14/23 : WORKDIR / [2021-04-16T03:15:50.944Z] ---> Running in aa2d3ac41539 [2021-04-16T03:15:51.204Z] Removing intermediate container aa2d3ac41539 [2021-04-16T03:15:51.204Z] ---> f5592827032b [2021-04-16T03:15:51.204Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-04-16T03:15:51.468Z] ---> dba76723f4f0 [2021-04-16T03:15:51.468Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-04-16T03:15:52.071Z] ---> d27a19f1bd52 [2021-04-16T03:15:52.071Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-04-16T03:15:52.071Z] ---> d3504b78ee82 [2021-04-16T03:15:52.071Z] Step 18/23 : EXPOSE 49990 [2021-04-16T03:15:52.334Z] ---> Running in cac5508121e9 [2021-04-16T03:15:52.334Z] Removing intermediate container cac5508121e9 [2021-04-16T03:15:52.334Z] ---> adf848277d96 [2021-04-16T03:15:52.334Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-04-16T03:15:52.594Z] ---> Running in f6305271537a [2021-04-16T03:15:52.594Z] Removing intermediate container f6305271537a [2021-04-16T03:15:52.594Z] ---> b2e24e40ae9d [2021-04-16T03:15:52.594Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-16T03:15:52.856Z] ---> Running in 747772a9d457 [2021-04-16T03:15:52.856Z] Removing intermediate container 747772a9d457 [2021-04-16T03:15:52.856Z] ---> 519ea608a03e [2021-04-16T03:15:52.856Z] Step 21/23 : LABEL arch=amd64 [2021-04-16T03:15:52.856Z] ---> Running in 6a582095001e [2021-04-16T03:15:53.118Z] Removing intermediate container 6a582095001e [2021-04-16T03:15:53.118Z] ---> 86ff824fdb3e [2021-04-16T03:15:53.118Z] Step 22/23 : LABEL git_sha=b69e6f62fc67cffed1aafcb9443aea2404d62ddb [2021-04-16T03:15:53.118Z] ---> Running in 41d55d0db410 [2021-04-16T03:15:53.378Z] Removing intermediate container 41d55d0db410 [2021-04-16T03:15:53.378Z] ---> 051c833224bc [2021-04-16T03:15:53.378Z] Step 23/23 : LABEL version=0.0.0 [2021-04-16T03:15:53.378Z] ---> Running in 23ab3529e1ae [2021-04-16T03:15:53.640Z] Removing intermediate container 23ab3529e1ae [2021-04-16T03:15:53.641Z] ---> 85a8345b0f98 [2021-04-16T03:15:53.641Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2021-04-16T03:15:53.641Z] Successfully built 85a8345b0f98 [2021-04-16T03:15:53.641Z] Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-16T03:15:54.336Z] ---> job-cost.sh [2021-04-16T03:15:54.336Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-5VRt [2021-04-16T03:16:09.269Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-16T03:16:28.037Z] gofmt -l . [2021-04-16T03:16:28.037Z] [ "`gofmt -l .`" = "" ] [2021-04-16T03:16:28.037Z] ./bin/test-attribution-txt.sh [2021-04-16T03:16:28.037Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-04-16T03:16:28.066Z] $ docker stop --time=1 b639b041b65471f3a70b1107e82eb9fdae2f4f87519fba7668a73f012a801971 [2021-04-16T03:16:30.450Z] $ docker rm -f b639b041b65471f3a70b1107e82eb9fdae2f4f87519fba7668a73f012a801971 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-16T03:16:31.537Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-16T03:16:31.561Z] Warning: overwriting stash ‘coverage-report’ [2021-04-16T03:16:32.553Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-16T03:16:33.043Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-16T03:16:33.411Z] + ls -al . [2021-04-16T03:16:33.411Z] total 224 [2021-04-16T03:16:33.411Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 16 03:16 . [2021-04-16T03:16:33.411Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 16 03:12 .. [2021-04-16T03:16:33.411Z] -rw-rw-r-- 1 jenkins jenkins 140 Apr 16 03:12 .dockerignore [2021-04-16T03:16:33.411Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 16 03:12 .git [2021-04-16T03:16:33.411Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 16 03:12 .github [2021-04-16T03:16:33.411Z] -rw-rw-r-- 1 jenkins jenkins 138 Apr 16 03:12 .gitignore [2021-04-16T03:16:33.411Z] -rw-rw-r-- 1 jenkins jenkins 987 Apr 16 03:12 Dockerfile.build [2021-04-16T03:16:33.411Z] -rw-rw-r-- 1 jenkins jenkins 901 Apr 16 03:12 Jenkinsfile [2021-04-16T03:16:33.411Z] -rw-rw-r-- 1 jenkins jenkins 11341 Apr 16 03:12 LICENSE [2021-04-16T03:16:33.411Z] -rw-rw-r-- 1 jenkins jenkins 1022 Apr 16 03:12 Makefile [2021-04-16T03:16:33.411Z] -rw-rw-r-- 1 jenkins jenkins 5897 Apr 16 03:12 README.md [2021-04-16T03:16:33.411Z] -rw-rw-r-- 1 jenkins jenkins 6616 Apr 16 03:12 RELEASE-NOTES.txt [2021-04-16T03:16:33.411Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 16 03:10 VERSION [2021-04-16T03:16:33.411Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 16 03:12 bin [2021-04-16T03:16:33.411Z] -rw-r--r-- 1 jenkins jenkins 99931 Apr 16 03:15 coverage.out [2021-04-16T03:16:33.411Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 16 03:12 example [2021-04-16T03:16:33.411Z] -rw-r--r-- 1 jenkins jenkins 574 Apr 16 03:16 go.mod [2021-04-16T03:16:33.411Z] -rw-r--r-- 1 jenkins jenkins 20735 Apr 16 03:16 go.sum [2021-04-16T03:16:33.411Z] drwxrwxr-x 14 jenkins jenkins 4096 Apr 16 03:12 internal [2021-04-16T03:16:33.411Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 16 03:12 openapi [2021-04-16T03:16:33.411Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 16 03:12 pkg [2021-04-16T03:16:33.411Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 16 03:12 snap [2021-04-16T03:16:33.411Z] -rw-rw-r-- 1 jenkins jenkins 222 Apr 16 03:12 version.go [Pipeline] isUnix [Pipeline] sh [2021-04-16T03:16:33.788Z] + docker build -t docker-device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=b69e6f62fc67cffed1aafcb9443aea2404d62ddb --label arch=arm64 --label version=0.0.0 . [2021-04-16T03:16:34.440Z] Sending build context to Docker daemon 2.592MB [2021-04-16T03:16:34.440Z] Step 1/23 : ARG BASE=golang:1.15-alpine3.12 [2021-04-16T03:16:34.440Z] Step 2/23 : FROM ${BASE} AS builder [2021-04-16T03:16:34.440Z] ---> 19ee1307dd31 [2021-04-16T03:16:34.440Z] Step 3/23 : WORKDIR /device-sdk-go [2021-04-16T03:16:34.715Z] ---> Running in ffabc126791e [2021-04-16T03:16:35.321Z] Removing intermediate container ffabc126791e [2021-04-16T03:16:35.321Z] ---> 25eae797f0a0 [2021-04-16T03:16:35.321Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-16T03:16:35.321Z] ---> Running in 3b8fe6b7b443 [2021-04-16T03:16:35.595Z] Removing intermediate container 3b8fe6b7b443 [2021-04-16T03:16:35.595Z] ---> fa497ae54caf [2021-04-16T03:16:35.595Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-16T03:16:35.868Z] ---> Running in 33ee1e1d6898 [2021-04-16T03:16:35.928Z] lf-activate-venv(): INFO: Adding /tmp/venv-5VRt/bin to PATH [2021-04-16T03:16:35.928Z] INFO: No Stack... [2021-04-16T03:16:36.876Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-16T03:16:37.457Z] INFO: Archiving Costs [Pipeline] sh [2021-04-16T03:16:37.763Z] + cat /w/workspace/device-sdk-go/4/archives/cost.csv [2021-04-16T03:16:37.763Z] + cut -d, -f6 [Pipeline] lock [2021-04-16T03:16:37.837Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-878-4-stack-cost] [2021-04-16T03:16:37.846Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-878-4-stack-cost] did not exist. Created. [2021-04-16T03:16:37.846Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-878-4-stack-cost] [Pipeline] { [2021-04-16T03:16:37.861Z] Removing intermediate container 33ee1e1d6898 [2021-04-16T03:16:37.861Z] ---> c20a7b88a690 [2021-04-16T03:16:37.861Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [Pipeline] unstash [Pipeline] sh [2021-04-16T03:16:38.136Z] ---> Running in a164ab265996 [2021-04-16T03:16:38.172Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-16T03:16:38.288Z] Stashed 1 file(s) [Pipeline] } [2021-04-16T03:16:38.300Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-878-4-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-16T03:16:39.122Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-16T03:16:39.711Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-16T03:16:40.682Z] OK: 144 MiB in 45 packages [2021-04-16T03:16:41.683Z] Removing intermediate container a164ab265996 [2021-04-16T03:16:41.683Z] ---> 9a2a9d17f21b [2021-04-16T03:16:41.683Z] Step 7/23 : COPY . . [2021-04-16T03:16:43.119Z] ---> 10decc4bdf0f [2021-04-16T03:16:43.120Z] Step 8/23 : RUN go mod download [2021-04-16T03:16:43.120Z] ---> Running in 4fbebb07fc39 [2021-04-16T03:16:45.748Z] Removing intermediate container 4fbebb07fc39 [2021-04-16T03:16:45.748Z] ---> 3e221b6bf7bd [2021-04-16T03:16:45.748Z] Step 9/23 : RUN make build [2021-04-16T03:16:45.748Z] ---> Running in 6e5489ebd7e6 [2021-04-16T03:16:46.731Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-04-16T03:17:19.098Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-04-16T03:17:21.066Z] Removing intermediate container 6e5489ebd7e6 [2021-04-16T03:17:21.066Z] ---> c2d9c62b546f [2021-04-16T03:17:21.066Z] Step 10/23 : FROM alpine:3.12 [2021-04-16T03:17:21.337Z] 3.12: Pulling from library/alpine [2021-04-16T03:17:21.612Z] d2f70382dc9a: Pulling fs layer [2021-04-16T03:17:21.886Z] d2f70382dc9a: Download complete [2021-04-16T03:17:22.483Z] d2f70382dc9a: Pull complete [2021-04-16T03:17:22.483Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-16T03:17:22.483Z] Status: Downloaded newer image for alpine:3.12 [2021-04-16T03:17:22.483Z] ---> 9852663dfa18 [2021-04-16T03:17:22.483Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-16T03:17:22.759Z] ---> Running in 51d7fe046c57 [2021-04-16T03:17:23.032Z] Removing intermediate container 51d7fe046c57 [2021-04-16T03:17:23.032Z] ---> 963b06e901d1 [2021-04-16T03:17:23.032Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-16T03:17:23.306Z] ---> Running in 8d172f621384 [2021-04-16T03:17:25.312Z] Removing intermediate container 8d172f621384 [2021-04-16T03:17:25.312Z] ---> 9b407d76eb93 [2021-04-16T03:17:25.312Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-04-16T03:17:25.312Z] ---> Running in 0ce10d64db9e [2021-04-16T03:17:26.287Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-16T03:17:27.264Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-16T03:17:28.254Z] (1/5) Installing libgcc (9.3.0-r2) [2021-04-16T03:17:28.254Z] (2/5) Installing libsodium (1.0.18-r0) [2021-04-16T03:17:28.254Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-04-16T03:17:28.533Z] (4/5) Installing libzmq (4.3.3-r0) [2021-04-16T03:17:28.533Z] (5/5) Installing zeromq (4.3.3-r0) [2021-04-16T03:17:28.533Z] Executing busybox-1.31.1-r20.trigger [2021-04-16T03:17:28.533Z] OK: 8 MiB in 19 packages [2021-04-16T03:17:29.974Z] Removing intermediate container 0ce10d64db9e [2021-04-16T03:17:29.974Z] ---> 3504b9c7e6b2 [2021-04-16T03:17:29.974Z] Step 14/23 : WORKDIR / [2021-04-16T03:17:30.246Z] ---> Running in 8815d643e2ac [2021-04-16T03:17:30.519Z] Removing intermediate container 8815d643e2ac [2021-04-16T03:17:30.519Z] ---> 69c137783ed2 [2021-04-16T03:17:30.519Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-04-16T03:17:31.498Z] ---> 60a4c74c509f [2021-04-16T03:17:31.498Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-04-16T03:17:32.474Z] ---> d8d40091939f [2021-04-16T03:17:32.474Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-04-16T03:17:33.459Z] ---> 50736657696f [2021-04-16T03:17:33.459Z] Step 18/23 : EXPOSE 49990 [2021-04-16T03:17:33.459Z] ---> Running in fa6d12e8be5c [2021-04-16T03:17:34.055Z] Removing intermediate container fa6d12e8be5c [2021-04-16T03:17:34.055Z] ---> 9acbd048014c [2021-04-16T03:17:34.055Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-04-16T03:17:34.328Z] ---> Running in e5ad5b172cbe [2021-04-16T03:17:34.603Z] Removing intermediate container e5ad5b172cbe [2021-04-16T03:17:34.603Z] ---> 7b70a37d1251 [2021-04-16T03:17:34.603Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-16T03:17:34.876Z] ---> Running in ecf42204944d [2021-04-16T03:17:35.150Z] Removing intermediate container ecf42204944d [2021-04-16T03:17:35.150Z] ---> da22a4ba3dd9 [2021-04-16T03:17:35.150Z] Step 21/23 : LABEL arch=arm64 [2021-04-16T03:17:35.424Z] ---> Running in 92d9816cc541 [2021-04-16T03:17:36.022Z] Removing intermediate container 92d9816cc541 [2021-04-16T03:17:36.022Z] ---> 59d47cd75675 [2021-04-16T03:17:36.022Z] Step 22/23 : LABEL git_sha=b69e6f62fc67cffed1aafcb9443aea2404d62ddb [2021-04-16T03:17:36.022Z] ---> Running in 3de9e48a16da [2021-04-16T03:17:36.616Z] Removing intermediate container 3de9e48a16da [2021-04-16T03:17:36.616Z] ---> 799114d3c11d [2021-04-16T03:17:36.616Z] Step 23/23 : LABEL version=0.0.0 [2021-04-16T03:17:36.616Z] ---> Running in dffe63c2c0c1 [2021-04-16T03:17:37.208Z] Removing intermediate container dffe63c2c0c1 [2021-04-16T03:17:37.208Z] ---> 6f71dd1364c9 [2021-04-16T03:17:37.208Z] [Warning] One or more build-args [MAKE ARCH] were not consumed [2021-04-16T03:17:37.208Z] Successfully built 6f71dd1364c9 [2021-04-16T03:17:37.208Z] Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-16T03:17:37.668Z] ---> job-cost.sh [2021-04-16T03:17:37.668Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-W3w2 [2021-04-16T03:18:16.655Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-16T03:19:53.383Z] lf-activate-venv(): INFO: Adding /tmp/venv-W3w2/bin to PATH [2021-04-16T03:19:53.383Z] INFO: No Stack... [2021-04-16T03:19:53.383Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-16T03:19:53.383Z] INFO: Archiving Costs [Pipeline] sh [2021-04-16T03:19:53.765Z] + cut -d, -f6 [2021-04-16T03:19:53.765Z] + cat /w/workspace/device-sdk-go/4/archives/cost.csv [Pipeline] lock [2021-04-16T03:19:53.894Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-878-4-stack-cost] [2021-04-16T03:19:53.904Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-878-4-stack-cost] did not exist. Created. [2021-04-16T03:19:53.904Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-878-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-16T03:19:54.290Z] /w/workspace/device-sdk-go/4@tmp/durable-ef778bc2/script.sh: 1: /w/workspace/device-sdk-go/4@tmp/durable-ef778bc2/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-16T03:19:54.638Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-16T03:19:54.680Z] Warning: overwriting stash ‘stack-cost’ [2021-04-16T03:19:54.837Z] Stashed 1 file(s) [Pipeline] } [2021-04-16T03:19:54.899Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-878-4-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-04-16T03:19:55.578Z] provisioning config files... [2021-04-16T03:19:55.596Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-878@tmp/config779073384729731708tmp [Pipeline] { [Pipeline] sh [2021-04-16T03:19:55.950Z] + set +x [2021-04-16T03:19:55.951Z] + curl -s https://codecov.io/bash [2021-04-16T03:19:55.951Z] + bash -s -- [2021-04-16T03:19:56.214Z] [2021-04-16T03:19:56.215Z] _____ _ [2021-04-16T03:19:56.215Z] / ____| | | [2021-04-16T03:19:56.215Z] | | ___ __| | ___ ___ _____ __ [2021-04-16T03:19:56.215Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-16T03:19:56.215Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-16T03:19:56.215Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-16T03:19:56.215Z] Bash-1.0.1 [2021-04-16T03:19:56.215Z] [2021-04-16T03:19:56.215Z] [2021-04-16T03:19:56.215Z] ==> git version 2.24.3 found [2021-04-16T03:19:56.215Z] ==> 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-04-16T03:19:56.215Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-16T03:19:56.215Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-16T03:19:56.215Z] ==> Jenkins CI detected. [2021-04-16T03:19:56.215Z] project root: . [2021-04-16T03:19:56.215Z] --> token set from env [2021-04-16T03:19:56.215Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-16T03:19:56.215Z] ==> Running gcov in . (disable via -X gcov) [2021-04-16T03:19:56.215Z] ==> Python coveragepy not found [2021-04-16T03:19:56.215Z] ==> Searching for coverage reports in: [2021-04-16T03:19:56.215Z] + . [2021-04-16T03:19:56.215Z] -> Found 1 reports [2021-04-16T03:19:56.215Z] ==> Detecting git/mercurial file structure [2021-04-16T03:19:56.215Z] ==> Reading reports [2021-04-16T03:19:56.215Z] + ./coverage.out bytes=99931 [2021-04-16T03:19:56.215Z] ==> Appending adjustments [2021-04-16T03:19:56.215Z] https://docs.codecov.io/docs/fixing-reports [2021-04-16T03:19:56.788Z] + Found adjustments [2021-04-16T03:19:56.788Z] ==> Gzipping contents [2021-04-16T03:19:56.788Z] 16K /tmp/codecov.hSb9rb.gz [2021-04-16T03:19:56.788Z] ==> Uploading reports [2021-04-16T03:19:56.788Z] url: https://codecov.io [2021-04-16T03:19:56.788Z] query: branch=PR-878&commit=b69e6f62fc67cffed1aafcb9443aea2404d62ddb&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-878%2F4%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=878&job=&cmd_args= [2021-04-16T03:19:56.788Z] -> Pinging Codecov [2021-04-16T03:19:56.788Z] https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=PR-878&commit=b69e6f62fc67cffed1aafcb9443aea2404d62ddb&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-878%2F4%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=878&job=&cmd_args= [2021-04-16T03:19:57.049Z] -> Uploading to [2021-04-16T03:19:57.049Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-16/7E55EF52A471D76F132DFD9A03CDDE97/b69e6f62fc67cffed1aafcb9443aea2404d62ddb/cf09f859-8381-4fd3-99f3-e1005c873c2b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210416%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210416T031956Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=169a87219156fb94a9d6e4ffe2063b711dbee35239e3a5ff1282718a8f8480b8 [2021-04-16T03:19:57.049Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-16T03:19:57.049Z] Dload Upload Total Spent Left Speed [2021-04-16T03:19:57.622Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13477 0 0 100 13477 0 27933 --:--:-- --:--:-- --:--:-- 27960 [2021-04-16T03:19:57.622Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/b69e6f62fc67cffed1aafcb9443aea2404d62ddb [Pipeline] } [2021-04-16T03:19:57.633Z] 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-04-16T03:19:58.712Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-16T03:19:59.017Z] ---> package-listing.sh [2021-04-16T03:19:59.017Z] ++ facter osfamily [2021-04-16T03:19:59.017Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-16T03:19:59.017Z] + OS_FAMILY=redhat [2021-04-16T03:19:59.017Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-878 [2021-04-16T03:19:59.017Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-16T03:19:59.017Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-16T03:19:59.017Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-16T03:19:59.017Z] + PACKAGES=/tmp/packages_start.txt [2021-04-16T03:19:59.017Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-878 ']' [2021-04-16T03:19:59.017Z] + PACKAGES=/tmp/packages_end.txt [2021-04-16T03:19:59.017Z] + case "${OS_FAMILY}" in [2021-04-16T03:19:59.017Z] + rpm -qa [2021-04-16T03:19:59.017Z] + sort [2021-04-16T03:20:04.323Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-16T03:20:04.323Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-16T03:20:04.323Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-16T03:20:04.323Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-878 ']' [2021-04-16T03:20:04.323Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-878/archives/ [2021-04-16T03:20:04.323Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-878/archives/ [Pipeline] echo [2021-04-16T03:20:04.338Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_PR-878/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-16T03:20:04.635Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-16T03:20:04.950Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-16T03:20:04.950Z] [2021-04-16T03:20:04.950Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-16T03:20:05.273Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-16T03:20:05.273Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-16T03:20:05.273Z] df20fa9351a1: Pulling fs layer [2021-04-16T03:20:05.273Z] 36b3adc4ff6f: Pulling fs layer [2021-04-16T03:20:05.273Z] 8ad3a11d3b57: Pulling fs layer [2021-04-16T03:20:05.273Z] 46f8f816bc3b: Pulling fs layer [2021-04-16T03:20:05.274Z] 93b61091891f: Pulling fs layer [2021-04-16T03:20:05.274Z] 93b9cdb0e59b: Pulling fs layer [2021-04-16T03:20:05.274Z] 5e14af77c1be: Pulling fs layer [2021-04-16T03:20:05.274Z] 01666e4c0597: Pulling fs layer [2021-04-16T03:20:05.274Z] aa168da1d23b: Pulling fs layer [2021-04-16T03:20:05.274Z] 46f8f816bc3b: Waiting [2021-04-16T03:20:05.274Z] 5e14af77c1be: Waiting [2021-04-16T03:20:05.274Z] 01666e4c0597: Waiting [2021-04-16T03:20:05.274Z] aa168da1d23b: Waiting [2021-04-16T03:20:05.274Z] 93b61091891f: Waiting [2021-04-16T03:20:05.274Z] 93b9cdb0e59b: Waiting [2021-04-16T03:20:05.274Z] 36b3adc4ff6f: Verifying Checksum [2021-04-16T03:20:05.274Z] 36b3adc4ff6f: Download complete [2021-04-16T03:20:05.274Z] 46f8f816bc3b: Verifying Checksum [2021-04-16T03:20:05.274Z] 46f8f816bc3b: Download complete [2021-04-16T03:20:05.539Z] df20fa9351a1: Download complete [2021-04-16T03:20:05.539Z] 93b9cdb0e59b: Verifying Checksum [2021-04-16T03:20:05.539Z] 93b9cdb0e59b: Download complete [2021-04-16T03:20:05.539Z] 5e14af77c1be: Verifying Checksum [2021-04-16T03:20:05.539Z] 5e14af77c1be: Download complete [2021-04-16T03:20:05.539Z] 01666e4c0597: Verifying Checksum [2021-04-16T03:20:05.539Z] 01666e4c0597: Download complete [2021-04-16T03:20:05.539Z] 93b61091891f: Verifying Checksum [2021-04-16T03:20:05.539Z] 93b61091891f: Download complete [2021-04-16T03:20:05.539Z] 8ad3a11d3b57: Verifying Checksum [2021-04-16T03:20:05.539Z] 8ad3a11d3b57: Download complete [2021-04-16T03:20:05.807Z] df20fa9351a1: Pull complete [2021-04-16T03:20:06.072Z] 36b3adc4ff6f: Pull complete [2021-04-16T03:20:06.656Z] 8ad3a11d3b57: Pull complete [2021-04-16T03:20:06.917Z] 46f8f816bc3b: Pull complete [2021-04-16T03:20:07.872Z] aa168da1d23b: Verifying Checksum [2021-04-16T03:20:07.872Z] aa168da1d23b: Download complete [2021-04-16T03:20:08.134Z] 93b61091891f: Pull complete [2021-04-16T03:20:08.709Z] 93b9cdb0e59b: Pull complete [2021-04-16T03:20:08.709Z] 5e14af77c1be: Pull complete [2021-04-16T03:20:08.972Z] 01666e4c0597: Pull complete [2021-04-16T03:20:15.597Z] aa168da1d23b: Pull complete [2021-04-16T03:20:15.597Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-16T03:20:15.597Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-16T03:20:15.597Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-16T03:20:15.746Z] prd-centos7-docker-4c-2g-375 does not seem to be running inside a container [2021-04-16T03:20:15.797Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_PR-878/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-sdk-go_PR-878 -v /w/workspace/dgexfoundry_device-sdk-go_PR-878:/w/workspace/dgexfoundry_device-sdk-go_PR-878:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-878@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-878@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:10003/edgex-lftools-log-publisher:alpine cat [2021-04-16T03:20:19.327Z] $ docker top 9e415eda72997df292c98c0ffcf72937e3d7e8f73f39029841b5b55e58f737d6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-16T03:20:19.730Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-16T03:20:20.024Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-16T03:20:20.319Z] + ls /var/log/sa-host [2021-04-16T03:20:20.319Z] + sadf -c /var/log/sa-host/sa16 [2021-04-16T03:20:20.319Z] file_magic: OK [2021-04-16T03:20:20.319Z] HZ: Using current value: 100 [2021-04-16T03:20:20.319Z] file_header: OK [2021-04-16T03:20:20.319Z] 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-04-16T03:20:20.319Z] Statistics: [2021-04-16T03:20:20.319Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-16T03:20:20.319Z] File successfully converted to sysstat format version 12.2.1 [2021-04-16T03:20:20.319Z] + sadf -c /var/log/sa-host/sa23 [2021-04-16T03:20:20.319Z] file_magic: OK [2021-04-16T03:20:20.319Z] HZ: Using current value: 100 [2021-04-16T03:20:20.319Z] file_header: OK [2021-04-16T03:20:20.319Z] 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-04-16T03:20:20.319Z] Statistics: [2021-04-16T03:20:20.319Z] Hnuu...uuuununununu... [2021-04-16T03:20:20.319Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-16T03:20:20.884Z] provisioning config files... [2021-04-16T03:20:20.902Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-878@tmp/config2473654144438658884tmp [Pipeline] { [Pipeline] echo [2021-04-16T03:20:20.923Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-16T03:20:21.220Z] ---> create-netrc.sh [Pipeline] } [2021-04-16T03:20:21.228Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-16T03:20:21.256Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-16T03:20:21.551Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-16T03:20:21.563Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-16T03:20:21.869Z] ---> sudo-logs.sh [2021-04-16T03:20:21.869Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-16T03:20:21.903Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-16T03:20:22.195Z] ---> job-cost.sh [2021-04-16T03:20:22.195Z] lf-activate-venv: SKIPPING [2021-04-16T03:20:22.195Z] DEBUG: total: 0.20999999344348907 [2021-04-16T03:20:22.195Z] INFO: Retrieving Stack Cost... [2021-04-16T03:20:23.139Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-16T03:20:23.719Z] INFO: Archiving Costs [Pipeline] echo [2021-04-16T03:20:23.731Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-16T03:20:24.025Z] ---> logs-deploy.sh [2021-04-16T03:20:24.025Z] lf-activate-venv: SKIPPING [2021-04-16T03:20:24.025Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-878/4 [2021-04-16T03:20:24.025Z] INFO: archiving workspace using pattern(s): [2021-04-16T03:20:25.941Z] Archives upload complete. [2021-04-16T03:20:25.941Z] INFO: archiving logs to Nexus [2021-04-16T03:20:26.886Z] ---> uname -a: [2021-04-16T03:20:26.886Z] Linux prd-centos7-docker-4c-2g-375.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-04-16T03:20:26.886Z] [2021-04-16T03:20:26.886Z] [2021-04-16T03:20:26.886Z] ---> lscpu: [2021-04-16T03:20:26.886Z] Architecture: x86_64 [2021-04-16T03:20:26.886Z] CPU op-mode(s): 32-bit, 64-bit [2021-04-16T03:20:26.886Z] Byte Order: Little Endian [2021-04-16T03:20:26.886Z] Address sizes: 40 bits physical, 48 bits virtual [2021-04-16T03:20:26.886Z] CPU(s): 4 [2021-04-16T03:20:26.886Z] On-line CPU(s) list: 0-3 [2021-04-16T03:20:26.886Z] Thread(s) per core: 1 [2021-04-16T03:20:26.886Z] Core(s) per socket: 1 [2021-04-16T03:20:26.886Z] Socket(s): 4 [2021-04-16T03:20:26.886Z] NUMA node(s): 1 [2021-04-16T03:20:26.886Z] Vendor ID: GenuineIntel [2021-04-16T03:20:26.886Z] CPU family: 6 [2021-04-16T03:20:26.886Z] Model: 44 [2021-04-16T03:20:26.886Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-04-16T03:20:26.886Z] Stepping: 1 [2021-04-16T03:20:26.886Z] CPU MHz: 2933.436 [2021-04-16T03:20:26.886Z] BogoMIPS: 5866.87 [2021-04-16T03:20:26.886Z] Virtualization: VT-x [2021-04-16T03:20:26.886Z] Hypervisor vendor: KVM [2021-04-16T03:20:26.886Z] Virtualization type: full [2021-04-16T03:20:26.886Z] L1d cache: 128 KiB [2021-04-16T03:20:26.886Z] L1i cache: 128 KiB [2021-04-16T03:20:26.886Z] L2 cache: 16 MiB [2021-04-16T03:20:26.886Z] L3 cache: 64 MiB [2021-04-16T03:20:26.886Z] NUMA node0 CPU(s): 0-3 [2021-04-16T03:20:26.886Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-04-16T03:20:26.886Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-04-16T03:20:26.886Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-04-16T03:20:26.886Z] Vulnerability Meltdown: Mitigation; PTI [2021-04-16T03:20:26.886Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-04-16T03:20:26.886Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-04-16T03:20:26.886Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-04-16T03:20:26.886Z] Vulnerability Srbds: Not affected [2021-04-16T03:20:26.886Z] Vulnerability Tsx async abort: Not affected [2021-04-16T03:20:26.886Z] 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-04-16T03:20:26.886Z] [2021-04-16T03:20:26.886Z] [2021-04-16T03:20:26.886Z] ---> nproc: [2021-04-16T03:20:26.886Z] 4 [2021-04-16T03:20:26.886Z] [2021-04-16T03:20:26.886Z] [2021-04-16T03:20:26.886Z] ---> df -h: [2021-04-16T03:20:26.886Z] Filesystem Size Used Available Use% Mounted on [2021-04-16T03:20:26.886Z] overlay 50.0G 7.3G 42.7G 15% / [2021-04-16T03:20:26.886Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-04-16T03:20:26.886Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-04-16T03:20:26.886Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-04-16T03:20:26.886Z] /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os [2021-04-16T03:20:26.886Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf [2021-04-16T03:20:26.886Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname [2021-04-16T03:20:26.886Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts [2021-04-16T03:20:26.886Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host [2021-04-16T03:20:26.886Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure [2021-04-16T03:20:26.886Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log [2021-04-16T03:20:26.886Z] /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json [2021-04-16T03:20:26.886Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-878 [2021-04-16T03:20:26.886Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-878@tmp [2021-04-16T03:20:26.886Z] [2021-04-16T03:20:26.886Z] [2021-04-16T03:20:26.886Z] ---> free -m: [2021-04-16T03:20:26.886Z] total used free shared buff/cache available [2021-04-16T03:20:26.886Z] Mem: 1837 724 105 0 1007 1008 [2021-04-16T03:20:26.886Z] Swap: 1023 1 1022 [2021-04-16T03:20:26.886Z] [2021-04-16T03:20:26.886Z] [2021-04-16T03:20:26.886Z] ---> ip addr: [2021-04-16T03:20:26.886Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-04-16T03:20:26.886Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-04-16T03:20:26.886Z] inet 127.0.0.1/8 scope host lo [2021-04-16T03:20:26.886Z] valid_lft forever preferred_lft forever [2021-04-16T03:20:26.886Z] inet6 ::1/128 scope host [2021-04-16T03:20:26.886Z] valid_lft forever preferred_lft forever [2021-04-16T03:20:26.887Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-04-16T03:20:26.887Z] link/ether fa:16:3e:b8:ca:e7 brd ff:ff:ff:ff:ff:ff [2021-04-16T03:20:26.887Z] inet 10.30.123.22/23 brd 10.30.123.255 scope global dynamic eth0 [2021-04-16T03:20:26.887Z] valid_lft 85762sec preferred_lft 85762sec [2021-04-16T03:20:26.887Z] inet6 fe80::f816:3eff:feb8:cae7/64 scope link [2021-04-16T03:20:26.887Z] valid_lft forever preferred_lft forever [2021-04-16T03:20:26.887Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-04-16T03:20:26.887Z] link/ether 02:42:c7:7d:94:7f brd ff:ff:ff:ff:ff:ff [2021-04-16T03:20:26.887Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-04-16T03:20:26.887Z] valid_lft forever preferred_lft forever [2021-04-16T03:20:26.887Z] inet6 fe80::42:c7ff:fe7d:947f/64 scope link [2021-04-16T03:20:26.887Z] valid_lft forever preferred_lft forever [2021-04-16T03:20:26.887Z] [2021-04-16T03:20:26.887Z] [2021-04-16T03:20:26.887Z] ---> sar -b -r -n DEV: [2021-04-16T03:20:26.887Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/16/21 _x86_64_ (4 CPU) [2021-04-16T03:20:26.887Z] [2021-04-16T03:20:26.887Z] 03:09:38 LINUX RESTART (4 CPU) [2021-04-16T03:20:26.887Z] [2021-04-16T03:20:26.887Z] 03:10:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-04-16T03:20:26.887Z] 03:11:01 82.62 35.67 46.95 0.00 7385.62 4206.99 0.00 [2021-04-16T03:20:26.887Z] 03:12:01 1.78 0.00 1.78 0.00 0.00 35.36 0.00 [2021-04-16T03:20:26.887Z] 03:13:01 0.47 0.00 0.47 0.00 0.00 5.98 0.00 [2021-04-16T03:20:26.887Z] 03:14:01 0.27 0.00 0.27 0.00 0.00 3.46 0.00 [2021-04-16T03:20:26.887Z] 03:15:01 0.20 0.00 0.20 0.00 0.00 2.73 0.00 [2021-04-16T03:20:26.887Z] 03:16:01 0.32 0.00 0.32 0.00 0.00 4.63 0.00 [2021-04-16T03:20:26.887Z] 03:17:01 0.27 0.00 0.27 0.00 0.00 3.15 0.00 [2021-04-16T03:20:26.887Z] 03:18:01 0.18 0.00 0.18 0.00 0.00 1.90 0.00 [2021-04-16T03:20:26.887Z] 03:19:01 0.30 0.00 0.30 0.00 0.00 4.06 0.00 [2021-04-16T03:20:26.887Z] 03:20:01 33.68 32.99 0.68 0.00 3499.65 20.09 0.00 [2021-04-16T03:20:26.887Z] Average: 12.01 6.87 5.14 0.00 1088.94 429.02 0.00 [2021-04-16T03:20:26.887Z] [2021-04-16T03:20:26.887Z] 03:10:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-04-16T03:20:26.887Z] 03:11:01 131252 0 616604 32.77 2620 1131068 1096392 37.42 458308 1093144 132 [2021-04-16T03:20:26.887Z] 03:12:01 137088 0 610864 32.47 2620 1130972 1070248 36.53 456204 1089944 16 [2021-04-16T03:20:26.887Z] 03:13:01 132172 0 615772 32.73 2620 1130980 1070464 36.53 471840 1079192 20 [2021-04-16T03:20:26.887Z] 03:14:01 132096 0 615848 32.73 2620 1130980 1070512 36.53 472132 1079192 16 [2021-04-16T03:20:26.887Z] 03:15:01 130480 0 617456 32.82 2620 1130988 1070248 36.53 472696 1080424 8 [2021-04-16T03:20:26.887Z] 03:16:01 129964 0 617964 32.84 2620 1130996 1070320 36.53 473100 1080424 8 [2021-04-16T03:20:26.887Z] 03:17:01 130572 0 617352 32.81 2620 1131000 1070248 36.53 472680 1080472 8 [2021-04-16T03:20:26.887Z] 03:18:01 127900 0 620020 32.95 2620 1131004 1070368 36.53 475356 1080472 16 [2021-04-16T03:20:26.887Z] 03:19:01 128764 0 619148 32.91 2620 1131012 1070248 36.53 474748 1080476 12 [2021-04-16T03:20:26.887Z] 03:20:01 80092 0 646152 34.34 2620 1152680 1118476 38.17 487224 1116156 16 [2021-04-16T03:20:26.887Z] Average: 126038 0 619718 32.94 2620 1133168 1077752 36.78 471429 1085990 25 [2021-04-16T03:20:26.887Z] [2021-04-16T03:20:26.887Z] 03:10:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-04-16T03:20:26.887Z] 03:11:01 eth0 566.10 346.14 1138.73 85.51 0.00 0.00 0.00 0.00 [2021-04-16T03:20:26.887Z] 03:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-16T03:20:26.887Z] 03:11:01 docker0 9.17 6.47 1.61 25.40 0.00 0.00 0.00 0.00 [2021-04-16T03:20:26.887Z] 03:12:01 eth0 0.80 0.08 0.06 0.01 0.00 0.00 0.00 0.00 [2021-04-16T03:20:26.887Z] 03:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-16T03:20:26.887Z] 03:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-16T03:20:26.887Z] 03:13:01 eth0 0.77 0.38 0.32 0.20 0.00 0.00 0.00 0.00 [2021-04-16T03:20:26.887Z] 03:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-16T03:20:26.887Z] 03:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-16T03:20:26.887Z] 03:14:01 eth0 0.73 0.32 0.30 0.20 0.00 0.00 0.00 0.00 [2021-04-16T03:20:26.887Z] 03:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-16T03:20:26.887Z] 03:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-16T03:20:26.887Z] 03:15:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-16T03:20:26.887Z] 03:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-16T03:20:26.887Z] 03:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-16T03:20:26.887Z] 03:16:01 eth0 0.37 0.25 0.15 0.08 0.00 0.00 0.00 0.00 [2021-04-16T03:20:26.887Z] 03:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-16T03:20:26.887Z] 03:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-16T03:20:26.887Z] 03:17:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-16T03:20:26.887Z] 03:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-16T03:20:26.887Z] 03:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-16T03:20:26.887Z] 03:18:01 eth0 0.48 0.28 0.27 0.17 0.00 0.00 0.00 0.00 [2021-04-16T03:20:26.887Z] 03:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-16T03:20:26.887Z] 03:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-16T03:20:26.887Z] 03:19:01 eth0 0.08 0.08 0.01 0.04 0.00 0.00 0.00 0.00 [2021-04-16T03:20:26.887Z] 03:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-16T03:20:26.887Z] 03:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-16T03:20:26.887Z] 03:20:01 eth0 17.83 14.72 9.77 27.39 0.00 0.00 0.00 0.00 [2021-04-16T03:20:26.887Z] 03:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-16T03:20:26.887Z] 03:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-16T03:20:26.887Z] Average: eth0 58.76 36.26 115.01 11.36 0.00 0.00 0.00 0.00 [2021-04-16T03:20:26.887Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-16T03:20:26.887Z] Average: docker0 0.92 0.65 0.16 2.54 0.00 0.00 0.00 0.00 [2021-04-16T03:20:26.887Z] [2021-04-16T03:20:26.887Z] [2021-04-16T03:20:26.887Z] ---> sar -P ALL: [2021-04-16T03:20:26.887Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/16/21 _x86_64_ (4 CPU) [2021-04-16T03:20:26.887Z] [2021-04-16T03:20:26.887Z] 03:09:38 LINUX RESTART (4 CPU) [2021-04-16T03:20:26.887Z] [2021-04-16T03:20:26.887Z] 03:10:01 CPU %user %nice %system %iowait %steal %idle [2021-04-16T03:20:26.887Z] 03:11:01 all 12.45 0.00 4.84 2.38 0.11 80.22 [2021-04-16T03:20:26.887Z] 03:11:01 0 11.41 0.00 5.93 1.97 0.12 80.58 [2021-04-16T03:20:26.887Z] 03:11:01 1 13.64 0.00 4.37 3.50 0.08 78.40 [2021-04-16T03:20:26.887Z] 03:11:01 2 11.43 0.00 4.66 1.77 0.14 82.01 [2021-04-16T03:20:26.887Z] 03:11:01 3 13.31 0.00 4.42 2.29 0.08 79.89 [2021-04-16T03:20:26.887Z] 03:12:01 all 0.16 0.00 0.04 0.00 0.00 99.80 [2021-04-16T03:20:26.887Z] 03:12:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-16T03:20:26.887Z] 03:12:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2021-04-16T03:20:26.887Z] 03:12:01 2 0.07 0.00 0.05 0.00 0.00 99.88 [2021-04-16T03:20:26.887Z] 03:12:01 3 0.48 0.00 0.03 0.00 0.00 99.48 [2021-04-16T03:20:26.887Z] 03:13:01 all 0.13 0.00 0.05 0.00 0.01 99.81 [2021-04-16T03:20:26.887Z] 03:13:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-16T03:20:26.887Z] 03:13:01 1 0.05 0.00 0.05 0.00 0.02 99.88 [2021-04-16T03:20:26.887Z] 03:13:01 2 0.05 0.00 0.05 0.00 0.02 99.88 [2021-04-16T03:20:26.887Z] 03:13:01 3 0.37 0.00 0.08 0.00 0.02 99.53 [2021-04-16T03:20:26.887Z] 03:14:01 all 0.15 0.00 0.04 0.00 0.01 99.80 [2021-04-16T03:20:26.887Z] 03:14:01 0 0.03 0.00 0.07 0.00 0.00 99.90 [2021-04-16T03:20:26.887Z] 03:14:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2021-04-16T03:20:26.887Z] 03:14:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-04-16T03:20:26.887Z] 03:14:01 3 0.52 0.00 0.02 0.00 0.03 99.43 [2021-04-16T03:20:26.887Z] 03:15:01 all 0.16 0.00 0.05 0.00 0.00 99.80 [2021-04-16T03:20:26.887Z] 03:15:01 0 0.07 0.00 0.07 0.00 0.00 99.87 [2021-04-16T03:20:26.887Z] 03:15:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-16T03:20:26.887Z] 03:15:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-16T03:20:26.887Z] 03:15:01 3 0.50 0.00 0.05 0.00 0.00 99.45 [2021-04-16T03:20:26.887Z] 03:16:01 all 0.16 0.00 0.03 0.00 0.00 99.81 [2021-04-16T03:20:26.887Z] 03:16:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-16T03:20:26.887Z] 03:16:01 1 0.07 0.00 0.05 0.00 0.02 99.87 [2021-04-16T03:20:26.887Z] 03:16:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-16T03:20:26.887Z] 03:16:01 3 0.52 0.00 0.02 0.00 0.00 99.47 [2021-04-16T03:20:26.887Z] 03:17:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-04-16T03:20:26.887Z] 03:17:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2021-04-16T03:20:26.887Z] 03:17:01 1 0.03 0.00 0.07 0.00 0.00 99.90 [2021-04-16T03:20:26.887Z] 03:17:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2021-04-16T03:20:26.887Z] 03:17:01 3 0.52 0.00 0.03 0.00 0.00 99.45 [2021-04-16T03:20:26.887Z] 03:18:01 all 0.08 0.00 0.05 0.00 0.00 99.86 [2021-04-16T03:20:26.887Z] 03:18:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-16T03:20:26.887Z] 03:18:01 1 0.05 0.00 0.07 0.00 0.02 99.87 [2021-04-16T03:20:26.887Z] 03:18:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2021-04-16T03:20:26.887Z] 03:18:01 3 0.22 0.00 0.08 0.00 0.00 99.70 [2021-04-16T03:20:26.887Z] 03:19:01 all 0.04 0.00 0.03 0.00 0.00 99.93 [2021-04-16T03:20:26.887Z] 03:19:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-16T03:20:26.887Z] 03:19:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2021-04-16T03:20:26.887Z] 03:19:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-04-16T03:20:26.887Z] 03:19:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-16T03:20:26.887Z] 03:20:01 all 0.98 0.00 0.51 0.86 0.02 97.63 [2021-04-16T03:20:26.887Z] 03:20:01 0 0.82 0.00 0.68 0.63 0.00 97.86 [2021-04-16T03:20:26.887Z] 03:20:01 1 1.27 0.00 0.59 2.37 0.03 95.74 [2021-04-16T03:20:26.887Z] 03:20:01 2 0.98 0.00 0.45 0.43 0.02 98.12 [2021-04-16T03:20:26.887Z] 03:20:01 3 0.84 0.00 0.33 0.02 0.02 98.80 [2021-04-16T03:20:26.887Z] Average: all 1.43 0.00 0.56 0.32 0.02 97.68 [2021-04-16T03:20:26.887Z] Average: 0 1.23 0.00 0.68 0.26 0.01 97.81 [2021-04-16T03:20:26.887Z] Average: 1 1.51 0.00 0.53 0.58 0.02 97.36 [2021-04-16T03:20:26.887Z] Average: 2 1.25 0.00 0.53 0.22 0.02 97.98 [2021-04-16T03:20:26.887Z] Average: 3 1.71 0.00 0.50 0.23 0.02 97.54 [2021-04-16T03:20:26.887Z] [2021-04-16T03:20:26.887Z] [2021-04-16T03:20:26.887Z]