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 gao270615179 for edgexfoundry/device-sdk-go Loading trusted files from base branch master at 2e0b14878cfb4a574be8745ab7c226ce26d53775 rather than bb3603909ab1ef3aa492044f3b646f1bb29ba67c Obtained Jenkinsfile from 2e0b14878cfb4a574be8745ab7c226ce26d53775 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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-22167’ is offline; ‘prd-centos7-docker-4c-2g-22170’ 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-22169’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-22172 in /w/workspace/dgexfoundry_device-sdk-go_PR-732 [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-732 # 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 2e0b14878cfb4a574be8745ab7c226ce26d53775 into PR head commit bb3603909ab1ef3aa492044f3b646f1bb29ba67c > 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/732/head:refs/remotes/origin/PR-732 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bb3603909ab1ef3aa492044f3b646f1bb29ba67c # timeout=10 Merge succeeded, producing 2c6ebf06d77d34a5dd31816cd3384181c472a805 Checking out Revision 2c6ebf06d77d34a5dd31816cd3384181c472a805 (PR-732) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 2e0b14878cfb4a574be8745ab7c226ce26d53775 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2c6ebf06d77d34a5dd31816cd3384181c472a805 # timeout=10 Commit message: "Merge commit '2e0b14878cfb4a574be8745ab7c226ce26d53775' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-22T02:43:00.996Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-22T02:43:01.303Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-22T02:43:01.440Z] ========================================================= [2021-01-22T02:43:01.440Z] EdgeX Global Pipelines Version Info [2021-01-22T02:43:01.440Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 206cdd90e7f57c2b384880b9f580462930fd44c2 # timeout=10 [2021-01-22T02:43:04.329Z] ------------------- [2021-01-22T02:43:04.329Z] stable info: [2021-01-22T02:43:04.329Z] ------------------- [2021-01-22T02:43:04.329Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-22T02:43:04.329Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-22T02:43:04.329Z] Message: update stable to v1.0.179 [2021-01-22T02:43:05.377Z] ------------------- [2021-01-22T02:43:05.377Z] experimental info: [2021-01-22T02:43:05.377Z] ------------------- [2021-01-22T02:43:05.377Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-22T02:43:05.377Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-22T02:43:05.377Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-22T02:43:05.732Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-01-22T02:43:05.833Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-01-22T02:43:05.925Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-22T02:43:06.013Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-22T02:43:06.118Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-22T02:43:06.233Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-22T02:43:06.339Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-22T02:43:06.428Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-22T02:43:06.547Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-01-22T02:43:06.637Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-22T02:43:06.727Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-22T02:43:06.946Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2021-01-22T02:43:07.042Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-22T02:43:07.167Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-22T02:43:07.270Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-22T02:43:07.363Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-01-22T02:43:07.456Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-22T02:43:07.555Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-22T02:43:07.657Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-22T02:43:07.772Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-22T02:43:07.880Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-22T02:43:07.974Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-22T02:43:08.067Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-22T02:43:08.192Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-22T02:43:08.275Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-01-22T02:43:08.363Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-22T02:43:08.447Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-22T02:43:08.532Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-732 [Pipeline] echo [2021-01-22T02:43:08.623Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-732 [Pipeline] echo [2021-01-22T02:43:08.713Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-732 [Pipeline] echo [2021-01-22T02:43:08.809Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2c6ebf06d77d34a5dd31816cd3384181c472a805 [Pipeline] echo [2021-01-22T02:43:08.903Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2c6ebf0 [Pipeline] echo [2021-01-22T02:43:08.986Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-22T02:43:09.157Z] provisioning config files... [2021-01-22T02:43:09.207Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-732@tmp/config3347449823302731273tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-22T02:43:09.685Z] ---> docker-login.sh [2021-01-22T02:43:09.685Z] nexus3.edgexfoundry.org:10001 [2021-01-22T02:43:10.357Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T02:43:10.663Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T02:43:10.663Z] Configure a credential helper to remove this warning. See [2021-01-22T02:43:10.663Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T02:43:10.663Z] [2021-01-22T02:43:10.663Z] Login Succeeded [2021-01-22T02:43:10.663Z] nexus3.edgexfoundry.org:10002 [2021-01-22T02:43:11.012Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T02:43:11.288Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T02:43:11.288Z] Configure a credential helper to remove this warning. See [2021-01-22T02:43:11.288Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T02:43:11.288Z] [2021-01-22T02:43:11.288Z] Login Succeeded [2021-01-22T02:43:11.288Z] nexus3.edgexfoundry.org:10003 [2021-01-22T02:43:11.564Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T02:43:11.564Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T02:43:11.564Z] Configure a credential helper to remove this warning. See [2021-01-22T02:43:11.564Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T02:43:11.564Z] [2021-01-22T02:43:11.564Z] Login Succeeded [2021-01-22T02:43:11.564Z] nexus3.edgexfoundry.org:10004 [2021-01-22T02:43:11.850Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T02:43:11.850Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T02:43:11.850Z] Configure a credential helper to remove this warning. See [2021-01-22T02:43:11.850Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T02:43:11.850Z] [2021-01-22T02:43:11.850Z] Login Succeeded [2021-01-22T02:43:11.850Z] docker.io [2021-01-22T02:43:12.450Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T02:43:12.450Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T02:43:12.450Z] Configure a credential helper to remove this warning. See [2021-01-22T02:43:12.450Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T02:43:12.450Z] [2021-01-22T02:43:12.450Z] Login Succeeded [2021-01-22T02:43:12.450Z] ---> docker-login.sh ends [Pipeline] } [2021-01-22T02:43:12.463Z] 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-22T02:43:13.299Z] + git log --format=format:%s -1 2c6ebf06d77d34a5dd31816cd3384181c472a805 [Pipeline] echo [2021-01-22T02:43:13.499Z] GIT_COMMIT: 2c6ebf06d77d34a5dd31816cd3384181c472a805, Commit Message: Merge commit '2e0b14878cfb4a574be8745ab7c226ce26d53775' into HEAD [Pipeline] echo [2021-01-22T02:43:13.554Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-22T02:43:14.428Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T02:43:14.428Z] [2021-01-22T02:43:14.429Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T02:43:14.911Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T02:43:15.591Z] latest: Pulling from edgex-devops/git-semver [2021-01-22T02:43:15.591Z] 31603596830f: Pulling fs layer [2021-01-22T02:43:15.591Z] 2a8b12db71e7: Pulling fs layer [2021-01-22T02:43:15.591Z] 6ca5941a6612: Pulling fs layer [2021-01-22T02:43:15.591Z] ecc8261a40a4: Pulling fs layer [2021-01-22T02:43:15.591Z] ecc8261a40a4: Waiting [2021-01-22T02:43:15.937Z] 2a8b12db71e7: Verifying Checksum [2021-01-22T02:43:15.937Z] 2a8b12db71e7: Download complete [2021-01-22T02:43:16.220Z] 31603596830f: Verifying Checksum [2021-01-22T02:43:16.220Z] 31603596830f: Download complete [2021-01-22T02:43:16.877Z] 6ca5941a6612: Verifying Checksum [2021-01-22T02:43:16.877Z] 6ca5941a6612: Download complete [2021-01-22T02:43:17.186Z] ecc8261a40a4: Verifying Checksum [2021-01-22T02:43:17.186Z] ecc8261a40a4: Download complete [2021-01-22T02:43:17.501Z] 31603596830f: Pull complete [2021-01-22T02:43:17.788Z] 2a8b12db71e7: Pull complete [2021-01-22T02:43:20.071Z] 6ca5941a6612: Pull complete [2021-01-22T02:43:20.388Z] ecc8261a40a4: Pull complete [2021-01-22T02:43:20.388Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-22T02:43:20.682Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T02:43:20.682Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-22T02:43:20.918Z] prd-centos7-docker-4c-2g-22172 does not seem to be running inside a container [2021-01-22T02:43:20.991Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-732 -v /w/workspace/dgexfoundry_device-sdk-go_PR-732:/w/workspace/dgexfoundry_device-sdk-go_PR-732:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-732@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-732@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-22T02:43:24.597Z] $ docker top 0c40bdc0ea2c366b108fb7bcd69981bb9d6b01dd3cfcf91745402899a138519d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-22T02:43:25.445Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-22T02:43:25.445Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-22T02:43:26.162Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-22T02:43:26.172Z] $ docker exec 0c40bdc0ea2c366b108fb7bcd69981bb9d6b01dd3cfcf91745402899a138519d ssh-agent [2021-01-22T02:43:26.454Z] SSH_AUTH_SOCK=/tmp/ssh-dl2rzQDySH1D/agent.11 [2021-01-22T02:43:26.454Z] SSH_AGENT_PID=16 [2021-01-22T02:43:26.470Z] Running ssh-add (command line suppressed) [2021-01-22T02:43:26.842Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-732@tmp/private_key_8664885542415067204.key (/w/workspace/dgexfoundry_device-sdk-go_PR-732@tmp/private_key_8664885542415067204.key) [2021-01-22T02:43:26.979Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-22T02:43:27.385Z] + git tag --points-at HEAD [Pipeline] } [2021-01-22T02:43:27.549Z] $ docker exec --env ******** --env ******** 0c40bdc0ea2c366b108fb7bcd69981bb9d6b01dd3cfcf91745402899a138519d ssh-agent -k [2021-01-22T02:43:27.822Z] unset SSH_AUTH_SOCK; [2021-01-22T02:43:27.822Z] unset SSH_AGENT_PID; [2021-01-22T02:43:27.822Z] echo Agent pid 16 killed; [2021-01-22T02:43:27.882Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-22T02:43:28.026Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-22T02:43:28.026Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-22T02:43:28.932Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-22T02:43:28.941Z] $ docker exec 0c40bdc0ea2c366b108fb7bcd69981bb9d6b01dd3cfcf91745402899a138519d ssh-agent [2021-01-22T02:43:29.606Z] SSH_AUTH_SOCK=/tmp/ssh-E7J4PjhzFW8Q/agent.44 [2021-01-22T02:43:29.606Z] SSH_AGENT_PID=49 [2021-01-22T02:43:29.623Z] Running ssh-add (command line suppressed) [2021-01-22T02:43:30.018Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-732@tmp/private_key_7671282393567692879.key (/w/workspace/dgexfoundry_device-sdk-go_PR-732@tmp/private_key_7671282393567692879.key) [2021-01-22T02:43:30.175Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-22T02:43:30.999Z] + git semver init [2021-01-22T02:43:30.999Z] # -> Open(): unable to determine branch for HEAD [2021-01-22T02:43:30.999Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-732/.git [2021-01-22T02:43:30.999Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-732 [2021-01-22T02:43:30.999Z] # $SEMVER_REMOTE_NAME = origin [2021-01-22T02:43:30.999Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-22T02:43:30.999Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-22T02:43:30.999Z] # $SEMVER_BRANCH = PR-732 [2021-01-22T02:43:30.999Z] # $SEMVER_TEMP = /tmp/semver-511341469 [2021-01-22T02:43:30.999Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-01-22T02:43:31.990Z] # '/tmp/semver-511341469' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-732/.semver' [2021-01-22T02:43:31.990Z] # -> Force: false [2021-01-22T02:43:31.990Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-732/.semver [Pipeline] } [2021-01-22T02:43:32.027Z] $ docker exec --env ******** --env ******** 0c40bdc0ea2c366b108fb7bcd69981bb9d6b01dd3cfcf91745402899a138519d ssh-agent -k [2021-01-22T02:43:32.505Z] unset SSH_AUTH_SOCK; [2021-01-22T02:43:32.507Z] unset SSH_AGENT_PID; [2021-01-22T02:43:32.508Z] echo Agent pid 49 killed; [2021-01-22T02:43:32.583Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-22T02:43:33.165Z] + git semver [Pipeline] } [2021-01-22T02:43:33.260Z] $ docker stop --time=1 0c40bdc0ea2c366b108fb7bcd69981bb9d6b01dd3cfcf91745402899a138519d [2021-01-22T02:43:35.100Z] $ docker rm -f 0c40bdc0ea2c366b108fb7bcd69981bb9d6b01dd3cfcf91745402899a138519d [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-22T02:43:36.096Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-22T02:43:37.375Z] Stashed 1 file(s) [Pipeline] echo [2021-01-22T02:43:37.378Z] [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-22T02:43:52.905Z] Still waiting to schedule task [2021-01-22T02:43:52.905Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-01-22T02:43:52.908Z] Still waiting to schedule task [2021-01-22T02:43:52.908Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-22T02:45:06.416Z] Running on prd-centos7-docker-4c-2g-22178 in /w/workspace/dgexfoundry_device-sdk-go_PR-732 [Pipeline] { [Pipeline] ws [2021-01-22T02:45:06.482Z] Running in /w/workspace/device-sdk-go/6 [Pipeline] { [Pipeline] checkout [2021-01-22T02:45:09.238Z] using credential edgex-jenkins-ssh [2021-01-22T02:45:09.288Z] Cloning the remote Git repository [2021-01-22T02:45:09.310Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-01-22T02:45:09.374Z] > git init /w/workspace/device-sdk-go/6 # timeout=10 [2021-01-22T02:45:09.433Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-22T02:45:09.433Z] > git --version # timeout=10 [2021-01-22T02:45:09.439Z] > git --version # 'git version 2.24.3' [2021-01-22T02:45:09.439Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T02:45:09.463Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T02:45:10.129Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-22T02:45:10.142Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T02:45:10.157Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-22T02:45:10.169Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-22T02:45:10.170Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T02:45:10.174Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/732/head:refs/remotes/origin/PR-732 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-22T02:45:10.644Z] Merging remotes/origin/master commit 2e0b14878cfb4a574be8745ab7c226ce26d53775 into PR head commit bb3603909ab1ef3aa492044f3b646f1bb29ba67c [2021-01-22T02:45:10.825Z] Merge succeeded, producing 6e19ef20f881468cf32fa44609b71c23a1029cda [2021-01-22T02:45:10.825Z] Checking out Revision 6e19ef20f881468cf32fa44609b71c23a1029cda (PR-732) [2021-01-22T02:45:10.652Z] > git config core.sparsecheckout # timeout=10 [2021-01-22T02:45:10.658Z] > git checkout -f bb3603909ab1ef3aa492044f3b646f1bb29ba67c # timeout=10 [2021-01-22T02:45:10.713Z] > git remote # timeout=10 [2021-01-22T02:45:10.718Z] > git config --get remote.origin.url # timeout=10 [2021-01-22T02:45:10.723Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T02:45:10.726Z] > git merge 2e0b14878cfb4a574be8745ab7c226ce26d53775 # timeout=10 [2021-01-22T02:45:10.817Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-22T02:45:10.827Z] > git config core.sparsecheckout # timeout=10 [2021-01-22T02:45:10.832Z] > git checkout -f 6e19ef20f881468cf32fa44609b71c23a1029cda # timeout=10 [2021-01-22T02:45:14.540Z] Commit message: "Merge commit '2e0b14878cfb4a574be8745ab7c226ce26d53775' into HEAD" [2021-01-22T02:45:14.558Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-22T02:45:14.543Z] > git rev-list --no-walk 206cdd90e7f57c2b384880b9f580462930fd44c2 # timeout=10 [2021-01-22T02:45:15.804Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-22T02:45:16.142Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-22T02:45:16.450Z] + sudo service docker restart [2021-01-22T02:45:16.450Z] + true [2021-01-22T02:45:16.450Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-22T02:45:17.915Z] provisioning config files... [2021-01-22T02:45:17.941Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/6@tmp/config5713912388869628979tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-22T02:45:18.313Z] ---> docker-login.sh [2021-01-22T02:45:18.313Z] nexus3.edgexfoundry.org:10001 [2021-01-22T02:45:18.602Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T02:45:18.871Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T02:45:18.871Z] Configure a credential helper to remove this warning. See [2021-01-22T02:45:18.871Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T02:45:18.871Z] [2021-01-22T02:45:18.871Z] Login Succeeded [2021-01-22T02:45:18.871Z] nexus3.edgexfoundry.org:10002 [2021-01-22T02:45:18.871Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T02:45:18.871Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T02:45:18.871Z] Configure a credential helper to remove this warning. See [2021-01-22T02:45:18.871Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T02:45:18.871Z] [2021-01-22T02:45:18.871Z] Login Succeeded [2021-01-22T02:45:18.871Z] nexus3.edgexfoundry.org:10003 [2021-01-22T02:45:19.138Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T02:45:19.138Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T02:45:19.138Z] Configure a credential helper to remove this warning. See [2021-01-22T02:45:19.138Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T02:45:19.138Z] [2021-01-22T02:45:19.138Z] Login Succeeded [2021-01-22T02:45:19.138Z] nexus3.edgexfoundry.org:10004 [2021-01-22T02:45:19.409Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T02:45:19.409Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T02:45:19.409Z] Configure a credential helper to remove this warning. See [2021-01-22T02:45:19.409Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T02:45:19.409Z] [2021-01-22T02:45:19.409Z] Login Succeeded [2021-01-22T02:45:19.409Z] docker.io [2021-01-22T02:45:19.409Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T02:45:19.673Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T02:45:19.673Z] Configure a credential helper to remove this warning. See [2021-01-22T02:45:19.673Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T02:45:19.673Z] [2021-01-22T02:45:19.673Z] Login Succeeded [2021-01-22T02:45:19.673Z] ---> docker-login.sh ends [Pipeline] } [2021-01-22T02:45:19.684Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-22T02:45:20.018Z] ========================================================= [2021-01-22T02:45:20.018Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-22T02:45:20.018Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-22T02:45:20.403Z] + 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-22T02:45:20.668Z] Sending build context to Docker daemon 2.599MB [2021-01-22T02:45:20.668Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-22T02:45:20.668Z] Step 2/8 : FROM ${BASE} [2021-01-22T02:45:20.668Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-22T02:45:20.668Z] 188c0c94c7c5: Pulling fs layer [2021-01-22T02:45:20.668Z] 0ef7d3d256c8: Pulling fs layer [2021-01-22T02:45:20.668Z] de9db76c5a1d: Pulling fs layer [2021-01-22T02:45:20.668Z] bca2f99d35d6: Pulling fs layer [2021-01-22T02:45:20.668Z] 93359f2a8cfa: Pulling fs layer [2021-01-22T02:45:20.668Z] 7c6f9722023f: Pulling fs layer [2021-01-22T02:45:20.668Z] a35cf1a2eb13: Pulling fs layer [2021-01-22T02:45:20.668Z] 93359f2a8cfa: Waiting [2021-01-22T02:45:20.668Z] 7c6f9722023f: Waiting [2021-01-22T02:45:20.668Z] a35cf1a2eb13: Waiting [2021-01-22T02:45:20.669Z] bca2f99d35d6: Waiting [2021-01-22T02:45:20.669Z] de9db76c5a1d: Download complete [2021-01-22T02:45:20.669Z] 0ef7d3d256c8: Verifying Checksum [2021-01-22T02:45:20.669Z] 0ef7d3d256c8: Download complete [2021-01-22T02:45:20.669Z] 93359f2a8cfa: Verifying Checksum [2021-01-22T02:45:20.669Z] 93359f2a8cfa: Download complete [2021-01-22T02:45:20.669Z] 7c6f9722023f: Verifying Checksum [2021-01-22T02:45:20.669Z] 7c6f9722023f: Download complete [2021-01-22T02:45:20.669Z] 188c0c94c7c5: Verifying Checksum [2021-01-22T02:45:20.669Z] 188c0c94c7c5: Download complete [2021-01-22T02:45:20.941Z] 188c0c94c7c5: Pull complete [2021-01-22T02:45:21.205Z] 0ef7d3d256c8: Pull complete [2021-01-22T02:45:21.205Z] de9db76c5a1d: Pull complete [2021-01-22T02:45:23.773Z] a35cf1a2eb13: Verifying Checksum [2021-01-22T02:45:23.773Z] a35cf1a2eb13: Download complete [2021-01-22T02:45:25.172Z] bca2f99d35d6: Verifying Checksum [2021-01-22T02:45:25.172Z] bca2f99d35d6: Download complete [2021-01-22T02:45:30.503Z] bca2f99d35d6: Pull complete [2021-01-22T02:45:30.503Z] 93359f2a8cfa: Pull complete [2021-01-22T02:45:30.503Z] 7c6f9722023f: Pull complete [2021-01-22T02:45:35.837Z] a35cf1a2eb13: Pull complete [2021-01-22T02:45:35.837Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-22T02:45:35.837Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-22T02:45:35.837Z] ---> a62c8e92a672 [2021-01-22T02:45:35.837Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-22T02:45:35.837Z] ---> Running in 075a0d694a89 [2021-01-22T02:45:35.837Z] Removing intermediate container 075a0d694a89 [2021-01-22T02:45:35.837Z] ---> fd8b1bcfc621 [2021-01-22T02:45:35.837Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T02:45:35.837Z] ---> Running in 4e8ebd2193dd [2021-01-22T02:45:36.812Z] Removing intermediate container 4e8ebd2193dd [2021-01-22T02:45:36.812Z] ---> 29476f84d70d [2021-01-22T02:45:36.812Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-01-22T02:45:36.812Z] ---> Running in 1f29e86e5f98 [2021-01-22T02:45:37.402Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T02:45:38.797Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T02:45:42.114Z] OK: 166 MiB in 39 packages [2021-01-22T02:45:42.114Z] Removing intermediate container 1f29e86e5f98 [2021-01-22T02:45:42.114Z] ---> 1921a3944010 [2021-01-22T02:45:42.114Z] Step 6/8 : WORKDIR /device-sdk-go [2021-01-22T02:45:42.380Z] ---> Running in a217148d3865 [2021-01-22T02:45:42.653Z] Removing intermediate container a217148d3865 [2021-01-22T02:45:42.653Z] ---> fcb781137b41 [2021-01-22T02:45:42.653Z] Step 7/8 : COPY . . [2021-01-22T02:45:43.617Z] ---> b56602a9b4fa [2021-01-22T02:45:43.617Z] Step 8/8 : RUN go mod download [2021-01-22T02:45:43.617Z] ---> Running in f36f9824c2ce [2021-01-22T02:46:01.710Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-22179 in /w/workspace/dgexfoundry_device-sdk-go_PR-732 [Pipeline] { [Pipeline] ws [2021-01-22T02:46:01.788Z] Running in /w/workspace/device-sdk-go/6 [Pipeline] { [Pipeline] checkout [2021-01-22T02:46:05.707Z] Removing intermediate container f36f9824c2ce [2021-01-22T02:46:05.708Z] ---> df4d68db0c89 [2021-01-22T02:46:05.708Z] Successfully built df4d68db0c89 [2021-01-22T02:46:05.708Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T02:46:06.027Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-22T02:46:06.027Z] . [Pipeline] withDockerContainer [2021-01-22T02:46:06.146Z] prd-centos7-docker-4c-2g-22178 does not seem to be running inside a container [2021-01-22T02:46:06.198Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/6 -v /w/workspace/device-sdk-go/6:/w/workspace/device-sdk-go/6:rw,z -v /w/workspace/device-sdk-go/6@tmp:/w/workspace/device-sdk-go/6@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 ******** ci-base-image-x86_64 cat [2021-01-22T02:46:06.967Z] $ docker top c174db6f3d56f8ac4a011dbc5243b373257d5ef0d62a37cc8c938631a74f80ec -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T02:46:07.389Z] using credential edgex-jenkins-ssh [2021-01-22T02:46:07.449Z] Cloning the remote Git repository [2021-01-22T02:46:07.480Z] + go version [2021-01-22T02:46:07.480Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-22T02:46:07.495Z] $ docker stop --time=1 c174db6f3d56f8ac4a011dbc5243b373257d5ef0d62a37cc8c938631a74f80ec [2021-01-22T02:46:07.518Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-01-22T02:46:07.660Z] > git init /w/workspace/device-sdk-go/6 # timeout=10 [2021-01-22T02:46:07.750Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-22T02:46:07.752Z] > git --version # timeout=10 [2021-01-22T02:46:07.775Z] > git --version # 'git version 2.17.1' [2021-01-22T02:46:07.778Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T02:46:07.879Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T02:46:08.833Z] $ docker rm -f c174db6f3d56f8ac4a011dbc5243b373257d5ef0d62a37cc8c938631a74f80ec [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T02:46:09.098Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-22T02:46:09.120Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T02:46:09.162Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-22T02:46:09.211Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-22T02:46:09.212Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T02:46:09.223Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/732/head:refs/remotes/origin/PR-732 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-22T02:46:09.590Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-22T02:46:09.590Z] . [Pipeline] withDockerContainer [2021-01-22T02:46:09.690Z] prd-centos7-docker-4c-2g-22178 does not seem to be running inside a container [2021-01-22T02:46:09.733Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/6 -v /w/workspace/device-sdk-go/6:/w/workspace/device-sdk-go/6:rw,z -v /w/workspace/device-sdk-go/6@tmp:/w/workspace/device-sdk-go/6@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 ******** ci-base-image-x86_64 cat [2021-01-22T02:46:09.907Z] Merging remotes/origin/master commit 2e0b14878cfb4a574be8745ab7c226ce26d53775 into PR head commit bb3603909ab1ef3aa492044f3b646f1bb29ba67c [2021-01-22T02:46:10.317Z] $ docker top fefe0ca0a714550f72ff6651b79f2d3fee573ef92f39ab76e0f44f358c15b5f7 -eo pid,comm [2021-01-22T02:46:10.333Z] Merge succeeded, producing b0b495e185d4e4194b3624c26e591dd82bc52f1d [2021-01-22T02:46:10.334Z] Checking out Revision b0b495e185d4e4194b3624c26e591dd82bc52f1d (PR-732) [Pipeline] { [Pipeline] sh [2021-01-22T02:46:09.929Z] > git config core.sparsecheckout # timeout=10 [2021-01-22T02:46:09.955Z] > git checkout -f bb3603909ab1ef3aa492044f3b646f1bb29ba67c # timeout=10 [2021-01-22T02:46:10.088Z] > git remote # timeout=10 [2021-01-22T02:46:10.117Z] > git config --get remote.origin.url # timeout=10 [2021-01-22T02:46:10.140Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T02:46:10.151Z] > git merge 2e0b14878cfb4a574be8745ab7c226ce26d53775 # timeout=10 [2021-01-22T02:46:10.304Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-22T02:46:10.327Z] > git config core.sparsecheckout # timeout=10 [2021-01-22T02:46:10.339Z] > git checkout -f b0b495e185d4e4194b3624c26e591dd82bc52f1d # timeout=10 [2021-01-22T02:46:10.800Z] + make test [2021-01-22T02:46:10.801Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-22T02:46:14.731Z] Commit message: "Merge commit '2e0b14878cfb4a574be8745ab7c226ce26d53775' into HEAD" [2021-01-22T02:46:14.753Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [2021-01-22T02:46:14.727Z] > git rev-list --no-walk 206cdd90e7f57c2b384880b9f580462930fd44c2 # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-22T02:46:16.304Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-22T02:46:16.704Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-22T02:46:17.045Z] + sudo service docker restart [2021-01-22T02:46:17.046Z] + true [2021-01-22T02:46:19.020Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-22T02:46:19.805Z] provisioning config files... [2021-01-22T02:46:19.844Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/6@tmp/config9123205711204221391tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-22T02:46:20.252Z] ---> docker-login.sh [2021-01-22T02:46:20.252Z] nexus3.edgexfoundry.org:10001 [2021-01-22T02:46:20.855Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T02:46:21.453Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T02:46:21.453Z] Configure a credential helper to remove this warning. See [2021-01-22T02:46:21.453Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T02:46:21.453Z] [2021-01-22T02:46:21.453Z] Login Succeeded [2021-01-22T02:46:21.453Z] nexus3.edgexfoundry.org:10002 [2021-01-22T02:46:21.730Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T02:46:21.730Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T02:46:21.730Z] Configure a credential helper to remove this warning. See [2021-01-22T02:46:21.730Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T02:46:21.730Z] [2021-01-22T02:46:21.730Z] Login Succeeded [2021-01-22T02:46:21.730Z] nexus3.edgexfoundry.org:10003 [2021-01-22T02:46:22.329Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T02:46:22.329Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T02:46:22.329Z] Configure a credential helper to remove this warning. See [2021-01-22T02:46:22.329Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T02:46:22.329Z] [2021-01-22T02:46:22.329Z] Login Succeeded [2021-01-22T02:46:22.329Z] nexus3.edgexfoundry.org:10004 [2021-01-22T02:46:22.604Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T02:46:22.880Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T02:46:22.880Z] Configure a credential helper to remove this warning. See [2021-01-22T02:46:22.880Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T02:46:22.880Z] [2021-01-22T02:46:22.880Z] Login Succeeded [2021-01-22T02:46:22.880Z] docker.io [2021-01-22T02:46:23.154Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T02:46:23.425Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T02:46:23.425Z] Configure a credential helper to remove this warning. See [2021-01-22T02:46:23.425Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T02:46:23.425Z] [2021-01-22T02:46:23.425Z] Login Succeeded [2021-01-22T02:46:23.425Z] ---> docker-login.sh ends [Pipeline] } [2021-01-22T02:46:23.444Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-22T02:46:23.845Z] ========================================================= [2021-01-22T02:46:23.845Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-22T02:46:23.845Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-22T02:46:24.218Z] + 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-22T02:46:24.827Z] Sending build context to Docker daemon 2.607MB [2021-01-22T02:46:24.827Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-22T02:46:24.827Z] Step 2/8 : FROM ${BASE} [2021-01-22T02:46:24.827Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-22T02:46:24.827Z] 5f621e34cdf4: Pulling fs layer [2021-01-22T02:46:24.827Z] a4357932f1b6: Pulling fs layer [2021-01-22T02:46:24.827Z] 18c013af1878: Pulling fs layer [2021-01-22T02:46:24.827Z] 00ac8860ef70: Pulling fs layer [2021-01-22T02:46:24.827Z] 63d7cb157983: Pulling fs layer [2021-01-22T02:46:24.827Z] b116817d02f9: Pulling fs layer [2021-01-22T02:46:24.827Z] 745a02a5169b: Pulling fs layer [2021-01-22T02:46:24.827Z] b116817d02f9: Waiting [2021-01-22T02:46:24.827Z] 745a02a5169b: Waiting [2021-01-22T02:46:24.827Z] 63d7cb157983: Waiting [2021-01-22T02:46:24.827Z] 18c013af1878: Verifying Checksum [2021-01-22T02:46:24.827Z] 18c013af1878: Download complete [2021-01-22T02:46:24.827Z] a4357932f1b6: Verifying Checksum [2021-01-22T02:46:24.827Z] a4357932f1b6: Download complete [2021-01-22T02:46:24.827Z] 63d7cb157983: Verifying Checksum [2021-01-22T02:46:24.827Z] 63d7cb157983: Download complete [2021-01-22T02:46:24.827Z] b116817d02f9: Verifying Checksum [2021-01-22T02:46:24.827Z] b116817d02f9: Download complete [2021-01-22T02:46:24.827Z] 5f621e34cdf4: Verifying Checksum [2021-01-22T02:46:24.827Z] 5f621e34cdf4: Download complete [2021-01-22T02:46:25.820Z] 5f621e34cdf4: Pull complete [2021-01-22T02:46:26.099Z] a4357932f1b6: Pull complete [2021-01-22T02:46:26.707Z] 18c013af1878: Pull complete [2021-01-22T02:46:27.304Z] 745a02a5169b: Verifying Checksum [2021-01-22T02:46:27.304Z] 745a02a5169b: Download complete [2021-01-22T02:46:28.736Z] 00ac8860ef70: Verifying Checksum [2021-01-22T02:46:28.736Z] 00ac8860ef70: Download complete [2021-01-22T02:46:34.094Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-01-22T02:46:34.094Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-01-22T02:46:34.094Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-01-22T02:46:34.094Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.084s coverage: 19.4% of statements [2021-01-22T02:46:34.692Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.448s coverage: 97.1% of statements [2021-01-22T02:46:38.899Z] 00ac8860ef70: Pull complete [2021-01-22T02:46:38.899Z] 63d7cb157983: Pull complete [2021-01-22T02:46:38.899Z] b116817d02f9: Pull complete [2021-01-22T02:46:42.307Z] 745a02a5169b: Pull complete [2021-01-22T02:46:42.307Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-22T02:46:42.307Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-22T02:46:42.307Z] ---> b7e6874047d6 [2021-01-22T02:46:42.307Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-22T02:46:45.689Z] ---> Running in 1dfcdb5f90a6 [2021-01-22T02:46:45.689Z] Removing intermediate container 1dfcdb5f90a6 [2021-01-22T02:46:45.689Z] ---> 23e51c9f0fa4 [2021-01-22T02:46:45.689Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T02:46:45.689Z] ---> Running in 2f3dc02a8fee [2021-01-22T02:46:48.317Z] Removing intermediate container 2f3dc02a8fee [2021-01-22T02:46:48.317Z] ---> 82b247e78455 [2021-01-22T02:46:48.317Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-01-22T02:46:48.317Z] ---> Running in 19032cc7ca5c [2021-01-22T02:46:48.916Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T02:46:50.348Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T02:46:51.777Z] OK: 142 MiB in 39 packages [2021-01-22T02:46:52.759Z] Removing intermediate container 19032cc7ca5c [2021-01-22T02:46:52.759Z] ---> c71ee6406dfe [2021-01-22T02:46:52.759Z] Step 6/8 : WORKDIR /device-sdk-go [2021-01-22T02:46:53.035Z] ---> Running in 24558ade7332 [2021-01-22T02:46:53.638Z] Removing intermediate container 24558ade7332 [2021-01-22T02:46:53.638Z] ---> 5decaa33155e [2021-01-22T02:46:53.638Z] Step 7/8 : COPY . . [2021-01-22T02:46:55.070Z] ---> eae0c18c8a80 [2021-01-22T02:46:55.070Z] Step 8/8 : RUN go mod download [2021-01-22T02:46:55.070Z] ---> Running in 16ced29b23ab [2021-01-22T02:47:06.894Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.045s coverage: 9.4% of statements [2021-01-22T02:47:06.894Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.045s coverage: 21.7% of statements [2021-01-22T02:47:06.894Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-01-22T02:47:06.894Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.258s coverage: 43.2% of statements [2021-01-22T02:47:06.894Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] [2021-01-22T02:47:06.894Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/handler 0.305s coverage: 66.5% of statements [2021-01-22T02:47:06.894Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler/callback [no test files] [2021-01-22T02:47:06.894Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] [2021-01-22T02:47:06.894Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-01-22T02:47:06.894Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-01-22T02:47:06.894Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.080s coverage: 53.8% of statements [2021-01-22T02:47:06.894Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] [2021-01-22T02:47:06.894Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] [2021-01-22T02:47:06.894Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.083s coverage: 26.8% of statements [2021-01-22T02:47:06.894Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 2.575s coverage: 83.5% of statements [2021-01-22T02:47:06.894Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.054s coverage: 4.2% of statements [2021-01-22T02:47:06.894Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-01-22T02:47:06.894Z] GO111MODULE=on go vet ./... [2021-01-22T02:47:15.174Z] gofmt -l . [2021-01-22T02:47:15.174Z] [ "`gofmt -l .`" = "" ] [2021-01-22T02:47:15.174Z] ./bin/test-attribution-txt.sh [2021-01-22T02:47:15.437Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-22T02:47:15.454Z] $ docker stop --time=1 fefe0ca0a714550f72ff6651b79f2d3fee573ef92f39ab76e0f44f358c15b5f7 [2021-01-22T02:47:17.415Z] $ docker rm -f fefe0ca0a714550f72ff6651b79f2d3fee573ef92f39ab76e0f44f358c15b5f7 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-22T02:47:18.071Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-22T02:47:18.479Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-01-22T02:47:19.622Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-22T02:47:19.919Z] + ls -al . [2021-01-22T02:47:19.919Z] total 216 [2021-01-22T02:47:19.919Z] drwxrwxr-x. 10 jenkins jenkins 4096 Jan 22 02:47 . [2021-01-22T02:47:19.919Z] drwxrwxr-x. 4 jenkins jenkins 28 Jan 22 02:45 .. [2021-01-22T02:47:19.919Z] drwxrwxr-x. 2 jenkins jenkins 64 Jan 22 02:45 bin [2021-01-22T02:47:19.919Z] -rw-r--r--. 1 jenkins jenkins 137880 Jan 22 02:47 coverage.out [2021-01-22T02:47:19.919Z] -rw-rw-r--. 1 jenkins jenkins 949 Jan 22 02:45 Dockerfile.build [2021-01-22T02:47:19.919Z] -rw-rw-r--. 1 jenkins jenkins 140 Jan 22 02:45 .dockerignore [2021-01-22T02:47:19.919Z] drwxrwxr-x. 4 jenkins jenkins 48 Jan 22 02:45 example [2021-01-22T02:47:19.919Z] drwxrwxr-x. 8 jenkins jenkins 179 Jan 22 02:45 .git [2021-01-22T02:47:19.919Z] drwxrwxr-x. 2 jenkins jenkins 103 Jan 22 02:45 .github [2021-01-22T02:47:19.919Z] -rw-rw-r--. 1 jenkins jenkins 138 Jan 22 02:45 .gitignore [2021-01-22T02:47:19.919Z] -rw-r--r--. 1 jenkins jenkins 514 Jan 22 02:47 go.mod [2021-01-22T02:47:19.919Z] -rw-r--r--. 1 jenkins jenkins 14016 Jan 22 02:47 go.sum [2021-01-22T02:47:19.919Z] drwxrwxr-x. 15 jenkins jenkins 211 Jan 22 02:45 internal [2021-01-22T02:47:19.919Z] -rw-rw-r--. 1 jenkins jenkins 901 Jan 22 02:45 Jenkinsfile [2021-01-22T02:47:19.919Z] -rw-rw-r--. 1 jenkins jenkins 11341 Jan 22 02:45 LICENSE [2021-01-22T02:47:19.919Z] -rw-rw-r--. 1 jenkins jenkins 1016 Jan 22 02:45 Makefile [2021-01-22T02:47:19.919Z] drwxrwxr-x. 4 jenkins jenkins 26 Jan 22 02:45 openapi [2021-01-22T02:47:19.919Z] drwxrwxr-x. 5 jenkins jenkins 50 Jan 22 02:45 pkg [2021-01-22T02:47:19.919Z] -rw-rw-r--. 1 jenkins jenkins 5897 Jan 22 02:45 README.md [2021-01-22T02:47:19.919Z] -rw-rw-r--. 1 jenkins jenkins 6616 Jan 22 02:45 RELEASE-NOTES.txt [2021-01-22T02:47:19.919Z] drwxrwxr-x. 4 jenkins jenkins 54 Jan 22 02:45 snap [2021-01-22T02:47:19.919Z] -rw-rw-r--. 1 jenkins jenkins 5 Jan 22 02:43 VERSION [2021-01-22T02:47:19.919Z] -rw-rw-r--. 1 jenkins jenkins 222 Jan 22 02:45 version.go [Pipeline] isUnix [Pipeline] sh [2021-01-22T02:47:20.223Z] + 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=2c6ebf06d77d34a5dd31816cd3384181c472a805 --label arch=amd64 --label version=0.0.0 . [2021-01-22T02:47:20.488Z] Sending build context to Docker daemon 2.738MB [2021-01-22T02:47:20.488Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-01-22T02:47:20.488Z] Step 2/24 : FROM ${BASE} AS builder [2021-01-22T02:47:20.488Z] ---> df4d68db0c89 [2021-01-22T02:47:20.488Z] Step 3/24 : ARG MAKE='make build' [2021-01-22T02:47:21.064Z] ---> Running in 22ca6af941f7 [2021-01-22T02:47:21.064Z] Removing intermediate container 22ca6af941f7 [2021-01-22T02:47:21.064Z] ---> 7e3cabf6c193 [2021-01-22T02:47:21.064Z] Step 4/24 : WORKDIR /device-sdk-go [2021-01-22T02:47:21.064Z] ---> Running in 43b3fdfc1dff [2021-01-22T02:47:21.327Z] Removing intermediate container 43b3fdfc1dff [2021-01-22T02:47:21.327Z] ---> 5e272514c828 [2021-01-22T02:47:21.327Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-22T02:47:21.327Z] ---> Running in ce23b93265f3 [2021-01-22T02:47:21.590Z] Removing intermediate container ce23b93265f3 [2021-01-22T02:47:21.590Z] ---> 028f10925c3e [2021-01-22T02:47:21.590Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T02:47:21.590Z] ---> Running in 53ce935875f8 [2021-01-22T02:47:21.857Z] Removing intermediate container 16ced29b23ab [2021-01-22T02:47:21.857Z] ---> 2f98924176dc [2021-01-22T02:47:21.857Z] Successfully built 2f98924176dc [2021-01-22T02:47:21.857Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T02:47:22.194Z] + docker inspect -f . ci-base-image-arm64 [2021-01-22T02:47:22.194Z] . [Pipeline] withDockerContainer [2021-01-22T02:47:22.442Z] prd-ubuntu18.04-docker-arm64-4c-16g-22179 does not seem to be running inside a container [2021-01-22T02:47:22.523Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/6 -v /w/workspace/device-sdk-go/6:/w/workspace/device-sdk-go/6:rw,z -v /w/workspace/device-sdk-go/6@tmp:/w/workspace/device-sdk-go/6@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 ******** ci-base-image-arm64 cat [2021-01-22T02:47:22.537Z] Removing intermediate container 53ce935875f8 [2021-01-22T02:47:22.537Z] ---> 56f7db2a6384 [2021-01-22T02:47:22.537Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-01-22T02:47:22.537Z] ---> Running in ea405c66d8d1 [2021-01-22T02:47:23.112Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T02:47:23.686Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T02:47:23.996Z] $ docker top e1c3438333cfca45134e8e26fdcd7b06c19005f969dc235938d6d56c0974fc54 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T02:47:24.639Z] OK: 166 MiB in 39 packages [2021-01-22T02:47:24.902Z] Removing intermediate container ea405c66d8d1 [2021-01-22T02:47:24.902Z] ---> 775d3a700567 [2021-01-22T02:47:24.902Z] Step 8/24 : COPY . . [2021-01-22T02:47:24.988Z] + go version [2021-01-22T02:47:24.988Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-22T02:47:25.012Z] $ docker stop --time=1 e1c3438333cfca45134e8e26fdcd7b06c19005f969dc235938d6d56c0974fc54 [2021-01-22T02:47:26.312Z] ---> 6b228dc765ed [2021-01-22T02:47:26.312Z] Step 9/24 : RUN ${MAKE} [2021-01-22T02:47:26.312Z] ---> Running in 739498e225cd [2021-01-22T02:47:26.893Z] 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-22T02:47:26.915Z] $ docker rm -f e1c3438333cfca45134e8e26fdcd7b06c19005f969dc235938d6d56c0974fc54 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T02:47:27.883Z] + docker inspect -f . ci-base-image-arm64 [2021-01-22T02:47:27.883Z] . [Pipeline] withDockerContainer [2021-01-22T02:47:28.119Z] prd-ubuntu18.04-docker-arm64-4c-16g-22179 does not seem to be running inside a container [2021-01-22T02:47:28.203Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/6 -v /w/workspace/device-sdk-go/6:/w/workspace/device-sdk-go/6:rw,z -v /w/workspace/device-sdk-go/6@tmp:/w/workspace/device-sdk-go/6@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 ******** ci-base-image-arm64 cat [2021-01-22T02:47:29.685Z] $ docker top 1a3a1b35b9c962c0ecb78f5935100aff54b52158473dc091544a098a56e2596f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T02:47:30.678Z] + make test [2021-01-22T02:47:30.678Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-22T02:47:35.179Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-01-22T02:47:37.730Z] Removing intermediate container 739498e225cd [2021-01-22T02:47:37.730Z] ---> 7f3f2c7b1653 [2021-01-22T02:47:37.730Z] Step 10/24 : FROM scratch [2021-01-22T02:47:37.730Z] ---> [2021-01-22T02:47:37.730Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-22T02:47:37.730Z] ---> Running in 9fd90c59fae7 [2021-01-22T02:47:37.730Z] Removing intermediate container 9fd90c59fae7 [2021-01-22T02:47:37.730Z] ---> c3d87e94260e [2021-01-22T02:47:37.730Z] Step 12/24 : ENV APP_PORT=49990 [2021-01-22T02:47:37.991Z] ---> Running in c1971b33ed18 [2021-01-22T02:47:37.991Z] Removing intermediate container c1971b33ed18 [2021-01-22T02:47:37.991Z] ---> 69c6a57a0212 [2021-01-22T02:47:37.991Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-22T02:47:37.991Z] ---> Running in 609c9c129f7b [2021-01-22T02:47:38.254Z] Removing intermediate container 609c9c129f7b [2021-01-22T02:47:38.254Z] ---> d329ca84464f [2021-01-22T02:47:38.254Z] Step 14/24 : WORKDIR / [2021-01-22T02:47:38.254Z] ---> Running in 473f5e4433d3 [2021-01-22T02:47:38.514Z] Removing intermediate container 473f5e4433d3 [2021-01-22T02:47:38.514Z] ---> 2440fa360fea [2021-01-22T02:47:38.514Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-01-22T02:47:39.090Z] ---> b296f6c5fb61 [2021-01-22T02:47:39.090Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-01-22T02:47:39.090Z] ---> 53968c8e0bd2 [2021-01-22T02:47:39.090Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-01-22T02:47:39.361Z] ---> 21314642b481 [2021-01-22T02:47:39.362Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-01-22T02:47:39.623Z] ---> 6b519aafe4bd [2021-01-22T02:47:39.623Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-01-22T02:47:39.890Z] ---> 4af6c3d4fd7c [2021-01-22T02:47:39.890Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-01-22T02:47:39.890Z] ---> Running in a7b00eeacc1f [2021-01-22T02:47:40.155Z] Removing intermediate container a7b00eeacc1f [2021-01-22T02:47:40.155Z] ---> a8de1268dc47 [2021-01-22T02:47:40.155Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T02:47:40.155Z] ---> Running in 2aab29e14260 [2021-01-22T02:47:40.422Z] Removing intermediate container 2aab29e14260 [2021-01-22T02:47:40.422Z] ---> c5ed3cab3ba8 [2021-01-22T02:47:40.422Z] Step 22/24 : LABEL arch=amd64 [2021-01-22T02:47:40.422Z] ---> Running in 436ad1200d18 [2021-01-22T02:47:40.687Z] Removing intermediate container 436ad1200d18 [2021-01-22T02:47:40.687Z] ---> 75f9901703c9 [2021-01-22T02:47:40.687Z] Step 23/24 : LABEL git_sha=2c6ebf06d77d34a5dd31816cd3384181c472a805 [2021-01-22T02:47:40.687Z] ---> Running in 06f750140a16 [2021-01-22T02:47:40.950Z] Removing intermediate container 06f750140a16 [2021-01-22T02:47:40.950Z] ---> 599c6bdf2f2b [2021-01-22T02:47:40.950Z] Step 24/24 : LABEL version=0.0.0 [2021-01-22T02:47:40.950Z] ---> Running in bf199ea04d09 [2021-01-22T02:47:40.950Z] Removing intermediate container bf199ea04d09 [2021-01-22T02:47:40.950Z] ---> 702b245d77e2 [2021-01-22T02:47:40.950Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-22T02:47:40.950Z] Successfully built 702b245d77e2 [2021-01-22T02:47:41.221Z] Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-22T02:47:52.905Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-01-22T02:48:31.951Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-01-22T02:48:31.951Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-01-22T02:48:31.951Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-01-22T02:48:32.230Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.133s coverage: 19.4% of statements [2021-01-22T02:48:40.561Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 1.202s coverage: 97.1% of statements [2021-01-22T02:49:07.404Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.142s coverage: 9.4% of statements [2021-01-22T02:49:07.404Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.147s coverage: 21.7% of statements [2021-01-22T02:49:07.404Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-01-22T02:49:07.404Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.605s coverage: 43.2% of statements [2021-01-22T02:49:07.404Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] [2021-01-22T02:49:07.404Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/handler 0.748s coverage: 66.5% of statements [2021-01-22T02:49:07.404Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler/callback [no test files] [2021-01-22T02:49:07.404Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] [2021-01-22T02:49:07.404Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-01-22T02:49:07.404Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-01-22T02:49:07.404Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.180s coverage: 53.8% of statements [2021-01-22T02:49:07.404Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] [2021-01-22T02:49:07.404Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] [2021-01-22T02:49:07.404Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.180s coverage: 26.8% of statements [2021-01-22T02:49:07.404Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 5.988s coverage: 83.5% of statements [2021-01-22T02:49:07.404Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.141s coverage: 4.2% of statements [2021-01-22T02:49:07.404Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-01-22T02:49:07.404Z] GO111MODULE=on go vet ./... [2021-01-22T02:49:39.871Z] gofmt -l . [2021-01-22T02:49:39.871Z] [ "`gofmt -l .`" = "" ] [2021-01-22T02:49:39.871Z] ./bin/test-attribution-txt.sh [2021-01-22T02:49:39.871Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-22T02:49:39.898Z] $ docker stop --time=1 1a3a1b35b9c962c0ecb78f5935100aff54b52158473dc091544a098a56e2596f [2021-01-22T02:49:42.151Z] $ docker rm -f 1a3a1b35b9c962c0ecb78f5935100aff54b52158473dc091544a098a56e2596f [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-22T02:49:43.265Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-22T02:49:43.285Z] Warning: overwriting stash ‘coverage-report’ [2021-01-22T02:49:44.276Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-22T02:49:44.997Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-22T02:49:45.359Z] + ls -al . [2021-01-22T02:49:45.359Z] total 252 [2021-01-22T02:49:45.359Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 22 02:49 . [2021-01-22T02:49:45.359Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 22 02:46 .. [2021-01-22T02:49:45.359Z] -rw-rw-r-- 1 jenkins jenkins 140 Jan 22 02:46 .dockerignore [2021-01-22T02:49:45.359Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 22 02:46 .git [2021-01-22T02:49:45.359Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 22 02:46 .github [2021-01-22T02:49:45.359Z] -rw-rw-r-- 1 jenkins jenkins 138 Jan 22 02:46 .gitignore [2021-01-22T02:49:45.359Z] -rw-rw-r-- 1 jenkins jenkins 949 Jan 22 02:46 Dockerfile.build [2021-01-22T02:49:45.359Z] -rw-rw-r-- 1 jenkins jenkins 901 Jan 22 02:46 Jenkinsfile [2021-01-22T02:49:45.359Z] -rw-rw-r-- 1 jenkins jenkins 11341 Jan 22 02:46 LICENSE [2021-01-22T02:49:45.359Z] -rw-rw-r-- 1 jenkins jenkins 1016 Jan 22 02:46 Makefile [2021-01-22T02:49:45.359Z] -rw-rw-r-- 1 jenkins jenkins 5897 Jan 22 02:46 README.md [2021-01-22T02:49:45.359Z] -rw-rw-r-- 1 jenkins jenkins 6616 Jan 22 02:46 RELEASE-NOTES.txt [2021-01-22T02:49:45.359Z] -rw-rw-r-- 1 jenkins jenkins 5 Jan 22 02:43 VERSION [2021-01-22T02:49:45.359Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 22 02:46 bin [2021-01-22T02:49:45.359Z] -rw-r--r-- 1 jenkins jenkins 137880 Jan 22 02:49 coverage.out [2021-01-22T02:49:45.359Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 22 02:46 example [2021-01-22T02:49:45.359Z] -rw-r--r-- 1 jenkins jenkins 514 Jan 22 02:49 go.mod [2021-01-22T02:49:45.359Z] -rw-r--r-- 1 jenkins jenkins 14016 Jan 22 02:49 go.sum [2021-01-22T02:49:45.359Z] drwxrwxr-x 15 jenkins jenkins 4096 Jan 22 02:46 internal [2021-01-22T02:49:45.359Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 22 02:46 openapi [2021-01-22T02:49:45.359Z] drwxrwxr-x 5 jenkins jenkins 4096 Jan 22 02:46 pkg [2021-01-22T02:49:45.359Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 22 02:46 snap [2021-01-22T02:49:45.359Z] -rw-rw-r-- 1 jenkins jenkins 222 Jan 22 02:46 version.go [Pipeline] isUnix [Pipeline] sh [2021-01-22T02:49:45.735Z] + 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=2c6ebf06d77d34a5dd31816cd3384181c472a805 --label arch=arm64 --label version=0.0.0 . [2021-01-22T02:49:46.355Z] Sending build context to Docker daemon 2.745MB [2021-01-22T02:49:46.355Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-01-22T02:49:46.355Z] Step 2/24 : FROM ${BASE} AS builder [2021-01-22T02:49:46.355Z] ---> 2f98924176dc [2021-01-22T02:49:46.355Z] Step 3/24 : ARG MAKE='make build' [2021-01-22T02:49:46.634Z] ---> Running in 9783753ec546 [2021-01-22T02:49:47.240Z] Removing intermediate container 9783753ec546 [2021-01-22T02:49:47.240Z] ---> 3489b51c9a15 [2021-01-22T02:49:47.240Z] Step 4/24 : WORKDIR /device-sdk-go [2021-01-22T02:49:47.240Z] ---> Running in 6ab355fbc90e [2021-01-22T02:49:47.838Z] Removing intermediate container 6ab355fbc90e [2021-01-22T02:49:47.838Z] ---> 986389a2a591 [2021-01-22T02:49:47.838Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-22T02:49:47.838Z] ---> Running in 535e36479d86 [2021-01-22T02:49:48.439Z] Removing intermediate container 535e36479d86 [2021-01-22T02:49:48.439Z] ---> 54f69b810512 [2021-01-22T02:49:48.439Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T02:49:48.439Z] ---> Running in 0909a08dc532 [2021-01-22T02:49:50.436Z] Removing intermediate container 0909a08dc532 [2021-01-22T02:49:50.436Z] ---> 0dcd56674b6d [2021-01-22T02:49:50.436Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-01-22T02:49:50.709Z] ---> Running in f27e84c33fde [2021-01-22T02:49:51.684Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T02:49:53.127Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T02:49:55.725Z] OK: 142 MiB in 39 packages [2021-01-22T02:49:56.320Z] Removing intermediate container f27e84c33fde [2021-01-22T02:49:56.320Z] ---> 84ac22623c41 [2021-01-22T02:49:56.320Z] Step 8/24 : COPY . . [2021-01-22T02:49:57.758Z] ---> 5a8606477e5e [2021-01-22T02:49:57.758Z] Step 9/24 : RUN ${MAKE} [2021-01-22T02:49:57.758Z] ---> Running in 0e5702d51a5e [2021-01-22T02:49:59.196Z] 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-22T02:50:26.012Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-01-22T02:50:26.012Z] Removing intermediate container 0e5702d51a5e [2021-01-22T02:50:26.012Z] ---> bc76fde39b3d [2021-01-22T02:50:26.012Z] Step 10/24 : FROM scratch [2021-01-22T02:50:26.012Z] ---> [2021-01-22T02:50:26.012Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-22T02:50:26.012Z] ---> Running in 2197670a7dd8 [2021-01-22T02:50:26.607Z] Removing intermediate container 2197670a7dd8 [2021-01-22T02:50:26.607Z] ---> 48233fea9a40 [2021-01-22T02:50:26.607Z] Step 12/24 : ENV APP_PORT=49990 [2021-01-22T02:50:26.607Z] ---> Running in 09c3cd41cebf [2021-01-22T02:50:27.203Z] Removing intermediate container 09c3cd41cebf [2021-01-22T02:50:27.203Z] ---> 7e73f1dea624 [2021-01-22T02:50:27.203Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-22T02:50:27.203Z] ---> Running in 132fec491713 [2021-01-22T02:50:27.799Z] Removing intermediate container 132fec491713 [2021-01-22T02:50:27.799Z] ---> 7c166c3b958d [2021-01-22T02:50:27.799Z] Step 14/24 : WORKDIR / [2021-01-22T02:50:27.799Z] ---> Running in 7c72760b13df [2021-01-22T02:50:28.073Z] Removing intermediate container 7c72760b13df [2021-01-22T02:50:28.073Z] ---> 76fdac09ad82 [2021-01-22T02:50:28.073Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-01-22T02:50:29.504Z] ---> 7a7bede7460c [2021-01-22T02:50:29.504Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-01-22T02:50:30.099Z] ---> 73ebaeb9d250 [2021-01-22T02:50:30.099Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-01-22T02:50:30.696Z] ---> 118132acc8d2 [2021-01-22T02:50:30.696Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-01-22T02:50:31.674Z] ---> ee5d2b397464 [2021-01-22T02:50:31.674Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-01-22T02:50:32.267Z] ---> 2068953eec40 [2021-01-22T02:50:32.267Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-01-22T02:50:32.539Z] ---> Running in 3ef2d1fe98fe [2021-01-22T02:50:32.829Z] Removing intermediate container 3ef2d1fe98fe [2021-01-22T02:50:32.829Z] ---> 46dc73c5b244 [2021-01-22T02:50:32.829Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T02:50:33.103Z] ---> Running in a9a5eb285185 [2021-01-22T02:50:33.700Z] Removing intermediate container a9a5eb285185 [2021-01-22T02:50:33.701Z] ---> 40c6532cac8f [2021-01-22T02:50:33.701Z] Step 22/24 : LABEL arch=arm64 [2021-01-22T02:50:33.701Z] ---> Running in 4277a3cb44bf [2021-01-22T02:50:34.295Z] Removing intermediate container 4277a3cb44bf [2021-01-22T02:50:34.295Z] ---> 3c18920ab400 [2021-01-22T02:50:34.295Z] Step 23/24 : LABEL git_sha=2c6ebf06d77d34a5dd31816cd3384181c472a805 [2021-01-22T02:50:34.295Z] ---> Running in 27fc6090fed8 [2021-01-22T02:50:34.890Z] Removing intermediate container 27fc6090fed8 [2021-01-22T02:50:34.890Z] ---> b372ba0a1790 [2021-01-22T02:50:34.890Z] Step 24/24 : LABEL version=0.0.0 [2021-01-22T02:50:34.890Z] ---> Running in fbf960a6040c [2021-01-22T02:50:35.485Z] Removing intermediate container fbf960a6040c [2021-01-22T02:50:35.485Z] ---> 5e5f607fb3f9 [2021-01-22T02:50:35.485Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-22T02:50:35.485Z] Successfully built 5e5f607fb3f9 [2021-01-22T02:50:35.485Z] 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-22T02:50:37.080Z] provisioning config files... [2021-01-22T02:50:37.096Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-732@tmp/config9215672330205123270tmp [Pipeline] { [Pipeline] sh [2021-01-22T02:50:37.587Z] + set +x [2021-01-22T02:50:37.587Z] + bash -s -- [2021-01-22T02:50:37.587Z] + curl -s https://codecov.io/bash [2021-01-22T02:50:37.858Z] [2021-01-22T02:50:37.858Z] _____ _ [2021-01-22T02:50:37.858Z] / ____| | | [2021-01-22T02:50:37.858Z] | | ___ __| | ___ ___ _____ __ [2021-01-22T02:50:37.858Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-22T02:50:37.858Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-22T02:50:37.858Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-22T02:50:37.858Z] Bash-20210115-cec3c92 [2021-01-22T02:50:37.858Z] [2021-01-22T02:50:37.858Z] [2021-01-22T02:50:37.858Z] ==> git version 2.24.3 found [2021-01-22T02:50:37.858Z] ==> 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-22T02:50:37.858Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-22T02:50:37.858Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-22T02:50:37.858Z] ==> Jenkins CI detected. [2021-01-22T02:50:37.858Z] project root: . [2021-01-22T02:50:37.858Z] --> token set from env [2021-01-22T02:50:37.858Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-22T02:50:37.858Z] ==> Running gcov in . (disable via -X gcov) [2021-01-22T02:50:37.858Z] ==> Python coveragepy not found [2021-01-22T02:50:37.858Z] ==> Searching for coverage reports in: [2021-01-22T02:50:37.858Z] + . [2021-01-22T02:50:38.190Z] -> Found 1 reports [2021-01-22T02:50:38.190Z] ==> Detecting git/mercurial file structure [2021-01-22T02:50:38.190Z] ==> Reading reports [2021-01-22T02:50:38.190Z] + ./coverage.out bytes=137880 [2021-01-22T02:50:38.190Z] ==> Appending adjustments [2021-01-22T02:50:38.190Z] https://docs.codecov.io/docs/fixing-reports [2021-01-22T02:50:38.810Z] + Found adjustments [2021-01-22T02:50:39.091Z] ==> Gzipping contents [2021-01-22T02:50:39.091Z] 24K /tmp/codecov.YWMWFM.gz [2021-01-22T02:50:39.091Z] ==> Uploading reports [2021-01-22T02:50:39.091Z] url: https://codecov.io [2021-01-22T02:50:39.091Z] query: branch=PR-732&commit=2c6ebf06d77d34a5dd31816cd3384181c472a805&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-732%2F6%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=732&job=&cmd_args= [2021-01-22T02:50:39.091Z] -> Pinging Codecov [2021-01-22T02:50:39.091Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-732&commit=2c6ebf06d77d34a5dd31816cd3384181c472a805&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-732%2F6%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=732&job=&cmd_args= [2021-01-22T02:50:39.736Z] -> Uploading to [2021-01-22T02:50:39.736Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-22/7E55EF52A471D76F132DFD9A03CDDE97/2c6ebf06d77d34a5dd31816cd3384181c472a805/32879cb0-84dd-41aa-9d31-fce0e868edec.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210122%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210122T025039Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7bb83578e0923460af17aa4e37422b99e9d45dcb2f0e2da3546dcaa080894021 [2021-01-22T02:50:39.736Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-22T02:50:39.736Z] Dload Upload Total Spent Left Speed [2021-01-22T02:50:40.011Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21660 0 0 100 21660 0 37354 --:--:-- --:--:-- --:--:-- 37409 [2021-01-22T02:50:40.011Z] -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/2c6ebf06d77d34a5dd31816cd3384181c472a805 [Pipeline] } [2021-01-22T02:50:40.024Z] 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-22T02:50:42.680Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T02:50:43.568Z] ---> package-listing.sh [2021-01-22T02:50:43.568Z] ++ facter osfamily [2021-01-22T02:50:43.568Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-22T02:50:43.833Z] + OS_FAMILY=redhat [2021-01-22T02:50:43.833Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-732 [2021-01-22T02:50:43.833Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-22T02:50:43.833Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-22T02:50:43.833Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-22T02:50:43.833Z] + PACKAGES=/tmp/packages_start.txt [2021-01-22T02:50:43.833Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-732 ']' [2021-01-22T02:50:43.833Z] + PACKAGES=/tmp/packages_end.txt [2021-01-22T02:50:43.833Z] + case "${OS_FAMILY}" in [2021-01-22T02:50:43.833Z] + rpm -qa [2021-01-22T02:50:43.833Z] + sort [2021-01-22T02:50:50.502Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-22T02:50:50.502Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-22T02:50:50.502Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-22T02:50:50.502Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-732 ']' [2021-01-22T02:50:50.502Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-732/archives/ [2021-01-22T02:50:50.502Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-732/archives/ [Pipeline] echo [2021-01-22T02:50:50.523Z] 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-732/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-22T02:50:50.907Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-22T02:50:51.282Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-22T02:50:51.282Z] [2021-01-22T02:50:51.282Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-22T02:50:51.921Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-22T02:50:51.921Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-22T02:50:51.921Z] df20fa9351a1: Pulling fs layer [2021-01-22T02:50:51.921Z] 36b3adc4ff6f: Pulling fs layer [2021-01-22T02:50:51.921Z] 8ad3a11d3b57: Pulling fs layer [2021-01-22T02:50:51.921Z] 46f8f816bc3b: Pulling fs layer [2021-01-22T02:50:51.921Z] 93b61091891f: Pulling fs layer [2021-01-22T02:50:51.921Z] 93b9cdb0e59b: Pulling fs layer [2021-01-22T02:50:51.921Z] 5e14af77c1be: Pulling fs layer [2021-01-22T02:50:51.921Z] 01666e4c0597: Pulling fs layer [2021-01-22T02:50:51.921Z] aa168da1d23b: Pulling fs layer [2021-01-22T02:50:51.921Z] 93b61091891f: Waiting [2021-01-22T02:50:51.921Z] 93b9cdb0e59b: Waiting [2021-01-22T02:50:51.921Z] 5e14af77c1be: Waiting [2021-01-22T02:50:51.921Z] 01666e4c0597: Waiting [2021-01-22T02:50:51.921Z] aa168da1d23b: Waiting [2021-01-22T02:50:51.921Z] 46f8f816bc3b: Waiting [2021-01-22T02:50:52.204Z] 36b3adc4ff6f: Verifying Checksum [2021-01-22T02:50:52.204Z] 36b3adc4ff6f: Download complete [2021-01-22T02:50:52.204Z] 46f8f816bc3b: Verifying Checksum [2021-01-22T02:50:52.204Z] 46f8f816bc3b: Download complete [2021-01-22T02:50:52.204Z] df20fa9351a1: Verifying Checksum [2021-01-22T02:50:52.204Z] df20fa9351a1: Download complete [2021-01-22T02:50:52.204Z] 93b9cdb0e59b: Download complete [2021-01-22T02:50:52.480Z] 5e14af77c1be: Verifying Checksum [2021-01-22T02:50:52.480Z] 5e14af77c1be: Download complete [2021-01-22T02:50:52.480Z] 01666e4c0597: Verifying Checksum [2021-01-22T02:50:52.480Z] 01666e4c0597: Download complete [2021-01-22T02:50:53.095Z] df20fa9351a1: Pull complete [2021-01-22T02:50:53.364Z] 8ad3a11d3b57: Verifying Checksum [2021-01-22T02:50:53.364Z] 8ad3a11d3b57: Download complete [2021-01-22T02:50:53.364Z] 93b61091891f: Verifying Checksum [2021-01-22T02:50:53.364Z] 93b61091891f: Download complete [2021-01-22T02:50:53.684Z] 36b3adc4ff6f: Pull complete [2021-01-22T02:50:55.275Z] 8ad3a11d3b57: Pull complete [2021-01-22T02:50:55.275Z] 46f8f816bc3b: Pull complete [2021-01-22T02:50:55.620Z] 93b61091891f: Pull complete [2021-01-22T02:50:55.951Z] 93b9cdb0e59b: Pull complete [2021-01-22T02:50:56.282Z] 5e14af77c1be: Pull complete [2021-01-22T02:50:56.650Z] 01666e4c0597: Pull complete [2021-01-22T02:51:00.385Z] aa168da1d23b: Verifying Checksum [2021-01-22T02:51:00.385Z] aa168da1d23b: Download complete [2021-01-22T02:51:15.805Z] aa168da1d23b: Pull complete [2021-01-22T02:51:15.805Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-22T02:51:15.805Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-22T02:51:15.805Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-22T02:51:16.526Z] prd-centos7-docker-4c-2g-22172 does not seem to be running inside a container [2021-01-22T02:51:16.773Z] $ 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-732/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-732 -v /w/workspace/dgexfoundry_device-sdk-go_PR-732:/w/workspace/dgexfoundry_device-sdk-go_PR-732:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-732@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-732@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-22T02:51:20.517Z] $ docker top 37540c8ff3437b2903b3f125f67f4a50ecf222d32d05af449959a5d225ac32aa -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T02:51:21.336Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-22T02:51:21.836Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-22T02:51:22.354Z] + ls /var/log/sa-host [2021-01-22T02:51:22.354Z] + sadf -c /var/log/sa-host/sa22 [2021-01-22T02:51:22.354Z] file_magic: OK [2021-01-22T02:51:22.354Z] HZ: Using current value: 100 [2021-01-22T02:51:22.354Z] file_header: OK [2021-01-22T02:51:22.354Z] 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-22T02:51:22.354Z] Statistics: [2021-01-22T02:51:22.354Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-22T02:51:22.354Z] File successfully converted to sysstat format version 12.2.1 [2021-01-22T02:51:22.354Z] + sadf -c /var/log/sa-host/sa23 [2021-01-22T02:51:22.354Z] file_magic: OK [2021-01-22T02:51:22.354Z] HZ: Using current value: 100 [2021-01-22T02:51:22.354Z] file_header: OK [2021-01-22T02:51:22.354Z] 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-22T02:51:22.354Z] Statistics: [2021-01-22T02:51:22.354Z] Hnuu...uuuununununu... [2021-01-22T02:51:22.354Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-22T02:51:22.709Z] provisioning config files... [2021-01-22T02:51:22.883Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-732@tmp/config3463644381185472162tmp [Pipeline] { [Pipeline] echo [2021-01-22T02:51:23.042Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T02:51:23.837Z] ---> create-netrc.sh [Pipeline] } [2021-01-22T02:51:23.853Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-22T02:51:23.940Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T02:51:24.261Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-22T02:51:24.276Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T02:51:24.645Z] ---> sudo-logs.sh [2021-01-22T02:51:24.645Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-22T02:51:24.934Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T02:51:25.654Z] ---> job-cost.sh [2021-01-22T02:51:25.654Z] lf-activate-venv: SKIPPING [2021-01-22T02:51:25.654Z] INFO: No Stack... [2021-01-22T02:51:26.776Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-22T02:51:27.861Z] INFO: Archiving Costs [Pipeline] echo [2021-01-22T02:51:27.882Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T02:51:28.692Z] ---> logs-deploy.sh [2021-01-22T02:51:28.692Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-732/6 [2021-01-22T02:51:28.692Z] INFO: archiving workspace using pattern(s): [2021-01-22T02:51:32.362Z] Archives upload complete. [2021-01-22T02:51:32.362Z] INFO: archiving logs to Nexus [2021-01-22T02:51:33.939Z] ---> uname -a: [2021-01-22T02:51:33.939Z] Linux prd-centos7-docker-4c-2g-22172.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-22T02:51:33.939Z] [2021-01-22T02:51:33.939Z] [2021-01-22T02:51:33.939Z] ---> lscpu: [2021-01-22T02:51:33.939Z] Architecture: x86_64 [2021-01-22T02:51:33.939Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-22T02:51:33.939Z] Byte Order: Little Endian [2021-01-22T02:51:33.939Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-22T02:51:33.939Z] CPU(s): 4 [2021-01-22T02:51:33.939Z] On-line CPU(s) list: 0-3 [2021-01-22T02:51:33.939Z] Thread(s) per core: 1 [2021-01-22T02:51:33.939Z] Core(s) per socket: 1 [2021-01-22T02:51:33.939Z] Socket(s): 4 [2021-01-22T02:51:33.939Z] NUMA node(s): 1 [2021-01-22T02:51:33.939Z] Vendor ID: GenuineIntel [2021-01-22T02:51:33.939Z] CPU family: 6 [2021-01-22T02:51:33.939Z] Model: 44 [2021-01-22T02:51:33.939Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-22T02:51:33.939Z] Stepping: 1 [2021-01-22T02:51:33.939Z] CPU MHz: 2933.438 [2021-01-22T02:51:33.939Z] BogoMIPS: 5866.87 [2021-01-22T02:51:33.939Z] Virtualization: VT-x [2021-01-22T02:51:33.939Z] Hypervisor vendor: KVM [2021-01-22T02:51:33.939Z] Virtualization type: full [2021-01-22T02:51:33.939Z] L1d cache: 128 KiB [2021-01-22T02:51:33.939Z] L1i cache: 128 KiB [2021-01-22T02:51:33.939Z] L2 cache: 16 MiB [2021-01-22T02:51:33.939Z] L3 cache: 64 MiB [2021-01-22T02:51:33.939Z] NUMA node0 CPU(s): 0-3 [2021-01-22T02:51:33.939Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-22T02:51:33.939Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-22T02:51:33.939Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-22T02:51:33.939Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-22T02:51:33.939Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-22T02:51:33.939Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-22T02:51:33.939Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-22T02:51:33.939Z] Vulnerability Srbds: Not affected [2021-01-22T02:51:33.939Z] Vulnerability Tsx async abort: Not affected [2021-01-22T02:51:33.939Z] 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-22T02:51:33.939Z] [2021-01-22T02:51:33.939Z] [2021-01-22T02:51:33.939Z] ---> nproc: [2021-01-22T02:51:33.939Z] 4 [2021-01-22T02:51:33.939Z] [2021-01-22T02:51:33.939Z] [2021-01-22T02:51:33.939Z] ---> df -h: [2021-01-22T02:51:33.939Z] Filesystem Size Used Available Use% Mounted on [2021-01-22T02:51:33.939Z] overlay 50.0G 7.3G 42.7G 15% / [2021-01-22T02:51:33.939Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-22T02:51:33.939Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-22T02:51:33.939Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-22T02:51:33.939Z] /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os [2021-01-22T02:51:33.939Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf [2021-01-22T02:51:33.939Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname [2021-01-22T02:51:33.939Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts [2021-01-22T02:51:33.939Z] /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json [2021-01-22T02:51:33.939Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-732 [2021-01-22T02:51:33.939Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-732@tmp [2021-01-22T02:51:33.939Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host [2021-01-22T02:51:33.939Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure [2021-01-22T02:51:33.939Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log [2021-01-22T02:51:33.939Z] [2021-01-22T02:51:33.939Z] [2021-01-22T02:51:33.939Z] ---> free -m: [2021-01-22T02:51:33.939Z] total used free shared buff/cache available [2021-01-22T02:51:33.939Z] Mem: 1837 690 109 0 1037 1042 [2021-01-22T02:51:33.939Z] Swap: 1023 1 1022 [2021-01-22T02:51:33.939Z] [2021-01-22T02:51:33.939Z] [2021-01-22T02:51:33.939Z] ---> ip addr: [2021-01-22T02:51:33.939Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-01-22T02:51:33.939Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-01-22T02:51:33.939Z] inet 127.0.0.1/8 scope host lo [2021-01-22T02:51:33.939Z] valid_lft forever preferred_lft forever [2021-01-22T02:51:33.939Z] inet6 ::1/128 scope host [2021-01-22T02:51:33.939Z] valid_lft forever preferred_lft forever [2021-01-22T02:51:33.939Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-01-22T02:51:33.939Z] link/ether fa:16:3e:34:f6:fa brd ff:ff:ff:ff:ff:ff [2021-01-22T02:51:33.939Z] inet 10.30.123.232/23 brd 10.30.123.255 scope global dynamic eth0 [2021-01-22T02:51:33.940Z] valid_lft 85810sec preferred_lft 85810sec [2021-01-22T02:51:33.940Z] inet6 fe80::f816:3eff:fe34:f6fa/64 scope link [2021-01-22T02:51:33.940Z] valid_lft forever preferred_lft forever [2021-01-22T02:51:33.940Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-01-22T02:51:33.940Z] link/ether 02:42:f6:75:53:a4 brd ff:ff:ff:ff:ff:ff [2021-01-22T02:51:33.940Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-01-22T02:51:33.940Z] valid_lft forever preferred_lft forever [2021-01-22T02:51:33.940Z] inet6 fe80::42:f6ff:fe75:53a4/64 scope link [2021-01-22T02:51:33.940Z] valid_lft forever preferred_lft forever [2021-01-22T02:51:33.940Z] [2021-01-22T02:51:33.940Z] [2021-01-22T02:51:33.940Z] ---> sar -b -r -n DEV: [2021-01-22T02:51:33.940Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/22/21 _x86_64_ (4 CPU) [2021-01-22T02:51:33.940Z] [2021-01-22T02:51:33.940Z] 02:41:29 LINUX RESTART (4 CPU) [2021-01-22T02:51:33.940Z] [2021-01-22T02:51:33.940Z] 02:42:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-01-22T02:51:33.940Z] 02:43:01 141.77 72.49 69.29 0.00 4749.60 37330.77 0.00 [2021-01-22T02:51:33.940Z] 02:44:01 33.86 11.27 22.59 0.00 4419.52 2282.79 0.00 [2021-01-22T02:51:33.940Z] 02:45:01 1.75 0.00 1.75 0.00 0.00 35.53 0.00 [2021-01-22T02:51:33.940Z] 02:46:01 0.22 0.00 0.22 0.00 0.00 3.22 0.00 [2021-01-22T02:51:33.940Z] 02:47:02 0.22 0.00 0.22 0.00 0.00 3.50 0.00 [2021-01-22T02:51:33.940Z] 02:48:01 0.34 0.00 0.34 0.00 0.00 3.75 0.00 [2021-01-22T02:51:33.940Z] 02:49:01 0.20 0.00 0.20 0.00 0.00 1.88 0.00 [2021-01-22T02:51:33.940Z] 02:50:01 0.27 0.00 0.27 0.00 0.00 2.93 0.00 [2021-01-22T02:51:33.940Z] 02:51:01 63.31 48.51 14.80 0.00 4191.32 3366.39 0.00 [2021-01-22T02:51:33.940Z] Average: 26.76 14.63 12.12 0.00 1482.75 4740.05 0.00 [2021-01-22T02:51:33.940Z] [2021-01-22T02:51:33.940Z] 02:42:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-01-22T02:51:33.940Z] 02:43:01 79864 0 553212 29.40 2620 1245848 1097512 37.46 381624 1222852 5992 [2021-01-22T02:51:33.940Z] 02:44:01 162984 0 593176 31.53 2620 1122764 1160284 39.60 411608 1106424 20 [2021-01-22T02:51:33.940Z] 02:45:01 176552 0 579604 30.80 2620 1122768 1064832 36.34 416236 1089996 20 [2021-01-22T02:51:33.940Z] 02:46:01 174776 0 581376 30.90 2620 1122772 1065048 36.35 415400 1093276 8 [2021-01-22T02:51:33.940Z] 02:47:02 174148 0 582000 30.93 2620 1122776 1065340 36.36 421812 1087108 8 [2021-01-22T02:51:33.940Z] 02:48:01 174652 0 581468 30.90 2620 1122804 1054940 36.00 435656 1072796 20 [2021-01-22T02:51:33.940Z] 02:49:01 175440 0 580700 30.86 2620 1122784 1054808 36.00 448196 1059748 12 [2021-01-22T02:51:33.940Z] 02:50:01 175604 0 580532 30.85 2620 1122788 1054808 36.00 447956 1059748 8 [2021-01-22T02:51:33.940Z] 02:51:01 72308 0 664800 35.33 2620 1141816 1499208 51.17 479156 1117804 78512 [2021-01-22T02:51:33.940Z] Average: 151814 0 588541 31.28 2620 1138569 1124087 38.36 428627 1101084 9400 [2021-01-22T02:51:33.940Z] [2021-01-22T02:51:33.940Z] 02:42:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-01-22T02:51:33.940Z] 02:43:01 eth0 190.58 141.52 636.46 71.80 0.00 0.00 0.00 0.00 [2021-01-22T02:51:33.940Z] 02:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-22T02:51:33.940Z] 02:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-22T02:51:33.940Z] 02:44:01 eth0 121.00 96.98 477.25 62.28 0.00 0.00 0.00 0.00 [2021-01-22T02:51:33.940Z] 02:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-22T02:51:33.940Z] 02:44:01 docker0 8.13 7.12 1.17 21.27 0.00 0.00 0.00 0.00 [2021-01-22T02:51:33.940Z] 02:45:01 eth0 2.25 0.20 0.38 0.02 0.00 0.00 0.00 0.00 [2021-01-22T02:51:33.940Z] 02:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-22T02:51:33.940Z] 02:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-22T02:51:33.940Z] 02:46:01 eth0 2.08 0.85 0.88 0.57 0.00 0.00 0.00 0.00 [2021-01-22T02:51:33.940Z] 02:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-22T02:51:33.940Z] 02:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-22T02:51:33.940Z] 02:47:02 eth0 0.98 0.56 0.54 0.43 0.00 0.00 0.00 0.00 [2021-01-22T02:51:33.940Z] 02:47:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-22T02:51:33.940Z] 02:47:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-22T02:51:33.940Z] 02:48:01 eth0 0.32 0.19 0.15 0.07 0.00 0.00 0.00 0.00 [2021-01-22T02:51:33.940Z] 02:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-22T02:51:33.940Z] 02:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-22T02:51:33.940Z] 02:49:01 eth0 0.18 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2021-01-22T02:51:33.940Z] 02:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-22T02:51:33.940Z] 02:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-22T02:51:33.940Z] 02:50:01 eth0 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-22T02:51:33.940Z] 02:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-22T02:51:33.940Z] 02:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-22T02:51:33.940Z] 02:51:01 eth0 211.03 161.12 2171.91 18.76 0.00 0.00 0.00 0.00 [2021-01-22T02:51:33.940Z] 02:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-22T02:51:33.940Z] 02:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-22T02:51:33.940Z] Average: eth0 58.64 44.57 365.53 17.06 0.00 0.00 0.00 0.00 [2021-01-22T02:51:33.940Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-22T02:51:33.940Z] Average: docker0 0.91 0.80 0.13 2.37 0.00 0.00 0.00 0.00 [2021-01-22T02:51:33.940Z] [2021-01-22T02:51:33.940Z] [2021-01-22T02:51:33.940Z] ---> sar -P ALL: [2021-01-22T02:51:33.940Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/22/21 _x86_64_ (4 CPU) [2021-01-22T02:51:33.940Z] [2021-01-22T02:51:33.940Z] 02:41:29 LINUX RESTART (4 CPU) [2021-01-22T02:51:33.940Z] [2021-01-22T02:51:33.940Z] 02:42:02 CPU %user %nice %system %iowait %steal %idle [2021-01-22T02:51:33.940Z] 02:43:01 all 13.12 0.00 7.05 8.20 36.41 35.22 [2021-01-22T02:51:33.940Z] 02:43:01 0 8.46 0.00 6.06 7.50 38.15 39.83 [2021-01-22T02:51:33.940Z] 02:43:01 1 11.53 0.00 7.53 9.55 36.31 35.08 [2021-01-22T02:51:33.940Z] 02:43:01 2 16.20 0.00 6.19 8.84 36.02 32.75 [2021-01-22T02:51:33.940Z] 02:43:01 3 16.87 0.00 8.55 6.91 34.98 32.70 [2021-01-22T02:51:33.940Z] 02:44:01 all 2.74 0.00 2.51 0.86 13.94 79.95 [2021-01-22T02:51:33.940Z] 02:44:01 0 2.08 0.00 2.70 1.26 15.05 78.91 [2021-01-22T02:51:33.940Z] 02:44:01 1 2.77 0.00 2.64 0.87 13.69 80.04 [2021-01-22T02:51:33.940Z] 02:44:01 2 3.02 0.00 2.09 0.37 14.02 80.49 [2021-01-22T02:51:33.940Z] 02:44:01 3 3.12 0.00 2.60 0.92 12.98 80.38 [2021-01-22T02:51:33.940Z] 02:45:01 all 0.05 0.00 0.07 0.00 1.16 98.72 [2021-01-22T02:51:33.940Z] 02:45:01 0 0.02 0.00 0.05 0.00 1.40 98.53 [2021-01-22T02:51:33.940Z] 02:45:01 1 0.10 0.00 0.07 0.00 1.68 98.15 [2021-01-22T02:51:33.940Z] 02:45:01 2 0.10 0.00 0.08 0.00 0.81 99.01 [2021-01-22T02:51:33.940Z] 02:45:01 3 0.00 0.00 0.07 0.00 0.75 99.19 [2021-01-22T02:51:33.940Z] 02:46:01 all 0.09 0.00 0.12 0.00 1.84 97.95 [2021-01-22T02:51:33.940Z] 02:46:01 0 0.03 0.00 0.12 0.00 1.56 98.29 [2021-01-22T02:51:33.940Z] 02:46:01 1 0.15 0.00 0.08 0.00 1.68 98.09 [2021-01-22T02:51:33.940Z] 02:46:01 2 0.16 0.00 0.13 0.00 1.68 98.03 [2021-01-22T02:51:33.940Z] 02:46:01 3 0.03 0.00 0.15 0.00 2.43 97.39 [2021-01-22T02:51:33.940Z] 02:47:02 all 0.08 0.00 0.09 0.00 1.01 98.81 [2021-01-22T02:51:33.940Z] 02:47:02 0 0.07 0.00 0.10 0.00 0.87 98.96 [2021-01-22T02:51:33.940Z] 02:47:02 1 0.20 0.00 0.08 0.00 1.19 98.53 [2021-01-22T02:51:33.940Z] 02:47:02 2 0.02 0.00 0.12 0.00 0.51 99.35 [2021-01-22T02:51:33.940Z] 02:47:02 3 0.05 0.00 0.07 0.00 1.48 98.41 [2021-01-22T02:51:33.940Z] 02:48:01 all 0.08 0.00 0.14 0.00 1.40 98.39 [2021-01-22T02:51:33.940Z] 02:48:01 0 0.03 0.00 0.13 0.00 1.90 97.93 [2021-01-22T02:51:33.940Z] 02:48:01 1 0.18 0.00 0.08 0.00 1.49 98.24 [2021-01-22T02:51:33.940Z] 02:48:01 2 0.07 0.00 0.23 0.00 1.38 98.32 [2021-01-22T02:51:33.940Z] 02:48:01 3 0.02 0.00 0.12 0.00 0.81 99.06 [2021-01-22T02:51:33.940Z] 02:49:01 all 0.06 0.00 0.07 0.00 0.77 99.10 [2021-01-22T02:51:33.940Z] 02:49:01 0 0.03 0.00 0.05 0.00 0.97 98.94 [2021-01-22T02:51:33.940Z] 02:49:01 1 0.02 0.00 0.02 0.00 0.50 99.47 [2021-01-22T02:51:33.940Z] 02:49:01 2 0.17 0.00 0.05 0.00 1.16 98.63 [2021-01-22T02:51:33.940Z] 02:49:01 3 0.02 0.00 0.17 0.00 0.45 99.37 [2021-01-22T02:51:33.940Z] 02:50:01 all 0.07 0.00 0.03 0.00 0.76 99.14 [2021-01-22T02:51:33.940Z] 02:50:01 0 0.02 0.00 0.03 0.00 0.74 99.21 [2021-01-22T02:51:33.940Z] 02:50:01 1 0.00 0.00 0.02 0.00 0.79 99.19 [2021-01-22T02:51:33.940Z] 02:50:01 2 0.23 0.00 0.03 0.00 1.11 98.63 [2021-01-22T02:51:33.940Z] 02:50:01 3 0.02 0.00 0.03 0.00 0.40 99.55 [2021-01-22T02:51:33.940Z] 02:51:01 all 1.97 0.00 1.41 1.37 7.58 87.66 [2021-01-22T02:51:33.940Z] 02:51:01 0 1.47 0.00 1.58 0.15 8.46 88.35 [2021-01-22T02:51:33.940Z] 02:51:01 1 1.48 0.00 1.32 2.29 8.15 86.75 [2021-01-22T02:51:33.940Z] 02:51:01 2 3.23 0.00 1.53 2.29 7.00 85.94 [2021-01-22T02:51:33.940Z] 02:51:01 3 1.72 0.00 1.20 0.76 6.71 89.60 [2021-01-22T02:51:33.940Z] Average: all 2.11 0.00 1.32 1.21 7.45 87.90 [2021-01-22T02:51:33.940Z] Average: 0 1.47 0.00 1.28 1.09 8.18 87.99 [2021-01-22T02:51:33.940Z] Average: 1 1.91 0.00 1.37 1.48 7.54 87.71 [2021-01-22T02:51:33.940Z] Average: 2 2.65 0.00 1.19 1.31 7.24 87.61 [2021-01-22T02:51:33.940Z] Average: 3 2.45 0.00 1.45 0.96 6.84 88.30 [2021-01-22T02:51:33.940Z] [2021-01-22T02:51:33.940Z] [2021-01-22T02:51:33.940Z]