Pull request #898 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hahattan for edgexfoundry/device-sdk-go Obtained Jenkinsfile from 0032f238cc9acfd00d8a61f7892d1e6d9919eaed+188b4cc14b9321dd8b2b5872b94485f2cb4f6961 (8a009ec186bc8033536886370c86d6b6ebc4fb74) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-1793’ is offline Running on prd-centos7-docker-4c-2g-1797 in /w/workspace/dgexfoundry_device-sdk-go_PR-898 [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-898 # 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/898/head:refs/remotes/origin/PR-898 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 188b4cc14b9321dd8b2b5872b94485f2cb4f6961 into PR head commit 0032f238cc9acfd00d8a61f7892d1e6d9919eaed Merge succeeded, producing 0032f238cc9acfd00d8a61f7892d1e6d9919eaed Checking out Revision 0032f238cc9acfd00d8a61f7892d1e6d9919eaed (PR-898) > git config core.sparsecheckout # timeout=10 > git checkout -f 0032f238cc9acfd00d8a61f7892d1e6d9919eaed # 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 188b4cc14b9321dd8b2b5872b94485f2cb4f6961 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0032f238cc9acfd00d8a61f7892d1e6d9919eaed # timeout=10 Commit message: "feat: CBOR encoding http response for event with binary reading" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-26T09:08:38.863Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-26T09:08:38.960Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-26T09:08:38.988Z] ========================================================= [2021-04-26T09:08:38.988Z] EdgeX Global Pipelines Version Info [2021-04-26T09:08:38.988Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk f28e8ce00133744609e1e7a78ba53aa683920165 # timeout=10 [2021-04-26T09:08:41.586Z] ------------------- [2021-04-26T09:08:41.586Z] stable info: [2021-04-26T09:08:41.586Z] ------------------- [2021-04-26T09:08:41.586Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-26T09:08:41.586Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-26T09:08:41.586Z] Message: update stable to v1.0.186 [2021-04-26T09:08:42.168Z] ------------------- [2021-04-26T09:08:42.168Z] experimental info: [2021-04-26T09:08:42.168Z] ------------------- [2021-04-26T09:08:42.168Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-26T09:08:42.168Z] Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 [2021-04-26T09:08:42.168Z] Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-26T09:08:42.319Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-04-26T09:08:42.344Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-04-26T09:08:42.369Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-26T09:08:42.395Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-26T09:08:42.420Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-26T09:08:42.444Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-26T09:08:42.471Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-26T09:08:42.507Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-26T09:08:42.532Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-04-26T09:08:42.557Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-26T09:08:42.581Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-26T09:08:42.604Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2021-04-26T09:08:42.632Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-26T09:08:42.656Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-26T09:08:42.680Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-26T09:08:42.703Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-04-26T09:08:42.728Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-26T09:08:42.752Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-26T09:08:42.775Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-26T09:08:42.798Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-26T09:08:42.822Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-26T09:08:42.849Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-26T09:08:42.897Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-26T09:08:42.923Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-26T09:08:42.947Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-04-26T09:08:42.971Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-26T09:08:42.994Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-898 [Pipeline] echo [2021-04-26T09:08:43.019Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-898 [Pipeline] echo [2021-04-26T09:08:43.045Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-898 [Pipeline] echo [2021-04-26T09:08:43.069Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0032f238cc9acfd00d8a61f7892d1e6d9919eaed [Pipeline] echo [2021-04-26T09:08:43.092Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0032f23 [Pipeline] echo [2021-04-26T09:08:43.115Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-26T09:08:43.204Z] provisioning config files... [2021-04-26T09:08:43.251Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-898@tmp/config1790777788271045148tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-26T09:08:43.608Z] ---> docker-login.sh [2021-04-26T09:08:43.608Z] nexus3.edgexfoundry.org:10001 [2021-04-26T09:08:44.626Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-26T09:08:44.626Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-26T09:08:44.626Z] Configure a credential helper to remove this warning. See [2021-04-26T09:08:44.626Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-26T09:08:44.626Z] [2021-04-26T09:08:44.626Z] Login Succeeded [2021-04-26T09:08:44.626Z] nexus3.edgexfoundry.org:10002 [2021-04-26T09:08:45.247Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-26T09:08:45.558Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-26T09:08:45.558Z] Configure a credential helper to remove this warning. See [2021-04-26T09:08:45.558Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-26T09:08:45.558Z] [2021-04-26T09:08:45.558Z] Login Succeeded [2021-04-26T09:08:45.558Z] nexus3.edgexfoundry.org:10003 [2021-04-26T09:08:45.888Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-26T09:08:46.173Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-26T09:08:46.173Z] Configure a credential helper to remove this warning. See [2021-04-26T09:08:46.173Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-26T09:08:46.173Z] [2021-04-26T09:08:46.173Z] Login Succeeded [2021-04-26T09:08:46.173Z] nexus3.edgexfoundry.org:10004 [2021-04-26T09:08:46.173Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-26T09:08:46.457Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-26T09:08:46.457Z] Configure a credential helper to remove this warning. See [2021-04-26T09:08:46.457Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-26T09:08:46.457Z] [2021-04-26T09:08:46.457Z] Login Succeeded [2021-04-26T09:08:46.457Z] docker.io [2021-04-26T09:08:46.457Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-26T09:08:46.724Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-26T09:08:46.724Z] Configure a credential helper to remove this warning. See [2021-04-26T09:08:46.724Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-26T09:08:46.724Z] [2021-04-26T09:08:46.724Z] Login Succeeded [2021-04-26T09:08:46.724Z] ---> docker-login.sh ends [Pipeline] } [2021-04-26T09:08:46.739Z] 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-04-26T09:08:47.342Z] + git log --format=format:%s -1 0032f238cc9acfd00d8a61f7892d1e6d9919eaed [Pipeline] echo [2021-04-26T09:08:47.473Z] GIT_COMMIT: 0032f238cc9acfd00d8a61f7892d1e6d9919eaed, Commit Message: feat: CBOR encoding http response for event with binary reading [Pipeline] echo [2021-04-26T09:08:47.487Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-26T09:08:48.488Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-26T09:08:48.488Z] [2021-04-26T09:08:48.488Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-26T09:08:48.840Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-26T09:08:48.840Z] latest: Pulling from edgex-devops/git-semver [2021-04-26T09:08:48.840Z] 31603596830f: Pulling fs layer [2021-04-26T09:08:48.840Z] 2a8b12db71e7: Pulling fs layer [2021-04-26T09:08:48.840Z] 6ca5941a6612: Pulling fs layer [2021-04-26T09:08:48.840Z] ecc8261a40a4: Pulling fs layer [2021-04-26T09:08:48.840Z] ecc8261a40a4: Waiting [2021-04-26T09:08:48.840Z] 2a8b12db71e7: Verifying Checksum [2021-04-26T09:08:48.840Z] 2a8b12db71e7: Download complete [2021-04-26T09:08:49.121Z] 31603596830f: Download complete [2021-04-26T09:08:49.121Z] ecc8261a40a4: Verifying Checksum [2021-04-26T09:08:49.121Z] ecc8261a40a4: Download complete [2021-04-26T09:08:49.416Z] 6ca5941a6612: Verifying Checksum [2021-04-26T09:08:49.416Z] 6ca5941a6612: Download complete [2021-04-26T09:08:49.710Z] 31603596830f: Pull complete [2021-04-26T09:08:50.303Z] 2a8b12db71e7: Pull complete [2021-04-26T09:08:51.274Z] 6ca5941a6612: Pull complete [2021-04-26T09:08:51.574Z] ecc8261a40a4: Pull complete [2021-04-26T09:08:51.574Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-26T09:08:51.842Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-26T09:08:51.842Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-26T09:08:51.988Z] prd-centos7-docker-4c-2g-1797 does not seem to be running inside a container [2021-04-26T09:08:52.081Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-898 -v /w/workspace/dgexfoundry_device-sdk-go_PR-898:/w/workspace/dgexfoundry_device-sdk-go_PR-898:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-898@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-898@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-26T09:08:55.660Z] $ docker top cd38c16bfcea0a4775d39471c365f82a7f86d3a455b5b0330cd8c73d37d0d220 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-26T09:08:56.070Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-26T09:08:56.070Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-26T09:08:56.810Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-26T09:08:56.837Z] $ docker exec cd38c16bfcea0a4775d39471c365f82a7f86d3a455b5b0330cd8c73d37d0d220 ssh-agent [2021-04-26T09:08:57.610Z] SSH_AUTH_SOCK=/tmp/ssh-M1LfQKwbJYc2/agent.11 [2021-04-26T09:08:57.610Z] SSH_AGENT_PID=16 [2021-04-26T09:08:57.630Z] Running ssh-add (command line suppressed) [2021-04-26T09:08:58.331Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-898@tmp/private_key_8017235927486203038.key (/w/workspace/dgexfoundry_device-sdk-go_PR-898@tmp/private_key_8017235927486203038.key) [2021-04-26T09:08:58.716Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-26T09:08:59.438Z] + git tag --points-at HEAD [Pipeline] } [2021-04-26T09:08:59.498Z] $ docker exec --env ******** --env ******** cd38c16bfcea0a4775d39471c365f82a7f86d3a455b5b0330cd8c73d37d0d220 ssh-agent -k [2021-04-26T09:08:59.749Z] unset SSH_AUTH_SOCK; [2021-04-26T09:08:59.750Z] unset SSH_AGENT_PID; [2021-04-26T09:08:59.750Z] echo Agent pid 16 killed; [2021-04-26T09:08:59.839Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-26T09:08:59.967Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-26T09:08:59.968Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-26T09:09:00.237Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-26T09:09:00.242Z] $ docker exec cd38c16bfcea0a4775d39471c365f82a7f86d3a455b5b0330cd8c73d37d0d220 ssh-agent [2021-04-26T09:09:00.512Z] SSH_AUTH_SOCK=/tmp/ssh-aRvNTnUAsTmv/agent.44 [2021-04-26T09:09:00.512Z] SSH_AGENT_PID=49 [2021-04-26T09:09:00.524Z] Running ssh-add (command line suppressed) [2021-04-26T09:09:00.717Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-898@tmp/private_key_7601984241584659912.key (/w/workspace/dgexfoundry_device-sdk-go_PR-898@tmp/private_key_7601984241584659912.key) [2021-04-26T09:09:00.798Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-26T09:09:01.189Z] + git semver init [2021-04-26T09:09:01.189Z] # -> Open(): unable to determine branch for HEAD [2021-04-26T09:09:01.189Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-898/.git [2021-04-26T09:09:01.189Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-898 [2021-04-26T09:09:01.189Z] # $SEMVER_REMOTE_NAME = origin [2021-04-26T09:09:01.189Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-26T09:09:01.189Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-26T09:09:01.189Z] # $SEMVER_BRANCH = PR-898 [2021-04-26T09:09:01.189Z] # $SEMVER_TEMP = /tmp/semver-780027838 [2021-04-26T09:09:01.189Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-04-26T09:09:03.185Z] # '/tmp/semver-780027838' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-898/.semver' [2021-04-26T09:09:03.185Z] # -> Force: false [2021-04-26T09:09:03.185Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-898/.semver [Pipeline] } [2021-04-26T09:09:03.204Z] $ docker exec --env ******** --env ******** cd38c16bfcea0a4775d39471c365f82a7f86d3a455b5b0330cd8c73d37d0d220 ssh-agent -k [2021-04-26T09:09:03.509Z] unset SSH_AUTH_SOCK; [2021-04-26T09:09:03.511Z] unset SSH_AGENT_PID; [2021-04-26T09:09:03.512Z] echo Agent pid 49 killed; [2021-04-26T09:09:03.639Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-26T09:09:04.062Z] + git semver [Pipeline] } [2021-04-26T09:09:04.361Z] $ docker stop --time=1 cd38c16bfcea0a4775d39471c365f82a7f86d3a455b5b0330cd8c73d37d0d220 [2021-04-26T09:09:05.994Z] $ docker rm -f cd38c16bfcea0a4775d39471c365f82a7f86d3a455b5b0330cd8c73d37d0d220 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-26T09:09:06.503Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-26T09:09:07.876Z] Stashed 1 file(s) [Pipeline] echo [2021-04-26T09:09:07.880Z] [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-04-26T09:09:23.085Z] Still waiting to schedule task [2021-04-26T09:09:23.085Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-1797’ [2021-04-26T09:09:23.087Z] Still waiting to schedule task [2021-04-26T09:09:23.088Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-04-26T09:11:09.293Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1798 in /w/workspace/dgexfoundry_device-sdk-go_PR-898 [Pipeline] { [Pipeline] ws [2021-04-26T09:11:09.311Z] Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout [2021-04-26T09:11:14.447Z] using credential edgex-jenkins-ssh [2021-04-26T09:11:14.464Z] Cloning the remote Git repository [2021-04-26T09:11:14.515Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-04-26T09:11:14.626Z] > git init /w/workspace/device-sdk-go/2 # timeout=10 [2021-04-26T09:11:14.732Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-26T09:11:14.735Z] > git --version # timeout=10 [2021-04-26T09:11:14.759Z] > git --version # 'git version 2.17.1' [2021-04-26T09:11:14.761Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-26T09:11:14.851Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-26T09:11:16.802Z] Merging remotes/origin/master commit 188b4cc14b9321dd8b2b5872b94485f2cb4f6961 into PR head commit 0032f238cc9acfd00d8a61f7892d1e6d9919eaed [2021-04-26T09:11:16.995Z] Merge succeeded, producing 0032f238cc9acfd00d8a61f7892d1e6d9919eaed [2021-04-26T09:11:16.995Z] Checking out Revision 0032f238cc9acfd00d8a61f7892d1e6d9919eaed (PR-898) [2021-04-26T09:11:16.091Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-26T09:11:16.107Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-26T09:11:16.130Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-26T09:11:16.162Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-26T09:11:16.163Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-26T09:11:16.174Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/898/head:refs/remotes/origin/PR-898 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-26T09:11:16.820Z] > git config core.sparsecheckout # timeout=10 [2021-04-26T09:11:16.834Z] > git checkout -f 0032f238cc9acfd00d8a61f7892d1e6d9919eaed # timeout=10 [2021-04-26T09:11:16.925Z] > git remote # timeout=10 [2021-04-26T09:11:16.940Z] > git config --get remote.origin.url # timeout=10 [2021-04-26T09:11:16.951Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-26T09:11:16.962Z] > git merge 188b4cc14b9321dd8b2b5872b94485f2cb4f6961 # timeout=10 [2021-04-26T09:11:16.982Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-26T09:11:17.002Z] > git config core.sparsecheckout # timeout=10 [2021-04-26T09:11:17.016Z] > git checkout -f 0032f238cc9acfd00d8a61f7892d1e6d9919eaed # timeout=10 [2021-04-26T09:11:18.905Z] Running on prd-centos7-docker-4c-2g-1800 in /w/workspace/dgexfoundry_device-sdk-go_PR-898 [Pipeline] { [Pipeline] ws [2021-04-26T09:11:18.922Z] Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout [2021-04-26T09:11:21.205Z] Commit message: "feat: CBOR encoding http response for event with binary reading" [2021-04-26T09:11:21.490Z] using credential edgex-jenkins-ssh [Pipeline] withEnv [Pipeline] { [2021-04-26T09:11:21.505Z] Cloning the remote Git repository [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-26T09:11:21.273Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-04-26T09:11:21.340Z] > git init /w/workspace/device-sdk-go/2 # timeout=10 [2021-04-26T09:11:21.400Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-26T09:11:21.401Z] > git --version # timeout=10 [2021-04-26T09:11:21.406Z] > git --version # 'git version 2.24.3' [2021-04-26T09:11:21.407Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-26T09:11:21.431Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-26T09:11:22.596Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-26T09:11:23.027Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-26T09:11:23.143Z] Merging remotes/origin/master commit 188b4cc14b9321dd8b2b5872b94485f2cb4f6961 into PR head commit 0032f238cc9acfd00d8a61f7892d1e6d9919eaed [2021-04-26T09:11:23.225Z] Merge succeeded, producing 0032f238cc9acfd00d8a61f7892d1e6d9919eaed [2021-04-26T09:11:23.226Z] Checking out Revision 0032f238cc9acfd00d8a61f7892d1e6d9919eaed (PR-898) [2021-04-26T09:11:22.437Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-26T09:11:22.442Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-26T09:11:22.456Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-26T09:11:22.475Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-26T09:11:22.476Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-26T09:11:22.480Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/898/head:refs/remotes/origin/PR-898 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-26T09:11:23.026Z] > git config core.sparsecheckout # timeout=10 [2021-04-26T09:11:23.031Z] > git checkout -f 0032f238cc9acfd00d8a61f7892d1e6d9919eaed # timeout=10 [2021-04-26T09:11:23.077Z] > git remote # timeout=10 [2021-04-26T09:11:23.083Z] > git config --get remote.origin.url # timeout=10 [2021-04-26T09:11:23.088Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-26T09:11:23.092Z] > git merge 188b4cc14b9321dd8b2b5872b94485f2cb4f6961 # timeout=10 [2021-04-26T09:11:23.100Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-26T09:11:23.110Z] > git config core.sparsecheckout # timeout=10 [2021-04-26T09:11:23.115Z] > git checkout -f 0032f238cc9acfd00d8a61f7892d1e6d9919eaed # timeout=10 [2021-04-26T09:11:23.370Z] + sudo service docker restart [2021-04-26T09:11:23.370Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-26T09:11:26.033Z] provisioning config files... [2021-04-26T09:11:26.074Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/2@tmp/config3320151496839573717tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-26T09:11:26.441Z] ---> docker-login.sh [2021-04-26T09:11:26.441Z] nexus3.edgexfoundry.org:10001 [2021-04-26T09:11:26.669Z] Commit message: "feat: CBOR encoding http response for event with binary reading" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-26T09:11:27.046Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-26T09:11:27.641Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-26T09:11:27.641Z] Configure a credential helper to remove this warning. See [2021-04-26T09:11:27.641Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-26T09:11:27.641Z] [2021-04-26T09:11:27.641Z] Login Succeeded [2021-04-26T09:11:27.641Z] nexus3.edgexfoundry.org:10002 [2021-04-26T09:11:27.721Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-26T09:11:27.916Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-26T09:11:28.046Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-26T09:11:28.189Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-26T09:11:28.189Z] Configure a credential helper to remove this warning. See [2021-04-26T09:11:28.189Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-26T09:11:28.189Z] [2021-04-26T09:11:28.189Z] Login Succeeded [2021-04-26T09:11:28.189Z] nexus3.edgexfoundry.org:10003 [2021-04-26T09:11:28.342Z] + true [2021-04-26T09:11:28.342Z] + sudo service docker restart [2021-04-26T09:11:28.342Z] Redirecting to /bin/systemctl restart docker.service [2021-04-26T09:11:28.462Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-26T09:11:28.735Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-26T09:11:28.735Z] Configure a credential helper to remove this warning. See [2021-04-26T09:11:28.735Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-26T09:11:28.735Z] [2021-04-26T09:11:28.735Z] Login Succeeded [2021-04-26T09:11:28.735Z] nexus3.edgexfoundry.org:10004 [2021-04-26T09:11:29.011Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-26T09:11:29.286Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-26T09:11:29.286Z] Configure a credential helper to remove this warning. See [2021-04-26T09:11:29.286Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-26T09:11:29.286Z] [2021-04-26T09:11:29.286Z] Login Succeeded [2021-04-26T09:11:29.286Z] docker.io [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-26T09:11:29.323Z] provisioning config files... [2021-04-26T09:11:29.350Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/2@tmp/config1249007260477563415tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-26T09:11:29.559Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-26T09:11:29.666Z] ---> docker-login.sh [2021-04-26T09:11:29.666Z] nexus3.edgexfoundry.org:10001 [2021-04-26T09:11:29.666Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-26T09:11:29.830Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-26T09:11:29.830Z] Configure a credential helper to remove this warning. See [2021-04-26T09:11:29.830Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-26T09:11:29.830Z] [2021-04-26T09:11:29.830Z] Login Succeeded [2021-04-26T09:11:29.830Z] ---> docker-login.sh ends [Pipeline] } [2021-04-26T09:11:29.846Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-04-26T09:11:29.932Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-26T09:11:29.932Z] Configure a credential helper to remove this warning. See [2021-04-26T09:11:29.932Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-26T09:11:29.932Z] [2021-04-26T09:11:29.932Z] Login Succeeded [2021-04-26T09:11:29.932Z] nexus3.edgexfoundry.org:10002 [2021-04-26T09:11:29.932Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] echo [2021-04-26T09:11:30.159Z] ========================================================= [2021-04-26T09:11:30.159Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-26T09:11:30.159Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-26T09:11:30.195Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-26T09:11:30.195Z] Configure a credential helper to remove this warning. See [2021-04-26T09:11:30.195Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-26T09:11:30.195Z] [2021-04-26T09:11:30.195Z] Login Succeeded [2021-04-26T09:11:30.195Z] nexus3.edgexfoundry.org:10003 [2021-04-26T09:11:30.195Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-26T09:11:30.195Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-26T09:11:30.195Z] Configure a credential helper to remove this warning. See [2021-04-26T09:11:30.195Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-26T09:11:30.195Z] [2021-04-26T09:11:30.195Z] Login Succeeded [2021-04-26T09:11:30.195Z] nexus3.edgexfoundry.org:10004 [2021-04-26T09:11:30.456Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-26T09:11:30.456Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-26T09:11:30.456Z] Configure a credential helper to remove this warning. See [2021-04-26T09:11:30.456Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-26T09:11:30.456Z] [2021-04-26T09:11:30.456Z] Login Succeeded [2021-04-26T09:11:30.456Z] docker.io [2021-04-26T09:11:30.456Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-26T09:11:30.497Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-04-26T09:11:30.716Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-26T09:11:30.716Z] Configure a credential helper to remove this warning. See [2021-04-26T09:11:30.716Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-26T09:11:30.716Z] [2021-04-26T09:11:30.716Z] Login Succeeded [2021-04-26T09:11:30.716Z] ---> docker-login.sh ends [Pipeline] } [2021-04-26T09:11:30.726Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-26T09:11:30.902Z] ========================================================= [2021-04-26T09:11:30.902Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-26T09:11:30.902Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-26T09:11:31.105Z] Sending build context to Docker daemon 2.475MB [2021-04-26T09:11:31.105Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-26T09:11:31.105Z] Step 2/8 : FROM ${BASE} [2021-04-26T09:11:31.105Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-26T09:11:31.105Z] 5f621e34cdf4: Pulling fs layer [2021-04-26T09:11:31.105Z] a4357932f1b6: Pulling fs layer [2021-04-26T09:11:31.105Z] 18c013af1878: Pulling fs layer [2021-04-26T09:11:31.105Z] 00ac8860ef70: Pulling fs layer [2021-04-26T09:11:31.105Z] 63d7cb157983: Pulling fs layer [2021-04-26T09:11:31.105Z] b116817d02f9: Pulling fs layer [2021-04-26T09:11:31.105Z] 745a02a5169b: Pulling fs layer [2021-04-26T09:11:31.105Z] 00ac8860ef70: Waiting [2021-04-26T09:11:31.105Z] 63d7cb157983: Waiting [2021-04-26T09:11:31.105Z] b116817d02f9: Waiting [2021-04-26T09:11:31.105Z] 745a02a5169b: Waiting [2021-04-26T09:11:31.105Z] 18c013af1878: Download complete [2021-04-26T09:11:31.105Z] a4357932f1b6: Verifying Checksum [2021-04-26T09:11:31.105Z] 63d7cb157983: Verifying Checksum [2021-04-26T09:11:31.105Z] 63d7cb157983: Download complete [2021-04-26T09:11:31.105Z] b116817d02f9: Download complete [2021-04-26T09:11:31.105Z] 5f621e34cdf4: Verifying Checksum [2021-04-26T09:11:31.105Z] 5f621e34cdf4: Download complete [2021-04-26T09:11:31.209Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-04-26T09:11:31.209Z] Sending build context to Docker daemon 2.476MB [2021-04-26T09:11:31.209Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-26T09:11:31.209Z] Step 2/8 : FROM ${BASE} [2021-04-26T09:11:32.092Z] 5f621e34cdf4: Pull complete [2021-04-26T09:11:32.152Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-26T09:11:32.153Z] 188c0c94c7c5: Pulling fs layer [2021-04-26T09:11:32.153Z] 0ef7d3d256c8: Pulling fs layer [2021-04-26T09:11:32.153Z] de9db76c5a1d: Pulling fs layer [2021-04-26T09:11:32.153Z] bca2f99d35d6: Pulling fs layer [2021-04-26T09:11:32.153Z] 93359f2a8cfa: Pulling fs layer [2021-04-26T09:11:32.153Z] 7c6f9722023f: Pulling fs layer [2021-04-26T09:11:32.153Z] a35cf1a2eb13: Pulling fs layer [2021-04-26T09:11:32.153Z] 93359f2a8cfa: Waiting [2021-04-26T09:11:32.153Z] 7c6f9722023f: Waiting [2021-04-26T09:11:32.153Z] a35cf1a2eb13: Waiting [2021-04-26T09:11:32.153Z] bca2f99d35d6: Waiting [2021-04-26T09:11:32.153Z] de9db76c5a1d: Verifying Checksum [2021-04-26T09:11:32.153Z] de9db76c5a1d: Download complete [2021-04-26T09:11:32.153Z] 0ef7d3d256c8: Download complete [2021-04-26T09:11:32.153Z] 93359f2a8cfa: Verifying Checksum [2021-04-26T09:11:32.153Z] 93359f2a8cfa: Download complete [2021-04-26T09:11:32.153Z] 7c6f9722023f: Verifying Checksum [2021-04-26T09:11:32.153Z] 7c6f9722023f: Download complete [2021-04-26T09:11:32.386Z] a4357932f1b6: Pull complete [2021-04-26T09:11:32.416Z] 188c0c94c7c5: Verifying Checksum [2021-04-26T09:11:32.417Z] 188c0c94c7c5: Download complete [2021-04-26T09:11:32.417Z] 188c0c94c7c5: Pull complete [2021-04-26T09:11:32.677Z] 0ef7d3d256c8: Pull complete [2021-04-26T09:11:32.677Z] de9db76c5a1d: Pull complete [2021-04-26T09:11:32.685Z] 18c013af1878: Pull complete [2021-04-26T09:11:35.318Z] 745a02a5169b: Verifying Checksum [2021-04-26T09:11:35.318Z] 745a02a5169b: Download complete [2021-04-26T09:11:35.983Z] a35cf1a2eb13: Verifying Checksum [2021-04-26T09:11:35.983Z] a35cf1a2eb13: Download complete [2021-04-26T09:11:37.304Z] 00ac8860ef70: Verifying Checksum [2021-04-26T09:11:37.304Z] 00ac8860ef70: Download complete [2021-04-26T09:11:37.372Z] bca2f99d35d6: Verifying Checksum [2021-04-26T09:11:37.372Z] bca2f99d35d6: Download complete [2021-04-26T09:11:42.692Z] bca2f99d35d6: Pull complete [2021-04-26T09:11:42.692Z] 93359f2a8cfa: Pull complete [2021-04-26T09:11:42.692Z] 7c6f9722023f: Pull complete [2021-04-26T09:11:47.472Z] 00ac8860ef70: Pull complete [2021-04-26T09:11:47.472Z] 63d7cb157983: Pull complete [2021-04-26T09:11:47.750Z] b116817d02f9: Pull complete [2021-04-26T09:11:50.871Z] a35cf1a2eb13: Pull complete [2021-04-26T09:11:50.871Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-26T09:11:50.871Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-26T09:11:50.871Z] ---> a62c8e92a672 [2021-04-26T09:11:50.871Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-26T09:11:50.871Z] ---> Running in fbace296436e [2021-04-26T09:11:50.871Z] Removing intermediate container fbace296436e [2021-04-26T09:11:50.871Z] ---> 0ac367557f45 [2021-04-26T09:11:50.871Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T09:11:50.871Z] ---> Running in 8732ba32eb62 [2021-04-26T09:11:51.143Z] 745a02a5169b: Pull complete [2021-04-26T09:11:51.143Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-26T09:11:51.143Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-26T09:11:51.143Z] ---> b7e6874047d6 [2021-04-26T09:11:51.143Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-26T09:11:51.816Z] Removing intermediate container 8732ba32eb62 [2021-04-26T09:11:51.816Z] ---> 87b1db9350f2 [2021-04-26T09:11:51.816Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-04-26T09:11:52.086Z] ---> Running in 6fb444bd7b90 [2021-04-26T09:11:52.658Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-26T09:11:53.602Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-26T09:11:53.863Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-04-26T09:11:53.863Z] (2/6) Installing libsodium (1.0.18-r0) [2021-04-26T09:11:53.863Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-04-26T09:11:54.123Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-04-26T09:11:54.123Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-26T09:11:54.123Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-04-26T09:11:54.384Z] Executing busybox-1.31.1-r19.trigger [2021-04-26T09:11:54.385Z] OK: 167 MiB in 45 packages [2021-04-26T09:11:54.534Z] ---> Running in 4ec6adcb2e1a [2021-04-26T09:11:54.534Z] Removing intermediate container 4ec6adcb2e1a [2021-04-26T09:11:54.534Z] ---> 418444fc9368 [2021-04-26T09:11:54.534Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T09:11:54.534Z] ---> Running in c30e5cf824d4 [2021-04-26T09:11:54.957Z] Removing intermediate container 6fb444bd7b90 [2021-04-26T09:11:54.957Z] ---> d93569deff69 [2021-04-26T09:11:54.957Z] Step 6/8 : WORKDIR /device-sdk-go [2021-04-26T09:11:54.957Z] ---> Running in 66894c9ea50e [2021-04-26T09:11:54.957Z] Removing intermediate container 66894c9ea50e [2021-04-26T09:11:54.957Z] ---> 8d54485d31e5 [2021-04-26T09:11:54.957Z] Step 7/8 : COPY . . [2021-04-26T09:11:56.345Z] ---> 73f217b41168 [2021-04-26T09:11:56.345Z] Step 8/8 : RUN go mod download [2021-04-26T09:11:56.345Z] ---> Running in 833914787b26 [2021-04-26T09:11:57.176Z] Removing intermediate container c30e5cf824d4 [2021-04-26T09:11:57.176Z] ---> e84619683e7a [2021-04-26T09:11:57.176Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-04-26T09:11:57.176Z] ---> Running in fd46d50b5530 [2021-04-26T09:11:58.157Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-26T09:11:58.747Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-26T09:11:59.736Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-04-26T09:12:00.005Z] (2/6) Installing libsodium (1.0.18-r0) [2021-04-26T09:12:00.005Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-04-26T09:12:00.005Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-04-26T09:12:00.277Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-26T09:12:00.277Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-04-26T09:12:00.277Z] Executing busybox-1.31.1-r19.trigger [2021-04-26T09:12:00.549Z] OK: 144 MiB in 45 packages [2021-04-26T09:12:01.981Z] Removing intermediate container fd46d50b5530 [2021-04-26T09:12:01.981Z] ---> 3704008c6b0f [2021-04-26T09:12:01.981Z] Step 6/8 : WORKDIR /device-sdk-go [2021-04-26T09:12:01.981Z] ---> Running in 19ec33517190 [2021-04-26T09:12:02.574Z] Removing intermediate container 19ec33517190 [2021-04-26T09:12:02.574Z] ---> d1344e3ab63a [2021-04-26T09:12:02.574Z] Step 7/8 : COPY . . [2021-04-26T09:12:03.554Z] ---> 25322387eda4 [2021-04-26T09:12:03.554Z] Step 8/8 : RUN go mod download [2021-04-26T09:12:03.826Z] ---> Running in 15015b27597a [2021-04-26T09:12:18.346Z] Removing intermediate container 833914787b26 [2021-04-26T09:12:18.346Z] ---> f8ec07e192cb [2021-04-26T09:12:18.346Z] Successfully built f8ec07e192cb [2021-04-26T09:12:18.346Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-26T09:12:18.653Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-26T09:12:18.653Z] . [Pipeline] withDockerContainer [2021-04-26T09:12:18.758Z] prd-centos7-docker-4c-2g-1800 does not seem to be running inside a container [2021-04-26T09:12:18.800Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-26T09:12:19.474Z] $ docker top e52c76d9ca104a56b8d751b529aae106a89ca7f518f51b92ef577e85ad84b82f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-26T09:12:19.903Z] + go version [2021-04-26T09:12:19.903Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-26T09:12:19.918Z] $ docker stop --time=1 e52c76d9ca104a56b8d751b529aae106a89ca7f518f51b92ef577e85ad84b82f [2021-04-26T09:12:21.251Z] $ docker rm -f e52c76d9ca104a56b8d751b529aae106a89ca7f518f51b92ef577e85ad84b82f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-26T09:12:21.726Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-26T09:12:21.726Z] . [Pipeline] withDockerContainer [2021-04-26T09:12:21.813Z] prd-centos7-docker-4c-2g-1800 does not seem to be running inside a container [2021-04-26T09:12:21.854Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-26T09:12:22.394Z] $ docker top 4711766eefaf9fe8b4a03235b25b2fbe5b2b59158d546cd864168dfde6796b2d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-26T09:12:22.793Z] + make test [2021-04-26T09:12:22.793Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-26T09:12:30.614Z] Removing intermediate container 15015b27597a [2021-04-26T09:12:30.614Z] ---> eec51fd57b0a [2021-04-26T09:12:30.614Z] Successfully built eec51fd57b0a [2021-04-26T09:12:30.614Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-26T09:12:30.964Z] + docker inspect -f . ci-base-image-arm64 [2021-04-26T09:12:30.964Z] . [Pipeline] withDockerContainer [2021-04-26T09:12:31.005Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-04-26T09:12:31.215Z] prd-ubuntu18.04-docker-arm64-4c-16g-1798 does not seem to be running inside a container [2021-04-26T09:12:31.310Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-26T09:12:32.820Z] $ docker top c8226ce68792053a2a2333500dcf9e87a7e8402d964a81d868baf39b9f26251f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-26T09:12:33.756Z] + go version [2021-04-26T09:12:33.757Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-26T09:12:33.790Z] $ docker stop --time=1 c8226ce68792053a2a2333500dcf9e87a7e8402d964a81d868baf39b9f26251f [2021-04-26T09:12:35.707Z] $ docker rm -f c8226ce68792053a2a2333500dcf9e87a7e8402d964a81d868baf39b9f26251f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-26T09:12:36.384Z] + docker inspect -f . ci-base-image-arm64 [2021-04-26T09:12:36.385Z] . [Pipeline] withDockerContainer [2021-04-26T09:12:36.640Z] prd-ubuntu18.04-docker-arm64-4c-16g-1798 does not seem to be running inside a container [2021-04-26T09:12:36.729Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-26T09:12:38.213Z] $ docker top afecee832da8154730f53b0285d8dbdbf8ed92427162d9efcf9dececb8485966 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-26T09:12:39.154Z] + make test [2021-04-26T09:12:39.154Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-26T09:12:49.264Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-04-26T09:12:49.264Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-04-26T09:12:49.264Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-04-26T09:12:49.264Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] [2021-04-26T09:12:49.264Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-04-26T09:12:51.214Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.056s coverage: 28.1% of statements [2021-04-26T09:12:51.214Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.075s coverage: 78.9% of statements [2021-04-26T09:12:52.185Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.076s coverage: 7.8% of statements [2021-04-26T09:12:52.185Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-04-26T09:12:52.185Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-04-26T09:12:52.185Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-04-26T09:12:52.185Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.084s coverage: 30.2% of statements [2021-04-26T09:12:52.185Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-04-26T09:12:52.185Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-04-26T09:12:52.185Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-04-26T09:12:52.787Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.087s coverage: 57.2% of statements [2021-04-26T09:12:53.139Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 1.206s coverage: 6.6% of statements [2021-04-26T09:12:53.499Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.071s coverage: 5.0% of statements [2021-04-26T09:12:53.499Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-04-26T09:12:53.499Z] GO111MODULE=on go vet ./... [2021-04-26T09:13:01.340Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-04-26T09:13:08.533Z] gofmt -l . [2021-04-26T09:13:08.533Z] [ "`gofmt -l .`" = "" ] [2021-04-26T09:13:08.533Z] ./bin/test-attribution-txt.sh [2021-04-26T09:13:09.476Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-04-26T09:13:09.491Z] $ docker stop --time=1 4711766eefaf9fe8b4a03235b25b2fbe5b2b59158d546cd864168dfde6796b2d [2021-04-26T09:13:11.083Z] $ docker rm -f 4711766eefaf9fe8b4a03235b25b2fbe5b2b59158d546cd864168dfde6796b2d [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-26T09:13:11.645Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-26T09:13:12.019Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-04-26T09:13:14.321Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-26T09:13:14.635Z] + ls -al . [2021-04-26T09:13:14.635Z] total 188 [2021-04-26T09:13:14.635Z] drwxrwxr-x. 10 jenkins jenkins 4096 Apr 26 09:13 . [2021-04-26T09:13:14.635Z] drwxrwxr-x. 4 jenkins jenkins 28 Apr 26 09:11 .. [2021-04-26T09:13:14.635Z] drwxrwxr-x. 2 jenkins jenkins 64 Apr 26 09:11 bin [2021-04-26T09:13:14.635Z] -rw-r--r--. 1 jenkins jenkins 100320 Apr 26 09:12 coverage.out [2021-04-26T09:13:14.635Z] -rw-rw-r--. 1 jenkins jenkins 987 Apr 26 09:11 Dockerfile.build [2021-04-26T09:13:14.635Z] -rw-rw-r--. 1 jenkins jenkins 140 Apr 26 09:11 .dockerignore [2021-04-26T09:13:14.635Z] drwxrwxr-x. 5 jenkins jenkins 62 Apr 26 09:11 example [2021-04-26T09:13:14.635Z] drwxrwxr-x. 8 jenkins jenkins 179 Apr 26 09:11 .git [2021-04-26T09:13:14.635Z] drwxrwxr-x. 2 jenkins jenkins 103 Apr 26 09:11 .github [2021-04-26T09:13:14.635Z] -rw-rw-r--. 1 jenkins jenkins 138 Apr 26 09:11 .gitignore [2021-04-26T09:13:14.635Z] -rw-r--r--. 1 jenkins jenkins 575 Apr 26 09:13 go.mod [2021-04-26T09:13:14.635Z] -rw-r--r--. 1 jenkins jenkins 20957 Apr 26 09:13 go.sum [2021-04-26T09:13:14.635Z] drwxrwxr-x. 14 jenkins jenkins 207 Apr 26 09:11 internal [2021-04-26T09:13:14.635Z] -rw-rw-r--. 1 jenkins jenkins 901 Apr 26 09:11 Jenkinsfile [2021-04-26T09:13:14.635Z] -rw-rw-r--. 1 jenkins jenkins 11341 Apr 26 09:11 LICENSE [2021-04-26T09:13:14.635Z] -rw-rw-r--. 1 jenkins jenkins 1022 Apr 26 09:11 Makefile [2021-04-26T09:13:14.635Z] drwxrwxr-x. 4 jenkins jenkins 26 Apr 26 09:11 openapi [2021-04-26T09:13:14.635Z] drwxrwxr-x. 5 jenkins jenkins 50 Apr 26 09:11 pkg [2021-04-26T09:13:14.635Z] -rw-rw-r--. 1 jenkins jenkins 7652 Apr 26 09:11 README.md [2021-04-26T09:13:14.635Z] -rw-rw-r--. 1 jenkins jenkins 6616 Apr 26 09:11 RELEASE-NOTES.txt [2021-04-26T09:13:14.635Z] drwxrwxr-x. 4 jenkins jenkins 54 Apr 26 09:11 snap [2021-04-26T09:13:14.635Z] -rw-rw-r--. 1 jenkins jenkins 5 Apr 26 09:09 VERSION [2021-04-26T09:13:14.635Z] -rw-rw-r--. 1 jenkins jenkins 222 Apr 26 09:11 version.go [Pipeline] isUnix [Pipeline] sh [2021-04-26T09:13:14.936Z] + 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=0032f238cc9acfd00d8a61f7892d1e6d9919eaed --label arch=amd64 --label version=0.0.0 . [2021-04-26T09:13:14.936Z] Sending build context to Docker daemon 2.577MB [2021-04-26T09:13:14.936Z] Step 1/23 : ARG BASE=golang:1.15-alpine3.12 [2021-04-26T09:13:14.936Z] Step 2/23 : FROM ${BASE} AS builder [2021-04-26T09:13:14.936Z] ---> f8ec07e192cb [2021-04-26T09:13:14.936Z] Step 3/23 : WORKDIR /device-sdk-go [2021-04-26T09:13:15.507Z] ---> Running in 3f5d3b6cf99a [2021-04-26T09:13:15.767Z] Removing intermediate container 3f5d3b6cf99a [2021-04-26T09:13:15.767Z] ---> 1ebd20b23a39 [2021-04-26T09:13:15.767Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-26T09:13:15.767Z] ---> Running in 20c98b8a8357 [2021-04-26T09:13:16.029Z] Removing intermediate container 20c98b8a8357 [2021-04-26T09:13:16.029Z] ---> 0a4d9fa584ec [2021-04-26T09:13:16.029Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T09:13:16.029Z] ---> Running in a4466ce22879 [2021-04-26T09:13:16.979Z] Removing intermediate container a4466ce22879 [2021-04-26T09:13:16.979Z] ---> 8724d79fae00 [2021-04-26T09:13:16.979Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-04-26T09:13:16.979Z] ---> Running in 2b50c6e98089 [2021-04-26T09:13:17.926Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-26T09:13:18.514Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-26T09:13:19.087Z] OK: 167 MiB in 45 packages [2021-04-26T09:13:19.353Z] Removing intermediate container 2b50c6e98089 [2021-04-26T09:13:19.353Z] ---> 998fb33ddd97 [2021-04-26T09:13:19.353Z] Step 7/23 : COPY . . [2021-04-26T09:13:20.304Z] ---> 3d1fc2e58b7c [2021-04-26T09:13:20.304Z] Step 8/23 : RUN go mod download [2021-04-26T09:13:20.304Z] ---> Running in f1f1893bed22 [2021-04-26T09:13:21.710Z] Removing intermediate container f1f1893bed22 [2021-04-26T09:13:21.710Z] ---> 01b08b67ac5a [2021-04-26T09:13:21.710Z] Step 9/23 : RUN make build [2021-04-26T09:13:21.710Z] ---> Running in 1f8bcbc09c80 [2021-04-26T09:13:21.991Z] 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-04-26T09:13:32.120Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-04-26T09:13:33.509Z] Removing intermediate container 1f8bcbc09c80 [2021-04-26T09:13:33.509Z] ---> 9ef35233882f [2021-04-26T09:13:33.509Z] Step 10/23 : FROM alpine:3.12 [2021-04-26T09:13:33.770Z] 3.12: Pulling from library/alpine [2021-04-26T09:13:33.770Z] 339de151aab4: Pulling fs layer [2021-04-26T09:13:34.034Z] 339de151aab4: Verifying Checksum [2021-04-26T09:13:34.034Z] 339de151aab4: Download complete [2021-04-26T09:13:34.301Z] 339de151aab4: Pull complete [2021-04-26T09:13:34.301Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-26T09:13:34.301Z] Status: Downloaded newer image for alpine:3.12 [2021-04-26T09:13:34.301Z] ---> 13621d1b12d4 [2021-04-26T09:13:34.301Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-26T09:13:34.301Z] ---> Running in e9e2d5c7e0e3 [2021-04-26T09:13:34.563Z] Removing intermediate container e9e2d5c7e0e3 [2021-04-26T09:13:34.563Z] ---> 1268eeadf516 [2021-04-26T09:13:34.563Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T09:13:34.563Z] ---> Running in 20b3a82d709a [2021-04-26T09:13:35.517Z] Removing intermediate container 20b3a82d709a [2021-04-26T09:13:35.517Z] ---> a4537e0b5f67 [2021-04-26T09:13:35.517Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-04-26T09:13:35.517Z] ---> Running in 27feea4acccd [2021-04-26T09:13:35.782Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-26T09:13:36.722Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-26T09:13:36.983Z] (1/5) Installing libgcc (9.3.0-r2) [2021-04-26T09:13:36.983Z] (2/5) Installing libsodium (1.0.18-r0) [2021-04-26T09:13:36.983Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-04-26T09:13:37.927Z] (4/5) Installing libzmq (4.3.3-r0) [2021-04-26T09:13:38.189Z] (5/5) Installing zeromq (4.3.3-r0) [2021-04-26T09:13:38.189Z] Executing busybox-1.31.1-r20.trigger [2021-04-26T09:13:38.189Z] OK: 8 MiB in 19 packages [2021-04-26T09:13:38.761Z] Removing intermediate container 27feea4acccd [2021-04-26T09:13:38.761Z] ---> 862f61ce241a [2021-04-26T09:13:38.761Z] Step 14/23 : WORKDIR / [2021-04-26T09:13:38.761Z] ---> Running in f12f2fae983d [2021-04-26T09:13:39.021Z] Removing intermediate container f12f2fae983d [2021-04-26T09:13:39.021Z] ---> 208ee62e277f [2021-04-26T09:13:39.021Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-04-26T09:13:39.283Z] ---> 678ce23c6536 [2021-04-26T09:13:39.283Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-04-26T09:13:39.854Z] ---> 538b4466500c [2021-04-26T09:13:39.854Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-04-26T09:13:39.854Z] ---> 0c5db2e6430d [2021-04-26T09:13:39.854Z] Step 18/23 : EXPOSE 49990 [2021-04-26T09:13:40.117Z] ---> Running in 82a7aa8c44c1 [2021-04-26T09:13:40.117Z] Removing intermediate container 82a7aa8c44c1 [2021-04-26T09:13:40.117Z] ---> 41e01542c7c3 [2021-04-26T09:13:40.117Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-04-26T09:13:40.377Z] ---> Running in 5248f6dd4d05 [2021-04-26T09:13:40.377Z] Removing intermediate container 5248f6dd4d05 [2021-04-26T09:13:40.377Z] ---> 51aa0496975c [2021-04-26T09:13:40.377Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-26T09:13:40.637Z] ---> Running in 2ffc0d0df825 [2021-04-26T09:13:40.637Z] Removing intermediate container 2ffc0d0df825 [2021-04-26T09:13:40.637Z] ---> 85a433eeaea4 [2021-04-26T09:13:40.637Z] Step 21/23 : LABEL arch=amd64 [2021-04-26T09:13:40.898Z] ---> Running in 863a30aa8608 [2021-04-26T09:13:40.898Z] Removing intermediate container 863a30aa8608 [2021-04-26T09:13:40.898Z] ---> afb7cb502453 [2021-04-26T09:13:40.898Z] Step 22/23 : LABEL git_sha=0032f238cc9acfd00d8a61f7892d1e6d9919eaed [2021-04-26T09:13:41.163Z] ---> Running in 98ce142883e0 [2021-04-26T09:13:41.163Z] Removing intermediate container 98ce142883e0 [2021-04-26T09:13:41.163Z] ---> 28bd3e752bbc [2021-04-26T09:13:41.163Z] Step 23/23 : LABEL version=0.0.0 [2021-04-26T09:13:41.163Z] ---> Running in 2c5c97f38266 [2021-04-26T09:13:41.425Z] Removing intermediate container 2c5c97f38266 [2021-04-26T09:13:41.425Z] ---> 22b95d094c12 [2021-04-26T09:13:41.425Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2021-04-26T09:13:41.425Z] Successfully built 22b95d094c12 [2021-04-26T09:13:41.425Z] 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-04-26T09:13:42.161Z] ---> job-cost.sh [2021-04-26T09:13:42.161Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-kZtD [2021-04-26T09:13:57.087Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-26T09:13:57.905Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-04-26T09:13:57.905Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-04-26T09:13:57.905Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-04-26T09:13:57.905Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] [2021-04-26T09:13:57.905Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-04-26T09:14:00.544Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.143s coverage: 28.1% of statements [2021-04-26T09:14:01.988Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.204s coverage: 78.9% of statements [2021-04-26T09:14:01.988Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.196s coverage: 7.8% of statements [2021-04-26T09:14:01.988Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-04-26T09:14:01.988Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-04-26T09:14:01.988Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-04-26T09:14:02.978Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.263s coverage: 30.2% of statements [2021-04-26T09:14:02.978Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-04-26T09:14:02.978Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-04-26T09:14:02.978Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-04-26T09:14:07.323Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.311s coverage: 57.2% of statements [2021-04-26T09:14:07.323Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.164s coverage: 6.6% of statements [2021-04-26T09:14:07.323Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.139s coverage: 5.0% of statements [2021-04-26T09:14:07.323Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-04-26T09:14:07.596Z] GO111MODULE=on go vet ./... [2021-04-26T09:14:23.725Z] lf-activate-venv(): INFO: Adding /tmp/venv-kZtD/bin to PATH [2021-04-26T09:14:23.725Z] INFO: No Stack... [2021-04-26T09:14:23.725Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-26T09:14:24.319Z] INFO: Archiving Costs [Pipeline] sh [2021-04-26T09:14:24.634Z] + cat /w/workspace/device-sdk-go/2/archives/cost.csv [2021-04-26T09:14:24.634Z] + cut -d, -f6 [Pipeline] lock [2021-04-26T09:14:24.708Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-898-2-stack-cost] [2021-04-26T09:14:24.715Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-898-2-stack-cost] did not exist. Created. [2021-04-26T09:14:24.715Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-898-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-26T09:14:25.037Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-26T09:14:25.128Z] Stashed 1 file(s) [Pipeline] } [2021-04-26T09:14:25.140Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-898-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-26T09:14:54.627Z] gofmt -l . [2021-04-26T09:14:54.627Z] [ "`gofmt -l .`" = "" ] [2021-04-26T09:14:54.627Z] ./bin/test-attribution-txt.sh [2021-04-26T09:14:54.627Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-04-26T09:14:54.666Z] $ docker stop --time=1 afecee832da8154730f53b0285d8dbdbf8ed92427162d9efcf9dececb8485966 [2021-04-26T09:14:56.974Z] $ docker rm -f afecee832da8154730f53b0285d8dbdbf8ed92427162d9efcf9dececb8485966 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-26T09:14:58.068Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-26T09:14:58.089Z] Warning: overwriting stash ‘coverage-report’ [2021-04-26T09:14:59.062Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-26T09:14:59.512Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-26T09:14:59.863Z] + ls -al . [2021-04-26T09:14:59.863Z] total 224 [2021-04-26T09:14:59.863Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 26 09:14 . [2021-04-26T09:14:59.863Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 26 09:11 .. [2021-04-26T09:14:59.863Z] -rw-rw-r-- 1 jenkins jenkins 140 Apr 26 09:11 .dockerignore [2021-04-26T09:14:59.863Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 26 09:11 .git [2021-04-26T09:14:59.863Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 26 09:11 .github [2021-04-26T09:14:59.863Z] -rw-rw-r-- 1 jenkins jenkins 138 Apr 26 09:11 .gitignore [2021-04-26T09:14:59.863Z] -rw-rw-r-- 1 jenkins jenkins 987 Apr 26 09:11 Dockerfile.build [2021-04-26T09:14:59.863Z] -rw-rw-r-- 1 jenkins jenkins 901 Apr 26 09:11 Jenkinsfile [2021-04-26T09:14:59.863Z] -rw-rw-r-- 1 jenkins jenkins 11341 Apr 26 09:11 LICENSE [2021-04-26T09:14:59.863Z] -rw-rw-r-- 1 jenkins jenkins 1022 Apr 26 09:11 Makefile [2021-04-26T09:14:59.863Z] -rw-rw-r-- 1 jenkins jenkins 7652 Apr 26 09:11 README.md [2021-04-26T09:14:59.863Z] -rw-rw-r-- 1 jenkins jenkins 6616 Apr 26 09:11 RELEASE-NOTES.txt [2021-04-26T09:14:59.863Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 26 09:09 VERSION [2021-04-26T09:14:59.863Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 26 09:11 bin [2021-04-26T09:14:59.863Z] -rw-r--r-- 1 jenkins jenkins 100320 Apr 26 09:14 coverage.out [2021-04-26T09:14:59.863Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 26 09:11 example [2021-04-26T09:14:59.863Z] -rw-r--r-- 1 jenkins jenkins 575 Apr 26 09:14 go.mod [2021-04-26T09:14:59.863Z] -rw-r--r-- 1 jenkins jenkins 20957 Apr 26 09:14 go.sum [2021-04-26T09:14:59.863Z] drwxrwxr-x 14 jenkins jenkins 4096 Apr 26 09:11 internal [2021-04-26T09:14:59.863Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 26 09:11 openapi [2021-04-26T09:14:59.863Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 26 09:11 pkg [2021-04-26T09:14:59.863Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 26 09:11 snap [2021-04-26T09:14:59.863Z] -rw-rw-r-- 1 jenkins jenkins 222 Apr 26 09:11 version.go [Pipeline] isUnix [Pipeline] sh [2021-04-26T09:15:00.275Z] + 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=0032f238cc9acfd00d8a61f7892d1e6d9919eaed --label arch=arm64 --label version=0.0.0 . [2021-04-26T09:15:00.898Z] Sending build context to Docker daemon 2.576MB [2021-04-26T09:15:00.898Z] Step 1/23 : ARG BASE=golang:1.15-alpine3.12 [2021-04-26T09:15:00.898Z] Step 2/23 : FROM ${BASE} AS builder [2021-04-26T09:15:00.898Z] ---> eec51fd57b0a [2021-04-26T09:15:00.898Z] Step 3/23 : WORKDIR /device-sdk-go [2021-04-26T09:15:01.180Z] ---> Running in 98dd8f3af700 [2021-04-26T09:15:01.783Z] Removing intermediate container 98dd8f3af700 [2021-04-26T09:15:01.783Z] ---> 95aa20a7be5e [2021-04-26T09:15:01.783Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-26T09:15:01.783Z] ---> Running in e7c077a2b1e5 [2021-04-26T09:15:02.385Z] Removing intermediate container e7c077a2b1e5 [2021-04-26T09:15:02.385Z] ---> 36e831a347f6 [2021-04-26T09:15:02.385Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T09:15:02.385Z] ---> Running in 153948f13278 [2021-04-26T09:15:04.361Z] Removing intermediate container 153948f13278 [2021-04-26T09:15:04.361Z] ---> c744089e3ca0 [2021-04-26T09:15:04.361Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-04-26T09:15:04.632Z] ---> Running in e41ebaf8e9e3 [2021-04-26T09:15:05.610Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-26T09:15:06.581Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-26T09:15:07.562Z] OK: 144 MiB in 45 packages [2021-04-26T09:15:08.542Z] Removing intermediate container e41ebaf8e9e3 [2021-04-26T09:15:08.542Z] ---> f34369dbbb5a [2021-04-26T09:15:08.542Z] Step 7/23 : COPY . . [2021-04-26T09:15:09.972Z] ---> f990316ae4b6 [2021-04-26T09:15:09.972Z] Step 8/23 : RUN go mod download [2021-04-26T09:15:10.251Z] ---> Running in e8e1add8f574 [2021-04-26T09:15:12.870Z] Removing intermediate container e8e1add8f574 [2021-04-26T09:15:12.870Z] ---> 74a314ad521a [2021-04-26T09:15:12.870Z] Step 9/23 : RUN make build [2021-04-26T09:15:12.870Z] ---> Running in 75ad69de4366 [2021-04-26T09:15:13.844Z] 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-04-26T09:15:46.245Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-04-26T09:15:49.617Z] Removing intermediate container 75ad69de4366 [2021-04-26T09:15:49.617Z] ---> 7eb8b555a131 [2021-04-26T09:15:49.617Z] Step 10/23 : FROM alpine:3.12 [2021-04-26T09:15:49.617Z] 3.12: Pulling from library/alpine [2021-04-26T09:15:49.617Z] d2f70382dc9a: Pulling fs layer [2021-04-26T09:15:49.890Z] d2f70382dc9a: Verifying Checksum [2021-04-26T09:15:49.890Z] d2f70382dc9a: Download complete [2021-04-26T09:15:50.485Z] d2f70382dc9a: Pull complete [2021-04-26T09:15:50.485Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-26T09:15:50.485Z] Status: Downloaded newer image for alpine:3.12 [2021-04-26T09:15:50.485Z] ---> 9852663dfa18 [2021-04-26T09:15:50.485Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-26T09:15:50.759Z] ---> Running in 5c5130a1d8d4 [2021-04-26T09:15:51.032Z] Removing intermediate container 5c5130a1d8d4 [2021-04-26T09:15:51.032Z] ---> f8f029a4be95 [2021-04-26T09:15:51.032Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T09:15:51.308Z] ---> Running in bb8141548f1e [2021-04-26T09:15:53.278Z] Removing intermediate container bb8141548f1e [2021-04-26T09:15:53.278Z] ---> 9328c84f819a [2021-04-26T09:15:53.278Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-04-26T09:15:53.278Z] ---> Running in e650257faf36 [2021-04-26T09:15:54.254Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-26T09:15:55.234Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-26T09:15:55.823Z] (1/5) Installing libgcc (9.3.0-r2) [2021-04-26T09:15:55.823Z] (2/5) Installing libsodium (1.0.18-r0) [2021-04-26T09:15:55.823Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-04-26T09:15:56.093Z] (4/5) Installing libzmq (4.3.3-r0) [2021-04-26T09:15:56.363Z] (5/5) Installing zeromq (4.3.3-r0) [2021-04-26T09:15:56.363Z] Executing busybox-1.31.1-r20.trigger [2021-04-26T09:15:56.363Z] OK: 8 MiB in 19 packages [2021-04-26T09:15:57.339Z] Removing intermediate container e650257faf36 [2021-04-26T09:15:57.339Z] ---> 814fbf3bf34b [2021-04-26T09:15:57.339Z] Step 14/23 : WORKDIR / [2021-04-26T09:15:57.611Z] ---> Running in 0baeee6440ee [2021-04-26T09:15:58.205Z] Removing intermediate container 0baeee6440ee [2021-04-26T09:15:58.205Z] ---> be435ade4108 [2021-04-26T09:15:58.205Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-04-26T09:15:58.801Z] ---> 923e72bb3c79 [2021-04-26T09:15:58.801Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-04-26T09:16:00.235Z] ---> 5d7a0cfd11c6 [2021-04-26T09:16:00.235Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-04-26T09:16:00.829Z] ---> 7caa879b32fd [2021-04-26T09:16:00.829Z] Step 18/23 : EXPOSE 49990 [2021-04-26T09:16:00.829Z] ---> Running in 892f801bff70 [2021-04-26T09:16:01.423Z] Removing intermediate container 892f801bff70 [2021-04-26T09:16:01.423Z] ---> 906324b484fe [2021-04-26T09:16:01.423Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-04-26T09:16:01.423Z] ---> Running in 42962b861018 [2021-04-26T09:16:02.020Z] Removing intermediate container 42962b861018 [2021-04-26T09:16:02.020Z] ---> c2c943e0d445 [2021-04-26T09:16:02.020Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-26T09:16:02.020Z] ---> Running in e8d9712b4741 [2021-04-26T09:16:02.619Z] Removing intermediate container e8d9712b4741 [2021-04-26T09:16:02.619Z] ---> 42e62de01fc6 [2021-04-26T09:16:02.619Z] Step 21/23 : LABEL arch=arm64 [2021-04-26T09:16:02.619Z] ---> Running in 3621d8e3e21e [2021-04-26T09:16:03.214Z] Removing intermediate container 3621d8e3e21e [2021-04-26T09:16:03.214Z] ---> 55c9fa0fdf31 [2021-04-26T09:16:03.214Z] Step 22/23 : LABEL git_sha=0032f238cc9acfd00d8a61f7892d1e6d9919eaed [2021-04-26T09:16:03.214Z] ---> Running in 4b179269a88e [2021-04-26T09:16:03.805Z] Removing intermediate container 4b179269a88e [2021-04-26T09:16:03.805Z] ---> 44542c687ebe [2021-04-26T09:16:03.805Z] Step 23/23 : LABEL version=0.0.0 [2021-04-26T09:16:03.805Z] ---> Running in caa772491fbc [2021-04-26T09:16:04.395Z] Removing intermediate container caa772491fbc [2021-04-26T09:16:04.395Z] ---> 39f6a399cf18 [2021-04-26T09:16:04.395Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2021-04-26T09:16:04.395Z] Successfully built 39f6a399cf18 [2021-04-26T09:16:04.395Z] Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-26T09:16:04.861Z] ---> job-cost.sh [2021-04-26T09:16:04.861Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-fRQZ [2021-04-26T09:16:43.813Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-26T09:18:05.527Z] lf-activate-venv(): INFO: Adding /tmp/venv-fRQZ/bin to PATH [2021-04-26T09:18:05.528Z] INFO: No Stack... [2021-04-26T09:18:05.528Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-26T09:18:05.528Z] INFO: Archiving Costs [Pipeline] sh [2021-04-26T09:18:06.133Z] + + catcut -d, /w/workspace/device-sdk-go/2/archives/cost.csv -f6 [2021-04-26T09:18:06.133Z] [Pipeline] lock [2021-04-26T09:18:06.248Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-898-2-stack-cost] [2021-04-26T09:18:06.262Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-898-2-stack-cost] did not exist. Created. [2021-04-26T09:18:06.262Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-898-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-26T09:18:06.636Z] /w/workspace/device-sdk-go/2@tmp/durable-da5014a3/script.sh: 1: /w/workspace/device-sdk-go/2@tmp/durable-da5014a3/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-26T09:18:06.977Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-26T09:18:07.022Z] Warning: overwriting stash ‘stack-cost’ [2021-04-26T09:18:07.179Z] Stashed 1 file(s) [Pipeline] } [2021-04-26T09:18:07.189Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-898-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-04-26T09:18:07.801Z] provisioning config files... [2021-04-26T09:18:07.814Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-898@tmp/config4094243703542696968tmp [Pipeline] { [Pipeline] sh [2021-04-26T09:18:08.169Z] + set +x [2021-04-26T09:18:08.169Z] + curl -s https://codecov.io/bash [2021-04-26T09:18:08.169Z] + bash -s -- [2021-04-26T09:18:08.437Z] [2021-04-26T09:18:08.437Z] _____ _ [2021-04-26T09:18:08.437Z] / ____| | | [2021-04-26T09:18:08.437Z] | | ___ __| | ___ ___ _____ __ [2021-04-26T09:18:08.437Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-26T09:18:08.437Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-26T09:18:08.437Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-26T09:18:08.437Z] Bash-1.0.2 [2021-04-26T09:18:08.437Z] [2021-04-26T09:18:08.437Z] [2021-04-26T09:18:08.437Z] ==> git version 2.24.3 found [2021-04-26T09:18:08.437Z] ==> 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-04-26T09:18:08.437Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-26T09:18:08.437Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-26T09:18:08.437Z] ==> Jenkins CI detected. [2021-04-26T09:18:08.437Z] project root: . [2021-04-26T09:18:08.437Z] --> token set from env [2021-04-26T09:18:08.437Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-26T09:18:08.437Z] ==> Running gcov in . (disable via -X gcov) [2021-04-26T09:18:08.437Z] ==> Python coveragepy not found [2021-04-26T09:18:08.437Z] ==> Searching for coverage reports in: [2021-04-26T09:18:08.437Z] + . [2021-04-26T09:18:08.437Z] -> Found 1 reports [2021-04-26T09:18:08.437Z] ==> Detecting git/mercurial file structure [2021-04-26T09:18:08.437Z] ==> Reading reports [2021-04-26T09:18:08.437Z] + ./coverage.out bytes=100320 [2021-04-26T09:18:08.437Z] ==> Appending adjustments [2021-04-26T09:18:08.437Z] https://docs.codecov.io/docs/fixing-reports [2021-04-26T09:18:09.064Z] + Found adjustments [2021-04-26T09:18:09.064Z] ==> Gzipping contents [2021-04-26T09:18:09.064Z] 16K /tmp/codecov.yx5LR8.gz [2021-04-26T09:18:09.064Z] ==> Uploading reports [2021-04-26T09:18:09.064Z] url: https://codecov.io [2021-04-26T09:18:09.064Z] query: branch=PR-898&commit=0032f238cc9acfd00d8a61f7892d1e6d9919eaed&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-898%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=898&job=&cmd_args= [2021-04-26T09:18:09.064Z] -> Pinging Codecov [2021-04-26T09:18:09.064Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-898&commit=0032f238cc9acfd00d8a61f7892d1e6d9919eaed&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-898%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=898&job=&cmd_args= [2021-04-26T09:18:09.654Z] -> Uploading to [2021-04-26T09:18:09.654Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-26/7E55EF52A471D76F132DFD9A03CDDE97/0032f238cc9acfd00d8a61f7892d1e6d9919eaed/d1286c54-c44e-4791-9889-3d23f9b3f735.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210426%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210426T091809Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=575ea19b254345a2c8153c8292009caaf3507d2272743ccef2001653305e5158 [2021-04-26T09:18:09.654Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-26T09:18:09.654Z] Dload Upload Total Spent Left Speed [2021-04-26T09:18:10.244Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13565 0 0 100 13565 0 26768 --:--:-- --:--:-- --:--:-- 26808 [2021-04-26T09:18:10.244Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/0032f238cc9acfd00d8a61f7892d1e6d9919eaed [Pipeline] } [2021-04-26T09:18:10.257Z] 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-04-26T09:18:11.411Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-26T09:18:12.036Z] ---> package-listing.sh [2021-04-26T09:18:12.036Z] ++ facter osfamily [2021-04-26T09:18:12.036Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-26T09:18:12.036Z] + OS_FAMILY=redhat [2021-04-26T09:18:12.036Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-898 [2021-04-26T09:18:12.036Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-26T09:18:12.036Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-26T09:18:12.036Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-26T09:18:12.036Z] + PACKAGES=/tmp/packages_start.txt [2021-04-26T09:18:12.036Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-898 ']' [2021-04-26T09:18:12.036Z] + PACKAGES=/tmp/packages_end.txt [2021-04-26T09:18:12.036Z] + case "${OS_FAMILY}" in [2021-04-26T09:18:12.036Z] + rpm -qa [2021-04-26T09:18:12.036Z] + sort [2021-04-26T09:18:20.483Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-26T09:18:20.483Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-26T09:18:20.483Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-26T09:18:20.483Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-898 ']' [2021-04-26T09:18:20.483Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-898/archives/ [2021-04-26T09:18:20.483Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-898/archives/ [Pipeline] echo [2021-04-26T09:18:20.510Z] 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-898/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-26T09:18:20.932Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-26T09:18:21.545Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-26T09:18:21.820Z] [2021-04-26T09:18:21.820Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-26T09:18:22.203Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-26T09:18:22.203Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-26T09:18:22.203Z] df20fa9351a1: Pulling fs layer [2021-04-26T09:18:22.203Z] 36b3adc4ff6f: Pulling fs layer [2021-04-26T09:18:22.203Z] 8ad3a11d3b57: Pulling fs layer [2021-04-26T09:18:22.203Z] 46f8f816bc3b: Pulling fs layer [2021-04-26T09:18:22.203Z] 93b61091891f: Pulling fs layer [2021-04-26T09:18:22.203Z] 93b9cdb0e59b: Pulling fs layer [2021-04-26T09:18:22.203Z] 5e14af77c1be: Pulling fs layer [2021-04-26T09:18:22.203Z] 01666e4c0597: Pulling fs layer [2021-04-26T09:18:22.203Z] aa168da1d23b: Pulling fs layer [2021-04-26T09:18:22.203Z] 46f8f816bc3b: Waiting [2021-04-26T09:18:22.203Z] 93b61091891f: Waiting [2021-04-26T09:18:22.203Z] 93b9cdb0e59b: Waiting [2021-04-26T09:18:22.203Z] 01666e4c0597: Waiting [2021-04-26T09:18:22.203Z] 5e14af77c1be: Waiting [2021-04-26T09:18:22.203Z] aa168da1d23b: Waiting [2021-04-26T09:18:22.203Z] 36b3adc4ff6f: Download complete [2021-04-26T09:18:22.508Z] 46f8f816bc3b: Verifying Checksum [2021-04-26T09:18:22.508Z] 46f8f816bc3b: Download complete [2021-04-26T09:18:22.508Z] df20fa9351a1: Download complete [2021-04-26T09:18:22.508Z] 93b9cdb0e59b: Verifying Checksum [2021-04-26T09:18:22.508Z] 93b9cdb0e59b: Download complete [2021-04-26T09:18:22.780Z] 5e14af77c1be: Verifying Checksum [2021-04-26T09:18:22.780Z] 5e14af77c1be: Download complete [2021-04-26T09:18:22.780Z] 01666e4c0597: Download complete [2021-04-26T09:18:22.780Z] 93b61091891f: Verifying Checksum [2021-04-26T09:18:22.780Z] 93b61091891f: Download complete [2021-04-26T09:18:23.385Z] df20fa9351a1: Pull complete [2021-04-26T09:18:23.385Z] 8ad3a11d3b57: Verifying Checksum [2021-04-26T09:18:23.385Z] 8ad3a11d3b57: Download complete [2021-04-26T09:18:23.695Z] 36b3adc4ff6f: Pull complete [2021-04-26T09:18:25.172Z] 8ad3a11d3b57: Pull complete [2021-04-26T09:18:25.788Z] 46f8f816bc3b: Pull complete [2021-04-26T09:18:26.412Z] 93b61091891f: Pull complete [2021-04-26T09:18:26.412Z] aa168da1d23b: Verifying Checksum [2021-04-26T09:18:26.412Z] aa168da1d23b: Download complete [2021-04-26T09:18:26.412Z] 93b9cdb0e59b: Pull complete [2021-04-26T09:18:26.694Z] 5e14af77c1be: Pull complete [2021-04-26T09:18:26.966Z] 01666e4c0597: Pull complete [2021-04-26T09:18:42.298Z] aa168da1d23b: Pull complete [2021-04-26T09:18:42.298Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-26T09:18:42.298Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-26T09:18:42.298Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-26T09:18:42.579Z] prd-centos7-docker-4c-2g-1797 does not seem to be running inside a container [2021-04-26T09:18:42.670Z] $ 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-898/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-898 -v /w/workspace/dgexfoundry_device-sdk-go_PR-898:/w/workspace/dgexfoundry_device-sdk-go_PR-898:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-898@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-898@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-26T09:18:47.397Z] $ docker top 23891c975f07376b5733ad9cec7ad37056efe28986562ee09b0504e9b585d25b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-26T09:18:48.501Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-26T09:18:49.565Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-26T09:18:49.896Z] + ls /var/log/sa-host [2021-04-26T09:18:49.896Z] + sadf -c /var/log/sa-host/sa23 [2021-04-26T09:18:49.896Z] file_magic: OK [2021-04-26T09:18:49.896Z] HZ: Using current value: 100 [2021-04-26T09:18:49.896Z] file_header: OK [2021-04-26T09:18:49.896Z] 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-04-26T09:18:49.896Z] Statistics: [2021-04-26T09:18:49.896Z] Hnuu...uuuununununu... [2021-04-26T09:18:49.896Z] File successfully converted to sysstat format version 12.2.1 [2021-04-26T09:18:49.896Z] + sadf -c /var/log/sa-host/sa26 [2021-04-26T09:18:49.896Z] file_magic: OK [2021-04-26T09:18:49.896Z] HZ: Using current value: 100 [2021-04-26T09:18:49.896Z] file_header: OK [2021-04-26T09:18:49.896Z] 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-04-26T09:18:49.896Z] Statistics: [2021-04-26T09:18:49.896Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-26T09:18:49.896Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-26T09:18:50.515Z] provisioning config files... [2021-04-26T09:18:50.590Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-898@tmp/config3088399783797277787tmp [Pipeline] { [Pipeline] echo [2021-04-26T09:18:50.634Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-26T09:18:51.373Z] ---> create-netrc.sh [Pipeline] } [2021-04-26T09:18:51.392Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-26T09:18:51.420Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-26T09:18:51.759Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-26T09:18:51.772Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-26T09:18:52.096Z] ---> sudo-logs.sh [2021-04-26T09:18:52.096Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-26T09:18:52.135Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-26T09:18:52.456Z] ---> job-cost.sh [2021-04-26T09:18:52.456Z] lf-activate-venv: SKIPPING [2021-04-26T09:18:52.456Z] DEBUG: total: 0.20999999344348907 [2021-04-26T09:18:52.456Z] INFO: Retrieving Stack Cost... [2021-04-26T09:18:53.877Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-26T09:18:54.457Z] INFO: Archiving Costs [Pipeline] echo [2021-04-26T09:18:54.473Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-26T09:18:54.784Z] ---> logs-deploy.sh [2021-04-26T09:18:54.784Z] lf-activate-venv: SKIPPING [2021-04-26T09:18:54.784Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-898/2 [2021-04-26T09:18:54.784Z] INFO: archiving workspace using pattern(s): [2021-04-26T09:18:58.286Z] Archives upload complete. [2021-04-26T09:18:58.286Z] INFO: archiving logs to Nexus [2021-04-26T09:19:00.972Z] ---> uname -a: [2021-04-26T09:19:00.972Z] Linux prd-centos7-docker-4c-2g-1797.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-04-26T09:19:00.972Z] [2021-04-26T09:19:00.972Z] [2021-04-26T09:19:00.972Z] ---> lscpu: [2021-04-26T09:19:00.972Z] Architecture: x86_64 [2021-04-26T09:19:00.972Z] CPU op-mode(s): 32-bit, 64-bit [2021-04-26T09:19:00.972Z] Byte Order: Little Endian [2021-04-26T09:19:00.972Z] Address sizes: 40 bits physical, 48 bits virtual [2021-04-26T09:19:00.972Z] CPU(s): 4 [2021-04-26T09:19:00.972Z] On-line CPU(s) list: 0-3 [2021-04-26T09:19:00.972Z] Thread(s) per core: 1 [2021-04-26T09:19:00.972Z] Core(s) per socket: 1 [2021-04-26T09:19:00.972Z] Socket(s): 4 [2021-04-26T09:19:00.972Z] NUMA node(s): 1 [2021-04-26T09:19:00.972Z] Vendor ID: GenuineIntel [2021-04-26T09:19:00.972Z] CPU family: 6 [2021-04-26T09:19:00.972Z] Model: 44 [2021-04-26T09:19:00.972Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-04-26T09:19:00.972Z] Stepping: 1 [2021-04-26T09:19:00.972Z] CPU MHz: 2933.438 [2021-04-26T09:19:00.972Z] BogoMIPS: 5866.87 [2021-04-26T09:19:00.972Z] Virtualization: VT-x [2021-04-26T09:19:00.972Z] Hypervisor vendor: KVM [2021-04-26T09:19:00.972Z] Virtualization type: full [2021-04-26T09:19:00.972Z] L1d cache: 128 KiB [2021-04-26T09:19:00.972Z] L1i cache: 128 KiB [2021-04-26T09:19:00.972Z] L2 cache: 16 MiB [2021-04-26T09:19:00.972Z] L3 cache: 64 MiB [2021-04-26T09:19:00.972Z] NUMA node0 CPU(s): 0-3 [2021-04-26T09:19:00.972Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-04-26T09:19:00.972Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-04-26T09:19:00.972Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-04-26T09:19:00.972Z] Vulnerability Meltdown: Mitigation; PTI [2021-04-26T09:19:00.972Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-04-26T09:19:00.972Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-04-26T09:19:00.972Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-04-26T09:19:00.972Z] Vulnerability Srbds: Not affected [2021-04-26T09:19:00.972Z] Vulnerability Tsx async abort: Not affected [2021-04-26T09:19:00.972Z] 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-04-26T09:19:00.972Z] [2021-04-26T09:19:00.972Z] [2021-04-26T09:19:00.972Z] ---> nproc: [2021-04-26T09:19:00.972Z] 4 [2021-04-26T09:19:00.972Z] [2021-04-26T09:19:00.972Z] [2021-04-26T09:19:00.972Z] ---> df -h: [2021-04-26T09:19:00.972Z] Filesystem Size Used Available Use% Mounted on [2021-04-26T09:19:00.972Z] overlay 50.0G 7.3G 42.7G 15% / [2021-04-26T09:19:00.972Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-04-26T09:19:00.972Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-04-26T09:19:00.972Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-04-26T09:19:00.972Z] /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os [2021-04-26T09:19:00.972Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf [2021-04-26T09:19:00.972Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname [2021-04-26T09:19:00.972Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts [2021-04-26T09:19:00.972Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host [2021-04-26T09:19:00.972Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure [2021-04-26T09:19:00.972Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log [2021-04-26T09:19:00.972Z] /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json [2021-04-26T09:19:00.972Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-898 [2021-04-26T09:19:00.972Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-898@tmp [2021-04-26T09:19:00.972Z] [2021-04-26T09:19:00.972Z] [2021-04-26T09:19:00.972Z] ---> free -m: [2021-04-26T09:19:00.972Z] total used free shared buff/cache available [2021-04-26T09:19:00.972Z] Mem: 1837 716 99 0 1021 1016 [2021-04-26T09:19:00.972Z] Swap: 1023 0 1023 [2021-04-26T09:19:00.972Z] [2021-04-26T09:19:00.972Z] [2021-04-26T09:19:00.972Z] ---> ip addr: [2021-04-26T09:19:00.972Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-04-26T09:19:00.972Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-04-26T09:19:00.972Z] inet 127.0.0.1/8 scope host lo [2021-04-26T09:19:00.972Z] valid_lft forever preferred_lft forever [2021-04-26T09:19:00.972Z] inet6 ::1/128 scope host [2021-04-26T09:19:00.972Z] valid_lft forever preferred_lft forever [2021-04-26T09:19:00.972Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-04-26T09:19:00.972Z] link/ether fa:16:3e:1b:b6:26 brd ff:ff:ff:ff:ff:ff [2021-04-26T09:19:00.972Z] inet 10.30.122.207/23 brd 10.30.123.255 scope global dynamic eth0 [2021-04-26T09:19:00.972Z] valid_lft 85704sec preferred_lft 85704sec [2021-04-26T09:19:00.972Z] inet6 fe80::f816:3eff:fe1b:b626/64 scope link [2021-04-26T09:19:00.972Z] valid_lft forever preferred_lft forever [2021-04-26T09:19:00.972Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-04-26T09:19:00.972Z] link/ether 02:42:f5:4d:95:9e brd ff:ff:ff:ff:ff:ff [2021-04-26T09:19:00.972Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-04-26T09:19:00.972Z] valid_lft forever preferred_lft forever [2021-04-26T09:19:00.972Z] inet6 fe80::42:f5ff:fe4d:959e/64 scope link [2021-04-26T09:19:00.972Z] valid_lft forever preferred_lft forever [2021-04-26T09:19:00.972Z] [2021-04-26T09:19:00.972Z] [2021-04-26T09:19:00.972Z] ---> sar -b -r -n DEV: [2021-04-26T09:19:00.972Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/26/21 _x86_64_ (4 CPU) [2021-04-26T09:19:00.972Z] [2021-04-26T09:19:00.972Z] 09:07:09 LINUX RESTART (4 CPU) [2021-04-26T09:19:00.972Z] [2021-04-26T09:19:00.973Z] 09:08:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-04-26T09:19:00.973Z] 09:09:01 78.59 40.80 37.79 0.00 7599.00 3809.31 0.00 [2021-04-26T09:19:00.973Z] 09:10:01 8.32 1.41 6.90 0.00 72.12 262.23 0.00 [2021-04-26T09:19:00.973Z] 09:11:01 0.58 0.00 0.58 0.00 0.00 10.84 0.00 [2021-04-26T09:19:00.973Z] 09:12:01 0.25 0.00 0.25 0.00 0.00 2.70 0.00 [2021-04-26T09:19:00.973Z] 09:13:01 0.23 0.00 0.23 0.00 0.00 3.38 0.00 [2021-04-26T09:19:00.973Z] 09:14:01 0.32 0.00 0.32 0.00 0.00 4.19 0.00 [2021-04-26T09:19:00.973Z] 09:15:01 0.20 0.00 0.20 0.00 0.00 1.61 0.00 [2021-04-26T09:19:00.973Z] 09:16:01 0.28 0.00 0.28 0.00 0.00 5.53 0.00 [2021-04-26T09:19:00.973Z] 09:17:01 0.25 0.00 0.25 0.00 0.00 2.71 0.00 [2021-04-26T09:19:00.973Z] 09:18:02 0.28 0.00 0.28 0.00 0.00 3.48 0.00 [2021-04-26T09:19:00.973Z] Average: 8.94 4.23 4.71 0.00 768.17 411.14 0.00 [2021-04-26T09:19:00.973Z] [2021-04-26T09:19:00.973Z] 09:08:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-04-26T09:19:00.973Z] 09:09:01 159804 0 630172 33.49 2620 1088948 1353516 46.19 455288 1065200 52 [2021-04-26T09:19:00.973Z] 09:10:01 157288 0 628608 33.41 2620 1093028 1183600 40.39 471140 1052828 20 [2021-04-26T09:19:00.973Z] 09:11:01 169792 0 616100 32.74 2620 1093032 1084484 37.01 468120 1045056 8 [2021-04-26T09:19:00.973Z] 09:12:01 167596 0 618292 32.86 2620 1093036 1084544 37.01 469680 1045860 8 [2021-04-26T09:19:00.973Z] 09:13:01 169768 0 616116 32.75 2620 1093040 1081220 36.90 474256 1039792 8 [2021-04-26T09:19:00.973Z] 09:14:01 168380 0 617496 32.82 2620 1093048 1081304 36.90 472996 1042024 8 [2021-04-26T09:19:00.973Z] 09:15:01 167676 0 618200 32.86 2620 1093048 1081448 36.91 473780 1042024 20 [2021-04-26T09:19:00.973Z] 09:16:01 169128 0 616744 32.78 2620 1093052 1081220 36.90 472436 1042024 12 [2021-04-26T09:19:00.973Z] 09:17:01 168936 0 616928 32.79 2620 1093060 1081220 36.90 474492 1039976 12 [2021-04-26T09:19:00.973Z] 09:18:02 168512 0 617348 32.81 2620 1093064 1081352 36.90 475208 1039976 16 [2021-04-26T09:19:00.973Z] Average: 166688 0 619600 32.93 2620 1092636 1119391 38.20 470740 1045476 16 [2021-04-26T09:19:00.973Z] [2021-04-26T09:19:00.973Z] 09:08:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-04-26T09:19:00.973Z] 09:09:01 eth0 301.94 213.73 1082.72 71.11 0.00 0.00 0.00 0.00 [2021-04-26T09:19:00.973Z] 09:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-26T09:19:00.973Z] 09:09:01 veth791c9ac 0.22 0.40 0.04 0.05 0.00 0.00 0.00 0.00 [2021-04-26T09:19:00.973Z] 09:09:01 docker0 0.22 0.28 0.03 0.05 0.00 0.00 0.00 0.00 [2021-04-26T09:19:00.973Z] 09:10:01 eth0 23.44 23.82 37.31 30.63 0.00 0.00 0.00 0.00 [2021-04-26T09:19:00.973Z] 09:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-26T09:19:00.973Z] 09:10:01 docker0 11.83 9.08 1.78 26.13 0.00 0.00 0.00 0.00 [2021-04-26T09:19:00.973Z] 09:11:01 eth0 2.88 1.35 3.26 0.27 0.00 0.00 0.00 0.00 [2021-04-26T09:19:00.973Z] 09:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-26T09:19:00.973Z] 09:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-26T09:19:00.973Z] 09:12:01 eth0 0.73 0.53 0.52 0.36 0.00 0.00 0.00 0.00 [2021-04-26T09:19:00.973Z] 09:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-26T09:19:00.973Z] 09:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-26T09:19:00.973Z] 09:13:01 eth0 0.10 0.08 0.01 0.04 0.00 0.00 0.00 0.00 [2021-04-26T09:19:00.973Z] 09:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-26T09:19:00.973Z] 09:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-26T09:19:00.973Z] 09:14:01 eth0 0.71 0.18 0.12 0.07 0.00 0.00 0.00 0.00 [2021-04-26T09:19:00.973Z] 09:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-26T09:19:00.973Z] 09:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-26T09:19:00.973Z] 09:15:01 eth0 0.85 0.53 0.38 0.21 0.00 0.00 0.00 0.00 [2021-04-26T09:19:00.973Z] 09:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-26T09:19:00.973Z] 09:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-26T09:19:00.973Z] 09:16:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-26T09:19:00.973Z] 09:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-26T09:19:00.973Z] 09:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-26T09:19:00.973Z] 09:17:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-26T09:19:00.973Z] 09:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-26T09:19:00.973Z] 09:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-26T09:19:00.973Z] 09:18:02 eth0 0.53 0.38 0.27 0.21 0.00 0.00 0.00 0.00 [2021-04-26T09:19:00.973Z] 09:18:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-26T09:19:00.973Z] 09:18:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-26T09:19:00.973Z] Average: eth0 33.18 24.11 112.61 10.30 0.00 0.00 0.00 0.00 [2021-04-26T09:19:00.973Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-26T09:19:00.973Z] Average: docker0 1.20 0.94 0.18 2.62 0.00 0.00 0.00 0.00 [2021-04-26T09:19:00.973Z] [2021-04-26T09:19:00.973Z] [2021-04-26T09:19:00.973Z] ---> sar -P ALL: [2021-04-26T09:19:00.973Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/26/21 _x86_64_ (4 CPU) [2021-04-26T09:19:00.973Z] [2021-04-26T09:19:00.973Z] 09:07:09 LINUX RESTART (4 CPU) [2021-04-26T09:19:00.973Z] [2021-04-26T09:19:00.973Z] 09:08:01 CPU %user %nice %system %iowait %steal %idle [2021-04-26T09:19:00.973Z] 09:09:01 all 12.23 0.00 6.71 3.47 28.68 48.91 [2021-04-26T09:19:00.973Z] 09:09:01 0 11.60 0.00 7.33 4.19 29.55 47.34 [2021-04-26T09:19:00.973Z] 09:09:01 1 13.11 0.00 6.32 2.76 27.58 50.24 [2021-04-26T09:19:00.973Z] 09:09:01 2 10.32 0.00 5.90 3.43 28.71 51.65 [2021-04-26T09:19:00.973Z] 09:09:01 3 13.98 0.00 7.33 3.53 28.91 46.25 [2021-04-26T09:19:00.973Z] 09:10:01 all 0.77 0.00 0.48 0.10 2.39 96.26 [2021-04-26T09:19:00.973Z] 09:10:01 0 0.61 0.00 0.58 0.05 2.76 96.00 [2021-04-26T09:19:00.973Z] 09:10:01 1 0.88 0.00 0.45 0.35 2.41 95.92 [2021-04-26T09:19:00.973Z] 09:10:01 2 0.71 0.00 0.35 0.00 2.23 96.71 [2021-04-26T09:19:00.973Z] 09:10:01 3 0.89 0.00 0.55 0.02 2.13 96.41 [2021-04-26T09:19:00.973Z] 09:11:01 all 0.12 0.00 0.05 0.00 0.65 99.18 [2021-04-26T09:19:00.973Z] 09:11:01 0 0.03 0.00 0.08 0.00 1.22 98.66 [2021-04-26T09:19:00.973Z] 09:11:01 1 0.35 0.00 0.03 0.00 0.35 99.27 [2021-04-26T09:19:00.973Z] 09:11:01 2 0.05 0.00 0.03 0.00 0.57 99.35 [2021-04-26T09:19:00.973Z] 09:11:01 3 0.07 0.00 0.05 0.00 0.45 99.43 [2021-04-26T09:19:00.973Z] 09:12:01 all 0.14 0.00 0.11 0.00 0.35 99.40 [2021-04-26T09:19:00.973Z] 09:12:01 0 0.03 0.00 0.12 0.00 0.37 99.48 [2021-04-26T09:19:00.973Z] 09:12:01 1 0.42 0.00 0.07 0.00 0.28 99.23 [2021-04-26T09:19:00.973Z] 09:12:01 2 0.07 0.00 0.15 0.00 0.38 99.40 [2021-04-26T09:19:00.973Z] 09:12:01 3 0.03 0.00 0.10 0.00 0.37 99.50 [2021-04-26T09:19:00.973Z] 09:13:01 all 0.08 0.00 0.05 0.00 0.11 99.76 [2021-04-26T09:19:00.973Z] 09:13:01 0 0.02 0.00 0.03 0.00 0.03 99.92 [2021-04-26T09:19:00.973Z] 09:13:01 1 0.28 0.00 0.08 0.00 0.22 99.42 [2021-04-26T09:19:00.973Z] 09:13:01 2 0.03 0.00 0.05 0.00 0.13 99.78 [2021-04-26T09:19:00.973Z] 09:13:01 3 0.00 0.00 0.02 0.00 0.05 99.93 [2021-04-26T09:19:00.973Z] 09:14:01 all 0.07 0.00 0.10 0.00 0.51 99.32 [2021-04-26T09:19:00.973Z] 09:14:01 0 0.02 0.00 0.03 0.00 0.43 99.52 [2021-04-26T09:19:00.973Z] 09:14:01 1 0.20 0.00 0.07 0.00 0.71 99.02 [2021-04-26T09:19:00.973Z] 09:14:01 2 0.05 0.00 0.13 0.00 0.50 99.32 [2021-04-26T09:19:00.973Z] 09:14:01 3 0.03 0.00 0.17 0.00 0.38 99.42 [2021-04-26T09:19:00.973Z] 09:15:01 all 0.10 0.00 0.04 0.00 0.58 99.29 [2021-04-26T09:19:00.973Z] 09:15:01 0 0.02 0.00 0.02 0.00 0.75 99.22 [2021-04-26T09:19:00.973Z] 09:15:01 1 0.25 0.00 0.05 0.00 0.48 99.22 [2021-04-26T09:19:00.973Z] 09:15:01 2 0.08 0.00 0.05 0.00 0.88 98.99 [2021-04-26T09:19:00.973Z] 09:15:01 3 0.03 0.00 0.05 0.00 0.20 99.72 [2021-04-26T09:19:00.973Z] 09:16:01 all 0.07 0.00 0.04 0.00 0.88 99.01 [2021-04-26T09:19:00.973Z] 09:16:01 0 0.02 0.00 0.05 0.00 1.04 98.89 [2021-04-26T09:19:00.973Z] 09:16:01 1 0.18 0.00 0.03 0.00 0.75 99.04 [2021-04-26T09:19:00.973Z] 09:16:01 2 0.05 0.00 0.05 0.00 1.45 98.45 [2021-04-26T09:19:00.973Z] 09:16:01 3 0.03 0.00 0.02 0.00 0.27 99.68 [2021-04-26T09:19:00.973Z] 09:17:01 all 0.11 0.00 0.05 0.00 0.28 99.56 [2021-04-26T09:19:00.973Z] 09:17:01 0 0.00 0.00 0.03 0.00 0.12 99.85 [2021-04-26T09:19:00.973Z] 09:17:01 1 0.40 0.00 0.08 0.00 0.61 98.90 [2021-04-26T09:19:00.973Z] 09:17:01 2 0.03 0.00 0.03 0.00 0.28 99.65 [2021-04-26T09:19:00.973Z] 09:17:01 3 0.02 0.00 0.03 0.00 0.12 99.83 [2021-04-26T09:19:00.973Z] 09:18:02 all 0.06 0.00 0.02 0.00 1.04 98.88 [2021-04-26T09:19:00.973Z] 09:18:02 0 0.03 0.00 0.02 0.00 1.45 98.50 [2021-04-26T09:19:00.973Z] 09:18:02 1 0.17 0.00 0.02 0.00 0.98 98.84 [2021-04-26T09:19:00.973Z] 09:18:02 2 0.02 0.00 0.03 0.00 1.48 98.47 [2021-04-26T09:19:00.973Z] 09:18:02 3 0.02 0.00 0.02 0.00 0.25 99.72 [2021-04-26T09:19:00.973Z] Average: all 1.49 0.00 0.83 0.39 3.81 93.48 [2021-04-26T09:19:00.973Z] Average: 0 1.34 0.00 0.89 0.46 4.04 93.26 [2021-04-26T09:19:00.973Z] Average: 1 1.75 0.00 0.78 0.34 3.71 93.41 [2021-04-26T09:19:00.973Z] Average: 2 1.26 0.00 0.75 0.38 3.99 93.62 [2021-04-26T09:19:00.973Z] Average: 3 1.61 0.00 0.88 0.38 3.51 93.62 [2021-04-26T09:19:00.973Z] [2021-04-26T09:19:00.973Z] [2021-04-26T09:19:00.973Z]