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+76d059c2e27a3d5d488ff0022063f09e99d334bf (6de0187909122a67146da136bea42b3c7d882eae) 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-23325 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 76d059c2e27a3d5d488ff0022063f09e99d334bf into PR head commit ea5f2fe995444737663861e42b9b0407e76b07bc Merge succeeded, producing 8b218264e3c3b99d955a31588396af8a0b49522f Checking out Revision 8b218264e3c3b99d955a31588396af8a0b49522f (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 76d059c2e27a3d5d488ff0022063f09e99d334bf # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8b218264e3c3b99d955a31588396af8a0b49522f # timeout=10 Commit message: "Merge commit '76d059c2e27a3d5d488ff0022063f09e99d334bf' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-27T02:44:09.218Z] Timeout set to expire in 6 hr 0 min [Pipeline] { > git rev-list --no-walk dd2d7b72684800c38176f58320e68061d2b6dc5c # timeout=10 [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-27T02:44:09.434Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-27T02:44:09.544Z] ========================================================= [2021-01-27T02:44:09.544Z] EdgeX Global Pipelines Version Info [2021-01-27T02:44:09.544Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-27T02:44:12.332Z] ------------------- [2021-01-27T02:44:12.332Z] stable info: [2021-01-27T02:44:12.332Z] ------------------- [2021-01-27T02:44:12.333Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-27T02:44:12.333Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-27T02:44:12.333Z] Message: update stable to v1.0.179 [2021-01-27T02:44:13.323Z] ------------------- [2021-01-27T02:44:13.323Z] experimental info: [2021-01-27T02:44:13.323Z] ------------------- [2021-01-27T02:44:13.323Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-27T02:44:13.323Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-27T02:44:13.323Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-27T02:44:13.642Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-01-27T02:44:13.743Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-01-27T02:44:13.848Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-27T02:44:13.968Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-27T02:44:14.121Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-27T02:44:14.215Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-27T02:44:14.300Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-27T02:44:14.389Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-27T02:44:14.472Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-01-27T02:44:14.556Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-27T02:44:14.641Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-27T02:44:14.725Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo [2021-01-27T02:44:14.808Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-27T02:44:14.914Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-27T02:44:15.013Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-27T02:44:15.110Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-01-27T02:44:15.212Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-27T02:44:15.295Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-27T02:44:15.382Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-27T02:44:15.465Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-27T02:44:15.548Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-27T02:44:15.631Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-27T02:44:15.721Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-27T02:44:15.868Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-27T02:44:15.958Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-01-27T02:44:16.042Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-27T02:44:16.135Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-27T02:44:16.219Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-725 [Pipeline] echo [2021-01-27T02:44:16.305Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-725 [Pipeline] echo [2021-01-27T02:44:16.401Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-725 [Pipeline] echo [2021-01-27T02:44:16.490Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8b218264e3c3b99d955a31588396af8a0b49522f [Pipeline] echo [2021-01-27T02:44:16.577Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8b21826 [Pipeline] echo [2021-01-27T02:44:16.664Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-27T02:44:16.888Z] provisioning config files... [2021-01-27T02:44:17.014Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/config4525239744756855473tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-27T02:44:17.545Z] ---> docker-login.sh [2021-01-27T02:44:17.545Z] nexus3.edgexfoundry.org:10001 [2021-01-27T02:44:18.197Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T02:44:18.467Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T02:44:18.467Z] Configure a credential helper to remove this warning. See [2021-01-27T02:44:18.467Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T02:44:18.467Z] [2021-01-27T02:44:18.467Z] Login Succeeded [2021-01-27T02:44:18.467Z] nexus3.edgexfoundry.org:10002 [2021-01-27T02:44:19.138Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T02:44:19.445Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T02:44:19.445Z] Configure a credential helper to remove this warning. See [2021-01-27T02:44:19.445Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T02:44:19.445Z] [2021-01-27T02:44:19.445Z] Login Succeeded [2021-01-27T02:44:19.445Z] nexus3.edgexfoundry.org:10003 [2021-01-27T02:44:20.078Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T02:44:20.078Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T02:44:20.078Z] Configure a credential helper to remove this warning. See [2021-01-27T02:44:20.078Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T02:44:20.078Z] [2021-01-27T02:44:20.078Z] Login Succeeded [2021-01-27T02:44:20.078Z] nexus3.edgexfoundry.org:10004 [2021-01-27T02:44:20.366Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T02:44:20.670Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T02:44:20.670Z] Configure a credential helper to remove this warning. See [2021-01-27T02:44:20.670Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T02:44:20.670Z] [2021-01-27T02:44:20.670Z] Login Succeeded [2021-01-27T02:44:20.670Z] docker.io [2021-01-27T02:44:20.978Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T02:44:21.256Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T02:44:21.256Z] Configure a credential helper to remove this warning. See [2021-01-27T02:44:21.256Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T02:44:21.256Z] [2021-01-27T02:44:21.256Z] Login Succeeded [2021-01-27T02:44:21.256Z] ---> docker-login.sh ends [Pipeline] } [2021-01-27T02:44:21.278Z] 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-01-27T02:44:22.265Z] + git log --format=format:%s -1 8b218264e3c3b99d955a31588396af8a0b49522f [Pipeline] echo [2021-01-27T02:44:22.487Z] GIT_COMMIT: 8b218264e3c3b99d955a31588396af8a0b49522f, Commit Message: Merge commit '76d059c2e27a3d5d488ff0022063f09e99d334bf' into HEAD [Pipeline] echo [2021-01-27T02:44:22.534Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-27T02:44:23.195Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-27T02:44:23.195Z] [2021-01-27T02:44:23.195Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-27T02:44:23.674Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-27T02:44:23.984Z] latest: Pulling from edgex-devops/git-semver [2021-01-27T02:44:23.984Z] 31603596830f: Pulling fs layer [2021-01-27T02:44:23.984Z] 2a8b12db71e7: Pulling fs layer [2021-01-27T02:44:23.984Z] 6ca5941a6612: Pulling fs layer [2021-01-27T02:44:23.984Z] ecc8261a40a4: Pulling fs layer [2021-01-27T02:44:23.984Z] ecc8261a40a4: Waiting [2021-01-27T02:44:23.984Z] 2a8b12db71e7: Verifying Checksum [2021-01-27T02:44:23.984Z] 2a8b12db71e7: Download complete [2021-01-27T02:44:24.278Z] 31603596830f: Verifying Checksum [2021-01-27T02:44:24.278Z] 31603596830f: Download complete [2021-01-27T02:44:24.554Z] ecc8261a40a4: Verifying Checksum [2021-01-27T02:44:24.554Z] ecc8261a40a4: Download complete [2021-01-27T02:44:24.554Z] 6ca5941a6612: Verifying Checksum [2021-01-27T02:44:24.554Z] 6ca5941a6612: Download complete [2021-01-27T02:44:25.203Z] 31603596830f: Pull complete [2021-01-27T02:44:25.490Z] 2a8b12db71e7: Pull complete [2021-01-27T02:44:28.306Z] 6ca5941a6612: Pull complete [2021-01-27T02:44:28.970Z] ecc8261a40a4: Pull complete [2021-01-27T02:44:28.970Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-27T02:44:29.285Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-27T02:44:29.285Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-27T02:44:29.785Z] prd-centos7-docker-4c-2g-23325 does not seem to be running inside a container [2021-01-27T02:44:30.120Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-725 -v /w/workspace/dgexfoundry_device-sdk-go_PR-725:/w/workspace/dgexfoundry_device-sdk-go_PR-725:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-27T02:44:32.957Z] $ docker top 96d05a1be000df123c844b24b42c5de272b0563be73309b6617a80725487b5c7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-27T02:44:33.568Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-27T02:44:33.568Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-27T02:44:34.053Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-27T02:44:34.059Z] $ docker exec 96d05a1be000df123c844b24b42c5de272b0563be73309b6617a80725487b5c7 ssh-agent [2021-01-27T02:44:34.492Z] SSH_AUTH_SOCK=/tmp/ssh-NQmzEivKGTwd/agent.12 [2021-01-27T02:44:34.492Z] SSH_AGENT_PID=17 [2021-01-27T02:44:34.530Z] Running ssh-add (command line suppressed) [2021-01-27T02:44:34.987Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_9067752700695439732.key (/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_9067752700695439732.key) [2021-01-27T02:44:35.175Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-27T02:44:35.921Z] + git tag --points-at HEAD [Pipeline] } [2021-01-27T02:44:35.963Z] $ docker exec --env ******** --env ******** 96d05a1be000df123c844b24b42c5de272b0563be73309b6617a80725487b5c7 ssh-agent -k [2021-01-27T02:44:36.226Z] unset SSH_AUTH_SOCK; [2021-01-27T02:44:36.230Z] unset SSH_AGENT_PID; [2021-01-27T02:44:36.230Z] echo Agent pid 17 killed; [2021-01-27T02:44:36.354Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-27T02:44:36.541Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-27T02:44:36.541Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-27T02:44:37.441Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-27T02:44:37.445Z] $ docker exec 96d05a1be000df123c844b24b42c5de272b0563be73309b6617a80725487b5c7 ssh-agent [2021-01-27T02:44:38.284Z] SSH_AUTH_SOCK=/tmp/ssh-CuUdFuKfcqsl/agent.46 [2021-01-27T02:44:38.284Z] SSH_AGENT_PID=51 [2021-01-27T02:44:38.305Z] Running ssh-add (command line suppressed) [2021-01-27T02:44:38.814Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_7628384666684223675.key (/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_7628384666684223675.key) [2021-01-27T02:44:39.089Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-27T02:44:40.388Z] + git semver init [2021-01-27T02:44:40.388Z] # -> Open(): unable to determine branch for HEAD [2021-01-27T02:44:40.388Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-725/.git [2021-01-27T02:44:40.388Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-725 [2021-01-27T02:44:40.388Z] # $SEMVER_REMOTE_NAME = origin [2021-01-27T02:44:40.388Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-27T02:44:40.388Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-27T02:44:40.388Z] # $SEMVER_BRANCH = PR-725 [2021-01-27T02:44:40.388Z] # $SEMVER_TEMP = /tmp/semver-942873551 [2021-01-27T02:44:40.388Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-01-27T02:44:42.130Z] # '/tmp/semver-942873551' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-725/.semver' [2021-01-27T02:44:42.130Z] # -> Force: false [2021-01-27T02:44:42.130Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-725/.semver [Pipeline] } [2021-01-27T02:44:42.177Z] $ docker exec --env ******** --env ******** 96d05a1be000df123c844b24b42c5de272b0563be73309b6617a80725487b5c7 ssh-agent -k [2021-01-27T02:44:42.748Z] unset SSH_AUTH_SOCK; [2021-01-27T02:44:42.750Z] unset SSH_AGENT_PID; [2021-01-27T02:44:42.750Z] echo Agent pid 51 killed; [2021-01-27T02:44:43.092Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-27T02:44:44.082Z] + git semver [Pipeline] } [2021-01-27T02:44:44.142Z] $ docker stop --time=1 96d05a1be000df123c844b24b42c5de272b0563be73309b6617a80725487b5c7 [2021-01-27T02:44:46.197Z] $ docker rm -f 96d05a1be000df123c844b24b42c5de272b0563be73309b6617a80725487b5c7 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-27T02:44:47.551Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-27T02:44:48.818Z] Stashed 1 file(s) [Pipeline] echo [2021-01-27T02:44:48.821Z] [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-01-27T02:45:04.405Z] Still waiting to schedule task [2021-01-27T02:45:04.406Z] ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-23338’ is offline; ‘prd-ubuntu18.04-docker-8c-8g-23295’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-8c-8g-23296’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-8c-8g-23297’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-8c-8g-23299’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-01-27T02:45:04.409Z] Still waiting to schedule task [2021-01-27T02:45:04.409Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-27T02:47:35.830Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-23347 in /w/workspace/dgexfoundry_device-sdk-go_PR-725 [Pipeline] { [Pipeline] ws [2021-01-27T02:47:35.883Z] Running in /w/workspace/device-sdk-go/8 [Pipeline] { [Pipeline] checkout [2021-01-27T02:47:41.302Z] using credential edgex-jenkins-ssh [2021-01-27T02:47:41.376Z] Cloning the remote Git repository [2021-01-27T02:47:41.438Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-01-27T02:47:41.545Z] > git init /w/workspace/device-sdk-go/8 # timeout=10 [2021-01-27T02:47:41.621Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-27T02:47:41.622Z] > git --version # timeout=10 [2021-01-27T02:47:41.640Z] > git --version # 'git version 2.17.1' [2021-01-27T02:47:41.642Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-27T02:47:41.712Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-27T02:47:43.131Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-27T02:47:43.154Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-27T02:47:43.231Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-27T02:47:43.319Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-27T02:47:43.320Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-27T02:47:43.338Z] > 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-01-27T02:47:43.955Z] Merging remotes/origin/master commit 76d059c2e27a3d5d488ff0022063f09e99d334bf into PR head commit ea5f2fe995444737663861e42b9b0407e76b07bc [2021-01-27T02:47:44.310Z] Merge succeeded, producing ce14e15d5fbcabf2b7a02d92d5612d8a90308053 [2021-01-27T02:47:44.311Z] Checking out Revision ce14e15d5fbcabf2b7a02d92d5612d8a90308053 (PR-725) [2021-01-27T02:47:43.975Z] > git config core.sparsecheckout # timeout=10 [2021-01-27T02:47:44.009Z] > git checkout -f ea5f2fe995444737663861e42b9b0407e76b07bc # timeout=10 [2021-01-27T02:47:44.116Z] > git remote # timeout=10 [2021-01-27T02:47:44.137Z] > git config --get remote.origin.url # timeout=10 [2021-01-27T02:47:44.149Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-27T02:47:44.158Z] > git merge 76d059c2e27a3d5d488ff0022063f09e99d334bf # timeout=10 [2021-01-27T02:47:44.299Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-27T02:47:44.319Z] > git config core.sparsecheckout # timeout=10 [2021-01-27T02:47:44.335Z] > git checkout -f ce14e15d5fbcabf2b7a02d92d5612d8a90308053 # timeout=10 [2021-01-27T02:47:48.671Z] Commit message: "Merge commit '76d059c2e27a3d5d488ff0022063f09e99d334bf' into HEAD" [2021-01-27T02:47:48.699Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [2021-01-27T02:47:48.681Z] > git rev-list --no-walk dd2d7b72684800c38176f58320e68061d2b6dc5c # timeout=10 [Pipeline] sh [2021-01-27T02:47:50.153Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-27T02:47:50.604Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-27T02:47:50.949Z] + + true [2021-01-27T02:47:50.949Z] sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-27T02:47:53.706Z] provisioning config files... [2021-01-27T02:47:53.748Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/8@tmp/config3571908736578823517tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-27T02:47:54.160Z] ---> docker-login.sh [2021-01-27T02:47:54.160Z] nexus3.edgexfoundry.org:10001 [2021-01-27T02:47:55.186Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T02:47:55.467Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T02:47:55.467Z] Configure a credential helper to remove this warning. See [2021-01-27T02:47:55.467Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T02:47:55.467Z] [2021-01-27T02:47:55.467Z] Login Succeeded [2021-01-27T02:47:55.467Z] nexus3.edgexfoundry.org:10002 [2021-01-27T02:47:55.741Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T02:47:56.016Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T02:47:56.016Z] Configure a credential helper to remove this warning. See [2021-01-27T02:47:56.016Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T02:47:56.016Z] [2021-01-27T02:47:56.016Z] Login Succeeded [2021-01-27T02:47:56.016Z] nexus3.edgexfoundry.org:10003 [2021-01-27T02:47:56.287Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T02:47:57.721Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T02:47:57.721Z] Configure a credential helper to remove this warning. See [2021-01-27T02:47:57.721Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T02:47:57.721Z] [2021-01-27T02:47:57.721Z] Login Succeeded [2021-01-27T02:47:57.721Z] nexus3.edgexfoundry.org:10004 [2021-01-27T02:47:57.721Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T02:47:57.997Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T02:47:57.997Z] Configure a credential helper to remove this warning. See [2021-01-27T02:47:57.997Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T02:47:57.997Z] [2021-01-27T02:47:57.997Z] Login Succeeded [2021-01-27T02:47:57.997Z] docker.io [2021-01-27T02:47:58.272Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T02:47:58.545Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T02:47:58.545Z] Configure a credential helper to remove this warning. See [2021-01-27T02:47:58.545Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T02:47:58.545Z] [2021-01-27T02:47:58.545Z] Login Succeeded [2021-01-27T02:47:58.545Z] ---> docker-login.sh ends [Pipeline] } [2021-01-27T02:47:58.563Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-27T02:47:59.045Z] ========================================================= [2021-01-27T02:47:59.045Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-27T02:47:59.045Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-27T02:47:59.424Z] + 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-01-27T02:47:59.697Z] Sending build context to Docker daemon 2.574MB [2021-01-27T02:47:59.973Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-27T02:47:59.973Z] Step 2/8 : FROM ${BASE} [2021-01-27T02:47:59.973Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-27T02:47:59.973Z] 5f621e34cdf4: Pulling fs layer [2021-01-27T02:47:59.973Z] a4357932f1b6: Pulling fs layer [2021-01-27T02:47:59.973Z] 18c013af1878: Pulling fs layer [2021-01-27T02:47:59.973Z] 00ac8860ef70: Pulling fs layer [2021-01-27T02:47:59.973Z] 63d7cb157983: Pulling fs layer [2021-01-27T02:47:59.973Z] b116817d02f9: Pulling fs layer [2021-01-27T02:47:59.973Z] 745a02a5169b: Pulling fs layer [2021-01-27T02:47:59.973Z] b116817d02f9: Waiting [2021-01-27T02:47:59.973Z] 745a02a5169b: Waiting [2021-01-27T02:47:59.973Z] 00ac8860ef70: Waiting [2021-01-27T02:47:59.973Z] 63d7cb157983: Waiting [2021-01-27T02:47:59.973Z] 18c013af1878: Verifying Checksum [2021-01-27T02:47:59.973Z] 18c013af1878: Download complete [2021-01-27T02:47:59.973Z] a4357932f1b6: Verifying Checksum [2021-01-27T02:47:59.973Z] a4357932f1b6: Download complete [2021-01-27T02:47:59.973Z] 63d7cb157983: Verifying Checksum [2021-01-27T02:47:59.973Z] 63d7cb157983: Download complete [2021-01-27T02:47:59.973Z] b116817d02f9: Verifying Checksum [2021-01-27T02:47:59.973Z] b116817d02f9: Download complete [2021-01-27T02:48:00.252Z] 5f621e34cdf4: Verifying Checksum [2021-01-27T02:48:00.252Z] 5f621e34cdf4: Download complete [2021-01-27T02:48:00.870Z] 5f621e34cdf4: Pull complete [2021-01-27T02:48:01.492Z] a4357932f1b6: Pull complete [2021-01-27T02:48:01.774Z] 18c013af1878: Pull complete [2021-01-27T02:48:02.386Z] 745a02a5169b: Verifying Checksum [2021-01-27T02:48:02.386Z] 745a02a5169b: Download complete [2021-01-27T02:48:03.841Z] 00ac8860ef70: Verifying Checksum [2021-01-27T02:48:03.841Z] 00ac8860ef70: Download complete [2021-01-27T02:48:14.118Z] 00ac8860ef70: Pull complete [2021-01-27T02:48:14.722Z] 63d7cb157983: Pull complete [2021-01-27T02:48:14.997Z] b116817d02f9: Pull complete [2021-01-27T02:48:19.331Z] 745a02a5169b: Pull complete [2021-01-27T02:48:19.331Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-27T02:48:19.331Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-27T02:48:19.331Z] ---> b7e6874047d6 [2021-01-27T02:48:19.331Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-27T02:48:21.959Z] ---> Running in 7b937eeff989 [2021-01-27T02:48:21.959Z] Removing intermediate container 7b937eeff989 [2021-01-27T02:48:21.959Z] ---> 8943659d9431 [2021-01-27T02:48:21.959Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T02:48:21.959Z] ---> Running in 726756bb26ac [2021-01-27T02:48:24.591Z] Removing intermediate container 726756bb26ac [2021-01-27T02:48:24.591Z] ---> b0ac8ccd2784 [2021-01-27T02:48:24.591Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-01-27T02:48:24.591Z] ---> Running in 713ce4228a13 [2021-01-27T02:48:25.569Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T02:48:26.994Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T02:48:27.962Z] OK: 142 MiB in 39 packages [2021-01-27T02:48:29.403Z] Removing intermediate container 713ce4228a13 [2021-01-27T02:48:29.403Z] ---> 9ba9d1d20489 [2021-01-27T02:48:29.403Z] Step 6/8 : WORKDIR /device-sdk-go [2021-01-27T02:48:29.403Z] ---> Running in 7e85610f8b25 [2021-01-27T02:48:29.994Z] Removing intermediate container 7e85610f8b25 [2021-01-27T02:48:29.994Z] ---> 72edd938c06c [2021-01-27T02:48:29.994Z] Step 7/8 : COPY . . [2021-01-27T02:48:30.967Z] ---> 122bf3e93c2d [2021-01-27T02:48:30.967Z] Step 8/8 : RUN go mod download [2021-01-27T02:48:31.243Z] ---> Running in 5045c2db6f2f [2021-01-27T02:48:53.413Z] Removing intermediate container 5045c2db6f2f [2021-01-27T02:48:53.413Z] ---> 1aff052f24e5 [2021-01-27T02:48:53.413Z] Successfully built 1aff052f24e5 [2021-01-27T02:48:53.413Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-27T02:48:53.748Z] + docker inspect -f . ci-base-image-arm64 [2021-01-27T02:48:53.748Z] . [Pipeline] withDockerContainer [2021-01-27T02:48:53.990Z] prd-ubuntu18.04-docker-arm64-4c-16g-23347 does not seem to be running inside a container [2021-01-27T02:48:54.091Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/8 -v /w/workspace/device-sdk-go/8:/w/workspace/device-sdk-go/8:rw,z -v /w/workspace/device-sdk-go/8@tmp:/w/workspace/device-sdk-go/8@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-01-27T02:48:55.665Z] $ docker top bb4d4503e43abaac65d84897ec27c9199be47a7fffa60d4e03fc6e4eb482bb2a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T02:48:56.746Z] + go version [2021-01-27T02:48:56.746Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-27T02:48:56.774Z] $ docker stop --time=1 bb4d4503e43abaac65d84897ec27c9199be47a7fffa60d4e03fc6e4eb482bb2a [2021-01-27T02:48:58.785Z] $ docker rm -f bb4d4503e43abaac65d84897ec27c9199be47a7fffa60d4e03fc6e4eb482bb2a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-27T02:48:59.762Z] + docker inspect -f . ci-base-image-arm64 [2021-01-27T02:48:59.763Z] . [Pipeline] withDockerContainer [2021-01-27T02:48:59.998Z] prd-ubuntu18.04-docker-arm64-4c-16g-23347 does not seem to be running inside a container [2021-01-27T02:49:00.091Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/8 -v /w/workspace/device-sdk-go/8:/w/workspace/device-sdk-go/8:rw,z -v /w/workspace/device-sdk-go/8@tmp:/w/workspace/device-sdk-go/8@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-01-27T02:49:01.636Z] $ docker top acce8877a15b1a4ebc207f8a6991d4afca4ae87f2efc96c9caaea6735e38b2b2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T02:49:02.659Z] + make test [2021-01-27T02:49:02.659Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-27T02:49:24.894Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-01-27T02:50:11.910Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-01-27T02:50:11.910Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-01-27T02:50:11.910Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-01-27T02:50:11.910Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.129s coverage: 19.4% of statements [2021-01-27T02:50:12.904Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 1.407s coverage: 97.1% of statements [2021-01-27T02:50:45.452Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.149s coverage: 9.4% of statements [2021-01-27T02:50:45.452Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.134s coverage: 21.7% of statements [2021-01-27T02:50:45.452Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-01-27T02:50:45.452Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.631s coverage: 43.2% of statements [2021-01-27T02:50:45.452Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] [2021-01-27T02:50:45.452Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/handler 0.800s coverage: 68.9% of statements [2021-01-27T02:50:45.452Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler/callback [no test files] [2021-01-27T02:50:45.452Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] [2021-01-27T02:50:45.452Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-01-27T02:50:45.452Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-01-27T02:50:45.452Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.203s coverage: 53.8% of statements [2021-01-27T02:50:45.452Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] [2021-01-27T02:50:45.452Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] [2021-01-27T02:50:45.452Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.172s coverage: 26.8% of statements [2021-01-27T02:50:45.452Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 5.998s coverage: 83.5% of statements [2021-01-27T02:50:45.452Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.141s coverage: 4.2% of statements [2021-01-27T02:50:45.452Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-01-27T02:50:45.452Z] GO111MODULE=on go vet ./... [2021-01-27T02:51:17.925Z] gofmt -l . [2021-01-27T02:51:18.198Z] [ "`gofmt -l .`" = "" ] [2021-01-27T02:51:18.801Z] ./bin/test-attribution-txt.sh [2021-01-27T02:51:19.395Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-27T02:51:20.018Z] $ docker stop --time=1 acce8877a15b1a4ebc207f8a6991d4afca4ae87f2efc96c9caaea6735e38b2b2 [2021-01-27T02:51:22.095Z] $ docker rm -f acce8877a15b1a4ebc207f8a6991d4afca4ae87f2efc96c9caaea6735e38b2b2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-27T02:51:23.141Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-27T02:51:23.977Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-27T02:51:25.391Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-27T02:51:25.722Z] + ls -al . [2021-01-27T02:51:25.722Z] total 252 [2021-01-27T02:51:25.722Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 27 02:51 . [2021-01-27T02:51:25.722Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 27 02:47 .. [2021-01-27T02:51:25.722Z] -rw-rw-r-- 1 jenkins jenkins 140 Jan 27 02:47 .dockerignore [2021-01-27T02:51:25.722Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 27 02:47 .git [2021-01-27T02:51:25.722Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 27 02:47 .github [2021-01-27T02:51:25.722Z] -rw-rw-r-- 1 jenkins jenkins 138 Jan 27 02:47 .gitignore [2021-01-27T02:51:25.722Z] -rw-rw-r-- 1 jenkins jenkins 949 Jan 27 02:47 Dockerfile.build [2021-01-27T02:51:25.722Z] -rw-rw-r-- 1 jenkins jenkins 894 Jan 27 02:47 Jenkinsfile [2021-01-27T02:51:25.722Z] -rw-rw-r-- 1 jenkins jenkins 11341 Jan 27 02:47 LICENSE [2021-01-27T02:51:25.722Z] -rw-rw-r-- 1 jenkins jenkins 1016 Jan 27 02:47 Makefile [2021-01-27T02:51:25.722Z] -rw-rw-r-- 1 jenkins jenkins 5897 Jan 27 02:47 README.md [2021-01-27T02:51:25.722Z] -rw-rw-r-- 1 jenkins jenkins 6616 Jan 27 02:47 RELEASE-NOTES.txt [2021-01-27T02:51:25.722Z] -rw-rw-r-- 1 jenkins jenkins 5 Jan 27 02:44 VERSION [2021-01-27T02:51:25.722Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 27 02:47 bin [2021-01-27T02:51:25.722Z] -rw-r--r-- 1 jenkins jenkins 136842 Jan 27 02:50 coverage.out [2021-01-27T02:51:25.722Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 27 02:47 example [2021-01-27T02:51:25.722Z] -rw-r--r-- 1 jenkins jenkins 514 Jan 27 02:51 go.mod [2021-01-27T02:51:25.722Z] -rw-r--r-- 1 jenkins jenkins 14016 Jan 27 02:51 go.sum [2021-01-27T02:51:25.722Z] drwxrwxr-x 15 jenkins jenkins 4096 Jan 27 02:47 internal [2021-01-27T02:51:25.722Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 27 02:47 openapi [2021-01-27T02:51:25.722Z] drwxrwxr-x 5 jenkins jenkins 4096 Jan 27 02:47 pkg [2021-01-27T02:51:25.722Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 27 02:47 snap [2021-01-27T02:51:25.722Z] -rw-rw-r-- 1 jenkins jenkins 222 Jan 27 02:47 version.go [Pipeline] isUnix [Pipeline] sh [2021-01-27T02:51:26.084Z] + 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=8b218264e3c3b99d955a31588396af8a0b49522f --label arch=arm64 --label version=0.0.0 . [2021-01-27T02:51:26.365Z] Sending build context to Docker daemon 2.712MB [2021-01-27T02:51:26.365Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-01-27T02:51:26.365Z] Step 2/24 : FROM ${BASE} AS builder [2021-01-27T02:51:26.365Z] ---> 1aff052f24e5 [2021-01-27T02:51:26.365Z] Step 3/24 : ARG MAKE='make build' [2021-01-27T02:51:26.645Z] ---> Running in c6b440900884 [2021-01-27T02:51:27.248Z] Removing intermediate container c6b440900884 [2021-01-27T02:51:27.248Z] ---> c5428dd19d9b [2021-01-27T02:51:27.248Z] Step 4/24 : WORKDIR /device-sdk-go [2021-01-27T02:51:27.248Z] ---> Running in 1faccee01f9f [2021-01-27T02:51:27.852Z] Removing intermediate container 1faccee01f9f [2021-01-27T02:51:27.852Z] ---> 4ab807a2faa5 [2021-01-27T02:51:27.852Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-27T02:51:27.852Z] ---> Running in 39f6aa849e56 [2021-01-27T02:51:28.444Z] Removing intermediate container 39f6aa849e56 [2021-01-27T02:51:28.444Z] ---> c95cfe318860 [2021-01-27T02:51:28.444Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T02:51:28.444Z] ---> Running in f607a3029c66 [2021-01-27T02:51:30.418Z] Removing intermediate container f607a3029c66 [2021-01-27T02:51:30.418Z] ---> d4b0fe81e9d6 [2021-01-27T02:51:30.418Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-01-27T02:51:30.692Z] ---> Running in a7aa1cc8da1e [2021-01-27T02:51:30.814Z] Running on prd-centos7-docker-4c-2g-23349 in /w/workspace/dgexfoundry_device-sdk-go_PR-725 [Pipeline] { [Pipeline] ws [2021-01-27T02:51:30.867Z] Running in /w/workspace/device-sdk-go/8 [Pipeline] { [Pipeline] checkout [2021-01-27T02:51:31.692Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T02:51:32.666Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T02:51:33.428Z] using credential edgex-jenkins-ssh [2021-01-27T02:51:33.487Z] Cloning the remote Git repository [2021-01-27T02:51:33.644Z] OK: 142 MiB in 39 packages [2021-01-27T02:51:33.514Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-01-27T02:51:33.578Z] > git init /w/workspace/device-sdk-go/8 # timeout=10 [2021-01-27T02:51:33.637Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-27T02:51:33.637Z] > git --version # timeout=10 [2021-01-27T02:51:33.644Z] > git --version # 'git version 2.24.3' [2021-01-27T02:51:33.645Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-27T02:51:33.669Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-27T02:51:34.630Z] Removing intermediate container a7aa1cc8da1e [2021-01-27T02:51:34.630Z] ---> 4b93667eac46 [2021-01-27T02:51:34.630Z] Step 8/24 : COPY . . [2021-01-27T02:51:34.993Z] Merging remotes/origin/master commit 76d059c2e27a3d5d488ff0022063f09e99d334bf into PR head commit ea5f2fe995444737663861e42b9b0407e76b07bc [2021-01-27T02:51:35.167Z] Merge succeeded, producing fec2181226cd6a753b42acb5c459f160f6e5ac83 [2021-01-27T02:51:35.167Z] Checking out Revision fec2181226cd6a753b42acb5c459f160f6e5ac83 (PR-725) [2021-01-27T02:51:34.477Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-27T02:51:34.484Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-27T02:51:34.493Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-27T02:51:34.507Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-27T02:51:34.507Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-27T02:51:34.512Z] > 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-01-27T02:51:35.002Z] > git config core.sparsecheckout # timeout=10 [2021-01-27T02:51:35.007Z] > git checkout -f ea5f2fe995444737663861e42b9b0407e76b07bc # timeout=10 [2021-01-27T02:51:35.063Z] > git remote # timeout=10 [2021-01-27T02:51:35.068Z] > git config --get remote.origin.url # timeout=10 [2021-01-27T02:51:35.076Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-27T02:51:35.079Z] > git merge 76d059c2e27a3d5d488ff0022063f09e99d334bf # timeout=10 [2021-01-27T02:51:35.162Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-27T02:51:35.171Z] > git config core.sparsecheckout # timeout=10 [2021-01-27T02:51:35.175Z] > git checkout -f fec2181226cd6a753b42acb5c459f160f6e5ac83 # timeout=10 [2021-01-27T02:51:36.129Z] ---> 90e16b0ef562 [2021-01-27T02:51:36.129Z] Step 9/24 : RUN ${MAKE} [2021-01-27T02:51:36.129Z] ---> Running in 4c805b629329 [2021-01-27T02:51:37.564Z] 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-01-27T02:51:38.818Z] Commit message: "Merge commit '76d059c2e27a3d5d488ff0022063f09e99d334bf' into HEAD" [2021-01-27T02:51:38.831Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [2021-01-27T02:51:38.823Z] > git rev-list --no-walk dd2d7b72684800c38176f58320e68061d2b6dc5c # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-27T02:51:39.982Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-27T02:51:40.316Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-27T02:51:40.625Z] + sudo service docker restart [2021-01-27T02:51:40.625Z] + true [2021-01-27T02:51:40.625Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-27T02:51:42.114Z] provisioning config files... [2021-01-27T02:51:42.143Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/8@tmp/config1725483461326928949tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-27T02:51:42.503Z] ---> docker-login.sh [2021-01-27T02:51:42.503Z] nexus3.edgexfoundry.org:10001 [2021-01-27T02:51:42.766Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T02:51:42.766Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T02:51:42.766Z] Configure a credential helper to remove this warning. See [2021-01-27T02:51:42.766Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T02:51:42.766Z] [2021-01-27T02:51:42.766Z] Login Succeeded [2021-01-27T02:51:42.766Z] nexus3.edgexfoundry.org:10002 [2021-01-27T02:51:43.029Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T02:51:43.029Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T02:51:43.029Z] Configure a credential helper to remove this warning. See [2021-01-27T02:51:43.029Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T02:51:43.029Z] [2021-01-27T02:51:43.029Z] Login Succeeded [2021-01-27T02:51:43.029Z] nexus3.edgexfoundry.org:10003 [2021-01-27T02:51:43.292Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T02:51:43.292Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T02:51:43.292Z] Configure a credential helper to remove this warning. See [2021-01-27T02:51:43.292Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T02:51:43.292Z] [2021-01-27T02:51:43.292Z] Login Succeeded [2021-01-27T02:51:43.292Z] nexus3.edgexfoundry.org:10004 [2021-01-27T02:51:43.292Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T02:51:43.555Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T02:51:43.555Z] Configure a credential helper to remove this warning. See [2021-01-27T02:51:43.555Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T02:51:43.555Z] [2021-01-27T02:51:43.555Z] Login Succeeded [2021-01-27T02:51:43.555Z] docker.io [2021-01-27T02:51:43.555Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T02:51:43.824Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T02:51:43.824Z] Configure a credential helper to remove this warning. See [2021-01-27T02:51:43.824Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T02:51:43.824Z] [2021-01-27T02:51:43.824Z] Login Succeeded [2021-01-27T02:51:43.824Z] ---> docker-login.sh ends [Pipeline] } [2021-01-27T02:51:43.838Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-27T02:51:44.208Z] ========================================================= [2021-01-27T02:51:44.208Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-27T02:51:44.208Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-27T02:51:44.558Z] + 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-01-27T02:51:44.558Z] Sending build context to Docker daemon 2.584MB [2021-01-27T02:51:44.558Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-27T02:51:44.558Z] Step 2/8 : FROM ${BASE} [2021-01-27T02:51:44.826Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-27T02:51:44.826Z] 188c0c94c7c5: Pulling fs layer [2021-01-27T02:51:44.826Z] 0ef7d3d256c8: Pulling fs layer [2021-01-27T02:51:44.826Z] de9db76c5a1d: Pulling fs layer [2021-01-27T02:51:44.826Z] bca2f99d35d6: Pulling fs layer [2021-01-27T02:51:44.826Z] 93359f2a8cfa: Pulling fs layer [2021-01-27T02:51:44.826Z] 7c6f9722023f: Pulling fs layer [2021-01-27T02:51:44.826Z] a35cf1a2eb13: Pulling fs layer [2021-01-27T02:51:44.826Z] 93359f2a8cfa: Waiting [2021-01-27T02:51:44.826Z] 7c6f9722023f: Waiting [2021-01-27T02:51:44.826Z] a35cf1a2eb13: Waiting [2021-01-27T02:51:44.826Z] bca2f99d35d6: Waiting [2021-01-27T02:51:44.826Z] de9db76c5a1d: Verifying Checksum [2021-01-27T02:51:44.826Z] de9db76c5a1d: Download complete [2021-01-27T02:51:44.826Z] 0ef7d3d256c8: Download complete [2021-01-27T02:51:44.826Z] 93359f2a8cfa: Verifying Checksum [2021-01-27T02:51:44.826Z] 93359f2a8cfa: Download complete [2021-01-27T02:51:44.826Z] 188c0c94c7c5: Verifying Checksum [2021-01-27T02:51:44.826Z] 188c0c94c7c5: Download complete [2021-01-27T02:51:44.826Z] 7c6f9722023f: Verifying Checksum [2021-01-27T02:51:44.826Z] 7c6f9722023f: Download complete [2021-01-27T02:51:45.092Z] 188c0c94c7c5: Pull complete [2021-01-27T02:51:45.363Z] 0ef7d3d256c8: Pull complete [2021-01-27T02:51:45.629Z] de9db76c5a1d: Pull complete [2021-01-27T02:51:47.038Z] a35cf1a2eb13: Download complete [2021-01-27T02:51:47.306Z] bca2f99d35d6: Verifying Checksum [2021-01-27T02:51:47.306Z] bca2f99d35d6: Download complete [2021-01-27T02:51:52.627Z] bca2f99d35d6: Pull complete [2021-01-27T02:51:52.899Z] 93359f2a8cfa: Pull complete [2021-01-27T02:51:52.899Z] 7c6f9722023f: Pull complete [2021-01-27T02:51:58.253Z] a35cf1a2eb13: Pull complete [2021-01-27T02:51:58.253Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-27T02:51:58.253Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-27T02:51:58.253Z] ---> a62c8e92a672 [2021-01-27T02:51:58.253Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-27T02:51:58.253Z] ---> Running in 0a6acb84055a [2021-01-27T02:51:58.253Z] Removing intermediate container 0a6acb84055a [2021-01-27T02:51:58.253Z] ---> 5f03cd4b4f58 [2021-01-27T02:51:58.253Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T02:51:58.253Z] ---> Running in 38d4de901eaf [2021-01-27T02:51:59.237Z] Removing intermediate container 38d4de901eaf [2021-01-27T02:51:59.237Z] ---> 0cd12fe1223d [2021-01-27T02:51:59.237Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-01-27T02:51:59.237Z] ---> Running in e6a2b1dabfcb [2021-01-27T02:52:00.643Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T02:52:01.223Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T02:52:02.174Z] OK: 166 MiB in 39 packages [2021-01-27T02:52:02.437Z] Removing intermediate container e6a2b1dabfcb [2021-01-27T02:52:02.437Z] ---> 3194be6aba33 [2021-01-27T02:52:02.437Z] Step 6/8 : WORKDIR /device-sdk-go [2021-01-27T02:52:02.437Z] ---> Running in cecea2075be8 [2021-01-27T02:52:02.700Z] Removing intermediate container cecea2075be8 [2021-01-27T02:52:02.700Z] ---> d868f7c02c59 [2021-01-27T02:52:02.700Z] Step 7/8 : COPY . . [2021-01-27T02:52:04.116Z] ---> 823ddf9ce03c [2021-01-27T02:52:04.117Z] Step 8/8 : RUN go mod download [2021-01-27T02:52:04.117Z] ---> Running in 59df5ad2c580 [2021-01-27T02:52:04.401Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-01-27T02:52:06.389Z] Removing intermediate container 4c805b629329 [2021-01-27T02:52:06.389Z] ---> 32a076a4fa1f [2021-01-27T02:52:06.389Z] Step 10/24 : FROM scratch [2021-01-27T02:52:06.389Z] ---> [2021-01-27T02:52:06.389Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-27T02:52:06.389Z] ---> Running in efae4ab61132 [2021-01-27T02:52:06.663Z] Removing intermediate container efae4ab61132 [2021-01-27T02:52:06.663Z] ---> 3fe100f00ba3 [2021-01-27T02:52:06.663Z] Step 12/24 : ENV APP_PORT=49990 [2021-01-27T02:52:06.663Z] ---> Running in 6ce3ae555abe [2021-01-27T02:52:07.263Z] Removing intermediate container 6ce3ae555abe [2021-01-27T02:52:07.263Z] ---> cf9644ab6a20 [2021-01-27T02:52:07.263Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-27T02:52:07.263Z] ---> Running in 0ab0d92d85a6 [2021-01-27T02:52:07.541Z] Removing intermediate container 0ab0d92d85a6 [2021-01-27T02:52:07.541Z] ---> cc032114c63b [2021-01-27T02:52:07.541Z] Step 14/24 : WORKDIR / [2021-01-27T02:52:07.822Z] ---> Running in 152c45eeb3e9 [2021-01-27T02:52:08.098Z] Removing intermediate container 152c45eeb3e9 [2021-01-27T02:52:08.098Z] ---> 781ee4ec91a0 [2021-01-27T02:52:08.098Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-01-27T02:52:09.117Z] ---> afa2a79415a8 [2021-01-27T02:52:09.117Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-01-27T02:52:10.103Z] ---> 767e2d818304 [2021-01-27T02:52:10.103Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-01-27T02:52:10.700Z] ---> f65f191b17a1 [2021-01-27T02:52:10.700Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-01-27T02:52:11.298Z] ---> 930bc9acffd9 [2021-01-27T02:52:11.298Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-01-27T02:52:12.277Z] ---> 4adf01a0426f [2021-01-27T02:52:12.277Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-01-27T02:52:12.277Z] ---> Running in 91461c6355e8 [2021-01-27T02:52:12.868Z] Removing intermediate container 91461c6355e8 [2021-01-27T02:52:12.868Z] ---> f46d42d6f89e [2021-01-27T02:52:12.868Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T02:52:12.868Z] ---> Running in ed469e07c364 [2021-01-27T02:52:13.468Z] Removing intermediate container ed469e07c364 [2021-01-27T02:52:13.468Z] ---> 1ce4d1d7525a [2021-01-27T02:52:13.468Z] Step 22/24 : LABEL arch=arm64 [2021-01-27T02:52:13.468Z] ---> Running in d4844678c100 [2021-01-27T02:52:13.741Z] Removing intermediate container d4844678c100 [2021-01-27T02:52:13.741Z] ---> f4bef839067f [2021-01-27T02:52:13.741Z] Step 23/24 : LABEL git_sha=8b218264e3c3b99d955a31588396af8a0b49522f [2021-01-27T02:52:14.016Z] ---> Running in 6e5c2e481635 [2021-01-27T02:52:14.613Z] Removing intermediate container 6e5c2e481635 [2021-01-27T02:52:14.614Z] ---> b1a011983762 [2021-01-27T02:52:14.614Z] Step 24/24 : LABEL version=0.0.0 [2021-01-27T02:52:14.614Z] ---> Running in 44515a0d10a8 [2021-01-27T02:52:14.901Z] Removing intermediate container 44515a0d10a8 [2021-01-27T02:52:14.901Z] ---> 145371055e0d [2021-01-27T02:52:14.901Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-27T02:52:15.178Z] Successfully built 145371055e0d [2021-01-27T02:52:15.178Z] 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 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-27T02:52:22.304Z] Removing intermediate container 59df5ad2c580 [2021-01-27T02:52:22.304Z] ---> 8d801c929bb4 [2021-01-27T02:52:22.304Z] Successfully built 8d801c929bb4 [2021-01-27T02:52:22.304Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-27T02:52:22.629Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-27T02:52:22.629Z] . [Pipeline] withDockerContainer [2021-01-27T02:52:22.896Z] prd-centos7-docker-4c-2g-23349 does not seem to be running inside a container [2021-01-27T02:52:23.029Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/8 -v /w/workspace/device-sdk-go/8:/w/workspace/device-sdk-go/8:rw,z -v /w/workspace/device-sdk-go/8@tmp:/w/workspace/device-sdk-go/8@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-01-27T02:52:23.870Z] $ docker top 99b921b6b82f077a52f6215187cf59f13e6b44ab71e08841ad577a5c756ae6df -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T02:52:24.410Z] + go version [2021-01-27T02:52:24.410Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-27T02:52:24.427Z] $ docker stop --time=1 99b921b6b82f077a52f6215187cf59f13e6b44ab71e08841ad577a5c756ae6df [2021-01-27T02:52:25.774Z] $ docker rm -f 99b921b6b82f077a52f6215187cf59f13e6b44ab71e08841ad577a5c756ae6df [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-27T02:52:26.647Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-27T02:52:26.647Z] . [Pipeline] withDockerContainer [2021-01-27T02:52:26.753Z] prd-centos7-docker-4c-2g-23349 does not seem to be running inside a container [2021-01-27T02:52:26.807Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/8 -v /w/workspace/device-sdk-go/8:/w/workspace/device-sdk-go/8:rw,z -v /w/workspace/device-sdk-go/8@tmp:/w/workspace/device-sdk-go/8@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-01-27T02:52:27.373Z] $ docker top 9dddc9986fed92f32c03baab68f627b389b716e32f04f45e902a59cde374ee51 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T02:52:27.871Z] + make test [2021-01-27T02:52:27.871Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-27T02:52:36.101Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-01-27T02:52:51.163Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-01-27T02:52:51.163Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-01-27T02:52:51.163Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-01-27T02:52:51.163Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.071s coverage: 19.4% of statements [2021-01-27T02:52:53.748Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.452s coverage: 97.1% of statements [2021-01-27T02:53:26.040Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.053s coverage: 9.4% of statements [2021-01-27T02:53:26.040Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.052s coverage: 21.7% of statements [2021-01-27T02:53:26.040Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-01-27T02:53:26.040Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.256s coverage: 43.2% of statements [2021-01-27T02:53:26.040Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] [2021-01-27T02:53:26.040Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/handler 0.296s coverage: 68.9% of statements [2021-01-27T02:53:26.040Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler/callback [no test files] [2021-01-27T02:53:26.040Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] [2021-01-27T02:53:26.040Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-01-27T02:53:26.040Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-01-27T02:53:26.040Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.066s coverage: 53.8% of statements [2021-01-27T02:53:26.040Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] [2021-01-27T02:53:26.040Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] [2021-01-27T02:53:26.040Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.067s coverage: 26.8% of statements [2021-01-27T02:53:26.040Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 2.416s coverage: 83.5% of statements [2021-01-27T02:53:26.040Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.055s coverage: 4.2% of statements [2021-01-27T02:53:26.040Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-01-27T02:53:26.040Z] GO111MODULE=on go vet ./... [2021-01-27T02:53:32.750Z] gofmt -l . [2021-01-27T02:53:32.750Z] [ "`gofmt -l .`" = "" ] [2021-01-27T02:53:32.750Z] ./bin/test-attribution-txt.sh [2021-01-27T02:53:33.019Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-27T02:53:33.299Z] $ docker stop --time=1 9dddc9986fed92f32c03baab68f627b389b716e32f04f45e902a59cde374ee51 [2021-01-27T02:53:35.263Z] $ docker rm -f 9dddc9986fed92f32c03baab68f627b389b716e32f04f45e902a59cde374ee51 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-27T02:53:35.954Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-27T02:53:35.968Z] Warning: overwriting stash ‘coverage-report’ [2021-01-27T02:53:36.320Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-01-27T02:53:36.905Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-27T02:53:37.206Z] + ls -al . [2021-01-27T02:53:37.207Z] total 216 [2021-01-27T02:53:37.207Z] drwxrwxr-x. 10 jenkins jenkins 4096 Jan 27 02:53 . [2021-01-27T02:53:37.207Z] drwxrwxr-x. 4 jenkins jenkins 28 Jan 27 02:51 .. [2021-01-27T02:53:37.207Z] drwxrwxr-x. 2 jenkins jenkins 64 Jan 27 02:51 bin [2021-01-27T02:53:37.207Z] -rw-r--r--. 1 jenkins jenkins 136842 Jan 27 02:53 coverage.out [2021-01-27T02:53:37.207Z] -rw-rw-r--. 1 jenkins jenkins 949 Jan 27 02:51 Dockerfile.build [2021-01-27T02:53:37.207Z] -rw-rw-r--. 1 jenkins jenkins 140 Jan 27 02:51 .dockerignore [2021-01-27T02:53:37.207Z] drwxrwxr-x. 4 jenkins jenkins 48 Jan 27 02:51 example [2021-01-27T02:53:37.207Z] drwxrwxr-x. 8 jenkins jenkins 179 Jan 27 02:51 .git [2021-01-27T02:53:37.207Z] drwxrwxr-x. 2 jenkins jenkins 103 Jan 27 02:51 .github [2021-01-27T02:53:37.207Z] -rw-rw-r--. 1 jenkins jenkins 138 Jan 27 02:51 .gitignore [2021-01-27T02:53:37.207Z] -rw-r--r--. 1 jenkins jenkins 514 Jan 27 02:53 go.mod [2021-01-27T02:53:37.207Z] -rw-r--r--. 1 jenkins jenkins 14016 Jan 27 02:53 go.sum [2021-01-27T02:53:37.207Z] drwxrwxr-x. 15 jenkins jenkins 211 Jan 27 02:51 internal [2021-01-27T02:53:37.207Z] -rw-rw-r--. 1 jenkins jenkins 894 Jan 27 02:51 Jenkinsfile [2021-01-27T02:53:37.207Z] -rw-rw-r--. 1 jenkins jenkins 11341 Jan 27 02:51 LICENSE [2021-01-27T02:53:37.207Z] -rw-rw-r--. 1 jenkins jenkins 1016 Jan 27 02:51 Makefile [2021-01-27T02:53:37.207Z] drwxrwxr-x. 4 jenkins jenkins 26 Jan 27 02:51 openapi [2021-01-27T02:53:37.207Z] drwxrwxr-x. 5 jenkins jenkins 50 Jan 27 02:51 pkg [2021-01-27T02:53:37.207Z] -rw-rw-r--. 1 jenkins jenkins 5897 Jan 27 02:51 README.md [2021-01-27T02:53:37.207Z] -rw-rw-r--. 1 jenkins jenkins 6616 Jan 27 02:51 RELEASE-NOTES.txt [2021-01-27T02:53:37.207Z] drwxrwxr-x. 4 jenkins jenkins 54 Jan 27 02:51 snap [2021-01-27T02:53:37.207Z] -rw-rw-r--. 1 jenkins jenkins 5 Jan 27 02:44 VERSION [2021-01-27T02:53:37.207Z] -rw-rw-r--. 1 jenkins jenkins 222 Jan 27 02:51 version.go [Pipeline] isUnix [Pipeline] sh [2021-01-27T02:53:37.521Z] + 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=8b218264e3c3b99d955a31588396af8a0b49522f --label arch=amd64 --label version=0.0.0 . [2021-01-27T02:53:37.784Z] Sending build context to Docker daemon 2.722MB [2021-01-27T02:53:37.784Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-01-27T02:53:37.784Z] Step 2/24 : FROM ${BASE} AS builder [2021-01-27T02:53:37.784Z] ---> 8d801c929bb4 [2021-01-27T02:53:37.784Z] Step 3/24 : ARG MAKE='make build' [2021-01-27T02:53:38.360Z] ---> Running in 91a921b70d3d [2021-01-27T02:53:38.360Z] Removing intermediate container 91a921b70d3d [2021-01-27T02:53:38.360Z] ---> f0bfddb2b3e9 [2021-01-27T02:53:38.360Z] Step 4/24 : WORKDIR /device-sdk-go [2021-01-27T02:53:38.624Z] ---> Running in 6e353c59430e [2021-01-27T02:53:38.624Z] Removing intermediate container 6e353c59430e [2021-01-27T02:53:38.624Z] ---> af9eab777ec1 [2021-01-27T02:53:38.624Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-27T02:53:38.895Z] ---> Running in 240b826b56b5 [2021-01-27T02:53:38.895Z] Removing intermediate container 240b826b56b5 [2021-01-27T02:53:38.895Z] ---> ad389a262bbb [2021-01-27T02:53:38.895Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T02:53:38.895Z] ---> Running in cfb6ec37ed0c [2021-01-27T02:53:39.848Z] Removing intermediate container cfb6ec37ed0c [2021-01-27T02:53:39.848Z] ---> 7b267bce5d64 [2021-01-27T02:53:39.848Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-01-27T02:53:39.848Z] ---> Running in bd642ace6b67 [2021-01-27T02:53:40.425Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T02:53:41.374Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T02:53:41.952Z] OK: 166 MiB in 39 packages [2021-01-27T02:53:42.529Z] Removing intermediate container bd642ace6b67 [2021-01-27T02:53:42.529Z] ---> 801d3df94aa2 [2021-01-27T02:53:42.529Z] Step 8/24 : COPY . . [2021-01-27T02:53:43.478Z] ---> b3ecc27b1ad9 [2021-01-27T02:53:43.478Z] Step 9/24 : RUN ${MAKE} [2021-01-27T02:53:43.478Z] ---> Running in e9c3abdeb41d [2021-01-27T02:53:44.060Z] 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-01-27T02:53:54.445Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-01-27T02:53:54.709Z] Removing intermediate container e9c3abdeb41d [2021-01-27T02:53:54.709Z] ---> d65ae949c2ad [2021-01-27T02:53:54.709Z] Step 10/24 : FROM scratch [2021-01-27T02:53:54.709Z] ---> [2021-01-27T02:53:54.709Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-27T02:53:54.972Z] ---> Running in 49ac0811b5a2 [2021-01-27T02:53:54.972Z] Removing intermediate container 49ac0811b5a2 [2021-01-27T02:53:54.972Z] ---> 4d5172efadcd [2021-01-27T02:53:54.972Z] Step 12/24 : ENV APP_PORT=49990 [2021-01-27T02:53:54.972Z] ---> Running in 9376377d5a0d [2021-01-27T02:53:55.235Z] Removing intermediate container 9376377d5a0d [2021-01-27T02:53:55.235Z] ---> 5bd5e3594cf1 [2021-01-27T02:53:55.235Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-27T02:53:55.235Z] ---> Running in 6e881160895f [2021-01-27T02:53:55.497Z] Removing intermediate container 6e881160895f [2021-01-27T02:53:55.497Z] ---> 942fd52291d1 [2021-01-27T02:53:55.497Z] Step 14/24 : WORKDIR / [2021-01-27T02:53:55.497Z] ---> Running in 8107828ed50d [2021-01-27T02:53:55.760Z] Removing intermediate container 8107828ed50d [2021-01-27T02:53:55.760Z] ---> 347f74e91e3c [2021-01-27T02:53:55.760Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-01-27T02:53:56.335Z] ---> 66de3d8e2725 [2021-01-27T02:53:56.335Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-01-27T02:53:56.335Z] ---> 285cf8e55948 [2021-01-27T02:53:56.335Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-01-27T02:53:56.598Z] ---> 93e913186a46 [2021-01-27T02:53:56.598Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-01-27T02:53:56.864Z] ---> f097ce1a25bc [2021-01-27T02:53:56.864Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-01-27T02:53:57.127Z] ---> d56476a959b8 [2021-01-27T02:53:57.127Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-01-27T02:53:57.127Z] ---> Running in 607e4095a231 [2021-01-27T02:53:57.388Z] Removing intermediate container 607e4095a231 [2021-01-27T02:53:57.388Z] ---> 4ceedff41289 [2021-01-27T02:53:57.388Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T02:53:57.388Z] ---> Running in 1265266b5cdc [2021-01-27T02:53:57.650Z] Removing intermediate container 1265266b5cdc [2021-01-27T02:53:57.650Z] ---> ae83ba783aa0 [2021-01-27T02:53:57.650Z] Step 22/24 : LABEL arch=amd64 [2021-01-27T02:53:57.650Z] ---> Running in b44bc30ed06a [2021-01-27T02:53:57.913Z] Removing intermediate container b44bc30ed06a [2021-01-27T02:53:57.913Z] ---> d77ca9eaa080 [2021-01-27T02:53:57.913Z] Step 23/24 : LABEL git_sha=8b218264e3c3b99d955a31588396af8a0b49522f [2021-01-27T02:53:57.913Z] ---> Running in e04a06694ed7 [2021-01-27T02:53:58.175Z] Removing intermediate container e04a06694ed7 [2021-01-27T02:53:58.175Z] ---> 06a0605dc049 [2021-01-27T02:53:58.175Z] Step 24/24 : LABEL version=0.0.0 [2021-01-27T02:53:58.175Z] ---> Running in a5672af84d93 [2021-01-27T02:53:58.175Z] Removing intermediate container a5672af84d93 [2021-01-27T02:53:58.175Z] ---> 785c4c2c4a12 [2021-01-27T02:53:58.175Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-27T02:53:58.436Z] Successfully built 785c4c2c4a12 [2021-01-27T02:53:58.436Z] 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 [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-01-27T02:54:00.014Z] provisioning config files... [2021-01-27T02:54:00.031Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/config5390423355218334182tmp [Pipeline] { [Pipeline] sh [2021-01-27T02:54:00.514Z] + set +x [2021-01-27T02:54:00.514Z] + curl -s https://codecov.io/bash [2021-01-27T02:54:00.514Z] + bash -s -- [2021-01-27T02:54:00.792Z] [2021-01-27T02:54:00.792Z] _____ _ [2021-01-27T02:54:00.792Z] / ____| | | [2021-01-27T02:54:00.792Z] | | ___ __| | ___ ___ _____ __ [2021-01-27T02:54:00.792Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-27T02:54:00.792Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-27T02:54:00.792Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-27T02:54:00.792Z] Bash-20210115-cec3c92 [2021-01-27T02:54:00.792Z] [2021-01-27T02:54:00.792Z] [2021-01-27T02:54:00.792Z] ==> git version 2.24.3 found [2021-01-27T02:54:00.792Z] ==> 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-01-27T02:54:00.792Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-27T02:54:00.792Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-27T02:54:00.792Z] ==> Jenkins CI detected. [2021-01-27T02:54:00.792Z] project root: . [2021-01-27T02:54:00.792Z] --> token set from env [2021-01-27T02:54:00.792Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-27T02:54:01.085Z] ==> Running gcov in . (disable via -X gcov) [2021-01-27T02:54:01.085Z] ==> Python coveragepy not found [2021-01-27T02:54:01.085Z] ==> Searching for coverage reports in: [2021-01-27T02:54:01.085Z] + . [2021-01-27T02:54:01.085Z] -> Found 1 reports [2021-01-27T02:54:01.085Z] ==> Detecting git/mercurial file structure [2021-01-27T02:54:01.085Z] ==> Reading reports [2021-01-27T02:54:01.085Z] + ./coverage.out bytes=136842 [2021-01-27T02:54:01.085Z] ==> Appending adjustments [2021-01-27T02:54:01.085Z] https://docs.codecov.io/docs/fixing-reports [2021-01-27T02:54:02.173Z] + Found adjustments [2021-01-27T02:54:02.173Z] ==> Gzipping contents [2021-01-27T02:54:02.173Z] 24K /tmp/codecov.d0O21H.gz [2021-01-27T02:54:02.173Z] ==> Uploading reports [2021-01-27T02:54:02.173Z] url: https://codecov.io [2021-01-27T02:54:02.173Z] query: branch=PR-725&commit=8b218264e3c3b99d955a31588396af8a0b49522f&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-725%2F8%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=725&job=&cmd_args= [2021-01-27T02:54:02.173Z] -> Pinging Codecov [2021-01-27T02:54:02.173Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-725&commit=8b218264e3c3b99d955a31588396af8a0b49522f&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-725%2F8%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=725&job=&cmd_args= [2021-01-27T02:54:03.316Z] -> Uploading to [2021-01-27T02:54:03.316Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-27/7E55EF52A471D76F132DFD9A03CDDE97/8b218264e3c3b99d955a31588396af8a0b49522f/b042f1e4-45f4-4a51-b094-7f7e3a9975d2.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210127%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210127T025403Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=714ec960af42b79766056be2a7d08146c655d8c698b77ae73f25ad2e4cbd9ebc [2021-01-27T02:54:03.316Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-27T02:54:03.316Z] Dload Upload Total Spent Left Speed [2021-01-27T02:54:03.909Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21530 0 0 100 21530 0 38959 --:--:-- --:--:-- --:--:-- 39074 [2021-01-27T02:54:03.909Z] -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/8b218264e3c3b99d955a31588396af8a0b49522f [Pipeline] } [2021-01-27T02:54:03.934Z] 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] { (Snyk Docker Image Scan) Stage "Snyk Docker Image 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-01-27T02:54:06.935Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T02:54:07.576Z] ---> package-listing.sh [2021-01-27T02:54:07.576Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-27T02:54:07.576Z] ++ facter osfamily [2021-01-27T02:54:07.849Z] + OS_FAMILY=redhat [2021-01-27T02:54:07.849Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-725 [2021-01-27T02:54:07.849Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-27T02:54:07.849Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-27T02:54:07.849Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-27T02:54:07.849Z] + PACKAGES=/tmp/packages_start.txt [2021-01-27T02:54:07.849Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-725 ']' [2021-01-27T02:54:07.849Z] + PACKAGES=/tmp/packages_end.txt [2021-01-27T02:54:07.849Z] + case "${OS_FAMILY}" in [2021-01-27T02:54:07.849Z] + rpm -qa [2021-01-27T02:54:07.849Z] + sort [2021-01-27T02:54:13.261Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-27T02:54:13.261Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-27T02:54:13.261Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-27T02:54:13.261Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-725 ']' [2021-01-27T02:54:13.261Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-725/archives/ [2021-01-27T02:54:13.261Z] + 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-01-27T02:54:13.279Z] 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-01-27T02:54:13.666Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-27T02:54:14.295Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-27T02:54:14.295Z] [2021-01-27T02:54:14.295Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-27T02:54:14.705Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-27T02:54:14.705Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-27T02:54:14.705Z] df20fa9351a1: Pulling fs layer [2021-01-27T02:54:14.705Z] 36b3adc4ff6f: Pulling fs layer [2021-01-27T02:54:14.705Z] 8ad3a11d3b57: Pulling fs layer [2021-01-27T02:54:14.705Z] 46f8f816bc3b: Pulling fs layer [2021-01-27T02:54:14.705Z] 93b61091891f: Pulling fs layer [2021-01-27T02:54:14.705Z] 93b9cdb0e59b: Pulling fs layer [2021-01-27T02:54:14.705Z] 5e14af77c1be: Pulling fs layer [2021-01-27T02:54:14.705Z] 01666e4c0597: Pulling fs layer [2021-01-27T02:54:14.705Z] aa168da1d23b: Pulling fs layer [2021-01-27T02:54:14.705Z] 93b9cdb0e59b: Waiting [2021-01-27T02:54:14.705Z] 5e14af77c1be: Waiting [2021-01-27T02:54:14.705Z] 01666e4c0597: Waiting [2021-01-27T02:54:14.705Z] aa168da1d23b: Waiting [2021-01-27T02:54:14.705Z] 93b61091891f: Waiting [2021-01-27T02:54:14.705Z] 46f8f816bc3b: Waiting [2021-01-27T02:54:14.993Z] 36b3adc4ff6f: Download complete [2021-01-27T02:54:14.993Z] 46f8f816bc3b: Download complete [2021-01-27T02:54:14.993Z] df20fa9351a1: Verifying Checksum [2021-01-27T02:54:14.993Z] df20fa9351a1: Download complete [2021-01-27T02:54:14.993Z] 93b9cdb0e59b: Download complete [2021-01-27T02:54:15.264Z] 5e14af77c1be: Verifying Checksum [2021-01-27T02:54:15.264Z] 5e14af77c1be: Download complete [2021-01-27T02:54:15.264Z] 01666e4c0597: Verifying Checksum [2021-01-27T02:54:15.264Z] 01666e4c0597: Download complete [2021-01-27T02:54:15.264Z] 93b61091891f: Verifying Checksum [2021-01-27T02:54:15.264Z] 93b61091891f: Download complete [2021-01-27T02:54:15.876Z] df20fa9351a1: Pull complete [2021-01-27T02:54:16.166Z] 8ad3a11d3b57: Verifying Checksum [2021-01-27T02:54:16.166Z] 8ad3a11d3b57: Download complete [2021-01-27T02:54:16.446Z] 36b3adc4ff6f: Pull complete [2021-01-27T02:54:18.535Z] 8ad3a11d3b57: Pull complete [2021-01-27T02:54:19.155Z] 46f8f816bc3b: Pull complete [2021-01-27T02:54:20.221Z] 93b61091891f: Pull complete [2021-01-27T02:54:20.650Z] 93b9cdb0e59b: Pull complete [2021-01-27T02:54:21.055Z] 5e14af77c1be: Pull complete [2021-01-27T02:54:21.055Z] 01666e4c0597: Pull complete [2021-01-27T02:54:22.075Z] aa168da1d23b: Verifying Checksum [2021-01-27T02:54:22.075Z] aa168da1d23b: Download complete [2021-01-27T02:54:37.491Z] aa168da1d23b: Pull complete [2021-01-27T02:54:37.491Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-27T02:54:37.491Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-27T02:54:37.491Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-27T02:54:37.762Z] prd-centos7-docker-4c-2g-23325 does not seem to be running inside a container [2021-01-27T02:54:37.855Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_PR-725/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-sdk-go_PR-725 -v /w/workspace/dgexfoundry_device-sdk-go_PR-725:/w/workspace/dgexfoundry_device-sdk-go_PR-725:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-27T02:54:42.585Z] $ docker top 9a607d8651689afc2413d6ac5d1e93cd059898ce4180bd407c0c78082612bc9a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T02:54:43.718Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-27T02:54:44.463Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-27T02:54:44.813Z] + ls /var/log/sa-host [2021-01-27T02:54:44.813Z] + sadf -c /var/log/sa-host/sa23 [2021-01-27T02:54:44.813Z] file_magic: OK [2021-01-27T02:54:44.813Z] HZ: Using current value: 100 [2021-01-27T02:54:44.813Z] file_header: OK [2021-01-27T02:54:44.813Z] 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-01-27T02:54:44.813Z] Statistics: [2021-01-27T02:54:44.813Z] Hnuu...uuuununununu... [2021-01-27T02:54:44.813Z] File successfully converted to sysstat format version 12.2.1 [2021-01-27T02:54:44.813Z] + sadf -c /var/log/sa-host/sa27 [2021-01-27T02:54:44.813Z] file_magic: OK [2021-01-27T02:54:44.813Z] HZ: Using current value: 100 [2021-01-27T02:54:44.813Z] file_header: OK [2021-01-27T02:54:44.813Z] 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-01-27T02:54:44.813Z] Statistics: [2021-01-27T02:54:44.813Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-27T02:54:44.813Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-27T02:54:45.086Z] provisioning config files... [2021-01-27T02:54:45.107Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/config8736013570077166625tmp [Pipeline] { [Pipeline] echo [2021-01-27T02:54:45.191Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T02:54:45.562Z] ---> create-netrc.sh [Pipeline] } [2021-01-27T02:54:45.853Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-27T02:54:46.012Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T02:54:46.388Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-27T02:54:46.414Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T02:54:46.789Z] ---> sudo-logs.sh [2021-01-27T02:54:46.789Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-27T02:54:46.853Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T02:54:47.182Z] ---> job-cost.sh [2021-01-27T02:54:47.449Z] lf-activate-venv: SKIPPING [2021-01-27T02:54:47.449Z] INFO: No Stack... [2021-01-27T02:54:48.879Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-27T02:54:49.663Z] INFO: Archiving Costs [Pipeline] echo [2021-01-27T02:54:49.710Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T02:54:50.071Z] ---> logs-deploy.sh [2021-01-27T02:54:50.071Z] lf-activate-venv: SKIPPING [2021-01-27T02:54:50.071Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-725/8 [2021-01-27T02:54:50.071Z] INFO: archiving workspace using pattern(s): [2021-01-27T02:54:52.741Z] Archives upload complete. [2021-01-27T02:54:52.741Z] INFO: archiving logs to Nexus [2021-01-27T02:54:54.178Z] ---> uname -a: [2021-01-27T02:54:54.178Z] Linux prd-centos7-docker-4c-2g-23325.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-01-27T02:54:54.178Z] [2021-01-27T02:54:54.178Z] [2021-01-27T02:54:54.178Z] ---> lscpu: [2021-01-27T02:54:54.178Z] Architecture: x86_64 [2021-01-27T02:54:54.178Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-27T02:54:54.178Z] Byte Order: Little Endian [2021-01-27T02:54:54.178Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-27T02:54:54.178Z] CPU(s): 4 [2021-01-27T02:54:54.178Z] On-line CPU(s) list: 0-3 [2021-01-27T02:54:54.178Z] Thread(s) per core: 1 [2021-01-27T02:54:54.178Z] Core(s) per socket: 1 [2021-01-27T02:54:54.178Z] Socket(s): 4 [2021-01-27T02:54:54.178Z] NUMA node(s): 1 [2021-01-27T02:54:54.178Z] Vendor ID: GenuineIntel [2021-01-27T02:54:54.178Z] CPU family: 6 [2021-01-27T02:54:54.178Z] Model: 44 [2021-01-27T02:54:54.178Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-27T02:54:54.178Z] Stepping: 1 [2021-01-27T02:54:54.178Z] CPU MHz: 2933.438 [2021-01-27T02:54:54.178Z] BogoMIPS: 5866.87 [2021-01-27T02:54:54.178Z] Virtualization: VT-x [2021-01-27T02:54:54.178Z] Hypervisor vendor: KVM [2021-01-27T02:54:54.178Z] Virtualization type: full [2021-01-27T02:54:54.178Z] L1d cache: 128 KiB [2021-01-27T02:54:54.178Z] L1i cache: 128 KiB [2021-01-27T02:54:54.178Z] L2 cache: 16 MiB [2021-01-27T02:54:54.178Z] L3 cache: 64 MiB [2021-01-27T02:54:54.178Z] NUMA node0 CPU(s): 0-3 [2021-01-27T02:54:54.178Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-27T02:54:54.178Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-27T02:54:54.178Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-27T02:54:54.178Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-27T02:54:54.178Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-27T02:54:54.178Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-27T02:54:54.178Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-27T02:54:54.178Z] Vulnerability Srbds: Not affected [2021-01-27T02:54:54.178Z] Vulnerability Tsx async abort: Not affected [2021-01-27T02:54:54.178Z] 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-01-27T02:54:54.178Z] [2021-01-27T02:54:54.178Z] [2021-01-27T02:54:54.178Z] ---> nproc: [2021-01-27T02:54:54.178Z] 4 [2021-01-27T02:54:54.178Z] [2021-01-27T02:54:54.178Z] [2021-01-27T02:54:54.178Z] ---> df -h: [2021-01-27T02:54:54.178Z] Filesystem Size Used Available Use% Mounted on [2021-01-27T02:54:54.178Z] overlay 50.0G 7.3G 42.7G 15% / [2021-01-27T02:54:54.178Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-27T02:54:54.178Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-27T02:54:54.178Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-27T02:54:54.178Z] /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os [2021-01-27T02:54:54.178Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf [2021-01-27T02:54:54.178Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname [2021-01-27T02:54:54.178Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts [2021-01-27T02:54:54.178Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log [2021-01-27T02:54:54.178Z] /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json [2021-01-27T02:54:54.178Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-725 [2021-01-27T02:54:54.178Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp [2021-01-27T02:54:54.178Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host [2021-01-27T02:54:54.178Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure [2021-01-27T02:54:54.178Z] [2021-01-27T02:54:54.178Z] [2021-01-27T02:54:54.178Z] ---> free -m: [2021-01-27T02:54:54.178Z] total used free shared buff/cache available [2021-01-27T02:54:54.178Z] Mem: 1837 707 106 0 1023 1024 [2021-01-27T02:54:54.178Z] Swap: 1023 1 1022 [2021-01-27T02:54:54.178Z] [2021-01-27T02:54:54.178Z] [2021-01-27T02:54:54.178Z] ---> ip addr: [2021-01-27T02:54:54.178Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-01-27T02:54:54.178Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-01-27T02:54:54.178Z] inet 127.0.0.1/8 scope host lo [2021-01-27T02:54:54.178Z] valid_lft forever preferred_lft forever [2021-01-27T02:54:54.178Z] inet6 ::1/128 scope host [2021-01-27T02:54:54.178Z] valid_lft forever preferred_lft forever [2021-01-27T02:54:54.178Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-01-27T02:54:54.178Z] link/ether fa:16:3e:28:19:34 brd ff:ff:ff:ff:ff:ff [2021-01-27T02:54:54.178Z] inet 10.30.122.118/23 brd 10.30.123.255 scope global dynamic eth0 [2021-01-27T02:54:54.178Z] valid_lft 85655sec preferred_lft 85655sec [2021-01-27T02:54:54.178Z] inet6 fe80::f816:3eff:fe28:1934/64 scope link [2021-01-27T02:54:54.178Z] valid_lft forever preferred_lft forever [2021-01-27T02:54:54.178Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-01-27T02:54:54.178Z] link/ether 02:42:2f:a1:13:cc brd ff:ff:ff:ff:ff:ff [2021-01-27T02:54:54.178Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-01-27T02:54:54.178Z] valid_lft forever preferred_lft forever [2021-01-27T02:54:54.178Z] inet6 fe80::42:2fff:fea1:13cc/64 scope link [2021-01-27T02:54:54.178Z] valid_lft forever preferred_lft forever [2021-01-27T02:54:54.178Z] [2021-01-27T02:54:54.178Z] [2021-01-27T02:54:54.178Z] ---> sar -b -r -n DEV: [2021-01-27T02:54:54.178Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/27/21 _x86_64_ (4 CPU) [2021-01-27T02:54:54.178Z] [2021-01-27T02:54:54.178Z] 02:42:13 LINUX RESTART (4 CPU) [2021-01-27T02:54:54.178Z] [2021-01-27T02:54:54.178Z] 02:43:03 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-01-27T02:54:54.178Z] 02:44:01 132.21 83.89 48.32 0.00 5477.54 37616.47 0.00 [2021-01-27T02:54:54.178Z] 02:45:02 48.72 12.48 36.24 0.00 4518.29 2241.52 0.00 [2021-01-27T02:54:54.178Z] 02:46:01 2.55 0.00 2.55 0.00 0.00 58.01 0.00 [2021-01-27T02:54:54.178Z] 02:47:01 0.15 0.00 0.15 0.00 0.00 1.86 0.00 [2021-01-27T02:54:54.178Z] 02:48:01 0.25 0.00 0.25 0.00 0.00 3.38 0.00 [2021-01-27T02:54:54.178Z] 02:49:01 0.33 0.00 0.33 0.00 0.00 4.19 0.00 [2021-01-27T02:54:54.178Z] 02:50:01 0.27 0.00 0.27 0.00 0.00 3.53 0.00 [2021-01-27T02:54:54.178Z] 02:51:01 0.23 0.00 0.23 0.00 0.00 3.46 0.00 [2021-01-27T02:54:54.178Z] 02:52:02 0.27 0.00 0.27 0.00 0.00 2.84 0.00 [2021-01-27T02:54:54.178Z] 02:53:01 0.29 0.00 0.29 0.00 0.00 3.54 0.00 [2021-01-27T02:54:54.178Z] 02:54:01 0.30 0.05 0.25 0.00 3.59 2.43 0.00 [2021-01-27T02:54:54.178Z] Average: 16.66 8.62 8.04 0.00 902.28 3565.44 0.00 [2021-01-27T02:54:54.178Z] [2021-01-27T02:54:54.178Z] 02:43:03 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-01-27T02:54:54.178Z] 02:44:01 83672 0 565836 30.07 2620 1229416 1057980 36.11 387176 1214680 204 [2021-01-27T02:54:54.178Z] 02:45:02 161100 0 610168 32.43 2620 1107656 1141676 38.96 410616 1107444 128 [2021-01-27T02:54:54.178Z] 02:46:01 171112 0 600148 31.90 2620 1107664 1079376 36.84 413264 1096292 20 [2021-01-27T02:54:54.178Z] 02:47:01 170888 0 600372 31.91 2620 1107664 1059912 36.17 410384 1099772 8 [2021-01-27T02:54:54.178Z] 02:48:01 171144 0 600112 31.89 2620 1107668 1060024 36.18 415552 1095020 8 [2021-01-27T02:54:54.178Z] 02:49:01 170064 0 601184 31.95 2620 1107676 1058948 36.14 449344 1061836 8 [2021-01-27T02:54:54.178Z] 02:50:01 173904 0 597344 31.75 2620 1107676 1026864 35.05 447988 1060140 8 [2021-01-27T02:54:54.178Z] 02:51:01 174340 0 596900 31.72 2620 1107684 1026864 35.05 447880 1060136 8 [2021-01-27T02:54:54.178Z] 02:52:02 173020 0 598216 31.79 2620 1107688 1027092 35.05 449248 1060136 8 [2021-01-27T02:54:54.178Z] 02:53:01 173828 0 597400 31.75 2620 1107696 1026864 35.05 448020 1060136 8 [2021-01-27T02:54:54.178Z] 02:54:01 167912 0 602916 32.04 2620 1108096 1032312 35.23 452716 1060316 352 [2021-01-27T02:54:54.178Z] Average: 162817 0 597327 31.75 2620 1118780 1054356 35.98 430199 1088719 69 [2021-01-27T02:54:54.178Z] [2021-01-27T02:54:54.178Z] 02:43:03 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-01-27T02:54:54.178Z] 02:44:01 eth0 156.68 122.75 607.39 40.32 0.00 0.00 0.00 0.00 [2021-01-27T02:54:54.178Z] 02:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-27T02:54:54.178Z] 02:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-27T02:54:54.178Z] 02:45:02 eth0 117.21 99.29 496.36 62.31 0.00 0.00 0.00 0.00 [2021-01-27T02:54:54.178Z] 02:45:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-27T02:54:54.178Z] 02:45:02 docker0 13.59 10.90 1.64 24.53 0.00 0.00 0.00 0.00 [2021-01-27T02:54:54.178Z] 02:46:01 eth0 3.51 0.79 1.00 0.67 0.00 0.00 0.00 0.00 [2021-01-27T02:54:54.178Z] 02:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-27T02:54:54.178Z] 02:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-27T02:54:54.178Z] 02:47:01 eth0 4.33 0.93 1.07 0.57 0.00 0.00 0.00 0.00 [2021-01-27T02:54:54.178Z] 02:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-27T02:54:54.178Z] 02:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-27T02:54:54.178Z] 02:48:01 eth0 1.63 0.90 0.83 0.64 0.00 0.00 0.00 0.00 [2021-01-27T02:54:54.178Z] 02:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-27T02:54:54.178Z] 02:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-27T02:54:54.178Z] 02:49:01 eth0 0.83 0.50 0.42 0.27 0.00 0.00 0.00 0.00 [2021-01-27T02:54:54.178Z] 02:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-27T02:54:54.178Z] 02:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-27T02:54:54.178Z] 02:50:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-27T02:54:54.178Z] 02:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-27T02:54:54.178Z] 02:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-27T02:54:54.178Z] 02:51:01 eth0 0.55 0.08 0.05 0.01 0.00 0.00 0.00 0.00 [2021-01-27T02:54:54.178Z] 02:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-27T02:54:54.178Z] 02:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-27T02:54:54.178Z] 02:52:02 eth0 0.95 0.37 0.44 0.20 0.00 0.00 0.00 0.00 [2021-01-27T02:54:54.178Z] 02:52:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-27T02:54:54.179Z] 02:52:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-27T02:54:54.179Z] 02:53:01 eth0 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-27T02:54:54.179Z] 02:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-27T02:54:54.179Z] 02:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-27T02:54:54.179Z] 02:54:01 eth0 3.31 2.28 3.59 1.01 0.00 0.00 0.00 0.00 [2021-01-27T02:54:54.179Z] 02:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-27T02:54:54.179Z] 02:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-27T02:54:54.179Z] Average: eth0 26.10 20.58 100.26 9.61 0.00 0.00 0.00 0.00 [2021-01-27T02:54:54.179Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-27T02:54:54.179Z] Average: docker0 1.24 1.00 0.15 2.25 0.00 0.00 0.00 0.00 [2021-01-27T02:54:54.179Z] [2021-01-27T02:54:54.179Z]