Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hahattan for edgexfoundry/device-sdk-go Obtained Jenkinsfile from 1776fc3b6198d96870b1b4e6c90b9d6da003d4ee+d510da1b257a72a1ecadf2ee4e04e7d54b2df89d (790db71345baaf4abd0eebf11686812e2bba16d7) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-23650’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23426’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23547’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-23651 in /w/workspace/dgexfoundry_device-sdk-go_PR-763 [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-763 # 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 d510da1b257a72a1ecadf2ee4e04e7d54b2df89d into PR head commit 1776fc3b6198d96870b1b4e6c90b9d6da003d4ee Merge succeeded, producing dce881673ae14da553cd551a3485f5b83744404b Checking out Revision dce881673ae14da553cd551a3485f5b83744404b (PR-763) > 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/763/head:refs/remotes/origin/PR-763 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1776fc3b6198d96870b1b4e6c90b9d6da003d4ee # 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 d510da1b257a72a1ecadf2ee4e04e7d54b2df89d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f dce881673ae14da553cd551a3485f5b83744404b # timeout=10 Commit message: "Merge commit 'd510da1b257a72a1ecadf2ee4e04e7d54b2df89d' into HEAD" > git rev-list --no-walk 1776fc3b6198d96870b1b4e6c90b9d6da003d4ee # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-28T02:41:45.828Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-28T02:41:46.066Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-28T02:41:46.158Z] ========================================================= [2021-01-28T02:41:46.158Z] EdgeX Global Pipelines Version Info [2021-01-28T02:41:46.159Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-28T02:41:47.721Z] ------------------- [2021-01-28T02:41:47.721Z] stable info: [2021-01-28T02:41:47.721Z] ------------------- [2021-01-28T02:41:47.721Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-28T02:41:47.721Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-28T02:41:47.721Z] Message: update stable to v1.0.179 [2021-01-28T02:41:48.669Z] ------------------- [2021-01-28T02:41:48.669Z] experimental info: [2021-01-28T02:41:48.669Z] ------------------- [2021-01-28T02:41:48.669Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-28T02:41:48.669Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-28T02:41:48.669Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-28T02:41:48.901Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-01-28T02:41:48.984Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-01-28T02:41:49.072Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-28T02:41:49.152Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-28T02:41:49.241Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-28T02:41:49.323Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-28T02:41:49.408Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-28T02:41:49.489Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-28T02:41:49.571Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-01-28T02:41:49.674Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-28T02:41:49.757Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-28T02:41:49.843Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2021-01-28T02:41:49.942Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-28T02:41:50.079Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-28T02:41:50.179Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-28T02:41:50.262Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-01-28T02:41:50.353Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-28T02:41:50.440Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-28T02:41:50.521Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-28T02:41:50.635Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-28T02:41:50.751Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-28T02:41:50.844Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-28T02:41:50.929Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-28T02:41:51.017Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-28T02:41:51.109Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-01-28T02:41:51.233Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-28T02:41:51.328Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-28T02:41:51.412Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-763 [Pipeline] echo [2021-01-28T02:41:51.512Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-763 [Pipeline] echo [2021-01-28T02:41:51.607Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-763 [Pipeline] echo [2021-01-28T02:41:51.691Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = dce881673ae14da553cd551a3485f5b83744404b [Pipeline] echo [2021-01-28T02:41:51.775Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = dce8816 [Pipeline] echo [2021-01-28T02:41:51.860Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-28T02:41:52.038Z] provisioning config files... [2021-01-28T02:41:52.068Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-763@tmp/config6171184350409071215tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T02:41:52.457Z] ---> docker-login.sh [2021-01-28T02:41:52.457Z] nexus3.edgexfoundry.org:10001 [2021-01-28T02:41:52.719Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T02:41:52.719Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T02:41:52.719Z] Configure a credential helper to remove this warning. See [2021-01-28T02:41:52.719Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T02:41:52.719Z] [2021-01-28T02:41:52.719Z] Login Succeeded [2021-01-28T02:41:52.981Z] nexus3.edgexfoundry.org:10002 [2021-01-28T02:41:52.981Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T02:41:52.981Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T02:41:52.981Z] Configure a credential helper to remove this warning. See [2021-01-28T02:41:52.981Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T02:41:52.981Z] [2021-01-28T02:41:52.981Z] Login Succeeded [2021-01-28T02:41:52.981Z] nexus3.edgexfoundry.org:10003 [2021-01-28T02:41:53.252Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T02:41:53.517Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T02:41:53.517Z] Configure a credential helper to remove this warning. See [2021-01-28T02:41:53.517Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T02:41:53.517Z] [2021-01-28T02:41:53.517Z] Login Succeeded [2021-01-28T02:41:53.517Z] nexus3.edgexfoundry.org:10004 [2021-01-28T02:41:53.517Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T02:41:53.517Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T02:41:53.517Z] Configure a credential helper to remove this warning. See [2021-01-28T02:41:53.517Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T02:41:53.517Z] [2021-01-28T02:41:53.517Z] Login Succeeded [2021-01-28T02:41:53.517Z] docker.io [2021-01-28T02:41:53.782Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T02:41:54.046Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T02:41:54.046Z] Configure a credential helper to remove this warning. See [2021-01-28T02:41:54.046Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T02:41:54.046Z] [2021-01-28T02:41:54.046Z] Login Succeeded [2021-01-28T02:41:54.046Z] ---> docker-login.sh ends [Pipeline] } [2021-01-28T02:41:54.059Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-28T02:41:55.555Z] + git log --format=format:%s -1 dce881673ae14da553cd551a3485f5b83744404b [Pipeline] echo [2021-01-28T02:41:55.624Z] GIT_COMMIT: dce881673ae14da553cd551a3485f5b83744404b, Commit Message: Merge commit 'd510da1b257a72a1ecadf2ee4e04e7d54b2df89d' into HEAD [Pipeline] echo [2021-01-28T02:41:55.668Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-28T02:41:56.247Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T02:41:56.247Z] [2021-01-28T02:41:56.247Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T02:41:56.601Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T02:41:56.601Z] latest: Pulling from edgex-devops/git-semver [2021-01-28T02:41:56.601Z] 31603596830f: Pulling fs layer [2021-01-28T02:41:56.601Z] 2a8b12db71e7: Pulling fs layer [2021-01-28T02:41:56.601Z] 6ca5941a6612: Pulling fs layer [2021-01-28T02:41:56.601Z] ecc8261a40a4: Pulling fs layer [2021-01-28T02:41:56.601Z] ecc8261a40a4: Waiting [2021-01-28T02:41:56.601Z] 2a8b12db71e7: Verifying Checksum [2021-01-28T02:41:56.601Z] 2a8b12db71e7: Download complete [2021-01-28T02:41:56.601Z] 31603596830f: Verifying Checksum [2021-01-28T02:41:56.601Z] 31603596830f: Download complete [2021-01-28T02:41:56.863Z] 6ca5941a6612: Verifying Checksum [2021-01-28T02:41:56.863Z] 6ca5941a6612: Download complete [2021-01-28T02:41:56.863Z] ecc8261a40a4: Verifying Checksum [2021-01-28T02:41:56.863Z] ecc8261a40a4: Download complete [2021-01-28T02:41:57.135Z] 31603596830f: Pull complete [2021-01-28T02:41:57.135Z] 2a8b12db71e7: Pull complete [2021-01-28T02:41:58.088Z] 6ca5941a6612: Pull complete [2021-01-28T02:41:58.350Z] ecc8261a40a4: Pull complete [2021-01-28T02:41:58.350Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-28T02:41:58.350Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T02:41:58.350Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-28T02:41:58.461Z] prd-centos7-docker-4c-2g-23651 does not seem to be running inside a container [2021-01-28T02:41:58.517Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-763 -v /w/workspace/dgexfoundry_device-sdk-go_PR-763:/w/workspace/dgexfoundry_device-sdk-go_PR-763:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-763@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-763@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-28T02:42:00.645Z] $ docker top 82e2152150258b4119a9f8d18212f401f8d1c2b76a1cbd1fd3e71b932ef8227c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-28T02:42:00.967Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-28T02:42:00.967Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-28T02:42:01.197Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-28T02:42:01.204Z] $ docker exec 82e2152150258b4119a9f8d18212f401f8d1c2b76a1cbd1fd3e71b932ef8227c ssh-agent [2021-01-28T02:42:01.372Z] SSH_AUTH_SOCK=/tmp/ssh-CeuqrhQGmeDx/agent.13 [2021-01-28T02:42:01.372Z] SSH_AGENT_PID=18 [2021-01-28T02:42:01.385Z] Running ssh-add (command line suppressed) [2021-01-28T02:42:01.507Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-763@tmp/private_key_6822252001297084785.key (/w/workspace/dgexfoundry_device-sdk-go_PR-763@tmp/private_key_6822252001297084785.key) [2021-01-28T02:42:01.559Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-28T02:42:01.904Z] + git tag --points-at HEAD [Pipeline] } [2021-01-28T02:42:01.934Z] $ docker exec --env ******** --env ******** 82e2152150258b4119a9f8d18212f401f8d1c2b76a1cbd1fd3e71b932ef8227c ssh-agent -k [2021-01-28T02:42:02.066Z] unset SSH_AUTH_SOCK; [2021-01-28T02:42:02.066Z] unset SSH_AGENT_PID; [2021-01-28T02:42:02.066Z] echo Agent pid 18 killed; [2021-01-28T02:42:02.114Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-28T02:42:02.250Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-28T02:42:02.250Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-28T02:42:02.416Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-28T02:42:02.423Z] $ docker exec 82e2152150258b4119a9f8d18212f401f8d1c2b76a1cbd1fd3e71b932ef8227c ssh-agent [2021-01-28T02:42:02.582Z] SSH_AUTH_SOCK=/tmp/ssh-Oh2QYuxsyg5U/agent.48 [2021-01-28T02:42:02.582Z] SSH_AGENT_PID=54 [2021-01-28T02:42:02.590Z] Running ssh-add (command line suppressed) [2021-01-28T02:42:02.716Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-763@tmp/private_key_5428130044509944661.key (/w/workspace/dgexfoundry_device-sdk-go_PR-763@tmp/private_key_5428130044509944661.key) [2021-01-28T02:42:02.764Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-28T02:42:03.140Z] + git semver init [2021-01-28T02:42:03.140Z] # -> Open(): unable to determine branch for HEAD [2021-01-28T02:42:03.140Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-763/.git [2021-01-28T02:42:03.140Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-763 [2021-01-28T02:42:03.140Z] # $SEMVER_REMOTE_NAME = origin [2021-01-28T02:42:03.140Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-28T02:42:03.140Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-28T02:42:03.140Z] # $SEMVER_BRANCH = PR-763 [2021-01-28T02:42:03.140Z] # $SEMVER_TEMP = /tmp/semver-265302990 [2021-01-28T02:42:03.140Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-01-28T02:42:04.540Z] # '/tmp/semver-265302990' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-763/.semver' [2021-01-28T02:42:04.540Z] # -> Force: false [2021-01-28T02:42:04.540Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-763/.semver [Pipeline] } [2021-01-28T02:42:04.558Z] $ docker exec --env ******** --env ******** 82e2152150258b4119a9f8d18212f401f8d1c2b76a1cbd1fd3e71b932ef8227c ssh-agent -k [2021-01-28T02:42:04.667Z] unset SSH_AUTH_SOCK; [2021-01-28T02:42:04.668Z] unset SSH_AGENT_PID; [2021-01-28T02:42:04.668Z] echo Agent pid 54 killed; [2021-01-28T02:42:04.710Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-28T02:42:05.167Z] + git semver [Pipeline] } [2021-01-28T02:42:05.190Z] $ docker stop --time=1 82e2152150258b4119a9f8d18212f401f8d1c2b76a1cbd1fd3e71b932ef8227c [2021-01-28T02:42:06.547Z] $ docker rm -f 82e2152150258b4119a9f8d18212f401f8d1c2b76a1cbd1fd3e71b932ef8227c [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-28T02:42:07.003Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-28T02:42:07.511Z] Stashed 1 file(s) [Pipeline] echo [2021-01-28T02:42:07.513Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-01-28T02:42:23.007Z] Still waiting to schedule task [2021-01-28T02:42:23.007Z] ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-23653’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23426’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23547’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-01-28T02:42:23.009Z] Still waiting to schedule task [2021-01-28T02:42:23.009Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-28T02:43:31.646Z] Running on prd-centos7-docker-4c-2g-23656 in /w/workspace/dgexfoundry_device-sdk-go_PR-763 [Pipeline] { [Pipeline] ws [2021-01-28T02:43:31.708Z] Running in /w/workspace/device-sdk-go/4 [Pipeline] { [Pipeline] checkout [2021-01-28T02:43:33.893Z] using credential edgex-jenkins-ssh [2021-01-28T02:43:33.944Z] Cloning the remote Git repository [2021-01-28T02:43:33.843Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-01-28T02:43:33.923Z] > git init /w/workspace/device-sdk-go/4 # timeout=10 [2021-01-28T02:43:33.991Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-28T02:43:33.992Z] > git --version # timeout=10 [2021-01-28T02:43:33.999Z] > git --version # 'git version 2.24.3' [2021-01-28T02:43:33.999Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T02:43:34.029Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T02:43:34.797Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-28T02:43:34.805Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T02:43:34.817Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-28T02:43:34.834Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-28T02:43:34.834Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T02:43:34.840Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/763/head:refs/remotes/origin/PR-763 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-28T02:43:35.347Z] Merging remotes/origin/master commit d510da1b257a72a1ecadf2ee4e04e7d54b2df89d into PR head commit 1776fc3b6198d96870b1b4e6c90b9d6da003d4ee [2021-01-28T02:43:35.520Z] Merge succeeded, producing daa4a97901ad91b434661265b855ceac6cf14e60 [2021-01-28T02:43:35.520Z] Checking out Revision daa4a97901ad91b434661265b855ceac6cf14e60 (PR-763) [2021-01-28T02:43:35.345Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T02:43:35.352Z] > git checkout -f 1776fc3b6198d96870b1b4e6c90b9d6da003d4ee # timeout=10 [2021-01-28T02:43:35.448Z] > git remote # timeout=10 [2021-01-28T02:43:35.463Z] > git config --get remote.origin.url # timeout=10 [2021-01-28T02:43:35.476Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T02:43:35.479Z] > git merge d510da1b257a72a1ecadf2ee4e04e7d54b2df89d # timeout=10 [2021-01-28T02:43:35.513Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-28T02:43:35.524Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T02:43:35.528Z] > git checkout -f daa4a97901ad91b434661265b855ceac6cf14e60 # timeout=10 [2021-01-28T02:43:39.244Z] Commit message: "Merge commit 'd510da1b257a72a1ecadf2ee4e04e7d54b2df89d' into HEAD" [2021-01-28T02:43:39.250Z] > git rev-list --no-walk 1776fc3b6198d96870b1b4e6c90b9d6da003d4ee # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-28T02:43:40.385Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-28T02:43:40.717Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-28T02:43:41.022Z] + true [2021-01-28T02:43:41.022Z] + sudo service docker restart [2021-01-28T02:43:41.022Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-28T02:43:42.048Z] provisioning config files... [2021-01-28T02:43:42.088Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/4@tmp/config4989366572072752867tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T02:43:42.492Z] ---> docker-login.sh [2021-01-28T02:43:42.493Z] nexus3.edgexfoundry.org:10001 [2021-01-28T02:43:42.756Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T02:43:42.756Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T02:43:42.756Z] Configure a credential helper to remove this warning. See [2021-01-28T02:43:42.756Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T02:43:42.756Z] [2021-01-28T02:43:42.756Z] Login Succeeded [2021-01-28T02:43:42.756Z] nexus3.edgexfoundry.org:10002 [2021-01-28T02:43:43.021Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T02:43:43.021Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T02:43:43.021Z] Configure a credential helper to remove this warning. See [2021-01-28T02:43:43.021Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T02:43:43.021Z] [2021-01-28T02:43:43.021Z] Login Succeeded [2021-01-28T02:43:43.021Z] nexus3.edgexfoundry.org:10003 [2021-01-28T02:43:43.293Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T02:43:43.294Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T02:43:43.294Z] Configure a credential helper to remove this warning. See [2021-01-28T02:43:43.294Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T02:43:43.294Z] [2021-01-28T02:43:43.294Z] Login Succeeded [2021-01-28T02:43:43.294Z] nexus3.edgexfoundry.org:10004 [2021-01-28T02:43:43.294Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T02:43:43.294Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T02:43:43.294Z] Configure a credential helper to remove this warning. See [2021-01-28T02:43:43.294Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T02:43:43.294Z] [2021-01-28T02:43:43.294Z] Login Succeeded [2021-01-28T02:43:43.294Z] docker.io [2021-01-28T02:43:43.557Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T02:43:43.824Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T02:43:43.824Z] Configure a credential helper to remove this warning. See [2021-01-28T02:43:43.824Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T02:43:43.824Z] [2021-01-28T02:43:43.824Z] Login Succeeded [2021-01-28T02:43:43.824Z] ---> docker-login.sh ends [Pipeline] } [2021-01-28T02:43:43.835Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-28T02:43:44.362Z] ========================================================= [2021-01-28T02:43:44.362Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-28T02:43:44.362Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-28T02:43:44.730Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-28T02:43:44.731Z] Sending build context to Docker daemon 2.668MB [2021-01-28T02:43:44.731Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-28T02:43:44.731Z] Step 2/8 : FROM ${BASE} [2021-01-28T02:43:44.997Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-28T02:43:44.997Z] 188c0c94c7c5: Pulling fs layer [2021-01-28T02:43:44.997Z] 0ef7d3d256c8: Pulling fs layer [2021-01-28T02:43:44.997Z] de9db76c5a1d: Pulling fs layer [2021-01-28T02:43:44.997Z] bca2f99d35d6: Pulling fs layer [2021-01-28T02:43:44.997Z] 93359f2a8cfa: Pulling fs layer [2021-01-28T02:43:44.997Z] 7c6f9722023f: Pulling fs layer [2021-01-28T02:43:44.997Z] a35cf1a2eb13: Pulling fs layer [2021-01-28T02:43:44.997Z] bca2f99d35d6: Waiting [2021-01-28T02:43:44.997Z] 93359f2a8cfa: Waiting [2021-01-28T02:43:44.997Z] 7c6f9722023f: Waiting [2021-01-28T02:43:44.997Z] a35cf1a2eb13: Waiting [2021-01-28T02:43:44.997Z] de9db76c5a1d: Verifying Checksum [2021-01-28T02:43:44.997Z] de9db76c5a1d: Download complete [2021-01-28T02:43:44.997Z] 0ef7d3d256c8: Verifying Checksum [2021-01-28T02:43:44.997Z] 0ef7d3d256c8: Download complete [2021-01-28T02:43:44.997Z] 93359f2a8cfa: Verifying Checksum [2021-01-28T02:43:44.997Z] 93359f2a8cfa: Download complete [2021-01-28T02:43:44.997Z] 188c0c94c7c5: Verifying Checksum [2021-01-28T02:43:44.997Z] 188c0c94c7c5: Download complete [2021-01-28T02:43:44.997Z] 7c6f9722023f: Verifying Checksum [2021-01-28T02:43:44.997Z] 7c6f9722023f: Download complete [2021-01-28T02:43:45.263Z] 188c0c94c7c5: Pull complete [2021-01-28T02:43:45.526Z] 0ef7d3d256c8: Pull complete [2021-01-28T02:43:45.790Z] de9db76c5a1d: Pull complete [2021-01-28T02:43:48.360Z] a35cf1a2eb13: Verifying Checksum [2021-01-28T02:43:48.360Z] a35cf1a2eb13: Download complete [2021-01-28T02:43:50.290Z] bca2f99d35d6: Verifying Checksum [2021-01-28T02:43:50.290Z] bca2f99d35d6: Download complete [2021-01-28T02:43:55.641Z] bca2f99d35d6: Pull complete [2021-01-28T02:43:55.641Z] 93359f2a8cfa: Pull complete [2021-01-28T02:43:55.641Z] 7c6f9722023f: Pull complete [2021-01-28T02:44:02.286Z] a35cf1a2eb13: Pull complete [2021-01-28T02:44:02.286Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-28T02:44:02.286Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-28T02:44:02.286Z] ---> a62c8e92a672 [2021-01-28T02:44:02.286Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-28T02:44:02.286Z] ---> Running in 273f88468848 [2021-01-28T02:44:02.286Z] Removing intermediate container 273f88468848 [2021-01-28T02:44:02.286Z] ---> bb95b4f5676d [2021-01-28T02:44:02.286Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T02:44:02.286Z] ---> Running in 8fe163ee82f3 [2021-01-28T02:44:03.700Z] Removing intermediate container 8fe163ee82f3 [2021-01-28T02:44:03.700Z] ---> 6d18d2dcd547 [2021-01-28T02:44:03.700Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-01-28T02:44:03.700Z] ---> Running in ff6d4a530c30 [2021-01-28T02:44:04.653Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T02:44:05.602Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T02:44:06.179Z] OK: 166 MiB in 39 packages [2021-01-28T02:44:06.754Z] Removing intermediate container ff6d4a530c30 [2021-01-28T02:44:06.754Z] ---> e9419a72c8c9 [2021-01-28T02:44:06.754Z] Step 6/8 : WORKDIR /device-sdk-go [2021-01-28T02:44:06.754Z] ---> Running in e594e2e23d96 [2021-01-28T02:44:06.754Z] Removing intermediate container e594e2e23d96 [2021-01-28T02:44:06.754Z] ---> 05a719df9d32 [2021-01-28T02:44:06.754Z] Step 7/8 : COPY . . [2021-01-28T02:44:08.163Z] ---> bb532a5190b2 [2021-01-28T02:44:08.163Z] Step 8/8 : RUN go mod download [2021-01-28T02:44:08.164Z] ---> Running in 8ada2f3cd7bb [2021-01-28T02:44:26.377Z] Removing intermediate container 8ada2f3cd7bb [2021-01-28T02:44:26.377Z] ---> 7e7a3a8fb2bf [2021-01-28T02:44:26.377Z] Successfully built 7e7a3a8fb2bf [2021-01-28T02:44:26.377Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T02:44:26.690Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-28T02:44:26.690Z] . [Pipeline] withDockerContainer [2021-01-28T02:44:26.805Z] prd-centos7-docker-4c-2g-23656 does not seem to be running inside a container [2021-01-28T02:44:26.860Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/4 -v /w/workspace/device-sdk-go/4:/w/workspace/device-sdk-go/4:rw,z -v /w/workspace/device-sdk-go/4@tmp:/w/workspace/device-sdk-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-28T02:44:27.914Z] $ docker top 47de7f526a21d87c51a556d886cc2447f6fe1a9ddfef6b7d92873066c16c3dea -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T02:44:28.413Z] + go version [2021-01-28T02:44:28.413Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-28T02:44:28.427Z] $ docker stop --time=1 47de7f526a21d87c51a556d886cc2447f6fe1a9ddfef6b7d92873066c16c3dea [2021-01-28T02:44:29.859Z] $ docker rm -f 47de7f526a21d87c51a556d886cc2447f6fe1a9ddfef6b7d92873066c16c3dea [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T02:44:30.666Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-28T02:44:30.666Z] . [Pipeline] withDockerContainer [2021-01-28T02:44:30.768Z] prd-centos7-docker-4c-2g-23656 does not seem to be running inside a container [2021-01-28T02:44:30.823Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/4 -v /w/workspace/device-sdk-go/4:/w/workspace/device-sdk-go/4:rw,z -v /w/workspace/device-sdk-go/4@tmp:/w/workspace/device-sdk-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-28T02:44:32.238Z] $ docker top 9f216c9b2e70e5ea25aff26fbb8996473b70cb8ebf6ff4b13db3822da0f917ce -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T02:44:32.730Z] + make test [2021-01-28T02:44:32.730Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-28T02:44:39.402Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-01-28T02:44:54.480Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-01-28T02:44:54.480Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-01-28T02:44:54.480Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-01-28T02:44:54.480Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.053s coverage: 19.4% of statements [2021-01-28T02:44:57.853Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.448s coverage: 97.1% of statements [2021-01-28T02:45:20.460Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-23660 in /w/workspace/dgexfoundry_device-sdk-go_PR-763 [Pipeline] { [Pipeline] ws [2021-01-28T02:45:20.522Z] Running in /w/workspace/device-sdk-go/4 [Pipeline] { [Pipeline] checkout [2021-01-28T02:45:24.542Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.083s coverage: 9.4% of statements [2021-01-28T02:45:24.542Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.065s coverage: 21.7% of statements [2021-01-28T02:45:24.542Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-01-28T02:45:24.542Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.215s coverage: 43.6% of statements [2021-01-28T02:45:24.542Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] [2021-01-28T02:45:24.542Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/handler 0.257s coverage: 68.9% of statements [2021-01-28T02:45:24.542Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler/callback [no test files] [2021-01-28T02:45:24.542Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] [2021-01-28T02:45:24.542Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-01-28T02:45:24.542Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-01-28T02:45:24.542Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.064s coverage: 53.8% of statements [2021-01-28T02:45:24.542Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] [2021-01-28T02:45:24.542Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] [2021-01-28T02:45:24.542Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.072s coverage: 25.2% of statements [2021-01-28T02:45:24.542Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 2.331s coverage: 83.5% of statements [2021-01-28T02:45:24.542Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.308s coverage: 4.2% of statements [2021-01-28T02:45:24.542Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-01-28T02:45:24.806Z] GO111MODULE=on go vet ./... [2021-01-28T02:45:25.980Z] using credential edgex-jenkins-ssh [2021-01-28T02:45:27.065Z] Cloning the remote Git repository [2021-01-28T02:45:27.126Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-01-28T02:45:27.235Z] > git init /w/workspace/device-sdk-go/4 # timeout=10 [2021-01-28T02:45:27.316Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-28T02:45:27.316Z] > git --version # timeout=10 [2021-01-28T02:45:27.336Z] > git --version # 'git version 2.17.1' [2021-01-28T02:45:27.339Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T02:45:27.424Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T02:45:29.335Z] Merging remotes/origin/master commit d510da1b257a72a1ecadf2ee4e04e7d54b2df89d into PR head commit 1776fc3b6198d96870b1b4e6c90b9d6da003d4ee [2021-01-28T02:45:28.624Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-28T02:45:28.647Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T02:45:28.676Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-28T02:45:28.714Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-28T02:45:28.715Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T02:45:28.729Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/763/head:refs/remotes/origin/PR-763 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-28T02:45:29.357Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T02:45:29.373Z] > git checkout -f 1776fc3b6198d96870b1b4e6c90b9d6da003d4ee # timeout=10 [2021-01-28T02:45:29.494Z] > git remote # timeout=10 [2021-01-28T02:45:29.515Z] > git config --get remote.origin.url # timeout=10 [2021-01-28T02:45:29.776Z] Merge succeeded, producing 51fbb8cde5933eca37bcabd2f82a6b6ec3a1ae6a [2021-01-28T02:45:29.777Z] Checking out Revision 51fbb8cde5933eca37bcabd2f82a6b6ec3a1ae6a (PR-763) [2021-01-28T02:45:29.579Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T02:45:29.599Z] > git merge d510da1b257a72a1ecadf2ee4e04e7d54b2df89d # timeout=10 [2021-01-28T02:45:29.731Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-28T02:45:29.786Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T02:45:29.850Z] > git checkout -f 51fbb8cde5933eca37bcabd2f82a6b6ec3a1ae6a # timeout=10 [2021-01-28T02:45:34.202Z] Commit message: "Merge commit 'd510da1b257a72a1ecadf2ee4e04e7d54b2df89d' into HEAD" [2021-01-28T02:45:34.212Z] > git rev-list --no-walk 1776fc3b6198d96870b1b4e6c90b9d6da003d4ee # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-28T02:45:35.836Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-28T02:45:36.279Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-28T02:45:36.634Z] + sudo service docker restart [2021-01-28T02:45:36.635Z] + true [2021-01-28T02:45:37.169Z] gofmt -l . [2021-01-28T02:45:37.169Z] [ "`gofmt -l .`" = "" ] [2021-01-28T02:45:37.169Z] ./bin/test-attribution-txt.sh [2021-01-28T02:45:37.169Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-28T02:45:37.189Z] $ docker stop --time=1 9f216c9b2e70e5ea25aff26fbb8996473b70cb8ebf6ff4b13db3822da0f917ce [2021-01-28T02:45:39.288Z] $ docker rm -f 9f216c9b2e70e5ea25aff26fbb8996473b70cb8ebf6ff4b13db3822da0f917ce [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-28T02:45:39.734Z] provisioning config files... [2021-01-28T02:45:39.779Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/4@tmp/config4122376169635185987tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T02:45:39.891Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-28T02:45:40.199Z] ---> docker-login.sh [2021-01-28T02:45:40.199Z] nexus3.edgexfoundry.org:10001 [2021-01-28T02:45:40.327Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2021-01-28T02:45:41.222Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] sh [2021-01-28T02:45:41.501Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T02:45:41.501Z] Configure a credential helper to remove this warning. See [2021-01-28T02:45:41.501Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T02:45:41.501Z] [2021-01-28T02:45:41.501Z] Login Succeeded [2021-01-28T02:45:41.501Z] nexus3.edgexfoundry.org:10002 [2021-01-28T02:45:41.573Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-28T02:45:41.867Z] + ls -al . [2021-01-28T02:45:41.867Z] total 216 [2021-01-28T02:45:41.867Z] drwxrwxr-x. 10 jenkins jenkins 4096 Jan 28 02:45 . [2021-01-28T02:45:41.867Z] drwxrwxr-x. 4 jenkins jenkins 28 Jan 28 02:43 .. [2021-01-28T02:45:41.867Z] drwxrwxr-x. 2 jenkins jenkins 64 Jan 28 02:43 bin [2021-01-28T02:45:41.867Z] -rw-r--r--. 1 jenkins jenkins 137333 Jan 28 02:45 coverage.out [2021-01-28T02:45:41.867Z] -rw-rw-r--. 1 jenkins jenkins 949 Jan 28 02:43 Dockerfile.build [2021-01-28T02:45:41.867Z] -rw-rw-r--. 1 jenkins jenkins 140 Jan 28 02:43 .dockerignore [2021-01-28T02:45:41.867Z] drwxrwxr-x. 4 jenkins jenkins 48 Jan 28 02:43 example [2021-01-28T02:45:41.867Z] drwxrwxr-x. 8 jenkins jenkins 179 Jan 28 02:43 .git [2021-01-28T02:45:41.867Z] drwxrwxr-x. 2 jenkins jenkins 103 Jan 28 02:43 .github [2021-01-28T02:45:41.867Z] -rw-rw-r--. 1 jenkins jenkins 138 Jan 28 02:43 .gitignore [2021-01-28T02:45:41.867Z] -rw-r--r--. 1 jenkins jenkins 514 Jan 28 02:45 go.mod [2021-01-28T02:45:41.867Z] -rw-r--r--. 1 jenkins jenkins 14191 Jan 28 02:45 go.sum [2021-01-28T02:45:41.867Z] drwxrwxr-x. 15 jenkins jenkins 211 Jan 28 02:43 internal [2021-01-28T02:45:41.867Z] -rw-rw-r--. 1 jenkins jenkins 901 Jan 28 02:43 Jenkinsfile [2021-01-28T02:45:41.867Z] -rw-rw-r--. 1 jenkins jenkins 11341 Jan 28 02:43 LICENSE [2021-01-28T02:45:41.867Z] -rw-rw-r--. 1 jenkins jenkins 1016 Jan 28 02:43 Makefile [2021-01-28T02:45:41.867Z] drwxrwxr-x. 4 jenkins jenkins 26 Jan 28 02:43 openapi [2021-01-28T02:45:41.867Z] drwxrwxr-x. 5 jenkins jenkins 50 Jan 28 02:43 pkg [2021-01-28T02:45:41.867Z] -rw-rw-r--. 1 jenkins jenkins 5897 Jan 28 02:43 README.md [2021-01-28T02:45:41.867Z] -rw-rw-r--. 1 jenkins jenkins 6616 Jan 28 02:43 RELEASE-NOTES.txt [2021-01-28T02:45:41.867Z] drwxrwxr-x. 4 jenkins jenkins 54 Jan 28 02:43 snap [2021-01-28T02:45:41.867Z] -rw-rw-r--. 1 jenkins jenkins 5 Jan 28 02:42 VERSION [2021-01-28T02:45:41.867Z] -rw-rw-r--. 1 jenkins jenkins 222 Jan 28 02:43 version.go [Pipeline] isUnix [Pipeline] sh [2021-01-28T02:45:42.103Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T02:45:42.103Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T02:45:42.103Z] Configure a credential helper to remove this warning. See [2021-01-28T02:45:42.103Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T02:45:42.103Z] [2021-01-28T02:45:42.103Z] Login Succeeded [2021-01-28T02:45:42.170Z] + 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=dce881673ae14da553cd551a3485f5b83744404b --label arch=amd64 --label version=0.0.0 . [2021-01-28T02:45:42.380Z] nexus3.edgexfoundry.org:10003 [2021-01-28T02:45:42.432Z] Sending build context to Docker daemon 2.806MB [2021-01-28T02:45:42.432Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-01-28T02:45:42.433Z] Step 2/24 : FROM ${BASE} AS builder [2021-01-28T02:45:42.433Z] ---> 7e7a3a8fb2bf [2021-01-28T02:45:42.433Z] Step 3/24 : ARG MAKE='make build' [2021-01-28T02:45:42.656Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T02:45:42.932Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T02:45:42.932Z] Configure a credential helper to remove this warning. See [2021-01-28T02:45:42.932Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T02:45:42.932Z] [2021-01-28T02:45:42.932Z] Login Succeeded [2021-01-28T02:45:42.932Z] nexus3.edgexfoundry.org:10004 [2021-01-28T02:45:43.007Z] ---> Running in 7083c1be42c5 [2021-01-28T02:45:43.204Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T02:45:43.268Z] Removing intermediate container 7083c1be42c5 [2021-01-28T02:45:43.268Z] ---> 941a20267839 [2021-01-28T02:45:43.268Z] Step 4/24 : WORKDIR /device-sdk-go [2021-01-28T02:45:43.480Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T02:45:43.480Z] Configure a credential helper to remove this warning. See [2021-01-28T02:45:43.480Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T02:45:43.480Z] [2021-01-28T02:45:43.480Z] Login Succeeded [2021-01-28T02:45:43.480Z] docker.io [2021-01-28T02:45:43.531Z] ---> Running in 8f3f45d8a26b [2021-01-28T02:45:43.531Z] Removing intermediate container 8f3f45d8a26b [2021-01-28T02:45:43.531Z] ---> 42c51dbae276 [2021-01-28T02:45:43.531Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-28T02:45:43.756Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T02:45:43.793Z] ---> Running in 3e2aaf674451 [2021-01-28T02:45:44.055Z] Removing intermediate container 3e2aaf674451 [2021-01-28T02:45:44.055Z] ---> 41c0e6e8915f [2021-01-28T02:45:44.055Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T02:45:44.055Z] ---> Running in a7e23abcc00e [2021-01-28T02:45:44.349Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T02:45:44.349Z] Configure a credential helper to remove this warning. See [2021-01-28T02:45:44.349Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T02:45:44.349Z] [2021-01-28T02:45:44.349Z] Login Succeeded [2021-01-28T02:45:44.349Z] ---> docker-login.sh ends [Pipeline] } [2021-01-28T02:45:44.367Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-28T02:45:44.836Z] ========================================================= [2021-01-28T02:45:44.836Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-28T02:45:44.836Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-28T02:45:45.213Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-28T02:45:45.449Z] Removing intermediate container a7e23abcc00e [2021-01-28T02:45:45.449Z] ---> 964e8e4825cc [2021-01-28T02:45:45.449Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-01-28T02:45:45.449Z] ---> Running in bf822123e88e [2021-01-28T02:45:45.817Z] Sending build context to Docker daemon 2.667MB [2021-01-28T02:45:45.817Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-28T02:45:45.817Z] Step 2/8 : FROM ${BASE} [2021-01-28T02:45:45.817Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-28T02:45:45.817Z] 5f621e34cdf4: Pulling fs layer [2021-01-28T02:45:45.817Z] a4357932f1b6: Pulling fs layer [2021-01-28T02:45:45.817Z] 18c013af1878: Pulling fs layer [2021-01-28T02:45:45.817Z] 00ac8860ef70: Pulling fs layer [2021-01-28T02:45:45.817Z] 63d7cb157983: Pulling fs layer [2021-01-28T02:45:45.817Z] b116817d02f9: Pulling fs layer [2021-01-28T02:45:45.817Z] 745a02a5169b: Pulling fs layer [2021-01-28T02:45:45.817Z] 00ac8860ef70: Waiting [2021-01-28T02:45:45.817Z] 63d7cb157983: Waiting [2021-01-28T02:45:45.817Z] b116817d02f9: Waiting [2021-01-28T02:45:45.817Z] 745a02a5169b: Waiting [2021-01-28T02:45:45.817Z] 18c013af1878: Download complete [2021-01-28T02:45:45.817Z] a4357932f1b6: Verifying Checksum [2021-01-28T02:45:45.817Z] a4357932f1b6: Download complete [2021-01-28T02:45:45.817Z] 63d7cb157983: Download complete [2021-01-28T02:45:45.817Z] b116817d02f9: Download complete [2021-01-28T02:45:45.817Z] 5f621e34cdf4: Verifying Checksum [2021-01-28T02:45:45.817Z] 5f621e34cdf4: Download complete [2021-01-28T02:45:46.022Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T02:45:46.818Z] 5f621e34cdf4: Pull complete [2021-01-28T02:45:46.996Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T02:45:47.432Z] a4357932f1b6: Pull complete [2021-01-28T02:45:47.714Z] 18c013af1878: Pull complete [2021-01-28T02:45:48.927Z] OK: 166 MiB in 39 packages [2021-01-28T02:45:49.174Z] 745a02a5169b: Verifying Checksum [2021-01-28T02:45:49.174Z] 745a02a5169b: Download complete [2021-01-28T02:45:49.198Z] Removing intermediate container bf822123e88e [2021-01-28T02:45:49.198Z] ---> 4df175d5ca3e [2021-01-28T02:45:49.198Z] Step 8/24 : COPY . . [2021-01-28T02:45:50.171Z] 00ac8860ef70: Verifying Checksum [2021-01-28T02:45:50.171Z] 00ac8860ef70: Download complete [2021-01-28T02:45:50.606Z] ---> c691633d77af [2021-01-28T02:45:50.606Z] Step 9/24 : RUN ${MAKE} [2021-01-28T02:45:50.606Z] ---> Running in a7fb496b4500 [2021-01-28T02:45:51.194Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-01-28T02:45:59.494Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-01-28T02:46:00.407Z] 00ac8860ef70: Pull complete [2021-01-28T02:46:00.407Z] 63d7cb157983: Pull complete [2021-01-28T02:46:00.407Z] b116817d02f9: Pull complete [2021-01-28T02:46:02.853Z] Removing intermediate container a7fb496b4500 [2021-01-28T02:46:02.853Z] ---> 5334e70bb471 [2021-01-28T02:46:02.853Z] Step 10/24 : FROM scratch [2021-01-28T02:46:02.853Z] ---> [2021-01-28T02:46:02.853Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-28T02:46:02.853Z] ---> Running in cdfa54bac60f [2021-01-28T02:46:02.853Z] Removing intermediate container cdfa54bac60f [2021-01-28T02:46:02.853Z] ---> c2acf28545fe [2021-01-28T02:46:02.853Z] Step 12/24 : ENV APP_PORT=49990 [2021-01-28T02:46:02.853Z] ---> Running in d1a2b02b153f [2021-01-28T02:46:03.115Z] Removing intermediate container d1a2b02b153f [2021-01-28T02:46:03.115Z] ---> 1026ab7d76c6 [2021-01-28T02:46:03.115Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-28T02:46:03.115Z] ---> Running in 8ef8d40beba7 [2021-01-28T02:46:03.378Z] Removing intermediate container 8ef8d40beba7 [2021-01-28T02:46:03.378Z] ---> 33b92d776e37 [2021-01-28T02:46:03.378Z] Step 14/24 : WORKDIR / [2021-01-28T02:46:03.378Z] ---> Running in 0625d8c205a7 [2021-01-28T02:46:03.639Z] Removing intermediate container 0625d8c205a7 [2021-01-28T02:46:03.639Z] ---> e82e1a1157cb [2021-01-28T02:46:03.639Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-01-28T02:46:03.836Z] 745a02a5169b: Pull complete [2021-01-28T02:46:03.836Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-28T02:46:03.836Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-28T02:46:03.836Z] ---> b7e6874047d6 [2021-01-28T02:46:03.836Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-28T02:46:04.216Z] ---> f4347c1d610c [2021-01-28T02:46:04.216Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-01-28T02:46:04.216Z] ---> 0b05c60bdc23 [2021-01-28T02:46:04.216Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-01-28T02:46:04.483Z] ---> da0ef34ed120 [2021-01-28T02:46:04.483Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-01-28T02:46:04.744Z] ---> 529fba355321 [2021-01-28T02:46:04.744Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-01-28T02:46:05.005Z] ---> b3dbfa548bf9 [2021-01-28T02:46:05.006Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-01-28T02:46:05.267Z] ---> Running in b14cb6e34b2a [2021-01-28T02:46:05.267Z] Removing intermediate container b14cb6e34b2a [2021-01-28T02:46:05.267Z] ---> 2cebe5d4bbb9 [2021-01-28T02:46:05.267Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T02:46:05.528Z] ---> Running in 9a4dc39a6b43 [2021-01-28T02:46:05.788Z] Removing intermediate container 9a4dc39a6b43 [2021-01-28T02:46:05.788Z] ---> f07f666fe20d [2021-01-28T02:46:05.788Z] Step 22/24 : LABEL arch=amd64 [2021-01-28T02:46:05.788Z] ---> Running in 4cebec4f0445 [2021-01-28T02:46:06.050Z] Removing intermediate container 4cebec4f0445 [2021-01-28T02:46:06.050Z] ---> 3e5efea2d227 [2021-01-28T02:46:06.050Z] Step 23/24 : LABEL git_sha=dce881673ae14da553cd551a3485f5b83744404b [2021-01-28T02:46:06.050Z] ---> Running in 827c17d97322 [2021-01-28T02:46:06.311Z] Removing intermediate container 827c17d97322 [2021-01-28T02:46:06.311Z] ---> 0e215e077530 [2021-01-28T02:46:06.311Z] Step 24/24 : LABEL version=0.0.0 [2021-01-28T02:46:06.311Z] ---> Running in 9f3fc8e24dd6 [2021-01-28T02:46:06.573Z] Removing intermediate container 9f3fc8e24dd6 [2021-01-28T02:46:06.573Z] ---> a5089c3bb855 [2021-01-28T02:46:06.573Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-28T02:46:06.573Z] Successfully built a5089c3bb855 [2021-01-28T02:46:06.573Z] 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 [2021-01-28T02:46:07.242Z] ---> Running in 483fb1f8af20 [2021-01-28T02:46:07.242Z] Removing intermediate container 483fb1f8af20 [2021-01-28T02:46:07.242Z] ---> a6a173e1d6cb [2021-01-28T02:46:07.242Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [2021-01-28T02:46:07.521Z] ---> Running in c5ab9fcf359c [Pipeline] // stage [Pipeline] } [2021-01-28T02:46:10.246Z] Removing intermediate container c5ab9fcf359c [2021-01-28T02:46:10.246Z] ---> e6c6b14e21ad [2021-01-28T02:46:10.246Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-01-28T02:46:10.246Z] ---> Running in 17354f45156f [2021-01-28T02:46:11.229Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T02:46:12.691Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T02:46:14.666Z] OK: 142 MiB in 39 packages [2021-01-28T02:46:15.647Z] Removing intermediate container 17354f45156f [2021-01-28T02:46:15.647Z] ---> 6cde40152330 [2021-01-28T02:46:15.647Z] Step 6/8 : WORKDIR /device-sdk-go [2021-01-28T02:46:15.921Z] ---> Running in 0e9689aa84ae [2021-01-28T02:46:16.517Z] Removing intermediate container 0e9689aa84ae [2021-01-28T02:46:16.517Z] ---> fd513b1d7dde [2021-01-28T02:46:16.517Z] Step 7/8 : COPY . . [2021-01-28T02:46:17.957Z] ---> 1255312e780b [2021-01-28T02:46:17.957Z] Step 8/8 : RUN go mod download [2021-01-28T02:46:17.957Z] ---> Running in ab1bd7166210 [2021-01-28T02:46:44.803Z] Removing intermediate container ab1bd7166210 [2021-01-28T02:46:44.803Z] ---> f4b4ed50ba02 [2021-01-28T02:46:44.803Z] Successfully built f4b4ed50ba02 [2021-01-28T02:46:44.803Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T02:46:45.144Z] + docker inspect -f . ci-base-image-arm64 [2021-01-28T02:46:45.144Z] . [Pipeline] withDockerContainer [2021-01-28T02:46:45.390Z] prd-ubuntu18.04-docker-arm64-4c-16g-23660 does not seem to be running inside a container [2021-01-28T02:46:45.477Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/4 -v /w/workspace/device-sdk-go/4:/w/workspace/device-sdk-go/4:rw,z -v /w/workspace/device-sdk-go/4@tmp:/w/workspace/device-sdk-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-28T02:46:46.978Z] $ docker top 17f1db1c20a0f8b1a3961e10b346176216f795374c4bc7d48fddfca65421f337 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T02:46:48.010Z] + go version [2021-01-28T02:46:48.010Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-28T02:46:48.039Z] $ docker stop --time=1 17f1db1c20a0f8b1a3961e10b346176216f795374c4bc7d48fddfca65421f337 [2021-01-28T02:46:49.926Z] $ docker rm -f 17f1db1c20a0f8b1a3961e10b346176216f795374c4bc7d48fddfca65421f337 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T02:46:51.006Z] + docker inspect -f . ci-base-image-arm64 [2021-01-28T02:46:51.006Z] . [Pipeline] withDockerContainer [2021-01-28T02:46:51.242Z] prd-ubuntu18.04-docker-arm64-4c-16g-23660 does not seem to be running inside a container [2021-01-28T02:46:51.323Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/4 -v /w/workspace/device-sdk-go/4:/w/workspace/device-sdk-go/4:rw,z -v /w/workspace/device-sdk-go/4@tmp:/w/workspace/device-sdk-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-28T02:46:52.697Z] $ docker top 8bd732d089a9da1b02773000a43b6b4eded918a26995879b1c93159bfb3f375b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T02:46:53.721Z] + make test [2021-01-28T02:46:53.721Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-28T02:47:17.553Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-01-28T02:48:04.609Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-01-28T02:48:04.609Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-01-28T02:48:04.609Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-01-28T02:48:04.609Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.124s coverage: 19.4% of statements [2021-01-28T02:48:11.363Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 1.366s coverage: 97.1% of statements [2021-01-28T02:48:33.828Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.120s coverage: 9.4% of statements [2021-01-28T02:48:33.828Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.122s coverage: 21.7% of statements [2021-01-28T02:48:33.828Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-01-28T02:48:33.828Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.648s coverage: 43.6% of statements [2021-01-28T02:48:33.828Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] [2021-01-28T02:48:33.828Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/handler 0.967s coverage: 68.9% of statements [2021-01-28T02:48:33.828Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler/callback [no test files] [2021-01-28T02:48:33.828Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] [2021-01-28T02:48:33.828Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-01-28T02:48:33.828Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-01-28T02:48:33.828Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.224s coverage: 53.8% of statements [2021-01-28T02:48:33.828Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] [2021-01-28T02:48:33.828Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] [2021-01-28T02:48:33.828Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.218s coverage: 25.2% of statements [2021-01-28T02:48:33.828Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 6.644s coverage: 83.5% of statements [2021-01-28T02:48:33.828Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.166s coverage: 4.2% of statements [2021-01-28T02:48:33.828Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-01-28T02:48:33.828Z] GO111MODULE=on go vet ./... [2021-01-28T02:49:12.869Z] gofmt -l . [2021-01-28T02:49:12.869Z] [ "`gofmt -l .`" = "" ] [2021-01-28T02:49:12.869Z] ./bin/test-attribution-txt.sh [2021-01-28T02:49:12.869Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-28T02:49:12.887Z] $ docker stop --time=1 8bd732d089a9da1b02773000a43b6b4eded918a26995879b1c93159bfb3f375b [2021-01-28T02:49:15.173Z] $ docker rm -f 8bd732d089a9da1b02773000a43b6b4eded918a26995879b1c93159bfb3f375b [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-28T02:49:16.404Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-28T02:49:16.474Z] Warning: overwriting stash ‘coverage-report’ [2021-01-28T02:49:17.474Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-28T02:49:18.224Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-28T02:49:18.565Z] + ls -al . [2021-01-28T02:49:18.565Z] total 252 [2021-01-28T02:49:18.565Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 28 02:49 . [2021-01-28T02:49:18.565Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 28 02:45 .. [2021-01-28T02:49:18.565Z] -rw-rw-r-- 1 jenkins jenkins 140 Jan 28 02:45 .dockerignore [2021-01-28T02:49:18.565Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 28 02:45 .git [2021-01-28T02:49:18.565Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 28 02:45 .github [2021-01-28T02:49:18.565Z] -rw-rw-r-- 1 jenkins jenkins 138 Jan 28 02:45 .gitignore [2021-01-28T02:49:18.565Z] -rw-rw-r-- 1 jenkins jenkins 949 Jan 28 02:45 Dockerfile.build [2021-01-28T02:49:18.565Z] -rw-rw-r-- 1 jenkins jenkins 901 Jan 28 02:45 Jenkinsfile [2021-01-28T02:49:18.565Z] -rw-rw-r-- 1 jenkins jenkins 11341 Jan 28 02:45 LICENSE [2021-01-28T02:49:18.565Z] -rw-rw-r-- 1 jenkins jenkins 1016 Jan 28 02:45 Makefile [2021-01-28T02:49:18.565Z] -rw-rw-r-- 1 jenkins jenkins 5897 Jan 28 02:45 README.md [2021-01-28T02:49:18.565Z] -rw-rw-r-- 1 jenkins jenkins 6616 Jan 28 02:45 RELEASE-NOTES.txt [2021-01-28T02:49:18.565Z] -rw-rw-r-- 1 jenkins jenkins 5 Jan 28 02:42 VERSION [2021-01-28T02:49:18.565Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 28 02:45 bin [2021-01-28T02:49:18.565Z] -rw-r--r-- 1 jenkins jenkins 137333 Jan 28 02:48 coverage.out [2021-01-28T02:49:18.565Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 28 02:45 example [2021-01-28T02:49:18.565Z] -rw-r--r-- 1 jenkins jenkins 514 Jan 28 02:49 go.mod [2021-01-28T02:49:18.565Z] -rw-r--r-- 1 jenkins jenkins 14191 Jan 28 02:49 go.sum [2021-01-28T02:49:18.565Z] drwxrwxr-x 15 jenkins jenkins 4096 Jan 28 02:45 internal [2021-01-28T02:49:18.565Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 28 02:45 openapi [2021-01-28T02:49:18.565Z] drwxrwxr-x 5 jenkins jenkins 4096 Jan 28 02:45 pkg [2021-01-28T02:49:18.565Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 28 02:45 snap [2021-01-28T02:49:18.565Z] -rw-rw-r-- 1 jenkins jenkins 222 Jan 28 02:45 version.go [Pipeline] isUnix [Pipeline] sh [2021-01-28T02:49:18.918Z] + 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=dce881673ae14da553cd551a3485f5b83744404b --label arch=arm64 --label version=0.0.0 . [2021-01-28T02:49:19.514Z] Sending build context to Docker daemon 2.805MB [2021-01-28T02:49:19.514Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-01-28T02:49:19.514Z] Step 2/24 : FROM ${BASE} AS builder [2021-01-28T02:49:19.514Z] ---> f4b4ed50ba02 [2021-01-28T02:49:19.514Z] Step 3/24 : ARG MAKE='make build' [2021-01-28T02:49:19.788Z] ---> Running in eb0a8169aed6 [2021-01-28T02:49:20.384Z] Removing intermediate container eb0a8169aed6 [2021-01-28T02:49:20.384Z] ---> 3e86d1a4593c [2021-01-28T02:49:20.384Z] Step 4/24 : WORKDIR /device-sdk-go [2021-01-28T02:49:20.384Z] ---> Running in d758086f81e8 [2021-01-28T02:49:20.979Z] Removing intermediate container d758086f81e8 [2021-01-28T02:49:20.979Z] ---> eb928c577dfa [2021-01-28T02:49:20.979Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-28T02:49:20.979Z] ---> Running in 8e04c10dbb24 [2021-01-28T02:49:21.578Z] Removing intermediate container 8e04c10dbb24 [2021-01-28T02:49:21.578Z] ---> c0af714096e9 [2021-01-28T02:49:21.578Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T02:49:21.578Z] ---> Running in cc939dfa95c3 [2021-01-28T02:49:24.202Z] Removing intermediate container cc939dfa95c3 [2021-01-28T02:49:24.202Z] ---> c2b89f3cbca7 [2021-01-28T02:49:24.202Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-01-28T02:49:24.202Z] ---> Running in 9bb4089d07a7 [2021-01-28T02:49:25.182Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T02:49:26.160Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T02:49:27.141Z] OK: 142 MiB in 39 packages [2021-01-28T02:49:28.576Z] Removing intermediate container 9bb4089d07a7 [2021-01-28T02:49:28.576Z] ---> 3b45f0c94d69 [2021-01-28T02:49:28.576Z] Step 8/24 : COPY . . [2021-01-28T02:49:30.035Z] ---> 23effaead90e [2021-01-28T02:49:30.035Z] Step 9/24 : RUN ${MAKE} [2021-01-28T02:49:30.035Z] ---> Running in 857c444cbb4b [2021-01-28T02:49:31.487Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-01-28T02:49:58.320Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-01-28T02:50:01.741Z] Removing intermediate container 857c444cbb4b [2021-01-28T02:50:01.741Z] ---> 50228d640b14 [2021-01-28T02:50:01.741Z] Step 10/24 : FROM scratch [2021-01-28T02:50:01.741Z] ---> [2021-01-28T02:50:01.741Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-28T02:50:01.741Z] ---> Running in c01171b152b5 [2021-01-28T02:50:01.741Z] Removing intermediate container c01171b152b5 [2021-01-28T02:50:01.741Z] ---> 4a7cca526bca [2021-01-28T02:50:01.741Z] Step 12/24 : ENV APP_PORT=49990 [2021-01-28T02:50:01.741Z] ---> Running in 58c6b90e43e1 [2021-01-28T02:50:02.345Z] Removing intermediate container 58c6b90e43e1 [2021-01-28T02:50:02.345Z] ---> aa843d0cf142 [2021-01-28T02:50:02.345Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-28T02:50:02.345Z] ---> Running in 37d07a49544a [2021-01-28T02:50:02.947Z] Removing intermediate container 37d07a49544a [2021-01-28T02:50:02.947Z] ---> f46506a0b94a [2021-01-28T02:50:02.947Z] Step 14/24 : WORKDIR / [2021-01-28T02:50:02.947Z] ---> Running in ed7364ec7960 [2021-01-28T02:50:03.222Z] Removing intermediate container ed7364ec7960 [2021-01-28T02:50:03.222Z] ---> f969e07c59a8 [2021-01-28T02:50:03.222Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-01-28T02:50:04.653Z] ---> d5f98fa1dbc0 [2021-01-28T02:50:04.653Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-01-28T02:50:05.248Z] ---> 46c655574dcf [2021-01-28T02:50:05.248Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-01-28T02:50:05.842Z] ---> 2b8b87104ab1 [2021-01-28T02:50:05.842Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-01-28T02:50:06.448Z] ---> b61930d4a5ee [2021-01-28T02:50:06.448Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-01-28T02:50:07.421Z] ---> fc951e7ad97a [2021-01-28T02:50:07.421Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-01-28T02:50:07.421Z] ---> Running in afb3ade2f07e [2021-01-28T02:50:08.014Z] Removing intermediate container afb3ade2f07e [2021-01-28T02:50:08.014Z] ---> c4b824c9aed1 [2021-01-28T02:50:08.014Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T02:50:08.014Z] ---> Running in 13315affee34 [2021-01-28T02:50:08.608Z] Removing intermediate container 13315affee34 [2021-01-28T02:50:08.608Z] ---> 06784f097642 [2021-01-28T02:50:08.608Z] Step 22/24 : LABEL arch=arm64 [2021-01-28T02:50:08.608Z] ---> Running in ecec5a90bcdd [2021-01-28T02:50:08.880Z] Removing intermediate container ecec5a90bcdd [2021-01-28T02:50:08.880Z] ---> 31fbab249d77 [2021-01-28T02:50:08.880Z] Step 23/24 : LABEL git_sha=dce881673ae14da553cd551a3485f5b83744404b [2021-01-28T02:50:09.153Z] ---> Running in 1a55b28675b3 [2021-01-28T02:50:09.746Z] Removing intermediate container 1a55b28675b3 [2021-01-28T02:50:09.746Z] ---> 03d84e403105 [2021-01-28T02:50:09.746Z] Step 24/24 : LABEL version=0.0.0 [2021-01-28T02:50:09.746Z] ---> Running in dddb1affe21a [2021-01-28T02:50:10.019Z] Removing intermediate container dddb1affe21a [2021-01-28T02:50:10.019Z] ---> 94037a548cc8 [2021-01-28T02:50:10.019Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-28T02:50:10.289Z] Successfully built 94037a548cc8 [2021-01-28T02:50:10.289Z] Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-28T02:50:12.146Z] provisioning config files... [2021-01-28T02:50:12.157Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-763@tmp/config749410835713338218tmp [Pipeline] { [Pipeline] sh [2021-01-28T02:50:12.532Z] + set +x [2021-01-28T02:50:12.532Z] + curl -s https://codecov.io/bash [2021-01-28T02:50:12.532Z] + bash -s -- [2021-01-28T02:50:12.797Z] [2021-01-28T02:50:12.797Z] _____ _ [2021-01-28T02:50:12.797Z] / ____| | | [2021-01-28T02:50:12.797Z] | | ___ __| | ___ ___ _____ __ [2021-01-28T02:50:12.797Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-28T02:50:12.797Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-28T02:50:12.797Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-28T02:50:12.797Z] Bash-20210128-d4071a2 [2021-01-28T02:50:12.797Z] [2021-01-28T02:50:12.797Z] [2021-01-28T02:50:12.797Z] ==> git version 2.24.3 found [2021-01-28T02:50:12.797Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-28T02:50:12.797Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-28T02:50:12.797Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-28T02:50:12.797Z] ==> Jenkins CI detected. [2021-01-28T02:50:12.797Z] project root: . [2021-01-28T02:50:12.797Z] --> token set from env [2021-01-28T02:50:12.797Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-28T02:50:12.797Z] ==> Running gcov in . (disable via -X gcov) [2021-01-28T02:50:12.797Z] ==> Python coveragepy not found [2021-01-28T02:50:12.797Z] ==> Searching for coverage reports in: [2021-01-28T02:50:12.797Z] + . [2021-01-28T02:50:12.797Z] -> Found 1 reports [2021-01-28T02:50:12.797Z] ==> Detecting git/mercurial file structure [2021-01-28T02:50:12.797Z] ==> Reading reports [2021-01-28T02:50:12.797Z] + ./coverage.out bytes=137333 [2021-01-28T02:50:12.797Z] ==> Appending adjustments [2021-01-28T02:50:12.797Z] https://docs.codecov.io/docs/fixing-reports [2021-01-28T02:50:13.371Z] + Found adjustments [2021-01-28T02:50:13.371Z] ==> Gzipping contents [2021-01-28T02:50:13.371Z] 24K /tmp/codecov.DPUrP0.gz [2021-01-28T02:50:13.371Z] ==> Uploading reports [2021-01-28T02:50:13.371Z] url: https://codecov.io [2021-01-28T02:50:13.371Z] query: branch=PR-763&commit=dce881673ae14da553cd551a3485f5b83744404b&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-763%2F4%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=763&job=&cmd_args= [2021-01-28T02:50:13.371Z] -> Pinging Codecov [2021-01-28T02:50:13.371Z] https://codecov.io/upload/v4?package=bash-20210128-d4071a2&token=secret&branch=PR-763&commit=dce881673ae14da553cd551a3485f5b83744404b&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-763%2F4%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=763&job=&cmd_args= [2021-01-28T02:50:13.945Z] -> Uploading to [2021-01-28T02:50:13.945Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-28/7E55EF52A471D76F132DFD9A03CDDE97/dce881673ae14da553cd551a3485f5b83744404b/cdbb6772-c39e-45bd-a770-a5ac17eb3b1c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210128%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210128T025013Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f1ddd707ff147aac4b7a1f7de6498388ab4fdbba613176c2b062e2578e4a4204 [2021-01-28T02:50:13.945Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T02:50:13.945Z] Dload Upload Total Spent Left Speed [2021-01-28T02:50:14.521Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21656 0 0 100 21656 0 51772 --:--:-- --:--:-- --:--:-- 51808 [2021-01-28T02:50:14.521Z] -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/dce881673ae14da553cd551a3485f5b83744404b [Pipeline] } [2021-01-28T02:50:14.531Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-28T02:50:16.987Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T02:50:17.557Z] ---> package-listing.sh [2021-01-28T02:50:17.557Z] ++ facter osfamily [2021-01-28T02:50:17.557Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-28T02:50:17.557Z] + OS_FAMILY=redhat [2021-01-28T02:50:17.557Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-763 [2021-01-28T02:50:17.557Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-28T02:50:17.557Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-28T02:50:17.557Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-28T02:50:17.557Z] + PACKAGES=/tmp/packages_start.txt [2021-01-28T02:50:17.557Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-763 ']' [2021-01-28T02:50:17.557Z] + PACKAGES=/tmp/packages_end.txt [2021-01-28T02:50:17.557Z] + case "${OS_FAMILY}" in [2021-01-28T02:50:17.557Z] + rpm -qa [2021-01-28T02:50:17.557Z] + sort [2021-01-28T02:50:21.776Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-28T02:50:21.776Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-28T02:50:21.776Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-28T02:50:21.776Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-763 ']' [2021-01-28T02:50:21.776Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-763/archives/ [2021-01-28T02:50:21.776Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-763/archives/ [Pipeline] echo [2021-01-28T02:50:21.790Z] 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-763/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-28T02:50:22.088Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-28T02:50:22.395Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-28T02:50:22.395Z] [2021-01-28T02:50:22.395Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-28T02:50:22.750Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-28T02:50:22.750Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-28T02:50:22.750Z] df20fa9351a1: Pulling fs layer [2021-01-28T02:50:22.750Z] 36b3adc4ff6f: Pulling fs layer [2021-01-28T02:50:22.750Z] 8ad3a11d3b57: Pulling fs layer [2021-01-28T02:50:22.750Z] 46f8f816bc3b: Pulling fs layer [2021-01-28T02:50:22.750Z] 93b61091891f: Pulling fs layer [2021-01-28T02:50:22.750Z] 93b9cdb0e59b: Pulling fs layer [2021-01-28T02:50:22.750Z] 5e14af77c1be: Pulling fs layer [2021-01-28T02:50:22.750Z] 01666e4c0597: Pulling fs layer [2021-01-28T02:50:22.750Z] aa168da1d23b: Pulling fs layer [2021-01-28T02:50:22.750Z] 93b61091891f: Waiting [2021-01-28T02:50:22.750Z] 93b9cdb0e59b: Waiting [2021-01-28T02:50:22.750Z] 5e14af77c1be: Waiting [2021-01-28T02:50:22.750Z] 01666e4c0597: Waiting [2021-01-28T02:50:22.750Z] aa168da1d23b: Waiting [2021-01-28T02:50:22.750Z] 46f8f816bc3b: Waiting [2021-01-28T02:50:22.750Z] 36b3adc4ff6f: Verifying Checksum [2021-01-28T02:50:22.750Z] 36b3adc4ff6f: Download complete [2021-01-28T02:50:22.750Z] 46f8f816bc3b: Verifying Checksum [2021-01-28T02:50:22.750Z] 46f8f816bc3b: Download complete [2021-01-28T02:50:23.014Z] df20fa9351a1: Verifying Checksum [2021-01-28T02:50:23.014Z] df20fa9351a1: Download complete [2021-01-28T02:50:23.014Z] 93b9cdb0e59b: Verifying Checksum [2021-01-28T02:50:23.014Z] 93b9cdb0e59b: Download complete [2021-01-28T02:50:23.014Z] 5e14af77c1be: Download complete [2021-01-28T02:50:23.014Z] 93b61091891f: Verifying Checksum [2021-01-28T02:50:23.014Z] 93b61091891f: Download complete [2021-01-28T02:50:23.014Z] 01666e4c0597: Download complete [2021-01-28T02:50:23.283Z] df20fa9351a1: Pull complete [2021-01-28T02:50:23.550Z] 36b3adc4ff6f: Pull complete [2021-01-28T02:50:23.550Z] 8ad3a11d3b57: Verifying Checksum [2021-01-28T02:50:23.550Z] 8ad3a11d3b57: Download complete [2021-01-28T02:50:24.129Z] 8ad3a11d3b57: Pull complete [2021-01-28T02:50:24.405Z] 46f8f816bc3b: Pull complete [2021-01-28T02:50:24.984Z] 93b61091891f: Pull complete [2021-01-28T02:50:25.247Z] aa168da1d23b: Verifying Checksum [2021-01-28T02:50:25.247Z] aa168da1d23b: Download complete [2021-01-28T02:50:25.510Z] 93b9cdb0e59b: Pull complete [2021-01-28T02:50:25.777Z] 5e14af77c1be: Pull complete [2021-01-28T02:50:25.777Z] 01666e4c0597: Pull complete [2021-01-28T02:50:33.985Z] aa168da1d23b: Pull complete [2021-01-28T02:50:33.985Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-28T02:50:33.985Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-28T02:50:33.985Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-28T02:50:34.179Z] prd-centos7-docker-4c-2g-23651 does not seem to be running inside a container [2021-01-28T02:50:34.231Z] $ 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-763/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-763 -v /w/workspace/dgexfoundry_device-sdk-go_PR-763:/w/workspace/dgexfoundry_device-sdk-go_PR-763:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-763@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-763@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-28T02:50:37.303Z] $ docker top fee0950dd66cd28de17dc60d6238529459058fc7e8cba84814f382334f835684 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T02:50:37.812Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-28T02:50:38.116Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-28T02:50:38.415Z] + ls /var/log/sa-host [2021-01-28T02:50:38.415Z] + sadf -c /var/log/sa-host/sa23 [2021-01-28T02:50:38.415Z] file_magic: OK [2021-01-28T02:50:38.415Z] HZ: Using current value: 100 [2021-01-28T02:50:38.415Z] file_header: OK [2021-01-28T02:50:38.415Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-28T02:50:38.415Z] Statistics: [2021-01-28T02:50:38.415Z] Hnuu...uuuununununu... [2021-01-28T02:50:38.415Z] File successfully converted to sysstat format version 12.2.1 [2021-01-28T02:50:38.415Z] + sadf -c /var/log/sa-host/sa28 [2021-01-28T02:50:38.415Z] file_magic: OK [2021-01-28T02:50:38.415Z] HZ: Using current value: 100 [2021-01-28T02:50:38.415Z] file_header: OK [2021-01-28T02:50:38.415Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-28T02:50:38.415Z] Statistics: [2021-01-28T02:50:38.415Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-28T02:50:38.415Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-28T02:50:38.612Z] provisioning config files... [2021-01-28T02:50:38.625Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-763@tmp/config6078068067032064668tmp [Pipeline] { [Pipeline] echo [2021-01-28T02:50:38.708Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T02:50:39.017Z] ---> create-netrc.sh [Pipeline] } [2021-01-28T02:50:39.042Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-28T02:50:39.132Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T02:50:39.485Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-28T02:50:39.502Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T02:50:39.843Z] ---> sudo-logs.sh [2021-01-28T02:50:39.843Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-28T02:50:39.869Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T02:50:40.199Z] ---> job-cost.sh [2021-01-28T02:50:40.199Z] lf-activate-venv: SKIPPING [2021-01-28T02:50:40.199Z] INFO: No Stack... [2021-01-28T02:50:41.148Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-28T02:50:41.413Z] INFO: Archiving Costs [Pipeline] echo [2021-01-28T02:50:41.427Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T02:50:41.728Z] ---> logs-deploy.sh [2021-01-28T02:50:41.728Z] lf-activate-venv: SKIPPING [2021-01-28T02:50:41.728Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-763/4 [2021-01-28T02:50:41.728Z] INFO: archiving workspace using pattern(s): [2021-01-28T02:50:43.653Z] Archives upload complete. [2021-01-28T02:50:43.653Z] INFO: archiving logs to Nexus [2021-01-28T02:50:44.603Z] ---> uname -a: [2021-01-28T02:50:44.604Z] Linux prd-centos7-docker-4c-2g-23651.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-01-28T02:50:44.604Z] [2021-01-28T02:50:44.604Z] [2021-01-28T02:50:44.604Z] ---> lscpu: [2021-01-28T02:50:44.604Z] Architecture: x86_64 [2021-01-28T02:50:44.604Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-28T02:50:44.604Z] Byte Order: Little Endian [2021-01-28T02:50:44.604Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-28T02:50:44.604Z] CPU(s): 4 [2021-01-28T02:50:44.604Z] On-line CPU(s) list: 0-3 [2021-01-28T02:50:44.604Z] Thread(s) per core: 1 [2021-01-28T02:50:44.604Z] Core(s) per socket: 1 [2021-01-28T02:50:44.604Z] Socket(s): 4 [2021-01-28T02:50:44.604Z] NUMA node(s): 1 [2021-01-28T02:50:44.604Z] Vendor ID: GenuineIntel [2021-01-28T02:50:44.604Z] CPU family: 6 [2021-01-28T02:50:44.604Z] Model: 44 [2021-01-28T02:50:44.604Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-28T02:50:44.604Z] Stepping: 1 [2021-01-28T02:50:44.604Z] CPU MHz: 2933.438 [2021-01-28T02:50:44.604Z] BogoMIPS: 5866.87 [2021-01-28T02:50:44.604Z] Virtualization: VT-x [2021-01-28T02:50:44.604Z] Hypervisor vendor: KVM [2021-01-28T02:50:44.604Z] Virtualization type: full [2021-01-28T02:50:44.604Z] L1d cache: 128 KiB [2021-01-28T02:50:44.604Z] L1i cache: 128 KiB [2021-01-28T02:50:44.604Z] L2 cache: 16 MiB [2021-01-28T02:50:44.604Z] L3 cache: 64 MiB [2021-01-28T02:50:44.604Z] NUMA node0 CPU(s): 0-3 [2021-01-28T02:50:44.604Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-28T02:50:44.604Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-28T02:50:44.604Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-28T02:50:44.604Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-28T02:50:44.604Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-28T02:50:44.604Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-28T02:50:44.604Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-28T02:50:44.604Z] Vulnerability Srbds: Not affected [2021-01-28T02:50:44.604Z] Vulnerability Tsx async abort: Not affected [2021-01-28T02:50:44.604Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-01-28T02:50:44.604Z] [2021-01-28T02:50:44.604Z] [2021-01-28T02:50:44.604Z] ---> nproc: [2021-01-28T02:50:44.604Z] 4 [2021-01-28T02:50:44.604Z] [2021-01-28T02:50:44.604Z] [2021-01-28T02:50:44.604Z] ---> df -h: [2021-01-28T02:50:44.604Z] Filesystem Size Used Available Use% Mounted on [2021-01-28T02:50:44.604Z] overlay 50.0G 7.3G 42.7G 15% / [2021-01-28T02:50:44.604Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-28T02:50:44.604Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-28T02:50:44.604Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-28T02:50:44.604Z] /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os [2021-01-28T02:50:44.604Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf [2021-01-28T02:50:44.604Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname [2021-01-28T02:50:44.604Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts [2021-01-28T02:50:44.604Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log [2021-01-28T02:50:44.604Z] /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json [2021-01-28T02:50:44.604Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-763 [2021-01-28T02:50:44.604Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-763@tmp [2021-01-28T02:50:44.604Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host [2021-01-28T02:50:44.604Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure [2021-01-28T02:50:44.604Z] [2021-01-28T02:50:44.604Z] [2021-01-28T02:50:44.604Z] ---> free -m: [2021-01-28T02:50:44.604Z] total used free shared buff/cache available [2021-01-28T02:50:44.604Z] Mem: 1837 722 103 0 1011 1009 [2021-01-28T02:50:44.604Z] Swap: 1023 1 1022 [2021-01-28T02:50:44.604Z] [2021-01-28T02:50:44.604Z] [2021-01-28T02:50:44.604Z] ---> ip addr: [2021-01-28T02:50:44.604Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-01-28T02:50:44.604Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-01-28T02:50:44.604Z] inet 127.0.0.1/8 scope host lo [2021-01-28T02:50:44.604Z] valid_lft forever preferred_lft forever [2021-01-28T02:50:44.604Z] inet6 ::1/128 scope host [2021-01-28T02:50:44.604Z] valid_lft forever preferred_lft forever [2021-01-28T02:50:44.604Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-01-28T02:50:44.604Z] link/ether fa:16:3e:16:6a:d4 brd ff:ff:ff:ff:ff:ff [2021-01-28T02:50:44.604Z] inet 10.30.122.86/23 brd 10.30.123.255 scope global dynamic eth0 [2021-01-28T02:50:44.604Z] valid_lft 85828sec preferred_lft 85828sec [2021-01-28T02:50:44.604Z] inet6 fe80::f816:3eff:fe16:6ad4/64 scope link [2021-01-28T02:50:44.604Z] valid_lft forever preferred_lft forever [2021-01-28T02:50:44.604Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-01-28T02:50:44.604Z] link/ether 02:42:6d:b6:3d:c7 brd ff:ff:ff:ff:ff:ff [2021-01-28T02:50:44.604Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-01-28T02:50:44.604Z] valid_lft forever preferred_lft forever [2021-01-28T02:50:44.604Z] inet6 fe80::42:6dff:feb6:3dc7/64 scope link [2021-01-28T02:50:44.604Z] valid_lft forever preferred_lft forever [2021-01-28T02:50:44.604Z] [2021-01-28T02:50:44.604Z] [2021-01-28T02:50:44.604Z] ---> sar -b -r -n DEV: [2021-01-28T02:50:44.604Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/28/21 _x86_64_ (4 CPU) [2021-01-28T02:50:44.604Z] [2021-01-28T02:50:44.604Z] 02:40:59 LINUX RESTART (4 CPU) [2021-01-28T02:50:44.604Z] [2021-01-28T02:50:44.604Z] 02:42:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-01-28T02:50:44.604Z] 02:43:01 12.90 0.40 12.50 0.00 32.36 323.64 0.00 [2021-01-28T02:50:44.604Z] 02:44:01 0.33 0.00 0.33 0.00 0.00 5.61 0.00 [2021-01-28T02:50:44.604Z] 02:45:02 0.25 0.00 0.25 0.00 0.00 2.98 0.00 [2021-01-28T02:50:44.604Z] 02:46:01 0.29 0.00 0.29 0.00 0.00 3.39 0.00 [2021-01-28T02:50:44.604Z] 02:47:01 0.28 0.00 0.28 0.00 0.00 4.36 0.00 [2021-01-28T02:50:44.604Z] 02:48:01 0.27 0.00 0.27 0.00 0.00 3.01 0.00 [2021-01-28T02:50:44.604Z] 02:49:01 0.28 0.00 0.28 0.00 0.00 3.33 0.00 [2021-01-28T02:50:44.604Z] 02:50:01 0.22 0.00 0.22 0.00 0.00 2.16 0.00 [2021-01-28T02:50:44.604Z] Average: 1.86 0.05 1.81 0.00 4.06 43.66 0.00 [2021-01-28T02:50:44.604Z] [2021-01-28T02:50:44.604Z] 02:42:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-01-28T02:50:44.604Z] 02:43:01 118252 0 615400 32.71 2620 1145272 1134404 38.72 425468 1136632 24 [2021-01-28T02:50:44.604Z] 02:44:01 123900 0 609744 32.41 2620 1145280 1089828 37.19 423108 1133980 16 [2021-01-28T02:50:44.604Z] 02:45:02 123876 0 609764 32.41 2620 1145284 1089928 37.20 420080 1137332 12 [2021-01-28T02:50:44.604Z] 02:46:01 124632 0 609008 32.37 2620 1145284 1084800 37.02 419812 1136988 16 [2021-01-28T02:50:44.604Z] 02:47:01 124712 0 608920 32.36 2620 1145292 1084800 37.02 419568 1137260 8 [2021-01-28T02:50:44.604Z] 02:48:01 125016 0 608612 32.35 2620 1145296 1083736 36.99 419512 1137104 12 [2021-01-28T02:50:44.604Z] 02:49:01 126084 0 607540 32.29 2620 1145300 1076528 36.74 418788 1136832 8 [2021-01-28T02:50:44.604Z] 02:50:01 126240 0 607332 32.28 2620 1145352 1076528 36.74 418832 1136840 12 [2021-01-28T02:50:44.604Z] Average: 124089 0 609540 32.40 2620 1145295 1090069 37.20 420646 1136621 14 [2021-01-28T02:50:44.604Z] [2021-01-28T02:50:44.604Z] 02:42:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-01-28T02:50:44.604Z] 02:43:01 eth0 135.94 96.34 131.03 94.89 0.00 0.00 0.00 0.00 [2021-01-28T02:50:44.604Z] 02:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T02:50:44.604Z] 02:43:01 docker0 8.42 5.83 1.25 23.40 0.00 0.00 0.00 0.00 [2021-01-28T02:50:44.604Z] 02:44:01 eth0 3.60 0.97 1.03 0.63 0.00 0.00 0.00 0.00 [2021-01-28T02:50:44.604Z] 02:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T02:50:44.604Z] 02:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T02:50:44.604Z] 02:45:02 eth0 2.86 0.55 0.70 0.39 0.00 0.00 0.00 0.00 [2021-01-28T02:50:44.604Z] 02:45:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T02:50:44.604Z] 02:45:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T02:50:44.604Z] 02:46:01 eth0 2.44 0.63 0.69 0.41 0.00 0.00 0.00 0.00 [2021-01-28T02:50:44.604Z] 02:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T02:50:44.604Z] 02:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T02:50:44.604Z] 02:47:01 eth0 1.35 0.40 0.46 0.26 0.00 0.00 0.00 0.00 [2021-01-28T02:50:44.604Z] 02:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T02:50:44.604Z] 02:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T02:50:44.604Z] 02:48:01 eth0 0.97 0.45 0.54 0.39 0.00 0.00 0.00 0.00 [2021-01-28T02:50:44.604Z] 02:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T02:50:44.604Z] 02:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T02:50:44.604Z] 02:49:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-28T02:50:44.604Z] 02:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T02:50:44.604Z] 02:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T02:50:44.604Z] 02:50:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-28T02:50:44.604Z] 02:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T02:50:44.604Z] 02:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T02:50:44.604Z] Average: eth0 18.46 12.46 16.85 12.15 0.00 0.00 0.00 0.00 [2021-01-28T02:50:44.604Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T02:50:44.604Z] Average: docker0 1.06 0.73 0.16 2.93 0.00 0.00 0.00 0.00 [2021-01-28T02:50:44.604Z] [2021-01-28T02:50:44.604Z] [2021-01-28T02:50:44.604Z] ---> sar -P ALL: [2021-01-28T02:50:44.604Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/28/21 _x86_64_ (4 CPU) [2021-01-28T02:50:44.604Z] [2021-01-28T02:50:44.604Z] 02:40:59 LINUX RESTART (4 CPU) [2021-01-28T02:50:44.604Z] [2021-01-28T02:50:44.604Z] 02:42:01 CPU %user %nice %system %iowait %steal %idle [2021-01-28T02:50:44.604Z] 02:43:01 all 2.11 0.00 1.04 0.19 0.01 96.65 [2021-01-28T02:50:44.604Z] 02:43:01 0 2.00 0.00 1.01 0.03 0.00 96.96 [2021-01-28T02:50:44.604Z] 02:43:01 1 2.46 0.00 1.00 0.55 0.02 95.97 [2021-01-28T02:50:44.604Z] 02:43:01 2 2.06 0.00 1.19 0.08 0.02 96.65 [2021-01-28T02:50:44.604Z] 02:43:01 3 1.93 0.00 0.96 0.10 0.00 97.02 [2021-01-28T02:50:44.604Z] 02:44:01 all 0.17 0.00 0.05 0.00 0.01 99.77 [2021-01-28T02:50:44.604Z] 02:44:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-28T02:50:44.604Z] 02:44:01 1 0.50 0.00 0.07 0.00 0.02 99.42 [2021-01-28T02:50:44.604Z] 02:44:01 2 0.10 0.00 0.07 0.00 0.00 99.83 [2021-01-28T02:50:44.604Z] 02:44:01 3 0.05 0.00 0.05 0.00 0.02 99.88 [2021-01-28T02:50:44.604Z] 02:45:02 all 0.18 0.00 0.04 0.00 0.00 99.78 [2021-01-28T02:50:44.604Z] 02:45:02 0 0.10 0.00 0.08 0.00 0.02 99.80 [2021-01-28T02:50:44.604Z] 02:45:02 1 0.52 0.00 0.02 0.00 0.00 99.47 [2021-01-28T02:50:44.604Z] 02:45:02 2 0.05 0.00 0.02 0.00 0.00 99.93 [2021-01-28T02:50:44.605Z] 02:45:02 3 0.05 0.00 0.03 0.00 0.00 99.92 [2021-01-28T02:50:44.605Z] 02:46:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-01-28T02:50:44.605Z] 02:46:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-28T02:50:44.605Z] 02:46:01 1 0.51 0.00 0.03 0.00 0.00 99.46 [2021-01-28T02:50:44.605Z] 02:46:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2021-01-28T02:50:44.605Z] 02:46:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-28T02:50:44.605Z] 02:47:01 all 0.17 0.00 0.04 0.00 0.02 99.78 [2021-01-28T02:50:44.605Z] 02:47:01 0 0.05 0.00 0.05 0.00 0.00 99.90 [2021-01-28T02:50:44.605Z] 02:47:01 1 0.13 0.00 0.03 0.00 0.02 99.82 [2021-01-28T02:50:44.605Z] 02:47:01 2 0.45 0.00 0.03 0.00 0.03 99.48 [2021-01-28T02:50:44.605Z] 02:47:01 3 0.03 0.00 0.03 0.00 0.02 99.92 [2021-01-28T02:50:44.605Z] 02:48:01 all 0.08 0.00 0.04 0.00 0.00 99.87 [2021-01-28T02:50:44.605Z] 02:48:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-28T02:50:44.605Z] 02:48:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-28T02:50:44.605Z] 02:48:01 2 0.28 0.00 0.08 0.00 0.00 99.63 [2021-01-28T02:50:44.605Z] 02:48:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-28T02:50:44.605Z] 02:49:01 all 0.04 0.00 0.03 0.00 0.01 99.92 [2021-01-28T02:50:44.605Z] 02:49:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2021-01-28T02:50:44.605Z] 02:49:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-28T02:50:44.605Z] 02:49:01 2 0.07 0.00 0.03 0.00 0.00 99.90 [2021-01-28T02:50:44.605Z] 02:49:01 3 0.05 0.00 0.03 0.00 0.02 99.90 [2021-01-28T02:50:44.605Z] 02:50:01 all 0.04 0.00 0.03 0.00 0.00 99.93 [2021-01-28T02:50:44.605Z] 02:50:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-28T02:50:44.605Z] 02:50:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2021-01-28T02:50:44.605Z] 02:50:01 2 0.07 0.00 0.07 0.00 0.00 99.87 [2021-01-28T02:50:44.605Z] 02:50:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2021-01-28T02:50:44.605Z] Average: all 0.37 0.00 0.16 0.02 0.01 99.44 [2021-01-28T02:50:44.605Z] Average: 0 0.28 0.00 0.16 0.00 0.00 99.55 [2021-01-28T02:50:44.605Z] Average: 1 0.52 0.00 0.15 0.07 0.01 99.25 [2021-01-28T02:50:44.605Z] Average: 2 0.39 0.00 0.19 0.01 0.01 99.40 [2021-01-28T02:50:44.605Z] Average: 3 0.27 0.00 0.15 0.01 0.01 99.56 [2021-01-28T02:50:44.605Z] [2021-01-28T02:50:44.605Z] [2021-01-28T02:50:44.605Z]