Pull request #761 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from a8acc02905d29a70293a042bb51aacaa11024691+d510da1b257a72a1ecadf2ee4e04e7d54b2df89d (21aa9c8c60500096346572aca23b5997cd12ece2) 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-23536 in /w/workspace/dgexfoundry_device-sdk-go_PR-761 [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-761 # 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 Merging remotes/origin/master commit d510da1b257a72a1ecadf2ee4e04e7d54b2df89d into PR head commit a8acc02905d29a70293a042bb51aacaa11024691 Merge succeeded, producing 334c1f2b5aadabe71d5ddcfc85ca793ad2f858aa Checking out Revision 334c1f2b5aadabe71d5ddcfc85ca793ad2f858aa (PR-761) > 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/761/head:refs/remotes/origin/PR-761 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a8acc02905d29a70293a042bb51aacaa11024691 # 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 d510da1b257a72a1ecadf2ee4e04e7d54b2df89d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 334c1f2b5aadabe71d5ddcfc85ca793ad2f858aa # timeout=10 Commit message: "Merge commit 'd510da1b257a72a1ecadf2ee4e04e7d54b2df89d' into HEAD" > git rev-list --no-walk a8acc02905d29a70293a042bb51aacaa11024691 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-28T00:11:18.218Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-28T00:11:18.498Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-28T00:11:18.590Z] ========================================================= [2021-01-28T00:11:18.590Z] EdgeX Global Pipelines Version Info [2021-01-28T00:11:18.590Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:11:20.112Z] ------------------- [2021-01-28T00:11:20.112Z] stable info: [2021-01-28T00:11:20.112Z] ------------------- [2021-01-28T00:11:20.112Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-28T00:11:20.112Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-28T00:11:20.112Z] Message: update stable to v1.0.179 [2021-01-28T00:11:21.074Z] ------------------- [2021-01-28T00:11:21.074Z] experimental info: [2021-01-28T00:11:21.074Z] ------------------- [2021-01-28T00:11:21.074Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-28T00:11:21.074Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-28T00:11:21.074Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-28T00:11:21.370Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-01-28T00:11:21.478Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-01-28T00:11:21.584Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-28T00:11:21.721Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-28T00:11:21.810Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-28T00:11:21.936Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-28T00:11:22.052Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-28T00:11:22.149Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-28T00:11:22.241Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-01-28T00:11:22.343Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-28T00:11:22.444Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-28T00:11:22.545Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2021-01-28T00:11:22.635Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-28T00:11:22.860Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-28T00:11:22.964Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-28T00:11:23.060Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-01-28T00:11:23.151Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-28T00:11:23.283Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-28T00:11:23.374Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-28T00:11:23.463Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-28T00:11:23.571Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-28T00:11:23.657Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-28T00:11:23.745Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-28T00:11:23.843Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-28T00:11:23.938Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-01-28T00:11:24.021Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-28T00:11:24.131Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-28T00:11:24.226Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-761 [Pipeline] echo [2021-01-28T00:11:24.313Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-761 [Pipeline] echo [2021-01-28T00:11:24.401Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-761 [Pipeline] echo [2021-01-28T00:11:24.508Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 334c1f2b5aadabe71d5ddcfc85ca793ad2f858aa [Pipeline] echo [2021-01-28T00:11:24.598Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 334c1f2 [Pipeline] echo [2021-01-28T00:11:24.688Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-28T00:11:24.857Z] provisioning config files... [2021-01-28T00:11:24.887Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-761@tmp/config2559769951492631176tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:11:25.238Z] ---> docker-login.sh [2021-01-28T00:11:25.238Z] nexus3.edgexfoundry.org:10001 [2021-01-28T00:11:25.500Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:11:25.762Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:11:25.762Z] Configure a credential helper to remove this warning. See [2021-01-28T00:11:25.762Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:11:25.762Z] [2021-01-28T00:11:25.762Z] Login Succeeded [2021-01-28T00:11:25.762Z] nexus3.edgexfoundry.org:10002 [2021-01-28T00:11:25.762Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:11:25.762Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:11:25.762Z] Configure a credential helper to remove this warning. See [2021-01-28T00:11:25.762Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:11:25.762Z] [2021-01-28T00:11:25.762Z] Login Succeeded [2021-01-28T00:11:25.762Z] nexus3.edgexfoundry.org:10003 [2021-01-28T00:11:26.025Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:11:26.025Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:11:26.025Z] Configure a credential helper to remove this warning. See [2021-01-28T00:11:26.025Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:11:26.025Z] [2021-01-28T00:11:26.025Z] Login Succeeded [2021-01-28T00:11:26.025Z] nexus3.edgexfoundry.org:10004 [2021-01-28T00:11:26.287Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:11:26.287Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:11:26.287Z] Configure a credential helper to remove this warning. See [2021-01-28T00:11:26.288Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:11:26.288Z] [2021-01-28T00:11:26.288Z] Login Succeeded [2021-01-28T00:11:26.288Z] docker.io [2021-01-28T00:11:26.288Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:11:26.550Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:11:26.550Z] Configure a credential helper to remove this warning. See [2021-01-28T00:11:26.550Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:11:26.550Z] [2021-01-28T00:11:26.550Z] Login Succeeded [2021-01-28T00:11:26.550Z] ---> docker-login.sh ends [Pipeline] } [2021-01-28T00:11:26.562Z] 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-28T00:11:27.404Z] + git log --format=format:%s -1 334c1f2b5aadabe71d5ddcfc85ca793ad2f858aa [Pipeline] echo [2021-01-28T00:11:27.524Z] GIT_COMMIT: 334c1f2b5aadabe71d5ddcfc85ca793ad2f858aa, Commit Message: Merge commit 'd510da1b257a72a1ecadf2ee4e04e7d54b2df89d' into HEAD [Pipeline] echo [2021-01-28T00:11:27.574Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:11:28.636Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T00:11:28.636Z] [2021-01-28T00:11:28.636Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:11:28.982Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T00:11:28.982Z] latest: Pulling from edgex-devops/git-semver [2021-01-28T00:11:28.982Z] 31603596830f: Pulling fs layer [2021-01-28T00:11:28.982Z] 2a8b12db71e7: Pulling fs layer [2021-01-28T00:11:28.982Z] 6ca5941a6612: Pulling fs layer [2021-01-28T00:11:28.982Z] ecc8261a40a4: Pulling fs layer [2021-01-28T00:11:28.982Z] ecc8261a40a4: Waiting [2021-01-28T00:11:28.982Z] 2a8b12db71e7: Verifying Checksum [2021-01-28T00:11:28.982Z] 2a8b12db71e7: Download complete [2021-01-28T00:11:28.982Z] 31603596830f: Verifying Checksum [2021-01-28T00:11:28.982Z] 31603596830f: Download complete [2021-01-28T00:11:29.264Z] ecc8261a40a4: Verifying Checksum [2021-01-28T00:11:29.264Z] ecc8261a40a4: Download complete [2021-01-28T00:11:29.264Z] 6ca5941a6612: Verifying Checksum [2021-01-28T00:11:29.264Z] 6ca5941a6612: Download complete [2021-01-28T00:11:29.527Z] 31603596830f: Pull complete [2021-01-28T00:11:29.527Z] 2a8b12db71e7: Pull complete [2021-01-28T00:11:30.921Z] 6ca5941a6612: Pull complete [2021-01-28T00:11:30.921Z] ecc8261a40a4: Pull complete [2021-01-28T00:11:30.921Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-28T00:11:30.921Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T00:11:30.921Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-28T00:11:31.039Z] prd-centos7-docker-4c-2g-23536 does not seem to be running inside a container [2021-01-28T00:11:31.102Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-761 -v /w/workspace/dgexfoundry_device-sdk-go_PR-761:/w/workspace/dgexfoundry_device-sdk-go_PR-761:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-761@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-761@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-28T00:11:33.122Z] $ docker top 5472a98c6e9aed9cb50797d9eb8e7ba75b95f4f585001da73b81870aa26d6bbd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-28T00:11:33.461Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-28T00:11:33.461Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-28T00:11:33.698Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-28T00:11:33.701Z] $ docker exec 5472a98c6e9aed9cb50797d9eb8e7ba75b95f4f585001da73b81870aa26d6bbd ssh-agent [2021-01-28T00:11:33.878Z] SSH_AUTH_SOCK=/tmp/ssh-u9z9WkOISzPT/agent.13 [2021-01-28T00:11:33.878Z] SSH_AGENT_PID=19 [2021-01-28T00:11:33.889Z] Running ssh-add (command line suppressed) [2021-01-28T00:11:34.040Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-761@tmp/private_key_5571758142973735178.key (/w/workspace/dgexfoundry_device-sdk-go_PR-761@tmp/private_key_5571758142973735178.key) [2021-01-28T00:11:34.093Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-28T00:11:34.430Z] + git tag --points-at HEAD [Pipeline] } [2021-01-28T00:11:34.465Z] $ docker exec --env ******** --env ******** 5472a98c6e9aed9cb50797d9eb8e7ba75b95f4f585001da73b81870aa26d6bbd ssh-agent -k [2021-01-28T00:11:34.587Z] unset SSH_AUTH_SOCK; [2021-01-28T00:11:34.587Z] unset SSH_AGENT_PID; [2021-01-28T00:11:34.588Z] echo Agent pid 19 killed; [2021-01-28T00:11:34.638Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-28T00:11:34.815Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-28T00:11:34.815Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-28T00:11:35.029Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-28T00:11:35.033Z] $ docker exec 5472a98c6e9aed9cb50797d9eb8e7ba75b95f4f585001da73b81870aa26d6bbd ssh-agent [2021-01-28T00:11:35.297Z] SSH_AUTH_SOCK=/tmp/ssh-AuYnDIW7MfAd/agent.47 [2021-01-28T00:11:35.297Z] SSH_AGENT_PID=52 [2021-01-28T00:11:35.305Z] Running ssh-add (command line suppressed) [2021-01-28T00:11:35.471Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-761@tmp/private_key_6993364817892046548.key (/w/workspace/dgexfoundry_device-sdk-go_PR-761@tmp/private_key_6993364817892046548.key) [2021-01-28T00:11:35.533Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-28T00:11:35.866Z] + git semver init [2021-01-28T00:11:35.866Z] # -> Open(): unable to determine branch for HEAD [2021-01-28T00:11:35.866Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-761/.git [2021-01-28T00:11:35.866Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-761 [2021-01-28T00:11:35.866Z] # $SEMVER_REMOTE_NAME = origin [2021-01-28T00:11:35.866Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-28T00:11:35.866Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-28T00:11:35.866Z] # $SEMVER_BRANCH = PR-761 [2021-01-28T00:11:35.866Z] # $SEMVER_TEMP = /tmp/semver-748877000 [2021-01-28T00:11:35.866Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-01-28T00:11:36.815Z] # '/tmp/semver-748877000' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-761/.semver' [2021-01-28T00:11:36.815Z] # -> Force: false [2021-01-28T00:11:36.815Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-761/.semver [Pipeline] } [2021-01-28T00:11:36.827Z] $ docker exec --env ******** --env ******** 5472a98c6e9aed9cb50797d9eb8e7ba75b95f4f585001da73b81870aa26d6bbd ssh-agent -k [2021-01-28T00:11:36.947Z] unset SSH_AUTH_SOCK; [2021-01-28T00:11:36.947Z] unset SSH_AGENT_PID; [2021-01-28T00:11:36.947Z] echo Agent pid 52 killed; [2021-01-28T00:11:37.003Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-28T00:11:37.509Z] + git semver [Pipeline] } [2021-01-28T00:11:37.526Z] $ docker stop --time=1 5472a98c6e9aed9cb50797d9eb8e7ba75b95f4f585001da73b81870aa26d6bbd [2021-01-28T00:11:38.904Z] $ docker rm -f 5472a98c6e9aed9cb50797d9eb8e7ba75b95f4f585001da73b81870aa26d6bbd [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-28T00:11:39.375Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-28T00:11:39.802Z] Stashed 1 file(s) [Pipeline] echo [2021-01-28T00:11:39.805Z] [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-28T00:11:55.359Z] Still waiting to schedule task [2021-01-28T00:11:55.359Z] ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-builder-2c-1g-23531’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-23526’ is offline; ‘prd-centos7-docker-4c-2g-23528’ is offline; ‘prd-centos7-docker-4c-2g-23533’ is offline; ‘prd-centos7-docker-4c-2g-23539’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23426’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23529’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23532’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-01-28T00:11:55.362Z] Still waiting to schedule task [2021-01-28T00:11:55.362Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-28T00:12:45.425Z] Running on prd-centos7-docker-4c-2g-23541 in /w/workspace/dgexfoundry_device-sdk-go_PR-761 [Pipeline] { [Pipeline] ws [2021-01-28T00:12:45.482Z] Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout [2021-01-28T00:12:48.248Z] using credential edgex-jenkins-ssh [2021-01-28T00:12:48.305Z] Cloning the remote Git repository [2021-01-28T00:12:48.245Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-01-28T00:12:48.321Z] > git init /w/workspace/device-sdk-go/2 # timeout=10 [2021-01-28T00:12:48.416Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-28T00:12:48.416Z] > git --version # timeout=10 [2021-01-28T00:12:48.434Z] > git --version # 'git version 2.24.3' [2021-01-28T00:12:48.435Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T00:12:48.466Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T00:12:49.693Z] Merging remotes/origin/master commit d510da1b257a72a1ecadf2ee4e04e7d54b2df89d into PR head commit a8acc02905d29a70293a042bb51aacaa11024691 [2021-01-28T00:12:49.831Z] Merge succeeded, producing a0475ab20ad848cb68db47ee70e855c560ecc12d [2021-01-28T00:12:49.832Z] Checking out Revision a0475ab20ad848cb68db47ee70e855c560ecc12d (PR-761) [2021-01-28T00:12:49.282Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-28T00:12:49.289Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T00:12:49.312Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-28T00:12:49.327Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-28T00:12:49.328Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T00:12:49.334Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/761/head:refs/remotes/origin/PR-761 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-28T00:12:49.705Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T00:12:49.713Z] > git checkout -f a8acc02905d29a70293a042bb51aacaa11024691 # timeout=10 [2021-01-28T00:12:49.767Z] > git remote # timeout=10 [2021-01-28T00:12:49.776Z] > git config --get remote.origin.url # timeout=10 [2021-01-28T00:12:49.782Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T00:12:49.789Z] > git merge d510da1b257a72a1ecadf2ee4e04e7d54b2df89d # timeout=10 [2021-01-28T00:12:49.825Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-28T00:12:49.836Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T00:12:49.841Z] > git checkout -f a0475ab20ad848cb68db47ee70e855c560ecc12d # timeout=10 [2021-01-28T00:12:53.479Z] Commit message: "Merge commit 'd510da1b257a72a1ecadf2ee4e04e7d54b2df89d' into HEAD" [2021-01-28T00:12:53.484Z] > git rev-list --no-walk a8acc02905d29a70293a042bb51aacaa11024691 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-28T00:12:54.701Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-28T00:12:55.030Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-28T00:12:55.327Z] + sudo service docker restart [2021-01-28T00:12:55.327Z] + true [2021-01-28T00:12:55.327Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-28T00:12:56.786Z] provisioning config files... [2021-01-28T00:12:56.811Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/2@tmp/config8914227091764825680tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:12:57.173Z] ---> docker-login.sh [2021-01-28T00:12:57.174Z] nexus3.edgexfoundry.org:10001 [2021-01-28T00:12:57.438Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:12:57.438Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:12:57.438Z] Configure a credential helper to remove this warning. See [2021-01-28T00:12:57.438Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:12:57.438Z] [2021-01-28T00:12:57.438Z] Login Succeeded [2021-01-28T00:12:57.438Z] nexus3.edgexfoundry.org:10002 [2021-01-28T00:12:57.699Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:12:57.699Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:12:57.699Z] Configure a credential helper to remove this warning. See [2021-01-28T00:12:57.699Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:12:57.699Z] [2021-01-28T00:12:57.699Z] Login Succeeded [2021-01-28T00:12:57.699Z] nexus3.edgexfoundry.org:10003 [2021-01-28T00:12:57.963Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:12:57.963Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:12:57.963Z] Configure a credential helper to remove this warning. See [2021-01-28T00:12:57.963Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:12:57.963Z] [2021-01-28T00:12:57.963Z] Login Succeeded [2021-01-28T00:12:57.963Z] nexus3.edgexfoundry.org:10004 [2021-01-28T00:12:57.963Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:12:58.226Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:12:58.226Z] Configure a credential helper to remove this warning. See [2021-01-28T00:12:58.226Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:12:58.227Z] [2021-01-28T00:12:58.227Z] Login Succeeded [2021-01-28T00:12:58.227Z] docker.io [2021-01-28T00:12:58.227Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:12:58.490Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:12:58.490Z] Configure a credential helper to remove this warning. See [2021-01-28T00:12:58.490Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:12:58.490Z] [2021-01-28T00:12:58.490Z] Login Succeeded [2021-01-28T00:12:58.490Z] ---> docker-login.sh ends [Pipeline] } [2021-01-28T00:12:58.499Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-28T00:12:58.955Z] ========================================================= [2021-01-28T00:12:58.955Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-28T00:12:58.955Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:12:59.298Z] + 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-28T00:12:59.298Z] Sending build context to Docker daemon 2.57MB [2021-01-28T00:12:59.560Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-28T00:12:59.560Z] Step 2/8 : FROM ${BASE} [2021-01-28T00:12:59.560Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-28T00:12:59.560Z] 188c0c94c7c5: Pulling fs layer [2021-01-28T00:12:59.560Z] 0ef7d3d256c8: Pulling fs layer [2021-01-28T00:12:59.560Z] de9db76c5a1d: Pulling fs layer [2021-01-28T00:12:59.560Z] bca2f99d35d6: Pulling fs layer [2021-01-28T00:12:59.560Z] 93359f2a8cfa: Pulling fs layer [2021-01-28T00:12:59.560Z] 7c6f9722023f: Pulling fs layer [2021-01-28T00:12:59.560Z] a35cf1a2eb13: Pulling fs layer [2021-01-28T00:12:59.560Z] 93359f2a8cfa: Waiting [2021-01-28T00:12:59.560Z] 7c6f9722023f: Waiting [2021-01-28T00:12:59.560Z] a35cf1a2eb13: Waiting [2021-01-28T00:12:59.560Z] bca2f99d35d6: Waiting [2021-01-28T00:12:59.821Z] de9db76c5a1d: Verifying Checksum [2021-01-28T00:12:59.822Z] de9db76c5a1d: Download complete [2021-01-28T00:12:59.822Z] 0ef7d3d256c8: Verifying Checksum [2021-01-28T00:12:59.822Z] 0ef7d3d256c8: Download complete [2021-01-28T00:12:59.822Z] 93359f2a8cfa: Verifying Checksum [2021-01-28T00:12:59.822Z] 93359f2a8cfa: Download complete [2021-01-28T00:12:59.822Z] 7c6f9722023f: Verifying Checksum [2021-01-28T00:12:59.822Z] 7c6f9722023f: Download complete [2021-01-28T00:12:59.822Z] 188c0c94c7c5: Verifying Checksum [2021-01-28T00:12:59.822Z] 188c0c94c7c5: Download complete [2021-01-28T00:13:00.084Z] 188c0c94c7c5: Pull complete [2021-01-28T00:13:00.347Z] 0ef7d3d256c8: Pull complete [2021-01-28T00:13:00.347Z] de9db76c5a1d: Pull complete [2021-01-28T00:13:02.288Z] a35cf1a2eb13: Verifying Checksum [2021-01-28T00:13:02.288Z] a35cf1a2eb13: Download complete [2021-01-28T00:13:02.556Z] bca2f99d35d6: Verifying Checksum [2021-01-28T00:13:02.556Z] bca2f99d35d6: Download complete [2021-01-28T00:13:09.202Z] bca2f99d35d6: Pull complete [2021-01-28T00:13:09.202Z] 93359f2a8cfa: Pull complete [2021-01-28T00:13:09.202Z] 7c6f9722023f: Pull complete [2021-01-28T00:13:12.530Z] a35cf1a2eb13: Pull complete [2021-01-28T00:13:12.793Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-28T00:13:12.793Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-28T00:13:12.793Z] ---> a62c8e92a672 [2021-01-28T00:13:12.793Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-28T00:13:13.056Z] ---> Running in 461e39af2042 [2021-01-28T00:13:13.323Z] Removing intermediate container 461e39af2042 [2021-01-28T00:13:13.323Z] ---> b12677408635 [2021-01-28T00:13:13.323Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:13:13.323Z] ---> Running in f0553816493c [2021-01-28T00:13:14.739Z] Removing intermediate container f0553816493c [2021-01-28T00:13:14.739Z] ---> 32441afa630c [2021-01-28T00:13:14.739Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-01-28T00:13:14.739Z] ---> Running in 4ebaee3ab5ee [2021-01-28T00:13:15.690Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:13:16.635Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:13:16.898Z] OK: 166 MiB in 39 packages [2021-01-28T00:13:17.474Z] Removing intermediate container 4ebaee3ab5ee [2021-01-28T00:13:17.474Z] ---> 6cf25b9d4d67 [2021-01-28T00:13:17.474Z] Step 6/8 : WORKDIR /device-sdk-go [2021-01-28T00:13:17.474Z] ---> Running in 2a04c998a1bd [2021-01-28T00:13:17.736Z] Removing intermediate container 2a04c998a1bd [2021-01-28T00:13:17.736Z] ---> 8818fe76db34 [2021-01-28T00:13:17.736Z] Step 7/8 : COPY . . [2021-01-28T00:13:19.137Z] ---> 615c42ea72c8 [2021-01-28T00:13:19.137Z] Step 8/8 : RUN go mod download [2021-01-28T00:13:19.137Z] ---> Running in 6853b3d58d80 [2021-01-28T00:13:37.339Z] Removing intermediate container 6853b3d58d80 [2021-01-28T00:13:37.339Z] ---> 20c6c64e8073 [2021-01-28T00:13:37.339Z] Successfully built 20c6c64e8073 [2021-01-28T00:13:37.339Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:13:37.695Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-28T00:13:37.695Z] . [Pipeline] withDockerContainer [2021-01-28T00:13:37.832Z] prd-centos7-docker-4c-2g-23541 does not seem to be running inside a container [2021-01-28T00:13:37.888Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-28T00:13:39.355Z] $ docker top 204772dc89e2b2b9605f14de6a1ad7820f2efa33d27505ea8e619a48d49a40af -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T00:13:39.865Z] + go version [2021-01-28T00:13:39.865Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-28T00:13:39.882Z] $ docker stop --time=1 204772dc89e2b2b9605f14de6a1ad7820f2efa33d27505ea8e619a48d49a40af [2021-01-28T00:13:41.267Z] $ docker rm -f 204772dc89e2b2b9605f14de6a1ad7820f2efa33d27505ea8e619a48d49a40af [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:13:42.489Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-28T00:13:42.489Z] . [Pipeline] withDockerContainer [2021-01-28T00:13:42.604Z] prd-centos7-docker-4c-2g-23541 does not seem to be running inside a container [2021-01-28T00:13:42.670Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-28T00:13:43.268Z] $ docker top 2299fe099e8693f09d6d1bfd483e1a0cc70a18067835311e09e4462e26535f13 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T00:13:43.770Z] + make test [2021-01-28T00:13:43.770Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-28T00:13:51.999Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-01-28T00:14:07.094Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-01-28T00:14:07.094Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-01-28T00:14:07.094Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-01-28T00:14:07.094Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.053s coverage: 19.4% of statements [2021-01-28T00:14:08.056Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.464s coverage: 97.1% of statements [2021-01-28T00:14:40.281Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.068s coverage: 9.4% of statements [2021-01-28T00:14:40.281Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.060s coverage: 21.7% of statements [2021-01-28T00:14:40.281Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-01-28T00:14:40.281Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.234s coverage: 43.2% of statements [2021-01-28T00:14:40.281Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] [2021-01-28T00:14:40.281Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/handler 0.268s coverage: 68.9% of statements [2021-01-28T00:14:40.281Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler/callback [no test files] [2021-01-28T00:14:40.281Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] [2021-01-28T00:14:40.281Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-01-28T00:14:40.281Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-01-28T00:14:40.281Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.075s coverage: 53.8% of statements [2021-01-28T00:14:40.281Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] [2021-01-28T00:14:40.281Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] [2021-01-28T00:14:40.281Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.088s coverage: 26.8% of statements [2021-01-28T00:14:40.281Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 2.903s coverage: 83.5% of statements [2021-01-28T00:14:40.281Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.127s coverage: 4.2% of statements [2021-01-28T00:14:40.281Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-01-28T00:14:40.281Z] GO111MODULE=on go vet ./... [2021-01-28T00:14:48.554Z] gofmt -l . [2021-01-28T00:14:48.554Z] [ "`gofmt -l .`" = "" ] [2021-01-28T00:14:48.554Z] ./bin/test-attribution-txt.sh [2021-01-28T00:14:48.825Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-28T00:14:49.113Z] $ docker stop --time=1 2299fe099e8693f09d6d1bfd483e1a0cc70a18067835311e09e4462e26535f13 [2021-01-28T00:14:49.776Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-23546 in /w/workspace/dgexfoundry_device-sdk-go_PR-761 [2021-01-28T00:14:51.171Z] $ docker rm -f 2299fe099e8693f09d6d1bfd483e1a0cc70a18067835311e09e4462e26535f13 [Pipeline] { [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] ws [2021-01-28T00:14:51.657Z] Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout [2021-01-28T00:14:51.865Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-28T00:14:52.266Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-01-28T00:14:53.411Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-28T00:14:53.707Z] + ls -al . [2021-01-28T00:14:53.707Z] total 216 [2021-01-28T00:14:53.707Z] drwxrwxr-x. 10 jenkins jenkins 4096 Jan 28 00:14 . [2021-01-28T00:14:53.707Z] drwxrwxr-x. 4 jenkins jenkins 28 Jan 28 00:12 .. [2021-01-28T00:14:53.707Z] drwxrwxr-x. 2 jenkins jenkins 64 Jan 28 00:12 bin [2021-01-28T00:14:53.707Z] -rw-r--r--. 1 jenkins jenkins 136842 Jan 28 00:14 coverage.out [2021-01-28T00:14:53.707Z] -rw-rw-r--. 1 jenkins jenkins 949 Jan 28 00:12 Dockerfile.build [2021-01-28T00:14:53.707Z] -rw-rw-r--. 1 jenkins jenkins 140 Jan 28 00:12 .dockerignore [2021-01-28T00:14:53.707Z] drwxrwxr-x. 4 jenkins jenkins 48 Jan 28 00:12 example [2021-01-28T00:14:53.707Z] drwxrwxr-x. 8 jenkins jenkins 179 Jan 28 00:12 .git [2021-01-28T00:14:53.707Z] drwxrwxr-x. 2 jenkins jenkins 103 Jan 28 00:12 .github [2021-01-28T00:14:53.707Z] -rw-rw-r--. 1 jenkins jenkins 138 Jan 28 00:12 .gitignore [2021-01-28T00:14:53.707Z] -rw-r--r--. 1 jenkins jenkins 514 Jan 28 00:14 go.mod [2021-01-28T00:14:53.707Z] -rw-r--r--. 1 jenkins jenkins 14101 Jan 28 00:14 go.sum [2021-01-28T00:14:53.707Z] drwxrwxr-x. 15 jenkins jenkins 211 Jan 28 00:12 internal [2021-01-28T00:14:53.707Z] -rw-rw-r--. 1 jenkins jenkins 901 Jan 28 00:12 Jenkinsfile [2021-01-28T00:14:53.707Z] -rw-rw-r--. 1 jenkins jenkins 11341 Jan 28 00:12 LICENSE [2021-01-28T00:14:53.707Z] -rw-rw-r--. 1 jenkins jenkins 1016 Jan 28 00:12 Makefile [2021-01-28T00:14:53.707Z] drwxrwxr-x. 4 jenkins jenkins 26 Jan 28 00:12 openapi [2021-01-28T00:14:53.707Z] drwxrwxr-x. 5 jenkins jenkins 50 Jan 28 00:12 pkg [2021-01-28T00:14:53.707Z] -rw-rw-r--. 1 jenkins jenkins 5897 Jan 28 00:12 README.md [2021-01-28T00:14:53.707Z] -rw-rw-r--. 1 jenkins jenkins 6616 Jan 28 00:12 RELEASE-NOTES.txt [2021-01-28T00:14:53.707Z] drwxrwxr-x. 4 jenkins jenkins 54 Jan 28 00:12 snap [2021-01-28T00:14:53.707Z] -rw-rw-r--. 1 jenkins jenkins 5 Jan 28 00:11 VERSION [2021-01-28T00:14:53.707Z] -rw-rw-r--. 1 jenkins jenkins 222 Jan 28 00:12 version.go [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:14:54.018Z] + docker build -t docker-device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=334c1f2b5aadabe71d5ddcfc85ca793ad2f858aa --label arch=amd64 --label version=0.0.0 . [2021-01-28T00:14:54.279Z] Sending build context to Docker daemon 2.707MB [2021-01-28T00:14:54.279Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-01-28T00:14:54.279Z] Step 2/24 : FROM ${BASE} AS builder [2021-01-28T00:14:54.279Z] ---> 20c6c64e8073 [2021-01-28T00:14:54.279Z] Step 3/24 : ARG MAKE='make build' [2021-01-28T00:14:54.853Z] ---> Running in 00ac4bd0d470 [2021-01-28T00:14:54.853Z] Removing intermediate container 00ac4bd0d470 [2021-01-28T00:14:54.853Z] ---> c4aad1affa9c [2021-01-28T00:14:54.853Z] Step 4/24 : WORKDIR /device-sdk-go [2021-01-28T00:14:55.116Z] ---> Running in 8ad8c19073de [2021-01-28T00:14:55.116Z] Removing intermediate container 8ad8c19073de [2021-01-28T00:14:55.116Z] ---> 31b2e7518639 [2021-01-28T00:14:55.116Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-28T00:14:55.116Z] ---> Running in 0b414b87a1ab [2021-01-28T00:14:55.387Z] Removing intermediate container 0b414b87a1ab [2021-01-28T00:14:55.387Z] ---> 50c2f6096ba3 [2021-01-28T00:14:55.387Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:14:55.387Z] ---> Running in d817aaf505dd [2021-01-28T00:14:56.776Z] Removing intermediate container d817aaf505dd [2021-01-28T00:14:56.776Z] ---> 500bc1dbc3db [2021-01-28T00:14:56.776Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-01-28T00:14:56.776Z] ---> Running in e9470575722f [2021-01-28T00:14:57.352Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:14:57.456Z] using credential edgex-jenkins-ssh [2021-01-28T00:14:57.511Z] Cloning the remote Git repository [2021-01-28T00:14:57.938Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:14:58.514Z] OK: 166 MiB in 39 packages [2021-01-28T00:14:57.591Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-01-28T00:14:57.733Z] > git init /w/workspace/device-sdk-go/2 # timeout=10 [2021-01-28T00:14:57.868Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-28T00:14:57.869Z] > git --version # timeout=10 [2021-01-28T00:14:57.888Z] > git --version # 'git version 2.17.1' [2021-01-28T00:14:57.889Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T00:14:57.956Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T00:14:59.088Z] Removing intermediate container e9470575722f [2021-01-28T00:14:59.088Z] ---> ff0b8e525726 [2021-01-28T00:14:59.088Z] Step 8/24 : COPY . . [2021-01-28T00:14:59.150Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-28T00:14:59.173Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T00:14:59.209Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-28T00:14:59.261Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-28T00:14:59.262Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T00:14:59.279Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/761/head:refs/remotes/origin/PR-761 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-28T00:14:59.802Z] Merging remotes/origin/master commit d510da1b257a72a1ecadf2ee4e04e7d54b2df89d into PR head commit a8acc02905d29a70293a042bb51aacaa11024691 [2021-01-28T00:15:00.034Z] ---> 59a9af1821b8 [2021-01-28T00:15:00.034Z] Step 9/24 : RUN ${MAKE} [2021-01-28T00:15:00.034Z] ---> Running in 20fcda181de1 [2021-01-28T00:15:00.125Z] Merge succeeded, producing 226488aed47285318d1570117d95dc80d3010fd2 [2021-01-28T00:15:00.125Z] Checking out Revision 226488aed47285318d1570117d95dc80d3010fd2 (PR-761) [2021-01-28T00:15:00.627Z] CGO_ENABLED=0 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-01-28T00:14:59.829Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T00:14:59.850Z] > git checkout -f a8acc02905d29a70293a042bb51aacaa11024691 # timeout=10 [2021-01-28T00:14:59.971Z] > git remote # timeout=10 [2021-01-28T00:14:59.995Z] > git config --get remote.origin.url # timeout=10 [2021-01-28T00:15:00.020Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T00:15:00.031Z] > git merge d510da1b257a72a1ecadf2ee4e04e7d54b2df89d # timeout=10 [2021-01-28T00:15:00.111Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-28T00:15:00.136Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T00:15:00.151Z] > git checkout -f 226488aed47285318d1570117d95dc80d3010fd2 # timeout=10 [2021-01-28T00:15:04.852Z] Commit message: "Merge commit 'd510da1b257a72a1ecadf2ee4e04e7d54b2df89d' into HEAD" [2021-01-28T00:15:04.866Z] > git rev-list --no-walk a8acc02905d29a70293a042bb51aacaa11024691 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-28T00:15:06.435Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-28T00:15:06.919Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-28T00:15:07.290Z] + sudo service docker restart [2021-01-28T00:15:07.290Z] + true [2021-01-28T00:15:08.926Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-28T00:15:10.073Z] provisioning config files... [2021-01-28T00:15:10.117Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/2@tmp/config5532697477598223794tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:15:10.534Z] ---> docker-login.sh [2021-01-28T00:15:10.534Z] nexus3.edgexfoundry.org:10001 [2021-01-28T00:15:11.521Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:15:11.797Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:15:11.797Z] Configure a credential helper to remove this warning. See [2021-01-28T00:15:11.797Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:15:11.797Z] [2021-01-28T00:15:11.797Z] Login Succeeded [2021-01-28T00:15:11.797Z] nexus3.edgexfoundry.org:10002 [2021-01-28T00:15:12.073Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:15:12.252Z] Removing intermediate container 20fcda181de1 [2021-01-28T00:15:12.252Z] ---> d6a9dfb4b712 [2021-01-28T00:15:12.252Z] Step 10/24 : FROM scratch [2021-01-28T00:15:12.252Z] ---> [2021-01-28T00:15:12.252Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-28T00:15:12.252Z] ---> Running in 0aafa032f875 [2021-01-28T00:15:12.252Z] Removing intermediate container 0aafa032f875 [2021-01-28T00:15:12.252Z] ---> 78c1b8655cfa [2021-01-28T00:15:12.252Z] Step 12/24 : ENV APP_PORT=49990 [2021-01-28T00:15:12.252Z] ---> Running in fca950125919 [2021-01-28T00:15:12.252Z] Removing intermediate container fca950125919 [2021-01-28T00:15:12.252Z] ---> 75b35266f420 [2021-01-28T00:15:12.252Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-28T00:15:12.346Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:15:12.346Z] Configure a credential helper to remove this warning. See [2021-01-28T00:15:12.346Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:15:12.346Z] [2021-01-28T00:15:12.346Z] Login Succeeded [2021-01-28T00:15:12.346Z] nexus3.edgexfoundry.org:10003 [2021-01-28T00:15:12.515Z] ---> Running in a4762c0f4751 [2021-01-28T00:15:12.515Z] Removing intermediate container a4762c0f4751 [2021-01-28T00:15:12.515Z] ---> 69ea6c3a79a0 [2021-01-28T00:15:12.515Z] Step 14/24 : WORKDIR / [2021-01-28T00:15:12.515Z] ---> Running in f990208f8c25 [2021-01-28T00:15:12.620Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:15:12.777Z] Removing intermediate container f990208f8c25 [2021-01-28T00:15:12.777Z] ---> 7dfc15baafe5 [2021-01-28T00:15:12.777Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-01-28T00:15:12.899Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:15:12.899Z] Configure a credential helper to remove this warning. See [2021-01-28T00:15:12.899Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:15:12.899Z] [2021-01-28T00:15:12.899Z] Login Succeeded [2021-01-28T00:15:12.899Z] nexus3.edgexfoundry.org:10004 [2021-01-28T00:15:13.407Z] ---> b27e005685ac [2021-01-28T00:15:13.407Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-01-28T00:15:13.407Z] ---> 6abcbbe56a1f [2021-01-28T00:15:13.407Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-01-28T00:15:13.510Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:15:13.510Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:15:13.511Z] Configure a credential helper to remove this warning. See [2021-01-28T00:15:13.511Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:15:13.511Z] [2021-01-28T00:15:13.511Z] Login Succeeded [2021-01-28T00:15:13.511Z] docker.io [2021-01-28T00:15:13.709Z] ---> 73bc379a4fa1 [2021-01-28T00:15:13.710Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-01-28T00:15:13.785Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:15:13.987Z] ---> c716e81b3298 [2021-01-28T00:15:13.987Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-01-28T00:15:14.269Z] ---> 62e3cdfb59a3 [2021-01-28T00:15:14.269Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-01-28T00:15:14.269Z] ---> Running in f58bf09f545e [2021-01-28T00:15:14.269Z] Removing intermediate container f58bf09f545e [2021-01-28T00:15:14.269Z] ---> 9fc6d7f56107 [2021-01-28T00:15:14.269Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:15:14.383Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:15:14.383Z] Configure a credential helper to remove this warning. See [2021-01-28T00:15:14.383Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:15:14.383Z] [2021-01-28T00:15:14.383Z] Login Succeeded [2021-01-28T00:15:14.383Z] ---> docker-login.sh ends [Pipeline] } [2021-01-28T00:15:14.401Z] Deleting 1 temporary files [Pipeline] // wrap [2021-01-28T00:15:14.546Z] ---> Running in 7b0d5d93b5da [2021-01-28T00:15:14.546Z] Removing intermediate container 7b0d5d93b5da [2021-01-28T00:15:14.546Z] ---> d970cbc129ad [2021-01-28T00:15:14.546Z] Step 22/24 : LABEL arch=amd64 [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-01-28T00:15:14.815Z] ---> Running in 78018f0315b3 [2021-01-28T00:15:14.815Z] Removing intermediate container 78018f0315b3 [2021-01-28T00:15:14.815Z] ---> 24a57cee4c06 [2021-01-28T00:15:14.815Z] Step 23/24 : LABEL git_sha=334c1f2b5aadabe71d5ddcfc85ca793ad2f858aa [2021-01-28T00:15:14.815Z] ---> Running in 7d6d93bd3554 [Pipeline] echo [2021-01-28T00:15:14.962Z] ========================================================= [2021-01-28T00:15:14.962Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-28T00:15:14.962Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:15:15.088Z] Removing intermediate container 7d6d93bd3554 [2021-01-28T00:15:15.088Z] ---> 50f8b6c004b0 [2021-01-28T00:15:15.088Z] Step 24/24 : LABEL version=0.0.0 [2021-01-28T00:15:15.088Z] ---> Running in 161281e06f49 [2021-01-28T00:15:15.338Z] + 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-28T00:15:15.362Z] Removing intermediate container 161281e06f49 [2021-01-28T00:15:15.362Z] ---> 82647ee1f36b [2021-01-28T00:15:15.362Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-28T00:15:15.362Z] Successfully built 82647ee1f36b [2021-01-28T00:15:15.362Z] Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [2021-01-28T00:15:15.611Z] Sending build context to Docker daemon 2.567MB [2021-01-28T00:15:15.611Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-28T00:15:15.611Z] Step 2/8 : FROM ${BASE} [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-28T00:15:15.883Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-28T00:15:15.883Z] 5f621e34cdf4: Pulling fs layer [2021-01-28T00:15:15.883Z] a4357932f1b6: Pulling fs layer [2021-01-28T00:15:15.883Z] 18c013af1878: Pulling fs layer [2021-01-28T00:15:15.883Z] 00ac8860ef70: Pulling fs layer [2021-01-28T00:15:15.883Z] 63d7cb157983: Pulling fs layer [2021-01-28T00:15:15.883Z] b116817d02f9: Pulling fs layer [2021-01-28T00:15:15.883Z] 745a02a5169b: Pulling fs layer [2021-01-28T00:15:15.883Z] 00ac8860ef70: Waiting [2021-01-28T00:15:15.883Z] 63d7cb157983: Waiting [2021-01-28T00:15:15.883Z] b116817d02f9: Waiting [2021-01-28T00:15:15.883Z] 745a02a5169b: Waiting [2021-01-28T00:15:15.883Z] 18c013af1878: Verifying Checksum [2021-01-28T00:15:15.883Z] 18c013af1878: Download complete [2021-01-28T00:15:15.883Z] a4357932f1b6: Download complete [2021-01-28T00:15:15.883Z] 63d7cb157983: Verifying Checksum [2021-01-28T00:15:15.883Z] 63d7cb157983: Download complete [2021-01-28T00:15:15.883Z] b116817d02f9: Verifying Checksum [2021-01-28T00:15:15.883Z] b116817d02f9: Download complete [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [2021-01-28T00:15:16.184Z] 5f621e34cdf4: Verifying Checksum [2021-01-28T00:15:16.184Z] 5f621e34cdf4: Download complete [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-28T00:15:16.801Z] 5f621e34cdf4: Pull complete [2021-01-28T00:15:17.405Z] a4357932f1b6: Pull complete [2021-01-28T00:15:17.681Z] 18c013af1878: Pull complete [2021-01-28T00:15:19.116Z] 745a02a5169b: Verifying Checksum [2021-01-28T00:15:19.116Z] 745a02a5169b: Download complete [2021-01-28T00:15:19.710Z] 00ac8860ef70: Verifying Checksum [2021-01-28T00:15:19.710Z] 00ac8860ef70: Download complete [2021-01-28T00:15:29.867Z] 00ac8860ef70: Pull complete [2021-01-28T00:15:29.867Z] 63d7cb157983: Pull complete [2021-01-28T00:15:29.867Z] b116817d02f9: Pull complete [2021-01-28T00:15:33.323Z] 745a02a5169b: Pull complete [2021-01-28T00:15:33.323Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-28T00:15:33.323Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-28T00:15:33.323Z] ---> b7e6874047d6 [2021-01-28T00:15:33.323Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-28T00:15:36.701Z] ---> Running in 606013219e93 [2021-01-28T00:15:36.701Z] Removing intermediate container 606013219e93 [2021-01-28T00:15:36.701Z] ---> 378fc823fe23 [2021-01-28T00:15:36.701Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:15:36.974Z] ---> Running in 7f547cabc07e [2021-01-28T00:15:39.630Z] Removing intermediate container 7f547cabc07e [2021-01-28T00:15:39.630Z] ---> a7b560c875a0 [2021-01-28T00:15:39.630Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-01-28T00:15:39.630Z] ---> Running in 71e4d4a0264a [2021-01-28T00:15:40.618Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:15:41.218Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:15:42.199Z] OK: 142 MiB in 39 packages [2021-01-28T00:15:43.186Z] Removing intermediate container 71e4d4a0264a [2021-01-28T00:15:43.186Z] ---> 9413eb407717 [2021-01-28T00:15:43.186Z] Step 6/8 : WORKDIR /device-sdk-go [2021-01-28T00:15:43.786Z] ---> Running in f60396d38a54 [2021-01-28T00:15:44.062Z] Removing intermediate container f60396d38a54 [2021-01-28T00:15:44.062Z] ---> b8310d7dfece [2021-01-28T00:15:44.062Z] Step 7/8 : COPY . . [2021-01-28T00:15:45.507Z] ---> 905be56e3cda [2021-01-28T00:15:45.507Z] Step 8/8 : RUN go mod download [2021-01-28T00:15:45.780Z] ---> Running in 807a97505e00 [2021-01-28T00:16:12.583Z] Removing intermediate container 807a97505e00 [2021-01-28T00:16:12.583Z] ---> ef54f50df90a [2021-01-28T00:16:12.583Z] Successfully built ef54f50df90a [2021-01-28T00:16:12.583Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:16:12.932Z] + docker inspect -f . ci-base-image-arm64 [2021-01-28T00:16:12.932Z] . [Pipeline] withDockerContainer [2021-01-28T00:16:13.238Z] prd-ubuntu18.04-docker-arm64-4c-16g-23546 does not seem to be running inside a container [2021-01-28T00:16:13.354Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-28T00:16:14.902Z] $ docker top 4dd15a375189be43f123744f7d3f982f40bc07fd7f4fe7ef2dd6f968b6f2d568 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T00:16:15.917Z] + go version [2021-01-28T00:16:15.917Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-28T00:16:15.955Z] $ docker stop --time=1 4dd15a375189be43f123744f7d3f982f40bc07fd7f4fe7ef2dd6f968b6f2d568 [2021-01-28T00:16:17.910Z] $ docker rm -f 4dd15a375189be43f123744f7d3f982f40bc07fd7f4fe7ef2dd6f968b6f2d568 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:16:18.984Z] + docker inspect -f . ci-base-image-arm64 [2021-01-28T00:16:18.985Z] . [Pipeline] withDockerContainer [2021-01-28T00:16:19.238Z] prd-ubuntu18.04-docker-arm64-4c-16g-23546 does not seem to be running inside a container [2021-01-28T00:16:19.340Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-28T00:16:20.935Z] $ docker top 4c4800d38df97f212c50b4858a10fb5f25093791664806db8fa102ca5aee2dff -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T00:16:21.957Z] + make test [2021-01-28T00:16:21.957Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-28T00:16:44.163Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-01-28T00:17:31.170Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-01-28T00:17:31.170Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-01-28T00:17:31.170Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-01-28T00:17:31.170Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.137s coverage: 19.4% of statements [2021-01-28T00:17:33.810Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 1.286s coverage: 97.1% of statements [2021-01-28T00:18:06.178Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.155s coverage: 9.4% of statements [2021-01-28T00:18:06.178Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.120s coverage: 21.7% of statements [2021-01-28T00:18:06.178Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-01-28T00:18:06.178Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.629s coverage: 43.2% of statements [2021-01-28T00:18:06.178Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] [2021-01-28T00:18:06.178Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/handler 0.782s coverage: 68.9% of statements [2021-01-28T00:18:06.178Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler/callback [no test files] [2021-01-28T00:18:06.178Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] [2021-01-28T00:18:06.178Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-01-28T00:18:06.178Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-01-28T00:18:06.178Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.217s coverage: 53.8% of statements [2021-01-28T00:18:06.178Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] [2021-01-28T00:18:06.178Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] [2021-01-28T00:18:06.178Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.199s coverage: 26.8% of statements [2021-01-28T00:18:06.178Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 6.078s coverage: 83.5% of statements [2021-01-28T00:18:06.178Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.154s coverage: 4.2% of statements [2021-01-28T00:18:06.178Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-01-28T00:18:06.178Z] GO111MODULE=on go vet ./... [2021-01-28T00:18:38.849Z] gofmt -l . [2021-01-28T00:18:38.849Z] [ "`gofmt -l .`" = "" ] [2021-01-28T00:18:38.849Z] ./bin/test-attribution-txt.sh [2021-01-28T00:18:38.849Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-28T00:18:38.887Z] $ docker stop --time=1 4c4800d38df97f212c50b4858a10fb5f25093791664806db8fa102ca5aee2dff [2021-01-28T00:18:41.189Z] $ docker rm -f 4c4800d38df97f212c50b4858a10fb5f25093791664806db8fa102ca5aee2dff [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-28T00:18:42.237Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-28T00:18:42.304Z] Warning: overwriting stash ‘coverage-report’ [2021-01-28T00:18:43.132Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-28T00:18:43.795Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-28T00:18:44.138Z] + ls -al . [2021-01-28T00:18:44.138Z] total 252 [2021-01-28T00:18:44.138Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 28 00:18 . [2021-01-28T00:18:44.138Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 28 00:14 .. [2021-01-28T00:18:44.138Z] -rw-rw-r-- 1 jenkins jenkins 140 Jan 28 00:14 .dockerignore [2021-01-28T00:18:44.138Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 28 00:15 .git [2021-01-28T00:18:44.138Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 28 00:14 .github [2021-01-28T00:18:44.138Z] -rw-rw-r-- 1 jenkins jenkins 138 Jan 28 00:14 .gitignore [2021-01-28T00:18:44.138Z] -rw-rw-r-- 1 jenkins jenkins 949 Jan 28 00:14 Dockerfile.build [2021-01-28T00:18:44.138Z] -rw-rw-r-- 1 jenkins jenkins 901 Jan 28 00:14 Jenkinsfile [2021-01-28T00:18:44.139Z] -rw-rw-r-- 1 jenkins jenkins 11341 Jan 28 00:14 LICENSE [2021-01-28T00:18:44.139Z] -rw-rw-r-- 1 jenkins jenkins 1016 Jan 28 00:14 Makefile [2021-01-28T00:18:44.139Z] -rw-rw-r-- 1 jenkins jenkins 5897 Jan 28 00:14 README.md [2021-01-28T00:18:44.139Z] -rw-rw-r-- 1 jenkins jenkins 6616 Jan 28 00:14 RELEASE-NOTES.txt [2021-01-28T00:18:44.139Z] -rw-rw-r-- 1 jenkins jenkins 5 Jan 28 00:11 VERSION [2021-01-28T00:18:44.139Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 28 00:14 bin [2021-01-28T00:18:44.139Z] -rw-r--r-- 1 jenkins jenkins 136842 Jan 28 00:18 coverage.out [2021-01-28T00:18:44.139Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 28 00:14 example [2021-01-28T00:18:44.139Z] -rw-r--r-- 1 jenkins jenkins 514 Jan 28 00:18 go.mod [2021-01-28T00:18:44.139Z] -rw-r--r-- 1 jenkins jenkins 14101 Jan 28 00:18 go.sum [2021-01-28T00:18:44.139Z] drwxrwxr-x 15 jenkins jenkins 4096 Jan 28 00:14 internal [2021-01-28T00:18:44.139Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 28 00:14 openapi [2021-01-28T00:18:44.139Z] drwxrwxr-x 5 jenkins jenkins 4096 Jan 28 00:14 pkg [2021-01-28T00:18:44.139Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 28 00:14 snap [2021-01-28T00:18:44.139Z] -rw-rw-r-- 1 jenkins jenkins 222 Jan 28 00:14 version.go [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:18:44.478Z] + docker build -t docker-device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=334c1f2b5aadabe71d5ddcfc85ca793ad2f858aa --label arch=arm64 --label version=0.0.0 . [2021-01-28T00:18:45.074Z] Sending build context to Docker daemon 2.705MB [2021-01-28T00:18:45.074Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-01-28T00:18:45.074Z] Step 2/24 : FROM ${BASE} AS builder [2021-01-28T00:18:45.074Z] ---> ef54f50df90a [2021-01-28T00:18:45.074Z] Step 3/24 : ARG MAKE='make build' [2021-01-28T00:18:45.347Z] ---> Running in 815f333d7d98 [2021-01-28T00:18:45.619Z] Removing intermediate container 815f333d7d98 [2021-01-28T00:18:45.619Z] ---> 4ba3e47db16b [2021-01-28T00:18:45.619Z] Step 4/24 : WORKDIR /device-sdk-go [2021-01-28T00:18:45.893Z] ---> Running in b7f0c797d0e8 [2021-01-28T00:18:46.165Z] Removing intermediate container b7f0c797d0e8 [2021-01-28T00:18:46.165Z] ---> 695c8c61be09 [2021-01-28T00:18:46.165Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-28T00:18:46.439Z] ---> Running in 57bcae3db2e5 [2021-01-28T00:18:46.716Z] Removing intermediate container 57bcae3db2e5 [2021-01-28T00:18:46.716Z] ---> 1d077f307bf3 [2021-01-28T00:18:46.716Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:18:46.989Z] ---> Running in 6fe3957a9ae0 [2021-01-28T00:18:48.963Z] Removing intermediate container 6fe3957a9ae0 [2021-01-28T00:18:48.963Z] ---> dd5336f0f6bb [2021-01-28T00:18:48.963Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-01-28T00:18:49.239Z] ---> Running in 3c2f28a79002 [2021-01-28T00:18:50.217Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:18:50.816Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:18:51.797Z] OK: 142 MiB in 39 packages [2021-01-28T00:18:52.778Z] Removing intermediate container 3c2f28a79002 [2021-01-28T00:18:52.778Z] ---> 9aef3cf8500f [2021-01-28T00:18:52.778Z] Step 8/24 : COPY . . [2021-01-28T00:18:54.210Z] ---> c376e451b523 [2021-01-28T00:18:54.210Z] Step 9/24 : RUN ${MAKE} [2021-01-28T00:18:54.210Z] ---> Running in 46d24ea17313 [2021-01-28T00:18:55.190Z] CGO_ENABLED=0 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-01-28T00:19:22.036Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-01-28T00:19:23.012Z] Removing intermediate container 46d24ea17313 [2021-01-28T00:19:23.012Z] ---> 53ced95934f3 [2021-01-28T00:19:23.012Z] Step 10/24 : FROM scratch [2021-01-28T00:19:23.012Z] ---> [2021-01-28T00:19:23.012Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-28T00:19:23.012Z] ---> Running in 97a1f3347ec0 [2021-01-28T00:19:23.602Z] Removing intermediate container 97a1f3347ec0 [2021-01-28T00:19:23.602Z] ---> 188fd94d509e [2021-01-28T00:19:23.602Z] Step 12/24 : ENV APP_PORT=49990 [2021-01-28T00:19:23.602Z] ---> Running in dfb27f2a966f [2021-01-28T00:19:23.873Z] Removing intermediate container dfb27f2a966f [2021-01-28T00:19:23.873Z] ---> 99d51826c880 [2021-01-28T00:19:23.873Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-28T00:19:24.145Z] ---> Running in 0e1dbe3b787b [2021-01-28T00:19:24.430Z] Removing intermediate container 0e1dbe3b787b [2021-01-28T00:19:24.430Z] ---> a2e2f89371b5 [2021-01-28T00:19:24.430Z] Step 14/24 : WORKDIR / [2021-01-28T00:19:24.430Z] ---> Running in d7c6d2ad7758 [2021-01-28T00:19:25.020Z] Removing intermediate container d7c6d2ad7758 [2021-01-28T00:19:25.020Z] ---> 2fb4f205a808 [2021-01-28T00:19:25.020Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-01-28T00:19:26.038Z] ---> 68684b459e28 [2021-01-28T00:19:26.039Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-01-28T00:19:26.631Z] ---> 7b525f3e0ea9 [2021-01-28T00:19:26.631Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-01-28T00:19:27.224Z] ---> 99b54d73fc86 [2021-01-28T00:19:27.224Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-01-28T00:19:28.204Z] ---> 7ee0a9464f31 [2021-01-28T00:19:28.204Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-01-28T00:19:28.801Z] ---> 590265740aad [2021-01-28T00:19:28.801Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-01-28T00:19:28.801Z] ---> Running in 9f84e870a9c7 [2021-01-28T00:19:29.400Z] Removing intermediate container 9f84e870a9c7 [2021-01-28T00:19:29.400Z] ---> 5c8f4a0492d9 [2021-01-28T00:19:29.400Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:19:29.400Z] ---> Running in 7263e08b428e [2021-01-28T00:19:30.000Z] Removing intermediate container 7263e08b428e [2021-01-28T00:19:30.000Z] ---> fac8645425af [2021-01-28T00:19:30.000Z] Step 22/24 : LABEL arch=arm64 [2021-01-28T00:19:30.000Z] ---> Running in 4e1038d88adf [2021-01-28T00:19:30.600Z] Removing intermediate container 4e1038d88adf [2021-01-28T00:19:30.600Z] ---> 0bd752cb1bed [2021-01-28T00:19:30.600Z] Step 23/24 : LABEL git_sha=334c1f2b5aadabe71d5ddcfc85ca793ad2f858aa [2021-01-28T00:19:30.600Z] ---> Running in e041d1e14f3d [2021-01-28T00:19:31.199Z] Removing intermediate container e041d1e14f3d [2021-01-28T00:19:31.199Z] ---> 932b6da2632e [2021-01-28T00:19:31.199Z] Step 24/24 : LABEL version=0.0.0 [2021-01-28T00:19:31.199Z] ---> Running in c7647de60dfe [2021-01-28T00:19:31.790Z] Removing intermediate container c7647de60dfe [2021-01-28T00:19:31.790Z] ---> 89459924f4d2 [2021-01-28T00:19:31.790Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-28T00:19:31.790Z] Successfully built 89459924f4d2 [2021-01-28T00:19:31.790Z] Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [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-01-28T00:19:33.205Z] provisioning config files... [2021-01-28T00:19:33.215Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-761@tmp/config7063503502382943485tmp [Pipeline] { [Pipeline] sh [2021-01-28T00:19:33.599Z] + set +x [2021-01-28T00:19:33.599Z] + curl -s https://codecov.io/bash [2021-01-28T00:19:33.599Z] + bash -s -- [2021-01-28T00:19:33.863Z] [2021-01-28T00:19:33.863Z] _____ _ [2021-01-28T00:19:33.863Z] / ____| | | [2021-01-28T00:19:33.863Z] | | ___ __| | ___ ___ _____ __ [2021-01-28T00:19:33.863Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-28T00:19:33.863Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-28T00:19:33.863Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-28T00:19:33.863Z] Bash-20210115-cec3c92 [2021-01-28T00:19:33.863Z] [2021-01-28T00:19:33.863Z] [2021-01-28T00:19:33.863Z] ==> git version 2.24.3 found [2021-01-28T00:19:33.863Z] ==> 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-01-28T00:19:33.863Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-28T00:19:33.863Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-28T00:19:33.863Z] ==> Jenkins CI detected. [2021-01-28T00:19:33.863Z] project root: . [2021-01-28T00:19:33.863Z] --> token set from env [2021-01-28T00:19:33.863Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-28T00:19:33.863Z] ==> Running gcov in . (disable via -X gcov) [2021-01-28T00:19:33.863Z] ==> Python coveragepy not found [2021-01-28T00:19:33.863Z] ==> Searching for coverage reports in: [2021-01-28T00:19:33.863Z] + . [2021-01-28T00:19:33.863Z] -> Found 1 reports [2021-01-28T00:19:33.863Z] ==> Detecting git/mercurial file structure [2021-01-28T00:19:33.863Z] ==> Reading reports [2021-01-28T00:19:33.863Z] + ./coverage.out bytes=136842 [2021-01-28T00:19:33.863Z] ==> Appending adjustments [2021-01-28T00:19:33.863Z] https://docs.codecov.io/docs/fixing-reports [2021-01-28T00:19:34.438Z] + Found adjustments [2021-01-28T00:19:34.438Z] ==> Gzipping contents [2021-01-28T00:19:34.438Z] 24K /tmp/codecov.TEFHCz.gz [2021-01-28T00:19:34.438Z] ==> Uploading reports [2021-01-28T00:19:34.438Z] url: https://codecov.io [2021-01-28T00:19:34.438Z] query: branch=PR-761&commit=334c1f2b5aadabe71d5ddcfc85ca793ad2f858aa&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-761%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=761&job=&cmd_args= [2021-01-28T00:19:34.438Z] -> Pinging Codecov [2021-01-28T00:19:34.438Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-761&commit=334c1f2b5aadabe71d5ddcfc85ca793ad2f858aa&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-761%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=761&job=&cmd_args= [2021-01-28T00:19:35.025Z] -> Uploading to [2021-01-28T00:19:35.025Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-28/7E55EF52A471D76F132DFD9A03CDDE97/334c1f2b5aadabe71d5ddcfc85ca793ad2f858aa/d74bb34d-3672-49e8-b1fe-3db8b23c2f85.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210128%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210128T001934Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1f5cda85e4ace743febd7a01030013518effaa9194397c49963dcee4f0f2965c [2021-01-28T00:19:35.025Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T00:19:35.025Z] Dload Upload Total Spent Left Speed [2021-01-28T00:19:35.296Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21503 0 0 100 21503 0 48686 --:--:-- --:--:-- --:--:-- 48759 [2021-01-28T00:19:35.296Z] -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/334c1f2b5aadabe71d5ddcfc85ca793ad2f858aa [Pipeline] } [2021-01-28T00:19:35.315Z] 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] { (Snyk Docker Image Scan) Stage "Snyk Docker Image 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-01-28T00:19:37.752Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:19:38.066Z] ---> package-listing.sh [2021-01-28T00:19:38.066Z] ++ facter osfamily [2021-01-28T00:19:38.066Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-28T00:19:38.066Z] + OS_FAMILY=redhat [2021-01-28T00:19:38.066Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-761 [2021-01-28T00:19:38.066Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-28T00:19:38.066Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-28T00:19:38.066Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-28T00:19:38.066Z] + PACKAGES=/tmp/packages_start.txt [2021-01-28T00:19:38.066Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-761 ']' [2021-01-28T00:19:38.066Z] + PACKAGES=/tmp/packages_end.txt [2021-01-28T00:19:38.066Z] + case "${OS_FAMILY}" in [2021-01-28T00:19:38.066Z] + rpm -qa [2021-01-28T00:19:38.066Z] + sort [2021-01-28T00:19:43.416Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-28T00:19:43.416Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-28T00:19:43.416Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-28T00:19:43.416Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-761 ']' [2021-01-28T00:19:43.416Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-761/archives/ [2021-01-28T00:19:43.416Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-761/archives/ [Pipeline] echo [2021-01-28T00:19:43.434Z] 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-761/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-28T00:19:43.756Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:19:44.126Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-28T00:19:44.126Z] [2021-01-28T00:19:44.126Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:19:44.571Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-28T00:19:44.572Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-28T00:19:44.572Z] df20fa9351a1: Pulling fs layer [2021-01-28T00:19:44.572Z] 36b3adc4ff6f: Pulling fs layer [2021-01-28T00:19:44.572Z] 8ad3a11d3b57: Pulling fs layer [2021-01-28T00:19:44.572Z] 46f8f816bc3b: Pulling fs layer [2021-01-28T00:19:44.572Z] 93b61091891f: Pulling fs layer [2021-01-28T00:19:44.572Z] 93b9cdb0e59b: Pulling fs layer [2021-01-28T00:19:44.572Z] 5e14af77c1be: Pulling fs layer [2021-01-28T00:19:44.572Z] 01666e4c0597: Pulling fs layer [2021-01-28T00:19:44.572Z] aa168da1d23b: Pulling fs layer [2021-01-28T00:19:44.572Z] 46f8f816bc3b: Waiting [2021-01-28T00:19:44.572Z] 93b61091891f: Waiting [2021-01-28T00:19:44.572Z] 93b9cdb0e59b: Waiting [2021-01-28T00:19:44.572Z] 01666e4c0597: Waiting [2021-01-28T00:19:44.572Z] aa168da1d23b: Waiting [2021-01-28T00:19:44.572Z] 5e14af77c1be: Waiting [2021-01-28T00:19:44.572Z] 36b3adc4ff6f: Verifying Checksum [2021-01-28T00:19:44.572Z] 36b3adc4ff6f: Download complete [2021-01-28T00:19:44.572Z] 46f8f816bc3b: Verifying Checksum [2021-01-28T00:19:44.572Z] 46f8f816bc3b: Download complete [2021-01-28T00:19:44.572Z] df20fa9351a1: Verifying Checksum [2021-01-28T00:19:44.572Z] 93b9cdb0e59b: Verifying Checksum [2021-01-28T00:19:44.572Z] 93b9cdb0e59b: Download complete [2021-01-28T00:19:44.858Z] 93b61091891f: Verifying Checksum [2021-01-28T00:19:44.858Z] 93b61091891f: Download complete [2021-01-28T00:19:44.858Z] 5e14af77c1be: Verifying Checksum [2021-01-28T00:19:44.858Z] 5e14af77c1be: Download complete [2021-01-28T00:19:44.858Z] 01666e4c0597: Verifying Checksum [2021-01-28T00:19:44.858Z] 01666e4c0597: Download complete [2021-01-28T00:19:45.164Z] df20fa9351a1: Pull complete [2021-01-28T00:19:45.164Z] 8ad3a11d3b57: Verifying Checksum [2021-01-28T00:19:45.164Z] 8ad3a11d3b57: Download complete [2021-01-28T00:19:45.463Z] 36b3adc4ff6f: Pull complete [2021-01-28T00:19:46.057Z] 8ad3a11d3b57: Pull complete [2021-01-28T00:19:46.339Z] 46f8f816bc3b: Pull complete [2021-01-28T00:19:46.928Z] aa168da1d23b: Verifying Checksum [2021-01-28T00:19:46.928Z] aa168da1d23b: Download complete [2021-01-28T00:19:47.507Z] 93b61091891f: Pull complete [2021-01-28T00:19:47.507Z] 93b9cdb0e59b: Pull complete [2021-01-28T00:19:47.507Z] 5e14af77c1be: Pull complete [2021-01-28T00:19:47.770Z] 01666e4c0597: Pull complete [2021-01-28T00:19:55.964Z] aa168da1d23b: Pull complete [2021-01-28T00:19:55.964Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-28T00:19:55.965Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-28T00:19:55.965Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-28T00:19:56.128Z] prd-centos7-docker-4c-2g-23536 does not seem to be running inside a container [2021-01-28T00:19:56.180Z] $ 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-761/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-761 -v /w/workspace/dgexfoundry_device-sdk-go_PR-761:/w/workspace/dgexfoundry_device-sdk-go_PR-761:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-761@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-761@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:10003/edgex-lftools-log-publisher:alpine cat [2021-01-28T00:20:00.361Z] $ docker top 49b50a870df9931c4ae3b6da4f98237c0303c7baee40c075151137bd67621dba -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T00:20:00.922Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-28T00:20:01.791Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-28T00:20:02.110Z] + ls /var/log/sa-host [2021-01-28T00:20:02.110Z] + sadf -c /var/log/sa-host/sa23 [2021-01-28T00:20:02.110Z] file_magic: OK [2021-01-28T00:20:02.110Z] HZ: Using current value: 100 [2021-01-28T00:20:02.110Z] file_header: OK [2021-01-28T00:20:02.110Z] 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-28T00:20:02.110Z] Statistics: [2021-01-28T00:20:02.110Z] Hnuu...uuuununununu... [2021-01-28T00:20:02.110Z] File successfully converted to sysstat format version 12.2.1 [2021-01-28T00:20:02.110Z] + sadf -c /var/log/sa-host/sa28 [2021-01-28T00:20:02.110Z] file_magic: OK [2021-01-28T00:20:02.111Z] HZ: Using current value: 100 [2021-01-28T00:20:02.111Z] file_header: OK [2021-01-28T00:20:02.111Z] 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-28T00:20:02.111Z] Statistics: [2021-01-28T00:20:02.111Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-28T00:20:02.111Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-28T00:20:02.322Z] provisioning config files... [2021-01-28T00:20:02.349Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-761@tmp/config4073206668020422690tmp [Pipeline] { [Pipeline] echo [2021-01-28T00:20:02.443Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:20:02.743Z] ---> create-netrc.sh [Pipeline] } [2021-01-28T00:20:02.753Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-28T00:20:02.876Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:20:03.175Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-28T00:20:03.186Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:20:03.487Z] ---> sudo-logs.sh [2021-01-28T00:20:03.487Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-28T00:20:03.499Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:20:03.798Z] ---> job-cost.sh [2021-01-28T00:20:03.798Z] lf-activate-venv: SKIPPING [2021-01-28T00:20:03.798Z] INFO: No Stack... [2021-01-28T00:20:04.747Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-28T00:20:05.323Z] INFO: Archiving Costs [Pipeline] echo [2021-01-28T00:20:05.338Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:20:05.644Z] ---> logs-deploy.sh [2021-01-28T00:20:05.644Z] lf-activate-venv: SKIPPING [2021-01-28T00:20:05.644Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-761/2 [2021-01-28T00:20:05.644Z] INFO: archiving workspace using pattern(s): [2021-01-28T00:20:07.577Z] Archives upload complete. [2021-01-28T00:20:07.577Z] INFO: archiving logs to Nexus [2021-01-28T00:20:08.523Z] ---> uname -a: [2021-01-28T00:20:08.523Z] Linux prd-centos7-docker-4c-2g-23536.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-28T00:20:08.523Z] [2021-01-28T00:20:08.523Z] [2021-01-28T00:20:08.523Z] ---> lscpu: [2021-01-28T00:20:08.523Z] Architecture: x86_64 [2021-01-28T00:20:08.523Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-28T00:20:08.523Z] Byte Order: Little Endian [2021-01-28T00:20:08.523Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-28T00:20:08.523Z] CPU(s): 4 [2021-01-28T00:20:08.523Z] On-line CPU(s) list: 0-3 [2021-01-28T00:20:08.523Z] Thread(s) per core: 1 [2021-01-28T00:20:08.523Z] Core(s) per socket: 1 [2021-01-28T00:20:08.523Z] Socket(s): 4 [2021-01-28T00:20:08.523Z] NUMA node(s): 1 [2021-01-28T00:20:08.523Z] Vendor ID: GenuineIntel [2021-01-28T00:20:08.523Z] CPU family: 6 [2021-01-28T00:20:08.523Z] Model: 44 [2021-01-28T00:20:08.523Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-28T00:20:08.523Z] Stepping: 1 [2021-01-28T00:20:08.523Z] CPU MHz: 2933.438 [2021-01-28T00:20:08.523Z] BogoMIPS: 5866.87 [2021-01-28T00:20:08.523Z] Virtualization: VT-x [2021-01-28T00:20:08.523Z] Hypervisor vendor: KVM [2021-01-28T00:20:08.523Z] Virtualization type: full [2021-01-28T00:20:08.523Z] L1d cache: 128 KiB [2021-01-28T00:20:08.523Z] L1i cache: 128 KiB [2021-01-28T00:20:08.523Z] L2 cache: 16 MiB [2021-01-28T00:20:08.523Z] L3 cache: 64 MiB [2021-01-28T00:20:08.523Z] NUMA node0 CPU(s): 0-3 [2021-01-28T00:20:08.523Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-28T00:20:08.523Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-28T00:20:08.523Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-28T00:20:08.523Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-28T00:20:08.523Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-28T00:20:08.523Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-28T00:20:08.523Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-28T00:20:08.523Z] Vulnerability Srbds: Not affected [2021-01-28T00:20:08.523Z] Vulnerability Tsx async abort: Not affected [2021-01-28T00:20:08.523Z] 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-28T00:20:08.523Z] [2021-01-28T00:20:08.523Z] [2021-01-28T00:20:08.523Z] ---> nproc: [2021-01-28T00:20:08.523Z] 4 [2021-01-28T00:20:08.523Z] [2021-01-28T00:20:08.523Z] [2021-01-28T00:20:08.523Z] ---> df -h: [2021-01-28T00:20:08.523Z] Filesystem Size Used Available Use% Mounted on [2021-01-28T00:20:08.523Z] overlay 50.0G 7.3G 42.7G 15% / [2021-01-28T00:20:08.523Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-28T00:20:08.523Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-28T00:20:08.523Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-28T00:20:08.523Z] /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os [2021-01-28T00:20:08.523Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf [2021-01-28T00:20:08.523Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname [2021-01-28T00:20:08.523Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts [2021-01-28T00:20:08.523Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure [2021-01-28T00:20:08.523Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log [2021-01-28T00:20:08.523Z] /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json [2021-01-28T00:20:08.523Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-761 [2021-01-28T00:20:08.523Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-761@tmp [2021-01-28T00:20:08.523Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host [2021-01-28T00:20:08.523Z] [2021-01-28T00:20:08.523Z] [2021-01-28T00:20:08.523Z] ---> free -m: [2021-01-28T00:20:08.523Z] total used free shared buff/cache available [2021-01-28T00:20:08.523Z] Mem: 1837 711 96 0 1029 1021 [2021-01-28T00:20:08.523Z] Swap: 1023 1 1022 [2021-01-28T00:20:08.523Z] [2021-01-28T00:20:08.523Z] [2021-01-28T00:20:08.523Z] ---> ip addr: [2021-01-28T00:20:08.523Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-01-28T00:20:08.523Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-01-28T00:20:08.523Z] inet 127.0.0.1/8 scope host lo [2021-01-28T00:20:08.523Z] valid_lft forever preferred_lft forever [2021-01-28T00:20:08.523Z] inet6 ::1/128 scope host [2021-01-28T00:20:08.523Z] valid_lft forever preferred_lft forever [2021-01-28T00:20:08.523Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-01-28T00:20:08.523Z] link/ether fa:16:3e:86:58:eb brd ff:ff:ff:ff:ff:ff [2021-01-28T00:20:08.523Z] inet 10.30.123.152/23 brd 10.30.123.255 scope global dynamic eth0 [2021-01-28T00:20:08.523Z] valid_lft 85833sec preferred_lft 85833sec [2021-01-28T00:20:08.523Z] inet6 fe80::f816:3eff:fe86:58eb/64 scope link [2021-01-28T00:20:08.523Z] valid_lft forever preferred_lft forever [2021-01-28T00:20:08.523Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-01-28T00:20:08.523Z] link/ether 02:42:1c:68:e9:39 brd ff:ff:ff:ff:ff:ff [2021-01-28T00:20:08.523Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-01-28T00:20:08.523Z] valid_lft forever preferred_lft forever [2021-01-28T00:20:08.523Z] inet6 fe80::42:1cff:fe68:e939/64 scope link [2021-01-28T00:20:08.523Z] valid_lft forever preferred_lft forever [2021-01-28T00:20:08.523Z] [2021-01-28T00:20:08.523Z] [2021-01-28T00:20:08.523Z] ---> sar -b -r -n DEV: [2021-01-28T00:20:08.523Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/28/21 _x86_64_ (4 CPU) [2021-01-28T00:20:08.523Z] [2021-01-28T00:20:08.523Z] 00:10:30 LINUX RESTART (4 CPU) [2021-01-28T00:20:08.523Z] [2021-01-28T00:20:08.523Z] 00:11:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-01-28T00:20:08.523Z] 00:12:01 61.67 19.80 41.87 0.00 5553.80 3851.99 0.00 [2021-01-28T00:20:08.523Z] 00:13:01 2.01 0.00 2.01 0.00 0.00 41.46 0.00 [2021-01-28T00:20:08.523Z] 00:14:01 0.17 0.00 0.17 0.00 0.00 2.30 0.00 [2021-01-28T00:20:08.523Z] 00:15:01 0.33 0.00 0.33 0.00 0.00 5.65 0.00 [2021-01-28T00:20:08.523Z] 00:16:01 0.28 0.00 0.28 0.00 0.00 3.95 0.00 [2021-01-28T00:20:08.523Z] 00:17:01 0.30 0.00 0.30 0.00 0.00 4.81 0.00 [2021-01-28T00:20:08.523Z] 00:18:01 0.27 0.00 0.27 0.00 0.00 2.73 0.00 [2021-01-28T00:20:08.523Z] 00:19:01 0.18 0.00 0.18 0.00 0.00 2.05 0.00 [2021-01-28T00:20:08.523Z] 00:20:01 142.97 76.34 66.63 0.00 6766.83 18771.05 0.00 [2021-01-28T00:20:08.523Z] Average: 23.14 10.68 12.45 0.00 1369.24 2520.83 0.00 [2021-01-28T00:20:08.523Z] [2021-01-28T00:20:08.523Z] 00:11:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-01-28T00:20:08.523Z] 00:12:01 155388 0 599100 31.84 2620 1124436 1108564 37.83 446880 1080532 136 [2021-01-28T00:20:08.523Z] 00:13:01 159928 0 594564 31.60 2620 1124432 1092736 37.29 447404 1075812 20 [2021-01-28T00:20:08.523Z] 00:14:01 158120 0 596368 31.70 2620 1124436 1092772 37.29 444068 1081080 16 [2021-01-28T00:20:08.523Z] 00:15:01 157980 0 596504 31.70 2620 1124440 1092784 37.29 461080 1064296 16 [2021-01-28T00:20:08.523Z] 00:16:01 157644 0 596836 31.72 2620 1124444 1082576 36.95 460248 1065916 20 [2021-01-28T00:20:08.523Z] 00:17:01 156208 0 598268 31.80 2620 1124448 1082616 36.95 468216 1059692 12 [2021-01-28T00:20:08.523Z] 00:18:01 157152 0 597320 31.75 2620 1124452 1082484 36.94 467464 1059692 8 [2021-01-28T00:20:08.523Z] 00:19:01 156124 0 598344 31.80 2620 1124456 1082580 36.95 468108 1059692 8 [2021-01-28T00:20:08.523Z] 00:20:01 185196 0 660228 35.09 2620 1033500 1187632 40.53 465780 980976 36 [2021-01-28T00:20:08.523Z] Average: 160416 0 604170 32.11 2620 1114338 1100527 37.56 458805 1058632 30 [2021-01-28T00:20:08.523Z] [2021-01-28T00:20:08.523Z] 00:11:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-01-28T00:20:08.523Z] 00:12:01 eth0 576.10 352.14 1075.90 96.25 0.00 0.00 0.00 0.00 [2021-01-28T00:20:08.523Z] 00:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T00:20:08.523Z] 00:12:01 docker0 11.52 9.44 1.44 23.57 0.00 0.00 0.00 0.00 [2021-01-28T00:20:08.523Z] 00:13:01 eth0 3.40 0.83 0.97 0.59 0.00 0.00 0.00 0.00 [2021-01-28T00:20:08.523Z] 00:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T00:20:08.523Z] 00:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T00:20:08.523Z] 00:14:01 eth0 3.68 0.77 0.96 0.41 0.00 0.00 0.00 0.00 [2021-01-28T00:20:08.523Z] 00:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T00:20:08.523Z] 00:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T00:20:08.523Z] 00:15:01 eth0 2.96 0.85 0.95 0.62 0.00 0.00 0.00 0.00 [2021-01-28T00:20:08.523Z] 00:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T00:20:08.523Z] 00:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T00:20:08.523Z] 00:16:01 eth0 1.12 0.35 0.33 0.17 0.00 0.00 0.00 0.00 [2021-01-28T00:20:08.523Z] 00:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T00:20:08.523Z] 00:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T00:20:08.523Z] 00:17:01 eth0 0.75 0.38 0.41 0.29 0.00 0.00 0.00 0.00 [2021-01-28T00:20:08.523Z] 00:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T00:20:08.523Z] 00:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T00:20:08.523Z] 00:18:01 eth0 0.63 0.08 0.06 0.01 0.00 0.00 0.00 0.00 [2021-01-28T00:20:08.523Z] 00:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T00:20:08.523Z] 00:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T00:20:08.523Z] 00:19:01 eth0 1.10 0.33 0.33 0.20 0.00 0.00 0.00 0.00 [2021-01-28T00:20:08.523Z] 00:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T00:20:08.523Z] 00:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T00:20:08.523Z] 00:20:01 eth0 226.54 178.57 2180.31 21.12 0.00 0.00 0.00 0.00 [2021-01-28T00:20:08.523Z] 00:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T00:20:08.523Z] 00:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T00:20:08.523Z] Average: eth0 90.73 59.39 362.30 13.30 0.00 0.00 0.00 0.00 [2021-01-28T00:20:08.523Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T00:20:08.523Z] Average: docker0 1.28 1.05 0.16 2.62 0.00 0.00 0.00 0.00 [2021-01-28T00:20:08.523Z] [2021-01-28T00:20:08.523Z] [2021-01-28T00:20:08.523Z] ---> sar -P ALL: [2021-01-28T00:20:08.523Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/28/21 _x86_64_ (4 CPU) [2021-01-28T00:20:08.523Z] [2021-01-28T00:20:08.523Z] 00:10:30 LINUX RESTART (4 CPU) [2021-01-28T00:20:08.523Z] [2021-01-28T00:20:08.523Z] 00:11:01 CPU %user %nice %system %iowait %steal %idle [2021-01-28T00:20:08.523Z] 00:12:01 all 11.77 0.00 3.81 1.43 0.28 82.71 [2021-01-28T00:20:08.523Z] 00:12:01 0 11.64 0.00 4.94 0.59 0.36 82.47 [2021-01-28T00:20:08.523Z] 00:12:01 1 11.63 0.00 3.34 1.00 0.19 83.84 [2021-01-28T00:20:08.523Z] 00:12:01 2 12.32 0.00 3.26 1.71 0.27 82.43 [2021-01-28T00:20:08.523Z] 00:12:01 3 11.49 0.00 3.71 2.42 0.31 82.07 [2021-01-28T00:20:08.523Z] 00:13:01 all 0.18 0.00 0.08 0.00 0.03 99.71 [2021-01-28T00:20:08.523Z] 00:13:01 0 0.07 0.00 0.10 0.00 0.02 99.82 [2021-01-28T00:20:08.523Z] 00:13:01 1 0.07 0.00 0.07 0.00 0.02 99.85 [2021-01-28T00:20:08.523Z] 00:13:01 2 0.53 0.00 0.05 0.00 0.05 99.37 [2021-01-28T00:20:08.523Z] 00:13:01 3 0.07 0.00 0.10 0.00 0.03 99.80 [2021-01-28T00:20:08.523Z] 00:14:01 all 0.17 0.00 0.05 0.00 0.15 99.63 [2021-01-28T00:20:08.523Z] 00:14:01 0 0.08 0.00 0.05 0.00 0.20 99.67 [2021-01-28T00:20:08.523Z] 00:14:01 1 0.40 0.00 0.05 0.00 0.10 99.45 [2021-01-28T00:20:08.523Z] 00:14:01 2 0.07 0.00 0.05 0.00 0.23 99.65 [2021-01-28T00:20:08.523Z] 00:14:01 3 0.12 0.00 0.05 0.00 0.07 99.77 [2021-01-28T00:20:08.523Z] 00:15:01 all 0.15 0.00 0.06 0.00 0.02 99.77 [2021-01-28T00:20:08.523Z] 00:15:01 0 0.07 0.00 0.05 0.00 0.00 99.88 [2021-01-28T00:20:08.523Z] 00:15:01 1 0.23 0.00 0.10 0.00 0.02 99.65 [2021-01-28T00:20:08.523Z] 00:15:01 2 0.27 0.00 0.07 0.00 0.03 99.63 [2021-01-28T00:20:08.523Z] 00:15:01 3 0.05 0.00 0.02 0.00 0.02 99.92 [2021-01-28T00:20:08.523Z] 00:16:01 all 0.19 0.00 0.06 0.00 0.02 99.73 [2021-01-28T00:20:08.523Z] 00:16:01 0 0.02 0.00 0.03 0.00 0.03 99.92 [2021-01-28T00:20:08.523Z] 00:16:01 1 0.53 0.00 0.03 0.00 0.02 99.42 [2021-01-28T00:20:08.523Z] 00:16:01 2 0.13 0.00 0.05 0.00 0.00 99.82 [2021-01-28T00:20:08.523Z] 00:16:01 3 0.08 0.00 0.13 0.00 0.02 99.77 [2021-01-28T00:20:08.523Z] 00:17:01 all 0.18 0.00 0.05 0.00 0.00 99.77 [2021-01-28T00:20:08.523Z] 00:17:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-28T00:20:08.523Z] 00:17:01 1 0.25 0.00 0.08 0.00 0.00 99.67 [2021-01-28T00:20:08.523Z] 00:17:01 2 0.10 0.00 0.05 0.00 0.00 99.85 [2021-01-28T00:20:08.523Z] 00:17:01 3 0.32 0.00 0.05 0.00 0.00 99.63 [2021-01-28T00:20:08.523Z] 00:18:01 all 0.17 0.00 0.04 0.00 0.00 99.80 [2021-01-28T00:20:08.523Z] 00:18:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-28T00:20:08.523Z] 00:18:01 1 0.08 0.00 0.07 0.00 0.00 99.85 [2021-01-28T00:20:08.523Z] 00:18:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-28T00:20:08.523Z] 00:18:01 3 0.52 0.00 0.03 0.00 0.00 99.45 [2021-01-28T00:20:08.523Z] 00:19:01 all 0.16 0.00 0.04 0.00 0.01 99.80 [2021-01-28T00:20:08.523Z] 00:19:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-28T00:20:08.523Z] 00:19:01 1 0.07 0.00 0.08 0.00 0.00 99.85 [2021-01-28T00:20:08.523Z] 00:19:01 2 0.03 0.00 0.03 0.00 0.03 99.90 [2021-01-28T00:20:08.523Z] 00:19:01 3 0.52 0.00 0.02 0.00 0.00 99.47 [2021-01-28T00:20:08.523Z] 00:20:01 all 6.37 0.00 4.44 2.09 0.10 87.01 [2021-01-28T00:20:08.524Z] 00:20:01 0 6.30 0.00 3.72 0.32 0.12 89.54 [2021-01-28T00:20:08.524Z] 00:20:01 1 6.11 0.00 4.40 1.79 0.10 87.60 [2021-01-28T00:20:08.524Z] 00:20:01 2 7.01 0.00 4.52 3.57 0.08 84.81 [2021-01-28T00:20:08.524Z] 00:20:01 3 6.05 0.00 5.10 2.67 0.08 86.09 [2021-01-28T00:20:08.524Z] Average: all 2.12 0.00 0.95 0.39 0.07 96.48 [2021-01-28T00:20:08.524Z] Average: 0 2.00 0.00 0.98 0.10 0.08 96.83 [2021-01-28T00:20:08.524Z] Average: 1 2.13 0.00 0.90 0.31 0.05 96.61 [2021-01-28T00:20:08.524Z] Average: 2 2.25 0.00 0.89 0.58 0.08 96.20 [2021-01-28T00:20:08.524Z] Average: 3 2.11 0.00 1.01 0.56 0.06 96.26 [2021-01-28T00:20:08.524Z] [2021-01-28T00:20:08.524Z] [2021-01-28T00:20:08.524Z]