Branch indexing 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 ernestojeda for edgexfoundry/device-sdk-go Obtained Jenkinsfile from ea5f2fe995444737663861e42b9b0407e76b07bc+b0d30380dd6a4cdd6de0b127c09cc9d17a1afa79 (cfe480a440e6a696f083d83655fba5e6af3babe4) 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: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: 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-31477 in /w/workspace/dgexfoundry_device-sdk-go_PR-725 [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-725 # 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 b0d30380dd6a4cdd6de0b127c09cc9d17a1afa79 into PR head commit ea5f2fe995444737663861e42b9b0407e76b07bc Merge succeeded, producing 1368a843308a3b8aa3bf9cbcbcc3f5b47e4a93d0 Checking out Revision 1368a843308a3b8aa3bf9cbcbcc3f5b47e4a93d0 (PR-725) > 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/725/head:refs/remotes/origin/PR-725 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ea5f2fe995444737663861e42b9b0407e76b07bc # 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 b0d30380dd6a4cdd6de0b127c09cc9d17a1afa79 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1368a843308a3b8aa3bf9cbcbcc3f5b47e4a93d0 # timeout=10 Commit message: "Merge commit 'b0d30380dd6a4cdd6de0b127c09cc9d17a1afa79' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage > git rev-list --no-walk 91c60f0d0e442914b6ae29da8716d8aab36f98ce # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-26T02:41:43.246Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-26T02:41:43.498Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-26T02:41:43.602Z] ========================================================= [2021-03-26T02:41:43.602Z] EdgeX Global Pipelines Version Info [2021-03-26T02:41:43.602Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-26T02:41:45.104Z] ------------------- [2021-03-26T02:41:45.104Z] stable info: [2021-03-26T02:41:45.104Z] ------------------- [2021-03-26T02:41:45.104Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-26T02:41:45.104Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-26T02:41:45.104Z] Message: update stable to v1.0.186 [2021-03-26T02:41:46.049Z] ------------------- [2021-03-26T02:41:46.049Z] experimental info: [2021-03-26T02:41:46.049Z] ------------------- [2021-03-26T02:41:46.050Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-26T02:41:46.050Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-03-26T02:41:46.050Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-26T02:41:46.346Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-03-26T02:41:46.455Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-03-26T02:41:46.557Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-26T02:41:46.657Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-26T02:41:46.775Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-26T02:41:46.878Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-26T02:41:46.973Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-26T02:41:47.086Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-26T02:41:47.185Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-03-26T02:41:47.284Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-26T02:41:47.380Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-26T02:41:47.519Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo [2021-03-26T02:41:47.635Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-26T02:41:47.731Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-26T02:41:47.847Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-26T02:41:47.942Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-03-26T02:41:48.108Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-03-26T02:41:48.200Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-03-26T02:41:48.317Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-26T02:41:48.419Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-03-26T02:41:48.521Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-26T02:41:48.633Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-26T02:41:48.735Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-03-26T02:41:48.853Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-03-26T02:41:49.006Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-03-26T02:41:49.119Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-26T02:41:49.216Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-725 [Pipeline] echo [2021-03-26T02:41:49.368Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-725 [Pipeline] echo [2021-03-26T02:41:49.484Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-725 [Pipeline] echo [2021-03-26T02:41:49.581Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1368a843308a3b8aa3bf9cbcbcc3f5b47e4a93d0 [Pipeline] echo [2021-03-26T02:41:49.694Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1368a84 [Pipeline] echo [2021-03-26T02:41:49.807Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-26T02:41:50.010Z] provisioning config files... [2021-03-26T02:41:50.038Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/config2065646773027519935tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-26T02:41:50.473Z] ---> docker-login.sh [2021-03-26T02:41:50.473Z] nexus3.edgexfoundry.org:10001 [2021-03-26T02:41:50.748Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-26T02:41:51.018Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-26T02:41:51.018Z] Configure a credential helper to remove this warning. See [2021-03-26T02:41:51.018Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-26T02:41:51.018Z] [2021-03-26T02:41:51.018Z] Login Succeeded [2021-03-26T02:41:51.018Z] nexus3.edgexfoundry.org:10002 [2021-03-26T02:41:51.292Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-26T02:41:51.292Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-26T02:41:51.292Z] Configure a credential helper to remove this warning. See [2021-03-26T02:41:51.292Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-26T02:41:51.292Z] [2021-03-26T02:41:51.292Z] Login Succeeded [2021-03-26T02:41:51.292Z] nexus3.edgexfoundry.org:10003 [2021-03-26T02:41:51.292Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-26T02:41:51.557Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-26T02:41:51.557Z] Configure a credential helper to remove this warning. See [2021-03-26T02:41:51.557Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-26T02:41:51.557Z] [2021-03-26T02:41:51.557Z] Login Succeeded [2021-03-26T02:41:51.557Z] nexus3.edgexfoundry.org:10004 [2021-03-26T02:41:51.557Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-26T02:41:51.557Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-26T02:41:51.557Z] Configure a credential helper to remove this warning. See [2021-03-26T02:41:51.557Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-26T02:41:51.557Z] [2021-03-26T02:41:51.557Z] Login Succeeded [2021-03-26T02:41:51.557Z] docker.io [2021-03-26T02:41:51.824Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-26T02:41:52.094Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-26T02:41:52.094Z] Configure a credential helper to remove this warning. See [2021-03-26T02:41:52.094Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-26T02:41:52.094Z] [2021-03-26T02:41:52.094Z] Login Succeeded [2021-03-26T02:41:52.094Z] ---> docker-login.sh ends [Pipeline] } [2021-03-26T02:41:52.133Z] 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-03-26T02:41:53.053Z] + git log --format=format:%s -1 1368a843308a3b8aa3bf9cbcbcc3f5b47e4a93d0 [Pipeline] echo [2021-03-26T02:41:53.149Z] GIT_COMMIT: 1368a843308a3b8aa3bf9cbcbcc3f5b47e4a93d0, Commit Message: Merge commit 'b0d30380dd6a4cdd6de0b127c09cc9d17a1afa79' into HEAD [Pipeline] echo [2021-03-26T02:41:53.200Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-03-26T02:41:54.253Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-26T02:41:54.253Z] [2021-03-26T02:41:54.253Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-26T02:41:54.603Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-26T02:41:54.604Z] latest: Pulling from edgex-devops/git-semver [2021-03-26T02:41:54.604Z] 31603596830f: Pulling fs layer [2021-03-26T02:41:54.604Z] 2a8b12db71e7: Pulling fs layer [2021-03-26T02:41:54.604Z] 6ca5941a6612: Pulling fs layer [2021-03-26T02:41:54.604Z] ecc8261a40a4: Pulling fs layer [2021-03-26T02:41:54.604Z] ecc8261a40a4: Waiting [2021-03-26T02:41:54.604Z] 2a8b12db71e7: Verifying Checksum [2021-03-26T02:41:54.604Z] 2a8b12db71e7: Download complete [2021-03-26T02:41:54.869Z] 31603596830f: Verifying Checksum [2021-03-26T02:41:54.869Z] 31603596830f: Download complete [2021-03-26T02:41:54.869Z] 6ca5941a6612: Verifying Checksum [2021-03-26T02:41:54.869Z] 6ca5941a6612: Download complete [2021-03-26T02:41:54.869Z] ecc8261a40a4: Download complete [2021-03-26T02:41:55.449Z] 31603596830f: Pull complete [2021-03-26T02:41:55.449Z] 2a8b12db71e7: Pull complete [2021-03-26T02:41:56.429Z] 6ca5941a6612: Pull complete [2021-03-26T02:41:56.429Z] ecc8261a40a4: Pull complete [2021-03-26T02:41:56.429Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-26T02:41:56.429Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-26T02:41:56.429Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-26T02:41:56.573Z] prd-centos7-docker-4c-2g-31477 does not seem to be running inside a container [2021-03-26T02:41:56.669Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-725 -v /w/workspace/dgexfoundry_device-sdk-go_PR-725:/w/workspace/dgexfoundry_device-sdk-go_PR-725:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-725@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-26T02:41:58.940Z] $ docker top cd3688df4edac1f8a131cf35f5216cbca7fb091ce8b750dac17f5465b2029dc1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-26T02:41:59.277Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-26T02:41:59.277Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-26T02:41:59.516Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-26T02:41:59.520Z] $ docker exec cd3688df4edac1f8a131cf35f5216cbca7fb091ce8b750dac17f5465b2029dc1 ssh-agent [2021-03-26T02:41:59.703Z] SSH_AUTH_SOCK=/tmp/ssh-t5NuHtllML43/agent.12 [2021-03-26T02:41:59.703Z] SSH_AGENT_PID=18 [2021-03-26T02:41:59.715Z] Running ssh-add (command line suppressed) [2021-03-26T02:41:59.843Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_3452345425216102904.key (/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_3452345425216102904.key) [2021-03-26T02:41:59.897Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-26T02:42:00.240Z] + git tag --points-at HEAD [Pipeline] } [2021-03-26T02:42:00.261Z] $ docker exec --env ******** --env ******** cd3688df4edac1f8a131cf35f5216cbca7fb091ce8b750dac17f5465b2029dc1 ssh-agent -k [2021-03-26T02:42:00.381Z] unset SSH_AUTH_SOCK; [2021-03-26T02:42:00.381Z] unset SSH_AGENT_PID; [2021-03-26T02:42:00.382Z] echo Agent pid 18 killed; [2021-03-26T02:42:00.434Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-26T02:42:00.665Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-26T02:42:00.665Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-26T02:42:00.843Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-26T02:42:00.846Z] $ docker exec cd3688df4edac1f8a131cf35f5216cbca7fb091ce8b750dac17f5465b2029dc1 ssh-agent [2021-03-26T02:42:01.020Z] SSH_AUTH_SOCK=/tmp/ssh-arumFzMBnPCn/agent.46 [2021-03-26T02:42:01.020Z] SSH_AGENT_PID=51 [2021-03-26T02:42:01.029Z] Running ssh-add (command line suppressed) [2021-03-26T02:42:01.145Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_5549752344962346085.key (/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_5549752344962346085.key) [2021-03-26T02:42:01.201Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-26T02:42:01.540Z] + git semver init [2021-03-26T02:42:01.540Z] # -> Open(): unable to determine branch for HEAD [2021-03-26T02:42:01.540Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-725/.git [2021-03-26T02:42:01.540Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-725 [2021-03-26T02:42:01.540Z] # $SEMVER_REMOTE_NAME = origin [2021-03-26T02:42:01.540Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-26T02:42:01.540Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-26T02:42:01.540Z] # $SEMVER_BRANCH = PR-725 [2021-03-26T02:42:01.540Z] # $SEMVER_TEMP = /tmp/semver-493171779 [2021-03-26T02:42:01.540Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-03-26T02:42:02.937Z] # '/tmp/semver-493171779' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-725/.semver' [2021-03-26T02:42:02.937Z] # -> Force: false [2021-03-26T02:42:02.937Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-725/.semver [Pipeline] } [2021-03-26T02:42:02.967Z] $ docker exec --env ******** --env ******** cd3688df4edac1f8a131cf35f5216cbca7fb091ce8b750dac17f5465b2029dc1 ssh-agent -k [2021-03-26T02:42:03.134Z] unset SSH_AUTH_SOCK; [2021-03-26T02:42:03.135Z] unset SSH_AGENT_PID; [2021-03-26T02:42:03.135Z] echo Agent pid 51 killed; [2021-03-26T02:42:03.185Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-26T02:42:03.711Z] + git semver [Pipeline] } [2021-03-26T02:42:03.726Z] $ docker stop --time=1 cd3688df4edac1f8a131cf35f5216cbca7fb091ce8b750dac17f5465b2029dc1 [2021-03-26T02:42:05.149Z] $ docker rm -f cd3688df4edac1f8a131cf35f5216cbca7fb091ce8b750dac17f5465b2029dc1 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-26T02:42:05.631Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-26T02:42:06.107Z] Stashed 1 file(s) [Pipeline] echo [2021-03-26T02:42:06.110Z] [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-03-26T02:42:21.708Z] Still waiting to schedule task [2021-03-26T02:42:21.709Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-31477’ [2021-03-26T02:42:21.711Z] Still waiting to schedule task [2021-03-26T02:42:21.712Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-26T02:44:01.197Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-31478 in /w/workspace/dgexfoundry_device-sdk-go_PR-725 [Pipeline] { [Pipeline] ws [2021-03-26T02:44:01.313Z] Running in /w/workspace/device-sdk-go/25 [Pipeline] { [Pipeline] checkout [2021-03-26T02:44:06.521Z] using credential edgex-jenkins-ssh [2021-03-26T02:44:06.578Z] Cloning the remote Git repository [2021-03-26T02:44:06.627Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-03-26T02:44:06.733Z] > git init /w/workspace/device-sdk-go/25 # timeout=10 [2021-03-26T02:44:06.803Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-03-26T02:44:06.804Z] > git --version # timeout=10 [2021-03-26T02:44:06.819Z] > git --version # 'git version 2.17.1' [2021-03-26T02:44:06.821Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-26T02:44:06.899Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-26T02:44:08.765Z] Merging remotes/origin/master commit b0d30380dd6a4cdd6de0b127c09cc9d17a1afa79 into PR head commit ea5f2fe995444737663861e42b9b0407e76b07bc [2021-03-26T02:44:08.043Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-03-26T02:44:08.067Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-26T02:44:08.110Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-03-26T02:44:08.158Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-03-26T02:44:08.159Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-26T02:44:08.172Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/725/head:refs/remotes/origin/PR-725 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-26T02:44:08.779Z] > git config core.sparsecheckout # timeout=10 [2021-03-26T02:44:08.801Z] > git checkout -f ea5f2fe995444737663861e42b9b0407e76b07bc # timeout=10 [2021-03-26T02:44:08.914Z] > git remote # timeout=10 [2021-03-26T02:44:09.237Z] Merge succeeded, producing 7c0f991eb039ecbab9576431852f71f4bf6eb295 [2021-03-26T02:44:09.238Z] Checking out Revision 7c0f991eb039ecbab9576431852f71f4bf6eb295 (PR-725) [2021-03-26T02:44:08.935Z] > git config --get remote.origin.url # timeout=10 [2021-03-26T02:44:08.968Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-26T02:44:08.981Z] > git merge b0d30380dd6a4cdd6de0b127c09cc9d17a1afa79 # timeout=10 [2021-03-26T02:44:09.213Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-26T02:44:09.238Z] > git config core.sparsecheckout # timeout=10 [2021-03-26T02:44:09.251Z] > git checkout -f 7c0f991eb039ecbab9576431852f71f4bf6eb295 # timeout=10 [2021-03-26T02:44:13.463Z] Commit message: "Merge commit 'b0d30380dd6a4cdd6de0b127c09cc9d17a1afa79' into HEAD" [2021-03-26T02:44:13.487Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-26T02:44:13.465Z] > git rev-list --no-walk 91c60f0d0e442914b6ae29da8716d8aab36f98ce # timeout=10 [2021-03-26T02:44:15.116Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-26T02:44:15.579Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-26T02:44:15.927Z] + + sudo service dockertrue restart [2021-03-26T02:44:15.927Z] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-26T02:44:18.646Z] provisioning config files... [2021-03-26T02:44:18.688Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/25@tmp/config6274439918720784494tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-26T02:44:19.095Z] ---> docker-login.sh [2021-03-26T02:44:19.095Z] nexus3.edgexfoundry.org:10001 [2021-03-26T02:44:20.414Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-26T02:44:20.689Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-26T02:44:20.689Z] Configure a credential helper to remove this warning. See [2021-03-26T02:44:20.689Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-26T02:44:20.689Z] [2021-03-26T02:44:20.689Z] Login Succeeded [2021-03-26T02:44:20.689Z] nexus3.edgexfoundry.org:10002 [2021-03-26T02:44:20.960Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-26T02:44:21.234Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-26T02:44:21.234Z] Configure a credential helper to remove this warning. See [2021-03-26T02:44:21.234Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-26T02:44:21.234Z] [2021-03-26T02:44:21.234Z] Login Succeeded [2021-03-26T02:44:21.234Z] nexus3.edgexfoundry.org:10003 [2021-03-26T02:44:21.510Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-26T02:44:21.510Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-26T02:44:21.510Z] Configure a credential helper to remove this warning. See [2021-03-26T02:44:21.510Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-26T02:44:21.510Z] [2021-03-26T02:44:21.510Z] Login Succeeded [2021-03-26T02:44:21.510Z] nexus3.edgexfoundry.org:10004 [2021-03-26T02:44:22.106Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-26T02:44:22.106Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-26T02:44:22.106Z] Configure a credential helper to remove this warning. See [2021-03-26T02:44:22.107Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-26T02:44:22.107Z] [2021-03-26T02:44:22.107Z] Login Succeeded [2021-03-26T02:44:22.107Z] docker.io [2021-03-26T02:44:22.380Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-26T02:44:22.653Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-26T02:44:22.653Z] Configure a credential helper to remove this warning. See [2021-03-26T02:44:22.653Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-26T02:44:22.653Z] [2021-03-26T02:44:22.653Z] Login Succeeded [2021-03-26T02:44:22.653Z] ---> docker-login.sh ends [Pipeline] } [2021-03-26T02:44:22.671Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-26T02:44:23.174Z] ========================================================= [2021-03-26T02:44:23.174Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-26T02:44:23.174Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-26T02:44:23.565Z] + 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-03-26T02:44:24.176Z] Sending build context to Docker daemon 2.308MB [2021-03-26T02:44:24.176Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-26T02:44:24.176Z] Step 2/8 : FROM ${BASE} [2021-03-26T02:44:24.176Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-26T02:44:24.176Z] 5f621e34cdf4: Pulling fs layer [2021-03-26T02:44:24.176Z] a4357932f1b6: Pulling fs layer [2021-03-26T02:44:24.176Z] 18c013af1878: Pulling fs layer [2021-03-26T02:44:24.176Z] 00ac8860ef70: Pulling fs layer [2021-03-26T02:44:24.176Z] 63d7cb157983: Pulling fs layer [2021-03-26T02:44:24.176Z] b116817d02f9: Pulling fs layer [2021-03-26T02:44:24.176Z] 745a02a5169b: Pulling fs layer [2021-03-26T02:44:24.176Z] 63d7cb157983: Waiting [2021-03-26T02:44:24.176Z] b116817d02f9: Waiting [2021-03-26T02:44:24.176Z] 745a02a5169b: Waiting [2021-03-26T02:44:24.176Z] 00ac8860ef70: Waiting [2021-03-26T02:44:24.176Z] 18c013af1878: Verifying Checksum [2021-03-26T02:44:24.176Z] 18c013af1878: Download complete [2021-03-26T02:44:24.176Z] a4357932f1b6: Verifying Checksum [2021-03-26T02:44:24.176Z] a4357932f1b6: Download complete [2021-03-26T02:44:24.775Z] 63d7cb157983: Verifying Checksum [2021-03-26T02:44:24.775Z] 63d7cb157983: Download complete [2021-03-26T02:44:24.775Z] b116817d02f9: Verifying Checksum [2021-03-26T02:44:24.775Z] b116817d02f9: Download complete [2021-03-26T02:44:24.775Z] 5f621e34cdf4: Verifying Checksum [2021-03-26T02:44:24.775Z] 5f621e34cdf4: Download complete [2021-03-26T02:44:25.377Z] 5f621e34cdf4: Pull complete [2021-03-26T02:44:25.980Z] a4357932f1b6: Pull complete [2021-03-26T02:44:26.256Z] 18c013af1878: Pull complete [2021-03-26T02:44:26.871Z] 745a02a5169b: Verifying Checksum [2021-03-26T02:44:26.871Z] 745a02a5169b: Download complete [2021-03-26T02:44:28.317Z] 00ac8860ef70: Download complete [2021-03-26T02:44:38.535Z] 00ac8860ef70: Pull complete [2021-03-26T02:44:38.814Z] 63d7cb157983: Pull complete [2021-03-26T02:44:39.089Z] b116817d02f9: Pull complete [2021-03-26T02:44:43.427Z] 745a02a5169b: Pull complete [2021-03-26T02:44:43.428Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-26T02:44:43.428Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-26T02:44:43.428Z] ---> b7e6874047d6 [2021-03-26T02:44:43.428Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-26T02:44:45.436Z] ---> Running in b2c00c271f4c [2021-03-26T02:44:46.037Z] Removing intermediate container b2c00c271f4c [2021-03-26T02:44:46.037Z] ---> e50f52e76a0d [2021-03-26T02:44:46.037Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-26T02:44:46.037Z] ---> Running in 737d1358b6ad [2021-03-26T02:44:48.669Z] Removing intermediate container 737d1358b6ad [2021-03-26T02:44:48.669Z] ---> cdba0c172d46 [2021-03-26T02:44:48.669Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-03-26T02:44:48.669Z] ---> Running in 969a218a3506 [2021-03-26T02:44:49.652Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-26T02:44:51.077Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-26T02:44:52.060Z] OK: 142 MiB in 39 packages [2021-03-26T02:44:53.501Z] Removing intermediate container 969a218a3506 [2021-03-26T02:44:53.501Z] ---> 53545fa7503b [2021-03-26T02:44:53.501Z] Step 6/8 : WORKDIR /device-sdk-go [2021-03-26T02:44:53.501Z] ---> Running in 26e821c0fb7d [2021-03-26T02:44:54.101Z] Removing intermediate container 26e821c0fb7d [2021-03-26T02:44:54.101Z] ---> c5cf2e7e75f1 [2021-03-26T02:44:54.101Z] Step 7/8 : COPY . . [2021-03-26T02:44:54.915Z] Running on prd-centos7-docker-4c-2g-31479 in /w/workspace/dgexfoundry_device-sdk-go_PR-725 [Pipeline] { [Pipeline] ws [2021-03-26T02:44:54.987Z] Running in /w/workspace/device-sdk-go/25 [Pipeline] { [Pipeline] checkout [2021-03-26T02:44:55.079Z] ---> 194215d382e2 [2021-03-26T02:44:55.079Z] Step 8/8 : RUN go mod download [2021-03-26T02:44:55.079Z] ---> Running in e2dfc7c1952f [2021-03-26T02:44:57.422Z] using credential edgex-jenkins-ssh [2021-03-26T02:44:57.472Z] Cloning the remote Git repository [2021-03-26T02:44:57.493Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-03-26T02:44:57.560Z] > git init /w/workspace/device-sdk-go/25 # timeout=10 [2021-03-26T02:44:57.640Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-03-26T02:44:57.640Z] > git --version # timeout=10 [2021-03-26T02:44:57.646Z] > git --version # 'git version 2.24.3' [2021-03-26T02:44:57.646Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-26T02:44:57.673Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-26T02:44:58.466Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-03-26T02:44:58.473Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-26T02:44:58.482Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-03-26T02:44:58.497Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-03-26T02:44:58.497Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-26T02:44:58.502Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/725/head:refs/remotes/origin/PR-725 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-26T02:44:59.007Z] Merging remotes/origin/master commit b0d30380dd6a4cdd6de0b127c09cc9d17a1afa79 into PR head commit ea5f2fe995444737663861e42b9b0407e76b07bc [2021-03-26T02:44:59.178Z] Merge succeeded, producing b19c2b58bc19e7a68fe12aa23249b7a3dc787f4d [2021-03-26T02:44:59.178Z] Checking out Revision b19c2b58bc19e7a68fe12aa23249b7a3dc787f4d (PR-725) [2021-03-26T02:44:59.014Z] > git config core.sparsecheckout # timeout=10 [2021-03-26T02:44:59.019Z] > git checkout -f ea5f2fe995444737663861e42b9b0407e76b07bc # timeout=10 [2021-03-26T02:44:59.079Z] > git remote # timeout=10 [2021-03-26T02:44:59.083Z] > git config --get remote.origin.url # timeout=10 [2021-03-26T02:44:59.088Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-26T02:44:59.092Z] > git merge b0d30380dd6a4cdd6de0b127c09cc9d17a1afa79 # timeout=10 [2021-03-26T02:44:59.170Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-26T02:44:59.179Z] > git config core.sparsecheckout # timeout=10 [2021-03-26T02:44:59.184Z] > git checkout -f b19c2b58bc19e7a68fe12aa23249b7a3dc787f4d # timeout=10 [2021-03-26T02:45:02.822Z] Commit message: "Merge commit 'b0d30380dd6a4cdd6de0b127c09cc9d17a1afa79' into HEAD" [2021-03-26T02:45:02.836Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-26T02:45:02.824Z] > git rev-list --no-walk 91c60f0d0e442914b6ae29da8716d8aab36f98ce # timeout=10 [2021-03-26T02:45:04.051Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-26T02:45:04.394Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-26T02:45:04.690Z] + sudo service docker restart [2021-03-26T02:45:04.690Z] + true [2021-03-26T02:45:04.690Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-26T02:45:05.702Z] provisioning config files... [2021-03-26T02:45:05.731Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/25@tmp/config3245029879320271592tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-26T02:45:06.109Z] ---> docker-login.sh [2021-03-26T02:45:06.110Z] nexus3.edgexfoundry.org:10001 [2021-03-26T02:45:06.383Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-26T02:45:06.383Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-26T02:45:06.383Z] Configure a credential helper to remove this warning. See [2021-03-26T02:45:06.383Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-26T02:45:06.383Z] [2021-03-26T02:45:06.383Z] Login Succeeded [2021-03-26T02:45:06.383Z] nexus3.edgexfoundry.org:10002 [2021-03-26T02:45:06.645Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-26T02:45:06.645Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-26T02:45:06.645Z] Configure a credential helper to remove this warning. See [2021-03-26T02:45:06.645Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-26T02:45:06.645Z] [2021-03-26T02:45:06.645Z] Login Succeeded [2021-03-26T02:45:06.645Z] nexus3.edgexfoundry.org:10003 [2021-03-26T02:45:06.645Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-26T02:45:06.907Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-26T02:45:06.907Z] Configure a credential helper to remove this warning. See [2021-03-26T02:45:06.907Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-26T02:45:06.907Z] [2021-03-26T02:45:06.907Z] Login Succeeded [2021-03-26T02:45:06.907Z] nexus3.edgexfoundry.org:10004 [2021-03-26T02:45:06.907Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-26T02:45:06.907Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-26T02:45:06.907Z] Configure a credential helper to remove this warning. See [2021-03-26T02:45:06.907Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-26T02:45:06.907Z] [2021-03-26T02:45:06.907Z] Login Succeeded [2021-03-26T02:45:06.907Z] docker.io [2021-03-26T02:45:07.168Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-26T02:45:07.431Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-26T02:45:07.431Z] Configure a credential helper to remove this warning. See [2021-03-26T02:45:07.431Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-26T02:45:07.431Z] [2021-03-26T02:45:07.431Z] Login Succeeded [2021-03-26T02:45:07.431Z] ---> docker-login.sh ends [Pipeline] } [2021-03-26T02:45:07.440Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-26T02:45:07.760Z] ========================================================= [2021-03-26T02:45:07.760Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-26T02:45:07.760Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-26T02:45:08.109Z] + 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-03-26T02:45:08.109Z] Sending build context to Docker daemon 2.309MB [2021-03-26T02:45:08.109Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-26T02:45:08.109Z] Step 2/8 : FROM ${BASE} [2021-03-26T02:45:08.379Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-26T02:45:08.379Z] 188c0c94c7c5: Pulling fs layer [2021-03-26T02:45:08.380Z] 0ef7d3d256c8: Pulling fs layer [2021-03-26T02:45:08.380Z] de9db76c5a1d: Pulling fs layer [2021-03-26T02:45:08.380Z] bca2f99d35d6: Pulling fs layer [2021-03-26T02:45:08.380Z] 93359f2a8cfa: Pulling fs layer [2021-03-26T02:45:08.380Z] 7c6f9722023f: Pulling fs layer [2021-03-26T02:45:08.380Z] a35cf1a2eb13: Pulling fs layer [2021-03-26T02:45:08.380Z] 93359f2a8cfa: Waiting [2021-03-26T02:45:08.380Z] 7c6f9722023f: Waiting [2021-03-26T02:45:08.380Z] bca2f99d35d6: Waiting [2021-03-26T02:45:08.380Z] a35cf1a2eb13: Waiting [2021-03-26T02:45:08.380Z] de9db76c5a1d: Download complete [2021-03-26T02:45:08.380Z] 0ef7d3d256c8: Download complete [2021-03-26T02:45:08.380Z] 93359f2a8cfa: Verifying Checksum [2021-03-26T02:45:08.380Z] 93359f2a8cfa: Download complete [2021-03-26T02:45:08.380Z] 188c0c94c7c5: Verifying Checksum [2021-03-26T02:45:08.380Z] 188c0c94c7c5: Download complete [2021-03-26T02:45:08.644Z] 7c6f9722023f: Verifying Checksum [2021-03-26T02:45:08.644Z] 7c6f9722023f: Download complete [2021-03-26T02:45:08.644Z] 188c0c94c7c5: Pull complete [2021-03-26T02:45:08.907Z] 0ef7d3d256c8: Pull complete [2021-03-26T02:45:08.907Z] de9db76c5a1d: Pull complete [2021-03-26T02:45:10.299Z] a35cf1a2eb13: Verifying Checksum [2021-03-26T02:45:10.299Z] a35cf1a2eb13: Download complete [2021-03-26T02:45:10.561Z] bca2f99d35d6: Verifying Checksum [2021-03-26T02:45:10.561Z] bca2f99d35d6: Download complete [2021-03-26T02:45:15.887Z] bca2f99d35d6: Pull complete [2021-03-26T02:45:15.887Z] 93359f2a8cfa: Pull complete [2021-03-26T02:45:15.887Z] 7c6f9722023f: Pull complete [2021-03-26T02:45:21.880Z] Removing intermediate container e2dfc7c1952f [2021-03-26T02:45:21.880Z] ---> 7b23d4b22ea2 [2021-03-26T02:45:21.881Z] Successfully built 7b23d4b22ea2 [2021-03-26T02:45:21.881Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-26T02:45:22.225Z] + docker inspect -f . ci-base-image-arm64 [2021-03-26T02:45:22.225Z] . [Pipeline] withDockerContainer [2021-03-26T02:45:22.499Z] prd-ubuntu18.04-docker-arm64-4c-16g-31478 does not seem to be running inside a container [2021-03-26T02:45:22.515Z] a35cf1a2eb13: Pull complete [2021-03-26T02:45:22.515Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-26T02:45:22.515Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-26T02:45:22.515Z] ---> a62c8e92a672 [2021-03-26T02:45:22.515Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-26T02:45:22.584Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/25 -v /w/workspace/device-sdk-go/25:/w/workspace/device-sdk-go/25:rw,z -v /w/workspace/device-sdk-go/25@tmp:/w/workspace/device-sdk-go/25@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-26T02:45:22.780Z] ---> Running in 001fe65482bc [2021-03-26T02:45:23.042Z] Removing intermediate container 001fe65482bc [2021-03-26T02:45:23.042Z] ---> bef6829fb7e7 [2021-03-26T02:45:23.042Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-26T02:45:23.042Z] ---> Running in 320a5ff16139 [2021-03-26T02:45:23.993Z] Removing intermediate container 320a5ff16139 [2021-03-26T02:45:23.993Z] ---> a7180392fdf7 [2021-03-26T02:45:23.993Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-03-26T02:45:24.101Z] $ docker top 9362d9fa3a576bce1e1c69867541a2b055c32be034248758b91da27f25410e1e -eo pid,comm [2021-03-26T02:45:24.256Z] ---> Running in e5ccb002aa0b [Pipeline] { [Pipeline] sh [2021-03-26T02:45:24.830Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-26T02:45:25.133Z] + go version [2021-03-26T02:45:25.133Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-26T02:45:25.149Z] $ docker stop --time=1 9362d9fa3a576bce1e1c69867541a2b055c32be034248758b91da27f25410e1e [2021-03-26T02:45:26.220Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-26T02:45:26.795Z] OK: 166 MiB in 39 packages [2021-03-26T02:45:27.068Z] $ docker rm -f 9362d9fa3a576bce1e1c69867541a2b055c32be034248758b91da27f25410e1e [2021-03-26T02:45:27.369Z] Removing intermediate container e5ccb002aa0b [2021-03-26T02:45:27.369Z] ---> b3e1e2338b53 [2021-03-26T02:45:27.369Z] Step 6/8 : WORKDIR /device-sdk-go [2021-03-26T02:45:27.369Z] ---> Running in 757cffa9c700 [2021-03-26T02:45:27.369Z] Removing intermediate container 757cffa9c700 [2021-03-26T02:45:27.369Z] ---> de435cbc382f [2021-03-26T02:45:27.369Z] Step 7/8 : COPY . . [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-26T02:45:28.106Z] + docker inspect -f . ci-base-image-arm64 [2021-03-26T02:45:28.107Z] . [Pipeline] withDockerContainer [2021-03-26T02:45:28.369Z] prd-ubuntu18.04-docker-arm64-4c-16g-31478 does not seem to be running inside a container [2021-03-26T02:45:28.450Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/25 -v /w/workspace/device-sdk-go/25:/w/workspace/device-sdk-go/25:rw,z -v /w/workspace/device-sdk-go/25@tmp:/w/workspace/device-sdk-go/25@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-26T02:45:28.765Z] ---> 8b35eea1cad5 [2021-03-26T02:45:28.765Z] Step 8/8 : RUN go mod download [2021-03-26T02:45:28.765Z] ---> Running in a104df4e98d8 [2021-03-26T02:45:29.978Z] $ docker top c02a71b93f5024c46770084e1c996ee380678d4cdc1ba85ad9555f89824c9c18 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-26T02:45:31.039Z] + make test [2021-03-26T02:45:31.039Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-26T02:45:46.937Z] Removing intermediate container a104df4e98d8 [2021-03-26T02:45:46.937Z] ---> 6cb60b7e2daa [2021-03-26T02:45:46.937Z] Successfully built 6cb60b7e2daa [2021-03-26T02:45:46.937Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-26T02:45:47.259Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-26T02:45:47.259Z] . [Pipeline] withDockerContainer [2021-03-26T02:45:47.529Z] prd-centos7-docker-4c-2g-31479 does not seem to be running inside a container [2021-03-26T02:45:47.592Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/25 -v /w/workspace/device-sdk-go/25:/w/workspace/device-sdk-go/25:rw,z -v /w/workspace/device-sdk-go/25@tmp:/w/workspace/device-sdk-go/25@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-26T02:45:48.306Z] $ docker top 1916ea3f81d3dd2ba9de11567a3eef9b6e54c8f7b7bf75db95f1f178d07dd899 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-26T02:45:48.805Z] + go version [2021-03-26T02:45:48.805Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-26T02:45:48.818Z] $ docker stop --time=1 1916ea3f81d3dd2ba9de11567a3eef9b6e54c8f7b7bf75db95f1f178d07dd899 [2021-03-26T02:45:50.177Z] $ docker rm -f 1916ea3f81d3dd2ba9de11567a3eef9b6e54c8f7b7bf75db95f1f178d07dd899 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-26T02:45:51.077Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-26T02:45:51.077Z] . [Pipeline] withDockerContainer [2021-03-26T02:45:51.172Z] prd-centos7-docker-4c-2g-31479 does not seem to be running inside a container [2021-03-26T02:45:51.224Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/25 -v /w/workspace/device-sdk-go/25:/w/workspace/device-sdk-go/25:rw,z -v /w/workspace/device-sdk-go/25@tmp:/w/workspace/device-sdk-go/25@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-26T02:45:52.339Z] $ docker top 465766ffdb4f36c280632724a74c99ea48fb36496f17e64873fef12982b69abc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-26T02:45:52.836Z] + make test [2021-03-26T02:45:52.836Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-26T02:45:53.224Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-03-26T02:45:59.473Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-03-26T02:46:14.526Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-03-26T02:46:14.527Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-03-26T02:46:14.527Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-03-26T02:46:14.527Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] [2021-03-26T02:46:14.527Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-03-26T02:46:17.851Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.055s coverage: 27.0% of statements [2021-03-26T02:46:17.851Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.076s coverage: 81.2% of statements [2021-03-26T02:46:32.273Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-03-26T02:46:32.273Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-03-26T02:46:32.273Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-03-26T02:46:32.273Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] [2021-03-26T02:46:32.273Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-03-26T02:46:37.721Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.118s coverage: 27.0% of statements [2021-03-26T02:46:37.996Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.165s coverage: 81.2% of statements [2021-03-26T02:46:50.020Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.055s coverage: 10.5% of statements [2021-03-26T02:46:50.020Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-03-26T02:46:50.020Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-03-26T02:46:50.020Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.078s coverage: 32.5% of statements [2021-03-26T02:46:50.020Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-03-26T02:46:50.020Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-03-26T02:46:50.020Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-03-26T02:46:50.020Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.090s coverage: 57.3% of statements [2021-03-26T02:46:50.020Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 1.162s coverage: 6.6% of statements [2021-03-26T02:46:50.020Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.055s coverage: 5.0% of statements [2021-03-26T02:46:50.020Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-03-26T02:46:50.020Z] GO111MODULE=on go vet ./... [2021-03-26T02:46:56.722Z] gofmt -l . [2021-03-26T02:46:56.722Z] [ "`gofmt -l .`" = "" ] [2021-03-26T02:46:56.722Z] ./bin/test-attribution-txt.sh [2021-03-26T02:46:57.669Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-03-26T02:46:57.691Z] $ docker stop --time=1 465766ffdb4f36c280632724a74c99ea48fb36496f17e64873fef12982b69abc [2021-03-26T02:46:59.700Z] $ docker rm -f 465766ffdb4f36c280632724a74c99ea48fb36496f17e64873fef12982b69abc [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-26T02:47:00.445Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-26T02:47:00.836Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-03-26T02:47:03.809Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-03-26T02:47:04.110Z] + ls -al . [2021-03-26T02:47:04.110Z] total 184 [2021-03-26T02:47:04.110Z] drwxrwxr-x. 10 jenkins jenkins 4096 Mar 26 02:46 . [2021-03-26T02:47:04.110Z] drwxrwxr-x. 4 jenkins jenkins 30 Mar 26 02:44 .. [2021-03-26T02:47:04.110Z] drwxrwxr-x. 2 jenkins jenkins 64 Mar 26 02:44 bin [2021-03-26T02:47:04.110Z] -rw-r--r--. 1 jenkins jenkins 100081 Mar 26 02:46 coverage.out [2021-03-26T02:47:04.111Z] -rw-rw-r--. 1 jenkins jenkins 949 Mar 26 02:44 Dockerfile.build [2021-03-26T02:47:04.111Z] -rw-rw-r--. 1 jenkins jenkins 140 Mar 26 02:44 .dockerignore [2021-03-26T02:47:04.111Z] drwxrwxr-x. 5 jenkins jenkins 62 Mar 26 02:44 example [2021-03-26T02:47:04.111Z] drwxrwxr-x. 8 jenkins jenkins 179 Mar 26 02:45 .git [2021-03-26T02:47:04.111Z] drwxrwxr-x. 2 jenkins jenkins 103 Mar 26 02:44 .github [2021-03-26T02:47:04.111Z] -rw-rw-r--. 1 jenkins jenkins 138 Mar 26 02:44 .gitignore [2021-03-26T02:47:04.111Z] -rw-r--r--. 1 jenkins jenkins 479 Mar 26 02:46 go.mod [2021-03-26T02:47:04.111Z] -rw-r--r--. 1 jenkins jenkins 17372 Mar 26 02:46 go.sum [2021-03-26T02:47:04.111Z] drwxrwxr-x. 13 jenkins jenkins 193 Mar 26 02:44 internal [2021-03-26T02:47:04.111Z] -rw-rw-r--. 1 jenkins jenkins 894 Mar 26 02:44 Jenkinsfile [2021-03-26T02:47:04.111Z] -rw-rw-r--. 1 jenkins jenkins 11341 Mar 26 02:44 LICENSE [2021-03-26T02:47:04.111Z] -rw-rw-r--. 1 jenkins jenkins 1016 Mar 26 02:44 Makefile [2021-03-26T02:47:04.111Z] drwxrwxr-x. 4 jenkins jenkins 26 Mar 26 02:44 openapi [2021-03-26T02:47:04.111Z] drwxrwxr-x. 5 jenkins jenkins 50 Mar 26 02:44 pkg [2021-03-26T02:47:04.111Z] -rw-rw-r--. 1 jenkins jenkins 5897 Mar 26 02:44 README.md [2021-03-26T02:47:04.111Z] -rw-rw-r--. 1 jenkins jenkins 6616 Mar 26 02:44 RELEASE-NOTES.txt [2021-03-26T02:47:04.111Z] drwxrwxr-x. 4 jenkins jenkins 54 Mar 26 02:44 snap [2021-03-26T02:47:04.111Z] -rw-rw-r--. 1 jenkins jenkins 5 Mar 26 02:42 VERSION [2021-03-26T02:47:04.111Z] -rw-rw-r--. 1 jenkins jenkins 222 Mar 26 02:44 version.go [Pipeline] isUnix [Pipeline] sh [2021-03-26T02:47:04.423Z] + docker build -t 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=1368a843308a3b8aa3bf9cbcbcc3f5b47e4a93d0 --label arch=amd64 --label version=0.0.0 . [2021-03-26T02:47:04.686Z] Sending build context to Docker daemon 2.41MB [2021-03-26T02:47:04.686Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-03-26T02:47:04.686Z] Step 2/24 : FROM ${BASE} AS builder [2021-03-26T02:47:04.686Z] ---> 6cb60b7e2daa [2021-03-26T02:47:04.686Z] Step 3/24 : ARG MAKE='make build' [2021-03-26T02:47:05.260Z] ---> Running in d68b7043617a [2021-03-26T02:47:05.260Z] Removing intermediate container d68b7043617a [2021-03-26T02:47:05.260Z] ---> 30c0fa81ff8a [2021-03-26T02:47:05.260Z] Step 4/24 : WORKDIR /device-sdk-go [2021-03-26T02:47:05.260Z] ---> Running in dfd08d9b2938 [2021-03-26T02:47:05.522Z] Removing intermediate container dfd08d9b2938 [2021-03-26T02:47:05.522Z] ---> 28bdff9f1d9e [2021-03-26T02:47:05.522Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-26T02:47:05.522Z] ---> Running in 20330851acee [2021-03-26T02:47:05.786Z] Removing intermediate container 20330851acee [2021-03-26T02:47:05.786Z] ---> 5d61501206e4 [2021-03-26T02:47:05.786Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-26T02:47:05.786Z] ---> Running in 321650088d94 [2021-03-26T02:47:06.732Z] Removing intermediate container 321650088d94 [2021-03-26T02:47:06.732Z] ---> 89f3dc9e35d0 [2021-03-26T02:47:06.732Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-03-26T02:47:06.732Z] ---> Running in 3c867b1aefba [2021-03-26T02:47:07.309Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-26T02:47:08.255Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-26T02:47:08.829Z] OK: 166 MiB in 39 packages [2021-03-26T02:47:09.408Z] Removing intermediate container 3c867b1aefba [2021-03-26T02:47:09.408Z] ---> 65b21fa5bb49 [2021-03-26T02:47:09.408Z] Step 8/24 : COPY . . [2021-03-26T02:47:10.354Z] ---> b25acf852fa7 [2021-03-26T02:47:10.354Z] Step 9/24 : RUN ${MAKE} [2021-03-26T02:47:10.354Z] ---> Running in f8b157b32fde [2021-03-26T02:47:10.466Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.146s coverage: 10.5% of statements [2021-03-26T02:47:10.466Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-03-26T02:47:10.466Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-03-26T02:47:10.466Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.190s coverage: 32.5% of statements [2021-03-26T02:47:10.466Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-03-26T02:47:10.466Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-03-26T02:47:10.466Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-03-26T02:47:10.466Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.236s coverage: 57.3% of statements [2021-03-26T02:47:10.466Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 2.918s coverage: 6.6% of statements [2021-03-26T02:47:10.466Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.174s coverage: 5.0% of statements [2021-03-26T02:47:10.466Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-03-26T02:47:10.466Z] GO111MODULE=on go vet ./... [2021-03-26T02:47:10.935Z] CGO_ENABLED=0 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-03-26T02:47:19.161Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-03-26T02:47:21.722Z] Removing intermediate container f8b157b32fde [2021-03-26T02:47:21.722Z] ---> 579eee8535db [2021-03-26T02:47:21.722Z] Step 10/24 : FROM scratch [2021-03-26T02:47:21.722Z] ---> [2021-03-26T02:47:21.722Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-26T02:47:21.722Z] ---> Running in 85df63f381d9 [2021-03-26T02:47:21.722Z] Removing intermediate container 85df63f381d9 [2021-03-26T02:47:21.722Z] ---> e264e3e302b6 [2021-03-26T02:47:21.722Z] Step 12/24 : ENV APP_PORT=49990 [2021-03-26T02:47:21.722Z] ---> Running in 92a8cc9140a7 [2021-03-26T02:47:21.985Z] Removing intermediate container 92a8cc9140a7 [2021-03-26T02:47:21.985Z] ---> af7f11e4e246 [2021-03-26T02:47:21.985Z] Step 13/24 : EXPOSE $APP_PORT [2021-03-26T02:47:21.985Z] ---> Running in 96e7184d788d [2021-03-26T02:47:22.934Z] Removing intermediate container 96e7184d788d [2021-03-26T02:47:22.934Z] ---> 9621aed8be30 [2021-03-26T02:47:22.934Z] Step 14/24 : WORKDIR / [2021-03-26T02:47:22.934Z] ---> Running in 52f1d6b3032a [2021-03-26T02:47:22.934Z] Removing intermediate container 52f1d6b3032a [2021-03-26T02:47:22.934Z] ---> f64dae83f534 [2021-03-26T02:47:22.934Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-03-26T02:47:23.508Z] ---> ada5131356c5 [2021-03-26T02:47:23.508Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-03-26T02:47:23.770Z] ---> c2aecbcff6e5 [2021-03-26T02:47:23.770Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-03-26T02:47:24.033Z] ---> 279147ccb1b6 [2021-03-26T02:47:24.033Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-03-26T02:47:24.296Z] ---> 69a3c815d87a [2021-03-26T02:47:24.296Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-03-26T02:47:24.296Z] ---> 22457a2599b3 [2021-03-26T02:47:24.296Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-03-26T02:47:24.559Z] ---> Running in 0a077786f350 [2021-03-26T02:47:24.559Z] Removing intermediate container 0a077786f350 [2021-03-26T02:47:24.559Z] ---> b59cf57ccc7f [2021-03-26T02:47:24.559Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-26T02:47:24.821Z] ---> Running in fba068461395 [2021-03-26T02:47:24.821Z] Removing intermediate container fba068461395 [2021-03-26T02:47:24.821Z] ---> ecba48bcc5c9 [2021-03-26T02:47:24.821Z] Step 22/24 : LABEL arch=amd64 [2021-03-26T02:47:24.821Z] ---> Running in b1ff298c72f0 [2021-03-26T02:47:25.083Z] Removing intermediate container b1ff298c72f0 [2021-03-26T02:47:25.083Z] ---> b129a1c78f34 [2021-03-26T02:47:25.083Z] Step 23/24 : LABEL git_sha=1368a843308a3b8aa3bf9cbcbcc3f5b47e4a93d0 [2021-03-26T02:47:25.083Z] ---> Running in a104548e3eeb [2021-03-26T02:47:25.345Z] Removing intermediate container a104548e3eeb [2021-03-26T02:47:25.345Z] ---> 0f420d6ab2a4 [2021-03-26T02:47:25.345Z] Step 24/24 : LABEL version=0.0.0 [2021-03-26T02:47:25.345Z] ---> Running in a3f133f97e90 [2021-03-26T02:47:25.607Z] Removing intermediate container a3f133f97e90 [2021-03-26T02:47:25.607Z] ---> 6c92c634ee4e [2021-03-26T02:47:25.607Z] [Warning] One or more build-args [ARCH] were not consumed [2021-03-26T02:47:25.607Z] Successfully built 6c92c634ee4e [2021-03-26T02:47:25.607Z] Successfully tagged 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-03-26T02:47:26.725Z] ---> job-cost.sh [2021-03-26T02:47:26.725Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-1geg [2021-03-26T02:47:41.665Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-26T02:47:42.857Z] gofmt -l . [2021-03-26T02:47:42.857Z] [ "`gofmt -l .`" = "" ] [2021-03-26T02:47:42.857Z] ./bin/test-attribution-txt.sh [2021-03-26T02:47:42.857Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-03-26T02:47:42.872Z] $ docker stop --time=1 c02a71b93f5024c46770084e1c996ee380678d4cdc1ba85ad9555f89824c9c18 [2021-03-26T02:47:45.025Z] $ docker rm -f c02a71b93f5024c46770084e1c996ee380678d4cdc1ba85ad9555f89824c9c18 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-26T02:47:46.169Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-26T02:47:46.232Z] Warning: overwriting stash ‘coverage-report’ [2021-03-26T02:47:47.086Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-26T02:47:47.782Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-03-26T02:47:48.117Z] + ls -al . [2021-03-26T02:47:48.117Z] total 220 [2021-03-26T02:47:48.117Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 26 02:47 . [2021-03-26T02:47:48.117Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 26 02:44 .. [2021-03-26T02:47:48.117Z] -rw-rw-r-- 1 jenkins jenkins 140 Mar 26 02:44 .dockerignore [2021-03-26T02:47:48.117Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 26 02:44 .git [2021-03-26T02:47:48.117Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 26 02:44 .github [2021-03-26T02:47:48.117Z] -rw-rw-r-- 1 jenkins jenkins 138 Mar 26 02:44 .gitignore [2021-03-26T02:47:48.117Z] -rw-rw-r-- 1 jenkins jenkins 949 Mar 26 02:44 Dockerfile.build [2021-03-26T02:47:48.117Z] -rw-rw-r-- 1 jenkins jenkins 894 Mar 26 02:44 Jenkinsfile [2021-03-26T02:47:48.117Z] -rw-rw-r-- 1 jenkins jenkins 11341 Mar 26 02:44 LICENSE [2021-03-26T02:47:48.117Z] -rw-rw-r-- 1 jenkins jenkins 1016 Mar 26 02:44 Makefile [2021-03-26T02:47:48.117Z] -rw-rw-r-- 1 jenkins jenkins 5897 Mar 26 02:44 README.md [2021-03-26T02:47:48.117Z] -rw-rw-r-- 1 jenkins jenkins 6616 Mar 26 02:44 RELEASE-NOTES.txt [2021-03-26T02:47:48.117Z] -rw-rw-r-- 1 jenkins jenkins 5 Mar 26 02:42 VERSION [2021-03-26T02:47:48.117Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 26 02:44 bin [2021-03-26T02:47:48.117Z] -rw-r--r-- 1 jenkins jenkins 100081 Mar 26 02:47 coverage.out [2021-03-26T02:47:48.117Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 26 02:44 example [2021-03-26T02:47:48.117Z] -rw-r--r-- 1 jenkins jenkins 479 Mar 26 02:47 go.mod [2021-03-26T02:47:48.118Z] -rw-r--r-- 1 jenkins jenkins 17372 Mar 26 02:47 go.sum [2021-03-26T02:47:48.118Z] drwxrwxr-x 13 jenkins jenkins 4096 Mar 26 02:44 internal [2021-03-26T02:47:48.118Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 26 02:44 openapi [2021-03-26T02:47:48.118Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 26 02:44 pkg [2021-03-26T02:47:48.118Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 26 02:44 snap [2021-03-26T02:47:48.118Z] -rw-rw-r-- 1 jenkins jenkins 222 Mar 26 02:44 version.go [Pipeline] isUnix [Pipeline] sh [2021-03-26T02:47:48.459Z] + docker build -t 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=1368a843308a3b8aa3bf9cbcbcc3f5b47e4a93d0 --label arch=arm64 --label version=0.0.0 . [2021-03-26T02:47:48.729Z] Sending build context to Docker daemon 2.409MB [2021-03-26T02:47:48.999Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-03-26T02:47:48.999Z] Step 2/24 : FROM ${BASE} AS builder [2021-03-26T02:47:48.999Z] ---> 7b23d4b22ea2 [2021-03-26T02:47:48.999Z] Step 3/24 : ARG MAKE='make build' [2021-03-26T02:47:49.277Z] ---> Running in e1cc916fe4a7 [2021-03-26T02:47:49.550Z] Removing intermediate container e1cc916fe4a7 [2021-03-26T02:47:49.550Z] ---> cc2cab83d778 [2021-03-26T02:47:49.550Z] Step 4/24 : WORKDIR /device-sdk-go [2021-03-26T02:47:49.550Z] ---> Running in 407b6309264b [2021-03-26T02:47:50.141Z] Removing intermediate container 407b6309264b [2021-03-26T02:47:50.141Z] ---> b67d9ae8fb2d [2021-03-26T02:47:50.141Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-26T02:47:50.141Z] ---> Running in 6259371eb233 [2021-03-26T02:47:50.738Z] Removing intermediate container 6259371eb233 [2021-03-26T02:47:50.738Z] ---> 3599d4cd2a16 [2021-03-26T02:47:50.738Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-26T02:47:50.738Z] ---> Running in 1c29599735b6 [2021-03-26T02:47:53.350Z] Removing intermediate container 1c29599735b6 [2021-03-26T02:47:53.350Z] ---> ff0b20e1c32b [2021-03-26T02:47:53.350Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-03-26T02:47:53.350Z] ---> Running in 5209aa26a5a4 [2021-03-26T02:47:53.946Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-26T02:47:55.376Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-26T02:47:56.354Z] OK: 142 MiB in 39 packages [2021-03-26T02:47:57.784Z] Removing intermediate container 5209aa26a5a4 [2021-03-26T02:47:57.784Z] ---> f7bdf08bfd6e [2021-03-26T02:47:57.784Z] Step 8/24 : COPY . . [2021-03-26T02:47:58.759Z] ---> 8e2a9201c5d4 [2021-03-26T02:47:58.759Z] Step 9/24 : RUN ${MAKE} [2021-03-26T02:47:59.032Z] ---> Running in 225095b21aa0 [2021-03-26T02:48:00.014Z] CGO_ENABLED=0 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-03-26T02:48:08.272Z] lf-activate-venv(): INFO: Adding /tmp/venv-1geg/bin to PATH [2021-03-26T02:48:08.272Z] INFO: No Stack... [2021-03-26T02:48:08.272Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-26T02:48:08.845Z] INFO: Archiving Costs [Pipeline] sh [2021-03-26T02:48:09.152Z] + cut -d, -f6 [2021-03-26T02:48:09.152Z] + cat /w/workspace/device-sdk-go/25/archives/cost.csv [Pipeline] lock [2021-03-26T02:48:09.225Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-725-25-stack-cost] [2021-03-26T02:48:09.235Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-725-25-stack-cost] did not exist. Created. [2021-03-26T02:48:09.235Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-725-25-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-26T02:48:09.666Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-03-26T02:48:09.815Z] Stashed 1 file(s) [Pipeline] } [2021-03-26T02:48:09.826Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-725-25-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-26T02:48:26.824Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-03-26T02:48:27.804Z] Removing intermediate container 225095b21aa0 [2021-03-26T02:48:27.804Z] ---> 5c1e3e44c4ee [2021-03-26T02:48:27.804Z] Step 10/24 : FROM scratch [2021-03-26T02:48:27.804Z] ---> [2021-03-26T02:48:27.804Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-26T02:48:27.804Z] ---> Running in 2380953512ec [2021-03-26T02:48:28.401Z] Removing intermediate container 2380953512ec [2021-03-26T02:48:28.401Z] ---> 55e7dd5034c9 [2021-03-26T02:48:28.401Z] Step 12/24 : ENV APP_PORT=49990 [2021-03-26T02:48:28.401Z] ---> Running in f24657114a23 [2021-03-26T02:48:28.994Z] Removing intermediate container f24657114a23 [2021-03-26T02:48:28.994Z] ---> a74732628e50 [2021-03-26T02:48:28.994Z] Step 13/24 : EXPOSE $APP_PORT [2021-03-26T02:48:28.994Z] ---> Running in bcbf2c0f4714 [2021-03-26T02:48:29.267Z] Removing intermediate container bcbf2c0f4714 [2021-03-26T02:48:29.267Z] ---> baa7f08526a6 [2021-03-26T02:48:29.267Z] Step 14/24 : WORKDIR / [2021-03-26T02:48:29.541Z] ---> Running in 7cf571d80ff0 [2021-03-26T02:48:30.133Z] Removing intermediate container 7cf571d80ff0 [2021-03-26T02:48:30.133Z] ---> ad707a25a209 [2021-03-26T02:48:30.133Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-03-26T02:48:31.107Z] ---> 4ec6a497a6dd [2021-03-26T02:48:31.107Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-03-26T02:48:31.696Z] ---> 3e7fb373a34b [2021-03-26T02:48:31.696Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-03-26T02:48:32.292Z] ---> 1d1e77d3e702 [2021-03-26T02:48:32.292Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-03-26T02:48:32.883Z] ---> e577b920a259 [2021-03-26T02:48:32.883Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-03-26T02:48:33.473Z] ---> 1f1b08a85dbf [2021-03-26T02:48:33.474Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-03-26T02:48:33.745Z] ---> Running in b7e8e64c3599 [2021-03-26T02:48:34.017Z] Removing intermediate container b7e8e64c3599 [2021-03-26T02:48:34.017Z] ---> e24399f736af [2021-03-26T02:48:34.017Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-26T02:48:34.289Z] ---> Running in 0bbbaea04df5 [2021-03-26T02:48:34.566Z] Removing intermediate container 0bbbaea04df5 [2021-03-26T02:48:34.567Z] ---> 86149c7f4d72 [2021-03-26T02:48:34.567Z] Step 22/24 : LABEL arch=arm64 [2021-03-26T02:48:34.842Z] ---> Running in 118d68f5e06d [2021-03-26T02:48:35.434Z] Removing intermediate container 118d68f5e06d [2021-03-26T02:48:35.434Z] ---> cd87d221c0ff [2021-03-26T02:48:35.434Z] Step 23/24 : LABEL git_sha=1368a843308a3b8aa3bf9cbcbcc3f5b47e4a93d0 [2021-03-26T02:48:35.434Z] ---> Running in f581e4097dc5 [2021-03-26T02:48:36.030Z] Removing intermediate container f581e4097dc5 [2021-03-26T02:48:36.030Z] ---> e60c2732706f [2021-03-26T02:48:36.030Z] Step 24/24 : LABEL version=0.0.0 [2021-03-26T02:48:36.030Z] ---> Running in acc84bb07fc5 [2021-03-26T02:48:36.301Z] Removing intermediate container acc84bb07fc5 [2021-03-26T02:48:36.301Z] ---> d2f60a9a6727 [2021-03-26T02:48:36.301Z] [Warning] One or more build-args [ARCH] were not consumed [2021-03-26T02:48:36.573Z] Successfully built d2f60a9a6727 [2021-03-26T02:48:36.573Z] Successfully tagged 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-03-26T02:48:37.372Z] ---> job-cost.sh [2021-03-26T02:48:37.372Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-C4G1 [2021-03-26T02:49:16.307Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-26T02:50:38.062Z] lf-activate-venv(): INFO: Adding /tmp/venv-C4G1/bin to PATH [2021-03-26T02:50:38.062Z] INFO: No Stack... [2021-03-26T02:50:38.062Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-26T02:50:38.333Z] INFO: Archiving Costs [Pipeline] sh [2021-03-26T02:50:38.677Z] + + cut -d,cat -f6 /w/workspace/device-sdk-go/25/archives/cost.csv [2021-03-26T02:50:38.677Z] [Pipeline] lock [2021-03-26T02:50:38.798Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-725-25-stack-cost] [2021-03-26T02:50:38.807Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-725-25-stack-cost] did not exist. Created. [2021-03-26T02:50:38.807Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-725-25-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-26T02:50:39.259Z] /w/workspace/device-sdk-go/25@tmp/durable-4b03575f/script.sh: 1: /w/workspace/device-sdk-go/25@tmp/durable-4b03575f/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-03-26T02:50:39.596Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-26T02:50:39.662Z] Warning: overwriting stash ‘stack-cost’ [2021-03-26T02:50:39.816Z] Stashed 1 file(s) [Pipeline] } [2021-03-26T02:50:39.828Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-725-25-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-03-26T02:50:41.381Z] provisioning config files... [2021-03-26T02:50:41.427Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/config6727065805074530430tmp [Pipeline] { [Pipeline] sh [2021-03-26T02:50:41.811Z] + set +x [2021-03-26T02:50:41.812Z] + curl -s https://codecov.io/bash [2021-03-26T02:50:41.812Z] + bash -s -- [2021-03-26T02:50:42.081Z] [2021-03-26T02:50:42.081Z] _____ _ [2021-03-26T02:50:42.081Z] / ____| | | [2021-03-26T02:50:42.081Z] | | ___ __| | ___ ___ _____ __ [2021-03-26T02:50:42.081Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-26T02:50:42.081Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-26T02:50:42.081Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-26T02:50:42.081Z] Bash-20210309-2b87ace [2021-03-26T02:50:42.081Z] [2021-03-26T02:50:42.081Z] [2021-03-26T02:50:42.081Z] ==> git version 2.24.3 found [2021-03-26T02:50:42.081Z] ==> 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-03-26T02:50:42.082Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-26T02:50:42.082Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-26T02:50:42.082Z] ==> Jenkins CI detected. [2021-03-26T02:50:42.082Z] project root: . [2021-03-26T02:50:42.082Z] --> token set from env [2021-03-26T02:50:42.082Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-26T02:50:42.082Z] ==> Running gcov in . (disable via -X gcov) [2021-03-26T02:50:42.082Z] ==> Python coveragepy not found [2021-03-26T02:50:42.082Z] ==> Searching for coverage reports in: [2021-03-26T02:50:42.082Z] + . [2021-03-26T02:50:42.082Z] -> Found 1 reports [2021-03-26T02:50:42.082Z] ==> Detecting git/mercurial file structure [2021-03-26T02:50:42.082Z] ==> Reading reports [2021-03-26T02:50:42.082Z] + ./coverage.out bytes=100081 [2021-03-26T02:50:42.082Z] ==> Appending adjustments [2021-03-26T02:50:42.082Z] https://docs.codecov.io/docs/fixing-reports [2021-03-26T02:50:42.344Z] + Found adjustments [2021-03-26T02:50:42.344Z] ==> Gzipping contents [2021-03-26T02:50:42.606Z] 16K /tmp/codecov.dYQsnp.gz [2021-03-26T02:50:42.606Z] ==> Uploading reports [2021-03-26T02:50:42.606Z] url: https://codecov.io [2021-03-26T02:50:42.606Z] query: branch=PR-725&commit=1368a843308a3b8aa3bf9cbcbcc3f5b47e4a93d0&build=25&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-725%2F25%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=725&job=&cmd_args= [2021-03-26T02:50:42.606Z] -> Pinging Codecov [2021-03-26T02:50:42.606Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-725&commit=1368a843308a3b8aa3bf9cbcbcc3f5b47e4a93d0&build=25&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-725%2F25%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=725&job=&cmd_args= [2021-03-26T02:50:42.870Z] -> Uploading to [2021-03-26T02:50:42.870Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-26/7E55EF52A471D76F132DFD9A03CDDE97/1368a843308a3b8aa3bf9cbcbcc3f5b47e4a93d0/61bd7232-0e52-4d15-aa75-6048a72340e4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210326%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210326T025042Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1b291e0392e83732355d742b14283d12a00cfac02752fe2dd2f4ff1ce1584438 [2021-03-26T02:50:42.870Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-26T02:50:42.870Z] Dload Upload Total Spent Left Speed [2021-03-26T02:50:43.446Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13551 0 0 100 13551 0 34414 --:--:-- --:--:-- --:--:-- 34480 [2021-03-26T02:50:43.446Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/1368a843308a3b8aa3bf9cbcbcc3f5b47e4a93d0 [Pipeline] } [2021-03-26T02:50:43.456Z] 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-03-26T02:50:46.000Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-26T02:50:46.576Z] ---> package-listing.sh [2021-03-26T02:50:46.576Z] ++ facter osfamily [2021-03-26T02:50:46.576Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-26T02:50:46.576Z] + OS_FAMILY=redhat [2021-03-26T02:50:46.576Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-725 [2021-03-26T02:50:46.576Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-26T02:50:46.576Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-26T02:50:46.576Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-26T02:50:46.576Z] + PACKAGES=/tmp/packages_start.txt [2021-03-26T02:50:46.576Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-725 ']' [2021-03-26T02:50:46.576Z] + PACKAGES=/tmp/packages_end.txt [2021-03-26T02:50:46.576Z] + case "${OS_FAMILY}" in [2021-03-26T02:50:46.576Z] + rpm -qa [2021-03-26T02:50:46.576Z] + sort [2021-03-26T02:50:51.889Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-26T02:50:51.889Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-26T02:50:51.889Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-26T02:50:51.889Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-725 ']' [2021-03-26T02:50:51.889Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-725/archives/ [2021-03-26T02:50:51.889Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-725/archives/ [Pipeline] echo [2021-03-26T02:50:51.904Z] 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-725/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-26T02:50:52.197Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-26T02:50:52.503Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-26T02:50:52.503Z] [2021-03-26T02:50:52.503Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-26T02:50:52.854Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-26T02:50:52.854Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-26T02:50:52.854Z] df20fa9351a1: Pulling fs layer [2021-03-26T02:50:52.854Z] 36b3adc4ff6f: Pulling fs layer [2021-03-26T02:50:52.854Z] 8ad3a11d3b57: Pulling fs layer [2021-03-26T02:50:52.854Z] 46f8f816bc3b: Pulling fs layer [2021-03-26T02:50:52.854Z] 93b61091891f: Pulling fs layer [2021-03-26T02:50:52.854Z] 93b9cdb0e59b: Pulling fs layer [2021-03-26T02:50:52.854Z] 5e14af77c1be: Pulling fs layer [2021-03-26T02:50:52.854Z] 01666e4c0597: Pulling fs layer [2021-03-26T02:50:52.854Z] aa168da1d23b: Pulling fs layer [2021-03-26T02:50:52.854Z] 93b9cdb0e59b: Waiting [2021-03-26T02:50:52.854Z] 5e14af77c1be: Waiting [2021-03-26T02:50:52.854Z] 01666e4c0597: Waiting [2021-03-26T02:50:52.854Z] aa168da1d23b: Waiting [2021-03-26T02:50:52.854Z] 93b61091891f: Waiting [2021-03-26T02:50:52.854Z] 46f8f816bc3b: Waiting [2021-03-26T02:50:52.854Z] 36b3adc4ff6f: Download complete [2021-03-26T02:50:53.116Z] 46f8f816bc3b: Verifying Checksum [2021-03-26T02:50:53.116Z] 46f8f816bc3b: Download complete [2021-03-26T02:50:53.116Z] df20fa9351a1: Verifying Checksum [2021-03-26T02:50:53.116Z] df20fa9351a1: Download complete [2021-03-26T02:50:53.116Z] 93b9cdb0e59b: Verifying Checksum [2021-03-26T02:50:53.116Z] 93b9cdb0e59b: Download complete [2021-03-26T02:50:53.116Z] 5e14af77c1be: Verifying Checksum [2021-03-26T02:50:53.116Z] 5e14af77c1be: Download complete [2021-03-26T02:50:53.116Z] 01666e4c0597: Verifying Checksum [2021-03-26T02:50:53.116Z] 01666e4c0597: Download complete [2021-03-26T02:50:53.379Z] df20fa9351a1: Pull complete [2021-03-26T02:50:53.641Z] 36b3adc4ff6f: Pull complete [2021-03-26T02:50:53.913Z] 8ad3a11d3b57: Verifying Checksum [2021-03-26T02:50:53.913Z] 8ad3a11d3b57: Download complete [2021-03-26T02:50:53.913Z] 93b61091891f: Verifying Checksum [2021-03-26T02:50:53.913Z] 93b61091891f: Download complete [2021-03-26T02:50:54.868Z] 8ad3a11d3b57: Pull complete [2021-03-26T02:50:54.868Z] 46f8f816bc3b: Pull complete [2021-03-26T02:50:55.446Z] 93b61091891f: Pull complete [2021-03-26T02:50:55.708Z] aa168da1d23b: Verifying Checksum [2021-03-26T02:50:55.708Z] aa168da1d23b: Download complete [2021-03-26T02:50:56.285Z] 93b9cdb0e59b: Pull complete [2021-03-26T02:50:56.547Z] 5e14af77c1be: Pull complete [2021-03-26T02:50:56.547Z] 01666e4c0597: Pull complete [2021-03-26T02:51:03.180Z] aa168da1d23b: Pull complete [2021-03-26T02:51:03.180Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-26T02:51:03.180Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-26T02:51:03.180Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-26T02:51:03.378Z] prd-centos7-docker-4c-2g-31477 does not seem to be running inside a container [2021-03-26T02:51:03.448Z] $ 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-725/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-725 -v /w/workspace/dgexfoundry_device-sdk-go_PR-725:/w/workspace/dgexfoundry_device-sdk-go_PR-725:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-725@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-26T02:51:08.520Z] $ docker top d65dbf775ae0f47b360bd1ce1cf5822e47498fc54b907d32f6502b6e8f95a63d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-26T02:51:09.043Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-26T02:51:09.345Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-26T02:51:09.650Z] + ls /var/log/sa-host [2021-03-26T02:51:09.650Z] + sadf -c /var/log/sa-host/sa23 [2021-03-26T02:51:09.650Z] file_magic: OK [2021-03-26T02:51:09.650Z] HZ: Using current value: 100 [2021-03-26T02:51:09.650Z] file_header: OK [2021-03-26T02:51:09.650Z] 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-03-26T02:51:09.650Z] Statistics: [2021-03-26T02:51:09.650Z] Hnuu...uuuununununu... [2021-03-26T02:51:09.650Z] File successfully converted to sysstat format version 12.2.1 [2021-03-26T02:51:09.650Z] + sadf -c /var/log/sa-host/sa26 [2021-03-26T02:51:09.650Z] file_magic: OK [2021-03-26T02:51:09.650Z] HZ: Using current value: 100 [2021-03-26T02:51:09.650Z] file_header: OK [2021-03-26T02:51:09.650Z] 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-03-26T02:51:09.650Z] Statistics: [2021-03-26T02:51:09.650Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-26T02:51:09.650Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-26T02:51:10.247Z] provisioning config files... [2021-03-26T02:51:10.267Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/config6551114675429029659tmp [Pipeline] { [Pipeline] echo [2021-03-26T02:51:10.370Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-26T02:51:10.675Z] ---> create-netrc.sh [Pipeline] } [2021-03-26T02:51:10.685Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-26T02:51:10.828Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-26T02:51:11.127Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-26T02:51:11.138Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-26T02:51:11.436Z] ---> sudo-logs.sh [2021-03-26T02:51:11.436Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-26T02:51:11.500Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-26T02:51:11.801Z] ---> job-cost.sh [2021-03-26T02:51:11.801Z] lf-activate-venv: SKIPPING [2021-03-26T02:51:11.801Z] DEBUG: total: 0.20999999344348907 [2021-03-26T02:51:11.801Z] INFO: Retrieving Stack Cost... [2021-03-26T02:51:12.747Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-26T02:51:13.696Z] INFO: Archiving Costs [Pipeline] echo [2021-03-26T02:51:13.711Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-26T02:51:14.010Z] ---> logs-deploy.sh [2021-03-26T02:51:14.010Z] lf-activate-venv: SKIPPING [2021-03-26T02:51:14.010Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-725/25 [2021-03-26T02:51:14.010Z] INFO: archiving workspace using pattern(s): [2021-03-26T02:51:15.928Z] Archives upload complete. [2021-03-26T02:51:15.928Z] INFO: archiving logs to Nexus [2021-03-26T02:51:16.876Z] ---> uname -a: [2021-03-26T02:51:16.876Z] Linux prd-centos7-docker-4c-2g-31477.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-03-26T02:51:16.876Z] [2021-03-26T02:51:16.876Z] [2021-03-26T02:51:16.876Z] ---> lscpu: [2021-03-26T02:51:16.876Z] Architecture: x86_64 [2021-03-26T02:51:16.876Z] CPU op-mode(s): 32-bit, 64-bit [2021-03-26T02:51:16.876Z] Byte Order: Little Endian [2021-03-26T02:51:16.876Z] Address sizes: 40 bits physical, 48 bits virtual [2021-03-26T02:51:16.876Z] CPU(s): 4 [2021-03-26T02:51:16.876Z] On-line CPU(s) list: 0-3 [2021-03-26T02:51:16.876Z] Thread(s) per core: 1 [2021-03-26T02:51:16.876Z] Core(s) per socket: 1 [2021-03-26T02:51:16.876Z] Socket(s): 4 [2021-03-26T02:51:16.876Z] NUMA node(s): 1 [2021-03-26T02:51:16.876Z] Vendor ID: GenuineIntel [2021-03-26T02:51:16.876Z] CPU family: 6 [2021-03-26T02:51:16.876Z] Model: 44 [2021-03-26T02:51:16.876Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-03-26T02:51:16.876Z] Stepping: 1 [2021-03-26T02:51:16.876Z] CPU MHz: 2933.442 [2021-03-26T02:51:16.876Z] BogoMIPS: 5866.88 [2021-03-26T02:51:16.876Z] Virtualization: VT-x [2021-03-26T02:51:16.876Z] Hypervisor vendor: KVM [2021-03-26T02:51:16.876Z] Virtualization type: full [2021-03-26T02:51:16.876Z] L1d cache: 128 KiB [2021-03-26T02:51:16.876Z] L1i cache: 128 KiB [2021-03-26T02:51:16.876Z] L2 cache: 16 MiB [2021-03-26T02:51:16.876Z] L3 cache: 64 MiB [2021-03-26T02:51:16.876Z] NUMA node0 CPU(s): 0-3 [2021-03-26T02:51:16.876Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-03-26T02:51:16.876Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-03-26T02:51:16.876Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-03-26T02:51:16.876Z] Vulnerability Meltdown: Mitigation; PTI [2021-03-26T02:51:16.876Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-03-26T02:51:16.876Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-03-26T02:51:16.876Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-03-26T02:51:16.876Z] Vulnerability Srbds: Not affected [2021-03-26T02:51:16.876Z] Vulnerability Tsx async abort: Not affected [2021-03-26T02:51:16.876Z] 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-03-26T02:51:16.876Z] [2021-03-26T02:51:16.876Z] [2021-03-26T02:51:16.876Z] ---> nproc: [2021-03-26T02:51:16.876Z] 4 [2021-03-26T02:51:16.876Z] [2021-03-26T02:51:16.876Z] [2021-03-26T02:51:16.876Z] ---> df -h: [2021-03-26T02:51:16.876Z] Filesystem Size Used Available Use% Mounted on [2021-03-26T02:51:16.876Z] overlay 50.0G 7.3G 42.7G 15% / [2021-03-26T02:51:16.876Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-03-26T02:51:16.876Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-03-26T02:51:16.876Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-03-26T02:51:16.876Z] /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os [2021-03-26T02:51:16.876Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf [2021-03-26T02:51:16.876Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname [2021-03-26T02:51:16.876Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts [2021-03-26T02:51:16.876Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host [2021-03-26T02:51:16.876Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure [2021-03-26T02:51:16.876Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log [2021-03-26T02:51:16.876Z] /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json [2021-03-26T02:51:16.876Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-725 [2021-03-26T02:51:16.876Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp [2021-03-26T02:51:16.876Z] [2021-03-26T02:51:16.876Z] [2021-03-26T02:51:16.876Z] ---> free -m: [2021-03-26T02:51:16.876Z] total used free shared buff/cache available [2021-03-26T02:51:16.876Z] Mem: 1837 731 102 0 1002 1000 [2021-03-26T02:51:16.876Z] Swap: 1023 1 1022 [2021-03-26T02:51:16.876Z] [2021-03-26T02:51:16.876Z] [2021-03-26T02:51:16.876Z] ---> ip addr: [2021-03-26T02:51:16.876Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-03-26T02:51:16.876Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-03-26T02:51:16.876Z] inet 127.0.0.1/8 scope host lo [2021-03-26T02:51:16.876Z] valid_lft forever preferred_lft forever [2021-03-26T02:51:16.876Z] inet6 ::1/128 scope host [2021-03-26T02:51:16.876Z] valid_lft forever preferred_lft forever [2021-03-26T02:51:16.876Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-03-26T02:51:16.876Z] link/ether fa:16:3e:1f:b9:98 brd ff:ff:ff:ff:ff:ff [2021-03-26T02:51:16.876Z] inet 10.30.123.71/23 brd 10.30.123.255 scope global dynamic eth0 [2021-03-26T02:51:16.876Z] valid_lft 85794sec preferred_lft 85794sec [2021-03-26T02:51:16.876Z] inet6 fe80::f816:3eff:fe1f:b998/64 scope link [2021-03-26T02:51:16.876Z] valid_lft forever preferred_lft forever [2021-03-26T02:51:16.876Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-03-26T02:51:16.876Z] link/ether 02:42:a8:bc:32:e5 brd ff:ff:ff:ff:ff:ff [2021-03-26T02:51:16.876Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-03-26T02:51:16.876Z] valid_lft forever preferred_lft forever [2021-03-26T02:51:16.876Z] inet6 fe80::42:a8ff:febc:32e5/64 scope link [2021-03-26T02:51:16.876Z] valid_lft forever preferred_lft forever [2021-03-26T02:51:16.876Z] [2021-03-26T02:51:16.876Z] [2021-03-26T02:51:16.876Z] ---> sar -b -r -n DEV: [2021-03-26T02:51:16.876Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/26/21 _x86_64_ (4 CPU) [2021-03-26T02:51:16.876Z] [2021-03-26T02:51:16.876Z] 02:41:00 LINUX RESTART (4 CPU) [2021-03-26T02:51:16.876Z] [2021-03-26T02:51:16.876Z] 02:42:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-03-26T02:51:16.876Z] 02:43:01 13.80 2.11 11.69 0.00 171.03 261.07 0.00 [2021-03-26T02:51:16.876Z] 02:44:01 0.35 0.00 0.35 0.00 0.00 5.55 0.00 [2021-03-26T02:51:16.876Z] 02:45:01 0.18 0.00 0.18 0.00 0.00 2.30 0.00 [2021-03-26T02:51:16.876Z] 02:46:01 0.32 0.00 0.32 0.00 0.00 3.46 0.00 [2021-03-26T02:51:16.876Z] 02:47:01 0.32 0.00 0.32 0.00 0.00 4.40 0.00 [2021-03-26T02:51:16.876Z] 02:48:01 0.28 0.00 0.28 0.00 0.00 3.61 0.00 [2021-03-26T02:51:16.876Z] 02:49:01 0.25 0.00 0.25 0.00 0.00 2.56 0.00 [2021-03-26T02:51:16.876Z] 02:50:02 0.15 0.00 0.15 0.00 0.00 1.75 0.00 [2021-03-26T02:51:16.876Z] 02:51:01 87.63 56.57 31.06 0.00 4490.61 13282.63 0.00 [2021-03-26T02:51:16.876Z] Average: 11.34 6.43 4.91 0.00 511.07 1487.05 0.00 [2021-03-26T02:51:16.876Z] [2021-03-26T02:51:16.876Z] 02:42:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-03-26T02:51:16.876Z] 02:43:01 143788 0 626328 33.29 2620 1108808 1094112 37.34 412608 1126060 20 [2021-03-26T02:51:16.876Z] 02:44:01 145248 0 624860 33.21 2620 1108816 1087684 37.12 413608 1124068 12 [2021-03-26T02:51:16.876Z] 02:45:01 143192 0 626912 33.32 2620 1108820 1087844 37.13 423044 1117164 12 [2021-03-26T02:51:16.876Z] 02:46:01 144392 0 625708 33.26 2620 1108824 1067892 36.45 428400 1110620 16 [2021-03-26T02:51:16.876Z] 02:47:01 141228 0 628868 33.42 2620 1108828 1068048 36.45 431584 1110872 8 [2021-03-26T02:51:16.876Z] 02:48:01 141968 0 628120 33.38 2620 1108836 1067892 36.45 443088 1098588 8 [2021-03-26T02:51:16.876Z] 02:49:01 141868 0 628220 33.39 2620 1108836 1067892 36.45 442988 1098660 8 [2021-03-26T02:51:16.876Z] 02:50:02 141908 0 628176 33.39 2620 1108840 1067892 36.45 443016 1098660 8 [2021-03-26T02:51:16.876Z] 02:51:01 68936 0 735812 39.11 2620 1074176 1495656 51.04 608000 973640 63800 [2021-03-26T02:51:16.876Z] Average: 134725 0 639223 33.97 2620 1104976 1122768 38.32 449593 1095370 7099 [2021-03-26T02:51:16.876Z] [2021-03-26T02:51:16.877Z] 02:42:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-03-26T02:51:16.877Z] 02:43:01 eth0 107.69 76.29 113.14 61.95 0.00 0.00 0.00 0.00 [2021-03-26T02:51:16.877Z] 02:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-26T02:51:16.877Z] 02:43:01 docker0 16.72 12.14 1.99 24.41 0.00 0.00 0.00 0.00 [2021-03-26T02:51:16.877Z] 02:44:01 eth0 3.31 2.90 1.12 6.69 0.00 0.00 0.00 0.00 [2021-03-26T02:51:16.877Z] 02:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-26T02:51:16.877Z] 02:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-26T02:51:16.877Z] 02:45:01 eth0 8.04 7.20 1.01 14.02 0.00 0.00 0.00 0.00 [2021-03-26T02:51:16.877Z] 02:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-26T02:51:16.877Z] 02:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-26T02:51:16.877Z] 02:46:01 eth0 0.12 0.10 0.01 0.03 0.00 0.00 0.00 0.00 [2021-03-26T02:51:16.877Z] 02:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-26T02:51:16.877Z] 02:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-26T02:51:16.877Z] 02:47:01 eth0 6.91 7.06 0.57 13.69 0.00 0.00 0.00 0.00 [2021-03-26T02:51:16.877Z] 02:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-26T02:51:16.877Z] 02:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-26T02:51:16.877Z] 02:48:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-26T02:51:16.877Z] 02:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-26T02:51:16.877Z] 02:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-26T02:51:16.877Z] 02:49:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-26T02:51:16.877Z] 02:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-26T02:51:16.877Z] 02:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-26T02:51:16.877Z] 02:50:02 eth0 0.07 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-26T02:51:16.877Z] 02:50:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-26T02:51:16.877Z] 02:50:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-26T02:51:16.877Z] 02:51:01 eth0 212.33 178.23 2206.79 46.60 0.00 0.00 0.00 0.00 [2021-03-26T02:51:16.877Z] 02:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-26T02:51:16.877Z] 02:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-26T02:51:16.877Z] Average: eth0 37.32 29.96 254.69 15.84 0.00 0.00 0.00 0.00 [2021-03-26T02:51:16.877Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-26T02:51:16.877Z] Average: docker0 1.86 1.35 0.22 2.72 0.00 0.00 0.00 0.00 [2021-03-26T02:51:16.877Z] [2021-03-26T02:51:16.877Z] [2021-03-26T02:51:16.877Z] ---> sar -P ALL: [2021-03-26T02:51:16.877Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/26/21 _x86_64_ (4 CPU) [2021-03-26T02:51:16.877Z] [2021-03-26T02:51:16.877Z] 02:41:00 LINUX RESTART (4 CPU) [2021-03-26T02:51:16.877Z] [2021-03-26T02:51:16.877Z] 02:42:01 CPU %user %nice %system %iowait %steal %idle [2021-03-26T02:51:16.877Z] 02:43:01 all 2.06 0.00 0.70 0.08 0.01 97.15 [2021-03-26T02:51:16.877Z] 02:43:01 0 2.18 0.00 0.70 0.08 0.00 97.03 [2021-03-26T02:51:16.877Z] 02:43:01 1 2.10 0.00 0.63 0.08 0.02 97.16 [2021-03-26T02:51:16.877Z] 02:43:01 2 1.66 0.00 0.75 0.07 0.02 97.51 [2021-03-26T02:51:16.877Z] 02:43:01 3 2.29 0.00 0.72 0.10 0.00 96.89 [2021-03-26T02:51:16.877Z] 02:44:01 all 0.12 0.00 0.05 0.00 0.00 99.82 [2021-03-26T02:51:16.877Z] 02:44:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-26T02:51:16.877Z] 02:44:01 1 0.18 0.00 0.07 0.00 0.00 99.75 [2021-03-26T02:51:16.877Z] 02:44:01 2 0.07 0.00 0.08 0.00 0.00 99.85 [2021-03-26T02:51:16.877Z] 02:44:01 3 0.17 0.00 0.03 0.00 0.02 99.78 [2021-03-26T02:51:16.877Z] 02:45:01 all 0.09 0.00 0.08 0.00 0.01 99.82 [2021-03-26T02:51:16.877Z] 02:45:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-26T02:51:16.877Z] 02:45:01 1 0.07 0.00 0.03 0.00 0.03 99.87 [2021-03-26T02:51:16.877Z] 02:45:01 2 0.12 0.00 0.15 0.00 0.00 99.73 [2021-03-26T02:51:16.877Z] 02:45:01 3 0.13 0.00 0.10 0.00 0.00 99.77 [2021-03-26T02:51:16.877Z] 02:46:01 all 0.03 0.00 0.04 0.00 0.00 99.92 [2021-03-26T02:51:16.877Z] 02:46:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2021-03-26T02:51:16.877Z] 02:46:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2021-03-26T02:51:16.877Z] 02:46:01 2 0.02 0.00 0.07 0.00 0.00 99.92 [2021-03-26T02:51:16.877Z] 02:46:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-26T02:51:16.877Z] 02:47:01 all 0.10 0.00 0.13 0.00 0.01 99.76 [2021-03-26T02:51:16.877Z] 02:47:01 0 0.12 0.00 0.13 0.00 0.00 99.75 [2021-03-26T02:51:16.877Z] 02:47:01 1 0.08 0.00 0.12 0.00 0.00 99.80 [2021-03-26T02:51:16.877Z] 02:47:01 2 0.07 0.00 0.12 0.00 0.03 99.78 [2021-03-26T02:51:16.877Z] 02:47:01 3 0.15 0.00 0.15 0.00 0.00 99.70 [2021-03-26T02:51:16.877Z] 02:48:01 all 0.03 0.00 0.04 0.00 0.00 99.92 [2021-03-26T02:51:16.877Z] 02:48:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2021-03-26T02:51:16.877Z] 02:48:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-26T02:51:16.877Z] 02:48:01 2 0.03 0.00 0.07 0.00 0.00 99.90 [2021-03-26T02:51:16.877Z] 02:48:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-26T02:51:16.877Z] 02:49:01 all 0.04 0.00 0.03 0.00 0.00 99.94 [2021-03-26T02:51:16.877Z] 02:49:01 0 0.05 0.00 0.05 0.00 0.00 99.90 [2021-03-26T02:51:16.877Z] 02:49:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-26T02:51:16.877Z] 02:49:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-26T02:51:16.877Z] 02:49:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2021-03-26T02:51:16.877Z] 02:50:02 all 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-26T02:51:16.877Z] 02:50:02 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-26T02:51:16.877Z] 02:50:02 1 0.02 0.00 0.03 0.00 0.02 99.93 [2021-03-26T02:51:16.877Z] 02:50:02 2 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-26T02:51:16.877Z] 02:50:02 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-26T02:51:16.877Z] 02:51:01 all 4.83 0.00 3.33 1.49 0.04 90.32 [2021-03-26T02:51:16.877Z] 02:51:01 0 4.76 0.00 3.29 1.45 0.05 90.45 [2021-03-26T02:51:16.877Z] 02:51:01 1 4.42 0.00 3.00 0.98 0.03 91.57 [2021-03-26T02:51:16.877Z] 02:51:01 2 4.45 0.00 2.97 0.46 0.03 92.08 [2021-03-26T02:51:16.877Z] 02:51:01 3 5.69 0.00 4.05 3.07 0.03 87.15 [2021-03-26T02:51:16.877Z] Average: all 0.80 0.00 0.48 0.17 0.01 98.54 [2021-03-26T02:51:16.877Z] Average: 0 0.80 0.00 0.48 0.17 0.01 98.55 [2021-03-26T02:51:16.877Z] Average: 1 0.77 0.00 0.44 0.12 0.01 98.67 [2021-03-26T02:51:16.877Z] Average: 2 0.70 0.00 0.47 0.06 0.01 98.76 [2021-03-26T02:51:16.877Z] Average: 3 0.93 0.00 0.56 0.34 0.01 98.16 [2021-03-26T02:51:16.877Z] [2021-03-26T02:51:16.877Z] [2021-03-26T02:51:16.877Z]