Pull request #919 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 630f634f0394cd10ad61dbfa0bf594b247b38ad3+b9ddf41f4f06aaded587d16ed173cde5946a86e3 (5e43c7619d1191f9a8d7d4f402a60e13c1c7900d) 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > 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.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-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 ‘prd-centos7-blackbox-4c-2g-3715’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-4367’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-4369 in /w/workspace/dgexfoundry_device-sdk-go_PR-919 [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-919 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/919/head:refs/remotes/origin/PR-919 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit b9ddf41f4f06aaded587d16ed173cde5946a86e3 into PR head commit 630f634f0394cd10ad61dbfa0bf594b247b38ad3 Merge succeeded, producing 630f634f0394cd10ad61dbfa0bf594b247b38ad3 Checking out Revision 630f634f0394cd10ad61dbfa0bf594b247b38ad3 (PR-919) > git config core.sparsecheckout # timeout=10 > git checkout -f 630f634f0394cd10ad61dbfa0bf594b247b38ad3 # 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 b9ddf41f4f06aaded587d16ed173cde5946a86e3 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 630f634f0394cd10ad61dbfa0bf594b247b38ad3 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-messaging/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-11T07:18:51.739Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-11T07:18:51.825Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-11T07:18:51.853Z] ========================================================= [2021-05-11T07:18:51.853Z] EdgeX Global Pipelines Version Info [2021-05-11T07:18:51.853Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk ba9182f884d787fcb5b7c5631719d30bf142a80c # timeout=10 [2021-05-11T07:18:53.349Z] ------------------- [2021-05-11T07:18:53.350Z] stable info: [2021-05-11T07:18:53.350Z] ------------------- [2021-05-11T07:18:53.350Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-11T07:18:53.350Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-11T07:18:53.350Z] Message: update stable to v1.0.191 [2021-05-11T07:18:54.299Z] ------------------- [2021-05-11T07:18:54.299Z] experimental info: [2021-05-11T07:18:54.299Z] ------------------- [2021-05-11T07:18:54.299Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-11T07:18:54.299Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-11T07:18:54.299Z] Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-11T07:18:54.421Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-05-11T07:18:54.445Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-05-11T07:18:54.469Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-11T07:18:54.493Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-11T07:18:54.518Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-11T07:18:54.560Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-11T07:18:54.599Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-11T07:18:54.625Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-11T07:18:54.657Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-05-11T07:18:54.686Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-11T07:18:54.711Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-11T07:18:54.734Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2021-05-11T07:18:54.761Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-11T07:18:54.786Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-11T07:18:54.827Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-11T07:18:54.852Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-05-11T07:18:54.876Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-05-11T07:18:54.901Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-05-11T07:18:54.963Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-11T07:18:54.987Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-05-11T07:18:55.011Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-05-11T07:18:55.063Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-05-11T07:18:55.114Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-05-11T07:18:55.169Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-05-11T07:18:55.199Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-05-11T07:18:55.224Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-11T07:18:55.247Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-919 [Pipeline] echo [2021-05-11T07:18:55.271Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-919 [Pipeline] echo [2021-05-11T07:18:55.295Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-919 [Pipeline] echo [2021-05-11T07:18:55.319Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 630f634f0394cd10ad61dbfa0bf594b247b38ad3 [Pipeline] echo [2021-05-11T07:18:55.343Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 630f634 [Pipeline] echo [2021-05-11T07:18:55.365Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-11T07:18:55.460Z] provisioning config files... [2021-05-11T07:18:55.491Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-919@tmp/config2100433623283639810tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T07:18:55.818Z] ---> docker-login.sh [2021-05-11T07:18:55.818Z] nexus3.edgexfoundry.org:10001 [2021-05-11T07:18:56.083Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T07:18:56.348Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T07:18:56.348Z] Configure a credential helper to remove this warning. See [2021-05-11T07:18:56.348Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T07:18:56.348Z] [2021-05-11T07:18:56.348Z] Login Succeeded [2021-05-11T07:18:56.348Z] nexus3.edgexfoundry.org:10002 [2021-05-11T07:18:56.348Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T07:18:56.348Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T07:18:56.348Z] Configure a credential helper to remove this warning. See [2021-05-11T07:18:56.348Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T07:18:56.348Z] [2021-05-11T07:18:56.348Z] Login Succeeded [2021-05-11T07:18:56.348Z] nexus3.edgexfoundry.org:10003 [2021-05-11T07:18:56.612Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T07:18:56.612Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T07:18:56.612Z] Configure a credential helper to remove this warning. See [2021-05-11T07:18:56.612Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T07:18:56.612Z] [2021-05-11T07:18:56.612Z] Login Succeeded [2021-05-11T07:18:56.612Z] nexus3.edgexfoundry.org:10004 [2021-05-11T07:18:56.880Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T07:18:56.880Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T07:18:56.880Z] Configure a credential helper to remove this warning. See [2021-05-11T07:18:56.880Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T07:18:56.880Z] [2021-05-11T07:18:56.880Z] Login Succeeded [2021-05-11T07:18:56.880Z] docker.io [2021-05-11T07:18:56.880Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T07:18:57.145Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T07:18:57.145Z] Configure a credential helper to remove this warning. See [2021-05-11T07:18:57.145Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T07:18:57.145Z] [2021-05-11T07:18:57.145Z] Login Succeeded [2021-05-11T07:18:57.145Z] ---> docker-login.sh ends [Pipeline] } [2021-05-11T07:18:57.156Z] 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-05-11T07:18:57.586Z] + git log --format=format:%s -1 630f634f0394cd10ad61dbfa0bf594b247b38ad3 [Pipeline] echo [2021-05-11T07:18:57.668Z] GIT_COMMIT: 630f634f0394cd10ad61dbfa0bf594b247b38ad3, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-messaging/v2 [Pipeline] echo [2021-05-11T07:18:57.682Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:18:58.254Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T07:18:58.254Z] [2021-05-11T07:18:58.254Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:18:58.569Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T07:18:58.570Z] latest: Pulling from edgex-devops/git-semver [2021-05-11T07:18:58.570Z] 31603596830f: Pulling fs layer [2021-05-11T07:18:58.570Z] 54011a49482f: Pulling fs layer [2021-05-11T07:18:58.570Z] a6820b24f6d8: Pulling fs layer [2021-05-11T07:18:58.570Z] f581987b2513: Pulling fs layer [2021-05-11T07:18:58.570Z] f581987b2513: Waiting [2021-05-11T07:18:58.570Z] 54011a49482f: Verifying Checksum [2021-05-11T07:18:58.570Z] 54011a49482f: Download complete [2021-05-11T07:18:58.570Z] 31603596830f: Verifying Checksum [2021-05-11T07:18:58.570Z] 31603596830f: Download complete [2021-05-11T07:18:58.833Z] f581987b2513: Verifying Checksum [2021-05-11T07:18:58.833Z] a6820b24f6d8: Verifying Checksum [2021-05-11T07:18:58.833Z] a6820b24f6d8: Download complete [2021-05-11T07:18:59.096Z] 31603596830f: Pull complete [2021-05-11T07:18:59.361Z] 54011a49482f: Pull complete [2021-05-11T07:18:59.948Z] a6820b24f6d8: Pull complete [2021-05-11T07:19:00.523Z] f581987b2513: Pull complete [2021-05-11T07:19:00.523Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-11T07:19:00.523Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T07:19:00.523Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-11T07:19:00.627Z] prd-centos7-docker-4c-2g-4369 does not seem to be running inside a container [2021-05-11T07:19:00.679Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-919 -v /w/workspace/dgexfoundry_device-sdk-go_PR-919:/w/workspace/dgexfoundry_device-sdk-go_PR-919:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-919@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-919@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-11T07:19:02.855Z] $ docker top 76a719515f4f694e035509d339bb280e4e552d385e6037b0883fd88949d72a98 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-11T07:19:03.014Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-11T07:19:03.014Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-11T07:19:03.255Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-11T07:19:03.261Z] $ docker exec 76a719515f4f694e035509d339bb280e4e552d385e6037b0883fd88949d72a98 ssh-agent [2021-05-11T07:19:03.429Z] SSH_AUTH_SOCK=/tmp/ssh-qxdFSjsVNIsr/agent.11 [2021-05-11T07:19:03.429Z] SSH_AGENT_PID=16 [2021-05-11T07:19:03.441Z] Running ssh-add (command line suppressed) [2021-05-11T07:19:03.577Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-919@tmp/private_key_3220194138113989184.key (/w/workspace/dgexfoundry_device-sdk-go_PR-919@tmp/private_key_3220194138113989184.key) [2021-05-11T07:19:03.632Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-11T07:19:03.938Z] + git tag --points-at HEAD [Pipeline] } [2021-05-11T07:19:03.962Z] $ docker exec --env ******** --env ******** 76a719515f4f694e035509d339bb280e4e552d385e6037b0883fd88949d72a98 ssh-agent -k [2021-05-11T07:19:04.081Z] unset SSH_AUTH_SOCK; [2021-05-11T07:19:04.081Z] unset SSH_AGENT_PID; [2021-05-11T07:19:04.081Z] echo Agent pid 16 killed; [2021-05-11T07:19:04.128Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-11T07:19:04.169Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-11T07:19:04.169Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-11T07:19:04.344Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-11T07:19:04.351Z] $ docker exec 76a719515f4f694e035509d339bb280e4e552d385e6037b0883fd88949d72a98 ssh-agent [2021-05-11T07:19:04.525Z] SSH_AUTH_SOCK=/tmp/ssh-vukDAk9DPSKe/agent.46 [2021-05-11T07:19:04.525Z] SSH_AGENT_PID=52 [2021-05-11T07:19:04.533Z] Running ssh-add (command line suppressed) [2021-05-11T07:19:04.662Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-919@tmp/private_key_2817553442206330826.key (/w/workspace/dgexfoundry_device-sdk-go_PR-919@tmp/private_key_2817553442206330826.key) [2021-05-11T07:19:04.734Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-11T07:19:05.036Z] + git semver init [2021-05-11T07:19:05.036Z] # -> Open(): unable to determine branch for HEAD [2021-05-11T07:19:05.036Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-919/.git [2021-05-11T07:19:05.036Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-919 [2021-05-11T07:19:05.036Z] # $SEMVER_REMOTE_NAME = origin [2021-05-11T07:19:05.036Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-11T07:19:05.036Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-11T07:19:05.036Z] # $SEMVER_BRANCH = PR-919 [2021-05-11T07:19:05.036Z] # $SEMVER_TEMP = /tmp/semver-189854646 [2021-05-11T07:19:05.036Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-05-11T07:19:05.983Z] # '/tmp/semver-189854646' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-919/.semver' [2021-05-11T07:19:05.983Z] # -> Force: false [2021-05-11T07:19:05.983Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-919/.semver [Pipeline] } [2021-05-11T07:19:05.999Z] $ docker exec --env ******** --env ******** 76a719515f4f694e035509d339bb280e4e552d385e6037b0883fd88949d72a98 ssh-agent -k [2021-05-11T07:19:06.116Z] unset SSH_AUTH_SOCK; [2021-05-11T07:19:06.117Z] unset SSH_AGENT_PID; [2021-05-11T07:19:06.117Z] echo Agent pid 52 killed; [2021-05-11T07:19:06.162Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-11T07:19:06.499Z] + git semver [Pipeline] } [2021-05-11T07:19:06.519Z] $ docker stop --time=1 76a719515f4f694e035509d339bb280e4e552d385e6037b0883fd88949d72a98 [2021-05-11T07:19:08.710Z] $ docker rm -f 76a719515f4f694e035509d339bb280e4e552d385e6037b0883fd88949d72a98 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-11T07:19:09.194Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-11T07:19:09.512Z] Stashed 1 file(s) [Pipeline] echo [2021-05-11T07:19:09.516Z] [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-05-11T07:19:24.693Z] Still waiting to schedule task [2021-05-11T07:19:24.694Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-05-11T07:19:24.697Z] Still waiting to schedule task [2021-05-11T07:19:24.697Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-05-11T07:22:18.640Z] Running on prd-centos7-docker-4c-2g-4370 in /w/workspace/dgexfoundry_device-sdk-go_PR-919 [Pipeline] { [Pipeline] ws [2021-05-11T07:22:18.664Z] Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout [2021-05-11T07:22:29.039Z] using credential edgex-jenkins-ssh [2021-05-11T07:22:29.056Z] Cloning the remote Git repository [2021-05-11T07:22:29.176Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-05-11T07:22:29.271Z] > git init /w/workspace/device-sdk-go/3 # timeout=10 [2021-05-11T07:22:29.406Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-05-11T07:22:29.406Z] > git --version # timeout=10 [2021-05-11T07:22:29.424Z] > git --version # 'git version 2.24.3' [2021-05-11T07:22:29.426Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T07:22:29.502Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T07:22:30.756Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-05-11T07:22:30.816Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T07:22:30.867Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-05-11T07:22:30.997Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-05-11T07:22:30.998Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T07:22:31.010Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/919/head:refs/remotes/origin/PR-919 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-11T07:22:31.536Z] Merging remotes/origin/master commit b9ddf41f4f06aaded587d16ed173cde5946a86e3 into PR head commit 630f634f0394cd10ad61dbfa0bf594b247b38ad3 [2021-05-11T07:22:32.366Z] Merge succeeded, producing 630f634f0394cd10ad61dbfa0bf594b247b38ad3 [2021-05-11T07:22:32.367Z] Checking out Revision 630f634f0394cd10ad61dbfa0bf594b247b38ad3 (PR-919) [2021-05-11T07:22:31.553Z] > git config core.sparsecheckout # timeout=10 [2021-05-11T07:22:31.690Z] > git checkout -f 630f634f0394cd10ad61dbfa0bf594b247b38ad3 # timeout=10 [2021-05-11T07:22:31.818Z] > git remote # timeout=10 [2021-05-11T07:22:31.916Z] > git config --get remote.origin.url # timeout=10 [2021-05-11T07:22:32.022Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T07:22:32.029Z] > git merge b9ddf41f4f06aaded587d16ed173cde5946a86e3 # timeout=10 [2021-05-11T07:22:32.186Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-11T07:22:32.386Z] > git config core.sparsecheckout # timeout=10 [2021-05-11T07:22:32.442Z] > git checkout -f 630f634f0394cd10ad61dbfa0bf594b247b38ad3 # timeout=10 [2021-05-11T07:22:37.878Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-messaging/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-11T07:22:39.860Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-11T07:22:40.400Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-11T07:22:40.807Z] + sudo service docker restart [2021-05-11T07:22:40.807Z] + true [2021-05-11T07:22:40.807Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-11T07:22:43.022Z] provisioning config files... [2021-05-11T07:22:43.064Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/3@tmp/config3018752729845435177tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T07:22:43.512Z] ---> docker-login.sh [2021-05-11T07:22:43.512Z] nexus3.edgexfoundry.org:10001 [2021-05-11T07:22:44.156Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T07:22:44.466Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T07:22:44.466Z] Configure a credential helper to remove this warning. See [2021-05-11T07:22:44.466Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T07:22:44.466Z] [2021-05-11T07:22:44.466Z] Login Succeeded [2021-05-11T07:22:44.466Z] nexus3.edgexfoundry.org:10002 [2021-05-11T07:22:44.737Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T07:22:44.737Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T07:22:44.737Z] Configure a credential helper to remove this warning. See [2021-05-11T07:22:44.737Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T07:22:44.737Z] [2021-05-11T07:22:44.737Z] Login Succeeded [2021-05-11T07:22:44.737Z] nexus3.edgexfoundry.org:10003 [2021-05-11T07:22:45.385Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T07:22:45.385Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T07:22:45.385Z] Configure a credential helper to remove this warning. See [2021-05-11T07:22:45.385Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T07:22:45.385Z] [2021-05-11T07:22:45.385Z] Login Succeeded [2021-05-11T07:22:45.385Z] nexus3.edgexfoundry.org:10004 [2021-05-11T07:22:45.697Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T07:22:46.063Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T07:22:46.063Z] Configure a credential helper to remove this warning. See [2021-05-11T07:22:46.063Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T07:22:46.063Z] [2021-05-11T07:22:46.063Z] Login Succeeded [2021-05-11T07:22:46.063Z] docker.io [2021-05-11T07:22:46.063Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T07:22:46.696Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T07:22:46.696Z] Configure a credential helper to remove this warning. See [2021-05-11T07:22:46.696Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T07:22:46.696Z] [2021-05-11T07:22:46.696Z] Login Succeeded [2021-05-11T07:22:46.696Z] ---> docker-login.sh ends [Pipeline] } [2021-05-11T07:22:46.769Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-11T07:22:47.323Z] ========================================================= [2021-05-11T07:22:47.323Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-11T07:22:47.323Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:22:47.744Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-05-11T07:22:48.030Z] Sending build context to Docker daemon 2.538MB [2021-05-11T07:22:48.030Z] Step 1/8 : ARG BASE=golang:1.16-alpine3.12 [2021-05-11T07:22:48.030Z] Step 2/8 : FROM ${BASE} [2021-05-11T07:22:48.303Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-11T07:22:48.303Z] 540db60ca938: Pulling fs layer [2021-05-11T07:22:48.303Z] adcc1eea9eea: Pulling fs layer [2021-05-11T07:22:48.303Z] 4c4ab2625f07: Pulling fs layer [2021-05-11T07:22:48.303Z] 0510c868ecb4: Pulling fs layer [2021-05-11T07:22:48.303Z] afea3b2eda06: Pulling fs layer [2021-05-11T07:22:48.303Z] 7809a108b3ef: Pulling fs layer [2021-05-11T07:22:48.303Z] f706445af74f: Pulling fs layer [2021-05-11T07:22:48.303Z] 0510c868ecb4: Waiting [2021-05-11T07:22:48.303Z] afea3b2eda06: Waiting [2021-05-11T07:22:48.303Z] 7809a108b3ef: Waiting [2021-05-11T07:22:48.303Z] f706445af74f: Waiting [2021-05-11T07:22:48.303Z] 4c4ab2625f07: Verifying Checksum [2021-05-11T07:22:48.303Z] 4c4ab2625f07: Download complete [2021-05-11T07:22:48.303Z] adcc1eea9eea: Verifying Checksum [2021-05-11T07:22:48.303Z] adcc1eea9eea: Download complete [2021-05-11T07:22:48.303Z] afea3b2eda06: Verifying Checksum [2021-05-11T07:22:48.303Z] afea3b2eda06: Download complete [2021-05-11T07:22:48.303Z] 7809a108b3ef: Verifying Checksum [2021-05-11T07:22:48.303Z] 7809a108b3ef: Download complete [2021-05-11T07:22:48.609Z] 540db60ca938: Verifying Checksum [2021-05-11T07:22:48.609Z] 540db60ca938: Download complete [2021-05-11T07:22:49.776Z] 540db60ca938: Pull complete [2021-05-11T07:22:50.113Z] adcc1eea9eea: Pull complete [2021-05-11T07:22:50.421Z] 4c4ab2625f07: Pull complete [2021-05-11T07:22:53.353Z] f706445af74f: Verifying Checksum [2021-05-11T07:22:53.353Z] f706445af74f: Download complete [2021-05-11T07:22:56.237Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4371 in /w/workspace/dgexfoundry_device-sdk-go_PR-919 [Pipeline] { [Pipeline] ws [2021-05-11T07:22:56.256Z] Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout [2021-05-11T07:22:56.318Z] 0510c868ecb4: Verifying Checksum [2021-05-11T07:22:56.318Z] 0510c868ecb4: Download complete [2021-05-11T07:23:02.081Z] using credential edgex-jenkins-ssh [2021-05-11T07:23:02.104Z] Cloning the remote Git repository [2021-05-11T07:23:02.162Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-05-11T07:23:02.271Z] > git init /w/workspace/device-sdk-go/3 # timeout=10 [2021-05-11T07:23:02.354Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-05-11T07:23:02.355Z] > git --version # timeout=10 [2021-05-11T07:23:02.377Z] > git --version # 'git version 2.17.1' [2021-05-11T07:23:02.379Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T07:23:02.440Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T07:23:04.792Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-05-11T07:23:04.813Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T07:23:04.833Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-05-11T07:23:04.867Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-05-11T07:23:04.867Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T07:23:04.879Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/919/head:refs/remotes/origin/PR-919 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-11T07:23:05.364Z] Merging remotes/origin/master commit b9ddf41f4f06aaded587d16ed173cde5946a86e3 into PR head commit 630f634f0394cd10ad61dbfa0bf594b247b38ad3 [2021-05-11T07:23:05.566Z] Merge succeeded, producing 630f634f0394cd10ad61dbfa0bf594b247b38ad3 [2021-05-11T07:23:05.566Z] Checking out Revision 630f634f0394cd10ad61dbfa0bf594b247b38ad3 (PR-919) [2021-05-11T07:23:05.392Z] > git config core.sparsecheckout # timeout=10 [2021-05-11T07:23:05.405Z] > git checkout -f 630f634f0394cd10ad61dbfa0bf594b247b38ad3 # timeout=10 [2021-05-11T07:23:05.498Z] > git remote # timeout=10 [2021-05-11T07:23:05.516Z] > git config --get remote.origin.url # timeout=10 [2021-05-11T07:23:05.533Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T07:23:05.543Z] > git merge b9ddf41f4f06aaded587d16ed173cde5946a86e3 # timeout=10 [2021-05-11T07:23:05.562Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-11T07:23:05.584Z] > git config core.sparsecheckout # timeout=10 [2021-05-11T07:23:05.596Z] > git checkout -f 630f634f0394cd10ad61dbfa0bf594b247b38ad3 # timeout=10 [2021-05-11T07:23:09.798Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-messaging/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-11T07:23:11.309Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-11T07:23:11.732Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-11T07:23:11.975Z] 0510c868ecb4: Pull complete [2021-05-11T07:23:11.975Z] afea3b2eda06: Pull complete [2021-05-11T07:23:12.078Z] + sudo service docker restart [2021-05-11T07:23:12.078Z] + true [2021-05-11T07:23:12.251Z] 7809a108b3ef: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-11T07:23:14.737Z] provisioning config files... [2021-05-11T07:23:14.776Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/3@tmp/config4363159781296409210tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T07:23:15.146Z] ---> docker-login.sh [2021-05-11T07:23:15.146Z] nexus3.edgexfoundry.org:10001 [2021-05-11T07:23:16.125Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T07:23:16.397Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T07:23:16.397Z] Configure a credential helper to remove this warning. See [2021-05-11T07:23:16.397Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T07:23:16.397Z] [2021-05-11T07:23:16.397Z] Login Succeeded [2021-05-11T07:23:16.397Z] nexus3.edgexfoundry.org:10002 [2021-05-11T07:23:16.672Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T07:23:16.946Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T07:23:16.946Z] Configure a credential helper to remove this warning. See [2021-05-11T07:23:16.946Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T07:23:16.946Z] [2021-05-11T07:23:16.946Z] Login Succeeded [2021-05-11T07:23:16.946Z] nexus3.edgexfoundry.org:10003 [2021-05-11T07:23:17.218Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T07:23:17.492Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T07:23:17.492Z] Configure a credential helper to remove this warning. See [2021-05-11T07:23:17.492Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T07:23:17.492Z] [2021-05-11T07:23:17.492Z] Login Succeeded [2021-05-11T07:23:17.492Z] nexus3.edgexfoundry.org:10004 [2021-05-11T07:23:17.766Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T07:23:18.039Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T07:23:18.039Z] Configure a credential helper to remove this warning. See [2021-05-11T07:23:18.039Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T07:23:18.039Z] [2021-05-11T07:23:18.039Z] Login Succeeded [2021-05-11T07:23:18.039Z] docker.io [2021-05-11T07:23:18.311Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T07:23:18.583Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T07:23:18.583Z] Configure a credential helper to remove this warning. See [2021-05-11T07:23:18.583Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T07:23:18.583Z] [2021-05-11T07:23:18.583Z] Login Succeeded [2021-05-11T07:23:18.583Z] ---> docker-login.sh ends [Pipeline] } [2021-05-11T07:23:18.599Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-11T07:23:18.898Z] ========================================================= [2021-05-11T07:23:18.898Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-11T07:23:18.898Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:23:19.248Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-05-11T07:23:19.524Z] Sending build context to Docker daemon 2.537MB [2021-05-11T07:23:19.524Z] Step 1/8 : ARG BASE=golang:1.16-alpine3.12 [2021-05-11T07:23:19.524Z] Step 2/8 : FROM ${BASE} [2021-05-11T07:23:19.799Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-11T07:23:19.799Z] 595b0fe564bb: Pulling fs layer [2021-05-11T07:23:19.799Z] 7186ed65a4f7: Pulling fs layer [2021-05-11T07:23:19.799Z] 316046926c0a: Pulling fs layer [2021-05-11T07:23:19.799Z] 4ebd0625c992: Pulling fs layer [2021-05-11T07:23:19.799Z] 207e8628e3a3: Pulling fs layer [2021-05-11T07:23:19.799Z] c791037a9be2: Pulling fs layer [2021-05-11T07:23:19.799Z] ffd874e62e21: Pulling fs layer [2021-05-11T07:23:19.799Z] 207e8628e3a3: Waiting [2021-05-11T07:23:19.799Z] c791037a9be2: Waiting [2021-05-11T07:23:19.799Z] ffd874e62e21: Waiting [2021-05-11T07:23:19.799Z] 4ebd0625c992: Waiting [2021-05-11T07:23:19.799Z] 316046926c0a: Verifying Checksum [2021-05-11T07:23:19.799Z] 316046926c0a: Download complete [2021-05-11T07:23:19.799Z] 7186ed65a4f7: Verifying Checksum [2021-05-11T07:23:19.799Z] 7186ed65a4f7: Download complete [2021-05-11T07:23:19.799Z] 207e8628e3a3: Verifying Checksum [2021-05-11T07:23:19.799Z] 207e8628e3a3: Download complete [2021-05-11T07:23:19.799Z] 595b0fe564bb: Verifying Checksum [2021-05-11T07:23:20.085Z] c791037a9be2: Download complete [2021-05-11T07:23:20.688Z] 595b0fe564bb: Pull complete [2021-05-11T07:23:20.888Z] f706445af74f: Pull complete [2021-05-11T07:23:20.888Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-11T07:23:20.888Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-11T07:23:20.888Z] ---> b068be0155e3 [2021-05-11T07:23:20.888Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-11T07:23:20.888Z] ---> Running in 3e8e72c40a39 [2021-05-11T07:23:20.888Z] Removing intermediate container 3e8e72c40a39 [2021-05-11T07:23:20.888Z] ---> 544ff9be4238 [2021-05-11T07:23:20.888Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T07:23:20.888Z] ---> Running in 452c9d1bf892 [2021-05-11T07:23:21.311Z] 7186ed65a4f7: Pull complete [2021-05-11T07:23:21.587Z] ffd874e62e21: Verifying Checksum [2021-05-11T07:23:21.587Z] ffd874e62e21: Download complete [2021-05-11T07:23:21.863Z] 316046926c0a: Pull complete [2021-05-11T07:23:23.302Z] 4ebd0625c992: Verifying Checksum [2021-05-11T07:23:23.302Z] 4ebd0625c992: Download complete [2021-05-11T07:23:23.658Z] Removing intermediate container 452c9d1bf892 [2021-05-11T07:23:23.659Z] ---> a1a11adfe32e [2021-05-11T07:23:23.659Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-05-11T07:23:23.659Z] ---> Running in 4a8995b64303 [2021-05-11T07:23:25.170Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T07:23:26.789Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T07:23:28.517Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-05-11T07:23:28.517Z] (2/6) Installing libsodium (1.0.18-r0) [2021-05-11T07:23:28.517Z] (3/6) Installing pkgconf (1.7.3-r0) [2021-05-11T07:23:28.864Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-05-11T07:23:28.864Z] (5/6) Installing libzmq (4.3.3-r1) [2021-05-11T07:23:29.196Z] (6/6) Installing zeromq-dev (4.3.3-r1) [2021-05-11T07:23:29.196Z] Executing busybox-1.32.1-r6.trigger [2021-05-11T07:23:29.521Z] OK: 150 MiB in 46 packages [2021-05-11T07:23:31.173Z] Removing intermediate container 4a8995b64303 [2021-05-11T07:23:31.173Z] ---> 2873fb3e9db0 [2021-05-11T07:23:31.173Z] Step 6/8 : WORKDIR /device-sdk-go [2021-05-11T07:23:31.173Z] ---> Running in a08224e11bd8 [2021-05-11T07:23:31.900Z] Removing intermediate container a08224e11bd8 [2021-05-11T07:23:31.900Z] ---> 73eb83f3ac60 [2021-05-11T07:23:31.900Z] Step 7/8 : COPY . . [2021-05-11T07:23:33.473Z] 4ebd0625c992: Pull complete [2021-05-11T07:23:33.747Z] 207e8628e3a3: Pull complete [2021-05-11T07:23:34.153Z] ---> 47b33c30f432 [2021-05-11T07:23:34.153Z] Step 8/8 : RUN go mod download [2021-05-11T07:23:34.343Z] c791037a9be2: Pull complete [2021-05-11T07:23:34.519Z] ---> Running in 65fe5978b09b [2021-05-11T07:23:37.734Z] ffd874e62e21: Pull complete [2021-05-11T07:23:38.008Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-11T07:23:38.008Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-11T07:23:38.008Z] ---> cfc18b08335c [2021-05-11T07:23:38.008Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-11T07:23:41.428Z] ---> Running in a6315eace280 [2021-05-11T07:23:41.428Z] Removing intermediate container a6315eace280 [2021-05-11T07:23:41.428Z] ---> b27afabf7740 [2021-05-11T07:23:41.428Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T07:23:41.428Z] ---> Running in d69048d1b617 [2021-05-11T07:23:44.057Z] Removing intermediate container d69048d1b617 [2021-05-11T07:23:44.057Z] ---> dd2870da5ada [2021-05-11T07:23:44.057Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-05-11T07:23:44.057Z] ---> Running in 0827dff1beb7 [2021-05-11T07:23:45.039Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T07:23:47.658Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T07:23:50.265Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-05-11T07:23:50.265Z] (2/6) Installing libsodium (1.0.18-r0) [2021-05-11T07:23:50.265Z] (3/6) Installing pkgconf (1.7.3-r0) [2021-05-11T07:23:50.535Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-05-11T07:23:50.807Z] (5/6) Installing libzmq (4.3.3-r1) [2021-05-11T07:23:51.082Z] (6/6) Installing zeromq-dev (4.3.3-r1) [2021-05-11T07:23:51.356Z] Executing busybox-1.32.1-r6.trigger [2021-05-11T07:23:51.356Z] OK: 139 MiB in 46 packages [2021-05-11T07:23:52.338Z] Removing intermediate container 0827dff1beb7 [2021-05-11T07:23:52.338Z] ---> 9ad1ba95d98c [2021-05-11T07:23:52.338Z] Step 6/8 : WORKDIR /device-sdk-go [2021-05-11T07:23:52.608Z] ---> Running in 76c5d53f1f1b [2021-05-11T07:23:53.199Z] Removing intermediate container 76c5d53f1f1b [2021-05-11T07:23:53.200Z] ---> 72a9d9a3f36f [2021-05-11T07:23:53.200Z] Step 7/8 : COPY . . [2021-05-11T07:23:54.171Z] ---> a32e0ebd5cab [2021-05-11T07:23:54.171Z] Step 8/8 : RUN go mod download [2021-05-11T07:23:54.442Z] ---> Running in 6dcb42391d6e [2021-05-11T07:24:21.235Z] Removing intermediate container 6dcb42391d6e [2021-05-11T07:24:21.235Z] ---> 95b7946251cf [2021-05-11T07:24:21.235Z] Successfully built 95b7946251cf [2021-05-11T07:24:21.235Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:24:21.580Z] + docker inspect -f . ci-base-image-arm64 [2021-05-11T07:24:21.580Z] . [Pipeline] withDockerContainer [2021-05-11T07:24:21.845Z] prd-ubuntu18.04-docker-arm64-4c-16g-4371 does not seem to be running inside a container [2021-05-11T07:24:21.936Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-11T07:24:21.978Z] Removing intermediate container 65fe5978b09b [2021-05-11T07:24:21.978Z] ---> 2cd656f8793e [2021-05-11T07:24:21.978Z] Successfully built 2cd656f8793e [2021-05-11T07:24:21.978Z] Successfully tagged ci-base-image-x86_64:latest [2021-05-11T07:24:23.498Z] $ docker top 32b87cadae5b86aef8a5658670fb1fd599ef5b3ab22e4271b27f99f3d4f29eb7 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:24:24.462Z] + go version [2021-05-11T07:24:24.462Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-11T07:24:24.489Z] $ docker stop --time=1 32b87cadae5b86aef8a5658670fb1fd599ef5b3ab22e4271b27f99f3d4f29eb7 [2021-05-11T07:24:24.603Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-11T07:24:24.958Z] . [2021-05-11T07:24:26.445Z] $ docker rm -f 32b87cadae5b86aef8a5658670fb1fd599ef5b3ab22e4271b27f99f3d4f29eb7 [Pipeline] // withDockerContainer [Pipeline] withDockerContainer [2021-05-11T07:24:27.083Z] prd-centos7-docker-4c-2g-4370 does not seem to be running inside a container [2021-05-11T07:24:27.285Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-11T07:24:29.333Z] $ docker top dfc04e79e620fb11400be6931eb56d303924bb05d490bd5c3ac766944271dc2e -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:24:30.084Z] + docker inspect -f . ci-base-image-arm64 [2021-05-11T07:24:30.084Z] . [Pipeline] withDockerContainer [2021-05-11T07:24:30.319Z] + go version [2021-05-11T07:24:30.319Z] go version go1.16.3 linux/amd64 [2021-05-11T07:24:30.342Z] prd-ubuntu18.04-docker-arm64-4c-16g-4371 does not seem to be running inside a container [2021-05-11T07:24:30.420Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-11T07:24:31.944Z] $ docker top 871d4ae6e308e460d2b0ff62ba6315d39e08fa5b1112eed423c611919c1f5046 -eo pid,comm [Pipeline] { [Pipeline] } [2021-05-11T07:24:32.330Z] $ docker stop --time=1 dfc04e79e620fb11400be6931eb56d303924bb05d490bd5c3ac766944271dc2e [2021-05-11T07:24:34.595Z] $ docker rm -f dfc04e79e620fb11400be6931eb56d303924bb05d490bd5c3ac766944271dc2e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:24:36.243Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-11T07:24:36.243Z] . [2021-05-11T07:24:36.268Z] + go mod tidy [Pipeline] withDockerContainer [2021-05-11T07:24:36.731Z] prd-centos7-docker-4c-2g-4370 does not seem to be running inside a container [2021-05-11T07:24:36.853Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-11T07:24:38.288Z] $ docker top 7bed817a694378bad447b3340cf255f72162b8d6ad342585f9f51390504af53c -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2021-05-11T07:24:39.461Z] + make test [2021-05-11T07:24:39.461Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-11T07:24:40.068Z] + go mod tidy [Pipeline] sh [2021-05-11T07:24:43.431Z] + make test [2021-05-11T07:24:43.431Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-11T07:25:01.914Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-05-11T07:25:06.162Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-05-11T07:25:53.987Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-05-11T07:25:53.987Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-05-11T07:25:53.987Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-05-11T07:26:05.093Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.234s coverage: 25.4% of statements [2021-05-11T07:26:05.093Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-05-11T07:26:05.093Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.182s coverage: 28.1% of statements [2021-05-11T07:26:05.093Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.218s coverage: 78.9% of statements [2021-05-11T07:26:05.093Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.240s coverage: 10.7% of statements [2021-05-11T07:26:05.093Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-05-11T07:26:05.093Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-05-11T07:26:05.093Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-05-11T07:26:08.151Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.183s coverage: 30.2% of statements [2021-05-11T07:26:08.151Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-05-11T07:26:08.151Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler [no test files] [2021-05-11T07:26:08.151Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-05-11T07:26:08.151Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-05-11T07:26:08.817Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.196s coverage: 58.4% of statements [2021-05-11T07:26:10.046Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-05-11T07:26:10.047Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-05-11T07:26:10.047Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-05-11T07:26:10.930Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 2.343s coverage: 89.2% of statements [2021-05-11T07:26:10.930Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] [2021-05-11T07:26:10.930Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.114s coverage: 5.0% of statements [2021-05-11T07:26:10.930Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-05-11T07:26:11.675Z] GO111MODULE=on go vet ./... [2021-05-11T07:26:15.504Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.210s coverage: 25.4% of statements [2021-05-11T07:26:15.504Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-05-11T07:26:15.504Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.179s coverage: 28.1% of statements [2021-05-11T07:26:15.504Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.164s coverage: 78.9% of statements [2021-05-11T07:26:15.504Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.151s coverage: 10.7% of statements [2021-05-11T07:26:15.504Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-05-11T07:26:15.504Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-05-11T07:26:15.504Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-05-11T07:26:18.911Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.296s coverage: 30.2% of statements [2021-05-11T07:26:18.911Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-05-11T07:26:18.911Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler [no test files] [2021-05-11T07:26:18.912Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-05-11T07:26:18.912Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-05-11T07:26:18.912Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.336s coverage: 58.4% of statements [2021-05-11T07:26:21.559Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.146s coverage: 89.2% of statements [2021-05-11T07:26:21.559Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] [2021-05-11T07:26:21.559Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.142s coverage: 5.0% of statements [2021-05-11T07:26:21.559Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-05-11T07:26:21.832Z] GO111MODULE=on go vet ./... [2021-05-11T07:27:09.547Z] gofmt -l . [2021-05-11T07:27:09.547Z] [ "`gofmt -l .`" = "" ] [2021-05-11T07:27:09.547Z] ./bin/test-attribution-txt.sh [2021-05-11T07:27:09.547Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-05-11T07:27:09.595Z] $ docker stop --time=1 7bed817a694378bad447b3340cf255f72162b8d6ad342585f9f51390504af53c [2021-05-11T07:27:12.494Z] $ docker rm -f 7bed817a694378bad447b3340cf255f72162b8d6ad342585f9f51390504af53c [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-11T07:27:13.947Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-11T07:27:15.045Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-05-11T07:27:17.376Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-11T07:27:17.964Z] + ls -al . [2021-05-11T07:27:17.965Z] total 212 [2021-05-11T07:27:17.965Z] drwxrwxr-x. 10 jenkins jenkins 4096 May 11 07:27 . [2021-05-11T07:27:17.965Z] drwxrwxr-x. 4 jenkins jenkins 28 May 11 07:22 .. [2021-05-11T07:27:17.965Z] drwxrwxr-x. 2 jenkins jenkins 64 May 11 07:22 bin [2021-05-11T07:27:17.965Z] -rw-r--r--. 1 jenkins jenkins 124140 May 11 07:26 coverage.out [2021-05-11T07:27:17.965Z] -rw-rw-r--. 1 jenkins jenkins 987 May 11 07:22 Dockerfile.build [2021-05-11T07:27:17.965Z] -rw-rw-r--. 1 jenkins jenkins 140 May 11 07:22 .dockerignore [2021-05-11T07:27:17.965Z] drwxrwxr-x. 5 jenkins jenkins 62 May 11 07:22 example [2021-05-11T07:27:17.965Z] drwxrwxr-x. 8 jenkins jenkins 179 May 11 07:22 .git [2021-05-11T07:27:17.965Z] drwxrwxr-x. 2 jenkins jenkins 103 May 11 07:22 .github [2021-05-11T07:27:17.965Z] -rw-rw-r--. 1 jenkins jenkins 138 May 11 07:22 .gitignore [2021-05-11T07:27:17.965Z] -rw-r--r--. 1 jenkins jenkins 575 May 11 07:27 go.mod [2021-05-11T07:27:17.965Z] -rw-r--r--. 1 jenkins jenkins 20848 May 11 07:24 go.sum [2021-05-11T07:27:17.965Z] drwxrwxr-x. 15 jenkins jenkins 222 May 11 07:22 internal [2021-05-11T07:27:17.965Z] -rw-rw-r--. 1 jenkins jenkins 901 May 11 07:22 Jenkinsfile [2021-05-11T07:27:17.965Z] -rw-rw-r--. 1 jenkins jenkins 11341 May 11 07:22 LICENSE [2021-05-11T07:27:17.965Z] -rw-rw-r--. 1 jenkins jenkins 1000 May 11 07:22 Makefile [2021-05-11T07:27:17.965Z] drwxrwxr-x. 4 jenkins jenkins 26 May 11 07:22 openapi [2021-05-11T07:27:17.965Z] drwxrwxr-x. 5 jenkins jenkins 50 May 11 07:22 pkg [2021-05-11T07:27:17.965Z] -rw-rw-r--. 1 jenkins jenkins 7652 May 11 07:22 README.md [2021-05-11T07:27:17.965Z] -rw-rw-r--. 1 jenkins jenkins 6616 May 11 07:22 RELEASE-NOTES.txt [2021-05-11T07:27:17.965Z] drwxrwxr-x. 4 jenkins jenkins 54 May 11 07:22 snap [2021-05-11T07:27:17.965Z] -rw-rw-r--. 1 jenkins jenkins 5 May 11 07:19 VERSION [2021-05-11T07:27:17.965Z] -rw-rw-r--. 1 jenkins jenkins 222 May 11 07:22 version.go [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:27:18.323Z] + 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=630f634f0394cd10ad61dbfa0bf594b247b38ad3 --label arch=amd64 --label version=0.0.0 . [2021-05-11T07:27:18.393Z] gofmt -l . [2021-05-11T07:27:18.393Z] [ "`gofmt -l .`" = "" ] [2021-05-11T07:27:18.393Z] ./bin/test-attribution-txt.sh [2021-05-11T07:27:18.393Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-05-11T07:27:18.418Z] $ docker stop --time=1 871d4ae6e308e460d2b0ff62ba6315d39e08fa5b1112eed423c611919c1f5046 [2021-05-11T07:27:18.920Z] Sending build context to Docker daemon 2.663MB [2021-05-11T07:27:18.920Z] Step 1/23 : ARG BASE=golang:1.16-alpine3.12 [2021-05-11T07:27:18.920Z] Step 2/23 : FROM ${BASE} AS builder [2021-05-11T07:27:18.920Z] ---> 2cd656f8793e [2021-05-11T07:27:18.920Z] Step 3/23 : WORKDIR /device-sdk-go [2021-05-11T07:27:19.507Z] ---> Running in d82f2662a850 [2021-05-11T07:27:19.773Z] Removing intermediate container d82f2662a850 [2021-05-11T07:27:19.773Z] ---> 3f8ffd32a590 [2021-05-11T07:27:19.773Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-11T07:27:20.060Z] ---> Running in 96a743d4b22a [2021-05-11T07:27:20.331Z] Removing intermediate container 96a743d4b22a [2021-05-11T07:27:20.331Z] ---> d6ac38fae9bd [2021-05-11T07:27:20.331Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T07:27:20.331Z] ---> Running in d4c921d28886 [2021-05-11T07:27:20.581Z] $ docker rm -f 871d4ae6e308e460d2b0ff62ba6315d39e08fa5b1112eed423c611919c1f5046 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-11T07:27:21.680Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-11T07:27:21.712Z] Warning: overwriting stash ‘coverage-report’ [2021-05-11T07:27:22.688Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-11T07:27:23.164Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-11T07:27:23.498Z] + ls -al . [2021-05-11T07:27:23.498Z] total 248 [2021-05-11T07:27:23.498Z] drwxrwxr-x 10 jenkins jenkins 4096 May 11 07:27 . [2021-05-11T07:27:23.498Z] drwxrwxr-x 4 jenkins jenkins 4096 May 11 07:23 .. [2021-05-11T07:27:23.498Z] -rw-rw-r-- 1 jenkins jenkins 140 May 11 07:23 .dockerignore [2021-05-11T07:27:23.498Z] drwxrwxr-x 8 jenkins jenkins 4096 May 11 07:23 .git [2021-05-11T07:27:23.498Z] drwxrwxr-x 2 jenkins jenkins 4096 May 11 07:23 .github [2021-05-11T07:27:23.498Z] -rw-rw-r-- 1 jenkins jenkins 138 May 11 07:23 .gitignore [2021-05-11T07:27:23.498Z] -rw-rw-r-- 1 jenkins jenkins 987 May 11 07:23 Dockerfile.build [2021-05-11T07:27:23.498Z] -rw-rw-r-- 1 jenkins jenkins 901 May 11 07:23 Jenkinsfile [2021-05-11T07:27:23.498Z] -rw-rw-r-- 1 jenkins jenkins 11341 May 11 07:23 LICENSE [2021-05-11T07:27:23.498Z] -rw-rw-r-- 1 jenkins jenkins 1000 May 11 07:23 Makefile [2021-05-11T07:27:23.498Z] -rw-rw-r-- 1 jenkins jenkins 7652 May 11 07:23 README.md [2021-05-11T07:27:23.499Z] -rw-rw-r-- 1 jenkins jenkins 6616 May 11 07:23 RELEASE-NOTES.txt [2021-05-11T07:27:23.499Z] -rw-rw-r-- 1 jenkins jenkins 5 May 11 07:19 VERSION [2021-05-11T07:27:23.499Z] drwxrwxr-x 2 jenkins jenkins 4096 May 11 07:23 bin [2021-05-11T07:27:23.499Z] -rw-r--r-- 1 jenkins jenkins 124140 May 11 07:26 coverage.out [2021-05-11T07:27:23.499Z] drwxrwxr-x 5 jenkins jenkins 4096 May 11 07:23 example [2021-05-11T07:27:23.499Z] -rw-r--r-- 1 jenkins jenkins 575 May 11 07:27 go.mod [2021-05-11T07:27:23.499Z] -rw-r--r-- 1 jenkins jenkins 20848 May 11 07:24 go.sum [2021-05-11T07:27:23.499Z] drwxrwxr-x 15 jenkins jenkins 4096 May 11 07:23 internal [2021-05-11T07:27:23.499Z] drwxrwxr-x 4 jenkins jenkins 4096 May 11 07:23 openapi [2021-05-11T07:27:23.499Z] drwxrwxr-x 5 jenkins jenkins 4096 May 11 07:23 pkg [2021-05-11T07:27:23.499Z] drwxrwxr-x 4 jenkins jenkins 4096 May 11 07:23 snap [2021-05-11T07:27:23.499Z] -rw-rw-r-- 1 jenkins jenkins 222 May 11 07:23 version.go [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:27:23.853Z] + 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=630f634f0394cd10ad61dbfa0bf594b247b38ad3 --label arch=arm64 --label version=0.0.0 . [2021-05-11T07:27:23.871Z] Removing intermediate container d4c921d28886 [2021-05-11T07:27:23.871Z] ---> 4fab972917d6 [2021-05-11T07:27:23.871Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-05-11T07:27:23.871Z] ---> Running in 9efb267508bb [2021-05-11T07:27:24.467Z] Sending build context to Docker daemon 2.662MB [2021-05-11T07:27:24.467Z] Step 1/23 : ARG BASE=golang:1.16-alpine3.12 [2021-05-11T07:27:24.467Z] Step 2/23 : FROM ${BASE} AS builder [2021-05-11T07:27:24.467Z] ---> 95b7946251cf [2021-05-11T07:27:24.467Z] Step 3/23 : WORKDIR /device-sdk-go [2021-05-11T07:27:24.739Z] ---> Running in 5038a8eab2fa [2021-05-11T07:27:25.322Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T07:27:25.333Z] Removing intermediate container 5038a8eab2fa [2021-05-11T07:27:25.333Z] ---> ff780a5b1b8b [2021-05-11T07:27:25.333Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-11T07:27:25.333Z] ---> Running in a46ace639f20 [2021-05-11T07:27:25.925Z] Removing intermediate container a46ace639f20 [2021-05-11T07:27:25.925Z] ---> aaaa4945e810 [2021-05-11T07:27:25.925Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T07:27:25.925Z] ---> Running in 595bd6b0a56b [2021-05-11T07:27:27.380Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T07:27:27.896Z] Removing intermediate container 595bd6b0a56b [2021-05-11T07:27:27.896Z] ---> bc0b0c081392 [2021-05-11T07:27:27.896Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-05-11T07:27:28.168Z] ---> Running in d5fc9a8b9438 [2021-05-11T07:27:28.831Z] OK: 150 MiB in 46 packages [2021-05-11T07:27:29.139Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T07:27:30.479Z] Removing intermediate container 9efb267508bb [2021-05-11T07:27:30.479Z] ---> 9b021c74d790 [2021-05-11T07:27:30.479Z] Step 7/23 : COPY . . [2021-05-11T07:27:31.097Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T07:27:32.040Z] ---> 4c46f7eb1f20 [2021-05-11T07:27:32.040Z] Step 8/23 : RUN go mod download [2021-05-11T07:27:32.040Z] ---> Running in 77b00e9b2bd1 [2021-05-11T07:27:32.085Z] OK: 139 MiB in 46 packages [2021-05-11T07:27:33.516Z] Removing intermediate container d5fc9a8b9438 [2021-05-11T07:27:33.516Z] ---> 495a9d4c84a2 [2021-05-11T07:27:33.516Z] Step 7/23 : COPY . . [2021-05-11T07:27:34.122Z] Removing intermediate container 77b00e9b2bd1 [2021-05-11T07:27:34.122Z] ---> b907bfd72d3c [2021-05-11T07:27:34.122Z] Step 9/23 : RUN make build [2021-05-11T07:27:34.122Z] ---> Running in 7dce8a2e1055 [2021-05-11T07:27:34.499Z] ---> af3928cbb37f [2021-05-11T07:27:34.499Z] Step 8/23 : RUN go mod download [2021-05-11T07:27:34.770Z] ---> Running in 187adc59b253 [2021-05-11T07:27:36.188Z] CGO_ENABLED=1 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-05-11T07:27:36.748Z] Removing intermediate container 187adc59b253 [2021-05-11T07:27:36.749Z] ---> e152475509e0 [2021-05-11T07:27:36.749Z] Step 9/23 : RUN make build [2021-05-11T07:27:37.022Z] ---> Running in bb9de7772961 [2021-05-11T07:27:37.999Z] CGO_ENABLED=1 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-05-11T07:28:09.583Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-05-11T07:28:10.372Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-05-11T07:28:12.979Z] Removing intermediate container bb9de7772961 [2021-05-11T07:28:12.979Z] ---> fe53033e51da [2021-05-11T07:28:12.979Z] Step 10/23 : FROM alpine:3.12 [2021-05-11T07:28:13.249Z] 3.12: Pulling from library/alpine [2021-05-11T07:28:13.250Z] d2f70382dc9a: Pulling fs layer [2021-05-11T07:28:13.521Z] d2f70382dc9a: Verifying Checksum [2021-05-11T07:28:13.521Z] d2f70382dc9a: Download complete [2021-05-11T07:28:14.115Z] d2f70382dc9a: Pull complete [2021-05-11T07:28:14.115Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-11T07:28:14.115Z] Status: Downloaded newer image for alpine:3.12 [2021-05-11T07:28:14.115Z] ---> 9852663dfa18 [2021-05-11T07:28:14.115Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-11T07:28:14.386Z] ---> Running in 0a9e48989194 [2021-05-11T07:28:14.723Z] Removing intermediate container 7dce8a2e1055 [2021-05-11T07:28:14.723Z] ---> 9df761bf7dc5 [2021-05-11T07:28:14.723Z] Step 10/23 : FROM alpine:3.12 [2021-05-11T07:28:14.723Z] 3.12: Pulling from library/alpine [2021-05-11T07:28:14.980Z] Removing intermediate container 0a9e48989194 [2021-05-11T07:28:14.980Z] ---> b2ca7da6e7d3 [2021-05-11T07:28:14.980Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T07:28:14.980Z] ---> Running in 67c251be0985 [2021-05-11T07:28:15.045Z] 339de151aab4: Pulling fs layer [2021-05-11T07:28:15.413Z] 339de151aab4: Download complete [2021-05-11T07:28:16.042Z] 339de151aab4: Pull complete [2021-05-11T07:28:16.042Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-11T07:28:16.042Z] Status: Downloaded newer image for alpine:3.12 [2021-05-11T07:28:16.042Z] ---> 13621d1b12d4 [2021-05-11T07:28:16.042Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-11T07:28:16.319Z] ---> Running in 9bfadb48b8b1 [2021-05-11T07:28:16.931Z] Removing intermediate container 9bfadb48b8b1 [2021-05-11T07:28:16.931Z] ---> 7af3edbd71cb [2021-05-11T07:28:16.931Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T07:28:16.931Z] ---> Running in 9060792b4172 [2021-05-11T07:28:17.590Z] Removing intermediate container 67c251be0985 [2021-05-11T07:28:17.590Z] ---> 1545a0b4950a [2021-05-11T07:28:17.590Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-05-11T07:28:17.590Z] ---> Running in abf2f945438c [2021-05-11T07:28:18.565Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-11T07:28:19.535Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-11T07:28:19.622Z] Removing intermediate container 9060792b4172 [2021-05-11T07:28:19.622Z] ---> 9c2d64b37873 [2021-05-11T07:28:19.622Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-05-11T07:28:19.622Z] ---> Running in 4312c3cc1924 [2021-05-11T07:28:20.213Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-11T07:28:20.504Z] (1/5) Installing libgcc (9.3.0-r2) [2021-05-11T07:28:20.775Z] (2/5) Installing libsodium (1.0.18-r0) [2021-05-11T07:28:21.047Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-05-11T07:28:21.316Z] (4/5) Installing libzmq (4.3.3-r0) [2021-05-11T07:28:21.585Z] (5/5) Installing zeromq (4.3.3-r0) [2021-05-11T07:28:21.585Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T07:28:21.650Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-11T07:28:21.856Z] OK: 8 MiB in 19 packages [2021-05-11T07:28:22.243Z] (1/5) Installing libgcc (9.3.0-r2) [2021-05-11T07:28:22.510Z] (2/5) Installing libsodium (1.0.18-r0) [2021-05-11T07:28:22.831Z] Removing intermediate container abf2f945438c [2021-05-11T07:28:22.831Z] ---> 9d5b6b961eb8 [2021-05-11T07:28:22.831Z] Step 14/23 : WORKDIR / [2021-05-11T07:28:23.104Z] ---> Running in e1f4f8e28e8c [2021-05-11T07:28:23.104Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-05-11T07:28:23.377Z] Removing intermediate container e1f4f8e28e8c [2021-05-11T07:28:23.377Z] ---> 7a41699faab9 [2021-05-11T07:28:23.377Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-05-11T07:28:24.355Z] ---> 06c90ec709eb [2021-05-11T07:28:24.355Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-05-11T07:28:25.062Z] (4/5) Installing libzmq (4.3.3-r0) [2021-05-11T07:28:25.062Z] (5/5) Installing zeromq (4.3.3-r0) [2021-05-11T07:28:25.062Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T07:28:25.062Z] OK: 8 MiB in 19 packages [2021-05-11T07:28:25.334Z] ---> b205c7a6686d [2021-05-11T07:28:25.334Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-05-11T07:28:26.309Z] ---> 67c9b05fd8f9 [2021-05-11T07:28:26.309Z] Step 18/23 : EXPOSE 49990 [2021-05-11T07:28:26.309Z] ---> Running in a593c465ffe3 [2021-05-11T07:28:26.723Z] Removing intermediate container 4312c3cc1924 [2021-05-11T07:28:26.723Z] ---> 72b969c08d13 [2021-05-11T07:28:26.723Z] Step 14/23 : WORKDIR / [2021-05-11T07:28:26.723Z] ---> Running in 9b42523b3005 [2021-05-11T07:28:26.903Z] Removing intermediate container a593c465ffe3 [2021-05-11T07:28:26.903Z] ---> 5f7c2e5210a2 [2021-05-11T07:28:26.903Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-05-11T07:28:26.903Z] ---> Running in 29661ff6c8a9 [2021-05-11T07:28:27.179Z] Removing intermediate container 29661ff6c8a9 [2021-05-11T07:28:27.179Z] ---> 0b7504e96103 [2021-05-11T07:28:27.179Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T07:28:27.339Z] Removing intermediate container 9b42523b3005 [2021-05-11T07:28:27.339Z] ---> 28c8a58e239b [2021-05-11T07:28:27.339Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-05-11T07:28:27.452Z] ---> Running in 13070087bf61 [2021-05-11T07:28:27.974Z] ---> 0324e1089d94 [2021-05-11T07:28:27.974Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-05-11T07:28:28.428Z] Removing intermediate container 13070087bf61 [2021-05-11T07:28:28.428Z] ---> 5653e57e2300 [2021-05-11T07:28:28.428Z] Step 21/23 : LABEL arch=arm64 [2021-05-11T07:28:28.699Z] ---> Running in fa007bad949c [2021-05-11T07:28:28.968Z] Removing intermediate container fa007bad949c [2021-05-11T07:28:28.968Z] ---> c02746d2ccf3 [2021-05-11T07:28:28.968Z] Step 22/23 : LABEL git_sha=630f634f0394cd10ad61dbfa0bf594b247b38ad3 [2021-05-11T07:28:29.239Z] ---> Running in 5171436e61c3 [2021-05-11T07:28:29.512Z] Removing intermediate container 5171436e61c3 [2021-05-11T07:28:29.512Z] ---> 1210854cb890 [2021-05-11T07:28:29.512Z] Step 23/23 : LABEL version=0.0.0 [2021-05-11T07:28:29.516Z] ---> eb908d93f23f [2021-05-11T07:28:29.516Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-05-11T07:28:29.785Z] ---> Running in 2647f8797bbd [2021-05-11T07:28:30.379Z] Removing intermediate container 2647f8797bbd [2021-05-11T07:28:30.379Z] ---> a9b4add58768 [2021-05-11T07:28:30.379Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2021-05-11T07:28:30.379Z] Successfully built a9b4add58768 [2021-05-11T07:28:30.379Z] 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 [2021-05-11T07:28:30.570Z] ---> 79868f5fdabd [2021-05-11T07:28:30.570Z] Step 18/23 : EXPOSE 49990 [2021-05-11T07:28:30.570Z] ---> Running in b868c73808e3 [Pipeline] libraryResource [Pipeline] sh [2021-05-11T07:28:30.844Z] Removing intermediate container b868c73808e3 [2021-05-11T07:28:30.845Z] ---> 1e2bf877dd1c [2021-05-11T07:28:30.845Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-05-11T07:28:30.924Z] ---> job-cost.sh [2021-05-11T07:28:30.924Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-I7Jp [2021-05-11T07:28:31.152Z] ---> Running in 9fbd779d1b51 [2021-05-11T07:28:31.455Z] Removing intermediate container 9fbd779d1b51 [2021-05-11T07:28:31.455Z] ---> 1041892fb12b [2021-05-11T07:28:31.455Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T07:28:31.728Z] ---> Running in 4527e514683d [2021-05-11T07:28:32.012Z] Removing intermediate container 4527e514683d [2021-05-11T07:28:32.012Z] ---> 4c2b2f87d937 [2021-05-11T07:28:32.012Z] Step 21/23 : LABEL arch=amd64 [2021-05-11T07:28:32.298Z] ---> Running in bf36cfaf0722 [2021-05-11T07:28:33.057Z] Removing intermediate container bf36cfaf0722 [2021-05-11T07:28:33.057Z] ---> fd5b25579aec [2021-05-11T07:28:33.057Z] Step 22/23 : LABEL git_sha=630f634f0394cd10ad61dbfa0bf594b247b38ad3 [2021-05-11T07:28:33.057Z] ---> Running in 78da2ff4b8c9 [2021-05-11T07:28:33.395Z] Removing intermediate container 78da2ff4b8c9 [2021-05-11T07:28:33.395Z] ---> fbb07017776a [2021-05-11T07:28:33.395Z] Step 23/23 : LABEL version=0.0.0 [2021-05-11T07:28:33.395Z] ---> Running in af00a5586f50 [2021-05-11T07:28:34.170Z] Removing intermediate container af00a5586f50 [2021-05-11T07:28:34.170Z] ---> 6afba8eb7c98 [2021-05-11T07:28:34.170Z] [Warning] One or more build-args [MAKE ARCH] were not consumed [2021-05-11T07:28:34.170Z] Successfully built 6afba8eb7c98 [2021-05-11T07:28:34.170Z] 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-05-11T07:28:34.750Z] ---> job-cost.sh [2021-05-11T07:28:34.750Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Gc3X [2021-05-11T07:29:07.509Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-11T07:29:09.912Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-11T07:29:55.050Z] lf-activate-venv(): INFO: Adding /tmp/venv-Gc3X/bin to PATH [2021-05-11T07:29:55.050Z] INFO: No Stack... [2021-05-11T07:29:55.655Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-11T07:29:57.251Z] INFO: Archiving Costs [Pipeline] sh [2021-05-11T07:29:57.698Z] + cut -d, -f6 [2021-05-11T07:29:57.699Z] + cat /w/workspace/device-sdk-go/3/archives/cost.csv [Pipeline] lock [2021-05-11T07:29:57.893Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-919-3-stack-cost] [2021-05-11T07:29:57.902Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-919-3-stack-cost] did not exist. Created. [2021-05-11T07:29:57.902Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-919-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-11T07:29:58.404Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-05-11T07:29:58.824Z] Stashed 1 file(s) [Pipeline] } [2021-05-11T07:29:58.861Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-919-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-11T07:30:46.650Z] lf-activate-venv(): INFO: Adding /tmp/venv-I7Jp/bin to PATH [2021-05-11T07:30:46.650Z] INFO: No Stack... [2021-05-11T07:30:46.650Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-11T07:30:46.650Z] INFO: Archiving Costs [Pipeline] sh [2021-05-11T07:30:46.985Z] + cat /w/workspace/device-sdk-go/3/archives/cost.csv [2021-05-11T07:30:46.985Z] + cut -d, -f6 [Pipeline] lock [2021-05-11T07:30:47.112Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-919-3-stack-cost] [2021-05-11T07:30:47.119Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-919-3-stack-cost] did not exist. Created. [2021-05-11T07:30:47.119Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-919-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-11T07:30:47.495Z] /w/workspace/device-sdk-go/3@tmp/durable-c48cafa5/script.sh: 1: /w/workspace/device-sdk-go/3@tmp/durable-c48cafa5/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-05-11T07:30:47.841Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-11T07:30:47.872Z] Warning: overwriting stash ‘stack-cost’ [2021-05-11T07:30:48.029Z] Stashed 1 file(s) [Pipeline] } [2021-05-11T07:30:48.040Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-919-3-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-05-11T07:30:48.571Z] provisioning config files... [2021-05-11T07:30:48.583Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-919@tmp/config1880735241156983284tmp [Pipeline] { [Pipeline] sh [2021-05-11T07:30:48.936Z] + set +x [2021-05-11T07:30:48.936Z] + curl -s https://codecov.io/bash [2021-05-11T07:30:48.936Z] + bash -s -- [2021-05-11T07:30:49.199Z] [2021-05-11T07:30:49.199Z] _____ _ [2021-05-11T07:30:49.199Z] / ____| | | [2021-05-11T07:30:49.199Z] | | ___ __| | ___ ___ _____ __ [2021-05-11T07:30:49.199Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-11T07:30:49.199Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-11T07:30:49.199Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-11T07:30:49.199Z] Bash-1.0.2 [2021-05-11T07:30:49.199Z] [2021-05-11T07:30:49.199Z] [2021-05-11T07:30:49.199Z] ==> git version 2.24.3 found [2021-05-11T07:30:49.199Z] ==> 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-05-11T07:30:49.199Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-11T07:30:49.199Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-11T07:30:49.199Z] ==> Jenkins CI detected. [2021-05-11T07:30:49.199Z] project root: . [2021-05-11T07:30:49.199Z] --> token set from env [2021-05-11T07:30:49.199Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-11T07:30:49.199Z] ==> Running gcov in . (disable via -X gcov) [2021-05-11T07:30:49.199Z] ==> Python coveragepy not found [2021-05-11T07:30:49.199Z] ==> Searching for coverage reports in: [2021-05-11T07:30:49.199Z] + . [2021-05-11T07:30:49.199Z] -> Found 1 reports [2021-05-11T07:30:49.199Z] ==> Detecting git/mercurial file structure [2021-05-11T07:30:49.199Z] ==> Reading reports [2021-05-11T07:30:49.199Z] + ./coverage.out bytes=124140 [2021-05-11T07:30:49.199Z] ==> Appending adjustments [2021-05-11T07:30:49.199Z] https://docs.codecov.io/docs/fixing-reports [2021-05-11T07:30:49.777Z] + Found adjustments [2021-05-11T07:30:49.777Z] ==> Gzipping contents [2021-05-11T07:30:49.777Z] 16K /tmp/codecov.eIriL1.gz [2021-05-11T07:30:49.777Z] ==> Uploading reports [2021-05-11T07:30:49.777Z] url: https://codecov.io [2021-05-11T07:30:49.777Z] query: branch=PR-919&commit=630f634f0394cd10ad61dbfa0bf594b247b38ad3&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-919%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=919&job=&cmd_args= [2021-05-11T07:30:49.777Z] -> Pinging Codecov [2021-05-11T07:30:49.777Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-919&commit=630f634f0394cd10ad61dbfa0bf594b247b38ad3&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-919%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=919&job=&cmd_args= [2021-05-11T07:30:50.039Z] -> Uploading to [2021-05-11T07:30:50.039Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-11/7E55EF52A471D76F132DFD9A03CDDE97/630f634f0394cd10ad61dbfa0bf594b247b38ad3/cc2e81d4-87aa-425f-a6dc-27c5b62754fe.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210511%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210511T073049Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c0051c07bd67d728c06c2e7d34f128bb2d25264fc81a9b0ea88851054acc57d7 [2021-05-11T07:30:50.039Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-11T07:30:50.039Z] Dload Upload Total Spent Left Speed [2021-05-11T07:30:51.727Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 100 16222 0 0 100 16222 0 10282 0:00:01 0:00:01 --:--:-- 10286 [2021-05-11T07:30:51.727Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/630f634f0394cd10ad61dbfa0bf594b247b38ad3 [Pipeline] } [2021-05-11T07:30:51.774Z] 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-05-11T07:30:52.685Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T07:30:53.260Z] ---> package-listing.sh [2021-05-11T07:30:53.260Z] ++ facter osfamily [2021-05-11T07:30:53.260Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-11T07:30:53.260Z] + OS_FAMILY=redhat [2021-05-11T07:30:53.260Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-919 [2021-05-11T07:30:53.260Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-11T07:30:53.260Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-11T07:30:53.260Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-11T07:30:53.260Z] + PACKAGES=/tmp/packages_start.txt [2021-05-11T07:30:53.260Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-919 ']' [2021-05-11T07:30:53.260Z] + PACKAGES=/tmp/packages_end.txt [2021-05-11T07:30:53.260Z] + case "${OS_FAMILY}" in [2021-05-11T07:30:53.260Z] + rpm -qa [2021-05-11T07:30:53.260Z] + sort [2021-05-11T07:30:58.568Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-11T07:30:58.568Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-11T07:30:58.568Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-11T07:30:58.568Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-919 ']' [2021-05-11T07:30:58.568Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-919/archives/ [2021-05-11T07:30:58.568Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-919/archives/ [Pipeline] echo [2021-05-11T07:30:58.582Z] 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-919/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-11T07:30:58.875Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:30:59.183Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-11T07:30:59.184Z] [2021-05-11T07:30:59.184Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:30:59.501Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-11T07:30:59.501Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-11T07:30:59.501Z] df20fa9351a1: Pulling fs layer [2021-05-11T07:30:59.501Z] 36b3adc4ff6f: Pulling fs layer [2021-05-11T07:30:59.501Z] 8ad3a11d3b57: Pulling fs layer [2021-05-11T07:30:59.501Z] 46f8f816bc3b: Pulling fs layer [2021-05-11T07:30:59.501Z] 93b61091891f: Pulling fs layer [2021-05-11T07:30:59.501Z] 93b9cdb0e59b: Pulling fs layer [2021-05-11T07:30:59.501Z] 5e14af77c1be: Pulling fs layer [2021-05-11T07:30:59.501Z] 01666e4c0597: Pulling fs layer [2021-05-11T07:30:59.501Z] aa168da1d23b: Pulling fs layer [2021-05-11T07:30:59.501Z] 46f8f816bc3b: Waiting [2021-05-11T07:30:59.501Z] 93b9cdb0e59b: Waiting [2021-05-11T07:30:59.502Z] 01666e4c0597: Waiting [2021-05-11T07:30:59.502Z] 5e14af77c1be: Waiting [2021-05-11T07:30:59.502Z] aa168da1d23b: Waiting [2021-05-11T07:30:59.502Z] 93b61091891f: Waiting [2021-05-11T07:30:59.502Z] 36b3adc4ff6f: Download complete [2021-05-11T07:30:59.502Z] 46f8f816bc3b: Verifying Checksum [2021-05-11T07:30:59.502Z] 46f8f816bc3b: Download complete [2021-05-11T07:30:59.502Z] df20fa9351a1: Verifying Checksum [2021-05-11T07:30:59.502Z] df20fa9351a1: Download complete [2021-05-11T07:30:59.768Z] 93b9cdb0e59b: Verifying Checksum [2021-05-11T07:30:59.768Z] 93b9cdb0e59b: Download complete [2021-05-11T07:30:59.768Z] 5e14af77c1be: Verifying Checksum [2021-05-11T07:30:59.768Z] 5e14af77c1be: Download complete [2021-05-11T07:30:59.768Z] 01666e4c0597: Verifying Checksum [2021-05-11T07:30:59.768Z] 01666e4c0597: Download complete [2021-05-11T07:30:59.768Z] 93b61091891f: Verifying Checksum [2021-05-11T07:30:59.768Z] 93b61091891f: Download complete [2021-05-11T07:31:00.035Z] 8ad3a11d3b57: Verifying Checksum [2021-05-11T07:31:00.035Z] 8ad3a11d3b57: Download complete [2021-05-11T07:31:00.035Z] df20fa9351a1: Pull complete [2021-05-11T07:31:00.299Z] 36b3adc4ff6f: Pull complete [2021-05-11T07:31:01.708Z] aa168da1d23b: Verifying Checksum [2021-05-11T07:31:01.708Z] aa168da1d23b: Download complete [2021-05-11T07:31:01.972Z] 8ad3a11d3b57: Pull complete [2021-05-11T07:31:02.238Z] 46f8f816bc3b: Pull complete [2021-05-11T07:31:02.506Z] 93b61091891f: Pull complete [2021-05-11T07:31:02.506Z] 93b9cdb0e59b: Pull complete [2021-05-11T07:31:02.778Z] 5e14af77c1be: Pull complete [2021-05-11T07:31:02.778Z] 01666e4c0597: Pull complete [2021-05-11T07:31:10.971Z] aa168da1d23b: Pull complete [2021-05-11T07:31:10.971Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-11T07:31:10.971Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-11T07:31:10.971Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-11T07:31:11.172Z] prd-centos7-docker-4c-2g-4369 does not seem to be running inside a container [2021-05-11T07:31:11.220Z] $ 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-919/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-919 -v /w/workspace/dgexfoundry_device-sdk-go_PR-919:/w/workspace/dgexfoundry_device-sdk-go_PR-919:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-919@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-919@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-05-11T07:31:14.148Z] $ docker top 1b0b2b6e85b50bb037f9ca4de0e7c8c17a231d24b0235a9f4b1926212d8d04e2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T07:31:14.650Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-11T07:31:14.951Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-11T07:31:15.255Z] + ls /var/log/sa-host [2021-05-11T07:31:15.255Z] + sadf -c /var/log/sa-host/sa11 [2021-05-11T07:31:15.255Z] file_magic: OK [2021-05-11T07:31:15.255Z] HZ: Using current value: 100 [2021-05-11T07:31:15.255Z] file_header: OK [2021-05-11T07:31:15.255Z] 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-05-11T07:31:15.255Z] Statistics: [2021-05-11T07:31:15.255Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-11T07:31:15.255Z] File successfully converted to sysstat format version 12.2.1 [2021-05-11T07:31:15.255Z] + sadf -c /var/log/sa-host/sa23 [2021-05-11T07:31:15.255Z] file_magic: OK [2021-05-11T07:31:15.255Z] HZ: Using current value: 100 [2021-05-11T07:31:15.255Z] file_header: OK [2021-05-11T07:31:15.255Z] 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-05-11T07:31:15.255Z] Statistics: [2021-05-11T07:31:15.255Z] Hnuu...uuuununununu... [2021-05-11T07:31:15.255Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-11T07:31:15.446Z] provisioning config files... [2021-05-11T07:31:15.476Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-919@tmp/config8715047947379754948tmp [Pipeline] { [Pipeline] echo [2021-05-11T07:31:15.502Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T07:31:15.801Z] ---> create-netrc.sh [Pipeline] } [2021-05-11T07:31:15.812Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-11T07:31:15.838Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T07:31:16.137Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-11T07:31:16.150Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T07:31:16.454Z] ---> sudo-logs.sh [2021-05-11T07:31:16.454Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-11T07:31:16.482Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T07:31:16.789Z] ---> job-cost.sh [2021-05-11T07:31:16.789Z] lf-activate-venv: SKIPPING [2021-05-11T07:31:16.789Z] DEBUG: total: 0.20999999344348907 [2021-05-11T07:31:16.789Z] INFO: Retrieving Stack Cost... [2021-05-11T07:31:17.739Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-11T07:31:18.317Z] INFO: Archiving Costs [Pipeline] echo [2021-05-11T07:31:18.333Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T07:31:18.632Z] ---> logs-deploy.sh [2021-05-11T07:31:18.632Z] lf-activate-venv: SKIPPING [2021-05-11T07:31:18.632Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-919/3 [2021-05-11T07:31:18.632Z] INFO: archiving workspace using pattern(s): [2021-05-11T07:31:20.559Z] Archives upload complete. [2021-05-11T07:31:20.559Z] INFO: archiving logs to Nexus [2021-05-11T07:31:21.507Z] ---> uname -a: [2021-05-11T07:31:21.507Z] Linux prd-centos7-docker-4c-2g-4369.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-05-11T07:31:21.507Z] [2021-05-11T07:31:21.507Z] [2021-05-11T07:31:21.507Z] ---> lscpu: [2021-05-11T07:31:21.507Z] Architecture: x86_64 [2021-05-11T07:31:21.507Z] CPU op-mode(s): 32-bit, 64-bit [2021-05-11T07:31:21.507Z] Byte Order: Little Endian [2021-05-11T07:31:21.507Z] Address sizes: 40 bits physical, 48 bits virtual [2021-05-11T07:31:21.507Z] CPU(s): 4 [2021-05-11T07:31:21.507Z] On-line CPU(s) list: 0-3 [2021-05-11T07:31:21.507Z] Thread(s) per core: 1 [2021-05-11T07:31:21.507Z] Core(s) per socket: 1 [2021-05-11T07:31:21.507Z] Socket(s): 4 [2021-05-11T07:31:21.507Z] NUMA node(s): 1 [2021-05-11T07:31:21.507Z] Vendor ID: GenuineIntel [2021-05-11T07:31:21.507Z] CPU family: 6 [2021-05-11T07:31:21.507Z] Model: 44 [2021-05-11T07:31:21.507Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-05-11T07:31:21.507Z] Stepping: 1 [2021-05-11T07:31:21.507Z] CPU MHz: 2933.442 [2021-05-11T07:31:21.507Z] BogoMIPS: 5866.88 [2021-05-11T07:31:21.507Z] Virtualization: VT-x [2021-05-11T07:31:21.507Z] Hypervisor vendor: KVM [2021-05-11T07:31:21.507Z] Virtualization type: full [2021-05-11T07:31:21.507Z] L1d cache: 128 KiB [2021-05-11T07:31:21.507Z] L1i cache: 128 KiB [2021-05-11T07:31:21.507Z] L2 cache: 16 MiB [2021-05-11T07:31:21.507Z] L3 cache: 64 MiB [2021-05-11T07:31:21.507Z] NUMA node0 CPU(s): 0-3 [2021-05-11T07:31:21.507Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-05-11T07:31:21.507Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-05-11T07:31:21.507Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-05-11T07:31:21.507Z] Vulnerability Meltdown: Mitigation; PTI [2021-05-11T07:31:21.507Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-05-11T07:31:21.507Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-05-11T07:31:21.507Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-05-11T07:31:21.507Z] Vulnerability Srbds: Not affected [2021-05-11T07:31:21.507Z] Vulnerability Tsx async abort: Not affected [2021-05-11T07:31:21.507Z] 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-05-11T07:31:21.507Z] [2021-05-11T07:31:21.507Z] [2021-05-11T07:31:21.507Z] ---> nproc: [2021-05-11T07:31:21.507Z] 4 [2021-05-11T07:31:21.507Z] [2021-05-11T07:31:21.507Z] [2021-05-11T07:31:21.507Z] ---> df -h: [2021-05-11T07:31:21.507Z] Filesystem Size Used Available Use% Mounted on [2021-05-11T07:31:21.507Z] overlay 50.0G 7.3G 42.7G 15% / [2021-05-11T07:31:21.507Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-05-11T07:31:21.507Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-05-11T07:31:21.507Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-05-11T07:31:21.507Z] /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os [2021-05-11T07:31:21.507Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf [2021-05-11T07:31:21.507Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname [2021-05-11T07:31:21.507Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts [2021-05-11T07:31:21.507Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host [2021-05-11T07:31:21.507Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure [2021-05-11T07:31:21.507Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log [2021-05-11T07:31:21.507Z] /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json [2021-05-11T07:31:21.507Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-919 [2021-05-11T07:31:21.507Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-919@tmp [2021-05-11T07:31:21.507Z] [2021-05-11T07:31:21.507Z] [2021-05-11T07:31:21.507Z] ---> free -m: [2021-05-11T07:31:21.507Z] total used free shared buff/cache available [2021-05-11T07:31:21.507Z] Mem: 1837 733 121 0 981 998 [2021-05-11T07:31:21.507Z] Swap: 1023 1 1022 [2021-05-11T07:31:21.507Z] [2021-05-11T07:31:21.507Z] [2021-05-11T07:31:21.507Z] ---> ip addr: [2021-05-11T07:31:21.507Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-05-11T07:31:21.507Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-05-11T07:31:21.507Z] inet 127.0.0.1/8 scope host lo [2021-05-11T07:31:21.507Z] valid_lft forever preferred_lft forever [2021-05-11T07:31:21.507Z] inet6 ::1/128 scope host [2021-05-11T07:31:21.507Z] valid_lft forever preferred_lft forever [2021-05-11T07:31:21.507Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-05-11T07:31:21.507Z] link/ether fa:16:3e:02:8e:eb brd ff:ff:ff:ff:ff:ff [2021-05-11T07:31:21.507Z] inet 10.30.122.15/23 brd 10.30.123.255 scope global dynamic eth0 [2021-05-11T07:31:21.507Z] valid_lft 85619sec preferred_lft 85619sec [2021-05-11T07:31:21.507Z] inet6 fe80::f816:3eff:fe02:8eeb/64 scope link [2021-05-11T07:31:21.507Z] valid_lft forever preferred_lft forever [2021-05-11T07:31:21.507Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-05-11T07:31:21.507Z] link/ether 02:42:27:22:e6:78 brd ff:ff:ff:ff:ff:ff [2021-05-11T07:31:21.507Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-05-11T07:31:21.507Z] valid_lft forever preferred_lft forever [2021-05-11T07:31:21.507Z] inet6 fe80::42:27ff:fe22:e678/64 scope link [2021-05-11T07:31:21.507Z] valid_lft forever preferred_lft forever [2021-05-11T07:31:21.507Z] [2021-05-11T07:31:21.507Z] [2021-05-11T07:31:21.507Z] ---> sar -b -r -n DEV: [2021-05-11T07:31:21.507Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/11/21 _x86_64_ (4 CPU) [2021-05-11T07:31:21.507Z] [2021-05-11T07:31:21.507Z] 07:18:07 LINUX RESTART (4 CPU) [2021-05-11T07:31:21.507Z] [2021-05-11T07:31:21.507Z] 07:19:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-05-11T07:31:21.507Z] 07:20:01 11.15 2.95 8.21 0.00 618.96 284.06 0.00 [2021-05-11T07:31:21.507Z] 07:21:01 0.95 0.00 0.95 0.00 0.00 20.75 0.00 [2021-05-11T07:31:21.507Z] 07:22:01 0.27 0.00 0.27 0.00 0.00 3.13 0.00 [2021-05-11T07:31:21.507Z] 07:23:01 0.28 0.00 0.28 0.00 0.00 3.20 0.00 [2021-05-11T07:31:21.507Z] 07:24:01 0.20 0.00 0.20 0.00 0.00 2.76 0.00 [2021-05-11T07:31:21.507Z] 07:25:01 0.25 0.00 0.25 0.00 0.00 3.65 0.00 [2021-05-11T07:31:21.507Z] 07:26:02 0.28 0.00 0.28 0.00 0.00 4.05 0.00 [2021-05-11T07:31:21.507Z] 07:27:01 0.22 0.00 0.22 0.00 0.00 2.47 0.00 [2021-05-11T07:31:21.507Z] 07:28:01 0.27 0.00 0.27 0.00 0.00 3.75 0.00 [2021-05-11T07:31:21.507Z] 07:29:01 0.25 0.00 0.25 0.00 0.00 2.71 0.00 [2021-05-11T07:31:21.507Z] 07:30:01 0.20 0.00 0.20 0.00 0.00 1.62 0.00 [2021-05-11T07:31:21.507Z] 07:31:01 53.37 48.24 5.13 0.00 4032.63 1992.89 0.00 [2021-05-11T07:31:21.507Z] Average: 5.64 4.27 1.37 0.00 387.98 193.96 0.00 [2021-05-11T07:31:21.507Z] [2021-05-11T07:31:21.507Z] 07:19:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-05-11T07:31:21.507Z] 07:20:01 142232 0 622868 33.10 2620 1113824 1103640 37.67 428180 1112612 20 [2021-05-11T07:31:21.507Z] 07:21:01 143176 0 621916 33.05 2620 1113832 1080904 36.89 429068 1110528 8 [2021-05-11T07:31:21.507Z] 07:22:01 143356 0 621732 33.04 2620 1113836 1080904 36.89 434632 1104980 8 [2021-05-11T07:31:21.507Z] 07:23:01 142384 0 622704 33.10 2620 1113836 1081120 36.90 436088 1104980 8 [2021-05-11T07:31:21.507Z] 07:24:01 142620 0 622460 33.08 2620 1113844 1080976 36.89 432952 1107556 16 [2021-05-11T07:31:21.507Z] 07:25:01 142388 0 622688 33.09 2620 1113848 1081000 36.89 433652 1107556 20 [2021-05-11T07:31:21.507Z] 07:26:02 142412 0 622660 33.09 2620 1113852 1080952 36.89 433820 1107556 12 [2021-05-11T07:31:21.507Z] 07:27:01 141308 0 623760 33.15 2620 1113856 1081024 36.89 434760 1107556 8 [2021-05-11T07:31:21.507Z] 07:28:01 140472 0 624588 33.20 2620 1113864 1081012 36.89 435356 1107560 8 [2021-05-11T07:31:21.507Z] 07:29:01 140364 0 624692 33.20 2620 1113868 1080988 36.89 437188 1105888 8 [2021-05-11T07:31:21.507Z] 07:30:01 140780 0 624276 33.18 2620 1113868 1080904 36.89 436856 1105888 12 [2021-05-11T07:31:21.507Z] 07:31:01 97364 0 679956 36.14 2620 1101604 1286232 43.90 478796 1094516 34424 [2021-05-11T07:31:21.507Z] Average: 138238 0 627858 33.37 2620 1112828 1099971 37.54 437612 1106431 2879 [2021-05-11T07:31:21.507Z] [2021-05-11T07:31:21.507Z] 07:19:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-05-11T07:31:21.507Z] 07:20:01 eth0 29.33 27.06 50.03 8.91 0.00 0.00 0.00 0.00 [2021-05-11T07:31:21.507Z] 07:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T07:31:21.507Z] 07:20:01 docker0 12.07 7.08 1.80 26.92 0.00 0.00 0.00 0.00 [2021-05-11T07:31:21.507Z] 07:21:01 eth0 0.32 0.08 0.02 0.01 0.00 0.00 0.00 0.00 [2021-05-11T07:31:21.507Z] 07:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T07:31:21.507Z] 07:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T07:31:21.507Z] 07:22:01 eth0 1.52 0.07 0.14 0.01 0.00 0.00 0.00 0.00 [2021-05-11T07:31:21.507Z] 07:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T07:31:21.507Z] 07:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T07:31:21.507Z] 07:23:01 eth0 2.47 1.12 0.95 0.58 0.00 0.00 0.00 0.00 [2021-05-11T07:31:21.507Z] 07:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T07:31:21.507Z] 07:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T07:31:21.508Z] 07:24:01 eth0 0.77 0.23 0.19 0.10 0.00 0.00 0.00 0.00 [2021-05-11T07:31:21.508Z] 07:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T07:31:21.508Z] 07:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T07:31:21.508Z] 07:25:01 eth0 0.95 0.32 0.30 0.20 0.00 0.00 0.00 0.00 [2021-05-11T07:31:21.508Z] 07:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T07:31:21.508Z] 07:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T07:31:21.508Z] 07:26:02 eth0 0.72 0.28 0.26 0.02 0.00 0.00 0.00 0.00 [2021-05-11T07:31:21.508Z] 07:26:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T07:31:21.508Z] 07:26:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T07:31:21.508Z] 07:27:01 eth0 1.12 0.39 0.33 0.21 0.00 0.00 0.00 0.00 [2021-05-11T07:31:21.508Z] 07:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T07:31:21.508Z] 07:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T07:31:21.508Z] 07:28:01 eth0 0.53 0.33 0.27 0.20 0.00 0.00 0.00 0.00 [2021-05-11T07:31:21.508Z] 07:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T07:31:21.508Z] 07:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T07:31:21.508Z] 07:29:01 eth0 0.75 0.20 0.16 0.07 0.00 0.00 0.00 0.00 [2021-05-11T07:31:21.508Z] 07:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T07:31:21.508Z] 07:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T07:31:21.508Z] 07:30:01 eth0 1.25 0.15 0.11 0.01 0.00 0.00 0.00 0.00 [2021-05-11T07:31:21.508Z] 07:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T07:31:21.508Z] 07:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T07:31:21.508Z] 07:31:01 eth0 184.35 152.99 1778.10 44.87 0.00 0.00 0.00 0.00 [2021-05-11T07:31:21.508Z] 07:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T07:31:21.508Z] 07:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T07:31:21.508Z] Average: eth0 18.69 15.28 152.97 4.60 0.00 0.00 0.00 0.00 [2021-05-11T07:31:21.508Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T07:31:21.508Z] Average: docker0 0.99 0.58 0.15 2.21 0.00 0.00 0.00 0.00 [2021-05-11T07:31:21.508Z] [2021-05-11T07:31:21.508Z] [2021-05-11T07:31:21.508Z] ---> sar -P ALL: [2021-05-11T07:31:21.508Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/11/21 _x86_64_ (4 CPU) [2021-05-11T07:31:21.508Z] [2021-05-11T07:31:21.508Z] 07:18:07 LINUX RESTART (4 CPU) [2021-05-11T07:31:21.508Z] [2021-05-11T07:31:21.508Z] 07:19:02 CPU %user %nice %system %iowait %steal %idle [2021-05-11T07:31:21.508Z] 07:20:01 all 1.25 0.00 0.84 0.22 0.01 97.68 [2021-05-11T07:31:21.508Z] 07:20:01 0 0.92 0.00 0.78 0.08 0.02 98.20 [2021-05-11T07:31:21.508Z] 07:20:01 1 1.51 0.00 0.92 0.05 0.02 97.50 [2021-05-11T07:31:21.508Z] 07:20:01 2 1.28 0.00 0.83 0.53 0.00 97.36 [2021-05-11T07:31:21.508Z] 07:20:01 3 1.27 0.00 0.83 0.22 0.00 97.67 [2021-05-11T07:31:21.508Z] 07:21:01 all 0.16 0.00 0.05 0.00 0.00 99.78 [2021-05-11T07:31:21.508Z] 07:21:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-05-11T07:31:21.508Z] 07:21:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2021-05-11T07:31:21.508Z] 07:21:01 2 0.53 0.00 0.07 0.00 0.00 99.40 [2021-05-11T07:31:21.508Z] 07:21:01 3 0.03 0.00 0.07 0.00 0.02 99.88 [2021-05-11T07:31:21.508Z] 07:22:01 all 0.17 0.00 0.05 0.00 0.00 99.78 [2021-05-11T07:31:21.508Z] 07:22:01 0 0.02 0.00 0.07 0.00 0.00 99.92 [2021-05-11T07:31:21.508Z] 07:22:01 1 0.08 0.00 0.07 0.00 0.00 99.85 [2021-05-11T07:31:21.508Z] 07:22:01 2 0.53 0.00 0.03 0.00 0.02 99.42 [2021-05-11T07:31:21.508Z] 07:22:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2021-05-11T07:31:21.508Z] 07:23:01 all 0.18 0.00 0.04 0.00 0.00 99.78 [2021-05-11T07:31:21.508Z] 07:23:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2021-05-11T07:31:21.508Z] 07:23:01 1 0.43 0.00 0.03 0.00 0.00 99.53 [2021-05-11T07:31:21.508Z] 07:23:01 2 0.20 0.00 0.05 0.00 0.00 99.75 [2021-05-11T07:31:21.508Z] 07:23:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2021-05-11T07:31:21.508Z] 07:24:01 all 0.17 0.00 0.05 0.00 0.00 99.77 [2021-05-11T07:31:21.508Z] 07:24:01 0 0.03 0.00 0.05 0.00 0.02 99.90 [2021-05-11T07:31:21.508Z] 07:24:01 1 0.52 0.00 0.05 0.00 0.00 99.43 [2021-05-11T07:31:21.508Z] 07:24:01 2 0.10 0.00 0.08 0.00 0.00 99.82 [2021-05-11T07:31:21.508Z] 07:24:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-05-11T07:31:21.508Z] 07:25:01 all 0.16 0.00 0.03 0.00 0.01 99.80 [2021-05-11T07:31:21.508Z] 07:25:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-05-11T07:31:21.508Z] 07:25:01 1 0.52 0.00 0.03 0.00 0.02 99.43 [2021-05-11T07:31:21.508Z] 07:25:01 2 0.08 0.00 0.07 0.00 0.00 99.85 [2021-05-11T07:31:21.508Z] 07:25:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2021-05-11T07:31:21.508Z] 07:26:02 all 0.16 0.00 0.03 0.00 0.00 99.82 [2021-05-11T07:31:21.508Z] 07:26:02 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-05-11T07:31:21.508Z] 07:26:02 1 0.25 0.00 0.03 0.00 0.00 99.72 [2021-05-11T07:31:21.508Z] 07:26:02 2 0.35 0.00 0.03 0.00 0.00 99.62 [2021-05-11T07:31:21.508Z] 07:26:02 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-05-11T07:31:21.508Z] 07:27:01 all 0.11 0.00 0.06 0.00 0.00 99.83 [2021-05-11T07:31:21.508Z] 07:27:01 0 0.02 0.00 0.05 0.00 0.00 99.93 [2021-05-11T07:31:21.508Z] 07:27:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2021-05-11T07:31:21.508Z] 07:27:01 2 0.32 0.00 0.12 0.00 0.00 99.56 [2021-05-11T07:31:21.508Z] 07:27:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-05-11T07:31:21.508Z] 07:28:01 all 0.06 0.00 0.04 0.00 0.01 99.89 [2021-05-11T07:31:21.508Z] 07:28:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2021-05-11T07:31:21.508Z] 07:28:01 1 0.10 0.00 0.05 0.00 0.00 99.85 [2021-05-11T07:31:21.508Z] 07:28:01 2 0.08 0.00 0.07 0.00 0.02 99.83 [2021-05-11T07:31:21.508Z] 07:28:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-05-11T07:31:21.508Z] 07:29:01 all 0.10 0.00 0.04 0.00 0.00 99.86 [2021-05-11T07:31:21.508Z] 07:29:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-05-11T07:31:21.508Z] 07:29:01 1 0.32 0.00 0.05 0.00 0.00 99.63 [2021-05-11T07:31:21.508Z] 07:29:01 2 0.02 0.00 0.05 0.00 0.00 99.93 [2021-05-11T07:31:21.508Z] 07:29:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2021-05-11T07:31:21.508Z] 07:30:01 all 0.16 0.00 0.03 0.00 0.00 99.80 [2021-05-11T07:31:21.508Z] 07:30:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-05-11T07:31:21.508Z] 07:30:01 1 0.52 0.00 0.02 0.00 0.00 99.47 [2021-05-11T07:31:21.508Z] 07:30:01 2 0.08 0.00 0.07 0.00 0.00 99.85 [2021-05-11T07:31:21.508Z] 07:30:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-05-11T07:31:21.508Z] [2021-05-11T07:31:21.508Z] 07:30:01 CPU %user %nice %system %iowait %steal %idle [2021-05-11T07:31:21.508Z] 07:31:01 all 2.48 0.00 1.40 1.36 0.01 94.75 [2021-05-11T07:31:21.508Z] 07:31:01 0 2.11 0.00 1.79 0.02 0.00 96.08 [2021-05-11T07:31:21.508Z] 07:31:01 1 3.83 0.00 1.32 2.01 0.02 92.82 [2021-05-11T07:31:21.508Z] 07:31:01 2 1.96 0.00 1.24 1.39 0.00 95.42 [2021-05-11T07:31:21.508Z] 07:31:01 3 2.03 0.00 1.26 2.01 0.03 94.67 [2021-05-11T07:31:21.508Z] Average: all 0.43 0.00 0.22 0.13 0.00 99.22 [2021-05-11T07:31:21.508Z] Average: 0 0.27 0.00 0.24 0.01 0.00 99.48 [2021-05-11T07:31:21.508Z] Average: 1 0.68 0.00 0.22 0.17 0.00 98.92 [2021-05-11T07:31:21.508Z] Average: 2 0.46 0.00 0.22 0.16 0.00 99.15 [2021-05-11T07:31:21.508Z] Average: 3 0.30 0.00 0.20 0.19 0.01 99.31 [2021-05-11T07:31:21.508Z] [2021-05-11T07:31:21.508Z] [2021-05-11T07:31:21.508Z]