Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of ernestojeda for edgexfoundry/device-sdk-go Obtained Jenkinsfile from ea5f2fe995444737663861e42b9b0407e76b07bc+e2b795a37b7f4058c403051823a7e04e4e702841 (d7cf571a523a4cd54b6eead989e61f123ce2fb63) 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-30460 in /w/workspace/dgexfoundry_device-sdk-go_PR-725 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_PR-725 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/725/head:refs/remotes/origin/PR-725 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit e2b795a37b7f4058c403051823a7e04e4e702841 into PR head commit ea5f2fe995444737663861e42b9b0407e76b07bc Merge succeeded, producing 44fa666b1470b6cb4fa4ec633565dca2eafcacdd Checking out Revision 44fa666b1470b6cb4fa4ec633565dca2eafcacdd (PR-725) > git config core.sparsecheckout # timeout=10 > git checkout -f ea5f2fe995444737663861e42b9b0407e76b07bc # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge e2b795a37b7f4058c403051823a7e04e4e702841 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 44fa666b1470b6cb4fa4ec633565dca2eafcacdd # timeout=10 Commit message: "Merge commit 'e2b795a37b7f4058c403051823a7e04e4e702841' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-19T02:43:55.520Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-19T02:43:55.842Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { > git rev-list --no-walk f068eab07e936d73c58fca6d90e4c14bd3031f37 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-19T02:43:55.962Z] ========================================================= [2021-03-19T02:43:55.962Z] EdgeX Global Pipelines Version Info [2021-03-19T02:43:55.962Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-19T02:43:59.275Z] ------------------- [2021-03-19T02:43:59.275Z] stable info: [2021-03-19T02:43:59.275Z] ------------------- [2021-03-19T02:43:59.275Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-19T02:43:59.275Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-19T02:43:59.275Z] Message: update stable to v1.0.186 [2021-03-19T02:44:00.733Z] ------------------- [2021-03-19T02:44:00.733Z] experimental info: [2021-03-19T02:44:00.733Z] ------------------- [2021-03-19T02:44:00.733Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-19T02:44:00.733Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-19T02:44:00.733Z] Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-19T02:44:01.182Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-03-19T02:44:01.312Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-03-19T02:44:01.413Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-19T02:44:01.532Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-19T02:44:01.665Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-19T02:44:01.775Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-19T02:44:01.885Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-19T02:44:01.989Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-19T02:44:02.095Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-03-19T02:44:02.209Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-19T02:44:02.315Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-19T02:44:02.420Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo [2021-03-19T02:44:02.535Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-19T02:44:02.661Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-19T02:44:02.780Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-19T02:44:02.909Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-03-19T02:44:03.075Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-03-19T02:44:03.192Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-03-19T02:44:03.292Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-19T02:44:03.394Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-03-19T02:44:03.528Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-19T02:44:03.626Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-19T02:44:03.734Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-03-19T02:44:03.836Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-03-19T02:44:03.941Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-03-19T02:44:04.044Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-19T02:44:04.155Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-725 [Pipeline] echo [2021-03-19T02:44:04.256Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-725 [Pipeline] echo [2021-03-19T02:44:04.354Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-725 [Pipeline] echo [2021-03-19T02:44:04.495Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 44fa666b1470b6cb4fa4ec633565dca2eafcacdd [Pipeline] echo [2021-03-19T02:44:04.618Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 44fa666 [Pipeline] echo [2021-03-19T02:44:05.897Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-19T02:44:06.117Z] provisioning config files... [2021-03-19T02:44:06.157Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/config182211664094778391tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-19T02:44:06.586Z] ---> docker-login.sh [2021-03-19T02:44:06.586Z] nexus3.edgexfoundry.org:10001 [2021-03-19T02:44:07.588Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T02:44:08.040Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T02:44:08.040Z] Configure a credential helper to remove this warning. See [2021-03-19T02:44:08.040Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T02:44:08.040Z] [2021-03-19T02:44:08.040Z] Login Succeeded [2021-03-19T02:44:08.040Z] nexus3.edgexfoundry.org:10002 [2021-03-19T02:44:08.367Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T02:44:08.643Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T02:44:08.643Z] Configure a credential helper to remove this warning. See [2021-03-19T02:44:08.643Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T02:44:08.643Z] [2021-03-19T02:44:08.643Z] Login Succeeded [2021-03-19T02:44:08.643Z] nexus3.edgexfoundry.org:10003 [2021-03-19T02:44:08.913Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T02:44:08.913Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T02:44:08.913Z] Configure a credential helper to remove this warning. See [2021-03-19T02:44:08.913Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T02:44:08.913Z] [2021-03-19T02:44:08.913Z] Login Succeeded [2021-03-19T02:44:08.913Z] nexus3.edgexfoundry.org:10004 [2021-03-19T02:44:09.185Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T02:44:09.186Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T02:44:09.186Z] Configure a credential helper to remove this warning. See [2021-03-19T02:44:09.186Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T02:44:09.186Z] [2021-03-19T02:44:09.186Z] Login Succeeded [2021-03-19T02:44:09.186Z] docker.io [2021-03-19T02:44:09.450Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T02:44:09.725Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T02:44:09.725Z] Configure a credential helper to remove this warning. See [2021-03-19T02:44:09.725Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T02:44:09.725Z] [2021-03-19T02:44:09.725Z] Login Succeeded [2021-03-19T02:44:09.725Z] ---> docker-login.sh ends [Pipeline] } [2021-03-19T02:44:09.751Z] 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-03-19T02:44:10.817Z] + git log --format=format:%s -1 44fa666b1470b6cb4fa4ec633565dca2eafcacdd [Pipeline] echo [2021-03-19T02:44:10.925Z] GIT_COMMIT: 44fa666b1470b6cb4fa4ec633565dca2eafcacdd, Commit Message: Merge commit 'e2b795a37b7f4058c403051823a7e04e4e702841' into HEAD [Pipeline] echo [2021-03-19T02:44:10.978Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-03-19T02:44:12.189Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-19T02:44:12.189Z] [2021-03-19T02:44:12.189Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-19T02:44:12.570Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-19T02:44:12.570Z] latest: Pulling from edgex-devops/git-semver [2021-03-19T02:44:12.570Z] 31603596830f: Pulling fs layer [2021-03-19T02:44:12.570Z] 2a8b12db71e7: Pulling fs layer [2021-03-19T02:44:12.570Z] 6ca5941a6612: Pulling fs layer [2021-03-19T02:44:12.570Z] ecc8261a40a4: Pulling fs layer [2021-03-19T02:44:12.570Z] ecc8261a40a4: Waiting [2021-03-19T02:44:12.850Z] 2a8b12db71e7: Verifying Checksum [2021-03-19T02:44:12.850Z] 2a8b12db71e7: Download complete [2021-03-19T02:44:13.123Z] 31603596830f: Verifying Checksum [2021-03-19T02:44:13.123Z] 31603596830f: Download complete [2021-03-19T02:44:13.414Z] ecc8261a40a4: Verifying Checksum [2021-03-19T02:44:13.414Z] ecc8261a40a4: Download complete [2021-03-19T02:44:13.414Z] 6ca5941a6612: Verifying Checksum [2021-03-19T02:44:13.414Z] 6ca5941a6612: Download complete [2021-03-19T02:44:14.044Z] 31603596830f: Pull complete [2021-03-19T02:44:14.649Z] 2a8b12db71e7: Pull complete [2021-03-19T02:44:16.688Z] 6ca5941a6612: Pull complete [2021-03-19T02:44:17.288Z] ecc8261a40a4: Pull complete [2021-03-19T02:44:17.288Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-19T02:44:17.288Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-19T02:44:17.288Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-19T02:44:17.609Z] prd-centos7-docker-4c-2g-30460 does not seem to be running inside a container [2021-03-19T02:44:17.812Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-725 -v /w/workspace/dgexfoundry_device-sdk-go_PR-725:/w/workspace/dgexfoundry_device-sdk-go_PR-725:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-19T02:44:19.907Z] $ docker top 649be479434f23fa81beb60cf19fbefc4c1692d18676f7db54248bd4abecce93 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-19T02:44:20.259Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-19T02:44:20.259Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-19T02:44:20.846Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-19T02:44:20.859Z] $ docker exec 649be479434f23fa81beb60cf19fbefc4c1692d18676f7db54248bd4abecce93 ssh-agent [2021-03-19T02:44:21.671Z] SSH_AUTH_SOCK=/tmp/ssh-O69V79XEcTPk/agent.11 [2021-03-19T02:44:21.671Z] SSH_AGENT_PID=16 [2021-03-19T02:44:21.688Z] Running ssh-add (command line suppressed) [2021-03-19T02:44:21.928Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_8011108475142234100.key (/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_8011108475142234100.key) [2021-03-19T02:44:22.006Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-19T02:44:22.394Z] + git tag --points-at HEAD [Pipeline] } [2021-03-19T02:44:22.509Z] $ docker exec --env ******** --env ******** 649be479434f23fa81beb60cf19fbefc4c1692d18676f7db54248bd4abecce93 ssh-agent -k [2021-03-19T02:44:22.691Z] unset SSH_AUTH_SOCK; [2021-03-19T02:44:22.692Z] unset SSH_AGENT_PID; [2021-03-19T02:44:22.692Z] echo Agent pid 16 killed; [2021-03-19T02:44:22.745Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-19T02:44:22.918Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-19T02:44:22.918Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-19T02:44:23.191Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-19T02:44:23.207Z] $ docker exec 649be479434f23fa81beb60cf19fbefc4c1692d18676f7db54248bd4abecce93 ssh-agent [2021-03-19T02:44:23.510Z] SSH_AUTH_SOCK=/tmp/ssh-xwLzsquWWRrw/agent.44 [2021-03-19T02:44:23.510Z] SSH_AGENT_PID=49 [2021-03-19T02:44:23.522Z] Running ssh-add (command line suppressed) [2021-03-19T02:44:23.712Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_8761555746356961084.key (/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_8761555746356961084.key) [2021-03-19T02:44:23.789Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-19T02:44:24.157Z] + git semver init [2021-03-19T02:44:24.157Z] # -> Open(): unable to determine branch for HEAD [2021-03-19T02:44:24.157Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-725/.git [2021-03-19T02:44:24.157Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-725 [2021-03-19T02:44:24.157Z] # $SEMVER_REMOTE_NAME = origin [2021-03-19T02:44:24.157Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-19T02:44:24.157Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-19T02:44:24.157Z] # $SEMVER_BRANCH = PR-725 [2021-03-19T02:44:24.157Z] # $SEMVER_TEMP = /tmp/semver-149746185 [2021-03-19T02:44:24.157Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-03-19T02:44:25.182Z] # '/tmp/semver-149746185' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-725/.semver' [2021-03-19T02:44:25.182Z] # -> Force: false [2021-03-19T02:44:25.182Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-725/.semver [Pipeline] } [2021-03-19T02:44:25.206Z] $ docker exec --env ******** --env ******** 649be479434f23fa81beb60cf19fbefc4c1692d18676f7db54248bd4abecce93 ssh-agent -k [2021-03-19T02:44:25.537Z] unset SSH_AUTH_SOCK; [2021-03-19T02:44:25.540Z] unset SSH_AGENT_PID; [2021-03-19T02:44:25.540Z] echo Agent pid 49 killed; [2021-03-19T02:44:25.889Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-19T02:44:26.434Z] + git semver [Pipeline] } [2021-03-19T02:44:26.463Z] $ docker stop --time=1 649be479434f23fa81beb60cf19fbefc4c1692d18676f7db54248bd4abecce93 [2021-03-19T02:44:28.215Z] $ docker rm -f 649be479434f23fa81beb60cf19fbefc4c1692d18676f7db54248bd4abecce93 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-19T02:44:28.832Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-19T02:44:29.774Z] Stashed 1 file(s) [Pipeline] echo [2021-03-19T02:44:29.777Z] [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-03-19T02:44:45.387Z] Still waiting to schedule task [2021-03-19T02:44:45.387Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-03-19T02:44:45.390Z] Still waiting to schedule task [2021-03-19T02:44:45.390Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-19T02:46:19.424Z] Running on prd-centos7-docker-4c-2g-30463 in /w/workspace/dgexfoundry_device-sdk-go_PR-725 [Pipeline] { [Pipeline] ws [2021-03-19T02:46:19.487Z] Running in /w/workspace/device-sdk-go/22 [Pipeline] { [Pipeline] checkout [2021-03-19T02:46:21.987Z] using credential edgex-jenkins-ssh [2021-03-19T02:46:22.055Z] Cloning the remote Git repository [2021-03-19T02:46:21.906Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-03-19T02:46:21.978Z] > git init /w/workspace/device-sdk-go/22 # timeout=10 [2021-03-19T02:46:22.049Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-03-19T02:46:22.049Z] > git --version # timeout=10 [2021-03-19T02:46:22.056Z] > git --version # 'git version 2.24.3' [2021-03-19T02:46:22.056Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-19T02:46:22.089Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-19T02:46:24.723Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-03-19T02:46:24.732Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-19T02:46:24.745Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-03-19T02:46:24.757Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-03-19T02:46:24.758Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-19T02:46:24.762Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/725/head:refs/remotes/origin/PR-725 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-19T02:46:26.308Z] Merging remotes/origin/master commit e2b795a37b7f4058c403051823a7e04e4e702841 into PR head commit ea5f2fe995444737663861e42b9b0407e76b07bc [2021-03-19T02:46:26.316Z] > git config core.sparsecheckout # timeout=10 [2021-03-19T02:46:26.322Z] > git checkout -f ea5f2fe995444737663861e42b9b0407e76b07bc # timeout=10 [2021-03-19T02:46:26.485Z] Merge succeeded, producing 6431fa104b9d8dad70d98550d342e1823d8bdc5d [2021-03-19T02:46:26.486Z] Checking out Revision 6431fa104b9d8dad70d98550d342e1823d8bdc5d (PR-725) [2021-03-19T02:46:26.380Z] > git remote # timeout=10 [2021-03-19T02:46:26.388Z] > git config --get remote.origin.url # timeout=10 [2021-03-19T02:46:26.397Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-19T02:46:26.401Z] > git merge e2b795a37b7f4058c403051823a7e04e4e702841 # timeout=10 [2021-03-19T02:46:26.479Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-19T02:46:26.488Z] > git config core.sparsecheckout # timeout=10 [2021-03-19T02:46:26.493Z] > git checkout -f 6431fa104b9d8dad70d98550d342e1823d8bdc5d # timeout=10 [2021-03-19T02:46:30.107Z] Commit message: "Merge commit 'e2b795a37b7f4058c403051823a7e04e4e702841' into HEAD" [2021-03-19T02:46:30.119Z] First time build. Skipping changelog. [2021-03-19T02:46:30.111Z] > git rev-list --no-walk f068eab07e936d73c58fca6d90e4c14bd3031f37 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-19T02:46:31.632Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-19T02:46:31.972Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-19T02:46:32.275Z] + true [2021-03-19T02:46:32.275Z] + sudo service docker restart [2021-03-19T02:46:32.275Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-19T02:46:33.295Z] provisioning config files... [2021-03-19T02:46:33.329Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/22@tmp/config3740192048581964154tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-19T02:46:33.717Z] ---> docker-login.sh [2021-03-19T02:46:33.717Z] nexus3.edgexfoundry.org:10001 [2021-03-19T02:46:33.981Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T02:46:34.246Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T02:46:34.246Z] Configure a credential helper to remove this warning. See [2021-03-19T02:46:34.246Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T02:46:34.246Z] [2021-03-19T02:46:34.246Z] Login Succeeded [2021-03-19T02:46:34.246Z] nexus3.edgexfoundry.org:10002 [2021-03-19T02:46:34.246Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T02:46:34.246Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T02:46:34.246Z] Configure a credential helper to remove this warning. See [2021-03-19T02:46:34.246Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T02:46:34.246Z] [2021-03-19T02:46:34.246Z] Login Succeeded [2021-03-19T02:46:34.246Z] nexus3.edgexfoundry.org:10003 [2021-03-19T02:46:34.509Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T02:46:34.509Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T02:46:34.509Z] Configure a credential helper to remove this warning. See [2021-03-19T02:46:34.509Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T02:46:34.509Z] [2021-03-19T02:46:34.509Z] Login Succeeded [2021-03-19T02:46:34.509Z] nexus3.edgexfoundry.org:10004 [2021-03-19T02:46:34.509Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T02:46:34.772Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T02:46:34.773Z] Configure a credential helper to remove this warning. See [2021-03-19T02:46:34.773Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T02:46:34.773Z] [2021-03-19T02:46:34.773Z] Login Succeeded [2021-03-19T02:46:34.773Z] docker.io [2021-03-19T02:46:34.773Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T02:46:35.039Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T02:46:35.039Z] Configure a credential helper to remove this warning. See [2021-03-19T02:46:35.039Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T02:46:35.039Z] [2021-03-19T02:46:35.039Z] Login Succeeded [2021-03-19T02:46:35.039Z] ---> docker-login.sh ends [Pipeline] } [2021-03-19T02:46:35.052Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-19T02:46:35.550Z] ========================================================= [2021-03-19T02:46:35.550Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-19T02:46:35.550Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-19T02:46:35.953Z] + 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-03-19T02:46:36.216Z] Sending build context to Docker daemon 2.287MB [2021-03-19T02:46:36.216Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-19T02:46:36.216Z] Step 2/8 : FROM ${BASE} [2021-03-19T02:46:36.216Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-19T02:46:36.216Z] 188c0c94c7c5: Pulling fs layer [2021-03-19T02:46:36.216Z] 0ef7d3d256c8: Pulling fs layer [2021-03-19T02:46:36.216Z] de9db76c5a1d: Pulling fs layer [2021-03-19T02:46:36.216Z] bca2f99d35d6: Pulling fs layer [2021-03-19T02:46:36.216Z] 93359f2a8cfa: Pulling fs layer [2021-03-19T02:46:36.217Z] 7c6f9722023f: Pulling fs layer [2021-03-19T02:46:36.217Z] a35cf1a2eb13: Pulling fs layer [2021-03-19T02:46:36.217Z] 93359f2a8cfa: Waiting [2021-03-19T02:46:36.217Z] 7c6f9722023f: Waiting [2021-03-19T02:46:36.217Z] a35cf1a2eb13: Waiting [2021-03-19T02:46:36.217Z] bca2f99d35d6: Waiting [2021-03-19T02:46:36.217Z] de9db76c5a1d: Verifying Checksum [2021-03-19T02:46:36.217Z] de9db76c5a1d: Download complete [2021-03-19T02:46:36.217Z] 0ef7d3d256c8: Verifying Checksum [2021-03-19T02:46:36.217Z] 0ef7d3d256c8: Download complete [2021-03-19T02:46:36.217Z] 93359f2a8cfa: Verifying Checksum [2021-03-19T02:46:36.217Z] 93359f2a8cfa: Download complete [2021-03-19T02:46:36.217Z] 7c6f9722023f: Verifying Checksum [2021-03-19T02:46:36.217Z] 7c6f9722023f: Download complete [2021-03-19T02:46:36.217Z] 188c0c94c7c5: Verifying Checksum [2021-03-19T02:46:36.217Z] 188c0c94c7c5: Download complete [2021-03-19T02:46:36.481Z] 188c0c94c7c5: Pull complete [2021-03-19T02:46:36.745Z] 0ef7d3d256c8: Pull complete [2021-03-19T02:46:36.745Z] de9db76c5a1d: Pull complete [2021-03-19T02:46:38.183Z] a35cf1a2eb13: Verifying Checksum [2021-03-19T02:46:38.183Z] a35cf1a2eb13: Download complete [2021-03-19T02:46:38.762Z] bca2f99d35d6: Download complete [2021-03-19T02:46:44.089Z] bca2f99d35d6: Pull complete [2021-03-19T02:46:44.356Z] 93359f2a8cfa: Pull complete [2021-03-19T02:46:44.356Z] 7c6f9722023f: Pull complete [2021-03-19T02:46:49.721Z] a35cf1a2eb13: Pull complete [2021-03-19T02:46:49.721Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-19T02:46:49.721Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-19T02:46:49.721Z] ---> a62c8e92a672 [2021-03-19T02:46:49.721Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-19T02:46:49.996Z] ---> Running in 3ea54de09da7 [2021-03-19T02:46:50.287Z] Removing intermediate container 3ea54de09da7 [2021-03-19T02:46:50.287Z] ---> b321bc680e33 [2021-03-19T02:46:50.287Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T02:46:50.287Z] ---> Running in 3b7ac2b57882 [2021-03-19T02:46:51.243Z] Removing intermediate container 3b7ac2b57882 [2021-03-19T02:46:51.243Z] ---> 9ca3a3a64d36 [2021-03-19T02:46:51.243Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-03-19T02:46:51.243Z] ---> Running in 44f62044239d [2021-03-19T02:46:52.194Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T02:46:53.143Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T02:46:54.088Z] OK: 166 MiB in 39 packages [2021-03-19T02:46:54.350Z] Removing intermediate container 44f62044239d [2021-03-19T02:46:54.350Z] ---> fcf9807f5917 [2021-03-19T02:46:54.350Z] Step 6/8 : WORKDIR /device-sdk-go [2021-03-19T02:46:54.350Z] ---> Running in 3b4f6b0f0e43 [2021-03-19T02:46:54.614Z] Removing intermediate container 3b4f6b0f0e43 [2021-03-19T02:46:54.614Z] ---> 340e81cd5bfe [2021-03-19T02:46:54.614Z] Step 7/8 : COPY . . [2021-03-19T02:46:56.011Z] ---> 2576447e6eb7 [2021-03-19T02:46:56.011Z] Step 8/8 : RUN go mod download [2021-03-19T02:46:56.011Z] ---> Running in 0124d017491b [2021-03-19T02:47:18.115Z] Removing intermediate container 0124d017491b [2021-03-19T02:47:18.115Z] ---> 8e6d86cfa866 [2021-03-19T02:47:18.115Z] Successfully built 8e6d86cfa866 [2021-03-19T02:47:18.115Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-19T02:47:18.435Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-19T02:47:18.435Z] . [Pipeline] withDockerContainer [2021-03-19T02:47:18.554Z] prd-centos7-docker-4c-2g-30463 does not seem to be running inside a container [2021-03-19T02:47:18.617Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/22 -v /w/workspace/device-sdk-go/22:/w/workspace/device-sdk-go/22:rw,z -v /w/workspace/device-sdk-go/22@tmp:/w/workspace/device-sdk-go/22@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-19T02:47:19.436Z] $ docker top d069a7e472dceaa45df27abf4a02b3536a6b1341aba9e2d1a280bbe14a318b11 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-19T02:47:19.946Z] + go version [2021-03-19T02:47:19.946Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-19T02:47:19.963Z] $ docker stop --time=1 d069a7e472dceaa45df27abf4a02b3536a6b1341aba9e2d1a280bbe14a318b11 [2021-03-19T02:47:21.290Z] $ docker rm -f d069a7e472dceaa45df27abf4a02b3536a6b1341aba9e2d1a280bbe14a318b11 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T02:47:22.119Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-19T02:47:22.119Z] . [Pipeline] withDockerContainer [2021-03-19T02:47:22.217Z] prd-centos7-docker-4c-2g-30463 does not seem to be running inside a container [2021-03-19T02:47:22.272Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/22 -v /w/workspace/device-sdk-go/22:/w/workspace/device-sdk-go/22:rw,z -v /w/workspace/device-sdk-go/22@tmp:/w/workspace/device-sdk-go/22@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-19T02:47:22.858Z] $ docker top cbe3e742893a9a59361e49fc3f69153e6fbcdc68c7e03b62f891dfe6a2d0f5d7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-19T02:47:23.333Z] + make test [2021-03-19T02:47:23.333Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-19T02:47:31.576Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-03-19T02:47:46.610Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-03-19T02:47:46.610Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-03-19T02:47:46.610Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] [2021-03-19T02:47:46.610Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-03-19T02:47:48.553Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.055s coverage: 25.5% of statements [2021-03-19T02:47:48.553Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.079s coverage: 81.2% of statements [2021-03-19T02:47:51.676Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-30465 in /w/workspace/dgexfoundry_device-sdk-go_PR-725 [Pipeline] { [Pipeline] ws [2021-03-19T02:47:51.735Z] Running in /w/workspace/device-sdk-go/22 [Pipeline] { [Pipeline] checkout [2021-03-19T02:47:56.622Z] using credential edgex-jenkins-ssh [2021-03-19T02:47:56.685Z] Cloning the remote Git repository [2021-03-19T02:47:56.744Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-03-19T02:47:56.861Z] > git init /w/workspace/device-sdk-go/22 # timeout=10 [2021-03-19T02:47:56.927Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-03-19T02:47:56.928Z] > git --version # timeout=10 [2021-03-19T02:47:56.946Z] > git --version # 'git version 2.17.1' [2021-03-19T02:47:56.948Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-19T02:47:57.030Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-19T02:47:58.883Z] Merging remotes/origin/master commit e2b795a37b7f4058c403051823a7e04e4e702841 into PR head commit ea5f2fe995444737663861e42b9b0407e76b07bc [2021-03-19T02:47:58.121Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-03-19T02:47:58.146Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-19T02:47:58.171Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-03-19T02:47:58.209Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-03-19T02:47:58.210Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-19T02:47:58.227Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/725/head:refs/remotes/origin/PR-725 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-19T02:47:58.903Z] > git config core.sparsecheckout # timeout=10 [2021-03-19T02:47:58.973Z] > git checkout -f ea5f2fe995444737663861e42b9b0407e76b07bc # timeout=10 [2021-03-19T02:47:59.125Z] > git remote # timeout=10 [2021-03-19T02:47:59.149Z] > git config --get remote.origin.url # timeout=10 [2021-03-19T02:47:59.195Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-19T02:47:59.216Z] > git merge e2b795a37b7f4058c403051823a7e04e4e702841 # timeout=10 [2021-03-19T02:47:59.458Z] Merge succeeded, producing 13522f3bb4d4747eae3aa5cbbe80d9bc258a7111 [2021-03-19T02:47:59.459Z] Checking out Revision 13522f3bb4d4747eae3aa5cbbe80d9bc258a7111 (PR-725) [2021-03-19T02:47:59.413Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-19T02:47:59.463Z] > git config core.sparsecheckout # timeout=10 [2021-03-19T02:47:59.485Z] > git checkout -f 13522f3bb4d4747eae3aa5cbbe80d9bc258a7111 # timeout=10 [2021-03-19T02:48:03.623Z] Commit message: "Merge commit 'e2b795a37b7f4058c403051823a7e04e4e702841' into HEAD" [2021-03-19T02:48:03.652Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-19T02:48:03.631Z] > git rev-list --no-walk f068eab07e936d73c58fca6d90e4c14bd3031f37 # timeout=10 [2021-03-19T02:48:05.231Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-19T02:48:05.694Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-19T02:48:06.043Z] + true [2021-03-19T02:48:06.043Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-19T02:48:08.752Z] provisioning config files... [2021-03-19T02:48:08.788Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/22@tmp/config8551400039375723689tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-19T02:48:09.191Z] ---> docker-login.sh [2021-03-19T02:48:09.191Z] nexus3.edgexfoundry.org:10001 [2021-03-19T02:48:09.789Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T02:48:10.385Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T02:48:10.385Z] Configure a credential helper to remove this warning. See [2021-03-19T02:48:10.385Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T02:48:10.385Z] [2021-03-19T02:48:10.385Z] Login Succeeded [2021-03-19T02:48:10.385Z] nexus3.edgexfoundry.org:10002 [2021-03-19T02:48:10.659Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T02:48:10.933Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T02:48:10.933Z] Configure a credential helper to remove this warning. See [2021-03-19T02:48:10.933Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T02:48:10.933Z] [2021-03-19T02:48:10.933Z] Login Succeeded [2021-03-19T02:48:10.933Z] nexus3.edgexfoundry.org:10003 [2021-03-19T02:48:11.205Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T02:48:11.205Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T02:48:11.205Z] Configure a credential helper to remove this warning. See [2021-03-19T02:48:11.205Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T02:48:11.205Z] [2021-03-19T02:48:11.205Z] Login Succeeded [2021-03-19T02:48:11.205Z] nexus3.edgexfoundry.org:10004 [2021-03-19T02:48:11.798Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T02:48:11.798Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T02:48:11.798Z] Configure a credential helper to remove this warning. See [2021-03-19T02:48:11.798Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T02:48:11.798Z] [2021-03-19T02:48:11.798Z] Login Succeeded [2021-03-19T02:48:11.798Z] docker.io [2021-03-19T02:48:12.394Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T02:48:12.667Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T02:48:12.667Z] Configure a credential helper to remove this warning. See [2021-03-19T02:48:12.667Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T02:48:12.667Z] [2021-03-19T02:48:12.667Z] Login Succeeded [2021-03-19T02:48:12.667Z] ---> docker-login.sh ends [Pipeline] } [2021-03-19T02:48:12.685Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-19T02:48:13.239Z] ========================================================= [2021-03-19T02:48:13.239Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-19T02:48:13.239Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-19T02:48:13.628Z] + 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-03-19T02:48:13.906Z] Sending build context to Docker daemon 2.279MB [2021-03-19T02:48:14.185Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-19T02:48:14.185Z] Step 2/8 : FROM ${BASE} [2021-03-19T02:48:14.185Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-19T02:48:14.185Z] 5f621e34cdf4: Pulling fs layer [2021-03-19T02:48:14.185Z] a4357932f1b6: Pulling fs layer [2021-03-19T02:48:14.185Z] 18c013af1878: Pulling fs layer [2021-03-19T02:48:14.185Z] 00ac8860ef70: Pulling fs layer [2021-03-19T02:48:14.185Z] 63d7cb157983: Pulling fs layer [2021-03-19T02:48:14.185Z] b116817d02f9: Pulling fs layer [2021-03-19T02:48:14.185Z] 745a02a5169b: Pulling fs layer [2021-03-19T02:48:14.185Z] 00ac8860ef70: Waiting [2021-03-19T02:48:14.185Z] 63d7cb157983: Waiting [2021-03-19T02:48:14.185Z] b116817d02f9: Waiting [2021-03-19T02:48:14.185Z] 745a02a5169b: Waiting [2021-03-19T02:48:14.185Z] 18c013af1878: Verifying Checksum [2021-03-19T02:48:14.185Z] 18c013af1878: Download complete [2021-03-19T02:48:14.185Z] a4357932f1b6: Verifying Checksum [2021-03-19T02:48:14.185Z] a4357932f1b6: Download complete [2021-03-19T02:48:14.185Z] 63d7cb157983: Verifying Checksum [2021-03-19T02:48:14.185Z] 63d7cb157983: Download complete [2021-03-19T02:48:14.185Z] b116817d02f9: Verifying Checksum [2021-03-19T02:48:14.185Z] b116817d02f9: Download complete [2021-03-19T02:48:14.185Z] 5f621e34cdf4: Download complete [2021-03-19T02:48:15.172Z] 5f621e34cdf4: Pull complete [2021-03-19T02:48:15.449Z] a4357932f1b6: Pull complete [2021-03-19T02:48:15.729Z] 18c013af1878: Pull complete [2021-03-19T02:48:16.329Z] 745a02a5169b: Verifying Checksum [2021-03-19T02:48:16.329Z] 745a02a5169b: Download complete [2021-03-19T02:48:17.776Z] 00ac8860ef70: Download complete [2021-03-19T02:48:20.747Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.096s coverage: 10.5% of statements [2021-03-19T02:48:20.747Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-03-19T02:48:20.747Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-03-19T02:48:20.747Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.083s coverage: 32.5% of statements [2021-03-19T02:48:20.747Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-03-19T02:48:20.748Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-03-19T02:48:20.748Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-03-19T02:48:20.748Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.085s coverage: 57.3% of statements [2021-03-19T02:48:20.748Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 1.378s coverage: 6.6% of statements [2021-03-19T02:48:20.748Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.056s coverage: 5.1% of statements [2021-03-19T02:48:20.748Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-03-19T02:48:20.748Z] GO111MODULE=on go vet ./... [2021-03-19T02:48:27.952Z] 00ac8860ef70: Pull complete [2021-03-19T02:48:27.953Z] 63d7cb157983: Pull complete [2021-03-19T02:48:28.227Z] b116817d02f9: Pull complete [2021-03-19T02:48:29.005Z] gofmt -l . [2021-03-19T02:48:29.005Z] [ "`gofmt -l .`" = "" ] [2021-03-19T02:48:29.005Z] ./bin/test-attribution-txt.sh [2021-03-19T02:48:29.267Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-03-19T02:48:29.285Z] $ docker stop --time=1 cbe3e742893a9a59361e49fc3f69153e6fbcdc68c7e03b62f891dfe6a2d0f5d7 [2021-03-19T02:48:31.260Z] $ docker rm -f cbe3e742893a9a59361e49fc3f69153e6fbcdc68c7e03b62f891dfe6a2d0f5d7 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-19T02:48:31.928Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-19T02:48:32.285Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2021-03-19T02:48:32.549Z] 745a02a5169b: Pull complete [2021-03-19T02:48:32.549Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-19T02:48:32.549Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-19T02:48:32.549Z] ---> b7e6874047d6 [2021-03-19T02:48:32.549Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-19T02:48:35.170Z] ---> Running in 96f5240d8b98 [2021-03-19T02:48:35.170Z] Removing intermediate container 96f5240d8b98 [2021-03-19T02:48:35.170Z] ---> 611a89c3696f [2021-03-19T02:48:35.170Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T02:48:35.469Z] ---> Running in a3716bb80fa6 [Pipeline] sh [2021-03-19T02:48:35.821Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-03-19T02:48:36.134Z] + ls -al . [2021-03-19T02:48:36.134Z] total 184 [2021-03-19T02:48:36.134Z] drwxrwxr-x. 10 jenkins jenkins 4096 Mar 19 02:48 . [2021-03-19T02:48:36.134Z] drwxrwxr-x. 4 jenkins jenkins 30 Mar 19 02:46 .. [2021-03-19T02:48:36.134Z] drwxrwxr-x. 2 jenkins jenkins 64 Mar 19 02:46 bin [2021-03-19T02:48:36.134Z] -rw-r--r--. 1 jenkins jenkins 100014 Mar 19 02:48 coverage.out [2021-03-19T02:48:36.134Z] -rw-rw-r--. 1 jenkins jenkins 949 Mar 19 02:46 Dockerfile.build [2021-03-19T02:48:36.134Z] -rw-rw-r--. 1 jenkins jenkins 140 Mar 19 02:46 .dockerignore [2021-03-19T02:48:36.134Z] drwxrwxr-x. 4 jenkins jenkins 48 Mar 19 02:46 example [2021-03-19T02:48:36.134Z] drwxrwxr-x. 8 jenkins jenkins 179 Mar 19 02:46 .git [2021-03-19T02:48:36.134Z] drwxrwxr-x. 2 jenkins jenkins 103 Mar 19 02:46 .github [2021-03-19T02:48:36.134Z] -rw-rw-r--. 1 jenkins jenkins 138 Mar 19 02:46 .gitignore [2021-03-19T02:48:36.134Z] -rw-r--r--. 1 jenkins jenkins 479 Mar 19 02:48 go.mod [2021-03-19T02:48:36.134Z] -rw-r--r--. 1 jenkins jenkins 17490 Mar 19 02:48 go.sum [2021-03-19T02:48:36.134Z] drwxrwxr-x. 13 jenkins jenkins 193 Mar 19 02:46 internal [2021-03-19T02:48:36.134Z] -rw-rw-r--. 1 jenkins jenkins 894 Mar 19 02:46 Jenkinsfile [2021-03-19T02:48:36.134Z] -rw-rw-r--. 1 jenkins jenkins 11341 Mar 19 02:46 LICENSE [2021-03-19T02:48:36.134Z] -rw-rw-r--. 1 jenkins jenkins 1016 Mar 19 02:46 Makefile [2021-03-19T02:48:36.134Z] drwxrwxr-x. 4 jenkins jenkins 26 Mar 19 02:46 openapi [2021-03-19T02:48:36.134Z] drwxrwxr-x. 5 jenkins jenkins 50 Mar 19 02:46 pkg [2021-03-19T02:48:36.134Z] -rw-rw-r--. 1 jenkins jenkins 5897 Mar 19 02:46 README.md [2021-03-19T02:48:36.134Z] -rw-rw-r--. 1 jenkins jenkins 6616 Mar 19 02:46 RELEASE-NOTES.txt [2021-03-19T02:48:36.134Z] drwxrwxr-x. 4 jenkins jenkins 54 Mar 19 02:46 snap [2021-03-19T02:48:36.134Z] -rw-rw-r--. 1 jenkins jenkins 5 Mar 19 02:44 VERSION [2021-03-19T02:48:36.134Z] -rw-rw-r--. 1 jenkins jenkins 222 Mar 19 02:46 version.go [Pipeline] isUnix [Pipeline] sh [2021-03-19T02:48:36.439Z] + docker build -t device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=44fa666b1470b6cb4fa4ec633565dca2eafcacdd --label arch=amd64 --label version=0.0.0 . [2021-03-19T02:48:36.702Z] Sending build context to Docker daemon 2.387MB [2021-03-19T02:48:36.702Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-03-19T02:48:36.702Z] Step 2/24 : FROM ${BASE} AS builder [2021-03-19T02:48:36.702Z] ---> 8e6d86cfa866 [2021-03-19T02:48:36.702Z] Step 3/24 : ARG MAKE='make build' [2021-03-19T02:48:37.280Z] ---> Running in 83508da710a1 [2021-03-19T02:48:37.541Z] Removing intermediate container 83508da710a1 [2021-03-19T02:48:37.541Z] ---> 3e14d54e14bb [2021-03-19T02:48:37.541Z] Step 4/24 : WORKDIR /device-sdk-go [2021-03-19T02:48:37.541Z] ---> Running in fa4fad7d2228 [2021-03-19T02:48:37.805Z] Removing intermediate container fa4fad7d2228 [2021-03-19T02:48:37.805Z] ---> 78d95fd25c80 [2021-03-19T02:48:37.805Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-19T02:48:37.805Z] ---> Running in 80844114ba03 [2021-03-19T02:48:38.072Z] Removing intermediate container 80844114ba03 [2021-03-19T02:48:38.072Z] ---> 92e6fbd9601f [2021-03-19T02:48:38.072Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T02:48:38.072Z] ---> Running in 33b8a0e8a2f4 [2021-03-19T02:48:38.098Z] Removing intermediate container a3716bb80fa6 [2021-03-19T02:48:38.098Z] ---> c3268565ca1e [2021-03-19T02:48:38.098Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-03-19T02:48:38.098Z] ---> Running in fb470065886a [2021-03-19T02:48:39.026Z] Removing intermediate container 33b8a0e8a2f4 [2021-03-19T02:48:39.026Z] ---> 5bcf0eef5ede [2021-03-19T02:48:39.026Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-03-19T02:48:39.026Z] ---> Running in ff79aa079b94 [2021-03-19T02:48:39.082Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T02:48:39.602Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T02:48:39.676Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T02:48:40.550Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T02:48:40.655Z] OK: 142 MiB in 39 packages [2021-03-19T02:48:41.123Z] OK: 166 MiB in 39 packages [2021-03-19T02:48:41.394Z] Removing intermediate container ff79aa079b94 [2021-03-19T02:48:41.394Z] ---> f687caf540b3 [2021-03-19T02:48:41.394Z] Step 8/24 : COPY . . [2021-03-19T02:48:42.084Z] Removing intermediate container fb470065886a [2021-03-19T02:48:42.084Z] ---> 871651d3f402 [2021-03-19T02:48:42.084Z] Step 6/8 : WORKDIR /device-sdk-go [2021-03-19T02:48:42.084Z] ---> Running in e79b7fb5d320 [2021-03-19T02:48:42.785Z] ---> e03c8e03ab16 [2021-03-19T02:48:42.785Z] Step 9/24 : RUN ${MAKE} [2021-03-19T02:48:42.785Z] ---> Running in 7181ab88e82d [2021-03-19T02:48:43.049Z] 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-03-19T02:48:43.059Z] Removing intermediate container e79b7fb5d320 [2021-03-19T02:48:43.059Z] ---> 42f206c60ef1 [2021-03-19T02:48:43.059Z] Step 7/8 : COPY . . [2021-03-19T02:48:44.481Z] ---> b75740186105 [2021-03-19T02:48:44.481Z] Step 8/8 : RUN go mod download [2021-03-19T02:48:44.753Z] ---> Running in afa718c5bf8d [2021-03-19T02:48:51.327Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-03-19T02:48:53.879Z] Removing intermediate container 7181ab88e82d [2021-03-19T02:48:53.879Z] ---> 78656da98cce [2021-03-19T02:48:53.879Z] Step 10/24 : FROM scratch [2021-03-19T02:48:53.879Z] ---> [2021-03-19T02:48:53.879Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-19T02:48:53.879Z] ---> Running in db9c0c4ed6b8 [2021-03-19T02:48:53.879Z] Removing intermediate container db9c0c4ed6b8 [2021-03-19T02:48:53.879Z] ---> 453f202caec9 [2021-03-19T02:48:53.879Z] Step 12/24 : ENV APP_PORT=49990 [2021-03-19T02:48:53.879Z] ---> Running in 30e66b04c508 [2021-03-19T02:48:53.879Z] Removing intermediate container 30e66b04c508 [2021-03-19T02:48:53.879Z] ---> 65c421c7d8cf [2021-03-19T02:48:53.879Z] Step 13/24 : EXPOSE $APP_PORT [2021-03-19T02:48:53.879Z] ---> Running in 2098e71c5eaf [2021-03-19T02:48:54.141Z] Removing intermediate container 2098e71c5eaf [2021-03-19T02:48:54.141Z] ---> 0947819dd8ca [2021-03-19T02:48:54.141Z] Step 14/24 : WORKDIR / [2021-03-19T02:48:54.141Z] ---> Running in 1e7253d89246 [2021-03-19T02:48:54.406Z] Removing intermediate container 1e7253d89246 [2021-03-19T02:48:54.406Z] ---> 5f67046953fa [2021-03-19T02:48:54.406Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-03-19T02:48:54.685Z] ---> e2b4a74db6cf [2021-03-19T02:48:54.685Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-03-19T02:48:54.946Z] ---> 31ce7fcd605c [2021-03-19T02:48:54.946Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-03-19T02:48:55.213Z] ---> e166b4a1e9ad [2021-03-19T02:48:55.213Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-03-19T02:48:55.477Z] ---> 303b3a61bd49 [2021-03-19T02:48:55.477Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-03-19T02:48:55.741Z] ---> 65ad88bee2f9 [2021-03-19T02:48:55.741Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-03-19T02:48:55.741Z] ---> Running in 7bc873c8b51e [2021-03-19T02:48:56.004Z] Removing intermediate container 7bc873c8b51e [2021-03-19T02:48:56.004Z] ---> 56ad9e5abb10 [2021-03-19T02:48:56.004Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T02:48:56.004Z] ---> Running in 5071bee1b5f9 [2021-03-19T02:48:56.268Z] Removing intermediate container 5071bee1b5f9 [2021-03-19T02:48:56.268Z] ---> 7bad3f463940 [2021-03-19T02:48:56.268Z] Step 22/24 : LABEL arch=amd64 [2021-03-19T02:48:56.268Z] ---> Running in 6603319b0e4e [2021-03-19T02:48:56.268Z] Removing intermediate container 6603319b0e4e [2021-03-19T02:48:56.268Z] ---> 6fe211462945 [2021-03-19T02:48:56.268Z] Step 23/24 : LABEL git_sha=44fa666b1470b6cb4fa4ec633565dca2eafcacdd [2021-03-19T02:48:56.531Z] ---> Running in 472843e13a2e [2021-03-19T02:48:56.531Z] Removing intermediate container 472843e13a2e [2021-03-19T02:48:56.531Z] ---> 96f82b733b7e [2021-03-19T02:48:56.531Z] Step 24/24 : LABEL version=0.0.0 [2021-03-19T02:48:56.531Z] ---> Running in a93cbe766ea1 [2021-03-19T02:48:56.796Z] Removing intermediate container a93cbe766ea1 [2021-03-19T02:48:56.796Z] ---> 262242fc336a [2021-03-19T02:48:56.796Z] [Warning] One or more build-args [ARCH] were not consumed [2021-03-19T02:48:56.796Z] Successfully built 262242fc336a [2021-03-19T02:48:56.796Z] Successfully tagged device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-19T02:48:57.948Z] ---> job-cost.sh [2021-03-19T02:48:57.948Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-cxJP [2021-03-19T02:49:06.930Z] Removing intermediate container afa718c5bf8d [2021-03-19T02:49:06.930Z] ---> 5d6444245e9f [2021-03-19T02:49:06.930Z] Successfully built 5d6444245e9f [2021-03-19T02:49:06.930Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-19T02:49:07.275Z] + docker inspect -f . ci-base-image-arm64 [2021-03-19T02:49:07.276Z] . [Pipeline] withDockerContainer [2021-03-19T02:49:07.548Z] prd-ubuntu18.04-docker-arm64-4c-16g-30465 does not seem to be running inside a container [2021-03-19T02:49:07.645Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/22 -v /w/workspace/device-sdk-go/22:/w/workspace/device-sdk-go/22:rw,z -v /w/workspace/device-sdk-go/22@tmp:/w/workspace/device-sdk-go/22@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-19T02:49:09.076Z] $ docker top 6c1f210598dcfc46fc6aa53def460d48a26f8fe06cc2e6a1385d03e9f9dddb9c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-19T02:49:10.056Z] + go version [2021-03-19T02:49:10.057Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-19T02:49:10.090Z] $ docker stop --time=1 6c1f210598dcfc46fc6aa53def460d48a26f8fe06cc2e6a1385d03e9f9dddb9c [2021-03-19T02:49:11.963Z] $ docker rm -f 6c1f210598dcfc46fc6aa53def460d48a26f8fe06cc2e6a1385d03e9f9dddb9c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T02:49:12.892Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-19T02:49:13.005Z] + docker inspect -f . ci-base-image-arm64 [2021-03-19T02:49:13.005Z] . [Pipeline] withDockerContainer [2021-03-19T02:49:13.260Z] prd-ubuntu18.04-docker-arm64-4c-16g-30465 does not seem to be running inside a container [2021-03-19T02:49:13.350Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/22 -v /w/workspace/device-sdk-go/22:/w/workspace/device-sdk-go/22:rw,z -v /w/workspace/device-sdk-go/22@tmp:/w/workspace/device-sdk-go/22@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-19T02:49:14.890Z] $ docker top 498ec108880d038e04b8780f3cef12d6a3351711ae39f38707fb30d98960a845 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-19T02:49:15.900Z] + make test [2021-03-19T02:49:15.900Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-19T02:49:38.103Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-03-19T02:49:39.536Z] lf-activate-venv(): INFO: Adding /tmp/venv-cxJP/bin to PATH [2021-03-19T02:49:39.536Z] INFO: No Stack... [2021-03-19T02:49:39.536Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-19T02:49:40.109Z] INFO: Archiving Costs [Pipeline] sh [2021-03-19T02:49:40.415Z] + cat /w/workspace/device-sdk-go/22/archives/cost.csv [2021-03-19T02:49:40.415Z] + cut -d, -f6 [Pipeline] lock [2021-03-19T02:49:40.491Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-725-22-stack-cost] [2021-03-19T02:49:40.500Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-725-22-stack-cost] did not exist. Created. [2021-03-19T02:49:40.500Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-725-22-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-19T02:49:40.914Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-03-19T02:49:41.021Z] Stashed 1 file(s) [Pipeline] } [2021-03-19T02:49:41.034Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-725-22-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-19T02:50:17.120Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-03-19T02:50:17.120Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-03-19T02:50:17.120Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] [2021-03-19T02:50:17.120Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-03-19T02:50:21.443Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.122s coverage: 25.5% of statements [2021-03-19T02:50:21.443Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.163s coverage: 81.2% of statements [2021-03-19T02:50:53.807Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.124s coverage: 10.5% of statements [2021-03-19T02:50:53.807Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-03-19T02:50:53.807Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-03-19T02:50:53.807Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.194s coverage: 32.5% of statements [2021-03-19T02:50:53.807Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-03-19T02:50:53.807Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-03-19T02:50:53.807Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-03-19T02:50:53.807Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.269s coverage: 57.3% of statements [2021-03-19T02:50:53.807Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 2.899s coverage: 6.6% of statements [2021-03-19T02:50:53.807Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.141s coverage: 5.1% of statements [2021-03-19T02:50:53.807Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-03-19T02:50:53.807Z] GO111MODULE=on go vet ./... [2021-03-19T02:51:26.774Z] gofmt -l . [2021-03-19T02:51:26.774Z] [ "`gofmt -l .`" = "" ] [2021-03-19T02:51:26.774Z] ./bin/test-attribution-txt.sh [2021-03-19T02:51:26.774Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-03-19T02:51:26.817Z] $ docker stop --time=1 498ec108880d038e04b8780f3cef12d6a3351711ae39f38707fb30d98960a845 [2021-03-19T02:51:28.932Z] $ docker rm -f 498ec108880d038e04b8780f3cef12d6a3351711ae39f38707fb30d98960a845 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-19T02:51:30.002Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-19T02:51:30.077Z] Warning: overwriting stash ‘coverage-report’ [2021-03-19T02:51:30.881Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-19T02:51:31.665Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-03-19T02:51:31.999Z] + ls -al . [2021-03-19T02:51:31.999Z] total 220 [2021-03-19T02:51:31.999Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 19 02:51 . [2021-03-19T02:51:31.999Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 02:47 .. [2021-03-19T02:51:31.999Z] -rw-rw-r-- 1 jenkins jenkins 140 Mar 19 02:47 .dockerignore [2021-03-19T02:51:31.999Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 19 02:48 .git [2021-03-19T02:51:31.999Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 02:47 .github [2021-03-19T02:51:31.999Z] -rw-rw-r-- 1 jenkins jenkins 138 Mar 19 02:47 .gitignore [2021-03-19T02:51:31.999Z] -rw-rw-r-- 1 jenkins jenkins 949 Mar 19 02:47 Dockerfile.build [2021-03-19T02:51:31.999Z] -rw-rw-r-- 1 jenkins jenkins 894 Mar 19 02:47 Jenkinsfile [2021-03-19T02:51:31.999Z] -rw-rw-r-- 1 jenkins jenkins 11341 Mar 19 02:47 LICENSE [2021-03-19T02:51:31.999Z] -rw-rw-r-- 1 jenkins jenkins 1016 Mar 19 02:47 Makefile [2021-03-19T02:51:31.999Z] -rw-rw-r-- 1 jenkins jenkins 5897 Mar 19 02:47 README.md [2021-03-19T02:51:31.999Z] -rw-rw-r-- 1 jenkins jenkins 6616 Mar 19 02:47 RELEASE-NOTES.txt [2021-03-19T02:51:31.999Z] -rw-rw-r-- 1 jenkins jenkins 5 Mar 19 02:44 VERSION [2021-03-19T02:51:31.999Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 02:47 bin [2021-03-19T02:51:31.999Z] -rw-r--r-- 1 jenkins jenkins 100014 Mar 19 02:50 coverage.out [2021-03-19T02:51:31.999Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 02:47 example [2021-03-19T02:51:31.999Z] -rw-r--r-- 1 jenkins jenkins 479 Mar 19 02:51 go.mod [2021-03-19T02:51:31.999Z] -rw-r--r-- 1 jenkins jenkins 17490 Mar 19 02:51 go.sum [2021-03-19T02:51:31.999Z] drwxrwxr-x 13 jenkins jenkins 4096 Mar 19 02:47 internal [2021-03-19T02:51:31.999Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 02:47 openapi [2021-03-19T02:51:31.999Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 19 02:47 pkg [2021-03-19T02:51:31.999Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 02:47 snap [2021-03-19T02:51:31.999Z] -rw-rw-r-- 1 jenkins jenkins 222 Mar 19 02:47 version.go [Pipeline] isUnix [Pipeline] sh [2021-03-19T02:51:32.341Z] + docker build -t device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=44fa666b1470b6cb4fa4ec633565dca2eafcacdd --label arch=arm64 --label version=0.0.0 . [2021-03-19T02:51:32.612Z] Sending build context to Docker daemon 2.38MB [2021-03-19T02:51:32.881Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-03-19T02:51:32.881Z] Step 2/24 : FROM ${BASE} AS builder [2021-03-19T02:51:32.881Z] ---> 5d6444245e9f [2021-03-19T02:51:32.881Z] Step 3/24 : ARG MAKE='make build' [2021-03-19T02:51:33.151Z] ---> Running in 082ae223983e [2021-03-19T02:51:33.420Z] Removing intermediate container 082ae223983e [2021-03-19T02:51:33.420Z] ---> ac8631aa350b [2021-03-19T02:51:33.420Z] Step 4/24 : WORKDIR /device-sdk-go [2021-03-19T02:51:33.693Z] ---> Running in de6e085a5bab [2021-03-19T02:51:33.963Z] Removing intermediate container de6e085a5bab [2021-03-19T02:51:33.964Z] ---> a9ab6ee9b82b [2021-03-19T02:51:33.964Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-19T02:51:34.240Z] ---> Running in 189df082040c [2021-03-19T02:51:34.509Z] Removing intermediate container 189df082040c [2021-03-19T02:51:34.509Z] ---> 7fa485deb812 [2021-03-19T02:51:34.509Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T02:51:34.792Z] ---> Running in 248053184fe1 [2021-03-19T02:51:36.766Z] Removing intermediate container 248053184fe1 [2021-03-19T02:51:36.766Z] ---> ddb40d72b5a7 [2021-03-19T02:51:36.766Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-03-19T02:51:36.766Z] ---> Running in 573c90a6b926 [2021-03-19T02:51:37.742Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T02:51:38.713Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T02:51:40.136Z] OK: 142 MiB in 39 packages [2021-03-19T02:51:41.107Z] Removing intermediate container 573c90a6b926 [2021-03-19T02:51:41.107Z] ---> ba6f41dbe278 [2021-03-19T02:51:41.107Z] Step 8/24 : COPY . . [2021-03-19T02:51:42.088Z] ---> 9cdc83ec8161 [2021-03-19T02:51:42.089Z] Step 9/24 : RUN ${MAKE} [2021-03-19T02:51:42.360Z] ---> Running in 5e9014986360 [2021-03-19T02:51:43.340Z] 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-03-19T02:52:10.209Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-03-19T02:52:10.803Z] Removing intermediate container 5e9014986360 [2021-03-19T02:52:10.803Z] ---> bc4e9d7de4ea [2021-03-19T02:52:10.803Z] Step 10/24 : FROM scratch [2021-03-19T02:52:10.803Z] ---> [2021-03-19T02:52:10.803Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-19T02:52:10.803Z] ---> Running in 78b0d39a3fa7 [2021-03-19T02:52:11.082Z] Removing intermediate container 78b0d39a3fa7 [2021-03-19T02:52:11.082Z] ---> 3a4bd6ac6480 [2021-03-19T02:52:11.082Z] Step 12/24 : ENV APP_PORT=49990 [2021-03-19T02:52:11.356Z] ---> Running in 8067bd1f8384 [2021-03-19T02:52:11.625Z] Removing intermediate container 8067bd1f8384 [2021-03-19T02:52:11.626Z] ---> c9c0ff4a7707 [2021-03-19T02:52:11.626Z] Step 13/24 : EXPOSE $APP_PORT [2021-03-19T02:52:11.906Z] ---> Running in 8872cf4a2b7f [2021-03-19T02:52:12.176Z] Removing intermediate container 8872cf4a2b7f [2021-03-19T02:52:12.176Z] ---> f48350b32b09 [2021-03-19T02:52:12.176Z] Step 14/24 : WORKDIR / [2021-03-19T02:52:12.176Z] ---> Running in 4359527580dd [2021-03-19T02:52:12.768Z] Removing intermediate container 4359527580dd [2021-03-19T02:52:12.768Z] ---> 097fefddb30a [2021-03-19T02:52:12.768Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-03-19T02:52:13.759Z] ---> a9892cad55d6 [2021-03-19T02:52:13.759Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-03-19T02:52:14.353Z] ---> 5e30ae5071b9 [2021-03-19T02:52:14.353Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-03-19T02:52:15.327Z] ---> 3cdc24e91d3e [2021-03-19T02:52:15.327Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-03-19T02:52:15.921Z] ---> a3014960cc79 [2021-03-19T02:52:15.921Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-03-19T02:52:16.516Z] ---> d9a9b1b318b7 [2021-03-19T02:52:16.516Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-03-19T02:52:16.516Z] ---> Running in 87a1c1026697 [2021-03-19T02:52:17.110Z] Removing intermediate container 87a1c1026697 [2021-03-19T02:52:17.110Z] ---> f5d6910cc113 [2021-03-19T02:52:17.110Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T02:52:17.110Z] ---> Running in 2e525c873987 [2021-03-19T02:52:17.704Z] Removing intermediate container 2e525c873987 [2021-03-19T02:52:17.705Z] ---> bfa1e3c7d9c5 [2021-03-19T02:52:17.705Z] Step 22/24 : LABEL arch=arm64 [2021-03-19T02:52:17.705Z] ---> Running in da47f3acb4fe [2021-03-19T02:52:18.297Z] Removing intermediate container da47f3acb4fe [2021-03-19T02:52:18.297Z] ---> eddaf259c373 [2021-03-19T02:52:18.297Z] Step 23/24 : LABEL git_sha=44fa666b1470b6cb4fa4ec633565dca2eafcacdd [2021-03-19T02:52:18.297Z] ---> Running in c54a6911d316 [2021-03-19T02:52:18.888Z] Removing intermediate container c54a6911d316 [2021-03-19T02:52:18.888Z] ---> 0ea147dafd8b [2021-03-19T02:52:18.888Z] Step 24/24 : LABEL version=0.0.0 [2021-03-19T02:52:18.888Z] ---> Running in 135a66becb6c [2021-03-19T02:52:19.480Z] Removing intermediate container 135a66becb6c [2021-03-19T02:52:19.480Z] ---> 47ff487ada1e [2021-03-19T02:52:19.480Z] [Warning] One or more build-args [ARCH] were not consumed [2021-03-19T02:52:19.480Z] Successfully built 47ff487ada1e [2021-03-19T02:52:19.480Z] Successfully tagged device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-19T02:52:20.330Z] ---> job-cost.sh [2021-03-19T02:52:20.330Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-6zgz [2021-03-19T02:52:59.253Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-19T02:54:35.999Z] lf-activate-venv(): INFO: Adding /tmp/venv-6zgz/bin to PATH [2021-03-19T02:54:35.999Z] INFO: No Stack... [2021-03-19T02:54:35.999Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-19T02:54:35.999Z] INFO: Archiving Costs [Pipeline] sh [2021-03-19T02:54:36.342Z] + cat /w/workspace/device-sdk-go/22/archives/cost.csv [2021-03-19T02:54:36.342Z] + cut -d, -f6 [Pipeline] lock [2021-03-19T02:54:36.454Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-725-22-stack-cost] [2021-03-19T02:54:36.462Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-725-22-stack-cost] did not exist. Created. [2021-03-19T02:54:36.463Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-725-22-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-19T02:54:36.921Z] /w/workspace/device-sdk-go/22@tmp/durable-4a87e74b/script.sh: 1: /w/workspace/device-sdk-go/22@tmp/durable-4a87e74b/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-03-19T02:54:37.269Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-19T02:54:37.344Z] Warning: overwriting stash ‘stack-cost’ [2021-03-19T02:54:37.519Z] Stashed 1 file(s) [Pipeline] } [2021-03-19T02:54:37.539Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-725-22-stack-cost] [Pipeline] // lock [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-03-19T02:54:39.133Z] provisioning config files... [2021-03-19T02:54:39.157Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/config2037463817313212927tmp [Pipeline] { [Pipeline] sh [2021-03-19T02:54:39.562Z] + set +x [2021-03-19T02:54:39.562Z] + curl -s https://codecov.io/bash [2021-03-19T02:54:39.562Z] + bash -s -- [2021-03-19T02:54:39.851Z] [2021-03-19T02:54:39.851Z] _____ _ [2021-03-19T02:54:39.851Z] / ____| | | [2021-03-19T02:54:39.851Z] | | ___ __| | ___ ___ _____ __ [2021-03-19T02:54:39.851Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-19T02:54:39.851Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-19T02:54:39.851Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-19T02:54:39.851Z] Bash-20210309-2b87ace [2021-03-19T02:54:39.851Z] [2021-03-19T02:54:39.851Z] [2021-03-19T02:54:39.851Z] ==> git version 2.24.3 found [2021-03-19T02:54:39.851Z] ==> 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-03-19T02:54:39.851Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-19T02:54:39.851Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-19T02:54:39.851Z] ==> Jenkins CI detected. [2021-03-19T02:54:39.851Z] project root: . [2021-03-19T02:54:39.851Z] --> token set from env [2021-03-19T02:54:39.851Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-19T02:54:39.851Z] ==> Running gcov in . (disable via -X gcov) [2021-03-19T02:54:40.135Z] ==> Python coveragepy not found [2021-03-19T02:54:40.135Z] ==> Searching for coverage reports in: [2021-03-19T02:54:40.135Z] + . [2021-03-19T02:54:40.135Z] -> Found 1 reports [2021-03-19T02:54:40.135Z] ==> Detecting git/mercurial file structure [2021-03-19T02:54:40.135Z] ==> Reading reports [2021-03-19T02:54:40.135Z] + ./coverage.out bytes=100014 [2021-03-19T02:54:40.135Z] ==> Appending adjustments [2021-03-19T02:54:40.135Z] https://docs.codecov.io/docs/fixing-reports [2021-03-19T02:54:40.742Z] + Found adjustments [2021-03-19T02:54:40.742Z] ==> Gzipping contents [2021-03-19T02:54:40.742Z] 16K /tmp/codecov.S7XpKv.gz [2021-03-19T02:54:40.742Z] ==> Uploading reports [2021-03-19T02:54:40.742Z] url: https://codecov.io [2021-03-19T02:54:40.742Z] query: branch=PR-725&commit=44fa666b1470b6cb4fa4ec633565dca2eafcacdd&build=22&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-725%2F22%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=725&job=&cmd_args= [2021-03-19T02:54:40.742Z] -> Pinging Codecov [2021-03-19T02:54:40.742Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-725&commit=44fa666b1470b6cb4fa4ec633565dca2eafcacdd&build=22&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-725%2F22%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=725&job=&cmd_args= [2021-03-19T02:54:41.352Z] -> Uploading to [2021-03-19T02:54:41.352Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-19/7E55EF52A471D76F132DFD9A03CDDE97/44fa666b1470b6cb4fa4ec633565dca2eafcacdd/05e330c7-53ee-4642-b420-ac0d7b522db1.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210319%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210319T025441Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=979fa398e9ae97d061f6e780f04a0b0dafa4e9d65aaec9f97a78dd1560b6334e [2021-03-19T02:54:41.352Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-19T02:54:41.352Z] Dload Upload Total Spent Left Speed [2021-03-19T02:54:41.623Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13492 0 0 100 13492 0 28451 --:--:-- --:--:-- --:--:-- 28464 [2021-03-19T02:54:41.623Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/44fa666b1470b6cb4fa4ec633565dca2eafcacdd [Pipeline] } [2021-03-19T02:54:41.644Z] 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] { (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-03-19T02:54:44.039Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T02:54:44.691Z] ---> package-listing.sh [2021-03-19T02:54:44.691Z] ++ facter osfamily [2021-03-19T02:54:44.691Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-19T02:54:44.960Z] + OS_FAMILY=redhat [2021-03-19T02:54:44.960Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-725 [2021-03-19T02:54:44.960Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-19T02:54:44.960Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-19T02:54:44.960Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-19T02:54:44.960Z] + PACKAGES=/tmp/packages_start.txt [2021-03-19T02:54:44.960Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-725 ']' [2021-03-19T02:54:44.960Z] + PACKAGES=/tmp/packages_end.txt [2021-03-19T02:54:44.960Z] + case "${OS_FAMILY}" in [2021-03-19T02:54:44.960Z] + rpm -qa [2021-03-19T02:54:44.960Z] + sort [2021-03-19T02:54:53.252Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-19T02:54:53.252Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-19T02:54:53.252Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-19T02:54:53.252Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-725 ']' [2021-03-19T02:54:53.252Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-725/archives/ [2021-03-19T02:54:53.252Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-725/archives/ [Pipeline] echo [2021-03-19T02:54:53.272Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_PR-725/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-19T02:54:53.584Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-19T02:54:54.195Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-19T02:54:54.195Z] [2021-03-19T02:54:54.195Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-19T02:54:54.597Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-19T02:54:54.597Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-19T02:54:54.597Z] df20fa9351a1: Pulling fs layer [2021-03-19T02:54:54.597Z] 36b3adc4ff6f: Pulling fs layer [2021-03-19T02:54:54.597Z] 8ad3a11d3b57: Pulling fs layer [2021-03-19T02:54:54.597Z] 46f8f816bc3b: Pulling fs layer [2021-03-19T02:54:54.597Z] 93b61091891f: Pulling fs layer [2021-03-19T02:54:54.597Z] 93b9cdb0e59b: Pulling fs layer [2021-03-19T02:54:54.597Z] 5e14af77c1be: Pulling fs layer [2021-03-19T02:54:54.597Z] 01666e4c0597: Pulling fs layer [2021-03-19T02:54:54.597Z] aa168da1d23b: Pulling fs layer [2021-03-19T02:54:54.597Z] 46f8f816bc3b: Waiting [2021-03-19T02:54:54.597Z] 93b9cdb0e59b: Waiting [2021-03-19T02:54:54.597Z] 93b61091891f: Waiting [2021-03-19T02:54:54.597Z] 01666e4c0597: Waiting [2021-03-19T02:54:54.597Z] aa168da1d23b: Waiting [2021-03-19T02:54:54.597Z] 36b3adc4ff6f: Verifying Checksum [2021-03-19T02:54:54.597Z] 36b3adc4ff6f: Download complete [2021-03-19T02:54:54.920Z] 46f8f816bc3b: Verifying Checksum [2021-03-19T02:54:54.920Z] 46f8f816bc3b: Download complete [2021-03-19T02:54:54.920Z] df20fa9351a1: Verifying Checksum [2021-03-19T02:54:54.920Z] 93b9cdb0e59b: Verifying Checksum [2021-03-19T02:54:54.920Z] 93b9cdb0e59b: Download complete [2021-03-19T02:54:54.920Z] 5e14af77c1be: Verifying Checksum [2021-03-19T02:54:54.920Z] 5e14af77c1be: Download complete [2021-03-19T02:54:54.920Z] 93b61091891f: Download complete [2021-03-19T02:54:54.920Z] 01666e4c0597: Verifying Checksum [2021-03-19T02:54:54.920Z] 01666e4c0597: Download complete [2021-03-19T02:54:55.973Z] df20fa9351a1: Pull complete [2021-03-19T02:54:55.973Z] 8ad3a11d3b57: Verifying Checksum [2021-03-19T02:54:55.973Z] 8ad3a11d3b57: Download complete [2021-03-19T02:54:56.241Z] 36b3adc4ff6f: Pull complete [2021-03-19T02:54:57.694Z] 8ad3a11d3b57: Pull complete [2021-03-19T02:54:57.971Z] 46f8f816bc3b: Pull complete [2021-03-19T02:54:58.581Z] aa168da1d23b: Verifying Checksum [2021-03-19T02:54:58.581Z] aa168da1d23b: Download complete [2021-03-19T02:54:58.845Z] 93b61091891f: Pull complete [2021-03-19T02:54:59.115Z] 93b9cdb0e59b: Pull complete [2021-03-19T02:54:59.115Z] 5e14af77c1be: Pull complete [2021-03-19T02:54:59.384Z] 01666e4c0597: Pull complete [2021-03-19T02:55:22.051Z] aa168da1d23b: Pull complete [2021-03-19T02:55:22.051Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-19T02:55:22.051Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-19T02:55:22.051Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-19T02:55:22.519Z] prd-centos7-docker-4c-2g-30460 does not seem to be running inside a container [2021-03-19T02:55:22.634Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_PR-725/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-sdk-go_PR-725 -v /w/workspace/dgexfoundry_device-sdk-go_PR-725:/w/workspace/dgexfoundry_device-sdk-go_PR-725:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-19T02:55:27.596Z] $ docker top 93cb6b2cac118093a44f2f03d6ff9037a4742327ee9e133284c05ed026d23ff7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-19T02:55:28.221Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-19T02:55:28.601Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-19T02:55:28.948Z] + ls /var/log/sa-host [2021-03-19T02:55:28.948Z] + sadf -c /var/log/sa-host/sa19 [2021-03-19T02:55:28.948Z] file_magic: OK [2021-03-19T02:55:28.948Z] HZ: Using current value: 100 [2021-03-19T02:55:28.948Z] file_header: OK [2021-03-19T02:55:28.948Z] 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-03-19T02:55:28.948Z] Statistics: [2021-03-19T02:55:28.948Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-19T02:55:28.948Z] File successfully converted to sysstat format version 12.2.1 [2021-03-19T02:55:28.948Z] + sadf -c /var/log/sa-host/sa23 [2021-03-19T02:55:28.948Z] file_magic: OK [2021-03-19T02:55:28.948Z] HZ: Using current value: 100 [2021-03-19T02:55:28.948Z] file_header: OK [2021-03-19T02:55:28.948Z] 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-03-19T02:55:28.948Z] Statistics: [2021-03-19T02:55:28.948Z] Hnuu...uuuununununu... [2021-03-19T02:55:28.948Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-19T02:55:29.605Z] provisioning config files... [2021-03-19T02:55:29.634Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/config3163997358203892656tmp [Pipeline] { [Pipeline] echo [2021-03-19T02:55:29.712Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T02:55:30.345Z] ---> create-netrc.sh [Pipeline] } [2021-03-19T02:55:30.362Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-19T02:55:30.469Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T02:55:30.780Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-19T02:55:30.793Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T02:55:31.101Z] ---> sudo-logs.sh [2021-03-19T02:55:31.101Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-19T02:55:31.183Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T02:55:31.509Z] ---> job-cost.sh [2021-03-19T02:55:31.784Z] lf-activate-venv: SKIPPING [2021-03-19T02:55:31.784Z] DEBUG: total: 0.20999999344348907 [2021-03-19T02:55:31.784Z] INFO: Retrieving Stack Cost... [2021-03-19T02:55:32.498Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-19T02:55:33.079Z] INFO: Archiving Costs [Pipeline] echo [2021-03-19T02:55:33.095Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T02:55:33.438Z] ---> logs-deploy.sh [2021-03-19T02:55:33.438Z] lf-activate-venv: SKIPPING [2021-03-19T02:55:33.438Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-725/22 [2021-03-19T02:55:33.438Z] INFO: archiving workspace using pattern(s): [2021-03-19T02:55:36.340Z] Archives upload complete. [2021-03-19T02:55:36.340Z] INFO: archiving logs to Nexus [2021-03-19T02:55:37.773Z] ---> uname -a: [2021-03-19T02:55:37.773Z] Linux prd-centos7-docker-4c-2g-30460.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-03-19T02:55:37.773Z] [2021-03-19T02:55:37.773Z] [2021-03-19T02:55:37.773Z] ---> lscpu: [2021-03-19T02:55:37.773Z] Architecture: x86_64 [2021-03-19T02:55:37.773Z] CPU op-mode(s): 32-bit, 64-bit [2021-03-19T02:55:37.773Z] Byte Order: Little Endian [2021-03-19T02:55:37.773Z] Address sizes: 40 bits physical, 48 bits virtual [2021-03-19T02:55:37.773Z] CPU(s): 4 [2021-03-19T02:55:37.773Z] On-line CPU(s) list: 0-3 [2021-03-19T02:55:37.773Z] Thread(s) per core: 1 [2021-03-19T02:55:37.773Z] Core(s) per socket: 1 [2021-03-19T02:55:37.773Z] Socket(s): 4 [2021-03-19T02:55:37.773Z] NUMA node(s): 1 [2021-03-19T02:55:37.773Z] Vendor ID: GenuineIntel [2021-03-19T02:55:37.773Z] CPU family: 6 [2021-03-19T02:55:37.773Z] Model: 44 [2021-03-19T02:55:37.773Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-03-19T02:55:37.773Z] Stepping: 1 [2021-03-19T02:55:37.773Z] CPU MHz: 2933.438 [2021-03-19T02:55:37.773Z] BogoMIPS: 5866.87 [2021-03-19T02:55:37.773Z] Virtualization: VT-x [2021-03-19T02:55:37.773Z] Hypervisor vendor: KVM [2021-03-19T02:55:37.773Z] Virtualization type: full [2021-03-19T02:55:37.773Z] L1d cache: 128 KiB [2021-03-19T02:55:37.773Z] L1i cache: 128 KiB [2021-03-19T02:55:37.773Z] L2 cache: 16 MiB [2021-03-19T02:55:37.773Z] L3 cache: 64 MiB [2021-03-19T02:55:37.773Z] NUMA node0 CPU(s): 0-3 [2021-03-19T02:55:37.773Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-03-19T02:55:37.773Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-03-19T02:55:37.773Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-03-19T02:55:37.773Z] Vulnerability Meltdown: Mitigation; PTI [2021-03-19T02:55:37.773Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-03-19T02:55:37.773Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-03-19T02:55:37.773Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-03-19T02:55:37.773Z] Vulnerability Srbds: Not affected [2021-03-19T02:55:37.773Z] Vulnerability Tsx async abort: Not affected [2021-03-19T02:55:37.773Z] 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-03-19T02:55:37.773Z] [2021-03-19T02:55:37.773Z] [2021-03-19T02:55:37.773Z] ---> nproc: [2021-03-19T02:55:37.773Z] 4 [2021-03-19T02:55:37.773Z] [2021-03-19T02:55:37.773Z] [2021-03-19T02:55:37.773Z] ---> df -h: [2021-03-19T02:55:37.773Z] Filesystem Size Used Available Use% Mounted on [2021-03-19T02:55:37.773Z] overlay 50.0G 7.3G 42.7G 15% / [2021-03-19T02:55:37.773Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-03-19T02:55:37.773Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-03-19T02:55:37.773Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-03-19T02:55:37.773Z] /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os [2021-03-19T02:55:37.773Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf [2021-03-19T02:55:37.773Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname [2021-03-19T02:55:37.773Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts [2021-03-19T02:55:37.773Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure [2021-03-19T02:55:37.773Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log [2021-03-19T02:55:37.773Z] /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json [2021-03-19T02:55:37.773Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-725 [2021-03-19T02:55:37.773Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp [2021-03-19T02:55:37.773Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host [2021-03-19T02:55:37.773Z] [2021-03-19T02:55:37.773Z] [2021-03-19T02:55:37.773Z] ---> free -m: [2021-03-19T02:55:37.773Z] total used free shared buff/cache available [2021-03-19T02:55:37.773Z] Mem: 1837 695 113 0 1028 1037 [2021-03-19T02:55:37.773Z] Swap: 1023 1 1022 [2021-03-19T02:55:37.773Z] [2021-03-19T02:55:37.773Z] [2021-03-19T02:55:37.773Z] ---> ip addr: [2021-03-19T02:55:37.773Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-03-19T02:55:37.773Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-03-19T02:55:37.773Z] inet 127.0.0.1/8 scope host lo [2021-03-19T02:55:37.773Z] valid_lft forever preferred_lft forever [2021-03-19T02:55:37.773Z] inet6 ::1/128 scope host [2021-03-19T02:55:37.773Z] valid_lft forever preferred_lft forever [2021-03-19T02:55:37.773Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-03-19T02:55:37.773Z] link/ether fa:16:3e:c3:23:15 brd ff:ff:ff:ff:ff:ff [2021-03-19T02:55:37.773Z] inet 10.30.122.146/23 brd 10.30.123.255 scope global dynamic eth0 [2021-03-19T02:55:37.773Z] valid_lft 85611sec preferred_lft 85611sec [2021-03-19T02:55:37.773Z] inet6 fe80::f816:3eff:fec3:2315/64 scope link [2021-03-19T02:55:37.773Z] valid_lft forever preferred_lft forever [2021-03-19T02:55:37.773Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-03-19T02:55:37.773Z] link/ether 02:42:54:5b:b1:ba brd ff:ff:ff:ff:ff:ff [2021-03-19T02:55:37.773Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-03-19T02:55:37.773Z] valid_lft forever preferred_lft forever [2021-03-19T02:55:37.773Z] inet6 fe80::42:54ff:fe5b:b1ba/64 scope link [2021-03-19T02:55:37.773Z] valid_lft forever preferred_lft forever [2021-03-19T02:55:37.773Z] [2021-03-19T02:55:37.773Z] [2021-03-19T02:55:37.773Z] ---> sar -b -r -n DEV: [2021-03-19T02:55:37.773Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/19/21 _x86_64_ (4 CPU) [2021-03-19T02:55:37.773Z] [2021-03-19T02:55:37.773Z] 02:42:11 LINUX RESTART (4 CPU) [2021-03-19T02:55:37.773Z] [2021-03-19T02:55:37.773Z] 02:43:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-03-19T02:55:37.773Z] 02:44:01 109.53 40.90 68.63 0.00 3796.15 37294.55 0.00 [2021-03-19T02:55:37.773Z] 02:45:01 30.96 10.39 20.57 0.00 4326.84 2862.17 0.00 [2021-03-19T02:55:37.773Z] 02:46:01 1.88 0.00 1.88 0.00 0.00 36.87 0.00 [2021-03-19T02:55:37.773Z] 02:47:01 0.25 0.00 0.25 0.00 0.00 2.83 0.00 [2021-03-19T02:55:37.773Z] 02:48:01 0.25 0.00 0.25 0.00 0.00 3.11 0.00 [2021-03-19T02:55:37.773Z] 02:49:01 0.33 0.00 0.33 0.00 0.00 4.64 0.00 [2021-03-19T02:55:37.773Z] 02:50:01 0.23 0.00 0.23 0.00 0.00 2.80 0.00 [2021-03-19T02:55:37.773Z] 02:51:02 0.28 0.00 0.28 0.00 0.00 3.09 0.00 [2021-03-19T02:55:37.773Z] 02:52:01 0.29 0.00 0.29 0.00 0.00 2.93 0.00 [2021-03-19T02:55:37.773Z] 02:53:01 0.45 0.00 0.45 0.00 0.00 4.68 0.00 [2021-03-19T02:55:37.773Z] 02:54:01 0.63 0.00 0.63 0.00 0.00 6.79 0.00 [2021-03-19T02:55:37.773Z] 02:55:01 57.05 45.36 11.69 0.00 4150.22 3563.19 0.00 [2021-03-19T02:55:37.773Z] Average: 16.77 8.04 8.73 0.00 1021.80 3615.05 0.00 [2021-03-19T02:55:37.773Z] [2021-03-19T02:55:37.773Z] 02:43:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-03-19T02:55:37.773Z] 02:44:01 78340 0 559184 29.72 2620 1241400 1113376 38.00 387080 1218732 16708 [2021-03-19T02:55:37.773Z] 02:45:01 164184 0 598352 31.80 2620 1116388 1151952 39.31 401236 1114376 128 [2021-03-19T02:55:37.773Z] 02:46:01 176780 0 585752 31.13 2620 1116392 1065908 36.38 408764 1096732 8 [2021-03-19T02:55:37.773Z] 02:47:01 174528 0 588000 31.25 2620 1116396 1066016 36.38 407676 1099640 8 [2021-03-19T02:55:37.773Z] 02:48:01 175536 0 586988 31.20 2620 1116400 1065860 36.38 410884 1095548 8 [2021-03-19T02:55:37.773Z] 02:49:01 175376 0 587140 31.21 2620 1116408 1065872 36.38 409020 1097564 8 [2021-03-19T02:55:37.773Z] 02:50:01 176332 0 586184 31.15 2620 1116408 1065752 36.37 408488 1097560 8 [2021-03-19T02:55:37.773Z] 02:51:02 176556 0 585952 31.14 2620 1116416 1065752 36.37 408376 1097560 8 [2021-03-19T02:55:37.773Z] 02:52:01 176432 0 586072 31.15 2620 1116420 1065776 36.37 408492 1097560 8 [2021-03-19T02:55:37.773Z] 02:53:01 175900 0 586596 31.18 2620 1116428 1065884 36.38 408992 1097564 8 [2021-03-19T02:55:37.773Z] 02:54:01 173436 0 589060 31.31 2620 1116428 1065848 36.38 411904 1097352 8 [2021-03-19T02:55:37.773Z] 02:55:01 84924 0 675144 35.88 2620 1118856 1510052 51.54 488144 1097524 80208 [2021-03-19T02:55:37.773Z] Average: 159027 0 592869 31.51 2620 1127028 1114004 38.02 413255 1108976 8093 [2021-03-19T02:55:37.773Z] [2021-03-19T02:55:37.773Z] 02:43:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-03-19T02:55:37.773Z] 02:44:01 eth0 234.59 170.44 731.62 57.86 0.00 0.00 0.00 0.00 [2021-03-19T02:55:37.773Z] 02:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T02:55:37.773Z] 02:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T02:55:37.773Z] 02:45:01 eth0 75.26 60.68 365.73 43.53 0.00 0.00 0.00 0.00 [2021-03-19T02:55:37.773Z] 02:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T02:55:37.773Z] 02:45:01 docker0 4.94 4.61 1.10 23.61 0.00 0.00 0.00 0.00 [2021-03-19T02:55:37.773Z] 02:46:01 eth0 2.45 0.35 0.48 0.20 0.00 0.00 0.00 0.00 [2021-03-19T02:55:37.773Z] 02:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T02:55:37.773Z] 02:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T02:55:37.773Z] 02:47:01 eth0 1.63 0.53 0.59 0.39 0.00 0.00 0.00 0.00 [2021-03-19T02:55:37.773Z] 02:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T02:55:37.773Z] 02:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T02:55:37.773Z] 02:48:01 eth0 0.75 0.33 0.30 0.20 0.00 0.00 0.00 0.00 [2021-03-19T02:55:37.773Z] 02:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T02:55:37.773Z] 02:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T02:55:37.773Z] 02:49:01 eth0 0.30 0.22 0.14 0.07 0.00 0.00 0.00 0.00 [2021-03-19T02:55:37.773Z] 02:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T02:55:37.773Z] 02:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T02:55:37.773Z] 02:50:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-19T02:55:37.773Z] 02:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T02:55:37.773Z] 02:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T02:55:37.773Z] 02:51:02 eth0 0.57 0.08 0.04 0.01 0.00 0.00 0.00 0.00 [2021-03-19T02:55:37.773Z] 02:51:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T02:55:37.773Z] 02:51:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T02:55:37.773Z] 02:52:01 eth0 0.41 0.12 0.08 0.01 0.00 0.00 0.00 0.00 [2021-03-19T02:55:37.773Z] 02:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T02:55:37.773Z] 02:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T02:55:37.773Z] 02:53:01 eth0 0.57 0.37 0.28 0.20 0.00 0.00 0.00 0.00 [2021-03-19T02:55:37.773Z] 02:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T02:55:37.773Z] 02:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T02:55:37.773Z] 02:54:01 eth0 0.35 0.23 0.14 0.08 0.00 0.00 0.00 0.00 [2021-03-19T02:55:37.773Z] 02:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T02:55:37.773Z] 02:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T02:55:37.773Z] 02:55:01 eth0 198.75 156.68 2165.81 17.78 0.00 0.00 0.00 0.00 [2021-03-19T02:55:37.773Z] 02:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T02:55:37.773Z] 02:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T02:55:37.773Z] Average: eth0 42.85 32.42 272.32 9.99 0.00 0.00 0.00 0.00 [2021-03-19T02:55:37.773Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T02:55:37.773Z] Average: docker0 0.41 0.39 0.09 1.97 0.00 0.00 0.00 0.00 [2021-03-19T02:55:37.773Z] [2021-03-19T02:55:37.773Z] [2021-03-19T02:55:37.773Z] ---> sar -P ALL: [2021-03-19T02:55:37.773Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/19/21 _x86_64_ (4 CPU) [2021-03-19T02:55:37.773Z] [2021-03-19T02:55:37.773Z] 02:42:11 LINUX RESTART (4 CPU) [2021-03-19T02:55:37.773Z] [2021-03-19T02:55:37.773Z] 02:43:01 CPU %user %nice %system %iowait %steal %idle [2021-03-19T02:55:37.773Z] 02:44:01 all 11.31 0.00 6.14 7.08 33.34 42.14 [2021-03-19T02:55:37.773Z] 02:44:01 0 12.16 0.00 10.28 4.37 33.59 39.60 [2021-03-19T02:55:37.773Z] 02:44:01 1 10.59 0.00 4.42 7.84 33.62 43.53 [2021-03-19T02:55:37.773Z] 02:44:01 2 9.52 0.00 5.00 5.86 33.68 45.95 [2021-03-19T02:55:37.773Z] 02:44:01 3 13.03 0.00 5.07 10.11 32.49 39.30 [2021-03-19T02:55:37.773Z] 02:45:01 all 2.25 0.00 2.23 0.60 7.21 87.71 [2021-03-19T02:55:37.773Z] 02:45:01 0 1.85 0.00 1.80 0.36 7.80 88.19 [2021-03-19T02:55:37.773Z] 02:45:01 1 1.59 0.00 2.59 0.40 6.38 89.04 [2021-03-19T02:55:37.773Z] 02:45:01 2 2.64 0.00 2.58 0.51 7.07 87.19 [2021-03-19T02:55:37.773Z] 02:45:01 3 2.91 0.00 1.96 1.13 7.58 86.42 [2021-03-19T02:55:37.773Z] 02:46:01 all 0.06 0.00 0.05 0.00 1.27 98.62 [2021-03-19T02:55:37.773Z] 02:46:01 0 0.17 0.00 0.05 0.00 0.83 98.96 [2021-03-19T02:55:37.773Z] 02:46:01 1 0.03 0.00 0.05 0.00 0.79 99.12 [2021-03-19T02:55:37.773Z] 02:46:01 2 0.02 0.00 0.03 0.00 1.53 98.42 [2021-03-19T02:55:37.773Z] 02:46:01 3 0.03 0.00 0.07 0.00 1.90 98.00 [2021-03-19T02:55:37.773Z] 02:47:01 all 0.10 0.00 0.11 0.00 0.59 99.20 [2021-03-19T02:55:37.773Z] 02:47:01 0 0.28 0.00 0.02 0.00 0.40 99.30 [2021-03-19T02:55:37.773Z] 02:47:01 1 0.02 0.00 0.13 0.00 0.37 99.48 [2021-03-19T02:55:37.773Z] 02:47:01 2 0.05 0.00 0.13 0.00 0.85 98.97 [2021-03-19T02:55:37.773Z] 02:47:01 3 0.05 0.00 0.15 0.00 0.76 99.04 [2021-03-19T02:55:37.773Z] 02:48:01 all 0.07 0.00 0.04 0.00 0.33 99.55 [2021-03-19T02:55:37.774Z] 02:48:01 0 0.20 0.00 0.08 0.00 0.63 99.09 [2021-03-19T02:55:37.774Z] 02:48:01 1 0.03 0.00 0.03 0.00 0.22 99.72 [2021-03-19T02:55:37.774Z] 02:48:01 2 0.03 0.00 0.02 0.00 0.20 99.75 [2021-03-19T02:55:37.774Z] 02:48:01 3 0.03 0.00 0.03 0.00 0.28 99.65 [2021-03-19T02:55:37.774Z] 02:49:01 all 0.11 0.00 0.05 0.00 0.79 99.05 [2021-03-19T02:55:37.774Z] 02:49:01 0 0.02 0.00 0.05 0.00 0.25 99.69 [2021-03-19T02:55:37.774Z] 02:49:01 1 0.12 0.00 0.05 0.00 1.27 98.57 [2021-03-19T02:55:37.774Z] 02:49:01 2 0.03 0.00 0.07 0.02 0.86 99.03 [2021-03-19T02:55:37.774Z] 02:49:01 3 0.26 0.00 0.03 0.00 0.78 98.93 [2021-03-19T02:55:37.774Z] 02:50:01 all 0.08 0.00 0.03 0.00 1.09 98.80 [2021-03-19T02:55:37.774Z] 02:50:01 0 0.02 0.00 0.00 0.00 0.81 99.17 [2021-03-19T02:55:37.774Z] 02:50:01 1 0.02 0.00 0.03 0.00 0.23 99.72 [2021-03-19T02:55:37.774Z] 02:50:01 2 0.28 0.00 0.07 0.00 2.46 97.20 [2021-03-19T02:55:37.774Z] 02:50:01 3 0.02 0.00 0.02 0.00 0.83 99.14 [2021-03-19T02:55:37.774Z] 02:51:02 all 0.12 0.00 0.05 0.00 0.55 99.29 [2021-03-19T02:55:37.774Z] 02:51:02 0 0.02 0.00 0.02 0.00 0.13 99.83 [2021-03-19T02:55:37.774Z] 02:51:02 1 0.02 0.00 0.03 0.00 0.40 99.55 [2021-03-19T02:55:37.774Z] 02:51:02 2 0.36 0.00 0.03 0.00 1.04 98.56 [2021-03-19T02:55:37.774Z] 02:51:02 3 0.07 0.00 0.12 0.00 0.61 99.20 [2021-03-19T02:55:37.774Z] 02:52:01 all 0.08 0.00 0.03 0.00 1.03 98.86 [2021-03-19T02:55:37.774Z] 02:52:01 0 0.00 0.00 0.02 0.00 0.25 99.73 [2021-03-19T02:55:37.774Z] 02:52:01 1 0.27 0.00 0.02 0.00 0.22 99.49 [2021-03-19T02:55:37.774Z] 02:52:01 2 0.05 0.00 0.05 0.00 2.57 97.33 [2021-03-19T02:55:37.774Z] 02:52:01 3 0.00 0.00 0.03 0.00 1.06 98.91 [2021-03-19T02:55:37.774Z] 02:53:01 all 0.10 0.00 0.02 0.00 0.14 99.74 [2021-03-19T02:55:37.774Z] 02:53:01 0 0.03 0.00 0.02 0.00 0.23 99.72 [2021-03-19T02:55:37.774Z] 02:53:01 1 0.30 0.00 0.02 0.00 0.12 99.57 [2021-03-19T02:55:37.774Z] 02:53:01 2 0.02 0.00 0.02 0.00 0.03 99.93 [2021-03-19T02:55:37.774Z] 02:53:01 3 0.05 0.00 0.03 0.00 0.17 99.75 [2021-03-19T02:55:37.774Z] 02:54:01 all 0.07 0.00 0.03 0.00 0.58 99.31 [2021-03-19T02:55:37.774Z] 02:54:01 0 0.00 0.00 0.03 0.00 0.96 99.01 [2021-03-19T02:55:37.774Z] 02:54:01 1 0.27 0.00 0.03 0.00 0.33 99.37 [2021-03-19T02:55:37.774Z] 02:54:01 2 0.03 0.00 0.02 0.00 0.84 99.11 [2021-03-19T02:55:37.774Z] 02:54:01 3 0.00 0.00 0.05 0.00 0.20 99.75 [2021-03-19T02:55:37.774Z] [2021-03-19T02:55:37.774Z] 02:54:01 CPU %user %nice %system %iowait %steal %idle [2021-03-19T02:55:37.774Z] 02:55:01 all 2.38 0.00 1.75 1.87 6.38 87.63 [2021-03-19T02:55:37.774Z] 02:55:01 0 2.08 0.00 1.92 0.21 6.38 89.42 [2021-03-19T02:55:37.774Z] 02:55:01 1 3.90 0.00 1.81 5.01 6.56 82.72 [2021-03-19T02:55:37.774Z] 02:55:01 2 1.70 0.00 1.62 0.18 6.43 90.06 [2021-03-19T02:55:37.774Z] 02:55:01 3 1.86 0.00 1.66 2.10 6.14 88.24 [2021-03-19T02:55:37.774Z] Average: all 1.45 0.00 0.91 0.83 4.60 92.21 [2021-03-19T02:55:37.774Z] Average: 0 1.42 0.00 1.21 0.42 4.41 92.54 [2021-03-19T02:55:37.774Z] Average: 1 1.49 0.00 0.80 1.15 4.41 92.15 [2021-03-19T02:55:37.774Z] Average: 2 1.28 0.00 0.83 0.58 5.00 92.31 [2021-03-19T02:55:37.774Z] Average: 3 1.60 0.00 0.80 1.17 4.58 91.86 [2021-03-19T02:55:37.774Z] [2021-03-19T02:55:37.774Z] [2021-03-19T02:55:37.774Z]