Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of ernestojeda for edgexfoundry/device-sdk-go Obtained Jenkinsfile from ea5f2fe995444737663861e42b9b0407e76b07bc+79c51434d0b6ff974f0a74c9d16ec224deffdcc1 (f8ed4f463931e27364a6f0dc91a67efd8274f2dd) 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:device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-30100 in /w/workspace/dgexfoundry_device-sdk-go_PR-725 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_PR-725 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/725/head:refs/remotes/origin/PR-725 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 79c51434d0b6ff974f0a74c9d16ec224deffdcc1 into PR head commit ea5f2fe995444737663861e42b9b0407e76b07bc Merge succeeded, producing 282f6da0e28193c4de9cf90a6648079ba1e5e910 Checking out Revision 282f6da0e28193c4de9cf90a6648079ba1e5e910 (PR-725) > git config core.sparsecheckout # timeout=10 > git checkout -f ea5f2fe995444737663861e42b9b0407e76b07bc # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 79c51434d0b6ff974f0a74c9d16ec224deffdcc1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 282f6da0e28193c4de9cf90a6648079ba1e5e910 # timeout=10 Commit message: "Merge commit '79c51434d0b6ff974f0a74c9d16ec224deffdcc1' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-17T02:42:46.068Z] Timeout set to expire in 6 hr 0 min [Pipeline] { > git rev-list --no-walk 7cbecbb3357f4fad9a0f7f795cc02cb112067614 # timeout=10 [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-17T02:42:46.370Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-17T02:42:46.476Z] ========================================================= [2021-03-17T02:42:46.476Z] EdgeX Global Pipelines Version Info [2021-03-17T02:42:46.476Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-17T02:42:48.898Z] ------------------- [2021-03-17T02:42:48.898Z] stable info: [2021-03-17T02:42:48.899Z] ------------------- [2021-03-17T02:42:48.899Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-17T02:42:48.899Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-17T02:42:48.899Z] Message: update stable to v1.0.184 [2021-03-17T02:42:49.877Z] ------------------- [2021-03-17T02:42:49.877Z] experimental info: [2021-03-17T02:42:49.877Z] ------------------- [2021-03-17T02:42:49.877Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-17T02:42:49.877Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-17T02:42:49.877Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-17T02:42:50.276Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-03-17T02:42:50.407Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-03-17T02:42:50.561Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-17T02:42:50.663Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-17T02:42:50.801Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-17T02:42:50.900Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-17T02:42:51.005Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-17T02:42:51.117Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-17T02:42:51.230Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-03-17T02:42:51.349Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-17T02:42:51.448Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-17T02:42:51.561Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo [2021-03-17T02:42:51.671Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-17T02:42:51.796Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-17T02:42:51.887Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-17T02:42:52.004Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-03-17T02:42:52.114Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-03-17T02:42:52.226Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-03-17T02:42:52.332Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-17T02:42:52.474Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-03-17T02:42:52.592Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-17T02:42:52.712Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-17T02:42:52.817Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-03-17T02:42:52.914Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-03-17T02:42:53.032Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-03-17T02:42:53.129Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-17T02:42:53.222Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-725 [Pipeline] echo [2021-03-17T02:42:53.314Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-725 [Pipeline] echo [2021-03-17T02:42:53.429Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-725 [Pipeline] echo [2021-03-17T02:42:53.548Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 282f6da0e28193c4de9cf90a6648079ba1e5e910 [Pipeline] echo [2021-03-17T02:42:53.640Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 282f6da [Pipeline] echo [2021-03-17T02:42:53.729Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-17T02:42:53.951Z] provisioning config files... [2021-03-17T02:42:53.991Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/config7644103064516821426tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-17T02:42:54.416Z] ---> docker-login.sh [2021-03-17T02:42:54.416Z] nexus3.edgexfoundry.org:10001 [2021-03-17T02:42:55.904Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T02:42:56.199Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T02:42:56.199Z] Configure a credential helper to remove this warning. See [2021-03-17T02:42:56.199Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T02:42:56.199Z] [2021-03-17T02:42:56.199Z] Login Succeeded [2021-03-17T02:42:56.199Z] nexus3.edgexfoundry.org:10002 [2021-03-17T02:42:56.199Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T02:42:56.478Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T02:42:56.478Z] Configure a credential helper to remove this warning. See [2021-03-17T02:42:56.478Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T02:42:56.478Z] [2021-03-17T02:42:56.478Z] Login Succeeded [2021-03-17T02:42:56.478Z] nexus3.edgexfoundry.org:10003 [2021-03-17T02:42:56.772Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T02:42:56.772Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T02:42:56.772Z] Configure a credential helper to remove this warning. See [2021-03-17T02:42:56.772Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T02:42:56.772Z] [2021-03-17T02:42:56.772Z] Login Succeeded [2021-03-17T02:42:56.772Z] nexus3.edgexfoundry.org:10004 [2021-03-17T02:42:57.048Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T02:42:57.327Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T02:42:57.327Z] Configure a credential helper to remove this warning. See [2021-03-17T02:42:57.327Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T02:42:57.327Z] [2021-03-17T02:42:57.327Z] Login Succeeded [2021-03-17T02:42:57.327Z] docker.io [2021-03-17T02:42:57.600Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T02:42:57.600Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T02:42:57.600Z] Configure a credential helper to remove this warning. See [2021-03-17T02:42:57.600Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T02:42:57.600Z] [2021-03-17T02:42:57.600Z] Login Succeeded [2021-03-17T02:42:57.868Z] ---> docker-login.sh ends [Pipeline] } [2021-03-17T02:42:57.880Z] 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-17T02:42:58.787Z] + git log --format=format:%s -1 282f6da0e28193c4de9cf90a6648079ba1e5e910 [Pipeline] echo [2021-03-17T02:42:58.891Z] GIT_COMMIT: 282f6da0e28193c4de9cf90a6648079ba1e5e910, Commit Message: Merge commit '79c51434d0b6ff974f0a74c9d16ec224deffdcc1' into HEAD [Pipeline] echo [2021-03-17T02:42:58.937Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-03-17T02:42:59.956Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-17T02:42:59.957Z] [2021-03-17T02:42:59.957Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-17T02:43:00.317Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-17T02:43:00.317Z] latest: Pulling from edgex-devops/git-semver [2021-03-17T02:43:00.317Z] 31603596830f: Pulling fs layer [2021-03-17T02:43:00.317Z] 2a8b12db71e7: Pulling fs layer [2021-03-17T02:43:00.317Z] 6ca5941a6612: Pulling fs layer [2021-03-17T02:43:00.317Z] ecc8261a40a4: Pulling fs layer [2021-03-17T02:43:00.317Z] ecc8261a40a4: Waiting [2021-03-17T02:43:00.317Z] 2a8b12db71e7: Verifying Checksum [2021-03-17T02:43:00.317Z] 2a8b12db71e7: Download complete [2021-03-17T02:43:00.585Z] 31603596830f: Verifying Checksum [2021-03-17T02:43:00.586Z] 31603596830f: Download complete [2021-03-17T02:43:00.854Z] ecc8261a40a4: Verifying Checksum [2021-03-17T02:43:00.854Z] ecc8261a40a4: Download complete [2021-03-17T02:43:00.854Z] 6ca5941a6612: Download complete [2021-03-17T02:43:01.450Z] 31603596830f: Pull complete [2021-03-17T02:43:01.450Z] 2a8b12db71e7: Pull complete [2021-03-17T02:43:04.173Z] 6ca5941a6612: Pull complete [2021-03-17T02:43:05.631Z] ecc8261a40a4: Pull complete [2021-03-17T02:43:05.631Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-17T02:43:05.631Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-17T02:43:05.631Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-17T02:43:05.796Z] prd-centos7-docker-4c-2g-30100 does not seem to be running inside a container [2021-03-17T02:43:05.878Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-725 -v /w/workspace/dgexfoundry_device-sdk-go_PR-725:/w/workspace/dgexfoundry_device-sdk-go_PR-725:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-17T02:43:09.001Z] $ docker top c45479db82cfbeb9022659b399ca7d57101e5955d68eaaa1dbb68a44cac281ba -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-17T02:43:09.655Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-17T02:43:09.655Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-17T02:43:10.208Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-17T02:43:10.221Z] $ docker exec c45479db82cfbeb9022659b399ca7d57101e5955d68eaaa1dbb68a44cac281ba ssh-agent [2021-03-17T02:43:10.477Z] SSH_AUTH_SOCK=/tmp/ssh-IIrf3us8UX7m/agent.11 [2021-03-17T02:43:10.477Z] SSH_AGENT_PID=16 [2021-03-17T02:43:10.503Z] Running ssh-add (command line suppressed) [2021-03-17T02:43:10.739Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_3876961351685691934.key (/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_3876961351685691934.key) [2021-03-17T02:43:10.839Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-17T02:43:11.221Z] + git tag --points-at HEAD [Pipeline] } [2021-03-17T02:43:11.271Z] $ docker exec --env ******** --env ******** c45479db82cfbeb9022659b399ca7d57101e5955d68eaaa1dbb68a44cac281ba ssh-agent -k [2021-03-17T02:43:11.504Z] unset SSH_AUTH_SOCK; [2021-03-17T02:43:11.504Z] unset SSH_AGENT_PID; [2021-03-17T02:43:11.505Z] echo Agent pid 16 killed; [2021-03-17T02:43:11.577Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-17T02:43:11.769Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-17T02:43:11.769Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-17T02:43:12.372Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-17T02:43:12.382Z] $ docker exec c45479db82cfbeb9022659b399ca7d57101e5955d68eaaa1dbb68a44cac281ba ssh-agent [2021-03-17T02:43:12.826Z] SSH_AUTH_SOCK=/tmp/ssh-gcHmQVhWbjiY/agent.46 [2021-03-17T02:43:12.826Z] SSH_AGENT_PID=51 [2021-03-17T02:43:12.837Z] Running ssh-add (command line suppressed) [2021-03-17T02:43:13.151Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_6650602437940404296.key (/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_6650602437940404296.key) [2021-03-17T02:43:13.341Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-17T02:43:13.768Z] + git semver init [2021-03-17T02:43:13.768Z] # -> Open(): unable to determine branch for HEAD [2021-03-17T02:43:13.768Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-725/.git [2021-03-17T02:43:13.768Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-725 [2021-03-17T02:43:13.768Z] # $SEMVER_REMOTE_NAME = origin [2021-03-17T02:43:13.768Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-17T02:43:13.768Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-17T02:43:13.768Z] # $SEMVER_BRANCH = PR-725 [2021-03-17T02:43:13.768Z] # $SEMVER_TEMP = /tmp/semver-757795736 [2021-03-17T02:43:13.768Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-03-17T02:43:14.786Z] # '/tmp/semver-757795736' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-725/.semver' [2021-03-17T02:43:14.786Z] # -> Force: false [2021-03-17T02:43:14.786Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-725/.semver [Pipeline] } [2021-03-17T02:43:14.812Z] $ docker exec --env ******** --env ******** c45479db82cfbeb9022659b399ca7d57101e5955d68eaaa1dbb68a44cac281ba ssh-agent -k [2021-03-17T02:43:14.984Z] unset SSH_AUTH_SOCK; [2021-03-17T02:43:14.984Z] unset SSH_AGENT_PID; [2021-03-17T02:43:14.984Z] echo Agent pid 51 killed; [2021-03-17T02:43:15.076Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-17T02:43:15.924Z] + git semver [Pipeline] } [2021-03-17T02:43:15.969Z] $ docker stop --time=1 c45479db82cfbeb9022659b399ca7d57101e5955d68eaaa1dbb68a44cac281ba [2021-03-17T02:43:17.681Z] $ docker rm -f c45479db82cfbeb9022659b399ca7d57101e5955d68eaaa1dbb68a44cac281ba [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-17T02:43:18.282Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-17T02:43:19.854Z] Stashed 1 file(s) [Pipeline] echo [2021-03-17T02:43:19.857Z] [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-17T02:43:35.508Z] Still waiting to schedule task [2021-03-17T02:43:35.508Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-30100’ [2021-03-17T02:43:35.510Z] Still waiting to schedule task [2021-03-17T02:43:35.511Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-17T02:45:21.248Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-30101 in /w/workspace/dgexfoundry_device-sdk-go_PR-725 [Pipeline] { [Pipeline] ws [2021-03-17T02:45:21.318Z] Running in /w/workspace/device-sdk-go/20 [Pipeline] { [Pipeline] checkout [2021-03-17T02:45:26.052Z] using credential edgex-jenkins-ssh [2021-03-17T02:45:26.125Z] Cloning the remote Git repository [2021-03-17T02:45:26.166Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-03-17T02:45:26.287Z] > git init /w/workspace/device-sdk-go/20 # timeout=10 [2021-03-17T02:45:26.367Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-03-17T02:45:26.367Z] > git --version # timeout=10 [2021-03-17T02:45:26.391Z] > git --version # 'git version 2.17.1' [2021-03-17T02:45:26.393Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-17T02:45:26.452Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-17T02:45:28.315Z] Merging remotes/origin/master commit 79c51434d0b6ff974f0a74c9d16ec224deffdcc1 into PR head commit ea5f2fe995444737663861e42b9b0407e76b07bc [2021-03-17T02:45:28.710Z] Merge succeeded, producing 1a7c399f43a8c0865de856c227485c33b6d1c78c [2021-03-17T02:45:28.711Z] Checking out Revision 1a7c399f43a8c0865de856c227485c33b6d1c78c (PR-725) [2021-03-17T02:45:27.593Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-03-17T02:45:27.619Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-17T02:45:27.651Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-03-17T02:45:27.688Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-03-17T02:45:27.689Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-17T02:45:27.700Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/725/head:refs/remotes/origin/PR-725 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-17T02:45:28.319Z] > git config core.sparsecheckout # timeout=10 [2021-03-17T02:45:28.339Z] > git checkout -f ea5f2fe995444737663861e42b9b0407e76b07bc # timeout=10 [2021-03-17T02:45:28.455Z] > git remote # timeout=10 [2021-03-17T02:45:28.473Z] > git config --get remote.origin.url # timeout=10 [2021-03-17T02:45:28.490Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-17T02:45:28.501Z] > git merge 79c51434d0b6ff974f0a74c9d16ec224deffdcc1 # timeout=10 [2021-03-17T02:45:28.677Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-17T02:45:28.699Z] > git config core.sparsecheckout # timeout=10 [2021-03-17T02:45:28.719Z] > git checkout -f 1a7c399f43a8c0865de856c227485c33b6d1c78c # timeout=10 [2021-03-17T02:45:33.334Z] Commit message: "Merge commit '79c51434d0b6ff974f0a74c9d16ec224deffdcc1' into HEAD" [2021-03-17T02:45:33.356Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-17T02:45:33.328Z] > git rev-list --no-walk 7cbecbb3357f4fad9a0f7f795cc02cb112067614 # timeout=10 [2021-03-17T02:45:34.963Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-17T02:45:35.398Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-17T02:45:35.789Z] + sudo service docker restart [2021-03-17T02:45:35.789Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-17T02:45:38.500Z] provisioning config files... [2021-03-17T02:45:38.556Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/20@tmp/config830528171449519481tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-17T02:45:38.974Z] ---> docker-login.sh [2021-03-17T02:45:38.974Z] nexus3.edgexfoundry.org:10001 [2021-03-17T02:45:39.955Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T02:45:40.229Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T02:45:40.229Z] Configure a credential helper to remove this warning. See [2021-03-17T02:45:40.229Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T02:45:40.229Z] [2021-03-17T02:45:40.229Z] Login Succeeded [2021-03-17T02:45:40.229Z] nexus3.edgexfoundry.org:10002 [2021-03-17T02:45:40.503Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T02:45:40.776Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T02:45:40.776Z] Configure a credential helper to remove this warning. See [2021-03-17T02:45:40.776Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T02:45:40.776Z] [2021-03-17T02:45:40.776Z] Login Succeeded [2021-03-17T02:45:40.776Z] nexus3.edgexfoundry.org:10003 [2021-03-17T02:45:41.050Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T02:45:41.050Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T02:45:41.050Z] Configure a credential helper to remove this warning. See [2021-03-17T02:45:41.050Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T02:45:41.050Z] [2021-03-17T02:45:41.050Z] Login Succeeded [2021-03-17T02:45:41.050Z] nexus3.edgexfoundry.org:10004 [2021-03-17T02:45:41.643Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T02:45:41.643Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T02:45:41.643Z] Configure a credential helper to remove this warning. See [2021-03-17T02:45:41.643Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T02:45:41.643Z] [2021-03-17T02:45:41.643Z] Login Succeeded [2021-03-17T02:45:41.643Z] docker.io [2021-03-17T02:45:41.913Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T02:45:42.183Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T02:45:42.183Z] Configure a credential helper to remove this warning. See [2021-03-17T02:45:42.183Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T02:45:42.183Z] [2021-03-17T02:45:42.183Z] Login Succeeded [2021-03-17T02:45:42.183Z] ---> docker-login.sh ends [Pipeline] } [2021-03-17T02:45:42.200Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-17T02:45:42.663Z] ========================================================= [2021-03-17T02:45:42.663Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-17T02:45:42.663Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-17T02:45:43.059Z] + 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-17T02:45:43.335Z] Sending build context to Docker daemon 2.288MB [2021-03-17T02:45:43.335Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-17T02:45:43.335Z] Step 2/8 : FROM ${BASE} [2021-03-17T02:45:43.610Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-17T02:45:43.610Z] 5f621e34cdf4: Pulling fs layer [2021-03-17T02:45:43.610Z] a4357932f1b6: Pulling fs layer [2021-03-17T02:45:43.610Z] 18c013af1878: Pulling fs layer [2021-03-17T02:45:43.610Z] 00ac8860ef70: Pulling fs layer [2021-03-17T02:45:43.610Z] 63d7cb157983: Pulling fs layer [2021-03-17T02:45:43.610Z] b116817d02f9: Pulling fs layer [2021-03-17T02:45:43.610Z] 745a02a5169b: Pulling fs layer [2021-03-17T02:45:43.610Z] 00ac8860ef70: Waiting [2021-03-17T02:45:43.610Z] 63d7cb157983: Waiting [2021-03-17T02:45:43.610Z] 745a02a5169b: Waiting [2021-03-17T02:45:43.610Z] b116817d02f9: Waiting [2021-03-17T02:45:43.610Z] 18c013af1878: Verifying Checksum [2021-03-17T02:45:43.610Z] 18c013af1878: Download complete [2021-03-17T02:45:43.610Z] a4357932f1b6: Verifying Checksum [2021-03-17T02:45:43.610Z] a4357932f1b6: Download complete [2021-03-17T02:45:43.610Z] 63d7cb157983: Verifying Checksum [2021-03-17T02:45:43.610Z] 63d7cb157983: Download complete [2021-03-17T02:45:43.610Z] 5f621e34cdf4: Download complete [2021-03-17T02:45:43.610Z] b116817d02f9: Verifying Checksum [2021-03-17T02:45:43.610Z] b116817d02f9: Download complete [2021-03-17T02:45:44.202Z] 5f621e34cdf4: Pull complete [2021-03-17T02:45:44.795Z] a4357932f1b6: Pull complete [2021-03-17T02:45:44.795Z] 18c013af1878: Pull complete [2021-03-17T02:45:47.410Z] 745a02a5169b: Verifying Checksum [2021-03-17T02:45:47.410Z] 745a02a5169b: Download complete [2021-03-17T02:45:48.840Z] 00ac8860ef70: Verifying Checksum [2021-03-17T02:45:48.840Z] 00ac8860ef70: Download complete [2021-03-17T02:45:59.019Z] 00ac8860ef70: Pull complete [2021-03-17T02:45:59.296Z] 63d7cb157983: Pull complete [2021-03-17T02:45:59.904Z] b116817d02f9: Pull complete [2021-03-17T02:46:01.273Z] Running on prd-centos7-docker-4c-2g-30102 in /w/workspace/dgexfoundry_device-sdk-go_PR-725 [Pipeline] { [Pipeline] ws [2021-03-17T02:46:01.403Z] Running in /w/workspace/device-sdk-go/20 [Pipeline] { [Pipeline] checkout [2021-03-17T02:46:03.303Z] 745a02a5169b: Pull complete [2021-03-17T02:46:03.303Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-17T02:46:03.303Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-17T02:46:03.303Z] ---> b7e6874047d6 [2021-03-17T02:46:03.303Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-17T02:46:03.876Z] using credential edgex-jenkins-ssh [2021-03-17T02:46:03.927Z] Cloning the remote Git repository [2021-03-17T02:46:03.892Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-03-17T02:46:03.993Z] > git init /w/workspace/device-sdk-go/20 # timeout=10 [2021-03-17T02:46:04.066Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-03-17T02:46:04.066Z] > git --version # timeout=10 [2021-03-17T02:46:04.072Z] > git --version # 'git version 2.24.3' [2021-03-17T02:46:04.072Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-17T02:46:04.101Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-17T02:46:05.341Z] Merging remotes/origin/master commit 79c51434d0b6ff974f0a74c9d16ec224deffdcc1 into PR head commit ea5f2fe995444737663861e42b9b0407e76b07bc [2021-03-17T02:46:05.501Z] Merge succeeded, producing 6f4242a64acf1ec209c61c6de366b0fc6cd20f58 [2021-03-17T02:46:05.502Z] Checking out Revision 6f4242a64acf1ec209c61c6de366b0fc6cd20f58 (PR-725) [2021-03-17T02:46:04.840Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-03-17T02:46:04.849Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-17T02:46:04.860Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-03-17T02:46:04.872Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-03-17T02:46:04.873Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-17T02:46:04.878Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/725/head:refs/remotes/origin/PR-725 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-17T02:46:05.349Z] > git config core.sparsecheckout # timeout=10 [2021-03-17T02:46:05.355Z] > git checkout -f ea5f2fe995444737663861e42b9b0407e76b07bc # timeout=10 [2021-03-17T02:46:05.411Z] > git remote # timeout=10 [2021-03-17T02:46:05.416Z] > git config --get remote.origin.url # timeout=10 [2021-03-17T02:46:05.422Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-17T02:46:05.426Z] > git merge 79c51434d0b6ff974f0a74c9d16ec224deffdcc1 # timeout=10 [2021-03-17T02:46:05.496Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-17T02:46:05.505Z] > git config core.sparsecheckout # timeout=10 [2021-03-17T02:46:05.512Z] > git checkout -f 6f4242a64acf1ec209c61c6de366b0fc6cd20f58 # timeout=10 [2021-03-17T02:46:06.701Z] ---> Running in 72826854c779 [2021-03-17T02:46:06.701Z] Removing intermediate container 72826854c779 [2021-03-17T02:46:06.701Z] ---> 12f06a961f7e [2021-03-17T02:46:06.701Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-17T02:46:06.973Z] ---> Running in 6e1dbc85ec53 [2021-03-17T02:46:08.954Z] Removing intermediate container 6e1dbc85ec53 [2021-03-17T02:46:08.954Z] ---> 1fb3e2a975d3 [2021-03-17T02:46:08.954Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-03-17T02:46:09.129Z] Commit message: "Merge commit '79c51434d0b6ff974f0a74c9d16ec224deffdcc1' into HEAD" [2021-03-17T02:46:09.141Z] First time build. Skipping changelog. [2021-03-17T02:46:09.230Z] ---> Running in 4fbf1a55a5fb [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-17T02:46:09.133Z] > git rev-list --no-walk 7cbecbb3357f4fad9a0f7f795cc02cb112067614 # timeout=10 [2021-03-17T02:46:10.217Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-17T02:46:10.251Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-17T02:46:10.576Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-17T02:46:10.872Z] + sudo service docker restart [2021-03-17T02:46:10.872Z] + true [2021-03-17T02:46:10.872Z] Redirecting to /bin/systemctl restart docker.service [2021-03-17T02:46:11.197Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-17T02:46:11.792Z] OK: 142 MiB in 39 packages [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-17T02:46:11.913Z] provisioning config files... [2021-03-17T02:46:11.940Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/20@tmp/config5795562978122700822tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-17T02:46:12.308Z] ---> docker-login.sh [2021-03-17T02:46:12.308Z] nexus3.edgexfoundry.org:10001 [2021-03-17T02:46:12.571Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T02:46:12.835Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T02:46:12.835Z] Configure a credential helper to remove this warning. See [2021-03-17T02:46:12.835Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T02:46:12.835Z] [2021-03-17T02:46:12.835Z] Login Succeeded [2021-03-17T02:46:12.835Z] nexus3.edgexfoundry.org:10002 [2021-03-17T02:46:12.835Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T02:46:12.835Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T02:46:12.835Z] Configure a credential helper to remove this warning. See [2021-03-17T02:46:12.835Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T02:46:12.835Z] [2021-03-17T02:46:12.835Z] Login Succeeded [2021-03-17T02:46:12.835Z] nexus3.edgexfoundry.org:10003 [2021-03-17T02:46:13.097Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T02:46:13.097Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T02:46:13.097Z] Configure a credential helper to remove this warning. See [2021-03-17T02:46:13.097Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T02:46:13.097Z] [2021-03-17T02:46:13.097Z] Login Succeeded [2021-03-17T02:46:13.097Z] nexus3.edgexfoundry.org:10004 [2021-03-17T02:46:13.233Z] Removing intermediate container 4fbf1a55a5fb [2021-03-17T02:46:13.233Z] ---> dc138043228e [2021-03-17T02:46:13.233Z] Step 6/8 : WORKDIR /device-sdk-go [2021-03-17T02:46:13.233Z] ---> Running in 9dd365dff2dc [2021-03-17T02:46:13.360Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T02:46:13.360Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T02:46:13.360Z] Configure a credential helper to remove this warning. See [2021-03-17T02:46:13.360Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T02:46:13.360Z] [2021-03-17T02:46:13.360Z] Login Succeeded [2021-03-17T02:46:13.360Z] docker.io [2021-03-17T02:46:13.360Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T02:46:13.623Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T02:46:13.623Z] Configure a credential helper to remove this warning. See [2021-03-17T02:46:13.623Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T02:46:13.623Z] [2021-03-17T02:46:13.623Z] Login Succeeded [2021-03-17T02:46:13.623Z] ---> docker-login.sh ends [Pipeline] } [2021-03-17T02:46:13.634Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-03-17T02:46:13.833Z] Removing intermediate container 9dd365dff2dc [2021-03-17T02:46:13.833Z] ---> 781261704765 [2021-03-17T02:46:13.833Z] Step 7/8 : COPY . . [Pipeline] echo [2021-03-17T02:46:13.950Z] ========================================================= [2021-03-17T02:46:13.950Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-17T02:46:13.950Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-17T02:46:14.291Z] + 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-17T02:46:14.554Z] Sending build context to Docker daemon 2.282MB [2021-03-17T02:46:14.555Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-17T02:46:14.555Z] Step 2/8 : FROM ${BASE} [2021-03-17T02:46:14.555Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-17T02:46:14.555Z] 188c0c94c7c5: Pulling fs layer [2021-03-17T02:46:14.555Z] 0ef7d3d256c8: Pulling fs layer [2021-03-17T02:46:14.555Z] de9db76c5a1d: Pulling fs layer [2021-03-17T02:46:14.555Z] bca2f99d35d6: Pulling fs layer [2021-03-17T02:46:14.555Z] 93359f2a8cfa: Pulling fs layer [2021-03-17T02:46:14.555Z] 7c6f9722023f: Pulling fs layer [2021-03-17T02:46:14.555Z] a35cf1a2eb13: Pulling fs layer [2021-03-17T02:46:14.555Z] 93359f2a8cfa: Waiting [2021-03-17T02:46:14.555Z] 7c6f9722023f: Waiting [2021-03-17T02:46:14.555Z] bca2f99d35d6: Waiting [2021-03-17T02:46:14.555Z] a35cf1a2eb13: Waiting [2021-03-17T02:46:14.555Z] de9db76c5a1d: Verifying Checksum [2021-03-17T02:46:14.555Z] de9db76c5a1d: Download complete [2021-03-17T02:46:14.555Z] 0ef7d3d256c8: Download complete [2021-03-17T02:46:14.555Z] 93359f2a8cfa: Verifying Checksum [2021-03-17T02:46:14.555Z] 93359f2a8cfa: Download complete [2021-03-17T02:46:14.814Z] ---> 528a1dd84546 [2021-03-17T02:46:14.814Z] Step 8/8 : RUN go mod download [2021-03-17T02:46:14.823Z] 7c6f9722023f: Verifying Checksum [2021-03-17T02:46:14.823Z] 7c6f9722023f: Download complete [2021-03-17T02:46:14.823Z] 188c0c94c7c5: Verifying Checksum [2021-03-17T02:46:14.823Z] 188c0c94c7c5: Download complete [2021-03-17T02:46:15.086Z] 188c0c94c7c5: Pull complete [2021-03-17T02:46:15.087Z] ---> Running in 34d571597b3d [2021-03-17T02:46:15.351Z] 0ef7d3d256c8: Pull complete [2021-03-17T02:46:15.613Z] de9db76c5a1d: Pull complete [2021-03-17T02:46:16.560Z] a35cf1a2eb13: Verifying Checksum [2021-03-17T02:46:16.560Z] a35cf1a2eb13: Download complete [2021-03-17T02:46:17.508Z] bca2f99d35d6: Download complete [2021-03-17T02:46:22.824Z] bca2f99d35d6: Pull complete [2021-03-17T02:46:22.824Z] 93359f2a8cfa: Pull complete [2021-03-17T02:46:22.824Z] 7c6f9722023f: Pull complete [2021-03-17T02:46:28.152Z] a35cf1a2eb13: Pull complete [2021-03-17T02:46:28.418Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-17T02:46:28.418Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-17T02:46:28.418Z] ---> a62c8e92a672 [2021-03-17T02:46:28.418Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-17T02:46:28.683Z] ---> Running in f76f57353e5b [2021-03-17T02:46:28.949Z] Removing intermediate container f76f57353e5b [2021-03-17T02:46:28.949Z] ---> f31f2ea42adf [2021-03-17T02:46:28.949Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-17T02:46:28.949Z] ---> Running in 9f8d2efe8968 [2021-03-17T02:46:29.907Z] Removing intermediate container 9f8d2efe8968 [2021-03-17T02:46:29.907Z] ---> d11715491af0 [2021-03-17T02:46:29.907Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-03-17T02:46:30.172Z] ---> Running in d2215dbe3015 [2021-03-17T02:46:30.435Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-17T02:46:31.010Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-17T02:46:31.587Z] OK: 166 MiB in 39 packages [2021-03-17T02:46:31.849Z] Removing intermediate container d2215dbe3015 [2021-03-17T02:46:31.849Z] ---> c4d554969984 [2021-03-17T02:46:31.849Z] Step 6/8 : WORKDIR /device-sdk-go [2021-03-17T02:46:31.849Z] ---> Running in 91dca43d9a0d [2021-03-17T02:46:32.112Z] Removing intermediate container 91dca43d9a0d [2021-03-17T02:46:32.112Z] ---> 4f0166803810 [2021-03-17T02:46:32.112Z] Step 7/8 : COPY . . [2021-03-17T02:46:33.506Z] ---> 91837631ff80 [2021-03-17T02:46:33.506Z] Step 8/8 : RUN go mod download [2021-03-17T02:46:33.506Z] ---> Running in ed3bd70ea0d4 [2021-03-17T02:46:41.912Z] Removing intermediate container 34d571597b3d [2021-03-17T02:46:41.912Z] ---> 7bb2b5cff978 [2021-03-17T02:46:41.912Z] Successfully built 7bb2b5cff978 [2021-03-17T02:46:41.912Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-17T02:46:42.253Z] + docker inspect -f . ci-base-image-arm64 [2021-03-17T02:46:42.253Z] . [Pipeline] withDockerContainer [2021-03-17T02:46:42.543Z] prd-ubuntu18.04-docker-arm64-4c-16g-30101 does not seem to be running inside a container [2021-03-17T02:46:42.624Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/20 -v /w/workspace/device-sdk-go/20:/w/workspace/device-sdk-go/20:rw,z -v /w/workspace/device-sdk-go/20@tmp:/w/workspace/device-sdk-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-17T02:46:44.303Z] $ docker top 5ae6d0f23dded32912d6b6f56c7a5fac13cbd4e7aa7b317bcd3850bbc28ddbc9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-17T02:46:45.345Z] + go version [2021-03-17T02:46:45.345Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-17T02:46:45.368Z] $ docker stop --time=1 5ae6d0f23dded32912d6b6f56c7a5fac13cbd4e7aa7b317bcd3850bbc28ddbc9 [2021-03-17T02:46:47.323Z] $ docker rm -f 5ae6d0f23dded32912d6b6f56c7a5fac13cbd4e7aa7b317bcd3850bbc28ddbc9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-17T02:46:48.376Z] + docker inspect -f . ci-base-image-arm64 [2021-03-17T02:46:48.376Z] . [Pipeline] withDockerContainer [2021-03-17T02:46:48.639Z] prd-ubuntu18.04-docker-arm64-4c-16g-30101 does not seem to be running inside a container [2021-03-17T02:46:48.721Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/20 -v /w/workspace/device-sdk-go/20:/w/workspace/device-sdk-go/20:rw,z -v /w/workspace/device-sdk-go/20@tmp:/w/workspace/device-sdk-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-17T02:46:50.247Z] $ docker top edd572d6759b94cccefaa976e2ca7c30f3d2de7be4d4cf1afd2fd41de26afca2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-17T02:46:51.299Z] + make test [2021-03-17T02:46:51.299Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-17T02:46:55.530Z] Removing intermediate container ed3bd70ea0d4 [2021-03-17T02:46:55.530Z] ---> 1e41e7432578 [2021-03-17T02:46:55.530Z] Successfully built 1e41e7432578 [2021-03-17T02:46:55.530Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-17T02:46:55.843Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-17T02:46:55.843Z] . [Pipeline] withDockerContainer [2021-03-17T02:46:56.077Z] prd-centos7-docker-4c-2g-30102 does not seem to be running inside a container [2021-03-17T02:46:56.211Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/20 -v /w/workspace/device-sdk-go/20:/w/workspace/device-sdk-go/20:rw,z -v /w/workspace/device-sdk-go/20@tmp:/w/workspace/device-sdk-go/20@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-17T02:46:56.981Z] $ docker top d810c3ce527bd25ed361d5d864068998df8c566c73c31299e72a69df541f315a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-17T02:46:57.492Z] + go version [2021-03-17T02:46:57.492Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-17T02:46:57.508Z] $ docker stop --time=1 d810c3ce527bd25ed361d5d864068998df8c566c73c31299e72a69df541f315a [2021-03-17T02:46:58.931Z] $ docker rm -f d810c3ce527bd25ed361d5d864068998df8c566c73c31299e72a69df541f315a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-17T02:46:59.744Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-17T02:46:59.744Z] . [Pipeline] withDockerContainer [2021-03-17T02:46:59.898Z] prd-centos7-docker-4c-2g-30102 does not seem to be running inside a container [2021-03-17T02:46:59.954Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/20 -v /w/workspace/device-sdk-go/20:/w/workspace/device-sdk-go/20:rw,z -v /w/workspace/device-sdk-go/20@tmp:/w/workspace/device-sdk-go/20@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-17T02:47:00.488Z] $ docker top 7dbbcd6addf607bdc9501ea70ea4fee168b41cca2cecdebc174f4bca6d954adb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-17T02:47:00.983Z] + make test [2021-03-17T02:47:00.983Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-17T02:47:09.161Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-03-17T02:47:13.469Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-03-17T02:47:24.163Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-03-17T02:47:24.163Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-03-17T02:47:24.163Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-03-17T02:47:25.589Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.052s coverage: 25.5% of statements [2021-03-17T02:47:57.782Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.068s coverage: 10.5% of statements [2021-03-17T02:47:57.782Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.055s coverage: 12.5% of statements [2021-03-17T02:47:57.782Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-03-17T02:47:57.782Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.060s coverage: 84.8% of statements [2021-03-17T02:47:57.782Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] [2021-03-17T02:47:57.782Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-03-17T02:47:57.782Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-03-17T02:47:57.782Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.110s coverage: 57.3% of statements [2021-03-17T02:47:57.782Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] [2021-03-17T02:47:57.782Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache 0.065s coverage: 81.2% of statements [2021-03-17T02:47:57.782Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.068s coverage: 24.8% of statements [2021-03-17T02:47:57.782Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 1.129s coverage: 6.4% of statements [2021-03-17T02:47:57.782Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.055s coverage: 5.1% of statements [2021-03-17T02:47:57.782Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-03-17T02:47:57.782Z] GO111MODULE=on go vet ./... [2021-03-17T02:48:00.482Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-03-17T02:48:00.482Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-03-17T02:48:00.482Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-03-17T02:48:00.482Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.118s coverage: 25.5% of statements [2021-03-17T02:48:06.026Z] gofmt -l . [2021-03-17T02:48:06.026Z] [ "`gofmt -l .`" = "" ] [2021-03-17T02:48:06.026Z] ./bin/test-attribution-txt.sh [2021-03-17T02:48:06.026Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-03-17T02:48:06.044Z] $ docker stop --time=1 7dbbcd6addf607bdc9501ea70ea4fee168b41cca2cecdebc174f4bca6d954adb [2021-03-17T02:48:08.158Z] $ docker rm -f 7dbbcd6addf607bdc9501ea70ea4fee168b41cca2cecdebc174f4bca6d954adb [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-17T02:48:08.894Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-17T02:48:09.289Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-03-17T02:48:12.080Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-03-17T02:48:12.381Z] + ls -al . [2021-03-17T02:48:12.381Z] total 188 [2021-03-17T02:48:12.381Z] drwxrwxr-x. 10 jenkins jenkins 4096 Mar 17 02:48 . [2021-03-17T02:48:12.381Z] drwxrwxr-x. 4 jenkins jenkins 30 Mar 17 02:46 .. [2021-03-17T02:48:12.381Z] drwxrwxr-x. 2 jenkins jenkins 64 Mar 17 02:46 bin [2021-03-17T02:48:12.381Z] -rw-r--r--. 1 jenkins jenkins 103667 Mar 17 02:47 coverage.out [2021-03-17T02:48:12.381Z] -rw-rw-r--. 1 jenkins jenkins 949 Mar 17 02:46 Dockerfile.build [2021-03-17T02:48:12.381Z] -rw-rw-r--. 1 jenkins jenkins 140 Mar 17 02:46 .dockerignore [2021-03-17T02:48:12.381Z] drwxrwxr-x. 4 jenkins jenkins 48 Mar 17 02:46 example [2021-03-17T02:48:12.381Z] drwxrwxr-x. 8 jenkins jenkins 179 Mar 17 02:46 .git [2021-03-17T02:48:12.381Z] drwxrwxr-x. 2 jenkins jenkins 103 Mar 17 02:46 .github [2021-03-17T02:48:12.381Z] -rw-rw-r--. 1 jenkins jenkins 138 Mar 17 02:46 .gitignore [2021-03-17T02:48:12.381Z] -rw-r--r--. 1 jenkins jenkins 479 Mar 17 02:48 go.mod [2021-03-17T02:48:12.381Z] -rw-r--r--. 1 jenkins jenkins 17490 Mar 17 02:48 go.sum [2021-03-17T02:48:12.381Z] drwxrwxr-x. 12 jenkins jenkins 171 Mar 17 02:46 internal [2021-03-17T02:48:12.381Z] -rw-rw-r--. 1 jenkins jenkins 894 Mar 17 02:46 Jenkinsfile [2021-03-17T02:48:12.381Z] -rw-rw-r--. 1 jenkins jenkins 11341 Mar 17 02:46 LICENSE [2021-03-17T02:48:12.381Z] -rw-rw-r--. 1 jenkins jenkins 1016 Mar 17 02:46 Makefile [2021-03-17T02:48:12.381Z] drwxrwxr-x. 4 jenkins jenkins 26 Mar 17 02:46 openapi [2021-03-17T02:48:12.381Z] drwxrwxr-x. 5 jenkins jenkins 50 Mar 17 02:46 pkg [2021-03-17T02:48:12.381Z] -rw-rw-r--. 1 jenkins jenkins 5897 Mar 17 02:46 README.md [2021-03-17T02:48:12.381Z] -rw-rw-r--. 1 jenkins jenkins 6616 Mar 17 02:46 RELEASE-NOTES.txt [2021-03-17T02:48:12.381Z] drwxrwxr-x. 4 jenkins jenkins 54 Mar 17 02:46 snap [2021-03-17T02:48:12.381Z] -rw-rw-r--. 1 jenkins jenkins 5 Mar 17 02:43 VERSION [2021-03-17T02:48:12.381Z] -rw-rw-r--. 1 jenkins jenkins 222 Mar 17 02:46 version.go [Pipeline] isUnix [Pipeline] sh [2021-03-17T02:48:12.689Z] + docker build -t device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=282f6da0e28193c4de9cf90a6648079ba1e5e910 --label arch=amd64 --label version=0.0.0 . [2021-03-17T02:48:12.951Z] Sending build context to Docker daemon 2.386MB [2021-03-17T02:48:12.951Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-03-17T02:48:12.951Z] Step 2/24 : FROM ${BASE} AS builder [2021-03-17T02:48:12.951Z] ---> 1e41e7432578 [2021-03-17T02:48:12.951Z] Step 3/24 : ARG MAKE='make build' [2021-03-17T02:48:13.526Z] ---> Running in 767b30456039 [2021-03-17T02:48:13.526Z] Removing intermediate container 767b30456039 [2021-03-17T02:48:13.526Z] ---> b603c0a4b1d3 [2021-03-17T02:48:13.526Z] Step 4/24 : WORKDIR /device-sdk-go [2021-03-17T02:48:13.788Z] ---> Running in a1f9e6fed147 [2021-03-17T02:48:13.788Z] Removing intermediate container a1f9e6fed147 [2021-03-17T02:48:13.788Z] ---> 77d1c6670f84 [2021-03-17T02:48:13.788Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-17T02:48:13.788Z] ---> Running in ff35c0a94531 [2021-03-17T02:48:14.052Z] Removing intermediate container ff35c0a94531 [2021-03-17T02:48:14.052Z] ---> 33338ad39872 [2021-03-17T02:48:14.052Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-17T02:48:14.052Z] ---> Running in bb01acc1e313 [2021-03-17T02:48:15.004Z] Removing intermediate container bb01acc1e313 [2021-03-17T02:48:15.004Z] ---> 24577a4c2488 [2021-03-17T02:48:15.004Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-03-17T02:48:15.004Z] ---> Running in 28b2ce9a5cb2 [2021-03-17T02:48:15.581Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-17T02:48:16.158Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-17T02:48:16.733Z] OK: 166 MiB in 39 packages [2021-03-17T02:48:16.999Z] Removing intermediate container 28b2ce9a5cb2 [2021-03-17T02:48:16.999Z] ---> 7caa421ae3af [2021-03-17T02:48:16.999Z] Step 8/24 : COPY . . [2021-03-17T02:48:18.398Z] ---> 463ae80ce216 [2021-03-17T02:48:18.398Z] Step 9/24 : RUN ${MAKE} [2021-03-17T02:48:18.398Z] ---> Running in e89d06068eda [2021-03-17T02:48:18.977Z] 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-17T02:48:27.227Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-03-17T02:48:27.286Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.120s coverage: 10.5% of statements [2021-03-17T02:48:27.286Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.118s coverage: 12.5% of statements [2021-03-17T02:48:27.286Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-03-17T02:48:27.286Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.167s coverage: 84.8% of statements [2021-03-17T02:48:27.286Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] [2021-03-17T02:48:27.286Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-03-17T02:48:27.286Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-03-17T02:48:27.286Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.274s coverage: 57.3% of statements [2021-03-17T02:48:27.286Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] [2021-03-17T02:48:27.286Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache 0.165s coverage: 81.2% of statements [2021-03-17T02:48:27.286Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.179s coverage: 24.8% of statements [2021-03-17T02:48:27.286Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 2.808s coverage: 6.4% of statements [2021-03-17T02:48:27.286Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.139s coverage: 5.1% of statements [2021-03-17T02:48:27.286Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-03-17T02:48:27.286Z] GO111MODULE=on go vet ./... [2021-03-17T02:48:30.541Z] Removing intermediate container e89d06068eda [2021-03-17T02:48:30.541Z] ---> 3548d7daf7a4 [2021-03-17T02:48:30.541Z] Step 10/24 : FROM scratch [2021-03-17T02:48:30.541Z] ---> [2021-03-17T02:48:30.541Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-17T02:48:30.541Z] ---> Running in 5921b80e52d4 [2021-03-17T02:48:30.541Z] Removing intermediate container 5921b80e52d4 [2021-03-17T02:48:30.541Z] ---> c7dfa5ff9154 [2021-03-17T02:48:30.541Z] Step 12/24 : ENV APP_PORT=49990 [2021-03-17T02:48:30.541Z] ---> Running in d39c06557f2f [2021-03-17T02:48:30.804Z] Removing intermediate container d39c06557f2f [2021-03-17T02:48:30.804Z] ---> 26a9e21fa8df [2021-03-17T02:48:30.804Z] Step 13/24 : EXPOSE $APP_PORT [2021-03-17T02:48:30.804Z] ---> Running in a19bbc94f330 [2021-03-17T02:48:31.065Z] Removing intermediate container a19bbc94f330 [2021-03-17T02:48:31.065Z] ---> f39b507e7ad2 [2021-03-17T02:48:31.065Z] Step 14/24 : WORKDIR / [2021-03-17T02:48:31.065Z] ---> Running in cdd127f69044 [2021-03-17T02:48:31.327Z] Removing intermediate container cdd127f69044 [2021-03-17T02:48:31.327Z] ---> c148984fcec7 [2021-03-17T02:48:31.327Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-03-17T02:48:31.589Z] ---> 76602f80f8cc [2021-03-17T02:48:31.589Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-03-17T02:48:31.851Z] ---> ae3fa18426a2 [2021-03-17T02:48:31.851Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-03-17T02:48:32.112Z] ---> 7941b4636e8b [2021-03-17T02:48:32.112Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-03-17T02:48:32.374Z] ---> faf6eae65152 [2021-03-17T02:48:32.374Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-03-17T02:48:32.636Z] ---> def7c462202f [2021-03-17T02:48:32.636Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-03-17T02:48:32.636Z] ---> Running in fb05e0611979 [2021-03-17T02:48:32.899Z] Removing intermediate container fb05e0611979 [2021-03-17T02:48:32.899Z] ---> 1bf8af29a409 [2021-03-17T02:48:32.899Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-17T02:48:32.899Z] ---> Running in d1ced6274888 [2021-03-17T02:48:33.160Z] Removing intermediate container d1ced6274888 [2021-03-17T02:48:33.160Z] ---> e3b776451c1a [2021-03-17T02:48:33.160Z] Step 22/24 : LABEL arch=amd64 [2021-03-17T02:48:33.160Z] ---> Running in 476537643f3d [2021-03-17T02:48:33.423Z] Removing intermediate container 476537643f3d [2021-03-17T02:48:33.423Z] ---> 54731397da44 [2021-03-17T02:48:33.423Z] Step 23/24 : LABEL git_sha=282f6da0e28193c4de9cf90a6648079ba1e5e910 [2021-03-17T02:48:33.423Z] ---> Running in 2204e22058a3 [2021-03-17T02:48:33.685Z] Removing intermediate container 2204e22058a3 [2021-03-17T02:48:33.686Z] ---> e5112395adb2 [2021-03-17T02:48:33.686Z] Step 24/24 : LABEL version=0.0.0 [2021-03-17T02:48:33.686Z] ---> Running in 364fd296840a [2021-03-17T02:48:33.686Z] Removing intermediate container 364fd296840a [2021-03-17T02:48:33.686Z] ---> 1dbdca671478 [2021-03-17T02:48:33.686Z] [Warning] One or more build-args [ARCH] were not consumed [2021-03-17T02:48:33.948Z] Successfully built 1dbdca671478 [2021-03-17T02:48:33.948Z] Successfully tagged device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-17T02:48:35.015Z] ---> job-cost.sh [2021-03-17T02:48:35.015Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-cYlK [2021-03-17T02:48:49.966Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-17T02:48:59.707Z] gofmt -l . [2021-03-17T02:48:59.708Z] [ "`gofmt -l .`" = "" ] [2021-03-17T02:48:59.981Z] ./bin/test-attribution-txt.sh [2021-03-17T02:49:01.412Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-03-17T02:49:01.713Z] $ docker stop --time=1 edd572d6759b94cccefaa976e2ca7c30f3d2de7be4d4cf1afd2fd41de26afca2 [2021-03-17T02:49:03.996Z] $ docker rm -f edd572d6759b94cccefaa976e2ca7c30f3d2de7be4d4cf1afd2fd41de26afca2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-17T02:49:05.083Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-17T02:49:05.104Z] Warning: overwriting stash ‘coverage-report’ [2021-03-17T02:49:05.985Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-17T02:49:06.678Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-03-17T02:49:07.060Z] + ls -al . [2021-03-17T02:49:07.060Z] total 224 [2021-03-17T02:49:07.060Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 17 02:49 . [2021-03-17T02:49:07.060Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 17 02:45 .. [2021-03-17T02:49:07.060Z] -rw-rw-r-- 1 jenkins jenkins 140 Mar 17 02:45 .dockerignore [2021-03-17T02:49:07.060Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 17 02:45 .git [2021-03-17T02:49:07.060Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 17 02:45 .github [2021-03-17T02:49:07.060Z] -rw-rw-r-- 1 jenkins jenkins 138 Mar 17 02:45 .gitignore [2021-03-17T02:49:07.060Z] -rw-rw-r-- 1 jenkins jenkins 949 Mar 17 02:45 Dockerfile.build [2021-03-17T02:49:07.060Z] -rw-rw-r-- 1 jenkins jenkins 894 Mar 17 02:45 Jenkinsfile [2021-03-17T02:49:07.060Z] -rw-rw-r-- 1 jenkins jenkins 11341 Mar 17 02:45 LICENSE [2021-03-17T02:49:07.060Z] -rw-rw-r-- 1 jenkins jenkins 1016 Mar 17 02:45 Makefile [2021-03-17T02:49:07.060Z] -rw-rw-r-- 1 jenkins jenkins 5897 Mar 17 02:45 README.md [2021-03-17T02:49:07.060Z] -rw-rw-r-- 1 jenkins jenkins 6616 Mar 17 02:45 RELEASE-NOTES.txt [2021-03-17T02:49:07.060Z] -rw-rw-r-- 1 jenkins jenkins 5 Mar 17 02:43 VERSION [2021-03-17T02:49:07.060Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 17 02:45 bin [2021-03-17T02:49:07.060Z] -rw-r--r-- 1 jenkins jenkins 103667 Mar 17 02:48 coverage.out [2021-03-17T02:49:07.060Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 17 02:45 example [2021-03-17T02:49:07.060Z] -rw-r--r-- 1 jenkins jenkins 479 Mar 17 02:49 go.mod [2021-03-17T02:49:07.060Z] -rw-r--r-- 1 jenkins jenkins 17490 Mar 17 02:49 go.sum [2021-03-17T02:49:07.060Z] drwxrwxr-x 12 jenkins jenkins 4096 Mar 17 02:45 internal [2021-03-17T02:49:07.060Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 17 02:45 openapi [2021-03-17T02:49:07.060Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 17 02:45 pkg [2021-03-17T02:49:07.060Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 17 02:45 snap [2021-03-17T02:49:07.060Z] -rw-rw-r-- 1 jenkins jenkins 222 Mar 17 02:45 version.go [Pipeline] isUnix [Pipeline] sh [2021-03-17T02:49:07.421Z] + docker build -t device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=282f6da0e28193c4de9cf90a6648079ba1e5e910 --label arch=arm64 --label version=0.0.0 . [2021-03-17T02:49:07.698Z] Sending build context to Docker daemon 2.392MB [2021-03-17T02:49:07.988Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-03-17T02:49:07.988Z] Step 2/24 : FROM ${BASE} AS builder [2021-03-17T02:49:07.988Z] ---> 7bb2b5cff978 [2021-03-17T02:49:07.988Z] Step 3/24 : ARG MAKE='make build' [2021-03-17T02:49:08.262Z] ---> Running in 1cd22ba9c909 [2021-03-17T02:49:08.544Z] Removing intermediate container 1cd22ba9c909 [2021-03-17T02:49:08.544Z] ---> 6e9b02963799 [2021-03-17T02:49:08.544Z] Step 4/24 : WORKDIR /device-sdk-go [2021-03-17T02:49:08.820Z] ---> Running in a37c4fe12e91 [2021-03-17T02:49:09.416Z] Removing intermediate container a37c4fe12e91 [2021-03-17T02:49:09.416Z] ---> 70869548fdf5 [2021-03-17T02:49:09.416Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-17T02:49:09.416Z] ---> Running in 0f8b5de93a82 [2021-03-17T02:49:10.012Z] Removing intermediate container 0f8b5de93a82 [2021-03-17T02:49:10.012Z] ---> 4a0d8231e473 [2021-03-17T02:49:10.012Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-17T02:49:10.012Z] ---> Running in 4e34bb6eaa17 [2021-03-17T02:49:11.983Z] Removing intermediate container 4e34bb6eaa17 [2021-03-17T02:49:11.983Z] ---> 2205232ef58e [2021-03-17T02:49:11.983Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-03-17T02:49:12.261Z] ---> Running in 0c76267e0159 [2021-03-17T02:49:13.239Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-17T02:49:13.831Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-17T02:49:14.816Z] OK: 142 MiB in 39 packages [2021-03-17T02:49:15.791Z] Removing intermediate container 0c76267e0159 [2021-03-17T02:49:15.791Z] ---> 4b762b6fe76b [2021-03-17T02:49:15.791Z] Step 8/24 : COPY . . [2021-03-17T02:49:16.601Z] lf-activate-venv(): INFO: Adding /tmp/venv-cYlK/bin to PATH [2021-03-17T02:49:16.601Z] INFO: No Stack... [2021-03-17T02:49:16.601Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-17T02:49:16.863Z] INFO: Archiving Costs [Pipeline] sh [2021-03-17T02:49:17.222Z] + cat /w/workspace/device-sdk-go/20/archives/cost.csv [2021-03-17T02:49:17.222Z] + cut -d, -f6 [2021-03-17T02:49:17.225Z] ---> 4bf862cf0579 [2021-03-17T02:49:17.225Z] Step 9/24 : RUN ${MAKE} [2021-03-17T02:49:17.225Z] ---> Running in 408fd4f375b1 [Pipeline] lock [2021-03-17T02:49:17.443Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-725-20-stack-cost] [2021-03-17T02:49:17.451Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-725-20-stack-cost] did not exist. Created. [2021-03-17T02:49:17.452Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-725-20-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-17T02:49:17.886Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-03-17T02:49:18.072Z] Stashed 1 file(s) [Pipeline] } [2021-03-17T02:49:18.082Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-725-20-stack-cost] [Pipeline] // lock [Pipeline] } [2021-03-17T02:49:18.219Z] 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 [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-17T02:49:45.023Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-03-17T02:49:45.999Z] Removing intermediate container 408fd4f375b1 [2021-03-17T02:49:45.999Z] ---> 978cc9e724d7 [2021-03-17T02:49:45.999Z] Step 10/24 : FROM scratch [2021-03-17T02:49:45.999Z] ---> [2021-03-17T02:49:45.999Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-17T02:49:45.999Z] ---> Running in b733c1171bea [2021-03-17T02:49:46.277Z] Removing intermediate container b733c1171bea [2021-03-17T02:49:46.277Z] ---> 18da070729f7 [2021-03-17T02:49:46.277Z] Step 12/24 : ENV APP_PORT=49990 [2021-03-17T02:49:46.549Z] ---> Running in c981443c9d34 [2021-03-17T02:49:46.822Z] Removing intermediate container c981443c9d34 [2021-03-17T02:49:46.822Z] ---> 5ee5aa84fd67 [2021-03-17T02:49:46.822Z] Step 13/24 : EXPOSE $APP_PORT [2021-03-17T02:49:47.095Z] ---> Running in c598095a8d6a [2021-03-17T02:49:47.369Z] Removing intermediate container c598095a8d6a [2021-03-17T02:49:47.369Z] ---> 43326a43142f [2021-03-17T02:49:47.369Z] Step 14/24 : WORKDIR / [2021-03-17T02:49:47.640Z] ---> Running in 35ed2017a750 [2021-03-17T02:49:48.233Z] Removing intermediate container 35ed2017a750 [2021-03-17T02:49:48.233Z] ---> 6a02d96d092e [2021-03-17T02:49:48.233Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-03-17T02:49:49.215Z] ---> 2a41ccd095f2 [2021-03-17T02:49:49.215Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-03-17T02:49:49.810Z] ---> 3f0ea9d7f8ee [2021-03-17T02:49:49.810Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-03-17T02:49:50.408Z] ---> bff0e904fded [2021-03-17T02:49:50.408Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-03-17T02:49:51.382Z] ---> 4dc30b189ddf [2021-03-17T02:49:51.382Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-03-17T02:49:51.976Z] ---> 8e93280effb2 [2021-03-17T02:49:51.976Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-03-17T02:49:52.255Z] ---> Running in 8ebf962f9e78 [2021-03-17T02:49:52.525Z] Removing intermediate container 8ebf962f9e78 [2021-03-17T02:49:52.525Z] ---> b133258cafbe [2021-03-17T02:49:52.525Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-17T02:49:52.798Z] ---> Running in 98c6a9fcb2fc [2021-03-17T02:49:53.071Z] Removing intermediate container 98c6a9fcb2fc [2021-03-17T02:49:53.071Z] ---> 6f90c62cfc3b [2021-03-17T02:49:53.071Z] Step 22/24 : LABEL arch=arm64 [2021-03-17T02:49:53.342Z] ---> Running in 89f1a56a2b35 [2021-03-17T02:49:53.615Z] Removing intermediate container 89f1a56a2b35 [2021-03-17T02:49:53.616Z] ---> ef0da2567cb9 [2021-03-17T02:49:53.616Z] Step 23/24 : LABEL git_sha=282f6da0e28193c4de9cf90a6648079ba1e5e910 [2021-03-17T02:49:53.891Z] ---> Running in a8d507cca08c [2021-03-17T02:49:54.485Z] Removing intermediate container a8d507cca08c [2021-03-17T02:49:54.485Z] ---> 041e4e66129f [2021-03-17T02:49:54.485Z] Step 24/24 : LABEL version=0.0.0 [2021-03-17T02:49:54.485Z] ---> Running in 3e9af12b07b5 [2021-03-17T02:49:55.081Z] Removing intermediate container 3e9af12b07b5 [2021-03-17T02:49:55.081Z] ---> e240949f879c [2021-03-17T02:49:55.081Z] [Warning] One or more build-args [ARCH] were not consumed [2021-03-17T02:49:55.081Z] Successfully built e240949f879c [2021-03-17T02:49:55.081Z] Successfully tagged device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-17T02:49:55.929Z] ---> job-cost.sh [2021-03-17T02:49:55.930Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-tobj [2021-03-17T02:50:34.868Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-17T02:51:56.607Z] lf-activate-venv(): INFO: Adding /tmp/venv-tobj/bin to PATH [2021-03-17T02:51:56.607Z] INFO: No Stack... [2021-03-17T02:51:57.580Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-17T02:51:57.851Z] INFO: Archiving Costs [Pipeline] sh [2021-03-17T02:51:58.186Z] + cat /w/workspace/device-sdk-go/20/archives/cost.csv [2021-03-17T02:51:58.186Z] + cut -d, -f6 [Pipeline] lock [2021-03-17T02:51:58.293Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-725-20-stack-cost] [2021-03-17T02:51:58.305Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-725-20-stack-cost] did not exist. Created. [2021-03-17T02:51:58.305Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-725-20-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-17T02:51:58.819Z] /w/workspace/device-sdk-go/20@tmp/durable-7e56ee16/script.sh: 1: /w/workspace/device-sdk-go/20@tmp/durable-7e56ee16/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-03-17T02:51:59.173Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-17T02:51:59.194Z] Warning: overwriting stash ‘stack-cost’ [2021-03-17T02:51:59.343Z] Stashed 1 file(s) [Pipeline] } [2021-03-17T02:51:59.354Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-725-20-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-17T02:52:00.850Z] provisioning config files... [2021-03-17T02:52:00.864Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/config7752070907911352781tmp [Pipeline] { [Pipeline] sh [2021-03-17T02:52:01.301Z] + set +x [2021-03-17T02:52:01.301Z] + curl -s https://codecov.io/bash [2021-03-17T02:52:01.301Z] + bash -s -- [2021-03-17T02:52:01.579Z] [2021-03-17T02:52:01.579Z] _____ _ [2021-03-17T02:52:01.579Z] / ____| | | [2021-03-17T02:52:01.579Z] | | ___ __| | ___ ___ _____ __ [2021-03-17T02:52:01.579Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-17T02:52:01.579Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-17T02:52:01.579Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-17T02:52:01.579Z] Bash-20210309-2b87ace [2021-03-17T02:52:01.579Z] [2021-03-17T02:52:01.579Z] [2021-03-17T02:52:01.579Z] ==> git version 2.24.3 found [2021-03-17T02:52:01.579Z] ==> 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-17T02:52:01.579Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-17T02:52:01.579Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-17T02:52:01.579Z] ==> Jenkins CI detected. [2021-03-17T02:52:01.579Z] project root: . [2021-03-17T02:52:01.579Z] --> token set from env [2021-03-17T02:52:01.579Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-17T02:52:01.579Z] ==> Running gcov in . (disable via -X gcov) [2021-03-17T02:52:01.579Z] ==> Python coveragepy not found [2021-03-17T02:52:01.579Z] ==> Searching for coverage reports in: [2021-03-17T02:52:01.579Z] + . [2021-03-17T02:52:01.579Z] -> Found 1 reports [2021-03-17T02:52:01.579Z] ==> Detecting git/mercurial file structure [2021-03-17T02:52:01.579Z] ==> Reading reports [2021-03-17T02:52:01.883Z] + ./coverage.out bytes=103667 [2021-03-17T02:52:01.883Z] ==> Appending adjustments [2021-03-17T02:52:01.883Z] https://docs.codecov.io/docs/fixing-reports [2021-03-17T02:52:02.155Z] + Found adjustments [2021-03-17T02:52:02.430Z] ==> Gzipping contents [2021-03-17T02:52:02.430Z] 16K /tmp/codecov.o7lxXw.gz [2021-03-17T02:52:02.430Z] ==> Uploading reports [2021-03-17T02:52:02.430Z] url: https://codecov.io [2021-03-17T02:52:02.430Z] query: branch=PR-725&commit=282f6da0e28193c4de9cf90a6648079ba1e5e910&build=20&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-725%2F20%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=725&job=&cmd_args= [2021-03-17T02:52:02.430Z] -> Pinging Codecov [2021-03-17T02:52:02.430Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-725&commit=282f6da0e28193c4de9cf90a6648079ba1e5e910&build=20&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-725%2F20%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=725&job=&cmd_args= [2021-03-17T02:52:03.028Z] -> Uploading to [2021-03-17T02:52:03.028Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-17/7E55EF52A471D76F132DFD9A03CDDE97/282f6da0e28193c4de9cf90a6648079ba1e5e910/728c698d-9c6a-45b7-a342-671fc59a9034.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210317%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210317T025202Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e8d65e72b2e38892949a828188ab25e65897f0e2e76c7dcd553f10a2816aa7e8 [2021-03-17T02:52:03.028Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-17T02:52:03.028Z] Dload Upload Total Spent Left Speed [2021-03-17T02:52:03.304Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13854 0 0 100 13854 0 32551 --:--:-- --:--:-- --:--:-- 32521 100 13854 0 0 100 13854 0 32535 --:--:-- --:--:-- --:--:-- 32521 [2021-03-17T02:52:03.305Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/282f6da0e28193c4de9cf90a6648079ba1e5e910 [Pipeline] } [2021-03-17T02:52:03.320Z] 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-17T02:52:05.893Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-17T02:52:06.490Z] ---> package-listing.sh [2021-03-17T02:52:06.491Z] ++ facter osfamily [2021-03-17T02:52:06.491Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-17T02:52:06.755Z] + OS_FAMILY=redhat [2021-03-17T02:52:06.755Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-725 [2021-03-17T02:52:06.755Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-17T02:52:06.755Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-17T02:52:06.755Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-17T02:52:06.755Z] + PACKAGES=/tmp/packages_start.txt [2021-03-17T02:52:06.755Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-725 ']' [2021-03-17T02:52:06.755Z] + PACKAGES=/tmp/packages_end.txt [2021-03-17T02:52:06.755Z] + case "${OS_FAMILY}" in [2021-03-17T02:52:06.755Z] + rpm -qa [2021-03-17T02:52:06.755Z] + sort [2021-03-17T02:52:15.045Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-17T02:52:15.045Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-17T02:52:15.045Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-17T02:52:15.045Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-725 ']' [2021-03-17T02:52:15.045Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-725/archives/ [2021-03-17T02:52:15.045Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-725/archives/ [Pipeline] echo [2021-03-17T02:52:15.061Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_PR-725/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-17T02:52:15.366Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-17T02:52:15.734Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-17T02:52:15.999Z] [2021-03-17T02:52:16.000Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-17T02:52:16.395Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-17T02:52:16.395Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-17T02:52:16.395Z] df20fa9351a1: Pulling fs layer [2021-03-17T02:52:16.395Z] 36b3adc4ff6f: Pulling fs layer [2021-03-17T02:52:16.395Z] 8ad3a11d3b57: Pulling fs layer [2021-03-17T02:52:16.395Z] 46f8f816bc3b: Pulling fs layer [2021-03-17T02:52:16.395Z] 93b61091891f: Pulling fs layer [2021-03-17T02:52:16.395Z] 93b9cdb0e59b: Pulling fs layer [2021-03-17T02:52:16.395Z] 5e14af77c1be: Pulling fs layer [2021-03-17T02:52:16.395Z] 01666e4c0597: Pulling fs layer [2021-03-17T02:52:16.395Z] aa168da1d23b: Pulling fs layer [2021-03-17T02:52:16.395Z] 46f8f816bc3b: Waiting [2021-03-17T02:52:16.395Z] 93b61091891f: Waiting [2021-03-17T02:52:16.395Z] 93b9cdb0e59b: Waiting [2021-03-17T02:52:16.395Z] 5e14af77c1be: Waiting [2021-03-17T02:52:16.395Z] 01666e4c0597: Waiting [2021-03-17T02:52:16.395Z] aa168da1d23b: Waiting [2021-03-17T02:52:16.675Z] 36b3adc4ff6f: Download complete [2021-03-17T02:52:16.675Z] 46f8f816bc3b: Verifying Checksum [2021-03-17T02:52:16.675Z] 46f8f816bc3b: Download complete [2021-03-17T02:52:16.675Z] df20fa9351a1: Verifying Checksum [2021-03-17T02:52:16.675Z] 93b9cdb0e59b: Verifying Checksum [2021-03-17T02:52:16.675Z] 93b9cdb0e59b: Download complete [2021-03-17T02:52:16.675Z] 5e14af77c1be: Verifying Checksum [2021-03-17T02:52:16.675Z] 5e14af77c1be: Download complete [2021-03-17T02:52:16.675Z] 93b61091891f: Verifying Checksum [2021-03-17T02:52:16.675Z] 93b61091891f: Download complete [2021-03-17T02:52:16.675Z] 01666e4c0597: Verifying Checksum [2021-03-17T02:52:16.675Z] 01666e4c0597: Download complete [2021-03-17T02:52:17.373Z] df20fa9351a1: Pull complete [2021-03-17T02:52:17.984Z] 8ad3a11d3b57: Verifying Checksum [2021-03-17T02:52:17.984Z] 8ad3a11d3b57: Download complete [2021-03-17T02:52:17.984Z] 36b3adc4ff6f: Pull complete [2021-03-17T02:52:20.613Z] 8ad3a11d3b57: Pull complete [2021-03-17T02:52:20.613Z] 46f8f816bc3b: Pull complete [2021-03-17T02:52:20.891Z] aa168da1d23b: Verifying Checksum [2021-03-17T02:52:20.891Z] aa168da1d23b: Download complete [2021-03-17T02:52:21.167Z] 93b61091891f: Pull complete [2021-03-17T02:52:21.450Z] 93b9cdb0e59b: Pull complete [2021-03-17T02:52:21.450Z] 5e14af77c1be: Pull complete [2021-03-17T02:52:21.740Z] 01666e4c0597: Pull complete [2021-03-17T02:52:34.446Z] aa168da1d23b: Pull complete [2021-03-17T02:52:34.446Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-17T02:52:34.446Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-17T02:52:34.446Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-17T02:52:35.091Z] prd-centos7-docker-4c-2g-30100 does not seem to be running inside a container [2021-03-17T02:52:35.209Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_PR-725/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-sdk-go_PR-725 -v /w/workspace/dgexfoundry_device-sdk-go_PR-725:/w/workspace/dgexfoundry_device-sdk-go_PR-725:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-17T02:52:39.687Z] $ docker top ed93c916989c82cd09734ae55090fbca011f3926a6a1884078299be263830005 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-17T02:52:40.294Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-17T02:52:41.093Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-17T02:52:41.434Z] + ls /var/log/sa-host [2021-03-17T02:52:41.434Z] + sadf -c /var/log/sa-host/sa17 [2021-03-17T02:52:41.475Z] file_magic: OK [2021-03-17T02:52:41.475Z] HZ: Using current value: 100 [2021-03-17T02:52:41.475Z] file_header: OK [2021-03-17T02:52:41.475Z] 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-17T02:52:41.475Z] Statistics: [2021-03-17T02:52:41.475Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-17T02:52:41.475Z] File successfully converted to sysstat format version 12.2.1 [2021-03-17T02:52:41.475Z] + sadf -c /var/log/sa-host/sa23 [2021-03-17T02:52:41.475Z] file_magic: OK [2021-03-17T02:52:41.475Z] HZ: Using current value: 100 [2021-03-17T02:52:41.475Z] file_header: OK [2021-03-17T02:52:41.475Z] 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-17T02:52:41.475Z] Statistics: [2021-03-17T02:52:41.475Z] Hnuu...uuuununununu... [2021-03-17T02:52:41.475Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-17T02:52:42.123Z] provisioning config files... [2021-03-17T02:52:42.179Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/config7506633741728223509tmp [Pipeline] { [Pipeline] echo [2021-03-17T02:52:42.244Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-17T02:52:42.562Z] ---> create-netrc.sh [Pipeline] } [2021-03-17T02:52:42.840Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-17T02:52:42.948Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-17T02:52:43.262Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-17T02:52:43.275Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-17T02:52:43.588Z] ---> sudo-logs.sh [2021-03-17T02:52:43.589Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-17T02:52:43.689Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-17T02:52:44.020Z] ---> job-cost.sh [2021-03-17T02:52:44.291Z] lf-activate-venv: SKIPPING [2021-03-17T02:52:44.291Z] DEBUG: total: 0.20999999344348907 [2021-03-17T02:52:44.291Z] INFO: Retrieving Stack Cost... [2021-03-17T02:52:45.249Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-17T02:52:45.829Z] INFO: Archiving Costs [Pipeline] echo [2021-03-17T02:52:45.845Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-17T02:52:46.151Z] ---> logs-deploy.sh [2021-03-17T02:52:46.151Z] lf-activate-venv: SKIPPING [2021-03-17T02:52:46.151Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-725/20 [2021-03-17T02:52:46.151Z] INFO: archiving workspace using pattern(s): [2021-03-17T02:52:49.498Z] Archives upload complete. [2021-03-17T02:52:49.498Z] INFO: archiving logs to Nexus [2021-03-17T02:52:51.521Z] ---> uname -a: [2021-03-17T02:52:51.521Z] Linux prd-centos7-docker-4c-2g-30100.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-17T02:52:51.521Z] [2021-03-17T02:52:51.521Z] [2021-03-17T02:52:51.521Z] ---> lscpu: [2021-03-17T02:52:51.521Z] Architecture: x86_64 [2021-03-17T02:52:51.521Z] CPU op-mode(s): 32-bit, 64-bit [2021-03-17T02:52:51.521Z] Byte Order: Little Endian [2021-03-17T02:52:51.521Z] Address sizes: 40 bits physical, 48 bits virtual [2021-03-17T02:52:51.521Z] CPU(s): 4 [2021-03-17T02:52:51.521Z] On-line CPU(s) list: 0-3 [2021-03-17T02:52:51.521Z] Thread(s) per core: 1 [2021-03-17T02:52:51.521Z] Core(s) per socket: 1 [2021-03-17T02:52:51.521Z] Socket(s): 4 [2021-03-17T02:52:51.521Z] NUMA node(s): 1 [2021-03-17T02:52:51.521Z] Vendor ID: GenuineIntel [2021-03-17T02:52:51.521Z] CPU family: 6 [2021-03-17T02:52:51.521Z] Model: 44 [2021-03-17T02:52:51.521Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-03-17T02:52:51.521Z] Stepping: 1 [2021-03-17T02:52:51.521Z] CPU MHz: 2933.438 [2021-03-17T02:52:51.521Z] BogoMIPS: 5866.87 [2021-03-17T02:52:51.521Z] Virtualization: VT-x [2021-03-17T02:52:51.521Z] Hypervisor vendor: KVM [2021-03-17T02:52:51.521Z] Virtualization type: full [2021-03-17T02:52:51.521Z] L1d cache: 128 KiB [2021-03-17T02:52:51.521Z] L1i cache: 128 KiB [2021-03-17T02:52:51.521Z] L2 cache: 16 MiB [2021-03-17T02:52:51.521Z] L3 cache: 64 MiB [2021-03-17T02:52:51.521Z] NUMA node0 CPU(s): 0-3 [2021-03-17T02:52:51.521Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-03-17T02:52:51.521Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-03-17T02:52:51.521Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-03-17T02:52:51.521Z] Vulnerability Meltdown: Mitigation; PTI [2021-03-17T02:52:51.521Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-03-17T02:52:51.521Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-03-17T02:52:51.521Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-03-17T02:52:51.521Z] Vulnerability Srbds: Not affected [2021-03-17T02:52:51.521Z] Vulnerability Tsx async abort: Not affected [2021-03-17T02:52:51.521Z] 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-17T02:52:51.521Z] [2021-03-17T02:52:51.521Z] [2021-03-17T02:52:51.521Z] ---> nproc: [2021-03-17T02:52:51.521Z] 4 [2021-03-17T02:52:51.521Z] [2021-03-17T02:52:51.521Z] [2021-03-17T02:52:51.521Z] ---> df -h: [2021-03-17T02:52:51.521Z] Filesystem Size Used Available Use% Mounted on [2021-03-17T02:52:51.521Z] overlay 50.0G 7.3G 42.7G 15% / [2021-03-17T02:52:51.521Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-03-17T02:52:51.521Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-03-17T02:52:51.521Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-03-17T02:52:51.521Z] /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os [2021-03-17T02:52:51.521Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf [2021-03-17T02:52:51.521Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname [2021-03-17T02:52:51.521Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts [2021-03-17T02:52:51.521Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log [2021-03-17T02:52:51.521Z] /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json [2021-03-17T02:52:51.521Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-725 [2021-03-17T02:52:51.521Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp [2021-03-17T02:52:51.521Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host [2021-03-17T02:52:51.521Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure [2021-03-17T02:52:51.521Z] [2021-03-17T02:52:51.521Z] [2021-03-17T02:52:51.521Z] ---> free -m: [2021-03-17T02:52:51.521Z] total used free shared buff/cache available [2021-03-17T02:52:51.521Z] Mem: 1837 704 97 0 1036 1028 [2021-03-17T02:52:51.521Z] Swap: 1023 1 1022 [2021-03-17T02:52:51.521Z] [2021-03-17T02:52:51.521Z] [2021-03-17T02:52:51.521Z] ---> ip addr: [2021-03-17T02:52:51.521Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-03-17T02:52:51.521Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-03-17T02:52:51.521Z] inet 127.0.0.1/8 scope host lo [2021-03-17T02:52:51.521Z] valid_lft forever preferred_lft forever [2021-03-17T02:52:51.521Z] inet6 ::1/128 scope host [2021-03-17T02:52:51.521Z] valid_lft forever preferred_lft forever [2021-03-17T02:52:51.521Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-03-17T02:52:51.521Z] link/ether fa:16:3e:61:5a:b9 brd ff:ff:ff:ff:ff:ff [2021-03-17T02:52:51.521Z] inet 10.30.123.246/23 brd 10.30.123.255 scope global dynamic eth0 [2021-03-17T02:52:51.521Z] valid_lft 85720sec preferred_lft 85720sec [2021-03-17T02:52:51.521Z] inet6 fe80::f816:3eff:fe61:5ab9/64 scope link [2021-03-17T02:52:51.521Z] valid_lft forever preferred_lft forever [2021-03-17T02:52:51.521Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-03-17T02:52:51.521Z] link/ether 02:42:c3:28:ed:6e brd ff:ff:ff:ff:ff:ff [2021-03-17T02:52:51.521Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-03-17T02:52:51.521Z] valid_lft forever preferred_lft forever [2021-03-17T02:52:51.521Z] inet6 fe80::42:c3ff:fe28:ed6e/64 scope link [2021-03-17T02:52:51.521Z] valid_lft forever preferred_lft forever [2021-03-17T02:52:51.521Z] [2021-03-17T02:52:51.521Z] [2021-03-17T02:52:51.521Z] ---> sar -b -r -n DEV: [2021-03-17T02:52:51.521Z] 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-17T02:52:51.521Z] [2021-03-17T02:52:51.521Z] 02:41:17 LINUX RESTART (4 CPU) [2021-03-17T02:52:51.521Z] [2021-03-17T02:52:51.522Z] 02:42:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-03-17T02:52:51.522Z] 02:43:01 114.91 47.39 67.52 0.00 6642.85 36705.54 0.00 [2021-03-17T02:52:51.522Z] 02:44:01 23.34 5.37 17.97 0.00 1236.00 2331.54 0.00 [2021-03-17T02:52:51.522Z] 02:45:01 1.83 0.00 1.83 0.00 0.00 36.59 0.00 [2021-03-17T02:52:51.522Z] 02:46:01 0.20 0.00 0.20 0.00 0.00 2.03 0.00 [2021-03-17T02:52:51.522Z] 02:47:01 0.63 0.00 0.63 0.00 0.00 7.22 0.00 [2021-03-17T02:52:51.522Z] 02:48:01 0.23 0.00 0.23 0.00 0.00 2.96 0.00 [2021-03-17T02:52:51.522Z] 02:49:01 0.23 0.00 0.23 0.00 0.00 2.18 0.00 [2021-03-17T02:52:51.522Z] 02:50:02 0.43 0.00 0.43 0.00 0.00 5.84 0.00 [2021-03-17T02:52:51.522Z] 02:51:01 0.17 0.00 0.17 0.00 0.00 1.51 0.00 [2021-03-17T02:52:51.522Z] 02:52:01 0.32 0.03 0.28 0.00 2.26 3.21 0.00 [2021-03-17T02:52:51.522Z] Average: 14.27 5.29 8.97 0.00 790.31 3921.07 0.00 [2021-03-17T02:52:51.522Z] [2021-03-17T02:52:51.522Z] 02:42:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-03-17T02:52:51.522Z] 02:43:01 92736 0 601320 31.96 2620 1184868 1350124 46.08 441228 1151640 34648 [2021-03-17T02:52:51.522Z] 02:44:01 156192 0 589348 31.32 2620 1133384 1139304 38.88 402444 1123136 8 [2021-03-17T02:52:51.522Z] 02:45:01 169272 0 576264 30.63 2620 1133388 1053348 35.95 404492 1110028 16 [2021-03-17T02:52:51.522Z] 02:46:01 166488 0 579044 30.77 2620 1133392 1053540 35.96 401212 1116392 8 [2021-03-17T02:52:51.522Z] 02:47:01 165708 0 579768 30.81 2620 1133448 1053676 35.96 403648 1114356 16 [2021-03-17T02:52:51.522Z] 02:48:01 165160 0 580364 30.85 2620 1133400 1053496 35.95 417140 1101600 8 [2021-03-17T02:52:51.522Z] 02:49:01 165572 0 579948 30.82 2620 1133404 1053436 35.95 416952 1101596 8 [2021-03-17T02:52:51.522Z] 02:50:02 165448 0 580068 30.83 2620 1133408 1053412 35.95 416812 1101596 8 [2021-03-17T02:52:51.522Z] 02:51:01 165852 0 579656 30.81 2620 1133416 1053412 35.95 416960 1101596 8 [2021-03-17T02:52:51.522Z] 02:52:01 160404 0 584996 31.09 2620 1133524 1065816 36.37 421052 1101664 124 [2021-03-17T02:52:51.522Z] Average: 157283 0 583078 30.99 2620 1138563 1092956 37.30 414194 1112360 3485 [2021-03-17T02:52:51.522Z] [2021-03-17T02:52:51.522Z] 02:42:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-03-17T02:52:51.522Z] 02:43:01 eth0 231.78 171.04 1031.63 63.00 0.00 0.00 0.00 0.00 [2021-03-17T02:52:51.522Z] 02:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-17T02:52:51.522Z] 02:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-17T02:52:51.522Z] 02:44:01 eth0 34.40 32.61 52.37 37.10 0.00 0.00 0.00 0.00 [2021-03-17T02:52:51.522Z] 02:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-17T02:52:51.522Z] 02:44:01 docker0 11.45 8.95 1.58 23.86 0.00 0.00 0.00 0.00 [2021-03-17T02:52:51.522Z] 02:45:01 eth0 0.75 0.05 0.06 0.00 0.00 0.00 0.00 0.00 [2021-03-17T02:52:51.522Z] 02:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-17T02:52:51.522Z] 02:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-17T02:52:51.522Z] 02:46:01 eth0 1.46 0.53 0.77 0.12 0.00 0.00 0.00 0.00 [2021-03-17T02:52:51.522Z] 02:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-17T02:52:51.522Z] 02:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-17T02:52:51.522Z] 02:47:01 eth0 0.45 0.40 0.27 0.30 0.00 0.00 0.00 0.00 [2021-03-17T02:52:51.522Z] 02:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-17T02:52:51.522Z] 02:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-17T02:52:51.522Z] 02:48:01 eth0 0.20 0.17 0.08 0.07 0.00 0.00 0.00 0.00 [2021-03-17T02:52:51.522Z] 02:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-17T02:52:51.522Z] 02:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-17T02:52:51.522Z] 02:49:01 eth0 0.22 0.20 0.07 0.01 0.00 0.00 0.00 0.00 [2021-03-17T02:52:51.522Z] 02:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-17T02:52:51.522Z] 02:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-17T02:52:51.522Z] 02:50:02 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-17T02:52:51.522Z] 02:50:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-17T02:52:51.522Z] 02:50:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-17T02:52:51.522Z] 02:51:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-17T02:52:51.522Z] 02:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-17T02:52:51.522Z] 02:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-17T02:52:51.522Z] 02:52:01 eth0 1.57 1.12 1.65 0.53 0.00 0.00 0.00 0.00 [2021-03-17T02:52:51.522Z] 02:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-17T02:52:51.522Z] 02:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-17T02:52:51.522Z] Average: eth0 27.18 20.69 109.00 10.14 0.00 0.00 0.00 0.00 [2021-03-17T02:52:51.522Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-17T02:52:51.522Z] Average: docker0 1.15 0.90 0.16 2.39 0.00 0.00 0.00 0.00 [2021-03-17T02:52:51.522Z] [2021-03-17T02:52:51.522Z]