Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 843da740fefb41e4fa22e670f79c8e7e5317bf4c+76d059c2e27a3d5d488ff0022063f09e99d334bf (923c3709593d6426421c19aaf5ec4e77c5779075) 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:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true 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-23324 in /w/workspace/dgexfoundry_device-sdk-go_PR-755 [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-755 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 76d059c2e27a3d5d488ff0022063f09e99d334bf into PR head commit 843da740fefb41e4fa22e670f79c8e7e5317bf4c Merge succeeded, producing 27c7d9b9d93196e86b430036c5c4c298149c292f Checking out Revision 27c7d9b9d93196e86b430036c5c4c298149c292f (PR-755) > 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/755/head:refs/remotes/origin/PR-755 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 843da740fefb41e4fa22e670f79c8e7e5317bf4c # 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 27c7d9b9d93196e86b430036c5c4c298149c292f # timeout=10 Commit message: "Merge commit '76d059c2e27a3d5d488ff0022063f09e99d334bf' into HEAD" > git rev-list --no-walk 843da740fefb41e4fa22e670f79c8e7e5317bf4c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-27T02:42:14.348Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-27T02:42:14.651Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-27T02:42:14.764Z] ========================================================= [2021-01-27T02:42:14.764Z] EdgeX Global Pipelines Version Info [2021-01-27T02:42:14.764Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-27T02:42:16.274Z] ------------------- [2021-01-27T02:42:16.274Z] stable info: [2021-01-27T02:42:16.274Z] ------------------- [2021-01-27T02:42:16.274Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-27T02:42:16.274Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-27T02:42:16.274Z] Message: update stable to v1.0.179 [2021-01-27T02:42:17.244Z] ------------------- [2021-01-27T02:42:17.244Z] experimental info: [2021-01-27T02:42:17.244Z] ------------------- [2021-01-27T02:42:17.244Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-27T02:42:17.244Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-27T02:42:17.244Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-27T02:42:17.611Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-01-27T02:42:17.709Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-01-27T02:42:17.829Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-27T02:42:17.932Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-27T02:42:18.038Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-27T02:42:18.150Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-27T02:42:18.252Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-27T02:42:18.386Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-27T02:42:18.491Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-01-27T02:42:18.603Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-27T02:42:18.729Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-27T02:42:18.826Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2021-01-27T02:42:18.923Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-27T02:42:19.015Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-27T02:42:19.103Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-27T02:42:19.191Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-01-27T02:42:19.301Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-27T02:42:19.395Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-27T02:42:19.499Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-27T02:42:19.586Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-27T02:42:19.679Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-27T02:42:19.783Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-27T02:42:19.887Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-27T02:42:19.978Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-27T02:42:20.067Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-01-27T02:42:20.152Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-27T02:42:20.249Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-27T02:42:20.411Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-755 [Pipeline] echo [2021-01-27T02:42:20.500Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-755 [Pipeline] echo [2021-01-27T02:42:20.624Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-755 [Pipeline] echo [2021-01-27T02:42:20.732Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 27c7d9b9d93196e86b430036c5c4c298149c292f [Pipeline] echo [2021-01-27T02:42:20.823Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 27c7d9b [Pipeline] echo [2021-01-27T02:42:20.912Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-27T02:42:21.115Z] provisioning config files... [2021-01-27T02:42:21.142Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-755@tmp/config8180902674220815504tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-27T02:42:21.497Z] ---> docker-login.sh [2021-01-27T02:42:21.497Z] nexus3.edgexfoundry.org:10001 [2021-01-27T02:42:21.758Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T02:42:22.023Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T02:42:22.023Z] Configure a credential helper to remove this warning. See [2021-01-27T02:42:22.023Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T02:42:22.023Z] [2021-01-27T02:42:22.023Z] Login Succeeded [2021-01-27T02:42:22.023Z] nexus3.edgexfoundry.org:10002 [2021-01-27T02:42:22.023Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T02:42:22.023Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T02:42:22.023Z] Configure a credential helper to remove this warning. See [2021-01-27T02:42:22.023Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T02:42:22.023Z] [2021-01-27T02:42:22.023Z] Login Succeeded [2021-01-27T02:42:22.023Z] nexus3.edgexfoundry.org:10003 [2021-01-27T02:42:22.285Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T02:42:22.285Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T02:42:22.285Z] Configure a credential helper to remove this warning. See [2021-01-27T02:42:22.285Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T02:42:22.285Z] [2021-01-27T02:42:22.285Z] Login Succeeded [2021-01-27T02:42:22.285Z] nexus3.edgexfoundry.org:10004 [2021-01-27T02:42:22.285Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T02:42:22.546Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T02:42:22.546Z] Configure a credential helper to remove this warning. See [2021-01-27T02:42:22.546Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T02:42:22.546Z] [2021-01-27T02:42:22.546Z] Login Succeeded [2021-01-27T02:42:22.546Z] docker.io [2021-01-27T02:42:22.546Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T02:42:22.807Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T02:42:22.807Z] Configure a credential helper to remove this warning. See [2021-01-27T02:42:22.807Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T02:42:22.807Z] [2021-01-27T02:42:22.807Z] Login Succeeded [2021-01-27T02:42:22.807Z] ---> docker-login.sh ends [Pipeline] } [2021-01-27T02:42:22.817Z] 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:42:23.759Z] + git log --format=format:%s -1 27c7d9b9d93196e86b430036c5c4c298149c292f [Pipeline] echo [2021-01-27T02:42:23.823Z] GIT_COMMIT: 27c7d9b9d93196e86b430036c5c4c298149c292f, Commit Message: Merge commit '76d059c2e27a3d5d488ff0022063f09e99d334bf' into HEAD [Pipeline] echo [2021-01-27T02:42:23.868Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-27T02:42:24.758Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-27T02:42:24.758Z] [2021-01-27T02:42:24.758Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-27T02:42:25.138Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-27T02:42:25.139Z] latest: Pulling from edgex-devops/git-semver [2021-01-27T02:42:25.139Z] 31603596830f: Pulling fs layer [2021-01-27T02:42:25.139Z] 2a8b12db71e7: Pulling fs layer [2021-01-27T02:42:25.139Z] 6ca5941a6612: Pulling fs layer [2021-01-27T02:42:25.139Z] ecc8261a40a4: Pulling fs layer [2021-01-27T02:42:25.139Z] ecc8261a40a4: Waiting [2021-01-27T02:42:25.139Z] 2a8b12db71e7: Verifying Checksum [2021-01-27T02:42:25.139Z] 2a8b12db71e7: Download complete [2021-01-27T02:42:25.401Z] 31603596830f: Verifying Checksum [2021-01-27T02:42:25.401Z] 31603596830f: Download complete [2021-01-27T02:42:25.401Z] ecc8261a40a4: Verifying Checksum [2021-01-27T02:42:25.401Z] ecc8261a40a4: Download complete [2021-01-27T02:42:25.402Z] 6ca5941a6612: Verifying Checksum [2021-01-27T02:42:25.402Z] 6ca5941a6612: Download complete [2021-01-27T02:42:25.664Z] 31603596830f: Pull complete [2021-01-27T02:42:25.664Z] 2a8b12db71e7: Pull complete [2021-01-27T02:42:26.624Z] 6ca5941a6612: Pull complete [2021-01-27T02:42:26.884Z] ecc8261a40a4: Pull complete [2021-01-27T02:42:26.884Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-27T02:42:26.884Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-27T02:42:26.884Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-27T02:42:26.993Z] prd-centos7-docker-4c-2g-23324 does not seem to be running inside a container [2021-01-27T02:42:27.039Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-755 -v /w/workspace/dgexfoundry_device-sdk-go_PR-755:/w/workspace/dgexfoundry_device-sdk-go_PR-755:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-755@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-755@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-27T02:42:29.412Z] $ docker top 873da859d2126efbbb3588cf0acf389a02c86acb5d074b7a9526e98105b1cc3c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-27T02:42:29.760Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-27T02:42:29.760Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-27T02:42:30.057Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-27T02:42:30.061Z] $ docker exec 873da859d2126efbbb3588cf0acf389a02c86acb5d074b7a9526e98105b1cc3c ssh-agent [2021-01-27T02:42:30.226Z] SSH_AUTH_SOCK=/tmp/ssh-RC9G28Cfensf/agent.13 [2021-01-27T02:42:30.226Z] SSH_AGENT_PID=18 [2021-01-27T02:42:30.237Z] Running ssh-add (command line suppressed) [2021-01-27T02:42:30.357Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-755@tmp/private_key_4680027161964375939.key (/w/workspace/dgexfoundry_device-sdk-go_PR-755@tmp/private_key_4680027161964375939.key) [2021-01-27T02:42:30.407Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-27T02:42:30.742Z] + git tag --points-at HEAD [Pipeline] } [2021-01-27T02:42:30.765Z] $ docker exec --env ******** --env ******** 873da859d2126efbbb3588cf0acf389a02c86acb5d074b7a9526e98105b1cc3c ssh-agent -k [2021-01-27T02:42:30.877Z] unset SSH_AUTH_SOCK; [2021-01-27T02:42:30.877Z] unset SSH_AGENT_PID; [2021-01-27T02:42:30.877Z] echo Agent pid 18 killed; [2021-01-27T02:42:30.925Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-27T02:42:31.106Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-27T02:42:31.106Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-27T02:42:31.283Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-27T02:42:31.286Z] $ docker exec 873da859d2126efbbb3588cf0acf389a02c86acb5d074b7a9526e98105b1cc3c ssh-agent [2021-01-27T02:42:31.446Z] SSH_AUTH_SOCK=/tmp/ssh-S4DwFPXrYsom/agent.48 [2021-01-27T02:42:31.446Z] SSH_AGENT_PID=54 [2021-01-27T02:42:31.454Z] Running ssh-add (command line suppressed) [2021-01-27T02:42:31.568Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-755@tmp/private_key_378320082263776729.key (/w/workspace/dgexfoundry_device-sdk-go_PR-755@tmp/private_key_378320082263776729.key) [2021-01-27T02:42:31.626Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-27T02:42:31.960Z] + git semver init [2021-01-27T02:42:31.960Z] # -> Open(): unable to determine branch for HEAD [2021-01-27T02:42:31.960Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-755/.git [2021-01-27T02:42:31.960Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-755 [2021-01-27T02:42:31.960Z] # $SEMVER_REMOTE_NAME = origin [2021-01-27T02:42:31.960Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-27T02:42:31.960Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-27T02:42:31.960Z] # $SEMVER_BRANCH = PR-755 [2021-01-27T02:42:31.960Z] # $SEMVER_TEMP = /tmp/semver-862425779 [2021-01-27T02:42:31.960Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-01-27T02:42:32.532Z] # '/tmp/semver-862425779' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-755/.semver' [2021-01-27T02:42:32.532Z] # -> Force: false [2021-01-27T02:42:32.532Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-755/.semver [Pipeline] } [2021-01-27T02:42:32.545Z] $ docker exec --env ******** --env ******** 873da859d2126efbbb3588cf0acf389a02c86acb5d074b7a9526e98105b1cc3c ssh-agent -k [2021-01-27T02:42:32.653Z] unset SSH_AUTH_SOCK; [2021-01-27T02:42:32.653Z] unset SSH_AGENT_PID; [2021-01-27T02:42:32.653Z] echo Agent pid 54 killed; [2021-01-27T02:42:32.696Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-27T02:42:33.204Z] + git semver [Pipeline] } [2021-01-27T02:42:33.229Z] $ docker stop --time=1 873da859d2126efbbb3588cf0acf389a02c86acb5d074b7a9526e98105b1cc3c [2021-01-27T02:42:34.694Z] $ docker rm -f 873da859d2126efbbb3588cf0acf389a02c86acb5d074b7a9526e98105b1cc3c [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-27T02:42:35.164Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-27T02:42:35.557Z] Stashed 1 file(s) [Pipeline] echo [2021-01-27T02:42:35.560Z] [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:42:51.066Z] Still waiting to schedule task [2021-01-27T02:42:51.066Z] ‘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-23321’ is offline; ‘prd-centos7-docker-4c-2g-23323’ is offline; ‘prd-centos7-docker-4c-2g-23325’ is offline; ‘prd-centos7-docker-4c-2g-23328’ 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:42:51.070Z] Still waiting to schedule task [2021-01-27T02:42:51.070Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-27T02:44:12.911Z] Running on prd-centos7-docker-4c-2g-23333 in /w/workspace/dgexfoundry_device-sdk-go_PR-755 [Pipeline] { [Pipeline] ws [2021-01-27T02:44:13.014Z] Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout [2021-01-27T02:44:15.411Z] using credential edgex-jenkins-ssh [2021-01-27T02:44:15.487Z] Cloning the remote Git repository [2021-01-27T02:44:15.524Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-01-27T02:44:15.605Z] > git init /w/workspace/device-sdk-go/2 # timeout=10 [2021-01-27T02:44:15.680Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-27T02:44:15.680Z] > git --version # timeout=10 [2021-01-27T02:44:15.686Z] > git --version # 'git version 2.24.3' [2021-01-27T02:44:15.687Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-27T02:44:15.712Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-27T02:44:16.389Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-27T02:44:16.396Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-27T02:44:16.406Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-27T02:44:16.421Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-27T02:44:16.421Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-27T02:44:16.426Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/755/head:refs/remotes/origin/PR-755 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-27T02:44:16.758Z] Merging remotes/origin/master commit 76d059c2e27a3d5d488ff0022063f09e99d334bf into PR head commit 843da740fefb41e4fa22e670f79c8e7e5317bf4c [2021-01-27T02:44:16.922Z] Merge succeeded, producing 456592a355a78277a6dbee429184f6228b687cc5 [2021-01-27T02:44:16.922Z] Checking out Revision 456592a355a78277a6dbee429184f6228b687cc5 (PR-755) [2021-01-27T02:44:16.768Z] > git config core.sparsecheckout # timeout=10 [2021-01-27T02:44:16.780Z] > git checkout -f 843da740fefb41e4fa22e670f79c8e7e5317bf4c # timeout=10 [2021-01-27T02:44:16.829Z] > git remote # timeout=10 [2021-01-27T02:44:16.836Z] > git config --get remote.origin.url # timeout=10 [2021-01-27T02:44:16.848Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-27T02:44:16.851Z] > git merge 76d059c2e27a3d5d488ff0022063f09e99d334bf # timeout=10 [2021-01-27T02:44:16.909Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-27T02:44:16.926Z] > git config core.sparsecheckout # timeout=10 [2021-01-27T02:44:16.930Z] > git checkout -f 456592a355a78277a6dbee429184f6228b687cc5 # timeout=10 [2021-01-27T02:44:20.624Z] Commit message: "Merge commit '76d059c2e27a3d5d488ff0022063f09e99d334bf' into HEAD" [2021-01-27T02:44:20.628Z] > git rev-list --no-walk 843da740fefb41e4fa22e670f79c8e7e5317bf4c # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-27T02:44:21.896Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-27T02:44:22.230Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-27T02:44:22.529Z] + sudo service docker restart [2021-01-27T02:44:22.529Z] + true [2021-01-27T02:44:22.529Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-27T02:44:24.001Z] provisioning config files... [2021-01-27T02:44:24.032Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/2@tmp/config7717829973337417848tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-27T02:44:24.401Z] ---> docker-login.sh [2021-01-27T02:44:24.401Z] nexus3.edgexfoundry.org:10001 [2021-01-27T02:44:24.670Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T02:44:24.670Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T02:44:24.670Z] Configure a credential helper to remove this warning. See [2021-01-27T02:44:24.670Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T02:44:24.670Z] [2021-01-27T02:44:24.670Z] Login Succeeded [2021-01-27T02:44:24.670Z] nexus3.edgexfoundry.org:10002 [2021-01-27T02:44:24.935Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T02:44:24.935Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T02:44:24.935Z] Configure a credential helper to remove this warning. See [2021-01-27T02:44:24.935Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T02:44:24.935Z] [2021-01-27T02:44:24.935Z] Login Succeeded [2021-01-27T02:44:24.935Z] nexus3.edgexfoundry.org:10003 [2021-01-27T02:44:24.935Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T02:44:25.199Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T02:44:25.199Z] Configure a credential helper to remove this warning. See [2021-01-27T02:44:25.199Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T02:44:25.199Z] [2021-01-27T02:44:25.199Z] Login Succeeded [2021-01-27T02:44:25.199Z] nexus3.edgexfoundry.org:10004 [2021-01-27T02:44:25.199Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T02:44:25.199Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T02:44:25.199Z] Configure a credential helper to remove this warning. See [2021-01-27T02:44:25.199Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T02:44:25.199Z] [2021-01-27T02:44:25.199Z] Login Succeeded [2021-01-27T02:44:25.199Z] docker.io [2021-01-27T02:44:25.463Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T02:44:25.726Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T02:44:25.726Z] Configure a credential helper to remove this warning. See [2021-01-27T02:44:25.726Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T02:44:25.726Z] [2021-01-27T02:44:25.726Z] Login Succeeded [2021-01-27T02:44:25.726Z] ---> docker-login.sh ends [Pipeline] } [2021-01-27T02:44:25.736Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-27T02:44:26.188Z] ========================================================= [2021-01-27T02:44:26.189Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-27T02:44:26.189Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-27T02:44:26.544Z] + 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:44:26.810Z] Sending build context to Docker daemon 2.571MB [2021-01-27T02:44:26.810Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-27T02:44:26.810Z] Step 2/8 : FROM ${BASE} [2021-01-27T02:44:26.810Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-27T02:44:26.810Z] 188c0c94c7c5: Pulling fs layer [2021-01-27T02:44:26.810Z] 0ef7d3d256c8: Pulling fs layer [2021-01-27T02:44:26.810Z] de9db76c5a1d: Pulling fs layer [2021-01-27T02:44:26.810Z] bca2f99d35d6: Pulling fs layer [2021-01-27T02:44:26.810Z] 93359f2a8cfa: Pulling fs layer [2021-01-27T02:44:26.810Z] 7c6f9722023f: Pulling fs layer [2021-01-27T02:44:26.810Z] a35cf1a2eb13: Pulling fs layer [2021-01-27T02:44:26.810Z] 93359f2a8cfa: Waiting [2021-01-27T02:44:26.810Z] 7c6f9722023f: Waiting [2021-01-27T02:44:26.810Z] a35cf1a2eb13: Waiting [2021-01-27T02:44:26.810Z] bca2f99d35d6: Waiting [2021-01-27T02:44:26.810Z] de9db76c5a1d: Verifying Checksum [2021-01-27T02:44:26.810Z] de9db76c5a1d: Download complete [2021-01-27T02:44:26.810Z] 0ef7d3d256c8: Verifying Checksum [2021-01-27T02:44:26.810Z] 0ef7d3d256c8: Download complete [2021-01-27T02:44:26.810Z] 93359f2a8cfa: Verifying Checksum [2021-01-27T02:44:26.810Z] 93359f2a8cfa: Download complete [2021-01-27T02:44:26.810Z] 7c6f9722023f: Verifying Checksum [2021-01-27T02:44:26.810Z] 7c6f9722023f: Download complete [2021-01-27T02:44:26.810Z] 188c0c94c7c5: Verifying Checksum [2021-01-27T02:44:26.810Z] 188c0c94c7c5: Download complete [2021-01-27T02:44:27.075Z] 188c0c94c7c5: Pull complete [2021-01-27T02:44:27.338Z] 0ef7d3d256c8: Pull complete [2021-01-27T02:44:27.601Z] de9db76c5a1d: Pull complete [2021-01-27T02:44:28.993Z] a35cf1a2eb13: Verifying Checksum [2021-01-27T02:44:28.993Z] a35cf1a2eb13: Download complete [2021-01-27T02:44:29.578Z] bca2f99d35d6: Verifying Checksum [2021-01-27T02:44:29.578Z] bca2f99d35d6: Download complete [2021-01-27T02:44:36.204Z] bca2f99d35d6: Pull complete [2021-01-27T02:44:36.204Z] 93359f2a8cfa: Pull complete [2021-01-27T02:44:36.204Z] 7c6f9722023f: Pull complete [2021-01-27T02:44:36.748Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-23332 in /w/workspace/dgexfoundry_device-sdk-go_PR-755 [Pipeline] { [Pipeline] ws [2021-01-27T02:44:36.888Z] Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout [2021-01-27T02:44:41.992Z] using credential edgex-jenkins-ssh [2021-01-27T02:44:42.109Z] Cloning the remote Git repository [2021-01-27T02:44:42.176Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-01-27T02:44:42.289Z] > git init /w/workspace/device-sdk-go/2 # timeout=10 [2021-01-27T02:44:42.379Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-27T02:44:42.380Z] > git --version # timeout=10 [2021-01-27T02:44:42.402Z] > git --version # 'git version 2.17.1' [2021-01-27T02:44:42.404Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-27T02:44:42.459Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-27T02:44:44.368Z] Merging remotes/origin/master commit 76d059c2e27a3d5d488ff0022063f09e99d334bf into PR head commit 843da740fefb41e4fa22e670f79c8e7e5317bf4c [2021-01-27T02:44:44.488Z] a35cf1a2eb13: Pull complete [2021-01-27T02:44:44.488Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-27T02:44:44.488Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-27T02:44:44.488Z] ---> a62c8e92a672 [2021-01-27T02:44:44.488Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-27T02:44:44.488Z] ---> Running in 9b023c94ec68 [2021-01-27T02:44:43.734Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-27T02:44:43.757Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-27T02:44:43.793Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-27T02:44:43.834Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-27T02:44:43.834Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-27T02:44:43.854Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/755/head:refs/remotes/origin/PR-755 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-27T02:44:44.400Z] > git config core.sparsecheckout # timeout=10 [2021-01-27T02:44:44.421Z] > git checkout -f 843da740fefb41e4fa22e670f79c8e7e5317bf4c # timeout=10 [2021-01-27T02:44:44.543Z] > git remote # timeout=10 [2021-01-27T02:44:44.561Z] > git config --get remote.origin.url # timeout=10 [2021-01-27T02:44:44.739Z] Merge succeeded, producing 3e879798391cd168d6f1a6833aa05ce20bb7380e [2021-01-27T02:44:44.740Z] Checking out Revision 3e879798391cd168d6f1a6833aa05ce20bb7380e (PR-755) [2021-01-27T02:44:44.752Z] Removing intermediate container 9b023c94ec68 [2021-01-27T02:44:44.752Z] ---> fcec347a6803 [2021-01-27T02:44:44.752Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T02:44:44.752Z] ---> Running in 21a6ed2b6379 [2021-01-27T02:44:44.590Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-27T02:44:44.607Z] > git merge 76d059c2e27a3d5d488ff0022063f09e99d334bf # timeout=10 [2021-01-27T02:44:44.724Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-27T02:44:44.751Z] > git config core.sparsecheckout # timeout=10 [2021-01-27T02:44:44.763Z] > git checkout -f 3e879798391cd168d6f1a6833aa05ce20bb7380e # timeout=10 [2021-01-27T02:44:46.219Z] Removing intermediate container 21a6ed2b6379 [2021-01-27T02:44:46.219Z] ---> 2a943d8a64b8 [2021-01-27T02:44:46.219Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-01-27T02:44:46.219Z] ---> Running in ae0a6cbdb834 [2021-01-27T02:44:46.804Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T02:44:47.386Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T02:44:47.976Z] OK: 166 MiB in 39 packages [2021-01-27T02:44:48.248Z] Removing intermediate container ae0a6cbdb834 [2021-01-27T02:44:48.248Z] ---> 0c6f4f07389a [2021-01-27T02:44:48.248Z] Step 6/8 : WORKDIR /device-sdk-go [2021-01-27T02:44:48.511Z] ---> Running in f3b36886f10d [2021-01-27T02:44:48.511Z] Removing intermediate container f3b36886f10d [2021-01-27T02:44:48.511Z] ---> 73a7a8482fee [2021-01-27T02:44:48.511Z] Step 7/8 : COPY . . [2021-01-27T02:44:49.467Z] Commit message: "Merge commit '76d059c2e27a3d5d488ff0022063f09e99d334bf' into HEAD" [2021-01-27T02:44:49.478Z] > git rev-list --no-walk 843da740fefb41e4fa22e670f79c8e7e5317bf4c # timeout=10 [Pipeline] withEnv [Pipeline] { [2021-01-27T02:44:49.919Z] ---> 6ca407bbd26f [2021-01-27T02:44:49.919Z] Step 8/8 : RUN go mod download [2021-01-27T02:44:49.919Z] ---> Running in 3df49eeebc0c [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-27T02:44:51.004Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-27T02:44:51.530Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-27T02:44:51.928Z] + sudo service docker restart+ [2021-01-27T02:44:51.928Z] true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-27T02:44:54.677Z] provisioning config files... [2021-01-27T02:44:54.717Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/2@tmp/config350133318970112812tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-27T02:44:55.133Z] ---> docker-login.sh [2021-01-27T02:44:55.133Z] nexus3.edgexfoundry.org:10001 [2021-01-27T02:44:56.136Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T02:44:56.418Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T02:44:56.418Z] Configure a credential helper to remove this warning. See [2021-01-27T02:44:56.418Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T02:44:56.418Z] [2021-01-27T02:44:56.418Z] Login Succeeded [2021-01-27T02:44:56.418Z] nexus3.edgexfoundry.org:10002 [2021-01-27T02:44:56.697Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T02:44:56.971Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T02:44:56.971Z] Configure a credential helper to remove this warning. See [2021-01-27T02:44:56.971Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T02:44:56.971Z] [2021-01-27T02:44:56.971Z] Login Succeeded [2021-01-27T02:44:56.971Z] nexus3.edgexfoundry.org:10003 [2021-01-27T02:44:57.247Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T02:44:57.521Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T02:44:57.521Z] Configure a credential helper to remove this warning. See [2021-01-27T02:44:57.521Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T02:44:57.521Z] [2021-01-27T02:44:57.521Z] Login Succeeded [2021-01-27T02:44:57.521Z] nexus3.edgexfoundry.org:10004 [2021-01-27T02:44:57.798Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T02:44:58.077Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T02:44:58.077Z] Configure a credential helper to remove this warning. See [2021-01-27T02:44:58.077Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T02:44:58.077Z] [2021-01-27T02:44:58.077Z] Login Succeeded [2021-01-27T02:44:58.077Z] docker.io [2021-01-27T02:44:58.355Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T02:44:58.972Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T02:44:58.972Z] Configure a credential helper to remove this warning. See [2021-01-27T02:44:58.972Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T02:44:58.972Z] [2021-01-27T02:44:58.972Z] Login Succeeded [2021-01-27T02:44:58.972Z] ---> docker-login.sh ends [Pipeline] } [2021-01-27T02:44:58.990Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-27T02:44:59.472Z] ========================================================= [2021-01-27T02:44:59.472Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-27T02:44:59.472Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-27T02:44:59.864Z] + 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:45:00.491Z] Sending build context to Docker daemon 2.57MB [2021-01-27T02:45:00.491Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-27T02:45:00.491Z] Step 2/8 : FROM ${BASE} [2021-01-27T02:45:00.491Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-27T02:45:00.491Z] 5f621e34cdf4: Pulling fs layer [2021-01-27T02:45:00.491Z] a4357932f1b6: Pulling fs layer [2021-01-27T02:45:00.491Z] 18c013af1878: Pulling fs layer [2021-01-27T02:45:00.491Z] 00ac8860ef70: Pulling fs layer [2021-01-27T02:45:00.491Z] 63d7cb157983: Pulling fs layer [2021-01-27T02:45:00.491Z] b116817d02f9: Pulling fs layer [2021-01-27T02:45:00.491Z] 745a02a5169b: Pulling fs layer [2021-01-27T02:45:00.491Z] 63d7cb157983: Waiting [2021-01-27T02:45:00.491Z] b116817d02f9: Waiting [2021-01-27T02:45:00.491Z] 00ac8860ef70: Waiting [2021-01-27T02:45:00.491Z] 745a02a5169b: Waiting [2021-01-27T02:45:00.491Z] 18c013af1878: Verifying Checksum [2021-01-27T02:45:00.491Z] 18c013af1878: Download complete [2021-01-27T02:45:00.491Z] a4357932f1b6: Verifying Checksum [2021-01-27T02:45:00.491Z] a4357932f1b6: Download complete [2021-01-27T02:45:00.491Z] 63d7cb157983: Verifying Checksum [2021-01-27T02:45:00.491Z] 63d7cb157983: Download complete [2021-01-27T02:45:00.491Z] b116817d02f9: Verifying Checksum [2021-01-27T02:45:00.491Z] b116817d02f9: Download complete [2021-01-27T02:45:00.491Z] 5f621e34cdf4: Verifying Checksum [2021-01-27T02:45:00.491Z] 5f621e34cdf4: Download complete [2021-01-27T02:45:01.511Z] 5f621e34cdf4: Pull complete [2021-01-27T02:45:02.138Z] a4357932f1b6: Pull complete [2021-01-27T02:45:02.425Z] 18c013af1878: Pull complete [2021-01-27T02:45:04.432Z] 745a02a5169b: Verifying Checksum [2021-01-27T02:45:04.433Z] 745a02a5169b: Download complete [2021-01-27T02:45:06.411Z] 00ac8860ef70: Verifying Checksum [2021-01-27T02:45:06.411Z] 00ac8860ef70: Download complete [2021-01-27T02:45:08.152Z] Removing intermediate container 3df49eeebc0c [2021-01-27T02:45:08.152Z] ---> bc59e39c286f [2021-01-27T02:45:08.152Z] Successfully built bc59e39c286f [2021-01-27T02:45:08.152Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-27T02:45:08.472Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-27T02:45:08.473Z] . [Pipeline] withDockerContainer [2021-01-27T02:45:08.590Z] prd-centos7-docker-4c-2g-23333 does not seem to be running inside a container [2021-01-27T02:45:08.640Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@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 ******** ci-base-image-x86_64 cat [2021-01-27T02:45:09.351Z] $ docker top 5068ee7b51be7906f69efc117840774109fccd8b3ee53a70027e68a668081f8a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T02:45:09.950Z] + go version [2021-01-27T02:45:09.950Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-27T02:45:09.967Z] $ docker stop --time=1 5068ee7b51be7906f69efc117840774109fccd8b3ee53a70027e68a668081f8a [2021-01-27T02:45:11.386Z] $ docker rm -f 5068ee7b51be7906f69efc117840774109fccd8b3ee53a70027e68a668081f8a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-27T02:45:12.231Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-27T02:45:12.231Z] . [Pipeline] withDockerContainer [2021-01-27T02:45:12.392Z] prd-centos7-docker-4c-2g-23333 does not seem to be running inside a container [2021-01-27T02:45:12.505Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@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 ******** ci-base-image-x86_64 cat [2021-01-27T02:45:13.817Z] $ docker top 88e9168ded202b638d1043a287480ddd27edfba99542edd94b008656d0ac582d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T02:45:14.300Z] + make test [2021-01-27T02:45:14.301Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-27T02:45:16.602Z] 00ac8860ef70: Pull complete [2021-01-27T02:45:16.602Z] 63d7cb157983: Pull complete [2021-01-27T02:45:16.602Z] b116817d02f9: Pull complete [2021-01-27T02:45:19.243Z] 745a02a5169b: Pull complete [2021-01-27T02:45:19.243Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-27T02:45:19.243Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-27T02:45:19.243Z] ---> b7e6874047d6 [2021-01-27T02:45:19.243Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-27T02:45:20.958Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-01-27T02:45:22.654Z] ---> Running in bd65f0ce3ac4 [2021-01-27T02:45:22.655Z] Removing intermediate container bd65f0ce3ac4 [2021-01-27T02:45:22.655Z] ---> cc27c187ac5d [2021-01-27T02:45:22.655Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T02:45:22.655Z] ---> Running in 55b680f9e38e [2021-01-27T02:45:25.303Z] Removing intermediate container 55b680f9e38e [2021-01-27T02:45:25.303Z] ---> bc02581407ce [2021-01-27T02:45:25.303Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-01-27T02:45:25.303Z] ---> Running in a5d88109dc18 [2021-01-27T02:45:26.307Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T02:45:27.285Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T02:45:29.268Z] OK: 142 MiB in 39 packages [2021-01-27T02:45:30.303Z] Removing intermediate container a5d88109dc18 [2021-01-27T02:45:30.303Z] ---> 899031716df1 [2021-01-27T02:45:30.303Z] Step 6/8 : WORKDIR /device-sdk-go [2021-01-27T02:45:30.601Z] ---> Running in 5737bf40e64d [2021-01-27T02:45:31.202Z] Removing intermediate container 5737bf40e64d [2021-01-27T02:45:31.202Z] ---> 66a41aaa3e0d [2021-01-27T02:45:31.202Z] Step 7/8 : COPY . . [2021-01-27T02:45:32.642Z] ---> bb92e97e7f7e [2021-01-27T02:45:32.642Z] Step 8/8 : RUN go mod download [2021-01-27T02:45:32.642Z] ---> Running in 8967f865a065 [2021-01-27T02:45:35.981Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-01-27T02:45:35.981Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-01-27T02:45:35.981Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-01-27T02:45:35.981Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.076s coverage: 19.4% of statements [2021-01-27T02:45:37.944Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.460s coverage: 97.1% of statements [2021-01-27T02:45:54.805Z] Removing intermediate container 8967f865a065 [2021-01-27T02:45:54.805Z] ---> 0aac6de0dc51 [2021-01-27T02:45:54.805Z] Successfully built 0aac6de0dc51 [2021-01-27T02:45:54.805Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-27T02:45:55.153Z] + docker inspect -f . ci-base-image-arm64 [2021-01-27T02:45:55.154Z] . [Pipeline] withDockerContainer [2021-01-27T02:45:55.412Z] prd-ubuntu18.04-docker-arm64-4c-16g-23332 does not seem to be running inside a container [2021-01-27T02:45:55.511Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@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 ******** ci-base-image-arm64 cat [2021-01-27T02:45:57.098Z] $ docker top 9e3979b1858b4f65c313985c94e224933f7cca7ef7515dde15a0f0ffde8bddfa -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T02:45:58.187Z] + go version [2021-01-27T02:45:58.187Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-27T02:45:58.215Z] $ docker stop --time=1 9e3979b1858b4f65c313985c94e224933f7cca7ef7515dde15a0f0ffde8bddfa [2021-01-27T02:46:00.223Z] $ docker rm -f 9e3979b1858b4f65c313985c94e224933f7cca7ef7515dde15a0f0ffde8bddfa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-27T02:46:01.322Z] + docker inspect -f . ci-base-image-arm64 [2021-01-27T02:46:01.323Z] . [Pipeline] withDockerContainer [2021-01-27T02:46:01.621Z] prd-ubuntu18.04-docker-arm64-4c-16g-23332 does not seem to be running inside a container [2021-01-27T02:46:01.728Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@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 ******** ci-base-image-arm64 cat [2021-01-27T02:46:03.104Z] $ docker top 689464408e8da3679a8d9809736b6bb2fdfec6319dcd1678a80d74e56e28dff5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T02:46:04.276Z] + make test [2021-01-27T02:46:04.276Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-27T02:46:10.161Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.066s coverage: 9.4% of statements [2021-01-27T02:46:10.161Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.058s coverage: 21.7% of statements [2021-01-27T02:46:10.161Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-01-27T02:46:10.161Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.209s coverage: 43.2% of statements [2021-01-27T02:46:10.161Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] [2021-01-27T02:46:10.161Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/handler 0.288s coverage: 68.9% of statements [2021-01-27T02:46:10.161Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler/callback [no test files] [2021-01-27T02:46:10.161Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] [2021-01-27T02:46:10.161Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-01-27T02:46:10.161Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-01-27T02:46:10.161Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.081s coverage: 53.8% of statements [2021-01-27T02:46:10.161Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] [2021-01-27T02:46:10.161Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] [2021-01-27T02:46:10.161Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.079s coverage: 26.8% of statements [2021-01-27T02:46:10.161Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 2.394s coverage: 83.5% of statements [2021-01-27T02:46:10.161Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.054s coverage: 4.2% of statements [2021-01-27T02:46:10.161Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-01-27T02:46:10.161Z] GO111MODULE=on go vet ./... [2021-01-27T02:46:18.402Z] gofmt -l . [2021-01-27T02:46:18.402Z] [ "`gofmt -l .`" = "" ] [2021-01-27T02:46:18.402Z] ./bin/test-attribution-txt.sh [2021-01-27T02:46:18.402Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-27T02:46:18.418Z] $ docker stop --time=1 88e9168ded202b638d1043a287480ddd27edfba99542edd94b008656d0ac582d [2021-01-27T02:46:20.419Z] $ docker rm -f 88e9168ded202b638d1043a287480ddd27edfba99542edd94b008656d0ac582d [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-27T02:46:21.063Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-27T02:46:21.397Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-01-27T02:46:24.182Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-27T02:46:24.488Z] + ls -al . [2021-01-27T02:46:24.488Z] total 216 [2021-01-27T02:46:24.488Z] drwxrwxr-x. 10 jenkins jenkins 4096 Jan 27 02:46 . [2021-01-27T02:46:24.488Z] drwxrwxr-x. 4 jenkins jenkins 28 Jan 27 02:44 .. [2021-01-27T02:46:24.488Z] drwxrwxr-x. 2 jenkins jenkins 64 Jan 27 02:44 bin [2021-01-27T02:46:24.488Z] -rw-r--r--. 1 jenkins jenkins 136843 Jan 27 02:46 coverage.out [2021-01-27T02:46:24.488Z] -rw-rw-r--. 1 jenkins jenkins 949 Jan 27 02:44 Dockerfile.build [2021-01-27T02:46:24.488Z] -rw-rw-r--. 1 jenkins jenkins 140 Jan 27 02:44 .dockerignore [2021-01-27T02:46:24.488Z] drwxrwxr-x. 4 jenkins jenkins 48 Jan 27 02:44 example [2021-01-27T02:46:24.488Z] drwxrwxr-x. 8 jenkins jenkins 179 Jan 27 02:44 .git [2021-01-27T02:46:24.488Z] drwxrwxr-x. 2 jenkins jenkins 103 Jan 27 02:44 .github [2021-01-27T02:46:24.488Z] -rw-rw-r--. 1 jenkins jenkins 138 Jan 27 02:44 .gitignore [2021-01-27T02:46:24.488Z] -rw-r--r--. 1 jenkins jenkins 514 Jan 27 02:46 go.mod [2021-01-27T02:46:24.488Z] -rw-r--r--. 1 jenkins jenkins 14016 Jan 27 02:46 go.sum [2021-01-27T02:46:24.488Z] drwxrwxr-x. 15 jenkins jenkins 211 Jan 27 02:44 internal [2021-01-27T02:46:24.488Z] -rw-rw-r--. 1 jenkins jenkins 901 Jan 27 02:44 Jenkinsfile [2021-01-27T02:46:24.488Z] -rw-rw-r--. 1 jenkins jenkins 11341 Jan 27 02:44 LICENSE [2021-01-27T02:46:24.488Z] -rw-rw-r--. 1 jenkins jenkins 1016 Jan 27 02:44 Makefile [2021-01-27T02:46:24.488Z] drwxrwxr-x. 4 jenkins jenkins 26 Jan 27 02:44 openapi [2021-01-27T02:46:24.488Z] drwxrwxr-x. 5 jenkins jenkins 50 Jan 27 02:44 pkg [2021-01-27T02:46:24.488Z] -rw-rw-r--. 1 jenkins jenkins 5897 Jan 27 02:44 README.md [2021-01-27T02:46:24.488Z] -rw-rw-r--. 1 jenkins jenkins 6616 Jan 27 02:44 RELEASE-NOTES.txt [2021-01-27T02:46:24.488Z] drwxrwxr-x. 4 jenkins jenkins 54 Jan 27 02:44 snap [2021-01-27T02:46:24.488Z] -rw-rw-r--. 1 jenkins jenkins 5 Jan 27 02:42 VERSION [2021-01-27T02:46:24.488Z] -rw-rw-r--. 1 jenkins jenkins 222 Jan 27 02:44 version.go [Pipeline] isUnix [Pipeline] sh [2021-01-27T02:46:24.799Z] + docker build -t docker-device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=27c7d9b9d93196e86b430036c5c4c298149c292f --label arch=amd64 --label version=0.0.0 . [2021-01-27T02:46:25.061Z] Sending build context to Docker daemon 2.708MB [2021-01-27T02:46:25.061Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-01-27T02:46:25.061Z] Step 2/24 : FROM ${BASE} AS builder [2021-01-27T02:46:25.061Z] ---> bc59e39c286f [2021-01-27T02:46:25.061Z] Step 3/24 : ARG MAKE='make build' [2021-01-27T02:46:25.646Z] ---> Running in 16fd8c55a996 [2021-01-27T02:46:25.909Z] Removing intermediate container 16fd8c55a996 [2021-01-27T02:46:25.909Z] ---> fdd532517658 [2021-01-27T02:46:25.909Z] Step 4/24 : WORKDIR /device-sdk-go [2021-01-27T02:46:25.909Z] ---> Running in a2ad11a90126 [2021-01-27T02:46:26.174Z] Removing intermediate container a2ad11a90126 [2021-01-27T02:46:26.174Z] ---> d3cd7dba3140 [2021-01-27T02:46:26.174Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-27T02:46:26.174Z] ---> Running in 53a8dd4446c2 [2021-01-27T02:46:26.174Z] Removing intermediate container 53a8dd4446c2 [2021-01-27T02:46:26.174Z] ---> 4bed401534d9 [2021-01-27T02:46:26.174Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T02:46:26.440Z] ---> Running in 21c8306cfe68 [2021-01-27T02:46:26.505Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-01-27T02:46:27.390Z] Removing intermediate container 21c8306cfe68 [2021-01-27T02:46:27.390Z] ---> 2472bb010d59 [2021-01-27T02:46:27.390Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-01-27T02:46:27.390Z] ---> Running in f3ad37d9cf14 [2021-01-27T02:46:27.965Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T02:46:28.916Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T02:46:29.860Z] OK: 166 MiB in 39 packages [2021-01-27T02:46:30.121Z] Removing intermediate container f3ad37d9cf14 [2021-01-27T02:46:30.122Z] ---> e38581444a61 [2021-01-27T02:46:30.122Z] Step 8/24 : COPY . . [2021-01-27T02:46:31.521Z] ---> 4e15456f9bc1 [2021-01-27T02:46:31.521Z] Step 9/24 : RUN ${MAKE} [2021-01-27T02:46:31.521Z] ---> Running in 46128ec3c93e [2021-01-27T02:46:31.793Z] 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:46:40.044Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-01-27T02:46:41.986Z] Removing intermediate container 46128ec3c93e [2021-01-27T02:46:41.987Z] ---> 915a7988cb63 [2021-01-27T02:46:41.987Z] Step 10/24 : FROM scratch [2021-01-27T02:46:41.987Z] ---> [2021-01-27T02:46:41.987Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-27T02:46:41.987Z] ---> Running in c676d970b154 [2021-01-27T02:46:41.987Z] Removing intermediate container c676d970b154 [2021-01-27T02:46:41.987Z] ---> 3013719aa076 [2021-01-27T02:46:41.987Z] Step 12/24 : ENV APP_PORT=49990 [2021-01-27T02:46:42.262Z] ---> Running in 91e3075515cc [2021-01-27T02:46:42.262Z] Removing intermediate container 91e3075515cc [2021-01-27T02:46:42.262Z] ---> b93b621e2367 [2021-01-27T02:46:42.262Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-27T02:46:42.262Z] ---> Running in 371aae6cb9fb [2021-01-27T02:46:42.524Z] Removing intermediate container 371aae6cb9fb [2021-01-27T02:46:42.524Z] ---> 2f8cec6fe2fb [2021-01-27T02:46:42.524Z] Step 14/24 : WORKDIR / [2021-01-27T02:46:42.524Z] ---> Running in ae40b86a68d3 [2021-01-27T02:46:42.797Z] Removing intermediate container ae40b86a68d3 [2021-01-27T02:46:42.797Z] ---> 36eca2c83c44 [2021-01-27T02:46:42.798Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-01-27T02:46:43.749Z] ---> 7180b8018dc6 [2021-01-27T02:46:43.749Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-01-27T02:46:44.056Z] ---> 1fe0c021a286 [2021-01-27T02:46:44.056Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-01-27T02:46:44.355Z] ---> 236f193e322e [2021-01-27T02:46:44.355Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-01-27T02:46:44.628Z] ---> 3f43a13122d1 [2021-01-27T02:46:44.628Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-01-27T02:46:44.929Z] ---> 2770d7ee5227 [2021-01-27T02:46:44.929Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-01-27T02:46:44.929Z] ---> Running in 20f56b7ab69d [2021-01-27T02:46:44.929Z] Removing intermediate container 20f56b7ab69d [2021-01-27T02:46:44.929Z] ---> bc5f9b0e3d80 [2021-01-27T02:46:44.929Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T02:46:45.223Z] ---> Running in de368722d8b1 [2021-01-27T02:46:45.223Z] Removing intermediate container de368722d8b1 [2021-01-27T02:46:45.223Z] ---> 563cd2e1730c [2021-01-27T02:46:45.223Z] Step 22/24 : LABEL arch=amd64 [2021-01-27T02:46:45.223Z] ---> Running in a994b2029648 [2021-01-27T02:46:45.501Z] Removing intermediate container a994b2029648 [2021-01-27T02:46:45.501Z] ---> 68f03291d5bc [2021-01-27T02:46:45.501Z] Step 23/24 : LABEL git_sha=27c7d9b9d93196e86b430036c5c4c298149c292f [2021-01-27T02:46:45.501Z] ---> Running in a415b985aa3d [2021-01-27T02:46:45.776Z] Removing intermediate container a415b985aa3d [2021-01-27T02:46:45.776Z] ---> 21830af15814 [2021-01-27T02:46:45.776Z] Step 24/24 : LABEL version=0.0.0 [2021-01-27T02:46:45.776Z] ---> Running in df4bf01edd56 [2021-01-27T02:46:46.057Z] Removing intermediate container df4bf01edd56 [2021-01-27T02:46:46.058Z] ---> 7714e03f127a [2021-01-27T02:46:46.058Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-27T02:46:46.058Z] Successfully built 7714e03f127a [2021-01-27T02:46:46.058Z] Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-27T02:47:13.572Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-01-27T02:47:13.572Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-01-27T02:47:13.572Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-01-27T02:47:13.572Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.150s coverage: 19.4% of statements [2021-01-27T02:47:15.040Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 1.257s coverage: 97.1% of statements [2021-01-27T02:47:47.422Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.155s coverage: 9.4% of statements [2021-01-27T02:47:47.422Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.133s coverage: 21.7% of statements [2021-01-27T02:47:47.422Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-01-27T02:47:47.422Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.589s coverage: 43.2% of statements [2021-01-27T02:47:47.422Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] [2021-01-27T02:47:47.422Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/handler 0.750s coverage: 68.9% of statements [2021-01-27T02:47:47.422Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler/callback [no test files] [2021-01-27T02:47:47.422Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] [2021-01-27T02:47:47.422Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-01-27T02:47:47.422Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-01-27T02:47:47.422Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.222s coverage: 53.8% of statements [2021-01-27T02:47:47.422Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] [2021-01-27T02:47:47.422Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] [2021-01-27T02:47:47.422Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.198s coverage: 26.8% of statements [2021-01-27T02:47:47.422Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 5.819s coverage: 83.5% of statements [2021-01-27T02:47:47.422Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.151s coverage: 4.2% of statements [2021-01-27T02:47:47.422Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-01-27T02:47:47.422Z] GO111MODULE=on go vet ./... [2021-01-27T02:48:14.320Z] gofmt -l . [2021-01-27T02:48:14.595Z] [ "`gofmt -l .`" = "" ] [2021-01-27T02:48:15.195Z] ./bin/test-attribution-txt.sh [2021-01-27T02:48:16.175Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-27T02:48:16.471Z] $ docker stop --time=1 689464408e8da3679a8d9809736b6bb2fdfec6319dcd1678a80d74e56e28dff5 [2021-01-27T02:48:18.694Z] $ docker rm -f 689464408e8da3679a8d9809736b6bb2fdfec6319dcd1678a80d74e56e28dff5 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-27T02:48:19.894Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-27T02:48:19.915Z] Warning: overwriting stash ‘coverage-report’ [2021-01-27T02:48:20.846Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-27T02:48:21.567Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-27T02:48:21.943Z] + ls -al . [2021-01-27T02:48:21.943Z] total 252 [2021-01-27T02:48:21.943Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 27 02:48 . [2021-01-27T02:48:21.943Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 27 02:44 .. [2021-01-27T02:48:21.943Z] -rw-rw-r-- 1 jenkins jenkins 140 Jan 27 02:44 .dockerignore [2021-01-27T02:48:21.943Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 27 02:44 .git [2021-01-27T02:48:21.943Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 27 02:44 .github [2021-01-27T02:48:21.943Z] -rw-rw-r-- 1 jenkins jenkins 138 Jan 27 02:44 .gitignore [2021-01-27T02:48:21.943Z] -rw-rw-r-- 1 jenkins jenkins 949 Jan 27 02:44 Dockerfile.build [2021-01-27T02:48:21.943Z] -rw-rw-r-- 1 jenkins jenkins 901 Jan 27 02:44 Jenkinsfile [2021-01-27T02:48:21.943Z] -rw-rw-r-- 1 jenkins jenkins 11341 Jan 27 02:44 LICENSE [2021-01-27T02:48:21.943Z] -rw-rw-r-- 1 jenkins jenkins 1016 Jan 27 02:44 Makefile [2021-01-27T02:48:21.943Z] -rw-rw-r-- 1 jenkins jenkins 5897 Jan 27 02:44 README.md [2021-01-27T02:48:21.943Z] -rw-rw-r-- 1 jenkins jenkins 6616 Jan 27 02:44 RELEASE-NOTES.txt [2021-01-27T02:48:21.943Z] -rw-rw-r-- 1 jenkins jenkins 5 Jan 27 02:42 VERSION [2021-01-27T02:48:21.943Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 27 02:44 bin [2021-01-27T02:48:21.943Z] -rw-r--r-- 1 jenkins jenkins 136842 Jan 27 02:47 coverage.out [2021-01-27T02:48:21.943Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 27 02:44 example [2021-01-27T02:48:21.943Z] -rw-r--r-- 1 jenkins jenkins 514 Jan 27 02:48 go.mod [2021-01-27T02:48:21.943Z] -rw-r--r-- 1 jenkins jenkins 14016 Jan 27 02:48 go.sum [2021-01-27T02:48:21.943Z] drwxrwxr-x 15 jenkins jenkins 4096 Jan 27 02:44 internal [2021-01-27T02:48:21.943Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 27 02:44 openapi [2021-01-27T02:48:21.943Z] drwxrwxr-x 5 jenkins jenkins 4096 Jan 27 02:44 pkg [2021-01-27T02:48:21.943Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 27 02:44 snap [2021-01-27T02:48:21.943Z] -rw-rw-r-- 1 jenkins jenkins 222 Jan 27 02:44 version.go [Pipeline] isUnix [Pipeline] sh [2021-01-27T02:48:22.400Z] + docker build -t docker-device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=27c7d9b9d93196e86b430036c5c4c298149c292f --label arch=arm64 --label version=0.0.0 . [2021-01-27T02:48:23.052Z] Sending build context to Docker daemon 2.707MB [2021-01-27T02:48:23.052Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-01-27T02:48:23.052Z] Step 2/24 : FROM ${BASE} AS builder [2021-01-27T02:48:23.052Z] ---> 0aac6de0dc51 [2021-01-27T02:48:23.052Z] Step 3/24 : ARG MAKE='make build' [2021-01-27T02:48:23.339Z] ---> Running in c8150d3c53a7 [2021-01-27T02:48:23.954Z] Removing intermediate container c8150d3c53a7 [2021-01-27T02:48:23.954Z] ---> 033b62b68858 [2021-01-27T02:48:23.954Z] Step 4/24 : WORKDIR /device-sdk-go [2021-01-27T02:48:23.954Z] ---> Running in 149f92a550c7 [2021-01-27T02:48:24.557Z] Removing intermediate container 149f92a550c7 [2021-01-27T02:48:24.557Z] ---> 07c01421f103 [2021-01-27T02:48:24.557Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-27T02:48:24.557Z] ---> Running in d8d94e73c60c [2021-01-27T02:48:25.155Z] Removing intermediate container d8d94e73c60c [2021-01-27T02:48:25.155Z] ---> f1d9bbe5d2fa [2021-01-27T02:48:25.155Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T02:48:25.155Z] ---> Running in 1d6c8f588d6a [2021-01-27T02:48:27.785Z] Removing intermediate container 1d6c8f588d6a [2021-01-27T02:48:27.785Z] ---> bea087788ca1 [2021-01-27T02:48:27.785Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-01-27T02:48:27.785Z] ---> Running in 6e2963e4354a [2021-01-27T02:48:28.763Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T02:48:29.735Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T02:48:31.165Z] OK: 142 MiB in 39 packages [2021-01-27T02:48:32.144Z] Removing intermediate container 6e2963e4354a [2021-01-27T02:48:32.144Z] ---> c6097cb5f4ac [2021-01-27T02:48:32.144Z] Step 8/24 : COPY . . [2021-01-27T02:48:33.582Z] ---> 27753b7915e2 [2021-01-27T02:48:33.583Z] Step 9/24 : RUN ${MAKE} [2021-01-27T02:48:33.583Z] ---> Running in 9ce604021bcd [2021-01-27T02:48:35.033Z] 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:49:01.876Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-01-27T02:49:03.354Z] Removing intermediate container 9ce604021bcd [2021-01-27T02:49:03.354Z] ---> 7970814d95bd [2021-01-27T02:49:03.354Z] Step 10/24 : FROM scratch [2021-01-27T02:49:03.354Z] ---> [2021-01-27T02:49:03.354Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-27T02:49:03.354Z] ---> Running in 194428ca42c2 [2021-01-27T02:49:03.953Z] Removing intermediate container 194428ca42c2 [2021-01-27T02:49:03.953Z] ---> f6fca5405eb2 [2021-01-27T02:49:03.953Z] Step 12/24 : ENV APP_PORT=49990 [2021-01-27T02:49:03.953Z] ---> Running in 49199e369859 [2021-01-27T02:49:04.555Z] Removing intermediate container 49199e369859 [2021-01-27T02:49:04.555Z] ---> 849bbc047bf9 [2021-01-27T02:49:04.555Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-27T02:49:04.555Z] ---> Running in 508f9d0bc5dc [2021-01-27T02:49:04.834Z] Removing intermediate container 508f9d0bc5dc [2021-01-27T02:49:04.834Z] ---> 78dc6a40e72c [2021-01-27T02:49:04.834Z] Step 14/24 : WORKDIR / [2021-01-27T02:49:05.117Z] ---> Running in 24046109fb41 [2021-01-27T02:49:05.403Z] Removing intermediate container 24046109fb41 [2021-01-27T02:49:05.403Z] ---> 59dfa3f404c6 [2021-01-27T02:49:05.403Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-01-27T02:49:06.867Z] ---> 6f1c2b424b5c [2021-01-27T02:49:06.867Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-01-27T02:49:07.460Z] ---> afeec1976de0 [2021-01-27T02:49:07.460Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-01-27T02:49:08.054Z] ---> cf8afd649699 [2021-01-27T02:49:08.054Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-01-27T02:49:09.030Z] ---> 1bb71d48d8d3 [2021-01-27T02:49:09.030Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-01-27T02:49:09.623Z] ---> 8ff9c9a369fe [2021-01-27T02:49:09.623Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-01-27T02:49:09.896Z] ---> Running in 58c5c0c9909d [2021-01-27T02:49:10.167Z] Removing intermediate container 58c5c0c9909d [2021-01-27T02:49:10.167Z] ---> 40e3df47720f [2021-01-27T02:49:10.167Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T02:49:10.441Z] ---> Running in 4b1e29505d82 [2021-01-27T02:49:11.034Z] Removing intermediate container 4b1e29505d82 [2021-01-27T02:49:11.034Z] ---> ce6f196a1bbc [2021-01-27T02:49:11.034Z] Step 22/24 : LABEL arch=arm64 [2021-01-27T02:49:11.034Z] ---> Running in 251938c06fe5 [2021-01-27T02:49:11.628Z] Removing intermediate container 251938c06fe5 [2021-01-27T02:49:11.628Z] ---> b6320f1e0ee4 [2021-01-27T02:49:11.628Z] Step 23/24 : LABEL git_sha=27c7d9b9d93196e86b430036c5c4c298149c292f [2021-01-27T02:49:11.628Z] ---> Running in 8f359be54b6c [2021-01-27T02:49:11.899Z] Removing intermediate container 8f359be54b6c [2021-01-27T02:49:11.899Z] ---> f9d43c1a229a [2021-01-27T02:49:11.899Z] Step 24/24 : LABEL version=0.0.0 [2021-01-27T02:49:12.170Z] ---> Running in 7c4432615bb8 [2021-01-27T02:49:12.762Z] Removing intermediate container 7c4432615bb8 [2021-01-27T02:49:12.762Z] ---> 44244a46e5dd [2021-01-27T02:49:12.762Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-27T02:49:12.762Z] Successfully built 44244a46e5dd [2021-01-27T02:49:12.762Z] Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [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:49:14.442Z] provisioning config files... [2021-01-27T02:49:14.456Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-755@tmp/config8831886861749309928tmp [Pipeline] { [Pipeline] sh [2021-01-27T02:49:14.828Z] + set +x [2021-01-27T02:49:14.829Z] + curl -s https://codecov.io/bash [2021-01-27T02:49:14.829Z] + bash -s -- [2021-01-27T02:49:15.092Z] [2021-01-27T02:49:15.092Z] _____ _ [2021-01-27T02:49:15.092Z] / ____| | | [2021-01-27T02:49:15.092Z] | | ___ __| | ___ ___ _____ __ [2021-01-27T02:49:15.092Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-27T02:49:15.092Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-27T02:49:15.092Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-27T02:49:15.092Z] Bash-20210115-cec3c92 [2021-01-27T02:49:15.092Z] [2021-01-27T02:49:15.092Z] [2021-01-27T02:49:15.092Z] ==> git version 2.24.3 found [2021-01-27T02:49:15.092Z] ==> 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:49:15.092Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-27T02:49:15.092Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-27T02:49:15.093Z] ==> Jenkins CI detected. [2021-01-27T02:49:15.093Z] project root: . [2021-01-27T02:49:15.093Z] --> token set from env [2021-01-27T02:49:15.093Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-27T02:49:15.093Z] ==> Running gcov in . (disable via -X gcov) [2021-01-27T02:49:15.093Z] ==> Python coveragepy not found [2021-01-27T02:49:15.093Z] ==> Searching for coverage reports in: [2021-01-27T02:49:15.093Z] + . [2021-01-27T02:49:15.093Z] -> Found 1 reports [2021-01-27T02:49:15.093Z] ==> Detecting git/mercurial file structure [2021-01-27T02:49:15.093Z] ==> Reading reports [2021-01-27T02:49:15.093Z] + ./coverage.out bytes=136842 [2021-01-27T02:49:15.093Z] ==> Appending adjustments [2021-01-27T02:49:15.093Z] https://docs.codecov.io/docs/fixing-reports [2021-01-27T02:49:15.665Z] + Found adjustments [2021-01-27T02:49:15.665Z] ==> Gzipping contents [2021-01-27T02:49:15.665Z] 24K /tmp/codecov.OIHhaF.gz [2021-01-27T02:49:15.665Z] ==> Uploading reports [2021-01-27T02:49:15.665Z] url: https://codecov.io [2021-01-27T02:49:15.665Z] query: branch=PR-755&commit=27c7d9b9d93196e86b430036c5c4c298149c292f&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-755%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=755&job=&cmd_args= [2021-01-27T02:49:15.665Z] -> Pinging Codecov [2021-01-27T02:49:15.665Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-755&commit=27c7d9b9d93196e86b430036c5c4c298149c292f&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-755%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=755&job=&cmd_args= [2021-01-27T02:49:15.927Z] -> Uploading to [2021-01-27T02:49:15.927Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-27/7E55EF52A471D76F132DFD9A03CDDE97/27c7d9b9d93196e86b430036c5c4c298149c292f/35ae2066-938b-49b1-9a24-b49886fad006.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210127%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210127T024915Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=cd520c5955f286ee12946d5cfb37829c574b4a878e320baf34368dab9ac26e66 [2021-01-27T02:49:15.927Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-27T02:49:15.927Z] Dload Upload Total Spent Left Speed [2021-01-27T02:49:16.451Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21548 0 0 100 21548 0 46121 --:--:-- --:--:-- --:--:-- 46042 [2021-01-27T02:49:16.451Z] -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/27c7d9b9d93196e86b430036c5c4c298149c292f [Pipeline] } [2021-01-27T02:49:16.461Z] 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:49:19.101Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T02:49:19.404Z] ---> package-listing.sh [2021-01-27T02:49:19.405Z] ++ facter osfamily [2021-01-27T02:49:19.405Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-27T02:49:19.405Z] + OS_FAMILY=redhat [2021-01-27T02:49:19.405Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-755 [2021-01-27T02:49:19.405Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-27T02:49:19.405Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-27T02:49:19.405Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-27T02:49:19.405Z] + PACKAGES=/tmp/packages_start.txt [2021-01-27T02:49:19.405Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-755 ']' [2021-01-27T02:49:19.405Z] + PACKAGES=/tmp/packages_end.txt [2021-01-27T02:49:19.405Z] + case "${OS_FAMILY}" in [2021-01-27T02:49:19.405Z] + rpm -qa [2021-01-27T02:49:19.405Z] + sort [2021-01-27T02:49:24.729Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-27T02:49:24.729Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-27T02:49:24.729Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-27T02:49:24.729Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-755 ']' [2021-01-27T02:49:24.729Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-755/archives/ [2021-01-27T02:49:24.729Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-755/archives/ [Pipeline] echo [2021-01-27T02:49:24.745Z] 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-755/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:49:25.035Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-27T02:49:25.338Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-27T02:49:25.338Z] [2021-01-27T02:49:25.338Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-27T02:49:25.711Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-27T02:49:25.711Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-27T02:49:25.711Z] df20fa9351a1: Pulling fs layer [2021-01-27T02:49:25.711Z] 36b3adc4ff6f: Pulling fs layer [2021-01-27T02:49:25.711Z] 8ad3a11d3b57: Pulling fs layer [2021-01-27T02:49:25.711Z] 46f8f816bc3b: Pulling fs layer [2021-01-27T02:49:25.711Z] 93b61091891f: Pulling fs layer [2021-01-27T02:49:25.711Z] 93b9cdb0e59b: Pulling fs layer [2021-01-27T02:49:25.711Z] 5e14af77c1be: Pulling fs layer [2021-01-27T02:49:25.711Z] 01666e4c0597: Pulling fs layer [2021-01-27T02:49:25.711Z] aa168da1d23b: Pulling fs layer [2021-01-27T02:49:25.711Z] 01666e4c0597: Waiting [2021-01-27T02:49:25.711Z] 93b9cdb0e59b: Waiting [2021-01-27T02:49:25.711Z] 5e14af77c1be: Waiting [2021-01-27T02:49:25.711Z] aa168da1d23b: Waiting [2021-01-27T02:49:25.711Z] 46f8f816bc3b: Waiting [2021-01-27T02:49:25.711Z] 93b61091891f: Waiting [2021-01-27T02:49:25.711Z] 36b3adc4ff6f: Verifying Checksum [2021-01-27T02:49:25.711Z] 36b3adc4ff6f: Download complete [2021-01-27T02:49:25.711Z] 46f8f816bc3b: Verifying Checksum [2021-01-27T02:49:25.711Z] 46f8f816bc3b: Download complete [2021-01-27T02:49:25.711Z] df20fa9351a1: Verifying Checksum [2021-01-27T02:49:25.711Z] df20fa9351a1: Download complete [2021-01-27T02:49:25.974Z] 93b9cdb0e59b: Verifying Checksum [2021-01-27T02:49:25.974Z] 93b9cdb0e59b: Download complete [2021-01-27T02:49:25.974Z] 5e14af77c1be: Verifying Checksum [2021-01-27T02:49:25.974Z] 5e14af77c1be: Download complete [2021-01-27T02:49:25.974Z] 93b61091891f: Download complete [2021-01-27T02:49:25.974Z] 01666e4c0597: Verifying Checksum [2021-01-27T02:49:25.974Z] 01666e4c0597: Download complete [2021-01-27T02:49:25.974Z] 8ad3a11d3b57: Verifying Checksum [2021-01-27T02:49:25.974Z] 8ad3a11d3b57: Download complete [2021-01-27T02:49:26.235Z] df20fa9351a1: Pull complete [2021-01-27T02:49:26.497Z] 36b3adc4ff6f: Pull complete [2021-01-27T02:49:27.455Z] 8ad3a11d3b57: Pull complete [2021-01-27T02:49:27.455Z] 46f8f816bc3b: Pull complete [2021-01-27T02:49:28.033Z] 93b61091891f: Pull complete [2021-01-27T02:49:28.033Z] 93b9cdb0e59b: Pull complete [2021-01-27T02:49:28.033Z] aa168da1d23b: Verifying Checksum [2021-01-27T02:49:28.033Z] aa168da1d23b: Download complete [2021-01-27T02:49:28.033Z] 5e14af77c1be: Pull complete [2021-01-27T02:49:28.296Z] 01666e4c0597: Pull complete [2021-01-27T02:49:36.464Z] aa168da1d23b: Pull complete [2021-01-27T02:49:36.464Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-27T02:49:36.464Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-27T02:49:36.464Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-27T02:49:36.647Z] prd-centos7-docker-4c-2g-23324 does not seem to be running inside a container [2021-01-27T02:49:36.692Z] $ 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-755/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-755 -v /w/workspace/dgexfoundry_device-sdk-go_PR-755:/w/workspace/dgexfoundry_device-sdk-go_PR-755:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-755@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-755@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-27T02:49:39.814Z] $ docker top 065c2ce5b89d0c5891b9ef78d8f03bae683c0115ad0eafc46cd87cdf687b5957 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T02:49:40.381Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-27T02:49:40.677Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-27T02:49:40.974Z] + ls /var/log/sa-host [2021-01-27T02:49:40.974Z] + sadf -c /var/log/sa-host/sa23 [2021-01-27T02:49:40.974Z] file_magic: OK [2021-01-27T02:49:40.974Z] HZ: Using current value: 100 [2021-01-27T02:49:40.974Z] file_header: OK [2021-01-27T02:49:40.974Z] 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:49:40.974Z] Statistics: [2021-01-27T02:49:40.974Z] Hnuu...uuuununununu... [2021-01-27T02:49:40.974Z] File successfully converted to sysstat format version 12.2.1 [2021-01-27T02:49:40.974Z] + sadf -c /var/log/sa-host/sa27 [2021-01-27T02:49:40.974Z] file_magic: OK [2021-01-27T02:49:40.974Z] HZ: Using current value: 100 [2021-01-27T02:49:40.974Z] file_header: OK [2021-01-27T02:49:40.974Z] 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:49:40.974Z] Statistics: [2021-01-27T02:49:40.974Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-27T02:49:40.974Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-27T02:49:41.621Z] provisioning config files... [2021-01-27T02:49:41.638Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-755@tmp/config5858116797175990612tmp [Pipeline] { [Pipeline] echo [2021-01-27T02:49:41.725Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T02:49:42.020Z] ---> create-netrc.sh [Pipeline] } [2021-01-27T02:49:42.036Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-27T02:49:42.138Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T02:49:42.434Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-27T02:49:42.445Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T02:49:42.741Z] ---> sudo-logs.sh [2021-01-27T02:49:42.741Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-27T02:49:42.752Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T02:49:43.050Z] ---> job-cost.sh [2021-01-27T02:49:43.050Z] lf-activate-venv: SKIPPING [2021-01-27T02:49:43.050Z] INFO: No Stack... [2021-01-27T02:49:43.622Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-27T02:49:44.192Z] INFO: Archiving Costs [Pipeline] echo [2021-01-27T02:49:44.204Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T02:49:44.499Z] ---> logs-deploy.sh [2021-01-27T02:49:44.499Z] lf-activate-venv: SKIPPING [2021-01-27T02:49:44.499Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-755/2 [2021-01-27T02:49:44.499Z] INFO: archiving workspace using pattern(s): [2021-01-27T02:49:45.898Z] Archives upload complete. [2021-01-27T02:49:46.159Z] INFO: archiving logs to Nexus [2021-01-27T02:49:47.117Z] ---> uname -a: [2021-01-27T02:49:47.117Z] Linux prd-centos7-docker-4c-2g-23324.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:49:47.117Z] [2021-01-27T02:49:47.117Z] [2021-01-27T02:49:47.117Z] ---> lscpu: [2021-01-27T02:49:47.117Z] Architecture: x86_64 [2021-01-27T02:49:47.117Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-27T02:49:47.117Z] Byte Order: Little Endian [2021-01-27T02:49:47.117Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-27T02:49:47.117Z] CPU(s): 4 [2021-01-27T02:49:47.117Z] On-line CPU(s) list: 0-3 [2021-01-27T02:49:47.117Z] Thread(s) per core: 1 [2021-01-27T02:49:47.117Z] Core(s) per socket: 1 [2021-01-27T02:49:47.117Z] Socket(s): 4 [2021-01-27T02:49:47.117Z] NUMA node(s): 1 [2021-01-27T02:49:47.117Z] Vendor ID: GenuineIntel [2021-01-27T02:49:47.117Z] CPU family: 6 [2021-01-27T02:49:47.117Z] Model: 44 [2021-01-27T02:49:47.117Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-27T02:49:47.117Z] Stepping: 1 [2021-01-27T02:49:47.117Z] CPU MHz: 2933.442 [2021-01-27T02:49:47.117Z] BogoMIPS: 5866.88 [2021-01-27T02:49:47.117Z] Virtualization: VT-x [2021-01-27T02:49:47.117Z] Hypervisor vendor: KVM [2021-01-27T02:49:47.117Z] Virtualization type: full [2021-01-27T02:49:47.117Z] L1d cache: 128 KiB [2021-01-27T02:49:47.117Z] L1i cache: 128 KiB [2021-01-27T02:49:47.117Z] L2 cache: 16 MiB [2021-01-27T02:49:47.117Z] L3 cache: 64 MiB [2021-01-27T02:49:47.117Z] NUMA node0 CPU(s): 0-3 [2021-01-27T02:49:47.117Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-27T02:49:47.117Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-27T02:49:47.117Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-27T02:49:47.117Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-27T02:49:47.117Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-27T02:49:47.117Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-27T02:49:47.117Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-27T02:49:47.117Z] Vulnerability Srbds: Not affected [2021-01-27T02:49:47.117Z] Vulnerability Tsx async abort: Not affected [2021-01-27T02:49:47.117Z] 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:49:47.117Z] [2021-01-27T02:49:47.117Z] [2021-01-27T02:49:47.117Z] ---> nproc: [2021-01-27T02:49:47.117Z] 4 [2021-01-27T02:49:47.117Z] [2021-01-27T02:49:47.117Z] [2021-01-27T02:49:47.117Z] ---> df -h: [2021-01-27T02:49:47.117Z] Filesystem Size Used Available Use% Mounted on [2021-01-27T02:49:47.117Z] overlay 50.0G 7.3G 42.7G 15% / [2021-01-27T02:49:47.117Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-27T02:49:47.117Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-27T02:49:47.117Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-27T02:49:47.117Z] /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os [2021-01-27T02:49:47.117Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf [2021-01-27T02:49:47.117Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname [2021-01-27T02:49:47.117Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts [2021-01-27T02:49:47.117Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure [2021-01-27T02:49:47.117Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log [2021-01-27T02:49:47.117Z] /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json [2021-01-27T02:49:47.117Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-755 [2021-01-27T02:49:47.117Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-755@tmp [2021-01-27T02:49:47.117Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host [2021-01-27T02:49:47.117Z] [2021-01-27T02:49:47.117Z] [2021-01-27T02:49:47.117Z] ---> free -m: [2021-01-27T02:49:47.117Z] total used free shared buff/cache available [2021-01-27T02:49:47.117Z] Mem: 1837 720 108 0 1008 1011 [2021-01-27T02:49:47.117Z] Swap: 1023 1 1022 [2021-01-27T02:49:47.117Z] [2021-01-27T02:49:47.117Z] [2021-01-27T02:49:47.117Z] ---> ip addr: [2021-01-27T02:49:47.117Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-01-27T02:49:47.117Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-01-27T02:49:47.117Z] inet 127.0.0.1/8 scope host lo [2021-01-27T02:49:47.117Z] valid_lft forever preferred_lft forever [2021-01-27T02:49:47.117Z] inet6 ::1/128 scope host [2021-01-27T02:49:47.117Z] valid_lft forever preferred_lft forever [2021-01-27T02:49:47.117Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-01-27T02:49:47.117Z] link/ether fa:16:3e:f1:16:77 brd ff:ff:ff:ff:ff:ff [2021-01-27T02:49:47.117Z] inet 10.30.122.198/23 brd 10.30.123.255 scope global dynamic eth0 [2021-01-27T02:49:47.117Z] valid_lft 85914sec preferred_lft 85914sec [2021-01-27T02:49:47.117Z] inet6 fe80::f816:3eff:fef1:1677/64 scope link [2021-01-27T02:49:47.117Z] valid_lft forever preferred_lft forever [2021-01-27T02:49:47.117Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-01-27T02:49:47.117Z] link/ether 02:42:dd:93:f8:ba brd ff:ff:ff:ff:ff:ff [2021-01-27T02:49:47.117Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-01-27T02:49:47.117Z] valid_lft forever preferred_lft forever [2021-01-27T02:49:47.117Z] inet6 fe80::42:ddff:fe93:f8ba/64 scope link [2021-01-27T02:49:47.117Z] valid_lft forever preferred_lft forever [2021-01-27T02:49:47.117Z] [2021-01-27T02:49:47.117Z] [2021-01-27T02:49:47.117Z] ---> sar -b -r -n DEV: [2021-01-27T02:49:47.117Z] 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:49:47.117Z] [2021-01-27T02:49:47.117Z] 02:41:29 LINUX RESTART (4 CPU) [2021-01-27T02:49:47.117Z] [2021-01-27T02:49:47.117Z] 02:42:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-01-27T02:49:47.117Z] 02:43:02 56.32 15.70 40.63 0.00 4680.43 3363.75 0.00 [2021-01-27T02:49:47.117Z] 02:44:01 2.59 0.00 2.59 0.00 0.00 48.28 0.00 [2021-01-27T02:49:47.117Z] 02:45:01 0.28 0.00 0.28 0.00 0.00 3.61 0.00 [2021-01-27T02:49:47.117Z] 02:46:01 0.25 0.00 0.25 0.00 0.00 2.70 0.00 [2021-01-27T02:49:47.117Z] 02:47:01 0.23 0.00 0.23 0.00 0.00 3.53 0.00 [2021-01-27T02:49:47.117Z] 02:48:01 0.32 0.00 0.32 0.00 0.00 4.33 0.00 [2021-01-27T02:49:47.117Z] 02:49:01 0.23 0.00 0.23 0.00 0.00 2.13 0.00 [2021-01-27T02:49:47.117Z] Average: 8.62 2.25 6.37 0.00 670.59 491.08 0.00 [2021-01-27T02:49:47.117Z] [2021-01-27T02:49:47.117Z] 02:42:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-01-27T02:49:47.117Z] 02:43:02 160048 0 604824 32.15 2620 1114052 1091704 37.26 423872 1098920 128 [2021-01-27T02:49:47.117Z] 02:44:01 147824 0 617036 32.79 2620 1114064 1090600 37.22 437400 1097964 16 [2021-01-27T02:49:47.117Z] 02:45:01 151848 0 613008 32.58 2620 1114068 1073712 36.64 439396 1092280 16 [2021-01-27T02:49:47.117Z] 02:46:01 150764 0 614092 32.64 2620 1114068 1073736 36.64 441340 1091836 20 [2021-01-27T02:49:47.117Z] 02:47:01 148148 0 616700 32.78 2620 1114076 1073724 36.64 454120 1081616 8 [2021-01-27T02:49:47.117Z] 02:48:01 148892 0 615952 32.74 2620 1114080 1071644 36.57 453848 1081480 8 [2021-01-27T02:49:47.117Z] 02:49:01 148572 0 616268 32.75 2620 1114084 1071644 36.57 454108 1081476 8 [2021-01-27T02:49:47.117Z] Average: 150871 0 613983 32.63 2620 1114070 1078109 36.79 443441 1089367 29 [2021-01-27T02:49:47.117Z] [2021-01-27T02:49:47.117Z] 02:42:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-01-27T02:49:47.117Z] 02:43:02 eth0 526.26 354.18 892.91 137.24 0.00 0.00 0.00 0.00 [2021-01-27T02:49:47.117Z] 02:43:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-27T02:49:47.117Z] 02:43:02 docker0 10.42 8.54 1.38 23.52 0.00 0.00 0.00 0.00 [2021-01-27T02:49:47.117Z] 02:44:01 eth0 39.63 30.40 31.48 54.78 0.00 0.00 0.00 0.00 [2021-01-27T02:49:47.117Z] 02:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-27T02:49:47.117Z] 02:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-27T02:49:47.117Z] 02:45:01 eth0 5.50 1.00 1.40 0.78 0.00 0.00 0.00 0.00 [2021-01-27T02:49:47.117Z] 02:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-27T02:49:47.117Z] 02:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-27T02:49:47.117Z] 02:46:01 eth0 3.85 1.05 1.04 0.64 0.00 0.00 0.00 0.00 [2021-01-27T02:49:47.117Z] 02:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-27T02:49:47.117Z] 02:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-27T02:49:47.117Z] 02:47:01 eth0 4.50 0.95 1.13 0.63 0.00 0.00 0.00 0.00 [2021-01-27T02:49:47.117Z] 02:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-27T02:49:47.117Z] 02:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-27T02:49:47.117Z] 02:48:01 eth0 1.77 0.78 0.92 0.58 0.00 0.00 0.00 0.00 [2021-01-27T02:49:47.117Z] 02:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-27T02:49:47.117Z] 02:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-27T02:49:47.117Z] 02:49:01 eth0 0.68 0.45 0.29 0.24 0.00 0.00 0.00 0.00 [2021-01-27T02:49:47.117Z] 02:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-27T02:49:47.117Z] 02:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-27T02:49:47.117Z] Average: eth0 83.31 55.63 133.05 27.79 0.00 0.00 0.00 0.00 [2021-01-27T02:49:47.117Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-27T02:49:47.117Z] Average: docker0 1.49 1.22 0.20 3.37 0.00 0.00 0.00 0.00 [2021-01-27T02:49:47.117Z] [2021-01-27T02:49:47.117Z] [2021-01-27T02:49:47.117Z] ---> sar -P ALL: [2021-01-27T02:49:47.117Z] 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:49:47.117Z] [2021-01-27T02:49:47.117Z] 02:41:29 LINUX RESTART (4 CPU) [2021-01-27T02:49:47.117Z] [2021-01-27T02:49:47.117Z] 02:42:01 CPU %user %nice %system %iowait %steal %idle [2021-01-27T02:49:47.117Z] 02:43:02 all 8.43 0.00 2.76 1.39 0.16 87.27 [2021-01-27T02:49:47.117Z] 02:43:02 0 8.05 0.00 3.41 2.38 0.17 86.00 [2021-01-27T02:49:47.117Z] 02:43:02 1 8.14 0.00 2.49 1.11 0.17 88.09 [2021-01-27T02:49:47.117Z] 02:43:02 2 9.57 0.00 2.36 0.99 0.13 86.94 [2021-01-27T02:49:47.117Z] 02:43:02 3 7.96 0.00 2.78 1.06 0.15 88.05 [2021-01-27T02:49:47.117Z] 02:44:01 all 0.58 0.00 0.18 0.01 0.01 99.22 [2021-01-27T02:49:47.117Z] 02:44:01 0 0.34 0.00 0.17 0.00 0.00 99.49 [2021-01-27T02:49:47.117Z] 02:44:01 1 0.71 0.00 0.17 0.00 0.00 99.12 [2021-01-27T02:49:47.117Z] 02:44:01 2 0.46 0.00 0.22 0.02 0.02 99.29 [2021-01-27T02:49:47.117Z] 02:44:01 3 0.81 0.00 0.15 0.02 0.02 99.00 [2021-01-27T02:49:47.117Z] 02:45:01 all 0.17 0.00 0.05 0.00 0.02 99.76 [2021-01-27T02:49:47.117Z] 02:45:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2021-01-27T02:49:47.117Z] 02:45:01 1 0.07 0.00 0.05 0.00 0.03 99.85 [2021-01-27T02:49:47.117Z] 02:45:01 2 0.25 0.00 0.07 0.00 0.02 99.67 [2021-01-27T02:49:47.117Z] 02:45:01 3 0.33 0.00 0.03 0.00 0.02 99.62 [2021-01-27T02:49:47.117Z] 02:46:01 all 0.14 0.00 0.03 0.00 0.01 99.82 [2021-01-27T02:49:47.117Z] 02:46:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-27T02:49:47.117Z] 02:46:01 1 0.05 0.00 0.05 0.00 0.05 99.85 [2021-01-27T02:49:47.117Z] 02:46:01 2 0.45 0.00 0.03 0.00 0.00 99.52 [2021-01-27T02:49:47.117Z] 02:46:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-27T02:49:47.117Z] 02:47:01 all 0.12 0.00 0.04 0.00 0.02 99.82 [2021-01-27T02:49:47.117Z] 02:47:01 0 0.00 0.00 0.02 0.00 0.02 99.97 [2021-01-27T02:49:47.117Z] 02:47:01 1 0.08 0.00 0.05 0.00 0.02 99.85 [2021-01-27T02:49:47.117Z] 02:47:01 2 0.38 0.00 0.08 0.00 0.02 99.52 [2021-01-27T02:49:47.117Z] 02:47:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2021-01-27T02:49:47.117Z] 02:48:01 all 0.10 0.00 0.04 0.00 0.01 99.85 [2021-01-27T02:49:47.117Z] 02:48:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-27T02:49:47.117Z] 02:48:01 1 0.03 0.00 0.03 0.00 0.03 99.90 [2021-01-27T02:49:47.117Z] 02:48:01 2 0.30 0.00 0.08 0.00 0.02 99.60 [2021-01-27T02:49:47.117Z] 02:48:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-27T02:49:47.118Z] 02:49:01 all 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-27T02:49:47.118Z] 02:49:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-27T02:49:47.118Z] 02:49:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-27T02:49:47.118Z] 02:49:01 2 0.07 0.00 0.02 0.00 0.00 99.92 [2021-01-27T02:49:47.118Z] 02:49:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-27T02:49:47.118Z] Average: all 1.36 0.00 0.44 0.20 0.03 97.97 [2021-01-27T02:49:47.118Z] Average: 0 1.20 0.00 0.52 0.34 0.03 97.91 [2021-01-27T02:49:47.118Z] Average: 1 1.30 0.00 0.41 0.16 0.04 98.10 [2021-01-27T02:49:47.118Z] Average: 2 1.63 0.00 0.41 0.14 0.03 97.79 [2021-01-27T02:49:47.118Z] Average: 3 1.30 0.00 0.43 0.15 0.03 98.09 [2021-01-27T02:49:47.118Z] [2021-01-27T02:49:47.118Z] [2021-01-27T02:49:47.118Z]