Pull request #822 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 1e00127111e0a30e885655790eaa6333d78c56ad+e34679e4f02bbc164353b5eb88e70f6c516b0d21 (e26f4e0a9bf56f0ceaa3ef0cbd5c4bc79bc7a0e7) 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true 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 ‘prd-centos7-docker-4c-2g-30152’ Running on prd-centos7-docker-4c-2g-30154 in /w/workspace/dgexfoundry_device-sdk-go_PR-822 [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-822 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit e34679e4f02bbc164353b5eb88e70f6c516b0d21 into PR head commit 1e00127111e0a30e885655790eaa6333d78c56ad Merge succeeded, producing 1e00127111e0a30e885655790eaa6333d78c56ad Checking out Revision 1e00127111e0a30e885655790eaa6333d78c56ad (PR-822) > 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/822/head:refs/remotes/origin/PR-822 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1e00127111e0a30e885655790eaa6333d78c56ad # 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 e34679e4f02bbc164353b5eb88e70f6c516b0d21 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1e00127111e0a30e885655790eaa6333d78c56ad # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { > git rev-list --no-walk 12ea01a942df90baa52921e3f1e14c6c5423f015 # timeout=10 [Pipeline] timeout [2021-03-17T12:05:47.884Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-17T12:05:48.164Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-17T12:05:48.276Z] ========================================================= [2021-03-17T12:05:48.276Z] EdgeX Global Pipelines Version Info [2021-03-17T12:05:48.276Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-17T12:05:51.680Z] ------------------- [2021-03-17T12:05:51.681Z] stable info: [2021-03-17T12:05:51.681Z] ------------------- [2021-03-17T12:05:51.681Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-17T12:05:51.681Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-17T12:05:51.681Z] Message: update stable to v1.0.184 [2021-03-17T12:05:52.687Z] ------------------- [2021-03-17T12:05:52.687Z] experimental info: [2021-03-17T12:05:52.687Z] ------------------- [2021-03-17T12:05:52.687Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-17T12:05:52.687Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-17T12:05:52.687Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-17T12:05:53.160Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-03-17T12:05:53.322Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-03-17T12:05:53.417Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-17T12:05:53.511Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-17T12:05:53.601Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-17T12:05:53.706Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-17T12:05:53.795Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-17T12:05:53.901Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-17T12:05:53.981Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-03-17T12:05:54.064Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-17T12:05:54.144Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-17T12:05:54.228Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2021-03-17T12:05:54.328Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-17T12:05:54.424Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-17T12:05:54.504Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-17T12:05:54.616Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-03-17T12:05:54.699Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-03-17T12:05:54.780Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-03-17T12:05:54.862Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-17T12:05:54.944Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-03-17T12:05:55.091Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-17T12:05:55.170Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-17T12:05:55.250Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-03-17T12:05:55.333Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-03-17T12:05:55.445Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-03-17T12:05:55.527Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-17T12:05:55.609Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-822 [Pipeline] echo [2021-03-17T12:05:55.690Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-822 [Pipeline] echo [2021-03-17T12:05:55.780Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-822 [Pipeline] echo [2021-03-17T12:05:55.862Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1e00127111e0a30e885655790eaa6333d78c56ad [Pipeline] echo [2021-03-17T12:05:55.943Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1e00127 [Pipeline] echo [2021-03-17T12:05:56.028Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-17T12:05:56.183Z] provisioning config files... [2021-03-17T12:05:56.242Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-822@tmp/config6656676219678773306tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-17T12:05:56.731Z] ---> docker-login.sh [2021-03-17T12:05:56.731Z] nexus3.edgexfoundry.org:10001 [2021-03-17T12:05:58.779Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T12:05:59.050Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T12:05:59.050Z] Configure a credential helper to remove this warning. See [2021-03-17T12:05:59.050Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T12:05:59.050Z] [2021-03-17T12:05:59.050Z] Login Succeeded [2021-03-17T12:05:59.050Z] nexus3.edgexfoundry.org:10002 [2021-03-17T12:05:59.324Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T12:05:59.324Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T12:05:59.324Z] Configure a credential helper to remove this warning. See [2021-03-17T12:05:59.324Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T12:05:59.324Z] [2021-03-17T12:05:59.324Z] Login Succeeded [2021-03-17T12:05:59.324Z] nexus3.edgexfoundry.org:10003 [2021-03-17T12:05:59.598Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T12:05:59.598Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T12:05:59.598Z] Configure a credential helper to remove this warning. See [2021-03-17T12:05:59.598Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T12:05:59.598Z] [2021-03-17T12:05:59.598Z] Login Succeeded [2021-03-17T12:05:59.598Z] nexus3.edgexfoundry.org:10004 [2021-03-17T12:05:59.863Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T12:05:59.863Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T12:05:59.863Z] Configure a credential helper to remove this warning. See [2021-03-17T12:05:59.863Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T12:05:59.863Z] [2021-03-17T12:05:59.863Z] Login Succeeded [2021-03-17T12:05:59.863Z] docker.io [2021-03-17T12:06:00.127Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T12:06:00.394Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T12:06:00.394Z] Configure a credential helper to remove this warning. See [2021-03-17T12:06:00.394Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T12:06:00.394Z] [2021-03-17T12:06:00.394Z] Login Succeeded [2021-03-17T12:06:00.394Z] ---> docker-login.sh ends [Pipeline] } [2021-03-17T12:06:00.414Z] 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-17T12:06:01.295Z] + git log --format=format:%s -1 1e00127111e0a30e885655790eaa6333d78c56ad [Pipeline] echo [2021-03-17T12:06:01.419Z] GIT_COMMIT: 1e00127111e0a30e885655790eaa6333d78c56ad, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2 [Pipeline] echo [2021-03-17T12:06:01.472Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-03-17T12:06:02.091Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-17T12:06:02.091Z] [2021-03-17T12:06:02.091Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-17T12:06:02.473Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-17T12:06:02.473Z] latest: Pulling from edgex-devops/git-semver [2021-03-17T12:06:02.473Z] 31603596830f: Pulling fs layer [2021-03-17T12:06:02.473Z] 2a8b12db71e7: Pulling fs layer [2021-03-17T12:06:02.473Z] 6ca5941a6612: Pulling fs layer [2021-03-17T12:06:02.473Z] ecc8261a40a4: Pulling fs layer [2021-03-17T12:06:02.473Z] ecc8261a40a4: Waiting [2021-03-17T12:06:02.473Z] 2a8b12db71e7: Verifying Checksum [2021-03-17T12:06:02.473Z] 2a8b12db71e7: Download complete [2021-03-17T12:06:02.756Z] 31603596830f: Download complete [2021-03-17T12:06:03.031Z] ecc8261a40a4: Verifying Checksum [2021-03-17T12:06:03.031Z] ecc8261a40a4: Download complete [2021-03-17T12:06:03.031Z] 6ca5941a6612: Verifying Checksum [2021-03-17T12:06:03.031Z] 6ca5941a6612: Download complete [2021-03-17T12:06:03.637Z] 31603596830f: Pull complete [2021-03-17T12:06:04.254Z] 2a8b12db71e7: Pull complete [2021-03-17T12:06:06.988Z] 6ca5941a6612: Pull complete [2021-03-17T12:06:07.254Z] ecc8261a40a4: Pull complete [2021-03-17T12:06:07.254Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-17T12:06:07.254Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-17T12:06:07.254Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-17T12:06:07.464Z] prd-centos7-docker-4c-2g-30154 does not seem to be running inside a container [2021-03-17T12:06:07.525Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-822 -v /w/workspace/dgexfoundry_device-sdk-go_PR-822:/w/workspace/dgexfoundry_device-sdk-go_PR-822:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-822@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-822@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-17T12:06:10.569Z] $ docker top 26ba44b3330b60829e1d68d78c1fabce22c1b109ccb90c24e06df9f83531e9e5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-17T12:06:11.382Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-17T12:06:11.382Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-17T12:06:11.722Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-17T12:06:11.726Z] $ docker exec 26ba44b3330b60829e1d68d78c1fabce22c1b109ccb90c24e06df9f83531e9e5 ssh-agent [2021-03-17T12:06:11.939Z] SSH_AUTH_SOCK=/tmp/ssh-0HveaSLCkeZt/agent.11 [2021-03-17T12:06:11.939Z] SSH_AGENT_PID=16 [2021-03-17T12:06:11.951Z] Running ssh-add (command line suppressed) [2021-03-17T12:06:12.125Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-822@tmp/private_key_3993756178232685200.key (/w/workspace/dgexfoundry_device-sdk-go_PR-822@tmp/private_key_3993756178232685200.key) [2021-03-17T12:06:12.196Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-17T12:06:12.545Z] + git tag --points-at HEAD [Pipeline] } [2021-03-17T12:06:12.578Z] $ docker exec --env ******** --env ******** 26ba44b3330b60829e1d68d78c1fabce22c1b109ccb90c24e06df9f83531e9e5 ssh-agent -k [2021-03-17T12:06:12.753Z] unset SSH_AUTH_SOCK; [2021-03-17T12:06:12.753Z] unset SSH_AGENT_PID; [2021-03-17T12:06:12.753Z] echo Agent pid 16 killed; [2021-03-17T12:06:12.826Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-17T12:06:12.953Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-17T12:06:12.953Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-17T12:06:13.213Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-17T12:06:13.217Z] $ docker exec 26ba44b3330b60829e1d68d78c1fabce22c1b109ccb90c24e06df9f83531e9e5 ssh-agent [2021-03-17T12:06:13.427Z] SSH_AUTH_SOCK=/tmp/ssh-fqFdwsf2ucjo/agent.47 [2021-03-17T12:06:13.427Z] SSH_AGENT_PID=53 [2021-03-17T12:06:13.436Z] Running ssh-add (command line suppressed) [2021-03-17T12:06:13.585Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-822@tmp/private_key_7232857243990418045.key (/w/workspace/dgexfoundry_device-sdk-go_PR-822@tmp/private_key_7232857243990418045.key) [2021-03-17T12:06:13.652Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-17T12:06:14.000Z] + git semver init [2021-03-17T12:06:14.001Z] # -> Open(): unable to determine branch for HEAD [2021-03-17T12:06:14.001Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-822/.git [2021-03-17T12:06:14.001Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-822 [2021-03-17T12:06:14.001Z] # $SEMVER_REMOTE_NAME = origin [2021-03-17T12:06:14.001Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-17T12:06:14.001Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-17T12:06:14.001Z] # $SEMVER_BRANCH = PR-822 [2021-03-17T12:06:14.001Z] # $SEMVER_TEMP = /tmp/semver-482680071 [2021-03-17T12:06:14.001Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-03-17T12:06:14.970Z] # '/tmp/semver-482680071' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-822/.semver' [2021-03-17T12:06:14.970Z] # -> Force: false [2021-03-17T12:06:14.970Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-822/.semver [Pipeline] } [2021-03-17T12:06:14.985Z] $ docker exec --env ******** --env ******** 26ba44b3330b60829e1d68d78c1fabce22c1b109ccb90c24e06df9f83531e9e5 ssh-agent -k [2021-03-17T12:06:15.144Z] unset SSH_AUTH_SOCK; [2021-03-17T12:06:15.146Z] unset SSH_AGENT_PID; [2021-03-17T12:06:15.146Z] echo Agent pid 53 killed; [2021-03-17T12:06:15.207Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-17T12:06:15.710Z] + git semver [Pipeline] } [2021-03-17T12:06:15.747Z] $ docker stop --time=1 26ba44b3330b60829e1d68d78c1fabce22c1b109ccb90c24e06df9f83531e9e5 [2021-03-17T12:06:17.614Z] $ docker rm -f 26ba44b3330b60829e1d68d78c1fabce22c1b109ccb90c24e06df9f83531e9e5 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-17T12:06:18.379Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-17T12:06:20.694Z] Stashed 1 file(s) [Pipeline] echo [2021-03-17T12:06:20.698Z] [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-17T12:06:36.200Z] Still waiting to schedule task [2021-03-17T12:06:36.200Z] ‘prd-centos7-docker-4c-2g-30158’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-03-17T12:06:36.202Z] Still waiting to schedule task [2021-03-17T12:06:36.202Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-17T12:09:57.521Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-30160 in /w/workspace/dgexfoundry_device-sdk-go_PR-822 [Pipeline] { [Pipeline] ws [2021-03-17T12:09:57.585Z] Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout [2021-03-17T12:10:02.557Z] using credential edgex-jenkins-ssh [2021-03-17T12:10:02.622Z] Cloning the remote Git repository [2021-03-17T12:10:02.692Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-03-17T12:10:02.803Z] > git init /w/workspace/device-sdk-go/2 # timeout=10 [2021-03-17T12:10:02.899Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-03-17T12:10:02.900Z] > git --version # timeout=10 [2021-03-17T12:10:02.928Z] > git --version # 'git version 2.17.1' [2021-03-17T12:10:02.929Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-17T12:10:02.992Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-17T12:10:05.138Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-03-17T12:10:05.152Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-17T12:10:06.135Z] Merging remotes/origin/master commit e34679e4f02bbc164353b5eb88e70f6c516b0d21 into PR head commit 1e00127111e0a30e885655790eaa6333d78c56ad [2021-03-17T12:10:06.460Z] Merge succeeded, producing 1e00127111e0a30e885655790eaa6333d78c56ad [2021-03-17T12:10:06.461Z] Checking out Revision 1e00127111e0a30e885655790eaa6333d78c56ad (PR-822) [2021-03-17T12:10:05.189Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-03-17T12:10:05.227Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-03-17T12:10:05.227Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-17T12:10:05.240Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/822/head:refs/remotes/origin/PR-822 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-17T12:10:06.166Z] > git config core.sparsecheckout # timeout=10 [2021-03-17T12:10:06.192Z] > git checkout -f 1e00127111e0a30e885655790eaa6333d78c56ad # timeout=10 [2021-03-17T12:10:06.297Z] > git remote # timeout=10 [2021-03-17T12:10:06.317Z] > git config --get remote.origin.url # timeout=10 [2021-03-17T12:10:06.333Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-17T12:10:06.345Z] > git merge e34679e4f02bbc164353b5eb88e70f6c516b0d21 # timeout=10 [2021-03-17T12:10:06.426Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-17T12:10:06.478Z] > git config core.sparsecheckout # timeout=10 [2021-03-17T12:10:06.511Z] > git checkout -f 1e00127111e0a30e885655790eaa6333d78c56ad # timeout=10 [2021-03-17T12:10:10.893Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-17T12:10:12.468Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-17T12:10:12.938Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-17T12:10:13.285Z] + sudo service docker restart [2021-03-17T12:10:13.285Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-17T12:10:15.345Z] provisioning config files... [2021-03-17T12:10:15.382Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/2@tmp/config1606310789396759602tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-17T12:10:15.791Z] ---> docker-login.sh [2021-03-17T12:10:15.791Z] nexus3.edgexfoundry.org:10001 [2021-03-17T12:10:16.780Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T12:10:17.055Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T12:10:17.055Z] Configure a credential helper to remove this warning. See [2021-03-17T12:10:17.055Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T12:10:17.055Z] [2021-03-17T12:10:17.055Z] Login Succeeded [2021-03-17T12:10:17.055Z] nexus3.edgexfoundry.org:10002 [2021-03-17T12:10:17.330Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T12:10:17.606Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T12:10:17.606Z] Configure a credential helper to remove this warning. See [2021-03-17T12:10:17.606Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T12:10:17.606Z] [2021-03-17T12:10:17.606Z] Login Succeeded [2021-03-17T12:10:17.606Z] nexus3.edgexfoundry.org:10003 [2021-03-17T12:10:17.881Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T12:10:18.155Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T12:10:18.155Z] Configure a credential helper to remove this warning. See [2021-03-17T12:10:18.155Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T12:10:18.155Z] [2021-03-17T12:10:18.155Z] Login Succeeded [2021-03-17T12:10:18.155Z] nexus3.edgexfoundry.org:10004 [2021-03-17T12:10:18.430Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T12:10:18.704Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T12:10:18.704Z] Configure a credential helper to remove this warning. See [2021-03-17T12:10:18.704Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T12:10:18.704Z] [2021-03-17T12:10:18.704Z] Login Succeeded [2021-03-17T12:10:18.704Z] docker.io [2021-03-17T12:10:18.978Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T12:10:19.573Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T12:10:19.573Z] Configure a credential helper to remove this warning. See [2021-03-17T12:10:19.573Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T12:10:19.573Z] [2021-03-17T12:10:19.573Z] Login Succeeded [2021-03-17T12:10:19.573Z] ---> docker-login.sh ends [Pipeline] } [2021-03-17T12:10:19.591Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-17T12:10:20.070Z] ========================================================= [2021-03-17T12:10:20.070Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-17T12:10:20.070Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-17T12:10:20.472Z] + 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-17T12:10:20.747Z] Sending build context to Docker daemon 2.293MB [2021-03-17T12:10:21.023Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-17T12:10:21.023Z] Step 2/8 : FROM ${BASE} [2021-03-17T12:10:21.023Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-17T12:10:21.023Z] 5f621e34cdf4: Pulling fs layer [2021-03-17T12:10:21.023Z] a4357932f1b6: Pulling fs layer [2021-03-17T12:10:21.023Z] 18c013af1878: Pulling fs layer [2021-03-17T12:10:21.023Z] 00ac8860ef70: Pulling fs layer [2021-03-17T12:10:21.023Z] 63d7cb157983: Pulling fs layer [2021-03-17T12:10:21.023Z] b116817d02f9: Pulling fs layer [2021-03-17T12:10:21.023Z] 00ac8860ef70: Waiting [2021-03-17T12:10:21.023Z] 63d7cb157983: Waiting [2021-03-17T12:10:21.023Z] 745a02a5169b: Pulling fs layer [2021-03-17T12:10:21.023Z] b116817d02f9: Waiting [2021-03-17T12:10:21.023Z] 745a02a5169b: Waiting [2021-03-17T12:10:21.023Z] 18c013af1878: Verifying Checksum [2021-03-17T12:10:21.023Z] 18c013af1878: Download complete [2021-03-17T12:10:21.023Z] a4357932f1b6: Download complete [2021-03-17T12:10:21.023Z] 63d7cb157983: Verifying Checksum [2021-03-17T12:10:21.023Z] 63d7cb157983: Download complete [2021-03-17T12:10:21.023Z] b116817d02f9: Verifying Checksum [2021-03-17T12:10:21.023Z] b116817d02f9: Download complete [2021-03-17T12:10:21.023Z] 5f621e34cdf4: Verifying Checksum [2021-03-17T12:10:21.023Z] 5f621e34cdf4: Download complete [2021-03-17T12:10:22.015Z] 5f621e34cdf4: Pull complete [2021-03-17T12:10:22.618Z] a4357932f1b6: Pull complete [2021-03-17T12:10:22.895Z] 18c013af1878: Pull complete [2021-03-17T12:10:23.491Z] 745a02a5169b: Verifying Checksum [2021-03-17T12:10:24.471Z] 00ac8860ef70: Verifying Checksum [2021-03-17T12:10:24.471Z] 00ac8860ef70: Download complete [2021-03-17T12:10:34.625Z] 00ac8860ef70: Pull complete [2021-03-17T12:10:34.625Z] 63d7cb157983: Pull complete [2021-03-17T12:10:35.226Z] b116817d02f9: Pull complete [2021-03-17T12:10:38.630Z] 745a02a5169b: Pull complete [2021-03-17T12:10:38.905Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-17T12:10:38.905Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-17T12:10:38.905Z] ---> b7e6874047d6 [2021-03-17T12:10:38.905Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-17T12:10:41.518Z] ---> Running in 7ca00029c111 [2021-03-17T12:10:42.110Z] Removing intermediate container 7ca00029c111 [2021-03-17T12:10:42.110Z] ---> f4b5ebf11d49 [2021-03-17T12:10:42.110Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-17T12:10:42.110Z] ---> Running in 255f0517a54f [2021-03-17T12:10:44.735Z] Removing intermediate container 255f0517a54f [2021-03-17T12:10:44.735Z] ---> 60bdb249ae07 [2021-03-17T12:10:44.735Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-03-17T12:10:44.735Z] ---> Running in a26b1ba4d61a [2021-03-17T12:10:45.331Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-17T12:10:46.305Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-17T12:10:46.912Z] OK: 142 MiB in 39 packages [2021-03-17T12:10:48.353Z] Removing intermediate container a26b1ba4d61a [2021-03-17T12:10:48.353Z] ---> 561c6cc33ae1 [2021-03-17T12:10:48.353Z] Step 6/8 : WORKDIR /device-sdk-go [2021-03-17T12:10:48.353Z] ---> Running in 15c2244a4a05 [2021-03-17T12:10:48.960Z] Removing intermediate container 15c2244a4a05 [2021-03-17T12:10:48.960Z] ---> 504063111974 [2021-03-17T12:10:48.960Z] Step 7/8 : COPY . . [2021-03-17T12:10:49.939Z] ---> 19eaa03abf07 [2021-03-17T12:10:49.939Z] Step 8/8 : RUN go mod download [2021-03-17T12:10:50.225Z] ---> Running in 25d5d07edece [2021-03-17T12:11:12.396Z] Removing intermediate container 25d5d07edece [2021-03-17T12:11:12.396Z] ---> 74b163e89ac3 [2021-03-17T12:11:12.396Z] Successfully built 74b163e89ac3 [2021-03-17T12:11:12.671Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-17T12:11:13.019Z] + docker inspect -f . ci-base-image-arm64 [2021-03-17T12:11:13.019Z] . [Pipeline] withDockerContainer [2021-03-17T12:11:13.302Z] prd-ubuntu18.04-docker-arm64-4c-16g-30160 does not seem to be running inside a container [2021-03-17T12:11:13.395Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-17T12:11:14.866Z] $ docker top ffff600844bfe7173d517d35caf678d137b860c1f5cb63ee4b93e262a4752825 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-17T12:11:15.922Z] + go version [2021-03-17T12:11:15.922Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-17T12:11:15.950Z] $ docker stop --time=1 ffff600844bfe7173d517d35caf678d137b860c1f5cb63ee4b93e262a4752825 [2021-03-17T12:11:17.884Z] $ docker rm -f ffff600844bfe7173d517d35caf678d137b860c1f5cb63ee4b93e262a4752825 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-17T12:11:18.912Z] + docker inspect -f . ci-base-image-arm64 [2021-03-17T12:11:18.912Z] . [Pipeline] withDockerContainer [2021-03-17T12:11:19.173Z] prd-ubuntu18.04-docker-arm64-4c-16g-30160 does not seem to be running inside a container [2021-03-17T12:11:19.255Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-17T12:11:20.785Z] $ docker top 7682b98d25152c6fa3a8e908a75d075249d9f566d5266530925a82157b4f9f73 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-17T12:11:21.817Z] + make test [2021-03-17T12:11:21.817Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-17T12:11:45.279Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-03-17T12:12:06.131Z] Running on prd-centos7-docker-4c-2g-30161 in /w/workspace/dgexfoundry_device-sdk-go_PR-822 [Pipeline] { [Pipeline] ws [2021-03-17T12:12:06.190Z] Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout [2021-03-17T12:12:14.669Z] using credential edgex-jenkins-ssh [2021-03-17T12:12:14.768Z] Cloning the remote Git repository [2021-03-17T12:12:14.811Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-03-17T12:12:14.892Z] > git init /w/workspace/device-sdk-go/2 # timeout=10 [2021-03-17T12:12:15.038Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-03-17T12:12:15.039Z] > git --version # timeout=10 [2021-03-17T12:12:15.077Z] > git --version # 'git version 2.24.3' [2021-03-17T12:12:15.077Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-17T12:12:15.126Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-17T12:12:16.640Z] Merging remotes/origin/master commit e34679e4f02bbc164353b5eb88e70f6c516b0d21 into PR head commit 1e00127111e0a30e885655790eaa6333d78c56ad [2021-03-17T12:12:16.768Z] Merge succeeded, producing 1e00127111e0a30e885655790eaa6333d78c56ad [2021-03-17T12:12:16.768Z] Checking out Revision 1e00127111e0a30e885655790eaa6333d78c56ad (PR-822) [2021-03-17T12:12:15.987Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-03-17T12:12:16.044Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-17T12:12:16.120Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-03-17T12:12:16.140Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-03-17T12:12:16.140Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-17T12:12:16.150Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/822/head:refs/remotes/origin/PR-822 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-17T12:12:16.652Z] > git config core.sparsecheckout # timeout=10 [2021-03-17T12:12:16.660Z] > git checkout -f 1e00127111e0a30e885655790eaa6333d78c56ad # timeout=10 [2021-03-17T12:12:16.713Z] > git remote # timeout=10 [2021-03-17T12:12:16.722Z] > git config --get remote.origin.url # timeout=10 [2021-03-17T12:12:16.737Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-17T12:12:16.742Z] > git merge e34679e4f02bbc164353b5eb88e70f6c516b0d21 # timeout=10 [2021-03-17T12:12:16.757Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-17T12:12:16.773Z] > git config core.sparsecheckout # timeout=10 [2021-03-17T12:12:16.782Z] > git checkout -f 1e00127111e0a30e885655790eaa6333d78c56ad # timeout=10 [2021-03-17T12:12:20.894Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-17T12:12:22.444Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-17T12:12:22.824Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-17T12:12:23.164Z] + sudo service docker restart [2021-03-17T12:12:23.164Z] + true [2021-03-17T12:12:23.164Z] Redirecting to /bin/systemctl restart docker.service [2021-03-17T12:12:24.349Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-03-17T12:12:24.349Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-03-17T12:12:24.349Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] [2021-03-17T12:12:24.349Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-17T12:12:25.426Z] provisioning config files... [2021-03-17T12:12:25.491Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/2@tmp/config8837056151579110858tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-17T12:12:25.872Z] ---> docker-login.sh [2021-03-17T12:12:25.872Z] nexus3.edgexfoundry.org:10001 [2021-03-17T12:12:26.893Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T12:12:27.208Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T12:12:27.208Z] Configure a credential helper to remove this warning. See [2021-03-17T12:12:27.208Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T12:12:27.208Z] [2021-03-17T12:12:27.208Z] Login Succeeded [2021-03-17T12:12:27.208Z] nexus3.edgexfoundry.org:10002 [2021-03-17T12:12:27.550Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T12:12:27.550Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T12:12:27.550Z] Configure a credential helper to remove this warning. See [2021-03-17T12:12:27.550Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T12:12:27.550Z] [2021-03-17T12:12:27.550Z] Login Succeeded [2021-03-17T12:12:27.550Z] nexus3.edgexfoundry.org:10003 [2021-03-17T12:12:27.776Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.141s coverage: 25.5% of statements [2021-03-17T12:12:27.817Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T12:12:27.817Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T12:12:27.817Z] Configure a credential helper to remove this warning. See [2021-03-17T12:12:27.817Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T12:12:27.817Z] [2021-03-17T12:12:27.817Z] Login Succeeded [2021-03-17T12:12:27.817Z] nexus3.edgexfoundry.org:10004 [2021-03-17T12:12:28.087Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T12:12:28.087Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T12:12:28.087Z] Configure a credential helper to remove this warning. See [2021-03-17T12:12:28.087Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T12:12:28.087Z] [2021-03-17T12:12:28.087Z] Login Succeeded [2021-03-17T12:12:28.087Z] docker.io [2021-03-17T12:12:28.383Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T12:12:28.656Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T12:12:28.656Z] Configure a credential helper to remove this warning. See [2021-03-17T12:12:28.656Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T12:12:28.656Z] [2021-03-17T12:12:28.656Z] Login Succeeded [2021-03-17T12:12:28.656Z] ---> docker-login.sh ends [Pipeline] } [2021-03-17T12:12:28.675Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [2021-03-17T12:12:28.771Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.162s coverage: 81.2% of statements [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-17T12:12:29.098Z] ========================================================= [2021-03-17T12:12:29.098Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-17T12:12:29.098Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-17T12:12:29.520Z] + 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-17T12:12:29.894Z] Sending build context to Docker daemon 2.293MB [2021-03-17T12:12:29.894Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-17T12:12:29.894Z] Step 2/8 : FROM ${BASE} [2021-03-17T12:12:30.197Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-17T12:12:30.197Z] 188c0c94c7c5: Pulling fs layer [2021-03-17T12:12:30.197Z] 0ef7d3d256c8: Pulling fs layer [2021-03-17T12:12:30.197Z] de9db76c5a1d: Pulling fs layer [2021-03-17T12:12:30.197Z] bca2f99d35d6: Pulling fs layer [2021-03-17T12:12:30.197Z] 93359f2a8cfa: Pulling fs layer [2021-03-17T12:12:30.197Z] 7c6f9722023f: Pulling fs layer [2021-03-17T12:12:30.197Z] a35cf1a2eb13: Pulling fs layer [2021-03-17T12:12:30.197Z] 93359f2a8cfa: Waiting [2021-03-17T12:12:30.197Z] bca2f99d35d6: Waiting [2021-03-17T12:12:30.197Z] 7c6f9722023f: Waiting [2021-03-17T12:12:30.197Z] a35cf1a2eb13: Waiting [2021-03-17T12:12:30.197Z] de9db76c5a1d: Verifying Checksum [2021-03-17T12:12:30.197Z] de9db76c5a1d: Download complete [2021-03-17T12:12:30.197Z] 0ef7d3d256c8: Verifying Checksum [2021-03-17T12:12:30.197Z] 0ef7d3d256c8: Download complete [2021-03-17T12:12:30.197Z] 93359f2a8cfa: Verifying Checksum [2021-03-17T12:12:30.197Z] 93359f2a8cfa: Download complete [2021-03-17T12:12:31.252Z] 7c6f9722023f: Verifying Checksum [2021-03-17T12:12:31.252Z] 7c6f9722023f: Download complete [2021-03-17T12:12:31.252Z] 188c0c94c7c5: Verifying Checksum [2021-03-17T12:12:31.252Z] 188c0c94c7c5: Download complete [2021-03-17T12:12:31.527Z] 188c0c94c7c5: Pull complete [2021-03-17T12:12:32.127Z] 0ef7d3d256c8: Pull complete [2021-03-17T12:12:32.127Z] de9db76c5a1d: Pull complete [2021-03-17T12:12:34.155Z] a35cf1a2eb13: Verifying Checksum [2021-03-17T12:12:34.155Z] a35cf1a2eb13: Download complete [2021-03-17T12:12:35.162Z] bca2f99d35d6: Download complete [2021-03-17T12:12:50.463Z] bca2f99d35d6: Pull complete [2021-03-17T12:12:50.463Z] 93359f2a8cfa: Pull complete [2021-03-17T12:12:50.463Z] 7c6f9722023f: Pull complete [2021-03-17T12:12:58.930Z] a35cf1a2eb13: Pull complete [2021-03-17T12:12:58.930Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-17T12:12:58.930Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-17T12:12:58.930Z] ---> a62c8e92a672 [2021-03-17T12:12:58.930Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-17T12:12:58.930Z] ---> Running in 6c93c769adf3 [2021-03-17T12:12:58.930Z] Removing intermediate container 6c93c769adf3 [2021-03-17T12:12:58.930Z] ---> 5fabcd101203 [2021-03-17T12:12:58.930Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-17T12:12:58.930Z] ---> Running in b2f4c73d47db [2021-03-17T12:13:01.128Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.148s coverage: 10.5% of statements [2021-03-17T12:13:01.128Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-03-17T12:13:01.128Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-03-17T12:13:01.128Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.191s coverage: 32.5% of statements [2021-03-17T12:13:01.128Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-03-17T12:13:01.128Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-03-17T12:13:01.128Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-03-17T12:13:01.128Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.269s coverage: 57.3% of statements [2021-03-17T12:13:01.128Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 2.905s coverage: 6.6% of statements [2021-03-17T12:13:01.128Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.121s coverage: 5.1% of statements [2021-03-17T12:13:01.128Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-03-17T12:13:01.128Z] GO111MODULE=on go vet ./... [2021-03-17T12:13:01.707Z] Removing intermediate container b2f4c73d47db [2021-03-17T12:13:01.707Z] ---> 320e21cfdc5d [2021-03-17T12:13:01.707Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-03-17T12:13:01.707Z] ---> Running in 32fc156716b6 [2021-03-17T12:13:02.751Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-17T12:13:03.351Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-17T12:13:03.950Z] OK: 166 MiB in 39 packages [2021-03-17T12:13:05.477Z] Removing intermediate container 32fc156716b6 [2021-03-17T12:13:05.477Z] ---> 1da313e54ed4 [2021-03-17T12:13:05.477Z] Step 6/8 : WORKDIR /device-sdk-go [2021-03-17T12:13:05.477Z] ---> Running in d16781c3d556 [2021-03-17T12:13:05.757Z] Removing intermediate container d16781c3d556 [2021-03-17T12:13:05.757Z] ---> b39a95eec9a9 [2021-03-17T12:13:05.757Z] Step 7/8 : COPY . . [2021-03-17T12:13:07.761Z] ---> 33101316d710 [2021-03-17T12:13:07.761Z] Step 8/8 : RUN go mod download [2021-03-17T12:13:07.761Z] ---> Running in 76cd09cfaa18 [2021-03-17T12:13:33.522Z] gofmt -l . [2021-03-17T12:13:33.523Z] [ "`gofmt -l .`" = "" ] [2021-03-17T12:13:33.523Z] ./bin/test-attribution-txt.sh [2021-03-17T12:13:33.523Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-03-17T12:13:33.541Z] $ docker stop --time=1 7682b98d25152c6fa3a8e908a75d075249d9f566d5266530925a82157b4f9f73 [2021-03-17T12:13:36.020Z] $ docker rm -f 7682b98d25152c6fa3a8e908a75d075249d9f566d5266530925a82157b4f9f73 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-17T12:13:37.129Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-17T12:13:38.126Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-17T12:13:39.442Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-03-17T12:13:39.816Z] + ls -al . [2021-03-17T12:13:39.816Z] total 220 [2021-03-17T12:13:39.816Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 17 12:13 . [2021-03-17T12:13:39.816Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 17 12:10 .. [2021-03-17T12:13:39.816Z] -rw-rw-r-- 1 jenkins jenkins 140 Mar 17 12:10 .dockerignore [2021-03-17T12:13:39.816Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 17 12:10 .git [2021-03-17T12:13:39.816Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 17 12:10 .github [2021-03-17T12:13:39.816Z] -rw-rw-r-- 1 jenkins jenkins 138 Mar 17 12:10 .gitignore [2021-03-17T12:13:39.816Z] -rw-rw-r-- 1 jenkins jenkins 949 Mar 17 12:10 Dockerfile.build [2021-03-17T12:13:39.816Z] -rw-rw-r-- 1 jenkins jenkins 901 Mar 17 12:10 Jenkinsfile [2021-03-17T12:13:39.816Z] -rw-rw-r-- 1 jenkins jenkins 11341 Mar 17 12:10 LICENSE [2021-03-17T12:13:39.816Z] -rw-rw-r-- 1 jenkins jenkins 1016 Mar 17 12:10 Makefile [2021-03-17T12:13:39.816Z] -rw-rw-r-- 1 jenkins jenkins 5897 Mar 17 12:10 README.md [2021-03-17T12:13:39.816Z] -rw-rw-r-- 1 jenkins jenkins 6616 Mar 17 12:10 RELEASE-NOTES.txt [2021-03-17T12:13:39.816Z] -rw-rw-r-- 1 jenkins jenkins 5 Mar 17 12:06 VERSION [2021-03-17T12:13:39.816Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 17 12:10 bin [2021-03-17T12:13:39.816Z] -rw-r--r-- 1 jenkins jenkins 100014 Mar 17 12:12 coverage.out [2021-03-17T12:13:39.816Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 17 12:10 example [2021-03-17T12:13:39.816Z] -rw-r--r-- 1 jenkins jenkins 479 Mar 17 12:13 go.mod [2021-03-17T12:13:39.816Z] -rw-r--r-- 1 jenkins jenkins 17490 Mar 17 12:13 go.sum [2021-03-17T12:13:39.816Z] drwxrwxr-x 13 jenkins jenkins 4096 Mar 17 12:10 internal [2021-03-17T12:13:39.816Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 17 12:10 openapi [2021-03-17T12:13:39.816Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 17 12:10 pkg [2021-03-17T12:13:39.816Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 17 12:10 snap [2021-03-17T12:13:39.816Z] -rw-rw-r-- 1 jenkins jenkins 222 Mar 17 12:10 version.go [Pipeline] isUnix [Pipeline] sh [2021-03-17T12:13:40.217Z] + docker build -t docker-device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=1e00127111e0a30e885655790eaa6333d78c56ad --label arch=arm64 --label version=0.0.0 . [2021-03-17T12:13:40.496Z] Removing intermediate container 76cd09cfaa18 [2021-03-17T12:13:40.496Z] ---> 61bf6812f615 [2021-03-17T12:13:40.496Z] Successfully built 61bf6812f615 [2021-03-17T12:13:40.496Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-17T12:13:40.830Z] Sending build context to Docker daemon 2.394MB [2021-03-17T12:13:40.830Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-03-17T12:13:40.830Z] Step 2/24 : FROM ${BASE} AS builder [2021-03-17T12:13:40.830Z] ---> 74b163e89ac3 [2021-03-17T12:13:40.830Z] Step 3/24 : ARG MAKE='make build' [2021-03-17T12:13:41.116Z] ---> Running in 0aedfac2de79 [2021-03-17T12:13:41.140Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-17T12:13:41.416Z] . [Pipeline] withDockerContainer [2021-03-17T12:13:41.724Z] Removing intermediate container 0aedfac2de79 [2021-03-17T12:13:41.724Z] ---> 084c8e7faa17 [2021-03-17T12:13:41.724Z] Step 4/24 : WORKDIR /device-sdk-go [2021-03-17T12:13:41.724Z] ---> Running in e8d8751efc33 [2021-03-17T12:13:42.056Z] prd-centos7-docker-4c-2g-30161 does not seem to be running inside a container [2021-03-17T12:13:42.322Z] Removing intermediate container e8d8751efc33 [2021-03-17T12:13:42.322Z] ---> 798940f73ae0 [2021-03-17T12:13:42.322Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-17T12:13:42.322Z] ---> Running in 67eb91cb7ff7 [2021-03-17T12:13:42.340Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-17T12:13:42.922Z] Removing intermediate container 67eb91cb7ff7 [2021-03-17T12:13:42.922Z] ---> d358dd3524df [2021-03-17T12:13:42.922Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-17T12:13:42.922Z] ---> Running in 639509f3c850 [2021-03-17T12:13:44.156Z] $ docker top b7dec01bab19907976f47a90a0a610cc971f692f1ce284439f2a735d156b3e10 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-17T12:13:44.767Z] + go version [2021-03-17T12:13:44.767Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-17T12:13:44.792Z] $ docker stop --time=1 b7dec01bab19907976f47a90a0a610cc971f692f1ce284439f2a735d156b3e10 [2021-03-17T12:13:44.911Z] Removing intermediate container 639509f3c850 [2021-03-17T12:13:44.911Z] ---> fb3a1c9b2340 [2021-03-17T12:13:44.911Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-03-17T12:13:45.183Z] ---> Running in 82c8e9109285 [2021-03-17T12:13:46.161Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-17T12:13:46.753Z] $ docker rm -f b7dec01bab19907976f47a90a0a610cc971f692f1ce284439f2a735d156b3e10 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [2021-03-17T12:13:47.147Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-17T12:13:47.755Z] OK: 142 MiB in 39 packages [2021-03-17T12:13:47.766Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-17T12:13:47.766Z] . [Pipeline] withDockerContainer [2021-03-17T12:13:47.956Z] prd-centos7-docker-4c-2g-30161 does not seem to be running inside a container [2021-03-17T12:13:48.028Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-17T12:13:48.955Z] $ docker top c0ea5dadac4e72226d386a367bf546dc67b740ea6596775b8bdf4a2aae00a65f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-17T12:13:49.187Z] Removing intermediate container 82c8e9109285 [2021-03-17T12:13:49.187Z] ---> ec39778ebb3a [2021-03-17T12:13:49.187Z] Step 8/24 : COPY . . [2021-03-17T12:13:49.490Z] + make test [2021-03-17T12:13:49.490Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-17T12:13:50.615Z] ---> c5943fa69708 [2021-03-17T12:13:50.615Z] Step 9/24 : RUN ${MAKE} [2021-03-17T12:13:50.615Z] ---> Running in 21f6bad16265 [2021-03-17T12:13:51.591Z] 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-17T12:14:08.322Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-03-17T12:14:18.418Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-03-17T12:14:19.853Z] Removing intermediate container 21f6bad16265 [2021-03-17T12:14:19.853Z] ---> fe4e6b402008 [2021-03-17T12:14:19.853Z] Step 10/24 : FROM scratch [2021-03-17T12:14:19.853Z] ---> [2021-03-17T12:14:19.853Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-17T12:14:19.853Z] ---> Running in 53b155fec7c6 [2021-03-17T12:14:20.133Z] Removing intermediate container 53b155fec7c6 [2021-03-17T12:14:20.133Z] ---> 674ae360ef14 [2021-03-17T12:14:20.133Z] Step 12/24 : ENV APP_PORT=49990 [2021-03-17T12:14:20.133Z] ---> Running in 9a370e85970b [2021-03-17T12:14:20.729Z] Removing intermediate container 9a370e85970b [2021-03-17T12:14:20.729Z] ---> 9cbee166fb76 [2021-03-17T12:14:20.729Z] Step 13/24 : EXPOSE $APP_PORT [2021-03-17T12:14:20.729Z] ---> Running in c6b46b39b4c1 [2021-03-17T12:14:21.325Z] Removing intermediate container c6b46b39b4c1 [2021-03-17T12:14:21.325Z] ---> e5d495508178 [2021-03-17T12:14:21.325Z] Step 14/24 : WORKDIR / [2021-03-17T12:14:21.325Z] ---> Running in 1277e2782281 [2021-03-17T12:14:21.598Z] Removing intermediate container 1277e2782281 [2021-03-17T12:14:21.598Z] ---> 3eb09fe9d37c [2021-03-17T12:14:21.598Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-03-17T12:14:23.026Z] ---> 775dc32a41b3 [2021-03-17T12:14:23.026Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-03-17T12:14:23.619Z] ---> 998517c01308 [2021-03-17T12:14:23.619Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-03-17T12:14:24.220Z] ---> 8674b4f0e11d [2021-03-17T12:14:24.220Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-03-17T12:14:25.192Z] ---> 250153e30c5a [2021-03-17T12:14:25.192Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-03-17T12:14:25.783Z] ---> 710db64e4460 [2021-03-17T12:14:25.783Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-03-17T12:14:25.783Z] ---> Running in d445f7bef59d [2021-03-17T12:14:26.055Z] Removing intermediate container d445f7bef59d [2021-03-17T12:14:26.055Z] ---> 9b5369f639d7 [2021-03-17T12:14:26.055Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-17T12:14:26.326Z] ---> Running in 52d744d9835d [2021-03-17T12:14:26.596Z] Removing intermediate container 52d744d9835d [2021-03-17T12:14:26.596Z] ---> 7d3137fa14a7 [2021-03-17T12:14:26.596Z] Step 22/24 : LABEL arch=arm64 [2021-03-17T12:14:26.866Z] ---> Running in 41586dfa7a7d [2021-03-17T12:14:27.137Z] Removing intermediate container 41586dfa7a7d [2021-03-17T12:14:27.137Z] ---> 3eb148a74c79 [2021-03-17T12:14:27.137Z] Step 23/24 : LABEL git_sha=1e00127111e0a30e885655790eaa6333d78c56ad [2021-03-17T12:14:27.408Z] ---> Running in 888405a2bcdb [2021-03-17T12:14:27.999Z] Removing intermediate container 888405a2bcdb [2021-03-17T12:14:27.999Z] ---> 22b282dd540e [2021-03-17T12:14:27.999Z] Step 24/24 : LABEL version=0.0.0 [2021-03-17T12:14:27.999Z] ---> Running in e11bd951e823 [2021-03-17T12:14:28.593Z] Removing intermediate container e11bd951e823 [2021-03-17T12:14:28.593Z] ---> 87ecafd294e9 [2021-03-17T12:14:28.593Z] [Warning] One or more build-args [ARCH] were not consumed [2021-03-17T12:14:28.593Z] Successfully built 87ecafd294e9 [2021-03-17T12:14:28.593Z] Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-17T12:14:29.408Z] ---> job-cost.sh [2021-03-17T12:14:29.408Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-rDD7 [2021-03-17T12:14:41.858Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-03-17T12:14:41.858Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-03-17T12:14:41.858Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] [2021-03-17T12:14:41.858Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-03-17T12:14:49.211Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.074s coverage: 25.5% of statements [2021-03-17T12:14:49.211Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.089s coverage: 81.2% of statements [2021-03-17T12:15:08.368Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-17T12:15:16.174Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.161s coverage: 10.5% of statements [2021-03-17T12:15:16.174Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-03-17T12:15:16.174Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-03-17T12:15:16.174Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.241s coverage: 32.5% of statements [2021-03-17T12:15:16.174Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-03-17T12:15:16.174Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-03-17T12:15:16.174Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-03-17T12:15:16.174Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.228s coverage: 57.3% of statements [2021-03-17T12:15:16.174Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 1.843s coverage: 6.6% of statements [2021-03-17T12:15:16.174Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.401s coverage: 5.1% of statements [2021-03-17T12:15:16.174Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-03-17T12:15:16.174Z] GO111MODULE=on go vet ./... [2021-03-17T12:15:49.866Z] gofmt -l . [2021-03-17T12:15:49.866Z] [ "`gofmt -l .`" = "" ] [2021-03-17T12:15:49.866Z] ./bin/test-attribution-txt.sh [2021-03-17T12:15:53.688Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-03-17T12:15:54.350Z] $ docker stop --time=1 c0ea5dadac4e72226d386a367bf546dc67b740ea6596775b8bdf4a2aae00a65f [2021-03-17T12:15:56.711Z] $ docker rm -f c0ea5dadac4e72226d386a367bf546dc67b740ea6596775b8bdf4a2aae00a65f [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-17T12:15:58.138Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-17T12:15:58.462Z] Warning: overwriting stash ‘coverage-report’ [2021-03-17T12:15:59.204Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-03-17T12:15:59.840Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-03-17T12:16:00.215Z] + ls -al . [2021-03-17T12:16:00.215Z] total 184 [2021-03-17T12:16:00.215Z] drwxrwxr-x. 10 jenkins jenkins 4096 Mar 17 12:15 . [2021-03-17T12:16:00.215Z] drwxrwxr-x. 4 jenkins jenkins 28 Mar 17 12:12 .. [2021-03-17T12:16:00.215Z] drwxrwxr-x. 2 jenkins jenkins 64 Mar 17 12:12 bin [2021-03-17T12:16:00.215Z] -rw-r--r--. 1 jenkins jenkins 100014 Mar 17 12:15 coverage.out [2021-03-17T12:16:00.215Z] -rw-rw-r--. 1 jenkins jenkins 949 Mar 17 12:12 Dockerfile.build [2021-03-17T12:16:00.215Z] -rw-rw-r--. 1 jenkins jenkins 140 Mar 17 12:12 .dockerignore [2021-03-17T12:16:00.215Z] drwxrwxr-x. 4 jenkins jenkins 48 Mar 17 12:12 example [2021-03-17T12:16:00.215Z] drwxrwxr-x. 8 jenkins jenkins 179 Mar 17 12:12 .git [2021-03-17T12:16:00.215Z] drwxrwxr-x. 2 jenkins jenkins 103 Mar 17 12:12 .github [2021-03-17T12:16:00.215Z] -rw-rw-r--. 1 jenkins jenkins 138 Mar 17 12:12 .gitignore [2021-03-17T12:16:00.215Z] -rw-r--r--. 1 jenkins jenkins 479 Mar 17 12:15 go.mod [2021-03-17T12:16:00.215Z] -rw-r--r--. 1 jenkins jenkins 17490 Mar 17 12:15 go.sum [2021-03-17T12:16:00.215Z] drwxrwxr-x. 13 jenkins jenkins 193 Mar 17 12:12 internal [2021-03-17T12:16:00.215Z] -rw-rw-r--. 1 jenkins jenkins 901 Mar 17 12:12 Jenkinsfile [2021-03-17T12:16:00.215Z] -rw-rw-r--. 1 jenkins jenkins 11341 Mar 17 12:12 LICENSE [2021-03-17T12:16:00.215Z] -rw-rw-r--. 1 jenkins jenkins 1016 Mar 17 12:12 Makefile [2021-03-17T12:16:00.215Z] drwxrwxr-x. 4 jenkins jenkins 26 Mar 17 12:12 openapi [2021-03-17T12:16:00.215Z] drwxrwxr-x. 5 jenkins jenkins 50 Mar 17 12:12 pkg [2021-03-17T12:16:00.215Z] -rw-rw-r--. 1 jenkins jenkins 5897 Mar 17 12:12 README.md [2021-03-17T12:16:00.215Z] -rw-rw-r--. 1 jenkins jenkins 6616 Mar 17 12:12 RELEASE-NOTES.txt [2021-03-17T12:16:00.215Z] drwxrwxr-x. 4 jenkins jenkins 54 Mar 17 12:12 snap [2021-03-17T12:16:00.215Z] -rw-rw-r--. 1 jenkins jenkins 5 Mar 17 12:06 VERSION [2021-03-17T12:16:00.215Z] -rw-rw-r--. 1 jenkins jenkins 222 Mar 17 12:12 version.go [Pipeline] isUnix [Pipeline] sh [2021-03-17T12:16:00.548Z] + docker build -t docker-device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=1e00127111e0a30e885655790eaa6333d78c56ad --label arch=amd64 --label version=0.0.0 . [2021-03-17T12:16:01.138Z] Sending build context to Docker daemon 2.394MB [2021-03-17T12:16:01.138Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-03-17T12:16:01.138Z] Step 2/24 : FROM ${BASE} AS builder [2021-03-17T12:16:01.138Z] ---> 61bf6812f615 [2021-03-17T12:16:01.138Z] Step 3/24 : ARG MAKE='make build' [2021-03-17T12:16:01.734Z] ---> Running in 850f39b53720 [2021-03-17T12:16:02.001Z] Removing intermediate container 850f39b53720 [2021-03-17T12:16:02.001Z] ---> 9c17700717cd [2021-03-17T12:16:02.001Z] Step 4/24 : WORKDIR /device-sdk-go [2021-03-17T12:16:02.001Z] ---> Running in 53a5af47213b [2021-03-17T12:16:02.271Z] Removing intermediate container 53a5af47213b [2021-03-17T12:16:02.271Z] ---> c4177d2aa63b [2021-03-17T12:16:02.271Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-17T12:16:02.549Z] ---> Running in 871db39605bd [2021-03-17T12:16:02.825Z] Removing intermediate container 871db39605bd [2021-03-17T12:16:02.825Z] ---> 66b5cfd86182 [2021-03-17T12:16:02.825Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-17T12:16:02.825Z] ---> Running in 251d0143eeab [2021-03-17T12:16:05.657Z] Removing intermediate container 251d0143eeab [2021-03-17T12:16:05.657Z] ---> b777b77fb219 [2021-03-17T12:16:05.657Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-03-17T12:16:05.657Z] ---> Running in cf03b5709d98 [2021-03-17T12:16:06.637Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-17T12:16:07.595Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-17T12:16:07.891Z] OK: 166 MiB in 39 packages [2021-03-17T12:16:09.137Z] Removing intermediate container cf03b5709d98 [2021-03-17T12:16:09.137Z] ---> b5afef2020b4 [2021-03-17T12:16:09.137Z] Step 8/24 : COPY . . [2021-03-17T12:16:11.534Z] ---> b071949540f7 [2021-03-17T12:16:11.534Z] Step 9/24 : RUN ${MAKE} [2021-03-17T12:16:11.799Z] ---> Running in 0fe29d732822 [2021-03-17T12:16:12.781Z] 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-17T12:16:45.140Z] lf-activate-venv(): INFO: Adding /tmp/venv-rDD7/bin to PATH [2021-03-17T12:16:45.140Z] INFO: No Stack... [2021-03-17T12:16:45.140Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-17T12:16:45.140Z] INFO: Archiving Costs [Pipeline] sh [2021-03-17T12:16:45.473Z] + cat /w/workspace/device-sdk-go/2/archives/cost.csv [2021-03-17T12:16:45.473Z] + cut -d, -f6 [Pipeline] lock [2021-03-17T12:16:45.580Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-822-2-stack-cost] [2021-03-17T12:16:45.593Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-822-2-stack-cost] did not exist. Created. [2021-03-17T12:16:45.593Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-822-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-17T12:16:46.013Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-17T12:16:46.222Z] Stashed 1 file(s) [Pipeline] } [2021-03-17T12:16:46.237Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-822-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-03-17T12:16:46.526Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-17T12:16:47.149Z] Removing intermediate container 0fe29d732822 [2021-03-17T12:16:47.149Z] ---> c2f02f69292f [2021-03-17T12:16:47.149Z] Step 10/24 : FROM scratch [2021-03-17T12:16:47.149Z] ---> [2021-03-17T12:16:47.149Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-17T12:16:47.149Z] ---> Running in e0237061e9c6 [2021-03-17T12:16:47.798Z] Removing intermediate container e0237061e9c6 [2021-03-17T12:16:47.798Z] ---> ef667110f846 [2021-03-17T12:16:47.798Z] Step 12/24 : ENV APP_PORT=49990 [2021-03-17T12:16:47.798Z] ---> Running in b65a5a664eb9 [2021-03-17T12:16:48.387Z] Removing intermediate container b65a5a664eb9 [2021-03-17T12:16:48.387Z] ---> 2e6cde5bf513 [2021-03-17T12:16:48.387Z] Step 13/24 : EXPOSE $APP_PORT [2021-03-17T12:16:48.387Z] ---> Running in affc31d3b2f0 [2021-03-17T12:16:48.653Z] Removing intermediate container affc31d3b2f0 [2021-03-17T12:16:48.653Z] ---> 6a1cb120bc91 [2021-03-17T12:16:48.653Z] Step 14/24 : WORKDIR / [2021-03-17T12:16:48.977Z] ---> Running in bb4dae21f1e9 [2021-03-17T12:16:49.262Z] Removing intermediate container bb4dae21f1e9 [2021-03-17T12:16:49.262Z] ---> 0f7744a294d5 [2021-03-17T12:16:49.262Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-03-17T12:16:51.549Z] ---> 7baedfb490b1 [2021-03-17T12:16:51.549Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-03-17T12:16:51.549Z] ---> 3a64b4cf7349 [2021-03-17T12:16:51.549Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-03-17T12:16:52.135Z] ---> ea042cb8970c [2021-03-17T12:16:52.135Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-03-17T12:16:52.408Z] ---> 2b0cc055a7e0 [2021-03-17T12:16:52.408Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-03-17T12:16:53.930Z] ---> c6f87c0822b6 [2021-03-17T12:16:53.931Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-03-17T12:16:53.931Z] ---> Running in 2226a436f75f [2021-03-17T12:16:55.086Z] Removing intermediate container 2226a436f75f [2021-03-17T12:16:55.086Z] ---> c6f2d21aaeb9 [2021-03-17T12:16:55.086Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-17T12:16:55.086Z] ---> Running in ae9e0bf53ac7 [2021-03-17T12:16:55.507Z] Removing intermediate container ae9e0bf53ac7 [2021-03-17T12:16:55.507Z] ---> c9806b632cba [2021-03-17T12:16:55.507Z] Step 22/24 : LABEL arch=amd64 [2021-03-17T12:16:55.829Z] ---> Running in 7200aafa2ed5 [2021-03-17T12:16:56.178Z] Removing intermediate container 7200aafa2ed5 [2021-03-17T12:16:56.178Z] ---> 0e3f271aaeb9 [2021-03-17T12:16:56.178Z] Step 23/24 : LABEL git_sha=1e00127111e0a30e885655790eaa6333d78c56ad [2021-03-17T12:16:56.479Z] ---> Running in 0a536486fae2 [2021-03-17T12:16:57.093Z] Removing intermediate container 0a536486fae2 [2021-03-17T12:16:57.093Z] ---> 26c5b0d40f79 [2021-03-17T12:16:57.093Z] Step 24/24 : LABEL version=0.0.0 [2021-03-17T12:16:57.379Z] ---> Running in d0798565a732 [2021-03-17T12:16:57.657Z] Removing intermediate container d0798565a732 [2021-03-17T12:16:57.657Z] ---> c736adac6f13 [2021-03-17T12:16:57.657Z] [Warning] One or more build-args [ARCH] were not consumed [2021-03-17T12:16:57.657Z] Successfully built c736adac6f13 [2021-03-17T12:16:57.657Z] Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-17T12:16:58.597Z] ---> job-cost.sh [2021-03-17T12:16:58.597Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-B6tb [2021-03-17T12:17:31.433Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-17T12:18:19.001Z] lf-activate-venv(): INFO: Adding /tmp/venv-B6tb/bin to PATH [2021-03-17T12:18:19.001Z] INFO: No Stack... [2021-03-17T12:18:19.001Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-17T12:18:19.001Z] INFO: Archiving Costs [Pipeline] sh [2021-03-17T12:18:19.425Z] + cat /w/workspace/device-sdk-go/2/archives/cost.csv [2021-03-17T12:18:19.425Z] + cut -d, -f6 [Pipeline] lock [2021-03-17T12:18:19.534Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-822-2-stack-cost] [2021-03-17T12:18:19.543Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-822-2-stack-cost] did not exist. Created. [2021-03-17T12:18:19.543Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-822-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-17T12:18:19.971Z] /w/workspace/device-sdk-go/2@tmp/durable-fbe640c9/script.sh: line 1: unexpected EOF while looking for matching `'' [Pipeline] sh [2021-03-17T12:18:20.330Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-03-17T12:18:20.395Z] Warning: overwriting stash ‘stack-cost’ [2021-03-17T12:18:20.615Z] Stashed 1 file(s) [Pipeline] } [2021-03-17T12:18:20.627Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-822-2-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-17T12:18:22.175Z] provisioning config files... [2021-03-17T12:18:22.193Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-822@tmp/config8229857318413853015tmp [Pipeline] { [Pipeline] sh [2021-03-17T12:18:22.684Z] + set +x [2021-03-17T12:18:22.684Z] + bash -s -- [2021-03-17T12:18:22.684Z] + curl -s https://codecov.io/bash [2021-03-17T12:18:23.051Z] [2021-03-17T12:18:23.051Z] _____ _ [2021-03-17T12:18:23.051Z] / ____| | | [2021-03-17T12:18:23.051Z] | | ___ __| | ___ ___ _____ __ [2021-03-17T12:18:23.051Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-17T12:18:23.051Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-17T12:18:23.051Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-17T12:18:23.051Z] Bash-20210309-2b87ace [2021-03-17T12:18:23.051Z] [2021-03-17T12:18:23.051Z] [2021-03-17T12:18:23.051Z] ==> git version 2.24.3 found [2021-03-17T12:18:23.051Z] ==> 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-17T12:18:23.051Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-17T12:18:23.051Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-17T12:18:23.051Z] ==> Jenkins CI detected. [2021-03-17T12:18:23.051Z] project root: . [2021-03-17T12:18:23.051Z] --> token set from env [2021-03-17T12:18:23.051Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-17T12:18:23.323Z] ==> Running gcov in . (disable via -X gcov) [2021-03-17T12:18:23.323Z] ==> Python coveragepy not found [2021-03-17T12:18:23.323Z] ==> Searching for coverage reports in: [2021-03-17T12:18:23.323Z] + . [2021-03-17T12:18:23.323Z] -> Found 1 reports [2021-03-17T12:18:23.323Z] ==> Detecting git/mercurial file structure [2021-03-17T12:18:23.323Z] ==> Reading reports [2021-03-17T12:18:23.323Z] + ./coverage.out bytes=100014 [2021-03-17T12:18:23.323Z] ==> Appending adjustments [2021-03-17T12:18:23.323Z] https://docs.codecov.io/docs/fixing-reports [2021-03-17T12:18:23.946Z] + Found adjustments [2021-03-17T12:18:23.946Z] ==> Gzipping contents [2021-03-17T12:18:23.946Z] 16K /tmp/codecov.fm9tNx.gz [2021-03-17T12:18:23.946Z] ==> Uploading reports [2021-03-17T12:18:23.946Z] url: https://codecov.io [2021-03-17T12:18:23.946Z] query: branch=PR-822&commit=1e00127111e0a30e885655790eaa6333d78c56ad&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-822%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=822&job=&cmd_args= [2021-03-17T12:18:23.946Z] -> Pinging Codecov [2021-03-17T12:18:23.946Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-822&commit=1e00127111e0a30e885655790eaa6333d78c56ad&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-822%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=822&job=&cmd_args= [2021-03-17T12:18:24.930Z] -> Uploading to [2021-03-17T12:18:24.930Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-17/7E55EF52A471D76F132DFD9A03CDDE97/1e00127111e0a30e885655790eaa6333d78c56ad/0c9b1647-9ba4-4e31-b92f-69868be6e4a8.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210317%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210317T121824Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d03588fea6347545374c2315fd4cf3e9be288043ea28472bc2b7e52073989325 [2021-03-17T12:18:24.930Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-17T12:18:24.930Z] Dload Upload Total Spent Left Speed [2021-03-17T12:18:25.197Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13503 0 0 100 13503 0 28109 --:--:-- --:--:-- --:--:-- 28072 [2021-03-17T12:18:25.197Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/1e00127111e0a30e885655790eaa6333d78c56ad [Pipeline] } [2021-03-17T12:18:25.211Z] 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-17T12:18:27.589Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-17T12:18:28.184Z] ---> package-listing.sh [2021-03-17T12:18:28.185Z] ++ facter osfamily [2021-03-17T12:18:28.185Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-17T12:18:28.185Z] + OS_FAMILY=redhat [2021-03-17T12:18:28.185Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-822 [2021-03-17T12:18:28.185Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-17T12:18:28.185Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-17T12:18:28.185Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-17T12:18:28.185Z] + PACKAGES=/tmp/packages_start.txt [2021-03-17T12:18:28.185Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-822 ']' [2021-03-17T12:18:28.185Z] + PACKAGES=/tmp/packages_end.txt [2021-03-17T12:18:28.185Z] + case "${OS_FAMILY}" in [2021-03-17T12:18:28.185Z] + rpm -qa [2021-03-17T12:18:28.185Z] + sort [2021-03-17T12:18:34.883Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-17T12:18:34.883Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-17T12:18:34.883Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-17T12:18:34.883Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-822 ']' [2021-03-17T12:18:34.883Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-822/archives/ [2021-03-17T12:18:34.883Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-822/archives/ [Pipeline] echo [2021-03-17T12:18:34.902Z] 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-822/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-17T12:18:35.215Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-17T12:18:35.835Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-17T12:18:35.835Z] [2021-03-17T12:18:35.835Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-17T12:18:36.213Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-17T12:18:36.213Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-17T12:18:36.213Z] df20fa9351a1: Pulling fs layer [2021-03-17T12:18:36.213Z] 36b3adc4ff6f: Pulling fs layer [2021-03-17T12:18:36.213Z] 8ad3a11d3b57: Pulling fs layer [2021-03-17T12:18:36.213Z] 46f8f816bc3b: Pulling fs layer [2021-03-17T12:18:36.213Z] 93b61091891f: Pulling fs layer [2021-03-17T12:18:36.213Z] 93b9cdb0e59b: Pulling fs layer [2021-03-17T12:18:36.213Z] 5e14af77c1be: Pulling fs layer [2021-03-17T12:18:36.213Z] 01666e4c0597: Pulling fs layer [2021-03-17T12:18:36.213Z] aa168da1d23b: Pulling fs layer [2021-03-17T12:18:36.213Z] 93b9cdb0e59b: Waiting [2021-03-17T12:18:36.213Z] 5e14af77c1be: Waiting [2021-03-17T12:18:36.213Z] 01666e4c0597: Waiting [2021-03-17T12:18:36.213Z] 93b61091891f: Waiting [2021-03-17T12:18:36.213Z] aa168da1d23b: Waiting [2021-03-17T12:18:36.213Z] 46f8f816bc3b: Waiting [2021-03-17T12:18:36.213Z] 36b3adc4ff6f: Download complete [2021-03-17T12:18:36.496Z] 46f8f816bc3b: Verifying Checksum [2021-03-17T12:18:36.496Z] 46f8f816bc3b: Download complete [2021-03-17T12:18:36.496Z] 93b61091891f: Verifying Checksum [2021-03-17T12:18:36.496Z] 93b61091891f: Download complete [2021-03-17T12:18:36.496Z] 93b9cdb0e59b: Verifying Checksum [2021-03-17T12:18:36.496Z] 93b9cdb0e59b: Download complete [2021-03-17T12:18:36.496Z] df20fa9351a1: Verifying Checksum [2021-03-17T12:18:36.496Z] df20fa9351a1: Download complete [2021-03-17T12:18:36.496Z] 5e14af77c1be: Verifying Checksum [2021-03-17T12:18:36.496Z] 5e14af77c1be: Download complete [2021-03-17T12:18:36.496Z] 01666e4c0597: Verifying Checksum [2021-03-17T12:18:36.496Z] 01666e4c0597: Download complete [2021-03-17T12:18:37.135Z] df20fa9351a1: Pull complete [2021-03-17T12:18:37.419Z] 36b3adc4ff6f: Pull complete [2021-03-17T12:18:37.691Z] 8ad3a11d3b57: Verifying Checksum [2021-03-17T12:18:37.691Z] 8ad3a11d3b57: Download complete [2021-03-17T12:18:38.692Z] 8ad3a11d3b57: Pull complete [2021-03-17T12:18:38.964Z] 46f8f816bc3b: Pull complete [2021-03-17T12:18:39.954Z] 93b61091891f: Pull complete [2021-03-17T12:18:39.954Z] 93b9cdb0e59b: Pull complete [2021-03-17T12:18:40.544Z] aa168da1d23b: Verifying Checksum [2021-03-17T12:18:40.544Z] aa168da1d23b: Download complete [2021-03-17T12:18:40.544Z] 5e14af77c1be: Pull complete [2021-03-17T12:18:40.814Z] 01666e4c0597: Pull complete [2021-03-17T12:18:56.125Z] aa168da1d23b: Pull complete [2021-03-17T12:18:56.125Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-17T12:18:56.125Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-17T12:18:56.125Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-17T12:18:56.652Z] prd-centos7-docker-4c-2g-30154 does not seem to be running inside a container [2021-03-17T12:18:56.774Z] $ 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-822/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-822 -v /w/workspace/dgexfoundry_device-sdk-go_PR-822:/w/workspace/dgexfoundry_device-sdk-go_PR-822:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-822@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-822@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-17T12:19:01.619Z] $ docker top 6bad07cf82280bfc9fe2a426f9fcdf0805da03d0b4c7b872c8cbffae3941957b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-17T12:19:02.981Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-17T12:19:03.680Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-17T12:19:04.448Z] + ls /var/log/sa-host [2021-03-17T12:19:04.448Z] + sadf -c /var/log/sa-host/sa17 [2021-03-17T12:19:04.448Z] file_magic: OK [2021-03-17T12:19:04.448Z] HZ: Using current value: 100 [2021-03-17T12:19:04.448Z] file_header: OK [2021-03-17T12:19:04.448Z] 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-17T12:19:04.448Z] Statistics: [2021-03-17T12:19:04.448Z] 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...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-17T12:19:04.448Z] File successfully converted to sysstat format version 12.2.1 [2021-03-17T12:19:04.448Z] + sadf -c /var/log/sa-host/sa23 [2021-03-17T12:19:04.448Z] file_magic: OK [2021-03-17T12:19:04.448Z] HZ: Using current value: 100 [2021-03-17T12:19:04.448Z] file_header: OK [2021-03-17T12:19:04.448Z] 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-17T12:19:04.448Z] Statistics: [2021-03-17T12:19:04.448Z] Hnuu...uuuununununu... [2021-03-17T12:19:04.448Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-17T12:19:04.724Z] provisioning config files... [2021-03-17T12:19:04.849Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-822@tmp/config7797454413300272396tmp [Pipeline] { [Pipeline] echo [2021-03-17T12:19:04.919Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-17T12:19:05.617Z] ---> create-netrc.sh [Pipeline] } [2021-03-17T12:19:05.634Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-17T12:19:05.734Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-17T12:19:06.050Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-17T12:19:06.062Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-17T12:19:06.390Z] ---> sudo-logs.sh [2021-03-17T12:19:06.390Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-17T12:19:06.464Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-17T12:19:06.785Z] ---> job-cost.sh [2021-03-17T12:19:06.785Z] lf-activate-venv: SKIPPING [2021-03-17T12:19:06.785Z] DEBUG: total: 0.029999999329447746 [2021-03-17T12:19:06.785Z] INFO: Retrieving Stack Cost... [2021-03-17T12:19:08.730Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-17T12:19:09.314Z] INFO: Archiving Costs [Pipeline] echo [2021-03-17T12:19:09.328Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-17T12:19:09.636Z] ---> logs-deploy.sh [2021-03-17T12:19:09.636Z] lf-activate-venv: SKIPPING [2021-03-17T12:19:09.636Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-822/2 [2021-03-17T12:19:09.636Z] INFO: archiving workspace using pattern(s): [2021-03-17T12:19:14.069Z] Archives upload complete. [2021-03-17T12:19:14.069Z] INFO: archiving logs to Nexus [2021-03-17T12:19:15.033Z] ---> uname -a: [2021-03-17T12:19:15.033Z] Linux prd-centos7-docker-4c-2g-30154.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-17T12:19:15.033Z] [2021-03-17T12:19:15.033Z] [2021-03-17T12:19:15.033Z] ---> lscpu: [2021-03-17T12:19:15.033Z] Architecture: x86_64 [2021-03-17T12:19:15.033Z] CPU op-mode(s): 32-bit, 64-bit [2021-03-17T12:19:15.033Z] Byte Order: Little Endian [2021-03-17T12:19:15.033Z] Address sizes: 40 bits physical, 48 bits virtual [2021-03-17T12:19:15.033Z] CPU(s): 4 [2021-03-17T12:19:15.033Z] On-line CPU(s) list: 0-3 [2021-03-17T12:19:15.033Z] Thread(s) per core: 1 [2021-03-17T12:19:15.033Z] Core(s) per socket: 1 [2021-03-17T12:19:15.033Z] Socket(s): 4 [2021-03-17T12:19:15.033Z] NUMA node(s): 1 [2021-03-17T12:19:15.033Z] Vendor ID: GenuineIntel [2021-03-17T12:19:15.033Z] CPU family: 6 [2021-03-17T12:19:15.033Z] Model: 44 [2021-03-17T12:19:15.033Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-03-17T12:19:15.033Z] Stepping: 1 [2021-03-17T12:19:15.033Z] CPU MHz: 2933.438 [2021-03-17T12:19:15.033Z] BogoMIPS: 5866.87 [2021-03-17T12:19:15.033Z] Virtualization: VT-x [2021-03-17T12:19:15.033Z] Hypervisor vendor: KVM [2021-03-17T12:19:15.033Z] Virtualization type: full [2021-03-17T12:19:15.033Z] L1d cache: 128 KiB [2021-03-17T12:19:15.033Z] L1i cache: 128 KiB [2021-03-17T12:19:15.033Z] L2 cache: 16 MiB [2021-03-17T12:19:15.033Z] L3 cache: 64 MiB [2021-03-17T12:19:15.033Z] NUMA node0 CPU(s): 0-3 [2021-03-17T12:19:15.033Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-03-17T12:19:15.033Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-03-17T12:19:15.033Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-03-17T12:19:15.033Z] Vulnerability Meltdown: Mitigation; PTI [2021-03-17T12:19:15.033Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-03-17T12:19:15.033Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-03-17T12:19:15.033Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-03-17T12:19:15.033Z] Vulnerability Srbds: Not affected [2021-03-17T12:19:15.033Z] Vulnerability Tsx async abort: Not affected [2021-03-17T12:19:15.033Z] 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-17T12:19:15.033Z] [2021-03-17T12:19:15.033Z] [2021-03-17T12:19:15.033Z] ---> nproc: [2021-03-17T12:19:15.033Z] 4 [2021-03-17T12:19:15.033Z] [2021-03-17T12:19:15.033Z] [2021-03-17T12:19:15.033Z] ---> df -h: [2021-03-17T12:19:15.033Z] Filesystem Size Used Available Use% Mounted on [2021-03-17T12:19:15.033Z] overlay 50.0G 6.9G 43.1G 14% / [2021-03-17T12:19:15.033Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-03-17T12:19:15.033Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-03-17T12:19:15.033Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-03-17T12:19:15.033Z] /dev/vda1 50.0G 6.9G 43.1G 14% /facter-os [2021-03-17T12:19:15.033Z] /dev/vda1 50.0G 6.9G 43.1G 14% /etc/resolv.conf [2021-03-17T12:19:15.033Z] /dev/vda1 50.0G 6.9G 43.1G 14% /etc/hostname [2021-03-17T12:19:15.033Z] /dev/vda1 50.0G 6.9G 43.1G 14% /etc/hosts [2021-03-17T12:19:15.033Z] /dev/vda1 50.0G 6.9G 43.1G 14% /var/log/secure [2021-03-17T12:19:15.033Z] /dev/vda1 50.0G 6.9G 43.1G 14% /var/log/auth.log [2021-03-17T12:19:15.033Z] /dev/vda1 50.0G 6.9G 43.1G 14% /run/cloud-init/result.json [2021-03-17T12:19:15.033Z] /dev/vda1 50.0G 6.9G 43.1G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-822 [2021-03-17T12:19:15.033Z] /dev/vda1 50.0G 6.9G 43.1G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-822@tmp [2021-03-17T12:19:15.033Z] /dev/vda1 50.0G 6.9G 43.1G 14% /var/log/sa-host [2021-03-17T12:19:15.033Z] [2021-03-17T12:19:15.033Z] [2021-03-17T12:19:15.033Z] ---> free -m: [2021-03-17T12:19:15.033Z] total used free shared buff/cache available [2021-03-17T12:19:15.033Z] Mem: 1837 699 83 0 1054 1033 [2021-03-17T12:19:15.033Z] Swap: 1023 0 1023 [2021-03-17T12:19:15.033Z] [2021-03-17T12:19:15.033Z] [2021-03-17T12:19:15.033Z] ---> ip addr: [2021-03-17T12:19:15.033Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-03-17T12:19:15.033Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-03-17T12:19:15.033Z] inet 127.0.0.1/8 scope host lo [2021-03-17T12:19:15.033Z] valid_lft forever preferred_lft forever [2021-03-17T12:19:15.033Z] inet6 ::1/128 scope host [2021-03-17T12:19:15.033Z] valid_lft forever preferred_lft forever [2021-03-17T12:19:15.033Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-03-17T12:19:15.033Z] link/ether fa:16:3e:ec:ea:42 brd ff:ff:ff:ff:ff:ff [2021-03-17T12:19:15.033Z] inet 10.30.123.80/23 brd 10.30.123.255 scope global dynamic eth0 [2021-03-17T12:19:15.033Z] valid_lft 85509sec preferred_lft 85509sec [2021-03-17T12:19:15.033Z] inet6 fe80::f816:3eff:feec:ea42/64 scope link [2021-03-17T12:19:15.033Z] valid_lft forever preferred_lft forever [2021-03-17T12:19:15.033Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-03-17T12:19:15.033Z] link/ether 02:42:06:92:e3:d9 brd ff:ff:ff:ff:ff:ff [2021-03-17T12:19:15.033Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-03-17T12:19:15.033Z] valid_lft forever preferred_lft forever [2021-03-17T12:19:15.033Z] inet6 fe80::42:6ff:fe92:e3d9/64 scope link [2021-03-17T12:19:15.033Z] valid_lft forever preferred_lft forever [2021-03-17T12:19:15.033Z] [2021-03-17T12:19:15.033Z] [2021-03-17T12:19:15.033Z] ---> sar -b -r -n DEV: [2021-03-17T12:19:15.033Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/17/21 _x86_64_ (4 CPU) [2021-03-17T12:19:15.033Z] [2021-03-17T12:19:15.033Z] 12:04:06 LINUX RESTART (4 CPU) [2021-03-17T12:19:15.033Z] [2021-03-17T12:19:15.033Z] 12:05:04 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-03-17T12:19:15.033Z] 12:06:01 84.53 45.38 39.14 0.00 6502.80 17039.97 0.00 [2021-03-17T12:19:15.033Z] 12:07:01 23.92 5.11 18.81 0.00 1532.14 2261.66 0.00 [2021-03-17T12:19:15.033Z] 12:08:01 0.40 0.00 0.40 0.00 0.00 6.57 0.00 [2021-03-17T12:19:15.033Z] 12:09:01 0.28 0.00 0.28 0.00 0.00 2.88 0.00 [2021-03-17T12:19:15.033Z] 12:10:02 0.23 0.00 0.23 0.00 0.00 3.01 0.00 [2021-03-17T12:19:15.033Z] 12:11:01 0.19 0.00 0.19 0.00 0.00 2.45 0.00 [2021-03-17T12:19:15.033Z] 12:12:01 0.37 0.00 0.37 0.00 0.00 5.41 0.00 [2021-03-17T12:19:15.033Z] 12:13:01 0.30 0.00 0.30 0.00 0.00 5.28 0.00 [2021-03-17T12:19:15.033Z] 12:14:01 0.30 0.00 0.30 0.00 0.00 4.33 0.00 [2021-03-17T12:19:15.033Z] 12:15:01 0.23 0.00 0.23 0.00 0.00 3.48 0.00 [2021-03-17T12:19:15.033Z] 12:16:01 0.35 0.00 0.35 0.00 0.00 5.04 0.00 [2021-03-17T12:19:15.033Z] 12:17:01 0.32 0.00 0.32 0.00 0.00 4.61 0.00 [2021-03-17T12:19:15.033Z] 12:18:01 0.35 0.00 0.35 0.00 0.00 5.04 0.00 [2021-03-17T12:19:15.033Z] 12:19:02 135.50 71.90 63.59 0.00 6688.48 18306.56 0.00 [2021-03-17T12:19:15.033Z] Average: 17.50 8.65 8.85 0.00 1036.26 2649.29 0.00 [2021-03-17T12:19:15.033Z] [2021-03-17T12:19:15.033Z] 12:05:04 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-03-17T12:19:15.033Z] 12:06:01 100896 0 541088 28.76 2620 1236940 1104340 37.69 399196 1185852 11060 [2021-03-17T12:19:15.033Z] 12:07:01 147504 0 584252 31.05 2620 1147168 1196488 40.83 408192 1123976 20 [2021-03-17T12:19:15.033Z] 12:08:01 161704 0 570048 30.30 2620 1147172 1099100 37.51 410612 1109936 8 [2021-03-17T12:19:15.033Z] 12:09:01 162856 0 568892 30.24 2620 1147176 1064352 36.32 409024 1111160 12 [2021-03-17T12:19:15.033Z] 12:10:02 163112 0 568632 30.22 2620 1147180 1064364 36.32 412344 1107912 20 [2021-03-17T12:19:15.033Z] 12:11:01 163364 0 568372 30.21 2620 1147188 1064256 36.32 407716 1111968 8 [2021-03-17T12:19:15.033Z] 12:12:01 163832 0 567904 30.18 2620 1147188 1064184 36.32 407472 1111968 8 [2021-03-17T12:19:15.033Z] 12:13:01 163220 0 568512 30.22 2620 1147192 1064352 36.32 408112 1111968 8 [2021-03-17T12:19:15.033Z] 12:14:01 164120 0 567604 30.17 2620 1147200 1064148 36.32 407148 1111968 8 [2021-03-17T12:19:15.033Z] 12:15:01 164376 0 567344 30.15 2620 1147204 1064148 36.32 407152 1111968 8 [2021-03-17T12:19:15.033Z] 12:16:01 163728 0 567988 30.19 2620 1147208 1064232 36.32 407736 1111968 8 [2021-03-17T12:19:15.034Z] 12:17:01 164424 0 567288 30.15 2620 1147212 1064148 36.32 407164 1111968 8 [2021-03-17T12:19:15.034Z] 12:18:01 164680 0 567024 30.14 2620 1147220 1064148 36.32 407296 1111968 12 [2021-03-17T12:19:15.034Z] 12:19:02 162848 0 658200 34.98 2620 1057876 1326260 45.26 437464 1027976 32 [2021-03-17T12:19:15.034Z] Average: 157905 0 573796 30.50 2620 1147223 1097751 37.46 409759 1111611 801 [2021-03-17T12:19:15.034Z] [2021-03-17T12:19:15.034Z] 12:05:04 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-03-17T12:19:15.034Z] 12:06:01 eth0 191.45 145.03 761.24 62.52 0.00 0.00 0.00 0.00 [2021-03-17T12:19:15.034Z] 12:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-17T12:19:15.034Z] 12:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-17T12:19:15.034Z] 12:07:01 eth0 66.52 54.84 358.00 37.60 0.00 0.00 0.00 0.00 [2021-03-17T12:19:15.034Z] 12:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-17T12:19:15.034Z] 12:07:01 docker0 8.88 6.20 1.44 23.84 0.00 0.00 0.00 0.00 [2021-03-17T12:19:15.034Z] 12:08:01 eth0 1.23 0.38 0.33 0.20 0.00 0.00 0.00 0.00 [2021-03-17T12:19:15.034Z] 12:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-17T12:19:15.034Z] 12:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-17T12:19:15.034Z] 12:09:01 eth0 1.06 0.33 0.31 0.20 0.00 0.00 0.00 0.00 [2021-03-17T12:19:15.034Z] 12:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-17T12:19:15.034Z] 12:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-17T12:19:15.034Z] 12:10:02 eth0 0.67 0.35 0.29 0.17 0.00 0.00 0.00 0.00 [2021-03-17T12:19:15.034Z] 12:10:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-17T12:19:15.034Z] 12:10:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-17T12:19:15.034Z] 12:11:01 eth0 1.12 0.20 0.21 0.10 0.00 0.00 0.00 0.00 [2021-03-17T12:19:15.034Z] 12:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-17T12:19:15.034Z] 12:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-17T12:19:15.034Z] 12:12:01 eth0 0.23 0.13 0.07 0.01 0.00 0.00 0.00 0.00 [2021-03-17T12:19:15.034Z] 12:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-17T12:19:15.034Z] 12:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-17T12:19:15.034Z] 12:13:01 eth0 0.53 0.50 0.27 0.21 0.00 0.00 0.00 0.00 [2021-03-17T12:19:15.034Z] 12:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-17T12:19:15.034Z] 12:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-17T12:19:15.034Z] 12:14:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-17T12:19:15.034Z] 12:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-17T12:19:15.034Z] 12:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-17T12:19:15.034Z] 12:15:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-17T12:19:15.034Z] 12:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-17T12:19:15.034Z] 12:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-17T12:19:15.034Z] 12:16:01 eth0 0.32 0.23 0.14 0.07 0.00 0.00 0.00 0.00 [2021-03-17T12:19:15.034Z] 12:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-17T12:19:15.034Z] 12:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-17T12:19:15.034Z] 12:17:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-17T12:19:15.034Z] 12:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-17T12:19:15.034Z] 12:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-17T12:19:15.034Z] 12:18:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-17T12:19:15.034Z] 12:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-17T12:19:15.034Z] 12:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-17T12:19:15.034Z] 12:19:02 eth0 212.27 162.81 2166.63 20.38 0.00 0.00 0.00 0.00 [2021-03-17T12:19:15.034Z] 12:19:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-17T12:19:15.034Z] 12:19:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-17T12:19:15.034Z] Average: eth0 33.55 25.76 234.01 8.51 0.00 0.00 0.00 0.00 [2021-03-17T12:19:15.034Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-17T12:19:15.034Z] Average: docker0 0.64 0.45 0.10 1.71 0.00 0.00 0.00 0.00 [2021-03-17T12:19:15.034Z] [2021-03-17T12:19:15.034Z] [2021-03-17T12:19:15.034Z] ---> sar -P ALL: [2021-03-17T12:19:15.034Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/17/21 _x86_64_ (4 CPU) [2021-03-17T12:19:15.034Z] [2021-03-17T12:19:15.034Z] 12:04:06 LINUX RESTART (4 CPU) [2021-03-17T12:19:15.034Z] [2021-03-17T12:19:15.034Z] 12:05:04 CPU %user %nice %system %iowait %steal %idle [2021-03-17T12:19:15.034Z] 12:06:01 all 12.32 0.00 5.17 5.73 30.08 46.70 [2021-03-17T12:19:15.034Z] 12:06:01 0 9.77 0.00 4.89 6.11 30.27 48.95 [2021-03-17T12:19:15.034Z] 12:06:01 1 14.43 0.00 5.22 6.52 30.28 43.54 [2021-03-17T12:19:15.034Z] 12:06:01 2 11.74 0.00 5.61 6.31 30.09 46.24 [2021-03-17T12:19:15.034Z] 12:06:01 3 13.47 0.00 4.94 3.96 29.67 47.95 [2021-03-17T12:19:15.034Z] 12:07:01 all 2.21 0.00 1.78 0.63 8.80 86.57 [2021-03-17T12:19:15.034Z] 12:07:01 0 1.69 0.00 1.75 0.11 7.99 88.45 [2021-03-17T12:19:15.034Z] 12:07:01 1 2.42 0.00 1.96 0.37 10.26 85.00 [2021-03-17T12:19:15.034Z] 12:07:01 2 2.75 0.00 1.70 1.39 8.72 85.44 [2021-03-17T12:19:15.034Z] 12:07:01 3 1.99 0.00 1.69 0.67 8.22 87.44 [2021-03-17T12:19:15.034Z] 12:08:01 all 0.09 0.00 0.04 0.00 0.44 99.43 [2021-03-17T12:19:15.034Z] 12:08:01 0 0.02 0.00 0.05 0.00 0.37 99.57 [2021-03-17T12:19:15.034Z] 12:08:01 1 0.08 0.00 0.05 0.00 0.58 99.29 [2021-03-17T12:19:15.034Z] 12:08:01 2 0.22 0.00 0.05 0.00 0.61 99.12 [2021-03-17T12:19:15.034Z] 12:08:01 3 0.03 0.00 0.02 0.00 0.22 99.73 [2021-03-17T12:19:15.034Z] 12:09:01 all 0.07 0.00 0.05 0.00 0.42 99.46 [2021-03-17T12:19:15.034Z] 12:09:01 0 0.02 0.00 0.02 0.00 0.58 99.39 [2021-03-17T12:19:15.034Z] 12:09:01 1 0.20 0.00 0.05 0.00 0.57 99.18 [2021-03-17T12:19:15.034Z] 12:09:01 2 0.03 0.00 0.08 0.00 0.43 99.45 [2021-03-17T12:19:15.034Z] 12:09:01 3 0.02 0.00 0.05 0.00 0.12 99.82 [2021-03-17T12:19:15.034Z] 12:10:02 all 0.09 0.00 0.05 0.00 0.74 99.12 [2021-03-17T12:19:15.034Z] 12:10:02 0 0.00 0.00 0.02 0.00 0.25 99.73 [2021-03-17T12:19:15.034Z] 12:10:02 1 0.23 0.00 0.03 0.00 0.61 99.12 [2021-03-17T12:19:15.034Z] 12:10:02 2 0.07 0.00 0.08 0.00 1.56 98.29 [2021-03-17T12:19:15.034Z] 12:10:02 3 0.07 0.00 0.08 0.00 0.51 99.34 [2021-03-17T12:19:15.034Z] 12:11:01 all 0.09 0.00 0.08 0.00 0.92 98.91 [2021-03-17T12:19:15.034Z] 12:11:01 0 0.03 0.00 0.03 0.00 1.09 98.84 [2021-03-17T12:19:15.034Z] 12:11:01 1 0.05 0.00 0.12 0.00 0.71 99.12 [2021-03-17T12:19:15.034Z] 12:11:01 2 0.27 0.00 0.13 0.00 1.04 98.55 [2021-03-17T12:19:15.034Z] 12:11:01 3 0.00 0.00 0.02 0.00 0.84 99.14 [2021-03-17T12:19:15.034Z] 12:12:01 all 0.08 0.00 0.02 0.00 0.62 99.28 [2021-03-17T12:19:15.034Z] 12:12:01 0 0.03 0.00 0.03 0.00 0.71 99.22 [2021-03-17T12:19:15.034Z] 12:12:01 1 0.10 0.00 0.02 0.00 0.32 99.57 [2021-03-17T12:19:15.034Z] 12:12:01 2 0.18 0.00 0.03 0.00 0.73 99.06 [2021-03-17T12:19:15.034Z] 12:12:01 3 0.00 0.00 0.00 0.00 0.71 99.29 [2021-03-17T12:19:15.034Z] 12:13:01 all 0.10 0.00 0.03 0.00 0.40 99.47 [2021-03-17T12:19:15.034Z] 12:13:01 0 0.02 0.00 0.02 0.00 0.17 99.80 [2021-03-17T12:19:15.034Z] 12:13:01 1 0.32 0.00 0.03 0.00 0.70 98.95 [2021-03-17T12:19:15.034Z] 12:13:01 2 0.05 0.00 0.05 0.00 0.35 99.55 [2021-03-17T12:19:15.034Z] 12:13:01 3 0.02 0.00 0.02 0.00 0.40 99.57 [2021-03-17T12:19:15.034Z] 12:14:01 all 0.06 0.00 0.03 0.00 0.18 99.73 [2021-03-17T12:19:15.034Z] 12:14:01 0 0.00 0.00 0.02 0.00 0.07 99.92 [2021-03-17T12:19:15.034Z] 12:14:01 1 0.20 0.00 0.05 0.00 0.33 99.42 [2021-03-17T12:19:15.034Z] 12:14:01 2 0.03 0.00 0.03 0.00 0.13 99.80 [2021-03-17T12:19:15.034Z] 12:14:01 3 0.00 0.00 0.02 0.00 0.18 99.80 [2021-03-17T12:19:15.034Z] 12:15:01 all 0.09 0.00 0.03 0.00 0.45 99.44 [2021-03-17T12:19:15.034Z] 12:15:01 0 0.05 0.00 0.02 0.00 0.60 99.34 [2021-03-17T12:19:15.034Z] 12:15:01 1 0.22 0.00 0.03 0.00 0.35 99.40 [2021-03-17T12:19:15.034Z] 12:15:01 2 0.07 0.00 0.05 0.00 0.81 99.07 [2021-03-17T12:19:15.034Z] 12:15:01 3 0.02 0.00 0.02 0.00 0.03 99.93 [2021-03-17T12:19:15.034Z] 12:16:01 all 0.07 0.00 0.02 0.00 0.68 99.24 [2021-03-17T12:19:15.034Z] 12:16:01 0 0.02 0.00 0.03 0.00 0.66 99.29 [2021-03-17T12:19:15.034Z] 12:16:01 1 0.23 0.00 0.00 0.00 0.73 99.04 [2021-03-17T12:19:15.034Z] 12:16:01 2 0.02 0.00 0.03 0.00 1.06 98.89 [2021-03-17T12:19:15.034Z] 12:16:01 3 0.00 0.00 0.00 0.00 0.27 99.73 [2021-03-17T12:19:15.034Z] [2021-03-17T12:19:15.034Z] 12:16:01 CPU %user %nice %system %iowait %steal %idle [2021-03-17T12:19:15.034Z] 12:17:01 all 0.11 0.00 0.02 0.00 0.26 99.61 [2021-03-17T12:19:15.034Z] 12:17:01 0 0.05 0.00 0.02 0.00 0.50 99.44 [2021-03-17T12:19:15.034Z] 12:17:01 1 0.33 0.00 0.05 0.00 0.28 99.33 [2021-03-17T12:19:15.034Z] 12:17:01 2 0.03 0.00 0.00 0.00 0.07 99.90 [2021-03-17T12:19:15.034Z] 12:17:01 3 0.02 0.00 0.02 0.00 0.20 99.77 [2021-03-17T12:19:15.034Z] 12:18:01 all 0.10 0.00 0.05 0.00 0.32 99.54 [2021-03-17T12:19:15.034Z] 12:18:01 0 0.05 0.00 0.07 0.00 0.65 99.24 [2021-03-17T12:19:15.034Z] 12:18:01 1 0.18 0.00 0.03 0.00 0.30 99.48 [2021-03-17T12:19:15.034Z] 12:18:01 2 0.15 0.00 0.05 0.00 0.27 99.53 [2021-03-17T12:19:15.034Z] 12:18:01 3 0.02 0.00 0.03 0.00 0.05 99.90 [2021-03-17T12:19:15.034Z] 12:19:02 all 4.21 0.00 3.41 2.39 12.41 77.58 [2021-03-17T12:19:15.034Z] 12:19:02 0 3.12 0.00 2.96 1.29 12.64 79.98 [2021-03-17T12:19:15.034Z] 12:19:02 1 3.87 0.00 3.38 0.65 12.51 79.59 [2021-03-17T12:19:15.034Z] 12:19:02 2 5.99 0.00 4.07 5.55 12.25 72.14 [2021-03-17T12:19:15.034Z] 12:19:02 3 3.87 0.00 3.25 2.09 12.23 78.55 [2021-03-17T12:19:15.034Z] Average: all 1.43 0.00 0.79 0.64 4.13 93.01 [2021-03-17T12:19:15.034Z] Average: 0 1.11 0.00 0.73 0.56 4.18 93.41 [2021-03-17T12:19:15.034Z] Average: 1 1.65 0.00 0.80 0.54 4.23 92.78 [2021-03-17T12:19:15.034Z] Average: 2 1.57 0.00 0.87 0.96 4.23 92.36 [2021-03-17T12:19:15.034Z] Average: 3 1.41 0.00 0.74 0.49 3.88 93.48 [2021-03-17T12:19:15.034Z] [2021-03-17T12:19:15.034Z] [2021-03-17T12:19:15.034Z]