Pull request #820 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hahattan for edgexfoundry/device-sdk-go Obtained Jenkinsfile from 99c149a3d5c447c9853bfd79d7c7c8e702b450e8+79c51434d0b6ff974f0a74c9d16ec224deffdcc1 (3df2a2f4c1c9b0d9c6f1078a0af083b2f9a81fb7) 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-30105 in /w/workspace/dgexfoundry_device-sdk-go_PR-820 [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-820 # 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 > 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 Merging remotes/origin/master commit 79c51434d0b6ff974f0a74c9d16ec224deffdcc1 into PR head commit 99c149a3d5c447c9853bfd79d7c7c8e702b450e8 Merge succeeded, producing 99c149a3d5c447c9853bfd79d7c7c8e702b450e8 Checking out Revision 99c149a3d5c447c9853bfd79d7c7c8e702b450e8 (PR-820) 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/820/head:refs/remotes/origin/PR-820 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 99c149a3d5c447c9853bfd79d7c7c8e702b450e8 # 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 79c51434d0b6ff974f0a74c9d16ec224deffdcc1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 99c149a3d5c447c9853bfd79d7c7c8e702b450e8 # timeout=10 Commit message: "refactor: remove v1 code and unused constants" > git rev-list --no-walk 269686d8afe9306e97af2967139c38a4d4e071ee # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-17T03:20:51.386Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-17T03:20:51.705Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-17T03:20:51.811Z] ========================================================= [2021-03-17T03:20:51.811Z] EdgeX Global Pipelines Version Info [2021-03-17T03:20:51.811Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-17T03:20:53.347Z] ------------------- [2021-03-17T03:20:53.347Z] stable info: [2021-03-17T03:20:53.347Z] ------------------- [2021-03-17T03:20:53.347Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-17T03:20:53.347Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-17T03:20:53.347Z] Message: update stable to v1.0.184 [2021-03-17T03:20:54.294Z] ------------------- [2021-03-17T03:20:54.294Z] experimental info: [2021-03-17T03:20:54.294Z] ------------------- [2021-03-17T03:20:54.294Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-17T03:20:54.294Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-17T03:20:54.294Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-17T03:20:54.623Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-03-17T03:20:54.723Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-03-17T03:20:54.821Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-17T03:20:54.916Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-17T03:20:55.049Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-17T03:20:55.142Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-17T03:20:55.236Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-17T03:20:55.364Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-17T03:20:55.483Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-03-17T03:20:55.580Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-17T03:20:55.676Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-17T03:20:55.770Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2021-03-17T03:20:55.865Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-17T03:20:55.964Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-17T03:20:56.059Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-17T03:20:56.150Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-03-17T03:20:56.246Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-03-17T03:20:56.343Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-03-17T03:20:56.466Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-17T03:20:56.563Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-03-17T03:20:56.668Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-17T03:20:56.773Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-17T03:20:56.871Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-03-17T03:20:56.961Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-03-17T03:20:57.063Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-03-17T03:20:57.157Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-17T03:20:57.254Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-820 [Pipeline] echo [2021-03-17T03:20:57.343Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-820 [Pipeline] echo [2021-03-17T03:20:57.443Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-820 [Pipeline] echo [2021-03-17T03:20:57.531Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 99c149a3d5c447c9853bfd79d7c7c8e702b450e8 [Pipeline] echo [2021-03-17T03:20:57.624Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 99c149a [Pipeline] echo [2021-03-17T03:20:57.747Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-17T03:20:57.929Z] provisioning config files... [2021-03-17T03:20:57.958Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-820@tmp/config725368733115776254tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-17T03:20:58.327Z] ---> docker-login.sh [2021-03-17T03:20:58.327Z] nexus3.edgexfoundry.org:10001 [2021-03-17T03:20:58.590Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T03:20:58.851Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T03:20:58.851Z] Configure a credential helper to remove this warning. See [2021-03-17T03:20:58.851Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T03:20:58.851Z] [2021-03-17T03:20:58.851Z] Login Succeeded [2021-03-17T03:20:58.851Z] nexus3.edgexfoundry.org:10002 [2021-03-17T03:20:58.851Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T03:20:58.851Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T03:20:58.851Z] Configure a credential helper to remove this warning. See [2021-03-17T03:20:58.851Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T03:20:58.851Z] [2021-03-17T03:20:58.851Z] Login Succeeded [2021-03-17T03:20:58.851Z] nexus3.edgexfoundry.org:10003 [2021-03-17T03:20:59.113Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T03:20:59.114Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T03:20:59.114Z] Configure a credential helper to remove this warning. See [2021-03-17T03:20:59.114Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T03:20:59.114Z] [2021-03-17T03:20:59.114Z] Login Succeeded [2021-03-17T03:20:59.114Z] nexus3.edgexfoundry.org:10004 [2021-03-17T03:20:59.114Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T03:20:59.379Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T03:20:59.379Z] Configure a credential helper to remove this warning. See [2021-03-17T03:20:59.379Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T03:20:59.379Z] [2021-03-17T03:20:59.379Z] Login Succeeded [2021-03-17T03:20:59.379Z] docker.io [2021-03-17T03:20:59.379Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T03:20:59.641Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T03:20:59.641Z] Configure a credential helper to remove this warning. See [2021-03-17T03:20:59.641Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T03:20:59.641Z] [2021-03-17T03:20:59.641Z] Login Succeeded [2021-03-17T03:20:59.641Z] ---> docker-login.sh ends [Pipeline] } [2021-03-17T03:20:59.650Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-17T03:21:00.611Z] + git log --format=format:%s -1 99c149a3d5c447c9853bfd79d7c7c8e702b450e8 [Pipeline] echo [2021-03-17T03:21:00.672Z] GIT_COMMIT: 99c149a3d5c447c9853bfd79d7c7c8e702b450e8, Commit Message: refactor: remove v1 code and unused constants [Pipeline] echo [2021-03-17T03:21:00.719Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-03-17T03:21:01.673Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-17T03:21:01.673Z] [2021-03-17T03:21:01.673Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-17T03:21:02.047Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-17T03:21:02.047Z] latest: Pulling from edgex-devops/git-semver [2021-03-17T03:21:02.047Z] 31603596830f: Pulling fs layer [2021-03-17T03:21:02.047Z] 2a8b12db71e7: Pulling fs layer [2021-03-17T03:21:02.047Z] 6ca5941a6612: Pulling fs layer [2021-03-17T03:21:02.047Z] ecc8261a40a4: Pulling fs layer [2021-03-17T03:21:02.047Z] ecc8261a40a4: Waiting [2021-03-17T03:21:02.047Z] 2a8b12db71e7: Verifying Checksum [2021-03-17T03:21:02.047Z] 2a8b12db71e7: Download complete [2021-03-17T03:21:02.309Z] 31603596830f: Verifying Checksum [2021-03-17T03:21:02.309Z] 31603596830f: Download complete [2021-03-17T03:21:02.309Z] ecc8261a40a4: Verifying Checksum [2021-03-17T03:21:02.309Z] ecc8261a40a4: Download complete [2021-03-17T03:21:02.309Z] 6ca5941a6612: Verifying Checksum [2021-03-17T03:21:02.309Z] 6ca5941a6612: Download complete [2021-03-17T03:21:02.575Z] 31603596830f: Pull complete [2021-03-17T03:21:02.835Z] 2a8b12db71e7: Pull complete [2021-03-17T03:21:03.792Z] 6ca5941a6612: Pull complete [2021-03-17T03:21:04.055Z] ecc8261a40a4: Pull complete [2021-03-17T03:21:04.318Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-17T03:21:04.318Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-17T03:21:04.318Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-17T03:21:04.501Z] prd-centos7-docker-4c-2g-30105 does not seem to be running inside a container [2021-03-17T03:21:04.554Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-820 -v /w/workspace/dgexfoundry_device-sdk-go_PR-820:/w/workspace/dgexfoundry_device-sdk-go_PR-820:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-820@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-820@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-17T03:21:06.913Z] $ docker top bb15adc4413a6ada2e983a8957dd937d9d9934bc4bf6959b812e7e41132c6249 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-17T03:21:07.216Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-17T03:21:07.216Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-17T03:21:07.429Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-17T03:21:07.434Z] $ docker exec bb15adc4413a6ada2e983a8957dd937d9d9934bc4bf6959b812e7e41132c6249 ssh-agent [2021-03-17T03:21:07.597Z] SSH_AUTH_SOCK=/tmp/ssh-vAJFUtQ2Tn9o/agent.12 [2021-03-17T03:21:07.597Z] SSH_AGENT_PID=17 [2021-03-17T03:21:07.608Z] Running ssh-add (command line suppressed) [2021-03-17T03:21:07.729Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-820@tmp/private_key_1194582186191669535.key (/w/workspace/dgexfoundry_device-sdk-go_PR-820@tmp/private_key_1194582186191669535.key) [2021-03-17T03:21:07.779Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-17T03:21:08.127Z] + git tag --points-at HEAD [Pipeline] } [2021-03-17T03:21:08.150Z] $ docker exec --env ******** --env ******** bb15adc4413a6ada2e983a8957dd937d9d9934bc4bf6959b812e7e41132c6249 ssh-agent -k [2021-03-17T03:21:08.266Z] unset SSH_AUTH_SOCK; [2021-03-17T03:21:08.267Z] unset SSH_AGENT_PID; [2021-03-17T03:21:08.267Z] echo Agent pid 17 killed; [2021-03-17T03:21:08.312Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-17T03:21:08.460Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-17T03:21:08.460Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-17T03:21:08.619Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-17T03:21:08.623Z] $ docker exec bb15adc4413a6ada2e983a8957dd937d9d9934bc4bf6959b812e7e41132c6249 ssh-agent [2021-03-17T03:21:08.778Z] SSH_AUTH_SOCK=/tmp/ssh-8MD5vZuXmpwI/agent.46 [2021-03-17T03:21:08.778Z] SSH_AGENT_PID=51 [2021-03-17T03:21:08.785Z] Running ssh-add (command line suppressed) [2021-03-17T03:21:08.899Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-820@tmp/private_key_6817581552559696889.key (/w/workspace/dgexfoundry_device-sdk-go_PR-820@tmp/private_key_6817581552559696889.key) [2021-03-17T03:21:08.948Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-17T03:21:09.283Z] + git semver init [2021-03-17T03:21:09.283Z] # -> Open(): unable to determine branch for HEAD [2021-03-17T03:21:09.283Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-820/.git [2021-03-17T03:21:09.283Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-820 [2021-03-17T03:21:09.283Z] # $SEMVER_REMOTE_NAME = origin [2021-03-17T03:21:09.283Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-17T03:21:09.283Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-17T03:21:09.283Z] # $SEMVER_BRANCH = PR-820 [2021-03-17T03:21:09.283Z] # $SEMVER_TEMP = /tmp/semver-052604519 [2021-03-17T03:21:09.283Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-03-17T03:21:09.866Z] # '/tmp/semver-052604519' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-820/.semver' [2021-03-17T03:21:10.137Z] # -> Force: false [2021-03-17T03:21:10.137Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-820/.semver [Pipeline] } [2021-03-17T03:21:10.150Z] $ docker exec --env ******** --env ******** bb15adc4413a6ada2e983a8957dd937d9d9934bc4bf6959b812e7e41132c6249 ssh-agent -k [2021-03-17T03:21:10.263Z] unset SSH_AUTH_SOCK; [2021-03-17T03:21:10.263Z] unset SSH_AGENT_PID; [2021-03-17T03:21:10.263Z] echo Agent pid 51 killed; [2021-03-17T03:21:10.310Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-17T03:21:10.913Z] + git semver [Pipeline] } [2021-03-17T03:21:10.932Z] $ docker stop --time=1 bb15adc4413a6ada2e983a8957dd937d9d9934bc4bf6959b812e7e41132c6249 [2021-03-17T03:21:12.346Z] $ docker rm -f bb15adc4413a6ada2e983a8957dd937d9d9934bc4bf6959b812e7e41132c6249 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-17T03:21:12.805Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-17T03:21:13.212Z] Stashed 1 file(s) [Pipeline] echo [2021-03-17T03:21:13.215Z] [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-17T03:21:28.793Z] Still waiting to schedule task [2021-03-17T03:21:28.794Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-30105’ [2021-03-17T03:21:28.796Z] Still waiting to schedule task [2021-03-17T03:21:28.796Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-17T03:23:15.231Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-30106 in /w/workspace/dgexfoundry_device-sdk-go_PR-820 [Pipeline] { [Pipeline] ws [2021-03-17T03:23:15.308Z] Running in /w/workspace/device-sdk-go/4 [Pipeline] { [Pipeline] checkout [2021-03-17T03:23:20.017Z] using credential edgex-jenkins-ssh [2021-03-17T03:23:20.167Z] Cloning the remote Git repository [2021-03-17T03:23:20.247Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-03-17T03:23:20.367Z] > git init /w/workspace/device-sdk-go/4 # timeout=10 [2021-03-17T03:23:20.456Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-03-17T03:23:20.457Z] > git --version # timeout=10 [2021-03-17T03:23:20.486Z] > git --version # 'git version 2.17.1' [2021-03-17T03:23:20.487Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-17T03:23:20.533Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-17T03:23:22.297Z] Merging remotes/origin/master commit 79c51434d0b6ff974f0a74c9d16ec224deffdcc1 into PR head commit 99c149a3d5c447c9853bfd79d7c7c8e702b450e8 [2021-03-17T03:23:22.516Z] Merge succeeded, producing 99c149a3d5c447c9853bfd79d7c7c8e702b450e8 [2021-03-17T03:23:22.516Z] Checking out Revision 99c149a3d5c447c9853bfd79d7c7c8e702b450e8 (PR-820) [2021-03-17T03:23:21.624Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-03-17T03:23:21.649Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-17T03:23:21.676Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-03-17T03:23:21.708Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-03-17T03:23:21.709Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-17T03:23:21.722Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/820/head:refs/remotes/origin/PR-820 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-17T03:23:22.319Z] > git config core.sparsecheckout # timeout=10 [2021-03-17T03:23:22.332Z] > git checkout -f 99c149a3d5c447c9853bfd79d7c7c8e702b450e8 # timeout=10 [2021-03-17T03:23:22.429Z] > git remote # timeout=10 [2021-03-17T03:23:22.453Z] > git config --get remote.origin.url # timeout=10 [2021-03-17T03:23:22.469Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-17T03:23:22.480Z] > git merge 79c51434d0b6ff974f0a74c9d16ec224deffdcc1 # timeout=10 [2021-03-17T03:23:22.502Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-17T03:23:22.526Z] > git config core.sparsecheckout # timeout=10 [2021-03-17T03:23:22.542Z] > git checkout -f 99c149a3d5c447c9853bfd79d7c7c8e702b450e8 # timeout=10 [2021-03-17T03:23:26.926Z] Commit message: "refactor: remove v1 code and unused constants" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-17T03:23:28.544Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-17T03:23:28.962Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-17T03:23:29.303Z] + true [2021-03-17T03:23:29.304Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-17T03:23:32.020Z] provisioning config files... [2021-03-17T03:23:32.115Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/4@tmp/config9038594655413207363tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-17T03:23:32.662Z] ---> docker-login.sh [2021-03-17T03:23:32.662Z] nexus3.edgexfoundry.org:10001 [2021-03-17T03:23:33.269Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T03:23:33.874Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T03:23:33.874Z] Configure a credential helper to remove this warning. See [2021-03-17T03:23:33.874Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T03:23:33.874Z] [2021-03-17T03:23:33.874Z] Login Succeeded [2021-03-17T03:23:33.874Z] nexus3.edgexfoundry.org:10002 [2021-03-17T03:23:34.148Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T03:23:34.422Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T03:23:34.422Z] Configure a credential helper to remove this warning. See [2021-03-17T03:23:34.422Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T03:23:34.422Z] [2021-03-17T03:23:34.422Z] Login Succeeded [2021-03-17T03:23:34.422Z] nexus3.edgexfoundry.org:10003 [2021-03-17T03:23:34.696Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T03:23:34.974Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T03:23:34.974Z] Configure a credential helper to remove this warning. See [2021-03-17T03:23:34.974Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T03:23:34.974Z] [2021-03-17T03:23:34.974Z] Login Succeeded [2021-03-17T03:23:34.974Z] nexus3.edgexfoundry.org:10004 [2021-03-17T03:23:35.250Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T03:23:35.525Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T03:23:35.525Z] Configure a credential helper to remove this warning. See [2021-03-17T03:23:35.525Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T03:23:35.525Z] [2021-03-17T03:23:35.525Z] Login Succeeded [2021-03-17T03:23:35.525Z] docker.io [2021-03-17T03:23:35.799Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T03:23:36.070Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T03:23:36.070Z] Configure a credential helper to remove this warning. See [2021-03-17T03:23:36.070Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T03:23:36.070Z] [2021-03-17T03:23:36.070Z] Login Succeeded [2021-03-17T03:23:36.070Z] ---> docker-login.sh ends [Pipeline] } [2021-03-17T03:23:36.088Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-17T03:23:36.529Z] ========================================================= [2021-03-17T03:23:36.529Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-17T03:23:36.529Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-17T03:23:36.917Z] + 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-17T03:23:37.202Z] Sending build context to Docker daemon 2.362MB [2021-03-17T03:23:37.482Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-17T03:23:37.482Z] Step 2/8 : FROM ${BASE} [2021-03-17T03:23:37.482Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-17T03:23:37.482Z] 5f621e34cdf4: Pulling fs layer [2021-03-17T03:23:37.482Z] a4357932f1b6: Pulling fs layer [2021-03-17T03:23:37.482Z] 18c013af1878: Pulling fs layer [2021-03-17T03:23:37.482Z] 00ac8860ef70: Pulling fs layer [2021-03-17T03:23:37.482Z] 63d7cb157983: Pulling fs layer [2021-03-17T03:23:37.482Z] b116817d02f9: Pulling fs layer [2021-03-17T03:23:37.482Z] 745a02a5169b: Pulling fs layer [2021-03-17T03:23:37.482Z] 00ac8860ef70: Waiting [2021-03-17T03:23:37.482Z] 63d7cb157983: Waiting [2021-03-17T03:23:37.482Z] b116817d02f9: Waiting [2021-03-17T03:23:37.482Z] 745a02a5169b: Waiting [2021-03-17T03:23:37.482Z] a4357932f1b6: Verifying Checksum [2021-03-17T03:23:37.482Z] a4357932f1b6: Download complete [2021-03-17T03:23:37.482Z] 18c013af1878: Verifying Checksum [2021-03-17T03:23:37.482Z] 18c013af1878: Download complete [2021-03-17T03:23:37.482Z] 63d7cb157983: Verifying Checksum [2021-03-17T03:23:37.482Z] 63d7cb157983: Download complete [2021-03-17T03:23:37.482Z] b116817d02f9: Verifying Checksum [2021-03-17T03:23:37.482Z] b116817d02f9: Download complete [2021-03-17T03:23:37.482Z] 5f621e34cdf4: Verifying Checksum [2021-03-17T03:23:37.482Z] 5f621e34cdf4: Download complete [2021-03-17T03:23:38.088Z] 5f621e34cdf4: Pull complete [2021-03-17T03:23:38.697Z] a4357932f1b6: Pull complete [2021-03-17T03:23:38.982Z] 18c013af1878: Pull complete [2021-03-17T03:23:40.420Z] 745a02a5169b: Verifying Checksum [2021-03-17T03:23:40.420Z] 745a02a5169b: Download complete [2021-03-17T03:23:41.850Z] 00ac8860ef70: Verifying Checksum [2021-03-17T03:23:41.850Z] 00ac8860ef70: Download complete [2021-03-17T03:23:51.152Z] Running on prd-centos7-docker-4c-2g-30107 in /w/workspace/dgexfoundry_device-sdk-go_PR-820 [Pipeline] { [Pipeline] ws [2021-03-17T03:23:51.274Z] Running in /w/workspace/device-sdk-go/4 [Pipeline] { [Pipeline] checkout [2021-03-17T03:23:52.010Z] 00ac8860ef70: Pull complete [2021-03-17T03:23:52.010Z] 63d7cb157983: Pull complete [2021-03-17T03:23:52.010Z] b116817d02f9: Pull complete [2021-03-17T03:23:53.683Z] using credential edgex-jenkins-ssh [2021-03-17T03:23:53.743Z] Cloning the remote Git repository [2021-03-17T03:23:53.770Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-03-17T03:23:53.847Z] > git init /w/workspace/device-sdk-go/4 # timeout=10 [2021-03-17T03:23:53.907Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-03-17T03:23:53.907Z] > git --version # timeout=10 [2021-03-17T03:23:53.915Z] > git --version # 'git version 2.24.3' [2021-03-17T03:23:53.915Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-17T03:23:53.942Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-17T03:23:54.682Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-03-17T03:23:54.688Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-17T03:23:54.698Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-03-17T03:23:54.713Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-03-17T03:23:54.713Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-17T03:23:54.719Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/820/head:refs/remotes/origin/PR-820 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-17T03:23:55.249Z] Merging remotes/origin/master commit 79c51434d0b6ff974f0a74c9d16ec224deffdcc1 into PR head commit 99c149a3d5c447c9853bfd79d7c7c8e702b450e8 [2021-03-17T03:23:55.352Z] Merge succeeded, producing 99c149a3d5c447c9853bfd79d7c7c8e702b450e8 [2021-03-17T03:23:55.353Z] Checking out Revision 99c149a3d5c447c9853bfd79d7c7c8e702b450e8 (PR-820) [2021-03-17T03:23:55.257Z] > git config core.sparsecheckout # timeout=10 [2021-03-17T03:23:55.263Z] > git checkout -f 99c149a3d5c447c9853bfd79d7c7c8e702b450e8 # timeout=10 [2021-03-17T03:23:55.312Z] > git remote # timeout=10 [2021-03-17T03:23:55.319Z] > git config --get remote.origin.url # timeout=10 [2021-03-17T03:23:55.329Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-17T03:23:55.334Z] > git merge 79c51434d0b6ff974f0a74c9d16ec224deffdcc1 # timeout=10 [2021-03-17T03:23:55.344Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-17T03:23:55.355Z] > git config core.sparsecheckout # timeout=10 [2021-03-17T03:23:55.361Z] > git checkout -f 99c149a3d5c447c9853bfd79d7c7c8e702b450e8 # timeout=10 [2021-03-17T03:23:56.327Z] 745a02a5169b: Pull complete [2021-03-17T03:23:56.327Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-17T03:23:56.327Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-17T03:23:56.327Z] ---> b7e6874047d6 [2021-03-17T03:23:56.327Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-17T03:23:58.960Z] ---> Running in 90505d6c10c5 [2021-03-17T03:23:58.961Z] Removing intermediate container 90505d6c10c5 [2021-03-17T03:23:58.961Z] ---> 1b37c8d2bfb6 [2021-03-17T03:23:58.961Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-17T03:23:59.179Z] Commit message: "refactor: remove v1 code and unused constants" [2021-03-17T03:23:59.235Z] ---> Running in b4e111bc7fa5 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-17T03:24:00.397Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-17T03:24:00.755Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-17T03:24:01.072Z] + sudo service docker restart [2021-03-17T03:24:01.072Z] + true [2021-03-17T03:24:01.072Z] Redirecting to /bin/systemctl restart docker.service [2021-03-17T03:24:01.857Z] Removing intermediate container b4e111bc7fa5 [2021-03-17T03:24:01.857Z] ---> 3019c47bf2a6 [2021-03-17T03:24:01.857Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-03-17T03:24:01.857Z] ---> Running in 16845415bad6 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-17T03:24:02.542Z] provisioning config files... [2021-03-17T03:24:02.573Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/4@tmp/config1839537087897944454tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-17T03:24:02.845Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-17T03:24:02.946Z] ---> docker-login.sh [2021-03-17T03:24:02.946Z] nexus3.edgexfoundry.org:10001 [2021-03-17T03:24:03.210Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T03:24:03.211Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T03:24:03.211Z] Configure a credential helper to remove this warning. See [2021-03-17T03:24:03.211Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T03:24:03.211Z] [2021-03-17T03:24:03.211Z] Login Succeeded [2021-03-17T03:24:03.211Z] nexus3.edgexfoundry.org:10002 [2021-03-17T03:24:03.439Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-17T03:24:03.475Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T03:24:03.475Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T03:24:03.475Z] Configure a credential helper to remove this warning. See [2021-03-17T03:24:03.475Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T03:24:03.475Z] [2021-03-17T03:24:03.475Z] Login Succeeded [2021-03-17T03:24:03.475Z] nexus3.edgexfoundry.org:10003 [2021-03-17T03:24:03.750Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T03:24:03.750Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T03:24:03.750Z] Configure a credential helper to remove this warning. See [2021-03-17T03:24:03.750Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T03:24:03.750Z] [2021-03-17T03:24:03.750Z] Login Succeeded [2021-03-17T03:24:03.750Z] nexus3.edgexfoundry.org:10004 [2021-03-17T03:24:03.750Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T03:24:04.014Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T03:24:04.014Z] Configure a credential helper to remove this warning. See [2021-03-17T03:24:04.014Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T03:24:04.014Z] [2021-03-17T03:24:04.014Z] Login Succeeded [2021-03-17T03:24:04.014Z] docker.io [2021-03-17T03:24:04.014Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T03:24:04.039Z] OK: 142 MiB in 39 packages [2021-03-17T03:24:04.276Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T03:24:04.276Z] Configure a credential helper to remove this warning. See [2021-03-17T03:24:04.276Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T03:24:04.276Z] [2021-03-17T03:24:04.276Z] Login Succeeded [2021-03-17T03:24:04.276Z] ---> docker-login.sh ends [Pipeline] } [2021-03-17T03:24:04.287Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-17T03:24:04.607Z] ========================================================= [2021-03-17T03:24:04.607Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-17T03:24:04.607Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-17T03:24:04.956Z] + 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-17T03:24:04.956Z] Sending build context to Docker daemon 2.37MB [2021-03-17T03:24:04.956Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-17T03:24:04.956Z] Step 2/8 : FROM ${BASE} [2021-03-17T03:24:05.219Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-17T03:24:05.219Z] 188c0c94c7c5: Pulling fs layer [2021-03-17T03:24:05.219Z] 0ef7d3d256c8: Pulling fs layer [2021-03-17T03:24:05.219Z] de9db76c5a1d: Pulling fs layer [2021-03-17T03:24:05.219Z] bca2f99d35d6: Pulling fs layer [2021-03-17T03:24:05.219Z] 93359f2a8cfa: Pulling fs layer [2021-03-17T03:24:05.219Z] 7c6f9722023f: Pulling fs layer [2021-03-17T03:24:05.219Z] a35cf1a2eb13: Pulling fs layer [2021-03-17T03:24:05.219Z] 93359f2a8cfa: Waiting [2021-03-17T03:24:05.219Z] 7c6f9722023f: Waiting [2021-03-17T03:24:05.219Z] a35cf1a2eb13: Waiting [2021-03-17T03:24:05.219Z] bca2f99d35d6: Waiting [2021-03-17T03:24:05.220Z] de9db76c5a1d: Verifying Checksum [2021-03-17T03:24:05.220Z] de9db76c5a1d: Download complete [2021-03-17T03:24:05.220Z] 0ef7d3d256c8: Download complete [2021-03-17T03:24:05.220Z] 93359f2a8cfa: Verifying Checksum [2021-03-17T03:24:05.220Z] 93359f2a8cfa: Download complete [2021-03-17T03:24:05.220Z] 188c0c94c7c5: Verifying Checksum [2021-03-17T03:24:05.220Z] 188c0c94c7c5: Download complete [2021-03-17T03:24:05.220Z] 7c6f9722023f: Verifying Checksum [2021-03-17T03:24:05.220Z] 7c6f9722023f: Download complete [2021-03-17T03:24:05.482Z] Removing intermediate container 16845415bad6 [2021-03-17T03:24:05.483Z] ---> 21d6345f2b1d [2021-03-17T03:24:05.483Z] Step 6/8 : WORKDIR /device-sdk-go [2021-03-17T03:24:05.483Z] ---> Running in 89a685eae69f [2021-03-17T03:24:05.484Z] 188c0c94c7c5: Pull complete [2021-03-17T03:24:05.748Z] 0ef7d3d256c8: Pull complete [2021-03-17T03:24:06.016Z] de9db76c5a1d: Pull complete [2021-03-17T03:24:06.078Z] Removing intermediate container 89a685eae69f [2021-03-17T03:24:06.078Z] ---> 06472c4627e7 [2021-03-17T03:24:06.078Z] Step 7/8 : COPY . . [2021-03-17T03:24:06.974Z] a35cf1a2eb13: Verifying Checksum [2021-03-17T03:24:06.974Z] a35cf1a2eb13: Download complete [2021-03-17T03:24:07.515Z] ---> dccca646b1d1 [2021-03-17T03:24:07.515Z] Step 8/8 : RUN go mod download [2021-03-17T03:24:07.515Z] ---> Running in bb828a96255a [2021-03-17T03:24:07.550Z] bca2f99d35d6: Download complete [2021-03-17T03:24:12.913Z] bca2f99d35d6: Pull complete [2021-03-17T03:24:12.913Z] 93359f2a8cfa: Pull complete [2021-03-17T03:24:12.913Z] 7c6f9722023f: Pull complete [2021-03-17T03:24:19.531Z] a35cf1a2eb13: Pull complete [2021-03-17T03:24:19.532Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-17T03:24:19.532Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-17T03:24:19.532Z] ---> a62c8e92a672 [2021-03-17T03:24:19.532Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-17T03:24:19.532Z] ---> Running in 16a9348841e7 [2021-03-17T03:24:19.532Z] Removing intermediate container 16a9348841e7 [2021-03-17T03:24:19.532Z] ---> 03a74af69d16 [2021-03-17T03:24:19.532Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-17T03:24:19.532Z] ---> Running in 9c3c57827741 [2021-03-17T03:24:20.115Z] Removing intermediate container 9c3c57827741 [2021-03-17T03:24:20.115Z] ---> f556978c3a6b [2021-03-17T03:24:20.115Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-03-17T03:24:20.115Z] ---> Running in 7d4a106c528d [2021-03-17T03:24:21.064Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-17T03:24:21.640Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-17T03:24:21.903Z] OK: 166 MiB in 39 packages [2021-03-17T03:24:22.481Z] Removing intermediate container 7d4a106c528d [2021-03-17T03:24:22.481Z] ---> 9f6f878844be [2021-03-17T03:24:22.481Z] Step 6/8 : WORKDIR /device-sdk-go [2021-03-17T03:24:22.481Z] ---> Running in c12ea085355b [2021-03-17T03:24:22.481Z] Removing intermediate container c12ea085355b [2021-03-17T03:24:22.481Z] ---> e1443d03af8f [2021-03-17T03:24:22.481Z] Step 7/8 : COPY . . [2021-03-17T03:24:23.889Z] ---> ea16808fd711 [2021-03-17T03:24:23.889Z] Step 8/8 : RUN go mod download [2021-03-17T03:24:23.889Z] ---> Running in 9a59168e5f71 [2021-03-17T03:24:34.310Z] Removing intermediate container bb828a96255a [2021-03-17T03:24:34.310Z] ---> 04f6d5af689d [2021-03-17T03:24:34.310Z] Successfully built 04f6d5af689d [2021-03-17T03:24:34.310Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-17T03:24:34.653Z] + docker inspect -f . ci-base-image-arm64 [2021-03-17T03:24:34.653Z] . [Pipeline] withDockerContainer [2021-03-17T03:24:34.923Z] prd-ubuntu18.04-docker-arm64-4c-16g-30106 does not seem to be running inside a container [2021-03-17T03:24:35.003Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/4 -v /w/workspace/device-sdk-go/4:/w/workspace/device-sdk-go/4:rw,z -v /w/workspace/device-sdk-go/4@tmp:/w/workspace/device-sdk-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-17T03:24:36.664Z] $ docker top f6445e2c79917160f9c5a0c65bef4a306112e22204538c87c328667593406bb5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-17T03:24:37.692Z] + go version [2021-03-17T03:24:37.692Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-17T03:24:37.715Z] $ docker stop --time=1 f6445e2c79917160f9c5a0c65bef4a306112e22204538c87c328667593406bb5 [2021-03-17T03:24:39.859Z] $ docker rm -f f6445e2c79917160f9c5a0c65bef4a306112e22204538c87c328667593406bb5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-17T03:24:40.934Z] + docker inspect -f . ci-base-image-arm64 [2021-03-17T03:24:40.934Z] . [Pipeline] withDockerContainer [2021-03-17T03:24:41.192Z] prd-ubuntu18.04-docker-arm64-4c-16g-30106 does not seem to be running inside a container [2021-03-17T03:24:41.269Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/4 -v /w/workspace/device-sdk-go/4:/w/workspace/device-sdk-go/4:rw,z -v /w/workspace/device-sdk-go/4@tmp:/w/workspace/device-sdk-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-17T03:24:42.831Z] $ docker top dbf9c79fab22d13c3bb11658ac470d440c705c40e317baa6d3d929af6c1da4de -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-17T03:24:43.850Z] + make test [2021-03-17T03:24:43.850Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-17T03:24:45.948Z] Removing intermediate container 9a59168e5f71 [2021-03-17T03:24:45.948Z] ---> d48cc433e0cd [2021-03-17T03:24:45.948Z] Successfully built d48cc433e0cd [2021-03-17T03:24:45.948Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-17T03:24:46.268Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-17T03:24:46.268Z] . [Pipeline] withDockerContainer [2021-03-17T03:24:46.539Z] prd-centos7-docker-4c-2g-30107 does not seem to be running inside a container [2021-03-17T03:24:46.625Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/4 -v /w/workspace/device-sdk-go/4:/w/workspace/device-sdk-go/4:rw,z -v /w/workspace/device-sdk-go/4@tmp:/w/workspace/device-sdk-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-17T03:24:47.463Z] $ docker top 081a3df30cdf9b314cb97658ed185cebed25012cff05f2af1409d63c606e9731 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-17T03:24:47.944Z] + go version [2021-03-17T03:24:47.944Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-17T03:24:47.959Z] $ docker stop --time=1 081a3df30cdf9b314cb97658ed185cebed25012cff05f2af1409d63c606e9731 [2021-03-17T03:24:50.007Z] $ docker rm -f 081a3df30cdf9b314cb97658ed185cebed25012cff05f2af1409d63c606e9731 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-17T03:24:50.932Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-17T03:24:50.932Z] . [Pipeline] withDockerContainer [2021-03-17T03:24:51.035Z] prd-centos7-docker-4c-2g-30107 does not seem to be running inside a container [2021-03-17T03:24:51.081Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/4 -v /w/workspace/device-sdk-go/4:/w/workspace/device-sdk-go/4:rw,z -v /w/workspace/device-sdk-go/4@tmp:/w/workspace/device-sdk-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-17T03:24:51.786Z] $ docker top 411682fd32cecf4b9feca502baf20d8c6e68a4e6e331f133b4f2ced0059a8d67 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-17T03:24:52.361Z] + make test [2021-03-17T03:24:52.361Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-17T03:25:00.594Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-03-17T03:25:06.033Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-03-17T03:25:15.630Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-03-17T03:25:15.630Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-03-17T03:25:15.630Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] [2021-03-17T03:25:15.630Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-03-17T03:25:16.593Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.057s coverage: 25.5% of statements [2021-03-17T03:25:16.855Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.071s coverage: 81.2% of statements [2021-03-17T03:25:45.059Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-03-17T03:25:45.059Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-03-17T03:25:45.059Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] [2021-03-17T03:25:45.059Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-03-17T03:25:49.055Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.055s coverage: 10.5% of statements [2021-03-17T03:25:49.055Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.073s coverage: 14.6% of statements [2021-03-17T03:25:49.055Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-03-17T03:25:49.055Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.087s coverage: 32.5% of statements [2021-03-17T03:25:49.055Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-03-17T03:25:49.055Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-03-17T03:25:49.055Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-03-17T03:25:49.055Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.121s coverage: 57.3% of statements [2021-03-17T03:25:49.055Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 1.190s coverage: 6.6% of statements [2021-03-17T03:25:49.055Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.084s coverage: 5.1% of statements [2021-03-17T03:25:49.055Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-03-17T03:25:49.055Z] GO111MODULE=on go vet ./... [2021-03-17T03:25:49.398Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.119s coverage: 25.5% of statements [2021-03-17T03:25:50.379Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.142s coverage: 81.2% of statements [2021-03-17T03:25:57.280Z] gofmt -l . [2021-03-17T03:25:57.280Z] [ "`gofmt -l .`" = "" ] [2021-03-17T03:25:57.280Z] ./bin/test-attribution-txt.sh [2021-03-17T03:25:57.280Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-03-17T03:25:57.297Z] $ docker stop --time=1 411682fd32cecf4b9feca502baf20d8c6e68a4e6e331f133b4f2ced0059a8d67 [2021-03-17T03:25:59.322Z] $ docker rm -f 411682fd32cecf4b9feca502baf20d8c6e68a4e6e331f133b4f2ced0059a8d67 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-17T03:26:00.050Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-17T03:26:00.496Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-03-17T03:26:03.264Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-03-17T03:26:03.566Z] + ls -al . [2021-03-17T03:26:03.566Z] total 184 [2021-03-17T03:26:03.566Z] drwxrwxr-x. 10 jenkins jenkins 4096 Mar 17 03:25 . [2021-03-17T03:26:03.566Z] drwxrwxr-x. 4 jenkins jenkins 28 Mar 17 03:23 .. [2021-03-17T03:26:03.566Z] drwxrwxr-x. 2 jenkins jenkins 64 Mar 17 03:23 bin [2021-03-17T03:26:03.566Z] -rw-r--r--. 1 jenkins jenkins 101978 Mar 17 03:25 coverage.out [2021-03-17T03:26:03.566Z] -rw-rw-r--. 1 jenkins jenkins 949 Mar 17 03:23 Dockerfile.build [2021-03-17T03:26:03.566Z] -rw-rw-r--. 1 jenkins jenkins 140 Mar 17 03:23 .dockerignore [2021-03-17T03:26:03.566Z] drwxrwxr-x. 4 jenkins jenkins 48 Mar 17 03:23 example [2021-03-17T03:26:03.566Z] drwxrwxr-x. 8 jenkins jenkins 179 Mar 17 03:23 .git [2021-03-17T03:26:03.566Z] drwxrwxr-x. 2 jenkins jenkins 103 Mar 17 03:23 .github [2021-03-17T03:26:03.566Z] -rw-rw-r--. 1 jenkins jenkins 138 Mar 17 03:23 .gitignore [2021-03-17T03:26:03.566Z] -rw-r--r--. 1 jenkins jenkins 479 Mar 17 03:25 go.mod [2021-03-17T03:26:03.567Z] -rw-r--r--. 1 jenkins jenkins 17490 Mar 17 03:25 go.sum [2021-03-17T03:26:03.567Z] drwxrwxr-x. 13 jenkins jenkins 193 Mar 17 03:23 internal [2021-03-17T03:26:03.567Z] -rw-rw-r--. 1 jenkins jenkins 901 Mar 17 03:23 Jenkinsfile [2021-03-17T03:26:03.567Z] -rw-rw-r--. 1 jenkins jenkins 11341 Mar 17 03:23 LICENSE [2021-03-17T03:26:03.567Z] -rw-rw-r--. 1 jenkins jenkins 1016 Mar 17 03:23 Makefile [2021-03-17T03:26:03.567Z] drwxrwxr-x. 4 jenkins jenkins 26 Mar 17 03:23 openapi [2021-03-17T03:26:03.567Z] drwxrwxr-x. 5 jenkins jenkins 50 Mar 17 03:23 pkg [2021-03-17T03:26:03.567Z] -rw-rw-r--. 1 jenkins jenkins 5897 Mar 17 03:23 README.md [2021-03-17T03:26:03.567Z] -rw-rw-r--. 1 jenkins jenkins 6616 Mar 17 03:23 RELEASE-NOTES.txt [2021-03-17T03:26:03.567Z] drwxrwxr-x. 4 jenkins jenkins 54 Mar 17 03:23 snap [2021-03-17T03:26:03.567Z] -rw-rw-r--. 1 jenkins jenkins 5 Mar 17 03:21 VERSION [2021-03-17T03:26:03.567Z] -rw-rw-r--. 1 jenkins jenkins 222 Mar 17 03:23 version.go [Pipeline] isUnix [Pipeline] sh [2021-03-17T03:26:03.875Z] + docker build -t docker-device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=99c149a3d5c447c9853bfd79d7c7c8e702b450e8 --label arch=amd64 --label version=0.0.0 . [2021-03-17T03:26:04.138Z] Sending build context to Docker daemon 2.472MB [2021-03-17T03:26:04.138Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-03-17T03:26:04.138Z] Step 2/24 : FROM ${BASE} AS builder [2021-03-17T03:26:04.138Z] ---> d48cc433e0cd [2021-03-17T03:26:04.138Z] Step 3/24 : ARG MAKE='make build' [2021-03-17T03:26:04.712Z] ---> Running in f63f956a4d51 [2021-03-17T03:26:04.975Z] Removing intermediate container f63f956a4d51 [2021-03-17T03:26:04.975Z] ---> 02f41c2cf262 [2021-03-17T03:26:04.975Z] Step 4/24 : WORKDIR /device-sdk-go [2021-03-17T03:26:04.975Z] ---> Running in adce1fd31e1d [2021-03-17T03:26:05.237Z] Removing intermediate container adce1fd31e1d [2021-03-17T03:26:05.237Z] ---> 5fc11e4f94a2 [2021-03-17T03:26:05.237Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-17T03:26:05.237Z] ---> Running in 27e29c715c74 [2021-03-17T03:26:05.501Z] Removing intermediate container 27e29c715c74 [2021-03-17T03:26:05.501Z] ---> 39d8a8fac445 [2021-03-17T03:26:05.501Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-17T03:26:05.501Z] ---> Running in 38233af0bd2e [2021-03-17T03:26:06.461Z] Removing intermediate container 38233af0bd2e [2021-03-17T03:26:06.461Z] ---> 3a08721957bb [2021-03-17T03:26:06.461Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-03-17T03:26:06.461Z] ---> Running in f71d1751a060 [2021-03-17T03:26:07.037Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-17T03:26:07.617Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-17T03:26:08.193Z] OK: 166 MiB in 39 packages [2021-03-17T03:26:08.767Z] Removing intermediate container f71d1751a060 [2021-03-17T03:26:08.767Z] ---> 6a9b9f0bb955 [2021-03-17T03:26:08.767Z] Step 8/24 : COPY . . [2021-03-17T03:26:09.715Z] ---> 8a60a7dea0a0 [2021-03-17T03:26:09.715Z] Step 9/24 : RUN ${MAKE} [2021-03-17T03:26:09.977Z] ---> Running in d84bcf12c842 [2021-03-17T03:26:10.247Z] 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-17T03:26:20.399Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-03-17T03:26:21.348Z] Removing intermediate container d84bcf12c842 [2021-03-17T03:26:21.348Z] ---> d32507cfaa2e [2021-03-17T03:26:21.348Z] Step 10/24 : FROM scratch [2021-03-17T03:26:21.348Z] ---> [2021-03-17T03:26:21.348Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-17T03:26:21.348Z] ---> Running in 3e04a6636c37 [2021-03-17T03:26:21.611Z] Removing intermediate container 3e04a6636c37 [2021-03-17T03:26:21.611Z] ---> 0fa0ede48e2c [2021-03-17T03:26:21.611Z] Step 12/24 : ENV APP_PORT=49990 [2021-03-17T03:26:21.611Z] ---> Running in 2f3393f5947c [2021-03-17T03:26:21.611Z] Removing intermediate container 2f3393f5947c [2021-03-17T03:26:21.611Z] ---> eb117747171c [2021-03-17T03:26:21.611Z] Step 13/24 : EXPOSE $APP_PORT [2021-03-17T03:26:21.873Z] ---> Running in a98e453a54de [2021-03-17T03:26:21.873Z] Removing intermediate container a98e453a54de [2021-03-17T03:26:21.873Z] ---> d2b7226e2bd7 [2021-03-17T03:26:21.873Z] Step 14/24 : WORKDIR / [2021-03-17T03:26:21.873Z] ---> Running in 2298656094ce [2021-03-17T03:26:22.136Z] Removing intermediate container 2298656094ce [2021-03-17T03:26:22.136Z] ---> 41e71f329328 [2021-03-17T03:26:22.136Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-03-17T03:26:22.711Z] ---> cd5c5c1fdc1e [2021-03-17T03:26:22.711Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-03-17T03:26:22.720Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.140s coverage: 10.5% of statements [2021-03-17T03:26:22.721Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.118s coverage: 14.6% of statements [2021-03-17T03:26:22.721Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-03-17T03:26:22.721Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.242s coverage: 32.5% of statements [2021-03-17T03:26:22.721Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-03-17T03:26:22.721Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-03-17T03:26:22.721Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-03-17T03:26:22.721Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.261s coverage: 57.3% of statements [2021-03-17T03:26:22.721Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 2.887s coverage: 6.6% of statements [2021-03-17T03:26:22.721Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.141s coverage: 5.1% of statements [2021-03-17T03:26:22.721Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-03-17T03:26:22.721Z] GO111MODULE=on go vet ./... [2021-03-17T03:26:22.974Z] ---> e9dae78b80b7 [2021-03-17T03:26:22.974Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-03-17T03:26:23.237Z] ---> e665429c127d [2021-03-17T03:26:23.237Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-03-17T03:26:23.237Z] ---> 5d01a30f3e72 [2021-03-17T03:26:23.237Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-03-17T03:26:23.499Z] ---> f6de8a5a5c92 [2021-03-17T03:26:23.499Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-03-17T03:26:23.761Z] ---> Running in 8bc8061610c7 [2021-03-17T03:26:23.761Z] Removing intermediate container 8bc8061610c7 [2021-03-17T03:26:23.761Z] ---> 4f7f842f7355 [2021-03-17T03:26:23.761Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-17T03:26:24.022Z] ---> Running in 780b924196f7 [2021-03-17T03:26:24.022Z] Removing intermediate container 780b924196f7 [2021-03-17T03:26:24.022Z] ---> ce3cc91dcd3a [2021-03-17T03:26:24.022Z] Step 22/24 : LABEL arch=amd64 [2021-03-17T03:26:24.285Z] ---> Running in 9df20afc5a91 [2021-03-17T03:26:24.285Z] Removing intermediate container 9df20afc5a91 [2021-03-17T03:26:24.285Z] ---> 80c9408d040c [2021-03-17T03:26:24.285Z] Step 23/24 : LABEL git_sha=99c149a3d5c447c9853bfd79d7c7c8e702b450e8 [2021-03-17T03:26:24.285Z] ---> Running in e7e1c909909d [2021-03-17T03:26:24.550Z] Removing intermediate container e7e1c909909d [2021-03-17T03:26:24.550Z] ---> a85a840a210b [2021-03-17T03:26:24.550Z] Step 24/24 : LABEL version=0.0.0 [2021-03-17T03:26:24.550Z] ---> Running in e25632b10684 [2021-03-17T03:26:24.812Z] Removing intermediate container e25632b10684 [2021-03-17T03:26:24.812Z] ---> b86a6d0afe33 [2021-03-17T03:26:24.812Z] [Warning] One or more build-args [ARCH] were not consumed [2021-03-17T03:26:24.812Z] Successfully built b86a6d0afe33 [2021-03-17T03:26:24.812Z] Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-17T03:26:25.988Z] ---> job-cost.sh [2021-03-17T03:26:25.988Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-ff0e [2021-03-17T03:26:40.949Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-17T03:26:55.377Z] gofmt -l . [2021-03-17T03:26:55.377Z] [ "`gofmt -l .`" = "" ] [2021-03-17T03:26:55.377Z] ./bin/test-attribution-txt.sh [2021-03-17T03:26:55.377Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-03-17T03:26:55.395Z] $ docker stop --time=1 dbf9c79fab22d13c3bb11658ac470d440c705c40e317baa6d3d929af6c1da4de [2021-03-17T03:26:57.536Z] $ docker rm -f dbf9c79fab22d13c3bb11658ac470d440c705c40e317baa6d3d929af6c1da4de [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-17T03:26:58.614Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-17T03:26:58.634Z] Warning: overwriting stash ‘coverage-report’ [2021-03-17T03:26:59.411Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-17T03:27:00.089Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-03-17T03:27:00.423Z] + ls -al . [2021-03-17T03:27:00.423Z] total 220 [2021-03-17T03:27:00.423Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 17 03:26 . [2021-03-17T03:27:00.423Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 17 03:23 .. [2021-03-17T03:27:00.423Z] -rw-rw-r-- 1 jenkins jenkins 140 Mar 17 03:23 .dockerignore [2021-03-17T03:27:00.423Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 17 03:23 .git [2021-03-17T03:27:00.423Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 17 03:23 .github [2021-03-17T03:27:00.423Z] -rw-rw-r-- 1 jenkins jenkins 138 Mar 17 03:23 .gitignore [2021-03-17T03:27:00.423Z] -rw-rw-r-- 1 jenkins jenkins 949 Mar 17 03:23 Dockerfile.build [2021-03-17T03:27:00.423Z] -rw-rw-r-- 1 jenkins jenkins 901 Mar 17 03:23 Jenkinsfile [2021-03-17T03:27:00.423Z] -rw-rw-r-- 1 jenkins jenkins 11341 Mar 17 03:23 LICENSE [2021-03-17T03:27:00.423Z] -rw-rw-r-- 1 jenkins jenkins 1016 Mar 17 03:23 Makefile [2021-03-17T03:27:00.423Z] -rw-rw-r-- 1 jenkins jenkins 5897 Mar 17 03:23 README.md [2021-03-17T03:27:00.423Z] -rw-rw-r-- 1 jenkins jenkins 6616 Mar 17 03:23 RELEASE-NOTES.txt [2021-03-17T03:27:00.423Z] -rw-rw-r-- 1 jenkins jenkins 5 Mar 17 03:21 VERSION [2021-03-17T03:27:00.423Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 17 03:23 bin [2021-03-17T03:27:00.423Z] -rw-r--r-- 1 jenkins jenkins 101977 Mar 17 03:26 coverage.out [2021-03-17T03:27:00.423Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 17 03:23 example [2021-03-17T03:27:00.423Z] -rw-r--r-- 1 jenkins jenkins 479 Mar 17 03:26 go.mod [2021-03-17T03:27:00.423Z] -rw-r--r-- 1 jenkins jenkins 17490 Mar 17 03:26 go.sum [2021-03-17T03:27:00.423Z] drwxrwxr-x 13 jenkins jenkins 4096 Mar 17 03:23 internal [2021-03-17T03:27:00.423Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 17 03:23 openapi [2021-03-17T03:27:00.423Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 17 03:23 pkg [2021-03-17T03:27:00.423Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 17 03:23 snap [2021-03-17T03:27:00.423Z] -rw-rw-r-- 1 jenkins jenkins 222 Mar 17 03:23 version.go [Pipeline] isUnix [Pipeline] sh [2021-03-17T03:27:00.761Z] + docker build -t docker-device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=99c149a3d5c447c9853bfd79d7c7c8e702b450e8 --label arch=arm64 --label version=0.0.0 . [2021-03-17T03:27:01.031Z] Sending build context to Docker daemon 2.465MB [2021-03-17T03:27:01.305Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-03-17T03:27:01.305Z] Step 2/24 : FROM ${BASE} AS builder [2021-03-17T03:27:01.305Z] ---> 04f6d5af689d [2021-03-17T03:27:01.305Z] Step 3/24 : ARG MAKE='make build' [2021-03-17T03:27:01.577Z] ---> Running in 47761377c0bc [2021-03-17T03:27:01.849Z] Removing intermediate container 47761377c0bc [2021-03-17T03:27:01.849Z] ---> f52d44eb39e9 [2021-03-17T03:27:01.849Z] Step 4/24 : WORKDIR /device-sdk-go [2021-03-17T03:27:02.124Z] ---> Running in d14b9b0e5aa0 [2021-03-17T03:27:02.397Z] Removing intermediate container d14b9b0e5aa0 [2021-03-17T03:27:02.397Z] ---> 4a68c5215681 [2021-03-17T03:27:02.397Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-17T03:27:02.670Z] ---> Running in 67ce83546a83 [2021-03-17T03:27:02.953Z] Removing intermediate container 67ce83546a83 [2021-03-17T03:27:02.953Z] ---> ddf5a033300f [2021-03-17T03:27:02.953Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-17T03:27:03.225Z] ---> Running in 78280c0d2fff [2021-03-17T03:27:05.224Z] Removing intermediate container 78280c0d2fff [2021-03-17T03:27:05.224Z] ---> e6cc4f488a00 [2021-03-17T03:27:05.224Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-03-17T03:27:05.496Z] ---> Running in 57a8b6d3d579 [2021-03-17T03:27:06.475Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-17T03:27:07.462Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-17T03:27:07.580Z] lf-activate-venv(): INFO: Adding /tmp/venv-ff0e/bin to PATH [2021-03-17T03:27:07.580Z] INFO: No Stack... [2021-03-17T03:27:07.580Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-17T03:27:07.580Z] INFO: Archiving Costs [Pipeline] sh [2021-03-17T03:27:07.896Z] + cat /w/workspace/device-sdk-go/4/archives/cost.csv [2021-03-17T03:27:07.896Z] + cut -d, -f6 [Pipeline] lock [2021-03-17T03:27:07.977Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-820-4-stack-cost] [2021-03-17T03:27:07.987Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-820-4-stack-cost] did not exist. Created. [2021-03-17T03:27:07.987Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-820-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-17T03:27:08.402Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-03-17T03:27:08.442Z] OK: 142 MiB in 39 packages [2021-03-17T03:27:08.557Z] Stashed 1 file(s) [Pipeline] } [2021-03-17T03:27:08.572Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-820-4-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [2021-03-17T03:27:09.434Z] Removing intermediate container 57a8b6d3d579 [2021-03-17T03:27:09.434Z] ---> db737014c5f8 [2021-03-17T03:27:09.434Z] Step 8/24 : COPY . . [Pipeline] } [2021-03-17T03:27:10.881Z] ---> 7a7903193db0 [2021-03-17T03:27:10.881Z] Step 9/24 : RUN ${MAKE} [2021-03-17T03:27:10.881Z] ---> Running in a8ee70f81faf [2021-03-17T03:27:11.859Z] 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-17T03:27:38.683Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-03-17T03:27:38.955Z] Removing intermediate container a8ee70f81faf [2021-03-17T03:27:38.955Z] ---> 0e6e1f52e06a [2021-03-17T03:27:38.955Z] Step 10/24 : FROM scratch [2021-03-17T03:27:38.955Z] ---> [2021-03-17T03:27:38.955Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-17T03:27:39.225Z] ---> Running in f1b1a099ff17 [2021-03-17T03:27:39.495Z] Removing intermediate container f1b1a099ff17 [2021-03-17T03:27:39.495Z] ---> bbfb25d76e9b [2021-03-17T03:27:39.495Z] Step 12/24 : ENV APP_PORT=49990 [2021-03-17T03:27:39.767Z] ---> Running in c8283387b32e [2021-03-17T03:27:40.036Z] Removing intermediate container c8283387b32e [2021-03-17T03:27:40.036Z] ---> 6e31880a98ae [2021-03-17T03:27:40.036Z] Step 13/24 : EXPOSE $APP_PORT [2021-03-17T03:27:40.036Z] ---> Running in fc2114c30df0 [2021-03-17T03:27:40.633Z] Removing intermediate container fc2114c30df0 [2021-03-17T03:27:40.633Z] ---> bece22b5f8e6 [2021-03-17T03:27:40.633Z] Step 14/24 : WORKDIR / [2021-03-17T03:27:40.633Z] ---> Running in fb363972d671 [2021-03-17T03:27:41.227Z] Removing intermediate container fb363972d671 [2021-03-17T03:27:41.227Z] ---> 1803fe90823f [2021-03-17T03:27:41.227Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-03-17T03:27:42.205Z] ---> 04279a7d16f4 [2021-03-17T03:27:42.205Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-03-17T03:27:42.799Z] ---> 658289f775ed [2021-03-17T03:27:42.799Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-03-17T03:27:43.779Z] ---> d21db57ffb9d [2021-03-17T03:27:43.779Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-03-17T03:27:44.372Z] ---> b0a56e10ea00 [2021-03-17T03:27:44.372Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-03-17T03:27:44.969Z] ---> e3d439618b74 [2021-03-17T03:27:44.969Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-03-17T03:27:45.240Z] ---> Running in 50d2e15e7e0b [2021-03-17T03:27:45.832Z] Removing intermediate container 50d2e15e7e0b [2021-03-17T03:27:45.832Z] ---> 78f8ad767e9c [2021-03-17T03:27:45.832Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-17T03:27:45.832Z] ---> Running in 7ef2d1072c40 [2021-03-17T03:27:46.102Z] Removing intermediate container 7ef2d1072c40 [2021-03-17T03:27:46.102Z] ---> b8c85e6056e2 [2021-03-17T03:27:46.102Z] Step 22/24 : LABEL arch=arm64 [2021-03-17T03:27:46.371Z] ---> Running in 2b028be7e4f5 [2021-03-17T03:27:46.642Z] Removing intermediate container 2b028be7e4f5 [2021-03-17T03:27:46.642Z] ---> 19e18760e99d [2021-03-17T03:27:46.642Z] Step 23/24 : LABEL git_sha=99c149a3d5c447c9853bfd79d7c7c8e702b450e8 [2021-03-17T03:27:46.912Z] ---> Running in ee92e5b8b6e4 [2021-03-17T03:27:47.183Z] Removing intermediate container ee92e5b8b6e4 [2021-03-17T03:27:47.183Z] ---> 501b9936fd08 [2021-03-17T03:27:47.183Z] Step 24/24 : LABEL version=0.0.0 [2021-03-17T03:27:47.456Z] ---> Running in 066e6c632979 [2021-03-17T03:27:47.730Z] Removing intermediate container 066e6c632979 [2021-03-17T03:27:47.730Z] ---> f01b9318c503 [2021-03-17T03:27:47.730Z] [Warning] One or more build-args [ARCH] were not consumed [2021-03-17T03:27:48.001Z] Successfully built f01b9318c503 [2021-03-17T03:27:48.001Z] Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-17T03:27:48.909Z] ---> job-cost.sh [2021-03-17T03:27:48.909Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-c571 [2021-03-17T03:28:27.868Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-17T03:30:04.616Z] lf-activate-venv(): INFO: Adding /tmp/venv-c571/bin to PATH [2021-03-17T03:30:04.616Z] INFO: No Stack... [2021-03-17T03:30:04.616Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-17T03:30:04.616Z] INFO: Archiving Costs [Pipeline] sh [2021-03-17T03:30:04.958Z] + cat /w/workspace/device-sdk-go/4/archives/cost.csv [2021-03-17T03:30:04.958Z] + cut -d, -f6 [Pipeline] lock [2021-03-17T03:30:05.118Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-820-4-stack-cost] [2021-03-17T03:30:05.126Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-820-4-stack-cost] did not exist. Created. [2021-03-17T03:30:05.126Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-820-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-17T03:30:05.615Z] /w/workspace/device-sdk-go/4@tmp/durable-a22a37c7/script.sh: 1: /w/workspace/device-sdk-go/4@tmp/durable-a22a37c7/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-03-17T03:30:05.958Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-17T03:30:06.076Z] Warning: overwriting stash ‘stack-cost’ [2021-03-17T03:30:06.234Z] Stashed 1 file(s) [Pipeline] } [2021-03-17T03:30:06.248Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-820-4-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-03-17T03:30:07.839Z] provisioning config files... [2021-03-17T03:30:07.850Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-820@tmp/config2431051941644071080tmp [Pipeline] { [Pipeline] sh [2021-03-17T03:30:08.259Z] + set +x [2021-03-17T03:30:08.259Z] + curl -s https://codecov.io/bash [2021-03-17T03:30:08.259Z] + bash -s -- [2021-03-17T03:30:08.524Z] [2021-03-17T03:30:08.524Z] _____ _ [2021-03-17T03:30:08.524Z] / ____| | | [2021-03-17T03:30:08.524Z] | | ___ __| | ___ ___ _____ __ [2021-03-17T03:30:08.524Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-17T03:30:08.524Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-17T03:30:08.524Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-17T03:30:08.524Z] Bash-20210309-2b87ace [2021-03-17T03:30:08.524Z] [2021-03-17T03:30:08.524Z] [2021-03-17T03:30:08.524Z] ==> git version 2.24.3 found [2021-03-17T03:30:08.524Z] ==> 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-17T03:30:08.524Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-17T03:30:08.524Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-17T03:30:08.524Z] curl: option -sm: expected a proper numerical parameter [2021-03-17T03:30:08.524Z] curl: try 'curl --help' or 'curl --manual' for more information [2021-03-17T03:30:08.524Z] ==> Jenkins CI detected. [2021-03-17T03:30:08.524Z] project root: . [2021-03-17T03:30:08.524Z] --> token set from env [2021-03-17T03:30:08.524Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-17T03:30:08.524Z] ==> Running gcov in . (disable via -X gcov) [2021-03-17T03:30:08.524Z] ==> Python coveragepy not found [2021-03-17T03:30:08.524Z] ==> Searching for coverage reports in: [2021-03-17T03:30:08.524Z] + . [2021-03-17T03:30:08.524Z] -> Found 1 reports [2021-03-17T03:30:08.524Z] ==> Detecting git/mercurial file structure [2021-03-17T03:30:08.524Z] ==> Reading reports [2021-03-17T03:30:08.524Z] + ./coverage.out bytes=101977 [2021-03-17T03:30:08.524Z] ==> Appending adjustments [2021-03-17T03:30:08.524Z] https://docs.codecov.io/docs/fixing-reports [2021-03-17T03:30:08.790Z] + Found adjustments [2021-03-17T03:30:08.790Z] ==> Gzipping contents [2021-03-17T03:30:08.790Z] 16K /tmp/codecov.SQcPQQ.gz [2021-03-17T03:30:08.790Z] ==> Uploading reports [2021-03-17T03:30:08.790Z] url: https://codecov.io [2021-03-17T03:30:08.790Z] query: branch=PR-820&commit=99c149a3d5c447c9853bfd79d7c7c8e702b450e8&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-820%2F4%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=820&job=&cmd_args= [2021-03-17T03:30:08.790Z] -> Pinging Codecov [2021-03-17T03:30:08.790Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-820&commit=99c149a3d5c447c9853bfd79d7c7c8e702b450e8&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-820%2F4%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=820&job=&cmd_args= [2021-03-17T03:30:09.365Z] -> Uploading to [2021-03-17T03:30:09.365Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-17/7E55EF52A471D76F132DFD9A03CDDE97/99c149a3d5c447c9853bfd79d7c7c8e702b450e8/a34af264-aac6-49f2-a2bc-0d9f53b485de.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210317%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210317T033009Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=40240e0e53e434417ffe603afa09b06287731e6d03828f41727eb5b7bdf7e185 [2021-03-17T03:30:09.365Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-17T03:30:09.365Z] Dload Upload Total Spent Left Speed [2021-03-17T03:30:09.629Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13667 0 0 100 13667 0 34622 --:--:-- --:--:-- --:--:-- 34687 [2021-03-17T03:30:09.630Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/99c149a3d5c447c9853bfd79d7c7c8e702b450e8 [Pipeline] } [2021-03-17T03:30:09.641Z] 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-17T03:30:12.404Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-17T03:30:12.719Z] ---> package-listing.sh [2021-03-17T03:30:12.719Z] ++ facter osfamily [2021-03-17T03:30:12.719Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-17T03:30:12.719Z] + OS_FAMILY=redhat [2021-03-17T03:30:12.719Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-820 [2021-03-17T03:30:12.719Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-17T03:30:12.719Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-17T03:30:12.719Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-17T03:30:12.719Z] + PACKAGES=/tmp/packages_start.txt [2021-03-17T03:30:12.719Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-820 ']' [2021-03-17T03:30:12.719Z] + PACKAGES=/tmp/packages_end.txt [2021-03-17T03:30:12.719Z] + case "${OS_FAMILY}" in [2021-03-17T03:30:12.719Z] + rpm -qa [2021-03-17T03:30:12.719Z] + sort [2021-03-17T03:30:18.057Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-17T03:30:18.057Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-17T03:30:18.057Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-17T03:30:18.057Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-820 ']' [2021-03-17T03:30:18.057Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-820/archives/ [2021-03-17T03:30:18.057Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-820/archives/ [Pipeline] echo [2021-03-17T03:30:18.072Z] 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-820/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-17T03:30:18.390Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-17T03:30:18.698Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-17T03:30:18.698Z] [2021-03-17T03:30:18.698Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-17T03:30:19.058Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-17T03:30:19.058Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-17T03:30:19.058Z] df20fa9351a1: Pulling fs layer [2021-03-17T03:30:19.058Z] 36b3adc4ff6f: Pulling fs layer [2021-03-17T03:30:19.058Z] 8ad3a11d3b57: Pulling fs layer [2021-03-17T03:30:19.058Z] 46f8f816bc3b: Pulling fs layer [2021-03-17T03:30:19.059Z] 93b61091891f: Pulling fs layer [2021-03-17T03:30:19.059Z] 93b9cdb0e59b: Pulling fs layer [2021-03-17T03:30:19.059Z] 5e14af77c1be: Pulling fs layer [2021-03-17T03:30:19.059Z] 01666e4c0597: Pulling fs layer [2021-03-17T03:30:19.059Z] aa168da1d23b: Pulling fs layer [2021-03-17T03:30:19.059Z] 46f8f816bc3b: Waiting [2021-03-17T03:30:19.059Z] 93b61091891f: Waiting [2021-03-17T03:30:19.059Z] 93b9cdb0e59b: Waiting [2021-03-17T03:30:19.059Z] 5e14af77c1be: Waiting [2021-03-17T03:30:19.059Z] 01666e4c0597: Waiting [2021-03-17T03:30:19.059Z] aa168da1d23b: Waiting [2021-03-17T03:30:19.059Z] 36b3adc4ff6f: Verifying Checksum [2021-03-17T03:30:19.059Z] 36b3adc4ff6f: Download complete [2021-03-17T03:30:19.059Z] 46f8f816bc3b: Verifying Checksum [2021-03-17T03:30:19.059Z] 46f8f816bc3b: Download complete [2021-03-17T03:30:19.321Z] df20fa9351a1: Verifying Checksum [2021-03-17T03:30:19.321Z] df20fa9351a1: Download complete [2021-03-17T03:30:19.321Z] 93b9cdb0e59b: Verifying Checksum [2021-03-17T03:30:19.321Z] 93b9cdb0e59b: Download complete [2021-03-17T03:30:19.321Z] 93b61091891f: Verifying Checksum [2021-03-17T03:30:19.321Z] 93b61091891f: Download complete [2021-03-17T03:30:19.321Z] 5e14af77c1be: Verifying Checksum [2021-03-17T03:30:19.321Z] 5e14af77c1be: Download complete [2021-03-17T03:30:19.321Z] 01666e4c0597: Verifying Checksum [2021-03-17T03:30:19.321Z] 01666e4c0597: Download complete [2021-03-17T03:30:19.321Z] 8ad3a11d3b57: Verifying Checksum [2021-03-17T03:30:19.899Z] df20fa9351a1: Pull complete [2021-03-17T03:30:19.899Z] 36b3adc4ff6f: Pull complete [2021-03-17T03:30:20.878Z] 8ad3a11d3b57: Pull complete [2021-03-17T03:30:20.878Z] 46f8f816bc3b: Pull complete [2021-03-17T03:30:21.457Z] 93b61091891f: Pull complete [2021-03-17T03:30:21.457Z] aa168da1d23b: Verifying Checksum [2021-03-17T03:30:21.457Z] aa168da1d23b: Download complete [2021-03-17T03:30:21.719Z] 93b9cdb0e59b: Pull complete [2021-03-17T03:30:21.992Z] 5e14af77c1be: Pull complete [2021-03-17T03:30:21.992Z] 01666e4c0597: Pull complete [2021-03-17T03:30:28.621Z] aa168da1d23b: Pull complete [2021-03-17T03:30:28.621Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-17T03:30:28.621Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-17T03:30:28.621Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-17T03:30:28.761Z] prd-centos7-docker-4c-2g-30105 does not seem to be running inside a container [2021-03-17T03:30:28.804Z] $ 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-820/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-820 -v /w/workspace/dgexfoundry_device-sdk-go_PR-820:/w/workspace/dgexfoundry_device-sdk-go_PR-820:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-820@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-820@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-17T03:30:31.951Z] $ docker top 361468294ebf43df1a978d1da7aa6f63642b24fc86a569ab463fccf81528f6d2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-17T03:30:32.450Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-17T03:30:32.748Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-17T03:30:33.044Z] + ls /var/log/sa-host [2021-03-17T03:30:33.044Z] + sadf -c /var/log/sa-host/sa17 [2021-03-17T03:30:33.044Z] file_magic: OK [2021-03-17T03:30:33.044Z] HZ: Using current value: 100 [2021-03-17T03:30:33.044Z] file_header: OK [2021-03-17T03:30:33.044Z] 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-17T03:30:33.044Z] Statistics: [2021-03-17T03:30:33.044Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-17T03:30:33.044Z] File successfully converted to sysstat format version 12.2.1 [2021-03-17T03:30:33.044Z] + sadf -c /var/log/sa-host/sa23 [2021-03-17T03:30:33.044Z] file_magic: OK [2021-03-17T03:30:33.044Z] HZ: Using current value: 100 [2021-03-17T03:30:33.044Z] file_header: OK [2021-03-17T03:30:33.044Z] 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-17T03:30:33.044Z] Statistics: [2021-03-17T03:30:33.044Z] Hnuu...uuuununununu... [2021-03-17T03:30:33.044Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-17T03:30:33.662Z] provisioning config files... [2021-03-17T03:30:33.684Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-820@tmp/config8693675594300448764tmp [Pipeline] { [Pipeline] echo [2021-03-17T03:30:33.754Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-17T03:30:34.050Z] ---> create-netrc.sh [Pipeline] } [2021-03-17T03:30:34.059Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-17T03:30:34.150Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-17T03:30:34.448Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-17T03:30:34.461Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-17T03:30:34.758Z] ---> sudo-logs.sh [2021-03-17T03:30:34.758Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-17T03:30:34.833Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-17T03:30:35.125Z] ---> job-cost.sh [2021-03-17T03:30:35.125Z] lf-activate-venv: SKIPPING [2021-03-17T03:30:35.125Z] DEBUG: total: 0.20999999344348907 [2021-03-17T03:30:35.125Z] INFO: Retrieving Stack Cost... [2021-03-17T03:30:36.068Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-17T03:30:36.640Z] INFO: Archiving Costs [Pipeline] echo [2021-03-17T03:30:36.654Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-17T03:30:36.954Z] ---> logs-deploy.sh [2021-03-17T03:30:36.954Z] lf-activate-venv: SKIPPING [2021-03-17T03:30:36.954Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-820/4 [2021-03-17T03:30:36.954Z] INFO: archiving workspace using pattern(s): [2021-03-17T03:30:38.868Z] Archives upload complete. [2021-03-17T03:30:39.129Z] INFO: archiving logs to Nexus [2021-03-17T03:30:40.073Z] ---> uname -a: [2021-03-17T03:30:40.073Z] Linux prd-centos7-docker-4c-2g-30105.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-17T03:30:40.073Z] [2021-03-17T03:30:40.073Z] [2021-03-17T03:30:40.073Z] ---> lscpu: [2021-03-17T03:30:40.073Z] Architecture: x86_64 [2021-03-17T03:30:40.073Z] CPU op-mode(s): 32-bit, 64-bit [2021-03-17T03:30:40.073Z] Byte Order: Little Endian [2021-03-17T03:30:40.073Z] Address sizes: 40 bits physical, 48 bits virtual [2021-03-17T03:30:40.073Z] CPU(s): 4 [2021-03-17T03:30:40.073Z] On-line CPU(s) list: 0-3 [2021-03-17T03:30:40.073Z] Thread(s) per core: 1 [2021-03-17T03:30:40.073Z] Core(s) per socket: 1 [2021-03-17T03:30:40.073Z] Socket(s): 4 [2021-03-17T03:30:40.073Z] NUMA node(s): 1 [2021-03-17T03:30:40.073Z] Vendor ID: GenuineIntel [2021-03-17T03:30:40.073Z] CPU family: 6 [2021-03-17T03:30:40.073Z] Model: 44 [2021-03-17T03:30:40.073Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-03-17T03:30:40.073Z] Stepping: 1 [2021-03-17T03:30:40.073Z] CPU MHz: 2933.438 [2021-03-17T03:30:40.073Z] BogoMIPS: 5866.87 [2021-03-17T03:30:40.073Z] Virtualization: VT-x [2021-03-17T03:30:40.073Z] Hypervisor vendor: KVM [2021-03-17T03:30:40.073Z] Virtualization type: full [2021-03-17T03:30:40.073Z] L1d cache: 128 KiB [2021-03-17T03:30:40.073Z] L1i cache: 128 KiB [2021-03-17T03:30:40.073Z] L2 cache: 16 MiB [2021-03-17T03:30:40.073Z] L3 cache: 64 MiB [2021-03-17T03:30:40.073Z] NUMA node0 CPU(s): 0-3 [2021-03-17T03:30:40.073Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-03-17T03:30:40.073Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-03-17T03:30:40.073Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-03-17T03:30:40.073Z] Vulnerability Meltdown: Mitigation; PTI [2021-03-17T03:30:40.073Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-03-17T03:30:40.073Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-03-17T03:30:40.073Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-03-17T03:30:40.073Z] Vulnerability Srbds: Not affected [2021-03-17T03:30:40.073Z] Vulnerability Tsx async abort: Not affected [2021-03-17T03:30:40.073Z] 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-17T03:30:40.073Z] [2021-03-17T03:30:40.073Z] [2021-03-17T03:30:40.073Z] ---> nproc: [2021-03-17T03:30:40.073Z] 4 [2021-03-17T03:30:40.073Z] [2021-03-17T03:30:40.073Z] [2021-03-17T03:30:40.073Z] ---> df -h: [2021-03-17T03:30:40.073Z] Filesystem Size Used Available Use% Mounted on [2021-03-17T03:30:40.073Z] overlay 50.0G 7.3G 42.7G 15% / [2021-03-17T03:30:40.073Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-03-17T03:30:40.073Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-03-17T03:30:40.073Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-03-17T03:30:40.073Z] /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os [2021-03-17T03:30:40.073Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf [2021-03-17T03:30:40.073Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname [2021-03-17T03:30:40.073Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts [2021-03-17T03:30:40.073Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log [2021-03-17T03:30:40.073Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-820 [2021-03-17T03:30:40.073Z] /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json [2021-03-17T03:30:40.073Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-820@tmp [2021-03-17T03:30:40.073Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host [2021-03-17T03:30:40.073Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure [2021-03-17T03:30:40.073Z] [2021-03-17T03:30:40.073Z] [2021-03-17T03:30:40.073Z] ---> free -m: [2021-03-17T03:30:40.073Z] total used free shared buff/cache available [2021-03-17T03:30:40.073Z] Mem: 1837 701 80 0 1055 1031 [2021-03-17T03:30:40.073Z] Swap: 1023 1 1022 [2021-03-17T03:30:40.073Z] [2021-03-17T03:30:40.073Z] [2021-03-17T03:30:40.073Z] ---> ip addr: [2021-03-17T03:30:40.073Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-03-17T03:30:40.073Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-03-17T03:30:40.073Z] inet 127.0.0.1/8 scope host lo [2021-03-17T03:30:40.073Z] valid_lft forever preferred_lft forever [2021-03-17T03:30:40.073Z] inet6 ::1/128 scope host [2021-03-17T03:30:40.073Z] valid_lft forever preferred_lft forever [2021-03-17T03:30:40.073Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-03-17T03:30:40.073Z] link/ether fa:16:3e:0a:7c:63 brd ff:ff:ff:ff:ff:ff [2021-03-17T03:30:40.073Z] inet 10.30.122.62/23 brd 10.30.123.255 scope global dynamic eth0 [2021-03-17T03:30:40.073Z] valid_lft 85778sec preferred_lft 85778sec [2021-03-17T03:30:40.073Z] inet6 fe80::f816:3eff:fe0a:7c63/64 scope link [2021-03-17T03:30:40.073Z] valid_lft forever preferred_lft forever [2021-03-17T03:30:40.073Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-03-17T03:30:40.073Z] link/ether 02:42:96:f6:f7:39 brd ff:ff:ff:ff:ff:ff [2021-03-17T03:30:40.073Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-03-17T03:30:40.073Z] valid_lft forever preferred_lft forever [2021-03-17T03:30:40.073Z] inet6 fe80::42:96ff:fef6:f739/64 scope link [2021-03-17T03:30:40.073Z] valid_lft forever preferred_lft forever [2021-03-17T03:30:40.073Z] [2021-03-17T03:30:40.073Z] [2021-03-17T03:30:40.073Z] ---> sar -b -r -n DEV: [2021-03-17T03:30:40.073Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/17/21 _x86_64_ (4 CPU) [2021-03-17T03:30:40.073Z] [2021-03-17T03:30:40.073Z] 03:20:07 LINUX RESTART (4 CPU) [2021-03-17T03:30:40.073Z] [2021-03-17T03:30:40.073Z] 03:21:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-03-17T03:30:40.073Z] 03:22:01 27.12 5.54 21.58 0.00 1621.21 2939.56 0.00 [2021-03-17T03:30:40.073Z] 03:23:01 1.85 0.00 1.85 0.00 0.00 35.83 0.00 [2021-03-17T03:30:40.073Z] 03:24:01 0.30 0.00 0.30 0.00 0.00 3.66 0.00 [2021-03-17T03:30:40.073Z] 03:25:01 0.27 0.00 0.27 0.00 0.00 3.46 0.00 [2021-03-17T03:30:40.073Z] 03:26:01 0.20 0.00 0.20 0.00 0.00 2.90 0.00 [2021-03-17T03:30:40.073Z] 03:27:01 0.27 0.00 0.27 0.00 0.00 3.25 0.00 [2021-03-17T03:30:40.073Z] 03:28:01 0.28 0.00 0.28 0.00 0.00 3.20 0.00 [2021-03-17T03:30:40.073Z] 03:29:01 0.20 0.00 0.20 0.00 0.00 2.70 0.00 [2021-03-17T03:30:40.073Z] 03:30:01 0.30 0.00 0.30 0.00 0.00 3.66 0.00 [2021-03-17T03:30:40.073Z] Average: 3.42 0.62 2.81 0.00 180.19 333.24 0.00 [2021-03-17T03:30:40.073Z] [2021-03-17T03:30:40.073Z] 03:21:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-03-17T03:30:40.073Z] 03:22:01 163868 0 563612 29.95 2620 1151444 1123264 38.34 409920 1106620 20 [2021-03-17T03:30:40.073Z] 03:23:01 172424 0 555052 29.50 2620 1151448 1076356 36.73 404868 1104672 8 [2021-03-17T03:30:40.073Z] 03:24:01 167564 0 559904 29.76 2620 1151456 1076584 36.74 409928 1104616 20 [2021-03-17T03:30:40.073Z] 03:25:01 166712 0 560756 29.80 2620 1151456 1076356 36.73 422692 1092656 12 [2021-03-17T03:30:40.073Z] 03:26:01 162320 0 565140 30.04 2620 1151464 1076440 36.74 424040 1095608 8 [2021-03-17T03:30:40.073Z] 03:27:01 162580 0 564876 30.02 2620 1151468 1076428 36.74 426956 1092520 12 [2021-03-17T03:30:40.073Z] 03:28:01 163108 0 564344 29.99 2620 1151472 1076356 36.73 426508 1092584 8 [2021-03-17T03:30:40.073Z] 03:29:01 163092 0 564356 29.99 2620 1151476 1076356 36.73 426512 1092584 16 [2021-03-17T03:30:40.073Z] 03:30:01 163380 0 564060 29.98 2620 1151484 1076356 36.73 426520 1092588 8 [2021-03-17T03:30:40.073Z] Average: 165005 0 562456 29.89 2620 1151463 1081611 36.91 419772 1097161 12 [2021-03-17T03:30:40.073Z] [2021-03-17T03:30:40.073Z] 03:21:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-03-17T03:30:40.073Z] 03:22:01 eth0 75.06 61.24 357.49 26.08 0.00 0.00 0.00 0.00 [2021-03-17T03:30:40.073Z] 03:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-17T03:30:40.073Z] 03:22:01 docker0 10.07 8.92 1.43 23.88 0.00 0.00 0.00 0.00 [2021-03-17T03:30:40.073Z] 03:23:01 eth0 0.72 0.08 0.06 0.01 0.00 0.00 0.00 0.00 [2021-03-17T03:30:40.073Z] 03:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-17T03:30:40.073Z] 03:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-17T03:30:40.073Z] 03:24:01 eth0 1.43 0.75 0.58 0.40 0.00 0.00 0.00 0.00 [2021-03-17T03:30:40.073Z] 03:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-17T03:30:40.073Z] 03:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-17T03:30:40.073Z] 03:25:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-17T03:30:40.073Z] 03:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-17T03:30:40.073Z] 03:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-17T03:30:40.073Z] 03:26:01 eth0 0.17 0.13 0.08 0.07 0.00 0.00 0.00 0.00 [2021-03-17T03:30:40.073Z] 03:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-17T03:30:40.073Z] 03:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-17T03:30:40.073Z] 03:27:01 eth0 0.22 0.17 0.10 0.01 0.00 0.00 0.00 0.00 [2021-03-17T03:30:40.073Z] 03:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-17T03:30:40.073Z] 03:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-17T03:30:40.073Z] 03:28:01 eth0 0.07 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-17T03:30:40.073Z] 03:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-17T03:30:40.073Z] 03:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-17T03:30:40.073Z] 03:29:01 eth0 0.07 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-17T03:30:40.073Z] 03:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-17T03:30:40.073Z] 03:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-17T03:30:40.073Z] 03:30:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-17T03:30:40.073Z] 03:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-17T03:30:40.073Z] 03:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-17T03:30:40.073Z] Average: eth0 8.65 6.96 39.83 2.96 0.00 0.00 0.00 0.00 [2021-03-17T03:30:40.073Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-17T03:30:40.073Z] Average: docker0 1.12 0.99 0.16 2.65 0.00 0.00 0.00 0.00 [2021-03-17T03:30:40.073Z] [2021-03-17T03:30:40.073Z] [2021-03-17T03:30:40.073Z] ---> sar -P ALL: [2021-03-17T03:30:40.073Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/17/21 _x86_64_ (4 CPU) [2021-03-17T03:30:40.073Z] [2021-03-17T03:30:40.073Z] 03:20:07 LINUX RESTART (4 CPU) [2021-03-17T03:30:40.073Z] [2021-03-17T03:30:40.073Z] 03:21:01 CPU %user %nice %system %iowait %steal %idle [2021-03-17T03:30:40.073Z] 03:22:01 all 2.35 0.00 1.44 0.58 0.03 95.60 [2021-03-17T03:30:40.073Z] 03:22:01 0 2.25 0.00 1.26 0.25 0.02 96.23 [2021-03-17T03:30:40.073Z] 03:22:01 1 2.31 0.00 1.47 0.97 0.03 95.21 [2021-03-17T03:30:40.073Z] 03:22:01 2 2.23 0.00 1.37 0.72 0.03 95.64 [2021-03-17T03:30:40.073Z] 03:22:01 3 2.60 0.00 1.66 0.39 0.05 95.31 [2021-03-17T03:30:40.073Z] 03:23:01 all 0.14 0.00 0.03 0.00 0.00 99.83 [2021-03-17T03:30:40.073Z] 03:23:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-17T03:30:40.073Z] 03:23:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2021-03-17T03:30:40.073Z] 03:23:01 2 0.07 0.00 0.03 0.00 0.00 99.90 [2021-03-17T03:30:40.073Z] 03:23:01 3 0.42 0.00 0.02 0.00 0.00 99.57 [2021-03-17T03:30:40.073Z] 03:24:01 all 0.18 0.00 0.03 0.00 0.02 99.77 [2021-03-17T03:30:40.073Z] 03:24:01 0 0.05 0.00 0.03 0.00 0.02 99.90 [2021-03-17T03:30:40.073Z] 03:24:01 1 0.07 0.00 0.05 0.00 0.03 99.85 [2021-03-17T03:30:40.073Z] 03:24:01 2 0.08 0.00 0.03 0.00 0.02 99.87 [2021-03-17T03:30:40.073Z] 03:24:01 3 0.50 0.00 0.02 0.00 0.00 99.48 [2021-03-17T03:30:40.073Z] 03:25:01 all 0.15 0.00 0.03 0.00 0.00 99.83 [2021-03-17T03:30:40.073Z] 03:25:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-17T03:30:40.073Z] 03:25:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2021-03-17T03:30:40.073Z] 03:25:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-17T03:30:40.073Z] 03:25:01 3 0.50 0.00 0.02 0.00 0.00 99.48 [2021-03-17T03:30:40.074Z] 03:26:01 all 0.18 0.00 0.07 0.00 0.00 99.74 [2021-03-17T03:30:40.074Z] 03:26:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2021-03-17T03:30:40.074Z] 03:26:01 1 0.10 0.00 0.15 0.00 0.00 99.75 [2021-03-17T03:30:40.074Z] 03:26:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-17T03:30:40.074Z] 03:26:01 3 0.55 0.00 0.07 0.00 0.00 99.38 [2021-03-17T03:30:40.074Z] 03:27:01 all 0.15 0.00 0.04 0.00 0.00 99.81 [2021-03-17T03:30:40.074Z] 03:27:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-17T03:30:40.074Z] 03:27:01 1 0.03 0.00 0.08 0.00 0.00 99.88 [2021-03-17T03:30:40.074Z] 03:27:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-17T03:30:40.074Z] 03:27:01 3 0.52 0.00 0.02 0.00 0.00 99.47 [2021-03-17T03:30:40.074Z] 03:28:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2021-03-17T03:30:40.074Z] 03:28:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2021-03-17T03:30:40.074Z] 03:28:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-17T03:30:40.074Z] 03:28:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-17T03:30:40.074Z] 03:28:01 3 0.50 0.00 0.02 0.00 0.00 99.48 [2021-03-17T03:30:40.074Z] 03:29:01 all 0.10 0.00 0.03 0.00 0.00 99.87 [2021-03-17T03:30:40.074Z] 03:29:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-17T03:30:40.074Z] 03:29:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-17T03:30:40.074Z] 03:29:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2021-03-17T03:30:40.074Z] 03:29:01 3 0.28 0.00 0.03 0.00 0.00 99.68 [2021-03-17T03:30:40.074Z] 03:30:01 all 0.03 0.00 0.03 0.00 0.00 99.94 [2021-03-17T03:30:40.074Z] 03:30:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-17T03:30:40.074Z] 03:30:01 1 0.05 0.00 0.05 0.00 0.02 99.88 [2021-03-17T03:30:40.074Z] 03:30:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-17T03:30:40.074Z] 03:30:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-17T03:30:40.074Z] Average: all 0.38 0.00 0.19 0.06 0.01 99.36 [2021-03-17T03:30:40.074Z] Average: 0 0.27 0.00 0.16 0.03 0.00 99.54 [2021-03-17T03:30:40.074Z] Average: 1 0.30 0.00 0.22 0.11 0.01 99.36 [2021-03-17T03:30:40.074Z] Average: 2 0.29 0.00 0.18 0.08 0.01 99.45 [2021-03-17T03:30:40.074Z] Average: 3 0.65 0.00 0.21 0.04 0.01 99.09 [2021-03-17T03:30:40.074Z] [2021-03-17T03:30:40.074Z] [2021-03-17T03:30:40.074Z]