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+e9afc7ccd5ba2553acad713398a13835ab73bf06 (497607105c7335385cf071134849ec0b128c31b9) 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-33533 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 e9afc7ccd5ba2553acad713398a13835ab73bf06 into PR head commit ea5f2fe995444737663861e42b9b0407e76b07bc Merge succeeded, producing 6abee6880ef9cc85b5e1bf8d6d780bdf2b3b9757 Checking out Revision 6abee6880ef9cc85b5e1bf8d6d780bdf2b3b9757 (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 e9afc7ccd5ba2553acad713398a13835ab73bf06 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6abee6880ef9cc85b5e1bf8d6d780bdf2b3b9757 # timeout=10 Commit message: "Merge commit 'e9afc7ccd5ba2553acad713398a13835ab73bf06' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-10T02:41:38.913Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git rev-list --no-walk b8374e34fffbde3c70e2bea7e0b3316df3a17caf # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-10T02:41:39.216Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-10T02:41:39.319Z] ========================================================= [2021-04-10T02:41:39.319Z] EdgeX Global Pipelines Version Info [2021-04-10T02:41:39.319Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-10T02:41:40.828Z] ------------------- [2021-04-10T02:41:40.828Z] stable info: [2021-04-10T02:41:40.828Z] ------------------- [2021-04-10T02:41:40.828Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-10T02:41:40.828Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-10T02:41:40.828Z] Message: update stable to v1.0.186 [2021-04-10T02:41:41.774Z] ------------------- [2021-04-10T02:41:41.774Z] experimental info: [2021-04-10T02:41:41.774Z] ------------------- [2021-04-10T02:41:41.774Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-10T02:41:41.774Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-10T02:41:41.774Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-10T02:41:42.072Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-04-10T02:41:42.168Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-04-10T02:41:42.268Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-10T02:41:42.374Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-10T02:41:42.470Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-10T02:41:42.571Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-10T02:41:42.668Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-10T02:41:42.761Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-10T02:41:42.871Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-04-10T02:41:42.966Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-10T02:41:43.063Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-10T02:41:43.157Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo [2021-04-10T02:41:43.252Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-10T02:41:43.360Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-10T02:41:43.480Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-10T02:41:43.626Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-04-10T02:41:43.721Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-10T02:41:43.818Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-10T02:41:43.911Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-10T02:41:44.010Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-10T02:41:44.115Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-10T02:41:44.213Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-10T02:41:44.311Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-10T02:41:44.407Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-10T02:41:44.528Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-04-10T02:41:44.630Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-10T02:41:44.750Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-725 [Pipeline] echo [2021-04-10T02:41:44.911Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-725 [Pipeline] echo [2021-04-10T02:41:45.006Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-725 [Pipeline] echo [2021-04-10T02:41:45.107Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6abee6880ef9cc85b5e1bf8d6d780bdf2b3b9757 [Pipeline] echo [2021-04-10T02:41:45.199Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6abee68 [Pipeline] echo [2021-04-10T02:41:45.290Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-10T02:41:45.481Z] provisioning config files... [2021-04-10T02:41:45.509Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/config6279238077550883095tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-10T02:41:45.875Z] ---> docker-login.sh [2021-04-10T02:41:45.875Z] nexus3.edgexfoundry.org:10001 [2021-04-10T02:41:46.137Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-10T02:41:46.400Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-10T02:41:46.400Z] Configure a credential helper to remove this warning. See [2021-04-10T02:41:46.400Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-10T02:41:46.400Z] [2021-04-10T02:41:46.400Z] Login Succeeded [2021-04-10T02:41:46.400Z] nexus3.edgexfoundry.org:10002 [2021-04-10T02:41:46.400Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-10T02:41:46.400Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-10T02:41:46.400Z] Configure a credential helper to remove this warning. See [2021-04-10T02:41:46.400Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-10T02:41:46.400Z] [2021-04-10T02:41:46.400Z] Login Succeeded [2021-04-10T02:41:46.400Z] nexus3.edgexfoundry.org:10003 [2021-04-10T02:41:46.667Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-10T02:41:46.667Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-10T02:41:46.667Z] Configure a credential helper to remove this warning. See [2021-04-10T02:41:46.667Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-10T02:41:46.667Z] [2021-04-10T02:41:46.667Z] Login Succeeded [2021-04-10T02:41:46.667Z] nexus3.edgexfoundry.org:10004 [2021-04-10T02:41:46.667Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-10T02:41:46.929Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-10T02:41:46.929Z] Configure a credential helper to remove this warning. See [2021-04-10T02:41:46.929Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-10T02:41:46.929Z] [2021-04-10T02:41:46.929Z] Login Succeeded [2021-04-10T02:41:46.929Z] docker.io [2021-04-10T02:41:46.929Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-10T02:41:47.191Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-10T02:41:47.191Z] Configure a credential helper to remove this warning. See [2021-04-10T02:41:47.191Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-10T02:41:47.191Z] [2021-04-10T02:41:47.191Z] Login Succeeded [2021-04-10T02:41:47.191Z] ---> docker-login.sh ends [Pipeline] } [2021-04-10T02:41:47.201Z] 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-10T02:41:48.046Z] + git log --format=format:%s -1 6abee6880ef9cc85b5e1bf8d6d780bdf2b3b9757 [Pipeline] echo [2021-04-10T02:41:48.115Z] GIT_COMMIT: 6abee6880ef9cc85b5e1bf8d6d780bdf2b3b9757, Commit Message: Merge commit 'e9afc7ccd5ba2553acad713398a13835ab73bf06' into HEAD [Pipeline] echo [2021-04-10T02:41:48.181Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-10T02:41:49.156Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-10T02:41:49.156Z] [2021-04-10T02:41:49.156Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-10T02:41:49.506Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-10T02:41:49.507Z] latest: Pulling from edgex-devops/git-semver [2021-04-10T02:41:49.507Z] 31603596830f: Pulling fs layer [2021-04-10T02:41:49.507Z] 2a8b12db71e7: Pulling fs layer [2021-04-10T02:41:49.507Z] 6ca5941a6612: Pulling fs layer [2021-04-10T02:41:49.507Z] ecc8261a40a4: Pulling fs layer [2021-04-10T02:41:49.507Z] ecc8261a40a4: Waiting [2021-04-10T02:41:49.507Z] 2a8b12db71e7: Verifying Checksum [2021-04-10T02:41:49.507Z] 2a8b12db71e7: Download complete [2021-04-10T02:41:49.772Z] 31603596830f: Download complete [2021-04-10T02:41:49.772Z] ecc8261a40a4: Verifying Checksum [2021-04-10T02:41:49.772Z] ecc8261a40a4: Download complete [2021-04-10T02:41:49.772Z] 6ca5941a6612: Verifying Checksum [2021-04-10T02:41:49.772Z] 6ca5941a6612: Download complete [2021-04-10T02:41:50.036Z] 31603596830f: Pull complete [2021-04-10T02:41:50.036Z] 2a8b12db71e7: Pull complete [2021-04-10T02:41:50.992Z] 6ca5941a6612: Pull complete [2021-04-10T02:41:51.272Z] ecc8261a40a4: Pull complete [2021-04-10T02:41:51.272Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-10T02:41:51.272Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-10T02:41:51.272Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-10T02:41:51.384Z] prd-centos7-docker-4c-2g-33533 does not seem to be running inside a container [2021-04-10T02:41:51.434Z] $ 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-10T02:41:53.725Z] $ docker top 1080fb4ceca8de1cfda5cb447e5da0d63e70c3537b79e762ec7a6db0c36600d4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-10T02:41:54.046Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-10T02:41:54.046Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-10T02:41:54.276Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-10T02:41:54.279Z] $ docker exec 1080fb4ceca8de1cfda5cb447e5da0d63e70c3537b79e762ec7a6db0c36600d4 ssh-agent [2021-04-10T02:41:54.451Z] SSH_AUTH_SOCK=/tmp/ssh-TFA6byViO58D/agent.13 [2021-04-10T02:41:54.451Z] SSH_AGENT_PID=19 [2021-04-10T02:41:54.462Z] Running ssh-add (command line suppressed) [2021-04-10T02:41:54.581Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_7207186107196651981.key (/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_7207186107196651981.key) [2021-04-10T02:41:54.645Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-10T02:41:55.008Z] + git tag --points-at HEAD [Pipeline] } [2021-04-10T02:41:55.030Z] $ docker exec --env ******** --env ******** 1080fb4ceca8de1cfda5cb447e5da0d63e70c3537b79e762ec7a6db0c36600d4 ssh-agent -k [2021-04-10T02:41:55.151Z] unset SSH_AUTH_SOCK; [2021-04-10T02:41:55.152Z] unset SSH_AGENT_PID; [2021-04-10T02:41:55.152Z] echo Agent pid 19 killed; [2021-04-10T02:41:55.197Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-10T02:41:55.343Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-10T02:41:55.343Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-10T02:41:55.512Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-10T02:41:55.515Z] $ docker exec 1080fb4ceca8de1cfda5cb447e5da0d63e70c3537b79e762ec7a6db0c36600d4 ssh-agent [2021-04-10T02:41:55.682Z] SSH_AUTH_SOCK=/tmp/ssh-EY1ExlzLIXlA/agent.50 [2021-04-10T02:41:55.682Z] SSH_AGENT_PID=55 [2021-04-10T02:41:55.690Z] Running ssh-add (command line suppressed) [2021-04-10T02:41:55.829Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_4762044160073274221.key (/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_4762044160073274221.key) [2021-04-10T02:41:55.893Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-10T02:41:56.240Z] + git semver init [2021-04-10T02:41:56.240Z] # -> Open(): unable to determine branch for HEAD [2021-04-10T02:41:56.240Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-725/.git [2021-04-10T02:41:56.240Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-725 [2021-04-10T02:41:56.240Z] # $SEMVER_REMOTE_NAME = origin [2021-04-10T02:41:56.240Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-10T02:41:56.240Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-10T02:41:56.240Z] # $SEMVER_BRANCH = PR-725 [2021-04-10T02:41:56.240Z] # $SEMVER_TEMP = /tmp/semver-017986429 [2021-04-10T02:41:56.240Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-04-10T02:41:57.191Z] # '/tmp/semver-017986429' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-725/.semver' [2021-04-10T02:41:57.191Z] # -> Force: false [2021-04-10T02:41:57.191Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-725/.semver [Pipeline] } [2021-04-10T02:41:57.203Z] $ docker exec --env ******** --env ******** 1080fb4ceca8de1cfda5cb447e5da0d63e70c3537b79e762ec7a6db0c36600d4 ssh-agent -k [2021-04-10T02:41:57.324Z] unset SSH_AUTH_SOCK; [2021-04-10T02:41:57.324Z] unset SSH_AGENT_PID; [2021-04-10T02:41:57.324Z] echo Agent pid 55 killed; [2021-04-10T02:41:57.369Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-10T02:41:57.864Z] + git semver [Pipeline] } [2021-04-10T02:41:57.879Z] $ docker stop --time=1 1080fb4ceca8de1cfda5cb447e5da0d63e70c3537b79e762ec7a6db0c36600d4 [2021-04-10T02:41:59.215Z] $ docker rm -f 1080fb4ceca8de1cfda5cb447e5da0d63e70c3537b79e762ec7a6db0c36600d4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-10T02:41:59.677Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-10T02:42:00.318Z] Stashed 1 file(s) [Pipeline] echo [2021-04-10T02:42:00.321Z] [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-10T02:42:15.890Z] Still waiting to schedule task [2021-04-10T02:42:15.890Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-04-10T02:42:15.893Z] Still waiting to schedule task [2021-04-10T02:42:15.893Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-32989’ is offline [2021-04-10T02:44:17.301Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-33534 in /w/workspace/dgexfoundry_device-sdk-go_PR-725 [Pipeline] { [Pipeline] ws [2021-04-10T02:44:17.381Z] Running in /w/workspace/device-sdk-go/33 [Pipeline] { [Pipeline] checkout [2021-04-10T02:44:22.314Z] using credential edgex-jenkins-ssh [2021-04-10T02:44:22.395Z] Cloning the remote Git repository [2021-04-10T02:44:22.428Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-04-10T02:44:22.534Z] > git init /w/workspace/device-sdk-go/33 # timeout=10 [2021-04-10T02:44:22.622Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-10T02:44:22.623Z] > git --version # timeout=10 [2021-04-10T02:44:22.648Z] > git --version # 'git version 2.17.1' [2021-04-10T02:44:22.650Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-10T02:44:22.735Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-10T02:44:24.539Z] Merging remotes/origin/master commit e9afc7ccd5ba2553acad713398a13835ab73bf06 into PR head commit ea5f2fe995444737663861e42b9b0407e76b07bc [2021-04-10T02:44:24.937Z] Merge succeeded, producing f49bcd8726ccbd04d7c91edfd61f827371134ac2 [2021-04-10T02:44:24.938Z] Checking out Revision f49bcd8726ccbd04d7c91edfd61f827371134ac2 (PR-725) [2021-04-10T02:44:23.832Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-10T02:44:23.850Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-10T02:44:23.876Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-10T02:44:23.913Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-10T02:44:23.914Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-10T02:44:23.926Z] > 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-10T02:44:24.536Z] > git config core.sparsecheckout # timeout=10 [2021-04-10T02:44:24.548Z] > git checkout -f ea5f2fe995444737663861e42b9b0407e76b07bc # timeout=10 [2021-04-10T02:44:24.660Z] > git remote # timeout=10 [2021-04-10T02:44:24.675Z] > git config --get remote.origin.url # timeout=10 [2021-04-10T02:44:24.686Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-10T02:44:24.696Z] > git merge e9afc7ccd5ba2553acad713398a13835ab73bf06 # timeout=10 [2021-04-10T02:44:24.901Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-10T02:44:24.924Z] > git config core.sparsecheckout # timeout=10 [2021-04-10T02:44:24.939Z] > git checkout -f f49bcd8726ccbd04d7c91edfd61f827371134ac2 # timeout=10 [2021-04-10T02:44:29.508Z] Commit message: "Merge commit 'e9afc7ccd5ba2553acad713398a13835ab73bf06' into HEAD" [2021-04-10T02:44:29.532Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-10T02:44:29.499Z] > git rev-list --no-walk b8374e34fffbde3c70e2bea7e0b3316df3a17caf # timeout=10 [2021-04-10T02:44:31.405Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-10T02:44:31.890Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-10T02:44:32.233Z] + true [2021-04-10T02:44:32.233Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-10T02:44:34.281Z] provisioning config files... [2021-04-10T02:44:34.321Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/33@tmp/config4322572024434359674tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-10T02:44:34.731Z] ---> docker-login.sh [2021-04-10T02:44:34.731Z] nexus3.edgexfoundry.org:10001 [2021-04-10T02:44:35.335Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-10T02:44:35.932Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-10T02:44:35.932Z] Configure a credential helper to remove this warning. See [2021-04-10T02:44:35.932Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-10T02:44:35.932Z] [2021-04-10T02:44:35.932Z] Login Succeeded [2021-04-10T02:44:35.932Z] nexus3.edgexfoundry.org:10002 [2021-04-10T02:44:36.204Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-10T02:44:36.478Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-10T02:44:36.479Z] Configure a credential helper to remove this warning. See [2021-04-10T02:44:36.479Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-10T02:44:36.479Z] [2021-04-10T02:44:36.479Z] Login Succeeded [2021-04-10T02:44:36.479Z] nexus3.edgexfoundry.org:10003 [2021-04-10T02:44:36.752Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-10T02:44:37.026Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-10T02:44:37.026Z] Configure a credential helper to remove this warning. See [2021-04-10T02:44:37.026Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-10T02:44:37.026Z] [2021-04-10T02:44:37.026Z] Login Succeeded [2021-04-10T02:44:37.026Z] nexus3.edgexfoundry.org:10004 [2021-04-10T02:44:37.299Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-10T02:44:37.572Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-10T02:44:37.572Z] Configure a credential helper to remove this warning. See [2021-04-10T02:44:37.572Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-10T02:44:37.572Z] [2021-04-10T02:44:37.572Z] Login Succeeded [2021-04-10T02:44:37.572Z] docker.io [2021-04-10T02:44:37.846Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-10T02:44:38.440Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-10T02:44:38.440Z] Configure a credential helper to remove this warning. See [2021-04-10T02:44:38.440Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-10T02:44:38.440Z] [2021-04-10T02:44:38.440Z] Login Succeeded [2021-04-10T02:44:38.440Z] ---> docker-login.sh ends [Pipeline] } [2021-04-10T02:44:38.457Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-10T02:44:38.914Z] ========================================================= [2021-04-10T02:44:38.914Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-10T02:44:38.914Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-10T02:44:39.294Z] + 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-10T02:44:39.890Z] Sending build context to Docker daemon 2.397MB [2021-04-10T02:44:39.890Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-10T02:44:39.890Z] Step 2/8 : FROM ${BASE} [2021-04-10T02:44:39.890Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-10T02:44:39.890Z] 5f621e34cdf4: Pulling fs layer [2021-04-10T02:44:39.890Z] a4357932f1b6: Pulling fs layer [2021-04-10T02:44:39.890Z] 18c013af1878: Pulling fs layer [2021-04-10T02:44:39.890Z] 00ac8860ef70: Pulling fs layer [2021-04-10T02:44:39.890Z] 63d7cb157983: Pulling fs layer [2021-04-10T02:44:39.890Z] b116817d02f9: Pulling fs layer [2021-04-10T02:44:39.890Z] 745a02a5169b: Pulling fs layer [2021-04-10T02:44:39.890Z] 745a02a5169b: Waiting [2021-04-10T02:44:39.890Z] 00ac8860ef70: Waiting [2021-04-10T02:44:39.890Z] b116817d02f9: Waiting [2021-04-10T02:44:39.890Z] 63d7cb157983: Waiting [2021-04-10T02:44:39.890Z] 18c013af1878: Verifying Checksum [2021-04-10T02:44:39.890Z] 18c013af1878: Download complete [2021-04-10T02:44:39.890Z] a4357932f1b6: Download complete [2021-04-10T02:44:39.890Z] 63d7cb157983: Verifying Checksum [2021-04-10T02:44:39.890Z] 63d7cb157983: Download complete [2021-04-10T02:44:39.890Z] b116817d02f9: Verifying Checksum [2021-04-10T02:44:39.890Z] b116817d02f9: Download complete [2021-04-10T02:44:40.867Z] 5f621e34cdf4: Verifying Checksum [2021-04-10T02:44:40.867Z] 5f621e34cdf4: Download complete [2021-04-10T02:44:41.470Z] 5f621e34cdf4: Pull complete [2021-04-10T02:44:42.088Z] a4357932f1b6: Pull complete [2021-04-10T02:44:42.362Z] 18c013af1878: Pull complete [2021-04-10T02:44:43.352Z] 745a02a5169b: Download complete [2021-04-10T02:44:44.333Z] 00ac8860ef70: Verifying Checksum [2021-04-10T02:44:44.333Z] 00ac8860ef70: Download complete [2021-04-10T02:44:54.512Z] 00ac8860ef70: Pull complete [2021-04-10T02:44:54.512Z] 63d7cb157983: Pull complete [2021-04-10T02:44:54.512Z] b116817d02f9: Pull complete [2021-04-10T02:44:58.857Z] 745a02a5169b: Pull complete [2021-04-10T02:44:58.857Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-10T02:44:58.857Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-10T02:44:58.857Z] ---> b7e6874047d6 [2021-04-10T02:44:58.857Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-10T02:45:00.103Z] Running on prd-centos7-docker-4c-2g-33535 in /w/workspace/dgexfoundry_device-sdk-go_PR-725 [Pipeline] { [Pipeline] ws [2021-04-10T02:45:00.172Z] Running in /w/workspace/device-sdk-go/33 [Pipeline] { [Pipeline] checkout [2021-04-10T02:45:01.501Z] ---> Running in 641eed629547 [2021-04-10T02:45:01.501Z] Removing intermediate container 641eed629547 [2021-04-10T02:45:01.501Z] ---> 9039a20b200b [2021-04-10T02:45:01.501Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-10T02:45:01.773Z] ---> Running in e108fc4bb035 [2021-04-10T02:45:02.890Z] using credential edgex-jenkins-ssh [2021-04-10T02:45:02.960Z] Cloning the remote Git repository [2021-04-10T02:45:02.989Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-04-10T02:45:03.064Z] > git init /w/workspace/device-sdk-go/33 # timeout=10 [2021-04-10T02:45:03.135Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-10T02:45:03.135Z] > git --version # timeout=10 [2021-04-10T02:45:03.142Z] > git --version # 'git version 2.24.3' [2021-04-10T02:45:03.143Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-10T02:45:03.175Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-10T02:45:04.436Z] Removing intermediate container e108fc4bb035 [2021-04-10T02:45:04.436Z] ---> acb0430602d7 [2021-04-10T02:45:04.436Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-04-10T02:45:04.436Z] ---> Running in bdd8206683c8 [2021-04-10T02:45:04.599Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-10T02:45:04.608Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-10T02:45:04.620Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-10T02:45:04.633Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-10T02:45:04.634Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-10T02:45:04.639Z] > 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-10T02:45:05.135Z] Merging remotes/origin/master commit e9afc7ccd5ba2553acad713398a13835ab73bf06 into PR head commit ea5f2fe995444737663861e42b9b0407e76b07bc [2021-04-10T02:45:05.333Z] Merge succeeded, producing 0ab32e953a9c29a6ec18072e58f0fcf6ace74868 [2021-04-10T02:45:05.333Z] Checking out Revision 0ab32e953a9c29a6ec18072e58f0fcf6ace74868 (PR-725) [2021-04-10T02:45:05.879Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-10T02:45:05.142Z] > git config core.sparsecheckout # timeout=10 [2021-04-10T02:45:05.148Z] > git checkout -f ea5f2fe995444737663861e42b9b0407e76b07bc # timeout=10 [2021-04-10T02:45:05.203Z] > git remote # timeout=10 [2021-04-10T02:45:05.209Z] > git config --get remote.origin.url # timeout=10 [2021-04-10T02:45:05.214Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-10T02:45:05.219Z] > git merge e9afc7ccd5ba2553acad713398a13835ab73bf06 # timeout=10 [2021-04-10T02:45:05.324Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-10T02:45:05.334Z] > git config core.sparsecheckout # timeout=10 [2021-04-10T02:45:05.342Z] > git checkout -f 0ab32e953a9c29a6ec18072e58f0fcf6ace74868 # timeout=10 [2021-04-10T02:45:06.473Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-10T02:45:07.069Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-04-10T02:45:07.069Z] (2/6) Installing libsodium (1.0.18-r0) [2021-04-10T02:45:07.339Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-04-10T02:45:07.339Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-04-10T02:45:07.615Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-10T02:45:07.615Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-04-10T02:45:07.615Z] Executing busybox-1.31.1-r19.trigger [2021-04-10T02:45:07.615Z] OK: 144 MiB in 45 packages [2021-04-10T02:45:08.927Z] Commit message: "Merge commit 'e9afc7ccd5ba2553acad713398a13835ab73bf06' into HEAD" [2021-04-10T02:45:08.937Z] First time build. Skipping changelog. [2021-04-10T02:45:09.049Z] Removing intermediate container bdd8206683c8 [2021-04-10T02:45:09.049Z] ---> 76598ada0566 [2021-04-10T02:45:09.049Z] Step 6/8 : WORKDIR /device-sdk-go [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2021-04-10T02:45:09.322Z] ---> Running in 9a5b0d1cd028 [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-10T02:45:09.924Z] Removing intermediate container 9a5b0d1cd028 [2021-04-10T02:45:09.924Z] ---> b25c1c406c5a [2021-04-10T02:45:09.924Z] Step 7/8 : COPY . . [2021-04-10T02:45:10.129Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-10T02:45:08.928Z] > git rev-list --no-walk b8374e34fffbde3c70e2bea7e0b3316df3a17caf # timeout=10 [2021-04-10T02:45:10.454Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-10T02:45:10.751Z] + sudo service docker restart [2021-04-10T02:45:10.751Z] + true [2021-04-10T02:45:10.751Z] Redirecting to /bin/systemctl restart docker.service [2021-04-10T02:45:10.905Z] ---> 6b00d83ca3ee [2021-04-10T02:45:10.905Z] Step 8/8 : RUN go mod download [2021-04-10T02:45:11.177Z] ---> Running in d31daf4ee4ff [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-10T02:45:11.780Z] provisioning config files... [2021-04-10T02:45:11.807Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/33@tmp/config346107682721327670tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-10T02:45:12.210Z] ---> docker-login.sh [2021-04-10T02:45:12.210Z] nexus3.edgexfoundry.org:10001 [2021-04-10T02:45:12.474Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-10T02:45:12.474Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-10T02:45:12.474Z] Configure a credential helper to remove this warning. See [2021-04-10T02:45:12.474Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-10T02:45:12.474Z] [2021-04-10T02:45:12.474Z] Login Succeeded [2021-04-10T02:45:12.474Z] nexus3.edgexfoundry.org:10002 [2021-04-10T02:45:12.737Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-10T02:45:12.737Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-10T02:45:12.737Z] Configure a credential helper to remove this warning. See [2021-04-10T02:45:12.737Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-10T02:45:12.737Z] [2021-04-10T02:45:12.737Z] Login Succeeded [2021-04-10T02:45:12.737Z] nexus3.edgexfoundry.org:10003 [2021-04-10T02:45:13.001Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-10T02:45:13.001Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-10T02:45:13.001Z] Configure a credential helper to remove this warning. See [2021-04-10T02:45:13.001Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-10T02:45:13.001Z] [2021-04-10T02:45:13.001Z] Login Succeeded [2021-04-10T02:45:13.001Z] nexus3.edgexfoundry.org:10004 [2021-04-10T02:45:13.001Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-10T02:45:13.263Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-10T02:45:13.263Z] Configure a credential helper to remove this warning. See [2021-04-10T02:45:13.263Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-10T02:45:13.263Z] [2021-04-10T02:45:13.263Z] Login Succeeded [2021-04-10T02:45:13.263Z] docker.io [2021-04-10T02:45:13.263Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-10T02:45:13.526Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-10T02:45:13.526Z] Configure a credential helper to remove this warning. See [2021-04-10T02:45:13.526Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-10T02:45:13.526Z] [2021-04-10T02:45:13.526Z] Login Succeeded [2021-04-10T02:45:13.526Z] ---> docker-login.sh ends [Pipeline] } [2021-04-10T02:45:13.536Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-10T02:45:13.952Z] ========================================================= [2021-04-10T02:45:13.952Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-10T02:45:13.952Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-10T02:45:14.307Z] + 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-10T02:45:14.307Z] Sending build context to Docker daemon 2.398MB [2021-04-10T02:45:14.570Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-10T02:45:14.570Z] Step 2/8 : FROM ${BASE} [2021-04-10T02:45:14.571Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-10T02:45:14.571Z] 188c0c94c7c5: Pulling fs layer [2021-04-10T02:45:14.571Z] 0ef7d3d256c8: Pulling fs layer [2021-04-10T02:45:14.571Z] de9db76c5a1d: Pulling fs layer [2021-04-10T02:45:14.571Z] bca2f99d35d6: Pulling fs layer [2021-04-10T02:45:14.571Z] 93359f2a8cfa: Pulling fs layer [2021-04-10T02:45:14.571Z] 7c6f9722023f: Pulling fs layer [2021-04-10T02:45:14.571Z] a35cf1a2eb13: Pulling fs layer [2021-04-10T02:45:14.571Z] 93359f2a8cfa: Waiting [2021-04-10T02:45:14.571Z] 7c6f9722023f: Waiting [2021-04-10T02:45:14.571Z] a35cf1a2eb13: Waiting [2021-04-10T02:45:14.571Z] bca2f99d35d6: Waiting [2021-04-10T02:45:14.571Z] de9db76c5a1d: Verifying Checksum [2021-04-10T02:45:14.571Z] de9db76c5a1d: Download complete [2021-04-10T02:45:14.571Z] 0ef7d3d256c8: Verifying Checksum [2021-04-10T02:45:14.571Z] 0ef7d3d256c8: Download complete [2021-04-10T02:45:14.571Z] 93359f2a8cfa: Verifying Checksum [2021-04-10T02:45:14.571Z] 93359f2a8cfa: Download complete [2021-04-10T02:45:14.571Z] 188c0c94c7c5: Verifying Checksum [2021-04-10T02:45:14.571Z] 188c0c94c7c5: Download complete [2021-04-10T02:45:14.571Z] 7c6f9722023f: Verifying Checksum [2021-04-10T02:45:14.571Z] 7c6f9722023f: Download complete [2021-04-10T02:45:14.834Z] 188c0c94c7c5: Pull complete [2021-04-10T02:45:15.099Z] 0ef7d3d256c8: Pull complete [2021-04-10T02:45:15.099Z] de9db76c5a1d: Pull complete [2021-04-10T02:45:16.492Z] a35cf1a2eb13: Verifying Checksum [2021-04-10T02:45:16.492Z] a35cf1a2eb13: Download complete [2021-04-10T02:45:17.067Z] bca2f99d35d6: Verifying Checksum [2021-04-10T02:45:17.067Z] bca2f99d35d6: Download complete [2021-04-10T02:45:22.402Z] bca2f99d35d6: Pull complete [2021-04-10T02:45:22.665Z] 93359f2a8cfa: Pull complete [2021-04-10T02:45:22.929Z] 7c6f9722023f: Pull complete [2021-04-10T02:45:27.220Z] a35cf1a2eb13: Pull complete [2021-04-10T02:45:27.220Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-10T02:45:27.220Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-10T02:45:27.220Z] ---> a62c8e92a672 [2021-04-10T02:45:27.220Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-10T02:45:27.221Z] ---> Running in 690513dd2d1c [2021-04-10T02:45:27.489Z] Removing intermediate container 690513dd2d1c [2021-04-10T02:45:27.489Z] ---> 11c6a0e1b407 [2021-04-10T02:45:27.489Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-10T02:45:27.489Z] ---> Running in b57d739499dc [2021-04-10T02:45:28.903Z] Removing intermediate container b57d739499dc [2021-04-10T02:45:28.903Z] ---> 3bba0fe2d6b8 [2021-04-10T02:45:28.903Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-04-10T02:45:28.903Z] ---> Running in eb5939799e00 [2021-04-10T02:45:29.865Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-10T02:45:30.444Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-10T02:45:31.020Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-04-10T02:45:31.020Z] (2/6) Installing libsodium (1.0.18-r0) [2021-04-10T02:45:31.020Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-04-10T02:45:31.283Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-04-10T02:45:31.283Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-10T02:45:31.283Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-04-10T02:45:31.545Z] Executing busybox-1.31.1-r19.trigger [2021-04-10T02:45:31.545Z] OK: 167 MiB in 45 packages [2021-04-10T02:45:32.128Z] Removing intermediate container eb5939799e00 [2021-04-10T02:45:32.128Z] ---> 6b3bfd10207c [2021-04-10T02:45:32.128Z] Step 6/8 : WORKDIR /device-sdk-go [2021-04-10T02:45:32.391Z] ---> Running in bd43f12619b7 [2021-04-10T02:45:32.391Z] Removing intermediate container bd43f12619b7 [2021-04-10T02:45:32.391Z] ---> f245ea7f705b [2021-04-10T02:45:32.391Z] Step 7/8 : COPY . . [2021-04-10T02:45:33.791Z] ---> 61e081c72afe [2021-04-10T02:45:33.791Z] Step 8/8 : RUN go mod download [2021-04-10T02:45:33.791Z] ---> Running in 64d324822ff6 [2021-04-10T02:45:37.968Z] Removing intermediate container d31daf4ee4ff [2021-04-10T02:45:37.968Z] ---> bfb83c0636ce [2021-04-10T02:45:37.968Z] Successfully built bfb83c0636ce [2021-04-10T02:45:37.968Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-10T02:45:38.322Z] + docker inspect -f . ci-base-image-arm64 [2021-04-10T02:45:38.322Z] . [Pipeline] withDockerContainer [2021-04-10T02:45:38.599Z] prd-ubuntu18.04-docker-arm64-4c-16g-33534 does not seem to be running inside a container [2021-04-10T02:45:38.652Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/33 -v /w/workspace/device-sdk-go/33:/w/workspace/device-sdk-go/33:rw,z -v /w/workspace/device-sdk-go/33@tmp:/w/workspace/device-sdk-go/33@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-10T02:45:40.396Z] $ docker top dd8ae086bf226f950d3f48c67daef81e95026183fad739df9285ae2a5ae97b4d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-10T02:45:41.486Z] + go version [2021-04-10T02:45:41.486Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-10T02:45:41.479Z] $ docker stop --time=1 dd8ae086bf226f950d3f48c67daef81e95026183fad739df9285ae2a5ae97b4d [2021-04-10T02:45:43.520Z] $ docker rm -f dd8ae086bf226f950d3f48c67daef81e95026183fad739df9285ae2a5ae97b4d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-10T02:45:44.559Z] + docker inspect -f . ci-base-image-arm64 [2021-04-10T02:45:44.559Z] . [Pipeline] withDockerContainer [2021-04-10T02:45:44.821Z] prd-ubuntu18.04-docker-arm64-4c-16g-33534 does not seem to be running inside a container [2021-04-10T02:45:44.880Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/33 -v /w/workspace/device-sdk-go/33:/w/workspace/device-sdk-go/33:rw,z -v /w/workspace/device-sdk-go/33@tmp:/w/workspace/device-sdk-go/33@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-10T02:45:46.419Z] $ docker top a0120be9f66d22fafde67db4fa594e0169f1e5feb309714495ec2dc4650ecae4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-10T02:45:47.494Z] + make test [2021-04-10T02:45:47.494Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-10T02:45:55.915Z] Removing intermediate container 64d324822ff6 [2021-04-10T02:45:55.915Z] ---> b259584eefcb [2021-04-10T02:45:55.915Z] Successfully built b259584eefcb [2021-04-10T02:45:55.915Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-10T02:45:56.230Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-10T02:45:56.230Z] . [Pipeline] withDockerContainer [2021-04-10T02:45:56.359Z] prd-centos7-docker-4c-2g-33535 does not seem to be running inside a container [2021-04-10T02:45:56.416Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/33 -v /w/workspace/device-sdk-go/33:/w/workspace/device-sdk-go/33:rw,z -v /w/workspace/device-sdk-go/33@tmp:/w/workspace/device-sdk-go/33@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-10T02:45:57.331Z] $ docker top 292f0a517c7d769a8e69ab691dacf97d22527c84b6c7862455c1a780744eadfd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-10T02:45:57.849Z] + go version [2021-04-10T02:45:57.849Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-10T02:45:57.865Z] $ docker stop --time=1 292f0a517c7d769a8e69ab691dacf97d22527c84b6c7862455c1a780744eadfd [2021-04-10T02:45:59.254Z] $ docker rm -f 292f0a517c7d769a8e69ab691dacf97d22527c84b6c7862455c1a780744eadfd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-10T02:46:00.100Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-10T02:46:00.100Z] . [Pipeline] withDockerContainer [2021-04-10T02:46:00.204Z] prd-centos7-docker-4c-2g-33535 does not seem to be running inside a container [2021-04-10T02:46:00.249Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/33 -v /w/workspace/device-sdk-go/33:/w/workspace/device-sdk-go/33:rw,z -v /w/workspace/device-sdk-go/33@tmp:/w/workspace/device-sdk-go/33@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-10T02:46:00.958Z] $ docker top a2804d2f3d09926beb339a2e3e55152f81cab99b5709e07f6ef5806e5dd71ba1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-10T02:46:01.507Z] + make test [2021-04-10T02:46:01.507Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-10T02:46:09.679Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-04-10T02:46:09.735Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-04-10T02:46:31.872Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-04-10T02:46:31.872Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-04-10T02:46:31.872Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-04-10T02:46:31.872Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] [2021-04-10T02:46:31.872Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-04-10T02:46:32.827Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.092s coverage: 28.1% of statements [2021-04-10T02:46:32.827Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.063s coverage: 78.9% of statements [2021-04-10T02:46:33.794Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.064s coverage: 7.8% of statements [2021-04-10T02:46:33.794Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-04-10T02:46:33.794Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-04-10T02:46:33.794Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-04-10T02:46:33.794Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.081s coverage: 32.5% of statements [2021-04-10T02:46:33.794Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-04-10T02:46:33.794Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-04-10T02:46:33.794Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-04-10T02:46:34.382Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.106s coverage: 57.1% of statements [2021-04-10T02:46:34.646Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 1.231s coverage: 6.6% of statements [2021-04-10T02:46:34.910Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.058s coverage: 5.0% of statements [2021-04-10T02:46:34.910Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-04-10T02:46:35.187Z] GO111MODULE=on go vet ./... [2021-04-10T02:46:50.260Z] gofmt -l . [2021-04-10T02:46:50.526Z] [ "`gofmt -l .`" = "" ] [2021-04-10T02:46:50.526Z] ./bin/test-attribution-txt.sh [2021-04-10T02:46:51.485Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-04-10T02:46:51.769Z] $ docker stop --time=1 a2804d2f3d09926beb339a2e3e55152f81cab99b5709e07f6ef5806e5dd71ba1 [2021-04-10T02:46:53.610Z] $ docker rm -f a2804d2f3d09926beb339a2e3e55152f81cab99b5709e07f6ef5806e5dd71ba1 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-10T02:46:54.353Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-10T02:46:54.836Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-04-10T02:46:57.752Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-10T02:46:58.055Z] + ls -al . [2021-04-10T02:46:58.055Z] total 188 [2021-04-10T02:46:58.055Z] drwxrwxr-x. 10 jenkins jenkins 4096 Apr 10 02:46 . [2021-04-10T02:46:58.055Z] drwxrwxr-x. 4 jenkins jenkins 30 Apr 10 02:45 .. [2021-04-10T02:46:58.055Z] drwxrwxr-x. 2 jenkins jenkins 64 Apr 10 02:45 bin [2021-04-10T02:46:58.055Z] -rw-r--r--. 1 jenkins jenkins 99750 Apr 10 02:46 coverage.out [2021-04-10T02:46:58.055Z] -rw-rw-r--. 1 jenkins jenkins 987 Apr 10 02:45 Dockerfile.build [2021-04-10T02:46:58.055Z] -rw-rw-r--. 1 jenkins jenkins 140 Apr 10 02:45 .dockerignore [2021-04-10T02:46:58.055Z] drwxrwxr-x. 5 jenkins jenkins 62 Apr 10 02:45 example [2021-04-10T02:46:58.055Z] drwxrwxr-x. 8 jenkins jenkins 179 Apr 10 02:45 .git [2021-04-10T02:46:58.055Z] drwxrwxr-x. 2 jenkins jenkins 103 Apr 10 02:45 .github [2021-04-10T02:46:58.055Z] -rw-rw-r--. 1 jenkins jenkins 138 Apr 10 02:45 .gitignore [2021-04-10T02:46:58.055Z] -rw-r--r--. 1 jenkins jenkins 572 Apr 10 02:46 go.mod [2021-04-10T02:46:58.055Z] -rw-r--r--. 1 jenkins jenkins 20726 Apr 10 02:46 go.sum [2021-04-10T02:46:58.055Z] drwxrwxr-x. 14 jenkins jenkins 207 Apr 10 02:45 internal [2021-04-10T02:46:58.055Z] -rw-rw-r--. 1 jenkins jenkins 894 Apr 10 02:45 Jenkinsfile [2021-04-10T02:46:58.055Z] -rw-rw-r--. 1 jenkins jenkins 11341 Apr 10 02:45 LICENSE [2021-04-10T02:46:58.055Z] -rw-rw-r--. 1 jenkins jenkins 1022 Apr 10 02:45 Makefile [2021-04-10T02:46:58.055Z] drwxrwxr-x. 4 jenkins jenkins 26 Apr 10 02:45 openapi [2021-04-10T02:46:58.055Z] drwxrwxr-x. 5 jenkins jenkins 50 Apr 10 02:45 pkg [2021-04-10T02:46:58.055Z] -rw-rw-r--. 1 jenkins jenkins 5897 Apr 10 02:45 README.md [2021-04-10T02:46:58.055Z] -rw-rw-r--. 1 jenkins jenkins 6616 Apr 10 02:45 RELEASE-NOTES.txt [2021-04-10T02:46:58.055Z] drwxrwxr-x. 4 jenkins jenkins 54 Apr 10 02:45 snap [2021-04-10T02:46:58.055Z] -rw-rw-r--. 1 jenkins jenkins 5 Apr 10 02:41 VERSION [2021-04-10T02:46:58.055Z] -rw-rw-r--. 1 jenkins jenkins 222 Apr 10 02:45 version.go [Pipeline] isUnix [Pipeline] sh [2021-04-10T02:46:58.359Z] + 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=6abee6880ef9cc85b5e1bf8d6d780bdf2b3b9757 --label arch=amd64 --label version=0.0.0 . [2021-04-10T02:46:58.621Z] Sending build context to Docker daemon 2.499MB [2021-04-10T02:46:58.621Z] Step 1/23 : ARG BASE=golang:1.15-alpine3.12 [2021-04-10T02:46:58.621Z] Step 2/23 : FROM ${BASE} AS builder [2021-04-10T02:46:58.621Z] ---> b259584eefcb [2021-04-10T02:46:58.621Z] Step 3/23 : WORKDIR /device-sdk-go [2021-04-10T02:46:59.194Z] ---> Running in 63576ea28085 [2021-04-10T02:46:59.457Z] Removing intermediate container 63576ea28085 [2021-04-10T02:46:59.457Z] ---> 608e3ee2d91f [2021-04-10T02:46:59.457Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-10T02:46:59.457Z] ---> Running in 7da1de97a82a [2021-04-10T02:46:59.720Z] Removing intermediate container 7da1de97a82a [2021-04-10T02:46:59.720Z] ---> 41b64c166b39 [2021-04-10T02:46:59.720Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-10T02:46:59.720Z] ---> Running in 9380363a2e40 [2021-04-10T02:47:01.120Z] Removing intermediate container 9380363a2e40 [2021-04-10T02:47:01.120Z] ---> 7498c32b5a30 [2021-04-10T02:47:01.120Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-04-10T02:47:01.120Z] ---> Running in d98d19727a71 [2021-04-10T02:47:01.384Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-10T02:47:02.332Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-10T02:47:02.610Z] OK: 167 MiB in 45 packages [2021-04-10T02:47:03.187Z] Removing intermediate container d98d19727a71 [2021-04-10T02:47:03.187Z] ---> 1b8202381c37 [2021-04-10T02:47:03.187Z] Step 7/23 : COPY . . [2021-04-10T02:47:04.133Z] ---> c36a9e011822 [2021-04-10T02:47:04.133Z] Step 8/23 : RUN go mod download [2021-04-10T02:47:04.133Z] ---> Running in 634ed40fb386 [2021-04-10T02:47:05.542Z] Removing intermediate container 634ed40fb386 [2021-04-10T02:47:05.542Z] ---> 62fa91b80ace [2021-04-10T02:47:05.542Z] Step 9/23 : RUN make build [2021-04-10T02:47:05.542Z] ---> Running in 1bbe8ed3e7a5 [2021-04-10T02:47:05.821Z] 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-10T02:47:06.279Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-04-10T02:47:06.279Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-04-10T02:47:06.279Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-04-10T02:47:06.279Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] [2021-04-10T02:47:06.279Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-04-10T02:47:09.724Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.127s coverage: 28.1% of statements [2021-04-10T02:47:09.724Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.192s coverage: 78.9% of statements [2021-04-10T02:47:09.724Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.149s coverage: 7.8% of statements [2021-04-10T02:47:09.724Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-04-10T02:47:09.724Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-04-10T02:47:09.724Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-04-10T02:47:11.705Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.285s coverage: 32.5% of statements [2021-04-10T02:47:11.706Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-04-10T02:47:11.706Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-04-10T02:47:11.706Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-04-10T02:47:15.116Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.303s coverage: 57.1% of statements [2021-04-10T02:47:15.116Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.307s coverage: 6.6% of statements [2021-04-10T02:47:15.386Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.148s coverage: 5.0% of statements [2021-04-10T02:47:15.386Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-04-10T02:47:15.977Z] GO111MODULE=on go vet ./... [2021-04-10T02:47:18.190Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-04-10T02:47:18.769Z] Removing intermediate container 1bbe8ed3e7a5 [2021-04-10T02:47:18.769Z] ---> 1ce88af7538d [2021-04-10T02:47:18.769Z] Step 10/23 : FROM alpine:3.12 [2021-04-10T02:47:19.344Z] 3.12: Pulling from library/alpine [2021-04-10T02:47:19.344Z] 532819f3e44c: Pulling fs layer [2021-04-10T02:47:19.344Z] 532819f3e44c: Verifying Checksum [2021-04-10T02:47:19.344Z] 532819f3e44c: Download complete [2021-04-10T02:47:19.608Z] 532819f3e44c: Pull complete [2021-04-10T02:47:19.608Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-10T02:47:19.869Z] Status: Downloaded newer image for alpine:3.12 [2021-04-10T02:47:19.869Z] ---> 7230e588e954 [2021-04-10T02:47:19.869Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-10T02:47:19.869Z] ---> Running in 756d9fc8e34d [2021-04-10T02:47:20.136Z] Removing intermediate container 756d9fc8e34d [2021-04-10T02:47:20.136Z] ---> 9e77de9df662 [2021-04-10T02:47:20.136Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-10T02:47:20.136Z] ---> Running in 9bdc60f1ea3e [2021-04-10T02:47:21.086Z] Removing intermediate container 9bdc60f1ea3e [2021-04-10T02:47:21.086Z] ---> 0059ff6d6a5d [2021-04-10T02:47:21.086Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-04-10T02:47:21.086Z] ---> Running in da643f2e3f1f [2021-04-10T02:47:21.664Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-10T02:47:22.237Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-10T02:47:22.810Z] (1/5) Installing libgcc (9.3.0-r2) [2021-04-10T02:47:22.810Z] (2/5) Installing libsodium (1.0.18-r0) [2021-04-10T02:47:22.810Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-04-10T02:47:23.073Z] (4/5) Installing libzmq (4.3.3-r0) [2021-04-10T02:47:23.073Z] (5/5) Installing zeromq (4.3.3-r0) [2021-04-10T02:47:23.337Z] Executing busybox-1.31.1-r20.trigger [2021-04-10T02:47:23.337Z] OK: 8 MiB in 19 packages [2021-04-10T02:47:23.911Z] Removing intermediate container da643f2e3f1f [2021-04-10T02:47:23.911Z] ---> 559df7b5c612 [2021-04-10T02:47:23.911Z] Step 14/23 : WORKDIR / [2021-04-10T02:47:23.911Z] ---> Running in e3c2bf2871ca [2021-04-10T02:47:24.173Z] Removing intermediate container e3c2bf2871ca [2021-04-10T02:47:24.173Z] ---> 4df52532f9cf [2021-04-10T02:47:24.173Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-04-10T02:47:24.435Z] ---> decce8073f36 [2021-04-10T02:47:24.435Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-04-10T02:47:25.824Z] ---> ef1ea4a92777 [2021-04-10T02:47:25.824Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-04-10T02:47:25.824Z] ---> 3fb1c1df0762 [2021-04-10T02:47:25.824Z] Step 18/23 : EXPOSE 49990 [2021-04-10T02:47:26.086Z] ---> Running in f1a8fdf63acc [2021-04-10T02:47:26.086Z] Removing intermediate container f1a8fdf63acc [2021-04-10T02:47:26.086Z] ---> 6fda4cfd7664 [2021-04-10T02:47:26.086Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-04-10T02:47:26.351Z] ---> Running in e9d1a7c6e242 [2021-04-10T02:47:26.351Z] Removing intermediate container e9d1a7c6e242 [2021-04-10T02:47:26.351Z] ---> 62b30aabf367 [2021-04-10T02:47:26.351Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-10T02:47:26.617Z] ---> Running in cbaccfd9590b [2021-04-10T02:47:26.617Z] Removing intermediate container cbaccfd9590b [2021-04-10T02:47:26.617Z] ---> 5c03be6666e3 [2021-04-10T02:47:26.617Z] Step 21/23 : LABEL arch=amd64 [2021-04-10T02:47:26.880Z] ---> Running in 6a6022c27987 [2021-04-10T02:47:26.880Z] Removing intermediate container 6a6022c27987 [2021-04-10T02:47:26.880Z] ---> c4d83dce74b4 [2021-04-10T02:47:26.880Z] Step 22/23 : LABEL git_sha=6abee6880ef9cc85b5e1bf8d6d780bdf2b3b9757 [2021-04-10T02:47:27.143Z] ---> Running in 40942de7a60e [2021-04-10T02:47:27.143Z] Removing intermediate container 40942de7a60e [2021-04-10T02:47:27.143Z] ---> e528d7cf074b [2021-04-10T02:47:27.143Z] Step 23/23 : LABEL version=0.0.0 [2021-04-10T02:47:27.405Z] ---> Running in bc6538e4aabf [2021-04-10T02:47:27.405Z] Removing intermediate container bc6538e4aabf [2021-04-10T02:47:27.405Z] ---> 08f5dd392a56 [2021-04-10T02:47:27.405Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2021-04-10T02:47:27.405Z] Successfully built 08f5dd392a56 [2021-04-10T02:47:27.668Z] 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-10T02:47:28.736Z] ---> job-cost.sh [2021-04-10T02:47:28.736Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-jQa1 [2021-04-10T02:47:43.682Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-10T02:48:03.593Z] gofmt -l . [2021-04-10T02:48:03.593Z] [ "`gofmt -l .`" = "" ] [2021-04-10T02:48:03.593Z] ./bin/test-attribution-txt.sh [2021-04-10T02:48:03.593Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-04-10T02:48:03.544Z] $ docker stop --time=1 a0120be9f66d22fafde67db4fa594e0169f1e5feb309714495ec2dc4650ecae4 [2021-04-10T02:48:05.856Z] $ docker rm -f a0120be9f66d22fafde67db4fa594e0169f1e5feb309714495ec2dc4650ecae4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-10T02:48:07.136Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-10T02:48:07.202Z] Warning: overwriting stash ‘coverage-report’ [2021-04-10T02:48:07.952Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-10T02:48:08.661Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-10T02:48:08.997Z] + ls -al . [2021-04-10T02:48:08.997Z] total 224 [2021-04-10T02:48:08.997Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 10 02:48 . [2021-04-10T02:48:08.997Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 10 02:44 .. [2021-04-10T02:48:08.997Z] -rw-rw-r-- 1 jenkins jenkins 140 Apr 10 02:44 .dockerignore [2021-04-10T02:48:08.997Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 10 02:44 .git [2021-04-10T02:48:08.997Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 10 02:44 .github [2021-04-10T02:48:08.997Z] -rw-rw-r-- 1 jenkins jenkins 138 Apr 10 02:44 .gitignore [2021-04-10T02:48:08.997Z] -rw-rw-r-- 1 jenkins jenkins 987 Apr 10 02:44 Dockerfile.build [2021-04-10T02:48:08.997Z] -rw-rw-r-- 1 jenkins jenkins 894 Apr 10 02:44 Jenkinsfile [2021-04-10T02:48:08.997Z] -rw-rw-r-- 1 jenkins jenkins 11341 Apr 10 02:44 LICENSE [2021-04-10T02:48:08.998Z] -rw-rw-r-- 1 jenkins jenkins 1022 Apr 10 02:44 Makefile [2021-04-10T02:48:08.998Z] -rw-rw-r-- 1 jenkins jenkins 5897 Apr 10 02:44 README.md [2021-04-10T02:48:08.998Z] -rw-rw-r-- 1 jenkins jenkins 6616 Apr 10 02:44 RELEASE-NOTES.txt [2021-04-10T02:48:08.998Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 10 02:41 VERSION [2021-04-10T02:48:08.998Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 10 02:44 bin [2021-04-10T02:48:08.998Z] -rw-r--r-- 1 jenkins jenkins 99750 Apr 10 02:47 coverage.out [2021-04-10T02:48:08.998Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 10 02:44 example [2021-04-10T02:48:08.998Z] -rw-r--r-- 1 jenkins jenkins 572 Apr 10 02:48 go.mod [2021-04-10T02:48:08.998Z] -rw-r--r-- 1 jenkins jenkins 20726 Apr 10 02:48 go.sum [2021-04-10T02:48:08.998Z] drwxrwxr-x 14 jenkins jenkins 4096 Apr 10 02:44 internal [2021-04-10T02:48:08.998Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 10 02:44 openapi [2021-04-10T02:48:08.998Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 10 02:44 pkg [2021-04-10T02:48:08.998Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 10 02:44 snap [2021-04-10T02:48:08.998Z] -rw-rw-r-- 1 jenkins jenkins 222 Apr 10 02:44 version.go [Pipeline] isUnix [Pipeline] sh [2021-04-10T02:48:09.340Z] + 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=6abee6880ef9cc85b5e1bf8d6d780bdf2b3b9757 --label arch=arm64 --label version=0.0.0 . [2021-04-10T02:48:09.614Z] Sending build context to Docker daemon 2.498MB [2021-04-10T02:48:09.886Z] Step 1/23 : ARG BASE=golang:1.15-alpine3.12 [2021-04-10T02:48:09.886Z] Step 2/23 : FROM ${BASE} AS builder [2021-04-10T02:48:09.886Z] ---> bfb83c0636ce [2021-04-10T02:48:09.886Z] Step 3/23 : WORKDIR /device-sdk-go [2021-04-10T02:48:10.159Z] ---> Running in fbb6cc407519 [2021-04-10T02:48:10.464Z] lf-activate-venv(): INFO: Adding /tmp/venv-jQa1/bin to PATH [2021-04-10T02:48:10.464Z] INFO: No Stack... [2021-04-10T02:48:10.757Z] Removing intermediate container fbb6cc407519 [2021-04-10T02:48:10.758Z] ---> a6c916f5732f [2021-04-10T02:48:10.758Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-10T02:48:10.758Z] ---> Running in c97c1278b09a [2021-04-10T02:48:11.360Z] Removing intermediate container c97c1278b09a [2021-04-10T02:48:11.360Z] ---> 368e3011a5df [2021-04-10T02:48:11.360Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-10T02:48:11.360Z] ---> Running in 2ba91c423e09 [2021-04-10T02:48:12.387Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-10T02:48:12.653Z] INFO: Archiving Costs [Pipeline] sh [2021-04-10T02:48:12.970Z] + cat /w/workspace/device-sdk-go/33/archives/cost.csv [2021-04-10T02:48:12.970Z] + cut -d, -f6 [Pipeline] lock [2021-04-10T02:48:13.050Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-725-33-stack-cost] [2021-04-10T02:48:13.060Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-725-33-stack-cost] did not exist. Created. [2021-04-10T02:48:13.061Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-725-33-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-10T02:48:13.454Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-10T02:48:13.585Z] Stashed 1 file(s) [Pipeline] } [2021-04-10T02:48:13.597Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-725-33-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [2021-04-10T02:48:14.002Z] Removing intermediate container 2ba91c423e09 [2021-04-10T02:48:14.002Z] ---> d443e1858cf3 [2021-04-10T02:48:14.002Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-04-10T02:48:14.002Z] ---> Running in d7394943388a [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-10T02:48:14.977Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-10T02:48:15.570Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-10T02:48:16.163Z] OK: 144 MiB in 45 packages [2021-04-10T02:48:17.593Z] Removing intermediate container d7394943388a [2021-04-10T02:48:17.593Z] ---> a86ad45b86b6 [2021-04-10T02:48:17.593Z] Step 7/23 : COPY . . [2021-04-10T02:48:18.568Z] ---> 73bf922d47c1 [2021-04-10T02:48:18.568Z] Step 8/23 : RUN go mod download [2021-04-10T02:48:18.842Z] ---> Running in 5df10ad2155a [2021-04-10T02:48:21.461Z] Removing intermediate container 5df10ad2155a [2021-04-10T02:48:21.461Z] ---> f39e99372429 [2021-04-10T02:48:21.461Z] Step 9/23 : RUN make build [2021-04-10T02:48:21.461Z] ---> Running in 982f374c84b5 [2021-04-10T02:48:22.438Z] 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-10T02:48:54.809Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-04-10T02:48:56.782Z] Removing intermediate container 982f374c84b5 [2021-04-10T02:48:56.782Z] ---> 104b09bbe424 [2021-04-10T02:48:56.782Z] Step 10/23 : FROM alpine:3.12 [2021-04-10T02:48:57.053Z] 3.12: Pulling from library/alpine [2021-04-10T02:48:57.053Z] 9a219e8acc52: Pulling fs layer [2021-04-10T02:48:57.326Z] 9a219e8acc52: Verifying Checksum [2021-04-10T02:48:57.326Z] 9a219e8acc52: Download complete [2021-04-10T02:48:57.923Z] 9a219e8acc52: Pull complete [2021-04-10T02:48:57.923Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-10T02:48:57.923Z] Status: Downloaded newer image for alpine:3.12 [2021-04-10T02:48:57.923Z] ---> d75e27dfc0a0 [2021-04-10T02:48:57.923Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-10T02:48:58.196Z] ---> Running in 87c5d08c2243 [2021-04-10T02:48:58.787Z] Removing intermediate container 87c5d08c2243 [2021-04-10T02:48:58.787Z] ---> a45f1d287f12 [2021-04-10T02:48:58.787Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-10T02:48:58.787Z] ---> Running in 9614837135a2 [2021-04-10T02:49:01.402Z] Removing intermediate container 9614837135a2 [2021-04-10T02:49:01.402Z] ---> 7066a7ff9ce4 [2021-04-10T02:49:01.402Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-04-10T02:49:01.402Z] ---> Running in 08be3eb56912 [2021-04-10T02:49:02.384Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-10T02:49:02.976Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-10T02:49:03.570Z] (1/5) Installing libgcc (9.3.0-r2) [2021-04-10T02:49:03.843Z] (2/5) Installing libsodium (1.0.18-r0) [2021-04-10T02:49:03.843Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-04-10T02:49:04.117Z] (4/5) Installing libzmq (4.3.3-r0) [2021-04-10T02:49:04.117Z] (5/5) Installing zeromq (4.3.3-r0) [2021-04-10T02:49:04.117Z] Executing busybox-1.31.1-r20.trigger [2021-04-10T02:49:04.117Z] OK: 8 MiB in 19 packages [2021-04-10T02:49:05.551Z] Removing intermediate container 08be3eb56912 [2021-04-10T02:49:05.551Z] ---> 83b151b6ce4e [2021-04-10T02:49:05.551Z] Step 14/23 : WORKDIR / [2021-04-10T02:49:05.551Z] ---> Running in e9b66f675a4b [2021-04-10T02:49:06.147Z] Removing intermediate container e9b66f675a4b [2021-04-10T02:49:06.147Z] ---> e4eb9079cdd5 [2021-04-10T02:49:06.147Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-04-10T02:49:07.123Z] ---> 69e23835f02b [2021-04-10T02:49:07.123Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-04-10T02:49:08.097Z] ---> 1559f963a39f [2021-04-10T02:49:08.097Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-04-10T02:49:09.073Z] ---> 4dbfac0a018c [2021-04-10T02:49:09.073Z] Step 18/23 : EXPOSE 49990 [2021-04-10T02:49:09.073Z] ---> Running in 8bcb9faea48a [2021-04-10T02:49:09.668Z] Removing intermediate container 8bcb9faea48a [2021-04-10T02:49:09.668Z] ---> 1b8ec2fb7512 [2021-04-10T02:49:09.668Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-04-10T02:49:09.668Z] ---> Running in 5cb6643c89fe [2021-04-10T02:49:10.263Z] Removing intermediate container 5cb6643c89fe [2021-04-10T02:49:10.263Z] ---> ff113de2f396 [2021-04-10T02:49:10.263Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-10T02:49:10.263Z] ---> Running in b494c9bf2517 [2021-04-10T02:49:10.859Z] Removing intermediate container b494c9bf2517 [2021-04-10T02:49:10.859Z] ---> 143bf2cc026e [2021-04-10T02:49:10.859Z] Step 21/23 : LABEL arch=arm64 [2021-04-10T02:49:10.859Z] ---> Running in 180694d1f2c5 [2021-04-10T02:49:11.454Z] Removing intermediate container 180694d1f2c5 [2021-04-10T02:49:11.454Z] ---> 1e564cb32419 [2021-04-10T02:49:11.454Z] Step 22/23 : LABEL git_sha=6abee6880ef9cc85b5e1bf8d6d780bdf2b3b9757 [2021-04-10T02:49:11.454Z] ---> Running in 2cdc6753ec6e [2021-04-10T02:49:12.047Z] Removing intermediate container 2cdc6753ec6e [2021-04-10T02:49:12.047Z] ---> 05fecda19053 [2021-04-10T02:49:12.047Z] Step 23/23 : LABEL version=0.0.0 [2021-04-10T02:49:12.047Z] ---> Running in bb5643306935 [2021-04-10T02:49:12.643Z] Removing intermediate container bb5643306935 [2021-04-10T02:49:12.643Z] ---> 66081e6e99cf [2021-04-10T02:49:12.643Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2021-04-10T02:49:12.643Z] Successfully built 66081e6e99cf [2021-04-10T02:49:12.643Z] 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-10T02:49:13.517Z] ---> job-cost.sh [2021-04-10T02:49:13.517Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-NnKu [2021-04-10T02:49:52.447Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-10T02:51:29.176Z] lf-activate-venv(): INFO: Adding /tmp/venv-NnKu/bin to PATH [2021-04-10T02:51:29.176Z] INFO: No Stack... [2021-04-10T02:51:29.176Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-10T02:51:29.176Z] INFO: Archiving Costs [Pipeline] sh [2021-04-10T02:51:29.521Z] + + cat /w/workspace/device-sdk-go/33/archives/cost.csvcut -d, -f6 [2021-04-10T02:51:29.521Z] [Pipeline] lock [2021-04-10T02:51:29.629Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-725-33-stack-cost] [2021-04-10T02:51:29.638Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-725-33-stack-cost] did not exist. Created. [2021-04-10T02:51:29.638Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-725-33-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-10T02:51:30.094Z] /w/workspace/device-sdk-go/33@tmp/durable-e7cf5dd1/script.sh: 1: /w/workspace/device-sdk-go/33@tmp/durable-e7cf5dd1/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-10T02:51:30.439Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-10T02:51:30.506Z] Warning: overwriting stash ‘stack-cost’ [2021-04-10T02:51:30.672Z] Stashed 1 file(s) [Pipeline] } [2021-04-10T02:51:30.683Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-725-33-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-10T02:51:32.155Z] provisioning config files... [2021-04-10T02:51:32.165Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/config1953097647684173178tmp [Pipeline] { [Pipeline] sh [2021-04-10T02:51:32.556Z] + set +x [2021-04-10T02:51:32.556Z] + curl -s https://codecov.io/bash [2021-04-10T02:51:32.556Z] + bash -s -- [2021-04-10T02:51:32.817Z] [2021-04-10T02:51:32.817Z] _____ _ [2021-04-10T02:51:32.817Z] / ____| | | [2021-04-10T02:51:32.817Z] | | ___ __| | ___ ___ _____ __ [2021-04-10T02:51:32.817Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-10T02:51:32.817Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-10T02:51:32.817Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-10T02:51:32.817Z] Bash-20210309-2b87ace [2021-04-10T02:51:32.817Z] [2021-04-10T02:51:32.817Z] [2021-04-10T02:51:32.817Z] ==> git version 2.24.3 found [2021-04-10T02:51:32.817Z] ==> 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-10T02:51:32.817Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-10T02:51:32.817Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-10T02:51:32.817Z] ==> Jenkins CI detected. [2021-04-10T02:51:32.817Z] project root: . [2021-04-10T02:51:32.817Z] --> token set from env [2021-04-10T02:51:32.817Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-10T02:51:32.817Z] ==> Running gcov in . (disable via -X gcov) [2021-04-10T02:51:32.817Z] ==> Python coveragepy not found [2021-04-10T02:51:32.817Z] ==> Searching for coverage reports in: [2021-04-10T02:51:32.817Z] + . [2021-04-10T02:51:32.817Z] -> Found 1 reports [2021-04-10T02:51:32.817Z] ==> Detecting git/mercurial file structure [2021-04-10T02:51:32.817Z] ==> Reading reports [2021-04-10T02:51:32.817Z] + ./coverage.out bytes=99750 [2021-04-10T02:51:32.817Z] ==> Appending adjustments [2021-04-10T02:51:32.817Z] https://docs.codecov.io/docs/fixing-reports [2021-04-10T02:51:33.078Z] + Found adjustments [2021-04-10T02:51:33.078Z] ==> Gzipping contents [2021-04-10T02:51:33.340Z] 16K /tmp/codecov.CUWBco.gz [2021-04-10T02:51:33.340Z] ==> Uploading reports [2021-04-10T02:51:33.340Z] url: https://codecov.io [2021-04-10T02:51:33.340Z] query: branch=PR-725&commit=6abee6880ef9cc85b5e1bf8d6d780bdf2b3b9757&build=33&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-725%2F33%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=725&job=&cmd_args= [2021-04-10T02:51:33.340Z] -> Pinging Codecov [2021-04-10T02:51:33.340Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-725&commit=6abee6880ef9cc85b5e1bf8d6d780bdf2b3b9757&build=33&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-725%2F33%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=725&job=&cmd_args= [2021-04-10T02:51:33.601Z] -> Uploading to [2021-04-10T02:51:33.601Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-10/7E55EF52A471D76F132DFD9A03CDDE97/6abee6880ef9cc85b5e1bf8d6d780bdf2b3b9757/166f4e42-b141-4947-85e8-38e4b9130da8.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210410%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210410T025133Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6d912f937fd3a96a4133872fe4bbc77e8ee59b46e80867cf5a5e0451d928f647 [2021-04-10T02:51:33.601Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-10T02:51:33.601Z] Dload Upload Total Spent Left Speed [2021-04-10T02:51:34.125Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13513 0 0 100 13513 0 32297 --:--:-- --:--:-- --:--:-- 32250 [2021-04-10T02:51:34.125Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/6abee6880ef9cc85b5e1bf8d6d780bdf2b3b9757 [Pipeline] } [2021-04-10T02:51:34.134Z] 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-10T02:51:36.531Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-10T02:51:37.096Z] ---> package-listing.sh [2021-04-10T02:51:37.096Z] ++ facter osfamily [2021-04-10T02:51:37.096Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-10T02:51:37.096Z] + OS_FAMILY=redhat [2021-04-10T02:51:37.096Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-725 [2021-04-10T02:51:37.096Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-10T02:51:37.096Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-10T02:51:37.096Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-10T02:51:37.096Z] + PACKAGES=/tmp/packages_start.txt [2021-04-10T02:51:37.096Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-725 ']' [2021-04-10T02:51:37.096Z] + PACKAGES=/tmp/packages_end.txt [2021-04-10T02:51:37.096Z] + case "${OS_FAMILY}" in [2021-04-10T02:51:37.096Z] + rpm -qa [2021-04-10T02:51:37.096Z] + sort [2021-04-10T02:51:41.313Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-10T02:51:41.313Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-10T02:51:41.313Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-10T02:51:41.313Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-725 ']' [2021-04-10T02:51:41.313Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-725/archives/ [2021-04-10T02:51:41.313Z] + 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-10T02:51:41.327Z] 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-10T02:51:41.617Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-10T02:51:41.919Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-10T02:51:41.919Z] [2021-04-10T02:51:41.919Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-10T02:51:42.305Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-10T02:51:42.305Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-10T02:51:42.305Z] df20fa9351a1: Pulling fs layer [2021-04-10T02:51:42.305Z] 36b3adc4ff6f: Pulling fs layer [2021-04-10T02:51:42.305Z] 8ad3a11d3b57: Pulling fs layer [2021-04-10T02:51:42.305Z] 46f8f816bc3b: Pulling fs layer [2021-04-10T02:51:42.305Z] 93b61091891f: Pulling fs layer [2021-04-10T02:51:42.305Z] 93b9cdb0e59b: Pulling fs layer [2021-04-10T02:51:42.305Z] 5e14af77c1be: Pulling fs layer [2021-04-10T02:51:42.305Z] 01666e4c0597: Pulling fs layer [2021-04-10T02:51:42.305Z] aa168da1d23b: Pulling fs layer [2021-04-10T02:51:42.305Z] 46f8f816bc3b: Waiting [2021-04-10T02:51:42.305Z] 93b61091891f: Waiting [2021-04-10T02:51:42.305Z] 93b9cdb0e59b: Waiting [2021-04-10T02:51:42.305Z] 5e14af77c1be: Waiting [2021-04-10T02:51:42.305Z] 01666e4c0597: Waiting [2021-04-10T02:51:42.305Z] 36b3adc4ff6f: Download complete [2021-04-10T02:51:42.305Z] 46f8f816bc3b: Verifying Checksum [2021-04-10T02:51:42.305Z] 46f8f816bc3b: Download complete [2021-04-10T02:51:42.568Z] df20fa9351a1: Verifying Checksum [2021-04-10T02:51:42.568Z] df20fa9351a1: Download complete [2021-04-10T02:51:42.568Z] 93b9cdb0e59b: Verifying Checksum [2021-04-10T02:51:42.568Z] 93b9cdb0e59b: Download complete [2021-04-10T02:51:42.568Z] 5e14af77c1be: Verifying Checksum [2021-04-10T02:51:42.568Z] 93b61091891f: Verifying Checksum [2021-04-10T02:51:42.568Z] 93b61091891f: Download complete [2021-04-10T02:51:42.568Z] 01666e4c0597: Verifying Checksum [2021-04-10T02:51:42.568Z] 01666e4c0597: Download complete [2021-04-10T02:51:42.833Z] df20fa9351a1: Pull complete [2021-04-10T02:51:42.833Z] 8ad3a11d3b57: Verifying Checksum [2021-04-10T02:51:42.833Z] 8ad3a11d3b57: Download complete [2021-04-10T02:51:43.097Z] 36b3adc4ff6f: Pull complete [2021-04-10T02:51:43.679Z] 8ad3a11d3b57: Pull complete [2021-04-10T02:51:43.679Z] 46f8f816bc3b: Pull complete [2021-04-10T02:51:43.942Z] 93b61091891f: Pull complete [2021-04-10T02:51:44.207Z] 93b9cdb0e59b: Pull complete [2021-04-10T02:51:44.470Z] 5e14af77c1be: Pull complete [2021-04-10T02:51:44.736Z] 01666e4c0597: Pull complete [2021-04-10T02:51:44.997Z] aa168da1d23b: Verifying Checksum [2021-04-10T02:51:44.997Z] aa168da1d23b: Download complete [2021-04-10T02:51:51.609Z] aa168da1d23b: Pull complete [2021-04-10T02:51:51.609Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-10T02:51:51.609Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-10T02:51:51.609Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-10T02:51:51.763Z] prd-centos7-docker-4c-2g-33533 does not seem to be running inside a container [2021-04-10T02:51:51.812Z] $ 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-10T02:51:55.768Z] $ docker top b9deb453a48f79b5cf3ef63901795925c9c1362f01c9770de24432373230045b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-10T02:51:56.302Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-10T02:51:56.598Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-10T02:51:56.894Z] + ls /var/log/sa-host [2021-04-10T02:51:56.894Z] + sadf -c /var/log/sa-host/sa10 [2021-04-10T02:51:56.894Z] file_magic: OK [2021-04-10T02:51:56.894Z] HZ: Using current value: 100 [2021-04-10T02:51:56.894Z] file_header: OK [2021-04-10T02:51:56.894Z] 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-10T02:51:56.894Z] Statistics: [2021-04-10T02:51:56.894Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-10T02:51:56.894Z] File successfully converted to sysstat format version 12.2.1 [2021-04-10T02:51:56.894Z] + sadf -c /var/log/sa-host/sa23 [2021-04-10T02:51:56.894Z] file_magic: OK [2021-04-10T02:51:56.894Z] HZ: Using current value: 100 [2021-04-10T02:51:56.894Z] file_header: OK [2021-04-10T02:51:56.894Z] 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-10T02:51:56.894Z] Statistics: [2021-04-10T02:51:56.894Z] Hnuu...uuuununununu... [2021-04-10T02:51:56.894Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-10T02:51:57.495Z] provisioning config files... [2021-04-10T02:51:57.509Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/config6475789163660103867tmp [Pipeline] { [Pipeline] echo [2021-04-10T02:51:57.590Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-10T02:51:57.885Z] ---> create-netrc.sh [Pipeline] } [2021-04-10T02:51:57.893Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-10T02:51:57.992Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-10T02:51:58.286Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-10T02:51:58.297Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-10T02:51:58.590Z] ---> sudo-logs.sh [2021-04-10T02:51:58.590Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-10T02:51:58.673Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-10T02:51:58.968Z] ---> job-cost.sh [2021-04-10T02:51:58.968Z] lf-activate-venv: SKIPPING [2021-04-10T02:51:58.968Z] DEBUG: total: 0.20999999344348907 [2021-04-10T02:51:58.968Z] INFO: Retrieving Stack Cost... [2021-04-10T02:51:59.911Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-10T02:52:00.172Z] INFO: Archiving Costs [Pipeline] echo [2021-04-10T02:52:00.185Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-10T02:52:00.478Z] ---> logs-deploy.sh [2021-04-10T02:52:00.478Z] lf-activate-venv: SKIPPING [2021-04-10T02:52:00.478Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-725/33 [2021-04-10T02:52:00.478Z] INFO: archiving workspace using pattern(s): [2021-04-10T02:52:02.395Z] Archives upload complete. [2021-04-10T02:52:02.395Z] INFO: archiving logs to Nexus [2021-04-10T02:52:03.337Z] ---> uname -a: [2021-04-10T02:52:03.337Z] Linux prd-centos7-docker-4c-2g-33533.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-10T02:52:03.337Z] [2021-04-10T02:52:03.337Z] [2021-04-10T02:52:03.337Z] ---> lscpu: [2021-04-10T02:52:03.337Z] Architecture: x86_64 [2021-04-10T02:52:03.337Z] CPU op-mode(s): 32-bit, 64-bit [2021-04-10T02:52:03.337Z] Byte Order: Little Endian [2021-04-10T02:52:03.337Z] Address sizes: 40 bits physical, 48 bits virtual [2021-04-10T02:52:03.337Z] CPU(s): 4 [2021-04-10T02:52:03.337Z] On-line CPU(s) list: 0-3 [2021-04-10T02:52:03.337Z] Thread(s) per core: 1 [2021-04-10T02:52:03.337Z] Core(s) per socket: 1 [2021-04-10T02:52:03.337Z] Socket(s): 4 [2021-04-10T02:52:03.337Z] NUMA node(s): 1 [2021-04-10T02:52:03.337Z] Vendor ID: GenuineIntel [2021-04-10T02:52:03.337Z] CPU family: 6 [2021-04-10T02:52:03.337Z] Model: 44 [2021-04-10T02:52:03.337Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-04-10T02:52:03.337Z] Stepping: 1 [2021-04-10T02:52:03.337Z] CPU MHz: 2933.436 [2021-04-10T02:52:03.337Z] BogoMIPS: 5866.87 [2021-04-10T02:52:03.337Z] Virtualization: VT-x [2021-04-10T02:52:03.337Z] Hypervisor vendor: KVM [2021-04-10T02:52:03.338Z] Virtualization type: full [2021-04-10T02:52:03.338Z] L1d cache: 128 KiB [2021-04-10T02:52:03.338Z] L1i cache: 128 KiB [2021-04-10T02:52:03.338Z] L2 cache: 16 MiB [2021-04-10T02:52:03.338Z] L3 cache: 64 MiB [2021-04-10T02:52:03.338Z] NUMA node0 CPU(s): 0-3 [2021-04-10T02:52:03.338Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-04-10T02:52:03.338Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-04-10T02:52:03.338Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-04-10T02:52:03.338Z] Vulnerability Meltdown: Mitigation; PTI [2021-04-10T02:52:03.338Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-04-10T02:52:03.338Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-04-10T02:52:03.338Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-04-10T02:52:03.338Z] Vulnerability Srbds: Not affected [2021-04-10T02:52:03.338Z] Vulnerability Tsx async abort: Not affected [2021-04-10T02:52:03.338Z] 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-10T02:52:03.338Z] [2021-04-10T02:52:03.338Z] [2021-04-10T02:52:03.338Z] ---> nproc: [2021-04-10T02:52:03.338Z] 4 [2021-04-10T02:52:03.338Z] [2021-04-10T02:52:03.338Z] [2021-04-10T02:52:03.338Z] ---> df -h: [2021-04-10T02:52:03.338Z] Filesystem Size Used Available Use% Mounted on [2021-04-10T02:52:03.338Z] overlay 50.0G 7.3G 42.7G 15% / [2021-04-10T02:52:03.338Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-04-10T02:52:03.338Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-04-10T02:52:03.338Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-04-10T02:52:03.338Z] /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os [2021-04-10T02:52:03.338Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf [2021-04-10T02:52:03.338Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname [2021-04-10T02:52:03.338Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts [2021-04-10T02:52:03.338Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log [2021-04-10T02:52:03.338Z] /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json [2021-04-10T02:52:03.338Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-725 [2021-04-10T02:52:03.338Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp [2021-04-10T02:52:03.338Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host [2021-04-10T02:52:03.338Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure [2021-04-10T02:52:03.338Z] [2021-04-10T02:52:03.338Z] [2021-04-10T02:52:03.338Z] ---> free -m: [2021-04-10T02:52:03.338Z] total used free shared buff/cache available [2021-04-10T02:52:03.338Z] Mem: 1837 714 102 0 1020 1018 [2021-04-10T02:52:03.338Z] Swap: 1023 1 1022 [2021-04-10T02:52:03.338Z] [2021-04-10T02:52:03.338Z] [2021-04-10T02:52:03.338Z] ---> ip addr: [2021-04-10T02:52:03.338Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-04-10T02:52:03.338Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-04-10T02:52:03.338Z] inet 127.0.0.1/8 scope host lo [2021-04-10T02:52:03.338Z] valid_lft forever preferred_lft forever [2021-04-10T02:52:03.338Z] inet6 ::1/128 scope host [2021-04-10T02:52:03.338Z] valid_lft forever preferred_lft forever [2021-04-10T02:52:03.338Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-04-10T02:52:03.338Z] link/ether fa:16:3e:0a:f9:94 brd ff:ff:ff:ff:ff:ff [2021-04-10T02:52:03.338Z] inet 10.30.122.229/23 brd 10.30.123.255 scope global dynamic eth0 [2021-04-10T02:52:03.338Z] valid_lft 85742sec preferred_lft 85742sec [2021-04-10T02:52:03.338Z] inet6 fe80::f816:3eff:fe0a:f994/64 scope link [2021-04-10T02:52:03.338Z] valid_lft forever preferred_lft forever [2021-04-10T02:52:03.338Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-04-10T02:52:03.338Z] link/ether 02:42:d0:a3:d8:c7 brd ff:ff:ff:ff:ff:ff [2021-04-10T02:52:03.338Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-04-10T02:52:03.338Z] valid_lft forever preferred_lft forever [2021-04-10T02:52:03.338Z] inet6 fe80::42:d0ff:fea3:d8c7/64 scope link [2021-04-10T02:52:03.338Z] valid_lft forever preferred_lft forever [2021-04-10T02:52:03.338Z] [2021-04-10T02:52:03.338Z] [2021-04-10T02:52:03.338Z] ---> sar -b -r -n DEV: [2021-04-10T02:52:03.338Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/10/21 _x86_64_ (4 CPU) [2021-04-10T02:52:03.338Z] [2021-04-10T02:52:03.338Z] 02:40:52 LINUX RESTART (4 CPU) [2021-04-10T02:52:03.338Z] [2021-04-10T02:52:03.338Z] 02:42:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-04-10T02:52:03.338Z] 02:43:01 9.08 0.05 9.02 0.00 1.63 171.05 0.00 [2021-04-10T02:52:03.338Z] 02:44:01 0.47 0.00 0.47 0.00 0.00 6.88 0.00 [2021-04-10T02:52:03.338Z] 02:45:01 0.32 0.00 0.32 0.00 0.00 3.18 0.00 [2021-04-10T02:52:03.338Z] 02:46:01 0.20 0.00 0.20 0.00 0.00 2.42 0.00 [2021-04-10T02:52:03.338Z] 02:47:01 0.32 0.00 0.32 0.00 0.00 4.76 0.00 [2021-04-10T02:52:03.338Z] 02:48:01 0.28 0.00 0.28 0.00 0.00 3.01 0.00 [2021-04-10T02:52:03.338Z] 02:49:01 0.28 0.00 0.28 0.00 0.00 3.21 0.00 [2021-04-10T02:52:03.338Z] 02:50:01 0.25 0.00 0.25 0.00 0.00 2.47 0.00 [2021-04-10T02:52:03.338Z] 02:51:01 0.18 0.00 0.18 0.00 0.00 2.18 0.00 [2021-04-10T02:52:03.338Z] Average: 1.25 0.01 1.24 0.00 0.18 21.86 0.00 [2021-04-10T02:52:03.338Z] [2021-04-10T02:52:03.338Z] 02:42:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-04-10T02:52:03.338Z] 02:43:01 125068 0 619564 32.93 2620 1134292 1108460 37.83 416488 1140544 20 [2021-04-10T02:52:03.338Z] 02:44:01 127196 0 617428 32.81 2620 1134300 1061852 36.24 426188 1129192 8 [2021-04-10T02:52:03.338Z] 02:45:01 127220 0 617400 32.81 2620 1134304 1062020 36.24 427376 1128940 8 [2021-04-10T02:52:03.338Z] 02:46:01 126648 0 617912 32.84 2620 1134364 1062008 36.24 427272 1128960 24 [2021-04-10T02:52:03.338Z] 02:47:01 127592 0 617020 32.79 2620 1134312 1061924 36.24 419120 1136412 8 [2021-04-10T02:52:03.338Z] 02:48:01 128060 0 616548 32.77 2620 1134316 1061852 36.24 418764 1136408 12 [2021-04-10T02:52:03.338Z] 02:49:01 128248 0 616356 32.76 2620 1134320 1061852 36.24 418896 1136408 8 [2021-04-10T02:52:03.338Z] 02:50:01 128044 0 616556 32.77 2620 1134324 1061852 36.24 418904 1136408 20 [2021-04-10T02:52:03.338Z] 02:51:01 127688 0 616904 32.79 2620 1134332 1061852 36.24 418908 1136412 12 [2021-04-10T02:52:03.338Z] Average: 127307 0 617299 32.81 2620 1134318 1067075 36.42 421324 1134409 13 [2021-04-10T02:52:03.338Z] [2021-04-10T02:52:03.338Z] 02:42:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-04-10T02:52:03.338Z] 02:43:01 eth0 111.51 76.30 76.44 86.30 0.00 0.00 0.00 0.00 [2021-04-10T02:52:03.338Z] 02:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-10T02:52:03.338Z] 02:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-10T02:52:03.338Z] 02:44:01 eth0 0.70 0.08 0.06 0.04 0.00 0.00 0.00 0.00 [2021-04-10T02:52:03.338Z] 02:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-10T02:52:03.338Z] 02:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-10T02:52:03.338Z] 02:45:01 eth0 1.05 0.45 0.32 0.21 0.00 0.00 0.00 0.00 [2021-04-10T02:52:03.338Z] 02:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-10T02:52:03.338Z] 02:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-10T02:52:03.338Z] 02:46:01 eth0 0.50 0.28 0.27 0.20 0.00 0.00 0.00 0.00 [2021-04-10T02:52:03.338Z] 02:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-10T02:52:03.338Z] 02:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-10T02:52:03.338Z] 02:47:01 eth0 0.30 0.23 0.14 0.07 0.00 0.00 0.00 0.00 [2021-04-10T02:52:03.338Z] 02:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-10T02:52:03.338Z] 02:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-10T02:52:03.338Z] 02:48:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-10T02:52:03.338Z] 02:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-10T02:52:03.338Z] 02:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-10T02:52:03.338Z] 02:49:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-10T02:52:03.338Z] 02:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-10T02:52:03.338Z] 02:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-10T02:52:03.338Z] 02:50:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-10T02:52:03.338Z] 02:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-10T02:52:03.338Z] 02:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-10T02:52:03.338Z] 02:51:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-10T02:52:03.338Z] 02:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-10T02:52:03.338Z] 02:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-10T02:52:03.338Z] Average: eth0 12.53 8.50 8.46 9.51 0.00 0.00 0.00 0.00 [2021-04-10T02:52:03.338Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-10T02:52:03.338Z] Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-10T02:52:03.338Z] [2021-04-10T02:52:03.338Z] [2021-04-10T02:52:03.338Z] ---> sar -P ALL: [2021-04-10T02:52:03.338Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/10/21 _x86_64_ (4 CPU) [2021-04-10T02:52:03.338Z] [2021-04-10T02:52:03.338Z] 02:40:52 LINUX RESTART (4 CPU) [2021-04-10T02:52:03.338Z] [2021-04-10T02:52:03.338Z] 02:42:02 CPU %user %nice %system %iowait %steal %idle [2021-04-10T02:52:03.338Z] 02:43:01 all 1.88 0.00 0.49 0.03 0.03 97.57 [2021-04-10T02:52:03.338Z] 02:43:01 0 1.77 0.00 0.43 0.00 0.02 97.78 [2021-04-10T02:52:03.338Z] 02:43:01 1 2.45 0.00 0.51 0.05 0.03 96.96 [2021-04-10T02:52:03.338Z] 02:43:01 2 2.02 0.00 0.51 0.02 0.02 97.43 [2021-04-10T02:52:03.338Z] 02:43:01 3 1.29 0.00 0.53 0.03 0.03 98.11 [2021-04-10T02:52:03.338Z] 02:44:01 all 0.15 0.00 0.04 0.00 0.00 99.81 [2021-04-10T02:52:03.338Z] 02:44:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2021-04-10T02:52:03.338Z] 02:44:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-10T02:52:03.338Z] 02:44:01 2 0.05 0.00 0.07 0.00 0.00 99.88 [2021-04-10T02:52:03.338Z] 02:44:01 3 0.47 0.00 0.03 0.00 0.00 99.50 [2021-04-10T02:52:03.338Z] 02:45:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-04-10T02:52:03.338Z] 02:45:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-10T02:52:03.338Z] 02:45:01 1 0.05 0.00 0.05 0.00 0.02 99.88 [2021-04-10T02:52:03.338Z] 02:45:01 2 0.05 0.00 0.03 0.02 0.00 99.90 [2021-04-10T02:52:03.338Z] 02:45:01 3 0.47 0.00 0.02 0.00 0.00 99.52 [2021-04-10T02:52:03.338Z] 02:46:01 all 0.15 0.00 0.03 0.00 0.00 99.81 [2021-04-10T02:52:03.338Z] 02:46:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-10T02:52:03.338Z] 02:46:01 1 0.07 0.00 0.03 0.00 0.00 99.90 [2021-04-10T02:52:03.338Z] 02:46:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2021-04-10T02:52:03.338Z] 02:46:01 3 0.52 0.00 0.03 0.00 0.02 99.43 [2021-04-10T02:52:03.338Z] 02:47:01 all 0.18 0.00 0.09 0.00 0.02 99.72 [2021-04-10T02:52:03.338Z] 02:47:01 0 0.07 0.00 0.07 0.00 0.02 99.85 [2021-04-10T02:52:03.338Z] 02:47:01 1 0.07 0.00 0.07 0.00 0.02 99.85 [2021-04-10T02:52:03.338Z] 02:47:01 2 0.07 0.00 0.10 0.00 0.02 99.82 [2021-04-10T02:52:03.338Z] 02:47:01 3 0.52 0.00 0.12 0.00 0.02 99.35 [2021-04-10T02:52:03.338Z] 02:48:01 all 0.16 0.00 0.04 0.00 0.01 99.80 [2021-04-10T02:52:03.338Z] 02:48:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2021-04-10T02:52:03.338Z] 02:48:01 1 0.02 0.00 0.03 0.00 0.02 99.93 [2021-04-10T02:52:03.338Z] 02:48:01 2 0.52 0.00 0.07 0.00 0.00 99.42 [2021-04-10T02:52:03.338Z] 02:48:01 3 0.07 0.00 0.03 0.00 0.00 99.90 [2021-04-10T02:52:03.338Z] 02:49:01 all 0.14 0.00 0.04 0.00 0.00 99.82 [2021-04-10T02:52:03.338Z] 02:49:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-10T02:52:03.338Z] 02:49:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2021-04-10T02:52:03.338Z] 02:49:01 2 0.50 0.00 0.05 0.00 0.00 99.45 [2021-04-10T02:52:03.338Z] 02:49:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2021-04-10T02:52:03.338Z] 02:50:01 all 0.05 0.00 0.04 0.00 0.00 99.91 [2021-04-10T02:52:03.338Z] 02:50:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2021-04-10T02:52:03.338Z] 02:50:01 1 0.12 0.00 0.05 0.00 0.00 99.83 [2021-04-10T02:52:03.338Z] 02:50:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2021-04-10T02:52:03.338Z] 02:50:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2021-04-10T02:52:03.338Z] 02:51:01 all 0.10 0.00 0.03 0.00 0.00 99.86 [2021-04-10T02:52:03.338Z] 02:51:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-04-10T02:52:03.338Z] 02:51:01 1 0.32 0.00 0.05 0.00 0.00 99.63 [2021-04-10T02:52:03.338Z] 02:51:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2021-04-10T02:52:03.338Z] 02:51:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-10T02:52:03.338Z] Average: all 0.33 0.00 0.09 0.00 0.01 99.57 [2021-04-10T02:52:03.338Z] Average: 0 0.22 0.00 0.07 0.00 0.01 99.71 [2021-04-10T02:52:03.338Z] Average: 1 0.34 0.00 0.09 0.01 0.01 99.55 [2021-04-10T02:52:03.338Z] Average: 2 0.37 0.00 0.10 0.00 0.00 99.52 [2021-04-10T02:52:03.338Z] Average: 3 0.38 0.00 0.10 0.00 0.01 99.52 [2021-04-10T02:52:03.338Z] [2021-04-10T02:52:03.338Z] [2021-04-10T02:52:03.338Z]