Pull request #790 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hahattan for edgexfoundry/device-sdk-go Obtained Jenkinsfile from 1c5dcca774fd26141df6ad0ee83293992d973ff5+24bd13d414fb94824a4c7d4031bbe24e258abd9f (28fdaa2b8fcb1de50fd8747b196909b5baceb9fa) 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 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true 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-27102 in /w/workspace/dgexfoundry_device-sdk-go_PR-790 [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-790 # 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 24bd13d414fb94824a4c7d4031bbe24e258abd9f into PR head commit 1c5dcca774fd26141df6ad0ee83293992d973ff5 Merge succeeded, producing 1c5dcca774fd26141df6ad0ee83293992d973ff5 Checking out Revision 1c5dcca774fd26141df6ad0ee83293992d973ff5 (PR-790) > 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/790/head:refs/remotes/origin/PR-790 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1c5dcca774fd26141df6ad0ee83293992d973ff5 # 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 24bd13d414fb94824a4c7d4031bbe24e258abd9f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1c5dcca774fd26141df6ad0ee83293992d973ff5 # timeout=10 Commit message: "refactor: update logging message of simpledriver" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-22T04:17:56.708Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials > git rev-list --no-walk 465e2659f57f35e6c4c111258cc80f8afbaf5fbe # timeout=10 [2021-02-22T04:17:57.025Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-22T04:17:57.137Z] ========================================================= [2021-02-22T04:17:57.137Z] EdgeX Global Pipelines Version Info [2021-02-22T04:17:57.137Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-22T04:17:58.633Z] ------------------- [2021-02-22T04:17:58.633Z] stable info: [2021-02-22T04:17:58.633Z] ------------------- [2021-02-22T04:17:58.633Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-22T04:17:58.633Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-22T04:17:58.633Z] Message: update stable to v1.0.179 [2021-02-22T04:17:59.581Z] ------------------- [2021-02-22T04:17:59.581Z] experimental info: [2021-02-22T04:17:59.581Z] ------------------- [2021-02-22T04:17:59.581Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-22T04:17:59.581Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-22T04:17:59.581Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-22T04:17:59.895Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-02-22T04:18:00.003Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-02-22T04:18:00.116Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-22T04:18:00.286Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-22T04:18:00.442Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-22T04:18:00.554Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-22T04:18:00.662Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-22T04:18:00.866Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-22T04:18:00.968Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-02-22T04:18:01.064Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-22T04:18:01.171Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-22T04:18:01.279Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2021-02-22T04:18:01.381Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-22T04:18:01.484Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-22T04:18:01.594Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-22T04:18:01.690Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-02-22T04:18:01.784Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-02-22T04:18:01.890Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-02-22T04:18:01.987Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-22T04:18:02.088Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-02-22T04:18:02.197Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-22T04:18:02.322Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-22T04:18:02.418Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-02-22T04:18:02.513Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-02-22T04:18:02.646Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-02-22T04:18:02.739Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-22T04:18:02.832Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-22T04:18:02.934Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-790 [Pipeline] echo [2021-02-22T04:18:03.042Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-790 [Pipeline] echo [2021-02-22T04:18:03.137Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-790 [Pipeline] echo [2021-02-22T04:18:03.235Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1c5dcca774fd26141df6ad0ee83293992d973ff5 [Pipeline] echo [2021-02-22T04:18:03.335Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1c5dcca [Pipeline] echo [2021-02-22T04:18:03.437Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-22T04:18:03.614Z] provisioning config files... [2021-02-22T04:18:03.648Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-790@tmp/config7445850883827183232tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-22T04:18:04.033Z] ---> docker-login.sh [2021-02-22T04:18:04.033Z] nexus3.edgexfoundry.org:10001 [2021-02-22T04:18:04.295Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T04:18:04.558Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T04:18:04.558Z] Configure a credential helper to remove this warning. See [2021-02-22T04:18:04.558Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T04:18:04.558Z] [2021-02-22T04:18:04.558Z] Login Succeeded [2021-02-22T04:18:04.558Z] nexus3.edgexfoundry.org:10002 [2021-02-22T04:18:04.558Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T04:18:04.821Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T04:18:04.821Z] Configure a credential helper to remove this warning. See [2021-02-22T04:18:04.821Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T04:18:04.821Z] [2021-02-22T04:18:04.821Z] Login Succeeded [2021-02-22T04:18:04.821Z] nexus3.edgexfoundry.org:10003 [2021-02-22T04:18:04.821Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T04:18:04.821Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T04:18:04.821Z] Configure a credential helper to remove this warning. See [2021-02-22T04:18:04.821Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T04:18:04.821Z] [2021-02-22T04:18:04.821Z] Login Succeeded [2021-02-22T04:18:04.821Z] nexus3.edgexfoundry.org:10004 [2021-02-22T04:18:05.083Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T04:18:05.083Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T04:18:05.083Z] Configure a credential helper to remove this warning. See [2021-02-22T04:18:05.083Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T04:18:05.083Z] [2021-02-22T04:18:05.083Z] Login Succeeded [2021-02-22T04:18:05.083Z] docker.io [2021-02-22T04:18:05.346Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T04:18:05.612Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T04:18:05.612Z] Configure a credential helper to remove this warning. See [2021-02-22T04:18:05.612Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T04:18:05.612Z] [2021-02-22T04:18:05.612Z] Login Succeeded [2021-02-22T04:18:05.612Z] ---> docker-login.sh ends [Pipeline] } [2021-02-22T04:18:05.625Z] 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-02-22T04:18:06.529Z] + git log --format=format:%s -1 1c5dcca774fd26141df6ad0ee83293992d973ff5 [Pipeline] echo [2021-02-22T04:18:06.599Z] GIT_COMMIT: 1c5dcca774fd26141df6ad0ee83293992d973ff5, Commit Message: refactor: update logging message of simpledriver [Pipeline] echo [2021-02-22T04:18:06.650Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-02-22T04:18:07.816Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-22T04:18:07.816Z] [2021-02-22T04:18:07.816Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-22T04:18:08.168Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-22T04:18:08.169Z] latest: Pulling from edgex-devops/git-semver [2021-02-22T04:18:08.169Z] 31603596830f: Pulling fs layer [2021-02-22T04:18:08.169Z] 2a8b12db71e7: Pulling fs layer [2021-02-22T04:18:08.169Z] 6ca5941a6612: Pulling fs layer [2021-02-22T04:18:08.169Z] ecc8261a40a4: Pulling fs layer [2021-02-22T04:18:08.169Z] ecc8261a40a4: Waiting [2021-02-22T04:18:08.169Z] 2a8b12db71e7: Verifying Checksum [2021-02-22T04:18:08.169Z] 2a8b12db71e7: Download complete [2021-02-22T04:18:08.433Z] 31603596830f: Verifying Checksum [2021-02-22T04:18:08.433Z] 31603596830f: Download complete [2021-02-22T04:18:08.433Z] 6ca5941a6612: Verifying Checksum [2021-02-22T04:18:08.433Z] 6ca5941a6612: Download complete [2021-02-22T04:18:08.433Z] ecc8261a40a4: Download complete [2021-02-22T04:18:08.695Z] 31603596830f: Pull complete [2021-02-22T04:18:08.957Z] 2a8b12db71e7: Pull complete [2021-02-22T04:18:09.915Z] 6ca5941a6612: Pull complete [2021-02-22T04:18:10.181Z] ecc8261a40a4: Pull complete [2021-02-22T04:18:10.181Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-22T04:18:10.181Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-22T04:18:10.181Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-22T04:18:10.283Z] prd-centos7-docker-4c-2g-27102 does not seem to be running inside a container [2021-02-22T04:18:10.329Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-790 -v /w/workspace/dgexfoundry_device-sdk-go_PR-790:/w/workspace/dgexfoundry_device-sdk-go_PR-790:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-790@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-790@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-22T04:18:12.246Z] $ docker top 34499a1542041b1f2b1caabcba5527b2aff5651a242d99b292d56654ebb3bfa4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-22T04:18:12.541Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-22T04:18:12.541Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-22T04:18:12.766Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-22T04:18:12.770Z] $ docker exec 34499a1542041b1f2b1caabcba5527b2aff5651a242d99b292d56654ebb3bfa4 ssh-agent [2021-02-22T04:18:12.937Z] SSH_AUTH_SOCK=/tmp/ssh-JMkGkCWj4PLC/agent.11 [2021-02-22T04:18:12.937Z] SSH_AGENT_PID=16 [2021-02-22T04:18:12.947Z] Running ssh-add (command line suppressed) [2021-02-22T04:18:13.063Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-790@tmp/private_key_4172111330299132673.key (/w/workspace/dgexfoundry_device-sdk-go_PR-790@tmp/private_key_4172111330299132673.key) [2021-02-22T04:18:13.122Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-22T04:18:13.474Z] + git tag --points-at HEAD [Pipeline] } [2021-02-22T04:18:13.495Z] $ docker exec --env ******** --env ******** 34499a1542041b1f2b1caabcba5527b2aff5651a242d99b292d56654ebb3bfa4 ssh-agent -k [2021-02-22T04:18:13.622Z] unset SSH_AUTH_SOCK; [2021-02-22T04:18:13.622Z] unset SSH_AGENT_PID; [2021-02-22T04:18:13.622Z] echo Agent pid 16 killed; [2021-02-22T04:18:13.671Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-22T04:18:13.825Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-22T04:18:13.825Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-22T04:18:13.997Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-22T04:18:14.001Z] $ docker exec 34499a1542041b1f2b1caabcba5527b2aff5651a242d99b292d56654ebb3bfa4 ssh-agent [2021-02-22T04:18:14.178Z] SSH_AUTH_SOCK=/tmp/ssh-yudTdGmHuk55/agent.44 [2021-02-22T04:18:14.178Z] SSH_AGENT_PID=49 [2021-02-22T04:18:14.185Z] Running ssh-add (command line suppressed) [2021-02-22T04:18:14.302Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-790@tmp/private_key_6387610631900143314.key (/w/workspace/dgexfoundry_device-sdk-go_PR-790@tmp/private_key_6387610631900143314.key) [2021-02-22T04:18:14.354Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-22T04:18:14.688Z] + git semver init [2021-02-22T04:18:14.688Z] # -> Open(): unable to determine branch for HEAD [2021-02-22T04:18:14.688Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-790/.git [2021-02-22T04:18:14.688Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-790 [2021-02-22T04:18:14.688Z] # $SEMVER_REMOTE_NAME = origin [2021-02-22T04:18:14.688Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-22T04:18:14.688Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-22T04:18:14.688Z] # $SEMVER_BRANCH = PR-790 [2021-02-22T04:18:14.688Z] # $SEMVER_TEMP = /tmp/semver-791143090 [2021-02-22T04:18:14.688Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-02-22T04:18:15.261Z] # '/tmp/semver-791143090' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-790/.semver' [2021-02-22T04:18:15.261Z] # -> Force: false [2021-02-22T04:18:15.261Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-790/.semver [Pipeline] } [2021-02-22T04:18:15.273Z] $ docker exec --env ******** --env ******** 34499a1542041b1f2b1caabcba5527b2aff5651a242d99b292d56654ebb3bfa4 ssh-agent -k [2021-02-22T04:18:15.409Z] unset SSH_AUTH_SOCK; [2021-02-22T04:18:15.409Z] unset SSH_AGENT_PID; [2021-02-22T04:18:15.409Z] echo Agent pid 49 killed; [2021-02-22T04:18:15.459Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-22T04:18:15.939Z] + git semver [Pipeline] } [2021-02-22T04:18:15.960Z] $ docker stop --time=1 34499a1542041b1f2b1caabcba5527b2aff5651a242d99b292d56654ebb3bfa4 [2021-02-22T04:18:17.353Z] $ docker rm -f 34499a1542041b1f2b1caabcba5527b2aff5651a242d99b292d56654ebb3bfa4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-22T04:18:17.818Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-22T04:18:18.274Z] Stashed 1 file(s) [Pipeline] echo [2021-02-22T04:18:18.278Z] [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-02-22T04:18:33.879Z] Still waiting to schedule task [2021-02-22T04:18:33.880Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-27102’ [2021-02-22T04:18:33.882Z] Still waiting to schedule task [2021-02-22T04:18:33.882Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline [2021-02-22T04:20:21.431Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-27103 in /w/workspace/dgexfoundry_device-sdk-go_PR-790 [Pipeline] { [Pipeline] ws [2021-02-22T04:20:21.552Z] Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout [2021-02-22T04:20:27.216Z] using credential edgex-jenkins-ssh [2021-02-22T04:20:27.280Z] Cloning the remote Git repository [2021-02-22T04:20:27.358Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-02-22T04:20:27.473Z] > git init /w/workspace/device-sdk-go/3 # timeout=10 [2021-02-22T04:20:27.566Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-02-22T04:20:27.567Z] > git --version # timeout=10 [2021-02-22T04:20:27.585Z] > git --version # 'git version 2.17.1' [2021-02-22T04:20:27.586Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-22T04:20:27.638Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-22T04:20:28.777Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-02-22T04:20:28.800Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-22T04:20:28.838Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-02-22T04:20:28.872Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-02-22T04:20:28.873Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-22T04:20:28.884Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/790/head:refs/remotes/origin/PR-790 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-22T04:20:29.465Z] Merging remotes/origin/master commit 24bd13d414fb94824a4c7d4031bbe24e258abd9f into PR head commit 1c5dcca774fd26141df6ad0ee83293992d973ff5 [2021-02-22T04:20:29.709Z] Merge succeeded, producing 1c5dcca774fd26141df6ad0ee83293992d973ff5 [2021-02-22T04:20:29.710Z] Checking out Revision 1c5dcca774fd26141df6ad0ee83293992d973ff5 (PR-790) [2021-02-22T04:20:29.500Z] > git config core.sparsecheckout # timeout=10 [2021-02-22T04:20:29.519Z] > git checkout -f 1c5dcca774fd26141df6ad0ee83293992d973ff5 # timeout=10 [2021-02-22T04:20:29.635Z] > git remote # timeout=10 [2021-02-22T04:20:29.651Z] > git config --get remote.origin.url # timeout=10 [2021-02-22T04:20:29.670Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-22T04:20:29.682Z] > git merge 24bd13d414fb94824a4c7d4031bbe24e258abd9f # timeout=10 [2021-02-22T04:20:29.705Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-22T04:20:29.734Z] > git config core.sparsecheckout # timeout=10 [2021-02-22T04:20:29.754Z] > git checkout -f 1c5dcca774fd26141df6ad0ee83293992d973ff5 # timeout=10 [2021-02-22T04:20:34.294Z] Commit message: "refactor: update logging message of simpledriver" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-22T04:20:35.875Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-22T04:20:36.301Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-22T04:20:36.704Z] + + sudotrue service [2021-02-22T04:20:36.704Z] docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-22T04:20:38.762Z] provisioning config files... [2021-02-22T04:20:38.855Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/3@tmp/config8610208004123268062tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-22T04:20:39.343Z] ---> docker-login.sh [2021-02-22T04:20:39.343Z] nexus3.edgexfoundry.org:10001 [2021-02-22T04:20:40.329Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T04:20:40.604Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T04:20:40.604Z] Configure a credential helper to remove this warning. See [2021-02-22T04:20:40.604Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T04:20:40.604Z] [2021-02-22T04:20:40.890Z] Login Succeeded [2021-02-22T04:20:40.890Z] nexus3.edgexfoundry.org:10002 [2021-02-22T04:20:41.164Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T04:20:41.438Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T04:20:41.438Z] Configure a credential helper to remove this warning. See [2021-02-22T04:20:41.438Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T04:20:41.438Z] [2021-02-22T04:20:41.438Z] Login Succeeded [2021-02-22T04:20:41.438Z] nexus3.edgexfoundry.org:10003 [2021-02-22T04:20:41.712Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T04:20:41.989Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T04:20:41.989Z] Configure a credential helper to remove this warning. See [2021-02-22T04:20:41.989Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T04:20:41.989Z] [2021-02-22T04:20:41.989Z] Login Succeeded [2021-02-22T04:20:41.989Z] nexus3.edgexfoundry.org:10004 [2021-02-22T04:20:42.269Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T04:20:42.544Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T04:20:42.545Z] Configure a credential helper to remove this warning. See [2021-02-22T04:20:42.545Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T04:20:42.545Z] [2021-02-22T04:20:42.545Z] Login Succeeded [2021-02-22T04:20:42.545Z] docker.io [2021-02-22T04:20:42.819Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T04:20:43.091Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T04:20:43.091Z] Configure a credential helper to remove this warning. See [2021-02-22T04:20:43.091Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T04:20:43.091Z] [2021-02-22T04:20:43.091Z] Login Succeeded [2021-02-22T04:20:43.091Z] ---> docker-login.sh ends [Pipeline] } [2021-02-22T04:20:43.112Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-22T04:20:43.629Z] ========================================================= [2021-02-22T04:20:43.629Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-22T04:20:43.629Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-22T04:20:44.035Z] + 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-02-22T04:20:44.653Z] Sending build context to Docker daemon 2.408MB [2021-02-22T04:20:44.653Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-22T04:20:44.653Z] Step 2/8 : FROM ${BASE} [2021-02-22T04:20:44.653Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-22T04:20:44.653Z] 5f621e34cdf4: Pulling fs layer [2021-02-22T04:20:44.653Z] a4357932f1b6: Pulling fs layer [2021-02-22T04:20:44.653Z] 18c013af1878: Pulling fs layer [2021-02-22T04:20:44.653Z] 00ac8860ef70: Pulling fs layer [2021-02-22T04:20:44.653Z] 63d7cb157983: Pulling fs layer [2021-02-22T04:20:44.653Z] b116817d02f9: Pulling fs layer [2021-02-22T04:20:44.653Z] 745a02a5169b: Pulling fs layer [2021-02-22T04:20:44.653Z] 00ac8860ef70: Waiting [2021-02-22T04:20:44.653Z] 63d7cb157983: Waiting [2021-02-22T04:20:44.653Z] b116817d02f9: Waiting [2021-02-22T04:20:44.653Z] 745a02a5169b: Waiting [2021-02-22T04:20:44.653Z] 18c013af1878: Download complete [2021-02-22T04:20:44.653Z] a4357932f1b6: Verifying Checksum [2021-02-22T04:20:44.653Z] a4357932f1b6: Download complete [2021-02-22T04:20:44.653Z] 63d7cb157983: Verifying Checksum [2021-02-22T04:20:44.653Z] 63d7cb157983: Download complete [2021-02-22T04:20:44.653Z] b116817d02f9: Download complete [2021-02-22T04:20:44.935Z] 5f621e34cdf4: Verifying Checksum [2021-02-22T04:20:44.935Z] 5f621e34cdf4: Download complete [2021-02-22T04:20:45.542Z] 5f621e34cdf4: Pull complete [2021-02-22T04:20:46.152Z] a4357932f1b6: Pull complete [2021-02-22T04:20:46.429Z] 18c013af1878: Pull complete [2021-02-22T04:20:47.882Z] 745a02a5169b: Verifying Checksum [2021-02-22T04:20:47.883Z] 745a02a5169b: Download complete [2021-02-22T04:20:48.866Z] 00ac8860ef70: Verifying Checksum [2021-02-22T04:20:48.866Z] 00ac8860ef70: Download complete [2021-02-22T04:20:59.069Z] 00ac8860ef70: Pull complete [2021-02-22T04:20:59.069Z] 63d7cb157983: Pull complete [2021-02-22T04:20:59.069Z] b116817d02f9: Pull complete [2021-02-22T04:21:02.471Z] 745a02a5169b: Pull complete [2021-02-22T04:21:02.471Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-22T04:21:02.472Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-22T04:21:02.472Z] ---> b7e6874047d6 [2021-02-22T04:21:02.472Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-22T04:21:05.127Z] ---> Running in 2ed424309374 [2021-02-22T04:21:05.729Z] Removing intermediate container 2ed424309374 [2021-02-22T04:21:05.729Z] ---> a5e66bd297f7 [2021-02-22T04:21:05.729Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T04:21:05.729Z] ---> Running in ec1633737d78 [2021-02-22T04:21:08.368Z] Removing intermediate container ec1633737d78 [2021-02-22T04:21:08.368Z] ---> 3d1089c526ca [2021-02-22T04:21:08.368Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-02-22T04:21:08.368Z] ---> Running in 288c69c689ed [2021-02-22T04:21:09.357Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-22T04:21:10.334Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-22T04:21:11.319Z] OK: 142 MiB in 39 packages [2021-02-22T04:21:12.309Z] Removing intermediate container 288c69c689ed [2021-02-22T04:21:12.309Z] ---> 876ac7463746 [2021-02-22T04:21:12.309Z] Step 6/8 : WORKDIR /device-sdk-go [2021-02-22T04:21:12.600Z] ---> Running in bf28f931ca24 [2021-02-22T04:21:13.196Z] Removing intermediate container bf28f931ca24 [2021-02-22T04:21:13.196Z] ---> e4cf990bfcb4 [2021-02-22T04:21:13.196Z] Step 7/8 : COPY . . [2021-02-22T04:21:14.180Z] ---> d4e5c2d01cba [2021-02-22T04:21:14.180Z] Step 8/8 : RUN go mod download [2021-02-22T04:21:14.457Z] ---> Running in 25c0de11c3da [2021-02-22T04:21:41.278Z] Removing intermediate container 25c0de11c3da [2021-02-22T04:21:41.278Z] ---> 8316d31b1cd0 [2021-02-22T04:21:41.278Z] Successfully built 8316d31b1cd0 [2021-02-22T04:21:41.278Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-22T04:21:41.640Z] + docker inspect -f . ci-base-image-arm64 [2021-02-22T04:21:41.640Z] . [Pipeline] withDockerContainer [2021-02-22T04:21:41.923Z] prd-ubuntu18.04-docker-arm64-4c-16g-27103 does not seem to be running inside a container [2021-02-22T04:21:42.033Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-22T04:21:43.554Z] $ docker top ab452d3ea38b43732234808b1bead2f9a1dae050a6a54b1ff6fecd1d41ed7abd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-22T04:21:44.609Z] + go version [2021-02-22T04:21:44.609Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-22T04:21:44.642Z] $ docker stop --time=1 ab452d3ea38b43732234808b1bead2f9a1dae050a6a54b1ff6fecd1d41ed7abd [2021-02-22T04:21:46.580Z] $ docker rm -f ab452d3ea38b43732234808b1bead2f9a1dae050a6a54b1ff6fecd1d41ed7abd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-22T04:21:47.635Z] + docker inspect -f . ci-base-image-arm64 [2021-02-22T04:21:47.635Z] . [Pipeline] withDockerContainer [2021-02-22T04:21:47.908Z] prd-ubuntu18.04-docker-arm64-4c-16g-27103 does not seem to be running inside a container [2021-02-22T04:21:48.002Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-22T04:21:49.570Z] $ docker top c31d5eb1491c27cc9eb81b92f78366a0d989d8bd5f3a54389556146d3e00c76f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-22T04:21:50.611Z] + make test [2021-02-22T04:21:50.611Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-22T04:22:12.805Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-02-22T04:22:38.728Z] Running on prd-centos7-docker-4c-2g-27104 in /w/workspace/dgexfoundry_device-sdk-go_PR-790 [Pipeline] { [Pipeline] ws [2021-02-22T04:22:38.786Z] Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout [2021-02-22T04:22:47.919Z] using credential edgex-jenkins-ssh [2021-02-22T04:22:47.980Z] Cloning the remote Git repository [2021-02-22T04:22:48.087Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-02-22T04:22:48.244Z] > git init /w/workspace/device-sdk-go/3 # timeout=10 [2021-02-22T04:22:48.827Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-02-22T04:22:48.828Z] > git --version # timeout=10 [2021-02-22T04:22:48.836Z] > git --version # 'git version 2.24.3' [2021-02-22T04:22:48.837Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-22T04:22:48.983Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-22T04:22:50.763Z] Merging remotes/origin/master commit 24bd13d414fb94824a4c7d4031bbe24e258abd9f into PR head commit 1c5dcca774fd26141df6ad0ee83293992d973ff5 [2021-02-22T04:22:50.892Z] Merge succeeded, producing 1c5dcca774fd26141df6ad0ee83293992d973ff5 [2021-02-22T04:22:50.892Z] Checking out Revision 1c5dcca774fd26141df6ad0ee83293992d973ff5 (PR-790) [2021-02-22T04:22:50.195Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-02-22T04:22:50.229Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-22T04:22:50.263Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-02-22T04:22:50.279Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-02-22T04:22:50.280Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-22T04:22:50.285Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/790/head:refs/remotes/origin/PR-790 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-22T04:22:50.776Z] > git config core.sparsecheckout # timeout=10 [2021-02-22T04:22:50.785Z] > git checkout -f 1c5dcca774fd26141df6ad0ee83293992d973ff5 # timeout=10 [2021-02-22T04:22:50.845Z] > git remote # timeout=10 [2021-02-22T04:22:50.856Z] > git config --get remote.origin.url # timeout=10 [2021-02-22T04:22:50.867Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-22T04:22:50.872Z] > git merge 24bd13d414fb94824a4c7d4031bbe24e258abd9f # timeout=10 [2021-02-22T04:22:50.884Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-22T04:22:50.896Z] > git config core.sparsecheckout # timeout=10 [2021-02-22T04:22:50.903Z] > git checkout -f 1c5dcca774fd26141df6ad0ee83293992d973ff5 # timeout=10 [2021-02-22T04:22:56.349Z] Commit message: "refactor: update logging message of simpledriver" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-22T04:22:59.284Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-22T04:22:59.827Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-02-22T04:22:59.827Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-02-22T04:22:59.827Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-02-22T04:22:59.827Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.123s coverage: 25.5% of statements [2021-02-22T04:22:59.827Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-22T04:23:00.389Z] + sudo service docker restart [2021-02-22T04:23:00.389Z] + true [2021-02-22T04:23:00.389Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-22T04:23:03.627Z] provisioning config files... [2021-02-22T04:23:03.742Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/3@tmp/config7579018195552436067tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-22T04:23:04.437Z] ---> docker-login.sh [2021-02-22T04:23:04.437Z] nexus3.edgexfoundry.org:10001 [2021-02-22T04:23:06.987Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T04:23:07.337Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T04:23:07.337Z] Configure a credential helper to remove this warning. See [2021-02-22T04:23:07.337Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T04:23:07.337Z] [2021-02-22T04:23:07.337Z] Login Succeeded [2021-02-22T04:23:07.337Z] nexus3.edgexfoundry.org:10002 [2021-02-22T04:23:07.337Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T04:23:07.679Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T04:23:07.679Z] Configure a credential helper to remove this warning. See [2021-02-22T04:23:07.679Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T04:23:07.679Z] [2021-02-22T04:23:07.679Z] Login Succeeded [2021-02-22T04:23:07.679Z] nexus3.edgexfoundry.org:10003 [2021-02-22T04:23:08.317Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T04:23:08.317Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T04:23:08.317Z] Configure a credential helper to remove this warning. See [2021-02-22T04:23:08.317Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T04:23:08.317Z] [2021-02-22T04:23:08.317Z] Login Succeeded [2021-02-22T04:23:08.317Z] nexus3.edgexfoundry.org:10004 [2021-02-22T04:23:08.588Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T04:23:08.588Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T04:23:08.588Z] Configure a credential helper to remove this warning. See [2021-02-22T04:23:08.588Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T04:23:08.588Z] [2021-02-22T04:23:08.588Z] Login Succeeded [2021-02-22T04:23:08.588Z] docker.io [2021-02-22T04:23:08.908Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T04:23:09.375Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T04:23:09.375Z] Configure a credential helper to remove this warning. See [2021-02-22T04:23:09.375Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T04:23:09.375Z] [2021-02-22T04:23:09.375Z] Login Succeeded [2021-02-22T04:23:09.375Z] ---> docker-login.sh ends [Pipeline] } [2021-02-22T04:23:09.391Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-22T04:23:10.635Z] ========================================================= [2021-02-22T04:23:10.636Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-22T04:23:10.636Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-22T04:23:11.058Z] + 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-02-22T04:23:11.407Z] Sending build context to Docker daemon 2.418MB [2021-02-22T04:23:11.407Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-22T04:23:11.407Z] Step 2/8 : FROM ${BASE} [2021-02-22T04:23:12.306Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-22T04:23:12.306Z] 188c0c94c7c5: Pulling fs layer [2021-02-22T04:23:12.306Z] 0ef7d3d256c8: Pulling fs layer [2021-02-22T04:23:12.306Z] de9db76c5a1d: Pulling fs layer [2021-02-22T04:23:12.306Z] bca2f99d35d6: Pulling fs layer [2021-02-22T04:23:12.306Z] 93359f2a8cfa: Pulling fs layer [2021-02-22T04:23:12.306Z] 7c6f9722023f: Pulling fs layer [2021-02-22T04:23:12.306Z] a35cf1a2eb13: Pulling fs layer [2021-02-22T04:23:12.306Z] bca2f99d35d6: Waiting [2021-02-22T04:23:12.306Z] 93359f2a8cfa: Waiting [2021-02-22T04:23:12.306Z] 7c6f9722023f: Waiting [2021-02-22T04:23:12.306Z] a35cf1a2eb13: Waiting [2021-02-22T04:23:12.306Z] de9db76c5a1d: Verifying Checksum [2021-02-22T04:23:12.306Z] de9db76c5a1d: Download complete [2021-02-22T04:23:13.688Z] 0ef7d3d256c8: Verifying Checksum [2021-02-22T04:23:13.688Z] 0ef7d3d256c8: Download complete [2021-02-22T04:23:13.688Z] 93359f2a8cfa: Verifying Checksum [2021-02-22T04:23:13.688Z] 93359f2a8cfa: Download complete [2021-02-22T04:23:13.688Z] 7c6f9722023f: Download complete [2021-02-22T04:23:14.445Z] 188c0c94c7c5: Verifying Checksum [2021-02-22T04:23:14.445Z] 188c0c94c7c5: Download complete [2021-02-22T04:23:15.548Z] 188c0c94c7c5: Pull complete [2021-02-22T04:23:16.458Z] 0ef7d3d256c8: Pull complete [2021-02-22T04:23:16.458Z] de9db76c5a1d: Pull complete [2021-02-22T04:23:26.358Z] a35cf1a2eb13: Verifying Checksum [2021-02-22T04:23:26.358Z] a35cf1a2eb13: Download complete [2021-02-22T04:23:26.646Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.124s coverage: 10.1% of statements [2021-02-22T04:23:26.646Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.112s coverage: 12.5% of statements [2021-02-22T04:23:26.646Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-02-22T04:23:26.646Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.154s coverage: 84.8% of statements [2021-02-22T04:23:26.646Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] [2021-02-22T04:23:26.646Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] [2021-02-22T04:23:26.646Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-02-22T04:23:26.646Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-02-22T04:23:26.646Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.222s coverage: 49.2% of statements [2021-02-22T04:23:26.646Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] [2021-02-22T04:23:26.646Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache 0.152s coverage: 81.3% of statements [2021-02-22T04:23:26.646Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.166s coverage: 24.8% of statements [2021-02-22T04:23:26.646Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 5.721s coverage: 83.5% of statements [2021-02-22T04:23:26.646Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.143s coverage: 5.3% of statements [2021-02-22T04:23:26.646Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-02-22T04:23:26.646Z] GO111MODULE=on go vet ./... [2021-02-22T04:23:27.495Z] bca2f99d35d6: Verifying Checksum [2021-02-22T04:23:27.495Z] bca2f99d35d6: Download complete [2021-02-22T04:23:44.064Z] bca2f99d35d6: Pull complete [2021-02-22T04:23:44.064Z] 93359f2a8cfa: Pull complete [2021-02-22T04:23:44.064Z] 7c6f9722023f: Pull complete [2021-02-22T04:23:57.936Z] a35cf1a2eb13: Pull complete [2021-02-22T04:23:57.936Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-22T04:23:57.937Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-22T04:23:57.937Z] ---> a62c8e92a672 [2021-02-22T04:23:57.937Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-22T04:23:57.937Z] ---> Running in aa91c3e8a633 [2021-02-22T04:23:57.937Z] Removing intermediate container aa91c3e8a633 [2021-02-22T04:23:57.937Z] ---> d33019194d37 [2021-02-22T04:23:57.937Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T04:23:57.937Z] ---> Running in cacc42313487 [2021-02-22T04:24:01.810Z] Removing intermediate container cacc42313487 [2021-02-22T04:24:01.810Z] ---> 5030e49e7c30 [2021-02-22T04:24:01.810Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-02-22T04:24:01.810Z] ---> Running in 68b434b918b5 [2021-02-22T04:24:02.800Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-22T04:24:04.227Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-22T04:24:05.353Z] OK: 166 MiB in 39 packages [2021-02-22T04:24:05.853Z] gofmt -l . [2021-02-22T04:24:05.854Z] [ "`gofmt -l .`" = "" ] [2021-02-22T04:24:05.854Z] ./bin/test-attribution-txt.sh [2021-02-22T04:24:05.854Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-02-22T04:24:05.894Z] $ docker stop --time=1 c31d5eb1491c27cc9eb81b92f78366a0d989d8bd5f3a54389556146d3e00c76f [2021-02-22T04:24:06.891Z] Removing intermediate container 68b434b918b5 [2021-02-22T04:24:06.891Z] ---> bbf9151cc276 [2021-02-22T04:24:06.891Z] Step 6/8 : WORKDIR /device-sdk-go [2021-02-22T04:24:06.891Z] ---> Running in 9a54d3872323 [2021-02-22T04:24:07.583Z] Removing intermediate container 9a54d3872323 [2021-02-22T04:24:07.583Z] ---> d814c2ce9da3 [2021-02-22T04:24:07.583Z] Step 7/8 : COPY . . [2021-02-22T04:24:08.195Z] $ docker rm -f c31d5eb1491c27cc9eb81b92f78366a0d989d8bd5f3a54389556146d3e00c76f [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-22T04:24:09.343Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-22T04:24:09.964Z] ---> 3c408c6d26e4 [2021-02-22T04:24:09.964Z] Step 8/8 : RUN go mod download [2021-02-22T04:24:09.964Z] ---> Running in fe98ac60a17f [2021-02-22T04:24:10.229Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-22T04:24:14.080Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-02-22T04:24:14.418Z] + ls -al . [2021-02-22T04:24:14.418Z] total 220 [2021-02-22T04:24:14.418Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 22 04:24 . [2021-02-22T04:24:14.418Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 22 04:20 .. [2021-02-22T04:24:14.418Z] -rw-rw-r-- 1 jenkins jenkins 140 Feb 22 04:20 .dockerignore [2021-02-22T04:24:14.418Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 22 04:20 .git [2021-02-22T04:24:14.418Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 22 04:20 .github [2021-02-22T04:24:14.418Z] -rw-rw-r-- 1 jenkins jenkins 138 Feb 22 04:20 .gitignore [2021-02-22T04:24:14.418Z] -rw-rw-r-- 1 jenkins jenkins 949 Feb 22 04:20 Dockerfile.build [2021-02-22T04:24:14.418Z] -rw-rw-r-- 1 jenkins jenkins 901 Feb 22 04:20 Jenkinsfile [2021-02-22T04:24:14.418Z] -rw-rw-r-- 1 jenkins jenkins 11341 Feb 22 04:20 LICENSE [2021-02-22T04:24:14.418Z] -rw-rw-r-- 1 jenkins jenkins 1016 Feb 22 04:20 Makefile [2021-02-22T04:24:14.418Z] -rw-rw-r-- 1 jenkins jenkins 5897 Feb 22 04:20 README.md [2021-02-22T04:24:14.418Z] -rw-rw-r-- 1 jenkins jenkins 6616 Feb 22 04:20 RELEASE-NOTES.txt [2021-02-22T04:24:14.418Z] -rw-rw-r-- 1 jenkins jenkins 5 Feb 22 04:18 VERSION [2021-02-22T04:24:14.418Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 22 04:20 bin [2021-02-22T04:24:14.418Z] -rw-r--r-- 1 jenkins jenkins 101757 Feb 22 04:23 coverage.out [2021-02-22T04:24:14.418Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 22 04:20 example [2021-02-22T04:24:14.418Z] -rw-r--r-- 1 jenkins jenkins 515 Feb 22 04:24 go.mod [2021-02-22T04:24:14.418Z] -rw-r--r-- 1 jenkins jenkins 19062 Feb 22 04:24 go.sum [2021-02-22T04:24:14.418Z] drwxrwxr-x 13 jenkins jenkins 4096 Feb 22 04:20 internal [2021-02-22T04:24:14.418Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 22 04:20 openapi [2021-02-22T04:24:14.418Z] drwxrwxr-x 5 jenkins jenkins 4096 Feb 22 04:20 pkg [2021-02-22T04:24:14.418Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 22 04:20 snap [2021-02-22T04:24:14.418Z] -rw-rw-r-- 1 jenkins jenkins 222 Feb 22 04:20 version.go [Pipeline] isUnix [Pipeline] sh [2021-02-22T04:24:14.758Z] + 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=1c5dcca774fd26141df6ad0ee83293992d973ff5 --label arch=arm64 --label version=0.0.0 . [2021-02-22T04:24:15.366Z] Sending build context to Docker daemon 2.511MB [2021-02-22T04:24:15.366Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-02-22T04:24:15.366Z] Step 2/24 : FROM ${BASE} AS builder [2021-02-22T04:24:15.366Z] ---> 8316d31b1cd0 [2021-02-22T04:24:15.366Z] Step 3/24 : ARG MAKE='make build' [2021-02-22T04:24:15.366Z] ---> Running in 1c6de77b742d [2021-02-22T04:24:15.969Z] Removing intermediate container 1c6de77b742d [2021-02-22T04:24:15.969Z] ---> c7134d034bb3 [2021-02-22T04:24:15.969Z] Step 4/24 : WORKDIR /device-sdk-go [2021-02-22T04:24:15.969Z] ---> Running in 3ccb08f863f2 [2021-02-22T04:24:16.566Z] Removing intermediate container 3ccb08f863f2 [2021-02-22T04:24:16.566Z] ---> e7fa05f7fd8b [2021-02-22T04:24:16.566Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-22T04:24:16.566Z] ---> Running in cc5902b19625 [2021-02-22T04:24:17.171Z] Removing intermediate container cc5902b19625 [2021-02-22T04:24:17.171Z] ---> d158345e3ccb [2021-02-22T04:24:17.171Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T04:24:17.171Z] ---> Running in d111a7411aea [2021-02-22T04:24:19.794Z] Removing intermediate container d111a7411aea [2021-02-22T04:24:19.794Z] ---> a37a4e917e68 [2021-02-22T04:24:19.794Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-02-22T04:24:19.794Z] ---> Running in ed938db165be [2021-02-22T04:24:20.782Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-22T04:24:21.384Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-22T04:24:22.363Z] OK: 142 MiB in 39 packages [2021-02-22T04:24:23.344Z] Removing intermediate container ed938db165be [2021-02-22T04:24:23.344Z] ---> 863cb2a9ca77 [2021-02-22T04:24:23.344Z] Step 8/24 : COPY . . [2021-02-22T04:24:24.782Z] ---> 3fbaf217c88e [2021-02-22T04:24:24.782Z] Step 9/24 : RUN ${MAKE} [2021-02-22T04:24:24.782Z] ---> Running in e18948ebf0ba [2021-02-22T04:24:25.764Z] 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-02-22T04:24:51.365Z] Removing intermediate container fe98ac60a17f [2021-02-22T04:24:51.365Z] ---> 47755a19139f [2021-02-22T04:24:51.365Z] Successfully built 47755a19139f [2021-02-22T04:24:51.365Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-22T04:24:51.828Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-22T04:24:52.248Z] . [Pipeline] withDockerContainer [2021-02-22T04:24:52.624Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-02-22T04:24:52.687Z] prd-centos7-docker-4c-2g-27104 does not seem to be running inside a container [2021-02-22T04:24:53.038Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-22T04:24:53.601Z] Removing intermediate container e18948ebf0ba [2021-02-22T04:24:53.601Z] ---> aa1c45db185a [2021-02-22T04:24:53.601Z] Step 10/24 : FROM scratch [2021-02-22T04:24:53.601Z] ---> [2021-02-22T04:24:53.601Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-22T04:24:53.876Z] ---> Running in 88ab311e2b38 [2021-02-22T04:24:54.149Z] Removing intermediate container 88ab311e2b38 [2021-02-22T04:24:54.149Z] ---> 2d77c3a9032a [2021-02-22T04:24:54.149Z] Step 12/24 : ENV APP_PORT=49990 [2021-02-22T04:24:54.424Z] ---> Running in e5c59058d4a1 [2021-02-22T04:24:54.697Z] Removing intermediate container e5c59058d4a1 [2021-02-22T04:24:54.697Z] ---> 87c3a9d0f0d6 [2021-02-22T04:24:54.697Z] Step 13/24 : EXPOSE $APP_PORT [2021-02-22T04:24:54.970Z] ---> Running in 3e7c13f9f19b [2021-02-22T04:24:55.242Z] Removing intermediate container 3e7c13f9f19b [2021-02-22T04:24:55.242Z] ---> 46c9c4008af2 [2021-02-22T04:24:55.242Z] Step 14/24 : WORKDIR / [2021-02-22T04:24:55.514Z] ---> Running in 5b0b3d8ed60e [2021-02-22T04:24:55.521Z] $ docker top 0e627d1b543e888a2a5fcd318077f766b2ce8109a4d385fe5f7bc9844e5ceed5 -eo pid,comm [2021-02-22T04:24:55.800Z] Removing intermediate container 5b0b3d8ed60e [2021-02-22T04:24:55.800Z] ---> 35d2c333c66e [2021-02-22T04:24:55.800Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [Pipeline] { [Pipeline] sh [2021-02-22T04:24:56.238Z] + go version [2021-02-22T04:24:56.274Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-22T04:24:56.293Z] $ docker stop --time=1 0e627d1b543e888a2a5fcd318077f766b2ce8109a4d385fe5f7bc9844e5ceed5 [2021-02-22T04:24:57.247Z] ---> 06fed03c1e28 [2021-02-22T04:24:57.247Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-02-22T04:24:57.840Z] ---> 042f03e86a1c [2021-02-22T04:24:57.840Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-02-22T04:24:58.091Z] $ docker rm -f 0e627d1b543e888a2a5fcd318077f766b2ce8109a4d385fe5f7bc9844e5ceed5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [2021-02-22T04:24:58.436Z] ---> d72c433f45c9 [2021-02-22T04:24:58.437Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-22T04:24:59.348Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-22T04:24:59.348Z] . [Pipeline] withDockerContainer [2021-02-22T04:24:59.414Z] ---> aa88107253be [2021-02-22T04:24:59.414Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-02-22T04:25:00.009Z] ---> ffe27a5ac643 [2021-02-22T04:25:00.009Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-02-22T04:25:00.080Z] prd-centos7-docker-4c-2g-27104 does not seem to be running inside a container [2021-02-22T04:25:00.249Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-22T04:25:00.282Z] ---> Running in e223afaf87cc [2021-02-22T04:25:00.554Z] Removing intermediate container e223afaf87cc [2021-02-22T04:25:00.554Z] ---> 4cfb8235ffb6 [2021-02-22T04:25:00.554Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-22T04:25:00.823Z] ---> Running in add6e3d98377 [2021-02-22T04:25:01.094Z] Removing intermediate container add6e3d98377 [2021-02-22T04:25:01.094Z] ---> 1f032a981962 [2021-02-22T04:25:01.094Z] Step 22/24 : LABEL arch=arm64 [2021-02-22T04:25:01.094Z] ---> Running in baecb27a5605 [2021-02-22T04:25:01.501Z] $ docker top fc5fd9aa2873087249003a45596b73bd8b86f203636ca3ef6f28674e56894ea2 -eo pid,comm [2021-02-22T04:25:01.685Z] Removing intermediate container baecb27a5605 [2021-02-22T04:25:01.685Z] ---> 01b83e49699e [2021-02-22T04:25:01.686Z] Step 23/24 : LABEL git_sha=1c5dcca774fd26141df6ad0ee83293992d973ff5 [Pipeline] { [Pipeline] sh [2021-02-22T04:25:01.971Z] ---> Running in ba4681335d1b [2021-02-22T04:25:02.250Z] Removing intermediate container ba4681335d1b [2021-02-22T04:25:02.250Z] ---> f4ecd7270e17 [2021-02-22T04:25:02.250Z] Step 24/24 : LABEL version=0.0.0 [2021-02-22T04:25:02.528Z] ---> Running in 5db3aab4858e [2021-02-22T04:25:02.731Z] + make test [2021-02-22T04:25:02.731Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-22T04:25:03.124Z] Removing intermediate container 5db3aab4858e [2021-02-22T04:25:03.124Z] ---> 5e7e3a43170c [2021-02-22T04:25:03.124Z] [Warning] One or more build-args [ARCH] were not consumed [2021-02-22T04:25:03.124Z] Successfully built 5e7e3a43170c [2021-02-22T04:25:03.124Z] 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] } [2021-02-22T04:25:26.255Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-02-22T04:26:08.402Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-02-22T04:26:08.402Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-02-22T04:26:08.402Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-02-22T04:26:15.692Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.205s coverage: 25.5% of statements [2021-02-22T04:26:42.934Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.291s coverage: 10.1% of statements [2021-02-22T04:26:42.934Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.090s coverage: 12.5% of statements [2021-02-22T04:26:42.934Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-02-22T04:26:42.934Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.196s coverage: 84.8% of statements [2021-02-22T04:26:42.934Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] [2021-02-22T04:26:42.934Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] [2021-02-22T04:26:42.934Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-02-22T04:26:42.934Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-02-22T04:26:42.934Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.114s coverage: 49.2% of statements [2021-02-22T04:26:42.934Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] [2021-02-22T04:26:42.934Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache 0.099s coverage: 81.3% of statements [2021-02-22T04:26:42.934Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.151s coverage: 24.8% of statements [2021-02-22T04:26:42.934Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.876s coverage: 83.5% of statements [2021-02-22T04:26:42.934Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.143s coverage: 5.3% of statements [2021-02-22T04:26:42.934Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-02-22T04:26:42.934Z] GO111MODULE=on go vet ./... [2021-02-22T04:27:23.554Z] gofmt -l . [2021-02-22T04:27:23.554Z] [ "`gofmt -l .`" = "" ] [2021-02-22T04:27:23.554Z] ./bin/test-attribution-txt.sh [2021-02-22T04:27:24.168Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-02-22T04:27:26.564Z] $ docker stop --time=1 fc5fd9aa2873087249003a45596b73bd8b86f203636ca3ef6f28674e56894ea2 [2021-02-22T04:27:28.895Z] $ docker rm -f fc5fd9aa2873087249003a45596b73bd8b86f203636ca3ef6f28674e56894ea2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-22T04:27:30.100Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-22T04:27:30.194Z] Warning: overwriting stash ‘coverage-report’ [2021-02-22T04:27:31.165Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-02-22T04:27:31.952Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-02-22T04:27:32.319Z] + ls -al . [2021-02-22T04:27:32.319Z] total 184 [2021-02-22T04:27:32.319Z] drwxrwxr-x. 10 jenkins jenkins 4096 Feb 22 04:27 . [2021-02-22T04:27:32.319Z] drwxrwxr-x. 4 jenkins jenkins 28 Feb 22 04:22 .. [2021-02-22T04:27:32.319Z] drwxrwxr-x. 2 jenkins jenkins 64 Feb 22 04:22 bin [2021-02-22T04:27:32.319Z] -rw-r--r--. 1 jenkins jenkins 101757 Feb 22 04:26 coverage.out [2021-02-22T04:27:32.319Z] -rw-rw-r--. 1 jenkins jenkins 949 Feb 22 04:22 Dockerfile.build [2021-02-22T04:27:32.319Z] -rw-rw-r--. 1 jenkins jenkins 140 Feb 22 04:22 .dockerignore [2021-02-22T04:27:32.319Z] drwxrwxr-x. 4 jenkins jenkins 48 Feb 22 04:22 example [2021-02-22T04:27:32.319Z] drwxrwxr-x. 8 jenkins jenkins 179 Feb 22 04:22 .git [2021-02-22T04:27:32.319Z] drwxrwxr-x. 2 jenkins jenkins 103 Feb 22 04:22 .github [2021-02-22T04:27:32.319Z] -rw-rw-r--. 1 jenkins jenkins 138 Feb 22 04:22 .gitignore [2021-02-22T04:27:32.319Z] -rw-r--r--. 1 jenkins jenkins 515 Feb 22 04:27 go.mod [2021-02-22T04:27:32.319Z] -rw-r--r--. 1 jenkins jenkins 19062 Feb 22 04:27 go.sum [2021-02-22T04:27:32.319Z] drwxrwxr-x. 13 jenkins jenkins 183 Feb 22 04:22 internal [2021-02-22T04:27:32.319Z] -rw-rw-r--. 1 jenkins jenkins 901 Feb 22 04:22 Jenkinsfile [2021-02-22T04:27:32.319Z] -rw-rw-r--. 1 jenkins jenkins 11341 Feb 22 04:22 LICENSE [2021-02-22T04:27:32.319Z] -rw-rw-r--. 1 jenkins jenkins 1016 Feb 22 04:22 Makefile [2021-02-22T04:27:32.319Z] drwxrwxr-x. 4 jenkins jenkins 26 Feb 22 04:22 openapi [2021-02-22T04:27:32.319Z] drwxrwxr-x. 5 jenkins jenkins 50 Feb 22 04:22 pkg [2021-02-22T04:27:32.319Z] -rw-rw-r--. 1 jenkins jenkins 5897 Feb 22 04:22 README.md [2021-02-22T04:27:32.319Z] -rw-rw-r--. 1 jenkins jenkins 6616 Feb 22 04:22 RELEASE-NOTES.txt [2021-02-22T04:27:32.319Z] drwxrwxr-x. 4 jenkins jenkins 54 Feb 22 04:22 snap [2021-02-22T04:27:32.319Z] -rw-rw-r--. 1 jenkins jenkins 5 Feb 22 04:18 VERSION [2021-02-22T04:27:32.319Z] -rw-rw-r--. 1 jenkins jenkins 222 Feb 22 04:22 version.go [Pipeline] isUnix [Pipeline] sh [2021-02-22T04:27:32.748Z] + 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=1c5dcca774fd26141df6ad0ee83293992d973ff5 --label arch=amd64 --label version=0.0.0 . [2021-02-22T04:27:34.015Z] Sending build context to Docker daemon 2.521MB [2021-02-22T04:27:34.015Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-02-22T04:27:34.015Z] Step 2/24 : FROM ${BASE} AS builder [2021-02-22T04:27:34.015Z] ---> 47755a19139f [2021-02-22T04:27:34.015Z] Step 3/24 : ARG MAKE='make build' [2021-02-22T04:27:34.294Z] ---> Running in 02c90549fff4 [2021-02-22T04:27:34.626Z] Removing intermediate container 02c90549fff4 [2021-02-22T04:27:34.626Z] ---> 5a395134593f [2021-02-22T04:27:34.626Z] Step 4/24 : WORKDIR /device-sdk-go [2021-02-22T04:27:34.626Z] ---> Running in 58b9edd0c327 [2021-02-22T04:27:35.279Z] Removing intermediate container 58b9edd0c327 [2021-02-22T04:27:35.279Z] ---> f501886c52cd [2021-02-22T04:27:35.279Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-22T04:27:35.279Z] ---> Running in 723b345cd899 [2021-02-22T04:27:35.983Z] Removing intermediate container 723b345cd899 [2021-02-22T04:27:35.983Z] ---> be810f76de46 [2021-02-22T04:27:35.983Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T04:27:35.983Z] ---> Running in 2564560ea1e1 [2021-02-22T04:27:38.942Z] Removing intermediate container 2564560ea1e1 [2021-02-22T04:27:38.942Z] ---> bde9c10e4775 [2021-02-22T04:27:38.942Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-02-22T04:27:38.942Z] ---> Running in 590c5b2cb1aa [2021-02-22T04:27:40.556Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-22T04:27:41.186Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-22T04:27:43.205Z] OK: 166 MiB in 39 packages [2021-02-22T04:27:44.368Z] Removing intermediate container 590c5b2cb1aa [2021-02-22T04:27:44.368Z] ---> 3a4450ec0472 [2021-02-22T04:27:44.368Z] Step 8/24 : COPY . . [2021-02-22T04:27:46.593Z] ---> 863d3b4db15d [2021-02-22T04:27:46.593Z] Step 9/24 : RUN ${MAKE} [2021-02-22T04:27:46.593Z] ---> Running in 2cd88bee2723 [2021-02-22T04:27:47.708Z] 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-02-22T04:28:16.005Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-02-22T04:28:20.763Z] Removing intermediate container 2cd88bee2723 [2021-02-22T04:28:20.763Z] ---> 9f8f3a5c05b1 [2021-02-22T04:28:20.763Z] Step 10/24 : FROM scratch [2021-02-22T04:28:20.763Z] ---> [2021-02-22T04:28:20.763Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-22T04:28:20.763Z] ---> Running in 292e6c24b50f [2021-02-22T04:28:20.763Z] Removing intermediate container 292e6c24b50f [2021-02-22T04:28:20.763Z] ---> e35207c74377 [2021-02-22T04:28:20.763Z] Step 12/24 : ENV APP_PORT=49990 [2021-02-22T04:28:20.763Z] ---> Running in a42d1c841cbf [2021-02-22T04:28:20.763Z] Removing intermediate container a42d1c841cbf [2021-02-22T04:28:20.763Z] ---> f92b2e7cd4be [2021-02-22T04:28:20.763Z] Step 13/24 : EXPOSE $APP_PORT [2021-02-22T04:28:20.763Z] ---> Running in afbcda7a68a8 [2021-02-22T04:28:21.483Z] Removing intermediate container afbcda7a68a8 [2021-02-22T04:28:21.483Z] ---> 087c7c21b564 [2021-02-22T04:28:21.483Z] Step 14/24 : WORKDIR / [2021-02-22T04:28:21.483Z] ---> Running in c79a825e857a [2021-02-22T04:28:22.684Z] Removing intermediate container c79a825e857a [2021-02-22T04:28:22.684Z] ---> 8a5c20f81746 [2021-02-22T04:28:22.684Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-02-22T04:28:23.872Z] ---> 925cb50f4db9 [2021-02-22T04:28:23.872Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-02-22T04:28:24.573Z] ---> c77a3a91d985 [2021-02-22T04:28:24.573Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-02-22T04:28:25.290Z] ---> 07641a6bb038 [2021-02-22T04:28:25.290Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-02-22T04:28:26.345Z] ---> 68789310a5ae [2021-02-22T04:28:26.345Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-02-22T04:28:27.714Z] ---> ec9403c22a71 [2021-02-22T04:28:27.714Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-02-22T04:28:28.006Z] ---> Running in a53269e33759 [2021-02-22T04:28:28.725Z] Removing intermediate container a53269e33759 [2021-02-22T04:28:28.725Z] ---> 2e5ce76ea000 [2021-02-22T04:28:28.725Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-22T04:28:28.725Z] ---> Running in a8716f465a3d [2021-02-22T04:28:29.383Z] Removing intermediate container a8716f465a3d [2021-02-22T04:28:29.383Z] ---> 45691d9b9680 [2021-02-22T04:28:29.383Z] Step 22/24 : LABEL arch=amd64 [2021-02-22T04:28:29.749Z] ---> Running in 9f933b27d7a4 [2021-02-22T04:28:30.019Z] Removing intermediate container 9f933b27d7a4 [2021-02-22T04:28:30.019Z] ---> 27fd9fd6f501 [2021-02-22T04:28:30.019Z] Step 23/24 : LABEL git_sha=1c5dcca774fd26141df6ad0ee83293992d973ff5 [2021-02-22T04:28:30.318Z] ---> Running in 864d2c507398 [2021-02-22T04:28:30.612Z] Removing intermediate container 864d2c507398 [2021-02-22T04:28:30.612Z] ---> c8873aa3940b [2021-02-22T04:28:30.612Z] Step 24/24 : LABEL version=0.0.0 [2021-02-22T04:28:30.955Z] ---> Running in d97a99dd2d3c [2021-02-22T04:28:31.631Z] Removing intermediate container d97a99dd2d3c [2021-02-22T04:28:31.631Z] ---> 93a505c861af [2021-02-22T04:28:31.631Z] [Warning] One or more build-args [ARCH] were not consumed [2021-02-22T04:28:31.631Z] Successfully built 93a505c861af [2021-02-22T04:28:31.631Z] 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-02-22T04:28:33.748Z] provisioning config files... [2021-02-22T04:28:33.762Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-790@tmp/config8939247787653516324tmp [Pipeline] { [Pipeline] sh [2021-02-22T04:28:34.195Z] + set +x [2021-02-22T04:28:34.195Z] + bash -s -- [2021-02-22T04:28:34.195Z] + curl -s https://codecov.io/bash [2021-02-22T04:28:34.458Z] [2021-02-22T04:28:34.458Z] _____ _ [2021-02-22T04:28:34.458Z] / ____| | | [2021-02-22T04:28:34.458Z] | | ___ __| | ___ ___ _____ __ [2021-02-22T04:28:34.458Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-22T04:28:34.458Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-22T04:28:34.458Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-22T04:28:34.458Z] Bash-20210129-7c25fce [2021-02-22T04:28:34.458Z] [2021-02-22T04:28:34.458Z] [2021-02-22T04:28:34.458Z] ==> git version 2.24.3 found [2021-02-22T04:28:34.458Z] ==> 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-02-22T04:28:34.458Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-22T04:28:34.458Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-22T04:28:34.458Z] ==> Jenkins CI detected. [2021-02-22T04:28:34.458Z] project root: . [2021-02-22T04:28:34.458Z] --> token set from env [2021-02-22T04:28:34.458Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-22T04:28:34.458Z] ==> Running gcov in . (disable via -X gcov) [2021-02-22T04:28:34.458Z] ==> Python coveragepy not found [2021-02-22T04:28:34.458Z] ==> Searching for coverage reports in: [2021-02-22T04:28:34.458Z] + . [2021-02-22T04:28:34.458Z] -> Found 1 reports [2021-02-22T04:28:34.458Z] ==> Detecting git/mercurial file structure [2021-02-22T04:28:34.458Z] ==> Reading reports [2021-02-22T04:28:34.458Z] + ./coverage.out bytes=101757 [2021-02-22T04:28:34.458Z] ==> Appending adjustments [2021-02-22T04:28:34.458Z] https://docs.codecov.io/docs/fixing-reports [2021-02-22T04:28:35.032Z] + Found adjustments [2021-02-22T04:28:35.032Z] ==> Gzipping contents [2021-02-22T04:28:35.032Z] 20K /tmp/codecov.ZPr0y3.gz [2021-02-22T04:28:35.032Z] ==> Uploading reports [2021-02-22T04:28:35.032Z] url: https://codecov.io [2021-02-22T04:28:35.032Z] query: branch=PR-790&commit=1c5dcca774fd26141df6ad0ee83293992d973ff5&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-790%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=790&job=&cmd_args= [2021-02-22T04:28:35.032Z] -> Pinging Codecov [2021-02-22T04:28:35.032Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-790&commit=1c5dcca774fd26141df6ad0ee83293992d973ff5&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-790%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=790&job=&cmd_args= [2021-02-22T04:28:35.299Z] -> Uploading to [2021-02-22T04:28:35.299Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-22/7E55EF52A471D76F132DFD9A03CDDE97/1c5dcca774fd26141df6ad0ee83293992d973ff5/6a1f1523-5df9-496d-acf3-8a8a44d8e054.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210222%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210222T042835Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b5a7300c1546b88388575d3a9414c5bb5f8e7bced0083e8d28f034fa698fb330 [2021-02-22T04:28:35.299Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-22T04:28:35.299Z] Dload Upload Total Spent Left Speed [2021-02-22T04:28:35.875Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16494 0 0 100 16494 0 35744 --:--:-- --:--:-- --:--:-- 35701 100 16494 0 0 100 16494 0 35732 --:--:-- --:--:-- --:--:-- 35701 [2021-02-22T04:28:35.875Z] -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/1c5dcca774fd26141df6ad0ee83293992d973ff5 [Pipeline] } [2021-02-22T04:28:35.886Z] 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-02-22T04:28:38.740Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-22T04:28:39.310Z] ---> package-listing.sh [2021-02-22T04:28:39.310Z] ++ facter osfamily [2021-02-22T04:28:39.310Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-22T04:28:39.310Z] + OS_FAMILY=redhat [2021-02-22T04:28:39.310Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-790 [2021-02-22T04:28:39.310Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-22T04:28:39.310Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-22T04:28:39.310Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-22T04:28:39.310Z] + PACKAGES=/tmp/packages_start.txt [2021-02-22T04:28:39.310Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-790 ']' [2021-02-22T04:28:39.310Z] + PACKAGES=/tmp/packages_end.txt [2021-02-22T04:28:39.310Z] + case "${OS_FAMILY}" in [2021-02-22T04:28:39.310Z] + rpm -qa [2021-02-22T04:28:39.310Z] + sort [2021-02-22T04:28:44.632Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-22T04:28:44.632Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-22T04:28:44.632Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-22T04:28:44.632Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-790 ']' [2021-02-22T04:28:44.632Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-790/archives/ [2021-02-22T04:28:44.632Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-790/archives/ [Pipeline] echo [2021-02-22T04:28:44.646Z] 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-790/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-22T04:28:44.943Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-22T04:28:45.258Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-22T04:28:45.258Z] [2021-02-22T04:28:45.258Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-22T04:28:45.609Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-22T04:28:45.609Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-22T04:28:45.609Z] df20fa9351a1: Pulling fs layer [2021-02-22T04:28:45.609Z] 36b3adc4ff6f: Pulling fs layer [2021-02-22T04:28:45.609Z] 8ad3a11d3b57: Pulling fs layer [2021-02-22T04:28:45.609Z] 46f8f816bc3b: Pulling fs layer [2021-02-22T04:28:45.609Z] 93b61091891f: Pulling fs layer [2021-02-22T04:28:45.609Z] 93b9cdb0e59b: Pulling fs layer [2021-02-22T04:28:45.609Z] 5e14af77c1be: Pulling fs layer [2021-02-22T04:28:45.609Z] 01666e4c0597: Pulling fs layer [2021-02-22T04:28:45.609Z] aa168da1d23b: Pulling fs layer [2021-02-22T04:28:45.609Z] 46f8f816bc3b: Waiting [2021-02-22T04:28:45.609Z] 93b61091891f: Waiting [2021-02-22T04:28:45.609Z] 93b9cdb0e59b: Waiting [2021-02-22T04:28:45.609Z] 5e14af77c1be: Waiting [2021-02-22T04:28:45.609Z] aa168da1d23b: Waiting [2021-02-22T04:28:45.609Z] 36b3adc4ff6f: Verifying Checksum [2021-02-22T04:28:45.609Z] 36b3adc4ff6f: Download complete [2021-02-22T04:28:45.877Z] 46f8f816bc3b: Verifying Checksum [2021-02-22T04:28:45.878Z] 46f8f816bc3b: Download complete [2021-02-22T04:28:45.878Z] df20fa9351a1: Verifying Checksum [2021-02-22T04:28:45.878Z] df20fa9351a1: Download complete [2021-02-22T04:28:45.878Z] 93b9cdb0e59b: Verifying Checksum [2021-02-22T04:28:45.878Z] 93b9cdb0e59b: Download complete [2021-02-22T04:28:45.878Z] 5e14af77c1be: Verifying Checksum [2021-02-22T04:28:45.878Z] 5e14af77c1be: Download complete [2021-02-22T04:28:45.878Z] 01666e4c0597: Verifying Checksum [2021-02-22T04:28:45.878Z] 01666e4c0597: Download complete [2021-02-22T04:28:45.878Z] 93b61091891f: Verifying Checksum [2021-02-22T04:28:45.878Z] 93b61091891f: Download complete [2021-02-22T04:28:45.878Z] 8ad3a11d3b57: Verifying Checksum [2021-02-22T04:28:45.878Z] 8ad3a11d3b57: Download complete [2021-02-22T04:28:46.145Z] df20fa9351a1: Pull complete [2021-02-22T04:28:46.412Z] 36b3adc4ff6f: Pull complete [2021-02-22T04:28:47.378Z] 8ad3a11d3b57: Pull complete [2021-02-22T04:28:47.645Z] 46f8f816bc3b: Pull complete [2021-02-22T04:28:47.910Z] aa168da1d23b: Verifying Checksum [2021-02-22T04:28:47.910Z] aa168da1d23b: Download complete [2021-02-22T04:28:47.910Z] 93b61091891f: Pull complete [2021-02-22T04:28:48.176Z] 93b9cdb0e59b: Pull complete [2021-02-22T04:28:48.176Z] 5e14af77c1be: Pull complete [2021-02-22T04:28:48.440Z] 01666e4c0597: Pull complete [2021-02-22T04:28:55.071Z] aa168da1d23b: Pull complete [2021-02-22T04:28:55.071Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-22T04:28:55.071Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-22T04:28:55.071Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-22T04:28:55.232Z] prd-centos7-docker-4c-2g-27102 does not seem to be running inside a container [2021-02-22T04:28:55.291Z] $ 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-790/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-790 -v /w/workspace/dgexfoundry_device-sdk-go_PR-790:/w/workspace/dgexfoundry_device-sdk-go_PR-790:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-790@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-790@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-22T04:28:58.540Z] $ docker top a4efae052ff1bcffe6035e8a9bb3cafaacc1a695797b661903bb6cb700a50936 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-22T04:28:59.127Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-22T04:28:59.426Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-22T04:28:59.725Z] + ls /var/log/sa-host [2021-02-22T04:28:59.725Z] + sadf -c /var/log/sa-host/sa22 [2021-02-22T04:28:59.725Z] file_magic: OK [2021-02-22T04:28:59.725Z] HZ: Using current value: 100 [2021-02-22T04:28:59.725Z] file_header: OK [2021-02-22T04:28:59.725Z] 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-02-22T04:28:59.725Z] Statistics: [2021-02-22T04:28:59.725Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-22T04:28:59.725Z] File successfully converted to sysstat format version 12.2.1 [2021-02-22T04:28:59.725Z] + sadf -c /var/log/sa-host/sa23 [2021-02-22T04:28:59.725Z] file_magic: OK [2021-02-22T04:28:59.725Z] HZ: Using current value: 100 [2021-02-22T04:28:59.725Z] file_header: OK [2021-02-22T04:28:59.725Z] 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-02-22T04:28:59.725Z] Statistics: [2021-02-22T04:28:59.725Z] Hnuu...uuuununununu... [2021-02-22T04:28:59.725Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-22T04:29:00.461Z] provisioning config files... [2021-02-22T04:29:00.494Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-790@tmp/config7563871681071336131tmp [Pipeline] { [Pipeline] echo [2021-02-22T04:29:00.607Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-22T04:29:00.915Z] ---> create-netrc.sh [Pipeline] } [2021-02-22T04:29:00.925Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-22T04:29:01.038Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-22T04:29:01.344Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-22T04:29:01.359Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-22T04:29:01.663Z] ---> sudo-logs.sh [2021-02-22T04:29:01.664Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-02-22T04:29:01.740Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-22T04:29:02.044Z] ---> job-cost.sh [2021-02-22T04:29:02.044Z] lf-activate-venv: SKIPPING [2021-02-22T04:29:02.044Z] INFO: No Stack... [2021-02-22T04:29:02.995Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-22T04:29:03.573Z] INFO: Archiving Costs [Pipeline] echo [2021-02-22T04:29:03.589Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-22T04:29:03.893Z] ---> logs-deploy.sh [2021-02-22T04:29:03.893Z] lf-activate-venv: SKIPPING [2021-02-22T04:29:03.893Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-790/3 [2021-02-22T04:29:03.893Z] INFO: archiving workspace using pattern(s): [2021-02-22T04:29:05.818Z] Archives upload complete. [2021-02-22T04:29:05.818Z] INFO: archiving logs to Nexus [2021-02-22T04:29:06.771Z] ---> uname -a: [2021-02-22T04:29:06.771Z] Linux prd-centos7-docker-4c-2g-27102.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-02-22T04:29:06.771Z] [2021-02-22T04:29:06.771Z] [2021-02-22T04:29:06.771Z] ---> lscpu: [2021-02-22T04:29:06.771Z] Architecture: x86_64 [2021-02-22T04:29:06.771Z] CPU op-mode(s): 32-bit, 64-bit [2021-02-22T04:29:06.771Z] Byte Order: Little Endian [2021-02-22T04:29:06.771Z] Address sizes: 40 bits physical, 48 bits virtual [2021-02-22T04:29:06.771Z] CPU(s): 4 [2021-02-22T04:29:06.771Z] On-line CPU(s) list: 0-3 [2021-02-22T04:29:06.771Z] Thread(s) per core: 1 [2021-02-22T04:29:06.771Z] Core(s) per socket: 1 [2021-02-22T04:29:06.771Z] Socket(s): 4 [2021-02-22T04:29:06.771Z] NUMA node(s): 1 [2021-02-22T04:29:06.771Z] Vendor ID: GenuineIntel [2021-02-22T04:29:06.771Z] CPU family: 6 [2021-02-22T04:29:06.771Z] Model: 44 [2021-02-22T04:29:06.771Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-02-22T04:29:06.771Z] Stepping: 1 [2021-02-22T04:29:06.771Z] CPU MHz: 2933.442 [2021-02-22T04:29:06.771Z] BogoMIPS: 5866.88 [2021-02-22T04:29:06.771Z] Virtualization: VT-x [2021-02-22T04:29:06.771Z] Hypervisor vendor: KVM [2021-02-22T04:29:06.771Z] Virtualization type: full [2021-02-22T04:29:06.771Z] L1d cache: 128 KiB [2021-02-22T04:29:06.771Z] L1i cache: 128 KiB [2021-02-22T04:29:06.771Z] L2 cache: 16 MiB [2021-02-22T04:29:06.771Z] L3 cache: 64 MiB [2021-02-22T04:29:06.771Z] NUMA node0 CPU(s): 0-3 [2021-02-22T04:29:06.771Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-02-22T04:29:06.771Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-02-22T04:29:06.771Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-02-22T04:29:06.771Z] Vulnerability Meltdown: Mitigation; PTI [2021-02-22T04:29:06.771Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-02-22T04:29:06.771Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-02-22T04:29:06.771Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-02-22T04:29:06.771Z] Vulnerability Srbds: Not affected [2021-02-22T04:29:06.771Z] Vulnerability Tsx async abort: Not affected [2021-02-22T04:29:06.771Z] 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-02-22T04:29:06.771Z] [2021-02-22T04:29:06.771Z] [2021-02-22T04:29:06.771Z] ---> nproc: [2021-02-22T04:29:06.771Z] 4 [2021-02-22T04:29:06.771Z] [2021-02-22T04:29:06.771Z] [2021-02-22T04:29:06.771Z] ---> df -h: [2021-02-22T04:29:06.771Z] Filesystem Size Used Available Use% Mounted on [2021-02-22T04:29:06.771Z] overlay 50.0G 7.3G 42.7G 15% / [2021-02-22T04:29:06.771Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-02-22T04:29:06.771Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-02-22T04:29:06.771Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-02-22T04:29:06.771Z] /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os [2021-02-22T04:29:06.771Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf [2021-02-22T04:29:06.771Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname [2021-02-22T04:29:06.771Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts [2021-02-22T04:29:06.771Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host [2021-02-22T04:29:06.771Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure [2021-02-22T04:29:06.771Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log [2021-02-22T04:29:06.771Z] /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json [2021-02-22T04:29:06.771Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-790 [2021-02-22T04:29:06.771Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-790@tmp [2021-02-22T04:29:06.771Z] [2021-02-22T04:29:06.771Z] [2021-02-22T04:29:06.771Z] ---> free -m: [2021-02-22T04:29:06.771Z] total used free shared buff/cache available [2021-02-22T04:29:06.771Z] Mem: 1837 713 113 0 1010 1019 [2021-02-22T04:29:06.771Z] Swap: 1023 1 1022 [2021-02-22T04:29:06.771Z] [2021-02-22T04:29:06.771Z] [2021-02-22T04:29:06.771Z] ---> ip addr: [2021-02-22T04:29:06.771Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-02-22T04:29:06.771Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-02-22T04:29:06.771Z] inet 127.0.0.1/8 scope host lo [2021-02-22T04:29:06.771Z] valid_lft forever preferred_lft forever [2021-02-22T04:29:06.771Z] inet6 ::1/128 scope host [2021-02-22T04:29:06.772Z] valid_lft forever preferred_lft forever [2021-02-22T04:29:06.772Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-02-22T04:29:06.772Z] link/ether fa:16:3e:f4:b3:8e brd ff:ff:ff:ff:ff:ff [2021-02-22T04:29:06.772Z] inet 10.30.122.73/23 brd 10.30.123.255 scope global dynamic eth0 [2021-02-22T04:29:06.772Z] valid_lft 85694sec preferred_lft 85694sec [2021-02-22T04:29:06.772Z] inet6 fe80::f816:3eff:fef4:b38e/64 scope link [2021-02-22T04:29:06.772Z] valid_lft forever preferred_lft forever [2021-02-22T04:29:06.772Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-02-22T04:29:06.772Z] link/ether 02:42:5c:68:24:93 brd ff:ff:ff:ff:ff:ff [2021-02-22T04:29:06.772Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-02-22T04:29:06.772Z] valid_lft forever preferred_lft forever [2021-02-22T04:29:06.772Z] inet6 fe80::42:5cff:fe68:2493/64 scope link [2021-02-22T04:29:06.772Z] valid_lft forever preferred_lft forever [2021-02-22T04:29:06.772Z] [2021-02-22T04:29:06.772Z] [2021-02-22T04:29:06.772Z] ---> sar -b -r -n DEV: [2021-02-22T04:29:06.772Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/22/21 _x86_64_ (4 CPU) [2021-02-22T04:29:06.772Z] [2021-02-22T04:29:06.772Z] 04:17:10 LINUX RESTART (4 CPU) [2021-02-22T04:29:06.772Z] [2021-02-22T04:29:06.772Z] 04:18:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-02-22T04:29:06.772Z] 04:19:01 31.39 11.12 20.26 0.00 4458.17 3138.68 0.00 [2021-02-22T04:29:06.772Z] 04:20:01 1.60 0.00 1.60 0.00 0.00 27.29 0.00 [2021-02-22T04:29:06.772Z] 04:21:01 0.23 0.00 0.23 0.00 0.00 2.86 0.00 [2021-02-22T04:29:06.772Z] 04:22:01 0.28 0.00 0.28 0.00 0.00 3.20 0.00 [2021-02-22T04:29:06.772Z] 04:23:01 0.25 0.00 0.25 0.00 0.00 2.95 0.00 [2021-02-22T04:29:06.772Z] 04:24:01 0.30 0.00 0.30 0.00 0.00 4.18 0.00 [2021-02-22T04:29:06.772Z] 04:25:01 0.28 0.00 0.28 0.00 0.00 3.20 0.00 [2021-02-22T04:29:06.772Z] 04:26:01 0.20 0.00 0.20 0.00 0.00 2.58 0.00 [2021-02-22T04:29:06.772Z] 04:27:01 0.27 0.00 0.27 0.00 0.00 3.48 0.00 [2021-02-22T04:29:06.772Z] 04:28:01 0.25 0.00 0.25 0.00 0.00 2.73 0.00 [2021-02-22T04:29:06.772Z] Average: 3.46 1.10 2.36 0.00 439.29 314.53 0.00 [2021-02-22T04:29:06.772Z] [2021-02-22T04:29:06.772Z] 04:18:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-02-22T04:29:06.772Z] 04:19:01 152120 0 615468 32.71 2620 1111336 1096588 37.42 454036 1077456 20 [2021-02-22T04:29:06.772Z] 04:20:01 157044 0 610536 32.45 2620 1111344 1077652 36.78 451356 1075444 8 [2021-02-22T04:29:06.772Z] 04:21:01 154312 0 613264 32.59 2620 1111348 1077856 36.79 455072 1074584 8 [2021-02-22T04:29:06.772Z] 04:22:01 155488 0 612088 32.53 2620 1111348 1077652 36.78 463052 1065412 8 [2021-02-22T04:29:06.772Z] 04:23:01 153332 0 614236 32.65 2620 1111356 1077820 36.78 458472 1072576 8 [2021-02-22T04:29:06.772Z] 04:24:01 153968 0 613536 32.61 2620 1111420 1077688 36.78 468112 1062348 32 [2021-02-22T04:29:06.772Z] 04:25:01 154156 0 613404 32.60 2620 1111364 1077652 36.78 467908 1062332 8 [2021-02-22T04:29:06.772Z] 04:26:01 154512 0 613044 32.58 2620 1111368 1077652 36.78 467812 1062332 8 [2021-02-22T04:29:06.772Z] 04:27:01 154372 0 613176 32.59 2620 1111376 1077652 36.78 467796 1062380 8 [2021-02-22T04:29:06.772Z] 04:28:01 153996 0 613548 32.61 2620 1111380 1077736 36.78 468368 1062380 8 [2021-02-22T04:29:06.772Z] Average: 154330 0 613230 32.59 2620 1111364 1079595 36.84 462198 1067724 12 [2021-02-22T04:29:06.772Z] [2021-02-22T04:29:06.772Z] 04:18:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-02-22T04:29:06.772Z] 04:19:01 eth0 91.81 78.25 369.72 40.11 0.00 0.00 0.00 0.00 [2021-02-22T04:29:06.772Z] 04:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T04:29:06.772Z] 04:19:01 docker0 13.42 10.68 1.71 23.11 0.00 0.00 0.00 0.00 [2021-02-22T04:29:06.772Z] 04:20:01 eth0 0.72 0.08 0.06 0.01 0.00 0.00 0.00 0.00 [2021-02-22T04:29:06.772Z] 04:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T04:29:06.772Z] 04:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T04:29:06.772Z] 04:21:01 eth0 1.15 0.40 0.31 0.20 0.00 0.00 0.00 0.00 [2021-02-22T04:29:06.772Z] 04:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T04:29:06.772Z] 04:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T04:29:06.772Z] 04:22:01 eth0 0.23 0.02 0.03 0.00 0.00 0.00 0.00 0.00 [2021-02-22T04:29:06.772Z] 04:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T04:29:06.772Z] 04:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T04:29:06.772Z] 04:23:01 eth0 0.57 0.47 0.34 0.24 0.00 0.00 0.00 0.00 [2021-02-22T04:29:06.772Z] 04:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T04:29:06.772Z] 04:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T04:29:06.772Z] 04:24:01 eth0 0.18 0.17 0.07 0.04 0.00 0.00 0.00 0.00 [2021-02-22T04:29:06.772Z] 04:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T04:29:06.772Z] 04:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T04:29:06.772Z] 04:25:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-22T04:29:06.772Z] 04:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T04:29:06.772Z] 04:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T04:29:06.772Z] 04:26:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-22T04:29:06.772Z] 04:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T04:29:06.772Z] 04:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T04:29:06.772Z] 04:27:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-22T04:29:06.772Z] 04:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T04:29:06.772Z] 04:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T04:29:06.772Z] 04:28:01 eth0 0.23 0.20 0.08 0.07 0.00 0.00 0.00 0.00 [2021-02-22T04:29:06.772Z] 04:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T04:29:06.772Z] 04:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T04:29:06.772Z] Average: eth0 9.38 7.87 36.52 4.01 0.00 0.00 0.00 0.00 [2021-02-22T04:29:06.772Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T04:29:06.772Z] Average: docker0 1.32 1.05 0.17 2.28 0.00 0.00 0.00 0.00 [2021-02-22T04:29:06.772Z] [2021-02-22T04:29:06.772Z] [2021-02-22T04:29:06.772Z] ---> sar -P ALL: [2021-02-22T04:29:06.772Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/22/21 _x86_64_ (4 CPU) [2021-02-22T04:29:06.772Z] [2021-02-22T04:29:06.772Z] 04:17:10 LINUX RESTART (4 CPU) [2021-02-22T04:29:06.772Z] [2021-02-22T04:29:06.772Z] 04:18:02 CPU %user %nice %system %iowait %steal %idle [2021-02-22T04:29:06.772Z] 04:19:01 all 2.75 0.00 2.00 0.45 0.03 94.78 [2021-02-22T04:29:06.772Z] 04:19:01 0 2.54 0.00 2.15 0.29 0.03 94.99 [2021-02-22T04:29:06.772Z] 04:19:01 1 2.60 0.00 2.13 0.92 0.02 94.33 [2021-02-22T04:29:06.772Z] 04:19:01 2 3.21 0.00 2.01 0.32 0.03 94.42 [2021-02-22T04:29:06.772Z] 04:19:01 3 2.64 0.00 1.71 0.26 0.03 95.36 [2021-02-22T04:29:06.772Z] 04:20:01 all 0.13 0.00 0.05 0.00 0.00 99.82 [2021-02-22T04:29:06.772Z] 04:20:01 0 0.00 0.00 0.03 0.00 0.00 99.97 [2021-02-22T04:29:06.772Z] 04:20:01 1 0.07 0.00 0.03 0.00 0.00 99.90 [2021-02-22T04:29:06.772Z] 04:20:01 2 0.27 0.00 0.05 0.00 0.00 99.68 [2021-02-22T04:29:06.772Z] 04:20:01 3 0.17 0.00 0.08 0.00 0.00 99.75 [2021-02-22T04:29:06.772Z] 04:21:01 all 0.18 0.00 0.04 0.00 0.00 99.78 [2021-02-22T04:29:06.772Z] 04:21:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2021-02-22T04:29:06.772Z] 04:21:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2021-02-22T04:29:06.772Z] 04:21:01 2 0.55 0.00 0.03 0.00 0.00 99.42 [2021-02-22T04:29:06.772Z] 04:21:01 3 0.08 0.00 0.05 0.00 0.00 99.87 [2021-02-22T04:29:06.772Z] 04:22:01 all 0.06 0.00 0.05 0.00 0.00 99.90 [2021-02-22T04:29:06.772Z] 04:22:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2021-02-22T04:29:06.772Z] 04:22:01 1 0.03 0.00 0.07 0.00 0.00 99.90 [2021-02-22T04:29:06.772Z] 04:22:01 2 0.13 0.00 0.05 0.00 0.00 99.82 [2021-02-22T04:29:06.772Z] 04:22:01 3 0.07 0.00 0.05 0.00 0.00 99.88 [2021-02-22T04:29:06.772Z] 04:23:01 all 0.13 0.00 0.05 0.00 0.00 99.82 [2021-02-22T04:29:06.772Z] 04:23:01 0 0.05 0.00 0.05 0.00 0.00 99.90 [2021-02-22T04:29:06.772Z] 04:23:01 1 0.05 0.00 0.07 0.00 0.00 99.88 [2021-02-22T04:29:06.772Z] 04:23:01 2 0.33 0.00 0.05 0.00 0.00 99.62 [2021-02-22T04:29:06.772Z] 04:23:01 3 0.07 0.00 0.05 0.00 0.00 99.88 [2021-02-22T04:29:06.772Z] 04:24:01 all 0.15 0.00 0.06 0.00 0.00 99.78 [2021-02-22T04:29:06.772Z] 04:24:01 0 0.00 0.00 0.03 0.00 0.00 99.97 [2021-02-22T04:29:06.772Z] 04:24:01 1 0.07 0.00 0.15 0.00 0.00 99.78 [2021-02-22T04:29:06.772Z] 04:24:01 2 0.52 0.00 0.02 0.00 0.02 99.45 [2021-02-22T04:29:06.772Z] 04:24:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2021-02-22T04:29:06.772Z] 04:25:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-02-22T04:29:06.772Z] 04:25:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-22T04:29:06.772Z] 04:25:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2021-02-22T04:29:06.772Z] 04:25:01 2 0.47 0.00 0.03 0.00 0.00 99.50 [2021-02-22T04:29:06.772Z] 04:25:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2021-02-22T04:29:06.772Z] 04:26:01 all 0.12 0.00 0.05 0.00 0.01 99.82 [2021-02-22T04:29:06.772Z] 04:26:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-22T04:29:06.772Z] 04:26:01 1 0.33 0.00 0.07 0.00 0.02 99.58 [2021-02-22T04:29:06.772Z] 04:26:01 2 0.07 0.00 0.05 0.00 0.00 99.88 [2021-02-22T04:29:06.772Z] 04:26:01 3 0.08 0.00 0.07 0.00 0.02 99.83 [2021-02-22T04:29:06.772Z] 04:27:01 all 0.16 0.00 0.03 0.00 0.00 99.81 [2021-02-22T04:29:06.772Z] 04:27:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-02-22T04:29:06.772Z] 04:27:01 1 0.53 0.00 0.05 0.00 0.00 99.42 [2021-02-22T04:29:06.772Z] 04:27:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2021-02-22T04:29:06.772Z] 04:27:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2021-02-22T04:29:06.772Z] 04:28:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-02-22T04:29:06.772Z] 04:28:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2021-02-22T04:29:06.772Z] 04:28:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2021-02-22T04:29:06.772Z] 04:28:01 2 0.52 0.00 0.03 0.00 0.00 99.45 [2021-02-22T04:29:06.772Z] 04:28:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-22T04:29:06.772Z] Average: all 0.39 0.00 0.24 0.04 0.00 99.32 [2021-02-22T04:29:06.772Z] Average: 0 0.27 0.00 0.23 0.03 0.00 99.47 [2021-02-22T04:29:06.772Z] Average: 1 0.38 0.00 0.27 0.09 0.00 99.26 [2021-02-22T04:29:06.772Z] Average: 2 0.60 0.00 0.23 0.03 0.01 99.13 [2021-02-22T04:29:06.772Z] Average: 3 0.32 0.00 0.21 0.03 0.01 99.44 [2021-02-22T04:29:06.772Z] [2021-02-22T04:29:06.772Z] [2021-02-22T04:29:06.772Z]