Pull request #746 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hahattan for edgexfoundry/device-sdk-go Obtained Jenkinsfile from 07b961917e91b3d2569542fb92a1bc995bd117a1+1c2f003b09666c9aca7d142d934c7ec3af9c247b (94e9110480903be301f3ef5089a4453d488459e4) 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-21894 in /w/workspace/dgexfoundry_device-sdk-go_PR-746 [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-746 # 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 Merging remotes/origin/master commit 1c2f003b09666c9aca7d142d934c7ec3af9c247b into PR head commit 07b961917e91b3d2569542fb92a1bc995bd117a1 Merge succeeded, producing 07b961917e91b3d2569542fb92a1bc995bd117a1 Checking out Revision 07b961917e91b3d2569542fb92a1bc995bd117a1 (PR-746) 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/746/head:refs/remotes/origin/PR-746 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 07b961917e91b3d2569542fb92a1bc995bd117a1 # 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 1c2f003b09666c9aca7d142d934c7ec3af9c247b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 07b961917e91b3d2569542fb92a1bc995bd117a1 # timeout=10 Commit message: "refactor: refactor autoevent package for v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-21T08:48:36.172Z] Timeout set to expire in 6 hr 0 min [Pipeline] { > git rev-list --no-walk 85d163331c1d3a26042463e63600e55946f7f2d2 # timeout=10 [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-21T08:48:36.436Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-21T08:48:36.541Z] ========================================================= [2021-01-21T08:48:36.541Z] EdgeX Global Pipelines Version Info [2021-01-21T08:48:36.541Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-21T08:48:38.063Z] ------------------- [2021-01-21T08:48:38.063Z] stable info: [2021-01-21T08:48:38.063Z] ------------------- [2021-01-21T08:48:38.063Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-21T08:48:38.063Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-21T08:48:38.063Z] Message: update stable to v1.0.179 [2021-01-21T08:48:39.013Z] ------------------- [2021-01-21T08:48:39.013Z] experimental info: [2021-01-21T08:48:39.013Z] ------------------- [2021-01-21T08:48:39.013Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-21T08:48:39.013Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-21T08:48:39.013Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-21T08:48:39.285Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-01-21T08:48:39.380Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-01-21T08:48:39.494Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-21T08:48:39.592Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-21T08:48:39.692Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-21T08:48:39.791Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-21T08:48:39.888Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-21T08:48:39.981Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-21T08:48:40.106Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-01-21T08:48:40.206Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-21T08:48:40.382Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-21T08:48:40.488Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2021-01-21T08:48:40.609Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-21T08:48:40.737Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-21T08:48:40.862Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-21T08:48:40.953Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-01-21T08:48:41.112Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-21T08:48:41.209Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-21T08:48:41.319Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-21T08:48:41.433Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-21T08:48:41.533Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-21T08:48:41.624Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-21T08:48:41.728Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-21T08:48:41.838Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-21T08:48:41.995Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-01-21T08:48:42.093Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-21T08:48:42.204Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-21T08:48:42.296Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-746 [Pipeline] echo [2021-01-21T08:48:42.384Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-746 [Pipeline] echo [2021-01-21T08:48:42.476Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-746 [Pipeline] echo [2021-01-21T08:48:42.589Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 07b961917e91b3d2569542fb92a1bc995bd117a1 [Pipeline] echo [2021-01-21T08:48:42.684Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 07b9619 [Pipeline] echo [2021-01-21T08:48:42.773Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-21T08:48:42.958Z] provisioning config files... [2021-01-21T08:48:42.990Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-746@tmp/config938613854913828071tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-21T08:48:43.355Z] ---> docker-login.sh [2021-01-21T08:48:43.355Z] nexus3.edgexfoundry.org:10001 [2021-01-21T08:48:43.619Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T08:48:43.884Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T08:48:43.884Z] Configure a credential helper to remove this warning. See [2021-01-21T08:48:43.884Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T08:48:43.884Z] [2021-01-21T08:48:43.884Z] Login Succeeded [2021-01-21T08:48:43.884Z] nexus3.edgexfoundry.org:10002 [2021-01-21T08:48:43.884Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T08:48:43.884Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T08:48:43.884Z] Configure a credential helper to remove this warning. See [2021-01-21T08:48:43.884Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T08:48:43.884Z] [2021-01-21T08:48:43.884Z] Login Succeeded [2021-01-21T08:48:43.884Z] nexus3.edgexfoundry.org:10003 [2021-01-21T08:48:44.148Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T08:48:44.149Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T08:48:44.149Z] Configure a credential helper to remove this warning. See [2021-01-21T08:48:44.149Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T08:48:44.149Z] [2021-01-21T08:48:44.149Z] Login Succeeded [2021-01-21T08:48:44.149Z] nexus3.edgexfoundry.org:10004 [2021-01-21T08:48:44.149Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T08:48:44.412Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T08:48:44.412Z] Configure a credential helper to remove this warning. See [2021-01-21T08:48:44.412Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T08:48:44.412Z] [2021-01-21T08:48:44.412Z] Login Succeeded [2021-01-21T08:48:44.412Z] docker.io [2021-01-21T08:48:44.412Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T08:48:44.675Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T08:48:44.675Z] Configure a credential helper to remove this warning. See [2021-01-21T08:48:44.675Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T08:48:44.675Z] [2021-01-21T08:48:44.675Z] Login Succeeded [2021-01-21T08:48:44.675Z] ---> docker-login.sh ends [Pipeline] } [2021-01-21T08:48:44.688Z] 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-01-21T08:48:45.492Z] + git log --format=format:%s -1 07b961917e91b3d2569542fb92a1bc995bd117a1 [Pipeline] echo [2021-01-21T08:48:45.562Z] GIT_COMMIT: 07b961917e91b3d2569542fb92a1bc995bd117a1, Commit Message: refactor: refactor autoevent package for v2 [Pipeline] echo [2021-01-21T08:48:45.608Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-21T08:48:46.193Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-21T08:48:46.193Z] [2021-01-21T08:48:46.193Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-21T08:48:46.625Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-21T08:48:46.625Z] latest: Pulling from edgex-devops/git-semver [2021-01-21T08:48:46.625Z] 31603596830f: Pulling fs layer [2021-01-21T08:48:46.626Z] 2a8b12db71e7: Pulling fs layer [2021-01-21T08:48:46.626Z] 6ca5941a6612: Pulling fs layer [2021-01-21T08:48:46.626Z] ecc8261a40a4: Pulling fs layer [2021-01-21T08:48:46.626Z] ecc8261a40a4: Waiting [2021-01-21T08:48:46.626Z] 2a8b12db71e7: Download complete [2021-01-21T08:48:46.894Z] 31603596830f: Verifying Checksum [2021-01-21T08:48:46.894Z] 31603596830f: Download complete [2021-01-21T08:48:46.894Z] ecc8261a40a4: Verifying Checksum [2021-01-21T08:48:46.894Z] ecc8261a40a4: Download complete [2021-01-21T08:48:46.894Z] 6ca5941a6612: Verifying Checksum [2021-01-21T08:48:46.894Z] 6ca5941a6612: Download complete [2021-01-21T08:48:47.157Z] 31603596830f: Pull complete [2021-01-21T08:48:47.419Z] 2a8b12db71e7: Pull complete [2021-01-21T08:48:48.013Z] 6ca5941a6612: Pull complete [2021-01-21T08:48:48.276Z] ecc8261a40a4: Pull complete [2021-01-21T08:48:48.538Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-21T08:48:48.538Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-21T08:48:48.538Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-21T08:48:48.641Z] prd-centos7-docker-4c-2g-21894 does not seem to be running inside a container [2021-01-21T08:48:48.688Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-746 -v /w/workspace/dgexfoundry_device-sdk-go_PR-746:/w/workspace/dgexfoundry_device-sdk-go_PR-746:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-746@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-746@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:10004/edgex-devops/git-semver:latest cat [2021-01-21T08:48:50.999Z] $ docker top 0ddad1e4c1d39f8b0d3d352e1308cc6816081fcb5262d64733b39ed94c22d0e4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-21T08:48:51.309Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-21T08:48:51.309Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-21T08:48:51.517Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-21T08:48:51.522Z] $ docker exec 0ddad1e4c1d39f8b0d3d352e1308cc6816081fcb5262d64733b39ed94c22d0e4 ssh-agent [2021-01-21T08:48:51.683Z] SSH_AUTH_SOCK=/tmp/ssh-IYvejvAjG5zf/agent.12 [2021-01-21T08:48:51.683Z] SSH_AGENT_PID=17 [2021-01-21T08:48:51.696Z] Running ssh-add (command line suppressed) [2021-01-21T08:48:51.820Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-746@tmp/private_key_1360761809095973624.key (/w/workspace/dgexfoundry_device-sdk-go_PR-746@tmp/private_key_1360761809095973624.key) [2021-01-21T08:48:51.870Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-21T08:48:52.208Z] + git tag --points-at HEAD [Pipeline] } [2021-01-21T08:48:52.230Z] $ docker exec --env ******** --env ******** 0ddad1e4c1d39f8b0d3d352e1308cc6816081fcb5262d64733b39ed94c22d0e4 ssh-agent -k [2021-01-21T08:48:52.350Z] unset SSH_AUTH_SOCK; [2021-01-21T08:48:52.350Z] unset SSH_AGENT_PID; [2021-01-21T08:48:52.351Z] echo Agent pid 17 killed; [2021-01-21T08:48:52.395Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-21T08:48:52.586Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-21T08:48:52.586Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-21T08:48:52.743Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-21T08:48:52.748Z] $ docker exec 0ddad1e4c1d39f8b0d3d352e1308cc6816081fcb5262d64733b39ed94c22d0e4 ssh-agent [2021-01-21T08:48:52.908Z] SSH_AUTH_SOCK=/tmp/ssh-ETkE6ibmp9Jd/agent.45 [2021-01-21T08:48:52.909Z] SSH_AGENT_PID=50 [2021-01-21T08:48:52.915Z] Running ssh-add (command line suppressed) [2021-01-21T08:48:53.030Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-746@tmp/private_key_782589336797409199.key (/w/workspace/dgexfoundry_device-sdk-go_PR-746@tmp/private_key_782589336797409199.key) [2021-01-21T08:48:53.078Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-21T08:48:53.416Z] + git semver init [2021-01-21T08:48:53.416Z] # -> Open(): unable to determine branch for HEAD [2021-01-21T08:48:53.416Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-746/.git [2021-01-21T08:48:53.416Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-746 [2021-01-21T08:48:53.416Z] # $SEMVER_REMOTE_NAME = origin [2021-01-21T08:48:53.416Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-21T08:48:53.416Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-21T08:48:53.416Z] # $SEMVER_BRANCH = PR-746 [2021-01-21T08:48:53.416Z] # $SEMVER_TEMP = /tmp/semver-021249350 [2021-01-21T08:48:53.416Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-01-21T08:48:53.989Z] # '/tmp/semver-021249350' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-746/.semver' [2021-01-21T08:48:53.990Z] # -> Force: false [2021-01-21T08:48:53.990Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-746/.semver [Pipeline] } [2021-01-21T08:48:54.004Z] $ docker exec --env ******** --env ******** 0ddad1e4c1d39f8b0d3d352e1308cc6816081fcb5262d64733b39ed94c22d0e4 ssh-agent -k [2021-01-21T08:48:54.119Z] unset SSH_AUTH_SOCK; [2021-01-21T08:48:54.119Z] unset SSH_AGENT_PID; [2021-01-21T08:48:54.120Z] echo Agent pid 50 killed; [2021-01-21T08:48:54.164Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-21T08:48:54.653Z] + git semver [Pipeline] } [2021-01-21T08:48:54.673Z] $ docker stop --time=1 0ddad1e4c1d39f8b0d3d352e1308cc6816081fcb5262d64733b39ed94c22d0e4 [2021-01-21T08:48:56.021Z] $ docker rm -f 0ddad1e4c1d39f8b0d3d352e1308cc6816081fcb5262d64733b39ed94c22d0e4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-21T08:48:56.480Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-21T08:48:56.973Z] Stashed 1 file(s) [Pipeline] echo [2021-01-21T08:48:56.976Z] [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-01-21T08:49:12.482Z] Still waiting to schedule task [2021-01-21T08:49:12.483Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-01-21T08:49:12.485Z] Still waiting to schedule task [2021-01-21T08:49:12.485Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-01-21T08:50:57.957Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21895 in /w/workspace/dgexfoundry_device-sdk-go_PR-746 [Pipeline] { [Pipeline] ws [2021-01-21T08:50:58.052Z] Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout [2021-01-21T08:51:03.143Z] using credential edgex-jenkins-ssh [2021-01-21T08:51:03.208Z] Cloning the remote Git repository [2021-01-21T08:51:03.274Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-01-21T08:51:03.382Z] > git init /w/workspace/device-sdk-go/3 # timeout=10 [2021-01-21T08:51:03.468Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-21T08:51:03.468Z] > git --version # timeout=10 [2021-01-21T08:51:03.484Z] > git --version # 'git version 2.17.1' [2021-01-21T08:51:03.486Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T08:51:03.539Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-21T08:51:05.271Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-21T08:51:05.293Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-21T08:51:05.317Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-21T08:51:05.349Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-21T08:51:05.349Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T08:51:05.361Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/746/head:refs/remotes/origin/PR-746 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-21T08:51:05.921Z] Merging remotes/origin/master commit 1c2f003b09666c9aca7d142d934c7ec3af9c247b into PR head commit 07b961917e91b3d2569542fb92a1bc995bd117a1 [2021-01-21T08:51:06.197Z] Merge succeeded, producing 07b961917e91b3d2569542fb92a1bc995bd117a1 [2021-01-21T08:51:06.197Z] Checking out Revision 07b961917e91b3d2569542fb92a1bc995bd117a1 (PR-746) [2021-01-21T08:51:05.947Z] > git config core.sparsecheckout # timeout=10 [2021-01-21T08:51:05.959Z] > git checkout -f 07b961917e91b3d2569542fb92a1bc995bd117a1 # timeout=10 [2021-01-21T08:51:06.067Z] > git remote # timeout=10 [2021-01-21T08:51:06.082Z] > git config --get remote.origin.url # timeout=10 [2021-01-21T08:51:06.103Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T08:51:06.145Z] > git merge 1c2f003b09666c9aca7d142d934c7ec3af9c247b # timeout=10 [2021-01-21T08:51:06.184Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-21T08:51:06.212Z] > git config core.sparsecheckout # timeout=10 [2021-01-21T08:51:06.280Z] > git checkout -f 07b961917e91b3d2569542fb92a1bc995bd117a1 # timeout=10 [2021-01-21T08:51:10.443Z] Commit message: "refactor: refactor autoevent package for v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-21T08:51:12.038Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-21T08:51:12.701Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-21T08:51:13.040Z] + true [2021-01-21T08:51:13.040Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-21T08:51:15.731Z] provisioning config files... [2021-01-21T08:51:15.768Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/3@tmp/config1569095864618460061tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-21T08:51:16.177Z] ---> docker-login.sh [2021-01-21T08:51:16.177Z] nexus3.edgexfoundry.org:10001 [2021-01-21T08:51:16.785Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T08:51:17.383Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T08:51:17.383Z] Configure a credential helper to remove this warning. See [2021-01-21T08:51:17.383Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T08:51:17.383Z] [2021-01-21T08:51:17.383Z] Login Succeeded [2021-01-21T08:51:17.383Z] nexus3.edgexfoundry.org:10002 [2021-01-21T08:51:17.658Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T08:51:17.935Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T08:51:17.935Z] Configure a credential helper to remove this warning. See [2021-01-21T08:51:17.935Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T08:51:17.935Z] [2021-01-21T08:51:17.935Z] Login Succeeded [2021-01-21T08:51:17.935Z] nexus3.edgexfoundry.org:10003 [2021-01-21T08:51:18.209Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T08:51:18.209Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T08:51:18.209Z] Configure a credential helper to remove this warning. See [2021-01-21T08:51:18.209Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T08:51:18.209Z] [2021-01-21T08:51:18.209Z] Login Succeeded [2021-01-21T08:51:18.209Z] nexus3.edgexfoundry.org:10004 [2021-01-21T08:51:18.807Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T08:51:18.807Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T08:51:18.807Z] Configure a credential helper to remove this warning. See [2021-01-21T08:51:18.807Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T08:51:18.807Z] [2021-01-21T08:51:18.807Z] Login Succeeded [2021-01-21T08:51:18.807Z] docker.io [2021-01-21T08:51:19.417Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T08:51:19.689Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T08:51:19.689Z] Configure a credential helper to remove this warning. See [2021-01-21T08:51:19.689Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T08:51:19.689Z] [2021-01-21T08:51:19.689Z] Login Succeeded [2021-01-21T08:51:19.689Z] ---> docker-login.sh ends [Pipeline] } [2021-01-21T08:51:19.706Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-21T08:51:20.116Z] ========================================================= [2021-01-21T08:51:20.117Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-21T08:51:20.117Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-21T08:51:20.533Z] + 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-01-21T08:51:21.130Z] Sending build context to Docker daemon 2.384MB [2021-01-21T08:51:21.130Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-21T08:51:21.130Z] Step 2/8 : FROM ${BASE} [2021-01-21T08:51:21.130Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-21T08:51:21.130Z] 5f621e34cdf4: Pulling fs layer [2021-01-21T08:51:21.130Z] a4357932f1b6: Pulling fs layer [2021-01-21T08:51:21.130Z] 18c013af1878: Pulling fs layer [2021-01-21T08:51:21.130Z] 00ac8860ef70: Pulling fs layer [2021-01-21T08:51:21.130Z] 63d7cb157983: Pulling fs layer [2021-01-21T08:51:21.130Z] b116817d02f9: Pulling fs layer [2021-01-21T08:51:21.130Z] 745a02a5169b: Pulling fs layer [2021-01-21T08:51:21.130Z] 63d7cb157983: Waiting [2021-01-21T08:51:21.130Z] b116817d02f9: Waiting [2021-01-21T08:51:21.130Z] 745a02a5169b: Waiting [2021-01-21T08:51:21.130Z] 00ac8860ef70: Waiting [2021-01-21T08:51:21.130Z] 18c013af1878: Verifying Checksum [2021-01-21T08:51:21.130Z] 18c013af1878: Download complete [2021-01-21T08:51:21.130Z] a4357932f1b6: Verifying Checksum [2021-01-21T08:51:21.130Z] a4357932f1b6: Download complete [2021-01-21T08:51:21.130Z] 63d7cb157983: Verifying Checksum [2021-01-21T08:51:21.130Z] 63d7cb157983: Download complete [2021-01-21T08:51:21.722Z] b116817d02f9: Verifying Checksum [2021-01-21T08:51:21.722Z] b116817d02f9: Download complete [2021-01-21T08:51:21.995Z] 5f621e34cdf4: Verifying Checksum [2021-01-21T08:51:21.995Z] 5f621e34cdf4: Download complete [2021-01-21T08:51:22.604Z] 5f621e34cdf4: Pull complete [2021-01-21T08:51:23.210Z] a4357932f1b6: Pull complete [2021-01-21T08:51:23.484Z] 18c013af1878: Pull complete [2021-01-21T08:51:24.469Z] 745a02a5169b: Verifying Checksum [2021-01-21T08:51:24.469Z] 745a02a5169b: Download complete [2021-01-21T08:51:25.449Z] 00ac8860ef70: Verifying Checksum [2021-01-21T08:51:25.449Z] 00ac8860ef70: Download complete [2021-01-21T08:51:34.629Z] Running on prd-centos7-docker-4c-2g-21896 in /w/workspace/dgexfoundry_device-sdk-go_PR-746 [Pipeline] { [Pipeline] ws [2021-01-21T08:51:34.682Z] Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout [2021-01-21T08:51:35.617Z] 00ac8860ef70: Pull complete [2021-01-21T08:51:35.617Z] 63d7cb157983: Pull complete [2021-01-21T08:51:35.890Z] b116817d02f9: Pull complete [2021-01-21T08:51:37.110Z] using credential edgex-jenkins-ssh [2021-01-21T08:51:37.210Z] Cloning the remote Git repository [2021-01-21T08:51:37.238Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-01-21T08:51:37.307Z] > git init /w/workspace/device-sdk-go/3 # timeout=10 [2021-01-21T08:51:37.366Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-21T08:51:37.367Z] > git --version # timeout=10 [2021-01-21T08:51:37.376Z] > git --version # 'git version 2.24.3' [2021-01-21T08:51:37.376Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T08:51:37.404Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-21T08:51:38.043Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-21T08:51:38.053Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-21T08:51:38.064Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-21T08:51:38.076Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-21T08:51:38.076Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T08:51:38.081Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/746/head:refs/remotes/origin/PR-746 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-21T08:51:38.543Z] Merging remotes/origin/master commit 1c2f003b09666c9aca7d142d934c7ec3af9c247b into PR head commit 07b961917e91b3d2569542fb92a1bc995bd117a1 [2021-01-21T08:51:38.648Z] Merge succeeded, producing 07b961917e91b3d2569542fb92a1bc995bd117a1 [2021-01-21T08:51:38.648Z] Checking out Revision 07b961917e91b3d2569542fb92a1bc995bd117a1 (PR-746) [2021-01-21T08:51:38.555Z] > git config core.sparsecheckout # timeout=10 [2021-01-21T08:51:38.561Z] > git checkout -f 07b961917e91b3d2569542fb92a1bc995bd117a1 # timeout=10 [2021-01-21T08:51:38.618Z] > git remote # timeout=10 [2021-01-21T08:51:38.624Z] > git config --get remote.origin.url # timeout=10 [2021-01-21T08:51:38.629Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T08:51:38.633Z] > git merge 1c2f003b09666c9aca7d142d934c7ec3af9c247b # timeout=10 [2021-01-21T08:51:38.643Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-21T08:51:38.652Z] > git config core.sparsecheckout # timeout=10 [2021-01-21T08:51:38.656Z] > git checkout -f 07b961917e91b3d2569542fb92a1bc995bd117a1 # timeout=10 [2021-01-21T08:51:40.211Z] 745a02a5169b: Pull complete [2021-01-21T08:51:40.212Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-21T08:51:40.212Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-21T08:51:40.212Z] ---> b7e6874047d6 [2021-01-21T08:51:40.212Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-21T08:51:42.291Z] Commit message: "refactor: refactor autoevent package for v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [2021-01-21T08:51:42.832Z] ---> Running in 6b8ac31c22fc [2021-01-21T08:51:42.832Z] Removing intermediate container 6b8ac31c22fc [2021-01-21T08:51:42.832Z] ---> 968a8d7b19b4 [2021-01-21T08:51:42.832Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T08:51:42.832Z] ---> Running in 0e29d0b33065 [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-21T08:51:43.425Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-21T08:51:43.758Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-21T08:51:44.063Z] + sudo service docker restart [2021-01-21T08:51:44.063Z] + true [2021-01-21T08:51:44.063Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-21T08:51:45.096Z] provisioning config files... [2021-01-21T08:51:45.125Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/3@tmp/config4366195907557450374tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-21T08:51:45.485Z] Removing intermediate container 0e29d0b33065 [2021-01-21T08:51:45.485Z] ---> 43ca6c9e80b6 [2021-01-21T08:51:45.485Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-01-21T08:51:45.485Z] ---> Running in 713718141ac3 [2021-01-21T08:51:45.501Z] ---> docker-login.sh [2021-01-21T08:51:45.501Z] nexus3.edgexfoundry.org:10001 [2021-01-21T08:51:45.764Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T08:51:45.764Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T08:51:45.764Z] Configure a credential helper to remove this warning. See [2021-01-21T08:51:45.764Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T08:51:45.764Z] [2021-01-21T08:51:45.764Z] Login Succeeded [2021-01-21T08:51:45.764Z] nexus3.edgexfoundry.org:10002 [2021-01-21T08:51:46.028Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T08:51:46.028Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T08:51:46.028Z] Configure a credential helper to remove this warning. See [2021-01-21T08:51:46.028Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T08:51:46.028Z] [2021-01-21T08:51:46.028Z] Login Succeeded [2021-01-21T08:51:46.028Z] nexus3.edgexfoundry.org:10003 [2021-01-21T08:51:46.292Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T08:51:46.292Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T08:51:46.292Z] Configure a credential helper to remove this warning. See [2021-01-21T08:51:46.293Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T08:51:46.293Z] [2021-01-21T08:51:46.293Z] Login Succeeded [2021-01-21T08:51:46.293Z] nexus3.edgexfoundry.org:10004 [2021-01-21T08:51:46.293Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T08:51:46.293Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T08:51:46.293Z] Configure a credential helper to remove this warning. See [2021-01-21T08:51:46.293Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T08:51:46.293Z] [2021-01-21T08:51:46.293Z] Login Succeeded [2021-01-21T08:51:46.293Z] docker.io [2021-01-21T08:51:46.465Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T08:51:46.556Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T08:51:46.820Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T08:51:46.820Z] Configure a credential helper to remove this warning. See [2021-01-21T08:51:46.820Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T08:51:46.820Z] [2021-01-21T08:51:46.820Z] Login Succeeded [2021-01-21T08:51:46.820Z] ---> docker-login.sh ends [Pipeline] } [2021-01-21T08:51:46.830Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-01-21T08:51:47.061Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] echo [2021-01-21T08:51:47.159Z] ========================================================= [2021-01-21T08:51:47.159Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-21T08:51:47.159Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-21T08:51:47.554Z] + 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-01-21T08:51:47.817Z] Sending build context to Docker daemon 2.385MB [2021-01-21T08:51:47.817Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-21T08:51:47.817Z] Step 2/8 : FROM ${BASE} [2021-01-21T08:51:47.817Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-21T08:51:47.817Z] 188c0c94c7c5: Pulling fs layer [2021-01-21T08:51:47.817Z] 0ef7d3d256c8: Pulling fs layer [2021-01-21T08:51:47.817Z] de9db76c5a1d: Pulling fs layer [2021-01-21T08:51:47.817Z] bca2f99d35d6: Pulling fs layer [2021-01-21T08:51:47.817Z] 93359f2a8cfa: Pulling fs layer [2021-01-21T08:51:47.817Z] 7c6f9722023f: Pulling fs layer [2021-01-21T08:51:47.817Z] a35cf1a2eb13: Pulling fs layer [2021-01-21T08:51:47.817Z] 93359f2a8cfa: Waiting [2021-01-21T08:51:47.817Z] 7c6f9722023f: Waiting [2021-01-21T08:51:47.817Z] a35cf1a2eb13: Waiting [2021-01-21T08:51:47.817Z] bca2f99d35d6: Waiting [2021-01-21T08:51:48.042Z] OK: 142 MiB in 39 packages [2021-01-21T08:51:48.080Z] de9db76c5a1d: Verifying Checksum [2021-01-21T08:51:48.080Z] de9db76c5a1d: Download complete [2021-01-21T08:51:48.080Z] 0ef7d3d256c8: Verifying Checksum [2021-01-21T08:51:48.080Z] 0ef7d3d256c8: Download complete [2021-01-21T08:51:48.080Z] 93359f2a8cfa: Verifying Checksum [2021-01-21T08:51:48.080Z] 93359f2a8cfa: Download complete [2021-01-21T08:51:48.342Z] 7c6f9722023f: Verifying Checksum [2021-01-21T08:51:48.342Z] 7c6f9722023f: Download complete [2021-01-21T08:51:48.603Z] 188c0c94c7c5: Verifying Checksum [2021-01-21T08:51:48.603Z] 188c0c94c7c5: Download complete [2021-01-21T08:51:48.871Z] 188c0c94c7c5: Pull complete [2021-01-21T08:51:49.032Z] Removing intermediate container 713718141ac3 [2021-01-21T08:51:49.032Z] ---> 3970de73c056 [2021-01-21T08:51:49.032Z] Step 6/8 : WORKDIR /device-sdk-go [2021-01-21T08:51:49.032Z] ---> Running in 4771f5d31056 [2021-01-21T08:51:49.139Z] 0ef7d3d256c8: Pull complete [2021-01-21T08:51:49.402Z] de9db76c5a1d: Pull complete [2021-01-21T08:51:49.627Z] Removing intermediate container 4771f5d31056 [2021-01-21T08:51:49.627Z] ---> e0e18531c630 [2021-01-21T08:51:49.627Z] Step 7/8 : COPY . . [2021-01-21T08:51:49.979Z] a35cf1a2eb13: Verifying Checksum [2021-01-21T08:51:49.979Z] a35cf1a2eb13: Download complete [2021-01-21T08:51:50.933Z] bca2f99d35d6: Verifying Checksum [2021-01-21T08:51:50.933Z] bca2f99d35d6: Download complete [2021-01-21T08:51:51.062Z] ---> 49e72dc85c19 [2021-01-21T08:51:51.062Z] Step 8/8 : RUN go mod download [2021-01-21T08:51:51.062Z] ---> Running in 7adf7eefd04c [2021-01-21T08:51:56.257Z] bca2f99d35d6: Pull complete [2021-01-21T08:51:56.258Z] 93359f2a8cfa: Pull complete [2021-01-21T08:51:56.258Z] 7c6f9722023f: Pull complete [2021-01-21T08:52:02.877Z] a35cf1a2eb13: Pull complete [2021-01-21T08:52:02.877Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-21T08:52:02.877Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-21T08:52:02.877Z] ---> a62c8e92a672 [2021-01-21T08:52:02.877Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-21T08:52:03.140Z] ---> Running in 3f4afa691e31 [2021-01-21T08:52:03.403Z] Removing intermediate container 3f4afa691e31 [2021-01-21T08:52:03.403Z] ---> 36914e5ccee7 [2021-01-21T08:52:03.403Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T08:52:03.403Z] ---> Running in d42491523ff6 [2021-01-21T08:52:04.353Z] Removing intermediate container d42491523ff6 [2021-01-21T08:52:04.353Z] ---> a6bc473d562f [2021-01-21T08:52:04.353Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-01-21T08:52:04.619Z] ---> Running in 8844010fb4ab [2021-01-21T08:52:05.570Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T08:52:06.145Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T08:52:06.407Z] OK: 166 MiB in 39 packages [2021-01-21T08:52:06.982Z] Removing intermediate container 8844010fb4ab [2021-01-21T08:52:06.982Z] ---> b0a64f4c0f9d [2021-01-21T08:52:06.982Z] Step 6/8 : WORKDIR /device-sdk-go [2021-01-21T08:52:06.982Z] ---> Running in 7e0b5a1f891e [2021-01-21T08:52:06.982Z] Removing intermediate container 7e0b5a1f891e [2021-01-21T08:52:06.982Z] ---> bd79c8b1ead6 [2021-01-21T08:52:06.982Z] Step 7/8 : COPY . . [2021-01-21T08:52:08.375Z] ---> c71074865162 [2021-01-21T08:52:08.375Z] Step 8/8 : RUN go mod download [2021-01-21T08:52:08.375Z] ---> Running in 575d59347763 [2021-01-21T08:52:13.252Z] Removing intermediate container 7adf7eefd04c [2021-01-21T08:52:13.252Z] ---> e58466460b51 [2021-01-21T08:52:13.252Z] Successfully built e58466460b51 [2021-01-21T08:52:13.252Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-21T08:52:13.596Z] + docker inspect -f . ci-base-image-arm64 [2021-01-21T08:52:13.596Z] . [Pipeline] withDockerContainer [2021-01-21T08:52:13.876Z] prd-ubuntu18.04-docker-arm64-4c-16g-21895 does not seem to be running inside a container [2021-01-21T08:52:13.966Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-21T08:52:15.502Z] $ docker top 191e0a570ad6ae9ac5980d71ddf2c08b5a80b5a4bd258f778fdfdb7530578e33 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T08:52:16.510Z] + go version [2021-01-21T08:52:16.510Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-21T08:52:16.535Z] $ docker stop --time=1 191e0a570ad6ae9ac5980d71ddf2c08b5a80b5a4bd258f778fdfdb7530578e33 [2021-01-21T08:52:18.375Z] $ docker rm -f 191e0a570ad6ae9ac5980d71ddf2c08b5a80b5a4bd258f778fdfdb7530578e33 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T08:52:19.351Z] + docker inspect -f . ci-base-image-arm64 [2021-01-21T08:52:19.351Z] . [Pipeline] withDockerContainer [2021-01-21T08:52:19.575Z] prd-ubuntu18.04-docker-arm64-4c-16g-21895 does not seem to be running inside a container [2021-01-21T08:52:19.651Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-21T08:52:21.110Z] $ docker top daefced62d463c394bf532b93aad60acc769859b2076313cbf47d38010bb3b96 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T08:52:22.089Z] + make test [2021-01-21T08:52:22.089Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-21T08:52:26.584Z] Removing intermediate container 575d59347763 [2021-01-21T08:52:26.584Z] ---> 06a24cffe070 [2021-01-21T08:52:26.584Z] Successfully built 06a24cffe070 [2021-01-21T08:52:26.584Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-21T08:52:26.900Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-21T08:52:26.901Z] . [Pipeline] withDockerContainer [2021-01-21T08:52:27.067Z] prd-centos7-docker-4c-2g-21896 does not seem to be running inside a container [2021-01-21T08:52:27.116Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-21T08:52:27.875Z] $ docker top 4d1c95993e0c0bab7b28443d52cd6f95c2d4e223f92df6e5a4f01a169c377265 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T08:52:28.379Z] + go version [2021-01-21T08:52:28.379Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-21T08:52:28.396Z] $ docker stop --time=1 4d1c95993e0c0bab7b28443d52cd6f95c2d4e223f92df6e5a4f01a169c377265 [2021-01-21T08:52:29.739Z] $ docker rm -f 4d1c95993e0c0bab7b28443d52cd6f95c2d4e223f92df6e5a4f01a169c377265 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T08:52:30.557Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-21T08:52:30.557Z] . [Pipeline] withDockerContainer [2021-01-21T08:52:30.656Z] prd-centos7-docker-4c-2g-21896 does not seem to be running inside a container [2021-01-21T08:52:30.706Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-21T08:52:31.253Z] $ docker top 34c052d73a5921aac7b6eeea2049f2c22e63a047bb4a972d312411066f1e8222 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T08:52:31.849Z] + make test [2021-01-21T08:52:31.849Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-21T08:52:40.050Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-01-21T08:52:44.270Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-01-21T08:52:55.109Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-01-21T08:52:55.109Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-01-21T08:52:55.109Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-01-21T08:52:55.109Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.057s coverage: 15.2% of statements [2021-01-21T08:52:55.685Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.458s coverage: 97.1% of statements [2021-01-21T08:53:23.330Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-01-21T08:53:23.330Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-01-21T08:53:23.330Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-01-21T08:53:24.780Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.113s coverage: 15.2% of statements [2021-01-21T08:53:26.235Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 1.258s coverage: 97.1% of statements [2021-01-21T08:53:27.866Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.078s coverage: 9.4% of statements [2021-01-21T08:53:27.866Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.055s coverage: 22.9% of statements [2021-01-21T08:53:27.866Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-01-21T08:53:27.866Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.063s coverage: 84.8% of statements [2021-01-21T08:53:27.866Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] [2021-01-21T08:53:27.866Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] [2021-01-21T08:53:27.866Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-01-21T08:53:27.866Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-01-21T08:53:27.866Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.068s coverage: 53.8% of statements [2021-01-21T08:53:27.866Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] [2021-01-21T08:53:27.866Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] [2021-01-21T08:53:27.866Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.067s coverage: 26.8% of statements [2021-01-21T08:53:27.866Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 2.362s coverage: 83.5% of statements [2021-01-21T08:53:27.866Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.054s coverage: 4.2% of statements [2021-01-21T08:53:27.866Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-01-21T08:53:27.866Z] GO111MODULE=on go vet ./... [2021-01-21T08:53:36.137Z] gofmt -l . [2021-01-21T08:53:36.137Z] internal/container/deviceservice.go [2021-01-21T08:53:36.137Z] [ "`gofmt -l .`" = "" ] [2021-01-21T08:53:36.400Z] make: *** [Makefile:35: test] Error 1 [Pipeline] } [2021-01-21T08:53:36.426Z] $ docker stop --time=1 34c052d73a5921aac7b6eeea2049f2c22e63a047bb4a972d312411066f1e8222 [2021-01-21T08:53:38.361Z] $ docker rm -f 34c052d73a5921aac7b6eeea2049f2c22e63a047bb4a972d312411066f1e8222 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-21T08:53:40.641Z] Failed in branch amd64 [2021-01-21T08:53:58.746Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.198s coverage: 9.4% of statements [2021-01-21T08:53:58.746Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.135s coverage: 22.9% of statements [2021-01-21T08:53:58.746Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-01-21T08:53:58.746Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.177s coverage: 84.8% of statements [2021-01-21T08:53:58.746Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] [2021-01-21T08:53:58.746Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] [2021-01-21T08:53:58.746Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-01-21T08:53:58.746Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-01-21T08:53:58.746Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.270s coverage: 53.8% of statements [2021-01-21T08:53:58.746Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] [2021-01-21T08:53:58.746Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] [2021-01-21T08:53:58.746Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.162s coverage: 26.8% of statements [2021-01-21T08:53:58.746Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 5.949s coverage: 83.5% of statements [2021-01-21T08:53:58.746Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.139s coverage: 4.2% of statements [2021-01-21T08:53:58.746Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-01-21T08:53:58.746Z] GO111MODULE=on go vet ./... [2021-01-21T08:54:25.660Z] gofmt -l . [2021-01-21T08:54:25.932Z] internal/container/deviceservice.go [2021-01-21T08:54:25.932Z] [ "`gofmt -l .`" = "" ] [2021-01-21T08:54:26.523Z] make: *** [Makefile:35: test] Error 1 [Pipeline] } [2021-01-21T08:54:26.545Z] $ docker stop --time=1 daefced62d463c394bf532b93aad60acc769859b2076313cbf47d38010bb3b96 [2021-01-21T08:54:28.855Z] $ docker rm -f daefced62d463c394bf532b93aad60acc769859b2076313cbf47d38010bb3b96 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-21T08:54:30.873Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-21T08:54:33.858Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T08:54:34.429Z] ---> package-listing.sh [2021-01-21T08:54:34.430Z] ++ facter osfamily [2021-01-21T08:54:34.430Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-21T08:54:34.430Z] + OS_FAMILY=redhat [2021-01-21T08:54:34.430Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-746 [2021-01-21T08:54:34.430Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-21T08:54:34.430Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-21T08:54:34.430Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-21T08:54:34.430Z] + PACKAGES=/tmp/packages_start.txt [2021-01-21T08:54:34.430Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-746 ']' [2021-01-21T08:54:34.430Z] + PACKAGES=/tmp/packages_end.txt [2021-01-21T08:54:34.430Z] + case "${OS_FAMILY}" in [2021-01-21T08:54:34.430Z] + rpm -qa [2021-01-21T08:54:34.430Z] + sort [2021-01-21T08:54:39.761Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-21T08:54:39.761Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-21T08:54:39.761Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-21T08:54:39.761Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-746 ']' [2021-01-21T08:54:39.761Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-746/archives/ [2021-01-21T08:54:39.761Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-746/archives/ [Pipeline] echo [2021-01-21T08:54:39.776Z] 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-746/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-21T08:54:40.067Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-21T08:54:40.375Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-21T08:54:40.375Z] [2021-01-21T08:54:40.375Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-21T08:54:40.730Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-21T08:54:40.730Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-21T08:54:40.730Z] df20fa9351a1: Pulling fs layer [2021-01-21T08:54:40.730Z] 36b3adc4ff6f: Pulling fs layer [2021-01-21T08:54:40.730Z] 8ad3a11d3b57: Pulling fs layer [2021-01-21T08:54:40.730Z] 46f8f816bc3b: Pulling fs layer [2021-01-21T08:54:40.730Z] 93b61091891f: Pulling fs layer [2021-01-21T08:54:40.730Z] 93b9cdb0e59b: Pulling fs layer [2021-01-21T08:54:40.730Z] 5e14af77c1be: Pulling fs layer [2021-01-21T08:54:40.730Z] 01666e4c0597: Pulling fs layer [2021-01-21T08:54:40.730Z] aa168da1d23b: Pulling fs layer [2021-01-21T08:54:40.730Z] 93b9cdb0e59b: Waiting [2021-01-21T08:54:40.730Z] 5e14af77c1be: Waiting [2021-01-21T08:54:40.730Z] 46f8f816bc3b: Waiting [2021-01-21T08:54:40.730Z] 93b61091891f: Waiting [2021-01-21T08:54:40.730Z] aa168da1d23b: Waiting [2021-01-21T08:54:40.730Z] 36b3adc4ff6f: Verifying Checksum [2021-01-21T08:54:40.730Z] 36b3adc4ff6f: Download complete [2021-01-21T08:54:40.730Z] 46f8f816bc3b: Verifying Checksum [2021-01-21T08:54:40.730Z] 46f8f816bc3b: Download complete [2021-01-21T08:54:40.992Z] df20fa9351a1: Download complete [2021-01-21T08:54:40.992Z] 93b9cdb0e59b: Verifying Checksum [2021-01-21T08:54:40.992Z] 93b9cdb0e59b: Download complete [2021-01-21T08:54:40.992Z] 93b61091891f: Verifying Checksum [2021-01-21T08:54:40.992Z] 93b61091891f: Download complete [2021-01-21T08:54:40.992Z] 5e14af77c1be: Download complete [2021-01-21T08:54:40.992Z] 01666e4c0597: Verifying Checksum [2021-01-21T08:54:40.992Z] 01666e4c0597: Download complete [2021-01-21T08:54:40.992Z] 8ad3a11d3b57: Verifying Checksum [2021-01-21T08:54:40.992Z] 8ad3a11d3b57: Download complete [2021-01-21T08:54:41.254Z] df20fa9351a1: Pull complete [2021-01-21T08:54:41.518Z] 36b3adc4ff6f: Pull complete [2021-01-21T08:54:42.473Z] 8ad3a11d3b57: Pull complete [2021-01-21T08:54:42.473Z] 46f8f816bc3b: Pull complete [2021-01-21T08:54:42.738Z] 93b61091891f: Pull complete [2021-01-21T08:54:43.315Z] 93b9cdb0e59b: Pull complete [2021-01-21T08:54:43.315Z] aa168da1d23b: Verifying Checksum [2021-01-21T08:54:43.315Z] aa168da1d23b: Download complete [2021-01-21T08:54:43.891Z] 5e14af77c1be: Pull complete [2021-01-21T08:54:43.891Z] 01666e4c0597: Pull complete [2021-01-21T08:54:50.511Z] aa168da1d23b: Pull complete [2021-01-21T08:54:50.511Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-21T08:54:50.511Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-21T08:54:50.511Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-21T08:54:50.666Z] prd-centos7-docker-4c-2g-21894 does not seem to be running inside a container [2021-01-21T08:54:50.716Z] $ 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-746/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-746 -v /w/workspace/dgexfoundry_device-sdk-go_PR-746:/w/workspace/dgexfoundry_device-sdk-go_PR-746:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-746@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-746@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-21T08:54:54.188Z] $ docker top 4b3f3c5e0c9931bfdb079f1d765d03aa55ada0c91256ebd114948bb0fd342411 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T08:54:54.735Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-21T08:54:55.034Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-21T08:54:55.333Z] + ls /var/log/sa-host [2021-01-21T08:54:55.333Z] + sadf -c /var/log/sa-host/sa21 [2021-01-21T08:54:55.333Z] file_magic: OK [2021-01-21T08:54:55.333Z] HZ: Using current value: 100 [2021-01-21T08:54:55.333Z] file_header: OK [2021-01-21T08:54:55.333Z] 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-01-21T08:54:55.334Z] Statistics: [2021-01-21T08:54:55.334Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-21T08:54:55.334Z] File successfully converted to sysstat format version 12.2.1 [2021-01-21T08:54:55.334Z] + sadf -c /var/log/sa-host/sa23 [2021-01-21T08:54:55.334Z] file_magic: OK [2021-01-21T08:54:55.334Z] HZ: Using current value: 100 [2021-01-21T08:54:55.334Z] file_header: OK [2021-01-21T08:54:55.334Z] 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-01-21T08:54:55.334Z] Statistics: [2021-01-21T08:54:55.334Z] Hnuu...uuuununununu... [2021-01-21T08:54:55.334Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-21T08:54:55.544Z] provisioning config files... [2021-01-21T08:54:55.568Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-746@tmp/config5548891220134065855tmp [Pipeline] { [Pipeline] echo [2021-01-21T08:54:55.676Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T08:54:55.976Z] ---> create-netrc.sh [Pipeline] } [2021-01-21T08:54:55.986Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-21T08:54:56.079Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T08:54:56.379Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-21T08:54:56.390Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T08:54:56.688Z] ---> sudo-logs.sh [2021-01-21T08:54:56.688Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-21T08:54:56.700Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T08:54:57.000Z] ---> job-cost.sh [2021-01-21T08:54:57.001Z] lf-activate-venv: SKIPPING [2021-01-21T08:54:57.001Z] INFO: No Stack... [2021-01-21T08:54:58.392Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-21T08:54:58.967Z] INFO: Archiving Costs [Pipeline] echo [2021-01-21T08:54:58.980Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T08:54:59.277Z] ---> logs-deploy.sh [2021-01-21T08:54:59.277Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-746/3 [2021-01-21T08:54:59.277Z] INFO: archiving workspace using pattern(s): [2021-01-21T08:55:01.201Z] Archives upload complete. [2021-01-21T08:55:01.201Z] INFO: archiving logs to Nexus [2021-01-21T08:55:02.149Z] ---> uname -a: [2021-01-21T08:55:02.149Z] Linux prd-centos7-docker-4c-2g-21894.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-01-21T08:55:02.149Z] [2021-01-21T08:55:02.149Z] [2021-01-21T08:55:02.149Z] ---> lscpu: [2021-01-21T08:55:02.149Z] Architecture: x86_64 [2021-01-21T08:55:02.149Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-21T08:55:02.149Z] Byte Order: Little Endian [2021-01-21T08:55:02.149Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-21T08:55:02.149Z] CPU(s): 4 [2021-01-21T08:55:02.149Z] On-line CPU(s) list: 0-3 [2021-01-21T08:55:02.149Z] Thread(s) per core: 1 [2021-01-21T08:55:02.149Z] Core(s) per socket: 1 [2021-01-21T08:55:02.149Z] Socket(s): 4 [2021-01-21T08:55:02.149Z] NUMA node(s): 1 [2021-01-21T08:55:02.149Z] Vendor ID: GenuineIntel [2021-01-21T08:55:02.149Z] CPU family: 6 [2021-01-21T08:55:02.149Z] Model: 44 [2021-01-21T08:55:02.149Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-21T08:55:02.149Z] Stepping: 1 [2021-01-21T08:55:02.149Z] CPU MHz: 2933.438 [2021-01-21T08:55:02.149Z] BogoMIPS: 5866.87 [2021-01-21T08:55:02.149Z] Virtualization: VT-x [2021-01-21T08:55:02.149Z] Hypervisor vendor: KVM [2021-01-21T08:55:02.149Z] Virtualization type: full [2021-01-21T08:55:02.149Z] L1d cache: 128 KiB [2021-01-21T08:55:02.149Z] L1i cache: 128 KiB [2021-01-21T08:55:02.149Z] L2 cache: 16 MiB [2021-01-21T08:55:02.149Z] L3 cache: 64 MiB [2021-01-21T08:55:02.149Z] NUMA node0 CPU(s): 0-3 [2021-01-21T08:55:02.149Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-21T08:55:02.149Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-21T08:55:02.149Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-21T08:55:02.149Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-21T08:55:02.149Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-21T08:55:02.149Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-21T08:55:02.149Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-21T08:55:02.149Z] Vulnerability Srbds: Not affected [2021-01-21T08:55:02.149Z] Vulnerability Tsx async abort: Not affected [2021-01-21T08:55:02.149Z] 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-01-21T08:55:02.149Z] [2021-01-21T08:55:02.149Z] [2021-01-21T08:55:02.149Z] ---> nproc: [2021-01-21T08:55:02.149Z] 4 [2021-01-21T08:55:02.149Z] [2021-01-21T08:55:02.149Z] [2021-01-21T08:55:02.149Z] ---> df -h: [2021-01-21T08:55:02.150Z] Filesystem Size Used Available Use% Mounted on [2021-01-21T08:55:02.150Z] overlay 50.0G 7.3G 42.7G 15% / [2021-01-21T08:55:02.150Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-21T08:55:02.150Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-21T08:55:02.150Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-21T08:55:02.150Z] /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os [2021-01-21T08:55:02.150Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf [2021-01-21T08:55:02.150Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname [2021-01-21T08:55:02.150Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts [2021-01-21T08:55:02.150Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host [2021-01-21T08:55:02.150Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure [2021-01-21T08:55:02.150Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log [2021-01-21T08:55:02.150Z] /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json [2021-01-21T08:55:02.150Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-746 [2021-01-21T08:55:02.150Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-746@tmp [2021-01-21T08:55:02.150Z] [2021-01-21T08:55:02.150Z] [2021-01-21T08:55:02.150Z] ---> free -m: [2021-01-21T08:55:02.150Z] total used free shared buff/cache available [2021-01-21T08:55:02.150Z] Mem: 1837 688 110 0 1038 1044 [2021-01-21T08:55:02.150Z] Swap: 1023 1 1022 [2021-01-21T08:55:02.150Z] [2021-01-21T08:55:02.150Z] [2021-01-21T08:55:02.150Z] ---> ip addr: [2021-01-21T08:55:02.150Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-01-21T08:55:02.150Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-01-21T08:55:02.150Z] inet 127.0.0.1/8 scope host lo [2021-01-21T08:55:02.150Z] valid_lft forever preferred_lft forever [2021-01-21T08:55:02.150Z] inet6 ::1/128 scope host [2021-01-21T08:55:02.150Z] valid_lft forever preferred_lft forever [2021-01-21T08:55:02.150Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-01-21T08:55:02.150Z] link/ether fa:16:3e:c4:8a:5f brd ff:ff:ff:ff:ff:ff [2021-01-21T08:55:02.150Z] inet 10.30.122.33/23 brd 10.30.123.255 scope global dynamic eth0 [2021-01-21T08:55:02.150Z] valid_lft 85979sec preferred_lft 85979sec [2021-01-21T08:55:02.150Z] inet6 fe80::f816:3eff:fec4:8a5f/64 scope link [2021-01-21T08:55:02.150Z] valid_lft forever preferred_lft forever [2021-01-21T08:55:02.150Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-01-21T08:55:02.150Z] link/ether 02:42:6e:61:f8:d1 brd ff:ff:ff:ff:ff:ff [2021-01-21T08:55:02.150Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-01-21T08:55:02.150Z] valid_lft forever preferred_lft forever [2021-01-21T08:55:02.150Z] inet6 fe80::42:6eff:fe61:f8d1/64 scope link [2021-01-21T08:55:02.150Z] valid_lft forever preferred_lft forever [2021-01-21T08:55:02.150Z] [2021-01-21T08:55:02.150Z] [2021-01-21T08:55:02.150Z] ---> sar -b -r -n DEV: [2021-01-21T08:55:02.150Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/21/21 _x86_64_ (4 CPU) [2021-01-21T08:55:02.150Z] [2021-01-21T08:55:02.150Z] 08:47:50 LINUX RESTART (4 CPU) [2021-01-21T08:55:02.150Z] [2021-01-21T08:55:02.150Z] 08:49:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-01-21T08:55:02.150Z] 08:50:01 3.15 0.05 3.10 0.00 1.60 105.06 0.00 [2021-01-21T08:55:02.150Z] 08:51:01 0.40 0.00 0.40 0.00 0.00 6.36 0.00 [2021-01-21T08:55:02.150Z] 08:52:01 0.20 0.00 0.20 0.00 0.00 2.07 0.00 [2021-01-21T08:55:02.150Z] 08:53:01 0.35 0.00 0.35 0.00 0.00 5.51 0.00 [2021-01-21T08:55:02.150Z] 08:54:01 0.30 0.00 0.30 0.00 0.00 3.83 0.00 [2021-01-21T08:55:02.150Z] Average: 0.88 0.01 0.87 0.00 0.32 24.65 0.00 [2021-01-21T08:55:02.150Z] [2021-01-21T08:55:02.150Z] 08:49:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-01-21T08:55:02.150Z] 08:50:01 168164 0 585196 31.10 2620 1125564 1073872 36.65 403408 1111592 20 [2021-01-21T08:55:02.150Z] 08:51:01 167800 0 585552 31.12 2620 1125572 1074040 36.66 402988 1113152 16 [2021-01-21T08:55:02.150Z] 08:52:01 165452 0 587896 31.25 2620 1125576 1074040 36.66 414740 1103356 8 [2021-01-21T08:55:02.150Z] 08:53:01 166004 0 587340 31.22 2620 1125580 1073872 36.65 412772 1104392 8 [2021-01-21T08:55:02.150Z] 08:54:01 164676 0 588664 31.29 2620 1125584 1073968 36.65 412800 1105904 8 [2021-01-21T08:55:02.150Z] Average: 166419 0 586930 31.19 2620 1125575 1073958 36.65 409342 1107679 12 [2021-01-21T08:55:02.150Z] [2021-01-21T08:55:02.150Z] 08:49:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-01-21T08:55:02.150Z] 08:50:01 eth0 0.55 0.08 0.04 0.01 0.00 0.00 0.00 0.00 [2021-01-21T08:55:02.150Z] 08:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T08:55:02.150Z] 08:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T08:55:02.150Z] 08:51:01 eth0 2.66 1.97 1.79 0.27 0.00 0.00 0.00 0.00 [2021-01-21T08:55:02.150Z] 08:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T08:55:02.150Z] 08:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T08:55:02.150Z] 08:52:01 eth0 0.75 0.41 0.30 0.24 0.00 0.00 0.00 0.00 [2021-01-21T08:55:02.150Z] 08:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T08:55:02.150Z] 08:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T08:55:02.150Z] 08:53:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-21T08:55:02.150Z] 08:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T08:55:02.150Z] 08:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T08:55:02.150Z] 08:54:01 eth0 0.28 0.25 0.14 0.07 0.00 0.00 0.00 0.00 [2021-01-21T08:55:02.150Z] 08:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T08:55:02.150Z] 08:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T08:55:02.150Z] Average: eth0 0.87 0.56 0.46 0.12 0.00 0.00 0.00 0.00 [2021-01-21T08:55:02.150Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T08:55:02.150Z] Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T08:55:02.150Z] [2021-01-21T08:55:02.150Z] [2021-01-21T08:55:02.150Z] ---> sar -P ALL: [2021-01-21T08:55:02.150Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/21/21 _x86_64_ (4 CPU) [2021-01-21T08:55:02.150Z] [2021-01-21T08:55:02.150Z] 08:47:50 LINUX RESTART (4 CPU) [2021-01-21T08:55:02.150Z] [2021-01-21T08:55:02.150Z] 08:49:01 CPU %user %nice %system %iowait %steal %idle [2021-01-21T08:55:02.150Z] 08:50:01 all 0.16 0.00 0.05 0.00 0.00 99.79 [2021-01-21T08:55:02.150Z] 08:50:01 0 0.47 0.00 0.05 0.00 0.00 99.48 [2021-01-21T08:55:02.150Z] 08:50:01 1 0.07 0.00 0.05 0.00 0.00 99.88 [2021-01-21T08:55:02.150Z] 08:50:01 2 0.07 0.00 0.05 0.00 0.00 99.88 [2021-01-21T08:55:02.150Z] 08:50:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2021-01-21T08:55:02.150Z] 08:51:01 all 0.18 0.00 0.04 0.00 0.00 99.78 [2021-01-21T08:55:02.150Z] 08:51:01 0 0.52 0.00 0.03 0.00 0.02 99.43 [2021-01-21T08:55:02.150Z] 08:51:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2021-01-21T08:55:02.150Z] 08:51:01 2 0.10 0.00 0.08 0.00 0.00 99.82 [2021-01-21T08:55:02.150Z] 08:51:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2021-01-21T08:55:02.150Z] 08:52:01 all 0.12 0.00 0.06 0.00 0.01 99.80 [2021-01-21T08:55:02.150Z] 08:52:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2021-01-21T08:55:02.150Z] 08:52:01 1 0.37 0.00 0.12 0.00 0.02 99.49 [2021-01-21T08:55:02.150Z] 08:52:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2021-01-21T08:55:02.150Z] 08:52:01 3 0.05 0.00 0.05 0.00 0.02 99.88 [2021-01-21T08:55:02.150Z] 08:53:01 all 0.15 0.00 0.05 0.00 0.01 99.78 [2021-01-21T08:55:02.150Z] 08:53:01 0 0.05 0.00 0.07 0.00 0.02 99.87 [2021-01-21T08:55:02.150Z] 08:53:01 1 0.52 0.00 0.03 0.00 0.00 99.45 [2021-01-21T08:55:02.150Z] 08:53:01 2 0.03 0.00 0.07 0.00 0.02 99.88 [2021-01-21T08:55:02.150Z] 08:53:01 3 0.02 0.00 0.05 0.00 0.00 99.93 [2021-01-21T08:55:02.150Z] 08:54:01 all 0.17 0.00 0.04 0.00 0.00 99.79 [2021-01-21T08:55:02.150Z] 08:54:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2021-01-21T08:55:02.150Z] 08:54:01 1 0.53 0.00 0.07 0.00 0.00 99.40 [2021-01-21T08:55:02.150Z] 08:54:01 2 0.07 0.00 0.03 0.00 0.00 99.90 [2021-01-21T08:55:02.150Z] 08:54:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-21T08:55:02.150Z] Average: all 0.16 0.00 0.05 0.00 0.01 99.79 [2021-01-21T08:55:02.150Z] Average: 0 0.22 0.00 0.04 0.00 0.01 99.72 [2021-01-21T08:55:02.150Z] Average: 1 0.31 0.00 0.06 0.00 0.00 99.63 [2021-01-21T08:55:02.150Z] Average: 2 0.06 0.00 0.06 0.00 0.00 99.88 [2021-01-21T08:55:02.150Z] Average: 3 0.04 0.00 0.04 0.00 0.00 99.92 [2021-01-21T08:55:02.150Z] [2021-01-21T08:55:02.150Z] [2021-01-21T08:55:02.150Z]