Pull request #764 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 759b289543a1a77b96e8617066248995dc55b10b+d510da1b257a72a1ecadf2ee4e04e7d54b2df89d (a5eeb2446caef8a572724b5feceed1f0c28caa3d) Running in Durability level: MAX_SURVIVABILITY 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 Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-764/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-764/workspace@libs/lf-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 69a7e166112f335804d9fea76440e5140e47f034 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 ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-23554’ is offline; ‘prd-centos7-docker-4c-2g-23558’ is offline; ‘prd-centos7-docker-4c-2g-23588’ is offline; ‘prd-ubuntu18.04-docker-8c-8g-23590’ doesn’t have label ‘centos7-docker-4c-2g’; ‘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-23547’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23565’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23566’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23568’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23569’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23585’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-23591 in /w/workspace/dgexfoundry_device-sdk-go_PR-764 [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-764 # 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 759b289543a1a77b96e8617066248995dc55b10b Merge succeeded, producing 759b289543a1a77b96e8617066248995dc55b10b Checking out Revision 759b289543a1a77b96e8617066248995dc55b10b (PR-764) > 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/764/head:refs/remotes/origin/PR-764 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 759b289543a1a77b96e8617066248995dc55b10b # 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 759b289543a1a77b96e8617066248995dc55b10b # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.3' fatal: bad object 69a7e166112f335804d9fea76440e5140e47f034 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:46:26 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:46:27 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:46:27 ========================================================= 00:46:27 EdgeX Global Pipelines Version Info 00:46:27 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:46:28 ------------------- 00:46:28 stable info: 00:46:28 ------------------- 00:46:28 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:46:28 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:46:28 Message: update stable to v1.0.179 00:46:29 ------------------- 00:46:29 experimental info: 00:46:29 ------------------- 00:46:29 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:46:29 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:46:29 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:46:30 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 00:46:30 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 00:46:30 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:46:30 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:46:30 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:46:30 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:46:30 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:46:30 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:46:31 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 00:46:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:46:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:46:31 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 00:46:31 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:46:31 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:46:31 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:46:32 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 00:46:32 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 00:46:32 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 00:46:32 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:46:32 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 00:46:32 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:46:32 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:46:32 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 00:46:33 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 00:46:33 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 00:46:33 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:46:33 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:46:33 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-764 [Pipeline] echo 00:46:33 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-764 [Pipeline] echo 00:46:33 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-764 [Pipeline] echo 00:46:33 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 759b289543a1a77b96e8617066248995dc55b10b [Pipeline] echo 00:46:34 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 759b289 [Pipeline] echo 00:46:34 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:46:34 provisioning config files... 00:46:34 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-764@tmp/config6796715371261955941tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:46:34 ---> docker-login.sh 00:46:34 nexus3.edgexfoundry.org:10001 00:46:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:46:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:46:35 Configure a credential helper to remove this warning. See 00:46:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:46:35 00:46:35 Login Succeeded 00:46:35 nexus3.edgexfoundry.org:10002 00:46:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:46:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:46:35 Configure a credential helper to remove this warning. See 00:46:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:46:35 00:46:35 Login Succeeded 00:46:35 nexus3.edgexfoundry.org:10003 00:46:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:46:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:46:35 Configure a credential helper to remove this warning. See 00:46:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:46:35 00:46:35 Login Succeeded 00:46:35 nexus3.edgexfoundry.org:10004 00:46:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:46:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:46:36 Configure a credential helper to remove this warning. See 00:46:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:46:36 00:46:36 Login Succeeded 00:46:36 docker.io 00:46:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:46:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:46:36 Configure a credential helper to remove this warning. See 00:46:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:46:36 00:46:36 Login Succeeded 00:46:36 ---> docker-login.sh ends [Pipeline] } 00:46:36 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 00:46:37 + git log --format=format:%s -1 759b289543a1a77b96e8617066248995dc55b10b [Pipeline] echo 00:46:37 GIT_COMMIT: 759b289543a1a77b96e8617066248995dc55b10b, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2 [Pipeline] echo 00:46:37 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 00:46:38 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:46:38 00:46:38 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:46:38 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:46:38 latest: Pulling from edgex-devops/git-semver 00:46:38 31603596830f: Pulling fs layer 00:46:38 2a8b12db71e7: Pulling fs layer 00:46:38 6ca5941a6612: Pulling fs layer 00:46:38 ecc8261a40a4: Pulling fs layer 00:46:38 ecc8261a40a4: Waiting 00:46:38 2a8b12db71e7: Verifying Checksum 00:46:38 2a8b12db71e7: Download complete 00:46:38 31603596830f: Verifying Checksum 00:46:38 31603596830f: Download complete 00:46:39 ecc8261a40a4: Verifying Checksum 00:46:39 ecc8261a40a4: Download complete 00:46:39 6ca5941a6612: Verifying Checksum 00:46:39 6ca5941a6612: Download complete 00:46:39 31603596830f: Pull complete 00:46:39 2a8b12db71e7: Pull complete 00:46:40 6ca5941a6612: Pull complete 00:46:40 ecc8261a40a4: Pull complete 00:46:40 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:46:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:46:40 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:46:41 prd-centos7-docker-4c-2g-23591 does not seem to be running inside a container 00:46:41 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-764 -v /w/workspace/dgexfoundry_device-sdk-go_PR-764:/w/workspace/dgexfoundry_device-sdk-go_PR-764:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-764@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-764@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:46:43 $ docker top 6b4d225d79f3eca85dd550a66c2f0ebc8b04acd4d8303eba82868ab1bf9d7e7d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:46:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:46:43 [ssh-agent] Looking for ssh-agent implementation... 00:46:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:46:44 $ docker exec 6b4d225d79f3eca85dd550a66c2f0ebc8b04acd4d8303eba82868ab1bf9d7e7d ssh-agent 00:46:44 SSH_AUTH_SOCK=/tmp/ssh-ZRL1eeGFJpiS/agent.11 00:46:44 SSH_AGENT_PID=16 00:46:44 Running ssh-add (command line suppressed) 00:46:44 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-764@tmp/private_key_2350051380230092369.key (/w/workspace/dgexfoundry_device-sdk-go_PR-764@tmp/private_key_2350051380230092369.key) 00:46:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:46:44 + git tag --points-at HEAD [Pipeline] } 00:46:44 $ docker exec --env ******** --env ******** 6b4d225d79f3eca85dd550a66c2f0ebc8b04acd4d8303eba82868ab1bf9d7e7d ssh-agent -k 00:46:45 unset SSH_AUTH_SOCK; 00:46:45 unset SSH_AGENT_PID; 00:46:45 echo Agent pid 16 killed; 00:46:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:46:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:46:45 [ssh-agent] Looking for ssh-agent implementation... 00:46:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:46:45 $ docker exec 6b4d225d79f3eca85dd550a66c2f0ebc8b04acd4d8303eba82868ab1bf9d7e7d ssh-agent 00:46:45 SSH_AUTH_SOCK=/tmp/ssh-XvE9KmzNrAjD/agent.46 00:46:45 SSH_AGENT_PID=51 00:46:45 Running ssh-add (command line suppressed) 00:46:46 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-764@tmp/private_key_433516288973715164.key (/w/workspace/dgexfoundry_device-sdk-go_PR-764@tmp/private_key_433516288973715164.key) 00:46:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:46:46 + git semver init 00:46:46 # -> Open(): unable to determine branch for HEAD 00:46:46 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-764/.git 00:46:46 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-764 00:46:46 # $SEMVER_REMOTE_NAME = origin 00:46:46 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:46:46 # $SEMVER_USER_NAME = edgex-jenkins 00:46:46 # $SEMVER_BRANCH = PR-764 00:46:46 # $SEMVER_TEMP = /tmp/semver-131649535 00:46:46 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 00:46:47 # '/tmp/semver-131649535' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-764/.semver' 00:46:47 # -> Force: false 00:46:47 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-764/.semver [Pipeline] } 00:46:47 $ docker exec --env ******** --env ******** 6b4d225d79f3eca85dd550a66c2f0ebc8b04acd4d8303eba82868ab1bf9d7e7d ssh-agent -k 00:46:47 unset SSH_AUTH_SOCK; 00:46:47 unset SSH_AGENT_PID; 00:46:47 echo Agent pid 51 killed; 00:46:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:46:48 + git semver [Pipeline] } 00:46:48 $ docker stop --time=1 6b4d225d79f3eca85dd550a66c2f0ebc8b04acd4d8303eba82868ab1bf9d7e7d 00:46:49 $ docker rm -f 6b4d225d79f3eca85dd550a66c2f0ebc8b04acd4d8303eba82868ab1bf9d7e7d [Pipeline] // withDockerContainer [Pipeline] sh 00:46:50 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:46:50 Stashed 1 file(s) [Pipeline] echo 00:46:50 [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 00:47:06 Still waiting to schedule task 00:47:06 Waiting for next available executor on ‘centos7-docker-4c-2g’ 00:47:06 Still waiting to schedule task 00:47:06 ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-15505’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-23554’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-23556’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-23558’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-23559’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-23577’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-23587’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-23588’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23426’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23547’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23565’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23566’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23568’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23569’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23585’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23592’ is offline 00:48:17 Running on prd-centos7-docker-4c-2g-23596 in /w/workspace/dgexfoundry_device-sdk-go_PR-764 [Pipeline] { [Pipeline] ws 00:48:17 Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout 00:48:20 using credential edgex-jenkins-ssh 00:48:20 Cloning the remote Git repository 00:48:20 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 00:48:20 > git init /w/workspace/device-sdk-go/1 # timeout=10 00:48:20 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 00:48:20 > git --version # timeout=10 00:48:20 > git --version # 'git version 2.24.3' 00:48:20 using GIT_SSH to set credentials SSH Credentials for GitHub 00:48:20 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:48:21 Merging remotes/origin/master commit d510da1b257a72a1ecadf2ee4e04e7d54b2df89d into PR head commit 759b289543a1a77b96e8617066248995dc55b10b 00:48:21 Merge succeeded, producing 759b289543a1a77b96e8617066248995dc55b10b 00:48:21 Checking out Revision 759b289543a1a77b96e8617066248995dc55b10b (PR-764) 00:48:21 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 00:48:21 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:48:21 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 00:48:21 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 00:48:21 using GIT_SSH to set credentials SSH Credentials for GitHub 00:48:21 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/764/head:refs/remotes/origin/PR-764 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:48:21 > git config core.sparsecheckout # timeout=10 00:48:21 > git checkout -f 759b289543a1a77b96e8617066248995dc55b10b # timeout=10 00:48:21 > git remote # timeout=10 00:48:21 > git config --get remote.origin.url # timeout=10 00:48:21 using GIT_SSH to set credentials SSH Credentials for GitHub 00:48:21 > git merge d510da1b257a72a1ecadf2ee4e04e7d54b2df89d # timeout=10 00:48:21 > git rev-parse HEAD^{commit} # timeout=10 00:48:21 > git config core.sparsecheckout # timeout=10 00:48:21 > git checkout -f 759b289543a1a77b96e8617066248995dc55b10b # timeout=10 00:48:25 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" 00:48:25 > git --version # timeout=10 00:48:25 > git --version # 'git version 2.24.3' 00:48:25 fatal: bad object 69a7e166112f335804d9fea76440e5140e47f034 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:48:27 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:48:27 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:48:27 + sudo service docker restart 00:48:27 + true 00:48:27 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:48:29 provisioning config files... 00:48:29 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/1@tmp/config8131998936301762505tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:48:29 ---> docker-login.sh 00:48:29 nexus3.edgexfoundry.org:10001 00:48:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:48:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:48:30 Configure a credential helper to remove this warning. See 00:48:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:48:30 00:48:30 Login Succeeded 00:48:30 nexus3.edgexfoundry.org:10002 00:48:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:48:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:48:30 Configure a credential helper to remove this warning. See 00:48:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:48:30 00:48:30 Login Succeeded 00:48:30 nexus3.edgexfoundry.org:10003 00:48:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:48:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:48:30 Configure a credential helper to remove this warning. See 00:48:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:48:30 00:48:30 Login Succeeded 00:48:30 nexus3.edgexfoundry.org:10004 00:48:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:48:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:48:30 Configure a credential helper to remove this warning. See 00:48:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:48:30 00:48:30 Login Succeeded 00:48:30 docker.io 00:48:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:48:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:48:31 Configure a credential helper to remove this warning. See 00:48:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:48:31 00:48:31 Login Succeeded 00:48:31 ---> docker-login.sh ends [Pipeline] } 00:48:31 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:48:31 ========================================================= 00:48:31 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:48:31 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:48:32 + 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 . 00:48:32 Sending build context to Docker daemon 2.574MB 00:48:32 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 00:48:32 Step 2/8 : FROM ${BASE} 00:48:32 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:48:32 188c0c94c7c5: Pulling fs layer 00:48:32 0ef7d3d256c8: Pulling fs layer 00:48:32 de9db76c5a1d: Pulling fs layer 00:48:32 bca2f99d35d6: Pulling fs layer 00:48:32 93359f2a8cfa: Pulling fs layer 00:48:32 7c6f9722023f: Pulling fs layer 00:48:32 a35cf1a2eb13: Pulling fs layer 00:48:32 93359f2a8cfa: Waiting 00:48:32 7c6f9722023f: Waiting 00:48:32 a35cf1a2eb13: Waiting 00:48:32 bca2f99d35d6: Waiting 00:48:32 de9db76c5a1d: Verifying Checksum 00:48:32 de9db76c5a1d: Download complete 00:48:32 0ef7d3d256c8: Download complete 00:48:32 93359f2a8cfa: Verifying Checksum 00:48:32 93359f2a8cfa: Download complete 00:48:32 7c6f9722023f: Verifying Checksum 00:48:32 7c6f9722023f: Download complete 00:48:33 188c0c94c7c5: Verifying Checksum 00:48:33 188c0c94c7c5: Download complete 00:48:33 188c0c94c7c5: Pull complete 00:48:33 0ef7d3d256c8: Pull complete 00:48:33 de9db76c5a1d: Pull complete 00:48:34 a35cf1a2eb13: Download complete 00:48:36 bca2f99d35d6: Verifying Checksum 00:48:36 bca2f99d35d6: Download complete 00:48:41 bca2f99d35d6: Pull complete 00:48:41 93359f2a8cfa: Pull complete 00:48:41 7c6f9722023f: Pull complete 00:48:46 a35cf1a2eb13: Pull complete 00:48:46 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:48:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:48:46 ---> a62c8e92a672 00:48:46 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 00:48:46 ---> Running in d485476c2a9c 00:48:46 Removing intermediate container d485476c2a9c 00:48:46 ---> 6324445da6d2 00:48:46 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:46 ---> Running in a1f2018410f7 00:48:47 Removing intermediate container a1f2018410f7 00:48:47 ---> 1ca0b69f94a5 00:48:47 Step 5/8 : RUN apk add --update --no-cache make git 00:48:47 ---> Running in a8a6fb83a256 00:48:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:48:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:48:51 OK: 166 MiB in 39 packages 00:48:52 Removing intermediate container a8a6fb83a256 00:48:52 ---> d87bc47f5973 00:48:52 Step 6/8 : WORKDIR /device-sdk-go 00:48:52 ---> Running in 74f95a843bb8 00:48:52 Removing intermediate container 74f95a843bb8 00:48:52 ---> a8093873bd37 00:48:52 Step 7/8 : COPY . . 00:48:53 ---> 482bf5d0b957 00:48:53 Step 8/8 : RUN go mod download 00:48:53 ---> Running in 978f2d36a247 00:49:12 Removing intermediate container 978f2d36a247 00:49:12 ---> 8c31f93bbb34 00:49:12 Successfully built 8c31f93bbb34 00:49:12 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:49:12 + docker inspect -f . ci-base-image-x86_64 00:49:12 . [Pipeline] withDockerContainer 00:49:12 prd-centos7-docker-4c-2g-23596 does not seem to be running inside a container 00:49:12 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@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 ******** ci-base-image-x86_64 cat 00:49:13 $ docker top 8c9cecd50821743fe67d9006bbd938f2dc70807c7756b1b3d22cec0e87337ffa -eo pid,comm [Pipeline] { [Pipeline] sh 00:49:14 + go version 00:49:14 go version go1.15.5 linux/amd64 [Pipeline] } 00:49:14 $ docker stop --time=1 8c9cecd50821743fe67d9006bbd938f2dc70807c7756b1b3d22cec0e87337ffa 00:49:15 $ docker rm -f 8c9cecd50821743fe67d9006bbd938f2dc70807c7756b1b3d22cec0e87337ffa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:49:16 + docker inspect -f . ci-base-image-x86_64 00:49:16 . [Pipeline] withDockerContainer 00:49:16 prd-centos7-docker-4c-2g-23596 does not seem to be running inside a container 00:49:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@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 ******** ci-base-image-x86_64 cat 00:49:17 $ docker top 95b6c50688cf2e28880422145f566a06a9da692d36859bfabb2fa6c07608cba7 -eo pid,comm [Pipeline] { [Pipeline] sh 00:49:18 + make test 00:49:18 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:49:26 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 00:49:41 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 00:49:41 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 00:49:41 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 00:49:41 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.072s coverage: 19.4% of statements 00:49:43 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.447s coverage: 97.1% of statements 00:50:16 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.048s coverage: 9.4% of statements 00:50:16 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.055s coverage: 21.7% of statements 00:50:16 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 00:50:16 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.221s coverage: 43.2% of statements 00:50:16 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] 00:50:16 ok github.com/edgexfoundry/device-sdk-go/v2/internal/handler 0.273s coverage: 68.9% of statements 00:50:16 ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler/callback [no test files] 00:50:16 ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] 00:50:16 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 00:50:16 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 00:50:16 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.069s coverage: 53.8% of statements 00:50:16 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] 00:50:16 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] 00:50:16 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.071s coverage: 26.8% of statements 00:50:16 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 2.384s coverage: 83.5% of statements 00:50:16 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.054s coverage: 4.2% of statements 00:50:16 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 00:50:16 GO111MODULE=on go vet ./... 00:50:22 gofmt -l . 00:50:22 [ "`gofmt -l .`" = "" ] 00:50:22 ./bin/test-attribution-txt.sh 00:50:23 ./bin/test-go-mod-tidy.sh [Pipeline] } 00:50:23 $ docker stop --time=1 95b6c50688cf2e28880422145f566a06a9da692d36859bfabb2fa6c07608cba7 00:50:25 $ docker rm -f 95b6c50688cf2e28880422145f566a06a9da692d36859bfabb2fa6c07608cba7 [Pipeline] // withDockerContainer [Pipeline] sh 00:50:26 + sudo chown -R jenkins:jenkins . [Pipeline] stash 00:50:26 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 00:50:30 + sudo chown -R jenkins:jenkins . [Pipeline] sh 00:50:30 + ls -al . 00:50:30 total 216 00:50:30 drwxrwxr-x. 10 jenkins jenkins 4096 Jan 28 00:50 . 00:50:30 drwxrwxr-x. 4 jenkins jenkins 28 Jan 28 00:48 .. 00:50:30 drwxrwxr-x. 2 jenkins jenkins 64 Jan 28 00:48 bin 00:50:30 -rw-r--r--. 1 jenkins jenkins 136842 Jan 28 00:50 coverage.out 00:50:30 -rw-rw-r--. 1 jenkins jenkins 949 Jan 28 00:48 Dockerfile.build 00:50:30 -rw-rw-r--. 1 jenkins jenkins 140 Jan 28 00:48 .dockerignore 00:50:30 drwxrwxr-x. 4 jenkins jenkins 48 Jan 28 00:48 example 00:50:30 drwxrwxr-x. 8 jenkins jenkins 179 Jan 28 00:48 .git 00:50:30 drwxrwxr-x. 2 jenkins jenkins 103 Jan 28 00:48 .github 00:50:30 -rw-rw-r--. 1 jenkins jenkins 138 Jan 28 00:48 .gitignore 00:50:30 -rw-r--r--. 1 jenkins jenkins 515 Jan 28 00:50 go.mod 00:50:30 -rw-r--r--. 1 jenkins jenkins 14193 Jan 28 00:50 go.sum 00:50:30 drwxrwxr-x. 15 jenkins jenkins 211 Jan 28 00:48 internal 00:50:30 -rw-rw-r--. 1 jenkins jenkins 901 Jan 28 00:48 Jenkinsfile 00:50:30 -rw-rw-r--. 1 jenkins jenkins 11341 Jan 28 00:48 LICENSE 00:50:30 -rw-rw-r--. 1 jenkins jenkins 1016 Jan 28 00:48 Makefile 00:50:30 drwxrwxr-x. 4 jenkins jenkins 26 Jan 28 00:48 openapi 00:50:30 drwxrwxr-x. 5 jenkins jenkins 50 Jan 28 00:48 pkg 00:50:30 -rw-rw-r--. 1 jenkins jenkins 5897 Jan 28 00:48 README.md 00:50:30 -rw-rw-r--. 1 jenkins jenkins 6616 Jan 28 00:48 RELEASE-NOTES.txt 00:50:30 drwxrwxr-x. 4 jenkins jenkins 54 Jan 28 00:48 snap 00:50:30 -rw-rw-r--. 1 jenkins jenkins 5 Jan 28 00:46 VERSION 00:50:30 -rw-rw-r--. 1 jenkins jenkins 222 Jan 28 00:48 version.go [Pipeline] isUnix [Pipeline] sh 00:50:30 + 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=759b289543a1a77b96e8617066248995dc55b10b --label arch=amd64 --label version=0.0.0 . 00:50:30 Sending build context to Docker daemon 2.712MB 00:50:30 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 00:50:30 Step 2/24 : FROM ${BASE} AS builder 00:50:30 ---> 8c31f93bbb34 00:50:30 Step 3/24 : ARG MAKE='make build' 00:50:31 ---> Running in 39647a08e9bf 00:50:31 Removing intermediate container 39647a08e9bf 00:50:31 ---> 1b5d5c980841 00:50:31 Step 4/24 : WORKDIR /device-sdk-go 00:50:31 ---> Running in b42c5a8eb925 00:50:31 Removing intermediate container b42c5a8eb925 00:50:31 ---> b9ce07f7b339 00:50:31 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 00:50:31 ---> Running in f2a201f05855 00:50:32 Removing intermediate container f2a201f05855 00:50:32 ---> 67175899e5e6 00:50:32 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:32 ---> Running in 50690bf03807 00:50:32 Removing intermediate container 50690bf03807 00:50:32 ---> a087ea077916 00:50:32 Step 7/24 : RUN apk add --update --no-cache make git 00:50:32 ---> Running in d715de0c981e 00:50:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:50:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:50:34 OK: 166 MiB in 39 packages 00:50:35 Removing intermediate container d715de0c981e 00:50:35 ---> 92c25459e905 00:50:35 Step 8/24 : COPY . . 00:50:36 ---> 23ac43b370e3 00:50:36 Step 9/24 : RUN ${MAKE} 00:50:36 ---> Running in bd4f5c0d6673 00:50:36 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 00:50:45 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 00:50:47 Removing intermediate container bd4f5c0d6673 00:50:47 ---> feeff6042561 00:50:47 Step 10/24 : FROM scratch 00:50:47 ---> 00:50:47 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 00:50:47 ---> Running in c0d1ad27b444 00:50:47 Removing intermediate container c0d1ad27b444 00:50:47 ---> a84e52d96d91 00:50:47 Step 12/24 : ENV APP_PORT=49990 00:50:47 ---> Running in 3f5cfd4a43a8 00:50:47 Removing intermediate container 3f5cfd4a43a8 00:50:47 ---> 23b4aba81ca6 00:50:47 Step 13/24 : EXPOSE $APP_PORT 00:50:47 ---> Running in 15cda93c9a63 00:50:48 Removing intermediate container 15cda93c9a63 00:50:48 ---> 1503d037a569 00:50:48 Step 14/24 : WORKDIR / 00:50:48 ---> Running in 229fe0ca8836 00:50:48 Removing intermediate container 229fe0ca8836 00:50:48 ---> 1a7eeb780f2c 00:50:48 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 00:50:48 ---> 426feaaa6eea 00:50:48 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 00:50:48 ---> 90c98b0972d1 00:50:48 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 00:50:49 ---> 88150858ad39 00:50:49 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 00:50:49 ---> ce20a2fb75e9 00:50:49 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 00:50:49 ---> bef5f1c91119 00:50:49 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 00:50:49 ---> Running in 8bd1a9960d7e 00:50:49 Removing intermediate container 8bd1a9960d7e 00:50:49 ---> 83f3959a5ed6 00:50:49 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:50 ---> Running in feba61cf96a9 00:50:50 Removing intermediate container feba61cf96a9 00:50:50 ---> 8cc8be589044 00:50:50 Step 22/24 : LABEL arch=amd64 00:50:50 ---> Running in 4904ec8afb3c 00:50:50 Removing intermediate container 4904ec8afb3c 00:50:50 ---> f0ce36f31755 00:50:50 Step 23/24 : LABEL git_sha=759b289543a1a77b96e8617066248995dc55b10b 00:50:50 ---> Running in 87865d4bfe9d 00:50:50 Removing intermediate container 87865d4bfe9d 00:50:50 ---> c365ab952fe3 00:50:50 Step 24/24 : LABEL version=0.0.0 00:50:50 ---> Running in 5ed670988e33 00:50:50 Removing intermediate container 5ed670988e33 00:50:50 ---> 7b4edbe97117 00:50:50 [Warning] One or more build-args [ARCH] were not consumed 00:50:50 Successfully built 7b4edbe97117 00:50:50 Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 00:55:51 Running on prd-ubuntu18.04-docker-arm64-4c-16g-23609 in /w/workspace/dgexfoundry_device-sdk-go_PR-764 [Pipeline] { [Pipeline] ws 00:55:51 Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout 00:55:58 using credential edgex-jenkins-ssh 00:55:58 Cloning the remote Git repository 00:55:58 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 00:55:58 > git init /w/workspace/device-sdk-go/1 # timeout=10 00:55:59 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 00:55:59 > git --version # timeout=10 00:55:59 > git --version # 'git version 2.17.1' 00:55:59 using GIT_SSH to set credentials SSH Credentials for GitHub 00:55:59 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:56:00 Merging remotes/origin/master commit d510da1b257a72a1ecadf2ee4e04e7d54b2df89d into PR head commit 759b289543a1a77b96e8617066248995dc55b10b 00:56:01 Merge succeeded, producing 759b289543a1a77b96e8617066248995dc55b10b 00:56:01 Checking out Revision 759b289543a1a77b96e8617066248995dc55b10b (PR-764) 00:56:00 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 00:56:00 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:56:00 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 00:56:00 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 00:56:00 using GIT_SSH to set credentials SSH Credentials for GitHub 00:56:00 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/764/head:refs/remotes/origin/PR-764 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:56:00 > git config core.sparsecheckout # timeout=10 00:56:01 > git checkout -f 759b289543a1a77b96e8617066248995dc55b10b # timeout=10 00:56:01 > git remote # timeout=10 00:56:01 > git config --get remote.origin.url # timeout=10 00:56:01 using GIT_SSH to set credentials SSH Credentials for GitHub 00:56:01 > git merge d510da1b257a72a1ecadf2ee4e04e7d54b2df89d # timeout=10 00:56:01 > git rev-parse HEAD^{commit} # timeout=10 00:56:01 > git config core.sparsecheckout # timeout=10 00:56:01 > git checkout -f 759b289543a1a77b96e8617066248995dc55b10b # timeout=10 00:56:05 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" 00:56:06 > git --version # timeout=10 00:56:06 > git --version # 'git version 2.17.1' 00:56:06 fatal: bad object 69a7e166112f335804d9fea76440e5140e47f034 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:56:07 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:56:08 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:56:08 + + sudo servicetrue docker restart 00:56:08 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:56:10 provisioning config files... 00:56:10 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/1@tmp/config6030698679030159637tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:56:11 ---> docker-login.sh 00:56:11 nexus3.edgexfoundry.org:10001 00:56:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:56:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:56:12 Configure a credential helper to remove this warning. See 00:56:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:56:12 00:56:12 Login Succeeded 00:56:12 nexus3.edgexfoundry.org:10002 00:56:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:56:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:56:13 Configure a credential helper to remove this warning. See 00:56:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:56:13 00:56:13 Login Succeeded 00:56:13 nexus3.edgexfoundry.org:10003 00:56:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:56:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:56:13 Configure a credential helper to remove this warning. See 00:56:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:56:13 00:56:13 Login Succeeded 00:56:13 nexus3.edgexfoundry.org:10004 00:56:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:56:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:56:14 Configure a credential helper to remove this warning. See 00:56:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:56:14 00:56:14 Login Succeeded 00:56:14 docker.io 00:56:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:56:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:56:15 Configure a credential helper to remove this warning. See 00:56:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:56:15 00:56:15 Login Succeeded 00:56:15 ---> docker-login.sh ends [Pipeline] } 00:56:15 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:56:15 ========================================================= 00:56:15 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:56:15 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:56:16 + 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 . 00:56:16 Sending build context to Docker daemon 2.564MB 00:56:16 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 00:56:16 Step 2/8 : FROM ${BASE} 00:56:17 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:56:17 5f621e34cdf4: Pulling fs layer 00:56:17 a4357932f1b6: Pulling fs layer 00:56:17 18c013af1878: Pulling fs layer 00:56:17 00ac8860ef70: Pulling fs layer 00:56:17 63d7cb157983: Pulling fs layer 00:56:17 b116817d02f9: Pulling fs layer 00:56:17 745a02a5169b: Pulling fs layer 00:56:17 63d7cb157983: Waiting 00:56:17 b116817d02f9: Waiting 00:56:17 00ac8860ef70: Waiting 00:56:17 18c013af1878: Verifying Checksum 00:56:17 18c013af1878: Download complete 00:56:17 a4357932f1b6: Download complete 00:56:17 63d7cb157983: Verifying Checksum 00:56:17 63d7cb157983: Download complete 00:56:17 b116817d02f9: Verifying Checksum 00:56:17 b116817d02f9: Download complete 00:56:18 5f621e34cdf4: Verifying Checksum 00:56:18 5f621e34cdf4: Download complete 00:56:18 5f621e34cdf4: Pull complete 00:56:19 a4357932f1b6: Pull complete 00:56:19 18c013af1878: Pull complete 00:56:20 745a02a5169b: Verifying Checksum 00:56:20 745a02a5169b: Download complete 00:56:22 00ac8860ef70: Verifying Checksum 00:56:22 00ac8860ef70: Download complete 00:56:32 00ac8860ef70: Pull complete 00:56:32 63d7cb157983: Pull complete 00:56:33 b116817d02f9: Pull complete 00:56:37 745a02a5169b: Pull complete 00:56:37 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:56:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:56:37 ---> b7e6874047d6 00:56:37 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 00:56:40 ---> Running in 7f7e58de2794 00:56:40 Removing intermediate container 7f7e58de2794 00:56:40 ---> e898af55ce38 00:56:40 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:56:40 ---> Running in d5b4dd6031fd 00:56:43 Removing intermediate container d5b4dd6031fd 00:56:43 ---> 5f10a1ecdec3 00:56:43 Step 5/8 : RUN apk add --update --no-cache make git 00:56:43 ---> Running in cea95505d5e1 00:56:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:56:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:56:46 OK: 142 MiB in 39 packages 00:56:47 Removing intermediate container cea95505d5e1 00:56:47 ---> d6457a77adb4 00:56:47 Step 6/8 : WORKDIR /device-sdk-go 00:56:47 ---> Running in e8853dc3b5cf 00:56:48 Removing intermediate container e8853dc3b5cf 00:56:48 ---> 04e55f148318 00:56:48 Step 7/8 : COPY . . 00:56:49 ---> 578be5e1ee04 00:56:49 Step 8/8 : RUN go mod download 00:56:49 ---> Running in 242586084c14 00:57:11 Removing intermediate container 242586084c14 00:57:11 ---> a3cb67e29e21 00:57:11 Successfully built a3cb67e29e21 00:57:11 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:57:12 + docker inspect -f . ci-base-image-arm64 00:57:12 . [Pipeline] withDockerContainer 00:57:12 prd-ubuntu18.04-docker-arm64-4c-16g-23609 does not seem to be running inside a container 00:57:12 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@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 ******** ci-base-image-arm64 cat 00:57:14 $ docker top 2d9ca1e28d82c65f9d636fcc48c66cc488bfc4fec665379bf228b464196c9554 -eo pid,comm [Pipeline] { [Pipeline] sh 00:57:15 + go version 00:57:15 go version go1.15.5 linux/arm64 [Pipeline] } 00:57:15 $ docker stop --time=1 2d9ca1e28d82c65f9d636fcc48c66cc488bfc4fec665379bf228b464196c9554 00:57:17 $ docker rm -f 2d9ca1e28d82c65f9d636fcc48c66cc488bfc4fec665379bf228b464196c9554 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:57:18 + docker inspect -f . ci-base-image-arm64 00:57:18 . [Pipeline] withDockerContainer 00:57:18 prd-ubuntu18.04-docker-arm64-4c-16g-23609 does not seem to be running inside a container 00:57:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@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 ******** ci-base-image-arm64 cat 00:57:20 $ docker top 8c2f7d764f489e8fcf5796971dc7cc24e86aa8374cfb3bee3ab686c27646b0e1 -eo pid,comm [Pipeline] { [Pipeline] sh 00:57:21 + make test 00:57:21 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:57:43 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 00:58:30 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 00:58:30 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 00:58:30 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 00:58:30 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.127s coverage: 19.4% of statements 00:58:30 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 1.183s coverage: 97.1% of statements 00:58:57 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.135s coverage: 9.4% of statements 00:58:57 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.120s coverage: 21.7% of statements 00:58:57 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 00:58:57 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.627s coverage: 43.2% of statements 00:58:57 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] 00:58:57 ok github.com/edgexfoundry/device-sdk-go/v2/internal/handler 0.772s coverage: 68.9% of statements 00:58:57 ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler/callback [no test files] 00:58:57 ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] 00:58:57 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 00:58:57 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 00:58:57 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.191s coverage: 53.8% of statements 00:58:57 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] 00:58:57 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] 00:58:57 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.156s coverage: 26.8% of statements 00:58:57 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 6.010s coverage: 83.5% of statements 00:58:57 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.130s coverage: 4.2% of statements 00:58:57 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 00:58:57 GO111MODULE=on go vet ./... 00:59:36 gofmt -l . 00:59:36 [ "`gofmt -l .`" = "" ] 00:59:36 ./bin/test-attribution-txt.sh 00:59:36 ./bin/test-go-mod-tidy.sh [Pipeline] } 00:59:37 $ docker stop --time=1 8c2f7d764f489e8fcf5796971dc7cc24e86aa8374cfb3bee3ab686c27646b0e1 00:59:39 $ docker rm -f 8c2f7d764f489e8fcf5796971dc7cc24e86aa8374cfb3bee3ab686c27646b0e1 [Pipeline] // withDockerContainer [Pipeline] sh 00:59:40 + sudo chown -R jenkins:jenkins . [Pipeline] stash 00:59:40 Warning: overwriting stash ‘coverage-report’ 00:59:41 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 00:59:42 + sudo chown -R jenkins:jenkins . [Pipeline] sh 00:59:42 + ls -al . 00:59:42 total 252 00:59:42 drwxrwxr-x 10 jenkins jenkins 4096 Jan 28 00:59 . 00:59:42 drwxrwxr-x 4 jenkins jenkins 4096 Jan 28 00:55 .. 00:59:42 -rw-rw-r-- 1 jenkins jenkins 140 Jan 28 00:56 .dockerignore 00:59:42 drwxrwxr-x 8 jenkins jenkins 4096 Jan 28 00:56 .git 00:59:42 drwxrwxr-x 2 jenkins jenkins 4096 Jan 28 00:56 .github 00:59:42 -rw-rw-r-- 1 jenkins jenkins 138 Jan 28 00:56 .gitignore 00:59:42 -rw-rw-r-- 1 jenkins jenkins 949 Jan 28 00:56 Dockerfile.build 00:59:42 -rw-rw-r-- 1 jenkins jenkins 901 Jan 28 00:56 Jenkinsfile 00:59:42 -rw-rw-r-- 1 jenkins jenkins 11341 Jan 28 00:56 LICENSE 00:59:42 -rw-rw-r-- 1 jenkins jenkins 1016 Jan 28 00:56 Makefile 00:59:42 -rw-rw-r-- 1 jenkins jenkins 5897 Jan 28 00:56 README.md 00:59:42 -rw-rw-r-- 1 jenkins jenkins 6616 Jan 28 00:56 RELEASE-NOTES.txt 00:59:42 -rw-rw-r-- 1 jenkins jenkins 5 Jan 28 00:46 VERSION 00:59:42 drwxrwxr-x 2 jenkins jenkins 4096 Jan 28 00:56 bin 00:59:42 -rw-r--r-- 1 jenkins jenkins 136842 Jan 28 00:58 coverage.out 00:59:42 drwxrwxr-x 4 jenkins jenkins 4096 Jan 28 00:56 example 00:59:42 -rw-r--r-- 1 jenkins jenkins 515 Jan 28 00:59 go.mod 00:59:42 -rw-r--r-- 1 jenkins jenkins 14193 Jan 28 00:59 go.sum 00:59:42 drwxrwxr-x 15 jenkins jenkins 4096 Jan 28 00:56 internal 00:59:42 drwxrwxr-x 4 jenkins jenkins 4096 Jan 28 00:56 openapi 00:59:42 drwxrwxr-x 5 jenkins jenkins 4096 Jan 28 00:56 pkg 00:59:42 drwxrwxr-x 4 jenkins jenkins 4096 Jan 28 00:56 snap 00:59:42 -rw-rw-r-- 1 jenkins jenkins 222 Jan 28 00:56 version.go [Pipeline] isUnix [Pipeline] sh 00:59:43 + 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=759b289543a1a77b96e8617066248995dc55b10b --label arch=arm64 --label version=0.0.0 . 00:59:43 Sending build context to Docker daemon 2.702MB 00:59:43 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 00:59:43 Step 2/24 : FROM ${BASE} AS builder 00:59:43 ---> a3cb67e29e21 00:59:43 Step 3/24 : ARG MAKE='make build' 00:59:44 ---> Running in b74dec87533d 00:59:44 Removing intermediate container b74dec87533d 00:59:44 ---> 9e310bbf14ce 00:59:44 Step 4/24 : WORKDIR /device-sdk-go 00:59:44 ---> Running in 9443f4aecc23 00:59:45 Removing intermediate container 9443f4aecc23 00:59:45 ---> df068369490f 00:59:45 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 00:59:45 ---> Running in 0242d825eaed 00:59:45 Removing intermediate container 0242d825eaed 00:59:45 ---> 80be61b17ca9 00:59:45 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:59:45 ---> Running in 1870400b3bfa 00:59:47 Removing intermediate container 1870400b3bfa 00:59:47 ---> 823ea1a70a41 00:59:47 Step 7/24 : RUN apk add --update --no-cache make git 00:59:48 ---> Running in e913e2d267c6 00:59:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:59:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:59:51 OK: 142 MiB in 39 packages 00:59:52 Removing intermediate container e913e2d267c6 00:59:52 ---> 8c2eb422e828 00:59:52 Step 8/24 : COPY . . 00:59:54 ---> 5e8011a04799 00:59:54 Step 9/24 : RUN ${MAKE} 00:59:54 ---> Running in c5e0ed70765b 00:59:55 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 01:00:27 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 01:00:27 Removing intermediate container c5e0ed70765b 01:00:27 ---> 7d172b3ce6e7 01:00:27 Step 10/24 : FROM scratch 01:00:27 ---> 01:00:27 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 01:00:27 ---> Running in b5ded57996bf 01:00:27 Removing intermediate container b5ded57996bf 01:00:27 ---> cabff2b685de 01:00:27 Step 12/24 : ENV APP_PORT=49990 01:00:27 ---> Running in 745b1a888d29 01:00:27 Removing intermediate container 745b1a888d29 01:00:27 ---> 8352e966305d 01:00:27 Step 13/24 : EXPOSE $APP_PORT 01:00:27 ---> Running in b4b1317af2a1 01:00:27 Removing intermediate container b4b1317af2a1 01:00:27 ---> 95011bebca44 01:00:27 Step 14/24 : WORKDIR / 01:00:27 ---> Running in bb684d2e7a7d 01:00:27 Removing intermediate container bb684d2e7a7d 01:00:27 ---> 273045de5714 01:00:27 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 01:00:29 ---> 1b558792d457 01:00:29 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 01:00:29 ---> 82191f3568b1 01:00:29 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 01:00:30 ---> a7ececd310a9 01:00:30 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 01:00:31 ---> d9c255863809 01:00:31 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 01:00:31 ---> 3265401b7417 01:00:31 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 01:00:31 ---> Running in 9be91fb4d05f 01:00:32 Removing intermediate container 9be91fb4d05f 01:00:32 ---> b9d7767c3f62 01:00:32 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:00:32 ---> Running in e34df57d55f4 01:00:33 Removing intermediate container e34df57d55f4 01:00:33 ---> 653a2cd7bb32 01:00:33 Step 22/24 : LABEL arch=arm64 01:00:33 ---> Running in 9ccf842846ff 01:00:33 Removing intermediate container 9ccf842846ff 01:00:33 ---> 2c7992052a43 01:00:33 Step 23/24 : LABEL git_sha=759b289543a1a77b96e8617066248995dc55b10b 01:00:33 ---> Running in 831e5328cef7 01:00:34 Removing intermediate container 831e5328cef7 01:00:34 ---> f13b57f68f1c 01:00:34 Step 24/24 : LABEL version=0.0.0 01:00:34 ---> Running in 034679f5cbf8 01:00:34 Removing intermediate container 034679f5cbf8 01:00:34 ---> 7e7a7d7f8d7f 01:00:34 [Warning] One or more build-args [ARCH] were not consumed 01:00:34 Successfully built 7e7a7d7f8d7f 01:00:34 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 01:00:37 provisioning config files... 01:00:37 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-764@tmp/config1529976900729002363tmp [Pipeline] { [Pipeline] sh 01:00:37 + set +x 01:00:37 + curl -s https://codecov.io/bash 01:00:37 + bash -s -- 01:00:38 01:00:38 _____ _ 01:00:38 / ____| | | 01:00:38 | | ___ __| | ___ ___ _____ __ 01:00:38 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 01:00:38 | |___| (_) | (_| | __/ (_| (_) \ V / 01:00:38 \_____\___/ \__,_|\___|\___\___/ \_/ 01:00:38 Bash-20210128-d4071a2 01:00:38 01:00:38 01:00:38 ==> git version 2.24.3 found 01:00:38 ==> 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 01:00:38 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 01:00:38 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 01:00:38 ==> Jenkins CI detected. 01:00:38 project root: . 01:00:38 --> token set from env 01:00:38 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 01:00:38 ==> Running gcov in . (disable via -X gcov) 01:00:38 ==> Python coveragepy not found 01:00:38 ==> Searching for coverage reports in: 01:00:38 + . 01:00:38 -> Found 1 reports 01:00:38 ==> Detecting git/mercurial file structure 01:00:38 ==> Reading reports 01:00:38 + ./coverage.out bytes=136842 01:00:38 ==> Appending adjustments 01:00:38 https://docs.codecov.io/docs/fixing-reports 01:00:38 + Found adjustments 01:00:38 ==> Gzipping contents 01:00:38 24K /tmp/codecov.8Dqy0c.gz 01:00:38 ==> Uploading reports 01:00:38 url: https://codecov.io 01:00:38 query: branch=PR-764&commit=759b289543a1a77b96e8617066248995dc55b10b&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-764%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=764&job=&cmd_args= 01:00:38 -> Pinging Codecov 01:00:38 https://codecov.io/upload/v4?package=bash-20210128-d4071a2&token=secret&branch=PR-764&commit=759b289543a1a77b96e8617066248995dc55b10b&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-764%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=764&job=&cmd_args= 01:00:39 -> Uploading to 01:00:39 https://storage.googleapis.com/codecov/v4/raw/2021-01-28/7E55EF52A471D76F132DFD9A03CDDE97/759b289543a1a77b96e8617066248995dc55b10b/6016d0d0-c136-4c5d-8b74-02add19f63ea.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210128%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210128T010039Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=60181f88cbffc121b8d24054a4ea1510fffdb1000078e4b568dd47f5ab22d295 01:00:39 % Total % Received % Xferd Average Speed Time Time Time Current 01:00:39 Dload Upload Total Spent Left Speed 01:00:40 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21528 0 0 100 21528 0 42041 --:--:-- --:--:-- --:--:-- 42046 01:00:40 -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/759b289543a1a77b96e8617066248995dc55b10b [Pipeline] } 01:00:40 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 01:00:44 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:00:44 ---> package-listing.sh 01:00:44 ++ facter osfamily 01:00:44 ++ tr '[:upper:]' '[:lower:]' 01:00:44 + OS_FAMILY=redhat 01:00:44 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-764 01:00:44 + START_PACKAGES=/tmp/packages_start.txt 01:00:44 + END_PACKAGES=/tmp/packages_end.txt 01:00:44 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:00:44 + PACKAGES=/tmp/packages_start.txt 01:00:44 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-764 ']' 01:00:44 + PACKAGES=/tmp/packages_end.txt 01:00:44 + case "${OS_FAMILY}" in 01:00:44 + rpm -qa 01:00:44 + sort 01:00:48 + '[' -f /tmp/packages_start.txt ']' 01:00:48 + '[' -f /tmp/packages_end.txt ']' 01:00:48 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:00:48 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-764 ']' 01:00:48 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-764/archives/ 01:00:48 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-764/archives/ [Pipeline] echo 01:00:48 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-764/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 01:00:49 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 01:00:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:00:49 01:00:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 01:00:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:00:50 alpine: Pulling from edgex-lftools-log-publisher 01:00:50 df20fa9351a1: Pulling fs layer 01:00:50 36b3adc4ff6f: Pulling fs layer 01:00:50 8ad3a11d3b57: Pulling fs layer 01:00:50 46f8f816bc3b: Pulling fs layer 01:00:50 93b61091891f: Pulling fs layer 01:00:50 93b9cdb0e59b: Pulling fs layer 01:00:50 5e14af77c1be: Pulling fs layer 01:00:50 01666e4c0597: Pulling fs layer 01:00:50 aa168da1d23b: Pulling fs layer 01:00:50 46f8f816bc3b: Waiting 01:00:50 5e14af77c1be: Waiting 01:00:50 93b61091891f: Waiting 01:00:50 01666e4c0597: Waiting 01:00:50 aa168da1d23b: Waiting 01:00:50 93b9cdb0e59b: Waiting 01:00:50 36b3adc4ff6f: Verifying Checksum 01:00:50 36b3adc4ff6f: Download complete 01:00:50 46f8f816bc3b: Verifying Checksum 01:00:50 46f8f816bc3b: Download complete 01:00:50 df20fa9351a1: Verifying Checksum 01:00:50 df20fa9351a1: Download complete 01:00:50 93b61091891f: Verifying Checksum 01:00:50 93b61091891f: Download complete 01:00:50 93b9cdb0e59b: Verifying Checksum 01:00:50 93b9cdb0e59b: Download complete 01:00:50 5e14af77c1be: Verifying Checksum 01:00:50 5e14af77c1be: Download complete 01:00:50 01666e4c0597: Download complete 01:00:50 df20fa9351a1: Pull complete 01:00:50 8ad3a11d3b57: Verifying Checksum 01:00:50 8ad3a11d3b57: Download complete 01:00:50 36b3adc4ff6f: Pull complete 01:00:51 8ad3a11d3b57: Pull complete 01:00:52 46f8f816bc3b: Pull complete 01:00:53 aa168da1d23b: Verifying Checksum 01:00:53 aa168da1d23b: Download complete 01:00:53 93b61091891f: Pull complete 01:00:53 93b9cdb0e59b: Pull complete 01:00:53 5e14af77c1be: Pull complete 01:00:53 01666e4c0597: Pull complete 01:01:00 aa168da1d23b: Pull complete 01:01:00 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 01:01:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:01:00 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 01:01:00 prd-centos7-docker-4c-2g-23591 does not seem to be running inside a container 01:01:00 $ 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-764/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-764 -v /w/workspace/dgexfoundry_device-sdk-go_PR-764:/w/workspace/dgexfoundry_device-sdk-go_PR-764:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-764@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-764@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:10003/edgex-lftools-log-publisher:alpine cat 01:01:04 $ docker top b66346c6b8b910b84a0543daab1ac067afb9be8d61f45ad5634e1fc7b1472e25 -eo pid,comm [Pipeline] { [Pipeline] sh 01:01:05 + touch /tmp/pre-build-complete [Pipeline] sh 01:01:05 + mkdir -p /var/log/sa [Pipeline] sh 01:01:05 + ls /var/log/sa-host 01:01:05 + sadf -c /var/log/sa-host/sa23 01:01:05 file_magic: OK 01:01:05 HZ: Using current value: 100 01:01:05 file_header: OK 01:01:05 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 01:01:05 Statistics: 01:01:05 Hnuu...uuuununununu... 01:01:05 File successfully converted to sysstat format version 12.2.1 01:01:05 + sadf -c /var/log/sa-host/sa28 01:01:05 file_magic: OK 01:01:05 HZ: Using current value: 100 01:01:05 file_header: OK 01:01:05 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 01:01:05 Statistics: 01:01:05 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 01:01:05 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:01:06 provisioning config files... 01:01:06 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-764@tmp/config4588669168504796023tmp [Pipeline] { [Pipeline] echo 01:01:06 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:01:06 ---> create-netrc.sh [Pipeline] } 01:01:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 01:01:06 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 01:01:07 ---> python-tools-install.sh [Pipeline] echo 01:01:07 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:01:07 ---> sudo-logs.sh 01:01:07 Archiving 'sudo' log.. [Pipeline] echo 01:01:07 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:01:08 ---> job-cost.sh 01:01:08 lf-activate-venv: SKIPPING 01:01:08 INFO: No Stack... 01:01:09 INFO: Retrieving Pricing Info for: v1-standard-2 01:01:09 INFO: Archiving Costs [Pipeline] echo 01:01:09 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:01:09 ---> logs-deploy.sh 01:01:09 lf-activate-venv: SKIPPING 01:01:09 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-764/1 01:01:09 INFO: archiving workspace using pattern(s): 01:01:11 Archives upload complete. 01:01:11 INFO: archiving logs to Nexus 01:01:12 ---> uname -a: 01:01:12 Linux prd-centos7-docker-4c-2g-23591.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 01:01:12 01:01:12 01:01:12 ---> lscpu: 01:01:12 Architecture: x86_64 01:01:12 CPU op-mode(s): 32-bit, 64-bit 01:01:12 Byte Order: Little Endian 01:01:12 Address sizes: 40 bits physical, 48 bits virtual 01:01:12 CPU(s): 4 01:01:12 On-line CPU(s) list: 0-3 01:01:12 Thread(s) per core: 1 01:01:12 Core(s) per socket: 1 01:01:12 Socket(s): 4 01:01:12 NUMA node(s): 1 01:01:12 Vendor ID: GenuineIntel 01:01:12 CPU family: 6 01:01:12 Model: 44 01:01:12 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 01:01:12 Stepping: 1 01:01:12 CPU MHz: 2933.436 01:01:12 BogoMIPS: 5866.87 01:01:12 Virtualization: VT-x 01:01:12 Hypervisor vendor: KVM 01:01:12 Virtualization type: full 01:01:12 L1d cache: 128 KiB 01:01:12 L1i cache: 128 KiB 01:01:12 L2 cache: 16 MiB 01:01:12 L3 cache: 64 MiB 01:01:12 NUMA node0 CPU(s): 0-3 01:01:12 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 01:01:12 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 01:01:12 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 01:01:12 Vulnerability Meltdown: Mitigation; PTI 01:01:12 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 01:01:12 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 01:01:12 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 01:01:12 Vulnerability Srbds: Not affected 01:01:12 Vulnerability Tsx async abort: Not affected 01:01:12 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 01:01:12 01:01:12 01:01:12 ---> nproc: 01:01:12 4 01:01:12 01:01:12 01:01:12 ---> df -h: 01:01:12 Filesystem Size Used Available Use% Mounted on 01:01:12 overlay 50.0G 6.9G 43.1G 14% / 01:01:12 tmpfs 64.0M 0 64.0M 0% /dev 01:01:12 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 01:01:12 shm 64.0M 0 64.0M 0% /dev/shm 01:01:12 /dev/vda1 50.0G 6.9G 43.1G 14% /facter-os 01:01:12 /dev/vda1 50.0G 6.9G 43.1G 14% /etc/resolv.conf 01:01:12 /dev/vda1 50.0G 6.9G 43.1G 14% /etc/hostname 01:01:12 /dev/vda1 50.0G 6.9G 43.1G 14% /etc/hosts 01:01:12 /dev/vda1 50.0G 6.9G 43.1G 14% /var/log/secure 01:01:12 /dev/vda1 50.0G 6.9G 43.1G 14% /var/log/auth.log 01:01:12 /dev/vda1 50.0G 6.9G 43.1G 14% /run/cloud-init/result.json 01:01:12 /dev/vda1 50.0G 6.9G 43.1G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-764 01:01:12 /dev/vda1 50.0G 6.9G 43.1G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-764@tmp 01:01:12 /dev/vda1 50.0G 6.9G 43.1G 14% /var/log/sa-host 01:01:12 01:01:12 01:01:12 ---> free -m: 01:01:12 total used free shared buff/cache available 01:01:12 Mem: 1837 716 75 0 1045 1016 01:01:12 Swap: 1023 1 1022 01:01:12 01:01:12 01:01:12 ---> ip addr: 01:01:12 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 01:01:12 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 01:01:12 inet 127.0.0.1/8 scope host lo 01:01:12 valid_lft forever preferred_lft forever 01:01:12 inet6 ::1/128 scope host 01:01:12 valid_lft forever preferred_lft forever 01:01:12 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 01:01:12 link/ether fa:16:3e:2a:82:53 brd ff:ff:ff:ff:ff:ff 01:01:12 inet 10.30.122.187/23 brd 10.30.123.255 scope global dynamic eth0 01:01:12 valid_lft 85479sec preferred_lft 85479sec 01:01:12 inet6 fe80::f816:3eff:fe2a:8253/64 scope link 01:01:12 valid_lft forever preferred_lft forever 01:01:12 3: docker0: mtu 1500 qdisc noqueue state DOWN 01:01:12 link/ether 02:42:3a:96:36:06 brd ff:ff:ff:ff:ff:ff 01:01:12 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 01:01:12 valid_lft forever preferred_lft forever 01:01:12 inet6 fe80::42:3aff:fe96:3606/64 scope link 01:01:12 valid_lft forever preferred_lft forever 01:01:12 01:01:12 01:01:12 ---> sar -b -r -n DEV: 01:01:12 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) 01:01:12 01:01:12 00:45:41 LINUX RESTART (4 CPU) 01:01:12 01:01:12 00:46:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 01:01:12 00:47:01 132.21 49.57 82.64 0.00 8158.67 37474.34 0.00 01:01:12 00:48:01 2.53 0.00 2.53 0.00 0.00 55.00 0.00 01:01:12 00:49:01 0.45 0.00 0.45 0.00 0.00 6.38 0.00 01:01:12 00:50:01 0.27 0.00 0.27 0.00 0.00 3.46 0.00 01:01:12 00:51:01 0.20 0.00 0.20 0.00 0.00 2.70 0.00 01:01:12 00:52:01 0.32 0.00 0.32 0.00 0.00 4.70 0.00 01:01:12 00:53:01 0.28 0.00 0.28 0.00 0.00 3.48 0.00 01:01:12 00:54:01 0.23 0.00 0.23 0.00 0.00 2.85 0.00 01:01:12 00:55:01 0.27 0.00 0.27 0.00 0.00 3.61 0.00 01:01:12 00:56:01 0.23 0.00 0.23 0.00 0.00 2.98 0.00 01:01:12 00:57:01 0.18 0.00 0.18 0.00 0.00 2.15 0.00 01:01:12 00:58:01 0.27 0.00 0.27 0.00 0.00 3.38 0.00 01:01:12 00:59:01 0.33 0.00 0.33 0.00 0.00 4.93 0.00 01:01:12 01:00:01 0.30 0.00 0.30 0.00 0.00 3.75 0.00 01:01:12 01:01:02 121.50 68.17 53.33 0.00 5688.51 16959.99 0.00 01:01:12 Average: 17.22 7.83 9.39 0.00 917.09 3604.05 0.00 01:01:12 01:01:12 00:46:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 01:01:12 00:47:01 180544 0 581136 30.89 2620 1117244 1109548 37.87 397220 1104832 132 01:01:12 00:48:01 183944 0 577616 30.70 2620 1117364 1106008 37.75 402140 1097048 16 01:01:12 00:49:01 183636 0 577920 30.72 2620 1117368 1094484 37.35 402240 1097532 8 01:01:12 00:50:01 183820 0 577736 30.71 2620 1117368 1093456 37.32 406112 1093552 8 01:01:12 00:51:01 185940 0 575608 30.59 2620 1117376 1078036 36.79 398156 1099940 8 01:01:12 00:52:01 183720 0 577824 30.71 2620 1117380 1078144 36.80 413464 1087372 8 01:01:12 00:53:01 183772 0 577768 30.71 2620 1117384 1078036 36.79 413008 1087372 8 01:01:12 00:54:01 183912 0 577624 30.70 2620 1117388 1078036 36.79 412904 1087372 8 01:01:12 00:55:01 183636 0 577892 30.71 2620 1117396 1078132 36.79 413412 1087372 8 01:01:12 00:56:01 182936 0 578588 30.75 2620 1117400 1078192 36.80 413908 1087372 8 01:01:12 00:57:01 182648 0 578876 30.77 2620 1117400 1078224 36.80 413880 1087372 8 01:01:12 00:58:01 182864 0 578652 30.75 2620 1117408 1078192 36.80 413868 1087372 8 01:01:12 00:59:01 182584 0 578924 30.77 2620 1117416 1078228 36.80 414120 1087372 8 01:01:12 01:00:01 182928 0 578576 30.75 2620 1117420 1078156 36.80 413700 1087372 8 01:01:12 01:01:02 163780 0 688820 36.61 2620 1026324 1274252 43.49 446680 1004664 27708 01:01:12 Average: 182044 0 585571 31.12 2620 1111309 1097275 37.45 411654 1085594 1863 01:01:12 01:01:12 00:46:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 01:01:12 00:47:01 eth0 500.36 310.71 1114.96 94.58 0.00 0.00 0.00 0.00 01:01:12 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:12 00:47:01 docker0 9.66 8.92 1.33 23.97 0.00 0.00 0.00 0.00 01:01:12 00:48:01 eth0 2.40 0.60 0.69 0.40 0.00 0.00 0.00 0.00 01:01:12 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:12 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:12 00:49:01 eth0 2.56 0.92 0.93 0.60 0.00 0.00 0.00 0.00 01:01:12 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:12 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:12 00:50:01 eth0 1.15 0.33 0.33 0.20 0.00 0.00 0.00 0.00 01:01:12 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:12 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:12 00:51:01 eth0 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:01:12 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:12 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:12 00:52:01 eth0 0.67 0.43 0.48 0.25 0.00 0.00 0.00 0.00 01:01:12 00:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:12 00:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:12 00:53:01 eth0 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:01:12 00:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:12 00:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:12 00:54:01 eth0 0.57 0.08 0.03 0.01 0.00 0.00 0.00 0.00 01:01:12 00:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:12 00:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:12 00:55:01 eth0 5.25 0.53 0.93 0.39 0.00 0.00 0.00 0.00 01:01:12 00:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:12 00:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:12 00:56:01 eth0 3.16 0.55 0.73 0.39 0.00 0.00 0.00 0.00 01:01:12 00:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:12 00:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:12 00:57:01 eth0 2.86 0.67 0.82 0.43 0.00 0.00 0.00 0.00 01:01:12 00:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:12 00:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:12 00:58:01 eth0 1.38 0.57 0.58 0.40 0.00 0.00 0.00 0.00 01:01:12 00:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:12 00:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:12 00:59:01 eth0 1.77 0.65 0.62 0.40 0.00 0.00 0.00 0.00 01:01:12 00:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:12 00:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:12 01:00:01 eth0 1.13 0.32 0.34 0.23 0.00 0.00 0.00 0.00 01:01:12 01:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:12 01:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:12 01:01:02 eth0 209.62 169.41 2165.26 19.90 0.00 0.00 0.00 0.00 01:01:12 01:01:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:12 01:01:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:12 Average: eth0 48.45 32.15 218.85 7.79 0.00 0.00 0.00 0.00 01:01:12 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:12 Average: docker0 0.63 0.59 0.09 1.57 0.00 0.00 0.00 0.00 01:01:12 01:01:12 01:01:12 ---> sar -P ALL: 01:01:12 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) 01:01:12 01:01:12 00:45:41 LINUX RESTART (4 CPU) 01:01:12 01:01:12 00:46:02 CPU %user %nice %system %iowait %steal %idle 01:01:12 00:47:01 all 14.51 0.00 7.52 4.06 0.17 73.74 01:01:12 00:47:01 0 15.79 0.00 7.52 4.95 0.12 71.62 01:01:12 00:47:01 1 14.48 0.00 9.07 2.92 0.21 73.33 01:01:12 00:47:01 2 12.48 0.00 7.53 5.19 0.19 74.61 01:01:12 00:47:01 3 15.32 0.00 5.95 3.18 0.16 75.39 01:01:12 00:48:01 all 0.16 0.00 0.06 0.00 0.01 99.76 01:01:12 00:48:01 0 0.05 0.00 0.07 0.00 0.00 99.88 01:01:12 00:48:01 1 0.07 0.00 0.07 0.00 0.02 99.85 01:01:12 00:48:01 2 0.08 0.00 0.07 0.00 0.02 99.83 01:01:12 00:48:01 3 0.45 0.00 0.05 0.00 0.02 99.48 01:01:12 00:49:01 all 0.17 0.00 0.05 0.00 0.00 99.79 01:01:12 00:49:01 0 0.05 0.00 0.03 0.00 0.00 99.92 01:01:12 00:49:01 1 0.03 0.00 0.03 0.00 0.00 99.93 01:01:12 00:49:01 2 0.10 0.00 0.07 0.00 0.00 99.83 01:01:12 00:49:01 3 0.48 0.00 0.05 0.00 0.00 99.47 01:01:12 00:50:01 all 0.17 0.00 0.05 0.00 0.01 99.77 01:01:12 00:50:01 0 0.03 0.00 0.03 0.00 0.02 99.92 01:01:12 00:50:01 1 0.13 0.00 0.10 0.00 0.02 99.75 01:01:12 00:50:01 2 0.05 0.00 0.03 0.00 0.02 99.90 01:01:12 00:50:01 3 0.47 0.00 0.02 0.00 0.00 99.52 01:01:12 00:51:01 all 0.12 0.00 0.10 0.00 0.10 99.68 01:01:12 00:51:01 0 0.03 0.00 0.10 0.00 0.10 99.77 01:01:12 00:51:01 1 0.07 0.00 0.12 0.00 0.08 99.73 01:01:12 00:51:01 2 0.05 0.00 0.08 0.00 0.15 99.72 01:01:12 00:51:01 3 0.33 0.00 0.10 0.00 0.07 99.50 01:01:12 00:52:01 all 0.08 0.00 0.06 0.00 0.00 99.86 01:01:12 00:52:01 0 0.03 0.00 0.03 0.00 0.00 99.93 01:01:12 00:52:01 1 0.18 0.00 0.17 0.00 0.00 99.65 01:01:12 00:52:01 2 0.05 0.00 0.02 0.00 0.00 99.93 01:01:12 00:52:01 3 0.03 0.00 0.03 0.00 0.00 99.93 01:01:12 00:53:01 all 0.16 0.00 0.04 0.00 0.01 99.80 01:01:12 00:53:01 0 0.03 0.00 0.02 0.00 0.02 99.93 01:01:12 00:53:01 1 0.18 0.00 0.08 0.00 0.00 99.73 01:01:12 00:53:01 2 0.38 0.00 0.03 0.00 0.02 99.57 01:01:12 00:53:01 3 0.03 0.00 0.02 0.00 0.00 99.95 01:01:12 00:54:01 all 0.14 0.00 0.03 0.00 0.00 99.83 01:01:12 00:54:01 0 0.02 0.00 0.02 0.00 0.00 99.97 01:01:12 00:54:01 1 0.05 0.00 0.05 0.00 0.00 99.90 01:01:12 00:54:01 2 0.48 0.00 0.03 0.00 0.00 99.48 01:01:12 00:54:01 3 0.02 0.00 0.02 0.00 0.00 99.97 01:01:12 00:55:01 all 0.16 0.00 0.04 0.00 0.00 99.79 01:01:12 00:55:01 0 0.03 0.00 0.05 0.00 0.00 99.92 01:01:12 00:55:01 1 0.07 0.00 0.03 0.00 0.02 99.88 01:01:12 00:55:01 2 0.50 0.00 0.05 0.00 0.00 99.45 01:01:12 00:55:01 3 0.05 0.00 0.03 0.00 0.00 99.92 01:01:12 00:56:01 all 0.19 0.00 0.03 0.00 0.01 99.77 01:01:12 00:56:01 0 0.03 0.00 0.02 0.00 0.02 99.93 01:01:12 00:56:01 1 0.10 0.00 0.07 0.00 0.00 99.83 01:01:12 00:56:01 2 0.58 0.00 0.03 0.00 0.03 99.35 01:01:12 00:56:01 3 0.03 0.00 0.02 0.00 0.00 99.95 01:01:12 00:57:01 all 0.17 0.00 0.04 0.00 0.01 99.77 01:01:12 00:57:01 0 0.05 0.00 0.03 0.00 0.02 99.90 01:01:12 00:57:01 1 0.07 0.00 0.07 0.00 0.02 99.85 01:01:12 00:57:01 2 0.55 0.00 0.03 0.00 0.00 99.42 01:01:12 00:57:01 3 0.03 0.00 0.03 0.00 0.02 99.92 01:01:12 01:01:12 00:57:01 CPU %user %nice %system %iowait %steal %idle 01:01:12 00:58:01 all 0.16 0.00 0.05 0.00 0.00 99.79 01:01:12 00:58:01 0 0.05 0.00 0.05 0.00 0.00 99.90 01:01:12 00:58:01 1 0.20 0.00 0.03 0.00 0.00 99.77 01:01:12 00:58:01 2 0.37 0.00 0.08 0.00 0.00 99.55 01:01:12 00:58:01 3 0.03 0.00 0.03 0.00 0.00 99.93 01:01:12 00:59:01 all 0.16 0.00 0.03 0.00 0.00 99.81 01:01:12 00:59:01 0 0.07 0.00 0.05 0.00 0.02 99.87 01:01:12 00:59:01 1 0.03 0.00 0.02 0.00 0.00 99.95 01:01:12 00:59:01 2 0.50 0.00 0.03 0.00 0.00 99.47 01:01:12 00:59:01 3 0.03 0.00 0.02 0.00 0.00 99.95 01:01:12 01:00:01 all 0.15 0.00 0.03 0.00 0.02 99.80 01:01:12 01:00:01 0 0.03 0.00 0.03 0.00 0.02 99.92 01:01:12 01:00:01 1 0.03 0.00 0.03 0.00 0.03 99.90 01:01:12 01:00:01 2 0.52 0.00 0.03 0.00 0.02 99.43 01:01:12 01:00:01 3 0.00 0.00 0.03 0.00 0.02 99.95 01:01:12 01:01:02 all 6.05 0.00 4.14 1.70 0.26 87.85 01:01:12 01:01:02 0 5.94 0.00 3.96 0.74 0.25 89.11 01:01:12 01:01:02 1 5.79 0.00 3.91 0.89 0.27 89.13 01:01:12 01:01:02 2 5.01 0.00 3.81 1.48 0.27 89.42 01:01:12 01:01:02 3 7.48 0.00 4.87 3.67 0.25 83.73 01:01:12 Average: all 1.46 0.00 0.80 0.37 0.04 97.33 01:01:12 Average: 0 1.44 0.00 0.78 0.37 0.04 97.38 01:01:12 Average: 1 1.39 0.00 0.90 0.25 0.04 97.42 01:01:12 Average: 2 1.42 0.00 0.78 0.43 0.05 97.33 01:01:12 Average: 3 1.61 0.00 0.73 0.45 0.03 97.18 01:01:12 01:01:12 01:01:12