Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of ernestojeda for edgexfoundry/device-sdk-go Obtained Jenkinsfile from ea5f2fe995444737663861e42b9b0407e76b07bc+666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2 (599e0f975bd6bd290099001876458dd56984f69f) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-32556 in /w/workspace/dgexfoundry_device-sdk-go_PR-725 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_PR-725 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/725/head:refs/remotes/origin/PR-725 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2 into PR head commit ea5f2fe995444737663861e42b9b0407e76b07bc Merge succeeded, producing 4e76fde7b9fbf2caef34e8ed10f4a065f598efcd Checking out Revision 4e76fde7b9fbf2caef34e8ed10f4a065f598efcd (PR-725) > git config core.sparsecheckout # timeout=10 > git checkout -f ea5f2fe995444737663861e42b9b0407e76b07bc # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4e76fde7b9fbf2caef34e8ed10f4a065f598efcd # timeout=10 Commit message: "Merge commit '666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-02T02:43:19.295Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { > git rev-list --no-walk 6a0d8eb342ed8c772559097304c594a423705107 # timeout=10 [Pipeline] withCredentials [2021-04-02T02:43:19.549Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-02T02:43:19.641Z] ========================================================= [2021-04-02T02:43:19.641Z] EdgeX Global Pipelines Version Info [2021-04-02T02:43:19.641Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-02T02:43:21.127Z] ------------------- [2021-04-02T02:43:21.128Z] stable info: [2021-04-02T02:43:21.128Z] ------------------- [2021-04-02T02:43:21.128Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-02T02:43:21.128Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-02T02:43:21.128Z] Message: update stable to v1.0.186 [2021-04-02T02:43:22.079Z] ------------------- [2021-04-02T02:43:22.079Z] experimental info: [2021-04-02T02:43:22.079Z] ------------------- [2021-04-02T02:43:22.079Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-02T02:43:22.079Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-02T02:43:22.079Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-02T02:43:22.459Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-04-02T02:43:22.559Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-04-02T02:43:22.639Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-02T02:43:22.726Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-02T02:43:22.804Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-02T02:43:22.886Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-02T02:43:22.976Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-02T02:43:23.077Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-02T02:43:23.168Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-04-02T02:43:23.258Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-02T02:43:23.364Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-02T02:43:23.452Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo [2021-04-02T02:43:23.540Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-02T02:43:23.624Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-02T02:43:23.707Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-02T02:43:23.827Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-04-02T02:43:23.909Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-02T02:43:24.036Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-02T02:43:24.127Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-02T02:43:24.210Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-02T02:43:24.299Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-02T02:43:24.383Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-02T02:43:24.472Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-02T02:43:24.558Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-02T02:43:24.654Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-04-02T02:43:24.735Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-02T02:43:24.817Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-725 [Pipeline] echo [2021-04-02T02:43:24.898Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-725 [Pipeline] echo [2021-04-02T02:43:25.004Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-725 [Pipeline] echo [2021-04-02T02:43:25.090Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4e76fde7b9fbf2caef34e8ed10f4a065f598efcd [Pipeline] echo [2021-04-02T02:43:25.173Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4e76fde [Pipeline] echo [2021-04-02T02:43:25.258Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-02T02:43:25.431Z] provisioning config files... [2021-04-02T02:43:25.459Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/config335869262921127366tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-02T02:43:25.835Z] ---> docker-login.sh [2021-04-02T02:43:25.835Z] nexus3.edgexfoundry.org:10001 [2021-04-02T02:43:26.099Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-02T02:43:26.099Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-02T02:43:26.099Z] Configure a credential helper to remove this warning. See [2021-04-02T02:43:26.099Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-02T02:43:26.099Z] [2021-04-02T02:43:26.099Z] Login Succeeded [2021-04-02T02:43:26.099Z] nexus3.edgexfoundry.org:10002 [2021-04-02T02:43:26.363Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-02T02:43:26.363Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-02T02:43:26.363Z] Configure a credential helper to remove this warning. See [2021-04-02T02:43:26.363Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-02T02:43:26.363Z] [2021-04-02T02:43:26.363Z] Login Succeeded [2021-04-02T02:43:26.363Z] nexus3.edgexfoundry.org:10003 [2021-04-02T02:43:26.363Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-02T02:43:26.626Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-02T02:43:26.626Z] Configure a credential helper to remove this warning. See [2021-04-02T02:43:26.626Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-02T02:43:26.626Z] [2021-04-02T02:43:26.626Z] Login Succeeded [2021-04-02T02:43:26.626Z] nexus3.edgexfoundry.org:10004 [2021-04-02T02:43:26.626Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-02T02:43:26.626Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-02T02:43:26.626Z] Configure a credential helper to remove this warning. See [2021-04-02T02:43:26.626Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-02T02:43:26.626Z] [2021-04-02T02:43:26.626Z] Login Succeeded [2021-04-02T02:43:26.626Z] docker.io [2021-04-02T02:43:26.888Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-02T02:43:27.150Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-02T02:43:27.150Z] Configure a credential helper to remove this warning. See [2021-04-02T02:43:27.150Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-02T02:43:27.150Z] [2021-04-02T02:43:27.150Z] Login Succeeded [2021-04-02T02:43:27.150Z] ---> docker-login.sh ends [Pipeline] } [2021-04-02T02:43:27.159Z] 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-02T02:43:27.951Z] + git log --format=format:%s -1 4e76fde7b9fbf2caef34e8ed10f4a065f598efcd [Pipeline] echo [2021-04-02T02:43:28.014Z] GIT_COMMIT: 4e76fde7b9fbf2caef34e8ed10f4a065f598efcd, Commit Message: Merge commit '666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2' into HEAD [Pipeline] echo [2021-04-02T02:43:28.059Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-02T02:43:28.669Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-02T02:43:28.669Z] [2021-04-02T02:43:28.669Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-02T02:43:29.016Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-02T02:43:29.017Z] latest: Pulling from edgex-devops/git-semver [2021-04-02T02:43:29.017Z] 31603596830f: Pulling fs layer [2021-04-02T02:43:29.017Z] 2a8b12db71e7: Pulling fs layer [2021-04-02T02:43:29.017Z] 6ca5941a6612: Pulling fs layer [2021-04-02T02:43:29.017Z] ecc8261a40a4: Pulling fs layer [2021-04-02T02:43:29.017Z] ecc8261a40a4: Waiting [2021-04-02T02:43:29.017Z] 2a8b12db71e7: Verifying Checksum [2021-04-02T02:43:29.017Z] 2a8b12db71e7: Download complete [2021-04-02T02:43:29.290Z] 31603596830f: Verifying Checksum [2021-04-02T02:43:29.290Z] 31603596830f: Download complete [2021-04-02T02:43:29.290Z] ecc8261a40a4: Verifying Checksum [2021-04-02T02:43:29.290Z] ecc8261a40a4: Download complete [2021-04-02T02:43:29.290Z] 6ca5941a6612: Verifying Checksum [2021-04-02T02:43:29.290Z] 6ca5941a6612: Download complete [2021-04-02T02:43:29.560Z] 31603596830f: Pull complete [2021-04-02T02:43:29.824Z] 2a8b12db71e7: Pull complete [2021-04-02T02:43:30.399Z] 6ca5941a6612: Pull complete [2021-04-02T02:43:30.663Z] ecc8261a40a4: Pull complete [2021-04-02T02:43:30.663Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-02T02:43:30.663Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-02T02:43:30.663Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-02T02:43:30.773Z] prd-centos7-docker-4c-2g-32556 does not seem to be running inside a container [2021-04-02T02:43:30.819Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-725 -v /w/workspace/dgexfoundry_device-sdk-go_PR-725:/w/workspace/dgexfoundry_device-sdk-go_PR-725:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-02T02:43:32.824Z] $ docker top 577aa9af8ab5e85ae7402d230048b580bb61df9f90190c0682ab89f04220f609 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-02T02:43:33.238Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-02T02:43:33.238Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-02T02:43:33.451Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-02T02:43:33.453Z] $ docker exec 577aa9af8ab5e85ae7402d230048b580bb61df9f90190c0682ab89f04220f609 ssh-agent [2021-04-02T02:43:33.626Z] SSH_AUTH_SOCK=/tmp/ssh-sN7OoliCzel6/agent.12 [2021-04-02T02:43:33.626Z] SSH_AGENT_PID=17 [2021-04-02T02:43:33.638Z] Running ssh-add (command line suppressed) [2021-04-02T02:43:33.756Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_3229313381420211991.key (/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_3229313381420211991.key) [2021-04-02T02:43:34.021Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-02T02:43:34.360Z] + git tag --points-at HEAD [Pipeline] } [2021-04-02T02:43:34.385Z] $ docker exec --env ******** --env ******** 577aa9af8ab5e85ae7402d230048b580bb61df9f90190c0682ab89f04220f609 ssh-agent -k [2021-04-02T02:43:34.510Z] unset SSH_AUTH_SOCK; [2021-04-02T02:43:34.510Z] unset SSH_AGENT_PID; [2021-04-02T02:43:34.510Z] echo Agent pid 17 killed; [2021-04-02T02:43:34.558Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-02T02:43:34.702Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-02T02:43:34.702Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-02T02:43:34.930Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-02T02:43:34.934Z] $ docker exec 577aa9af8ab5e85ae7402d230048b580bb61df9f90190c0682ab89f04220f609 ssh-agent [2021-04-02T02:43:35.100Z] SSH_AUTH_SOCK=/tmp/ssh-QC4hom4T7e7W/agent.48 [2021-04-02T02:43:35.100Z] SSH_AGENT_PID=53 [2021-04-02T02:43:35.109Z] Running ssh-add (command line suppressed) [2021-04-02T02:43:35.231Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_5803664814453902108.key (/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_5803664814453902108.key) [2021-04-02T02:43:35.286Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-02T02:43:35.622Z] + git semver init [2021-04-02T02:43:35.622Z] # -> Open(): unable to determine branch for HEAD [2021-04-02T02:43:35.622Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-725/.git [2021-04-02T02:43:35.622Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-725 [2021-04-02T02:43:35.622Z] # $SEMVER_REMOTE_NAME = origin [2021-04-02T02:43:35.622Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-02T02:43:35.622Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-02T02:43:35.622Z] # $SEMVER_BRANCH = PR-725 [2021-04-02T02:43:35.622Z] # $SEMVER_TEMP = /tmp/semver-049830152 [2021-04-02T02:43:35.622Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-04-02T02:43:36.569Z] # '/tmp/semver-049830152' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-725/.semver' [2021-04-02T02:43:36.569Z] # -> Force: false [2021-04-02T02:43:36.569Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-725/.semver [Pipeline] } [2021-04-02T02:43:36.582Z] $ docker exec --env ******** --env ******** 577aa9af8ab5e85ae7402d230048b580bb61df9f90190c0682ab89f04220f609 ssh-agent -k [2021-04-02T02:43:36.727Z] unset SSH_AUTH_SOCK; [2021-04-02T02:43:36.727Z] unset SSH_AGENT_PID; [2021-04-02T02:43:36.727Z] echo Agent pid 53 killed; [2021-04-02T02:43:36.791Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-02T02:43:37.261Z] + git semver [Pipeline] } [2021-04-02T02:43:37.278Z] $ docker stop --time=1 577aa9af8ab5e85ae7402d230048b580bb61df9f90190c0682ab89f04220f609 [2021-04-02T02:43:38.886Z] $ docker rm -f 577aa9af8ab5e85ae7402d230048b580bb61df9f90190c0682ab89f04220f609 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-02T02:43:39.347Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-02T02:43:39.822Z] Stashed 1 file(s) [Pipeline] echo [2021-04-02T02:43:39.825Z] [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-02T02:43:55.405Z] Still waiting to schedule task [2021-04-02T02:43:55.406Z] ‘prd-centos7-docker-4c-2g-32559’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-32557’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-04-02T02:43:55.408Z] Still waiting to schedule task [2021-04-02T02:43:55.408Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-32557’ is offline [2021-04-02T02:45:44.730Z] Running on prd-centos7-docker-4c-2g-32561 in /w/workspace/dgexfoundry_device-sdk-go_PR-725 [Pipeline] { [Pipeline] ws [2021-04-02T02:45:44.789Z] Running in /w/workspace/device-sdk-go/28 [Pipeline] { [Pipeline] checkout [2021-04-02T02:45:48.606Z] using credential edgex-jenkins-ssh [2021-04-02T02:45:48.679Z] Cloning the remote Git repository [2021-04-02T02:45:48.738Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-04-02T02:45:48.816Z] > git init /w/workspace/device-sdk-go/28 # timeout=10 [2021-04-02T02:45:48.878Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-02T02:45:48.879Z] > git --version # timeout=10 [2021-04-02T02:45:48.886Z] > git --version # 'git version 2.24.3' [2021-04-02T02:45:48.887Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-02T02:45:48.923Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-02T02:45:49.711Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-02T02:45:49.720Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-02T02:45:49.734Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-02T02:45:49.747Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-02T02:45:49.747Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-02T02:45:49.763Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/725/head:refs/remotes/origin/PR-725 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-02T02:45:50.266Z] Merging remotes/origin/master commit 666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2 into PR head commit ea5f2fe995444737663861e42b9b0407e76b07bc [2021-04-02T02:45:50.457Z] Merge succeeded, producing 61ea128e2c89f91b88868e0e10c299bc67bbab29 [2021-04-02T02:45:50.458Z] Checking out Revision 61ea128e2c89f91b88868e0e10c299bc67bbab29 (PR-725) [2021-04-02T02:45:50.281Z] > git config core.sparsecheckout # timeout=10 [2021-04-02T02:45:50.286Z] > git checkout -f ea5f2fe995444737663861e42b9b0407e76b07bc # timeout=10 [2021-04-02T02:45:50.345Z] > git remote # timeout=10 [2021-04-02T02:45:50.352Z] > git config --get remote.origin.url # timeout=10 [2021-04-02T02:45:50.356Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-02T02:45:50.360Z] > git merge 666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2 # timeout=10 [2021-04-02T02:45:50.451Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-02T02:45:50.463Z] > git config core.sparsecheckout # timeout=10 [2021-04-02T02:45:50.474Z] > git checkout -f 61ea128e2c89f91b88868e0e10c299bc67bbab29 # timeout=10 [2021-04-02T02:45:54.162Z] Commit message: "Merge commit '666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2' into HEAD" [2021-04-02T02:45:54.174Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-02T02:45:54.169Z] > git rev-list --no-walk 6a0d8eb342ed8c772559097304c594a423705107 # timeout=10 [2021-04-02T02:45:55.417Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-02T02:45:55.759Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-02T02:45:56.075Z] + sudo service docker restart [2021-04-02T02:45:56.075Z] + true [2021-04-02T02:45:56.075Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-02T02:45:57.548Z] provisioning config files... [2021-04-02T02:45:57.574Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/28@tmp/config7343268323207625728tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-02T02:45:57.943Z] ---> docker-login.sh [2021-04-02T02:45:57.943Z] nexus3.edgexfoundry.org:10001 [2021-04-02T02:45:58.206Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-02T02:45:58.486Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-02T02:45:58.486Z] Configure a credential helper to remove this warning. See [2021-04-02T02:45:58.486Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-02T02:45:58.486Z] [2021-04-02T02:45:58.486Z] Login Succeeded [2021-04-02T02:45:58.486Z] nexus3.edgexfoundry.org:10002 [2021-04-02T02:45:58.486Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-02T02:45:58.749Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-02T02:45:58.749Z] Configure a credential helper to remove this warning. See [2021-04-02T02:45:58.749Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-02T02:45:58.749Z] [2021-04-02T02:45:58.749Z] Login Succeeded [2021-04-02T02:45:58.749Z] nexus3.edgexfoundry.org:10003 [2021-04-02T02:45:58.749Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-02T02:45:59.016Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-02T02:45:59.016Z] Configure a credential helper to remove this warning. See [2021-04-02T02:45:59.016Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-02T02:45:59.016Z] [2021-04-02T02:45:59.016Z] Login Succeeded [2021-04-02T02:45:59.016Z] nexus3.edgexfoundry.org:10004 [2021-04-02T02:45:59.016Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-02T02:45:59.016Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-02T02:45:59.016Z] Configure a credential helper to remove this warning. See [2021-04-02T02:45:59.016Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-02T02:45:59.016Z] [2021-04-02T02:45:59.016Z] Login Succeeded [2021-04-02T02:45:59.016Z] docker.io [2021-04-02T02:45:59.276Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-02T02:45:59.539Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-02T02:45:59.539Z] Configure a credential helper to remove this warning. See [2021-04-02T02:45:59.539Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-02T02:45:59.539Z] [2021-04-02T02:45:59.539Z] Login Succeeded [2021-04-02T02:45:59.539Z] ---> docker-login.sh ends [Pipeline] } [2021-04-02T02:45:59.549Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-02T02:45:59.890Z] ========================================================= [2021-04-02T02:45:59.890Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-02T02:45:59.890Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-02T02:46:00.231Z] + 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-02T02:46:00.231Z] Sending build context to Docker daemon 2.373MB [2021-04-02T02:46:00.231Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-02T02:46:00.231Z] Step 2/8 : FROM ${BASE} [2021-04-02T02:46:00.501Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-02T02:46:00.501Z] 188c0c94c7c5: Pulling fs layer [2021-04-02T02:46:00.501Z] 0ef7d3d256c8: Pulling fs layer [2021-04-02T02:46:00.501Z] de9db76c5a1d: Pulling fs layer [2021-04-02T02:46:00.501Z] bca2f99d35d6: Pulling fs layer [2021-04-02T02:46:00.501Z] 93359f2a8cfa: Pulling fs layer [2021-04-02T02:46:00.501Z] 7c6f9722023f: Pulling fs layer [2021-04-02T02:46:00.501Z] a35cf1a2eb13: Pulling fs layer [2021-04-02T02:46:00.501Z] 93359f2a8cfa: Waiting [2021-04-02T02:46:00.501Z] 7c6f9722023f: Waiting [2021-04-02T02:46:00.501Z] bca2f99d35d6: Waiting [2021-04-02T02:46:00.501Z] a35cf1a2eb13: Waiting [2021-04-02T02:46:00.501Z] de9db76c5a1d: Download complete [2021-04-02T02:46:00.501Z] 0ef7d3d256c8: Verifying Checksum [2021-04-02T02:46:00.501Z] 0ef7d3d256c8: Download complete [2021-04-02T02:46:00.501Z] 93359f2a8cfa: Verifying Checksum [2021-04-02T02:46:00.501Z] 93359f2a8cfa: Download complete [2021-04-02T02:46:00.501Z] 7c6f9722023f: Verifying Checksum [2021-04-02T02:46:00.501Z] 7c6f9722023f: Download complete [2021-04-02T02:46:00.501Z] 188c0c94c7c5: Verifying Checksum [2021-04-02T02:46:00.501Z] 188c0c94c7c5: Download complete [2021-04-02T02:46:00.762Z] 188c0c94c7c5: Pull complete [2021-04-02T02:46:01.031Z] 0ef7d3d256c8: Pull complete [2021-04-02T02:46:01.031Z] de9db76c5a1d: Pull complete [2021-04-02T02:46:02.987Z] a35cf1a2eb13: Verifying Checksum [2021-04-02T02:46:02.987Z] a35cf1a2eb13: Download complete [2021-04-02T02:46:03.257Z] bca2f99d35d6: Verifying Checksum [2021-04-02T02:46:03.257Z] bca2f99d35d6: Download complete [2021-04-02T02:46:09.931Z] bca2f99d35d6: Pull complete [2021-04-02T02:46:09.931Z] 93359f2a8cfa: Pull complete [2021-04-02T02:46:09.931Z] 7c6f9722023f: Pull complete [2021-04-02T02:46:18.137Z] a35cf1a2eb13: Pull complete [2021-04-02T02:46:18.137Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-02T02:46:18.137Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-02T02:46:18.137Z] ---> a62c8e92a672 [2021-04-02T02:46:18.137Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-02T02:46:18.137Z] ---> Running in 72c231054099 [2021-04-02T02:46:18.137Z] Removing intermediate container 72c231054099 [2021-04-02T02:46:18.137Z] ---> de43d65fd4dd [2021-04-02T02:46:18.137Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-02T02:46:18.137Z] ---> Running in b374783322ce [2021-04-02T02:46:19.120Z] Removing intermediate container b374783322ce [2021-04-02T02:46:19.120Z] ---> 98ce03479edf [2021-04-02T02:46:19.120Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-04-02T02:46:19.120Z] ---> Running in c2e6b0818618 [2021-04-02T02:46:20.537Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-02T02:46:21.498Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-02T02:46:22.451Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-04-02T02:46:22.451Z] (2/6) Installing libsodium (1.0.18-r0) [2021-04-02T02:46:22.451Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-04-02T02:46:22.451Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-04-02T02:46:22.715Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-02T02:46:22.978Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-04-02T02:46:22.978Z] Executing busybox-1.31.1-r19.trigger [2021-04-02T02:46:22.978Z] OK: 167 MiB in 45 packages [2021-04-02T02:46:23.562Z] Removing intermediate container c2e6b0818618 [2021-04-02T02:46:23.562Z] ---> 93a2007d3679 [2021-04-02T02:46:23.562Z] Step 6/8 : WORKDIR /device-sdk-go [2021-04-02T02:46:23.562Z] ---> Running in f579869ecb1a [2021-04-02T02:46:23.829Z] Removing intermediate container f579869ecb1a [2021-04-02T02:46:23.829Z] ---> ee208041b76b [2021-04-02T02:46:23.829Z] Step 7/8 : COPY . . [2021-04-02T02:46:24.788Z] ---> 797f2ee69a97 [2021-04-02T02:46:24.788Z] Step 8/8 : RUN go mod download [2021-04-02T02:46:25.056Z] ---> Running in 145a2ad3aea4 [2021-04-02T02:46:29.199Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-32562 in /w/workspace/dgexfoundry_device-sdk-go_PR-725 [Pipeline] { [Pipeline] ws [2021-04-02T02:46:29.252Z] Running in /w/workspace/device-sdk-go/28 [Pipeline] { [Pipeline] checkout [2021-04-02T02:46:34.748Z] using credential edgex-jenkins-ssh [2021-04-02T02:46:34.809Z] Cloning the remote Git repository [2021-04-02T02:46:34.879Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-04-02T02:46:35.010Z] > git init /w/workspace/device-sdk-go/28 # timeout=10 [2021-04-02T02:46:35.100Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-02T02:46:35.101Z] > git --version # timeout=10 [2021-04-02T02:46:35.120Z] > git --version # 'git version 2.17.1' [2021-04-02T02:46:35.121Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-02T02:46:35.230Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-02T02:46:36.346Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-02T02:46:36.417Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-02T02:46:36.461Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-02T02:46:36.538Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-02T02:46:36.539Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-02T02:46:36.556Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/725/head:refs/remotes/origin/PR-725 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-02T02:46:37.179Z] Merging remotes/origin/master commit 666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2 into PR head commit ea5f2fe995444737663861e42b9b0407e76b07bc [2021-04-02T02:46:37.626Z] Merge succeeded, producing de240b166078a5a0a36c5c8a730da33f7b31676a [2021-04-02T02:46:37.627Z] Checking out Revision de240b166078a5a0a36c5c8a730da33f7b31676a (PR-725) [2021-04-02T02:46:37.215Z] > git config core.sparsecheckout # timeout=10 [2021-04-02T02:46:37.240Z] > git checkout -f ea5f2fe995444737663861e42b9b0407e76b07bc # timeout=10 [2021-04-02T02:46:37.375Z] > git remote # timeout=10 [2021-04-02T02:46:37.392Z] > git config --get remote.origin.url # timeout=10 [2021-04-02T02:46:37.403Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-02T02:46:37.413Z] > git merge 666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2 # timeout=10 [2021-04-02T02:46:37.620Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-02T02:46:37.646Z] > git config core.sparsecheckout # timeout=10 [2021-04-02T02:46:37.660Z] > git checkout -f de240b166078a5a0a36c5c8a730da33f7b31676a # timeout=10 [2021-04-02T02:46:41.953Z] Commit message: "Merge commit '666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2' into HEAD" [2021-04-02T02:46:41.975Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-02T02:46:41.969Z] > git rev-list --no-walk 6a0d8eb342ed8c772559097304c594a423705107 # timeout=10 [2021-04-02T02:46:43.338Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-02T02:46:43.763Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-02T02:46:44.123Z] + sudo service+ docker restart [2021-04-02T02:46:44.123Z] true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-02T02:46:46.865Z] provisioning config files... [2021-04-02T02:46:46.905Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/28@tmp/config2035085905747428468tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-02T02:46:47.308Z] ---> docker-login.sh [2021-04-02T02:46:47.308Z] nexus3.edgexfoundry.org:10001 [2021-04-02T02:46:47.410Z] Removing intermediate container 145a2ad3aea4 [2021-04-02T02:46:47.410Z] ---> 41fc592dd7a2 [2021-04-02T02:46:47.410Z] Successfully built 41fc592dd7a2 [2021-04-02T02:46:47.410Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-02T02:46:47.737Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-02T02:46:47.737Z] . [Pipeline] withDockerContainer [2021-04-02T02:46:47.865Z] prd-centos7-docker-4c-2g-32561 does not seem to be running inside a container [2021-04-02T02:46:47.924Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/28 -v /w/workspace/device-sdk-go/28:/w/workspace/device-sdk-go/28:rw,z -v /w/workspace/device-sdk-go/28@tmp:/w/workspace/device-sdk-go/28@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-02T02:46:48.307Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-02T02:46:48.581Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-02T02:46:48.581Z] Configure a credential helper to remove this warning. See [2021-04-02T02:46:48.581Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-02T02:46:48.581Z] [2021-04-02T02:46:48.581Z] Login Succeeded [2021-04-02T02:46:48.581Z] nexus3.edgexfoundry.org:10002 [2021-04-02T02:46:48.760Z] $ docker top 2a92a67e91c494bf26952f434ec65b2e7f7f76acdf731ed22cc62191221f3d76 -eo pid,comm [2021-04-02T02:46:48.854Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] { [Pipeline] sh [2021-04-02T02:46:49.127Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-02T02:46:49.127Z] Configure a credential helper to remove this warning. See [2021-04-02T02:46:49.127Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-02T02:46:49.127Z] [2021-04-02T02:46:49.127Z] Login Succeeded [2021-04-02T02:46:49.127Z] nexus3.edgexfoundry.org:10003 [2021-04-02T02:46:49.298Z] + go version [2021-04-02T02:46:49.298Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-02T02:46:49.315Z] $ docker stop --time=1 2a92a67e91c494bf26952f434ec65b2e7f7f76acdf731ed22cc62191221f3d76 [2021-04-02T02:46:49.436Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-02T02:46:49.706Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-02T02:46:49.706Z] Configure a credential helper to remove this warning. See [2021-04-02T02:46:49.706Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-02T02:46:49.706Z] [2021-04-02T02:46:49.706Z] Login Succeeded [2021-04-02T02:46:49.706Z] nexus3.edgexfoundry.org:10004 [2021-04-02T02:46:49.981Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-02T02:46:49.981Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-02T02:46:49.981Z] Configure a credential helper to remove this warning. See [2021-04-02T02:46:49.981Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-02T02:46:49.981Z] [2021-04-02T02:46:49.981Z] Login Succeeded [2021-04-02T02:46:49.981Z] docker.io [2021-04-02T02:46:50.574Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-02T02:46:50.684Z] $ docker rm -f 2a92a67e91c494bf26952f434ec65b2e7f7f76acdf731ed22cc62191221f3d76 [Pipeline] // withDockerContainer [2021-04-02T02:46:50.848Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-02T02:46:50.848Z] Configure a credential helper to remove this warning. See [2021-04-02T02:46:50.848Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-02T02:46:50.848Z] [2021-04-02T02:46:50.848Z] Login Succeeded [2021-04-02T02:46:50.848Z] ---> docker-login.sh ends [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] } [2021-04-02T02:46:50.919Z] Deleting 1 temporary files [Pipeline] // stage [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] echo [2021-04-02T02:46:51.446Z] ========================================================= [2021-04-02T02:46:51.446Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-02T02:46:51.446Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-02T02:46:51.635Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-02T02:46:51.635Z] . [Pipeline] withDockerContainer [2021-04-02T02:46:51.794Z] prd-centos7-docker-4c-2g-32561 does not seem to be running inside a container [2021-04-02T02:46:51.828Z] + 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-02T02:46:51.848Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/28 -v /w/workspace/device-sdk-go/28:/w/workspace/device-sdk-go/28:rw,z -v /w/workspace/device-sdk-go/28@tmp:/w/workspace/device-sdk-go/28@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-02T02:46:52.101Z] Sending build context to Docker daemon 2.359MB [2021-04-02T02:46:52.376Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-02T02:46:52.376Z] Step 2/8 : FROM ${BASE} [2021-04-02T02:46:52.376Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-02T02:46:52.376Z] 5f621e34cdf4: Pulling fs layer [2021-04-02T02:46:52.376Z] a4357932f1b6: Pulling fs layer [2021-04-02T02:46:52.376Z] 18c013af1878: Pulling fs layer [2021-04-02T02:46:52.376Z] 00ac8860ef70: Pulling fs layer [2021-04-02T02:46:52.376Z] 63d7cb157983: Pulling fs layer [2021-04-02T02:46:52.376Z] b116817d02f9: Pulling fs layer [2021-04-02T02:46:52.376Z] 745a02a5169b: Pulling fs layer [2021-04-02T02:46:52.376Z] 63d7cb157983: Waiting [2021-04-02T02:46:52.376Z] b116817d02f9: Waiting [2021-04-02T02:46:52.376Z] 745a02a5169b: Waiting [2021-04-02T02:46:52.376Z] 00ac8860ef70: Waiting [2021-04-02T02:46:52.376Z] 18c013af1878: Verifying Checksum [2021-04-02T02:46:52.376Z] a4357932f1b6: Download complete [2021-04-02T02:46:52.376Z] 63d7cb157983: Verifying Checksum [2021-04-02T02:46:52.376Z] 63d7cb157983: Download complete [2021-04-02T02:46:52.652Z] $ docker top f4f5a22a9cd8b808cc89c2f1b70e94428b3c276a5b5513ee989712a51a26ec06 -eo pid,comm [2021-04-02T02:46:52.657Z] b116817d02f9: Download complete [Pipeline] { [Pipeline] sh [2021-04-02T02:46:52.931Z] 5f621e34cdf4: Verifying Checksum [2021-04-02T02:46:52.931Z] 5f621e34cdf4: Download complete [2021-04-02T02:46:53.190Z] + make test [2021-04-02T02:46:53.190Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-02T02:46:53.528Z] 5f621e34cdf4: Pull complete [2021-04-02T02:46:54.126Z] a4357932f1b6: Pull complete [2021-04-02T02:46:54.408Z] 18c013af1878: Pull complete [2021-04-02T02:46:55.005Z] 745a02a5169b: Verifying Checksum [2021-04-02T02:46:55.005Z] 745a02a5169b: Download complete [2021-04-02T02:46:56.450Z] 00ac8860ef70: Verifying Checksum [2021-04-02T02:46:56.450Z] 00ac8860ef70: Download complete [2021-04-02T02:47:01.420Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-04-02T02:47:06.604Z] 00ac8860ef70: Pull complete [2021-04-02T02:47:06.604Z] 63d7cb157983: Pull complete [2021-04-02T02:47:06.604Z] b116817d02f9: Pull complete [2021-04-02T02:47:09.231Z] 745a02a5169b: Pull complete [2021-04-02T02:47:09.231Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-02T02:47:09.231Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-02T02:47:09.231Z] ---> b7e6874047d6 [2021-04-02T02:47:09.231Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-02T02:47:12.616Z] ---> Running in 0d6e9bc5c7e4 [2021-04-02T02:47:12.616Z] Removing intermediate container 0d6e9bc5c7e4 [2021-04-02T02:47:12.616Z] ---> 80f7ab4db83b [2021-04-02T02:47:12.616Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-02T02:47:12.616Z] ---> Running in 1c4cc0961123 [2021-04-02T02:47:15.252Z] Removing intermediate container 1c4cc0961123 [2021-04-02T02:47:15.252Z] ---> b5be744e2b33 [2021-04-02T02:47:15.252Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-04-02T02:47:15.252Z] ---> Running in fbb9f2fcdff2 [2021-04-02T02:47:15.852Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-02T02:47:16.828Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-02T02:47:18.438Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-04-02T02:47:18.438Z] (2/6) Installing libsodium (1.0.18-r0) [2021-04-02T02:47:18.438Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-04-02T02:47:18.438Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-04-02T02:47:18.438Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-02T02:47:18.725Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-04-02T02:47:18.997Z] Executing busybox-1.31.1-r19.trigger [2021-04-02T02:47:18.997Z] OK: 144 MiB in 45 packages [2021-04-02T02:47:20.440Z] Removing intermediate container fbb9f2fcdff2 [2021-04-02T02:47:20.440Z] ---> 7fd24e3fdf12 [2021-04-02T02:47:20.440Z] Step 6/8 : WORKDIR /device-sdk-go [2021-04-02T02:47:20.440Z] ---> Running in 76c762870194 [2021-04-02T02:47:21.041Z] Removing intermediate container 76c762870194 [2021-04-02T02:47:21.041Z] ---> b621cdaa30c0 [2021-04-02T02:47:21.041Z] Step 7/8 : COPY . . [2021-04-02T02:47:22.488Z] ---> 70544e9b896d [2021-04-02T02:47:22.488Z] Step 8/8 : RUN go mod download [2021-04-02T02:47:22.488Z] ---> Running in f96d44bdbfea [2021-04-02T02:47:23.546Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-04-02T02:47:23.546Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-04-02T02:47:23.546Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-04-02T02:47:23.546Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] [2021-04-02T02:47:23.546Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-04-02T02:47:26.133Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.090s coverage: 28.1% of statements [2021-04-02T02:47:26.402Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.094s coverage: 81.2% of statements [2021-04-02T02:47:27.381Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.078s coverage: 7.8% of statements [2021-04-02T02:47:27.381Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-04-02T02:47:27.381Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-04-02T02:47:27.381Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-04-02T02:47:27.381Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.102s coverage: 32.5% of statements [2021-04-02T02:47:27.381Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-04-02T02:47:27.381Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-04-02T02:47:27.381Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-04-02T02:47:27.979Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.093s coverage: 57.3% of statements [2021-04-02T02:47:28.567Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 1.259s coverage: 6.6% of statements [2021-04-02T02:47:28.567Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.057s coverage: 5.0% of statements [2021-04-02T02:47:28.567Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-04-02T02:47:28.832Z] GO111MODULE=on go vet ./... [2021-04-02T02:47:43.890Z] gofmt -l . [2021-04-02T02:47:43.890Z] [ "`gofmt -l .`" = "" ] [2021-04-02T02:47:43.890Z] ./bin/test-attribution-txt.sh [2021-04-02T02:47:44.844Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-04-02T02:47:45.126Z] $ docker stop --time=1 f4f5a22a9cd8b808cc89c2f1b70e94428b3c276a5b5513ee989712a51a26ec06 [2021-04-02T02:47:47.429Z] $ docker rm -f f4f5a22a9cd8b808cc89c2f1b70e94428b3c276a5b5513ee989712a51a26ec06 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-02T02:47:48.163Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-02T02:47:48.601Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2021-04-02T02:47:49.294Z] Removing intermediate container f96d44bdbfea [2021-04-02T02:47:49.294Z] ---> 149ec17d2eaf [2021-04-02T02:47:49.294Z] Successfully built 149ec17d2eaf [2021-04-02T02:47:49.294Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-04-02T02:47:49.729Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-02T02:47:49.844Z] + docker inspect -f . ci-base-image-arm64 [2021-04-02T02:47:49.844Z] . [Pipeline] withDockerContainer [2021-04-02T02:47:50.028Z] + ls -al . [2021-04-02T02:47:50.028Z] total 188 [2021-04-02T02:47:50.028Z] drwxrwxr-x. 10 jenkins jenkins 4096 Apr 2 02:47 . [2021-04-02T02:47:50.028Z] drwxrwxr-x. 4 jenkins jenkins 30 Apr 2 02:45 .. [2021-04-02T02:47:50.028Z] drwxrwxr-x. 2 jenkins jenkins 64 Apr 2 02:45 bin [2021-04-02T02:47:50.028Z] -rw-r--r--. 1 jenkins jenkins 101239 Apr 2 02:47 coverage.out [2021-04-02T02:47:50.028Z] -rw-rw-r--. 1 jenkins jenkins 987 Apr 2 02:45 Dockerfile.build [2021-04-02T02:47:50.028Z] -rw-rw-r--. 1 jenkins jenkins 140 Apr 2 02:45 .dockerignore [2021-04-02T02:47:50.028Z] drwxrwxr-x. 5 jenkins jenkins 62 Apr 2 02:45 example [2021-04-02T02:47:50.028Z] drwxrwxr-x. 8 jenkins jenkins 179 Apr 2 02:45 .git [2021-04-02T02:47:50.028Z] drwxrwxr-x. 2 jenkins jenkins 103 Apr 2 02:45 .github [2021-04-02T02:47:50.028Z] -rw-rw-r--. 1 jenkins jenkins 138 Apr 2 02:45 .gitignore [2021-04-02T02:47:50.028Z] -rw-r--r--. 1 jenkins jenkins 537 Apr 2 02:47 go.mod [2021-04-02T02:47:50.028Z] -rw-r--r--. 1 jenkins jenkins 21117 Apr 2 02:47 go.sum [2021-04-02T02:47:50.028Z] drwxrwxr-x. 14 jenkins jenkins 207 Apr 2 02:45 internal [2021-04-02T02:47:50.028Z] -rw-rw-r--. 1 jenkins jenkins 894 Apr 2 02:45 Jenkinsfile [2021-04-02T02:47:50.028Z] -rw-rw-r--. 1 jenkins jenkins 11341 Apr 2 02:45 LICENSE [2021-04-02T02:47:50.028Z] -rw-rw-r--. 1 jenkins jenkins 1022 Apr 2 02:45 Makefile [2021-04-02T02:47:50.028Z] drwxrwxr-x. 4 jenkins jenkins 26 Apr 2 02:45 openapi [2021-04-02T02:47:50.028Z] drwxrwxr-x. 5 jenkins jenkins 50 Apr 2 02:45 pkg [2021-04-02T02:47:50.028Z] -rw-rw-r--. 1 jenkins jenkins 5897 Apr 2 02:45 README.md [2021-04-02T02:47:50.028Z] -rw-rw-r--. 1 jenkins jenkins 6616 Apr 2 02:45 RELEASE-NOTES.txt [2021-04-02T02:47:50.028Z] drwxrwxr-x. 4 jenkins jenkins 54 Apr 2 02:45 snap [2021-04-02T02:47:50.028Z] -rw-rw-r--. 1 jenkins jenkins 5 Apr 2 02:43 VERSION [2021-04-02T02:47:50.028Z] -rw-rw-r--. 1 jenkins jenkins 222 Apr 2 02:45 version.go [2021-04-02T02:47:50.141Z] prd-ubuntu18.04-docker-arm64-4c-16g-32562 does not seem to be running inside a container [2021-04-02T02:47:50.230Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/28 -v /w/workspace/device-sdk-go/28:/w/workspace/device-sdk-go/28:rw,z -v /w/workspace/device-sdk-go/28@tmp:/w/workspace/device-sdk-go/28@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-02T02:47:51.823Z] $ docker top 34750450c7222f08798162e29c1dbfe22019d97f0b7dc08e323d918c7018c564 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-04-02T02:47:52.670Z] + docker build -t device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=4e76fde7b9fbf2caef34e8ed10f4a065f598efcd --label arch=amd64 --label version=0.0.0 . [2021-04-02T02:47:52.925Z] + go version [2021-04-02T02:47:52.925Z] go version go1.15.5 linux/arm64 [2021-04-02T02:47:52.933Z] Sending build context to Docker daemon 2.475MB [2021-04-02T02:47:52.933Z] Step 1/23 : ARG BASE=golang:1.15-alpine3.12 [2021-04-02T02:47:52.933Z] Step 2/23 : FROM ${BASE} AS builder [2021-04-02T02:47:52.933Z] ---> 41fc592dd7a2 [2021-04-02T02:47:52.933Z] Step 3/23 : WORKDIR /device-sdk-go [Pipeline] } [2021-04-02T02:47:52.978Z] $ docker stop --time=1 34750450c7222f08798162e29c1dbfe22019d97f0b7dc08e323d918c7018c564 [2021-04-02T02:47:53.510Z] ---> Running in 5b8a08b445b9 [2021-04-02T02:47:53.773Z] Removing intermediate container 5b8a08b445b9 [2021-04-02T02:47:53.773Z] ---> b88f84784463 [2021-04-02T02:47:53.773Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-02T02:47:53.773Z] ---> Running in a1fd35a97ba9 [2021-04-02T02:47:54.046Z] Removing intermediate container a1fd35a97ba9 [2021-04-02T02:47:54.046Z] ---> 1c990ec98063 [2021-04-02T02:47:54.046Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-02T02:47:54.046Z] ---> Running in a437edaedbaa [2021-04-02T02:47:54.999Z] Removing intermediate container a437edaedbaa [2021-04-02T02:47:54.999Z] ---> 77b62b87f0a7 [2021-04-02T02:47:54.999Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-04-02T02:47:54.999Z] ---> Running in e9989fa1d481 [2021-04-02T02:47:55.045Z] $ docker rm -f 34750450c7222f08798162e29c1dbfe22019d97f0b7dc08e323d918c7018c564 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-04-02T02:47:55.580Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-02T02:47:56.058Z] + docker inspect -f . ci-base-image-arm64 [2021-04-02T02:47:56.058Z] . [Pipeline] withDockerContainer [2021-04-02T02:47:56.335Z] prd-ubuntu18.04-docker-arm64-4c-16g-32562 does not seem to be running inside a container [2021-04-02T02:47:56.427Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/28 -v /w/workspace/device-sdk-go/28:/w/workspace/device-sdk-go/28:rw,z -v /w/workspace/device-sdk-go/28@tmp:/w/workspace/device-sdk-go/28@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-02T02:47:56.528Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-02T02:47:57.501Z] OK: 167 MiB in 45 packages [2021-04-02T02:47:58.080Z] Removing intermediate container e9989fa1d481 [2021-04-02T02:47:58.080Z] ---> 1df99b71a724 [2021-04-02T02:47:58.080Z] Step 7/23 : COPY . . [2021-04-02T02:47:58.393Z] $ docker top 8fa151eea12a6e1cbdf06ebd4861901da2bab53d3c24e5704fd470bfdf847c22 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-02T02:47:59.063Z] ---> 4394fb2defd4 [2021-04-02T02:47:59.064Z] Step 8/23 : RUN go mod download [2021-04-02T02:47:59.064Z] ---> Running in 5216638dba1e [2021-04-02T02:47:59.402Z] + make test [2021-04-02T02:47:59.402Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-02T02:48:00.467Z] Removing intermediate container 5216638dba1e [2021-04-02T02:48:00.467Z] ---> 77ab9747a5b3 [2021-04-02T02:48:00.467Z] Step 9/23 : RUN make build [2021-04-02T02:48:00.467Z] ---> Running in 921be99e6e16 [2021-04-02T02:48:01.058Z] 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-02T02:48:13.455Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-04-02T02:48:13.722Z] Removing intermediate container 921be99e6e16 [2021-04-02T02:48:13.722Z] ---> 937917aad586 [2021-04-02T02:48:13.722Z] Step 10/23 : FROM alpine:3.12 [2021-04-02T02:48:14.299Z] 3.12: Pulling from library/alpine [2021-04-02T02:48:14.562Z] 532819f3e44c: Pulling fs layer [2021-04-02T02:48:15.137Z] 532819f3e44c: Download complete [2021-04-02T02:48:15.399Z] 532819f3e44c: Pull complete [2021-04-02T02:48:15.399Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-02T02:48:15.399Z] Status: Downloaded newer image for alpine:3.12 [2021-04-02T02:48:15.399Z] ---> 7230e588e954 [2021-04-02T02:48:15.399Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-02T02:48:15.399Z] ---> Running in bb834eda92da [2021-04-02T02:48:15.702Z] Removing intermediate container bb834eda92da [2021-04-02T02:48:15.702Z] ---> e5e0593626ea [2021-04-02T02:48:15.702Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-02T02:48:15.702Z] ---> Running in e58ce744a34d [2021-04-02T02:48:16.653Z] Removing intermediate container e58ce744a34d [2021-04-02T02:48:16.653Z] ---> b9eacadfa243 [2021-04-02T02:48:16.653Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-04-02T02:48:16.653Z] ---> Running in 2dd863340727 [2021-04-02T02:48:17.237Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-02T02:48:17.814Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-02T02:48:18.763Z] (1/5) Installing libgcc (9.3.0-r2) [2021-04-02T02:48:18.763Z] (2/5) Installing libsodium (1.0.18-r0) [2021-04-02T02:48:18.763Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-04-02T02:48:19.025Z] (4/5) Installing libzmq (4.3.3-r0) [2021-04-02T02:48:19.288Z] (5/5) Installing zeromq (4.3.3-r0) [2021-04-02T02:48:19.288Z] Executing busybox-1.31.1-r20.trigger [2021-04-02T02:48:19.288Z] OK: 8 MiB in 19 packages [2021-04-02T02:48:19.865Z] Removing intermediate container 2dd863340727 [2021-04-02T02:48:19.865Z] ---> cf681c23be91 [2021-04-02T02:48:19.865Z] Step 14/23 : WORKDIR / [2021-04-02T02:48:19.865Z] ---> Running in 6a102d2b1a94 [2021-04-02T02:48:20.129Z] Removing intermediate container 6a102d2b1a94 [2021-04-02T02:48:20.129Z] ---> b9907b4cb494 [2021-04-02T02:48:20.129Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-04-02T02:48:20.392Z] ---> 4cd3312304ea [2021-04-02T02:48:20.392Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-04-02T02:48:20.971Z] ---> 23f4bbe3cc0c [2021-04-02T02:48:20.971Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-04-02T02:48:21.234Z] ---> 54ec45e52daa [2021-04-02T02:48:21.234Z] Step 18/23 : EXPOSE 49990 [2021-04-02T02:48:21.234Z] ---> Running in d3740a6edc7a [2021-04-02T02:48:21.497Z] Removing intermediate container d3740a6edc7a [2021-04-02T02:48:21.498Z] ---> af08f78cac5f [2021-04-02T02:48:21.498Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-04-02T02:48:21.498Z] ---> Running in 55b4e6ba148c [2021-04-02T02:48:21.761Z] Removing intermediate container 55b4e6ba148c [2021-04-02T02:48:21.761Z] ---> 53a4fafe3805 [2021-04-02T02:48:21.761Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-02T02:48:21.761Z] ---> Running in c2cc7a24784d [2021-04-02T02:48:22.024Z] Removing intermediate container c2cc7a24784d [2021-04-02T02:48:22.024Z] ---> 56113f5ffe40 [2021-04-02T02:48:22.024Z] Step 21/23 : LABEL arch=amd64 [2021-04-02T02:48:22.024Z] ---> Running in 79e313f20ee5 [2021-04-02T02:48:22.289Z] Removing intermediate container 79e313f20ee5 [2021-04-02T02:48:22.289Z] ---> a6d243649485 [2021-04-02T02:48:22.289Z] Step 22/23 : LABEL git_sha=4e76fde7b9fbf2caef34e8ed10f4a065f598efcd [2021-04-02T02:48:22.289Z] ---> Running in 894d5e40d57a [2021-04-02T02:48:22.555Z] Removing intermediate container 894d5e40d57a [2021-04-02T02:48:22.555Z] ---> 8d6e533dec5b [2021-04-02T02:48:22.555Z] Step 23/23 : LABEL version=0.0.0 [2021-04-02T02:48:22.555Z] ---> Running in e443b3ff71e8 [2021-04-02T02:48:22.555Z] Removing intermediate container e443b3ff71e8 [2021-04-02T02:48:22.555Z] ---> 4dcf7101a756 [2021-04-02T02:48:22.555Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2021-04-02T02:48:22.555Z] Successfully built 4dcf7101a756 [2021-04-02T02:48:22.818Z] Successfully tagged device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-02T02:48:23.744Z] ---> job-cost.sh [2021-04-02T02:48:23.744Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-EFMD [2021-04-02T02:48:26.222Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-04-02T02:48:38.689Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-02T02:49:10.877Z] lf-activate-venv(): INFO: Adding /tmp/venv-EFMD/bin to PATH [2021-04-02T02:49:10.877Z] INFO: No Stack... [2021-04-02T02:49:10.877Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-02T02:49:10.877Z] INFO: Archiving Costs [Pipeline] sh [2021-04-02T02:49:11.188Z] + cat /w/workspace/device-sdk-go/28/archives/cost.csv [2021-04-02T02:49:11.188Z] + cut -d, -f6 [Pipeline] lock [2021-04-02T02:49:11.465Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-725-28-stack-cost] [2021-04-02T02:49:11.474Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-725-28-stack-cost] did not exist. Created. [2021-04-02T02:49:11.474Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-725-28-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-02T02:49:11.932Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-02T02:49:12.106Z] Stashed 1 file(s) [Pipeline] } [2021-04-02T02:49:12.117Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-725-28-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-02T02:49:22.855Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-04-02T02:49:22.856Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-04-02T02:49:22.856Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-04-02T02:49:22.856Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] [2021-04-02T02:49:22.856Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-04-02T02:49:31.171Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.150s coverage: 28.1% of statements [2021-04-02T02:49:32.173Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.194s coverage: 81.2% of statements [2021-04-02T02:49:32.173Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.210s coverage: 7.8% of statements [2021-04-02T02:49:32.173Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-04-02T02:49:32.173Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-04-02T02:49:32.173Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-04-02T02:49:34.458Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.420s coverage: 32.5% of statements [2021-04-02T02:49:34.458Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-04-02T02:49:34.458Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-04-02T02:49:34.458Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-04-02T02:49:39.290Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.310s coverage: 57.3% of statements [2021-04-02T02:49:39.290Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.858s coverage: 6.6% of statements [2021-04-02T02:49:39.290Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.166s coverage: 5.0% of statements [2021-04-02T02:49:39.290Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-04-02T02:49:39.902Z] GO111MODULE=on go vet ./... [2021-04-02T02:50:36.501Z] gofmt -l . [2021-04-02T02:50:36.501Z] [ "`gofmt -l .`" = "" ] [2021-04-02T02:50:36.501Z] ./bin/test-attribution-txt.sh [2021-04-02T02:50:36.501Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-04-02T02:50:36.527Z] $ docker stop --time=1 8fa151eea12a6e1cbdf06ebd4861901da2bab53d3c24e5704fd470bfdf847c22 [2021-04-02T02:50:38.955Z] $ docker rm -f 8fa151eea12a6e1cbdf06ebd4861901da2bab53d3c24e5704fd470bfdf847c22 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-02T02:50:40.336Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-02T02:50:40.410Z] Warning: overwriting stash ‘coverage-report’ [2021-04-02T02:50:41.378Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-02T02:50:42.092Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-02T02:50:42.430Z] + ls -al . [2021-04-02T02:50:42.430Z] total 224 [2021-04-02T02:50:42.430Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 2 02:50 . [2021-04-02T02:50:42.430Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 2 02:46 .. [2021-04-02T02:50:42.430Z] -rw-rw-r-- 1 jenkins jenkins 140 Apr 2 02:46 .dockerignore [2021-04-02T02:50:42.430Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 2 02:46 .git [2021-04-02T02:50:42.430Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 2 02:46 .github [2021-04-02T02:50:42.430Z] -rw-rw-r-- 1 jenkins jenkins 138 Apr 2 02:46 .gitignore [2021-04-02T02:50:42.430Z] -rw-rw-r-- 1 jenkins jenkins 987 Apr 2 02:46 Dockerfile.build [2021-04-02T02:50:42.430Z] -rw-rw-r-- 1 jenkins jenkins 894 Apr 2 02:46 Jenkinsfile [2021-04-02T02:50:42.430Z] -rw-rw-r-- 1 jenkins jenkins 11341 Apr 2 02:46 LICENSE [2021-04-02T02:50:42.430Z] -rw-rw-r-- 1 jenkins jenkins 1022 Apr 2 02:46 Makefile [2021-04-02T02:50:42.430Z] -rw-rw-r-- 1 jenkins jenkins 5897 Apr 2 02:46 README.md [2021-04-02T02:50:42.430Z] -rw-rw-r-- 1 jenkins jenkins 6616 Apr 2 02:46 RELEASE-NOTES.txt [2021-04-02T02:50:42.430Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 2 02:43 VERSION [2021-04-02T02:50:42.430Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 2 02:46 bin [2021-04-02T02:50:42.430Z] -rw-r--r-- 1 jenkins jenkins 101239 Apr 2 02:49 coverage.out [2021-04-02T02:50:42.430Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 2 02:46 example [2021-04-02T02:50:42.430Z] -rw-r--r-- 1 jenkins jenkins 537 Apr 2 02:50 go.mod [2021-04-02T02:50:42.430Z] -rw-r--r-- 1 jenkins jenkins 21117 Apr 2 02:50 go.sum [2021-04-02T02:50:42.430Z] drwxrwxr-x 14 jenkins jenkins 4096 Apr 2 02:46 internal [2021-04-02T02:50:42.430Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 2 02:46 openapi [2021-04-02T02:50:42.430Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 2 02:46 pkg [2021-04-02T02:50:42.430Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 2 02:46 snap [2021-04-02T02:50:42.430Z] -rw-rw-r-- 1 jenkins jenkins 222 Apr 2 02:46 version.go [Pipeline] isUnix [Pipeline] sh [2021-04-02T02:50:42.782Z] + docker build -t device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=4e76fde7b9fbf2caef34e8ed10f4a065f598efcd --label arch=arm64 --label version=0.0.0 . [2021-04-02T02:50:43.381Z] Sending build context to Docker daemon 2.461MB [2021-04-02T02:50:43.381Z] Step 1/23 : ARG BASE=golang:1.15-alpine3.12 [2021-04-02T02:50:43.381Z] Step 2/23 : FROM ${BASE} AS builder [2021-04-02T02:50:43.381Z] ---> 149ec17d2eaf [2021-04-02T02:50:43.381Z] Step 3/23 : WORKDIR /device-sdk-go [2021-04-02T02:50:43.659Z] ---> Running in 38e10ba6c074 [2021-04-02T02:50:44.256Z] Removing intermediate container 38e10ba6c074 [2021-04-02T02:50:44.256Z] ---> d1a6ff5dc8af [2021-04-02T02:50:44.256Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-02T02:50:44.256Z] ---> Running in 3a2e31db8aa9 [2021-04-02T02:50:44.856Z] Removing intermediate container 3a2e31db8aa9 [2021-04-02T02:50:44.856Z] ---> 989e45191410 [2021-04-02T02:50:44.856Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-02T02:50:44.856Z] ---> Running in 0a26898c5732 [2021-04-02T02:50:47.487Z] Removing intermediate container 0a26898c5732 [2021-04-02T02:50:47.487Z] ---> a679843c3a75 [2021-04-02T02:50:47.487Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-04-02T02:50:47.487Z] ---> Running in 9c86840d6f04 [2021-04-02T02:50:48.468Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-02T02:50:49.444Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-02T02:50:50.040Z] OK: 144 MiB in 45 packages [2021-04-02T02:50:51.481Z] Removing intermediate container 9c86840d6f04 [2021-04-02T02:50:51.481Z] ---> 1ab14daeeda7 [2021-04-02T02:50:51.481Z] Step 7/23 : COPY . . [2021-04-02T02:50:52.460Z] ---> c353b5a79742 [2021-04-02T02:50:52.460Z] Step 8/23 : RUN go mod download [2021-04-02T02:50:52.734Z] ---> Running in 9e4d1cc580b0 [2021-04-02T02:50:55.357Z] Removing intermediate container 9e4d1cc580b0 [2021-04-02T02:50:55.357Z] ---> 9f8c800cd56e [2021-04-02T02:50:55.357Z] Step 9/23 : RUN make build [2021-04-02T02:50:55.357Z] ---> Running in a5e05a689857 [2021-04-02T02:50:56.338Z] 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-02T02:51:35.360Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-04-02T02:51:35.360Z] Removing intermediate container a5e05a689857 [2021-04-02T02:51:35.360Z] ---> a3fc5900ace8 [2021-04-02T02:51:35.360Z] Step 10/23 : FROM alpine:3.12 [2021-04-02T02:51:35.360Z] 3.12: Pulling from library/alpine [2021-04-02T02:51:35.360Z] 9a219e8acc52: Pulling fs layer [2021-04-02T02:51:35.360Z] 9a219e8acc52: Verifying Checksum [2021-04-02T02:51:35.360Z] 9a219e8acc52: Download complete [2021-04-02T02:51:35.360Z] 9a219e8acc52: Pull complete [2021-04-02T02:51:35.360Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-02T02:51:35.360Z] Status: Downloaded newer image for alpine:3.12 [2021-04-02T02:51:35.360Z] ---> d75e27dfc0a0 [2021-04-02T02:51:35.360Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-02T02:51:35.360Z] ---> Running in 2d18cf234423 [2021-04-02T02:51:35.360Z] Removing intermediate container 2d18cf234423 [2021-04-02T02:51:35.360Z] ---> 869f54c3c9fe [2021-04-02T02:51:35.360Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-02T02:51:35.360Z] ---> Running in d45fc02279a2 [2021-04-02T02:51:37.336Z] Removing intermediate container d45fc02279a2 [2021-04-02T02:51:37.336Z] ---> b633f99b0202 [2021-04-02T02:51:37.336Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-04-02T02:51:37.336Z] ---> Running in be1e3d9abc4a [2021-04-02T02:51:38.318Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-02T02:51:39.292Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-02T02:51:39.884Z] (1/5) Installing libgcc (9.3.0-r2) [2021-04-02T02:51:40.155Z] (2/5) Installing libsodium (1.0.18-r0) [2021-04-02T02:51:40.155Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-04-02T02:51:40.427Z] (4/5) Installing libzmq (4.3.3-r0) [2021-04-02T02:51:40.427Z] (5/5) Installing zeromq (4.3.3-r0) [2021-04-02T02:51:40.698Z] Executing busybox-1.31.1-r20.trigger [2021-04-02T02:51:40.698Z] OK: 8 MiB in 19 packages [2021-04-02T02:51:42.133Z] Removing intermediate container be1e3d9abc4a [2021-04-02T02:51:42.133Z] ---> 5b534d3c135b [2021-04-02T02:51:42.133Z] Step 14/23 : WORKDIR / [2021-04-02T02:51:42.133Z] ---> Running in 1df31d4e5470 [2021-04-02T02:51:42.408Z] Removing intermediate container 1df31d4e5470 [2021-04-02T02:51:42.408Z] ---> 1c49a91f1f89 [2021-04-02T02:51:42.408Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-04-02T02:51:43.388Z] ---> b3c17b5ee349 [2021-04-02T02:51:43.388Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-04-02T02:51:44.369Z] ---> 8da54e71fbce [2021-04-02T02:51:44.369Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-04-02T02:51:45.349Z] ---> 07ae1d851b40 [2021-04-02T02:51:45.349Z] Step 18/23 : EXPOSE 49990 [2021-04-02T02:51:45.349Z] ---> Running in 0ebb2938ca78 [2021-04-02T02:51:45.946Z] Removing intermediate container 0ebb2938ca78 [2021-04-02T02:51:45.946Z] ---> 8386f9fdc2b8 [2021-04-02T02:51:45.946Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-04-02T02:51:45.946Z] ---> Running in ecc09a1e5150 [2021-04-02T02:51:46.538Z] Removing intermediate container ecc09a1e5150 [2021-04-02T02:51:46.538Z] ---> f5a54bc23d42 [2021-04-02T02:51:46.538Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-02T02:51:46.538Z] ---> Running in 098bc606d5c0 [2021-04-02T02:51:47.140Z] Removing intermediate container 098bc606d5c0 [2021-04-02T02:51:47.140Z] ---> 63567f57329d [2021-04-02T02:51:47.140Z] Step 21/23 : LABEL arch=arm64 [2021-04-02T02:51:47.140Z] ---> Running in fd4d4271e935 [2021-04-02T02:51:47.743Z] Removing intermediate container fd4d4271e935 [2021-04-02T02:51:47.743Z] ---> 8e1411331058 [2021-04-02T02:51:47.744Z] Step 22/23 : LABEL git_sha=4e76fde7b9fbf2caef34e8ed10f4a065f598efcd [2021-04-02T02:51:47.744Z] ---> Running in dedd5b5a0a97 [2021-04-02T02:51:48.018Z] Removing intermediate container dedd5b5a0a97 [2021-04-02T02:51:48.018Z] ---> 60c5c1e50fe5 [2021-04-02T02:51:48.018Z] Step 23/23 : LABEL version=0.0.0 [2021-04-02T02:51:48.297Z] ---> Running in 2cc0e7b89a1e [2021-04-02T02:51:48.896Z] Removing intermediate container 2cc0e7b89a1e [2021-04-02T02:51:48.896Z] ---> bc8a10c5b0b1 [2021-04-02T02:51:48.896Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2021-04-02T02:51:48.896Z] Successfully built bc8a10c5b0b1 [2021-04-02T02:51:48.896Z] Successfully tagged device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-02T02:51:49.701Z] ---> job-cost.sh [2021-04-02T02:51:49.701Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-D5El [2021-04-02T02:52:36.618Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-02T02:54:13.375Z] lf-activate-venv(): INFO: Adding /tmp/venv-D5El/bin to PATH [2021-04-02T02:54:13.375Z] INFO: No Stack... [2021-04-02T02:54:13.375Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-02T02:54:13.375Z] INFO: Archiving Costs [Pipeline] sh [2021-04-02T02:54:13.709Z] + + cutcat -d, /w/workspace/device-sdk-go/28/archives/cost.csv -f6 [2021-04-02T02:54:13.709Z] [Pipeline] lock [2021-04-02T02:54:13.820Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-725-28-stack-cost] [2021-04-02T02:54:13.828Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-725-28-stack-cost] did not exist. Created. [2021-04-02T02:54:13.828Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-725-28-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-02T02:54:14.284Z] /w/workspace/device-sdk-go/28@tmp/durable-52273fa5/script.sh: 1: /w/workspace/device-sdk-go/28@tmp/durable-52273fa5/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-02T02:54:14.625Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-02T02:54:14.644Z] Warning: overwriting stash ‘stack-cost’ [2021-04-02T02:54:14.802Z] Stashed 1 file(s) [Pipeline] } [2021-04-02T02:54:14.807Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-725-28-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-02T02:54:15.862Z] provisioning config files... [2021-04-02T02:54:15.872Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/config58992317974674466tmp [Pipeline] { [Pipeline] sh [2021-04-02T02:54:16.259Z] + set +x [2021-04-02T02:54:16.259Z] + curl -s https://codecov.io/bash [2021-04-02T02:54:16.259Z] + bash -s -- [2021-04-02T02:54:16.259Z] [2021-04-02T02:54:16.259Z] _____ _ [2021-04-02T02:54:16.259Z] / ____| | | [2021-04-02T02:54:16.259Z] | | ___ __| | ___ ___ _____ __ [2021-04-02T02:54:16.259Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-02T02:54:16.259Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-02T02:54:16.259Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-02T02:54:16.259Z] Bash-20210309-2b87ace [2021-04-02T02:54:16.259Z] [2021-04-02T02:54:16.259Z] [2021-04-02T02:54:16.259Z] ==> git version 2.24.3 found [2021-04-02T02:54:16.259Z] ==> 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-02T02:54:16.259Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-02T02:54:16.259Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-02T02:54:16.522Z] ==> Jenkins CI detected. [2021-04-02T02:54:16.522Z] project root: . [2021-04-02T02:54:16.522Z] --> token set from env [2021-04-02T02:54:16.522Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-02T02:54:16.522Z] ==> Running gcov in . (disable via -X gcov) [2021-04-02T02:54:16.522Z] ==> Python coveragepy not found [2021-04-02T02:54:16.522Z] ==> Searching for coverage reports in: [2021-04-02T02:54:16.522Z] + . [2021-04-02T02:54:16.522Z] -> Found 1 reports [2021-04-02T02:54:16.522Z] ==> Detecting git/mercurial file structure [2021-04-02T02:54:16.522Z] ==> Reading reports [2021-04-02T02:54:16.522Z] + ./coverage.out bytes=101239 [2021-04-02T02:54:16.522Z] ==> Appending adjustments [2021-04-02T02:54:16.522Z] https://docs.codecov.io/docs/fixing-reports [2021-04-02T02:54:16.783Z] + Found adjustments [2021-04-02T02:54:16.783Z] ==> Gzipping contents [2021-04-02T02:54:16.784Z] 16K /tmp/codecov.Y5ZYay.gz [2021-04-02T02:54:16.784Z] ==> Uploading reports [2021-04-02T02:54:16.784Z] url: https://codecov.io [2021-04-02T02:54:16.784Z] query: branch=PR-725&commit=4e76fde7b9fbf2caef34e8ed10f4a065f598efcd&build=28&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-725%2F28%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=725&job=&cmd_args= [2021-04-02T02:54:16.784Z] -> Pinging Codecov [2021-04-02T02:54:16.784Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-725&commit=4e76fde7b9fbf2caef34e8ed10f4a065f598efcd&build=28&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-725%2F28%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=725&job=&cmd_args= [2021-04-02T02:54:17.360Z] -> Uploading to [2021-04-02T02:54:17.360Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-02/7E55EF52A471D76F132DFD9A03CDDE97/4e76fde7b9fbf2caef34e8ed10f4a065f598efcd/610bc346-a9e2-4054-8e13-5ec544d499a1.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210402%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210402T025417Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d0d57c74d884df3317bdc2cb0ca19f6ffa487498d5402c5541be8df28edc0c6e [2021-04-02T02:54:17.360Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-02T02:54:17.360Z] Dload Upload Total Spent Left Speed [2021-04-02T02:54:17.934Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13691 0 0 100 13691 0 35322 --:--:-- --:--:-- --:--:-- 35286 100 13691 0 0 100 13691 0 35308 --:--:-- --:--:-- --:--:-- 35286 [2021-04-02T02:54:17.934Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/4e76fde7b9fbf2caef34e8ed10f4a065f598efcd [Pipeline] } [2021-04-02T02:54:17.944Z] 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-02T02:54:20.137Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-02T02:54:20.707Z] ---> package-listing.sh [2021-04-02T02:54:20.707Z] ++ facter osfamily [2021-04-02T02:54:20.707Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-02T02:54:20.707Z] + OS_FAMILY=redhat [2021-04-02T02:54:20.707Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-725 [2021-04-02T02:54:20.707Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-02T02:54:20.707Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-02T02:54:20.707Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-02T02:54:20.707Z] + PACKAGES=/tmp/packages_start.txt [2021-04-02T02:54:20.707Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-725 ']' [2021-04-02T02:54:20.707Z] + PACKAGES=/tmp/packages_end.txt [2021-04-02T02:54:20.707Z] + case "${OS_FAMILY}" in [2021-04-02T02:54:20.707Z] + rpm -qa [2021-04-02T02:54:20.707Z] + sort [2021-04-02T02:54:26.031Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-02T02:54:26.031Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-02T02:54:26.031Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-02T02:54:26.031Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-725 ']' [2021-04-02T02:54:26.031Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-725/archives/ [2021-04-02T02:54:26.031Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-725/archives/ [Pipeline] echo [2021-04-02T02:54:26.049Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_PR-725/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-02T02:54:26.342Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-02T02:54:26.662Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-02T02:54:26.662Z] [2021-04-02T02:54:26.662Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-02T02:54:27.013Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-02T02:54:27.014Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-02T02:54:27.014Z] df20fa9351a1: Pulling fs layer [2021-04-02T02:54:27.014Z] 36b3adc4ff6f: Pulling fs layer [2021-04-02T02:54:27.014Z] 8ad3a11d3b57: Pulling fs layer [2021-04-02T02:54:27.014Z] 46f8f816bc3b: Pulling fs layer [2021-04-02T02:54:27.014Z] 93b61091891f: Pulling fs layer [2021-04-02T02:54:27.014Z] 93b9cdb0e59b: Pulling fs layer [2021-04-02T02:54:27.014Z] 5e14af77c1be: Pulling fs layer [2021-04-02T02:54:27.014Z] 01666e4c0597: Pulling fs layer [2021-04-02T02:54:27.014Z] aa168da1d23b: Pulling fs layer [2021-04-02T02:54:27.014Z] 46f8f816bc3b: Waiting [2021-04-02T02:54:27.014Z] 93b61091891f: Waiting [2021-04-02T02:54:27.014Z] 93b9cdb0e59b: Waiting [2021-04-02T02:54:27.014Z] 5e14af77c1be: Waiting [2021-04-02T02:54:27.014Z] 01666e4c0597: Waiting [2021-04-02T02:54:27.014Z] aa168da1d23b: Waiting [2021-04-02T02:54:27.014Z] 36b3adc4ff6f: Verifying Checksum [2021-04-02T02:54:27.014Z] 36b3adc4ff6f: Download complete [2021-04-02T02:54:27.014Z] 46f8f816bc3b: Verifying Checksum [2021-04-02T02:54:27.014Z] 46f8f816bc3b: Download complete [2021-04-02T02:54:27.278Z] df20fa9351a1: Verifying Checksum [2021-04-02T02:54:27.278Z] df20fa9351a1: Download complete [2021-04-02T02:54:27.278Z] 93b9cdb0e59b: Verifying Checksum [2021-04-02T02:54:27.278Z] 93b9cdb0e59b: Download complete [2021-04-02T02:54:27.278Z] 5e14af77c1be: Verifying Checksum [2021-04-02T02:54:27.278Z] 5e14af77c1be: Download complete [2021-04-02T02:54:27.278Z] 93b61091891f: Verifying Checksum [2021-04-02T02:54:27.278Z] 93b61091891f: Download complete [2021-04-02T02:54:27.278Z] 01666e4c0597: Verifying Checksum [2021-04-02T02:54:27.278Z] 01666e4c0597: Download complete [2021-04-02T02:54:27.545Z] df20fa9351a1: Pull complete [2021-04-02T02:54:27.816Z] 36b3adc4ff6f: Pull complete [2021-04-02T02:54:27.816Z] 8ad3a11d3b57: Verifying Checksum [2021-04-02T02:54:27.816Z] 8ad3a11d3b57: Download complete [2021-04-02T02:54:28.792Z] 8ad3a11d3b57: Pull complete [2021-04-02T02:54:28.792Z] 46f8f816bc3b: Pull complete [2021-04-02T02:54:29.376Z] 93b61091891f: Pull complete [2021-04-02T02:54:29.377Z] 93b9cdb0e59b: Pull complete [2021-04-02T02:54:29.377Z] aa168da1d23b: Verifying Checksum [2021-04-02T02:54:29.377Z] aa168da1d23b: Download complete [2021-04-02T02:54:29.951Z] 5e14af77c1be: Pull complete [2021-04-02T02:54:29.951Z] 01666e4c0597: Pull complete [2021-04-02T02:54:36.581Z] aa168da1d23b: Pull complete [2021-04-02T02:54:36.581Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-02T02:54:36.581Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-02T02:54:36.581Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-02T02:54:36.779Z] prd-centos7-docker-4c-2g-32556 does not seem to be running inside a container [2021-04-02T02:54:36.825Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_PR-725/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-sdk-go_PR-725 -v /w/workspace/dgexfoundry_device-sdk-go_PR-725:/w/workspace/dgexfoundry_device-sdk-go_PR-725:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-02T02:54:39.932Z] $ docker top 6afb6c372f16af8d89b27b971f69fa131d6755719b0e506848586b4f6613e359 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-02T02:54:40.485Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-02T02:54:40.788Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-02T02:54:41.106Z] + ls /var/log/sa-host [2021-04-02T02:54:41.106Z] + sadf -c /var/log/sa-host/sa02 [2021-04-02T02:54:41.106Z] file_magic: OK [2021-04-02T02:54:41.106Z] HZ: Using current value: 100 [2021-04-02T02:54:41.106Z] file_header: OK [2021-04-02T02:54:41.106Z] 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-02T02:54:41.106Z] Statistics: [2021-04-02T02:54:41.106Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-02T02:54:41.106Z] File successfully converted to sysstat format version 12.2.1 [2021-04-02T02:54:41.106Z] + sadf -c /var/log/sa-host/sa23 [2021-04-02T02:54:41.106Z] file_magic: OK [2021-04-02T02:54:41.106Z] HZ: Using current value: 100 [2021-04-02T02:54:41.106Z] file_header: OK [2021-04-02T02:54:41.106Z] 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-02T02:54:41.106Z] Statistics: [2021-04-02T02:54:41.106Z] Hnuu...uuuununununu... [2021-04-02T02:54:41.106Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-02T02:54:41.326Z] provisioning config files... [2021-04-02T02:54:41.350Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/config6444563756404556431tmp [Pipeline] { [Pipeline] echo [2021-04-02T02:54:41.415Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-02T02:54:41.758Z] ---> create-netrc.sh [Pipeline] } [2021-04-02T02:54:41.769Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-02T02:54:41.861Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-02T02:54:42.161Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-02T02:54:42.173Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-02T02:54:42.470Z] ---> sudo-logs.sh [2021-04-02T02:54:42.470Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-02T02:54:42.536Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-02T02:54:42.834Z] ---> job-cost.sh [2021-04-02T02:54:42.834Z] lf-activate-venv: SKIPPING [2021-04-02T02:54:42.834Z] DEBUG: total: 0.20999999344348907 [2021-04-02T02:54:42.834Z] INFO: Retrieving Stack Cost... [2021-04-02T02:54:43.778Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-02T02:54:44.041Z] INFO: Archiving Costs [Pipeline] echo [2021-04-02T02:54:44.054Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-02T02:54:44.354Z] ---> logs-deploy.sh [2021-04-02T02:54:44.354Z] lf-activate-venv: SKIPPING [2021-04-02T02:54:44.354Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-725/28 [2021-04-02T02:54:44.354Z] INFO: archiving workspace using pattern(s): [2021-04-02T02:54:45.743Z] Archives upload complete. [2021-04-02T02:54:46.005Z] INFO: archiving logs to Nexus [2021-04-02T02:54:46.955Z] ---> uname -a: [2021-04-02T02:54:46.955Z] Linux prd-centos7-docker-4c-2g-32556.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-02T02:54:46.955Z] [2021-04-02T02:54:46.955Z] [2021-04-02T02:54:46.955Z] ---> lscpu: [2021-04-02T02:54:46.955Z] Architecture: x86_64 [2021-04-02T02:54:46.955Z] CPU op-mode(s): 32-bit, 64-bit [2021-04-02T02:54:46.955Z] Byte Order: Little Endian [2021-04-02T02:54:46.955Z] Address sizes: 40 bits physical, 48 bits virtual [2021-04-02T02:54:46.955Z] CPU(s): 4 [2021-04-02T02:54:46.955Z] On-line CPU(s) list: 0-3 [2021-04-02T02:54:46.955Z] Thread(s) per core: 1 [2021-04-02T02:54:46.955Z] Core(s) per socket: 1 [2021-04-02T02:54:46.955Z] Socket(s): 4 [2021-04-02T02:54:46.955Z] NUMA node(s): 1 [2021-04-02T02:54:46.955Z] Vendor ID: GenuineIntel [2021-04-02T02:54:46.955Z] CPU family: 6 [2021-04-02T02:54:46.955Z] Model: 44 [2021-04-02T02:54:46.955Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-04-02T02:54:46.955Z] Stepping: 1 [2021-04-02T02:54:46.955Z] CPU MHz: 2933.438 [2021-04-02T02:54:46.955Z] BogoMIPS: 5866.87 [2021-04-02T02:54:46.955Z] Virtualization: VT-x [2021-04-02T02:54:46.955Z] Hypervisor vendor: KVM [2021-04-02T02:54:46.955Z] Virtualization type: full [2021-04-02T02:54:46.955Z] L1d cache: 128 KiB [2021-04-02T02:54:46.955Z] L1i cache: 128 KiB [2021-04-02T02:54:46.955Z] L2 cache: 16 MiB [2021-04-02T02:54:46.955Z] L3 cache: 64 MiB [2021-04-02T02:54:46.955Z] NUMA node0 CPU(s): 0-3 [2021-04-02T02:54:46.955Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-04-02T02:54:46.955Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-04-02T02:54:46.955Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-04-02T02:54:46.955Z] Vulnerability Meltdown: Mitigation; PTI [2021-04-02T02:54:46.955Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-04-02T02:54:46.955Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-04-02T02:54:46.955Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-04-02T02:54:46.955Z] Vulnerability Srbds: Not affected [2021-04-02T02:54:46.955Z] Vulnerability Tsx async abort: Not affected [2021-04-02T02:54:46.955Z] 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-02T02:54:46.955Z] [2021-04-02T02:54:46.955Z] [2021-04-02T02:54:46.955Z] ---> nproc: [2021-04-02T02:54:46.955Z] 4 [2021-04-02T02:54:46.955Z] [2021-04-02T02:54:46.955Z] [2021-04-02T02:54:46.955Z] ---> df -h: [2021-04-02T02:54:46.955Z] Filesystem Size Used Available Use% Mounted on [2021-04-02T02:54:46.955Z] overlay 50.0G 7.3G 42.7G 15% / [2021-04-02T02:54:46.955Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-04-02T02:54:46.955Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-04-02T02:54:46.955Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-04-02T02:54:46.955Z] /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os [2021-04-02T02:54:46.955Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf [2021-04-02T02:54:46.955Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname [2021-04-02T02:54:46.955Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts [2021-04-02T02:54:46.955Z] /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json [2021-04-02T02:54:46.955Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-725 [2021-04-02T02:54:46.955Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp [2021-04-02T02:54:46.955Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host [2021-04-02T02:54:46.955Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure [2021-04-02T02:54:46.955Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log [2021-04-02T02:54:46.955Z] [2021-04-02T02:54:46.955Z] [2021-04-02T02:54:46.955Z] ---> free -m: [2021-04-02T02:54:46.955Z] total used free shared buff/cache available [2021-04-02T02:54:46.955Z] Mem: 1837 714 111 0 1010 1017 [2021-04-02T02:54:46.955Z] Swap: 1023 1 1022 [2021-04-02T02:54:46.955Z] [2021-04-02T02:54:46.955Z] [2021-04-02T02:54:46.955Z] ---> ip addr: [2021-04-02T02:54:46.955Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-04-02T02:54:46.955Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-04-02T02:54:46.955Z] inet 127.0.0.1/8 scope host lo [2021-04-02T02:54:46.955Z] valid_lft forever preferred_lft forever [2021-04-02T02:54:46.955Z] inet6 ::1/128 scope host [2021-04-02T02:54:46.955Z] valid_lft forever preferred_lft forever [2021-04-02T02:54:46.955Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-04-02T02:54:46.955Z] link/ether fa:16:3e:72:b4:5e brd ff:ff:ff:ff:ff:ff [2021-04-02T02:54:46.955Z] inet 10.30.123.167/23 brd 10.30.123.255 scope global dynamic eth0 [2021-04-02T02:54:46.955Z] valid_lft 85679sec preferred_lft 85679sec [2021-04-02T02:54:46.955Z] inet6 fe80::f816:3eff:fe72:b45e/64 scope link [2021-04-02T02:54:46.955Z] valid_lft forever preferred_lft forever [2021-04-02T02:54:46.955Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-04-02T02:54:46.955Z] link/ether 02:42:55:10:4b:aa brd ff:ff:ff:ff:ff:ff [2021-04-02T02:54:46.955Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-04-02T02:54:46.955Z] valid_lft forever preferred_lft forever [2021-04-02T02:54:46.955Z] inet6 fe80::42:55ff:fe10:4baa/64 scope link [2021-04-02T02:54:46.955Z] valid_lft forever preferred_lft forever [2021-04-02T02:54:46.955Z] [2021-04-02T02:54:46.955Z] [2021-04-02T02:54:46.955Z] ---> sar -b -r -n DEV: [2021-04-02T02:54:46.955Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/02/21 _x86_64_ (4 CPU) [2021-04-02T02:54:46.955Z] [2021-04-02T02:54:46.955Z] 02:42:34 LINUX RESTART (4 CPU) [2021-04-02T02:54:46.955Z] [2021-04-02T02:54:46.955Z] 02:43:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-04-02T02:54:46.955Z] 02:44:01 79.21 32.24 46.97 0.00 7372.51 4208.89 0.00 [2021-04-02T02:54:46.955Z] 02:45:01 2.30 0.00 2.30 0.00 0.00 51.73 0.00 [2021-04-02T02:54:46.955Z] 02:46:01 0.40 0.00 0.40 0.00 0.00 6.10 0.00 [2021-04-02T02:54:46.955Z] 02:47:01 0.17 0.00 0.17 0.00 0.00 2.28 0.00 [2021-04-02T02:54:46.955Z] 02:48:01 0.23 0.00 0.23 0.00 0.00 3.60 0.00 [2021-04-02T02:54:46.955Z] 02:49:01 0.30 0.00 0.30 0.00 0.00 4.26 0.00 [2021-04-02T02:54:46.955Z] 02:50:01 0.30 0.00 0.30 0.00 0.00 3.61 0.00 [2021-04-02T02:54:46.955Z] 02:51:01 0.33 0.00 0.33 0.00 0.00 4.61 0.00 [2021-04-02T02:54:46.955Z] 02:52:01 0.20 0.00 0.20 0.00 0.00 1.77 0.00 [2021-04-02T02:54:46.955Z] 02:53:01 0.27 0.00 0.27 0.00 0.00 3.61 0.00 [2021-04-02T02:54:46.955Z] 02:54:01 0.25 0.00 0.25 0.00 0.00 2.56 0.00 [2021-04-02T02:54:46.955Z] Average: 7.53 2.89 4.64 0.00 660.47 384.72 0.00 [2021-04-02T02:54:46.955Z] [2021-04-02T02:54:46.955Z] 02:43:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-04-02T02:54:46.955Z] 02:44:01 147772 0 618556 32.87 2576 1112640 1110580 37.90 439180 1095444 128 [2021-04-02T02:54:46.955Z] 02:45:01 152196 0 613992 32.63 2576 1112780 1095744 37.40 440972 1089720 20 [2021-04-02T02:54:46.955Z] 02:46:01 151832 0 614372 32.65 2576 1112764 1079440 36.84 443248 1088320 20 [2021-04-02T02:54:46.955Z] 02:47:01 151704 0 614500 32.66 2576 1112764 1079452 36.84 454396 1077320 20 [2021-04-02T02:54:46.955Z] 02:48:01 152124 0 614072 32.64 2576 1112772 1079368 36.84 446308 1085064 16 [2021-04-02T02:54:46.955Z] 02:49:01 150652 0 615540 32.71 2576 1112776 1079392 36.84 451668 1081020 8 [2021-04-02T02:54:46.955Z] 02:50:01 151736 0 614452 32.66 2576 1112780 1079296 36.83 451024 1081016 8 [2021-04-02T02:54:46.955Z] 02:51:01 151572 0 614612 32.67 2576 1112784 1079296 36.83 451044 1081016 8 [2021-04-02T02:54:46.955Z] 02:52:01 151548 0 614628 32.67 2576 1112792 1079296 36.83 451052 1081016 8 [2021-04-02T02:54:46.955Z] 02:53:01 151884 0 614288 32.65 2576 1112796 1079296 36.83 451040 1081016 8 [2021-04-02T02:54:46.955Z] 02:54:01 151580 0 614592 32.66 2576 1112796 1079368 36.84 451320 1081016 8 [2021-04-02T02:54:46.955Z] Average: 151327 0 614873 32.68 2576 1112768 1083684 36.98 448296 1083815 23 [2021-04-02T02:54:46.955Z] [2021-04-02T02:54:46.955Z] 02:43:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-04-02T02:54:46.955Z] 02:44:01 eth0 547.58 352.98 1120.86 106.46 0.00 0.00 0.00 0.00 [2021-04-02T02:54:46.955Z] 02:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-02T02:54:46.955Z] 02:44:01 docker0 11.58 8.09 1.73 25.12 0.00 0.00 0.00 0.00 [2021-04-02T02:54:46.955Z] 02:45:01 eth0 1.30 0.30 0.33 0.23 0.00 0.00 0.00 0.00 [2021-04-02T02:54:46.955Z] 02:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-02T02:54:46.955Z] 02:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-02T02:54:46.955Z] 02:46:01 eth0 3.28 0.73 0.77 0.41 0.00 0.00 0.00 0.00 [2021-04-02T02:54:46.955Z] 02:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-02T02:54:46.956Z] 02:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-02T02:54:46.956Z] 02:47:01 eth0 1.10 0.68 0.58 0.38 0.00 0.00 0.00 0.00 [2021-04-02T02:54:46.956Z] 02:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-02T02:54:46.956Z] 02:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-02T02:54:46.956Z] 02:48:01 eth0 0.22 0.17 0.07 0.04 0.00 0.00 0.00 0.00 [2021-04-02T02:54:46.956Z] 02:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-02T02:54:46.956Z] 02:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-02T02:54:46.956Z] 02:49:01 eth0 0.33 0.25 0.14 0.08 0.00 0.00 0.00 0.00 [2021-04-02T02:54:46.956Z] 02:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-02T02:54:46.956Z] 02:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-02T02:54:46.956Z] 02:50:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-02T02:54:46.956Z] 02:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-02T02:54:46.956Z] 02:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-02T02:54:46.956Z] 02:51:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-02T02:54:46.956Z] 02:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-02T02:54:46.956Z] 02:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-02T02:54:46.956Z] 02:52:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-02T02:54:46.956Z] 02:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-02T02:54:46.956Z] 02:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-02T02:54:46.956Z] 02:53:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-02T02:54:46.956Z] 02:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-02T02:54:46.956Z] 02:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-02T02:54:46.956Z] 02:54:01 eth0 0.37 0.23 0.14 0.07 0.00 0.00 0.00 0.00 [2021-04-02T02:54:46.956Z] 02:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-02T02:54:46.956Z] 02:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-02T02:54:46.956Z] Average: eth0 49.70 31.87 100.60 9.65 0.00 0.00 0.00 0.00 [2021-04-02T02:54:46.956Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-02T02:54:46.956Z] Average: docker0 1.04 0.72 0.15 2.25 0.00 0.00 0.00 0.00 [2021-04-02T02:54:46.956Z] [2021-04-02T02:54:46.956Z] [2021-04-02T02:54:46.956Z] ---> sar -P ALL: [2021-04-02T02:54:46.956Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/02/21 _x86_64_ (4 CPU) [2021-04-02T02:54:46.956Z] [2021-04-02T02:54:46.956Z] 02:42:34 LINUX RESTART (4 CPU) [2021-04-02T02:54:46.956Z] [2021-04-02T02:54:46.956Z] 02:43:02 CPU %user %nice %system %iowait %steal %idle [2021-04-02T02:54:46.956Z] 02:44:01 all 12.90 0.00 4.91 1.84 0.02 80.33 [2021-04-02T02:54:46.956Z] 02:44:01 0 14.28 0.00 6.50 2.54 0.02 76.67 [2021-04-02T02:54:46.956Z] 02:44:01 1 11.72 0.00 4.37 2.14 0.03 81.73 [2021-04-02T02:54:46.956Z] 02:44:01 2 14.77 0.00 4.30 1.93 0.02 78.98 [2021-04-02T02:54:46.956Z] 02:44:01 3 10.82 0.00 4.46 0.77 0.02 83.93 [2021-04-02T02:54:46.956Z] 02:45:01 all 0.17 0.00 0.05 0.00 0.00 99.78 [2021-04-02T02:54:46.956Z] 02:45:01 0 0.53 0.00 0.07 0.00 0.00 99.40 [2021-04-02T02:54:46.956Z] 02:45:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2021-04-02T02:54:46.956Z] 02:45:01 2 0.07 0.00 0.07 0.00 0.02 99.85 [2021-04-02T02:54:46.956Z] 02:45:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-04-02T02:54:46.956Z] 02:46:01 all 0.17 0.00 0.04 0.00 0.00 99.79 [2021-04-02T02:54:46.956Z] 02:46:01 0 0.47 0.00 0.03 0.00 0.00 99.50 [2021-04-02T02:54:46.956Z] 02:46:01 1 0.08 0.00 0.03 0.00 0.00 99.88 [2021-04-02T02:54:46.956Z] 02:46:01 2 0.07 0.00 0.07 0.00 0.00 99.87 [2021-04-02T02:54:46.956Z] 02:46:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2021-04-02T02:54:46.956Z] 02:47:01 all 0.16 0.00 0.06 0.00 0.00 99.78 [2021-04-02T02:54:46.956Z] 02:47:01 0 0.52 0.00 0.03 0.00 0.00 99.45 [2021-04-02T02:54:46.956Z] 02:47:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2021-04-02T02:54:46.956Z] 02:47:01 2 0.05 0.00 0.07 0.00 0.00 99.88 [2021-04-02T02:54:46.956Z] 02:47:01 3 0.03 0.00 0.10 0.00 0.00 99.87 [2021-04-02T02:54:46.956Z] 02:48:01 all 0.15 0.00 0.04 0.00 0.00 99.82 [2021-04-02T02:54:46.956Z] 02:48:01 0 0.47 0.00 0.05 0.00 0.00 99.48 [2021-04-02T02:54:46.956Z] 02:48:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-02T02:54:46.956Z] 02:48:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-04-02T02:54:46.956Z] 02:48:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2021-04-02T02:54:46.956Z] 02:49:01 all 0.15 0.00 0.04 0.00 0.00 99.81 [2021-04-02T02:54:46.956Z] 02:49:01 0 0.50 0.00 0.02 0.00 0.00 99.48 [2021-04-02T02:54:46.956Z] 02:49:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-02T02:54:46.956Z] 02:49:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2021-04-02T02:54:46.956Z] 02:49:01 3 0.03 0.00 0.07 0.00 0.00 99.90 [2021-04-02T02:54:46.956Z] 02:50:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-04-02T02:54:46.956Z] 02:50:01 0 0.52 0.00 0.02 0.00 0.00 99.47 [2021-04-02T02:54:46.956Z] 02:50:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2021-04-02T02:54:46.956Z] 02:50:01 2 0.00 0.00 0.03 0.00 0.02 99.95 [2021-04-02T02:54:46.956Z] 02:50:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-02T02:54:46.956Z] 02:51:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-04-02T02:54:46.956Z] 02:51:01 0 0.52 0.00 0.03 0.00 0.00 99.45 [2021-04-02T02:54:46.956Z] 02:51:01 1 0.02 0.00 0.05 0.00 0.00 99.93 [2021-04-02T02:54:46.956Z] 02:51:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2021-04-02T02:54:46.956Z] 02:51:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2021-04-02T02:54:46.956Z] 02:52:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-04-02T02:54:46.956Z] 02:52:01 0 0.52 0.00 0.02 0.00 0.00 99.47 [2021-04-02T02:54:46.956Z] 02:52:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2021-04-02T02:54:46.956Z] 02:52:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-04-02T02:54:46.956Z] 02:52:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-02T02:54:46.956Z] 02:53:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-04-02T02:54:46.956Z] 02:53:01 0 0.42 0.00 0.02 0.00 0.00 99.57 [2021-04-02T02:54:46.956Z] 02:53:01 1 0.05 0.00 0.05 0.00 0.02 99.88 [2021-04-02T02:54:46.956Z] 02:53:01 2 0.12 0.00 0.02 0.00 0.00 99.87 [2021-04-02T02:54:46.956Z] 02:53:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-02T02:54:46.956Z] 02:54:01 all 0.15 0.00 0.04 0.00 0.00 99.80 [2021-04-02T02:54:46.956Z] 02:54:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-04-02T02:54:46.956Z] 02:54:01 1 0.05 0.00 0.08 0.00 0.00 99.87 [2021-04-02T02:54:46.956Z] 02:54:01 2 0.52 0.00 0.03 0.00 0.00 99.45 [2021-04-02T02:54:46.956Z] 02:54:01 3 0.02 0.00 0.03 0.00 0.02 99.93 [2021-04-02T02:54:46.956Z] [2021-04-02T02:54:46.956Z] Average: CPU %user %nice %system %iowait %steal %idle [2021-04-02T02:54:46.956Z] Average: all 1.29 0.00 0.47 0.16 0.00 98.08 [2021-04-02T02:54:46.956Z] Average: 0 1.67 0.00 0.60 0.22 0.00 97.50 [2021-04-02T02:54:46.956Z] Average: 1 1.08 0.00 0.43 0.19 0.00 98.29 [2021-04-02T02:54:46.956Z] Average: 2 1.40 0.00 0.42 0.17 0.00 98.00 [2021-04-02T02:54:46.956Z] Average: 3 0.98 0.00 0.43 0.07 0.00 98.51 [2021-04-02T02:54:46.956Z] [2021-04-02T02:54:46.956Z] [2021-04-02T02:54:46.956Z]