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+00c5ba735e55045c2b436cba75d2b8d60948dbc8 (0f143ef45df41e23366edc1e8d9a2d2b1977aed0) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-33253 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 00c5ba735e55045c2b436cba75d2b8d60948dbc8 into PR head commit ea5f2fe995444737663861e42b9b0407e76b07bc Merge succeeded, producing f6731ffe8fccd19843bb0a171d57cc80aae64ce0 Checking out Revision f6731ffe8fccd19843bb0a171d57cc80aae64ce0 (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 00c5ba735e55045c2b436cba75d2b8d60948dbc8 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f6731ffe8fccd19843bb0a171d57cc80aae64ce0 # timeout=10 Commit message: "Merge commit '00c5ba735e55045c2b436cba75d2b8d60948dbc8' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { > git rev-list --no-walk f437281f1477c7681aed980e8d1e4874309ed8ba # timeout=10 [Pipeline] timeout [2021-04-08T02:44:17.875Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-08T02:44:18.176Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-08T02:44:18.315Z] ========================================================= [2021-04-08T02:44:18.315Z] EdgeX Global Pipelines Version Info [2021-04-08T02:44:18.315Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-08T02:44:19.811Z] ------------------- [2021-04-08T02:44:19.811Z] stable info: [2021-04-08T02:44:19.811Z] ------------------- [2021-04-08T02:44:19.811Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-08T02:44:19.811Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-08T02:44:19.811Z] Message: update stable to v1.0.186 [2021-04-08T02:44:20.757Z] ------------------- [2021-04-08T02:44:20.757Z] experimental info: [2021-04-08T02:44:20.757Z] ------------------- [2021-04-08T02:44:20.757Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-08T02:44:20.757Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-08T02:44:20.757Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-08T02:44:21.205Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-04-08T02:44:21.315Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-04-08T02:44:21.415Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-08T02:44:21.555Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-08T02:44:21.666Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-08T02:44:21.763Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-08T02:44:21.859Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-08T02:44:21.959Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-08T02:44:22.069Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-04-08T02:44:22.172Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-08T02:44:22.287Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-08T02:44:22.385Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo [2021-04-08T02:44:22.483Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-08T02:44:22.613Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-08T02:44:22.726Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-08T02:44:22.821Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-04-08T02:44:22.913Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-08T02:44:23.016Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-08T02:44:23.115Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-08T02:44:23.211Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-08T02:44:23.354Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-08T02:44:23.448Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-08T02:44:23.537Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-08T02:44:23.627Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-08T02:44:23.730Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-04-08T02:44:23.820Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-08T02:44:23.915Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-725 [Pipeline] echo [2021-04-08T02:44:24.006Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-725 [Pipeline] echo [2021-04-08T02:44:24.096Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-725 [Pipeline] echo [2021-04-08T02:44:24.209Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f6731ffe8fccd19843bb0a171d57cc80aae64ce0 [Pipeline] echo [2021-04-08T02:44:24.324Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f6731ff [Pipeline] echo [2021-04-08T02:44:24.436Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-08T02:44:24.644Z] provisioning config files... [2021-04-08T02:44:24.672Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/config6661738267853733654tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-08T02:44:25.044Z] ---> docker-login.sh [2021-04-08T02:44:25.044Z] nexus3.edgexfoundry.org:10001 [2021-04-08T02:44:25.312Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T02:44:25.577Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T02:44:25.577Z] Configure a credential helper to remove this warning. See [2021-04-08T02:44:25.577Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T02:44:25.577Z] [2021-04-08T02:44:25.577Z] Login Succeeded [2021-04-08T02:44:25.577Z] nexus3.edgexfoundry.org:10002 [2021-04-08T02:44:25.840Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T02:44:25.840Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T02:44:25.840Z] Configure a credential helper to remove this warning. See [2021-04-08T02:44:25.840Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T02:44:25.840Z] [2021-04-08T02:44:25.840Z] Login Succeeded [2021-04-08T02:44:25.840Z] nexus3.edgexfoundry.org:10003 [2021-04-08T02:44:25.840Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T02:44:26.103Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T02:44:26.103Z] Configure a credential helper to remove this warning. See [2021-04-08T02:44:26.103Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T02:44:26.103Z] [2021-04-08T02:44:26.103Z] Login Succeeded [2021-04-08T02:44:26.103Z] nexus3.edgexfoundry.org:10004 [2021-04-08T02:44:26.103Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T02:44:26.103Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T02:44:26.103Z] Configure a credential helper to remove this warning. See [2021-04-08T02:44:26.103Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T02:44:26.103Z] [2021-04-08T02:44:26.103Z] Login Succeeded [2021-04-08T02:44:26.103Z] docker.io [2021-04-08T02:44:26.368Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T02:44:26.630Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T02:44:26.630Z] Configure a credential helper to remove this warning. See [2021-04-08T02:44:26.630Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T02:44:26.630Z] [2021-04-08T02:44:26.630Z] Login Succeeded [2021-04-08T02:44:26.630Z] ---> docker-login.sh ends [Pipeline] } [2021-04-08T02:44:26.640Z] 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-08T02:44:27.546Z] + git log --format=format:%s -1 f6731ffe8fccd19843bb0a171d57cc80aae64ce0 [Pipeline] echo [2021-04-08T02:44:27.629Z] GIT_COMMIT: f6731ffe8fccd19843bb0a171d57cc80aae64ce0, Commit Message: Merge commit '00c5ba735e55045c2b436cba75d2b8d60948dbc8' into HEAD [Pipeline] echo [2021-04-08T02:44:27.712Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-08T02:44:28.740Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-08T02:44:28.740Z] [2021-04-08T02:44:28.740Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-08T02:44:29.089Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-08T02:44:29.089Z] latest: Pulling from edgex-devops/git-semver [2021-04-08T02:44:29.089Z] 31603596830f: Pulling fs layer [2021-04-08T02:44:29.089Z] 2a8b12db71e7: Pulling fs layer [2021-04-08T02:44:29.089Z] 6ca5941a6612: Pulling fs layer [2021-04-08T02:44:29.089Z] ecc8261a40a4: Pulling fs layer [2021-04-08T02:44:29.089Z] ecc8261a40a4: Waiting [2021-04-08T02:44:29.089Z] 2a8b12db71e7: Download complete [2021-04-08T02:44:29.089Z] 31603596830f: Verifying Checksum [2021-04-08T02:44:29.089Z] 31603596830f: Download complete [2021-04-08T02:44:29.355Z] ecc8261a40a4: Verifying Checksum [2021-04-08T02:44:29.355Z] ecc8261a40a4: Download complete [2021-04-08T02:44:29.355Z] 6ca5941a6612: Verifying Checksum [2021-04-08T02:44:29.355Z] 6ca5941a6612: Download complete [2021-04-08T02:44:29.618Z] 31603596830f: Pull complete [2021-04-08T02:44:29.886Z] 2a8b12db71e7: Pull complete [2021-04-08T02:44:30.852Z] 6ca5941a6612: Pull complete [2021-04-08T02:44:31.116Z] ecc8261a40a4: Pull complete [2021-04-08T02:44:31.116Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-08T02:44:31.116Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-08T02:44:31.116Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-08T02:44:31.251Z] prd-centos7-docker-4c-2g-33253 does not seem to be running inside a container [2021-04-08T02:44:31.309Z] $ 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-08T02:44:33.539Z] $ docker top 6d47e732a0fae5b512916ffab284eda032193e682e197e3257880482fe364157 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-08T02:44:33.876Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-08T02:44:33.876Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-08T02:44:34.106Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-08T02:44:34.116Z] $ docker exec 6d47e732a0fae5b512916ffab284eda032193e682e197e3257880482fe364157 ssh-agent [2021-04-08T02:44:34.292Z] SSH_AUTH_SOCK=/tmp/ssh-8MKSQtvmVrp3/agent.11 [2021-04-08T02:44:34.292Z] SSH_AGENT_PID=16 [2021-04-08T02:44:34.304Z] Running ssh-add (command line suppressed) [2021-04-08T02:44:34.445Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_6433708021195417025.key (/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_6433708021195417025.key) [2021-04-08T02:44:34.498Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-08T02:44:34.872Z] + git tag --points-at HEAD [Pipeline] } [2021-04-08T02:44:34.899Z] $ docker exec --env ******** --env ******** 6d47e732a0fae5b512916ffab284eda032193e682e197e3257880482fe364157 ssh-agent -k [2021-04-08T02:44:35.027Z] unset SSH_AUTH_SOCK; [2021-04-08T02:44:35.027Z] unset SSH_AGENT_PID; [2021-04-08T02:44:35.027Z] echo Agent pid 16 killed; [2021-04-08T02:44:35.077Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-08T02:44:35.207Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-08T02:44:35.208Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-08T02:44:35.382Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-08T02:44:35.391Z] $ docker exec 6d47e732a0fae5b512916ffab284eda032193e682e197e3257880482fe364157 ssh-agent [2021-04-08T02:44:35.565Z] SSH_AUTH_SOCK=/tmp/ssh-7KCcMjm9UJlH/agent.47 [2021-04-08T02:44:35.565Z] SSH_AGENT_PID=52 [2021-04-08T02:44:35.573Z] Running ssh-add (command line suppressed) [2021-04-08T02:44:35.714Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_5513695886248137901.key (/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_5513695886248137901.key) [2021-04-08T02:44:35.762Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-08T02:44:36.101Z] + git semver init [2021-04-08T02:44:36.101Z] # -> Open(): unable to determine branch for HEAD [2021-04-08T02:44:36.101Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-725/.git [2021-04-08T02:44:36.101Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-725 [2021-04-08T02:44:36.101Z] # $SEMVER_REMOTE_NAME = origin [2021-04-08T02:44:36.101Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-08T02:44:36.101Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-08T02:44:36.101Z] # $SEMVER_BRANCH = PR-725 [2021-04-08T02:44:36.101Z] # $SEMVER_TEMP = /tmp/semver-853783957 [2021-04-08T02:44:36.101Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-04-08T02:44:37.052Z] # '/tmp/semver-853783957' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-725/.semver' [2021-04-08T02:44:37.052Z] # -> Force: false [2021-04-08T02:44:37.052Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-725/.semver [Pipeline] } [2021-04-08T02:44:37.073Z] $ docker exec --env ******** --env ******** 6d47e732a0fae5b512916ffab284eda032193e682e197e3257880482fe364157 ssh-agent -k [2021-04-08T02:44:37.197Z] unset SSH_AUTH_SOCK; [2021-04-08T02:44:37.197Z] unset SSH_AGENT_PID; [2021-04-08T02:44:37.198Z] echo Agent pid 52 killed; [2021-04-08T02:44:37.242Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-08T02:44:37.740Z] + git semver [Pipeline] } [2021-04-08T02:44:37.765Z] $ docker stop --time=1 6d47e732a0fae5b512916ffab284eda032193e682e197e3257880482fe364157 [2021-04-08T02:44:39.340Z] $ docker rm -f 6d47e732a0fae5b512916ffab284eda032193e682e197e3257880482fe364157 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-08T02:44:39.806Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-08T02:44:40.403Z] Stashed 1 file(s) [Pipeline] echo [2021-04-08T02:44:40.406Z] [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-08T02:44:56.026Z] Still waiting to schedule task [2021-04-08T02:44:56.026Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-04-08T02:44:56.028Z] Still waiting to schedule task [2021-04-08T02:44:56.028Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-32989’ is offline [2021-04-08T02:46:47.845Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-33254 in /w/workspace/dgexfoundry_device-sdk-go_PR-725 [Pipeline] { [Pipeline] ws [2021-04-08T02:46:47.994Z] Running in /w/workspace/device-sdk-go/31 [Pipeline] { [Pipeline] checkout [2021-04-08T02:46:53.316Z] using credential edgex-jenkins-ssh [2021-04-08T02:46:53.384Z] Cloning the remote Git repository [2021-04-08T02:46:53.465Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-04-08T02:46:53.582Z] > git init /w/workspace/device-sdk-go/31 # timeout=10 [2021-04-08T02:46:53.674Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-08T02:46:53.675Z] > git --version # timeout=10 [2021-04-08T02:46:53.699Z] > git --version # 'git version 2.17.1' [2021-04-08T02:46:53.700Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-08T02:46:53.768Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-08T02:46:54.943Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-08T02:46:54.971Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-08T02:46:55.008Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-08T02:46:55.052Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-08T02:46:55.053Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-08T02:46:55.063Z] > 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-08T02:46:55.668Z] Merging remotes/origin/master commit 00c5ba735e55045c2b436cba75d2b8d60948dbc8 into PR head commit ea5f2fe995444737663861e42b9b0407e76b07bc [2021-04-08T02:46:56.213Z] Merge succeeded, producing 80d35b040a3592862a6b96f96f57e733e4549ed2 [2021-04-08T02:46:56.213Z] Checking out Revision 80d35b040a3592862a6b96f96f57e733e4549ed2 (PR-725) [2021-04-08T02:46:55.702Z] > git config core.sparsecheckout # timeout=10 [2021-04-08T02:46:55.720Z] > git checkout -f ea5f2fe995444737663861e42b9b0407e76b07bc # timeout=10 [2021-04-08T02:46:55.835Z] > git remote # timeout=10 [2021-04-08T02:46:55.892Z] > git config --get remote.origin.url # timeout=10 [2021-04-08T02:46:55.923Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-08T02:46:55.937Z] > git merge 00c5ba735e55045c2b436cba75d2b8d60948dbc8 # timeout=10 [2021-04-08T02:46:56.201Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-08T02:46:56.232Z] > git config core.sparsecheckout # timeout=10 [2021-04-08T02:46:56.249Z] > git checkout -f 80d35b040a3592862a6b96f96f57e733e4549ed2 # timeout=10 [2021-04-08T02:47:00.543Z] Commit message: "Merge commit '00c5ba735e55045c2b436cba75d2b8d60948dbc8' into HEAD" [2021-04-08T02:47:00.566Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2021-04-08T02:47:00.561Z] > git rev-list --no-walk f437281f1477c7681aed980e8d1e4874309ed8ba # timeout=10 [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-08T02:47:02.366Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-08T02:47:02.824Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-08T02:47:03.164Z] + sudo service docker+ restart [2021-04-08T02:47:03.164Z] true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-08T02:47:05.885Z] provisioning config files... [2021-04-08T02:47:05.923Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/31@tmp/config3017970703585406163tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-08T02:47:06.402Z] ---> docker-login.sh [2021-04-08T02:47:06.402Z] nexus3.edgexfoundry.org:10001 [2021-04-08T02:47:07.006Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T02:47:07.602Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T02:47:07.602Z] Configure a credential helper to remove this warning. See [2021-04-08T02:47:07.602Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T02:47:07.602Z] [2021-04-08T02:47:07.602Z] Login Succeeded [2021-04-08T02:47:07.602Z] nexus3.edgexfoundry.org:10002 [2021-04-08T02:47:07.882Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T02:47:08.156Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T02:47:08.156Z] Configure a credential helper to remove this warning. See [2021-04-08T02:47:08.156Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T02:47:08.156Z] [2021-04-08T02:47:08.156Z] Login Succeeded [2021-04-08T02:47:08.156Z] nexus3.edgexfoundry.org:10003 [2021-04-08T02:47:08.444Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T02:47:08.717Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T02:47:08.717Z] Configure a credential helper to remove this warning. See [2021-04-08T02:47:08.717Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T02:47:08.717Z] [2021-04-08T02:47:08.717Z] Login Succeeded [2021-04-08T02:47:08.717Z] nexus3.edgexfoundry.org:10004 [2021-04-08T02:47:08.999Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T02:47:09.277Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T02:47:09.277Z] Configure a credential helper to remove this warning. See [2021-04-08T02:47:09.277Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T02:47:09.277Z] [2021-04-08T02:47:09.277Z] Login Succeeded [2021-04-08T02:47:09.277Z] docker.io [2021-04-08T02:47:09.550Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T02:47:10.146Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T02:47:10.146Z] Configure a credential helper to remove this warning. See [2021-04-08T02:47:10.146Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T02:47:10.146Z] [2021-04-08T02:47:10.146Z] Login Succeeded [2021-04-08T02:47:10.146Z] ---> docker-login.sh ends [Pipeline] } [2021-04-08T02:47:10.166Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-08T02:47:10.746Z] ========================================================= [2021-04-08T02:47:10.746Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-08T02:47:10.746Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-08T02:47:11.120Z] + 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-08T02:47:11.727Z] Sending build context to Docker daemon 2.391MB [2021-04-08T02:47:11.727Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-08T02:47:11.727Z] Step 2/8 : FROM ${BASE} [2021-04-08T02:47:11.727Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-08T02:47:11.727Z] 5f621e34cdf4: Pulling fs layer [2021-04-08T02:47:11.727Z] a4357932f1b6: Pulling fs layer [2021-04-08T02:47:11.727Z] 18c013af1878: Pulling fs layer [2021-04-08T02:47:11.727Z] 00ac8860ef70: Pulling fs layer [2021-04-08T02:47:11.727Z] 63d7cb157983: Pulling fs layer [2021-04-08T02:47:11.727Z] b116817d02f9: Pulling fs layer [2021-04-08T02:47:11.727Z] 745a02a5169b: Pulling fs layer [2021-04-08T02:47:11.727Z] 00ac8860ef70: Waiting [2021-04-08T02:47:11.727Z] b116817d02f9: Waiting [2021-04-08T02:47:11.727Z] 745a02a5169b: Waiting [2021-04-08T02:47:11.727Z] 18c013af1878: Verifying Checksum [2021-04-08T02:47:11.727Z] 18c013af1878: Download complete [2021-04-08T02:47:11.727Z] a4357932f1b6: Verifying Checksum [2021-04-08T02:47:11.727Z] 63d7cb157983: Download complete [2021-04-08T02:47:12.709Z] b116817d02f9: Verifying Checksum [2021-04-08T02:47:12.709Z] b116817d02f9: Download complete [2021-04-08T02:47:12.709Z] 5f621e34cdf4: Verifying Checksum [2021-04-08T02:47:12.709Z] 5f621e34cdf4: Download complete [2021-04-08T02:47:13.322Z] 5f621e34cdf4: Pull complete [2021-04-08T02:47:13.932Z] a4357932f1b6: Pull complete [2021-04-08T02:47:14.208Z] 18c013af1878: Pull complete [2021-04-08T02:47:14.815Z] 745a02a5169b: Verifying Checksum [2021-04-08T02:47:14.815Z] 745a02a5169b: Download complete [2021-04-08T02:47:16.246Z] 00ac8860ef70: Verifying Checksum [2021-04-08T02:47:16.246Z] 00ac8860ef70: Download complete [2021-04-08T02:47:26.425Z] 00ac8860ef70: Pull complete [2021-04-08T02:47:26.425Z] 63d7cb157983: Pull complete [2021-04-08T02:47:27.025Z] b116817d02f9: Pull complete [2021-04-08T02:47:30.420Z] 745a02a5169b: Pull complete [2021-04-08T02:47:30.420Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-08T02:47:30.420Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-08T02:47:30.420Z] ---> b7e6874047d6 [2021-04-08T02:47:30.420Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-08T02:47:33.823Z] ---> Running in 1f237de6384a [2021-04-08T02:47:34.095Z] Removing intermediate container 1f237de6384a [2021-04-08T02:47:34.095Z] ---> 4764387d9184 [2021-04-08T02:47:34.095Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T02:47:34.368Z] ---> Running in f01fba211431 [2021-04-08T02:47:36.998Z] Removing intermediate container f01fba211431 [2021-04-08T02:47:36.998Z] ---> 79828d1ac1e6 [2021-04-08T02:47:36.998Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-04-08T02:47:36.998Z] ---> Running in 48e9f916c772 [2021-04-08T02:47:37.599Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-08T02:47:38.575Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-08T02:47:39.169Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-04-08T02:47:39.169Z] (2/6) Installing libsodium (1.0.18-r0) [2021-04-08T02:47:39.169Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-04-08T02:47:39.441Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-04-08T02:47:39.441Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-08T02:47:39.441Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-04-08T02:47:39.711Z] Executing busybox-1.31.1-r19.trigger [2021-04-08T02:47:39.711Z] OK: 144 MiB in 45 packages [2021-04-08T02:47:41.142Z] Removing intermediate container 48e9f916c772 [2021-04-08T02:47:41.142Z] ---> 252222bfb078 [2021-04-08T02:47:41.142Z] Step 6/8 : WORKDIR /device-sdk-go [2021-04-08T02:47:41.142Z] ---> Running in a2d5651145c3 [2021-04-08T02:47:41.738Z] Removing intermediate container a2d5651145c3 [2021-04-08T02:47:41.738Z] ---> 0a2156496e90 [2021-04-08T02:47:41.738Z] Step 7/8 : COPY . . [2021-04-08T02:47:42.718Z] ---> d6f16e81fa64 [2021-04-08T02:47:42.718Z] Step 8/8 : RUN go mod download [2021-04-08T02:47:42.994Z] ---> Running in 2e8ad70af010 [2021-04-08T02:47:46.605Z] Running on prd-centos7-docker-4c-2g-33255 in /w/workspace/dgexfoundry_device-sdk-go_PR-725 [Pipeline] { [Pipeline] ws [2021-04-08T02:47:46.661Z] Running in /w/workspace/device-sdk-go/31 [Pipeline] { [Pipeline] checkout [2021-04-08T02:47:49.216Z] using credential edgex-jenkins-ssh [2021-04-08T02:47:49.271Z] Cloning the remote Git repository [2021-04-08T02:47:49.297Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-04-08T02:47:49.366Z] > git init /w/workspace/device-sdk-go/31 # timeout=10 [2021-04-08T02:47:49.451Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-08T02:47:49.451Z] > git --version # timeout=10 [2021-04-08T02:47:49.458Z] > git --version # 'git version 2.24.3' [2021-04-08T02:47:49.459Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-08T02:47:49.483Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-08T02:47:50.239Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-08T02:47:50.246Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-08T02:47:50.258Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-08T02:47:50.272Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-08T02:47:50.272Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-08T02:47:50.276Z] > 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-08T02:47:50.796Z] Merging remotes/origin/master commit 00c5ba735e55045c2b436cba75d2b8d60948dbc8 into PR head commit ea5f2fe995444737663861e42b9b0407e76b07bc [2021-04-08T02:47:50.971Z] Merge succeeded, producing df14253b110e4f65dc2ea0acf7197ebe6cd1d309 [2021-04-08T02:47:50.972Z] Checking out Revision df14253b110e4f65dc2ea0acf7197ebe6cd1d309 (PR-725) [2021-04-08T02:47:50.802Z] > git config core.sparsecheckout # timeout=10 [2021-04-08T02:47:50.807Z] > git checkout -f ea5f2fe995444737663861e42b9b0407e76b07bc # timeout=10 [2021-04-08T02:47:50.861Z] > git remote # timeout=10 [2021-04-08T02:47:50.867Z] > git config --get remote.origin.url # timeout=10 [2021-04-08T02:47:50.875Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-08T02:47:50.879Z] > git merge 00c5ba735e55045c2b436cba75d2b8d60948dbc8 # timeout=10 [2021-04-08T02:47:50.963Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-08T02:47:50.973Z] > git config core.sparsecheckout # timeout=10 [2021-04-08T02:47:50.982Z] > git checkout -f df14253b110e4f65dc2ea0acf7197ebe6cd1d309 # timeout=10 [2021-04-08T02:47:54.613Z] Commit message: "Merge commit '00c5ba735e55045c2b436cba75d2b8d60948dbc8' into HEAD" [2021-04-08T02:47:54.625Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-08T02:47:54.615Z] > git rev-list --no-walk f437281f1477c7681aed980e8d1e4874309ed8ba # timeout=10 [2021-04-08T02:47:55.695Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-08T02:47:56.026Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-08T02:47:56.327Z] + sudo service docker restart [2021-04-08T02:47:56.327Z] + true [2021-04-08T02:47:56.327Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-08T02:47:57.842Z] provisioning config files... [2021-04-08T02:47:57.878Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/31@tmp/config2489933414240556336tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-08T02:47:58.261Z] ---> docker-login.sh [2021-04-08T02:47:58.261Z] nexus3.edgexfoundry.org:10001 [2021-04-08T02:47:58.524Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T02:47:58.524Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T02:47:58.524Z] Configure a credential helper to remove this warning. See [2021-04-08T02:47:58.524Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T02:47:58.524Z] [2021-04-08T02:47:58.524Z] Login Succeeded [2021-04-08T02:47:58.524Z] nexus3.edgexfoundry.org:10002 [2021-04-08T02:47:58.787Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T02:47:58.787Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T02:47:58.787Z] Configure a credential helper to remove this warning. See [2021-04-08T02:47:58.787Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T02:47:58.787Z] [2021-04-08T02:47:58.787Z] Login Succeeded [2021-04-08T02:47:58.787Z] nexus3.edgexfoundry.org:10003 [2021-04-08T02:47:58.787Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T02:47:59.049Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T02:47:59.049Z] Configure a credential helper to remove this warning. See [2021-04-08T02:47:59.049Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T02:47:59.049Z] [2021-04-08T02:47:59.049Z] Login Succeeded [2021-04-08T02:47:59.049Z] nexus3.edgexfoundry.org:10004 [2021-04-08T02:47:59.049Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T02:47:59.049Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T02:47:59.049Z] Configure a credential helper to remove this warning. See [2021-04-08T02:47:59.049Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T02:47:59.049Z] [2021-04-08T02:47:59.049Z] Login Succeeded [2021-04-08T02:47:59.049Z] docker.io [2021-04-08T02:47:59.312Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T02:47:59.574Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T02:47:59.574Z] Configure a credential helper to remove this warning. See [2021-04-08T02:47:59.574Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T02:47:59.574Z] [2021-04-08T02:47:59.574Z] Login Succeeded [2021-04-08T02:47:59.574Z] ---> docker-login.sh ends [Pipeline] } [2021-04-08T02:47:59.583Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-08T02:47:59.939Z] ========================================================= [2021-04-08T02:47:59.939Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-08T02:47:59.939Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-08T02:48:00.293Z] + 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-08T02:48:00.555Z] Sending build context to Docker daemon 2.395MB [2021-04-08T02:48:00.555Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-08T02:48:00.555Z] Step 2/8 : FROM ${BASE} [2021-04-08T02:48:00.555Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-08T02:48:00.555Z] 188c0c94c7c5: Pulling fs layer [2021-04-08T02:48:00.555Z] 0ef7d3d256c8: Pulling fs layer [2021-04-08T02:48:00.555Z] de9db76c5a1d: Pulling fs layer [2021-04-08T02:48:00.555Z] bca2f99d35d6: Pulling fs layer [2021-04-08T02:48:00.555Z] 93359f2a8cfa: Pulling fs layer [2021-04-08T02:48:00.555Z] 7c6f9722023f: Pulling fs layer [2021-04-08T02:48:00.555Z] a35cf1a2eb13: Pulling fs layer [2021-04-08T02:48:00.555Z] 93359f2a8cfa: Waiting [2021-04-08T02:48:00.555Z] 7c6f9722023f: Waiting [2021-04-08T02:48:00.555Z] a35cf1a2eb13: Waiting [2021-04-08T02:48:00.555Z] bca2f99d35d6: Waiting [2021-04-08T02:48:00.555Z] de9db76c5a1d: Verifying Checksum [2021-04-08T02:48:00.555Z] de9db76c5a1d: Download complete [2021-04-08T02:48:00.555Z] 0ef7d3d256c8: Verifying Checksum [2021-04-08T02:48:00.555Z] 0ef7d3d256c8: Download complete [2021-04-08T02:48:00.555Z] 93359f2a8cfa: Verifying Checksum [2021-04-08T02:48:00.555Z] 93359f2a8cfa: Download complete [2021-04-08T02:48:00.555Z] 188c0c94c7c5: Verifying Checksum [2021-04-08T02:48:00.555Z] 188c0c94c7c5: Download complete [2021-04-08T02:48:00.555Z] 7c6f9722023f: Verifying Checksum [2021-04-08T02:48:00.555Z] 7c6f9722023f: Download complete [2021-04-08T02:48:00.820Z] 188c0c94c7c5: Pull complete [2021-04-08T02:48:01.082Z] 0ef7d3d256c8: Pull complete [2021-04-08T02:48:01.082Z] de9db76c5a1d: Pull complete [2021-04-08T02:48:03.008Z] a35cf1a2eb13: Verifying Checksum [2021-04-08T02:48:03.008Z] a35cf1a2eb13: Download complete [2021-04-08T02:48:03.271Z] bca2f99d35d6: Verifying Checksum [2021-04-08T02:48:03.271Z] bca2f99d35d6: Download complete [2021-04-08T02:48:08.619Z] bca2f99d35d6: Pull complete [2021-04-08T02:48:08.883Z] 93359f2a8cfa: Pull complete [2021-04-08T02:48:08.883Z] 7c6f9722023f: Pull complete [2021-04-08T02:48:09.807Z] Removing intermediate container 2e8ad70af010 [2021-04-08T02:48:09.807Z] ---> 30b95a29798c [2021-04-08T02:48:09.807Z] Successfully built 30b95a29798c [2021-04-08T02:48:09.807Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-08T02:48:10.154Z] + docker inspect -f . ci-base-image-arm64 [2021-04-08T02:48:10.154Z] . [Pipeline] withDockerContainer [2021-04-08T02:48:10.399Z] prd-ubuntu18.04-docker-arm64-4c-16g-33254 does not seem to be running inside a container [2021-04-08T02:48:10.481Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/31 -v /w/workspace/device-sdk-go/31:/w/workspace/device-sdk-go/31:rw,z -v /w/workspace/device-sdk-go/31@tmp:/w/workspace/device-sdk-go/31@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-08T02:48:12.069Z] $ docker top fec62b666e18563f54128927ac7b62e467dc573e60a806c549419837e6bfccd1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-08T02:48:13.088Z] + go version [2021-04-08T02:48:13.088Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-08T02:48:13.118Z] $ docker stop --time=1 fec62b666e18563f54128927ac7b62e467dc573e60a806c549419837e6bfccd1 [2021-04-08T02:48:14.200Z] a35cf1a2eb13: Pull complete [2021-04-08T02:48:14.200Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-08T02:48:14.200Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-08T02:48:14.200Z] ---> a62c8e92a672 [2021-04-08T02:48:14.200Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-08T02:48:14.200Z] ---> Running in 8e011e22618d [2021-04-08T02:48:14.465Z] Removing intermediate container 8e011e22618d [2021-04-08T02:48:14.465Z] ---> 0022faee0139 [2021-04-08T02:48:14.465Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T02:48:14.465Z] ---> Running in 37aee90809a1 [2021-04-08T02:48:15.065Z] $ docker rm -f fec62b666e18563f54128927ac7b62e467dc573e60a806c549419837e6bfccd1 [Pipeline] // withDockerContainer [2021-04-08T02:48:15.419Z] Removing intermediate container 37aee90809a1 [2021-04-08T02:48:15.419Z] ---> 45f953bcc3b6 [2021-04-08T02:48:15.419Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-04-08T02:48:15.419Z] ---> Running in 87b467014f71 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-08T02:48:15.994Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-08T02:48:16.096Z] + docker inspect -f . ci-base-image-arm64 [2021-04-08T02:48:16.096Z] . [Pipeline] withDockerContainer [2021-04-08T02:48:16.355Z] prd-ubuntu18.04-docker-arm64-4c-16g-33254 does not seem to be running inside a container [2021-04-08T02:48:16.430Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/31 -v /w/workspace/device-sdk-go/31:/w/workspace/device-sdk-go/31:rw,z -v /w/workspace/device-sdk-go/31@tmp:/w/workspace/device-sdk-go/31@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-08T02:48:16.567Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-08T02:48:17.141Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-04-08T02:48:17.141Z] (2/6) Installing libsodium (1.0.18-r0) [2021-04-08T02:48:17.141Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-04-08T02:48:17.141Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-04-08T02:48:17.404Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-08T02:48:17.404Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-04-08T02:48:17.669Z] Executing busybox-1.31.1-r19.trigger [2021-04-08T02:48:17.669Z] OK: 167 MiB in 45 packages [2021-04-08T02:48:17.930Z] $ docker top 8d8c85f874a43ffde3b6704bf811cd1eca21e0dcb824ed02da6d40d442346196 -eo pid,comm [2021-04-08T02:48:17.932Z] Removing intermediate container 87b467014f71 [2021-04-08T02:48:17.932Z] ---> 907418fe24f9 [2021-04-08T02:48:17.932Z] Step 6/8 : WORKDIR /device-sdk-go [2021-04-08T02:48:18.195Z] ---> Running in 4ce9209bafeb [2021-04-08T02:48:18.195Z] Removing intermediate container 4ce9209bafeb [2021-04-08T02:48:18.195Z] ---> be6fe3b9fe48 [2021-04-08T02:48:18.195Z] Step 7/8 : COPY . . [Pipeline] { [Pipeline] sh [2021-04-08T02:48:18.954Z] + make test [2021-04-08T02:48:18.954Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-08T02:48:19.587Z] ---> 20728fd0f07d [2021-04-08T02:48:19.587Z] Step 8/8 : RUN go mod download [2021-04-08T02:48:19.587Z] ---> Running in 5a01963c7b15 [2021-04-08T02:48:41.127Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-04-08T02:48:41.636Z] Removing intermediate container 5a01963c7b15 [2021-04-08T02:48:41.636Z] ---> e77d2f79ea28 [2021-04-08T02:48:41.636Z] Successfully built e77d2f79ea28 [2021-04-08T02:48:41.636Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-08T02:48:41.953Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-08T02:48:41.953Z] . [Pipeline] withDockerContainer [2021-04-08T02:48:42.193Z] prd-centos7-docker-4c-2g-33255 does not seem to be running inside a container [2021-04-08T02:48:42.293Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/31 -v /w/workspace/device-sdk-go/31:/w/workspace/device-sdk-go/31:rw,z -v /w/workspace/device-sdk-go/31@tmp:/w/workspace/device-sdk-go/31@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-08T02:48:43.136Z] $ docker top ffbc0bbf3bb2b71b51ab06b7837b17232f269faff8afc84185a8eb18129ad227 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-08T02:48:43.642Z] + go version [2021-04-08T02:48:43.643Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-08T02:48:43.656Z] $ docker stop --time=1 ffbc0bbf3bb2b71b51ab06b7837b17232f269faff8afc84185a8eb18129ad227 [2021-04-08T02:48:44.996Z] $ docker rm -f ffbc0bbf3bb2b71b51ab06b7837b17232f269faff8afc84185a8eb18129ad227 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-08T02:48:45.836Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-08T02:48:45.836Z] . [Pipeline] withDockerContainer [2021-04-08T02:48:45.934Z] prd-centos7-docker-4c-2g-33255 does not seem to be running inside a container [2021-04-08T02:48:45.984Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/31 -v /w/workspace/device-sdk-go/31:/w/workspace/device-sdk-go/31:rw,z -v /w/workspace/device-sdk-go/31@tmp:/w/workspace/device-sdk-go/31@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-08T02:48:46.596Z] $ docker top 9d984be79fcc9bad8d4228ba62318bdc44b8a9258fca4db626f12d27e12ebc76 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-08T02:48:47.139Z] + make test [2021-04-08T02:48:47.139Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-08T02:48:55.361Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-04-08T02:49:13.681Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-04-08T02:49:13.681Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-04-08T02:49:13.681Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-04-08T02:49:13.681Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] [2021-04-08T02:49:13.681Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-04-08T02:49:17.022Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.059s coverage: 28.1% of statements [2021-04-08T02:49:17.022Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.082s coverage: 78.9% of statements [2021-04-08T02:49:17.602Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.083s coverage: 7.8% of statements [2021-04-08T02:49:17.602Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-04-08T02:49:17.602Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-04-08T02:49:17.602Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-04-08T02:49:17.602Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.095s coverage: 32.5% of statements [2021-04-08T02:49:17.602Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-04-08T02:49:17.602Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-04-08T02:49:17.602Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-04-08T02:49:18.184Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.117s coverage: 57.3% of statements [2021-04-08T02:49:18.757Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 1.201s coverage: 6.6% of statements [2021-04-08T02:49:19.019Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.057s coverage: 5.0% of statements [2021-04-08T02:49:19.020Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-04-08T02:49:19.282Z] GO111MODULE=on go vet ./... [2021-04-08T02:49:34.343Z] gofmt -l . [2021-04-08T02:49:34.343Z] [ "`gofmt -l .`" = "" ] [2021-04-08T02:49:34.343Z] ./bin/test-attribution-txt.sh [2021-04-08T02:49:35.293Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-04-08T02:49:35.575Z] $ docker stop --time=1 9d984be79fcc9bad8d4228ba62318bdc44b8a9258fca4db626f12d27e12ebc76 [2021-04-08T02:49:37.276Z] $ docker rm -f 9d984be79fcc9bad8d4228ba62318bdc44b8a9258fca4db626f12d27e12ebc76 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-08T02:49:37.756Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-04-08T02:49:37.756Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-04-08T02:49:37.756Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-04-08T02:49:37.756Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] [2021-04-08T02:49:37.756Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-04-08T02:49:37.996Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-08T02:49:38.400Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-04-08T02:49:41.182Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.155s coverage: 28.1% of statements [2021-04-08T02:49:41.182Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.171s coverage: 78.9% of statements [2021-04-08T02:49:41.182Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.153s coverage: 7.8% of statements [2021-04-08T02:49:41.182Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-04-08T02:49:41.182Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-04-08T02:49:41.182Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-04-08T02:49:41.345Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-08T02:49:41.649Z] + ls -al . [2021-04-08T02:49:41.649Z] total 188 [2021-04-08T02:49:41.649Z] drwxrwxr-x. 10 jenkins jenkins 4096 Apr 8 02:49 . [2021-04-08T02:49:41.649Z] drwxrwxr-x. 4 jenkins jenkins 30 Apr 8 02:47 .. [2021-04-08T02:49:41.649Z] drwxrwxr-x. 2 jenkins jenkins 64 Apr 8 02:47 bin [2021-04-08T02:49:41.649Z] -rw-r--r--. 1 jenkins jenkins 99190 Apr 8 02:49 coverage.out [2021-04-08T02:49:41.649Z] -rw-rw-r--. 1 jenkins jenkins 987 Apr 8 02:47 Dockerfile.build [2021-04-08T02:49:41.649Z] -rw-rw-r--. 1 jenkins jenkins 140 Apr 8 02:47 .dockerignore [2021-04-08T02:49:41.649Z] drwxrwxr-x. 5 jenkins jenkins 62 Apr 8 02:47 example [2021-04-08T02:49:41.649Z] drwxrwxr-x. 8 jenkins jenkins 179 Apr 8 02:47 .git [2021-04-08T02:49:41.649Z] drwxrwxr-x. 2 jenkins jenkins 103 Apr 8 02:47 .github [2021-04-08T02:49:41.649Z] -rw-rw-r--. 1 jenkins jenkins 138 Apr 8 02:47 .gitignore [2021-04-08T02:49:41.649Z] -rw-r--r--. 1 jenkins jenkins 572 Apr 8 02:49 go.mod [2021-04-08T02:49:41.649Z] -rw-r--r--. 1 jenkins jenkins 20946 Apr 8 02:49 go.sum [2021-04-08T02:49:41.649Z] drwxrwxr-x. 14 jenkins jenkins 207 Apr 8 02:47 internal [2021-04-08T02:49:41.649Z] -rw-rw-r--. 1 jenkins jenkins 894 Apr 8 02:47 Jenkinsfile [2021-04-08T02:49:41.649Z] -rw-rw-r--. 1 jenkins jenkins 11341 Apr 8 02:47 LICENSE [2021-04-08T02:49:41.649Z] -rw-rw-r--. 1 jenkins jenkins 1022 Apr 8 02:47 Makefile [2021-04-08T02:49:41.649Z] drwxrwxr-x. 4 jenkins jenkins 26 Apr 8 02:47 openapi [2021-04-08T02:49:41.649Z] drwxrwxr-x. 5 jenkins jenkins 50 Apr 8 02:47 pkg [2021-04-08T02:49:41.649Z] -rw-rw-r--. 1 jenkins jenkins 5897 Apr 8 02:47 README.md [2021-04-08T02:49:41.649Z] -rw-rw-r--. 1 jenkins jenkins 6616 Apr 8 02:47 RELEASE-NOTES.txt [2021-04-08T02:49:41.649Z] drwxrwxr-x. 4 jenkins jenkins 54 Apr 8 02:47 snap [2021-04-08T02:49:41.649Z] -rw-rw-r--. 1 jenkins jenkins 5 Apr 8 02:44 VERSION [2021-04-08T02:49:41.649Z] -rw-rw-r--. 1 jenkins jenkins 222 Apr 8 02:47 version.go [Pipeline] isUnix [Pipeline] sh [2021-04-08T02:49:41.955Z] + 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=f6731ffe8fccd19843bb0a171d57cc80aae64ce0 --label arch=amd64 --label version=0.0.0 . [2021-04-08T02:49:42.220Z] Sending build context to Docker daemon 2.495MB [2021-04-08T02:49:42.220Z] Step 1/23 : ARG BASE=golang:1.15-alpine3.12 [2021-04-08T02:49:42.220Z] Step 2/23 : FROM ${BASE} AS builder [2021-04-08T02:49:42.220Z] ---> e77d2f79ea28 [2021-04-08T02:49:42.220Z] Step 3/23 : WORKDIR /device-sdk-go [2021-04-08T02:49:42.806Z] ---> Running in be6dc19a74e9 [2021-04-08T02:49:43.069Z] Removing intermediate container be6dc19a74e9 [2021-04-08T02:49:43.069Z] ---> fa5565a0bf59 [2021-04-08T02:49:43.069Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-08T02:49:43.069Z] ---> Running in c40bb534ba46 [2021-04-08T02:49:43.069Z] Removing intermediate container c40bb534ba46 [2021-04-08T02:49:43.069Z] ---> 61229742b21c [2021-04-08T02:49:43.069Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T02:49:43.172Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.244s coverage: 32.5% of statements [2021-04-08T02:49:43.172Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-04-08T02:49:43.172Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-04-08T02:49:43.172Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-04-08T02:49:43.331Z] ---> Running in af62ecb1aca9 [2021-04-08T02:49:44.282Z] Removing intermediate container af62ecb1aca9 [2021-04-08T02:49:44.282Z] ---> 6a60cbfd76e4 [2021-04-08T02:49:44.283Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-04-08T02:49:44.283Z] ---> Running in 12bbf3d727b7 [2021-04-08T02:49:44.546Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-08T02:49:45.494Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-08T02:49:45.762Z] OK: 167 MiB in 45 packages [2021-04-08T02:49:46.345Z] Removing intermediate container 12bbf3d727b7 [2021-04-08T02:49:46.345Z] ---> d4dc027514e6 [2021-04-08T02:49:46.345Z] Step 7/23 : COPY . . [2021-04-08T02:49:46.583Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.293s coverage: 57.3% of statements [2021-04-08T02:49:46.583Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.053s coverage: 6.6% of statements [2021-04-08T02:49:46.854Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.139s coverage: 5.0% of statements [2021-04-08T02:49:46.854Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-04-08T02:49:47.292Z] ---> 09339562a103 [2021-04-08T02:49:47.292Z] Step 8/23 : RUN go mod download [2021-04-08T02:49:47.292Z] ---> Running in 6b6ff3c35ec4 [2021-04-08T02:49:47.450Z] GO111MODULE=on go vet ./... [2021-04-08T02:49:48.688Z] Removing intermediate container 6b6ff3c35ec4 [2021-04-08T02:49:48.688Z] ---> 33971f9905e4 [2021-04-08T02:49:48.688Z] Step 9/23 : RUN make build [2021-04-08T02:49:48.688Z] ---> Running in 1fc96cb40417 [2021-04-08T02:49:48.963Z] 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-08T02:50:01.345Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-04-08T02:50:01.345Z] Removing intermediate container 1fc96cb40417 [2021-04-08T02:50:01.345Z] ---> 5ca96918374b [2021-04-08T02:50:01.345Z] Step 10/23 : FROM alpine:3.12 [2021-04-08T02:50:01.960Z] 3.12: Pulling from library/alpine [2021-04-08T02:50:02.222Z] 532819f3e44c: Pulling fs layer [2021-04-08T02:50:02.486Z] 532819f3e44c: Download complete [2021-04-08T02:50:02.748Z] 532819f3e44c: Pull complete [2021-04-08T02:50:02.748Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-08T02:50:02.748Z] Status: Downloaded newer image for alpine:3.12 [2021-04-08T02:50:02.748Z] ---> 7230e588e954 [2021-04-08T02:50:02.748Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-08T02:50:03.013Z] ---> Running in 5875bdd3df14 [2021-04-08T02:50:03.013Z] Removing intermediate container 5875bdd3df14 [2021-04-08T02:50:03.013Z] ---> 2e50b0d44091 [2021-04-08T02:50:03.013Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T02:50:03.013Z] ---> Running in 7340e8546632 [2021-04-08T02:50:03.965Z] Removing intermediate container 7340e8546632 [2021-04-08T02:50:03.965Z] ---> 3f03136a1860 [2021-04-08T02:50:03.965Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-04-08T02:50:04.229Z] ---> Running in 28b84871c5e9 [2021-04-08T02:50:04.495Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-08T02:50:05.077Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-08T02:50:05.654Z] (1/5) Installing libgcc (9.3.0-r2) [2021-04-08T02:50:05.654Z] (2/5) Installing libsodium (1.0.18-r0) [2021-04-08T02:50:05.917Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-04-08T02:50:06.179Z] (4/5) Installing libzmq (4.3.3-r0) [2021-04-08T02:50:06.754Z] (5/5) Installing zeromq (4.3.3-r0) [2021-04-08T02:50:06.754Z] Executing busybox-1.31.1-r20.trigger [2021-04-08T02:50:06.754Z] OK: 8 MiB in 19 packages [2021-04-08T02:50:07.328Z] Removing intermediate container 28b84871c5e9 [2021-04-08T02:50:07.328Z] ---> eae63c1f3cea [2021-04-08T02:50:07.328Z] Step 14/23 : WORKDIR / [2021-04-08T02:50:07.328Z] ---> Running in 03ed4a11b308 [2021-04-08T02:50:07.590Z] Removing intermediate container 03ed4a11b308 [2021-04-08T02:50:07.590Z] ---> b23dacb22b44 [2021-04-08T02:50:07.590Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-04-08T02:50:07.852Z] ---> e8bb8ccc6fae [2021-04-08T02:50:07.852Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-04-08T02:50:08.430Z] ---> 537f0f235b0d [2021-04-08T02:50:08.430Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-04-08T02:50:08.692Z] ---> 797f71462cd1 [2021-04-08T02:50:08.692Z] Step 18/23 : EXPOSE 49990 [2021-04-08T02:50:08.692Z] ---> Running in 339754ce3053 [2021-04-08T02:50:08.692Z] Removing intermediate container 339754ce3053 [2021-04-08T02:50:08.692Z] ---> 44b5ef5b63b9 [2021-04-08T02:50:08.692Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-04-08T02:50:08.954Z] ---> Running in 6717eebeb7a0 [2021-04-08T02:50:08.954Z] Removing intermediate container 6717eebeb7a0 [2021-04-08T02:50:08.954Z] ---> c10249ce1c0a [2021-04-08T02:50:08.954Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-08T02:50:08.954Z] ---> Running in ec4511806080 [2021-04-08T02:50:09.218Z] Removing intermediate container ec4511806080 [2021-04-08T02:50:09.218Z] ---> e2cc7afda98e [2021-04-08T02:50:09.218Z] Step 21/23 : LABEL arch=amd64 [2021-04-08T02:50:09.218Z] ---> Running in 09f56c738558 [2021-04-08T02:50:09.480Z] Removing intermediate container 09f56c738558 [2021-04-08T02:50:09.480Z] ---> a0f3c83aeede [2021-04-08T02:50:09.480Z] Step 22/23 : LABEL git_sha=f6731ffe8fccd19843bb0a171d57cc80aae64ce0 [2021-04-08T02:50:09.480Z] ---> Running in 729b9ffd4e6f [2021-04-08T02:50:09.742Z] Removing intermediate container 729b9ffd4e6f [2021-04-08T02:50:09.742Z] ---> 96a602a513b7 [2021-04-08T02:50:09.742Z] Step 23/23 : LABEL version=0.0.0 [2021-04-08T02:50:09.742Z] ---> Running in c9fc694b26df [2021-04-08T02:50:10.689Z] Removing intermediate container c9fc694b26df [2021-04-08T02:50:10.689Z] ---> 1b1090ec74a5 [2021-04-08T02:50:10.689Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2021-04-08T02:50:10.689Z] Successfully built 1b1090ec74a5 [2021-04-08T02:50:10.689Z] 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-08T02:50:11.822Z] ---> job-cost.sh [2021-04-08T02:50:11.822Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-AvMI [2021-04-08T02:50:26.750Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-08T02:50:34.479Z] gofmt -l . [2021-04-08T02:50:34.479Z] [ "`gofmt -l .`" = "" ] [2021-04-08T02:50:34.479Z] ./bin/test-attribution-txt.sh [2021-04-08T02:50:34.479Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-04-08T02:50:34.501Z] $ docker stop --time=1 8d8c85f874a43ffde3b6704bf811cd1eca21e0dcb824ed02da6d40d442346196 [2021-04-08T02:50:36.854Z] $ docker rm -f 8d8c85f874a43ffde3b6704bf811cd1eca21e0dcb824ed02da6d40d442346196 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-08T02:50:38.085Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-08T02:50:38.156Z] Warning: overwriting stash ‘coverage-report’ [2021-04-08T02:50:39.224Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-08T02:50:40.030Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-08T02:50:40.512Z] + ls -al . [2021-04-08T02:50:40.512Z] total 224 [2021-04-08T02:50:40.512Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 8 02:50 . [2021-04-08T02:50:40.512Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 8 02:46 .. [2021-04-08T02:50:40.512Z] -rw-rw-r-- 1 jenkins jenkins 140 Apr 8 02:46 .dockerignore [2021-04-08T02:50:40.512Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 8 02:47 .git [2021-04-08T02:50:40.512Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 8 02:46 .github [2021-04-08T02:50:40.512Z] -rw-rw-r-- 1 jenkins jenkins 138 Apr 8 02:46 .gitignore [2021-04-08T02:50:40.512Z] -rw-rw-r-- 1 jenkins jenkins 987 Apr 8 02:46 Dockerfile.build [2021-04-08T02:50:40.512Z] -rw-rw-r-- 1 jenkins jenkins 894 Apr 8 02:46 Jenkinsfile [2021-04-08T02:50:40.512Z] -rw-rw-r-- 1 jenkins jenkins 11341 Apr 8 02:46 LICENSE [2021-04-08T02:50:40.512Z] -rw-rw-r-- 1 jenkins jenkins 1022 Apr 8 02:46 Makefile [2021-04-08T02:50:40.512Z] -rw-rw-r-- 1 jenkins jenkins 5897 Apr 8 02:46 README.md [2021-04-08T02:50:40.512Z] -rw-rw-r-- 1 jenkins jenkins 6616 Apr 8 02:46 RELEASE-NOTES.txt [2021-04-08T02:50:40.512Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 8 02:44 VERSION [2021-04-08T02:50:40.512Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 8 02:46 bin [2021-04-08T02:50:40.512Z] -rw-r--r-- 1 jenkins jenkins 99189 Apr 8 02:49 coverage.out [2021-04-08T02:50:40.512Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 8 02:46 example [2021-04-08T02:50:40.512Z] -rw-r--r-- 1 jenkins jenkins 572 Apr 8 02:50 go.mod [2021-04-08T02:50:40.512Z] -rw-r--r-- 1 jenkins jenkins 20946 Apr 8 02:50 go.sum [2021-04-08T02:50:40.512Z] drwxrwxr-x 14 jenkins jenkins 4096 Apr 8 02:46 internal [2021-04-08T02:50:40.512Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 8 02:46 openapi [2021-04-08T02:50:40.512Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 8 02:46 pkg [2021-04-08T02:50:40.512Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 8 02:46 snap [2021-04-08T02:50:40.512Z] -rw-rw-r-- 1 jenkins jenkins 222 Apr 8 02:46 version.go [Pipeline] isUnix [Pipeline] sh [2021-04-08T02:50:40.915Z] + 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=f6731ffe8fccd19843bb0a171d57cc80aae64ce0 --label arch=arm64 --label version=0.0.0 . [2021-04-08T02:50:41.541Z] Sending build context to Docker daemon 2.491MB [2021-04-08T02:50:41.541Z] Step 1/23 : ARG BASE=golang:1.15-alpine3.12 [2021-04-08T02:50:41.541Z] Step 2/23 : FROM ${BASE} AS builder [2021-04-08T02:50:41.541Z] ---> 30b95a29798c [2021-04-08T02:50:41.541Z] Step 3/23 : WORKDIR /device-sdk-go [2021-04-08T02:50:41.816Z] ---> Running in 63f5b363345a [2021-04-08T02:50:42.088Z] Removing intermediate container 63f5b363345a [2021-04-08T02:50:42.088Z] ---> 7bb26cd6bd11 [2021-04-08T02:50:42.088Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-08T02:50:42.364Z] ---> Running in 2c51f5e63376 [2021-04-08T02:50:42.643Z] Removing intermediate container 2c51f5e63376 [2021-04-08T02:50:42.643Z] ---> 359e39b52a6d [2021-04-08T02:50:42.643Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T02:50:42.915Z] ---> Running in 7f652dea903f [2021-04-08T02:50:44.882Z] Removing intermediate container 7f652dea903f [2021-04-08T02:50:44.882Z] ---> fd5164f80c55 [2021-04-08T02:50:44.882Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-04-08T02:50:45.162Z] ---> Running in 344f0f9b55c5 [2021-04-08T02:50:46.143Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-08T02:50:46.735Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-08T02:50:47.710Z] OK: 144 MiB in 45 packages [2021-04-08T02:50:48.704Z] Removing intermediate container 344f0f9b55c5 [2021-04-08T02:50:48.704Z] ---> f830b3cedab0 [2021-04-08T02:50:48.704Z] Step 7/23 : COPY . . [2021-04-08T02:50:49.681Z] ---> f592331c1f75 [2021-04-08T02:50:49.681Z] Step 8/23 : RUN go mod download [2021-04-08T02:50:49.952Z] ---> Running in f3131c8866fb [2021-04-08T02:50:52.567Z] Removing intermediate container f3131c8866fb [2021-04-08T02:50:52.567Z] ---> 4ae9a136e636 [2021-04-08T02:50:52.567Z] Step 9/23 : RUN make build [2021-04-08T02:50:52.567Z] ---> Running in 5a241a8c8f36 [2021-04-08T02:50:53.415Z] lf-activate-venv(): INFO: Adding /tmp/venv-AvMI/bin to PATH [2021-04-08T02:50:53.415Z] INFO: No Stack... [2021-04-08T02:50:53.415Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-08T02:50:53.544Z] 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-08T02:50:53.991Z] INFO: Archiving Costs [Pipeline] sh [2021-04-08T02:50:54.303Z] + cat /w/workspace/device-sdk-go/31/archives/cost.csv [2021-04-08T02:50:54.304Z] + cut -d, -f6 [Pipeline] lock [2021-04-08T02:50:54.378Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-725-31-stack-cost] [2021-04-08T02:50:54.394Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-725-31-stack-cost] did not exist. Created. [2021-04-08T02:50:54.395Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-725-31-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-08T02:50:54.856Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-08T02:50:55.049Z] Stashed 1 file(s) [Pipeline] } [2021-04-08T02:50:55.062Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-725-31-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-08T02:51:25.976Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-04-08T02:51:27.946Z] Removing intermediate container 5a241a8c8f36 [2021-04-08T02:51:27.946Z] ---> 220412393530 [2021-04-08T02:51:27.946Z] Step 10/23 : FROM alpine:3.12 [2021-04-08T02:51:28.217Z] 3.12: Pulling from library/alpine [2021-04-08T02:51:28.492Z] 9a219e8acc52: Pulling fs layer [2021-04-08T02:51:28.492Z] 9a219e8acc52: Verifying Checksum [2021-04-08T02:51:28.492Z] 9a219e8acc52: Download complete [2021-04-08T02:51:29.087Z] 9a219e8acc52: Pull complete [2021-04-08T02:51:29.087Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-08T02:51:29.361Z] Status: Downloaded newer image for alpine:3.12 [2021-04-08T02:51:29.361Z] ---> d75e27dfc0a0 [2021-04-08T02:51:29.361Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-08T02:51:29.361Z] ---> Running in 2713f3698cee [2021-04-08T02:51:29.954Z] Removing intermediate container 2713f3698cee [2021-04-08T02:51:29.954Z] ---> b5a0447380e3 [2021-04-08T02:51:29.954Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T02:51:29.954Z] ---> Running in 565b14c7992c [2021-04-08T02:51:31.929Z] Removing intermediate container 565b14c7992c [2021-04-08T02:51:31.929Z] ---> 037b65897723 [2021-04-08T02:51:31.929Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-04-08T02:51:31.929Z] ---> Running in 95c8f9ce20db [2021-04-08T02:51:33.367Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-08T02:51:33.956Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-08T02:51:34.544Z] (1/5) Installing libgcc (9.3.0-r2) [2021-04-08T02:51:34.544Z] (2/5) Installing libsodium (1.0.18-r0) [2021-04-08T02:51:34.544Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-04-08T02:51:34.814Z] (4/5) Installing libzmq (4.3.3-r0) [2021-04-08T02:51:35.084Z] (5/5) Installing zeromq (4.3.3-r0) [2021-04-08T02:51:35.084Z] Executing busybox-1.31.1-r20.trigger [2021-04-08T02:51:35.084Z] OK: 8 MiB in 19 packages [2021-04-08T02:51:36.517Z] Removing intermediate container 95c8f9ce20db [2021-04-08T02:51:36.517Z] ---> 68e31c7235e8 [2021-04-08T02:51:36.517Z] Step 14/23 : WORKDIR / [2021-04-08T02:51:36.517Z] ---> Running in 20a3d111d567 [2021-04-08T02:51:37.109Z] Removing intermediate container 20a3d111d567 [2021-04-08T02:51:37.109Z] ---> 1e62cee52e92 [2021-04-08T02:51:37.109Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-04-08T02:51:37.702Z] ---> ec88f3222808 [2021-04-08T02:51:37.702Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-04-08T02:51:39.133Z] ---> 58fe62349377 [2021-04-08T02:51:39.133Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-04-08T02:51:39.727Z] ---> 34065d44f90a [2021-04-08T02:51:39.727Z] Step 18/23 : EXPOSE 49990 [2021-04-08T02:51:39.727Z] ---> Running in 1b6a0dfaed60 [2021-04-08T02:51:40.323Z] Removing intermediate container 1b6a0dfaed60 [2021-04-08T02:51:40.323Z] ---> e8c0048cc934 [2021-04-08T02:51:40.323Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-04-08T02:51:40.323Z] ---> Running in 39c6bbfdf0b7 [2021-04-08T02:51:40.595Z] Removing intermediate container 39c6bbfdf0b7 [2021-04-08T02:51:40.595Z] ---> 609caf2c7455 [2021-04-08T02:51:40.595Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-08T02:51:40.871Z] ---> Running in 7bc3236e86ff [2021-04-08T02:51:41.471Z] Removing intermediate container 7bc3236e86ff [2021-04-08T02:51:41.471Z] ---> e17faaf56fd1 [2021-04-08T02:51:41.471Z] Step 21/23 : LABEL arch=arm64 [2021-04-08T02:51:41.471Z] ---> Running in 5ce3e45ee1c5 [2021-04-08T02:51:42.066Z] Removing intermediate container 5ce3e45ee1c5 [2021-04-08T02:51:42.066Z] ---> c83a4b95be84 [2021-04-08T02:51:42.066Z] Step 22/23 : LABEL git_sha=f6731ffe8fccd19843bb0a171d57cc80aae64ce0 [2021-04-08T02:51:42.066Z] ---> Running in c2944b0d7563 [2021-04-08T02:51:42.338Z] Removing intermediate container c2944b0d7563 [2021-04-08T02:51:42.338Z] ---> b21b7d209c1f [2021-04-08T02:51:42.338Z] Step 23/23 : LABEL version=0.0.0 [2021-04-08T02:51:42.611Z] ---> Running in 2f28f1a0fa53 [2021-04-08T02:51:43.203Z] Removing intermediate container 2f28f1a0fa53 [2021-04-08T02:51:43.203Z] ---> 73ef35d31509 [2021-04-08T02:51:43.203Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2021-04-08T02:51:43.203Z] Successfully built 73ef35d31509 [2021-04-08T02:51:43.203Z] 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-08T02:51:44.046Z] ---> job-cost.sh [2021-04-08T02:51:44.046Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-psXd [2021-04-08T02:52:22.993Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-08T02:53:59.744Z] lf-activate-venv(): INFO: Adding /tmp/venv-psXd/bin to PATH [2021-04-08T02:53:59.744Z] INFO: No Stack... [2021-04-08T02:53:59.744Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-08T02:53:59.744Z] INFO: Archiving Costs [Pipeline] sh [2021-04-08T02:54:00.089Z] + cat /w/workspace/device-sdk-go/31/archives/cost.csv [2021-04-08T02:54:00.089Z] + cut -d, -f6 [Pipeline] lock [2021-04-08T02:54:00.212Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-725-31-stack-cost] [2021-04-08T02:54:00.220Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-725-31-stack-cost] did not exist. Created. [2021-04-08T02:54:00.220Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-725-31-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-08T02:54:00.750Z] /w/workspace/device-sdk-go/31@tmp/durable-cb0b3a60/script.sh: 1: /w/workspace/device-sdk-go/31@tmp/durable-cb0b3a60/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-08T02:54:01.095Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-08T02:54:01.177Z] Warning: overwriting stash ‘stack-cost’ [2021-04-08T02:54:01.334Z] Stashed 1 file(s) [Pipeline] } [2021-04-08T02:54:01.357Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-725-31-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-08T02:54:03.007Z] provisioning config files... [2021-04-08T02:54:03.024Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/config4661435692114024860tmp [Pipeline] { [Pipeline] sh [2021-04-08T02:54:03.424Z] + set +x [2021-04-08T02:54:03.424Z] + bash -s -- [2021-04-08T02:54:03.424Z] + curl -s https://codecov.io/bash [2021-04-08T02:54:03.688Z] [2021-04-08T02:54:03.688Z] _____ _ [2021-04-08T02:54:03.688Z] / ____| | | [2021-04-08T02:54:03.688Z] | | ___ __| | ___ ___ _____ __ [2021-04-08T02:54:03.688Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-08T02:54:03.688Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-08T02:54:03.688Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-08T02:54:03.688Z] Bash-20210309-2b87ace [2021-04-08T02:54:03.688Z] [2021-04-08T02:54:03.688Z] [2021-04-08T02:54:03.688Z] ==> git version 2.24.3 found [2021-04-08T02:54:03.688Z] ==> 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-08T02:54:03.688Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-08T02:54:03.688Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-08T02:54:03.688Z] ==> Jenkins CI detected. [2021-04-08T02:54:03.688Z] project root: . [2021-04-08T02:54:03.688Z] --> token set from env [2021-04-08T02:54:03.688Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-08T02:54:03.688Z] ==> Running gcov in . (disable via -X gcov) [2021-04-08T02:54:03.688Z] ==> Python coveragepy not found [2021-04-08T02:54:03.688Z] ==> Searching for coverage reports in: [2021-04-08T02:54:03.688Z] + . [2021-04-08T02:54:03.688Z] -> Found 1 reports [2021-04-08T02:54:03.688Z] ==> Detecting git/mercurial file structure [2021-04-08T02:54:03.688Z] ==> Reading reports [2021-04-08T02:54:03.688Z] + ./coverage.out bytes=99189 [2021-04-08T02:54:03.688Z] ==> Appending adjustments [2021-04-08T02:54:03.688Z] https://docs.codecov.io/docs/fixing-reports [2021-04-08T02:54:03.951Z] + Found adjustments [2021-04-08T02:54:03.951Z] ==> Gzipping contents [2021-04-08T02:54:03.951Z] 16K /tmp/codecov.Pe8a2F.gz [2021-04-08T02:54:03.951Z] ==> Uploading reports [2021-04-08T02:54:03.951Z] url: https://codecov.io [2021-04-08T02:54:03.951Z] query: branch=PR-725&commit=f6731ffe8fccd19843bb0a171d57cc80aae64ce0&build=31&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-725%2F31%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=725&job=&cmd_args= [2021-04-08T02:54:03.951Z] -> Pinging Codecov [2021-04-08T02:54:03.951Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-725&commit=f6731ffe8fccd19843bb0a171d57cc80aae64ce0&build=31&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-725%2F31%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=725&job=&cmd_args= [2021-04-08T02:54:04.528Z] -> Uploading to [2021-04-08T02:54:04.528Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-08/7E55EF52A471D76F132DFD9A03CDDE97/f6731ffe8fccd19843bb0a171d57cc80aae64ce0/3226d71f-c234-4700-a106-9fb876db7583.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210408%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210408T025404Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=999db5f03edc58df58a8959cc4f320d299064bbcd6ec08b5675963b3b0bd2c8e [2021-04-08T02:54:04.528Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-08T02:54:04.528Z] Dload Upload Total Spent Left Speed [2021-04-08T02:54:05.053Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13427 0 0 100 13427 0 32469 --:--:-- --:--:-- --:--:-- 32432 [2021-04-08T02:54:05.053Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/f6731ffe8fccd19843bb0a171d57cc80aae64ce0 [Pipeline] } [2021-04-08T02:54:05.065Z] 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-08T02:54:07.812Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-08T02:54:08.385Z] ---> package-listing.sh [2021-04-08T02:54:08.385Z] ++ facter osfamily [2021-04-08T02:54:08.385Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-08T02:54:08.385Z] + OS_FAMILY=redhat [2021-04-08T02:54:08.385Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-725 [2021-04-08T02:54:08.385Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-08T02:54:08.385Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-08T02:54:08.385Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-08T02:54:08.385Z] + PACKAGES=/tmp/packages_start.txt [2021-04-08T02:54:08.385Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-725 ']' [2021-04-08T02:54:08.385Z] + PACKAGES=/tmp/packages_end.txt [2021-04-08T02:54:08.385Z] + case "${OS_FAMILY}" in [2021-04-08T02:54:08.385Z] + rpm -qa [2021-04-08T02:54:08.385Z] + sort [2021-04-08T02:54:13.721Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-08T02:54:13.721Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-08T02:54:13.721Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-08T02:54:13.721Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-725 ']' [2021-04-08T02:54:13.721Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-725/archives/ [2021-04-08T02:54:13.721Z] + 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-08T02:54:13.736Z] 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-08T02:54:14.033Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-08T02:54:14.342Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-08T02:54:14.342Z] [2021-04-08T02:54:14.343Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-08T02:54:14.696Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-08T02:54:14.696Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-08T02:54:14.696Z] df20fa9351a1: Pulling fs layer [2021-04-08T02:54:14.696Z] 36b3adc4ff6f: Pulling fs layer [2021-04-08T02:54:14.696Z] 8ad3a11d3b57: Pulling fs layer [2021-04-08T02:54:14.696Z] 46f8f816bc3b: Pulling fs layer [2021-04-08T02:54:14.696Z] 93b61091891f: Pulling fs layer [2021-04-08T02:54:14.696Z] 93b9cdb0e59b: Pulling fs layer [2021-04-08T02:54:14.696Z] 5e14af77c1be: Pulling fs layer [2021-04-08T02:54:14.696Z] 01666e4c0597: Pulling fs layer [2021-04-08T02:54:14.696Z] aa168da1d23b: Pulling fs layer [2021-04-08T02:54:14.696Z] 93b61091891f: Waiting [2021-04-08T02:54:14.696Z] 93b9cdb0e59b: Waiting [2021-04-08T02:54:14.696Z] 5e14af77c1be: Waiting [2021-04-08T02:54:14.696Z] 01666e4c0597: Waiting [2021-04-08T02:54:14.696Z] 46f8f816bc3b: Waiting [2021-04-08T02:54:14.696Z] aa168da1d23b: Waiting [2021-04-08T02:54:14.696Z] 36b3adc4ff6f: Download complete [2021-04-08T02:54:14.696Z] 46f8f816bc3b: Verifying Checksum [2021-04-08T02:54:14.696Z] 46f8f816bc3b: Download complete [2021-04-08T02:54:14.962Z] df20fa9351a1: Download complete [2021-04-08T02:54:14.962Z] 93b9cdb0e59b: Verifying Checksum [2021-04-08T02:54:14.962Z] 93b9cdb0e59b: Download complete [2021-04-08T02:54:14.962Z] 93b61091891f: Download complete [2021-04-08T02:54:14.962Z] 01666e4c0597: Verifying Checksum [2021-04-08T02:54:14.962Z] 01666e4c0597: Download complete [2021-04-08T02:54:14.962Z] 8ad3a11d3b57: Verifying Checksum [2021-04-08T02:54:14.962Z] 8ad3a11d3b57: Download complete [2021-04-08T02:54:15.226Z] df20fa9351a1: Pull complete [2021-04-08T02:54:15.492Z] 5e14af77c1be: Verifying Checksum [2021-04-08T02:54:15.492Z] 5e14af77c1be: Download complete [2021-04-08T02:54:15.492Z] 36b3adc4ff6f: Pull complete [2021-04-08T02:54:16.453Z] 8ad3a11d3b57: Pull complete [2021-04-08T02:54:16.453Z] 46f8f816bc3b: Pull complete [2021-04-08T02:54:17.425Z] aa168da1d23b: Verifying Checksum [2021-04-08T02:54:17.425Z] aa168da1d23b: Download complete [2021-04-08T02:54:18.003Z] 93b61091891f: Pull complete [2021-04-08T02:54:18.265Z] 93b9cdb0e59b: Pull complete [2021-04-08T02:54:18.265Z] 5e14af77c1be: Pull complete [2021-04-08T02:54:18.528Z] 01666e4c0597: Pull complete [2021-04-08T02:54:26.711Z] aa168da1d23b: Pull complete [2021-04-08T02:54:26.711Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-08T02:54:26.711Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-08T02:54:26.711Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-08T02:54:26.956Z] prd-centos7-docker-4c-2g-33253 does not seem to be running inside a container [2021-04-08T02:54:27.009Z] $ 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-08T02:54:30.794Z] $ docker top 43b5fdcea0c474958aaca716a47f1c1ee5b5b0858fad1e65f1dd6d06353f77e3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-08T02:54:31.337Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-08T02:54:31.656Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-08T02:54:31.961Z] + ls /var/log/sa-host [2021-04-08T02:54:31.961Z] + sadf -c /var/log/sa-host/sa08 [2021-04-08T02:54:31.961Z] file_magic: OK [2021-04-08T02:54:31.961Z] HZ: Using current value: 100 [2021-04-08T02:54:31.961Z] file_header: OK [2021-04-08T02:54:31.961Z] 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-08T02:54:31.961Z] Statistics: [2021-04-08T02:54:31.961Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-08T02:54:31.961Z] File successfully converted to sysstat format version 12.2.1 [2021-04-08T02:54:31.961Z] + sadf -c /var/log/sa-host/sa23 [2021-04-08T02:54:31.961Z] file_magic: OK [2021-04-08T02:54:31.961Z] HZ: Using current value: 100 [2021-04-08T02:54:31.961Z] file_header: OK [2021-04-08T02:54:31.961Z] 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-08T02:54:31.961Z] Statistics: [2021-04-08T02:54:31.961Z] Hnuu...uuuununununu... [2021-04-08T02:54:31.961Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-08T02:54:32.639Z] provisioning config files... [2021-04-08T02:54:32.657Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/config3239860063209265522tmp [Pipeline] { [Pipeline] echo [2021-04-08T02:54:32.731Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-08T02:54:33.035Z] ---> create-netrc.sh [Pipeline] } [2021-04-08T02:54:33.044Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-08T02:54:33.146Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-08T02:54:33.452Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-08T02:54:33.464Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-08T02:54:33.766Z] ---> sudo-logs.sh [2021-04-08T02:54:33.766Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-08T02:54:33.838Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-08T02:54:34.144Z] ---> job-cost.sh [2021-04-08T02:54:34.144Z] lf-activate-venv: SKIPPING [2021-04-08T02:54:34.144Z] DEBUG: total: 0.20999999344348907 [2021-04-08T02:54:34.144Z] INFO: Retrieving Stack Cost... [2021-04-08T02:54:36.703Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-08T02:54:36.966Z] INFO: Archiving Costs [Pipeline] echo [2021-04-08T02:54:36.982Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-08T02:54:37.284Z] ---> logs-deploy.sh [2021-04-08T02:54:37.284Z] lf-activate-venv: SKIPPING [2021-04-08T02:54:37.284Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-725/31 [2021-04-08T02:54:37.284Z] INFO: archiving workspace using pattern(s): [2021-04-08T02:54:39.209Z] Archives upload complete. [2021-04-08T02:54:39.209Z] INFO: archiving logs to Nexus [2021-04-08T02:54:40.222Z] ---> uname -a: [2021-04-08T02:54:40.222Z] Linux prd-centos7-docker-4c-2g-33253.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-08T02:54:40.222Z] [2021-04-08T02:54:40.222Z] [2021-04-08T02:54:40.222Z] ---> lscpu: [2021-04-08T02:54:40.222Z] Architecture: x86_64 [2021-04-08T02:54:40.222Z] CPU op-mode(s): 32-bit, 64-bit [2021-04-08T02:54:40.222Z] Byte Order: Little Endian [2021-04-08T02:54:40.222Z] Address sizes: 40 bits physical, 48 bits virtual [2021-04-08T02:54:40.222Z] CPU(s): 4 [2021-04-08T02:54:40.222Z] On-line CPU(s) list: 0-3 [2021-04-08T02:54:40.222Z] Thread(s) per core: 1 [2021-04-08T02:54:40.222Z] Core(s) per socket: 1 [2021-04-08T02:54:40.222Z] Socket(s): 4 [2021-04-08T02:54:40.222Z] NUMA node(s): 1 [2021-04-08T02:54:40.222Z] Vendor ID: GenuineIntel [2021-04-08T02:54:40.222Z] CPU family: 6 [2021-04-08T02:54:40.222Z] Model: 44 [2021-04-08T02:54:40.222Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-04-08T02:54:40.222Z] Stepping: 1 [2021-04-08T02:54:40.222Z] CPU MHz: 2933.436 [2021-04-08T02:54:40.222Z] BogoMIPS: 5866.87 [2021-04-08T02:54:40.222Z] Virtualization: VT-x [2021-04-08T02:54:40.222Z] Hypervisor vendor: KVM [2021-04-08T02:54:40.222Z] Virtualization type: full [2021-04-08T02:54:40.222Z] L1d cache: 128 KiB [2021-04-08T02:54:40.222Z] L1i cache: 128 KiB [2021-04-08T02:54:40.222Z] L2 cache: 16 MiB [2021-04-08T02:54:40.222Z] L3 cache: 64 MiB [2021-04-08T02:54:40.222Z] NUMA node0 CPU(s): 0-3 [2021-04-08T02:54:40.222Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-04-08T02:54:40.222Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-04-08T02:54:40.222Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-04-08T02:54:40.222Z] Vulnerability Meltdown: Mitigation; PTI [2021-04-08T02:54:40.222Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-04-08T02:54:40.222Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-04-08T02:54:40.222Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-04-08T02:54:40.222Z] Vulnerability Srbds: Not affected [2021-04-08T02:54:40.222Z] Vulnerability Tsx async abort: Not affected [2021-04-08T02:54:40.222Z] 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-08T02:54:40.222Z] [2021-04-08T02:54:40.222Z] [2021-04-08T02:54:40.222Z] ---> nproc: [2021-04-08T02:54:40.222Z] 4 [2021-04-08T02:54:40.222Z] [2021-04-08T02:54:40.222Z] [2021-04-08T02:54:40.222Z] ---> df -h: [2021-04-08T02:54:40.222Z] Filesystem Size Used Available Use% Mounted on [2021-04-08T02:54:40.222Z] overlay 50.0G 7.3G 42.7G 15% / [2021-04-08T02:54:40.222Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-04-08T02:54:40.222Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-04-08T02:54:40.222Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-04-08T02:54:40.222Z] /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os [2021-04-08T02:54:40.222Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf [2021-04-08T02:54:40.222Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname [2021-04-08T02:54:40.222Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts [2021-04-08T02:54:40.222Z] /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json [2021-04-08T02:54:40.222Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-725 [2021-04-08T02:54:40.222Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp [2021-04-08T02:54:40.222Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host [2021-04-08T02:54:40.222Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure [2021-04-08T02:54:40.222Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log [2021-04-08T02:54:40.222Z] [2021-04-08T02:54:40.222Z] [2021-04-08T02:54:40.222Z] ---> free -m: [2021-04-08T02:54:40.222Z] total used free shared buff/cache available [2021-04-08T02:54:40.222Z] Mem: 1837 696 109 0 1031 1036 [2021-04-08T02:54:40.222Z] Swap: 1023 0 1023 [2021-04-08T02:54:40.222Z] [2021-04-08T02:54:40.222Z] [2021-04-08T02:54:40.222Z] ---> ip addr: [2021-04-08T02:54:40.222Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-04-08T02:54:40.222Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-04-08T02:54:40.222Z] inet 127.0.0.1/8 scope host lo [2021-04-08T02:54:40.222Z] valid_lft forever preferred_lft forever [2021-04-08T02:54:40.222Z] inet6 ::1/128 scope host [2021-04-08T02:54:40.222Z] valid_lft forever preferred_lft forever [2021-04-08T02:54:40.222Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-04-08T02:54:40.222Z] link/ether fa:16:3e:59:4d:8f brd ff:ff:ff:ff:ff:ff [2021-04-08T02:54:40.222Z] inet 10.30.123.187/23 brd 10.30.123.255 scope global dynamic eth0 [2021-04-08T02:54:40.222Z] valid_lft 85742sec preferred_lft 85742sec [2021-04-08T02:54:40.222Z] inet6 fe80::f816:3eff:fe59:4d8f/64 scope link [2021-04-08T02:54:40.222Z] valid_lft forever preferred_lft forever [2021-04-08T02:54:40.222Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-04-08T02:54:40.222Z] link/ether 02:42:31:03:b3:16 brd ff:ff:ff:ff:ff:ff [2021-04-08T02:54:40.222Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-04-08T02:54:40.222Z] valid_lft forever preferred_lft forever [2021-04-08T02:54:40.222Z] inet6 fe80::42:31ff:fe03:b316/64 scope link [2021-04-08T02:54:40.222Z] valid_lft forever preferred_lft forever [2021-04-08T02:54:40.222Z] [2021-04-08T02:54:40.222Z] [2021-04-08T02:54:40.222Z] ---> sar -b -r -n DEV: [2021-04-08T02:54:40.222Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/08/21 _x86_64_ (4 CPU) [2021-04-08T02:54:40.222Z] [2021-04-08T02:54:40.222Z] 02:43:31 LINUX RESTART (4 CPU) [2021-04-08T02:54:40.222Z] [2021-04-08T02:54:40.222Z] 02:44:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-04-08T02:54:40.222Z] 02:45:01 73.38 29.13 44.24 0.00 6388.82 3885.17 0.00 [2021-04-08T02:54:40.222Z] 02:46:01 2.00 0.00 2.00 0.00 0.00 39.60 0.00 [2021-04-08T02:54:40.222Z] 02:47:01 0.15 0.00 0.15 0.00 0.00 1.75 0.00 [2021-04-08T02:54:40.222Z] 02:48:01 0.30 0.00 0.30 0.00 0.00 3.76 0.00 [2021-04-08T02:54:40.222Z] 02:49:01 0.20 0.00 0.20 0.00 0.00 2.61 0.00 [2021-04-08T02:54:40.222Z] 02:50:01 0.33 0.00 0.33 0.00 0.00 5.10 0.00 [2021-04-08T02:54:40.222Z] 02:51:01 0.25 0.00 0.25 0.00 0.00 2.70 0.00 [2021-04-08T02:54:40.222Z] 02:52:02 0.17 0.00 0.17 0.00 0.00 1.88 0.00 [2021-04-08T02:54:40.222Z] 02:53:01 0.30 0.00 0.30 0.00 0.00 3.54 0.00 [2021-04-08T02:54:40.222Z] 02:54:01 0.23 0.00 0.23 0.00 0.00 2.85 0.00 [2021-04-08T02:54:40.222Z] Average: 7.75 2.92 4.83 0.00 640.46 395.86 0.00 [2021-04-08T02:54:40.222Z] [2021-04-08T02:54:40.222Z] 02:44:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-04-08T02:54:40.222Z] 02:45:01 150956 0 599020 31.84 2620 1128948 1116744 38.11 400016 1130560 132 [2021-04-08T02:54:40.222Z] 02:46:01 157728 0 592156 31.47 2620 1129040 1072680 36.61 398516 1126852 20 [2021-04-08T02:54:40.222Z] 02:47:01 156624 0 593256 31.53 2620 1129044 1072860 36.61 412464 1114136 20 [2021-04-08T02:54:40.222Z] 02:48:01 155052 0 594828 31.61 2620 1129044 1072872 36.62 414108 1113620 20 [2021-04-08T02:54:40.222Z] 02:49:01 156756 0 593116 31.52 2620 1129052 1072680 36.61 415884 1110776 12 [2021-04-08T02:54:40.222Z] 02:50:01 155996 0 593872 31.56 2620 1129056 1072764 36.61 416344 1110776 8 [2021-04-08T02:54:40.222Z] 02:51:01 156432 0 593432 31.54 2620 1129060 1072680 36.61 415920 1110772 12 [2021-04-08T02:54:40.222Z] 02:52:02 156448 0 593412 31.54 2620 1129064 1072680 36.61 415924 1110772 8 [2021-04-08T02:54:40.222Z] 02:53:01 156184 0 593668 31.55 2620 1129072 1072680 36.61 415932 1110772 8 [2021-04-08T02:54:40.222Z] 02:54:01 156092 0 593756 31.56 2620 1129076 1072680 36.61 415936 1110772 8 [2021-04-08T02:54:40.222Z] Average: 155827 0 594052 31.57 2620 1129046 1077132 36.76 412104 1114981 25 [2021-04-08T02:54:40.223Z] [2021-04-08T02:54:40.223Z] 02:44:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-04-08T02:54:40.223Z] 02:45:01 eth0 573.79 356.46 1097.04 104.69 0.00 0.00 0.00 0.00 [2021-04-08T02:54:40.223Z] 02:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T02:54:40.223Z] 02:45:01 docker0 11.60 8.80 1.73 25.44 0.00 0.00 0.00 0.00 [2021-04-08T02:54:40.223Z] 02:46:01 eth0 0.73 0.08 0.06 0.01 0.00 0.00 0.00 0.00 [2021-04-08T02:54:40.223Z] 02:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T02:54:40.223Z] 02:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T02:54:40.223Z] 02:47:01 eth0 0.63 0.42 0.30 0.21 0.00 0.00 0.00 0.00 [2021-04-08T02:54:40.223Z] 02:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T02:54:40.223Z] 02:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T02:54:40.223Z] 02:48:01 eth0 0.98 0.33 0.32 0.17 0.00 0.00 0.00 0.00 [2021-04-08T02:54:40.223Z] 02:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T02:54:40.223Z] 02:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T02:54:40.223Z] 02:49:01 eth0 0.08 0.08 0.01 0.04 0.00 0.00 0.00 0.00 [2021-04-08T02:54:40.223Z] 02:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T02:54:40.223Z] 02:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T02:54:40.223Z] 02:50:01 eth0 0.32 0.22 0.14 0.07 0.00 0.00 0.00 0.00 [2021-04-08T02:54:40.223Z] 02:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T02:54:40.223Z] 02:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T02:54:40.223Z] 02:51:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-08T02:54:40.223Z] 02:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T02:54:40.223Z] 02:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T02:54:40.223Z] 02:52:02 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-08T02:54:40.223Z] 02:52:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T02:54:40.223Z] 02:52:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T02:54:40.223Z] 02:53:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-08T02:54:40.223Z] 02:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T02:54:40.223Z] 02:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T02:54:40.223Z] 02:54:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-08T02:54:40.223Z] 02:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T02:54:40.223Z] 02:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T02:54:40.223Z] Average: eth0 57.84 35.88 110.06 10.55 0.00 0.00 0.00 0.00 [2021-04-08T02:54:40.223Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T02:54:40.223Z] Average: docker0 1.16 0.88 0.17 2.55 0.00 0.00 0.00 0.00 [2021-04-08T02:54:40.223Z] [2021-04-08T02:54:40.223Z] [2021-04-08T02:54:40.223Z] ---> sar -P ALL: [2021-04-08T02:54:40.223Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/08/21 _x86_64_ (4 CPU) [2021-04-08T02:54:40.223Z] [2021-04-08T02:54:40.223Z] 02:43:31 LINUX RESTART (4 CPU) [2021-04-08T02:54:40.223Z] [2021-04-08T02:54:40.223Z] 02:44:01 CPU %user %nice %system %iowait %steal %idle [2021-04-08T02:54:40.223Z] 02:45:01 all 12.75 0.00 4.38 1.79 0.12 80.96 [2021-04-08T02:54:40.223Z] 02:45:01 0 11.38 0.00 5.78 1.39 0.10 81.34 [2021-04-08T02:54:40.223Z] 02:45:01 1 12.90 0.00 3.61 0.44 0.10 82.96 [2021-04-08T02:54:40.223Z] 02:45:01 2 13.18 0.00 4.57 2.93 0.15 79.16 [2021-04-08T02:54:40.223Z] 02:45:01 3 13.52 0.00 3.58 2.41 0.14 80.36 [2021-04-08T02:54:40.223Z] 02:46:01 all 0.16 0.00 0.05 0.00 0.00 99.78 [2021-04-08T02:54:40.223Z] 02:46:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-04-08T02:54:40.223Z] 02:46:01 1 0.08 0.00 0.08 0.00 0.02 99.82 [2021-04-08T02:54:40.223Z] 02:46:01 2 0.48 0.00 0.03 0.00 0.00 99.48 [2021-04-08T02:54:40.223Z] 02:46:01 3 0.07 0.00 0.05 0.00 0.00 99.88 [2021-04-08T02:54:40.223Z] 02:47:01 all 0.18 0.00 0.08 0.00 0.00 99.73 [2021-04-08T02:54:40.223Z] 02:47:01 0 0.03 0.00 0.07 0.00 0.00 99.90 [2021-04-08T02:54:40.223Z] 02:47:01 1 0.05 0.00 0.13 0.00 0.00 99.82 [2021-04-08T02:54:40.223Z] 02:47:01 2 0.55 0.00 0.05 0.00 0.00 99.40 [2021-04-08T02:54:40.223Z] 02:47:01 3 0.08 0.00 0.08 0.00 0.02 99.82 [2021-04-08T02:54:40.223Z] 02:48:01 all 0.08 0.00 0.03 0.00 0.00 99.89 [2021-04-08T02:54:40.223Z] 02:48:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2021-04-08T02:54:40.223Z] 02:48:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-04-08T02:54:40.223Z] 02:48:01 2 0.18 0.00 0.05 0.00 0.00 99.77 [2021-04-08T02:54:40.223Z] 02:48:01 3 0.07 0.00 0.05 0.00 0.00 99.88 [2021-04-08T02:54:40.223Z] 02:49:01 all 0.17 0.00 0.29 0.00 0.01 99.53 [2021-04-08T02:54:40.223Z] 02:49:01 0 0.07 0.00 0.23 0.00 0.00 99.70 [2021-04-08T02:54:40.223Z] 02:49:01 1 0.12 0.00 0.53 0.00 0.00 99.35 [2021-04-08T02:54:40.223Z] 02:49:01 2 0.40 0.00 0.28 0.00 0.02 99.30 [2021-04-08T02:54:40.223Z] 02:49:01 3 0.10 0.00 0.12 0.00 0.02 99.77 [2021-04-08T02:54:40.223Z] 02:50:01 all 0.16 0.00 0.03 0.00 0.00 99.80 [2021-04-08T02:54:40.223Z] 02:50:01 0 0.07 0.00 0.02 0.00 0.02 99.90 [2021-04-08T02:54:40.223Z] 02:50:01 1 0.02 0.00 0.05 0.00 0.00 99.93 [2021-04-08T02:54:40.223Z] 02:50:01 2 0.50 0.00 0.02 0.00 0.00 99.48 [2021-04-08T02:54:40.223Z] 02:50:01 3 0.07 0.00 0.03 0.00 0.00 99.90 [2021-04-08T02:54:40.223Z] 02:51:01 all 0.16 0.00 0.04 0.00 0.00 99.80 [2021-04-08T02:54:40.223Z] 02:51:01 0 0.02 0.00 0.05 0.00 0.00 99.93 [2021-04-08T02:54:40.223Z] 02:51:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-08T02:54:40.223Z] 02:51:01 2 0.52 0.00 0.02 0.00 0.00 99.47 [2021-04-08T02:54:40.223Z] 02:51:01 3 0.08 0.00 0.07 0.00 0.02 99.83 [2021-04-08T02:54:40.223Z] 02:52:02 all 0.14 0.00 0.03 0.00 0.00 99.83 [2021-04-08T02:54:40.223Z] 02:52:02 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-08T02:54:40.223Z] 02:52:02 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-08T02:54:40.223Z] 02:52:02 2 0.48 0.00 0.02 0.00 0.02 99.48 [2021-04-08T02:54:40.223Z] 02:52:02 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-08T02:54:40.223Z] 02:53:01 all 0.16 0.00 0.02 0.00 0.00 99.82 [2021-04-08T02:54:40.223Z] 02:53:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-08T02:54:40.223Z] 02:53:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2021-04-08T02:54:40.223Z] 02:53:01 2 0.52 0.00 0.00 0.00 0.00 99.48 [2021-04-08T02:54:40.223Z] 02:53:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2021-04-08T02:54:40.223Z] 02:54:01 all 0.15 0.00 0.03 0.00 0.00 99.81 [2021-04-08T02:54:40.223Z] 02:54:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-04-08T02:54:40.223Z] 02:54:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2021-04-08T02:54:40.223Z] 02:54:01 2 0.50 0.00 0.05 0.00 0.00 99.45 [2021-04-08T02:54:40.223Z] 02:54:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2021-04-08T02:54:40.223Z] Average: all 1.39 0.00 0.49 0.18 0.02 97.92 [2021-04-08T02:54:40.223Z] Average: 0 1.15 0.00 0.62 0.14 0.01 98.09 [2021-04-08T02:54:40.223Z] Average: 1 1.32 0.00 0.45 0.04 0.01 98.18 [2021-04-08T02:54:40.223Z] Average: 2 1.72 0.00 0.50 0.29 0.02 97.47 [2021-04-08T02:54:40.223Z] Average: 3 1.39 0.00 0.40 0.24 0.02 97.95 [2021-04-08T02:54:40.223Z] [2021-04-08T02:54:40.223Z] [2021-04-08T02:54:40.223Z]